aws-sdk-cloudtrail 1.82.0 → 1.83.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: 2a0555c24458ebec531a16a586a1ecf451165e121d7ff90f29e349a285f85fe0
4
- data.tar.gz: 94ff3e48b2588a2caf45c1215edc2f21f000a7649b47bd975b383874186215db
3
+ metadata.gz: b046592c83185c912a80f6d26022bbd531e5e48c11bd69af5e74df7b97b7658f
4
+ data.tar.gz: 98e74d6d86764e51d0a9537dbc98a862bd03274d98688a2cd7bd8a794e649361
5
5
  SHA512:
6
- metadata.gz: 5788f2c8ff6e133c011570afb5b3cf8b0937f513d53995ee4100c99f23c736935e76ae5182145c461a552074b2381030f4d7c7e4fdba116f39cf650c0e14569c
7
- data.tar.gz: 12b891986e29b9f986d00a5cfd8f6cd7cd05c9e460863d5409fe2e91df65889647e846fce9c366d32d7dfa077622b05eedf9194e9e77629930dfe5f98c19081e
6
+ metadata.gz: d22b81449f394af9cad8867ffa746677f17b1d2e9358f92db8784a2f048f01b800a03bcbdf8cf38fcf799822d326c7631475f6bf5a30aadb8afba540e1756f0a
7
+ data.tar.gz: 4295fc660d3ddc5f80a65e18a1a0b49d5481d38ca7c3dc20f729752285f01f8d804179fdd476fe60c3c0ac6dac8069aefde5e8c1e587551b3731914fd670ed51
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.83.0 (2024-06-24)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.82.0 (2024-06-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.82.0
1
+ 1.83.0
@@ -89,6 +89,11 @@ module Aws::CloudTrail
89
89
 
90
90
  # @overload initialize(options)
91
91
  # @param [Hash] options
92
+ #
93
+ # @option options [Array<Seahorse::Client::Plugin>] :plugins ([]])
94
+ # A list of plugins to apply to the client. Each plugin is either a
95
+ # class name or an instance of a plugin class.
96
+ #
92
97
  # @option options [required, Aws::CredentialProvider] :credentials
93
98
  # Your AWS credentials. This can be an instance of any one of the
94
99
  # following classes:
@@ -209,7 +214,6 @@ module Aws::CloudTrail
209
214
  # 'https://example.com'
210
215
  # 'http://example.com:123'
211
216
  #
212
- #
213
217
  # @option options [Integer] :endpoint_cache_max_entries (1000)
214
218
  # Used for the maximum size limit of the LRU cache storing endpoints data
215
219
  # for endpoint discovery enabled operations. Defaults to 1000.
@@ -298,7 +302,6 @@ module Aws::CloudTrail
298
302
  # throttling. This is a provisional mode that may change behavior
299
303
  # in the future.
300
304
  #
301
- #
302
305
  # @option options [String] :sdk_ua_app_id
303
306
  # A unique and opaque application ID that is appended to the
304
307
  # User-Agent header as app/sdk_ua_app_id. It should have a
@@ -3882,7 +3885,7 @@ module Aws::CloudTrail
3882
3885
  params: params,
3883
3886
  config: config)
3884
3887
  context[:gem_name] = 'aws-sdk-cloudtrail'
3885
- context[:gem_version] = '1.82.0'
3888
+ context[:gem_version] = '1.83.0'
3886
3889
  Seahorse::Client::Request.new(handlers, context)
3887
3890
  end
3888
3891
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-cloudtrail/customizations'
52
52
  # @!group service
53
53
  module Aws::CloudTrail
54
54
 
55
- GEM_VERSION = '1.82.0'
55
+ GEM_VERSION = '1.83.0'
56
56
 
57
57
  end
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.82.0
4
+ version: 1.83.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-06-18 00:00:00.000000000 Z
11
+ date: 2024-06-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.197.0
22
+ version: 3.198.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.197.0
32
+ version: 3.198.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement