forked from aws/aws-sdk-js-v3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.ts
93 lines (93 loc) · 4.12 KB
/
index.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
export * from "./ApproveSkillCommand";
export * from "./AssociateContactWithAddressBookCommand";
export * from "./AssociateDeviceWithNetworkProfileCommand";
export * from "./AssociateDeviceWithRoomCommand";
export * from "./AssociateSkillGroupWithRoomCommand";
export * from "./AssociateSkillWithSkillGroupCommand";
export * from "./AssociateSkillWithUsersCommand";
export * from "./CreateAddressBookCommand";
export * from "./CreateBusinessReportScheduleCommand";
export * from "./CreateConferenceProviderCommand";
export * from "./CreateContactCommand";
export * from "./CreateGatewayGroupCommand";
export * from "./CreateNetworkProfileCommand";
export * from "./CreateProfileCommand";
export * from "./CreateRoomCommand";
export * from "./CreateSkillGroupCommand";
export * from "./CreateUserCommand";
export * from "./DeleteAddressBookCommand";
export * from "./DeleteBusinessReportScheduleCommand";
export * from "./DeleteConferenceProviderCommand";
export * from "./DeleteContactCommand";
export * from "./DeleteDeviceCommand";
export * from "./DeleteDeviceUsageDataCommand";
export * from "./DeleteGatewayGroupCommand";
export * from "./DeleteNetworkProfileCommand";
export * from "./DeleteProfileCommand";
export * from "./DeleteRoomCommand";
export * from "./DeleteRoomSkillParameterCommand";
export * from "./DeleteSkillAuthorizationCommand";
export * from "./DeleteSkillGroupCommand";
export * from "./DeleteUserCommand";
export * from "./DisassociateContactFromAddressBookCommand";
export * from "./DisassociateDeviceFromRoomCommand";
export * from "./DisassociateSkillFromSkillGroupCommand";
export * from "./DisassociateSkillFromUsersCommand";
export * from "./DisassociateSkillGroupFromRoomCommand";
export * from "./ForgetSmartHomeAppliancesCommand";
export * from "./GetAddressBookCommand";
export * from "./GetConferencePreferenceCommand";
export * from "./GetConferenceProviderCommand";
export * from "./GetContactCommand";
export * from "./GetDeviceCommand";
export * from "./GetGatewayCommand";
export * from "./GetGatewayGroupCommand";
export * from "./GetInvitationConfigurationCommand";
export * from "./GetNetworkProfileCommand";
export * from "./GetProfileCommand";
export * from "./GetRoomCommand";
export * from "./GetRoomSkillParameterCommand";
export * from "./GetSkillGroupCommand";
export * from "./ListBusinessReportSchedulesCommand";
export * from "./ListConferenceProvidersCommand";
export * from "./ListDeviceEventsCommand";
export * from "./ListGatewayGroupsCommand";
export * from "./ListGatewaysCommand";
export * from "./ListSkillsCommand";
export * from "./ListSkillsStoreCategoriesCommand";
export * from "./ListSkillsStoreSkillsByCategoryCommand";
export * from "./ListSmartHomeAppliancesCommand";
export * from "./ListTagsCommand";
export * from "./PutConferencePreferenceCommand";
export * from "./PutInvitationConfigurationCommand";
export * from "./PutRoomSkillParameterCommand";
export * from "./PutSkillAuthorizationCommand";
export * from "./RegisterAVSDeviceCommand";
export * from "./RejectSkillCommand";
export * from "./ResolveRoomCommand";
export * from "./RevokeInvitationCommand";
export * from "./SearchAddressBooksCommand";
export * from "./SearchContactsCommand";
export * from "./SearchDevicesCommand";
export * from "./SearchNetworkProfilesCommand";
export * from "./SearchProfilesCommand";
export * from "./SearchRoomsCommand";
export * from "./SearchSkillGroupsCommand";
export * from "./SearchUsersCommand";
export * from "./SendAnnouncementCommand";
export * from "./SendInvitationCommand";
export * from "./StartDeviceSyncCommand";
export * from "./StartSmartHomeApplianceDiscoveryCommand";
export * from "./TagResourceCommand";
export * from "./UntagResourceCommand";
export * from "./UpdateAddressBookCommand";
export * from "./UpdateBusinessReportScheduleCommand";
export * from "./UpdateConferenceProviderCommand";
export * from "./UpdateContactCommand";
export * from "./UpdateDeviceCommand";
export * from "./UpdateGatewayCommand";
export * from "./UpdateGatewayGroupCommand";
export * from "./UpdateNetworkProfileCommand";
export * from "./UpdateProfileCommand";
export * from "./UpdateRoomCommand";
export * from "./UpdateSkillGroupCommand";