aws-sdk-cloudwatchlogs 1.112.0 → 1.113.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: f356e6ecac844b071bde533cfef48a424dfb2fc891699f9342b4dd82abcdc7fd
4
- data.tar.gz: 8e3ec9b7154eb91d193beadbe42ff6cde43ec05b3b4a9a58ce398a2b2d697def
3
+ metadata.gz: 1573fc39b3ee1523379b7af532b56eb770e4b6e08f2ca196eb561989015a11fb
4
+ data.tar.gz: ab9f880e2f7fe1d6b7146ed7aef2b3029d6cc77f0444508844fdcb477ccee6ce
5
5
  SHA512:
6
- metadata.gz: 8a2fbf49eeacbe84ca5f7af9c2774af186e2fbf79a7345821c049feda2918fa4114b4be71d354c650a19476ebd5d71dd76965f1076855d2b5c82edec073dea46
7
- data.tar.gz: 20a96ac9ba5a94c095274df7831cb834b78b39bfab363e2b88b6fba22ff7a26f6fc5ee5bd99a6cb80001e7ae4b3005aa002217595a9c89145699cfb2a2236393
6
+ metadata.gz: a884f1832b5978449aceac8212c925257c1f3c1ad5eeba75f8df3445950f87026a5549070bec3b38d39f8ebb258d7171e3953ee918491ae094aae8a3180e1f12
7
+ data.tar.gz: a5a31f9280f4c92c8aac3a4245fa62e4902db8d3b93721a6294983de8625b540377502ba748cca27effa3456824428915eedb227fa9cdbc54adc1d96fc800981
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.113.0 (2025-05-01)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.112.0 (2025-04-30)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.112.0
1
+ 1.113.0
@@ -7085,7 +7085,7 @@ module Aws::CloudWatchLogs
7085
7085
  tracer: tracer
7086
7086
  )
7087
7087
  context[:gem_name] = 'aws-sdk-cloudwatchlogs'
7088
- context[:gem_version] = '1.112.0'
7088
+ context[:gem_version] = '1.113.0'
7089
7089
  Seahorse::Client::Request.new(handlers, context)
7090
7090
  end
7091
7091
 
@@ -1040,7 +1040,7 @@ module Aws::CloudWatchLogs
1040
1040
  FilterLogEventsRequest.add_member(:filter_pattern, Shapes::ShapeRef.new(shape: FilterPattern, location_name: "filterPattern"))
1041
1041
  FilterLogEventsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
1042
1042
  FilterLogEventsRequest.add_member(:limit, Shapes::ShapeRef.new(shape: EventsLimit, location_name: "limit"))
1043
- FilterLogEventsRequest.add_member(:interleaved, Shapes::ShapeRef.new(shape: Interleaved, deprecated: true, location_name: "interleaved", metadata: {"deprecatedMessage"=>"Starting on June 17, 2019, this parameter will be ignored and the value will be assumed to be true. The response from this operation will always interleave events from multiple log streams within a log group."}))
1043
+ FilterLogEventsRequest.add_member(:interleaved, Shapes::ShapeRef.new(shape: Interleaved, deprecated: true, location_name: "interleaved", metadata: {"deprecatedMessage" => "Starting on June 17, 2019, this parameter will be ignored and the value will be assumed to be true. The response from this operation will always interleave events from multiple log streams within a log group."}))
1044
1044
  FilterLogEventsRequest.add_member(:unmask, Shapes::ShapeRef.new(shape: Unmask, location_name: "unmask"))
1045
1045
  FilterLogEventsRequest.struct_class = Types::FilterLogEventsRequest
1046
1046
 
@@ -1334,7 +1334,7 @@ module Aws::CloudWatchLogs
1334
1334
  LogStream.add_member(:last_ingestion_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastIngestionTime"))
1335
1335
  LogStream.add_member(:upload_sequence_token, Shapes::ShapeRef.new(shape: SequenceToken, location_name: "uploadSequenceToken"))
1336
1336
  LogStream.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "arn"))
1337
- LogStream.add_member(:stored_bytes, Shapes::ShapeRef.new(shape: StoredBytes, deprecated: true, location_name: "storedBytes", metadata: {"deprecatedMessage"=>"Starting on June 17, 2019, this parameter will be deprecated for log streams, and will be reported as zero. This change applies only to log streams. The storedBytes parameter for log groups is not affected."}))
1337
+ LogStream.add_member(:stored_bytes, Shapes::ShapeRef.new(shape: StoredBytes, deprecated: true, location_name: "storedBytes", metadata: {"deprecatedMessage" => "Starting on June 17, 2019, this parameter will be deprecated for log streams, and will be reported as zero. This change applies only to log streams. The storedBytes parameter for log groups is not affected."}))
1338
1338
  LogStream.struct_class = Types::LogStream
1339
1339
 
1340
1340
  LogStreams.member = Shapes::ShapeRef.new(shape: LogStream)
@@ -1619,7 +1619,7 @@ module Aws::CloudWatchLogs
1619
1619
  PutQueryDefinitionRequest.add_member(:query_definition_id, Shapes::ShapeRef.new(shape: QueryId, location_name: "queryDefinitionId"))
1620
1620
  PutQueryDefinitionRequest.add_member(:log_group_names, Shapes::ShapeRef.new(shape: LogGroupNames, location_name: "logGroupNames"))
1621
1621
  PutQueryDefinitionRequest.add_member(:query_string, Shapes::ShapeRef.new(shape: QueryDefinitionString, required: true, location_name: "queryString"))
1622
- PutQueryDefinitionRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
1622
+ PutQueryDefinitionRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
1623
1623
  PutQueryDefinitionRequest.struct_class = Types::PutQueryDefinitionRequest
1624
1624
 
1625
1625
  PutQueryDefinitionResponse.add_member(:query_definition_id, Shapes::ShapeRef.new(shape: QueryId, location_name: "queryDefinitionId"))
@@ -1739,7 +1739,7 @@ module Aws::CloudWatchLogs
1739
1739
  ResultRows.member = Shapes::ShapeRef.new(shape: ResultField)
1740
1740
 
1741
1741
  S3DeliveryConfiguration.add_member(:suffix_path, Shapes::ShapeRef.new(shape: DeliverySuffixPath, location_name: "suffixPath"))
1742
- S3DeliveryConfiguration.add_member(:enable_hive_compatible_path, Shapes::ShapeRef.new(shape: Boolean, location_name: "enableHiveCompatiblePath", metadata: {"box"=>true}))
1742
+ S3DeliveryConfiguration.add_member(:enable_hive_compatible_path, Shapes::ShapeRef.new(shape: Boolean, location_name: "enableHiveCompatiblePath", metadata: {"box" => true}))
1743
1743
  S3DeliveryConfiguration.struct_class = Types::S3DeliveryConfiguration
1744
1744
 
1745
1745
  SearchedLogStream.add_member(:log_stream_name, Shapes::ShapeRef.new(shape: LogStreamName, location_name: "logStreamName"))
@@ -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.112.0'
58
+ GEM_VERSION = '1.113.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-cloudwatchlogs
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.112.0
4
+ version: 1.113.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2025-04-30 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: aws-sdk-core
@@ -78,7 +77,6 @@ licenses:
78
77
  metadata:
79
78
  source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-cloudwatchlogs
80
79
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-cloudwatchlogs/CHANGELOG.md
81
- post_install_message:
82
80
  rdoc_options: []
83
81
  require_paths:
84
82
  - lib
@@ -93,8 +91,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
93
91
  - !ruby/object:Gem::Version
94
92
  version: '0'
95
93
  requirements: []
96
- rubygems_version: 3.4.10
97
- signing_key:
94
+ rubygems_version: 3.6.7
98
95
  specification_version: 4
99
96
  summary: AWS SDK for Ruby - Amazon CloudWatch Logs
100
97
  test_files: []