aws-sdk-alexaforbusiness 1.29.0 → 1.30.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 468bac70d8f5bc9c6b382f0e0e09674402ef4e8e
4
- data.tar.gz: ae0cfc9e9e87008cbbc56510fbd703782b3b1993
3
+ metadata.gz: 8ca23b5ddd97d0233845ec192c7b6e3ea99123f8
4
+ data.tar.gz: b6db56aafe0c234e38039814acff4fb03086a38b
5
5
  SHA512:
6
- metadata.gz: 73042221169b6037ae72d6ec836984e0acbcbb102a2d8ffd00ccbe19c747bef3102e33a20cffde8d6116e178ad7926f450c81504e108d6094f495978ea709915
7
- data.tar.gz: ed2c4025b22846930168819cd5b2a3ada55865d76cd43a8e31eac7df942e6202541b8fa4512c9a736db660c0f8a38e8848234fd535bea94c01c81b03058eea1a
6
+ metadata.gz: 2964630873083afcee21cdbdc75ec4e58207ad34ef4ebf57b6434dad1e6942f606c9c913ac2fbc374c8b7b4fac33d721e678150955689586010956145157449d
7
+ data.tar.gz: 4b28f4f1df43d0c07759dc03473316a08ad7c6b6f0dad25909d70eac8904c6036f62eb77e0ed069836c2bbd408250702aa1a28b61205a2ae39aa6663994dfdf2
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-alexaforbusiness/customizations'
42
42
  # @service
43
43
  module Aws::AlexaForBusiness
44
44
 
45
- GEM_VERSION = '1.29.0'
45
+ GEM_VERSION = '1.30.0'
46
46
 
47
47
  end
@@ -817,6 +817,9 @@ module Aws::AlexaForBusiness
817
817
  # @option params [required, String] :wake_word
818
818
  # A wake word for Alexa, Echo, Amazon, or a computer.
819
819
  #
820
+ # @option params [String] :locale
821
+ # The locale of the room profile.
822
+ #
820
823
  # @option params [String] :client_request_token
821
824
  # The user-specified token that is used during the creation of a
822
825
  # profile.
@@ -846,6 +849,7 @@ module Aws::AlexaForBusiness
846
849
  # distance_unit: "METRIC", # required, accepts METRIC, IMPERIAL
847
850
  # temperature_unit: "FAHRENHEIT", # required, accepts FAHRENHEIT, CELSIUS
848
851
  # wake_word: "ALEXA", # required, accepts ALEXA, AMAZON, ECHO, COMPUTER
852
+ # locale: "DeviceLocale",
849
853
  # client_request_token: "ClientRequestToken",
850
854
  # setup_mode_disabled: false,
851
855
  # max_volume_limit: 1,
@@ -1135,11 +1139,6 @@ module Aws::AlexaForBusiness
1135
1139
  # voice input data and associated response data. This action can be
1136
1140
  # called once every 24 hours for a specific shared device.
1137
1141
  #
1138
- # When this action is called for a specified shared device, it allows
1139
- # authorized users to delete the device's entire previous history of
1140
- # voice input data. This action can be called once every 24 hours for a
1141
- # specific shared device.
1142
- #
1143
1142
  # @option params [required, String] :device_arn
1144
1143
  # The ARN of the device.
1145
1144
  #
@@ -1824,6 +1823,7 @@ module Aws::AlexaForBusiness
1824
1823
  # resp.profile.distance_unit #=> String, one of "METRIC", "IMPERIAL"
1825
1824
  # resp.profile.temperature_unit #=> String, one of "FAHRENHEIT", "CELSIUS"
1826
1825
  # resp.profile.wake_word #=> String, one of "ALEXA", "AMAZON", "ECHO", "COMPUTER"
1826
+ # resp.profile.locale #=> String
1827
1827
  # resp.profile.setup_mode_disabled #=> Boolean
1828
1828
  # resp.profile.max_volume_limit #=> Integer
1829
1829
  # resp.profile.pstn_enabled #=> Boolean
@@ -3043,6 +3043,7 @@ module Aws::AlexaForBusiness
3043
3043
  # resp.profiles[0].distance_unit #=> String, one of "METRIC", "IMPERIAL"
3044
3044
  # resp.profiles[0].temperature_unit #=> String, one of "FAHRENHEIT", "CELSIUS"
3045
3045
  # resp.profiles[0].wake_word #=> String, one of "ALEXA", "AMAZON", "ECHO", "COMPUTER"
3046
+ # resp.profiles[0].locale #=> String
3046
3047
  # resp.next_token #=> String
3047
3048
  # resp.total_count #=> Integer
3048
3049
  #
@@ -3843,6 +3844,9 @@ module Aws::AlexaForBusiness
3843
3844
  # @option params [String] :wake_word
3844
3845
  # The updated wake word for the room profile.
3845
3846
  #
3847
+ # @option params [String] :locale
3848
+ # The updated locale for the room profile.
3849
+ #
3846
3850
  # @option params [Boolean] :setup_mode_disabled
3847
3851
  # Whether the setup mode of the profile is enabled.
3848
3852
  #
@@ -3865,6 +3869,7 @@ module Aws::AlexaForBusiness
3865
3869
  # distance_unit: "METRIC", # accepts METRIC, IMPERIAL
3866
3870
  # temperature_unit: "FAHRENHEIT", # accepts FAHRENHEIT, CELSIUS
3867
3871
  # wake_word: "ALEXA", # accepts ALEXA, AMAZON, ECHO, COMPUTER
3872
+ # locale: "DeviceLocale",
3868
3873
  # setup_mode_disabled: false,
3869
3874
  # max_volume_limit: 1,
3870
3875
  # pstn_enabled: false,
@@ -3960,7 +3965,7 @@ module Aws::AlexaForBusiness
3960
3965
  params: params,
3961
3966
  config: config)
3962
3967
  context[:gem_name] = 'aws-sdk-alexaforbusiness'
3963
- context[:gem_version] = '1.29.0'
3968
+ context[:gem_version] = '1.30.0'
3964
3969
  Seahorse::Client::Request.new(handlers, context)
3965
3970
  end
3966
3971
 
@@ -140,6 +140,7 @@ module Aws::AlexaForBusiness
140
140
  DeviceEventTime = Shapes::TimestampShape.new(name: 'DeviceEventTime')
141
141
  DeviceEventType = Shapes::StringShape.new(name: 'DeviceEventType')
142
142
  DeviceEventValue = Shapes::StringShape.new(name: 'DeviceEventValue')
143
+ DeviceLocale = Shapes::StringShape.new(name: 'DeviceLocale')
143
144
  DeviceName = Shapes::StringShape.new(name: 'DeviceName')
144
145
  DeviceNetworkProfileInfo = Shapes::StructureShape.new(name: 'DeviceNetworkProfileInfo')
145
146
  DeviceNotRegisteredException = Shapes::StructureShape.new(name: 'DeviceNotRegisteredException')
@@ -644,6 +645,7 @@ module Aws::AlexaForBusiness
644
645
  CreateProfileRequest.add_member(:distance_unit, Shapes::ShapeRef.new(shape: DistanceUnit, required: true, location_name: "DistanceUnit"))
645
646
  CreateProfileRequest.add_member(:temperature_unit, Shapes::ShapeRef.new(shape: TemperatureUnit, required: true, location_name: "TemperatureUnit"))
646
647
  CreateProfileRequest.add_member(:wake_word, Shapes::ShapeRef.new(shape: WakeWord, required: true, location_name: "WakeWord"))
648
+ CreateProfileRequest.add_member(:locale, Shapes::ShapeRef.new(shape: DeviceLocale, location_name: "Locale"))
647
649
  CreateProfileRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
648
650
  CreateProfileRequest.add_member(:setup_mode_disabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "SetupModeDisabled"))
649
651
  CreateProfileRequest.add_member(:max_volume_limit, Shapes::ShapeRef.new(shape: MaxVolumeLimit, location_name: "MaxVolumeLimit"))
@@ -1135,6 +1137,7 @@ module Aws::AlexaForBusiness
1135
1137
  Profile.add_member(:distance_unit, Shapes::ShapeRef.new(shape: DistanceUnit, location_name: "DistanceUnit"))
1136
1138
  Profile.add_member(:temperature_unit, Shapes::ShapeRef.new(shape: TemperatureUnit, location_name: "TemperatureUnit"))
1137
1139
  Profile.add_member(:wake_word, Shapes::ShapeRef.new(shape: WakeWord, location_name: "WakeWord"))
1140
+ Profile.add_member(:locale, Shapes::ShapeRef.new(shape: DeviceLocale, location_name: "Locale"))
1138
1141
  Profile.add_member(:setup_mode_disabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "SetupModeDisabled"))
1139
1142
  Profile.add_member(:max_volume_limit, Shapes::ShapeRef.new(shape: MaxVolumeLimit, location_name: "MaxVolumeLimit"))
1140
1143
  Profile.add_member(:pstn_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "PSTNEnabled"))
@@ -1149,6 +1152,7 @@ module Aws::AlexaForBusiness
1149
1152
  ProfileData.add_member(:distance_unit, Shapes::ShapeRef.new(shape: DistanceUnit, location_name: "DistanceUnit"))
1150
1153
  ProfileData.add_member(:temperature_unit, Shapes::ShapeRef.new(shape: TemperatureUnit, location_name: "TemperatureUnit"))
1151
1154
  ProfileData.add_member(:wake_word, Shapes::ShapeRef.new(shape: WakeWord, location_name: "WakeWord"))
1155
+ ProfileData.add_member(:locale, Shapes::ShapeRef.new(shape: DeviceLocale, location_name: "Locale"))
1152
1156
  ProfileData.struct_class = Types::ProfileData
1153
1157
 
1154
1158
  ProfileDataList.member = Shapes::ShapeRef.new(shape: ProfileData)
@@ -1542,6 +1546,7 @@ module Aws::AlexaForBusiness
1542
1546
  UpdateProfileRequest.add_member(:distance_unit, Shapes::ShapeRef.new(shape: DistanceUnit, location_name: "DistanceUnit"))
1543
1547
  UpdateProfileRequest.add_member(:temperature_unit, Shapes::ShapeRef.new(shape: TemperatureUnit, location_name: "TemperatureUnit"))
1544
1548
  UpdateProfileRequest.add_member(:wake_word, Shapes::ShapeRef.new(shape: WakeWord, location_name: "WakeWord"))
1549
+ UpdateProfileRequest.add_member(:locale, Shapes::ShapeRef.new(shape: DeviceLocale, location_name: "Locale"))
1545
1550
  UpdateProfileRequest.add_member(:setup_mode_disabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "SetupModeDisabled"))
1546
1551
  UpdateProfileRequest.add_member(:max_volume_limit, Shapes::ShapeRef.new(shape: MaxVolumeLimit, location_name: "MaxVolumeLimit"))
1547
1552
  UpdateProfileRequest.add_member(:pstn_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "PSTNEnabled"))
@@ -1105,6 +1105,7 @@ module Aws::AlexaForBusiness
1105
1105
  # distance_unit: "METRIC", # required, accepts METRIC, IMPERIAL
1106
1106
  # temperature_unit: "FAHRENHEIT", # required, accepts FAHRENHEIT, CELSIUS
1107
1107
  # wake_word: "ALEXA", # required, accepts ALEXA, AMAZON, ECHO, COMPUTER
1108
+ # locale: "DeviceLocale",
1108
1109
  # client_request_token: "ClientRequestToken",
1109
1110
  # setup_mode_disabled: false,
1110
1111
  # max_volume_limit: 1,
@@ -1135,6 +1136,10 @@ module Aws::AlexaForBusiness
1135
1136
  # A wake word for Alexa, Echo, Amazon, or a computer.
1136
1137
  # @return [String]
1137
1138
  #
1139
+ # @!attribute [rw] locale
1140
+ # The locale of the room profile.
1141
+ # @return [String]
1142
+ #
1138
1143
  # @!attribute [rw] client_request_token
1139
1144
  # The user-specified token that is used during the creation of a
1140
1145
  # profile.
@@ -1164,6 +1169,7 @@ module Aws::AlexaForBusiness
1164
1169
  :distance_unit,
1165
1170
  :temperature_unit,
1166
1171
  :wake_word,
1172
+ :locale,
1167
1173
  :client_request_token,
1168
1174
  :setup_mode_disabled,
1169
1175
  :max_volume_limit,
@@ -3488,6 +3494,10 @@ module Aws::AlexaForBusiness
3488
3494
  # The wake word of a room profile.
3489
3495
  # @return [String]
3490
3496
  #
3497
+ # @!attribute [rw] locale
3498
+ # The locale of a room profile.
3499
+ # @return [String]
3500
+ #
3491
3501
  # @!attribute [rw] setup_mode_disabled
3492
3502
  # The setup mode of a room profile.
3493
3503
  # @return [Boolean]
@@ -3515,6 +3525,7 @@ module Aws::AlexaForBusiness
3515
3525
  :distance_unit,
3516
3526
  :temperature_unit,
3517
3527
  :wake_word,
3528
+ :locale,
3518
3529
  :setup_mode_disabled,
3519
3530
  :max_volume_limit,
3520
3531
  :pstn_enabled,
@@ -3556,6 +3567,10 @@ module Aws::AlexaForBusiness
3556
3567
  # The wake word of a room profile.
3557
3568
  # @return [String]
3558
3569
  #
3570
+ # @!attribute [rw] locale
3571
+ # The locale of a room profile.
3572
+ # @return [String]
3573
+ #
3559
3574
  # @see http://docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/ProfileData AWS API Documentation
3560
3575
  #
3561
3576
  class ProfileData < Struct.new(
@@ -3566,7 +3581,8 @@ module Aws::AlexaForBusiness
3566
3581
  :timezone,
3567
3582
  :distance_unit,
3568
3583
  :temperature_unit,
3569
- :wake_word)
3584
+ :wake_word,
3585
+ :locale)
3570
3586
  include Aws::Structure
3571
3587
  end
3572
3588
 
@@ -5597,6 +5613,7 @@ module Aws::AlexaForBusiness
5597
5613
  # distance_unit: "METRIC", # accepts METRIC, IMPERIAL
5598
5614
  # temperature_unit: "FAHRENHEIT", # accepts FAHRENHEIT, CELSIUS
5599
5615
  # wake_word: "ALEXA", # accepts ALEXA, AMAZON, ECHO, COMPUTER
5616
+ # locale: "DeviceLocale",
5600
5617
  # setup_mode_disabled: false,
5601
5618
  # max_volume_limit: 1,
5602
5619
  # pstn_enabled: false,
@@ -5635,6 +5652,10 @@ module Aws::AlexaForBusiness
5635
5652
  # The updated wake word for the room profile.
5636
5653
  # @return [String]
5637
5654
  #
5655
+ # @!attribute [rw] locale
5656
+ # The updated locale for the room profile.
5657
+ # @return [String]
5658
+ #
5638
5659
  # @!attribute [rw] setup_mode_disabled
5639
5660
  # Whether the setup mode of the profile is enabled.
5640
5661
  # @return [Boolean]
@@ -5658,6 +5679,7 @@ module Aws::AlexaForBusiness
5658
5679
  :distance_unit,
5659
5680
  :temperature_unit,
5660
5681
  :wake_word,
5682
+ :locale,
5661
5683
  :setup_mode_disabled,
5662
5684
  :max_volume_limit,
5663
5685
  :pstn_enabled)
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.29.0
4
+ version: 1.30.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: 2019-07-25 00:00:00.000000000 Z
11
+ date: 2019-08-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core