Skip to content

Commit 214f719

Browse files
authored
Sync smithy api models and endpoints (#1219)
* sync api models and endpoint models * generate changelog entry
1 parent 67f7494 commit 214f719

38 files changed

+15910
-1731
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"ID": "service.lookoutequipment-major-1617910916305435000",
3+
"SchemaVersion": 1,
4+
"Module": "service/lookoutequipment",
5+
"Type": "major",
6+
"Description": "new service client",
7+
"MinVersion": "v1.0.0",
8+
"AffectedModules": null
9+
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"ID": "service.mgn-major-1617910925215867000",
3+
"SchemaVersion": 1,
4+
"Module": "service/mgn",
5+
"Type": "major",
6+
"Description": "new service client",
7+
"MinVersion": "v1.0.0",
8+
"AffectedModules": null
9+
}
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
{
2+
"ID": "service.wildcard-feature-1617911451908933000",
3+
"SchemaVersion": 1,
4+
"Module": "service/...",
5+
"Type": "feature",
6+
"Description": "model sync",
7+
"MinVersion": "",
8+
"AffectedModules": [
9+
"service/accessanalyzer",
10+
"service/appflow",
11+
"service/appstream",
12+
"service/auditmanager",
13+
"service/autoscaling",
14+
"service/cloud9",
15+
"service/cloudfront",
16+
"service/codedeploy",
17+
"service/customerprofiles",
18+
"service/ec2",
19+
"service/elasticache",
20+
"service/fms",
21+
"service/imagebuilder",
22+
"service/ivs",
23+
"service/kendra",
24+
"service/kinesisvideoarchivedmedia",
25+
"service/lexmodelbuildingservice",
26+
"service/lexruntimeservice",
27+
"service/lightsail",
28+
"service/lookoutequipment",
29+
"service/mediaconvert",
30+
"service/medialive",
31+
"service/mediapackage",
32+
"service/mgn",
33+
"service/ram",
34+
"service/robomaker",
35+
"service/route53",
36+
"service/route53resolver",
37+
"service/s3",
38+
"service/s3control",
39+
"service/ssm",
40+
"service/storagegateway",
41+
"service/wafv2"
42+
]
43+
}

codegen/sdk-codegen/aws-models/accessanalyzer.2019-11-01.json

Lines changed: 701 additions & 10 deletions
Large diffs are not rendered by default.

codegen/sdk-codegen/aws-models/appflow.2020-08-23.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2135,6 +2135,9 @@
21352135
"traits": {
21362136
"smithy.api#documentation": "<p>\n The properties required to query Amazon Connect Customer Profiles.\n </p>"
21372137
}
2138+
},
2139+
"Zendesk": {
2140+
"target": "com.amazonaws.appflow#ZendeskDestinationProperties"
21382141
}
21392142
},
21402143
"traits": {
@@ -6483,6 +6486,26 @@
64836486
"smithy.api#documentation": "<p>\n The connector-specific profile properties required when using Zendesk.\n</p>"
64846487
}
64856488
},
6489+
"com.amazonaws.appflow#ZendeskDestinationProperties": {
6490+
"type": "structure",
6491+
"members": {
6492+
"object": {
6493+
"target": "com.amazonaws.appflow#Object",
6494+
"traits": {
6495+
"smithy.api#required": {}
6496+
}
6497+
},
6498+
"idFieldNames": {
6499+
"target": "com.amazonaws.appflow#IdFieldNameList"
6500+
},
6501+
"errorHandlingConfig": {
6502+
"target": "com.amazonaws.appflow#ErrorHandlingConfig"
6503+
},
6504+
"writeOperationType": {
6505+
"target": "com.amazonaws.appflow#WriteOperationType"
6506+
}
6507+
}
6508+
},
64866509
"com.amazonaws.appflow#ZendeskMetadata": {
64876510
"type": "structure",
64886511
"members": {

codegen/sdk-codegen/aws-models/appstream.2016-12-01.json

Lines changed: 110 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1213,6 +1213,98 @@
12131213
}
12141214
}
12151215
},
1216+
"com.amazonaws.appstream#CreateUpdatedImage": {
1217+
"type": "operation",
1218+
"input": {
1219+
"target": "com.amazonaws.appstream#CreateUpdatedImageRequest"
1220+
},
1221+
"output": {
1222+
"target": "com.amazonaws.appstream#CreateUpdatedImageResult"
1223+
},
1224+
"errors": [
1225+
{
1226+
"target": "com.amazonaws.appstream#ConcurrentModificationException"
1227+
},
1228+
{
1229+
"target": "com.amazonaws.appstream#IncompatibleImageException"
1230+
},
1231+
{
1232+
"target": "com.amazonaws.appstream#InvalidAccountStatusException"
1233+
},
1234+
{
1235+
"target": "com.amazonaws.appstream#LimitExceededException"
1236+
},
1237+
{
1238+
"target": "com.amazonaws.appstream#OperationNotPermittedException"
1239+
},
1240+
{
1241+
"target": "com.amazonaws.appstream#ResourceAlreadyExistsException"
1242+
},
1243+
{
1244+
"target": "com.amazonaws.appstream#ResourceNotFoundException"
1245+
}
1246+
],
1247+
"traits": {
1248+
"smithy.api#documentation": "<p>Creates a new image with the latest Windows operating system updates, driver updates, and AppStream 2.0 agent software.</p>\n \n <p>For more information, see the \"Update an Image by Using\n Managed AppStream 2.0 Image Updates\" section in <a href=\"https://docs.aws.amazon.com/appstream2/latest/developerguide/administer-images.html\">Administer Your AppStream 2.0 Images</a>, in the <i>Amazon AppStream 2.0 Administration Guide</i>.</p>"
1249+
}
1250+
},
1251+
"com.amazonaws.appstream#CreateUpdatedImageRequest": {
1252+
"type": "structure",
1253+
"members": {
1254+
"existingImageName": {
1255+
"target": "com.amazonaws.appstream#Name",
1256+
"traits": {
1257+
"smithy.api#documentation": "<p>The name of the image to update.</p>",
1258+
"smithy.api#required": {}
1259+
}
1260+
},
1261+
"newImageName": {
1262+
"target": "com.amazonaws.appstream#Name",
1263+
"traits": {
1264+
"smithy.api#documentation": "<p>The name of the new image. The name must be unique within the AWS account and Region.</p>",
1265+
"smithy.api#required": {}
1266+
}
1267+
},
1268+
"newImageDescription": {
1269+
"target": "com.amazonaws.appstream#Description",
1270+
"traits": {
1271+
"smithy.api#documentation": "<p>The description to display for the new image.</p>"
1272+
}
1273+
},
1274+
"newImageDisplayName": {
1275+
"target": "com.amazonaws.appstream#DisplayName",
1276+
"traits": {
1277+
"smithy.api#documentation": "<p>The name to display for the new image.</p>"
1278+
}
1279+
},
1280+
"newImageTags": {
1281+
"target": "com.amazonaws.appstream#Tags",
1282+
"traits": {
1283+
"smithy.api#documentation": "<p>The tags to associate with the new image. A tag is a key-value pair, and the value is optional. For example, Environment=Test. If you do not specify a value, Environment=. </p>\n <p>Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following special characters: </p>\n <p>_ . : / = + \\ - @</p>\n <p>If you do not specify a value, the value is set to an empty string.</p>\n <p>For more information about tags, see <a href=\"https://docs.aws.amazon.com/appstream2/latest/developerguide/tagging-basic.html\">Tagging Your Resources</a> in the <i>Amazon AppStream 2.0 Administration Guide</i>.</p>"
1284+
}
1285+
},
1286+
"dryRun": {
1287+
"target": "com.amazonaws.appstream#Boolean",
1288+
"traits": {
1289+
"smithy.api#documentation": "<p>Indicates whether to display the status of image update availability before AppStream 2.0 initiates the process of creating a new updated image. If this value is set to <code>true</code>, AppStream 2.0 displays whether image updates are available. If this value is set to <code>false</code>, AppStream 2.0 initiates the process of creating a new updated image without displaying whether image updates are available.</p>"
1290+
}
1291+
}
1292+
}
1293+
},
1294+
"com.amazonaws.appstream#CreateUpdatedImageResult": {
1295+
"type": "structure",
1296+
"members": {
1297+
"image": {
1298+
"target": "com.amazonaws.appstream#Image"
1299+
},
1300+
"canUpdateImage": {
1301+
"target": "com.amazonaws.appstream#Boolean",
1302+
"traits": {
1303+
"smithy.api#documentation": "<p>Indicates whether a new image can be created.</p>"
1304+
}
1305+
}
1306+
}
1307+
},
12161308
"com.amazonaws.appstream#CreateUsageReportSubscription": {
12171309
"type": "operation",
12181310
"input": {
@@ -3132,6 +3224,12 @@
31323224
"traits": {
31333225
"smithy.api#documentation": "<p>The permissions to provide to the destination AWS account for the specified image.</p>"
31343226
}
3227+
},
3228+
"ImageErrors": {
3229+
"target": "com.amazonaws.appstream#ResourceErrors",
3230+
"traits": {
3231+
"smithy.api#documentation": "<p>Describes the errors that are returned when a new image can't be created.</p>"
3232+
}
31353233
}
31363234
},
31373235
"traits": {
@@ -3297,6 +3395,14 @@
32973395
{
32983396
"value": "FAILED",
32993397
"name": "FAILED"
3398+
},
3399+
{
3400+
"value": "UPDATING",
3401+
"name": "UPDATING"
3402+
},
3403+
{
3404+
"value": "PENDING_QUALIFICATION",
3405+
"name": "PENDING_QUALIFICATION"
33003406
}
33013407
]
33023408
}
@@ -3444,7 +3550,7 @@
34443550
}
34453551
},
34463552
"traits": {
3447-
"smithy.api#documentation": "<p>The image does not support storage connectors.</p>",
3553+
"smithy.api#documentation": "<p>The image can't be updated because it's not compatible for updates.</p>",
34483554
"smithy.api#error": "client",
34493555
"smithy.api#httpError": 400
34503556
}
@@ -3810,6 +3916,9 @@
38103916
{
38113917
"target": "com.amazonaws.appstream#CreateStreamingURL"
38123918
},
3919+
{
3920+
"target": "com.amazonaws.appstream#CreateUpdatedImage"
3921+
},
38133922
{
38143923
"target": "com.amazonaws.appstream#CreateUsageReportSubscription"
38153924
},

codegen/sdk-codegen/aws-models/auditmanager.2017-07-25.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
}
103103
},
104104
"traits": {
105-
"smithy.api#documentation": "<p>\n You do not have sufficient access to perform this action. \n</p>",
105+
"smithy.api#documentation": "<p>\n Your account is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS Audit Manager settings page, and try again.\n</p>",
106106
"smithy.api#error": "client",
107107
"smithy.api#httpError": 403
108108
}
@@ -3793,6 +3793,9 @@
37933793
"members": {
37943794
"assessment": {
37953795
"target": "com.amazonaws.auditmanager#Assessment"
3796+
},
3797+
"userRole": {
3798+
"target": "com.amazonaws.auditmanager#Role"
37963799
}
37973800
}
37983801
},
@@ -5490,7 +5493,7 @@
54905493
}
54915494
},
54925495
"traits": {
5493-
"smithy.api#documentation": "<p>\n The wrapper that contains AWS Audit Manager role information, such as the role type and IAM Amazon Resource Name (ARN).\n </p>"
5496+
"smithy.api#documentation": "<p>\n The wrapper that contains the AWS Audit Manager role information of the current user, such as the role type and IAM Amazon Resource Name (ARN).\n </p>"
54945497
}
54955498
},
54965499
"com.amazonaws.auditmanager#RoleType": {
@@ -5708,12 +5711,12 @@
57085711
"keywordValue": {
57095712
"target": "com.amazonaws.auditmanager#KeywordValue",
57105713
"traits": {
5711-
"smithy.api#documentation": "<p>\n The value of the keyword used to search AWS CloudTrail logs when mapping a control data source.\n</p>"
5714+
"smithy.api#documentation": "<p>\nThe value of the keyword used to search AWS CloudTrail logs, AWS Config rules, AWS Security Hub checks, and AWS API names when mapping a control data source. \n</p>"
57125715
}
57135716
}
57145717
},
57155718
"traits": {
5716-
"smithy.api#documentation": "<p>\n The keyword to search for in AWS CloudTrail logs.\n</p>"
5719+
"smithy.api#documentation": "<p>\nThe keyword to search for in AWS CloudTrail logs, AWS Config rules, AWS Security Hub checks, and AWS API names.\n</p>"
57175720
}
57185721
},
57195722
"com.amazonaws.auditmanager#SourceName": {

0 commit comments

Comments
 (0)