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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ba507caec6934793e40280ca034bc9b0f30794c6
4
- data.tar.gz: fb6e5ecad80883e59d290e65b207a2ad7d9cb7fc
3
+ metadata.gz: 51250e962e829a08fec95b38f0c705bcf886ec7e
4
+ data.tar.gz: 96ba4e0be3d747396cf24f0abf2d206b4508f4c8
5
5
  SHA512:
6
- metadata.gz: 10d46546e55e23f95149909625c52b2c9221dd94a738c600c6da1c0486218e2c50f2f1d36370224aa236c6485247449e577aa37ef3f838d1bdcce25f135e09da
7
- data.tar.gz: d8307aeb5604a9e3a5e23c1ab34669e235c0a4431ae7419a4783dd3f9611886f431e0e86e42433147e3bdd2d6644b4dc83c7119d2e784cddcdd4fe4438d25069
6
+ metadata.gz: 9fce4847a81f18a7e856f771754a3e19e44521dbb8d5276ff607f249b3272e8ad746c0f8ed944fc19d1498bef4170fe105d674170837042d2c3be53c03bfdc32
7
+ data.tar.gz: e0316f2aa89d7c891742ea4320125814d1f4fbfebe5e711e3d564b7dfc028a54464e04e506d75f18d1f9c001e681d36c097f7b48cda67c67bb6fb3e73b2a3b4c
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-alexaforbusiness/customizations'
42
42
  # @service
43
43
  module Aws::AlexaForBusiness
44
44
 
45
- GEM_VERSION = '1.6.0'
45
+ GEM_VERSION = '1.7.0'
46
46
 
47
47
  end
@@ -1046,29 +1046,30 @@ module Aws::AlexaForBusiness
1046
1046
  req.send_request(options)
1047
1047
  end
1048
1048
 
1049
- # Lists the Device Event history for up to 30 days. If EventType isn't
1050
- # specified in the request, this returns a list of all device events in
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. If more
1069
- # results exist than the specified MaxResults value, a token is included
1070
- # in the response so that the remaining results can be retrieved.
1071
- # Required.
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 a specific resource.
1152
+ # Lists all tags for the specified resource.
1152
1153
  #
1153
1154
  # @option params [required, String] :arn
1154
- # The ARN of the specific resource for which to list tags. Required.
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.6.0'
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. If more
1276
- # results exist than the specified MaxResults value, a token is
1277
- # included in the response so that the remaining results can be
1278
- # retrieved. Required.
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 specific resource for which to list tags. Required.
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 list of tags requested for the specific resource.
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.6.0
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-06-26 00:00:00.000000000 Z
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