[ aws . chime-sdk-messaging ]
Allows an AppInstanceUser
to search the channels that they belong to. The AppInstanceUser
can search by membership or external ID. An AppInstanceAdmin
can search across all channels within the AppInstance
.
See also: AWS API Documentation
See ‘aws help’ for descriptions of global parameters.
search-channels
[--chime-bearer <value>]
--fields <value>
[--max-results <value>]
[--next-token <value>]
[--cli-input-json | --cli-input-yaml]
[--generate-cli-skeleton <value>]
--chime-bearer
(string)
The
AppInstanceUserArn
of the user making the API call.
--fields
(list)
A list of the
Field
objects in the channel being searched.(structure)
A
Field
of the channel that you want to search.Key -> (string)
An
enum
value that indicates the key to search the channel on.MEMBERS
allows you to search channels based on memberships. You can use it with theEQUALS
operator to get channels whose memberships are equal to the specified values, and with theINCLUDES
operator to get channels whose memberships include the specified values.Values -> (list)
The values that you want to search for, a list of strings. The values must be
AppInstanceUserArns
specified as a list of strings.Note
This operation isn’t supported for
AppInstanceUsers
with large number of memberships.(string)
Operator -> (string)
The operator used to compare field values, currently
EQUALS
orINCLUDES
. Use theEQUALS
operator to find channels whose memberships equal the specified values. Use theINCLUDES
operator to find channels whose memberships include the specified values.
Shorthand Syntax:
Key=string,Values=string,string,Operator=string ...
JSON Syntax:
[
{
"Key": "MEMBERS",
"Values": ["string", ...],
"Operator": "EQUALS"|"INCLUDES"
}
...
]
--max-results
(integer)
The maximum number of channels that you want returned.
--next-token
(string)
The token returned from previous API requests until the number of channels is reached.
--cli-input-json
| --cli-input-yaml
(string)
Reads arguments from the JSON string provided. The JSON string follows the format provided by --generate-cli-skeleton
. If other arguments are provided on the command line, those values will override the JSON-provided values. It is not possible to pass arbitrary binary values using a JSON-provided value as the string will be taken literally. This may not be specified along with --cli-input-yaml
.
--generate-cli-skeleton
(string)
Prints a JSON skeleton to standard output without sending an API request. If provided with no value or the value input
, prints a sample input JSON that can be used as an argument for --cli-input-json
. Similarly, if provided yaml-input
it will print a sample input YAML that can be used with --cli-input-yaml
. If provided with the value output
, it validates the command inputs and returns a sample output JSON for that command. The generated JSON skeleton is not stable between versions of the AWS CLI and there are no backwards compatibility guarantees in the JSON skeleton generated.
See ‘aws help’ for descriptions of global parameters.
Channels -> (list)
A list of the channels in the request.
(structure)
Summary of the details of a
Channel
.Name -> (string)
The name of the channel.
ChannelArn -> (string)
The ARN of the channel.
Mode -> (string)
The mode of the channel.
Privacy -> (string)
The privacy setting of the channel.
Metadata -> (string)
The metadata of the channel.
LastMessageTimestamp -> (timestamp)
The time at which the last message in a channel was sent.
NextToken -> (string)
The token returned from previous API responses until the number of channels is reached.