aws-sdk-cloudwatchlogs 1.0.0.rc2 → 1.0.0.rc3

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: d6ea055813dec8c86469926029cf59fa064f632f
4
- data.tar.gz: 4966ded72fc7235f1230542d9544f7ebfb8b6440
3
+ metadata.gz: 02911d7773cdb3fcf37025d33424313403a64d0c
4
+ data.tar.gz: 309cfe8c89413f0f63e1822288df37ec437131e7
5
5
  SHA512:
6
- metadata.gz: 039df7e3c965e6b431160a417c89b07422aac923ba714401e8a6b06f1f1ec3b1f7973b5f129b82b7f2648b73defc70d5b68c2ae1b6b002ad51ddc6b0d9c41dc1
7
- data.tar.gz: 208d433abf93067d1610fd8096f1cc88e4e0c08b9112bbb8364bc292d3122d7e3d18e0fa84b7060f4b82da1e86324ba3e3b049ee406be9e7236d92eedad382c0
6
+ metadata.gz: 2381d58a2585f0dad9d960459ded4b0c980ee986895a29d073ac847dcc2383dc36d50df8e253572398fe3913f2d2953966f549ad53f21834addfc95fd5587a9b
7
+ data.tar.gz: 5a6bba477f66176abe139abe405f43af8c895ff65333cde39eba279449347333e5737fa3401d62e15cc5a2bf779b919f28bb0439b4062ffaa71ee16d74567201
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-cloudwatchlogs/customizations'
42
42
  # @service
43
43
  module Aws::CloudWatchLogs
44
44
 
45
- GEM_VERSION = '1.0.0.rc1'
45
+ GEM_VERSION = '1.0.0.rc3'
46
46
 
47
47
  end
@@ -18,6 +18,7 @@ require 'aws-sdk-core/plugins/regional_endpoint.rb'
18
18
  require 'aws-sdk-core/plugins/response_paging.rb'
19
19
  require 'aws-sdk-core/plugins/stub_responses.rb'
20
20
  require 'aws-sdk-core/plugins/idempotency_token.rb'
21
+ require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
21
22
  require 'aws-sdk-core/plugins/signature_v4.rb'
22
23
  require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
23
24
 
@@ -45,6 +46,7 @@ module Aws::CloudWatchLogs
45
46
  add_plugin(Aws::Plugins::ResponsePaging)
46
47
  add_plugin(Aws::Plugins::StubResponses)
47
48
  add_plugin(Aws::Plugins::IdempotencyToken)
49
+ add_plugin(Aws::Plugins::JsonvalueConverter)
48
50
  add_plugin(Aws::Plugins::SignatureV4)
49
51
  add_plugin(Aws::Plugins::Protocols::JsonRpc)
50
52
 
@@ -168,6 +170,8 @@ module Aws::CloudWatchLogs
168
170
  # task_id: "ExportTaskId", # required
169
171
  # })
170
172
  #
173
+ # @see http://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/CancelExportTask AWS API Documentation
174
+ #
171
175
  # @overload cancel_export_task(params = {})
172
176
  # @param [Hash] params ({})
173
177
  def cancel_export_task(params = {}, options = {})
@@ -238,6 +242,8 @@ module Aws::CloudWatchLogs
238
242
  #
239
243
  # resp.task_id #=> String
240
244
  #
245
+ # @see http://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/CreateExportTask AWS API Documentation
246
+ #
241
247
  # @overload create_export_task(params = {})
242
248
  # @param [Hash] params ({})
243
249
  def create_export_task(params = {}, options = {})
@@ -276,6 +282,8 @@ module Aws::CloudWatchLogs
276
282
  # },
277
283
  # })
278
284
  #
285
+ # @see http://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/CreateLogGroup AWS API Documentation
286
+ #
279
287
  # @overload create_log_group(params = {})
280
288
  # @param [Hash] params ({})
281
289
  def create_log_group(params = {}, options = {})
@@ -311,6 +319,8 @@ module Aws::CloudWatchLogs
311
319
  # log_stream_name: "LogStreamName", # required
312
320
  # })
313
321
  #
322
+ # @see http://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/CreateLogStream AWS API Documentation
323
+ #
314
324
  # @overload create_log_stream(params = {})
315
325
  # @param [Hash] params ({})
316
326
  def create_log_stream(params = {}, options = {})
@@ -333,6 +343,8 @@ module Aws::CloudWatchLogs
333
343
  # destination_name: "DestinationName", # required
334
344
  # })
335
345
  #
346
+ # @see http://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/DeleteDestination AWS API Documentation
347
+ #
336
348
  # @overload delete_destination(params = {})
337
349
  # @param [Hash] params ({})
338
350
  def delete_destination(params = {}, options = {})
@@ -354,6 +366,8 @@ module Aws::CloudWatchLogs
354
366
  # log_group_name: "LogGroupName", # required
355
367
  # })
356
368
  #
369
+ # @see http://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/DeleteLogGroup AWS API Documentation
370
+ #
357
371
  # @overload delete_log_group(params = {})
358
372
  # @param [Hash] params ({})
359
373
  def delete_log_group(params = {}, options = {})
@@ -379,6 +393,8 @@ module Aws::CloudWatchLogs
379
393
  # log_stream_name: "LogStreamName", # required
380
394
  # })
381
395
  #
396
+ # @see http://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/DeleteLogStream AWS API Documentation
397
+ #
382
398
  # @overload delete_log_stream(params = {})
383
399
  # @param [Hash] params ({})
384
400
  def delete_log_stream(params = {}, options = {})
@@ -403,6 +419,8 @@ module Aws::CloudWatchLogs
403
419
  # filter_name: "FilterName", # required
404
420
  # })
405
421
  #
422
+ # @see http://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/DeleteMetricFilter AWS API Documentation
423
+ #
406
424
  # @overload delete_metric_filter(params = {})
407
425
  # @param [Hash] params ({})
408
426
  def delete_metric_filter(params = {}, options = {})
@@ -426,6 +444,8 @@ module Aws::CloudWatchLogs
426
444
  # log_group_name: "LogGroupName", # required
427
445
  # })
428
446
  #
447
+ # @see http://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/DeleteRetentionPolicy AWS API Documentation
448
+ #
429
449
  # @overload delete_retention_policy(params = {})
430
450
  # @param [Hash] params ({})
431
451
  def delete_retention_policy(params = {}, options = {})
@@ -450,6 +470,8 @@ module Aws::CloudWatchLogs
450
470
  # filter_name: "FilterName", # required
451
471
  # })
452
472
  #
473
+ # @see http://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/DeleteSubscriptionFilter AWS API Documentation
474
+ #
453
475
  # @overload delete_subscription_filter(params = {})
454
476
  # @param [Hash] params ({})
455
477
  def delete_subscription_filter(params = {}, options = {})
@@ -496,6 +518,8 @@ module Aws::CloudWatchLogs
496
518
  # resp.destinations[0].creation_time #=> Integer
497
519
  # resp.next_token #=> String
498
520
  #
521
+ # @see http://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/DescribeDestinations AWS API Documentation
522
+ #
499
523
  # @overload describe_destinations(params = {})
500
524
  # @param [Hash] params ({})
501
525
  def describe_destinations(params = {}, options = {})
@@ -552,6 +576,8 @@ module Aws::CloudWatchLogs
552
576
  # resp.export_tasks[0].execution_info.completion_time #=> Integer
553
577
  # resp.next_token #=> String
554
578
  #
579
+ # @see http://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/DescribeExportTasks AWS API Documentation
580
+ #
555
581
  # @overload describe_export_tasks(params = {})
556
582
  # @param [Hash] params ({})
557
583
  def describe_export_tasks(params = {}, options = {})
@@ -598,6 +624,8 @@ module Aws::CloudWatchLogs
598
624
  # resp.log_groups[0].stored_bytes #=> Integer
599
625
  # resp.next_token #=> String
600
626
  #
627
+ # @see http://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/DescribeLogGroups AWS API Documentation
628
+ #
601
629
  # @overload describe_log_groups(params = {})
602
630
  # @param [Hash] params ({})
603
631
  def describe_log_groups(params = {}, options = {})
@@ -670,6 +698,8 @@ module Aws::CloudWatchLogs
670
698
  # resp.log_streams[0].stored_bytes #=> Integer
671
699
  # resp.next_token #=> String
672
700
  #
701
+ # @see http://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/DescribeLogStreams AWS API Documentation
702
+ #
673
703
  # @overload describe_log_streams(params = {})
674
704
  # @param [Hash] params ({})
675
705
  def describe_log_streams(params = {}, options = {})
@@ -731,6 +761,8 @@ module Aws::CloudWatchLogs
731
761
  # resp.metric_filters[0].log_group_name #=> String
732
762
  # resp.next_token #=> String
733
763
  #
764
+ # @see http://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/DescribeMetricFilters AWS API Documentation
765
+ #
734
766
  # @overload describe_metric_filters(params = {})
735
767
  # @param [Hash] params ({})
736
768
  def describe_metric_filters(params = {}, options = {})
@@ -783,6 +815,8 @@ module Aws::CloudWatchLogs
783
815
  # resp.subscription_filters[0].creation_time #=> Integer
784
816
  # resp.next_token #=> String
785
817
  #
818
+ # @see http://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/DescribeSubscriptionFilters AWS API Documentation
819
+ #
786
820
  # @overload describe_subscription_filters(params = {})
787
821
  # @param [Hash] params ({})
788
822
  def describe_subscription_filters(params = {}, options = {})
@@ -866,6 +900,8 @@ module Aws::CloudWatchLogs
866
900
  # resp.searched_log_streams[0].searched_completely #=> Boolean
867
901
  # resp.next_token #=> String
868
902
  #
903
+ # @see http://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/FilterLogEvents AWS API Documentation
904
+ #
869
905
  # @overload filter_log_events(params = {})
870
906
  # @param [Hash] params ({})
871
907
  def filter_log_events(params = {}, options = {})
@@ -938,6 +974,8 @@ module Aws::CloudWatchLogs
938
974
  # resp.next_forward_token #=> String
939
975
  # resp.next_backward_token #=> String
940
976
  #
977
+ # @see http://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/GetLogEvents AWS API Documentation
978
+ #
941
979
  # @overload get_log_events(params = {})
942
980
  # @param [Hash] params ({})
943
981
  def get_log_events(params = {}, options = {})
@@ -967,6 +1005,8 @@ module Aws::CloudWatchLogs
967
1005
  # resp.tags #=> Hash
968
1006
  # resp.tags["TagKey"] #=> String
969
1007
  #
1008
+ # @see http://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/ListTagsLogGroup AWS API Documentation
1009
+ #
970
1010
  # @overload list_tags_log_group(params = {})
971
1011
  # @param [Hash] params ({})
972
1012
  def list_tags_log_group(params = {}, options = {})
@@ -1019,6 +1059,8 @@ module Aws::CloudWatchLogs
1019
1059
  # resp.destination.arn #=> String
1020
1060
  # resp.destination.creation_time #=> Integer
1021
1061
  #
1062
+ # @see http://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/PutDestination AWS API Documentation
1063
+ #
1022
1064
  # @overload put_destination(params = {})
1023
1065
  # @param [Hash] params ({})
1024
1066
  def put_destination(params = {}, options = {})
@@ -1051,6 +1093,8 @@ module Aws::CloudWatchLogs
1051
1093
  # access_policy: "AccessPolicy", # required
1052
1094
  # })
1053
1095
  #
1096
+ # @see http://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/PutDestinationPolicy AWS API Documentation
1097
+ #
1054
1098
  # @overload put_destination_policy(params = {})
1055
1099
  # @param [Hash] params ({})
1056
1100
  def put_destination_policy(params = {}, options = {})
@@ -1124,6 +1168,8 @@ module Aws::CloudWatchLogs
1124
1168
  # resp.rejected_log_events_info.too_old_log_event_end_index #=> Integer
1125
1169
  # resp.rejected_log_events_info.expired_log_event_end_index #=> Integer
1126
1170
  #
1171
+ # @see http://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/PutLogEvents AWS API Documentation
1172
+ #
1127
1173
  # @overload put_log_events(params = {})
1128
1174
  # @param [Hash] params ({})
1129
1175
  def put_log_events(params = {}, options = {})
@@ -1170,6 +1216,8 @@ module Aws::CloudWatchLogs
1170
1216
  # ],
1171
1217
  # })
1172
1218
  #
1219
+ # @see http://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/PutMetricFilter AWS API Documentation
1220
+ #
1173
1221
  # @overload put_metric_filter(params = {})
1174
1222
  # @param [Hash] params ({})
1175
1223
  def put_metric_filter(params = {}, options = {})
@@ -1198,6 +1246,8 @@ module Aws::CloudWatchLogs
1198
1246
  # retention_in_days: 1, # required
1199
1247
  # })
1200
1248
  #
1249
+ # @see http://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/PutRetentionPolicy AWS API Documentation
1250
+ #
1201
1251
  # @overload put_retention_policy(params = {})
1202
1252
  # @param [Hash] params ({})
1203
1253
  def put_retention_policy(params = {}, options = {})
@@ -1275,6 +1325,8 @@ module Aws::CloudWatchLogs
1275
1325
  # distribution: "Random", # accepts Random, ByLogStream
1276
1326
  # })
1277
1327
  #
1328
+ # @see http://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/PutSubscriptionFilter AWS API Documentation
1329
+ #
1278
1330
  # @overload put_subscription_filter(params = {})
1279
1331
  # @param [Hash] params ({})
1280
1332
  def put_subscription_filter(params = {}, options = {})
@@ -1311,6 +1363,8 @@ module Aws::CloudWatchLogs
1311
1363
  # },
1312
1364
  # })
1313
1365
  #
1366
+ # @see http://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/TagLogGroup AWS API Documentation
1367
+ #
1314
1368
  # @overload tag_log_group(params = {})
1315
1369
  # @param [Hash] params ({})
1316
1370
  def tag_log_group(params = {}, options = {})
@@ -1350,6 +1404,8 @@ module Aws::CloudWatchLogs
1350
1404
  # resp.matches[0].extracted_values #=> Hash
1351
1405
  # resp.matches[0].extracted_values["Token"] #=> String
1352
1406
  #
1407
+ # @see http://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/TestMetricFilter AWS API Documentation
1408
+ #
1353
1409
  # @overload test_metric_filter(params = {})
1354
1410
  # @param [Hash] params ({})
1355
1411
  def test_metric_filter(params = {}, options = {})
@@ -1377,6 +1433,8 @@ module Aws::CloudWatchLogs
1377
1433
  # tags: ["TagKey"], # required
1378
1434
  # })
1379
1435
  #
1436
+ # @see http://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/UntagLogGroup AWS API Documentation
1437
+ #
1380
1438
  # @overload untag_log_group(params = {})
1381
1439
  # @param [Hash] params ({})
1382
1440
  def untag_log_group(params = {}, options = {})
@@ -1397,7 +1455,7 @@ module Aws::CloudWatchLogs
1397
1455
  params: params,
1398
1456
  config: config)
1399
1457
  context[:gem_name] = 'aws-sdk-cloudwatchlogs'
1400
- context[:gem_version] = '1.0.0.rc1'
1458
+ context[:gem_version] = '1.0.0.rc3'
1401
1459
  Seahorse::Client::Request.new(handlers, context)
1402
1460
  end
1403
1461
 
@@ -19,6 +19,8 @@ module Aws::CloudWatchLogs
19
19
  # The ID of the export task.
20
20
  # @return [String]
21
21
  #
22
+ # @see http://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/CancelExportTaskRequest AWS API Documentation
23
+ #
22
24
  class CancelExportTaskRequest < Struct.new(
23
25
  :task_id)
24
26
  include Aws::Structure
@@ -72,6 +74,8 @@ module Aws::CloudWatchLogs
72
74
  # If you don't specify a value, the default is `exportedlogs`.
73
75
  # @return [String]
74
76
  #
77
+ # @see http://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/CreateExportTaskRequest AWS API Documentation
78
+ #
75
79
  class CreateExportTaskRequest < Struct.new(
76
80
  :task_name,
77
81
  :log_group_name,
@@ -87,6 +91,8 @@ module Aws::CloudWatchLogs
87
91
  # The ID of the export task.
88
92
  # @return [String]
89
93
  #
94
+ # @see http://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/CreateExportTaskResponse AWS API Documentation
95
+ #
90
96
  class CreateExportTaskResponse < Struct.new(
91
97
  :task_id)
92
98
  include Aws::Structure
@@ -110,6 +116,8 @@ module Aws::CloudWatchLogs
110
116
  # The key-value pairs to use for the tags.
111
117
  # @return [Hash<String,String>]
112
118
  #
119
+ # @see http://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/CreateLogGroupRequest AWS API Documentation
120
+ #
113
121
  class CreateLogGroupRequest < Struct.new(
114
122
  :log_group_name,
115
123
  :tags)
@@ -132,6 +140,8 @@ module Aws::CloudWatchLogs
132
140
  # The name of the log stream.
133
141
  # @return [String]
134
142
  #
143
+ # @see http://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/CreateLogStreamRequest AWS API Documentation
144
+ #
135
145
  class CreateLogStreamRequest < Struct.new(
136
146
  :log_group_name,
137
147
  :log_stream_name)
@@ -149,6 +159,8 @@ module Aws::CloudWatchLogs
149
159
  # The name of the destination.
150
160
  # @return [String]
151
161
  #
162
+ # @see http://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/DeleteDestinationRequest AWS API Documentation
163
+ #
152
164
  class DeleteDestinationRequest < Struct.new(
153
165
  :destination_name)
154
166
  include Aws::Structure
@@ -165,6 +177,8 @@ module Aws::CloudWatchLogs
165
177
  # The name of the log group.
166
178
  # @return [String]
167
179
  #
180
+ # @see http://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/DeleteLogGroupRequest AWS API Documentation
181
+ #
168
182
  class DeleteLogGroupRequest < Struct.new(
169
183
  :log_group_name)
170
184
  include Aws::Structure
@@ -186,6 +200,8 @@ module Aws::CloudWatchLogs
186
200
  # The name of the log stream.
187
201
  # @return [String]
188
202
  #
203
+ # @see http://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/DeleteLogStreamRequest AWS API Documentation
204
+ #
189
205
  class DeleteLogStreamRequest < Struct.new(
190
206
  :log_group_name,
191
207
  :log_stream_name)
@@ -208,6 +224,8 @@ module Aws::CloudWatchLogs
208
224
  # The name of the metric filter.
209
225
  # @return [String]
210
226
  #
227
+ # @see http://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/DeleteMetricFilterRequest AWS API Documentation
228
+ #
211
229
  class DeleteMetricFilterRequest < Struct.new(
212
230
  :log_group_name,
213
231
  :filter_name)
@@ -225,6 +243,8 @@ module Aws::CloudWatchLogs
225
243
  # The name of the log group.
226
244
  # @return [String]
227
245
  #
246
+ # @see http://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/DeleteRetentionPolicyRequest AWS API Documentation
247
+ #
228
248
  class DeleteRetentionPolicyRequest < Struct.new(
229
249
  :log_group_name)
230
250
  include Aws::Structure
@@ -246,6 +266,8 @@ module Aws::CloudWatchLogs
246
266
  # The name of the subscription filter.
247
267
  # @return [String]
248
268
  #
269
+ # @see http://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/DeleteSubscriptionFilterRequest AWS API Documentation
270
+ #
249
271
  class DeleteSubscriptionFilterRequest < Struct.new(
250
272
  :log_group_name,
251
273
  :filter_name)
@@ -276,6 +298,8 @@ module Aws::CloudWatchLogs
276
298
  # the default is up to 50 items.
277
299
  # @return [Integer]
278
300
  #
301
+ # @see http://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/DescribeDestinationsRequest AWS API Documentation
302
+ #
279
303
  class DescribeDestinationsRequest < Struct.new(
280
304
  :destination_name_prefix,
281
305
  :next_token,
@@ -292,6 +316,8 @@ module Aws::CloudWatchLogs
292
316
  # after 24 hours.
293
317
  # @return [String]
294
318
  #
319
+ # @see http://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/DescribeDestinationsResponse AWS API Documentation
320
+ #
295
321
  class DescribeDestinationsResponse < Struct.new(
296
322
  :destinations,
297
323
  :next_token)
@@ -328,6 +354,8 @@ module Aws::CloudWatchLogs
328
354
  # the default is up to 50 items.
329
355
  # @return [Integer]
330
356
  #
357
+ # @see http://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/DescribeExportTasksRequest AWS API Documentation
358
+ #
331
359
  class DescribeExportTasksRequest < Struct.new(
332
360
  :task_id,
333
361
  :status_code,
@@ -345,6 +373,8 @@ module Aws::CloudWatchLogs
345
373
  # after 24 hours.
346
374
  # @return [String]
347
375
  #
376
+ # @see http://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/DescribeExportTasksResponse AWS API Documentation
377
+ #
348
378
  class DescribeExportTasksResponse < Struct.new(
349
379
  :export_tasks,
350
380
  :next_token)
@@ -374,6 +404,8 @@ module Aws::CloudWatchLogs
374
404
  # the default is up to 50 items.
375
405
  # @return [Integer]
376
406
  #
407
+ # @see http://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/DescribeLogGroupsRequest AWS API Documentation
408
+ #
377
409
  class DescribeLogGroupsRequest < Struct.new(
378
410
  :log_group_name_prefix,
379
411
  :next_token,
@@ -390,6 +422,8 @@ module Aws::CloudWatchLogs
390
422
  # after 24 hours.
391
423
  # @return [String]
392
424
  #
425
+ # @see http://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/DescribeLogGroupsResponse AWS API Documentation
426
+ #
393
427
  class DescribeLogGroupsResponse < Struct.new(
394
428
  :log_groups,
395
429
  :next_token)
@@ -443,6 +477,8 @@ module Aws::CloudWatchLogs
443
477
  # the default is up to 50 items.
444
478
  # @return [Integer]
445
479
  #
480
+ # @see http://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/DescribeLogStreamsRequest AWS API Documentation
481
+ #
446
482
  class DescribeLogStreamsRequest < Struct.new(
447
483
  :log_group_name,
448
484
  :log_stream_name_prefix,
@@ -462,6 +498,8 @@ module Aws::CloudWatchLogs
462
498
  # after 24 hours.
463
499
  # @return [String]
464
500
  #
501
+ # @see http://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/DescribeLogStreamsResponse AWS API Documentation
502
+ #
465
503
  class DescribeLogStreamsResponse < Struct.new(
466
504
  :log_streams,
467
505
  :next_token)
@@ -506,6 +544,8 @@ module Aws::CloudWatchLogs
506
544
  # The namespace of the CloudWatch metric.
507
545
  # @return [String]
508
546
  #
547
+ # @see http://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/DescribeMetricFiltersRequest AWS API Documentation
548
+ #
509
549
  class DescribeMetricFiltersRequest < Struct.new(
510
550
  :log_group_name,
511
551
  :filter_name_prefix,
@@ -525,6 +565,8 @@ module Aws::CloudWatchLogs
525
565
  # after 24 hours.
526
566
  # @return [String]
527
567
  #
568
+ # @see http://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/DescribeMetricFiltersResponse AWS API Documentation
569
+ #
528
570
  class DescribeMetricFiltersResponse < Struct.new(
529
571
  :metric_filters,
530
572
  :next_token)
@@ -560,6 +602,8 @@ module Aws::CloudWatchLogs
560
602
  # the default is up to 50 items.
561
603
  # @return [Integer]
562
604
  #
605
+ # @see http://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/DescribeSubscriptionFiltersRequest AWS API Documentation
606
+ #
563
607
  class DescribeSubscriptionFiltersRequest < Struct.new(
564
608
  :log_group_name,
565
609
  :filter_name_prefix,
@@ -577,6 +621,8 @@ module Aws::CloudWatchLogs
577
621
  # after 24 hours.
578
622
  # @return [String]
579
623
  #
624
+ # @see http://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/DescribeSubscriptionFiltersResponse AWS API Documentation
625
+ #
580
626
  class DescribeSubscriptionFiltersResponse < Struct.new(
581
627
  :subscription_filters,
582
628
  :next_token)
@@ -613,6 +659,8 @@ module Aws::CloudWatchLogs
613
659
  # The creation time of the destination.
614
660
  # @return [Integer]
615
661
  #
662
+ # @see http://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/Destination AWS API Documentation
663
+ #
616
664
  class Destination < Struct.new(
617
665
  :destination_name,
618
666
  :target_arn,
@@ -666,6 +714,8 @@ module Aws::CloudWatchLogs
666
714
  # Execution info about the export task.
667
715
  # @return [Types::ExportTaskExecutionInfo]
668
716
  #
717
+ # @see http://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/ExportTask AWS API Documentation
718
+ #
669
719
  class ExportTask < Struct.new(
670
720
  :task_id,
671
721
  :task_name,
@@ -689,6 +739,8 @@ module Aws::CloudWatchLogs
689
739
  # The completion time of the export task.
690
740
  # @return [Integer]
691
741
  #
742
+ # @see http://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/ExportTaskExecutionInfo AWS API Documentation
743
+ #
692
744
  class ExportTaskExecutionInfo < Struct.new(
693
745
  :creation_time,
694
746
  :completion_time)
@@ -705,6 +757,8 @@ module Aws::CloudWatchLogs
705
757
  # The status message related to the status code.
706
758
  # @return [String]
707
759
  #
760
+ # @see http://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/ExportTaskStatus AWS API Documentation
761
+ #
708
762
  class ExportTaskStatus < Struct.new(
709
763
  :code,
710
764
  :message)
@@ -769,6 +823,8 @@ module Aws::CloudWatchLogs
769
823
  # false.
770
824
  # @return [Boolean]
771
825
  #
826
+ # @see http://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/FilterLogEventsRequest AWS API Documentation
827
+ #
772
828
  class FilterLogEventsRequest < Struct.new(
773
829
  :log_group_name,
774
830
  :log_stream_names,
@@ -795,6 +851,8 @@ module Aws::CloudWatchLogs
795
851
  # expires after 24 hours.
796
852
  # @return [String]
797
853
  #
854
+ # @see http://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/FilterLogEventsResponse AWS API Documentation
855
+ #
798
856
  class FilterLogEventsResponse < Struct.new(
799
857
  :events,
800
858
  :searched_log_streams,
@@ -825,6 +883,8 @@ module Aws::CloudWatchLogs
825
883
  # The ID of the event.
826
884
  # @return [String]
827
885
  #
886
+ # @see http://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/FilteredLogEvent AWS API Documentation
887
+ #
828
888
  class FilteredLogEvent < Struct.new(
829
889
  :log_stream_name,
830
890
  :timestamp,
@@ -884,6 +944,8 @@ module Aws::CloudWatchLogs
884
944
  # default value is false.
885
945
  # @return [Boolean]
886
946
  #
947
+ # @see http://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/GetLogEventsRequest AWS API Documentation
948
+ #
887
949
  class GetLogEventsRequest < Struct.new(
888
950
  :log_group_name,
889
951
  :log_stream_name,
@@ -909,6 +971,8 @@ module Aws::CloudWatchLogs
909
971
  # token expires after 24 hours.
910
972
  # @return [String]
911
973
  #
974
+ # @see http://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/GetLogEventsResponse AWS API Documentation
975
+ #
912
976
  class GetLogEventsResponse < Struct.new(
913
977
  :events,
914
978
  :next_forward_token,
@@ -936,6 +1000,8 @@ module Aws::CloudWatchLogs
936
1000
  # The raw event message.
937
1001
  # @return [String]
938
1002
  #
1003
+ # @see http://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/InputLogEvent AWS API Documentation
1004
+ #
939
1005
  class InputLogEvent < Struct.new(
940
1006
  :timestamp,
941
1007
  :message)
@@ -953,6 +1019,8 @@ module Aws::CloudWatchLogs
953
1019
  # The name of the log group.
954
1020
  # @return [String]
955
1021
  #
1022
+ # @see http://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/ListTagsLogGroupRequest AWS API Documentation
1023
+ #
956
1024
  class ListTagsLogGroupRequest < Struct.new(
957
1025
  :log_group_name)
958
1026
  include Aws::Structure
@@ -962,6 +1030,8 @@ module Aws::CloudWatchLogs
962
1030
  # The tags.
963
1031
  # @return [Hash<String,String>]
964
1032
  #
1033
+ # @see http://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/ListTagsLogGroupResponse AWS API Documentation
1034
+ #
965
1035
  class ListTagsLogGroupResponse < Struct.new(
966
1036
  :tags)
967
1037
  include Aws::Structure
@@ -995,6 +1065,8 @@ module Aws::CloudWatchLogs
995
1065
  # The number of bytes stored.
996
1066
  # @return [Integer]
997
1067
  #
1068
+ # @see http://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/LogGroup AWS API Documentation
1069
+ #
998
1070
  class LogGroup < Struct.new(
999
1071
  :log_group_name,
1000
1072
  :creation_time,
@@ -1042,6 +1114,8 @@ module Aws::CloudWatchLogs
1042
1114
  # The number of bytes stored.
1043
1115
  # @return [Integer]
1044
1116
  #
1117
+ # @see http://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/LogStream AWS API Documentation
1118
+ #
1045
1119
  class LogStream < Struct.new(
1046
1120
  :log_stream_name,
1047
1121
  :creation_time,
@@ -1081,6 +1155,8 @@ module Aws::CloudWatchLogs
1081
1155
  # The name of the log group.
1082
1156
  # @return [String]
1083
1157
  #
1158
+ # @see http://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/MetricFilter AWS API Documentation
1159
+ #
1084
1160
  class MetricFilter < Struct.new(
1085
1161
  :filter_name,
1086
1162
  :filter_pattern,
@@ -1104,6 +1180,8 @@ module Aws::CloudWatchLogs
1104
1180
  # The values extracted from the event data by the filter.
1105
1181
  # @return [Hash<String,String>]
1106
1182
  #
1183
+ # @see http://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/MetricFilterMatchRecord AWS API Documentation
1184
+ #
1107
1185
  class MetricFilterMatchRecord < Struct.new(
1108
1186
  :event_number,
1109
1187
  :event_message,
@@ -1142,6 +1220,8 @@ module Aws::CloudWatchLogs
1142
1220
  # log event. This value can be null.
1143
1221
  # @return [Float]
1144
1222
  #
1223
+ # @see http://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/MetricTransformation AWS API Documentation
1224
+ #
1145
1225
  class MetricTransformation < Struct.new(
1146
1226
  :metric_name,
1147
1227
  :metric_namespace,
@@ -1165,6 +1245,8 @@ module Aws::CloudWatchLogs
1165
1245
  # The time the event was ingested.
1166
1246
  # @return [Integer]
1167
1247
  #
1248
+ # @see http://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/OutputLogEvent AWS API Documentation
1249
+ #
1168
1250
  class OutputLogEvent < Struct.new(
1169
1251
  :timestamp,
1170
1252
  :message,
@@ -1189,6 +1271,8 @@ module Aws::CloudWatchLogs
1189
1271
  # deliver their log events to the associated destination.
1190
1272
  # @return [String]
1191
1273
  #
1274
+ # @see http://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/PutDestinationPolicyRequest AWS API Documentation
1275
+ #
1192
1276
  class PutDestinationPolicyRequest < Struct.new(
1193
1277
  :destination_name,
1194
1278
  :access_policy)
@@ -1218,6 +1302,8 @@ module Aws::CloudWatchLogs
1218
1302
  # call Amazon Kinesis PutRecord on the destination stream.
1219
1303
  # @return [String]
1220
1304
  #
1305
+ # @see http://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/PutDestinationRequest AWS API Documentation
1306
+ #
1221
1307
  class PutDestinationRequest < Struct.new(
1222
1308
  :destination_name,
1223
1309
  :target_arn,
@@ -1229,6 +1315,8 @@ module Aws::CloudWatchLogs
1229
1315
  # The destination.
1230
1316
  # @return [Types::Destination]
1231
1317
  #
1318
+ # @see http://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/PutDestinationResponse AWS API Documentation
1319
+ #
1232
1320
  class PutDestinationResponse < Struct.new(
1233
1321
  :destination)
1234
1322
  include Aws::Structure
@@ -1265,6 +1353,8 @@ module Aws::CloudWatchLogs
1265
1353
  # The sequence token.
1266
1354
  # @return [String]
1267
1355
  #
1356
+ # @see http://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/PutLogEventsRequest AWS API Documentation
1357
+ #
1268
1358
  class PutLogEventsRequest < Struct.new(
1269
1359
  :log_group_name,
1270
1360
  :log_stream_name,
@@ -1281,6 +1371,8 @@ module Aws::CloudWatchLogs
1281
1371
  # The rejected events.
1282
1372
  # @return [Types::RejectedLogEventsInfo]
1283
1373
  #
1374
+ # @see http://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/PutLogEventsResponse AWS API Documentation
1375
+ #
1284
1376
  class PutLogEventsResponse < Struct.new(
1285
1377
  :next_sequence_token,
1286
1378
  :rejected_log_events_info)
@@ -1322,6 +1414,8 @@ module Aws::CloudWatchLogs
1322
1414
  # emitted.
1323
1415
  # @return [Array<Types::MetricTransformation>]
1324
1416
  #
1417
+ # @see http://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/PutMetricFilterRequest AWS API Documentation
1418
+ #
1325
1419
  class PutMetricFilterRequest < Struct.new(
1326
1420
  :log_group_name,
1327
1421
  :filter_name,
@@ -1348,6 +1442,8 @@ module Aws::CloudWatchLogs
1348
1442
  # 180, 365, 400, 545, 731, 1827, and 3653.
1349
1443
  # @return [Integer]
1350
1444
  #
1445
+ # @see http://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/PutRetentionPolicyRequest AWS API Documentation
1446
+ #
1351
1447
  class PutRetentionPolicyRequest < Struct.new(
1352
1448
  :log_group_name,
1353
1449
  :retention_in_days)
@@ -1409,6 +1505,8 @@ module Aws::CloudWatchLogs
1409
1505
  # log data randomly.
1410
1506
  # @return [String]
1411
1507
  #
1508
+ # @see http://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/PutSubscriptionFilterRequest AWS API Documentation
1509
+ #
1412
1510
  class PutSubscriptionFilterRequest < Struct.new(
1413
1511
  :log_group_name,
1414
1512
  :filter_name,
@@ -1433,6 +1531,8 @@ module Aws::CloudWatchLogs
1433
1531
  # The expired log events.
1434
1532
  # @return [Integer]
1435
1533
  #
1534
+ # @see http://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/RejectedLogEventsInfo AWS API Documentation
1535
+ #
1436
1536
  class RejectedLogEventsInfo < Struct.new(
1437
1537
  :too_new_log_event_start_index,
1438
1538
  :too_old_log_event_end_index,
@@ -1450,6 +1550,8 @@ module Aws::CloudWatchLogs
1450
1550
  # Indicates whether all the events in this log stream were searched.
1451
1551
  # @return [Boolean]
1452
1552
  #
1553
+ # @see http://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/SearchedLogStream AWS API Documentation
1554
+ #
1453
1555
  class SearchedLogStream < Struct.new(
1454
1556
  :log_stream_name,
1455
1557
  :searched_completely)
@@ -1489,6 +1591,8 @@ module Aws::CloudWatchLogs
1489
1591
  # The creation time of the subscription filter.
1490
1592
  # @return [Integer]
1491
1593
  #
1594
+ # @see http://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/SubscriptionFilter AWS API Documentation
1595
+ #
1492
1596
  class SubscriptionFilter < Struct.new(
1493
1597
  :filter_name,
1494
1598
  :log_group_name,
@@ -1518,6 +1622,8 @@ module Aws::CloudWatchLogs
1518
1622
  # The key-value pairs to use for the tags.
1519
1623
  # @return [Hash<String,String>]
1520
1624
  #
1625
+ # @see http://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/TagLogGroupRequest AWS API Documentation
1626
+ #
1521
1627
  class TagLogGroupRequest < Struct.new(
1522
1628
  :log_group_name,
1523
1629
  :tags)
@@ -1543,6 +1649,8 @@ module Aws::CloudWatchLogs
1543
1649
  # The log event messages to test.
1544
1650
  # @return [Array<String>]
1545
1651
  #
1652
+ # @see http://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/TestMetricFilterRequest AWS API Documentation
1653
+ #
1546
1654
  class TestMetricFilterRequest < Struct.new(
1547
1655
  :filter_pattern,
1548
1656
  :log_event_messages)
@@ -1553,6 +1661,8 @@ module Aws::CloudWatchLogs
1553
1661
  # The matched events.
1554
1662
  # @return [Array<Types::MetricFilterMatchRecord>]
1555
1663
  #
1664
+ # @see http://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/TestMetricFilterResponse AWS API Documentation
1665
+ #
1556
1666
  class TestMetricFilterResponse < Struct.new(
1557
1667
  :matches)
1558
1668
  include Aws::Structure
@@ -1574,6 +1684,8 @@ module Aws::CloudWatchLogs
1574
1684
  # The tag keys. The corresponding tags are removed from the log group.
1575
1685
  # @return [Array<String>]
1576
1686
  #
1687
+ # @see http://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/UntagLogGroupRequest AWS API Documentation
1688
+ #
1577
1689
  class UntagLogGroupRequest < Struct.new(
1578
1690
  :log_group_name,
1579
1691
  :tags)
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.0.0.rc2
4
+ version: 1.0.0.rc3
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: 2017-01-24 00:00:00.000000000 Z
11
+ date: 2017-04-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core