@aws-sdk/client-chime-sdk-identity 3.1045.0 → 3.1046.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/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +76 -77
- package/dist-cjs/models/ChimeSDKIdentityServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/ChimeSDKIdentity.js +1 -1
- package/dist-es/ChimeSDKIdentityClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/CreateAppInstanceAdminCommand.js +2 -2
- package/dist-es/commands/CreateAppInstanceBotCommand.js +2 -2
- package/dist-es/commands/CreateAppInstanceCommand.js +2 -2
- package/dist-es/commands/CreateAppInstanceUserCommand.js +2 -2
- package/dist-es/commands/DeleteAppInstanceAdminCommand.js +2 -2
- package/dist-es/commands/DeleteAppInstanceBotCommand.js +2 -2
- package/dist-es/commands/DeleteAppInstanceCommand.js +2 -2
- package/dist-es/commands/DeleteAppInstanceUserCommand.js +2 -2
- package/dist-es/commands/DeregisterAppInstanceUserEndpointCommand.js +2 -2
- package/dist-es/commands/DescribeAppInstanceAdminCommand.js +2 -2
- package/dist-es/commands/DescribeAppInstanceBotCommand.js +2 -2
- package/dist-es/commands/DescribeAppInstanceCommand.js +2 -2
- package/dist-es/commands/DescribeAppInstanceUserCommand.js +2 -2
- package/dist-es/commands/DescribeAppInstanceUserEndpointCommand.js +2 -2
- package/dist-es/commands/GetAppInstanceRetentionSettingsCommand.js +2 -2
- package/dist-es/commands/ListAppInstanceAdminsCommand.js +2 -2
- package/dist-es/commands/ListAppInstanceBotsCommand.js +2 -2
- package/dist-es/commands/ListAppInstanceUserEndpointsCommand.js +2 -2
- package/dist-es/commands/ListAppInstanceUsersCommand.js +2 -2
- package/dist-es/commands/ListAppInstancesCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/PutAppInstanceRetentionSettingsCommand.js +2 -2
- package/dist-es/commands/PutAppInstanceUserExpirationSettingsCommand.js +2 -2
- package/dist-es/commands/RegisterAppInstanceUserEndpointCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateAppInstanceBotCommand.js +2 -2
- package/dist-es/commands/UpdateAppInstanceCommand.js +2 -2
- package/dist-es/commands/UpdateAppInstanceUserCommand.js +2 -2
- package/dist-es/commands/UpdateAppInstanceUserEndpointCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/ChimeSDKIdentityServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-types/ChimeSDKIdentityClient.d.ts +5 -5
- package/dist-types/commands/CreateAppInstanceAdminCommand.d.ts +6 -4
- package/dist-types/commands/CreateAppInstanceBotCommand.d.ts +6 -4
- package/dist-types/commands/CreateAppInstanceCommand.d.ts +6 -4
- package/dist-types/commands/CreateAppInstanceUserCommand.d.ts +6 -4
- package/dist-types/commands/DeleteAppInstanceAdminCommand.d.ts +6 -4
- package/dist-types/commands/DeleteAppInstanceBotCommand.d.ts +6 -4
- package/dist-types/commands/DeleteAppInstanceCommand.d.ts +6 -4
- package/dist-types/commands/DeleteAppInstanceUserCommand.d.ts +6 -4
- package/dist-types/commands/DeregisterAppInstanceUserEndpointCommand.d.ts +6 -4
- package/dist-types/commands/DescribeAppInstanceAdminCommand.d.ts +6 -4
- package/dist-types/commands/DescribeAppInstanceBotCommand.d.ts +6 -4
- package/dist-types/commands/DescribeAppInstanceCommand.d.ts +6 -4
- package/dist-types/commands/DescribeAppInstanceUserCommand.d.ts +6 -4
- package/dist-types/commands/DescribeAppInstanceUserEndpointCommand.d.ts +6 -4
- package/dist-types/commands/GetAppInstanceRetentionSettingsCommand.d.ts +6 -4
- package/dist-types/commands/ListAppInstanceAdminsCommand.d.ts +6 -4
- package/dist-types/commands/ListAppInstanceBotsCommand.d.ts +6 -4
- package/dist-types/commands/ListAppInstanceUserEndpointsCommand.d.ts +6 -4
- package/dist-types/commands/ListAppInstanceUsersCommand.d.ts +6 -4
- package/dist-types/commands/ListAppInstancesCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/PutAppInstanceRetentionSettingsCommand.d.ts +6 -4
- package/dist-types/commands/PutAppInstanceUserExpirationSettingsCommand.d.ts +6 -4
- package/dist-types/commands/RegisterAppInstanceUserEndpointCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateAppInstanceBotCommand.d.ts +6 -4
- package/dist-types/commands/UpdateAppInstanceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateAppInstanceUserCommand.d.ts +6 -4
- package/dist-types/commands/UpdateAppInstanceUserEndpointCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/ChimeSDKIdentityServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/ChimeSDKIdentityClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/CreateAppInstanceAdminCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateAppInstanceBotCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateAppInstanceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateAppInstanceUserCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteAppInstanceAdminCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteAppInstanceBotCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteAppInstanceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteAppInstanceUserCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeregisterAppInstanceUserEndpointCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeAppInstanceAdminCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeAppInstanceBotCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeAppInstanceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeAppInstanceUserCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeAppInstanceUserEndpointCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetAppInstanceRetentionSettingsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAppInstanceAdminsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAppInstanceBotsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAppInstanceUserEndpointsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAppInstanceUsersCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAppInstancesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutAppInstanceRetentionSettingsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutAppInstanceUserExpirationSettingsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RegisterAppInstanceUserEndpointCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateAppInstanceBotCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateAppInstanceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateAppInstanceUserCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateAppInstanceUserEndpointCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/ChimeSDKIdentityServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +13 -34
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient";
|
|
4
4
|
import type { UpdateAppInstanceUserRequest, UpdateAppInstanceUserResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdateAppInstanceUserCommandInput extends UpdateAppInstanceUser
|
|
|
22
22
|
export interface UpdateAppInstanceUserCommandOutput extends UpdateAppInstanceUserResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateAppInstanceUserCommand_base: {
|
|
25
|
-
new (input: UpdateAppInstanceUserCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateAppInstanceUserCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateAppInstanceUserCommandInput): import("@smithy/core/client").CommandImpl<UpdateAppInstanceUserCommandInput, UpdateAppInstanceUserCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateAppInstanceUserCommandInput): import("@smithy/core/client").CommandImpl<UpdateAppInstanceUserCommandInput, UpdateAppInstanceUserCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates the details of an <code>AppInstanceUser</code>. You can update names and
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient";
|
|
4
4
|
import type { UpdateAppInstanceUserEndpointRequest, UpdateAppInstanceUserEndpointResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdateAppInstanceUserEndpointCommandInput extends UpdateAppInst
|
|
|
22
22
|
export interface UpdateAppInstanceUserEndpointCommandOutput extends UpdateAppInstanceUserEndpointResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateAppInstanceUserEndpointCommand_base: {
|
|
25
|
-
new (input: UpdateAppInstanceUserEndpointCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateAppInstanceUserEndpointCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateAppInstanceUserEndpointCommandInput): import("@smithy/core/client").CommandImpl<UpdateAppInstanceUserEndpointCommandInput, UpdateAppInstanceUserEndpointCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateAppInstanceUserEndpointCommandInput): import("@smithy/core/client").CommandImpl<UpdateAppInstanceUserEndpointCommandInput, UpdateAppInstanceUserEndpointCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates the details of an <code>AppInstanceUserEndpoint</code>. You can update the name and <code>AllowMessage</code> values.</p>
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { BinaryDecisionDiagram } from "@smithy/
|
|
1
|
+
import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
|
|
2
2
|
export declare const bdd: BinaryDecisionDiagram;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import type { HttpHandlerExtensionConfiguration } from "@smithy/
|
|
2
|
+
import type { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
3
3
|
import type { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
4
|
import type { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/
|
|
1
|
+
import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/core/client";
|
|
2
2
|
export type { __ServiceExceptionOptions };
|
|
3
3
|
export { __ServiceException };
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/
|
|
1
|
+
import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client";
|
|
2
2
|
import { ChimeSDKIdentityServiceException as __BaseException } from "./ChimeSDKIdentityServiceException";
|
|
3
3
|
import type { ErrorCode } from "./enums";
|
|
4
4
|
/**
|
|
@@ -5,13 +5,13 @@ import type { ChimeSDKIdentityClientConfig } from "./ChimeSDKIdentityClient";
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: ChimeSDKIdentityClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
-
defaultsMode: import("@smithy/types").Provider<import("@smithy/
|
|
8
|
+
defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
|
|
9
9
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
10
10
|
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
11
11
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
|
|
12
12
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
13
13
|
region: string | import("@smithy/types").Provider<any>;
|
|
14
|
-
requestHandler: import("@smithy/
|
|
14
|
+
requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
|
|
15
15
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
16
16
|
sha256: import("@smithy/types").HashConstructor;
|
|
17
17
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -5,14 +5,14 @@ import type { ChimeSDKIdentityClientConfig } from "./ChimeSDKIdentityClient";
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: ChimeSDKIdentityClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
-
defaultsMode: import("@smithy/types").Provider<import("@smithy/
|
|
8
|
+
defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
|
|
9
9
|
authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
|
|
10
10
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
11
11
|
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit) => import("@aws-sdk/credential-provider-node/dist-types/runtime/memoize-chain").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
|
|
12
12
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
|
|
13
13
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
14
14
|
region: string | import("@smithy/types").Provider<string>;
|
|
15
|
-
requestHandler: RequestHandler | import("@smithy/
|
|
15
|
+
requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
|
|
16
16
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
17
17
|
sha256: import("@smithy/types").HashConstructor;
|
|
18
18
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -5,7 +5,7 @@ import type { ChimeSDKIdentityClientConfig } from "./ChimeSDKIdentityClient";
|
|
|
5
5
|
export declare const getRuntimeConfig: (config: ChimeSDKIdentityClientConfig) => {
|
|
6
6
|
runtime: string;
|
|
7
7
|
sha256: import("@smithy/types").HashConstructor;
|
|
8
|
-
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/
|
|
8
|
+
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
9
9
|
cacheMiddleware?: boolean;
|
|
10
10
|
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
|
|
11
11
|
protocolSettings: {
|
|
@@ -32,7 +32,7 @@ export declare const getRuntimeConfig: (config: ChimeSDKIdentityClientConfig) =>
|
|
|
32
32
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
33
33
|
logger: import("@smithy/types").Logger;
|
|
34
34
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
35
|
-
defaultsMode: import("@smithy/
|
|
35
|
+
defaultsMode: import("@smithy/core/client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/core/client").DefaultsMode>;
|
|
36
36
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
37
37
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
38
38
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
@@ -6,25 +6,19 @@ import {
|
|
|
6
6
|
UserAgentInputConfig,
|
|
7
7
|
UserAgentResolvedConfig,
|
|
8
8
|
} from "@aws-sdk/middleware-user-agent";
|
|
9
|
-
import {
|
|
10
|
-
RegionInputConfig,
|
|
11
|
-
RegionResolvedConfig,
|
|
12
|
-
} from "@smithy/config-resolver";
|
|
13
|
-
import {
|
|
14
|
-
EndpointInputConfig,
|
|
15
|
-
EndpointResolvedConfig,
|
|
16
|
-
} from "@smithy/middleware-endpoint";
|
|
17
|
-
import {
|
|
18
|
-
RetryInputConfig,
|
|
19
|
-
RetryResolvedConfig,
|
|
20
|
-
} from "@smithy/middleware-retry";
|
|
21
|
-
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
22
9
|
import {
|
|
23
10
|
DefaultsMode as __DefaultsMode,
|
|
24
11
|
SmithyConfiguration as __SmithyConfiguration,
|
|
25
12
|
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
26
13
|
Client as __Client,
|
|
27
|
-
} from "@smithy/
|
|
14
|
+
} from "@smithy/core/client";
|
|
15
|
+
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
|
|
16
|
+
import {
|
|
17
|
+
EndpointInputConfig,
|
|
18
|
+
EndpointResolvedConfig,
|
|
19
|
+
} from "@smithy/core/endpoints";
|
|
20
|
+
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
21
|
+
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
|
|
28
22
|
import {
|
|
29
23
|
AwsCredentialIdentityProvider,
|
|
30
24
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ChimeSDKIdentityClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface CreateAppInstanceAdminCommandOutput
|
|
|
19
19
|
declare const CreateAppInstanceAdminCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: CreateAppInstanceAdminCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
CreateAppInstanceAdminCommandInput,
|
|
24
24
|
CreateAppInstanceAdminCommandOutput,
|
|
25
25
|
ChimeSDKIdentityClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const CreateAppInstanceAdminCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: CreateAppInstanceAdminCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
CreateAppInstanceAdminCommandInput,
|
|
33
33
|
CreateAppInstanceAdminCommandOutput,
|
|
34
34
|
ChimeSDKIdentityClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class CreateAppInstanceAdminCommand extends CreateAppInstanceAdminCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ChimeSDKIdentityClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface CreateAppInstanceBotCommandOutput
|
|
|
19
19
|
declare const CreateAppInstanceBotCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: CreateAppInstanceBotCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
CreateAppInstanceBotCommandInput,
|
|
24
24
|
CreateAppInstanceBotCommandOutput,
|
|
25
25
|
ChimeSDKIdentityClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const CreateAppInstanceBotCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: CreateAppInstanceBotCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
CreateAppInstanceBotCommandInput,
|
|
33
33
|
CreateAppInstanceBotCommandOutput,
|
|
34
34
|
ChimeSDKIdentityClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class CreateAppInstanceBotCommand extends CreateAppInstanceBotCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ChimeSDKIdentityClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface CreateAppInstanceCommandOutput
|
|
|
19
19
|
declare const CreateAppInstanceCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: CreateAppInstanceCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
CreateAppInstanceCommandInput,
|
|
24
24
|
CreateAppInstanceCommandOutput,
|
|
25
25
|
ChimeSDKIdentityClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const CreateAppInstanceCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: CreateAppInstanceCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
CreateAppInstanceCommandInput,
|
|
33
33
|
CreateAppInstanceCommandOutput,
|
|
34
34
|
ChimeSDKIdentityClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class CreateAppInstanceCommand extends CreateAppInstanceCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ChimeSDKIdentityClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface CreateAppInstanceUserCommandOutput
|
|
|
19
19
|
declare const CreateAppInstanceUserCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: CreateAppInstanceUserCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
CreateAppInstanceUserCommandInput,
|
|
24
24
|
CreateAppInstanceUserCommandOutput,
|
|
25
25
|
ChimeSDKIdentityClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const CreateAppInstanceUserCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: CreateAppInstanceUserCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
CreateAppInstanceUserCommandInput,
|
|
33
33
|
CreateAppInstanceUserCommandOutput,
|
|
34
34
|
ChimeSDKIdentityClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class CreateAppInstanceUserCommand extends CreateAppInstanceUserCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ChimeSDKIdentityClientResolvedConfig,
|
|
@@ -14,7 +14,7 @@ export interface DeleteAppInstanceAdminCommandOutput extends __MetadataBearer {}
|
|
|
14
14
|
declare const DeleteAppInstanceAdminCommand_base: {
|
|
15
15
|
new (
|
|
16
16
|
input: DeleteAppInstanceAdminCommandInput
|
|
17
|
-
): import("@smithy/
|
|
17
|
+
): import("@smithy/core/client").CommandImpl<
|
|
18
18
|
DeleteAppInstanceAdminCommandInput,
|
|
19
19
|
DeleteAppInstanceAdminCommandOutput,
|
|
20
20
|
ChimeSDKIdentityClientResolvedConfig,
|
|
@@ -23,14 +23,16 @@ declare const DeleteAppInstanceAdminCommand_base: {
|
|
|
23
23
|
>;
|
|
24
24
|
new (
|
|
25
25
|
input: DeleteAppInstanceAdminCommandInput
|
|
26
|
-
): import("@smithy/
|
|
26
|
+
): import("@smithy/core/client").CommandImpl<
|
|
27
27
|
DeleteAppInstanceAdminCommandInput,
|
|
28
28
|
DeleteAppInstanceAdminCommandOutput,
|
|
29
29
|
ChimeSDKIdentityClientResolvedConfig,
|
|
30
30
|
ServiceInputTypes,
|
|
31
31
|
ServiceOutputTypes
|
|
32
32
|
>;
|
|
33
|
-
getEndpointParameterInstructions():
|
|
33
|
+
getEndpointParameterInstructions(): {
|
|
34
|
+
[x: string]: unknown;
|
|
35
|
+
};
|
|
34
36
|
};
|
|
35
37
|
export declare class DeleteAppInstanceAdminCommand extends DeleteAppInstanceAdminCommand_base {
|
|
36
38
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ChimeSDKIdentityClientResolvedConfig,
|
|
@@ -14,7 +14,7 @@ export interface DeleteAppInstanceBotCommandOutput extends __MetadataBearer {}
|
|
|
14
14
|
declare const DeleteAppInstanceBotCommand_base: {
|
|
15
15
|
new (
|
|
16
16
|
input: DeleteAppInstanceBotCommandInput
|
|
17
|
-
): import("@smithy/
|
|
17
|
+
): import("@smithy/core/client").CommandImpl<
|
|
18
18
|
DeleteAppInstanceBotCommandInput,
|
|
19
19
|
DeleteAppInstanceBotCommandOutput,
|
|
20
20
|
ChimeSDKIdentityClientResolvedConfig,
|
|
@@ -23,14 +23,16 @@ declare const DeleteAppInstanceBotCommand_base: {
|
|
|
23
23
|
>;
|
|
24
24
|
new (
|
|
25
25
|
input: DeleteAppInstanceBotCommandInput
|
|
26
|
-
): import("@smithy/
|
|
26
|
+
): import("@smithy/core/client").CommandImpl<
|
|
27
27
|
DeleteAppInstanceBotCommandInput,
|
|
28
28
|
DeleteAppInstanceBotCommandOutput,
|
|
29
29
|
ChimeSDKIdentityClientResolvedConfig,
|
|
30
30
|
ServiceInputTypes,
|
|
31
31
|
ServiceOutputTypes
|
|
32
32
|
>;
|
|
33
|
-
getEndpointParameterInstructions():
|
|
33
|
+
getEndpointParameterInstructions(): {
|
|
34
|
+
[x: string]: unknown;
|
|
35
|
+
};
|
|
34
36
|
};
|
|
35
37
|
export declare class DeleteAppInstanceBotCommand extends DeleteAppInstanceBotCommand_base {
|
|
36
38
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ChimeSDKIdentityClientResolvedConfig,
|
|
@@ -14,7 +14,7 @@ export interface DeleteAppInstanceCommandOutput extends __MetadataBearer {}
|
|
|
14
14
|
declare const DeleteAppInstanceCommand_base: {
|
|
15
15
|
new (
|
|
16
16
|
input: DeleteAppInstanceCommandInput
|
|
17
|
-
): import("@smithy/
|
|
17
|
+
): import("@smithy/core/client").CommandImpl<
|
|
18
18
|
DeleteAppInstanceCommandInput,
|
|
19
19
|
DeleteAppInstanceCommandOutput,
|
|
20
20
|
ChimeSDKIdentityClientResolvedConfig,
|
|
@@ -23,14 +23,16 @@ declare const DeleteAppInstanceCommand_base: {
|
|
|
23
23
|
>;
|
|
24
24
|
new (
|
|
25
25
|
input: DeleteAppInstanceCommandInput
|
|
26
|
-
): import("@smithy/
|
|
26
|
+
): import("@smithy/core/client").CommandImpl<
|
|
27
27
|
DeleteAppInstanceCommandInput,
|
|
28
28
|
DeleteAppInstanceCommandOutput,
|
|
29
29
|
ChimeSDKIdentityClientResolvedConfig,
|
|
30
30
|
ServiceInputTypes,
|
|
31
31
|
ServiceOutputTypes
|
|
32
32
|
>;
|
|
33
|
-
getEndpointParameterInstructions():
|
|
33
|
+
getEndpointParameterInstructions(): {
|
|
34
|
+
[x: string]: unknown;
|
|
35
|
+
};
|
|
34
36
|
};
|
|
35
37
|
export declare class DeleteAppInstanceCommand extends DeleteAppInstanceCommand_base {
|
|
36
38
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ChimeSDKIdentityClientResolvedConfig,
|
|
@@ -14,7 +14,7 @@ export interface DeleteAppInstanceUserCommandOutput extends __MetadataBearer {}
|
|
|
14
14
|
declare const DeleteAppInstanceUserCommand_base: {
|
|
15
15
|
new (
|
|
16
16
|
input: DeleteAppInstanceUserCommandInput
|
|
17
|
-
): import("@smithy/
|
|
17
|
+
): import("@smithy/core/client").CommandImpl<
|
|
18
18
|
DeleteAppInstanceUserCommandInput,
|
|
19
19
|
DeleteAppInstanceUserCommandOutput,
|
|
20
20
|
ChimeSDKIdentityClientResolvedConfig,
|
|
@@ -23,14 +23,16 @@ declare const DeleteAppInstanceUserCommand_base: {
|
|
|
23
23
|
>;
|
|
24
24
|
new (
|
|
25
25
|
input: DeleteAppInstanceUserCommandInput
|
|
26
|
-
): import("@smithy/
|
|
26
|
+
): import("@smithy/core/client").CommandImpl<
|
|
27
27
|
DeleteAppInstanceUserCommandInput,
|
|
28
28
|
DeleteAppInstanceUserCommandOutput,
|
|
29
29
|
ChimeSDKIdentityClientResolvedConfig,
|
|
30
30
|
ServiceInputTypes,
|
|
31
31
|
ServiceOutputTypes
|
|
32
32
|
>;
|
|
33
|
-
getEndpointParameterInstructions():
|
|
33
|
+
getEndpointParameterInstructions(): {
|
|
34
|
+
[x: string]: unknown;
|
|
35
|
+
};
|
|
34
36
|
};
|
|
35
37
|
export declare class DeleteAppInstanceUserCommand extends DeleteAppInstanceUserCommand_base {
|
|
36
38
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ChimeSDKIdentityClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface DeregisterAppInstanceUserEndpointCommandOutput
|
|
|
15
15
|
declare const DeregisterAppInstanceUserEndpointCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: DeregisterAppInstanceUserEndpointCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
DeregisterAppInstanceUserEndpointCommandInput,
|
|
20
20
|
DeregisterAppInstanceUserEndpointCommandOutput,
|
|
21
21
|
ChimeSDKIdentityClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const DeregisterAppInstanceUserEndpointCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: DeregisterAppInstanceUserEndpointCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
DeregisterAppInstanceUserEndpointCommandInput,
|
|
29
29
|
DeregisterAppInstanceUserEndpointCommandOutput,
|
|
30
30
|
ChimeSDKIdentityClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class DeregisterAppInstanceUserEndpointCommand extends DeregisterAppInstanceUserEndpointCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ChimeSDKIdentityClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DescribeAppInstanceAdminCommandOutput
|
|
|
19
19
|
declare const DescribeAppInstanceAdminCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeAppInstanceAdminCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeAppInstanceAdminCommandInput,
|
|
24
24
|
DescribeAppInstanceAdminCommandOutput,
|
|
25
25
|
ChimeSDKIdentityClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeAppInstanceAdminCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DescribeAppInstanceAdminCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeAppInstanceAdminCommandInput,
|
|
33
33
|
DescribeAppInstanceAdminCommandOutput,
|
|
34
34
|
ChimeSDKIdentityClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DescribeAppInstanceAdminCommand extends DescribeAppInstanceAdminCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ChimeSDKIdentityClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DescribeAppInstanceBotCommandOutput
|
|
|
19
19
|
declare const DescribeAppInstanceBotCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeAppInstanceBotCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeAppInstanceBotCommandInput,
|
|
24
24
|
DescribeAppInstanceBotCommandOutput,
|
|
25
25
|
ChimeSDKIdentityClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeAppInstanceBotCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DescribeAppInstanceBotCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeAppInstanceBotCommandInput,
|
|
33
33
|
DescribeAppInstanceBotCommandOutput,
|
|
34
34
|
ChimeSDKIdentityClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DescribeAppInstanceBotCommand extends DescribeAppInstanceBotCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ChimeSDKIdentityClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DescribeAppInstanceCommandOutput
|
|
|
19
19
|
declare const DescribeAppInstanceCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeAppInstanceCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeAppInstanceCommandInput,
|
|
24
24
|
DescribeAppInstanceCommandOutput,
|
|
25
25
|
ChimeSDKIdentityClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeAppInstanceCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DescribeAppInstanceCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeAppInstanceCommandInput,
|
|
33
33
|
DescribeAppInstanceCommandOutput,
|
|
34
34
|
ChimeSDKIdentityClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DescribeAppInstanceCommand extends DescribeAppInstanceCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ChimeSDKIdentityClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DescribeAppInstanceUserCommandOutput
|
|
|
19
19
|
declare const DescribeAppInstanceUserCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeAppInstanceUserCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeAppInstanceUserCommandInput,
|
|
24
24
|
DescribeAppInstanceUserCommandOutput,
|
|
25
25
|
ChimeSDKIdentityClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeAppInstanceUserCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DescribeAppInstanceUserCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeAppInstanceUserCommandInput,
|
|
33
33
|
DescribeAppInstanceUserCommandOutput,
|
|
34
34
|
ChimeSDKIdentityClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DescribeAppInstanceUserCommand extends DescribeAppInstanceUserCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ChimeSDKIdentityClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DescribeAppInstanceUserEndpointCommandOutput
|
|
|
19
19
|
declare const DescribeAppInstanceUserEndpointCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeAppInstanceUserEndpointCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeAppInstanceUserEndpointCommandInput,
|
|
24
24
|
DescribeAppInstanceUserEndpointCommandOutput,
|
|
25
25
|
ChimeSDKIdentityClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeAppInstanceUserEndpointCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DescribeAppInstanceUserEndpointCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeAppInstanceUserEndpointCommandInput,
|
|
33
33
|
DescribeAppInstanceUserEndpointCommandOutput,
|
|
34
34
|
ChimeSDKIdentityClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DescribeAppInstanceUserEndpointCommand extends DescribeAppInstanceUserEndpointCommand_base {
|
|
41
43
|
protected static __types: {
|