aws-sdk-cloudtrail 1.121.0 → 1.122.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: c6b82397aa5047b22b72cab98bba311012ebab023bb5260f7a3a851ea49c4a6d
4
- data.tar.gz: ad9753db6fbbbc8fa57bde560caeeeccfe663d261b847689edab4ae97baf5ae9
3
+ metadata.gz: 52b3d74805c86d3a2af4552b6c994de0d79fb2c00164a771528ec9f70efbe089
4
+ data.tar.gz: 2ecfd714f596386e061e08ae921e9debc47c901df47f42d94934e6e83faad93f
5
5
  SHA512:
6
- metadata.gz: fe8b2ec5ad7ac6059436d150a18946962c21a9d3ca1dcf779b22fdb484fbf8c209bbfde6756545f96e6b26b7feb397769983537a4a9a68b9b854fab9bafac1a3
7
- data.tar.gz: 5dabf27c78fad7389f82233d04ef6e685550d50e35a2da9d8cd9f4506d1ca1cb3a1d1af548465c62abf2a255eccedf2287ea57b73ea92b2cf3b54730a0c7ebda
6
+ metadata.gz: 378548e2e70bfc73463188acc489d0854ea823b2309e5fd9c23dc6417b23dc834e2e1b21f63b1c35bc570e630225d794cd1bc267767c30c5991853947e669599
7
+ data.tar.gz: 5875e8b974a70eec1a76c26f88d145e6d14ebb6f5aa668f72d25b96ba0a3be543bfa55b556c40b2ae68b3431a9bc42dd1ea60543c06dd43b61e19366ccfb2559
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.122.0 (2026-05-19)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.121.0 (2026-05-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.121.0
1
+ 1.122.0
@@ -4884,7 +4884,7 @@ module Aws::CloudTrail
4884
4884
  tracer: tracer
4885
4885
  )
4886
4886
  context[:gem_name] = 'aws-sdk-cloudtrail'
4887
- context[:gem_version] = '1.121.0'
4887
+ context[:gem_version] = '1.122.0'
4888
4888
  Seahorse::Client::Request.new(handlers, context)
4889
4889
  end
4890
4890
 
@@ -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.121.0'
57
+ GEM_VERSION = '1.122.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -89,7 +89,7 @@ module Aws
89
89
  {
90
90
  key: ::String,
91
91
  value: ::String?
92
- },
92
+ }
93
93
  ]
94
94
  ) -> _AddTagsResponseSuccess
95
95
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AddTagsResponseSuccess
@@ -124,13 +124,13 @@ module Aws
124
124
  {
125
125
  type: ("EVENT_DATA_STORE" | "AWS_SERVICE"),
126
126
  location: ::String
127
- },
127
+ }
128
128
  ],
129
129
  ?tags: Array[
130
130
  {
131
131
  key: ::String,
132
132
  value: ::String?
133
- },
133
+ }
134
134
  ]
135
135
  ) -> _CreateChannelResponseSuccess
136
136
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateChannelResponseSuccess
@@ -148,19 +148,12 @@ module Aws
148
148
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CloudTrail/Client.html#create_dashboard-instance_method
149
149
  def create_dashboard: (
150
150
  name: ::String,
151
- ?refresh_schedule: {
152
- frequency: {
153
- unit: ("HOURS" | "DAYS")?,
154
- value: ::Integer?
155
- }?,
156
- status: ("ENABLED" | "DISABLED")?,
157
- time_of_day: ::String?
158
- },
151
+ ?refresh_schedule: Params::refresh_schedule,
159
152
  ?tags_list: Array[
160
153
  {
161
154
  key: ::String,
162
155
  value: ::String?
163
- },
156
+ }
164
157
  ],
165
158
  ?termination_protection_enabled: bool,
166
159
  ?widgets: Array[
@@ -168,7 +161,7 @@ module Aws
168
161
  query_statement: ::String,
169
162
  query_parameters: Array[::String]?,
170
163
  view_properties: Hash[::String, ::String]
171
- },
164
+ }
172
165
  ]
173
166
  ) -> _CreateDashboardResponseSuccess
174
167
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateDashboardResponseSuccess
@@ -193,20 +186,7 @@ module Aws
193
186
  def create_event_data_store: (
194
187
  name: ::String,
195
188
  ?advanced_event_selectors: Array[
196
- {
197
- name: ::String?,
198
- field_selectors: Array[
199
- {
200
- field: ::String,
201
- equals: Array[::String]?,
202
- starts_with: Array[::String]?,
203
- ends_with: Array[::String]?,
204
- not_equals: Array[::String]?,
205
- not_starts_with: Array[::String]?,
206
- not_ends_with: Array[::String]?
207
- },
208
- ]
209
- },
189
+ Params::advanced_event_selector
210
190
  ],
211
191
  ?multi_region_enabled: bool,
212
192
  ?organization_enabled: bool,
@@ -216,7 +196,7 @@ module Aws
216
196
  {
217
197
  key: ::String,
218
198
  value: ::String?
219
- },
199
+ }
220
200
  ],
221
201
  ?kms_key_id: ::String,
222
202
  ?start_ingestion: bool,
@@ -257,7 +237,7 @@ module Aws
257
237
  {
258
238
  key: ::String,
259
239
  value: ::String?
260
- },
240
+ }
261
241
  ]
262
242
  ) -> _CreateTrailResponseSuccess
263
243
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateTrailResponseSuccess
@@ -741,7 +721,7 @@ module Aws
741
721
  {
742
722
  attribute_key: ("EventId" | "EventName" | "ReadOnly" | "Username" | "ResourceType" | "ResourceName" | "EventSource" | "AccessKeyId"),
743
723
  attribute_value: ::String
744
- },
724
+ }
745
725
  ],
746
726
  ?start_time: ::Time,
747
727
  ?end_time: ::Time,
@@ -768,13 +748,13 @@ module Aws
768
748
  {
769
749
  type: ("TagContext" | "RequestContext"),
770
750
  equals: Array[::String]
771
- },
751
+ }
772
752
  ],
773
753
  ?aggregation_configurations: Array[
774
754
  {
775
755
  templates: Array[("API_ACTIVITY" | "RESOURCE_ACCESS" | "USER_ACTIONS")],
776
756
  event_category: ("Data")
777
- },
757
+ }
778
758
  ]
779
759
  ) -> _PutEventConfigurationResponseSuccess
780
760
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutEventConfigurationResponseSuccess
@@ -796,26 +776,13 @@ module Aws
796
776
  {
797
777
  type: ::String?,
798
778
  values: Array[::String]?
799
- },
779
+ }
800
780
  ]?,
801
781
  exclude_management_event_sources: Array[::String]?
802
- },
782
+ }
803
783
  ],
804
784
  ?advanced_event_selectors: Array[
805
- {
806
- name: ::String?,
807
- field_selectors: Array[
808
- {
809
- field: ::String,
810
- equals: Array[::String]?,
811
- starts_with: Array[::String]?,
812
- ends_with: Array[::String]?,
813
- not_equals: Array[::String]?,
814
- not_starts_with: Array[::String]?,
815
- not_ends_with: Array[::String]?
816
- },
817
- ]
818
- },
785
+ Params::advanced_event_selector
819
786
  ]
820
787
  ) -> _PutEventSelectorsResponseSuccess
821
788
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutEventSelectorsResponseSuccess
@@ -834,7 +801,7 @@ module Aws
834
801
  {
835
802
  insight_type: ("ApiCallRateInsight" | "ApiErrorRateInsight")?,
836
803
  event_categories: Array[("Management" | "Data")]?
837
- },
804
+ }
838
805
  ],
839
806
  ?event_data_store: ::String,
840
807
  ?insights_destination: ::String
@@ -873,7 +840,7 @@ module Aws
873
840
  {
874
841
  key: ::String,
875
842
  value: ::String?
876
- },
843
+ }
877
844
  ]
878
845
  ) -> _RemoveTagsResponseSuccess
879
846
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RemoveTagsResponseSuccess
@@ -1033,7 +1000,7 @@ module Aws
1033
1000
  {
1034
1001
  type: ("EVENT_DATA_STORE" | "AWS_SERVICE"),
1035
1002
  location: ::String
1036
- },
1003
+ }
1037
1004
  ],
1038
1005
  ?name: ::String
1039
1006
  ) -> _UpdateChannelResponseSuccess
@@ -1058,16 +1025,9 @@ module Aws
1058
1025
  query_statement: ::String,
1059
1026
  query_parameters: Array[::String]?,
1060
1027
  view_properties: Hash[::String, ::String]
1061
- },
1028
+ }
1062
1029
  ],
1063
- ?refresh_schedule: {
1064
- frequency: {
1065
- unit: ("HOURS" | "DAYS")?,
1066
- value: ::Integer?
1067
- }?,
1068
- status: ("ENABLED" | "DISABLED")?,
1069
- time_of_day: ::String?
1070
- },
1030
+ ?refresh_schedule: Params::refresh_schedule,
1071
1031
  ?termination_protection_enabled: bool
1072
1032
  ) -> _UpdateDashboardResponseSuccess
1073
1033
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateDashboardResponseSuccess
@@ -1094,20 +1054,7 @@ module Aws
1094
1054
  event_data_store: ::String,
1095
1055
  ?name: ::String,
1096
1056
  ?advanced_event_selectors: Array[
1097
- {
1098
- name: ::String?,
1099
- field_selectors: Array[
1100
- {
1101
- field: ::String,
1102
- equals: Array[::String]?,
1103
- starts_with: Array[::String]?,
1104
- ends_with: Array[::String]?,
1105
- not_equals: Array[::String]?,
1106
- not_starts_with: Array[::String]?,
1107
- not_ends_with: Array[::String]?
1108
- },
1109
- ]
1110
- },
1057
+ Params::advanced_event_selector
1111
1058
  ],
1112
1059
  ?multi_region_enabled: bool,
1113
1060
  ?organization_enabled: bool,
data/sig/params.rbs ADDED
@@ -0,0 +1,39 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module CloudTrail
10
+ module Params
11
+ type refresh_schedule = {
12
+ frequency: {
13
+ unit: ("HOURS" | "DAYS")?,
14
+ value: ::Integer?
15
+ }?,
16
+ status: ("ENABLED" | "DISABLED")?,
17
+ time_of_day: ::String?
18
+ }
19
+
20
+ type advanced_event_selector = {
21
+ name: ::String?,
22
+ field_selectors: Array[
23
+ Params::advanced_field_selector
24
+ ]
25
+ }
26
+
27
+ type advanced_field_selector = {
28
+ field: ::String,
29
+ equals: Array[::String]?,
30
+ starts_with: Array[::String]?,
31
+ ends_with: Array[::String]?,
32
+ not_equals: Array[::String]?,
33
+ not_starts_with: Array[::String]?,
34
+ not_ends_with: Array[::String]?
35
+ }
36
+
37
+ end
38
+ end
39
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-cloudtrail
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.121.0
4
+ version: 1.122.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -67,6 +67,7 @@ files:
67
67
  - lib/aws-sdk-cloudtrail/types.rb
68
68
  - sig/client.rbs
69
69
  - sig/errors.rbs
70
+ - sig/params.rbs
70
71
  - sig/resource.rbs
71
72
  - sig/types.rbs
72
73
  - sig/waiters.rbs