aws-sdk-alexaforbusiness 1.35.0 → 1.40.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-alexaforbusiness.rb +3 -1
- data/lib/aws-sdk-alexaforbusiness/client.rb +44 -9
- data/lib/aws-sdk-alexaforbusiness/client_api.rb +11 -3
- data/lib/aws-sdk-alexaforbusiness/errors.rb +2 -0
- data/lib/aws-sdk-alexaforbusiness/resource.rb +2 -0
- data/lib/aws-sdk-alexaforbusiness/types.rb +262 -8
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1e28bc6885c27120e839014b08c2a3c379cacb71f2442bbe0e13278bb8709523
|
4
|
+
data.tar.gz: 3d04e8a10c4d465d2bad29f1bc2184aee65fb33dbb9854a3d776e726a402b64f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ffab83ccf75394ba91e8d14a572f37946541a51de79c933ef780a3367982ff6626b539f1312b359425ca08f75badee8282ec477b300ff9cbd6cf9acbf5c83140
|
7
|
+
data.tar.gz: 57f764205b1a0d04cfa7fc44837f4d58f36bcd95ead993ee1e993a4a2eaf677f3d05fb62f44bd1f600c4b446476a63ec25621c40ec623adb06bce473115ff0ec
|
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -45,6 +47,6 @@ require_relative 'aws-sdk-alexaforbusiness/customizations'
|
|
45
47
|
# @service
|
46
48
|
module Aws::AlexaForBusiness
|
47
49
|
|
48
|
-
GEM_VERSION = '1.
|
50
|
+
GEM_VERSION = '1.40.0'
|
49
51
|
|
50
52
|
end
|
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -24,6 +26,7 @@ require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
|
|
24
26
|
require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
|
25
27
|
require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
|
26
28
|
require 'aws-sdk-core/plugins/transfer_encoding.rb'
|
29
|
+
require 'aws-sdk-core/plugins/http_checksum.rb'
|
27
30
|
require 'aws-sdk-core/plugins/signature_v4.rb'
|
28
31
|
require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
|
29
32
|
|
@@ -69,6 +72,7 @@ module Aws::AlexaForBusiness
|
|
69
72
|
add_plugin(Aws::Plugins::ClientMetricsPlugin)
|
70
73
|
add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
|
71
74
|
add_plugin(Aws::Plugins::TransferEncoding)
|
75
|
+
add_plugin(Aws::Plugins::HttpChecksum)
|
72
76
|
add_plugin(Aws::Plugins::SignatureV4)
|
73
77
|
add_plugin(Aws::Plugins::Protocols::JsonRpc)
|
74
78
|
|
@@ -161,7 +165,7 @@ module Aws::AlexaForBusiness
|
|
161
165
|
# @option options [String] :endpoint
|
162
166
|
# The client endpoint is normally constructed from the `:region`
|
163
167
|
# option. You should only configure an `:endpoint` when connecting
|
164
|
-
# to test endpoints. This should be a valid HTTP(S) URI.
|
168
|
+
# to test or custom endpoints. This should be a valid HTTP(S) URI.
|
165
169
|
#
|
166
170
|
# @option options [Integer] :endpoint_cache_max_entries (1000)
|
167
171
|
# Used for the maximum size limit of the LRU cache storing endpoints data
|
@@ -176,7 +180,7 @@ module Aws::AlexaForBusiness
|
|
176
180
|
# requests fetching endpoints information. Defaults to 60 sec.
|
177
181
|
#
|
178
182
|
# @option options [Boolean] :endpoint_discovery (false)
|
179
|
-
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
183
|
+
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
180
184
|
#
|
181
185
|
# @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
|
182
186
|
# The log formatter.
|
@@ -570,6 +574,9 @@ module Aws::AlexaForBusiness
|
|
570
574
|
# **A suitable default value is auto-generated.** You should normally
|
571
575
|
# not need to pass this option.**
|
572
576
|
#
|
577
|
+
# @option params [Array<Types::Tag>] :tags
|
578
|
+
# The tags for the business report schedule.
|
579
|
+
#
|
573
580
|
# @return [Types::CreateBusinessReportScheduleResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
574
581
|
#
|
575
582
|
# * {Types::CreateBusinessReportScheduleResponse#schedule_arn #schedule_arn} => String
|
@@ -582,12 +589,18 @@ module Aws::AlexaForBusiness
|
|
582
589
|
# s3_key_prefix: "S3KeyPrefix",
|
583
590
|
# format: "CSV", # required, accepts CSV, CSV_ZIP
|
584
591
|
# content_range: { # required
|
585
|
-
# interval: "ONE_DAY", # accepts ONE_DAY, ONE_WEEK, THIRTY_DAYS
|
592
|
+
# interval: "ONE_DAY", # required, accepts ONE_DAY, ONE_WEEK, THIRTY_DAYS
|
586
593
|
# },
|
587
594
|
# recurrence: {
|
588
595
|
# start_date: "Date",
|
589
596
|
# },
|
590
597
|
# client_request_token: "ClientRequestToken",
|
598
|
+
# tags: [
|
599
|
+
# {
|
600
|
+
# key: "TagKey", # required
|
601
|
+
# value: "TagValue", # required
|
602
|
+
# },
|
603
|
+
# ],
|
591
604
|
# })
|
592
605
|
#
|
593
606
|
# @example Response structure
|
@@ -894,6 +907,9 @@ module Aws::AlexaForBusiness
|
|
894
907
|
# @option params [Types::CreateMeetingRoomConfiguration] :meeting_room_configuration
|
895
908
|
# The meeting room settings of a room profile.
|
896
909
|
#
|
910
|
+
# @option params [Array<Types::Tag>] :tags
|
911
|
+
# The tags for the profile.
|
912
|
+
#
|
897
913
|
# @return [Types::CreateProfileResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
898
914
|
#
|
899
915
|
# * {Types::CreateProfileResponse#profile_arn #profile_arn} => String
|
@@ -928,6 +944,12 @@ module Aws::AlexaForBusiness
|
|
928
944
|
# enabled: false, # required
|
929
945
|
# },
|
930
946
|
# },
|
947
|
+
# tags: [
|
948
|
+
# {
|
949
|
+
# key: "TagKey", # required
|
950
|
+
# value: "TagValue", # required
|
951
|
+
# },
|
952
|
+
# ],
|
931
953
|
# })
|
932
954
|
#
|
933
955
|
# @example Response structure
|
@@ -952,7 +974,7 @@ module Aws::AlexaForBusiness
|
|
952
974
|
# The description for the room.
|
953
975
|
#
|
954
976
|
# @option params [String] :profile_arn
|
955
|
-
# The profile ARN for the room.
|
977
|
+
# The profile ARN for the room. This is required.
|
956
978
|
#
|
957
979
|
# @option params [String] :provider_calendar_id
|
958
980
|
# The calendar ARN for the room.
|
@@ -1015,6 +1037,9 @@ module Aws::AlexaForBusiness
|
|
1015
1037
|
# **A suitable default value is auto-generated.** You should normally
|
1016
1038
|
# not need to pass this option.**
|
1017
1039
|
#
|
1040
|
+
# @option params [Array<Types::Tag>] :tags
|
1041
|
+
# The tags for the skill group.
|
1042
|
+
#
|
1018
1043
|
# @return [Types::CreateSkillGroupResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1019
1044
|
#
|
1020
1045
|
# * {Types::CreateSkillGroupResponse#skill_group_arn #skill_group_arn} => String
|
@@ -1025,6 +1050,12 @@ module Aws::AlexaForBusiness
|
|
1025
1050
|
# skill_group_name: "SkillGroupName", # required
|
1026
1051
|
# description: "SkillGroupDescription",
|
1027
1052
|
# client_request_token: "ClientRequestToken",
|
1053
|
+
# tags: [
|
1054
|
+
# {
|
1055
|
+
# key: "TagKey", # required
|
1056
|
+
# value: "TagValue", # required
|
1057
|
+
# },
|
1058
|
+
# ],
|
1028
1059
|
# })
|
1029
1060
|
#
|
1030
1061
|
# @example Response structure
|
@@ -1732,7 +1763,7 @@ module Aws::AlexaForBusiness
|
|
1732
1763
|
# resp.device.device_status #=> String, one of "READY", "PENDING", "WAS_OFFLINE", "DEREGISTERED", "FAILED"
|
1733
1764
|
# resp.device.device_status_info.device_status_details #=> Array
|
1734
1765
|
# resp.device.device_status_info.device_status_details[0].feature #=> String, one of "BLUETOOTH", "VOLUME", "NOTIFICATIONS", "LISTS", "SKILLS", "NETWORK_PROFILE", "SETTINGS", "ALL"
|
1735
|
-
# resp.device.device_status_info.device_status_details[0].code #=> String, one of "DEVICE_SOFTWARE_UPDATE_NEEDED", "DEVICE_WAS_OFFLINE", "CREDENTIALS_ACCESS_FAILURE", "TLS_VERSION_MISMATCH", "ASSOCIATION_REJECTION", "AUTHENTICATION_FAILURE", "DHCP_FAILURE", "INTERNET_UNAVAILABLE", "DNS_FAILURE", "UNKNOWN_FAILURE", "CERTIFICATE_ISSUING_LIMIT_EXCEEDED", "INVALID_CERTIFICATE_AUTHORITY", "NETWORK_PROFILE_NOT_FOUND", "INVALID_PASSWORD_STATE", "PASSWORD_NOT_FOUND"
|
1766
|
+
# resp.device.device_status_info.device_status_details[0].code #=> String, one of "DEVICE_SOFTWARE_UPDATE_NEEDED", "DEVICE_WAS_OFFLINE", "CREDENTIALS_ACCESS_FAILURE", "TLS_VERSION_MISMATCH", "ASSOCIATION_REJECTION", "AUTHENTICATION_FAILURE", "DHCP_FAILURE", "INTERNET_UNAVAILABLE", "DNS_FAILURE", "UNKNOWN_FAILURE", "CERTIFICATE_ISSUING_LIMIT_EXCEEDED", "INVALID_CERTIFICATE_AUTHORITY", "NETWORK_PROFILE_NOT_FOUND", "INVALID_PASSWORD_STATE", "PASSWORD_NOT_FOUND", "PASSWORD_MANAGER_ACCESS_DENIED", "CERTIFICATE_AUTHORITY_ACCESS_DENIED"
|
1736
1767
|
# resp.device.device_status_info.connection_status #=> String, one of "ONLINE", "OFFLINE"
|
1737
1768
|
# resp.device.device_status_info.connection_status_updated_time #=> Time
|
1738
1769
|
# resp.device.network_profile_info.network_profile_arn #=> String
|
@@ -2672,7 +2703,7 @@ module Aws::AlexaForBusiness
|
|
2672
2703
|
# @option params [required, String] :product_id
|
2673
2704
|
# The product ID used to identify your AVS device during authorization.
|
2674
2705
|
#
|
2675
|
-
# @option params [
|
2706
|
+
# @option params [String] :device_serial_number
|
2676
2707
|
# The key generated by the OEM that uniquely identifies a specified
|
2677
2708
|
# instance of your AVS device.
|
2678
2709
|
#
|
@@ -2680,6 +2711,9 @@ module Aws::AlexaForBusiness
|
|
2680
2711
|
# The device type ID for your AVS device generated by Amazon when the
|
2681
2712
|
# OEM creates a new product on Amazon's Developer Console.
|
2682
2713
|
#
|
2714
|
+
# @option params [String] :room_arn
|
2715
|
+
# The ARN of the room with which to associate your AVS device.
|
2716
|
+
#
|
2683
2717
|
# @return [Types::RegisterAVSDeviceResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2684
2718
|
#
|
2685
2719
|
# * {Types::RegisterAVSDeviceResponse#device_arn #device_arn} => String
|
@@ -2690,8 +2724,9 @@ module Aws::AlexaForBusiness
|
|
2690
2724
|
# client_id: "ClientId", # required
|
2691
2725
|
# user_code: "UserCode", # required
|
2692
2726
|
# product_id: "ProductId", # required
|
2693
|
-
# device_serial_number: "DeviceSerialNumberForAVS",
|
2727
|
+
# device_serial_number: "DeviceSerialNumberForAVS",
|
2694
2728
|
# amazon_id: "AmazonId", # required
|
2729
|
+
# room_arn: "Arn",
|
2695
2730
|
# })
|
2696
2731
|
#
|
2697
2732
|
# @example Response structure
|
@@ -3012,7 +3047,7 @@ module Aws::AlexaForBusiness
|
|
3012
3047
|
# resp.devices[0].room_name #=> String
|
3013
3048
|
# resp.devices[0].device_status_info.device_status_details #=> Array
|
3014
3049
|
# resp.devices[0].device_status_info.device_status_details[0].feature #=> String, one of "BLUETOOTH", "VOLUME", "NOTIFICATIONS", "LISTS", "SKILLS", "NETWORK_PROFILE", "SETTINGS", "ALL"
|
3015
|
-
# resp.devices[0].device_status_info.device_status_details[0].code #=> String, one of "DEVICE_SOFTWARE_UPDATE_NEEDED", "DEVICE_WAS_OFFLINE", "CREDENTIALS_ACCESS_FAILURE", "TLS_VERSION_MISMATCH", "ASSOCIATION_REJECTION", "AUTHENTICATION_FAILURE", "DHCP_FAILURE", "INTERNET_UNAVAILABLE", "DNS_FAILURE", "UNKNOWN_FAILURE", "CERTIFICATE_ISSUING_LIMIT_EXCEEDED", "INVALID_CERTIFICATE_AUTHORITY", "NETWORK_PROFILE_NOT_FOUND", "INVALID_PASSWORD_STATE", "PASSWORD_NOT_FOUND"
|
3050
|
+
# resp.devices[0].device_status_info.device_status_details[0].code #=> String, one of "DEVICE_SOFTWARE_UPDATE_NEEDED", "DEVICE_WAS_OFFLINE", "CREDENTIALS_ACCESS_FAILURE", "TLS_VERSION_MISMATCH", "ASSOCIATION_REJECTION", "AUTHENTICATION_FAILURE", "DHCP_FAILURE", "INTERNET_UNAVAILABLE", "DNS_FAILURE", "UNKNOWN_FAILURE", "CERTIFICATE_ISSUING_LIMIT_EXCEEDED", "INVALID_CERTIFICATE_AUTHORITY", "NETWORK_PROFILE_NOT_FOUND", "INVALID_PASSWORD_STATE", "PASSWORD_NOT_FOUND", "PASSWORD_MANAGER_ACCESS_DENIED", "CERTIFICATE_AUTHORITY_ACCESS_DENIED"
|
3016
3051
|
# resp.devices[0].device_status_info.connection_status #=> String, one of "ONLINE", "OFFLINE"
|
3017
3052
|
# resp.devices[0].device_status_info.connection_status_updated_time #=> Time
|
3018
3053
|
# resp.devices[0].created_time #=> Time
|
@@ -4109,7 +4144,7 @@ module Aws::AlexaForBusiness
|
|
4109
4144
|
params: params,
|
4110
4145
|
config: config)
|
4111
4146
|
context[:gem_name] = 'aws-sdk-alexaforbusiness'
|
4112
|
-
context[:gem_version] = '1.
|
4147
|
+
context[:gem_version] = '1.40.0'
|
4113
4148
|
Seahorse::Client::Request.new(handlers, context)
|
4114
4149
|
end
|
4115
4150
|
|
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -150,6 +152,7 @@ module Aws::AlexaForBusiness
|
|
150
152
|
DeviceName = Shapes::StringShape.new(name: 'DeviceName')
|
151
153
|
DeviceNetworkProfileInfo = Shapes::StructureShape.new(name: 'DeviceNetworkProfileInfo')
|
152
154
|
DeviceNotRegisteredException = Shapes::StructureShape.new(name: 'DeviceNotRegisteredException')
|
155
|
+
DeviceRoomName = Shapes::StringShape.new(name: 'DeviceRoomName')
|
153
156
|
DeviceSerialNumber = Shapes::StringShape.new(name: 'DeviceSerialNumber')
|
154
157
|
DeviceSerialNumberForAVS = Shapes::StringShape.new(name: 'DeviceSerialNumberForAVS')
|
155
158
|
DeviceStatus = Shapes::StringShape.new(name: 'DeviceStatus')
|
@@ -521,7 +524,7 @@ module Aws::AlexaForBusiness
|
|
521
524
|
BusinessReport.add_member(:download_url, Shapes::ShapeRef.new(shape: BusinessReportDownloadUrl, location_name: "DownloadUrl"))
|
522
525
|
BusinessReport.struct_class = Types::BusinessReport
|
523
526
|
|
524
|
-
BusinessReportContentRange.add_member(:interval, Shapes::ShapeRef.new(shape: BusinessReportInterval, location_name: "Interval"))
|
527
|
+
BusinessReportContentRange.add_member(:interval, Shapes::ShapeRef.new(shape: BusinessReportInterval, required: true, location_name: "Interval"))
|
525
528
|
BusinessReportContentRange.struct_class = Types::BusinessReportContentRange
|
526
529
|
|
527
530
|
BusinessReportRecurrence.add_member(:start_date, Shapes::ShapeRef.new(shape: Date, location_name: "StartDate"))
|
@@ -605,6 +608,7 @@ module Aws::AlexaForBusiness
|
|
605
608
|
CreateBusinessReportScheduleRequest.add_member(:content_range, Shapes::ShapeRef.new(shape: BusinessReportContentRange, required: true, location_name: "ContentRange"))
|
606
609
|
CreateBusinessReportScheduleRequest.add_member(:recurrence, Shapes::ShapeRef.new(shape: BusinessReportRecurrence, location_name: "Recurrence"))
|
607
610
|
CreateBusinessReportScheduleRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
|
611
|
+
CreateBusinessReportScheduleRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
608
612
|
CreateBusinessReportScheduleRequest.struct_class = Types::CreateBusinessReportScheduleRequest
|
609
613
|
|
610
614
|
CreateBusinessReportScheduleResponse.add_member(:schedule_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "ScheduleArn"))
|
@@ -683,6 +687,7 @@ module Aws::AlexaForBusiness
|
|
683
687
|
CreateProfileRequest.add_member(:max_volume_limit, Shapes::ShapeRef.new(shape: MaxVolumeLimit, location_name: "MaxVolumeLimit"))
|
684
688
|
CreateProfileRequest.add_member(:pstn_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "PSTNEnabled"))
|
685
689
|
CreateProfileRequest.add_member(:meeting_room_configuration, Shapes::ShapeRef.new(shape: CreateMeetingRoomConfiguration, location_name: "MeetingRoomConfiguration"))
|
690
|
+
CreateProfileRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
686
691
|
CreateProfileRequest.struct_class = Types::CreateProfileRequest
|
687
692
|
|
688
693
|
CreateProfileResponse.add_member(:profile_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "ProfileArn"))
|
@@ -706,6 +711,7 @@ module Aws::AlexaForBusiness
|
|
706
711
|
CreateSkillGroupRequest.add_member(:skill_group_name, Shapes::ShapeRef.new(shape: SkillGroupName, required: true, location_name: "SkillGroupName"))
|
707
712
|
CreateSkillGroupRequest.add_member(:description, Shapes::ShapeRef.new(shape: SkillGroupDescription, location_name: "Description"))
|
708
713
|
CreateSkillGroupRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
|
714
|
+
CreateSkillGroupRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
709
715
|
CreateSkillGroupRequest.struct_class = Types::CreateSkillGroupRequest
|
710
716
|
|
711
717
|
CreateSkillGroupResponse.add_member(:skill_group_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "SkillGroupArn"))
|
@@ -825,7 +831,7 @@ module Aws::AlexaForBusiness
|
|
825
831
|
DeviceData.add_member(:network_profile_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "NetworkProfileArn"))
|
826
832
|
DeviceData.add_member(:network_profile_name, Shapes::ShapeRef.new(shape: NetworkProfileName, location_name: "NetworkProfileName"))
|
827
833
|
DeviceData.add_member(:room_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "RoomArn"))
|
828
|
-
DeviceData.add_member(:room_name, Shapes::ShapeRef.new(shape:
|
834
|
+
DeviceData.add_member(:room_name, Shapes::ShapeRef.new(shape: DeviceRoomName, location_name: "RoomName"))
|
829
835
|
DeviceData.add_member(:device_status_info, Shapes::ShapeRef.new(shape: DeviceStatusInfo, location_name: "DeviceStatusInfo"))
|
830
836
|
DeviceData.add_member(:created_time, Shapes::ShapeRef.new(shape: DeviceDataCreatedTime, location_name: "CreatedTime"))
|
831
837
|
DeviceData.struct_class = Types::DeviceData
|
@@ -1243,8 +1249,9 @@ module Aws::AlexaForBusiness
|
|
1243
1249
|
RegisterAVSDeviceRequest.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientId, required: true, location_name: "ClientId"))
|
1244
1250
|
RegisterAVSDeviceRequest.add_member(:user_code, Shapes::ShapeRef.new(shape: UserCode, required: true, location_name: "UserCode"))
|
1245
1251
|
RegisterAVSDeviceRequest.add_member(:product_id, Shapes::ShapeRef.new(shape: ProductId, required: true, location_name: "ProductId"))
|
1246
|
-
RegisterAVSDeviceRequest.add_member(:device_serial_number, Shapes::ShapeRef.new(shape: DeviceSerialNumberForAVS,
|
1252
|
+
RegisterAVSDeviceRequest.add_member(:device_serial_number, Shapes::ShapeRef.new(shape: DeviceSerialNumberForAVS, location_name: "DeviceSerialNumber"))
|
1247
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"))
|
1248
1255
|
RegisterAVSDeviceRequest.struct_class = Types::RegisterAVSDeviceRequest
|
1249
1256
|
|
1250
1257
|
RegisterAVSDeviceResponse.add_member(:device_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "DeviceArn"))
|
@@ -2358,6 +2365,7 @@ module Aws::AlexaForBusiness
|
|
2358
2365
|
o.output = Shapes::ShapeRef.new(shape: RegisterAVSDeviceResponse)
|
2359
2366
|
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
2360
2367
|
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
2368
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
2361
2369
|
o.errors << Shapes::ShapeRef.new(shape: InvalidDeviceException)
|
2362
2370
|
end)
|
2363
2371
|
|
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -28,6 +30,7 @@ module Aws::AlexaForBusiness
|
|
28
30
|
:address_book_arn,
|
29
31
|
:name,
|
30
32
|
:description)
|
33
|
+
SENSITIVE = []
|
31
34
|
include Aws::Structure
|
32
35
|
end
|
33
36
|
|
@@ -51,6 +54,7 @@ module Aws::AlexaForBusiness
|
|
51
54
|
:address_book_arn,
|
52
55
|
:name,
|
53
56
|
:description)
|
57
|
+
SENSITIVE = []
|
54
58
|
include Aws::Structure
|
55
59
|
end
|
56
60
|
|
@@ -63,6 +67,7 @@ module Aws::AlexaForBusiness
|
|
63
67
|
#
|
64
68
|
class AlreadyExistsException < Struct.new(
|
65
69
|
:message)
|
70
|
+
SENSITIVE = []
|
66
71
|
include Aws::Structure
|
67
72
|
end
|
68
73
|
|
@@ -81,6 +86,7 @@ module Aws::AlexaForBusiness
|
|
81
86
|
#
|
82
87
|
class ApproveSkillRequest < Struct.new(
|
83
88
|
:skill_id)
|
89
|
+
SENSITIVE = []
|
84
90
|
include Aws::Structure
|
85
91
|
end
|
86
92
|
|
@@ -109,6 +115,7 @@ module Aws::AlexaForBusiness
|
|
109
115
|
class AssociateContactWithAddressBookRequest < Struct.new(
|
110
116
|
:contact_arn,
|
111
117
|
:address_book_arn)
|
118
|
+
SENSITIVE = []
|
112
119
|
include Aws::Structure
|
113
120
|
end
|
114
121
|
|
@@ -137,6 +144,7 @@ module Aws::AlexaForBusiness
|
|
137
144
|
class AssociateDeviceWithNetworkProfileRequest < Struct.new(
|
138
145
|
:device_arn,
|
139
146
|
:network_profile_arn)
|
147
|
+
SENSITIVE = []
|
140
148
|
include Aws::Structure
|
141
149
|
end
|
142
150
|
|
@@ -165,6 +173,7 @@ module Aws::AlexaForBusiness
|
|
165
173
|
class AssociateDeviceWithRoomRequest < Struct.new(
|
166
174
|
:device_arn,
|
167
175
|
:room_arn)
|
176
|
+
SENSITIVE = []
|
168
177
|
include Aws::Structure
|
169
178
|
end
|
170
179
|
|
@@ -194,6 +203,7 @@ module Aws::AlexaForBusiness
|
|
194
203
|
class AssociateSkillGroupWithRoomRequest < Struct.new(
|
195
204
|
:skill_group_arn,
|
196
205
|
:room_arn)
|
206
|
+
SENSITIVE = []
|
197
207
|
include Aws::Structure
|
198
208
|
end
|
199
209
|
|
@@ -222,6 +232,7 @@ module Aws::AlexaForBusiness
|
|
222
232
|
class AssociateSkillWithSkillGroupRequest < Struct.new(
|
223
233
|
:skill_group_arn,
|
224
234
|
:skill_id)
|
235
|
+
SENSITIVE = []
|
225
236
|
include Aws::Structure
|
226
237
|
end
|
227
238
|
|
@@ -244,6 +255,7 @@ module Aws::AlexaForBusiness
|
|
244
255
|
#
|
245
256
|
class AssociateSkillWithUsersRequest < Struct.new(
|
246
257
|
:skill_id)
|
258
|
+
SENSITIVE = []
|
247
259
|
include Aws::Structure
|
248
260
|
end
|
249
261
|
|
@@ -295,6 +307,7 @@ module Aws::AlexaForBusiness
|
|
295
307
|
class Audio < Struct.new(
|
296
308
|
:locale,
|
297
309
|
:location)
|
310
|
+
SENSITIVE = []
|
298
311
|
include Aws::Structure
|
299
312
|
end
|
300
313
|
|
@@ -329,6 +342,7 @@ module Aws::AlexaForBusiness
|
|
329
342
|
:s3_location,
|
330
343
|
:delivery_time,
|
331
344
|
:download_url)
|
345
|
+
SENSITIVE = []
|
332
346
|
include Aws::Structure
|
333
347
|
end
|
334
348
|
|
@@ -338,7 +352,7 @@ module Aws::AlexaForBusiness
|
|
338
352
|
# data as a hash:
|
339
353
|
#
|
340
354
|
# {
|
341
|
-
# interval: "ONE_DAY", # accepts ONE_DAY, ONE_WEEK, THIRTY_DAYS
|
355
|
+
# interval: "ONE_DAY", # required, accepts ONE_DAY, ONE_WEEK, THIRTY_DAYS
|
342
356
|
# }
|
343
357
|
#
|
344
358
|
# @!attribute [rw] interval
|
@@ -349,6 +363,7 @@ module Aws::AlexaForBusiness
|
|
349
363
|
#
|
350
364
|
class BusinessReportContentRange < Struct.new(
|
351
365
|
:interval)
|
366
|
+
SENSITIVE = []
|
352
367
|
include Aws::Structure
|
353
368
|
end
|
354
369
|
|
@@ -369,6 +384,7 @@ module Aws::AlexaForBusiness
|
|
369
384
|
#
|
370
385
|
class BusinessReportRecurrence < Struct.new(
|
371
386
|
:start_date)
|
387
|
+
SENSITIVE = []
|
372
388
|
include Aws::Structure
|
373
389
|
end
|
374
390
|
|
@@ -387,6 +403,7 @@ module Aws::AlexaForBusiness
|
|
387
403
|
class BusinessReportS3Location < Struct.new(
|
388
404
|
:path,
|
389
405
|
:bucket_name)
|
406
|
+
SENSITIVE = []
|
390
407
|
include Aws::Structure
|
391
408
|
end
|
392
409
|
|
@@ -437,6 +454,7 @@ module Aws::AlexaForBusiness
|
|
437
454
|
:content_range,
|
438
455
|
:recurrence,
|
439
456
|
:last_business_report)
|
457
|
+
SENSITIVE = []
|
440
458
|
include Aws::Structure
|
441
459
|
end
|
442
460
|
|
@@ -457,6 +475,7 @@ module Aws::AlexaForBusiness
|
|
457
475
|
class Category < Struct.new(
|
458
476
|
:category_id,
|
459
477
|
:category_name)
|
478
|
+
SENSITIVE = []
|
460
479
|
include Aws::Structure
|
461
480
|
end
|
462
481
|
|
@@ -469,6 +488,7 @@ module Aws::AlexaForBusiness
|
|
469
488
|
#
|
470
489
|
class ConcurrentModificationException < Struct.new(
|
471
490
|
:message)
|
491
|
+
SENSITIVE = []
|
472
492
|
include Aws::Structure
|
473
493
|
end
|
474
494
|
|
@@ -490,6 +510,7 @@ module Aws::AlexaForBusiness
|
|
490
510
|
#
|
491
511
|
class ConferencePreference < Struct.new(
|
492
512
|
:default_conference_provider_arn)
|
513
|
+
SENSITIVE = []
|
493
514
|
include Aws::Structure
|
494
515
|
end
|
495
516
|
|
@@ -531,6 +552,7 @@ module Aws::AlexaForBusiness
|
|
531
552
|
:ip_dial_in,
|
532
553
|
:pstn_dial_in,
|
533
554
|
:meeting_setting)
|
555
|
+
SENSITIVE = []
|
534
556
|
include Aws::Structure
|
535
557
|
end
|
536
558
|
|
@@ -579,6 +601,7 @@ module Aws::AlexaForBusiness
|
|
579
601
|
:phone_number,
|
580
602
|
:phone_numbers,
|
581
603
|
:sip_addresses)
|
604
|
+
SENSITIVE = [:phone_number]
|
582
605
|
include Aws::Structure
|
583
606
|
end
|
584
607
|
|
@@ -627,6 +650,7 @@ module Aws::AlexaForBusiness
|
|
627
650
|
:phone_number,
|
628
651
|
:phone_numbers,
|
629
652
|
:sip_addresses)
|
653
|
+
SENSITIVE = [:phone_number]
|
630
654
|
include Aws::Structure
|
631
655
|
end
|
632
656
|
|
@@ -675,6 +699,7 @@ module Aws::AlexaForBusiness
|
|
675
699
|
:text_list,
|
676
700
|
:ssml_list,
|
677
701
|
:audio_list)
|
702
|
+
SENSITIVE = []
|
678
703
|
include Aws::Structure
|
679
704
|
end
|
680
705
|
|
@@ -709,6 +734,7 @@ module Aws::AlexaForBusiness
|
|
709
734
|
:name,
|
710
735
|
:description,
|
711
736
|
:client_request_token)
|
737
|
+
SENSITIVE = []
|
712
738
|
include Aws::Structure
|
713
739
|
end
|
714
740
|
|
@@ -720,6 +746,7 @@ module Aws::AlexaForBusiness
|
|
720
746
|
#
|
721
747
|
class CreateAddressBookResponse < Struct.new(
|
722
748
|
:address_book_arn)
|
749
|
+
SENSITIVE = []
|
723
750
|
include Aws::Structure
|
724
751
|
end
|
725
752
|
|
@@ -732,12 +759,18 @@ module Aws::AlexaForBusiness
|
|
732
759
|
# s3_key_prefix: "S3KeyPrefix",
|
733
760
|
# format: "CSV", # required, accepts CSV, CSV_ZIP
|
734
761
|
# content_range: { # required
|
735
|
-
# interval: "ONE_DAY", # accepts ONE_DAY, ONE_WEEK, THIRTY_DAYS
|
762
|
+
# interval: "ONE_DAY", # required, accepts ONE_DAY, ONE_WEEK, THIRTY_DAYS
|
736
763
|
# },
|
737
764
|
# recurrence: {
|
738
765
|
# start_date: "Date",
|
739
766
|
# },
|
740
767
|
# client_request_token: "ClientRequestToken",
|
768
|
+
# tags: [
|
769
|
+
# {
|
770
|
+
# key: "TagKey", # required
|
771
|
+
# value: "TagValue", # required
|
772
|
+
# },
|
773
|
+
# ],
|
741
774
|
# }
|
742
775
|
#
|
743
776
|
# @!attribute [rw] schedule_name
|
@@ -775,6 +808,10 @@ module Aws::AlexaForBusiness
|
|
775
808
|
# not need to pass this option.
|
776
809
|
# @return [String]
|
777
810
|
#
|
811
|
+
# @!attribute [rw] tags
|
812
|
+
# The tags for the business report schedule.
|
813
|
+
# @return [Array<Types::Tag>]
|
814
|
+
#
|
778
815
|
# @see http://docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/CreateBusinessReportScheduleRequest AWS API Documentation
|
779
816
|
#
|
780
817
|
class CreateBusinessReportScheduleRequest < Struct.new(
|
@@ -784,7 +821,9 @@ module Aws::AlexaForBusiness
|
|
784
821
|
:format,
|
785
822
|
:content_range,
|
786
823
|
:recurrence,
|
787
|
-
:client_request_token
|
824
|
+
:client_request_token,
|
825
|
+
:tags)
|
826
|
+
SENSITIVE = []
|
788
827
|
include Aws::Structure
|
789
828
|
end
|
790
829
|
|
@@ -796,6 +835,7 @@ module Aws::AlexaForBusiness
|
|
796
835
|
#
|
797
836
|
class CreateBusinessReportScheduleResponse < Struct.new(
|
798
837
|
:schedule_arn)
|
838
|
+
SENSITIVE = []
|
799
839
|
include Aws::Structure
|
800
840
|
end
|
801
841
|
|
@@ -857,6 +897,7 @@ module Aws::AlexaForBusiness
|
|
857
897
|
:pstn_dial_in,
|
858
898
|
:meeting_setting,
|
859
899
|
:client_request_token)
|
900
|
+
SENSITIVE = []
|
860
901
|
include Aws::Structure
|
861
902
|
end
|
862
903
|
|
@@ -868,6 +909,7 @@ module Aws::AlexaForBusiness
|
|
868
909
|
#
|
869
910
|
class CreateConferenceProviderResponse < Struct.new(
|
870
911
|
:conference_provider_arn)
|
912
|
+
SENSITIVE = []
|
871
913
|
include Aws::Structure
|
872
914
|
end
|
873
915
|
|
@@ -941,6 +983,7 @@ module Aws::AlexaForBusiness
|
|
941
983
|
:phone_numbers,
|
942
984
|
:sip_addresses,
|
943
985
|
:client_request_token)
|
986
|
+
SENSITIVE = [:phone_number]
|
944
987
|
include Aws::Structure
|
945
988
|
end
|
946
989
|
|
@@ -952,6 +995,7 @@ module Aws::AlexaForBusiness
|
|
952
995
|
#
|
953
996
|
class CreateContactResponse < Struct.new(
|
954
997
|
:contact_arn)
|
998
|
+
SENSITIVE = []
|
955
999
|
include Aws::Structure
|
956
1000
|
end
|
957
1001
|
|
@@ -987,6 +1031,7 @@ module Aws::AlexaForBusiness
|
|
987
1031
|
:reminder_at_minutes,
|
988
1032
|
:reminder_type,
|
989
1033
|
:enabled)
|
1034
|
+
SENSITIVE = []
|
990
1035
|
include Aws::Structure
|
991
1036
|
end
|
992
1037
|
|
@@ -1021,6 +1066,7 @@ module Aws::AlexaForBusiness
|
|
1021
1066
|
:name,
|
1022
1067
|
:description,
|
1023
1068
|
:client_request_token)
|
1069
|
+
SENSITIVE = []
|
1024
1070
|
include Aws::Structure
|
1025
1071
|
end
|
1026
1072
|
|
@@ -1032,6 +1078,7 @@ module Aws::AlexaForBusiness
|
|
1032
1078
|
#
|
1033
1079
|
class CreateGatewayGroupResponse < Struct.new(
|
1034
1080
|
:gateway_group_arn)
|
1081
|
+
SENSITIVE = []
|
1035
1082
|
include Aws::Structure
|
1036
1083
|
end
|
1037
1084
|
|
@@ -1063,6 +1110,7 @@ module Aws::AlexaForBusiness
|
|
1063
1110
|
class CreateInstantBooking < Struct.new(
|
1064
1111
|
:duration_in_minutes,
|
1065
1112
|
:enabled)
|
1113
|
+
SENSITIVE = []
|
1066
1114
|
include Aws::Structure
|
1067
1115
|
end
|
1068
1116
|
|
@@ -1117,6 +1165,7 @@ module Aws::AlexaForBusiness
|
|
1117
1165
|
:end_of_meeting_reminder,
|
1118
1166
|
:instant_booking,
|
1119
1167
|
:require_check_in)
|
1168
|
+
SENSITIVE = []
|
1120
1169
|
include Aws::Structure
|
1121
1170
|
end
|
1122
1171
|
|
@@ -1201,6 +1250,7 @@ module Aws::AlexaForBusiness
|
|
1201
1250
|
:certificate_authority_arn,
|
1202
1251
|
:trust_anchors,
|
1203
1252
|
:client_request_token)
|
1253
|
+
SENSITIVE = [:current_password, :next_password]
|
1204
1254
|
include Aws::Structure
|
1205
1255
|
end
|
1206
1256
|
|
@@ -1212,6 +1262,7 @@ module Aws::AlexaForBusiness
|
|
1212
1262
|
#
|
1213
1263
|
class CreateNetworkProfileResponse < Struct.new(
|
1214
1264
|
:network_profile_arn)
|
1265
|
+
SENSITIVE = []
|
1215
1266
|
include Aws::Structure
|
1216
1267
|
end
|
1217
1268
|
|
@@ -1246,6 +1297,12 @@ module Aws::AlexaForBusiness
|
|
1246
1297
|
# enabled: false, # required
|
1247
1298
|
# },
|
1248
1299
|
# },
|
1300
|
+
# tags: [
|
1301
|
+
# {
|
1302
|
+
# key: "TagKey", # required
|
1303
|
+
# value: "TagValue", # required
|
1304
|
+
# },
|
1305
|
+
# ],
|
1249
1306
|
# }
|
1250
1307
|
#
|
1251
1308
|
# @!attribute [rw] profile_name
|
@@ -1301,6 +1358,10 @@ module Aws::AlexaForBusiness
|
|
1301
1358
|
# The meeting room settings of a room profile.
|
1302
1359
|
# @return [Types::CreateMeetingRoomConfiguration]
|
1303
1360
|
#
|
1361
|
+
# @!attribute [rw] tags
|
1362
|
+
# The tags for the profile.
|
1363
|
+
# @return [Array<Types::Tag>]
|
1364
|
+
#
|
1304
1365
|
# @see http://docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/CreateProfileRequest AWS API Documentation
|
1305
1366
|
#
|
1306
1367
|
class CreateProfileRequest < Struct.new(
|
@@ -1315,7 +1376,9 @@ module Aws::AlexaForBusiness
|
|
1315
1376
|
:setup_mode_disabled,
|
1316
1377
|
:max_volume_limit,
|
1317
1378
|
:pstn_enabled,
|
1318
|
-
:meeting_room_configuration
|
1379
|
+
:meeting_room_configuration,
|
1380
|
+
:tags)
|
1381
|
+
SENSITIVE = []
|
1319
1382
|
include Aws::Structure
|
1320
1383
|
end
|
1321
1384
|
|
@@ -1327,6 +1390,7 @@ module Aws::AlexaForBusiness
|
|
1327
1390
|
#
|
1328
1391
|
class CreateProfileResponse < Struct.new(
|
1329
1392
|
:profile_arn)
|
1393
|
+
SENSITIVE = []
|
1330
1394
|
include Aws::Structure
|
1331
1395
|
end
|
1332
1396
|
|
@@ -1357,6 +1421,7 @@ module Aws::AlexaForBusiness
|
|
1357
1421
|
class CreateRequireCheckIn < Struct.new(
|
1358
1422
|
:release_after_minutes,
|
1359
1423
|
:enabled)
|
1424
|
+
SENSITIVE = []
|
1360
1425
|
include Aws::Structure
|
1361
1426
|
end
|
1362
1427
|
|
@@ -1386,7 +1451,7 @@ module Aws::AlexaForBusiness
|
|
1386
1451
|
# @return [String]
|
1387
1452
|
#
|
1388
1453
|
# @!attribute [rw] profile_arn
|
1389
|
-
# The profile ARN for the room.
|
1454
|
+
# The profile ARN for the room. This is required.
|
1390
1455
|
# @return [String]
|
1391
1456
|
#
|
1392
1457
|
# @!attribute [rw] provider_calendar_id
|
@@ -1414,6 +1479,7 @@ module Aws::AlexaForBusiness
|
|
1414
1479
|
:provider_calendar_id,
|
1415
1480
|
:client_request_token,
|
1416
1481
|
:tags)
|
1482
|
+
SENSITIVE = []
|
1417
1483
|
include Aws::Structure
|
1418
1484
|
end
|
1419
1485
|
|
@@ -1425,6 +1491,7 @@ module Aws::AlexaForBusiness
|
|
1425
1491
|
#
|
1426
1492
|
class CreateRoomResponse < Struct.new(
|
1427
1493
|
:room_arn)
|
1494
|
+
SENSITIVE = []
|
1428
1495
|
include Aws::Structure
|
1429
1496
|
end
|
1430
1497
|
|
@@ -1435,6 +1502,12 @@ module Aws::AlexaForBusiness
|
|
1435
1502
|
# skill_group_name: "SkillGroupName", # required
|
1436
1503
|
# description: "SkillGroupDescription",
|
1437
1504
|
# client_request_token: "ClientRequestToken",
|
1505
|
+
# tags: [
|
1506
|
+
# {
|
1507
|
+
# key: "TagKey", # required
|
1508
|
+
# value: "TagValue", # required
|
1509
|
+
# },
|
1510
|
+
# ],
|
1438
1511
|
# }
|
1439
1512
|
#
|
1440
1513
|
# @!attribute [rw] skill_group_name
|
@@ -1453,12 +1526,18 @@ module Aws::AlexaForBusiness
|
|
1453
1526
|
# not need to pass this option.
|
1454
1527
|
# @return [String]
|
1455
1528
|
#
|
1529
|
+
# @!attribute [rw] tags
|
1530
|
+
# The tags for the skill group.
|
1531
|
+
# @return [Array<Types::Tag>]
|
1532
|
+
#
|
1456
1533
|
# @see http://docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/CreateSkillGroupRequest AWS API Documentation
|
1457
1534
|
#
|
1458
1535
|
class CreateSkillGroupRequest < Struct.new(
|
1459
1536
|
:skill_group_name,
|
1460
1537
|
:description,
|
1461
|
-
:client_request_token
|
1538
|
+
:client_request_token,
|
1539
|
+
:tags)
|
1540
|
+
SENSITIVE = []
|
1462
1541
|
include Aws::Structure
|
1463
1542
|
end
|
1464
1543
|
|
@@ -1470,6 +1549,7 @@ module Aws::AlexaForBusiness
|
|
1470
1549
|
#
|
1471
1550
|
class CreateSkillGroupResponse < Struct.new(
|
1472
1551
|
:skill_group_arn)
|
1552
|
+
SENSITIVE = []
|
1473
1553
|
include Aws::Structure
|
1474
1554
|
end
|
1475
1555
|
|
@@ -1527,6 +1607,7 @@ module Aws::AlexaForBusiness
|
|
1527
1607
|
:email,
|
1528
1608
|
:client_request_token,
|
1529
1609
|
:tags)
|
1610
|
+
SENSITIVE = []
|
1530
1611
|
include Aws::Structure
|
1531
1612
|
end
|
1532
1613
|
|
@@ -1538,6 +1619,7 @@ module Aws::AlexaForBusiness
|
|
1538
1619
|
#
|
1539
1620
|
class CreateUserResponse < Struct.new(
|
1540
1621
|
:user_arn)
|
1622
|
+
SENSITIVE = []
|
1541
1623
|
include Aws::Structure
|
1542
1624
|
end
|
1543
1625
|
|
@@ -1556,6 +1638,7 @@ module Aws::AlexaForBusiness
|
|
1556
1638
|
#
|
1557
1639
|
class DeleteAddressBookRequest < Struct.new(
|
1558
1640
|
:address_book_arn)
|
1641
|
+
SENSITIVE = []
|
1559
1642
|
include Aws::Structure
|
1560
1643
|
end
|
1561
1644
|
|
@@ -1578,6 +1661,7 @@ module Aws::AlexaForBusiness
|
|
1578
1661
|
#
|
1579
1662
|
class DeleteBusinessReportScheduleRequest < Struct.new(
|
1580
1663
|
:schedule_arn)
|
1664
|
+
SENSITIVE = []
|
1581
1665
|
include Aws::Structure
|
1582
1666
|
end
|
1583
1667
|
|
@@ -1600,6 +1684,7 @@ module Aws::AlexaForBusiness
|
|
1600
1684
|
#
|
1601
1685
|
class DeleteConferenceProviderRequest < Struct.new(
|
1602
1686
|
:conference_provider_arn)
|
1687
|
+
SENSITIVE = []
|
1603
1688
|
include Aws::Structure
|
1604
1689
|
end
|
1605
1690
|
|
@@ -1622,6 +1707,7 @@ module Aws::AlexaForBusiness
|
|
1622
1707
|
#
|
1623
1708
|
class DeleteContactRequest < Struct.new(
|
1624
1709
|
:contact_arn)
|
1710
|
+
SENSITIVE = []
|
1625
1711
|
include Aws::Structure
|
1626
1712
|
end
|
1627
1713
|
|
@@ -1644,6 +1730,7 @@ module Aws::AlexaForBusiness
|
|
1644
1730
|
#
|
1645
1731
|
class DeleteDeviceRequest < Struct.new(
|
1646
1732
|
:device_arn)
|
1733
|
+
SENSITIVE = []
|
1647
1734
|
include Aws::Structure
|
1648
1735
|
end
|
1649
1736
|
|
@@ -1672,6 +1759,7 @@ module Aws::AlexaForBusiness
|
|
1672
1759
|
class DeleteDeviceUsageDataRequest < Struct.new(
|
1673
1760
|
:device_arn,
|
1674
1761
|
:device_usage_type)
|
1762
|
+
SENSITIVE = []
|
1675
1763
|
include Aws::Structure
|
1676
1764
|
end
|
1677
1765
|
|
@@ -1694,6 +1782,7 @@ module Aws::AlexaForBusiness
|
|
1694
1782
|
#
|
1695
1783
|
class DeleteGatewayGroupRequest < Struct.new(
|
1696
1784
|
:gateway_group_arn)
|
1785
|
+
SENSITIVE = []
|
1697
1786
|
include Aws::Structure
|
1698
1787
|
end
|
1699
1788
|
|
@@ -1716,6 +1805,7 @@ module Aws::AlexaForBusiness
|
|
1716
1805
|
#
|
1717
1806
|
class DeleteNetworkProfileRequest < Struct.new(
|
1718
1807
|
:network_profile_arn)
|
1808
|
+
SENSITIVE = []
|
1719
1809
|
include Aws::Structure
|
1720
1810
|
end
|
1721
1811
|
|
@@ -1738,6 +1828,7 @@ module Aws::AlexaForBusiness
|
|
1738
1828
|
#
|
1739
1829
|
class DeleteProfileRequest < Struct.new(
|
1740
1830
|
:profile_arn)
|
1831
|
+
SENSITIVE = []
|
1741
1832
|
include Aws::Structure
|
1742
1833
|
end
|
1743
1834
|
|
@@ -1760,6 +1851,7 @@ module Aws::AlexaForBusiness
|
|
1760
1851
|
#
|
1761
1852
|
class DeleteRoomRequest < Struct.new(
|
1762
1853
|
:room_arn)
|
1854
|
+
SENSITIVE = []
|
1763
1855
|
include Aws::Structure
|
1764
1856
|
end
|
1765
1857
|
|
@@ -1796,6 +1888,7 @@ module Aws::AlexaForBusiness
|
|
1796
1888
|
:room_arn,
|
1797
1889
|
:skill_id,
|
1798
1890
|
:parameter_key)
|
1891
|
+
SENSITIVE = []
|
1799
1892
|
include Aws::Structure
|
1800
1893
|
end
|
1801
1894
|
|
@@ -1824,6 +1917,7 @@ module Aws::AlexaForBusiness
|
|
1824
1917
|
class DeleteSkillAuthorizationRequest < Struct.new(
|
1825
1918
|
:skill_id,
|
1826
1919
|
:room_arn)
|
1920
|
+
SENSITIVE = []
|
1827
1921
|
include Aws::Structure
|
1828
1922
|
end
|
1829
1923
|
|
@@ -1846,6 +1940,7 @@ module Aws::AlexaForBusiness
|
|
1846
1940
|
#
|
1847
1941
|
class DeleteSkillGroupRequest < Struct.new(
|
1848
1942
|
:skill_group_arn)
|
1943
|
+
SENSITIVE = []
|
1849
1944
|
include Aws::Structure
|
1850
1945
|
end
|
1851
1946
|
|
@@ -1874,6 +1969,7 @@ module Aws::AlexaForBusiness
|
|
1874
1969
|
class DeleteUserRequest < Struct.new(
|
1875
1970
|
:user_arn,
|
1876
1971
|
:enrollment_id)
|
1972
|
+
SENSITIVE = []
|
1877
1973
|
include Aws::Structure
|
1878
1974
|
end
|
1879
1975
|
|
@@ -1906,6 +2002,7 @@ module Aws::AlexaForBusiness
|
|
1906
2002
|
:privacy_policy,
|
1907
2003
|
:email,
|
1908
2004
|
:url)
|
2005
|
+
SENSITIVE = []
|
1909
2006
|
include Aws::Structure
|
1910
2007
|
end
|
1911
2008
|
|
@@ -1965,6 +2062,7 @@ module Aws::AlexaForBusiness
|
|
1965
2062
|
:device_status,
|
1966
2063
|
:device_status_info,
|
1967
2064
|
:network_profile_info)
|
2065
|
+
SENSITIVE = []
|
1968
2066
|
include Aws::Structure
|
1969
2067
|
end
|
1970
2068
|
|
@@ -2038,6 +2136,7 @@ module Aws::AlexaForBusiness
|
|
2038
2136
|
:room_name,
|
2039
2137
|
:device_status_info,
|
2040
2138
|
:created_time)
|
2139
|
+
SENSITIVE = []
|
2041
2140
|
include Aws::Structure
|
2042
2141
|
end
|
2043
2142
|
|
@@ -2061,6 +2160,7 @@ module Aws::AlexaForBusiness
|
|
2061
2160
|
:type,
|
2062
2161
|
:value,
|
2063
2162
|
:timestamp)
|
2163
|
+
SENSITIVE = []
|
2064
2164
|
include Aws::Structure
|
2065
2165
|
end
|
2066
2166
|
|
@@ -2084,6 +2184,7 @@ module Aws::AlexaForBusiness
|
|
2084
2184
|
:network_profile_arn,
|
2085
2185
|
:certificate_arn,
|
2086
2186
|
:certificate_expiration_time)
|
2187
|
+
SENSITIVE = []
|
2087
2188
|
include Aws::Structure
|
2088
2189
|
end
|
2089
2190
|
|
@@ -2097,6 +2198,7 @@ module Aws::AlexaForBusiness
|
|
2097
2198
|
#
|
2098
2199
|
class DeviceNotRegisteredException < Struct.new(
|
2099
2200
|
:message)
|
2201
|
+
SENSITIVE = []
|
2100
2202
|
include Aws::Structure
|
2101
2203
|
end
|
2102
2204
|
|
@@ -2115,6 +2217,7 @@ module Aws::AlexaForBusiness
|
|
2115
2217
|
class DeviceStatusDetail < Struct.new(
|
2116
2218
|
:feature,
|
2117
2219
|
:code)
|
2220
|
+
SENSITIVE = []
|
2118
2221
|
include Aws::Structure
|
2119
2222
|
end
|
2120
2223
|
|
@@ -2139,6 +2242,7 @@ module Aws::AlexaForBusiness
|
|
2139
2242
|
:device_status_details,
|
2140
2243
|
:connection_status,
|
2141
2244
|
:connection_status_updated_time)
|
2245
|
+
SENSITIVE = []
|
2142
2246
|
include Aws::Structure
|
2143
2247
|
end
|
2144
2248
|
|
@@ -2163,6 +2267,7 @@ module Aws::AlexaForBusiness
|
|
2163
2267
|
class DisassociateContactFromAddressBookRequest < Struct.new(
|
2164
2268
|
:contact_arn,
|
2165
2269
|
:address_book_arn)
|
2270
|
+
SENSITIVE = []
|
2166
2271
|
include Aws::Structure
|
2167
2272
|
end
|
2168
2273
|
|
@@ -2185,6 +2290,7 @@ module Aws::AlexaForBusiness
|
|
2185
2290
|
#
|
2186
2291
|
class DisassociateDeviceFromRoomRequest < Struct.new(
|
2187
2292
|
:device_arn)
|
2293
|
+
SENSITIVE = []
|
2188
2294
|
include Aws::Structure
|
2189
2295
|
end
|
2190
2296
|
|
@@ -2213,6 +2319,7 @@ module Aws::AlexaForBusiness
|
|
2213
2319
|
class DisassociateSkillFromSkillGroupRequest < Struct.new(
|
2214
2320
|
:skill_group_arn,
|
2215
2321
|
:skill_id)
|
2322
|
+
SENSITIVE = []
|
2216
2323
|
include Aws::Structure
|
2217
2324
|
end
|
2218
2325
|
|
@@ -2236,6 +2343,7 @@ module Aws::AlexaForBusiness
|
|
2236
2343
|
#
|
2237
2344
|
class DisassociateSkillFromUsersRequest < Struct.new(
|
2238
2345
|
:skill_id)
|
2346
|
+
SENSITIVE = []
|
2239
2347
|
include Aws::Structure
|
2240
2348
|
end
|
2241
2349
|
|
@@ -2265,6 +2373,7 @@ module Aws::AlexaForBusiness
|
|
2265
2373
|
class DisassociateSkillGroupFromRoomRequest < Struct.new(
|
2266
2374
|
:skill_group_arn,
|
2267
2375
|
:room_arn)
|
2376
|
+
SENSITIVE = []
|
2268
2377
|
include Aws::Structure
|
2269
2378
|
end
|
2270
2379
|
|
@@ -2295,6 +2404,7 @@ module Aws::AlexaForBusiness
|
|
2295
2404
|
:reminder_at_minutes,
|
2296
2405
|
:reminder_type,
|
2297
2406
|
:enabled)
|
2407
|
+
SENSITIVE = []
|
2298
2408
|
include Aws::Structure
|
2299
2409
|
end
|
2300
2410
|
|
@@ -2323,6 +2433,7 @@ module Aws::AlexaForBusiness
|
|
2323
2433
|
class Filter < Struct.new(
|
2324
2434
|
:key,
|
2325
2435
|
:values)
|
2436
|
+
SENSITIVE = []
|
2326
2437
|
include Aws::Structure
|
2327
2438
|
end
|
2328
2439
|
|
@@ -2341,6 +2452,7 @@ module Aws::AlexaForBusiness
|
|
2341
2452
|
#
|
2342
2453
|
class ForgetSmartHomeAppliancesRequest < Struct.new(
|
2343
2454
|
:room_arn)
|
2455
|
+
SENSITIVE = []
|
2344
2456
|
include Aws::Structure
|
2345
2457
|
end
|
2346
2458
|
|
@@ -2379,6 +2491,7 @@ module Aws::AlexaForBusiness
|
|
2379
2491
|
:description,
|
2380
2492
|
:gateway_group_arn,
|
2381
2493
|
:software_version)
|
2494
|
+
SENSITIVE = []
|
2382
2495
|
include Aws::Structure
|
2383
2496
|
end
|
2384
2497
|
|
@@ -2402,6 +2515,7 @@ module Aws::AlexaForBusiness
|
|
2402
2515
|
:arn,
|
2403
2516
|
:name,
|
2404
2517
|
:description)
|
2518
|
+
SENSITIVE = []
|
2405
2519
|
include Aws::Structure
|
2406
2520
|
end
|
2407
2521
|
|
@@ -2425,6 +2539,7 @@ module Aws::AlexaForBusiness
|
|
2425
2539
|
:arn,
|
2426
2540
|
:name,
|
2427
2541
|
:description)
|
2542
|
+
SENSITIVE = []
|
2428
2543
|
include Aws::Structure
|
2429
2544
|
end
|
2430
2545
|
|
@@ -2459,6 +2574,7 @@ module Aws::AlexaForBusiness
|
|
2459
2574
|
:description,
|
2460
2575
|
:gateway_group_arn,
|
2461
2576
|
:software_version)
|
2577
|
+
SENSITIVE = []
|
2462
2578
|
include Aws::Structure
|
2463
2579
|
end
|
2464
2580
|
|
@@ -2477,6 +2593,7 @@ module Aws::AlexaForBusiness
|
|
2477
2593
|
#
|
2478
2594
|
class GetAddressBookRequest < Struct.new(
|
2479
2595
|
:address_book_arn)
|
2596
|
+
SENSITIVE = []
|
2480
2597
|
include Aws::Structure
|
2481
2598
|
end
|
2482
2599
|
|
@@ -2488,6 +2605,7 @@ module Aws::AlexaForBusiness
|
|
2488
2605
|
#
|
2489
2606
|
class GetAddressBookResponse < Struct.new(
|
2490
2607
|
:address_book)
|
2608
|
+
SENSITIVE = []
|
2491
2609
|
include Aws::Structure
|
2492
2610
|
end
|
2493
2611
|
|
@@ -2505,6 +2623,7 @@ module Aws::AlexaForBusiness
|
|
2505
2623
|
#
|
2506
2624
|
class GetConferencePreferenceResponse < Struct.new(
|
2507
2625
|
:preference)
|
2626
|
+
SENSITIVE = []
|
2508
2627
|
include Aws::Structure
|
2509
2628
|
end
|
2510
2629
|
|
@@ -2523,6 +2642,7 @@ module Aws::AlexaForBusiness
|
|
2523
2642
|
#
|
2524
2643
|
class GetConferenceProviderRequest < Struct.new(
|
2525
2644
|
:conference_provider_arn)
|
2645
|
+
SENSITIVE = []
|
2526
2646
|
include Aws::Structure
|
2527
2647
|
end
|
2528
2648
|
|
@@ -2534,6 +2654,7 @@ module Aws::AlexaForBusiness
|
|
2534
2654
|
#
|
2535
2655
|
class GetConferenceProviderResponse < Struct.new(
|
2536
2656
|
:conference_provider)
|
2657
|
+
SENSITIVE = []
|
2537
2658
|
include Aws::Structure
|
2538
2659
|
end
|
2539
2660
|
|
@@ -2552,6 +2673,7 @@ module Aws::AlexaForBusiness
|
|
2552
2673
|
#
|
2553
2674
|
class GetContactRequest < Struct.new(
|
2554
2675
|
:contact_arn)
|
2676
|
+
SENSITIVE = []
|
2555
2677
|
include Aws::Structure
|
2556
2678
|
end
|
2557
2679
|
|
@@ -2563,6 +2685,7 @@ module Aws::AlexaForBusiness
|
|
2563
2685
|
#
|
2564
2686
|
class GetContactResponse < Struct.new(
|
2565
2687
|
:contact)
|
2688
|
+
SENSITIVE = []
|
2566
2689
|
include Aws::Structure
|
2567
2690
|
end
|
2568
2691
|
|
@@ -2581,6 +2704,7 @@ module Aws::AlexaForBusiness
|
|
2581
2704
|
#
|
2582
2705
|
class GetDeviceRequest < Struct.new(
|
2583
2706
|
:device_arn)
|
2707
|
+
SENSITIVE = []
|
2584
2708
|
include Aws::Structure
|
2585
2709
|
end
|
2586
2710
|
|
@@ -2592,6 +2716,7 @@ module Aws::AlexaForBusiness
|
|
2592
2716
|
#
|
2593
2717
|
class GetDeviceResponse < Struct.new(
|
2594
2718
|
:device)
|
2719
|
+
SENSITIVE = []
|
2595
2720
|
include Aws::Structure
|
2596
2721
|
end
|
2597
2722
|
|
@@ -2610,6 +2735,7 @@ module Aws::AlexaForBusiness
|
|
2610
2735
|
#
|
2611
2736
|
class GetGatewayGroupRequest < Struct.new(
|
2612
2737
|
:gateway_group_arn)
|
2738
|
+
SENSITIVE = []
|
2613
2739
|
include Aws::Structure
|
2614
2740
|
end
|
2615
2741
|
|
@@ -2621,6 +2747,7 @@ module Aws::AlexaForBusiness
|
|
2621
2747
|
#
|
2622
2748
|
class GetGatewayGroupResponse < Struct.new(
|
2623
2749
|
:gateway_group)
|
2750
|
+
SENSITIVE = []
|
2624
2751
|
include Aws::Structure
|
2625
2752
|
end
|
2626
2753
|
|
@@ -2639,6 +2766,7 @@ module Aws::AlexaForBusiness
|
|
2639
2766
|
#
|
2640
2767
|
class GetGatewayRequest < Struct.new(
|
2641
2768
|
:gateway_arn)
|
2769
|
+
SENSITIVE = []
|
2642
2770
|
include Aws::Structure
|
2643
2771
|
end
|
2644
2772
|
|
@@ -2650,6 +2778,7 @@ module Aws::AlexaForBusiness
|
|
2650
2778
|
#
|
2651
2779
|
class GetGatewayResponse < Struct.new(
|
2652
2780
|
:gateway)
|
2781
|
+
SENSITIVE = []
|
2653
2782
|
include Aws::Structure
|
2654
2783
|
end
|
2655
2784
|
|
@@ -2680,6 +2809,7 @@ module Aws::AlexaForBusiness
|
|
2680
2809
|
:organization_name,
|
2681
2810
|
:contact_email,
|
2682
2811
|
:private_skill_ids)
|
2812
|
+
SENSITIVE = []
|
2683
2813
|
include Aws::Structure
|
2684
2814
|
end
|
2685
2815
|
|
@@ -2698,6 +2828,7 @@ module Aws::AlexaForBusiness
|
|
2698
2828
|
#
|
2699
2829
|
class GetNetworkProfileRequest < Struct.new(
|
2700
2830
|
:network_profile_arn)
|
2831
|
+
SENSITIVE = []
|
2701
2832
|
include Aws::Structure
|
2702
2833
|
end
|
2703
2834
|
|
@@ -2709,6 +2840,7 @@ module Aws::AlexaForBusiness
|
|
2709
2840
|
#
|
2710
2841
|
class GetNetworkProfileResponse < Struct.new(
|
2711
2842
|
:network_profile)
|
2843
|
+
SENSITIVE = []
|
2712
2844
|
include Aws::Structure
|
2713
2845
|
end
|
2714
2846
|
|
@@ -2727,6 +2859,7 @@ module Aws::AlexaForBusiness
|
|
2727
2859
|
#
|
2728
2860
|
class GetProfileRequest < Struct.new(
|
2729
2861
|
:profile_arn)
|
2862
|
+
SENSITIVE = []
|
2730
2863
|
include Aws::Structure
|
2731
2864
|
end
|
2732
2865
|
|
@@ -2738,6 +2871,7 @@ module Aws::AlexaForBusiness
|
|
2738
2871
|
#
|
2739
2872
|
class GetProfileResponse < Struct.new(
|
2740
2873
|
:profile)
|
2874
|
+
SENSITIVE = []
|
2741
2875
|
include Aws::Structure
|
2742
2876
|
end
|
2743
2877
|
|
@@ -2756,6 +2890,7 @@ module Aws::AlexaForBusiness
|
|
2756
2890
|
#
|
2757
2891
|
class GetRoomRequest < Struct.new(
|
2758
2892
|
:room_arn)
|
2893
|
+
SENSITIVE = []
|
2759
2894
|
include Aws::Structure
|
2760
2895
|
end
|
2761
2896
|
|
@@ -2767,6 +2902,7 @@ module Aws::AlexaForBusiness
|
|
2767
2902
|
#
|
2768
2903
|
class GetRoomResponse < Struct.new(
|
2769
2904
|
:room)
|
2905
|
+
SENSITIVE = []
|
2770
2906
|
include Aws::Structure
|
2771
2907
|
end
|
2772
2908
|
|
@@ -2799,6 +2935,7 @@ module Aws::AlexaForBusiness
|
|
2799
2935
|
:room_arn,
|
2800
2936
|
:skill_id,
|
2801
2937
|
:parameter_key)
|
2938
|
+
SENSITIVE = []
|
2802
2939
|
include Aws::Structure
|
2803
2940
|
end
|
2804
2941
|
|
@@ -2810,6 +2947,7 @@ module Aws::AlexaForBusiness
|
|
2810
2947
|
#
|
2811
2948
|
class GetRoomSkillParameterResponse < Struct.new(
|
2812
2949
|
:room_skill_parameter)
|
2950
|
+
SENSITIVE = []
|
2813
2951
|
include Aws::Structure
|
2814
2952
|
end
|
2815
2953
|
|
@@ -2828,6 +2966,7 @@ module Aws::AlexaForBusiness
|
|
2828
2966
|
#
|
2829
2967
|
class GetSkillGroupRequest < Struct.new(
|
2830
2968
|
:skill_group_arn)
|
2969
|
+
SENSITIVE = []
|
2831
2970
|
include Aws::Structure
|
2832
2971
|
end
|
2833
2972
|
|
@@ -2839,6 +2978,7 @@ module Aws::AlexaForBusiness
|
|
2839
2978
|
#
|
2840
2979
|
class GetSkillGroupResponse < Struct.new(
|
2841
2980
|
:skill_group)
|
2981
|
+
SENSITIVE = []
|
2842
2982
|
include Aws::Structure
|
2843
2983
|
end
|
2844
2984
|
|
@@ -2865,6 +3005,7 @@ module Aws::AlexaForBusiness
|
|
2865
3005
|
class IPDialIn < Struct.new(
|
2866
3006
|
:endpoint,
|
2867
3007
|
:comms_protocol)
|
3008
|
+
SENSITIVE = []
|
2868
3009
|
include Aws::Structure
|
2869
3010
|
end
|
2870
3011
|
|
@@ -2888,6 +3029,7 @@ module Aws::AlexaForBusiness
|
|
2888
3029
|
class InstantBooking < Struct.new(
|
2889
3030
|
:duration_in_minutes,
|
2890
3031
|
:enabled)
|
3032
|
+
SENSITIVE = []
|
2891
3033
|
include Aws::Structure
|
2892
3034
|
end
|
2893
3035
|
|
@@ -2900,6 +3042,7 @@ module Aws::AlexaForBusiness
|
|
2900
3042
|
#
|
2901
3043
|
class InvalidCertificateAuthorityException < Struct.new(
|
2902
3044
|
:message)
|
3045
|
+
SENSITIVE = []
|
2903
3046
|
include Aws::Structure
|
2904
3047
|
end
|
2905
3048
|
|
@@ -2912,6 +3055,7 @@ module Aws::AlexaForBusiness
|
|
2912
3055
|
#
|
2913
3056
|
class InvalidDeviceException < Struct.new(
|
2914
3057
|
:message)
|
3058
|
+
SENSITIVE = []
|
2915
3059
|
include Aws::Structure
|
2916
3060
|
end
|
2917
3061
|
|
@@ -2924,6 +3068,7 @@ module Aws::AlexaForBusiness
|
|
2924
3068
|
#
|
2925
3069
|
class InvalidSecretsManagerResourceException < Struct.new(
|
2926
3070
|
:message)
|
3071
|
+
SENSITIVE = []
|
2927
3072
|
include Aws::Structure
|
2928
3073
|
end
|
2929
3074
|
|
@@ -2936,6 +3081,7 @@ module Aws::AlexaForBusiness
|
|
2936
3081
|
#
|
2937
3082
|
class InvalidServiceLinkedRoleStateException < Struct.new(
|
2938
3083
|
:message)
|
3084
|
+
SENSITIVE = []
|
2939
3085
|
include Aws::Structure
|
2940
3086
|
end
|
2941
3087
|
|
@@ -2949,6 +3095,7 @@ module Aws::AlexaForBusiness
|
|
2949
3095
|
#
|
2950
3096
|
class InvalidUserStatusException < Struct.new(
|
2951
3097
|
:message)
|
3098
|
+
SENSITIVE = []
|
2952
3099
|
include Aws::Structure
|
2953
3100
|
end
|
2954
3101
|
|
@@ -2962,6 +3109,7 @@ module Aws::AlexaForBusiness
|
|
2962
3109
|
#
|
2963
3110
|
class LimitExceededException < Struct.new(
|
2964
3111
|
:message)
|
3112
|
+
SENSITIVE = []
|
2965
3113
|
include Aws::Structure
|
2966
3114
|
end
|
2967
3115
|
|
@@ -2987,6 +3135,7 @@ module Aws::AlexaForBusiness
|
|
2987
3135
|
class ListBusinessReportSchedulesRequest < Struct.new(
|
2988
3136
|
:next_token,
|
2989
3137
|
:max_results)
|
3138
|
+
SENSITIVE = []
|
2990
3139
|
include Aws::Structure
|
2991
3140
|
end
|
2992
3141
|
|
@@ -3004,6 +3153,7 @@ module Aws::AlexaForBusiness
|
|
3004
3153
|
class ListBusinessReportSchedulesResponse < Struct.new(
|
3005
3154
|
:business_report_schedules,
|
3006
3155
|
:next_token)
|
3156
|
+
SENSITIVE = []
|
3007
3157
|
include Aws::Structure
|
3008
3158
|
end
|
3009
3159
|
|
@@ -3029,6 +3179,7 @@ module Aws::AlexaForBusiness
|
|
3029
3179
|
class ListConferenceProvidersRequest < Struct.new(
|
3030
3180
|
:next_token,
|
3031
3181
|
:max_results)
|
3182
|
+
SENSITIVE = []
|
3032
3183
|
include Aws::Structure
|
3033
3184
|
end
|
3034
3185
|
|
@@ -3045,6 +3196,7 @@ module Aws::AlexaForBusiness
|
|
3045
3196
|
class ListConferenceProvidersResponse < Struct.new(
|
3046
3197
|
:conference_providers,
|
3047
3198
|
:next_token)
|
3199
|
+
SENSITIVE = []
|
3048
3200
|
include Aws::Structure
|
3049
3201
|
end
|
3050
3202
|
|
@@ -3091,6 +3243,7 @@ module Aws::AlexaForBusiness
|
|
3091
3243
|
:event_type,
|
3092
3244
|
:next_token,
|
3093
3245
|
:max_results)
|
3246
|
+
SENSITIVE = []
|
3094
3247
|
include Aws::Structure
|
3095
3248
|
end
|
3096
3249
|
|
@@ -3107,6 +3260,7 @@ module Aws::AlexaForBusiness
|
|
3107
3260
|
class ListDeviceEventsResponse < Struct.new(
|
3108
3261
|
:device_events,
|
3109
3262
|
:next_token)
|
3263
|
+
SENSITIVE = []
|
3110
3264
|
include Aws::Structure
|
3111
3265
|
end
|
3112
3266
|
|
@@ -3133,6 +3287,7 @@ module Aws::AlexaForBusiness
|
|
3133
3287
|
class ListGatewayGroupsRequest < Struct.new(
|
3134
3288
|
:next_token,
|
3135
3289
|
:max_results)
|
3290
|
+
SENSITIVE = []
|
3136
3291
|
include Aws::Structure
|
3137
3292
|
end
|
3138
3293
|
|
@@ -3150,6 +3305,7 @@ module Aws::AlexaForBusiness
|
|
3150
3305
|
class ListGatewayGroupsResponse < Struct.new(
|
3151
3306
|
:gateway_groups,
|
3152
3307
|
:next_token)
|
3308
|
+
SENSITIVE = []
|
3153
3309
|
include Aws::Structure
|
3154
3310
|
end
|
3155
3311
|
|
@@ -3182,6 +3338,7 @@ module Aws::AlexaForBusiness
|
|
3182
3338
|
:gateway_group_arn,
|
3183
3339
|
:next_token,
|
3184
3340
|
:max_results)
|
3341
|
+
SENSITIVE = []
|
3185
3342
|
include Aws::Structure
|
3186
3343
|
end
|
3187
3344
|
|
@@ -3199,6 +3356,7 @@ module Aws::AlexaForBusiness
|
|
3199
3356
|
class ListGatewaysResponse < Struct.new(
|
3200
3357
|
:gateways,
|
3201
3358
|
:next_token)
|
3359
|
+
SENSITIVE = []
|
3202
3360
|
include Aws::Structure
|
3203
3361
|
end
|
3204
3362
|
|
@@ -3247,6 +3405,7 @@ module Aws::AlexaForBusiness
|
|
3247
3405
|
:skill_type,
|
3248
3406
|
:next_token,
|
3249
3407
|
:max_results)
|
3408
|
+
SENSITIVE = []
|
3250
3409
|
include Aws::Structure
|
3251
3410
|
end
|
3252
3411
|
|
@@ -3263,6 +3422,7 @@ module Aws::AlexaForBusiness
|
|
3263
3422
|
class ListSkillsResponse < Struct.new(
|
3264
3423
|
:skill_summaries,
|
3265
3424
|
:next_token)
|
3425
|
+
SENSITIVE = []
|
3266
3426
|
include Aws::Structure
|
3267
3427
|
end
|
3268
3428
|
|
@@ -3287,6 +3447,7 @@ module Aws::AlexaForBusiness
|
|
3287
3447
|
class ListSkillsStoreCategoriesRequest < Struct.new(
|
3288
3448
|
:next_token,
|
3289
3449
|
:max_results)
|
3450
|
+
SENSITIVE = []
|
3290
3451
|
include Aws::Structure
|
3291
3452
|
end
|
3292
3453
|
|
@@ -3303,6 +3464,7 @@ module Aws::AlexaForBusiness
|
|
3303
3464
|
class ListSkillsStoreCategoriesResponse < Struct.new(
|
3304
3465
|
:category_list,
|
3305
3466
|
:next_token)
|
3467
|
+
SENSITIVE = []
|
3306
3468
|
include Aws::Structure
|
3307
3469
|
end
|
3308
3470
|
|
@@ -3334,6 +3496,7 @@ module Aws::AlexaForBusiness
|
|
3334
3496
|
:category_id,
|
3335
3497
|
:next_token,
|
3336
3498
|
:max_results)
|
3499
|
+
SENSITIVE = []
|
3337
3500
|
include Aws::Structure
|
3338
3501
|
end
|
3339
3502
|
|
@@ -3350,6 +3513,7 @@ module Aws::AlexaForBusiness
|
|
3350
3513
|
class ListSkillsStoreSkillsByCategoryResponse < Struct.new(
|
3351
3514
|
:skills_store_skills,
|
3352
3515
|
:next_token)
|
3516
|
+
SENSITIVE = []
|
3353
3517
|
include Aws::Structure
|
3354
3518
|
end
|
3355
3519
|
|
@@ -3381,6 +3545,7 @@ module Aws::AlexaForBusiness
|
|
3381
3545
|
:room_arn,
|
3382
3546
|
:max_results,
|
3383
3547
|
:next_token)
|
3548
|
+
SENSITIVE = []
|
3384
3549
|
include Aws::Structure
|
3385
3550
|
end
|
3386
3551
|
|
@@ -3397,6 +3562,7 @@ module Aws::AlexaForBusiness
|
|
3397
3562
|
class ListSmartHomeAppliancesResponse < Struct.new(
|
3398
3563
|
:smart_home_appliances,
|
3399
3564
|
:next_token)
|
3565
|
+
SENSITIVE = []
|
3400
3566
|
include Aws::Structure
|
3401
3567
|
end
|
3402
3568
|
|
@@ -3433,6 +3599,7 @@ module Aws::AlexaForBusiness
|
|
3433
3599
|
:arn,
|
3434
3600
|
:next_token,
|
3435
3601
|
:max_results)
|
3602
|
+
SENSITIVE = []
|
3436
3603
|
include Aws::Structure
|
3437
3604
|
end
|
3438
3605
|
|
@@ -3449,6 +3616,7 @@ module Aws::AlexaForBusiness
|
|
3449
3616
|
class ListTagsResponse < Struct.new(
|
3450
3617
|
:tags,
|
3451
3618
|
:next_token)
|
3619
|
+
SENSITIVE = []
|
3452
3620
|
include Aws::Structure
|
3453
3621
|
end
|
3454
3622
|
|
@@ -3483,6 +3651,7 @@ module Aws::AlexaForBusiness
|
|
3483
3651
|
:end_of_meeting_reminder,
|
3484
3652
|
:instant_booking,
|
3485
3653
|
:require_check_in)
|
3654
|
+
SENSITIVE = []
|
3486
3655
|
include Aws::Structure
|
3487
3656
|
end
|
3488
3657
|
|
@@ -3511,6 +3680,7 @@ module Aws::AlexaForBusiness
|
|
3511
3680
|
#
|
3512
3681
|
class MeetingSetting < Struct.new(
|
3513
3682
|
:require_pin)
|
3683
|
+
SENSITIVE = []
|
3514
3684
|
include Aws::Structure
|
3515
3685
|
end
|
3516
3686
|
|
@@ -3523,6 +3693,7 @@ module Aws::AlexaForBusiness
|
|
3523
3693
|
#
|
3524
3694
|
class NameInUseException < Struct.new(
|
3525
3695
|
:message)
|
3696
|
+
SENSITIVE = []
|
3526
3697
|
include Aws::Structure
|
3527
3698
|
end
|
3528
3699
|
|
@@ -3589,6 +3760,7 @@ module Aws::AlexaForBusiness
|
|
3589
3760
|
:next_password,
|
3590
3761
|
:certificate_authority_arn,
|
3591
3762
|
:trust_anchors)
|
3763
|
+
SENSITIVE = [:current_password, :next_password]
|
3592
3764
|
include Aws::Structure
|
3593
3765
|
end
|
3594
3766
|
|
@@ -3636,6 +3808,7 @@ module Aws::AlexaForBusiness
|
|
3636
3808
|
:security_type,
|
3637
3809
|
:eap_method,
|
3638
3810
|
:certificate_authority_arn)
|
3811
|
+
SENSITIVE = []
|
3639
3812
|
include Aws::Structure
|
3640
3813
|
end
|
3641
3814
|
|
@@ -3648,6 +3821,7 @@ module Aws::AlexaForBusiness
|
|
3648
3821
|
#
|
3649
3822
|
class NotFoundException < Struct.new(
|
3650
3823
|
:message)
|
3824
|
+
SENSITIVE = []
|
3651
3825
|
include Aws::Structure
|
3652
3826
|
end
|
3653
3827
|
|
@@ -3693,6 +3867,7 @@ module Aws::AlexaForBusiness
|
|
3693
3867
|
:phone_number,
|
3694
3868
|
:one_click_id_delay,
|
3695
3869
|
:one_click_pin_delay)
|
3870
|
+
SENSITIVE = []
|
3696
3871
|
include Aws::Structure
|
3697
3872
|
end
|
3698
3873
|
|
@@ -3720,6 +3895,7 @@ module Aws::AlexaForBusiness
|
|
3720
3895
|
class PhoneNumber < Struct.new(
|
3721
3896
|
:number,
|
3722
3897
|
:type)
|
3898
|
+
SENSITIVE = [:number, :type]
|
3723
3899
|
include Aws::Structure
|
3724
3900
|
end
|
3725
3901
|
|
@@ -3799,6 +3975,7 @@ module Aws::AlexaForBusiness
|
|
3799
3975
|
:pstn_enabled,
|
3800
3976
|
:address_book_arn,
|
3801
3977
|
:meeting_room_configuration)
|
3978
|
+
SENSITIVE = []
|
3802
3979
|
include Aws::Structure
|
3803
3980
|
end
|
3804
3981
|
|
@@ -3853,6 +4030,7 @@ module Aws::AlexaForBusiness
|
|
3853
4030
|
:temperature_unit,
|
3854
4031
|
:wake_word,
|
3855
4032
|
:locale)
|
4033
|
+
SENSITIVE = []
|
3856
4034
|
include Aws::Structure
|
3857
4035
|
end
|
3858
4036
|
|
@@ -3873,6 +4051,7 @@ module Aws::AlexaForBusiness
|
|
3873
4051
|
#
|
3874
4052
|
class PutConferencePreferenceRequest < Struct.new(
|
3875
4053
|
:conference_preference)
|
4054
|
+
SENSITIVE = []
|
3876
4055
|
include Aws::Structure
|
3877
4056
|
end
|
3878
4057
|
|
@@ -3910,6 +4089,7 @@ module Aws::AlexaForBusiness
|
|
3910
4089
|
:organization_name,
|
3911
4090
|
:contact_email,
|
3912
4091
|
:private_skill_ids)
|
4092
|
+
SENSITIVE = []
|
3913
4093
|
include Aws::Structure
|
3914
4094
|
end
|
3915
4095
|
|
@@ -3949,6 +4129,7 @@ module Aws::AlexaForBusiness
|
|
3949
4129
|
:room_arn,
|
3950
4130
|
:skill_id,
|
3951
4131
|
:room_skill_parameter)
|
4132
|
+
SENSITIVE = []
|
3952
4133
|
include Aws::Structure
|
3953
4134
|
end
|
3954
4135
|
|
@@ -3987,6 +4168,7 @@ module Aws::AlexaForBusiness
|
|
3987
4168
|
:authorization_result,
|
3988
4169
|
:skill_id,
|
3989
4170
|
:room_arn)
|
4171
|
+
SENSITIVE = [:authorization_result]
|
3990
4172
|
include Aws::Structure
|
3991
4173
|
end
|
3992
4174
|
|
@@ -4001,8 +4183,9 @@ module Aws::AlexaForBusiness
|
|
4001
4183
|
# client_id: "ClientId", # required
|
4002
4184
|
# user_code: "UserCode", # required
|
4003
4185
|
# product_id: "ProductId", # required
|
4004
|
-
# device_serial_number: "DeviceSerialNumberForAVS",
|
4186
|
+
# device_serial_number: "DeviceSerialNumberForAVS",
|
4005
4187
|
# amazon_id: "AmazonId", # required
|
4188
|
+
# room_arn: "Arn",
|
4006
4189
|
# }
|
4007
4190
|
#
|
4008
4191
|
# @!attribute [rw] client_id
|
@@ -4031,6 +4214,10 @@ module Aws::AlexaForBusiness
|
|
4031
4214
|
# OEM creates a new product on Amazon's Developer Console.
|
4032
4215
|
# @return [String]
|
4033
4216
|
#
|
4217
|
+
# @!attribute [rw] room_arn
|
4218
|
+
# The ARN of the room with which to associate your AVS device.
|
4219
|
+
# @return [String]
|
4220
|
+
#
|
4034
4221
|
# @see http://docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/RegisterAVSDeviceRequest AWS API Documentation
|
4035
4222
|
#
|
4036
4223
|
class RegisterAVSDeviceRequest < Struct.new(
|
@@ -4038,7 +4225,9 @@ module Aws::AlexaForBusiness
|
|
4038
4225
|
:user_code,
|
4039
4226
|
:product_id,
|
4040
4227
|
:device_serial_number,
|
4041
|
-
:amazon_id
|
4228
|
+
:amazon_id,
|
4229
|
+
:room_arn)
|
4230
|
+
SENSITIVE = []
|
4042
4231
|
include Aws::Structure
|
4043
4232
|
end
|
4044
4233
|
|
@@ -4050,6 +4239,7 @@ module Aws::AlexaForBusiness
|
|
4050
4239
|
#
|
4051
4240
|
class RegisterAVSDeviceResponse < Struct.new(
|
4052
4241
|
:device_arn)
|
4242
|
+
SENSITIVE = []
|
4053
4243
|
include Aws::Structure
|
4054
4244
|
end
|
4055
4245
|
|
@@ -4068,6 +4258,7 @@ module Aws::AlexaForBusiness
|
|
4068
4258
|
#
|
4069
4259
|
class RejectSkillRequest < Struct.new(
|
4070
4260
|
:skill_id)
|
4261
|
+
SENSITIVE = []
|
4071
4262
|
include Aws::Structure
|
4072
4263
|
end
|
4073
4264
|
|
@@ -4093,6 +4284,7 @@ module Aws::AlexaForBusiness
|
|
4093
4284
|
class RequireCheckIn < Struct.new(
|
4094
4285
|
:release_after_minutes,
|
4095
4286
|
:enabled)
|
4287
|
+
SENSITIVE = []
|
4096
4288
|
include Aws::Structure
|
4097
4289
|
end
|
4098
4290
|
|
@@ -4117,6 +4309,7 @@ module Aws::AlexaForBusiness
|
|
4117
4309
|
class ResolveRoomRequest < Struct.new(
|
4118
4310
|
:user_id,
|
4119
4311
|
:skill_id)
|
4312
|
+
SENSITIVE = []
|
4120
4313
|
include Aws::Structure
|
4121
4314
|
end
|
4122
4315
|
|
@@ -4138,6 +4331,7 @@ module Aws::AlexaForBusiness
|
|
4138
4331
|
:room_arn,
|
4139
4332
|
:room_name,
|
4140
4333
|
:room_skill_parameters)
|
4334
|
+
SENSITIVE = []
|
4141
4335
|
include Aws::Structure
|
4142
4336
|
end
|
4143
4337
|
|
@@ -4150,6 +4344,7 @@ module Aws::AlexaForBusiness
|
|
4150
4344
|
#
|
4151
4345
|
class ResourceAssociatedException < Struct.new(
|
4152
4346
|
:message)
|
4347
|
+
SENSITIVE = []
|
4153
4348
|
include Aws::Structure
|
4154
4349
|
end
|
4155
4350
|
|
@@ -4168,6 +4363,7 @@ module Aws::AlexaForBusiness
|
|
4168
4363
|
class ResourceInUseException < Struct.new(
|
4169
4364
|
:message,
|
4170
4365
|
:client_request_token)
|
4366
|
+
SENSITIVE = []
|
4171
4367
|
include Aws::Structure
|
4172
4368
|
end
|
4173
4369
|
|
@@ -4193,6 +4389,7 @@ module Aws::AlexaForBusiness
|
|
4193
4389
|
class RevokeInvitationRequest < Struct.new(
|
4194
4390
|
:user_arn,
|
4195
4391
|
:enrollment_id)
|
4392
|
+
SENSITIVE = []
|
4196
4393
|
include Aws::Structure
|
4197
4394
|
end
|
4198
4395
|
|
@@ -4230,6 +4427,7 @@ module Aws::AlexaForBusiness
|
|
4230
4427
|
:description,
|
4231
4428
|
:provider_calendar_id,
|
4232
4429
|
:profile_arn)
|
4430
|
+
SENSITIVE = []
|
4233
4431
|
include Aws::Structure
|
4234
4432
|
end
|
4235
4433
|
|
@@ -4268,6 +4466,7 @@ module Aws::AlexaForBusiness
|
|
4268
4466
|
:provider_calendar_id,
|
4269
4467
|
:profile_arn,
|
4270
4468
|
:profile_name)
|
4469
|
+
SENSITIVE = []
|
4271
4470
|
include Aws::Structure
|
4272
4471
|
end
|
4273
4472
|
|
@@ -4296,6 +4495,7 @@ module Aws::AlexaForBusiness
|
|
4296
4495
|
class RoomSkillParameter < Struct.new(
|
4297
4496
|
:parameter_key,
|
4298
4497
|
:parameter_value)
|
4498
|
+
SENSITIVE = []
|
4299
4499
|
include Aws::Structure
|
4300
4500
|
end
|
4301
4501
|
|
@@ -4350,6 +4550,7 @@ module Aws::AlexaForBusiness
|
|
4350
4550
|
:sort_criteria,
|
4351
4551
|
:next_token,
|
4352
4552
|
:max_results)
|
4553
|
+
SENSITIVE = []
|
4353
4554
|
include Aws::Structure
|
4354
4555
|
end
|
4355
4556
|
|
@@ -4372,6 +4573,7 @@ module Aws::AlexaForBusiness
|
|
4372
4573
|
:address_books,
|
4373
4574
|
:next_token,
|
4374
4575
|
:total_count)
|
4576
|
+
SENSITIVE = []
|
4375
4577
|
include Aws::Structure
|
4376
4578
|
end
|
4377
4579
|
|
@@ -4427,6 +4629,7 @@ module Aws::AlexaForBusiness
|
|
4427
4629
|
:sort_criteria,
|
4428
4630
|
:next_token,
|
4429
4631
|
:max_results)
|
4632
|
+
SENSITIVE = []
|
4430
4633
|
include Aws::Structure
|
4431
4634
|
end
|
4432
4635
|
|
@@ -4449,6 +4652,7 @@ module Aws::AlexaForBusiness
|
|
4449
4652
|
:contacts,
|
4450
4653
|
:next_token,
|
4451
4654
|
:total_count)
|
4655
|
+
SENSITIVE = []
|
4452
4656
|
include Aws::Structure
|
4453
4657
|
end
|
4454
4658
|
|
@@ -4508,6 +4712,7 @@ module Aws::AlexaForBusiness
|
|
4508
4712
|
:max_results,
|
4509
4713
|
:filters,
|
4510
4714
|
:sort_criteria)
|
4715
|
+
SENSITIVE = []
|
4511
4716
|
include Aws::Structure
|
4512
4717
|
end
|
4513
4718
|
|
@@ -4530,6 +4735,7 @@ module Aws::AlexaForBusiness
|
|
4530
4735
|
:devices,
|
4531
4736
|
:next_token,
|
4532
4737
|
:total_count)
|
4738
|
+
SENSITIVE = []
|
4533
4739
|
include Aws::Structure
|
4534
4740
|
end
|
4535
4741
|
|
@@ -4585,6 +4791,7 @@ module Aws::AlexaForBusiness
|
|
4585
4791
|
:max_results,
|
4586
4792
|
:filters,
|
4587
4793
|
:sort_criteria)
|
4794
|
+
SENSITIVE = []
|
4588
4795
|
include Aws::Structure
|
4589
4796
|
end
|
4590
4797
|
|
@@ -4610,6 +4817,7 @@ module Aws::AlexaForBusiness
|
|
4610
4817
|
:network_profiles,
|
4611
4818
|
:next_token,
|
4612
4819
|
:total_count)
|
4820
|
+
SENSITIVE = []
|
4613
4821
|
include Aws::Structure
|
4614
4822
|
end
|
4615
4823
|
|
@@ -4664,6 +4872,7 @@ module Aws::AlexaForBusiness
|
|
4664
4872
|
:max_results,
|
4665
4873
|
:filters,
|
4666
4874
|
:sort_criteria)
|
4875
|
+
SENSITIVE = []
|
4667
4876
|
include Aws::Structure
|
4668
4877
|
end
|
4669
4878
|
|
@@ -4686,6 +4895,7 @@ module Aws::AlexaForBusiness
|
|
4686
4895
|
:profiles,
|
4687
4896
|
:next_token,
|
4688
4897
|
:total_count)
|
4898
|
+
SENSITIVE = []
|
4689
4899
|
include Aws::Structure
|
4690
4900
|
end
|
4691
4901
|
|
@@ -4740,6 +4950,7 @@ module Aws::AlexaForBusiness
|
|
4740
4950
|
:max_results,
|
4741
4951
|
:filters,
|
4742
4952
|
:sort_criteria)
|
4953
|
+
SENSITIVE = []
|
4743
4954
|
include Aws::Structure
|
4744
4955
|
end
|
4745
4956
|
|
@@ -4762,6 +4973,7 @@ module Aws::AlexaForBusiness
|
|
4762
4973
|
:rooms,
|
4763
4974
|
:next_token,
|
4764
4975
|
:total_count)
|
4976
|
+
SENSITIVE = []
|
4765
4977
|
include Aws::Structure
|
4766
4978
|
end
|
4767
4979
|
|
@@ -4816,6 +5028,7 @@ module Aws::AlexaForBusiness
|
|
4816
5028
|
:max_results,
|
4817
5029
|
:filters,
|
4818
5030
|
:sort_criteria)
|
5031
|
+
SENSITIVE = []
|
4819
5032
|
include Aws::Structure
|
4820
5033
|
end
|
4821
5034
|
|
@@ -4837,6 +5050,7 @@ module Aws::AlexaForBusiness
|
|
4837
5050
|
:skill_groups,
|
4838
5051
|
:next_token,
|
4839
5052
|
:total_count)
|
5053
|
+
SENSITIVE = []
|
4840
5054
|
include Aws::Structure
|
4841
5055
|
end
|
4842
5056
|
|
@@ -4893,6 +5107,7 @@ module Aws::AlexaForBusiness
|
|
4893
5107
|
:max_results,
|
4894
5108
|
:filters,
|
4895
5109
|
:sort_criteria)
|
5110
|
+
SENSITIVE = []
|
4896
5111
|
include Aws::Structure
|
4897
5112
|
end
|
4898
5113
|
|
@@ -4915,6 +5130,7 @@ module Aws::AlexaForBusiness
|
|
4915
5130
|
:users,
|
4916
5131
|
:next_token,
|
4917
5132
|
:total_count)
|
5133
|
+
SENSITIVE = []
|
4918
5134
|
include Aws::Structure
|
4919
5135
|
end
|
4920
5136
|
|
@@ -4984,6 +5200,7 @@ module Aws::AlexaForBusiness
|
|
4984
5200
|
:content,
|
4985
5201
|
:time_to_live_in_seconds,
|
4986
5202
|
:client_request_token)
|
5203
|
+
SENSITIVE = []
|
4987
5204
|
include Aws::Structure
|
4988
5205
|
end
|
4989
5206
|
|
@@ -4995,6 +5212,7 @@ module Aws::AlexaForBusiness
|
|
4995
5212
|
#
|
4996
5213
|
class SendAnnouncementResponse < Struct.new(
|
4997
5214
|
:announcement_arn)
|
5215
|
+
SENSITIVE = []
|
4998
5216
|
include Aws::Structure
|
4999
5217
|
end
|
5000
5218
|
|
@@ -5013,6 +5231,7 @@ module Aws::AlexaForBusiness
|
|
5013
5231
|
#
|
5014
5232
|
class SendInvitationRequest < Struct.new(
|
5015
5233
|
:user_arn)
|
5234
|
+
SENSITIVE = []
|
5016
5235
|
include Aws::Structure
|
5017
5236
|
end
|
5018
5237
|
|
@@ -5044,6 +5263,7 @@ module Aws::AlexaForBusiness
|
|
5044
5263
|
class SipAddress < Struct.new(
|
5045
5264
|
:uri,
|
5046
5265
|
:type)
|
5266
|
+
SENSITIVE = [:uri, :type]
|
5047
5267
|
include Aws::Structure
|
5048
5268
|
end
|
5049
5269
|
|
@@ -5084,6 +5304,8 @@ module Aws::AlexaForBusiness
|
|
5084
5304
|
# @return [Array<String>]
|
5085
5305
|
#
|
5086
5306
|
# @!attribute [rw] reviews
|
5307
|
+
# *This member has been deprecated.*
|
5308
|
+
#
|
5087
5309
|
# The list of reviews for the skill, including Key and Value pair.
|
5088
5310
|
# @return [Hash<String,String>]
|
5089
5311
|
#
|
@@ -5104,6 +5326,7 @@ module Aws::AlexaForBusiness
|
|
5104
5326
|
:skill_types,
|
5105
5327
|
:reviews,
|
5106
5328
|
:developer_info)
|
5329
|
+
SENSITIVE = []
|
5107
5330
|
include Aws::Structure
|
5108
5331
|
end
|
5109
5332
|
|
@@ -5127,6 +5350,7 @@ module Aws::AlexaForBusiness
|
|
5127
5350
|
:skill_group_arn,
|
5128
5351
|
:skill_group_name,
|
5129
5352
|
:description)
|
5353
|
+
SENSITIVE = []
|
5130
5354
|
include Aws::Structure
|
5131
5355
|
end
|
5132
5356
|
|
@@ -5150,6 +5374,7 @@ module Aws::AlexaForBusiness
|
|
5150
5374
|
:skill_group_arn,
|
5151
5375
|
:skill_group_name,
|
5152
5376
|
:description)
|
5377
|
+
SENSITIVE = []
|
5153
5378
|
include Aws::Structure
|
5154
5379
|
end
|
5155
5380
|
|
@@ -5162,6 +5387,7 @@ module Aws::AlexaForBusiness
|
|
5162
5387
|
#
|
5163
5388
|
class SkillNotLinkedException < Struct.new(
|
5164
5389
|
:message)
|
5390
|
+
SENSITIVE = []
|
5165
5391
|
include Aws::Structure
|
5166
5392
|
end
|
5167
5393
|
|
@@ -5196,6 +5422,7 @@ module Aws::AlexaForBusiness
|
|
5196
5422
|
:supports_linking,
|
5197
5423
|
:enablement_type,
|
5198
5424
|
:skill_type)
|
5425
|
+
SENSITIVE = []
|
5199
5426
|
include Aws::Structure
|
5200
5427
|
end
|
5201
5428
|
|
@@ -5239,6 +5466,7 @@ module Aws::AlexaForBusiness
|
|
5239
5466
|
:sample_utterances,
|
5240
5467
|
:skill_details,
|
5241
5468
|
:supports_linking)
|
5469
|
+
SENSITIVE = []
|
5242
5470
|
include Aws::Structure
|
5243
5471
|
end
|
5244
5472
|
|
@@ -5263,6 +5491,7 @@ module Aws::AlexaForBusiness
|
|
5263
5491
|
:friendly_name,
|
5264
5492
|
:description,
|
5265
5493
|
:manufacturer_name)
|
5494
|
+
SENSITIVE = []
|
5266
5495
|
include Aws::Structure
|
5267
5496
|
end
|
5268
5497
|
|
@@ -5289,6 +5518,7 @@ module Aws::AlexaForBusiness
|
|
5289
5518
|
class Sort < Struct.new(
|
5290
5519
|
:key,
|
5291
5520
|
:value)
|
5521
|
+
SENSITIVE = []
|
5292
5522
|
include Aws::Structure
|
5293
5523
|
end
|
5294
5524
|
|
@@ -5320,6 +5550,7 @@ module Aws::AlexaForBusiness
|
|
5320
5550
|
class Ssml < Struct.new(
|
5321
5551
|
:locale,
|
5322
5552
|
:value)
|
5553
|
+
SENSITIVE = []
|
5323
5554
|
include Aws::Structure
|
5324
5555
|
end
|
5325
5556
|
|
@@ -5351,6 +5582,7 @@ module Aws::AlexaForBusiness
|
|
5351
5582
|
:room_arn,
|
5352
5583
|
:device_arn,
|
5353
5584
|
:features)
|
5585
|
+
SENSITIVE = []
|
5354
5586
|
include Aws::Structure
|
5355
5587
|
end
|
5356
5588
|
|
@@ -5373,6 +5605,7 @@ module Aws::AlexaForBusiness
|
|
5373
5605
|
#
|
5374
5606
|
class StartSmartHomeApplianceDiscoveryRequest < Struct.new(
|
5375
5607
|
:room_arn)
|
5608
|
+
SENSITIVE = []
|
5376
5609
|
include Aws::Structure
|
5377
5610
|
end
|
5378
5611
|
|
@@ -5403,6 +5636,7 @@ module Aws::AlexaForBusiness
|
|
5403
5636
|
class Tag < Struct.new(
|
5404
5637
|
:key,
|
5405
5638
|
:value)
|
5639
|
+
SENSITIVE = []
|
5406
5640
|
include Aws::Structure
|
5407
5641
|
end
|
5408
5642
|
|
@@ -5433,6 +5667,7 @@ module Aws::AlexaForBusiness
|
|
5433
5667
|
class TagResourceRequest < Struct.new(
|
5434
5668
|
:arn,
|
5435
5669
|
:tags)
|
5670
|
+
SENSITIVE = []
|
5436
5671
|
include Aws::Structure
|
5437
5672
|
end
|
5438
5673
|
|
@@ -5463,6 +5698,7 @@ module Aws::AlexaForBusiness
|
|
5463
5698
|
class Text < Struct.new(
|
5464
5699
|
:locale,
|
5465
5700
|
:value)
|
5701
|
+
SENSITIVE = []
|
5466
5702
|
include Aws::Structure
|
5467
5703
|
end
|
5468
5704
|
|
@@ -5476,6 +5712,7 @@ module Aws::AlexaForBusiness
|
|
5476
5712
|
#
|
5477
5713
|
class UnauthorizedException < Struct.new(
|
5478
5714
|
:message)
|
5715
|
+
SENSITIVE = []
|
5479
5716
|
include Aws::Structure
|
5480
5717
|
end
|
5481
5718
|
|
@@ -5502,6 +5739,7 @@ module Aws::AlexaForBusiness
|
|
5502
5739
|
class UntagResourceRequest < Struct.new(
|
5503
5740
|
:arn,
|
5504
5741
|
:tag_keys)
|
5742
|
+
SENSITIVE = []
|
5505
5743
|
include Aws::Structure
|
5506
5744
|
end
|
5507
5745
|
|
@@ -5536,6 +5774,7 @@ module Aws::AlexaForBusiness
|
|
5536
5774
|
:address_book_arn,
|
5537
5775
|
:name,
|
5538
5776
|
:description)
|
5777
|
+
SENSITIVE = []
|
5539
5778
|
include Aws::Structure
|
5540
5779
|
end
|
5541
5780
|
|
@@ -5591,6 +5830,7 @@ module Aws::AlexaForBusiness
|
|
5591
5830
|
:format,
|
5592
5831
|
:schedule_name,
|
5593
5832
|
:recurrence)
|
5833
|
+
SENSITIVE = []
|
5594
5834
|
include Aws::Structure
|
5595
5835
|
end
|
5596
5836
|
|
@@ -5647,6 +5887,7 @@ module Aws::AlexaForBusiness
|
|
5647
5887
|
:ip_dial_in,
|
5648
5888
|
:pstn_dial_in,
|
5649
5889
|
:meeting_setting)
|
5890
|
+
SENSITIVE = []
|
5650
5891
|
include Aws::Structure
|
5651
5892
|
end
|
5652
5893
|
|
@@ -5718,6 +5959,7 @@ module Aws::AlexaForBusiness
|
|
5718
5959
|
:phone_number,
|
5719
5960
|
:phone_numbers,
|
5720
5961
|
:sip_addresses)
|
5962
|
+
SENSITIVE = [:phone_number]
|
5721
5963
|
include Aws::Structure
|
5722
5964
|
end
|
5723
5965
|
|
@@ -5746,6 +5988,7 @@ module Aws::AlexaForBusiness
|
|
5746
5988
|
class UpdateDeviceRequest < Struct.new(
|
5747
5989
|
:device_arn,
|
5748
5990
|
:device_name)
|
5991
|
+
SENSITIVE = []
|
5749
5992
|
include Aws::Structure
|
5750
5993
|
end
|
5751
5994
|
|
@@ -5787,6 +6030,7 @@ module Aws::AlexaForBusiness
|
|
5787
6030
|
:reminder_at_minutes,
|
5788
6031
|
:reminder_type,
|
5789
6032
|
:enabled)
|
6033
|
+
SENSITIVE = []
|
5790
6034
|
include Aws::Structure
|
5791
6035
|
end
|
5792
6036
|
|
@@ -5817,6 +6061,7 @@ module Aws::AlexaForBusiness
|
|
5817
6061
|
:gateway_group_arn,
|
5818
6062
|
:name,
|
5819
6063
|
:description)
|
6064
|
+
SENSITIVE = []
|
5820
6065
|
include Aws::Structure
|
5821
6066
|
end
|
5822
6067
|
|
@@ -5858,6 +6103,7 @@ module Aws::AlexaForBusiness
|
|
5858
6103
|
:name,
|
5859
6104
|
:description,
|
5860
6105
|
:software_version)
|
6106
|
+
SENSITIVE = []
|
5861
6107
|
include Aws::Structure
|
5862
6108
|
end
|
5863
6109
|
|
@@ -5892,6 +6138,7 @@ module Aws::AlexaForBusiness
|
|
5892
6138
|
class UpdateInstantBooking < Struct.new(
|
5893
6139
|
:duration_in_minutes,
|
5894
6140
|
:enabled)
|
6141
|
+
SENSITIVE = []
|
5895
6142
|
include Aws::Structure
|
5896
6143
|
end
|
5897
6144
|
|
@@ -5946,6 +6193,7 @@ module Aws::AlexaForBusiness
|
|
5946
6193
|
:end_of_meeting_reminder,
|
5947
6194
|
:instant_booking,
|
5948
6195
|
:require_check_in)
|
6196
|
+
SENSITIVE = []
|
5949
6197
|
include Aws::Structure
|
5950
6198
|
end
|
5951
6199
|
|
@@ -6006,6 +6254,7 @@ module Aws::AlexaForBusiness
|
|
6006
6254
|
:next_password,
|
6007
6255
|
:certificate_authority_arn,
|
6008
6256
|
:trust_anchors)
|
6257
|
+
SENSITIVE = [:current_password, :next_password]
|
6009
6258
|
include Aws::Structure
|
6010
6259
|
end
|
6011
6260
|
|
@@ -6117,6 +6366,7 @@ module Aws::AlexaForBusiness
|
|
6117
6366
|
:max_volume_limit,
|
6118
6367
|
:pstn_enabled,
|
6119
6368
|
:meeting_room_configuration)
|
6369
|
+
SENSITIVE = []
|
6120
6370
|
include Aws::Structure
|
6121
6371
|
end
|
6122
6372
|
|
@@ -6151,6 +6401,7 @@ module Aws::AlexaForBusiness
|
|
6151
6401
|
class UpdateRequireCheckIn < Struct.new(
|
6152
6402
|
:release_after_minutes,
|
6153
6403
|
:enabled)
|
6404
|
+
SENSITIVE = []
|
6154
6405
|
include Aws::Structure
|
6155
6406
|
end
|
6156
6407
|
|
@@ -6193,6 +6444,7 @@ module Aws::AlexaForBusiness
|
|
6193
6444
|
:description,
|
6194
6445
|
:provider_calendar_id,
|
6195
6446
|
:profile_arn)
|
6447
|
+
SENSITIVE = []
|
6196
6448
|
include Aws::Structure
|
6197
6449
|
end
|
6198
6450
|
|
@@ -6227,6 +6479,7 @@ module Aws::AlexaForBusiness
|
|
6227
6479
|
:skill_group_arn,
|
6228
6480
|
:skill_group_name,
|
6229
6481
|
:description)
|
6482
|
+
SENSITIVE = []
|
6230
6483
|
include Aws::Structure
|
6231
6484
|
end
|
6232
6485
|
|
@@ -6269,6 +6522,7 @@ module Aws::AlexaForBusiness
|
|
6269
6522
|
:email,
|
6270
6523
|
:enrollment_status,
|
6271
6524
|
:enrollment_id)
|
6525
|
+
SENSITIVE = []
|
6272
6526
|
include Aws::Structure
|
6273
6527
|
end
|
6274
6528
|
|