|
5 | 5 | "endpointPrefix":"deployment-marketplace", |
6 | 6 | "jsonVersion":"1.1", |
7 | 7 | "protocol":"rest-json", |
| 8 | + "protocols":["rest-json"], |
8 | 9 | "serviceFullName":"AWS Marketplace Deployment Service", |
9 | 10 | "serviceId":"Marketplace Deployment", |
10 | 11 | "signatureVersion":"v4", |
11 | 12 | "signingName":"aws-marketplace", |
12 | | - "uid":"marketplace-deployment-2023-01-25" |
| 13 | + "uid":"marketplace-deployment-2023-01-25", |
| 14 | + "auth":["aws.auth#sigv4"] |
13 | 15 | }, |
14 | 16 | "operations":{ |
15 | 17 | "ListTagsForResource":{ |
|
153 | 155 | "documentation":"<p>The text to encrypt and store in the secret.</p>" |
154 | 156 | } |
155 | 157 | }, |
156 | | - "documentation":"<p>The shape containing the requested deployment parameter name and secretString.</p>" |
| 158 | + "documentation":"<p>The shape containing the requested deployment parameter name and secretString.</p> <note> <p>To support AWS CloudFormation dynamic references to this resource using Quick Launch, this value must match a parameter defined in the CloudFormation templated provided to buyers.</p> </note>" |
157 | 159 | }, |
158 | 160 | "DeploymentParameterName":{ |
159 | 161 | "type":"string", |
|
215 | 217 | }, |
216 | 218 | "catalog":{ |
217 | 219 | "shape":"Catalog", |
218 | | - "documentation":"<p>The catalog related to the request. Fixed value: <code>AWS Marketplace</code> </p>", |
| 220 | + "documentation":"<p>The catalog related to the request. Fixed value: <code>AWSMarketplace</code> </p>", |
219 | 221 | "location":"uri", |
220 | 222 | "locationName":"catalog" |
221 | 223 | }, |
222 | 224 | "clientToken":{ |
223 | 225 | "shape":"ClientToken", |
224 | | - "documentation":"<p>The idempotency token for deployment parameters. A unique identifier for the new version.</p>", |
| 226 | + "documentation":"<p>The idempotency token for deployment parameters. A unique identifier for the new version.</p> <note> <p>This field is not required if you're calling using an AWS SDK. Otherwise, a <code>clientToken</code> must be provided with the request.</p> </note>", |
225 | 227 | "idempotencyToken":true |
226 | 228 | }, |
227 | 229 | "deploymentParameter":{ |
|
429 | 431 | "exception":true |
430 | 432 | } |
431 | 433 | }, |
432 | | - "documentation":"<p>The AWS Marketplace Deployment Service supports the Quick Launch experience, which is a deployment option for software as a service (SaaS) products. Quick Launch simplifies and reduces the time, resources, and steps required to configure, deploy, and launch a products. The AWS Marketplace Deployment Service provides sellers with a secure method for passing deployment parameters (for example, API keys and external IDs) to buyers during the Quick Launch experience.</p>" |
| 434 | + "documentation":"<p>The AWS Marketplace Deployment Service supports the Quick Launch experience, which is a deployment option for software as a service (SaaS) products. Quick Launch simplifies and reduces the time, resources, and steps required to configure, deploy, and launch a products. The AWS Marketplace Deployment Service provides sellers with a secure method for passing deployment parameters, such as API keys and external IDs, to buyers during the Quick Launch experience.</p>" |
433 | 435 | } |
0 commit comments