aws-sdk-alexaforbusiness 1.59.0 → 1.60.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-alexaforbusiness/client.rb +8 -1
- data/lib/aws-sdk-alexaforbusiness/client_api.rb +107 -0
- data/lib/aws-sdk-alexaforbusiness/endpoint_provider.rb +27 -24
- data/lib/aws-sdk-alexaforbusiness/types.rb +48 -3
- data/lib/aws-sdk-alexaforbusiness.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: eb45e1bce9373a9b96bbfdf8d5029ae2eaaf008b68e178829d4e3a06a6c67f10
|
4
|
+
data.tar.gz: 1f68b12d0853770c534de9235bd0825b0b372120db8ab7fd0b73646c7daebf38
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ba446c18e3f22830153d30ffa5db8219bcb4d22a81b3b30bf25827bb6b183aa8cd16108d63f29df1f3bf38ca4ad91073994053b2ccc46e8ce71b331661a89b0d
|
7
|
+
data.tar.gz: 00b6c648deeb28e0f55c72567feb0c856f6ee82e6c55e6aa8bfe79e26a2243aaebd1d80eadfc103a8dbd24662bf4afcd4885f09ae870ef5f216da5641b5e9118
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.60.0
|
@@ -1058,6 +1058,9 @@ module Aws::AlexaForBusiness
|
|
1058
1058
|
# release_after_minutes: 1, # required
|
1059
1059
|
# enabled: false, # required
|
1060
1060
|
# },
|
1061
|
+
# proactive_join: {
|
1062
|
+
# enabled_by_motion: false, # required
|
1063
|
+
# },
|
1061
1064
|
# },
|
1062
1065
|
# tags: [
|
1063
1066
|
# {
|
@@ -2059,6 +2062,7 @@ module Aws::AlexaForBusiness
|
|
2059
2062
|
# resp.profile.meeting_room_configuration.instant_booking.enabled #=> Boolean
|
2060
2063
|
# resp.profile.meeting_room_configuration.require_check_in.release_after_minutes #=> Integer
|
2061
2064
|
# resp.profile.meeting_room_configuration.require_check_in.enabled #=> Boolean
|
2065
|
+
# resp.profile.meeting_room_configuration.proactive_join.enabled_by_motion #=> Boolean
|
2062
2066
|
#
|
2063
2067
|
# @see http://docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/GetProfile AWS API Documentation
|
2064
2068
|
#
|
@@ -4190,6 +4194,9 @@ module Aws::AlexaForBusiness
|
|
4190
4194
|
# release_after_minutes: 1,
|
4191
4195
|
# enabled: false,
|
4192
4196
|
# },
|
4197
|
+
# proactive_join: {
|
4198
|
+
# enabled_by_motion: false, # required
|
4199
|
+
# },
|
4193
4200
|
# },
|
4194
4201
|
# })
|
4195
4202
|
#
|
@@ -4283,7 +4290,7 @@ module Aws::AlexaForBusiness
|
|
4283
4290
|
params: params,
|
4284
4291
|
config: config)
|
4285
4292
|
context[:gem_name] = 'aws-sdk-alexaforbusiness'
|
4286
|
-
context[:gem_version] = '1.
|
4293
|
+
context[:gem_version] = '1.60.0'
|
4287
4294
|
Seahorse::Client::Request.new(handlers, context)
|
4288
4295
|
end
|
4289
4296
|
|
@@ -97,6 +97,7 @@ module Aws::AlexaForBusiness
|
|
97
97
|
CreateMeetingRoomConfiguration = Shapes::StructureShape.new(name: 'CreateMeetingRoomConfiguration')
|
98
98
|
CreateNetworkProfileRequest = Shapes::StructureShape.new(name: 'CreateNetworkProfileRequest')
|
99
99
|
CreateNetworkProfileResponse = Shapes::StructureShape.new(name: 'CreateNetworkProfileResponse')
|
100
|
+
CreateProactiveJoin = Shapes::StructureShape.new(name: 'CreateProactiveJoin')
|
100
101
|
CreateProfileRequest = Shapes::StructureShape.new(name: 'CreateProfileRequest')
|
101
102
|
CreateProfileResponse = Shapes::StructureShape.new(name: 'CreateProfileResponse')
|
102
103
|
CreateRequireCheckIn = Shapes::StructureShape.new(name: 'CreateRequireCheckIn')
|
@@ -292,6 +293,7 @@ module Aws::AlexaForBusiness
|
|
292
293
|
PhoneNumberList = Shapes::ListShape.new(name: 'PhoneNumberList')
|
293
294
|
PhoneNumberType = Shapes::StringShape.new(name: 'PhoneNumberType')
|
294
295
|
PrivacyPolicy = Shapes::StringShape.new(name: 'PrivacyPolicy')
|
296
|
+
ProactiveJoin = Shapes::StructureShape.new(name: 'ProactiveJoin')
|
295
297
|
ProductDescription = Shapes::StringShape.new(name: 'ProductDescription')
|
296
298
|
ProductId = Shapes::StringShape.new(name: 'ProductId')
|
297
299
|
Profile = Shapes::StructureShape.new(name: 'Profile')
|
@@ -431,6 +433,7 @@ module Aws::AlexaForBusiness
|
|
431
433
|
UpdateMeetingRoomConfiguration = Shapes::StructureShape.new(name: 'UpdateMeetingRoomConfiguration')
|
432
434
|
UpdateNetworkProfileRequest = Shapes::StructureShape.new(name: 'UpdateNetworkProfileRequest')
|
433
435
|
UpdateNetworkProfileResponse = Shapes::StructureShape.new(name: 'UpdateNetworkProfileResponse')
|
436
|
+
UpdateProactiveJoin = Shapes::StructureShape.new(name: 'UpdateProactiveJoin')
|
434
437
|
UpdateProfileRequest = Shapes::StructureShape.new(name: 'UpdateProfileRequest')
|
435
438
|
UpdateProfileResponse = Shapes::StructureShape.new(name: 'UpdateProfileResponse')
|
436
439
|
UpdateRequireCheckIn = Shapes::StructureShape.new(name: 'UpdateRequireCheckIn')
|
@@ -662,6 +665,7 @@ module Aws::AlexaForBusiness
|
|
662
665
|
CreateMeetingRoomConfiguration.add_member(:end_of_meeting_reminder, Shapes::ShapeRef.new(shape: CreateEndOfMeetingReminder, location_name: "EndOfMeetingReminder"))
|
663
666
|
CreateMeetingRoomConfiguration.add_member(:instant_booking, Shapes::ShapeRef.new(shape: CreateInstantBooking, location_name: "InstantBooking"))
|
664
667
|
CreateMeetingRoomConfiguration.add_member(:require_check_in, Shapes::ShapeRef.new(shape: CreateRequireCheckIn, location_name: "RequireCheckIn"))
|
668
|
+
CreateMeetingRoomConfiguration.add_member(:proactive_join, Shapes::ShapeRef.new(shape: CreateProactiveJoin, location_name: "ProactiveJoin"))
|
665
669
|
CreateMeetingRoomConfiguration.struct_class = Types::CreateMeetingRoomConfiguration
|
666
670
|
|
667
671
|
CreateNetworkProfileRequest.add_member(:network_profile_name, Shapes::ShapeRef.new(shape: NetworkProfileName, required: true, location_name: "NetworkProfileName"))
|
@@ -680,6 +684,9 @@ module Aws::AlexaForBusiness
|
|
680
684
|
CreateNetworkProfileResponse.add_member(:network_profile_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "NetworkProfileArn"))
|
681
685
|
CreateNetworkProfileResponse.struct_class = Types::CreateNetworkProfileResponse
|
682
686
|
|
687
|
+
CreateProactiveJoin.add_member(:enabled_by_motion, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "EnabledByMotion"))
|
688
|
+
CreateProactiveJoin.struct_class = Types::CreateProactiveJoin
|
689
|
+
|
683
690
|
CreateProfileRequest.add_member(:profile_name, Shapes::ShapeRef.new(shape: ProfileName, required: true, location_name: "ProfileName"))
|
684
691
|
CreateProfileRequest.add_member(:timezone, Shapes::ShapeRef.new(shape: Timezone, required: true, location_name: "Timezone"))
|
685
692
|
CreateProfileRequest.add_member(:address, Shapes::ShapeRef.new(shape: Address, required: true, location_name: "Address"))
|
@@ -1149,6 +1156,7 @@ module Aws::AlexaForBusiness
|
|
1149
1156
|
MeetingRoomConfiguration.add_member(:end_of_meeting_reminder, Shapes::ShapeRef.new(shape: EndOfMeetingReminder, location_name: "EndOfMeetingReminder"))
|
1150
1157
|
MeetingRoomConfiguration.add_member(:instant_booking, Shapes::ShapeRef.new(shape: InstantBooking, location_name: "InstantBooking"))
|
1151
1158
|
MeetingRoomConfiguration.add_member(:require_check_in, Shapes::ShapeRef.new(shape: RequireCheckIn, location_name: "RequireCheckIn"))
|
1159
|
+
MeetingRoomConfiguration.add_member(:proactive_join, Shapes::ShapeRef.new(shape: ProactiveJoin, location_name: "ProactiveJoin"))
|
1152
1160
|
MeetingRoomConfiguration.struct_class = Types::MeetingRoomConfiguration
|
1153
1161
|
|
1154
1162
|
MeetingSetting.add_member(:require_pin, Shapes::ShapeRef.new(shape: RequirePin, required: true, location_name: "RequirePin"))
|
@@ -1197,6 +1205,9 @@ module Aws::AlexaForBusiness
|
|
1197
1205
|
|
1198
1206
|
PhoneNumberList.member = Shapes::ShapeRef.new(shape: PhoneNumber)
|
1199
1207
|
|
1208
|
+
ProactiveJoin.add_member(:enabled_by_motion, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnabledByMotion"))
|
1209
|
+
ProactiveJoin.struct_class = Types::ProactiveJoin
|
1210
|
+
|
1200
1211
|
Profile.add_member(:profile_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "ProfileArn"))
|
1201
1212
|
Profile.add_member(:profile_name, Shapes::ShapeRef.new(shape: ProfileName, location_name: "ProfileName"))
|
1202
1213
|
Profile.add_member(:is_default, Shapes::ShapeRef.new(shape: Boolean, location_name: "IsDefault"))
|
@@ -1616,6 +1627,7 @@ module Aws::AlexaForBusiness
|
|
1616
1627
|
UpdateMeetingRoomConfiguration.add_member(:end_of_meeting_reminder, Shapes::ShapeRef.new(shape: UpdateEndOfMeetingReminder, location_name: "EndOfMeetingReminder"))
|
1617
1628
|
UpdateMeetingRoomConfiguration.add_member(:instant_booking, Shapes::ShapeRef.new(shape: UpdateInstantBooking, location_name: "InstantBooking"))
|
1618
1629
|
UpdateMeetingRoomConfiguration.add_member(:require_check_in, Shapes::ShapeRef.new(shape: UpdateRequireCheckIn, location_name: "RequireCheckIn"))
|
1630
|
+
UpdateMeetingRoomConfiguration.add_member(:proactive_join, Shapes::ShapeRef.new(shape: UpdateProactiveJoin, location_name: "ProactiveJoin"))
|
1619
1631
|
UpdateMeetingRoomConfiguration.struct_class = Types::UpdateMeetingRoomConfiguration
|
1620
1632
|
|
1621
1633
|
UpdateNetworkProfileRequest.add_member(:network_profile_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "NetworkProfileArn"))
|
@@ -1629,6 +1641,9 @@ module Aws::AlexaForBusiness
|
|
1629
1641
|
|
1630
1642
|
UpdateNetworkProfileResponse.struct_class = Types::UpdateNetworkProfileResponse
|
1631
1643
|
|
1644
|
+
UpdateProactiveJoin.add_member(:enabled_by_motion, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "EnabledByMotion"))
|
1645
|
+
UpdateProactiveJoin.struct_class = Types::UpdateProactiveJoin
|
1646
|
+
|
1632
1647
|
UpdateProfileRequest.add_member(:profile_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "ProfileArn"))
|
1633
1648
|
UpdateProfileRequest.add_member(:profile_name, Shapes::ShapeRef.new(shape: ProfileName, location_name: "ProfileName"))
|
1634
1649
|
UpdateProfileRequest.add_member(:is_default, Shapes::ShapeRef.new(shape: Boolean, location_name: "IsDefault"))
|
@@ -1699,6 +1714,7 @@ module Aws::AlexaForBusiness
|
|
1699
1714
|
o.name = "ApproveSkill"
|
1700
1715
|
o.http_method = "POST"
|
1701
1716
|
o.http_request_uri = "/"
|
1717
|
+
o.deprecated = true
|
1702
1718
|
o.input = Shapes::ShapeRef.new(shape: ApproveSkillRequest)
|
1703
1719
|
o.output = Shapes::ShapeRef.new(shape: ApproveSkillResponse)
|
1704
1720
|
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
@@ -1710,6 +1726,7 @@ module Aws::AlexaForBusiness
|
|
1710
1726
|
o.name = "AssociateContactWithAddressBook"
|
1711
1727
|
o.http_method = "POST"
|
1712
1728
|
o.http_request_uri = "/"
|
1729
|
+
o.deprecated = true
|
1713
1730
|
o.input = Shapes::ShapeRef.new(shape: AssociateContactWithAddressBookRequest)
|
1714
1731
|
o.output = Shapes::ShapeRef.new(shape: AssociateContactWithAddressBookResponse)
|
1715
1732
|
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
@@ -1719,6 +1736,7 @@ module Aws::AlexaForBusiness
|
|
1719
1736
|
o.name = "AssociateDeviceWithNetworkProfile"
|
1720
1737
|
o.http_method = "POST"
|
1721
1738
|
o.http_request_uri = "/"
|
1739
|
+
o.deprecated = true
|
1722
1740
|
o.input = Shapes::ShapeRef.new(shape: AssociateDeviceWithNetworkProfileRequest)
|
1723
1741
|
o.output = Shapes::ShapeRef.new(shape: AssociateDeviceWithNetworkProfileResponse)
|
1724
1742
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
@@ -1730,6 +1748,7 @@ module Aws::AlexaForBusiness
|
|
1730
1748
|
o.name = "AssociateDeviceWithRoom"
|
1731
1749
|
o.http_method = "POST"
|
1732
1750
|
o.http_request_uri = "/"
|
1751
|
+
o.deprecated = true
|
1733
1752
|
o.input = Shapes::ShapeRef.new(shape: AssociateDeviceWithRoomRequest)
|
1734
1753
|
o.output = Shapes::ShapeRef.new(shape: AssociateDeviceWithRoomResponse)
|
1735
1754
|
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
@@ -1741,6 +1760,7 @@ module Aws::AlexaForBusiness
|
|
1741
1760
|
o.name = "AssociateSkillGroupWithRoom"
|
1742
1761
|
o.http_method = "POST"
|
1743
1762
|
o.http_request_uri = "/"
|
1763
|
+
o.deprecated = true
|
1744
1764
|
o.input = Shapes::ShapeRef.new(shape: AssociateSkillGroupWithRoomRequest)
|
1745
1765
|
o.output = Shapes::ShapeRef.new(shape: AssociateSkillGroupWithRoomResponse)
|
1746
1766
|
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
@@ -1750,6 +1770,7 @@ module Aws::AlexaForBusiness
|
|
1750
1770
|
o.name = "AssociateSkillWithSkillGroup"
|
1751
1771
|
o.http_method = "POST"
|
1752
1772
|
o.http_request_uri = "/"
|
1773
|
+
o.deprecated = true
|
1753
1774
|
o.input = Shapes::ShapeRef.new(shape: AssociateSkillWithSkillGroupRequest)
|
1754
1775
|
o.output = Shapes::ShapeRef.new(shape: AssociateSkillWithSkillGroupResponse)
|
1755
1776
|
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
@@ -1761,6 +1782,7 @@ module Aws::AlexaForBusiness
|
|
1761
1782
|
o.name = "AssociateSkillWithUsers"
|
1762
1783
|
o.http_method = "POST"
|
1763
1784
|
o.http_request_uri = "/"
|
1785
|
+
o.deprecated = true
|
1764
1786
|
o.input = Shapes::ShapeRef.new(shape: AssociateSkillWithUsersRequest)
|
1765
1787
|
o.output = Shapes::ShapeRef.new(shape: AssociateSkillWithUsersResponse)
|
1766
1788
|
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
@@ -1771,6 +1793,7 @@ module Aws::AlexaForBusiness
|
|
1771
1793
|
o.name = "CreateAddressBook"
|
1772
1794
|
o.http_method = "POST"
|
1773
1795
|
o.http_request_uri = "/"
|
1796
|
+
o.deprecated = true
|
1774
1797
|
o.input = Shapes::ShapeRef.new(shape: CreateAddressBookRequest)
|
1775
1798
|
o.output = Shapes::ShapeRef.new(shape: CreateAddressBookResponse)
|
1776
1799
|
o.errors << Shapes::ShapeRef.new(shape: AlreadyExistsException)
|
@@ -1781,6 +1804,7 @@ module Aws::AlexaForBusiness
|
|
1781
1804
|
o.name = "CreateBusinessReportSchedule"
|
1782
1805
|
o.http_method = "POST"
|
1783
1806
|
o.http_request_uri = "/"
|
1807
|
+
o.deprecated = true
|
1784
1808
|
o.input = Shapes::ShapeRef.new(shape: CreateBusinessReportScheduleRequest)
|
1785
1809
|
o.output = Shapes::ShapeRef.new(shape: CreateBusinessReportScheduleResponse)
|
1786
1810
|
o.errors << Shapes::ShapeRef.new(shape: AlreadyExistsException)
|
@@ -1790,6 +1814,7 @@ module Aws::AlexaForBusiness
|
|
1790
1814
|
o.name = "CreateConferenceProvider"
|
1791
1815
|
o.http_method = "POST"
|
1792
1816
|
o.http_request_uri = "/"
|
1817
|
+
o.deprecated = true
|
1793
1818
|
o.input = Shapes::ShapeRef.new(shape: CreateConferenceProviderRequest)
|
1794
1819
|
o.output = Shapes::ShapeRef.new(shape: CreateConferenceProviderResponse)
|
1795
1820
|
o.errors << Shapes::ShapeRef.new(shape: AlreadyExistsException)
|
@@ -1799,6 +1824,7 @@ module Aws::AlexaForBusiness
|
|
1799
1824
|
o.name = "CreateContact"
|
1800
1825
|
o.http_method = "POST"
|
1801
1826
|
o.http_request_uri = "/"
|
1827
|
+
o.deprecated = true
|
1802
1828
|
o.input = Shapes::ShapeRef.new(shape: CreateContactRequest)
|
1803
1829
|
o.output = Shapes::ShapeRef.new(shape: CreateContactResponse)
|
1804
1830
|
o.errors << Shapes::ShapeRef.new(shape: AlreadyExistsException)
|
@@ -1809,6 +1835,7 @@ module Aws::AlexaForBusiness
|
|
1809
1835
|
o.name = "CreateGatewayGroup"
|
1810
1836
|
o.http_method = "POST"
|
1811
1837
|
o.http_request_uri = "/"
|
1838
|
+
o.deprecated = true
|
1812
1839
|
o.input = Shapes::ShapeRef.new(shape: CreateGatewayGroupRequest)
|
1813
1840
|
o.output = Shapes::ShapeRef.new(shape: CreateGatewayGroupResponse)
|
1814
1841
|
o.errors << Shapes::ShapeRef.new(shape: AlreadyExistsException)
|
@@ -1819,6 +1846,7 @@ module Aws::AlexaForBusiness
|
|
1819
1846
|
o.name = "CreateNetworkProfile"
|
1820
1847
|
o.http_method = "POST"
|
1821
1848
|
o.http_request_uri = "/"
|
1849
|
+
o.deprecated = true
|
1822
1850
|
o.input = Shapes::ShapeRef.new(shape: CreateNetworkProfileRequest)
|
1823
1851
|
o.output = Shapes::ShapeRef.new(shape: CreateNetworkProfileResponse)
|
1824
1852
|
o.errors << Shapes::ShapeRef.new(shape: AlreadyExistsException)
|
@@ -1832,6 +1860,7 @@ module Aws::AlexaForBusiness
|
|
1832
1860
|
o.name = "CreateProfile"
|
1833
1861
|
o.http_method = "POST"
|
1834
1862
|
o.http_request_uri = "/"
|
1863
|
+
o.deprecated = true
|
1835
1864
|
o.input = Shapes::ShapeRef.new(shape: CreateProfileRequest)
|
1836
1865
|
o.output = Shapes::ShapeRef.new(shape: CreateProfileResponse)
|
1837
1866
|
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
@@ -1843,6 +1872,7 @@ module Aws::AlexaForBusiness
|
|
1843
1872
|
o.name = "CreateRoom"
|
1844
1873
|
o.http_method = "POST"
|
1845
1874
|
o.http_request_uri = "/"
|
1875
|
+
o.deprecated = true
|
1846
1876
|
o.input = Shapes::ShapeRef.new(shape: CreateRoomRequest)
|
1847
1877
|
o.output = Shapes::ShapeRef.new(shape: CreateRoomResponse)
|
1848
1878
|
o.errors << Shapes::ShapeRef.new(shape: AlreadyExistsException)
|
@@ -1853,6 +1883,7 @@ module Aws::AlexaForBusiness
|
|
1853
1883
|
o.name = "CreateSkillGroup"
|
1854
1884
|
o.http_method = "POST"
|
1855
1885
|
o.http_request_uri = "/"
|
1886
|
+
o.deprecated = true
|
1856
1887
|
o.input = Shapes::ShapeRef.new(shape: CreateSkillGroupRequest)
|
1857
1888
|
o.output = Shapes::ShapeRef.new(shape: CreateSkillGroupResponse)
|
1858
1889
|
o.errors << Shapes::ShapeRef.new(shape: AlreadyExistsException)
|
@@ -1864,6 +1895,7 @@ module Aws::AlexaForBusiness
|
|
1864
1895
|
o.name = "CreateUser"
|
1865
1896
|
o.http_method = "POST"
|
1866
1897
|
o.http_request_uri = "/"
|
1898
|
+
o.deprecated = true
|
1867
1899
|
o.input = Shapes::ShapeRef.new(shape: CreateUserRequest)
|
1868
1900
|
o.output = Shapes::ShapeRef.new(shape: CreateUserResponse)
|
1869
1901
|
o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
|
@@ -1875,6 +1907,7 @@ module Aws::AlexaForBusiness
|
|
1875
1907
|
o.name = "DeleteAddressBook"
|
1876
1908
|
o.http_method = "POST"
|
1877
1909
|
o.http_request_uri = "/"
|
1910
|
+
o.deprecated = true
|
1878
1911
|
o.input = Shapes::ShapeRef.new(shape: DeleteAddressBookRequest)
|
1879
1912
|
o.output = Shapes::ShapeRef.new(shape: DeleteAddressBookResponse)
|
1880
1913
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
@@ -1885,6 +1918,7 @@ module Aws::AlexaForBusiness
|
|
1885
1918
|
o.name = "DeleteBusinessReportSchedule"
|
1886
1919
|
o.http_method = "POST"
|
1887
1920
|
o.http_request_uri = "/"
|
1921
|
+
o.deprecated = true
|
1888
1922
|
o.input = Shapes::ShapeRef.new(shape: DeleteBusinessReportScheduleRequest)
|
1889
1923
|
o.output = Shapes::ShapeRef.new(shape: DeleteBusinessReportScheduleResponse)
|
1890
1924
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
@@ -1895,6 +1929,7 @@ module Aws::AlexaForBusiness
|
|
1895
1929
|
o.name = "DeleteConferenceProvider"
|
1896
1930
|
o.http_method = "POST"
|
1897
1931
|
o.http_request_uri = "/"
|
1932
|
+
o.deprecated = true
|
1898
1933
|
o.input = Shapes::ShapeRef.new(shape: DeleteConferenceProviderRequest)
|
1899
1934
|
o.output = Shapes::ShapeRef.new(shape: DeleteConferenceProviderResponse)
|
1900
1935
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
@@ -1904,6 +1939,7 @@ module Aws::AlexaForBusiness
|
|
1904
1939
|
o.name = "DeleteContact"
|
1905
1940
|
o.http_method = "POST"
|
1906
1941
|
o.http_request_uri = "/"
|
1942
|
+
o.deprecated = true
|
1907
1943
|
o.input = Shapes::ShapeRef.new(shape: DeleteContactRequest)
|
1908
1944
|
o.output = Shapes::ShapeRef.new(shape: DeleteContactResponse)
|
1909
1945
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
@@ -1914,6 +1950,7 @@ module Aws::AlexaForBusiness
|
|
1914
1950
|
o.name = "DeleteDevice"
|
1915
1951
|
o.http_method = "POST"
|
1916
1952
|
o.http_request_uri = "/"
|
1953
|
+
o.deprecated = true
|
1917
1954
|
o.input = Shapes::ShapeRef.new(shape: DeleteDeviceRequest)
|
1918
1955
|
o.output = Shapes::ShapeRef.new(shape: DeleteDeviceResponse)
|
1919
1956
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
@@ -1925,6 +1962,7 @@ module Aws::AlexaForBusiness
|
|
1925
1962
|
o.name = "DeleteDeviceUsageData"
|
1926
1963
|
o.http_method = "POST"
|
1927
1964
|
o.http_request_uri = "/"
|
1965
|
+
o.deprecated = true
|
1928
1966
|
o.input = Shapes::ShapeRef.new(shape: DeleteDeviceUsageDataRequest)
|
1929
1967
|
o.output = Shapes::ShapeRef.new(shape: DeleteDeviceUsageDataResponse)
|
1930
1968
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
@@ -1936,6 +1974,7 @@ module Aws::AlexaForBusiness
|
|
1936
1974
|
o.name = "DeleteGatewayGroup"
|
1937
1975
|
o.http_method = "POST"
|
1938
1976
|
o.http_request_uri = "/"
|
1977
|
+
o.deprecated = true
|
1939
1978
|
o.input = Shapes::ShapeRef.new(shape: DeleteGatewayGroupRequest)
|
1940
1979
|
o.output = Shapes::ShapeRef.new(shape: DeleteGatewayGroupResponse)
|
1941
1980
|
o.errors << Shapes::ShapeRef.new(shape: ResourceAssociatedException)
|
@@ -1945,6 +1984,7 @@ module Aws::AlexaForBusiness
|
|
1945
1984
|
o.name = "DeleteNetworkProfile"
|
1946
1985
|
o.http_method = "POST"
|
1947
1986
|
o.http_request_uri = "/"
|
1987
|
+
o.deprecated = true
|
1948
1988
|
o.input = Shapes::ShapeRef.new(shape: DeleteNetworkProfileRequest)
|
1949
1989
|
o.output = Shapes::ShapeRef.new(shape: DeleteNetworkProfileResponse)
|
1950
1990
|
o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
|
@@ -1956,6 +1996,7 @@ module Aws::AlexaForBusiness
|
|
1956
1996
|
o.name = "DeleteProfile"
|
1957
1997
|
o.http_method = "POST"
|
1958
1998
|
o.http_request_uri = "/"
|
1999
|
+
o.deprecated = true
|
1959
2000
|
o.input = Shapes::ShapeRef.new(shape: DeleteProfileRequest)
|
1960
2001
|
o.output = Shapes::ShapeRef.new(shape: DeleteProfileResponse)
|
1961
2002
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
@@ -1966,6 +2007,7 @@ module Aws::AlexaForBusiness
|
|
1966
2007
|
o.name = "DeleteRoom"
|
1967
2008
|
o.http_method = "POST"
|
1968
2009
|
o.http_request_uri = "/"
|
2010
|
+
o.deprecated = true
|
1969
2011
|
o.input = Shapes::ShapeRef.new(shape: DeleteRoomRequest)
|
1970
2012
|
o.output = Shapes::ShapeRef.new(shape: DeleteRoomResponse)
|
1971
2013
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
@@ -1976,6 +2018,7 @@ module Aws::AlexaForBusiness
|
|
1976
2018
|
o.name = "DeleteRoomSkillParameter"
|
1977
2019
|
o.http_method = "POST"
|
1978
2020
|
o.http_request_uri = "/"
|
2021
|
+
o.deprecated = true
|
1979
2022
|
o.input = Shapes::ShapeRef.new(shape: DeleteRoomSkillParameterRequest)
|
1980
2023
|
o.output = Shapes::ShapeRef.new(shape: DeleteRoomSkillParameterResponse)
|
1981
2024
|
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
@@ -1985,6 +2028,7 @@ module Aws::AlexaForBusiness
|
|
1985
2028
|
o.name = "DeleteSkillAuthorization"
|
1986
2029
|
o.http_method = "POST"
|
1987
2030
|
o.http_request_uri = "/"
|
2031
|
+
o.deprecated = true
|
1988
2032
|
o.input = Shapes::ShapeRef.new(shape: DeleteSkillAuthorizationRequest)
|
1989
2033
|
o.output = Shapes::ShapeRef.new(shape: DeleteSkillAuthorizationResponse)
|
1990
2034
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
@@ -1995,6 +2039,7 @@ module Aws::AlexaForBusiness
|
|
1995
2039
|
o.name = "DeleteSkillGroup"
|
1996
2040
|
o.http_method = "POST"
|
1997
2041
|
o.http_request_uri = "/"
|
2042
|
+
o.deprecated = true
|
1998
2043
|
o.input = Shapes::ShapeRef.new(shape: DeleteSkillGroupRequest)
|
1999
2044
|
o.output = Shapes::ShapeRef.new(shape: DeleteSkillGroupResponse)
|
2000
2045
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
@@ -2005,6 +2050,7 @@ module Aws::AlexaForBusiness
|
|
2005
2050
|
o.name = "DeleteUser"
|
2006
2051
|
o.http_method = "POST"
|
2007
2052
|
o.http_request_uri = "/"
|
2053
|
+
o.deprecated = true
|
2008
2054
|
o.input = Shapes::ShapeRef.new(shape: DeleteUserRequest)
|
2009
2055
|
o.output = Shapes::ShapeRef.new(shape: DeleteUserResponse)
|
2010
2056
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
@@ -2015,6 +2061,7 @@ module Aws::AlexaForBusiness
|
|
2015
2061
|
o.name = "DisassociateContactFromAddressBook"
|
2016
2062
|
o.http_method = "POST"
|
2017
2063
|
o.http_request_uri = "/"
|
2064
|
+
o.deprecated = true
|
2018
2065
|
o.input = Shapes::ShapeRef.new(shape: DisassociateContactFromAddressBookRequest)
|
2019
2066
|
o.output = Shapes::ShapeRef.new(shape: DisassociateContactFromAddressBookResponse)
|
2020
2067
|
end)
|
@@ -2023,6 +2070,7 @@ module Aws::AlexaForBusiness
|
|
2023
2070
|
o.name = "DisassociateDeviceFromRoom"
|
2024
2071
|
o.http_method = "POST"
|
2025
2072
|
o.http_request_uri = "/"
|
2073
|
+
o.deprecated = true
|
2026
2074
|
o.input = Shapes::ShapeRef.new(shape: DisassociateDeviceFromRoomRequest)
|
2027
2075
|
o.output = Shapes::ShapeRef.new(shape: DisassociateDeviceFromRoomResponse)
|
2028
2076
|
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
@@ -2033,6 +2081,7 @@ module Aws::AlexaForBusiness
|
|
2033
2081
|
o.name = "DisassociateSkillFromSkillGroup"
|
2034
2082
|
o.http_method = "POST"
|
2035
2083
|
o.http_request_uri = "/"
|
2084
|
+
o.deprecated = true
|
2036
2085
|
o.input = Shapes::ShapeRef.new(shape: DisassociateSkillFromSkillGroupRequest)
|
2037
2086
|
o.output = Shapes::ShapeRef.new(shape: DisassociateSkillFromSkillGroupResponse)
|
2038
2087
|
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
@@ -2043,6 +2092,7 @@ module Aws::AlexaForBusiness
|
|
2043
2092
|
o.name = "DisassociateSkillFromUsers"
|
2044
2093
|
o.http_method = "POST"
|
2045
2094
|
o.http_request_uri = "/"
|
2095
|
+
o.deprecated = true
|
2046
2096
|
o.input = Shapes::ShapeRef.new(shape: DisassociateSkillFromUsersRequest)
|
2047
2097
|
o.output = Shapes::ShapeRef.new(shape: DisassociateSkillFromUsersResponse)
|
2048
2098
|
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
@@ -2053,6 +2103,7 @@ module Aws::AlexaForBusiness
|
|
2053
2103
|
o.name = "DisassociateSkillGroupFromRoom"
|
2054
2104
|
o.http_method = "POST"
|
2055
2105
|
o.http_request_uri = "/"
|
2106
|
+
o.deprecated = true
|
2056
2107
|
o.input = Shapes::ShapeRef.new(shape: DisassociateSkillGroupFromRoomRequest)
|
2057
2108
|
o.output = Shapes::ShapeRef.new(shape: DisassociateSkillGroupFromRoomResponse)
|
2058
2109
|
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
@@ -2062,6 +2113,7 @@ module Aws::AlexaForBusiness
|
|
2062
2113
|
o.name = "ForgetSmartHomeAppliances"
|
2063
2114
|
o.http_method = "POST"
|
2064
2115
|
o.http_request_uri = "/"
|
2116
|
+
o.deprecated = true
|
2065
2117
|
o.input = Shapes::ShapeRef.new(shape: ForgetSmartHomeAppliancesRequest)
|
2066
2118
|
o.output = Shapes::ShapeRef.new(shape: ForgetSmartHomeAppliancesResponse)
|
2067
2119
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
@@ -2071,6 +2123,7 @@ module Aws::AlexaForBusiness
|
|
2071
2123
|
o.name = "GetAddressBook"
|
2072
2124
|
o.http_method = "POST"
|
2073
2125
|
o.http_request_uri = "/"
|
2126
|
+
o.deprecated = true
|
2074
2127
|
o.input = Shapes::ShapeRef.new(shape: GetAddressBookRequest)
|
2075
2128
|
o.output = Shapes::ShapeRef.new(shape: GetAddressBookResponse)
|
2076
2129
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
@@ -2080,6 +2133,7 @@ module Aws::AlexaForBusiness
|
|
2080
2133
|
o.name = "GetConferencePreference"
|
2081
2134
|
o.http_method = "POST"
|
2082
2135
|
o.http_request_uri = "/"
|
2136
|
+
o.deprecated = true
|
2083
2137
|
o.input = Shapes::ShapeRef.new(shape: GetConferencePreferenceRequest)
|
2084
2138
|
o.output = Shapes::ShapeRef.new(shape: GetConferencePreferenceResponse)
|
2085
2139
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
@@ -2089,6 +2143,7 @@ module Aws::AlexaForBusiness
|
|
2089
2143
|
o.name = "GetConferenceProvider"
|
2090
2144
|
o.http_method = "POST"
|
2091
2145
|
o.http_request_uri = "/"
|
2146
|
+
o.deprecated = true
|
2092
2147
|
o.input = Shapes::ShapeRef.new(shape: GetConferenceProviderRequest)
|
2093
2148
|
o.output = Shapes::ShapeRef.new(shape: GetConferenceProviderResponse)
|
2094
2149
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
@@ -2098,6 +2153,7 @@ module Aws::AlexaForBusiness
|
|
2098
2153
|
o.name = "GetContact"
|
2099
2154
|
o.http_method = "POST"
|
2100
2155
|
o.http_request_uri = "/"
|
2156
|
+
o.deprecated = true
|
2101
2157
|
o.input = Shapes::ShapeRef.new(shape: GetContactRequest)
|
2102
2158
|
o.output = Shapes::ShapeRef.new(shape: GetContactResponse)
|
2103
2159
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
@@ -2107,6 +2163,7 @@ module Aws::AlexaForBusiness
|
|
2107
2163
|
o.name = "GetDevice"
|
2108
2164
|
o.http_method = "POST"
|
2109
2165
|
o.http_request_uri = "/"
|
2166
|
+
o.deprecated = true
|
2110
2167
|
o.input = Shapes::ShapeRef.new(shape: GetDeviceRequest)
|
2111
2168
|
o.output = Shapes::ShapeRef.new(shape: GetDeviceResponse)
|
2112
2169
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
@@ -2116,6 +2173,7 @@ module Aws::AlexaForBusiness
|
|
2116
2173
|
o.name = "GetGateway"
|
2117
2174
|
o.http_method = "POST"
|
2118
2175
|
o.http_request_uri = "/"
|
2176
|
+
o.deprecated = true
|
2119
2177
|
o.input = Shapes::ShapeRef.new(shape: GetGatewayRequest)
|
2120
2178
|
o.output = Shapes::ShapeRef.new(shape: GetGatewayResponse)
|
2121
2179
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
@@ -2125,6 +2183,7 @@ module Aws::AlexaForBusiness
|
|
2125
2183
|
o.name = "GetGatewayGroup"
|
2126
2184
|
o.http_method = "POST"
|
2127
2185
|
o.http_request_uri = "/"
|
2186
|
+
o.deprecated = true
|
2128
2187
|
o.input = Shapes::ShapeRef.new(shape: GetGatewayGroupRequest)
|
2129
2188
|
o.output = Shapes::ShapeRef.new(shape: GetGatewayGroupResponse)
|
2130
2189
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
@@ -2134,6 +2193,7 @@ module Aws::AlexaForBusiness
|
|
2134
2193
|
o.name = "GetInvitationConfiguration"
|
2135
2194
|
o.http_method = "POST"
|
2136
2195
|
o.http_request_uri = "/"
|
2196
|
+
o.deprecated = true
|
2137
2197
|
o.input = Shapes::ShapeRef.new(shape: GetInvitationConfigurationRequest)
|
2138
2198
|
o.output = Shapes::ShapeRef.new(shape: GetInvitationConfigurationResponse)
|
2139
2199
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
@@ -2143,6 +2203,7 @@ module Aws::AlexaForBusiness
|
|
2143
2203
|
o.name = "GetNetworkProfile"
|
2144
2204
|
o.http_method = "POST"
|
2145
2205
|
o.http_request_uri = "/"
|
2206
|
+
o.deprecated = true
|
2146
2207
|
o.input = Shapes::ShapeRef.new(shape: GetNetworkProfileRequest)
|
2147
2208
|
o.output = Shapes::ShapeRef.new(shape: GetNetworkProfileResponse)
|
2148
2209
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
@@ -2153,6 +2214,7 @@ module Aws::AlexaForBusiness
|
|
2153
2214
|
o.name = "GetProfile"
|
2154
2215
|
o.http_method = "POST"
|
2155
2216
|
o.http_request_uri = "/"
|
2217
|
+
o.deprecated = true
|
2156
2218
|
o.input = Shapes::ShapeRef.new(shape: GetProfileRequest)
|
2157
2219
|
o.output = Shapes::ShapeRef.new(shape: GetProfileResponse)
|
2158
2220
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
@@ -2162,6 +2224,7 @@ module Aws::AlexaForBusiness
|
|
2162
2224
|
o.name = "GetRoom"
|
2163
2225
|
o.http_method = "POST"
|
2164
2226
|
o.http_request_uri = "/"
|
2227
|
+
o.deprecated = true
|
2165
2228
|
o.input = Shapes::ShapeRef.new(shape: GetRoomRequest)
|
2166
2229
|
o.output = Shapes::ShapeRef.new(shape: GetRoomResponse)
|
2167
2230
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
@@ -2171,6 +2234,7 @@ module Aws::AlexaForBusiness
|
|
2171
2234
|
o.name = "GetRoomSkillParameter"
|
2172
2235
|
o.http_method = "POST"
|
2173
2236
|
o.http_request_uri = "/"
|
2237
|
+
o.deprecated = true
|
2174
2238
|
o.input = Shapes::ShapeRef.new(shape: GetRoomSkillParameterRequest)
|
2175
2239
|
o.output = Shapes::ShapeRef.new(shape: GetRoomSkillParameterResponse)
|
2176
2240
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
@@ -2180,6 +2244,7 @@ module Aws::AlexaForBusiness
|
|
2180
2244
|
o.name = "GetSkillGroup"
|
2181
2245
|
o.http_method = "POST"
|
2182
2246
|
o.http_request_uri = "/"
|
2247
|
+
o.deprecated = true
|
2183
2248
|
o.input = Shapes::ShapeRef.new(shape: GetSkillGroupRequest)
|
2184
2249
|
o.output = Shapes::ShapeRef.new(shape: GetSkillGroupResponse)
|
2185
2250
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
@@ -2189,6 +2254,7 @@ module Aws::AlexaForBusiness
|
|
2189
2254
|
o.name = "ListBusinessReportSchedules"
|
2190
2255
|
o.http_method = "POST"
|
2191
2256
|
o.http_request_uri = "/"
|
2257
|
+
o.deprecated = true
|
2192
2258
|
o.input = Shapes::ShapeRef.new(shape: ListBusinessReportSchedulesRequest)
|
2193
2259
|
o.output = Shapes::ShapeRef.new(shape: ListBusinessReportSchedulesResponse)
|
2194
2260
|
o[:pager] = Aws::Pager.new(
|
@@ -2203,6 +2269,7 @@ module Aws::AlexaForBusiness
|
|
2203
2269
|
o.name = "ListConferenceProviders"
|
2204
2270
|
o.http_method = "POST"
|
2205
2271
|
o.http_request_uri = "/"
|
2272
|
+
o.deprecated = true
|
2206
2273
|
o.input = Shapes::ShapeRef.new(shape: ListConferenceProvidersRequest)
|
2207
2274
|
o.output = Shapes::ShapeRef.new(shape: ListConferenceProvidersResponse)
|
2208
2275
|
o[:pager] = Aws::Pager.new(
|
@@ -2217,6 +2284,7 @@ module Aws::AlexaForBusiness
|
|
2217
2284
|
o.name = "ListDeviceEvents"
|
2218
2285
|
o.http_method = "POST"
|
2219
2286
|
o.http_request_uri = "/"
|
2287
|
+
o.deprecated = true
|
2220
2288
|
o.input = Shapes::ShapeRef.new(shape: ListDeviceEventsRequest)
|
2221
2289
|
o.output = Shapes::ShapeRef.new(shape: ListDeviceEventsResponse)
|
2222
2290
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
@@ -2232,6 +2300,7 @@ module Aws::AlexaForBusiness
|
|
2232
2300
|
o.name = "ListGatewayGroups"
|
2233
2301
|
o.http_method = "POST"
|
2234
2302
|
o.http_request_uri = "/"
|
2303
|
+
o.deprecated = true
|
2235
2304
|
o.input = Shapes::ShapeRef.new(shape: ListGatewayGroupsRequest)
|
2236
2305
|
o.output = Shapes::ShapeRef.new(shape: ListGatewayGroupsResponse)
|
2237
2306
|
o[:pager] = Aws::Pager.new(
|
@@ -2246,6 +2315,7 @@ module Aws::AlexaForBusiness
|
|
2246
2315
|
o.name = "ListGateways"
|
2247
2316
|
o.http_method = "POST"
|
2248
2317
|
o.http_request_uri = "/"
|
2318
|
+
o.deprecated = true
|
2249
2319
|
o.input = Shapes::ShapeRef.new(shape: ListGatewaysRequest)
|
2250
2320
|
o.output = Shapes::ShapeRef.new(shape: ListGatewaysResponse)
|
2251
2321
|
o[:pager] = Aws::Pager.new(
|
@@ -2260,6 +2330,7 @@ module Aws::AlexaForBusiness
|
|
2260
2330
|
o.name = "ListSkills"
|
2261
2331
|
o.http_method = "POST"
|
2262
2332
|
o.http_request_uri = "/"
|
2333
|
+
o.deprecated = true
|
2263
2334
|
o.input = Shapes::ShapeRef.new(shape: ListSkillsRequest)
|
2264
2335
|
o.output = Shapes::ShapeRef.new(shape: ListSkillsResponse)
|
2265
2336
|
o[:pager] = Aws::Pager.new(
|
@@ -2274,6 +2345,7 @@ module Aws::AlexaForBusiness
|
|
2274
2345
|
o.name = "ListSkillsStoreCategories"
|
2275
2346
|
o.http_method = "POST"
|
2276
2347
|
o.http_request_uri = "/"
|
2348
|
+
o.deprecated = true
|
2277
2349
|
o.input = Shapes::ShapeRef.new(shape: ListSkillsStoreCategoriesRequest)
|
2278
2350
|
o.output = Shapes::ShapeRef.new(shape: ListSkillsStoreCategoriesResponse)
|
2279
2351
|
o[:pager] = Aws::Pager.new(
|
@@ -2288,6 +2360,7 @@ module Aws::AlexaForBusiness
|
|
2288
2360
|
o.name = "ListSkillsStoreSkillsByCategory"
|
2289
2361
|
o.http_method = "POST"
|
2290
2362
|
o.http_request_uri = "/"
|
2363
|
+
o.deprecated = true
|
2291
2364
|
o.input = Shapes::ShapeRef.new(shape: ListSkillsStoreSkillsByCategoryRequest)
|
2292
2365
|
o.output = Shapes::ShapeRef.new(shape: ListSkillsStoreSkillsByCategoryResponse)
|
2293
2366
|
o[:pager] = Aws::Pager.new(
|
@@ -2302,6 +2375,7 @@ module Aws::AlexaForBusiness
|
|
2302
2375
|
o.name = "ListSmartHomeAppliances"
|
2303
2376
|
o.http_method = "POST"
|
2304
2377
|
o.http_request_uri = "/"
|
2378
|
+
o.deprecated = true
|
2305
2379
|
o.input = Shapes::ShapeRef.new(shape: ListSmartHomeAppliancesRequest)
|
2306
2380
|
o.output = Shapes::ShapeRef.new(shape: ListSmartHomeAppliancesResponse)
|
2307
2381
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
@@ -2317,6 +2391,7 @@ module Aws::AlexaForBusiness
|
|
2317
2391
|
o.name = "ListTags"
|
2318
2392
|
o.http_method = "POST"
|
2319
2393
|
o.http_request_uri = "/"
|
2394
|
+
o.deprecated = true
|
2320
2395
|
o.input = Shapes::ShapeRef.new(shape: ListTagsRequest)
|
2321
2396
|
o.output = Shapes::ShapeRef.new(shape: ListTagsResponse)
|
2322
2397
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
@@ -2332,6 +2407,7 @@ module Aws::AlexaForBusiness
|
|
2332
2407
|
o.name = "PutConferencePreference"
|
2333
2408
|
o.http_method = "POST"
|
2334
2409
|
o.http_request_uri = "/"
|
2410
|
+
o.deprecated = true
|
2335
2411
|
o.input = Shapes::ShapeRef.new(shape: PutConferencePreferenceRequest)
|
2336
2412
|
o.output = Shapes::ShapeRef.new(shape: PutConferencePreferenceResponse)
|
2337
2413
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
@@ -2341,6 +2417,7 @@ module Aws::AlexaForBusiness
|
|
2341
2417
|
o.name = "PutInvitationConfiguration"
|
2342
2418
|
o.http_method = "POST"
|
2343
2419
|
o.http_request_uri = "/"
|
2420
|
+
o.deprecated = true
|
2344
2421
|
o.input = Shapes::ShapeRef.new(shape: PutInvitationConfigurationRequest)
|
2345
2422
|
o.output = Shapes::ShapeRef.new(shape: PutInvitationConfigurationResponse)
|
2346
2423
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
@@ -2351,6 +2428,7 @@ module Aws::AlexaForBusiness
|
|
2351
2428
|
o.name = "PutRoomSkillParameter"
|
2352
2429
|
o.http_method = "POST"
|
2353
2430
|
o.http_request_uri = "/"
|
2431
|
+
o.deprecated = true
|
2354
2432
|
o.input = Shapes::ShapeRef.new(shape: PutRoomSkillParameterRequest)
|
2355
2433
|
o.output = Shapes::ShapeRef.new(shape: PutRoomSkillParameterResponse)
|
2356
2434
|
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
@@ -2360,6 +2438,7 @@ module Aws::AlexaForBusiness
|
|
2360
2438
|
o.name = "PutSkillAuthorization"
|
2361
2439
|
o.http_method = "POST"
|
2362
2440
|
o.http_request_uri = "/"
|
2441
|
+
o.deprecated = true
|
2363
2442
|
o.input = Shapes::ShapeRef.new(shape: PutSkillAuthorizationRequest)
|
2364
2443
|
o.output = Shapes::ShapeRef.new(shape: PutSkillAuthorizationResponse)
|
2365
2444
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
@@ -2370,6 +2449,7 @@ module Aws::AlexaForBusiness
|
|
2370
2449
|
o.name = "RegisterAVSDevice"
|
2371
2450
|
o.http_method = "POST"
|
2372
2451
|
o.http_request_uri = "/"
|
2452
|
+
o.deprecated = true
|
2373
2453
|
o.input = Shapes::ShapeRef.new(shape: RegisterAVSDeviceRequest)
|
2374
2454
|
o.output = Shapes::ShapeRef.new(shape: RegisterAVSDeviceResponse)
|
2375
2455
|
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
@@ -2382,6 +2462,7 @@ module Aws::AlexaForBusiness
|
|
2382
2462
|
o.name = "RejectSkill"
|
2383
2463
|
o.http_method = "POST"
|
2384
2464
|
o.http_request_uri = "/"
|
2465
|
+
o.deprecated = true
|
2385
2466
|
o.input = Shapes::ShapeRef.new(shape: RejectSkillRequest)
|
2386
2467
|
o.output = Shapes::ShapeRef.new(shape: RejectSkillResponse)
|
2387
2468
|
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
@@ -2392,6 +2473,7 @@ module Aws::AlexaForBusiness
|
|
2392
2473
|
o.name = "ResolveRoom"
|
2393
2474
|
o.http_method = "POST"
|
2394
2475
|
o.http_request_uri = "/"
|
2476
|
+
o.deprecated = true
|
2395
2477
|
o.input = Shapes::ShapeRef.new(shape: ResolveRoomRequest)
|
2396
2478
|
o.output = Shapes::ShapeRef.new(shape: ResolveRoomResponse)
|
2397
2479
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
@@ -2401,6 +2483,7 @@ module Aws::AlexaForBusiness
|
|
2401
2483
|
o.name = "RevokeInvitation"
|
2402
2484
|
o.http_method = "POST"
|
2403
2485
|
o.http_request_uri = "/"
|
2486
|
+
o.deprecated = true
|
2404
2487
|
o.input = Shapes::ShapeRef.new(shape: RevokeInvitationRequest)
|
2405
2488
|
o.output = Shapes::ShapeRef.new(shape: RevokeInvitationResponse)
|
2406
2489
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
@@ -2411,6 +2494,7 @@ module Aws::AlexaForBusiness
|
|
2411
2494
|
o.name = "SearchAddressBooks"
|
2412
2495
|
o.http_method = "POST"
|
2413
2496
|
o.http_request_uri = "/"
|
2497
|
+
o.deprecated = true
|
2414
2498
|
o.input = Shapes::ShapeRef.new(shape: SearchAddressBooksRequest)
|
2415
2499
|
o.output = Shapes::ShapeRef.new(shape: SearchAddressBooksResponse)
|
2416
2500
|
o[:pager] = Aws::Pager.new(
|
@@ -2425,6 +2509,7 @@ module Aws::AlexaForBusiness
|
|
2425
2509
|
o.name = "SearchContacts"
|
2426
2510
|
o.http_method = "POST"
|
2427
2511
|
o.http_request_uri = "/"
|
2512
|
+
o.deprecated = true
|
2428
2513
|
o.input = Shapes::ShapeRef.new(shape: SearchContactsRequest)
|
2429
2514
|
o.output = Shapes::ShapeRef.new(shape: SearchContactsResponse)
|
2430
2515
|
o[:pager] = Aws::Pager.new(
|
@@ -2439,6 +2524,7 @@ module Aws::AlexaForBusiness
|
|
2439
2524
|
o.name = "SearchDevices"
|
2440
2525
|
o.http_method = "POST"
|
2441
2526
|
o.http_request_uri = "/"
|
2527
|
+
o.deprecated = true
|
2442
2528
|
o.input = Shapes::ShapeRef.new(shape: SearchDevicesRequest)
|
2443
2529
|
o.output = Shapes::ShapeRef.new(shape: SearchDevicesResponse)
|
2444
2530
|
o[:pager] = Aws::Pager.new(
|
@@ -2453,6 +2539,7 @@ module Aws::AlexaForBusiness
|
|
2453
2539
|
o.name = "SearchNetworkProfiles"
|
2454
2540
|
o.http_method = "POST"
|
2455
2541
|
o.http_request_uri = "/"
|
2542
|
+
o.deprecated = true
|
2456
2543
|
o.input = Shapes::ShapeRef.new(shape: SearchNetworkProfilesRequest)
|
2457
2544
|
o.output = Shapes::ShapeRef.new(shape: SearchNetworkProfilesResponse)
|
2458
2545
|
o[:pager] = Aws::Pager.new(
|
@@ -2467,6 +2554,7 @@ module Aws::AlexaForBusiness
|
|
2467
2554
|
o.name = "SearchProfiles"
|
2468
2555
|
o.http_method = "POST"
|
2469
2556
|
o.http_request_uri = "/"
|
2557
|
+
o.deprecated = true
|
2470
2558
|
o.input = Shapes::ShapeRef.new(shape: SearchProfilesRequest)
|
2471
2559
|
o.output = Shapes::ShapeRef.new(shape: SearchProfilesResponse)
|
2472
2560
|
o[:pager] = Aws::Pager.new(
|
@@ -2481,6 +2569,7 @@ module Aws::AlexaForBusiness
|
|
2481
2569
|
o.name = "SearchRooms"
|
2482
2570
|
o.http_method = "POST"
|
2483
2571
|
o.http_request_uri = "/"
|
2572
|
+
o.deprecated = true
|
2484
2573
|
o.input = Shapes::ShapeRef.new(shape: SearchRoomsRequest)
|
2485
2574
|
o.output = Shapes::ShapeRef.new(shape: SearchRoomsResponse)
|
2486
2575
|
o[:pager] = Aws::Pager.new(
|
@@ -2495,6 +2584,7 @@ module Aws::AlexaForBusiness
|
|
2495
2584
|
o.name = "SearchSkillGroups"
|
2496
2585
|
o.http_method = "POST"
|
2497
2586
|
o.http_request_uri = "/"
|
2587
|
+
o.deprecated = true
|
2498
2588
|
o.input = Shapes::ShapeRef.new(shape: SearchSkillGroupsRequest)
|
2499
2589
|
o.output = Shapes::ShapeRef.new(shape: SearchSkillGroupsResponse)
|
2500
2590
|
o[:pager] = Aws::Pager.new(
|
@@ -2509,6 +2599,7 @@ module Aws::AlexaForBusiness
|
|
2509
2599
|
o.name = "SearchUsers"
|
2510
2600
|
o.http_method = "POST"
|
2511
2601
|
o.http_request_uri = "/"
|
2602
|
+
o.deprecated = true
|
2512
2603
|
o.input = Shapes::ShapeRef.new(shape: SearchUsersRequest)
|
2513
2604
|
o.output = Shapes::ShapeRef.new(shape: SearchUsersResponse)
|
2514
2605
|
o[:pager] = Aws::Pager.new(
|
@@ -2533,6 +2624,7 @@ module Aws::AlexaForBusiness
|
|
2533
2624
|
o.name = "SendInvitation"
|
2534
2625
|
o.http_method = "POST"
|
2535
2626
|
o.http_request_uri = "/"
|
2627
|
+
o.deprecated = true
|
2536
2628
|
o.input = Shapes::ShapeRef.new(shape: SendInvitationRequest)
|
2537
2629
|
o.output = Shapes::ShapeRef.new(shape: SendInvitationResponse)
|
2538
2630
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
@@ -2544,6 +2636,7 @@ module Aws::AlexaForBusiness
|
|
2544
2636
|
o.name = "StartDeviceSync"
|
2545
2637
|
o.http_method = "POST"
|
2546
2638
|
o.http_request_uri = "/"
|
2639
|
+
o.deprecated = true
|
2547
2640
|
o.input = Shapes::ShapeRef.new(shape: StartDeviceSyncRequest)
|
2548
2641
|
o.output = Shapes::ShapeRef.new(shape: StartDeviceSyncResponse)
|
2549
2642
|
o.errors << Shapes::ShapeRef.new(shape: DeviceNotRegisteredException)
|
@@ -2553,6 +2646,7 @@ module Aws::AlexaForBusiness
|
|
2553
2646
|
o.name = "StartSmartHomeApplianceDiscovery"
|
2554
2647
|
o.http_method = "POST"
|
2555
2648
|
o.http_request_uri = "/"
|
2649
|
+
o.deprecated = true
|
2556
2650
|
o.input = Shapes::ShapeRef.new(shape: StartSmartHomeApplianceDiscoveryRequest)
|
2557
2651
|
o.output = Shapes::ShapeRef.new(shape: StartSmartHomeApplianceDiscoveryResponse)
|
2558
2652
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
@@ -2562,6 +2656,7 @@ module Aws::AlexaForBusiness
|
|
2562
2656
|
o.name = "TagResource"
|
2563
2657
|
o.http_method = "POST"
|
2564
2658
|
o.http_request_uri = "/"
|
2659
|
+
o.deprecated = true
|
2565
2660
|
o.input = Shapes::ShapeRef.new(shape: TagResourceRequest)
|
2566
2661
|
o.output = Shapes::ShapeRef.new(shape: TagResourceResponse)
|
2567
2662
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
@@ -2571,6 +2666,7 @@ module Aws::AlexaForBusiness
|
|
2571
2666
|
o.name = "UntagResource"
|
2572
2667
|
o.http_method = "POST"
|
2573
2668
|
o.http_request_uri = "/"
|
2669
|
+
o.deprecated = true
|
2574
2670
|
o.input = Shapes::ShapeRef.new(shape: UntagResourceRequest)
|
2575
2671
|
o.output = Shapes::ShapeRef.new(shape: UntagResourceResponse)
|
2576
2672
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
@@ -2580,6 +2676,7 @@ module Aws::AlexaForBusiness
|
|
2580
2676
|
o.name = "UpdateAddressBook"
|
2581
2677
|
o.http_method = "POST"
|
2582
2678
|
o.http_request_uri = "/"
|
2679
|
+
o.deprecated = true
|
2583
2680
|
o.input = Shapes::ShapeRef.new(shape: UpdateAddressBookRequest)
|
2584
2681
|
o.output = Shapes::ShapeRef.new(shape: UpdateAddressBookResponse)
|
2585
2682
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
@@ -2591,6 +2688,7 @@ module Aws::AlexaForBusiness
|
|
2591
2688
|
o.name = "UpdateBusinessReportSchedule"
|
2592
2689
|
o.http_method = "POST"
|
2593
2690
|
o.http_request_uri = "/"
|
2691
|
+
o.deprecated = true
|
2594
2692
|
o.input = Shapes::ShapeRef.new(shape: UpdateBusinessReportScheduleRequest)
|
2595
2693
|
o.output = Shapes::ShapeRef.new(shape: UpdateBusinessReportScheduleResponse)
|
2596
2694
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
@@ -2601,6 +2699,7 @@ module Aws::AlexaForBusiness
|
|
2601
2699
|
o.name = "UpdateConferenceProvider"
|
2602
2700
|
o.http_method = "POST"
|
2603
2701
|
o.http_request_uri = "/"
|
2702
|
+
o.deprecated = true
|
2604
2703
|
o.input = Shapes::ShapeRef.new(shape: UpdateConferenceProviderRequest)
|
2605
2704
|
o.output = Shapes::ShapeRef.new(shape: UpdateConferenceProviderResponse)
|
2606
2705
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
@@ -2610,6 +2709,7 @@ module Aws::AlexaForBusiness
|
|
2610
2709
|
o.name = "UpdateContact"
|
2611
2710
|
o.http_method = "POST"
|
2612
2711
|
o.http_request_uri = "/"
|
2712
|
+
o.deprecated = true
|
2613
2713
|
o.input = Shapes::ShapeRef.new(shape: UpdateContactRequest)
|
2614
2714
|
o.output = Shapes::ShapeRef.new(shape: UpdateContactResponse)
|
2615
2715
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
@@ -2620,6 +2720,7 @@ module Aws::AlexaForBusiness
|
|
2620
2720
|
o.name = "UpdateDevice"
|
2621
2721
|
o.http_method = "POST"
|
2622
2722
|
o.http_request_uri = "/"
|
2723
|
+
o.deprecated = true
|
2623
2724
|
o.input = Shapes::ShapeRef.new(shape: UpdateDeviceRequest)
|
2624
2725
|
o.output = Shapes::ShapeRef.new(shape: UpdateDeviceResponse)
|
2625
2726
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
@@ -2631,6 +2732,7 @@ module Aws::AlexaForBusiness
|
|
2631
2732
|
o.name = "UpdateGateway"
|
2632
2733
|
o.http_method = "POST"
|
2633
2734
|
o.http_request_uri = "/"
|
2735
|
+
o.deprecated = true
|
2634
2736
|
o.input = Shapes::ShapeRef.new(shape: UpdateGatewayRequest)
|
2635
2737
|
o.output = Shapes::ShapeRef.new(shape: UpdateGatewayResponse)
|
2636
2738
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
@@ -2641,6 +2743,7 @@ module Aws::AlexaForBusiness
|
|
2641
2743
|
o.name = "UpdateGatewayGroup"
|
2642
2744
|
o.http_method = "POST"
|
2643
2745
|
o.http_request_uri = "/"
|
2746
|
+
o.deprecated = true
|
2644
2747
|
o.input = Shapes::ShapeRef.new(shape: UpdateGatewayGroupRequest)
|
2645
2748
|
o.output = Shapes::ShapeRef.new(shape: UpdateGatewayGroupResponse)
|
2646
2749
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
@@ -2651,6 +2754,7 @@ module Aws::AlexaForBusiness
|
|
2651
2754
|
o.name = "UpdateNetworkProfile"
|
2652
2755
|
o.http_method = "POST"
|
2653
2756
|
o.http_request_uri = "/"
|
2757
|
+
o.deprecated = true
|
2654
2758
|
o.input = Shapes::ShapeRef.new(shape: UpdateNetworkProfileRequest)
|
2655
2759
|
o.output = Shapes::ShapeRef.new(shape: UpdateNetworkProfileResponse)
|
2656
2760
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
@@ -2664,6 +2768,7 @@ module Aws::AlexaForBusiness
|
|
2664
2768
|
o.name = "UpdateProfile"
|
2665
2769
|
o.http_method = "POST"
|
2666
2770
|
o.http_request_uri = "/"
|
2771
|
+
o.deprecated = true
|
2667
2772
|
o.input = Shapes::ShapeRef.new(shape: UpdateProfileRequest)
|
2668
2773
|
o.output = Shapes::ShapeRef.new(shape: UpdateProfileResponse)
|
2669
2774
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
@@ -2675,6 +2780,7 @@ module Aws::AlexaForBusiness
|
|
2675
2780
|
o.name = "UpdateRoom"
|
2676
2781
|
o.http_method = "POST"
|
2677
2782
|
o.http_request_uri = "/"
|
2783
|
+
o.deprecated = true
|
2678
2784
|
o.input = Shapes::ShapeRef.new(shape: UpdateRoomRequest)
|
2679
2785
|
o.output = Shapes::ShapeRef.new(shape: UpdateRoomResponse)
|
2680
2786
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
@@ -2685,6 +2791,7 @@ module Aws::AlexaForBusiness
|
|
2685
2791
|
o.name = "UpdateSkillGroup"
|
2686
2792
|
o.http_method = "POST"
|
2687
2793
|
o.http_request_uri = "/"
|
2794
|
+
o.deprecated = true
|
2688
2795
|
o.input = Shapes::ShapeRef.new(shape: UpdateSkillGroupRequest)
|
2689
2796
|
o.output = Shapes::ShapeRef.new(shape: UpdateSkillGroupResponse)
|
2690
2797
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
@@ -14,36 +14,39 @@ module Aws::AlexaForBusiness
|
|
14
14
|
use_dual_stack = parameters.use_dual_stack
|
15
15
|
use_fips = parameters.use_fips
|
16
16
|
endpoint = parameters.endpoint
|
17
|
-
if
|
18
|
-
if Aws::Endpoints::Matchers.set?(endpoint) && (url = Aws::Endpoints::Matchers.parse_url(endpoint))
|
19
|
-
if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
|
20
|
-
raise ArgumentError, "Invalid Configuration: FIPS and custom endpoint are not supported"
|
21
|
-
end
|
22
|
-
if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
|
23
|
-
raise ArgumentError, "Invalid Configuration: Dualstack and custom endpoint are not supported"
|
24
|
-
end
|
25
|
-
return Aws::Endpoints::Endpoint.new(url: endpoint, headers: {}, properties: {})
|
26
|
-
end
|
27
|
-
if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true) && Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
|
28
|
-
if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS")) && Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
|
29
|
-
return Aws::Endpoints::Endpoint.new(url: "https://a4b-fips.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
|
30
|
-
end
|
31
|
-
raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
|
32
|
-
end
|
17
|
+
if Aws::Endpoints::Matchers.set?(endpoint)
|
33
18
|
if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
|
34
|
-
|
35
|
-
return Aws::Endpoints::Endpoint.new(url: "https://a4b-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
36
|
-
end
|
37
|
-
raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
|
19
|
+
raise ArgumentError, "Invalid Configuration: FIPS and custom endpoint are not supported"
|
38
20
|
end
|
39
21
|
if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
|
40
|
-
|
41
|
-
|
22
|
+
raise ArgumentError, "Invalid Configuration: Dualstack and custom endpoint are not supported"
|
23
|
+
end
|
24
|
+
return Aws::Endpoints::Endpoint.new(url: endpoint, headers: {}, properties: {})
|
25
|
+
end
|
26
|
+
if Aws::Endpoints::Matchers.set?(region)
|
27
|
+
if (partition_result = Aws::Endpoints::Matchers.aws_partition(region))
|
28
|
+
if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true) && Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
|
29
|
+
if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS")) && Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
|
30
|
+
return Aws::Endpoints::Endpoint.new(url: "https://a4b-fips.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
|
31
|
+
end
|
32
|
+
raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
|
33
|
+
end
|
34
|
+
if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
|
35
|
+
if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
|
36
|
+
return Aws::Endpoints::Endpoint.new(url: "https://a4b-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
37
|
+
end
|
38
|
+
raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
|
39
|
+
end
|
40
|
+
if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
|
41
|
+
if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
|
42
|
+
return Aws::Endpoints::Endpoint.new(url: "https://a4b.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
|
43
|
+
end
|
44
|
+
raise ArgumentError, "DualStack is enabled but this partition does not support DualStack"
|
42
45
|
end
|
43
|
-
|
46
|
+
return Aws::Endpoints::Endpoint.new(url: "https://a4b.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
44
47
|
end
|
45
|
-
return Aws::Endpoints::Endpoint.new(url: "https://a4b.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
46
48
|
end
|
49
|
+
raise ArgumentError, "Invalid Configuration: Missing Region"
|
47
50
|
raise ArgumentError, 'No endpoint could be resolved'
|
48
51
|
|
49
52
|
end
|
@@ -952,13 +952,17 @@ module Aws::AlexaForBusiness
|
|
952
952
|
# Alexa or an AVS device, or by saying “Alexa, check in.”
|
953
953
|
# @return [Types::CreateRequireCheckIn]
|
954
954
|
#
|
955
|
+
# @!attribute [rw] proactive_join
|
956
|
+
# @return [Types::CreateProactiveJoin]
|
957
|
+
#
|
955
958
|
# @see http://docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/CreateMeetingRoomConfiguration AWS API Documentation
|
956
959
|
#
|
957
960
|
class CreateMeetingRoomConfiguration < Struct.new(
|
958
961
|
:room_utilization_metrics_enabled,
|
959
962
|
:end_of_meeting_reminder,
|
960
963
|
:instant_booking,
|
961
|
-
:require_check_in
|
964
|
+
:require_check_in,
|
965
|
+
:proactive_join)
|
962
966
|
SENSITIVE = []
|
963
967
|
include Aws::Structure
|
964
968
|
end
|
@@ -1050,6 +1054,17 @@ module Aws::AlexaForBusiness
|
|
1050
1054
|
include Aws::Structure
|
1051
1055
|
end
|
1052
1056
|
|
1057
|
+
# @!attribute [rw] enabled_by_motion
|
1058
|
+
# @return [Boolean]
|
1059
|
+
#
|
1060
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/CreateProactiveJoin AWS API Documentation
|
1061
|
+
#
|
1062
|
+
class CreateProactiveJoin < Struct.new(
|
1063
|
+
:enabled_by_motion)
|
1064
|
+
SENSITIVE = []
|
1065
|
+
include Aws::Structure
|
1066
|
+
end
|
1067
|
+
|
1053
1068
|
# @!attribute [rw] profile_name
|
1054
1069
|
# The name of a room profile.
|
1055
1070
|
# @return [String]
|
@@ -3005,13 +3020,17 @@ module Aws::AlexaForBusiness
|
|
3005
3020
|
# with Alexa or an AVS device, or by saying “Alexa, check in.”
|
3006
3021
|
# @return [Types::RequireCheckIn]
|
3007
3022
|
#
|
3023
|
+
# @!attribute [rw] proactive_join
|
3024
|
+
# @return [Types::ProactiveJoin]
|
3025
|
+
#
|
3008
3026
|
# @see http://docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/MeetingRoomConfiguration AWS API Documentation
|
3009
3027
|
#
|
3010
3028
|
class MeetingRoomConfiguration < Struct.new(
|
3011
3029
|
:room_utilization_metrics_enabled,
|
3012
3030
|
:end_of_meeting_reminder,
|
3013
3031
|
:instant_booking,
|
3014
|
-
:require_check_in
|
3032
|
+
:require_check_in,
|
3033
|
+
:proactive_join)
|
3015
3034
|
SENSITIVE = []
|
3016
3035
|
include Aws::Structure
|
3017
3036
|
end
|
@@ -3235,6 +3254,17 @@ module Aws::AlexaForBusiness
|
|
3235
3254
|
include Aws::Structure
|
3236
3255
|
end
|
3237
3256
|
|
3257
|
+
# @!attribute [rw] enabled_by_motion
|
3258
|
+
# @return [Boolean]
|
3259
|
+
#
|
3260
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/ProactiveJoin AWS API Documentation
|
3261
|
+
#
|
3262
|
+
class ProactiveJoin < Struct.new(
|
3263
|
+
:enabled_by_motion)
|
3264
|
+
SENSITIVE = []
|
3265
|
+
include Aws::Structure
|
3266
|
+
end
|
3267
|
+
|
3238
3268
|
# A room profile with attributes.
|
3239
3269
|
#
|
3240
3270
|
# @!attribute [rw] profile_arn
|
@@ -5041,13 +5071,17 @@ module Aws::AlexaForBusiness
|
|
5041
5071
|
# Alexa or an AVS device, or by saying “Alexa, check in.”
|
5042
5072
|
# @return [Types::UpdateRequireCheckIn]
|
5043
5073
|
#
|
5074
|
+
# @!attribute [rw] proactive_join
|
5075
|
+
# @return [Types::UpdateProactiveJoin]
|
5076
|
+
#
|
5044
5077
|
# @see http://docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/UpdateMeetingRoomConfiguration AWS API Documentation
|
5045
5078
|
#
|
5046
5079
|
class UpdateMeetingRoomConfiguration < Struct.new(
|
5047
5080
|
:room_utilization_metrics_enabled,
|
5048
5081
|
:end_of_meeting_reminder,
|
5049
5082
|
:instant_booking,
|
5050
|
-
:require_check_in
|
5083
|
+
:require_check_in,
|
5084
|
+
:proactive_join)
|
5051
5085
|
SENSITIVE = []
|
5052
5086
|
include Aws::Structure
|
5053
5087
|
end
|
@@ -5104,6 +5138,17 @@ module Aws::AlexaForBusiness
|
|
5104
5138
|
#
|
5105
5139
|
class UpdateNetworkProfileResponse < Aws::EmptyStructure; end
|
5106
5140
|
|
5141
|
+
# @!attribute [rw] enabled_by_motion
|
5142
|
+
# @return [Boolean]
|
5143
|
+
#
|
5144
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/UpdateProactiveJoin AWS API Documentation
|
5145
|
+
#
|
5146
|
+
class UpdateProactiveJoin < Struct.new(
|
5147
|
+
:enabled_by_motion)
|
5148
|
+
SENSITIVE = []
|
5149
|
+
include Aws::Structure
|
5150
|
+
end
|
5151
|
+
|
5107
5152
|
# @!attribute [rw] profile_arn
|
5108
5153
|
# The ARN of the room profile to update. Required.
|
5109
5154
|
# @return [String]
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-alexaforbusiness
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.60.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-06-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|