aws-sdk-cloudwatchlogs 1.26.0 → 1.27.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: 191e04bddbd2ffeb9a5abf5f686113ef837d3733
4
- data.tar.gz: 1e77e48badd894669faaf780b10a894fc235afd5
3
+ metadata.gz: 64fb9c81431d167fa3b9f0498034bd63d2fd9eaf
4
+ data.tar.gz: c59571b7f2187a9690bb52180f28c4780ddb79cb
5
5
  SHA512:
6
- metadata.gz: fe9941dab60d8acfd21c3bfd2196b99b8b9221222a24a15f10a6492b19a11f6077e8e3e75566dcabd1840dfe2b2dee367aa025daee242f570afbaf45bca5281d
7
- data.tar.gz: a0d82232c2b87ac5bbc2b69ffd4aa24f2011d51705b495f9361ed58b14291e9751a7d9bd438e4b1c6438e957bd69341860928b082063f76c9f183e555b6e57df
6
+ metadata.gz: f074a234d6e0487bbd7824083a624ab975c6181058953a87f7364a9d7246f83289bc6be653e9c49b63fa87aa7cac5c1f432f82fd2c38387187a842c89df2e804
7
+ data.tar.gz: 3f5f5329e7c9e1bdab619e5420ae07bd8f8299d3fb162940a0c2a98eca932ab2771322317d5422ca5d547ebc1b11bb22373bc656d034079f0939fc3d125f3b8f
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-cloudwatchlogs/customizations'
42
42
  # @service
43
43
  module Aws::CloudWatchLogs
44
44
 
45
- GEM_VERSION = '1.26.0'
45
+ GEM_VERSION = '1.27.0'
46
46
 
47
47
  end
@@ -413,7 +413,7 @@ module Aws::CloudWatchLogs
413
413
 
414
414
  # Creates a log group with the specified name.
415
415
  #
416
- # You can create up to 5000 log groups per account.
416
+ # You can create up to 20,000 log groups per account.
417
417
  #
418
418
  # You must use the following guidelines when naming a log group:
419
419
  #
@@ -422,8 +422,8 @@ module Aws::CloudWatchLogs
422
422
  # * Log group names can be between 1 and 512 characters long.
423
423
  #
424
424
  # * Log group names consist of the following characters: a-z, A-Z, 0-9,
425
- # '\_' (underscore), '-' (hyphen), '/' (forward slash), and
426
- # '.' (period).
425
+ # '\_' (underscore), '-' (hyphen), '/' (forward slash), '.'
426
+ # (period), and '#' (number sign)
427
427
  #
428
428
  # If you associate a AWS Key Management Service (AWS KMS) customer
429
429
  # master key (CMK) with the log group, ingested data is encrypted using
@@ -1301,6 +1301,9 @@ module Aws::CloudWatchLogs
1301
1301
  # The token for the next set of items to return. (You received this
1302
1302
  # token from a previous call.)
1303
1303
  #
1304
+ # Using this token works only when you specify `true` for
1305
+ # `startFromHead`.
1306
+ #
1304
1307
  # @option params [Integer] :limit
1305
1308
  # The maximum number of log events returned. If you don't specify a
1306
1309
  # value, the maximum is as many log events as can fit in a response size
@@ -1516,12 +1519,12 @@ module Aws::CloudWatchLogs
1516
1519
  req.send_request(options)
1517
1520
  end
1518
1521
 
1519
- # Creates or updates a destination. A destination encapsulates a
1520
- # physical resource (such as an Amazon Kinesis stream) and enables you
1521
- # to subscribe to a real-time stream of log events for a different
1522
- # account, ingested using PutLogEvents. A destination can be an Amazon
1523
- # Kinesis stream, Amazon Kinesis Data Firehose strea, or an AWS Lambda
1524
- # function.
1522
+ # Creates or updates a destination. This operation is used only to
1523
+ # create destinations for cross-account subscriptions.
1524
+ #
1525
+ # A destination encapsulates a physical resource (such as an Amazon
1526
+ # Kinesis stream) and enables you to subscribe to a real-time stream of
1527
+ # log events for a different account, ingested using PutLogEvents.
1525
1528
  #
1526
1529
  # Through an access policy, a destination controls what is written to
1527
1530
  # it. By default, `PutDestination` does not set any access policy with
@@ -1952,7 +1955,7 @@ module Aws::CloudWatchLogs
1952
1955
  # @option params [Integer] :limit
1953
1956
  # The maximum number of log events to return in the query. If the query
1954
1957
  # string uses the `fields` command, only the specified fields and their
1955
- # values are returned.
1958
+ # values are returned. The default is 1000.
1956
1959
  #
1957
1960
  # @return [Types::StartQueryResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1958
1961
  #
@@ -2134,7 +2137,7 @@ module Aws::CloudWatchLogs
2134
2137
  params: params,
2135
2138
  config: config)
2136
2139
  context[:gem_name] = 'aws-sdk-cloudwatchlogs'
2137
- context[:gem_version] = '1.26.0'
2140
+ context[:gem_version] = '1.27.0'
2138
2141
  Seahorse::Client::Request.new(handlers, context)
2139
2142
  end
2140
2143
 
@@ -1163,6 +1163,9 @@ module Aws::CloudWatchLogs
1163
1163
  # @!attribute [rw] next_token
1164
1164
  # The token for the next set of items to return. (You received this
1165
1165
  # token from a previous call.)
1166
+ #
1167
+ # Using this token works only when you specify `true` for
1168
+ # `startFromHead`.
1166
1169
  # @return [String]
1167
1170
  #
1168
1171
  # @!attribute [rw] limit
@@ -1524,10 +1527,10 @@ module Aws::CloudWatchLogs
1524
1527
  # @!attribute [rw] stored_bytes
1525
1528
  # The number of bytes stored.
1526
1529
  #
1527
- # **IMPORTANT:** Starting on June 17, 2019, this parameter will be
1528
- # deprecated for log streams, and will be reported as zero. This
1529
- # change applies only to log streams. The `storedBytes` parameter for
1530
- # log groups is not affected.
1530
+ # **IMPORTANT:**On June 17, 2019, this parameter was deprecated for
1531
+ # log streams, and is always reported as zero. This change applies
1532
+ # only to log streams. The `storedBytes` parameter for log groups is
1533
+ # not affected.
1531
1534
  # @return [Integer]
1532
1535
  #
1533
1536
  # @see http://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/LogStream AWS API Documentation
@@ -2247,7 +2250,7 @@ module Aws::CloudWatchLogs
2247
2250
  # @!attribute [rw] limit
2248
2251
  # The maximum number of log events to return in the query. If the
2249
2252
  # query string uses the `fields` command, only the specified fields
2250
- # and their values are returned.
2253
+ # and their values are returned. The default is 1000.
2251
2254
  # @return [Integer]
2252
2255
  #
2253
2256
  # @see http://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/StartQueryRequest AWS API Documentation
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.26.0
4
+ version: 1.27.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-10-23 00:00:00.000000000 Z
11
+ date: 2019-11-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core