@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
|
@@ -1,25 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
1
2
|
import { ChimeSDKIdentityClient } from "../ChimeSDKIdentityClient";
|
|
2
3
|
import { ListAppInstanceAdminsCommand, } from "../commands/ListAppInstanceAdminsCommand";
|
|
3
|
-
const
|
|
4
|
-
return await client.send(new ListAppInstanceAdminsCommand(input), ...args);
|
|
5
|
-
};
|
|
6
|
-
export async function* paginateListAppInstanceAdmins(config, input, ...additionalArguments) {
|
|
7
|
-
let token = config.startingToken || undefined;
|
|
8
|
-
let hasNext = true;
|
|
9
|
-
let page;
|
|
10
|
-
while (hasNext) {
|
|
11
|
-
input.NextToken = token;
|
|
12
|
-
input["MaxResults"] = config.pageSize;
|
|
13
|
-
if (config.client instanceof ChimeSDKIdentityClient) {
|
|
14
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
15
|
-
}
|
|
16
|
-
else {
|
|
17
|
-
throw new Error("Invalid client, expected ChimeSDKIdentity | ChimeSDKIdentityClient");
|
|
18
|
-
}
|
|
19
|
-
yield page;
|
|
20
|
-
const prevToken = token;
|
|
21
|
-
token = page.NextToken;
|
|
22
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
23
|
-
}
|
|
24
|
-
return undefined;
|
|
25
|
-
}
|
|
4
|
+
export const paginateListAppInstanceAdmins = createPaginator(ChimeSDKIdentityClient, ListAppInstanceAdminsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -1,25 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
1
2
|
import { ChimeSDKIdentityClient } from "../ChimeSDKIdentityClient";
|
|
2
3
|
import { ListAppInstanceBotsCommand, } from "../commands/ListAppInstanceBotsCommand";
|
|
3
|
-
const
|
|
4
|
-
return await client.send(new ListAppInstanceBotsCommand(input), ...args);
|
|
5
|
-
};
|
|
6
|
-
export async function* paginateListAppInstanceBots(config, input, ...additionalArguments) {
|
|
7
|
-
let token = config.startingToken || undefined;
|
|
8
|
-
let hasNext = true;
|
|
9
|
-
let page;
|
|
10
|
-
while (hasNext) {
|
|
11
|
-
input.NextToken = token;
|
|
12
|
-
input["MaxResults"] = config.pageSize;
|
|
13
|
-
if (config.client instanceof ChimeSDKIdentityClient) {
|
|
14
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
15
|
-
}
|
|
16
|
-
else {
|
|
17
|
-
throw new Error("Invalid client, expected ChimeSDKIdentity | ChimeSDKIdentityClient");
|
|
18
|
-
}
|
|
19
|
-
yield page;
|
|
20
|
-
const prevToken = token;
|
|
21
|
-
token = page.NextToken;
|
|
22
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
23
|
-
}
|
|
24
|
-
return undefined;
|
|
25
|
-
}
|
|
4
|
+
export const paginateListAppInstanceBots = createPaginator(ChimeSDKIdentityClient, ListAppInstanceBotsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -1,25 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
1
2
|
import { ChimeSDKIdentityClient } from "../ChimeSDKIdentityClient";
|
|
2
3
|
import { ListAppInstanceUserEndpointsCommand, } from "../commands/ListAppInstanceUserEndpointsCommand";
|
|
3
|
-
const
|
|
4
|
-
return await client.send(new ListAppInstanceUserEndpointsCommand(input), ...args);
|
|
5
|
-
};
|
|
6
|
-
export async function* paginateListAppInstanceUserEndpoints(config, input, ...additionalArguments) {
|
|
7
|
-
let token = config.startingToken || undefined;
|
|
8
|
-
let hasNext = true;
|
|
9
|
-
let page;
|
|
10
|
-
while (hasNext) {
|
|
11
|
-
input.NextToken = token;
|
|
12
|
-
input["MaxResults"] = config.pageSize;
|
|
13
|
-
if (config.client instanceof ChimeSDKIdentityClient) {
|
|
14
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
15
|
-
}
|
|
16
|
-
else {
|
|
17
|
-
throw new Error("Invalid client, expected ChimeSDKIdentity | ChimeSDKIdentityClient");
|
|
18
|
-
}
|
|
19
|
-
yield page;
|
|
20
|
-
const prevToken = token;
|
|
21
|
-
token = page.NextToken;
|
|
22
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
23
|
-
}
|
|
24
|
-
return undefined;
|
|
25
|
-
}
|
|
4
|
+
export const paginateListAppInstanceUserEndpoints = createPaginator(ChimeSDKIdentityClient, ListAppInstanceUserEndpointsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -1,25 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
1
2
|
import { ChimeSDKIdentityClient } from "../ChimeSDKIdentityClient";
|
|
2
3
|
import { ListAppInstanceUsersCommand, } from "../commands/ListAppInstanceUsersCommand";
|
|
3
|
-
const
|
|
4
|
-
return await client.send(new ListAppInstanceUsersCommand(input), ...args);
|
|
5
|
-
};
|
|
6
|
-
export async function* paginateListAppInstanceUsers(config, input, ...additionalArguments) {
|
|
7
|
-
let token = config.startingToken || undefined;
|
|
8
|
-
let hasNext = true;
|
|
9
|
-
let page;
|
|
10
|
-
while (hasNext) {
|
|
11
|
-
input.NextToken = token;
|
|
12
|
-
input["MaxResults"] = config.pageSize;
|
|
13
|
-
if (config.client instanceof ChimeSDKIdentityClient) {
|
|
14
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
15
|
-
}
|
|
16
|
-
else {
|
|
17
|
-
throw new Error("Invalid client, expected ChimeSDKIdentity | ChimeSDKIdentityClient");
|
|
18
|
-
}
|
|
19
|
-
yield page;
|
|
20
|
-
const prevToken = token;
|
|
21
|
-
token = page.NextToken;
|
|
22
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
23
|
-
}
|
|
24
|
-
return undefined;
|
|
25
|
-
}
|
|
4
|
+
export const paginateListAppInstanceUsers = createPaginator(ChimeSDKIdentityClient, ListAppInstanceUsersCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -1,25 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
1
2
|
import { ChimeSDKIdentityClient } from "../ChimeSDKIdentityClient";
|
|
2
3
|
import { ListAppInstancesCommand, } from "../commands/ListAppInstancesCommand";
|
|
3
|
-
const
|
|
4
|
-
return await client.send(new ListAppInstancesCommand(input), ...args);
|
|
5
|
-
};
|
|
6
|
-
export async function* paginateListAppInstances(config, input, ...additionalArguments) {
|
|
7
|
-
let token = config.startingToken || undefined;
|
|
8
|
-
let hasNext = true;
|
|
9
|
-
let page;
|
|
10
|
-
while (hasNext) {
|
|
11
|
-
input.NextToken = token;
|
|
12
|
-
input["MaxResults"] = config.pageSize;
|
|
13
|
-
if (config.client instanceof ChimeSDKIdentityClient) {
|
|
14
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
15
|
-
}
|
|
16
|
-
else {
|
|
17
|
-
throw new Error("Invalid client, expected ChimeSDKIdentity | ChimeSDKIdentityClient");
|
|
18
|
-
}
|
|
19
|
-
yield page;
|
|
20
|
-
const prevToken = token;
|
|
21
|
-
token = page.NextToken;
|
|
22
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
23
|
-
}
|
|
24
|
-
return undefined;
|
|
25
|
-
}
|
|
4
|
+
export const paginateListAppInstances = createPaginator(ChimeSDKIdentityClient, ListAppInstancesCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient";
|
|
5
4
|
import { CreateAppInstanceAdminRequest, CreateAppInstanceAdminResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateAppInstanceAdminCommandInput extends CreateAppInstanceAdm
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateAppInstanceAdminCommandOutput extends CreateAppInstanceAdminResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateAppInstanceAdminCommand_base: {
|
|
24
|
+
new (input: CreateAppInstanceAdminCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAppInstanceAdminCommandInput, CreateAppInstanceAdminCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Promotes an <code>AppInstanceUser</code> or <code>AppInstanceBot</code> to an
|
|
@@ -96,23 +99,5 @@ export interface CreateAppInstanceAdminCommandOutput extends CreateAppInstanceAd
|
|
|
96
99
|
* <p>Base exception class for all service exceptions from ChimeSDKIdentity service.</p>
|
|
97
100
|
*
|
|
98
101
|
*/
|
|
99
|
-
export declare class CreateAppInstanceAdminCommand extends
|
|
100
|
-
readonly input: CreateAppInstanceAdminCommandInput;
|
|
101
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
102
|
-
/**
|
|
103
|
-
* @public
|
|
104
|
-
*/
|
|
105
|
-
constructor(input: CreateAppInstanceAdminCommandInput);
|
|
106
|
-
/**
|
|
107
|
-
* @internal
|
|
108
|
-
*/
|
|
109
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKIdentityClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateAppInstanceAdminCommandInput, CreateAppInstanceAdminCommandOutput>;
|
|
110
|
-
/**
|
|
111
|
-
* @internal
|
|
112
|
-
*/
|
|
113
|
-
private serialize;
|
|
114
|
-
/**
|
|
115
|
-
* @internal
|
|
116
|
-
*/
|
|
117
|
-
private deserialize;
|
|
102
|
+
export declare class CreateAppInstanceAdminCommand extends CreateAppInstanceAdminCommand_base {
|
|
118
103
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient";
|
|
5
4
|
import { CreateAppInstanceBotRequest, CreateAppInstanceBotResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateAppInstanceBotCommandInput extends CreateAppInstanceBotRe
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateAppInstanceBotCommandOutput extends CreateAppInstanceBotResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateAppInstanceBotCommand_base: {
|
|
24
|
+
new (input: CreateAppInstanceBotCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAppInstanceBotCommandInput, CreateAppInstanceBotCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates a bot under an Amazon Chime <code>AppInstance</code>. The request consists of a
|
|
@@ -98,23 +101,5 @@ export interface CreateAppInstanceBotCommandOutput extends CreateAppInstanceBotR
|
|
|
98
101
|
* <p>Base exception class for all service exceptions from ChimeSDKIdentity service.</p>
|
|
99
102
|
*
|
|
100
103
|
*/
|
|
101
|
-
export declare class CreateAppInstanceBotCommand extends
|
|
102
|
-
readonly input: CreateAppInstanceBotCommandInput;
|
|
103
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
104
|
-
/**
|
|
105
|
-
* @public
|
|
106
|
-
*/
|
|
107
|
-
constructor(input: CreateAppInstanceBotCommandInput);
|
|
108
|
-
/**
|
|
109
|
-
* @internal
|
|
110
|
-
*/
|
|
111
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKIdentityClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateAppInstanceBotCommandInput, CreateAppInstanceBotCommandOutput>;
|
|
112
|
-
/**
|
|
113
|
-
* @internal
|
|
114
|
-
*/
|
|
115
|
-
private serialize;
|
|
116
|
-
/**
|
|
117
|
-
* @internal
|
|
118
|
-
*/
|
|
119
|
-
private deserialize;
|
|
104
|
+
export declare class CreateAppInstanceBotCommand extends CreateAppInstanceBotCommand_base {
|
|
120
105
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient";
|
|
5
4
|
import { CreateAppInstanceRequest, CreateAppInstanceResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateAppInstanceCommandInput extends CreateAppInstanceRequest
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateAppInstanceCommandOutput extends CreateAppInstanceResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateAppInstanceCommand_base: {
|
|
24
|
+
new (input: CreateAppInstanceCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAppInstanceCommandInput, CreateAppInstanceCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates an Amazon Chime SDK messaging <code>AppInstance</code> under an AWS account.
|
|
@@ -87,23 +90,5 @@ export interface CreateAppInstanceCommandOutput extends CreateAppInstanceRespons
|
|
|
87
90
|
* <p>Base exception class for all service exceptions from ChimeSDKIdentity service.</p>
|
|
88
91
|
*
|
|
89
92
|
*/
|
|
90
|
-
export declare class CreateAppInstanceCommand extends
|
|
91
|
-
readonly input: CreateAppInstanceCommandInput;
|
|
92
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
93
|
-
/**
|
|
94
|
-
* @public
|
|
95
|
-
*/
|
|
96
|
-
constructor(input: CreateAppInstanceCommandInput);
|
|
97
|
-
/**
|
|
98
|
-
* @internal
|
|
99
|
-
*/
|
|
100
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKIdentityClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateAppInstanceCommandInput, CreateAppInstanceCommandOutput>;
|
|
101
|
-
/**
|
|
102
|
-
* @internal
|
|
103
|
-
*/
|
|
104
|
-
private serialize;
|
|
105
|
-
/**
|
|
106
|
-
* @internal
|
|
107
|
-
*/
|
|
108
|
-
private deserialize;
|
|
93
|
+
export declare class CreateAppInstanceCommand extends CreateAppInstanceCommand_base {
|
|
109
94
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient";
|
|
5
4
|
import { CreateAppInstanceUserRequest, CreateAppInstanceUserResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateAppInstanceUserCommandInput extends CreateAppInstanceUser
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateAppInstanceUserCommandOutput extends CreateAppInstanceUserResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateAppInstanceUserCommand_base: {
|
|
24
|
+
new (input: CreateAppInstanceUserCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAppInstanceUserCommandInput, CreateAppInstanceUserCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates a user under an Amazon Chime <code>AppInstance</code>. The request consists of a
|
|
@@ -91,23 +94,5 @@ export interface CreateAppInstanceUserCommandOutput extends CreateAppInstanceUse
|
|
|
91
94
|
* <p>Base exception class for all service exceptions from ChimeSDKIdentity service.</p>
|
|
92
95
|
*
|
|
93
96
|
*/
|
|
94
|
-
export declare class CreateAppInstanceUserCommand extends
|
|
95
|
-
readonly input: CreateAppInstanceUserCommandInput;
|
|
96
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
97
|
-
/**
|
|
98
|
-
* @public
|
|
99
|
-
*/
|
|
100
|
-
constructor(input: CreateAppInstanceUserCommandInput);
|
|
101
|
-
/**
|
|
102
|
-
* @internal
|
|
103
|
-
*/
|
|
104
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKIdentityClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateAppInstanceUserCommandInput, CreateAppInstanceUserCommandOutput>;
|
|
105
|
-
/**
|
|
106
|
-
* @internal
|
|
107
|
-
*/
|
|
108
|
-
private serialize;
|
|
109
|
-
/**
|
|
110
|
-
* @internal
|
|
111
|
-
*/
|
|
112
|
-
private deserialize;
|
|
97
|
+
export declare class CreateAppInstanceUserCommand extends CreateAppInstanceUserCommand_base {
|
|
113
98
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient";
|
|
5
4
|
import { DeleteAppInstanceAdminRequest } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteAppInstanceAdminCommandInput extends DeleteAppInstanceAdm
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteAppInstanceAdminCommandOutput extends __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteAppInstanceAdminCommand_base: {
|
|
24
|
+
new (input: DeleteAppInstanceAdminCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAppInstanceAdminCommandInput, DeleteAppInstanceAdminCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Demotes an <code>AppInstanceAdmin</code> to an <code>AppInstanceUser</code> or
|
|
@@ -77,23 +80,5 @@ export interface DeleteAppInstanceAdminCommandOutput extends __MetadataBearer {
|
|
|
77
80
|
* <p>Base exception class for all service exceptions from ChimeSDKIdentity service.</p>
|
|
78
81
|
*
|
|
79
82
|
*/
|
|
80
|
-
export declare class DeleteAppInstanceAdminCommand extends
|
|
81
|
-
readonly input: DeleteAppInstanceAdminCommandInput;
|
|
82
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
83
|
-
/**
|
|
84
|
-
* @public
|
|
85
|
-
*/
|
|
86
|
-
constructor(input: DeleteAppInstanceAdminCommandInput);
|
|
87
|
-
/**
|
|
88
|
-
* @internal
|
|
89
|
-
*/
|
|
90
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKIdentityClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteAppInstanceAdminCommandInput, DeleteAppInstanceAdminCommandOutput>;
|
|
91
|
-
/**
|
|
92
|
-
* @internal
|
|
93
|
-
*/
|
|
94
|
-
private serialize;
|
|
95
|
-
/**
|
|
96
|
-
* @internal
|
|
97
|
-
*/
|
|
98
|
-
private deserialize;
|
|
83
|
+
export declare class DeleteAppInstanceAdminCommand extends DeleteAppInstanceAdminCommand_base {
|
|
99
84
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient";
|
|
5
4
|
import { DeleteAppInstanceBotRequest } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteAppInstanceBotCommandInput extends DeleteAppInstanceBotRe
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteAppInstanceBotCommandOutput extends __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteAppInstanceBotCommand_base: {
|
|
24
|
+
new (input: DeleteAppInstanceBotCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAppInstanceBotCommandInput, DeleteAppInstanceBotCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes an <code>AppInstanceBot</code>.</p>
|
|
@@ -74,23 +77,5 @@ export interface DeleteAppInstanceBotCommandOutput extends __MetadataBearer {
|
|
|
74
77
|
* <p>Base exception class for all service exceptions from ChimeSDKIdentity service.</p>
|
|
75
78
|
*
|
|
76
79
|
*/
|
|
77
|
-
export declare class DeleteAppInstanceBotCommand extends
|
|
78
|
-
readonly input: DeleteAppInstanceBotCommandInput;
|
|
79
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
80
|
-
/**
|
|
81
|
-
* @public
|
|
82
|
-
*/
|
|
83
|
-
constructor(input: DeleteAppInstanceBotCommandInput);
|
|
84
|
-
/**
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKIdentityClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteAppInstanceBotCommandInput, DeleteAppInstanceBotCommandOutput>;
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
|
-
private serialize;
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
|
-
private deserialize;
|
|
80
|
+
export declare class DeleteAppInstanceBotCommand extends DeleteAppInstanceBotCommand_base {
|
|
96
81
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient";
|
|
5
4
|
import { DeleteAppInstanceRequest } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteAppInstanceCommandInput extends DeleteAppInstanceRequest
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteAppInstanceCommandOutput extends __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteAppInstanceCommand_base: {
|
|
24
|
+
new (input: DeleteAppInstanceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAppInstanceCommandInput, DeleteAppInstanceCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes an <code>AppInstance</code> and all associated data asynchronously.</p>
|
|
@@ -70,23 +73,5 @@ export interface DeleteAppInstanceCommandOutput extends __MetadataBearer {
|
|
|
70
73
|
* <p>Base exception class for all service exceptions from ChimeSDKIdentity service.</p>
|
|
71
74
|
*
|
|
72
75
|
*/
|
|
73
|
-
export declare class DeleteAppInstanceCommand extends
|
|
74
|
-
readonly input: DeleteAppInstanceCommandInput;
|
|
75
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
76
|
-
/**
|
|
77
|
-
* @public
|
|
78
|
-
*/
|
|
79
|
-
constructor(input: DeleteAppInstanceCommandInput);
|
|
80
|
-
/**
|
|
81
|
-
* @internal
|
|
82
|
-
*/
|
|
83
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKIdentityClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteAppInstanceCommandInput, DeleteAppInstanceCommandOutput>;
|
|
84
|
-
/**
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
|
-
private serialize;
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
|
-
private deserialize;
|
|
76
|
+
export declare class DeleteAppInstanceCommand extends DeleteAppInstanceCommand_base {
|
|
92
77
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient";
|
|
5
4
|
import { DeleteAppInstanceUserRequest } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteAppInstanceUserCommandInput extends DeleteAppInstanceUser
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteAppInstanceUserCommandOutput extends __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteAppInstanceUserCommand_base: {
|
|
24
|
+
new (input: DeleteAppInstanceUserCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAppInstanceUserCommandInput, DeleteAppInstanceUserCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes an <code>AppInstanceUser</code>.</p>
|
|
@@ -74,23 +77,5 @@ export interface DeleteAppInstanceUserCommandOutput extends __MetadataBearer {
|
|
|
74
77
|
* <p>Base exception class for all service exceptions from ChimeSDKIdentity service.</p>
|
|
75
78
|
*
|
|
76
79
|
*/
|
|
77
|
-
export declare class DeleteAppInstanceUserCommand extends
|
|
78
|
-
readonly input: DeleteAppInstanceUserCommandInput;
|
|
79
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
80
|
-
/**
|
|
81
|
-
* @public
|
|
82
|
-
*/
|
|
83
|
-
constructor(input: DeleteAppInstanceUserCommandInput);
|
|
84
|
-
/**
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKIdentityClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteAppInstanceUserCommandInput, DeleteAppInstanceUserCommandOutput>;
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
|
-
private serialize;
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
|
-
private deserialize;
|
|
80
|
+
export declare class DeleteAppInstanceUserCommand extends DeleteAppInstanceUserCommand_base {
|
|
96
81
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient";
|
|
5
4
|
import { DeregisterAppInstanceUserEndpointRequest } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeregisterAppInstanceUserEndpointCommandInput extends Deregiste
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeregisterAppInstanceUserEndpointCommandOutput extends __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeregisterAppInstanceUserEndpointCommand_base: {
|
|
24
|
+
new (input: DeregisterAppInstanceUserEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<DeregisterAppInstanceUserEndpointCommandInput, DeregisterAppInstanceUserEndpointCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deregisters an <code>AppInstanceUserEndpoint</code>.</p>
|
|
@@ -68,23 +71,5 @@ export interface DeregisterAppInstanceUserEndpointCommandOutput extends __Metada
|
|
|
68
71
|
* <p>Base exception class for all service exceptions from ChimeSDKIdentity service.</p>
|
|
69
72
|
*
|
|
70
73
|
*/
|
|
71
|
-
export declare class DeregisterAppInstanceUserEndpointCommand extends
|
|
72
|
-
readonly input: DeregisterAppInstanceUserEndpointCommandInput;
|
|
73
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
74
|
-
/**
|
|
75
|
-
* @public
|
|
76
|
-
*/
|
|
77
|
-
constructor(input: DeregisterAppInstanceUserEndpointCommandInput);
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKIdentityClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeregisterAppInstanceUserEndpointCommandInput, DeregisterAppInstanceUserEndpointCommandOutput>;
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
|
-
private serialize;
|
|
86
|
-
/**
|
|
87
|
-
* @internal
|
|
88
|
-
*/
|
|
89
|
-
private deserialize;
|
|
74
|
+
export declare class DeregisterAppInstanceUserEndpointCommand extends DeregisterAppInstanceUserEndpointCommand_base {
|
|
90
75
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient";
|
|
5
4
|
import { DescribeAppInstanceAdminRequest, DescribeAppInstanceAdminResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeAppInstanceAdminCommandInput extends DescribeAppInstanc
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeAppInstanceAdminCommandOutput extends DescribeAppInstanceAdminResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeAppInstanceAdminCommand_base: {
|
|
24
|
+
new (input: DescribeAppInstanceAdminCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAppInstanceAdminCommandInput, DescribeAppInstanceAdminCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns the full details of an <code>AppInstanceAdmin</code>.</p>
|
|
@@ -77,23 +80,5 @@ export interface DescribeAppInstanceAdminCommandOutput extends DescribeAppInstan
|
|
|
77
80
|
* <p>Base exception class for all service exceptions from ChimeSDKIdentity service.</p>
|
|
78
81
|
*
|
|
79
82
|
*/
|
|
80
|
-
export declare class DescribeAppInstanceAdminCommand extends
|
|
81
|
-
readonly input: DescribeAppInstanceAdminCommandInput;
|
|
82
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
83
|
-
/**
|
|
84
|
-
* @public
|
|
85
|
-
*/
|
|
86
|
-
constructor(input: DescribeAppInstanceAdminCommandInput);
|
|
87
|
-
/**
|
|
88
|
-
* @internal
|
|
89
|
-
*/
|
|
90
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKIdentityClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAppInstanceAdminCommandInput, DescribeAppInstanceAdminCommandOutput>;
|
|
91
|
-
/**
|
|
92
|
-
* @internal
|
|
93
|
-
*/
|
|
94
|
-
private serialize;
|
|
95
|
-
/**
|
|
96
|
-
* @internal
|
|
97
|
-
*/
|
|
98
|
-
private deserialize;
|
|
83
|
+
export declare class DescribeAppInstanceAdminCommand extends DescribeAppInstanceAdminCommand_base {
|
|
99
84
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient";
|
|
5
4
|
import { DescribeAppInstanceBotRequest, DescribeAppInstanceBotResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeAppInstanceBotCommandInput extends DescribeAppInstanceB
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeAppInstanceBotCommandOutput extends DescribeAppInstanceBotResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeAppInstanceBotCommand_base: {
|
|
24
|
+
new (input: DescribeAppInstanceBotCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAppInstanceBotCommandInput, DescribeAppInstanceBotCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>The <code>AppInstanceBot's</code> information.</p>
|
|
@@ -90,23 +93,5 @@ export interface DescribeAppInstanceBotCommandOutput extends DescribeAppInstance
|
|
|
90
93
|
* <p>Base exception class for all service exceptions from ChimeSDKIdentity service.</p>
|
|
91
94
|
*
|
|
92
95
|
*/
|
|
93
|
-
export declare class DescribeAppInstanceBotCommand extends
|
|
94
|
-
readonly input: DescribeAppInstanceBotCommandInput;
|
|
95
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
96
|
-
/**
|
|
97
|
-
* @public
|
|
98
|
-
*/
|
|
99
|
-
constructor(input: DescribeAppInstanceBotCommandInput);
|
|
100
|
-
/**
|
|
101
|
-
* @internal
|
|
102
|
-
*/
|
|
103
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKIdentityClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAppInstanceBotCommandInput, DescribeAppInstanceBotCommandOutput>;
|
|
104
|
-
/**
|
|
105
|
-
* @internal
|
|
106
|
-
*/
|
|
107
|
-
private serialize;
|
|
108
|
-
/**
|
|
109
|
-
* @internal
|
|
110
|
-
*/
|
|
111
|
-
private deserialize;
|
|
96
|
+
export declare class DescribeAppInstanceBotCommand extends DescribeAppInstanceBotCommand_base {
|
|
112
97
|
}
|