aws-sdk-alexaforbusiness 1.3.0 → 1.4.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: 7a6c2a7b9c403e4818eb6283a10dfc990587e816
4
- data.tar.gz: 75b00eaebf53699dd0c69ee9a37c0ca585e3b6dc
3
+ metadata.gz: bd9ceb6e0c17df199e771e205d2102ad43fb4d13
4
+ data.tar.gz: e4e11040cce76b045b1fae6636ad8dab03af2799
5
5
  SHA512:
6
- metadata.gz: bb93a6d5fc844400e2ffd666e20ffc9fb62cf9fff20d08fb62c9ffb6829631345ff401d8b676308f950dfb5a53d7d23df76294245d3783f41acfa17a6b942000
7
- data.tar.gz: c17eafd6a2b7658828fefb2ed2ec98ed491f6eaf3b368d18d44af9bc35b23f28f158c43ef0d36985df2bb6f11cb16f262ae0d6aa9728f3fe537f3aae109c3c6d
6
+ metadata.gz: dd0678db0a5feb6f148eca5b83c07e60d619b90a4736d2c236fbec393670ca729d1ded2b55b1a896b35b2dc555a969ac1b20c4f243bc740ea3c0bf246c11ebc2
7
+ data.tar.gz: b7b67ef17dd92e612b74e40f533ad55a0c02469f39fc97cb0215637ffe7de0e22f3d522af3a6bd0e69f4635253239752f11640897a2486f03fd90b6eb55a95d0
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-alexaforbusiness/customizations'
42
42
  # @service
43
43
  module Aws::AlexaForBusiness
44
44
 
45
- GEM_VERSION = '1.3.0'
45
+ GEM_VERSION = '1.4.0'
46
46
 
47
47
  end
@@ -882,7 +882,7 @@ module Aws::AlexaForBusiness
882
882
  # resp.device.software_version #=> String
883
883
  # resp.device.mac_address #=> String
884
884
  # resp.device.room_arn #=> String
885
- # resp.device.device_status #=> String, one of "READY", "PENDING", "WAS_OFFLINE"
885
+ # resp.device.device_status #=> String, one of "READY", "PENDING", "WAS_OFFLINE", "DEREGISTERED"
886
886
  # resp.device.device_status_info.device_status_details #=> Array
887
887
  # resp.device.device_status_info.device_status_details[0].code #=> String, one of "DEVICE_SOFTWARE_UPDATE_NEEDED", "DEVICE_WAS_OFFLINE"
888
888
  # resp.device.device_status_info.connection_status #=> String, one of "ONLINE", "OFFLINE"
@@ -1068,7 +1068,7 @@ module Aws::AlexaForBusiness
1068
1068
  #
1069
1069
  # resp = client.list_device_events({
1070
1070
  # device_arn: "Arn", # required
1071
- # event_type: "CONNECTION_STATUS", # accepts CONNECTION_STATUS
1071
+ # event_type: "CONNECTION_STATUS", # accepts CONNECTION_STATUS, DEVICE_STATUS
1072
1072
  # next_token: "NextToken",
1073
1073
  # max_results: 1,
1074
1074
  # })
@@ -1076,7 +1076,7 @@ module Aws::AlexaForBusiness
1076
1076
  # @example Response structure
1077
1077
  #
1078
1078
  # resp.device_events #=> Array
1079
- # resp.device_events[0].type #=> String, one of "CONNECTION_STATUS"
1079
+ # resp.device_events[0].type #=> String, one of "CONNECTION_STATUS", "DEVICE_STATUS"
1080
1080
  # resp.device_events[0].value #=> String
1081
1081
  # resp.device_events[0].timestamp #=> Time
1082
1082
  # resp.next_token #=> String
@@ -1478,7 +1478,7 @@ module Aws::AlexaForBusiness
1478
1478
  # resp.devices[0].device_name #=> String
1479
1479
  # resp.devices[0].software_version #=> String
1480
1480
  # resp.devices[0].mac_address #=> String
1481
- # resp.devices[0].device_status #=> String, one of "READY", "PENDING", "WAS_OFFLINE"
1481
+ # resp.devices[0].device_status #=> String, one of "READY", "PENDING", "WAS_OFFLINE", "DEREGISTERED"
1482
1482
  # resp.devices[0].room_arn #=> String
1483
1483
  # resp.devices[0].room_name #=> String
1484
1484
  # resp.devices[0].device_status_info.device_status_details #=> Array
@@ -2120,7 +2120,7 @@ module Aws::AlexaForBusiness
2120
2120
  params: params,
2121
2121
  config: config)
2122
2122
  context[:gem_name] = 'aws-sdk-alexaforbusiness'
2123
- context[:gem_version] = '1.3.0'
2123
+ context[:gem_version] = '1.4.0'
2124
2124
  Seahorse::Client::Request.new(handlers, context)
2125
2125
  end
2126
2126
 
@@ -1251,7 +1251,7 @@ module Aws::AlexaForBusiness
1251
1251
  #
1252
1252
  # {
1253
1253
  # device_arn: "Arn", # required
1254
- # event_type: "CONNECTION_STATUS", # accepts CONNECTION_STATUS
1254
+ # event_type: "CONNECTION_STATUS", # accepts CONNECTION_STATUS, DEVICE_STATUS
1255
1255
  # next_token: "NextToken",
1256
1256
  # max_results: 1,
1257
1257
  # }
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.3.0
4
+ version: 1.4.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-04-30 00:00:00.000000000 Z
11
+ date: 2018-05-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core