@aws-sdk/client-chime-sdk-identity 3.298.0 → 3.300.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.
Files changed (31) hide show
  1. package/dist-types/commands/CreateAppInstanceAdminCommand.d.ts +4 -0
  2. package/dist-types/commands/CreateAppInstanceBotCommand.d.ts +20 -0
  3. package/dist-types/commands/CreateAppInstanceCommand.d.ts +11 -0
  4. package/dist-types/commands/CreateAppInstanceUserCommand.d.ts +17 -0
  5. package/dist-types/commands/DeleteAppInstanceAdminCommand.d.ts +4 -0
  6. package/dist-types/commands/DeleteAppInstanceBotCommand.d.ts +3 -0
  7. package/dist-types/commands/DeleteAppInstanceCommand.d.ts +3 -0
  8. package/dist-types/commands/DeleteAppInstanceUserCommand.d.ts +3 -0
  9. package/dist-types/commands/DeregisterAppInstanceUserEndpointCommand.d.ts +4 -0
  10. package/dist-types/commands/DescribeAppInstanceAdminCommand.d.ts +4 -0
  11. package/dist-types/commands/DescribeAppInstanceBotCommand.d.ts +3 -0
  12. package/dist-types/commands/DescribeAppInstanceCommand.d.ts +3 -0
  13. package/dist-types/commands/DescribeAppInstanceUserCommand.d.ts +3 -0
  14. package/dist-types/commands/DescribeAppInstanceUserEndpointCommand.d.ts +4 -0
  15. package/dist-types/commands/GetAppInstanceRetentionSettingsCommand.d.ts +3 -0
  16. package/dist-types/commands/ListAppInstanceAdminsCommand.d.ts +5 -0
  17. package/dist-types/commands/ListAppInstanceBotsCommand.d.ts +5 -0
  18. package/dist-types/commands/ListAppInstanceUserEndpointsCommand.d.ts +5 -0
  19. package/dist-types/commands/ListAppInstanceUsersCommand.d.ts +5 -0
  20. package/dist-types/commands/ListAppInstancesCommand.d.ts +4 -0
  21. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -0
  22. package/dist-types/commands/PutAppInstanceRetentionSettingsCommand.d.ts +8 -0
  23. package/dist-types/commands/PutAppInstanceUserExpirationSettingsCommand.d.ts +7 -0
  24. package/dist-types/commands/RegisterAppInstanceUserEndpointCommand.d.ts +12 -0
  25. package/dist-types/commands/TagResourceCommand.d.ts +9 -0
  26. package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
  27. package/dist-types/commands/UpdateAppInstanceBotCommand.d.ts +5 -0
  28. package/dist-types/commands/UpdateAppInstanceCommand.d.ts +5 -0
  29. package/dist-types/commands/UpdateAppInstanceUserCommand.d.ts +5 -0
  30. package/dist-types/commands/UpdateAppInstanceUserEndpointCommand.d.ts +6 -0
  31. package/package.json +12 -12
@@ -41,6 +41,10 @@ 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 = {
45
+ * AppInstanceAdminArn: "STRING_VALUE", // required
46
+ * AppInstanceArn: "STRING_VALUE", // required
47
+ * };
44
48
  * const command = new CreateAppInstanceAdminCommand(input);
45
49
  * const response = await client.send(command);
46
50
  * ```
@@ -27,6 +27,26 @@ 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 = {
31
+ * AppInstanceArn: "STRING_VALUE", // required
32
+ * Name: "STRING_VALUE",
33
+ * Metadata: "STRING_VALUE",
34
+ * ClientRequestToken: "STRING_VALUE", // required
35
+ * Tags: [
36
+ * {
37
+ * Key: "STRING_VALUE", // required
38
+ * Value: "STRING_VALUE", // required
39
+ * },
40
+ * ],
41
+ * Configuration: {
42
+ * Lex: {
43
+ * RespondsTo: "STANDARD_MESSAGES", // required
44
+ * LexBotAliasArn: "STRING_VALUE", // required
45
+ * LocaleId: "STRING_VALUE", // required
46
+ * WelcomeIntent: "STRING_VALUE",
47
+ * },
48
+ * },
49
+ * };
30
50
  * const command = new CreateAppInstanceBotCommand(input);
31
51
  * const response = await client.send(command);
32
52
  * ```
@@ -29,6 +29,17 @@ 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 = {
33
+ * Name: "STRING_VALUE", // required
34
+ * Metadata: "STRING_VALUE",
35
+ * ClientRequestToken: "STRING_VALUE", // required
36
+ * Tags: [
37
+ * {
38
+ * Key: "STRING_VALUE", // required
39
+ * Value: "STRING_VALUE", // required
40
+ * },
41
+ * ],
42
+ * };
32
43
  * const command = new CreateAppInstanceCommand(input);
33
44
  * const response = await client.send(command);
34
45
  * ```
@@ -27,6 +27,23 @@ 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 = {
31
+ * AppInstanceArn: "STRING_VALUE", // required
32
+ * AppInstanceUserId: "STRING_VALUE", // required
33
+ * Name: "STRING_VALUE", // required
34
+ * Metadata: "STRING_VALUE",
35
+ * ClientRequestToken: "STRING_VALUE", // required
36
+ * Tags: [
37
+ * {
38
+ * Key: "STRING_VALUE", // required
39
+ * Value: "STRING_VALUE", // required
40
+ * },
41
+ * ],
42
+ * ExpirationSettings: {
43
+ * ExpirationDays: Number("int"), // required
44
+ * ExpirationCriterion: "CREATED_TIMESTAMP", // required
45
+ * },
46
+ * };
30
47
  * const command = new CreateAppInstanceUserCommand(input);
31
48
  * const response = await client.send(command);
32
49
  * ```
@@ -28,6 +28,10 @@ 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 = {
32
+ * AppInstanceAdminArn: "STRING_VALUE", // required
33
+ * AppInstanceArn: "STRING_VALUE", // required
34
+ * };
31
35
  * const command = new DeleteAppInstanceAdminCommand(input);
32
36
  * const response = await client.send(command);
33
37
  * ```
@@ -26,6 +26,9 @@ 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 = {
30
+ * AppInstanceBotArn: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new DeleteAppInstanceBotCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -26,6 +26,9 @@ 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 = {
30
+ * AppInstanceArn: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new DeleteAppInstanceCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -26,6 +26,9 @@ 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 = {
30
+ * AppInstanceUserArn: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new DeleteAppInstanceUserCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -26,6 +26,10 @@ 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 = {
30
+ * AppInstanceUserArn: "STRING_VALUE", // required
31
+ * EndpointId: "STRING_VALUE", // required
32
+ * };
29
33
  * const command = new DeregisterAppInstanceUserEndpointCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -26,6 +26,10 @@ 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 = {
30
+ * AppInstanceAdminArn: "STRING_VALUE", // required
31
+ * AppInstanceArn: "STRING_VALUE", // required
32
+ * };
29
33
  * const command = new DescribeAppInstanceAdminCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -26,6 +26,9 @@ 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 = {
30
+ * AppInstanceBotArn: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new DescribeAppInstanceBotCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -26,6 +26,9 @@ 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 = {
30
+ * AppInstanceArn: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new DescribeAppInstanceCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -26,6 +26,9 @@ 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 = {
30
+ * AppInstanceUserArn: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new DescribeAppInstanceUserCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -26,6 +26,10 @@ 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 = {
30
+ * AppInstanceUserArn: "STRING_VALUE", // required
31
+ * EndpointId: "STRING_VALUE", // required
32
+ * };
29
33
  * const command = new DescribeAppInstanceUserEndpointCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -26,6 +26,9 @@ 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 = {
30
+ * AppInstanceArn: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new GetAppInstanceRetentionSettingsCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -26,6 +26,11 @@ 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 = {
30
+ * AppInstanceArn: "STRING_VALUE", // required
31
+ * MaxResults: Number("int"),
32
+ * NextToken: "STRING_VALUE",
33
+ * };
29
34
  * const command = new ListAppInstanceAdminsCommand(input);
30
35
  * const response = await client.send(command);
31
36
  * ```
@@ -26,6 +26,11 @@ 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 = {
30
+ * AppInstanceArn: "STRING_VALUE", // required
31
+ * MaxResults: Number("int"),
32
+ * NextToken: "STRING_VALUE",
33
+ * };
29
34
  * const command = new ListAppInstanceBotsCommand(input);
30
35
  * const response = await client.send(command);
31
36
  * ```
@@ -26,6 +26,11 @@ 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 = {
30
+ * AppInstanceUserArn: "STRING_VALUE", // required
31
+ * MaxResults: Number("int"),
32
+ * NextToken: "STRING_VALUE",
33
+ * };
29
34
  * const command = new ListAppInstanceUserEndpointsCommand(input);
30
35
  * const response = await client.send(command);
31
36
  * ```
@@ -27,6 +27,11 @@ 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 = {
31
+ * AppInstanceArn: "STRING_VALUE", // required
32
+ * MaxResults: Number("int"),
33
+ * NextToken: "STRING_VALUE",
34
+ * };
30
35
  * const command = new ListAppInstanceUsersCommand(input);
31
36
  * const response = await client.send(command);
32
37
  * ```
@@ -27,6 +27,10 @@ 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 = {
31
+ * MaxResults: Number("int"),
32
+ * NextToken: "STRING_VALUE",
33
+ * };
30
34
  * const command = new ListAppInstancesCommand(input);
31
35
  * const response = await client.send(command);
32
36
  * ```
@@ -26,6 +26,9 @@ 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 = {
30
+ * ResourceARN: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new ListTagsForResourceCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -27,6 +27,14 @@ 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 = {
31
+ * AppInstanceArn: "STRING_VALUE", // required
32
+ * AppInstanceRetentionSettings: {
33
+ * ChannelRetentionSettings: {
34
+ * RetentionDays: Number("int"),
35
+ * },
36
+ * },
37
+ * };
30
38
  * const command = new PutAppInstanceRetentionSettingsCommand(input);
31
39
  * const response = await client.send(command);
32
40
  * ```
@@ -32,6 +32,13 @@ 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 = {
36
+ * AppInstanceUserArn: "STRING_VALUE", // required
37
+ * ExpirationSettings: {
38
+ * ExpirationDays: Number("int"), // required
39
+ * ExpirationCriterion: "CREATED_TIMESTAMP", // required
40
+ * },
41
+ * };
35
42
  * const command = new PutAppInstanceUserExpirationSettingsCommand(input);
36
43
  * const response = await client.send(command);
37
44
  * ```
@@ -26,6 +26,18 @@ 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 = {
30
+ * AppInstanceUserArn: "STRING_VALUE", // required
31
+ * Name: "STRING_VALUE",
32
+ * Type: "APNS" || "APNS_SANDBOX" || "GCM", // required
33
+ * ResourceArn: "STRING_VALUE", // required
34
+ * EndpointAttributes: {
35
+ * DeviceToken: "STRING_VALUE", // required
36
+ * VoipDeviceToken: "STRING_VALUE",
37
+ * },
38
+ * ClientRequestToken: "STRING_VALUE", // required
39
+ * AllowMessages: "ALL" || "NONE",
40
+ * };
29
41
  * const command = new RegisterAppInstanceUserEndpointCommand(input);
30
42
  * const response = await client.send(command);
31
43
  * ```
@@ -26,6 +26,15 @@ 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 = {
30
+ * ResourceARN: "STRING_VALUE", // required
31
+ * Tags: [ // required
32
+ * {
33
+ * Key: "STRING_VALUE", // required
34
+ * Value: "STRING_VALUE", // required
35
+ * },
36
+ * ],
37
+ * };
29
38
  * const command = new TagResourceCommand(input);
30
39
  * const response = await client.send(command);
31
40
  * ```
@@ -26,6 +26,12 @@ 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 = {
30
+ * ResourceARN: "STRING_VALUE", // required
31
+ * TagKeys: [ // required
32
+ * "STRING_VALUE",
33
+ * ],
34
+ * };
29
35
  * const command = new UntagResourceCommand(input);
30
36
  * const response = await client.send(command);
31
37
  * ```
@@ -26,6 +26,11 @@ 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 = {
30
+ * AppInstanceBotArn: "STRING_VALUE", // required
31
+ * Name: "STRING_VALUE", // required
32
+ * Metadata: "STRING_VALUE", // required
33
+ * };
29
34
  * const command = new UpdateAppInstanceBotCommand(input);
30
35
  * const response = await client.send(command);
31
36
  * ```
@@ -26,6 +26,11 @@ 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 = {
30
+ * AppInstanceArn: "STRING_VALUE", // required
31
+ * Name: "STRING_VALUE", // required
32
+ * Metadata: "STRING_VALUE", // required
33
+ * };
29
34
  * const command = new UpdateAppInstanceCommand(input);
30
35
  * const response = await client.send(command);
31
36
  * ```
@@ -27,6 +27,11 @@ 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 = {
31
+ * AppInstanceUserArn: "STRING_VALUE", // required
32
+ * Name: "STRING_VALUE", // required
33
+ * Metadata: "STRING_VALUE", // required
34
+ * };
30
35
  * const command = new UpdateAppInstanceUserCommand(input);
31
36
  * const response = await client.send(command);
32
37
  * ```
@@ -26,6 +26,12 @@ 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 = {
30
+ * AppInstanceUserArn: "STRING_VALUE", // required
31
+ * EndpointId: "STRING_VALUE", // required
32
+ * Name: "STRING_VALUE",
33
+ * AllowMessages: "ALL" || "NONE",
34
+ * };
29
35
  * const command = new UpdateAppInstanceUserEndpointCommand(input);
30
36
  * const response = await client.send(command);
31
37
  * ```
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.298.0",
4
+ "version": "3.300.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,23 +21,23 @@
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.298.0",
25
- "@aws-sdk/config-resolver": "3.296.0",
26
- "@aws-sdk/credential-provider-node": "3.298.0",
24
+ "@aws-sdk/client-sts": "3.300.0",
25
+ "@aws-sdk/config-resolver": "3.300.0",
26
+ "@aws-sdk/credential-provider-node": "3.300.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",
30
30
  "@aws-sdk/middleware-content-length": "3.296.0",
31
- "@aws-sdk/middleware-endpoint": "3.296.0",
31
+ "@aws-sdk/middleware-endpoint": "3.299.0",
32
32
  "@aws-sdk/middleware-host-header": "3.296.0",
33
33
  "@aws-sdk/middleware-logger": "3.296.0",
34
34
  "@aws-sdk/middleware-recursion-detection": "3.296.0",
35
- "@aws-sdk/middleware-retry": "3.296.0",
35
+ "@aws-sdk/middleware-retry": "3.300.0",
36
36
  "@aws-sdk/middleware-serde": "3.296.0",
37
- "@aws-sdk/middleware-signing": "3.296.0",
37
+ "@aws-sdk/middleware-signing": "3.299.0",
38
38
  "@aws-sdk/middleware-stack": "3.296.0",
39
- "@aws-sdk/middleware-user-agent": "3.296.0",
40
- "@aws-sdk/node-config-provider": "3.296.0",
39
+ "@aws-sdk/middleware-user-agent": "3.299.0",
40
+ "@aws-sdk/node-config-provider": "3.300.0",
41
41
  "@aws-sdk/node-http-handler": "3.296.0",
42
42
  "@aws-sdk/protocol-http": "3.296.0",
43
43
  "@aws-sdk/smithy-client": "3.296.0",
@@ -47,11 +47,11 @@
47
47
  "@aws-sdk/util-body-length-browser": "3.295.0",
48
48
  "@aws-sdk/util-body-length-node": "3.295.0",
49
49
  "@aws-sdk/util-defaults-mode-browser": "3.296.0",
50
- "@aws-sdk/util-defaults-mode-node": "3.296.0",
50
+ "@aws-sdk/util-defaults-mode-node": "3.300.0",
51
51
  "@aws-sdk/util-endpoints": "3.296.0",
52
52
  "@aws-sdk/util-retry": "3.296.0",
53
- "@aws-sdk/util-user-agent-browser": "3.296.0",
54
- "@aws-sdk/util-user-agent-node": "3.296.0",
53
+ "@aws-sdk/util-user-agent-browser": "3.299.0",
54
+ "@aws-sdk/util-user-agent-node": "3.300.0",
55
55
  "@aws-sdk/util-utf8": "3.295.0",
56
56
  "tslib": "^2.5.0",
57
57
  "uuid": "^8.3.2"