aws-sdk-cloudtrail 1.101.0 → 1.103.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 +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-cloudtrail/client.rb +7 -5
- data/lib/aws-sdk-cloudtrail/client_api.rb +11 -11
- data/lib/aws-sdk-cloudtrail/types.rb +6 -4
- data/lib/aws-sdk-cloudtrail.rb +1 -1
- metadata +3 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 865f9894f4769d4a581981e80c5579935346b5df70701b4085b76f2ff9ff31ee
|
4
|
+
data.tar.gz: 7ca21afcbde61e163591d2b2cc4de2a6928b168226df17c4e7ac50c1ca903137
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c7e62279b9303fc37cb5a6f49fdc88aa2b33617dde33df97b84ce7a0155b3b9a5f103e2db7dd9d1e122607b9dfe146fd690a47314afa6d593745b6b0cf3576fc
|
7
|
+
data.tar.gz: 70f4c0ac770f7c5d3e6faa34288ea76a11378826d09cbd9d01a15dc3751a3828034b93b0b199d98b5c757aa0bae564c734a1d35634873af5c4d0a7cb84b1049a
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.103.0 (2025-05-01)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.102.0 (2025-03-06)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Doc-only update for CloudTrail.
|
13
|
+
|
4
14
|
1.101.0 (2025-02-18)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.103.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
|
1052
|
-
# log file delivery. The maximum length is 256
|
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
|
4425
|
-
# log file delivery. The maximum length is 256
|
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.
|
4589
|
+
context[:gem_version] = '1.103.0'
|
4588
4590
|
Seahorse::Client::Request.new(handlers, context)
|
4589
4591
|
end
|
4590
4592
|
|
@@ -404,7 +404,7 @@ module Aws::CloudTrail
|
|
404
404
|
|
405
405
|
AdvancedFieldSelectors.member = Shapes::ShapeRef.new(shape: AdvancedFieldSelector)
|
406
406
|
|
407
|
-
CancelQueryRequest.add_member(:event_data_store, Shapes::ShapeRef.new(shape: EventDataStoreArn, deprecated: true, location_name: "EventDataStore", metadata: {"deprecatedMessage"=>"EventDataStore is no longer required by CancelQueryRequest"}))
|
407
|
+
CancelQueryRequest.add_member(:event_data_store, Shapes::ShapeRef.new(shape: EventDataStoreArn, deprecated: true, location_name: "EventDataStore", metadata: {"deprecatedMessage" => "EventDataStore is no longer required by CancelQueryRequest"}))
|
408
408
|
CancelQueryRequest.add_member(:query_id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "QueryId"))
|
409
409
|
CancelQueryRequest.add_member(:event_data_store_owner_account_id, Shapes::ShapeRef.new(shape: AccountId, location_name: "EventDataStoreOwnerAccountId"))
|
410
410
|
CancelQueryRequest.struct_class = Types::CancelQueryRequest
|
@@ -575,7 +575,7 @@ module Aws::CloudTrail
|
|
575
575
|
|
576
576
|
DeregisterOrganizationDelegatedAdminResponse.struct_class = Types::DeregisterOrganizationDelegatedAdminResponse
|
577
577
|
|
578
|
-
DescribeQueryRequest.add_member(:event_data_store, Shapes::ShapeRef.new(shape: EventDataStoreArn, deprecated: true, location_name: "EventDataStore", metadata: {"deprecatedMessage"=>"EventDataStore is no longer required by DescribeQueryRequest"}))
|
578
|
+
DescribeQueryRequest.add_member(:event_data_store, Shapes::ShapeRef.new(shape: EventDataStoreArn, deprecated: true, location_name: "EventDataStore", metadata: {"deprecatedMessage" => "EventDataStore is no longer required by DescribeQueryRequest"}))
|
579
579
|
DescribeQueryRequest.add_member(:query_id, Shapes::ShapeRef.new(shape: UUID, location_name: "QueryId"))
|
580
580
|
DescribeQueryRequest.add_member(:query_alias, Shapes::ShapeRef.new(shape: QueryAlias, location_name: "QueryAlias"))
|
581
581
|
DescribeQueryRequest.add_member(:refresh_id, Shapes::ShapeRef.new(shape: RefreshId, location_name: "RefreshId"))
|
@@ -635,14 +635,14 @@ module Aws::CloudTrail
|
|
635
635
|
|
636
636
|
EventDataStore.add_member(:event_data_store_arn, Shapes::ShapeRef.new(shape: EventDataStoreArn, location_name: "EventDataStoreArn"))
|
637
637
|
EventDataStore.add_member(:name, Shapes::ShapeRef.new(shape: EventDataStoreName, location_name: "Name"))
|
638
|
-
EventDataStore.add_member(:termination_protection_enabled, Shapes::ShapeRef.new(shape: TerminationProtectionEnabled, deprecated: true, location_name: "TerminationProtectionEnabled", metadata: {"deprecatedMessage"=>"TerminationProtectionEnabled is no longer returned by ListEventDataStores"}))
|
639
|
-
EventDataStore.add_member(:status, Shapes::ShapeRef.new(shape: EventDataStoreStatus, deprecated: true, location_name: "Status", metadata: {"deprecatedMessage"=>"Status is no longer returned by ListEventDataStores"}))
|
640
|
-
EventDataStore.add_member(:advanced_event_selectors, Shapes::ShapeRef.new(shape: AdvancedEventSelectors, deprecated: true, location_name: "AdvancedEventSelectors", metadata: {"deprecatedMessage"=>"AdvancedEventSelectors is no longer returned by ListEventDataStores"}))
|
641
|
-
EventDataStore.add_member(:multi_region_enabled, Shapes::ShapeRef.new(shape: Boolean, deprecated: true, location_name: "MultiRegionEnabled", metadata: {"deprecatedMessage"=>"MultiRegionEnabled is no longer returned by ListEventDataStores"}))
|
642
|
-
EventDataStore.add_member(:organization_enabled, Shapes::ShapeRef.new(shape: Boolean, deprecated: true, location_name: "OrganizationEnabled", metadata: {"deprecatedMessage"=>"OrganizationEnabled is no longer returned by ListEventDataStores"}))
|
643
|
-
EventDataStore.add_member(:retention_period, Shapes::ShapeRef.new(shape: RetentionPeriod, deprecated: true, location_name: "RetentionPeriod", metadata: {"deprecatedMessage"=>"RetentionPeriod is no longer returned by ListEventDataStores"}))
|
644
|
-
EventDataStore.add_member(:created_timestamp, Shapes::ShapeRef.new(shape: Date, deprecated: true, location_name: "CreatedTimestamp", metadata: {"deprecatedMessage"=>"CreatedTimestamp is no longer returned by ListEventDataStores"}))
|
645
|
-
EventDataStore.add_member(:updated_timestamp, Shapes::ShapeRef.new(shape: Date, deprecated: true, location_name: "UpdatedTimestamp", metadata: {"deprecatedMessage"=>"UpdatedTimestamp is no longer returned by ListEventDataStores"}))
|
638
|
+
EventDataStore.add_member(:termination_protection_enabled, Shapes::ShapeRef.new(shape: TerminationProtectionEnabled, deprecated: true, location_name: "TerminationProtectionEnabled", metadata: {"deprecatedMessage" => "TerminationProtectionEnabled is no longer returned by ListEventDataStores"}))
|
639
|
+
EventDataStore.add_member(:status, Shapes::ShapeRef.new(shape: EventDataStoreStatus, deprecated: true, location_name: "Status", metadata: {"deprecatedMessage" => "Status is no longer returned by ListEventDataStores"}))
|
640
|
+
EventDataStore.add_member(:advanced_event_selectors, Shapes::ShapeRef.new(shape: AdvancedEventSelectors, deprecated: true, location_name: "AdvancedEventSelectors", metadata: {"deprecatedMessage" => "AdvancedEventSelectors is no longer returned by ListEventDataStores"}))
|
641
|
+
EventDataStore.add_member(:multi_region_enabled, Shapes::ShapeRef.new(shape: Boolean, deprecated: true, location_name: "MultiRegionEnabled", metadata: {"deprecatedMessage" => "MultiRegionEnabled is no longer returned by ListEventDataStores"}))
|
642
|
+
EventDataStore.add_member(:organization_enabled, Shapes::ShapeRef.new(shape: Boolean, deprecated: true, location_name: "OrganizationEnabled", metadata: {"deprecatedMessage" => "OrganizationEnabled is no longer returned by ListEventDataStores"}))
|
643
|
+
EventDataStore.add_member(:retention_period, Shapes::ShapeRef.new(shape: RetentionPeriod, deprecated: true, location_name: "RetentionPeriod", metadata: {"deprecatedMessage" => "RetentionPeriod is no longer returned by ListEventDataStores"}))
|
644
|
+
EventDataStore.add_member(:created_timestamp, Shapes::ShapeRef.new(shape: Date, deprecated: true, location_name: "CreatedTimestamp", metadata: {"deprecatedMessage" => "CreatedTimestamp is no longer returned by ListEventDataStores"}))
|
645
|
+
EventDataStore.add_member(:updated_timestamp, Shapes::ShapeRef.new(shape: Date, deprecated: true, location_name: "UpdatedTimestamp", metadata: {"deprecatedMessage" => "UpdatedTimestamp is no longer returned by ListEventDataStores"}))
|
646
646
|
EventDataStore.struct_class = Types::EventDataStore
|
647
647
|
|
648
648
|
EventDataStoreARNInvalidException.struct_class = Types::EventDataStoreARNInvalidException
|
@@ -764,7 +764,7 @@ module Aws::CloudTrail
|
|
764
764
|
GetInsightSelectorsResponse.add_member(:insights_destination, Shapes::ShapeRef.new(shape: EventDataStoreArn, location_name: "InsightsDestination"))
|
765
765
|
GetInsightSelectorsResponse.struct_class = Types::GetInsightSelectorsResponse
|
766
766
|
|
767
|
-
GetQueryResultsRequest.add_member(:event_data_store, Shapes::ShapeRef.new(shape: EventDataStoreArn, deprecated: true, location_name: "EventDataStore", metadata: {"deprecatedMessage"=>"EventDataStore is no longer required by GetQueryResultsRequest"}))
|
767
|
+
GetQueryResultsRequest.add_member(:event_data_store, Shapes::ShapeRef.new(shape: EventDataStoreArn, deprecated: true, location_name: "EventDataStore", metadata: {"deprecatedMessage" => "EventDataStore is no longer required by GetQueryResultsRequest"}))
|
768
768
|
GetQueryResultsRequest.add_member(:query_id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "QueryId"))
|
769
769
|
GetQueryResultsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
|
770
770
|
GetQueryResultsRequest.add_member(:max_query_results, Shapes::ShapeRef.new(shape: MaxQueryResults, location_name: "MaxQueryResults"))
|
@@ -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
|
816
|
-
# of log file delivery. The maximum length is 256
|
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
|
5737
|
-
# of log file delivery. The maximum length is 256
|
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
|
data/lib/aws-sdk-cloudtrail.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-cloudtrail
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.103.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: aws-sdk-core
|
@@ -77,7 +76,6 @@ licenses:
|
|
77
76
|
metadata:
|
78
77
|
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-cloudtrail
|
79
78
|
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-cloudtrail/CHANGELOG.md
|
80
|
-
post_install_message:
|
81
79
|
rdoc_options: []
|
82
80
|
require_paths:
|
83
81
|
- lib
|
@@ -92,8 +90,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
92
90
|
- !ruby/object:Gem::Version
|
93
91
|
version: '0'
|
94
92
|
requirements: []
|
95
|
-
rubygems_version: 3.
|
96
|
-
signing_key:
|
93
|
+
rubygems_version: 3.6.7
|
97
94
|
specification_version: 4
|
98
95
|
summary: AWS SDK for Ruby - CloudTrail
|
99
96
|
test_files: []
|