aws-sdk-alexaforbusiness 1.24.0 → 1.25.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -10,5 +10,250 @@ module Aws::AlexaForBusiness
10
10
 
11
11
  extend Aws::Errors::DynamicErrors
12
12
 
13
+ class AlreadyExistsException < ServiceError
14
+
15
+ # @param [Seahorse::Client::RequestContext] context
16
+ # @param [String] message
17
+ # @param [Aws::AlexaForBusiness::Types::AlreadyExistsException] data
18
+ def initialize(context, message, data = Aws::EmptyStructure.new)
19
+ super(context, message, data)
20
+ end
21
+
22
+ # @return [String]
23
+ def message
24
+ @message || @data[:message]
25
+ end
26
+
27
+ end
28
+
29
+ class ConcurrentModificationException < ServiceError
30
+
31
+ # @param [Seahorse::Client::RequestContext] context
32
+ # @param [String] message
33
+ # @param [Aws::AlexaForBusiness::Types::ConcurrentModificationException] data
34
+ def initialize(context, message, data = Aws::EmptyStructure.new)
35
+ super(context, message, data)
36
+ end
37
+
38
+ # @return [String]
39
+ def message
40
+ @message || @data[:message]
41
+ end
42
+
43
+ end
44
+
45
+ class DeviceNotRegisteredException < ServiceError
46
+
47
+ # @param [Seahorse::Client::RequestContext] context
48
+ # @param [String] message
49
+ # @param [Aws::AlexaForBusiness::Types::DeviceNotRegisteredException] data
50
+ def initialize(context, message, data = Aws::EmptyStructure.new)
51
+ super(context, message, data)
52
+ end
53
+
54
+ # @return [String]
55
+ def message
56
+ @message || @data[:message]
57
+ end
58
+
59
+ end
60
+
61
+ class InvalidCertificateAuthorityException < ServiceError
62
+
63
+ # @param [Seahorse::Client::RequestContext] context
64
+ # @param [String] message
65
+ # @param [Aws::AlexaForBusiness::Types::InvalidCertificateAuthorityException] data
66
+ def initialize(context, message, data = Aws::EmptyStructure.new)
67
+ super(context, message, data)
68
+ end
69
+
70
+ # @return [String]
71
+ def message
72
+ @message || @data[:message]
73
+ end
74
+
75
+ end
76
+
77
+ class InvalidDeviceException < ServiceError
78
+
79
+ # @param [Seahorse::Client::RequestContext] context
80
+ # @param [String] message
81
+ # @param [Aws::AlexaForBusiness::Types::InvalidDeviceException] data
82
+ def initialize(context, message, data = Aws::EmptyStructure.new)
83
+ super(context, message, data)
84
+ end
85
+
86
+ # @return [String]
87
+ def message
88
+ @message || @data[:message]
89
+ end
90
+
91
+ end
92
+
93
+ class InvalidSecretsManagerResourceException < ServiceError
94
+
95
+ # @param [Seahorse::Client::RequestContext] context
96
+ # @param [String] message
97
+ # @param [Aws::AlexaForBusiness::Types::InvalidSecretsManagerResourceException] data
98
+ def initialize(context, message, data = Aws::EmptyStructure.new)
99
+ super(context, message, data)
100
+ end
101
+
102
+ # @return [String]
103
+ def message
104
+ @message || @data[:message]
105
+ end
106
+
107
+ end
108
+
109
+ class InvalidServiceLinkedRoleStateException < ServiceError
110
+
111
+ # @param [Seahorse::Client::RequestContext] context
112
+ # @param [String] message
113
+ # @param [Aws::AlexaForBusiness::Types::InvalidServiceLinkedRoleStateException] data
114
+ def initialize(context, message, data = Aws::EmptyStructure.new)
115
+ super(context, message, data)
116
+ end
117
+
118
+ # @return [String]
119
+ def message
120
+ @message || @data[:message]
121
+ end
122
+
123
+ end
124
+
125
+ class InvalidUserStatusException < ServiceError
126
+
127
+ # @param [Seahorse::Client::RequestContext] context
128
+ # @param [String] message
129
+ # @param [Aws::AlexaForBusiness::Types::InvalidUserStatusException] data
130
+ def initialize(context, message, data = Aws::EmptyStructure.new)
131
+ super(context, message, data)
132
+ end
133
+
134
+ # @return [String]
135
+ def message
136
+ @message || @data[:message]
137
+ end
138
+
139
+ end
140
+
141
+ class LimitExceededException < ServiceError
142
+
143
+ # @param [Seahorse::Client::RequestContext] context
144
+ # @param [String] message
145
+ # @param [Aws::AlexaForBusiness::Types::LimitExceededException] data
146
+ def initialize(context, message, data = Aws::EmptyStructure.new)
147
+ super(context, message, data)
148
+ end
149
+
150
+ # @return [String]
151
+ def message
152
+ @message || @data[:message]
153
+ end
154
+
155
+ end
156
+
157
+ class NameInUseException < ServiceError
158
+
159
+ # @param [Seahorse::Client::RequestContext] context
160
+ # @param [String] message
161
+ # @param [Aws::AlexaForBusiness::Types::NameInUseException] data
162
+ def initialize(context, message, data = Aws::EmptyStructure.new)
163
+ super(context, message, data)
164
+ end
165
+
166
+ # @return [String]
167
+ def message
168
+ @message || @data[:message]
169
+ end
170
+
171
+ end
172
+
173
+ class NotFoundException < ServiceError
174
+
175
+ # @param [Seahorse::Client::RequestContext] context
176
+ # @param [String] message
177
+ # @param [Aws::AlexaForBusiness::Types::NotFoundException] data
178
+ def initialize(context, message, data = Aws::EmptyStructure.new)
179
+ super(context, message, data)
180
+ end
181
+
182
+ # @return [String]
183
+ def message
184
+ @message || @data[:message]
185
+ end
186
+
187
+ end
188
+
189
+ class ResourceAssociatedException < ServiceError
190
+
191
+ # @param [Seahorse::Client::RequestContext] context
192
+ # @param [String] message
193
+ # @param [Aws::AlexaForBusiness::Types::ResourceAssociatedException] data
194
+ def initialize(context, message, data = Aws::EmptyStructure.new)
195
+ super(context, message, data)
196
+ end
197
+
198
+ # @return [String]
199
+ def message
200
+ @message || @data[:message]
201
+ end
202
+
203
+ end
204
+
205
+ class ResourceInUseException < ServiceError
206
+
207
+ # @param [Seahorse::Client::RequestContext] context
208
+ # @param [String] message
209
+ # @param [Aws::AlexaForBusiness::Types::ResourceInUseException] data
210
+ def initialize(context, message, data = Aws::EmptyStructure.new)
211
+ super(context, message, data)
212
+ end
213
+
214
+ # @return [String]
215
+ def message
216
+ @message || @data[:message]
217
+ end
218
+
219
+ # @return [String]
220
+ def client_request_token
221
+ @data[:client_request_token]
222
+ end
223
+
224
+ end
225
+
226
+ class SkillNotLinkedException < ServiceError
227
+
228
+ # @param [Seahorse::Client::RequestContext] context
229
+ # @param [String] message
230
+ # @param [Aws::AlexaForBusiness::Types::SkillNotLinkedException] data
231
+ def initialize(context, message, data = Aws::EmptyStructure.new)
232
+ super(context, message, data)
233
+ end
234
+
235
+ # @return [String]
236
+ def message
237
+ @message || @data[:message]
238
+ end
239
+
240
+ end
241
+
242
+ class UnauthorizedException < ServiceError
243
+
244
+ # @param [Seahorse::Client::RequestContext] context
245
+ # @param [String] message
246
+ # @param [Aws::AlexaForBusiness::Types::UnauthorizedException] data
247
+ def initialize(context, message, data = Aws::EmptyStructure.new)
248
+ super(context, message, data)
249
+ end
250
+
251
+ # @return [String]
252
+ def message
253
+ @message || @data[:message]
254
+ end
255
+
256
+ end
257
+
13
258
  end
14
259
  end
@@ -54,6 +54,18 @@ module Aws::AlexaForBusiness
54
54
  include Aws::Structure
55
55
  end
56
56
 
57
+ # The resource being created already exists.
58
+ #
59
+ # @!attribute [rw] message
60
+ # @return [String]
61
+ #
62
+ # @see http://docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/AlreadyExistsException AWS API Documentation
63
+ #
64
+ class AlreadyExistsException < Struct.new(
65
+ :message)
66
+ include Aws::Structure
67
+ end
68
+
57
69
  # @note When making an API call, you may pass ApproveSkillRequest
58
70
  # data as a hash:
59
71
  #
@@ -104,6 +116,34 @@ module Aws::AlexaForBusiness
104
116
  #
105
117
  class AssociateContactWithAddressBookResponse < Aws::EmptyStructure; end
106
118
 
119
+ # @note When making an API call, you may pass AssociateDeviceWithNetworkProfileRequest
120
+ # data as a hash:
121
+ #
122
+ # {
123
+ # device_arn: "Arn", # required
124
+ # network_profile_arn: "Arn", # required
125
+ # }
126
+ #
127
+ # @!attribute [rw] device_arn
128
+ # The device ARN.
129
+ # @return [String]
130
+ #
131
+ # @!attribute [rw] network_profile_arn
132
+ # The ARN of the network profile to associate with a device.
133
+ # @return [String]
134
+ #
135
+ # @see http://docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/AssociateDeviceWithNetworkProfileRequest AWS API Documentation
136
+ #
137
+ class AssociateDeviceWithNetworkProfileRequest < Struct.new(
138
+ :device_arn,
139
+ :network_profile_arn)
140
+ include Aws::Structure
141
+ end
142
+
143
+ # @see http://docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/AssociateDeviceWithNetworkProfileResponse AWS API Documentation
144
+ #
145
+ class AssociateDeviceWithNetworkProfileResponse < Aws::EmptyStructure; end
146
+
107
147
  # @note When making an API call, you may pass AssociateDeviceWithRoomRequest
108
148
  # data as a hash:
109
149
  #
@@ -420,6 +460,18 @@ module Aws::AlexaForBusiness
420
460
  include Aws::Structure
421
461
  end
422
462
 
463
+ # There is a concurrent modification of resources.
464
+ #
465
+ # @!attribute [rw] message
466
+ # @return [String]
467
+ #
468
+ # @see http://docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/ConcurrentModificationException AWS API Documentation
469
+ #
470
+ class ConcurrentModificationException < Struct.new(
471
+ :message)
472
+ include Aws::Structure
473
+ end
474
+
423
475
  # The default conference provider that is used if no other scheduled
424
476
  # meetings are detected.
425
477
  #
@@ -897,6 +949,101 @@ module Aws::AlexaForBusiness
897
949
  include Aws::Structure
898
950
  end
899
951
 
952
+ # @note When making an API call, you may pass CreateNetworkProfileRequest
953
+ # data as a hash:
954
+ #
955
+ # {
956
+ # network_profile_name: "NetworkProfileName", # required
957
+ # description: "NetworkProfileDescription",
958
+ # ssid: "NetworkSsid", # required
959
+ # security_type: "OPEN", # required, accepts OPEN, WEP, WPA_PSK, WPA2_PSK, WPA2_ENTERPRISE
960
+ # eap_method: "EAP_TLS", # accepts EAP_TLS
961
+ # current_password: "CurrentWiFiPassword",
962
+ # next_password: "NextWiFiPassword",
963
+ # certificate_authority_arn: "Arn",
964
+ # trust_anchors: ["TrustAnchor"],
965
+ # client_request_token: "ClientRequestToken", # required
966
+ # }
967
+ #
968
+ # @!attribute [rw] network_profile_name
969
+ # The name of the network profile associated with a device.
970
+ # @return [String]
971
+ #
972
+ # @!attribute [rw] description
973
+ # Detailed information about a device's network profile.
974
+ # @return [String]
975
+ #
976
+ # @!attribute [rw] ssid
977
+ # The SSID of the Wi-Fi network.
978
+ # @return [String]
979
+ #
980
+ # @!attribute [rw] security_type
981
+ # The security type of the Wi-Fi network. This can be
982
+ # WPA2\_ENTERPRISE, WPA2\_PSK, WPA\_PSK, WEP, or OPEN.
983
+ # @return [String]
984
+ #
985
+ # @!attribute [rw] eap_method
986
+ # The authentication standard that is used in the EAP framework.
987
+ # Currently, EAP\_TLS is supported.
988
+ # @return [String]
989
+ #
990
+ # @!attribute [rw] current_password
991
+ # The current password of the Wi-Fi network.
992
+ # @return [String]
993
+ #
994
+ # @!attribute [rw] next_password
995
+ # The next, or subsequent, password of the Wi-Fi network. This
996
+ # password is asynchronously transmitted to the device and is used
997
+ # when the password of the network changes to NextPassword.
998
+ # @return [String]
999
+ #
1000
+ # @!attribute [rw] certificate_authority_arn
1001
+ # The ARN of the Private Certificate Authority (PCA) created in AWS
1002
+ # Certificate Manager (ACM). This is used to issue certificates to the
1003
+ # devices.
1004
+ # @return [String]
1005
+ #
1006
+ # @!attribute [rw] trust_anchors
1007
+ # The root certificates of your authentication server that is
1008
+ # installed on your devices and used to trust your authentication
1009
+ # server during EAP negotiation.
1010
+ # @return [Array<String>]
1011
+ #
1012
+ # @!attribute [rw] client_request_token
1013
+ # A unique, user-specified identifier for the request that ensures
1014
+ # idempotency.
1015
+ #
1016
+ # **A suitable default value is auto-generated.** You should normally
1017
+ # not need to pass this option.
1018
+ # @return [String]
1019
+ #
1020
+ # @see http://docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/CreateNetworkProfileRequest AWS API Documentation
1021
+ #
1022
+ class CreateNetworkProfileRequest < Struct.new(
1023
+ :network_profile_name,
1024
+ :description,
1025
+ :ssid,
1026
+ :security_type,
1027
+ :eap_method,
1028
+ :current_password,
1029
+ :next_password,
1030
+ :certificate_authority_arn,
1031
+ :trust_anchors,
1032
+ :client_request_token)
1033
+ include Aws::Structure
1034
+ end
1035
+
1036
+ # @!attribute [rw] network_profile_arn
1037
+ # The ARN of the network profile associated with a device.
1038
+ # @return [String]
1039
+ #
1040
+ # @see http://docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/CreateNetworkProfileResponse AWS API Documentation
1041
+ #
1042
+ class CreateNetworkProfileResponse < Struct.new(
1043
+ :network_profile_arn)
1044
+ include Aws::Structure
1045
+ end
1046
+
900
1047
  # @note When making an API call, you may pass CreateProfileRequest
901
1048
  # data as a hash:
902
1049
  #
@@ -1325,6 +1472,28 @@ module Aws::AlexaForBusiness
1325
1472
  #
1326
1473
  class DeleteGatewayGroupResponse < Aws::EmptyStructure; end
1327
1474
 
1475
+ # @note When making an API call, you may pass DeleteNetworkProfileRequest
1476
+ # data as a hash:
1477
+ #
1478
+ # {
1479
+ # network_profile_arn: "Arn", # required
1480
+ # }
1481
+ #
1482
+ # @!attribute [rw] network_profile_arn
1483
+ # The ARN of the network profile associated with a device.
1484
+ # @return [String]
1485
+ #
1486
+ # @see http://docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/DeleteNetworkProfileRequest AWS API Documentation
1487
+ #
1488
+ class DeleteNetworkProfileRequest < Struct.new(
1489
+ :network_profile_arn)
1490
+ include Aws::Structure
1491
+ end
1492
+
1493
+ # @see http://docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/DeleteNetworkProfileResponse AWS API Documentation
1494
+ #
1495
+ class DeleteNetworkProfileResponse < Aws::EmptyStructure; end
1496
+
1328
1497
  # @note When making an API call, you may pass DeleteProfileRequest
1329
1498
  # data as a hash:
1330
1499
  #
@@ -1550,6 +1719,10 @@ module Aws::AlexaForBusiness
1550
1719
  # Detailed information about a device's status.
1551
1720
  # @return [Types::DeviceStatusInfo]
1552
1721
  #
1722
+ # @!attribute [rw] network_profile_info
1723
+ # Detailed information about a device's network profile.
1724
+ # @return [Types::DeviceNetworkProfileInfo]
1725
+ #
1553
1726
  # @see http://docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/Device AWS API Documentation
1554
1727
  #
1555
1728
  class Device < Struct.new(
@@ -1561,7 +1734,8 @@ module Aws::AlexaForBusiness
1561
1734
  :mac_address,
1562
1735
  :room_arn,
1563
1736
  :device_status,
1564
- :device_status_info)
1737
+ :device_status_info,
1738
+ :network_profile_info)
1565
1739
  include Aws::Structure
1566
1740
  end
1567
1741
 
@@ -1595,6 +1769,14 @@ module Aws::AlexaForBusiness
1595
1769
  # The status of a device.
1596
1770
  # @return [String]
1597
1771
  #
1772
+ # @!attribute [rw] network_profile_arn
1773
+ # The ARN of the network profile associated with a device.
1774
+ # @return [String]
1775
+ #
1776
+ # @!attribute [rw] network_profile_name
1777
+ # The name of the network profile associated with a device.
1778
+ # @return [String]
1779
+ #
1598
1780
  # @!attribute [rw] room_arn
1599
1781
  # The room ARN associated with a device.
1600
1782
  # @return [String]
@@ -1617,6 +1799,8 @@ module Aws::AlexaForBusiness
1617
1799
  :software_version,
1618
1800
  :mac_address,
1619
1801
  :device_status,
1802
+ :network_profile_arn,
1803
+ :network_profile_name,
1620
1804
  :room_arn,
1621
1805
  :room_name,
1622
1806
  :device_status_info)
@@ -1646,8 +1830,48 @@ module Aws::AlexaForBusiness
1646
1830
  include Aws::Structure
1647
1831
  end
1648
1832
 
1833
+ # Detailed information about a device's network profile.
1834
+ #
1835
+ # @!attribute [rw] network_profile_arn
1836
+ # The ARN of the network profile associated with a device.
1837
+ # @return [String]
1838
+ #
1839
+ # @!attribute [rw] certificate_arn
1840
+ # The ARN of the certificate associated with a device.
1841
+ # @return [String]
1842
+ #
1843
+ # @!attribute [rw] certificate_expiration_time
1844
+ # The time (in epoch) when the certificate expires.
1845
+ # @return [Time]
1846
+ #
1847
+ # @see http://docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/DeviceNetworkProfileInfo AWS API Documentation
1848
+ #
1849
+ class DeviceNetworkProfileInfo < Struct.new(
1850
+ :network_profile_arn,
1851
+ :certificate_arn,
1852
+ :certificate_expiration_time)
1853
+ include Aws::Structure
1854
+ end
1855
+
1856
+ # The request failed because this device is no longer registered and
1857
+ # therefore no longer managed by this account.
1858
+ #
1859
+ # @!attribute [rw] message
1860
+ # @return [String]
1861
+ #
1862
+ # @see http://docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/DeviceNotRegisteredException AWS API Documentation
1863
+ #
1864
+ class DeviceNotRegisteredException < Struct.new(
1865
+ :message)
1866
+ include Aws::Structure
1867
+ end
1868
+
1649
1869
  # Details of a device’s status.
1650
1870
  #
1871
+ # @!attribute [rw] feature
1872
+ # The list of available features on the device.
1873
+ # @return [String]
1874
+ #
1651
1875
  # @!attribute [rw] code
1652
1876
  # The device status detail code.
1653
1877
  # @return [String]
@@ -1655,6 +1879,7 @@ module Aws::AlexaForBusiness
1655
1879
  # @see http://docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/DeviceStatusDetail AWS API Documentation
1656
1880
  #
1657
1881
  class DeviceStatusDetail < Struct.new(
1882
+ :feature,
1658
1883
  :code)
1659
1884
  include Aws::Structure
1660
1885
  end
@@ -2193,6 +2418,35 @@ module Aws::AlexaForBusiness
2193
2418
  include Aws::Structure
2194
2419
  end
2195
2420
 
2421
+ # @note When making an API call, you may pass GetNetworkProfileRequest
2422
+ # data as a hash:
2423
+ #
2424
+ # {
2425
+ # network_profile_arn: "Arn", # required
2426
+ # }
2427
+ #
2428
+ # @!attribute [rw] network_profile_arn
2429
+ # The ARN of the network profile associated with a device.
2430
+ # @return [String]
2431
+ #
2432
+ # @see http://docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/GetNetworkProfileRequest AWS API Documentation
2433
+ #
2434
+ class GetNetworkProfileRequest < Struct.new(
2435
+ :network_profile_arn)
2436
+ include Aws::Structure
2437
+ end
2438
+
2439
+ # @!attribute [rw] network_profile
2440
+ # The network profile associated with a device.
2441
+ # @return [Types::NetworkProfile]
2442
+ #
2443
+ # @see http://docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/GetNetworkProfileResponse AWS API Documentation
2444
+ #
2445
+ class GetNetworkProfileResponse < Struct.new(
2446
+ :network_profile)
2447
+ include Aws::Structure
2448
+ end
2449
+
2196
2450
  # @note When making an API call, you may pass GetProfileRequest
2197
2451
  # data as a hash:
2198
2452
  #
@@ -2349,6 +2603,80 @@ module Aws::AlexaForBusiness
2349
2603
  include Aws::Structure
2350
2604
  end
2351
2605
 
2606
+ # The Certificate Authority can't issue or revoke a certificate.
2607
+ #
2608
+ # @!attribute [rw] message
2609
+ # @return [String]
2610
+ #
2611
+ # @see http://docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/InvalidCertificateAuthorityException AWS API Documentation
2612
+ #
2613
+ class InvalidCertificateAuthorityException < Struct.new(
2614
+ :message)
2615
+ include Aws::Structure
2616
+ end
2617
+
2618
+ # The device is in an invalid state.
2619
+ #
2620
+ # @!attribute [rw] message
2621
+ # @return [String]
2622
+ #
2623
+ # @see http://docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/InvalidDeviceException AWS API Documentation
2624
+ #
2625
+ class InvalidDeviceException < Struct.new(
2626
+ :message)
2627
+ include Aws::Structure
2628
+ end
2629
+
2630
+ # A password in SecretsManager is in an invalid state.
2631
+ #
2632
+ # @!attribute [rw] message
2633
+ # @return [String]
2634
+ #
2635
+ # @see http://docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/InvalidSecretsManagerResourceException AWS API Documentation
2636
+ #
2637
+ class InvalidSecretsManagerResourceException < Struct.new(
2638
+ :message)
2639
+ include Aws::Structure
2640
+ end
2641
+
2642
+ # The service linked role is locked for deletion.
2643
+ #
2644
+ # @!attribute [rw] message
2645
+ # @return [String]
2646
+ #
2647
+ # @see http://docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/InvalidServiceLinkedRoleStateException AWS API Documentation
2648
+ #
2649
+ class InvalidServiceLinkedRoleStateException < Struct.new(
2650
+ :message)
2651
+ include Aws::Structure
2652
+ end
2653
+
2654
+ # The attempt to update a user is invalid due to the user's current
2655
+ # status.
2656
+ #
2657
+ # @!attribute [rw] message
2658
+ # @return [String]
2659
+ #
2660
+ # @see http://docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/InvalidUserStatusException AWS API Documentation
2661
+ #
2662
+ class InvalidUserStatusException < Struct.new(
2663
+ :message)
2664
+ include Aws::Structure
2665
+ end
2666
+
2667
+ # You are performing an action that would put you beyond your account's
2668
+ # limits.
2669
+ #
2670
+ # @!attribute [rw] message
2671
+ # @return [String]
2672
+ #
2673
+ # @see http://docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/LimitExceededException AWS API Documentation
2674
+ #
2675
+ class LimitExceededException < Struct.new(
2676
+ :message)
2677
+ include Aws::Structure
2678
+ end
2679
+
2352
2680
  # @note When making an API call, you may pass ListBusinessReportSchedulesRequest
2353
2681
  # data as a hash:
2354
2682
  #
@@ -2866,6 +3194,143 @@ module Aws::AlexaForBusiness
2866
3194
  include Aws::Structure
2867
3195
  end
2868
3196
 
3197
+ # The name sent in the request is already in use.
3198
+ #
3199
+ # @!attribute [rw] message
3200
+ # @return [String]
3201
+ #
3202
+ # @see http://docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/NameInUseException AWS API Documentation
3203
+ #
3204
+ class NameInUseException < Struct.new(
3205
+ :message)
3206
+ include Aws::Structure
3207
+ end
3208
+
3209
+ # The network profile associated with a device.
3210
+ #
3211
+ # @!attribute [rw] network_profile_arn
3212
+ # The ARN of the network profile associated with a device.
3213
+ # @return [String]
3214
+ #
3215
+ # @!attribute [rw] network_profile_name
3216
+ # The name of the network profile associated with a device.
3217
+ # @return [String]
3218
+ #
3219
+ # @!attribute [rw] description
3220
+ # Detailed information about a device's network profile.
3221
+ # @return [String]
3222
+ #
3223
+ # @!attribute [rw] ssid
3224
+ # The SSID of the Wi-Fi network.
3225
+ # @return [String]
3226
+ #
3227
+ # @!attribute [rw] security_type
3228
+ # The security type of the Wi-Fi network. This can be
3229
+ # WPA2\_ENTERPRISE, WPA2\_PSK, WPA\_PSK, WEP, or OPEN.
3230
+ # @return [String]
3231
+ #
3232
+ # @!attribute [rw] eap_method
3233
+ # The authentication standard that is used in the EAP framework.
3234
+ # Currently, EAP\_TLS is supported.
3235
+ # @return [String]
3236
+ #
3237
+ # @!attribute [rw] current_password
3238
+ # The current password of the Wi-Fi network.
3239
+ # @return [String]
3240
+ #
3241
+ # @!attribute [rw] next_password
3242
+ # The next, or subsequent, password of the Wi-Fi network. This
3243
+ # password is asynchronously transmitted to the device and is used
3244
+ # when the password of the network changes to NextPassword.
3245
+ # @return [String]
3246
+ #
3247
+ # @!attribute [rw] certificate_authority_arn
3248
+ # The ARN of the Private Certificate Authority (PCA) created in AWS
3249
+ # Certificate Manager (ACM). This is used to issue certificates to the
3250
+ # devices.
3251
+ # @return [String]
3252
+ #
3253
+ # @!attribute [rw] trust_anchors
3254
+ # The root certificates of your authentication server, which is
3255
+ # installed on your devices and used to trust your authentication
3256
+ # server during EAP negotiation.
3257
+ # @return [Array<String>]
3258
+ #
3259
+ # @see http://docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/NetworkProfile AWS API Documentation
3260
+ #
3261
+ class NetworkProfile < Struct.new(
3262
+ :network_profile_arn,
3263
+ :network_profile_name,
3264
+ :description,
3265
+ :ssid,
3266
+ :security_type,
3267
+ :eap_method,
3268
+ :current_password,
3269
+ :next_password,
3270
+ :certificate_authority_arn,
3271
+ :trust_anchors)
3272
+ include Aws::Structure
3273
+ end
3274
+
3275
+ # The data associated with a network profile.
3276
+ #
3277
+ # @!attribute [rw] network_profile_arn
3278
+ # The ARN of the network profile associated with a device.
3279
+ # @return [String]
3280
+ #
3281
+ # @!attribute [rw] network_profile_name
3282
+ # The name of the network profile associated with a device.
3283
+ # @return [String]
3284
+ #
3285
+ # @!attribute [rw] description
3286
+ # Detailed information about a device's network profile.
3287
+ # @return [String]
3288
+ #
3289
+ # @!attribute [rw] ssid
3290
+ # The SSID of the Wi-Fi network.
3291
+ # @return [String]
3292
+ #
3293
+ # @!attribute [rw] security_type
3294
+ # The security type of the Wi-Fi network. This can be
3295
+ # WPA2\_ENTERPRISE, WPA2\_PSK, WPA\_PSK, WEP, or OPEN.
3296
+ # @return [String]
3297
+ #
3298
+ # @!attribute [rw] eap_method
3299
+ # The authentication standard that is used in the EAP framework.
3300
+ # Currently, EAP\_TLS is supported.
3301
+ # @return [String]
3302
+ #
3303
+ # @!attribute [rw] certificate_authority_arn
3304
+ # The ARN of the Private Certificate Authority (PCA) created in AWS
3305
+ # Certificate Manager (ACM). This is used to issue certificates to the
3306
+ # devices.
3307
+ # @return [String]
3308
+ #
3309
+ # @see http://docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/NetworkProfileData AWS API Documentation
3310
+ #
3311
+ class NetworkProfileData < Struct.new(
3312
+ :network_profile_arn,
3313
+ :network_profile_name,
3314
+ :description,
3315
+ :ssid,
3316
+ :security_type,
3317
+ :eap_method,
3318
+ :certificate_authority_arn)
3319
+ include Aws::Structure
3320
+ end
3321
+
3322
+ # The resource is not found.
3323
+ #
3324
+ # @!attribute [rw] message
3325
+ # @return [String]
3326
+ #
3327
+ # @see http://docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/NotFoundException AWS API Documentation
3328
+ #
3329
+ class NotFoundException < Struct.new(
3330
+ :message)
3331
+ include Aws::Structure
3332
+ end
3333
+
2869
3334
  # The information for public switched telephone network (PSTN)
2870
3335
  # conferencing.
2871
3336
  #
@@ -3291,6 +3756,36 @@ module Aws::AlexaForBusiness
3291
3756
  include Aws::Structure
3292
3757
  end
3293
3758
 
3759
+ # Another resource is associated with the resource in the request.
3760
+ #
3761
+ # @!attribute [rw] message
3762
+ # @return [String]
3763
+ #
3764
+ # @see http://docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/ResourceAssociatedException AWS API Documentation
3765
+ #
3766
+ class ResourceAssociatedException < Struct.new(
3767
+ :message)
3768
+ include Aws::Structure
3769
+ end
3770
+
3771
+ # The resource in the request is already in use.
3772
+ #
3773
+ # @!attribute [rw] message
3774
+ # @return [String]
3775
+ #
3776
+ # @!attribute [rw] client_request_token
3777
+ # A unique, user-specified identifier for the request that ensures
3778
+ # idempotency.
3779
+ # @return [String]
3780
+ #
3781
+ # @see http://docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/ResourceInUseException AWS API Documentation
3782
+ #
3783
+ class ResourceInUseException < Struct.new(
3784
+ :message,
3785
+ :client_request_token)
3786
+ include Aws::Structure
3787
+ end
3788
+
3294
3789
  # @note When making an API call, you may pass RevokeInvitationRequest
3295
3790
  # data as a hash:
3296
3791
  #
@@ -3609,14 +4104,16 @@ module Aws::AlexaForBusiness
3609
4104
  # @!attribute [rw] filters
3610
4105
  # The filters to use to list a specified set of devices. Supported
3611
4106
  # filter keys are DeviceName, DeviceStatus, DeviceStatusDetailCode,
3612
- # RoomName, DeviceType, DeviceSerialNumber, UnassociatedOnly, and
3613
- # ConnectionStatus (ONLINE and OFFLINE).
4107
+ # RoomName, DeviceType, DeviceSerialNumber, UnassociatedOnly,
4108
+ # ConnectionStatus (ONLINE and OFFLINE), NetworkProfileName,
4109
+ # NetworkProfileArn, Feature, and FailureCode.
3614
4110
  # @return [Array<Types::Filter>]
3615
4111
  #
3616
4112
  # @!attribute [rw] sort_criteria
3617
4113
  # The sort order to use in listing the specified set of devices.
3618
4114
  # Supported sort keys are DeviceName, DeviceStatus, RoomName,
3619
- # DeviceType, DeviceSerialNumber, and ConnectionStatus.
4115
+ # DeviceType, DeviceSerialNumber, ConnectionStatus,
4116
+ # NetworkProfileName, NetworkProfileArn, Feature, and FailureCode.
3620
4117
  # @return [Array<Types::Sort>]
3621
4118
  #
3622
4119
  # @see http://docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/SearchDevicesRequest AWS API Documentation
@@ -3651,6 +4148,86 @@ module Aws::AlexaForBusiness
3651
4148
  include Aws::Structure
3652
4149
  end
3653
4150
 
4151
+ # @note When making an API call, you may pass SearchNetworkProfilesRequest
4152
+ # data as a hash:
4153
+ #
4154
+ # {
4155
+ # next_token: "NextToken",
4156
+ # max_results: 1,
4157
+ # filters: [
4158
+ # {
4159
+ # key: "FilterKey", # required
4160
+ # values: ["FilterValue"], # required
4161
+ # },
4162
+ # ],
4163
+ # sort_criteria: [
4164
+ # {
4165
+ # key: "SortKey", # required
4166
+ # value: "ASC", # required, accepts ASC, DESC
4167
+ # },
4168
+ # ],
4169
+ # }
4170
+ #
4171
+ # @!attribute [rw] next_token
4172
+ # An optional token returned from a prior request. Use this token for
4173
+ # pagination of results from this action. If this parameter is
4174
+ # specified, the response includes only results beyond the token, up
4175
+ # to the value specified by MaxResults.
4176
+ # @return [String]
4177
+ #
4178
+ # @!attribute [rw] max_results
4179
+ # The maximum number of results to include in the response. If more
4180
+ # results exist than the specified MaxResults value, a token is
4181
+ # included in the response so that the remaining results can be
4182
+ # retrieved.
4183
+ # @return [Integer]
4184
+ #
4185
+ # @!attribute [rw] filters
4186
+ # The filters to use to list a specified set of network profiles.
4187
+ # Valid filters are NetworkProfileName, Ssid, and SecurityType.
4188
+ # @return [Array<Types::Filter>]
4189
+ #
4190
+ # @!attribute [rw] sort_criteria
4191
+ # The sort order to use to list the specified set of network profiles.
4192
+ # Valid sort criteria includes NetworkProfileName, Ssid, and
4193
+ # SecurityType.
4194
+ # @return [Array<Types::Sort>]
4195
+ #
4196
+ # @see http://docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/SearchNetworkProfilesRequest AWS API Documentation
4197
+ #
4198
+ class SearchNetworkProfilesRequest < Struct.new(
4199
+ :next_token,
4200
+ :max_results,
4201
+ :filters,
4202
+ :sort_criteria)
4203
+ include Aws::Structure
4204
+ end
4205
+
4206
+ # @!attribute [rw] network_profiles
4207
+ # The network profiles that meet the specified set of filter criteria,
4208
+ # in sort order. It is a list of NetworkProfileData objects.
4209
+ # @return [Array<Types::NetworkProfileData>]
4210
+ #
4211
+ # @!attribute [rw] next_token
4212
+ # An optional token returned from a prior request. Use this token for
4213
+ # pagination of results from this action. If this parameter is
4214
+ # specified, the response includes only results beyond the token, up
4215
+ # to the value specified by MaxResults.
4216
+ # @return [String]
4217
+ #
4218
+ # @!attribute [rw] total_count
4219
+ # The total number of network profiles returned.
4220
+ # @return [Integer]
4221
+ #
4222
+ # @see http://docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/SearchNetworkProfilesResponse AWS API Documentation
4223
+ #
4224
+ class SearchNetworkProfilesResponse < Struct.new(
4225
+ :network_profiles,
4226
+ :next_token,
4227
+ :total_count)
4228
+ include Aws::Structure
4229
+ end
4230
+
3654
4231
  # @note When making an API call, you may pass SearchProfilesRequest
3655
4232
  # data as a hash:
3656
4233
  #
@@ -4164,6 +4741,18 @@ module Aws::AlexaForBusiness
4164
4741
  include Aws::Structure
4165
4742
  end
4166
4743
 
4744
+ # The skill must be linked to a third-party account.
4745
+ #
4746
+ # @!attribute [rw] message
4747
+ # @return [String]
4748
+ #
4749
+ # @see http://docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/SkillNotLinkedException AWS API Documentation
4750
+ #
4751
+ class SkillNotLinkedException < Struct.new(
4752
+ :message)
4753
+ include Aws::Structure
4754
+ end
4755
+
4167
4756
  # The summary of skills.
4168
4757
  #
4169
4758
  # @!attribute [rw] skill_id
@@ -4328,7 +4917,7 @@ module Aws::AlexaForBusiness
4328
4917
  # {
4329
4918
  # room_arn: "Arn",
4330
4919
  # device_arn: "Arn",
4331
- # features: ["BLUETOOTH"], # required, accepts BLUETOOTH, VOLUME, NOTIFICATIONS, LISTS, SKILLS, ALL
4920
+ # features: ["BLUETOOTH"], # required, accepts BLUETOOTH, VOLUME, NOTIFICATIONS, LISTS, SKILLS, NETWORK_PROFILE, SETTINGS, ALL
4332
4921
  # }
4333
4922
  #
4334
4923
  # @!attribute [rw] room_arn
@@ -4465,6 +5054,19 @@ module Aws::AlexaForBusiness
4465
5054
  include Aws::Structure
4466
5055
  end
4467
5056
 
5057
+ # The caller has no permissions to operate on the resource involved in
5058
+ # the API call.
5059
+ #
5060
+ # @!attribute [rw] message
5061
+ # @return [String]
5062
+ #
5063
+ # @see http://docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/UnauthorizedException AWS API Documentation
5064
+ #
5065
+ class UnauthorizedException < Struct.new(
5066
+ :message)
5067
+ include Aws::Structure
5068
+ end
5069
+
4468
5070
  # @note When making an API call, you may pass UntagResourceRequest
4469
5071
  # data as a hash:
4470
5072
  #
@@ -4789,6 +5391,70 @@ module Aws::AlexaForBusiness
4789
5391
  #
4790
5392
  class UpdateGatewayResponse < Aws::EmptyStructure; end
4791
5393
 
5394
+ # @note When making an API call, you may pass UpdateNetworkProfileRequest
5395
+ # data as a hash:
5396
+ #
5397
+ # {
5398
+ # network_profile_arn: "Arn", # required
5399
+ # network_profile_name: "NetworkProfileName",
5400
+ # description: "NetworkProfileDescription",
5401
+ # current_password: "CurrentWiFiPassword",
5402
+ # next_password: "NextWiFiPassword",
5403
+ # certificate_authority_arn: "Arn",
5404
+ # trust_anchors: ["TrustAnchor"],
5405
+ # }
5406
+ #
5407
+ # @!attribute [rw] network_profile_arn
5408
+ # The ARN of the network profile associated with a device.
5409
+ # @return [String]
5410
+ #
5411
+ # @!attribute [rw] network_profile_name
5412
+ # The name of the network profile associated with a device.
5413
+ # @return [String]
5414
+ #
5415
+ # @!attribute [rw] description
5416
+ # Detailed information about a device's network profile.
5417
+ # @return [String]
5418
+ #
5419
+ # @!attribute [rw] current_password
5420
+ # The current password of the Wi-Fi network.
5421
+ # @return [String]
5422
+ #
5423
+ # @!attribute [rw] next_password
5424
+ # The next, or subsequent, password of the Wi-Fi network. This
5425
+ # password is asynchronously transmitted to the device and is used
5426
+ # when the password of the network changes to NextPassword.
5427
+ # @return [String]
5428
+ #
5429
+ # @!attribute [rw] certificate_authority_arn
5430
+ # The ARN of the Private Certificate Authority (PCA) created in AWS
5431
+ # Certificate Manager (ACM). This is used to issue certificates to the
5432
+ # devices.
5433
+ # @return [String]
5434
+ #
5435
+ # @!attribute [rw] trust_anchors
5436
+ # The root certificate(s) of your authentication server that will be
5437
+ # installed on your devices and used to trust your authentication
5438
+ # server during EAP negotiation.
5439
+ # @return [Array<String>]
5440
+ #
5441
+ # @see http://docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/UpdateNetworkProfileRequest AWS API Documentation
5442
+ #
5443
+ class UpdateNetworkProfileRequest < Struct.new(
5444
+ :network_profile_arn,
5445
+ :network_profile_name,
5446
+ :description,
5447
+ :current_password,
5448
+ :next_password,
5449
+ :certificate_authority_arn,
5450
+ :trust_anchors)
5451
+ include Aws::Structure
5452
+ end
5453
+
5454
+ # @see http://docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/UpdateNetworkProfileResponse AWS API Documentation
5455
+ #
5456
+ class UpdateNetworkProfileResponse < Aws::EmptyStructure; end
5457
+
4792
5458
  # @note When making an API call, you may pass UpdateProfileRequest
4793
5459
  # data as a hash:
4794
5460
  #