aws-sdk-cloudwatchlogs 1.61.0 → 1.63.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
  SHA256:
3
- metadata.gz: 4535d4125b8f835e05a0423201dde8ba4d2caccb162f163c247f7afbac4be18f
4
- data.tar.gz: e040acfaacb216ddaca1ad66f7dde8c39a5703bc7018749e217e2c4f2fb41e53
3
+ metadata.gz: 8eed67c03b6fd8411e46d82c087afea97d39e8f7bd9af4823c798adbe2282b6d
4
+ data.tar.gz: 9db042afe652f53b242e49e1c0ca9a97140249c28507a11d8ffc8b6219c97f6c
5
5
  SHA512:
6
- metadata.gz: d8a95ffb62792d2eab870c19ce18880ca03105074020ba5ab465d1bc58829d8b70657286f6fc418e2ef29289be73dda08c1a9d1b50a1d3ebfeb5251a497a0559
7
- data.tar.gz: '039e8de35402c06df62edeb1d0aa105bc081f443c7d8127b870b6fa4a330e7919847ca1163eba291725c37dff08132c7680438a000be8ca294a4040b3a057831'
6
+ metadata.gz: d77aaade04edf1626add5a96b5be41cad3209c3c9f82e99ec77537ebdd3fbd92c5e2b9f57466d0079f9dca2be30fd6c049a70ba54bb907f08f782d46e1e5335e
7
+ data.tar.gz: 6da09ec0189e23dd971e82167bbc748ecca6b1daafcbddb48ce8c0090b636ac2a9aab5bc470d6d85e225fe6edc0400e924c910350022cf380121b5b3af6f45ac
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.63.0 (2023-05-31)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.62.0 (2023-01-19)
10
+ ------------------
11
+
12
+ * Feature - Bug fix - Removed the regex pattern validation from CoralModel to avoid potential security issue.
13
+
4
14
  1.61.0 (2023-01-18)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.61.0
1
+ 1.63.0
@@ -275,6 +275,11 @@ module Aws::CloudWatchLogs
275
275
  # in the future.
276
276
  #
277
277
  #
278
+ # @option options [String] :sdk_ua_app_id
279
+ # A unique and opaque application ID that is appended to the
280
+ # User-Agent header as app/<sdk_ua_app_id>. It should have a
281
+ # maximum length of 50.
282
+ #
278
283
  # @option options [String] :secret_access_key
279
284
  #
280
285
  # @option options [String] :session_token
@@ -1165,9 +1170,8 @@ module Aws::CloudWatchLogs
1165
1170
  # @option params [String] :log_group_name
1166
1171
  # The name of the log group.
1167
1172
  #
1168
- # <note markdown="1"> If you specify values for both `logGroupName` and
1169
- # `logGroupIdentifier`, the action returns an
1170
- # `InvalidParameterException` error.
1173
+ # <note markdown="1"> You must include either `logGroupIdentifier` or `logGroupName`, but
1174
+ # not both.
1171
1175
  #
1172
1176
  # </note>
1173
1177
  #
@@ -1176,9 +1180,8 @@ module Aws::CloudWatchLogs
1176
1180
  # group is in a source account and you are using a monitoring account,
1177
1181
  # you must use the log group ARN.
1178
1182
  #
1179
- # <note markdown="1"> If you specify values for both `logGroupName` and
1180
- # `logGroupIdentifier`, the action returns an
1181
- # `InvalidParameterException` error.
1183
+ # <note markdown="1"> You must include either `logGroupIdentifier` or `logGroupName`, but
1184
+ # not both.
1182
1185
  #
1183
1186
  # </note>
1184
1187
  #
@@ -1594,9 +1597,8 @@ module Aws::CloudWatchLogs
1594
1597
  # @option params [String] :log_group_name
1595
1598
  # The name of the log group to search.
1596
1599
  #
1597
- # <note markdown="1"> If you specify values for both `logGroupName` and
1598
- # `logGroupIdentifier`, the action returns an
1599
- # `InvalidParameterException` error.
1600
+ # <note markdown="1"> You must include either `logGroupIdentifier` or `logGroupName`, but
1601
+ # not both.
1600
1602
  #
1601
1603
  # </note>
1602
1604
  #
@@ -1605,9 +1607,8 @@ module Aws::CloudWatchLogs
1605
1607
  # from. If the log group is in a source account and you are using a
1606
1608
  # monitoring account, you must use the log group ARN.
1607
1609
  #
1608
- # <note markdown="1"> If you specify values for both `logGroupName` and
1609
- # `logGroupIdentifier`, the action returns an
1610
- # `InvalidParameterException` error.
1610
+ # <note markdown="1"> You must include either `logGroupIdentifier` or `logGroupName`, but
1611
+ # not both.
1611
1612
  #
1612
1613
  # </note>
1613
1614
  #
@@ -1776,9 +1777,8 @@ module Aws::CloudWatchLogs
1776
1777
  # @option params [String] :log_group_name
1777
1778
  # The name of the log group.
1778
1779
  #
1779
- # <note markdown="1"> If you specify values for both `logGroupName` and
1780
- # `logGroupIdentifier`, the action returns an
1781
- # `InvalidParameterException` error.
1780
+ # <note markdown="1"> You must include either `logGroupIdentifier` or `logGroupName`, but
1781
+ # not both.
1782
1782
  #
1783
1783
  # </note>
1784
1784
  #
@@ -1787,9 +1787,8 @@ module Aws::CloudWatchLogs
1787
1787
  # If the log group is in a source account and you are using a monitoring
1788
1788
  # account, you must use the log group ARN.
1789
1789
  #
1790
- # <note markdown="1"> If you specify values for both `logGroupName` and
1791
- # `logGroupIdentifier`, the action returns an
1792
- # `InvalidParameterException` error.
1790
+ # <note markdown="1"> You must include either `logGroupIdentifier` or `logGroupName`, but
1791
+ # not both.
1793
1792
  #
1794
1793
  # </note>
1795
1794
  #
@@ -1902,9 +1901,8 @@ module Aws::CloudWatchLogs
1902
1901
  # @option params [String] :log_group_name
1903
1902
  # The name of the log group to search.
1904
1903
  #
1905
- # <note markdown="1"> If you specify values for both `logGroupName` and
1906
- # `logGroupIdentifier`, the action returns an
1907
- # `InvalidParameterException` error.
1904
+ # <note markdown="1"> You must include either `logGroupIdentifier` or `logGroupName`, but
1905
+ # not both.
1908
1906
  #
1909
1907
  # </note>
1910
1908
  #
@@ -1921,9 +1919,8 @@ module Aws::CloudWatchLogs
1921
1919
  # group is in a source account and you are using a monitoring account,
1922
1920
  # you must specify the ARN.
1923
1921
  #
1924
- # <note markdown="1"> If you specify values for both `logGroupName` and
1925
- # `logGroupIdentifier`, the action returns an
1926
- # `InvalidParameterException` error.
1922
+ # <note markdown="1"> You must include either `logGroupIdentifier` or `logGroupName`, but
1923
+ # not both.
1927
1924
  #
1928
1925
  # </note>
1929
1926
  #
@@ -3227,7 +3224,7 @@ module Aws::CloudWatchLogs
3227
3224
  params: params,
3228
3225
  config: config)
3229
3226
  context[:gem_name] = 'aws-sdk-cloudwatchlogs'
3230
- context[:gem_version] = '1.61.0'
3227
+ context[:gem_version] = '1.63.0'
3231
3228
  Seahorse::Client::Request.new(handlers, context)
3232
3229
  end
3233
3230
 
@@ -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"> If you specify values for both `logGroupName` and
517
- # `logGroupIdentifier`, the action returns an
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"> If you specify values for both `logGroupName` and
529
- # `logGroupIdentifier`, the action returns an
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"> If you specify values for both `logGroupName` and
1004
- # `logGroupIdentifier`, the action returns an
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"> If you specify values for both `logGroupName` and
1016
- # `logGroupIdentifier`, the action returns an
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"> If you specify values for both `logGroupName` and
1213
- # `logGroupIdentifier`, the action returns an
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"> If you specify values for both `logGroupName` and
1225
- # `logGroupIdentifier`, the action returns an
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"> If you specify values for both `logGroupName` and
1324
- # `logGroupIdentifier`, the action returns an
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"> If you specify values for both `logGroupName` and
1345
- # `logGroupIdentifier`, the action returns an
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]
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-cloudwatchlogs/customizations'
52
52
  # @!group service
53
53
  module Aws::CloudWatchLogs
54
54
 
55
- GEM_VERSION = '1.61.0'
55
+ GEM_VERSION = '1.63.0'
56
56
 
57
57
  end
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.61.0
4
+ version: 1.63.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-18 00:00:00.000000000 Z
11
+ date: 2023-05-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.165.0
22
+ version: 3.174.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.165.0
32
+ version: 3.174.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement