@aws-sdk/client-chime-sdk-identity 3.1044.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 { CreateAppInstanceRequest, CreateAppInstanceResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateAppInstanceCommandInput extends CreateAppInstanceRequest
|
|
|
22
22
|
export interface CreateAppInstanceCommandOutput extends CreateAppInstanceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateAppInstanceCommand_base: {
|
|
25
|
-
new (input: CreateAppInstanceCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateAppInstanceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateAppInstanceCommandInput): import("@smithy/core/client").CommandImpl<CreateAppInstanceCommandInput, CreateAppInstanceCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateAppInstanceCommandInput): import("@smithy/core/client").CommandImpl<CreateAppInstanceCommandInput, CreateAppInstanceCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates an Amazon Chime SDK messaging <code>AppInstance</code> under an AWS account.
|
|
@@ -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 { CreateAppInstanceUserRequest, CreateAppInstanceUserResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateAppInstanceUserCommandInput extends CreateAppInstanceUser
|
|
|
22
22
|
export interface CreateAppInstanceUserCommandOutput extends CreateAppInstanceUserResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateAppInstanceUserCommand_base: {
|
|
25
|
-
new (input: CreateAppInstanceUserCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateAppInstanceUserCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateAppInstanceUserCommandInput): import("@smithy/core/client").CommandImpl<CreateAppInstanceUserCommandInput, CreateAppInstanceUserCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateAppInstanceUserCommandInput): import("@smithy/core/client").CommandImpl<CreateAppInstanceUserCommandInput, CreateAppInstanceUserCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a user under an Amazon Chime <code>AppInstance</code>. The request consists of a
|
|
@@ -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 { DeleteAppInstanceAdminRequest } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteAppInstanceAdminCommandInput extends DeleteAppInstanceAdm
|
|
|
22
22
|
export interface DeleteAppInstanceAdminCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteAppInstanceAdminCommand_base: {
|
|
25
|
-
new (input: DeleteAppInstanceAdminCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteAppInstanceAdminCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteAppInstanceAdminCommandInput): import("@smithy/core/client").CommandImpl<DeleteAppInstanceAdminCommandInput, DeleteAppInstanceAdminCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteAppInstanceAdminCommandInput): import("@smithy/core/client").CommandImpl<DeleteAppInstanceAdminCommandInput, DeleteAppInstanceAdminCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Demotes an <code>AppInstanceAdmin</code> to an <code>AppInstanceUser</code> or
|
|
@@ -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 { DeleteAppInstanceBotRequest } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteAppInstanceBotCommandInput extends DeleteAppInstanceBotRe
|
|
|
22
22
|
export interface DeleteAppInstanceBotCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteAppInstanceBotCommand_base: {
|
|
25
|
-
new (input: DeleteAppInstanceBotCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteAppInstanceBotCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteAppInstanceBotCommandInput): import("@smithy/core/client").CommandImpl<DeleteAppInstanceBotCommandInput, DeleteAppInstanceBotCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteAppInstanceBotCommandInput): import("@smithy/core/client").CommandImpl<DeleteAppInstanceBotCommandInput, DeleteAppInstanceBotCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes an <code>AppInstanceBot</code>.</p>
|
|
@@ -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 { DeleteAppInstanceRequest } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteAppInstanceCommandInput extends DeleteAppInstanceRequest
|
|
|
22
22
|
export interface DeleteAppInstanceCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteAppInstanceCommand_base: {
|
|
25
|
-
new (input: DeleteAppInstanceCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteAppInstanceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteAppInstanceCommandInput): import("@smithy/core/client").CommandImpl<DeleteAppInstanceCommandInput, DeleteAppInstanceCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteAppInstanceCommandInput): import("@smithy/core/client").CommandImpl<DeleteAppInstanceCommandInput, DeleteAppInstanceCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes an <code>AppInstance</code> and all associated data asynchronously.</p>
|
|
@@ -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 { DeleteAppInstanceUserRequest } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteAppInstanceUserCommandInput extends DeleteAppInstanceUser
|
|
|
22
22
|
export interface DeleteAppInstanceUserCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteAppInstanceUserCommand_base: {
|
|
25
|
-
new (input: DeleteAppInstanceUserCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteAppInstanceUserCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteAppInstanceUserCommandInput): import("@smithy/core/client").CommandImpl<DeleteAppInstanceUserCommandInput, DeleteAppInstanceUserCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteAppInstanceUserCommandInput): import("@smithy/core/client").CommandImpl<DeleteAppInstanceUserCommandInput, DeleteAppInstanceUserCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes an <code>AppInstanceUser</code>.</p>
|
|
@@ -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 { DeregisterAppInstanceUserEndpointRequest } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeregisterAppInstanceUserEndpointCommandInput extends Deregiste
|
|
|
22
22
|
export interface DeregisterAppInstanceUserEndpointCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeregisterAppInstanceUserEndpointCommand_base: {
|
|
25
|
-
new (input: DeregisterAppInstanceUserEndpointCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeregisterAppInstanceUserEndpointCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeregisterAppInstanceUserEndpointCommandInput): import("@smithy/core/client").CommandImpl<DeregisterAppInstanceUserEndpointCommandInput, DeregisterAppInstanceUserEndpointCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeregisterAppInstanceUserEndpointCommandInput): import("@smithy/core/client").CommandImpl<DeregisterAppInstanceUserEndpointCommandInput, DeregisterAppInstanceUserEndpointCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deregisters an <code>AppInstanceUserEndpoint</code>.</p>
|
|
@@ -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 { DescribeAppInstanceAdminRequest, DescribeAppInstanceAdminResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeAppInstanceAdminCommandInput extends DescribeAppInstanc
|
|
|
22
22
|
export interface DescribeAppInstanceAdminCommandOutput extends DescribeAppInstanceAdminResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeAppInstanceAdminCommand_base: {
|
|
25
|
-
new (input: DescribeAppInstanceAdminCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeAppInstanceAdminCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeAppInstanceAdminCommandInput): import("@smithy/core/client").CommandImpl<DescribeAppInstanceAdminCommandInput, DescribeAppInstanceAdminCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeAppInstanceAdminCommandInput): import("@smithy/core/client").CommandImpl<DescribeAppInstanceAdminCommandInput, DescribeAppInstanceAdminCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns the full details of an <code>AppInstanceAdmin</code>.</p>
|
|
@@ -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 { DescribeAppInstanceBotRequest, DescribeAppInstanceBotResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeAppInstanceBotCommandInput extends DescribeAppInstanceB
|
|
|
22
22
|
export interface DescribeAppInstanceBotCommandOutput extends DescribeAppInstanceBotResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeAppInstanceBotCommand_base: {
|
|
25
|
-
new (input: DescribeAppInstanceBotCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeAppInstanceBotCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeAppInstanceBotCommandInput): import("@smithy/core/client").CommandImpl<DescribeAppInstanceBotCommandInput, DescribeAppInstanceBotCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeAppInstanceBotCommandInput): import("@smithy/core/client").CommandImpl<DescribeAppInstanceBotCommandInput, DescribeAppInstanceBotCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>The <code>AppInstanceBot's</code> information.</p>
|
|
@@ -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 { DescribeAppInstanceRequest, DescribeAppInstanceResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeAppInstanceCommandInput extends DescribeAppInstanceRequ
|
|
|
22
22
|
export interface DescribeAppInstanceCommandOutput extends DescribeAppInstanceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeAppInstanceCommand_base: {
|
|
25
|
-
new (input: DescribeAppInstanceCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeAppInstanceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeAppInstanceCommandInput): import("@smithy/core/client").CommandImpl<DescribeAppInstanceCommandInput, DescribeAppInstanceCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeAppInstanceCommandInput): import("@smithy/core/client").CommandImpl<DescribeAppInstanceCommandInput, DescribeAppInstanceCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns the full details of an <code>AppInstance</code>.</p>
|
|
@@ -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 { DescribeAppInstanceUserRequest, DescribeAppInstanceUserResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeAppInstanceUserCommandInput extends DescribeAppInstance
|
|
|
22
22
|
export interface DescribeAppInstanceUserCommandOutput extends DescribeAppInstanceUserResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeAppInstanceUserCommand_base: {
|
|
25
|
-
new (input: DescribeAppInstanceUserCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeAppInstanceUserCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeAppInstanceUserCommandInput): import("@smithy/core/client").CommandImpl<DescribeAppInstanceUserCommandInput, DescribeAppInstanceUserCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeAppInstanceUserCommandInput): import("@smithy/core/client").CommandImpl<DescribeAppInstanceUserCommandInput, DescribeAppInstanceUserCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns the full details of an <code>AppInstanceUser</code>.</p>
|
|
@@ -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 { DescribeAppInstanceUserEndpointRequest, DescribeAppInstanceUserEndpointResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeAppInstanceUserEndpointCommandInput extends DescribeApp
|
|
|
22
22
|
export interface DescribeAppInstanceUserEndpointCommandOutput extends DescribeAppInstanceUserEndpointResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeAppInstanceUserEndpointCommand_base: {
|
|
25
|
-
new (input: DescribeAppInstanceUserEndpointCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeAppInstanceUserEndpointCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeAppInstanceUserEndpointCommandInput): import("@smithy/core/client").CommandImpl<DescribeAppInstanceUserEndpointCommandInput, DescribeAppInstanceUserEndpointCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeAppInstanceUserEndpointCommandInput): import("@smithy/core/client").CommandImpl<DescribeAppInstanceUserEndpointCommandInput, DescribeAppInstanceUserEndpointCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns the full details of an <code>AppInstanceUserEndpoint</code>.</p>
|
|
@@ -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 { GetAppInstanceRetentionSettingsRequest, GetAppInstanceRetentionSettingsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetAppInstanceRetentionSettingsCommandInput extends GetAppInsta
|
|
|
22
22
|
export interface GetAppInstanceRetentionSettingsCommandOutput extends GetAppInstanceRetentionSettingsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetAppInstanceRetentionSettingsCommand_base: {
|
|
25
|
-
new (input: GetAppInstanceRetentionSettingsCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetAppInstanceRetentionSettingsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetAppInstanceRetentionSettingsCommandInput): import("@smithy/core/client").CommandImpl<GetAppInstanceRetentionSettingsCommandInput, GetAppInstanceRetentionSettingsCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetAppInstanceRetentionSettingsCommandInput): import("@smithy/core/client").CommandImpl<GetAppInstanceRetentionSettingsCommandInput, GetAppInstanceRetentionSettingsCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets the retention settings for an <code>AppInstance</code>.</p>
|
|
@@ -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 { ListAppInstanceAdminsRequest, ListAppInstanceAdminsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListAppInstanceAdminsCommandInput extends ListAppInstanceAdmins
|
|
|
22
22
|
export interface ListAppInstanceAdminsCommandOutput extends ListAppInstanceAdminsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListAppInstanceAdminsCommand_base: {
|
|
25
|
-
new (input: ListAppInstanceAdminsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListAppInstanceAdminsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListAppInstanceAdminsCommandInput): import("@smithy/core/client").CommandImpl<ListAppInstanceAdminsCommandInput, ListAppInstanceAdminsCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListAppInstanceAdminsCommandInput): import("@smithy/core/client").CommandImpl<ListAppInstanceAdminsCommandInput, ListAppInstanceAdminsCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns a list of the administrators in the <code>AppInstance</code>.</p>
|
|
@@ -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 { ListAppInstanceBotsRequest, ListAppInstanceBotsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListAppInstanceBotsCommandInput extends ListAppInstanceBotsRequ
|
|
|
22
22
|
export interface ListAppInstanceBotsCommandOutput extends ListAppInstanceBotsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListAppInstanceBotsCommand_base: {
|
|
25
|
-
new (input: ListAppInstanceBotsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListAppInstanceBotsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListAppInstanceBotsCommandInput): import("@smithy/core/client").CommandImpl<ListAppInstanceBotsCommandInput, ListAppInstanceBotsCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListAppInstanceBotsCommandInput): import("@smithy/core/client").CommandImpl<ListAppInstanceBotsCommandInput, ListAppInstanceBotsCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists all <code>AppInstanceBots</code> created under a single <code>AppInstance</code>.</p>
|
|
@@ -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 { ListAppInstanceUserEndpointsRequest, ListAppInstanceUserEndpointsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListAppInstanceUserEndpointsCommandInput extends ListAppInstanc
|
|
|
22
22
|
export interface ListAppInstanceUserEndpointsCommandOutput extends ListAppInstanceUserEndpointsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListAppInstanceUserEndpointsCommand_base: {
|
|
25
|
-
new (input: ListAppInstanceUserEndpointsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListAppInstanceUserEndpointsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListAppInstanceUserEndpointsCommandInput): import("@smithy/core/client").CommandImpl<ListAppInstanceUserEndpointsCommandInput, ListAppInstanceUserEndpointsCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListAppInstanceUserEndpointsCommandInput): import("@smithy/core/client").CommandImpl<ListAppInstanceUserEndpointsCommandInput, ListAppInstanceUserEndpointsCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists all the <code>AppInstanceUserEndpoints</code> created under a single <code>AppInstanceUser</code>.</p>
|
|
@@ -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 { ListAppInstanceUsersRequest, ListAppInstanceUsersResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListAppInstanceUsersCommandInput extends ListAppInstanceUsersRe
|
|
|
22
22
|
export interface ListAppInstanceUsersCommandOutput extends ListAppInstanceUsersResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListAppInstanceUsersCommand_base: {
|
|
25
|
-
new (input: ListAppInstanceUsersCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListAppInstanceUsersCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListAppInstanceUsersCommandInput): import("@smithy/core/client").CommandImpl<ListAppInstanceUsersCommandInput, ListAppInstanceUsersCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListAppInstanceUsersCommandInput): import("@smithy/core/client").CommandImpl<ListAppInstanceUsersCommandInput, ListAppInstanceUsersCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>List all <code>AppInstanceUsers</code> created under a single
|
|
@@ -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 { ListAppInstancesRequest, ListAppInstancesResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListAppInstancesCommandInput extends ListAppInstancesRequest {
|
|
|
22
22
|
export interface ListAppInstancesCommandOutput extends ListAppInstancesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListAppInstancesCommand_base: {
|
|
25
|
-
new (input: ListAppInstancesCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListAppInstancesCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListAppInstancesCommandInput): import("@smithy/core/client").CommandImpl<ListAppInstancesCommandInput, ListAppInstancesCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListAppInstancesCommandInput]): import("@smithy/core/client").CommandImpl<ListAppInstancesCommandInput, ListAppInstancesCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists all Amazon Chime <code>AppInstance</code>s created under a single AWS
|
|
@@ -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 { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
|
|
|
22
22
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListTagsForResourceCommand_base: {
|
|
25
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists the tags applied to an Amazon Chime SDK identity resource.</p>
|
|
@@ -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 { PutAppInstanceRetentionSettingsRequest, PutAppInstanceRetentionSettingsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface PutAppInstanceRetentionSettingsCommandInput extends PutAppInsta
|
|
|
22
22
|
export interface PutAppInstanceRetentionSettingsCommandOutput extends PutAppInstanceRetentionSettingsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const PutAppInstanceRetentionSettingsCommand_base: {
|
|
25
|
-
new (input: PutAppInstanceRetentionSettingsCommandInput): import("@smithy/
|
|
26
|
-
new (input: PutAppInstanceRetentionSettingsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: PutAppInstanceRetentionSettingsCommandInput): import("@smithy/core/client").CommandImpl<PutAppInstanceRetentionSettingsCommandInput, PutAppInstanceRetentionSettingsCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: PutAppInstanceRetentionSettingsCommandInput): import("@smithy/core/client").CommandImpl<PutAppInstanceRetentionSettingsCommandInput, PutAppInstanceRetentionSettingsCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Sets the amount of time in days that a given <code>AppInstance</code> retains
|
|
@@ -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 { PutAppInstanceUserExpirationSettingsRequest, PutAppInstanceUserExpirationSettingsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface PutAppInstanceUserExpirationSettingsCommandInput extends PutApp
|
|
|
22
22
|
export interface PutAppInstanceUserExpirationSettingsCommandOutput extends PutAppInstanceUserExpirationSettingsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const PutAppInstanceUserExpirationSettingsCommand_base: {
|
|
25
|
-
new (input: PutAppInstanceUserExpirationSettingsCommandInput): import("@smithy/
|
|
26
|
-
new (input: PutAppInstanceUserExpirationSettingsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: PutAppInstanceUserExpirationSettingsCommandInput): import("@smithy/core/client").CommandImpl<PutAppInstanceUserExpirationSettingsCommandInput, PutAppInstanceUserExpirationSettingsCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: PutAppInstanceUserExpirationSettingsCommandInput): import("@smithy/core/client").CommandImpl<PutAppInstanceUserExpirationSettingsCommandInput, PutAppInstanceUserExpirationSettingsCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Sets the number of days before the <code>AppInstanceUser</code> is automatically deleted.</p>
|
|
@@ -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 { RegisterAppInstanceUserEndpointRequest, RegisterAppInstanceUserEndpointResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface RegisterAppInstanceUserEndpointCommandInput extends RegisterApp
|
|
|
22
22
|
export interface RegisterAppInstanceUserEndpointCommandOutput extends RegisterAppInstanceUserEndpointResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const RegisterAppInstanceUserEndpointCommand_base: {
|
|
25
|
-
new (input: RegisterAppInstanceUserEndpointCommandInput): import("@smithy/
|
|
26
|
-
new (input: RegisterAppInstanceUserEndpointCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: RegisterAppInstanceUserEndpointCommandInput): import("@smithy/core/client").CommandImpl<RegisterAppInstanceUserEndpointCommandInput, RegisterAppInstanceUserEndpointCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: RegisterAppInstanceUserEndpointCommandInput): import("@smithy/core/client").CommandImpl<RegisterAppInstanceUserEndpointCommandInput, RegisterAppInstanceUserEndpointCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Registers an endpoint under an Amazon Chime <code>AppInstanceUser</code>. The endpoint receives messages for a user. For push notifications, the endpoint is a mobile device used to receive mobile push notifications for a user.</p>
|
|
@@ -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 { TagResourceRequest } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface TagResourceCommandInput extends TagResourceRequest {
|
|
|
22
22
|
export interface TagResourceCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const TagResourceCommand_base: {
|
|
25
|
-
new (input: TagResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: TagResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Applies the specified tags to the specified Amazon Chime SDK identity resource.</p>
|
|
@@ -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 { UntagResourceRequest } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
|
22
22
|
export interface UntagResourceCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UntagResourceCommand_base: {
|
|
25
|
-
new (input: UntagResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: UntagResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Removes the specified tags from the specified Amazon Chime SDK identity resource.</p>
|
|
@@ -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 { UpdateAppInstanceBotRequest, UpdateAppInstanceBotResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdateAppInstanceBotCommandInput extends UpdateAppInstanceBotRe
|
|
|
22
22
|
export interface UpdateAppInstanceBotCommandOutput extends UpdateAppInstanceBotResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateAppInstanceBotCommand_base: {
|
|
25
|
-
new (input: UpdateAppInstanceBotCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateAppInstanceBotCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateAppInstanceBotCommandInput): import("@smithy/core/client").CommandImpl<UpdateAppInstanceBotCommandInput, UpdateAppInstanceBotCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateAppInstanceBotCommandInput): import("@smithy/core/client").CommandImpl<UpdateAppInstanceBotCommandInput, UpdateAppInstanceBotCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates the name and metadata of an <code>AppInstanceBot</code>.</p>
|
|
@@ -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 { UpdateAppInstanceRequest, UpdateAppInstanceResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdateAppInstanceCommandInput extends UpdateAppInstanceRequest
|
|
|
22
22
|
export interface UpdateAppInstanceCommandOutput extends UpdateAppInstanceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateAppInstanceCommand_base: {
|
|
25
|
-
new (input: UpdateAppInstanceCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateAppInstanceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateAppInstanceCommandInput): import("@smithy/core/client").CommandImpl<UpdateAppInstanceCommandInput, UpdateAppInstanceCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateAppInstanceCommandInput): import("@smithy/core/client").CommandImpl<UpdateAppInstanceCommandInput, UpdateAppInstanceCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates <code>AppInstance</code> metadata.</p>
|