@aws-sdk/client-chime-sdk-identity 3.478.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-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-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/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/package.json +9 -9
|
@@ -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
|
}
|
|
@@ -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 { DescribeAppInstanceRequest, DescribeAppInstanceResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeAppInstanceCommandInput extends DescribeAppInstanceRequ
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeAppInstanceCommandOutput extends DescribeAppInstanceResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeAppInstanceCommand_base: {
|
|
24
|
+
new (input: DescribeAppInstanceCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAppInstanceCommandInput, DescribeAppInstanceCommandOutput, 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>AppInstance</code>.</p>
|
|
@@ -75,23 +78,5 @@ export interface DescribeAppInstanceCommandOutput extends DescribeAppInstanceRes
|
|
|
75
78
|
* <p>Base exception class for all service exceptions from ChimeSDKIdentity service.</p>
|
|
76
79
|
*
|
|
77
80
|
*/
|
|
78
|
-
export declare class DescribeAppInstanceCommand extends
|
|
79
|
-
readonly input: DescribeAppInstanceCommandInput;
|
|
80
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
81
|
-
/**
|
|
82
|
-
* @public
|
|
83
|
-
*/
|
|
84
|
-
constructor(input: DescribeAppInstanceCommandInput);
|
|
85
|
-
/**
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
88
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKIdentityClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAppInstanceCommandInput, DescribeAppInstanceCommandOutput>;
|
|
89
|
-
/**
|
|
90
|
-
* @internal
|
|
91
|
-
*/
|
|
92
|
-
private serialize;
|
|
93
|
-
/**
|
|
94
|
-
* @internal
|
|
95
|
-
*/
|
|
96
|
-
private deserialize;
|
|
81
|
+
export declare class DescribeAppInstanceCommand extends DescribeAppInstanceCommand_base {
|
|
97
82
|
}
|
|
@@ -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 { DescribeAppInstanceUserRequest, DescribeAppInstanceUserResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeAppInstanceUserCommandInput extends DescribeAppInstance
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeAppInstanceUserCommandOutput extends DescribeAppInstanceUserResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeAppInstanceUserCommand_base: {
|
|
24
|
+
new (input: DescribeAppInstanceUserCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAppInstanceUserCommandInput, DescribeAppInstanceUserCommandOutput, 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>AppInstanceUser</code>.</p>
|
|
@@ -79,23 +82,5 @@ export interface DescribeAppInstanceUserCommandOutput extends DescribeAppInstanc
|
|
|
79
82
|
* <p>Base exception class for all service exceptions from ChimeSDKIdentity service.</p>
|
|
80
83
|
*
|
|
81
84
|
*/
|
|
82
|
-
export declare class DescribeAppInstanceUserCommand extends
|
|
83
|
-
readonly input: DescribeAppInstanceUserCommandInput;
|
|
84
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
85
|
-
/**
|
|
86
|
-
* @public
|
|
87
|
-
*/
|
|
88
|
-
constructor(input: DescribeAppInstanceUserCommandInput);
|
|
89
|
-
/**
|
|
90
|
-
* @internal
|
|
91
|
-
*/
|
|
92
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKIdentityClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAppInstanceUserCommandInput, DescribeAppInstanceUserCommandOutput>;
|
|
93
|
-
/**
|
|
94
|
-
* @internal
|
|
95
|
-
*/
|
|
96
|
-
private serialize;
|
|
97
|
-
/**
|
|
98
|
-
* @internal
|
|
99
|
-
*/
|
|
100
|
-
private deserialize;
|
|
85
|
+
export declare class DescribeAppInstanceUserCommand extends DescribeAppInstanceUserCommand_base {
|
|
101
86
|
}
|
|
@@ -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 { DescribeAppInstanceUserEndpointRequest, DescribeAppInstanceUserEndpointResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeAppInstanceUserEndpointCommandInput extends DescribeApp
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeAppInstanceUserEndpointCommandOutput extends DescribeAppInstanceUserEndpointResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeAppInstanceUserEndpointCommand_base: {
|
|
24
|
+
new (input: DescribeAppInstanceUserEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAppInstanceUserEndpointCommandInput, DescribeAppInstanceUserEndpointCommandOutput, 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>AppInstanceUserEndpoint</code>.</p>
|
|
@@ -87,23 +90,5 @@ export interface DescribeAppInstanceUserEndpointCommandOutput extends DescribeAp
|
|
|
87
90
|
* <p>Base exception class for all service exceptions from ChimeSDKIdentity service.</p>
|
|
88
91
|
*
|
|
89
92
|
*/
|
|
90
|
-
export declare class DescribeAppInstanceUserEndpointCommand extends
|
|
91
|
-
readonly input: DescribeAppInstanceUserEndpointCommandInput;
|
|
92
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
93
|
-
/**
|
|
94
|
-
* @public
|
|
95
|
-
*/
|
|
96
|
-
constructor(input: DescribeAppInstanceUserEndpointCommandInput);
|
|
97
|
-
/**
|
|
98
|
-
* @internal
|
|
99
|
-
*/
|
|
100
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKIdentityClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAppInstanceUserEndpointCommandInput, DescribeAppInstanceUserEndpointCommandOutput>;
|
|
101
|
-
/**
|
|
102
|
-
* @internal
|
|
103
|
-
*/
|
|
104
|
-
private serialize;
|
|
105
|
-
/**
|
|
106
|
-
* @internal
|
|
107
|
-
*/
|
|
108
|
-
private deserialize;
|
|
93
|
+
export declare class DescribeAppInstanceUserEndpointCommand extends DescribeAppInstanceUserEndpointCommand_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 { GetAppInstanceRetentionSettingsRequest, GetAppInstanceRetentionSettingsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetAppInstanceRetentionSettingsCommandInput extends GetAppInsta
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetAppInstanceRetentionSettingsCommandOutput extends GetAppInstanceRetentionSettingsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetAppInstanceRetentionSettingsCommand_base: {
|
|
24
|
+
new (input: GetAppInstanceRetentionSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<GetAppInstanceRetentionSettingsCommandInput, GetAppInstanceRetentionSettingsCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Gets the retention settings for an <code>AppInstance</code>.</p>
|
|
@@ -74,23 +77,5 @@ export interface GetAppInstanceRetentionSettingsCommandOutput extends GetAppInst
|
|
|
74
77
|
* <p>Base exception class for all service exceptions from ChimeSDKIdentity service.</p>
|
|
75
78
|
*
|
|
76
79
|
*/
|
|
77
|
-
export declare class GetAppInstanceRetentionSettingsCommand extends
|
|
78
|
-
readonly input: GetAppInstanceRetentionSettingsCommandInput;
|
|
79
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
80
|
-
/**
|
|
81
|
-
* @public
|
|
82
|
-
*/
|
|
83
|
-
constructor(input: GetAppInstanceRetentionSettingsCommandInput);
|
|
84
|
-
/**
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKIdentityClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetAppInstanceRetentionSettingsCommandInput, GetAppInstanceRetentionSettingsCommandOutput>;
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
|
-
private serialize;
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
|
-
private deserialize;
|
|
80
|
+
export declare class GetAppInstanceRetentionSettingsCommand extends GetAppInstanceRetentionSettingsCommand_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 { ListAppInstanceAdminsRequest, ListAppInstanceAdminsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListAppInstanceAdminsCommandInput extends ListAppInstanceAdmins
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListAppInstanceAdminsCommandOutput extends ListAppInstanceAdminsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListAppInstanceAdminsCommand_base: {
|
|
24
|
+
new (input: ListAppInstanceAdminsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAppInstanceAdminsCommandInput, ListAppInstanceAdminsCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns a list of the administrators in the <code>AppInstance</code>.</p>
|
|
@@ -83,23 +86,5 @@ export interface ListAppInstanceAdminsCommandOutput extends ListAppInstanceAdmin
|
|
|
83
86
|
* <p>Base exception class for all service exceptions from ChimeSDKIdentity service.</p>
|
|
84
87
|
*
|
|
85
88
|
*/
|
|
86
|
-
export declare class ListAppInstanceAdminsCommand extends
|
|
87
|
-
readonly input: ListAppInstanceAdminsCommandInput;
|
|
88
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
89
|
-
/**
|
|
90
|
-
* @public
|
|
91
|
-
*/
|
|
92
|
-
constructor(input: ListAppInstanceAdminsCommandInput);
|
|
93
|
-
/**
|
|
94
|
-
* @internal
|
|
95
|
-
*/
|
|
96
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKIdentityClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAppInstanceAdminsCommandInput, ListAppInstanceAdminsCommandOutput>;
|
|
97
|
-
/**
|
|
98
|
-
* @internal
|
|
99
|
-
*/
|
|
100
|
-
private serialize;
|
|
101
|
-
/**
|
|
102
|
-
* @internal
|
|
103
|
-
*/
|
|
104
|
-
private deserialize;
|
|
89
|
+
export declare class ListAppInstanceAdminsCommand extends ListAppInstanceAdminsCommand_base {
|
|
105
90
|
}
|
|
@@ -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 { ListAppInstanceBotsRequest, ListAppInstanceBotsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListAppInstanceBotsCommandInput extends ListAppInstanceBotsRequ
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListAppInstanceBotsCommandOutput extends ListAppInstanceBotsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListAppInstanceBotsCommand_base: {
|
|
24
|
+
new (input: ListAppInstanceBotsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAppInstanceBotsCommandInput, ListAppInstanceBotsCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists all <code>AppInstanceBots</code> created under a single <code>AppInstance</code>.</p>
|
|
@@ -82,23 +85,5 @@ export interface ListAppInstanceBotsCommandOutput extends ListAppInstanceBotsRes
|
|
|
82
85
|
* <p>Base exception class for all service exceptions from ChimeSDKIdentity service.</p>
|
|
83
86
|
*
|
|
84
87
|
*/
|
|
85
|
-
export declare class ListAppInstanceBotsCommand extends
|
|
86
|
-
readonly input: ListAppInstanceBotsCommandInput;
|
|
87
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
88
|
-
/**
|
|
89
|
-
* @public
|
|
90
|
-
*/
|
|
91
|
-
constructor(input: ListAppInstanceBotsCommandInput);
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKIdentityClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAppInstanceBotsCommandInput, ListAppInstanceBotsCommandOutput>;
|
|
96
|
-
/**
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
|
-
private serialize;
|
|
100
|
-
/**
|
|
101
|
-
* @internal
|
|
102
|
-
*/
|
|
103
|
-
private deserialize;
|
|
88
|
+
export declare class ListAppInstanceBotsCommand extends ListAppInstanceBotsCommand_base {
|
|
104
89
|
}
|
|
@@ -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 { ListAppInstanceUserEndpointsRequest, ListAppInstanceUserEndpointsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListAppInstanceUserEndpointsCommandInput extends ListAppInstanc
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListAppInstanceUserEndpointsCommandOutput extends ListAppInstanceUserEndpointsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListAppInstanceUserEndpointsCommand_base: {
|
|
24
|
+
new (input: ListAppInstanceUserEndpointsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAppInstanceUserEndpointsCommandInput, ListAppInstanceUserEndpointsCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists all the <code>AppInstanceUserEndpoints</code> created under a single <code>AppInstanceUser</code>.</p>
|
|
@@ -84,23 +87,5 @@ export interface ListAppInstanceUserEndpointsCommandOutput extends ListAppInstan
|
|
|
84
87
|
* <p>Base exception class for all service exceptions from ChimeSDKIdentity service.</p>
|
|
85
88
|
*
|
|
86
89
|
*/
|
|
87
|
-
export declare class ListAppInstanceUserEndpointsCommand extends
|
|
88
|
-
readonly input: ListAppInstanceUserEndpointsCommandInput;
|
|
89
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
90
|
-
/**
|
|
91
|
-
* @public
|
|
92
|
-
*/
|
|
93
|
-
constructor(input: ListAppInstanceUserEndpointsCommandInput);
|
|
94
|
-
/**
|
|
95
|
-
* @internal
|
|
96
|
-
*/
|
|
97
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKIdentityClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAppInstanceUserEndpointsCommandInput, ListAppInstanceUserEndpointsCommandOutput>;
|
|
98
|
-
/**
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
101
|
-
private serialize;
|
|
102
|
-
/**
|
|
103
|
-
* @internal
|
|
104
|
-
*/
|
|
105
|
-
private deserialize;
|
|
90
|
+
export declare class ListAppInstanceUserEndpointsCommand extends ListAppInstanceUserEndpointsCommand_base {
|
|
106
91
|
}
|
|
@@ -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 { ListAppInstanceUsersRequest, ListAppInstanceUsersResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListAppInstanceUsersCommandInput extends ListAppInstanceUsersRe
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListAppInstanceUsersCommandOutput extends ListAppInstanceUsersResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListAppInstanceUsersCommand_base: {
|
|
24
|
+
new (input: ListAppInstanceUsersCommandInput): import("@smithy/smithy-client").CommandImpl<ListAppInstanceUsersCommandInput, ListAppInstanceUsersCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>List all <code>AppInstanceUsers</code> created under a single
|
|
@@ -80,23 +83,5 @@ export interface ListAppInstanceUsersCommandOutput extends ListAppInstanceUsersR
|
|
|
80
83
|
* <p>Base exception class for all service exceptions from ChimeSDKIdentity service.</p>
|
|
81
84
|
*
|
|
82
85
|
*/
|
|
83
|
-
export declare class ListAppInstanceUsersCommand extends
|
|
84
|
-
readonly input: ListAppInstanceUsersCommandInput;
|
|
85
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
86
|
-
/**
|
|
87
|
-
* @public
|
|
88
|
-
*/
|
|
89
|
-
constructor(input: ListAppInstanceUsersCommandInput);
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKIdentityClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAppInstanceUsersCommandInput, ListAppInstanceUsersCommandOutput>;
|
|
94
|
-
/**
|
|
95
|
-
* @internal
|
|
96
|
-
*/
|
|
97
|
-
private serialize;
|
|
98
|
-
/**
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
101
|
-
private deserialize;
|
|
86
|
+
export declare class ListAppInstanceUsersCommand extends ListAppInstanceUsersCommand_base {
|
|
102
87
|
}
|