Type definitions#
Index > MarketplaceReportingService > Type definitions
Auto-generated documentation for MarketplaceReportingService type annotations stubs module mypy-boto3-marketplace-reporting.
GetBuyerDashboardInputRequestTypeDef#
# GetBuyerDashboardInputRequestTypeDef definition
class GetBuyerDashboardInputRequestTypeDef(TypedDict):
dashboardIdentifier: str,
embeddingDomains: Sequence[str],
ResponseMetadataTypeDef#
# ResponseMetadataTypeDef definition
class ResponseMetadataTypeDef(TypedDict):
RequestId: str,
HTTPStatusCode: int,
HTTPHeaders: Dict[str, str],
RetryAttempts: int,
HostId: NotRequired[str],
GetBuyerDashboardOutputTypeDef#
# GetBuyerDashboardOutputTypeDef definition
class GetBuyerDashboardOutputTypeDef(TypedDict):
embedUrl: str,
dashboardIdentifier: str,
embeddingDomains: List[str],
ResponseMetadata: ResponseMetadataTypeDef, # (1)