aws-sdk-observabilityadmin 1.28.0 → 1.29.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: cfc8f3a573b971e59d801123c05c5d87d0521609c800f56d39e40e618ebc90a7
4
- data.tar.gz: eb4d96f1af58608125ba0e6ffb1e47c43034454101a120146fac18dd8d3f1f68
3
+ metadata.gz: 4498d0419f2b4950524acaa5a1add08e08527bf073cdd68417b763a63ed510a8
4
+ data.tar.gz: bdc4a3512ebf177ba78ff7e0cc23ebfbcba19c12c04effad11c476b8382e252b
5
5
  SHA512:
6
- metadata.gz: d073bc03549f3702ccd85dbcb9a3a24f55432e25611477e1237d7493c381072d09fe2b5cddf56e0c591bc3ad59f7145a3f9eaadd60ee4cd272bf7f54a5ad841a
7
- data.tar.gz: 2a6a69e45b5c1a1c89b0a39c93036365d2c5600075eb873dee39dd7d3abd284a4daaf213ac1b7526eb0fea0d00aa20f3034eae463d889682f3ff162e16e5eddb
6
+ metadata.gz: 96ab2823c6945519b1c3aace6865d79cac677f580e6983a33ccc63307c2b20e0cc77fc12b0f2bacdcd192d8b174b44d6615eaa10f7995262a0f19b79dedf21d6
7
+ data.tar.gz: 10fe10593310c53f7f3cc2269e5580dc4a07dfe7ddf635fb09125f3efe7046944e0d90897ad45fbd4a5260c54e75cf8364fdfbdb426420c3719afbeaa5cca056
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.29.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.28.0 (2026-05-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.28.0
1
+ 1.29.0
@@ -2606,7 +2606,7 @@ module Aws::ObservabilityAdmin
2606
2606
  tracer: tracer
2607
2607
  )
2608
2608
  context[:gem_name] = 'aws-sdk-observabilityadmin'
2609
- context[:gem_version] = '1.28.0'
2609
+ context[:gem_version] = '1.29.0'
2610
2610
  Seahorse::Client::Request.new(handlers, context)
2611
2611
  end
2612
2612
 
@@ -55,7 +55,7 @@ module Aws::ObservabilityAdmin
55
55
  autoload :EndpointProvider, 'aws-sdk-observabilityadmin/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-observabilityadmin/endpoints'
57
57
 
58
- GEM_VERSION = '1.28.0'
58
+ GEM_VERSION = '1.29.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -85,35 +85,7 @@ module Aws
85
85
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ObservabilityAdmin/Client.html#create_centralization_rule_for_organization-instance_method
86
86
  def create_centralization_rule_for_organization: (
87
87
  rule_name: ::String,
88
- rule: {
89
- source: {
90
- regions: Array[::String],
91
- scope: ::String?,
92
- source_logs_configuration: {
93
- log_group_selection_criteria: ::String?,
94
- data_source_selection_criteria: ::String?,
95
- encrypted_log_group_strategy: ("ALLOW" | "SKIP")
96
- }?
97
- },
98
- destination: {
99
- region: ::String,
100
- account: ::String?,
101
- destination_logs_configuration: {
102
- logs_encryption_configuration: {
103
- encryption_strategy: ("CUSTOMER_MANAGED" | "AWS_OWNED"),
104
- kms_key_arn: ::String?,
105
- encryption_conflict_resolution_strategy: ("ALLOW" | "SKIP")?
106
- }?,
107
- backup_configuration: {
108
- region: ::String,
109
- kms_key_arn: ::String?
110
- }?,
111
- log_group_name_configuration: {
112
- log_group_name_pattern: ::String
113
- }?
114
- }?
115
- }
116
- },
88
+ rule: Params::centralization_rule,
117
89
  ?tags: Hash[::String, ::String]
118
90
  ) -> _CreateCentralizationRuleForOrganizationResponseSuccess
119
91
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateCentralizationRuleForOrganizationResponseSuccess
@@ -154,86 +126,7 @@ module Aws
154
126
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ObservabilityAdmin/Client.html#create_telemetry_rule-instance_method
155
127
  def create_telemetry_rule: (
156
128
  rule_name: ::String,
157
- rule: {
158
- resource_type: ("AWS::EC2::Instance" | "AWS::EC2::VPC" | "AWS::Lambda::Function" | "AWS::CloudTrail" | "AWS::EKS::Cluster" | "AWS::WAFv2::WebACL" | "AWS::ElasticLoadBalancingV2::LoadBalancer" | "AWS::Route53Resolver::ResolverEndpoint" | "AWS::BedrockAgentCore::Runtime" | "AWS::BedrockAgentCore::Browser" | "AWS::BedrockAgentCore::CodeInterpreter" | "AWS::BedrockAgentCore::Gateway" | "AWS::BedrockAgentCore::Memory" | "AWS::BedrockAgentCore::WorkloadIdentity" | "AWS::SecurityHub::Hub" | "AWS::CloudFront::Distribution" | "AWS::SecurityHub::HubV2" | "AWS::CloudWatch::OTelEnrichment" | "AWS::MSK::Cluster")?,
159
- telemetry_type: ("Logs" | "Metrics" | "Traces"),
160
- telemetry_source_types: Array[("VPC_FLOW_LOGS" | "ROUTE53_RESOLVER_QUERY_LOGS" | "EKS_AUDIT_LOGS" | "EKS_AUTHENTICATOR_LOGS" | "EKS_CONTROLLER_MANAGER_LOGS" | "EKS_SCHEDULER_LOGS" | "EKS_API_LOGS")]?,
161
- destination_configuration: {
162
- destination_type: ("cloud-watch-logs")?,
163
- destination_pattern: ::String?,
164
- retention_in_days: ::Integer?,
165
- vpc_flow_log_parameters: {
166
- log_format: ::String?,
167
- traffic_type: ::String?,
168
- max_aggregation_interval: ::Integer?
169
- }?,
170
- cloudtrail_parameters: {
171
- advanced_event_selectors: Array[
172
- {
173
- name: ::String?,
174
- field_selectors: Array[
175
- {
176
- field: ::String,
177
- equals: Array[::String]?,
178
- starts_with: Array[::String]?,
179
- ends_with: Array[::String]?,
180
- not_equals: Array[::String]?,
181
- not_starts_with: Array[::String]?,
182
- not_ends_with: Array[::String]?
183
- },
184
- ]
185
- },
186
- ]
187
- }?,
188
- elb_load_balancer_logging_parameters: {
189
- output_format: ("plain" | "json")?,
190
- field_delimiter: ::String?
191
- }?,
192
- waf_logging_parameters: {
193
- redacted_fields: Array[
194
- {
195
- single_header: {
196
- name: ::String?
197
- }?,
198
- uri_path: ::String?,
199
- query_string: ::String?,
200
- method: ::String?
201
- },
202
- ]?,
203
- logging_filter: {
204
- filters: Array[
205
- {
206
- behavior: ("KEEP" | "DROP")?,
207
- requirement: ("MEETS_ALL" | "MEETS_ANY")?,
208
- conditions: Array[
209
- {
210
- action_condition: {
211
- action: ("ALLOW" | "BLOCK" | "COUNT" | "CAPTCHA" | "CHALLENGE" | "EXCLUDED_AS_COUNT")?
212
- }?,
213
- label_name_condition: {
214
- label_name: ::String?
215
- }?
216
- },
217
- ]?
218
- },
219
- ]?,
220
- default_behavior: ("KEEP" | "DROP")?
221
- }?,
222
- log_type: ("WAF_LOGS")?
223
- }?,
224
- log_delivery_parameters: {
225
- log_types: Array[("APPLICATION_LOGS" | "USAGE_LOGS" | "SECURITY_FINDING_LOGS" | "ACCESS_LOGS" | "CONNECTION_LOGS")]?
226
- }?,
227
- msk_monitoring_parameters: {
228
- enhanced_monitoring: ("DEFAULT" | "PER_BROKER" | "PER_TOPIC_PER_BROKER" | "PER_TOPIC_PER_PARTITION")?
229
- }?
230
- }?,
231
- scope: ::String?,
232
- selection_criteria: ::String?,
233
- allow_field_updates: bool?,
234
- regions: Array[::String]?,
235
- all_regions: bool?
236
- },
129
+ rule: Params::telemetry_rule,
237
130
  ?tags: Hash[::String, ::String]
238
131
  ) -> _CreateTelemetryRuleResponseSuccess
239
132
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateTelemetryRuleResponseSuccess
@@ -245,86 +138,7 @@ module Aws
245
138
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ObservabilityAdmin/Client.html#create_telemetry_rule_for_organization-instance_method
246
139
  def create_telemetry_rule_for_organization: (
247
140
  rule_name: ::String,
248
- rule: {
249
- resource_type: ("AWS::EC2::Instance" | "AWS::EC2::VPC" | "AWS::Lambda::Function" | "AWS::CloudTrail" | "AWS::EKS::Cluster" | "AWS::WAFv2::WebACL" | "AWS::ElasticLoadBalancingV2::LoadBalancer" | "AWS::Route53Resolver::ResolverEndpoint" | "AWS::BedrockAgentCore::Runtime" | "AWS::BedrockAgentCore::Browser" | "AWS::BedrockAgentCore::CodeInterpreter" | "AWS::BedrockAgentCore::Gateway" | "AWS::BedrockAgentCore::Memory" | "AWS::BedrockAgentCore::WorkloadIdentity" | "AWS::SecurityHub::Hub" | "AWS::CloudFront::Distribution" | "AWS::SecurityHub::HubV2" | "AWS::CloudWatch::OTelEnrichment" | "AWS::MSK::Cluster")?,
250
- telemetry_type: ("Logs" | "Metrics" | "Traces"),
251
- telemetry_source_types: Array[("VPC_FLOW_LOGS" | "ROUTE53_RESOLVER_QUERY_LOGS" | "EKS_AUDIT_LOGS" | "EKS_AUTHENTICATOR_LOGS" | "EKS_CONTROLLER_MANAGER_LOGS" | "EKS_SCHEDULER_LOGS" | "EKS_API_LOGS")]?,
252
- destination_configuration: {
253
- destination_type: ("cloud-watch-logs")?,
254
- destination_pattern: ::String?,
255
- retention_in_days: ::Integer?,
256
- vpc_flow_log_parameters: {
257
- log_format: ::String?,
258
- traffic_type: ::String?,
259
- max_aggregation_interval: ::Integer?
260
- }?,
261
- cloudtrail_parameters: {
262
- advanced_event_selectors: Array[
263
- {
264
- name: ::String?,
265
- field_selectors: Array[
266
- {
267
- field: ::String,
268
- equals: Array[::String]?,
269
- starts_with: Array[::String]?,
270
- ends_with: Array[::String]?,
271
- not_equals: Array[::String]?,
272
- not_starts_with: Array[::String]?,
273
- not_ends_with: Array[::String]?
274
- },
275
- ]
276
- },
277
- ]
278
- }?,
279
- elb_load_balancer_logging_parameters: {
280
- output_format: ("plain" | "json")?,
281
- field_delimiter: ::String?
282
- }?,
283
- waf_logging_parameters: {
284
- redacted_fields: Array[
285
- {
286
- single_header: {
287
- name: ::String?
288
- }?,
289
- uri_path: ::String?,
290
- query_string: ::String?,
291
- method: ::String?
292
- },
293
- ]?,
294
- logging_filter: {
295
- filters: Array[
296
- {
297
- behavior: ("KEEP" | "DROP")?,
298
- requirement: ("MEETS_ALL" | "MEETS_ANY")?,
299
- conditions: Array[
300
- {
301
- action_condition: {
302
- action: ("ALLOW" | "BLOCK" | "COUNT" | "CAPTCHA" | "CHALLENGE" | "EXCLUDED_AS_COUNT")?
303
- }?,
304
- label_name_condition: {
305
- label_name: ::String?
306
- }?
307
- },
308
- ]?
309
- },
310
- ]?,
311
- default_behavior: ("KEEP" | "DROP")?
312
- }?,
313
- log_type: ("WAF_LOGS")?
314
- }?,
315
- log_delivery_parameters: {
316
- log_types: Array[("APPLICATION_LOGS" | "USAGE_LOGS" | "SECURITY_FINDING_LOGS" | "ACCESS_LOGS" | "CONNECTION_LOGS")]?
317
- }?,
318
- msk_monitoring_parameters: {
319
- enhanced_monitoring: ("DEFAULT" | "PER_BROKER" | "PER_TOPIC_PER_BROKER" | "PER_TOPIC_PER_PARTITION")?
320
- }?
321
- }?,
322
- scope: ::String?,
323
- selection_criteria: ::String?,
324
- allow_field_updates: bool?,
325
- regions: Array[::String]?,
326
- all_regions: bool?
327
- },
141
+ rule: Params::telemetry_rule,
328
142
  ?tags: Hash[::String, ::String]
329
143
  ) -> _CreateTelemetryRuleForOrganizationResponseSuccess
330
144
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateTelemetryRuleForOrganizationResponseSuccess
@@ -635,7 +449,7 @@ module Aws
635
449
  {
636
450
  data: ::String?,
637
451
  type: ("STRING" | "JSON")?
638
- },
452
+ }
639
453
  ],
640
454
  configuration: {
641
455
  body: ::String
@@ -657,35 +471,7 @@ module Aws
657
471
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ObservabilityAdmin/Client.html#update_centralization_rule_for_organization-instance_method
658
472
  def update_centralization_rule_for_organization: (
659
473
  rule_identifier: ::String,
660
- rule: {
661
- source: {
662
- regions: Array[::String],
663
- scope: ::String?,
664
- source_logs_configuration: {
665
- log_group_selection_criteria: ::String?,
666
- data_source_selection_criteria: ::String?,
667
- encrypted_log_group_strategy: ("ALLOW" | "SKIP")
668
- }?
669
- },
670
- destination: {
671
- region: ::String,
672
- account: ::String?,
673
- destination_logs_configuration: {
674
- logs_encryption_configuration: {
675
- encryption_strategy: ("CUSTOMER_MANAGED" | "AWS_OWNED"),
676
- kms_key_arn: ::String?,
677
- encryption_conflict_resolution_strategy: ("ALLOW" | "SKIP")?
678
- }?,
679
- backup_configuration: {
680
- region: ::String,
681
- kms_key_arn: ::String?
682
- }?,
683
- log_group_name_configuration: {
684
- log_group_name_pattern: ::String
685
- }?
686
- }?
687
- }
688
- }
474
+ rule: Params::centralization_rule
689
475
  ) -> _UpdateCentralizationRuleForOrganizationResponseSuccess
690
476
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateCentralizationRuleForOrganizationResponseSuccess
691
477
 
@@ -708,86 +494,7 @@ module Aws
708
494
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ObservabilityAdmin/Client.html#update_telemetry_rule-instance_method
709
495
  def update_telemetry_rule: (
710
496
  rule_identifier: ::String,
711
- rule: {
712
- resource_type: ("AWS::EC2::Instance" | "AWS::EC2::VPC" | "AWS::Lambda::Function" | "AWS::CloudTrail" | "AWS::EKS::Cluster" | "AWS::WAFv2::WebACL" | "AWS::ElasticLoadBalancingV2::LoadBalancer" | "AWS::Route53Resolver::ResolverEndpoint" | "AWS::BedrockAgentCore::Runtime" | "AWS::BedrockAgentCore::Browser" | "AWS::BedrockAgentCore::CodeInterpreter" | "AWS::BedrockAgentCore::Gateway" | "AWS::BedrockAgentCore::Memory" | "AWS::BedrockAgentCore::WorkloadIdentity" | "AWS::SecurityHub::Hub" | "AWS::CloudFront::Distribution" | "AWS::SecurityHub::HubV2" | "AWS::CloudWatch::OTelEnrichment" | "AWS::MSK::Cluster")?,
713
- telemetry_type: ("Logs" | "Metrics" | "Traces"),
714
- telemetry_source_types: Array[("VPC_FLOW_LOGS" | "ROUTE53_RESOLVER_QUERY_LOGS" | "EKS_AUDIT_LOGS" | "EKS_AUTHENTICATOR_LOGS" | "EKS_CONTROLLER_MANAGER_LOGS" | "EKS_SCHEDULER_LOGS" | "EKS_API_LOGS")]?,
715
- destination_configuration: {
716
- destination_type: ("cloud-watch-logs")?,
717
- destination_pattern: ::String?,
718
- retention_in_days: ::Integer?,
719
- vpc_flow_log_parameters: {
720
- log_format: ::String?,
721
- traffic_type: ::String?,
722
- max_aggregation_interval: ::Integer?
723
- }?,
724
- cloudtrail_parameters: {
725
- advanced_event_selectors: Array[
726
- {
727
- name: ::String?,
728
- field_selectors: Array[
729
- {
730
- field: ::String,
731
- equals: Array[::String]?,
732
- starts_with: Array[::String]?,
733
- ends_with: Array[::String]?,
734
- not_equals: Array[::String]?,
735
- not_starts_with: Array[::String]?,
736
- not_ends_with: Array[::String]?
737
- },
738
- ]
739
- },
740
- ]
741
- }?,
742
- elb_load_balancer_logging_parameters: {
743
- output_format: ("plain" | "json")?,
744
- field_delimiter: ::String?
745
- }?,
746
- waf_logging_parameters: {
747
- redacted_fields: Array[
748
- {
749
- single_header: {
750
- name: ::String?
751
- }?,
752
- uri_path: ::String?,
753
- query_string: ::String?,
754
- method: ::String?
755
- },
756
- ]?,
757
- logging_filter: {
758
- filters: Array[
759
- {
760
- behavior: ("KEEP" | "DROP")?,
761
- requirement: ("MEETS_ALL" | "MEETS_ANY")?,
762
- conditions: Array[
763
- {
764
- action_condition: {
765
- action: ("ALLOW" | "BLOCK" | "COUNT" | "CAPTCHA" | "CHALLENGE" | "EXCLUDED_AS_COUNT")?
766
- }?,
767
- label_name_condition: {
768
- label_name: ::String?
769
- }?
770
- },
771
- ]?
772
- },
773
- ]?,
774
- default_behavior: ("KEEP" | "DROP")?
775
- }?,
776
- log_type: ("WAF_LOGS")?
777
- }?,
778
- log_delivery_parameters: {
779
- log_types: Array[("APPLICATION_LOGS" | "USAGE_LOGS" | "SECURITY_FINDING_LOGS" | "ACCESS_LOGS" | "CONNECTION_LOGS")]?
780
- }?,
781
- msk_monitoring_parameters: {
782
- enhanced_monitoring: ("DEFAULT" | "PER_BROKER" | "PER_TOPIC_PER_BROKER" | "PER_TOPIC_PER_PARTITION")?
783
- }?
784
- }?,
785
- scope: ::String?,
786
- selection_criteria: ::String?,
787
- allow_field_updates: bool?,
788
- regions: Array[::String]?,
789
- all_regions: bool?
790
- }
497
+ rule: Params::telemetry_rule
791
498
  ) -> _UpdateTelemetryRuleResponseSuccess
792
499
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateTelemetryRuleResponseSuccess
793
500
 
@@ -798,86 +505,7 @@ module Aws
798
505
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ObservabilityAdmin/Client.html#update_telemetry_rule_for_organization-instance_method
799
506
  def update_telemetry_rule_for_organization: (
800
507
  rule_identifier: ::String,
801
- rule: {
802
- resource_type: ("AWS::EC2::Instance" | "AWS::EC2::VPC" | "AWS::Lambda::Function" | "AWS::CloudTrail" | "AWS::EKS::Cluster" | "AWS::WAFv2::WebACL" | "AWS::ElasticLoadBalancingV2::LoadBalancer" | "AWS::Route53Resolver::ResolverEndpoint" | "AWS::BedrockAgentCore::Runtime" | "AWS::BedrockAgentCore::Browser" | "AWS::BedrockAgentCore::CodeInterpreter" | "AWS::BedrockAgentCore::Gateway" | "AWS::BedrockAgentCore::Memory" | "AWS::BedrockAgentCore::WorkloadIdentity" | "AWS::SecurityHub::Hub" | "AWS::CloudFront::Distribution" | "AWS::SecurityHub::HubV2" | "AWS::CloudWatch::OTelEnrichment" | "AWS::MSK::Cluster")?,
803
- telemetry_type: ("Logs" | "Metrics" | "Traces"),
804
- telemetry_source_types: Array[("VPC_FLOW_LOGS" | "ROUTE53_RESOLVER_QUERY_LOGS" | "EKS_AUDIT_LOGS" | "EKS_AUTHENTICATOR_LOGS" | "EKS_CONTROLLER_MANAGER_LOGS" | "EKS_SCHEDULER_LOGS" | "EKS_API_LOGS")]?,
805
- destination_configuration: {
806
- destination_type: ("cloud-watch-logs")?,
807
- destination_pattern: ::String?,
808
- retention_in_days: ::Integer?,
809
- vpc_flow_log_parameters: {
810
- log_format: ::String?,
811
- traffic_type: ::String?,
812
- max_aggregation_interval: ::Integer?
813
- }?,
814
- cloudtrail_parameters: {
815
- advanced_event_selectors: Array[
816
- {
817
- name: ::String?,
818
- field_selectors: Array[
819
- {
820
- field: ::String,
821
- equals: Array[::String]?,
822
- starts_with: Array[::String]?,
823
- ends_with: Array[::String]?,
824
- not_equals: Array[::String]?,
825
- not_starts_with: Array[::String]?,
826
- not_ends_with: Array[::String]?
827
- },
828
- ]
829
- },
830
- ]
831
- }?,
832
- elb_load_balancer_logging_parameters: {
833
- output_format: ("plain" | "json")?,
834
- field_delimiter: ::String?
835
- }?,
836
- waf_logging_parameters: {
837
- redacted_fields: Array[
838
- {
839
- single_header: {
840
- name: ::String?
841
- }?,
842
- uri_path: ::String?,
843
- query_string: ::String?,
844
- method: ::String?
845
- },
846
- ]?,
847
- logging_filter: {
848
- filters: Array[
849
- {
850
- behavior: ("KEEP" | "DROP")?,
851
- requirement: ("MEETS_ALL" | "MEETS_ANY")?,
852
- conditions: Array[
853
- {
854
- action_condition: {
855
- action: ("ALLOW" | "BLOCK" | "COUNT" | "CAPTCHA" | "CHALLENGE" | "EXCLUDED_AS_COUNT")?
856
- }?,
857
- label_name_condition: {
858
- label_name: ::String?
859
- }?
860
- },
861
- ]?
862
- },
863
- ]?,
864
- default_behavior: ("KEEP" | "DROP")?
865
- }?,
866
- log_type: ("WAF_LOGS")?
867
- }?,
868
- log_delivery_parameters: {
869
- log_types: Array[("APPLICATION_LOGS" | "USAGE_LOGS" | "SECURITY_FINDING_LOGS" | "ACCESS_LOGS" | "CONNECTION_LOGS")]?
870
- }?,
871
- msk_monitoring_parameters: {
872
- enhanced_monitoring: ("DEFAULT" | "PER_BROKER" | "PER_TOPIC_PER_BROKER" | "PER_TOPIC_PER_PARTITION")?
873
- }?
874
- }?,
875
- scope: ::String?,
876
- selection_criteria: ::String?,
877
- allow_field_updates: bool?,
878
- regions: Array[::String]?,
879
- all_regions: bool?
880
- }
508
+ rule: Params::telemetry_rule
881
509
  ) -> _UpdateTelemetryRuleForOrganizationResponseSuccess
882
510
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateTelemetryRuleForOrganizationResponseSuccess
883
511
 
data/sig/params.rbs ADDED
@@ -0,0 +1,148 @@
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 ObservabilityAdmin
10
+ module Params
11
+ type centralization_rule_source = {
12
+ regions: Array[::String],
13
+ scope: ::String?,
14
+ source_logs_configuration: {
15
+ log_group_selection_criteria: ::String?,
16
+ data_source_selection_criteria: ::String?,
17
+ encrypted_log_group_strategy: ("ALLOW" | "SKIP")
18
+ }?
19
+ }
20
+
21
+ type destination_logs_configuration = {
22
+ logs_encryption_configuration: {
23
+ encryption_strategy: ("CUSTOMER_MANAGED" | "AWS_OWNED"),
24
+ kms_key_arn: ::String?,
25
+ encryption_conflict_resolution_strategy: ("ALLOW" | "SKIP")?
26
+ }?,
27
+ backup_configuration: {
28
+ region: ::String,
29
+ kms_key_arn: ::String?
30
+ }?,
31
+ log_group_name_configuration: {
32
+ log_group_name_pattern: ::String
33
+ }?
34
+ }
35
+
36
+ type centralization_rule_destination = {
37
+ region: ::String,
38
+ account: ::String?,
39
+ destination_logs_configuration: Params::destination_logs_configuration?
40
+ }
41
+
42
+ type centralization_rule = {
43
+ source: Params::centralization_rule_source,
44
+ destination: Params::centralization_rule_destination
45
+ }
46
+
47
+ type cloudtrail_parameters = {
48
+ advanced_event_selectors: Array[
49
+ Params::advanced_event_selector
50
+ ]
51
+ }
52
+
53
+ type logging_filter = {
54
+ filters: Array[
55
+ Params::filter
56
+ ]?,
57
+ default_behavior: ("KEEP" | "DROP")?
58
+ }
59
+
60
+ type waf_logging_parameters = {
61
+ redacted_fields: Array[
62
+ Params::field_to_match
63
+ ]?,
64
+ logging_filter: Params::logging_filter?,
65
+ log_type: ("WAF_LOGS")?
66
+ }
67
+
68
+ type telemetry_destination_configuration = {
69
+ destination_type: ("cloud-watch-logs")?,
70
+ destination_pattern: ::String?,
71
+ retention_in_days: ::Integer?,
72
+ vpc_flow_log_parameters: {
73
+ log_format: ::String?,
74
+ traffic_type: ::String?,
75
+ max_aggregation_interval: ::Integer?
76
+ }?,
77
+ cloudtrail_parameters: Params::cloudtrail_parameters?,
78
+ elb_load_balancer_logging_parameters: {
79
+ output_format: ("plain" | "json")?,
80
+ field_delimiter: ::String?
81
+ }?,
82
+ waf_logging_parameters: Params::waf_logging_parameters?,
83
+ log_delivery_parameters: {
84
+ log_types: Array[("APPLICATION_LOGS" | "USAGE_LOGS" | "SECURITY_FINDING_LOGS" | "ACCESS_LOGS" | "CONNECTION_LOGS")]?
85
+ }?,
86
+ msk_monitoring_parameters: {
87
+ enhanced_monitoring: ("DEFAULT" | "PER_BROKER" | "PER_TOPIC_PER_BROKER" | "PER_TOPIC_PER_PARTITION")?
88
+ }?
89
+ }
90
+
91
+ type telemetry_rule = {
92
+ resource_type: ("AWS::EC2::Instance" | "AWS::EC2::VPC" | "AWS::Lambda::Function" | "AWS::CloudTrail" | "AWS::EKS::Cluster" | "AWS::WAFv2::WebACL" | "AWS::ElasticLoadBalancingV2::LoadBalancer" | "AWS::Route53Resolver::ResolverEndpoint" | "AWS::BedrockAgentCore::Runtime" | "AWS::BedrockAgentCore::Browser" | "AWS::BedrockAgentCore::CodeInterpreter" | "AWS::BedrockAgentCore::Gateway" | "AWS::BedrockAgentCore::Memory" | "AWS::BedrockAgentCore::WorkloadIdentity" | "AWS::SecurityHub::Hub" | "AWS::CloudFront::Distribution" | "AWS::SecurityHub::HubV2" | "AWS::CloudWatch::OTelEnrichment" | "AWS::MSK::Cluster")?,
93
+ telemetry_type: ("Logs" | "Metrics" | "Traces"),
94
+ telemetry_source_types: Array[("VPC_FLOW_LOGS" | "ROUTE53_RESOLVER_QUERY_LOGS" | "EKS_AUDIT_LOGS" | "EKS_AUTHENTICATOR_LOGS" | "EKS_CONTROLLER_MANAGER_LOGS" | "EKS_SCHEDULER_LOGS" | "EKS_API_LOGS")]?,
95
+ destination_configuration: Params::telemetry_destination_configuration?,
96
+ scope: ::String?,
97
+ selection_criteria: ::String?,
98
+ allow_field_updates: bool?,
99
+ regions: Array[::String]?,
100
+ all_regions: bool?
101
+ }
102
+
103
+ type advanced_event_selector = {
104
+ name: ::String?,
105
+ field_selectors: Array[
106
+ Params::advanced_field_selector
107
+ ]
108
+ }
109
+
110
+ type advanced_field_selector = {
111
+ field: ::String,
112
+ equals: Array[::String]?,
113
+ starts_with: Array[::String]?,
114
+ ends_with: Array[::String]?,
115
+ not_equals: Array[::String]?,
116
+ not_starts_with: Array[::String]?,
117
+ not_ends_with: Array[::String]?
118
+ }
119
+
120
+ type field_to_match = {
121
+ single_header: {
122
+ name: ::String?
123
+ }?,
124
+ uri_path: ::String?,
125
+ query_string: ::String?,
126
+ method: ::String?
127
+ }
128
+
129
+ type filter = {
130
+ behavior: ("KEEP" | "DROP")?,
131
+ requirement: ("MEETS_ALL" | "MEETS_ANY")?,
132
+ conditions: Array[
133
+ Params::condition
134
+ ]?
135
+ }
136
+
137
+ type condition = {
138
+ action_condition: {
139
+ action: ("ALLOW" | "BLOCK" | "COUNT" | "CAPTCHA" | "CHALLENGE" | "EXCLUDED_AS_COUNT")?
140
+ }?,
141
+ label_name_condition: {
142
+ label_name: ::String?
143
+ }?
144
+ }
145
+
146
+ end
147
+ end
148
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-observabilityadmin
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.28.0
4
+ version: 1.29.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -68,6 +68,7 @@ files:
68
68
  - lib/aws-sdk-observabilityadmin/waiters.rb
69
69
  - sig/client.rbs
70
70
  - sig/errors.rbs
71
+ - sig/params.rbs
71
72
  - sig/resource.rbs
72
73
  - sig/types.rbs
73
74
  - sig/waiters.rbs