Connect / Client / list_contact_flow_module_versions
list_contact_flow_module_versions¶
- Connect.Client.list_contact_flow_module_versions(**kwargs)¶
Retrieves a paginated list of all versions for a specific contact flow module.
See also: AWS API Documentation
Request Syntax
response = client.list_contact_flow_module_versions( InstanceId='string', ContactFlowModuleId='string', NextToken='string', MaxResults=123 )
- Parameters:
InstanceId (string) –
[REQUIRED]
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
ContactFlowModuleId (string) –
[REQUIRED]
The identifier of the flow module.
NextToken (string) – The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
MaxResults (integer) – The maximum number of results to return per page.
- Return type:
dict
- Returns:
Response Syntax
{ 'ContactFlowModuleVersionSummaryList': [ { 'Arn': 'string', 'VersionDescription': 'string', 'Version': 123 }, ], 'NextToken': 'string' }
Response Structure
(dict) –
ContactFlowModuleVersionSummaryList (list) –
Information about the flow module versions.
(dict) –
Contains information about a version.
Arn (string) –
The Amazon Resource Name (ARN) of the flow module version.
VersionDescription (string) –
The description of the flow module version.
Version (integer) –
The version of the flow module.
NextToken (string) –
If there are additional results, this is the token for the next set of results.
Exceptions
Connect.Client.exceptions.AccessDeniedExceptionConnect.Client.exceptions.InternalServiceExceptionConnect.Client.exceptions.ResourceNotFoundExceptionConnect.Client.exceptions.InvalidParameterExceptionConnect.Client.exceptions.InvalidRequestExceptionConnect.Client.exceptions.ThrottlingException