aws-sdk-cloudwatchlogs 1.133.0 → 1.135.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-cloudwatchlogs/client.rb +893 -177
- data/lib/aws-sdk-cloudwatchlogs/client_api.rb +346 -0
- data/lib/aws-sdk-cloudwatchlogs/types.rb +924 -165
- data/lib/aws-sdk-cloudwatchlogs.rb +1 -1
- data/sig/client.rbs +141 -1
- data/sig/types.rbs +202 -0
- metadata +1 -1
|
@@ -26,6 +26,8 @@ module Aws::CloudWatchLogs
|
|
|
26
26
|
AddKeyEntry = Shapes::StructureShape.new(name: 'AddKeyEntry')
|
|
27
27
|
AddKeyValue = Shapes::StringShape.new(name: 'AddKeyValue')
|
|
28
28
|
AddKeys = Shapes::StructureShape.new(name: 'AddKeys')
|
|
29
|
+
AggregateLogGroupSummaries = Shapes::ListShape.new(name: 'AggregateLogGroupSummaries')
|
|
30
|
+
AggregateLogGroupSummary = Shapes::StructureShape.new(name: 'AggregateLogGroupSummary')
|
|
29
31
|
AllowedActionForAllowVendedLogsDeliveryForResource = Shapes::StringShape.new(name: 'AllowedActionForAllowVendedLogsDeliveryForResource')
|
|
30
32
|
AllowedFieldDelimiters = Shapes::ListShape.new(name: 'AllowedFieldDelimiters')
|
|
31
33
|
AllowedFields = Shapes::ListShape.new(name: 'AllowedFields')
|
|
@@ -41,10 +43,15 @@ module Aws::CloudWatchLogs
|
|
|
41
43
|
ApplyOnTransformedLogs = Shapes::BooleanShape.new(name: 'ApplyOnTransformedLogs')
|
|
42
44
|
Arn = Shapes::StringShape.new(name: 'Arn')
|
|
43
45
|
AssociateKmsKeyRequest = Shapes::StructureShape.new(name: 'AssociateKmsKeyRequest')
|
|
46
|
+
AssociateSourceToS3TableIntegrationRequest = Shapes::StructureShape.new(name: 'AssociateSourceToS3TableIntegrationRequest')
|
|
47
|
+
AssociateSourceToS3TableIntegrationResponse = Shapes::StructureShape.new(name: 'AssociateSourceToS3TableIntegrationResponse')
|
|
44
48
|
Baseline = Shapes::BooleanShape.new(name: 'Baseline')
|
|
49
|
+
BatchId = Shapes::StringShape.new(name: 'BatchId')
|
|
45
50
|
Boolean = Shapes::BooleanShape.new(name: 'Boolean')
|
|
46
51
|
CSV = Shapes::StructureShape.new(name: 'CSV')
|
|
47
52
|
CancelExportTaskRequest = Shapes::StructureShape.new(name: 'CancelExportTaskRequest')
|
|
53
|
+
CancelImportTaskRequest = Shapes::StructureShape.new(name: 'CancelImportTaskRequest')
|
|
54
|
+
CancelImportTaskResponse = Shapes::StructureShape.new(name: 'CancelImportTaskResponse')
|
|
48
55
|
ClientToken = Shapes::StringShape.new(name: 'ClientToken')
|
|
49
56
|
CollectionRetentionDays = Shapes::IntegerShape.new(name: 'CollectionRetentionDays')
|
|
50
57
|
Column = Shapes::StringShape.new(name: 'Column')
|
|
@@ -61,6 +68,8 @@ module Aws::CloudWatchLogs
|
|
|
61
68
|
CreateDeliveryResponse = Shapes::StructureShape.new(name: 'CreateDeliveryResponse')
|
|
62
69
|
CreateExportTaskRequest = Shapes::StructureShape.new(name: 'CreateExportTaskRequest')
|
|
63
70
|
CreateExportTaskResponse = Shapes::StructureShape.new(name: 'CreateExportTaskResponse')
|
|
71
|
+
CreateImportTaskRequest = Shapes::StructureShape.new(name: 'CreateImportTaskRequest')
|
|
72
|
+
CreateImportTaskResponse = Shapes::StructureShape.new(name: 'CreateImportTaskResponse')
|
|
64
73
|
CreateLogAnomalyDetectorRequest = Shapes::StructureShape.new(name: 'CreateLogAnomalyDetectorRequest')
|
|
65
74
|
CreateLogAnomalyDetectorResponse = Shapes::StructureShape.new(name: 'CreateLogAnomalyDetectorResponse')
|
|
66
75
|
CreateLogGroupRequest = Shapes::StructureShape.new(name: 'CreateLogGroupRequest')
|
|
@@ -72,6 +81,12 @@ module Aws::CloudWatchLogs
|
|
|
72
81
|
DataAlreadyAcceptedException = Shapes::StructureShape.new(name: 'DataAlreadyAcceptedException')
|
|
73
82
|
DataProtectionPolicyDocument = Shapes::StringShape.new(name: 'DataProtectionPolicyDocument')
|
|
74
83
|
DataProtectionStatus = Shapes::StringShape.new(name: 'DataProtectionStatus')
|
|
84
|
+
DataSource = Shapes::StructureShape.new(name: 'DataSource')
|
|
85
|
+
DataSourceFilter = Shapes::StructureShape.new(name: 'DataSourceFilter')
|
|
86
|
+
DataSourceFilters = Shapes::ListShape.new(name: 'DataSourceFilters')
|
|
87
|
+
DataSourceName = Shapes::StringShape.new(name: 'DataSourceName')
|
|
88
|
+
DataSourceType = Shapes::StringShape.new(name: 'DataSourceType')
|
|
89
|
+
DataType = Shapes::StringShape.new(name: 'DataType')
|
|
75
90
|
DateTimeConverter = Shapes::StructureShape.new(name: 'DateTimeConverter')
|
|
76
91
|
Days = Shapes::IntegerShape.new(name: 'Days')
|
|
77
92
|
DefaultValue = Shapes::FloatShape.new(name: 'DefaultValue')
|
|
@@ -134,6 +149,10 @@ module Aws::CloudWatchLogs
|
|
|
134
149
|
DescribeFieldIndexesLogGroupIdentifiers = Shapes::ListShape.new(name: 'DescribeFieldIndexesLogGroupIdentifiers')
|
|
135
150
|
DescribeFieldIndexesRequest = Shapes::StructureShape.new(name: 'DescribeFieldIndexesRequest')
|
|
136
151
|
DescribeFieldIndexesResponse = Shapes::StructureShape.new(name: 'DescribeFieldIndexesResponse')
|
|
152
|
+
DescribeImportTaskBatchesRequest = Shapes::StructureShape.new(name: 'DescribeImportTaskBatchesRequest')
|
|
153
|
+
DescribeImportTaskBatchesResponse = Shapes::StructureShape.new(name: 'DescribeImportTaskBatchesResponse')
|
|
154
|
+
DescribeImportTasksRequest = Shapes::StructureShape.new(name: 'DescribeImportTasksRequest')
|
|
155
|
+
DescribeImportTasksResponse = Shapes::StructureShape.new(name: 'DescribeImportTasksResponse')
|
|
137
156
|
DescribeIndexPoliciesLogGroupIdentifiers = Shapes::ListShape.new(name: 'DescribeIndexPoliciesLogGroupIdentifiers')
|
|
138
157
|
DescribeIndexPoliciesRequest = Shapes::StructureShape.new(name: 'DescribeIndexPoliciesRequest')
|
|
139
158
|
DescribeIndexPoliciesResponse = Shapes::StructureShape.new(name: 'DescribeIndexPoliciesResponse')
|
|
@@ -167,6 +186,8 @@ module Aws::CloudWatchLogs
|
|
|
167
186
|
DimensionsKey = Shapes::StringShape.new(name: 'DimensionsKey')
|
|
168
187
|
DimensionsValue = Shapes::StringShape.new(name: 'DimensionsValue')
|
|
169
188
|
DisassociateKmsKeyRequest = Shapes::StructureShape.new(name: 'DisassociateKmsKeyRequest')
|
|
189
|
+
DisassociateSourceFromS3TableIntegrationRequest = Shapes::StructureShape.new(name: 'DisassociateSourceFromS3TableIntegrationRequest')
|
|
190
|
+
DisassociateSourceFromS3TableIntegrationResponse = Shapes::StructureShape.new(name: 'DisassociateSourceFromS3TableIntegrationResponse')
|
|
170
191
|
Distribution = Shapes::StringShape.new(name: 'Distribution')
|
|
171
192
|
DynamicTokenPosition = Shapes::IntegerShape.new(name: 'DynamicTokenPosition')
|
|
172
193
|
EmitSystemFields = Shapes::ListShape.new(name: 'EmitSystemFields')
|
|
@@ -181,6 +202,7 @@ module Aws::CloudWatchLogs
|
|
|
181
202
|
EntityRejectionErrorType = Shapes::StringShape.new(name: 'EntityRejectionErrorType')
|
|
182
203
|
Enumerations = Shapes::MapShape.new(name: 'Enumerations')
|
|
183
204
|
EpochMillis = Shapes::IntegerShape.new(name: 'EpochMillis')
|
|
205
|
+
ErrorMessage = Shapes::StringShape.new(name: 'ErrorMessage')
|
|
184
206
|
EvaluationFrequency = Shapes::StringShape.new(name: 'EvaluationFrequency')
|
|
185
207
|
EventId = Shapes::StringShape.new(name: 'EventId')
|
|
186
208
|
EventMessage = Shapes::StringShape.new(name: 'EventMessage')
|
|
@@ -206,6 +228,7 @@ module Aws::CloudWatchLogs
|
|
|
206
228
|
FieldHeader = Shapes::StringShape.new(name: 'FieldHeader')
|
|
207
229
|
FieldIndex = Shapes::StructureShape.new(name: 'FieldIndex')
|
|
208
230
|
FieldIndexName = Shapes::StringShape.new(name: 'FieldIndexName')
|
|
231
|
+
FieldIndexNames = Shapes::ListShape.new(name: 'FieldIndexNames')
|
|
209
232
|
FieldIndexes = Shapes::ListShape.new(name: 'FieldIndexes')
|
|
210
233
|
FieldSelectionCriteria = Shapes::StringShape.new(name: 'FieldSelectionCriteria')
|
|
211
234
|
FieldsData = Shapes::StructureShape.new(name: 'FieldsData')
|
|
@@ -237,6 +260,8 @@ module Aws::CloudWatchLogs
|
|
|
237
260
|
GetLogAnomalyDetectorResponse = Shapes::StructureShape.new(name: 'GetLogAnomalyDetectorResponse')
|
|
238
261
|
GetLogEventsRequest = Shapes::StructureShape.new(name: 'GetLogEventsRequest')
|
|
239
262
|
GetLogEventsResponse = Shapes::StructureShape.new(name: 'GetLogEventsResponse')
|
|
263
|
+
GetLogFieldsRequest = Shapes::StructureShape.new(name: 'GetLogFieldsRequest')
|
|
264
|
+
GetLogFieldsResponse = Shapes::StructureShape.new(name: 'GetLogFieldsResponse')
|
|
240
265
|
GetLogGroupFieldsRequest = Shapes::StructureShape.new(name: 'GetLogGroupFieldsRequest')
|
|
241
266
|
GetLogGroupFieldsResponse = Shapes::StructureShape.new(name: 'GetLogGroupFieldsResponse')
|
|
242
267
|
GetLogObjectRequest = Shapes::StructureShape.new(name: 'GetLogObjectRequest')
|
|
@@ -255,11 +280,25 @@ module Aws::CloudWatchLogs
|
|
|
255
280
|
GetTransformerResponse = Shapes::StructureShape.new(name: 'GetTransformerResponse')
|
|
256
281
|
Grok = Shapes::StructureShape.new(name: 'Grok')
|
|
257
282
|
GrokMatch = Shapes::StringShape.new(name: 'GrokMatch')
|
|
283
|
+
GroupingIdentifier = Shapes::StructureShape.new(name: 'GroupingIdentifier')
|
|
284
|
+
GroupingIdentifierKey = Shapes::StringShape.new(name: 'GroupingIdentifierKey')
|
|
285
|
+
GroupingIdentifierValue = Shapes::StringShape.new(name: 'GroupingIdentifierValue')
|
|
286
|
+
GroupingIdentifiers = Shapes::ListShape.new(name: 'GroupingIdentifiers')
|
|
258
287
|
Histogram = Shapes::MapShape.new(name: 'Histogram')
|
|
288
|
+
Import = Shapes::StructureShape.new(name: 'Import')
|
|
289
|
+
ImportBatch = Shapes::StructureShape.new(name: 'ImportBatch')
|
|
290
|
+
ImportBatchList = Shapes::ListShape.new(name: 'ImportBatchList')
|
|
291
|
+
ImportFilter = Shapes::StructureShape.new(name: 'ImportFilter')
|
|
292
|
+
ImportId = Shapes::StringShape.new(name: 'ImportId')
|
|
293
|
+
ImportList = Shapes::ListShape.new(name: 'ImportList')
|
|
294
|
+
ImportStatistics = Shapes::StructureShape.new(name: 'ImportStatistics')
|
|
295
|
+
ImportStatus = Shapes::StringShape.new(name: 'ImportStatus')
|
|
296
|
+
ImportStatusList = Shapes::ListShape.new(name: 'ImportStatusList')
|
|
259
297
|
IncludeLinkedAccounts = Shapes::BooleanShape.new(name: 'IncludeLinkedAccounts')
|
|
260
298
|
IndexPolicies = Shapes::ListShape.new(name: 'IndexPolicies')
|
|
261
299
|
IndexPolicy = Shapes::StructureShape.new(name: 'IndexPolicy')
|
|
262
300
|
IndexSource = Shapes::StringShape.new(name: 'IndexSource')
|
|
301
|
+
IndexType = Shapes::StringShape.new(name: 'IndexType')
|
|
263
302
|
InferredTokenName = Shapes::StringShape.new(name: 'InferredTokenName')
|
|
264
303
|
InheritedProperties = Shapes::ListShape.new(name: 'InheritedProperties')
|
|
265
304
|
InheritedProperty = Shapes::StringShape.new(name: 'InheritedProperty')
|
|
@@ -287,6 +326,9 @@ module Aws::CloudWatchLogs
|
|
|
287
326
|
KeyValueDelimiter = Shapes::StringShape.new(name: 'KeyValueDelimiter')
|
|
288
327
|
KmsKeyId = Shapes::StringShape.new(name: 'KmsKeyId')
|
|
289
328
|
LimitExceededException = Shapes::StructureShape.new(name: 'LimitExceededException')
|
|
329
|
+
ListAggregateLogGroupSummariesGroupBy = Shapes::StringShape.new(name: 'ListAggregateLogGroupSummariesGroupBy')
|
|
330
|
+
ListAggregateLogGroupSummariesRequest = Shapes::StructureShape.new(name: 'ListAggregateLogGroupSummariesRequest')
|
|
331
|
+
ListAggregateLogGroupSummariesResponse = Shapes::StructureShape.new(name: 'ListAggregateLogGroupSummariesResponse')
|
|
290
332
|
ListAnomaliesLimit = Shapes::IntegerShape.new(name: 'ListAnomaliesLimit')
|
|
291
333
|
ListAnomaliesRequest = Shapes::StructureShape.new(name: 'ListAnomaliesRequest')
|
|
292
334
|
ListAnomaliesResponse = Shapes::StructureShape.new(name: 'ListAnomaliesResponse')
|
|
@@ -300,10 +342,14 @@ module Aws::CloudWatchLogs
|
|
|
300
342
|
ListLogGroupsForQueryRequest = Shapes::StructureShape.new(name: 'ListLogGroupsForQueryRequest')
|
|
301
343
|
ListLogGroupsForQueryResponse = Shapes::StructureShape.new(name: 'ListLogGroupsForQueryResponse')
|
|
302
344
|
ListLogGroupsRequest = Shapes::StructureShape.new(name: 'ListLogGroupsRequest')
|
|
345
|
+
ListLogGroupsRequestLimit = Shapes::IntegerShape.new(name: 'ListLogGroupsRequestLimit')
|
|
303
346
|
ListLogGroupsResponse = Shapes::StructureShape.new(name: 'ListLogGroupsResponse')
|
|
304
347
|
ListScheduledQueriesMaxResults = Shapes::IntegerShape.new(name: 'ListScheduledQueriesMaxResults')
|
|
305
348
|
ListScheduledQueriesRequest = Shapes::StructureShape.new(name: 'ListScheduledQueriesRequest')
|
|
306
349
|
ListScheduledQueriesResponse = Shapes::StructureShape.new(name: 'ListScheduledQueriesResponse')
|
|
350
|
+
ListSourcesForS3TableIntegrationMaxResults = Shapes::IntegerShape.new(name: 'ListSourcesForS3TableIntegrationMaxResults')
|
|
351
|
+
ListSourcesForS3TableIntegrationRequest = Shapes::StructureShape.new(name: 'ListSourcesForS3TableIntegrationRequest')
|
|
352
|
+
ListSourcesForS3TableIntegrationResponse = Shapes::StructureShape.new(name: 'ListSourcesForS3TableIntegrationResponse')
|
|
307
353
|
ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
|
|
308
354
|
ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
|
|
309
355
|
ListTagsLogGroupRequest = Shapes::StructureShape.new(name: 'ListTagsLogGroupRequest')
|
|
@@ -317,10 +363,15 @@ module Aws::CloudWatchLogs
|
|
|
317
363
|
Locale = Shapes::StringShape.new(name: 'Locale')
|
|
318
364
|
LogEvent = Shapes::StructureShape.new(name: 'LogEvent')
|
|
319
365
|
LogEventIndex = Shapes::IntegerShape.new(name: 'LogEventIndex')
|
|
366
|
+
LogFieldName = Shapes::StringShape.new(name: 'LogFieldName')
|
|
367
|
+
LogFieldType = Shapes::StructureShape.new(name: 'LogFieldType')
|
|
368
|
+
LogFieldsList = Shapes::ListShape.new(name: 'LogFieldsList')
|
|
369
|
+
LogFieldsListItem = Shapes::StructureShape.new(name: 'LogFieldsListItem')
|
|
320
370
|
LogGroup = Shapes::StructureShape.new(name: 'LogGroup')
|
|
321
371
|
LogGroupArn = Shapes::StringShape.new(name: 'LogGroupArn')
|
|
322
372
|
LogGroupArnList = Shapes::ListShape.new(name: 'LogGroupArnList')
|
|
323
373
|
LogGroupClass = Shapes::StringShape.new(name: 'LogGroupClass')
|
|
374
|
+
LogGroupCount = Shapes::IntegerShape.new(name: 'LogGroupCount')
|
|
324
375
|
LogGroupField = Shapes::StructureShape.new(name: 'LogGroupField')
|
|
325
376
|
LogGroupFieldList = Shapes::ListShape.new(name: 'LogGroupFieldList')
|
|
326
377
|
LogGroupIdentifier = Shapes::StringShape.new(name: 'LogGroupIdentifier')
|
|
@@ -480,6 +531,11 @@ module Aws::CloudWatchLogs
|
|
|
480
531
|
RoleArn = Shapes::StringShape.new(name: 'RoleArn')
|
|
481
532
|
S3Configuration = Shapes::StructureShape.new(name: 'S3Configuration')
|
|
482
533
|
S3DeliveryConfiguration = Shapes::StructureShape.new(name: 'S3DeliveryConfiguration')
|
|
534
|
+
S3TableIntegrationSource = Shapes::StructureShape.new(name: 'S3TableIntegrationSource')
|
|
535
|
+
S3TableIntegrationSourceIdentifier = Shapes::StringShape.new(name: 'S3TableIntegrationSourceIdentifier')
|
|
536
|
+
S3TableIntegrationSourceStatus = Shapes::StringShape.new(name: 'S3TableIntegrationSourceStatus')
|
|
537
|
+
S3TableIntegrationSourceStatusReason = Shapes::StringShape.new(name: 'S3TableIntegrationSourceStatusReason')
|
|
538
|
+
S3TableIntegrationSources = Shapes::ListShape.new(name: 'S3TableIntegrationSources')
|
|
483
539
|
S3Uri = Shapes::StringShape.new(name: 'S3Uri')
|
|
484
540
|
ScheduleExpression = Shapes::StringShape.new(name: 'ScheduleExpression')
|
|
485
541
|
ScheduleTimezone = Shapes::StringShape.new(name: 'ScheduleTimezone')
|
|
@@ -613,6 +669,12 @@ module Aws::CloudWatchLogs
|
|
|
613
669
|
AddKeys.add_member(:entries, Shapes::ShapeRef.new(shape: AddKeyEntries, required: true, location_name: "entries"))
|
|
614
670
|
AddKeys.struct_class = Types::AddKeys
|
|
615
671
|
|
|
672
|
+
AggregateLogGroupSummaries.member = Shapes::ShapeRef.new(shape: AggregateLogGroupSummary)
|
|
673
|
+
|
|
674
|
+
AggregateLogGroupSummary.add_member(:log_group_count, Shapes::ShapeRef.new(shape: LogGroupCount, location_name: "logGroupCount"))
|
|
675
|
+
AggregateLogGroupSummary.add_member(:grouping_identifiers, Shapes::ShapeRef.new(shape: GroupingIdentifiers, location_name: "groupingIdentifiers"))
|
|
676
|
+
AggregateLogGroupSummary.struct_class = Types::AggregateLogGroupSummary
|
|
677
|
+
|
|
616
678
|
AllowedFieldDelimiters.member = Shapes::ShapeRef.new(shape: FieldDelimiter)
|
|
617
679
|
|
|
618
680
|
AllowedFields.member = Shapes::ShapeRef.new(shape: RecordField)
|
|
@@ -659,6 +721,13 @@ module Aws::CloudWatchLogs
|
|
|
659
721
|
AssociateKmsKeyRequest.add_member(:resource_identifier, Shapes::ShapeRef.new(shape: ResourceIdentifier, location_name: "resourceIdentifier"))
|
|
660
722
|
AssociateKmsKeyRequest.struct_class = Types::AssociateKmsKeyRequest
|
|
661
723
|
|
|
724
|
+
AssociateSourceToS3TableIntegrationRequest.add_member(:integration_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "integrationArn"))
|
|
725
|
+
AssociateSourceToS3TableIntegrationRequest.add_member(:data_source, Shapes::ShapeRef.new(shape: DataSource, required: true, location_name: "dataSource"))
|
|
726
|
+
AssociateSourceToS3TableIntegrationRequest.struct_class = Types::AssociateSourceToS3TableIntegrationRequest
|
|
727
|
+
|
|
728
|
+
AssociateSourceToS3TableIntegrationResponse.add_member(:identifier, Shapes::ShapeRef.new(shape: S3TableIntegrationSourceIdentifier, location_name: "identifier"))
|
|
729
|
+
AssociateSourceToS3TableIntegrationResponse.struct_class = Types::AssociateSourceToS3TableIntegrationResponse
|
|
730
|
+
|
|
662
731
|
CSV.add_member(:quote_character, Shapes::ShapeRef.new(shape: QuoteCharacter, location_name: "quoteCharacter"))
|
|
663
732
|
CSV.add_member(:delimiter, Shapes::ShapeRef.new(shape: Delimiter, location_name: "delimiter"))
|
|
664
733
|
CSV.add_member(:columns, Shapes::ShapeRef.new(shape: Columns, location_name: "columns"))
|
|
@@ -668,6 +737,16 @@ module Aws::CloudWatchLogs
|
|
|
668
737
|
CancelExportTaskRequest.add_member(:task_id, Shapes::ShapeRef.new(shape: ExportTaskId, required: true, location_name: "taskId"))
|
|
669
738
|
CancelExportTaskRequest.struct_class = Types::CancelExportTaskRequest
|
|
670
739
|
|
|
740
|
+
CancelImportTaskRequest.add_member(:import_id, Shapes::ShapeRef.new(shape: ImportId, required: true, location_name: "importId"))
|
|
741
|
+
CancelImportTaskRequest.struct_class = Types::CancelImportTaskRequest
|
|
742
|
+
|
|
743
|
+
CancelImportTaskResponse.add_member(:import_id, Shapes::ShapeRef.new(shape: ImportId, location_name: "importId"))
|
|
744
|
+
CancelImportTaskResponse.add_member(:import_statistics, Shapes::ShapeRef.new(shape: ImportStatistics, location_name: "importStatistics"))
|
|
745
|
+
CancelImportTaskResponse.add_member(:import_status, Shapes::ShapeRef.new(shape: ImportStatus, location_name: "importStatus"))
|
|
746
|
+
CancelImportTaskResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationTime"))
|
|
747
|
+
CancelImportTaskResponse.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedTime"))
|
|
748
|
+
CancelImportTaskResponse.struct_class = Types::CancelImportTaskResponse
|
|
749
|
+
|
|
671
750
|
Columns.member = Shapes::ShapeRef.new(shape: Column)
|
|
672
751
|
|
|
673
752
|
ConfigurationTemplate.add_member(:service, Shapes::ShapeRef.new(shape: Service, location_name: "service"))
|
|
@@ -724,6 +803,16 @@ module Aws::CloudWatchLogs
|
|
|
724
803
|
CreateExportTaskResponse.add_member(:task_id, Shapes::ShapeRef.new(shape: ExportTaskId, location_name: "taskId"))
|
|
725
804
|
CreateExportTaskResponse.struct_class = Types::CreateExportTaskResponse
|
|
726
805
|
|
|
806
|
+
CreateImportTaskRequest.add_member(:import_source_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "importSourceArn"))
|
|
807
|
+
CreateImportTaskRequest.add_member(:import_role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "importRoleArn"))
|
|
808
|
+
CreateImportTaskRequest.add_member(:import_filter, Shapes::ShapeRef.new(shape: ImportFilter, location_name: "importFilter"))
|
|
809
|
+
CreateImportTaskRequest.struct_class = Types::CreateImportTaskRequest
|
|
810
|
+
|
|
811
|
+
CreateImportTaskResponse.add_member(:import_id, Shapes::ShapeRef.new(shape: ImportId, location_name: "importId"))
|
|
812
|
+
CreateImportTaskResponse.add_member(:import_destination_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "importDestinationArn"))
|
|
813
|
+
CreateImportTaskResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationTime"))
|
|
814
|
+
CreateImportTaskResponse.struct_class = Types::CreateImportTaskResponse
|
|
815
|
+
|
|
727
816
|
CreateLogAnomalyDetectorRequest.add_member(:log_group_arn_list, Shapes::ShapeRef.new(shape: LogGroupArnList, required: true, location_name: "logGroupArnList"))
|
|
728
817
|
CreateLogAnomalyDetectorRequest.add_member(:detector_name, Shapes::ShapeRef.new(shape: DetectorName, location_name: "detectorName"))
|
|
729
818
|
CreateLogAnomalyDetectorRequest.add_member(:evaluation_frequency, Shapes::ShapeRef.new(shape: EvaluationFrequency, location_name: "evaluationFrequency"))
|
|
@@ -772,6 +861,16 @@ module Aws::CloudWatchLogs
|
|
|
772
861
|
DataAlreadyAcceptedException.add_member(:expected_sequence_token, Shapes::ShapeRef.new(shape: SequenceToken, location_name: "expectedSequenceToken"))
|
|
773
862
|
DataAlreadyAcceptedException.struct_class = Types::DataAlreadyAcceptedException
|
|
774
863
|
|
|
864
|
+
DataSource.add_member(:name, Shapes::ShapeRef.new(shape: DataSourceName, required: true, location_name: "name"))
|
|
865
|
+
DataSource.add_member(:type, Shapes::ShapeRef.new(shape: DataSourceType, location_name: "type"))
|
|
866
|
+
DataSource.struct_class = Types::DataSource
|
|
867
|
+
|
|
868
|
+
DataSourceFilter.add_member(:name, Shapes::ShapeRef.new(shape: DataSourceName, required: true, location_name: "name"))
|
|
869
|
+
DataSourceFilter.add_member(:type, Shapes::ShapeRef.new(shape: DataSourceType, location_name: "type"))
|
|
870
|
+
DataSourceFilter.struct_class = Types::DataSourceFilter
|
|
871
|
+
|
|
872
|
+
DataSourceFilters.member = Shapes::ShapeRef.new(shape: DataSourceFilter)
|
|
873
|
+
|
|
775
874
|
DateTimeConverter.add_member(:source, Shapes::ShapeRef.new(shape: Source, required: true, location_name: "source"))
|
|
776
875
|
DateTimeConverter.add_member(:target, Shapes::ShapeRef.new(shape: Target, required: true, location_name: "target"))
|
|
777
876
|
DateTimeConverter.add_member(:target_format, Shapes::ShapeRef.new(shape: TargetFormat, location_name: "targetFormat"))
|
|
@@ -972,6 +1071,29 @@ module Aws::CloudWatchLogs
|
|
|
972
1071
|
DescribeFieldIndexesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
973
1072
|
DescribeFieldIndexesResponse.struct_class = Types::DescribeFieldIndexesResponse
|
|
974
1073
|
|
|
1074
|
+
DescribeImportTaskBatchesRequest.add_member(:import_id, Shapes::ShapeRef.new(shape: ImportId, required: true, location_name: "importId"))
|
|
1075
|
+
DescribeImportTaskBatchesRequest.add_member(:batch_import_status, Shapes::ShapeRef.new(shape: ImportStatusList, location_name: "batchImportStatus"))
|
|
1076
|
+
DescribeImportTaskBatchesRequest.add_member(:limit, Shapes::ShapeRef.new(shape: DescribeLimit, location_name: "limit"))
|
|
1077
|
+
DescribeImportTaskBatchesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
1078
|
+
DescribeImportTaskBatchesRequest.struct_class = Types::DescribeImportTaskBatchesRequest
|
|
1079
|
+
|
|
1080
|
+
DescribeImportTaskBatchesResponse.add_member(:import_source_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "importSourceArn"))
|
|
1081
|
+
DescribeImportTaskBatchesResponse.add_member(:import_id, Shapes::ShapeRef.new(shape: ImportId, location_name: "importId"))
|
|
1082
|
+
DescribeImportTaskBatchesResponse.add_member(:import_batches, Shapes::ShapeRef.new(shape: ImportBatchList, location_name: "importBatches"))
|
|
1083
|
+
DescribeImportTaskBatchesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
1084
|
+
DescribeImportTaskBatchesResponse.struct_class = Types::DescribeImportTaskBatchesResponse
|
|
1085
|
+
|
|
1086
|
+
DescribeImportTasksRequest.add_member(:import_id, Shapes::ShapeRef.new(shape: ImportId, location_name: "importId"))
|
|
1087
|
+
DescribeImportTasksRequest.add_member(:import_status, Shapes::ShapeRef.new(shape: ImportStatus, location_name: "importStatus"))
|
|
1088
|
+
DescribeImportTasksRequest.add_member(:import_source_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "importSourceArn"))
|
|
1089
|
+
DescribeImportTasksRequest.add_member(:limit, Shapes::ShapeRef.new(shape: DescribeLimit, location_name: "limit"))
|
|
1090
|
+
DescribeImportTasksRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
1091
|
+
DescribeImportTasksRequest.struct_class = Types::DescribeImportTasksRequest
|
|
1092
|
+
|
|
1093
|
+
DescribeImportTasksResponse.add_member(:imports, Shapes::ShapeRef.new(shape: ImportList, location_name: "imports"))
|
|
1094
|
+
DescribeImportTasksResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
1095
|
+
DescribeImportTasksResponse.struct_class = Types::DescribeImportTasksResponse
|
|
1096
|
+
|
|
975
1097
|
DescribeIndexPoliciesLogGroupIdentifiers.member = Shapes::ShapeRef.new(shape: LogGroupIdentifier)
|
|
976
1098
|
|
|
977
1099
|
DescribeIndexPoliciesRequest.add_member(:log_group_identifiers, Shapes::ShapeRef.new(shape: DescribeIndexPoliciesLogGroupIdentifiers, required: true, location_name: "logGroupIdentifiers"))
|
|
@@ -1084,6 +1206,12 @@ module Aws::CloudWatchLogs
|
|
|
1084
1206
|
DisassociateKmsKeyRequest.add_member(:resource_identifier, Shapes::ShapeRef.new(shape: ResourceIdentifier, location_name: "resourceIdentifier"))
|
|
1085
1207
|
DisassociateKmsKeyRequest.struct_class = Types::DisassociateKmsKeyRequest
|
|
1086
1208
|
|
|
1209
|
+
DisassociateSourceFromS3TableIntegrationRequest.add_member(:identifier, Shapes::ShapeRef.new(shape: S3TableIntegrationSourceIdentifier, required: true, location_name: "identifier"))
|
|
1210
|
+
DisassociateSourceFromS3TableIntegrationRequest.struct_class = Types::DisassociateSourceFromS3TableIntegrationRequest
|
|
1211
|
+
|
|
1212
|
+
DisassociateSourceFromS3TableIntegrationResponse.add_member(:identifier, Shapes::ShapeRef.new(shape: S3TableIntegrationSourceIdentifier, location_name: "identifier"))
|
|
1213
|
+
DisassociateSourceFromS3TableIntegrationResponse.struct_class = Types::DisassociateSourceFromS3TableIntegrationResponse
|
|
1214
|
+
|
|
1087
1215
|
EmitSystemFields.member = Shapes::ShapeRef.new(shape: SystemField)
|
|
1088
1216
|
|
|
1089
1217
|
Entity.add_member(:key_attributes, Shapes::ShapeRef.new(shape: EntityKeyAttributes, location_name: "keyAttributes"))
|
|
@@ -1130,8 +1258,11 @@ module Aws::CloudWatchLogs
|
|
|
1130
1258
|
FieldIndex.add_member(:last_scan_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastScanTime"))
|
|
1131
1259
|
FieldIndex.add_member(:first_event_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "firstEventTime"))
|
|
1132
1260
|
FieldIndex.add_member(:last_event_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastEventTime"))
|
|
1261
|
+
FieldIndex.add_member(:type, Shapes::ShapeRef.new(shape: IndexType, location_name: "type"))
|
|
1133
1262
|
FieldIndex.struct_class = Types::FieldIndex
|
|
1134
1263
|
|
|
1264
|
+
FieldIndexNames.member = Shapes::ShapeRef.new(shape: FieldIndexName)
|
|
1265
|
+
|
|
1135
1266
|
FieldIndexes.member = Shapes::ShapeRef.new(shape: FieldIndex)
|
|
1136
1267
|
|
|
1137
1268
|
FieldsData.add_member(:data, Shapes::ShapeRef.new(shape: Data, location_name: "data"))
|
|
@@ -1235,6 +1366,13 @@ module Aws::CloudWatchLogs
|
|
|
1235
1366
|
GetLogEventsResponse.add_member(:next_backward_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextBackwardToken"))
|
|
1236
1367
|
GetLogEventsResponse.struct_class = Types::GetLogEventsResponse
|
|
1237
1368
|
|
|
1369
|
+
GetLogFieldsRequest.add_member(:data_source_name, Shapes::ShapeRef.new(shape: DataSourceName, required: true, location_name: "dataSourceName"))
|
|
1370
|
+
GetLogFieldsRequest.add_member(:data_source_type, Shapes::ShapeRef.new(shape: DataSourceType, required: true, location_name: "dataSourceType"))
|
|
1371
|
+
GetLogFieldsRequest.struct_class = Types::GetLogFieldsRequest
|
|
1372
|
+
|
|
1373
|
+
GetLogFieldsResponse.add_member(:log_fields, Shapes::ShapeRef.new(shape: LogFieldsList, location_name: "logFields"))
|
|
1374
|
+
GetLogFieldsResponse.struct_class = Types::GetLogFieldsResponse
|
|
1375
|
+
|
|
1238
1376
|
GetLogGroupFieldsRequest.add_member(:log_group_name, Shapes::ShapeRef.new(shape: LogGroupName, location_name: "logGroupName"))
|
|
1239
1377
|
GetLogGroupFieldsRequest.add_member(:time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "time"))
|
|
1240
1378
|
GetLogGroupFieldsRequest.add_member(:log_group_identifier, Shapes::ShapeRef.new(shape: LogGroupIdentifier, location_name: "logGroupIdentifier"))
|
|
@@ -1321,9 +1459,44 @@ module Aws::CloudWatchLogs
|
|
|
1321
1459
|
Grok.add_member(:match, Shapes::ShapeRef.new(shape: GrokMatch, required: true, location_name: "match"))
|
|
1322
1460
|
Grok.struct_class = Types::Grok
|
|
1323
1461
|
|
|
1462
|
+
GroupingIdentifier.add_member(:key, Shapes::ShapeRef.new(shape: GroupingIdentifierKey, location_name: "key"))
|
|
1463
|
+
GroupingIdentifier.add_member(:value, Shapes::ShapeRef.new(shape: GroupingIdentifierValue, location_name: "value"))
|
|
1464
|
+
GroupingIdentifier.struct_class = Types::GroupingIdentifier
|
|
1465
|
+
|
|
1466
|
+
GroupingIdentifiers.member = Shapes::ShapeRef.new(shape: GroupingIdentifier)
|
|
1467
|
+
|
|
1324
1468
|
Histogram.key = Shapes::ShapeRef.new(shape: Time)
|
|
1325
1469
|
Histogram.value = Shapes::ShapeRef.new(shape: Count)
|
|
1326
1470
|
|
|
1471
|
+
Import.add_member(:import_id, Shapes::ShapeRef.new(shape: ImportId, location_name: "importId"))
|
|
1472
|
+
Import.add_member(:import_source_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "importSourceArn"))
|
|
1473
|
+
Import.add_member(:import_status, Shapes::ShapeRef.new(shape: ImportStatus, location_name: "importStatus"))
|
|
1474
|
+
Import.add_member(:import_destination_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "importDestinationArn"))
|
|
1475
|
+
Import.add_member(:import_statistics, Shapes::ShapeRef.new(shape: ImportStatistics, location_name: "importStatistics"))
|
|
1476
|
+
Import.add_member(:import_filter, Shapes::ShapeRef.new(shape: ImportFilter, location_name: "importFilter"))
|
|
1477
|
+
Import.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationTime"))
|
|
1478
|
+
Import.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedTime"))
|
|
1479
|
+
Import.add_member(:error_message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "errorMessage"))
|
|
1480
|
+
Import.struct_class = Types::Import
|
|
1481
|
+
|
|
1482
|
+
ImportBatch.add_member(:batch_id, Shapes::ShapeRef.new(shape: BatchId, required: true, location_name: "batchId"))
|
|
1483
|
+
ImportBatch.add_member(:status, Shapes::ShapeRef.new(shape: ImportStatus, required: true, location_name: "status"))
|
|
1484
|
+
ImportBatch.add_member(:error_message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "errorMessage"))
|
|
1485
|
+
ImportBatch.struct_class = Types::ImportBatch
|
|
1486
|
+
|
|
1487
|
+
ImportBatchList.member = Shapes::ShapeRef.new(shape: ImportBatch)
|
|
1488
|
+
|
|
1489
|
+
ImportFilter.add_member(:start_event_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "startEventTime"))
|
|
1490
|
+
ImportFilter.add_member(:end_event_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "endEventTime"))
|
|
1491
|
+
ImportFilter.struct_class = Types::ImportFilter
|
|
1492
|
+
|
|
1493
|
+
ImportList.member = Shapes::ShapeRef.new(shape: Import)
|
|
1494
|
+
|
|
1495
|
+
ImportStatistics.add_member(:bytes_imported, Shapes::ShapeRef.new(shape: StoredBytes, location_name: "bytesImported"))
|
|
1496
|
+
ImportStatistics.struct_class = Types::ImportStatistics
|
|
1497
|
+
|
|
1498
|
+
ImportStatusList.member = Shapes::ShapeRef.new(shape: ImportStatus)
|
|
1499
|
+
|
|
1327
1500
|
IndexPolicies.member = Shapes::ShapeRef.new(shape: IndexPolicy)
|
|
1328
1501
|
|
|
1329
1502
|
IndexPolicy.add_member(:log_group_identifier, Shapes::ShapeRef.new(shape: LogGroupIdentifier, location_name: "logGroupIdentifier"))
|
|
@@ -1370,6 +1543,20 @@ module Aws::CloudWatchLogs
|
|
|
1370
1543
|
|
|
1371
1544
|
LimitExceededException.struct_class = Types::LimitExceededException
|
|
1372
1545
|
|
|
1546
|
+
ListAggregateLogGroupSummariesRequest.add_member(:account_identifiers, Shapes::ShapeRef.new(shape: AccountIds, location_name: "accountIdentifiers"))
|
|
1547
|
+
ListAggregateLogGroupSummariesRequest.add_member(:include_linked_accounts, Shapes::ShapeRef.new(shape: IncludeLinkedAccounts, location_name: "includeLinkedAccounts"))
|
|
1548
|
+
ListAggregateLogGroupSummariesRequest.add_member(:log_group_class, Shapes::ShapeRef.new(shape: LogGroupClass, location_name: "logGroupClass"))
|
|
1549
|
+
ListAggregateLogGroupSummariesRequest.add_member(:log_group_name_pattern, Shapes::ShapeRef.new(shape: LogGroupNameRegexPattern, location_name: "logGroupNamePattern"))
|
|
1550
|
+
ListAggregateLogGroupSummariesRequest.add_member(:data_sources, Shapes::ShapeRef.new(shape: DataSourceFilters, location_name: "dataSources"))
|
|
1551
|
+
ListAggregateLogGroupSummariesRequest.add_member(:group_by, Shapes::ShapeRef.new(shape: ListAggregateLogGroupSummariesGroupBy, required: true, location_name: "groupBy"))
|
|
1552
|
+
ListAggregateLogGroupSummariesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
1553
|
+
ListAggregateLogGroupSummariesRequest.add_member(:limit, Shapes::ShapeRef.new(shape: ListLogGroupsRequestLimit, location_name: "limit"))
|
|
1554
|
+
ListAggregateLogGroupSummariesRequest.struct_class = Types::ListAggregateLogGroupSummariesRequest
|
|
1555
|
+
|
|
1556
|
+
ListAggregateLogGroupSummariesResponse.add_member(:aggregate_log_group_summaries, Shapes::ShapeRef.new(shape: AggregateLogGroupSummaries, location_name: "aggregateLogGroupSummaries"))
|
|
1557
|
+
ListAggregateLogGroupSummariesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
1558
|
+
ListAggregateLogGroupSummariesResponse.struct_class = Types::ListAggregateLogGroupSummariesResponse
|
|
1559
|
+
|
|
1373
1560
|
ListAnomaliesRequest.add_member(:anomaly_detector_arn, Shapes::ShapeRef.new(shape: AnomalyDetectorArn, location_name: "anomalyDetectorArn"))
|
|
1374
1561
|
ListAnomaliesRequest.add_member(:suppression_state, Shapes::ShapeRef.new(shape: SuppressionState, location_name: "suppressionState"))
|
|
1375
1562
|
ListAnomaliesRequest.add_member(:limit, Shapes::ShapeRef.new(shape: ListAnomaliesLimit, location_name: "limit"))
|
|
@@ -1412,6 +1599,8 @@ module Aws::CloudWatchLogs
|
|
|
1412
1599
|
ListLogGroupsRequest.add_member(:account_identifiers, Shapes::ShapeRef.new(shape: AccountIds, location_name: "accountIdentifiers"))
|
|
1413
1600
|
ListLogGroupsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
1414
1601
|
ListLogGroupsRequest.add_member(:limit, Shapes::ShapeRef.new(shape: ListLimit, location_name: "limit"))
|
|
1602
|
+
ListLogGroupsRequest.add_member(:data_sources, Shapes::ShapeRef.new(shape: DataSourceFilters, location_name: "dataSources"))
|
|
1603
|
+
ListLogGroupsRequest.add_member(:field_index_names, Shapes::ShapeRef.new(shape: FieldIndexNames, location_name: "fieldIndexNames"))
|
|
1415
1604
|
ListLogGroupsRequest.struct_class = Types::ListLogGroupsRequest
|
|
1416
1605
|
|
|
1417
1606
|
ListLogGroupsResponse.add_member(:log_groups, Shapes::ShapeRef.new(shape: LogGroupSummaries, location_name: "logGroups"))
|
|
@@ -1427,6 +1616,15 @@ module Aws::CloudWatchLogs
|
|
|
1427
1616
|
ListScheduledQueriesResponse.add_member(:scheduled_queries, Shapes::ShapeRef.new(shape: ScheduledQuerySummaryList, location_name: "scheduledQueries"))
|
|
1428
1617
|
ListScheduledQueriesResponse.struct_class = Types::ListScheduledQueriesResponse
|
|
1429
1618
|
|
|
1619
|
+
ListSourcesForS3TableIntegrationRequest.add_member(:integration_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "integrationArn"))
|
|
1620
|
+
ListSourcesForS3TableIntegrationRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListSourcesForS3TableIntegrationMaxResults, location_name: "maxResults"))
|
|
1621
|
+
ListSourcesForS3TableIntegrationRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
1622
|
+
ListSourcesForS3TableIntegrationRequest.struct_class = Types::ListSourcesForS3TableIntegrationRequest
|
|
1623
|
+
|
|
1624
|
+
ListSourcesForS3TableIntegrationResponse.add_member(:sources, Shapes::ShapeRef.new(shape: S3TableIntegrationSources, location_name: "sources"))
|
|
1625
|
+
ListSourcesForS3TableIntegrationResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
1626
|
+
ListSourcesForS3TableIntegrationResponse.struct_class = Types::ListSourcesForS3TableIntegrationResponse
|
|
1627
|
+
|
|
1430
1628
|
ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location_name: "resourceArn"))
|
|
1431
1629
|
ListTagsForResourceRequest.struct_class = Types::ListTagsForResourceRequest
|
|
1432
1630
|
|
|
@@ -1475,6 +1673,17 @@ module Aws::CloudWatchLogs
|
|
|
1475
1673
|
LogEvent.add_member(:message, Shapes::ShapeRef.new(shape: EventMessage, location_name: "message"))
|
|
1476
1674
|
LogEvent.struct_class = Types::LogEvent
|
|
1477
1675
|
|
|
1676
|
+
LogFieldType.add_member(:type, Shapes::ShapeRef.new(shape: DataType, location_name: "type"))
|
|
1677
|
+
LogFieldType.add_member(:element, Shapes::ShapeRef.new(shape: LogFieldType, location_name: "element"))
|
|
1678
|
+
LogFieldType.add_member(:fields, Shapes::ShapeRef.new(shape: LogFieldsList, location_name: "fields"))
|
|
1679
|
+
LogFieldType.struct_class = Types::LogFieldType
|
|
1680
|
+
|
|
1681
|
+
LogFieldsList.member = Shapes::ShapeRef.new(shape: LogFieldsListItem)
|
|
1682
|
+
|
|
1683
|
+
LogFieldsListItem.add_member(:log_field_name, Shapes::ShapeRef.new(shape: LogFieldName, location_name: "logFieldName"))
|
|
1684
|
+
LogFieldsListItem.add_member(:log_field_type, Shapes::ShapeRef.new(shape: LogFieldType, location_name: "logFieldType"))
|
|
1685
|
+
LogFieldsListItem.struct_class = Types::LogFieldsListItem
|
|
1686
|
+
|
|
1478
1687
|
LogGroup.add_member(:log_group_name, Shapes::ShapeRef.new(shape: LogGroupName, location_name: "logGroupName"))
|
|
1479
1688
|
LogGroup.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationTime"))
|
|
1480
1689
|
LogGroup.add_member(:retention_in_days, Shapes::ShapeRef.new(shape: Days, location_name: "retentionInDays"))
|
|
@@ -1958,6 +2167,15 @@ module Aws::CloudWatchLogs
|
|
|
1958
2167
|
S3DeliveryConfiguration.add_member(:enable_hive_compatible_path, Shapes::ShapeRef.new(shape: Boolean, location_name: "enableHiveCompatiblePath", metadata: {"box" => true}))
|
|
1959
2168
|
S3DeliveryConfiguration.struct_class = Types::S3DeliveryConfiguration
|
|
1960
2169
|
|
|
2170
|
+
S3TableIntegrationSource.add_member(:identifier, Shapes::ShapeRef.new(shape: S3TableIntegrationSourceIdentifier, location_name: "identifier"))
|
|
2171
|
+
S3TableIntegrationSource.add_member(:data_source, Shapes::ShapeRef.new(shape: DataSource, location_name: "dataSource"))
|
|
2172
|
+
S3TableIntegrationSource.add_member(:status, Shapes::ShapeRef.new(shape: S3TableIntegrationSourceStatus, location_name: "status"))
|
|
2173
|
+
S3TableIntegrationSource.add_member(:status_reason, Shapes::ShapeRef.new(shape: S3TableIntegrationSourceStatusReason, location_name: "statusReason"))
|
|
2174
|
+
S3TableIntegrationSource.add_member(:created_time_stamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdTimeStamp"))
|
|
2175
|
+
S3TableIntegrationSource.struct_class = Types::S3TableIntegrationSource
|
|
2176
|
+
|
|
2177
|
+
S3TableIntegrationSources.member = Shapes::ShapeRef.new(shape: S3TableIntegrationSource)
|
|
2178
|
+
|
|
1961
2179
|
ScheduledQueryDestination.add_member(:destination_type, Shapes::ShapeRef.new(shape: ScheduledQueryDestinationType, location_name: "destinationType"))
|
|
1962
2180
|
ScheduledQueryDestination.add_member(:destination_identifier, Shapes::ShapeRef.new(shape: String, location_name: "destinationIdentifier"))
|
|
1963
2181
|
ScheduledQueryDestination.add_member(:status, Shapes::ShapeRef.new(shape: ActionStatus, location_name: "status"))
|
|
@@ -2246,6 +2464,19 @@ module Aws::CloudWatchLogs
|
|
|
2246
2464
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
2247
2465
|
end)
|
|
2248
2466
|
|
|
2467
|
+
api.add_operation(:associate_source_to_s3_table_integration, Seahorse::Model::Operation.new.tap do |o|
|
|
2468
|
+
o.name = "AssociateSourceToS3TableIntegration"
|
|
2469
|
+
o.http_method = "POST"
|
|
2470
|
+
o.http_request_uri = "/"
|
|
2471
|
+
o.input = Shapes::ShapeRef.new(shape: AssociateSourceToS3TableIntegrationRequest)
|
|
2472
|
+
o.output = Shapes::ShapeRef.new(shape: AssociateSourceToS3TableIntegrationResponse)
|
|
2473
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
2474
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2475
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
2476
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
2477
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
2478
|
+
end)
|
|
2479
|
+
|
|
2249
2480
|
api.add_operation(:cancel_export_task, Seahorse::Model::Operation.new.tap do |o|
|
|
2250
2481
|
o.name = "CancelExportTask"
|
|
2251
2482
|
o.http_method = "POST"
|
|
@@ -2258,6 +2489,19 @@ module Aws::CloudWatchLogs
|
|
|
2258
2489
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
2259
2490
|
end)
|
|
2260
2491
|
|
|
2492
|
+
api.add_operation(:cancel_import_task, Seahorse::Model::Operation.new.tap do |o|
|
|
2493
|
+
o.name = "CancelImportTask"
|
|
2494
|
+
o.http_method = "POST"
|
|
2495
|
+
o.http_request_uri = "/"
|
|
2496
|
+
o.input = Shapes::ShapeRef.new(shape: CancelImportTaskRequest)
|
|
2497
|
+
o.output = Shapes::ShapeRef.new(shape: CancelImportTaskResponse)
|
|
2498
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
2499
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
2500
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2501
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
2502
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidOperationException)
|
|
2503
|
+
end)
|
|
2504
|
+
|
|
2261
2505
|
api.add_operation(:create_delivery, Seahorse::Model::Operation.new.tap do |o|
|
|
2262
2506
|
o.name = "CreateDelivery"
|
|
2263
2507
|
o.http_method = "POST"
|
|
@@ -2287,6 +2531,21 @@ module Aws::CloudWatchLogs
|
|
|
2287
2531
|
o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsException)
|
|
2288
2532
|
end)
|
|
2289
2533
|
|
|
2534
|
+
api.add_operation(:create_import_task, Seahorse::Model::Operation.new.tap do |o|
|
|
2535
|
+
o.name = "CreateImportTask"
|
|
2536
|
+
o.http_method = "POST"
|
|
2537
|
+
o.http_request_uri = "/"
|
|
2538
|
+
o.input = Shapes::ShapeRef.new(shape: CreateImportTaskRequest)
|
|
2539
|
+
o.output = Shapes::ShapeRef.new(shape: CreateImportTaskResponse)
|
|
2540
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
2541
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
2542
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
2543
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2544
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
2545
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
2546
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidOperationException)
|
|
2547
|
+
end)
|
|
2548
|
+
|
|
2290
2549
|
api.add_operation(:create_log_anomaly_detector, Seahorse::Model::Operation.new.tap do |o|
|
|
2291
2550
|
o.name = "CreateLogAnomalyDetector"
|
|
2292
2551
|
o.http_method = "POST"
|
|
@@ -2701,6 +2960,32 @@ module Aws::CloudWatchLogs
|
|
|
2701
2960
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
2702
2961
|
end)
|
|
2703
2962
|
|
|
2963
|
+
api.add_operation(:describe_import_task_batches, Seahorse::Model::Operation.new.tap do |o|
|
|
2964
|
+
o.name = "DescribeImportTaskBatches"
|
|
2965
|
+
o.http_method = "POST"
|
|
2966
|
+
o.http_request_uri = "/"
|
|
2967
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeImportTaskBatchesRequest)
|
|
2968
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeImportTaskBatchesResponse)
|
|
2969
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
2970
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
2971
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2972
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
2973
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidOperationException)
|
|
2974
|
+
end)
|
|
2975
|
+
|
|
2976
|
+
api.add_operation(:describe_import_tasks, Seahorse::Model::Operation.new.tap do |o|
|
|
2977
|
+
o.name = "DescribeImportTasks"
|
|
2978
|
+
o.http_method = "POST"
|
|
2979
|
+
o.http_request_uri = "/"
|
|
2980
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeImportTasksRequest)
|
|
2981
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeImportTasksResponse)
|
|
2982
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
2983
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
2984
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2985
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
2986
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidOperationException)
|
|
2987
|
+
end)
|
|
2988
|
+
|
|
2704
2989
|
api.add_operation(:describe_index_policies, Seahorse::Model::Operation.new.tap do |o|
|
|
2705
2990
|
o.name = "DescribeIndexPolicies"
|
|
2706
2991
|
o.http_method = "POST"
|
|
@@ -2824,6 +3109,19 @@ module Aws::CloudWatchLogs
|
|
|
2824
3109
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
2825
3110
|
end)
|
|
2826
3111
|
|
|
3112
|
+
api.add_operation(:disassociate_source_from_s3_table_integration, Seahorse::Model::Operation.new.tap do |o|
|
|
3113
|
+
o.name = "DisassociateSourceFromS3TableIntegration"
|
|
3114
|
+
o.http_method = "POST"
|
|
3115
|
+
o.http_request_uri = "/"
|
|
3116
|
+
o.input = Shapes::ShapeRef.new(shape: DisassociateSourceFromS3TableIntegrationRequest)
|
|
3117
|
+
o.output = Shapes::ShapeRef.new(shape: DisassociateSourceFromS3TableIntegrationResponse)
|
|
3118
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
3119
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
3120
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
3121
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
3122
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
3123
|
+
end)
|
|
3124
|
+
|
|
2827
3125
|
api.add_operation(:filter_log_events, Seahorse::Model::Operation.new.tap do |o|
|
|
2828
3126
|
o.name = "FilterLogEvents"
|
|
2829
3127
|
o.http_method = "POST"
|
|
@@ -2943,6 +3241,18 @@ module Aws::CloudWatchLogs
|
|
|
2943
3241
|
)
|
|
2944
3242
|
end)
|
|
2945
3243
|
|
|
3244
|
+
api.add_operation(:get_log_fields, Seahorse::Model::Operation.new.tap do |o|
|
|
3245
|
+
o.name = "GetLogFields"
|
|
3246
|
+
o.http_method = "POST"
|
|
3247
|
+
o.http_request_uri = "/"
|
|
3248
|
+
o.input = Shapes::ShapeRef.new(shape: GetLogFieldsRequest)
|
|
3249
|
+
o.output = Shapes::ShapeRef.new(shape: GetLogFieldsResponse)
|
|
3250
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
3251
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
3252
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationAbortedException)
|
|
3253
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
3254
|
+
end)
|
|
3255
|
+
|
|
2946
3256
|
api.add_operation(:get_log_group_fields, Seahorse::Model::Operation.new.tap do |o|
|
|
2947
3257
|
o.name = "GetLogGroupFields"
|
|
2948
3258
|
o.http_method = "POST"
|
|
@@ -3038,6 +3348,23 @@ module Aws::CloudWatchLogs
|
|
|
3038
3348
|
o.errors << Shapes::ShapeRef.new(shape: InvalidOperationException)
|
|
3039
3349
|
end)
|
|
3040
3350
|
|
|
3351
|
+
api.add_operation(:list_aggregate_log_group_summaries, Seahorse::Model::Operation.new.tap do |o|
|
|
3352
|
+
o.name = "ListAggregateLogGroupSummaries"
|
|
3353
|
+
o.http_method = "POST"
|
|
3354
|
+
o.http_request_uri = "/"
|
|
3355
|
+
o.input = Shapes::ShapeRef.new(shape: ListAggregateLogGroupSummariesRequest)
|
|
3356
|
+
o.output = Shapes::ShapeRef.new(shape: ListAggregateLogGroupSummariesResponse)
|
|
3357
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
3358
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
3359
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
3360
|
+
o[:pager] = Aws::Pager.new(
|
|
3361
|
+
limit_key: "limit",
|
|
3362
|
+
tokens: {
|
|
3363
|
+
"next_token" => "next_token"
|
|
3364
|
+
}
|
|
3365
|
+
)
|
|
3366
|
+
end)
|
|
3367
|
+
|
|
3041
3368
|
api.add_operation(:list_anomalies, Seahorse::Model::Operation.new.tap do |o|
|
|
3042
3369
|
o.name = "ListAnomalies"
|
|
3043
3370
|
o.http_method = "POST"
|
|
@@ -3130,6 +3457,25 @@ module Aws::CloudWatchLogs
|
|
|
3130
3457
|
)
|
|
3131
3458
|
end)
|
|
3132
3459
|
|
|
3460
|
+
api.add_operation(:list_sources_for_s3_table_integration, Seahorse::Model::Operation.new.tap do |o|
|
|
3461
|
+
o.name = "ListSourcesForS3TableIntegration"
|
|
3462
|
+
o.http_method = "POST"
|
|
3463
|
+
o.http_request_uri = "/"
|
|
3464
|
+
o.input = Shapes::ShapeRef.new(shape: ListSourcesForS3TableIntegrationRequest)
|
|
3465
|
+
o.output = Shapes::ShapeRef.new(shape: ListSourcesForS3TableIntegrationResponse)
|
|
3466
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
3467
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
3468
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
3469
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
3470
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
3471
|
+
o[:pager] = Aws::Pager.new(
|
|
3472
|
+
limit_key: "max_results",
|
|
3473
|
+
tokens: {
|
|
3474
|
+
"next_token" => "next_token"
|
|
3475
|
+
}
|
|
3476
|
+
)
|
|
3477
|
+
end)
|
|
3478
|
+
|
|
3133
3479
|
api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
|
|
3134
3480
|
o.name = "ListTagsForResource"
|
|
3135
3481
|
o.http_method = "POST"
|