aws-sdk-core 2.0.47 → 2.0.48

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.
@@ -7,14 +7,17 @@
7
7
  "DeleteLogStream": "<p> Deletes a log stream and permanently deletes all the archived log events associated with it. </p>",
8
8
  "DeleteMetricFilter": "<p> Deletes a metric filter associated with the specified log group. </p>",
9
9
  "DeleteRetentionPolicy": "<p> Deletes the retention policy of the specified log group. Log events would not expire if they belong to log groups without a retention policy. </p>",
10
+ "DeleteSubscriptionFilter": "<p> Deletes a subscription filter associated with the specified log group. </p>",
10
11
  "DescribeLogGroups": "<p> Returns all the log groups that are associated with the AWS account making the request. The list returned in the response is ASCII-sorted by log group name. </p> <p> By default, this operation returns up to 50 log groups. If there are more log groups to list, the response would contain a <code class=\"code\">nextToken</code> value in the response body. You can also limit the number of log groups returned in the response by specifying the <code class=\"code\">limit</code> parameter in the request. </p>",
11
12
  "DescribeLogStreams": "<p> Returns all the log streams that are associated with the specified log group. The list returned in the response is ASCII-sorted by log stream name. </p> <p> By default, this operation returns up to 50 log streams. If there are more log streams to list, the response would contain a <code class=\"code\">nextToken</code> value in the response body. You can also limit the number of log streams returned in the response by specifying the <code class=\"code\">limit</code> parameter in the request. This operation has a limit of five transactions per second, after which transactions are throttled. </p>",
12
13
  "DescribeMetricFilters": "<p> Returns all the metrics filters associated with the specified log group. The list returned in the response is ASCII-sorted by filter name. </p> <p> By default, this operation returns up to 50 metric filters. If there are more metric filters to list, the response would contain a <code class=\"code\">nextToken</code> value in the response body. You can also limit the number of metric filters returned in the response by specifying the <code class=\"code\">limit</code> parameter in the request. </p>",
14
+ "DescribeSubscriptionFilters": "<p> Returns all the subscription filters associated with the specified log group. The list returned in the response is ASCII-sorted by filter name. </p> <p> By default, this operation returns up to 50 subscription filters. If there are more subscription filters to list, the response would contain a <code class=\"code\">nextToken</code> value in the response body. You can also limit the number of subscription filters returned in the response by specifying the <code class=\"code\">limit</code> parameter in the request. </p>",
13
15
  "FilterLogEvents": "<p> Retrieves log events, optionally filtered by a filter pattern from the specified log group. You can provide an optional time range to filter the results on the event <code class=\"code\">timestamp</code>. You can limit the streams searched to an explicit list of <code class=\"code\">logStreamNames</code>. </p> <p> By default, this operation returns as much matching log events as can fit in a response size of 1MB, up to 10,000 log events, or all the events found within a time-bounded scan window. If the response includes a <code class=\"code\">nextToken</code>, then there is more data to search, and the search can be resumed with a new request providing the nextToken. The response will contain a list of <code class=\"code\">searchedLogStreams</code> that contains information about which streams were searched in the request and whether they have been searched completely or require further pagination. The <code class=\"code\">limit</code> parameter in the request. can be used to specify the maximum number of events to return in a page. </p>",
14
16
  "GetLogEvents": "<p> Retrieves log events from the specified log stream. You can provide an optional time range to filter the results on the event <code class=\"code\">timestamp</code>. </p> <p> By default, this operation returns as much log events as can fit in a response size of 1MB, up to 10,000 log events. The response will always include a <code class=\"code\">nextForwardToken</code> and a <code class=\"code\">nextBackwardToken</code> in the response body. You can use any of these tokens in subsequent <code class=\"code\">GetLogEvents</code> requests to paginate through events in either forward or backward direction. You can also limit the number of log events returned in the response by specifying the <code class=\"code\">limit</code> parameter in the request. </p>",
15
17
  "PutLogEvents": "<p> Uploads a batch of log events to the specified log stream. </p> <p> Every PutLogEvents request must include the <code class=\"code\">sequenceToken</code> obtained from the response of the previous request. An upload in a newly created log stream does not require a <code class=\"code\">sequenceToken</code>. </p> <p> The batch of events must satisfy the following constraints: <ul> <li>The maximum batch size is 1,048,576 bytes, and this size is calculated as the sum of all event messages in UTF-8, plus 26 bytes for each log event.</li> <li>None of the log events in the batch can be more than 2 hours in the future.</li> <li>None of the log events in the batch can be older than 14 days or the retention period of the log group.</li> <li>The log events in the batch must be in chronological ordered by their <code class=\"code\">timestamp</code>.</li> <li>The maximum number of log events in a batch is 10,000.</li> </ul> </p>",
16
- "PutMetricFilter": "<p> Creates or updates a metric filter and associates it with the specified log group. Metric filters allow you to configure rules to extract metric data from log events ingested through <code class=\"code\">PutLogEvents</code> requests. </p>",
18
+ "PutMetricFilter": "<p> Creates or updates a metric filter and associates it with the specified log group. Metric filters allow you to configure rules to extract metric data from log events ingested through <code class=\"code\">PutLogEvents</code> requests. </p> <p> The maximum number of metric filters that can be associated with a log group is 100. </p>",
17
19
  "PutRetentionPolicy": "<p> Sets the retention of the specified log group. A retention policy allows you to configure the number of days you want to retain log events in the specified log group. </p>",
20
+ "PutSubscriptionFilter": "<p> Creates or updates a subscription filter and associates it with the specified log group. Subscription filters allow you to subscribe to a real-time stream of log events ingested through <code class=\"code\">PutLogEvents</code> requests and have them delivered to a specific destination. Currently the only supported destination is an Amazon Kinesis stream belonging to the same account as the subscription filter. </p> <p> Currently there can only be one subscription filter associated with a log group. </p>",
18
21
  "TestMetricFilter": "<p> Tests the filter pattern of a metric filter against a sample of log event messages. You can use this operation to validate the correctness of a metric filter pattern. </p>"
19
22
  },
20
23
  "service": "<fullname>Amazon CloudWatch Logs API Reference</fullname> <p>This is the <i>Amazon CloudWatch Logs API Reference</i>. Amazon CloudWatch Logs enables you to monitor, store, and access your system, application, and custom log files. This guide provides detailed information about Amazon CloudWatch Logs actions, data types, parameters, and errors. For detailed information about Amazon CloudWatch Logs features and their associated API calls, go to the <a href=\"http://docs.aws.amazon.com/AmazonCloudWatch/latest/DeveloperGuide\">Amazon CloudWatch Developer Guide</a>. </p> <p>Use the following links to get started using the <i>Amazon CloudWatch Logs API Reference</i>:</p> <ul> <li> <a href=\"http://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_Operations.html\">Actions</a>: An alphabetical list of all Amazon CloudWatch Logs actions.</li> <li> <a href=\"http://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_Types.html\">Data Types</a>: An alphabetical list of all Amazon CloudWatch Logs data types.</li> <li> <a href=\"http://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/CommonParameters.html\">Common Parameters</a>: Parameters that all Query actions can use.</li> <li> <a href=\"http://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/CommonErrors.html\">Common Errors</a>: Client and server errors that all actions can return.</li> <li> <a href=\"http://docs.aws.amazon.com/general/latest/gr/index.html?rande.html\">Regions and Endpoints</a>: Itemized regions and endpoints for all AWS products.</li> </ul> <p>In addition to using the Amazon CloudWatch Logs API, you can also use the following SDKs and third-party libraries to access Amazon CloudWatch Logs programmatically.</p> <ul> <li><a href=\"http://aws.amazon.com/documentation/sdkforjava/\">AWS SDK for Java Documentation</a></li> <li><a href=\"http://aws.amazon.com/documentation/sdkfornet/\">AWS SDK for .NET Documentation</a></li> <li><a href=\"http://aws.amazon.com/documentation/sdkforphp/\">AWS SDK for PHP Documentation</a></li> <li><a href=\"http://aws.amazon.com/documentation/sdkforruby/\">AWS SDK for Ruby Documentation</a></li> </ul> <p>Developers in the AWS developer community also provide their own libraries, which you can find at the following AWS developer centers:</p> <ul> <li><a href=\"http://aws.amazon.com/java/\">AWS Java Developer Center</a></li> <li><a href=\"http://aws.amazon.com/php/\">AWS PHP Developer Center</a></li> <li><a href=\"http://aws.amazon.com/python/\">AWS Python Developer Center</a></li> <li><a href=\"http://aws.amazon.com/ruby/\">AWS Ruby Developer Center</a></li> <li><a href=\"http://aws.amazon.com/net/\">AWS Windows and .NET Developer Center</a></li> </ul>",
@@ -42,7 +45,7 @@
42
45
  }
43
46
  },
44
47
  "Days": {
45
- "base": "Specifies the number of days you want to retain log events in the specified log group. Possible values are: 1, 3, 5, 7, 14, 30, 60, 90, 120, 150, 180, 365, 400, 545, 731, 1827, 3653.",
48
+ "base": "<p>Specifies the number of days you want to retain log events in the specified log group. Possible values are: 1, 3, 5, 7, 14, 30, 60, 90, 120, 150, 180, 365, 400, 545, 731, 1827, 3653.</p>",
46
49
  "refs": {
47
50
  "LogGroup$retentionInDays": null,
48
51
  "PutRetentionPolicyRequest$retentionInDays": null
@@ -68,6 +71,11 @@
68
71
  "refs": {
69
72
  }
70
73
  },
74
+ "DeleteSubscriptionFilterRequest": {
75
+ "base": null,
76
+ "refs": {
77
+ }
78
+ },
71
79
  "Descending": {
72
80
  "base": null,
73
81
  "refs": {
@@ -75,11 +83,12 @@
75
83
  }
76
84
  },
77
85
  "DescribeLimit": {
78
- "base": "The maximum number of results to return.",
86
+ "base": "<p>The maximum number of results to return.</p>",
79
87
  "refs": {
80
88
  "DescribeLogGroupsRequest$limit": "<p> The maximum number of items returned in the response. If you don't specify a value, the request would return up to 50 items. </p>",
81
89
  "DescribeLogStreamsRequest$limit": "<p> The maximum number of items returned in the response. If you don't specify a value, the request would return up to 50 items. </p>",
82
- "DescribeMetricFiltersRequest$limit": "<p> The maximum number of items returned in the response. If you don't specify a value, the request would return up to 50 items. </p>"
90
+ "DescribeMetricFiltersRequest$limit": "<p> The maximum number of items returned in the response. If you don't specify a value, the request would return up to 50 items. </p>",
91
+ "DescribeSubscriptionFiltersRequest$limit": null
83
92
  }
84
93
  },
85
94
  "DescribeLogGroupsRequest": {
@@ -112,16 +121,33 @@
112
121
  "refs": {
113
122
  }
114
123
  },
124
+ "DescribeSubscriptionFiltersRequest": {
125
+ "base": null,
126
+ "refs": {
127
+ }
128
+ },
129
+ "DescribeSubscriptionFiltersResponse": {
130
+ "base": null,
131
+ "refs": {
132
+ }
133
+ },
134
+ "DestinationArn": {
135
+ "base": null,
136
+ "refs": {
137
+ "PutSubscriptionFilterRequest$destinationArn": "<p>The ARN of an Amazon Kinesis stream to deliver matching log events to.</p>",
138
+ "SubscriptionFilter$destinationArn": null
139
+ }
140
+ },
115
141
  "EventId": {
116
142
  "base": null,
117
143
  "refs": {
118
- "FilteredLogEvent$eventId": "A unique identifier for this event."
144
+ "FilteredLogEvent$eventId": "<p>A unique identifier for this event.</p>"
119
145
  }
120
146
  },
121
147
  "EventMessage": {
122
148
  "base": null,
123
149
  "refs": {
124
- "FilteredLogEvent$message": null,
150
+ "FilteredLogEvent$message": "<p>The data contained in the log event.</p>",
125
151
  "InputLogEvent$message": null,
126
152
  "MetricFilterMatchRecord$eventMessage": null,
127
153
  "OutputLogEvent$message": null,
@@ -135,9 +161,9 @@
135
161
  }
136
162
  },
137
163
  "EventsLimit": {
138
- "base": "The maximum number of events to return.",
164
+ "base": "<p>The maximum number of events to return.</p>",
139
165
  "refs": {
140
- "FilterLogEventsRequest$limit": "<p> The maximum number of events to return in a page of results. Default is 10,000 events. </p>",
166
+ "FilterLogEventsRequest$limit": "<p>The maximum number of events to return in a page of results. Default is 10,000 events.</p>",
141
167
  "GetLogEventsRequest$limit": "<p> The maximum number of log events returned in the response. If you don't specify a value, the request would return as many log events as can fit in a response size of 1MB, up to 10,000 log events. </p>"
142
168
  }
143
169
  },
@@ -148,7 +174,7 @@
148
174
  }
149
175
  },
150
176
  "FilterCount": {
151
- "base": "The number of metric filters associated with the log group.",
177
+ "base": "<p>The number of metric filters associated with the log group.</p>",
152
178
  "refs": {
153
179
  "LogGroup$metricFilterCount": null
154
180
  }
@@ -164,33 +190,39 @@
164
190
  }
165
191
  },
166
192
  "FilterName": {
167
- "base": "The name of the metric filter.",
193
+ "base": "<p>A name for a metric or subscription filter.</p>",
168
194
  "refs": {
169
- "DeleteMetricFilterRequest$filterName": null,
170
- "DescribeMetricFiltersRequest$filterNamePrefix": null,
195
+ "DeleteMetricFilterRequest$filterName": "<p>The name of the metric filter to delete.</p>",
196
+ "DeleteSubscriptionFilterRequest$filterName": "<p>The name of the subscription filter to delete.</p>",
197
+ "DescribeMetricFiltersRequest$filterNamePrefix": "<p>Will only return metric filters that match the provided filterNamePrefix. If you don't specify a value, no prefix filter is applied.</p>",
198
+ "DescribeSubscriptionFiltersRequest$filterNamePrefix": "<p>Will only return subscription filters that match the provided filterNamePrefix. If you don't specify a value, no prefix filter is applied.</p>",
171
199
  "MetricFilter$filterName": null,
172
- "PutMetricFilterRequest$filterName": null
200
+ "PutMetricFilterRequest$filterName": "<p>A name for the metric filter.</p>",
201
+ "PutSubscriptionFilterRequest$filterName": "<p>A name for the subscription filter.</p>",
202
+ "SubscriptionFilter$filterName": null
173
203
  }
174
204
  },
175
205
  "FilterPattern": {
176
- "base": "A symbolic description of how Amazon CloudWatch Logs should interpret the data in each log entry. For example, a log entry may contain timestamps, IP addresses, strings, and so on. You use the pattern to specify what to look for in the log stream.",
206
+ "base": "<p>A symbolic description of how Amazon CloudWatch Logs should interpret the data in each log event. For example, a log event may contain timestamps, IP addresses, strings, and so on. You use the filter pattern to specify what to look for in the log event message.</p>",
177
207
  "refs": {
178
208
  "FilterLogEventsRequest$filterPattern": "<p> A valid CloudWatch Logs filter pattern to use for filtering the response. If not provided, all the events are matched. </p>",
179
209
  "MetricFilter$filterPattern": null,
180
- "PutMetricFilterRequest$filterPattern": null,
210
+ "PutMetricFilterRequest$filterPattern": "<p>A valid CloudWatch Logs filter pattern for extracting metric data out of ingested log events.</p>",
211
+ "PutSubscriptionFilterRequest$filterPattern": "<p>A valid CloudWatch Logs filter pattern for subscribing to a filtered stream of log events.</p>",
212
+ "SubscriptionFilter$filterPattern": null,
181
213
  "TestMetricFilterRequest$filterPattern": null
182
214
  }
183
215
  },
184
216
  "FilteredLogEvent": {
185
- "base": "Represents a matched event from a <code class=\"code\">FilterLogEvents</code> request.",
217
+ "base": "<p>Represents a matched event from a <code class=\"code\">FilterLogEvents</code> request.</p>",
186
218
  "refs": {
187
219
  "FilteredLogEvents$member": null
188
220
  }
189
221
  },
190
222
  "FilteredLogEvents": {
191
- "base": "A list of matched <code class=\"code\">FilteredLogEvent</code> objects returned from a <code class=\"code\">FilterLogEvents</code> request.",
223
+ "base": "<p>A list of matched <code class=\"code\">FilteredLogEvent</code> objects returned from a <code class=\"code\">FilterLogEvents</code> request.</p>",
192
224
  "refs": {
193
- "FilterLogEventsResponse$events": "<p> A list of <code class=\"code\">FilteredLogEvent</code> objects representing the matched events from the request. </p>"
225
+ "FilterLogEventsResponse$events": "<p>A list of <code class=\"code\">FilteredLogEvent</code> objects representing the matched events from the request.</p>"
194
226
  }
195
227
  },
196
228
  "GetLogEventsRequest": {
@@ -204,19 +236,19 @@
204
236
  }
205
237
  },
206
238
  "InputLogEvent": {
207
- "base": "A log event is a record of some activity that was recorded by the application or resource being monitored. The log event record that Amazon CloudWatch Logs understands contains two properties: the timestamp of when the event occurred, and the raw event message.",
239
+ "base": "<p>A log event is a record of some activity that was recorded by the application or resource being monitored. The log event record that Amazon CloudWatch Logs understands contains two properties: the timestamp of when the event occurred, and the raw event message.</p>",
208
240
  "refs": {
209
241
  "InputLogEvents$member": null
210
242
  }
211
243
  },
212
244
  "InputLogEvents": {
213
- "base": "A list of events belonging to a log stream.",
245
+ "base": "<p>A list of log events belonging to a log stream.</p>",
214
246
  "refs": {
215
247
  "PutLogEventsRequest$logEvents": null
216
248
  }
217
249
  },
218
250
  "InputLogStreamNames": {
219
- "base": "A list of log stream names.",
251
+ "base": "<p>A list of log stream names.</p>",
220
252
  "refs": {
221
253
  "FilterLogEventsRequest$logStreamNames": "<p> Optional list of log stream names within the specified log group to search. Defaults to all the log streams in the log group. </p>"
222
254
  }
@@ -224,7 +256,7 @@
224
256
  "Interleaved": {
225
257
  "base": null,
226
258
  "refs": {
227
- "FilterLogEventsRequest$interleaved": "<p> If provided, the API will make a best effort to provide responses that contain events from multiple log streams within the log group interleaved in a single response. If not provided, all the matched log events in the first log stream will be searched first, then those in the next log stream, etc. </p>"
259
+ "FilterLogEventsRequest$interleaved": "<p>If provided, the API will make a best effort to provide responses that contain events from multiple log streams within the log group interleaved in a single response. If not provided, all the matched log events in the first log stream will be searched first, then those in the next log stream, etc.</p>"
228
260
  }
229
261
  },
230
262
  "InvalidParameterException": {
@@ -259,31 +291,35 @@
259
291
  "LogGroupName": {
260
292
  "base": null,
261
293
  "refs": {
262
- "CreateLogGroupRequest$logGroupName": null,
263
- "CreateLogStreamRequest$logGroupName": null,
264
- "DeleteLogGroupRequest$logGroupName": null,
265
- "DeleteLogStreamRequest$logGroupName": null,
266
- "DeleteMetricFilterRequest$logGroupName": null,
267
- "DeleteRetentionPolicyRequest$logGroupName": null,
268
- "DescribeLogGroupsRequest$logGroupNamePrefix": null,
269
- "DescribeLogStreamsRequest$logGroupName": null,
270
- "DescribeMetricFiltersRequest$logGroupName": null,
271
- "FilterLogEventsRequest$logGroupName": "<p> The name of the log group to query </p>",
272
- "GetLogEventsRequest$logGroupName": null,
294
+ "CreateLogGroupRequest$logGroupName": "<p>The name of the log group to create.</p>",
295
+ "CreateLogStreamRequest$logGroupName": "<p>The name of the log group under which the log stream is to be created.</p>",
296
+ "DeleteLogGroupRequest$logGroupName": "<p>The name of the log group to delete.</p>",
297
+ "DeleteLogStreamRequest$logGroupName": "<p>The name of the log group under which the log stream to delete belongs.</p>",
298
+ "DeleteMetricFilterRequest$logGroupName": "<p>The name of the log group that is associated with the metric filter to delete.</p>",
299
+ "DeleteRetentionPolicyRequest$logGroupName": "<p>The name of the log group that is associated with the retention policy to delete.</p>",
300
+ "DeleteSubscriptionFilterRequest$logGroupName": "<p>The name of the log group that is associated with the subscription filter to delete.</p>",
301
+ "DescribeLogGroupsRequest$logGroupNamePrefix": "<p>Will only return log groups that match the provided logGroupNamePrefix. If you don't specify a value, no prefix filter is applied.</p>",
302
+ "DescribeLogStreamsRequest$logGroupName": "<p>The log group name for which log streams are to be listed.</p>",
303
+ "DescribeMetricFiltersRequest$logGroupName": "<p>The log group name for which metric filters are to be listed.</p>",
304
+ "DescribeSubscriptionFiltersRequest$logGroupName": "<p>The log group name for which subscription filters are to be listed.</p>",
305
+ "FilterLogEventsRequest$logGroupName": "<p> The name of the log group to query. </p>",
306
+ "GetLogEventsRequest$logGroupName": "<p>The name of the log group to query.</p>",
273
307
  "LogGroup$logGroupName": null,
274
- "PutLogEventsRequest$logGroupName": null,
275
- "PutMetricFilterRequest$logGroupName": null,
276
- "PutRetentionPolicyRequest$logGroupName": null
308
+ "PutLogEventsRequest$logGroupName": "<p>The name of the log group to put log events to.</p>",
309
+ "PutMetricFilterRequest$logGroupName": "<p>The name of the log group to associate the metric filter with.</p>",
310
+ "PutRetentionPolicyRequest$logGroupName": "<p>The name of the log group to associate the retention policy with.</p>",
311
+ "PutSubscriptionFilterRequest$logGroupName": "<p>The name of the log group to associate the subscription filter with.</p>",
312
+ "SubscriptionFilter$logGroupName": null
277
313
  }
278
314
  },
279
315
  "LogGroups": {
280
- "base": "A list of log groups.",
316
+ "base": "<p>A list of log groups.</p>",
281
317
  "refs": {
282
318
  "DescribeLogGroupsResponse$logGroups": null
283
319
  }
284
320
  },
285
321
  "LogStream": {
286
- "base": "A log stream is sequence of log events that share the same emitter.",
322
+ "base": "<p>A log stream is sequence of log events from a single emitter of logs.</p>",
287
323
  "refs": {
288
324
  "LogStreams$member": null
289
325
  }
@@ -291,31 +327,31 @@
291
327
  "LogStreamName": {
292
328
  "base": null,
293
329
  "refs": {
294
- "CreateLogStreamRequest$logStreamName": null,
295
- "DeleteLogStreamRequest$logStreamName": null,
330
+ "CreateLogStreamRequest$logStreamName": "<p>The name of the log stream to create.</p>",
331
+ "DeleteLogStreamRequest$logStreamName": "<p>The name of the log stream to delete.</p>",
296
332
  "DescribeLogStreamsRequest$logStreamNamePrefix": "<p> Will only return log streams that match the provided logStreamNamePrefix. If you don't specify a value, no prefix filter is applied. </p>",
297
- "FilteredLogEvent$logStreamName": "The name of the log stream this event belongs to.",
298
- "GetLogEventsRequest$logStreamName": null,
333
+ "FilteredLogEvent$logStreamName": "<p>The name of the log stream this event belongs to.</p>",
334
+ "GetLogEventsRequest$logStreamName": "<p>The name of the log stream to query.</p>",
299
335
  "InputLogStreamNames$member": null,
300
336
  "LogStream$logStreamName": null,
301
- "PutLogEventsRequest$logStreamName": null,
302
- "SearchedLogStream$logStreamName": "The name of the log stream."
337
+ "PutLogEventsRequest$logStreamName": "<p>The name of the log stream to put log events to.</p>",
338
+ "SearchedLogStream$logStreamName": "<p>The name of the log stream.</p>"
303
339
  }
304
340
  },
305
341
  "LogStreamSearchedCompletely": {
306
342
  "base": null,
307
343
  "refs": {
308
- "SearchedLogStream$searchedCompletely": "Indicates whether all the events in this log stream were searched or more data exists to search by paginating further."
344
+ "SearchedLogStream$searchedCompletely": "<p>Indicates whether all the events in this log stream were searched or more data exists to search by paginating further.</p>"
309
345
  }
310
346
  },
311
347
  "LogStreams": {
312
- "base": "A list of log streams.",
348
+ "base": "<p>A list of log streams.</p>",
313
349
  "refs": {
314
350
  "DescribeLogStreamsResponse$logStreams": null
315
351
  }
316
352
  },
317
353
  "MetricFilter": {
318
- "base": "Metric filters can be used to express how Amazon CloudWatch Logs would extract metric observations from ingested log events and transform them to metric data in a CloudWatch metric.",
354
+ "base": "<p>Metric filters can be used to express how Amazon CloudWatch Logs would extract metric observations from ingested log events and transform them to metric data in a CloudWatch metric.</p>",
319
355
  "refs": {
320
356
  "MetricFilters$member": null
321
357
  }
@@ -339,13 +375,13 @@
339
375
  }
340
376
  },
341
377
  "MetricName": {
342
- "base": "The name of the CloudWatch metric to which the monitored log information should be published. For example, you may publish to a metric called ErrorCount.",
378
+ "base": "<p>The name of the CloudWatch metric to which the monitored log information should be published. For example, you may publish to a metric called ErrorCount.</p>",
343
379
  "refs": {
344
380
  "MetricTransformation$metricName": null
345
381
  }
346
382
  },
347
383
  "MetricNamespace": {
348
- "base": "The destination namespace of the new CloudWatch metric.",
384
+ "base": "<p>The destination namespace of the new CloudWatch metric.</p>",
349
385
  "refs": {
350
386
  "MetricTransformation$metricNamespace": null
351
387
  }
@@ -360,17 +396,17 @@
360
396
  "base": null,
361
397
  "refs": {
362
398
  "MetricFilter$metricTransformations": null,
363
- "PutMetricFilterRequest$metricTransformations": null
399
+ "PutMetricFilterRequest$metricTransformations": "<p>A collection of information needed to define how metric data gets emitted.</p>"
364
400
  }
365
401
  },
366
402
  "MetricValue": {
367
- "base": "What to publish to the metric. For example, if you're counting the occurrences of a particular term like \"Error\", the value will be \"1\" for each occurrence. If you're counting the bytes transferred the published value will be the value in the log event.",
403
+ "base": "<p>What to publish to the metric. For example, if you're counting the occurrences of a particular term like \"Error\", the value will be \"1\" for each occurrence. If you're counting the bytes transferred the published value will be the value in the log event.</p>",
368
404
  "refs": {
369
405
  "MetricTransformation$metricValue": null
370
406
  }
371
407
  },
372
408
  "NextToken": {
373
- "base": "A string token used for pagination that points to the next page of results. It must be a value obtained from the response of the previous request. The token expires after 24 hours.",
409
+ "base": "<p>A string token used for pagination that points to the next page of results. It must be a value obtained from the response of the previous request. The token expires after 24 hours.</p>",
374
410
  "refs": {
375
411
  "DescribeLogGroupsRequest$nextToken": "<p> A string token used for pagination that points to the next page of results. It must be a value obtained from the response of the previous <code class=\"code\">DescribeLogGroups</code> request. </p>",
376
412
  "DescribeLogGroupsResponse$nextToken": null,
@@ -378,8 +414,10 @@
378
414
  "DescribeLogStreamsResponse$nextToken": null,
379
415
  "DescribeMetricFiltersRequest$nextToken": "<p> A string token used for pagination that points to the next page of results. It must be a value obtained from the response of the previous <code class=\"code\">DescribeMetricFilters</code> request. </p>",
380
416
  "DescribeMetricFiltersResponse$nextToken": null,
381
- "FilterLogEventsRequest$nextToken": "<p> A pagination token obtained from a <code class=\"code\">FilterLogEvents</code> response to continue paginating the FilterLogEvents results. </p>",
382
- "FilterLogEventsResponse$nextToken": "<p> A pagination token obtained from a <code class=\"code\">FilterLogEvents</code> response to continue paginating the FilterLogEvents results. </p>",
417
+ "DescribeSubscriptionFiltersRequest$nextToken": null,
418
+ "DescribeSubscriptionFiltersResponse$nextToken": null,
419
+ "FilterLogEventsRequest$nextToken": "<p>A pagination token obtained from a <code class=\"code\">FilterLogEvents</code> response to continue paginating the FilterLogEvents results.</p>",
420
+ "FilterLogEventsResponse$nextToken": "<p>A pagination token obtained from a <code class=\"code\">FilterLogEvents</code> response to continue paginating the FilterLogEvents results.</p>",
383
421
  "GetLogEventsRequest$nextToken": "<p> A string token used for pagination that points to the next page of results. It must be a value obtained from the <code class=\"code\">nextForwardToken</code> or <code class=\"code\">nextBackwardToken</code> fields in the response of the previous <code class=\"code\">GetLogEvents</code> request. </p>",
384
422
  "GetLogEventsResponse$nextForwardToken": null,
385
423
  "GetLogEventsResponse$nextBackwardToken": null
@@ -428,6 +466,11 @@
428
466
  "refs": {
429
467
  }
430
468
  },
469
+ "PutSubscriptionFilterRequest": {
470
+ "base": null,
471
+ "refs": {
472
+ }
473
+ },
431
474
  "RejectedLogEventsInfo": {
432
475
  "base": null,
433
476
  "refs": {
@@ -444,20 +487,27 @@
444
487
  "refs": {
445
488
  }
446
489
  },
490
+ "RoleArn": {
491
+ "base": null,
492
+ "refs": {
493
+ "PutSubscriptionFilterRequest$roleArn": "<p>The ARN of an IAM role that grants Amazon CloudWatch Logs permissions to do Amazon Kinesis PutRecord requests on the desitnation stream.</p>",
494
+ "SubscriptionFilter$roleArn": null
495
+ }
496
+ },
447
497
  "SearchedLogStream": {
448
- "base": "An object indicating the search status of a log stream in a <code class=\"code\">FilterLogEvents</code> request.",
498
+ "base": "<p>An object indicating the search status of a log stream in a <code class=\"code\">FilterLogEvents</code> request.</p>",
449
499
  "refs": {
450
500
  "SearchedLogStreams$member": null
451
501
  }
452
502
  },
453
503
  "SearchedLogStreams": {
454
- "base": "A list of <code class=\"code\">SearchedLogStream</code> objects indicating the search status for log streams in a <code class=\"code\">FilterLogEvents</code> request.",
504
+ "base": "<p>A list of <code class=\"code\">SearchedLogStream</code> objects indicating the search status for log streams in a <code class=\"code\">FilterLogEvents</code> request.</p>",
455
505
  "refs": {
456
- "FilterLogEventsResponse$searchedLogStreams": "<p> A list of <code class=\"code\">SearchedLogStream</code> objects indicating which log streams have been searched in this request and whether each has been searched completely or still has more to be paginated. </p>"
506
+ "FilterLogEventsResponse$searchedLogStreams": "<p>A list of <code class=\"code\">SearchedLogStream</code> objects indicating which log streams have been searched in this request and whether each has been searched completely or still has more to be paginated.</p>"
457
507
  }
458
508
  },
459
509
  "SequenceToken": {
460
- "base": "A string token used for making PutLogEvents requests. A <code class=\"code\">sequenceToken</code> can only be used once, and PutLogEvents requests must include the <code class=\"code\">sequenceToken</code> obtained from the response of the previous request.",
510
+ "base": "<p>A string token used for making PutLogEvents requests. A <code class=\"code\">sequenceToken</code> can only be used once, and PutLogEvents requests must include the <code class=\"code\">sequenceToken</code> obtained from the response of the previous request.</p>",
461
511
  "refs": {
462
512
  "DataAlreadyAcceptedException$expectedSequenceToken": null,
463
513
  "InvalidSequenceTokenException$expectedSequenceToken": null,
@@ -474,7 +524,7 @@
474
524
  "StartFromHead": {
475
525
  "base": null,
476
526
  "refs": {
477
- "GetLogEventsRequest$startFromHead": "If set to true, the earliest log events would be returned first. The default is false (the latest log events are returned first)."
527
+ "GetLogEventsRequest$startFromHead": "<p>If set to true, the earliest log events would be returned first. The default is false (the latest log events are returned first).</p>"
478
528
  }
479
529
  },
480
530
  "StoredBytes": {
@@ -484,10 +534,22 @@
484
534
  "LogStream$storedBytes": null
485
535
  }
486
536
  },
537
+ "SubscriptionFilter": {
538
+ "base": null,
539
+ "refs": {
540
+ "SubscriptionFilters$member": null
541
+ }
542
+ },
543
+ "SubscriptionFilters": {
544
+ "base": null,
545
+ "refs": {
546
+ "DescribeSubscriptionFiltersResponse$subscriptionFilters": null
547
+ }
548
+ },
487
549
  "TestEventMessages": {
488
550
  "base": null,
489
551
  "refs": {
490
- "TestMetricFilterRequest$logEventMessages": null
552
+ "TestMetricFilterRequest$logEventMessages": "<p>A list of log event messages to test.</p>"
491
553
  }
492
554
  },
493
555
  "TestMetricFilterRequest": {
@@ -501,10 +563,10 @@
501
563
  }
502
564
  },
503
565
  "Timestamp": {
504
- "base": "A point in time expressed as the number milliseconds since Jan 1, 1970 00:00:00 UTC.",
566
+ "base": "<p>A point in time expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC.</p>",
505
567
  "refs": {
506
- "FilterLogEventsRequest$startTime": "<p> A unix timestamp indicating the start time of the range for the request. If provided, events with a timestamp prior to this time will not be returned. </p>",
507
- "FilterLogEventsRequest$endTime": "<p> A unix timestamp indicating the end time of the range for the request. If provided, events with a timestamp later than this time will not be returned. </p>",
568
+ "FilterLogEventsRequest$startTime": "<p>A unix timestamp indicating the start time of the range for the request. If provided, events with a timestamp prior to this time will not be returned.</p>",
569
+ "FilterLogEventsRequest$endTime": "<p>A unix timestamp indicating the end time of the range for the request. If provided, events with a timestamp later than this time will not be returned.</p>",
508
570
  "FilteredLogEvent$timestamp": null,
509
571
  "FilteredLogEvent$ingestionTime": null,
510
572
  "GetLogEventsRequest$startTime": null,
@@ -517,7 +579,8 @@
517
579
  "LogStream$lastIngestionTime": null,
518
580
  "MetricFilter$creationTime": null,
519
581
  "OutputLogEvent$timestamp": null,
520
- "OutputLogEvent$ingestionTime": null
582
+ "OutputLogEvent$ingestionTime": null,
583
+ "SubscriptionFilter$creationTime": null
521
584
  }
522
585
  },
523
586
  "Token": {
@@ -13,7 +13,7 @@
13
13
  "ListDocuments": "<p>Describes one or more of your configuration documents.</p>",
14
14
  "UpdateAssociationStatus": "<p>Updates the status of the configuration document associated with the specified instance.</p>"
15
15
  },
16
- "service": "<p>AWS Simple Systems Management enables you to configure and manage your EC2 instances. You can create a configuration document and then associate it with one or more running instances.</p> <p>You can use a configuration document to automate the following tasks for your Windows instances:</p> <ul> <li><p>Install, repair, or uninstall software using an MSI package</p></li> <li><p>Run PowerShell scripts</p></li> <li><p>Join an AWS Directory</p></li> <li><p>Configure CloudWatch Logs to monitor applications and systems</p></li> </ul> <p>Note that configuration documents are not supported on Linux instances.</p>",
16
+ "service": "<p>Amazon EC2 Simple Systems Manager (SSM) enables you to configure and manage your EC2 instances. You can create a configuration document and then associate it with one or more running instances.</p> <p>You can use a configuration document to automate the following tasks for your Windows instances:</p> <ul> <li><p>Join an AWS Directory</p></li> <li><p>Install, repair, or uninstall software using an MSI package</p></li> <li><p>Run PowerShell scripts</p></li> <li><p>Configure CloudWatch Logs to monitor applications and systems</p></li> </ul> <p>Note that configuration documents are not supported on Linux instances.</p>",
17
17
  "shapes": {
18
18
  "AssociatedInstances": {
19
19
  "base": "<p>You must disassociate a configuration document from all instances before you can delete it.</p>",
@@ -1,4 +1,5 @@
1
1
  {
2
+ "version":"2.0",
2
3
  "metadata":{
3
4
  "apiVersion":"2013-06-30",
4
5
  "endpointPrefix":"storagegateway",
@@ -744,6 +745,27 @@
744
745
  }
745
746
  ]
746
747
  },
748
+ "ListVolumeInitiators":{
749
+ "name":"ListVolumeInitiators",
750
+ "http":{
751
+ "method":"POST",
752
+ "requestUri":"/"
753
+ },
754
+ "input":{"shape":"ListVolumeInitiatorsInput"},
755
+ "output":{"shape":"ListVolumeInitiatorsOutput"},
756
+ "errors":[
757
+ {
758
+ "shape":"InvalidGatewayRequestException",
759
+ "error":{"httpStatusCode":400},
760
+ "exception":true
761
+ },
762
+ {
763
+ "shape":"InternalServerError",
764
+ "error":{"httpStatusCode":500},
765
+ "exception":true
766
+ }
767
+ ]
768
+ },
747
769
  "ListVolumeRecoveryPoints":{
748
770
  "name":"ListVolumeRecoveryPoints",
749
771
  "http":{
@@ -1199,8 +1221,8 @@
1199
1221
  },
1200
1222
  "ChapSecret":{
1201
1223
  "type":"string",
1202
- "min":12,
1203
- "max":16
1224
+ "min":1,
1225
+ "max":100
1204
1226
  },
1205
1227
  "ClientToken":{
1206
1228
  "type":"string",
@@ -1503,7 +1525,8 @@
1503
1525
  "GatewayState":{"shape":"GatewayState"},
1504
1526
  "GatewayNetworkInterfaces":{"shape":"GatewayNetworkInterfaces"},
1505
1527
  "GatewayType":{"shape":"GatewayType"},
1506
- "NextUpdateAvailabilityDate":{"shape":"NextUpdateAvailabilityDate"}
1528
+ "NextUpdateAvailabilityDate":{"shape":"NextUpdateAvailabilityDate"},
1529
+ "LastSoftwareUpdate":{"shape":"LastSoftwareUpdate"}
1507
1530
  }
1508
1531
  },
1509
1532
  "DescribeMaintenanceStartTimeInput":{
@@ -1838,6 +1861,15 @@
1838
1861
  "min":0,
1839
1862
  "max":23
1840
1863
  },
1864
+ "Initiator":{
1865
+ "type":"string",
1866
+ "min":1,
1867
+ "max":50
1868
+ },
1869
+ "Initiators":{
1870
+ "type":"list",
1871
+ "member":{"shape":"Initiator"}
1872
+ },
1841
1873
  "InternalServerError":{
1842
1874
  "type":"structure",
1843
1875
  "members":{
@@ -1862,6 +1894,11 @@
1862
1894
  "max":255,
1863
1895
  "pattern":"[0-9a-z:.-]+"
1864
1896
  },
1897
+ "LastSoftwareUpdate":{
1898
+ "type":"string",
1899
+ "min":1,
1900
+ "max":25
1901
+ },
1865
1902
  "ListGatewaysInput":{
1866
1903
  "type":"structure",
1867
1904
  "members":{
@@ -1890,6 +1927,19 @@
1890
1927
  "Disks":{"shape":"Disks"}
1891
1928
  }
1892
1929
  },
1930
+ "ListVolumeInitiatorsInput":{
1931
+ "type":"structure",
1932
+ "required":["VolumeARN"],
1933
+ "members":{
1934
+ "VolumeARN":{"shape":"VolumeARN"}
1935
+ }
1936
+ },
1937
+ "ListVolumeInitiatorsOutput":{
1938
+ "type":"structure",
1939
+ "members":{
1940
+ "Initiators":{"shape":"Initiators"}
1941
+ }
1942
+ },
1893
1943
  "ListVolumeRecoveryPointsInput":{
1894
1944
  "type":"structure",
1895
1945
  "required":["GatewayARN"],
@@ -2118,7 +2168,7 @@
2118
2168
  },
2119
2169
  "TapeBarcode":{
2120
2170
  "type":"string",
2121
- "min":8,
2171
+ "min":7,
2122
2172
  "max":16,
2123
2173
  "pattern":"^[A-Z0-9]*$"
2124
2174
  },