aws-sdk-cloudtrail 1.94.0 → 1.95.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: 40acd8bcc6dded700013fbeaed424602161420c9fe228143db79d9a04a0d98e8
4
- data.tar.gz: 12fbad4fe420619ae4b245d41c54a54c9b1b76a055bfc67ad95b2d5b3f487501
3
+ metadata.gz: f56068834c783342fa9440675e3e4ff13169e842b6e25a4cc6aef0f82d64c6ac
4
+ data.tar.gz: 2da9e6afe6cf5981921e0c8da8f814611d51223606ceed93604523b98ebd8983
5
5
  SHA512:
6
- metadata.gz: 9bb3f1a932d77fe82f530107c2c6e9d52bbd960ccb79a39883b0c6aeeec8ae659169d40bb72e3d31ae97d21d7e9166963292b7f4cd08ad732b64bc8ce8f47b9d
7
- data.tar.gz: 0d697553b988eb198bc0f9834e200425b08dea2e31a48a231e324f4285e0b9eb74919f0d9394ac4ef85d6b6432786a4673793f47c546590ef9cab9a97f626418
6
+ metadata.gz: efca87aaaea31e43b03dbde31de0a3fcd0a984506ad2fb4cbaa3d30e15622bf86d5c50da31430db3989418a1db8f5cd3c47a51ebd71b919b68c68fe3e2998fa4
7
+ data.tar.gz: c35658a641e20469a6fe0f12f894d0bce38eec93ce6907dea5c4d69be0c8ff1d78e17e48e801eca08dc79055f081cb8e587d46b65bab5233561245fbd07eecd6
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.95.0 (2024-11-18)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.94.0 (2024-11-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.94.0
1
+ 1.95.0
@@ -4025,7 +4025,7 @@ module Aws::CloudTrail
4025
4025
  tracer: tracer
4026
4026
  )
4027
4027
  context[:gem_name] = 'aws-sdk-cloudtrail'
4028
- context[:gem_version] = '1.94.0'
4028
+ context[:gem_version] = '1.95.0'
4029
4029
  Seahorse::Client::Request.new(handlers, context)
4030
4030
  end
4031
4031
 
@@ -244,7 +244,6 @@ module Aws::CloudTrail
244
244
  # * `kms.amazonaws.com`
245
245
  #
246
246
  # * `secretsmanager.amazonaws.com`
247
- #
248
247
  # * <b> <code>eventName</code> </b> - This is an optional field that
249
248
  # is only used for data events, management events (for event data
250
249
  # stores only), and network activity events. You can use any
@@ -262,7 +261,6 @@ module Aws::CloudTrail
262
261
  #
263
262
  # * For CloudTrail network activity events, the value must be
264
263
  # `NetworkActivity`.
265
- #
266
264
  # The following are used only for event data stores:
267
265
  #
268
266
  # * For CloudTrail Insights events, the value must be `Insight`.
@@ -274,7 +272,6 @@ module Aws::CloudTrail
274
272
  #
275
273
  # * For events outside of Amazon Web Services, the value must be
276
274
  # `ActivityAuditLog`.
277
- #
278
275
  # * <b> <code>eventType</code> </b> - This is an optional field
279
276
  # available only for event data stores, which is used to filter
280
277
  # management and data events on the event type. For information
@@ -54,7 +54,7 @@ module Aws::CloudTrail
54
54
  autoload :EndpointProvider, 'aws-sdk-cloudtrail/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-cloudtrail/endpoints'
56
56
 
57
- GEM_VERSION = '1.94.0'
57
+ GEM_VERSION = '1.95.0'
58
58
 
59
59
  end
60
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.94.0
4
+ version: 1.95.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-11-13 00:00:00.000000000 Z
11
+ date: 2024-11-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core