@aws-sdk/client-chime 3.927.0 → 3.929.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 +5 -6
- 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
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
4
|
const core_1 = require("@aws-sdk/core");
|
|
5
|
+
const protocols_1 = require("@aws-sdk/core/protocols");
|
|
5
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
6
7
|
const url_parser_1 = require("@smithy/url-parser");
|
|
7
8
|
const util_base64_1 = require("@smithy/util-base64");
|
|
@@ -25,6 +26,7 @@ const getRuntimeConfig = (config) => {
|
|
|
25
26
|
},
|
|
26
27
|
],
|
|
27
28
|
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
|
29
|
+
protocol: config?.protocol ?? new protocols_1.AwsRestJsonProtocol({ defaultNamespace: "com.amazonaws.chime" }),
|
|
28
30
|
serviceId: config?.serviceId ?? "Chime",
|
|
29
31
|
urlParser: config?.urlParser ?? url_parser_1.parseUrl,
|
|
30
32
|
utf8Decoder: config?.utf8Decoder ?? util_utf8_1.fromUtf8,
|
package/dist-es/ChimeClient.js
CHANGED
|
@@ -4,6 +4,7 @@ import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detec
|
|
|
4
4
|
import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware-user-agent";
|
|
5
5
|
import { resolveRegionConfig } from "@smithy/config-resolver";
|
|
6
6
|
import { DefaultIdentityProviderConfig, getHttpAuthSchemeEndpointRuleSetPlugin, getHttpSigningPlugin, } from "@smithy/core";
|
|
7
|
+
import { getSchemaSerdePlugin } from "@smithy/core/schema";
|
|
7
8
|
import { getContentLengthPlugin } from "@smithy/middleware-content-length";
|
|
8
9
|
import { resolveEndpointConfig } from "@smithy/middleware-endpoint";
|
|
9
10
|
import { getRetryPlugin, resolveRetryConfig } from "@smithy/middleware-retry";
|
|
@@ -28,6 +29,7 @@ export class ChimeClient extends __Client {
|
|
|
28
29
|
const _config_7 = resolveHttpAuthSchemeConfig(_config_6);
|
|
29
30
|
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
|
30
31
|
this.config = _config_8;
|
|
32
|
+
this.middlewareStack.use(getSchemaSerdePlugin(this.config));
|
|
31
33
|
this.middlewareStack.use(getUserAgentPlugin(this.config));
|
|
32
34
|
this.middlewareStack.use(getRetryPlugin(this.config));
|
|
33
35
|
this.middlewareStack.use(getContentLengthPlugin(this.config));
|
|
@@ -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_AssociatePhoneNumberWithUserCommand, se_AssociatePhoneNumberWithUserCommand, } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { AssociatePhoneNumberWithUser } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class AssociatePhoneNumberWithUserCommand 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", "AssociatePhoneNumberWithUser", {})
|
|
18
13
|
.n("ChimeClient", "AssociatePhoneNumberWithUserCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_AssociatePhoneNumberWithUserCommand)
|
|
21
|
-
.de(de_AssociatePhoneNumberWithUserCommand)
|
|
14
|
+
.sc(AssociatePhoneNumberWithUser)
|
|
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 { AssociateSigninDelegateGroupsWithAccount } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class AssociateSigninDelegateGroupsWithAccountCommand 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", "AssociateSigninDelegateGroupsWithAccount", {})
|
|
17
13
|
.n("ChimeClient", "AssociateSigninDelegateGroupsWithAccountCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_AssociateSigninDelegateGroupsWithAccountCommand)
|
|
20
|
-
.de(de_AssociateSigninDelegateGroupsWithAccountCommand)
|
|
14
|
+
.sc(AssociateSigninDelegateGroupsWithAccount)
|
|
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 { BatchCreateRoomMembership } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class BatchCreateRoomMembershipCommand 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", "BatchCreateRoomMembership", {})
|
|
17
13
|
.n("ChimeClient", "BatchCreateRoomMembershipCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_BatchCreateRoomMembershipCommand)
|
|
20
|
-
.de(de_BatchCreateRoomMembershipCommand)
|
|
14
|
+
.sc(BatchCreateRoomMembership)
|
|
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 { BatchDeletePhoneNumber } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class BatchDeletePhoneNumberCommand 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", "BatchDeletePhoneNumber", {})
|
|
17
13
|
.n("ChimeClient", "BatchDeletePhoneNumberCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_BatchDeletePhoneNumberCommand)
|
|
20
|
-
.de(de_BatchDeletePhoneNumberCommand)
|
|
14
|
+
.sc(BatchDeletePhoneNumber)
|
|
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 { BatchSuspendUser } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class BatchSuspendUserCommand 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", "BatchSuspendUser", {})
|
|
17
13
|
.n("ChimeClient", "BatchSuspendUserCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_BatchSuspendUserCommand)
|
|
20
|
-
.de(de_BatchSuspendUserCommand)
|
|
14
|
+
.sc(BatchSuspendUser)
|
|
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 { BatchUnsuspendUser } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class BatchUnsuspendUserCommand 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", "BatchUnsuspendUser", {})
|
|
17
13
|
.n("ChimeClient", "BatchUnsuspendUserCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_BatchUnsuspendUserCommand)
|
|
20
|
-
.de(de_BatchUnsuspendUserCommand)
|
|
14
|
+
.sc(BatchUnsuspendUser)
|
|
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_BatchUpdatePhoneNumberCommand, se_BatchUpdatePhoneNumberCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { BatchUpdatePhoneNumber } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class BatchUpdatePhoneNumberCommand 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", "BatchUpdatePhoneNumber", {})
|
|
18
13
|
.n("ChimeClient", "BatchUpdatePhoneNumberCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_BatchUpdatePhoneNumberCommand)
|
|
21
|
-
.de(de_BatchUpdatePhoneNumberCommand)
|
|
14
|
+
.sc(BatchUpdatePhoneNumber)
|
|
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_BatchUpdateUserCommand, se_BatchUpdateUserCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { BatchUpdateUser } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class BatchUpdateUserCommand 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", "BatchUpdateUser", {})
|
|
18
13
|
.n("ChimeClient", "BatchUpdateUserCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_BatchUpdateUserCommand)
|
|
21
|
-
.de(de_BatchUpdateUserCommand)
|
|
14
|
+
.sc(BatchUpdateUser)
|
|
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 { CreateAccount } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class CreateAccountCommand 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", "CreateAccount", {})
|
|
17
13
|
.n("ChimeClient", "CreateAccountCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_CreateAccountCommand)
|
|
20
|
-
.de(de_CreateAccountCommand)
|
|
14
|
+
.sc(CreateAccount)
|
|
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_CreateBotCommand, se_CreateBotCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { CreateBot } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class CreateBotCommand 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", "CreateBot", {})
|
|
18
13
|
.n("ChimeClient", "CreateBotCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_CreateBotCommand)
|
|
21
|
-
.de(de_CreateBotCommand)
|
|
14
|
+
.sc(CreateBot)
|
|
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_CreateMeetingDialOutCommand, se_CreateMeetingDialOutCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { CreateMeetingDialOut } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class CreateMeetingDialOutCommand 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", "CreateMeetingDialOut", {})
|
|
18
13
|
.n("ChimeClient", "CreateMeetingDialOutCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_CreateMeetingDialOutCommand)
|
|
21
|
-
.de(de_CreateMeetingDialOutCommand)
|
|
14
|
+
.sc(CreateMeetingDialOut)
|
|
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_CreatePhoneNumberOrderCommand, se_CreatePhoneNumberOrderCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { CreatePhoneNumberOrder } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class CreatePhoneNumberOrderCommand 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", "CreatePhoneNumberOrder", {})
|
|
18
13
|
.n("ChimeClient", "CreatePhoneNumberOrderCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_CreatePhoneNumberOrderCommand)
|
|
21
|
-
.de(de_CreatePhoneNumberOrderCommand)
|
|
14
|
+
.sc(CreatePhoneNumberOrder)
|
|
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_CreateRoomCommand, se_CreateRoomCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { CreateRoom } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class CreateRoomCommand 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", "CreateRoom", {})
|
|
18
13
|
.n("ChimeClient", "CreateRoomCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_CreateRoomCommand)
|
|
21
|
-
.de(de_CreateRoomCommand)
|
|
14
|
+
.sc(CreateRoom)
|
|
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_CreateRoomMembershipCommand, se_CreateRoomMembershipCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { CreateRoomMembership } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class CreateRoomMembershipCommand 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", "CreateRoomMembership", {})
|
|
18
13
|
.n("ChimeClient", "CreateRoomMembershipCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_CreateRoomMembershipCommand)
|
|
21
|
-
.de(de_CreateRoomMembershipCommand)
|
|
14
|
+
.sc(CreateRoomMembership)
|
|
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_CreateUserCommand, se_CreateUserCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { CreateUser } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class CreateUserCommand 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", "CreateUser", {})
|
|
18
13
|
.n("ChimeClient", "CreateUserCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_CreateUserCommand)
|
|
21
|
-
.de(de_CreateUserCommand)
|
|
14
|
+
.sc(CreateUser)
|
|
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 { DeleteAccount } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DeleteAccountCommand 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", "DeleteAccount", {})
|
|
17
13
|
.n("ChimeClient", "DeleteAccountCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DeleteAccountCommand)
|
|
20
|
-
.de(de_DeleteAccountCommand)
|
|
14
|
+
.sc(DeleteAccount)
|
|
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 { DeleteEventsConfiguration } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DeleteEventsConfigurationCommand 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", "DeleteEventsConfiguration", {})
|
|
17
13
|
.n("ChimeClient", "DeleteEventsConfigurationCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DeleteEventsConfigurationCommand)
|
|
20
|
-
.de(de_DeleteEventsConfigurationCommand)
|
|
14
|
+
.sc(DeleteEventsConfiguration)
|
|
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 { DeletePhoneNumber } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DeletePhoneNumberCommand 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", "DeletePhoneNumber", {})
|
|
17
13
|
.n("ChimeClient", "DeletePhoneNumberCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DeletePhoneNumberCommand)
|
|
20
|
-
.de(de_DeletePhoneNumberCommand)
|
|
14
|
+
.sc(DeletePhoneNumber)
|
|
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 { DeleteRoom } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DeleteRoomCommand 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", "DeleteRoom", {})
|
|
17
13
|
.n("ChimeClient", "DeleteRoomCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DeleteRoomCommand)
|
|
20
|
-
.de(de_DeleteRoomCommand)
|
|
14
|
+
.sc(DeleteRoom)
|
|
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 { DeleteRoomMembership } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DeleteRoomMembershipCommand 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", "DeleteRoomMembership", {})
|
|
17
13
|
.n("ChimeClient", "DeleteRoomMembershipCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DeleteRoomMembershipCommand)
|
|
20
|
-
.de(de_DeleteRoomMembershipCommand)
|
|
14
|
+
.sc(DeleteRoomMembership)
|
|
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 { DisassociatePhoneNumberFromUser } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DisassociatePhoneNumberFromUserCommand 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", "DisassociatePhoneNumberFromUser", {})
|
|
17
13
|
.n("ChimeClient", "DisassociatePhoneNumberFromUserCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DisassociatePhoneNumberFromUserCommand)
|
|
20
|
-
.de(de_DisassociatePhoneNumberFromUserCommand)
|
|
14
|
+
.sc(DisassociatePhoneNumberFromUser)
|
|
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 { DisassociateSigninDelegateGroupsFromAccount } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DisassociateSigninDelegateGroupsFromAccountCommand 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", "DisassociateSigninDelegateGroupsFromAccount", {})
|
|
17
13
|
.n("ChimeClient", "DisassociateSigninDelegateGroupsFromAccountCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DisassociateSigninDelegateGroupsFromAccountCommand)
|
|
20
|
-
.de(de_DisassociateSigninDelegateGroupsFromAccountCommand)
|
|
14
|
+
.sc(DisassociateSigninDelegateGroupsFromAccount)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|