AWS cli documentation change
Summary
Updated AWS CLI version from 2.34.20 to 2.34.21 and added new resource types (AWS::BedrockAgentCore::Gateway, AWS::BedrockAgentCore::Memory, AWS::SecurityHub::Hub, AWS::CloudFront::Distribution) and new log types (SECURITY_FINDING_LOGS, ACCESS_LOGS, CONNECTION_LOGS) to telemetry rule documentation
Security assessment
The change adds documentation for new security-related log types (SECURITY_FINDING_LOGS, ACCESS_LOGS, CONNECTION_LOGS) and includes AWS::SecurityHub::Hub as a resource type, which enhances security observability capabilities. However, there is no evidence this addresses a specific security vulnerability or incident.
Diff
diff --git a/cli/latest/reference/observabilityadmin/update-telemetry-rule-for-organization.md b/cli/latest/reference/observabilityadmin/update-telemetry-rule-for-organization.md index c31d3812c..dba3278d4 100644 --- a//cli/latest/reference/observabilityadmin/update-telemetry-rule-for-organization.md +++ b//cli/latest/reference/observabilityadmin/update-telemetry-rule-for-organization.md @@ -15 +15 @@ - * [AWS CLI 2.34.20 Command Reference](../../index.html) » + * [AWS CLI 2.34.21 Command Reference](../../index.html) » @@ -125,0 +126,4 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/observ +>> * `AWS::BedrockAgentCore::Gateway` +>> * `AWS::BedrockAgentCore::Memory` +>> * `AWS::SecurityHub::Hub` +>> * `AWS::CloudFront::Distribution` @@ -458,0 +463,3 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/observ +>>>>> * `SECURITY_FINDING_LOGS` +>>>>> * `ACCESS_LOGS` +>>>>> * `CONNECTION_LOGS` @@ -474 +481 @@ JSON Syntax: - "ResourceType": "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", + "ResourceType": "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", @@ -546 +553 @@ JSON Syntax: - "LogTypes": ["APPLICATION_LOGS"|"USAGE_LOGS", ...] + "LogTypes": ["APPLICATION_LOGS"|"USAGE_LOGS"|"SECURITY_FINDING_LOGS"|"ACCESS_LOGS"|"CONNECTION_LOGS", ...] @@ -689 +696 @@ RuleArn -> (string) - * [AWS CLI 2.34.20 Command Reference](../../index.html) » + * [AWS CLI 2.34.21 Command Reference](../../index.html) »