|
31 | 31 | "shapes": {
|
32 | 32 | "com.amazonaws.servicecatalog#AWS242ServiceCatalogService": {
|
33 | 33 | "type": "service",
|
| 34 | + "traits": { |
| 35 | + "aws.api#service": { |
| 36 | + "sdkId": "Service Catalog", |
| 37 | + "arnNamespace": "servicecatalog", |
| 38 | + "cloudFormationName": "ServiceCatalog", |
| 39 | + "cloudTrailEventSource": "servicecatalog.amazonaws.com", |
| 40 | + "endpointPrefix": "servicecatalog" |
| 41 | + }, |
| 42 | + "aws.auth#sigv4": { |
| 43 | + "name": "servicecatalog" |
| 44 | + }, |
| 45 | + "aws.protocols#awsJson1_1": {}, |
| 46 | + "smithy.api#documentation": "<fullname>AWS Service Catalog</fullname>\n <p>\n <a href=\"https://aws.amazon.com/servicecatalog/\">AWS Service Catalog</a> enables\n organizations to create and manage catalogs of IT services that are approved for AWS. To\n get the most out of this documentation, you should be familiar with the terminology\n discussed in <a href=\"http://docs.aws.amazon.com/servicecatalog/latest/adminguide/what-is_concepts.html\">AWS Service Catalog\n Concepts</a>.</p>", |
| 47 | + "smithy.api#title": "AWS Service Catalog" |
| 48 | + }, |
34 | 49 | "version": "2015-12-10",
|
35 | 50 | "operations": [
|
36 | 51 | {
|
|
294 | 309 | {
|
295 | 310 | "target": "com.amazonaws.servicecatalog#UpdateTagOption"
|
296 | 311 | }
|
297 |
| - ], |
298 |
| - "traits": { |
299 |
| - "aws.api#service": { |
300 |
| - "sdkId": "Service Catalog", |
301 |
| - "arnNamespace": "servicecatalog", |
302 |
| - "cloudFormationName": "ServiceCatalog", |
303 |
| - "cloudTrailEventSource": "servicecatalog.amazonaws.com", |
304 |
| - "endpointPrefix": "servicecatalog" |
305 |
| - }, |
306 |
| - "aws.auth#sigv4": { |
307 |
| - "name": "servicecatalog" |
308 |
| - }, |
309 |
| - "aws.protocols#awsJson1_1": {}, |
310 |
| - "smithy.api#documentation": "<fullname>AWS Service Catalog</fullname>\n <p>\n <a href=\"https://aws.amazon.com/servicecatalog/\">AWS Service Catalog</a> enables\n organizations to create and manage catalogs of IT services that are approved for AWS. To\n get the most out of this documentation, you should be familiar with the terminology\n discussed in <a href=\"http://docs.aws.amazon.com/servicecatalog/latest/adminguide/what-is_concepts.html\">AWS Service Catalog\n Concepts</a>.</p>", |
311 |
| - "smithy.api#title": "AWS Service Catalog" |
312 |
| - } |
| 312 | + ] |
313 | 313 | },
|
314 | 314 | "com.amazonaws.servicecatalog#AcceptLanguage": {
|
315 | 315 | "type": "string",
|
|
3144 | 3144 | "ProvisioningArtifactOutputs": {
|
3145 | 3145 | "target": "com.amazonaws.servicecatalog#ProvisioningArtifactOutputs",
|
3146 | 3146 | "traits": {
|
| 3147 | + "smithy.api#deprecated": { |
| 3148 | + "message": "This property is deprecated and returns the Id and Description of the Provisioning Artifact. Use ProvisioningArtifactOutputKeys instead to get the Keys and Descriptions of the outputs." |
| 3149 | + }, |
3147 | 3150 | "smithy.api#documentation": "<p>The output of the provisioning artifact.</p>"
|
3148 | 3151 | }
|
| 3152 | + }, |
| 3153 | + "ProvisioningArtifactOutputKeys": { |
| 3154 | + "target": "com.amazonaws.servicecatalog#ProvisioningArtifactOutputs", |
| 3155 | + "traits": { |
| 3156 | + "smithy.api#documentation": "<p>A list of the keys and descriptions of the outputs. These outputs can be referenced from a provisioned product launched from this provisioning artifact.</p>" |
| 3157 | + } |
3149 | 3158 | }
|
3150 | 3159 | }
|
3151 | 3160 | },
|
|
0 commit comments