We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/KuudoAI/amazon_ads_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
AMCAdmin.json•78.6 kB
{"components":{"callbacks":{},"examples":{},"headers":{},"links":{},"parameters":{},"requestBodies":{},"responses":{},"schemas":{"AcrCustomerPartner":{"description":"Metadata about a customer partner in a collaboration","properties":{"abilities":{"description":"The list of abilities the customer partner can have in a collaboration.","items":{"enum":["CAN_RECEIVE_RESULTS"],"type":"string"},"type":"array"},"awsAccountId":{"description":"The member's AWS account ID.","type":"string"},"displayName":{"description":"The member's display name.","type":"string"}},"type":"object"},"Advertiser":{"description":"Details about an advertiser","properties":{"configuredAdvertiserTypes":{"description":"The type of ad configured for this advertiser","items":{"enum":["DISPLAY","SAS","SPONSORED_BRANDS","SPONSORED_PRODUCTS"],"properties":{},"type":"string"},"maxItems":4,"minItems":0,"type":"array"},"id":{"description":"Depending on the value for advertiserType, this contains the CFID of a DSP, entity Id for a Sponsored Ads, or advertiser Id for a SAS advertiser.","type":"string"},"marketplaceId":{"description":"For Sponsored Ads and SAS advertisers, this contains the corresponding marketplaceId, for DSP advertisers this will be null.","type":"string"},"name":{"description":"Depending on the value for advertiserType, this contains either the DSP, Sponsored Ads, or SAS advertiser name.","type":"string"},"type":{"$ref":"#/components/schemas/AdvertiserType"}},"required":["id","name","type"],"type":"object"},"AdvertiserType":{"description":"The advertiser type values","enum":["DISPLAY","SAS","SPONSORED_ADS"],"type":"string"},"AmcAdvertiserIdentifier":{"description":"Identifying properties of an advertiser.","properties":{"id":{"description":"Depending on the value for advertiserType, this contains the CFID of a DSP, entity Id for a Sponsored Ads, or advertiser Id for a SAS advertiser.","type":"string"},"marketplaceId":{"description":"For Sponsored Ads and SAS advertisers, this contains the corresponding marketplaceId. This will be null for DSP advertisers.","type":"string"},"type":{"$ref":"#/components/schemas/AdvertiserType"}},"required":["id","type"],"type":"object"},"AmcAdvertiserUpdate":{"properties":{"advertisersToAdd":{"description":"List of advertiser identifiers to be added to the instance.","items":{"$ref":"#/components/schemas/AmcAdvertiserIdentifier","properties":{}},"maxItems":10,"minItems":0,"type":"array"},"advertisersToRemove":{"description":"List of advertiser identifiers to be deleted from the instance","items":{"$ref":"#/components/schemas/AmcAdvertiserIdentifier","properties":{}},"maxItems":10,"minItems":0,"type":"array"},"status":{"$ref":"#/components/schemas/AmcAdvertiserUpdateStatus"},"updateId":{"description":"Identifier of the advertiser update request. It's numeric and increasing from each request","format":"int64","type":"integer"}},"type":"object"},"AmcAdvertiserUpdateLite":{"properties":{"status":{"$ref":"#/components/schemas/AmcAdvertiserUpdateStatus"},"updateId":{"description":"Identifier of the advertiser update request. It's numeric and increasing from each request","format":"int64","type":"integer"}},"type":"object"},"AmcAdvertiserUpdateStatus":{"description":"The status of an advertiser update request.","enum":["COMPLETED","PENDING","REJECTED","UPDATING"],"type":"string"},"AmcCreateAdvertiserUpdateRequest":{"properties":{"advertisersToAdd":{"description":"List of advertiser identifiers. This is the list of advertisers which should be added for the given instance.","items":{"$ref":"#/components/schemas/AmcAdvertiserIdentifier"},"maxItems":10,"minItems":0,"type":"array"},"advertisersToRemove":{"description":"List of advertiser identifiers. This is the list of advertisers which should be deleted for the given instance.","items":{"$ref":"#/components/schemas/AmcAdvertiserIdentifier"},"maxItems":10,"minItems":0,"type":"array"}},"type":"object"},"AmcCreateAdvertiserUpdateResponse":{"properties":{"advertiserUpdate":{"$ref":"#/components/schemas/AmcAdvertiserUpdate"}},"required":["advertiserUpdate"],"type":"object"},"AmcCreateInstanceRequest":{"properties":{"acrBacked":{"description":"Boolean flag to indicate whether the instance will be a collaboration instance (leveraging AWS Clean Rooms). Set to 'True' for a collaboration instance.","type":"boolean"},"acrCustomerPartners":{"description":"The list of customer partners that will be added to the collaboration in an instance backed by AWS Clean Rooms (ACR).","items":{"$ref":"#/components/schemas/AcrCustomerPartner"},"maxItems":2,"minItems":0,"type":"array"},"advertiserName":{"description":"The advertiser name associated with the AMC instance. Only numbers, english letters and spaces are allowed and size between 3 and 50 characters","type":"string"},"awsAccountId":{"description":"Customer-owned AWS account ID associated with the AMC instance from which the customer will upload data. It is optional and only required if the customer will be uploading data. It can be changed at a later time.","type":"string"},"idempotencyToken":{"description":"Optional token used to signal that the create operation should be idempotent. If supplied, subsequent requests with the same token and request parameters will produce the same results as the initial r...","type":"string"},"instanceName":{"description":"Human-readable AMC instance identifier. Only numbers, english letters and spaces are allowed and size between 3 and 50 characters","type":"string"},"s3BucketName":{"description":"The name of the S3 bucket associated with the AMC instance. This bucket will contain reporting workflow output.","type":"string"}},"required":["instanceName"],"type":"object"},"AmcCreateInstanceResponse":{"properties":{"instance":{"$ref":"#/components/schemas/Instance"}},"type":"object"},"AmcDeleteInstanceResponse":{"description":"Empty response object denoting successful deletion of an instance.","type":"object"},"AmcGetAdvertiserUpdateResponse":{"properties":{"advertiserUpdate":{"$ref":"#/components/schemas/AmcAdvertiserUpdate"}},"required":["advertiserUpdate"],"type":"object"},"AmcListAdvertiserUpdatesResponse":{"properties":{"advertiserUpdates":{"description":"List of advertiser updates.","items":{"$ref":"#/components/schemas/AmcAdvertiserUpdateLite","properties":{}},"maxItems":100,"minItems":0,"type":"array"},"nextToken":{"description":"Optional. Token to use in subsequent request to retrieve next page of results. Null if all results have been returned.","type":"string"}},"type":"object"},"AmcUpdateInstanceRequest":{"properties":{"advertiserName":{"description":"The advertiser name associated with the AMC instance.","type":"string"},"awsAccountId":{"description":"The 12-digit AWS account ID which owns the S3 bucket associated with the instance.","type":"string"},"instanceName":{"description":"Human-readable AMC instance identifier.","type":"string"},"s3BucketName":{"description":"The name of the S3 bucket associated with the AMC instance. This bucket will contain reporting workflow output.","type":"string"}},"type":"object"},"AmcUpdateInstanceResponse":{"properties":{"instance":{"$ref":"#/components/schemas/Instance"}},"type":"object"},"AmcpLinkAmcAccount":{"description":"AMC Account details.","properties":{"accountId":{"description":"AMC Account identifier.","type":"string"},"accountName":{"description":"AMC Account name.","type":"string"},"marketplaceId":{"description":"Obfuscated Marketplace Id.","type":"string"}},"type":"object"},"AmcpLinkBadRequestExceptionResponseContent":{"description":"Bad Request.","properties":{"message":{"description":"Error message.","type":"string"},"requestId":{"type":"string"}},"type":"object"},"AmcpLinkForbiddenRequestExceptionResponseContent":{"description":"Forbidden. The request failed because the user does not have access to the specified resource.","properties":{"message":{"description":"Error message.","type":"string"},"requestId":{"type":"string"}},"type":"object"},"AmcpLinkListAmcAccountsResponseContent":{"description":"List of AMC Accounts.","properties":{"amcAccounts":{"description":"List of AMC Accounts.","items":{"$ref":"#/components/schemas/AmcpLinkAmcAccount","properties":{}},"maxItems":100,"minItems":0,"type":"array"},"nextToken":{"description":"Optional. Token to use in subsequent request to retrieve next page of results. Null if all results have been returned.","type":"string"}},"type":"object"},"AmcpLinkServerExceptionResponseContent":{"description":"Internal server error. Retry later. Contact support if this response persists.","properties":{"message":{"type":"string"},"requestId":{"type":"string"}},"type":"object"},"AmcpLinkTooManyRequestsExceptionResponseContent":{"description":"Too Many Requests. The request was rate-limited. Retry later.","properties":{"message":{"description":"Error message.","type":"string"},"requestId":{"type":"string"}},"type":"object"},"AmcpLinkUnauthorizedRequestExceptionResponseContent":{"description":"Unauthorized. The request failed because the user is not authenticated or is not allowed to invoke the operation.","properties":{"message":{"description":"Error message.","type":"string"},"requestId":{"type":"string"}},"type":"object"},"CollaborationIdMappingJob":{"description":"Metadata about the ID mapping job associated to an ID mapping table in the collaboration.","properties":{"endTime":{"description":"The time the job execution ended.","type":"string"},"errorDetails":{"description":"If the job failed, contains information about the error.","type":"string"},"jobId":{"description":"Job unique identifier.","type":"string"},"metrics":{"$ref":"#/components/schemas/CollaborationIdMappingJobMetrics"},"startTime":{"description":"The time the job execution started.","type":"string"},"status":{"$ref":"#/components/schemas/CollaborationIdMappingJobStatus"}},"type":"object"},"CollaborationIdMappingJobMetrics":{"description":"Job data record processing metrics.","properties":{"inputRecords":{"description":"Number of input records.","format":"int64","type":"integer"},"recordsNotProcessed":{"description":"Number of records not processed.","format":"int64","type":"integer"},"totalMappedRecords":{"description":"Total number of mapped records.","format":"int64","type":"integer"},"totalMappedSourceRecords":{"description":"Total number of mapped records from the SOURCE.","format":"int64","type":"integer"},"totalMappedTargetRecords":{"description":"Total number of mapped records from the TARGET.","format":"int64","type":"integer"},"totalRecordsProcessed":{"description":"Total number of records processed.","format":"int64","type":"integer"},"uniqueRecordsLoaded":{"description":"Total number of unique mapped records.","format":"int64","type":"integer"}},"type":"object"},"CollaborationIdMappingJobStatus":{"description":"The status a job can be in.","enum":["FAILED","QUEUED","RUNNING","SUCCEEDED","UNKNOWN"],"type":"string"},"CollaborationIdMappingJobSummary":{"description":"Summarized metadata of the ID mapping job associated to an ID mapping table in the collaboration.","properties":{"endTime":{"description":"The time the job execution ended.","type":"string"},"jobId":{"description":"Job unique identifier.","type":"string"},"startTime":{"description":"The time the job execution started.","type":"string"},"status":{"$ref":"#/components/schemas/CollaborationIdMappingJobStatus"}},"type":"object"},"CollaborationIdMappingTable":{"description":"Metadata about a collaboration ID mapping table","properties":{"arn":{"description":"The ARN of the table.","type":"string"},"createTime":{"description":"Creation time of the table.","type":"string"},"description":{"description":"The description of the table.","type":"string"},"id":{"description":"Unique identifier of the table.","type":"string"},"name":{"description":"The name of the table.","type":"string"},"queryable":{"description":"Indicates if the table is queryable.","type":"boolean"},"sourceAwsAccount":{"description":"The AWS account ID of the input SOURCE of the ID mapping table. The SOURCE is always the member who requested the creation of the table in AMC. This field is set only for ID mapping tables created via AMC APIs.","type":"string"},"updateTime":{"description":"Last time the table was updated.","type":"string"},"workflowArn":{"description":"The ARN of the id mapping workflow processing the data backing the table.","type":"string"}},"type":"object"},"CollaborationIdNamespaceAssociation":{"description":"Metadata of the Id Namespace associated to the ACR collaboration","properties":{"createTime":{"description":"The time when the association was created.","type":"string"},"creatorAccountId":{"description":"The AWS account of the member that associated the ID namespace to the collaboration.","type":"string"},"id":{"description":"Uniquely identifies the association between ID namespace and collaboration.","type":"string"},"idNamespaceArn":{"description":"ID namespace unique resource identifier.","type":"string"},"idNamespaceType":{"description":"The type of ID namespace.","enum":["SOURCE","TARGET","UNKNOWN"],"type":"string"},"updateTime":{"description":"The last time the association was updated.","type":"string"}},"type":"object"},"CollaborationMember":{"description":"Metadata about a collaboration member","properties":{"accountId":{"description":"The member's AWS account ID.","type":"string"},"displayName":{"description":"The member's display name.","type":"string"},"membershipId":{"description":"Unique identifier of the member's membership in the collaboration.","type":"string"},"status":{"description":"The current status of the member in the collaboration.","enum":["ACTIVE","INVITED","LEFT","REMOVED"],"type":"string"}},"type":"object"},"CollaborationSummary":{"description":"ACR collaboration metadata","properties":{"amcDataProviders":{"description":"The list of AMC managed members who contribute data in the collaboration.","items":{"$ref":"#/components/schemas/CollaborationMember","properties":{}},"type":"array"},"creator":{"$ref":"#/components/schemas/CollaborationMember"},"customer":{"$ref":"#/components/schemas/CollaborationMember"},"customerAcceptanceLink":{"description":"Deep link to the collaboration acceptance page in the customer's AWS account.","type":"string"},"customerPartners":{"description":"The list of customer partners who contribute data in the collaboration.","items":{"$ref":"#/components/schemas/CollaborationMember","properties":{}},"type":"array"},"description":{"description":"The collaboration's description.","type":"string"},"id":{"description":"The collaboration's unique identifier.","type":"string"},"name":{"description":"The collaboration's display name.","type":"string"},"querySubmitter":{"$ref":"#/components/schemas/CollaborationMember"},"resultsReceivers":{"description":"The list of members that are results receivers in the collaboration.","items":{"$ref":"#/components/schemas/CollaborationMember","properties":{}},"type":"array"},"status":{"description":"The current status of the collaboration.","enum":["ACTIVE","DELETED","IN_PROGRESS","NOT_STARTED","PENDING_ACCEPTANCE","REJECTED"],"type":"string"}},"type":"object"},"CreateCollaborationIdMappingTablePayload":{"description":"Input data to create an ID mapping table","properties":{"idMappingTableName":{"description":"ID mapping table name.","type":"string"},"sourceIdNamespaceArn":{"description":"Source ID namespace ARN.","type":"string"}},"required":["idMappingTableName","sourceIdNamespaceArn"],"type":"object"},"CreateCollaborationIdMappingTableResponse":{"properties":{"collaborationId":{"description":"Unique identifier of the collaboration the ID mapping table is part of.","type":"string"},"idMappingTable":{"$ref":"#/components/schemas/CollaborationIdMappingTable"},"idMappingWorkflowJobId":{"description":"Unique identifier of the job started to populate the id mapping table. If AMC was not able to start the job, this field will be null and a tracking ID will be provided in the attribute queueTrackingId.","type":"string"},"trackingId":{"description":"Unique identifier of a job tracking token in AMC. When this attribute is not null, it indicates an idMappingWorkflowJobId is not available at the time of the response. This identifier can be used to retrieve the idMappingWorkflowJobId at a later time when it is available.","type":"string"}},"type":"object"},"DeleteCollaborationIdMappingTableResponse":{"type":"object"},"Error":{"description":"The error response object.","properties":{"code":{"description":"The HTTP status code of the response.","type":"string"},"details":{"description":"A human-readable description of the response.","type":"string"}},"type":"object"},"GetCollaborationIdMappingJobForTrackingIdResponse":{"properties":{"idMappingJobId":{"description":"Unique identifier of the ID mapping workflow job linked to the tracking ID provided in the request.","type":"string"}},"type":"object"},"GetCollaborationIdMappingJobResponse":{"properties":{"idMappingJob":{"$ref":"#/components/schemas/CollaborationIdMappingJob"}},"type":"object"},"GetInstanceAdvertisersResponse":{"properties":{"advertisers":{"description":"List of advertisers added to the AMC instance. Currently supported advertiser types include DSP advertisers and Sponsored Ads advertisers (entities).","items":{"$ref":"#/components/schemas/Advertiser","properties":{}},"maxItems":1000,"minItems":0,"type":"array"},"nextToken":{"description":"Token to use in subsequent request to retrieve next page of results. Null if all results have been returned.","type":"string"},"totalCount":{"description":"Total number of advertisers with the specified advertiser type in this instance","type":"integer"}},"type":"object"},"GetInstanceCollaborationResponse":{"properties":{"collaboration":{"$ref":"#/components/schemas/CollaborationSummary"}},"type":"object"},"GetInstanceResponse":{"properties":{"instance":{"$ref":"#/components/schemas/Instance"}},"type":"object"},"Instance":{"description":"Details about an AMC instance.","properties":{"advertiserTypes":{"description":"The set of advertiser types currently associated to this instance.","items":{"enum":["DISPLAY","SAS","SPONSORED_ADS"],"properties":{},"type":"string"},"maxItems":3,"minItems":0,"type":"array"},"apiEndpoint":{"description":"The API URL for access the AMC reporting and Data Upload API. Each AMC instance has a unique API URL.","type":"string"},"awsAccountId":{"description":"The 12-digit AWS account ID which owns the S3 bucket associated with the instance.","type":"string"},"creationDatetime":{"description":"The date time string corresponding to the creation of the AMC instance in UTC. Format is yyyy-MM-dd'T'HH:mm:ss'Z'.","format":"date-time","type":"string"},"creationStatus":{"description":"The creation status of an AMC instance. The following table lists available statuses:\n\n|Status Name|Description|\n|-----------|-----------|\n|REQUESTED|Instance creation is successfully requested.","enum":["COMPLETED","FAILED","IN_PROGRESS","REQUESTED","SUBMITTED","SUCCEEDED"],"type":"string"},"customerCanonicalName":{"description":"Name of advertiser associated with the AMC instance.","type":"string"},"dataUploadAwsAccountId":{"description":"This AWS account ID is generated by Amazon for each AMC instance. It allows AMC users to grant an AMC instance permission to read data files from an S3 bucket(s).","type":"string"},"entities":{"description":"The Amazon Advertising entities associated with this AMC instance.","items":{"properties":{},"type":"string"},"maxItems":1000,"minItems":0,"type":"array"},"instanceId":{"description":"AMC instance identifier.","type":"string"},"instanceName":{"description":"Human-readable AMC instance identifier.","type":"string"},"s3BucketName":{"description":"The name of the S3 bucket associated with the AMC instance. This bucket will contain reporting workflow output.","type":"string"},"s3BucketRegion":{"description":"The AWS region of the S3 bucket associated with the AMC instance.","type":"string"}},"required":["apiEndpoint","awsAccountId","creationDatetime","creationStatus","dataUploadAwsAccountId","entities","instanceId","instanceName","s3BucketName","s3BucketRegion"],"type":"object"},"InstanceCustomerAwsAccountMetadataPayload":{"description":"AWS account metadata","properties":{"awsAccountId":{"description":"The identifier of the customer's AWS account.","type":"string"},"bucketName":{"description":"The name of the S3 bucket in the customer's AWS account.","type":"string"}},"required":["awsAccountId","bucketName"],"type":"object"},"ListCollaborationIdMappingJobsPayload":{"description":"The payload of the request.","properties":{"maxResults":{"default":25,"description":"Optional. Maximum number of results to retrieve in a single API call.","format":"int64","maximum":25,"type":"integer"},"nextToken":{"description":"Optional. The pagination token from the previous API call.","type":"string"}},"type":"object"},"ListCollaborationIdMappingJobsResponse":{"properties":{"idMappingJobs":{"description":"List of id mapping jobs.","items":{"$ref":"#/components/schemas/CollaborationIdMappingJobSummary","properties":{}},"maxItems":100,"minItems":0,"type":"array"},"idMappingTableId":{"description":"Unique identifier of the id mapping table the jobs are associated to.","type":"string"},"nextToken":{"description":"The pagination token from the previous API call.","type":"string"}},"type":"object"},"ListCollaborationIdMappingTablesPayload":{"description":"The payload of the request.","properties":{"maxResults":{"default":100,"description":"Optional. Maximum number of results to retrieve in a single API call.","format":"int64","maximum":100,"type":"integer"},"nextToken":{"description":"Optional. The pagination token from the previous API call.","type":"string"}},"type":"object"},"ListCollaborationIdMappingTablesResponse":{"properties":{"collaborationId":{"description":"Unique identifier of the collaboration the ID mapping tables are associated to.","type":"string"},"idMappingTables":{"description":"The list of id mapping tables.","items":{"$ref":"#/components/schemas/CollaborationIdMappingTable","properties":{}},"maxItems":100,"minItems":0,"type":"array"},"nextToken":{"description":"The pagination token from the previous API call.","type":"string"}},"type":"object"},"ListCollaborationIdNamespacesPayload":{"description":"The payload of the request.","properties":{"maxResults":{"default":100,"description":"Optional (not used). Maximum number of results to retrieve in a single API call. This API will always use the default value.","format":"int64","maximum":100,"type":"integer"},"nextToken":{"description":"Optional. The pagination token from the previous API call.","type":"string"}},"type":"object"},"ListCollaborationIdNamespacesResponse":{"properties":{"collaborationId":{"description":"Unique identifier of the collaboration the ID namespaces are associated to.","type":"string"},"collaborationIdNamespaceAssociations":{"description":"The list of ID namespaces associated to the collaboration.","items":{"$ref":"#/components/schemas/CollaborationIdNamespaceAssociation","properties":{}},"maxItems":100,"minItems":0,"type":"array"},"nextToken":{"description":"The pagination token from the previous API call.","type":"string"}},"type":"object"},"ListInstancesResponse":{"properties":{"instances":{"description":"List of AMC instances.","items":{"$ref":"#/components/schemas/Instance","properties":{}},"maxItems":100,"minItems":0,"type":"array"},"nextToken":{"description":"Optional. Token to use in subsequent request to retrieve next page of results. Null if all results have been returned.","type":"string"}},"type":"object"},"RefreshCollaborationIdMappingTableResponse":{"properties":{"collaborationId":{"description":"Unique identifier of the collaboration the id mapping table belongs to.","type":"string"},"idMappingWorkflowJobId":{"description":"Unique identifier of the job started to refresh the id mapping table. If AMC was not able to start the job, this field will be null and a tracking ID will be provided in the attribute queueTrackingId.","type":"string"},"trackingId":{"description":"Unique identifier of a job tracking token in AMC. When this attribute is not null, it indicates an idMappingWorkflowJobId is not available at the time of the response. This identifier can be used to retrieve the idMappingWorkflowJobId at a later time when it is available.","type":"string"}},"type":"object"},"UpdateInstanceCustomerAwsAccountMetadataResponse":{"properties":{"cfnBucketUrl":{"description":"The CloudFormation link to create the S3 bucket in the customer's AWS account.","type":"string"}},"type":"object"}},"securitySchemes":{}},"info":{"title":"AMC Administration","version":"3.0"},"openapi":"3.0.1","paths":{"/amc/accounts":{"get":{"description":"Get a list of AMC Accounts that the user have access to.\n\n**Requires one of these permissions**:\n[]","operationId":"AmcpLinkListAmcAccounts","parameters":[{"description":"Optional. Token to retrieve subsequent page of results.","in":"query","name":"nextToken","schema":{"description":"Optional. Token to retrieve subsequent page of results.","type":"string"}},{"description":"The identifier of a client associated with a \"Login with Amazon\" account.","in":"header","name":"Amazon-Advertising-API-ClientId","required":true,"schema":{"description":"The identifier of a client associated with a \"Login with Amazon\" account.","type":"string"}}],"responses":{"200":{"content":{"application/vnd.amcaudiencesconnections.v1+json":{"schema":{"$ref":"#/components/schemas/AmcpLinkListAmcAccountsResponseContent"}}},"description":"Operation is successful."},"400":{"content":{"application/vnd.amcaudiencesconnections.v1+json":{"schema":{"$ref":"#/components/schemas/AmcpLinkBadRequestExceptionResponseContent"}}},"description":"Bad Request."},"401":{"content":{"application/vnd.amcaudiencesconnections.v1+json":{"schema":{"$ref":"#/components/schemas/AmcpLinkUnauthorizedRequestExceptionResponseContent"}}},"description":"Unauthorized. The request failed because the user is not authenticated or is not allowed to invoke the operation."},"403":{"content":{"application/vnd.amcaudiencesconnections.v1+json":{"schema":{"$ref":"#/components/schemas/AmcpLinkForbiddenRequestExceptionResponseContent"}}},"description":"Forbidden. The request failed because the user does not have access to the specified resource."},"429":{"content":{"application/vnd.amcaudiencesconnections.v1+json":{"schema":{"$ref":"#/components/schemas/AmcpLinkTooManyRequestsExceptionResponseContent"}}},"description":"Too Many Requests. The request was rate-limited. Retry later."},"500":{"content":{"application/vnd.amcaudiencesconnections.v1+json":{"schema":{"$ref":"#/components/schemas/AmcpLinkServerExceptionResponseContent"}}},"description":"Internal server error. Retry later. Contact support if this response persists."}},"summary":"Get a list of AMC Accounts that the user have access to.","tags":["AMC Accounts"]}},"/amc/instances":{"get":{"description":"Gets information about all AMC instances that the requesting entity has access to. Information for each instance includes the name, creation status, and the entities with access to the instance.","operationId":"listInstances","parameters":[{"description":"The identifier of a client associated with an Amazon Developer account.","in":"header","name":"Amazon-Advertising-API-ClientId","required":true,"schema":{"type":"string"}},{"description":"This header is deprecated. Clients must pass in Amazon-Advertising-API-AdvertiserId and Amazon-Advertising-API-MarketplaceId as headers","in":"header","name":"Amazon-Advertising-API-Scope","schema":{"type":"string"}},{"description":"The AMC Account ID","in":"header","name":"Amazon-Advertising-API-AdvertiserId","required":true,"schema":{"type":"string"}},{"description":"The Marketplace ID","in":"header","name":"Amazon-Advertising-API-MarketplaceId","required":true,"schema":{"type":"string"}},{"description":"Optional. Token to retrieve subsequent page of results.","in":"query","name":"nextToken","schema":{"type":"string"}},{"description":"Optional. Limits the number of items to return in the response. Max value is 100. Defaults to 100.","in":"query","name":"limit","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/ListInstancesResponse"}}},"description":"Successful operation."},"400":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad Request."},"401":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized. Request failed because user is not authenticated or is not allowed to invoke the operation."},"403":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Forbidden. Request failed because user does not have access to a specified resource."},"422":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unprocessable Entity - Request was understood, but contained invalid parameters"},"429":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Too many requests. The request was rate-limited. Retry later."},"500":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Internal server error. Retry later. Contact support if this response persists."}},"summary":"Gets information about all AMC instances.","tags":["Instance management"]},"post":{"description":"Creates a new AMC instance.","operationId":"createInstance","parameters":[{"description":"The identifier of a client associated with an Amazon Developer account.","in":"header","name":"Amazon-Advertising-API-ClientId","required":true,"schema":{"type":"string"}},{"description":"The AMC Account ID","in":"header","name":"Amazon-Advertising-API-AdvertiserId","required":true,"schema":{"type":"string"}},{"description":"The Marketplace ID","in":"header","name":"Amazon-Advertising-API-MarketplaceId","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/AmcCreateInstanceRequest"}}},"description":"Request to create a new AMC instance.","required":true},"responses":{"200":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/AmcCreateInstanceResponse"}}},"description":"Successful operation."},"400":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad Request."},"401":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized. Request failed because user is not authenticated or is not allowed to invoke the operation."},"403":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Forbidden. Request failed because user does not have access to a specified resource."},"429":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Too many requests. The request was rate-limited. Retry later."},"500":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Internal server error. Retry later. Contact support if this response persists."}},"summary":"Creates a new AMC instance.","tags":["Instance management"]}},"/amc/instances/{instanceId}":{"delete":{"description":"Deletes the requested AMC instance.","operationId":"deleteInstance","parameters":[{"description":"The identifier of a client associated with an Amazon Developer account.","in":"header","name":"Amazon-Advertising-API-ClientId","required":true,"schema":{"type":"string"}},{"description":"The AMC Account ID","in":"header","name":"Amazon-Advertising-API-AdvertiserId","required":true,"schema":{"type":"string"}},{"description":"The Marketplace ID","in":"header","name":"Amazon-Advertising-API-MarketplaceId","required":true,"schema":{"type":"string"}},{"description":"The instance identifier.","in":"path","name":"instanceId","required":true,"schema":{"type":"string"}}],"responses":{"204":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/AmcDeleteInstanceResponse"}}},"description":"Successful operation."},"400":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad Request."},"401":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized. Request failed because user is not authenticated or is not allowed to invoke the operation."},"403":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Forbidden. Request failed because user does not have access to a specified resource."},"404":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Not Found. The requested resource either does not exist or the currently authenticated user does not have permission to access it."},"429":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Too many requests. The request was rate-limited. Retry later."},"500":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Internal server error. Retry later. Contact support if this response persists."}},"summary":"Deletes the requested AMC instance.","tags":["Instance management"]},"get":{"description":"Gets information about the requested AMC instance. Information includes the name, creation status, and the entities with access to the instance.","operationId":"getInstance","parameters":[{"description":"The identifier of a client associated with an Amazon Developer account.","in":"header","name":"Amazon-Advertising-API-ClientId","required":true,"schema":{"type":"string"}},{"description":"This header is deprecated. Clients must pass in Amazon-Advertising-API-AdvertiserId and Amazon-Advertising-API-MarketplaceId as headers","in":"header","name":"Amazon-Advertising-API-Scope","schema":{"type":"string"}},{"description":"The AMC Account ID","in":"header","name":"Amazon-Advertising-API-AdvertiserId","required":true,"schema":{"type":"string"}},{"description":"The Marketplace ID","in":"header","name":"Amazon-Advertising-API-MarketplaceId","required":true,"schema":{"type":"string"}},{"description":"The instance identifier.","in":"path","name":"instanceId","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/GetInstanceResponse"}}},"description":"Successful operation."},"400":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad Request."},"401":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized. Request failed because user is not authenticated or is not allowed to invoke the operation."},"403":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Forbidden. Request failed because user does not have access to a specified resource."},"404":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Not Found. The requested resource either does not exist or the currently authenticated user does not have permission to access it."},"415":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unsupported media type provided in the accept header of the request."},"429":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Too many requests. The request was rate-limited. Retry later."},"500":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Internal server error. Retry later. Contact support if this response persists."}},"summary":"Gets information about the requested AMC instance.","tags":["Instance management"]},"put":{"description":"Updates the requested AMC instance.","operationId":"updateInstance","parameters":[{"description":"The identifier of a client associated with an Amazon Developer account.","in":"header","name":"Amazon-Advertising-API-ClientId","required":true,"schema":{"type":"string"}},{"description":"The AMC Account ID","in":"header","name":"Amazon-Advertising-API-AdvertiserId","required":true,"schema":{"type":"string"}},{"description":"The Marketplace ID","in":"header","name":"Amazon-Advertising-API-MarketplaceId","required":true,"schema":{"type":"string"}},{"description":"The instance identifier.","in":"path","name":"instanceId","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/AmcUpdateInstanceRequest"}}},"description":"Request to update an existing AMC instance","required":true},"responses":{"200":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/AmcUpdateInstanceResponse"}}},"description":"Successful operation."},"400":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad Request."},"401":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized. Request failed because user is not authenticated or is not allowed to invoke the operation."},"403":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Forbidden. Request failed because user does not have access to a specified resource."},"404":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Not Found. The requested resource either does not exist or the currently authenticated user does not have permission to access it."},"429":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Too many requests. The request was rate-limited. Retry later."},"500":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Internal server error. Retry later. Contact support if this response persists."}},"summary":"Updates the requested AMC instance.","tags":["Instance management"]}},"/amc/instances/{instanceId}/advertisers":{"get":{"description":"Gets advertisers information about the requested AMC instance.","operationId":"getInstanceAdvertisers","parameters":[{"description":"The identifier of a client associated with an Amazon Developer account.","in":"header","name":"Amazon-Advertising-API-ClientId","required":true,"schema":{"type":"string"}},{"description":"This header is deprecated. Clients must pass in Amazon-Advertising-API-AdvertiserId and Amazon-Advertising-API-MarketplaceId as headers","in":"header","name":"Amazon-Advertising-API-Scope","schema":{"type":"string"}},{"description":"The AMC Account ID","in":"header","name":"Amazon-Advertising-API-AdvertiserId","required":true,"schema":{"type":"string"}},{"description":"The Marketplace ID","in":"header","name":"Amazon-Advertising-API-MarketplaceId","required":true,"schema":{"type":"string"}},{"description":"The instance identifier.","in":"path","name":"instanceId","required":true,"schema":{"type":"string"}},{"description":"Optional. Filter advertisers by advertiser type in the response, if not provided, return all advertisers","in":"query","name":"type","schema":{"type":"string"}},{"description":"Optional. Token to retrieve subsequent page of results.","in":"query","name":"nextToken","schema":{"type":"string"}},{"description":"Optional. Limits the number of items to return in the response. Max value is 100. Defaults to 100.","in":"query","name":"limit","schema":{"type":"integer"}}],"responses":{"200":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/GetInstanceAdvertisersResponse"}}},"description":"Successful operation."},"400":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad Request."},"401":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized. Request failed because user is not authenticated or is not allowed to invoke the operation."},"403":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Forbidden. Request failed because user does not have access to a specified resource."},"404":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Not Found. The requested resource either does not exist or the currently authenticated user does not have permission to access it."},"429":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Too many requests. The request was rate-limited. Retry later."},"500":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Internal server error. Retry later. Contact support if this response persists."}},"summary":"Gets advertisers information about the requested AMC instance.","tags":["Instance management"]}},"/amc/instances/{instanceId}/advertisers/updates":{"get":{"description":"Gets advertiser updates for the requested AMC instance.","operationId":"listAdvertiserUpdates","parameters":[{"description":"The identifier of a client associated with an Amazon Developer account.","in":"header","name":"Amazon-Advertising-API-ClientId","required":true,"schema":{"type":"string"}},{"description":"The AMC Account ID","in":"header","name":"Amazon-Advertising-API-AdvertiserId","required":true,"schema":{"type":"string"}},{"description":"The Marketplace ID","in":"header","name":"Amazon-Advertising-API-MarketplaceId","required":true,"schema":{"type":"string"}},{"description":"The instance identifier.","in":"path","name":"instanceId","required":true,"schema":{"type":"string"}},{"description":"Optional. Token to retrieve subsequent page of results.","in":"query","name":"nextToken","schema":{"type":"string"}},{"description":"Optional. Limits the number of items to return in the response. Max value is 100. Defaults to 100.","in":"query","name":"limit","schema":{"type":"integer"}}],"responses":{"200":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/AmcListAdvertiserUpdatesResponse"}}},"description":"Successful operation."},"400":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad Request."},"401":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized. Request failed because user is not authenticated or is not allowed to invoke the operation."},"403":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Forbidden. Request failed because user does not have access to a specified resource."},"404":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Not Found. The requested resource either does not exist or the currently authenticated user does not have permission to access it."},"429":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Too many requests. The request was rate-limited. Retry later."},"500":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Internal server error. Retry later. Contact support if this response persists."}},"summary":"Lists advertiser updates for the requested AMC instance.","tags":["Instance management"]},"post":{"description":"Creates a new advertiser update for the requested AMC instance. If there is already an open request(REQUESTED, AWAITING_APPROVAL, UPDATING), the request will fail.","operationId":"createAdvertiserUpdate","parameters":[{"description":"The identifier of a client associated with an Amazon Developer account.","in":"header","name":"Amazon-Advertising-API-ClientId","required":true,"schema":{"type":"string"}},{"description":"The AMC Account ID","in":"header","name":"Amazon-Advertising-API-AdvertiserId","required":true,"schema":{"type":"string"}},{"description":"The Marketplace ID","in":"header","name":"Amazon-Advertising-API-MarketplaceId","required":true,"schema":{"type":"string"}},{"description":"The instance identifier.","in":"path","name":"instanceId","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/AmcCreateAdvertiserUpdateRequest"}}},"description":"Request to create a new instance advertiser update.","required":true},"responses":{"200":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/AmcCreateAdvertiserUpdateResponse"}}},"description":"Successful operation."},"400":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad Request."},"401":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized. Request failed because user is not authenticated or is not allowed to invoke the operation."},"403":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Forbidden. Request failed because user does not have access to a specified resource."},"404":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Not Found. The requested resource either does not exist or the currently authenticated user does not have permission to access it."},"429":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Too many requests. The request was rate-limited. Retry later."},"500":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Internal server error. Retry later. Contact support if this response persists."}},"summary":"Creates a new advertiser update for the requested AMC instance.","tags":["Instance management"]}},"/amc/instances/{instanceId}/advertisers/updates/{updateId}":{"get":{"description":"Gets the requested advertiser update for the requested AMC instance.","operationId":"getAdvertiserUpdate","parameters":[{"description":"The identifier of a client associated with an Amazon Developer account.","in":"header","name":"Amazon-Advertising-API-ClientId","required":true,"schema":{"type":"string"}},{"description":"The AMC Account ID","in":"header","name":"Amazon-Advertising-API-AdvertiserId","required":true,"schema":{"type":"string"}},{"description":"The Marketplace ID","in":"header","name":"Amazon-Advertising-API-MarketplaceId","required":true,"schema":{"type":"string"}},{"description":"The instance identifier.","in":"path","name":"instanceId","required":true,"schema":{"type":"string"}},{"description":"The advertiser update identifier.","in":"path","name":"updateId","required":true,"schema":{"type":"integer"}}],"responses":{"200":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/AmcGetAdvertiserUpdateResponse"}}},"description":"Successful operation."},"400":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad Request."},"401":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized. Request failed because user is not authenticated or is not allowed to invoke the operation."},"403":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Forbidden. Request failed because user does not have access to a specified resource."},"404":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Not Found. The requested resource either does not exist or the currently authenticated user does not have permission to access it."},"429":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Too many requests. The request was rate-limited. Retry later."},"500":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Internal server error. Retry later. Contact support if this response persists."}},"summary":"Gets the requested advertiser update for the requested AMC instance.","tags":["Instance management"]}},"/amc/instances/{instanceId}/collaboration":{"get":{"description":"Gets the collaboration metadata for the requested AMC instance. Collaboration metadata is only available in instances backed by ACR.","operationId":"getInstanceCollaboration","parameters":[{"description":"The identifier of a client associated with an Amazon Developer account.","in":"header","name":"Amazon-Advertising-API-ClientId","required":true,"schema":{"type":"string"}},{"description":"This header is deprecated. Clients must pass in Amazon-Advertising-API-AdvertiserId and Amazon-Advertising-API-MarketplaceId as headers","in":"header","name":"Amazon-Advertising-API-Scope","schema":{"type":"string"}},{"description":"The AMC Account ID","in":"header","name":"Amazon-Advertising-API-AdvertiserId","required":true,"schema":{"type":"string"}},{"description":"The Marketplace ID","in":"header","name":"Amazon-Advertising-API-MarketplaceId","required":true,"schema":{"type":"string"}},{"description":"The instance identifier.","in":"path","name":"instanceId","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/GetInstanceCollaborationResponse"}}},"description":"Successful operation."},"400":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad Request."},"401":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized. Request failed because user is not authenticated or is not allowed to invoke the operation."},"403":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Forbidden. Request failed because user does not have access to a specified resource."},"404":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Not Found. The requested resource either does not exist or the currently authenticated user does not have permission to access it."},"429":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Too many requests. The request was rate-limited. Retry later."},"500":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Internal server error. Retry later. Contact support if this response persists."}},"summary":"Gets the collaboration metadata for the requested AMC instance.","tags":["Collaboration instance management"]}},"/amc/instances/{instanceId}/collaboration/idmappingtables":{"post":{"description":"Creates an ID Mapping Table in the requested AMC instance collaboration and starts the job to populate the table.","operationId":"createCollaborationIdMappingTable","parameters":[{"description":"The identifier of a client associated with an Amazon Developer account.","in":"header","name":"Amazon-Advertising-API-ClientId","required":true,"schema":{"type":"string"}},{"description":"This header is deprecated. Clients must pass in Amazon-Advertising-API-AdvertiserId and Amazon-Advertising-API-MarketplaceId as headers","in":"header","name":"Amazon-Advertising-API-Scope","schema":{"type":"string"}},{"description":"The AMC Account ID","in":"header","name":"Amazon-Advertising-API-AdvertiserId","required":true,"schema":{"type":"string"}},{"description":"The Marketplace ID","in":"header","name":"Amazon-Advertising-API-MarketplaceId","required":true,"schema":{"type":"string"}},{"description":"The instance identifier.","in":"path","name":"instanceId","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/CreateCollaborationIdMappingTablePayload"}}},"description":"The required input data to create the ID Mapping Table.","required":true},"responses":{"200":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/CreateCollaborationIdMappingTableResponse"}}},"description":"Successful operation."},"400":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad Request."},"401":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized. Request failed because user is not authenticated or is not allowed to invoke the operation."},"403":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Forbidden. Request failed because user does not have access to a specified resource."},"404":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Not Found. The requested resource either does not exist or the currently authenticated user does not have permission to access it."},"429":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Too many requests. The request was rate-limited. Retry later."},"500":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Internal server error. Retry later. Contact support if this response persists."}},"summary":"Creates an ID Mapping Table in the requested AMC instance collaboration and starts the job to populate the table.","tags":["Collaboration instance management"]}},"/amc/instances/{instanceId}/collaboration/idmappingtables/list":{"post":{"description":"Lists the ID mapping tables in the collaboration in the requested AMC instance. ID Mapping Tables are only available in instances backed by ACR.","operationId":"listCollaborationIdMappingTables","parameters":[{"description":"The identifier of a client associated with an Amazon Developer account.","in":"header","name":"Amazon-Advertising-API-ClientId","required":true,"schema":{"type":"string"}},{"description":"This header is deprecated. Clients must pass in Amazon-Advertising-API-AdvertiserId and Amazon-Advertising-API-MarketplaceId as headers","in":"header","name":"Amazon-Advertising-API-Scope","schema":{"type":"string"}},{"description":"The AMC Account ID","in":"header","name":"Amazon-Advertising-API-AdvertiserId","required":true,"schema":{"type":"string"}},{"description":"The Marketplace ID","in":"header","name":"Amazon-Advertising-API-MarketplaceId","required":true,"schema":{"type":"string"}},{"description":"The instance identifier.","in":"path","name":"instanceId","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/ListCollaborationIdMappingTablesPayload"}}},"description":"The payload of the request.","required":true},"responses":{"200":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/ListCollaborationIdMappingTablesResponse"}}},"description":"Successful operation."},"400":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad Request."},"401":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized. Request failed because user is not authenticated or is not allowed to invoke the operation."},"403":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Forbidden. Request failed because user does not have access to a specified resource."},"404":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Not Found. The requested resource either does not exist or the currently authenticated user does not have permission to access it."},"429":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Too many requests. The request was rate-limited. Retry later."},"500":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Internal server error. Retry later. Contact support if this response persists."}},"summary":"Lists the ID mapping tables in the collaboration in the requested AMC instance.","tags":["Collaboration instance management"]}},"/amc/instances/{instanceId}/collaboration/idmappingtables/{idMappingTableId}":{"delete":{"description":"Deletes the given ID Mapping Table in the collaboration for the requested AMC instance.","operationId":"deleteCollaborationIdMappingTable","parameters":[{"description":"The identifier of a client associated with an Amazon Developer account.","in":"header","name":"Amazon-Advertising-API-ClientId","required":true,"schema":{"type":"string"}},{"description":"This header is deprecated. Clients must pass in Amazon-Advertising-API-AdvertiserId and Amazon-Advertising-API-MarketplaceId as headers","in":"header","name":"Amazon-Advertising-API-Scope","schema":{"type":"string"}},{"description":"The AMC Account ID","in":"header","name":"Amazon-Advertising-API-AdvertiserId","required":true,"schema":{"type":"string"}},{"description":"The Marketplace ID","in":"header","name":"Amazon-Advertising-API-MarketplaceId","required":true,"schema":{"type":"string"}},{"description":"The instance identifier.","in":"path","name":"instanceId","required":true,"schema":{"type":"string"}},{"description":"The ID mapping table identifier.","in":"path","name":"idMappingTableId","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/DeleteCollaborationIdMappingTableResponse"}}},"description":"Successful operation."},"400":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad Request."},"401":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized. Request failed because user is not authenticated or is not allowed to invoke the operation."},"403":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Forbidden. Request failed because user does not have access to a specified resource."},"404":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Not Found. The requested resource either does not exist or the currently authenticated user does not have permission to access it."},"429":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Too many requests. The request was rate-limited. Retry later."},"500":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Internal server error. Retry later. Contact support if this response persists."}},"summary":"Deletes the given ID Mapping Table in the collaboration for the requested AMC instance.","tags":["Collaboration instance management"]}},"/amc/instances/{instanceId}/collaboration/idmappingtables/{idMappingTableId}/jobTracker/{trackingId}":{"get":{"description":"Retrieves the ID mapping workflow job associated to the tracking ID. ID mapping workflow jobs are only available in instances backed by ACR.","operationId":"getCollaborationIdMappingJobForTrackingId","parameters":[{"description":"The identifier of a client associated with an Amazon Developer account.","in":"header","name":"Amazon-Advertising-API-ClientId","required":true,"schema":{"type":"string"}},{"description":"This header is deprecated. Clients must pass in Amazon-Advertising-API-AdvertiserId and Amazon-Advertising-API-MarketplaceId as headers","in":"header","name":"Amazon-Advertising-API-Scope","schema":{"type":"string"}},{"description":"The AMC Account ID","in":"header","name":"Amazon-Advertising-API-AdvertiserId","required":true,"schema":{"type":"string"}},{"description":"The Marketplace ID","in":"header","name":"Amazon-Advertising-API-MarketplaceId","required":true,"schema":{"type":"string"}},{"description":"The instance identifier.","in":"path","name":"instanceId","required":true,"schema":{"type":"string"}},{"description":"The ID mapping table identifier.","in":"path","name":"idMappingTableId","required":true,"schema":{"type":"string"}},{"description":"The job tracking ID. Tracks when the ID mapping workflow job associated to the ID mapping table created by this request is available.","in":"path","name":"trackingId","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/GetCollaborationIdMappingJobForTrackingIdResponse"}}},"description":"Successful operation."},"400":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad Request."},"401":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized. Request failed because user is not authenticated or is not allowed to invoke the operation."},"403":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Forbidden. Request failed because user does not have access to a specified resource."},"404":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Not Found. The requested resource either does not exist or the currently authenticated user does not have permission to access it."},"429":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Too many requests. The request was rate-limited. Retry later."},"500":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Internal server error. Retry later. Contact support if this response persists."}},"summary":"Retrieves the ID mapping workflow job associated to the tracking ID.","tags":["Collaboration instance management"]}},"/amc/instances/{instanceId}/collaboration/idmappingtables/{idMappingTableId}/jobs/list":{"post":{"description":"Lists the jobs associated to the given ID mapping table in the collaboration for the requested AMC instance. The response is paginated. Maximum number of jobs in the response is 100. If more jobs exist, the token included in the response can be used to get the next page of jobs.","operationId":"listCollaborationIdMappingJobs","parameters":[{"description":"The identifier of a client associated with an Amazon Developer account.","in":"header","name":"Amazon-Advertising-API-ClientId","required":true,"schema":{"type":"string"}},{"description":"This header is deprecated. Clients must pass in Amazon-Advertising-API-AdvertiserId and Amazon-Advertising-API-MarketplaceId as headers","in":"header","name":"Amazon-Advertising-API-Scope","schema":{"type":"string"}},{"description":"The AMC Account ID","in":"header","name":"Amazon-Advertising-API-AdvertiserId","required":true,"schema":{"type":"string"}},{"description":"The Marketplace ID","in":"header","name":"Amazon-Advertising-API-MarketplaceId","required":true,"schema":{"type":"string"}},{"description":"The instance identifier.","in":"path","name":"instanceId","required":true,"schema":{"type":"string"}},{"description":"The ID mapping table identifier.","in":"path","name":"idMappingTableId","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/ListCollaborationIdMappingJobsPayload"}}},"description":"The payload of the request.","required":true},"responses":{"200":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/ListCollaborationIdMappingJobsResponse"}}},"description":"Successful operation."},"400":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad Request."},"401":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized. Request failed because user is not authenticated or is not allowed to invoke the operation."},"403":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Forbidden. Request failed because user does not have access to a specified resource."},"404":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Not Found. The requested resource either does not exist or the currently authenticated user does not have permission to access it."},"429":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Too many requests. The request was rate-limited. Retry later."},"500":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Internal server error. Retry later. Contact support if this response persists."}},"summary":"Lists the ID mapping jobs associated to the ID mapping table.","tags":["Collaboration instance management"]}},"/amc/instances/{instanceId}/collaboration/idmappingtables/{idMappingTableId}/jobs/{jobId}":{"get":{"description":"Gets the metadata of the job associated to the ID Mapping Table in the collaboration for the requested AMC instance. ID mapping job metadata is only available in instances backed by ACR.","operationId":"getCollaborationIdMappingJob","parameters":[{"description":"The identifier of a client associated with an Amazon Developer account.","in":"header","name":"Amazon-Advertising-API-ClientId","required":true,"schema":{"type":"string"}},{"description":"This header is deprecated. Clients must pass in Amazon-Advertising-API-AdvertiserId and Amazon-Advertising-API-MarketplaceId as headers","in":"header","name":"Amazon-Advertising-API-Scope","schema":{"type":"string"}},{"description":"The AMC Account ID","in":"header","name":"Amazon-Advertising-API-AdvertiserId","required":true,"schema":{"type":"string"}},{"description":"The Marketplace ID","in":"header","name":"Amazon-Advertising-API-MarketplaceId","required":true,"schema":{"type":"string"}},{"description":"The instance identifier.","in":"path","name":"instanceId","required":true,"schema":{"type":"string"}},{"description":"The ID mapping table identifier.","in":"path","name":"idMappingTableId","required":true,"schema":{"type":"string"}},{"description":"The ID mapping job identifier.","in":"path","name":"jobId","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/GetCollaborationIdMappingJobResponse"}}},"description":"Successful operation."},"400":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad Request."},"401":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized. Request failed because user is not authenticated or is not allowed to invoke the operation."},"403":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Forbidden. Request failed because user does not have access to a specified resource."},"404":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Not Found. The requested resource either does not exist or the currently authenticated user does not have permission to access it."},"429":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Too many requests. The request was rate-limited. Retry later."},"500":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Internal server error. Retry later. Contact support if this response persists."}},"summary":"Gets the ID mapping job metadata for the requested AMC instance.","tags":["Collaboration instance management"]}},"/amc/instances/{instanceId}/collaboration/idmappingtables/{idMappingTableId}/refresh":{"post":{"description":"Starts a workflow job to refresh the data in the given ID Mapping Table in the collaboration for the requested AMC instance. Only one refresh every 14 days is allowed.","operationId":"refreshCollaborationIdMappingTable","parameters":[{"description":"The identifier of a client associated with an Amazon Developer account.","in":"header","name":"Amazon-Advertising-API-ClientId","required":true,"schema":{"type":"string"}},{"description":"This header is deprecated. Clients must pass in Amazon-Advertising-API-AdvertiserId and Amazon-Advertising-API-MarketplaceId as headers","in":"header","name":"Amazon-Advertising-API-Scope","schema":{"type":"string"}},{"description":"The AMC Account ID","in":"header","name":"Amazon-Advertising-API-AdvertiserId","required":true,"schema":{"type":"string"}},{"description":"The Marketplace ID","in":"header","name":"Amazon-Advertising-API-MarketplaceId","required":true,"schema":{"type":"string"}},{"description":"The instance identifier.","in":"path","name":"instanceId","required":true,"schema":{"type":"string"}},{"description":"The ID mapping table identifier.","in":"path","name":"idMappingTableId","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/RefreshCollaborationIdMappingTableResponse"}}},"description":"Successful operation."},"400":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad Request."},"401":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized. Request failed because user is not authenticated or is not allowed to invoke the operation."},"403":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Forbidden. Request failed because user does not have access to a specified resource."},"404":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Not Found. The requested resource either does not exist or the currently authenticated user does not have permission to access it."},"429":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Too many requests. The request was rate-limited. Retry later."},"500":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Internal server error. Retry later. Contact support if this response persists."}},"summary":"Refreshes the data in the given ID Mapping Table in the collaboration for the requested AMC instance.","tags":["Collaboration instance management"]}},"/amc/instances/{instanceId}/collaboration/idnamespaces/list":{"post":{"description":"Lists the advertiser ID namespaces that are not connected to an ID mapping table in the collaboration in the requested AMC instance. Advertiser ID Namespaces are only available in instances backed by ACR.","operationId":"listCollaborationIdNamespaces","parameters":[{"description":"The identifier of a client associated with an Amazon Developer account.","in":"header","name":"Amazon-Advertising-API-ClientId","required":true,"schema":{"type":"string"}},{"description":"This header is deprecated. Clients must pass in Amazon-Advertising-API-AdvertiserId and Amazon-Advertising-API-MarketplaceId as headers","in":"header","name":"Amazon-Advertising-API-Scope","schema":{"type":"string"}},{"description":"The AMC Account ID","in":"header","name":"Amazon-Advertising-API-AdvertiserId","required":true,"schema":{"type":"string"}},{"description":"The Marketplace ID","in":"header","name":"Amazon-Advertising-API-MarketplaceId","required":true,"schema":{"type":"string"}},{"description":"The instance identifier.","in":"path","name":"instanceId","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/ListCollaborationIdNamespacesPayload"}}},"description":"The payload of the request.","required":true},"responses":{"200":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/ListCollaborationIdNamespacesResponse"}}},"description":"Successful operation."},"400":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad Request."},"401":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized. Request failed because user is not authenticated or is not allowed to invoke the operation."},"403":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Forbidden. Request failed because user does not have access to a specified resource."},"404":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Not Found. The requested resource either does not exist or the currently authenticated user does not have permission to access it."},"429":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Too many requests. The request was rate-limited. Retry later."},"500":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Internal server error. Retry later. Contact support if this response persists."}},"summary":"Lists the ID namespaces associated to the collaboration in the requested AMC instance.","tags":["Collaboration instance management"]}},"/amc/instances/{instanceId}/updateCustomerAwsAccount":{"post":{"description":"Updates customer's AWS account metadata in the requested AMC instance.","operationId":"updateInstanceCustomerAwsAccountMetadata","parameters":[{"description":"The identifier of a client associated with an Amazon Developer account.","in":"header","name":"Amazon-Advertising-API-ClientId","required":true,"schema":{"type":"string"}},{"description":"This header is deprecated. Clients must pass in Amazon-Advertising-API-AdvertiserId and Amazon-Advertising-API-MarketplaceId as headers","in":"header","name":"Amazon-Advertising-API-Scope","schema":{"type":"string"}},{"description":"The AMC Account ID","in":"header","name":"Amazon-Advertising-API-AdvertiserId","required":true,"schema":{"type":"string"}},{"description":"The Marketplace ID","in":"header","name":"Amazon-Advertising-API-MarketplaceId","required":true,"schema":{"type":"string"}},{"description":"The instance identifier.","in":"path","name":"instanceId","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/InstanceCustomerAwsAccountMetadataPayload"}}},"description":"The AWS account metadata.","required":true},"responses":{"200":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/UpdateInstanceCustomerAwsAccountMetadataResponse"}}},"description":"Successful operation."},"400":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Bad Request."},"401":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Unauthorized. Request failed because user is not authenticated or is not allowed to invoke the operation."},"403":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Forbidden. Request failed because user does not have access to a specified resource."},"404":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Not Found. The requested resource either does not exist or the currently authenticated user does not have permission to access it."},"429":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Too many requests. The request was rate-limited. Retry later."},"500":{"content":{"application/vnd.amcinstances.v1+json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Internal server error. Retry later. Contact support if this response persists."}},"summary":"Updates customer's AWS account metadata in the requested AMC instance.","tags":["Instance management"]}}}}