@aws-sdk/client-chime-sdk-messaging 3.300.0 → 3.303.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 (55) hide show
  1. package/dist-cjs/models/models_0.js +78 -94
  2. package/dist-es/models/models_0.js +78 -94
  3. package/dist-types/commands/AssociateChannelFlowCommand.d.ts +1 -1
  4. package/dist-types/commands/BatchCreateChannelMembershipCommand.d.ts +2 -2
  5. package/dist-types/commands/ChannelFlowCallbackCommand.d.ts +6 -6
  6. package/dist-types/commands/CreateChannelBanCommand.d.ts +1 -1
  7. package/dist-types/commands/CreateChannelCommand.d.ts +7 -7
  8. package/dist-types/commands/CreateChannelFlowCommand.d.ts +7 -7
  9. package/dist-types/commands/CreateChannelMembershipCommand.d.ts +1 -1
  10. package/dist-types/commands/CreateChannelModeratorCommand.d.ts +1 -1
  11. package/dist-types/commands/DeleteChannelBanCommand.d.ts +1 -1
  12. package/dist-types/commands/DeleteChannelCommand.d.ts +1 -1
  13. package/dist-types/commands/DeleteChannelFlowCommand.d.ts +1 -1
  14. package/dist-types/commands/DeleteChannelMembershipCommand.d.ts +1 -1
  15. package/dist-types/commands/DeleteChannelMessageCommand.d.ts +1 -1
  16. package/dist-types/commands/DeleteChannelModeratorCommand.d.ts +1 -1
  17. package/dist-types/commands/DeleteMessagingStreamingConfigurationsCommand.d.ts +1 -1
  18. package/dist-types/commands/DescribeChannelBanCommand.d.ts +1 -1
  19. package/dist-types/commands/DescribeChannelCommand.d.ts +1 -1
  20. package/dist-types/commands/DescribeChannelFlowCommand.d.ts +1 -1
  21. package/dist-types/commands/DescribeChannelMembershipCommand.d.ts +1 -1
  22. package/dist-types/commands/DescribeChannelMembershipForAppInstanceUserCommand.d.ts +1 -1
  23. package/dist-types/commands/DescribeChannelModeratedByAppInstanceUserCommand.d.ts +1 -1
  24. package/dist-types/commands/DescribeChannelModeratorCommand.d.ts +1 -1
  25. package/dist-types/commands/DisassociateChannelFlowCommand.d.ts +1 -1
  26. package/dist-types/commands/GetChannelMembershipPreferencesCommand.d.ts +1 -1
  27. package/dist-types/commands/GetChannelMessageCommand.d.ts +1 -1
  28. package/dist-types/commands/GetChannelMessageStatusCommand.d.ts +1 -1
  29. package/dist-types/commands/GetMessagingStreamingConfigurationsCommand.d.ts +1 -1
  30. package/dist-types/commands/ListChannelBansCommand.d.ts +1 -1
  31. package/dist-types/commands/ListChannelFlowsCommand.d.ts +1 -1
  32. package/dist-types/commands/ListChannelMembershipsCommand.d.ts +1 -1
  33. package/dist-types/commands/ListChannelMembershipsForAppInstanceUserCommand.d.ts +1 -1
  34. package/dist-types/commands/ListChannelMessagesCommand.d.ts +1 -1
  35. package/dist-types/commands/ListChannelModeratorsCommand.d.ts +1 -1
  36. package/dist-types/commands/ListChannelsAssociatedWithChannelFlowCommand.d.ts +1 -1
  37. package/dist-types/commands/ListChannelsCommand.d.ts +1 -1
  38. package/dist-types/commands/ListChannelsModeratedByAppInstanceUserCommand.d.ts +1 -1
  39. package/dist-types/commands/ListSubChannelsCommand.d.ts +1 -1
  40. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  41. package/dist-types/commands/PutChannelExpirationSettingsCommand.d.ts +2 -2
  42. package/dist-types/commands/PutChannelMembershipPreferencesCommand.d.ts +3 -3
  43. package/dist-types/commands/PutMessagingStreamingConfigurationsCommand.d.ts +3 -3
  44. package/dist-types/commands/RedactChannelMessageCommand.d.ts +1 -1
  45. package/dist-types/commands/SearchChannelsCommand.d.ts +4 -4
  46. package/dist-types/commands/SendChannelMessageCommand.d.ts +5 -5
  47. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  48. package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
  49. package/dist-types/commands/UpdateChannelCommand.d.ts +1 -1
  50. package/dist-types/commands/UpdateChannelFlowCommand.d.ts +5 -5
  51. package/dist-types/commands/UpdateChannelMessageCommand.d.ts +1 -1
  52. package/dist-types/commands/UpdateChannelReadMarkerCommand.d.ts +1 -1
  53. package/dist-types/models/models_0.d.ts +158 -78
  54. package/dist-types/ts3.4/models/models_0.d.ts +107 -78
  55. package/package.json +34 -34
@@ -32,7 +32,7 @@ export interface DescribeChannelCommandOutput extends DescribeChannelResponse, _
32
32
  * import { ChimeSDKMessagingClient, DescribeChannelCommand } from "@aws-sdk/client-chime-sdk-messaging"; // ES Modules import
33
33
  * // const { ChimeSDKMessagingClient, DescribeChannelCommand } = require("@aws-sdk/client-chime-sdk-messaging"); // CommonJS import
34
34
  * const client = new ChimeSDKMessagingClient(config);
35
- * const input = {
35
+ * const input = { // DescribeChannelRequest
36
36
  * ChannelArn: "STRING_VALUE", // required
37
37
  * ChimeBearer: "STRING_VALUE", // required
38
38
  * };
@@ -26,7 +26,7 @@ export interface DescribeChannelFlowCommandOutput extends DescribeChannelFlowRes
26
26
  * import { ChimeSDKMessagingClient, DescribeChannelFlowCommand } from "@aws-sdk/client-chime-sdk-messaging"; // ES Modules import
27
27
  * // const { ChimeSDKMessagingClient, DescribeChannelFlowCommand } = require("@aws-sdk/client-chime-sdk-messaging"); // CommonJS import
28
28
  * const client = new ChimeSDKMessagingClient(config);
29
- * const input = {
29
+ * const input = { // DescribeChannelFlowRequest
30
30
  * ChannelFlowArn: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new DescribeChannelFlowCommand(input);
@@ -31,7 +31,7 @@ export interface DescribeChannelMembershipCommandOutput extends DescribeChannelM
31
31
  * import { ChimeSDKMessagingClient, DescribeChannelMembershipCommand } from "@aws-sdk/client-chime-sdk-messaging"; // ES Modules import
32
32
  * // const { ChimeSDKMessagingClient, DescribeChannelMembershipCommand } = require("@aws-sdk/client-chime-sdk-messaging"); // CommonJS import
33
33
  * const client = new ChimeSDKMessagingClient(config);
34
- * const input = {
34
+ * const input = { // DescribeChannelMembershipRequest
35
35
  * ChannelArn: "STRING_VALUE", // required
36
36
  * MemberArn: "STRING_VALUE", // required
37
37
  * ChimeBearer: "STRING_VALUE", // required
@@ -32,7 +32,7 @@ export interface DescribeChannelMembershipForAppInstanceUserCommandOutput extend
32
32
  * import { ChimeSDKMessagingClient, DescribeChannelMembershipForAppInstanceUserCommand } from "@aws-sdk/client-chime-sdk-messaging"; // ES Modules import
33
33
  * // const { ChimeSDKMessagingClient, DescribeChannelMembershipForAppInstanceUserCommand } = require("@aws-sdk/client-chime-sdk-messaging"); // CommonJS import
34
34
  * const client = new ChimeSDKMessagingClient(config);
35
- * const input = {
35
+ * const input = { // DescribeChannelMembershipForAppInstanceUserRequest
36
36
  * ChannelArn: "STRING_VALUE", // required
37
37
  * AppInstanceUserArn: "STRING_VALUE", // required
38
38
  * ChimeBearer: "STRING_VALUE", // required
@@ -32,7 +32,7 @@ export interface DescribeChannelModeratedByAppInstanceUserCommandOutput extends
32
32
  * import { ChimeSDKMessagingClient, DescribeChannelModeratedByAppInstanceUserCommand } from "@aws-sdk/client-chime-sdk-messaging"; // ES Modules import
33
33
  * // const { ChimeSDKMessagingClient, DescribeChannelModeratedByAppInstanceUserCommand } = require("@aws-sdk/client-chime-sdk-messaging"); // CommonJS import
34
34
  * const client = new ChimeSDKMessagingClient(config);
35
- * const input = {
35
+ * const input = { // DescribeChannelModeratedByAppInstanceUserRequest
36
36
  * ChannelArn: "STRING_VALUE", // required
37
37
  * AppInstanceUserArn: "STRING_VALUE", // required
38
38
  * ChimeBearer: "STRING_VALUE", // required
@@ -31,7 +31,7 @@ export interface DescribeChannelModeratorCommandOutput extends DescribeChannelMo
31
31
  * import { ChimeSDKMessagingClient, DescribeChannelModeratorCommand } from "@aws-sdk/client-chime-sdk-messaging"; // ES Modules import
32
32
  * // const { ChimeSDKMessagingClient, DescribeChannelModeratorCommand } = require("@aws-sdk/client-chime-sdk-messaging"); // CommonJS import
33
33
  * const client = new ChimeSDKMessagingClient(config);
34
- * const input = {
34
+ * const input = { // DescribeChannelModeratorRequest
35
35
  * ChannelArn: "STRING_VALUE", // required
36
36
  * ChannelModeratorArn: "STRING_VALUE", // required
37
37
  * ChimeBearer: "STRING_VALUE", // required
@@ -33,7 +33,7 @@ export interface DisassociateChannelFlowCommandOutput extends __MetadataBearer {
33
33
  * import { ChimeSDKMessagingClient, DisassociateChannelFlowCommand } from "@aws-sdk/client-chime-sdk-messaging"; // ES Modules import
34
34
  * // const { ChimeSDKMessagingClient, DisassociateChannelFlowCommand } = require("@aws-sdk/client-chime-sdk-messaging"); // CommonJS import
35
35
  * const client = new ChimeSDKMessagingClient(config);
36
- * const input = {
36
+ * const input = { // DisassociateChannelFlowRequest
37
37
  * ChannelArn: "STRING_VALUE", // required
38
38
  * ChannelFlowArn: "STRING_VALUE", // required
39
39
  * ChimeBearer: "STRING_VALUE", // required
@@ -35,7 +35,7 @@ export interface GetChannelMembershipPreferencesCommandOutput extends GetChannel
35
35
  * import { ChimeSDKMessagingClient, GetChannelMembershipPreferencesCommand } from "@aws-sdk/client-chime-sdk-messaging"; // ES Modules import
36
36
  * // const { ChimeSDKMessagingClient, GetChannelMembershipPreferencesCommand } = require("@aws-sdk/client-chime-sdk-messaging"); // CommonJS import
37
37
  * const client = new ChimeSDKMessagingClient(config);
38
- * const input = {
38
+ * const input = { // GetChannelMembershipPreferencesRequest
39
39
  * ChannelArn: "STRING_VALUE", // required
40
40
  * MemberArn: "STRING_VALUE", // required
41
41
  * ChimeBearer: "STRING_VALUE", // required
@@ -31,7 +31,7 @@ export interface GetChannelMessageCommandOutput extends GetChannelMessageRespons
31
31
  * import { ChimeSDKMessagingClient, GetChannelMessageCommand } from "@aws-sdk/client-chime-sdk-messaging"; // ES Modules import
32
32
  * // const { ChimeSDKMessagingClient, GetChannelMessageCommand } = require("@aws-sdk/client-chime-sdk-messaging"); // CommonJS import
33
33
  * const client = new ChimeSDKMessagingClient(config);
34
- * const input = {
34
+ * const input = { // GetChannelMessageRequest
35
35
  * ChannelArn: "STRING_VALUE", // required
36
36
  * MessageId: "STRING_VALUE", // required
37
37
  * ChimeBearer: "STRING_VALUE", // required
@@ -61,7 +61,7 @@ export interface GetChannelMessageStatusCommandOutput extends GetChannelMessageS
61
61
  * import { ChimeSDKMessagingClient, GetChannelMessageStatusCommand } from "@aws-sdk/client-chime-sdk-messaging"; // ES Modules import
62
62
  * // const { ChimeSDKMessagingClient, GetChannelMessageStatusCommand } = require("@aws-sdk/client-chime-sdk-messaging"); // CommonJS import
63
63
  * const client = new ChimeSDKMessagingClient(config);
64
- * const input = {
64
+ * const input = { // GetChannelMessageStatusRequest
65
65
  * ChannelArn: "STRING_VALUE", // required
66
66
  * MessageId: "STRING_VALUE", // required
67
67
  * ChimeBearer: "STRING_VALUE", // required
@@ -27,7 +27,7 @@ export interface GetMessagingStreamingConfigurationsCommandOutput extends GetMes
27
27
  * import { ChimeSDKMessagingClient, GetMessagingStreamingConfigurationsCommand } from "@aws-sdk/client-chime-sdk-messaging"; // ES Modules import
28
28
  * // const { ChimeSDKMessagingClient, GetMessagingStreamingConfigurationsCommand } = require("@aws-sdk/client-chime-sdk-messaging"); // CommonJS import
29
29
  * const client = new ChimeSDKMessagingClient(config);
30
- * const input = {
30
+ * const input = { // GetMessagingStreamingConfigurationsRequest
31
31
  * AppInstanceArn: "STRING_VALUE", // required
32
32
  * };
33
33
  * const command = new GetMessagingStreamingConfigurationsCommand(input);
@@ -31,7 +31,7 @@ export interface ListChannelBansCommandOutput extends ListChannelBansResponse, _
31
31
  * import { ChimeSDKMessagingClient, ListChannelBansCommand } from "@aws-sdk/client-chime-sdk-messaging"; // ES Modules import
32
32
  * // const { ChimeSDKMessagingClient, ListChannelBansCommand } = require("@aws-sdk/client-chime-sdk-messaging"); // CommonJS import
33
33
  * const client = new ChimeSDKMessagingClient(config);
34
- * const input = {
34
+ * const input = { // ListChannelBansRequest
35
35
  * ChannelArn: "STRING_VALUE", // required
36
36
  * MaxResults: Number("int"),
37
37
  * NextToken: "STRING_VALUE",
@@ -26,7 +26,7 @@ export interface ListChannelFlowsCommandOutput extends ListChannelFlowsResponse,
26
26
  * import { ChimeSDKMessagingClient, ListChannelFlowsCommand } from "@aws-sdk/client-chime-sdk-messaging"; // ES Modules import
27
27
  * // const { ChimeSDKMessagingClient, ListChannelFlowsCommand } = require("@aws-sdk/client-chime-sdk-messaging"); // CommonJS import
28
28
  * const client = new ChimeSDKMessagingClient(config);
29
- * const input = {
29
+ * const input = { // ListChannelFlowsRequest
30
30
  * AppInstanceArn: "STRING_VALUE", // required
31
31
  * MaxResults: Number("int"),
32
32
  * NextToken: "STRING_VALUE",
@@ -33,7 +33,7 @@ export interface ListChannelMembershipsCommandOutput extends ListChannelMembersh
33
33
  * import { ChimeSDKMessagingClient, ListChannelMembershipsCommand } from "@aws-sdk/client-chime-sdk-messaging"; // ES Modules import
34
34
  * // const { ChimeSDKMessagingClient, ListChannelMembershipsCommand } = require("@aws-sdk/client-chime-sdk-messaging"); // CommonJS import
35
35
  * const client = new ChimeSDKMessagingClient(config);
36
- * const input = {
36
+ * const input = { // ListChannelMembershipsRequest
37
37
  * ChannelArn: "STRING_VALUE", // required
38
38
  * Type: "DEFAULT" || "HIDDEN",
39
39
  * MaxResults: Number("int"),
@@ -32,7 +32,7 @@ export interface ListChannelMembershipsForAppInstanceUserCommandOutput extends L
32
32
  * import { ChimeSDKMessagingClient, ListChannelMembershipsForAppInstanceUserCommand } from "@aws-sdk/client-chime-sdk-messaging"; // ES Modules import
33
33
  * // const { ChimeSDKMessagingClient, ListChannelMembershipsForAppInstanceUserCommand } = require("@aws-sdk/client-chime-sdk-messaging"); // CommonJS import
34
34
  * const client = new ChimeSDKMessagingClient(config);
35
- * const input = {
35
+ * const input = { // ListChannelMembershipsForAppInstanceUserRequest
36
36
  * AppInstanceUserArn: "STRING_VALUE",
37
37
  * MaxResults: Number("int"),
38
38
  * NextToken: "STRING_VALUE",
@@ -36,7 +36,7 @@ export interface ListChannelMessagesCommandOutput extends ListChannelMessagesRes
36
36
  * import { ChimeSDKMessagingClient, ListChannelMessagesCommand } from "@aws-sdk/client-chime-sdk-messaging"; // ES Modules import
37
37
  * // const { ChimeSDKMessagingClient, ListChannelMessagesCommand } = require("@aws-sdk/client-chime-sdk-messaging"); // CommonJS import
38
38
  * const client = new ChimeSDKMessagingClient(config);
39
- * const input = {
39
+ * const input = { // ListChannelMessagesRequest
40
40
  * ChannelArn: "STRING_VALUE", // required
41
41
  * SortOrder: "ASCENDING" || "DESCENDING",
42
42
  * NotBefore: new Date("TIMESTAMP"),
@@ -31,7 +31,7 @@ export interface ListChannelModeratorsCommandOutput extends ListChannelModerator
31
31
  * import { ChimeSDKMessagingClient, ListChannelModeratorsCommand } from "@aws-sdk/client-chime-sdk-messaging"; // ES Modules import
32
32
  * // const { ChimeSDKMessagingClient, ListChannelModeratorsCommand } = require("@aws-sdk/client-chime-sdk-messaging"); // CommonJS import
33
33
  * const client = new ChimeSDKMessagingClient(config);
34
- * const input = {
34
+ * const input = { // ListChannelModeratorsRequest
35
35
  * ChannelArn: "STRING_VALUE", // required
36
36
  * MaxResults: Number("int"),
37
37
  * NextToken: "STRING_VALUE",
@@ -26,7 +26,7 @@ export interface ListChannelsAssociatedWithChannelFlowCommandOutput extends List
26
26
  * import { ChimeSDKMessagingClient, ListChannelsAssociatedWithChannelFlowCommand } from "@aws-sdk/client-chime-sdk-messaging"; // ES Modules import
27
27
  * // const { ChimeSDKMessagingClient, ListChannelsAssociatedWithChannelFlowCommand } = require("@aws-sdk/client-chime-sdk-messaging"); // CommonJS import
28
28
  * const client = new ChimeSDKMessagingClient(config);
29
- * const input = {
29
+ * const input = { // ListChannelsAssociatedWithChannelFlowRequest
30
30
  * ChannelFlowArn: "STRING_VALUE", // required
31
31
  * MaxResults: Number("int"),
32
32
  * NextToken: "STRING_VALUE",
@@ -45,7 +45,7 @@ export interface ListChannelsCommandOutput extends ListChannelsResponse, __Metad
45
45
  * import { ChimeSDKMessagingClient, ListChannelsCommand } from "@aws-sdk/client-chime-sdk-messaging"; // ES Modules import
46
46
  * // const { ChimeSDKMessagingClient, ListChannelsCommand } = require("@aws-sdk/client-chime-sdk-messaging"); // CommonJS import
47
47
  * const client = new ChimeSDKMessagingClient(config);
48
- * const input = {
48
+ * const input = { // ListChannelsRequest
49
49
  * AppInstanceArn: "STRING_VALUE", // required
50
50
  * Privacy: "PUBLIC" || "PRIVATE",
51
51
  * MaxResults: Number("int"),
@@ -31,7 +31,7 @@ export interface ListChannelsModeratedByAppInstanceUserCommandOutput extends Lis
31
31
  * import { ChimeSDKMessagingClient, ListChannelsModeratedByAppInstanceUserCommand } from "@aws-sdk/client-chime-sdk-messaging"; // ES Modules import
32
32
  * // const { ChimeSDKMessagingClient, ListChannelsModeratedByAppInstanceUserCommand } = require("@aws-sdk/client-chime-sdk-messaging"); // CommonJS import
33
33
  * const client = new ChimeSDKMessagingClient(config);
34
- * const input = {
34
+ * const input = { // ListChannelsModeratedByAppInstanceUserRequest
35
35
  * AppInstanceUserArn: "STRING_VALUE",
36
36
  * MaxResults: Number("int"),
37
37
  * NextToken: "STRING_VALUE",
@@ -26,7 +26,7 @@ export interface ListSubChannelsCommandOutput extends ListSubChannelsResponse, _
26
26
  * import { ChimeSDKMessagingClient, ListSubChannelsCommand } from "@aws-sdk/client-chime-sdk-messaging"; // ES Modules import
27
27
  * // const { ChimeSDKMessagingClient, ListSubChannelsCommand } = require("@aws-sdk/client-chime-sdk-messaging"); // CommonJS import
28
28
  * const client = new ChimeSDKMessagingClient(config);
29
- * const input = {
29
+ * const input = { // ListSubChannelsRequest
30
30
  * ChannelArn: "STRING_VALUE", // required
31
31
  * ChimeBearer: "STRING_VALUE", // required
32
32
  * MaxResults: Number("int"),
@@ -26,7 +26,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
26
26
  * import { ChimeSDKMessagingClient, ListTagsForResourceCommand } from "@aws-sdk/client-chime-sdk-messaging"; // ES Modules import
27
27
  * // const { ChimeSDKMessagingClient, ListTagsForResourceCommand } = require("@aws-sdk/client-chime-sdk-messaging"); // CommonJS import
28
28
  * const client = new ChimeSDKMessagingClient(config);
29
- * const input = {
29
+ * const input = { // ListTagsForResourceRequest
30
30
  * ResourceARN: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new ListTagsForResourceCommand(input);
@@ -43,10 +43,10 @@ export interface PutChannelExpirationSettingsCommandOutput extends PutChannelExp
43
43
  * import { ChimeSDKMessagingClient, PutChannelExpirationSettingsCommand } from "@aws-sdk/client-chime-sdk-messaging"; // ES Modules import
44
44
  * // const { ChimeSDKMessagingClient, PutChannelExpirationSettingsCommand } = require("@aws-sdk/client-chime-sdk-messaging"); // CommonJS import
45
45
  * const client = new ChimeSDKMessagingClient(config);
46
- * const input = {
46
+ * const input = { // PutChannelExpirationSettingsRequest
47
47
  * ChannelArn: "STRING_VALUE", // required
48
48
  * ChimeBearer: "STRING_VALUE",
49
- * ExpirationSettings: {
49
+ * ExpirationSettings: { // ExpirationSettings
50
50
  * ExpirationDays: Number("int"), // required
51
51
  * ExpirationCriterion: "CREATED_TIMESTAMP" || "LAST_MESSAGE_TIMESTAMP", // required
52
52
  * },
@@ -35,12 +35,12 @@ export interface PutChannelMembershipPreferencesCommandOutput extends PutChannel
35
35
  * import { ChimeSDKMessagingClient, PutChannelMembershipPreferencesCommand } from "@aws-sdk/client-chime-sdk-messaging"; // ES Modules import
36
36
  * // const { ChimeSDKMessagingClient, PutChannelMembershipPreferencesCommand } = require("@aws-sdk/client-chime-sdk-messaging"); // CommonJS import
37
37
  * const client = new ChimeSDKMessagingClient(config);
38
- * const input = {
38
+ * const input = { // PutChannelMembershipPreferencesRequest
39
39
  * ChannelArn: "STRING_VALUE", // required
40
40
  * MemberArn: "STRING_VALUE", // required
41
41
  * ChimeBearer: "STRING_VALUE", // required
42
- * Preferences: {
43
- * PushNotifications: {
42
+ * Preferences: { // ChannelMembershipPreferences
43
+ * PushNotifications: { // PushNotificationPreferences
44
44
  * AllowNotifications: "ALL" || "NONE" || "FILTERED", // required
45
45
  * FilterRule: "STRING_VALUE",
46
46
  * },
@@ -27,10 +27,10 @@ export interface PutMessagingStreamingConfigurationsCommandOutput extends PutMes
27
27
  * import { ChimeSDKMessagingClient, PutMessagingStreamingConfigurationsCommand } from "@aws-sdk/client-chime-sdk-messaging"; // ES Modules import
28
28
  * // const { ChimeSDKMessagingClient, PutMessagingStreamingConfigurationsCommand } = require("@aws-sdk/client-chime-sdk-messaging"); // CommonJS import
29
29
  * const client = new ChimeSDKMessagingClient(config);
30
- * const input = {
30
+ * const input = { // PutMessagingStreamingConfigurationsRequest
31
31
  * AppInstanceArn: "STRING_VALUE", // required
32
- * StreamingConfigurations: [ // required
33
- * {
32
+ * StreamingConfigurations: [ // StreamingConfigurationList // required
33
+ * { // StreamingConfiguration
34
34
  * DataType: "Channel" || "ChannelMessage", // required
35
35
  * ResourceArn: "STRING_VALUE", // required
36
36
  * },
@@ -32,7 +32,7 @@ export interface RedactChannelMessageCommandOutput extends RedactChannelMessageR
32
32
  * import { ChimeSDKMessagingClient, RedactChannelMessageCommand } from "@aws-sdk/client-chime-sdk-messaging"; // ES Modules import
33
33
  * // const { ChimeSDKMessagingClient, RedactChannelMessageCommand } = require("@aws-sdk/client-chime-sdk-messaging"); // CommonJS import
34
34
  * const client = new ChimeSDKMessagingClient(config);
35
- * const input = {
35
+ * const input = { // RedactChannelMessageRequest
36
36
  * ChannelArn: "STRING_VALUE", // required
37
37
  * MessageId: "STRING_VALUE", // required
38
38
  * ChimeBearer: "STRING_VALUE", // required
@@ -31,12 +31,12 @@ export interface SearchChannelsCommandOutput extends SearchChannelsResponse, __M
31
31
  * import { ChimeSDKMessagingClient, SearchChannelsCommand } from "@aws-sdk/client-chime-sdk-messaging"; // ES Modules import
32
32
  * // const { ChimeSDKMessagingClient, SearchChannelsCommand } = require("@aws-sdk/client-chime-sdk-messaging"); // CommonJS import
33
33
  * const client = new ChimeSDKMessagingClient(config);
34
- * const input = {
34
+ * const input = { // SearchChannelsRequest
35
35
  * ChimeBearer: "STRING_VALUE",
36
- * Fields: [ // required
37
- * {
36
+ * Fields: [ // SearchFields // required
37
+ * { // SearchField
38
38
  * Key: "MEMBERS", // required
39
- * Values: [ // required
39
+ * Values: [ // SearchFieldValues // required
40
40
  * "STRING_VALUE",
41
41
  * ],
42
42
  * Operator: "EQUALS" || "INCLUDES", // required
@@ -33,7 +33,7 @@ export interface SendChannelMessageCommandOutput extends SendChannelMessageRespo
33
33
  * import { ChimeSDKMessagingClient, SendChannelMessageCommand } from "@aws-sdk/client-chime-sdk-messaging"; // ES Modules import
34
34
  * // const { ChimeSDKMessagingClient, SendChannelMessageCommand } = require("@aws-sdk/client-chime-sdk-messaging"); // CommonJS import
35
35
  * const client = new ChimeSDKMessagingClient(config);
36
- * const input = {
36
+ * const input = { // SendChannelMessageRequest
37
37
  * ChannelArn: "STRING_VALUE", // required
38
38
  * Content: "STRING_VALUE", // required
39
39
  * Type: "STANDARD" || "CONTROL", // required
@@ -41,14 +41,14 @@ export interface SendChannelMessageCommandOutput extends SendChannelMessageRespo
41
41
  * Metadata: "STRING_VALUE",
42
42
  * ClientRequestToken: "STRING_VALUE", // required
43
43
  * ChimeBearer: "STRING_VALUE", // required
44
- * PushNotification: {
44
+ * PushNotification: { // PushNotificationConfiguration
45
45
  * Title: "STRING_VALUE",
46
46
  * Body: "STRING_VALUE",
47
47
  * Type: "DEFAULT" || "VOIP",
48
48
  * },
49
- * MessageAttributes: {
50
- * "<keys>": {
51
- * StringValues: [
49
+ * MessageAttributes: { // MessageAttributeMap
50
+ * "<keys>": { // MessageAttributeValue
51
+ * StringValues: [ // MessageAttributeStringValues
52
52
  * "STRING_VALUE",
53
53
  * ],
54
54
  * },
@@ -26,10 +26,10 @@ export interface TagResourceCommandOutput extends __MetadataBearer {
26
26
  * import { ChimeSDKMessagingClient, TagResourceCommand } from "@aws-sdk/client-chime-sdk-messaging"; // ES Modules import
27
27
  * // const { ChimeSDKMessagingClient, TagResourceCommand } = require("@aws-sdk/client-chime-sdk-messaging"); // CommonJS import
28
28
  * const client = new ChimeSDKMessagingClient(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 { ChimeSDKMessagingClient, UntagResourceCommand } from "@aws-sdk/client-chime-sdk-messaging"; // ES Modules import
27
27
  * // const { ChimeSDKMessagingClient, UntagResourceCommand } = require("@aws-sdk/client-chime-sdk-messaging"); // CommonJS import
28
28
  * const client = new ChimeSDKMessagingClient(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
  * };
@@ -33,7 +33,7 @@ export interface UpdateChannelCommandOutput extends UpdateChannelResponse, __Met
33
33
  * import { ChimeSDKMessagingClient, UpdateChannelCommand } from "@aws-sdk/client-chime-sdk-messaging"; // ES Modules import
34
34
  * // const { ChimeSDKMessagingClient, UpdateChannelCommand } = require("@aws-sdk/client-chime-sdk-messaging"); // CommonJS import
35
35
  * const client = new ChimeSDKMessagingClient(config);
36
- * const input = {
36
+ * const input = { // UpdateChannelRequest
37
37
  * ChannelArn: "STRING_VALUE", // required
38
38
  * Name: "STRING_VALUE",
39
39
  * Mode: "UNRESTRICTED" || "RESTRICTED",
@@ -26,13 +26,13 @@ export interface UpdateChannelFlowCommandOutput extends UpdateChannelFlowRespons
26
26
  * import { ChimeSDKMessagingClient, UpdateChannelFlowCommand } from "@aws-sdk/client-chime-sdk-messaging"; // ES Modules import
27
27
  * // const { ChimeSDKMessagingClient, UpdateChannelFlowCommand } = require("@aws-sdk/client-chime-sdk-messaging"); // CommonJS import
28
28
  * const client = new ChimeSDKMessagingClient(config);
29
- * const input = {
29
+ * const input = { // UpdateChannelFlowRequest
30
30
  * ChannelFlowArn: "STRING_VALUE", // required
31
- * Processors: [ // required
32
- * {
31
+ * Processors: [ // ProcessorList // required
32
+ * { // Processor
33
33
  * Name: "STRING_VALUE", // required
34
- * Configuration: {
35
- * Lambda: {
34
+ * Configuration: { // ProcessorConfiguration
35
+ * Lambda: { // LambdaConfiguration
36
36
  * ResourceArn: "STRING_VALUE", // required
37
37
  * InvocationType: "ASYNC", // required
38
38
  * },
@@ -31,7 +31,7 @@ export interface UpdateChannelMessageCommandOutput extends UpdateChannelMessageR
31
31
  * import { ChimeSDKMessagingClient, UpdateChannelMessageCommand } from "@aws-sdk/client-chime-sdk-messaging"; // ES Modules import
32
32
  * // const { ChimeSDKMessagingClient, UpdateChannelMessageCommand } = require("@aws-sdk/client-chime-sdk-messaging"); // CommonJS import
33
33
  * const client = new ChimeSDKMessagingClient(config);
34
- * const input = {
34
+ * const input = { // UpdateChannelMessageRequest
35
35
  * ChannelArn: "STRING_VALUE", // required
36
36
  * MessageId: "STRING_VALUE", // required
37
37
  * Content: "STRING_VALUE", // required
@@ -31,7 +31,7 @@ export interface UpdateChannelReadMarkerCommandOutput extends UpdateChannelReadM
31
31
  * import { ChimeSDKMessagingClient, UpdateChannelReadMarkerCommand } from "@aws-sdk/client-chime-sdk-messaging"; // ES Modules import
32
32
  * // const { ChimeSDKMessagingClient, UpdateChannelReadMarkerCommand } = require("@aws-sdk/client-chime-sdk-messaging"); // CommonJS import
33
33
  * const client = new ChimeSDKMessagingClient(config);
34
- * const input = {
34
+ * const input = { // UpdateChannelReadMarkerRequest
35
35
  * ChannelArn: "STRING_VALUE", // required
36
36
  * ChimeBearer: "STRING_VALUE", // required
37
37
  * SubChannelId: "STRING_VALUE",