aws-sdk-alexaforbusiness 1.39.0 → 1.40.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
  SHA256:
3
- metadata.gz: 398381f1919a97e2e3fbddc5ae12ba20e19bf98ed066b64d1c41ccbc7b690276
4
- data.tar.gz: 804d8883b74d22afe063bf1730e2ca89042008a6ce97378694c2c39473c0d7d0
3
+ metadata.gz: 1e28bc6885c27120e839014b08c2a3c379cacb71f2442bbe0e13278bb8709523
4
+ data.tar.gz: 3d04e8a10c4d465d2bad29f1bc2184aee65fb33dbb9854a3d776e726a402b64f
5
5
  SHA512:
6
- metadata.gz: c7f075ba14545727a67481e5b07f655e58b7ba290f448e0a347eb4119b04fe7809d06b638213f72aa7d3e659fbde69193655bc9f54fef51188cd426c49a81dde
7
- data.tar.gz: e1f0356ebafe6d1a0bb996dc796cb7677a863e318bbb9d9aa10fd067da7e5276992d871468288de65cfa9d429ea2b9cf97d747534a645e7c2695cacb91bd0501
6
+ metadata.gz: ffab83ccf75394ba91e8d14a572f37946541a51de79c933ef780a3367982ff6626b539f1312b359425ca08f75badee8282ec477b300ff9cbd6cf9acbf5c83140
7
+ data.tar.gz: 57f764205b1a0d04cfa7fc44837f4d58f36bcd95ead993ee1e993a4a2eaf677f3d05fb62f44bd1f600c4b446476a63ec25621c40ec623adb06bce473115ff0ec
@@ -47,6 +47,6 @@ require_relative 'aws-sdk-alexaforbusiness/customizations'
47
47
  # @service
48
48
  module Aws::AlexaForBusiness
49
49
 
50
- GEM_VERSION = '1.39.0'
50
+ GEM_VERSION = '1.40.0'
51
51
 
52
52
  end
@@ -2703,7 +2703,7 @@ module Aws::AlexaForBusiness
2703
2703
  # @option params [required, String] :product_id
2704
2704
  # The product ID used to identify your AVS device during authorization.
2705
2705
  #
2706
- # @option params [required, String] :device_serial_number
2706
+ # @option params [String] :device_serial_number
2707
2707
  # The key generated by the OEM that uniquely identifies a specified
2708
2708
  # instance of your AVS device.
2709
2709
  #
@@ -2711,6 +2711,9 @@ module Aws::AlexaForBusiness
2711
2711
  # The device type ID for your AVS device generated by Amazon when the
2712
2712
  # OEM creates a new product on Amazon's Developer Console.
2713
2713
  #
2714
+ # @option params [String] :room_arn
2715
+ # The ARN of the room with which to associate your AVS device.
2716
+ #
2714
2717
  # @return [Types::RegisterAVSDeviceResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2715
2718
  #
2716
2719
  # * {Types::RegisterAVSDeviceResponse#device_arn #device_arn} => String
@@ -2721,8 +2724,9 @@ module Aws::AlexaForBusiness
2721
2724
  # client_id: "ClientId", # required
2722
2725
  # user_code: "UserCode", # required
2723
2726
  # product_id: "ProductId", # required
2724
- # device_serial_number: "DeviceSerialNumberForAVS", # required
2727
+ # device_serial_number: "DeviceSerialNumberForAVS",
2725
2728
  # amazon_id: "AmazonId", # required
2729
+ # room_arn: "Arn",
2726
2730
  # })
2727
2731
  #
2728
2732
  # @example Response structure
@@ -4140,7 +4144,7 @@ module Aws::AlexaForBusiness
4140
4144
  params: params,
4141
4145
  config: config)
4142
4146
  context[:gem_name] = 'aws-sdk-alexaforbusiness'
4143
- context[:gem_version] = '1.39.0'
4147
+ context[:gem_version] = '1.40.0'
4144
4148
  Seahorse::Client::Request.new(handlers, context)
4145
4149
  end
4146
4150
 
@@ -1249,8 +1249,9 @@ module Aws::AlexaForBusiness
1249
1249
  RegisterAVSDeviceRequest.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientId, required: true, location_name: "ClientId"))
1250
1250
  RegisterAVSDeviceRequest.add_member(:user_code, Shapes::ShapeRef.new(shape: UserCode, required: true, location_name: "UserCode"))
1251
1251
  RegisterAVSDeviceRequest.add_member(:product_id, Shapes::ShapeRef.new(shape: ProductId, required: true, location_name: "ProductId"))
1252
- RegisterAVSDeviceRequest.add_member(:device_serial_number, Shapes::ShapeRef.new(shape: DeviceSerialNumberForAVS, required: true, location_name: "DeviceSerialNumber"))
1252
+ RegisterAVSDeviceRequest.add_member(:device_serial_number, Shapes::ShapeRef.new(shape: DeviceSerialNumberForAVS, location_name: "DeviceSerialNumber"))
1253
1253
  RegisterAVSDeviceRequest.add_member(:amazon_id, Shapes::ShapeRef.new(shape: AmazonId, required: true, location_name: "AmazonId"))
1254
+ RegisterAVSDeviceRequest.add_member(:room_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "RoomArn"))
1254
1255
  RegisterAVSDeviceRequest.struct_class = Types::RegisterAVSDeviceRequest
1255
1256
 
1256
1257
  RegisterAVSDeviceResponse.add_member(:device_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "DeviceArn"))
@@ -2364,6 +2365,7 @@ module Aws::AlexaForBusiness
2364
2365
  o.output = Shapes::ShapeRef.new(shape: RegisterAVSDeviceResponse)
2365
2366
  o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
2366
2367
  o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
2368
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
2367
2369
  o.errors << Shapes::ShapeRef.new(shape: InvalidDeviceException)
2368
2370
  end)
2369
2371
 
@@ -4183,8 +4183,9 @@ module Aws::AlexaForBusiness
4183
4183
  # client_id: "ClientId", # required
4184
4184
  # user_code: "UserCode", # required
4185
4185
  # product_id: "ProductId", # required
4186
- # device_serial_number: "DeviceSerialNumberForAVS", # required
4186
+ # device_serial_number: "DeviceSerialNumberForAVS",
4187
4187
  # amazon_id: "AmazonId", # required
4188
+ # room_arn: "Arn",
4188
4189
  # }
4189
4190
  #
4190
4191
  # @!attribute [rw] client_id
@@ -4213,6 +4214,10 @@ module Aws::AlexaForBusiness
4213
4214
  # OEM creates a new product on Amazon's Developer Console.
4214
4215
  # @return [String]
4215
4216
  #
4217
+ # @!attribute [rw] room_arn
4218
+ # The ARN of the room with which to associate your AVS device.
4219
+ # @return [String]
4220
+ #
4216
4221
  # @see http://docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/RegisterAVSDeviceRequest AWS API Documentation
4217
4222
  #
4218
4223
  class RegisterAVSDeviceRequest < Struct.new(
@@ -4220,7 +4225,8 @@ module Aws::AlexaForBusiness
4220
4225
  :user_code,
4221
4226
  :product_id,
4222
4227
  :device_serial_number,
4223
- :amazon_id)
4228
+ :amazon_id,
4229
+ :room_arn)
4224
4230
  SENSITIVE = []
4225
4231
  include Aws::Structure
4226
4232
  end
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.39.0
4
+ version: 1.40.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: 2020-06-23 00:00:00.000000000 Z
11
+ date: 2020-07-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core