@aws-sdk/client-chime-sdk-identity 3.300.0 → 3.301.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/commands/CreateAppInstanceAdminCommand.d.ts +1 -1
- package/dist-types/commands/CreateAppInstanceBotCommand.d.ts +5 -5
- package/dist-types/commands/CreateAppInstanceCommand.d.ts +3 -3
- package/dist-types/commands/CreateAppInstanceUserCommand.d.ts +4 -4
- package/dist-types/commands/DeleteAppInstanceAdminCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAppInstanceBotCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAppInstanceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAppInstanceUserCommand.d.ts +1 -1
- package/dist-types/commands/DeregisterAppInstanceUserEndpointCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAppInstanceAdminCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAppInstanceBotCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAppInstanceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAppInstanceUserCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAppInstanceUserEndpointCommand.d.ts +1 -1
- package/dist-types/commands/GetAppInstanceRetentionSettingsCommand.d.ts +1 -1
- package/dist-types/commands/ListAppInstanceAdminsCommand.d.ts +1 -1
- package/dist-types/commands/ListAppInstanceBotsCommand.d.ts +1 -1
- package/dist-types/commands/ListAppInstanceUserEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/ListAppInstanceUsersCommand.d.ts +1 -1
- package/dist-types/commands/ListAppInstancesCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/PutAppInstanceRetentionSettingsCommand.d.ts +3 -3
- package/dist-types/commands/PutAppInstanceUserExpirationSettingsCommand.d.ts +2 -2
- package/dist-types/commands/RegisterAppInstanceUserEndpointCommand.d.ts +2 -2
- package/dist-types/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UpdateAppInstanceBotCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAppInstanceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAppInstanceUserCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAppInstanceUserEndpointCommand.d.ts +1 -1
- package/package.json +3 -3
|
@@ -41,7 +41,7 @@ export interface CreateAppInstanceAdminCommandOutput extends CreateAppInstanceAd
|
|
|
41
41
|
* import { ChimeSDKIdentityClient, CreateAppInstanceAdminCommand } from "@aws-sdk/client-chime-sdk-identity"; // ES Modules import
|
|
42
42
|
* // const { ChimeSDKIdentityClient, CreateAppInstanceAdminCommand } = require("@aws-sdk/client-chime-sdk-identity"); // CommonJS import
|
|
43
43
|
* const client = new ChimeSDKIdentityClient(config);
|
|
44
|
-
* const input = {
|
|
44
|
+
* const input = { // CreateAppInstanceAdminRequest
|
|
45
45
|
* AppInstanceAdminArn: "STRING_VALUE", // required
|
|
46
46
|
* AppInstanceArn: "STRING_VALUE", // required
|
|
47
47
|
* };
|
|
@@ -27,19 +27,19 @@ export interface CreateAppInstanceBotCommandOutput extends CreateAppInstanceBotR
|
|
|
27
27
|
* import { ChimeSDKIdentityClient, CreateAppInstanceBotCommand } from "@aws-sdk/client-chime-sdk-identity"; // ES Modules import
|
|
28
28
|
* // const { ChimeSDKIdentityClient, CreateAppInstanceBotCommand } = require("@aws-sdk/client-chime-sdk-identity"); // CommonJS import
|
|
29
29
|
* const client = new ChimeSDKIdentityClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // CreateAppInstanceBotRequest
|
|
31
31
|
* AppInstanceArn: "STRING_VALUE", // required
|
|
32
32
|
* Name: "STRING_VALUE",
|
|
33
33
|
* Metadata: "STRING_VALUE",
|
|
34
34
|
* ClientRequestToken: "STRING_VALUE", // required
|
|
35
|
-
* Tags: [
|
|
36
|
-
* {
|
|
35
|
+
* Tags: [ // TagList
|
|
36
|
+
* { // Tag
|
|
37
37
|
* Key: "STRING_VALUE", // required
|
|
38
38
|
* Value: "STRING_VALUE", // required
|
|
39
39
|
* },
|
|
40
40
|
* ],
|
|
41
|
-
* Configuration: {
|
|
42
|
-
* Lex: {
|
|
41
|
+
* Configuration: { // Configuration
|
|
42
|
+
* Lex: { // LexConfiguration
|
|
43
43
|
* RespondsTo: "STANDARD_MESSAGES", // required
|
|
44
44
|
* LexBotAliasArn: "STRING_VALUE", // required
|
|
45
45
|
* LocaleId: "STRING_VALUE", // required
|
|
@@ -29,12 +29,12 @@ export interface CreateAppInstanceCommandOutput extends CreateAppInstanceRespons
|
|
|
29
29
|
* import { ChimeSDKIdentityClient, CreateAppInstanceCommand } from "@aws-sdk/client-chime-sdk-identity"; // ES Modules import
|
|
30
30
|
* // const { ChimeSDKIdentityClient, CreateAppInstanceCommand } = require("@aws-sdk/client-chime-sdk-identity"); // CommonJS import
|
|
31
31
|
* const client = new ChimeSDKIdentityClient(config);
|
|
32
|
-
* const input = {
|
|
32
|
+
* const input = { // CreateAppInstanceRequest
|
|
33
33
|
* Name: "STRING_VALUE", // required
|
|
34
34
|
* Metadata: "STRING_VALUE",
|
|
35
35
|
* ClientRequestToken: "STRING_VALUE", // required
|
|
36
|
-
* Tags: [
|
|
37
|
-
* {
|
|
36
|
+
* Tags: [ // TagList
|
|
37
|
+
* { // Tag
|
|
38
38
|
* Key: "STRING_VALUE", // required
|
|
39
39
|
* Value: "STRING_VALUE", // required
|
|
40
40
|
* },
|
|
@@ -27,19 +27,19 @@ export interface CreateAppInstanceUserCommandOutput extends CreateAppInstanceUse
|
|
|
27
27
|
* import { ChimeSDKIdentityClient, CreateAppInstanceUserCommand } from "@aws-sdk/client-chime-sdk-identity"; // ES Modules import
|
|
28
28
|
* // const { ChimeSDKIdentityClient, CreateAppInstanceUserCommand } = require("@aws-sdk/client-chime-sdk-identity"); // CommonJS import
|
|
29
29
|
* const client = new ChimeSDKIdentityClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // CreateAppInstanceUserRequest
|
|
31
31
|
* AppInstanceArn: "STRING_VALUE", // required
|
|
32
32
|
* AppInstanceUserId: "STRING_VALUE", // required
|
|
33
33
|
* Name: "STRING_VALUE", // required
|
|
34
34
|
* Metadata: "STRING_VALUE",
|
|
35
35
|
* ClientRequestToken: "STRING_VALUE", // required
|
|
36
|
-
* Tags: [
|
|
37
|
-
* {
|
|
36
|
+
* Tags: [ // TagList
|
|
37
|
+
* { // Tag
|
|
38
38
|
* Key: "STRING_VALUE", // required
|
|
39
39
|
* Value: "STRING_VALUE", // required
|
|
40
40
|
* },
|
|
41
41
|
* ],
|
|
42
|
-
* ExpirationSettings: {
|
|
42
|
+
* ExpirationSettings: { // ExpirationSettings
|
|
43
43
|
* ExpirationDays: Number("int"), // required
|
|
44
44
|
* ExpirationCriterion: "CREATED_TIMESTAMP", // required
|
|
45
45
|
* },
|
|
@@ -28,7 +28,7 @@ export interface DeleteAppInstanceAdminCommandOutput extends __MetadataBearer {
|
|
|
28
28
|
* import { ChimeSDKIdentityClient, DeleteAppInstanceAdminCommand } from "@aws-sdk/client-chime-sdk-identity"; // ES Modules import
|
|
29
29
|
* // const { ChimeSDKIdentityClient, DeleteAppInstanceAdminCommand } = require("@aws-sdk/client-chime-sdk-identity"); // CommonJS import
|
|
30
30
|
* const client = new ChimeSDKIdentityClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // DeleteAppInstanceAdminRequest
|
|
32
32
|
* AppInstanceAdminArn: "STRING_VALUE", // required
|
|
33
33
|
* AppInstanceArn: "STRING_VALUE", // required
|
|
34
34
|
* };
|
|
@@ -26,7 +26,7 @@ export interface DeleteAppInstanceBotCommandOutput extends __MetadataBearer {
|
|
|
26
26
|
* import { ChimeSDKIdentityClient, DeleteAppInstanceBotCommand } from "@aws-sdk/client-chime-sdk-identity"; // ES Modules import
|
|
27
27
|
* // const { ChimeSDKIdentityClient, DeleteAppInstanceBotCommand } = require("@aws-sdk/client-chime-sdk-identity"); // CommonJS import
|
|
28
28
|
* const client = new ChimeSDKIdentityClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DeleteAppInstanceBotRequest
|
|
30
30
|
* AppInstanceBotArn: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteAppInstanceBotCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface DeleteAppInstanceCommandOutput extends __MetadataBearer {
|
|
|
26
26
|
* import { ChimeSDKIdentityClient, DeleteAppInstanceCommand } from "@aws-sdk/client-chime-sdk-identity"; // ES Modules import
|
|
27
27
|
* // const { ChimeSDKIdentityClient, DeleteAppInstanceCommand } = require("@aws-sdk/client-chime-sdk-identity"); // CommonJS import
|
|
28
28
|
* const client = new ChimeSDKIdentityClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DeleteAppInstanceRequest
|
|
30
30
|
* AppInstanceArn: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteAppInstanceCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface DeleteAppInstanceUserCommandOutput extends __MetadataBearer {
|
|
|
26
26
|
* import { ChimeSDKIdentityClient, DeleteAppInstanceUserCommand } from "@aws-sdk/client-chime-sdk-identity"; // ES Modules import
|
|
27
27
|
* // const { ChimeSDKIdentityClient, DeleteAppInstanceUserCommand } = require("@aws-sdk/client-chime-sdk-identity"); // CommonJS import
|
|
28
28
|
* const client = new ChimeSDKIdentityClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DeleteAppInstanceUserRequest
|
|
30
30
|
* AppInstanceUserArn: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteAppInstanceUserCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface DeregisterAppInstanceUserEndpointCommandOutput extends __Metada
|
|
|
26
26
|
* import { ChimeSDKIdentityClient, DeregisterAppInstanceUserEndpointCommand } from "@aws-sdk/client-chime-sdk-identity"; // ES Modules import
|
|
27
27
|
* // const { ChimeSDKIdentityClient, DeregisterAppInstanceUserEndpointCommand } = require("@aws-sdk/client-chime-sdk-identity"); // CommonJS import
|
|
28
28
|
* const client = new ChimeSDKIdentityClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DeregisterAppInstanceUserEndpointRequest
|
|
30
30
|
* AppInstanceUserArn: "STRING_VALUE", // required
|
|
31
31
|
* EndpointId: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
@@ -26,7 +26,7 @@ export interface DescribeAppInstanceAdminCommandOutput extends DescribeAppInstan
|
|
|
26
26
|
* import { ChimeSDKIdentityClient, DescribeAppInstanceAdminCommand } from "@aws-sdk/client-chime-sdk-identity"; // ES Modules import
|
|
27
27
|
* // const { ChimeSDKIdentityClient, DescribeAppInstanceAdminCommand } = require("@aws-sdk/client-chime-sdk-identity"); // CommonJS import
|
|
28
28
|
* const client = new ChimeSDKIdentityClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DescribeAppInstanceAdminRequest
|
|
30
30
|
* AppInstanceAdminArn: "STRING_VALUE", // required
|
|
31
31
|
* AppInstanceArn: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
@@ -26,7 +26,7 @@ export interface DescribeAppInstanceBotCommandOutput extends DescribeAppInstance
|
|
|
26
26
|
* import { ChimeSDKIdentityClient, DescribeAppInstanceBotCommand } from "@aws-sdk/client-chime-sdk-identity"; // ES Modules import
|
|
27
27
|
* // const { ChimeSDKIdentityClient, DescribeAppInstanceBotCommand } = require("@aws-sdk/client-chime-sdk-identity"); // CommonJS import
|
|
28
28
|
* const client = new ChimeSDKIdentityClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DescribeAppInstanceBotRequest
|
|
30
30
|
* AppInstanceBotArn: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DescribeAppInstanceBotCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface DescribeAppInstanceCommandOutput extends DescribeAppInstanceRes
|
|
|
26
26
|
* import { ChimeSDKIdentityClient, DescribeAppInstanceCommand } from "@aws-sdk/client-chime-sdk-identity"; // ES Modules import
|
|
27
27
|
* // const { ChimeSDKIdentityClient, DescribeAppInstanceCommand } = require("@aws-sdk/client-chime-sdk-identity"); // CommonJS import
|
|
28
28
|
* const client = new ChimeSDKIdentityClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DescribeAppInstanceRequest
|
|
30
30
|
* AppInstanceArn: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DescribeAppInstanceCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface DescribeAppInstanceUserCommandOutput extends DescribeAppInstanc
|
|
|
26
26
|
* import { ChimeSDKIdentityClient, DescribeAppInstanceUserCommand } from "@aws-sdk/client-chime-sdk-identity"; // ES Modules import
|
|
27
27
|
* // const { ChimeSDKIdentityClient, DescribeAppInstanceUserCommand } = require("@aws-sdk/client-chime-sdk-identity"); // CommonJS import
|
|
28
28
|
* const client = new ChimeSDKIdentityClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DescribeAppInstanceUserRequest
|
|
30
30
|
* AppInstanceUserArn: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DescribeAppInstanceUserCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface DescribeAppInstanceUserEndpointCommandOutput extends DescribeAp
|
|
|
26
26
|
* import { ChimeSDKIdentityClient, DescribeAppInstanceUserEndpointCommand } from "@aws-sdk/client-chime-sdk-identity"; // ES Modules import
|
|
27
27
|
* // const { ChimeSDKIdentityClient, DescribeAppInstanceUserEndpointCommand } = require("@aws-sdk/client-chime-sdk-identity"); // CommonJS import
|
|
28
28
|
* const client = new ChimeSDKIdentityClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DescribeAppInstanceUserEndpointRequest
|
|
30
30
|
* AppInstanceUserArn: "STRING_VALUE", // required
|
|
31
31
|
* EndpointId: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
@@ -26,7 +26,7 @@ export interface GetAppInstanceRetentionSettingsCommandOutput extends GetAppInst
|
|
|
26
26
|
* import { ChimeSDKIdentityClient, GetAppInstanceRetentionSettingsCommand } from "@aws-sdk/client-chime-sdk-identity"; // ES Modules import
|
|
27
27
|
* // const { ChimeSDKIdentityClient, GetAppInstanceRetentionSettingsCommand } = require("@aws-sdk/client-chime-sdk-identity"); // CommonJS import
|
|
28
28
|
* const client = new ChimeSDKIdentityClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetAppInstanceRetentionSettingsRequest
|
|
30
30
|
* AppInstanceArn: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new GetAppInstanceRetentionSettingsCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface ListAppInstanceAdminsCommandOutput extends ListAppInstanceAdmin
|
|
|
26
26
|
* import { ChimeSDKIdentityClient, ListAppInstanceAdminsCommand } from "@aws-sdk/client-chime-sdk-identity"; // ES Modules import
|
|
27
27
|
* // const { ChimeSDKIdentityClient, ListAppInstanceAdminsCommand } = require("@aws-sdk/client-chime-sdk-identity"); // CommonJS import
|
|
28
28
|
* const client = new ChimeSDKIdentityClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListAppInstanceAdminsRequest
|
|
30
30
|
* AppInstanceArn: "STRING_VALUE", // required
|
|
31
31
|
* MaxResults: Number("int"),
|
|
32
32
|
* NextToken: "STRING_VALUE",
|
|
@@ -26,7 +26,7 @@ export interface ListAppInstanceBotsCommandOutput extends ListAppInstanceBotsRes
|
|
|
26
26
|
* import { ChimeSDKIdentityClient, ListAppInstanceBotsCommand } from "@aws-sdk/client-chime-sdk-identity"; // ES Modules import
|
|
27
27
|
* // const { ChimeSDKIdentityClient, ListAppInstanceBotsCommand } = require("@aws-sdk/client-chime-sdk-identity"); // CommonJS import
|
|
28
28
|
* const client = new ChimeSDKIdentityClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListAppInstanceBotsRequest
|
|
30
30
|
* AppInstanceArn: "STRING_VALUE", // required
|
|
31
31
|
* MaxResults: Number("int"),
|
|
32
32
|
* NextToken: "STRING_VALUE",
|
|
@@ -26,7 +26,7 @@ export interface ListAppInstanceUserEndpointsCommandOutput extends ListAppInstan
|
|
|
26
26
|
* import { ChimeSDKIdentityClient, ListAppInstanceUserEndpointsCommand } from "@aws-sdk/client-chime-sdk-identity"; // ES Modules import
|
|
27
27
|
* // const { ChimeSDKIdentityClient, ListAppInstanceUserEndpointsCommand } = require("@aws-sdk/client-chime-sdk-identity"); // CommonJS import
|
|
28
28
|
* const client = new ChimeSDKIdentityClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListAppInstanceUserEndpointsRequest
|
|
30
30
|
* AppInstanceUserArn: "STRING_VALUE", // required
|
|
31
31
|
* MaxResults: Number("int"),
|
|
32
32
|
* NextToken: "STRING_VALUE",
|
|
@@ -27,7 +27,7 @@ export interface ListAppInstanceUsersCommandOutput extends ListAppInstanceUsersR
|
|
|
27
27
|
* import { ChimeSDKIdentityClient, ListAppInstanceUsersCommand } from "@aws-sdk/client-chime-sdk-identity"; // ES Modules import
|
|
28
28
|
* // const { ChimeSDKIdentityClient, ListAppInstanceUsersCommand } = require("@aws-sdk/client-chime-sdk-identity"); // CommonJS import
|
|
29
29
|
* const client = new ChimeSDKIdentityClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // ListAppInstanceUsersRequest
|
|
31
31
|
* AppInstanceArn: "STRING_VALUE", // required
|
|
32
32
|
* MaxResults: Number("int"),
|
|
33
33
|
* NextToken: "STRING_VALUE",
|
|
@@ -27,7 +27,7 @@ export interface ListAppInstancesCommandOutput extends ListAppInstancesResponse,
|
|
|
27
27
|
* import { ChimeSDKIdentityClient, ListAppInstancesCommand } from "@aws-sdk/client-chime-sdk-identity"; // ES Modules import
|
|
28
28
|
* // const { ChimeSDKIdentityClient, ListAppInstancesCommand } = require("@aws-sdk/client-chime-sdk-identity"); // CommonJS import
|
|
29
29
|
* const client = new ChimeSDKIdentityClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // ListAppInstancesRequest
|
|
31
31
|
* MaxResults: Number("int"),
|
|
32
32
|
* NextToken: "STRING_VALUE",
|
|
33
33
|
* };
|
|
@@ -26,7 +26,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
26
26
|
* import { ChimeSDKIdentityClient, ListTagsForResourceCommand } from "@aws-sdk/client-chime-sdk-identity"; // ES Modules import
|
|
27
27
|
* // const { ChimeSDKIdentityClient, ListTagsForResourceCommand } = require("@aws-sdk/client-chime-sdk-identity"); // CommonJS import
|
|
28
28
|
* const client = new ChimeSDKIdentityClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListTagsForResourceRequest
|
|
30
30
|
* ResourceARN: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new ListTagsForResourceCommand(input);
|
|
@@ -27,10 +27,10 @@ export interface PutAppInstanceRetentionSettingsCommandOutput extends PutAppInst
|
|
|
27
27
|
* import { ChimeSDKIdentityClient, PutAppInstanceRetentionSettingsCommand } from "@aws-sdk/client-chime-sdk-identity"; // ES Modules import
|
|
28
28
|
* // const { ChimeSDKIdentityClient, PutAppInstanceRetentionSettingsCommand } = require("@aws-sdk/client-chime-sdk-identity"); // CommonJS import
|
|
29
29
|
* const client = new ChimeSDKIdentityClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // PutAppInstanceRetentionSettingsRequest
|
|
31
31
|
* AppInstanceArn: "STRING_VALUE", // required
|
|
32
|
-
* AppInstanceRetentionSettings: {
|
|
33
|
-
* ChannelRetentionSettings: {
|
|
32
|
+
* AppInstanceRetentionSettings: { // AppInstanceRetentionSettings
|
|
33
|
+
* ChannelRetentionSettings: { // ChannelRetentionSettings
|
|
34
34
|
* RetentionDays: Number("int"),
|
|
35
35
|
* },
|
|
36
36
|
* },
|
|
@@ -32,9 +32,9 @@ export interface PutAppInstanceUserExpirationSettingsCommandOutput extends PutAp
|
|
|
32
32
|
* import { ChimeSDKIdentityClient, PutAppInstanceUserExpirationSettingsCommand } from "@aws-sdk/client-chime-sdk-identity"; // ES Modules import
|
|
33
33
|
* // const { ChimeSDKIdentityClient, PutAppInstanceUserExpirationSettingsCommand } = require("@aws-sdk/client-chime-sdk-identity"); // CommonJS import
|
|
34
34
|
* const client = new ChimeSDKIdentityClient(config);
|
|
35
|
-
* const input = {
|
|
35
|
+
* const input = { // PutAppInstanceUserExpirationSettingsRequest
|
|
36
36
|
* AppInstanceUserArn: "STRING_VALUE", // required
|
|
37
|
-
* ExpirationSettings: {
|
|
37
|
+
* ExpirationSettings: { // ExpirationSettings
|
|
38
38
|
* ExpirationDays: Number("int"), // required
|
|
39
39
|
* ExpirationCriterion: "CREATED_TIMESTAMP", // required
|
|
40
40
|
* },
|
|
@@ -26,12 +26,12 @@ export interface RegisterAppInstanceUserEndpointCommandOutput extends RegisterAp
|
|
|
26
26
|
* import { ChimeSDKIdentityClient, RegisterAppInstanceUserEndpointCommand } from "@aws-sdk/client-chime-sdk-identity"; // ES Modules import
|
|
27
27
|
* // const { ChimeSDKIdentityClient, RegisterAppInstanceUserEndpointCommand } = require("@aws-sdk/client-chime-sdk-identity"); // CommonJS import
|
|
28
28
|
* const client = new ChimeSDKIdentityClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // RegisterAppInstanceUserEndpointRequest
|
|
30
30
|
* AppInstanceUserArn: "STRING_VALUE", // required
|
|
31
31
|
* Name: "STRING_VALUE",
|
|
32
32
|
* Type: "APNS" || "APNS_SANDBOX" || "GCM", // required
|
|
33
33
|
* ResourceArn: "STRING_VALUE", // required
|
|
34
|
-
* EndpointAttributes: {
|
|
34
|
+
* EndpointAttributes: { // EndpointAttributes
|
|
35
35
|
* DeviceToken: "STRING_VALUE", // required
|
|
36
36
|
* VoipDeviceToken: "STRING_VALUE",
|
|
37
37
|
* },
|
|
@@ -26,10 +26,10 @@ export interface TagResourceCommandOutput extends __MetadataBearer {
|
|
|
26
26
|
* import { ChimeSDKIdentityClient, TagResourceCommand } from "@aws-sdk/client-chime-sdk-identity"; // ES Modules import
|
|
27
27
|
* // const { ChimeSDKIdentityClient, TagResourceCommand } = require("@aws-sdk/client-chime-sdk-identity"); // CommonJS import
|
|
28
28
|
* const client = new ChimeSDKIdentityClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // TagResourceRequest
|
|
30
30
|
* ResourceARN: "STRING_VALUE", // required
|
|
31
|
-
* Tags: [ // required
|
|
32
|
-
* {
|
|
31
|
+
* Tags: [ // TagList // required
|
|
32
|
+
* { // Tag
|
|
33
33
|
* Key: "STRING_VALUE", // required
|
|
34
34
|
* Value: "STRING_VALUE", // required
|
|
35
35
|
* },
|
|
@@ -26,9 +26,9 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {
|
|
|
26
26
|
* import { ChimeSDKIdentityClient, UntagResourceCommand } from "@aws-sdk/client-chime-sdk-identity"; // ES Modules import
|
|
27
27
|
* // const { ChimeSDKIdentityClient, UntagResourceCommand } = require("@aws-sdk/client-chime-sdk-identity"); // CommonJS import
|
|
28
28
|
* const client = new ChimeSDKIdentityClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // UntagResourceRequest
|
|
30
30
|
* ResourceARN: "STRING_VALUE", // required
|
|
31
|
-
* TagKeys: [ // required
|
|
31
|
+
* TagKeys: [ // TagKeyList // required
|
|
32
32
|
* "STRING_VALUE",
|
|
33
33
|
* ],
|
|
34
34
|
* };
|
|
@@ -26,7 +26,7 @@ export interface UpdateAppInstanceBotCommandOutput extends UpdateAppInstanceBotR
|
|
|
26
26
|
* import { ChimeSDKIdentityClient, UpdateAppInstanceBotCommand } from "@aws-sdk/client-chime-sdk-identity"; // ES Modules import
|
|
27
27
|
* // const { ChimeSDKIdentityClient, UpdateAppInstanceBotCommand } = require("@aws-sdk/client-chime-sdk-identity"); // CommonJS import
|
|
28
28
|
* const client = new ChimeSDKIdentityClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // UpdateAppInstanceBotRequest
|
|
30
30
|
* AppInstanceBotArn: "STRING_VALUE", // required
|
|
31
31
|
* Name: "STRING_VALUE", // required
|
|
32
32
|
* Metadata: "STRING_VALUE", // required
|
|
@@ -26,7 +26,7 @@ export interface UpdateAppInstanceCommandOutput extends UpdateAppInstanceRespons
|
|
|
26
26
|
* import { ChimeSDKIdentityClient, UpdateAppInstanceCommand } from "@aws-sdk/client-chime-sdk-identity"; // ES Modules import
|
|
27
27
|
* // const { ChimeSDKIdentityClient, UpdateAppInstanceCommand } = require("@aws-sdk/client-chime-sdk-identity"); // CommonJS import
|
|
28
28
|
* const client = new ChimeSDKIdentityClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // UpdateAppInstanceRequest
|
|
30
30
|
* AppInstanceArn: "STRING_VALUE", // required
|
|
31
31
|
* Name: "STRING_VALUE", // required
|
|
32
32
|
* Metadata: "STRING_VALUE", // required
|
|
@@ -27,7 +27,7 @@ export interface UpdateAppInstanceUserCommandOutput extends UpdateAppInstanceUse
|
|
|
27
27
|
* import { ChimeSDKIdentityClient, UpdateAppInstanceUserCommand } from "@aws-sdk/client-chime-sdk-identity"; // ES Modules import
|
|
28
28
|
* // const { ChimeSDKIdentityClient, UpdateAppInstanceUserCommand } = require("@aws-sdk/client-chime-sdk-identity"); // CommonJS import
|
|
29
29
|
* const client = new ChimeSDKIdentityClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // UpdateAppInstanceUserRequest
|
|
31
31
|
* AppInstanceUserArn: "STRING_VALUE", // required
|
|
32
32
|
* Name: "STRING_VALUE", // required
|
|
33
33
|
* Metadata: "STRING_VALUE", // required
|
|
@@ -26,7 +26,7 @@ export interface UpdateAppInstanceUserEndpointCommandOutput extends UpdateAppIns
|
|
|
26
26
|
* import { ChimeSDKIdentityClient, UpdateAppInstanceUserEndpointCommand } from "@aws-sdk/client-chime-sdk-identity"; // ES Modules import
|
|
27
27
|
* // const { ChimeSDKIdentityClient, UpdateAppInstanceUserEndpointCommand } = require("@aws-sdk/client-chime-sdk-identity"); // CommonJS import
|
|
28
28
|
* const client = new ChimeSDKIdentityClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // UpdateAppInstanceUserEndpointRequest
|
|
30
30
|
* AppInstanceUserArn: "STRING_VALUE", // required
|
|
31
31
|
* EndpointId: "STRING_VALUE", // required
|
|
32
32
|
* Name: "STRING_VALUE",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-chime-sdk-identity",
|
|
3
3
|
"description": "AWS SDK for JavaScript Chime Sdk Identity Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.301.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.301.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.300.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.301.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.296.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.296.0",
|