@aws-sdk/client-chime-sdk-identity 3.533.0 → 3.535.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-types/ChimeSDKIdentity.d.ts +2 -1
- package/dist-types/ChimeSDKIdentityClient.d.ts +1 -1
- package/dist-types/commands/CreateAppInstanceAdminCommand.d.ts +2 -1
- package/dist-types/commands/CreateAppInstanceBotCommand.d.ts +2 -1
- package/dist-types/commands/CreateAppInstanceCommand.d.ts +2 -1
- package/dist-types/commands/CreateAppInstanceUserCommand.d.ts +2 -1
- package/dist-types/commands/DeleteAppInstanceAdminCommand.d.ts +2 -1
- package/dist-types/commands/DeleteAppInstanceBotCommand.d.ts +2 -1
- package/dist-types/commands/DeleteAppInstanceCommand.d.ts +2 -1
- package/dist-types/commands/DeleteAppInstanceUserCommand.d.ts +2 -1
- package/dist-types/commands/DeregisterAppInstanceUserEndpointCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAppInstanceAdminCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAppInstanceBotCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAppInstanceCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAppInstanceUserCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAppInstanceUserEndpointCommand.d.ts +2 -1
- package/dist-types/commands/GetAppInstanceRetentionSettingsCommand.d.ts +2 -1
- package/dist-types/commands/ListAppInstanceAdminsCommand.d.ts +2 -1
- package/dist-types/commands/ListAppInstanceBotsCommand.d.ts +2 -1
- package/dist-types/commands/ListAppInstanceUserEndpointsCommand.d.ts +2 -1
- package/dist-types/commands/ListAppInstanceUsersCommand.d.ts +2 -1
- package/dist-types/commands/ListAppInstancesCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/PutAppInstanceRetentionSettingsCommand.d.ts +2 -1
- package/dist-types/commands/PutAppInstanceUserExpirationSettingsCommand.d.ts +2 -1
- package/dist-types/commands/RegisterAppInstanceUserEndpointCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateAppInstanceBotCommand.d.ts +2 -1
- package/dist-types/commands/UpdateAppInstanceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateAppInstanceUserCommand.d.ts +2 -1
- package/dist-types/commands/UpdateAppInstanceUserEndpointCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +210 -210
- package/dist-types/ts3.4/ChimeSDKIdentity.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateAppInstanceAdminCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateAppInstanceBotCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateAppInstanceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateAppInstanceUserCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteAppInstanceAdminCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteAppInstanceBotCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteAppInstanceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteAppInstanceUserCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeregisterAppInstanceUserEndpointCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeAppInstanceAdminCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeAppInstanceBotCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeAppInstanceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeAppInstanceUserCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeAppInstanceUserEndpointCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetAppInstanceRetentionSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListAppInstanceAdminsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListAppInstanceBotsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListAppInstanceUserEndpointsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListAppInstanceUsersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListAppInstancesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutAppInstanceRetentionSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutAppInstanceUserExpirationSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RegisterAppInstanceUserEndpointCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateAppInstanceBotCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateAppInstanceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateAppInstanceUserCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateAppInstanceUserEndpointCommand.d.ts +9 -0
- package/package.json +40 -40
|
@@ -136,6 +136,7 @@ export interface ChimeSDKIdentity {
|
|
|
136
136
|
/**
|
|
137
137
|
* @see {@link ListAppInstancesCommand}
|
|
138
138
|
*/
|
|
139
|
+
listAppInstances(): Promise<ListAppInstancesCommandOutput>;
|
|
139
140
|
listAppInstances(args: ListAppInstancesCommandInput, options?: __HttpHandlerOptions): Promise<ListAppInstancesCommandOutput>;
|
|
140
141
|
listAppInstances(args: ListAppInstancesCommandInput, cb: (err: any, data?: ListAppInstancesCommandOutput) => void): void;
|
|
141
142
|
listAppInstances(args: ListAppInstancesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAppInstancesCommandOutput) => void): void;
|
|
@@ -213,11 +214,11 @@ export interface ChimeSDKIdentity {
|
|
|
213
214
|
updateAppInstanceUserEndpoint(args: UpdateAppInstanceUserEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAppInstanceUserEndpointCommandOutput) => void): void;
|
|
214
215
|
}
|
|
215
216
|
/**
|
|
216
|
-
* @public
|
|
217
217
|
* <p>The Amazon Chime SDK Identity APIs in this section allow software developers to create
|
|
218
218
|
* and manage unique instances of their messaging applications. These APIs provide the
|
|
219
219
|
* overarching framework for creating and sending messages. For more information about the
|
|
220
220
|
* identity APIs, refer to <a href="https://docs.aws.amazon.com/chime/latest/APIReference/API_Operations_Amazon_Chime_SDK_Identity.html">Amazon Chime SDK identity</a>.</p>
|
|
221
|
+
* @public
|
|
221
222
|
*/
|
|
222
223
|
export declare class ChimeSDKIdentity extends ChimeSDKIdentityClient implements ChimeSDKIdentity {
|
|
223
224
|
}
|
|
@@ -181,11 +181,11 @@ export type ChimeSDKIdentityClientResolvedConfigType = __SmithyResolvedConfigura
|
|
|
181
181
|
export interface ChimeSDKIdentityClientResolvedConfig extends ChimeSDKIdentityClientResolvedConfigType {
|
|
182
182
|
}
|
|
183
183
|
/**
|
|
184
|
-
* @public
|
|
185
184
|
* <p>The Amazon Chime SDK Identity APIs in this section allow software developers to create
|
|
186
185
|
* and manage unique instances of their messaging applications. These APIs provide the
|
|
187
186
|
* overarching framework for creating and sending messages. For more information about the
|
|
188
187
|
* identity APIs, refer to <a href="https://docs.aws.amazon.com/chime/latest/APIReference/API_Operations_Amazon_Chime_SDK_Identity.html">Amazon Chime SDK identity</a>.</p>
|
|
188
|
+
* @public
|
|
189
189
|
*/
|
|
190
190
|
export declare class ChimeSDKIdentityClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, ChimeSDKIdentityClientResolvedConfig> {
|
|
191
191
|
/**
|
|
@@ -22,10 +22,10 @@ export interface CreateAppInstanceAdminCommandOutput extends CreateAppInstanceAd
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateAppInstanceAdminCommand_base: {
|
|
24
24
|
new (input: CreateAppInstanceAdminCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAppInstanceAdminCommandInput, CreateAppInstanceAdminCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateAppInstanceAdminCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAppInstanceAdminCommandInput, CreateAppInstanceAdminCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Promotes an <code>AppInstanceUser</code> or <code>AppInstanceBot</code> to an
|
|
30
30
|
* <code>AppInstanceAdmin</code>. The
|
|
31
31
|
* promoted entity can perform the following actions. </p>
|
|
@@ -98,6 +98,7 @@ declare const CreateAppInstanceAdminCommand_base: {
|
|
|
98
98
|
* @throws {@link ChimeSDKIdentityServiceException}
|
|
99
99
|
* <p>Base exception class for all service exceptions from ChimeSDKIdentity service.</p>
|
|
100
100
|
*
|
|
101
|
+
* @public
|
|
101
102
|
*/
|
|
102
103
|
export declare class CreateAppInstanceAdminCommand extends CreateAppInstanceAdminCommand_base {
|
|
103
104
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateAppInstanceBotCommandOutput extends CreateAppInstanceBotR
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateAppInstanceBotCommand_base: {
|
|
24
24
|
new (input: CreateAppInstanceBotCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAppInstanceBotCommandInput, CreateAppInstanceBotCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateAppInstanceBotCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAppInstanceBotCommandInput, CreateAppInstanceBotCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a bot under an Amazon Chime <code>AppInstance</code>. The request consists of a
|
|
30
30
|
* unique <code>Configuration</code> and <code>Name</code> for that bot.</p>
|
|
31
31
|
* @example
|
|
@@ -100,6 +100,7 @@ declare const CreateAppInstanceBotCommand_base: {
|
|
|
100
100
|
* @throws {@link ChimeSDKIdentityServiceException}
|
|
101
101
|
* <p>Base exception class for all service exceptions from ChimeSDKIdentity service.</p>
|
|
102
102
|
*
|
|
103
|
+
* @public
|
|
103
104
|
*/
|
|
104
105
|
export declare class CreateAppInstanceBotCommand extends CreateAppInstanceBotCommand_base {
|
|
105
106
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateAppInstanceCommandOutput extends CreateAppInstanceRespons
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateAppInstanceCommand_base: {
|
|
24
24
|
new (input: CreateAppInstanceCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAppInstanceCommandInput, CreateAppInstanceCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateAppInstanceCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAppInstanceCommandInput, CreateAppInstanceCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates an Amazon Chime SDK messaging <code>AppInstance</code> under an AWS account.
|
|
30
30
|
* Only SDK messaging customers use this API. <code>CreateAppInstance</code> supports
|
|
31
31
|
* idempotency behavior as described in the AWS API Standard.</p>
|
|
@@ -89,6 +89,7 @@ declare const CreateAppInstanceCommand_base: {
|
|
|
89
89
|
* @throws {@link ChimeSDKIdentityServiceException}
|
|
90
90
|
* <p>Base exception class for all service exceptions from ChimeSDKIdentity service.</p>
|
|
91
91
|
*
|
|
92
|
+
* @public
|
|
92
93
|
*/
|
|
93
94
|
export declare class CreateAppInstanceCommand extends CreateAppInstanceCommand_base {
|
|
94
95
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateAppInstanceUserCommandOutput extends CreateAppInstanceUse
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateAppInstanceUserCommand_base: {
|
|
24
24
|
new (input: CreateAppInstanceUserCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAppInstanceUserCommandInput, CreateAppInstanceUserCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateAppInstanceUserCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAppInstanceUserCommandInput, CreateAppInstanceUserCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a user under an Amazon Chime <code>AppInstance</code>. The request consists of a
|
|
30
30
|
* unique <code>appInstanceUserId</code> and <code>Name</code> for that user.</p>
|
|
31
31
|
* @example
|
|
@@ -93,6 +93,7 @@ declare const CreateAppInstanceUserCommand_base: {
|
|
|
93
93
|
* @throws {@link ChimeSDKIdentityServiceException}
|
|
94
94
|
* <p>Base exception class for all service exceptions from ChimeSDKIdentity service.</p>
|
|
95
95
|
*
|
|
96
|
+
* @public
|
|
96
97
|
*/
|
|
97
98
|
export declare class CreateAppInstanceUserCommand extends CreateAppInstanceUserCommand_base {
|
|
98
99
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteAppInstanceAdminCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteAppInstanceAdminCommand_base: {
|
|
24
24
|
new (input: DeleteAppInstanceAdminCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAppInstanceAdminCommandInput, DeleteAppInstanceAdminCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteAppInstanceAdminCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAppInstanceAdminCommandInput, DeleteAppInstanceAdminCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Demotes an <code>AppInstanceAdmin</code> to an <code>AppInstanceUser</code> or
|
|
30
30
|
* <code>AppInstanceBot</code>. This action
|
|
31
31
|
* does not delete the user.</p>
|
|
@@ -79,6 +79,7 @@ declare const DeleteAppInstanceAdminCommand_base: {
|
|
|
79
79
|
* @throws {@link ChimeSDKIdentityServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from ChimeSDKIdentity service.</p>
|
|
81
81
|
*
|
|
82
|
+
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class DeleteAppInstanceAdminCommand extends DeleteAppInstanceAdminCommand_base {
|
|
84
85
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteAppInstanceBotCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteAppInstanceBotCommand_base: {
|
|
24
24
|
new (input: DeleteAppInstanceBotCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAppInstanceBotCommandInput, DeleteAppInstanceBotCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteAppInstanceBotCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAppInstanceBotCommandInput, DeleteAppInstanceBotCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes an <code>AppInstanceBot</code>.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -76,6 +76,7 @@ declare const DeleteAppInstanceBotCommand_base: {
|
|
|
76
76
|
* @throws {@link ChimeSDKIdentityServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from ChimeSDKIdentity service.</p>
|
|
78
78
|
*
|
|
79
|
+
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class DeleteAppInstanceBotCommand extends DeleteAppInstanceBotCommand_base {
|
|
81
82
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteAppInstanceCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteAppInstanceCommand_base: {
|
|
24
24
|
new (input: DeleteAppInstanceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAppInstanceCommandInput, DeleteAppInstanceCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteAppInstanceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAppInstanceCommandInput, DeleteAppInstanceCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes an <code>AppInstance</code> and all associated data asynchronously.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -72,6 +72,7 @@ declare const DeleteAppInstanceCommand_base: {
|
|
|
72
72
|
* @throws {@link ChimeSDKIdentityServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from ChimeSDKIdentity service.</p>
|
|
74
74
|
*
|
|
75
|
+
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class DeleteAppInstanceCommand extends DeleteAppInstanceCommand_base {
|
|
77
78
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteAppInstanceUserCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteAppInstanceUserCommand_base: {
|
|
24
24
|
new (input: DeleteAppInstanceUserCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAppInstanceUserCommandInput, DeleteAppInstanceUserCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteAppInstanceUserCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAppInstanceUserCommandInput, DeleteAppInstanceUserCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes an <code>AppInstanceUser</code>.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -76,6 +76,7 @@ declare const DeleteAppInstanceUserCommand_base: {
|
|
|
76
76
|
* @throws {@link ChimeSDKIdentityServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from ChimeSDKIdentity service.</p>
|
|
78
78
|
*
|
|
79
|
+
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class DeleteAppInstanceUserCommand extends DeleteAppInstanceUserCommand_base {
|
|
81
82
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeregisterAppInstanceUserEndpointCommandOutput extends __Metada
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeregisterAppInstanceUserEndpointCommand_base: {
|
|
24
24
|
new (input: DeregisterAppInstanceUserEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<DeregisterAppInstanceUserEndpointCommandInput, DeregisterAppInstanceUserEndpointCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeregisterAppInstanceUserEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<DeregisterAppInstanceUserEndpointCommandInput, DeregisterAppInstanceUserEndpointCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deregisters an <code>AppInstanceUserEndpoint</code>.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -70,6 +70,7 @@ declare const DeregisterAppInstanceUserEndpointCommand_base: {
|
|
|
70
70
|
* @throws {@link ChimeSDKIdentityServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from ChimeSDKIdentity service.</p>
|
|
72
72
|
*
|
|
73
|
+
* @public
|
|
73
74
|
*/
|
|
74
75
|
export declare class DeregisterAppInstanceUserEndpointCommand extends DeregisterAppInstanceUserEndpointCommand_base {
|
|
75
76
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeAppInstanceAdminCommandOutput extends DescribeAppInstan
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeAppInstanceAdminCommand_base: {
|
|
24
24
|
new (input: DescribeAppInstanceAdminCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAppInstanceAdminCommandInput, DescribeAppInstanceAdminCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeAppInstanceAdminCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAppInstanceAdminCommandInput, DescribeAppInstanceAdminCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns the full details of an <code>AppInstanceAdmin</code>.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -79,6 +79,7 @@ declare const DescribeAppInstanceAdminCommand_base: {
|
|
|
79
79
|
* @throws {@link ChimeSDKIdentityServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from ChimeSDKIdentity service.</p>
|
|
81
81
|
*
|
|
82
|
+
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class DescribeAppInstanceAdminCommand extends DescribeAppInstanceAdminCommand_base {
|
|
84
85
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeAppInstanceBotCommandOutput extends DescribeAppInstance
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeAppInstanceBotCommand_base: {
|
|
24
24
|
new (input: DescribeAppInstanceBotCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAppInstanceBotCommandInput, DescribeAppInstanceBotCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeAppInstanceBotCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAppInstanceBotCommandInput, DescribeAppInstanceBotCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>The <code>AppInstanceBot's</code> information.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -92,6 +92,7 @@ declare const DescribeAppInstanceBotCommand_base: {
|
|
|
92
92
|
* @throws {@link ChimeSDKIdentityServiceException}
|
|
93
93
|
* <p>Base exception class for all service exceptions from ChimeSDKIdentity service.</p>
|
|
94
94
|
*
|
|
95
|
+
* @public
|
|
95
96
|
*/
|
|
96
97
|
export declare class DescribeAppInstanceBotCommand extends DescribeAppInstanceBotCommand_base {
|
|
97
98
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeAppInstanceCommandOutput extends DescribeAppInstanceRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeAppInstanceCommand_base: {
|
|
24
24
|
new (input: DescribeAppInstanceCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAppInstanceCommandInput, DescribeAppInstanceCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeAppInstanceCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAppInstanceCommandInput, DescribeAppInstanceCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns the full details of an <code>AppInstance</code>.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -77,6 +77,7 @@ declare const DescribeAppInstanceCommand_base: {
|
|
|
77
77
|
* @throws {@link ChimeSDKIdentityServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from ChimeSDKIdentity service.</p>
|
|
79
79
|
*
|
|
80
|
+
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class DescribeAppInstanceCommand extends DescribeAppInstanceCommand_base {
|
|
82
83
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeAppInstanceUserCommandOutput extends DescribeAppInstanc
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeAppInstanceUserCommand_base: {
|
|
24
24
|
new (input: DescribeAppInstanceUserCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAppInstanceUserCommandInput, DescribeAppInstanceUserCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeAppInstanceUserCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAppInstanceUserCommandInput, DescribeAppInstanceUserCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns the full details of an <code>AppInstanceUser</code>.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -81,6 +81,7 @@ declare const DescribeAppInstanceUserCommand_base: {
|
|
|
81
81
|
* @throws {@link ChimeSDKIdentityServiceException}
|
|
82
82
|
* <p>Base exception class for all service exceptions from ChimeSDKIdentity service.</p>
|
|
83
83
|
*
|
|
84
|
+
* @public
|
|
84
85
|
*/
|
|
85
86
|
export declare class DescribeAppInstanceUserCommand extends DescribeAppInstanceUserCommand_base {
|
|
86
87
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeAppInstanceUserEndpointCommandOutput extends DescribeAp
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeAppInstanceUserEndpointCommand_base: {
|
|
24
24
|
new (input: DescribeAppInstanceUserEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAppInstanceUserEndpointCommandInput, DescribeAppInstanceUserEndpointCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeAppInstanceUserEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAppInstanceUserEndpointCommandInput, DescribeAppInstanceUserEndpointCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns the full details of an <code>AppInstanceUserEndpoint</code>.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -89,6 +89,7 @@ declare const DescribeAppInstanceUserEndpointCommand_base: {
|
|
|
89
89
|
* @throws {@link ChimeSDKIdentityServiceException}
|
|
90
90
|
* <p>Base exception class for all service exceptions from ChimeSDKIdentity service.</p>
|
|
91
91
|
*
|
|
92
|
+
* @public
|
|
92
93
|
*/
|
|
93
94
|
export declare class DescribeAppInstanceUserEndpointCommand extends DescribeAppInstanceUserEndpointCommand_base {
|
|
94
95
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetAppInstanceRetentionSettingsCommandOutput extends GetAppInst
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetAppInstanceRetentionSettingsCommand_base: {
|
|
24
24
|
new (input: GetAppInstanceRetentionSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<GetAppInstanceRetentionSettingsCommandInput, GetAppInstanceRetentionSettingsCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetAppInstanceRetentionSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<GetAppInstanceRetentionSettingsCommandInput, GetAppInstanceRetentionSettingsCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Gets the retention settings for an <code>AppInstance</code>.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -76,6 +76,7 @@ declare const GetAppInstanceRetentionSettingsCommand_base: {
|
|
|
76
76
|
* @throws {@link ChimeSDKIdentityServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from ChimeSDKIdentity service.</p>
|
|
78
78
|
*
|
|
79
|
+
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class GetAppInstanceRetentionSettingsCommand extends GetAppInstanceRetentionSettingsCommand_base {
|
|
81
82
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListAppInstanceAdminsCommandOutput extends ListAppInstanceAdmin
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListAppInstanceAdminsCommand_base: {
|
|
24
24
|
new (input: ListAppInstanceAdminsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAppInstanceAdminsCommandInput, ListAppInstanceAdminsCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListAppInstanceAdminsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAppInstanceAdminsCommandInput, ListAppInstanceAdminsCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns a list of the administrators in the <code>AppInstance</code>.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -85,6 +85,7 @@ declare const ListAppInstanceAdminsCommand_base: {
|
|
|
85
85
|
* @throws {@link ChimeSDKIdentityServiceException}
|
|
86
86
|
* <p>Base exception class for all service exceptions from ChimeSDKIdentity service.</p>
|
|
87
87
|
*
|
|
88
|
+
* @public
|
|
88
89
|
*/
|
|
89
90
|
export declare class ListAppInstanceAdminsCommand extends ListAppInstanceAdminsCommand_base {
|
|
90
91
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListAppInstanceBotsCommandOutput extends ListAppInstanceBotsRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListAppInstanceBotsCommand_base: {
|
|
24
24
|
new (input: ListAppInstanceBotsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAppInstanceBotsCommandInput, ListAppInstanceBotsCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListAppInstanceBotsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAppInstanceBotsCommandInput, ListAppInstanceBotsCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists all <code>AppInstanceBots</code> created under a single <code>AppInstance</code>.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -84,6 +84,7 @@ declare const ListAppInstanceBotsCommand_base: {
|
|
|
84
84
|
* @throws {@link ChimeSDKIdentityServiceException}
|
|
85
85
|
* <p>Base exception class for all service exceptions from ChimeSDKIdentity service.</p>
|
|
86
86
|
*
|
|
87
|
+
* @public
|
|
87
88
|
*/
|
|
88
89
|
export declare class ListAppInstanceBotsCommand extends ListAppInstanceBotsCommand_base {
|
|
89
90
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListAppInstanceUserEndpointsCommandOutput extends ListAppInstan
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListAppInstanceUserEndpointsCommand_base: {
|
|
24
24
|
new (input: ListAppInstanceUserEndpointsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAppInstanceUserEndpointsCommandInput, ListAppInstanceUserEndpointsCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListAppInstanceUserEndpointsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAppInstanceUserEndpointsCommandInput, ListAppInstanceUserEndpointsCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists all the <code>AppInstanceUserEndpoints</code> created under a single <code>AppInstanceUser</code>.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -86,6 +86,7 @@ declare const ListAppInstanceUserEndpointsCommand_base: {
|
|
|
86
86
|
* @throws {@link ChimeSDKIdentityServiceException}
|
|
87
87
|
* <p>Base exception class for all service exceptions from ChimeSDKIdentity service.</p>
|
|
88
88
|
*
|
|
89
|
+
* @public
|
|
89
90
|
*/
|
|
90
91
|
export declare class ListAppInstanceUserEndpointsCommand extends ListAppInstanceUserEndpointsCommand_base {
|
|
91
92
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListAppInstanceUsersCommandOutput extends ListAppInstanceUsersR
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListAppInstanceUsersCommand_base: {
|
|
24
24
|
new (input: ListAppInstanceUsersCommandInput): import("@smithy/smithy-client").CommandImpl<ListAppInstanceUsersCommandInput, ListAppInstanceUsersCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListAppInstanceUsersCommandInput): import("@smithy/smithy-client").CommandImpl<ListAppInstanceUsersCommandInput, ListAppInstanceUsersCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>List all <code>AppInstanceUsers</code> created under a single
|
|
30
30
|
* <code>AppInstance</code>.</p>
|
|
31
31
|
* @example
|
|
@@ -82,6 +82,7 @@ declare const ListAppInstanceUsersCommand_base: {
|
|
|
82
82
|
* @throws {@link ChimeSDKIdentityServiceException}
|
|
83
83
|
* <p>Base exception class for all service exceptions from ChimeSDKIdentity service.</p>
|
|
84
84
|
*
|
|
85
|
+
* @public
|
|
85
86
|
*/
|
|
86
87
|
export declare class ListAppInstanceUsersCommand extends ListAppInstanceUsersCommand_base {
|
|
87
88
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListAppInstancesCommandOutput extends ListAppInstancesResponse,
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListAppInstancesCommand_base: {
|
|
24
24
|
new (input: ListAppInstancesCommandInput): import("@smithy/smithy-client").CommandImpl<ListAppInstancesCommandInput, ListAppInstancesCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListAppInstancesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListAppInstancesCommandInput, ListAppInstancesCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists all Amazon Chime <code>AppInstance</code>s created under a single AWS
|
|
30
30
|
* account.</p>
|
|
31
31
|
* @example
|
|
@@ -80,6 +80,7 @@ declare const ListAppInstancesCommand_base: {
|
|
|
80
80
|
* @throws {@link ChimeSDKIdentityServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from ChimeSDKIdentity service.</p>
|
|
82
82
|
*
|
|
83
|
+
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class ListAppInstancesCommand extends ListAppInstancesCommand_base {
|
|
85
86
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListTagsForResourceCommand_base: {
|
|
24
24
|
new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists the tags applied to an Amazon Chime SDK identity resource.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -76,6 +76,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
76
76
|
* @throws {@link ChimeSDKIdentityServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from ChimeSDKIdentity service.</p>
|
|
78
78
|
*
|
|
79
|
+
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
81
82
|
}
|
|
@@ -22,10 +22,10 @@ export interface PutAppInstanceRetentionSettingsCommandOutput extends PutAppInst
|
|
|
22
22
|
}
|
|
23
23
|
declare const PutAppInstanceRetentionSettingsCommand_base: {
|
|
24
24
|
new (input: PutAppInstanceRetentionSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<PutAppInstanceRetentionSettingsCommandInput, PutAppInstanceRetentionSettingsCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: PutAppInstanceRetentionSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<PutAppInstanceRetentionSettingsCommandInput, PutAppInstanceRetentionSettingsCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Sets the amount of time in days that a given <code>AppInstance</code> retains
|
|
30
30
|
* data.</p>
|
|
31
31
|
* @example
|
|
@@ -82,6 +82,7 @@ declare const PutAppInstanceRetentionSettingsCommand_base: {
|
|
|
82
82
|
* @throws {@link ChimeSDKIdentityServiceException}
|
|
83
83
|
* <p>Base exception class for all service exceptions from ChimeSDKIdentity service.</p>
|
|
84
84
|
*
|
|
85
|
+
* @public
|
|
85
86
|
*/
|
|
86
87
|
export declare class PutAppInstanceRetentionSettingsCommand extends PutAppInstanceRetentionSettingsCommand_base {
|
|
87
88
|
}
|
|
@@ -22,10 +22,10 @@ export interface PutAppInstanceUserExpirationSettingsCommandOutput extends PutAp
|
|
|
22
22
|
}
|
|
23
23
|
declare const PutAppInstanceUserExpirationSettingsCommand_base: {
|
|
24
24
|
new (input: PutAppInstanceUserExpirationSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<PutAppInstanceUserExpirationSettingsCommandInput, PutAppInstanceUserExpirationSettingsCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: PutAppInstanceUserExpirationSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<PutAppInstanceUserExpirationSettingsCommandInput, PutAppInstanceUserExpirationSettingsCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Sets the number of days before the <code>AppInstanceUser</code> is automatically deleted.</p>
|
|
30
30
|
* <note>
|
|
31
31
|
* <p>A background process deletes expired <code>AppInstanceUsers</code> within 6 hours of expiration.
|
|
@@ -89,6 +89,7 @@ declare const PutAppInstanceUserExpirationSettingsCommand_base: {
|
|
|
89
89
|
* @throws {@link ChimeSDKIdentityServiceException}
|
|
90
90
|
* <p>Base exception class for all service exceptions from ChimeSDKIdentity service.</p>
|
|
91
91
|
*
|
|
92
|
+
* @public
|
|
92
93
|
*/
|
|
93
94
|
export declare class PutAppInstanceUserExpirationSettingsCommand extends PutAppInstanceUserExpirationSettingsCommand_base {
|
|
94
95
|
}
|
|
@@ -22,10 +22,10 @@ export interface RegisterAppInstanceUserEndpointCommandOutput extends RegisterAp
|
|
|
22
22
|
}
|
|
23
23
|
declare const RegisterAppInstanceUserEndpointCommand_base: {
|
|
24
24
|
new (input: RegisterAppInstanceUserEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<RegisterAppInstanceUserEndpointCommandInput, RegisterAppInstanceUserEndpointCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: RegisterAppInstanceUserEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<RegisterAppInstanceUserEndpointCommandInput, RegisterAppInstanceUserEndpointCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Registers an endpoint under an Amazon Chime <code>AppInstanceUser</code>. The endpoint receives messages for a user. For push notifications, the endpoint is a mobile device used to receive mobile push notifications for a user.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -88,6 +88,7 @@ declare const RegisterAppInstanceUserEndpointCommand_base: {
|
|
|
88
88
|
* @throws {@link ChimeSDKIdentityServiceException}
|
|
89
89
|
* <p>Base exception class for all service exceptions from ChimeSDKIdentity service.</p>
|
|
90
90
|
*
|
|
91
|
+
* @public
|
|
91
92
|
*/
|
|
92
93
|
export declare class RegisterAppInstanceUserEndpointCommand extends RegisterAppInstanceUserEndpointCommand_base {
|
|
93
94
|
}
|
|
@@ -22,10 +22,10 @@ export interface TagResourceCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const TagResourceCommand_base: {
|
|
24
24
|
new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Applies the specified tags to the specified Amazon Chime SDK identity resource.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -78,6 +78,7 @@ declare const TagResourceCommand_base: {
|
|
|
78
78
|
* @throws {@link ChimeSDKIdentityServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from ChimeSDKIdentity service.</p>
|
|
80
80
|
*
|
|
81
|
+
* @public
|
|
81
82
|
*/
|
|
82
83
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
83
84
|
}
|
|
@@ -22,10 +22,10 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const UntagResourceCommand_base: {
|
|
24
24
|
new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Removes the specified tags from the specified Amazon Chime SDK identity resource.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -72,6 +72,7 @@ declare const UntagResourceCommand_base: {
|
|
|
72
72
|
* @throws {@link ChimeSDKIdentityServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from ChimeSDKIdentity service.</p>
|
|
74
74
|
*
|
|
75
|
+
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
77
78
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateAppInstanceBotCommandOutput extends UpdateAppInstanceBotR
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateAppInstanceBotCommand_base: {
|
|
24
24
|
new (input: UpdateAppInstanceBotCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAppInstanceBotCommandInput, UpdateAppInstanceBotCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateAppInstanceBotCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAppInstanceBotCommandInput, UpdateAppInstanceBotCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates the name and metadata of an <code>AppInstanceBot</code>.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -92,6 +92,7 @@ declare const UpdateAppInstanceBotCommand_base: {
|
|
|
92
92
|
* @throws {@link ChimeSDKIdentityServiceException}
|
|
93
93
|
* <p>Base exception class for all service exceptions from ChimeSDKIdentity service.</p>
|
|
94
94
|
*
|
|
95
|
+
* @public
|
|
95
96
|
*/
|
|
96
97
|
export declare class UpdateAppInstanceBotCommand extends UpdateAppInstanceBotCommand_base {
|
|
97
98
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateAppInstanceCommandOutput extends UpdateAppInstanceRespons
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateAppInstanceCommand_base: {
|
|
24
24
|
new (input: UpdateAppInstanceCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAppInstanceCommandInput, UpdateAppInstanceCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateAppInstanceCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAppInstanceCommandInput, UpdateAppInstanceCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates <code>AppInstance</code> metadata.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -77,6 +77,7 @@ declare const UpdateAppInstanceCommand_base: {
|
|
|
77
77
|
* @throws {@link ChimeSDKIdentityServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from ChimeSDKIdentity service.</p>
|
|
79
79
|
*
|
|
80
|
+
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class UpdateAppInstanceCommand extends UpdateAppInstanceCommand_base {
|
|
82
83
|
}
|