|
41 | 41 | },
|
42 | 42 | "com.amazonaws.marketplacecatalog#AWSMPSeymour": {
|
43 | 43 | "type": "service",
|
| 44 | + "traits": { |
| 45 | + "aws.api#service": { |
| 46 | + "sdkId": "Marketplace Catalog", |
| 47 | + "arnNamespace": "aws-marketplace", |
| 48 | + "cloudFormationName": "MarketplaceCatalog", |
| 49 | + "cloudTrailEventSource": "marketplacecatalog.amazonaws.com", |
| 50 | + "endpointPrefix": "catalog.marketplace" |
| 51 | + }, |
| 52 | + "aws.auth#sigv4": { |
| 53 | + "name": "aws-marketplace" |
| 54 | + }, |
| 55 | + "aws.protocols#restJson1": {}, |
| 56 | + "smithy.api#documentation": "<p>Catalog API actions allow you to manage your entities through list, describe, and update\n capabilities. An entity can be a product or an offer on AWS Marketplace. </p>\n\n <p>You can automate your entity update process by integrating the AWS Marketplace Catalog\n API with your AWS Marketplace product build or deployment pipelines. You can also create\n your own applications on top of the Catalog API to manage your products on AWS\n Marketplace.</p>", |
| 57 | + "smithy.api#title": "AWS Marketplace Catalog Service" |
| 58 | + }, |
44 | 59 | "version": "2018-09-17",
|
45 | 60 | "operations": [
|
46 | 61 | {
|
|
61 | 76 | {
|
62 | 77 | "target": "com.amazonaws.marketplacecatalog#StartChangeSet"
|
63 | 78 | }
|
64 |
| - ], |
65 |
| - "traits": { |
66 |
| - "aws.api#service": { |
67 |
| - "sdkId": "Marketplace Catalog", |
68 |
| - "arnNamespace": "aws-marketplace", |
69 |
| - "cloudFormationName": "MarketplaceCatalog", |
70 |
| - "cloudTrailEventSource": "marketplacecatalog.amazonaws.com", |
71 |
| - "endpointPrefix": "catalog.marketplace" |
72 |
| - }, |
73 |
| - "aws.auth#sigv4": { |
74 |
| - "name": "aws-marketplace" |
75 |
| - }, |
76 |
| - "aws.protocols#restJson1": {}, |
77 |
| - "smithy.api#documentation": "<p>Catalog API actions allow you to manage your entities through list, describe, and update\n capabilities. An entity can be a product or an offer on AWS Marketplace. </p>\n\n <p>You can automate your entity update process by integrating the AWS Marketplace Catalog\n API with your AWS Marketplace product build or deployment pipelines. You can also create\n your own applications on top of the Catalog API to manage your products on AWS\n Marketplace.</p>", |
78 |
| - "smithy.api#title": "AWS Marketplace Catalog Service" |
79 |
| - } |
| 79 | + ] |
80 | 80 | },
|
81 | 81 | "com.amazonaws.marketplacecatalog#AccessDeniedException": {
|
82 | 82 | "type": "structure",
|
|
584 | 584 | "EntityArn": {
|
585 | 585 | "target": "com.amazonaws.marketplacecatalog#ARN",
|
586 | 586 | "traits": {
|
587 |
| - "smithy.api#documentation": "<p>The ARN associated to the unique identifier for the change set referenced in this\n request.</p>" |
| 587 | + "smithy.api#documentation": "<p>The ARN associated to the unique identifier for the entity referenced in this\n request.</p>" |
588 | 588 | }
|
589 | 589 | },
|
590 | 590 | "LastModifiedDate": {
|
|
629 | 629 | "min": 1,
|
630 | 630 | "max": 255
|
631 | 631 | },
|
632 |
| - "smithy.api#pattern": "^\\\\S+[\\\\S\\\\s]*" |
| 632 | + "smithy.api#pattern": "^\\\\S+[\\\\S\\\\s]*$" |
633 | 633 | }
|
634 | 634 | },
|
635 | 635 | "com.amazonaws.marketplacecatalog#EntitySummary": {
|
|
1237 | 1237 | "ClientRequestToken": {
|
1238 | 1238 | "target": "com.amazonaws.marketplacecatalog#ClientRequestToken",
|
1239 | 1239 | "traits": {
|
1240 |
| - "smithy.api#documentation": "<p>A unique token to identify the request to ensure idempotency.</p>" |
| 1240 | + "smithy.api#documentation": "<p>A unique token to identify the request to ensure idempotency.</p>", |
| 1241 | + "smithy.api#idempotencyToken": {} |
1241 | 1242 | }
|
1242 | 1243 | }
|
1243 | 1244 | }
|
|
0 commit comments