@aws-sdk/client-chime-sdk-identity 3.1077.0 → 3.1078.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +38 -303
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/CreateAppInstanceAdminCommand.js +2 -14
- package/dist-es/commands/CreateAppInstanceBotCommand.js +2 -14
- package/dist-es/commands/CreateAppInstanceCommand.js +2 -14
- package/dist-es/commands/CreateAppInstanceUserCommand.js +2 -14
- package/dist-es/commands/DeleteAppInstanceAdminCommand.js +2 -14
- package/dist-es/commands/DeleteAppInstanceBotCommand.js +2 -14
- package/dist-es/commands/DeleteAppInstanceCommand.js +2 -14
- package/dist-es/commands/DeleteAppInstanceUserCommand.js +2 -14
- package/dist-es/commands/DeregisterAppInstanceUserEndpointCommand.js +2 -14
- package/dist-es/commands/DescribeAppInstanceAdminCommand.js +2 -14
- package/dist-es/commands/DescribeAppInstanceBotCommand.js +2 -14
- package/dist-es/commands/DescribeAppInstanceCommand.js +2 -14
- package/dist-es/commands/DescribeAppInstanceUserCommand.js +2 -14
- package/dist-es/commands/DescribeAppInstanceUserEndpointCommand.js +2 -14
- package/dist-es/commands/GetAppInstanceRetentionSettingsCommand.js +2 -14
- package/dist-es/commands/ListAppInstanceAdminsCommand.js +2 -14
- package/dist-es/commands/ListAppInstanceBotsCommand.js +2 -14
- package/dist-es/commands/ListAppInstanceUserEndpointsCommand.js +2 -14
- package/dist-es/commands/ListAppInstanceUsersCommand.js +2 -14
- package/dist-es/commands/ListAppInstancesCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/PutAppInstanceRetentionSettingsCommand.js +2 -14
- package/dist-es/commands/PutAppInstanceUserExpirationSettingsCommand.js +2 -14
- package/dist-es/commands/RegisterAppInstanceUserEndpointCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateAppInstanceBotCommand.js +2 -14
- package/dist-es/commands/UpdateAppInstanceCommand.js +2 -14
- package/dist-es/commands/UpdateAppInstanceUserCommand.js +2 -14
- package/dist-es/commands/UpdateAppInstanceUserEndpointCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/CreateAppInstanceAdminCommand.d.ts +3 -8
- package/dist-types/commands/CreateAppInstanceBotCommand.d.ts +3 -8
- package/dist-types/commands/CreateAppInstanceCommand.d.ts +3 -8
- package/dist-types/commands/CreateAppInstanceUserCommand.d.ts +3 -8
- package/dist-types/commands/DeleteAppInstanceAdminCommand.d.ts +3 -8
- package/dist-types/commands/DeleteAppInstanceBotCommand.d.ts +3 -8
- package/dist-types/commands/DeleteAppInstanceCommand.d.ts +3 -8
- package/dist-types/commands/DeleteAppInstanceUserCommand.d.ts +3 -8
- package/dist-types/commands/DeregisterAppInstanceUserEndpointCommand.d.ts +3 -8
- package/dist-types/commands/DescribeAppInstanceAdminCommand.d.ts +3 -8
- package/dist-types/commands/DescribeAppInstanceBotCommand.d.ts +3 -8
- package/dist-types/commands/DescribeAppInstanceCommand.d.ts +3 -8
- package/dist-types/commands/DescribeAppInstanceUserCommand.d.ts +3 -8
- package/dist-types/commands/DescribeAppInstanceUserEndpointCommand.d.ts +3 -8
- package/dist-types/commands/GetAppInstanceRetentionSettingsCommand.d.ts +3 -8
- package/dist-types/commands/ListAppInstanceAdminsCommand.d.ts +3 -8
- package/dist-types/commands/ListAppInstanceBotsCommand.d.ts +3 -8
- package/dist-types/commands/ListAppInstanceUserEndpointsCommand.d.ts +3 -8
- package/dist-types/commands/ListAppInstanceUsersCommand.d.ts +3 -8
- package/dist-types/commands/ListAppInstancesCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/PutAppInstanceRetentionSettingsCommand.d.ts +3 -8
- package/dist-types/commands/PutAppInstanceUserExpirationSettingsCommand.d.ts +3 -8
- package/dist-types/commands/RegisterAppInstanceUserEndpointCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateAppInstanceBotCommand.d.ts +3 -8
- package/dist-types/commands/UpdateAppInstanceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateAppInstanceUserCommand.d.ts +3 -8
- package/dist-types/commands/UpdateAppInstanceUserEndpointCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/CreateAppInstanceAdminCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateAppInstanceBotCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateAppInstanceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateAppInstanceUserCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteAppInstanceAdminCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteAppInstanceBotCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteAppInstanceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteAppInstanceUserCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeregisterAppInstanceUserEndpointCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeAppInstanceAdminCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeAppInstanceBotCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeAppInstanceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeAppInstanceUserCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeAppInstanceUserEndpointCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetAppInstanceRetentionSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAppInstanceAdminsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAppInstanceBotsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAppInstanceUserEndpointsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAppInstanceUsersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAppInstancesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutAppInstanceRetentionSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutAppInstanceUserExpirationSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RegisterAppInstanceUserEndpointCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateAppInstanceBotCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateAppInstanceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateAppInstanceUserCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateAppInstanceUserEndpointCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ChimeSDKIdentityClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ChimeSDKIdentityClient";
|
|
8
2
|
import {
|
|
9
3
|
DescribeAppInstanceRequest,
|
|
10
4
|
DescribeAppInstanceResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribeAppInstanceCommandInput
|
|
15
8
|
extends DescribeAppInstanceRequest {}
|
|
16
9
|
export interface DescribeAppInstanceCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DescribeAppInstanceCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DescribeAppInstanceCommandInput,
|
|
24
17
|
DescribeAppInstanceCommandOutput,
|
|
25
|
-
ChimeSDKIdentityClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ChimeSDKIdentityClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DescribeAppInstanceCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DescribeAppInstanceCommandInput,
|
|
33
26
|
DescribeAppInstanceCommandOutput,
|
|
34
|
-
ChimeSDKIdentityClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ChimeSDKIdentityClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DescribeAppInstanceCommand extends DescribeAppInstanceCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ChimeSDKIdentityClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ChimeSDKIdentityClient";
|
|
8
2
|
import {
|
|
9
3
|
DescribeAppInstanceUserRequest,
|
|
10
4
|
DescribeAppInstanceUserResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribeAppInstanceUserCommandInput
|
|
15
8
|
extends DescribeAppInstanceUserRequest {}
|
|
16
9
|
export interface DescribeAppInstanceUserCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DescribeAppInstanceUserCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DescribeAppInstanceUserCommandInput,
|
|
24
17
|
DescribeAppInstanceUserCommandOutput,
|
|
25
|
-
ChimeSDKIdentityClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ChimeSDKIdentityClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DescribeAppInstanceUserCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DescribeAppInstanceUserCommandInput,
|
|
33
26
|
DescribeAppInstanceUserCommandOutput,
|
|
34
|
-
ChimeSDKIdentityClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ChimeSDKIdentityClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DescribeAppInstanceUserCommand extends DescribeAppInstanceUserCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ChimeSDKIdentityClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ChimeSDKIdentityClient";
|
|
8
2
|
import {
|
|
9
3
|
DescribeAppInstanceUserEndpointRequest,
|
|
10
4
|
DescribeAppInstanceUserEndpointResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribeAppInstanceUserEndpointCommandInput
|
|
15
8
|
extends DescribeAppInstanceUserEndpointRequest {}
|
|
16
9
|
export interface DescribeAppInstanceUserEndpointCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DescribeAppInstanceUserEndpointCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DescribeAppInstanceUserEndpointCommandInput,
|
|
24
17
|
DescribeAppInstanceUserEndpointCommandOutput,
|
|
25
|
-
ChimeSDKIdentityClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ChimeSDKIdentityClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DescribeAppInstanceUserEndpointCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DescribeAppInstanceUserEndpointCommandInput,
|
|
33
26
|
DescribeAppInstanceUserEndpointCommandOutput,
|
|
34
|
-
ChimeSDKIdentityClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ChimeSDKIdentityClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DescribeAppInstanceUserEndpointCommand extends DescribeAppInstanceUserEndpointCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ChimeSDKIdentityClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ChimeSDKIdentityClient";
|
|
8
2
|
import {
|
|
9
3
|
GetAppInstanceRetentionSettingsRequest,
|
|
10
4
|
GetAppInstanceRetentionSettingsResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface GetAppInstanceRetentionSettingsCommandInput
|
|
15
8
|
extends GetAppInstanceRetentionSettingsRequest {}
|
|
16
9
|
export interface GetAppInstanceRetentionSettingsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const GetAppInstanceRetentionSettingsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
GetAppInstanceRetentionSettingsCommandInput,
|
|
24
17
|
GetAppInstanceRetentionSettingsCommandOutput,
|
|
25
|
-
ChimeSDKIdentityClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ChimeSDKIdentityClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: GetAppInstanceRetentionSettingsCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
GetAppInstanceRetentionSettingsCommandInput,
|
|
33
26
|
GetAppInstanceRetentionSettingsCommandOutput,
|
|
34
|
-
ChimeSDKIdentityClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ChimeSDKIdentityClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class GetAppInstanceRetentionSettingsCommand extends GetAppInstanceRetentionSettingsCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ChimeSDKIdentityClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ChimeSDKIdentityClient";
|
|
8
2
|
import {
|
|
9
3
|
ListAppInstanceAdminsRequest,
|
|
10
4
|
ListAppInstanceAdminsResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListAppInstanceAdminsCommandInput
|
|
15
8
|
extends ListAppInstanceAdminsRequest {}
|
|
16
9
|
export interface ListAppInstanceAdminsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListAppInstanceAdminsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListAppInstanceAdminsCommandInput,
|
|
24
17
|
ListAppInstanceAdminsCommandOutput,
|
|
25
|
-
ChimeSDKIdentityClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ChimeSDKIdentityClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ListAppInstanceAdminsCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListAppInstanceAdminsCommandInput,
|
|
33
26
|
ListAppInstanceAdminsCommandOutput,
|
|
34
|
-
ChimeSDKIdentityClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ChimeSDKIdentityClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ListAppInstanceAdminsCommand extends ListAppInstanceAdminsCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ChimeSDKIdentityClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ChimeSDKIdentityClient";
|
|
8
2
|
import {
|
|
9
3
|
ListAppInstanceBotsRequest,
|
|
10
4
|
ListAppInstanceBotsResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListAppInstanceBotsCommandInput
|
|
15
8
|
extends ListAppInstanceBotsRequest {}
|
|
16
9
|
export interface ListAppInstanceBotsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListAppInstanceBotsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListAppInstanceBotsCommandInput,
|
|
24
17
|
ListAppInstanceBotsCommandOutput,
|
|
25
|
-
ChimeSDKIdentityClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ChimeSDKIdentityClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ListAppInstanceBotsCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListAppInstanceBotsCommandInput,
|
|
33
26
|
ListAppInstanceBotsCommandOutput,
|
|
34
|
-
ChimeSDKIdentityClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ChimeSDKIdentityClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ListAppInstanceBotsCommand extends ListAppInstanceBotsCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ChimeSDKIdentityClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ChimeSDKIdentityClient";
|
|
8
2
|
import {
|
|
9
3
|
ListAppInstanceUserEndpointsRequest,
|
|
10
4
|
ListAppInstanceUserEndpointsResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListAppInstanceUserEndpointsCommandInput
|
|
15
8
|
extends ListAppInstanceUserEndpointsRequest {}
|
|
16
9
|
export interface ListAppInstanceUserEndpointsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListAppInstanceUserEndpointsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListAppInstanceUserEndpointsCommandInput,
|
|
24
17
|
ListAppInstanceUserEndpointsCommandOutput,
|
|
25
|
-
ChimeSDKIdentityClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ChimeSDKIdentityClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ListAppInstanceUserEndpointsCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListAppInstanceUserEndpointsCommandInput,
|
|
33
26
|
ListAppInstanceUserEndpointsCommandOutput,
|
|
34
|
-
ChimeSDKIdentityClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ChimeSDKIdentityClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ListAppInstanceUserEndpointsCommand extends ListAppInstanceUserEndpointsCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ChimeSDKIdentityClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ChimeSDKIdentityClient";
|
|
8
2
|
import {
|
|
9
3
|
ListAppInstanceUsersRequest,
|
|
10
4
|
ListAppInstanceUsersResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListAppInstanceUsersCommandInput
|
|
15
8
|
extends ListAppInstanceUsersRequest {}
|
|
16
9
|
export interface ListAppInstanceUsersCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListAppInstanceUsersCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListAppInstanceUsersCommandInput,
|
|
24
17
|
ListAppInstanceUsersCommandOutput,
|
|
25
|
-
ChimeSDKIdentityClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ChimeSDKIdentityClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ListAppInstanceUsersCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListAppInstanceUsersCommandInput,
|
|
33
26
|
ListAppInstanceUsersCommandOutput,
|
|
34
|
-
ChimeSDKIdentityClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ChimeSDKIdentityClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ListAppInstanceUsersCommand extends ListAppInstanceUsersCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ChimeSDKIdentityClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ChimeSDKIdentityClient";
|
|
8
2
|
import {
|
|
9
3
|
ListAppInstancesRequest,
|
|
10
4
|
ListAppInstancesResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListAppInstancesCommandInput extends ListAppInstancesRequest {}
|
|
15
8
|
export interface ListAppInstancesCommandOutput
|
|
16
9
|
extends ListAppInstancesResponse,
|
|
@@ -21,22 +14,20 @@ declare const ListAppInstancesCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
ListAppInstancesCommandInput,
|
|
23
16
|
ListAppInstancesCommandOutput,
|
|
24
|
-
ChimeSDKIdentityClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").ChimeSDKIdentityClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
...[input]: [] | [ListAppInstancesCommandInput]
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
ListAppInstancesCommandInput,
|
|
32
25
|
ListAppInstancesCommandOutput,
|
|
33
|
-
ChimeSDKIdentityClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").ChimeSDKIdentityClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class ListAppInstancesCommand extends ListAppInstancesCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ChimeSDKIdentityClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ChimeSDKIdentityClient";
|
|
8
2
|
import {
|
|
9
3
|
ListTagsForResourceRequest,
|
|
10
4
|
ListTagsForResourceResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListTagsForResourceCommandInput
|
|
15
8
|
extends ListTagsForResourceRequest {}
|
|
16
9
|
export interface ListTagsForResourceCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListTagsForResourceCommandInput,
|
|
24
17
|
ListTagsForResourceCommandOutput,
|
|
25
|
-
ChimeSDKIdentityClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ChimeSDKIdentityClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ListTagsForResourceCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListTagsForResourceCommandInput,
|
|
33
26
|
ListTagsForResourceCommandOutput,
|
|
34
|
-
ChimeSDKIdentityClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ChimeSDKIdentityClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ChimeSDKIdentityClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ChimeSDKIdentityClient";
|
|
8
2
|
import {
|
|
9
3
|
PutAppInstanceRetentionSettingsRequest,
|
|
10
4
|
PutAppInstanceRetentionSettingsResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface PutAppInstanceRetentionSettingsCommandInput
|
|
15
8
|
extends PutAppInstanceRetentionSettingsRequest {}
|
|
16
9
|
export interface PutAppInstanceRetentionSettingsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const PutAppInstanceRetentionSettingsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
PutAppInstanceRetentionSettingsCommandInput,
|
|
24
17
|
PutAppInstanceRetentionSettingsCommandOutput,
|
|
25
|
-
ChimeSDKIdentityClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ChimeSDKIdentityClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: PutAppInstanceRetentionSettingsCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
PutAppInstanceRetentionSettingsCommandInput,
|
|
33
26
|
PutAppInstanceRetentionSettingsCommandOutput,
|
|
34
|
-
ChimeSDKIdentityClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ChimeSDKIdentityClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class PutAppInstanceRetentionSettingsCommand extends PutAppInstanceRetentionSettingsCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ChimeSDKIdentityClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ChimeSDKIdentityClient";
|
|
8
2
|
import {
|
|
9
3
|
PutAppInstanceUserExpirationSettingsRequest,
|
|
10
4
|
PutAppInstanceUserExpirationSettingsResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface PutAppInstanceUserExpirationSettingsCommandInput
|
|
15
8
|
extends PutAppInstanceUserExpirationSettingsRequest {}
|
|
16
9
|
export interface PutAppInstanceUserExpirationSettingsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const PutAppInstanceUserExpirationSettingsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
PutAppInstanceUserExpirationSettingsCommandInput,
|
|
24
17
|
PutAppInstanceUserExpirationSettingsCommandOutput,
|
|
25
|
-
ChimeSDKIdentityClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ChimeSDKIdentityClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: PutAppInstanceUserExpirationSettingsCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
PutAppInstanceUserExpirationSettingsCommandInput,
|
|
33
26
|
PutAppInstanceUserExpirationSettingsCommandOutput,
|
|
34
|
-
ChimeSDKIdentityClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ChimeSDKIdentityClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class PutAppInstanceUserExpirationSettingsCommand extends PutAppInstanceUserExpirationSettingsCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ChimeSDKIdentityClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ChimeSDKIdentityClient";
|
|
8
2
|
import {
|
|
9
3
|
RegisterAppInstanceUserEndpointRequest,
|
|
10
4
|
RegisterAppInstanceUserEndpointResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface RegisterAppInstanceUserEndpointCommandInput
|
|
15
8
|
extends RegisterAppInstanceUserEndpointRequest {}
|
|
16
9
|
export interface RegisterAppInstanceUserEndpointCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const RegisterAppInstanceUserEndpointCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
RegisterAppInstanceUserEndpointCommandInput,
|
|
24
17
|
RegisterAppInstanceUserEndpointCommandOutput,
|
|
25
|
-
ChimeSDKIdentityClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ChimeSDKIdentityClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: RegisterAppInstanceUserEndpointCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
RegisterAppInstanceUserEndpointCommandInput,
|
|
33
26
|
RegisterAppInstanceUserEndpointCommandOutput,
|
|
34
|
-
ChimeSDKIdentityClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ChimeSDKIdentityClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class RegisterAppInstanceUserEndpointCommand extends RegisterAppInstanceUserEndpointCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ChimeSDKIdentityClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ChimeSDKIdentityClient";
|
|
8
2
|
import { TagResourceRequest } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
12
5
|
export interface TagResourceCommandOutput extends __MetadataBearer {}
|
|
13
6
|
declare const TagResourceCommand_base: {
|
|
@@ -16,22 +9,20 @@ declare const TagResourceCommand_base: {
|
|
|
16
9
|
): import("@smithy/core/client").CommandImpl<
|
|
17
10
|
TagResourceCommandInput,
|
|
18
11
|
TagResourceCommandOutput,
|
|
19
|
-
ChimeSDKIdentityClientResolvedConfig,
|
|
20
|
-
ServiceInputTypes,
|
|
21
|
-
ServiceOutputTypes
|
|
12
|
+
import("..").ChimeSDKIdentityClientResolvedConfig,
|
|
13
|
+
import("..").ServiceInputTypes,
|
|
14
|
+
import("..").ServiceOutputTypes
|
|
22
15
|
>;
|
|
23
16
|
new (
|
|
24
17
|
input: TagResourceCommandInput
|
|
25
18
|
): import("@smithy/core/client").CommandImpl<
|
|
26
19
|
TagResourceCommandInput,
|
|
27
20
|
TagResourceCommandOutput,
|
|
28
|
-
ChimeSDKIdentityClientResolvedConfig,
|
|
29
|
-
ServiceInputTypes,
|
|
30
|
-
ServiceOutputTypes
|
|
21
|
+
import("..").ChimeSDKIdentityClientResolvedConfig,
|
|
22
|
+
import("..").ServiceInputTypes,
|
|
23
|
+
import("..").ServiceOutputTypes
|
|
31
24
|
>;
|
|
32
|
-
getEndpointParameterInstructions():
|
|
33
|
-
[x: string]: unknown;
|
|
34
|
-
};
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
35
26
|
};
|
|
36
27
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
37
28
|
protected static __types: {
|