@sp-api-sdk/aplus-content-api-2020-11-01 4.0.0 → 4.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/client.ts","../src/api-model/api/aplus-content-api.ts","../src/api-model/base.ts","../src/api-model/common.ts","../src/api-model/configuration.ts","../src/api-model/models/asin-badge.ts","../src/api-model/models/color-type.ts","../src/api-model/models/content-badge.ts","../src/api-model/models/content-module-type.ts","../src/api-model/models/content-status.ts","../src/api-model/models/content-type.ts","../src/api-model/models/decorator-type.ts","../src/api-model/models/position-type.ts"],"sourcesContent":["import {type ClientConfiguration, createAxiosInstance, type RateLimit} from '@sp-api-sdk/common'\n\nimport {AplusContentApi, Configuration} from './api-model/index.js'\n\nexport const clientRateLimits: RateLimit[] = [\n {\n method: 'get',\n // eslint-disable-next-line prefer-regex-literals\n urlRegex: new RegExp('^/aplus/2020-11-01/contentDocuments$'),\n rate: 10,\n burst: 10,\n },\n {\n method: 'post',\n // eslint-disable-next-line prefer-regex-literals\n urlRegex: new RegExp('^/aplus/2020-11-01/contentDocuments$'),\n rate: 10,\n burst: 10,\n },\n {\n method: 'get',\n // eslint-disable-next-line prefer-regex-literals\n urlRegex: new RegExp('^/aplus/2020-11-01/contentDocuments/[^/]*$'),\n rate: 10,\n burst: 10,\n },\n {\n method: 'post',\n // eslint-disable-next-line prefer-regex-literals\n urlRegex: new RegExp('^/aplus/2020-11-01/contentDocuments/[^/]*$'),\n rate: 10,\n burst: 10,\n },\n {\n method: 'get',\n // eslint-disable-next-line prefer-regex-literals\n urlRegex: new RegExp('^/aplus/2020-11-01/contentDocuments/[^/]*/asins$'),\n rate: 10,\n burst: 10,\n },\n {\n method: 'post',\n // eslint-disable-next-line prefer-regex-literals\n urlRegex: new RegExp('^/aplus/2020-11-01/contentDocuments/[^/]*/asins$'),\n rate: 10,\n burst: 10,\n },\n {\n method: 'post',\n // eslint-disable-next-line prefer-regex-literals\n urlRegex: new RegExp('^/aplus/2020-11-01/contentAsinValidations$'),\n rate: 10,\n burst: 10,\n },\n {\n method: 'get',\n // eslint-disable-next-line prefer-regex-literals\n urlRegex: new RegExp('^/aplus/2020-11-01/contentPublishRecords$'),\n rate: 10,\n burst: 10,\n },\n {\n method: 'post',\n // eslint-disable-next-line prefer-regex-literals\n urlRegex: new RegExp('^/aplus/2020-11-01/contentDocuments/[^/]*/approvalSubmissions$'),\n rate: 10,\n burst: 10,\n },\n {\n method: 'post',\n // eslint-disable-next-line prefer-regex-literals\n urlRegex: new RegExp('^/aplus/2020-11-01/contentDocuments/[^/]*/suspendSubmissions$'),\n rate: 10,\n burst: 10,\n },\n]\n\nexport class AplusContentApiClient extends AplusContentApi {\n constructor(configuration: ClientConfiguration) {\n const {axios, endpoint} = createAxiosInstance(configuration, clientRateLimits)\n\n super(new Configuration(), endpoint, axios)\n }\n}\n","/* tslint:disable */\n/* eslint-disable */\n/**\n * Selling Partner API for A+ Content Management\n * Use the A+ Content API to build applications that help selling partners add rich marketing content to their Amazon product detail pages. Selling partners can use A+ content to share their brand and product story, which helps buyers make informed purchasing decisions. Selling partners use content modules to add images and text.\n *\n * The version of the OpenAPI document: 2020-11-01\n * \n *\n * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).\n * https://openapi-generator.tech\n * Do not edit the class manually.\n */\n\n\nimport type { Configuration } from '../configuration.js';\nimport type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';\nimport globalAxios from 'axios';\n// Some imports not used depending on template conditions\n// @ts-ignore\nimport { DUMMY_BASE_URL, assertParamExists, setApiKeyToObject, setBasicAuthToObject, setBearerAuthToObject, setOAuthToObject, setSearchParams, serializeDataIfNeeded, toPathString, createRequestFunction, replaceWithSerializableTypeIfNeeded } from '../common.js';\n// @ts-ignore\nimport { BASE_PATH, COLLECTION_FORMATS, type RequestArgs, BaseAPI, RequiredError, operationServerMap } from '../base.js';\n// @ts-ignore\nimport type { ErrorList } from '../models/index.js';\n// @ts-ignore\nimport type { GetContentDocumentResponse } from '../models/index.js';\n// @ts-ignore\nimport type { ListContentDocumentAsinRelationsResponse } from '../models/index.js';\n// @ts-ignore\nimport type { PostContentDocumentApprovalSubmissionResponse } from '../models/index.js';\n// @ts-ignore\nimport type { PostContentDocumentAsinRelationsRequest } from '../models/index.js';\n// @ts-ignore\nimport type { PostContentDocumentAsinRelationsResponse } from '../models/index.js';\n// @ts-ignore\nimport type { PostContentDocumentRequest } from '../models/index.js';\n// @ts-ignore\nimport type { PostContentDocumentResponse } from '../models/index.js';\n// @ts-ignore\nimport type { PostContentDocumentSuspendSubmissionResponse } from '../models/index.js';\n// @ts-ignore\nimport type { SearchContentDocumentsResponse } from '../models/index.js';\n// @ts-ignore\nimport type { SearchContentPublishRecordsResponse } from '../models/index.js';\n// @ts-ignore\nimport type { ValidateContentDocumentAsinRelationsResponse } from '../models/index.js';\n/**\n * AplusContentApi - axios parameter creator\n */\nexport const AplusContentApiAxiosParamCreator = function (configuration?: Configuration) {\n return {\n /**\n * Creates a new A+ Content document. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {string} marketplaceId The marketplace ID is the globally unique identifier of a marketplace. To find the ID for your marketplace, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).\n * @param {PostContentDocumentRequest} postContentDocumentRequest The content document request details.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n createContentDocument: async (marketplaceId: string, postContentDocumentRequest: PostContentDocumentRequest, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'marketplaceId' is not null or undefined\n assertParamExists('createContentDocument', 'marketplaceId', marketplaceId)\n // verify required parameter 'postContentDocumentRequest' is not null or undefined\n assertParamExists('createContentDocument', 'postContentDocumentRequest', postContentDocumentRequest)\n const localVarPath = `/aplus/2020-11-01/contentDocuments`;\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n if (marketplaceId !== undefined) {\n localVarQueryParameter['marketplaceId'] = marketplaceId;\n }\n\n localVarHeaderParameter['Content-Type'] = 'application/json';\n localVarHeaderParameter['Accept'] = 'application/json';\n\n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n localVarRequestOptions.data = serializeDataIfNeeded(postContentDocumentRequest, localVarRequestOptions, configuration)\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Returns an A+ Content document, if available. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {string} contentReferenceKey The unique reference key for the A+ Content document. A content reference key cannot form a permalink and might change in the future. A content reference key is not guaranteed to match any A+ Content identifier.\n * @param {string} marketplaceId The marketplace ID is the globally unique identifier of a marketplace. To find the ID for your marketplace, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).\n * @param {Set<GetContentDocumentIncludedDataSetEnum>} includedDataSet The set of A+ Content data types to include in the response.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n getContentDocument: async (contentReferenceKey: string, marketplaceId: string, includedDataSet: Set<GetContentDocumentIncludedDataSetEnum>, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'contentReferenceKey' is not null or undefined\n assertParamExists('getContentDocument', 'contentReferenceKey', contentReferenceKey)\n // verify required parameter 'marketplaceId' is not null or undefined\n assertParamExists('getContentDocument', 'marketplaceId', marketplaceId)\n // verify required parameter 'includedDataSet' is not null or undefined\n assertParamExists('getContentDocument', 'includedDataSet', includedDataSet)\n const localVarPath = `/aplus/2020-11-01/contentDocuments/{contentReferenceKey}`\n .replace('{contentReferenceKey}', encodeURIComponent(String(contentReferenceKey)));\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n if (marketplaceId !== undefined) {\n localVarQueryParameter['marketplaceId'] = marketplaceId;\n }\n\n if (includedDataSet) {\n localVarQueryParameter['includedDataSet'] = Array.from(includedDataSet).join(COLLECTION_FORMATS.csv);\n }\n\n localVarHeaderParameter['Accept'] = 'application/json';\n\n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Returns a list of ASINs that are related to the specified A+ Content document, if available. If you don\\'t include the `asinSet` parameter, this operation returns all ASINs related to the content document. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {string} contentReferenceKey The unique reference key for the A+ Content document. A content reference key cannot form a permalink and might change in the future. A content reference key is not guaranteed to match any A+ Content identifier.\n * @param {string} marketplaceId The marketplace ID is the globally unique identifier of a marketplace. To find the ID for your marketplace, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).\n * @param {Set<ListContentDocumentAsinRelationsIncludedDataSetEnum>} [includedDataSet] The set of A+ Content data types to include in the response. If you don\\&#39;t include this parameter, the operation returns the related ASINs without metadata.\n * @param {Set<string>} [asinSet] The set of ASINs.\n * @param {string} [pageToken] A token that you use to fetch a specific page when there are multiple pages of results.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n listContentDocumentAsinRelations: async (contentReferenceKey: string, marketplaceId: string, includedDataSet?: Set<ListContentDocumentAsinRelationsIncludedDataSetEnum>, asinSet?: Set<string>, pageToken?: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'contentReferenceKey' is not null or undefined\n assertParamExists('listContentDocumentAsinRelations', 'contentReferenceKey', contentReferenceKey)\n // verify required parameter 'marketplaceId' is not null or undefined\n assertParamExists('listContentDocumentAsinRelations', 'marketplaceId', marketplaceId)\n const localVarPath = `/aplus/2020-11-01/contentDocuments/{contentReferenceKey}/asins`\n .replace('{contentReferenceKey}', encodeURIComponent(String(contentReferenceKey)));\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n if (marketplaceId !== undefined) {\n localVarQueryParameter['marketplaceId'] = marketplaceId;\n }\n\n if (includedDataSet) {\n localVarQueryParameter['includedDataSet'] = Array.from(includedDataSet).join(COLLECTION_FORMATS.csv);\n }\n\n if (asinSet) {\n localVarQueryParameter['asinSet'] = Array.from(asinSet).join(COLLECTION_FORMATS.csv);\n }\n\n if (pageToken !== undefined) {\n localVarQueryParameter['pageToken'] = pageToken;\n }\n\n localVarHeaderParameter['Accept'] = 'application/json';\n\n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Submits an A+ Content document for review, approval, and publishing. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {string} contentReferenceKey The unique reference key for the A+ Content document. A content reference key cannot form a permalink and might change in the future. A content reference key is not guaranteed to match any A+ content identifier.\n * @param {string} marketplaceId The marketplace ID is the globally unique identifier of a marketplace. To find the ID for your marketplace, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n postContentDocumentApprovalSubmission: async (contentReferenceKey: string, marketplaceId: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'contentReferenceKey' is not null or undefined\n assertParamExists('postContentDocumentApprovalSubmission', 'contentReferenceKey', contentReferenceKey)\n // verify required parameter 'marketplaceId' is not null or undefined\n assertParamExists('postContentDocumentApprovalSubmission', 'marketplaceId', marketplaceId)\n const localVarPath = `/aplus/2020-11-01/contentDocuments/{contentReferenceKey}/approvalSubmissions`\n .replace('{contentReferenceKey}', encodeURIComponent(String(contentReferenceKey)));\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n if (marketplaceId !== undefined) {\n localVarQueryParameter['marketplaceId'] = marketplaceId;\n }\n\n localVarHeaderParameter['Accept'] = 'application/json';\n\n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Replaces all ASINs related to the specified A+ Content document, if available. This operation can add or remove ASINs, depending on the current set of related ASINs. Removing an ASIN will suspend the content document from that ASIN. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {string} contentReferenceKey The unique reference key for the A+ Content document. A content reference key cannot form a permalink and might change in the future. A content reference key is not guaranteed to match any A+ content identifier.\n * @param {string} marketplaceId The marketplace ID is the globally unique identifier of a marketplace. To find the ID for your marketplace, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).\n * @param {PostContentDocumentAsinRelationsRequest} postContentDocumentAsinRelationsRequest The request details for the content document ASIN relations.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n postContentDocumentAsinRelations: async (contentReferenceKey: string, marketplaceId: string, postContentDocumentAsinRelationsRequest: PostContentDocumentAsinRelationsRequest, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'contentReferenceKey' is not null or undefined\n assertParamExists('postContentDocumentAsinRelations', 'contentReferenceKey', contentReferenceKey)\n // verify required parameter 'marketplaceId' is not null or undefined\n assertParamExists('postContentDocumentAsinRelations', 'marketplaceId', marketplaceId)\n // verify required parameter 'postContentDocumentAsinRelationsRequest' is not null or undefined\n assertParamExists('postContentDocumentAsinRelations', 'postContentDocumentAsinRelationsRequest', postContentDocumentAsinRelationsRequest)\n const localVarPath = `/aplus/2020-11-01/contentDocuments/{contentReferenceKey}/asins`\n .replace('{contentReferenceKey}', encodeURIComponent(String(contentReferenceKey)));\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n if (marketplaceId !== undefined) {\n localVarQueryParameter['marketplaceId'] = marketplaceId;\n }\n\n localVarHeaderParameter['Content-Type'] = 'application/json';\n localVarHeaderParameter['Accept'] = 'application/json';\n\n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n localVarRequestOptions.data = serializeDataIfNeeded(postContentDocumentAsinRelationsRequest, localVarRequestOptions, configuration)\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Submits a request to suspend visible A+ Content. This doesn\\'t delete the content document or the ASIN relations. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {string} contentReferenceKey The unique reference key for the A+ Content document. A content reference key cannot form a permalink and might change in the future. A content reference key is not guaranteed to match any A+ content identifier.\n * @param {string} marketplaceId The marketplace ID is the globally unique identifier of a marketplace. To find the ID for your marketplace, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n postContentDocumentSuspendSubmission: async (contentReferenceKey: string, marketplaceId: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'contentReferenceKey' is not null or undefined\n assertParamExists('postContentDocumentSuspendSubmission', 'contentReferenceKey', contentReferenceKey)\n // verify required parameter 'marketplaceId' is not null or undefined\n assertParamExists('postContentDocumentSuspendSubmission', 'marketplaceId', marketplaceId)\n const localVarPath = `/aplus/2020-11-01/contentDocuments/{contentReferenceKey}/suspendSubmissions`\n .replace('{contentReferenceKey}', encodeURIComponent(String(contentReferenceKey)));\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n if (marketplaceId !== undefined) {\n localVarQueryParameter['marketplaceId'] = marketplaceId;\n }\n\n localVarHeaderParameter['Accept'] = 'application/json';\n\n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Returns a list of all A+ Content documents, including metadata, that are assigned to a selling partner. To get the actual contents of the A+ Content documents, call the `getContentDocument` operation. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {string} marketplaceId The marketplace ID is the globally unique identifier of a marketplace. To find the ID for your marketplace, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).\n * @param {string} [pageToken] A token that you use to fetch a specific page when there are multiple pages of results.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n searchContentDocuments: async (marketplaceId: string, pageToken?: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'marketplaceId' is not null or undefined\n assertParamExists('searchContentDocuments', 'marketplaceId', marketplaceId)\n const localVarPath = `/aplus/2020-11-01/contentDocuments`;\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n if (marketplaceId !== undefined) {\n localVarQueryParameter['marketplaceId'] = marketplaceId;\n }\n\n if (pageToken !== undefined) {\n localVarQueryParameter['pageToken'] = pageToken;\n }\n\n localVarHeaderParameter['Accept'] = 'application/json';\n\n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Searches for A+ Content publishing records, if available. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {string} marketplaceId The marketplace ID is the globally unique identifier of a marketplace. To find the ID for your marketplace, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).\n * @param {string} asin The Amazon Standard Identification Number (ASIN) is the unique identifier of a product within a marketplace.\n * @param {string} [pageToken] A token that you use to fetch a specific page when there are multiple pages of results.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n searchContentPublishRecords: async (marketplaceId: string, asin: string, pageToken?: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'marketplaceId' is not null or undefined\n assertParamExists('searchContentPublishRecords', 'marketplaceId', marketplaceId)\n // verify required parameter 'asin' is not null or undefined\n assertParamExists('searchContentPublishRecords', 'asin', asin)\n const localVarPath = `/aplus/2020-11-01/contentPublishRecords`;\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n if (marketplaceId !== undefined) {\n localVarQueryParameter['marketplaceId'] = marketplaceId;\n }\n\n if (asin !== undefined) {\n localVarQueryParameter['asin'] = asin;\n }\n\n if (pageToken !== undefined) {\n localVarQueryParameter['pageToken'] = pageToken;\n }\n\n localVarHeaderParameter['Accept'] = 'application/json';\n\n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Updates an existing A+ Content document. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {string} contentReferenceKey The unique reference key for the A+ Content document. A content reference key cannot form a permalink and might change in the future. A content reference key is not guaranteed to match any A+ Content identifier.\n * @param {string} marketplaceId The marketplace ID is the globally unique identifier of a marketplace. To find the ID for your marketplace, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).\n * @param {PostContentDocumentRequest} postContentDocumentRequest The content document request details.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n updateContentDocument: async (contentReferenceKey: string, marketplaceId: string, postContentDocumentRequest: PostContentDocumentRequest, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'contentReferenceKey' is not null or undefined\n assertParamExists('updateContentDocument', 'contentReferenceKey', contentReferenceKey)\n // verify required parameter 'marketplaceId' is not null or undefined\n assertParamExists('updateContentDocument', 'marketplaceId', marketplaceId)\n // verify required parameter 'postContentDocumentRequest' is not null or undefined\n assertParamExists('updateContentDocument', 'postContentDocumentRequest', postContentDocumentRequest)\n const localVarPath = `/aplus/2020-11-01/contentDocuments/{contentReferenceKey}`\n .replace('{contentReferenceKey}', encodeURIComponent(String(contentReferenceKey)));\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n if (marketplaceId !== undefined) {\n localVarQueryParameter['marketplaceId'] = marketplaceId;\n }\n\n localVarHeaderParameter['Content-Type'] = 'application/json';\n localVarHeaderParameter['Accept'] = 'application/json';\n\n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n localVarRequestOptions.data = serializeDataIfNeeded(postContentDocumentRequest, localVarRequestOptions, configuration)\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Checks if the A+ Content document is valid for use on a set of ASINs. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {string} marketplaceId The marketplace ID is the globally unique identifier of a marketplace. To find the ID for your marketplace, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).\n * @param {PostContentDocumentRequest} postContentDocumentRequest The content document request details.\n * @param {Set<string>} [asinSet] The set of ASINs.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n validateContentDocumentAsinRelations: async (marketplaceId: string, postContentDocumentRequest: PostContentDocumentRequest, asinSet?: Set<string>, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'marketplaceId' is not null or undefined\n assertParamExists('validateContentDocumentAsinRelations', 'marketplaceId', marketplaceId)\n // verify required parameter 'postContentDocumentRequest' is not null or undefined\n assertParamExists('validateContentDocumentAsinRelations', 'postContentDocumentRequest', postContentDocumentRequest)\n const localVarPath = `/aplus/2020-11-01/contentAsinValidations`;\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n if (marketplaceId !== undefined) {\n localVarQueryParameter['marketplaceId'] = marketplaceId;\n }\n\n if (asinSet) {\n localVarQueryParameter['asinSet'] = Array.from(asinSet).join(COLLECTION_FORMATS.csv);\n }\n\n localVarHeaderParameter['Content-Type'] = 'application/json';\n localVarHeaderParameter['Accept'] = 'application/json';\n\n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n localVarRequestOptions.data = serializeDataIfNeeded(postContentDocumentRequest, localVarRequestOptions, configuration)\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n }\n};\n\n/**\n * AplusContentApi - functional programming interface\n */\nexport const AplusContentApiFp = function(configuration?: Configuration) {\n const localVarAxiosParamCreator = AplusContentApiAxiosParamCreator(configuration)\n return {\n /**\n * Creates a new A+ Content document. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {string} marketplaceId The marketplace ID is the globally unique identifier of a marketplace. To find the ID for your marketplace, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).\n * @param {PostContentDocumentRequest} postContentDocumentRequest The content document request details.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async createContentDocument(marketplaceId: string, postContentDocumentRequest: PostContentDocumentRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PostContentDocumentResponse>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.createContentDocument(marketplaceId, postContentDocumentRequest, options);\n const localVarOperationServerIndex = configuration?.serverIndex ?? 0;\n const localVarOperationServerBasePath = operationServerMap['AplusContentApi.createContentDocument']?.[localVarOperationServerIndex]?.url;\n return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);\n },\n /**\n * Returns an A+ Content document, if available. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {string} contentReferenceKey The unique reference key for the A+ Content document. A content reference key cannot form a permalink and might change in the future. A content reference key is not guaranteed to match any A+ Content identifier.\n * @param {string} marketplaceId The marketplace ID is the globally unique identifier of a marketplace. To find the ID for your marketplace, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).\n * @param {Set<GetContentDocumentIncludedDataSetEnum>} includedDataSet The set of A+ Content data types to include in the response.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async getContentDocument(contentReferenceKey: string, marketplaceId: string, includedDataSet: Set<GetContentDocumentIncludedDataSetEnum>, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetContentDocumentResponse>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.getContentDocument(contentReferenceKey, marketplaceId, includedDataSet, options);\n const localVarOperationServerIndex = configuration?.serverIndex ?? 0;\n const localVarOperationServerBasePath = operationServerMap['AplusContentApi.getContentDocument']?.[localVarOperationServerIndex]?.url;\n return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);\n },\n /**\n * Returns a list of ASINs that are related to the specified A+ Content document, if available. If you don\\'t include the `asinSet` parameter, this operation returns all ASINs related to the content document. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {string} contentReferenceKey The unique reference key for the A+ Content document. A content reference key cannot form a permalink and might change in the future. A content reference key is not guaranteed to match any A+ Content identifier.\n * @param {string} marketplaceId The marketplace ID is the globally unique identifier of a marketplace. To find the ID for your marketplace, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).\n * @param {Set<ListContentDocumentAsinRelationsIncludedDataSetEnum>} [includedDataSet] The set of A+ Content data types to include in the response. If you don\\&#39;t include this parameter, the operation returns the related ASINs without metadata.\n * @param {Set<string>} [asinSet] The set of ASINs.\n * @param {string} [pageToken] A token that you use to fetch a specific page when there are multiple pages of results.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async listContentDocumentAsinRelations(contentReferenceKey: string, marketplaceId: string, includedDataSet?: Set<ListContentDocumentAsinRelationsIncludedDataSetEnum>, asinSet?: Set<string>, pageToken?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListContentDocumentAsinRelationsResponse>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.listContentDocumentAsinRelations(contentReferenceKey, marketplaceId, includedDataSet, asinSet, pageToken, options);\n const localVarOperationServerIndex = configuration?.serverIndex ?? 0;\n const localVarOperationServerBasePath = operationServerMap['AplusContentApi.listContentDocumentAsinRelations']?.[localVarOperationServerIndex]?.url;\n return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);\n },\n /**\n * Submits an A+ Content document for review, approval, and publishing. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {string} contentReferenceKey The unique reference key for the A+ Content document. A content reference key cannot form a permalink and might change in the future. A content reference key is not guaranteed to match any A+ content identifier.\n * @param {string} marketplaceId The marketplace ID is the globally unique identifier of a marketplace. To find the ID for your marketplace, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async postContentDocumentApprovalSubmission(contentReferenceKey: string, marketplaceId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PostContentDocumentApprovalSubmissionResponse>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.postContentDocumentApprovalSubmission(contentReferenceKey, marketplaceId, options);\n const localVarOperationServerIndex = configuration?.serverIndex ?? 0;\n const localVarOperationServerBasePath = operationServerMap['AplusContentApi.postContentDocumentApprovalSubmission']?.[localVarOperationServerIndex]?.url;\n return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);\n },\n /**\n * Replaces all ASINs related to the specified A+ Content document, if available. This operation can add or remove ASINs, depending on the current set of related ASINs. Removing an ASIN will suspend the content document from that ASIN. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {string} contentReferenceKey The unique reference key for the A+ Content document. A content reference key cannot form a permalink and might change in the future. A content reference key is not guaranteed to match any A+ content identifier.\n * @param {string} marketplaceId The marketplace ID is the globally unique identifier of a marketplace. To find the ID for your marketplace, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).\n * @param {PostContentDocumentAsinRelationsRequest} postContentDocumentAsinRelationsRequest The request details for the content document ASIN relations.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async postContentDocumentAsinRelations(contentReferenceKey: string, marketplaceId: string, postContentDocumentAsinRelationsRequest: PostContentDocumentAsinRelationsRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PostContentDocumentAsinRelationsResponse>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.postContentDocumentAsinRelations(contentReferenceKey, marketplaceId, postContentDocumentAsinRelationsRequest, options);\n const localVarOperationServerIndex = configuration?.serverIndex ?? 0;\n const localVarOperationServerBasePath = operationServerMap['AplusContentApi.postContentDocumentAsinRelations']?.[localVarOperationServerIndex]?.url;\n return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);\n },\n /**\n * Submits a request to suspend visible A+ Content. This doesn\\'t delete the content document or the ASIN relations. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {string} contentReferenceKey The unique reference key for the A+ Content document. A content reference key cannot form a permalink and might change in the future. A content reference key is not guaranteed to match any A+ content identifier.\n * @param {string} marketplaceId The marketplace ID is the globally unique identifier of a marketplace. To find the ID for your marketplace, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async postContentDocumentSuspendSubmission(contentReferenceKey: string, marketplaceId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PostContentDocumentSuspendSubmissionResponse>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.postContentDocumentSuspendSubmission(contentReferenceKey, marketplaceId, options);\n const localVarOperationServerIndex = configuration?.serverIndex ?? 0;\n const localVarOperationServerBasePath = operationServerMap['AplusContentApi.postContentDocumentSuspendSubmission']?.[localVarOperationServerIndex]?.url;\n return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);\n },\n /**\n * Returns a list of all A+ Content documents, including metadata, that are assigned to a selling partner. To get the actual contents of the A+ Content documents, call the `getContentDocument` operation. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {string} marketplaceId The marketplace ID is the globally unique identifier of a marketplace. To find the ID for your marketplace, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).\n * @param {string} [pageToken] A token that you use to fetch a specific page when there are multiple pages of results.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async searchContentDocuments(marketplaceId: string, pageToken?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SearchContentDocumentsResponse>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.searchContentDocuments(marketplaceId, pageToken, options);\n const localVarOperationServerIndex = configuration?.serverIndex ?? 0;\n const localVarOperationServerBasePath = operationServerMap['AplusContentApi.searchContentDocuments']?.[localVarOperationServerIndex]?.url;\n return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);\n },\n /**\n * Searches for A+ Content publishing records, if available. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {string} marketplaceId The marketplace ID is the globally unique identifier of a marketplace. To find the ID for your marketplace, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).\n * @param {string} asin The Amazon Standard Identification Number (ASIN) is the unique identifier of a product within a marketplace.\n * @param {string} [pageToken] A token that you use to fetch a specific page when there are multiple pages of results.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async searchContentPublishRecords(marketplaceId: string, asin: string, pageToken?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SearchContentPublishRecordsResponse>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.searchContentPublishRecords(marketplaceId, asin, pageToken, options);\n const localVarOperationServerIndex = configuration?.serverIndex ?? 0;\n const localVarOperationServerBasePath = operationServerMap['AplusContentApi.searchContentPublishRecords']?.[localVarOperationServerIndex]?.url;\n return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);\n },\n /**\n * Updates an existing A+ Content document. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {string} contentReferenceKey The unique reference key for the A+ Content document. A content reference key cannot form a permalink and might change in the future. A content reference key is not guaranteed to match any A+ Content identifier.\n * @param {string} marketplaceId The marketplace ID is the globally unique identifier of a marketplace. To find the ID for your marketplace, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).\n * @param {PostContentDocumentRequest} postContentDocumentRequest The content document request details.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async updateContentDocument(contentReferenceKey: string, marketplaceId: string, postContentDocumentRequest: PostContentDocumentRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PostContentDocumentResponse>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.updateContentDocument(contentReferenceKey, marketplaceId, postContentDocumentRequest, options);\n const localVarOperationServerIndex = configuration?.serverIndex ?? 0;\n const localVarOperationServerBasePath = operationServerMap['AplusContentApi.updateContentDocument']?.[localVarOperationServerIndex]?.url;\n return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);\n },\n /**\n * Checks if the A+ Content document is valid for use on a set of ASINs. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {string} marketplaceId The marketplace ID is the globally unique identifier of a marketplace. To find the ID for your marketplace, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).\n * @param {PostContentDocumentRequest} postContentDocumentRequest The content document request details.\n * @param {Set<string>} [asinSet] The set of ASINs.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async validateContentDocumentAsinRelations(marketplaceId: string, postContentDocumentRequest: PostContentDocumentRequest, asinSet?: Set<string>, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ValidateContentDocumentAsinRelationsResponse>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.validateContentDocumentAsinRelations(marketplaceId, postContentDocumentRequest, asinSet, options);\n const localVarOperationServerIndex = configuration?.serverIndex ?? 0;\n const localVarOperationServerBasePath = operationServerMap['AplusContentApi.validateContentDocumentAsinRelations']?.[localVarOperationServerIndex]?.url;\n return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);\n },\n }\n};\n\n/**\n * AplusContentApi - factory interface\n */\nexport const AplusContentApiFactory = function (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) {\n const localVarFp = AplusContentApiFp(configuration)\n return {\n /**\n * Creates a new A+ Content document. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {AplusContentApiCreateContentDocumentRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n createContentDocument(requestParameters: AplusContentApiCreateContentDocumentRequest, options?: RawAxiosRequestConfig): AxiosPromise<PostContentDocumentResponse> {\n return localVarFp.createContentDocument(requestParameters.marketplaceId, requestParameters.postContentDocumentRequest, options).then((request) => request(axios, basePath));\n },\n /**\n * Returns an A+ Content document, if available. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {AplusContentApiGetContentDocumentRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n getContentDocument(requestParameters: AplusContentApiGetContentDocumentRequest, options?: RawAxiosRequestConfig): AxiosPromise<GetContentDocumentResponse> {\n return localVarFp.getContentDocument(requestParameters.contentReferenceKey, requestParameters.marketplaceId, requestParameters.includedDataSet, options).then((request) => request(axios, basePath));\n },\n /**\n * Returns a list of ASINs that are related to the specified A+ Content document, if available. If you don\\'t include the `asinSet` parameter, this operation returns all ASINs related to the content document. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {AplusContentApiListContentDocumentAsinRelationsRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n listContentDocumentAsinRelations(requestParameters: AplusContentApiListContentDocumentAsinRelationsRequest, options?: RawAxiosRequestConfig): AxiosPromise<ListContentDocumentAsinRelationsResponse> {\n return localVarFp.listContentDocumentAsinRelations(requestParameters.contentReferenceKey, requestParameters.marketplaceId, requestParameters.includedDataSet, requestParameters.asinSet, requestParameters.pageToken, options).then((request) => request(axios, basePath));\n },\n /**\n * Submits an A+ Content document for review, approval, and publishing. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {AplusContentApiPostContentDocumentApprovalSubmissionRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n postContentDocumentApprovalSubmission(requestParameters: AplusContentApiPostContentDocumentApprovalSubmissionRequest, options?: RawAxiosRequestConfig): AxiosPromise<PostContentDocumentApprovalSubmissionResponse> {\n return localVarFp.postContentDocumentApprovalSubmission(requestParameters.contentReferenceKey, requestParameters.marketplaceId, options).then((request) => request(axios, basePath));\n },\n /**\n * Replaces all ASINs related to the specified A+ Content document, if available. This operation can add or remove ASINs, depending on the current set of related ASINs. Removing an ASIN will suspend the content document from that ASIN. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {AplusContentApiPostContentDocumentAsinRelationsRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n postContentDocumentAsinRelations(requestParameters: AplusContentApiPostContentDocumentAsinRelationsRequest, options?: RawAxiosRequestConfig): AxiosPromise<PostContentDocumentAsinRelationsResponse> {\n return localVarFp.postContentDocumentAsinRelations(requestParameters.contentReferenceKey, requestParameters.marketplaceId, requestParameters.postContentDocumentAsinRelationsRequest, options).then((request) => request(axios, basePath));\n },\n /**\n * Submits a request to suspend visible A+ Content. This doesn\\'t delete the content document or the ASIN relations. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {AplusContentApiPostContentDocumentSuspendSubmissionRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n postContentDocumentSuspendSubmission(requestParameters: AplusContentApiPostContentDocumentSuspendSubmissionRequest, options?: RawAxiosRequestConfig): AxiosPromise<PostContentDocumentSuspendSubmissionResponse> {\n return localVarFp.postContentDocumentSuspendSubmission(requestParameters.contentReferenceKey, requestParameters.marketplaceId, options).then((request) => request(axios, basePath));\n },\n /**\n * Returns a list of all A+ Content documents, including metadata, that are assigned to a selling partner. To get the actual contents of the A+ Content documents, call the `getContentDocument` operation. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {AplusContentApiSearchContentDocumentsRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n searchContentDocuments(requestParameters: AplusContentApiSearchContentDocumentsRequest, options?: RawAxiosRequestConfig): AxiosPromise<SearchContentDocumentsResponse> {\n return localVarFp.searchContentDocuments(requestParameters.marketplaceId, requestParameters.pageToken, options).then((request) => request(axios, basePath));\n },\n /**\n * Searches for A+ Content publishing records, if available. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {AplusContentApiSearchContentPublishRecordsRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n searchContentPublishRecords(requestParameters: AplusContentApiSearchContentPublishRecordsRequest, options?: RawAxiosRequestConfig): AxiosPromise<SearchContentPublishRecordsResponse> {\n return localVarFp.searchContentPublishRecords(requestParameters.marketplaceId, requestParameters.asin, requestParameters.pageToken, options).then((request) => request(axios, basePath));\n },\n /**\n * Updates an existing A+ Content document. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {AplusContentApiUpdateContentDocumentRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n updateContentDocument(requestParameters: AplusContentApiUpdateContentDocumentRequest, options?: RawAxiosRequestConfig): AxiosPromise<PostContentDocumentResponse> {\n return localVarFp.updateContentDocument(requestParameters.contentReferenceKey, requestParameters.marketplaceId, requestParameters.postContentDocumentRequest, options).then((request) => request(axios, basePath));\n },\n /**\n * Checks if the A+ Content document is valid for use on a set of ASINs. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {AplusContentApiValidateContentDocumentAsinRelationsRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n validateContentDocumentAsinRelations(requestParameters: AplusContentApiValidateContentDocumentAsinRelationsRequest, options?: RawAxiosRequestConfig): AxiosPromise<ValidateContentDocumentAsinRelationsResponse> {\n return localVarFp.validateContentDocumentAsinRelations(requestParameters.marketplaceId, requestParameters.postContentDocumentRequest, requestParameters.asinSet, options).then((request) => request(axios, basePath));\n },\n };\n};\n\n/**\n * Request parameters for createContentDocument operation in AplusContentApi.\n */\nexport interface AplusContentApiCreateContentDocumentRequest {\n /**\n * The marketplace ID is the globally unique identifier of a marketplace. To find the ID for your marketplace, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).\n */\n readonly marketplaceId: string\n\n /**\n * The content document request details.\n */\n readonly postContentDocumentRequest: PostContentDocumentRequest\n}\n\n/**\n * Request parameters for getContentDocument operation in AplusContentApi.\n */\nexport interface AplusContentApiGetContentDocumentRequest {\n /**\n * The unique reference key for the A+ Content document. A content reference key cannot form a permalink and might change in the future. A content reference key is not guaranteed to match any A+ Content identifier.\n */\n readonly contentReferenceKey: string\n\n /**\n * The marketplace ID is the globally unique identifier of a marketplace. To find the ID for your marketplace, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).\n */\n readonly marketplaceId: string\n\n /**\n * The set of A+ Content data types to include in the response.\n */\n readonly includedDataSet: Set<GetContentDocumentIncludedDataSetEnum>\n}\n\n/**\n * Request parameters for listContentDocumentAsinRelations operation in AplusContentApi.\n */\nexport interface AplusContentApiListContentDocumentAsinRelationsRequest {\n /**\n * The unique reference key for the A+ Content document. A content reference key cannot form a permalink and might change in the future. A content reference key is not guaranteed to match any A+ Content identifier.\n */\n readonly contentReferenceKey: string\n\n /**\n * The marketplace ID is the globally unique identifier of a marketplace. To find the ID for your marketplace, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).\n */\n readonly marketplaceId: string\n\n /**\n * The set of A+ Content data types to include in the response. If you don\\&#39;t include this parameter, the operation returns the related ASINs without metadata.\n */\n readonly includedDataSet?: Set<ListContentDocumentAsinRelationsIncludedDataSetEnum>\n\n /**\n * The set of ASINs.\n */\n readonly asinSet?: Set<string>\n\n /**\n * A token that you use to fetch a specific page when there are multiple pages of results.\n */\n readonly pageToken?: string\n}\n\n/**\n * Request parameters for postContentDocumentApprovalSubmission operation in AplusContentApi.\n */\nexport interface AplusContentApiPostContentDocumentApprovalSubmissionRequest {\n /**\n * The unique reference key for the A+ Content document. A content reference key cannot form a permalink and might change in the future. A content reference key is not guaranteed to match any A+ content identifier.\n */\n readonly contentReferenceKey: string\n\n /**\n * The marketplace ID is the globally unique identifier of a marketplace. To find the ID for your marketplace, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).\n */\n readonly marketplaceId: string\n}\n\n/**\n * Request parameters for postContentDocumentAsinRelations operation in AplusContentApi.\n */\nexport interface AplusContentApiPostContentDocumentAsinRelationsRequest {\n /**\n * The unique reference key for the A+ Content document. A content reference key cannot form a permalink and might change in the future. A content reference key is not guaranteed to match any A+ content identifier.\n */\n readonly contentReferenceKey: string\n\n /**\n * The marketplace ID is the globally unique identifier of a marketplace. To find the ID for your marketplace, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).\n */\n readonly marketplaceId: string\n\n /**\n * The request details for the content document ASIN relations.\n */\n readonly postContentDocumentAsinRelationsRequest: PostContentDocumentAsinRelationsRequest\n}\n\n/**\n * Request parameters for postContentDocumentSuspendSubmission operation in AplusContentApi.\n */\nexport interface AplusContentApiPostContentDocumentSuspendSubmissionRequest {\n /**\n * The unique reference key for the A+ Content document. A content reference key cannot form a permalink and might change in the future. A content reference key is not guaranteed to match any A+ content identifier.\n */\n readonly contentReferenceKey: string\n\n /**\n * The marketplace ID is the globally unique identifier of a marketplace. To find the ID for your marketplace, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).\n */\n readonly marketplaceId: string\n}\n\n/**\n * Request parameters for searchContentDocuments operation in AplusContentApi.\n */\nexport interface AplusContentApiSearchContentDocumentsRequest {\n /**\n * The marketplace ID is the globally unique identifier of a marketplace. To find the ID for your marketplace, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).\n */\n readonly marketplaceId: string\n\n /**\n * A token that you use to fetch a specific page when there are multiple pages of results.\n */\n readonly pageToken?: string\n}\n\n/**\n * Request parameters for searchContentPublishRecords operation in AplusContentApi.\n */\nexport interface AplusContentApiSearchContentPublishRecordsRequest {\n /**\n * The marketplace ID is the globally unique identifier of a marketplace. To find the ID for your marketplace, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).\n */\n readonly marketplaceId: string\n\n /**\n * The Amazon Standard Identification Number (ASIN) is the unique identifier of a product within a marketplace.\n */\n readonly asin: string\n\n /**\n * A token that you use to fetch a specific page when there are multiple pages of results.\n */\n readonly pageToken?: string\n}\n\n/**\n * Request parameters for updateContentDocument operation in AplusContentApi.\n */\nexport interface AplusContentApiUpdateContentDocumentRequest {\n /**\n * The unique reference key for the A+ Content document. A content reference key cannot form a permalink and might change in the future. A content reference key is not guaranteed to match any A+ Content identifier.\n */\n readonly contentReferenceKey: string\n\n /**\n * The marketplace ID is the globally unique identifier of a marketplace. To find the ID for your marketplace, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).\n */\n readonly marketplaceId: string\n\n /**\n * The content document request details.\n */\n readonly postContentDocumentRequest: PostContentDocumentRequest\n}\n\n/**\n * Request parameters for validateContentDocumentAsinRelations operation in AplusContentApi.\n */\nexport interface AplusContentApiValidateContentDocumentAsinRelationsRequest {\n /**\n * The marketplace ID is the globally unique identifier of a marketplace. To find the ID for your marketplace, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).\n */\n readonly marketplaceId: string\n\n /**\n * The content document request details.\n */\n readonly postContentDocumentRequest: PostContentDocumentRequest\n\n /**\n * The set of ASINs.\n */\n readonly asinSet?: Set<string>\n}\n\n/**\n * AplusContentApi - object-oriented interface\n */\nexport class AplusContentApi extends BaseAPI {\n /**\n * Creates a new A+ Content document. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {AplusContentApiCreateContentDocumentRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n public createContentDocument(requestParameters: AplusContentApiCreateContentDocumentRequest, options?: RawAxiosRequestConfig) {\n return AplusContentApiFp(this.configuration).createContentDocument(requestParameters.marketplaceId, requestParameters.postContentDocumentRequest, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Returns an A+ Content document, if available. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {AplusContentApiGetContentDocumentRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n public getContentDocument(requestParameters: AplusContentApiGetContentDocumentRequest, options?: RawAxiosRequestConfig) {\n return AplusContentApiFp(this.configuration).getContentDocument(requestParameters.contentReferenceKey, requestParameters.marketplaceId, requestParameters.includedDataSet, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Returns a list of ASINs that are related to the specified A+ Content document, if available. If you don\\'t include the `asinSet` parameter, this operation returns all ASINs related to the content document. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {AplusContentApiListContentDocumentAsinRelationsRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n public listContentDocumentAsinRelations(requestParameters: AplusContentApiListContentDocumentAsinRelationsRequest, options?: RawAxiosRequestConfig) {\n return AplusContentApiFp(this.configuration).listContentDocumentAsinRelations(requestParameters.contentReferenceKey, requestParameters.marketplaceId, requestParameters.includedDataSet, requestParameters.asinSet, requestParameters.pageToken, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Submits an A+ Content document for review, approval, and publishing. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {AplusContentApiPostContentDocumentApprovalSubmissionRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n public postContentDocumentApprovalSubmission(requestParameters: AplusContentApiPostContentDocumentApprovalSubmissionRequest, options?: RawAxiosRequestConfig) {\n return AplusContentApiFp(this.configuration).postContentDocumentApprovalSubmission(requestParameters.contentReferenceKey, requestParameters.marketplaceId, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Replaces all ASINs related to the specified A+ Content document, if available. This operation can add or remove ASINs, depending on the current set of related ASINs. Removing an ASIN will suspend the content document from that ASIN. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {AplusContentApiPostContentDocumentAsinRelationsRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n public postContentDocumentAsinRelations(requestParameters: AplusContentApiPostContentDocumentAsinRelationsRequest, options?: RawAxiosRequestConfig) {\n return AplusContentApiFp(this.configuration).postContentDocumentAsinRelations(requestParameters.contentReferenceKey, requestParameters.marketplaceId, requestParameters.postContentDocumentAsinRelationsRequest, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Submits a request to suspend visible A+ Content. This doesn\\'t delete the content document or the ASIN relations. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {AplusContentApiPostContentDocumentSuspendSubmissionRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n public postContentDocumentSuspendSubmission(requestParameters: AplusContentApiPostContentDocumentSuspendSubmissionRequest, options?: RawAxiosRequestConfig) {\n return AplusContentApiFp(this.configuration).postContentDocumentSuspendSubmission(requestParameters.contentReferenceKey, requestParameters.marketplaceId, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Returns a list of all A+ Content documents, including metadata, that are assigned to a selling partner. To get the actual contents of the A+ Content documents, call the `getContentDocument` operation. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {AplusContentApiSearchContentDocumentsRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n public searchContentDocuments(requestParameters: AplusContentApiSearchContentDocumentsRequest, options?: RawAxiosRequestConfig) {\n return AplusContentApiFp(this.configuration).searchContentDocuments(requestParameters.marketplaceId, requestParameters.pageToken, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Searches for A+ Content publishing records, if available. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {AplusContentApiSearchContentPublishRecordsRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n public searchContentPublishRecords(requestParameters: AplusContentApiSearchContentPublishRecordsRequest, options?: RawAxiosRequestConfig) {\n return AplusContentApiFp(this.configuration).searchContentPublishRecords(requestParameters.marketplaceId, requestParameters.asin, requestParameters.pageToken, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Updates an existing A+ Content document. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {AplusContentApiUpdateContentDocumentRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n public updateContentDocument(requestParameters: AplusContentApiUpdateContentDocumentRequest, options?: RawAxiosRequestConfig) {\n return AplusContentApiFp(this.configuration).updateContentDocument(requestParameters.contentReferenceKey, requestParameters.marketplaceId, requestParameters.postContentDocumentRequest, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Checks if the A+ Content document is valid for use on a set of ASINs. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {AplusContentApiValidateContentDocumentAsinRelationsRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n public validateContentDocumentAsinRelations(requestParameters: AplusContentApiValidateContentDocumentAsinRelationsRequest, options?: RawAxiosRequestConfig) {\n return AplusContentApiFp(this.configuration).validateContentDocumentAsinRelations(requestParameters.marketplaceId, requestParameters.postContentDocumentRequest, requestParameters.asinSet, options).then((request) => request(this.axios, this.basePath));\n }\n}\n\nexport const GetContentDocumentIncludedDataSetEnum = {\n Contents: 'CONTENTS',\n Metadata: 'METADATA',\n} as const;\nexport type GetContentDocumentIncludedDataSetEnum = typeof GetContentDocumentIncludedDataSetEnum[keyof typeof GetContentDocumentIncludedDataSetEnum];\nexport const ListContentDocumentAsinRelationsIncludedDataSetEnum = {\n Metadata: 'METADATA',\n} as const;\nexport type ListContentDocumentAsinRelationsIncludedDataSetEnum = typeof ListContentDocumentAsinRelationsIncludedDataSetEnum[keyof typeof ListContentDocumentAsinRelationsIncludedDataSetEnum];\n","/* tslint:disable */\n/* eslint-disable */\n/**\n * Selling Partner API for A+ Content Management\n * Use the A+ Content API to build applications that help selling partners add rich marketing content to their Amazon product detail pages. Selling partners can use A+ content to share their brand and product story, which helps buyers make informed purchasing decisions. Selling partners use content modules to add images and text.\n *\n * The version of the OpenAPI document: 2020-11-01\n * \n *\n * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).\n * https://openapi-generator.tech\n * Do not edit the class manually.\n */\n\n\nimport type { Configuration } from './configuration.js';\n// Some imports not used depending on template conditions\n// @ts-ignore\nimport type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';\nimport globalAxios from 'axios';\n\nexport const BASE_PATH = \"https://sellingpartnerapi-na.amazon.com\".replace(/\\/+$/, \"\");\n\nexport const COLLECTION_FORMATS = {\n csv: \",\",\n ssv: \" \",\n tsv: \"\\t\",\n pipes: \"|\",\n};\n\nexport interface RequestArgs {\n url: string;\n options: RawAxiosRequestConfig;\n}\n\nexport class BaseAPI {\n protected configuration: Configuration | undefined;\n\n constructor(configuration?: Configuration, protected basePath: string = BASE_PATH, protected axios: AxiosInstance = globalAxios) {\n if (configuration) {\n this.configuration = configuration;\n this.basePath = configuration.basePath ?? basePath;\n }\n }\n};\n\nexport class RequiredError extends Error {\n constructor(public field: string, msg?: string) {\n super(msg);\n this.name = \"RequiredError\"\n }\n}\n\ninterface ServerMap {\n [key: string]: {\n url: string,\n description: string,\n }[];\n}\n\nexport const operationServerMap: ServerMap = {\n}\n","/* tslint:disable */\n/* eslint-disable */\n/**\n * Selling Partner API for A+ Content Management\n * Use the A+ Content API to build applications that help selling partners add rich marketing content to their Amazon product detail pages. Selling partners can use A+ content to share their brand and product story, which helps buyers make informed purchasing decisions. Selling partners use content modules to add images and text.\n *\n * The version of the OpenAPI document: 2020-11-01\n * \n *\n * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).\n * https://openapi-generator.tech\n * Do not edit the class manually.\n */\n\nimport type { Configuration } from \"./configuration.js\";\nimport type { RequestArgs } from \"./base.js\";\nimport type { AxiosInstance, AxiosResponse } from 'axios';\nimport { RequiredError } from \"./base.js\";\n\nexport const DUMMY_BASE_URL = 'https://example.com'\n\n/**\n *\n * @throws {RequiredError}\n */\nexport const assertParamExists = function (functionName: string, paramName: string, paramValue: unknown) {\n if (paramValue === null || paramValue === undefined) {\n throw new RequiredError(paramName, `Required parameter ${paramName} was null or undefined when calling ${functionName}.`);\n }\n}\n\nexport const setApiKeyToObject = async function (object: any, keyParamName: string, configuration?: Configuration) {\n if (configuration && configuration.apiKey) {\n const localVarApiKeyValue = typeof configuration.apiKey === 'function'\n ? await configuration.apiKey(keyParamName)\n : await configuration.apiKey;\n object[keyParamName] = localVarApiKeyValue;\n }\n}\n\nexport const setBasicAuthToObject = function (object: any, configuration?: Configuration) {\n if (configuration && (configuration.username || configuration.password)) {\n object[\"auth\"] = { username: configuration.username, password: configuration.password };\n }\n}\n\nexport const setBearerAuthToObject = async function (object: any, configuration?: Configuration) {\n if (configuration && configuration.accessToken) {\n const accessToken = typeof configuration.accessToken === 'function'\n ? await configuration.accessToken()\n : await configuration.accessToken;\n object[\"Authorization\"] = \"Bearer \" + accessToken;\n }\n}\n\nexport const setOAuthToObject = async function (object: any, name: string, scopes: string[], configuration?: Configuration) {\n if (configuration && configuration.accessToken) {\n const localVarAccessTokenValue = typeof configuration.accessToken === 'function'\n ? await configuration.accessToken(name, scopes)\n : await configuration.accessToken;\n object[\"Authorization\"] = \"Bearer \" + localVarAccessTokenValue;\n }\n}\n\n\nfunction setFlattenedQueryParams(urlSearchParams: URLSearchParams, parameter: any, key: string = \"\"): void {\n if (parameter == null) return;\n if (typeof parameter === \"object\") {\n if (Array.isArray(parameter) || parameter instanceof Set) {\n (parameter as any[]).forEach(item => setFlattenedQueryParams(urlSearchParams, item, key));\n }\n else {\n Object.keys(parameter).forEach(currentKey =>\n setFlattenedQueryParams(urlSearchParams, parameter[currentKey], `${key}${key !== '' ? '.' : ''}${currentKey}`)\n );\n }\n }\n else {\n if (urlSearchParams.has(key)) {\n urlSearchParams.append(key, parameter);\n }\n else {\n urlSearchParams.set(key, parameter);\n }\n }\n}\n\nexport const setSearchParams = function (url: URL, ...objects: any[]) {\n const searchParams = new URLSearchParams(url.search);\n setFlattenedQueryParams(searchParams, objects);\n url.search = searchParams.toString();\n}\n\n/**\n * JSON serialization helper function which replaces instances of unserializable types with serializable ones.\n * This function will run for every key-value pair encountered by JSON.stringify while traversing an object.\n * Converting a set to a string will return an empty object, so an intermediate conversion to an array is required.\n */\n// @ts-ignore\nexport const replaceWithSerializableTypeIfNeeded = function(key: string, value: any) {\n if (value instanceof Set) {\n return Array.from(value);\n } else {\n return value;\n }\n}\n\nexport const serializeDataIfNeeded = function (value: any, requestOptions: any, configuration?: Configuration) {\n const nonString = typeof value !== 'string';\n const needsSerialization = nonString && configuration && configuration.isJsonMime\n ? configuration.isJsonMime(requestOptions.headers['Content-Type'])\n : nonString;\n return needsSerialization\n ? JSON.stringify(value !== undefined ? value : {}, replaceWithSerializableTypeIfNeeded)\n : (value || \"\");\n}\n\nexport const toPathString = function (url: URL) {\n return url.pathname + url.search + url.hash\n}\n\nexport const createRequestFunction = function (axiosArgs: RequestArgs, globalAxios: AxiosInstance, BASE_PATH: string, configuration?: Configuration) {\n return <T = unknown, R = AxiosResponse<T>>(axios: AxiosInstance = globalAxios, basePath: string = BASE_PATH) => {\n const axiosRequestArgs = {...axiosArgs.options, url: (axios.defaults.baseURL ? '' : configuration?.basePath ?? basePath) + axiosArgs.url};\n return axios.request<T, R>(axiosRequestArgs);\n };\n}\n","/* tslint:disable */\n/**\n * Selling Partner API for A+ Content Management\n * Use the A+ Content API to build applications that help selling partners add rich marketing content to their Amazon product detail pages. Selling partners can use A+ content to share their brand and product story, which helps buyers make informed purchasing decisions. Selling partners use content modules to add images and text.\n *\n * The version of the OpenAPI document: 2020-11-01\n * \n *\n * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).\n * https://openapi-generator.tech\n * Do not edit the class manually.\n */\n\ninterface AWSv4Configuration {\n options?: {\n region?: string\n service?: string\n }\n credentials?: {\n accessKeyId?: string\n secretAccessKey?: string,\n sessionToken?: string\n }\n}\n\nexport interface ConfigurationParameters {\n apiKey?: string | Promise<string> | ((name: string) => string) | ((name: string) => Promise<string>);\n username?: string;\n password?: string;\n accessToken?: string | Promise<string> | ((name?: string, scopes?: string[]) => string) | ((name?: string, scopes?: string[]) => Promise<string>);\n awsv4?: AWSv4Configuration;\n basePath?: string;\n serverIndex?: number;\n baseOptions?: any;\n formDataCtor?: new () => any;\n}\n\nexport class Configuration {\n /**\n * parameter for apiKey security\n * @param name security name\n */\n apiKey?: string | Promise<string> | ((name: string) => string) | ((name: string) => Promise<string>);\n /**\n * parameter for basic security\n */\n username?: string;\n /**\n * parameter for basic security\n */\n password?: string;\n /**\n * parameter for oauth2 security\n * @param name security name\n * @param scopes oauth2 scope\n */\n accessToken?: string | Promise<string> | ((name?: string, scopes?: string[]) => string) | ((name?: string, scopes?: string[]) => Promise<string>);\n /**\n * parameter for aws4 signature security\n * @param {Object} AWS4Signature - AWS4 Signature security\n * @param {string} options.region - aws region\n * @param {string} options.service - name of the service.\n * @param {string} credentials.accessKeyId - aws access key id\n * @param {string} credentials.secretAccessKey - aws access key\n * @param {string} credentials.sessionToken - aws session token\n * @memberof Configuration\n */\n awsv4?: AWSv4Configuration;\n /**\n * override base path\n */\n basePath?: string;\n /**\n * override server index\n */\n serverIndex?: number;\n /**\n * base options for axios calls\n */\n baseOptions?: any;\n /**\n * The FormData constructor that will be used to create multipart form data\n * requests. You can inject this here so that execution environments that\n * do not support the FormData class can still run the generated client.\n *\n * @type {new () => FormData}\n */\n formDataCtor?: new () => any;\n\n constructor(param: ConfigurationParameters = {}) {\n this.apiKey = param.apiKey;\n this.username = param.username;\n this.password = param.password;\n this.accessToken = param.accessToken;\n this.awsv4 = param.awsv4;\n this.basePath = param.basePath;\n this.serverIndex = param.serverIndex;\n this.baseOptions = {\n ...param.baseOptions,\n headers: {\n ...param.baseOptions?.headers,\n },\n };\n this.formDataCtor = param.formDataCtor;\n }\n\n /**\n * Check if the given MIME is a JSON MIME.\n * JSON MIME examples:\n * application/json\n * application/json; charset=UTF8\n * APPLICATION/JSON\n * application/vnd.company+json\n * @param mime - MIME (Multipurpose Internet Mail Extensions)\n * @return True if the given MIME is JSON, false otherwise.\n */\n public isJsonMime(mime: string): boolean {\n const jsonMime: RegExp = /^(application\\/json|[^;/ \\t]+\\/[^;/ \\t]+[+]json)[ \\t]*(;.*)?$/i;\n return mime !== null && jsonMime.test(mime);\n }\n}\n","/* tslint:disable */\n/* eslint-disable */\n/**\n * Selling Partner API for A+ Content Management\n * Use the A+ Content API to build applications that help selling partners add rich marketing content to their Amazon product detail pages. Selling partners can use A+ content to share their brand and product story, which helps buyers make informed purchasing decisions. Selling partners use content modules to add images and text.\n *\n * The version of the OpenAPI document: 2020-11-01\n * \n *\n * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).\n * https://openapi-generator.tech\n * Do not edit the class manually.\n */\n\n\n\n/**\n * A flag that provides additional information about an ASIN. This is contextual and can change depending on the request that generated it.\n */\n\nexport const AsinBadge = {\n BrandNotEligible: 'BRAND_NOT_ELIGIBLE',\n CatalogNotFound: 'CATALOG_NOT_FOUND',\n ContentNotPublished: 'CONTENT_NOT_PUBLISHED',\n ContentPublished: 'CONTENT_PUBLISHED',\n} as const;\n\nexport type AsinBadge = typeof AsinBadge[keyof typeof AsinBadge];\n\n\n\n","/* tslint:disable */\n/* eslint-disable */\n/**\n * Selling Partner API for A+ Content Management\n * Use the A+ Content API to build applications that help selling partners add rich marketing content to their Amazon product detail pages. Selling partners can use A+ content to share their brand and product story, which helps buyers make informed purchasing decisions. Selling partners use content modules to add images and text.\n *\n * The version of the OpenAPI document: 2020-11-01\n * \n *\n * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).\n * https://openapi-generator.tech\n * Do not edit the class manually.\n */\n\n\n\n/**\n * The relative color scheme of your content.\n */\n\nexport const ColorType = {\n Dark: 'DARK',\n Light: 'LIGHT',\n} as const;\n\nexport type ColorType = typeof ColorType[keyof typeof ColorType];\n\n\n\n","/* tslint:disable */\n/* eslint-disable */\n/**\n * Selling Partner API for A+ Content Management\n * Use the A+ Content API to build applications that help selling partners add rich marketing content to their Amazon product detail pages. Selling partners can use A+ content to share their brand and product story, which helps buyers make informed purchasing decisions. Selling partners use content modules to add images and text.\n *\n * The version of the OpenAPI document: 2020-11-01\n * \n *\n * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).\n * https://openapi-generator.tech\n * Do not edit the class manually.\n */\n\n\n\n/**\n * A flag that provides additional information about an A+ Content document.\n */\n\nexport const ContentBadge = {\n Bulk: 'BULK',\n Generated: 'GENERATED',\n Launchpad: 'LAUNCHPAD',\n Premium: 'PREMIUM',\n Standard: 'STANDARD',\n} as const;\n\nexport type ContentBadge = typeof ContentBadge[keyof typeof ContentBadge];\n\n\n\n","/* tslint:disable */\n/* eslint-disable */\n/**\n * Selling Partner API for A+ Content Management\n * Use the A+ Content API to build applications that help selling partners add rich marketing content to their Amazon product detail pages. Selling partners can use A+ content to share their brand and product story, which helps buyers make informed purchasing decisions. Selling partners use content modules to add images and text.\n *\n * The version of the OpenAPI document: 2020-11-01\n * \n *\n * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).\n * https://openapi-generator.tech\n * Do not edit the class manually.\n */\n\n\n\n/**\n * The type of A+ Content module.\n */\n\nexport const ContentModuleType = {\n StandardCompanyLogo: 'STANDARD_COMPANY_LOGO',\n StandardComparisonTable: 'STANDARD_COMPARISON_TABLE',\n StandardFourImageText: 'STANDARD_FOUR_IMAGE_TEXT',\n StandardFourImageTextQuadrant: 'STANDARD_FOUR_IMAGE_TEXT_QUADRANT',\n StandardHeaderImageText: 'STANDARD_HEADER_IMAGE_TEXT',\n StandardImageSidebar: 'STANDARD_IMAGE_SIDEBAR',\n StandardImageTextOverlay: 'STANDARD_IMAGE_TEXT_OVERLAY',\n StandardMultipleImageText: 'STANDARD_MULTIPLE_IMAGE_TEXT',\n StandardProductDescription: 'STANDARD_PRODUCT_DESCRIPTION',\n StandardSingleImageHighlights: 'STANDARD_SINGLE_IMAGE_HIGHLIGHTS',\n StandardSingleImageSpecsDetail: 'STANDARD_SINGLE_IMAGE_SPECS_DETAIL',\n StandardSingleSideImage: 'STANDARD_SINGLE_SIDE_IMAGE',\n StandardTechSpecs: 'STANDARD_TECH_SPECS',\n StandardText: 'STANDARD_TEXT',\n StandardThreeImageText: 'STANDARD_THREE_IMAGE_TEXT',\n} as const;\n\nexport type ContentModuleType = typeof ContentModuleType[keyof typeof ContentModuleType];\n\n\n\n","/* tslint:disable */\n/* eslint-disable */\n/**\n * Selling Partner API for A+ Content Management\n * Use the A+ Content API to build applications that help selling partners add rich marketing content to their Amazon product detail pages. Selling partners can use A+ content to share their brand and product story, which helps buyers make informed purchasing decisions. Selling partners use content modules to add images and text.\n *\n * The version of the OpenAPI document: 2020-11-01\n * \n *\n * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).\n * https://openapi-generator.tech\n * Do not edit the class manually.\n */\n\n\n\n/**\n * The submission status of the content document.\n */\n\nexport const ContentStatus = {\n Approved: 'APPROVED',\n Draft: 'DRAFT',\n Rejected: 'REJECTED',\n Submitted: 'SUBMITTED',\n} as const;\n\nexport type ContentStatus = typeof ContentStatus[keyof typeof ContentStatus];\n\n\n\n","/* tslint:disable */\n/* eslint-disable */\n/**\n * Selling Partner API for A+ Content Management\n * Use the A+ Content API to build applications that help selling partners add rich marketing content to their Amazon product detail pages. Selling partners can use A+ content to share their brand and product story, which helps buyers make informed purchasing decisions. Selling partners use content modules to add images and text.\n *\n * The version of the OpenAPI document: 2020-11-01\n * \n *\n * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).\n * https://openapi-generator.tech\n * Do not edit the class manually.\n */\n\n\n\n/**\n * The A+ Content document type.\n */\n\nexport const ContentType = {\n Ebc: 'EBC',\n Emc: 'EMC',\n} as const;\n\nexport type ContentType = typeof ContentType[keyof typeof ContentType];\n\n\n\n","/* tslint:disable */\n/* eslint-disable */\n/**\n * Selling Partner API for A+ Content Management\n * Use the A+ Content API to build applications that help selling partners add rich marketing content to their Amazon product detail pages. Selling partners can use A+ content to share their brand and product story, which helps buyers make informed purchasing decisions. Selling partners use content modules to add images and text.\n *\n * The version of the OpenAPI document: 2020-11-01\n * \n *\n * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).\n * https://openapi-generator.tech\n * Do not edit the class manually.\n */\n\n\n\n/**\n * The type of rich text decorator.\n */\n\nexport const DecoratorType = {\n ListItem: 'LIST_ITEM',\n ListOrdered: 'LIST_ORDERED',\n ListUnordered: 'LIST_UNORDERED',\n StyleBold: 'STYLE_BOLD',\n StyleItalic: 'STYLE_ITALIC',\n StyleLinebreak: 'STYLE_LINEBREAK',\n StyleParagraph: 'STYLE_PARAGRAPH',\n StyleUnderline: 'STYLE_UNDERLINE',\n} as const;\n\nexport type DecoratorType = typeof DecoratorType[keyof typeof DecoratorType];\n\n\n\n","/* tslint:disable */\n/* eslint-disable */\n/**\n * Selling Partner API for A+ Content Management\n * Use the A+ Content API to build applications that help selling partners add rich marketing content to their Amazon product detail pages. Selling partners can use A+ content to share their brand and product story, which helps buyers make informed purchasing decisions. Selling partners use content modules to add images and text.\n *\n * The version of the OpenAPI document: 2020-11-01\n * \n *\n * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).\n * https://openapi-generator.tech\n * Do not edit the class manually.\n */\n\n\n\n/**\n * The content\\'s relative positioning.\n */\n\nexport const PositionType = {\n Left: 'LEFT',\n Right: 'RIGHT',\n} as const;\n\nexport type PositionType = typeof PositionType[keyof typeof PositionType];\n\n\n\n"],"mappings":"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","names":["globalAxios","globalAxios","BASE_PATH","globalAxios"]}
1
+ {"version":3,"file":"index.js","names":[],"sources":["../src/api-model/base.ts","../src/api-model/common.ts","../src/api-model/api/aplus-content-api.ts","../src/api-model/configuration.ts","../src/api-model/models/asin-badge.ts","../src/api-model/models/color-type.ts","../src/api-model/models/content-badge.ts","../src/api-model/models/content-module-type.ts","../src/api-model/models/content-status.ts","../src/api-model/models/content-type.ts","../src/api-model/models/decorator-type.ts","../src/api-model/models/position-type.ts","../src/client.ts"],"sourcesContent":["/* tslint:disable */\n/* eslint-disable */\n/**\n * Selling Partner API for A+ Content Management\n * Use the A+ Content API to build applications that help selling partners add rich marketing content to their Amazon product detail pages. Selling partners can use A+ content to share their brand and product story, which helps buyers make informed purchasing decisions. Selling partners use content modules to add images and text.\n *\n * The version of the OpenAPI document: 2020-11-01\n * \n *\n * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).\n * https://openapi-generator.tech\n * Do not edit the class manually.\n */\n\n\nimport type { Configuration } from './configuration.js';\n// Some imports not used depending on template conditions\n// @ts-ignore\nimport type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';\nimport globalAxios from 'axios';\n\nexport const BASE_PATH = \"https://sellingpartnerapi-na.amazon.com\".replace(/\\/+$/, \"\");\n\nexport const COLLECTION_FORMATS = {\n csv: \",\",\n ssv: \" \",\n tsv: \"\\t\",\n pipes: \"|\",\n};\n\nexport interface RequestArgs {\n url: string;\n options: RawAxiosRequestConfig;\n}\n\nexport class BaseAPI {\n protected configuration: Configuration | undefined;\n\n constructor(configuration?: Configuration, protected basePath: string = BASE_PATH, protected axios: AxiosInstance = globalAxios) {\n if (configuration) {\n this.configuration = configuration;\n this.basePath = configuration.basePath ?? basePath;\n }\n }\n};\n\nexport class RequiredError extends Error {\n constructor(public field: string, msg?: string) {\n super(msg);\n this.name = \"RequiredError\"\n }\n}\n\ninterface ServerMap {\n [key: string]: {\n url: string,\n description: string,\n }[];\n}\n\nexport const operationServerMap: ServerMap = {\n}\n","/* tslint:disable */\n/* eslint-disable */\n/**\n * Selling Partner API for A+ Content Management\n * Use the A+ Content API to build applications that help selling partners add rich marketing content to their Amazon product detail pages. Selling partners can use A+ content to share their brand and product story, which helps buyers make informed purchasing decisions. Selling partners use content modules to add images and text.\n *\n * The version of the OpenAPI document: 2020-11-01\n * \n *\n * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).\n * https://openapi-generator.tech\n * Do not edit the class manually.\n */\n\nimport type { Configuration } from \"./configuration.js\";\nimport type { RequestArgs } from \"./base.js\";\nimport type { AxiosInstance, AxiosResponse } from 'axios';\nimport { RequiredError } from \"./base.js\";\n\nexport const DUMMY_BASE_URL = 'https://example.com'\n\n/**\n *\n * @throws {RequiredError}\n */\nexport const assertParamExists = function (functionName: string, paramName: string, paramValue: unknown) {\n if (paramValue === null || paramValue === undefined) {\n throw new RequiredError(paramName, `Required parameter ${paramName} was null or undefined when calling ${functionName}.`);\n }\n}\n\nexport const setApiKeyToObject = async function (object: any, keyParamName: string, configuration?: Configuration) {\n if (configuration && configuration.apiKey) {\n const localVarApiKeyValue = typeof configuration.apiKey === 'function'\n ? await configuration.apiKey(keyParamName)\n : await configuration.apiKey;\n object[keyParamName] = localVarApiKeyValue;\n }\n}\n\nexport const setBasicAuthToObject = function (object: any, configuration?: Configuration) {\n if (configuration && (configuration.username || configuration.password)) {\n object[\"auth\"] = { username: configuration.username, password: configuration.password };\n }\n}\n\nexport const setBearerAuthToObject = async function (object: any, configuration?: Configuration) {\n if (configuration && configuration.accessToken) {\n const accessToken = typeof configuration.accessToken === 'function'\n ? await configuration.accessToken()\n : await configuration.accessToken;\n object[\"Authorization\"] = \"Bearer \" + accessToken;\n }\n}\n\nexport const setOAuthToObject = async function (object: any, name: string, scopes: string[], configuration?: Configuration) {\n if (configuration && configuration.accessToken) {\n const localVarAccessTokenValue = typeof configuration.accessToken === 'function'\n ? await configuration.accessToken(name, scopes)\n : await configuration.accessToken;\n object[\"Authorization\"] = \"Bearer \" + localVarAccessTokenValue;\n }\n}\n\n\nfunction setFlattenedQueryParams(urlSearchParams: URLSearchParams, parameter: any, key: string = \"\"): void {\n if (parameter == null) return;\n if (typeof parameter === \"object\") {\n if (Array.isArray(parameter) || parameter instanceof Set) {\n (parameter as any[]).forEach(item => setFlattenedQueryParams(urlSearchParams, item, key));\n }\n else {\n Object.keys(parameter).forEach(currentKey =>\n setFlattenedQueryParams(urlSearchParams, parameter[currentKey], `${key}${key !== '' ? '.' : ''}${currentKey}`)\n );\n }\n }\n else {\n if (urlSearchParams.has(key)) {\n urlSearchParams.append(key, parameter);\n }\n else {\n urlSearchParams.set(key, parameter);\n }\n }\n}\n\nexport const setSearchParams = function (url: URL, ...objects: any[]) {\n const searchParams = new URLSearchParams(url.search);\n setFlattenedQueryParams(searchParams, objects);\n url.search = searchParams.toString();\n}\n\n/**\n * JSON serialization helper function which replaces instances of unserializable types with serializable ones.\n * This function will run for every key-value pair encountered by JSON.stringify while traversing an object.\n * Converting a set to a string will return an empty object, so an intermediate conversion to an array is required.\n */\n// @ts-ignore\nexport const replaceWithSerializableTypeIfNeeded = function(key: string, value: any) {\n if (value instanceof Set) {\n return Array.from(value);\n } else {\n return value;\n }\n}\n\nexport const serializeDataIfNeeded = function (value: any, requestOptions: any, configuration?: Configuration) {\n const nonString = typeof value !== 'string';\n const needsSerialization = nonString && configuration && configuration.isJsonMime\n ? configuration.isJsonMime(requestOptions.headers['Content-Type'])\n : nonString;\n return needsSerialization\n ? JSON.stringify(value !== undefined ? value : {}, replaceWithSerializableTypeIfNeeded)\n : (value || \"\");\n}\n\nexport const toPathString = function (url: URL) {\n return url.pathname + url.search + url.hash\n}\n\nexport const createRequestFunction = function (axiosArgs: RequestArgs, globalAxios: AxiosInstance, BASE_PATH: string, configuration?: Configuration) {\n return <T = unknown, R = AxiosResponse<T>>(axios: AxiosInstance = globalAxios, basePath: string = BASE_PATH) => {\n const axiosRequestArgs = {...axiosArgs.options, url: (axios.defaults.baseURL ? '' : configuration?.basePath ?? basePath) + axiosArgs.url};\n return axios.request<T, R>(axiosRequestArgs);\n };\n}\n","/* tslint:disable */\n/* eslint-disable */\n/**\n * Selling Partner API for A+ Content Management\n * Use the A+ Content API to build applications that help selling partners add rich marketing content to their Amazon product detail pages. Selling partners can use A+ content to share their brand and product story, which helps buyers make informed purchasing decisions. Selling partners use content modules to add images and text.\n *\n * The version of the OpenAPI document: 2020-11-01\n * \n *\n * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).\n * https://openapi-generator.tech\n * Do not edit the class manually.\n */\n\n\nimport type { Configuration } from '../configuration.js';\nimport type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';\nimport globalAxios from 'axios';\n// Some imports not used depending on template conditions\n// @ts-ignore\nimport { DUMMY_BASE_URL, assertParamExists, setApiKeyToObject, setBasicAuthToObject, setBearerAuthToObject, setOAuthToObject, setSearchParams, serializeDataIfNeeded, toPathString, createRequestFunction, replaceWithSerializableTypeIfNeeded } from '../common.js';\n// @ts-ignore\nimport { BASE_PATH, COLLECTION_FORMATS, type RequestArgs, BaseAPI, RequiredError, operationServerMap } from '../base.js';\n// @ts-ignore\nimport type { ErrorList } from '../models/index.js';\n// @ts-ignore\nimport type { GetContentDocumentResponse } from '../models/index.js';\n// @ts-ignore\nimport type { ListContentDocumentAsinRelationsResponse } from '../models/index.js';\n// @ts-ignore\nimport type { PostContentDocumentApprovalSubmissionResponse } from '../models/index.js';\n// @ts-ignore\nimport type { PostContentDocumentAsinRelationsRequest } from '../models/index.js';\n// @ts-ignore\nimport type { PostContentDocumentAsinRelationsResponse } from '../models/index.js';\n// @ts-ignore\nimport type { PostContentDocumentRequest } from '../models/index.js';\n// @ts-ignore\nimport type { PostContentDocumentResponse } from '../models/index.js';\n// @ts-ignore\nimport type { PostContentDocumentSuspendSubmissionResponse } from '../models/index.js';\n// @ts-ignore\nimport type { SearchContentDocumentsResponse } from '../models/index.js';\n// @ts-ignore\nimport type { SearchContentPublishRecordsResponse } from '../models/index.js';\n// @ts-ignore\nimport type { ValidateContentDocumentAsinRelationsResponse } from '../models/index.js';\n/**\n * AplusContentApi - axios parameter creator\n */\nexport const AplusContentApiAxiosParamCreator = function (configuration?: Configuration) {\n return {\n /**\n * Creates a new A+ Content document. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {string} marketplaceId The marketplace ID is the globally unique identifier of a marketplace. To find the ID for your marketplace, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).\n * @param {PostContentDocumentRequest} postContentDocumentRequest The content document request details.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n createContentDocument: async (marketplaceId: string, postContentDocumentRequest: PostContentDocumentRequest, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'marketplaceId' is not null or undefined\n assertParamExists('createContentDocument', 'marketplaceId', marketplaceId)\n // verify required parameter 'postContentDocumentRequest' is not null or undefined\n assertParamExists('createContentDocument', 'postContentDocumentRequest', postContentDocumentRequest)\n const localVarPath = `/aplus/2020-11-01/contentDocuments`;\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n if (marketplaceId !== undefined) {\n localVarQueryParameter['marketplaceId'] = marketplaceId;\n }\n\n localVarHeaderParameter['Content-Type'] = 'application/json';\n localVarHeaderParameter['Accept'] = 'application/json';\n\n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n localVarRequestOptions.data = serializeDataIfNeeded(postContentDocumentRequest, localVarRequestOptions, configuration)\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Returns an A+ Content document, if available. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {string} contentReferenceKey The unique reference key for the A+ Content document. A content reference key cannot form a permalink and might change in the future. A content reference key is not guaranteed to match any A+ Content identifier.\n * @param {string} marketplaceId The marketplace ID is the globally unique identifier of a marketplace. To find the ID for your marketplace, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).\n * @param {Set<GetContentDocumentIncludedDataSetEnum>} includedDataSet The set of A+ Content data types to include in the response.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n getContentDocument: async (contentReferenceKey: string, marketplaceId: string, includedDataSet: Set<GetContentDocumentIncludedDataSetEnum>, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'contentReferenceKey' is not null or undefined\n assertParamExists('getContentDocument', 'contentReferenceKey', contentReferenceKey)\n // verify required parameter 'marketplaceId' is not null or undefined\n assertParamExists('getContentDocument', 'marketplaceId', marketplaceId)\n // verify required parameter 'includedDataSet' is not null or undefined\n assertParamExists('getContentDocument', 'includedDataSet', includedDataSet)\n const localVarPath = `/aplus/2020-11-01/contentDocuments/{contentReferenceKey}`\n .replace('{contentReferenceKey}', encodeURIComponent(String(contentReferenceKey)));\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n if (marketplaceId !== undefined) {\n localVarQueryParameter['marketplaceId'] = marketplaceId;\n }\n\n if (includedDataSet) {\n localVarQueryParameter['includedDataSet'] = Array.from(includedDataSet).join(COLLECTION_FORMATS.csv);\n }\n\n localVarHeaderParameter['Accept'] = 'application/json';\n\n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Returns a list of ASINs that are related to the specified A+ Content document, if available. If you don\\'t include the `asinSet` parameter, this operation returns all ASINs related to the content document. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {string} contentReferenceKey The unique reference key for the A+ Content document. A content reference key cannot form a permalink and might change in the future. A content reference key is not guaranteed to match any A+ Content identifier.\n * @param {string} marketplaceId The marketplace ID is the globally unique identifier of a marketplace. To find the ID for your marketplace, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).\n * @param {Set<ListContentDocumentAsinRelationsIncludedDataSetEnum>} [includedDataSet] The set of A+ Content data types to include in the response. If you don\\&#39;t include this parameter, the operation returns the related ASINs without metadata.\n * @param {Set<string>} [asinSet] The set of ASINs.\n * @param {string} [pageToken] A token that you use to fetch a specific page when there are multiple pages of results.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n listContentDocumentAsinRelations: async (contentReferenceKey: string, marketplaceId: string, includedDataSet?: Set<ListContentDocumentAsinRelationsIncludedDataSetEnum>, asinSet?: Set<string>, pageToken?: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'contentReferenceKey' is not null or undefined\n assertParamExists('listContentDocumentAsinRelations', 'contentReferenceKey', contentReferenceKey)\n // verify required parameter 'marketplaceId' is not null or undefined\n assertParamExists('listContentDocumentAsinRelations', 'marketplaceId', marketplaceId)\n const localVarPath = `/aplus/2020-11-01/contentDocuments/{contentReferenceKey}/asins`\n .replace('{contentReferenceKey}', encodeURIComponent(String(contentReferenceKey)));\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n if (marketplaceId !== undefined) {\n localVarQueryParameter['marketplaceId'] = marketplaceId;\n }\n\n if (includedDataSet) {\n localVarQueryParameter['includedDataSet'] = Array.from(includedDataSet).join(COLLECTION_FORMATS.csv);\n }\n\n if (asinSet) {\n localVarQueryParameter['asinSet'] = Array.from(asinSet).join(COLLECTION_FORMATS.csv);\n }\n\n if (pageToken !== undefined) {\n localVarQueryParameter['pageToken'] = pageToken;\n }\n\n localVarHeaderParameter['Accept'] = 'application/json';\n\n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Submits an A+ Content document for review, approval, and publishing. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {string} contentReferenceKey The unique reference key for the A+ Content document. A content reference key cannot form a permalink and might change in the future. A content reference key is not guaranteed to match any A+ content identifier.\n * @param {string} marketplaceId The marketplace ID is the globally unique identifier of a marketplace. To find the ID for your marketplace, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n postContentDocumentApprovalSubmission: async (contentReferenceKey: string, marketplaceId: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'contentReferenceKey' is not null or undefined\n assertParamExists('postContentDocumentApprovalSubmission', 'contentReferenceKey', contentReferenceKey)\n // verify required parameter 'marketplaceId' is not null or undefined\n assertParamExists('postContentDocumentApprovalSubmission', 'marketplaceId', marketplaceId)\n const localVarPath = `/aplus/2020-11-01/contentDocuments/{contentReferenceKey}/approvalSubmissions`\n .replace('{contentReferenceKey}', encodeURIComponent(String(contentReferenceKey)));\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n if (marketplaceId !== undefined) {\n localVarQueryParameter['marketplaceId'] = marketplaceId;\n }\n\n localVarHeaderParameter['Accept'] = 'application/json';\n\n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Replaces all ASINs related to the specified A+ Content document, if available. This operation can add or remove ASINs, depending on the current set of related ASINs. Removing an ASIN will suspend the content document from that ASIN. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {string} contentReferenceKey The unique reference key for the A+ Content document. A content reference key cannot form a permalink and might change in the future. A content reference key is not guaranteed to match any A+ content identifier.\n * @param {string} marketplaceId The marketplace ID is the globally unique identifier of a marketplace. To find the ID for your marketplace, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).\n * @param {PostContentDocumentAsinRelationsRequest} postContentDocumentAsinRelationsRequest The request details for the content document ASIN relations.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n postContentDocumentAsinRelations: async (contentReferenceKey: string, marketplaceId: string, postContentDocumentAsinRelationsRequest: PostContentDocumentAsinRelationsRequest, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'contentReferenceKey' is not null or undefined\n assertParamExists('postContentDocumentAsinRelations', 'contentReferenceKey', contentReferenceKey)\n // verify required parameter 'marketplaceId' is not null or undefined\n assertParamExists('postContentDocumentAsinRelations', 'marketplaceId', marketplaceId)\n // verify required parameter 'postContentDocumentAsinRelationsRequest' is not null or undefined\n assertParamExists('postContentDocumentAsinRelations', 'postContentDocumentAsinRelationsRequest', postContentDocumentAsinRelationsRequest)\n const localVarPath = `/aplus/2020-11-01/contentDocuments/{contentReferenceKey}/asins`\n .replace('{contentReferenceKey}', encodeURIComponent(String(contentReferenceKey)));\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n if (marketplaceId !== undefined) {\n localVarQueryParameter['marketplaceId'] = marketplaceId;\n }\n\n localVarHeaderParameter['Content-Type'] = 'application/json';\n localVarHeaderParameter['Accept'] = 'application/json';\n\n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n localVarRequestOptions.data = serializeDataIfNeeded(postContentDocumentAsinRelationsRequest, localVarRequestOptions, configuration)\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Submits a request to suspend visible A+ Content. This doesn\\'t delete the content document or the ASIN relations. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {string} contentReferenceKey The unique reference key for the A+ Content document. A content reference key cannot form a permalink and might change in the future. A content reference key is not guaranteed to match any A+ content identifier.\n * @param {string} marketplaceId The marketplace ID is the globally unique identifier of a marketplace. To find the ID for your marketplace, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n postContentDocumentSuspendSubmission: async (contentReferenceKey: string, marketplaceId: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'contentReferenceKey' is not null or undefined\n assertParamExists('postContentDocumentSuspendSubmission', 'contentReferenceKey', contentReferenceKey)\n // verify required parameter 'marketplaceId' is not null or undefined\n assertParamExists('postContentDocumentSuspendSubmission', 'marketplaceId', marketplaceId)\n const localVarPath = `/aplus/2020-11-01/contentDocuments/{contentReferenceKey}/suspendSubmissions`\n .replace('{contentReferenceKey}', encodeURIComponent(String(contentReferenceKey)));\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n if (marketplaceId !== undefined) {\n localVarQueryParameter['marketplaceId'] = marketplaceId;\n }\n\n localVarHeaderParameter['Accept'] = 'application/json';\n\n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Returns a list of all A+ Content documents, including metadata, that are assigned to a selling partner. To get the actual contents of the A+ Content documents, call the `getContentDocument` operation. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {string} marketplaceId The marketplace ID is the globally unique identifier of a marketplace. To find the ID for your marketplace, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).\n * @param {string} [pageToken] A token that you use to fetch a specific page when there are multiple pages of results.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n searchContentDocuments: async (marketplaceId: string, pageToken?: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'marketplaceId' is not null or undefined\n assertParamExists('searchContentDocuments', 'marketplaceId', marketplaceId)\n const localVarPath = `/aplus/2020-11-01/contentDocuments`;\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n if (marketplaceId !== undefined) {\n localVarQueryParameter['marketplaceId'] = marketplaceId;\n }\n\n if (pageToken !== undefined) {\n localVarQueryParameter['pageToken'] = pageToken;\n }\n\n localVarHeaderParameter['Accept'] = 'application/json';\n\n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Searches for A+ Content publishing records, if available. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {string} marketplaceId The marketplace ID is the globally unique identifier of a marketplace. To find the ID for your marketplace, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).\n * @param {string} asin The Amazon Standard Identification Number (ASIN) is the unique identifier of a product within a marketplace.\n * @param {string} [pageToken] A token that you use to fetch a specific page when there are multiple pages of results.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n searchContentPublishRecords: async (marketplaceId: string, asin: string, pageToken?: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'marketplaceId' is not null or undefined\n assertParamExists('searchContentPublishRecords', 'marketplaceId', marketplaceId)\n // verify required parameter 'asin' is not null or undefined\n assertParamExists('searchContentPublishRecords', 'asin', asin)\n const localVarPath = `/aplus/2020-11-01/contentPublishRecords`;\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n if (marketplaceId !== undefined) {\n localVarQueryParameter['marketplaceId'] = marketplaceId;\n }\n\n if (asin !== undefined) {\n localVarQueryParameter['asin'] = asin;\n }\n\n if (pageToken !== undefined) {\n localVarQueryParameter['pageToken'] = pageToken;\n }\n\n localVarHeaderParameter['Accept'] = 'application/json';\n\n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Updates an existing A+ Content document. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {string} contentReferenceKey The unique reference key for the A+ Content document. A content reference key cannot form a permalink and might change in the future. A content reference key is not guaranteed to match any A+ Content identifier.\n * @param {string} marketplaceId The marketplace ID is the globally unique identifier of a marketplace. To find the ID for your marketplace, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).\n * @param {PostContentDocumentRequest} postContentDocumentRequest The content document request details.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n updateContentDocument: async (contentReferenceKey: string, marketplaceId: string, postContentDocumentRequest: PostContentDocumentRequest, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'contentReferenceKey' is not null or undefined\n assertParamExists('updateContentDocument', 'contentReferenceKey', contentReferenceKey)\n // verify required parameter 'marketplaceId' is not null or undefined\n assertParamExists('updateContentDocument', 'marketplaceId', marketplaceId)\n // verify required parameter 'postContentDocumentRequest' is not null or undefined\n assertParamExists('updateContentDocument', 'postContentDocumentRequest', postContentDocumentRequest)\n const localVarPath = `/aplus/2020-11-01/contentDocuments/{contentReferenceKey}`\n .replace('{contentReferenceKey}', encodeURIComponent(String(contentReferenceKey)));\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n if (marketplaceId !== undefined) {\n localVarQueryParameter['marketplaceId'] = marketplaceId;\n }\n\n localVarHeaderParameter['Content-Type'] = 'application/json';\n localVarHeaderParameter['Accept'] = 'application/json';\n\n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n localVarRequestOptions.data = serializeDataIfNeeded(postContentDocumentRequest, localVarRequestOptions, configuration)\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Checks if the A+ Content document is valid for use on a set of ASINs. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {string} marketplaceId The marketplace ID is the globally unique identifier of a marketplace. To find the ID for your marketplace, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).\n * @param {PostContentDocumentRequest} postContentDocumentRequest The content document request details.\n * @param {Set<string>} [asinSet] The set of ASINs.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n validateContentDocumentAsinRelations: async (marketplaceId: string, postContentDocumentRequest: PostContentDocumentRequest, asinSet?: Set<string>, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'marketplaceId' is not null or undefined\n assertParamExists('validateContentDocumentAsinRelations', 'marketplaceId', marketplaceId)\n // verify required parameter 'postContentDocumentRequest' is not null or undefined\n assertParamExists('validateContentDocumentAsinRelations', 'postContentDocumentRequest', postContentDocumentRequest)\n const localVarPath = `/aplus/2020-11-01/contentAsinValidations`;\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n if (marketplaceId !== undefined) {\n localVarQueryParameter['marketplaceId'] = marketplaceId;\n }\n\n if (asinSet) {\n localVarQueryParameter['asinSet'] = Array.from(asinSet).join(COLLECTION_FORMATS.csv);\n }\n\n localVarHeaderParameter['Content-Type'] = 'application/json';\n localVarHeaderParameter['Accept'] = 'application/json';\n\n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n localVarRequestOptions.data = serializeDataIfNeeded(postContentDocumentRequest, localVarRequestOptions, configuration)\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n }\n};\n\n/**\n * AplusContentApi - functional programming interface\n */\nexport const AplusContentApiFp = function(configuration?: Configuration) {\n const localVarAxiosParamCreator = AplusContentApiAxiosParamCreator(configuration)\n return {\n /**\n * Creates a new A+ Content document. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {string} marketplaceId The marketplace ID is the globally unique identifier of a marketplace. To find the ID for your marketplace, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).\n * @param {PostContentDocumentRequest} postContentDocumentRequest The content document request details.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async createContentDocument(marketplaceId: string, postContentDocumentRequest: PostContentDocumentRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PostContentDocumentResponse>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.createContentDocument(marketplaceId, postContentDocumentRequest, options);\n const localVarOperationServerIndex = configuration?.serverIndex ?? 0;\n const localVarOperationServerBasePath = operationServerMap['AplusContentApi.createContentDocument']?.[localVarOperationServerIndex]?.url;\n return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);\n },\n /**\n * Returns an A+ Content document, if available. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {string} contentReferenceKey The unique reference key for the A+ Content document. A content reference key cannot form a permalink and might change in the future. A content reference key is not guaranteed to match any A+ Content identifier.\n * @param {string} marketplaceId The marketplace ID is the globally unique identifier of a marketplace. To find the ID for your marketplace, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).\n * @param {Set<GetContentDocumentIncludedDataSetEnum>} includedDataSet The set of A+ Content data types to include in the response.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async getContentDocument(contentReferenceKey: string, marketplaceId: string, includedDataSet: Set<GetContentDocumentIncludedDataSetEnum>, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetContentDocumentResponse>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.getContentDocument(contentReferenceKey, marketplaceId, includedDataSet, options);\n const localVarOperationServerIndex = configuration?.serverIndex ?? 0;\n const localVarOperationServerBasePath = operationServerMap['AplusContentApi.getContentDocument']?.[localVarOperationServerIndex]?.url;\n return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);\n },\n /**\n * Returns a list of ASINs that are related to the specified A+ Content document, if available. If you don\\'t include the `asinSet` parameter, this operation returns all ASINs related to the content document. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {string} contentReferenceKey The unique reference key for the A+ Content document. A content reference key cannot form a permalink and might change in the future. A content reference key is not guaranteed to match any A+ Content identifier.\n * @param {string} marketplaceId The marketplace ID is the globally unique identifier of a marketplace. To find the ID for your marketplace, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).\n * @param {Set<ListContentDocumentAsinRelationsIncludedDataSetEnum>} [includedDataSet] The set of A+ Content data types to include in the response. If you don\\&#39;t include this parameter, the operation returns the related ASINs without metadata.\n * @param {Set<string>} [asinSet] The set of ASINs.\n * @param {string} [pageToken] A token that you use to fetch a specific page when there are multiple pages of results.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async listContentDocumentAsinRelations(contentReferenceKey: string, marketplaceId: string, includedDataSet?: Set<ListContentDocumentAsinRelationsIncludedDataSetEnum>, asinSet?: Set<string>, pageToken?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListContentDocumentAsinRelationsResponse>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.listContentDocumentAsinRelations(contentReferenceKey, marketplaceId, includedDataSet, asinSet, pageToken, options);\n const localVarOperationServerIndex = configuration?.serverIndex ?? 0;\n const localVarOperationServerBasePath = operationServerMap['AplusContentApi.listContentDocumentAsinRelations']?.[localVarOperationServerIndex]?.url;\n return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);\n },\n /**\n * Submits an A+ Content document for review, approval, and publishing. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {string} contentReferenceKey The unique reference key for the A+ Content document. A content reference key cannot form a permalink and might change in the future. A content reference key is not guaranteed to match any A+ content identifier.\n * @param {string} marketplaceId The marketplace ID is the globally unique identifier of a marketplace. To find the ID for your marketplace, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async postContentDocumentApprovalSubmission(contentReferenceKey: string, marketplaceId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PostContentDocumentApprovalSubmissionResponse>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.postContentDocumentApprovalSubmission(contentReferenceKey, marketplaceId, options);\n const localVarOperationServerIndex = configuration?.serverIndex ?? 0;\n const localVarOperationServerBasePath = operationServerMap['AplusContentApi.postContentDocumentApprovalSubmission']?.[localVarOperationServerIndex]?.url;\n return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);\n },\n /**\n * Replaces all ASINs related to the specified A+ Content document, if available. This operation can add or remove ASINs, depending on the current set of related ASINs. Removing an ASIN will suspend the content document from that ASIN. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {string} contentReferenceKey The unique reference key for the A+ Content document. A content reference key cannot form a permalink and might change in the future. A content reference key is not guaranteed to match any A+ content identifier.\n * @param {string} marketplaceId The marketplace ID is the globally unique identifier of a marketplace. To find the ID for your marketplace, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).\n * @param {PostContentDocumentAsinRelationsRequest} postContentDocumentAsinRelationsRequest The request details for the content document ASIN relations.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async postContentDocumentAsinRelations(contentReferenceKey: string, marketplaceId: string, postContentDocumentAsinRelationsRequest: PostContentDocumentAsinRelationsRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PostContentDocumentAsinRelationsResponse>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.postContentDocumentAsinRelations(contentReferenceKey, marketplaceId, postContentDocumentAsinRelationsRequest, options);\n const localVarOperationServerIndex = configuration?.serverIndex ?? 0;\n const localVarOperationServerBasePath = operationServerMap['AplusContentApi.postContentDocumentAsinRelations']?.[localVarOperationServerIndex]?.url;\n return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);\n },\n /**\n * Submits a request to suspend visible A+ Content. This doesn\\'t delete the content document or the ASIN relations. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {string} contentReferenceKey The unique reference key for the A+ Content document. A content reference key cannot form a permalink and might change in the future. A content reference key is not guaranteed to match any A+ content identifier.\n * @param {string} marketplaceId The marketplace ID is the globally unique identifier of a marketplace. To find the ID for your marketplace, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async postContentDocumentSuspendSubmission(contentReferenceKey: string, marketplaceId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PostContentDocumentSuspendSubmissionResponse>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.postContentDocumentSuspendSubmission(contentReferenceKey, marketplaceId, options);\n const localVarOperationServerIndex = configuration?.serverIndex ?? 0;\n const localVarOperationServerBasePath = operationServerMap['AplusContentApi.postContentDocumentSuspendSubmission']?.[localVarOperationServerIndex]?.url;\n return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);\n },\n /**\n * Returns a list of all A+ Content documents, including metadata, that are assigned to a selling partner. To get the actual contents of the A+ Content documents, call the `getContentDocument` operation. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {string} marketplaceId The marketplace ID is the globally unique identifier of a marketplace. To find the ID for your marketplace, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).\n * @param {string} [pageToken] A token that you use to fetch a specific page when there are multiple pages of results.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async searchContentDocuments(marketplaceId: string, pageToken?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SearchContentDocumentsResponse>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.searchContentDocuments(marketplaceId, pageToken, options);\n const localVarOperationServerIndex = configuration?.serverIndex ?? 0;\n const localVarOperationServerBasePath = operationServerMap['AplusContentApi.searchContentDocuments']?.[localVarOperationServerIndex]?.url;\n return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);\n },\n /**\n * Searches for A+ Content publishing records, if available. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {string} marketplaceId The marketplace ID is the globally unique identifier of a marketplace. To find the ID for your marketplace, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).\n * @param {string} asin The Amazon Standard Identification Number (ASIN) is the unique identifier of a product within a marketplace.\n * @param {string} [pageToken] A token that you use to fetch a specific page when there are multiple pages of results.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async searchContentPublishRecords(marketplaceId: string, asin: string, pageToken?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SearchContentPublishRecordsResponse>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.searchContentPublishRecords(marketplaceId, asin, pageToken, options);\n const localVarOperationServerIndex = configuration?.serverIndex ?? 0;\n const localVarOperationServerBasePath = operationServerMap['AplusContentApi.searchContentPublishRecords']?.[localVarOperationServerIndex]?.url;\n return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);\n },\n /**\n * Updates an existing A+ Content document. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {string} contentReferenceKey The unique reference key for the A+ Content document. A content reference key cannot form a permalink and might change in the future. A content reference key is not guaranteed to match any A+ Content identifier.\n * @param {string} marketplaceId The marketplace ID is the globally unique identifier of a marketplace. To find the ID for your marketplace, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).\n * @param {PostContentDocumentRequest} postContentDocumentRequest The content document request details.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async updateContentDocument(contentReferenceKey: string, marketplaceId: string, postContentDocumentRequest: PostContentDocumentRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PostContentDocumentResponse>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.updateContentDocument(contentReferenceKey, marketplaceId, postContentDocumentRequest, options);\n const localVarOperationServerIndex = configuration?.serverIndex ?? 0;\n const localVarOperationServerBasePath = operationServerMap['AplusContentApi.updateContentDocument']?.[localVarOperationServerIndex]?.url;\n return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);\n },\n /**\n * Checks if the A+ Content document is valid for use on a set of ASINs. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {string} marketplaceId The marketplace ID is the globally unique identifier of a marketplace. To find the ID for your marketplace, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).\n * @param {PostContentDocumentRequest} postContentDocumentRequest The content document request details.\n * @param {Set<string>} [asinSet] The set of ASINs.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async validateContentDocumentAsinRelations(marketplaceId: string, postContentDocumentRequest: PostContentDocumentRequest, asinSet?: Set<string>, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ValidateContentDocumentAsinRelationsResponse>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.validateContentDocumentAsinRelations(marketplaceId, postContentDocumentRequest, asinSet, options);\n const localVarOperationServerIndex = configuration?.serverIndex ?? 0;\n const localVarOperationServerBasePath = operationServerMap['AplusContentApi.validateContentDocumentAsinRelations']?.[localVarOperationServerIndex]?.url;\n return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);\n },\n }\n};\n\n/**\n * AplusContentApi - factory interface\n */\nexport const AplusContentApiFactory = function (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) {\n const localVarFp = AplusContentApiFp(configuration)\n return {\n /**\n * Creates a new A+ Content document. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {AplusContentApiCreateContentDocumentRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n createContentDocument(requestParameters: AplusContentApiCreateContentDocumentRequest, options?: RawAxiosRequestConfig): AxiosPromise<PostContentDocumentResponse> {\n return localVarFp.createContentDocument(requestParameters.marketplaceId, requestParameters.postContentDocumentRequest, options).then((request) => request(axios, basePath));\n },\n /**\n * Returns an A+ Content document, if available. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {AplusContentApiGetContentDocumentRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n getContentDocument(requestParameters: AplusContentApiGetContentDocumentRequest, options?: RawAxiosRequestConfig): AxiosPromise<GetContentDocumentResponse> {\n return localVarFp.getContentDocument(requestParameters.contentReferenceKey, requestParameters.marketplaceId, requestParameters.includedDataSet, options).then((request) => request(axios, basePath));\n },\n /**\n * Returns a list of ASINs that are related to the specified A+ Content document, if available. If you don\\'t include the `asinSet` parameter, this operation returns all ASINs related to the content document. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {AplusContentApiListContentDocumentAsinRelationsRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n listContentDocumentAsinRelations(requestParameters: AplusContentApiListContentDocumentAsinRelationsRequest, options?: RawAxiosRequestConfig): AxiosPromise<ListContentDocumentAsinRelationsResponse> {\n return localVarFp.listContentDocumentAsinRelations(requestParameters.contentReferenceKey, requestParameters.marketplaceId, requestParameters.includedDataSet, requestParameters.asinSet, requestParameters.pageToken, options).then((request) => request(axios, basePath));\n },\n /**\n * Submits an A+ Content document for review, approval, and publishing. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {AplusContentApiPostContentDocumentApprovalSubmissionRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n postContentDocumentApprovalSubmission(requestParameters: AplusContentApiPostContentDocumentApprovalSubmissionRequest, options?: RawAxiosRequestConfig): AxiosPromise<PostContentDocumentApprovalSubmissionResponse> {\n return localVarFp.postContentDocumentApprovalSubmission(requestParameters.contentReferenceKey, requestParameters.marketplaceId, options).then((request) => request(axios, basePath));\n },\n /**\n * Replaces all ASINs related to the specified A+ Content document, if available. This operation can add or remove ASINs, depending on the current set of related ASINs. Removing an ASIN will suspend the content document from that ASIN. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {AplusContentApiPostContentDocumentAsinRelationsRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n postContentDocumentAsinRelations(requestParameters: AplusContentApiPostContentDocumentAsinRelationsRequest, options?: RawAxiosRequestConfig): AxiosPromise<PostContentDocumentAsinRelationsResponse> {\n return localVarFp.postContentDocumentAsinRelations(requestParameters.contentReferenceKey, requestParameters.marketplaceId, requestParameters.postContentDocumentAsinRelationsRequest, options).then((request) => request(axios, basePath));\n },\n /**\n * Submits a request to suspend visible A+ Content. This doesn\\'t delete the content document or the ASIN relations. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {AplusContentApiPostContentDocumentSuspendSubmissionRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n postContentDocumentSuspendSubmission(requestParameters: AplusContentApiPostContentDocumentSuspendSubmissionRequest, options?: RawAxiosRequestConfig): AxiosPromise<PostContentDocumentSuspendSubmissionResponse> {\n return localVarFp.postContentDocumentSuspendSubmission(requestParameters.contentReferenceKey, requestParameters.marketplaceId, options).then((request) => request(axios, basePath));\n },\n /**\n * Returns a list of all A+ Content documents, including metadata, that are assigned to a selling partner. To get the actual contents of the A+ Content documents, call the `getContentDocument` operation. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {AplusContentApiSearchContentDocumentsRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n searchContentDocuments(requestParameters: AplusContentApiSearchContentDocumentsRequest, options?: RawAxiosRequestConfig): AxiosPromise<SearchContentDocumentsResponse> {\n return localVarFp.searchContentDocuments(requestParameters.marketplaceId, requestParameters.pageToken, options).then((request) => request(axios, basePath));\n },\n /**\n * Searches for A+ Content publishing records, if available. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {AplusContentApiSearchContentPublishRecordsRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n searchContentPublishRecords(requestParameters: AplusContentApiSearchContentPublishRecordsRequest, options?: RawAxiosRequestConfig): AxiosPromise<SearchContentPublishRecordsResponse> {\n return localVarFp.searchContentPublishRecords(requestParameters.marketplaceId, requestParameters.asin, requestParameters.pageToken, options).then((request) => request(axios, basePath));\n },\n /**\n * Updates an existing A+ Content document. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {AplusContentApiUpdateContentDocumentRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n updateContentDocument(requestParameters: AplusContentApiUpdateContentDocumentRequest, options?: RawAxiosRequestConfig): AxiosPromise<PostContentDocumentResponse> {\n return localVarFp.updateContentDocument(requestParameters.contentReferenceKey, requestParameters.marketplaceId, requestParameters.postContentDocumentRequest, options).then((request) => request(axios, basePath));\n },\n /**\n * Checks if the A+ Content document is valid for use on a set of ASINs. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {AplusContentApiValidateContentDocumentAsinRelationsRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n validateContentDocumentAsinRelations(requestParameters: AplusContentApiValidateContentDocumentAsinRelationsRequest, options?: RawAxiosRequestConfig): AxiosPromise<ValidateContentDocumentAsinRelationsResponse> {\n return localVarFp.validateContentDocumentAsinRelations(requestParameters.marketplaceId, requestParameters.postContentDocumentRequest, requestParameters.asinSet, options).then((request) => request(axios, basePath));\n },\n };\n};\n\n/**\n * Request parameters for createContentDocument operation in AplusContentApi.\n */\nexport interface AplusContentApiCreateContentDocumentRequest {\n /**\n * The marketplace ID is the globally unique identifier of a marketplace. To find the ID for your marketplace, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).\n */\n readonly marketplaceId: string\n\n /**\n * The content document request details.\n */\n readonly postContentDocumentRequest: PostContentDocumentRequest\n}\n\n/**\n * Request parameters for getContentDocument operation in AplusContentApi.\n */\nexport interface AplusContentApiGetContentDocumentRequest {\n /**\n * The unique reference key for the A+ Content document. A content reference key cannot form a permalink and might change in the future. A content reference key is not guaranteed to match any A+ Content identifier.\n */\n readonly contentReferenceKey: string\n\n /**\n * The marketplace ID is the globally unique identifier of a marketplace. To find the ID for your marketplace, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).\n */\n readonly marketplaceId: string\n\n /**\n * The set of A+ Content data types to include in the response.\n */\n readonly includedDataSet: Set<GetContentDocumentIncludedDataSetEnum>\n}\n\n/**\n * Request parameters for listContentDocumentAsinRelations operation in AplusContentApi.\n */\nexport interface AplusContentApiListContentDocumentAsinRelationsRequest {\n /**\n * The unique reference key for the A+ Content document. A content reference key cannot form a permalink and might change in the future. A content reference key is not guaranteed to match any A+ Content identifier.\n */\n readonly contentReferenceKey: string\n\n /**\n * The marketplace ID is the globally unique identifier of a marketplace. To find the ID for your marketplace, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).\n */\n readonly marketplaceId: string\n\n /**\n * The set of A+ Content data types to include in the response. If you don\\&#39;t include this parameter, the operation returns the related ASINs without metadata.\n */\n readonly includedDataSet?: Set<ListContentDocumentAsinRelationsIncludedDataSetEnum>\n\n /**\n * The set of ASINs.\n */\n readonly asinSet?: Set<string>\n\n /**\n * A token that you use to fetch a specific page when there are multiple pages of results.\n */\n readonly pageToken?: string\n}\n\n/**\n * Request parameters for postContentDocumentApprovalSubmission operation in AplusContentApi.\n */\nexport interface AplusContentApiPostContentDocumentApprovalSubmissionRequest {\n /**\n * The unique reference key for the A+ Content document. A content reference key cannot form a permalink and might change in the future. A content reference key is not guaranteed to match any A+ content identifier.\n */\n readonly contentReferenceKey: string\n\n /**\n * The marketplace ID is the globally unique identifier of a marketplace. To find the ID for your marketplace, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).\n */\n readonly marketplaceId: string\n}\n\n/**\n * Request parameters for postContentDocumentAsinRelations operation in AplusContentApi.\n */\nexport interface AplusContentApiPostContentDocumentAsinRelationsRequest {\n /**\n * The unique reference key for the A+ Content document. A content reference key cannot form a permalink and might change in the future. A content reference key is not guaranteed to match any A+ content identifier.\n */\n readonly contentReferenceKey: string\n\n /**\n * The marketplace ID is the globally unique identifier of a marketplace. To find the ID for your marketplace, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).\n */\n readonly marketplaceId: string\n\n /**\n * The request details for the content document ASIN relations.\n */\n readonly postContentDocumentAsinRelationsRequest: PostContentDocumentAsinRelationsRequest\n}\n\n/**\n * Request parameters for postContentDocumentSuspendSubmission operation in AplusContentApi.\n */\nexport interface AplusContentApiPostContentDocumentSuspendSubmissionRequest {\n /**\n * The unique reference key for the A+ Content document. A content reference key cannot form a permalink and might change in the future. A content reference key is not guaranteed to match any A+ content identifier.\n */\n readonly contentReferenceKey: string\n\n /**\n * The marketplace ID is the globally unique identifier of a marketplace. To find the ID for your marketplace, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).\n */\n readonly marketplaceId: string\n}\n\n/**\n * Request parameters for searchContentDocuments operation in AplusContentApi.\n */\nexport interface AplusContentApiSearchContentDocumentsRequest {\n /**\n * The marketplace ID is the globally unique identifier of a marketplace. To find the ID for your marketplace, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).\n */\n readonly marketplaceId: string\n\n /**\n * A token that you use to fetch a specific page when there are multiple pages of results.\n */\n readonly pageToken?: string\n}\n\n/**\n * Request parameters for searchContentPublishRecords operation in AplusContentApi.\n */\nexport interface AplusContentApiSearchContentPublishRecordsRequest {\n /**\n * The marketplace ID is the globally unique identifier of a marketplace. To find the ID for your marketplace, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).\n */\n readonly marketplaceId: string\n\n /**\n * The Amazon Standard Identification Number (ASIN) is the unique identifier of a product within a marketplace.\n */\n readonly asin: string\n\n /**\n * A token that you use to fetch a specific page when there are multiple pages of results.\n */\n readonly pageToken?: string\n}\n\n/**\n * Request parameters for updateContentDocument operation in AplusContentApi.\n */\nexport interface AplusContentApiUpdateContentDocumentRequest {\n /**\n * The unique reference key for the A+ Content document. A content reference key cannot form a permalink and might change in the future. A content reference key is not guaranteed to match any A+ Content identifier.\n */\n readonly contentReferenceKey: string\n\n /**\n * The marketplace ID is the globally unique identifier of a marketplace. To find the ID for your marketplace, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).\n */\n readonly marketplaceId: string\n\n /**\n * The content document request details.\n */\n readonly postContentDocumentRequest: PostContentDocumentRequest\n}\n\n/**\n * Request parameters for validateContentDocumentAsinRelations operation in AplusContentApi.\n */\nexport interface AplusContentApiValidateContentDocumentAsinRelationsRequest {\n /**\n * The marketplace ID is the globally unique identifier of a marketplace. To find the ID for your marketplace, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).\n */\n readonly marketplaceId: string\n\n /**\n * The content document request details.\n */\n readonly postContentDocumentRequest: PostContentDocumentRequest\n\n /**\n * The set of ASINs.\n */\n readonly asinSet?: Set<string>\n}\n\n/**\n * AplusContentApi - object-oriented interface\n */\nexport class AplusContentApi extends BaseAPI {\n /**\n * Creates a new A+ Content document. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {AplusContentApiCreateContentDocumentRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n public createContentDocument(requestParameters: AplusContentApiCreateContentDocumentRequest, options?: RawAxiosRequestConfig) {\n return AplusContentApiFp(this.configuration).createContentDocument(requestParameters.marketplaceId, requestParameters.postContentDocumentRequest, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Returns an A+ Content document, if available. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {AplusContentApiGetContentDocumentRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n public getContentDocument(requestParameters: AplusContentApiGetContentDocumentRequest, options?: RawAxiosRequestConfig) {\n return AplusContentApiFp(this.configuration).getContentDocument(requestParameters.contentReferenceKey, requestParameters.marketplaceId, requestParameters.includedDataSet, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Returns a list of ASINs that are related to the specified A+ Content document, if available. If you don\\'t include the `asinSet` parameter, this operation returns all ASINs related to the content document. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {AplusContentApiListContentDocumentAsinRelationsRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n public listContentDocumentAsinRelations(requestParameters: AplusContentApiListContentDocumentAsinRelationsRequest, options?: RawAxiosRequestConfig) {\n return AplusContentApiFp(this.configuration).listContentDocumentAsinRelations(requestParameters.contentReferenceKey, requestParameters.marketplaceId, requestParameters.includedDataSet, requestParameters.asinSet, requestParameters.pageToken, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Submits an A+ Content document for review, approval, and publishing. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {AplusContentApiPostContentDocumentApprovalSubmissionRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n public postContentDocumentApprovalSubmission(requestParameters: AplusContentApiPostContentDocumentApprovalSubmissionRequest, options?: RawAxiosRequestConfig) {\n return AplusContentApiFp(this.configuration).postContentDocumentApprovalSubmission(requestParameters.contentReferenceKey, requestParameters.marketplaceId, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Replaces all ASINs related to the specified A+ Content document, if available. This operation can add or remove ASINs, depending on the current set of related ASINs. Removing an ASIN will suspend the content document from that ASIN. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {AplusContentApiPostContentDocumentAsinRelationsRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n public postContentDocumentAsinRelations(requestParameters: AplusContentApiPostContentDocumentAsinRelationsRequest, options?: RawAxiosRequestConfig) {\n return AplusContentApiFp(this.configuration).postContentDocumentAsinRelations(requestParameters.contentReferenceKey, requestParameters.marketplaceId, requestParameters.postContentDocumentAsinRelationsRequest, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Submits a request to suspend visible A+ Content. This doesn\\'t delete the content document or the ASIN relations. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {AplusContentApiPostContentDocumentSuspendSubmissionRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n public postContentDocumentSuspendSubmission(requestParameters: AplusContentApiPostContentDocumentSuspendSubmissionRequest, options?: RawAxiosRequestConfig) {\n return AplusContentApiFp(this.configuration).postContentDocumentSuspendSubmission(requestParameters.contentReferenceKey, requestParameters.marketplaceId, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Returns a list of all A+ Content documents, including metadata, that are assigned to a selling partner. To get the actual contents of the A+ Content documents, call the `getContentDocument` operation. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {AplusContentApiSearchContentDocumentsRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n public searchContentDocuments(requestParameters: AplusContentApiSearchContentDocumentsRequest, options?: RawAxiosRequestConfig) {\n return AplusContentApiFp(this.configuration).searchContentDocuments(requestParameters.marketplaceId, requestParameters.pageToken, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Searches for A+ Content publishing records, if available. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {AplusContentApiSearchContentPublishRecordsRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n public searchContentPublishRecords(requestParameters: AplusContentApiSearchContentPublishRecordsRequest, options?: RawAxiosRequestConfig) {\n return AplusContentApiFp(this.configuration).searchContentPublishRecords(requestParameters.marketplaceId, requestParameters.asin, requestParameters.pageToken, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Updates an existing A+ Content document. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {AplusContentApiUpdateContentDocumentRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n public updateContentDocument(requestParameters: AplusContentApiUpdateContentDocumentRequest, options?: RawAxiosRequestConfig) {\n return AplusContentApiFp(this.configuration).updateContentDocument(requestParameters.contentReferenceKey, requestParameters.marketplaceId, requestParameters.postContentDocumentRequest, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Checks if the A+ Content document is valid for use on a set of ASINs. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {AplusContentApiValidateContentDocumentAsinRelationsRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n public validateContentDocumentAsinRelations(requestParameters: AplusContentApiValidateContentDocumentAsinRelationsRequest, options?: RawAxiosRequestConfig) {\n return AplusContentApiFp(this.configuration).validateContentDocumentAsinRelations(requestParameters.marketplaceId, requestParameters.postContentDocumentRequest, requestParameters.asinSet, options).then((request) => request(this.axios, this.basePath));\n }\n}\n\nexport const GetContentDocumentIncludedDataSetEnum = {\n Contents: 'CONTENTS',\n Metadata: 'METADATA',\n} as const;\nexport type GetContentDocumentIncludedDataSetEnum = typeof GetContentDocumentIncludedDataSetEnum[keyof typeof GetContentDocumentIncludedDataSetEnum];\nexport const ListContentDocumentAsinRelationsIncludedDataSetEnum = {\n Metadata: 'METADATA',\n} as const;\nexport type ListContentDocumentAsinRelationsIncludedDataSetEnum = typeof ListContentDocumentAsinRelationsIncludedDataSetEnum[keyof typeof ListContentDocumentAsinRelationsIncludedDataSetEnum];\n","/* tslint:disable */\n/**\n * Selling Partner API for A+ Content Management\n * Use the A+ Content API to build applications that help selling partners add rich marketing content to their Amazon product detail pages. Selling partners can use A+ content to share their brand and product story, which helps buyers make informed purchasing decisions. Selling partners use content modules to add images and text.\n *\n * The version of the OpenAPI document: 2020-11-01\n * \n *\n * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).\n * https://openapi-generator.tech\n * Do not edit the class manually.\n */\n\ninterface AWSv4Configuration {\n options?: {\n region?: string\n service?: string\n }\n credentials?: {\n accessKeyId?: string\n secretAccessKey?: string,\n sessionToken?: string\n }\n}\n\nexport interface ConfigurationParameters {\n apiKey?: string | Promise<string> | ((name: string) => string) | ((name: string) => Promise<string>);\n username?: string;\n password?: string;\n accessToken?: string | Promise<string> | ((name?: string, scopes?: string[]) => string) | ((name?: string, scopes?: string[]) => Promise<string>);\n awsv4?: AWSv4Configuration;\n basePath?: string;\n serverIndex?: number;\n baseOptions?: any;\n formDataCtor?: new () => any;\n}\n\nexport class Configuration {\n /**\n * parameter for apiKey security\n * @param name security name\n */\n apiKey?: string | Promise<string> | ((name: string) => string) | ((name: string) => Promise<string>);\n /**\n * parameter for basic security\n */\n username?: string;\n /**\n * parameter for basic security\n */\n password?: string;\n /**\n * parameter for oauth2 security\n * @param name security name\n * @param scopes oauth2 scope\n */\n accessToken?: string | Promise<string> | ((name?: string, scopes?: string[]) => string) | ((name?: string, scopes?: string[]) => Promise<string>);\n /**\n * parameter for aws4 signature security\n * @param {Object} AWS4Signature - AWS4 Signature security\n * @param {string} options.region - aws region\n * @param {string} options.service - name of the service.\n * @param {string} credentials.accessKeyId - aws access key id\n * @param {string} credentials.secretAccessKey - aws access key\n * @param {string} credentials.sessionToken - aws session token\n * @memberof Configuration\n */\n awsv4?: AWSv4Configuration;\n /**\n * override base path\n */\n basePath?: string;\n /**\n * override server index\n */\n serverIndex?: number;\n /**\n * base options for axios calls\n */\n baseOptions?: any;\n /**\n * The FormData constructor that will be used to create multipart form data\n * requests. You can inject this here so that execution environments that\n * do not support the FormData class can still run the generated client.\n *\n * @type {new () => FormData}\n */\n formDataCtor?: new () => any;\n\n constructor(param: ConfigurationParameters = {}) {\n this.apiKey = param.apiKey;\n this.username = param.username;\n this.password = param.password;\n this.accessToken = param.accessToken;\n this.awsv4 = param.awsv4;\n this.basePath = param.basePath;\n this.serverIndex = param.serverIndex;\n this.baseOptions = {\n ...param.baseOptions,\n headers: {\n ...param.baseOptions?.headers,\n },\n };\n this.formDataCtor = param.formDataCtor;\n }\n\n /**\n * Check if the given MIME is a JSON MIME.\n * JSON MIME examples:\n * application/json\n * application/json; charset=UTF8\n * APPLICATION/JSON\n * application/vnd.company+json\n * @param mime - MIME (Multipurpose Internet Mail Extensions)\n * @return True if the given MIME is JSON, false otherwise.\n */\n public isJsonMime(mime: string): boolean {\n const jsonMime: RegExp = /^(application\\/json|[^;/ \\t]+\\/[^;/ \\t]+[+]json)[ \\t]*(;.*)?$/i;\n return mime !== null && jsonMime.test(mime);\n }\n}\n","/* tslint:disable */\n/* eslint-disable */\n/**\n * Selling Partner API for A+ Content Management\n * Use the A+ Content API to build applications that help selling partners add rich marketing content to their Amazon product detail pages. Selling partners can use A+ content to share their brand and product story, which helps buyers make informed purchasing decisions. Selling partners use content modules to add images and text.\n *\n * The version of the OpenAPI document: 2020-11-01\n * \n *\n * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).\n * https://openapi-generator.tech\n * Do not edit the class manually.\n */\n\n\n\n/**\n * A flag that provides additional information about an ASIN. This is contextual and can change depending on the request that generated it.\n */\n\nexport const AsinBadge = {\n BrandNotEligible: 'BRAND_NOT_ELIGIBLE',\n CatalogNotFound: 'CATALOG_NOT_FOUND',\n ContentNotPublished: 'CONTENT_NOT_PUBLISHED',\n ContentPublished: 'CONTENT_PUBLISHED',\n} as const;\n\nexport type AsinBadge = typeof AsinBadge[keyof typeof AsinBadge];\n\n\n\n","/* tslint:disable */\n/* eslint-disable */\n/**\n * Selling Partner API for A+ Content Management\n * Use the A+ Content API to build applications that help selling partners add rich marketing content to their Amazon product detail pages. Selling partners can use A+ content to share their brand and product story, which helps buyers make informed purchasing decisions. Selling partners use content modules to add images and text.\n *\n * The version of the OpenAPI document: 2020-11-01\n * \n *\n * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).\n * https://openapi-generator.tech\n * Do not edit the class manually.\n */\n\n\n\n/**\n * The relative color scheme of your content.\n */\n\nexport const ColorType = {\n Dark: 'DARK',\n Light: 'LIGHT',\n} as const;\n\nexport type ColorType = typeof ColorType[keyof typeof ColorType];\n\n\n\n","/* tslint:disable */\n/* eslint-disable */\n/**\n * Selling Partner API for A+ Content Management\n * Use the A+ Content API to build applications that help selling partners add rich marketing content to their Amazon product detail pages. Selling partners can use A+ content to share their brand and product story, which helps buyers make informed purchasing decisions. Selling partners use content modules to add images and text.\n *\n * The version of the OpenAPI document: 2020-11-01\n * \n *\n * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).\n * https://openapi-generator.tech\n * Do not edit the class manually.\n */\n\n\n\n/**\n * A flag that provides additional information about an A+ Content document.\n */\n\nexport const ContentBadge = {\n Bulk: 'BULK',\n Generated: 'GENERATED',\n Launchpad: 'LAUNCHPAD',\n Premium: 'PREMIUM',\n Standard: 'STANDARD',\n} as const;\n\nexport type ContentBadge = typeof ContentBadge[keyof typeof ContentBadge];\n\n\n\n","/* tslint:disable */\n/* eslint-disable */\n/**\n * Selling Partner API for A+ Content Management\n * Use the A+ Content API to build applications that help selling partners add rich marketing content to their Amazon product detail pages. Selling partners can use A+ content to share their brand and product story, which helps buyers make informed purchasing decisions. Selling partners use content modules to add images and text.\n *\n * The version of the OpenAPI document: 2020-11-01\n * \n *\n * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).\n * https://openapi-generator.tech\n * Do not edit the class manually.\n */\n\n\n\n/**\n * The type of A+ Content module.\n */\n\nexport const ContentModuleType = {\n StandardCompanyLogo: 'STANDARD_COMPANY_LOGO',\n StandardComparisonTable: 'STANDARD_COMPARISON_TABLE',\n StandardFourImageText: 'STANDARD_FOUR_IMAGE_TEXT',\n StandardFourImageTextQuadrant: 'STANDARD_FOUR_IMAGE_TEXT_QUADRANT',\n StandardHeaderImageText: 'STANDARD_HEADER_IMAGE_TEXT',\n StandardImageSidebar: 'STANDARD_IMAGE_SIDEBAR',\n StandardImageTextOverlay: 'STANDARD_IMAGE_TEXT_OVERLAY',\n StandardMultipleImageText: 'STANDARD_MULTIPLE_IMAGE_TEXT',\n StandardProductDescription: 'STANDARD_PRODUCT_DESCRIPTION',\n StandardSingleImageHighlights: 'STANDARD_SINGLE_IMAGE_HIGHLIGHTS',\n StandardSingleImageSpecsDetail: 'STANDARD_SINGLE_IMAGE_SPECS_DETAIL',\n StandardSingleSideImage: 'STANDARD_SINGLE_SIDE_IMAGE',\n StandardTechSpecs: 'STANDARD_TECH_SPECS',\n StandardText: 'STANDARD_TEXT',\n StandardThreeImageText: 'STANDARD_THREE_IMAGE_TEXT',\n} as const;\n\nexport type ContentModuleType = typeof ContentModuleType[keyof typeof ContentModuleType];\n\n\n\n","/* tslint:disable */\n/* eslint-disable */\n/**\n * Selling Partner API for A+ Content Management\n * Use the A+ Content API to build applications that help selling partners add rich marketing content to their Amazon product detail pages. Selling partners can use A+ content to share their brand and product story, which helps buyers make informed purchasing decisions. Selling partners use content modules to add images and text.\n *\n * The version of the OpenAPI document: 2020-11-01\n * \n *\n * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).\n * https://openapi-generator.tech\n * Do not edit the class manually.\n */\n\n\n\n/**\n * The submission status of the content document.\n */\n\nexport const ContentStatus = {\n Approved: 'APPROVED',\n Draft: 'DRAFT',\n Rejected: 'REJECTED',\n Submitted: 'SUBMITTED',\n} as const;\n\nexport type ContentStatus = typeof ContentStatus[keyof typeof ContentStatus];\n\n\n\n","/* tslint:disable */\n/* eslint-disable */\n/**\n * Selling Partner API for A+ Content Management\n * Use the A+ Content API to build applications that help selling partners add rich marketing content to their Amazon product detail pages. Selling partners can use A+ content to share their brand and product story, which helps buyers make informed purchasing decisions. Selling partners use content modules to add images and text.\n *\n * The version of the OpenAPI document: 2020-11-01\n * \n *\n * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).\n * https://openapi-generator.tech\n * Do not edit the class manually.\n */\n\n\n\n/**\n * The A+ Content document type.\n */\n\nexport const ContentType = {\n Ebc: 'EBC',\n Emc: 'EMC',\n} as const;\n\nexport type ContentType = typeof ContentType[keyof typeof ContentType];\n\n\n\n","/* tslint:disable */\n/* eslint-disable */\n/**\n * Selling Partner API for A+ Content Management\n * Use the A+ Content API to build applications that help selling partners add rich marketing content to their Amazon product detail pages. Selling partners can use A+ content to share their brand and product story, which helps buyers make informed purchasing decisions. Selling partners use content modules to add images and text.\n *\n * The version of the OpenAPI document: 2020-11-01\n * \n *\n * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).\n * https://openapi-generator.tech\n * Do not edit the class manually.\n */\n\n\n\n/**\n * The type of rich text decorator.\n */\n\nexport const DecoratorType = {\n ListItem: 'LIST_ITEM',\n ListOrdered: 'LIST_ORDERED',\n ListUnordered: 'LIST_UNORDERED',\n StyleBold: 'STYLE_BOLD',\n StyleItalic: 'STYLE_ITALIC',\n StyleLinebreak: 'STYLE_LINEBREAK',\n StyleParagraph: 'STYLE_PARAGRAPH',\n StyleUnderline: 'STYLE_UNDERLINE',\n} as const;\n\nexport type DecoratorType = typeof DecoratorType[keyof typeof DecoratorType];\n\n\n\n","/* tslint:disable */\n/* eslint-disable */\n/**\n * Selling Partner API for A+ Content Management\n * Use the A+ Content API to build applications that help selling partners add rich marketing content to their Amazon product detail pages. Selling partners can use A+ content to share their brand and product story, which helps buyers make informed purchasing decisions. Selling partners use content modules to add images and text.\n *\n * The version of the OpenAPI document: 2020-11-01\n * \n *\n * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).\n * https://openapi-generator.tech\n * Do not edit the class manually.\n */\n\n\n\n/**\n * The content\\'s relative positioning.\n */\n\nexport const PositionType = {\n Left: 'LEFT',\n Right: 'RIGHT',\n} as const;\n\nexport type PositionType = typeof PositionType[keyof typeof PositionType];\n\n\n\n","import {type ClientConfiguration, createAxiosInstance, type RateLimit} from '@sp-api-sdk/common'\n\nimport {AplusContentApi, Configuration} from './api-model/index.js'\n\nexport const clientRateLimits: RateLimit[] = [\n {\n method: 'get',\n urlRegex: /^\\/aplus\\/2020\\u{2D}11\\u{2D}01\\/contentDocuments$/v,\n rate: 10,\n burst: 10,\n },\n {\n method: 'post',\n urlRegex: /^\\/aplus\\/2020\\u{2D}11\\u{2D}01\\/contentDocuments$/v,\n rate: 10,\n burst: 10,\n },\n {\n method: 'get',\n urlRegex: /^\\/aplus\\/2020\\u{2D}11\\u{2D}01\\/contentDocuments\\/[^\\/]*$/v,\n rate: 10,\n burst: 10,\n },\n {\n method: 'post',\n urlRegex: /^\\/aplus\\/2020\\u{2D}11\\u{2D}01\\/contentDocuments\\/[^\\/]*$/v,\n rate: 10,\n burst: 10,\n },\n {\n method: 'get',\n urlRegex: /^\\/aplus\\/2020\\u{2D}11\\u{2D}01\\/contentDocuments\\/[^\\/]*\\/asins$/v,\n rate: 10,\n burst: 10,\n },\n {\n method: 'post',\n urlRegex: /^\\/aplus\\/2020\\u{2D}11\\u{2D}01\\/contentDocuments\\/[^\\/]*\\/asins$/v,\n rate: 10,\n burst: 10,\n },\n {\n method: 'post',\n urlRegex: /^\\/aplus\\/2020\\u{2D}11\\u{2D}01\\/contentAsinValidations$/v,\n rate: 10,\n burst: 10,\n },\n {\n method: 'get',\n urlRegex: /^\\/aplus\\/2020\\u{2D}11\\u{2D}01\\/contentPublishRecords$/v,\n rate: 10,\n burst: 10,\n },\n {\n method: 'post',\n urlRegex: /^\\/aplus\\/2020\\u{2D}11\\u{2D}01\\/contentDocuments\\/[^\\/]*\\/approvalSubmissions$/v,\n rate: 10,\n burst: 10,\n },\n {\n method: 'post',\n urlRegex: /^\\/aplus\\/2020\\u{2D}11\\u{2D}01\\/contentDocuments\\/[^\\/]*\\/suspendSubmissions$/v,\n rate: 10,\n burst: 10,\n },\n]\n\nexport class AplusContentApiClient extends AplusContentApi {\n constructor(configuration: ClientConfiguration) {\n const {axios, endpoint} = createAxiosInstance(configuration, clientRateLimits)\n\n super(new Configuration(), endpoint, axios)\n }\n}\n"],"mappings":"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"}