list_input_security_groups(**kwargs)¶Produces a list of Input Security Groups for an account
See also: AWS API Documentation
Request Syntax
response = client.list_input_security_groups(
    MaxResults=123,
    NextToken='string'
)
dict
Response Syntax
{
    'InputSecurityGroups': [
        {
            'Arn': 'string',
            'Id': 'string',
            'Inputs': [
                'string',
            ],
            'State': 'IDLE'|'IN_USE'|'UPDATING'|'DELETED',
            'Tags': {
                'string': 'string'
            },
            'WhitelistRules': [
                {
                    'Cidr': 'string'
                },
            ]
        },
    ],
    'NextToken': 'string'
}
Response Structure
Exceptions
MediaLive.Client.exceptions.BadRequestExceptionMediaLive.Client.exceptions.InternalServerErrorExceptionMediaLive.Client.exceptions.ForbiddenExceptionMediaLive.Client.exceptions.BadGatewayExceptionMediaLive.Client.exceptions.GatewayTimeoutExceptionMediaLive.Client.exceptions.TooManyRequestsException