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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b9d8796ea710942a23717a5a32e51bcf22ce1b7f
|
4
|
+
data.tar.gz: 631b203726ba955fd0de7d94c68d831c7c18cacd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d163e8c11e88a2c13f01fc45244a757369fb1cabd2b3afe3d71429505a729cf7f598e7d513f468ad66326e044c6525af3415d07ea68eab39a4a85b531f5a625a
|
7
|
+
data.tar.gz: 7f636ab994c723afb81896e5b7f5269f21eaa39f5099e40b1a98fd3479e9c6f6d85546d99c7825f2b736cda695005214ae8dde5bf030860d8b56515947fea27d
|
@@ -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.
|
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
|
+
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-
|
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
|