@aws-sdk/client-chime 3.928.0 → 3.930.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 +2286 -2820
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/ChimeClient.js +2 -0
- package/dist-es/commands/AssociatePhoneNumberWithUserCommand.js +3 -10
- package/dist-es/commands/AssociateSigninDelegateGroupsWithAccountCommand.js +3 -9
- package/dist-es/commands/BatchCreateRoomMembershipCommand.js +3 -9
- package/dist-es/commands/BatchDeletePhoneNumberCommand.js +3 -9
- package/dist-es/commands/BatchSuspendUserCommand.js +3 -9
- package/dist-es/commands/BatchUnsuspendUserCommand.js +3 -9
- package/dist-es/commands/BatchUpdatePhoneNumberCommand.js +3 -10
- package/dist-es/commands/BatchUpdateUserCommand.js +3 -10
- package/dist-es/commands/CreateAccountCommand.js +3 -9
- package/dist-es/commands/CreateBotCommand.js +3 -10
- package/dist-es/commands/CreateMeetingDialOutCommand.js +3 -10
- package/dist-es/commands/CreatePhoneNumberOrderCommand.js +3 -10
- package/dist-es/commands/CreateRoomCommand.js +3 -10
- package/dist-es/commands/CreateRoomMembershipCommand.js +3 -10
- package/dist-es/commands/CreateUserCommand.js +3 -10
- package/dist-es/commands/DeleteAccountCommand.js +3 -9
- package/dist-es/commands/DeleteEventsConfigurationCommand.js +3 -9
- package/dist-es/commands/DeletePhoneNumberCommand.js +3 -9
- package/dist-es/commands/DeleteRoomCommand.js +3 -9
- package/dist-es/commands/DeleteRoomMembershipCommand.js +3 -9
- package/dist-es/commands/DisassociatePhoneNumberFromUserCommand.js +3 -9
- package/dist-es/commands/DisassociateSigninDelegateGroupsFromAccountCommand.js +3 -9
- package/dist-es/commands/GetAccountCommand.js +3 -9
- package/dist-es/commands/GetAccountSettingsCommand.js +3 -9
- package/dist-es/commands/GetBotCommand.js +3 -10
- package/dist-es/commands/GetEventsConfigurationCommand.js +3 -10
- package/dist-es/commands/GetGlobalSettingsCommand.js +3 -9
- package/dist-es/commands/GetPhoneNumberCommand.js +3 -10
- package/dist-es/commands/GetPhoneNumberOrderCommand.js +3 -10
- package/dist-es/commands/GetPhoneNumberSettingsCommand.js +3 -10
- package/dist-es/commands/GetRetentionSettingsCommand.js +3 -9
- package/dist-es/commands/GetRoomCommand.js +3 -10
- package/dist-es/commands/GetUserCommand.js +3 -10
- package/dist-es/commands/GetUserSettingsCommand.js +3 -9
- package/dist-es/commands/InviteUsersCommand.js +3 -10
- package/dist-es/commands/ListAccountsCommand.js +3 -10
- package/dist-es/commands/ListBotsCommand.js +3 -10
- package/dist-es/commands/ListPhoneNumberOrdersCommand.js +3 -10
- package/dist-es/commands/ListPhoneNumbersCommand.js +3 -10
- package/dist-es/commands/ListRoomMembershipsCommand.js +3 -10
- package/dist-es/commands/ListRoomsCommand.js +3 -10
- package/dist-es/commands/ListSupportedPhoneNumberCountriesCommand.js +3 -9
- package/dist-es/commands/ListUsersCommand.js +3 -10
- package/dist-es/commands/LogoutUserCommand.js +3 -9
- package/dist-es/commands/PutEventsConfigurationCommand.js +3 -10
- package/dist-es/commands/PutRetentionSettingsCommand.js +3 -9
- package/dist-es/commands/RedactConversationMessageCommand.js +3 -9
- package/dist-es/commands/RedactRoomMessageCommand.js +3 -9
- package/dist-es/commands/RegenerateSecurityTokenCommand.js +3 -10
- package/dist-es/commands/ResetPersonalPINCommand.js +3 -10
- package/dist-es/commands/RestorePhoneNumberCommand.js +3 -10
- package/dist-es/commands/SearchAvailablePhoneNumbersCommand.js +3 -10
- package/dist-es/commands/UpdateAccountCommand.js +3 -9
- package/dist-es/commands/UpdateAccountSettingsCommand.js +3 -9
- package/dist-es/commands/UpdateBotCommand.js +3 -10
- package/dist-es/commands/UpdateGlobalSettingsCommand.js +3 -9
- package/dist-es/commands/UpdatePhoneNumberCommand.js +3 -10
- package/dist-es/commands/UpdatePhoneNumberSettingsCommand.js +3 -10
- package/dist-es/commands/UpdateRoomCommand.js +3 -10
- package/dist-es/commands/UpdateRoomMembershipCommand.js +3 -10
- package/dist-es/commands/UpdateUserCommand.js +3 -10
- package/dist-es/commands/UpdateUserSettingsCommand.js +3 -9
- package/dist-es/models/models_0.js +0 -262
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +2158 -0
- package/dist-types/ChimeClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +0 -232
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +251 -0
- package/dist-types/ts3.4/ChimeClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -162
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +257 -0
- package/package.json +33 -34
- package/dist-es/protocols/Aws_restJson1.js +0 -2062
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -560
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -749
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { GetAccount } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetAccountCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("UCBuzzConsoleService", "GetAccount", {})
|
|
17
13
|
.n("ChimeClient", "GetAccountCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetAccountCommand)
|
|
20
|
-
.de(de_GetAccountCommand)
|
|
14
|
+
.sc(GetAccount)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { GetAccountSettings } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetAccountSettingsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("UCBuzzConsoleService", "GetAccountSettings", {})
|
|
17
13
|
.n("ChimeClient", "GetAccountSettingsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetAccountSettingsCommand)
|
|
20
|
-
.de(de_GetAccountSettingsCommand)
|
|
14
|
+
.sc(GetAccountSettings)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_GetBotCommand, se_GetBotCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { GetBot } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class GetBotCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("UCBuzzConsoleService", "GetBot", {})
|
|
18
13
|
.n("ChimeClient", "GetBotCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_GetBotCommand)
|
|
21
|
-
.de(de_GetBotCommand)
|
|
14
|
+
.sc(GetBot)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_GetEventsConfigurationCommand, se_GetEventsConfigurationCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { GetEventsConfiguration } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class GetEventsConfigurationCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("UCBuzzConsoleService", "GetEventsConfiguration", {})
|
|
18
13
|
.n("ChimeClient", "GetEventsConfigurationCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_GetEventsConfigurationCommand)
|
|
21
|
-
.de(de_GetEventsConfigurationCommand)
|
|
14
|
+
.sc(GetEventsConfiguration)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { GetGlobalSettings } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetGlobalSettingsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("UCBuzzConsoleService", "GetGlobalSettings", {})
|
|
17
13
|
.n("ChimeClient", "GetGlobalSettingsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetGlobalSettingsCommand)
|
|
20
|
-
.de(de_GetGlobalSettingsCommand)
|
|
14
|
+
.sc(GetGlobalSettings)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_GetPhoneNumberCommand, se_GetPhoneNumberCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { GetPhoneNumber } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class GetPhoneNumberCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("UCBuzzConsoleService", "GetPhoneNumber", {})
|
|
18
13
|
.n("ChimeClient", "GetPhoneNumberCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_GetPhoneNumberCommand)
|
|
21
|
-
.de(de_GetPhoneNumberCommand)
|
|
14
|
+
.sc(GetPhoneNumber)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_GetPhoneNumberOrderCommand, se_GetPhoneNumberOrderCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { GetPhoneNumberOrder } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class GetPhoneNumberOrderCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("UCBuzzConsoleService", "GetPhoneNumberOrder", {})
|
|
18
13
|
.n("ChimeClient", "GetPhoneNumberOrderCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_GetPhoneNumberOrderCommand)
|
|
21
|
-
.de(de_GetPhoneNumberOrderCommand)
|
|
14
|
+
.sc(GetPhoneNumberOrder)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_GetPhoneNumberSettingsCommand, se_GetPhoneNumberSettingsCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { GetPhoneNumberSettings } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class GetPhoneNumberSettingsCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("UCBuzzConsoleService", "GetPhoneNumberSettings", {})
|
|
18
13
|
.n("ChimeClient", "GetPhoneNumberSettingsCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_GetPhoneNumberSettingsCommand)
|
|
21
|
-
.de(de_GetPhoneNumberSettingsCommand)
|
|
14
|
+
.sc(GetPhoneNumberSettings)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { GetRetentionSettings } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetRetentionSettingsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("UCBuzzConsoleService", "GetRetentionSettings", {})
|
|
17
13
|
.n("ChimeClient", "GetRetentionSettingsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetRetentionSettingsCommand)
|
|
20
|
-
.de(de_GetRetentionSettingsCommand)
|
|
14
|
+
.sc(GetRetentionSettings)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_GetRoomCommand, se_GetRoomCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { GetRoom } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class GetRoomCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("UCBuzzConsoleService", "GetRoom", {})
|
|
18
13
|
.n("ChimeClient", "GetRoomCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_GetRoomCommand)
|
|
21
|
-
.de(de_GetRoomCommand)
|
|
14
|
+
.sc(GetRoom)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_GetUserCommand, se_GetUserCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { GetUser } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class GetUserCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("UCBuzzConsoleService", "GetUser", {})
|
|
18
13
|
.n("ChimeClient", "GetUserCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_GetUserCommand)
|
|
21
|
-
.de(de_GetUserCommand)
|
|
14
|
+
.sc(GetUser)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { GetUserSettings } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetUserSettingsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("UCBuzzConsoleService", "GetUserSettings", {})
|
|
17
13
|
.n("ChimeClient", "GetUserSettingsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetUserSettingsCommand)
|
|
20
|
-
.de(de_GetUserSettingsCommand)
|
|
14
|
+
.sc(GetUserSettings)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_InviteUsersCommand, se_InviteUsersCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { InviteUsers } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class InviteUsersCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("UCBuzzConsoleService", "InviteUsers", {})
|
|
18
13
|
.n("ChimeClient", "InviteUsersCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_InviteUsersCommand)
|
|
21
|
-
.de(de_InviteUsersCommand)
|
|
14
|
+
.sc(InviteUsers)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_ListAccountsCommand, se_ListAccountsCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { ListAccounts } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class ListAccountsCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("UCBuzzConsoleService", "ListAccounts", {})
|
|
18
13
|
.n("ChimeClient", "ListAccountsCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_ListAccountsCommand)
|
|
21
|
-
.de(de_ListAccountsCommand)
|
|
14
|
+
.sc(ListAccounts)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_ListBotsCommand, se_ListBotsCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { ListBots } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class ListBotsCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("UCBuzzConsoleService", "ListBots", {})
|
|
18
13
|
.n("ChimeClient", "ListBotsCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_ListBotsCommand)
|
|
21
|
-
.de(de_ListBotsCommand)
|
|
14
|
+
.sc(ListBots)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_ListPhoneNumberOrdersCommand, se_ListPhoneNumberOrdersCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { ListPhoneNumberOrders } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class ListPhoneNumberOrdersCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("UCBuzzConsoleService", "ListPhoneNumberOrders", {})
|
|
18
13
|
.n("ChimeClient", "ListPhoneNumberOrdersCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_ListPhoneNumberOrdersCommand)
|
|
21
|
-
.de(de_ListPhoneNumberOrdersCommand)
|
|
14
|
+
.sc(ListPhoneNumberOrders)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_ListPhoneNumbersCommand, se_ListPhoneNumbersCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { ListPhoneNumbers } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class ListPhoneNumbersCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("UCBuzzConsoleService", "ListPhoneNumbers", {})
|
|
18
13
|
.n("ChimeClient", "ListPhoneNumbersCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_ListPhoneNumbersCommand)
|
|
21
|
-
.de(de_ListPhoneNumbersCommand)
|
|
14
|
+
.sc(ListPhoneNumbers)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_ListRoomMembershipsCommand, se_ListRoomMembershipsCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { ListRoomMemberships } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class ListRoomMembershipsCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("UCBuzzConsoleService", "ListRoomMemberships", {})
|
|
18
13
|
.n("ChimeClient", "ListRoomMembershipsCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_ListRoomMembershipsCommand)
|
|
21
|
-
.de(de_ListRoomMembershipsCommand)
|
|
14
|
+
.sc(ListRoomMemberships)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_ListRoomsCommand, se_ListRoomsCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { ListRooms } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class ListRoomsCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("UCBuzzConsoleService", "ListRooms", {})
|
|
18
13
|
.n("ChimeClient", "ListRoomsCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_ListRoomsCommand)
|
|
21
|
-
.de(de_ListRoomsCommand)
|
|
14
|
+
.sc(ListRooms)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListSupportedPhoneNumberCountries } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListSupportedPhoneNumberCountriesCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("UCBuzzConsoleService", "ListSupportedPhoneNumberCountries", {})
|
|
17
13
|
.n("ChimeClient", "ListSupportedPhoneNumberCountriesCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListSupportedPhoneNumberCountriesCommand)
|
|
20
|
-
.de(de_ListSupportedPhoneNumberCountriesCommand)
|
|
14
|
+
.sc(ListSupportedPhoneNumberCountries)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_ListUsersCommand, se_ListUsersCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { ListUsers } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class ListUsersCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("UCBuzzConsoleService", "ListUsers", {})
|
|
18
13
|
.n("ChimeClient", "ListUsersCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_ListUsersCommand)
|
|
21
|
-
.de(de_ListUsersCommand)
|
|
14
|
+
.sc(ListUsers)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { LogoutUser } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class LogoutUserCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("UCBuzzConsoleService", "LogoutUser", {})
|
|
17
13
|
.n("ChimeClient", "LogoutUserCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_LogoutUserCommand)
|
|
20
|
-
.de(de_LogoutUserCommand)
|
|
14
|
+
.sc(LogoutUser)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_PutEventsConfigurationCommand, se_PutEventsConfigurationCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { PutEventsConfiguration } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class PutEventsConfigurationCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("UCBuzzConsoleService", "PutEventsConfiguration", {})
|
|
18
13
|
.n("ChimeClient", "PutEventsConfigurationCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_PutEventsConfigurationCommand)
|
|
21
|
-
.de(de_PutEventsConfigurationCommand)
|
|
14
|
+
.sc(PutEventsConfiguration)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|