aws-sdk-observabilityadmin 1.24.0 → 1.26.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: c7182782a019e582699567c3a0cd6d60168b0a3e91badcd944ddf9fd31c6cadd
4
- data.tar.gz: 5e77484554b1f3cb66b3b5b24d4987acdb83d6fd26f619e74e6fcec9e2034d2e
3
+ metadata.gz: 681945c61ec2872f41c44a6167a17539dead5aaa9596daf21c9625efb448db8b
4
+ data.tar.gz: 1873ff11a8b9d3f213811e8b5a43ab22d37c26e2cbe01033b1d4166a31c12234
5
5
  SHA512:
6
- metadata.gz: e655078c1467634259729f33ed4b1e295c2f38a623d05f99e4ec53a0326f918a48545fd59dbdbcdd7b952381078f6a540437169ffb8b3e4d4bf3d8ba0f39484c
7
- data.tar.gz: '03184cf54fc34aa4861c80609e940ffdd0dfafa59bb1d39fed8fb9146cdb16867b0a3685d40180b281f7600a2f958ff5390ad60f87948028d7913cc3fa19d53d'
6
+ metadata.gz: 1b6c98a6cab5cc0241da49865d17d1ce2558bf18047cb66e7a16b6135b72c0fc9d624b7a412b583dfc41c776a0a74552170e12d591b0e4168f5b2e24cee982f8
7
+ data.tar.gz: 6ab82d399f0d93142805479324a0b16cb2ec411b8c4e266498c28be46c4376ac677676d8535acf7f32580d9f8b717754f81593aa1786f0dd927dc04bc868207d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.26.0 (2026-04-20)
5
+ ------------------
6
+
7
+ * Feature - Enablement for Security Hub v2 via Observability Admin Telemetry Rule for account and organization level.
8
+
9
+ 1.25.0 (2026-04-10)
10
+ ------------------
11
+
12
+ * Feature - CloudWatch Observability Admin adds support for multi-region telemetry evaluation and telemetry enablement rules.
13
+
4
14
  1.24.0 (2026-03-31)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.24.0
1
+ 1.26.0
@@ -675,7 +675,7 @@ module Aws::ObservabilityAdmin
675
675
  # resp = client.create_telemetry_rule({
676
676
  # rule_name: "RuleName", # required
677
677
  # rule: { # required
678
- # resource_type: "AWS::EC2::Instance", # accepts 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::SecurityHub::Hub, AWS::CloudFront::Distribution
678
+ # resource_type: "AWS::EC2::Instance", # accepts 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::SecurityHub::Hub, AWS::CloudFront::Distribution, AWS::SecurityHub::HubV2
679
679
  # telemetry_type: "Logs", # required, accepts Logs, Metrics, Traces
680
680
  # telemetry_source_types: ["VPC_FLOW_LOGS"], # accepts VPC_FLOW_LOGS, ROUTE53_RESOLVER_QUERY_LOGS, EKS_AUDIT_LOGS, EKS_AUTHENTICATOR_LOGS, EKS_CONTROLLER_MANAGER_LOGS, EKS_SCHEDULER_LOGS, EKS_API_LOGS
681
681
  # destination_configuration: {
@@ -747,6 +747,9 @@ module Aws::ObservabilityAdmin
747
747
  # },
748
748
  # scope: "String",
749
749
  # selection_criteria: "String",
750
+ # allow_field_updates: false,
751
+ # regions: ["Region"],
752
+ # all_regions: false,
750
753
  # },
751
754
  # tags: {
752
755
  # "TagKey" => "TagValue",
@@ -792,7 +795,7 @@ module Aws::ObservabilityAdmin
792
795
  # resp = client.create_telemetry_rule_for_organization({
793
796
  # rule_name: "RuleName", # required
794
797
  # rule: { # required
795
- # resource_type: "AWS::EC2::Instance", # accepts 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::SecurityHub::Hub, AWS::CloudFront::Distribution
798
+ # resource_type: "AWS::EC2::Instance", # accepts 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::SecurityHub::Hub, AWS::CloudFront::Distribution, AWS::SecurityHub::HubV2
796
799
  # telemetry_type: "Logs", # required, accepts Logs, Metrics, Traces
797
800
  # telemetry_source_types: ["VPC_FLOW_LOGS"], # accepts VPC_FLOW_LOGS, ROUTE53_RESOLVER_QUERY_LOGS, EKS_AUDIT_LOGS, EKS_AUTHENTICATOR_LOGS, EKS_CONTROLLER_MANAGER_LOGS, EKS_SCHEDULER_LOGS, EKS_API_LOGS
798
801
  # destination_configuration: {
@@ -864,6 +867,9 @@ module Aws::ObservabilityAdmin
864
867
  # },
865
868
  # scope: "String",
866
869
  # selection_criteria: "String",
870
+ # allow_field_updates: false,
871
+ # regions: ["Region"],
872
+ # all_regions: false,
867
873
  # },
868
874
  # tags: {
869
875
  # "TagKey" => "TagValue",
@@ -1137,11 +1143,19 @@ module Aws::ObservabilityAdmin
1137
1143
  #
1138
1144
  # * {Types::GetTelemetryEvaluationStatusOutput#status #status} => String
1139
1145
  # * {Types::GetTelemetryEvaluationStatusOutput#failure_reason #failure_reason} => String
1146
+ # * {Types::GetTelemetryEvaluationStatusOutput#home_region #home_region} => String
1147
+ # * {Types::GetTelemetryEvaluationStatusOutput#region_statuses #region_statuses} => Array<Types::RegionStatus>
1140
1148
  #
1141
1149
  # @example Response structure
1142
1150
  #
1143
1151
  # resp.status #=> String, one of "NOT_STARTED", "STARTING", "FAILED_START", "RUNNING", "STOPPING", "FAILED_STOP", "STOPPED"
1144
1152
  # resp.failure_reason #=> String
1153
+ # resp.home_region #=> String
1154
+ # resp.region_statuses #=> Array
1155
+ # resp.region_statuses[0].region #=> String
1156
+ # resp.region_statuses[0].status #=> String
1157
+ # resp.region_statuses[0].failure_reason #=> String
1158
+ # resp.region_statuses[0].rule_arn #=> String
1145
1159
  #
1146
1160
  # @see http://docs.aws.amazon.com/goto/WebAPI/observabilityadmin-2018-05-10/GetTelemetryEvaluationStatus AWS API Documentation
1147
1161
  #
@@ -1161,11 +1175,19 @@ module Aws::ObservabilityAdmin
1161
1175
  #
1162
1176
  # * {Types::GetTelemetryEvaluationStatusForOrganizationOutput#status #status} => String
1163
1177
  # * {Types::GetTelemetryEvaluationStatusForOrganizationOutput#failure_reason #failure_reason} => String
1178
+ # * {Types::GetTelemetryEvaluationStatusForOrganizationOutput#home_region #home_region} => String
1179
+ # * {Types::GetTelemetryEvaluationStatusForOrganizationOutput#region_statuses #region_statuses} => Array<Types::RegionStatus>
1164
1180
  #
1165
1181
  # @example Response structure
1166
1182
  #
1167
1183
  # resp.status #=> String, one of "NOT_STARTED", "STARTING", "FAILED_START", "RUNNING", "STOPPING", "FAILED_STOP", "STOPPED"
1168
1184
  # resp.failure_reason #=> String
1185
+ # resp.home_region #=> String
1186
+ # resp.region_statuses #=> Array
1187
+ # resp.region_statuses[0].region #=> String
1188
+ # resp.region_statuses[0].status #=> String
1189
+ # resp.region_statuses[0].failure_reason #=> String
1190
+ # resp.region_statuses[0].rule_arn #=> String
1169
1191
  #
1170
1192
  # @see http://docs.aws.amazon.com/goto/WebAPI/observabilityadmin-2018-05-10/GetTelemetryEvaluationStatusForOrganization AWS API Documentation
1171
1193
  #
@@ -1225,6 +1247,9 @@ module Aws::ObservabilityAdmin
1225
1247
  # * {Types::GetTelemetryRuleOutput#created_time_stamp #created_time_stamp} => Integer
1226
1248
  # * {Types::GetTelemetryRuleOutput#last_update_time_stamp #last_update_time_stamp} => Integer
1227
1249
  # * {Types::GetTelemetryRuleOutput#telemetry_rule #telemetry_rule} => Types::TelemetryRule
1250
+ # * {Types::GetTelemetryRuleOutput#home_region #home_region} => String
1251
+ # * {Types::GetTelemetryRuleOutput#is_replicated #is_replicated} => Boolean
1252
+ # * {Types::GetTelemetryRuleOutput#region_statuses #region_statuses} => Array<Types::RegionStatus>
1228
1253
  #
1229
1254
  # @example Request syntax with placeholder values
1230
1255
  #
@@ -1238,7 +1263,7 @@ module Aws::ObservabilityAdmin
1238
1263
  # resp.rule_arn #=> String
1239
1264
  # resp.created_time_stamp #=> Integer
1240
1265
  # resp.last_update_time_stamp #=> Integer
1241
- # resp.telemetry_rule.resource_type #=> String, one of "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::SecurityHub::Hub", "AWS::CloudFront::Distribution"
1266
+ # resp.telemetry_rule.resource_type #=> String, one of "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::SecurityHub::Hub", "AWS::CloudFront::Distribution", "AWS::SecurityHub::HubV2"
1242
1267
  # resp.telemetry_rule.telemetry_type #=> String, one of "Logs", "Metrics", "Traces"
1243
1268
  # resp.telemetry_rule.telemetry_source_types #=> Array
1244
1269
  # resp.telemetry_rule.telemetry_source_types[0] #=> String, one of "VPC_FLOW_LOGS", "ROUTE53_RESOLVER_QUERY_LOGS", "EKS_AUDIT_LOGS", "EKS_AUTHENTICATOR_LOGS", "EKS_CONTROLLER_MANAGER_LOGS", "EKS_SCHEDULER_LOGS", "EKS_API_LOGS"
@@ -1283,6 +1308,17 @@ module Aws::ObservabilityAdmin
1283
1308
  # resp.telemetry_rule.destination_configuration.log_delivery_parameters.log_types[0] #=> String, one of "APPLICATION_LOGS", "USAGE_LOGS", "SECURITY_FINDING_LOGS", "ACCESS_LOGS", "CONNECTION_LOGS"
1284
1309
  # resp.telemetry_rule.scope #=> String
1285
1310
  # resp.telemetry_rule.selection_criteria #=> String
1311
+ # resp.telemetry_rule.allow_field_updates #=> Boolean
1312
+ # resp.telemetry_rule.regions #=> Array
1313
+ # resp.telemetry_rule.regions[0] #=> String
1314
+ # resp.telemetry_rule.all_regions #=> Boolean
1315
+ # resp.home_region #=> String
1316
+ # resp.is_replicated #=> Boolean
1317
+ # resp.region_statuses #=> Array
1318
+ # resp.region_statuses[0].region #=> String
1319
+ # resp.region_statuses[0].status #=> String
1320
+ # resp.region_statuses[0].failure_reason #=> String
1321
+ # resp.region_statuses[0].rule_arn #=> String
1286
1322
  #
1287
1323
  # @see http://docs.aws.amazon.com/goto/WebAPI/observabilityadmin-2018-05-10/GetTelemetryRule AWS API Documentation
1288
1324
  #
@@ -1308,6 +1344,9 @@ module Aws::ObservabilityAdmin
1308
1344
  # * {Types::GetTelemetryRuleForOrganizationOutput#created_time_stamp #created_time_stamp} => Integer
1309
1345
  # * {Types::GetTelemetryRuleForOrganizationOutput#last_update_time_stamp #last_update_time_stamp} => Integer
1310
1346
  # * {Types::GetTelemetryRuleForOrganizationOutput#telemetry_rule #telemetry_rule} => Types::TelemetryRule
1347
+ # * {Types::GetTelemetryRuleForOrganizationOutput#home_region #home_region} => String
1348
+ # * {Types::GetTelemetryRuleForOrganizationOutput#is_replicated #is_replicated} => Boolean
1349
+ # * {Types::GetTelemetryRuleForOrganizationOutput#region_statuses #region_statuses} => Array<Types::RegionStatus>
1311
1350
  #
1312
1351
  # @example Request syntax with placeholder values
1313
1352
  #
@@ -1321,7 +1360,7 @@ module Aws::ObservabilityAdmin
1321
1360
  # resp.rule_arn #=> String
1322
1361
  # resp.created_time_stamp #=> Integer
1323
1362
  # resp.last_update_time_stamp #=> Integer
1324
- # resp.telemetry_rule.resource_type #=> String, one of "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::SecurityHub::Hub", "AWS::CloudFront::Distribution"
1363
+ # resp.telemetry_rule.resource_type #=> String, one of "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::SecurityHub::Hub", "AWS::CloudFront::Distribution", "AWS::SecurityHub::HubV2"
1325
1364
  # resp.telemetry_rule.telemetry_type #=> String, one of "Logs", "Metrics", "Traces"
1326
1365
  # resp.telemetry_rule.telemetry_source_types #=> Array
1327
1366
  # resp.telemetry_rule.telemetry_source_types[0] #=> String, one of "VPC_FLOW_LOGS", "ROUTE53_RESOLVER_QUERY_LOGS", "EKS_AUDIT_LOGS", "EKS_AUTHENTICATOR_LOGS", "EKS_CONTROLLER_MANAGER_LOGS", "EKS_SCHEDULER_LOGS", "EKS_API_LOGS"
@@ -1366,6 +1405,17 @@ module Aws::ObservabilityAdmin
1366
1405
  # resp.telemetry_rule.destination_configuration.log_delivery_parameters.log_types[0] #=> String, one of "APPLICATION_LOGS", "USAGE_LOGS", "SECURITY_FINDING_LOGS", "ACCESS_LOGS", "CONNECTION_LOGS"
1367
1406
  # resp.telemetry_rule.scope #=> String
1368
1407
  # resp.telemetry_rule.selection_criteria #=> String
1408
+ # resp.telemetry_rule.allow_field_updates #=> Boolean
1409
+ # resp.telemetry_rule.regions #=> Array
1410
+ # resp.telemetry_rule.regions[0] #=> String
1411
+ # resp.telemetry_rule.all_regions #=> Boolean
1412
+ # resp.home_region #=> String
1413
+ # resp.is_replicated #=> Boolean
1414
+ # resp.region_statuses #=> Array
1415
+ # resp.region_statuses[0].region #=> String
1416
+ # resp.region_statuses[0].status #=> String
1417
+ # resp.region_statuses[0].failure_reason #=> String
1418
+ # resp.region_statuses[0].rule_arn #=> String
1369
1419
  #
1370
1420
  # @see http://docs.aws.amazon.com/goto/WebAPI/observabilityadmin-2018-05-10/GetTelemetryRuleForOrganization AWS API Documentation
1371
1421
  #
@@ -1485,7 +1535,7 @@ module Aws::ObservabilityAdmin
1485
1535
  #
1486
1536
  # resp = client.list_resource_telemetry({
1487
1537
  # resource_identifier_prefix: "ResourceIdentifierPrefix",
1488
- # resource_types: ["AWS::EC2::Instance"], # accepts 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::SecurityHub::Hub, AWS::CloudFront::Distribution
1538
+ # resource_types: ["AWS::EC2::Instance"], # accepts 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::SecurityHub::Hub, AWS::CloudFront::Distribution, AWS::SecurityHub::HubV2
1489
1539
  # telemetry_configuration_state: {
1490
1540
  # "Logs" => "Enabled", # accepts Enabled, Disabled, NotApplicable
1491
1541
  # },
@@ -1502,7 +1552,7 @@ module Aws::ObservabilityAdmin
1502
1552
  # resp.telemetry_configurations[0].account_identifier #=> String
1503
1553
  # resp.telemetry_configurations[0].telemetry_configuration_state #=> Hash
1504
1554
  # resp.telemetry_configurations[0].telemetry_configuration_state["TelemetryType"] #=> String, one of "Enabled", "Disabled", "NotApplicable"
1505
- # resp.telemetry_configurations[0].resource_type #=> String, one of "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::SecurityHub::Hub", "AWS::CloudFront::Distribution"
1555
+ # resp.telemetry_configurations[0].resource_type #=> String, one of "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::SecurityHub::Hub", "AWS::CloudFront::Distribution", "AWS::SecurityHub::HubV2"
1506
1556
  # resp.telemetry_configurations[0].resource_identifier #=> String
1507
1557
  # resp.telemetry_configurations[0].resource_tags #=> Hash
1508
1558
  # resp.telemetry_configurations[0].resource_tags["String"] #=> String
@@ -1569,7 +1619,7 @@ module Aws::ObservabilityAdmin
1569
1619
  # resp = client.list_resource_telemetry_for_organization({
1570
1620
  # account_identifiers: ["AccountIdentifier"],
1571
1621
  # resource_identifier_prefix: "ResourceIdentifierPrefix",
1572
- # resource_types: ["AWS::EC2::Instance"], # accepts 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::SecurityHub::Hub, AWS::CloudFront::Distribution
1622
+ # resource_types: ["AWS::EC2::Instance"], # accepts 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::SecurityHub::Hub, AWS::CloudFront::Distribution, AWS::SecurityHub::HubV2
1573
1623
  # telemetry_configuration_state: {
1574
1624
  # "Logs" => "Enabled", # accepts Enabled, Disabled, NotApplicable
1575
1625
  # },
@@ -1586,7 +1636,7 @@ module Aws::ObservabilityAdmin
1586
1636
  # resp.telemetry_configurations[0].account_identifier #=> String
1587
1637
  # resp.telemetry_configurations[0].telemetry_configuration_state #=> Hash
1588
1638
  # resp.telemetry_configurations[0].telemetry_configuration_state["TelemetryType"] #=> String, one of "Enabled", "Disabled", "NotApplicable"
1589
- # resp.telemetry_configurations[0].resource_type #=> String, one of "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::SecurityHub::Hub", "AWS::CloudFront::Distribution"
1639
+ # resp.telemetry_configurations[0].resource_type #=> String, one of "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::SecurityHub::Hub", "AWS::CloudFront::Distribution", "AWS::SecurityHub::HubV2"
1590
1640
  # resp.telemetry_configurations[0].resource_identifier #=> String
1591
1641
  # resp.telemetry_configurations[0].resource_tags #=> Hash
1592
1642
  # resp.telemetry_configurations[0].resource_tags["String"] #=> String
@@ -1769,7 +1819,7 @@ module Aws::ObservabilityAdmin
1769
1819
  # resp.telemetry_rule_summaries[0].rule_arn #=> String
1770
1820
  # resp.telemetry_rule_summaries[0].created_time_stamp #=> Integer
1771
1821
  # resp.telemetry_rule_summaries[0].last_update_time_stamp #=> Integer
1772
- # resp.telemetry_rule_summaries[0].resource_type #=> String, one of "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::SecurityHub::Hub", "AWS::CloudFront::Distribution"
1822
+ # resp.telemetry_rule_summaries[0].resource_type #=> String, one of "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::SecurityHub::Hub", "AWS::CloudFront::Distribution", "AWS::SecurityHub::HubV2"
1773
1823
  # resp.telemetry_rule_summaries[0].telemetry_type #=> String, one of "Logs", "Metrics", "Traces"
1774
1824
  # resp.telemetry_rule_summaries[0].telemetry_source_types #=> Array
1775
1825
  # resp.telemetry_rule_summaries[0].telemetry_source_types[0] #=> String, one of "VPC_FLOW_LOGS", "ROUTE53_RESOLVER_QUERY_LOGS", "EKS_AUDIT_LOGS", "EKS_AUTHENTICATOR_LOGS", "EKS_CONTROLLER_MANAGER_LOGS", "EKS_SCHEDULER_LOGS", "EKS_API_LOGS"
@@ -1832,7 +1882,7 @@ module Aws::ObservabilityAdmin
1832
1882
  # resp.telemetry_rule_summaries[0].rule_arn #=> String
1833
1883
  # resp.telemetry_rule_summaries[0].created_time_stamp #=> Integer
1834
1884
  # resp.telemetry_rule_summaries[0].last_update_time_stamp #=> Integer
1835
- # resp.telemetry_rule_summaries[0].resource_type #=> String, one of "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::SecurityHub::Hub", "AWS::CloudFront::Distribution"
1885
+ # resp.telemetry_rule_summaries[0].resource_type #=> String, one of "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::SecurityHub::Hub", "AWS::CloudFront::Distribution", "AWS::SecurityHub::HubV2"
1836
1886
  # resp.telemetry_rule_summaries[0].telemetry_type #=> String, one of "Logs", "Metrics", "Traces"
1837
1887
  # resp.telemetry_rule_summaries[0].telemetry_source_types #=> Array
1838
1888
  # resp.telemetry_rule_summaries[0].telemetry_source_types[0] #=> String, one of "VPC_FLOW_LOGS", "ROUTE53_RESOLVER_QUERY_LOGS", "EKS_AUDIT_LOGS", "EKS_AUTHENTICATOR_LOGS", "EKS_CONTROLLER_MANAGER_LOGS", "EKS_SCHEDULER_LOGS", "EKS_API_LOGS"
@@ -1874,8 +1924,32 @@ module Aws::ObservabilityAdmin
1874
1924
  # This action begins onboarding the caller Amazon Web Services account
1875
1925
  # to the telemetry config feature.
1876
1926
  #
1927
+ # @option params [Array<String>] :regions
1928
+ # An optional list of Amazon Web Services Regions to include in
1929
+ # multi-region telemetry evaluation. The current region is always
1930
+ # implicitly included and must not be specified in this list. When
1931
+ # provided, telemetry evaluation starts in the current region and
1932
+ # propagates to all specified regions. Mutually exclusive with
1933
+ # `AllRegions`. If neither `Regions` nor `AllRegions` is provided, the
1934
+ # operation applies only to the current region.
1935
+ #
1936
+ # @option params [Boolean] :all_regions
1937
+ # If set to `true`, telemetry evaluation starts in all Amazon Web
1938
+ # Services Regions where Amazon CloudWatch Observability Admin is
1939
+ # available in the current partition. The current region becomes the
1940
+ # home region for managing multi-region evaluation. When new regions
1941
+ # become available, evaluation automatically expands to include them.
1942
+ # Mutually exclusive with `Regions`.
1943
+ #
1877
1944
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
1878
1945
  #
1946
+ # @example Request syntax with placeholder values
1947
+ #
1948
+ # resp = client.start_telemetry_evaluation({
1949
+ # regions: ["Region"],
1950
+ # all_regions: false,
1951
+ # })
1952
+ #
1879
1953
  # @see http://docs.aws.amazon.com/goto/WebAPI/observabilityadmin-2018-05-10/StartTelemetryEvaluation AWS API Documentation
1880
1954
  #
1881
1955
  # @overload start_telemetry_evaluation(params = {})
@@ -1888,8 +1962,33 @@ module Aws::ObservabilityAdmin
1888
1962
  # This actions begins onboarding the organization and all member
1889
1963
  # accounts to the telemetry config feature.
1890
1964
  #
1965
+ # @option params [Array<String>] :regions
1966
+ # An optional list of Amazon Web Services Regions to include in
1967
+ # multi-region telemetry evaluation for the organization. The current
1968
+ # region is always implicitly included and must not be specified in this
1969
+ # list. When provided, telemetry evaluation starts in the current region
1970
+ # and propagates to all specified regions for the organization. Mutually
1971
+ # exclusive with `AllRegions`. If neither `Regions` nor `AllRegions` is
1972
+ # provided, the operation applies only to the current region.
1973
+ #
1974
+ # @option params [Boolean] :all_regions
1975
+ # If set to `true`, telemetry evaluation for the organization starts in
1976
+ # all Amazon Web Services Regions where Amazon CloudWatch Observability
1977
+ # Admin is available in the current partition. The current region
1978
+ # becomes the home region for managing multi-region evaluation for the
1979
+ # organization. When new regions become available, evaluation
1980
+ # automatically expands to include them. Mutually exclusive with
1981
+ # `Regions`.
1982
+ #
1891
1983
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
1892
1984
  #
1985
+ # @example Request syntax with placeholder values
1986
+ #
1987
+ # resp = client.start_telemetry_evaluation_for_organization({
1988
+ # regions: ["Region"],
1989
+ # all_regions: false,
1990
+ # })
1991
+ #
1893
1992
  # @see http://docs.aws.amazon.com/goto/WebAPI/observabilityadmin-2018-05-10/StartTelemetryEvaluationForOrganization AWS API Documentation
1894
1993
  #
1895
1994
  # @overload start_telemetry_evaluation_for_organization(params = {})
@@ -2234,7 +2333,7 @@ module Aws::ObservabilityAdmin
2234
2333
  # resp = client.update_telemetry_rule({
2235
2334
  # rule_identifier: "RuleIdentifier", # required
2236
2335
  # rule: { # required
2237
- # resource_type: "AWS::EC2::Instance", # accepts 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::SecurityHub::Hub, AWS::CloudFront::Distribution
2336
+ # resource_type: "AWS::EC2::Instance", # accepts 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::SecurityHub::Hub, AWS::CloudFront::Distribution, AWS::SecurityHub::HubV2
2238
2337
  # telemetry_type: "Logs", # required, accepts Logs, Metrics, Traces
2239
2338
  # telemetry_source_types: ["VPC_FLOW_LOGS"], # accepts VPC_FLOW_LOGS, ROUTE53_RESOLVER_QUERY_LOGS, EKS_AUDIT_LOGS, EKS_AUTHENTICATOR_LOGS, EKS_CONTROLLER_MANAGER_LOGS, EKS_SCHEDULER_LOGS, EKS_API_LOGS
2240
2339
  # destination_configuration: {
@@ -2306,6 +2405,9 @@ module Aws::ObservabilityAdmin
2306
2405
  # },
2307
2406
  # scope: "String",
2308
2407
  # selection_criteria: "String",
2408
+ # allow_field_updates: false,
2409
+ # regions: ["Region"],
2410
+ # all_regions: false,
2309
2411
  # },
2310
2412
  # })
2311
2413
  #
@@ -2345,7 +2447,7 @@ module Aws::ObservabilityAdmin
2345
2447
  # resp = client.update_telemetry_rule_for_organization({
2346
2448
  # rule_identifier: "RuleIdentifier", # required
2347
2449
  # rule: { # required
2348
- # resource_type: "AWS::EC2::Instance", # accepts 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::SecurityHub::Hub, AWS::CloudFront::Distribution
2450
+ # resource_type: "AWS::EC2::Instance", # accepts 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::SecurityHub::Hub, AWS::CloudFront::Distribution, AWS::SecurityHub::HubV2
2349
2451
  # telemetry_type: "Logs", # required, accepts Logs, Metrics, Traces
2350
2452
  # telemetry_source_types: ["VPC_FLOW_LOGS"], # accepts VPC_FLOW_LOGS, ROUTE53_RESOLVER_QUERY_LOGS, EKS_AUDIT_LOGS, EKS_AUTHENTICATOR_LOGS, EKS_CONTROLLER_MANAGER_LOGS, EKS_SCHEDULER_LOGS, EKS_API_LOGS
2351
2453
  # destination_configuration: {
@@ -2417,6 +2519,9 @@ module Aws::ObservabilityAdmin
2417
2519
  # },
2418
2520
  # scope: "String",
2419
2521
  # selection_criteria: "String",
2522
+ # allow_field_updates: false,
2523
+ # regions: ["Region"],
2524
+ # all_regions: false,
2420
2525
  # },
2421
2526
  # })
2422
2527
  #
@@ -2487,7 +2592,7 @@ module Aws::ObservabilityAdmin
2487
2592
  tracer: tracer
2488
2593
  )
2489
2594
  context[:gem_name] = 'aws-sdk-observabilityadmin'
2490
- context[:gem_version] = '1.24.0'
2595
+ context[:gem_version] = '1.26.0'
2491
2596
  Seahorse::Client::Request.new(handlers, context)
2492
2597
  end
2493
2598
 
@@ -22,6 +22,7 @@ module Aws::ObservabilityAdmin
22
22
  AdvancedEventSelector = Shapes::StructureShape.new(name: 'AdvancedEventSelector')
23
23
  AdvancedEventSelectors = Shapes::ListShape.new(name: 'AdvancedEventSelectors')
24
24
  AdvancedFieldSelector = Shapes::StructureShape.new(name: 'AdvancedFieldSelector')
25
+ AllRegions = Shapes::BooleanShape.new(name: 'AllRegions')
25
26
  AwsResourceExplorerManagedViewArn = Shapes::StringShape.new(name: 'AwsResourceExplorerManagedViewArn')
26
27
  Boolean = Shapes::BooleanShape.new(name: 'Boolean')
27
28
  CentralizationFailureReason = Shapes::StringShape.new(name: 'CentralizationFailureReason')
@@ -88,6 +89,7 @@ module Aws::ObservabilityAdmin
88
89
  IntegrationSummary = Shapes::StructureShape.new(name: 'IntegrationSummary')
89
90
  InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
90
91
  InvalidStateException = Shapes::StructureShape.new(name: 'InvalidStateException')
92
+ IsReplicated = Shapes::BooleanShape.new(name: 'IsReplicated')
91
93
  LabelNameCondition = Shapes::StructureShape.new(name: 'LabelNameCondition')
92
94
  LabelNameConditionLabelNameString = Shapes::StringShape.new(name: 'LabelNameConditionLabelNameString')
93
95
  ListCentralizationRulesForOrganizationInput = Shapes::StructureShape.new(name: 'ListCentralizationRulesForOrganizationInput')
@@ -137,6 +139,8 @@ module Aws::ObservabilityAdmin
137
139
  Records = Shapes::ListShape.new(name: 'Records')
138
140
  RedactedFields = Shapes::ListShape.new(name: 'RedactedFields')
139
141
  Region = Shapes::StringShape.new(name: 'Region')
142
+ RegionStatus = Shapes::StructureShape.new(name: 'RegionStatus')
143
+ RegionStatuses = Shapes::ListShape.new(name: 'RegionStatuses')
140
144
  Regions = Shapes::ListShape.new(name: 'Regions')
141
145
  ResourceArn = Shapes::StringShape.new(name: 'ResourceArn')
142
146
  ResourceIdentifier = Shapes::StringShape.new(name: 'ResourceIdentifier')
@@ -158,6 +162,8 @@ module Aws::ObservabilityAdmin
158
162
  SourceLogsConfiguration = Shapes::StructureShape.new(name: 'SourceLogsConfiguration')
159
163
  Sources = Shapes::ListShape.new(name: 'Sources')
160
164
  StartTelemetryEnrichmentOutput = Shapes::StructureShape.new(name: 'StartTelemetryEnrichmentOutput')
165
+ StartTelemetryEvaluationForOrganizationInput = Shapes::StructureShape.new(name: 'StartTelemetryEvaluationForOrganizationInput')
166
+ StartTelemetryEvaluationInput = Shapes::StructureShape.new(name: 'StartTelemetryEvaluationInput')
161
167
  Status = Shapes::StringShape.new(name: 'Status')
162
168
  StopTelemetryEnrichmentOutput = Shapes::StructureShape.new(name: 'StopTelemetryEnrichmentOutput')
163
169
  String = Shapes::StringShape.new(name: 'String')
@@ -408,10 +414,14 @@ module Aws::ObservabilityAdmin
408
414
 
409
415
  GetTelemetryEvaluationStatusForOrganizationOutput.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "Status"))
410
416
  GetTelemetryEvaluationStatusForOrganizationOutput.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "FailureReason"))
417
+ GetTelemetryEvaluationStatusForOrganizationOutput.add_member(:home_region, Shapes::ShapeRef.new(shape: Region, location_name: "HomeRegion"))
418
+ GetTelemetryEvaluationStatusForOrganizationOutput.add_member(:region_statuses, Shapes::ShapeRef.new(shape: RegionStatuses, location_name: "RegionStatuses"))
411
419
  GetTelemetryEvaluationStatusForOrganizationOutput.struct_class = Types::GetTelemetryEvaluationStatusForOrganizationOutput
412
420
 
413
421
  GetTelemetryEvaluationStatusOutput.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "Status"))
414
422
  GetTelemetryEvaluationStatusOutput.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "FailureReason"))
423
+ GetTelemetryEvaluationStatusOutput.add_member(:home_region, Shapes::ShapeRef.new(shape: Region, location_name: "HomeRegion"))
424
+ GetTelemetryEvaluationStatusOutput.add_member(:region_statuses, Shapes::ShapeRef.new(shape: RegionStatuses, location_name: "RegionStatuses"))
415
425
  GetTelemetryEvaluationStatusOutput.struct_class = Types::GetTelemetryEvaluationStatusOutput
416
426
 
417
427
  GetTelemetryPipelineInput.add_member(:pipeline_identifier, Shapes::ShapeRef.new(shape: TelemetryPipelineIdentifier, required: true, location_name: "PipelineIdentifier"))
@@ -428,6 +438,9 @@ module Aws::ObservabilityAdmin
428
438
  GetTelemetryRuleForOrganizationOutput.add_member(:created_time_stamp, Shapes::ShapeRef.new(shape: Long, location_name: "CreatedTimeStamp"))
429
439
  GetTelemetryRuleForOrganizationOutput.add_member(:last_update_time_stamp, Shapes::ShapeRef.new(shape: Long, location_name: "LastUpdateTimeStamp"))
430
440
  GetTelemetryRuleForOrganizationOutput.add_member(:telemetry_rule, Shapes::ShapeRef.new(shape: TelemetryRule, location_name: "TelemetryRule"))
441
+ GetTelemetryRuleForOrganizationOutput.add_member(:home_region, Shapes::ShapeRef.new(shape: Region, location_name: "HomeRegion"))
442
+ GetTelemetryRuleForOrganizationOutput.add_member(:is_replicated, Shapes::ShapeRef.new(shape: IsReplicated, location_name: "IsReplicated"))
443
+ GetTelemetryRuleForOrganizationOutput.add_member(:region_statuses, Shapes::ShapeRef.new(shape: RegionStatuses, location_name: "RegionStatuses"))
431
444
  GetTelemetryRuleForOrganizationOutput.struct_class = Types::GetTelemetryRuleForOrganizationOutput
432
445
 
433
446
  GetTelemetryRuleInput.add_member(:rule_identifier, Shapes::ShapeRef.new(shape: RuleIdentifier, required: true, location_name: "RuleIdentifier"))
@@ -438,6 +451,9 @@ module Aws::ObservabilityAdmin
438
451
  GetTelemetryRuleOutput.add_member(:created_time_stamp, Shapes::ShapeRef.new(shape: Long, location_name: "CreatedTimeStamp"))
439
452
  GetTelemetryRuleOutput.add_member(:last_update_time_stamp, Shapes::ShapeRef.new(shape: Long, location_name: "LastUpdateTimeStamp"))
440
453
  GetTelemetryRuleOutput.add_member(:telemetry_rule, Shapes::ShapeRef.new(shape: TelemetryRule, location_name: "TelemetryRule"))
454
+ GetTelemetryRuleOutput.add_member(:home_region, Shapes::ShapeRef.new(shape: Region, location_name: "HomeRegion"))
455
+ GetTelemetryRuleOutput.add_member(:is_replicated, Shapes::ShapeRef.new(shape: IsReplicated, location_name: "IsReplicated"))
456
+ GetTelemetryRuleOutput.add_member(:region_statuses, Shapes::ShapeRef.new(shape: RegionStatuses, location_name: "RegionStatuses"))
441
457
  GetTelemetryRuleOutput.struct_class = Types::GetTelemetryRuleOutput
442
458
 
443
459
  IntegrationSummaries.member = Shapes::ShapeRef.new(shape: IntegrationSummary)
@@ -576,6 +592,14 @@ module Aws::ObservabilityAdmin
576
592
 
577
593
  RedactedFields.member = Shapes::ShapeRef.new(shape: FieldToMatch)
578
594
 
595
+ RegionStatus.add_member(:region, Shapes::ShapeRef.new(shape: Region, location_name: "Region"))
596
+ RegionStatus.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "Status"))
597
+ RegionStatus.add_member(:failure_reason, Shapes::ShapeRef.new(shape: String, location_name: "FailureReason"))
598
+ RegionStatus.add_member(:rule_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "RuleArn"))
599
+ RegionStatus.struct_class = Types::RegionStatus
600
+
601
+ RegionStatuses.member = Shapes::ShapeRef.new(shape: RegionStatus)
602
+
579
603
  Regions.member = Shapes::ShapeRef.new(shape: Region)
580
604
 
581
605
  ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
@@ -612,6 +636,14 @@ module Aws::ObservabilityAdmin
612
636
  StartTelemetryEnrichmentOutput.add_member(:aws_resource_explorer_managed_view_arn, Shapes::ShapeRef.new(shape: AwsResourceExplorerManagedViewArn, location_name: "AwsResourceExplorerManagedViewArn"))
613
637
  StartTelemetryEnrichmentOutput.struct_class = Types::StartTelemetryEnrichmentOutput
614
638
 
639
+ StartTelemetryEvaluationForOrganizationInput.add_member(:regions, Shapes::ShapeRef.new(shape: Regions, location_name: "Regions"))
640
+ StartTelemetryEvaluationForOrganizationInput.add_member(:all_regions, Shapes::ShapeRef.new(shape: AllRegions, location_name: "AllRegions"))
641
+ StartTelemetryEvaluationForOrganizationInput.struct_class = Types::StartTelemetryEvaluationForOrganizationInput
642
+
643
+ StartTelemetryEvaluationInput.add_member(:regions, Shapes::ShapeRef.new(shape: Regions, location_name: "Regions"))
644
+ StartTelemetryEvaluationInput.add_member(:all_regions, Shapes::ShapeRef.new(shape: AllRegions, location_name: "AllRegions"))
645
+ StartTelemetryEvaluationInput.struct_class = Types::StartTelemetryEvaluationInput
646
+
615
647
  StopTelemetryEnrichmentOutput.add_member(:status, Shapes::ShapeRef.new(shape: TelemetryEnrichmentStatus, location_name: "Status"))
616
648
  StopTelemetryEnrichmentOutput.struct_class = Types::StopTelemetryEnrichmentOutput
617
649
 
@@ -686,6 +718,9 @@ module Aws::ObservabilityAdmin
686
718
  TelemetryRule.add_member(:destination_configuration, Shapes::ShapeRef.new(shape: TelemetryDestinationConfiguration, location_name: "DestinationConfiguration"))
687
719
  TelemetryRule.add_member(:scope, Shapes::ShapeRef.new(shape: String, location_name: "Scope"))
688
720
  TelemetryRule.add_member(:selection_criteria, Shapes::ShapeRef.new(shape: String, location_name: "SelectionCriteria"))
721
+ TelemetryRule.add_member(:allow_field_updates, Shapes::ShapeRef.new(shape: Boolean, location_name: "AllowFieldUpdates"))
722
+ TelemetryRule.add_member(:regions, Shapes::ShapeRef.new(shape: Regions, location_name: "Regions"))
723
+ TelemetryRule.add_member(:all_regions, Shapes::ShapeRef.new(shape: AllRegions, location_name: "AllRegions"))
689
724
  TelemetryRule.struct_class = Types::TelemetryRule
690
725
 
691
726
  TelemetryRuleSummaries.member = Shapes::ShapeRef.new(shape: TelemetryRuleSummary)
@@ -1180,7 +1215,7 @@ module Aws::ObservabilityAdmin
1180
1215
  o.name = "StartTelemetryEvaluation"
1181
1216
  o.http_method = "POST"
1182
1217
  o.http_request_uri = "/StartTelemetryEvaluation"
1183
- o.input = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1218
+ o.input = Shapes::ShapeRef.new(shape: StartTelemetryEvaluationInput)
1184
1219
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1185
1220
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1186
1221
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
@@ -1192,7 +1227,7 @@ module Aws::ObservabilityAdmin
1192
1227
  o.name = "StartTelemetryEvaluationForOrganization"
1193
1228
  o.http_method = "POST"
1194
1229
  o.http_request_uri = "/StartTelemetryEvaluationForOrganization"
1195
- o.input = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1230
+ o.input = Shapes::ShapeRef.new(shape: StartTelemetryEvaluationForOrganizationInput)
1196
1231
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1197
1232
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1198
1233
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
@@ -938,11 +938,29 @@ module Aws::ObservabilityAdmin
938
938
  # `FAILED_STOP`.
939
939
  # @return [String]
940
940
  #
941
+ # @!attribute [rw] home_region
942
+ # The Amazon Web Services Region that is designated as the home region
943
+ # for multi-region telemetry evaluation for the organization. The home
944
+ # region is the single management point for all multi-region
945
+ # operations on this organization. This field is only present when
946
+ # multi-region telemetry evaluation is active.
947
+ # @return [String]
948
+ #
949
+ # @!attribute [rw] region_statuses
950
+ # A list of per-region telemetry evaluation statuses for the
951
+ # organization. Each entry indicates the evaluation status for a
952
+ # specific spoke region included in the multi-region configuration.
953
+ # This field is only present when multi-region telemetry evaluation is
954
+ # active.
955
+ # @return [Array<Types::RegionStatus>]
956
+ #
941
957
  # @see http://docs.aws.amazon.com/goto/WebAPI/observabilityadmin-2018-05-10/GetTelemetryEvaluationStatusForOrganizationOutput AWS API Documentation
942
958
  #
943
959
  class GetTelemetryEvaluationStatusForOrganizationOutput < Struct.new(
944
960
  :status,
945
- :failure_reason)
961
+ :failure_reason,
962
+ :home_region,
963
+ :region_statuses)
946
964
  SENSITIVE = []
947
965
  include Aws::Structure
948
966
  end
@@ -956,11 +974,28 @@ module Aws::ObservabilityAdmin
956
974
  # populated if `Status` is `FAILED_START` or `FAILED_STOP`.
957
975
  # @return [String]
958
976
  #
977
+ # @!attribute [rw] home_region
978
+ # The Amazon Web Services Region that is designated as the home region
979
+ # for multi-region telemetry evaluation. The home region is the single
980
+ # management point for all multi-region operations on this account.
981
+ # This field is only present when multi-region telemetry evaluation is
982
+ # active.
983
+ # @return [String]
984
+ #
985
+ # @!attribute [rw] region_statuses
986
+ # A list of per-region telemetry evaluation statuses. Each entry
987
+ # indicates the evaluation status for a specific spoke region included
988
+ # in the multi-region configuration. This field is only present when
989
+ # multi-region telemetry evaluation is active.
990
+ # @return [Array<Types::RegionStatus>]
991
+ #
959
992
  # @see http://docs.aws.amazon.com/goto/WebAPI/observabilityadmin-2018-05-10/GetTelemetryEvaluationStatusOutput AWS API Documentation
960
993
  #
961
994
  class GetTelemetryEvaluationStatusOutput < Struct.new(
962
995
  :status,
963
- :failure_reason)
996
+ :failure_reason,
997
+ :home_region,
998
+ :region_statuses)
964
999
  SENSITIVE = []
965
1000
  include Aws::Structure
966
1001
  end
@@ -1023,6 +1058,28 @@ module Aws::ObservabilityAdmin
1023
1058
  # The configuration details of the organization telemetry rule.
1024
1059
  # @return [Types::TelemetryRule]
1025
1060
  #
1061
+ # @!attribute [rw] home_region
1062
+ # The Amazon Web Services Region where the organization telemetry rule
1063
+ # was originally created. For replicated rules in spoke regions, this
1064
+ # indicates the region that manages the rule. For rules created
1065
+ # without multi-region scope, this field is not present.
1066
+ # @return [String]
1067
+ #
1068
+ # @!attribute [rw] is_replicated
1069
+ # Indicates whether this organization telemetry rule is a replica that
1070
+ # was created in this region through multi-region fan-out from the
1071
+ # home region. Replicated rules cannot be directly updated or deleted
1072
+ # in the spoke region. To modify a replicated rule, make changes in
1073
+ # the home region.
1074
+ # @return [Boolean]
1075
+ #
1076
+ # @!attribute [rw] region_statuses
1077
+ # A list of per-region replication statuses for the organization
1078
+ # telemetry rule. Each entry indicates the replication status of the
1079
+ # rule in a specific spoke region. This field is only present for
1080
+ # rules created with multi-region scope.
1081
+ # @return [Array<Types::RegionStatus>]
1082
+ #
1026
1083
  # @see http://docs.aws.amazon.com/goto/WebAPI/observabilityadmin-2018-05-10/GetTelemetryRuleForOrganizationOutput AWS API Documentation
1027
1084
  #
1028
1085
  class GetTelemetryRuleForOrganizationOutput < Struct.new(
@@ -1030,7 +1087,10 @@ module Aws::ObservabilityAdmin
1030
1087
  :rule_arn,
1031
1088
  :created_time_stamp,
1032
1089
  :last_update_time_stamp,
1033
- :telemetry_rule)
1090
+ :telemetry_rule,
1091
+ :home_region,
1092
+ :is_replicated,
1093
+ :region_statuses)
1034
1094
  SENSITIVE = []
1035
1095
  include Aws::Structure
1036
1096
  end
@@ -1067,6 +1127,28 @@ module Aws::ObservabilityAdmin
1067
1127
  # The configuration details of the telemetry rule.
1068
1128
  # @return [Types::TelemetryRule]
1069
1129
  #
1130
+ # @!attribute [rw] home_region
1131
+ # The Amazon Web Services Region where the telemetry rule was
1132
+ # originally created. For replicated rules in spoke regions, this
1133
+ # indicates the region that manages the rule. For rules created
1134
+ # without multi-region scope, this field is not present.
1135
+ # @return [String]
1136
+ #
1137
+ # @!attribute [rw] is_replicated
1138
+ # Indicates whether this telemetry rule is a replica that was created
1139
+ # in this region through multi-region fan-out from the home region.
1140
+ # Replicated rules cannot be directly updated or deleted in the spoke
1141
+ # region. To modify a replicated rule, make changes in the home
1142
+ # region.
1143
+ # @return [Boolean]
1144
+ #
1145
+ # @!attribute [rw] region_statuses
1146
+ # A list of per-region replication statuses for the telemetry rule.
1147
+ # Each entry indicates the replication status of the rule in a
1148
+ # specific spoke region. This field is only present for rules created
1149
+ # with multi-region scope.
1150
+ # @return [Array<Types::RegionStatus>]
1151
+ #
1070
1152
  # @see http://docs.aws.amazon.com/goto/WebAPI/observabilityadmin-2018-05-10/GetTelemetryRuleOutput AWS API Documentation
1071
1153
  #
1072
1154
  class GetTelemetryRuleOutput < Struct.new(
@@ -1074,7 +1156,10 @@ module Aws::ObservabilityAdmin
1074
1156
  :rule_arn,
1075
1157
  :created_time_stamp,
1076
1158
  :last_update_time_stamp,
1077
- :telemetry_rule)
1159
+ :telemetry_rule,
1160
+ :home_region,
1161
+ :is_replicated,
1162
+ :region_statuses)
1078
1163
  SENSITIVE = []
1079
1164
  include Aws::Structure
1080
1165
  end
@@ -1736,6 +1821,45 @@ module Aws::ObservabilityAdmin
1736
1821
  include Aws::Structure
1737
1822
  end
1738
1823
 
1824
+ # Represents the status of a multi-region operation in a specific Amazon
1825
+ # Web Services Region. This structure is used to report per-region
1826
+ # progress for both telemetry evaluation and telemetry rule replication.
1827
+ #
1828
+ # @!attribute [rw] region
1829
+ # The Amazon Web Services Region code (for example, `eu-west-1` or
1830
+ # `us-west-2`) that this status applies to.
1831
+ # @return [String]
1832
+ #
1833
+ # @!attribute [rw] status
1834
+ # The status of the operation in this region. For telemetry
1835
+ # evaluation, valid values include `STARTING`, `RUNNING`, and
1836
+ # `FAILED_START`. For telemetry rules, valid values include `PENDING`,
1837
+ # `ACTIVE`, and `FAILED`.
1838
+ # @return [String]
1839
+ #
1840
+ # @!attribute [rw] failure_reason
1841
+ # The reason for a failure status in this region. This field is only
1842
+ # populated when `Status` indicates a failure.
1843
+ # @return [String]
1844
+ #
1845
+ # @!attribute [rw] rule_arn
1846
+ # The Amazon Resource Name (ARN) of the telemetry rule in this spoke
1847
+ # region. This field is only present for telemetry rule region
1848
+ # statuses and is populated when the rule has been successfully
1849
+ # created in the spoke region (status is `ACTIVE`).
1850
+ # @return [String]
1851
+ #
1852
+ # @see http://docs.aws.amazon.com/goto/WebAPI/observabilityadmin-2018-05-10/RegionStatus AWS API Documentation
1853
+ #
1854
+ class RegionStatus < Struct.new(
1855
+ :region,
1856
+ :status,
1857
+ :failure_reason,
1858
+ :rule_arn)
1859
+ SENSITIVE = []
1860
+ include Aws::Structure
1861
+ end
1862
+
1739
1863
  # The specified resource (such as a telemetry rule) could not be found.
1740
1864
  #
1741
1865
  # @!attribute [rw] message
@@ -1884,6 +2008,64 @@ module Aws::ObservabilityAdmin
1884
2008
  include Aws::Structure
1885
2009
  end
1886
2010
 
2011
+ # @!attribute [rw] regions
2012
+ # An optional list of Amazon Web Services Regions to include in
2013
+ # multi-region telemetry evaluation for the organization. The current
2014
+ # region is always implicitly included and must not be specified in
2015
+ # this list. When provided, telemetry evaluation starts in the current
2016
+ # region and propagates to all specified regions for the organization.
2017
+ # Mutually exclusive with `AllRegions`. If neither `Regions` nor
2018
+ # `AllRegions` is provided, the operation applies only to the current
2019
+ # region.
2020
+ # @return [Array<String>]
2021
+ #
2022
+ # @!attribute [rw] all_regions
2023
+ # If set to `true`, telemetry evaluation for the organization starts
2024
+ # in all Amazon Web Services Regions where Amazon CloudWatch
2025
+ # Observability Admin is available in the current partition. The
2026
+ # current region becomes the home region for managing multi-region
2027
+ # evaluation for the organization. When new regions become available,
2028
+ # evaluation automatically expands to include them. Mutually exclusive
2029
+ # with `Regions`.
2030
+ # @return [Boolean]
2031
+ #
2032
+ # @see http://docs.aws.amazon.com/goto/WebAPI/observabilityadmin-2018-05-10/StartTelemetryEvaluationForOrganizationInput AWS API Documentation
2033
+ #
2034
+ class StartTelemetryEvaluationForOrganizationInput < Struct.new(
2035
+ :regions,
2036
+ :all_regions)
2037
+ SENSITIVE = []
2038
+ include Aws::Structure
2039
+ end
2040
+
2041
+ # @!attribute [rw] regions
2042
+ # An optional list of Amazon Web Services Regions to include in
2043
+ # multi-region telemetry evaluation. The current region is always
2044
+ # implicitly included and must not be specified in this list. When
2045
+ # provided, telemetry evaluation starts in the current region and
2046
+ # propagates to all specified regions. Mutually exclusive with
2047
+ # `AllRegions`. If neither `Regions` nor `AllRegions` is provided, the
2048
+ # operation applies only to the current region.
2049
+ # @return [Array<String>]
2050
+ #
2051
+ # @!attribute [rw] all_regions
2052
+ # If set to `true`, telemetry evaluation starts in all Amazon Web
2053
+ # Services Regions where Amazon CloudWatch Observability Admin is
2054
+ # available in the current partition. The current region becomes the
2055
+ # home region for managing multi-region evaluation. When new regions
2056
+ # become available, evaluation automatically expands to include them.
2057
+ # Mutually exclusive with `Regions`.
2058
+ # @return [Boolean]
2059
+ #
2060
+ # @see http://docs.aws.amazon.com/goto/WebAPI/observabilityadmin-2018-05-10/StartTelemetryEvaluationInput AWS API Documentation
2061
+ #
2062
+ class StartTelemetryEvaluationInput < Struct.new(
2063
+ :regions,
2064
+ :all_regions)
2065
+ SENSITIVE = []
2066
+ include Aws::Structure
2067
+ end
2068
+
1887
2069
  # @!attribute [rw] status
1888
2070
  # The status of the resource tags for telemetry feature after the stop
1889
2071
  # operation (`Running`, `Stopped`, or `Impaired`).
@@ -2220,6 +2402,32 @@ module Aws::ObservabilityAdmin
2220
2402
  # resource tags.
2221
2403
  # @return [String]
2222
2404
  #
2405
+ # @!attribute [rw] allow_field_updates
2406
+ # If set to `true`, Amazon CloudWatch Observability Admin detects and
2407
+ # remediates configuration drift in telemetry resources that it
2408
+ # manages. For example, if a VPC flow log's format, traffic type, or
2409
+ # aggregation interval no longer matches the rule's destination
2410
+ # configuration, the flow log is replaced with one that matches. Only
2411
+ # Observability Admin-managed resources are updated; customer-created
2412
+ # resources are never modified. Currently supported for
2413
+ # `AWS::EC2::VPC` resources (VPC flow logs).
2414
+ # @return [Boolean]
2415
+ #
2416
+ # @!attribute [rw] regions
2417
+ # An optional list of Amazon Web Services Regions where this telemetry
2418
+ # rule should be replicated. When specified, the rule is created in
2419
+ # the home region and automatically replicated to all listed regions.
2420
+ # Mutually exclusive with `AllRegions`.
2421
+ # @return [Array<String>]
2422
+ #
2423
+ # @!attribute [rw] all_regions
2424
+ # If set to `true`, the telemetry rule is replicated to all Amazon Web
2425
+ # Services Regions where Amazon CloudWatch Observability Admin is
2426
+ # available in the current partition. When new regions become
2427
+ # available, the rule automatically replicates to them. Mutually
2428
+ # exclusive with `Regions`.
2429
+ # @return [Boolean]
2430
+ #
2223
2431
  # @see http://docs.aws.amazon.com/goto/WebAPI/observabilityadmin-2018-05-10/TelemetryRule AWS API Documentation
2224
2432
  #
2225
2433
  class TelemetryRule < Struct.new(
@@ -2228,7 +2436,10 @@ module Aws::ObservabilityAdmin
2228
2436
  :telemetry_source_types,
2229
2437
  :destination_configuration,
2230
2438
  :scope,
2231
- :selection_criteria)
2439
+ :selection_criteria,
2440
+ :allow_field_updates,
2441
+ :regions,
2442
+ :all_regions)
2232
2443
  SENSITIVE = []
2233
2444
  include Aws::Structure
2234
2445
  end
@@ -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.24.0'
58
+ GEM_VERSION = '1.26.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -155,7 +155,7 @@ module Aws
155
155
  def create_telemetry_rule: (
156
156
  rule_name: ::String,
157
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::SecurityHub::Hub" | "AWS::CloudFront::Distribution")?,
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::SecurityHub::Hub" | "AWS::CloudFront::Distribution" | "AWS::SecurityHub::HubV2")?,
159
159
  telemetry_type: ("Logs" | "Metrics" | "Traces"),
160
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
161
  destination_configuration: {
@@ -226,7 +226,10 @@ module Aws
226
226
  }?
227
227
  }?,
228
228
  scope: ::String?,
229
- selection_criteria: ::String?
229
+ selection_criteria: ::String?,
230
+ allow_field_updates: bool?,
231
+ regions: Array[::String]?,
232
+ all_regions: bool?
230
233
  },
231
234
  ?tags: Hash[::String, ::String]
232
235
  ) -> _CreateTelemetryRuleResponseSuccess
@@ -240,7 +243,7 @@ module Aws
240
243
  def create_telemetry_rule_for_organization: (
241
244
  rule_name: ::String,
242
245
  rule: {
243
- 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::SecurityHub::Hub" | "AWS::CloudFront::Distribution")?,
246
+ 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::SecurityHub::Hub" | "AWS::CloudFront::Distribution" | "AWS::SecurityHub::HubV2")?,
244
247
  telemetry_type: ("Logs" | "Metrics" | "Traces"),
245
248
  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")]?,
246
249
  destination_configuration: {
@@ -311,7 +314,10 @@ module Aws
311
314
  }?
312
315
  }?,
313
316
  scope: ::String?,
314
- selection_criteria: ::String?
317
+ selection_criteria: ::String?,
318
+ allow_field_updates: bool?,
319
+ regions: Array[::String]?,
320
+ all_regions: bool?
315
321
  },
316
322
  ?tags: Hash[::String, ::String]
317
323
  ) -> _CreateTelemetryRuleForOrganizationResponseSuccess
@@ -396,6 +402,8 @@ module Aws
396
402
  include ::Seahorse::Client::_ResponseSuccess[Types::GetTelemetryEvaluationStatusOutput]
397
403
  def status: () -> ("NOT_STARTED" | "STARTING" | "FAILED_START" | "RUNNING" | "STOPPING" | "FAILED_STOP" | "STOPPED")
398
404
  def failure_reason: () -> ::String
405
+ def home_region: () -> ::String
406
+ def region_statuses: () -> ::Array[Types::RegionStatus]
399
407
  end
400
408
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ObservabilityAdmin/Client.html#get_telemetry_evaluation_status-instance_method
401
409
  def get_telemetry_evaluation_status: () -> _GetTelemetryEvaluationStatusResponseSuccess
@@ -405,6 +413,8 @@ module Aws
405
413
  include ::Seahorse::Client::_ResponseSuccess[Types::GetTelemetryEvaluationStatusForOrganizationOutput]
406
414
  def status: () -> ("NOT_STARTED" | "STARTING" | "FAILED_START" | "RUNNING" | "STOPPING" | "FAILED_STOP" | "STOPPED")
407
415
  def failure_reason: () -> ::String
416
+ def home_region: () -> ::String
417
+ def region_statuses: () -> ::Array[Types::RegionStatus]
408
418
  end
409
419
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ObservabilityAdmin/Client.html#get_telemetry_evaluation_status_for_organization-instance_method
410
420
  def get_telemetry_evaluation_status_for_organization: () -> _GetTelemetryEvaluationStatusForOrganizationResponseSuccess
@@ -427,6 +437,9 @@ module Aws
427
437
  def created_time_stamp: () -> ::Integer
428
438
  def last_update_time_stamp: () -> ::Integer
429
439
  def telemetry_rule: () -> Types::TelemetryRule
440
+ def home_region: () -> ::String
441
+ def is_replicated: () -> bool
442
+ def region_statuses: () -> ::Array[Types::RegionStatus]
430
443
  end
431
444
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ObservabilityAdmin/Client.html#get_telemetry_rule-instance_method
432
445
  def get_telemetry_rule: (
@@ -441,6 +454,9 @@ module Aws
441
454
  def created_time_stamp: () -> ::Integer
442
455
  def last_update_time_stamp: () -> ::Integer
443
456
  def telemetry_rule: () -> Types::TelemetryRule
457
+ def home_region: () -> ::String
458
+ def is_replicated: () -> bool
459
+ def region_statuses: () -> ::Array[Types::RegionStatus]
444
460
  end
445
461
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ObservabilityAdmin/Client.html#get_telemetry_rule_for_organization-instance_method
446
462
  def get_telemetry_rule_for_organization: (
@@ -470,7 +486,7 @@ module Aws
470
486
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ObservabilityAdmin/Client.html#list_resource_telemetry-instance_method
471
487
  def list_resource_telemetry: (
472
488
  ?resource_identifier_prefix: ::String,
473
- ?resource_types: Array[("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::SecurityHub::Hub" | "AWS::CloudFront::Distribution")],
489
+ ?resource_types: Array[("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::SecurityHub::Hub" | "AWS::CloudFront::Distribution" | "AWS::SecurityHub::HubV2")],
474
490
  ?telemetry_configuration_state: Hash[("Logs" | "Metrics" | "Traces"), ("Enabled" | "Disabled" | "NotApplicable")],
475
491
  ?resource_tags: Hash[::String, ::String],
476
492
  ?max_results: ::Integer,
@@ -487,7 +503,7 @@ module Aws
487
503
  def list_resource_telemetry_for_organization: (
488
504
  ?account_identifiers: Array[::String],
489
505
  ?resource_identifier_prefix: ::String,
490
- ?resource_types: Array[("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::SecurityHub::Hub" | "AWS::CloudFront::Distribution")],
506
+ ?resource_types: Array[("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::SecurityHub::Hub" | "AWS::CloudFront::Distribution" | "AWS::SecurityHub::HubV2")],
491
507
  ?telemetry_configuration_state: Hash[("Logs" | "Metrics" | "Traces"), ("Enabled" | "Disabled" | "NotApplicable")],
492
508
  ?resource_tags: Hash[::String, ::String],
493
509
  ?max_results: ::Integer,
@@ -567,11 +583,17 @@ module Aws
567
583
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartTelemetryEnrichmentResponseSuccess
568
584
 
569
585
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ObservabilityAdmin/Client.html#start_telemetry_evaluation-instance_method
570
- def start_telemetry_evaluation: () -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
586
+ def start_telemetry_evaluation: (
587
+ ?regions: Array[::String],
588
+ ?all_regions: bool
589
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
571
590
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
572
591
 
573
592
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ObservabilityAdmin/Client.html#start_telemetry_evaluation_for_organization-instance_method
574
- def start_telemetry_evaluation_for_organization: () -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
593
+ def start_telemetry_evaluation_for_organization: (
594
+ ?regions: Array[::String],
595
+ ?all_regions: bool
596
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
575
597
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
576
598
 
577
599
  interface _StopTelemetryEnrichmentResponseSuccess
@@ -681,7 +703,7 @@ module Aws
681
703
  def update_telemetry_rule: (
682
704
  rule_identifier: ::String,
683
705
  rule: {
684
- 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::SecurityHub::Hub" | "AWS::CloudFront::Distribution")?,
706
+ 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::SecurityHub::Hub" | "AWS::CloudFront::Distribution" | "AWS::SecurityHub::HubV2")?,
685
707
  telemetry_type: ("Logs" | "Metrics" | "Traces"),
686
708
  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")]?,
687
709
  destination_configuration: {
@@ -752,7 +774,10 @@ module Aws
752
774
  }?
753
775
  }?,
754
776
  scope: ::String?,
755
- selection_criteria: ::String?
777
+ selection_criteria: ::String?,
778
+ allow_field_updates: bool?,
779
+ regions: Array[::String]?,
780
+ all_regions: bool?
756
781
  }
757
782
  ) -> _UpdateTelemetryRuleResponseSuccess
758
783
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateTelemetryRuleResponseSuccess
@@ -765,7 +790,7 @@ module Aws
765
790
  def update_telemetry_rule_for_organization: (
766
791
  rule_identifier: ::String,
767
792
  rule: {
768
- 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::SecurityHub::Hub" | "AWS::CloudFront::Distribution")?,
793
+ 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::SecurityHub::Hub" | "AWS::CloudFront::Distribution" | "AWS::SecurityHub::HubV2")?,
769
794
  telemetry_type: ("Logs" | "Metrics" | "Traces"),
770
795
  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")]?,
771
796
  destination_configuration: {
@@ -836,7 +861,10 @@ module Aws
836
861
  }?
837
862
  }?,
838
863
  scope: ::String?,
839
- selection_criteria: ::String?
864
+ selection_criteria: ::String?,
865
+ allow_field_updates: bool?,
866
+ regions: Array[::String]?,
867
+ all_regions: bool?
840
868
  }
841
869
  ) -> _UpdateTelemetryRuleForOrganizationResponseSuccess
842
870
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateTelemetryRuleForOrganizationResponseSuccess
data/sig/types.rbs CHANGED
@@ -267,12 +267,16 @@ module Aws::ObservabilityAdmin
267
267
  class GetTelemetryEvaluationStatusForOrganizationOutput
268
268
  attr_accessor status: ("NOT_STARTED" | "STARTING" | "FAILED_START" | "RUNNING" | "STOPPING" | "FAILED_STOP" | "STOPPED")
269
269
  attr_accessor failure_reason: ::String
270
+ attr_accessor home_region: ::String
271
+ attr_accessor region_statuses: ::Array[Types::RegionStatus]
270
272
  SENSITIVE: []
271
273
  end
272
274
 
273
275
  class GetTelemetryEvaluationStatusOutput
274
276
  attr_accessor status: ("NOT_STARTED" | "STARTING" | "FAILED_START" | "RUNNING" | "STOPPING" | "FAILED_STOP" | "STOPPED")
275
277
  attr_accessor failure_reason: ::String
278
+ attr_accessor home_region: ::String
279
+ attr_accessor region_statuses: ::Array[Types::RegionStatus]
276
280
  SENSITIVE: []
277
281
  end
278
282
 
@@ -297,6 +301,9 @@ module Aws::ObservabilityAdmin
297
301
  attr_accessor created_time_stamp: ::Integer
298
302
  attr_accessor last_update_time_stamp: ::Integer
299
303
  attr_accessor telemetry_rule: Types::TelemetryRule
304
+ attr_accessor home_region: ::String
305
+ attr_accessor is_replicated: bool
306
+ attr_accessor region_statuses: ::Array[Types::RegionStatus]
300
307
  SENSITIVE: []
301
308
  end
302
309
 
@@ -311,6 +318,9 @@ module Aws::ObservabilityAdmin
311
318
  attr_accessor created_time_stamp: ::Integer
312
319
  attr_accessor last_update_time_stamp: ::Integer
313
320
  attr_accessor telemetry_rule: Types::TelemetryRule
321
+ attr_accessor home_region: ::String
322
+ attr_accessor is_replicated: bool
323
+ attr_accessor region_statuses: ::Array[Types::RegionStatus]
314
324
  SENSITIVE: []
315
325
  end
316
326
 
@@ -354,7 +364,7 @@ module Aws::ObservabilityAdmin
354
364
  class ListResourceTelemetryForOrganizationInput
355
365
  attr_accessor account_identifiers: ::Array[::String]
356
366
  attr_accessor resource_identifier_prefix: ::String
357
- attr_accessor resource_types: ::Array[("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::SecurityHub::Hub" | "AWS::CloudFront::Distribution")]
367
+ attr_accessor resource_types: ::Array[("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::SecurityHub::Hub" | "AWS::CloudFront::Distribution" | "AWS::SecurityHub::HubV2")]
358
368
  attr_accessor telemetry_configuration_state: ::Hash[("Logs" | "Metrics" | "Traces"), ("Enabled" | "Disabled" | "NotApplicable")]
359
369
  attr_accessor resource_tags: ::Hash[::String, ::String]
360
370
  attr_accessor max_results: ::Integer
@@ -370,7 +380,7 @@ module Aws::ObservabilityAdmin
370
380
 
371
381
  class ListResourceTelemetryInput
372
382
  attr_accessor resource_identifier_prefix: ::String
373
- attr_accessor resource_types: ::Array[("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::SecurityHub::Hub" | "AWS::CloudFront::Distribution")]
383
+ attr_accessor resource_types: ::Array[("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::SecurityHub::Hub" | "AWS::CloudFront::Distribution" | "AWS::SecurityHub::HubV2")]
374
384
  attr_accessor telemetry_configuration_state: ::Hash[("Logs" | "Metrics" | "Traces"), ("Enabled" | "Disabled" | "NotApplicable")]
375
385
  attr_accessor resource_tags: ::Hash[::String, ::String]
376
386
  attr_accessor max_results: ::Integer
@@ -492,6 +502,14 @@ module Aws::ObservabilityAdmin
492
502
  SENSITIVE: []
493
503
  end
494
504
 
505
+ class RegionStatus
506
+ attr_accessor region: ::String
507
+ attr_accessor status: ::String
508
+ attr_accessor failure_reason: ::String
509
+ attr_accessor rule_arn: ::String
510
+ SENSITIVE: []
511
+ end
512
+
495
513
  class ResourceNotFoundException
496
514
  attr_accessor message: ::String
497
515
  attr_accessor resource_id: ::String
@@ -532,6 +550,18 @@ module Aws::ObservabilityAdmin
532
550
  SENSITIVE: []
533
551
  end
534
552
 
553
+ class StartTelemetryEvaluationForOrganizationInput
554
+ attr_accessor regions: ::Array[::String]
555
+ attr_accessor all_regions: bool
556
+ SENSITIVE: []
557
+ end
558
+
559
+ class StartTelemetryEvaluationInput
560
+ attr_accessor regions: ::Array[::String]
561
+ attr_accessor all_regions: bool
562
+ SENSITIVE: []
563
+ end
564
+
535
565
  class StopTelemetryEnrichmentOutput
536
566
  attr_accessor status: ("Running" | "Stopped" | "Impaired")
537
567
  SENSITIVE: []
@@ -546,7 +576,7 @@ module Aws::ObservabilityAdmin
546
576
  class TelemetryConfiguration
547
577
  attr_accessor account_identifier: ::String
548
578
  attr_accessor telemetry_configuration_state: ::Hash[("Logs" | "Metrics" | "Traces"), ("Enabled" | "Disabled" | "NotApplicable")]
549
- attr_accessor 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::SecurityHub::Hub" | "AWS::CloudFront::Distribution")
579
+ attr_accessor 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::SecurityHub::Hub" | "AWS::CloudFront::Distribution" | "AWS::SecurityHub::HubV2")
550
580
  attr_accessor resource_identifier: ::String
551
581
  attr_accessor resource_tags: ::Hash[::String, ::String]
552
582
  attr_accessor last_update_time_stamp: ::Integer
@@ -600,12 +630,15 @@ module Aws::ObservabilityAdmin
600
630
  end
601
631
 
602
632
  class TelemetryRule
603
- attr_accessor 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::SecurityHub::Hub" | "AWS::CloudFront::Distribution")
633
+ attr_accessor 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::SecurityHub::Hub" | "AWS::CloudFront::Distribution" | "AWS::SecurityHub::HubV2")
604
634
  attr_accessor telemetry_type: ("Logs" | "Metrics" | "Traces")
605
635
  attr_accessor 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")]
606
636
  attr_accessor destination_configuration: Types::TelemetryDestinationConfiguration
607
637
  attr_accessor scope: ::String
608
638
  attr_accessor selection_criteria: ::String
639
+ attr_accessor allow_field_updates: bool
640
+ attr_accessor regions: ::Array[::String]
641
+ attr_accessor all_regions: bool
609
642
  SENSITIVE: []
610
643
  end
611
644
 
@@ -614,7 +647,7 @@ module Aws::ObservabilityAdmin
614
647
  attr_accessor rule_arn: ::String
615
648
  attr_accessor created_time_stamp: ::Integer
616
649
  attr_accessor last_update_time_stamp: ::Integer
617
- attr_accessor 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::SecurityHub::Hub" | "AWS::CloudFront::Distribution")
650
+ attr_accessor 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::SecurityHub::Hub" | "AWS::CloudFront::Distribution" | "AWS::SecurityHub::HubV2")
618
651
  attr_accessor telemetry_type: ("Logs" | "Metrics" | "Traces")
619
652
  attr_accessor 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")]
620
653
  SENSITIVE: []
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.24.0
4
+ version: 1.26.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services