aws-sdk-observabilityadmin 1.34.0 → 1.36.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: 7f7e3eda88717f1b6aea73be3aa2c6f857b8da02648c78e861432fa6ccfd286f
4
- data.tar.gz: 45b4e06945096066ef67086166bac2caf3007e5ab328ea373d09190e626a9df1
3
+ metadata.gz: 9cce1b87ef7ac5f8861b824abf5ee58bf9be6c908ac6c7e2c4391100f578738c
4
+ data.tar.gz: 33c21a594e424bc5c6959bc3e6e590bb882c7180d208ed13e4e0f03f6d05811b
5
5
  SHA512:
6
- metadata.gz: 38325ab28c3359a28840ea22a209ea2ad01cda011e6fab57641f0220789c4e49f6ae8e44c5799f03c8a8764ba7f4294f0b895a70ede2a18d20dc4c971b04ac8d
7
- data.tar.gz: 2bb3965e153f9b28f09ff622ed3e7e1b77413d556e890266bd3a45c5ef0a7267b4aa21b153b7de525738660fd5c2fab6b2fe0af0a8ec6dd46462ac7e826d26d1
6
+ metadata.gz: c9fd20c427bccf47e09b9109abcd7dffd7b08fb1bc836f168f65fb84aa4d3d53fe6bbffc83cfd8002c65d73276428a9ca100102ea037cdbb57e31fe4689da963
7
+ data.tar.gz: 2a658ae7cb8972e9b88dd9732e8ee23f27257fc3cb1d66f5d4630d0a8e86660895f893ac4425df2e64a908dc7431f24c2e2965382101085b1e477a425f357575
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.36.0 (2026-08-03)
5
+ ------------------
6
+
7
+ * Feature - Launch CMK support for Telemetry Enablement Organization and Account Rules.
8
+
9
+ 1.35.0 (2026-07-22)
10
+ ------------------
11
+
12
+ * Feature - Enablement for ALB and Bedrock Knowledge Base logs via Observability Admin Telemetry Rule for account and organization level
13
+
4
14
  1.34.0 (2026-07-09)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.34.0
1
+ 1.36.0
@@ -521,6 +521,7 @@ module Aws::ObservabilityAdmin
521
521
  # encryption_strategy: "CUSTOMER_MANAGED", # required, accepts CUSTOMER_MANAGED, AWS_OWNED
522
522
  # kms_key_arn: "ResourceArn",
523
523
  # encryption_conflict_resolution_strategy: "ALLOW", # accepts ALLOW, SKIP
524
+ # encryption_scope: "ENCRYPTED_SOURCE_ONLY", # accepts ENCRYPTED_SOURCE_ONLY, NEW_DESTINATION_LOG_GROUPS
524
525
  # },
525
526
  # backup_configuration: {
526
527
  # region: "Region", # required
@@ -681,7 +682,7 @@ module Aws::ObservabilityAdmin
681
682
  # resp = client.create_telemetry_rule({
682
683
  # rule_name: "RuleName", # required
683
684
  # rule: { # required
684
- # 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::BedrockAgentCore::WorkloadIdentity, AWS::SecurityHub::Hub, AWS::CloudFront::Distribution, AWS::SecurityHub::HubV2, AWS::CloudWatch::OTelEnrichment, AWS::MSK::Cluster, AWS::S3::Bucket
685
+ # 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::BedrockAgentCore::WorkloadIdentity, AWS::SecurityHub::Hub, AWS::CloudFront::Distribution, AWS::SecurityHub::HubV2, AWS::CloudWatch::OTelEnrichment, AWS::MSK::Cluster, AWS::S3::Bucket, AWS::Bedrock::KnowledgeBase
685
686
  # telemetry_type: "Logs", # required, accepts Logs, Metrics, Traces
686
687
  # 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
687
688
  # destination_configuration: {
@@ -748,11 +749,12 @@ module Aws::ObservabilityAdmin
748
749
  # log_type: "WAF_LOGS", # accepts WAF_LOGS
749
750
  # },
750
751
  # log_delivery_parameters: {
751
- # log_types: ["APPLICATION_LOGS"], # accepts APPLICATION_LOGS, USAGE_LOGS, SECURITY_FINDING_LOGS, ACCESS_LOGS, CONNECTION_LOGS, S3_SERVER_ACCESS_LOGS
752
+ # log_types: ["APPLICATION_LOGS"], # accepts APPLICATION_LOGS, USAGE_LOGS, SECURITY_FINDING_LOGS, ACCESS_LOGS, CONNECTION_LOGS, S3_SERVER_ACCESS_LOGS, ALB_ACCESS_LOGS, ALB_CONNECTION_LOGS, ALB_HEALTH_CHECK_LOGS
752
753
  # },
753
754
  # msk_monitoring_parameters: {
754
755
  # enhanced_monitoring: "DEFAULT", # accepts DEFAULT, PER_BROKER, PER_TOPIC_PER_BROKER, PER_TOPIC_PER_PARTITION
755
756
  # },
757
+ # kms_key_arn: "KmsKeyArn",
756
758
  # },
757
759
  # scope: "String",
758
760
  # selection_criteria: "String",
@@ -804,7 +806,7 @@ module Aws::ObservabilityAdmin
804
806
  # resp = client.create_telemetry_rule_for_organization({
805
807
  # rule_name: "RuleName", # required
806
808
  # rule: { # required
807
- # 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::BedrockAgentCore::WorkloadIdentity, AWS::SecurityHub::Hub, AWS::CloudFront::Distribution, AWS::SecurityHub::HubV2, AWS::CloudWatch::OTelEnrichment, AWS::MSK::Cluster, AWS::S3::Bucket
809
+ # 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::BedrockAgentCore::WorkloadIdentity, AWS::SecurityHub::Hub, AWS::CloudFront::Distribution, AWS::SecurityHub::HubV2, AWS::CloudWatch::OTelEnrichment, AWS::MSK::Cluster, AWS::S3::Bucket, AWS::Bedrock::KnowledgeBase
808
810
  # telemetry_type: "Logs", # required, accepts Logs, Metrics, Traces
809
811
  # 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
810
812
  # destination_configuration: {
@@ -871,11 +873,12 @@ module Aws::ObservabilityAdmin
871
873
  # log_type: "WAF_LOGS", # accepts WAF_LOGS
872
874
  # },
873
875
  # log_delivery_parameters: {
874
- # log_types: ["APPLICATION_LOGS"], # accepts APPLICATION_LOGS, USAGE_LOGS, SECURITY_FINDING_LOGS, ACCESS_LOGS, CONNECTION_LOGS, S3_SERVER_ACCESS_LOGS
876
+ # log_types: ["APPLICATION_LOGS"], # accepts APPLICATION_LOGS, USAGE_LOGS, SECURITY_FINDING_LOGS, ACCESS_LOGS, CONNECTION_LOGS, S3_SERVER_ACCESS_LOGS, ALB_ACCESS_LOGS, ALB_CONNECTION_LOGS, ALB_HEALTH_CHECK_LOGS
875
877
  # },
876
878
  # msk_monitoring_parameters: {
877
879
  # enhanced_monitoring: "DEFAULT", # accepts DEFAULT, PER_BROKER, PER_TOPIC_PER_BROKER, PER_TOPIC_PER_PARTITION
878
880
  # },
881
+ # kms_key_arn: "KmsKeyArn",
879
882
  # },
880
883
  # scope: "String",
881
884
  # selection_criteria: "String",
@@ -1071,6 +1074,7 @@ module Aws::ObservabilityAdmin
1071
1074
  # resp.centralization_rule.destination.destination_logs_configuration.logs_encryption_configuration.encryption_strategy #=> String, one of "CUSTOMER_MANAGED", "AWS_OWNED"
1072
1075
  # resp.centralization_rule.destination.destination_logs_configuration.logs_encryption_configuration.kms_key_arn #=> String
1073
1076
  # resp.centralization_rule.destination.destination_logs_configuration.logs_encryption_configuration.encryption_conflict_resolution_strategy #=> String, one of "ALLOW", "SKIP"
1077
+ # resp.centralization_rule.destination.destination_logs_configuration.logs_encryption_configuration.encryption_scope #=> String, one of "ENCRYPTED_SOURCE_ONLY", "NEW_DESTINATION_LOG_GROUPS"
1074
1078
  # resp.centralization_rule.destination.destination_logs_configuration.backup_configuration.region #=> String
1075
1079
  # resp.centralization_rule.destination.destination_logs_configuration.backup_configuration.kms_key_arn #=> String
1076
1080
  # resp.centralization_rule.destination.destination_logs_configuration.log_group_name_configuration.log_group_name_pattern #=> String
@@ -1277,7 +1281,7 @@ module Aws::ObservabilityAdmin
1277
1281
  # resp.rule_arn #=> String
1278
1282
  # resp.created_time_stamp #=> Integer
1279
1283
  # resp.last_update_time_stamp #=> Integer
1280
- # 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::BedrockAgentCore::WorkloadIdentity", "AWS::SecurityHub::Hub", "AWS::CloudFront::Distribution", "AWS::SecurityHub::HubV2", "AWS::CloudWatch::OTelEnrichment", "AWS::MSK::Cluster", "AWS::S3::Bucket"
1284
+ # 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::BedrockAgentCore::WorkloadIdentity", "AWS::SecurityHub::Hub", "AWS::CloudFront::Distribution", "AWS::SecurityHub::HubV2", "AWS::CloudWatch::OTelEnrichment", "AWS::MSK::Cluster", "AWS::S3::Bucket", "AWS::Bedrock::KnowledgeBase"
1281
1285
  # resp.telemetry_rule.telemetry_type #=> String, one of "Logs", "Metrics", "Traces"
1282
1286
  # resp.telemetry_rule.telemetry_source_types #=> Array
1283
1287
  # 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"
@@ -1319,8 +1323,9 @@ module Aws::ObservabilityAdmin
1319
1323
  # resp.telemetry_rule.destination_configuration.waf_logging_parameters.logging_filter.default_behavior #=> String, one of "KEEP", "DROP"
1320
1324
  # resp.telemetry_rule.destination_configuration.waf_logging_parameters.log_type #=> String, one of "WAF_LOGS"
1321
1325
  # resp.telemetry_rule.destination_configuration.log_delivery_parameters.log_types #=> Array
1322
- # 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", "S3_SERVER_ACCESS_LOGS"
1326
+ # 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", "S3_SERVER_ACCESS_LOGS", "ALB_ACCESS_LOGS", "ALB_CONNECTION_LOGS", "ALB_HEALTH_CHECK_LOGS"
1323
1327
  # resp.telemetry_rule.destination_configuration.msk_monitoring_parameters.enhanced_monitoring #=> String, one of "DEFAULT", "PER_BROKER", "PER_TOPIC_PER_BROKER", "PER_TOPIC_PER_PARTITION"
1328
+ # resp.telemetry_rule.destination_configuration.kms_key_arn #=> String
1324
1329
  # resp.telemetry_rule.scope #=> String
1325
1330
  # resp.telemetry_rule.selection_criteria #=> String
1326
1331
  # resp.telemetry_rule.allow_field_updates #=> Boolean
@@ -1375,7 +1380,7 @@ module Aws::ObservabilityAdmin
1375
1380
  # resp.rule_arn #=> String
1376
1381
  # resp.created_time_stamp #=> Integer
1377
1382
  # resp.last_update_time_stamp #=> Integer
1378
- # 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::BedrockAgentCore::WorkloadIdentity", "AWS::SecurityHub::Hub", "AWS::CloudFront::Distribution", "AWS::SecurityHub::HubV2", "AWS::CloudWatch::OTelEnrichment", "AWS::MSK::Cluster", "AWS::S3::Bucket"
1383
+ # 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::BedrockAgentCore::WorkloadIdentity", "AWS::SecurityHub::Hub", "AWS::CloudFront::Distribution", "AWS::SecurityHub::HubV2", "AWS::CloudWatch::OTelEnrichment", "AWS::MSK::Cluster", "AWS::S3::Bucket", "AWS::Bedrock::KnowledgeBase"
1379
1384
  # resp.telemetry_rule.telemetry_type #=> String, one of "Logs", "Metrics", "Traces"
1380
1385
  # resp.telemetry_rule.telemetry_source_types #=> Array
1381
1386
  # 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"
@@ -1417,8 +1422,9 @@ module Aws::ObservabilityAdmin
1417
1422
  # resp.telemetry_rule.destination_configuration.waf_logging_parameters.logging_filter.default_behavior #=> String, one of "KEEP", "DROP"
1418
1423
  # resp.telemetry_rule.destination_configuration.waf_logging_parameters.log_type #=> String, one of "WAF_LOGS"
1419
1424
  # resp.telemetry_rule.destination_configuration.log_delivery_parameters.log_types #=> Array
1420
- # 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", "S3_SERVER_ACCESS_LOGS"
1425
+ # 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", "S3_SERVER_ACCESS_LOGS", "ALB_ACCESS_LOGS", "ALB_CONNECTION_LOGS", "ALB_HEALTH_CHECK_LOGS"
1421
1426
  # resp.telemetry_rule.destination_configuration.msk_monitoring_parameters.enhanced_monitoring #=> String, one of "DEFAULT", "PER_BROKER", "PER_TOPIC_PER_BROKER", "PER_TOPIC_PER_PARTITION"
1427
+ # resp.telemetry_rule.destination_configuration.kms_key_arn #=> String
1422
1428
  # resp.telemetry_rule.scope #=> String
1423
1429
  # resp.telemetry_rule.selection_criteria #=> String
1424
1430
  # resp.telemetry_rule.allow_field_updates #=> Boolean
@@ -1551,7 +1557,7 @@ module Aws::ObservabilityAdmin
1551
1557
  #
1552
1558
  # resp = client.list_resource_telemetry({
1553
1559
  # resource_identifier_prefix: "ResourceIdentifierPrefix",
1554
- # 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::BedrockAgentCore::WorkloadIdentity, AWS::SecurityHub::Hub, AWS::CloudFront::Distribution, AWS::SecurityHub::HubV2, AWS::CloudWatch::OTelEnrichment, AWS::MSK::Cluster, AWS::S3::Bucket
1560
+ # 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::BedrockAgentCore::WorkloadIdentity, AWS::SecurityHub::Hub, AWS::CloudFront::Distribution, AWS::SecurityHub::HubV2, AWS::CloudWatch::OTelEnrichment, AWS::MSK::Cluster, AWS::S3::Bucket, AWS::Bedrock::KnowledgeBase
1555
1561
  # telemetry_configuration_state: {
1556
1562
  # "Logs" => "Enabled", # accepts Enabled, Disabled, NotApplicable
1557
1563
  # },
@@ -1568,7 +1574,7 @@ module Aws::ObservabilityAdmin
1568
1574
  # resp.telemetry_configurations[0].account_identifier #=> String
1569
1575
  # resp.telemetry_configurations[0].telemetry_configuration_state #=> Hash
1570
1576
  # resp.telemetry_configurations[0].telemetry_configuration_state["TelemetryType"] #=> String, one of "Enabled", "Disabled", "NotApplicable"
1571
- # 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::BedrockAgentCore::WorkloadIdentity", "AWS::SecurityHub::Hub", "AWS::CloudFront::Distribution", "AWS::SecurityHub::HubV2", "AWS::CloudWatch::OTelEnrichment", "AWS::MSK::Cluster", "AWS::S3::Bucket"
1577
+ # 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::BedrockAgentCore::WorkloadIdentity", "AWS::SecurityHub::Hub", "AWS::CloudFront::Distribution", "AWS::SecurityHub::HubV2", "AWS::CloudWatch::OTelEnrichment", "AWS::MSK::Cluster", "AWS::S3::Bucket", "AWS::Bedrock::KnowledgeBase"
1572
1578
  # resp.telemetry_configurations[0].resource_identifier #=> String
1573
1579
  # resp.telemetry_configurations[0].resource_tags #=> Hash
1574
1580
  # resp.telemetry_configurations[0].resource_tags["String"] #=> String
@@ -1635,7 +1641,7 @@ module Aws::ObservabilityAdmin
1635
1641
  # resp = client.list_resource_telemetry_for_organization({
1636
1642
  # account_identifiers: ["AccountIdentifier"],
1637
1643
  # resource_identifier_prefix: "ResourceIdentifierPrefix",
1638
- # 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::BedrockAgentCore::WorkloadIdentity, AWS::SecurityHub::Hub, AWS::CloudFront::Distribution, AWS::SecurityHub::HubV2, AWS::CloudWatch::OTelEnrichment, AWS::MSK::Cluster, AWS::S3::Bucket
1644
+ # 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::BedrockAgentCore::WorkloadIdentity, AWS::SecurityHub::Hub, AWS::CloudFront::Distribution, AWS::SecurityHub::HubV2, AWS::CloudWatch::OTelEnrichment, AWS::MSK::Cluster, AWS::S3::Bucket, AWS::Bedrock::KnowledgeBase
1639
1645
  # telemetry_configuration_state: {
1640
1646
  # "Logs" => "Enabled", # accepts Enabled, Disabled, NotApplicable
1641
1647
  # },
@@ -1652,7 +1658,7 @@ module Aws::ObservabilityAdmin
1652
1658
  # resp.telemetry_configurations[0].account_identifier #=> String
1653
1659
  # resp.telemetry_configurations[0].telemetry_configuration_state #=> Hash
1654
1660
  # resp.telemetry_configurations[0].telemetry_configuration_state["TelemetryType"] #=> String, one of "Enabled", "Disabled", "NotApplicable"
1655
- # 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::BedrockAgentCore::WorkloadIdentity", "AWS::SecurityHub::Hub", "AWS::CloudFront::Distribution", "AWS::SecurityHub::HubV2", "AWS::CloudWatch::OTelEnrichment", "AWS::MSK::Cluster", "AWS::S3::Bucket"
1661
+ # 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::BedrockAgentCore::WorkloadIdentity", "AWS::SecurityHub::Hub", "AWS::CloudFront::Distribution", "AWS::SecurityHub::HubV2", "AWS::CloudWatch::OTelEnrichment", "AWS::MSK::Cluster", "AWS::S3::Bucket", "AWS::Bedrock::KnowledgeBase"
1656
1662
  # resp.telemetry_configurations[0].resource_identifier #=> String
1657
1663
  # resp.telemetry_configurations[0].resource_tags #=> Hash
1658
1664
  # resp.telemetry_configurations[0].resource_tags["String"] #=> String
@@ -1835,7 +1841,7 @@ module Aws::ObservabilityAdmin
1835
1841
  # resp.telemetry_rule_summaries[0].rule_arn #=> String
1836
1842
  # resp.telemetry_rule_summaries[0].created_time_stamp #=> Integer
1837
1843
  # resp.telemetry_rule_summaries[0].last_update_time_stamp #=> Integer
1838
- # 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::BedrockAgentCore::WorkloadIdentity", "AWS::SecurityHub::Hub", "AWS::CloudFront::Distribution", "AWS::SecurityHub::HubV2", "AWS::CloudWatch::OTelEnrichment", "AWS::MSK::Cluster", "AWS::S3::Bucket"
1844
+ # 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::BedrockAgentCore::WorkloadIdentity", "AWS::SecurityHub::Hub", "AWS::CloudFront::Distribution", "AWS::SecurityHub::HubV2", "AWS::CloudWatch::OTelEnrichment", "AWS::MSK::Cluster", "AWS::S3::Bucket", "AWS::Bedrock::KnowledgeBase"
1839
1845
  # resp.telemetry_rule_summaries[0].telemetry_type #=> String, one of "Logs", "Metrics", "Traces"
1840
1846
  # resp.telemetry_rule_summaries[0].telemetry_source_types #=> Array
1841
1847
  # 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"
@@ -1898,7 +1904,7 @@ module Aws::ObservabilityAdmin
1898
1904
  # resp.telemetry_rule_summaries[0].rule_arn #=> String
1899
1905
  # resp.telemetry_rule_summaries[0].created_time_stamp #=> Integer
1900
1906
  # resp.telemetry_rule_summaries[0].last_update_time_stamp #=> Integer
1901
- # 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::BedrockAgentCore::WorkloadIdentity", "AWS::SecurityHub::Hub", "AWS::CloudFront::Distribution", "AWS::SecurityHub::HubV2", "AWS::CloudWatch::OTelEnrichment", "AWS::MSK::Cluster", "AWS::S3::Bucket"
1907
+ # 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::BedrockAgentCore::WorkloadIdentity", "AWS::SecurityHub::Hub", "AWS::CloudFront::Distribution", "AWS::SecurityHub::HubV2", "AWS::CloudWatch::OTelEnrichment", "AWS::MSK::Cluster", "AWS::S3::Bucket", "AWS::Bedrock::KnowledgeBase"
1902
1908
  # resp.telemetry_rule_summaries[0].telemetry_type #=> String, one of "Logs", "Metrics", "Traces"
1903
1909
  # resp.telemetry_rule_summaries[0].telemetry_source_types #=> Array
1904
1910
  # 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"
@@ -2213,6 +2219,7 @@ module Aws::ObservabilityAdmin
2213
2219
  # encryption_strategy: "CUSTOMER_MANAGED", # required, accepts CUSTOMER_MANAGED, AWS_OWNED
2214
2220
  # kms_key_arn: "ResourceArn",
2215
2221
  # encryption_conflict_resolution_strategy: "ALLOW", # accepts ALLOW, SKIP
2222
+ # encryption_scope: "ENCRYPTED_SOURCE_ONLY", # accepts ENCRYPTED_SOURCE_ONLY, NEW_DESTINATION_LOG_GROUPS
2216
2223
  # },
2217
2224
  # backup_configuration: {
2218
2225
  # region: "Region", # required
@@ -2362,7 +2369,7 @@ module Aws::ObservabilityAdmin
2362
2369
  # resp = client.update_telemetry_rule({
2363
2370
  # rule_identifier: "RuleIdentifier", # required
2364
2371
  # rule: { # required
2365
- # 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::BedrockAgentCore::WorkloadIdentity, AWS::SecurityHub::Hub, AWS::CloudFront::Distribution, AWS::SecurityHub::HubV2, AWS::CloudWatch::OTelEnrichment, AWS::MSK::Cluster, AWS::S3::Bucket
2372
+ # 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::BedrockAgentCore::WorkloadIdentity, AWS::SecurityHub::Hub, AWS::CloudFront::Distribution, AWS::SecurityHub::HubV2, AWS::CloudWatch::OTelEnrichment, AWS::MSK::Cluster, AWS::S3::Bucket, AWS::Bedrock::KnowledgeBase
2366
2373
  # telemetry_type: "Logs", # required, accepts Logs, Metrics, Traces
2367
2374
  # 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
2368
2375
  # destination_configuration: {
@@ -2429,11 +2436,12 @@ module Aws::ObservabilityAdmin
2429
2436
  # log_type: "WAF_LOGS", # accepts WAF_LOGS
2430
2437
  # },
2431
2438
  # log_delivery_parameters: {
2432
- # log_types: ["APPLICATION_LOGS"], # accepts APPLICATION_LOGS, USAGE_LOGS, SECURITY_FINDING_LOGS, ACCESS_LOGS, CONNECTION_LOGS, S3_SERVER_ACCESS_LOGS
2439
+ # log_types: ["APPLICATION_LOGS"], # accepts APPLICATION_LOGS, USAGE_LOGS, SECURITY_FINDING_LOGS, ACCESS_LOGS, CONNECTION_LOGS, S3_SERVER_ACCESS_LOGS, ALB_ACCESS_LOGS, ALB_CONNECTION_LOGS, ALB_HEALTH_CHECK_LOGS
2433
2440
  # },
2434
2441
  # msk_monitoring_parameters: {
2435
2442
  # enhanced_monitoring: "DEFAULT", # accepts DEFAULT, PER_BROKER, PER_TOPIC_PER_BROKER, PER_TOPIC_PER_PARTITION
2436
2443
  # },
2444
+ # kms_key_arn: "KmsKeyArn",
2437
2445
  # },
2438
2446
  # scope: "String",
2439
2447
  # selection_criteria: "String",
@@ -2479,7 +2487,7 @@ module Aws::ObservabilityAdmin
2479
2487
  # resp = client.update_telemetry_rule_for_organization({
2480
2488
  # rule_identifier: "RuleIdentifier", # required
2481
2489
  # rule: { # required
2482
- # 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::BedrockAgentCore::WorkloadIdentity, AWS::SecurityHub::Hub, AWS::CloudFront::Distribution, AWS::SecurityHub::HubV2, AWS::CloudWatch::OTelEnrichment, AWS::MSK::Cluster, AWS::S3::Bucket
2490
+ # 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::BedrockAgentCore::WorkloadIdentity, AWS::SecurityHub::Hub, AWS::CloudFront::Distribution, AWS::SecurityHub::HubV2, AWS::CloudWatch::OTelEnrichment, AWS::MSK::Cluster, AWS::S3::Bucket, AWS::Bedrock::KnowledgeBase
2483
2491
  # telemetry_type: "Logs", # required, accepts Logs, Metrics, Traces
2484
2492
  # 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
2485
2493
  # destination_configuration: {
@@ -2546,11 +2554,12 @@ module Aws::ObservabilityAdmin
2546
2554
  # log_type: "WAF_LOGS", # accepts WAF_LOGS
2547
2555
  # },
2548
2556
  # log_delivery_parameters: {
2549
- # log_types: ["APPLICATION_LOGS"], # accepts APPLICATION_LOGS, USAGE_LOGS, SECURITY_FINDING_LOGS, ACCESS_LOGS, CONNECTION_LOGS, S3_SERVER_ACCESS_LOGS
2557
+ # log_types: ["APPLICATION_LOGS"], # accepts APPLICATION_LOGS, USAGE_LOGS, SECURITY_FINDING_LOGS, ACCESS_LOGS, CONNECTION_LOGS, S3_SERVER_ACCESS_LOGS, ALB_ACCESS_LOGS, ALB_CONNECTION_LOGS, ALB_HEALTH_CHECK_LOGS
2550
2558
  # },
2551
2559
  # msk_monitoring_parameters: {
2552
2560
  # enhanced_monitoring: "DEFAULT", # accepts DEFAULT, PER_BROKER, PER_TOPIC_PER_BROKER, PER_TOPIC_PER_PARTITION
2553
2561
  # },
2562
+ # kms_key_arn: "KmsKeyArn",
2554
2563
  # },
2555
2564
  # scope: "String",
2556
2565
  # selection_criteria: "String",
@@ -2627,7 +2636,7 @@ module Aws::ObservabilityAdmin
2627
2636
  tracer: tracer
2628
2637
  )
2629
2638
  context[:gem_name] = 'aws-sdk-observabilityadmin'
2630
- context[:gem_version] = '1.34.0'
2639
+ context[:gem_version] = '1.36.0'
2631
2640
  Seahorse::Client::Request.new(handlers, context)
2632
2641
  end
2633
2642
 
@@ -62,6 +62,7 @@ module Aws::ObservabilityAdmin
62
62
  EncryptedLogGroupStrategy = Shapes::StringShape.new(name: 'EncryptedLogGroupStrategy')
63
63
  Encryption = Shapes::StructureShape.new(name: 'Encryption')
64
64
  EncryptionConflictResolutionStrategy = Shapes::StringShape.new(name: 'EncryptionConflictResolutionStrategy')
65
+ EncryptionScope = Shapes::StringShape.new(name: 'EncryptionScope')
65
66
  EncryptionStrategy = Shapes::StringShape.new(name: 'EncryptionStrategy')
66
67
  FailureReason = Shapes::StringShape.new(name: 'FailureReason')
67
68
  FieldMap = Shapes::MapShape.new(name: 'FieldMap')
@@ -91,6 +92,7 @@ module Aws::ObservabilityAdmin
91
92
  InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
92
93
  InvalidStateException = Shapes::StructureShape.new(name: 'InvalidStateException')
93
94
  IsReplicated = Shapes::BooleanShape.new(name: 'IsReplicated')
95
+ KmsKeyArn = Shapes::StringShape.new(name: 'KmsKeyArn')
94
96
  LabelNameCondition = Shapes::StructureShape.new(name: 'LabelNameCondition')
95
97
  LabelNameConditionLabelNameString = Shapes::StringShape.new(name: 'LabelNameConditionLabelNameString')
96
98
  ListCentralizationRulesForOrganizationInput = Shapes::StructureShape.new(name: 'ListCentralizationRulesForOrganizationInput')
@@ -581,6 +583,7 @@ module Aws::ObservabilityAdmin
581
583
  LogsEncryptionConfiguration.add_member(:encryption_strategy, Shapes::ShapeRef.new(shape: EncryptionStrategy, required: true, location_name: "EncryptionStrategy"))
582
584
  LogsEncryptionConfiguration.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "KmsKeyArn"))
583
585
  LogsEncryptionConfiguration.add_member(:encryption_conflict_resolution_strategy, Shapes::ShapeRef.new(shape: EncryptionConflictResolutionStrategy, location_name: "EncryptionConflictResolutionStrategy"))
586
+ LogsEncryptionConfiguration.add_member(:encryption_scope, Shapes::ShapeRef.new(shape: EncryptionScope, location_name: "EncryptionScope"))
584
587
  LogsEncryptionConfiguration.struct_class = Types::LogsEncryptionConfiguration
585
588
 
586
589
  MetricsBackupConfiguration.add_member(:region, Shapes::ShapeRef.new(shape: Region, required: true, location_name: "Region"))
@@ -705,6 +708,7 @@ module Aws::ObservabilityAdmin
705
708
  TelemetryDestinationConfiguration.add_member(:waf_logging_parameters, Shapes::ShapeRef.new(shape: WAFLoggingParameters, location_name: "WAFLoggingParameters"))
706
709
  TelemetryDestinationConfiguration.add_member(:log_delivery_parameters, Shapes::ShapeRef.new(shape: LogDeliveryParameters, location_name: "LogDeliveryParameters"))
707
710
  TelemetryDestinationConfiguration.add_member(:msk_monitoring_parameters, Shapes::ShapeRef.new(shape: MskMonitoringParameters, location_name: "MskMonitoringParameters"))
711
+ TelemetryDestinationConfiguration.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "KmsKeyArn"))
708
712
  TelemetryDestinationConfiguration.struct_class = Types::TelemetryDestinationConfiguration
709
713
 
710
714
  TelemetryPipeline.add_member(:created_time_stamp, Shapes::ShapeRef.new(shape: Long, location_name: "CreatedTimeStamp"))
@@ -1651,11 +1651,13 @@ module Aws::ObservabilityAdmin
1651
1651
  include Aws::Structure
1652
1652
  end
1653
1653
 
1654
- # Configuration parameters for Amazon Bedrock AgentCore logging,
1655
- # including `logType` settings.
1654
+ # The configuration parameters for log delivery, including `logType`
1655
+ # settings. Applies to resource types that support configurable log
1656
+ # delivery, such as Amazon Bedrock Knowledge Bases and Elastic Load
1657
+ # Balancing Application Load Balancers.
1656
1658
  #
1657
1659
  # @!attribute [rw] log_types
1658
- # The type of log that the source is sending.
1660
+ # The types of logs to collect from the resource.
1659
1661
  # @return [Array<String>]
1660
1662
  #
1661
1663
  # @see http://docs.aws.amazon.com/goto/WebAPI/observabilityadmin-2018-05-10/LogDeliveryParameters AWS API Documentation
@@ -1754,10 +1756,11 @@ module Aws::ObservabilityAdmin
1754
1756
  include Aws::Structure
1755
1757
  end
1756
1758
 
1757
- # Configuration for encrypting centralized log groups. This
1758
- # configuration is only applied to destination log groups for which the
1759
- # corresponding source log groups are encrypted using Customer Managed
1760
- # KMS Keys.
1759
+ # Configuration for encrypting centralized destination log groups. By
1760
+ # default, this configuration applies only to destination log groups
1761
+ # whose corresponding source log groups are encrypted using customer
1762
+ # managed KMS keys. To encrypt all destination log groups created by the
1763
+ # rule, set `EncryptionScope` to `NEW_DESTINATION_LOG_GROUPS`.
1761
1764
  #
1762
1765
  # @!attribute [rw] encryption_strategy
1763
1766
  # Configuration that determines the encryption strategy of the
@@ -1779,12 +1782,32 @@ module Aws::ObservabilityAdmin
1779
1782
  # log group.
1780
1783
  # @return [String]
1781
1784
  #
1785
+ # @!attribute [rw] encryption_scope
1786
+ # Determines which newly created destination log groups are encrypted
1787
+ # with the configured `KmsKeyArn` when `EncryptionStrategy` is
1788
+ # `CUSTOMER_MANAGED`.
1789
+ #
1790
+ # If you set this to `ENCRYPTED_SOURCE_ONLY` (the default), only
1791
+ # destination log groups whose source log group is encrypted with a
1792
+ # customer managed KMS key use the configured `KmsKeyArn`. Destination
1793
+ # log groups derived from Amazon Web Services owned encrypted source
1794
+ # log groups remain Amazon Web Services owned encrypted.
1795
+ #
1796
+ # If you set this to `NEW_DESTINATION_LOG_GROUPS`, every new
1797
+ # destination log group created by this rule uses the configured
1798
+ # `KmsKeyArn`, regardless of the source log group's encryption
1799
+ # posture.
1800
+ #
1801
+ # This field is not valid when `EncryptionStrategy` is `AWS_OWNED`.
1802
+ # @return [String]
1803
+ #
1782
1804
  # @see http://docs.aws.amazon.com/goto/WebAPI/observabilityadmin-2018-05-10/LogsEncryptionConfiguration AWS API Documentation
1783
1805
  #
1784
1806
  class LogsEncryptionConfiguration < Struct.new(
1785
1807
  :encryption_strategy,
1786
1808
  :kms_key_arn,
1787
- :encryption_conflict_resolution_strategy)
1809
+ :encryption_conflict_resolution_strategy,
1810
+ :encryption_scope)
1788
1811
  SENSITIVE = []
1789
1812
  include Aws::Structure
1790
1813
  end
@@ -2263,8 +2286,9 @@ module Aws::ObservabilityAdmin
2263
2286
  # @return [Types::WAFLoggingParameters]
2264
2287
  #
2265
2288
  # @!attribute [rw] log_delivery_parameters
2266
- # Configuration parameters specific to Amazon Bedrock AgentCore
2267
- # logging when Amazon Bedrock AgentCore is the resource type.
2289
+ # The configuration parameters for log delivery when the resource type
2290
+ # supports configurable log types, such as Amazon Bedrock Knowledge
2291
+ # Bases or Elastic Load Balancing Application Load Balancers.
2268
2292
  # @return [Types::LogDeliveryParameters]
2269
2293
  #
2270
2294
  # @!attribute [rw] msk_monitoring_parameters
@@ -2272,6 +2296,12 @@ module Aws::ObservabilityAdmin
2272
2296
  # resource type.
2273
2297
  # @return [Types::MskMonitoringParameters]
2274
2298
  #
2299
+ # @!attribute [rw] kms_key_arn
2300
+ # The Amazon Resource Name (ARN) of the customer-managed Amazon Web
2301
+ # Services KMS key used to encrypt the log groups created during
2302
+ # telemetry rule remediation.
2303
+ # @return [String]
2304
+ #
2275
2305
  # @see http://docs.aws.amazon.com/goto/WebAPI/observabilityadmin-2018-05-10/TelemetryDestinationConfiguration AWS API Documentation
2276
2306
  #
2277
2307
  class TelemetryDestinationConfiguration < Struct.new(
@@ -2283,7 +2313,8 @@ module Aws::ObservabilityAdmin
2283
2313
  :elb_load_balancer_logging_parameters,
2284
2314
  :waf_logging_parameters,
2285
2315
  :log_delivery_parameters,
2286
- :msk_monitoring_parameters)
2316
+ :msk_monitoring_parameters,
2317
+ :kms_key_arn)
2287
2318
  SENSITIVE = []
2288
2319
  include Aws::Structure
2289
2320
  end
@@ -2453,8 +2484,9 @@ module Aws::ObservabilityAdmin
2453
2484
  #
2454
2485
  # @!attribute [rw] resource_type
2455
2486
  # The type of Amazon Web Services resource to configure telemetry for
2456
- # (e.g., "AWS::EC2::VPC", "AWS::EKS::Cluster",
2457
- # "AWS::WAFv2::WebACL").
2487
+ # (for example, `AWS::EC2::VPC`, `AWS::EKS::Cluster`,
2488
+ # `AWS::ElasticLoadBalancingV2::LoadBalancer`, or
2489
+ # `AWS::Bedrock::KnowledgeBase`).
2458
2490
  # @return [String]
2459
2491
  #
2460
2492
  # @!attribute [rw] telemetry_type
@@ -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.34.0'
58
+ GEM_VERSION = '1.36.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -306,7 +306,7 @@ module Aws
306
306
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ObservabilityAdmin/Client.html#list_resource_telemetry-instance_method
307
307
  def list_resource_telemetry: (
308
308
  ?resource_identifier_prefix: ::String,
309
- ?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::BedrockAgentCore::WorkloadIdentity" | "AWS::SecurityHub::Hub" | "AWS::CloudFront::Distribution" | "AWS::SecurityHub::HubV2" | "AWS::CloudWatch::OTelEnrichment" | "AWS::MSK::Cluster" | "AWS::S3::Bucket")],
309
+ ?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::BedrockAgentCore::WorkloadIdentity" | "AWS::SecurityHub::Hub" | "AWS::CloudFront::Distribution" | "AWS::SecurityHub::HubV2" | "AWS::CloudWatch::OTelEnrichment" | "AWS::MSK::Cluster" | "AWS::S3::Bucket" | "AWS::Bedrock::KnowledgeBase")],
310
310
  ?telemetry_configuration_state: Hash[("Logs" | "Metrics" | "Traces"), ("Enabled" | "Disabled" | "NotApplicable")],
311
311
  ?resource_tags: Hash[::String, ::String],
312
312
  ?max_results: ::Integer,
@@ -323,7 +323,7 @@ module Aws
323
323
  def list_resource_telemetry_for_organization: (
324
324
  ?account_identifiers: Array[::String],
325
325
  ?resource_identifier_prefix: ::String,
326
- ?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::BedrockAgentCore::WorkloadIdentity" | "AWS::SecurityHub::Hub" | "AWS::CloudFront::Distribution" | "AWS::SecurityHub::HubV2" | "AWS::CloudWatch::OTelEnrichment" | "AWS::MSK::Cluster" | "AWS::S3::Bucket")],
326
+ ?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::BedrockAgentCore::WorkloadIdentity" | "AWS::SecurityHub::Hub" | "AWS::CloudFront::Distribution" | "AWS::SecurityHub::HubV2" | "AWS::CloudWatch::OTelEnrichment" | "AWS::MSK::Cluster" | "AWS::S3::Bucket" | "AWS::Bedrock::KnowledgeBase")],
327
327
  ?telemetry_configuration_state: Hash[("Logs" | "Metrics" | "Traces"), ("Enabled" | "Disabled" | "NotApplicable")],
328
328
  ?resource_tags: Hash[::String, ::String],
329
329
  ?max_results: ::Integer,
data/sig/params.rbs CHANGED
@@ -25,7 +25,8 @@ module Aws
25
25
  logs_encryption_configuration: {
26
26
  encryption_strategy: ("CUSTOMER_MANAGED" | "AWS_OWNED"),
27
27
  kms_key_arn: ::String?,
28
- encryption_conflict_resolution_strategy: ("ALLOW" | "SKIP")?
28
+ encryption_conflict_resolution_strategy: ("ALLOW" | "SKIP")?,
29
+ encryption_scope: ("ENCRYPTED_SOURCE_ONLY" | "NEW_DESTINATION_LOG_GROUPS")?
29
30
  }?,
30
31
  backup_configuration: {
31
32
  region: ::String,
@@ -89,15 +90,16 @@ module Aws
89
90
  }?,
90
91
  waf_logging_parameters: Params::waf_logging_parameters?,
91
92
  log_delivery_parameters: {
92
- log_types: Array[("APPLICATION_LOGS" | "USAGE_LOGS" | "SECURITY_FINDING_LOGS" | "ACCESS_LOGS" | "CONNECTION_LOGS" | "S3_SERVER_ACCESS_LOGS")]?
93
+ log_types: Array[("APPLICATION_LOGS" | "USAGE_LOGS" | "SECURITY_FINDING_LOGS" | "ACCESS_LOGS" | "CONNECTION_LOGS" | "S3_SERVER_ACCESS_LOGS" | "ALB_ACCESS_LOGS" | "ALB_CONNECTION_LOGS" | "ALB_HEALTH_CHECK_LOGS")]?
93
94
  }?,
94
95
  msk_monitoring_parameters: {
95
96
  enhanced_monitoring: ("DEFAULT" | "PER_BROKER" | "PER_TOPIC_PER_BROKER" | "PER_TOPIC_PER_PARTITION")?
96
- }?
97
+ }?,
98
+ kms_key_arn: ::String?
97
99
  }
98
100
 
99
101
  type telemetry_rule = {
100
- resource_type: ("AWS::EC2::Instance" | "AWS::EC2::VPC" | "AWS::Lambda::Function" | "AWS::CloudTrail" | "AWS::EKS::Cluster" | "AWS::WAFv2::WebACL" | "AWS::ElasticLoadBalancingV2::LoadBalancer" | "AWS::Route53Resolver::ResolverEndpoint" | "AWS::BedrockAgentCore::Runtime" | "AWS::BedrockAgentCore::Browser" | "AWS::BedrockAgentCore::CodeInterpreter" | "AWS::BedrockAgentCore::Gateway" | "AWS::BedrockAgentCore::Memory" | "AWS::BedrockAgentCore::WorkloadIdentity" | "AWS::SecurityHub::Hub" | "AWS::CloudFront::Distribution" | "AWS::SecurityHub::HubV2" | "AWS::CloudWatch::OTelEnrichment" | "AWS::MSK::Cluster" | "AWS::S3::Bucket")?,
102
+ resource_type: ("AWS::EC2::Instance" | "AWS::EC2::VPC" | "AWS::Lambda::Function" | "AWS::CloudTrail" | "AWS::EKS::Cluster" | "AWS::WAFv2::WebACL" | "AWS::ElasticLoadBalancingV2::LoadBalancer" | "AWS::Route53Resolver::ResolverEndpoint" | "AWS::BedrockAgentCore::Runtime" | "AWS::BedrockAgentCore::Browser" | "AWS::BedrockAgentCore::CodeInterpreter" | "AWS::BedrockAgentCore::Gateway" | "AWS::BedrockAgentCore::Memory" | "AWS::BedrockAgentCore::WorkloadIdentity" | "AWS::SecurityHub::Hub" | "AWS::CloudFront::Distribution" | "AWS::SecurityHub::HubV2" | "AWS::CloudWatch::OTelEnrichment" | "AWS::MSK::Cluster" | "AWS::S3::Bucket" | "AWS::Bedrock::KnowledgeBase")?,
101
103
  telemetry_type: ("Logs" | "Metrics" | "Traces"),
102
104
  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")]?,
103
105
  destination_configuration: Params::telemetry_destination_configuration?,
data/sig/types.rbs CHANGED
@@ -371,7 +371,7 @@ module Aws::ObservabilityAdmin
371
371
  class ListResourceTelemetryForOrganizationInput
372
372
  attr_accessor account_identifiers: ::Array[::String]
373
373
  attr_accessor resource_identifier_prefix: ::String
374
- 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::BedrockAgentCore::WorkloadIdentity" | "AWS::SecurityHub::Hub" | "AWS::CloudFront::Distribution" | "AWS::SecurityHub::HubV2" | "AWS::CloudWatch::OTelEnrichment" | "AWS::MSK::Cluster" | "AWS::S3::Bucket")]
374
+ 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::BedrockAgentCore::WorkloadIdentity" | "AWS::SecurityHub::Hub" | "AWS::CloudFront::Distribution" | "AWS::SecurityHub::HubV2" | "AWS::CloudWatch::OTelEnrichment" | "AWS::MSK::Cluster" | "AWS::S3::Bucket" | "AWS::Bedrock::KnowledgeBase")]
375
375
  attr_accessor telemetry_configuration_state: ::Hash[("Logs" | "Metrics" | "Traces"), ("Enabled" | "Disabled" | "NotApplicable")]
376
376
  attr_accessor resource_tags: ::Hash[::String, ::String]
377
377
  attr_accessor max_results: ::Integer
@@ -387,7 +387,7 @@ module Aws::ObservabilityAdmin
387
387
 
388
388
  class ListResourceTelemetryInput
389
389
  attr_accessor resource_identifier_prefix: ::String
390
- 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::BedrockAgentCore::WorkloadIdentity" | "AWS::SecurityHub::Hub" | "AWS::CloudFront::Distribution" | "AWS::SecurityHub::HubV2" | "AWS::CloudWatch::OTelEnrichment" | "AWS::MSK::Cluster" | "AWS::S3::Bucket")]
390
+ 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::BedrockAgentCore::WorkloadIdentity" | "AWS::SecurityHub::Hub" | "AWS::CloudFront::Distribution" | "AWS::SecurityHub::HubV2" | "AWS::CloudWatch::OTelEnrichment" | "AWS::MSK::Cluster" | "AWS::S3::Bucket" | "AWS::Bedrock::KnowledgeBase")]
391
391
  attr_accessor telemetry_configuration_state: ::Hash[("Logs" | "Metrics" | "Traces"), ("Enabled" | "Disabled" | "NotApplicable")]
392
392
  attr_accessor resource_tags: ::Hash[::String, ::String]
393
393
  attr_accessor max_results: ::Integer
@@ -464,7 +464,7 @@ module Aws::ObservabilityAdmin
464
464
  end
465
465
 
466
466
  class LogDeliveryParameters
467
- attr_accessor log_types: ::Array[("APPLICATION_LOGS" | "USAGE_LOGS" | "SECURITY_FINDING_LOGS" | "ACCESS_LOGS" | "CONNECTION_LOGS" | "S3_SERVER_ACCESS_LOGS")]
467
+ attr_accessor log_types: ::Array[("APPLICATION_LOGS" | "USAGE_LOGS" | "SECURITY_FINDING_LOGS" | "ACCESS_LOGS" | "CONNECTION_LOGS" | "S3_SERVER_ACCESS_LOGS" | "ALB_ACCESS_LOGS" | "ALB_CONNECTION_LOGS" | "ALB_HEALTH_CHECK_LOGS")]
468
468
  SENSITIVE: []
469
469
  end
470
470
 
@@ -489,6 +489,7 @@ module Aws::ObservabilityAdmin
489
489
  attr_accessor encryption_strategy: ("CUSTOMER_MANAGED" | "AWS_OWNED")
490
490
  attr_accessor kms_key_arn: ::String
491
491
  attr_accessor encryption_conflict_resolution_strategy: ("ALLOW" | "SKIP")
492
+ attr_accessor encryption_scope: ("ENCRYPTED_SOURCE_ONLY" | "NEW_DESTINATION_LOG_GROUPS")
492
493
  SENSITIVE: []
493
494
  end
494
495
 
@@ -598,7 +599,7 @@ module Aws::ObservabilityAdmin
598
599
  class TelemetryConfiguration
599
600
  attr_accessor account_identifier: ::String
600
601
  attr_accessor telemetry_configuration_state: ::Hash[("Logs" | "Metrics" | "Traces"), ("Enabled" | "Disabled" | "NotApplicable")]
601
- 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::BedrockAgentCore::WorkloadIdentity" | "AWS::SecurityHub::Hub" | "AWS::CloudFront::Distribution" | "AWS::SecurityHub::HubV2" | "AWS::CloudWatch::OTelEnrichment" | "AWS::MSK::Cluster" | "AWS::S3::Bucket")
602
+ 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::BedrockAgentCore::WorkloadIdentity" | "AWS::SecurityHub::Hub" | "AWS::CloudFront::Distribution" | "AWS::SecurityHub::HubV2" | "AWS::CloudWatch::OTelEnrichment" | "AWS::MSK::Cluster" | "AWS::S3::Bucket" | "AWS::Bedrock::KnowledgeBase")
602
603
  attr_accessor resource_identifier: ::String
603
604
  attr_accessor resource_tags: ::Hash[::String, ::String]
604
605
  attr_accessor last_update_time_stamp: ::Integer
@@ -616,6 +617,7 @@ module Aws::ObservabilityAdmin
616
617
  attr_accessor waf_logging_parameters: Types::WAFLoggingParameters
617
618
  attr_accessor log_delivery_parameters: Types::LogDeliveryParameters
618
619
  attr_accessor msk_monitoring_parameters: Types::MskMonitoringParameters
620
+ attr_accessor kms_key_arn: ::String
619
621
  SENSITIVE: []
620
622
  end
621
623
 
@@ -653,7 +655,7 @@ module Aws::ObservabilityAdmin
653
655
  end
654
656
 
655
657
  class TelemetryRule
656
- 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::BedrockAgentCore::WorkloadIdentity" | "AWS::SecurityHub::Hub" | "AWS::CloudFront::Distribution" | "AWS::SecurityHub::HubV2" | "AWS::CloudWatch::OTelEnrichment" | "AWS::MSK::Cluster" | "AWS::S3::Bucket")
658
+ 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::BedrockAgentCore::WorkloadIdentity" | "AWS::SecurityHub::Hub" | "AWS::CloudFront::Distribution" | "AWS::SecurityHub::HubV2" | "AWS::CloudWatch::OTelEnrichment" | "AWS::MSK::Cluster" | "AWS::S3::Bucket" | "AWS::Bedrock::KnowledgeBase")
657
659
  attr_accessor telemetry_type: ("Logs" | "Metrics" | "Traces")
658
660
  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")]
659
661
  attr_accessor destination_configuration: Types::TelemetryDestinationConfiguration
@@ -670,7 +672,7 @@ module Aws::ObservabilityAdmin
670
672
  attr_accessor rule_arn: ::String
671
673
  attr_accessor created_time_stamp: ::Integer
672
674
  attr_accessor last_update_time_stamp: ::Integer
673
- 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::BedrockAgentCore::WorkloadIdentity" | "AWS::SecurityHub::Hub" | "AWS::CloudFront::Distribution" | "AWS::SecurityHub::HubV2" | "AWS::CloudWatch::OTelEnrichment" | "AWS::MSK::Cluster" | "AWS::S3::Bucket")
675
+ 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::BedrockAgentCore::WorkloadIdentity" | "AWS::SecurityHub::Hub" | "AWS::CloudFront::Distribution" | "AWS::SecurityHub::HubV2" | "AWS::CloudWatch::OTelEnrichment" | "AWS::MSK::Cluster" | "AWS::S3::Bucket" | "AWS::Bedrock::KnowledgeBase")
674
676
  attr_accessor telemetry_type: ("Logs" | "Metrics" | "Traces")
675
677
  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")]
676
678
  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.34.0
4
+ version: 1.36.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services