Skip to content

Commit

Permalink
chore: bump models (#1577)
Browse files Browse the repository at this point in the history
Co-authored-by: Sichan Yoo <chanyoo@amazon.com>
  • Loading branch information
sichanyoo and Sichan Yoo authored Jun 18, 2024
1 parent d7bf17b commit 4a200d5
Show file tree
Hide file tree
Showing 56 changed files with 20,989 additions and 3,660 deletions.
757 changes: 752 additions & 5 deletions codegen/sdk-codegen/aws-models/accessanalyzer.2019-11-01.json

Large diffs are not rendered by default.

310 changes: 292 additions & 18 deletions codegen/sdk-codegen/aws-models/account.2021-02-01.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions codegen/sdk-codegen/aws-models/acm-pca.2017-08-22.json

Large diffs are not rendered by default.

3,192 changes: 3,192 additions & 0 deletions codegen/sdk-codegen/aws-models/application-signals.2024-04-15.json

Large diffs are not rendered by default.

6,288 changes: 6,288 additions & 0 deletions codegen/sdk-codegen/aws-models/apptest.2022-12-06.json

Large diffs are not rendered by default.

179 changes: 146 additions & 33 deletions codegen/sdk-codegen/aws-models/auditmanager.2017-07-25.json

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions codegen/sdk-codegen/aws-models/auto-scaling.2011-01-01.json
Original file line number Diff line number Diff line change
Expand Up @@ -2802,22 +2802,6 @@
"traits": {
"smithy.api#documentation": "<p>\n <b>We strongly recommend using a launch template when calling this operation to ensure full functionality for Amazon EC2 Auto Scaling and Amazon EC2.</b>\n </p>\n <p>Creates an Auto Scaling group with the specified name and attributes. </p>\n <p>If you exceed your maximum limit of Auto Scaling groups, the call fails. To query this limit,\n call the <a>DescribeAccountLimits</a> API. For information about updating\n this limit, see <a href=\"https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-quotas.html\">Quotas for\n Amazon EC2 Auto Scaling</a> in the <i>Amazon EC2 Auto Scaling User Guide</i>.</p>\n <p>If you're new to Amazon EC2 Auto Scaling, see the introductory tutorials in <a href=\"https://docs.aws.amazon.com/autoscaling/ec2/userguide/get-started-with-ec2-auto-scaling.html\">Get started\n with Amazon EC2 Auto Scaling</a> in the <i>Amazon EC2 Auto Scaling User Guide</i>.</p>\n <p>Every Auto Scaling group has three size properties (<code>DesiredCapacity</code>,\n <code>MaxSize</code>, and <code>MinSize</code>). Usually, you set these sizes based\n on a specific number of instances. However, if you configure a mixed instances policy\n that defines weights for the instance types, you must specify these sizes with the same\n units that you use for weighting instances.</p>",
"smithy.api#examples": [
{
"title": "To create an Auto Scaling group",
"documentation": "This example creates an Auto Scaling group.",
"input": {
"AutoScalingGroupName": "my-auto-scaling-group",
"LaunchTemplate": {
"LaunchTemplateName": "my-template-for-auto-scaling",
"Version": "$Default"
},
"MinSize": 1,
"MaxSize": 3,
"MaxInstanceLifetime": 2592000,
"DefaultInstanceWarmup": 120,
"VPCZoneIdentifier": "subnet-057fa0918fEXAMPLE"
}
},
{
"title": "To create an Auto Scaling group with an attached target group",
"documentation": "This example creates an Auto Scaling group and attaches the specified target group.",
Expand Down Expand Up @@ -2915,6 +2899,22 @@
"DesiredCapacityType": "units",
"VPCZoneIdentifier": "subnet-057fa0918fEXAMPLE, subnet-610acd08EXAMPLE"
}
},
{
"title": "To create an Auto Scaling group",
"documentation": "This example creates an Auto Scaling group.",
"input": {
"AutoScalingGroupName": "my-auto-scaling-group",
"LaunchTemplate": {
"LaunchTemplateName": "my-template-for-auto-scaling",
"Version": "$Default"
},
"MinSize": 1,
"MaxSize": 3,
"MaxInstanceLifetime": 2592000,
"DefaultInstanceWarmup": 120,
"VPCZoneIdentifier": "subnet-057fa0918fEXAMPLE"
}
}
]
}
Expand Down
48 changes: 47 additions & 1 deletion codegen/sdk-codegen/aws-models/b2bi.2022-06-23.json
Original file line number Diff line number Diff line change
Expand Up @@ -1242,7 +1242,8 @@
"capabilities": {
"target": "com.amazonaws.b2bi#PartnershipCapabilities",
"traits": {
"smithy.api#documentation": "<p>Specifies a list of the capabilities associated with this partnership.</p>"
"smithy.api#documentation": "<p>Specifies a list of the capabilities associated with this partnership.</p>",
"smithy.api#required": {}
}
},
"clientToken": {
Expand Down Expand Up @@ -2848,6 +2849,20 @@
"output": {
"target": "com.amazonaws.b2bi#ListCapabilitiesResponse"
},
"errors": [
{
"target": "com.amazonaws.b2bi#AccessDeniedException"
},
{
"target": "com.amazonaws.b2bi#InternalServerException"
},
{
"target": "com.amazonaws.b2bi#ThrottlingException"
},
{
"target": "com.amazonaws.b2bi#ValidationException"
}
],
"traits": {
"smithy.api#documentation": "<p>Lists the capabilities associated with your Amazon Web Services account for your current or specified region. A trading capability contains the information required to transform incoming EDI documents into JSON or XML outputs.</p>",
"smithy.api#examples": [
Expand Down Expand Up @@ -3053,6 +3068,20 @@
"output": {
"target": "com.amazonaws.b2bi#ListProfilesResponse"
},
"errors": [
{
"target": "com.amazonaws.b2bi#AccessDeniedException"
},
{
"target": "com.amazonaws.b2bi#InternalServerException"
},
{
"target": "com.amazonaws.b2bi#ThrottlingException"
},
{
"target": "com.amazonaws.b2bi#ValidationException"
}
],
"traits": {
"smithy.api#documentation": "<p>Lists the profiles associated with your Amazon Web Services account for your current or specified region. A profile is the mechanism used to create the concept of\n a private network.</p>",
"smithy.api#examples": [
Expand Down Expand Up @@ -3217,6 +3246,20 @@
"output": {
"target": "com.amazonaws.b2bi#ListTransformersResponse"
},
"errors": [
{
"target": "com.amazonaws.b2bi#AccessDeniedException"
},
{
"target": "com.amazonaws.b2bi#InternalServerException"
},
{
"target": "com.amazonaws.b2bi#ThrottlingException"
},
{
"target": "com.amazonaws.b2bi#ValidationException"
}
],
"traits": {
"smithy.api#documentation": "<p>Lists the available transformers. A transformer\n describes how to process the incoming EDI documents and extract the necessary\n information to the output file.</p>",
"smithy.api#examples": [
Expand Down Expand Up @@ -3739,6 +3782,9 @@
{
"target": "com.amazonaws.b2bi#AccessDeniedException"
},
{
"target": "com.amazonaws.b2bi#ConflictException"
},
{
"target": "com.amazonaws.b2bi#InternalServerException"
},
Expand Down
Loading

0 comments on commit 4a200d5

Please sign in to comment.