@aws-sdk/client-chime 3.1087.0 → 3.1089.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 +1 -1
- package/dist-types/ts3.4/Chime.d.ts +210 -297
- package/dist-types/ts3.4/ChimeClient.d.ts +31 -89
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +8 -18
- package/dist-types/ts3.4/commands/AssociatePhoneNumberWithUserCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/AssociateSigninDelegateGroupsWithAccountCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/BatchCreateRoomMembershipCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/BatchDeletePhoneNumberCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/BatchSuspendUserCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/BatchUnsuspendUserCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/BatchUpdatePhoneNumberCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/BatchUpdateUserCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateAccountCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateBotCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/CreateMeetingDialOutCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreatePhoneNumberOrderCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateRoomCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateRoomMembershipCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteAccountCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteEventsConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeletePhoneNumberCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteRoomCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteRoomMembershipCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DisassociatePhoneNumberFromUserCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DisassociateSigninDelegateGroupsFromAccountCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetAccountCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetBotCommand.d.ts +6 -2
- package/dist-types/ts3.4/commands/GetEventsConfigurationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetGlobalSettingsCommand.d.ts +2 -3
- package/dist-types/ts3.4/commands/GetPhoneNumberCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetPhoneNumberOrderCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetPhoneNumberSettingsCommand.d.ts +2 -3
- package/dist-types/ts3.4/commands/GetRetentionSettingsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetRoomCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetUserCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetUserSettingsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/InviteUsersCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListBotsCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/ListPhoneNumberOrdersCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListPhoneNumbersCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListRoomMembershipsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListRoomsCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/ListSupportedPhoneNumberCountriesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/LogoutUserCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/PutEventsConfigurationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PutRetentionSettingsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/RedactConversationMessageCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/RedactRoomMessageCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/RegenerateSecurityTokenCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ResetPersonalPINCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/RestorePhoneNumberCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/SearchAvailablePhoneNumbersCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateAccountCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateAccountSettingsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateBotCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/UpdateGlobalSettingsCommand.d.ts +2 -3
- package/dist-types/ts3.4/commands/UpdatePhoneNumberCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdatePhoneNumberSettingsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateRoomCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateRoomMembershipCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateUserSettingsCommand.d.ts +3 -4
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +5 -10
- package/dist-types/ts3.4/models/errors.d.ts +8 -24
- package/dist-types/ts3.4/pagination/ListBotsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/ListRoomsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/ListUsersPaginator.d.ts +1 -4
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +38 -38
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateMeetingDialOutRequest,
|
|
4
|
-
CreateMeetingDialOutResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateMeetingDialOutRequest, CreateMeetingDialOutResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateMeetingDialOutCommandInput
|
|
8
|
-
extends CreateMeetingDialOutRequest {}
|
|
4
|
+
export interface CreateMeetingDialOutCommandInput extends CreateMeetingDialOutRequest {}
|
|
9
5
|
export interface CreateMeetingDialOutCommandOutput
|
|
10
|
-
extends CreateMeetingDialOutResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends CreateMeetingDialOutResponse, __MetadataBearer {}
|
|
12
7
|
declare const CreateMeetingDialOutCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: CreateMeetingDialOutCommandInput
|
|
9
|
+
input: CreateMeetingDialOutCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
CreateMeetingDialOutCommandInput,
|
|
17
12
|
CreateMeetingDialOutCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const CreateMeetingDialOutCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: CreateMeetingDialOutCommandInput
|
|
18
|
+
input: CreateMeetingDialOutCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
CreateMeetingDialOutCommandInput,
|
|
26
21
|
CreateMeetingDialOutCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreatePhoneNumberOrderRequest,
|
|
4
|
-
CreatePhoneNumberOrderResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreatePhoneNumberOrderRequest, CreatePhoneNumberOrderResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreatePhoneNumberOrderCommandInput
|
|
8
|
-
extends CreatePhoneNumberOrderRequest {}
|
|
4
|
+
export interface CreatePhoneNumberOrderCommandInput extends CreatePhoneNumberOrderRequest {}
|
|
9
5
|
export interface CreatePhoneNumberOrderCommandOutput
|
|
10
|
-
extends CreatePhoneNumberOrderResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends CreatePhoneNumberOrderResponse, __MetadataBearer {}
|
|
12
7
|
declare const CreatePhoneNumberOrderCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: CreatePhoneNumberOrderCommandInput
|
|
9
|
+
input: CreatePhoneNumberOrderCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
CreatePhoneNumberOrderCommandInput,
|
|
17
12
|
CreatePhoneNumberOrderCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const CreatePhoneNumberOrderCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: CreatePhoneNumberOrderCommandInput
|
|
18
|
+
input: CreatePhoneNumberOrderCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
CreatePhoneNumberOrderCommandInput,
|
|
26
21
|
CreatePhoneNumberOrderCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { CreateRoomRequest, CreateRoomResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface CreateRoomCommandInput extends CreateRoomRequest {}
|
|
5
|
-
export interface CreateRoomCommandOutput
|
|
6
|
-
extends CreateRoomResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateRoomCommandOutput extends CreateRoomResponse, __MetadataBearer {}
|
|
8
6
|
declare const CreateRoomCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: CreateRoomCommandInput
|
|
8
|
+
input: CreateRoomCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
CreateRoomCommandInput,
|
|
13
11
|
CreateRoomCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const CreateRoomCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: CreateRoomCommandInput
|
|
17
|
+
input: CreateRoomCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
CreateRoomCommandInput,
|
|
22
20
|
CreateRoomCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateRoomMembershipRequest,
|
|
4
|
-
CreateRoomMembershipResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateRoomMembershipRequest, CreateRoomMembershipResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateRoomMembershipCommandInput
|
|
8
|
-
extends CreateRoomMembershipRequest {}
|
|
4
|
+
export interface CreateRoomMembershipCommandInput extends CreateRoomMembershipRequest {}
|
|
9
5
|
export interface CreateRoomMembershipCommandOutput
|
|
10
|
-
extends CreateRoomMembershipResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends CreateRoomMembershipResponse, __MetadataBearer {}
|
|
12
7
|
declare const CreateRoomMembershipCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: CreateRoomMembershipCommandInput
|
|
9
|
+
input: CreateRoomMembershipCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
CreateRoomMembershipCommandInput,
|
|
17
12
|
CreateRoomMembershipCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const CreateRoomMembershipCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: CreateRoomMembershipCommandInput
|
|
18
|
+
input: CreateRoomMembershipCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
CreateRoomMembershipCommandInput,
|
|
26
21
|
CreateRoomMembershipCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { CreateUserRequest, CreateUserResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface CreateUserCommandInput extends CreateUserRequest {}
|
|
5
|
-
export interface CreateUserCommandOutput
|
|
6
|
-
extends CreateUserResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateUserCommandOutput extends CreateUserResponse, __MetadataBearer {}
|
|
8
6
|
declare const CreateUserCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: CreateUserCommandInput
|
|
8
|
+
input: CreateUserCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
CreateUserCommandInput,
|
|
13
11
|
CreateUserCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const CreateUserCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: CreateUserCommandInput
|
|
17
|
+
input: CreateUserCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
CreateUserCommandInput,
|
|
22
20
|
CreateUserCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteAccountRequest,
|
|
4
|
-
DeleteAccountResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteAccountRequest, DeleteAccountResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface DeleteAccountCommandInput extends DeleteAccountRequest {}
|
|
8
|
-
export interface DeleteAccountCommandOutput
|
|
9
|
-
extends DeleteAccountResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DeleteAccountCommandOutput extends DeleteAccountResponse, __MetadataBearer {}
|
|
11
6
|
declare const DeleteAccountCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: DeleteAccountCommandInput
|
|
8
|
+
input: DeleteAccountCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
DeleteAccountCommandInput,
|
|
16
11
|
DeleteAccountCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const DeleteAccountCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: DeleteAccountCommandInput
|
|
17
|
+
input: DeleteAccountCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
DeleteAccountCommandInput,
|
|
25
20
|
DeleteAccountCommandOutput,
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { DeleteEventsConfigurationRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface DeleteEventsConfigurationCommandInput
|
|
5
|
-
|
|
6
|
-
export interface DeleteEventsConfigurationCommandOutput
|
|
7
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface DeleteEventsConfigurationCommandInput extends DeleteEventsConfigurationRequest {}
|
|
5
|
+
export interface DeleteEventsConfigurationCommandOutput extends __MetadataBearer {}
|
|
8
6
|
declare const DeleteEventsConfigurationCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: DeleteEventsConfigurationCommandInput
|
|
8
|
+
input: DeleteEventsConfigurationCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
DeleteEventsConfigurationCommandInput,
|
|
13
11
|
DeleteEventsConfigurationCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const DeleteEventsConfigurationCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: DeleteEventsConfigurationCommandInput
|
|
17
|
+
input: DeleteEventsConfigurationCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
DeleteEventsConfigurationCommandInput,
|
|
22
20
|
DeleteEventsConfigurationCommandOutput,
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { DeletePhoneNumberRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface DeletePhoneNumberCommandInput
|
|
5
|
-
extends DeletePhoneNumberRequest {}
|
|
4
|
+
export interface DeletePhoneNumberCommandInput extends DeletePhoneNumberRequest {}
|
|
6
5
|
export interface DeletePhoneNumberCommandOutput extends __MetadataBearer {}
|
|
7
6
|
declare const DeletePhoneNumberCommand_base: {
|
|
8
7
|
new (
|
|
9
|
-
input: DeletePhoneNumberCommandInput
|
|
8
|
+
input: DeletePhoneNumberCommandInput,
|
|
10
9
|
): import("@smithy/core/client").CommandImpl<
|
|
11
10
|
DeletePhoneNumberCommandInput,
|
|
12
11
|
DeletePhoneNumberCommandOutput,
|
|
@@ -15,7 +14,7 @@ declare const DeletePhoneNumberCommand_base: {
|
|
|
15
14
|
import("..").ServiceOutputTypes
|
|
16
15
|
>;
|
|
17
16
|
new (
|
|
18
|
-
input: DeletePhoneNumberCommandInput
|
|
17
|
+
input: DeletePhoneNumberCommandInput,
|
|
19
18
|
): import("@smithy/core/client").CommandImpl<
|
|
20
19
|
DeletePhoneNumberCommandInput,
|
|
21
20
|
DeletePhoneNumberCommandOutput,
|
|
@@ -5,7 +5,7 @@ export interface DeleteRoomCommandInput extends DeleteRoomRequest {}
|
|
|
5
5
|
export interface DeleteRoomCommandOutput extends __MetadataBearer {}
|
|
6
6
|
declare const DeleteRoomCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: DeleteRoomCommandInput
|
|
8
|
+
input: DeleteRoomCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
DeleteRoomCommandInput,
|
|
11
11
|
DeleteRoomCommandOutput,
|
|
@@ -14,7 +14,7 @@ declare const DeleteRoomCommand_base: {
|
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
16
|
new (
|
|
17
|
-
input: DeleteRoomCommandInput
|
|
17
|
+
input: DeleteRoomCommandInput,
|
|
18
18
|
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
DeleteRoomCommandInput,
|
|
20
20
|
DeleteRoomCommandOutput,
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { DeleteRoomMembershipRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface DeleteRoomMembershipCommandInput
|
|
5
|
-
extends DeleteRoomMembershipRequest {}
|
|
4
|
+
export interface DeleteRoomMembershipCommandInput extends DeleteRoomMembershipRequest {}
|
|
6
5
|
export interface DeleteRoomMembershipCommandOutput extends __MetadataBearer {}
|
|
7
6
|
declare const DeleteRoomMembershipCommand_base: {
|
|
8
7
|
new (
|
|
9
|
-
input: DeleteRoomMembershipCommandInput
|
|
8
|
+
input: DeleteRoomMembershipCommandInput,
|
|
10
9
|
): import("@smithy/core/client").CommandImpl<
|
|
11
10
|
DeleteRoomMembershipCommandInput,
|
|
12
11
|
DeleteRoomMembershipCommandOutput,
|
|
@@ -15,7 +14,7 @@ declare const DeleteRoomMembershipCommand_base: {
|
|
|
15
14
|
import("..").ServiceOutputTypes
|
|
16
15
|
>;
|
|
17
16
|
new (
|
|
18
|
-
input: DeleteRoomMembershipCommandInput
|
|
17
|
+
input: DeleteRoomMembershipCommandInput,
|
|
19
18
|
): import("@smithy/core/client").CommandImpl<
|
|
20
19
|
DeleteRoomMembershipCommandInput,
|
|
21
20
|
DeleteRoomMembershipCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DisassociatePhoneNumberFromUserResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DisassociatePhoneNumberFromUserCommandInput
|
|
8
|
-
extends DisassociatePhoneNumberFromUserRequest {}
|
|
7
|
+
export interface DisassociatePhoneNumberFromUserCommandInput extends DisassociatePhoneNumberFromUserRequest {}
|
|
9
8
|
export interface DisassociatePhoneNumberFromUserCommandOutput
|
|
10
|
-
extends DisassociatePhoneNumberFromUserResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DisassociatePhoneNumberFromUserResponse, __MetadataBearer {}
|
|
12
10
|
declare const DisassociatePhoneNumberFromUserCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DisassociatePhoneNumberFromUserCommandInput
|
|
12
|
+
input: DisassociatePhoneNumberFromUserCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DisassociatePhoneNumberFromUserCommandInput,
|
|
17
15
|
DisassociatePhoneNumberFromUserCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DisassociatePhoneNumberFromUserCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DisassociatePhoneNumberFromUserCommandInput
|
|
21
|
+
input: DisassociatePhoneNumberFromUserCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DisassociatePhoneNumberFromUserCommandInput,
|
|
26
24
|
DisassociatePhoneNumberFromUserCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DisassociateSigninDelegateGroupsFromAccountResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DisassociateSigninDelegateGroupsFromAccountCommandInput
|
|
8
|
-
extends DisassociateSigninDelegateGroupsFromAccountRequest {}
|
|
7
|
+
export interface DisassociateSigninDelegateGroupsFromAccountCommandInput extends DisassociateSigninDelegateGroupsFromAccountRequest {}
|
|
9
8
|
export interface DisassociateSigninDelegateGroupsFromAccountCommandOutput
|
|
10
|
-
extends DisassociateSigninDelegateGroupsFromAccountResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DisassociateSigninDelegateGroupsFromAccountResponse, __MetadataBearer {}
|
|
12
10
|
declare const DisassociateSigninDelegateGroupsFromAccountCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DisassociateSigninDelegateGroupsFromAccountCommandInput
|
|
12
|
+
input: DisassociateSigninDelegateGroupsFromAccountCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DisassociateSigninDelegateGroupsFromAccountCommandInput,
|
|
17
15
|
DisassociateSigninDelegateGroupsFromAccountCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DisassociateSigninDelegateGroupsFromAccountCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DisassociateSigninDelegateGroupsFromAccountCommandInput
|
|
21
|
+
input: DisassociateSigninDelegateGroupsFromAccountCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DisassociateSigninDelegateGroupsFromAccountCommandInput,
|
|
26
24
|
DisassociateSigninDelegateGroupsFromAccountCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { GetAccountRequest, GetAccountResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetAccountCommandInput extends GetAccountRequest {}
|
|
5
|
-
export interface GetAccountCommandOutput
|
|
6
|
-
extends GetAccountResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetAccountCommandOutput extends GetAccountResponse, __MetadataBearer {}
|
|
8
6
|
declare const GetAccountCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: GetAccountCommandInput
|
|
8
|
+
input: GetAccountCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
GetAccountCommandInput,
|
|
13
11
|
GetAccountCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const GetAccountCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: GetAccountCommandInput
|
|
17
|
+
input: GetAccountCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
GetAccountCommandInput,
|
|
22
20
|
GetAccountCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetAccountSettingsRequest,
|
|
4
|
-
GetAccountSettingsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetAccountSettingsRequest, GetAccountSettingsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetAccountSettingsCommandInput
|
|
8
|
-
extends GetAccountSettingsRequest {}
|
|
4
|
+
export interface GetAccountSettingsCommandInput extends GetAccountSettingsRequest {}
|
|
9
5
|
export interface GetAccountSettingsCommandOutput
|
|
10
|
-
extends GetAccountSettingsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetAccountSettingsResponse, __MetadataBearer {}
|
|
12
7
|
declare const GetAccountSettingsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetAccountSettingsCommandInput
|
|
9
|
+
input: GetAccountSettingsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetAccountSettingsCommandInput,
|
|
17
12
|
GetAccountSettingsCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetAccountSettingsCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetAccountSettingsCommandInput
|
|
18
|
+
input: GetAccountSettingsCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetAccountSettingsCommandInput,
|
|
26
21
|
GetAccountSettingsCommandOutput,
|
|
@@ -4,14 +4,18 @@ export { __MetadataBearer };
|
|
|
4
4
|
export interface GetBotCommandInput extends GetBotRequest {}
|
|
5
5
|
export interface GetBotCommandOutput extends GetBotResponse, __MetadataBearer {}
|
|
6
6
|
declare const GetBotCommand_base: {
|
|
7
|
-
new (
|
|
7
|
+
new (
|
|
8
|
+
input: GetBotCommandInput,
|
|
9
|
+
): import("@smithy/core/client").CommandImpl<
|
|
8
10
|
GetBotCommandInput,
|
|
9
11
|
GetBotCommandOutput,
|
|
10
12
|
import("..").ChimeClientResolvedConfig,
|
|
11
13
|
import("..").ServiceInputTypes,
|
|
12
14
|
import("..").ServiceOutputTypes
|
|
13
15
|
>;
|
|
14
|
-
new (
|
|
16
|
+
new (
|
|
17
|
+
input: GetBotCommandInput,
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
15
19
|
GetBotCommandInput,
|
|
16
20
|
GetBotCommandOutput,
|
|
17
21
|
import("..").ChimeClientResolvedConfig,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetEventsConfigurationRequest,
|
|
4
|
-
GetEventsConfigurationResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetEventsConfigurationRequest, GetEventsConfigurationResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetEventsConfigurationCommandInput
|
|
8
|
-
extends GetEventsConfigurationRequest {}
|
|
4
|
+
export interface GetEventsConfigurationCommandInput extends GetEventsConfigurationRequest {}
|
|
9
5
|
export interface GetEventsConfigurationCommandOutput
|
|
10
|
-
extends GetEventsConfigurationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetEventsConfigurationResponse, __MetadataBearer {}
|
|
12
7
|
declare const GetEventsConfigurationCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetEventsConfigurationCommandInput
|
|
9
|
+
input: GetEventsConfigurationCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetEventsConfigurationCommandInput,
|
|
17
12
|
GetEventsConfigurationCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetEventsConfigurationCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetEventsConfigurationCommandInput
|
|
18
|
+
input: GetEventsConfigurationCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetEventsConfigurationCommandInput,
|
|
26
21
|
GetEventsConfigurationCommandOutput,
|
|
@@ -3,11 +3,10 @@ import { GetGlobalSettingsResponse } from "../models/models_0";
|
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetGlobalSettingsCommandInput {}
|
|
5
5
|
export interface GetGlobalSettingsCommandOutput
|
|
6
|
-
extends GetGlobalSettingsResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetGlobalSettingsResponse, __MetadataBearer {}
|
|
8
7
|
declare const GetGlobalSettingsCommand_base: {
|
|
9
8
|
new (
|
|
10
|
-
input: GetGlobalSettingsCommandInput
|
|
9
|
+
input: GetGlobalSettingsCommandInput,
|
|
11
10
|
): import("@smithy/core/client").CommandImpl<
|
|
12
11
|
GetGlobalSettingsCommandInput,
|
|
13
12
|
GetGlobalSettingsCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetPhoneNumberRequest,
|
|
4
|
-
GetPhoneNumberResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetPhoneNumberRequest, GetPhoneNumberResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface GetPhoneNumberCommandInput extends GetPhoneNumberRequest {}
|
|
8
|
-
export interface GetPhoneNumberCommandOutput
|
|
9
|
-
extends GetPhoneNumberResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetPhoneNumberCommandOutput extends GetPhoneNumberResponse, __MetadataBearer {}
|
|
11
6
|
declare const GetPhoneNumberCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: GetPhoneNumberCommandInput
|
|
8
|
+
input: GetPhoneNumberCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
GetPhoneNumberCommandInput,
|
|
16
11
|
GetPhoneNumberCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const GetPhoneNumberCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: GetPhoneNumberCommandInput
|
|
17
|
+
input: GetPhoneNumberCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
GetPhoneNumberCommandInput,
|
|
25
20
|
GetPhoneNumberCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetPhoneNumberOrderRequest,
|
|
4
|
-
GetPhoneNumberOrderResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetPhoneNumberOrderRequest, GetPhoneNumberOrderResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetPhoneNumberOrderCommandInput
|
|
8
|
-
extends GetPhoneNumberOrderRequest {}
|
|
4
|
+
export interface GetPhoneNumberOrderCommandInput extends GetPhoneNumberOrderRequest {}
|
|
9
5
|
export interface GetPhoneNumberOrderCommandOutput
|
|
10
|
-
extends GetPhoneNumberOrderResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetPhoneNumberOrderResponse, __MetadataBearer {}
|
|
12
7
|
declare const GetPhoneNumberOrderCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetPhoneNumberOrderCommandInput
|
|
9
|
+
input: GetPhoneNumberOrderCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetPhoneNumberOrderCommandInput,
|
|
17
12
|
GetPhoneNumberOrderCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetPhoneNumberOrderCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetPhoneNumberOrderCommandInput
|
|
18
|
+
input: GetPhoneNumberOrderCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetPhoneNumberOrderCommandInput,
|
|
26
21
|
GetPhoneNumberOrderCommandOutput,
|
|
@@ -3,11 +3,10 @@ import { GetPhoneNumberSettingsResponse } from "../models/models_0";
|
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetPhoneNumberSettingsCommandInput {}
|
|
5
5
|
export interface GetPhoneNumberSettingsCommandOutput
|
|
6
|
-
extends GetPhoneNumberSettingsResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetPhoneNumberSettingsResponse, __MetadataBearer {}
|
|
8
7
|
declare const GetPhoneNumberSettingsCommand_base: {
|
|
9
8
|
new (
|
|
10
|
-
input: GetPhoneNumberSettingsCommandInput
|
|
9
|
+
input: GetPhoneNumberSettingsCommandInput,
|
|
11
10
|
): import("@smithy/core/client").CommandImpl<
|
|
12
11
|
GetPhoneNumberSettingsCommandInput,
|
|
13
12
|
GetPhoneNumberSettingsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetRetentionSettingsRequest,
|
|
4
|
-
GetRetentionSettingsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetRetentionSettingsRequest, GetRetentionSettingsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetRetentionSettingsCommandInput
|
|
8
|
-
extends GetRetentionSettingsRequest {}
|
|
4
|
+
export interface GetRetentionSettingsCommandInput extends GetRetentionSettingsRequest {}
|
|
9
5
|
export interface GetRetentionSettingsCommandOutput
|
|
10
|
-
extends GetRetentionSettingsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetRetentionSettingsResponse, __MetadataBearer {}
|
|
12
7
|
declare const GetRetentionSettingsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetRetentionSettingsCommandInput
|
|
9
|
+
input: GetRetentionSettingsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetRetentionSettingsCommandInput,
|
|
17
12
|
GetRetentionSettingsCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetRetentionSettingsCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetRetentionSettingsCommandInput
|
|
18
|
+
input: GetRetentionSettingsCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetRetentionSettingsCommandInput,
|
|
26
21
|
GetRetentionSettingsCommandOutput,
|
|
@@ -2,18 +2,20 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { GetRoomRequest, GetRoomResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetRoomCommandInput extends GetRoomRequest {}
|
|
5
|
-
export interface GetRoomCommandOutput
|
|
6
|
-
extends GetRoomResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetRoomCommandOutput extends GetRoomResponse, __MetadataBearer {}
|
|
8
6
|
declare const GetRoomCommand_base: {
|
|
9
|
-
new (
|
|
7
|
+
new (
|
|
8
|
+
input: GetRoomCommandInput,
|
|
9
|
+
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
GetRoomCommandInput,
|
|
11
11
|
GetRoomCommandOutput,
|
|
12
12
|
import("..").ChimeClientResolvedConfig,
|
|
13
13
|
import("..").ServiceInputTypes,
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
|
-
new (
|
|
16
|
+
new (
|
|
17
|
+
input: GetRoomCommandInput,
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
19
|
GetRoomCommandInput,
|
|
18
20
|
GetRoomCommandOutput,
|
|
19
21
|
import("..").ChimeClientResolvedConfig,
|
|
@@ -2,18 +2,20 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { GetUserRequest, GetUserResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetUserCommandInput extends GetUserRequest {}
|
|
5
|
-
export interface GetUserCommandOutput
|
|
6
|
-
extends GetUserResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetUserCommandOutput extends GetUserResponse, __MetadataBearer {}
|
|
8
6
|
declare const GetUserCommand_base: {
|
|
9
|
-
new (
|
|
7
|
+
new (
|
|
8
|
+
input: GetUserCommandInput,
|
|
9
|
+
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
GetUserCommandInput,
|
|
11
11
|
GetUserCommandOutput,
|
|
12
12
|
import("..").ChimeClientResolvedConfig,
|
|
13
13
|
import("..").ServiceInputTypes,
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
|
-
new (
|
|
16
|
+
new (
|
|
17
|
+
input: GetUserCommandInput,
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
19
|
GetUserCommandInput,
|
|
18
20
|
GetUserCommandOutput,
|
|
19
21
|
import("..").ChimeClientResolvedConfig,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetUserSettingsRequest,
|
|
4
|
-
GetUserSettingsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetUserSettingsRequest, GetUserSettingsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface GetUserSettingsCommandInput extends GetUserSettingsRequest {}
|
|
8
|
-
export interface GetUserSettingsCommandOutput
|
|
9
|
-
extends GetUserSettingsResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetUserSettingsCommandOutput extends GetUserSettingsResponse, __MetadataBearer {}
|
|
11
6
|
declare const GetUserSettingsCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: GetUserSettingsCommandInput
|
|
8
|
+
input: GetUserSettingsCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
GetUserSettingsCommandInput,
|
|
16
11
|
GetUserSettingsCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const GetUserSettingsCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: GetUserSettingsCommandInput
|
|
17
|
+
input: GetUserSettingsCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
GetUserSettingsCommandInput,
|
|
25
20
|
GetUserSettingsCommandOutput,
|