aws-sdk-cloudwatchlogs 1.130.0 → 1.131.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-cloudwatchlogs/client.rb +12 -4
- data/lib/aws-sdk-cloudwatchlogs/client_api.rb +2 -0
- data/lib/aws-sdk-cloudwatchlogs/types.rb +23 -11
- data/lib/aws-sdk-cloudwatchlogs.rb +1 -1
- data/sig/client.rbs +4 -2
- data/sig/types.rbs +2 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ceb9a142da87790d75b76a013963763c5bc4d8ba9e0fae53d884e6698acfd927
|
|
4
|
+
data.tar.gz: be52f5645cbae68f27b97b79e963f6a6d168b69f1ce7d275935546b9b32198a7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f9119426ab9570779b8d1e77c6adf651e046c3d1dbbb7285cfcf66ec3334d0493148b7a60e239935fb2ad518f252715f819bc438105cdf53f8f1c8fe59864f39
|
|
7
|
+
data.tar.gz: 534089e4ec21ad46cbc84f137b2483a4edba01bd3bcda9b53c1e26c119320617c72d650e073efb3e43a2ba4078e1338320df1cec905b414ffedf52a4bfa7e037
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.131.0
|
|
@@ -4303,7 +4303,8 @@ module Aws::CloudWatchLogs
|
|
|
4303
4303
|
# resp.transformer_config[0].parse_route_53.source #=> String
|
|
4304
4304
|
# resp.transformer_config[0].parse_to_ocsf.source #=> String
|
|
4305
4305
|
# resp.transformer_config[0].parse_to_ocsf.event_source #=> String, one of "CloudTrail", "Route53Resolver", "VPCFlow", "EKSAudit", "AWSWAF"
|
|
4306
|
-
# resp.transformer_config[0].parse_to_ocsf.ocsf_version #=> String, one of "V1.1"
|
|
4306
|
+
# resp.transformer_config[0].parse_to_ocsf.ocsf_version #=> String, one of "V1.1", "V1.5"
|
|
4307
|
+
# resp.transformer_config[0].parse_to_ocsf.mapping_version #=> String
|
|
4307
4308
|
# resp.transformer_config[0].parse_postgres.source #=> String
|
|
4308
4309
|
# resp.transformer_config[0].parse_vpc.source #=> String
|
|
4309
4310
|
# resp.transformer_config[0].parse_waf.source #=> String
|
|
@@ -5665,9 +5666,14 @@ module Aws::CloudWatchLogs
|
|
|
5665
5666
|
#
|
|
5666
5667
|
# * For IAM Identity Center, the valid value is `ERROR_LOGS`.
|
|
5667
5668
|
#
|
|
5669
|
+
# * For Network Load Balancer, the valid value is `NLB_ACCESS_LOGS`.
|
|
5670
|
+
#
|
|
5668
5671
|
# * For PCS, the valid values are `PCS_SCHEDULER_LOGS` and
|
|
5669
5672
|
# `PCS_JOBCOMP_LOGS`.
|
|
5670
5673
|
#
|
|
5674
|
+
# * For Amazon Web Services RTB Fabric, the valid values is
|
|
5675
|
+
# `APPLICATION_LOGS`.
|
|
5676
|
+
#
|
|
5671
5677
|
# * For Amazon Q, the valid values are `EVENT_LOGS` and `SYNC_JOB_LOGS`.
|
|
5672
5678
|
#
|
|
5673
5679
|
# * For Amazon SES mail manager, the valid values are `APPLICATION_LOGS`
|
|
@@ -6822,7 +6828,8 @@ module Aws::CloudWatchLogs
|
|
|
6822
6828
|
# parse_to_ocsf: {
|
|
6823
6829
|
# source: "Source",
|
|
6824
6830
|
# event_source: "CloudTrail", # required, accepts CloudTrail, Route53Resolver, VPCFlow, EKSAudit, AWSWAF
|
|
6825
|
-
# ocsf_version: "V1.1", # required, accepts V1.1
|
|
6831
|
+
# ocsf_version: "V1.1", # required, accepts V1.1, V1.5
|
|
6832
|
+
# mapping_version: "MappingVersion",
|
|
6826
6833
|
# },
|
|
6827
6834
|
# parse_postgres: {
|
|
6828
6835
|
# source: "Source",
|
|
@@ -7627,7 +7634,8 @@ module Aws::CloudWatchLogs
|
|
|
7627
7634
|
# parse_to_ocsf: {
|
|
7628
7635
|
# source: "Source",
|
|
7629
7636
|
# event_source: "CloudTrail", # required, accepts CloudTrail, Route53Resolver, VPCFlow, EKSAudit, AWSWAF
|
|
7630
|
-
# ocsf_version: "V1.1", # required, accepts V1.1
|
|
7637
|
+
# ocsf_version: "V1.1", # required, accepts V1.1, V1.5
|
|
7638
|
+
# mapping_version: "MappingVersion",
|
|
7631
7639
|
# },
|
|
7632
7640
|
# parse_postgres: {
|
|
7633
7641
|
# source: "Source",
|
|
@@ -8099,7 +8107,7 @@ module Aws::CloudWatchLogs
|
|
|
8099
8107
|
tracer: tracer
|
|
8100
8108
|
)
|
|
8101
8109
|
context[:gem_name] = 'aws-sdk-cloudwatchlogs'
|
|
8102
|
-
context[:gem_version] = '1.
|
|
8110
|
+
context[:gem_version] = '1.131.0'
|
|
8103
8111
|
Seahorse::Client::Request.new(handlers, context)
|
|
8104
8112
|
end
|
|
8105
8113
|
|
|
@@ -344,6 +344,7 @@ module Aws::CloudWatchLogs
|
|
|
344
344
|
LowerCaseString = Shapes::StructureShape.new(name: 'LowerCaseString')
|
|
345
345
|
LowerCaseStringWithKeys = Shapes::ListShape.new(name: 'LowerCaseStringWithKeys')
|
|
346
346
|
MalformedQueryException = Shapes::StructureShape.new(name: 'MalformedQueryException')
|
|
347
|
+
MappingVersion = Shapes::StringShape.new(name: 'MappingVersion')
|
|
347
348
|
MatchPattern = Shapes::StringShape.new(name: 'MatchPattern')
|
|
348
349
|
MatchPatterns = Shapes::ListShape.new(name: 'MatchPatterns')
|
|
349
350
|
Message = Shapes::StringShape.new(name: 'Message')
|
|
@@ -1665,6 +1666,7 @@ module Aws::CloudWatchLogs
|
|
|
1665
1666
|
ParseToOCSF.add_member(:source, Shapes::ShapeRef.new(shape: Source, location_name: "source"))
|
|
1666
1667
|
ParseToOCSF.add_member(:event_source, Shapes::ShapeRef.new(shape: EventSource, required: true, location_name: "eventSource"))
|
|
1667
1668
|
ParseToOCSF.add_member(:ocsf_version, Shapes::ShapeRef.new(shape: OCSFVersion, required: true, location_name: "ocsfVersion"))
|
|
1669
|
+
ParseToOCSF.add_member(:mapping_version, Shapes::ShapeRef.new(shape: MappingVersion, location_name: "mappingVersion"))
|
|
1668
1670
|
ParseToOCSF.struct_class = Types::ParseToOCSF
|
|
1669
1671
|
|
|
1670
1672
|
ParseVPC.add_member(:source, Shapes::ShapeRef.new(shape: Source, location_name: "source"))
|
|
@@ -5927,8 +5927,8 @@ module Aws::CloudWatchLogs
|
|
|
5927
5927
|
# This processor converts logs into [Open Cybersecurity Schema Framework
|
|
5928
5928
|
# (OCSF)][1] events.
|
|
5929
5929
|
#
|
|
5930
|
-
# For more information about this processor including examples, see
|
|
5931
|
-
#
|
|
5930
|
+
# For more information about this processor including examples, see
|
|
5931
|
+
# [parseToOCSF][2] in the *CloudWatch Logs User Guide*.
|
|
5932
5932
|
#
|
|
5933
5933
|
#
|
|
5934
5934
|
#
|
|
@@ -5950,12 +5950,20 @@ module Aws::CloudWatchLogs
|
|
|
5950
5950
|
# log events.
|
|
5951
5951
|
# @return [String]
|
|
5952
5952
|
#
|
|
5953
|
+
# @!attribute [rw] mapping_version
|
|
5954
|
+
# Identifies the specific release of the Open Cybersecurity Schema
|
|
5955
|
+
# Framework (OCSF) transformer being used to parse OCSF data. Defaults
|
|
5956
|
+
# to the latest version if not specified. Does not automatically
|
|
5957
|
+
# update.
|
|
5958
|
+
# @return [String]
|
|
5959
|
+
#
|
|
5953
5960
|
# @see http://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/ParseToOCSF AWS API Documentation
|
|
5954
5961
|
#
|
|
5955
5962
|
class ParseToOCSF < Struct.new(
|
|
5956
5963
|
:source,
|
|
5957
5964
|
:event_source,
|
|
5958
|
-
:ocsf_version
|
|
5965
|
+
:ocsf_version,
|
|
5966
|
+
:mapping_version)
|
|
5959
5967
|
SENSITIVE = []
|
|
5960
5968
|
include Aws::Structure
|
|
5961
5969
|
end
|
|
@@ -6748,9 +6756,14 @@ module Aws::CloudWatchLogs
|
|
|
6748
6756
|
#
|
|
6749
6757
|
# * For IAM Identity Center, the valid value is `ERROR_LOGS`.
|
|
6750
6758
|
#
|
|
6759
|
+
# * For Network Load Balancer, the valid value is `NLB_ACCESS_LOGS`.
|
|
6760
|
+
#
|
|
6751
6761
|
# * For PCS, the valid values are `PCS_SCHEDULER_LOGS` and
|
|
6752
6762
|
# `PCS_JOBCOMP_LOGS`.
|
|
6753
6763
|
#
|
|
6764
|
+
# * For Amazon Web Services RTB Fabric, the valid values is
|
|
6765
|
+
# `APPLICATION_LOGS`.
|
|
6766
|
+
#
|
|
6754
6767
|
# * For Amazon Q, the valid values are `EVENT_LOGS` and
|
|
6755
6768
|
# `SYNC_JOB_LOGS`.
|
|
6756
6769
|
#
|
|
@@ -7932,11 +7945,11 @@ module Aws::CloudWatchLogs
|
|
|
7932
7945
|
# processed and delivered.
|
|
7933
7946
|
#
|
|
7934
7947
|
# @!attribute [rw] destination_type
|
|
7935
|
-
# The type of destination (S3
|
|
7948
|
+
# The type of destination (S3).
|
|
7936
7949
|
# @return [String]
|
|
7937
7950
|
#
|
|
7938
7951
|
# @!attribute [rw] destination_identifier
|
|
7939
|
-
# The destination identifier (S3 URI
|
|
7952
|
+
# The destination identifier (S3 URI).
|
|
7940
7953
|
# @return [String]
|
|
7941
7954
|
#
|
|
7942
7955
|
# @!attribute [rw] status
|
|
@@ -7945,8 +7958,7 @@ module Aws::CloudWatchLogs
|
|
|
7945
7958
|
# @return [String]
|
|
7946
7959
|
#
|
|
7947
7960
|
# @!attribute [rw] processed_identifier
|
|
7948
|
-
# The processed identifier returned for the destination (S3 key
|
|
7949
|
-
# event ID).
|
|
7961
|
+
# The processed identifier returned for the destination (S3 key).
|
|
7950
7962
|
# @return [String]
|
|
7951
7963
|
#
|
|
7952
7964
|
# @!attribute [rw] error_message
|
|
@@ -8680,8 +8692,8 @@ module Aws::CloudWatchLogs
|
|
|
8680
8692
|
# @return [String]
|
|
8681
8693
|
#
|
|
8682
8694
|
# @!attribute [rw] execution_status
|
|
8683
|
-
# The status of the query execution (
|
|
8684
|
-
#
|
|
8695
|
+
# The status of the query execution (Running, Complete, Failed,
|
|
8696
|
+
# Timeout, or InvalidQuery).
|
|
8685
8697
|
# @return [String]
|
|
8686
8698
|
#
|
|
8687
8699
|
# @!attribute [rw] triggered_timestamp
|
|
@@ -8696,8 +8708,8 @@ module Aws::CloudWatchLogs
|
|
|
8696
8708
|
#
|
|
8697
8709
|
# @!attribute [rw] destinations
|
|
8698
8710
|
# The list of destinations where the scheduled query results were
|
|
8699
|
-
# delivered for this execution. This includes S3 buckets
|
|
8700
|
-
#
|
|
8711
|
+
# delivered for this execution. This includes S3 buckets configured
|
|
8712
|
+
# for the scheduled query.
|
|
8701
8713
|
# @return [Array<Types::ScheduledQueryDestination>]
|
|
8702
8714
|
#
|
|
8703
8715
|
# @see http://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/TriggerHistoryRecord AWS API Documentation
|
data/sig/client.rbs
CHANGED
|
@@ -1191,7 +1191,8 @@ module Aws
|
|
|
1191
1191
|
parse_to_ocsf: {
|
|
1192
1192
|
source: ::String?,
|
|
1193
1193
|
event_source: ("CloudTrail" | "Route53Resolver" | "VPCFlow" | "EKSAudit" | "AWSWAF"),
|
|
1194
|
-
ocsf_version: ("V1.1")
|
|
1194
|
+
ocsf_version: ("V1.1" | "V1.5"),
|
|
1195
|
+
mapping_version: ::String?
|
|
1195
1196
|
}?,
|
|
1196
1197
|
parse_postgres: {
|
|
1197
1198
|
source: ::String?
|
|
@@ -1402,7 +1403,8 @@ module Aws
|
|
|
1402
1403
|
parse_to_ocsf: {
|
|
1403
1404
|
source: ::String?,
|
|
1404
1405
|
event_source: ("CloudTrail" | "Route53Resolver" | "VPCFlow" | "EKSAudit" | "AWSWAF"),
|
|
1405
|
-
ocsf_version: ("V1.1")
|
|
1406
|
+
ocsf_version: ("V1.1" | "V1.5"),
|
|
1407
|
+
mapping_version: ::String?
|
|
1406
1408
|
}?,
|
|
1407
1409
|
parse_postgres: {
|
|
1408
1410
|
source: ::String?
|
data/sig/types.rbs
CHANGED
|
@@ -1344,7 +1344,8 @@ module Aws::CloudWatchLogs
|
|
|
1344
1344
|
class ParseToOCSF
|
|
1345
1345
|
attr_accessor source: ::String
|
|
1346
1346
|
attr_accessor event_source: ("CloudTrail" | "Route53Resolver" | "VPCFlow" | "EKSAudit" | "AWSWAF")
|
|
1347
|
-
attr_accessor ocsf_version: ("V1.1")
|
|
1347
|
+
attr_accessor ocsf_version: ("V1.1" | "V1.5")
|
|
1348
|
+
attr_accessor mapping_version: ::String
|
|
1348
1349
|
SENSITIVE: []
|
|
1349
1350
|
end
|
|
1350
1351
|
|