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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-cloudwatchlogs/client.rb +39 -5
- data/lib/aws-sdk-cloudwatchlogs/types.rb +6 -3
- data/lib/aws-sdk-cloudwatchlogs.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 00d246bc9e3a9a1e348334c223cdba3770ff49083bf54c4e37e9e33ce3e58e5b
|
4
|
+
data.tar.gz: e49ce69c3cf457632485b8d3b879b3df2bdcdfddf990258b7d7a4f12949b83dc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cb85447c22c5aadef004367206c4c6c12ae4da9af2b741f84f070df3fe13dcbd9a6ff53ad596e93a270cf9dc78018506d3fbcad0c2d5ad89a5f3117bfa767eef
|
7
|
+
data.tar.gz: 94e1f9090f063c710027b195367ab77fc2fd17a67b3f9ba9c5d4749c595b62e4a1d3a95b277aa186f50dc572babf660568344445e3f30f51ed5f1b764fd6b8b3
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
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
|
-
#
|
480
|
-
#
|
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
|
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.
|
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
|
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].
|
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.
|
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-
|
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
|