aws-sdk-alexaforbusiness 1.4.0 → 1.5.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: bd9ceb6e0c17df199e771e205d2102ad43fb4d13
4
- data.tar.gz: e4e11040cce76b045b1fae6636ad8dab03af2799
3
+ metadata.gz: b9d8796ea710942a23717a5a32e51bcf22ce1b7f
4
+ data.tar.gz: 631b203726ba955fd0de7d94c68d831c7c18cacd
5
5
  SHA512:
6
- metadata.gz: dd0678db0a5feb6f148eca5b83c07e60d619b90a4736d2c236fbec393670ca729d1ded2b55b1a896b35b2dc555a969ac1b20c4f243bc740ea3c0bf246c11ebc2
7
- data.tar.gz: b7b67ef17dd92e612b74e40f533ad55a0c02469f39fc97cb0215637ffe7de0e22f3d522af3a6bd0e69f4635253239752f11640897a2486f03fd90b6eb55a95d0
6
+ metadata.gz: d163e8c11e88a2c13f01fc45244a757369fb1cabd2b3afe3d71429505a729cf7f598e7d513f468ad66326e044c6525af3415d07ea68eab39a4a85b531f5a625a
7
+ data.tar.gz: 7f636ab994c723afb81896e5b7f5269f21eaa39f5099e40b1a98fd3479e9c6f6d85546d99c7825f2b736cda695005214ae8dde5bf030860d8b56515947fea27d
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-alexaforbusiness/customizations'
42
42
  # @service
43
43
  module Aws::AlexaForBusiness
44
44
 
45
- GEM_VERSION = '1.4.0'
45
+ GEM_VERSION = '1.5.0'
46
46
 
47
47
  end
@@ -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.4.0'
2123
+ context[:gem_version] = '1.5.0'
2124
2124
  Seahorse::Client::Request.new(handlers, context)
2125
2125
  end
2126
2126
 
@@ -66,6 +66,7 @@ module Aws::AlexaForBusiness
66
66
  DeviceEventType = Shapes::StringShape.new(name: 'DeviceEventType')
67
67
  DeviceEventValue = Shapes::StringShape.new(name: 'DeviceEventValue')
68
68
  DeviceName = Shapes::StringShape.new(name: 'DeviceName')
69
+ DeviceNotRegisteredException = Shapes::StructureShape.new(name: 'DeviceNotRegisteredException')
69
70
  DeviceSerialNumber = Shapes::StringShape.new(name: 'DeviceSerialNumber')
70
71
  DeviceStatus = Shapes::StringShape.new(name: 'DeviceStatus')
71
72
  DeviceStatusDetail = Shapes::StructureShape.new(name: 'DeviceStatusDetail')
@@ -790,6 +791,7 @@ module Aws::AlexaForBusiness
790
791
  o.input = Shapes::ShapeRef.new(shape: AssociateDeviceWithRoomRequest)
791
792
  o.output = Shapes::ShapeRef.new(shape: AssociateDeviceWithRoomResponse)
792
793
  o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
794
+ o.errors << Shapes::ShapeRef.new(shape: DeviceNotRegisteredException)
793
795
  end)
794
796
 
795
797
  api.add_operation(:associate_skill_group_with_room, Seahorse::Model::Operation.new.tap do |o|
@@ -936,6 +938,7 @@ module Aws::AlexaForBusiness
936
938
  o.http_request_uri = "/"
937
939
  o.input = Shapes::ShapeRef.new(shape: DisassociateDeviceFromRoomRequest)
938
940
  o.output = Shapes::ShapeRef.new(shape: DisassociateDeviceFromRoomResponse)
941
+ o.errors << Shapes::ShapeRef.new(shape: DeviceNotRegisteredException)
939
942
  end)
940
943
 
941
944
  api.add_operation(:disassociate_skill_group_from_room, Seahorse::Model::Operation.new.tap do |o|
@@ -1193,6 +1196,7 @@ module Aws::AlexaForBusiness
1193
1196
  o.http_request_uri = "/"
1194
1197
  o.input = Shapes::ShapeRef.new(shape: StartDeviceSyncRequest)
1195
1198
  o.output = Shapes::ShapeRef.new(shape: StartDeviceSyncResponse)
1199
+ o.errors << Shapes::ShapeRef.new(shape: DeviceNotRegisteredException)
1196
1200
  end)
1197
1201
 
1198
1202
  api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
@@ -1239,6 +1243,7 @@ module Aws::AlexaForBusiness
1239
1243
  o.input = Shapes::ShapeRef.new(shape: UpdateDeviceRequest)
1240
1244
  o.output = Shapes::ShapeRef.new(shape: UpdateDeviceResponse)
1241
1245
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1246
+ o.errors << Shapes::ShapeRef.new(shape: DeviceNotRegisteredException)
1242
1247
  end)
1243
1248
 
1244
1249
  api.add_operation(:update_profile, Seahorse::Model::Operation.new.tap do |o|
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.0
4
+ version: 1.5.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-05-07 00:00:00.000000000 Z
11
+ date: 2018-06-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core