import { AmazonSellingPartnerAPIClient } from "./AmazonSellingPartnerAPIClient.js"; import { CreateContentDocumentQuery, GetContentDocumentQuery, GetContentDocumentResponse, ListContentDocumentAsinRelationsQuery, ListContentDocumentAsinRelationsResponse, PostContentDocumentAsinRelationsQuery, PostContentDocumentAsinRelationsRequest, PostContentDocumentAsinRelationsResponse, PostContentDocumentApprovalSubmissionQuery, PostContentDocumentApprovalSubmissionResponse, PostContentDocumentRequest, PostContentDocumentResponse, PostContentDocumentSuspendSubmissionQuery, PostContentDocumentSuspendSubmissionResponse, SearchContentDocumentsQuery, SearchContentDocumentsResponse, SearchContentPublishRecordsQuery, SearchContentPublishRecordsResponse, UpdateContentDocumentQuery, ValidateContentDocumentAsinRelationsQuery, ValidateContentDocumentAsinRelationsResponse } from "../types/aplus-content-api/v2020-11-01.js"; /** A client for v2020-11-01 of the A+ Content endpoints of the Amazon Selling Partner API. */ export declare class AmazonSellingPartnerAPlusContentAPIClient { amazonSellingPartnerApiClient: AmazonSellingPartnerAPIClient; constructor(amazonSellingPartnerApiClient: AmazonSellingPartnerAPIClient); createContentDocument(query: CreateContentDocumentQuery, postContentDocumentRequest: PostContentDocumentRequest): Promise; getContentDocument(contentReferenceKey: string, query: GetContentDocumentQuery): Promise; listContentDocumentAsinRelations(contentReferenceKey: string, query: ListContentDocumentAsinRelationsQuery): Promise; postContentDocumentApprovalSubmission(contentReferenceKey: string, query: PostContentDocumentApprovalSubmissionQuery): Promise; postContentDocumentAsinRelations(contentReferenceKey: string, query: PostContentDocumentAsinRelationsQuery, postContentDocumentAsinRelationsRequest: PostContentDocumentAsinRelationsRequest): Promise; postContentDocumentSuspendSubmission(contentReferenceKey: string, query: PostContentDocumentSuspendSubmissionQuery): Promise; searchContentDocuments(query: SearchContentDocumentsQuery): Promise; searchContentPublishRecords(query: SearchContentPublishRecordsQuery): Promise; updateContentDocument(contentReferenceKey: string, query: UpdateContentDocumentQuery, postContentDocumentRequest: PostContentDocumentRequest): Promise; validateContentDocumentAsinRelations(query: ValidateContentDocumentAsinRelationsQuery, postContentDocumentRequest: PostContentDocumentRequest): Promise; } //# sourceMappingURL=AmazonSellingPartnerAPlusContentAPIClient.d.ts.map