github.com/aavshr/aws-sdk-go@v1.41.3/models/apis/marketplace-catalog/2018-09-17/docs-2.json (about) 1 { 2 "version": "2.0", 3 "service": "<p>Catalog API actions allow you to manage your entities through list, describe, and update capabilities. An entity can be a product or an offer on AWS Marketplace. </p> <p>You can automate your entity update process by integrating the AWS Marketplace Catalog API with your AWS Marketplace product build or deployment pipelines. You can also create your own applications on top of the Catalog API to manage your products on AWS Marketplace.</p>", 4 "operations": { 5 "CancelChangeSet": "<p>Used to cancel an open change request. Must be sent before the status of the request changes to <code>APPLYING</code>, the final stage of completing your change request. You can describe a change during the 60-day request history retention period for API calls.</p>", 6 "DescribeChangeSet": "<p>Provides information about a given change set.</p>", 7 "DescribeEntity": "<p>Returns the metadata and content of the entity.</p>", 8 "ListChangeSets": "<p>Returns the list of change sets owned by the account being used to make the call. You can filter this list by providing any combination of <code>entityId</code>, <code>ChangeSetName</code>, and status. If you provide more than one filter, the API operation applies a logical AND between the filters.</p> <p>You can describe a change during the 60-day request history retention period for API calls.</p>", 9 "ListEntities": "<p>Provides the list of entities of a given type.</p>", 10 "StartChangeSet": "<p>This operation allows you to request changes for your entities. Within a single ChangeSet, you cannot start the same change type against the same entity multiple times. Additionally, when a ChangeSet is running, all the entities targeted by the different changes are locked until the ChangeSet has completed (either succeeded, cancelled, or failed). If you try to start a ChangeSet containing a change against an entity that is already locked, you will receive a <code>ResourceInUseException</code>.</p> <p>For example, you cannot start the ChangeSet described in the <a href=\"https://docs.aws.amazon.com/marketplace-catalog/latest/api-reference/API_StartChangeSet.html#API_StartChangeSet_Examples\">example</a> later in this topic, because it contains two changes to execute the same change type (<code>AddRevisions</code>) against the same entity (<code>entity-id@1)</code>.</p> <p>For more information about working with change sets, see <a href=\"https://docs.aws.amazon.com/marketplace-catalog/latest/api-reference/welcome.html#working-with-change-sets\"> Working with change sets</a>.</p>" 11 }, 12 "shapes": { 13 "ARN": { 14 "base": null, 15 "refs": { 16 "CancelChangeSetResponse$ChangeSetArn": "<p>The ARN associated with the change set referenced in this request.</p>", 17 "ChangeSetSummaryListItem$ChangeSetArn": "<p>The ARN associated with the unique identifier for the change set referenced in this request.</p>", 18 "DescribeChangeSetResponse$ChangeSetArn": "<p>The ARN associated with the unique identifier for the change set referenced in this request.</p>", 19 "DescribeEntityResponse$EntityArn": "<p>The ARN associated to the unique identifier for the change set referenced in this request.</p>", 20 "EntitySummary$EntityArn": "<p>The ARN associated with the unique identifier for the entity.</p>", 21 "StartChangeSetResponse$ChangeSetArn": "<p>The ARN associated to the unique identifier generated for the request.</p>" 22 } 23 }, 24 "AccessDeniedException": { 25 "base": "<p>Access is denied.</p>", 26 "refs": { 27 } 28 }, 29 "CancelChangeSetRequest": { 30 "base": null, 31 "refs": { 32 } 33 }, 34 "CancelChangeSetResponse": { 35 "base": null, 36 "refs": { 37 } 38 }, 39 "Catalog": { 40 "base": null, 41 "refs": { 42 "CancelChangeSetRequest$Catalog": "<p>Required. The catalog related to the request. Fixed value: <code>AWSMarketplace</code>.</p>", 43 "DescribeChangeSetRequest$Catalog": "<p>Required. The catalog related to the request. Fixed value: <code>AWSMarketplace</code> </p>", 44 "DescribeEntityRequest$Catalog": "<p>Required. The catalog related to the request. Fixed value: <code>AWSMarketplace</code> </p>", 45 "ListChangeSetsRequest$Catalog": "<p>The catalog related to the request. Fixed value: <code>AWSMarketplace</code> </p>", 46 "ListEntitiesRequest$Catalog": "<p>The catalog related to the request. Fixed value: <code>AWSMarketplace</code> </p>", 47 "StartChangeSetRequest$Catalog": "<p>The catalog related to the request. Fixed value: <code>AWSMarketplace</code> </p>" 48 } 49 }, 50 "Change": { 51 "base": "<p>An object that contains the <code>ChangeType</code>, <code>Details</code>, and <code>Entity</code>.</p>", 52 "refs": { 53 "RequestedChangeList$member": null 54 } 55 }, 56 "ChangeName": { 57 "base": null, 58 "refs": { 59 "Change$ChangeName": "<p>Optional name for the change.</p>", 60 "ChangeSummary$ChangeName": "<p>Optional name for the change.</p>" 61 } 62 }, 63 "ChangeSetDescription": { 64 "base": null, 65 "refs": { 66 "DescribeChangeSetResponse$ChangeSet": "<p>An array of <code>ChangeSummary</code> objects.</p>" 67 } 68 }, 69 "ChangeSetName": { 70 "base": null, 71 "refs": { 72 "ChangeSetSummaryListItem$ChangeSetName": "<p>The non-unique name for the change set.</p>", 73 "DescribeChangeSetResponse$ChangeSetName": "<p>The optional name provided in the <code>StartChangeSet</code> request. If you do not provide a name, one is set by default.</p>", 74 "StartChangeSetRequest$ChangeSetName": "<p>Optional case sensitive string of up to 100 ASCII characters. The change set name can be used to filter the list of change sets. </p>" 75 } 76 }, 77 "ChangeSetSummaryList": { 78 "base": null, 79 "refs": { 80 "ListChangeSetsResponse$ChangeSetSummaryList": "<p> Array of <code>ChangeSetSummaryListItem</code> objects.</p>" 81 } 82 }, 83 "ChangeSetSummaryListItem": { 84 "base": "<p>A summary of a change set returned in a list of change sets when the <code>ListChangeSets</code> action is called.</p>", 85 "refs": { 86 "ChangeSetSummaryList$member": null 87 } 88 }, 89 "ChangeStatus": { 90 "base": null, 91 "refs": { 92 "ChangeSetSummaryListItem$Status": "<p>The current status of the change set.</p>", 93 "DescribeChangeSetResponse$Status": "<p>The status of the change request.</p>" 94 } 95 }, 96 "ChangeSummary": { 97 "base": "<p>This object is a container for common summary information about the change. The summary doesn't contain the whole change structure.</p>", 98 "refs": { 99 "ChangeSetDescription$member": null 100 } 101 }, 102 "ChangeType": { 103 "base": null, 104 "refs": { 105 "Change$ChangeType": "<p>Change types are single string values that describe your intention for the change. Each change type is unique for each <code>EntityType</code> provided in the change's scope.</p>", 106 "ChangeSummary$ChangeType": "<p>The type of the change.</p>" 107 } 108 }, 109 "ClientRequestToken": { 110 "base": null, 111 "refs": { 112 "StartChangeSetRequest$ClientRequestToken": "<p>A unique token to identify the request to ensure idempotency.</p>" 113 } 114 }, 115 "DateTimeISO8601": { 116 "base": null, 117 "refs": { 118 "ChangeSetSummaryListItem$StartTime": "<p>The time, in ISO 8601 format (2018-02-27T13:45:22Z), when the change set was started.</p>", 119 "ChangeSetSummaryListItem$EndTime": "<p>The time, in ISO 8601 format (2018-02-27T13:45:22Z), when the change set was finished.</p>", 120 "DescribeChangeSetResponse$StartTime": "<p>The date and time, in ISO 8601 format (2018-02-27T13:45:22Z), the request started. </p>", 121 "DescribeChangeSetResponse$EndTime": "<p>The date and time, in ISO 8601 format (2018-02-27T13:45:22Z), the request transitioned to a terminal state. The change cannot transition to a different state. Null if the request is not in a terminal state. </p>", 122 "DescribeEntityResponse$LastModifiedDate": "<p>The last modified date of the entity, in ISO 8601 format (2018-02-27T13:45:22Z).</p>", 123 "EntitySummary$LastModifiedDate": "<p>The last time the entity was published, using ISO 8601 format (2018-02-27T13:45:22Z).</p>" 124 } 125 }, 126 "DescribeChangeSetRequest": { 127 "base": null, 128 "refs": { 129 } 130 }, 131 "DescribeChangeSetResponse": { 132 "base": null, 133 "refs": { 134 } 135 }, 136 "DescribeEntityRequest": { 137 "base": null, 138 "refs": { 139 } 140 }, 141 "DescribeEntityResponse": { 142 "base": null, 143 "refs": { 144 } 145 }, 146 "Entity": { 147 "base": "<p>An entity contains data that describes your product, its supported features, and how it can be used or launched by your customer. </p>", 148 "refs": { 149 "Change$Entity": "<p>The entity to be changed.</p>", 150 "ChangeSummary$Entity": "<p>The entity to be changed.</p>" 151 } 152 }, 153 "EntityNameString": { 154 "base": null, 155 "refs": { 156 "EntitySummary$Name": "<p>The name for the entity. This value is not unique. It is defined by the seller.</p>" 157 } 158 }, 159 "EntitySummary": { 160 "base": "<p>This object is a container for common summary information about the entity. The summary doesn't contain the whole entity structure, but it does contain information common across all entities.</p>", 161 "refs": { 162 "EntitySummaryList$member": null 163 } 164 }, 165 "EntitySummaryList": { 166 "base": null, 167 "refs": { 168 "ListEntitiesResponse$EntitySummaryList": "<p> Array of <code>EntitySummary</code> object.</p>" 169 } 170 }, 171 "EntityType": { 172 "base": null, 173 "refs": { 174 "DescribeEntityResponse$EntityType": "<p>The named type of the entity, in the format of <code>EntityType@Version</code>.</p>", 175 "Entity$Type": "<p>The type of entity.</p>", 176 "EntitySummary$EntityType": "<p>The type of the entity.</p>", 177 "ListEntitiesRequest$EntityType": "<p>The type of entities to retrieve.</p>" 178 } 179 }, 180 "ErrorCodeString": { 181 "base": null, 182 "refs": { 183 "ErrorDetail$ErrorCode": "<p>The error code that identifies the type of error.</p>" 184 } 185 }, 186 "ErrorDetail": { 187 "base": "<p>Details about the error.</p>", 188 "refs": { 189 "ErrorDetailList$member": null 190 } 191 }, 192 "ErrorDetailList": { 193 "base": null, 194 "refs": { 195 "ChangeSummary$ErrorDetailList": "<p>An array of <code>ErrorDetail</code> objects associated with the change.</p>" 196 } 197 }, 198 "ExceptionMessageContent": { 199 "base": null, 200 "refs": { 201 "AccessDeniedException$Message": null, 202 "DescribeChangeSetResponse$FailureDescription": "<p>Returned if there is a failure on the change set, but that failure is not related to any of the changes in the request.</p>", 203 "ErrorDetail$ErrorMessage": "<p>The message for the error.</p>", 204 "InternalServiceException$Message": null, 205 "ResourceInUseException$Message": null, 206 "ResourceNotFoundException$Message": null, 207 "ResourceNotSupportedException$Message": null, 208 "ServiceQuotaExceededException$Message": null, 209 "ThrottlingException$Message": null, 210 "ValidationException$Message": null 211 } 212 }, 213 "FailureCode": { 214 "base": null, 215 "refs": { 216 "ChangeSetSummaryListItem$FailureCode": "<p>Returned if the change set is in <code>FAILED</code> status. Can be either <code>CLIENT_ERROR</code>, which means that there are issues with the request (see the <code>ErrorDetailList</code> of <code>DescribeChangeSet</code>), or <code>SERVER_FAULT</code>, which means that there is a problem in the system, and you should retry your request.</p>", 217 "DescribeChangeSetResponse$FailureCode": "<p>Returned if the change set is in <code>FAILED</code> status. Can be either <code>CLIENT_ERROR</code>, which means that there are issues with the request (see the <code>ErrorDetailList</code>), or <code>SERVER_FAULT</code>, which means that there is a problem in the system, and you should retry your request.</p>" 218 } 219 }, 220 "Filter": { 221 "base": "<p>A filter object, used to optionally filter results from calls to the <code>ListEntities</code> and <code>ListChangeSets</code> actions.</p>", 222 "refs": { 223 "FilterList$member": null 224 } 225 }, 226 "FilterList": { 227 "base": null, 228 "refs": { 229 "ListChangeSetsRequest$FilterList": "<p>An array of filter objects.</p>", 230 "ListEntitiesRequest$FilterList": "<p>An array of filter objects. Each filter object contains two attributes, <code>filterName</code> and <code>filterValues</code>.</p>" 231 } 232 }, 233 "FilterName": { 234 "base": null, 235 "refs": { 236 "Filter$Name": "<p>For <code>ListEntities</code>, the supported value for this is an <code>EntityId</code>.</p> <p>For <code>ListChangeSets</code>, the supported values are as follows:</p>" 237 } 238 }, 239 "FilterValueContent": { 240 "base": null, 241 "refs": { 242 "ValueList$member": null 243 } 244 }, 245 "Identifier": { 246 "base": null, 247 "refs": { 248 "DescribeEntityResponse$EntityIdentifier": "<p>The identifier of the entity, in the format of <code>EntityId@RevisionId</code>.</p>", 249 "Entity$Identifier": "<p>The identifier for the entity.</p>" 250 } 251 }, 252 "InternalServiceException": { 253 "base": "<p>There was an internal service exception.</p>", 254 "refs": { 255 } 256 }, 257 "Json": { 258 "base": null, 259 "refs": { 260 "Change$Details": "<p>This object contains details specific to the change type of the requested change.</p>", 261 "ChangeSummary$Details": "<p>This object contains details specific to the change type of the requested change.</p>", 262 "DescribeEntityResponse$Details": "<p>This stringified JSON object includes the details of the entity.</p>" 263 } 264 }, 265 "ListChangeSetsRequest": { 266 "base": null, 267 "refs": { 268 } 269 }, 270 "ListChangeSetsResponse": { 271 "base": null, 272 "refs": { 273 } 274 }, 275 "ListEntitiesRequest": { 276 "base": null, 277 "refs": { 278 } 279 }, 280 "ListEntitiesResponse": { 281 "base": null, 282 "refs": { 283 } 284 }, 285 "MaxResultInteger": { 286 "base": null, 287 "refs": { 288 "ListChangeSetsRequest$MaxResults": "<p>The maximum number of results returned by a single call. This value must be provided in the next call to retrieve the next set of results. By default, this value is 20.</p>", 289 "ListEntitiesRequest$MaxResults": "<p>Specifies the upper limit of the elements on a single page. If a value isn't provided, the default value is 20.</p>" 290 } 291 }, 292 "NextToken": { 293 "base": null, 294 "refs": { 295 "ListChangeSetsRequest$NextToken": "<p>The token value retrieved from a previous call to access the next page of results.</p>", 296 "ListChangeSetsResponse$NextToken": "<p>The value of the next token, if it exists. Null if there are no more results.</p>", 297 "ListEntitiesRequest$NextToken": "<p>The value of the next token, if it exists. Null if there are no more results.</p>", 298 "ListEntitiesResponse$NextToken": "<p>The value of the next token if it exists. Null if there is no more result.</p>" 299 } 300 }, 301 "RequestedChangeList": { 302 "base": null, 303 "refs": { 304 "StartChangeSetRequest$ChangeSet": "<p>Array of <code>change</code> object.</p>" 305 } 306 }, 307 "ResourceId": { 308 "base": null, 309 "refs": { 310 "CancelChangeSetRequest$ChangeSetId": "<p>Required. The unique identifier of the <code>StartChangeSet</code> request that you want to cancel.</p>", 311 "CancelChangeSetResponse$ChangeSetId": "<p>The unique identifier for the change set referenced in this request.</p>", 312 "ChangeSetSummaryListItem$ChangeSetId": "<p>The unique identifier for a change set.</p>", 313 "DescribeChangeSetRequest$ChangeSetId": "<p>Required. The unique identifier for the <code>StartChangeSet</code> request that you want to describe the details for.</p>", 314 "DescribeChangeSetResponse$ChangeSetId": "<p>Required. The unique identifier for the change set referenced in this request.</p>", 315 "DescribeEntityRequest$EntityId": "<p>Required. The unique ID of the entity to describe.</p>", 316 "EntitySummary$EntityId": "<p>The unique identifier for the entity.</p>", 317 "ResourceIdList$member": null, 318 "StartChangeSetResponse$ChangeSetId": "<p>Unique identifier generated for the request.</p>" 319 } 320 }, 321 "ResourceIdList": { 322 "base": null, 323 "refs": { 324 "ChangeSetSummaryListItem$EntityIdList": "<p>This object is a list of entity IDs (string) that are a part of a change set. The entity ID list is a maximum of 20 entities. It must contain at least one entity.</p>" 325 } 326 }, 327 "ResourceInUseException": { 328 "base": "<p>The resource is currently in use.</p>", 329 "refs": { 330 } 331 }, 332 "ResourceNotFoundException": { 333 "base": "<p>The specified resource wasn't found.</p>", 334 "refs": { 335 } 336 }, 337 "ResourceNotSupportedException": { 338 "base": "<p>Currently, the specified resource is not supported.</p>", 339 "refs": { 340 } 341 }, 342 "ServiceQuotaExceededException": { 343 "base": "<p>The maximum number of open requests per account has been exceeded.</p>", 344 "refs": { 345 } 346 }, 347 "Sort": { 348 "base": "<p>An object that contains two attributes, <code>SortBy</code> and <code>SortOrder</code>.</p>", 349 "refs": { 350 "ListChangeSetsRequest$Sort": "<p>An object that contains two attributes, <code>SortBy</code> and <code>SortOrder</code>.</p>", 351 "ListEntitiesRequest$Sort": "<p>An object that contains two attributes, <code>SortBy</code> and <code>SortOrder</code>.</p>" 352 } 353 }, 354 "SortBy": { 355 "base": null, 356 "refs": { 357 "Sort$SortBy": "<p>For <code>ListEntities</code>, supported attributes include <code>LastModifiedDate</code> (default), <code>Visibility</code>, <code>EntityId</code>, and <code>Name</code>.</p> <p>For <code>ListChangeSets</code>, supported attributes include <code>StartTime</code> and <code>EndTime</code>.</p>" 358 } 359 }, 360 "SortOrder": { 361 "base": null, 362 "refs": { 363 "Sort$SortOrder": "<p>The sorting order. Can be <code>ASCENDING</code> or <code>DESCENDING</code>. The default value is <code>DESCENDING</code>.</p>" 364 } 365 }, 366 "StartChangeSetRequest": { 367 "base": null, 368 "refs": { 369 } 370 }, 371 "StartChangeSetResponse": { 372 "base": null, 373 "refs": { 374 } 375 }, 376 "ThrottlingException": { 377 "base": "<p>Too many requests.</p>", 378 "refs": { 379 } 380 }, 381 "ValidationException": { 382 "base": "<p>An error occurred during validation.</p>", 383 "refs": { 384 } 385 }, 386 "ValueList": { 387 "base": null, 388 "refs": { 389 "Filter$ValueList": "<p> <code>ListEntities</code> - This is a list of unique <code>EntityId</code>s.</p> <p> <code>ListChangeSets</code> - The supported filter names and associated <code>ValueList</code>s is as follows:</p> <ul> <li> <p> <code>ChangeSetName</code> - The supported <code>ValueList</code> is a list of non-unique <code>ChangeSetName</code>s. These are defined when you call the <code>StartChangeSet</code> action.</p> </li> <li> <p> <code>Status</code> - The supported <code>ValueList</code> is a list of statuses for all change set requests.</p> </li> <li> <p> <code>EntityId</code> - The supported <code>ValueList</code> is a list of unique <code>EntityId</code>s.</p> </li> <li> <p> <code>BeforeStartTime</code> - The supported <code>ValueList</code> is a list of all change sets that started before the filter value.</p> </li> <li> <p> <code>AfterStartTime</code> - The supported <code>ValueList</code> is a list of all change sets that started after the filter value.</p> </li> <li> <p> <code>BeforeEndTime</code> - The supported <code>ValueList</code> is a list of all change sets that ended before the filter value.</p> </li> <li> <p> <code>AfterEndTime</code> - The supported <code>ValueList</code> is a list of all change sets that ended after the filter value.</p> </li> </ul>" 390 } 391 }, 392 "VisibilityValue": { 393 "base": null, 394 "refs": { 395 "EntitySummary$Visibility": "<p>The visibility status of the entity to buyers. This value can be <code>Public</code> (everyone can view the entity), <code>Limited</code> (the entity is visible to limited accounts only), or <code>Restricted</code> (the entity was published and then unpublished and only existing buyers can view it). </p>" 396 } 397 } 398 } 399 }