aws-sdk-cloudwatchlogs 1.52.0 → 1.53.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2d985b9b39044df393e87308e50d0f74374c37653cb86c71a2d772e75adc48a2
4
- data.tar.gz: 60bead5a1074d0270a0afd56e49d9acefdc1a49e7df458ec9fe029b3abb1f0bd
3
+ metadata.gz: 0073a217c36d30a24ae48797b942882b689936b3a9badb22fe023a4c02975d20
4
+ data.tar.gz: a9caa0700d7a293a9a3823f9046b81fe6f1c98c54dfb227e26acbf267c92dd97
5
5
  SHA512:
6
- metadata.gz: 9730bdf6978f14076260d8d4199ebb7e767e9a52ce76a20da5df98b9204df0e4a6e833e817019df5e93da9d987fd942f93afaf290aa62ddf3f5e91b6c2d66678
7
- data.tar.gz: fa4d91bb30dad2677d65666066f9545fc2bfd4010ae0b213fa53eba835592b36908914e39485e12975dc0cfc5e74bb3f98ef6b92e657fdcbaa98e0beb40761ea
6
+ metadata.gz: 623f1008adc619e8b75f927f0bbb41c79b1fdf68b71bbcf0e8bdf456b3aeba755e120de628d9d0c55d8931578b03aa6ac24e1930b1df62bbd0adbb4db7e5a457
7
+ data.tar.gz: 4aa97f603aac1814596d67e74728a220d3c99258fd62d2c85cb7a10dd9ee75527b291f46013a49fc823b2b8790f43ac8be7b9f308c310e87fe30608101e32572
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.53.0 (2022-05-20)
5
+ ------------------
6
+
7
+ * Feature - Doc-only update to publish the new valid values for log retention
8
+
4
9
  1.52.0 (2022-02-24)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.52.0
1
+ 1.53.0
@@ -447,6 +447,12 @@ module Aws::CloudWatchLogs
447
447
  # permission to write to the S3 bucket that you specify as the
448
448
  # destination.
449
449
  #
450
+ # Exporting log data to Amazon S3 buckets that are encrypted by KMS is
451
+ # not supported. Exporting log data to Amazon S3 buckets that have S3
452
+ # Object Lock enabled with a retention period is not supported.
453
+ #
454
+ # Exporting to S3 buckets that are encrypted with AES-256 is supported.
455
+ #
450
456
  # This is an asynchronous call. If all the required information is
451
457
  # provided, this operation initiates an export task and responds with
452
458
  # the ID of the task. After the task has started, you can use
@@ -459,8 +465,11 @@ module Aws::CloudWatchLogs
459
465
  # you can specify a prefix to be used as the Amazon S3 key prefix for
460
466
  # all exported objects.
461
467
  #
462
- # Exporting to S3 buckets that are encrypted with AES-256 is supported.
463
- # Exporting to S3 buckets encrypted with SSE-KMS is not supported.
468
+ # <note markdown="1"> Time-based sorting on chunks of log data inside an exported file is
469
+ # not guaranteed. You can sort the exported log fild data by using Linux
470
+ # utilities.
471
+ #
472
+ # </note>
464
473
  #
465
474
  #
466
475
  #
@@ -483,9 +492,9 @@ module Aws::CloudWatchLogs
483
492
  # timestamp earlier than this time are not exported.
484
493
  #
485
494
  # @option params [required, Integer] :to
486
- # The end time of the range for the request, expreswatchlogsdocused as
487
- # the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with
488
- # a timestamp later than this time are not exported.
495
+ # The end time of the range for the request, expressed as the number of
496
+ # milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp
497
+ # later than this time are not exported.
489
498
  #
490
499
  # @option params [required, String] :destination
491
500
  # The name of S3 bucket for the exported log data. The bucket must be in
@@ -2251,7 +2260,7 @@ module Aws::CloudWatchLogs
2251
2260
  # @option params [required, Integer] :retention_in_days
2252
2261
  # The number of days to retain the log events in the specified log
2253
2262
  # group. Possible values are: 1, 3, 5, 7, 14, 30, 60, 90, 120, 150, 180,
2254
- # 365, 400, 545, 731, 1827, and 3653.
2263
+ # 365, 400, 545, 731, 1827, 2192, 2557, 2922, 3288, and 3653.
2255
2264
  #
2256
2265
  # To set a log group to never have log events expire, use
2257
2266
  # [DeleteRetentionPolicy][1].
@@ -2633,7 +2642,7 @@ module Aws::CloudWatchLogs
2633
2642
  params: params,
2634
2643
  config: config)
2635
2644
  context[:gem_name] = 'aws-sdk-cloudwatchlogs'
2636
- context[:gem_version] = '1.52.0'
2645
+ context[:gem_version] = '1.53.0'
2637
2646
  Seahorse::Client::Request.new(handlers, context)
2638
2647
  end
2639
2648
 
@@ -95,9 +95,9 @@ module Aws::CloudWatchLogs
95
95
  # @return [Integer]
96
96
  #
97
97
  # @!attribute [rw] to
98
- # The end time of the range for the request, expreswatchlogsdocused as
99
- # the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events
100
- # with a timestamp later than this time are not exported.
98
+ # The end time of the range for the request, expressed as the number
99
+ # of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a
100
+ # timestamp later than this time are not exported.
101
101
  # @return [Integer]
102
102
  #
103
103
  # @!attribute [rw] destination
@@ -559,7 +559,7 @@ module Aws::CloudWatchLogs
559
559
  # @!attribute [rw] log_groups
560
560
  # The log groups.
561
561
  #
562
- # If the `retentionInDays` value if not included for a log group, then
562
+ # If the `retentionInDays` value is not included for a log group, then
563
563
  # that log group is set to have its events never expire.
564
564
  # @return [Array<Types::LogGroup>]
565
565
  #
@@ -1614,7 +1614,7 @@ module Aws::CloudWatchLogs
1614
1614
  # @!attribute [rw] retention_in_days
1615
1615
  # The number of days to retain the log events in the specified log
1616
1616
  # group. Possible values are: 1, 3, 5, 7, 14, 30, 60, 90, 120, 150,
1617
- # 180, 365, 400, 545, 731, 1827, and 3653.
1617
+ # 180, 365, 400, 545, 731, 1827, 2192, 2557, 2922, 3288, and 3653.
1618
1618
  #
1619
1619
  # To set a log group to never have log events expire, use
1620
1620
  # [DeleteRetentionPolicy][1].
@@ -1910,7 +1910,8 @@ module Aws::CloudWatchLogs
1910
1910
  include Aws::Structure
1911
1911
  end
1912
1912
 
1913
- # Multiple requests to update the same resource were in conflict.
1913
+ # Multiple concurrent requests to update the same resource were in
1914
+ # conflict.
1914
1915
  #
1915
1916
  # @see http://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/OperationAbortedException AWS API Documentation
1916
1917
  #
@@ -2313,7 +2314,7 @@ module Aws::CloudWatchLogs
2313
2314
  # @!attribute [rw] retention_in_days
2314
2315
  # The number of days to retain the log events in the specified log
2315
2316
  # group. Possible values are: 1, 3, 5, 7, 14, 30, 60, 90, 120, 150,
2316
- # 180, 365, 400, 545, 731, 1827, and 3653.
2317
+ # 180, 365, 400, 545, 731, 1827, 2192, 2557, 2922, 3288, and 3653.
2317
2318
  #
2318
2319
  # To set a log group to never have log events expire, use
2319
2320
  # [DeleteRetentionPolicy][1].
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-cloudwatchlogs/customizations'
48
48
  # @!group service
49
49
  module Aws::CloudWatchLogs
50
50
 
51
- GEM_VERSION = '1.52.0'
51
+ GEM_VERSION = '1.53.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-cloudwatchlogs
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.52.0
4
+ version: 1.53.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-02-24 00:00:00.000000000 Z
11
+ date: 2022-05-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core