aws-sdk-cloudwatchlogs 1.12.0 → 1.13.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5d311cc9ca02912535c6aa477b6bf1c11758fb5a
|
4
|
+
data.tar.gz: 95cd91fbd781d1bc3ef43e66f8c6df244739018a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 664bb4c4dd801a1a3a3f182621eebe69b20c373cdd9f4fe10e727ae98ad623a3a6b33dc3d016a0997b6d6287bd28ab758fdcc4b3a0010a66254dc75163073d0c
|
7
|
+
data.tar.gz: 3e6ed57d528cf81498cd6dc9ba5ebb814004d0e2aa17e6e4ea7d18a8395a1adf31c05db39cc5c4656c2e1e92abea37eaeaa163f1a555756578add5d23ab7e99e
|
@@ -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
|
1842
|
-
#
|
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
|
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
|
1859
|
-
#
|
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.
|
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
|
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
|
2158
|
-
#
|
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.
|
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:
|
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
|