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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1573fc39b3ee1523379b7af532b56eb770e4b6e08f2ca196eb561989015a11fb
4
- data.tar.gz: ab9f880e2f7fe1d6b7146ed7aef2b3029d6cc77f0444508844fdcb477ccee6ce
3
+ metadata.gz: edad62fe137428773e3840f6c574829227a3be32e5b8a89861fd1f714cbf02e9
4
+ data.tar.gz: 9192b83d21ffb516a03ee275c7053881cb11420c84bd717b2be85bdfb8b17419
5
5
  SHA512:
6
- metadata.gz: a884f1832b5978449aceac8212c925257c1f3c1ad5eeba75f8df3445950f87026a5549070bec3b38d39f8ebb258d7171e3953ee918491ae094aae8a3180e1f12
7
- data.tar.gz: a5a31f9280f4c92c8aac3a4245fa62e4902db8d3b93721a6294983de8625b540377502ba748cca27effa3456824428915eedb227fa9cdbc54adc1d96fc800981
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.113.0
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
- # Set to true to disable SDK automatically adding host prefix
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
- # <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>
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][2].
2914
+ # observability][1].
2921
2915
  #
2922
- # <note markdown="1"> If you are using [log transformation][3], the `FilterLogEvents`
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.][4]
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/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
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: "Delimiter", # required
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: "Delimiter", # required
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.113.0'
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: 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.115.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.115.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services