aws-sdk-alexaforbusiness 1.6.0 → 1.7.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-alexaforbusiness.rb +1 -1
- data/lib/aws-sdk-alexaforbusiness/client.rb +15 -14
- data/lib/aws-sdk-alexaforbusiness/types.rb +14 -8
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 51250e962e829a08fec95b38f0c705bcf886ec7e
|
4
|
+
data.tar.gz: 96ba4e0be3d747396cf24f0abf2d206b4508f4c8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9fce4847a81f18a7e856f771754a3e19e44521dbb8d5276ff607f249b3272e8ad746c0f8ed944fc19d1498bef4170fe105d674170837042d2c3be53c03bfdc32
|
7
|
+
data.tar.gz: e0316f2aa89d7c891742ea4320125814d1f4fbfebe5e711e3d564b7dfc028a54464e04e506d75f18d1f9c001e681d36c097f7b48cda67c67bb6fb3e73b2a3b4c
|
@@ -1046,29 +1046,30 @@ module Aws::AlexaForBusiness
|
|
1046
1046
|
req.send_request(options)
|
1047
1047
|
end
|
1048
1048
|
|
1049
|
-
# Lists the
|
1050
|
-
#
|
1051
|
-
# reverse chronological order. If EventType is specified, this returns a
|
1052
|
-
# list of device events for that EventType in reverse chronological
|
1053
|
-
# order.
|
1049
|
+
# Lists the device event history, including device connection status,
|
1050
|
+
# for up to 30 days.
|
1054
1051
|
#
|
1055
1052
|
# @option params [required, String] :device_arn
|
1056
1053
|
# The ARN of a device.
|
1057
1054
|
#
|
1058
1055
|
# @option params [String] :event_type
|
1059
|
-
# The event type to filter device events.
|
1056
|
+
# The event type to filter device events. If EventType isn't specified,
|
1057
|
+
# this returns a list of all device events in reverse chronological
|
1058
|
+
# order. If EventType is specified, this returns a list of device events
|
1059
|
+
# for that EventType in reverse chronological order.
|
1060
1060
|
#
|
1061
1061
|
# @option params [String] :next_token
|
1062
1062
|
# An optional token returned from a prior request. Use this token for
|
1063
1063
|
# pagination of results from this action. If this parameter is
|
1064
1064
|
# specified, the response only includes results beyond the token, up to
|
1065
|
-
# the value specified by MaxResults.
|
1065
|
+
# the value specified by MaxResults. When the end of results is reached,
|
1066
|
+
# the response has a value of null.
|
1066
1067
|
#
|
1067
1068
|
# @option params [Integer] :max_results
|
1068
|
-
# The maximum number of results to include in the response.
|
1069
|
-
# results exist than the specified MaxResults
|
1070
|
-
# in the response so that the remaining
|
1071
|
-
#
|
1069
|
+
# The maximum number of results to include in the response. The default
|
1070
|
+
# value is 50. If more results exist than the specified MaxResults
|
1071
|
+
# value, a token is included in the response so that the remaining
|
1072
|
+
# results can be retrieved.
|
1072
1073
|
#
|
1073
1074
|
# @return [Types::ListDeviceEventsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1074
1075
|
#
|
@@ -1148,10 +1149,10 @@ module Aws::AlexaForBusiness
|
|
1148
1149
|
req.send_request(options)
|
1149
1150
|
end
|
1150
1151
|
|
1151
|
-
# Lists all tags for
|
1152
|
+
# Lists all tags for the specified resource.
|
1152
1153
|
#
|
1153
1154
|
# @option params [required, String] :arn
|
1154
|
-
# The ARN of the
|
1155
|
+
# The ARN of the specified resource for which to list tags.
|
1155
1156
|
#
|
1156
1157
|
# @option params [String] :next_token
|
1157
1158
|
# An optional token returned from a prior request. Use this token for
|
@@ -2131,7 +2132,7 @@ module Aws::AlexaForBusiness
|
|
2131
2132
|
params: params,
|
2132
2133
|
config: config)
|
2133
2134
|
context[:gem_name] = 'aws-sdk-alexaforbusiness'
|
2134
|
-
context[:gem_version] = '1.
|
2135
|
+
context[:gem_version] = '1.7.0'
|
2135
2136
|
Seahorse::Client::Request.new(handlers, context)
|
2136
2137
|
end
|
2137
2138
|
|
@@ -1261,21 +1261,25 @@ module Aws::AlexaForBusiness
|
|
1261
1261
|
# @return [String]
|
1262
1262
|
#
|
1263
1263
|
# @!attribute [rw] event_type
|
1264
|
-
# The event type to filter device events.
|
1264
|
+
# The event type to filter device events. If EventType isn't
|
1265
|
+
# specified, this returns a list of all device events in reverse
|
1266
|
+
# chronological order. If EventType is specified, this returns a list
|
1267
|
+
# of device events for that EventType in reverse chronological order.
|
1265
1268
|
# @return [String]
|
1266
1269
|
#
|
1267
1270
|
# @!attribute [rw] next_token
|
1268
1271
|
# An optional token returned from a prior request. Use this token for
|
1269
1272
|
# pagination of results from this action. If this parameter is
|
1270
1273
|
# specified, the response only includes results beyond the token, up
|
1271
|
-
# to the value specified by MaxResults.
|
1274
|
+
# to the value specified by MaxResults. When the end of results is
|
1275
|
+
# reached, the response has a value of null.
|
1272
1276
|
# @return [String]
|
1273
1277
|
#
|
1274
1278
|
# @!attribute [rw] max_results
|
1275
|
-
# The maximum number of results to include in the response.
|
1276
|
-
# results exist than the specified
|
1277
|
-
# included in the response so that the
|
1278
|
-
# retrieved.
|
1279
|
+
# The maximum number of results to include in the response. The
|
1280
|
+
# default value is 50. If more results exist than the specified
|
1281
|
+
# MaxResults value, a token is included in the response so that the
|
1282
|
+
# remaining results can be retrieved.
|
1279
1283
|
# @return [Integer]
|
1280
1284
|
#
|
1281
1285
|
# @see http://docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/ListDeviceEventsRequest AWS API Documentation
|
@@ -1289,9 +1293,11 @@ module Aws::AlexaForBusiness
|
|
1289
1293
|
end
|
1290
1294
|
|
1291
1295
|
# @!attribute [rw] device_events
|
1296
|
+
# The device events requested for the device ARN.
|
1292
1297
|
# @return [Array<Types::DeviceEvent>]
|
1293
1298
|
#
|
1294
1299
|
# @!attribute [rw] next_token
|
1300
|
+
# The token returned to indicate that there is more data available.
|
1295
1301
|
# @return [String]
|
1296
1302
|
#
|
1297
1303
|
# @see http://docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/ListDeviceEventsResponse AWS API Documentation
|
@@ -1365,7 +1371,7 @@ module Aws::AlexaForBusiness
|
|
1365
1371
|
# }
|
1366
1372
|
#
|
1367
1373
|
# @!attribute [rw] arn
|
1368
|
-
# The ARN of the
|
1374
|
+
# The ARN of the specified resource for which to list tags.
|
1369
1375
|
# @return [String]
|
1370
1376
|
#
|
1371
1377
|
# @!attribute [rw] next_token
|
@@ -1392,7 +1398,7 @@ module Aws::AlexaForBusiness
|
|
1392
1398
|
end
|
1393
1399
|
|
1394
1400
|
# @!attribute [rw] tags
|
1395
|
-
# The
|
1401
|
+
# The tags requested for the specified resource.
|
1396
1402
|
# @return [Array<Types::Tag>]
|
1397
1403
|
#
|
1398
1404
|
# @!attribute [rw] next_token
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-alexaforbusiness
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.7.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-
|
11
|
+
date: 2018-08-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|