aws-sdk-cloudtrail 1.121.0 → 1.123.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: f67607ed851c988059a562af5d0a3d06aa506e1e276c4cd55c5a65594f10c42f
4
+ data.tar.gz: 464b5e5d06da8b0318461f3057e8296c93291051c038f14fd7cbf6ab8f649f46
5
5
  SHA512:
6
- metadata.gz: fe8b2ec5ad7ac6059436d150a18946962c21a9d3ca1dcf779b22fdb484fbf8c209bbfde6756545f96e6b26b7feb397769983537a4a9a68b9b854fab9bafac1a3
7
- data.tar.gz: 5dabf27c78fad7389f82233d04ef6e685550d50e35a2da9d8cd9f4506d1ca1cb3a1d1af548465c62abf2a255eccedf2287ea57b73ea92b2cf3b54730a0c7ebda
6
+ metadata.gz: 569fbb8e2e464c6a118c8612ed130240c73725ec205cb0063f02c3fd0b7950246d404de05c5832da34aa31fe540a9483246f256b23429c50be63f014d0774672
7
+ data.tar.gz: 76ae4602ef5e51b98fd808ea7e15237064a424c8d24c3efa796cb7dd950f487102bf60f5afe27a8900c622b8057ad73389d770ab1544edce6f7b4065d6625921
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.123.0 (2026-05-21)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.122.0 (2026-05-19)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.121.0 (2026-05-13)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.121.0
1
+ 1.123.0
@@ -199,7 +199,7 @@ module Aws::CloudTrail
199
199
  # the required types.
200
200
  #
201
201
  # @option options [Boolean] :correct_clock_skew (true)
202
- # Used only in `standard` and adaptive retry modes. Specifies whether to apply
202
+ # Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
203
203
  # a clock skew correction and retry requests with skewed client clocks.
204
204
  #
205
205
  # @option options [String] :defaults_mode ("legacy")
@@ -323,17 +323,15 @@ module Aws::CloudTrail
323
323
  # @option options [String] :retry_mode ("legacy")
324
324
  # Specifies which retry algorithm to use. Values are:
325
325
  #
326
- # * `legacy` - The pre-existing retry behavior. This is default value if
327
- # no retry mode is provided.
326
+ # * `legacy` - The pre-existing retry behavior. This is the default
327
+ # value if no retry mode is provided.
328
328
  #
329
329
  # * `standard` - A standardized set of retry rules across the AWS SDKs.
330
330
  # This includes support for retry quotas, which limit the number of
331
331
  # unsuccessful retries a client can make.
332
332
  #
333
- # * `adaptive` - An experimental retry mode that includes all the
334
- # functionality of `standard` mode along with automatic client side
335
- # throttling. This is a provisional mode that may change behavior
336
- # in the future.
333
+ # * `adaptive` - A retry mode that includes all the functionality of
334
+ # `standard` mode along with automatic client side throttling.
337
335
  #
338
336
  # @option options [String] :sdk_ua_app_id
339
337
  # A unique and opaque application ID that is appended to the
@@ -4884,7 +4882,7 @@ module Aws::CloudTrail
4884
4882
  tracer: tracer
4885
4883
  )
4886
4884
  context[:gem_name] = 'aws-sdk-cloudtrail'
4887
- context[:gem_version] = '1.121.0'
4885
+ context[:gem_version] = '1.123.0'
4888
4886
  Seahorse::Client::Request.new(handlers, context)
4889
4887
  end
4890
4888
 
@@ -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.123.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.123.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.247.0
21
+ version: 3.248.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.247.0
31
+ version: 3.248.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement
@@ -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