@aws-sdk/client-chime 3.37.0 → 3.38.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.
- package/CHANGELOG.md +13 -0
- package/dist-cjs/commands/index.js +193 -0
- package/dist-cjs/index.js +4 -219
- package/dist-cjs/pagination/index.js +30 -0
- package/dist-cjs/protocols/Aws_restJson1.js +2 -0
- package/dist-es/commands/index.js +190 -0
- package/dist-es/index.js +4 -219
- package/dist-es/pagination/index.js +27 -0
- package/dist-es/protocols/Aws_restJson1.js +2 -0
- package/dist-types/commands/index.d.ts +190 -0
- package/dist-types/index.d.ts +4 -219
- package/dist-types/models/models_0.d.ts +8 -0
- package/dist-types/pagination/index.d.ts +27 -0
- package/dist-types/ts3.4/commands/index.d.ts +190 -0
- package/dist-types/ts3.4/index.d.ts +4 -219
- package/dist-types/ts3.4/models/models_0.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +27 -0
- package/package.json +24 -24
|
@@ -0,0 +1,190 @@
|
|
|
1
|
+
export * from "./AssociatePhoneNumberWithUserCommand";
|
|
2
|
+
export * from "./AssociatePhoneNumbersWithVoiceConnectorCommand";
|
|
3
|
+
export * from "./AssociatePhoneNumbersWithVoiceConnectorGroupCommand";
|
|
4
|
+
export * from "./AssociateSigninDelegateGroupsWithAccountCommand";
|
|
5
|
+
export * from "./BatchCreateAttendeeCommand";
|
|
6
|
+
export * from "./BatchCreateChannelMembershipCommand";
|
|
7
|
+
export * from "./BatchCreateRoomMembershipCommand";
|
|
8
|
+
export * from "./BatchDeletePhoneNumberCommand";
|
|
9
|
+
export * from "./BatchSuspendUserCommand";
|
|
10
|
+
export * from "./BatchUnsuspendUserCommand";
|
|
11
|
+
export * from "./BatchUpdatePhoneNumberCommand";
|
|
12
|
+
export * from "./BatchUpdateUserCommand";
|
|
13
|
+
export * from "./CreateAccountCommand";
|
|
14
|
+
export * from "./CreateAppInstanceAdminCommand";
|
|
15
|
+
export * from "./CreateAppInstanceCommand";
|
|
16
|
+
export * from "./CreateAppInstanceUserCommand";
|
|
17
|
+
export * from "./CreateAttendeeCommand";
|
|
18
|
+
export * from "./CreateBotCommand";
|
|
19
|
+
export * from "./CreateChannelBanCommand";
|
|
20
|
+
export * from "./CreateChannelCommand";
|
|
21
|
+
export * from "./CreateChannelMembershipCommand";
|
|
22
|
+
export * from "./CreateChannelModeratorCommand";
|
|
23
|
+
export * from "./CreateMediaCapturePipelineCommand";
|
|
24
|
+
export * from "./CreateMeetingCommand";
|
|
25
|
+
export * from "./CreateMeetingDialOutCommand";
|
|
26
|
+
export * from "./CreateMeetingWithAttendeesCommand";
|
|
27
|
+
export * from "./CreatePhoneNumberOrderCommand";
|
|
28
|
+
export * from "./CreateProxySessionCommand";
|
|
29
|
+
export * from "./CreateRoomCommand";
|
|
30
|
+
export * from "./CreateRoomMembershipCommand";
|
|
31
|
+
export * from "./CreateSipMediaApplicationCallCommand";
|
|
32
|
+
export * from "./CreateSipMediaApplicationCommand";
|
|
33
|
+
export * from "./CreateSipRuleCommand";
|
|
34
|
+
export * from "./CreateUserCommand";
|
|
35
|
+
export * from "./CreateVoiceConnectorCommand";
|
|
36
|
+
export * from "./CreateVoiceConnectorGroupCommand";
|
|
37
|
+
export * from "./DeleteAccountCommand";
|
|
38
|
+
export * from "./DeleteAppInstanceAdminCommand";
|
|
39
|
+
export * from "./DeleteAppInstanceCommand";
|
|
40
|
+
export * from "./DeleteAppInstanceStreamingConfigurationsCommand";
|
|
41
|
+
export * from "./DeleteAppInstanceUserCommand";
|
|
42
|
+
export * from "./DeleteAttendeeCommand";
|
|
43
|
+
export * from "./DeleteChannelBanCommand";
|
|
44
|
+
export * from "./DeleteChannelCommand";
|
|
45
|
+
export * from "./DeleteChannelMembershipCommand";
|
|
46
|
+
export * from "./DeleteChannelMessageCommand";
|
|
47
|
+
export * from "./DeleteChannelModeratorCommand";
|
|
48
|
+
export * from "./DeleteEventsConfigurationCommand";
|
|
49
|
+
export * from "./DeleteMediaCapturePipelineCommand";
|
|
50
|
+
export * from "./DeleteMeetingCommand";
|
|
51
|
+
export * from "./DeletePhoneNumberCommand";
|
|
52
|
+
export * from "./DeleteProxySessionCommand";
|
|
53
|
+
export * from "./DeleteRoomCommand";
|
|
54
|
+
export * from "./DeleteRoomMembershipCommand";
|
|
55
|
+
export * from "./DeleteSipMediaApplicationCommand";
|
|
56
|
+
export * from "./DeleteSipRuleCommand";
|
|
57
|
+
export * from "./DeleteVoiceConnectorCommand";
|
|
58
|
+
export * from "./DeleteVoiceConnectorEmergencyCallingConfigurationCommand";
|
|
59
|
+
export * from "./DeleteVoiceConnectorGroupCommand";
|
|
60
|
+
export * from "./DeleteVoiceConnectorOriginationCommand";
|
|
61
|
+
export * from "./DeleteVoiceConnectorProxyCommand";
|
|
62
|
+
export * from "./DeleteVoiceConnectorStreamingConfigurationCommand";
|
|
63
|
+
export * from "./DeleteVoiceConnectorTerminationCommand";
|
|
64
|
+
export * from "./DeleteVoiceConnectorTerminationCredentialsCommand";
|
|
65
|
+
export * from "./DescribeAppInstanceAdminCommand";
|
|
66
|
+
export * from "./DescribeAppInstanceCommand";
|
|
67
|
+
export * from "./DescribeAppInstanceUserCommand";
|
|
68
|
+
export * from "./DescribeChannelBanCommand";
|
|
69
|
+
export * from "./DescribeChannelCommand";
|
|
70
|
+
export * from "./DescribeChannelMembershipCommand";
|
|
71
|
+
export * from "./DescribeChannelMembershipForAppInstanceUserCommand";
|
|
72
|
+
export * from "./DescribeChannelModeratedByAppInstanceUserCommand";
|
|
73
|
+
export * from "./DescribeChannelModeratorCommand";
|
|
74
|
+
export * from "./DisassociatePhoneNumberFromUserCommand";
|
|
75
|
+
export * from "./DisassociatePhoneNumbersFromVoiceConnectorCommand";
|
|
76
|
+
export * from "./DisassociatePhoneNumbersFromVoiceConnectorGroupCommand";
|
|
77
|
+
export * from "./DisassociateSigninDelegateGroupsFromAccountCommand";
|
|
78
|
+
export * from "./GetAccountCommand";
|
|
79
|
+
export * from "./GetAccountSettingsCommand";
|
|
80
|
+
export * from "./GetAppInstanceRetentionSettingsCommand";
|
|
81
|
+
export * from "./GetAppInstanceStreamingConfigurationsCommand";
|
|
82
|
+
export * from "./GetAttendeeCommand";
|
|
83
|
+
export * from "./GetBotCommand";
|
|
84
|
+
export * from "./GetChannelMessageCommand";
|
|
85
|
+
export * from "./GetEventsConfigurationCommand";
|
|
86
|
+
export * from "./GetGlobalSettingsCommand";
|
|
87
|
+
export * from "./GetMediaCapturePipelineCommand";
|
|
88
|
+
export * from "./GetMeetingCommand";
|
|
89
|
+
export * from "./GetMessagingSessionEndpointCommand";
|
|
90
|
+
export * from "./GetPhoneNumberCommand";
|
|
91
|
+
export * from "./GetPhoneNumberOrderCommand";
|
|
92
|
+
export * from "./GetPhoneNumberSettingsCommand";
|
|
93
|
+
export * from "./GetProxySessionCommand";
|
|
94
|
+
export * from "./GetRetentionSettingsCommand";
|
|
95
|
+
export * from "./GetRoomCommand";
|
|
96
|
+
export * from "./GetSipMediaApplicationCommand";
|
|
97
|
+
export * from "./GetSipMediaApplicationLoggingConfigurationCommand";
|
|
98
|
+
export * from "./GetSipRuleCommand";
|
|
99
|
+
export * from "./GetUserCommand";
|
|
100
|
+
export * from "./GetUserSettingsCommand";
|
|
101
|
+
export * from "./GetVoiceConnectorCommand";
|
|
102
|
+
export * from "./GetVoiceConnectorEmergencyCallingConfigurationCommand";
|
|
103
|
+
export * from "./GetVoiceConnectorGroupCommand";
|
|
104
|
+
export * from "./GetVoiceConnectorLoggingConfigurationCommand";
|
|
105
|
+
export * from "./GetVoiceConnectorOriginationCommand";
|
|
106
|
+
export * from "./GetVoiceConnectorProxyCommand";
|
|
107
|
+
export * from "./GetVoiceConnectorStreamingConfigurationCommand";
|
|
108
|
+
export * from "./GetVoiceConnectorTerminationCommand";
|
|
109
|
+
export * from "./GetVoiceConnectorTerminationHealthCommand";
|
|
110
|
+
export * from "./InviteUsersCommand";
|
|
111
|
+
export * from "./ListAccountsCommand";
|
|
112
|
+
export * from "./ListAppInstanceAdminsCommand";
|
|
113
|
+
export * from "./ListAppInstanceUsersCommand";
|
|
114
|
+
export * from "./ListAppInstancesCommand";
|
|
115
|
+
export * from "./ListAttendeeTagsCommand";
|
|
116
|
+
export * from "./ListAttendeesCommand";
|
|
117
|
+
export * from "./ListBotsCommand";
|
|
118
|
+
export * from "./ListChannelBansCommand";
|
|
119
|
+
export * from "./ListChannelMembershipsCommand";
|
|
120
|
+
export * from "./ListChannelMembershipsForAppInstanceUserCommand";
|
|
121
|
+
export * from "./ListChannelMessagesCommand";
|
|
122
|
+
export * from "./ListChannelModeratorsCommand";
|
|
123
|
+
export * from "./ListChannelsCommand";
|
|
124
|
+
export * from "./ListChannelsModeratedByAppInstanceUserCommand";
|
|
125
|
+
export * from "./ListMediaCapturePipelinesCommand";
|
|
126
|
+
export * from "./ListMeetingTagsCommand";
|
|
127
|
+
export * from "./ListMeetingsCommand";
|
|
128
|
+
export * from "./ListPhoneNumberOrdersCommand";
|
|
129
|
+
export * from "./ListPhoneNumbersCommand";
|
|
130
|
+
export * from "./ListProxySessionsCommand";
|
|
131
|
+
export * from "./ListRoomMembershipsCommand";
|
|
132
|
+
export * from "./ListRoomsCommand";
|
|
133
|
+
export * from "./ListSipMediaApplicationsCommand";
|
|
134
|
+
export * from "./ListSipRulesCommand";
|
|
135
|
+
export * from "./ListSupportedPhoneNumberCountriesCommand";
|
|
136
|
+
export * from "./ListTagsForResourceCommand";
|
|
137
|
+
export * from "./ListUsersCommand";
|
|
138
|
+
export * from "./ListVoiceConnectorGroupsCommand";
|
|
139
|
+
export * from "./ListVoiceConnectorTerminationCredentialsCommand";
|
|
140
|
+
export * from "./ListVoiceConnectorsCommand";
|
|
141
|
+
export * from "./LogoutUserCommand";
|
|
142
|
+
export * from "./PutAppInstanceRetentionSettingsCommand";
|
|
143
|
+
export * from "./PutAppInstanceStreamingConfigurationsCommand";
|
|
144
|
+
export * from "./PutEventsConfigurationCommand";
|
|
145
|
+
export * from "./PutRetentionSettingsCommand";
|
|
146
|
+
export * from "./PutSipMediaApplicationLoggingConfigurationCommand";
|
|
147
|
+
export * from "./PutVoiceConnectorEmergencyCallingConfigurationCommand";
|
|
148
|
+
export * from "./PutVoiceConnectorLoggingConfigurationCommand";
|
|
149
|
+
export * from "./PutVoiceConnectorOriginationCommand";
|
|
150
|
+
export * from "./PutVoiceConnectorProxyCommand";
|
|
151
|
+
export * from "./PutVoiceConnectorStreamingConfigurationCommand";
|
|
152
|
+
export * from "./PutVoiceConnectorTerminationCommand";
|
|
153
|
+
export * from "./PutVoiceConnectorTerminationCredentialsCommand";
|
|
154
|
+
export * from "./RedactChannelMessageCommand";
|
|
155
|
+
export * from "./RedactConversationMessageCommand";
|
|
156
|
+
export * from "./RedactRoomMessageCommand";
|
|
157
|
+
export * from "./RegenerateSecurityTokenCommand";
|
|
158
|
+
export * from "./ResetPersonalPINCommand";
|
|
159
|
+
export * from "./RestorePhoneNumberCommand";
|
|
160
|
+
export * from "./SearchAvailablePhoneNumbersCommand";
|
|
161
|
+
export * from "./SendChannelMessageCommand";
|
|
162
|
+
export * from "./StartMeetingTranscriptionCommand";
|
|
163
|
+
export * from "./StopMeetingTranscriptionCommand";
|
|
164
|
+
export * from "./TagAttendeeCommand";
|
|
165
|
+
export * from "./TagMeetingCommand";
|
|
166
|
+
export * from "./TagResourceCommand";
|
|
167
|
+
export * from "./UntagAttendeeCommand";
|
|
168
|
+
export * from "./UntagMeetingCommand";
|
|
169
|
+
export * from "./UntagResourceCommand";
|
|
170
|
+
export * from "./UpdateAccountCommand";
|
|
171
|
+
export * from "./UpdateAccountSettingsCommand";
|
|
172
|
+
export * from "./UpdateAppInstanceCommand";
|
|
173
|
+
export * from "./UpdateAppInstanceUserCommand";
|
|
174
|
+
export * from "./UpdateBotCommand";
|
|
175
|
+
export * from "./UpdateChannelCommand";
|
|
176
|
+
export * from "./UpdateChannelMessageCommand";
|
|
177
|
+
export * from "./UpdateChannelReadMarkerCommand";
|
|
178
|
+
export * from "./UpdateGlobalSettingsCommand";
|
|
179
|
+
export * from "./UpdatePhoneNumberCommand";
|
|
180
|
+
export * from "./UpdatePhoneNumberSettingsCommand";
|
|
181
|
+
export * from "./UpdateProxySessionCommand";
|
|
182
|
+
export * from "./UpdateRoomCommand";
|
|
183
|
+
export * from "./UpdateRoomMembershipCommand";
|
|
184
|
+
export * from "./UpdateSipMediaApplicationCallCommand";
|
|
185
|
+
export * from "./UpdateSipMediaApplicationCommand";
|
|
186
|
+
export * from "./UpdateSipRuleCommand";
|
|
187
|
+
export * from "./UpdateUserCommand";
|
|
188
|
+
export * from "./UpdateUserSettingsCommand";
|
|
189
|
+
export * from "./UpdateVoiceConnectorCommand";
|
|
190
|
+
export * from "./UpdateVoiceConnectorGroupCommand";
|
package/dist-es/index.js
CHANGED
|
@@ -1,220 +1,5 @@
|
|
|
1
|
-
export * from "./ChimeClient";
|
|
2
1
|
export * from "./Chime";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./commands
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./
|
|
7
|
-
export * from "./commands/BatchCreateAttendeeCommand";
|
|
8
|
-
export * from "./commands/BatchCreateChannelMembershipCommand";
|
|
9
|
-
export * from "./commands/BatchCreateRoomMembershipCommand";
|
|
10
|
-
export * from "./commands/BatchDeletePhoneNumberCommand";
|
|
11
|
-
export * from "./commands/BatchSuspendUserCommand";
|
|
12
|
-
export * from "./commands/BatchUnsuspendUserCommand";
|
|
13
|
-
export * from "./commands/BatchUpdatePhoneNumberCommand";
|
|
14
|
-
export * from "./commands/BatchUpdateUserCommand";
|
|
15
|
-
export * from "./commands/CreateAccountCommand";
|
|
16
|
-
export * from "./commands/CreateAppInstanceCommand";
|
|
17
|
-
export * from "./commands/CreateAppInstanceAdminCommand";
|
|
18
|
-
export * from "./commands/CreateAppInstanceUserCommand";
|
|
19
|
-
export * from "./commands/CreateAttendeeCommand";
|
|
20
|
-
export * from "./commands/CreateBotCommand";
|
|
21
|
-
export * from "./commands/CreateChannelCommand";
|
|
22
|
-
export * from "./commands/CreateChannelBanCommand";
|
|
23
|
-
export * from "./commands/CreateChannelMembershipCommand";
|
|
24
|
-
export * from "./commands/CreateChannelModeratorCommand";
|
|
25
|
-
export * from "./commands/CreateMediaCapturePipelineCommand";
|
|
26
|
-
export * from "./commands/CreateMeetingCommand";
|
|
27
|
-
export * from "./commands/CreateMeetingDialOutCommand";
|
|
28
|
-
export * from "./commands/CreateMeetingWithAttendeesCommand";
|
|
29
|
-
export * from "./commands/CreatePhoneNumberOrderCommand";
|
|
30
|
-
export * from "./commands/CreateProxySessionCommand";
|
|
31
|
-
export * from "./commands/CreateRoomCommand";
|
|
32
|
-
export * from "./commands/CreateRoomMembershipCommand";
|
|
33
|
-
export * from "./commands/CreateSipMediaApplicationCommand";
|
|
34
|
-
export * from "./commands/CreateSipMediaApplicationCallCommand";
|
|
35
|
-
export * from "./commands/CreateSipRuleCommand";
|
|
36
|
-
export * from "./commands/CreateUserCommand";
|
|
37
|
-
export * from "./commands/CreateVoiceConnectorCommand";
|
|
38
|
-
export * from "./commands/CreateVoiceConnectorGroupCommand";
|
|
39
|
-
export * from "./commands/DeleteAccountCommand";
|
|
40
|
-
export * from "./commands/DeleteAppInstanceCommand";
|
|
41
|
-
export * from "./commands/DeleteAppInstanceAdminCommand";
|
|
42
|
-
export * from "./commands/DeleteAppInstanceStreamingConfigurationsCommand";
|
|
43
|
-
export * from "./commands/DeleteAppInstanceUserCommand";
|
|
44
|
-
export * from "./commands/DeleteAttendeeCommand";
|
|
45
|
-
export * from "./commands/DeleteChannelCommand";
|
|
46
|
-
export * from "./commands/DeleteChannelBanCommand";
|
|
47
|
-
export * from "./commands/DeleteChannelMembershipCommand";
|
|
48
|
-
export * from "./commands/DeleteChannelMessageCommand";
|
|
49
|
-
export * from "./commands/DeleteChannelModeratorCommand";
|
|
50
|
-
export * from "./commands/DeleteEventsConfigurationCommand";
|
|
51
|
-
export * from "./commands/DeleteMediaCapturePipelineCommand";
|
|
52
|
-
export * from "./commands/DeleteMeetingCommand";
|
|
53
|
-
export * from "./commands/DeletePhoneNumberCommand";
|
|
54
|
-
export * from "./commands/DeleteProxySessionCommand";
|
|
55
|
-
export * from "./commands/DeleteRoomCommand";
|
|
56
|
-
export * from "./commands/DeleteRoomMembershipCommand";
|
|
57
|
-
export * from "./commands/DeleteSipMediaApplicationCommand";
|
|
58
|
-
export * from "./commands/DeleteSipRuleCommand";
|
|
59
|
-
export * from "./commands/DeleteVoiceConnectorCommand";
|
|
60
|
-
export * from "./commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand";
|
|
61
|
-
export * from "./commands/DeleteVoiceConnectorGroupCommand";
|
|
62
|
-
export * from "./commands/DeleteVoiceConnectorOriginationCommand";
|
|
63
|
-
export * from "./commands/DeleteVoiceConnectorProxyCommand";
|
|
64
|
-
export * from "./commands/DeleteVoiceConnectorStreamingConfigurationCommand";
|
|
65
|
-
export * from "./commands/DeleteVoiceConnectorTerminationCommand";
|
|
66
|
-
export * from "./commands/DeleteVoiceConnectorTerminationCredentialsCommand";
|
|
67
|
-
export * from "./commands/DescribeAppInstanceCommand";
|
|
68
|
-
export * from "./commands/DescribeAppInstanceAdminCommand";
|
|
69
|
-
export * from "./commands/DescribeAppInstanceUserCommand";
|
|
70
|
-
export * from "./commands/DescribeChannelCommand";
|
|
71
|
-
export * from "./commands/DescribeChannelBanCommand";
|
|
72
|
-
export * from "./commands/DescribeChannelMembershipCommand";
|
|
73
|
-
export * from "./commands/DescribeChannelMembershipForAppInstanceUserCommand";
|
|
74
|
-
export * from "./commands/DescribeChannelModeratedByAppInstanceUserCommand";
|
|
75
|
-
export * from "./commands/DescribeChannelModeratorCommand";
|
|
76
|
-
export * from "./commands/DisassociatePhoneNumberFromUserCommand";
|
|
77
|
-
export * from "./commands/DisassociatePhoneNumbersFromVoiceConnectorCommand";
|
|
78
|
-
export * from "./commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand";
|
|
79
|
-
export * from "./commands/DisassociateSigninDelegateGroupsFromAccountCommand";
|
|
80
|
-
export * from "./commands/GetAccountCommand";
|
|
81
|
-
export * from "./commands/GetAccountSettingsCommand";
|
|
82
|
-
export * from "./commands/GetAppInstanceRetentionSettingsCommand";
|
|
83
|
-
export * from "./commands/GetAppInstanceStreamingConfigurationsCommand";
|
|
84
|
-
export * from "./commands/GetAttendeeCommand";
|
|
85
|
-
export * from "./commands/GetBotCommand";
|
|
86
|
-
export * from "./commands/GetChannelMessageCommand";
|
|
87
|
-
export * from "./commands/GetEventsConfigurationCommand";
|
|
88
|
-
export * from "./commands/GetGlobalSettingsCommand";
|
|
89
|
-
export * from "./commands/GetMediaCapturePipelineCommand";
|
|
90
|
-
export * from "./commands/GetMeetingCommand";
|
|
91
|
-
export * from "./commands/GetMessagingSessionEndpointCommand";
|
|
92
|
-
export * from "./commands/GetPhoneNumberCommand";
|
|
93
|
-
export * from "./commands/GetPhoneNumberOrderCommand";
|
|
94
|
-
export * from "./commands/GetPhoneNumberSettingsCommand";
|
|
95
|
-
export * from "./commands/GetProxySessionCommand";
|
|
96
|
-
export * from "./commands/GetRetentionSettingsCommand";
|
|
97
|
-
export * from "./commands/GetRoomCommand";
|
|
98
|
-
export * from "./commands/GetSipMediaApplicationCommand";
|
|
99
|
-
export * from "./commands/GetSipMediaApplicationLoggingConfigurationCommand";
|
|
100
|
-
export * from "./commands/GetSipRuleCommand";
|
|
101
|
-
export * from "./commands/GetUserCommand";
|
|
102
|
-
export * from "./commands/GetUserSettingsCommand";
|
|
103
|
-
export * from "./commands/GetVoiceConnectorCommand";
|
|
104
|
-
export * from "./commands/GetVoiceConnectorEmergencyCallingConfigurationCommand";
|
|
105
|
-
export * from "./commands/GetVoiceConnectorGroupCommand";
|
|
106
|
-
export * from "./commands/GetVoiceConnectorLoggingConfigurationCommand";
|
|
107
|
-
export * from "./commands/GetVoiceConnectorOriginationCommand";
|
|
108
|
-
export * from "./commands/GetVoiceConnectorProxyCommand";
|
|
109
|
-
export * from "./commands/GetVoiceConnectorStreamingConfigurationCommand";
|
|
110
|
-
export * from "./commands/GetVoiceConnectorTerminationCommand";
|
|
111
|
-
export * from "./commands/GetVoiceConnectorTerminationHealthCommand";
|
|
112
|
-
export * from "./commands/InviteUsersCommand";
|
|
113
|
-
export * from "./commands/ListAccountsCommand";
|
|
114
|
-
export * from "./pagination/ListAccountsPaginator";
|
|
115
|
-
export * from "./commands/ListAppInstanceAdminsCommand";
|
|
116
|
-
export * from "./pagination/ListAppInstanceAdminsPaginator";
|
|
117
|
-
export * from "./commands/ListAppInstancesCommand";
|
|
118
|
-
export * from "./pagination/ListAppInstancesPaginator";
|
|
119
|
-
export * from "./commands/ListAppInstanceUsersCommand";
|
|
120
|
-
export * from "./pagination/ListAppInstanceUsersPaginator";
|
|
121
|
-
export * from "./commands/ListAttendeesCommand";
|
|
122
|
-
export * from "./pagination/ListAttendeesPaginator";
|
|
123
|
-
export * from "./commands/ListAttendeeTagsCommand";
|
|
124
|
-
export * from "./commands/ListBotsCommand";
|
|
125
|
-
export * from "./pagination/ListBotsPaginator";
|
|
126
|
-
export * from "./commands/ListChannelBansCommand";
|
|
127
|
-
export * from "./pagination/ListChannelBansPaginator";
|
|
128
|
-
export * from "./commands/ListChannelMembershipsCommand";
|
|
129
|
-
export * from "./pagination/ListChannelMembershipsPaginator";
|
|
130
|
-
export * from "./commands/ListChannelMembershipsForAppInstanceUserCommand";
|
|
131
|
-
export * from "./pagination/ListChannelMembershipsForAppInstanceUserPaginator";
|
|
132
|
-
export * from "./commands/ListChannelMessagesCommand";
|
|
133
|
-
export * from "./pagination/ListChannelMessagesPaginator";
|
|
134
|
-
export * from "./commands/ListChannelModeratorsCommand";
|
|
135
|
-
export * from "./pagination/ListChannelModeratorsPaginator";
|
|
136
|
-
export * from "./commands/ListChannelsCommand";
|
|
137
|
-
export * from "./pagination/ListChannelsPaginator";
|
|
138
|
-
export * from "./commands/ListChannelsModeratedByAppInstanceUserCommand";
|
|
139
|
-
export * from "./pagination/ListChannelsModeratedByAppInstanceUserPaginator";
|
|
140
|
-
export * from "./commands/ListMediaCapturePipelinesCommand";
|
|
141
|
-
export * from "./pagination/ListMediaCapturePipelinesPaginator";
|
|
142
|
-
export * from "./commands/ListMeetingsCommand";
|
|
143
|
-
export * from "./pagination/ListMeetingsPaginator";
|
|
144
|
-
export * from "./commands/ListMeetingTagsCommand";
|
|
145
|
-
export * from "./commands/ListPhoneNumberOrdersCommand";
|
|
146
|
-
export * from "./pagination/ListPhoneNumberOrdersPaginator";
|
|
147
|
-
export * from "./commands/ListPhoneNumbersCommand";
|
|
148
|
-
export * from "./pagination/ListPhoneNumbersPaginator";
|
|
149
|
-
export * from "./commands/ListProxySessionsCommand";
|
|
150
|
-
export * from "./pagination/ListProxySessionsPaginator";
|
|
151
|
-
export * from "./commands/ListRoomMembershipsCommand";
|
|
152
|
-
export * from "./pagination/ListRoomMembershipsPaginator";
|
|
153
|
-
export * from "./commands/ListRoomsCommand";
|
|
154
|
-
export * from "./pagination/ListRoomsPaginator";
|
|
155
|
-
export * from "./commands/ListSipMediaApplicationsCommand";
|
|
156
|
-
export * from "./pagination/ListSipMediaApplicationsPaginator";
|
|
157
|
-
export * from "./commands/ListSipRulesCommand";
|
|
158
|
-
export * from "./pagination/ListSipRulesPaginator";
|
|
159
|
-
export * from "./commands/ListSupportedPhoneNumberCountriesCommand";
|
|
160
|
-
export * from "./commands/ListTagsForResourceCommand";
|
|
161
|
-
export * from "./commands/ListUsersCommand";
|
|
162
|
-
export * from "./pagination/ListUsersPaginator";
|
|
163
|
-
export * from "./commands/ListVoiceConnectorGroupsCommand";
|
|
164
|
-
export * from "./pagination/ListVoiceConnectorGroupsPaginator";
|
|
165
|
-
export * from "./commands/ListVoiceConnectorsCommand";
|
|
166
|
-
export * from "./pagination/ListVoiceConnectorsPaginator";
|
|
167
|
-
export * from "./commands/ListVoiceConnectorTerminationCredentialsCommand";
|
|
168
|
-
export * from "./commands/LogoutUserCommand";
|
|
169
|
-
export * from "./commands/PutAppInstanceRetentionSettingsCommand";
|
|
170
|
-
export * from "./commands/PutAppInstanceStreamingConfigurationsCommand";
|
|
171
|
-
export * from "./commands/PutEventsConfigurationCommand";
|
|
172
|
-
export * from "./commands/PutRetentionSettingsCommand";
|
|
173
|
-
export * from "./commands/PutSipMediaApplicationLoggingConfigurationCommand";
|
|
174
|
-
export * from "./commands/PutVoiceConnectorEmergencyCallingConfigurationCommand";
|
|
175
|
-
export * from "./commands/PutVoiceConnectorLoggingConfigurationCommand";
|
|
176
|
-
export * from "./commands/PutVoiceConnectorOriginationCommand";
|
|
177
|
-
export * from "./commands/PutVoiceConnectorProxyCommand";
|
|
178
|
-
export * from "./commands/PutVoiceConnectorStreamingConfigurationCommand";
|
|
179
|
-
export * from "./commands/PutVoiceConnectorTerminationCommand";
|
|
180
|
-
export * from "./commands/PutVoiceConnectorTerminationCredentialsCommand";
|
|
181
|
-
export * from "./commands/RedactChannelMessageCommand";
|
|
182
|
-
export * from "./commands/RedactConversationMessageCommand";
|
|
183
|
-
export * from "./commands/RedactRoomMessageCommand";
|
|
184
|
-
export * from "./commands/RegenerateSecurityTokenCommand";
|
|
185
|
-
export * from "./commands/ResetPersonalPINCommand";
|
|
186
|
-
export * from "./commands/RestorePhoneNumberCommand";
|
|
187
|
-
export * from "./commands/SearchAvailablePhoneNumbersCommand";
|
|
188
|
-
export * from "./pagination/SearchAvailablePhoneNumbersPaginator";
|
|
189
|
-
export * from "./commands/SendChannelMessageCommand";
|
|
190
|
-
export * from "./commands/StartMeetingTranscriptionCommand";
|
|
191
|
-
export * from "./commands/StopMeetingTranscriptionCommand";
|
|
192
|
-
export * from "./commands/TagAttendeeCommand";
|
|
193
|
-
export * from "./commands/TagMeetingCommand";
|
|
194
|
-
export * from "./commands/TagResourceCommand";
|
|
195
|
-
export * from "./commands/UntagAttendeeCommand";
|
|
196
|
-
export * from "./commands/UntagMeetingCommand";
|
|
197
|
-
export * from "./commands/UntagResourceCommand";
|
|
198
|
-
export * from "./commands/UpdateAccountCommand";
|
|
199
|
-
export * from "./commands/UpdateAccountSettingsCommand";
|
|
200
|
-
export * from "./commands/UpdateAppInstanceCommand";
|
|
201
|
-
export * from "./commands/UpdateAppInstanceUserCommand";
|
|
202
|
-
export * from "./commands/UpdateBotCommand";
|
|
203
|
-
export * from "./commands/UpdateChannelCommand";
|
|
204
|
-
export * from "./commands/UpdateChannelMessageCommand";
|
|
205
|
-
export * from "./commands/UpdateChannelReadMarkerCommand";
|
|
206
|
-
export * from "./commands/UpdateGlobalSettingsCommand";
|
|
207
|
-
export * from "./commands/UpdatePhoneNumberCommand";
|
|
208
|
-
export * from "./commands/UpdatePhoneNumberSettingsCommand";
|
|
209
|
-
export * from "./commands/UpdateProxySessionCommand";
|
|
210
|
-
export * from "./commands/UpdateRoomCommand";
|
|
211
|
-
export * from "./commands/UpdateRoomMembershipCommand";
|
|
212
|
-
export * from "./commands/UpdateSipMediaApplicationCommand";
|
|
213
|
-
export * from "./commands/UpdateSipMediaApplicationCallCommand";
|
|
214
|
-
export * from "./commands/UpdateSipRuleCommand";
|
|
215
|
-
export * from "./commands/UpdateUserCommand";
|
|
216
|
-
export * from "./commands/UpdateUserSettingsCommand";
|
|
217
|
-
export * from "./commands/UpdateVoiceConnectorCommand";
|
|
218
|
-
export * from "./commands/UpdateVoiceConnectorGroupCommand";
|
|
219
|
-
export * from "./pagination/Interfaces";
|
|
220
|
-
export * from "./models/index";
|
|
2
|
+
export * from "./ChimeClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
export * from "./Interfaces";
|
|
2
|
+
export * from "./ListAccountsPaginator";
|
|
3
|
+
export * from "./ListAppInstanceAdminsPaginator";
|
|
4
|
+
export * from "./ListAppInstanceUsersPaginator";
|
|
5
|
+
export * from "./ListAppInstancesPaginator";
|
|
6
|
+
export * from "./ListAttendeesPaginator";
|
|
7
|
+
export * from "./ListBotsPaginator";
|
|
8
|
+
export * from "./ListChannelBansPaginator";
|
|
9
|
+
export * from "./ListChannelMembershipsForAppInstanceUserPaginator";
|
|
10
|
+
export * from "./ListChannelMembershipsPaginator";
|
|
11
|
+
export * from "./ListChannelMessagesPaginator";
|
|
12
|
+
export * from "./ListChannelModeratorsPaginator";
|
|
13
|
+
export * from "./ListChannelsModeratedByAppInstanceUserPaginator";
|
|
14
|
+
export * from "./ListChannelsPaginator";
|
|
15
|
+
export * from "./ListMediaCapturePipelinesPaginator";
|
|
16
|
+
export * from "./ListMeetingsPaginator";
|
|
17
|
+
export * from "./ListPhoneNumberOrdersPaginator";
|
|
18
|
+
export * from "./ListPhoneNumbersPaginator";
|
|
19
|
+
export * from "./ListProxySessionsPaginator";
|
|
20
|
+
export * from "./ListRoomMembershipsPaginator";
|
|
21
|
+
export * from "./ListRoomsPaginator";
|
|
22
|
+
export * from "./ListSipMediaApplicationsPaginator";
|
|
23
|
+
export * from "./ListSipRulesPaginator";
|
|
24
|
+
export * from "./ListUsersPaginator";
|
|
25
|
+
export * from "./ListVoiceConnectorGroupsPaginator";
|
|
26
|
+
export * from "./ListVoiceConnectorsPaginator";
|
|
27
|
+
export * from "./SearchAvailablePhoneNumbersPaginator";
|
|
@@ -30083,6 +30083,7 @@ var deserializeAws_restJson1VoiceConnector = function (output, context) {
|
|
|
30083
30083
|
UpdatedTimestamp: output.UpdatedTimestamp !== undefined && output.UpdatedTimestamp !== null
|
|
30084
30084
|
? __expectNonNull(__parseRfc3339DateTime(output.UpdatedTimestamp))
|
|
30085
30085
|
: undefined,
|
|
30086
|
+
VoiceConnectorArn: __expectString(output.VoiceConnectorArn),
|
|
30086
30087
|
VoiceConnectorId: __expectString(output.VoiceConnectorId),
|
|
30087
30088
|
};
|
|
30088
30089
|
};
|
|
@@ -30095,6 +30096,7 @@ var deserializeAws_restJson1VoiceConnectorGroup = function (output, context) {
|
|
|
30095
30096
|
UpdatedTimestamp: output.UpdatedTimestamp !== undefined && output.UpdatedTimestamp !== null
|
|
30096
30097
|
? __expectNonNull(__parseRfc3339DateTime(output.UpdatedTimestamp))
|
|
30097
30098
|
: undefined,
|
|
30099
|
+
VoiceConnectorGroupArn: __expectString(output.VoiceConnectorGroupArn),
|
|
30098
30100
|
VoiceConnectorGroupId: __expectString(output.VoiceConnectorGroupId),
|
|
30099
30101
|
VoiceConnectorItems: output.VoiceConnectorItems !== undefined && output.VoiceConnectorItems !== null
|
|
30100
30102
|
? deserializeAws_restJson1VoiceConnectorItemList(output.VoiceConnectorItems, context)
|
|
@@ -0,0 +1,190 @@
|
|
|
1
|
+
export * from "./AssociatePhoneNumberWithUserCommand";
|
|
2
|
+
export * from "./AssociatePhoneNumbersWithVoiceConnectorCommand";
|
|
3
|
+
export * from "./AssociatePhoneNumbersWithVoiceConnectorGroupCommand";
|
|
4
|
+
export * from "./AssociateSigninDelegateGroupsWithAccountCommand";
|
|
5
|
+
export * from "./BatchCreateAttendeeCommand";
|
|
6
|
+
export * from "./BatchCreateChannelMembershipCommand";
|
|
7
|
+
export * from "./BatchCreateRoomMembershipCommand";
|
|
8
|
+
export * from "./BatchDeletePhoneNumberCommand";
|
|
9
|
+
export * from "./BatchSuspendUserCommand";
|
|
10
|
+
export * from "./BatchUnsuspendUserCommand";
|
|
11
|
+
export * from "./BatchUpdatePhoneNumberCommand";
|
|
12
|
+
export * from "./BatchUpdateUserCommand";
|
|
13
|
+
export * from "./CreateAccountCommand";
|
|
14
|
+
export * from "./CreateAppInstanceAdminCommand";
|
|
15
|
+
export * from "./CreateAppInstanceCommand";
|
|
16
|
+
export * from "./CreateAppInstanceUserCommand";
|
|
17
|
+
export * from "./CreateAttendeeCommand";
|
|
18
|
+
export * from "./CreateBotCommand";
|
|
19
|
+
export * from "./CreateChannelBanCommand";
|
|
20
|
+
export * from "./CreateChannelCommand";
|
|
21
|
+
export * from "./CreateChannelMembershipCommand";
|
|
22
|
+
export * from "./CreateChannelModeratorCommand";
|
|
23
|
+
export * from "./CreateMediaCapturePipelineCommand";
|
|
24
|
+
export * from "./CreateMeetingCommand";
|
|
25
|
+
export * from "./CreateMeetingDialOutCommand";
|
|
26
|
+
export * from "./CreateMeetingWithAttendeesCommand";
|
|
27
|
+
export * from "./CreatePhoneNumberOrderCommand";
|
|
28
|
+
export * from "./CreateProxySessionCommand";
|
|
29
|
+
export * from "./CreateRoomCommand";
|
|
30
|
+
export * from "./CreateRoomMembershipCommand";
|
|
31
|
+
export * from "./CreateSipMediaApplicationCallCommand";
|
|
32
|
+
export * from "./CreateSipMediaApplicationCommand";
|
|
33
|
+
export * from "./CreateSipRuleCommand";
|
|
34
|
+
export * from "./CreateUserCommand";
|
|
35
|
+
export * from "./CreateVoiceConnectorCommand";
|
|
36
|
+
export * from "./CreateVoiceConnectorGroupCommand";
|
|
37
|
+
export * from "./DeleteAccountCommand";
|
|
38
|
+
export * from "./DeleteAppInstanceAdminCommand";
|
|
39
|
+
export * from "./DeleteAppInstanceCommand";
|
|
40
|
+
export * from "./DeleteAppInstanceStreamingConfigurationsCommand";
|
|
41
|
+
export * from "./DeleteAppInstanceUserCommand";
|
|
42
|
+
export * from "./DeleteAttendeeCommand";
|
|
43
|
+
export * from "./DeleteChannelBanCommand";
|
|
44
|
+
export * from "./DeleteChannelCommand";
|
|
45
|
+
export * from "./DeleteChannelMembershipCommand";
|
|
46
|
+
export * from "./DeleteChannelMessageCommand";
|
|
47
|
+
export * from "./DeleteChannelModeratorCommand";
|
|
48
|
+
export * from "./DeleteEventsConfigurationCommand";
|
|
49
|
+
export * from "./DeleteMediaCapturePipelineCommand";
|
|
50
|
+
export * from "./DeleteMeetingCommand";
|
|
51
|
+
export * from "./DeletePhoneNumberCommand";
|
|
52
|
+
export * from "./DeleteProxySessionCommand";
|
|
53
|
+
export * from "./DeleteRoomCommand";
|
|
54
|
+
export * from "./DeleteRoomMembershipCommand";
|
|
55
|
+
export * from "./DeleteSipMediaApplicationCommand";
|
|
56
|
+
export * from "./DeleteSipRuleCommand";
|
|
57
|
+
export * from "./DeleteVoiceConnectorCommand";
|
|
58
|
+
export * from "./DeleteVoiceConnectorEmergencyCallingConfigurationCommand";
|
|
59
|
+
export * from "./DeleteVoiceConnectorGroupCommand";
|
|
60
|
+
export * from "./DeleteVoiceConnectorOriginationCommand";
|
|
61
|
+
export * from "./DeleteVoiceConnectorProxyCommand";
|
|
62
|
+
export * from "./DeleteVoiceConnectorStreamingConfigurationCommand";
|
|
63
|
+
export * from "./DeleteVoiceConnectorTerminationCommand";
|
|
64
|
+
export * from "./DeleteVoiceConnectorTerminationCredentialsCommand";
|
|
65
|
+
export * from "./DescribeAppInstanceAdminCommand";
|
|
66
|
+
export * from "./DescribeAppInstanceCommand";
|
|
67
|
+
export * from "./DescribeAppInstanceUserCommand";
|
|
68
|
+
export * from "./DescribeChannelBanCommand";
|
|
69
|
+
export * from "./DescribeChannelCommand";
|
|
70
|
+
export * from "./DescribeChannelMembershipCommand";
|
|
71
|
+
export * from "./DescribeChannelMembershipForAppInstanceUserCommand";
|
|
72
|
+
export * from "./DescribeChannelModeratedByAppInstanceUserCommand";
|
|
73
|
+
export * from "./DescribeChannelModeratorCommand";
|
|
74
|
+
export * from "./DisassociatePhoneNumberFromUserCommand";
|
|
75
|
+
export * from "./DisassociatePhoneNumbersFromVoiceConnectorCommand";
|
|
76
|
+
export * from "./DisassociatePhoneNumbersFromVoiceConnectorGroupCommand";
|
|
77
|
+
export * from "./DisassociateSigninDelegateGroupsFromAccountCommand";
|
|
78
|
+
export * from "./GetAccountCommand";
|
|
79
|
+
export * from "./GetAccountSettingsCommand";
|
|
80
|
+
export * from "./GetAppInstanceRetentionSettingsCommand";
|
|
81
|
+
export * from "./GetAppInstanceStreamingConfigurationsCommand";
|
|
82
|
+
export * from "./GetAttendeeCommand";
|
|
83
|
+
export * from "./GetBotCommand";
|
|
84
|
+
export * from "./GetChannelMessageCommand";
|
|
85
|
+
export * from "./GetEventsConfigurationCommand";
|
|
86
|
+
export * from "./GetGlobalSettingsCommand";
|
|
87
|
+
export * from "./GetMediaCapturePipelineCommand";
|
|
88
|
+
export * from "./GetMeetingCommand";
|
|
89
|
+
export * from "./GetMessagingSessionEndpointCommand";
|
|
90
|
+
export * from "./GetPhoneNumberCommand";
|
|
91
|
+
export * from "./GetPhoneNumberOrderCommand";
|
|
92
|
+
export * from "./GetPhoneNumberSettingsCommand";
|
|
93
|
+
export * from "./GetProxySessionCommand";
|
|
94
|
+
export * from "./GetRetentionSettingsCommand";
|
|
95
|
+
export * from "./GetRoomCommand";
|
|
96
|
+
export * from "./GetSipMediaApplicationCommand";
|
|
97
|
+
export * from "./GetSipMediaApplicationLoggingConfigurationCommand";
|
|
98
|
+
export * from "./GetSipRuleCommand";
|
|
99
|
+
export * from "./GetUserCommand";
|
|
100
|
+
export * from "./GetUserSettingsCommand";
|
|
101
|
+
export * from "./GetVoiceConnectorCommand";
|
|
102
|
+
export * from "./GetVoiceConnectorEmergencyCallingConfigurationCommand";
|
|
103
|
+
export * from "./GetVoiceConnectorGroupCommand";
|
|
104
|
+
export * from "./GetVoiceConnectorLoggingConfigurationCommand";
|
|
105
|
+
export * from "./GetVoiceConnectorOriginationCommand";
|
|
106
|
+
export * from "./GetVoiceConnectorProxyCommand";
|
|
107
|
+
export * from "./GetVoiceConnectorStreamingConfigurationCommand";
|
|
108
|
+
export * from "./GetVoiceConnectorTerminationCommand";
|
|
109
|
+
export * from "./GetVoiceConnectorTerminationHealthCommand";
|
|
110
|
+
export * from "./InviteUsersCommand";
|
|
111
|
+
export * from "./ListAccountsCommand";
|
|
112
|
+
export * from "./ListAppInstanceAdminsCommand";
|
|
113
|
+
export * from "./ListAppInstanceUsersCommand";
|
|
114
|
+
export * from "./ListAppInstancesCommand";
|
|
115
|
+
export * from "./ListAttendeeTagsCommand";
|
|
116
|
+
export * from "./ListAttendeesCommand";
|
|
117
|
+
export * from "./ListBotsCommand";
|
|
118
|
+
export * from "./ListChannelBansCommand";
|
|
119
|
+
export * from "./ListChannelMembershipsCommand";
|
|
120
|
+
export * from "./ListChannelMembershipsForAppInstanceUserCommand";
|
|
121
|
+
export * from "./ListChannelMessagesCommand";
|
|
122
|
+
export * from "./ListChannelModeratorsCommand";
|
|
123
|
+
export * from "./ListChannelsCommand";
|
|
124
|
+
export * from "./ListChannelsModeratedByAppInstanceUserCommand";
|
|
125
|
+
export * from "./ListMediaCapturePipelinesCommand";
|
|
126
|
+
export * from "./ListMeetingTagsCommand";
|
|
127
|
+
export * from "./ListMeetingsCommand";
|
|
128
|
+
export * from "./ListPhoneNumberOrdersCommand";
|
|
129
|
+
export * from "./ListPhoneNumbersCommand";
|
|
130
|
+
export * from "./ListProxySessionsCommand";
|
|
131
|
+
export * from "./ListRoomMembershipsCommand";
|
|
132
|
+
export * from "./ListRoomsCommand";
|
|
133
|
+
export * from "./ListSipMediaApplicationsCommand";
|
|
134
|
+
export * from "./ListSipRulesCommand";
|
|
135
|
+
export * from "./ListSupportedPhoneNumberCountriesCommand";
|
|
136
|
+
export * from "./ListTagsForResourceCommand";
|
|
137
|
+
export * from "./ListUsersCommand";
|
|
138
|
+
export * from "./ListVoiceConnectorGroupsCommand";
|
|
139
|
+
export * from "./ListVoiceConnectorTerminationCredentialsCommand";
|
|
140
|
+
export * from "./ListVoiceConnectorsCommand";
|
|
141
|
+
export * from "./LogoutUserCommand";
|
|
142
|
+
export * from "./PutAppInstanceRetentionSettingsCommand";
|
|
143
|
+
export * from "./PutAppInstanceStreamingConfigurationsCommand";
|
|
144
|
+
export * from "./PutEventsConfigurationCommand";
|
|
145
|
+
export * from "./PutRetentionSettingsCommand";
|
|
146
|
+
export * from "./PutSipMediaApplicationLoggingConfigurationCommand";
|
|
147
|
+
export * from "./PutVoiceConnectorEmergencyCallingConfigurationCommand";
|
|
148
|
+
export * from "./PutVoiceConnectorLoggingConfigurationCommand";
|
|
149
|
+
export * from "./PutVoiceConnectorOriginationCommand";
|
|
150
|
+
export * from "./PutVoiceConnectorProxyCommand";
|
|
151
|
+
export * from "./PutVoiceConnectorStreamingConfigurationCommand";
|
|
152
|
+
export * from "./PutVoiceConnectorTerminationCommand";
|
|
153
|
+
export * from "./PutVoiceConnectorTerminationCredentialsCommand";
|
|
154
|
+
export * from "./RedactChannelMessageCommand";
|
|
155
|
+
export * from "./RedactConversationMessageCommand";
|
|
156
|
+
export * from "./RedactRoomMessageCommand";
|
|
157
|
+
export * from "./RegenerateSecurityTokenCommand";
|
|
158
|
+
export * from "./ResetPersonalPINCommand";
|
|
159
|
+
export * from "./RestorePhoneNumberCommand";
|
|
160
|
+
export * from "./SearchAvailablePhoneNumbersCommand";
|
|
161
|
+
export * from "./SendChannelMessageCommand";
|
|
162
|
+
export * from "./StartMeetingTranscriptionCommand";
|
|
163
|
+
export * from "./StopMeetingTranscriptionCommand";
|
|
164
|
+
export * from "./TagAttendeeCommand";
|
|
165
|
+
export * from "./TagMeetingCommand";
|
|
166
|
+
export * from "./TagResourceCommand";
|
|
167
|
+
export * from "./UntagAttendeeCommand";
|
|
168
|
+
export * from "./UntagMeetingCommand";
|
|
169
|
+
export * from "./UntagResourceCommand";
|
|
170
|
+
export * from "./UpdateAccountCommand";
|
|
171
|
+
export * from "./UpdateAccountSettingsCommand";
|
|
172
|
+
export * from "./UpdateAppInstanceCommand";
|
|
173
|
+
export * from "./UpdateAppInstanceUserCommand";
|
|
174
|
+
export * from "./UpdateBotCommand";
|
|
175
|
+
export * from "./UpdateChannelCommand";
|
|
176
|
+
export * from "./UpdateChannelMessageCommand";
|
|
177
|
+
export * from "./UpdateChannelReadMarkerCommand";
|
|
178
|
+
export * from "./UpdateGlobalSettingsCommand";
|
|
179
|
+
export * from "./UpdatePhoneNumberCommand";
|
|
180
|
+
export * from "./UpdatePhoneNumberSettingsCommand";
|
|
181
|
+
export * from "./UpdateProxySessionCommand";
|
|
182
|
+
export * from "./UpdateRoomCommand";
|
|
183
|
+
export * from "./UpdateRoomMembershipCommand";
|
|
184
|
+
export * from "./UpdateSipMediaApplicationCallCommand";
|
|
185
|
+
export * from "./UpdateSipMediaApplicationCommand";
|
|
186
|
+
export * from "./UpdateSipRuleCommand";
|
|
187
|
+
export * from "./UpdateUserCommand";
|
|
188
|
+
export * from "./UpdateUserSettingsCommand";
|
|
189
|
+
export * from "./UpdateVoiceConnectorCommand";
|
|
190
|
+
export * from "./UpdateVoiceConnectorGroupCommand";
|