aws-sdk-cloudwatchlogs 1.61.0 → 1.62.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-cloudwatchlogs/client.rb +17 -25
- data/lib/aws-sdk-cloudwatchlogs/types.rb +16 -24
- 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: 22968e38919223b8b25fb98065be7e4d838087a139cfda5682f25ae6ec2938ea
|
|
4
|
+
data.tar.gz: a7a6bb4824c8b841b6c7e8f4c2b69bee0f7540786ef2e50603f45051b13de760
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d87574d25967dcbcb7dcc06bf94b04bd0894e3b2de7fdf46a97727ff3ac3a5d3bd746753e961c17f34d6618a4f660fa260a3f4f83836a0b744ef102950227e23
|
|
7
|
+
data.tar.gz: c7dcefd8399ea20ea000ab7a44754cd6599419d6e8bfe45e89d46630e5014bac67d4cca5ff627376baa4f1591c0aa0235f19bb7651de6d06d8a5bfd3f80145ed
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.62.0
|
|
@@ -1165,9 +1165,8 @@ module Aws::CloudWatchLogs
|
|
|
1165
1165
|
# @option params [String] :log_group_name
|
|
1166
1166
|
# The name of the log group.
|
|
1167
1167
|
#
|
|
1168
|
-
# <note markdown="1">
|
|
1169
|
-
#
|
|
1170
|
-
# `InvalidParameterException` error.
|
|
1168
|
+
# <note markdown="1"> You must include either `logGroupIdentifier` or `logGroupName`, but
|
|
1169
|
+
# not both.
|
|
1171
1170
|
#
|
|
1172
1171
|
# </note>
|
|
1173
1172
|
#
|
|
@@ -1176,9 +1175,8 @@ module Aws::CloudWatchLogs
|
|
|
1176
1175
|
# group is in a source account and you are using a monitoring account,
|
|
1177
1176
|
# you must use the log group ARN.
|
|
1178
1177
|
#
|
|
1179
|
-
# <note markdown="1">
|
|
1180
|
-
#
|
|
1181
|
-
# `InvalidParameterException` error.
|
|
1178
|
+
# <note markdown="1"> You must include either `logGroupIdentifier` or `logGroupName`, but
|
|
1179
|
+
# not both.
|
|
1182
1180
|
#
|
|
1183
1181
|
# </note>
|
|
1184
1182
|
#
|
|
@@ -1594,9 +1592,8 @@ module Aws::CloudWatchLogs
|
|
|
1594
1592
|
# @option params [String] :log_group_name
|
|
1595
1593
|
# The name of the log group to search.
|
|
1596
1594
|
#
|
|
1597
|
-
# <note markdown="1">
|
|
1598
|
-
#
|
|
1599
|
-
# `InvalidParameterException` error.
|
|
1595
|
+
# <note markdown="1"> You must include either `logGroupIdentifier` or `logGroupName`, but
|
|
1596
|
+
# not both.
|
|
1600
1597
|
#
|
|
1601
1598
|
# </note>
|
|
1602
1599
|
#
|
|
@@ -1605,9 +1602,8 @@ module Aws::CloudWatchLogs
|
|
|
1605
1602
|
# from. If the log group is in a source account and you are using a
|
|
1606
1603
|
# monitoring account, you must use the log group ARN.
|
|
1607
1604
|
#
|
|
1608
|
-
# <note markdown="1">
|
|
1609
|
-
#
|
|
1610
|
-
# `InvalidParameterException` error.
|
|
1605
|
+
# <note markdown="1"> You must include either `logGroupIdentifier` or `logGroupName`, but
|
|
1606
|
+
# not both.
|
|
1611
1607
|
#
|
|
1612
1608
|
# </note>
|
|
1613
1609
|
#
|
|
@@ -1776,9 +1772,8 @@ module Aws::CloudWatchLogs
|
|
|
1776
1772
|
# @option params [String] :log_group_name
|
|
1777
1773
|
# The name of the log group.
|
|
1778
1774
|
#
|
|
1779
|
-
# <note markdown="1">
|
|
1780
|
-
#
|
|
1781
|
-
# `InvalidParameterException` error.
|
|
1775
|
+
# <note markdown="1"> You must include either `logGroupIdentifier` or `logGroupName`, but
|
|
1776
|
+
# not both.
|
|
1782
1777
|
#
|
|
1783
1778
|
# </note>
|
|
1784
1779
|
#
|
|
@@ -1787,9 +1782,8 @@ module Aws::CloudWatchLogs
|
|
|
1787
1782
|
# If the log group is in a source account and you are using a monitoring
|
|
1788
1783
|
# account, you must use the log group ARN.
|
|
1789
1784
|
#
|
|
1790
|
-
# <note markdown="1">
|
|
1791
|
-
#
|
|
1792
|
-
# `InvalidParameterException` error.
|
|
1785
|
+
# <note markdown="1"> You must include either `logGroupIdentifier` or `logGroupName`, but
|
|
1786
|
+
# not both.
|
|
1793
1787
|
#
|
|
1794
1788
|
# </note>
|
|
1795
1789
|
#
|
|
@@ -1902,9 +1896,8 @@ module Aws::CloudWatchLogs
|
|
|
1902
1896
|
# @option params [String] :log_group_name
|
|
1903
1897
|
# The name of the log group to search.
|
|
1904
1898
|
#
|
|
1905
|
-
# <note markdown="1">
|
|
1906
|
-
#
|
|
1907
|
-
# `InvalidParameterException` error.
|
|
1899
|
+
# <note markdown="1"> You must include either `logGroupIdentifier` or `logGroupName`, but
|
|
1900
|
+
# not both.
|
|
1908
1901
|
#
|
|
1909
1902
|
# </note>
|
|
1910
1903
|
#
|
|
@@ -1921,9 +1914,8 @@ module Aws::CloudWatchLogs
|
|
|
1921
1914
|
# group is in a source account and you are using a monitoring account,
|
|
1922
1915
|
# you must specify the ARN.
|
|
1923
1916
|
#
|
|
1924
|
-
# <note markdown="1">
|
|
1925
|
-
#
|
|
1926
|
-
# `InvalidParameterException` error.
|
|
1917
|
+
# <note markdown="1"> You must include either `logGroupIdentifier` or `logGroupName`, but
|
|
1918
|
+
# not both.
|
|
1927
1919
|
#
|
|
1928
1920
|
# </note>
|
|
1929
1921
|
#
|
|
@@ -3227,7 +3219,7 @@ module Aws::CloudWatchLogs
|
|
|
3227
3219
|
params: params,
|
|
3228
3220
|
config: config)
|
|
3229
3221
|
context[:gem_name] = 'aws-sdk-cloudwatchlogs'
|
|
3230
|
-
context[:gem_version] = '1.
|
|
3222
|
+
context[:gem_version] = '1.62.0'
|
|
3231
3223
|
Seahorse::Client::Request.new(handlers, context)
|
|
3232
3224
|
end
|
|
3233
3225
|
|
|
@@ -513,9 +513,8 @@ module Aws::CloudWatchLogs
|
|
|
513
513
|
# @!attribute [rw] log_group_name
|
|
514
514
|
# The name of the log group.
|
|
515
515
|
#
|
|
516
|
-
# <note markdown="1">
|
|
517
|
-
#
|
|
518
|
-
# `InvalidParameterException` error.
|
|
516
|
+
# <note markdown="1"> You must include either `logGroupIdentifier` or `logGroupName`, but
|
|
517
|
+
# not both.
|
|
519
518
|
#
|
|
520
519
|
# </note>
|
|
521
520
|
# @return [String]
|
|
@@ -525,9 +524,8 @@ module Aws::CloudWatchLogs
|
|
|
525
524
|
# group is in a source account and you are using a monitoring account,
|
|
526
525
|
# you must use the log group ARN.
|
|
527
526
|
#
|
|
528
|
-
# <note markdown="1">
|
|
529
|
-
#
|
|
530
|
-
# `InvalidParameterException` error.
|
|
527
|
+
# <note markdown="1"> You must include either `logGroupIdentifier` or `logGroupName`, but
|
|
528
|
+
# not both.
|
|
531
529
|
#
|
|
532
530
|
# </note>
|
|
533
531
|
# @return [String]
|
|
@@ -1000,9 +998,8 @@ module Aws::CloudWatchLogs
|
|
|
1000
998
|
# @!attribute [rw] log_group_name
|
|
1001
999
|
# The name of the log group to search.
|
|
1002
1000
|
#
|
|
1003
|
-
# <note markdown="1">
|
|
1004
|
-
#
|
|
1005
|
-
# `InvalidParameterException` error.
|
|
1001
|
+
# <note markdown="1"> You must include either `logGroupIdentifier` or `logGroupName`, but
|
|
1002
|
+
# not both.
|
|
1006
1003
|
#
|
|
1007
1004
|
# </note>
|
|
1008
1005
|
# @return [String]
|
|
@@ -1012,9 +1009,8 @@ module Aws::CloudWatchLogs
|
|
|
1012
1009
|
# from. If the log group is in a source account and you are using a
|
|
1013
1010
|
# monitoring account, you must use the log group ARN.
|
|
1014
1011
|
#
|
|
1015
|
-
# <note markdown="1">
|
|
1016
|
-
#
|
|
1017
|
-
# `InvalidParameterException` error.
|
|
1012
|
+
# <note markdown="1"> You must include either `logGroupIdentifier` or `logGroupName`, but
|
|
1013
|
+
# not both.
|
|
1018
1014
|
#
|
|
1019
1015
|
# </note>
|
|
1020
1016
|
# @return [String]
|
|
@@ -1209,9 +1205,8 @@ module Aws::CloudWatchLogs
|
|
|
1209
1205
|
# @!attribute [rw] log_group_name
|
|
1210
1206
|
# The name of the log group.
|
|
1211
1207
|
#
|
|
1212
|
-
# <note markdown="1">
|
|
1213
|
-
#
|
|
1214
|
-
# `InvalidParameterException` error.
|
|
1208
|
+
# <note markdown="1"> You must include either `logGroupIdentifier` or `logGroupName`, but
|
|
1209
|
+
# not both.
|
|
1215
1210
|
#
|
|
1216
1211
|
# </note>
|
|
1217
1212
|
# @return [String]
|
|
@@ -1221,9 +1216,8 @@ module Aws::CloudWatchLogs
|
|
|
1221
1216
|
# If the log group is in a source account and you are using a
|
|
1222
1217
|
# monitoring account, you must use the log group ARN.
|
|
1223
1218
|
#
|
|
1224
|
-
# <note markdown="1">
|
|
1225
|
-
#
|
|
1226
|
-
# `InvalidParameterException` error.
|
|
1219
|
+
# <note markdown="1"> You must include either `logGroupIdentifier` or `logGroupName`, but
|
|
1220
|
+
# not both.
|
|
1227
1221
|
#
|
|
1228
1222
|
# </note>
|
|
1229
1223
|
# @return [String]
|
|
@@ -1320,9 +1314,8 @@ module Aws::CloudWatchLogs
|
|
|
1320
1314
|
# @!attribute [rw] log_group_name
|
|
1321
1315
|
# The name of the log group to search.
|
|
1322
1316
|
#
|
|
1323
|
-
# <note markdown="1">
|
|
1324
|
-
#
|
|
1325
|
-
# `InvalidParameterException` error.
|
|
1317
|
+
# <note markdown="1"> You must include either `logGroupIdentifier` or `logGroupName`, but
|
|
1318
|
+
# not both.
|
|
1326
1319
|
#
|
|
1327
1320
|
# </note>
|
|
1328
1321
|
# @return [String]
|
|
@@ -1341,9 +1334,8 @@ module Aws::CloudWatchLogs
|
|
|
1341
1334
|
# group is in a source account and you are using a monitoring account,
|
|
1342
1335
|
# you must specify the ARN.
|
|
1343
1336
|
#
|
|
1344
|
-
# <note markdown="1">
|
|
1345
|
-
#
|
|
1346
|
-
# `InvalidParameterException` error.
|
|
1337
|
+
# <note markdown="1"> You must include either `logGroupIdentifier` or `logGroupName`, but
|
|
1338
|
+
# not both.
|
|
1347
1339
|
#
|
|
1348
1340
|
# </note>
|
|
1349
1341
|
# @return [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.62.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: 2023-01-
|
|
11
|
+
date: 2023-01-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|