Skip to content

Commit 6d93ded

Browse files
author
AWS SDK for Go v2 automation user
committed
Update API model
1 parent bebc232 commit 6d93ded

20 files changed

+2734
-218
lines changed

codegen/sdk-codegen/aws-models/auditmanager.json

+4
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@
6161
"target": "com.amazonaws.auditmanager#AWSAccount"
6262
},
6363
"traits": {
64+
"smithy.api#length": {
65+
"min": 1,
66+
"max": 200
67+
},
6468
"smithy.api#sensitive": {}
6569
}
6670
},

codegen/sdk-codegen/aws-models/auto-scaling.json

+31-6
Original file line numberDiff line numberDiff line change
@@ -438,6 +438,16 @@
438438
"smithy.api#httpError": 400
439439
}
440440
},
441+
"com.amazonaws.autoscaling#AnyPrintableAsciiStringMaxLen4000": {
442+
"type": "string",
443+
"traits": {
444+
"smithy.api#length": {
445+
"min": 1,
446+
"max": 4000
447+
},
448+
"smithy.api#pattern": "^[\\u0009\\u000A\\u000D\\u0020-\\u007e]+$"
449+
}
450+
},
441451
"com.amazonaws.autoscaling#AsciiStringMaxLen255": {
442452
"type": "string",
443453
"traits": {
@@ -3975,7 +3985,12 @@
39753985
}
39763986
],
39773987
"traits": {
3978-
"smithy.api#documentation": "<p>Gets information about the instance refreshes for the specified Auto Scaling group.</p>\n <p>This operation is part of the <a href=\"https://docs.aws.amazon.com/autoscaling/ec2/userguide/asg-instance-refresh.html\">instance refresh\n feature</a> in Amazon EC2 Auto Scaling, which helps you update instances in your Auto Scaling group\n after you make configuration changes.</p>\n <p>To help you determine the status of an instance refresh, Amazon EC2 Auto Scaling returns information\n about the instance refreshes you previously initiated, including their status, start\n time, end time, the percentage of the instance refresh that is complete, and the number\n of instances remaining to update before the instance refresh is complete. If a rollback\n is initiated while an instance refresh is in progress, Amazon EC2 Auto Scaling also returns information\n about the rollback of the instance refresh.</p>"
3988+
"smithy.api#documentation": "<p>Gets information about the instance refreshes for the specified Auto Scaling group.</p>\n <p>This operation is part of the <a href=\"https://docs.aws.amazon.com/autoscaling/ec2/userguide/asg-instance-refresh.html\">instance refresh\n feature</a> in Amazon EC2 Auto Scaling, which helps you update instances in your Auto Scaling group\n after you make configuration changes.</p>\n <p>To help you determine the status of an instance refresh, Amazon EC2 Auto Scaling returns information\n about the instance refreshes you previously initiated, including their status, start\n time, end time, the percentage of the instance refresh that is complete, and the number\n of instances remaining to update before the instance refresh is complete. If a rollback\n is initiated while an instance refresh is in progress, Amazon EC2 Auto Scaling also returns information\n about the rollback of the instance refresh.</p>",
3989+
"smithy.api#paginated": {
3990+
"inputToken": "NextToken",
3991+
"outputToken": "NextToken",
3992+
"pageSize": "MaxRecords"
3993+
}
39793994
}
39803995
},
39813996
"com.amazonaws.autoscaling#DescribeInstanceRefreshesAnswer": {
@@ -4225,7 +4240,12 @@
42254240
]
42264241
}
42274242
}
4228-
]
4243+
],
4244+
"smithy.api#paginated": {
4245+
"inputToken": "NextToken",
4246+
"outputToken": "NextToken",
4247+
"pageSize": "MaxRecords"
4248+
}
42294249
}
42304250
},
42314251
"com.amazonaws.autoscaling#DescribeLoadBalancerTargetGroupsRequest": {
@@ -4309,7 +4329,12 @@
43094329
]
43104330
}
43114331
}
4312-
]
4332+
],
4333+
"smithy.api#paginated": {
4334+
"inputToken": "NextToken",
4335+
"outputToken": "NextToken",
4336+
"pageSize": "MaxRecords"
4337+
}
43134338
}
43144339
},
43154340
"com.amazonaws.autoscaling#DescribeLoadBalancersRequest": {
@@ -6991,7 +7016,7 @@
69917016
}
69927017
},
69937018
"NotificationMetadata": {
6994-
"target": "com.amazonaws.autoscaling#XmlStringMaxLen1023",
7019+
"target": "com.amazonaws.autoscaling#AnyPrintableAsciiStringMaxLen4000",
69957020
"traits": {
69967021
"smithy.api#documentation": "<p>Additional information that is included any time Amazon EC2 Auto Scaling sends a message to the\n notification target.</p>"
69977022
}
@@ -7049,7 +7074,7 @@
70497074
}
70507075
},
70517076
"NotificationMetadata": {
7052-
"target": "com.amazonaws.autoscaling#XmlStringMaxLen1023",
7077+
"target": "com.amazonaws.autoscaling#AnyPrintableAsciiStringMaxLen4000",
70537078
"traits": {
70547079
"smithy.api#documentation": "<p>Additional information that you want to include any time Amazon EC2 Auto Scaling sends a message to\n the notification target.</p>"
70557080
}
@@ -8440,7 +8465,7 @@
84408465
}
84418466
},
84428467
"NotificationMetadata": {
8443-
"target": "com.amazonaws.autoscaling#XmlStringMaxLen1023",
8468+
"target": "com.amazonaws.autoscaling#AnyPrintableAsciiStringMaxLen4000",
84448469
"traits": {
84458470
"smithy.api#documentation": "<p>Additional information that you want to include any time Amazon EC2 Auto Scaling sends a message to\n the notification target.</p>"
84468471
}

0 commit comments

Comments
 (0)