Connect / Client / list_analytics_data_lake_data_sets
list_analytics_data_lake_data_sets#
- Connect.Client.list_analytics_data_lake_data_sets(**kwargs)#
Lists the data lake datasets available to associate with for a given Amazon Connect instance.
See also: AWS API Documentation
Request Syntax
response = client.list_analytics_data_lake_data_sets( InstanceId='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.
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
{ 'Results': [ { 'DataSetId': 'string', 'DataSetName': 'string' }, ], 'NextToken': 'string' }
Response Structure
(dict) –
Results (list) –
An array of successful results:
DataSetId
,DataSetName
. This is a paginated API, sonextToken
is given if there are more results to be returned.(dict) –
Information about datasets that are available to associate with:
DataSetId
,DataSetName
.DataSetId (string) –
The identifier of the dataset.
DataSetName (string) –
The name of the dataset.
NextToken (string) –
If there are additional results, this is the token for the next set of results.
Exceptions
Connect.Client.exceptions.InvalidRequestException
Connect.Client.exceptions.InvalidParameterException
Connect.Client.exceptions.ResourceNotFoundException
Connect.Client.exceptions.ThrottlingException
Connect.Client.exceptions.InternalServiceException