aws-sdk-cloudwatchlogs 1.113.0 → 1.114.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: 1573fc39b3ee1523379b7af532b56eb770e4b6e08f2ca196eb561989015a11fb
4
- data.tar.gz: ab9f880e2f7fe1d6b7146ed7aef2b3029d6cc77f0444508844fdcb477ccee6ce
3
+ metadata.gz: 959d7e0299c62c37d7dec659df6d6ef82ba243a41be5d9addb6aa188cd48ede0
4
+ data.tar.gz: 157d6b2a385787f2d1b73e33ef9b73477a70ab072a5f38c6ea7d3e2dc2faf372
5
5
  SHA512:
6
- metadata.gz: a884f1832b5978449aceac8212c925257c1f3c1ad5eeba75f8df3445950f87026a5549070bec3b38d39f8ebb258d7171e3953ee918491ae094aae8a3180e1f12
7
- data.tar.gz: a5a31f9280f4c92c8aac3a4245fa62e4902db8d3b93721a6294983de8625b540377502ba748cca27effa3456824428915eedb227fa9cdbc54adc1d96fc800981
6
+ metadata.gz: b381f4cbe2c8244417c15375f08ef68d7a1c5147d2d8c45e2d13d1377f8e6f6e805306391e508b98b1670cfff7b2745332bc56473fbdfb04f4cc1ccf32cf6e06
7
+ data.tar.gz: 95e3cc67e5160f2cb64ec5332a36d50a8a60e79a17ef18f5101dd7f6b55dc9255f1c91d7b302b9df60db342748a18091c6cff29b2b163b8ffbb6897d36306f64
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.114.0 (2025-05-09)
5
+ ------------------
6
+
7
+ * 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.
8
+
4
9
  1.113.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.113.0
1
+ 1.114.0
@@ -2901,14 +2901,9 @@ module Aws::CloudWatchLogs
2901
2901
  # If the results don't include a `nextToken`, then pagination is
2902
2902
  # finished.
2903
2903
  #
2904
- # <note markdown="1"> If you set `startFromHead` to `true` and you don’t include `endTime`
2905
- # in your request, you can end up in a situation where the pagination
2906
- # doesn't terminate. This can happen when the new log events are being
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>
2904
+ # Specifying the `limit` parameter only guarantees that a single page
2905
+ # doesn't return more log events than the specified limit, but it might
2906
+ # return fewer events than the limit. This is the expected API behavior.
2912
2907
  #
2913
2908
  # The returned log events are sorted by event timestamp, the timestamp
2914
2909
  # when the event was ingested by CloudWatch Logs, and the ID of the
@@ -2917,21 +2912,20 @@ module Aws::CloudWatchLogs
2917
2912
  # If you are using CloudWatch cross-account observability, you can use
2918
2913
  # this operation in a monitoring account and view data from the linked
2919
2914
  # source accounts. For more information, see [CloudWatch cross-account
2920
- # observability][2].
2915
+ # observability][1].
2921
2916
  #
2922
- # <note markdown="1"> If you are using [log transformation][3], the `FilterLogEvents`
2917
+ # <note markdown="1"> If you are using [log transformation][2], the `FilterLogEvents`
2923
2918
  # operation returns only the original versions of log events, before
2924
2919
  # they were transformed. To view the transformed versions, you must use
2925
- # a [CloudWatch Logs query.][4]
2920
+ # a [CloudWatch Logs query.][3]
2926
2921
  #
2927
2922
  # </note>
2928
2923
  #
2929
2924
  #
2930
2925
  #
2931
- # [1]: https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatchLogs_LiveTail.html
2932
- # [2]: https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-Unified-Cross-Account.html
2933
- # [3]: https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html
2934
- # [4]: https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/AnalyzingLogData.html
2926
+ # [1]: https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-Unified-Cross-Account.html
2927
+ # [2]: https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html
2928
+ # [3]: https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/AnalyzingLogData.html
2935
2929
  #
2936
2930
  # @option params [String] :log_group_name
2937
2931
  # The name of the log group to search.
@@ -5959,7 +5953,7 @@ module Aws::CloudWatchLogs
5959
5953
  # entries: [ # required
5960
5954
  # {
5961
5955
  # source: "Source", # required
5962
- # delimiter: "Delimiter", # required
5956
+ # delimiter: "SplitStringDelimiter", # required
5963
5957
  # },
5964
5958
  # ],
5965
5959
  # },
@@ -6759,7 +6753,7 @@ module Aws::CloudWatchLogs
6759
6753
  # entries: [ # required
6760
6754
  # {
6761
6755
  # source: "Source", # required
6762
- # delimiter: "Delimiter", # required
6756
+ # delimiter: "SplitStringDelimiter", # required
6763
6757
  # },
6764
6758
  # ],
6765
6759
  # },
@@ -7085,7 +7079,7 @@ module Aws::CloudWatchLogs
7085
7079
  tracer: tracer
7086
7080
  )
7087
7081
  context[:gem_name] = 'aws-sdk-cloudwatchlogs'
7088
- context[:gem_version] = '1.113.0'
7082
+ context[:gem_version] = '1.114.0'
7089
7083
  Seahorse::Client::Request.new(handlers, context)
7090
7084
  end
7091
7085
 
@@ -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: Delimiter, required: true, location_name: "delimiter"))
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/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html#Grok-Patterns
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
@@ -55,7 +55,7 @@ module Aws::CloudWatchLogs
55
55
  autoload :Endpoints, 'aws-sdk-cloudwatchlogs/endpoints'
56
56
  autoload :EventStreams, 'aws-sdk-cloudwatchlogs/event_streams'
57
57
 
58
- GEM_VERSION = '1.113.0'
58
+ GEM_VERSION = '1.114.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-cloudwatchlogs
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.113.0
4
+ version: 1.114.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services