@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
|
@@ -348,6 +348,7 @@ export interface ChimeSDKIdentity {
|
|
|
348
348
|
options: __HttpHandlerOptions,
|
|
349
349
|
cb: (err: any, data?: ListAppInstanceBotsCommandOutput) => void
|
|
350
350
|
): void;
|
|
351
|
+
listAppInstances(): Promise<ListAppInstancesCommandOutput>;
|
|
351
352
|
listAppInstances(
|
|
352
353
|
args: ListAppInstancesCommandInput,
|
|
353
354
|
options?: __HttpHandlerOptions
|
|
@@ -25,6 +25,15 @@ declare const CreateAppInstanceAdminCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CreateAppInstanceAdminCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreateAppInstanceAdminCommandInput,
|
|
32
|
+
CreateAppInstanceAdminCommandOutput,
|
|
33
|
+
ChimeSDKIdentityClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CreateAppInstanceAdminCommand extends CreateAppInstanceAdminCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const CreateAppInstanceBotCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CreateAppInstanceBotCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreateAppInstanceBotCommandInput,
|
|
32
|
+
CreateAppInstanceBotCommandOutput,
|
|
33
|
+
ChimeSDKIdentityClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CreateAppInstanceBotCommand extends CreateAppInstanceBotCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const CreateAppInstanceCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CreateAppInstanceCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreateAppInstanceCommandInput,
|
|
32
|
+
CreateAppInstanceCommandOutput,
|
|
33
|
+
ChimeSDKIdentityClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CreateAppInstanceCommand extends CreateAppInstanceCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const CreateAppInstanceUserCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CreateAppInstanceUserCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreateAppInstanceUserCommandInput,
|
|
32
|
+
CreateAppInstanceUserCommandOutput,
|
|
33
|
+
ChimeSDKIdentityClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CreateAppInstanceUserCommand extends CreateAppInstanceUserCommand_base {}
|
|
@@ -20,6 +20,15 @@ declare const DeleteAppInstanceAdminCommand_base: {
|
|
|
20
20
|
ServiceInputTypes,
|
|
21
21
|
ServiceOutputTypes
|
|
22
22
|
>;
|
|
23
|
+
new (
|
|
24
|
+
__0_0: DeleteAppInstanceAdminCommandInput
|
|
25
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
26
|
+
DeleteAppInstanceAdminCommandInput,
|
|
27
|
+
DeleteAppInstanceAdminCommandOutput,
|
|
28
|
+
ChimeSDKIdentityClientResolvedConfig,
|
|
29
|
+
ServiceInputTypes,
|
|
30
|
+
ServiceOutputTypes
|
|
31
|
+
>;
|
|
23
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
24
33
|
};
|
|
25
34
|
export declare class DeleteAppInstanceAdminCommand extends DeleteAppInstanceAdminCommand_base {}
|
|
@@ -20,6 +20,15 @@ declare const DeleteAppInstanceBotCommand_base: {
|
|
|
20
20
|
ServiceInputTypes,
|
|
21
21
|
ServiceOutputTypes
|
|
22
22
|
>;
|
|
23
|
+
new (
|
|
24
|
+
__0_0: DeleteAppInstanceBotCommandInput
|
|
25
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
26
|
+
DeleteAppInstanceBotCommandInput,
|
|
27
|
+
DeleteAppInstanceBotCommandOutput,
|
|
28
|
+
ChimeSDKIdentityClientResolvedConfig,
|
|
29
|
+
ServiceInputTypes,
|
|
30
|
+
ServiceOutputTypes
|
|
31
|
+
>;
|
|
23
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
24
33
|
};
|
|
25
34
|
export declare class DeleteAppInstanceBotCommand extends DeleteAppInstanceBotCommand_base {}
|
|
@@ -20,6 +20,15 @@ declare const DeleteAppInstanceCommand_base: {
|
|
|
20
20
|
ServiceInputTypes,
|
|
21
21
|
ServiceOutputTypes
|
|
22
22
|
>;
|
|
23
|
+
new (
|
|
24
|
+
__0_0: DeleteAppInstanceCommandInput
|
|
25
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
26
|
+
DeleteAppInstanceCommandInput,
|
|
27
|
+
DeleteAppInstanceCommandOutput,
|
|
28
|
+
ChimeSDKIdentityClientResolvedConfig,
|
|
29
|
+
ServiceInputTypes,
|
|
30
|
+
ServiceOutputTypes
|
|
31
|
+
>;
|
|
23
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
24
33
|
};
|
|
25
34
|
export declare class DeleteAppInstanceCommand extends DeleteAppInstanceCommand_base {}
|
|
@@ -20,6 +20,15 @@ declare const DeleteAppInstanceUserCommand_base: {
|
|
|
20
20
|
ServiceInputTypes,
|
|
21
21
|
ServiceOutputTypes
|
|
22
22
|
>;
|
|
23
|
+
new (
|
|
24
|
+
__0_0: DeleteAppInstanceUserCommandInput
|
|
25
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
26
|
+
DeleteAppInstanceUserCommandInput,
|
|
27
|
+
DeleteAppInstanceUserCommandOutput,
|
|
28
|
+
ChimeSDKIdentityClientResolvedConfig,
|
|
29
|
+
ServiceInputTypes,
|
|
30
|
+
ServiceOutputTypes
|
|
31
|
+
>;
|
|
23
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
24
33
|
};
|
|
25
34
|
export declare class DeleteAppInstanceUserCommand extends DeleteAppInstanceUserCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const DeregisterAppInstanceUserEndpointCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: DeregisterAppInstanceUserEndpointCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
DeregisterAppInstanceUserEndpointCommandInput,
|
|
28
|
+
DeregisterAppInstanceUserEndpointCommandOutput,
|
|
29
|
+
ChimeSDKIdentityClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class DeregisterAppInstanceUserEndpointCommand extends DeregisterAppInstanceUserEndpointCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeAppInstanceAdminCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DescribeAppInstanceAdminCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeAppInstanceAdminCommandInput,
|
|
32
|
+
DescribeAppInstanceAdminCommandOutput,
|
|
33
|
+
ChimeSDKIdentityClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeAppInstanceAdminCommand extends DescribeAppInstanceAdminCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeAppInstanceBotCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DescribeAppInstanceBotCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeAppInstanceBotCommandInput,
|
|
32
|
+
DescribeAppInstanceBotCommandOutput,
|
|
33
|
+
ChimeSDKIdentityClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeAppInstanceBotCommand extends DescribeAppInstanceBotCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeAppInstanceCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DescribeAppInstanceCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeAppInstanceCommandInput,
|
|
32
|
+
DescribeAppInstanceCommandOutput,
|
|
33
|
+
ChimeSDKIdentityClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeAppInstanceCommand extends DescribeAppInstanceCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeAppInstanceUserCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DescribeAppInstanceUserCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeAppInstanceUserCommandInput,
|
|
32
|
+
DescribeAppInstanceUserCommandOutput,
|
|
33
|
+
ChimeSDKIdentityClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeAppInstanceUserCommand extends DescribeAppInstanceUserCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeAppInstanceUserEndpointCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DescribeAppInstanceUserEndpointCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeAppInstanceUserEndpointCommandInput,
|
|
32
|
+
DescribeAppInstanceUserEndpointCommandOutput,
|
|
33
|
+
ChimeSDKIdentityClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeAppInstanceUserEndpointCommand extends DescribeAppInstanceUserEndpointCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const GetAppInstanceRetentionSettingsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: GetAppInstanceRetentionSettingsCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
GetAppInstanceRetentionSettingsCommandInput,
|
|
32
|
+
GetAppInstanceRetentionSettingsCommandOutput,
|
|
33
|
+
ChimeSDKIdentityClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class GetAppInstanceRetentionSettingsCommand extends GetAppInstanceRetentionSettingsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListAppInstanceAdminsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: ListAppInstanceAdminsCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListAppInstanceAdminsCommandInput,
|
|
32
|
+
ListAppInstanceAdminsCommandOutput,
|
|
33
|
+
ChimeSDKIdentityClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListAppInstanceAdminsCommand extends ListAppInstanceAdminsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListAppInstanceBotsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: ListAppInstanceBotsCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListAppInstanceBotsCommandInput,
|
|
32
|
+
ListAppInstanceBotsCommandOutput,
|
|
33
|
+
ChimeSDKIdentityClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListAppInstanceBotsCommand extends ListAppInstanceBotsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListAppInstanceUserEndpointsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: ListAppInstanceUserEndpointsCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListAppInstanceUserEndpointsCommandInput,
|
|
32
|
+
ListAppInstanceUserEndpointsCommandOutput,
|
|
33
|
+
ChimeSDKIdentityClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListAppInstanceUserEndpointsCommand extends ListAppInstanceUserEndpointsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListAppInstanceUsersCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: ListAppInstanceUsersCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListAppInstanceUsersCommandInput,
|
|
32
|
+
ListAppInstanceUsersCommandOutput,
|
|
33
|
+
ChimeSDKIdentityClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListAppInstanceUsersCommand extends ListAppInstanceUsersCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const ListAppInstancesCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
...[input]: [] | [ListAppInstancesCommandInput]
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
ListAppInstancesCommandInput,
|
|
31
|
+
ListAppInstancesCommandOutput,
|
|
32
|
+
ChimeSDKIdentityClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class ListAppInstancesCommand extends ListAppInstancesCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: ListTagsForResourceCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListTagsForResourceCommandInput,
|
|
32
|
+
ListTagsForResourceCommandOutput,
|
|
33
|
+
ChimeSDKIdentityClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const PutAppInstanceRetentionSettingsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: PutAppInstanceRetentionSettingsCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
PutAppInstanceRetentionSettingsCommandInput,
|
|
32
|
+
PutAppInstanceRetentionSettingsCommandOutput,
|
|
33
|
+
ChimeSDKIdentityClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class PutAppInstanceRetentionSettingsCommand extends PutAppInstanceRetentionSettingsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const PutAppInstanceUserExpirationSettingsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: PutAppInstanceUserExpirationSettingsCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
PutAppInstanceUserExpirationSettingsCommandInput,
|
|
32
|
+
PutAppInstanceUserExpirationSettingsCommandOutput,
|
|
33
|
+
ChimeSDKIdentityClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class PutAppInstanceUserExpirationSettingsCommand extends PutAppInstanceUserExpirationSettingsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const RegisterAppInstanceUserEndpointCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: RegisterAppInstanceUserEndpointCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
RegisterAppInstanceUserEndpointCommandInput,
|
|
32
|
+
RegisterAppInstanceUserEndpointCommandOutput,
|
|
33
|
+
ChimeSDKIdentityClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class RegisterAppInstanceUserEndpointCommand extends RegisterAppInstanceUserEndpointCommand_base {}
|
|
@@ -19,6 +19,15 @@ declare const TagResourceCommand_base: {
|
|
|
19
19
|
ServiceInputTypes,
|
|
20
20
|
ServiceOutputTypes
|
|
21
21
|
>;
|
|
22
|
+
new (
|
|
23
|
+
__0_0: TagResourceCommandInput
|
|
24
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
25
|
+
TagResourceCommandInput,
|
|
26
|
+
TagResourceCommandOutput,
|
|
27
|
+
ChimeSDKIdentityClientResolvedConfig,
|
|
28
|
+
ServiceInputTypes,
|
|
29
|
+
ServiceOutputTypes
|
|
30
|
+
>;
|
|
22
31
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
23
32
|
};
|
|
24
33
|
export declare class TagResourceCommand extends TagResourceCommand_base {}
|
|
@@ -19,6 +19,15 @@ declare const UntagResourceCommand_base: {
|
|
|
19
19
|
ServiceInputTypes,
|
|
20
20
|
ServiceOutputTypes
|
|
21
21
|
>;
|
|
22
|
+
new (
|
|
23
|
+
__0_0: UntagResourceCommandInput
|
|
24
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
25
|
+
UntagResourceCommandInput,
|
|
26
|
+
UntagResourceCommandOutput,
|
|
27
|
+
ChimeSDKIdentityClientResolvedConfig,
|
|
28
|
+
ServiceInputTypes,
|
|
29
|
+
ServiceOutputTypes
|
|
30
|
+
>;
|
|
22
31
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
23
32
|
};
|
|
24
33
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const UpdateAppInstanceBotCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: UpdateAppInstanceBotCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
UpdateAppInstanceBotCommandInput,
|
|
32
|
+
UpdateAppInstanceBotCommandOutput,
|
|
33
|
+
ChimeSDKIdentityClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class UpdateAppInstanceBotCommand extends UpdateAppInstanceBotCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const UpdateAppInstanceCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: UpdateAppInstanceCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
UpdateAppInstanceCommandInput,
|
|
32
|
+
UpdateAppInstanceCommandOutput,
|
|
33
|
+
ChimeSDKIdentityClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class UpdateAppInstanceCommand extends UpdateAppInstanceCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const UpdateAppInstanceUserCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: UpdateAppInstanceUserCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
UpdateAppInstanceUserCommandInput,
|
|
32
|
+
UpdateAppInstanceUserCommandOutput,
|
|
33
|
+
ChimeSDKIdentityClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class UpdateAppInstanceUserCommand extends UpdateAppInstanceUserCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const UpdateAppInstanceUserEndpointCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: UpdateAppInstanceUserEndpointCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
UpdateAppInstanceUserEndpointCommandInput,
|
|
32
|
+
UpdateAppInstanceUserEndpointCommandOutput,
|
|
33
|
+
ChimeSDKIdentityClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class UpdateAppInstanceUserEndpointCommand extends UpdateAppInstanceUserEndpointCommand_base {}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-chime-sdk-identity",
|
|
3
3
|
"description": "AWS SDK for JavaScript Chime Sdk Identity Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.535.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-chime-sdk-identity",
|
|
@@ -20,48 +20,48 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/core": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
30
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
31
|
-
"@aws-sdk/types": "3.
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
35
|
-
"@smithy/config-resolver": "^2.
|
|
36
|
-
"@smithy/core": "^1.
|
|
37
|
-
"@smithy/fetch-http-handler": "^2.
|
|
38
|
-
"@smithy/hash-node": "^2.
|
|
39
|
-
"@smithy/invalid-dependency": "^2.
|
|
40
|
-
"@smithy/middleware-content-length": "^2.
|
|
41
|
-
"@smithy/middleware-endpoint": "^2.
|
|
42
|
-
"@smithy/middleware-retry": "^2.
|
|
43
|
-
"@smithy/middleware-serde": "^2.
|
|
44
|
-
"@smithy/middleware-stack": "^2.
|
|
45
|
-
"@smithy/node-config-provider": "^2.
|
|
46
|
-
"@smithy/node-http-handler": "^2.
|
|
47
|
-
"@smithy/protocol-http": "^3.
|
|
48
|
-
"@smithy/smithy-client": "^2.
|
|
49
|
-
"@smithy/types": "^2.
|
|
50
|
-
"@smithy/url-parser": "^2.
|
|
51
|
-
"@smithy/util-base64": "^2.
|
|
52
|
-
"@smithy/util-body-length-browser": "^2.
|
|
53
|
-
"@smithy/util-body-length-node": "^2.
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^2.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^2.
|
|
56
|
-
"@smithy/util-endpoints": "^1.
|
|
57
|
-
"@smithy/util-middleware": "^2.
|
|
58
|
-
"@smithy/util-retry": "^2.
|
|
59
|
-
"@smithy/util-utf8": "^2.
|
|
60
|
-
"tslib": "^2.
|
|
23
|
+
"@aws-sdk/client-sts": "3.535.0",
|
|
24
|
+
"@aws-sdk/core": "3.535.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.535.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.535.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.535.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.535.0",
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "3.535.0",
|
|
30
|
+
"@aws-sdk/region-config-resolver": "3.535.0",
|
|
31
|
+
"@aws-sdk/types": "3.535.0",
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.535.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-browser": "3.535.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "3.535.0",
|
|
35
|
+
"@smithy/config-resolver": "^2.2.0",
|
|
36
|
+
"@smithy/core": "^1.4.0",
|
|
37
|
+
"@smithy/fetch-http-handler": "^2.5.0",
|
|
38
|
+
"@smithy/hash-node": "^2.2.0",
|
|
39
|
+
"@smithy/invalid-dependency": "^2.2.0",
|
|
40
|
+
"@smithy/middleware-content-length": "^2.2.0",
|
|
41
|
+
"@smithy/middleware-endpoint": "^2.5.0",
|
|
42
|
+
"@smithy/middleware-retry": "^2.2.0",
|
|
43
|
+
"@smithy/middleware-serde": "^2.3.0",
|
|
44
|
+
"@smithy/middleware-stack": "^2.2.0",
|
|
45
|
+
"@smithy/node-config-provider": "^2.3.0",
|
|
46
|
+
"@smithy/node-http-handler": "^2.5.0",
|
|
47
|
+
"@smithy/protocol-http": "^3.3.0",
|
|
48
|
+
"@smithy/smithy-client": "^2.5.0",
|
|
49
|
+
"@smithy/types": "^2.12.0",
|
|
50
|
+
"@smithy/url-parser": "^2.2.0",
|
|
51
|
+
"@smithy/util-base64": "^2.3.0",
|
|
52
|
+
"@smithy/util-body-length-browser": "^2.2.0",
|
|
53
|
+
"@smithy/util-body-length-node": "^2.3.0",
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^2.2.0",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^2.3.0",
|
|
56
|
+
"@smithy/util-endpoints": "^1.2.0",
|
|
57
|
+
"@smithy/util-middleware": "^2.2.0",
|
|
58
|
+
"@smithy/util-retry": "^2.2.0",
|
|
59
|
+
"@smithy/util-utf8": "^2.3.0",
|
|
60
|
+
"tslib": "^2.6.2",
|
|
61
61
|
"uuid": "^9.0.1"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
|
-
"@smithy/service-client-documentation-generator": "^2.
|
|
64
|
+
"@smithy/service-client-documentation-generator": "^2.2.0",
|
|
65
65
|
"@tsconfig/node14": "1.0.3",
|
|
66
66
|
"@types/node": "^14.14.31",
|
|
67
67
|
"@types/uuid": "^9.0.4",
|