@aws-sdk/client-chime 3.1044.0 → 3.1046.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/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +140 -141
- package/dist-cjs/models/ChimeServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/Chime.js +1 -1
- package/dist-es/ChimeClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/AssociatePhoneNumberWithUserCommand.js +2 -2
- package/dist-es/commands/AssociateSigninDelegateGroupsWithAccountCommand.js +2 -2
- package/dist-es/commands/BatchCreateRoomMembershipCommand.js +2 -2
- package/dist-es/commands/BatchDeletePhoneNumberCommand.js +2 -2
- package/dist-es/commands/BatchSuspendUserCommand.js +2 -2
- package/dist-es/commands/BatchUnsuspendUserCommand.js +2 -2
- package/dist-es/commands/BatchUpdatePhoneNumberCommand.js +2 -2
- package/dist-es/commands/BatchUpdateUserCommand.js +2 -2
- package/dist-es/commands/CreateAccountCommand.js +2 -2
- package/dist-es/commands/CreateBotCommand.js +2 -2
- package/dist-es/commands/CreateMeetingDialOutCommand.js +2 -2
- package/dist-es/commands/CreatePhoneNumberOrderCommand.js +2 -2
- package/dist-es/commands/CreateRoomCommand.js +2 -2
- package/dist-es/commands/CreateRoomMembershipCommand.js +2 -2
- package/dist-es/commands/CreateUserCommand.js +2 -2
- package/dist-es/commands/DeleteAccountCommand.js +2 -2
- package/dist-es/commands/DeleteEventsConfigurationCommand.js +2 -2
- package/dist-es/commands/DeletePhoneNumberCommand.js +2 -2
- package/dist-es/commands/DeleteRoomCommand.js +2 -2
- package/dist-es/commands/DeleteRoomMembershipCommand.js +2 -2
- package/dist-es/commands/DisassociatePhoneNumberFromUserCommand.js +2 -2
- package/dist-es/commands/DisassociateSigninDelegateGroupsFromAccountCommand.js +2 -2
- package/dist-es/commands/GetAccountCommand.js +2 -2
- package/dist-es/commands/GetAccountSettingsCommand.js +2 -2
- package/dist-es/commands/GetBotCommand.js +2 -2
- package/dist-es/commands/GetEventsConfigurationCommand.js +2 -2
- package/dist-es/commands/GetGlobalSettingsCommand.js +2 -2
- package/dist-es/commands/GetPhoneNumberCommand.js +2 -2
- package/dist-es/commands/GetPhoneNumberOrderCommand.js +2 -2
- package/dist-es/commands/GetPhoneNumberSettingsCommand.js +2 -2
- package/dist-es/commands/GetRetentionSettingsCommand.js +2 -2
- package/dist-es/commands/GetRoomCommand.js +2 -2
- package/dist-es/commands/GetUserCommand.js +2 -2
- package/dist-es/commands/GetUserSettingsCommand.js +2 -2
- package/dist-es/commands/InviteUsersCommand.js +2 -2
- package/dist-es/commands/ListAccountsCommand.js +2 -2
- package/dist-es/commands/ListBotsCommand.js +2 -2
- package/dist-es/commands/ListPhoneNumberOrdersCommand.js +2 -2
- package/dist-es/commands/ListPhoneNumbersCommand.js +2 -2
- package/dist-es/commands/ListRoomMembershipsCommand.js +2 -2
- package/dist-es/commands/ListRoomsCommand.js +2 -2
- package/dist-es/commands/ListSupportedPhoneNumberCountriesCommand.js +2 -2
- package/dist-es/commands/ListUsersCommand.js +2 -2
- package/dist-es/commands/LogoutUserCommand.js +2 -2
- package/dist-es/commands/PutEventsConfigurationCommand.js +2 -2
- package/dist-es/commands/PutRetentionSettingsCommand.js +2 -2
- package/dist-es/commands/RedactConversationMessageCommand.js +2 -2
- package/dist-es/commands/RedactRoomMessageCommand.js +2 -2
- package/dist-es/commands/RegenerateSecurityTokenCommand.js +2 -2
- package/dist-es/commands/ResetPersonalPINCommand.js +2 -2
- package/dist-es/commands/RestorePhoneNumberCommand.js +2 -2
- package/dist-es/commands/SearchAvailablePhoneNumbersCommand.js +2 -2
- package/dist-es/commands/UpdateAccountCommand.js +2 -2
- package/dist-es/commands/UpdateAccountSettingsCommand.js +2 -2
- package/dist-es/commands/UpdateBotCommand.js +2 -2
- package/dist-es/commands/UpdateGlobalSettingsCommand.js +2 -2
- package/dist-es/commands/UpdatePhoneNumberCommand.js +2 -2
- package/dist-es/commands/UpdatePhoneNumberSettingsCommand.js +2 -2
- package/dist-es/commands/UpdateRoomCommand.js +2 -2
- package/dist-es/commands/UpdateRoomMembershipCommand.js +2 -2
- package/dist-es/commands/UpdateUserCommand.js +2 -2
- package/dist-es/commands/UpdateUserSettingsCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/ChimeServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-types/ChimeClient.d.ts +5 -5
- package/dist-types/commands/AssociatePhoneNumberWithUserCommand.d.ts +6 -4
- package/dist-types/commands/AssociateSigninDelegateGroupsWithAccountCommand.d.ts +6 -4
- package/dist-types/commands/BatchCreateRoomMembershipCommand.d.ts +6 -4
- package/dist-types/commands/BatchDeletePhoneNumberCommand.d.ts +6 -4
- package/dist-types/commands/BatchSuspendUserCommand.d.ts +6 -4
- package/dist-types/commands/BatchUnsuspendUserCommand.d.ts +6 -4
- package/dist-types/commands/BatchUpdatePhoneNumberCommand.d.ts +6 -4
- package/dist-types/commands/BatchUpdateUserCommand.d.ts +6 -4
- package/dist-types/commands/CreateAccountCommand.d.ts +6 -4
- package/dist-types/commands/CreateBotCommand.d.ts +6 -4
- package/dist-types/commands/CreateMeetingDialOutCommand.d.ts +6 -4
- package/dist-types/commands/CreatePhoneNumberOrderCommand.d.ts +6 -4
- package/dist-types/commands/CreateRoomCommand.d.ts +6 -4
- package/dist-types/commands/CreateRoomMembershipCommand.d.ts +6 -4
- package/dist-types/commands/CreateUserCommand.d.ts +6 -4
- package/dist-types/commands/DeleteAccountCommand.d.ts +6 -4
- package/dist-types/commands/DeleteEventsConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/DeletePhoneNumberCommand.d.ts +6 -4
- package/dist-types/commands/DeleteRoomCommand.d.ts +6 -4
- package/dist-types/commands/DeleteRoomMembershipCommand.d.ts +6 -4
- package/dist-types/commands/DisassociatePhoneNumberFromUserCommand.d.ts +6 -4
- package/dist-types/commands/DisassociateSigninDelegateGroupsFromAccountCommand.d.ts +6 -4
- package/dist-types/commands/GetAccountCommand.d.ts +6 -4
- package/dist-types/commands/GetAccountSettingsCommand.d.ts +6 -4
- package/dist-types/commands/GetBotCommand.d.ts +6 -4
- package/dist-types/commands/GetEventsConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/GetGlobalSettingsCommand.d.ts +6 -4
- package/dist-types/commands/GetPhoneNumberCommand.d.ts +6 -4
- package/dist-types/commands/GetPhoneNumberOrderCommand.d.ts +6 -4
- package/dist-types/commands/GetPhoneNumberSettingsCommand.d.ts +6 -4
- package/dist-types/commands/GetRetentionSettingsCommand.d.ts +6 -4
- package/dist-types/commands/GetRoomCommand.d.ts +6 -4
- package/dist-types/commands/GetUserCommand.d.ts +6 -4
- package/dist-types/commands/GetUserSettingsCommand.d.ts +6 -4
- package/dist-types/commands/InviteUsersCommand.d.ts +6 -4
- package/dist-types/commands/ListAccountsCommand.d.ts +6 -4
- package/dist-types/commands/ListBotsCommand.d.ts +6 -4
- package/dist-types/commands/ListPhoneNumberOrdersCommand.d.ts +6 -4
- package/dist-types/commands/ListPhoneNumbersCommand.d.ts +6 -4
- package/dist-types/commands/ListRoomMembershipsCommand.d.ts +6 -4
- package/dist-types/commands/ListRoomsCommand.d.ts +6 -4
- package/dist-types/commands/ListSupportedPhoneNumberCountriesCommand.d.ts +6 -4
- package/dist-types/commands/ListUsersCommand.d.ts +6 -4
- package/dist-types/commands/LogoutUserCommand.d.ts +6 -4
- package/dist-types/commands/PutEventsConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/PutRetentionSettingsCommand.d.ts +6 -4
- package/dist-types/commands/RedactConversationMessageCommand.d.ts +6 -4
- package/dist-types/commands/RedactRoomMessageCommand.d.ts +6 -4
- package/dist-types/commands/RegenerateSecurityTokenCommand.d.ts +6 -4
- package/dist-types/commands/ResetPersonalPINCommand.d.ts +6 -4
- package/dist-types/commands/RestorePhoneNumberCommand.d.ts +6 -4
- package/dist-types/commands/SearchAvailablePhoneNumbersCommand.d.ts +6 -4
- package/dist-types/commands/UpdateAccountCommand.d.ts +6 -4
- package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +6 -4
- package/dist-types/commands/UpdateBotCommand.d.ts +6 -4
- package/dist-types/commands/UpdateGlobalSettingsCommand.d.ts +6 -4
- package/dist-types/commands/UpdatePhoneNumberCommand.d.ts +6 -4
- package/dist-types/commands/UpdatePhoneNumberSettingsCommand.d.ts +6 -4
- package/dist-types/commands/UpdateRoomCommand.d.ts +6 -4
- package/dist-types/commands/UpdateRoomMembershipCommand.d.ts +6 -4
- package/dist-types/commands/UpdateUserCommand.d.ts +6 -4
- package/dist-types/commands/UpdateUserSettingsCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/ChimeServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/ChimeClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/AssociatePhoneNumberWithUserCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AssociateSigninDelegateGroupsWithAccountCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/BatchCreateRoomMembershipCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/BatchDeletePhoneNumberCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/BatchSuspendUserCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/BatchUnsuspendUserCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/BatchUpdatePhoneNumberCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/BatchUpdateUserCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateAccountCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateBotCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/CreateMeetingDialOutCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreatePhoneNumberOrderCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateRoomCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateRoomMembershipCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteAccountCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteEventsConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeletePhoneNumberCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteRoomCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteRoomMembershipCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisassociatePhoneNumberFromUserCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisassociateSigninDelegateGroupsFromAccountCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetAccountCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetBotCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetEventsConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetGlobalSettingsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetPhoneNumberCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetPhoneNumberOrderCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetPhoneNumberSettingsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetRetentionSettingsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetRoomCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetUserCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetUserSettingsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/InviteUsersCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListBotsCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/ListPhoneNumberOrdersCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListPhoneNumbersCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListRoomMembershipsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListRoomsCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/ListSupportedPhoneNumberCountriesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/LogoutUserCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutEventsConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutRetentionSettingsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RedactConversationMessageCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RedactRoomMessageCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RegenerateSecurityTokenCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ResetPersonalPINCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RestorePhoneNumberCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SearchAvailablePhoneNumbersCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateAccountCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateAccountSettingsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateBotCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/UpdateGlobalSettingsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdatePhoneNumberCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdatePhoneNumberSettingsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateRoomCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateRoomMembershipCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateUserSettingsCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/ChimeServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +13 -34
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
|
|
4
4
|
import type { ListPhoneNumbersRequest, ListPhoneNumbersResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListPhoneNumbersCommandInput extends ListPhoneNumbersRequest {
|
|
|
22
22
|
export interface ListPhoneNumbersCommandOutput extends ListPhoneNumbersResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListPhoneNumbersCommand_base: {
|
|
25
|
-
new (input: ListPhoneNumbersCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListPhoneNumbersCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListPhoneNumbersCommandInput): import("@smithy/core/client").CommandImpl<ListPhoneNumbersCommandInput, ListPhoneNumbersCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListPhoneNumbersCommandInput]): import("@smithy/core/client").CommandImpl<ListPhoneNumbersCommandInput, ListPhoneNumbersCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists the phone numbers for the specified Amazon Chime account, Amazon Chime user, Amazon Chime Voice Connector, or Amazon Chime Voice Connector group.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
|
|
4
4
|
import type { ListRoomMembershipsRequest, ListRoomMembershipsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListRoomMembershipsCommandInput extends ListRoomMembershipsRequ
|
|
|
22
22
|
export interface ListRoomMembershipsCommandOutput extends ListRoomMembershipsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListRoomMembershipsCommand_base: {
|
|
25
|
-
new (input: ListRoomMembershipsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListRoomMembershipsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListRoomMembershipsCommandInput): import("@smithy/core/client").CommandImpl<ListRoomMembershipsCommandInput, ListRoomMembershipsCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListRoomMembershipsCommandInput): import("@smithy/core/client").CommandImpl<ListRoomMembershipsCommandInput, ListRoomMembershipsCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists the membership details for the specified room in an Amazon Chime Enterprise account,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
|
|
4
4
|
import type { ListRoomsRequest, ListRoomsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListRoomsCommandInput extends ListRoomsRequest {
|
|
|
22
22
|
export interface ListRoomsCommandOutput extends ListRoomsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListRoomsCommand_base: {
|
|
25
|
-
new (input: ListRoomsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListRoomsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListRoomsCommandInput): import("@smithy/core/client").CommandImpl<ListRoomsCommandInput, ListRoomsCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListRoomsCommandInput): import("@smithy/core/client").CommandImpl<ListRoomsCommandInput, ListRoomsCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists the room details for the specified Amazon Chime Enterprise account. Optionally, filter the results by a member ID (user ID or bot ID) to see a list of rooms that the member belongs to.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
|
|
4
4
|
import type { ListSupportedPhoneNumberCountriesRequest, ListSupportedPhoneNumberCountriesResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListSupportedPhoneNumberCountriesCommandInput extends ListSuppo
|
|
|
22
22
|
export interface ListSupportedPhoneNumberCountriesCommandOutput extends ListSupportedPhoneNumberCountriesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListSupportedPhoneNumberCountriesCommand_base: {
|
|
25
|
-
new (input: ListSupportedPhoneNumberCountriesCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListSupportedPhoneNumberCountriesCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists supported phone number countries.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
|
|
4
4
|
import type { ListUsersRequest, ListUsersResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListUsersCommandInput extends ListUsersRequest {
|
|
|
22
22
|
export interface ListUsersCommandOutput extends ListUsersResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListUsersCommand_base: {
|
|
25
|
-
new (input: ListUsersCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListUsersCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists the users that belong to the specified Amazon Chime account. You can specify an email
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
|
|
4
4
|
import type { LogoutUserRequest, LogoutUserResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface LogoutUserCommandInput extends LogoutUserRequest {
|
|
|
22
22
|
export interface LogoutUserCommandOutput extends LogoutUserResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const LogoutUserCommand_base: {
|
|
25
|
-
new (input: LogoutUserCommandInput): import("@smithy/
|
|
26
|
-
new (input: LogoutUserCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Logs out the specified user from all of the devices they are currently logged into.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
|
|
4
4
|
import type { PutEventsConfigurationRequest, PutEventsConfigurationResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface PutEventsConfigurationCommandInput extends PutEventsConfigurati
|
|
|
22
22
|
export interface PutEventsConfigurationCommandOutput extends PutEventsConfigurationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const PutEventsConfigurationCommand_base: {
|
|
25
|
-
new (input: PutEventsConfigurationCommandInput): import("@smithy/
|
|
26
|
-
new (input: PutEventsConfigurationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates an events configuration that allows a bot to receive outgoing events sent by Amazon
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
|
|
4
4
|
import type { PutRetentionSettingsRequest, PutRetentionSettingsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface PutRetentionSettingsCommandInput extends PutRetentionSettingsRe
|
|
|
22
22
|
export interface PutRetentionSettingsCommandOutput extends PutRetentionSettingsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const PutRetentionSettingsCommand_base: {
|
|
25
|
-
new (input: PutRetentionSettingsCommandInput): import("@smithy/
|
|
26
|
-
new (input: PutRetentionSettingsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
|
|
4
4
|
import type { RedactConversationMessageRequest, RedactConversationMessageResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface RedactConversationMessageCommandInput extends RedactConversatio
|
|
|
22
22
|
export interface RedactConversationMessageCommandOutput extends RedactConversationMessageResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const RedactConversationMessageCommand_base: {
|
|
25
|
-
new (input: RedactConversationMessageCommandInput): import("@smithy/
|
|
26
|
-
new (input: RedactConversationMessageCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Redacts the specified message from the specified Amazon Chime conversation.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
|
|
4
4
|
import type { RedactRoomMessageRequest, RedactRoomMessageResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface RedactRoomMessageCommandInput extends RedactRoomMessageRequest
|
|
|
22
22
|
export interface RedactRoomMessageCommandOutput extends RedactRoomMessageResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const RedactRoomMessageCommand_base: {
|
|
25
|
-
new (input: RedactRoomMessageCommandInput): import("@smithy/
|
|
26
|
-
new (input: RedactRoomMessageCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Redacts the specified message from the specified Amazon Chime channel.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
|
|
4
4
|
import type { RegenerateSecurityTokenRequest, RegenerateSecurityTokenResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface RegenerateSecurityTokenCommandInput extends RegenerateSecurityT
|
|
|
22
22
|
export interface RegenerateSecurityTokenCommandOutput extends RegenerateSecurityTokenResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const RegenerateSecurityTokenCommand_base: {
|
|
25
|
-
new (input: RegenerateSecurityTokenCommandInput): import("@smithy/
|
|
26
|
-
new (input: RegenerateSecurityTokenCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Regenerates the security token for a bot.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
|
|
4
4
|
import type { ResetPersonalPINRequest, ResetPersonalPINResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ResetPersonalPINCommandInput extends ResetPersonalPINRequest {
|
|
|
22
22
|
export interface ResetPersonalPINCommandOutput extends ResetPersonalPINResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ResetPersonalPINCommand_base: {
|
|
25
|
-
new (input: ResetPersonalPINCommandInput): import("@smithy/
|
|
26
|
-
new (input: ResetPersonalPINCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Resets the personal meeting PIN for the specified user on an Amazon Chime account. Returns
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
|
|
4
4
|
import type { RestorePhoneNumberRequest, RestorePhoneNumberResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface RestorePhoneNumberCommandInput extends RestorePhoneNumberReques
|
|
|
22
22
|
export interface RestorePhoneNumberCommandOutput extends RestorePhoneNumberResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const RestorePhoneNumberCommand_base: {
|
|
25
|
-
new (input: RestorePhoneNumberCommandInput): import("@smithy/
|
|
26
|
-
new (input: RestorePhoneNumberCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Moves a phone number from the <b>Deletion queue</b> back into the
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
|
|
4
4
|
import type { SearchAvailablePhoneNumbersRequest, SearchAvailablePhoneNumbersResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface SearchAvailablePhoneNumbersCommandInput extends SearchAvailable
|
|
|
22
22
|
export interface SearchAvailablePhoneNumbersCommandOutput extends SearchAvailablePhoneNumbersResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const SearchAvailablePhoneNumbersCommand_base: {
|
|
25
|
-
new (input: SearchAvailablePhoneNumbersCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [SearchAvailablePhoneNumbersCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Searches for phone numbers that can be ordered. For US numbers, provide at least one of
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
|
|
4
4
|
import type { UpdateAccountRequest, UpdateAccountResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdateAccountCommandInput extends UpdateAccountRequest {
|
|
|
22
22
|
export interface UpdateAccountCommandOutput extends UpdateAccountResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateAccountCommand_base: {
|
|
25
|
-
new (input: UpdateAccountCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateAccountCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <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,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
|
|
4
4
|
import type { UpdateAccountSettingsRequest, UpdateAccountSettingsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdateAccountSettingsCommandInput extends UpdateAccountSettings
|
|
|
22
22
|
export interface UpdateAccountSettingsCommandOutput extends UpdateAccountSettingsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateAccountSettingsCommand_base: {
|
|
25
|
-
new (input: UpdateAccountSettingsCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateAccountSettingsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates the settings for the specified Amazon Chime account. You can update settings for
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
|
|
4
4
|
import type { UpdateBotRequest, UpdateBotResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdateBotCommandInput extends UpdateBotRequest {
|
|
|
22
22
|
export interface UpdateBotCommandOutput extends UpdateBotResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateBotCommand_base: {
|
|
25
|
-
new (input: UpdateBotCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateBotCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <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,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
|
|
4
4
|
import type { UpdateGlobalSettingsRequest } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdateGlobalSettingsCommandInput extends UpdateGlobalSettingsRe
|
|
|
22
22
|
export interface UpdateGlobalSettingsCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateGlobalSettingsCommand_base: {
|
|
25
|
-
new (input: UpdateGlobalSettingsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [UpdateGlobalSettingsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates global settings for the administrator's AWS account, such as Amazon Chime Business Calling and Amazon Chime Voice Connector settings.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
|
|
4
4
|
import type { UpdatePhoneNumberRequest, UpdatePhoneNumberResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdatePhoneNumberCommandInput extends UpdatePhoneNumberRequest
|
|
|
22
22
|
export interface UpdatePhoneNumberCommandOutput extends UpdatePhoneNumberResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdatePhoneNumberCommand_base: {
|
|
25
|
-
new (input: UpdatePhoneNumberCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdatePhoneNumberCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <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,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
|
|
4
4
|
import type { UpdatePhoneNumberSettingsRequest } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdatePhoneNumberSettingsCommandInput extends UpdatePhoneNumber
|
|
|
22
22
|
export interface UpdatePhoneNumberSettingsCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdatePhoneNumberSettingsCommand_base: {
|
|
25
|
-
new (input: UpdatePhoneNumberSettingsCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdatePhoneNumberSettingsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates the phone number settings for the administrator's AWS account, such as the default
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
|
|
4
4
|
import type { UpdateRoomRequest, UpdateRoomResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdateRoomCommandInput extends UpdateRoomRequest {
|
|
|
22
22
|
export interface UpdateRoomCommandOutput extends UpdateRoomResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateRoomCommand_base: {
|
|
25
|
-
new (input: UpdateRoomCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateRoomCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates room details, such as the room name, for a room in an Amazon Chime Enterprise account.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
|
|
4
4
|
import type { UpdateRoomMembershipRequest, UpdateRoomMembershipResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdateRoomMembershipCommandInput extends UpdateRoomMembershipRe
|
|
|
22
22
|
export interface UpdateRoomMembershipCommandOutput extends UpdateRoomMembershipResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateRoomMembershipCommand_base: {
|
|
25
|
-
new (input: UpdateRoomMembershipCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateRoomMembershipCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates room membership details, such as the member role, for a room in an Amazon Chime
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
|
|
4
4
|
import type { UpdateUserRequest, UpdateUserResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdateUserCommandInput extends UpdateUserRequest {
|
|
|
22
22
|
export interface UpdateUserCommandOutput extends UpdateUserResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateUserCommand_base: {
|
|
25
|
-
new (input: UpdateUserCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateUserCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates user details for a specified user ID. Currently, only <code>LicenseType</code> updates are supported for this action.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
|
|
4
4
|
import type { UpdateUserSettingsRequest } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdateUserSettingsCommandInput extends UpdateUserSettingsReques
|
|
|
22
22
|
export interface UpdateUserSettingsCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateUserSettingsCommand_base: {
|
|
25
|
-
new (input: UpdateUserSettingsCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateUserSettingsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates the settings for the specified user, such as phone number settings.</p>
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { BinaryDecisionDiagram } from "@smithy/
|
|
1
|
+
import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
|
|
2
2
|
export declare const bdd: BinaryDecisionDiagram;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import type { HttpHandlerExtensionConfiguration } from "@smithy/
|
|
2
|
+
import type { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
3
3
|
import type { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
4
|
import type { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/
|
|
1
|
+
import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/core/client";
|
|
2
2
|
export type { __ServiceExceptionOptions };
|
|
3
3
|
export { __ServiceException };
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/
|
|
1
|
+
import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client";
|
|
2
2
|
import { ChimeServiceException as __BaseException } from "./ChimeServiceException";
|
|
3
3
|
import type { ErrorCode } from "./enums";
|
|
4
4
|
/**
|
|
@@ -5,13 +5,13 @@ import type { ChimeClientConfig } from "./ChimeClient";
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: ChimeClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
-
defaultsMode: import("@smithy/types").Provider<import("@smithy/
|
|
8
|
+
defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
|
|
9
9
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
10
10
|
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
11
11
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
|
|
12
12
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
13
13
|
region: string | import("@smithy/types").Provider<any>;
|
|
14
|
-
requestHandler: import("@smithy/
|
|
14
|
+
requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
|
|
15
15
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
16
16
|
sha256: import("@smithy/types").HashConstructor;
|
|
17
17
|
streamCollector: import("@smithy/types").StreamCollector;
|