Skip to content

Commit 670220f

Browse files
feat: update AWS API models
1 parent 38c0a28 commit 670220f

File tree

4 files changed

+362
-65
lines changed

4 files changed

+362
-65
lines changed

codegen/sdk/aws-models/lightsail.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23357,6 +23357,12 @@
2335723357
"traits": {
2335823358
"smithy.api#documentation": "<p>Indicates the certificate that needs to be associated with the database.</p>"
2335923359
}
23360+
},
23361+
"relationalDatabaseBlueprintId": {
23362+
"target": "com.amazonaws.lightsail#string",
23363+
"traits": {
23364+
"smithy.api#documentation": "<p>This parameter is used to update the major version of the database. Enter the\n <code>blueprintId</code> for the major version that you want to update to.</p>\n <p>Use the <a href=\"https://docs.aws.amazon.com/lightsail/2016-11-28/api-reference/API_GetRelationalDatabaseBlueprints.html\">GetRelationalDatabaseBlueprints</a> action to get a list of available blueprint\n IDs.</p>"
23365+
}
2336023366
}
2336123367
},
2336223368
"traits": {

codegen/sdk/aws-models/marketplace-catalog.json

Lines changed: 36 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -805,7 +805,7 @@
805805
}
806806
},
807807
"traits": {
808-
"smithy.api#documentation": "<p>Object containing all the filter fields for AMI products. Client can add a maximum of 8\n filters in a single <code>ListEntities</code> request.</p>"
808+
"smithy.api#documentation": "<p>Object containing all the filter fields for AMI products. Client can add only one wildcard filter and a maximum of 8\n filters in a single <code>ListEntities</code> request.</p>"
809809
}
810810
},
811811
"com.amazonaws.marketplacecatalog#AmiProductLastModifiedDateFilter": {
@@ -1031,7 +1031,7 @@
10311031
}
10321032
],
10331033
"traits": {
1034-
"smithy.api#documentation": "<p>Returns metadata and content for multiple entities.</p>",
1034+
"smithy.api#documentation": "<p>Returns metadata and content for multiple entities. This is the Batch version of the <code>DescribeEntity</code> API and uses the same IAM permission action as <code>DescribeEntity</code> API.</p>",
10351035
"smithy.api#http": {
10361036
"method": "POST",
10371037
"uri": "/BatchDescribeEntities",
@@ -1503,7 +1503,7 @@
15031503
}
15041504
},
15051505
"traits": {
1506-
"smithy.api#documentation": "<p>Object containing all the filter fields for container products. Client can add a maximum of 8 filters in a single <code>ListEntities</code> request.</p>"
1506+
"smithy.api#documentation": "<p>Object containing all the filter fields for container products. Client can add only one wildcard filter and a maximum of 8 filters in a single <code>ListEntities</code> request.</p>"
15071507
}
15081508
},
15091509
"com.amazonaws.marketplacecatalog#ContainerProductLastModifiedDateFilter": {
@@ -1771,7 +1771,7 @@
17711771
}
17721772
},
17731773
"traits": {
1774-
"smithy.api#documentation": "<p>Object containing all the filter fields for data products. Client can add a maximum of 8 filters in a single <code>ListEntities</code> request.</p>"
1774+
"smithy.api#documentation": "<p>Object containing all the filter fields for data products. Client can add only one wildcard filter and a maximum of 8 filters in a single <code>ListEntities</code> request.</p>"
17751775
}
17761776
},
17771777
"com.amazonaws.marketplacecatalog#DataProductLastModifiedDateFilter": {
@@ -2126,6 +2126,12 @@
21262126
"smithy.api#documentation": "<p>The optional name provided in the <code>StartChangeSet</code> request. If you do not\n provide a name, one is set by default.</p>"
21272127
}
21282128
},
2129+
"Intent": {
2130+
"target": "com.amazonaws.marketplacecatalog#Intent",
2131+
"traits": {
2132+
"smithy.api#documentation": "<p>The optional intent provided in the <code>StartChangeSet</code> request. If you do not\n provide an intent, <code>APPLY</code> is set by default.</p>"
2133+
}
2134+
},
21292135
"StartTime": {
21302136
"target": "com.amazonaws.marketplacecatalog#DateTimeISO8601",
21312137
"traits": {
@@ -2776,6 +2782,23 @@
27762782
"smithy.api#pattern": "^[\\w\\-@]+$"
27772783
}
27782784
},
2785+
"com.amazonaws.marketplacecatalog#Intent": {
2786+
"type": "enum",
2787+
"members": {
2788+
"VALIDATE": {
2789+
"target": "smithy.api#Unit",
2790+
"traits": {
2791+
"smithy.api#enumValue": "VALIDATE"
2792+
}
2793+
},
2794+
"APPLY": {
2795+
"target": "smithy.api#Unit",
2796+
"traits": {
2797+
"smithy.api#enumValue": "APPLY"
2798+
}
2799+
}
2800+
}
2801+
},
27792802
"com.amazonaws.marketplacecatalog#InternalServiceException": {
27802803
"type": "structure",
27812804
"members": {
@@ -3294,7 +3317,7 @@
32943317
}
32953318
},
32963319
"traits": {
3297-
"smithy.api#documentation": "<p>A filter for offers entity.</p>"
3320+
"smithy.api#documentation": "<p>Object containing all the filter fields for offers entity. Client can add only one wildcard filter and a maximum of 8 filters in a single <code>ListEntities</code> request.</p>"
32983321
}
32993322
},
33003323
"com.amazonaws.marketplacecatalog#OfferLastModifiedDateFilter": {
@@ -3997,7 +4020,7 @@
39974020
}
39984021
},
39994022
"traits": {
4000-
"smithy.api#documentation": "<p>A filter for ResaleAuthorization entity.</p>"
4023+
"smithy.api#documentation": "<p>Object containing all the filter fields for resale authorization entity. Client can add only one wildcard filter and a maximum of 8 filters in a single <code>ListEntities</code> request.</p>"
40014024
}
40024025
},
40034026
"com.amazonaws.marketplacecatalog#ResaleAuthorizationLastModifiedDateFilter": {
@@ -4800,7 +4823,7 @@
48004823
}
48014824
},
48024825
"traits": {
4803-
"smithy.api#documentation": "<p>Object containing all the filter fields for SaaS products. Client can add a maximum of\n 8 filters in a single <code>ListEntities</code> request.</p>"
4826+
"smithy.api#documentation": "<p>Object containing all the filter fields for SaaS products. Client can add only one wildcard filter and a maximum of 8 filters in a single <code>ListEntities</code> request.</p>"
48044827
}
48054828
},
48064829
"com.amazonaws.marketplacecatalog#SaaSProductLastModifiedDateFilter": {
@@ -5138,6 +5161,12 @@
51385161
"traits": {
51395162
"smithy.api#documentation": "<p>A list of objects specifying each key name and value for the\n <code>ChangeSetTags</code> property.</p>"
51405163
}
5164+
},
5165+
"Intent": {
5166+
"target": "com.amazonaws.marketplacecatalog#Intent",
5167+
"traits": {
5168+
"smithy.api#documentation": "<p>The intent related to the request. The default is <code>APPLY</code>.\n To test your request before applying changes to your entities, use <code>VALIDATE</code>.\n This feature is currently available for adding versions to single-AMI products. For more information, see\n <a href=\"https://docs.aws.amazon.com/marketplace-catalog/latest/api-reference/ami-products.html#ami-add-version\">Add a new version</a>.</p>"
5169+
}
51415170
}
51425171
},
51435172
"traits": {

0 commit comments

Comments
 (0)