aws-sdk-cloudwatchlogs 1.12.0 → 1.13.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 77abb4b497dba745c931f7359da3f13a1a712599
4
- data.tar.gz: 00d90a3f1c5a1625a193e503a9273d11de6494ec
3
+ metadata.gz: 5d311cc9ca02912535c6aa477b6bf1c11758fb5a
4
+ data.tar.gz: 95cd91fbd781d1bc3ef43e66f8c6df244739018a
5
5
  SHA512:
6
- metadata.gz: c2fd0108fe3cc96cb9dd45570c2fd204e9b545cd369b79cf45e18e3f0adc72dff9fe688e5bc485268d4018debabae26199138e454ef3191362512f59beb87e74
7
- data.tar.gz: ccf4562b70b4a1433527a71f534be572ef9c99cb91eec991f0db096d82553dc8cdcd5900203be5e93e06412dff29d09a1df46e43387767c82ddf22f9962757ec
6
+ metadata.gz: 664bb4c4dd801a1a3a3f182621eebe69b20c373cdd9f4fe10e727ae98ad623a3a6b33dc3d016a0997b6d6287bd28ab758fdcc4b3a0010a66254dc75163073d0c
7
+ data.tar.gz: 3e6ed57d528cf81498cd6dc9ba5ebb814004d0e2aa17e6e4ea7d18a8395a1adf31c05db39cc5c4656c2e1e92abea37eaeaa163f1a555756578add5d23ab7e99e
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-cloudwatchlogs/customizations'
42
42
  # @service
43
43
  module Aws::CloudWatchLogs
44
44
 
45
- GEM_VERSION = '1.12.0'
45
+ GEM_VERSION = '1.13.0'
46
46
 
47
47
  end
@@ -1838,8 +1838,8 @@ module Aws::CloudWatchLogs
1838
1838
  end
1839
1839
 
1840
1840
  # Schedules a query of a log group using CloudWatch Logs Insights. You
1841
- # specify the log group to query, the query string to use, and the time
1842
- # to query.
1841
+ # specify the log group and time range to query, and the query string to
1842
+ # use.
1843
1843
  #
1844
1844
  # For more information, see [CloudWatch Logs Insights Query Syntax][1].
1845
1845
  #
@@ -1851,12 +1851,12 @@ module Aws::CloudWatchLogs
1851
1851
  # The log group on which to perform the query.
1852
1852
  #
1853
1853
  # @option params [required, Integer] :start_time
1854
- # The time to start the query. Specified as epoch time, the number of
1855
- # seconds since January 1, 1970, 00:00:00 UTC.
1854
+ # The beginning of the time range to query. Specified as epoch time, the
1855
+ # number of seconds since January 1, 1970, 00:00:00 UTC.
1856
1856
  #
1857
1857
  # @option params [required, Integer] :end_time
1858
- # The time to end this query, if it is still running. Specified as epoch
1859
- # time, the number of seconds since January 1, 1970, 00:00:00 UTC.
1858
+ # The end of the time range to query. Specified as epoch time, the
1859
+ # number of seconds since January 1, 1970, 00:00:00 UTC.
1860
1860
  #
1861
1861
  # @option params [required, String] :query_string
1862
1862
  # The query string to use. For more information, see [CloudWatch Logs
@@ -2050,7 +2050,7 @@ module Aws::CloudWatchLogs
2050
2050
  params: params,
2051
2051
  config: config)
2052
2052
  context[:gem_name] = 'aws-sdk-cloudwatchlogs'
2053
- context[:gem_version] = '1.12.0'
2053
+ context[:gem_version] = '1.13.0'
2054
2054
  Seahorse::Client::Request.new(handlers, context)
2055
2055
  end
2056
2056
 
@@ -2149,14 +2149,13 @@ module Aws::CloudWatchLogs
2149
2149
  # @return [String]
2150
2150
  #
2151
2151
  # @!attribute [rw] start_time
2152
- # The time to start the query. Specified as epoch time, the number of
2153
- # seconds since January 1, 1970, 00:00:00 UTC.
2152
+ # The beginning of the time range to query. Specified as epoch time,
2153
+ # the number of seconds since January 1, 1970, 00:00:00 UTC.
2154
2154
  # @return [Integer]
2155
2155
  #
2156
2156
  # @!attribute [rw] end_time
2157
- # The time to end this query, if it is still running. Specified as
2158
- # epoch time, the number of seconds since January 1, 1970, 00:00:00
2159
- # UTC.
2157
+ # The end of the time range to query. Specified as epoch time, the
2158
+ # number of seconds since January 1, 1970, 00:00:00 UTC.
2160
2159
  # @return [Integer]
2161
2160
  #
2162
2161
  # @!attribute [rw] query_string
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.12.0
4
+ version: 1.13.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: 2018-11-28 00:00:00.000000000 Z
11
+ date: 2019-01-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core