aws-sdk-cloudtrail 1.101.0 → 1.102.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: 57af37462f51c5d2652882590a29241c429fc2f159a47f97e6081bc34279be18
4
- data.tar.gz: 177202992ff244166f388922826d8a12f9e6ca00cc29335a0b2b49bcd7605a3b
3
+ metadata.gz: 4af1bbd72c9c3f8f5eb31cadc6d6df446902b7083ed5549b7b748ae9742651f5
4
+ data.tar.gz: a4af9d10976a246295231bbab6a99823deba8d2a315e4e52e2277793121e7a97
5
5
  SHA512:
6
- metadata.gz: c29afc0eb993ba1c18e797a7c4c305b783efe1eb5c0a20e663c52822e42d9853694c3e0fd304f4dc2a3dc92114970fea5aa54eafd4e41b6dc98ca21efb444fcc
7
- data.tar.gz: 2cd6373daecf00e4e135cc5e2f1d7f05accc683777e9469d8ec6fa5ec299866dcf8c3fa60df0fffa2475a99913e361680e1fda398d322ea29529e96515e95463
6
+ metadata.gz: 91d40f18d1704cc5fc9b2a02c9fad76c21ef826e5197433a2556ee4744c237a3e85675633b54e7a19905ad97d738bd0d6986e9eb9f33c128099c7f1255c52439
7
+ data.tar.gz: 33c3860e2cf3401ae119df60b09719349dc6379ccdcb68eeac06222f45d6c0adefd5cbbfd5b61c798f31ac02ea139df3fbbd32a000ace94996ea90abe3c647a3
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.102.0 (2025-03-06)
5
+ ------------------
6
+
7
+ * Feature - Doc-only update for CloudTrail.
8
+
4
9
  1.101.0 (2025-02-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.101.0
1
+ 1.102.0
@@ -1048,8 +1048,9 @@ module Aws::CloudTrail
1048
1048
  # [1]: https://docs.aws.amazon.com/awscloudtrail/latest/userguide/get-and-view-cloudtrail-log-files.html#cloudtrail-find-log-files
1049
1049
  #
1050
1050
  # @option params [String] :sns_topic_name
1051
- # Specifies the name of the Amazon SNS topic defined for notification of
1052
- # log file delivery. The maximum length is 256 characters.
1051
+ # Specifies the name or ARN of the Amazon SNS topic defined for
1052
+ # notification of log file delivery. The maximum length is 256
1053
+ # characters.
1053
1054
  #
1054
1055
  # @option params [Boolean] :include_global_service_events
1055
1056
  # Specifies whether the trail is publishing events from global services
@@ -4421,8 +4422,9 @@ module Aws::CloudTrail
4421
4422
  # [1]: https://docs.aws.amazon.com/awscloudtrail/latest/userguide/get-and-view-cloudtrail-log-files.html#cloudtrail-find-log-files
4422
4423
  #
4423
4424
  # @option params [String] :sns_topic_name
4424
- # Specifies the name of the Amazon SNS topic defined for notification of
4425
- # log file delivery. The maximum length is 256 characters.
4425
+ # Specifies the name or ARN of the Amazon SNS topic defined for
4426
+ # notification of log file delivery. The maximum length is 256
4427
+ # characters.
4426
4428
  #
4427
4429
  # @option params [Boolean] :include_global_service_events
4428
4430
  # Specifies whether the trail is publishing events from global services
@@ -4584,7 +4586,7 @@ module Aws::CloudTrail
4584
4586
  tracer: tracer
4585
4587
  )
4586
4588
  context[:gem_name] = 'aws-sdk-cloudtrail'
4587
- context[:gem_version] = '1.101.0'
4589
+ context[:gem_version] = '1.102.0'
4588
4590
  Seahorse::Client::Request.new(handlers, context)
4589
4591
  end
4590
4592
 
@@ -812,8 +812,9 @@ module Aws::CloudTrail
812
812
  # @return [String]
813
813
  #
814
814
  # @!attribute [rw] sns_topic_name
815
- # Specifies the name of the Amazon SNS topic defined for notification
816
- # of log file delivery. The maximum length is 256 characters.
815
+ # Specifies the name or ARN of the Amazon SNS topic defined for
816
+ # notification of log file delivery. The maximum length is 256
817
+ # characters.
817
818
  # @return [String]
818
819
  #
819
820
  # @!attribute [rw] include_global_service_events
@@ -5733,8 +5734,9 @@ module Aws::CloudTrail
5733
5734
  # @return [String]
5734
5735
  #
5735
5736
  # @!attribute [rw] sns_topic_name
5736
- # Specifies the name of the Amazon SNS topic defined for notification
5737
- # of log file delivery. The maximum length is 256 characters.
5737
+ # Specifies the name or ARN of the Amazon SNS topic defined for
5738
+ # notification of log file delivery. The maximum length is 256
5739
+ # characters.
5738
5740
  # @return [String]
5739
5741
  #
5740
5742
  # @!attribute [rw] include_global_service_events
@@ -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.101.0'
57
+ GEM_VERSION = '1.102.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.101.0
4
+ version: 1.102.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: 2025-02-18 00:00:00.000000000 Z
11
+ date: 2025-03-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core