@aws-sdk/client-chime-sdk-identity 3.489.0 → 3.495.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/ChimeSDKIdentity.js +1 -71
- package/dist-cjs/ChimeSDKIdentityClient.js +1 -43
- package/dist-cjs/commands/CreateAppInstanceAdminCommand.js +1 -29
- package/dist-cjs/commands/CreateAppInstanceBotCommand.js +1 -29
- package/dist-cjs/commands/CreateAppInstanceCommand.js +1 -29
- package/dist-cjs/commands/CreateAppInstanceUserCommand.js +1 -29
- package/dist-cjs/commands/DeleteAppInstanceAdminCommand.js +1 -28
- package/dist-cjs/commands/DeleteAppInstanceBotCommand.js +1 -28
- package/dist-cjs/commands/DeleteAppInstanceCommand.js +1 -28
- package/dist-cjs/commands/DeleteAppInstanceUserCommand.js +1 -28
- package/dist-cjs/commands/DeregisterAppInstanceUserEndpointCommand.js +1 -28
- package/dist-cjs/commands/DescribeAppInstanceAdminCommand.js +1 -29
- package/dist-cjs/commands/DescribeAppInstanceBotCommand.js +1 -29
- package/dist-cjs/commands/DescribeAppInstanceCommand.js +1 -29
- package/dist-cjs/commands/DescribeAppInstanceUserCommand.js +1 -29
- package/dist-cjs/commands/DescribeAppInstanceUserEndpointCommand.js +1 -29
- package/dist-cjs/commands/GetAppInstanceRetentionSettingsCommand.js +1 -28
- package/dist-cjs/commands/ListAppInstanceAdminsCommand.js +1 -29
- package/dist-cjs/commands/ListAppInstanceBotsCommand.js +1 -29
- package/dist-cjs/commands/ListAppInstanceUserEndpointsCommand.js +1 -29
- package/dist-cjs/commands/ListAppInstanceUsersCommand.js +1 -29
- package/dist-cjs/commands/ListAppInstancesCommand.js +1 -29
- package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -29
- package/dist-cjs/commands/PutAppInstanceRetentionSettingsCommand.js +1 -28
- package/dist-cjs/commands/PutAppInstanceUserExpirationSettingsCommand.js +1 -28
- package/dist-cjs/commands/RegisterAppInstanceUserEndpointCommand.js +1 -29
- package/dist-cjs/commands/TagResourceCommand.js +1 -29
- package/dist-cjs/commands/UntagResourceCommand.js +1 -29
- package/dist-cjs/commands/UpdateAppInstanceBotCommand.js +1 -29
- package/dist-cjs/commands/UpdateAppInstanceCommand.js +1 -29
- package/dist-cjs/commands/UpdateAppInstanceUserCommand.js +1 -29
- package/dist-cjs/commands/UpdateAppInstanceUserEndpointCommand.js +1 -29
- package/dist-cjs/commands/index.js +1 -33
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +3484 -11
- package/dist-cjs/models/ChimeSDKIdentityServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -428
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/ListAppInstanceAdminsPaginator.js +1 -7
- package/dist-cjs/pagination/ListAppInstanceBotsPaginator.js +1 -7
- package/dist-cjs/pagination/ListAppInstanceUserEndpointsPaginator.js +1 -7
- package/dist-cjs/pagination/ListAppInstanceUsersPaginator.js +1 -7
- package/dist-cjs/pagination/ListAppInstancesPaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -9
- package/dist-cjs/protocols/Aws_restJson1.js +1 -2205
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/package.json +40 -40
|
@@ -1,71 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ChimeSDKIdentity = void 0;
|
|
4
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
|
-
const ChimeSDKIdentityClient_1 = require("./ChimeSDKIdentityClient");
|
|
6
|
-
const CreateAppInstanceAdminCommand_1 = require("./commands/CreateAppInstanceAdminCommand");
|
|
7
|
-
const CreateAppInstanceBotCommand_1 = require("./commands/CreateAppInstanceBotCommand");
|
|
8
|
-
const CreateAppInstanceCommand_1 = require("./commands/CreateAppInstanceCommand");
|
|
9
|
-
const CreateAppInstanceUserCommand_1 = require("./commands/CreateAppInstanceUserCommand");
|
|
10
|
-
const DeleteAppInstanceAdminCommand_1 = require("./commands/DeleteAppInstanceAdminCommand");
|
|
11
|
-
const DeleteAppInstanceBotCommand_1 = require("./commands/DeleteAppInstanceBotCommand");
|
|
12
|
-
const DeleteAppInstanceCommand_1 = require("./commands/DeleteAppInstanceCommand");
|
|
13
|
-
const DeleteAppInstanceUserCommand_1 = require("./commands/DeleteAppInstanceUserCommand");
|
|
14
|
-
const DeregisterAppInstanceUserEndpointCommand_1 = require("./commands/DeregisterAppInstanceUserEndpointCommand");
|
|
15
|
-
const DescribeAppInstanceAdminCommand_1 = require("./commands/DescribeAppInstanceAdminCommand");
|
|
16
|
-
const DescribeAppInstanceBotCommand_1 = require("./commands/DescribeAppInstanceBotCommand");
|
|
17
|
-
const DescribeAppInstanceCommand_1 = require("./commands/DescribeAppInstanceCommand");
|
|
18
|
-
const DescribeAppInstanceUserCommand_1 = require("./commands/DescribeAppInstanceUserCommand");
|
|
19
|
-
const DescribeAppInstanceUserEndpointCommand_1 = require("./commands/DescribeAppInstanceUserEndpointCommand");
|
|
20
|
-
const GetAppInstanceRetentionSettingsCommand_1 = require("./commands/GetAppInstanceRetentionSettingsCommand");
|
|
21
|
-
const ListAppInstanceAdminsCommand_1 = require("./commands/ListAppInstanceAdminsCommand");
|
|
22
|
-
const ListAppInstanceBotsCommand_1 = require("./commands/ListAppInstanceBotsCommand");
|
|
23
|
-
const ListAppInstancesCommand_1 = require("./commands/ListAppInstancesCommand");
|
|
24
|
-
const ListAppInstanceUserEndpointsCommand_1 = require("./commands/ListAppInstanceUserEndpointsCommand");
|
|
25
|
-
const ListAppInstanceUsersCommand_1 = require("./commands/ListAppInstanceUsersCommand");
|
|
26
|
-
const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
|
|
27
|
-
const PutAppInstanceRetentionSettingsCommand_1 = require("./commands/PutAppInstanceRetentionSettingsCommand");
|
|
28
|
-
const PutAppInstanceUserExpirationSettingsCommand_1 = require("./commands/PutAppInstanceUserExpirationSettingsCommand");
|
|
29
|
-
const RegisterAppInstanceUserEndpointCommand_1 = require("./commands/RegisterAppInstanceUserEndpointCommand");
|
|
30
|
-
const TagResourceCommand_1 = require("./commands/TagResourceCommand");
|
|
31
|
-
const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
|
|
32
|
-
const UpdateAppInstanceBotCommand_1 = require("./commands/UpdateAppInstanceBotCommand");
|
|
33
|
-
const UpdateAppInstanceCommand_1 = require("./commands/UpdateAppInstanceCommand");
|
|
34
|
-
const UpdateAppInstanceUserCommand_1 = require("./commands/UpdateAppInstanceUserCommand");
|
|
35
|
-
const UpdateAppInstanceUserEndpointCommand_1 = require("./commands/UpdateAppInstanceUserEndpointCommand");
|
|
36
|
-
const commands = {
|
|
37
|
-
CreateAppInstanceCommand: CreateAppInstanceCommand_1.CreateAppInstanceCommand,
|
|
38
|
-
CreateAppInstanceAdminCommand: CreateAppInstanceAdminCommand_1.CreateAppInstanceAdminCommand,
|
|
39
|
-
CreateAppInstanceBotCommand: CreateAppInstanceBotCommand_1.CreateAppInstanceBotCommand,
|
|
40
|
-
CreateAppInstanceUserCommand: CreateAppInstanceUserCommand_1.CreateAppInstanceUserCommand,
|
|
41
|
-
DeleteAppInstanceCommand: DeleteAppInstanceCommand_1.DeleteAppInstanceCommand,
|
|
42
|
-
DeleteAppInstanceAdminCommand: DeleteAppInstanceAdminCommand_1.DeleteAppInstanceAdminCommand,
|
|
43
|
-
DeleteAppInstanceBotCommand: DeleteAppInstanceBotCommand_1.DeleteAppInstanceBotCommand,
|
|
44
|
-
DeleteAppInstanceUserCommand: DeleteAppInstanceUserCommand_1.DeleteAppInstanceUserCommand,
|
|
45
|
-
DeregisterAppInstanceUserEndpointCommand: DeregisterAppInstanceUserEndpointCommand_1.DeregisterAppInstanceUserEndpointCommand,
|
|
46
|
-
DescribeAppInstanceCommand: DescribeAppInstanceCommand_1.DescribeAppInstanceCommand,
|
|
47
|
-
DescribeAppInstanceAdminCommand: DescribeAppInstanceAdminCommand_1.DescribeAppInstanceAdminCommand,
|
|
48
|
-
DescribeAppInstanceBotCommand: DescribeAppInstanceBotCommand_1.DescribeAppInstanceBotCommand,
|
|
49
|
-
DescribeAppInstanceUserCommand: DescribeAppInstanceUserCommand_1.DescribeAppInstanceUserCommand,
|
|
50
|
-
DescribeAppInstanceUserEndpointCommand: DescribeAppInstanceUserEndpointCommand_1.DescribeAppInstanceUserEndpointCommand,
|
|
51
|
-
GetAppInstanceRetentionSettingsCommand: GetAppInstanceRetentionSettingsCommand_1.GetAppInstanceRetentionSettingsCommand,
|
|
52
|
-
ListAppInstanceAdminsCommand: ListAppInstanceAdminsCommand_1.ListAppInstanceAdminsCommand,
|
|
53
|
-
ListAppInstanceBotsCommand: ListAppInstanceBotsCommand_1.ListAppInstanceBotsCommand,
|
|
54
|
-
ListAppInstancesCommand: ListAppInstancesCommand_1.ListAppInstancesCommand,
|
|
55
|
-
ListAppInstanceUserEndpointsCommand: ListAppInstanceUserEndpointsCommand_1.ListAppInstanceUserEndpointsCommand,
|
|
56
|
-
ListAppInstanceUsersCommand: ListAppInstanceUsersCommand_1.ListAppInstanceUsersCommand,
|
|
57
|
-
ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
|
|
58
|
-
PutAppInstanceRetentionSettingsCommand: PutAppInstanceRetentionSettingsCommand_1.PutAppInstanceRetentionSettingsCommand,
|
|
59
|
-
PutAppInstanceUserExpirationSettingsCommand: PutAppInstanceUserExpirationSettingsCommand_1.PutAppInstanceUserExpirationSettingsCommand,
|
|
60
|
-
RegisterAppInstanceUserEndpointCommand: RegisterAppInstanceUserEndpointCommand_1.RegisterAppInstanceUserEndpointCommand,
|
|
61
|
-
TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
|
|
62
|
-
UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
|
|
63
|
-
UpdateAppInstanceCommand: UpdateAppInstanceCommand_1.UpdateAppInstanceCommand,
|
|
64
|
-
UpdateAppInstanceBotCommand: UpdateAppInstanceBotCommand_1.UpdateAppInstanceBotCommand,
|
|
65
|
-
UpdateAppInstanceUserCommand: UpdateAppInstanceUserCommand_1.UpdateAppInstanceUserCommand,
|
|
66
|
-
UpdateAppInstanceUserEndpointCommand: UpdateAppInstanceUserEndpointCommand_1.UpdateAppInstanceUserEndpointCommand,
|
|
67
|
-
};
|
|
68
|
-
class ChimeSDKIdentity extends ChimeSDKIdentityClient_1.ChimeSDKIdentityClient {
|
|
69
|
-
}
|
|
70
|
-
exports.ChimeSDKIdentity = ChimeSDKIdentity;
|
|
71
|
-
(0, smithy_client_1.createAggregatedClient)(commands, ChimeSDKIdentity);
|
|
1
|
+
module.exports = require("./index.js");
|
|
@@ -1,43 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ChimeSDKIdentityClient = exports.__Client = void 0;
|
|
4
|
-
const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
|
|
5
|
-
const middleware_logger_1 = require("@aws-sdk/middleware-logger");
|
|
6
|
-
const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
|
|
7
|
-
const middleware_signing_1 = require("@aws-sdk/middleware-signing");
|
|
8
|
-
const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
|
|
9
|
-
const config_resolver_1 = require("@smithy/config-resolver");
|
|
10
|
-
const middleware_content_length_1 = require("@smithy/middleware-content-length");
|
|
11
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
12
|
-
const middleware_retry_1 = require("@smithy/middleware-retry");
|
|
13
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
14
|
-
Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
|
|
15
|
-
const EndpointParameters_1 = require("./endpoint/EndpointParameters");
|
|
16
|
-
const runtimeConfig_1 = require("./runtimeConfig");
|
|
17
|
-
const runtimeExtensions_1 = require("./runtimeExtensions");
|
|
18
|
-
class ChimeSDKIdentityClient extends smithy_client_1.Client {
|
|
19
|
-
constructor(...[configuration]) {
|
|
20
|
-
const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
|
|
21
|
-
const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
|
|
22
|
-
const _config_2 = (0, config_resolver_1.resolveRegionConfig)(_config_1);
|
|
23
|
-
const _config_3 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_2);
|
|
24
|
-
const _config_4 = (0, middleware_retry_1.resolveRetryConfig)(_config_3);
|
|
25
|
-
const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
|
|
26
|
-
const _config_6 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_5);
|
|
27
|
-
const _config_7 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_6);
|
|
28
|
-
const _config_8 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_7, configuration?.extensions || []);
|
|
29
|
-
super(_config_8);
|
|
30
|
-
this.config = _config_8;
|
|
31
|
-
this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
|
|
32
|
-
this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
|
|
33
|
-
this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
|
|
34
|
-
this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
|
|
35
|
-
this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
|
|
36
|
-
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
|
|
37
|
-
this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
|
|
38
|
-
}
|
|
39
|
-
destroy() {
|
|
40
|
-
super.destroy();
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
exports.ChimeSDKIdentityClient = ChimeSDKIdentityClient;
|
|
1
|
+
module.exports = require("./index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateAppInstanceAdminCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const models_0_1 = require("../models/models_0");
|
|
10
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
11
|
-
class CreateAppInstanceAdminCommand extends smithy_client_1.Command
|
|
12
|
-
.classBuilder()
|
|
13
|
-
.ep({
|
|
14
|
-
...EndpointParameters_1.commonParams,
|
|
15
|
-
})
|
|
16
|
-
.m(function (Command, cs, config, o) {
|
|
17
|
-
return [
|
|
18
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
-
];
|
|
21
|
-
})
|
|
22
|
-
.s("ChimeIdentityService", "CreateAppInstanceAdmin", {})
|
|
23
|
-
.n("ChimeSDKIdentityClient", "CreateAppInstanceAdminCommand")
|
|
24
|
-
.f(void 0, models_0_1.CreateAppInstanceAdminResponseFilterSensitiveLog)
|
|
25
|
-
.ser(Aws_restJson1_1.se_CreateAppInstanceAdminCommand)
|
|
26
|
-
.de(Aws_restJson1_1.de_CreateAppInstanceAdminCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.CreateAppInstanceAdminCommand = CreateAppInstanceAdminCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateAppInstanceBotCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const models_0_1 = require("../models/models_0");
|
|
10
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
11
|
-
class CreateAppInstanceBotCommand extends smithy_client_1.Command
|
|
12
|
-
.classBuilder()
|
|
13
|
-
.ep({
|
|
14
|
-
...EndpointParameters_1.commonParams,
|
|
15
|
-
})
|
|
16
|
-
.m(function (Command, cs, config, o) {
|
|
17
|
-
return [
|
|
18
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
-
];
|
|
21
|
-
})
|
|
22
|
-
.s("ChimeIdentityService", "CreateAppInstanceBot", {})
|
|
23
|
-
.n("ChimeSDKIdentityClient", "CreateAppInstanceBotCommand")
|
|
24
|
-
.f(models_0_1.CreateAppInstanceBotRequestFilterSensitiveLog, void 0)
|
|
25
|
-
.ser(Aws_restJson1_1.se_CreateAppInstanceBotCommand)
|
|
26
|
-
.de(Aws_restJson1_1.de_CreateAppInstanceBotCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.CreateAppInstanceBotCommand = CreateAppInstanceBotCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateAppInstanceCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const models_0_1 = require("../models/models_0");
|
|
10
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
11
|
-
class CreateAppInstanceCommand extends smithy_client_1.Command
|
|
12
|
-
.classBuilder()
|
|
13
|
-
.ep({
|
|
14
|
-
...EndpointParameters_1.commonParams,
|
|
15
|
-
})
|
|
16
|
-
.m(function (Command, cs, config, o) {
|
|
17
|
-
return [
|
|
18
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
-
];
|
|
21
|
-
})
|
|
22
|
-
.s("ChimeIdentityService", "CreateAppInstance", {})
|
|
23
|
-
.n("ChimeSDKIdentityClient", "CreateAppInstanceCommand")
|
|
24
|
-
.f(models_0_1.CreateAppInstanceRequestFilterSensitiveLog, void 0)
|
|
25
|
-
.ser(Aws_restJson1_1.se_CreateAppInstanceCommand)
|
|
26
|
-
.de(Aws_restJson1_1.de_CreateAppInstanceCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.CreateAppInstanceCommand = CreateAppInstanceCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateAppInstanceUserCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const models_0_1 = require("../models/models_0");
|
|
10
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
11
|
-
class CreateAppInstanceUserCommand extends smithy_client_1.Command
|
|
12
|
-
.classBuilder()
|
|
13
|
-
.ep({
|
|
14
|
-
...EndpointParameters_1.commonParams,
|
|
15
|
-
})
|
|
16
|
-
.m(function (Command, cs, config, o) {
|
|
17
|
-
return [
|
|
18
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
-
];
|
|
21
|
-
})
|
|
22
|
-
.s("ChimeIdentityService", "CreateAppInstanceUser", {})
|
|
23
|
-
.n("ChimeSDKIdentityClient", "CreateAppInstanceUserCommand")
|
|
24
|
-
.f(models_0_1.CreateAppInstanceUserRequestFilterSensitiveLog, void 0)
|
|
25
|
-
.ser(Aws_restJson1_1.se_CreateAppInstanceUserCommand)
|
|
26
|
-
.de(Aws_restJson1_1.de_CreateAppInstanceUserCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.CreateAppInstanceUserCommand = CreateAppInstanceUserCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteAppInstanceAdminCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class DeleteAppInstanceAdminCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("ChimeIdentityService", "DeleteAppInstanceAdmin", {})
|
|
22
|
-
.n("ChimeSDKIdentityClient", "DeleteAppInstanceAdminCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_DeleteAppInstanceAdminCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_DeleteAppInstanceAdminCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteAppInstanceAdminCommand = DeleteAppInstanceAdminCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteAppInstanceBotCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class DeleteAppInstanceBotCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("ChimeIdentityService", "DeleteAppInstanceBot", {})
|
|
22
|
-
.n("ChimeSDKIdentityClient", "DeleteAppInstanceBotCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_DeleteAppInstanceBotCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_DeleteAppInstanceBotCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteAppInstanceBotCommand = DeleteAppInstanceBotCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteAppInstanceCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class DeleteAppInstanceCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("ChimeIdentityService", "DeleteAppInstance", {})
|
|
22
|
-
.n("ChimeSDKIdentityClient", "DeleteAppInstanceCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_DeleteAppInstanceCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_DeleteAppInstanceCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteAppInstanceCommand = DeleteAppInstanceCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteAppInstanceUserCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class DeleteAppInstanceUserCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("ChimeIdentityService", "DeleteAppInstanceUser", {})
|
|
22
|
-
.n("ChimeSDKIdentityClient", "DeleteAppInstanceUserCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_DeleteAppInstanceUserCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_DeleteAppInstanceUserCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteAppInstanceUserCommand = DeleteAppInstanceUserCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeregisterAppInstanceUserEndpointCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class DeregisterAppInstanceUserEndpointCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("ChimeIdentityService", "DeregisterAppInstanceUserEndpoint", {})
|
|
22
|
-
.n("ChimeSDKIdentityClient", "DeregisterAppInstanceUserEndpointCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_DeregisterAppInstanceUserEndpointCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_DeregisterAppInstanceUserEndpointCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeregisterAppInstanceUserEndpointCommand = DeregisterAppInstanceUserEndpointCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DescribeAppInstanceAdminCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const models_0_1 = require("../models/models_0");
|
|
10
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
11
|
-
class DescribeAppInstanceAdminCommand extends smithy_client_1.Command
|
|
12
|
-
.classBuilder()
|
|
13
|
-
.ep({
|
|
14
|
-
...EndpointParameters_1.commonParams,
|
|
15
|
-
})
|
|
16
|
-
.m(function (Command, cs, config, o) {
|
|
17
|
-
return [
|
|
18
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
-
];
|
|
21
|
-
})
|
|
22
|
-
.s("ChimeIdentityService", "DescribeAppInstanceAdmin", {})
|
|
23
|
-
.n("ChimeSDKIdentityClient", "DescribeAppInstanceAdminCommand")
|
|
24
|
-
.f(void 0, models_0_1.DescribeAppInstanceAdminResponseFilterSensitiveLog)
|
|
25
|
-
.ser(Aws_restJson1_1.se_DescribeAppInstanceAdminCommand)
|
|
26
|
-
.de(Aws_restJson1_1.de_DescribeAppInstanceAdminCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.DescribeAppInstanceAdminCommand = DescribeAppInstanceAdminCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DescribeAppInstanceBotCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const models_0_1 = require("../models/models_0");
|
|
10
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
11
|
-
class DescribeAppInstanceBotCommand extends smithy_client_1.Command
|
|
12
|
-
.classBuilder()
|
|
13
|
-
.ep({
|
|
14
|
-
...EndpointParameters_1.commonParams,
|
|
15
|
-
})
|
|
16
|
-
.m(function (Command, cs, config, o) {
|
|
17
|
-
return [
|
|
18
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
-
];
|
|
21
|
-
})
|
|
22
|
-
.s("ChimeIdentityService", "DescribeAppInstanceBot", {})
|
|
23
|
-
.n("ChimeSDKIdentityClient", "DescribeAppInstanceBotCommand")
|
|
24
|
-
.f(void 0, models_0_1.DescribeAppInstanceBotResponseFilterSensitiveLog)
|
|
25
|
-
.ser(Aws_restJson1_1.se_DescribeAppInstanceBotCommand)
|
|
26
|
-
.de(Aws_restJson1_1.de_DescribeAppInstanceBotCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.DescribeAppInstanceBotCommand = DescribeAppInstanceBotCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DescribeAppInstanceCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const models_0_1 = require("../models/models_0");
|
|
10
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
11
|
-
class DescribeAppInstanceCommand extends smithy_client_1.Command
|
|
12
|
-
.classBuilder()
|
|
13
|
-
.ep({
|
|
14
|
-
...EndpointParameters_1.commonParams,
|
|
15
|
-
})
|
|
16
|
-
.m(function (Command, cs, config, o) {
|
|
17
|
-
return [
|
|
18
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
-
];
|
|
21
|
-
})
|
|
22
|
-
.s("ChimeIdentityService", "DescribeAppInstance", {})
|
|
23
|
-
.n("ChimeSDKIdentityClient", "DescribeAppInstanceCommand")
|
|
24
|
-
.f(void 0, models_0_1.DescribeAppInstanceResponseFilterSensitiveLog)
|
|
25
|
-
.ser(Aws_restJson1_1.se_DescribeAppInstanceCommand)
|
|
26
|
-
.de(Aws_restJson1_1.de_DescribeAppInstanceCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.DescribeAppInstanceCommand = DescribeAppInstanceCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DescribeAppInstanceUserCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const models_0_1 = require("../models/models_0");
|
|
10
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
11
|
-
class DescribeAppInstanceUserCommand extends smithy_client_1.Command
|
|
12
|
-
.classBuilder()
|
|
13
|
-
.ep({
|
|
14
|
-
...EndpointParameters_1.commonParams,
|
|
15
|
-
})
|
|
16
|
-
.m(function (Command, cs, config, o) {
|
|
17
|
-
return [
|
|
18
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
-
];
|
|
21
|
-
})
|
|
22
|
-
.s("ChimeIdentityService", "DescribeAppInstanceUser", {})
|
|
23
|
-
.n("ChimeSDKIdentityClient", "DescribeAppInstanceUserCommand")
|
|
24
|
-
.f(void 0, models_0_1.DescribeAppInstanceUserResponseFilterSensitiveLog)
|
|
25
|
-
.ser(Aws_restJson1_1.se_DescribeAppInstanceUserCommand)
|
|
26
|
-
.de(Aws_restJson1_1.de_DescribeAppInstanceUserCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.DescribeAppInstanceUserCommand = DescribeAppInstanceUserCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DescribeAppInstanceUserEndpointCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const models_0_1 = require("../models/models_0");
|
|
10
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
11
|
-
class DescribeAppInstanceUserEndpointCommand extends smithy_client_1.Command
|
|
12
|
-
.classBuilder()
|
|
13
|
-
.ep({
|
|
14
|
-
...EndpointParameters_1.commonParams,
|
|
15
|
-
})
|
|
16
|
-
.m(function (Command, cs, config, o) {
|
|
17
|
-
return [
|
|
18
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
-
];
|
|
21
|
-
})
|
|
22
|
-
.s("ChimeIdentityService", "DescribeAppInstanceUserEndpoint", {})
|
|
23
|
-
.n("ChimeSDKIdentityClient", "DescribeAppInstanceUserEndpointCommand")
|
|
24
|
-
.f(void 0, models_0_1.DescribeAppInstanceUserEndpointResponseFilterSensitiveLog)
|
|
25
|
-
.ser(Aws_restJson1_1.se_DescribeAppInstanceUserEndpointCommand)
|
|
26
|
-
.de(Aws_restJson1_1.de_DescribeAppInstanceUserEndpointCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.DescribeAppInstanceUserEndpointCommand = DescribeAppInstanceUserEndpointCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetAppInstanceRetentionSettingsCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class GetAppInstanceRetentionSettingsCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("ChimeIdentityService", "GetAppInstanceRetentionSettings", {})
|
|
22
|
-
.n("ChimeSDKIdentityClient", "GetAppInstanceRetentionSettingsCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_GetAppInstanceRetentionSettingsCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_GetAppInstanceRetentionSettingsCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.GetAppInstanceRetentionSettingsCommand = GetAppInstanceRetentionSettingsCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListAppInstanceAdminsCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const models_0_1 = require("../models/models_0");
|
|
10
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
11
|
-
class ListAppInstanceAdminsCommand extends smithy_client_1.Command
|
|
12
|
-
.classBuilder()
|
|
13
|
-
.ep({
|
|
14
|
-
...EndpointParameters_1.commonParams,
|
|
15
|
-
})
|
|
16
|
-
.m(function (Command, cs, config, o) {
|
|
17
|
-
return [
|
|
18
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
-
];
|
|
21
|
-
})
|
|
22
|
-
.s("ChimeIdentityService", "ListAppInstanceAdmins", {})
|
|
23
|
-
.n("ChimeSDKIdentityClient", "ListAppInstanceAdminsCommand")
|
|
24
|
-
.f(models_0_1.ListAppInstanceAdminsRequestFilterSensitiveLog, models_0_1.ListAppInstanceAdminsResponseFilterSensitiveLog)
|
|
25
|
-
.ser(Aws_restJson1_1.se_ListAppInstanceAdminsCommand)
|
|
26
|
-
.de(Aws_restJson1_1.de_ListAppInstanceAdminsCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.ListAppInstanceAdminsCommand = ListAppInstanceAdminsCommand;
|
|
1
|
+
module.exports = require("../index.js");
|