@aws-sdk/client-chime 3.775.0 → 3.782.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/dist-types/commands/AssociatePhoneNumberWithUserCommand.d.ts +1 -0
- package/dist-types/commands/AssociateSigninDelegateGroupsWithAccountCommand.d.ts +1 -0
- package/dist-types/commands/BatchCreateRoomMembershipCommand.d.ts +1 -0
- package/dist-types/commands/BatchDeletePhoneNumberCommand.d.ts +1 -0
- package/dist-types/commands/BatchSuspendUserCommand.d.ts +1 -0
- package/dist-types/commands/BatchUnsuspendUserCommand.d.ts +1 -0
- package/dist-types/commands/BatchUpdatePhoneNumberCommand.d.ts +1 -0
- package/dist-types/commands/BatchUpdateUserCommand.d.ts +1 -0
- package/dist-types/commands/CreateAccountCommand.d.ts +1 -0
- package/dist-types/commands/CreateBotCommand.d.ts +1 -0
- package/dist-types/commands/CreateMeetingDialOutCommand.d.ts +1 -0
- package/dist-types/commands/CreatePhoneNumberOrderCommand.d.ts +1 -0
- package/dist-types/commands/CreateRoomCommand.d.ts +1 -0
- package/dist-types/commands/CreateRoomMembershipCommand.d.ts +1 -0
- package/dist-types/commands/CreateUserCommand.d.ts +1 -0
- package/dist-types/commands/DeleteAccountCommand.d.ts +1 -0
- package/dist-types/commands/DeleteEventsConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/DeletePhoneNumberCommand.d.ts +1 -0
- package/dist-types/commands/DeleteRoomCommand.d.ts +1 -0
- package/dist-types/commands/DeleteRoomMembershipCommand.d.ts +1 -0
- package/dist-types/commands/DisassociatePhoneNumberFromUserCommand.d.ts +1 -0
- package/dist-types/commands/DisassociateSigninDelegateGroupsFromAccountCommand.d.ts +1 -0
- package/dist-types/commands/GetAccountCommand.d.ts +1 -0
- package/dist-types/commands/GetAccountSettingsCommand.d.ts +1 -0
- package/dist-types/commands/GetBotCommand.d.ts +1 -0
- package/dist-types/commands/GetEventsConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/GetGlobalSettingsCommand.d.ts +1 -0
- package/dist-types/commands/GetPhoneNumberCommand.d.ts +1 -0
- package/dist-types/commands/GetPhoneNumberOrderCommand.d.ts +1 -0
- package/dist-types/commands/GetPhoneNumberSettingsCommand.d.ts +1 -0
- package/dist-types/commands/GetRetentionSettingsCommand.d.ts +1 -0
- package/dist-types/commands/GetRoomCommand.d.ts +1 -0
- package/dist-types/commands/GetUserCommand.d.ts +1 -0
- package/dist-types/commands/GetUserSettingsCommand.d.ts +1 -0
- package/dist-types/commands/InviteUsersCommand.d.ts +1 -0
- package/dist-types/commands/ListAccountsCommand.d.ts +1 -0
- package/dist-types/commands/ListBotsCommand.d.ts +1 -0
- package/dist-types/commands/ListPhoneNumberOrdersCommand.d.ts +1 -0
- package/dist-types/commands/ListPhoneNumbersCommand.d.ts +1 -0
- package/dist-types/commands/ListRoomMembershipsCommand.d.ts +1 -0
- package/dist-types/commands/ListRoomsCommand.d.ts +1 -0
- package/dist-types/commands/ListSupportedPhoneNumberCountriesCommand.d.ts +1 -0
- package/dist-types/commands/ListUsersCommand.d.ts +1 -0
- package/dist-types/commands/LogoutUserCommand.d.ts +1 -0
- package/dist-types/commands/PutEventsConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/PutRetentionSettingsCommand.d.ts +1 -0
- package/dist-types/commands/RedactConversationMessageCommand.d.ts +1 -0
- package/dist-types/commands/RedactRoomMessageCommand.d.ts +1 -0
- package/dist-types/commands/RegenerateSecurityTokenCommand.d.ts +1 -0
- package/dist-types/commands/ResetPersonalPINCommand.d.ts +1 -0
- package/dist-types/commands/RestorePhoneNumberCommand.d.ts +1 -0
- package/dist-types/commands/SearchAvailablePhoneNumbersCommand.d.ts +1 -0
- package/dist-types/commands/UpdateAccountCommand.d.ts +1 -0
- package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +1 -0
- package/dist-types/commands/UpdateBotCommand.d.ts +1 -0
- package/dist-types/commands/UpdateGlobalSettingsCommand.d.ts +1 -0
- package/dist-types/commands/UpdatePhoneNumberCommand.d.ts +1 -0
- package/dist-types/commands/UpdatePhoneNumberSettingsCommand.d.ts +1 -0
- package/dist-types/commands/UpdateRoomCommand.d.ts +1 -0
- package/dist-types/commands/UpdateRoomMembershipCommand.d.ts +1 -0
- package/dist-types/commands/UpdateUserCommand.d.ts +1 -0
- package/dist-types/commands/UpdateUserSettingsCommand.d.ts +1 -0
- package/package.json +5 -5
|
@@ -78,6 +78,7 @@ declare const AssociatePhoneNumberWithUserCommand_base: {
|
|
|
78
78
|
* @throws {@link ChimeServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from Chime service.</p>
|
|
80
80
|
*
|
|
81
|
+
*
|
|
81
82
|
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class AssociatePhoneNumberWithUserCommand extends AssociatePhoneNumberWithUserCommand_base {
|
|
@@ -78,6 +78,7 @@ declare const AssociateSigninDelegateGroupsWithAccountCommand_base: {
|
|
|
78
78
|
* @throws {@link ChimeServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from Chime service.</p>
|
|
80
80
|
*
|
|
81
|
+
*
|
|
81
82
|
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class AssociateSigninDelegateGroupsWithAccountCommand extends AssociateSigninDelegateGroupsWithAccountCommand_base {
|
|
@@ -89,6 +89,7 @@ declare const BatchCreateRoomMembershipCommand_base: {
|
|
|
89
89
|
* @throws {@link ChimeServiceException}
|
|
90
90
|
* <p>Base exception class for all service exceptions from Chime service.</p>
|
|
91
91
|
*
|
|
92
|
+
*
|
|
92
93
|
* @public
|
|
93
94
|
*/
|
|
94
95
|
export declare class BatchCreateRoomMembershipCommand extends BatchCreateRoomMembershipCommand_base {
|
|
@@ -90,6 +90,7 @@ declare const BatchDeletePhoneNumberCommand_base: {
|
|
|
90
90
|
* @throws {@link ChimeServiceException}
|
|
91
91
|
* <p>Base exception class for all service exceptions from Chime service.</p>
|
|
92
92
|
*
|
|
93
|
+
*
|
|
93
94
|
* @public
|
|
94
95
|
*/
|
|
95
96
|
export declare class BatchDeletePhoneNumberCommand extends BatchDeletePhoneNumberCommand_base {
|
|
@@ -96,6 +96,7 @@ declare const BatchSuspendUserCommand_base: {
|
|
|
96
96
|
* @throws {@link ChimeServiceException}
|
|
97
97
|
* <p>Base exception class for all service exceptions from Chime service.</p>
|
|
98
98
|
*
|
|
99
|
+
*
|
|
99
100
|
* @public
|
|
100
101
|
*/
|
|
101
102
|
export declare class BatchSuspendUserCommand extends BatchSuspendUserCommand_base {
|
|
@@ -93,6 +93,7 @@ declare const BatchUnsuspendUserCommand_base: {
|
|
|
93
93
|
* @throws {@link ChimeServiceException}
|
|
94
94
|
* <p>Base exception class for all service exceptions from Chime service.</p>
|
|
95
95
|
*
|
|
96
|
+
*
|
|
96
97
|
* @public
|
|
97
98
|
*/
|
|
98
99
|
export declare class BatchUnsuspendUserCommand extends BatchUnsuspendUserCommand_base {
|
|
@@ -89,6 +89,7 @@ declare const BatchUpdatePhoneNumberCommand_base: {
|
|
|
89
89
|
* @throws {@link ChimeServiceException}
|
|
90
90
|
* <p>Base exception class for all service exceptions from Chime service.</p>
|
|
91
91
|
*
|
|
92
|
+
*
|
|
92
93
|
* @public
|
|
93
94
|
*/
|
|
94
95
|
export declare class BatchUpdatePhoneNumberCommand extends BatchUpdatePhoneNumberCommand_base {
|
|
@@ -92,6 +92,7 @@ declare const BatchUpdateUserCommand_base: {
|
|
|
92
92
|
* @throws {@link ChimeServiceException}
|
|
93
93
|
* <p>Base exception class for all service exceptions from Chime service.</p>
|
|
94
94
|
*
|
|
95
|
+
*
|
|
95
96
|
* @public
|
|
96
97
|
*/
|
|
97
98
|
export declare class BatchUpdateUserCommand extends BatchUpdateUserCommand_base {
|
|
@@ -94,6 +94,7 @@ declare const CreateAccountCommand_base: {
|
|
|
94
94
|
* @throws {@link ChimeServiceException}
|
|
95
95
|
* <p>Base exception class for all service exceptions from Chime service.</p>
|
|
96
96
|
*
|
|
97
|
+
*
|
|
97
98
|
* @public
|
|
98
99
|
*/
|
|
99
100
|
export declare class CreateAccountCommand extends CreateAccountCommand_base {
|
|
@@ -90,6 +90,7 @@ declare const CreateBotCommand_base: {
|
|
|
90
90
|
* @throws {@link ChimeServiceException}
|
|
91
91
|
* <p>Base exception class for all service exceptions from Chime service.</p>
|
|
92
92
|
*
|
|
93
|
+
*
|
|
93
94
|
* @public
|
|
94
95
|
*/
|
|
95
96
|
export declare class CreateBotCommand extends CreateBotCommand_base {
|
|
@@ -89,6 +89,7 @@ declare const CreateMeetingDialOutCommand_base: {
|
|
|
89
89
|
* @throws {@link ChimeServiceException}
|
|
90
90
|
* <p>Base exception class for all service exceptions from Chime service.</p>
|
|
91
91
|
*
|
|
92
|
+
*
|
|
92
93
|
* @public
|
|
93
94
|
*/
|
|
94
95
|
export declare class CreateMeetingDialOutCommand extends CreateMeetingDialOutCommand_base {
|
|
@@ -94,6 +94,7 @@ declare const CreatePhoneNumberOrderCommand_base: {
|
|
|
94
94
|
* @throws {@link ChimeServiceException}
|
|
95
95
|
* <p>Base exception class for all service exceptions from Chime service.</p>
|
|
96
96
|
*
|
|
97
|
+
*
|
|
97
98
|
* @public
|
|
98
99
|
*/
|
|
99
100
|
export declare class CreatePhoneNumberOrderCommand extends CreatePhoneNumberOrderCommand_base {
|
|
@@ -87,6 +87,7 @@ declare const CreateRoomCommand_base: {
|
|
|
87
87
|
* @throws {@link ChimeServiceException}
|
|
88
88
|
* <p>Base exception class for all service exceptions from Chime service.</p>
|
|
89
89
|
*
|
|
90
|
+
*
|
|
90
91
|
* @public
|
|
91
92
|
*/
|
|
92
93
|
export declare class CreateRoomCommand extends CreateRoomCommand_base {
|
|
@@ -97,6 +97,7 @@ declare const CreateRoomMembershipCommand_base: {
|
|
|
97
97
|
* @throws {@link ChimeServiceException}
|
|
98
98
|
* <p>Base exception class for all service exceptions from Chime service.</p>
|
|
99
99
|
*
|
|
100
|
+
*
|
|
100
101
|
* @public
|
|
101
102
|
*/
|
|
102
103
|
export declare class CreateRoomMembershipCommand extends CreateRoomMembershipCommand_base {
|
|
@@ -99,6 +99,7 @@ declare const CreateUserCommand_base: {
|
|
|
99
99
|
* @throws {@link ChimeServiceException}
|
|
100
100
|
* <p>Base exception class for all service exceptions from Chime service.</p>
|
|
101
101
|
*
|
|
102
|
+
*
|
|
102
103
|
* @public
|
|
103
104
|
*/
|
|
104
105
|
export declare class CreateUserCommand extends CreateUserCommand_base {
|
|
@@ -86,6 +86,7 @@ declare const DeleteAccountCommand_base: {
|
|
|
86
86
|
* @throws {@link ChimeServiceException}
|
|
87
87
|
* <p>Base exception class for all service exceptions from Chime service.</p>
|
|
88
88
|
*
|
|
89
|
+
*
|
|
89
90
|
* @public
|
|
90
91
|
*/
|
|
91
92
|
export declare class DeleteAccountCommand extends DeleteAccountCommand_base {
|
|
@@ -71,6 +71,7 @@ declare const DeleteEventsConfigurationCommand_base: {
|
|
|
71
71
|
* @throws {@link ChimeServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from Chime service.</p>
|
|
73
73
|
*
|
|
74
|
+
*
|
|
74
75
|
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class DeleteEventsConfigurationCommand extends DeleteEventsConfigurationCommand_base {
|
|
@@ -78,6 +78,7 @@ declare const DeletePhoneNumberCommand_base: {
|
|
|
78
78
|
* @throws {@link ChimeServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from Chime service.</p>
|
|
80
80
|
*
|
|
81
|
+
*
|
|
81
82
|
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class DeletePhoneNumberCommand extends DeletePhoneNumberCommand_base {
|
|
@@ -74,6 +74,7 @@ declare const DeleteRoomCommand_base: {
|
|
|
74
74
|
* @throws {@link ChimeServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from Chime service.</p>
|
|
76
76
|
*
|
|
77
|
+
*
|
|
77
78
|
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class DeleteRoomCommand extends DeleteRoomCommand_base {
|
|
@@ -75,6 +75,7 @@ declare const DeleteRoomMembershipCommand_base: {
|
|
|
75
75
|
* @throws {@link ChimeServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from Chime service.</p>
|
|
77
77
|
*
|
|
78
|
+
*
|
|
78
79
|
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class DeleteRoomMembershipCommand extends DeleteRoomMembershipCommand_base {
|
|
@@ -74,6 +74,7 @@ declare const DisassociatePhoneNumberFromUserCommand_base: {
|
|
|
74
74
|
* @throws {@link ChimeServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from Chime service.</p>
|
|
76
76
|
*
|
|
77
|
+
*
|
|
77
78
|
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class DisassociatePhoneNumberFromUserCommand extends DisassociatePhoneNumberFromUserCommand_base {
|
|
@@ -76,6 +76,7 @@ declare const DisassociateSigninDelegateGroupsFromAccountCommand_base: {
|
|
|
76
76
|
* @throws {@link ChimeServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from Chime service.</p>
|
|
78
78
|
*
|
|
79
|
+
*
|
|
79
80
|
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class DisassociateSigninDelegateGroupsFromAccountCommand extends DisassociateSigninDelegateGroupsFromAccountCommand_base {
|
|
@@ -92,6 +92,7 @@ declare const GetAccountCommand_base: {
|
|
|
92
92
|
* @throws {@link ChimeServiceException}
|
|
93
93
|
* <p>Base exception class for all service exceptions from Chime service.</p>
|
|
94
94
|
*
|
|
95
|
+
*
|
|
95
96
|
* @public
|
|
96
97
|
*/
|
|
97
98
|
export declare class GetAccountCommand extends GetAccountCommand_base {
|
|
@@ -81,6 +81,7 @@ declare const GetAccountSettingsCommand_base: {
|
|
|
81
81
|
* @throws {@link ChimeServiceException}
|
|
82
82
|
* <p>Base exception class for all service exceptions from Chime service.</p>
|
|
83
83
|
*
|
|
84
|
+
*
|
|
84
85
|
* @public
|
|
85
86
|
*/
|
|
86
87
|
export declare class GetAccountSettingsCommand extends GetAccountSettingsCommand_base {
|
|
@@ -80,6 +80,7 @@ declare const GetEventsConfigurationCommand_base: {
|
|
|
80
80
|
* @throws {@link ChimeServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from Chime service.</p>
|
|
82
82
|
*
|
|
83
|
+
*
|
|
83
84
|
* @public
|
|
84
85
|
*/
|
|
85
86
|
export declare class GetEventsConfigurationCommand extends GetEventsConfigurationCommand_base {
|
|
@@ -76,6 +76,7 @@ declare const GetGlobalSettingsCommand_base: {
|
|
|
76
76
|
* @throws {@link ChimeServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from Chime service.</p>
|
|
78
78
|
*
|
|
79
|
+
*
|
|
79
80
|
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class GetGlobalSettingsCommand extends GetGlobalSettingsCommand_base {
|
|
@@ -102,6 +102,7 @@ declare const GetPhoneNumberCommand_base: {
|
|
|
102
102
|
* @throws {@link ChimeServiceException}
|
|
103
103
|
* <p>Base exception class for all service exceptions from Chime service.</p>
|
|
104
104
|
*
|
|
105
|
+
*
|
|
105
106
|
* @public
|
|
106
107
|
*/
|
|
107
108
|
export declare class GetPhoneNumberCommand extends GetPhoneNumberCommand_base {
|
|
@@ -88,6 +88,7 @@ declare const GetPhoneNumberOrderCommand_base: {
|
|
|
88
88
|
* @throws {@link ChimeServiceException}
|
|
89
89
|
* <p>Base exception class for all service exceptions from Chime service.</p>
|
|
90
90
|
*
|
|
91
|
+
*
|
|
91
92
|
* @public
|
|
92
93
|
*/
|
|
93
94
|
export declare class GetPhoneNumberOrderCommand extends GetPhoneNumberOrderCommand_base {
|
|
@@ -71,6 +71,7 @@ declare const GetPhoneNumberSettingsCommand_base: {
|
|
|
71
71
|
* @throws {@link ChimeServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from Chime service.</p>
|
|
73
73
|
*
|
|
74
|
+
*
|
|
74
75
|
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class GetPhoneNumberSettingsCommand extends GetPhoneNumberSettingsCommand_base {
|
|
@@ -86,6 +86,7 @@ declare const GetRetentionSettingsCommand_base: {
|
|
|
86
86
|
* @throws {@link ChimeServiceException}
|
|
87
87
|
* <p>Base exception class for all service exceptions from Chime service.</p>
|
|
88
88
|
*
|
|
89
|
+
*
|
|
89
90
|
* @public
|
|
90
91
|
*/
|
|
91
92
|
export declare class GetRetentionSettingsCommand extends GetRetentionSettingsCommand_base {
|
|
@@ -97,6 +97,7 @@ declare const GetUserCommand_base: {
|
|
|
97
97
|
* @throws {@link ChimeServiceException}
|
|
98
98
|
* <p>Base exception class for all service exceptions from Chime service.</p>
|
|
99
99
|
*
|
|
100
|
+
*
|
|
100
101
|
* @public
|
|
101
102
|
*/
|
|
102
103
|
export declare class GetUserCommand extends GetUserCommand_base {
|
|
@@ -82,6 +82,7 @@ declare const GetUserSettingsCommand_base: {
|
|
|
82
82
|
* @throws {@link ChimeServiceException}
|
|
83
83
|
* <p>Base exception class for all service exceptions from Chime service.</p>
|
|
84
84
|
*
|
|
85
|
+
*
|
|
85
86
|
* @public
|
|
86
87
|
*/
|
|
87
88
|
export declare class GetUserSettingsCommand extends GetUserSettingsCommand_base {
|
|
@@ -88,6 +88,7 @@ declare const InviteUsersCommand_base: {
|
|
|
88
88
|
* @throws {@link ChimeServiceException}
|
|
89
89
|
* <p>Base exception class for all service exceptions from Chime service.</p>
|
|
90
90
|
*
|
|
91
|
+
*
|
|
91
92
|
* @public
|
|
92
93
|
*/
|
|
93
94
|
export declare class InviteUsersCommand extends InviteUsersCommand_base {
|
|
@@ -99,6 +99,7 @@ declare const ListAccountsCommand_base: {
|
|
|
99
99
|
* @throws {@link ChimeServiceException}
|
|
100
100
|
* <p>Base exception class for all service exceptions from Chime service.</p>
|
|
101
101
|
*
|
|
102
|
+
*
|
|
102
103
|
* @public
|
|
103
104
|
*/
|
|
104
105
|
export declare class ListAccountsCommand extends ListAccountsCommand_base {
|
|
@@ -88,6 +88,7 @@ declare const ListPhoneNumberOrdersCommand_base: {
|
|
|
88
88
|
* @throws {@link ChimeServiceException}
|
|
89
89
|
* <p>Base exception class for all service exceptions from Chime service.</p>
|
|
90
90
|
*
|
|
91
|
+
*
|
|
91
92
|
* @public
|
|
92
93
|
*/
|
|
93
94
|
export declare class ListPhoneNumberOrdersCommand extends ListPhoneNumberOrdersCommand_base {
|
|
@@ -110,6 +110,7 @@ declare const ListPhoneNumbersCommand_base: {
|
|
|
110
110
|
* @throws {@link ChimeServiceException}
|
|
111
111
|
* <p>Base exception class for all service exceptions from Chime service.</p>
|
|
112
112
|
*
|
|
113
|
+
*
|
|
113
114
|
* @public
|
|
114
115
|
*/
|
|
115
116
|
export declare class ListPhoneNumbersCommand extends ListPhoneNumbersCommand_base {
|
|
@@ -94,6 +94,7 @@ declare const ListRoomMembershipsCommand_base: {
|
|
|
94
94
|
* @throws {@link ChimeServiceException}
|
|
95
95
|
* <p>Base exception class for all service exceptions from Chime service.</p>
|
|
96
96
|
*
|
|
97
|
+
*
|
|
97
98
|
* @public
|
|
98
99
|
*/
|
|
99
100
|
export declare class ListRoomMembershipsCommand extends ListRoomMembershipsCommand_base {
|
|
@@ -88,6 +88,7 @@ declare const ListRoomsCommand_base: {
|
|
|
88
88
|
* @throws {@link ChimeServiceException}
|
|
89
89
|
* <p>Base exception class for all service exceptions from Chime service.</p>
|
|
90
90
|
*
|
|
91
|
+
*
|
|
91
92
|
* @public
|
|
92
93
|
*/
|
|
93
94
|
export declare class ListRoomsCommand extends ListRoomsCommand_base {
|
|
@@ -82,6 +82,7 @@ declare const ListSupportedPhoneNumberCountriesCommand_base: {
|
|
|
82
82
|
* @throws {@link ChimeServiceException}
|
|
83
83
|
* <p>Base exception class for all service exceptions from Chime service.</p>
|
|
84
84
|
*
|
|
85
|
+
*
|
|
85
86
|
* @public
|
|
86
87
|
*/
|
|
87
88
|
export declare class ListSupportedPhoneNumberCountriesCommand extends ListSupportedPhoneNumberCountriesCommand_base {
|
|
@@ -100,6 +100,7 @@ declare const ListUsersCommand_base: {
|
|
|
100
100
|
* @throws {@link ChimeServiceException}
|
|
101
101
|
* <p>Base exception class for all service exceptions from Chime service.</p>
|
|
102
102
|
*
|
|
103
|
+
*
|
|
103
104
|
* @public
|
|
104
105
|
*/
|
|
105
106
|
export declare class ListUsersCommand extends ListUsersCommand_base {
|
|
@@ -74,6 +74,7 @@ declare const LogoutUserCommand_base: {
|
|
|
74
74
|
* @throws {@link ChimeServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from Chime service.</p>
|
|
76
76
|
*
|
|
77
|
+
*
|
|
77
78
|
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class LogoutUserCommand extends LogoutUserCommand_base {
|
|
@@ -84,6 +84,7 @@ declare const PutEventsConfigurationCommand_base: {
|
|
|
84
84
|
* @throws {@link ChimeServiceException}
|
|
85
85
|
* <p>Base exception class for all service exceptions from Chime service.</p>
|
|
86
86
|
*
|
|
87
|
+
*
|
|
87
88
|
* @public
|
|
88
89
|
*/
|
|
89
90
|
export declare class PutEventsConfigurationCommand extends PutEventsConfigurationCommand_base {
|
|
@@ -106,6 +106,7 @@ declare const PutRetentionSettingsCommand_base: {
|
|
|
106
106
|
* @throws {@link ChimeServiceException}
|
|
107
107
|
* <p>Base exception class for all service exceptions from Chime service.</p>
|
|
108
108
|
*
|
|
109
|
+
*
|
|
109
110
|
* @public
|
|
110
111
|
*/
|
|
111
112
|
export declare class PutRetentionSettingsCommand extends PutRetentionSettingsCommand_base {
|
|
@@ -75,6 +75,7 @@ declare const RedactConversationMessageCommand_base: {
|
|
|
75
75
|
* @throws {@link ChimeServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from Chime service.</p>
|
|
77
77
|
*
|
|
78
|
+
*
|
|
78
79
|
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class RedactConversationMessageCommand extends RedactConversationMessageCommand_base {
|
|
@@ -75,6 +75,7 @@ declare const RedactRoomMessageCommand_base: {
|
|
|
75
75
|
* @throws {@link ChimeServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from Chime service.</p>
|
|
77
77
|
*
|
|
78
|
+
*
|
|
78
79
|
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class RedactRoomMessageCommand extends RedactRoomMessageCommand_base {
|
|
@@ -86,6 +86,7 @@ declare const RegenerateSecurityTokenCommand_base: {
|
|
|
86
86
|
* @throws {@link ChimeServiceException}
|
|
87
87
|
* <p>Base exception class for all service exceptions from Chime service.</p>
|
|
88
88
|
*
|
|
89
|
+
*
|
|
89
90
|
* @public
|
|
90
91
|
*/
|
|
91
92
|
export declare class RegenerateSecurityTokenCommand extends RegenerateSecurityTokenCommand_base {
|
|
@@ -94,6 +94,7 @@ declare const ResetPersonalPINCommand_base: {
|
|
|
94
94
|
* @throws {@link ChimeServiceException}
|
|
95
95
|
* <p>Base exception class for all service exceptions from Chime service.</p>
|
|
96
96
|
*
|
|
97
|
+
*
|
|
97
98
|
* @public
|
|
98
99
|
*/
|
|
99
100
|
export declare class ResetPersonalPINCommand extends ResetPersonalPINCommand_base {
|
|
@@ -106,6 +106,7 @@ declare const RestorePhoneNumberCommand_base: {
|
|
|
106
106
|
* @throws {@link ChimeServiceException}
|
|
107
107
|
* <p>Base exception class for all service exceptions from Chime service.</p>
|
|
108
108
|
*
|
|
109
|
+
*
|
|
109
110
|
* @public
|
|
110
111
|
*/
|
|
111
112
|
export declare class RestorePhoneNumberCommand extends RestorePhoneNumberCommand_base {
|
|
@@ -89,6 +89,7 @@ declare const SearchAvailablePhoneNumbersCommand_base: {
|
|
|
89
89
|
* @throws {@link ChimeServiceException}
|
|
90
90
|
* <p>Base exception class for all service exceptions from Chime service.</p>
|
|
91
91
|
*
|
|
92
|
+
*
|
|
92
93
|
* @public
|
|
93
94
|
*/
|
|
94
95
|
export declare class SearchAvailablePhoneNumbersCommand extends SearchAvailablePhoneNumbersCommand_base {
|
|
@@ -93,6 +93,7 @@ declare const UpdateAccountCommand_base: {
|
|
|
93
93
|
* @throws {@link ChimeServiceException}
|
|
94
94
|
* <p>Base exception class for all service exceptions from Chime service.</p>
|
|
95
95
|
*
|
|
96
|
+
*
|
|
96
97
|
* @public
|
|
97
98
|
*/
|
|
98
99
|
export declare class UpdateAccountCommand extends UpdateAccountCommand_base {
|
|
@@ -85,6 +85,7 @@ declare const UpdateAccountSettingsCommand_base: {
|
|
|
85
85
|
* @throws {@link ChimeServiceException}
|
|
86
86
|
* <p>Base exception class for all service exceptions from Chime service.</p>
|
|
87
87
|
*
|
|
88
|
+
*
|
|
88
89
|
* @public
|
|
89
90
|
*/
|
|
90
91
|
export declare class UpdateAccountSettingsCommand extends UpdateAccountSettingsCommand_base {
|
|
@@ -87,6 +87,7 @@ declare const UpdateBotCommand_base: {
|
|
|
87
87
|
* @throws {@link ChimeServiceException}
|
|
88
88
|
* <p>Base exception class for all service exceptions from Chime service.</p>
|
|
89
89
|
*
|
|
90
|
+
*
|
|
90
91
|
* @public
|
|
91
92
|
*/
|
|
92
93
|
export declare class UpdateBotCommand extends UpdateBotCommand_base {
|
|
@@ -75,6 +75,7 @@ declare const UpdateGlobalSettingsCommand_base: {
|
|
|
75
75
|
* @throws {@link ChimeServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from Chime service.</p>
|
|
77
77
|
*
|
|
78
|
+
*
|
|
78
79
|
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class UpdateGlobalSettingsCommand extends UpdateGlobalSettingsCommand_base {
|
|
@@ -110,6 +110,7 @@ declare const UpdatePhoneNumberCommand_base: {
|
|
|
110
110
|
* @throws {@link ChimeServiceException}
|
|
111
111
|
* <p>Base exception class for all service exceptions from Chime service.</p>
|
|
112
112
|
*
|
|
113
|
+
*
|
|
113
114
|
* @public
|
|
114
115
|
*/
|
|
115
116
|
export declare class UpdatePhoneNumberCommand extends UpdatePhoneNumberCommand_base {
|
|
@@ -72,6 +72,7 @@ declare const UpdatePhoneNumberSettingsCommand_base: {
|
|
|
72
72
|
* @throws {@link ChimeServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from Chime service.</p>
|
|
74
74
|
*
|
|
75
|
+
*
|
|
75
76
|
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class UpdatePhoneNumberSettingsCommand extends UpdatePhoneNumberSettingsCommand_base {
|
|
@@ -84,6 +84,7 @@ declare const UpdateRoomCommand_base: {
|
|
|
84
84
|
* @throws {@link ChimeServiceException}
|
|
85
85
|
* <p>Base exception class for all service exceptions from Chime service.</p>
|
|
86
86
|
*
|
|
87
|
+
*
|
|
87
88
|
* @public
|
|
88
89
|
*/
|
|
89
90
|
export declare class UpdateRoomCommand extends UpdateRoomCommand_base {
|
|
@@ -93,6 +93,7 @@ declare const UpdateRoomMembershipCommand_base: {
|
|
|
93
93
|
* @throws {@link ChimeServiceException}
|
|
94
94
|
* <p>Base exception class for all service exceptions from Chime service.</p>
|
|
95
95
|
*
|
|
96
|
+
*
|
|
96
97
|
* @public
|
|
97
98
|
*/
|
|
98
99
|
export declare class UpdateRoomMembershipCommand extends UpdateRoomMembershipCommand_base {
|
|
@@ -99,6 +99,7 @@ declare const UpdateUserCommand_base: {
|
|
|
99
99
|
* @throws {@link ChimeServiceException}
|
|
100
100
|
* <p>Base exception class for all service exceptions from Chime service.</p>
|
|
101
101
|
*
|
|
102
|
+
*
|
|
102
103
|
* @public
|
|
103
104
|
*/
|
|
104
105
|
export declare class UpdateUserCommand extends UpdateUserCommand_base {
|
|
@@ -81,6 +81,7 @@ declare const UpdateUserSettingsCommand_base: {
|
|
|
81
81
|
* @throws {@link ChimeServiceException}
|
|
82
82
|
* <p>Base exception class for all service exceptions from Chime service.</p>
|
|
83
83
|
*
|
|
84
|
+
*
|
|
84
85
|
* @public
|
|
85
86
|
*/
|
|
86
87
|
export declare class UpdateUserSettingsCommand extends UpdateUserSettingsCommand_base {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-chime",
|
|
3
3
|
"description": "AWS SDK for JavaScript Chime Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.782.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-chime",
|
|
@@ -21,16 +21,16 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.775.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.782.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.775.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.775.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.775.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.782.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.775.0",
|
|
30
30
|
"@aws-sdk/types": "3.775.0",
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.782.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.775.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.782.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.1.0",
|
|
35
35
|
"@smithy/core": "^3.2.0",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.2",
|