aws-sdk-cloudtrail 1.89.0 → 1.90.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: 8d1a8c876fda47443c4180e10bed542e6ec6fb4a4fc3958ecd53d4190d043b02
4
- data.tar.gz: 2d938ea04a9a1be1dc8cc41eff6b108d6363eb618c63fe3719ab806d723e4833
3
+ metadata.gz: 86c7e58fdc897acb543e5d3d820e42efbfa4cb6550a8a6c75826c52f1f2b8f49
4
+ data.tar.gz: edab03b91bdee9b1964b9c20fb922056c2c0701b6b1c61feeb9eb233bb59cd7e
5
5
  SHA512:
6
- metadata.gz: c741a534944933f6fc406b62d2950b1d540400f65eeb847bff37d973920f92b409405e2b47a7f0a1c3cd60589705487433ca80d27b253afd24eb22e81e0a12cf
7
- data.tar.gz: a913dc863268d039bbfb76344859dcd9cd266fc3f6bf6b126b157f48fa60b9372233cf80ee8fa000e3a75fe30ef5b0890638227aa2c6d338ff9b717395eaed77
6
+ metadata.gz: 4c1bf3b4684f5f2ccba0bdf6196b6327b72e31e97ecce47e7554e0be40924deee7161a84d33b2f7e56d40acd38b49e5813dde3a36e8566540f76f0f027d1aaee
7
+ data.tar.gz: 3b06c9bfc6afff094144ca0fcec944545283f131507424560ae09fbf8159b12048caafd10cec4e4c20f61c5a31de6157dc469b32f77f96067f5e402da48496da
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.90.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.89.0 (2024-09-20)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.89.0
1
+ 1.90.0
@@ -3920,7 +3920,7 @@ module Aws::CloudTrail
3920
3920
  tracer: tracer
3921
3921
  )
3922
3922
  context[:gem_name] = 'aws-sdk-cloudtrail'
3923
- context[:gem_version] = '1.89.0'
3923
+ context[:gem_version] = '1.90.0'
3924
3924
  Seahorse::Client::Request.new(handlers, context)
3925
3925
  end
3926
3926
 
@@ -7,6 +7,7 @@
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
10
+
10
11
  module Aws::CloudTrail
11
12
  # @api private
12
13
  module ClientApi
@@ -5863,3 +5863,4 @@ module Aws::CloudTrail
5863
5863
 
5864
5864
  end
5865
5865
  end
5866
+
@@ -11,17 +11,6 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
- require_relative 'aws-sdk-cloudtrail/types'
15
- require_relative 'aws-sdk-cloudtrail/client_api'
16
- require_relative 'aws-sdk-cloudtrail/plugins/endpoints.rb'
17
- require_relative 'aws-sdk-cloudtrail/client'
18
- require_relative 'aws-sdk-cloudtrail/errors'
19
- require_relative 'aws-sdk-cloudtrail/resource'
20
- require_relative 'aws-sdk-cloudtrail/endpoint_parameters'
21
- require_relative 'aws-sdk-cloudtrail/endpoint_provider'
22
- require_relative 'aws-sdk-cloudtrail/endpoints'
23
- require_relative 'aws-sdk-cloudtrail/customizations'
24
-
25
14
  # This module provides support for AWS CloudTrail. This module is available in the
26
15
  # `aws-sdk-cloudtrail` gem.
27
16
  #
@@ -51,7 +40,20 @@ require_relative 'aws-sdk-cloudtrail/customizations'
51
40
  #
52
41
  # @!group service
53
42
  module Aws::CloudTrail
43
+ autoload :Types, 'aws-sdk-cloudtrail/types'
44
+ autoload :ClientApi, 'aws-sdk-cloudtrail/client_api'
45
+ module Plugins
46
+ autoload :Endpoints, 'aws-sdk-cloudtrail/plugins/endpoints.rb'
47
+ end
48
+ autoload :Client, 'aws-sdk-cloudtrail/client'
49
+ autoload :Errors, 'aws-sdk-cloudtrail/errors'
50
+ autoload :Resource, 'aws-sdk-cloudtrail/resource'
51
+ autoload :EndpointParameters, 'aws-sdk-cloudtrail/endpoint_parameters'
52
+ autoload :EndpointProvider, 'aws-sdk-cloudtrail/endpoint_provider'
53
+ autoload :Endpoints, 'aws-sdk-cloudtrail/endpoints'
54
54
 
55
- GEM_VERSION = '1.89.0'
55
+ GEM_VERSION = '1.90.0'
56
56
 
57
57
  end
58
+
59
+ require_relative 'aws-sdk-cloudtrail/customizations'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-cloudtrail
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.89.0
4
+ version: 1.90.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