aws-sdk-cloudwatchlogs 1.113.0 → 1.115.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-cloudwatchlogs/client.rb +13 -20
- data/lib/aws-sdk-cloudwatchlogs/client_api.rb +2 -1
- data/lib/aws-sdk-cloudwatchlogs/types.rb +2 -2
- data/lib/aws-sdk-cloudwatchlogs.rb +1 -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: edad62fe137428773e3840f6c574829227a3be32e5b8a89861fd1f714cbf02e9
|
4
|
+
data.tar.gz: 9192b83d21ffb516a03ee275c7053881cb11420c84bd717b2be85bdfb8b17419
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d40dd32ceca8253c05e7a6b9b2af588b762fce9e35f0130e279add4e099833ac8f397b2f52186f9bf01f25e1c2973c88a23d2fc6b898fd8820660531f2beffdc
|
7
|
+
data.tar.gz: 42aefe487fd8020aa21dcf52e7e3c48c8927dde3f650b3d70afd40a75b0b81b529353faad63ff31f33a567c285906cf199d6cc065a53a2a959097a56522c5eee
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.115.0 (2025-05-12)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.114.0 (2025-05-09)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - We are pleased to announce limit increases to our grok processor logs transformation feature. Now you can define 20 Grok patterns in their configurations, with an expanded total pattern matching limit of 512 characters.
|
13
|
+
|
4
14
|
1.113.0 (2025-05-01)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.115.0
|
@@ -202,8 +202,7 @@ module Aws::CloudWatchLogs
|
|
202
202
|
# accepted modes and the configuration defaults that are included.
|
203
203
|
#
|
204
204
|
# @option options [Boolean] :disable_host_prefix_injection (false)
|
205
|
-
#
|
206
|
-
# to default service endpoint when available.
|
205
|
+
# When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
|
207
206
|
#
|
208
207
|
# @option options [Boolean] :disable_request_compression (false)
|
209
208
|
# When set to 'true' the request body will not be compressed
|
@@ -2901,14 +2900,9 @@ module Aws::CloudWatchLogs
|
|
2901
2900
|
# If the results don't include a `nextToken`, then pagination is
|
2902
2901
|
# finished.
|
2903
2902
|
#
|
2904
|
-
#
|
2905
|
-
#
|
2906
|
-
#
|
2907
|
-
# added to the target log streams faster than they are being read. This
|
2908
|
-
# situation is a good use case for the CloudWatch Logs [Live Tail][1]
|
2909
|
-
# feature.
|
2910
|
-
#
|
2911
|
-
# </note>
|
2903
|
+
# Specifying the `limit` parameter only guarantees that a single page
|
2904
|
+
# doesn't return more log events than the specified limit, but it might
|
2905
|
+
# return fewer events than the limit. This is the expected API behavior.
|
2912
2906
|
#
|
2913
2907
|
# The returned log events are sorted by event timestamp, the timestamp
|
2914
2908
|
# when the event was ingested by CloudWatch Logs, and the ID of the
|
@@ -2917,21 +2911,20 @@ module Aws::CloudWatchLogs
|
|
2917
2911
|
# If you are using CloudWatch cross-account observability, you can use
|
2918
2912
|
# this operation in a monitoring account and view data from the linked
|
2919
2913
|
# source accounts. For more information, see [CloudWatch cross-account
|
2920
|
-
# observability][
|
2914
|
+
# observability][1].
|
2921
2915
|
#
|
2922
|
-
# <note markdown="1"> If you are using [log transformation][
|
2916
|
+
# <note markdown="1"> If you are using [log transformation][2], the `FilterLogEvents`
|
2923
2917
|
# operation returns only the original versions of log events, before
|
2924
2918
|
# they were transformed. To view the transformed versions, you must use
|
2925
|
-
# a [CloudWatch Logs query.][
|
2919
|
+
# a [CloudWatch Logs query.][3]
|
2926
2920
|
#
|
2927
2921
|
# </note>
|
2928
2922
|
#
|
2929
2923
|
#
|
2930
2924
|
#
|
2931
|
-
# [1]: https://docs.aws.amazon.com/AmazonCloudWatch/latest/
|
2932
|
-
# [2]: https://docs.aws.amazon.com/AmazonCloudWatch/latest/
|
2933
|
-
# [3]: https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/
|
2934
|
-
# [4]: https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/AnalyzingLogData.html
|
2925
|
+
# [1]: https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-Unified-Cross-Account.html
|
2926
|
+
# [2]: https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html
|
2927
|
+
# [3]: https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/AnalyzingLogData.html
|
2935
2928
|
#
|
2936
2929
|
# @option params [String] :log_group_name
|
2937
2930
|
# The name of the log group to search.
|
@@ -5959,7 +5952,7 @@ module Aws::CloudWatchLogs
|
|
5959
5952
|
# entries: [ # required
|
5960
5953
|
# {
|
5961
5954
|
# source: "Source", # required
|
5962
|
-
# delimiter: "
|
5955
|
+
# delimiter: "SplitStringDelimiter", # required
|
5963
5956
|
# },
|
5964
5957
|
# ],
|
5965
5958
|
# },
|
@@ -6759,7 +6752,7 @@ module Aws::CloudWatchLogs
|
|
6759
6752
|
# entries: [ # required
|
6760
6753
|
# {
|
6761
6754
|
# source: "Source", # required
|
6762
|
-
# delimiter: "
|
6755
|
+
# delimiter: "SplitStringDelimiter", # required
|
6763
6756
|
# },
|
6764
6757
|
# ],
|
6765
6758
|
# },
|
@@ -7085,7 +7078,7 @@ module Aws::CloudWatchLogs
|
|
7085
7078
|
tracer: tracer
|
7086
7079
|
)
|
7087
7080
|
context[:gem_name] = 'aws-sdk-cloudwatchlogs'
|
7088
|
-
context[:gem_version] = '1.
|
7081
|
+
context[:gem_version] = '1.115.0'
|
7089
7082
|
Seahorse::Client::Request.new(handlers, context)
|
7090
7083
|
end
|
7091
7084
|
|
@@ -452,6 +452,7 @@ module Aws::CloudWatchLogs
|
|
452
452
|
Source = Shapes::StringShape.new(name: 'Source')
|
453
453
|
SourceTimezone = Shapes::StringShape.new(name: 'SourceTimezone')
|
454
454
|
SplitString = Shapes::StructureShape.new(name: 'SplitString')
|
455
|
+
SplitStringDelimiter = Shapes::StringShape.new(name: 'SplitStringDelimiter')
|
455
456
|
SplitStringEntries = Shapes::ListShape.new(name: 'SplitStringEntries')
|
456
457
|
SplitStringEntry = Shapes::StructureShape.new(name: 'SplitStringEntry')
|
457
458
|
StandardUnit = Shapes::StringShape.new(name: 'StandardUnit')
|
@@ -1764,7 +1765,7 @@ module Aws::CloudWatchLogs
|
|
1764
1765
|
SplitStringEntries.member = Shapes::ShapeRef.new(shape: SplitStringEntry)
|
1765
1766
|
|
1766
1767
|
SplitStringEntry.add_member(:source, Shapes::ShapeRef.new(shape: Source, required: true, location_name: "source"))
|
1767
|
-
SplitStringEntry.add_member(:delimiter, Shapes::ShapeRef.new(shape:
|
1768
|
+
SplitStringEntry.add_member(:delimiter, Shapes::ShapeRef.new(shape: SplitStringDelimiter, required: true, location_name: "delimiter"))
|
1768
1769
|
SplitStringEntry.struct_class = Types::SplitStringEntry
|
1769
1770
|
|
1770
1771
|
StartLiveTailLogGroupIdentifiers.member = Shapes::ShapeRef.new(shape: LogGroupIdentifier)
|
@@ -3513,7 +3513,7 @@ module Aws::CloudWatchLogs
|
|
3513
3513
|
#
|
3514
3514
|
#
|
3515
3515
|
#
|
3516
|
-
# [1]: https://docs.aws.amazon.com/
|
3516
|
+
# [1]: https://docs.aws.amazon.com/mazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation-Processors.html#Grok-Patterns
|
3517
3517
|
# @return [String]
|
3518
3518
|
#
|
3519
3519
|
# @see http://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/Grok AWS API Documentation
|
@@ -3932,7 +3932,7 @@ module Aws::CloudWatchLogs
|
|
3932
3932
|
#
|
3933
3933
|
#
|
3934
3934
|
#
|
3935
|
-
# [1]: https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html#CloudWatch-Logs-Transformation-listToMap
|
3935
|
+
# [1]: https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation-Processors.html#CloudWatch-Logs-Transformation-listToMap
|
3936
3936
|
#
|
3937
3937
|
# @!attribute [rw] source
|
3938
3938
|
# The key in the log event that has a list of objects that will be
|