aws-sdk-cloudwatchlogs 1.20.0 → 1.21.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
  SHA1:
3
- metadata.gz: 51208d60023ebdf73de18ad0921e371ba3861133
4
- data.tar.gz: 7b0fdfa9b2f8c7d3edc39bce462792c9240bf53c
3
+ metadata.gz: ad8b819b6a9ae3ce67773fe10c5d8a21c736c11d
4
+ data.tar.gz: 795fa39381e2a487d8428e2d7c04da1c0f254b81
5
5
  SHA512:
6
- metadata.gz: 4b20095cee5f6b3145c41e1b14d5e1408f4b65dc5f885836ce3e688633ec2fff6095bfe07cfde2fad7363678847bbd464498abadcc54845d6ec3eb1f7ee23b96
7
- data.tar.gz: a86ba438371260857a850b0e39d9981951fb05fbbaba70b7a8ff0469dcd64d63c5f8519b4d6607d33640dea2ad10df1c336485aa30fd9856145a41cb42126f4c
6
+ metadata.gz: ae181feeb338cd34e953f1ae14306f82f6dc5b05ed008ad43d54c5c534fb65aa5a9ed728497ba0ed49c117ebf453c9434595eb6c6635a5adad052108f87c31e0
7
+ data.tar.gz: f716f3fbaa19ff49c3346314defab77d6a389ce223c074a22ef50d39139a6789136e2bc6806581a2d2c96cae407d74eb14d034fb18aa41669b056ed97d8e2e08
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-cloudwatchlogs/customizations'
42
42
  # @service
43
43
  module Aws::CloudWatchLogs
44
44
 
45
- GEM_VERSION = '1.20.0'
45
+ GEM_VERSION = '1.21.0'
46
46
 
47
47
  end
@@ -1219,6 +1219,11 @@ module Aws::CloudWatchLogs
1219
1219
  # the matched log events in the first log stream are searched first,
1220
1220
  # then those in the next log stream, and so on. The default is false.
1221
1221
  #
1222
+ # **IMPORTANT:** Starting on June 17, 2019, this parameter will be
1223
+ # ignored and the value will be assumed to be true. The response from
1224
+ # this operation will always interleave events from multiple log streams
1225
+ # within a log group.
1226
+ #
1222
1227
  # @return [Types::FilterLogEventsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1223
1228
  #
1224
1229
  # * {Types::FilterLogEventsResponse#events #events} => Array<Types::FilteredLogEvent>
@@ -1424,8 +1429,11 @@ module Aws::CloudWatchLogs
1424
1429
  end
1425
1430
 
1426
1431
  # Returns the results from the specified query. If the query is in
1427
- # progress, partial results of that current execution are returned. Only
1428
- # the fields requested in the query are returned.
1432
+ # progress, partial results of that current execution are returned.
1433
+ #
1434
+ # Only the fields requested in the query are returned, along with a
1435
+ # `@ptr` field which is the identifier for the log record. You can use
1436
+ # the value of `@ptr` in a operation to get the full log record.
1429
1437
  #
1430
1438
  # `GetQueryResults` does not start a query execution. To run a query,
1431
1439
  # use .
@@ -1601,8 +1609,8 @@ module Aws::CloudWatchLogs
1601
1609
  # * None of the log events in the batch can be more than 2 hours in the
1602
1610
  # future.
1603
1611
  #
1604
- # * None of the log events in the batch can be older than 14 days or the
1605
- # retention period of the log group.
1612
+ # * None of the log events in the batch can be older than 14 days or
1613
+ # older than the retention period of the log group.
1606
1614
  #
1607
1615
  # * The log events in the batch must be in chronological ordered by
1608
1616
  # their timestamp. The timestamp is the time the event occurred,
@@ -1728,7 +1736,7 @@ module Aws::CloudWatchLogs
1728
1736
  # @option params [String] :policy_document
1729
1737
  # Details of the new policy, including the identity of the principal
1730
1738
  # that is enabled to put logs to this account. This is formatted as a
1731
- # JSON string.
1739
+ # JSON string. This parameter is required.
1732
1740
  #
1733
1741
  # The following example creates a resource policy enabling the Route 53
1734
1742
  # service to put DNS query logs in to the specified log group. Replace
@@ -1888,6 +1896,10 @@ module Aws::CloudWatchLogs
1888
1896
  #
1889
1897
  # For more information, see [CloudWatch Logs Insights Query Syntax][1].
1890
1898
  #
1899
+ # Queries time out after 15 minutes of execution. If your queries are
1900
+ # timing out, reduce the time range being searched, or partition your
1901
+ # query into a number of queries.
1902
+ #
1891
1903
  #
1892
1904
  #
1893
1905
  # [1]: https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CWL_QuerySyntax.html
@@ -2097,7 +2109,7 @@ module Aws::CloudWatchLogs
2097
2109
  params: params,
2098
2110
  config: config)
2099
2111
  context[:gem_name] = 'aws-sdk-cloudwatchlogs'
2100
- context[:gem_version] = '1.20.0'
2112
+ context[:gem_version] = '1.21.0'
2101
2113
  Seahorse::Client::Request.new(handlers, context)
2102
2114
  end
2103
2115
 
@@ -1046,6 +1046,11 @@ module Aws::CloudWatchLogs
1046
1046
  # all the matched log events in the first log stream are searched
1047
1047
  # first, then those in the next log stream, and so on. The default is
1048
1048
  # false.
1049
+ #
1050
+ # **IMPORTANT:** Starting on June 17, 2019, this parameter will be
1051
+ # ignored and the value will be assumed to be true. The response from
1052
+ # this operation will always interleave events from multiple log
1053
+ # streams within a log group.
1049
1054
  # @return [Boolean]
1050
1055
  #
1051
1056
  # @see http://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/FilterLogEventsRequest AWS API Documentation
@@ -1321,8 +1326,12 @@ module Aws::CloudWatchLogs
1321
1326
  #
1322
1327
  # @!attribute [rw] status
1323
1328
  # The status of the most recent running of the query. Possible values
1324
- # are `Cancelled`, `Complete`, `Failed`, `Running`, `Scheduled`, and
1325
- # `Unknown`.
1329
+ # are `Cancelled`, `Complete`, `Failed`, `Running`, `Scheduled`,
1330
+ # `Timeout`, and `Unknown`.
1331
+ #
1332
+ # Queries time out after 15 minutes of execution. To avoid having your
1333
+ # queries time out, reduce the time range being searched, or partition
1334
+ # your query into a number of queries.
1326
1335
  # @return [String]
1327
1336
  #
1328
1337
  # @see http://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/GetQueryResultsResponse AWS API Documentation
@@ -1511,6 +1520,11 @@ module Aws::CloudWatchLogs
1511
1520
  #
1512
1521
  # @!attribute [rw] stored_bytes
1513
1522
  # The number of bytes stored.
1523
+ #
1524
+ # **IMPORTANT:** Starting on June 17, 2019, this parameter will be
1525
+ # deprecated for log streams, and will be reported as zero. This
1526
+ # change applies only to log streams. The `storedBytes` parameter for
1527
+ # log groups is not affected.
1514
1528
  # @return [Integer]
1515
1529
  #
1516
1530
  # @see http://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/LogStream AWS API Documentation
@@ -1610,7 +1624,7 @@ module Aws::CloudWatchLogs
1610
1624
  include Aws::Structure
1611
1625
  end
1612
1626
 
1613
- # Indicates how to transform ingested log eventsto metric data in a
1627
+ # Indicates how to transform ingested log events to metric data in a
1614
1628
  # CloudWatch metric.
1615
1629
  #
1616
1630
  # @note When making an API call, you may pass MetricTransformation
@@ -1867,7 +1881,7 @@ module Aws::CloudWatchLogs
1867
1881
  # @!attribute [rw] policy_document
1868
1882
  # Details of the new policy, including the identity of the principal
1869
1883
  # that is enabled to put logs to this account. This is formatted as a
1870
- # JSON string.
1884
+ # JSON string. This parameter is required.
1871
1885
  #
1872
1886
  # The following example creates a resource policy enabling the Route
1873
1887
  # 53 service to put DNS query logs in to the specified log group.
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.20.0
4
+ version: 1.21.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: 2019-05-21 00:00:00.000000000 Z
11
+ date: 2019-06-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core