aws-sdk-chimesdkmessaging 1.14.0 → 1.16.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.
- checksums.yaml +4 -4
 - data/CHANGELOG.md +12 -0
 - data/VERSION +1 -1
 - data/lib/aws-sdk-chimesdkmessaging/client.rb +112 -3
 - data/lib/aws-sdk-chimesdkmessaging/client_api.rb +74 -0
 - data/lib/aws-sdk-chimesdkmessaging/endpoint_parameters.rb +0 -3
 - data/lib/aws-sdk-chimesdkmessaging/endpoint_provider.rb +38 -96
 - data/lib/aws-sdk-chimesdkmessaging/endpoints.rb +42 -0
 - data/lib/aws-sdk-chimesdkmessaging/plugins/endpoints.rb +6 -0
 - data/lib/aws-sdk-chimesdkmessaging/types.rb +81 -643
 - data/lib/aws-sdk-chimesdkmessaging.rb +1 -1
 - metadata +2 -2
 
| 
         @@ -35,15 +35,6 @@ module Aws::ChimeSDKMessaging 
     | 
|
| 
       35 
35 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       36 
36 
     | 
    
         
             
                end
         
     | 
| 
       37 
37 
     | 
    
         | 
| 
       38 
     | 
    
         
            -
                # @note When making an API call, you may pass AssociateChannelFlowRequest
         
     | 
| 
       39 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       40 
     | 
    
         
            -
                #
         
     | 
| 
       41 
     | 
    
         
            -
                #       {
         
     | 
| 
       42 
     | 
    
         
            -
                #         channel_arn: "ChimeArn", # required
         
     | 
| 
       43 
     | 
    
         
            -
                #         channel_flow_arn: "ChimeArn", # required
         
     | 
| 
       44 
     | 
    
         
            -
                #         chime_bearer: "ChimeArn", # required
         
     | 
| 
       45 
     | 
    
         
            -
                #       }
         
     | 
| 
       46 
     | 
    
         
            -
                #
         
     | 
| 
       47 
38 
     | 
    
         
             
                # @!attribute [rw] channel_arn
         
     | 
| 
       48 
39 
     | 
    
         
             
                #   The ARN of the channel.
         
     | 
| 
       49 
40 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
         @@ -143,17 +134,6 @@ module Aws::ChimeSDKMessaging 
     | 
|
| 
       143 
134 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       144 
135 
     | 
    
         
             
                end
         
     | 
| 
       145 
136 
     | 
    
         | 
| 
       146 
     | 
    
         
            -
                # @note When making an API call, you may pass BatchCreateChannelMembershipRequest
         
     | 
| 
       147 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       148 
     | 
    
         
            -
                #
         
     | 
| 
       149 
     | 
    
         
            -
                #       {
         
     | 
| 
       150 
     | 
    
         
            -
                #         channel_arn: "ChimeArn", # required
         
     | 
| 
       151 
     | 
    
         
            -
                #         type: "DEFAULT", # accepts DEFAULT, HIDDEN
         
     | 
| 
       152 
     | 
    
         
            -
                #         member_arns: ["ChimeArn"], # required
         
     | 
| 
       153 
     | 
    
         
            -
                #         chime_bearer: "ChimeArn", # required
         
     | 
| 
       154 
     | 
    
         
            -
                #         sub_channel_id: "SubChannelId",
         
     | 
| 
       155 
     | 
    
         
            -
                #       }
         
     | 
| 
       156 
     | 
    
         
            -
                #
         
     | 
| 
       157 
137 
     | 
    
         
             
                # @!attribute [rw] channel_arn
         
     | 
| 
       158 
138 
     | 
    
         
             
                #   The ARN of the channel to which you're adding users.
         
     | 
| 
       159 
139 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
         @@ -391,31 +371,6 @@ module Aws::ChimeSDKMessaging 
     | 
|
| 
       391 
371 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       392 
372 
     | 
    
         
             
                end
         
     | 
| 
       393 
373 
     | 
    
         | 
| 
       394 
     | 
    
         
            -
                # @note When making an API call, you may pass ChannelFlowCallbackRequest
         
     | 
| 
       395 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       396 
     | 
    
         
            -
                #
         
     | 
| 
       397 
     | 
    
         
            -
                #       {
         
     | 
| 
       398 
     | 
    
         
            -
                #         callback_id: "CallbackIdType", # required
         
     | 
| 
       399 
     | 
    
         
            -
                #         channel_arn: "ChimeArn", # required
         
     | 
| 
       400 
     | 
    
         
            -
                #         delete_resource: false,
         
     | 
| 
       401 
     | 
    
         
            -
                #         channel_message: { # required
         
     | 
| 
       402 
     | 
    
         
            -
                #           message_id: "MessageId", # required
         
     | 
| 
       403 
     | 
    
         
            -
                #           content: "NonEmptyContent",
         
     | 
| 
       404 
     | 
    
         
            -
                #           metadata: "Metadata",
         
     | 
| 
       405 
     | 
    
         
            -
                #           push_notification: {
         
     | 
| 
       406 
     | 
    
         
            -
                #             title: "PushNotificationTitle",
         
     | 
| 
       407 
     | 
    
         
            -
                #             body: "PushNotificationBody",
         
     | 
| 
       408 
     | 
    
         
            -
                #             type: "DEFAULT", # accepts DEFAULT, VOIP
         
     | 
| 
       409 
     | 
    
         
            -
                #           },
         
     | 
| 
       410 
     | 
    
         
            -
                #           message_attributes: {
         
     | 
| 
       411 
     | 
    
         
            -
                #             "MessageAttributeName" => {
         
     | 
| 
       412 
     | 
    
         
            -
                #               string_values: ["MessageAttributeStringValue"],
         
     | 
| 
       413 
     | 
    
         
            -
                #             },
         
     | 
| 
       414 
     | 
    
         
            -
                #           },
         
     | 
| 
       415 
     | 
    
         
            -
                #           sub_channel_id: "SubChannelId",
         
     | 
| 
       416 
     | 
    
         
            -
                #         },
         
     | 
| 
       417 
     | 
    
         
            -
                #       }
         
     | 
| 
       418 
     | 
    
         
            -
                #
         
     | 
| 
       419 
374 
     | 
    
         
             
                # @!attribute [rw] callback_id
         
     | 
| 
       420 
375 
     | 
    
         
             
                #   The identifier passed to the processor by the service when invoked.
         
     | 
| 
       421 
376 
     | 
    
         
             
                #   Use the identifier to call back the service.
         
     | 
| 
         @@ -554,16 +509,6 @@ module Aws::ChimeSDKMessaging 
     | 
|
| 
       554 
509 
     | 
    
         | 
| 
       555 
510 
     | 
    
         
             
                # The channel membership preferences for an `AppInstanceUser`.
         
     | 
| 
       556 
511 
     | 
    
         
             
                #
         
     | 
| 
       557 
     | 
    
         
            -
                # @note When making an API call, you may pass ChannelMembershipPreferences
         
     | 
| 
       558 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       559 
     | 
    
         
            -
                #
         
     | 
| 
       560 
     | 
    
         
            -
                #       {
         
     | 
| 
       561 
     | 
    
         
            -
                #         push_notifications: {
         
     | 
| 
       562 
     | 
    
         
            -
                #           allow_notifications: "ALL", # required, accepts ALL, NONE, FILTERED
         
     | 
| 
       563 
     | 
    
         
            -
                #           filter_rule: "FilterRule",
         
     | 
| 
       564 
     | 
    
         
            -
                #         },
         
     | 
| 
       565 
     | 
    
         
            -
                #       }
         
     | 
| 
       566 
     | 
    
         
            -
                #
         
     | 
| 
       567 
512 
     | 
    
         
             
                # @!attribute [rw] push_notifications
         
     | 
| 
       568 
513 
     | 
    
         
             
                #   The push notification configuration of a message.
         
     | 
| 
       569 
514 
     | 
    
         
             
                #   @return [Types::PushNotificationPreferences]
         
     | 
| 
         @@ -672,26 +617,6 @@ module Aws::ChimeSDKMessaging 
     | 
|
| 
       672 
617 
     | 
    
         | 
| 
       673 
618 
     | 
    
         
             
                # Stores information about a callback.
         
     | 
| 
       674 
619 
     | 
    
         
             
                #
         
     | 
| 
       675 
     | 
    
         
            -
                # @note When making an API call, you may pass ChannelMessageCallback
         
     | 
| 
       676 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       677 
     | 
    
         
            -
                #
         
     | 
| 
       678 
     | 
    
         
            -
                #       {
         
     | 
| 
       679 
     | 
    
         
            -
                #         message_id: "MessageId", # required
         
     | 
| 
       680 
     | 
    
         
            -
                #         content: "NonEmptyContent",
         
     | 
| 
       681 
     | 
    
         
            -
                #         metadata: "Metadata",
         
     | 
| 
       682 
     | 
    
         
            -
                #         push_notification: {
         
     | 
| 
       683 
     | 
    
         
            -
                #           title: "PushNotificationTitle",
         
     | 
| 
       684 
     | 
    
         
            -
                #           body: "PushNotificationBody",
         
     | 
| 
       685 
     | 
    
         
            -
                #           type: "DEFAULT", # accepts DEFAULT, VOIP
         
     | 
| 
       686 
     | 
    
         
            -
                #         },
         
     | 
| 
       687 
     | 
    
         
            -
                #         message_attributes: {
         
     | 
| 
       688 
     | 
    
         
            -
                #           "MessageAttributeName" => {
         
     | 
| 
       689 
     | 
    
         
            -
                #             string_values: ["MessageAttributeStringValue"],
         
     | 
| 
       690 
     | 
    
         
            -
                #           },
         
     | 
| 
       691 
     | 
    
         
            -
                #         },
         
     | 
| 
       692 
     | 
    
         
            -
                #         sub_channel_id: "SubChannelId",
         
     | 
| 
       693 
     | 
    
         
            -
                #       }
         
     | 
| 
       694 
     | 
    
         
            -
                #
         
     | 
| 
       695 
620 
     | 
    
         
             
                # @!attribute [rw] message_id
         
     | 
| 
       696 
621 
     | 
    
         
             
                #   The message ID.
         
     | 
| 
       697 
622 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
         @@ -929,15 +854,6 @@ module Aws::ChimeSDKMessaging 
     | 
|
| 
       929 
854 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       930 
855 
     | 
    
         
             
                end
         
     | 
| 
       931 
856 
     | 
    
         | 
| 
       932 
     | 
    
         
            -
                # @note When making an API call, you may pass CreateChannelBanRequest
         
     | 
| 
       933 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       934 
     | 
    
         
            -
                #
         
     | 
| 
       935 
     | 
    
         
            -
                #       {
         
     | 
| 
       936 
     | 
    
         
            -
                #         channel_arn: "ChimeArn", # required
         
     | 
| 
       937 
     | 
    
         
            -
                #         member_arn: "ChimeArn", # required
         
     | 
| 
       938 
     | 
    
         
            -
                #         chime_bearer: "ChimeArn", # required
         
     | 
| 
       939 
     | 
    
         
            -
                #       }
         
     | 
| 
       940 
     | 
    
         
            -
                #
         
     | 
| 
       941 
857 
     | 
    
         
             
                # @!attribute [rw] channel_arn
         
     | 
| 
       942 
858 
     | 
    
         
             
                #   The ARN of the ban request.
         
     | 
| 
       943 
859 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
         @@ -978,34 +894,6 @@ module Aws::ChimeSDKMessaging 
     | 
|
| 
       978 
894 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       979 
895 
     | 
    
         
             
                end
         
     | 
| 
       980 
896 
     | 
    
         | 
| 
       981 
     | 
    
         
            -
                # @note When making an API call, you may pass CreateChannelFlowRequest
         
     | 
| 
       982 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       983 
     | 
    
         
            -
                #
         
     | 
| 
       984 
     | 
    
         
            -
                #       {
         
     | 
| 
       985 
     | 
    
         
            -
                #         app_instance_arn: "ChimeArn", # required
         
     | 
| 
       986 
     | 
    
         
            -
                #         processors: [ # required
         
     | 
| 
       987 
     | 
    
         
            -
                #           {
         
     | 
| 
       988 
     | 
    
         
            -
                #             name: "NonEmptyResourceName", # required
         
     | 
| 
       989 
     | 
    
         
            -
                #             configuration: { # required
         
     | 
| 
       990 
     | 
    
         
            -
                #               lambda: { # required
         
     | 
| 
       991 
     | 
    
         
            -
                #                 resource_arn: "LambdaFunctionArn", # required
         
     | 
| 
       992 
     | 
    
         
            -
                #                 invocation_type: "ASYNC", # required, accepts ASYNC
         
     | 
| 
       993 
     | 
    
         
            -
                #               },
         
     | 
| 
       994 
     | 
    
         
            -
                #             },
         
     | 
| 
       995 
     | 
    
         
            -
                #             execution_order: 1, # required
         
     | 
| 
       996 
     | 
    
         
            -
                #             fallback_action: "CONTINUE", # required, accepts CONTINUE, ABORT
         
     | 
| 
       997 
     | 
    
         
            -
                #           },
         
     | 
| 
       998 
     | 
    
         
            -
                #         ],
         
     | 
| 
       999 
     | 
    
         
            -
                #         name: "NonEmptyResourceName", # required
         
     | 
| 
       1000 
     | 
    
         
            -
                #         tags: [
         
     | 
| 
       1001 
     | 
    
         
            -
                #           {
         
     | 
| 
       1002 
     | 
    
         
            -
                #             key: "TagKey", # required
         
     | 
| 
       1003 
     | 
    
         
            -
                #             value: "TagValue", # required
         
     | 
| 
       1004 
     | 
    
         
            -
                #           },
         
     | 
| 
       1005 
     | 
    
         
            -
                #         ],
         
     | 
| 
       1006 
     | 
    
         
            -
                #         client_request_token: "ClientRequestToken", # required
         
     | 
| 
       1007 
     | 
    
         
            -
                #       }
         
     | 
| 
       1008 
     | 
    
         
            -
                #
         
     | 
| 
       1009 
897 
     | 
    
         
             
                # @!attribute [rw] app_instance_arn
         
     | 
| 
       1010 
898 
     | 
    
         
             
                #   The ARN of the channel flow request.
         
     | 
| 
       1011 
899 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
         @@ -1050,17 +938,6 @@ module Aws::ChimeSDKMessaging 
     | 
|
| 
       1050 
938 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       1051 
939 
     | 
    
         
             
                end
         
     | 
| 
       1052 
940 
     | 
    
         | 
| 
       1053 
     | 
    
         
            -
                # @note When making an API call, you may pass CreateChannelMembershipRequest
         
     | 
| 
       1054 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       1055 
     | 
    
         
            -
                #
         
     | 
| 
       1056 
     | 
    
         
            -
                #       {
         
     | 
| 
       1057 
     | 
    
         
            -
                #         channel_arn: "ChimeArn", # required
         
     | 
| 
       1058 
     | 
    
         
            -
                #         member_arn: "ChimeArn", # required
         
     | 
| 
       1059 
     | 
    
         
            -
                #         type: "DEFAULT", # required, accepts DEFAULT, HIDDEN
         
     | 
| 
       1060 
     | 
    
         
            -
                #         chime_bearer: "ChimeArn", # required
         
     | 
| 
       1061 
     | 
    
         
            -
                #         sub_channel_id: "SubChannelId",
         
     | 
| 
       1062 
     | 
    
         
            -
                #       }
         
     | 
| 
       1063 
     | 
    
         
            -
                #
         
     | 
| 
       1064 
941 
     | 
    
         
             
                # @!attribute [rw] channel_arn
         
     | 
| 
       1065 
942 
     | 
    
         
             
                #   The ARN of the channel to which you're adding users.
         
     | 
| 
       1066 
943 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
         @@ -1125,15 +1002,6 @@ module Aws::ChimeSDKMessaging 
     | 
|
| 
       1125 
1002 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       1126 
1003 
     | 
    
         
             
                end
         
     | 
| 
       1127 
1004 
     | 
    
         | 
| 
       1128 
     | 
    
         
            -
                # @note When making an API call, you may pass CreateChannelModeratorRequest
         
     | 
| 
       1129 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       1130 
     | 
    
         
            -
                #
         
     | 
| 
       1131 
     | 
    
         
            -
                #       {
         
     | 
| 
       1132 
     | 
    
         
            -
                #         channel_arn: "ChimeArn", # required
         
     | 
| 
       1133 
     | 
    
         
            -
                #         channel_moderator_arn: "ChimeArn", # required
         
     | 
| 
       1134 
     | 
    
         
            -
                #         chime_bearer: "ChimeArn", # required
         
     | 
| 
       1135 
     | 
    
         
            -
                #       }
         
     | 
| 
       1136 
     | 
    
         
            -
                #
         
     | 
| 
       1137 
1005 
     | 
    
         
             
                # @!attribute [rw] channel_arn
         
     | 
| 
       1138 
1006 
     | 
    
         
             
                #   The ARN of the channel.
         
     | 
| 
       1139 
1007 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
         @@ -1173,33 +1041,6 @@ module Aws::ChimeSDKMessaging 
     | 
|
| 
       1173 
1041 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       1174 
1042 
     | 
    
         
             
                end
         
     | 
| 
       1175 
1043 
     | 
    
         | 
| 
       1176 
     | 
    
         
            -
                # @note When making an API call, you may pass CreateChannelRequest
         
     | 
| 
       1177 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       1178 
     | 
    
         
            -
                #
         
     | 
| 
       1179 
     | 
    
         
            -
                #       {
         
     | 
| 
       1180 
     | 
    
         
            -
                #         app_instance_arn: "ChimeArn", # required
         
     | 
| 
       1181 
     | 
    
         
            -
                #         name: "NonEmptyResourceName", # required
         
     | 
| 
       1182 
     | 
    
         
            -
                #         mode: "UNRESTRICTED", # accepts UNRESTRICTED, RESTRICTED
         
     | 
| 
       1183 
     | 
    
         
            -
                #         privacy: "PUBLIC", # accepts PUBLIC, PRIVATE
         
     | 
| 
       1184 
     | 
    
         
            -
                #         metadata: "Metadata",
         
     | 
| 
       1185 
     | 
    
         
            -
                #         client_request_token: "ClientRequestToken", # required
         
     | 
| 
       1186 
     | 
    
         
            -
                #         tags: [
         
     | 
| 
       1187 
     | 
    
         
            -
                #           {
         
     | 
| 
       1188 
     | 
    
         
            -
                #             key: "TagKey", # required
         
     | 
| 
       1189 
     | 
    
         
            -
                #             value: "TagValue", # required
         
     | 
| 
       1190 
     | 
    
         
            -
                #           },
         
     | 
| 
       1191 
     | 
    
         
            -
                #         ],
         
     | 
| 
       1192 
     | 
    
         
            -
                #         chime_bearer: "ChimeArn", # required
         
     | 
| 
       1193 
     | 
    
         
            -
                #         channel_id: "ChannelId",
         
     | 
| 
       1194 
     | 
    
         
            -
                #         member_arns: ["ChimeArn"],
         
     | 
| 
       1195 
     | 
    
         
            -
                #         moderator_arns: ["ChimeArn"],
         
     | 
| 
       1196 
     | 
    
         
            -
                #         elastic_channel_configuration: {
         
     | 
| 
       1197 
     | 
    
         
            -
                #           maximum_sub_channels: 1, # required
         
     | 
| 
       1198 
     | 
    
         
            -
                #           target_memberships_per_sub_channel: 1, # required
         
     | 
| 
       1199 
     | 
    
         
            -
                #           minimum_membership_percentage: 1, # required
         
     | 
| 
       1200 
     | 
    
         
            -
                #         },
         
     | 
| 
       1201 
     | 
    
         
            -
                #       }
         
     | 
| 
       1202 
     | 
    
         
            -
                #
         
     | 
| 
       1203 
1044 
     | 
    
         
             
                # @!attribute [rw] app_instance_arn
         
     | 
| 
       1204 
1045 
     | 
    
         
             
                #   The ARN of the channel request.
         
     | 
| 
       1205 
1046 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
         @@ -1289,15 +1130,6 @@ module Aws::ChimeSDKMessaging 
     | 
|
| 
       1289 
1130 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       1290 
1131 
     | 
    
         
             
                end
         
     | 
| 
       1291 
1132 
     | 
    
         | 
| 
       1292 
     | 
    
         
            -
                # @note When making an API call, you may pass DeleteChannelBanRequest
         
     | 
| 
       1293 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       1294 
     | 
    
         
            -
                #
         
     | 
| 
       1295 
     | 
    
         
            -
                #       {
         
     | 
| 
       1296 
     | 
    
         
            -
                #         channel_arn: "ChimeArn", # required
         
     | 
| 
       1297 
     | 
    
         
            -
                #         member_arn: "ChimeArn", # required
         
     | 
| 
       1298 
     | 
    
         
            -
                #         chime_bearer: "ChimeArn", # required
         
     | 
| 
       1299 
     | 
    
         
            -
                #       }
         
     | 
| 
       1300 
     | 
    
         
            -
                #
         
     | 
| 
       1301 
1133 
     | 
    
         
             
                # @!attribute [rw] channel_arn
         
     | 
| 
       1302 
1134 
     | 
    
         
             
                #   The ARN of the channel from which the `AppInstanceUser` was banned.
         
     | 
| 
       1303 
1135 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
         @@ -1320,13 +1152,6 @@ module Aws::ChimeSDKMessaging 
     | 
|
| 
       1320 
1152 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       1321 
1153 
     | 
    
         
             
                end
         
     | 
| 
       1322 
1154 
     | 
    
         | 
| 
       1323 
     | 
    
         
            -
                # @note When making an API call, you may pass DeleteChannelFlowRequest
         
     | 
| 
       1324 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       1325 
     | 
    
         
            -
                #
         
     | 
| 
       1326 
     | 
    
         
            -
                #       {
         
     | 
| 
       1327 
     | 
    
         
            -
                #         channel_flow_arn: "ChimeArn", # required
         
     | 
| 
       1328 
     | 
    
         
            -
                #       }
         
     | 
| 
       1329 
     | 
    
         
            -
                #
         
     | 
| 
       1330 
1155 
     | 
    
         
             
                # @!attribute [rw] channel_flow_arn
         
     | 
| 
       1331 
1156 
     | 
    
         
             
                #   The ARN of the channel flow.
         
     | 
| 
       1332 
1157 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
         @@ -1339,16 +1164,6 @@ module Aws::ChimeSDKMessaging 
     | 
|
| 
       1339 
1164 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       1340 
1165 
     | 
    
         
             
                end
         
     | 
| 
       1341 
1166 
     | 
    
         | 
| 
       1342 
     | 
    
         
            -
                # @note When making an API call, you may pass DeleteChannelMembershipRequest
         
     | 
| 
       1343 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       1344 
     | 
    
         
            -
                #
         
     | 
| 
       1345 
     | 
    
         
            -
                #       {
         
     | 
| 
       1346 
     | 
    
         
            -
                #         channel_arn: "ChimeArn", # required
         
     | 
| 
       1347 
     | 
    
         
            -
                #         member_arn: "ChimeArn", # required
         
     | 
| 
       1348 
     | 
    
         
            -
                #         chime_bearer: "ChimeArn", # required
         
     | 
| 
       1349 
     | 
    
         
            -
                #         sub_channel_id: "SubChannelId",
         
     | 
| 
       1350 
     | 
    
         
            -
                #       }
         
     | 
| 
       1351 
     | 
    
         
            -
                #
         
     | 
| 
       1352 
1167 
     | 
    
         
             
                # @!attribute [rw] channel_arn
         
     | 
| 
       1353 
1168 
     | 
    
         
             
                #   The ARN of the channel from which you want to remove the user.
         
     | 
| 
       1354 
1169 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
         @@ -1381,16 +1196,6 @@ module Aws::ChimeSDKMessaging 
     | 
|
| 
       1381 
1196 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       1382 
1197 
     | 
    
         
             
                end
         
     | 
| 
       1383 
1198 
     | 
    
         | 
| 
       1384 
     | 
    
         
            -
                # @note When making an API call, you may pass DeleteChannelMessageRequest
         
     | 
| 
       1385 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       1386 
     | 
    
         
            -
                #
         
     | 
| 
       1387 
     | 
    
         
            -
                #       {
         
     | 
| 
       1388 
     | 
    
         
            -
                #         channel_arn: "ChimeArn", # required
         
     | 
| 
       1389 
     | 
    
         
            -
                #         message_id: "MessageId", # required
         
     | 
| 
       1390 
     | 
    
         
            -
                #         chime_bearer: "ChimeArn", # required
         
     | 
| 
       1391 
     | 
    
         
            -
                #         sub_channel_id: "SubChannelId",
         
     | 
| 
       1392 
     | 
    
         
            -
                #       }
         
     | 
| 
       1393 
     | 
    
         
            -
                #
         
     | 
| 
       1394 
1199 
     | 
    
         
             
                # @!attribute [rw] channel_arn
         
     | 
| 
       1395 
1200 
     | 
    
         
             
                #   The ARN of the channel.
         
     | 
| 
       1396 
1201 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
         @@ -1423,15 +1228,6 @@ module Aws::ChimeSDKMessaging 
     | 
|
| 
       1423 
1228 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       1424 
1229 
     | 
    
         
             
                end
         
     | 
| 
       1425 
1230 
     | 
    
         | 
| 
       1426 
     | 
    
         
            -
                # @note When making an API call, you may pass DeleteChannelModeratorRequest
         
     | 
| 
       1427 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       1428 
     | 
    
         
            -
                #
         
     | 
| 
       1429 
     | 
    
         
            -
                #       {
         
     | 
| 
       1430 
     | 
    
         
            -
                #         channel_arn: "ChimeArn", # required
         
     | 
| 
       1431 
     | 
    
         
            -
                #         channel_moderator_arn: "ChimeArn", # required
         
     | 
| 
       1432 
     | 
    
         
            -
                #         chime_bearer: "ChimeArn", # required
         
     | 
| 
       1433 
     | 
    
         
            -
                #       }
         
     | 
| 
       1434 
     | 
    
         
            -
                #
         
     | 
| 
       1435 
1231 
     | 
    
         
             
                # @!attribute [rw] channel_arn
         
     | 
| 
       1436 
1232 
     | 
    
         
             
                #   The ARN of the channel.
         
     | 
| 
       1437 
1233 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
         @@ -1454,15 +1250,6 @@ module Aws::ChimeSDKMessaging 
     | 
|
| 
       1454 
1250 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       1455 
1251 
     | 
    
         
             
                end
         
     | 
| 
       1456 
1252 
     | 
    
         | 
| 
       1457 
     | 
    
         
            -
                # @note When making an API call, you may pass DeleteChannelRequest
         
     | 
| 
       1458 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       1459 
     | 
    
         
            -
                #
         
     | 
| 
       1460 
     | 
    
         
            -
                #       {
         
     | 
| 
       1461 
     | 
    
         
            -
                #         channel_arn: "ChimeArn", # required
         
     | 
| 
       1462 
     | 
    
         
            -
                #         chime_bearer: "ChimeArn", # required
         
     | 
| 
       1463 
     | 
    
         
            -
                #         sub_channel_id: "SubChannelId",
         
     | 
| 
       1464 
     | 
    
         
            -
                #       }
         
     | 
| 
       1465 
     | 
    
         
            -
                #
         
     | 
| 
       1466 
1253 
     | 
    
         
             
                # @!attribute [rw] channel_arn
         
     | 
| 
       1467 
1254 
     | 
    
         
             
                #   The ARN of the channel being deleted.
         
     | 
| 
       1468 
1255 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
         @@ -1485,15 +1272,18 @@ module Aws::ChimeSDKMessaging 
     | 
|
| 
       1485 
1272 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       1486 
1273 
     | 
    
         
             
                end
         
     | 
| 
       1487 
1274 
     | 
    
         | 
| 
       1488 
     | 
    
         
            -
                #  
     | 
| 
       1489 
     | 
    
         
            -
                #    
     | 
| 
      
 1275 
     | 
    
         
            +
                # @!attribute [rw] app_instance_arn
         
     | 
| 
      
 1276 
     | 
    
         
            +
                #   The ARN of the streaming configurations being deleted.
         
     | 
| 
      
 1277 
     | 
    
         
            +
                #   @return [String]
         
     | 
| 
       1490 
1278 
     | 
    
         
             
                #
         
     | 
| 
       1491 
     | 
    
         
            -
                # 
     | 
| 
       1492 
     | 
    
         
            -
                #         channel_arn: "ChimeArn", # required
         
     | 
| 
       1493 
     | 
    
         
            -
                #         member_arn: "ChimeArn", # required
         
     | 
| 
       1494 
     | 
    
         
            -
                #         chime_bearer: "ChimeArn", # required
         
     | 
| 
       1495 
     | 
    
         
            -
                #       }
         
     | 
| 
      
 1279 
     | 
    
         
            +
                # @see http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-messaging-2021-05-15/DeleteMessagingStreamingConfigurationsRequest AWS API Documentation
         
     | 
| 
       1496 
1280 
     | 
    
         
             
                #
         
     | 
| 
      
 1281 
     | 
    
         
            +
                class DeleteMessagingStreamingConfigurationsRequest < Struct.new(
         
     | 
| 
      
 1282 
     | 
    
         
            +
                  :app_instance_arn)
         
     | 
| 
      
 1283 
     | 
    
         
            +
                  SENSITIVE = []
         
     | 
| 
      
 1284 
     | 
    
         
            +
                  include Aws::Structure
         
     | 
| 
      
 1285 
     | 
    
         
            +
                end
         
     | 
| 
      
 1286 
     | 
    
         
            +
             
     | 
| 
       1497 
1287 
     | 
    
         
             
                # @!attribute [rw] channel_arn
         
     | 
| 
       1498 
1288 
     | 
    
         
             
                #   The ARN of the channel from which the user is banned.
         
     | 
| 
       1499 
1289 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
         @@ -1528,13 +1318,6 @@ module Aws::ChimeSDKMessaging 
     | 
|
| 
       1528 
1318 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       1529 
1319 
     | 
    
         
             
                end
         
     | 
| 
       1530 
1320 
     | 
    
         | 
| 
       1531 
     | 
    
         
            -
                # @note When making an API call, you may pass DescribeChannelFlowRequest
         
     | 
| 
       1532 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       1533 
     | 
    
         
            -
                #
         
     | 
| 
       1534 
     | 
    
         
            -
                #       {
         
     | 
| 
       1535 
     | 
    
         
            -
                #         channel_flow_arn: "ChimeArn", # required
         
     | 
| 
       1536 
     | 
    
         
            -
                #       }
         
     | 
| 
       1537 
     | 
    
         
            -
                #
         
     | 
| 
       1538 
1321 
     | 
    
         
             
                # @!attribute [rw] channel_flow_arn
         
     | 
| 
       1539 
1322 
     | 
    
         
             
                #   The ARN of the channel flow.
         
     | 
| 
       1540 
1323 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
         @@ -1559,15 +1342,6 @@ module Aws::ChimeSDKMessaging 
     | 
|
| 
       1559 
1342 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       1560 
1343 
     | 
    
         
             
                end
         
     | 
| 
       1561 
1344 
     | 
    
         | 
| 
       1562 
     | 
    
         
            -
                # @note When making an API call, you may pass DescribeChannelMembershipForAppInstanceUserRequest
         
     | 
| 
       1563 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       1564 
     | 
    
         
            -
                #
         
     | 
| 
       1565 
     | 
    
         
            -
                #       {
         
     | 
| 
       1566 
     | 
    
         
            -
                #         channel_arn: "ChimeArn", # required
         
     | 
| 
       1567 
     | 
    
         
            -
                #         app_instance_user_arn: "ChimeArn", # required
         
     | 
| 
       1568 
     | 
    
         
            -
                #         chime_bearer: "ChimeArn", # required
         
     | 
| 
       1569 
     | 
    
         
            -
                #       }
         
     | 
| 
       1570 
     | 
    
         
            -
                #
         
     | 
| 
       1571 
1345 
     | 
    
         
             
                # @!attribute [rw] channel_arn
         
     | 
| 
       1572 
1346 
     | 
    
         
             
                #   The ARN of the channel to which the user belongs.
         
     | 
| 
       1573 
1347 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
         @@ -1602,16 +1376,6 @@ module Aws::ChimeSDKMessaging 
     | 
|
| 
       1602 
1376 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       1603 
1377 
     | 
    
         
             
                end
         
     | 
| 
       1604 
1378 
     | 
    
         | 
| 
       1605 
     | 
    
         
            -
                # @note When making an API call, you may pass DescribeChannelMembershipRequest
         
     | 
| 
       1606 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       1607 
     | 
    
         
            -
                #
         
     | 
| 
       1608 
     | 
    
         
            -
                #       {
         
     | 
| 
       1609 
     | 
    
         
            -
                #         channel_arn: "ChimeArn", # required
         
     | 
| 
       1610 
     | 
    
         
            -
                #         member_arn: "ChimeArn", # required
         
     | 
| 
       1611 
     | 
    
         
            -
                #         chime_bearer: "ChimeArn", # required
         
     | 
| 
       1612 
     | 
    
         
            -
                #         sub_channel_id: "SubChannelId",
         
     | 
| 
       1613 
     | 
    
         
            -
                #       }
         
     | 
| 
       1614 
     | 
    
         
            -
                #
         
     | 
| 
       1615 
1379 
     | 
    
         
             
                # @!attribute [rw] channel_arn
         
     | 
| 
       1616 
1380 
     | 
    
         
             
                #   The ARN of the channel.
         
     | 
| 
       1617 
1381 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
         @@ -1656,15 +1420,6 @@ module Aws::ChimeSDKMessaging 
     | 
|
| 
       1656 
1420 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       1657 
1421 
     | 
    
         
             
                end
         
     | 
| 
       1658 
1422 
     | 
    
         | 
| 
       1659 
     | 
    
         
            -
                # @note When making an API call, you may pass DescribeChannelModeratedByAppInstanceUserRequest
         
     | 
| 
       1660 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       1661 
     | 
    
         
            -
                #
         
     | 
| 
       1662 
     | 
    
         
            -
                #       {
         
     | 
| 
       1663 
     | 
    
         
            -
                #         channel_arn: "ChimeArn", # required
         
     | 
| 
       1664 
     | 
    
         
            -
                #         app_instance_user_arn: "ChimeArn", # required
         
     | 
| 
       1665 
     | 
    
         
            -
                #         chime_bearer: "ChimeArn", # required
         
     | 
| 
       1666 
     | 
    
         
            -
                #       }
         
     | 
| 
       1667 
     | 
    
         
            -
                #
         
     | 
| 
       1668 
1423 
     | 
    
         
             
                # @!attribute [rw] channel_arn
         
     | 
| 
       1669 
1424 
     | 
    
         
             
                #   The ARN of the moderated channel.
         
     | 
| 
       1670 
1425 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
         @@ -1699,15 +1454,6 @@ module Aws::ChimeSDKMessaging 
     | 
|
| 
       1699 
1454 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       1700 
1455 
     | 
    
         
             
                end
         
     | 
| 
       1701 
1456 
     | 
    
         | 
| 
       1702 
     | 
    
         
            -
                # @note When making an API call, you may pass DescribeChannelModeratorRequest
         
     | 
| 
       1703 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       1704 
     | 
    
         
            -
                #
         
     | 
| 
       1705 
     | 
    
         
            -
                #       {
         
     | 
| 
       1706 
     | 
    
         
            -
                #         channel_arn: "ChimeArn", # required
         
     | 
| 
       1707 
     | 
    
         
            -
                #         channel_moderator_arn: "ChimeArn", # required
         
     | 
| 
       1708 
     | 
    
         
            -
                #         chime_bearer: "ChimeArn", # required
         
     | 
| 
       1709 
     | 
    
         
            -
                #       }
         
     | 
| 
       1710 
     | 
    
         
            -
                #
         
     | 
| 
       1711 
1457 
     | 
    
         
             
                # @!attribute [rw] channel_arn
         
     | 
| 
       1712 
1458 
     | 
    
         
             
                #   The ARN of the channel.
         
     | 
| 
       1713 
1459 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
         @@ -1742,14 +1488,6 @@ module Aws::ChimeSDKMessaging 
     | 
|
| 
       1742 
1488 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       1743 
1489 
     | 
    
         
             
                end
         
     | 
| 
       1744 
1490 
     | 
    
         | 
| 
       1745 
     | 
    
         
            -
                # @note When making an API call, you may pass DescribeChannelRequest
         
     | 
| 
       1746 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       1747 
     | 
    
         
            -
                #
         
     | 
| 
       1748 
     | 
    
         
            -
                #       {
         
     | 
| 
       1749 
     | 
    
         
            -
                #         channel_arn: "ChimeArn", # required
         
     | 
| 
       1750 
     | 
    
         
            -
                #         chime_bearer: "ChimeArn", # required
         
     | 
| 
       1751 
     | 
    
         
            -
                #       }
         
     | 
| 
       1752 
     | 
    
         
            -
                #
         
     | 
| 
       1753 
1491 
     | 
    
         
             
                # @!attribute [rw] channel_arn
         
     | 
| 
       1754 
1492 
     | 
    
         
             
                #   The ARN of the channel.
         
     | 
| 
       1755 
1493 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
         @@ -1779,15 +1517,6 @@ module Aws::ChimeSDKMessaging 
     | 
|
| 
       1779 
1517 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       1780 
1518 
     | 
    
         
             
                end
         
     | 
| 
       1781 
1519 
     | 
    
         | 
| 
       1782 
     | 
    
         
            -
                # @note When making an API call, you may pass DisassociateChannelFlowRequest
         
     | 
| 
       1783 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       1784 
     | 
    
         
            -
                #
         
     | 
| 
       1785 
     | 
    
         
            -
                #       {
         
     | 
| 
       1786 
     | 
    
         
            -
                #         channel_arn: "ChimeArn", # required
         
     | 
| 
       1787 
     | 
    
         
            -
                #         channel_flow_arn: "ChimeArn", # required
         
     | 
| 
       1788 
     | 
    
         
            -
                #         chime_bearer: "ChimeArn", # required
         
     | 
| 
       1789 
     | 
    
         
            -
                #       }
         
     | 
| 
       1790 
     | 
    
         
            -
                #
         
     | 
| 
       1791 
1520 
     | 
    
         
             
                # @!attribute [rw] channel_arn
         
     | 
| 
       1792 
1521 
     | 
    
         
             
                #   The ARN of the channel.
         
     | 
| 
       1793 
1522 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
         @@ -1813,15 +1542,6 @@ module Aws::ChimeSDKMessaging 
     | 
|
| 
       1813 
1542 
     | 
    
         
             
                # The attributes required to configure and create an elastic channel. An
         
     | 
| 
       1814 
1543 
     | 
    
         
             
                # elastic channel can support a maximum of 1-million members.
         
     | 
| 
       1815 
1544 
     | 
    
         
             
                #
         
     | 
| 
       1816 
     | 
    
         
            -
                # @note When making an API call, you may pass ElasticChannelConfiguration
         
     | 
| 
       1817 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       1818 
     | 
    
         
            -
                #
         
     | 
| 
       1819 
     | 
    
         
            -
                #       {
         
     | 
| 
       1820 
     | 
    
         
            -
                #         maximum_sub_channels: 1, # required
         
     | 
| 
       1821 
     | 
    
         
            -
                #         target_memberships_per_sub_channel: 1, # required
         
     | 
| 
       1822 
     | 
    
         
            -
                #         minimum_membership_percentage: 1, # required
         
     | 
| 
       1823 
     | 
    
         
            -
                #       }
         
     | 
| 
       1824 
     | 
    
         
            -
                #
         
     | 
| 
       1825 
1545 
     | 
    
         
             
                # @!attribute [rw] maximum_sub_channels
         
     | 
| 
       1826 
1546 
     | 
    
         
             
                #   The maximum number of SubChannels that you want to allow in the
         
     | 
| 
       1827 
1547 
     | 
    
         
             
                #   elastic channel.
         
     | 
| 
         @@ -1864,15 +1584,6 @@ module Aws::ChimeSDKMessaging 
     | 
|
| 
       1864 
1584 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       1865 
1585 
     | 
    
         
             
                end
         
     | 
| 
       1866 
1586 
     | 
    
         | 
| 
       1867 
     | 
    
         
            -
                # @note When making an API call, you may pass GetChannelMembershipPreferencesRequest
         
     | 
| 
       1868 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       1869 
     | 
    
         
            -
                #
         
     | 
| 
       1870 
     | 
    
         
            -
                #       {
         
     | 
| 
       1871 
     | 
    
         
            -
                #         channel_arn: "ChimeArn", # required
         
     | 
| 
       1872 
     | 
    
         
            -
                #         member_arn: "ChimeArn", # required
         
     | 
| 
       1873 
     | 
    
         
            -
                #         chime_bearer: "ChimeArn", # required
         
     | 
| 
       1874 
     | 
    
         
            -
                #       }
         
     | 
| 
       1875 
     | 
    
         
            -
                #
         
     | 
| 
       1876 
1587 
     | 
    
         
             
                # @!attribute [rw] channel_arn
         
     | 
| 
       1877 
1588 
     | 
    
         
             
                #   The ARN of the channel.
         
     | 
| 
       1878 
1589 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
         @@ -1917,16 +1628,6 @@ module Aws::ChimeSDKMessaging 
     | 
|
| 
       1917 
1628 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       1918 
1629 
     | 
    
         
             
                end
         
     | 
| 
       1919 
1630 
     | 
    
         | 
| 
       1920 
     | 
    
         
            -
                # @note When making an API call, you may pass GetChannelMessageRequest
         
     | 
| 
       1921 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       1922 
     | 
    
         
            -
                #
         
     | 
| 
       1923 
     | 
    
         
            -
                #       {
         
     | 
| 
       1924 
     | 
    
         
            -
                #         channel_arn: "ChimeArn", # required
         
     | 
| 
       1925 
     | 
    
         
            -
                #         message_id: "MessageId", # required
         
     | 
| 
       1926 
     | 
    
         
            -
                #         chime_bearer: "ChimeArn", # required
         
     | 
| 
       1927 
     | 
    
         
            -
                #         sub_channel_id: "SubChannelId",
         
     | 
| 
       1928 
     | 
    
         
            -
                #       }
         
     | 
| 
       1929 
     | 
    
         
            -
                #
         
     | 
| 
       1930 
1631 
     | 
    
         
             
                # @!attribute [rw] channel_arn
         
     | 
| 
       1931 
1632 
     | 
    
         
             
                #   The ARN of the channel.
         
     | 
| 
       1932 
1633 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
         @@ -1971,16 +1672,6 @@ module Aws::ChimeSDKMessaging 
     | 
|
| 
       1971 
1672 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       1972 
1673 
     | 
    
         
             
                end
         
     | 
| 
       1973 
1674 
     | 
    
         | 
| 
       1974 
     | 
    
         
            -
                # @note When making an API call, you may pass GetChannelMessageStatusRequest
         
     | 
| 
       1975 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       1976 
     | 
    
         
            -
                #
         
     | 
| 
       1977 
     | 
    
         
            -
                #       {
         
     | 
| 
       1978 
     | 
    
         
            -
                #         channel_arn: "ChimeArn", # required
         
     | 
| 
       1979 
     | 
    
         
            -
                #         message_id: "MessageId", # required
         
     | 
| 
       1980 
     | 
    
         
            -
                #         chime_bearer: "ChimeArn", # required
         
     | 
| 
       1981 
     | 
    
         
            -
                #         sub_channel_id: "SubChannelId",
         
     | 
| 
       1982 
     | 
    
         
            -
                #       }
         
     | 
| 
       1983 
     | 
    
         
            -
                #
         
     | 
| 
       1984 
1675 
     | 
    
         
             
                # @!attribute [rw] channel_arn
         
     | 
| 
       1985 
1676 
     | 
    
         
             
                #   The ARN of the channel
         
     | 
| 
       1986 
1677 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
         @@ -2043,6 +1734,30 @@ module Aws::ChimeSDKMessaging 
     | 
|
| 
       2043 
1734 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       2044 
1735 
     | 
    
         
             
                end
         
     | 
| 
       2045 
1736 
     | 
    
         | 
| 
      
 1737 
     | 
    
         
            +
                # @!attribute [rw] app_instance_arn
         
     | 
| 
      
 1738 
     | 
    
         
            +
                #   The ARN of the streaming configurations.
         
     | 
| 
      
 1739 
     | 
    
         
            +
                #   @return [String]
         
     | 
| 
      
 1740 
     | 
    
         
            +
                #
         
     | 
| 
      
 1741 
     | 
    
         
            +
                # @see http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-messaging-2021-05-15/GetMessagingStreamingConfigurationsRequest AWS API Documentation
         
     | 
| 
      
 1742 
     | 
    
         
            +
                #
         
     | 
| 
      
 1743 
     | 
    
         
            +
                class GetMessagingStreamingConfigurationsRequest < Struct.new(
         
     | 
| 
      
 1744 
     | 
    
         
            +
                  :app_instance_arn)
         
     | 
| 
      
 1745 
     | 
    
         
            +
                  SENSITIVE = []
         
     | 
| 
      
 1746 
     | 
    
         
            +
                  include Aws::Structure
         
     | 
| 
      
 1747 
     | 
    
         
            +
                end
         
     | 
| 
      
 1748 
     | 
    
         
            +
             
     | 
| 
      
 1749 
     | 
    
         
            +
                # @!attribute [rw] streaming_configurations
         
     | 
| 
      
 1750 
     | 
    
         
            +
                #   The streaming settings.
         
     | 
| 
      
 1751 
     | 
    
         
            +
                #   @return [Array<Types::StreamingConfiguration>]
         
     | 
| 
      
 1752 
     | 
    
         
            +
                #
         
     | 
| 
      
 1753 
     | 
    
         
            +
                # @see http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-messaging-2021-05-15/GetMessagingStreamingConfigurationsResponse AWS API Documentation
         
     | 
| 
      
 1754 
     | 
    
         
            +
                #
         
     | 
| 
      
 1755 
     | 
    
         
            +
                class GetMessagingStreamingConfigurationsResponse < Struct.new(
         
     | 
| 
      
 1756 
     | 
    
         
            +
                  :streaming_configurations)
         
     | 
| 
      
 1757 
     | 
    
         
            +
                  SENSITIVE = []
         
     | 
| 
      
 1758 
     | 
    
         
            +
                  include Aws::Structure
         
     | 
| 
      
 1759 
     | 
    
         
            +
                end
         
     | 
| 
      
 1760 
     | 
    
         
            +
             
     | 
| 
       2046 
1761 
     | 
    
         
             
                # The details of a user.
         
     | 
| 
       2047 
1762 
     | 
    
         
             
                #
         
     | 
| 
       2048 
1763 
     | 
    
         
             
                # @!attribute [rw] arn
         
     | 
| 
         @@ -2064,14 +1779,6 @@ module Aws::ChimeSDKMessaging 
     | 
|
| 
       2064 
1779 
     | 
    
         | 
| 
       2065 
1780 
     | 
    
         
             
                # Stores metadata about a Lambda processor.
         
     | 
| 
       2066 
1781 
     | 
    
         
             
                #
         
     | 
| 
       2067 
     | 
    
         
            -
                # @note When making an API call, you may pass LambdaConfiguration
         
     | 
| 
       2068 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       2069 
     | 
    
         
            -
                #
         
     | 
| 
       2070 
     | 
    
         
            -
                #       {
         
     | 
| 
       2071 
     | 
    
         
            -
                #         resource_arn: "LambdaFunctionArn", # required
         
     | 
| 
       2072 
     | 
    
         
            -
                #         invocation_type: "ASYNC", # required, accepts ASYNC
         
     | 
| 
       2073 
     | 
    
         
            -
                #       }
         
     | 
| 
       2074 
     | 
    
         
            -
                #
         
     | 
| 
       2075 
1782 
     | 
    
         
             
                # @!attribute [rw] resource_arn
         
     | 
| 
       2076 
1783 
     | 
    
         
             
                #   The ARN of the Lambda message processing function.
         
     | 
| 
       2077 
1784 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
         @@ -2089,16 +1796,6 @@ module Aws::ChimeSDKMessaging 
     | 
|
| 
       2089 
1796 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       2090 
1797 
     | 
    
         
             
                end
         
     | 
| 
       2091 
1798 
     | 
    
         | 
| 
       2092 
     | 
    
         
            -
                # @note When making an API call, you may pass ListChannelBansRequest
         
     | 
| 
       2093 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       2094 
     | 
    
         
            -
                #
         
     | 
| 
       2095 
     | 
    
         
            -
                #       {
         
     | 
| 
       2096 
     | 
    
         
            -
                #         channel_arn: "ChimeArn", # required
         
     | 
| 
       2097 
     | 
    
         
            -
                #         max_results: 1,
         
     | 
| 
       2098 
     | 
    
         
            -
                #         next_token: "NextToken",
         
     | 
| 
       2099 
     | 
    
         
            -
                #         chime_bearer: "ChimeArn", # required
         
     | 
| 
       2100 
     | 
    
         
            -
                #       }
         
     | 
| 
       2101 
     | 
    
         
            -
                #
         
     | 
| 
       2102 
1799 
     | 
    
         
             
                # @!attribute [rw] channel_arn
         
     | 
| 
       2103 
1800 
     | 
    
         
             
                #   The ARN of the channel.
         
     | 
| 
       2104 
1801 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
         @@ -2150,15 +1847,6 @@ module Aws::ChimeSDKMessaging 
     | 
|
| 
       2150 
1847 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       2151 
1848 
     | 
    
         
             
                end
         
     | 
| 
       2152 
1849 
     | 
    
         | 
| 
       2153 
     | 
    
         
            -
                # @note When making an API call, you may pass ListChannelFlowsRequest
         
     | 
| 
       2154 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       2155 
     | 
    
         
            -
                #
         
     | 
| 
       2156 
     | 
    
         
            -
                #       {
         
     | 
| 
       2157 
     | 
    
         
            -
                #         app_instance_arn: "ChimeArn", # required
         
     | 
| 
       2158 
     | 
    
         
            -
                #         max_results: 1,
         
     | 
| 
       2159 
     | 
    
         
            -
                #         next_token: "NextToken",
         
     | 
| 
       2160 
     | 
    
         
            -
                #       }
         
     | 
| 
       2161 
     | 
    
         
            -
                #
         
     | 
| 
       2162 
1850 
     | 
    
         
             
                # @!attribute [rw] app_instance_arn
         
     | 
| 
       2163 
1851 
     | 
    
         
             
                #   The ARN of the app instance.
         
     | 
| 
       2164 
1852 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
         @@ -2200,16 +1888,6 @@ module Aws::ChimeSDKMessaging 
     | 
|
| 
       2200 
1888 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       2201 
1889 
     | 
    
         
             
                end
         
     | 
| 
       2202 
1890 
     | 
    
         | 
| 
       2203 
     | 
    
         
            -
                # @note When making an API call, you may pass ListChannelMembershipsForAppInstanceUserRequest
         
     | 
| 
       2204 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       2205 
     | 
    
         
            -
                #
         
     | 
| 
       2206 
     | 
    
         
            -
                #       {
         
     | 
| 
       2207 
     | 
    
         
            -
                #         app_instance_user_arn: "ChimeArn",
         
     | 
| 
       2208 
     | 
    
         
            -
                #         max_results: 1,
         
     | 
| 
       2209 
     | 
    
         
            -
                #         next_token: "NextToken",
         
     | 
| 
       2210 
     | 
    
         
            -
                #         chime_bearer: "ChimeArn", # required
         
     | 
| 
       2211 
     | 
    
         
            -
                #       }
         
     | 
| 
       2212 
     | 
    
         
            -
                #
         
     | 
| 
       2213 
1891 
     | 
    
         
             
                # @!attribute [rw] app_instance_user_arn
         
     | 
| 
       2214 
1892 
     | 
    
         
             
                #   The ARN of the `AppInstanceUser`s
         
     | 
| 
       2215 
1893 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
         @@ -2256,18 +1934,6 @@ module Aws::ChimeSDKMessaging 
     | 
|
| 
       2256 
1934 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       2257 
1935 
     | 
    
         
             
                end
         
     | 
| 
       2258 
1936 
     | 
    
         | 
| 
       2259 
     | 
    
         
            -
                # @note When making an API call, you may pass ListChannelMembershipsRequest
         
     | 
| 
       2260 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       2261 
     | 
    
         
            -
                #
         
     | 
| 
       2262 
     | 
    
         
            -
                #       {
         
     | 
| 
       2263 
     | 
    
         
            -
                #         channel_arn: "ChimeArn", # required
         
     | 
| 
       2264 
     | 
    
         
            -
                #         type: "DEFAULT", # accepts DEFAULT, HIDDEN
         
     | 
| 
       2265 
     | 
    
         
            -
                #         max_results: 1,
         
     | 
| 
       2266 
     | 
    
         
            -
                #         next_token: "NextToken",
         
     | 
| 
       2267 
     | 
    
         
            -
                #         chime_bearer: "ChimeArn", # required
         
     | 
| 
       2268 
     | 
    
         
            -
                #         sub_channel_id: "SubChannelId",
         
     | 
| 
       2269 
     | 
    
         
            -
                #       }
         
     | 
| 
       2270 
     | 
    
         
            -
                #
         
     | 
| 
       2271 
1937 
     | 
    
         
             
                # @!attribute [rw] channel_arn
         
     | 
| 
       2272 
1938 
     | 
    
         
             
                #   The maximum number of channel memberships that you want returned.
         
     | 
| 
       2273 
1939 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
         @@ -2337,20 +2003,6 @@ module Aws::ChimeSDKMessaging 
     | 
|
| 
       2337 
2003 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       2338 
2004 
     | 
    
         
             
                end
         
     | 
| 
       2339 
2005 
     | 
    
         | 
| 
       2340 
     | 
    
         
            -
                # @note When making an API call, you may pass ListChannelMessagesRequest
         
     | 
| 
       2341 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       2342 
     | 
    
         
            -
                #
         
     | 
| 
       2343 
     | 
    
         
            -
                #       {
         
     | 
| 
       2344 
     | 
    
         
            -
                #         channel_arn: "ChimeArn", # required
         
     | 
| 
       2345 
     | 
    
         
            -
                #         sort_order: "ASCENDING", # accepts ASCENDING, DESCENDING
         
     | 
| 
       2346 
     | 
    
         
            -
                #         not_before: Time.now,
         
     | 
| 
       2347 
     | 
    
         
            -
                #         not_after: Time.now,
         
     | 
| 
       2348 
     | 
    
         
            -
                #         max_results: 1,
         
     | 
| 
       2349 
     | 
    
         
            -
                #         next_token: "NextToken",
         
     | 
| 
       2350 
     | 
    
         
            -
                #         chime_bearer: "ChimeArn", # required
         
     | 
| 
       2351 
     | 
    
         
            -
                #         sub_channel_id: "SubChannelId",
         
     | 
| 
       2352 
     | 
    
         
            -
                #       }
         
     | 
| 
       2353 
     | 
    
         
            -
                #
         
     | 
| 
       2354 
2006 
     | 
    
         
             
                # @!attribute [rw] channel_arn
         
     | 
| 
       2355 
2007 
     | 
    
         
             
                #   The ARN of the channel.
         
     | 
| 
       2356 
2008 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
         @@ -2433,16 +2085,6 @@ module Aws::ChimeSDKMessaging 
     | 
|
| 
       2433 
2085 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       2434 
2086 
     | 
    
         
             
                end
         
     | 
| 
       2435 
2087 
     | 
    
         | 
| 
       2436 
     | 
    
         
            -
                # @note When making an API call, you may pass ListChannelModeratorsRequest
         
     | 
| 
       2437 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       2438 
     | 
    
         
            -
                #
         
     | 
| 
       2439 
     | 
    
         
            -
                #       {
         
     | 
| 
       2440 
     | 
    
         
            -
                #         channel_arn: "ChimeArn", # required
         
     | 
| 
       2441 
     | 
    
         
            -
                #         max_results: 1,
         
     | 
| 
       2442 
     | 
    
         
            -
                #         next_token: "NextToken",
         
     | 
| 
       2443 
     | 
    
         
            -
                #         chime_bearer: "ChimeArn", # required
         
     | 
| 
       2444 
     | 
    
         
            -
                #       }
         
     | 
| 
       2445 
     | 
    
         
            -
                #
         
     | 
| 
       2446 
2088 
     | 
    
         
             
                # @!attribute [rw] channel_arn
         
     | 
| 
       2447 
2089 
     | 
    
         
             
                #   The ARN of the channel.
         
     | 
| 
       2448 
2090 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
         @@ -2494,15 +2136,6 @@ module Aws::ChimeSDKMessaging 
     | 
|
| 
       2494 
2136 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       2495 
2137 
     | 
    
         
             
                end
         
     | 
| 
       2496 
2138 
     | 
    
         | 
| 
       2497 
     | 
    
         
            -
                # @note When making an API call, you may pass ListChannelsAssociatedWithChannelFlowRequest
         
     | 
| 
       2498 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       2499 
     | 
    
         
            -
                #
         
     | 
| 
       2500 
     | 
    
         
            -
                #       {
         
     | 
| 
       2501 
     | 
    
         
            -
                #         channel_flow_arn: "ChimeArn", # required
         
     | 
| 
       2502 
     | 
    
         
            -
                #         max_results: 1,
         
     | 
| 
       2503 
     | 
    
         
            -
                #         next_token: "NextToken",
         
     | 
| 
       2504 
     | 
    
         
            -
                #       }
         
     | 
| 
       2505 
     | 
    
         
            -
                #
         
     | 
| 
       2506 
2139 
     | 
    
         
             
                # @!attribute [rw] channel_flow_arn
         
     | 
| 
       2507 
2140 
     | 
    
         
             
                #   The ARN of the channel flow.
         
     | 
| 
       2508 
2141 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
         @@ -2544,16 +2177,6 @@ module Aws::ChimeSDKMessaging 
     | 
|
| 
       2544 
2177 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       2545 
2178 
     | 
    
         
             
                end
         
     | 
| 
       2546 
2179 
     | 
    
         | 
| 
       2547 
     | 
    
         
            -
                # @note When making an API call, you may pass ListChannelsModeratedByAppInstanceUserRequest
         
     | 
| 
       2548 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       2549 
     | 
    
         
            -
                #
         
     | 
| 
       2550 
     | 
    
         
            -
                #       {
         
     | 
| 
       2551 
     | 
    
         
            -
                #         app_instance_user_arn: "ChimeArn",
         
     | 
| 
       2552 
     | 
    
         
            -
                #         max_results: 1,
         
     | 
| 
       2553 
     | 
    
         
            -
                #         next_token: "NextToken",
         
     | 
| 
       2554 
     | 
    
         
            -
                #         chime_bearer: "ChimeArn", # required
         
     | 
| 
       2555 
     | 
    
         
            -
                #       }
         
     | 
| 
       2556 
     | 
    
         
            -
                #
         
     | 
| 
       2557 
2180 
     | 
    
         
             
                # @!attribute [rw] app_instance_user_arn
         
     | 
| 
       2558 
2181 
     | 
    
         
             
                #   The ARN of the user in the moderated channel.
         
     | 
| 
       2559 
2182 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
         @@ -2600,17 +2223,6 @@ module Aws::ChimeSDKMessaging 
     | 
|
| 
       2600 
2223 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       2601 
2224 
     | 
    
         
             
                end
         
     | 
| 
       2602 
2225 
     | 
    
         | 
| 
       2603 
     | 
    
         
            -
                # @note When making an API call, you may pass ListChannelsRequest
         
     | 
| 
       2604 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       2605 
     | 
    
         
            -
                #
         
     | 
| 
       2606 
     | 
    
         
            -
                #       {
         
     | 
| 
       2607 
     | 
    
         
            -
                #         app_instance_arn: "ChimeArn", # required
         
     | 
| 
       2608 
     | 
    
         
            -
                #         privacy: "PUBLIC", # accepts PUBLIC, PRIVATE
         
     | 
| 
       2609 
     | 
    
         
            -
                #         max_results: 1,
         
     | 
| 
       2610 
     | 
    
         
            -
                #         next_token: "NextToken",
         
     | 
| 
       2611 
     | 
    
         
            -
                #         chime_bearer: "ChimeArn", # required
         
     | 
| 
       2612 
     | 
    
         
            -
                #       }
         
     | 
| 
       2613 
     | 
    
         
            -
                #
         
     | 
| 
       2614 
2226 
     | 
    
         
             
                # @!attribute [rw] app_instance_arn
         
     | 
| 
       2615 
2227 
     | 
    
         
             
                #   The ARN of the `AppInstance`.
         
     | 
| 
       2616 
2228 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
         @@ -2664,16 +2276,6 @@ module Aws::ChimeSDKMessaging 
     | 
|
| 
       2664 
2276 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       2665 
2277 
     | 
    
         
             
                end
         
     | 
| 
       2666 
2278 
     | 
    
         | 
| 
       2667 
     | 
    
         
            -
                # @note When making an API call, you may pass ListSubChannelsRequest
         
     | 
| 
       2668 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       2669 
     | 
    
         
            -
                #
         
     | 
| 
       2670 
     | 
    
         
            -
                #       {
         
     | 
| 
       2671 
     | 
    
         
            -
                #         channel_arn: "ChimeArn", # required
         
     | 
| 
       2672 
     | 
    
         
            -
                #         chime_bearer: "ChimeArn", # required
         
     | 
| 
       2673 
     | 
    
         
            -
                #         max_results: 1,
         
     | 
| 
       2674 
     | 
    
         
            -
                #         next_token: "NextToken",
         
     | 
| 
       2675 
     | 
    
         
            -
                #       }
         
     | 
| 
       2676 
     | 
    
         
            -
                #
         
     | 
| 
       2677 
2279 
     | 
    
         
             
                # @!attribute [rw] channel_arn
         
     | 
| 
       2678 
2280 
     | 
    
         
             
                #   The ARN of elastic channel.
         
     | 
| 
       2679 
2281 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
         @@ -2725,13 +2327,6 @@ module Aws::ChimeSDKMessaging 
     | 
|
| 
       2725 
2327 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       2726 
2328 
     | 
    
         
             
                end
         
     | 
| 
       2727 
2329 
     | 
    
         | 
| 
       2728 
     | 
    
         
            -
                # @note When making an API call, you may pass ListTagsForResourceRequest
         
     | 
| 
       2729 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       2730 
     | 
    
         
            -
                #
         
     | 
| 
       2731 
     | 
    
         
            -
                #       {
         
     | 
| 
       2732 
     | 
    
         
            -
                #         resource_arn: "ChimeArn", # required
         
     | 
| 
       2733 
     | 
    
         
            -
                #       }
         
     | 
| 
       2734 
     | 
    
         
            -
                #
         
     | 
| 
       2735 
2330 
     | 
    
         
             
                # @!attribute [rw] resource_arn
         
     | 
| 
       2736 
2331 
     | 
    
         
             
                #   The ARN of the resource.
         
     | 
| 
       2737 
2332 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
         @@ -2758,13 +2353,6 @@ module Aws::ChimeSDKMessaging 
     | 
|
| 
       2758 
2353 
     | 
    
         | 
| 
       2759 
2354 
     | 
    
         
             
                # A list of message attribute values.
         
     | 
| 
       2760 
2355 
     | 
    
         
             
                #
         
     | 
| 
       2761 
     | 
    
         
            -
                # @note When making an API call, you may pass MessageAttributeValue
         
     | 
| 
       2762 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       2763 
     | 
    
         
            -
                #
         
     | 
| 
       2764 
     | 
    
         
            -
                #       {
         
     | 
| 
       2765 
     | 
    
         
            -
                #         string_values: ["MessageAttributeStringValue"],
         
     | 
| 
       2766 
     | 
    
         
            -
                #       }
         
     | 
| 
       2767 
     | 
    
         
            -
                #
         
     | 
| 
       2768 
2356 
     | 
    
         
             
                # @!attribute [rw] string_values
         
     | 
| 
       2769 
2357 
     | 
    
         
             
                #   The strings in a message attribute value.
         
     | 
| 
       2770 
2358 
     | 
    
         
             
                #   @return [Array<String>]
         
     | 
| 
         @@ -2811,21 +2399,6 @@ module Aws::ChimeSDKMessaging 
     | 
|
| 
       2811 
2399 
     | 
    
         | 
| 
       2812 
2400 
     | 
    
         
             
                # The information about a processor in a channel flow.
         
     | 
| 
       2813 
2401 
     | 
    
         
             
                #
         
     | 
| 
       2814 
     | 
    
         
            -
                # @note When making an API call, you may pass Processor
         
     | 
| 
       2815 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       2816 
     | 
    
         
            -
                #
         
     | 
| 
       2817 
     | 
    
         
            -
                #       {
         
     | 
| 
       2818 
     | 
    
         
            -
                #         name: "NonEmptyResourceName", # required
         
     | 
| 
       2819 
     | 
    
         
            -
                #         configuration: { # required
         
     | 
| 
       2820 
     | 
    
         
            -
                #           lambda: { # required
         
     | 
| 
       2821 
     | 
    
         
            -
                #             resource_arn: "LambdaFunctionArn", # required
         
     | 
| 
       2822 
     | 
    
         
            -
                #             invocation_type: "ASYNC", # required, accepts ASYNC
         
     | 
| 
       2823 
     | 
    
         
            -
                #           },
         
     | 
| 
       2824 
     | 
    
         
            -
                #         },
         
     | 
| 
       2825 
     | 
    
         
            -
                #         execution_order: 1, # required
         
     | 
| 
       2826 
     | 
    
         
            -
                #         fallback_action: "CONTINUE", # required, accepts CONTINUE, ABORT
         
     | 
| 
       2827 
     | 
    
         
            -
                #       }
         
     | 
| 
       2828 
     | 
    
         
            -
                #
         
     | 
| 
       2829 
2402 
     | 
    
         
             
                # @!attribute [rw] name
         
     | 
| 
       2830 
2403 
     | 
    
         
             
                #   The name of the channel flow.
         
     | 
| 
       2831 
2404 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
         @@ -2865,16 +2438,6 @@ module Aws::ChimeSDKMessaging 
     | 
|
| 
       2865 
2438 
     | 
    
         | 
| 
       2866 
2439 
     | 
    
         
             
                # A processor's metadata.
         
     | 
| 
       2867 
2440 
     | 
    
         
             
                #
         
     | 
| 
       2868 
     | 
    
         
            -
                # @note When making an API call, you may pass ProcessorConfiguration
         
     | 
| 
       2869 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       2870 
     | 
    
         
            -
                #
         
     | 
| 
       2871 
     | 
    
         
            -
                #       {
         
     | 
| 
       2872 
     | 
    
         
            -
                #         lambda: { # required
         
     | 
| 
       2873 
     | 
    
         
            -
                #           resource_arn: "LambdaFunctionArn", # required
         
     | 
| 
       2874 
     | 
    
         
            -
                #           invocation_type: "ASYNC", # required, accepts ASYNC
         
     | 
| 
       2875 
     | 
    
         
            -
                #         },
         
     | 
| 
       2876 
     | 
    
         
            -
                #       }
         
     | 
| 
       2877 
     | 
    
         
            -
                #
         
     | 
| 
       2878 
2441 
     | 
    
         
             
                # @!attribute [rw] lambda
         
     | 
| 
       2879 
2442 
     | 
    
         
             
                #   Indicates that the processor is of type Lambda.
         
     | 
| 
       2880 
2443 
     | 
    
         
             
                #   @return [Types::LambdaConfiguration]
         
     | 
| 
         @@ -2889,15 +2452,6 @@ module Aws::ChimeSDKMessaging 
     | 
|
| 
       2889 
2452 
     | 
    
         | 
| 
       2890 
2453 
     | 
    
         
             
                # The push notification configuration of the message.
         
     | 
| 
       2891 
2454 
     | 
    
         
             
                #
         
     | 
| 
       2892 
     | 
    
         
            -
                # @note When making an API call, you may pass PushNotificationConfiguration
         
     | 
| 
       2893 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       2894 
     | 
    
         
            -
                #
         
     | 
| 
       2895 
     | 
    
         
            -
                #       {
         
     | 
| 
       2896 
     | 
    
         
            -
                #         title: "PushNotificationTitle",
         
     | 
| 
       2897 
     | 
    
         
            -
                #         body: "PushNotificationBody",
         
     | 
| 
       2898 
     | 
    
         
            -
                #         type: "DEFAULT", # accepts DEFAULT, VOIP
         
     | 
| 
       2899 
     | 
    
         
            -
                #       }
         
     | 
| 
       2900 
     | 
    
         
            -
                #
         
     | 
| 
       2901 
2455 
     | 
    
         
             
                # @!attribute [rw] title
         
     | 
| 
       2902 
2456 
     | 
    
         
             
                #   The title of the push notification.
         
     | 
| 
       2903 
2457 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
         @@ -2908,7 +2462,7 @@ module Aws::ChimeSDKMessaging 
     | 
|
| 
       2908 
2462 
     | 
    
         
             
                #
         
     | 
| 
       2909 
2463 
     | 
    
         
             
                # @!attribute [rw] type
         
     | 
| 
       2910 
2464 
     | 
    
         
             
                #   Enum value that indicates the type of the push notification for a
         
     | 
| 
       2911 
     | 
    
         
            -
                #   message. `DEFAULT 
     | 
| 
      
 2465 
     | 
    
         
            +
                #   message. `DEFAULT`: Normal mobile push notification. `VOIP`: VOIP
         
     | 
| 
       2912 
2466 
     | 
    
         
             
                #   mobile push notification.
         
     | 
| 
       2913 
2467 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
       2914 
2468 
     | 
    
         
             
                #
         
     | 
| 
         @@ -2924,14 +2478,6 @@ module Aws::ChimeSDKMessaging 
     | 
|
| 
       2924 
2478 
     | 
    
         | 
| 
       2925 
2479 
     | 
    
         
             
                # The channel membership preferences for push notification.
         
     | 
| 
       2926 
2480 
     | 
    
         
             
                #
         
     | 
| 
       2927 
     | 
    
         
            -
                # @note When making an API call, you may pass PushNotificationPreferences
         
     | 
| 
       2928 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       2929 
     | 
    
         
            -
                #
         
     | 
| 
       2930 
     | 
    
         
            -
                #       {
         
     | 
| 
       2931 
     | 
    
         
            -
                #         allow_notifications: "ALL", # required, accepts ALL, NONE, FILTERED
         
     | 
| 
       2932 
     | 
    
         
            -
                #         filter_rule: "FilterRule",
         
     | 
| 
       2933 
     | 
    
         
            -
                #       }
         
     | 
| 
       2934 
     | 
    
         
            -
                #
         
     | 
| 
       2935 
2481 
     | 
    
         
             
                # @!attribute [rw] allow_notifications
         
     | 
| 
       2936 
2482 
     | 
    
         
             
                #   Enum value that indicates which push notifications to send to the
         
     | 
| 
       2937 
2483 
     | 
    
         
             
                #   requested member of a channel. `ALL` sends all push notifications,
         
     | 
| 
         @@ -2953,21 +2499,6 @@ module Aws::ChimeSDKMessaging 
     | 
|
| 
       2953 
2499 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       2954 
2500 
     | 
    
         
             
                end
         
     | 
| 
       2955 
2501 
     | 
    
         | 
| 
       2956 
     | 
    
         
            -
                # @note When making an API call, you may pass PutChannelMembershipPreferencesRequest
         
     | 
| 
       2957 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       2958 
     | 
    
         
            -
                #
         
     | 
| 
       2959 
     | 
    
         
            -
                #       {
         
     | 
| 
       2960 
     | 
    
         
            -
                #         channel_arn: "ChimeArn", # required
         
     | 
| 
       2961 
     | 
    
         
            -
                #         member_arn: "ChimeArn", # required
         
     | 
| 
       2962 
     | 
    
         
            -
                #         chime_bearer: "ChimeArn", # required
         
     | 
| 
       2963 
     | 
    
         
            -
                #         preferences: { # required
         
     | 
| 
       2964 
     | 
    
         
            -
                #           push_notifications: {
         
     | 
| 
       2965 
     | 
    
         
            -
                #             allow_notifications: "ALL", # required, accepts ALL, NONE, FILTERED
         
     | 
| 
       2966 
     | 
    
         
            -
                #             filter_rule: "FilterRule",
         
     | 
| 
       2967 
     | 
    
         
            -
                #           },
         
     | 
| 
       2968 
     | 
    
         
            -
                #         },
         
     | 
| 
       2969 
     | 
    
         
            -
                #       }
         
     | 
| 
       2970 
     | 
    
         
            -
                #
         
     | 
| 
       2971 
2502 
     | 
    
         
             
                # @!attribute [rw] channel_arn
         
     | 
| 
       2972 
2503 
     | 
    
         
             
                #   The ARN of the channel.
         
     | 
| 
       2973 
2504 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
         @@ -3017,16 +2548,35 @@ module Aws::ChimeSDKMessaging 
     | 
|
| 
       3017 
2548 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       3018 
2549 
     | 
    
         
             
                end
         
     | 
| 
       3019 
2550 
     | 
    
         | 
| 
       3020 
     | 
    
         
            -
                #  
     | 
| 
       3021 
     | 
    
         
            -
                #    
     | 
| 
      
 2551 
     | 
    
         
            +
                # @!attribute [rw] app_instance_arn
         
     | 
| 
      
 2552 
     | 
    
         
            +
                #   The ARN of the streaming configuration.
         
     | 
| 
      
 2553 
     | 
    
         
            +
                #   @return [String]
         
     | 
| 
       3022 
2554 
     | 
    
         
             
                #
         
     | 
| 
       3023 
     | 
    
         
            -
                # 
     | 
| 
       3024 
     | 
    
         
            -
                # 
     | 
| 
       3025 
     | 
    
         
            -
                # 
     | 
| 
       3026 
     | 
    
         
            -
                #         chime_bearer: "ChimeArn", # required
         
     | 
| 
       3027 
     | 
    
         
            -
                #         sub_channel_id: "SubChannelId",
         
     | 
| 
       3028 
     | 
    
         
            -
                #       }
         
     | 
| 
      
 2555 
     | 
    
         
            +
                # @!attribute [rw] streaming_configurations
         
     | 
| 
      
 2556 
     | 
    
         
            +
                #   The streaming configurations.
         
     | 
| 
      
 2557 
     | 
    
         
            +
                #   @return [Array<Types::StreamingConfiguration>]
         
     | 
| 
       3029 
2558 
     | 
    
         
             
                #
         
     | 
| 
      
 2559 
     | 
    
         
            +
                # @see http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-messaging-2021-05-15/PutMessagingStreamingConfigurationsRequest AWS API Documentation
         
     | 
| 
      
 2560 
     | 
    
         
            +
                #
         
     | 
| 
      
 2561 
     | 
    
         
            +
                class PutMessagingStreamingConfigurationsRequest < Struct.new(
         
     | 
| 
      
 2562 
     | 
    
         
            +
                  :app_instance_arn,
         
     | 
| 
      
 2563 
     | 
    
         
            +
                  :streaming_configurations)
         
     | 
| 
      
 2564 
     | 
    
         
            +
                  SENSITIVE = []
         
     | 
| 
      
 2565 
     | 
    
         
            +
                  include Aws::Structure
         
     | 
| 
      
 2566 
     | 
    
         
            +
                end
         
     | 
| 
      
 2567 
     | 
    
         
            +
             
     | 
| 
      
 2568 
     | 
    
         
            +
                # @!attribute [rw] streaming_configurations
         
     | 
| 
      
 2569 
     | 
    
         
            +
                #   The requested streaming configurations.
         
     | 
| 
      
 2570 
     | 
    
         
            +
                #   @return [Array<Types::StreamingConfiguration>]
         
     | 
| 
      
 2571 
     | 
    
         
            +
                #
         
     | 
| 
      
 2572 
     | 
    
         
            +
                # @see http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-messaging-2021-05-15/PutMessagingStreamingConfigurationsResponse AWS API Documentation
         
     | 
| 
      
 2573 
     | 
    
         
            +
                #
         
     | 
| 
      
 2574 
     | 
    
         
            +
                class PutMessagingStreamingConfigurationsResponse < Struct.new(
         
     | 
| 
      
 2575 
     | 
    
         
            +
                  :streaming_configurations)
         
     | 
| 
      
 2576 
     | 
    
         
            +
                  SENSITIVE = []
         
     | 
| 
      
 2577 
     | 
    
         
            +
                  include Aws::Structure
         
     | 
| 
      
 2578 
     | 
    
         
            +
                end
         
     | 
| 
      
 2579 
     | 
    
         
            +
             
     | 
| 
       3030 
2580 
     | 
    
         
             
                # @!attribute [rw] channel_arn
         
     | 
| 
       3031 
2581 
     | 
    
         
             
                #   The ARN of the channel containing the messages that you want to
         
     | 
| 
       3032 
2582 
     | 
    
         
             
                #   redact.
         
     | 
| 
         @@ -3100,22 +2650,6 @@ module Aws::ChimeSDKMessaging 
     | 
|
| 
       3100 
2650 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       3101 
2651 
     | 
    
         
             
                end
         
     | 
| 
       3102 
2652 
     | 
    
         | 
| 
       3103 
     | 
    
         
            -
                # @note When making an API call, you may pass SearchChannelsRequest
         
     | 
| 
       3104 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       3105 
     | 
    
         
            -
                #
         
     | 
| 
       3106 
     | 
    
         
            -
                #       {
         
     | 
| 
       3107 
     | 
    
         
            -
                #         chime_bearer: "ChimeArn",
         
     | 
| 
       3108 
     | 
    
         
            -
                #         fields: [ # required
         
     | 
| 
       3109 
     | 
    
         
            -
                #           {
         
     | 
| 
       3110 
     | 
    
         
            -
                #             key: "MEMBERS", # required, accepts MEMBERS
         
     | 
| 
       3111 
     | 
    
         
            -
                #             values: ["SearchFieldValue"], # required
         
     | 
| 
       3112 
     | 
    
         
            -
                #             operator: "EQUALS", # required, accepts EQUALS, INCLUDES
         
     | 
| 
       3113 
     | 
    
         
            -
                #           },
         
     | 
| 
       3114 
     | 
    
         
            -
                #         ],
         
     | 
| 
       3115 
     | 
    
         
            -
                #         max_results: 1,
         
     | 
| 
       3116 
     | 
    
         
            -
                #         next_token: "NextToken",
         
     | 
| 
       3117 
     | 
    
         
            -
                #       }
         
     | 
| 
       3118 
     | 
    
         
            -
                #
         
     | 
| 
       3119 
2653 
     | 
    
         
             
                # @!attribute [rw] chime_bearer
         
     | 
| 
       3120 
2654 
     | 
    
         
             
                #   The `AppInstanceUserArn` of the user making the API call.
         
     | 
| 
       3121 
2655 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
         @@ -3164,15 +2698,6 @@ module Aws::ChimeSDKMessaging 
     | 
|
| 
       3164 
2698 
     | 
    
         | 
| 
       3165 
2699 
     | 
    
         
             
                # A `Field` of the channel that you want to search.
         
     | 
| 
       3166 
2700 
     | 
    
         
             
                #
         
     | 
| 
       3167 
     | 
    
         
            -
                # @note When making an API call, you may pass SearchField
         
     | 
| 
       3168 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       3169 
     | 
    
         
            -
                #
         
     | 
| 
       3170 
     | 
    
         
            -
                #       {
         
     | 
| 
       3171 
     | 
    
         
            -
                #         key: "MEMBERS", # required, accepts MEMBERS
         
     | 
| 
       3172 
     | 
    
         
            -
                #         values: ["SearchFieldValue"], # required
         
     | 
| 
       3173 
     | 
    
         
            -
                #         operator: "EQUALS", # required, accepts EQUALS, INCLUDES
         
     | 
| 
       3174 
     | 
    
         
            -
                #       }
         
     | 
| 
       3175 
     | 
    
         
            -
                #
         
     | 
| 
       3176 
2701 
     | 
    
         
             
                # @!attribute [rw] key
         
     | 
| 
       3177 
2702 
     | 
    
         
             
                #   An `enum` value that indicates the key to search the channel on.
         
     | 
| 
       3178 
2703 
     | 
    
         
             
                #   `MEMBERS` allows you to search channels based on memberships. You
         
     | 
| 
         @@ -3209,30 +2734,6 @@ module Aws::ChimeSDKMessaging 
     | 
|
| 
       3209 
2734 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       3210 
2735 
     | 
    
         
             
                end
         
     | 
| 
       3211 
2736 
     | 
    
         | 
| 
       3212 
     | 
    
         
            -
                # @note When making an API call, you may pass SendChannelMessageRequest
         
     | 
| 
       3213 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       3214 
     | 
    
         
            -
                #
         
     | 
| 
       3215 
     | 
    
         
            -
                #       {
         
     | 
| 
       3216 
     | 
    
         
            -
                #         channel_arn: "ChimeArn", # required
         
     | 
| 
       3217 
     | 
    
         
            -
                #         content: "NonEmptyContent", # required
         
     | 
| 
       3218 
     | 
    
         
            -
                #         type: "STANDARD", # required, accepts STANDARD, CONTROL
         
     | 
| 
       3219 
     | 
    
         
            -
                #         persistence: "PERSISTENT", # required, accepts PERSISTENT, NON_PERSISTENT
         
     | 
| 
       3220 
     | 
    
         
            -
                #         metadata: "Metadata",
         
     | 
| 
       3221 
     | 
    
         
            -
                #         client_request_token: "ClientRequestToken", # required
         
     | 
| 
       3222 
     | 
    
         
            -
                #         chime_bearer: "ChimeArn", # required
         
     | 
| 
       3223 
     | 
    
         
            -
                #         push_notification: {
         
     | 
| 
       3224 
     | 
    
         
            -
                #           title: "PushNotificationTitle",
         
     | 
| 
       3225 
     | 
    
         
            -
                #           body: "PushNotificationBody",
         
     | 
| 
       3226 
     | 
    
         
            -
                #           type: "DEFAULT", # accepts DEFAULT, VOIP
         
     | 
| 
       3227 
     | 
    
         
            -
                #         },
         
     | 
| 
       3228 
     | 
    
         
            -
                #         message_attributes: {
         
     | 
| 
       3229 
     | 
    
         
            -
                #           "MessageAttributeName" => {
         
     | 
| 
       3230 
     | 
    
         
            -
                #             string_values: ["MessageAttributeStringValue"],
         
     | 
| 
       3231 
     | 
    
         
            -
                #           },
         
     | 
| 
       3232 
     | 
    
         
            -
                #         },
         
     | 
| 
       3233 
     | 
    
         
            -
                #         sub_channel_id: "SubChannelId",
         
     | 
| 
       3234 
     | 
    
         
            -
                #       }
         
     | 
| 
       3235 
     | 
    
         
            -
                #
         
     | 
| 
       3236 
2737 
     | 
    
         
             
                # @!attribute [rw] channel_arn
         
     | 
| 
       3237 
2738 
     | 
    
         
             
                #   The ARN of the channel.
         
     | 
| 
       3238 
2739 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
         @@ -3356,6 +2857,25 @@ module Aws::ChimeSDKMessaging 
     | 
|
| 
       3356 
2857 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       3357 
2858 
     | 
    
         
             
                end
         
     | 
| 
       3358 
2859 
     | 
    
         | 
| 
      
 2860 
     | 
    
         
            +
                # The configuration for connecting a messaging stream to Amazon Kinesis.
         
     | 
| 
      
 2861 
     | 
    
         
            +
                #
         
     | 
| 
      
 2862 
     | 
    
         
            +
                # @!attribute [rw] data_type
         
     | 
| 
      
 2863 
     | 
    
         
            +
                #   The data type of the configuration.
         
     | 
| 
      
 2864 
     | 
    
         
            +
                #   @return [String]
         
     | 
| 
      
 2865 
     | 
    
         
            +
                #
         
     | 
| 
      
 2866 
     | 
    
         
            +
                # @!attribute [rw] resource_arn
         
     | 
| 
      
 2867 
     | 
    
         
            +
                #   The ARN of the resource in the configuration.
         
     | 
| 
      
 2868 
     | 
    
         
            +
                #   @return [String]
         
     | 
| 
      
 2869 
     | 
    
         
            +
                #
         
     | 
| 
      
 2870 
     | 
    
         
            +
                # @see http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-messaging-2021-05-15/StreamingConfiguration AWS API Documentation
         
     | 
| 
      
 2871 
     | 
    
         
            +
                #
         
     | 
| 
      
 2872 
     | 
    
         
            +
                class StreamingConfiguration < Struct.new(
         
     | 
| 
      
 2873 
     | 
    
         
            +
                  :data_type,
         
     | 
| 
      
 2874 
     | 
    
         
            +
                  :resource_arn)
         
     | 
| 
      
 2875 
     | 
    
         
            +
                  SENSITIVE = []
         
     | 
| 
      
 2876 
     | 
    
         
            +
                  include Aws::Structure
         
     | 
| 
      
 2877 
     | 
    
         
            +
                end
         
     | 
| 
      
 2878 
     | 
    
         
            +
             
     | 
| 
       3359 
2879 
     | 
    
         
             
                # Summary of the sub-channels associated with the elastic channel.
         
     | 
| 
       3360 
2880 
     | 
    
         
             
                #
         
     | 
| 
       3361 
2881 
     | 
    
         
             
                # @!attribute [rw] sub_channel_id
         
     | 
| 
         @@ -3377,14 +2897,6 @@ module Aws::ChimeSDKMessaging 
     | 
|
| 
       3377 
2897 
     | 
    
         | 
| 
       3378 
2898 
     | 
    
         
             
                # A tag object containing a key-value pair.
         
     | 
| 
       3379 
2899 
     | 
    
         
             
                #
         
     | 
| 
       3380 
     | 
    
         
            -
                # @note When making an API call, you may pass Tag
         
     | 
| 
       3381 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       3382 
     | 
    
         
            -
                #
         
     | 
| 
       3383 
     | 
    
         
            -
                #       {
         
     | 
| 
       3384 
     | 
    
         
            -
                #         key: "TagKey", # required
         
     | 
| 
       3385 
     | 
    
         
            -
                #         value: "TagValue", # required
         
     | 
| 
       3386 
     | 
    
         
            -
                #       }
         
     | 
| 
       3387 
     | 
    
         
            -
                #
         
     | 
| 
       3388 
2900 
     | 
    
         
             
                # @!attribute [rw] key
         
     | 
| 
       3389 
2901 
     | 
    
         
             
                #   The key in a tag.
         
     | 
| 
       3390 
2902 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
         @@ -3402,19 +2914,6 @@ module Aws::ChimeSDKMessaging 
     | 
|
| 
       3402 
2914 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       3403 
2915 
     | 
    
         
             
                end
         
     | 
| 
       3404 
2916 
     | 
    
         | 
| 
       3405 
     | 
    
         
            -
                # @note When making an API call, you may pass TagResourceRequest
         
     | 
| 
       3406 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       3407 
     | 
    
         
            -
                #
         
     | 
| 
       3408 
     | 
    
         
            -
                #       {
         
     | 
| 
       3409 
     | 
    
         
            -
                #         resource_arn: "ChimeArn", # required
         
     | 
| 
       3410 
     | 
    
         
            -
                #         tags: [ # required
         
     | 
| 
       3411 
     | 
    
         
            -
                #           {
         
     | 
| 
       3412 
     | 
    
         
            -
                #             key: "TagKey", # required
         
     | 
| 
       3413 
     | 
    
         
            -
                #             value: "TagValue", # required
         
     | 
| 
       3414 
     | 
    
         
            -
                #           },
         
     | 
| 
       3415 
     | 
    
         
            -
                #         ],
         
     | 
| 
       3416 
     | 
    
         
            -
                #       }
         
     | 
| 
       3417 
     | 
    
         
            -
                #
         
     | 
| 
       3418 
2917 
     | 
    
         
             
                # @!attribute [rw] resource_arn
         
     | 
| 
       3419 
2918 
     | 
    
         
             
                #   The resource ARN.
         
     | 
| 
       3420 
2919 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
         @@ -3466,14 +2965,6 @@ module Aws::ChimeSDKMessaging 
     | 
|
| 
       3466 
2965 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       3467 
2966 
     | 
    
         
             
                end
         
     | 
| 
       3468 
2967 
     | 
    
         | 
| 
       3469 
     | 
    
         
            -
                # @note When making an API call, you may pass UntagResourceRequest
         
     | 
| 
       3470 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       3471 
     | 
    
         
            -
                #
         
     | 
| 
       3472 
     | 
    
         
            -
                #       {
         
     | 
| 
       3473 
     | 
    
         
            -
                #         resource_arn: "ChimeArn", # required
         
     | 
| 
       3474 
     | 
    
         
            -
                #         tag_keys: ["TagKey"], # required
         
     | 
| 
       3475 
     | 
    
         
            -
                #       }
         
     | 
| 
       3476 
     | 
    
         
            -
                #
         
     | 
| 
       3477 
2968 
     | 
    
         
             
                # @!attribute [rw] resource_arn
         
     | 
| 
       3478 
2969 
     | 
    
         
             
                #   The resource ARN.
         
     | 
| 
       3479 
2970 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
         @@ -3491,27 +2982,6 @@ module Aws::ChimeSDKMessaging 
     | 
|
| 
       3491 
2982 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       3492 
2983 
     | 
    
         
             
                end
         
     | 
| 
       3493 
2984 
     | 
    
         | 
| 
       3494 
     | 
    
         
            -
                # @note When making an API call, you may pass UpdateChannelFlowRequest
         
     | 
| 
       3495 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       3496 
     | 
    
         
            -
                #
         
     | 
| 
       3497 
     | 
    
         
            -
                #       {
         
     | 
| 
       3498 
     | 
    
         
            -
                #         channel_flow_arn: "ChimeArn", # required
         
     | 
| 
       3499 
     | 
    
         
            -
                #         processors: [ # required
         
     | 
| 
       3500 
     | 
    
         
            -
                #           {
         
     | 
| 
       3501 
     | 
    
         
            -
                #             name: "NonEmptyResourceName", # required
         
     | 
| 
       3502 
     | 
    
         
            -
                #             configuration: { # required
         
     | 
| 
       3503 
     | 
    
         
            -
                #               lambda: { # required
         
     | 
| 
       3504 
     | 
    
         
            -
                #                 resource_arn: "LambdaFunctionArn", # required
         
     | 
| 
       3505 
     | 
    
         
            -
                #                 invocation_type: "ASYNC", # required, accepts ASYNC
         
     | 
| 
       3506 
     | 
    
         
            -
                #               },
         
     | 
| 
       3507 
     | 
    
         
            -
                #             },
         
     | 
| 
       3508 
     | 
    
         
            -
                #             execution_order: 1, # required
         
     | 
| 
       3509 
     | 
    
         
            -
                #             fallback_action: "CONTINUE", # required, accepts CONTINUE, ABORT
         
     | 
| 
       3510 
     | 
    
         
            -
                #           },
         
     | 
| 
       3511 
     | 
    
         
            -
                #         ],
         
     | 
| 
       3512 
     | 
    
         
            -
                #         name: "NonEmptyResourceName", # required
         
     | 
| 
       3513 
     | 
    
         
            -
                #       }
         
     | 
| 
       3514 
     | 
    
         
            -
                #
         
     | 
| 
       3515 
2985 
     | 
    
         
             
                # @!attribute [rw] channel_flow_arn
         
     | 
| 
       3516 
2986 
     | 
    
         
             
                #   The ARN of the channel flow.
         
     | 
| 
       3517 
2987 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
         @@ -3546,18 +3016,6 @@ module Aws::ChimeSDKMessaging 
     | 
|
| 
       3546 
3016 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       3547 
3017 
     | 
    
         
             
                end
         
     | 
| 
       3548 
3018 
     | 
    
         | 
| 
       3549 
     | 
    
         
            -
                # @note When making an API call, you may pass UpdateChannelMessageRequest
         
     | 
| 
       3550 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       3551 
     | 
    
         
            -
                #
         
     | 
| 
       3552 
     | 
    
         
            -
                #       {
         
     | 
| 
       3553 
     | 
    
         
            -
                #         channel_arn: "ChimeArn", # required
         
     | 
| 
       3554 
     | 
    
         
            -
                #         message_id: "MessageId", # required
         
     | 
| 
       3555 
     | 
    
         
            -
                #         content: "Content",
         
     | 
| 
       3556 
     | 
    
         
            -
                #         metadata: "Metadata",
         
     | 
| 
       3557 
     | 
    
         
            -
                #         chime_bearer: "ChimeArn", # required
         
     | 
| 
       3558 
     | 
    
         
            -
                #         sub_channel_id: "SubChannelId",
         
     | 
| 
       3559 
     | 
    
         
            -
                #       }
         
     | 
| 
       3560 
     | 
    
         
            -
                #
         
     | 
| 
       3561 
3019 
     | 
    
         
             
                # @!attribute [rw] channel_arn
         
     | 
| 
       3562 
3020 
     | 
    
         
             
                #   The ARN of the channel.
         
     | 
| 
       3563 
3021 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
         @@ -3627,15 +3085,6 @@ module Aws::ChimeSDKMessaging 
     | 
|
| 
       3627 
3085 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       3628 
3086 
     | 
    
         
             
                end
         
     | 
| 
       3629 
3087 
     | 
    
         | 
| 
       3630 
     | 
    
         
            -
                # @note When making an API call, you may pass UpdateChannelReadMarkerRequest
         
     | 
| 
       3631 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       3632 
     | 
    
         
            -
                #
         
     | 
| 
       3633 
     | 
    
         
            -
                #       {
         
     | 
| 
       3634 
     | 
    
         
            -
                #         channel_arn: "ChimeArn", # required
         
     | 
| 
       3635 
     | 
    
         
            -
                #         chime_bearer: "ChimeArn", # required
         
     | 
| 
       3636 
     | 
    
         
            -
                #         sub_channel_id: "SubChannelId",
         
     | 
| 
       3637 
     | 
    
         
            -
                #       }
         
     | 
| 
       3638 
     | 
    
         
            -
                #
         
     | 
| 
       3639 
3088 
     | 
    
         
             
                # @!attribute [rw] channel_arn
         
     | 
| 
       3640 
3089 
     | 
    
         
             
                #   The ARN of the channel.
         
     | 
| 
       3641 
3090 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
         @@ -3675,17 +3124,6 @@ module Aws::ChimeSDKMessaging 
     | 
|
| 
       3675 
3124 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       3676 
3125 
     | 
    
         
             
                end
         
     | 
| 
       3677 
3126 
     | 
    
         | 
| 
       3678 
     | 
    
         
            -
                # @note When making an API call, you may pass UpdateChannelRequest
         
     | 
| 
       3679 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       3680 
     | 
    
         
            -
                #
         
     | 
| 
       3681 
     | 
    
         
            -
                #       {
         
     | 
| 
       3682 
     | 
    
         
            -
                #         channel_arn: "ChimeArn", # required
         
     | 
| 
       3683 
     | 
    
         
            -
                #         name: "NonEmptyResourceName",
         
     | 
| 
       3684 
     | 
    
         
            -
                #         mode: "UNRESTRICTED", # accepts UNRESTRICTED, RESTRICTED
         
     | 
| 
       3685 
     | 
    
         
            -
                #         metadata: "Metadata",
         
     | 
| 
       3686 
     | 
    
         
            -
                #         chime_bearer: "ChimeArn", # required
         
     | 
| 
       3687 
     | 
    
         
            -
                #       }
         
     | 
| 
       3688 
     | 
    
         
            -
                #
         
     | 
| 
       3689 
3127 
     | 
    
         
             
                # @!attribute [rw] channel_arn
         
     | 
| 
       3690 
3128 
     | 
    
         
             
                #   The ARN of the channel.
         
     | 
| 
       3691 
3129 
     | 
    
         
             
                #   @return [String]
         
     |