aws-sdk-cloudtrail 1.90.0 → 1.91.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: 86c7e58fdc897acb543e5d3d820e42efbfa4cb6550a8a6c75826c52f1f2b8f49
4
- data.tar.gz: edab03b91bdee9b1964b9c20fb922056c2c0701b6b1c61feeb9eb233bb59cd7e
3
+ metadata.gz: 4e441b79e71a839412593bf6a67d6e3e1c64db22a5cf298bf42d7376d2d59534
4
+ data.tar.gz: fd7dd9fff5c620e6e0da3f289407be6f8e4bcfe101c8f4a19aa53080ed1e1e6c
5
5
  SHA512:
6
- metadata.gz: 4c1bf3b4684f5f2ccba0bdf6196b6327b72e31e97ecce47e7554e0be40924deee7161a84d33b2f7e56d40acd38b49e5813dde3a36e8566540f76f0f027d1aaee
7
- data.tar.gz: 3b06c9bfc6afff094144ca0fcec944545283f131507424560ae09fbf8159b12048caafd10cec4e4c20f61c5a31de6157dc469b32f77f96067f5e402da48496da
6
+ metadata.gz: 9ec53d15fe84c0e6325ed01afa8bc80e219ceb575d4be84739f97c65999621e53e8437616a35ffdacf26a2b1072c195d4b73a72a2b0a1b1437f8abc48b2baba7
7
+ data.tar.gz: e2e0d997041e4be1320cf233d5f9702995cc9eccce5c0f89cb096dd878f1b67793d3cee1aaf27f36fc48cbc75d6b32a38f0d34dfcbf0d2141996cbdf73ffd576
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.91.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.90.0 (2024-09-23)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.90.0
1
+ 1.91.0
@@ -36,8 +36,6 @@ require 'aws-sdk-core/plugins/telemetry.rb'
36
36
  require 'aws-sdk-core/plugins/sign.rb'
37
37
  require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
38
38
 
39
- Aws::Plugins::GlobalConfiguration.add_identifier(:cloudtrail)
40
-
41
39
  module Aws::CloudTrail
42
40
  # An API client for CloudTrail. To construct a client, you need to configure a `:region` and `:credentials`.
43
41
  #
@@ -3920,7 +3918,7 @@ module Aws::CloudTrail
3920
3918
  tracer: tracer
3921
3919
  )
3922
3920
  context[:gem_name] = 'aws-sdk-cloudtrail'
3923
- context[:gem_version] = '1.90.0'
3921
+ context[:gem_version] = '1.91.0'
3924
3922
  Seahorse::Client::Request.new(handlers, context)
3925
3923
  end
3926
3924
 
@@ -11,6 +11,8 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
+ Aws::Plugins::GlobalConfiguration.add_identifier(:cloudtrail)
15
+
14
16
  # This module provides support for AWS CloudTrail. This module is available in the
15
17
  # `aws-sdk-cloudtrail` gem.
16
18
  #
@@ -52,7 +54,7 @@ module Aws::CloudTrail
52
54
  autoload :EndpointProvider, 'aws-sdk-cloudtrail/endpoint_provider'
53
55
  autoload :Endpoints, 'aws-sdk-cloudtrail/endpoints'
54
56
 
55
- GEM_VERSION = '1.90.0'
57
+ GEM_VERSION = '1.91.0'
56
58
 
57
59
  end
58
60
 
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.90.0
4
+ version: 1.91.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