@aws-sdk/client-chime 3.1077.0 → 3.1078.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-cjs/index.js +192 -745
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AssociatePhoneNumberWithUserCommand.js +2 -14
- package/dist-es/commands/AssociateSigninDelegateGroupsWithAccountCommand.js +2 -14
- package/dist-es/commands/BatchCreateRoomMembershipCommand.js +2 -14
- package/dist-es/commands/BatchDeletePhoneNumberCommand.js +2 -14
- package/dist-es/commands/BatchSuspendUserCommand.js +2 -14
- package/dist-es/commands/BatchUnsuspendUserCommand.js +2 -14
- package/dist-es/commands/BatchUpdatePhoneNumberCommand.js +2 -14
- package/dist-es/commands/BatchUpdateUserCommand.js +2 -14
- package/dist-es/commands/CreateAccountCommand.js +2 -14
- package/dist-es/commands/CreateBotCommand.js +2 -14
- package/dist-es/commands/CreateMeetingDialOutCommand.js +2 -14
- package/dist-es/commands/CreatePhoneNumberOrderCommand.js +2 -14
- package/dist-es/commands/CreateRoomCommand.js +2 -14
- package/dist-es/commands/CreateRoomMembershipCommand.js +2 -14
- package/dist-es/commands/CreateUserCommand.js +2 -14
- package/dist-es/commands/DeleteAccountCommand.js +2 -14
- package/dist-es/commands/DeleteEventsConfigurationCommand.js +2 -14
- package/dist-es/commands/DeletePhoneNumberCommand.js +2 -14
- package/dist-es/commands/DeleteRoomCommand.js +2 -14
- package/dist-es/commands/DeleteRoomMembershipCommand.js +2 -14
- package/dist-es/commands/DisassociatePhoneNumberFromUserCommand.js +2 -14
- package/dist-es/commands/DisassociateSigninDelegateGroupsFromAccountCommand.js +2 -14
- package/dist-es/commands/GetAccountCommand.js +2 -14
- package/dist-es/commands/GetAccountSettingsCommand.js +2 -14
- package/dist-es/commands/GetBotCommand.js +2 -14
- package/dist-es/commands/GetEventsConfigurationCommand.js +2 -14
- package/dist-es/commands/GetGlobalSettingsCommand.js +2 -14
- package/dist-es/commands/GetPhoneNumberCommand.js +2 -14
- package/dist-es/commands/GetPhoneNumberOrderCommand.js +2 -14
- package/dist-es/commands/GetPhoneNumberSettingsCommand.js +2 -14
- package/dist-es/commands/GetRetentionSettingsCommand.js +2 -14
- package/dist-es/commands/GetRoomCommand.js +2 -14
- package/dist-es/commands/GetUserCommand.js +2 -14
- package/dist-es/commands/GetUserSettingsCommand.js +2 -14
- package/dist-es/commands/InviteUsersCommand.js +2 -14
- package/dist-es/commands/ListAccountsCommand.js +2 -14
- package/dist-es/commands/ListBotsCommand.js +2 -14
- package/dist-es/commands/ListPhoneNumberOrdersCommand.js +2 -14
- package/dist-es/commands/ListPhoneNumbersCommand.js +2 -14
- package/dist-es/commands/ListRoomMembershipsCommand.js +2 -14
- package/dist-es/commands/ListRoomsCommand.js +2 -14
- package/dist-es/commands/ListSupportedPhoneNumberCountriesCommand.js +2 -14
- package/dist-es/commands/ListUsersCommand.js +2 -14
- package/dist-es/commands/LogoutUserCommand.js +2 -14
- package/dist-es/commands/PutEventsConfigurationCommand.js +2 -14
- package/dist-es/commands/PutRetentionSettingsCommand.js +2 -14
- package/dist-es/commands/RedactConversationMessageCommand.js +2 -14
- package/dist-es/commands/RedactRoomMessageCommand.js +2 -14
- package/dist-es/commands/RegenerateSecurityTokenCommand.js +2 -14
- package/dist-es/commands/ResetPersonalPINCommand.js +2 -14
- package/dist-es/commands/RestorePhoneNumberCommand.js +2 -14
- package/dist-es/commands/SearchAvailablePhoneNumbersCommand.js +2 -14
- package/dist-es/commands/UpdateAccountCommand.js +2 -14
- package/dist-es/commands/UpdateAccountSettingsCommand.js +2 -14
- package/dist-es/commands/UpdateBotCommand.js +2 -14
- package/dist-es/commands/UpdateGlobalSettingsCommand.js +2 -14
- package/dist-es/commands/UpdatePhoneNumberCommand.js +2 -14
- package/dist-es/commands/UpdatePhoneNumberSettingsCommand.js +2 -14
- package/dist-es/commands/UpdateRoomCommand.js +2 -14
- package/dist-es/commands/UpdateRoomMembershipCommand.js +2 -14
- package/dist-es/commands/UpdateUserCommand.js +2 -14
- package/dist-es/commands/UpdateUserSettingsCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/AssociatePhoneNumberWithUserCommand.d.ts +3 -8
- package/dist-types/commands/AssociateSigninDelegateGroupsWithAccountCommand.d.ts +3 -8
- package/dist-types/commands/BatchCreateRoomMembershipCommand.d.ts +3 -8
- package/dist-types/commands/BatchDeletePhoneNumberCommand.d.ts +3 -8
- package/dist-types/commands/BatchSuspendUserCommand.d.ts +3 -8
- package/dist-types/commands/BatchUnsuspendUserCommand.d.ts +3 -8
- package/dist-types/commands/BatchUpdatePhoneNumberCommand.d.ts +3 -8
- package/dist-types/commands/BatchUpdateUserCommand.d.ts +3 -8
- package/dist-types/commands/CreateAccountCommand.d.ts +3 -8
- package/dist-types/commands/CreateBotCommand.d.ts +3 -8
- package/dist-types/commands/CreateMeetingDialOutCommand.d.ts +3 -8
- package/dist-types/commands/CreatePhoneNumberOrderCommand.d.ts +3 -8
- package/dist-types/commands/CreateRoomCommand.d.ts +3 -8
- package/dist-types/commands/CreateRoomMembershipCommand.d.ts +3 -8
- package/dist-types/commands/CreateUserCommand.d.ts +3 -8
- package/dist-types/commands/DeleteAccountCommand.d.ts +3 -8
- package/dist-types/commands/DeleteEventsConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DeletePhoneNumberCommand.d.ts +3 -8
- package/dist-types/commands/DeleteRoomCommand.d.ts +3 -8
- package/dist-types/commands/DeleteRoomMembershipCommand.d.ts +3 -8
- package/dist-types/commands/DisassociatePhoneNumberFromUserCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateSigninDelegateGroupsFromAccountCommand.d.ts +3 -8
- package/dist-types/commands/GetAccountCommand.d.ts +3 -8
- package/dist-types/commands/GetAccountSettingsCommand.d.ts +3 -8
- package/dist-types/commands/GetBotCommand.d.ts +3 -8
- package/dist-types/commands/GetEventsConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/GetGlobalSettingsCommand.d.ts +3 -8
- package/dist-types/commands/GetPhoneNumberCommand.d.ts +3 -8
- package/dist-types/commands/GetPhoneNumberOrderCommand.d.ts +3 -8
- package/dist-types/commands/GetPhoneNumberSettingsCommand.d.ts +3 -8
- package/dist-types/commands/GetRetentionSettingsCommand.d.ts +3 -8
- package/dist-types/commands/GetRoomCommand.d.ts +3 -8
- package/dist-types/commands/GetUserCommand.d.ts +3 -8
- package/dist-types/commands/GetUserSettingsCommand.d.ts +3 -8
- package/dist-types/commands/InviteUsersCommand.d.ts +3 -8
- package/dist-types/commands/ListAccountsCommand.d.ts +3 -8
- package/dist-types/commands/ListBotsCommand.d.ts +3 -8
- package/dist-types/commands/ListPhoneNumberOrdersCommand.d.ts +3 -8
- package/dist-types/commands/ListPhoneNumbersCommand.d.ts +3 -8
- package/dist-types/commands/ListRoomMembershipsCommand.d.ts +3 -8
- package/dist-types/commands/ListRoomsCommand.d.ts +3 -8
- package/dist-types/commands/ListSupportedPhoneNumberCountriesCommand.d.ts +3 -8
- package/dist-types/commands/ListUsersCommand.d.ts +3 -8
- package/dist-types/commands/LogoutUserCommand.d.ts +3 -8
- package/dist-types/commands/PutEventsConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/PutRetentionSettingsCommand.d.ts +3 -8
- package/dist-types/commands/RedactConversationMessageCommand.d.ts +3 -8
- package/dist-types/commands/RedactRoomMessageCommand.d.ts +3 -8
- package/dist-types/commands/RegenerateSecurityTokenCommand.d.ts +3 -8
- package/dist-types/commands/ResetPersonalPINCommand.d.ts +3 -8
- package/dist-types/commands/RestorePhoneNumberCommand.d.ts +3 -8
- package/dist-types/commands/SearchAvailablePhoneNumbersCommand.d.ts +3 -8
- package/dist-types/commands/UpdateAccountCommand.d.ts +3 -8
- package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +3 -8
- package/dist-types/commands/UpdateBotCommand.d.ts +3 -8
- package/dist-types/commands/UpdateGlobalSettingsCommand.d.ts +3 -8
- package/dist-types/commands/UpdatePhoneNumberCommand.d.ts +3 -8
- package/dist-types/commands/UpdatePhoneNumberSettingsCommand.d.ts +3 -8
- package/dist-types/commands/UpdateRoomCommand.d.ts +3 -8
- package/dist-types/commands/UpdateRoomMembershipCommand.d.ts +3 -8
- package/dist-types/commands/UpdateUserCommand.d.ts +3 -8
- package/dist-types/commands/UpdateUserSettingsCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/AssociatePhoneNumberWithUserCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AssociateSigninDelegateGroupsWithAccountCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchCreateRoomMembershipCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchDeletePhoneNumberCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchSuspendUserCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchUnsuspendUserCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchUpdatePhoneNumberCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchUpdateUserCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateAccountCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateBotCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateMeetingDialOutCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreatePhoneNumberOrderCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateRoomCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateRoomMembershipCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteAccountCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteEventsConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeletePhoneNumberCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteRoomCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteRoomMembershipCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociatePhoneNumberFromUserCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateSigninDelegateGroupsFromAccountCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetAccountCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBotCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetEventsConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetGlobalSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetPhoneNumberCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetPhoneNumberOrderCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetPhoneNumberSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetRetentionSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetRoomCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetUserCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetUserSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/InviteUsersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListBotsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPhoneNumberOrdersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPhoneNumbersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListRoomMembershipsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListRoomsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListSupportedPhoneNumberCountriesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/LogoutUserCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutEventsConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutRetentionSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RedactConversationMessageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RedactRoomMessageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RegenerateSecurityTokenCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ResetPersonalPINCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RestorePhoneNumberCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SearchAvailablePhoneNumbersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateAccountCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateAccountSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateBotCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateGlobalSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdatePhoneNumberCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdatePhoneNumberSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateRoomCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateRoomMembershipCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateUserSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
|
|
4
2
|
import type { ListSupportedPhoneNumberCountriesRequest, ListSupportedPhoneNumberCountriesResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListSupportedPhoneNumberCountriesCommandInput extends ListSuppo
|
|
|
22
19
|
export interface ListSupportedPhoneNumberCountriesCommandOutput extends ListSupportedPhoneNumberCountriesResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListSupportedPhoneNumberCountriesCommand_base: {
|
|
25
|
-
new (input: ListSupportedPhoneNumberCountriesCommandInput): import("@smithy/core/client").CommandImpl<ListSupportedPhoneNumberCountriesCommandInput, ListSupportedPhoneNumberCountriesCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListSupportedPhoneNumberCountriesCommandInput): import("@smithy/core/client").CommandImpl<ListSupportedPhoneNumberCountriesCommandInput, ListSupportedPhoneNumberCountriesCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListSupportedPhoneNumberCountriesCommandInput): import("@smithy/core/client").CommandImpl<ListSupportedPhoneNumberCountriesCommandInput, ListSupportedPhoneNumberCountriesCommandOutput, import("..").ChimeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListSupportedPhoneNumberCountriesCommandInput): import("@smithy/core/client").CommandImpl<ListSupportedPhoneNumberCountriesCommandInput, ListSupportedPhoneNumberCountriesCommandOutput, import("..").ChimeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists supported phone number countries.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
|
|
4
2
|
import type { ListUsersRequest, ListUsersResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListUsersCommandInput extends ListUsersRequest {
|
|
|
22
19
|
export interface ListUsersCommandOutput extends ListUsersResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListUsersCommand_base: {
|
|
25
|
-
new (input: ListUsersCommandInput): import("@smithy/core/client").CommandImpl<ListUsersCommandInput, ListUsersCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListUsersCommandInput): import("@smithy/core/client").CommandImpl<ListUsersCommandInput, ListUsersCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListUsersCommandInput): import("@smithy/core/client").CommandImpl<ListUsersCommandInput, ListUsersCommandOutput, import("..").ChimeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListUsersCommandInput): import("@smithy/core/client").CommandImpl<ListUsersCommandInput, ListUsersCommandOutput, import("..").ChimeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists the users that belong to the specified Amazon Chime account. You can specify an email
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
|
|
4
2
|
import type { LogoutUserRequest, LogoutUserResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface LogoutUserCommandInput extends LogoutUserRequest {
|
|
|
22
19
|
export interface LogoutUserCommandOutput extends LogoutUserResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const LogoutUserCommand_base: {
|
|
25
|
-
new (input: LogoutUserCommandInput): import("@smithy/core/client").CommandImpl<LogoutUserCommandInput, LogoutUserCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: LogoutUserCommandInput): import("@smithy/core/client").CommandImpl<LogoutUserCommandInput, LogoutUserCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: LogoutUserCommandInput): import("@smithy/core/client").CommandImpl<LogoutUserCommandInput, LogoutUserCommandOutput, import("..").ChimeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: LogoutUserCommandInput): import("@smithy/core/client").CommandImpl<LogoutUserCommandInput, LogoutUserCommandOutput, import("..").ChimeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Logs out the specified user from all of the devices they are currently logged into.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
|
|
4
2
|
import type { PutEventsConfigurationRequest, PutEventsConfigurationResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface PutEventsConfigurationCommandInput extends PutEventsConfigurati
|
|
|
22
19
|
export interface PutEventsConfigurationCommandOutput extends PutEventsConfigurationResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const PutEventsConfigurationCommand_base: {
|
|
25
|
-
new (input: PutEventsConfigurationCommandInput): import("@smithy/core/client").CommandImpl<PutEventsConfigurationCommandInput, PutEventsConfigurationCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: PutEventsConfigurationCommandInput): import("@smithy/core/client").CommandImpl<PutEventsConfigurationCommandInput, PutEventsConfigurationCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: PutEventsConfigurationCommandInput): import("@smithy/core/client").CommandImpl<PutEventsConfigurationCommandInput, PutEventsConfigurationCommandOutput, import("..").ChimeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: PutEventsConfigurationCommandInput): import("@smithy/core/client").CommandImpl<PutEventsConfigurationCommandInput, PutEventsConfigurationCommandOutput, import("..").ChimeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates an events configuration that allows a bot to receive outgoing events sent by Amazon
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
|
|
4
2
|
import type { PutRetentionSettingsRequest, PutRetentionSettingsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface PutRetentionSettingsCommandInput extends PutRetentionSettingsRe
|
|
|
22
19
|
export interface PutRetentionSettingsCommandOutput extends PutRetentionSettingsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const PutRetentionSettingsCommand_base: {
|
|
25
|
-
new (input: PutRetentionSettingsCommandInput): import("@smithy/core/client").CommandImpl<PutRetentionSettingsCommandInput, PutRetentionSettingsCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: PutRetentionSettingsCommandInput): import("@smithy/core/client").CommandImpl<PutRetentionSettingsCommandInput, PutRetentionSettingsCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: PutRetentionSettingsCommandInput): import("@smithy/core/client").CommandImpl<PutRetentionSettingsCommandInput, PutRetentionSettingsCommandOutput, import("..").ChimeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: PutRetentionSettingsCommandInput): import("@smithy/core/client").CommandImpl<PutRetentionSettingsCommandInput, PutRetentionSettingsCommandOutput, import("..").ChimeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
|
|
4
2
|
import type { RedactConversationMessageRequest, RedactConversationMessageResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface RedactConversationMessageCommandInput extends RedactConversatio
|
|
|
22
19
|
export interface RedactConversationMessageCommandOutput extends RedactConversationMessageResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const RedactConversationMessageCommand_base: {
|
|
25
|
-
new (input: RedactConversationMessageCommandInput): import("@smithy/core/client").CommandImpl<RedactConversationMessageCommandInput, RedactConversationMessageCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: RedactConversationMessageCommandInput): import("@smithy/core/client").CommandImpl<RedactConversationMessageCommandInput, RedactConversationMessageCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: RedactConversationMessageCommandInput): import("@smithy/core/client").CommandImpl<RedactConversationMessageCommandInput, RedactConversationMessageCommandOutput, import("..").ChimeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: RedactConversationMessageCommandInput): import("@smithy/core/client").CommandImpl<RedactConversationMessageCommandInput, RedactConversationMessageCommandOutput, import("..").ChimeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Redacts the specified message from the specified Amazon Chime conversation.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
|
|
4
2
|
import type { RedactRoomMessageRequest, RedactRoomMessageResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface RedactRoomMessageCommandInput extends RedactRoomMessageRequest
|
|
|
22
19
|
export interface RedactRoomMessageCommandOutput extends RedactRoomMessageResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const RedactRoomMessageCommand_base: {
|
|
25
|
-
new (input: RedactRoomMessageCommandInput): import("@smithy/core/client").CommandImpl<RedactRoomMessageCommandInput, RedactRoomMessageCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: RedactRoomMessageCommandInput): import("@smithy/core/client").CommandImpl<RedactRoomMessageCommandInput, RedactRoomMessageCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: RedactRoomMessageCommandInput): import("@smithy/core/client").CommandImpl<RedactRoomMessageCommandInput, RedactRoomMessageCommandOutput, import("..").ChimeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: RedactRoomMessageCommandInput): import("@smithy/core/client").CommandImpl<RedactRoomMessageCommandInput, RedactRoomMessageCommandOutput, import("..").ChimeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Redacts the specified message from the specified Amazon Chime channel.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
|
|
4
2
|
import type { RegenerateSecurityTokenRequest, RegenerateSecurityTokenResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface RegenerateSecurityTokenCommandInput extends RegenerateSecurityT
|
|
|
22
19
|
export interface RegenerateSecurityTokenCommandOutput extends RegenerateSecurityTokenResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const RegenerateSecurityTokenCommand_base: {
|
|
25
|
-
new (input: RegenerateSecurityTokenCommandInput): import("@smithy/core/client").CommandImpl<RegenerateSecurityTokenCommandInput, RegenerateSecurityTokenCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: RegenerateSecurityTokenCommandInput): import("@smithy/core/client").CommandImpl<RegenerateSecurityTokenCommandInput, RegenerateSecurityTokenCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: RegenerateSecurityTokenCommandInput): import("@smithy/core/client").CommandImpl<RegenerateSecurityTokenCommandInput, RegenerateSecurityTokenCommandOutput, import("..").ChimeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: RegenerateSecurityTokenCommandInput): import("@smithy/core/client").CommandImpl<RegenerateSecurityTokenCommandInput, RegenerateSecurityTokenCommandOutput, import("..").ChimeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Regenerates the security token for a bot.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
|
|
4
2
|
import type { ResetPersonalPINRequest, ResetPersonalPINResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ResetPersonalPINCommandInput extends ResetPersonalPINRequest {
|
|
|
22
19
|
export interface ResetPersonalPINCommandOutput extends ResetPersonalPINResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ResetPersonalPINCommand_base: {
|
|
25
|
-
new (input: ResetPersonalPINCommandInput): import("@smithy/core/client").CommandImpl<ResetPersonalPINCommandInput, ResetPersonalPINCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ResetPersonalPINCommandInput): import("@smithy/core/client").CommandImpl<ResetPersonalPINCommandInput, ResetPersonalPINCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ResetPersonalPINCommandInput): import("@smithy/core/client").CommandImpl<ResetPersonalPINCommandInput, ResetPersonalPINCommandOutput, import("..").ChimeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ResetPersonalPINCommandInput): import("@smithy/core/client").CommandImpl<ResetPersonalPINCommandInput, ResetPersonalPINCommandOutput, import("..").ChimeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Resets the personal meeting PIN for the specified user on an Amazon Chime account. Returns
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
|
|
4
2
|
import type { RestorePhoneNumberRequest, RestorePhoneNumberResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface RestorePhoneNumberCommandInput extends RestorePhoneNumberReques
|
|
|
22
19
|
export interface RestorePhoneNumberCommandOutput extends RestorePhoneNumberResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const RestorePhoneNumberCommand_base: {
|
|
25
|
-
new (input: RestorePhoneNumberCommandInput): import("@smithy/core/client").CommandImpl<RestorePhoneNumberCommandInput, RestorePhoneNumberCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: RestorePhoneNumberCommandInput): import("@smithy/core/client").CommandImpl<RestorePhoneNumberCommandInput, RestorePhoneNumberCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: RestorePhoneNumberCommandInput): import("@smithy/core/client").CommandImpl<RestorePhoneNumberCommandInput, RestorePhoneNumberCommandOutput, import("..").ChimeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: RestorePhoneNumberCommandInput): import("@smithy/core/client").CommandImpl<RestorePhoneNumberCommandInput, RestorePhoneNumberCommandOutput, import("..").ChimeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Moves a phone number from the <b>Deletion queue</b> back into the
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
|
|
4
2
|
import type { SearchAvailablePhoneNumbersRequest, SearchAvailablePhoneNumbersResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface SearchAvailablePhoneNumbersCommandInput extends SearchAvailable
|
|
|
22
19
|
export interface SearchAvailablePhoneNumbersCommandOutput extends SearchAvailablePhoneNumbersResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const SearchAvailablePhoneNumbersCommand_base: {
|
|
25
|
-
new (input: SearchAvailablePhoneNumbersCommandInput): import("@smithy/core/client").CommandImpl<SearchAvailablePhoneNumbersCommandInput, SearchAvailablePhoneNumbersCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [SearchAvailablePhoneNumbersCommandInput]): import("@smithy/core/client").CommandImpl<SearchAvailablePhoneNumbersCommandInput, SearchAvailablePhoneNumbersCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: SearchAvailablePhoneNumbersCommandInput): import("@smithy/core/client").CommandImpl<SearchAvailablePhoneNumbersCommandInput, SearchAvailablePhoneNumbersCommandOutput, import("..").ChimeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [SearchAvailablePhoneNumbersCommandInput]): import("@smithy/core/client").CommandImpl<SearchAvailablePhoneNumbersCommandInput, SearchAvailablePhoneNumbersCommandOutput, import("..").ChimeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Searches for phone numbers that can be ordered. For US numbers, provide at least one of
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
|
|
4
2
|
import type { UpdateAccountRequest, UpdateAccountResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateAccountCommandInput extends UpdateAccountRequest {
|
|
|
22
19
|
export interface UpdateAccountCommandOutput extends UpdateAccountResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateAccountCommand_base: {
|
|
25
|
-
new (input: UpdateAccountCommandInput): import("@smithy/core/client").CommandImpl<UpdateAccountCommandInput, UpdateAccountCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateAccountCommandInput): import("@smithy/core/client").CommandImpl<UpdateAccountCommandInput, UpdateAccountCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateAccountCommandInput): import("@smithy/core/client").CommandImpl<UpdateAccountCommandInput, UpdateAccountCommandOutput, import("..").ChimeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateAccountCommandInput): import("@smithy/core/client").CommandImpl<UpdateAccountCommandInput, UpdateAccountCommandOutput, import("..").ChimeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates account details for the specified Amazon Chime account. Currently, only account name and default license updates are supported for this action.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
|
|
4
2
|
import type { UpdateAccountSettingsRequest, UpdateAccountSettingsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateAccountSettingsCommandInput extends UpdateAccountSettings
|
|
|
22
19
|
export interface UpdateAccountSettingsCommandOutput extends UpdateAccountSettingsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateAccountSettingsCommand_base: {
|
|
25
|
-
new (input: UpdateAccountSettingsCommandInput): import("@smithy/core/client").CommandImpl<UpdateAccountSettingsCommandInput, UpdateAccountSettingsCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateAccountSettingsCommandInput): import("@smithy/core/client").CommandImpl<UpdateAccountSettingsCommandInput, UpdateAccountSettingsCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateAccountSettingsCommandInput): import("@smithy/core/client").CommandImpl<UpdateAccountSettingsCommandInput, UpdateAccountSettingsCommandOutput, import("..").ChimeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateAccountSettingsCommandInput): import("@smithy/core/client").CommandImpl<UpdateAccountSettingsCommandInput, UpdateAccountSettingsCommandOutput, import("..").ChimeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates the settings for the specified Amazon Chime account. You can update settings for
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
|
|
4
2
|
import type { UpdateBotRequest, UpdateBotResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateBotCommandInput extends UpdateBotRequest {
|
|
|
22
19
|
export interface UpdateBotCommandOutput extends UpdateBotResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateBotCommand_base: {
|
|
25
|
-
new (input: UpdateBotCommandInput): import("@smithy/core/client").CommandImpl<UpdateBotCommandInput, UpdateBotCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateBotCommandInput): import("@smithy/core/client").CommandImpl<UpdateBotCommandInput, UpdateBotCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateBotCommandInput): import("@smithy/core/client").CommandImpl<UpdateBotCommandInput, UpdateBotCommandOutput, import("..").ChimeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateBotCommandInput): import("@smithy/core/client").CommandImpl<UpdateBotCommandInput, UpdateBotCommandOutput, import("..").ChimeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates the status of the specified bot, such as starting or stopping the bot from running in your Amazon Chime Enterprise account.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
|
|
4
2
|
import type { UpdateGlobalSettingsRequest } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateGlobalSettingsCommandInput extends UpdateGlobalSettingsRe
|
|
|
22
19
|
export interface UpdateGlobalSettingsCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateGlobalSettingsCommand_base: {
|
|
25
|
-
new (input: UpdateGlobalSettingsCommandInput): import("@smithy/core/client").CommandImpl<UpdateGlobalSettingsCommandInput, UpdateGlobalSettingsCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [UpdateGlobalSettingsCommandInput]): import("@smithy/core/client").CommandImpl<UpdateGlobalSettingsCommandInput, UpdateGlobalSettingsCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateGlobalSettingsCommandInput): import("@smithy/core/client").CommandImpl<UpdateGlobalSettingsCommandInput, UpdateGlobalSettingsCommandOutput, import("..").ChimeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [UpdateGlobalSettingsCommandInput]): import("@smithy/core/client").CommandImpl<UpdateGlobalSettingsCommandInput, UpdateGlobalSettingsCommandOutput, import("..").ChimeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates global settings for the administrator's AWS account, such as Amazon Chime Business Calling and Amazon Chime Voice Connector settings.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
|
|
4
2
|
import type { UpdatePhoneNumberRequest, UpdatePhoneNumberResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdatePhoneNumberCommandInput extends UpdatePhoneNumberRequest
|
|
|
22
19
|
export interface UpdatePhoneNumberCommandOutput extends UpdatePhoneNumberResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdatePhoneNumberCommand_base: {
|
|
25
|
-
new (input: UpdatePhoneNumberCommandInput): import("@smithy/core/client").CommandImpl<UpdatePhoneNumberCommandInput, UpdatePhoneNumberCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdatePhoneNumberCommandInput): import("@smithy/core/client").CommandImpl<UpdatePhoneNumberCommandInput, UpdatePhoneNumberCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdatePhoneNumberCommandInput): import("@smithy/core/client").CommandImpl<UpdatePhoneNumberCommandInput, UpdatePhoneNumberCommandOutput, import("..").ChimeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdatePhoneNumberCommandInput): import("@smithy/core/client").CommandImpl<UpdatePhoneNumberCommandInput, UpdatePhoneNumberCommandOutput, import("..").ChimeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates phone number details, such as product type or calling name, for the specified phone number ID. You can update one phone number detail at a time. For example, you can update either the product type or the calling name in one action.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
|
|
4
2
|
import type { UpdatePhoneNumberSettingsRequest } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdatePhoneNumberSettingsCommandInput extends UpdatePhoneNumber
|
|
|
22
19
|
export interface UpdatePhoneNumberSettingsCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdatePhoneNumberSettingsCommand_base: {
|
|
25
|
-
new (input: UpdatePhoneNumberSettingsCommandInput): import("@smithy/core/client").CommandImpl<UpdatePhoneNumberSettingsCommandInput, UpdatePhoneNumberSettingsCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdatePhoneNumberSettingsCommandInput): import("@smithy/core/client").CommandImpl<UpdatePhoneNumberSettingsCommandInput, UpdatePhoneNumberSettingsCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdatePhoneNumberSettingsCommandInput): import("@smithy/core/client").CommandImpl<UpdatePhoneNumberSettingsCommandInput, UpdatePhoneNumberSettingsCommandOutput, import("..").ChimeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdatePhoneNumberSettingsCommandInput): import("@smithy/core/client").CommandImpl<UpdatePhoneNumberSettingsCommandInput, UpdatePhoneNumberSettingsCommandOutput, import("..").ChimeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates the phone number settings for the administrator's AWS account, such as the default
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
|
|
4
2
|
import type { UpdateRoomRequest, UpdateRoomResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateRoomCommandInput extends UpdateRoomRequest {
|
|
|
22
19
|
export interface UpdateRoomCommandOutput extends UpdateRoomResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateRoomCommand_base: {
|
|
25
|
-
new (input: UpdateRoomCommandInput): import("@smithy/core/client").CommandImpl<UpdateRoomCommandInput, UpdateRoomCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateRoomCommandInput): import("@smithy/core/client").CommandImpl<UpdateRoomCommandInput, UpdateRoomCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateRoomCommandInput): import("@smithy/core/client").CommandImpl<UpdateRoomCommandInput, UpdateRoomCommandOutput, import("..").ChimeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateRoomCommandInput): import("@smithy/core/client").CommandImpl<UpdateRoomCommandInput, UpdateRoomCommandOutput, import("..").ChimeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates room details, such as the room name, for a room in an Amazon Chime Enterprise account.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
|
|
4
2
|
import type { UpdateRoomMembershipRequest, UpdateRoomMembershipResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateRoomMembershipCommandInput extends UpdateRoomMembershipRe
|
|
|
22
19
|
export interface UpdateRoomMembershipCommandOutput extends UpdateRoomMembershipResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateRoomMembershipCommand_base: {
|
|
25
|
-
new (input: UpdateRoomMembershipCommandInput): import("@smithy/core/client").CommandImpl<UpdateRoomMembershipCommandInput, UpdateRoomMembershipCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateRoomMembershipCommandInput): import("@smithy/core/client").CommandImpl<UpdateRoomMembershipCommandInput, UpdateRoomMembershipCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateRoomMembershipCommandInput): import("@smithy/core/client").CommandImpl<UpdateRoomMembershipCommandInput, UpdateRoomMembershipCommandOutput, import("..").ChimeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateRoomMembershipCommandInput): import("@smithy/core/client").CommandImpl<UpdateRoomMembershipCommandInput, UpdateRoomMembershipCommandOutput, import("..").ChimeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates room membership details, such as the member role, for a room in an Amazon Chime
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
|
|
4
2
|
import type { UpdateUserRequest, UpdateUserResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateUserCommandInput extends UpdateUserRequest {
|
|
|
22
19
|
export interface UpdateUserCommandOutput extends UpdateUserResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateUserCommand_base: {
|
|
25
|
-
new (input: UpdateUserCommandInput): import("@smithy/core/client").CommandImpl<UpdateUserCommandInput, UpdateUserCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateUserCommandInput): import("@smithy/core/client").CommandImpl<UpdateUserCommandInput, UpdateUserCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateUserCommandInput): import("@smithy/core/client").CommandImpl<UpdateUserCommandInput, UpdateUserCommandOutput, import("..").ChimeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateUserCommandInput): import("@smithy/core/client").CommandImpl<UpdateUserCommandInput, UpdateUserCommandOutput, import("..").ChimeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates user details for a specified user ID. Currently, only <code>LicenseType</code> updates are supported for this action.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
|
|
4
2
|
import type { UpdateUserSettingsRequest } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateUserSettingsCommandInput extends UpdateUserSettingsReques
|
|
|
22
19
|
export interface UpdateUserSettingsCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateUserSettingsCommand_base: {
|
|
25
|
-
new (input: UpdateUserSettingsCommandInput): import("@smithy/core/client").CommandImpl<UpdateUserSettingsCommandInput, UpdateUserSettingsCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateUserSettingsCommandInput): import("@smithy/core/client").CommandImpl<UpdateUserSettingsCommandInput, UpdateUserSettingsCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateUserSettingsCommandInput): import("@smithy/core/client").CommandImpl<UpdateUserSettingsCommandInput, UpdateUserSettingsCommandOutput, import("..").ChimeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateUserSettingsCommandInput): import("@smithy/core/client").CommandImpl<UpdateUserSettingsCommandInput, UpdateUserSettingsCommandOutput, import("..").ChimeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates the settings for the specified user, such as phone number settings.</p>
|