aws-sdk-cloudwatchlogs 1.32.1 → 1.33.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/lib/aws-sdk-cloudwatchlogs.rb +3 -1
- data/lib/aws-sdk-cloudwatchlogs/client.rb +3 -1
- data/lib/aws-sdk-cloudwatchlogs/client_api.rb +2 -0
- data/lib/aws-sdk-cloudwatchlogs/customizations.rb +1 -0
- data/lib/aws-sdk-cloudwatchlogs/errors.rb +2 -0
- data/lib/aws-sdk-cloudwatchlogs/resource.rb +2 -0
- data/lib/aws-sdk-cloudwatchlogs/types.rb +94 -0
- 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: ffb11f3cd2a519f1d87e4253abb57b2ec4d68ba14f923115f995aa396cf07606
|
|
4
|
+
data.tar.gz: 2fadfb05b4e41bf44fa6c65018cc05b632568eab20dabc315e6f4d9628dd0a85
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5a361d36746e2aa11f06ee64babb0e9c717bb5f4b34fd7ff8ec483da0c0e093ca6a44b8e0b38d51aaf242a5a3a5d6711a216b077f2d95962c3710e9b9dc0406f
|
|
7
|
+
data.tar.gz: d24cefcc2431f67925ec3b97a4dec84d8d21162e3b3bfacd332083ee483f8c4baa56eced8e34621b7b04daee9d53456b93dd0240f2a555c93993e6010985a701
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
|
2
4
|
#
|
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
|
@@ -45,6 +47,6 @@ require_relative 'aws-sdk-cloudwatchlogs/customizations'
|
|
|
45
47
|
# @service
|
|
46
48
|
module Aws::CloudWatchLogs
|
|
47
49
|
|
|
48
|
-
GEM_VERSION = '1.
|
|
50
|
+
GEM_VERSION = '1.33.0'
|
|
49
51
|
|
|
50
52
|
end
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
|
2
4
|
#
|
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
|
@@ -2380,7 +2382,7 @@ module Aws::CloudWatchLogs
|
|
|
2380
2382
|
params: params,
|
|
2381
2383
|
config: config)
|
|
2382
2384
|
context[:gem_name] = 'aws-sdk-cloudwatchlogs'
|
|
2383
|
-
context[:gem_version] = '1.
|
|
2385
|
+
context[:gem_version] = '1.33.0'
|
|
2384
2386
|
Seahorse::Client::Request.new(handlers, context)
|
|
2385
2387
|
end
|
|
2386
2388
|
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
|
2
4
|
#
|
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
|
@@ -37,6 +39,7 @@ module Aws::CloudWatchLogs
|
|
|
37
39
|
class AssociateKmsKeyRequest < Struct.new(
|
|
38
40
|
:log_group_name,
|
|
39
41
|
:kms_key_id)
|
|
42
|
+
SENSITIVE = []
|
|
40
43
|
include Aws::Structure
|
|
41
44
|
end
|
|
42
45
|
|
|
@@ -55,6 +58,7 @@ module Aws::CloudWatchLogs
|
|
|
55
58
|
#
|
|
56
59
|
class CancelExportTaskRequest < Struct.new(
|
|
57
60
|
:task_id)
|
|
61
|
+
SENSITIVE = []
|
|
58
62
|
include Aws::Structure
|
|
59
63
|
end
|
|
60
64
|
|
|
@@ -116,6 +120,7 @@ module Aws::CloudWatchLogs
|
|
|
116
120
|
:to,
|
|
117
121
|
:destination,
|
|
118
122
|
:destination_prefix)
|
|
123
|
+
SENSITIVE = []
|
|
119
124
|
include Aws::Structure
|
|
120
125
|
end
|
|
121
126
|
|
|
@@ -127,6 +132,7 @@ module Aws::CloudWatchLogs
|
|
|
127
132
|
#
|
|
128
133
|
class CreateExportTaskResponse < Struct.new(
|
|
129
134
|
:task_id)
|
|
135
|
+
SENSITIVE = []
|
|
130
136
|
include Aws::Structure
|
|
131
137
|
end
|
|
132
138
|
|
|
@@ -165,6 +171,7 @@ module Aws::CloudWatchLogs
|
|
|
165
171
|
:log_group_name,
|
|
166
172
|
:kms_key_id,
|
|
167
173
|
:tags)
|
|
174
|
+
SENSITIVE = []
|
|
168
175
|
include Aws::Structure
|
|
169
176
|
end
|
|
170
177
|
|
|
@@ -189,6 +196,7 @@ module Aws::CloudWatchLogs
|
|
|
189
196
|
class CreateLogStreamRequest < Struct.new(
|
|
190
197
|
:log_group_name,
|
|
191
198
|
:log_stream_name)
|
|
199
|
+
SENSITIVE = []
|
|
192
200
|
include Aws::Structure
|
|
193
201
|
end
|
|
194
202
|
|
|
@@ -201,6 +209,7 @@ module Aws::CloudWatchLogs
|
|
|
201
209
|
#
|
|
202
210
|
class DataAlreadyAcceptedException < Struct.new(
|
|
203
211
|
:expected_sequence_token)
|
|
212
|
+
SENSITIVE = []
|
|
204
213
|
include Aws::Structure
|
|
205
214
|
end
|
|
206
215
|
|
|
@@ -219,6 +228,7 @@ module Aws::CloudWatchLogs
|
|
|
219
228
|
#
|
|
220
229
|
class DeleteDestinationRequest < Struct.new(
|
|
221
230
|
:destination_name)
|
|
231
|
+
SENSITIVE = []
|
|
222
232
|
include Aws::Structure
|
|
223
233
|
end
|
|
224
234
|
|
|
@@ -237,6 +247,7 @@ module Aws::CloudWatchLogs
|
|
|
237
247
|
#
|
|
238
248
|
class DeleteLogGroupRequest < Struct.new(
|
|
239
249
|
:log_group_name)
|
|
250
|
+
SENSITIVE = []
|
|
240
251
|
include Aws::Structure
|
|
241
252
|
end
|
|
242
253
|
|
|
@@ -261,6 +272,7 @@ module Aws::CloudWatchLogs
|
|
|
261
272
|
class DeleteLogStreamRequest < Struct.new(
|
|
262
273
|
:log_group_name,
|
|
263
274
|
:log_stream_name)
|
|
275
|
+
SENSITIVE = []
|
|
264
276
|
include Aws::Structure
|
|
265
277
|
end
|
|
266
278
|
|
|
@@ -285,6 +297,7 @@ module Aws::CloudWatchLogs
|
|
|
285
297
|
class DeleteMetricFilterRequest < Struct.new(
|
|
286
298
|
:log_group_name,
|
|
287
299
|
:filter_name)
|
|
300
|
+
SENSITIVE = []
|
|
288
301
|
include Aws::Structure
|
|
289
302
|
end
|
|
290
303
|
|
|
@@ -302,6 +315,7 @@ module Aws::CloudWatchLogs
|
|
|
302
315
|
#
|
|
303
316
|
class DeleteQueryDefinitionRequest < Struct.new(
|
|
304
317
|
:query_definition_id)
|
|
318
|
+
SENSITIVE = []
|
|
305
319
|
include Aws::Structure
|
|
306
320
|
end
|
|
307
321
|
|
|
@@ -312,6 +326,7 @@ module Aws::CloudWatchLogs
|
|
|
312
326
|
#
|
|
313
327
|
class DeleteQueryDefinitionResponse < Struct.new(
|
|
314
328
|
:success)
|
|
329
|
+
SENSITIVE = []
|
|
315
330
|
include Aws::Structure
|
|
316
331
|
end
|
|
317
332
|
|
|
@@ -330,6 +345,7 @@ module Aws::CloudWatchLogs
|
|
|
330
345
|
#
|
|
331
346
|
class DeleteResourcePolicyRequest < Struct.new(
|
|
332
347
|
:policy_name)
|
|
348
|
+
SENSITIVE = []
|
|
333
349
|
include Aws::Structure
|
|
334
350
|
end
|
|
335
351
|
|
|
@@ -348,6 +364,7 @@ module Aws::CloudWatchLogs
|
|
|
348
364
|
#
|
|
349
365
|
class DeleteRetentionPolicyRequest < Struct.new(
|
|
350
366
|
:log_group_name)
|
|
367
|
+
SENSITIVE = []
|
|
351
368
|
include Aws::Structure
|
|
352
369
|
end
|
|
353
370
|
|
|
@@ -372,6 +389,7 @@ module Aws::CloudWatchLogs
|
|
|
372
389
|
class DeleteSubscriptionFilterRequest < Struct.new(
|
|
373
390
|
:log_group_name,
|
|
374
391
|
:filter_name)
|
|
392
|
+
SENSITIVE = []
|
|
375
393
|
include Aws::Structure
|
|
376
394
|
end
|
|
377
395
|
|
|
@@ -405,6 +423,7 @@ module Aws::CloudWatchLogs
|
|
|
405
423
|
:destination_name_prefix,
|
|
406
424
|
:next_token,
|
|
407
425
|
:limit)
|
|
426
|
+
SENSITIVE = []
|
|
408
427
|
include Aws::Structure
|
|
409
428
|
end
|
|
410
429
|
|
|
@@ -422,6 +441,7 @@ module Aws::CloudWatchLogs
|
|
|
422
441
|
class DescribeDestinationsResponse < Struct.new(
|
|
423
442
|
:destinations,
|
|
424
443
|
:next_token)
|
|
444
|
+
SENSITIVE = []
|
|
425
445
|
include Aws::Structure
|
|
426
446
|
end
|
|
427
447
|
|
|
@@ -462,6 +482,7 @@ module Aws::CloudWatchLogs
|
|
|
462
482
|
:status_code,
|
|
463
483
|
:next_token,
|
|
464
484
|
:limit)
|
|
485
|
+
SENSITIVE = []
|
|
465
486
|
include Aws::Structure
|
|
466
487
|
end
|
|
467
488
|
|
|
@@ -479,6 +500,7 @@ module Aws::CloudWatchLogs
|
|
|
479
500
|
class DescribeExportTasksResponse < Struct.new(
|
|
480
501
|
:export_tasks,
|
|
481
502
|
:next_token)
|
|
503
|
+
SENSITIVE = []
|
|
482
504
|
include Aws::Structure
|
|
483
505
|
end
|
|
484
506
|
|
|
@@ -511,6 +533,7 @@ module Aws::CloudWatchLogs
|
|
|
511
533
|
:log_group_name_prefix,
|
|
512
534
|
:next_token,
|
|
513
535
|
:limit)
|
|
536
|
+
SENSITIVE = []
|
|
514
537
|
include Aws::Structure
|
|
515
538
|
end
|
|
516
539
|
|
|
@@ -528,6 +551,7 @@ module Aws::CloudWatchLogs
|
|
|
528
551
|
class DescribeLogGroupsResponse < Struct.new(
|
|
529
552
|
:log_groups,
|
|
530
553
|
:next_token)
|
|
554
|
+
SENSITIVE = []
|
|
531
555
|
include Aws::Structure
|
|
532
556
|
end
|
|
533
557
|
|
|
@@ -594,6 +618,7 @@ module Aws::CloudWatchLogs
|
|
|
594
618
|
:descending,
|
|
595
619
|
:next_token,
|
|
596
620
|
:limit)
|
|
621
|
+
SENSITIVE = []
|
|
597
622
|
include Aws::Structure
|
|
598
623
|
end
|
|
599
624
|
|
|
@@ -611,6 +636,7 @@ module Aws::CloudWatchLogs
|
|
|
611
636
|
class DescribeLogStreamsResponse < Struct.new(
|
|
612
637
|
:log_streams,
|
|
613
638
|
:next_token)
|
|
639
|
+
SENSITIVE = []
|
|
614
640
|
include Aws::Structure
|
|
615
641
|
end
|
|
616
642
|
|
|
@@ -665,6 +691,7 @@ module Aws::CloudWatchLogs
|
|
|
665
691
|
:limit,
|
|
666
692
|
:metric_name,
|
|
667
693
|
:metric_namespace)
|
|
694
|
+
SENSITIVE = []
|
|
668
695
|
include Aws::Structure
|
|
669
696
|
end
|
|
670
697
|
|
|
@@ -682,6 +709,7 @@ module Aws::CloudWatchLogs
|
|
|
682
709
|
class DescribeMetricFiltersResponse < Struct.new(
|
|
683
710
|
:metric_filters,
|
|
684
711
|
:next_token)
|
|
712
|
+
SENSITIVE = []
|
|
685
713
|
include Aws::Structure
|
|
686
714
|
end
|
|
687
715
|
|
|
@@ -722,6 +750,7 @@ module Aws::CloudWatchLogs
|
|
|
722
750
|
:status,
|
|
723
751
|
:max_results,
|
|
724
752
|
:next_token)
|
|
753
|
+
SENSITIVE = []
|
|
725
754
|
include Aws::Structure
|
|
726
755
|
end
|
|
727
756
|
|
|
@@ -739,6 +768,7 @@ module Aws::CloudWatchLogs
|
|
|
739
768
|
class DescribeQueriesResponse < Struct.new(
|
|
740
769
|
:queries,
|
|
741
770
|
:next_token)
|
|
771
|
+
SENSITIVE = []
|
|
742
772
|
include Aws::Structure
|
|
743
773
|
end
|
|
744
774
|
|
|
@@ -768,6 +798,7 @@ module Aws::CloudWatchLogs
|
|
|
768
798
|
:query_definition_name_prefix,
|
|
769
799
|
:max_results,
|
|
770
800
|
:next_token)
|
|
801
|
+
SENSITIVE = []
|
|
771
802
|
include Aws::Structure
|
|
772
803
|
end
|
|
773
804
|
|
|
@@ -784,6 +815,7 @@ module Aws::CloudWatchLogs
|
|
|
784
815
|
class DescribeQueryDefinitionsResponse < Struct.new(
|
|
785
816
|
:query_definitions,
|
|
786
817
|
:next_token)
|
|
818
|
+
SENSITIVE = []
|
|
787
819
|
include Aws::Structure
|
|
788
820
|
end
|
|
789
821
|
|
|
@@ -810,6 +842,7 @@ module Aws::CloudWatchLogs
|
|
|
810
842
|
class DescribeResourcePoliciesRequest < Struct.new(
|
|
811
843
|
:next_token,
|
|
812
844
|
:limit)
|
|
845
|
+
SENSITIVE = []
|
|
813
846
|
include Aws::Structure
|
|
814
847
|
end
|
|
815
848
|
|
|
@@ -827,6 +860,7 @@ module Aws::CloudWatchLogs
|
|
|
827
860
|
class DescribeResourcePoliciesResponse < Struct.new(
|
|
828
861
|
:resource_policies,
|
|
829
862
|
:next_token)
|
|
863
|
+
SENSITIVE = []
|
|
830
864
|
include Aws::Structure
|
|
831
865
|
end
|
|
832
866
|
|
|
@@ -866,6 +900,7 @@ module Aws::CloudWatchLogs
|
|
|
866
900
|
:filter_name_prefix,
|
|
867
901
|
:next_token,
|
|
868
902
|
:limit)
|
|
903
|
+
SENSITIVE = []
|
|
869
904
|
include Aws::Structure
|
|
870
905
|
end
|
|
871
906
|
|
|
@@ -883,6 +918,7 @@ module Aws::CloudWatchLogs
|
|
|
883
918
|
class DescribeSubscriptionFiltersResponse < Struct.new(
|
|
884
919
|
:subscription_filters,
|
|
885
920
|
:next_token)
|
|
921
|
+
SENSITIVE = []
|
|
886
922
|
include Aws::Structure
|
|
887
923
|
end
|
|
888
924
|
|
|
@@ -926,6 +962,7 @@ module Aws::CloudWatchLogs
|
|
|
926
962
|
:access_policy,
|
|
927
963
|
:arn,
|
|
928
964
|
:creation_time)
|
|
965
|
+
SENSITIVE = []
|
|
929
966
|
include Aws::Structure
|
|
930
967
|
end
|
|
931
968
|
|
|
@@ -944,6 +981,7 @@ module Aws::CloudWatchLogs
|
|
|
944
981
|
#
|
|
945
982
|
class DisassociateKmsKeyRequest < Struct.new(
|
|
946
983
|
:log_group_name)
|
|
984
|
+
SENSITIVE = []
|
|
947
985
|
include Aws::Structure
|
|
948
986
|
end
|
|
949
987
|
|
|
@@ -1002,6 +1040,7 @@ module Aws::CloudWatchLogs
|
|
|
1002
1040
|
:destination_prefix,
|
|
1003
1041
|
:status,
|
|
1004
1042
|
:execution_info)
|
|
1043
|
+
SENSITIVE = []
|
|
1005
1044
|
include Aws::Structure
|
|
1006
1045
|
end
|
|
1007
1046
|
|
|
@@ -1022,6 +1061,7 @@ module Aws::CloudWatchLogs
|
|
|
1022
1061
|
class ExportTaskExecutionInfo < Struct.new(
|
|
1023
1062
|
:creation_time,
|
|
1024
1063
|
:completion_time)
|
|
1064
|
+
SENSITIVE = []
|
|
1025
1065
|
include Aws::Structure
|
|
1026
1066
|
end
|
|
1027
1067
|
|
|
@@ -1040,6 +1080,7 @@ module Aws::CloudWatchLogs
|
|
|
1040
1080
|
class ExportTaskStatus < Struct.new(
|
|
1041
1081
|
:code,
|
|
1042
1082
|
:message)
|
|
1083
|
+
SENSITIVE = []
|
|
1043
1084
|
include Aws::Structure
|
|
1044
1085
|
end
|
|
1045
1086
|
|
|
@@ -1139,6 +1180,7 @@ module Aws::CloudWatchLogs
|
|
|
1139
1180
|
:next_token,
|
|
1140
1181
|
:limit,
|
|
1141
1182
|
:interleaved)
|
|
1183
|
+
SENSITIVE = []
|
|
1142
1184
|
include Aws::Structure
|
|
1143
1185
|
end
|
|
1144
1186
|
|
|
@@ -1162,6 +1204,7 @@ module Aws::CloudWatchLogs
|
|
|
1162
1204
|
:events,
|
|
1163
1205
|
:searched_log_streams,
|
|
1164
1206
|
:next_token)
|
|
1207
|
+
SENSITIVE = []
|
|
1165
1208
|
include Aws::Structure
|
|
1166
1209
|
end
|
|
1167
1210
|
|
|
@@ -1197,6 +1240,7 @@ module Aws::CloudWatchLogs
|
|
|
1197
1240
|
:message,
|
|
1198
1241
|
:ingestion_time,
|
|
1199
1242
|
:event_id)
|
|
1243
|
+
SENSITIVE = []
|
|
1200
1244
|
include Aws::Structure
|
|
1201
1245
|
end
|
|
1202
1246
|
|
|
@@ -1267,6 +1311,7 @@ module Aws::CloudWatchLogs
|
|
|
1267
1311
|
:next_token,
|
|
1268
1312
|
:limit,
|
|
1269
1313
|
:start_from_head)
|
|
1314
|
+
SENSITIVE = []
|
|
1270
1315
|
include Aws::Structure
|
|
1271
1316
|
end
|
|
1272
1317
|
|
|
@@ -1293,6 +1338,7 @@ module Aws::CloudWatchLogs
|
|
|
1293
1338
|
:events,
|
|
1294
1339
|
:next_forward_token,
|
|
1295
1340
|
:next_backward_token)
|
|
1341
|
+
SENSITIVE = []
|
|
1296
1342
|
include Aws::Structure
|
|
1297
1343
|
end
|
|
1298
1344
|
|
|
@@ -1322,6 +1368,7 @@ module Aws::CloudWatchLogs
|
|
|
1322
1368
|
class GetLogGroupFieldsRequest < Struct.new(
|
|
1323
1369
|
:log_group_name,
|
|
1324
1370
|
:time)
|
|
1371
|
+
SENSITIVE = []
|
|
1325
1372
|
include Aws::Structure
|
|
1326
1373
|
end
|
|
1327
1374
|
|
|
@@ -1335,6 +1382,7 @@ module Aws::CloudWatchLogs
|
|
|
1335
1382
|
#
|
|
1336
1383
|
class GetLogGroupFieldsResponse < Struct.new(
|
|
1337
1384
|
:log_group_fields)
|
|
1385
|
+
SENSITIVE = []
|
|
1338
1386
|
include Aws::Structure
|
|
1339
1387
|
end
|
|
1340
1388
|
|
|
@@ -1357,6 +1405,7 @@ module Aws::CloudWatchLogs
|
|
|
1357
1405
|
#
|
|
1358
1406
|
class GetLogRecordRequest < Struct.new(
|
|
1359
1407
|
:log_record_pointer)
|
|
1408
|
+
SENSITIVE = []
|
|
1360
1409
|
include Aws::Structure
|
|
1361
1410
|
end
|
|
1362
1411
|
|
|
@@ -1368,6 +1417,7 @@ module Aws::CloudWatchLogs
|
|
|
1368
1417
|
#
|
|
1369
1418
|
class GetLogRecordResponse < Struct.new(
|
|
1370
1419
|
:log_record)
|
|
1420
|
+
SENSITIVE = []
|
|
1371
1421
|
include Aws::Structure
|
|
1372
1422
|
end
|
|
1373
1423
|
|
|
@@ -1386,6 +1436,7 @@ module Aws::CloudWatchLogs
|
|
|
1386
1436
|
#
|
|
1387
1437
|
class GetQueryResultsRequest < Struct.new(
|
|
1388
1438
|
:query_id)
|
|
1439
|
+
SENSITIVE = []
|
|
1389
1440
|
include Aws::Structure
|
|
1390
1441
|
end
|
|
1391
1442
|
|
|
@@ -1420,6 +1471,7 @@ module Aws::CloudWatchLogs
|
|
|
1420
1471
|
:results,
|
|
1421
1472
|
:statistics,
|
|
1422
1473
|
:status)
|
|
1474
|
+
SENSITIVE = []
|
|
1423
1475
|
include Aws::Structure
|
|
1424
1476
|
end
|
|
1425
1477
|
|
|
@@ -1448,6 +1500,7 @@ module Aws::CloudWatchLogs
|
|
|
1448
1500
|
class InputLogEvent < Struct.new(
|
|
1449
1501
|
:timestamp,
|
|
1450
1502
|
:message)
|
|
1503
|
+
SENSITIVE = []
|
|
1451
1504
|
include Aws::Structure
|
|
1452
1505
|
end
|
|
1453
1506
|
|
|
@@ -1474,6 +1527,7 @@ module Aws::CloudWatchLogs
|
|
|
1474
1527
|
#
|
|
1475
1528
|
class InvalidSequenceTokenException < Struct.new(
|
|
1476
1529
|
:expected_sequence_token)
|
|
1530
|
+
SENSITIVE = []
|
|
1477
1531
|
include Aws::Structure
|
|
1478
1532
|
end
|
|
1479
1533
|
|
|
@@ -1498,6 +1552,7 @@ module Aws::CloudWatchLogs
|
|
|
1498
1552
|
#
|
|
1499
1553
|
class ListTagsLogGroupRequest < Struct.new(
|
|
1500
1554
|
:log_group_name)
|
|
1555
|
+
SENSITIVE = []
|
|
1501
1556
|
include Aws::Structure
|
|
1502
1557
|
end
|
|
1503
1558
|
|
|
@@ -1509,6 +1564,7 @@ module Aws::CloudWatchLogs
|
|
|
1509
1564
|
#
|
|
1510
1565
|
class ListTagsLogGroupResponse < Struct.new(
|
|
1511
1566
|
:tags)
|
|
1567
|
+
SENSITIVE = []
|
|
1512
1568
|
include Aws::Structure
|
|
1513
1569
|
end
|
|
1514
1570
|
|
|
@@ -1556,6 +1612,7 @@ module Aws::CloudWatchLogs
|
|
|
1556
1612
|
:arn,
|
|
1557
1613
|
:stored_bytes,
|
|
1558
1614
|
:kms_key_id)
|
|
1615
|
+
SENSITIVE = []
|
|
1559
1616
|
include Aws::Structure
|
|
1560
1617
|
end
|
|
1561
1618
|
|
|
@@ -1576,6 +1633,7 @@ module Aws::CloudWatchLogs
|
|
|
1576
1633
|
class LogGroupField < Struct.new(
|
|
1577
1634
|
:name,
|
|
1578
1635
|
:percent)
|
|
1636
|
+
SENSITIVE = []
|
|
1579
1637
|
include Aws::Structure
|
|
1580
1638
|
end
|
|
1581
1639
|
|
|
@@ -1638,6 +1696,7 @@ module Aws::CloudWatchLogs
|
|
|
1638
1696
|
:upload_sequence_token,
|
|
1639
1697
|
:arn,
|
|
1640
1698
|
:stored_bytes)
|
|
1699
|
+
SENSITIVE = []
|
|
1641
1700
|
include Aws::Structure
|
|
1642
1701
|
end
|
|
1643
1702
|
|
|
@@ -1661,6 +1720,7 @@ module Aws::CloudWatchLogs
|
|
|
1661
1720
|
#
|
|
1662
1721
|
class MalformedQueryException < Struct.new(
|
|
1663
1722
|
:query_compile_error)
|
|
1723
|
+
SENSITIVE = []
|
|
1664
1724
|
include Aws::Structure
|
|
1665
1725
|
end
|
|
1666
1726
|
|
|
@@ -1700,6 +1760,7 @@ module Aws::CloudWatchLogs
|
|
|
1700
1760
|
:metric_transformations,
|
|
1701
1761
|
:creation_time,
|
|
1702
1762
|
:log_group_name)
|
|
1763
|
+
SENSITIVE = []
|
|
1703
1764
|
include Aws::Structure
|
|
1704
1765
|
end
|
|
1705
1766
|
|
|
@@ -1723,6 +1784,7 @@ module Aws::CloudWatchLogs
|
|
|
1723
1784
|
:event_number,
|
|
1724
1785
|
:event_message,
|
|
1725
1786
|
:extracted_values)
|
|
1787
|
+
SENSITIVE = []
|
|
1726
1788
|
include Aws::Structure
|
|
1727
1789
|
end
|
|
1728
1790
|
|
|
@@ -1770,6 +1832,7 @@ module Aws::CloudWatchLogs
|
|
|
1770
1832
|
:metric_namespace,
|
|
1771
1833
|
:metric_value,
|
|
1772
1834
|
:default_value)
|
|
1835
|
+
SENSITIVE = []
|
|
1773
1836
|
include Aws::Structure
|
|
1774
1837
|
end
|
|
1775
1838
|
|
|
@@ -1801,6 +1864,7 @@ module Aws::CloudWatchLogs
|
|
|
1801
1864
|
:timestamp,
|
|
1802
1865
|
:message,
|
|
1803
1866
|
:ingestion_time)
|
|
1867
|
+
SENSITIVE = []
|
|
1804
1868
|
include Aws::Structure
|
|
1805
1869
|
end
|
|
1806
1870
|
|
|
@@ -1826,6 +1890,7 @@ module Aws::CloudWatchLogs
|
|
|
1826
1890
|
class PutDestinationPolicyRequest < Struct.new(
|
|
1827
1891
|
:destination_name,
|
|
1828
1892
|
:access_policy)
|
|
1893
|
+
SENSITIVE = []
|
|
1829
1894
|
include Aws::Structure
|
|
1830
1895
|
end
|
|
1831
1896
|
|
|
@@ -1859,6 +1924,7 @@ module Aws::CloudWatchLogs
|
|
|
1859
1924
|
:destination_name,
|
|
1860
1925
|
:target_arn,
|
|
1861
1926
|
:role_arn)
|
|
1927
|
+
SENSITIVE = []
|
|
1862
1928
|
include Aws::Structure
|
|
1863
1929
|
end
|
|
1864
1930
|
|
|
@@ -1870,6 +1936,7 @@ module Aws::CloudWatchLogs
|
|
|
1870
1936
|
#
|
|
1871
1937
|
class PutDestinationResponse < Struct.new(
|
|
1872
1938
|
:destination)
|
|
1939
|
+
SENSITIVE = []
|
|
1873
1940
|
include Aws::Structure
|
|
1874
1941
|
end
|
|
1875
1942
|
|
|
@@ -1921,6 +1988,7 @@ module Aws::CloudWatchLogs
|
|
|
1921
1988
|
:log_stream_name,
|
|
1922
1989
|
:log_events,
|
|
1923
1990
|
:sequence_token)
|
|
1991
|
+
SENSITIVE = []
|
|
1924
1992
|
include Aws::Structure
|
|
1925
1993
|
end
|
|
1926
1994
|
|
|
@@ -1937,6 +2005,7 @@ module Aws::CloudWatchLogs
|
|
|
1937
2005
|
class PutLogEventsResponse < Struct.new(
|
|
1938
2006
|
:next_sequence_token,
|
|
1939
2007
|
:rejected_log_events_info)
|
|
2008
|
+
SENSITIVE = []
|
|
1940
2009
|
include Aws::Structure
|
|
1941
2010
|
end
|
|
1942
2011
|
|
|
@@ -1982,6 +2051,7 @@ module Aws::CloudWatchLogs
|
|
|
1982
2051
|
:filter_name,
|
|
1983
2052
|
:filter_pattern,
|
|
1984
2053
|
:metric_transformations)
|
|
2054
|
+
SENSITIVE = []
|
|
1985
2055
|
include Aws::Structure
|
|
1986
2056
|
end
|
|
1987
2057
|
|
|
@@ -2014,6 +2084,7 @@ module Aws::CloudWatchLogs
|
|
|
2014
2084
|
:query_definition_id,
|
|
2015
2085
|
:log_group_names,
|
|
2016
2086
|
:query_string)
|
|
2087
|
+
SENSITIVE = []
|
|
2017
2088
|
include Aws::Structure
|
|
2018
2089
|
end
|
|
2019
2090
|
|
|
@@ -2024,6 +2095,7 @@ module Aws::CloudWatchLogs
|
|
|
2024
2095
|
#
|
|
2025
2096
|
class PutQueryDefinitionResponse < Struct.new(
|
|
2026
2097
|
:query_definition_id)
|
|
2098
|
+
SENSITIVE = []
|
|
2027
2099
|
include Aws::Structure
|
|
2028
2100
|
end
|
|
2029
2101
|
|
|
@@ -2060,6 +2132,7 @@ module Aws::CloudWatchLogs
|
|
|
2060
2132
|
class PutResourcePolicyRequest < Struct.new(
|
|
2061
2133
|
:policy_name,
|
|
2062
2134
|
:policy_document)
|
|
2135
|
+
SENSITIVE = []
|
|
2063
2136
|
include Aws::Structure
|
|
2064
2137
|
end
|
|
2065
2138
|
|
|
@@ -2071,6 +2144,7 @@ module Aws::CloudWatchLogs
|
|
|
2071
2144
|
#
|
|
2072
2145
|
class PutResourcePolicyResponse < Struct.new(
|
|
2073
2146
|
:resource_policy)
|
|
2147
|
+
SENSITIVE = []
|
|
2074
2148
|
include Aws::Structure
|
|
2075
2149
|
end
|
|
2076
2150
|
|
|
@@ -2097,6 +2171,7 @@ module Aws::CloudWatchLogs
|
|
|
2097
2171
|
class PutRetentionPolicyRequest < Struct.new(
|
|
2098
2172
|
:log_group_name,
|
|
2099
2173
|
:retention_in_days)
|
|
2174
|
+
SENSITIVE = []
|
|
2100
2175
|
include Aws::Structure
|
|
2101
2176
|
end
|
|
2102
2177
|
|
|
@@ -2172,6 +2247,7 @@ module Aws::CloudWatchLogs
|
|
|
2172
2247
|
:destination_arn,
|
|
2173
2248
|
:role_arn,
|
|
2174
2249
|
:distribution)
|
|
2250
|
+
SENSITIVE = []
|
|
2175
2251
|
include Aws::Structure
|
|
2176
2252
|
end
|
|
2177
2253
|
|
|
@@ -2190,6 +2266,7 @@ module Aws::CloudWatchLogs
|
|
|
2190
2266
|
class QueryCompileError < Struct.new(
|
|
2191
2267
|
:location,
|
|
2192
2268
|
:message)
|
|
2269
|
+
SENSITIVE = []
|
|
2193
2270
|
include Aws::Structure
|
|
2194
2271
|
end
|
|
2195
2272
|
|
|
@@ -2208,6 +2285,7 @@ module Aws::CloudWatchLogs
|
|
|
2208
2285
|
class QueryCompileErrorLocation < Struct.new(
|
|
2209
2286
|
:start_char_offset,
|
|
2210
2287
|
:end_char_offset)
|
|
2288
|
+
SENSITIVE = []
|
|
2211
2289
|
include Aws::Structure
|
|
2212
2290
|
end
|
|
2213
2291
|
|
|
@@ -2234,6 +2312,7 @@ module Aws::CloudWatchLogs
|
|
|
2234
2312
|
:query_string,
|
|
2235
2313
|
:last_modified,
|
|
2236
2314
|
:log_group_names)
|
|
2315
|
+
SENSITIVE = []
|
|
2237
2316
|
include Aws::Structure
|
|
2238
2317
|
end
|
|
2239
2318
|
|
|
@@ -2269,6 +2348,7 @@ module Aws::CloudWatchLogs
|
|
|
2269
2348
|
:status,
|
|
2270
2349
|
:create_time,
|
|
2271
2350
|
:log_group_name)
|
|
2351
|
+
SENSITIVE = []
|
|
2272
2352
|
include Aws::Structure
|
|
2273
2353
|
end
|
|
2274
2354
|
|
|
@@ -2295,6 +2375,7 @@ module Aws::CloudWatchLogs
|
|
|
2295
2375
|
:records_matched,
|
|
2296
2376
|
:records_scanned,
|
|
2297
2377
|
:bytes_scanned)
|
|
2378
|
+
SENSITIVE = []
|
|
2298
2379
|
include Aws::Structure
|
|
2299
2380
|
end
|
|
2300
2381
|
|
|
@@ -2318,6 +2399,7 @@ module Aws::CloudWatchLogs
|
|
|
2318
2399
|
:too_new_log_event_start_index,
|
|
2319
2400
|
:too_old_log_event_end_index,
|
|
2320
2401
|
:expired_log_event_end_index)
|
|
2402
|
+
SENSITIVE = []
|
|
2321
2403
|
include Aws::Structure
|
|
2322
2404
|
end
|
|
2323
2405
|
|
|
@@ -2355,6 +2437,7 @@ module Aws::CloudWatchLogs
|
|
|
2355
2437
|
:policy_name,
|
|
2356
2438
|
:policy_document,
|
|
2357
2439
|
:last_updated_time)
|
|
2440
|
+
SENSITIVE = []
|
|
2358
2441
|
include Aws::Structure
|
|
2359
2442
|
end
|
|
2360
2443
|
|
|
@@ -2381,6 +2464,7 @@ module Aws::CloudWatchLogs
|
|
|
2381
2464
|
class ResultField < Struct.new(
|
|
2382
2465
|
:field,
|
|
2383
2466
|
:value)
|
|
2467
|
+
SENSITIVE = []
|
|
2384
2468
|
include Aws::Structure
|
|
2385
2469
|
end
|
|
2386
2470
|
|
|
@@ -2399,6 +2483,7 @@ module Aws::CloudWatchLogs
|
|
|
2399
2483
|
class SearchedLogStream < Struct.new(
|
|
2400
2484
|
:log_stream_name,
|
|
2401
2485
|
:searched_completely)
|
|
2486
|
+
SENSITIVE = []
|
|
2402
2487
|
include Aws::Structure
|
|
2403
2488
|
end
|
|
2404
2489
|
|
|
@@ -2472,6 +2557,7 @@ module Aws::CloudWatchLogs
|
|
|
2472
2557
|
:end_time,
|
|
2473
2558
|
:query_string,
|
|
2474
2559
|
:limit)
|
|
2560
|
+
SENSITIVE = []
|
|
2475
2561
|
include Aws::Structure
|
|
2476
2562
|
end
|
|
2477
2563
|
|
|
@@ -2483,6 +2569,7 @@ module Aws::CloudWatchLogs
|
|
|
2483
2569
|
#
|
|
2484
2570
|
class StartQueryResponse < Struct.new(
|
|
2485
2571
|
:query_id)
|
|
2572
|
+
SENSITIVE = []
|
|
2486
2573
|
include Aws::Structure
|
|
2487
2574
|
end
|
|
2488
2575
|
|
|
@@ -2502,6 +2589,7 @@ module Aws::CloudWatchLogs
|
|
|
2502
2589
|
#
|
|
2503
2590
|
class StopQueryRequest < Struct.new(
|
|
2504
2591
|
:query_id)
|
|
2592
|
+
SENSITIVE = []
|
|
2505
2593
|
include Aws::Structure
|
|
2506
2594
|
end
|
|
2507
2595
|
|
|
@@ -2513,6 +2601,7 @@ module Aws::CloudWatchLogs
|
|
|
2513
2601
|
#
|
|
2514
2602
|
class StopQueryResponse < Struct.new(
|
|
2515
2603
|
:success)
|
|
2604
|
+
SENSITIVE = []
|
|
2516
2605
|
include Aws::Structure
|
|
2517
2606
|
end
|
|
2518
2607
|
|
|
@@ -2560,6 +2649,7 @@ module Aws::CloudWatchLogs
|
|
|
2560
2649
|
:role_arn,
|
|
2561
2650
|
:distribution,
|
|
2562
2651
|
:creation_time)
|
|
2652
|
+
SENSITIVE = []
|
|
2563
2653
|
include Aws::Structure
|
|
2564
2654
|
end
|
|
2565
2655
|
|
|
@@ -2586,6 +2676,7 @@ module Aws::CloudWatchLogs
|
|
|
2586
2676
|
class TagLogGroupRequest < Struct.new(
|
|
2587
2677
|
:log_group_name,
|
|
2588
2678
|
:tags)
|
|
2679
|
+
SENSITIVE = []
|
|
2589
2680
|
include Aws::Structure
|
|
2590
2681
|
end
|
|
2591
2682
|
|
|
@@ -2613,6 +2704,7 @@ module Aws::CloudWatchLogs
|
|
|
2613
2704
|
class TestMetricFilterRequest < Struct.new(
|
|
2614
2705
|
:filter_pattern,
|
|
2615
2706
|
:log_event_messages)
|
|
2707
|
+
SENSITIVE = []
|
|
2616
2708
|
include Aws::Structure
|
|
2617
2709
|
end
|
|
2618
2710
|
|
|
@@ -2624,6 +2716,7 @@ module Aws::CloudWatchLogs
|
|
|
2624
2716
|
#
|
|
2625
2717
|
class TestMetricFilterResponse < Struct.new(
|
|
2626
2718
|
:matches)
|
|
2719
|
+
SENSITIVE = []
|
|
2627
2720
|
include Aws::Structure
|
|
2628
2721
|
end
|
|
2629
2722
|
|
|
@@ -2654,6 +2747,7 @@ module Aws::CloudWatchLogs
|
|
|
2654
2747
|
class UntagLogGroupRequest < Struct.new(
|
|
2655
2748
|
:log_group_name,
|
|
2656
2749
|
:tags)
|
|
2750
|
+
SENSITIVE = []
|
|
2657
2751
|
include Aws::Structure
|
|
2658
2752
|
end
|
|
2659
2753
|
|
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.33.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: 2020-06-
|
|
11
|
+
date: 2020-06-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|