@aws-sdk/client-chime-sdk-identity 3.1045.0 → 3.1047.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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ChimeSDKIdentityClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface GetAppInstanceRetentionSettingsCommandOutput
|
|
|
19
19
|
declare const GetAppInstanceRetentionSettingsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetAppInstanceRetentionSettingsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetAppInstanceRetentionSettingsCommandInput,
|
|
24
24
|
GetAppInstanceRetentionSettingsCommandOutput,
|
|
25
25
|
ChimeSDKIdentityClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetAppInstanceRetentionSettingsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetAppInstanceRetentionSettingsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetAppInstanceRetentionSettingsCommandInput,
|
|
33
33
|
GetAppInstanceRetentionSettingsCommandOutput,
|
|
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 GetAppInstanceRetentionSettingsCommand extends GetAppInstanceRetentionSettingsCommand_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 ListAppInstanceAdminsCommandOutput
|
|
|
19
19
|
declare const ListAppInstanceAdminsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListAppInstanceAdminsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListAppInstanceAdminsCommandInput,
|
|
24
24
|
ListAppInstanceAdminsCommandOutput,
|
|
25
25
|
ChimeSDKIdentityClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListAppInstanceAdminsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListAppInstanceAdminsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListAppInstanceAdminsCommandInput,
|
|
33
33
|
ListAppInstanceAdminsCommandOutput,
|
|
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 ListAppInstanceAdminsCommand extends ListAppInstanceAdminsCommand_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 ListAppInstanceBotsCommandOutput
|
|
|
19
19
|
declare const ListAppInstanceBotsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListAppInstanceBotsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListAppInstanceBotsCommandInput,
|
|
24
24
|
ListAppInstanceBotsCommandOutput,
|
|
25
25
|
ChimeSDKIdentityClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListAppInstanceBotsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListAppInstanceBotsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListAppInstanceBotsCommandInput,
|
|
33
33
|
ListAppInstanceBotsCommandOutput,
|
|
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 ListAppInstanceBotsCommand extends ListAppInstanceBotsCommand_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 ListAppInstanceUserEndpointsCommandOutput
|
|
|
19
19
|
declare const ListAppInstanceUserEndpointsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListAppInstanceUserEndpointsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListAppInstanceUserEndpointsCommandInput,
|
|
24
24
|
ListAppInstanceUserEndpointsCommandOutput,
|
|
25
25
|
ChimeSDKIdentityClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListAppInstanceUserEndpointsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListAppInstanceUserEndpointsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListAppInstanceUserEndpointsCommandInput,
|
|
33
33
|
ListAppInstanceUserEndpointsCommandOutput,
|
|
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 ListAppInstanceUserEndpointsCommand extends ListAppInstanceUserEndpointsCommand_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 ListAppInstanceUsersCommandOutput
|
|
|
19
19
|
declare const ListAppInstanceUsersCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListAppInstanceUsersCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListAppInstanceUsersCommandInput,
|
|
24
24
|
ListAppInstanceUsersCommandOutput,
|
|
25
25
|
ChimeSDKIdentityClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListAppInstanceUsersCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListAppInstanceUsersCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListAppInstanceUsersCommandInput,
|
|
33
33
|
ListAppInstanceUsersCommandOutput,
|
|
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 ListAppInstanceUsersCommand extends ListAppInstanceUsersCommand_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,
|
|
@@ -18,7 +18,7 @@ export interface ListAppInstancesCommandOutput
|
|
|
18
18
|
declare const ListAppInstancesCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: ListAppInstancesCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
ListAppInstancesCommandInput,
|
|
23
23
|
ListAppInstancesCommandOutput,
|
|
24
24
|
ChimeSDKIdentityClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const ListAppInstancesCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
...[input]: [] | [ListAppInstancesCommandInput]
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
ListAppInstancesCommandInput,
|
|
32
32
|
ListAppInstancesCommandOutput,
|
|
33
33
|
ChimeSDKIdentityClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class ListAppInstancesCommand extends ListAppInstancesCommand_base {
|
|
40
42
|
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 ListTagsForResourceCommandOutput
|
|
|
19
19
|
declare const ListTagsForResourceCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListTagsForResourceCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListTagsForResourceCommandInput,
|
|
24
24
|
ListTagsForResourceCommandOutput,
|
|
25
25
|
ChimeSDKIdentityClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListTagsForResourceCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListTagsForResourceCommandInput,
|
|
33
33
|
ListTagsForResourceCommandOutput,
|
|
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 ListTagsForResourceCommand extends ListTagsForResourceCommand_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 PutAppInstanceRetentionSettingsCommandOutput
|
|
|
19
19
|
declare const PutAppInstanceRetentionSettingsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: PutAppInstanceRetentionSettingsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
PutAppInstanceRetentionSettingsCommandInput,
|
|
24
24
|
PutAppInstanceRetentionSettingsCommandOutput,
|
|
25
25
|
ChimeSDKIdentityClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const PutAppInstanceRetentionSettingsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: PutAppInstanceRetentionSettingsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
PutAppInstanceRetentionSettingsCommandInput,
|
|
33
33
|
PutAppInstanceRetentionSettingsCommandOutput,
|
|
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 PutAppInstanceRetentionSettingsCommand extends PutAppInstanceRetentionSettingsCommand_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 PutAppInstanceUserExpirationSettingsCommandOutput
|
|
|
19
19
|
declare const PutAppInstanceUserExpirationSettingsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: PutAppInstanceUserExpirationSettingsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
PutAppInstanceUserExpirationSettingsCommandInput,
|
|
24
24
|
PutAppInstanceUserExpirationSettingsCommandOutput,
|
|
25
25
|
ChimeSDKIdentityClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const PutAppInstanceUserExpirationSettingsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: PutAppInstanceUserExpirationSettingsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
PutAppInstanceUserExpirationSettingsCommandInput,
|
|
33
33
|
PutAppInstanceUserExpirationSettingsCommandOutput,
|
|
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 PutAppInstanceUserExpirationSettingsCommand extends PutAppInstanceUserExpirationSettingsCommand_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 RegisterAppInstanceUserEndpointCommandOutput
|
|
|
19
19
|
declare const RegisterAppInstanceUserEndpointCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: RegisterAppInstanceUserEndpointCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
RegisterAppInstanceUserEndpointCommandInput,
|
|
24
24
|
RegisterAppInstanceUserEndpointCommandOutput,
|
|
25
25
|
ChimeSDKIdentityClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const RegisterAppInstanceUserEndpointCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: RegisterAppInstanceUserEndpointCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
RegisterAppInstanceUserEndpointCommandInput,
|
|
33
33
|
RegisterAppInstanceUserEndpointCommandOutput,
|
|
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 RegisterAppInstanceUserEndpointCommand extends RegisterAppInstanceUserEndpointCommand_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,
|
|
@@ -13,7 +13,7 @@ export interface TagResourceCommandOutput extends __MetadataBearer {}
|
|
|
13
13
|
declare const TagResourceCommand_base: {
|
|
14
14
|
new (
|
|
15
15
|
input: TagResourceCommandInput
|
|
16
|
-
): import("@smithy/
|
|
16
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
17
|
TagResourceCommandInput,
|
|
18
18
|
TagResourceCommandOutput,
|
|
19
19
|
ChimeSDKIdentityClientResolvedConfig,
|
|
@@ -22,14 +22,16 @@ declare const TagResourceCommand_base: {
|
|
|
22
22
|
>;
|
|
23
23
|
new (
|
|
24
24
|
input: TagResourceCommandInput
|
|
25
|
-
): import("@smithy/
|
|
25
|
+
): import("@smithy/core/client").CommandImpl<
|
|
26
26
|
TagResourceCommandInput,
|
|
27
27
|
TagResourceCommandOutput,
|
|
28
28
|
ChimeSDKIdentityClientResolvedConfig,
|
|
29
29
|
ServiceInputTypes,
|
|
30
30
|
ServiceOutputTypes
|
|
31
31
|
>;
|
|
32
|
-
getEndpointParameterInstructions():
|
|
32
|
+
getEndpointParameterInstructions(): {
|
|
33
|
+
[x: string]: unknown;
|
|
34
|
+
};
|
|
33
35
|
};
|
|
34
36
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
35
37
|
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,
|
|
@@ -13,7 +13,7 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {}
|
|
|
13
13
|
declare const UntagResourceCommand_base: {
|
|
14
14
|
new (
|
|
15
15
|
input: UntagResourceCommandInput
|
|
16
|
-
): import("@smithy/
|
|
16
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
17
|
UntagResourceCommandInput,
|
|
18
18
|
UntagResourceCommandOutput,
|
|
19
19
|
ChimeSDKIdentityClientResolvedConfig,
|
|
@@ -22,14 +22,16 @@ declare const UntagResourceCommand_base: {
|
|
|
22
22
|
>;
|
|
23
23
|
new (
|
|
24
24
|
input: UntagResourceCommandInput
|
|
25
|
-
): import("@smithy/
|
|
25
|
+
): import("@smithy/core/client").CommandImpl<
|
|
26
26
|
UntagResourceCommandInput,
|
|
27
27
|
UntagResourceCommandOutput,
|
|
28
28
|
ChimeSDKIdentityClientResolvedConfig,
|
|
29
29
|
ServiceInputTypes,
|
|
30
30
|
ServiceOutputTypes
|
|
31
31
|
>;
|
|
32
|
-
getEndpointParameterInstructions():
|
|
32
|
+
getEndpointParameterInstructions(): {
|
|
33
|
+
[x: string]: unknown;
|
|
34
|
+
};
|
|
33
35
|
};
|
|
34
36
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
35
37
|
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 UpdateAppInstanceBotCommandOutput
|
|
|
19
19
|
declare const UpdateAppInstanceBotCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: UpdateAppInstanceBotCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
UpdateAppInstanceBotCommandInput,
|
|
24
24
|
UpdateAppInstanceBotCommandOutput,
|
|
25
25
|
ChimeSDKIdentityClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const UpdateAppInstanceBotCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: UpdateAppInstanceBotCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
UpdateAppInstanceBotCommandInput,
|
|
33
33
|
UpdateAppInstanceBotCommandOutput,
|
|
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 UpdateAppInstanceBotCommand extends UpdateAppInstanceBotCommand_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 UpdateAppInstanceCommandOutput
|
|
|
19
19
|
declare const UpdateAppInstanceCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: UpdateAppInstanceCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
UpdateAppInstanceCommandInput,
|
|
24
24
|
UpdateAppInstanceCommandOutput,
|
|
25
25
|
ChimeSDKIdentityClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const UpdateAppInstanceCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: UpdateAppInstanceCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
UpdateAppInstanceCommandInput,
|
|
33
33
|
UpdateAppInstanceCommandOutput,
|
|
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 UpdateAppInstanceCommand extends UpdateAppInstanceCommand_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 UpdateAppInstanceUserCommandOutput
|
|
|
19
19
|
declare const UpdateAppInstanceUserCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: UpdateAppInstanceUserCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
UpdateAppInstanceUserCommandInput,
|
|
24
24
|
UpdateAppInstanceUserCommandOutput,
|
|
25
25
|
ChimeSDKIdentityClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const UpdateAppInstanceUserCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: UpdateAppInstanceUserCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
UpdateAppInstanceUserCommandInput,
|
|
33
33
|
UpdateAppInstanceUserCommandOutput,
|
|
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 UpdateAppInstanceUserCommand extends UpdateAppInstanceUserCommand_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 UpdateAppInstanceUserEndpointCommandOutput
|
|
|
19
19
|
declare const UpdateAppInstanceUserEndpointCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: UpdateAppInstanceUserEndpointCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
UpdateAppInstanceUserEndpointCommandInput,
|
|
24
24
|
UpdateAppInstanceUserEndpointCommandOutput,
|
|
25
25
|
ChimeSDKIdentityClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const UpdateAppInstanceUserEndpointCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: UpdateAppInstanceUserEndpointCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
UpdateAppInstanceUserEndpointCommandInput,
|
|
33
33
|
UpdateAppInstanceUserEndpointCommandOutput,
|
|
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 UpdateAppInstanceUserEndpointCommand extends UpdateAppInstanceUserEndpointCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -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 { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import { HttpHandlerExtensionConfiguration } from "@smithy/
|
|
2
|
+
import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
3
3
|
import { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
4
|
import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
export interface ChimeSDKIdentityExtensionConfiguration
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
3
3
|
ServiceException as __ServiceException,
|
|
4
|
-
} from "@smithy/
|
|
4
|
+
} from "@smithy/core/client";
|
|
5
5
|
export { __ServiceExceptionOptions };
|
|
6
6
|
export { __ServiceException };
|
|
7
7
|
export declare class ChimeSDKIdentityServiceException extends __ServiceException {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client";
|
|
2
2
|
import { ChimeSDKIdentityServiceException as __BaseException } from "./ChimeSDKIdentityServiceException";
|
|
3
3
|
import { ErrorCode } from "./enums";
|
|
4
4
|
export declare class BadRequestException extends __BaseException {
|
|
@@ -5,7 +5,7 @@ export declare const getRuntimeConfig: (
|
|
|
5
5
|
) => {
|
|
6
6
|
runtime: string;
|
|
7
7
|
defaultsMode: import("@smithy/types").Provider<
|
|
8
|
-
import("@smithy/
|
|
8
|
+
import("@smithy/core/client").ResolvedDefaultsMode
|
|
9
9
|
>;
|
|
10
10
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
11
11
|
credentialDefaultProvider:
|
|
@@ -19,7 +19,7 @@ export declare const getRuntimeConfig: (
|
|
|
19
19
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
20
20
|
region: string | import("@smithy/types").Provider<any>;
|
|
21
21
|
requestHandler:
|
|
22
|
-
| import("@smithy/
|
|
22
|
+
| import("@smithy/core/protocols").HttpHandler<any>
|
|
23
23
|
| RequestHandler;
|
|
24
24
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
25
25
|
sha256: import("@smithy/types").HashConstructor;
|
|
@@ -5,7 +5,7 @@ export declare const getRuntimeConfig: (
|
|
|
5
5
|
) => {
|
|
6
6
|
runtime: string;
|
|
7
7
|
defaultsMode: import("@smithy/types").Provider<
|
|
8
|
-
import("@smithy/
|
|
8
|
+
import("@smithy/core/client").ResolvedDefaultsMode
|
|
9
9
|
>;
|
|
10
10
|
authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
|
|
11
11
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
@@ -21,7 +21,7 @@ export declare const getRuntimeConfig: (
|
|
|
21
21
|
region: string | import("@smithy/types").Provider<string>;
|
|
22
22
|
requestHandler:
|
|
23
23
|
| RequestHandler
|
|
24
|
-
| import("@smithy/
|
|
24
|
+
| import("@smithy/core/protocols").HttpHandler<any>;
|
|
25
25
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
26
26
|
sha256: import("@smithy/types").HashConstructor;
|
|
27
27
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -8,7 +8,7 @@ export declare const getRuntimeConfig: (
|
|
|
8
8
|
| import("@smithy/types").NodeHttpHandlerOptions
|
|
9
9
|
| import("@smithy/types").FetchHttpHandlerOptions
|
|
10
10
|
| Record<string, unknown>
|
|
11
|
-
| import("@smithy/
|
|
11
|
+
| import("@smithy/core/protocols").HttpHandler<any>
|
|
12
12
|
| import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
13
13
|
cacheMiddleware?: boolean;
|
|
14
14
|
protocol:
|
|
@@ -48,9 +48,9 @@ export declare const getRuntimeConfig: (
|
|
|
48
48
|
logger: import("@smithy/types").Logger;
|
|
49
49
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
50
50
|
defaultsMode:
|
|
51
|
-
| import("@smithy/
|
|
51
|
+
| import("@smithy/core/client").DefaultsMode
|
|
52
52
|
| import("@smithy/types").Provider<
|
|
53
|
-
import("@smithy/
|
|
53
|
+
import("@smithy/core/client").DefaultsMode
|
|
54
54
|
>;
|
|
55
55
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
56
56
|
userAgentAppId?:
|