aws-sdk-cloudwatchlogs 1.55.0 → 1.56.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: 32dd7b2068c2e7708061290672e92dd27eaf07b805ca1458c90eadda8f0f8ea2
4
- data.tar.gz: cf817ef3a444a11c28d29af3da24f1b1b087c7737358048448d3fa658fced57b
3
+ metadata.gz: 00d246bc9e3a9a1e348334c223cdba3770ff49083bf54c4e37e9e33ce3e58e5b
4
+ data.tar.gz: e49ce69c3cf457632485b8d3b879b3df2bdcdfddf990258b7d7a4f12949b83dc
5
5
  SHA512:
6
- metadata.gz: 5773ff63b78873baff73be81171dbc795f05edceffd87b8955211c2fe30ff0f81da30d1a87d356f573222adcd742bb453225f011f89347c13533bd855a4927d5
7
- data.tar.gz: 28c6bf63de8f08a561aa9f9b8031462549687b47b41fc2c3b9cfc9486103a9ed91bfa23459d0089b1d88e38b6b32a96cf465a0fa675a67195ccb70d2564c7564
6
+ metadata.gz: cb85447c22c5aadef004367206c4c6c12ae4da9af2b741f84f070df3fe13dcbd9a6ff53ad596e93a270cf9dc78018506d3fbcad0c2d5ad89a5f3117bfa767eef
7
+ data.tar.gz: 94e1f9090f063c710027b195367ab77fc2fd17a67b3f9ba9c5d4749c595b62e4a1d3a95b277aa186f50dc572babf660568344445e3f30f51ed5f1b764fd6b8b3
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.56.0 (2022-11-04)
5
+ ------------------
6
+
7
+ * Feature - Doc-only update for bug fixes and support of export to buckets encrypted with SSE-KMS
8
+
4
9
  1.55.0 (2022-10-31)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.55.0
1
+ 1.56.0
@@ -464,6 +464,12 @@ module Aws::CloudWatchLogs
464
464
  # permission to write to the S3 bucket that you specify as the
465
465
  # destination.
466
466
  #
467
+ # Exporting log data to Amazon S3 buckets that are encrypted by KMS is
468
+ # supported. Exporting log data to Amazon S3 buckets that have S3 Object
469
+ # Lock enabled with a retention period is also supported.
470
+ #
471
+ # Exporting to S3 buckets that are encrypted with AES-256 is supported.
472
+ #
467
473
  # This is an asynchronous call. If all the required information is
468
474
  # provided, this operation initiates an export task and responds with
469
475
  # the ID of the task. After the task has started, you can use
@@ -476,8 +482,11 @@ module Aws::CloudWatchLogs
476
482
  # you can specify a prefix to be used as the Amazon S3 key prefix for
477
483
  # all exported objects.
478
484
  #
479
- # Exporting to S3 buckets that are encrypted with AES-256 is supported.
480
- # Exporting to S3 buckets encrypted with SSE-KMS is not supported.
485
+ # <note markdown="1"> Time-based sorting on chunks of log data inside an exported file is
486
+ # not guaranteed. You can sort the exported log fild data by using Linux
487
+ # utilities.
488
+ #
489
+ # </note>
481
490
  #
482
491
  #
483
492
  #
@@ -504,6 +513,9 @@ module Aws::CloudWatchLogs
504
513
  # milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp
505
514
  # later than this time are not exported.
506
515
  #
516
+ # You must specify a time that is not earlier than when this log group
517
+ # was created.
518
+ #
507
519
  # @option params [required, String] :destination
508
520
  # The name of S3 bucket for the exported log data. The bucket must be in
509
521
  # the same Amazon Web Services region.
@@ -893,7 +905,7 @@ module Aws::CloudWatchLogs
893
905
  #
894
906
  # @option params [Integer] :limit
895
907
  # The maximum number of items returned. If you don't specify a value,
896
- # the default is up to 50 items.
908
+ # the default maximum value of 50 items is used.
897
909
  #
898
910
  # @return [Types::DescribeDestinationsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
899
911
  #
@@ -1441,6 +1453,9 @@ module Aws::CloudWatchLogs
1441
1453
  # log events or filter the results using a filter pattern, a time range,
1442
1454
  # and the name of the log stream.
1443
1455
  #
1456
+ # You must have the `logs;FilterLogEvents` permission to perform this
1457
+ # operation.
1458
+ #
1444
1459
  # By default, this operation returns as many log events as can fit in 1
1445
1460
  # MB (up to 10,000 log events) or all the events found within the time
1446
1461
  # range that you specify. If the results include a token, then there are
@@ -2325,13 +2340,29 @@ module Aws::CloudWatchLogs
2325
2340
  # allows you to configure the number of days for which to retain log
2326
2341
  # events in the specified log group.
2327
2342
  #
2343
+ # <note markdown="1"> CloudWatch Logs doesn’t immediately delete log events when they reach
2344
+ # their retention setting. It typically takes up to 72 hours after that
2345
+ # before log events are deleted, but in rare situations might take
2346
+ # longer.
2347
+ #
2348
+ # This means that if you change a log group to have a longer retention
2349
+ # setting when it contains log events that are past the expiration date,
2350
+ # but haven’t been actually deleted, those log events will take up to 72
2351
+ # hours to be deleted after the new retention date is reached. To make
2352
+ # sure that log data is deleted permanently, keep a log group at its
2353
+ # lower retention setting until 72 hours has passed after the end of the
2354
+ # previous retention period, or you have confirmed that the older log
2355
+ # events are deleted.
2356
+ #
2357
+ # </note>
2358
+ #
2328
2359
  # @option params [required, String] :log_group_name
2329
2360
  # The name of the log group.
2330
2361
  #
2331
2362
  # @option params [required, Integer] :retention_in_days
2332
2363
  # The number of days to retain the log events in the specified log
2333
2364
  # group. Possible values are: 1, 3, 5, 7, 14, 30, 60, 90, 120, 150, 180,
2334
- # 365, 400, 545, 731, 1827, and 3653.
2365
+ # 365, 400, 545, 731, 1827, 2192, 2557, 2922, 3288, and 3653.
2335
2366
  #
2336
2367
  # To set a log group to never have log events expire, use
2337
2368
  # [DeleteRetentionPolicy][1].
@@ -2475,6 +2506,9 @@ module Aws::CloudWatchLogs
2475
2506
  # timing out, reduce the time range being searched or partition your
2476
2507
  # query into a number of queries.
2477
2508
  #
2509
+ # You are limited to 20 concurrent CloudWatch Logs insights queries,
2510
+ # including queries that have been added to dashboards.
2511
+ #
2478
2512
  #
2479
2513
  #
2480
2514
  # [1]: https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CWL_QuerySyntax.html
@@ -2819,7 +2853,7 @@ module Aws::CloudWatchLogs
2819
2853
  params: params,
2820
2854
  config: config)
2821
2855
  context[:gem_name] = 'aws-sdk-cloudwatchlogs'
2822
- context[:gem_version] = '1.55.0'
2856
+ context[:gem_version] = '1.56.0'
2823
2857
  Seahorse::Client::Request.new(handlers, context)
2824
2858
  end
2825
2859
 
@@ -98,6 +98,9 @@ module Aws::CloudWatchLogs
98
98
  # The end time of the range for the request, expressed as the number
99
99
  # of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a
100
100
  # timestamp later than this time are not exported.
101
+ #
102
+ # You must specify a time that is not earlier than when this log group
103
+ # was created.
101
104
  # @return [Integer]
102
105
  #
103
106
  # @!attribute [rw] destination
@@ -433,7 +436,7 @@ module Aws::CloudWatchLogs
433
436
  #
434
437
  # @!attribute [rw] limit
435
438
  # The maximum number of items returned. If you don't specify a value,
436
- # the default is up to 50 items.
439
+ # the default maximum value of 50 items is used.
437
440
  # @return [Integer]
438
441
  #
439
442
  # @see http://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/DescribeDestinationsRequest AWS API Documentation
@@ -1658,7 +1661,7 @@ module Aws::CloudWatchLogs
1658
1661
  # @!attribute [rw] retention_in_days
1659
1662
  # The number of days to retain the log events in the specified log
1660
1663
  # group. Possible values are: 1, 3, 5, 7, 14, 30, 60, 90, 120, 150,
1661
- # 180, 365, 400, 545, 731, 1827, and 3653.
1664
+ # 180, 365, 400, 545, 731, 1827, 2192, 2557, 2922, 3288, and 3653.
1662
1665
  #
1663
1666
  # To set a log group to never have log events expire, use
1664
1667
  # [DeleteRetentionPolicy][1].
@@ -2373,7 +2376,7 @@ module Aws::CloudWatchLogs
2373
2376
  # @!attribute [rw] retention_in_days
2374
2377
  # The number of days to retain the log events in the specified log
2375
2378
  # group. Possible values are: 1, 3, 5, 7, 14, 30, 60, 90, 120, 150,
2376
- # 180, 365, 400, 545, 731, 1827, and 3653.
2379
+ # 180, 365, 400, 545, 731, 1827, 2192, 2557, 2922, 3288, and 3653.
2377
2380
  #
2378
2381
  # To set a log group to never have log events expire, use
2379
2382
  # [DeleteRetentionPolicy][1].
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-cloudwatchlogs/customizations'
52
52
  # @!group service
53
53
  module Aws::CloudWatchLogs
54
54
 
55
- GEM_VERSION = '1.55.0'
55
+ GEM_VERSION = '1.56.0'
56
56
 
57
57
  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.55.0
4
+ version: 1.56.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-10-31 00:00:00.000000000 Z
11
+ date: 2022-11-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core