aws-sdk-observabilityadmin 1.31.0 → 1.32.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: ec54001fa2746bb1e902973c4eabd16bd9ab8399879f63db4f66371e22a2a58f
4
- data.tar.gz: ce18afcc13100eb80e5420300f6ffc8cd7dc3561745219a459d0f354ac85ebae
3
+ metadata.gz: de1634c2e93100a67d67c5518230736b545d1096f94cb525bce797cae00c0789
4
+ data.tar.gz: 2809855d35ad9b964b5d32e9988a68df33399cfb31c3b98ed52b25be1481c8b3
5
5
  SHA512:
6
- metadata.gz: f13e30c0070e2cb3da5b374bfa3c75cd3c32f5bb3f68fa0d029f8bf46f9cae943a319ef6d5d75dbd48dd95a22b64dbed9d32a1e48668670811f12c3d7aa83d6c
7
- data.tar.gz: d35165e3f4ab187576befd650513dcbf22604d3080a257cb68976d2132b58a6e8e0c8ba10f7090139c315e0698b5ba2f4e2b18e2727d20c97f5d78023cf2c747
6
+ metadata.gz: c922a42db39f2e6838f7facbd26f673433fcad04ed4d9e239c462903c48d50d821604a41e100f54f921e04b6d29fdc1ab212e0637102a1c7902730facef47deb
7
+ data.tar.gz: e2ece9aef82859c0066452772dd935d543a690f27d4d9dc9c7d878a3e3d29e6edb46c19cc777f5c5023734b338a5b1ffa138eba256aa1c50310d8a987a15093b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.32.0 (2026-06-08)
5
+ ------------------
6
+
7
+ * Feature - CloudWatch Observability Admin extends CentralizationRuleForOrganization APIs to support metrics, enabling centralization of metrics across accounts and Regions alongside logs.
8
+
4
9
  1.31.0 (2026-05-26)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.31.0
1
+ 1.32.0
@@ -509,6 +509,9 @@ module Aws::ObservabilityAdmin
509
509
  # data_source_selection_criteria: "DataSourceFilterString",
510
510
  # encrypted_log_group_strategy: "ALLOW", # required, accepts ALLOW, SKIP
511
511
  # },
512
+ # source_metrics_configuration: {
513
+ # metrics_selection_criteria: "MetricsFilterString",
514
+ # },
512
515
  # },
513
516
  # destination: { # required
514
517
  # region: "Region", # required
@@ -527,6 +530,11 @@ module Aws::ObservabilityAdmin
527
530
  # log_group_name_pattern: "LogGroupNamePattern", # required
528
531
  # },
529
532
  # },
533
+ # destination_metrics_configuration: {
534
+ # backup_configuration: {
535
+ # region: "Region", # required
536
+ # },
537
+ # },
530
538
  # },
531
539
  # },
532
540
  # tags: {
@@ -1057,6 +1065,7 @@ module Aws::ObservabilityAdmin
1057
1065
  # resp.centralization_rule.source.source_logs_configuration.log_group_selection_criteria #=> String
1058
1066
  # resp.centralization_rule.source.source_logs_configuration.data_source_selection_criteria #=> String
1059
1067
  # resp.centralization_rule.source.source_logs_configuration.encrypted_log_group_strategy #=> String, one of "ALLOW", "SKIP"
1068
+ # resp.centralization_rule.source.source_metrics_configuration.metrics_selection_criteria #=> String
1060
1069
  # resp.centralization_rule.destination.region #=> String
1061
1070
  # resp.centralization_rule.destination.account #=> String
1062
1071
  # resp.centralization_rule.destination.destination_logs_configuration.logs_encryption_configuration.encryption_strategy #=> String, one of "CUSTOMER_MANAGED", "AWS_OWNED"
@@ -1065,6 +1074,7 @@ module Aws::ObservabilityAdmin
1065
1074
  # resp.centralization_rule.destination.destination_logs_configuration.backup_configuration.region #=> String
1066
1075
  # resp.centralization_rule.destination.destination_logs_configuration.backup_configuration.kms_key_arn #=> String
1067
1076
  # resp.centralization_rule.destination.destination_logs_configuration.log_group_name_configuration.log_group_name_pattern #=> String
1077
+ # resp.centralization_rule.destination.destination_metrics_configuration.backup_configuration.region #=> String
1068
1078
  #
1069
1079
  # @see http://docs.aws.amazon.com/goto/WebAPI/observabilityadmin-2018-05-10/GetCentralizationRuleForOrganization AWS API Documentation
1070
1080
  #
@@ -2186,6 +2196,9 @@ module Aws::ObservabilityAdmin
2186
2196
  # data_source_selection_criteria: "DataSourceFilterString",
2187
2197
  # encrypted_log_group_strategy: "ALLOW", # required, accepts ALLOW, SKIP
2188
2198
  # },
2199
+ # source_metrics_configuration: {
2200
+ # metrics_selection_criteria: "MetricsFilterString",
2201
+ # },
2189
2202
  # },
2190
2203
  # destination: { # required
2191
2204
  # region: "Region", # required
@@ -2204,6 +2217,11 @@ module Aws::ObservabilityAdmin
2204
2217
  # log_group_name_pattern: "LogGroupNamePattern", # required
2205
2218
  # },
2206
2219
  # },
2220
+ # destination_metrics_configuration: {
2221
+ # backup_configuration: {
2222
+ # region: "Region", # required
2223
+ # },
2224
+ # },
2207
2225
  # },
2208
2226
  # },
2209
2227
  # })
@@ -2604,7 +2622,7 @@ module Aws::ObservabilityAdmin
2604
2622
  tracer: tracer
2605
2623
  )
2606
2624
  context[:gem_name] = 'aws-sdk-observabilityadmin'
2607
- context[:gem_version] = '1.31.0'
2625
+ context[:gem_version] = '1.32.0'
2608
2626
  Seahorse::Client::Request.new(handlers, context)
2609
2627
  end
2610
2628
 
@@ -56,6 +56,7 @@ module Aws::ObservabilityAdmin
56
56
  DeleteTelemetryRuleForOrganizationInput = Shapes::StructureShape.new(name: 'DeleteTelemetryRuleForOrganizationInput')
57
57
  DeleteTelemetryRuleInput = Shapes::StructureShape.new(name: 'DeleteTelemetryRuleInput')
58
58
  DestinationLogsConfiguration = Shapes::StructureShape.new(name: 'DestinationLogsConfiguration')
59
+ DestinationMetricsConfiguration = Shapes::StructureShape.new(name: 'DestinationMetricsConfiguration')
59
60
  DestinationType = Shapes::StringShape.new(name: 'DestinationType')
60
61
  ELBLoadBalancerLoggingParameters = Shapes::StructureShape.new(name: 'ELBLoadBalancerLoggingParameters')
61
62
  EncryptedLogGroupStrategy = Shapes::StringShape.new(name: 'EncryptedLogGroupStrategy')
@@ -126,6 +127,8 @@ module Aws::ObservabilityAdmin
126
127
  LogsEncryptionConfiguration = Shapes::StructureShape.new(name: 'LogsEncryptionConfiguration')
127
128
  LogsFilterString = Shapes::StringShape.new(name: 'LogsFilterString')
128
129
  Long = Shapes::IntegerShape.new(name: 'Long')
130
+ MetricsBackupConfiguration = Shapes::StructureShape.new(name: 'MetricsBackupConfiguration')
131
+ MetricsFilterString = Shapes::StringShape.new(name: 'MetricsFilterString')
129
132
  MskEnhancedMonitoringLevel = Shapes::StringShape.new(name: 'MskEnhancedMonitoringLevel')
130
133
  MskMonitoringParameters = Shapes::StructureShape.new(name: 'MskMonitoringParameters')
131
134
  NextToken = Shapes::StringShape.new(name: 'NextToken')
@@ -162,6 +165,7 @@ module Aws::ObservabilityAdmin
162
165
  Source = Shapes::StructureShape.new(name: 'Source')
163
166
  SourceFilterString = Shapes::StringShape.new(name: 'SourceFilterString')
164
167
  SourceLogsConfiguration = Shapes::StructureShape.new(name: 'SourceLogsConfiguration')
168
+ SourceMetricsConfiguration = Shapes::StructureShape.new(name: 'SourceMetricsConfiguration')
165
169
  Sources = Shapes::ListShape.new(name: 'Sources')
166
170
  StartTelemetryEnrichmentOutput = Shapes::StructureShape.new(name: 'StartTelemetryEnrichmentOutput')
167
171
  StartTelemetryEvaluationForOrganizationInput = Shapes::StructureShape.new(name: 'StartTelemetryEvaluationForOrganizationInput')
@@ -249,11 +253,13 @@ module Aws::ObservabilityAdmin
249
253
  CentralizationRuleDestination.add_member(:region, Shapes::ShapeRef.new(shape: Region, required: true, location_name: "Region"))
250
254
  CentralizationRuleDestination.add_member(:account, Shapes::ShapeRef.new(shape: AccountIdentifier, location_name: "Account"))
251
255
  CentralizationRuleDestination.add_member(:destination_logs_configuration, Shapes::ShapeRef.new(shape: DestinationLogsConfiguration, location_name: "DestinationLogsConfiguration"))
256
+ CentralizationRuleDestination.add_member(:destination_metrics_configuration, Shapes::ShapeRef.new(shape: DestinationMetricsConfiguration, location_name: "DestinationMetricsConfiguration"))
252
257
  CentralizationRuleDestination.struct_class = Types::CentralizationRuleDestination
253
258
 
254
259
  CentralizationRuleSource.add_member(:regions, Shapes::ShapeRef.new(shape: Regions, required: true, location_name: "Regions"))
255
260
  CentralizationRuleSource.add_member(:scope, Shapes::ShapeRef.new(shape: SourceFilterString, location_name: "Scope"))
256
261
  CentralizationRuleSource.add_member(:source_logs_configuration, Shapes::ShapeRef.new(shape: SourceLogsConfiguration, location_name: "SourceLogsConfiguration"))
262
+ CentralizationRuleSource.add_member(:source_metrics_configuration, Shapes::ShapeRef.new(shape: SourceMetricsConfiguration, location_name: "SourceMetricsConfiguration"))
257
263
  CentralizationRuleSource.struct_class = Types::CentralizationRuleSource
258
264
 
259
265
  CentralizationRuleSummaries.member = Shapes::ShapeRef.new(shape: CentralizationRuleSummary)
@@ -359,6 +365,9 @@ module Aws::ObservabilityAdmin
359
365
  DestinationLogsConfiguration.add_member(:log_group_name_configuration, Shapes::ShapeRef.new(shape: LogGroupNameConfiguration, location_name: "LogGroupNameConfiguration"))
360
366
  DestinationLogsConfiguration.struct_class = Types::DestinationLogsConfiguration
361
367
 
368
+ DestinationMetricsConfiguration.add_member(:backup_configuration, Shapes::ShapeRef.new(shape: MetricsBackupConfiguration, location_name: "BackupConfiguration"))
369
+ DestinationMetricsConfiguration.struct_class = Types::DestinationMetricsConfiguration
370
+
362
371
  ELBLoadBalancerLoggingParameters.add_member(:output_format, Shapes::ShapeRef.new(shape: OutputFormat, location_name: "OutputFormat"))
363
372
  ELBLoadBalancerLoggingParameters.add_member(:field_delimiter, Shapes::ShapeRef.new(shape: String, location_name: "FieldDelimiter"))
364
373
  ELBLoadBalancerLoggingParameters.struct_class = Types::ELBLoadBalancerLoggingParameters
@@ -573,6 +582,9 @@ module Aws::ObservabilityAdmin
573
582
  LogsEncryptionConfiguration.add_member(:encryption_conflict_resolution_strategy, Shapes::ShapeRef.new(shape: EncryptionConflictResolutionStrategy, location_name: "EncryptionConflictResolutionStrategy"))
574
583
  LogsEncryptionConfiguration.struct_class = Types::LogsEncryptionConfiguration
575
584
 
585
+ MetricsBackupConfiguration.add_member(:region, Shapes::ShapeRef.new(shape: Region, required: true, location_name: "Region"))
586
+ MetricsBackupConfiguration.struct_class = Types::MetricsBackupConfiguration
587
+
576
588
  MskMonitoringParameters.add_member(:enhanced_monitoring, Shapes::ShapeRef.new(shape: MskEnhancedMonitoringLevel, location_name: "EnhancedMonitoring"))
577
589
  MskMonitoringParameters.struct_class = Types::MskMonitoringParameters
578
590
 
@@ -635,6 +647,9 @@ module Aws::ObservabilityAdmin
635
647
  SourceLogsConfiguration.add_member(:encrypted_log_group_strategy, Shapes::ShapeRef.new(shape: EncryptedLogGroupStrategy, required: true, location_name: "EncryptedLogGroupStrategy"))
636
648
  SourceLogsConfiguration.struct_class = Types::SourceLogsConfiguration
637
649
 
650
+ SourceMetricsConfiguration.add_member(:metrics_selection_criteria, Shapes::ShapeRef.new(shape: MetricsFilterString, location_name: "MetricsSelectionCriteria"))
651
+ SourceMetricsConfiguration.struct_class = Types::SourceMetricsConfiguration
652
+
638
653
  Sources.member = Shapes::ShapeRef.new(shape: Source)
639
654
 
640
655
  StartTelemetryEnrichmentOutput.add_member(:status, Shapes::ShapeRef.new(shape: TelemetryEnrichmentStatus, location_name: "Status"))
@@ -159,12 +159,18 @@ module Aws::ObservabilityAdmin
159
159
  # groups.
160
160
  # @return [Types::DestinationLogsConfiguration]
161
161
  #
162
+ # @!attribute [rw] destination_metrics_configuration
163
+ # Metric specific configuration for centralization destination
164
+ # metrics.
165
+ # @return [Types::DestinationMetricsConfiguration]
166
+ #
162
167
  # @see http://docs.aws.amazon.com/goto/WebAPI/observabilityadmin-2018-05-10/CentralizationRuleDestination AWS API Documentation
163
168
  #
164
169
  class CentralizationRuleDestination < Struct.new(
165
170
  :region,
166
171
  :account,
167
- :destination_logs_configuration)
172
+ :destination_logs_configuration,
173
+ :destination_metrics_configuration)
168
174
  SENSITIVE = []
169
175
  include Aws::Structure
170
176
  end
@@ -187,12 +193,17 @@ module Aws::ObservabilityAdmin
187
193
  # Log specific configuration for centralization source log groups.
188
194
  # @return [Types::SourceLogsConfiguration]
189
195
  #
196
+ # @!attribute [rw] source_metrics_configuration
197
+ # Metric specific configuration for centralization source metrics.
198
+ # @return [Types::SourceMetricsConfiguration]
199
+ #
190
200
  # @see http://docs.aws.amazon.com/goto/WebAPI/observabilityadmin-2018-05-10/CentralizationRuleSource AWS API Documentation
191
201
  #
192
202
  class CentralizationRuleSource < Struct.new(
193
203
  :regions,
194
204
  :scope,
195
- :source_logs_configuration)
205
+ :source_logs_configuration,
206
+ :source_metrics_configuration)
196
207
  SENSITIVE = []
197
208
  include Aws::Structure
198
209
  end
@@ -685,6 +696,22 @@ module Aws::ObservabilityAdmin
685
696
  include Aws::Structure
686
697
  end
687
698
 
699
+ # Configuration for centralization destination metrics, including backup
700
+ # settings.
701
+ #
702
+ # @!attribute [rw] backup_configuration
703
+ # Configuration defining the backup region for the metrics backup
704
+ # destination.
705
+ # @return [Types::MetricsBackupConfiguration]
706
+ #
707
+ # @see http://docs.aws.amazon.com/goto/WebAPI/observabilityadmin-2018-05-10/DestinationMetricsConfiguration AWS API Documentation
708
+ #
709
+ class DestinationMetricsConfiguration < Struct.new(
710
+ :backup_configuration)
711
+ SENSITIVE = []
712
+ include Aws::Structure
713
+ end
714
+
688
715
  # Configuration parameters for ELB load balancer logging, including
689
716
  # output format and field delimiter settings.
690
717
  #
@@ -1762,6 +1789,22 @@ module Aws::ObservabilityAdmin
1762
1789
  include Aws::Structure
1763
1790
  end
1764
1791
 
1792
+ # Configuration for backing up centralized metrics data to a secondary
1793
+ # region.
1794
+ #
1795
+ # @!attribute [rw] region
1796
+ # Metrics specific backup destination region within the primary
1797
+ # destination account to which metrics data should be centralized.
1798
+ # @return [String]
1799
+ #
1800
+ # @see http://docs.aws.amazon.com/goto/WebAPI/observabilityadmin-2018-05-10/MetricsBackupConfiguration AWS API Documentation
1801
+ #
1802
+ class MetricsBackupConfiguration < Struct.new(
1803
+ :region)
1804
+ SENSITIVE = []
1805
+ include Aws::Structure
1806
+ end
1807
+
1765
1808
  # Configuration parameters for Amazon MSK cluster monitoring, including
1766
1809
  # enhanced monitoring level settings.
1767
1810
  #
@@ -2004,6 +2047,22 @@ module Aws::ObservabilityAdmin
2004
2047
  include Aws::Structure
2005
2048
  end
2006
2049
 
2050
+ # Configuration for selecting source metrics for centralization.
2051
+ #
2052
+ # @!attribute [rw] metrics_selection_criteria
2053
+ # The filter expression that selects which source metrics to
2054
+ # centralize. Currently, only `*` (all metrics) is supported. Other
2055
+ # values return a validation error.
2056
+ # @return [String]
2057
+ #
2058
+ # @see http://docs.aws.amazon.com/goto/WebAPI/observabilityadmin-2018-05-10/SourceMetricsConfiguration AWS API Documentation
2059
+ #
2060
+ class SourceMetricsConfiguration < Struct.new(
2061
+ :metrics_selection_criteria)
2062
+ SENSITIVE = []
2063
+ include Aws::Structure
2064
+ end
2065
+
2007
2066
  # @!attribute [rw] status
2008
2067
  # The status of the resource tags for telemetry feature after the
2009
2068
  # start operation (`Running`, `Stopped`, or `Impaired`).
@@ -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.31.0'
58
+ GEM_VERSION = '1.32.0'
59
59
 
60
60
  end
61
61
 
data/sig/params.rbs CHANGED
@@ -15,6 +15,9 @@ module Aws
15
15
  log_group_selection_criteria: ::String?,
16
16
  data_source_selection_criteria: ::String?,
17
17
  encrypted_log_group_strategy: ("ALLOW" | "SKIP")
18
+ }?,
19
+ source_metrics_configuration: {
20
+ metrics_selection_criteria: ::String?
18
21
  }?
19
22
  }
20
23
 
@@ -36,7 +39,12 @@ module Aws
36
39
  type centralization_rule_destination = {
37
40
  region: ::String,
38
41
  account: ::String?,
39
- destination_logs_configuration: Params::destination_logs_configuration?
42
+ destination_logs_configuration: Params::destination_logs_configuration?,
43
+ destination_metrics_configuration: {
44
+ backup_configuration: {
45
+ region: ::String
46
+ }?
47
+ }?
40
48
  }
41
49
 
42
50
  type centralization_rule = {
data/sig/types.rbs CHANGED
@@ -46,6 +46,7 @@ module Aws::ObservabilityAdmin
46
46
  attr_accessor region: ::String
47
47
  attr_accessor account: ::String
48
48
  attr_accessor destination_logs_configuration: Types::DestinationLogsConfiguration
49
+ attr_accessor destination_metrics_configuration: Types::DestinationMetricsConfiguration
49
50
  SENSITIVE: []
50
51
  end
51
52
 
@@ -53,6 +54,7 @@ module Aws::ObservabilityAdmin
53
54
  attr_accessor regions: ::Array[::String]
54
55
  attr_accessor scope: ::String
55
56
  attr_accessor source_logs_configuration: Types::SourceLogsConfiguration
57
+ attr_accessor source_metrics_configuration: Types::SourceMetricsConfiguration
56
58
  SENSITIVE: []
57
59
  end
58
60
 
@@ -198,6 +200,11 @@ module Aws::ObservabilityAdmin
198
200
  SENSITIVE: []
199
201
  end
200
202
 
203
+ class DestinationMetricsConfiguration
204
+ attr_accessor backup_configuration: Types::MetricsBackupConfiguration
205
+ SENSITIVE: []
206
+ end
207
+
201
208
  class ELBLoadBalancerLoggingParameters
202
209
  attr_accessor output_format: ("plain" | "json")
203
210
  attr_accessor field_delimiter: ::String
@@ -485,6 +492,11 @@ module Aws::ObservabilityAdmin
485
492
  SENSITIVE: []
486
493
  end
487
494
 
495
+ class MetricsBackupConfiguration
496
+ attr_accessor region: ::String
497
+ SENSITIVE: []
498
+ end
499
+
488
500
  class MskMonitoringParameters
489
501
  attr_accessor enhanced_monitoring: ("DEFAULT" | "PER_BROKER" | "PER_TOPIC_PER_BROKER" | "PER_TOPIC_PER_PARTITION")
490
502
  SENSITIVE: []
@@ -549,6 +561,11 @@ module Aws::ObservabilityAdmin
549
561
  SENSITIVE: []
550
562
  end
551
563
 
564
+ class SourceMetricsConfiguration
565
+ attr_accessor metrics_selection_criteria: ::String
566
+ SENSITIVE: []
567
+ end
568
+
552
569
  class StartTelemetryEnrichmentOutput
553
570
  attr_accessor status: ("Running" | "Stopped" | "Impaired")
554
571
  attr_accessor aws_resource_explorer_managed_view_arn: ::String
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.31.0
4
+ version: 1.32.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services