@aws-sdk/client-chime-sdk-identity 3.477.0 → 3.481.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/commands/CreateAppInstanceAdminCommand.js +18 -41
- package/dist-cjs/commands/CreateAppInstanceBotCommand.js +18 -41
- package/dist-cjs/commands/CreateAppInstanceCommand.js +18 -41
- package/dist-cjs/commands/CreateAppInstanceUserCommand.js +18 -41
- package/dist-cjs/commands/DeleteAppInstanceAdminCommand.js +18 -41
- package/dist-cjs/commands/DeleteAppInstanceBotCommand.js +18 -41
- package/dist-cjs/commands/DeleteAppInstanceCommand.js +18 -41
- package/dist-cjs/commands/DeleteAppInstanceUserCommand.js +18 -41
- package/dist-cjs/commands/DeregisterAppInstanceUserEndpointCommand.js +18 -41
- package/dist-cjs/commands/DescribeAppInstanceAdminCommand.js +18 -41
- package/dist-cjs/commands/DescribeAppInstanceBotCommand.js +18 -41
- package/dist-cjs/commands/DescribeAppInstanceCommand.js +18 -41
- package/dist-cjs/commands/DescribeAppInstanceUserCommand.js +18 -41
- package/dist-cjs/commands/DescribeAppInstanceUserEndpointCommand.js +18 -41
- package/dist-cjs/commands/GetAppInstanceRetentionSettingsCommand.js +18 -41
- package/dist-cjs/commands/ListAppInstanceAdminsCommand.js +18 -41
- package/dist-cjs/commands/ListAppInstanceBotsCommand.js +18 -41
- package/dist-cjs/commands/ListAppInstanceUserEndpointsCommand.js +18 -41
- package/dist-cjs/commands/ListAppInstanceUsersCommand.js +18 -41
- package/dist-cjs/commands/ListAppInstancesCommand.js +18 -41
- package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-cjs/commands/PutAppInstanceRetentionSettingsCommand.js +18 -41
- package/dist-cjs/commands/PutAppInstanceUserExpirationSettingsCommand.js +18 -41
- package/dist-cjs/commands/RegisterAppInstanceUserEndpointCommand.js +18 -41
- package/dist-cjs/commands/TagResourceCommand.js +18 -41
- package/dist-cjs/commands/UntagResourceCommand.js +18 -41
- package/dist-cjs/commands/UpdateAppInstanceBotCommand.js +18 -41
- package/dist-cjs/commands/UpdateAppInstanceCommand.js +18 -41
- package/dist-cjs/commands/UpdateAppInstanceUserCommand.js +18 -41
- package/dist-cjs/commands/UpdateAppInstanceUserEndpointCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-cjs/pagination/ListAppInstanceAdminsPaginator.js +2 -24
- package/dist-cjs/pagination/ListAppInstanceBotsPaginator.js +2 -24
- package/dist-cjs/pagination/ListAppInstanceUserEndpointsPaginator.js +2 -24
- package/dist-cjs/pagination/ListAppInstanceUsersPaginator.js +2 -24
- package/dist-cjs/pagination/ListAppInstancesPaginator.js +2 -24
- package/dist-es/commands/CreateAppInstanceAdminCommand.js +18 -41
- package/dist-es/commands/CreateAppInstanceBotCommand.js +18 -41
- package/dist-es/commands/CreateAppInstanceCommand.js +18 -41
- package/dist-es/commands/CreateAppInstanceUserCommand.js +18 -41
- package/dist-es/commands/DeleteAppInstanceAdminCommand.js +18 -41
- package/dist-es/commands/DeleteAppInstanceBotCommand.js +18 -41
- package/dist-es/commands/DeleteAppInstanceCommand.js +18 -41
- package/dist-es/commands/DeleteAppInstanceUserCommand.js +18 -41
- package/dist-es/commands/DeregisterAppInstanceUserEndpointCommand.js +18 -41
- package/dist-es/commands/DescribeAppInstanceAdminCommand.js +18 -41
- package/dist-es/commands/DescribeAppInstanceBotCommand.js +18 -41
- package/dist-es/commands/DescribeAppInstanceCommand.js +18 -41
- package/dist-es/commands/DescribeAppInstanceUserCommand.js +18 -41
- package/dist-es/commands/DescribeAppInstanceUserEndpointCommand.js +18 -41
- package/dist-es/commands/GetAppInstanceRetentionSettingsCommand.js +18 -41
- package/dist-es/commands/ListAppInstanceAdminsCommand.js +18 -41
- package/dist-es/commands/ListAppInstanceBotsCommand.js +18 -41
- package/dist-es/commands/ListAppInstanceUserEndpointsCommand.js +18 -41
- package/dist-es/commands/ListAppInstanceUsersCommand.js +18 -41
- package/dist-es/commands/ListAppInstancesCommand.js +18 -41
- package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-es/commands/PutAppInstanceRetentionSettingsCommand.js +18 -41
- package/dist-es/commands/PutAppInstanceUserExpirationSettingsCommand.js +18 -41
- package/dist-es/commands/RegisterAppInstanceUserEndpointCommand.js +18 -41
- package/dist-es/commands/TagResourceCommand.js +18 -41
- package/dist-es/commands/UntagResourceCommand.js +18 -41
- package/dist-es/commands/UpdateAppInstanceBotCommand.js +18 -41
- package/dist-es/commands/UpdateAppInstanceCommand.js +18 -41
- package/dist-es/commands/UpdateAppInstanceUserCommand.js +18 -41
- package/dist-es/commands/UpdateAppInstanceUserEndpointCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-es/pagination/ListAppInstanceAdminsPaginator.js +2 -23
- package/dist-es/pagination/ListAppInstanceBotsPaginator.js +2 -23
- package/dist-es/pagination/ListAppInstanceUserEndpointsPaginator.js +2 -23
- package/dist-es/pagination/ListAppInstanceUsersPaginator.js +2 -23
- package/dist-es/pagination/ListAppInstancesPaginator.js +2 -23
- package/dist-types/commands/CreateAppInstanceAdminCommand.d.ts +6 -21
- package/dist-types/commands/CreateAppInstanceBotCommand.d.ts +6 -21
- package/dist-types/commands/CreateAppInstanceCommand.d.ts +6 -21
- package/dist-types/commands/CreateAppInstanceUserCommand.d.ts +6 -21
- package/dist-types/commands/DeleteAppInstanceAdminCommand.d.ts +6 -21
- package/dist-types/commands/DeleteAppInstanceBotCommand.d.ts +6 -21
- package/dist-types/commands/DeleteAppInstanceCommand.d.ts +6 -21
- package/dist-types/commands/DeleteAppInstanceUserCommand.d.ts +6 -21
- package/dist-types/commands/DeregisterAppInstanceUserEndpointCommand.d.ts +6 -21
- package/dist-types/commands/DescribeAppInstanceAdminCommand.d.ts +6 -21
- package/dist-types/commands/DescribeAppInstanceBotCommand.d.ts +6 -21
- package/dist-types/commands/DescribeAppInstanceCommand.d.ts +6 -21
- package/dist-types/commands/DescribeAppInstanceUserCommand.d.ts +6 -21
- package/dist-types/commands/DescribeAppInstanceUserEndpointCommand.d.ts +6 -21
- package/dist-types/commands/GetAppInstanceRetentionSettingsCommand.d.ts +6 -21
- package/dist-types/commands/ListAppInstanceAdminsCommand.d.ts +6 -21
- package/dist-types/commands/ListAppInstanceBotsCommand.d.ts +6 -21
- package/dist-types/commands/ListAppInstanceUserEndpointsCommand.d.ts +6 -21
- package/dist-types/commands/ListAppInstanceUsersCommand.d.ts +6 -21
- package/dist-types/commands/ListAppInstancesCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
- package/dist-types/commands/PutAppInstanceRetentionSettingsCommand.d.ts +6 -21
- package/dist-types/commands/PutAppInstanceUserExpirationSettingsCommand.d.ts +6 -21
- package/dist-types/commands/RegisterAppInstanceUserEndpointCommand.d.ts +6 -21
- package/dist-types/commands/TagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateAppInstanceBotCommand.d.ts +6 -21
- package/dist-types/commands/UpdateAppInstanceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateAppInstanceUserCommand.d.ts +6 -21
- package/dist-types/commands/UpdateAppInstanceUserEndpointCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/pagination/ListAppInstanceAdminsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAppInstanceBotsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAppInstanceUserEndpointsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAppInstanceUsersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAppInstancesPaginator.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateAppInstanceAdminCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateAppInstanceBotCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateAppInstanceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateAppInstanceUserCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteAppInstanceAdminCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteAppInstanceBotCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteAppInstanceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteAppInstanceUserCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeregisterAppInstanceUserEndpointCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeAppInstanceAdminCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeAppInstanceBotCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeAppInstanceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeAppInstanceUserCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeAppInstanceUserEndpointCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetAppInstanceRetentionSettingsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListAppInstanceAdminsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListAppInstanceBotsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListAppInstanceUserEndpointsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListAppInstanceUsersCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListAppInstancesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PutAppInstanceRetentionSettingsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/PutAppInstanceUserExpirationSettingsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/RegisterAppInstanceUserEndpointCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateAppInstanceBotCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateAppInstanceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateAppInstanceUserCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateAppInstanceUserEndpointCommand.d.ts +12 -24
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/pagination/ListAppInstanceAdminsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListAppInstanceBotsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListAppInstanceUserEndpointsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListAppInstanceUsersPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListAppInstancesPaginator.d.ts +3 -3
- package/package.json +11 -11
|
@@ -5,48 +5,25 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const models_0_1 = require("../models/models_0");
|
|
10
10
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
11
|
-
class UpdateAppInstanceCommand extends smithy_client_1.Command
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
const { logger } = configuration;
|
|
29
|
-
const clientName = "ChimeSDKIdentityClient";
|
|
30
|
-
const commandName = "UpdateAppInstanceCommand";
|
|
31
|
-
const handlerExecutionContext = {
|
|
32
|
-
logger,
|
|
33
|
-
clientName,
|
|
34
|
-
commandName,
|
|
35
|
-
inputFilterSensitiveLog: models_0_1.UpdateAppInstanceRequestFilterSensitiveLog,
|
|
36
|
-
outputFilterSensitiveLog: (_) => _,
|
|
37
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
-
service: "ChimeIdentityService",
|
|
39
|
-
operation: "UpdateAppInstance",
|
|
40
|
-
},
|
|
41
|
-
};
|
|
42
|
-
const { requestHandler } = configuration;
|
|
43
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
44
|
-
}
|
|
45
|
-
serialize(input, context) {
|
|
46
|
-
return (0, Aws_restJson1_1.se_UpdateAppInstanceCommand)(input, context);
|
|
47
|
-
}
|
|
48
|
-
deserialize(output, context) {
|
|
49
|
-
return (0, Aws_restJson1_1.de_UpdateAppInstanceCommand)(output, context);
|
|
50
|
-
}
|
|
11
|
+
class UpdateAppInstanceCommand 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", "UpdateAppInstance", {})
|
|
23
|
+
.n("ChimeSDKIdentityClient", "UpdateAppInstanceCommand")
|
|
24
|
+
.f(models_0_1.UpdateAppInstanceRequestFilterSensitiveLog, void 0)
|
|
25
|
+
.ser(Aws_restJson1_1.se_UpdateAppInstanceCommand)
|
|
26
|
+
.de(Aws_restJson1_1.de_UpdateAppInstanceCommand)
|
|
27
|
+
.build() {
|
|
51
28
|
}
|
|
52
29
|
exports.UpdateAppInstanceCommand = UpdateAppInstanceCommand;
|
|
@@ -5,48 +5,25 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const models_0_1 = require("../models/models_0");
|
|
10
10
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
11
|
-
class UpdateAppInstanceUserCommand extends smithy_client_1.Command
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
const { logger } = configuration;
|
|
29
|
-
const clientName = "ChimeSDKIdentityClient";
|
|
30
|
-
const commandName = "UpdateAppInstanceUserCommand";
|
|
31
|
-
const handlerExecutionContext = {
|
|
32
|
-
logger,
|
|
33
|
-
clientName,
|
|
34
|
-
commandName,
|
|
35
|
-
inputFilterSensitiveLog: models_0_1.UpdateAppInstanceUserRequestFilterSensitiveLog,
|
|
36
|
-
outputFilterSensitiveLog: (_) => _,
|
|
37
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
-
service: "ChimeIdentityService",
|
|
39
|
-
operation: "UpdateAppInstanceUser",
|
|
40
|
-
},
|
|
41
|
-
};
|
|
42
|
-
const { requestHandler } = configuration;
|
|
43
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
44
|
-
}
|
|
45
|
-
serialize(input, context) {
|
|
46
|
-
return (0, Aws_restJson1_1.se_UpdateAppInstanceUserCommand)(input, context);
|
|
47
|
-
}
|
|
48
|
-
deserialize(output, context) {
|
|
49
|
-
return (0, Aws_restJson1_1.de_UpdateAppInstanceUserCommand)(output, context);
|
|
50
|
-
}
|
|
11
|
+
class UpdateAppInstanceUserCommand 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", "UpdateAppInstanceUser", {})
|
|
23
|
+
.n("ChimeSDKIdentityClient", "UpdateAppInstanceUserCommand")
|
|
24
|
+
.f(models_0_1.UpdateAppInstanceUserRequestFilterSensitiveLog, void 0)
|
|
25
|
+
.ser(Aws_restJson1_1.se_UpdateAppInstanceUserCommand)
|
|
26
|
+
.de(Aws_restJson1_1.de_UpdateAppInstanceUserCommand)
|
|
27
|
+
.build() {
|
|
51
28
|
}
|
|
52
29
|
exports.UpdateAppInstanceUserCommand = UpdateAppInstanceUserCommand;
|
|
@@ -5,48 +5,25 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const models_0_1 = require("../models/models_0");
|
|
10
10
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
11
|
-
class UpdateAppInstanceUserEndpointCommand extends smithy_client_1.Command
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
const { logger } = configuration;
|
|
29
|
-
const clientName = "ChimeSDKIdentityClient";
|
|
30
|
-
const commandName = "UpdateAppInstanceUserEndpointCommand";
|
|
31
|
-
const handlerExecutionContext = {
|
|
32
|
-
logger,
|
|
33
|
-
clientName,
|
|
34
|
-
commandName,
|
|
35
|
-
inputFilterSensitiveLog: models_0_1.UpdateAppInstanceUserEndpointRequestFilterSensitiveLog,
|
|
36
|
-
outputFilterSensitiveLog: (_) => _,
|
|
37
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
-
service: "ChimeIdentityService",
|
|
39
|
-
operation: "UpdateAppInstanceUserEndpoint",
|
|
40
|
-
},
|
|
41
|
-
};
|
|
42
|
-
const { requestHandler } = configuration;
|
|
43
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
44
|
-
}
|
|
45
|
-
serialize(input, context) {
|
|
46
|
-
return (0, Aws_restJson1_1.se_UpdateAppInstanceUserEndpointCommand)(input, context);
|
|
47
|
-
}
|
|
48
|
-
deserialize(output, context) {
|
|
49
|
-
return (0, Aws_restJson1_1.de_UpdateAppInstanceUserEndpointCommand)(output, context);
|
|
50
|
-
}
|
|
11
|
+
class UpdateAppInstanceUserEndpointCommand 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", "UpdateAppInstanceUserEndpoint", {})
|
|
23
|
+
.n("ChimeSDKIdentityClient", "UpdateAppInstanceUserEndpointCommand")
|
|
24
|
+
.f(models_0_1.UpdateAppInstanceUserEndpointRequestFilterSensitiveLog, void 0)
|
|
25
|
+
.ser(Aws_restJson1_1.se_UpdateAppInstanceUserEndpointCommand)
|
|
26
|
+
.de(Aws_restJson1_1.de_UpdateAppInstanceUserEndpointCommand)
|
|
27
|
+
.build() {
|
|
51
28
|
}
|
|
52
29
|
exports.UpdateAppInstanceUserEndpointCommand = UpdateAppInstanceUserEndpointCommand;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.resolveClientEndpointParameters = void 0;
|
|
3
|
+
exports.commonParams = exports.resolveClientEndpointParameters = void 0;
|
|
4
4
|
const resolveClientEndpointParameters = (options) => {
|
|
5
5
|
return {
|
|
6
6
|
...options,
|
|
@@ -10,3 +10,9 @@ const resolveClientEndpointParameters = (options) => {
|
|
|
10
10
|
};
|
|
11
11
|
};
|
|
12
12
|
exports.resolveClientEndpointParameters = resolveClientEndpointParameters;
|
|
13
|
+
exports.commonParams = {
|
|
14
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
15
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
16
|
+
Region: { type: "builtInParams", name: "region" },
|
|
17
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
18
|
+
};
|
|
@@ -1,29 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.paginateListAppInstanceAdmins = void 0;
|
|
4
|
+
const core_1 = require("@smithy/core");
|
|
4
5
|
const ChimeSDKIdentityClient_1 = require("../ChimeSDKIdentityClient");
|
|
5
6
|
const ListAppInstanceAdminsCommand_1 = require("../commands/ListAppInstanceAdminsCommand");
|
|
6
|
-
|
|
7
|
-
return await client.send(new ListAppInstanceAdminsCommand_1.ListAppInstanceAdminsCommand(input), ...args);
|
|
8
|
-
};
|
|
9
|
-
async function* paginateListAppInstanceAdmins(config, input, ...additionalArguments) {
|
|
10
|
-
let token = config.startingToken || undefined;
|
|
11
|
-
let hasNext = true;
|
|
12
|
-
let page;
|
|
13
|
-
while (hasNext) {
|
|
14
|
-
input.NextToken = token;
|
|
15
|
-
input["MaxResults"] = config.pageSize;
|
|
16
|
-
if (config.client instanceof ChimeSDKIdentityClient_1.ChimeSDKIdentityClient) {
|
|
17
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
18
|
-
}
|
|
19
|
-
else {
|
|
20
|
-
throw new Error("Invalid client, expected ChimeSDKIdentity | ChimeSDKIdentityClient");
|
|
21
|
-
}
|
|
22
|
-
yield page;
|
|
23
|
-
const prevToken = token;
|
|
24
|
-
token = page.NextToken;
|
|
25
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
26
|
-
}
|
|
27
|
-
return undefined;
|
|
28
|
-
}
|
|
29
|
-
exports.paginateListAppInstanceAdmins = paginateListAppInstanceAdmins;
|
|
7
|
+
exports.paginateListAppInstanceAdmins = (0, core_1.createPaginator)(ChimeSDKIdentityClient_1.ChimeSDKIdentityClient, ListAppInstanceAdminsCommand_1.ListAppInstanceAdminsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -1,29 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.paginateListAppInstanceBots = void 0;
|
|
4
|
+
const core_1 = require("@smithy/core");
|
|
4
5
|
const ChimeSDKIdentityClient_1 = require("../ChimeSDKIdentityClient");
|
|
5
6
|
const ListAppInstanceBotsCommand_1 = require("../commands/ListAppInstanceBotsCommand");
|
|
6
|
-
|
|
7
|
-
return await client.send(new ListAppInstanceBotsCommand_1.ListAppInstanceBotsCommand(input), ...args);
|
|
8
|
-
};
|
|
9
|
-
async function* paginateListAppInstanceBots(config, input, ...additionalArguments) {
|
|
10
|
-
let token = config.startingToken || undefined;
|
|
11
|
-
let hasNext = true;
|
|
12
|
-
let page;
|
|
13
|
-
while (hasNext) {
|
|
14
|
-
input.NextToken = token;
|
|
15
|
-
input["MaxResults"] = config.pageSize;
|
|
16
|
-
if (config.client instanceof ChimeSDKIdentityClient_1.ChimeSDKIdentityClient) {
|
|
17
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
18
|
-
}
|
|
19
|
-
else {
|
|
20
|
-
throw new Error("Invalid client, expected ChimeSDKIdentity | ChimeSDKIdentityClient");
|
|
21
|
-
}
|
|
22
|
-
yield page;
|
|
23
|
-
const prevToken = token;
|
|
24
|
-
token = page.NextToken;
|
|
25
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
26
|
-
}
|
|
27
|
-
return undefined;
|
|
28
|
-
}
|
|
29
|
-
exports.paginateListAppInstanceBots = paginateListAppInstanceBots;
|
|
7
|
+
exports.paginateListAppInstanceBots = (0, core_1.createPaginator)(ChimeSDKIdentityClient_1.ChimeSDKIdentityClient, ListAppInstanceBotsCommand_1.ListAppInstanceBotsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -1,29 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.paginateListAppInstanceUserEndpoints = void 0;
|
|
4
|
+
const core_1 = require("@smithy/core");
|
|
4
5
|
const ChimeSDKIdentityClient_1 = require("../ChimeSDKIdentityClient");
|
|
5
6
|
const ListAppInstanceUserEndpointsCommand_1 = require("../commands/ListAppInstanceUserEndpointsCommand");
|
|
6
|
-
|
|
7
|
-
return await client.send(new ListAppInstanceUserEndpointsCommand_1.ListAppInstanceUserEndpointsCommand(input), ...args);
|
|
8
|
-
};
|
|
9
|
-
async function* paginateListAppInstanceUserEndpoints(config, input, ...additionalArguments) {
|
|
10
|
-
let token = config.startingToken || undefined;
|
|
11
|
-
let hasNext = true;
|
|
12
|
-
let page;
|
|
13
|
-
while (hasNext) {
|
|
14
|
-
input.NextToken = token;
|
|
15
|
-
input["MaxResults"] = config.pageSize;
|
|
16
|
-
if (config.client instanceof ChimeSDKIdentityClient_1.ChimeSDKIdentityClient) {
|
|
17
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
18
|
-
}
|
|
19
|
-
else {
|
|
20
|
-
throw new Error("Invalid client, expected ChimeSDKIdentity | ChimeSDKIdentityClient");
|
|
21
|
-
}
|
|
22
|
-
yield page;
|
|
23
|
-
const prevToken = token;
|
|
24
|
-
token = page.NextToken;
|
|
25
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
26
|
-
}
|
|
27
|
-
return undefined;
|
|
28
|
-
}
|
|
29
|
-
exports.paginateListAppInstanceUserEndpoints = paginateListAppInstanceUserEndpoints;
|
|
7
|
+
exports.paginateListAppInstanceUserEndpoints = (0, core_1.createPaginator)(ChimeSDKIdentityClient_1.ChimeSDKIdentityClient, ListAppInstanceUserEndpointsCommand_1.ListAppInstanceUserEndpointsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -1,29 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.paginateListAppInstanceUsers = void 0;
|
|
4
|
+
const core_1 = require("@smithy/core");
|
|
4
5
|
const ChimeSDKIdentityClient_1 = require("../ChimeSDKIdentityClient");
|
|
5
6
|
const ListAppInstanceUsersCommand_1 = require("../commands/ListAppInstanceUsersCommand");
|
|
6
|
-
|
|
7
|
-
return await client.send(new ListAppInstanceUsersCommand_1.ListAppInstanceUsersCommand(input), ...args);
|
|
8
|
-
};
|
|
9
|
-
async function* paginateListAppInstanceUsers(config, input, ...additionalArguments) {
|
|
10
|
-
let token = config.startingToken || undefined;
|
|
11
|
-
let hasNext = true;
|
|
12
|
-
let page;
|
|
13
|
-
while (hasNext) {
|
|
14
|
-
input.NextToken = token;
|
|
15
|
-
input["MaxResults"] = config.pageSize;
|
|
16
|
-
if (config.client instanceof ChimeSDKIdentityClient_1.ChimeSDKIdentityClient) {
|
|
17
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
18
|
-
}
|
|
19
|
-
else {
|
|
20
|
-
throw new Error("Invalid client, expected ChimeSDKIdentity | ChimeSDKIdentityClient");
|
|
21
|
-
}
|
|
22
|
-
yield page;
|
|
23
|
-
const prevToken = token;
|
|
24
|
-
token = page.NextToken;
|
|
25
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
26
|
-
}
|
|
27
|
-
return undefined;
|
|
28
|
-
}
|
|
29
|
-
exports.paginateListAppInstanceUsers = paginateListAppInstanceUsers;
|
|
7
|
+
exports.paginateListAppInstanceUsers = (0, core_1.createPaginator)(ChimeSDKIdentityClient_1.ChimeSDKIdentityClient, ListAppInstanceUsersCommand_1.ListAppInstanceUsersCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -1,29 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.paginateListAppInstances = void 0;
|
|
4
|
+
const core_1 = require("@smithy/core");
|
|
4
5
|
const ChimeSDKIdentityClient_1 = require("../ChimeSDKIdentityClient");
|
|
5
6
|
const ListAppInstancesCommand_1 = require("../commands/ListAppInstancesCommand");
|
|
6
|
-
|
|
7
|
-
return await client.send(new ListAppInstancesCommand_1.ListAppInstancesCommand(input), ...args);
|
|
8
|
-
};
|
|
9
|
-
async function* paginateListAppInstances(config, input, ...additionalArguments) {
|
|
10
|
-
let token = config.startingToken || undefined;
|
|
11
|
-
let hasNext = true;
|
|
12
|
-
let page;
|
|
13
|
-
while (hasNext) {
|
|
14
|
-
input.NextToken = token;
|
|
15
|
-
input["MaxResults"] = config.pageSize;
|
|
16
|
-
if (config.client instanceof ChimeSDKIdentityClient_1.ChimeSDKIdentityClient) {
|
|
17
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
18
|
-
}
|
|
19
|
-
else {
|
|
20
|
-
throw new Error("Invalid client, expected ChimeSDKIdentity | ChimeSDKIdentityClient");
|
|
21
|
-
}
|
|
22
|
-
yield page;
|
|
23
|
-
const prevToken = token;
|
|
24
|
-
token = page.NextToken;
|
|
25
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
26
|
-
}
|
|
27
|
-
return undefined;
|
|
28
|
-
}
|
|
29
|
-
exports.paginateListAppInstances = paginateListAppInstances;
|
|
7
|
+
exports.paginateListAppInstances = (0, core_1.createPaginator)(ChimeSDKIdentityClient_1.ChimeSDKIdentityClient, ListAppInstancesCommand_1.ListAppInstancesCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -1,48 +1,25 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { CreateAppInstanceAdminResponseFilterSensitiveLog, } from "../models/models_0";
|
|
6
6
|
import { de_CreateAppInstanceAdminCommand, se_CreateAppInstanceAdminCommand } from "../protocols/Aws_restJson1";
|
|
7
7
|
export { $Command };
|
|
8
|
-
export class CreateAppInstanceAdminCommand extends $Command
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
const { logger } = configuration;
|
|
26
|
-
const clientName = "ChimeSDKIdentityClient";
|
|
27
|
-
const commandName = "CreateAppInstanceAdminCommand";
|
|
28
|
-
const handlerExecutionContext = {
|
|
29
|
-
logger,
|
|
30
|
-
clientName,
|
|
31
|
-
commandName,
|
|
32
|
-
inputFilterSensitiveLog: (_) => _,
|
|
33
|
-
outputFilterSensitiveLog: CreateAppInstanceAdminResponseFilterSensitiveLog,
|
|
34
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
-
service: "ChimeIdentityService",
|
|
36
|
-
operation: "CreateAppInstanceAdmin",
|
|
37
|
-
},
|
|
38
|
-
};
|
|
39
|
-
const { requestHandler } = configuration;
|
|
40
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
41
|
-
}
|
|
42
|
-
serialize(input, context) {
|
|
43
|
-
return se_CreateAppInstanceAdminCommand(input, context);
|
|
44
|
-
}
|
|
45
|
-
deserialize(output, context) {
|
|
46
|
-
return de_CreateAppInstanceAdminCommand(output, context);
|
|
47
|
-
}
|
|
8
|
+
export class CreateAppInstanceAdminCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep({
|
|
11
|
+
...commonParams,
|
|
12
|
+
})
|
|
13
|
+
.m(function (Command, cs, config, o) {
|
|
14
|
+
return [
|
|
15
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
+
];
|
|
18
|
+
})
|
|
19
|
+
.s("ChimeIdentityService", "CreateAppInstanceAdmin", {})
|
|
20
|
+
.n("ChimeSDKIdentityClient", "CreateAppInstanceAdminCommand")
|
|
21
|
+
.f(void 0, CreateAppInstanceAdminResponseFilterSensitiveLog)
|
|
22
|
+
.ser(se_CreateAppInstanceAdminCommand)
|
|
23
|
+
.de(de_CreateAppInstanceAdminCommand)
|
|
24
|
+
.build() {
|
|
48
25
|
}
|
|
@@ -1,48 +1,25 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { CreateAppInstanceBotRequestFilterSensitiveLog, } from "../models/models_0";
|
|
6
6
|
import { de_CreateAppInstanceBotCommand, se_CreateAppInstanceBotCommand } from "../protocols/Aws_restJson1";
|
|
7
7
|
export { $Command };
|
|
8
|
-
export class CreateAppInstanceBotCommand extends $Command
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
const { logger } = configuration;
|
|
26
|
-
const clientName = "ChimeSDKIdentityClient";
|
|
27
|
-
const commandName = "CreateAppInstanceBotCommand";
|
|
28
|
-
const handlerExecutionContext = {
|
|
29
|
-
logger,
|
|
30
|
-
clientName,
|
|
31
|
-
commandName,
|
|
32
|
-
inputFilterSensitiveLog: CreateAppInstanceBotRequestFilterSensitiveLog,
|
|
33
|
-
outputFilterSensitiveLog: (_) => _,
|
|
34
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
-
service: "ChimeIdentityService",
|
|
36
|
-
operation: "CreateAppInstanceBot",
|
|
37
|
-
},
|
|
38
|
-
};
|
|
39
|
-
const { requestHandler } = configuration;
|
|
40
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
41
|
-
}
|
|
42
|
-
serialize(input, context) {
|
|
43
|
-
return se_CreateAppInstanceBotCommand(input, context);
|
|
44
|
-
}
|
|
45
|
-
deserialize(output, context) {
|
|
46
|
-
return de_CreateAppInstanceBotCommand(output, context);
|
|
47
|
-
}
|
|
8
|
+
export class CreateAppInstanceBotCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep({
|
|
11
|
+
...commonParams,
|
|
12
|
+
})
|
|
13
|
+
.m(function (Command, cs, config, o) {
|
|
14
|
+
return [
|
|
15
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
+
];
|
|
18
|
+
})
|
|
19
|
+
.s("ChimeIdentityService", "CreateAppInstanceBot", {})
|
|
20
|
+
.n("ChimeSDKIdentityClient", "CreateAppInstanceBotCommand")
|
|
21
|
+
.f(CreateAppInstanceBotRequestFilterSensitiveLog, void 0)
|
|
22
|
+
.ser(se_CreateAppInstanceBotCommand)
|
|
23
|
+
.de(de_CreateAppInstanceBotCommand)
|
|
24
|
+
.build() {
|
|
48
25
|
}
|
|
@@ -1,48 +1,25 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { CreateAppInstanceRequestFilterSensitiveLog, } from "../models/models_0";
|
|
6
6
|
import { de_CreateAppInstanceCommand, se_CreateAppInstanceCommand } from "../protocols/Aws_restJson1";
|
|
7
7
|
export { $Command };
|
|
8
|
-
export class CreateAppInstanceCommand extends $Command
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
const { logger } = configuration;
|
|
26
|
-
const clientName = "ChimeSDKIdentityClient";
|
|
27
|
-
const commandName = "CreateAppInstanceCommand";
|
|
28
|
-
const handlerExecutionContext = {
|
|
29
|
-
logger,
|
|
30
|
-
clientName,
|
|
31
|
-
commandName,
|
|
32
|
-
inputFilterSensitiveLog: CreateAppInstanceRequestFilterSensitiveLog,
|
|
33
|
-
outputFilterSensitiveLog: (_) => _,
|
|
34
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
-
service: "ChimeIdentityService",
|
|
36
|
-
operation: "CreateAppInstance",
|
|
37
|
-
},
|
|
38
|
-
};
|
|
39
|
-
const { requestHandler } = configuration;
|
|
40
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
41
|
-
}
|
|
42
|
-
serialize(input, context) {
|
|
43
|
-
return se_CreateAppInstanceCommand(input, context);
|
|
44
|
-
}
|
|
45
|
-
deserialize(output, context) {
|
|
46
|
-
return de_CreateAppInstanceCommand(output, context);
|
|
47
|
-
}
|
|
8
|
+
export class CreateAppInstanceCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep({
|
|
11
|
+
...commonParams,
|
|
12
|
+
})
|
|
13
|
+
.m(function (Command, cs, config, o) {
|
|
14
|
+
return [
|
|
15
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
+
];
|
|
18
|
+
})
|
|
19
|
+
.s("ChimeIdentityService", "CreateAppInstance", {})
|
|
20
|
+
.n("ChimeSDKIdentityClient", "CreateAppInstanceCommand")
|
|
21
|
+
.f(CreateAppInstanceRequestFilterSensitiveLog, void 0)
|
|
22
|
+
.ser(se_CreateAppInstanceCommand)
|
|
23
|
+
.de(de_CreateAppInstanceCommand)
|
|
24
|
+
.build() {
|
|
48
25
|
}
|