@aws-sdk/client-chime-sdk-identity 3.1077.0 → 3.1078.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 +38 -303
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/CreateAppInstanceAdminCommand.js +2 -14
- package/dist-es/commands/CreateAppInstanceBotCommand.js +2 -14
- package/dist-es/commands/CreateAppInstanceCommand.js +2 -14
- package/dist-es/commands/CreateAppInstanceUserCommand.js +2 -14
- package/dist-es/commands/DeleteAppInstanceAdminCommand.js +2 -14
- package/dist-es/commands/DeleteAppInstanceBotCommand.js +2 -14
- package/dist-es/commands/DeleteAppInstanceCommand.js +2 -14
- package/dist-es/commands/DeleteAppInstanceUserCommand.js +2 -14
- package/dist-es/commands/DeregisterAppInstanceUserEndpointCommand.js +2 -14
- package/dist-es/commands/DescribeAppInstanceAdminCommand.js +2 -14
- package/dist-es/commands/DescribeAppInstanceBotCommand.js +2 -14
- package/dist-es/commands/DescribeAppInstanceCommand.js +2 -14
- package/dist-es/commands/DescribeAppInstanceUserCommand.js +2 -14
- package/dist-es/commands/DescribeAppInstanceUserEndpointCommand.js +2 -14
- package/dist-es/commands/GetAppInstanceRetentionSettingsCommand.js +2 -14
- package/dist-es/commands/ListAppInstanceAdminsCommand.js +2 -14
- package/dist-es/commands/ListAppInstanceBotsCommand.js +2 -14
- package/dist-es/commands/ListAppInstanceUserEndpointsCommand.js +2 -14
- package/dist-es/commands/ListAppInstanceUsersCommand.js +2 -14
- package/dist-es/commands/ListAppInstancesCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/PutAppInstanceRetentionSettingsCommand.js +2 -14
- package/dist-es/commands/PutAppInstanceUserExpirationSettingsCommand.js +2 -14
- package/dist-es/commands/RegisterAppInstanceUserEndpointCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateAppInstanceBotCommand.js +2 -14
- package/dist-es/commands/UpdateAppInstanceCommand.js +2 -14
- package/dist-es/commands/UpdateAppInstanceUserCommand.js +2 -14
- package/dist-es/commands/UpdateAppInstanceUserEndpointCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/CreateAppInstanceAdminCommand.d.ts +3 -8
- package/dist-types/commands/CreateAppInstanceBotCommand.d.ts +3 -8
- package/dist-types/commands/CreateAppInstanceCommand.d.ts +3 -8
- package/dist-types/commands/CreateAppInstanceUserCommand.d.ts +3 -8
- package/dist-types/commands/DeleteAppInstanceAdminCommand.d.ts +3 -8
- package/dist-types/commands/DeleteAppInstanceBotCommand.d.ts +3 -8
- package/dist-types/commands/DeleteAppInstanceCommand.d.ts +3 -8
- package/dist-types/commands/DeleteAppInstanceUserCommand.d.ts +3 -8
- package/dist-types/commands/DeregisterAppInstanceUserEndpointCommand.d.ts +3 -8
- package/dist-types/commands/DescribeAppInstanceAdminCommand.d.ts +3 -8
- package/dist-types/commands/DescribeAppInstanceBotCommand.d.ts +3 -8
- package/dist-types/commands/DescribeAppInstanceCommand.d.ts +3 -8
- package/dist-types/commands/DescribeAppInstanceUserCommand.d.ts +3 -8
- package/dist-types/commands/DescribeAppInstanceUserEndpointCommand.d.ts +3 -8
- package/dist-types/commands/GetAppInstanceRetentionSettingsCommand.d.ts +3 -8
- package/dist-types/commands/ListAppInstanceAdminsCommand.d.ts +3 -8
- package/dist-types/commands/ListAppInstanceBotsCommand.d.ts +3 -8
- package/dist-types/commands/ListAppInstanceUserEndpointsCommand.d.ts +3 -8
- package/dist-types/commands/ListAppInstanceUsersCommand.d.ts +3 -8
- package/dist-types/commands/ListAppInstancesCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/PutAppInstanceRetentionSettingsCommand.d.ts +3 -8
- package/dist-types/commands/PutAppInstanceUserExpirationSettingsCommand.d.ts +3 -8
- package/dist-types/commands/RegisterAppInstanceUserEndpointCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateAppInstanceBotCommand.d.ts +3 -8
- package/dist-types/commands/UpdateAppInstanceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateAppInstanceUserCommand.d.ts +3 -8
- package/dist-types/commands/UpdateAppInstanceUserEndpointCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/CreateAppInstanceAdminCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateAppInstanceBotCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateAppInstanceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateAppInstanceUserCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteAppInstanceAdminCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteAppInstanceBotCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteAppInstanceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteAppInstanceUserCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeregisterAppInstanceUserEndpointCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeAppInstanceAdminCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeAppInstanceBotCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeAppInstanceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeAppInstanceUserCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeAppInstanceUserEndpointCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetAppInstanceRetentionSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAppInstanceAdminsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAppInstanceBotsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAppInstanceUserEndpointsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAppInstanceUsersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAppInstancesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutAppInstanceRetentionSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutAppInstanceUserExpirationSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RegisterAppInstanceUserEndpointCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateAppInstanceBotCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateAppInstanceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateAppInstanceUserCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateAppInstanceUserEndpointCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeAppInstance$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeAppInstanceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ChimeIdentityService", "DescribeAppInstance", {})
|
|
13
|
-
.n("ChimeSDKIdentityClient", "DescribeAppInstanceCommand")
|
|
14
|
-
.sc(DescribeAppInstance$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeAppInstanceCommand extends command(_ep0, _mw0, "DescribeAppInstance", DescribeAppInstance$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeAppInstanceUser$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeAppInstanceUserCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ChimeIdentityService", "DescribeAppInstanceUser", {})
|
|
13
|
-
.n("ChimeSDKIdentityClient", "DescribeAppInstanceUserCommand")
|
|
14
|
-
.sc(DescribeAppInstanceUser$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeAppInstanceUserCommand extends command(_ep0, _mw0, "DescribeAppInstanceUser", DescribeAppInstanceUser$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeAppInstanceUserEndpoint$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeAppInstanceUserEndpointCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ChimeIdentityService", "DescribeAppInstanceUserEndpoint", {})
|
|
13
|
-
.n("ChimeSDKIdentityClient", "DescribeAppInstanceUserEndpointCommand")
|
|
14
|
-
.sc(DescribeAppInstanceUserEndpoint$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeAppInstanceUserEndpointCommand extends command(_ep0, _mw0, "DescribeAppInstanceUserEndpoint", DescribeAppInstanceUserEndpoint$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetAppInstanceRetentionSettings$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetAppInstanceRetentionSettingsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ChimeIdentityService", "GetAppInstanceRetentionSettings", {})
|
|
13
|
-
.n("ChimeSDKIdentityClient", "GetAppInstanceRetentionSettingsCommand")
|
|
14
|
-
.sc(GetAppInstanceRetentionSettings$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetAppInstanceRetentionSettingsCommand extends command(_ep0, _mw0, "GetAppInstanceRetentionSettings", GetAppInstanceRetentionSettings$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListAppInstanceAdmins$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListAppInstanceAdminsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ChimeIdentityService", "ListAppInstanceAdmins", {})
|
|
13
|
-
.n("ChimeSDKIdentityClient", "ListAppInstanceAdminsCommand")
|
|
14
|
-
.sc(ListAppInstanceAdmins$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListAppInstanceAdminsCommand extends command(_ep0, _mw0, "ListAppInstanceAdmins", ListAppInstanceAdmins$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListAppInstanceBots$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListAppInstanceBotsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ChimeIdentityService", "ListAppInstanceBots", {})
|
|
13
|
-
.n("ChimeSDKIdentityClient", "ListAppInstanceBotsCommand")
|
|
14
|
-
.sc(ListAppInstanceBots$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListAppInstanceBotsCommand extends command(_ep0, _mw0, "ListAppInstanceBots", ListAppInstanceBots$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListAppInstanceUserEndpoints$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListAppInstanceUserEndpointsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ChimeIdentityService", "ListAppInstanceUserEndpoints", {})
|
|
13
|
-
.n("ChimeSDKIdentityClient", "ListAppInstanceUserEndpointsCommand")
|
|
14
|
-
.sc(ListAppInstanceUserEndpoints$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListAppInstanceUserEndpointsCommand extends command(_ep0, _mw0, "ListAppInstanceUserEndpoints", ListAppInstanceUserEndpoints$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListAppInstanceUsers$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListAppInstanceUsersCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ChimeIdentityService", "ListAppInstanceUsers", {})
|
|
13
|
-
.n("ChimeSDKIdentityClient", "ListAppInstanceUsersCommand")
|
|
14
|
-
.sc(ListAppInstanceUsers$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListAppInstanceUsersCommand extends command(_ep0, _mw0, "ListAppInstanceUsers", ListAppInstanceUsers$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListAppInstances$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListAppInstancesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ChimeIdentityService", "ListAppInstances", {})
|
|
13
|
-
.n("ChimeSDKIdentityClient", "ListAppInstancesCommand")
|
|
14
|
-
.sc(ListAppInstances$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListAppInstancesCommand extends command(_ep0, _mw0, "ListAppInstances", ListAppInstances$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListTagsForResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListTagsForResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ChimeIdentityService", "ListTagsForResource", {})
|
|
13
|
-
.n("ChimeSDKIdentityClient", "ListTagsForResourceCommand")
|
|
14
|
-
.sc(ListTagsForResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { PutAppInstanceRetentionSettings$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class PutAppInstanceRetentionSettingsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ChimeIdentityService", "PutAppInstanceRetentionSettings", {})
|
|
13
|
-
.n("ChimeSDKIdentityClient", "PutAppInstanceRetentionSettingsCommand")
|
|
14
|
-
.sc(PutAppInstanceRetentionSettings$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class PutAppInstanceRetentionSettingsCommand extends command(_ep0, _mw0, "PutAppInstanceRetentionSettings", PutAppInstanceRetentionSettings$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { PutAppInstanceUserExpirationSettings$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class PutAppInstanceUserExpirationSettingsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ChimeIdentityService", "PutAppInstanceUserExpirationSettings", {})
|
|
13
|
-
.n("ChimeSDKIdentityClient", "PutAppInstanceUserExpirationSettingsCommand")
|
|
14
|
-
.sc(PutAppInstanceUserExpirationSettings$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class PutAppInstanceUserExpirationSettingsCommand extends command(_ep0, _mw0, "PutAppInstanceUserExpirationSettings", PutAppInstanceUserExpirationSettings$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { RegisterAppInstanceUserEndpoint$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class RegisterAppInstanceUserEndpointCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ChimeIdentityService", "RegisterAppInstanceUserEndpoint", {})
|
|
13
|
-
.n("ChimeSDKIdentityClient", "RegisterAppInstanceUserEndpointCommand")
|
|
14
|
-
.sc(RegisterAppInstanceUserEndpoint$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class RegisterAppInstanceUserEndpointCommand extends command(_ep0, _mw0, "RegisterAppInstanceUserEndpoint", RegisterAppInstanceUserEndpoint$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { TagResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class TagResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ChimeIdentityService", "TagResource", {})
|
|
13
|
-
.n("ChimeSDKIdentityClient", "TagResourceCommand")
|
|
14
|
-
.sc(TagResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UntagResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UntagResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ChimeIdentityService", "UntagResource", {})
|
|
13
|
-
.n("ChimeSDKIdentityClient", "UntagResourceCommand")
|
|
14
|
-
.sc(UntagResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateAppInstanceBot$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateAppInstanceBotCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ChimeIdentityService", "UpdateAppInstanceBot", {})
|
|
13
|
-
.n("ChimeSDKIdentityClient", "UpdateAppInstanceBotCommand")
|
|
14
|
-
.sc(UpdateAppInstanceBot$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateAppInstanceBotCommand extends command(_ep0, _mw0, "UpdateAppInstanceBot", UpdateAppInstanceBot$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateAppInstance$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateAppInstanceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ChimeIdentityService", "UpdateAppInstance", {})
|
|
13
|
-
.n("ChimeSDKIdentityClient", "UpdateAppInstanceCommand")
|
|
14
|
-
.sc(UpdateAppInstance$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateAppInstanceCommand extends command(_ep0, _mw0, "UpdateAppInstance", UpdateAppInstance$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateAppInstanceUser$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateAppInstanceUserCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ChimeIdentityService", "UpdateAppInstanceUser", {})
|
|
13
|
-
.n("ChimeSDKIdentityClient", "UpdateAppInstanceUserCommand")
|
|
14
|
-
.sc(UpdateAppInstanceUser$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateAppInstanceUserCommand extends command(_ep0, _mw0, "UpdateAppInstanceUser", UpdateAppInstanceUser$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateAppInstanceUserEndpoint$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateAppInstanceUserEndpointCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ChimeIdentityService", "UpdateAppInstanceUserEndpoint", {})
|
|
13
|
-
.n("ChimeSDKIdentityClient", "UpdateAppInstanceUserEndpointCommand")
|
|
14
|
-
.sc(UpdateAppInstanceUserEndpoint$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateAppInstanceUserEndpointCommand extends command(_ep0, _mw0, "UpdateAppInstanceUserEndpoint", UpdateAppInstanceUserEndpoint$) {
|
|
16
4
|
}
|
package/dist-es/index.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export * from "./ChimeSDKIdentityClient";
|
|
2
2
|
export * from "./ChimeSDKIdentity";
|
|
3
3
|
export * from "./commands";
|
|
4
|
+
export { Command as $Command } from "@smithy/core/client";
|
|
4
5
|
export * from "./schemas/schemas_0";
|
|
5
6
|
export * from "./pagination";
|
|
6
7
|
export * from "./models/enums";
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
+
import type { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./ChimeSDKIdentityClient";
|
|
3
|
+
/**
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
6
|
+
export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
|
|
7
|
+
new (input: I): import("@smithy/core/client").CommandImpl<I, O, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
8
|
+
new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
9
|
+
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
10
|
+
};
|
|
11
|
+
/**
|
|
12
|
+
* @internal
|
|
13
|
+
*/
|
|
14
|
+
export declare const _ep0: EndpointParameterInstructions;
|
|
15
|
+
/**
|
|
16
|
+
* @internal
|
|
17
|
+
*/
|
|
18
|
+
export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient";
|
|
4
2
|
import type { CreateAppInstanceAdminRequest, CreateAppInstanceAdminResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateAppInstanceAdminCommandInput extends CreateAppInstanceAdm
|
|
|
22
19
|
export interface CreateAppInstanceAdminCommandOutput extends CreateAppInstanceAdminResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateAppInstanceAdminCommand_base: {
|
|
25
|
-
new (input: CreateAppInstanceAdminCommandInput): import("@smithy/core/client").CommandImpl<CreateAppInstanceAdminCommandInput, CreateAppInstanceAdminCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateAppInstanceAdminCommandInput): import("@smithy/core/client").CommandImpl<CreateAppInstanceAdminCommandInput, CreateAppInstanceAdminCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateAppInstanceAdminCommandInput): import("@smithy/core/client").CommandImpl<CreateAppInstanceAdminCommandInput, CreateAppInstanceAdminCommandOutput, import("..").ChimeSDKIdentityClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateAppInstanceAdminCommandInput): import("@smithy/core/client").CommandImpl<CreateAppInstanceAdminCommandInput, CreateAppInstanceAdminCommandOutput, import("..").ChimeSDKIdentityClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Promotes an <code>AppInstanceUser</code> or <code>AppInstanceBot</code> to an
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient";
|
|
4
2
|
import type { CreateAppInstanceBotRequest, CreateAppInstanceBotResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateAppInstanceBotCommandInput extends CreateAppInstanceBotRe
|
|
|
22
19
|
export interface CreateAppInstanceBotCommandOutput extends CreateAppInstanceBotResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateAppInstanceBotCommand_base: {
|
|
25
|
-
new (input: CreateAppInstanceBotCommandInput): import("@smithy/core/client").CommandImpl<CreateAppInstanceBotCommandInput, CreateAppInstanceBotCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateAppInstanceBotCommandInput): import("@smithy/core/client").CommandImpl<CreateAppInstanceBotCommandInput, CreateAppInstanceBotCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateAppInstanceBotCommandInput): import("@smithy/core/client").CommandImpl<CreateAppInstanceBotCommandInput, CreateAppInstanceBotCommandOutput, import("..").ChimeSDKIdentityClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateAppInstanceBotCommandInput): import("@smithy/core/client").CommandImpl<CreateAppInstanceBotCommandInput, CreateAppInstanceBotCommandOutput, import("..").ChimeSDKIdentityClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a bot under an Amazon Chime <code>AppInstance</code>. The request consists of a
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient";
|
|
4
2
|
import type { CreateAppInstanceRequest, CreateAppInstanceResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateAppInstanceCommandInput extends CreateAppInstanceRequest
|
|
|
22
19
|
export interface CreateAppInstanceCommandOutput extends CreateAppInstanceResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateAppInstanceCommand_base: {
|
|
25
|
-
new (input: CreateAppInstanceCommandInput): import("@smithy/core/client").CommandImpl<CreateAppInstanceCommandInput, CreateAppInstanceCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateAppInstanceCommandInput): import("@smithy/core/client").CommandImpl<CreateAppInstanceCommandInput, CreateAppInstanceCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateAppInstanceCommandInput): import("@smithy/core/client").CommandImpl<CreateAppInstanceCommandInput, CreateAppInstanceCommandOutput, import("..").ChimeSDKIdentityClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateAppInstanceCommandInput): import("@smithy/core/client").CommandImpl<CreateAppInstanceCommandInput, CreateAppInstanceCommandOutput, import("..").ChimeSDKIdentityClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates an Amazon Chime SDK messaging <code>AppInstance</code> under an AWS account.
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient";
|
|
4
2
|
import type { CreateAppInstanceUserRequest, CreateAppInstanceUserResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateAppInstanceUserCommandInput extends CreateAppInstanceUser
|
|
|
22
19
|
export interface CreateAppInstanceUserCommandOutput extends CreateAppInstanceUserResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateAppInstanceUserCommand_base: {
|
|
25
|
-
new (input: CreateAppInstanceUserCommandInput): import("@smithy/core/client").CommandImpl<CreateAppInstanceUserCommandInput, CreateAppInstanceUserCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateAppInstanceUserCommandInput): import("@smithy/core/client").CommandImpl<CreateAppInstanceUserCommandInput, CreateAppInstanceUserCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateAppInstanceUserCommandInput): import("@smithy/core/client").CommandImpl<CreateAppInstanceUserCommandInput, CreateAppInstanceUserCommandOutput, import("..").ChimeSDKIdentityClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateAppInstanceUserCommandInput): import("@smithy/core/client").CommandImpl<CreateAppInstanceUserCommandInput, CreateAppInstanceUserCommandOutput, import("..").ChimeSDKIdentityClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a user under an Amazon Chime <code>AppInstance</code>. The request consists of a
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient";
|
|
4
2
|
import type { DeleteAppInstanceAdminRequest } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteAppInstanceAdminCommandInput extends DeleteAppInstanceAdm
|
|
|
22
19
|
export interface DeleteAppInstanceAdminCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteAppInstanceAdminCommand_base: {
|
|
25
|
-
new (input: DeleteAppInstanceAdminCommandInput): import("@smithy/core/client").CommandImpl<DeleteAppInstanceAdminCommandInput, DeleteAppInstanceAdminCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteAppInstanceAdminCommandInput): import("@smithy/core/client").CommandImpl<DeleteAppInstanceAdminCommandInput, DeleteAppInstanceAdminCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteAppInstanceAdminCommandInput): import("@smithy/core/client").CommandImpl<DeleteAppInstanceAdminCommandInput, DeleteAppInstanceAdminCommandOutput, import("..").ChimeSDKIdentityClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteAppInstanceAdminCommandInput): import("@smithy/core/client").CommandImpl<DeleteAppInstanceAdminCommandInput, DeleteAppInstanceAdminCommandOutput, import("..").ChimeSDKIdentityClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Demotes an <code>AppInstanceAdmin</code> to an <code>AppInstanceUser</code> or
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient";
|
|
4
2
|
import type { DeleteAppInstanceBotRequest } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteAppInstanceBotCommandInput extends DeleteAppInstanceBotRe
|
|
|
22
19
|
export interface DeleteAppInstanceBotCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteAppInstanceBotCommand_base: {
|
|
25
|
-
new (input: DeleteAppInstanceBotCommandInput): import("@smithy/core/client").CommandImpl<DeleteAppInstanceBotCommandInput, DeleteAppInstanceBotCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteAppInstanceBotCommandInput): import("@smithy/core/client").CommandImpl<DeleteAppInstanceBotCommandInput, DeleteAppInstanceBotCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteAppInstanceBotCommandInput): import("@smithy/core/client").CommandImpl<DeleteAppInstanceBotCommandInput, DeleteAppInstanceBotCommandOutput, import("..").ChimeSDKIdentityClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteAppInstanceBotCommandInput): import("@smithy/core/client").CommandImpl<DeleteAppInstanceBotCommandInput, DeleteAppInstanceBotCommandOutput, import("..").ChimeSDKIdentityClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes an <code>AppInstanceBot</code>.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient";
|
|
4
2
|
import type { DeleteAppInstanceRequest } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteAppInstanceCommandInput extends DeleteAppInstanceRequest
|
|
|
22
19
|
export interface DeleteAppInstanceCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteAppInstanceCommand_base: {
|
|
25
|
-
new (input: DeleteAppInstanceCommandInput): import("@smithy/core/client").CommandImpl<DeleteAppInstanceCommandInput, DeleteAppInstanceCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteAppInstanceCommandInput): import("@smithy/core/client").CommandImpl<DeleteAppInstanceCommandInput, DeleteAppInstanceCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteAppInstanceCommandInput): import("@smithy/core/client").CommandImpl<DeleteAppInstanceCommandInput, DeleteAppInstanceCommandOutput, import("..").ChimeSDKIdentityClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteAppInstanceCommandInput): import("@smithy/core/client").CommandImpl<DeleteAppInstanceCommandInput, DeleteAppInstanceCommandOutput, import("..").ChimeSDKIdentityClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes an <code>AppInstance</code> and all associated data asynchronously.</p>
|