Skip to content

Commit 6e14023

Browse files
author
AWS
committed
AWS Marketplace Deployment Service Update: Doc only update for the AWS Marketplace Deployment Service that fixes several customer-reported issues.
1 parent d74a0ab commit 6e14023

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS Marketplace Deployment Service",
4+
"contributor": "",
5+
"description": "Doc only update for the AWS Marketplace Deployment Service that fixes several customer-reported issues."
6+
}

services/marketplacedeployment/src/main/resources/codegen-resources/service-2.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@
55
"endpointPrefix":"deployment-marketplace",
66
"jsonVersion":"1.1",
77
"protocol":"rest-json",
8+
"protocols":["rest-json"],
89
"serviceFullName":"AWS Marketplace Deployment Service",
910
"serviceId":"Marketplace Deployment",
1011
"signatureVersion":"v4",
1112
"signingName":"aws-marketplace",
12-
"uid":"marketplace-deployment-2023-01-25"
13+
"uid":"marketplace-deployment-2023-01-25",
14+
"auth":["aws.auth#sigv4"]
1315
},
1416
"operations":{
1517
"ListTagsForResource":{
@@ -153,7 +155,7 @@
153155
"documentation":"<p>The text to encrypt and store in the secret.</p>"
154156
}
155157
},
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>"
157159
},
158160
"DeploymentParameterName":{
159161
"type":"string",
@@ -215,13 +217,13 @@
215217
},
216218
"catalog":{
217219
"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>",
219221
"location":"uri",
220222
"locationName":"catalog"
221223
},
222224
"clientToken":{
223225
"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>",
225227
"idempotencyToken":true
226228
},
227229
"deploymentParameter":{
@@ -429,5 +431,5 @@
429431
"exception":true
430432
}
431433
},
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>"
433435
}

0 commit comments

Comments
 (0)