Skip to content

Commit

Permalink
Update API model
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Jan 24, 2024
1 parent 7365edd commit c694229
Show file tree
Hide file tree
Showing 5 changed files with 720 additions and 45 deletions.
46 changes: 44 additions & 2 deletions codegen/sdk-codegen/aws-models/ec2.json
Original file line number Diff line number Diff line change
Expand Up @@ -8860,6 +8860,12 @@
"traits": {
"smithy.api#enumValue": "unavailable"
}
},
"constrained": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "constrained"
}
}
}
},
Expand Down Expand Up @@ -14918,7 +14924,7 @@
"ClientToken": {
"target": "com.amazonaws.ec2#String",
"traits": {
"smithy.api#documentation": "<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the\n\t\t\trequest. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html\">How to ensure\n\t\t\t\tidempotency</a>.</p>"
"smithy.api#documentation": "<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the\n\t\t\trequest. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html\">Ensuring idempotency</a>.</p>"
}
},
"DryRun": {
Expand Down Expand Up @@ -16930,7 +16936,7 @@
"ClientToken": {
"target": "com.amazonaws.ec2#String",
"traits": {
"smithy.api#documentation": "<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the\n\t\t\trequest. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html\">How to ensure\n\t\t\t\tidempotency</a>.</p>\n <p>Constraint: Maximum 64 ASCII characters.</p>",
"smithy.api#documentation": "<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the\n\t\t\trequest. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html\">Ensuring idempotency</a>.</p>\n <p>Constraint: Maximum 64 ASCII characters.</p>",
"smithy.api#idempotencyToken": {}
}
},
Expand Down Expand Up @@ -17216,6 +17222,13 @@
"smithy.api#documentation": "<p>The tags to assign to the network ACL.</p>",
"smithy.api#xmlName": "TagSpecification"
}
},
"ClientToken": {
"target": "com.amazonaws.ec2#String",
"traits": {
"smithy.api#documentation": "<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the\n request. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html\">Ensuring idempotency</a>.</p>",
"smithy.api#idempotencyToken": {}
}
}
},
"traits": {
Expand All @@ -17232,6 +17245,14 @@
"smithy.api#documentation": "<p>Information about the network ACL.</p>",
"smithy.api#xmlName": "networkAcl"
}
},
"ClientToken": {
"target": "com.amazonaws.ec2#String",
"traits": {
"aws.protocols#ec2QueryName": "ClientToken",
"smithy.api#documentation": "<p>Unique, case-sensitive identifier to ensure the idempotency of the request. Only returned if a client token was provided in the request.</p>",
"smithy.api#xmlName": "clientToken"
}
}
},
"traits": {
Expand Down Expand Up @@ -18274,6 +18295,13 @@
"smithy.api#documentation": "<p>The tags to assign to the route table.</p>",
"smithy.api#xmlName": "TagSpecification"
}
},
"ClientToken": {
"target": "com.amazonaws.ec2#String",
"traits": {
"smithy.api#documentation": "<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the\n request. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html\">Ensuring idempotency</a>.</p>",
"smithy.api#idempotencyToken": {}
}
}
},
"traits": {
Expand All @@ -18290,6 +18318,14 @@
"smithy.api#documentation": "<p>Information about the route table.</p>",
"smithy.api#xmlName": "routeTable"
}
},
"ClientToken": {
"target": "com.amazonaws.ec2#String",
"traits": {
"aws.protocols#ec2QueryName": "ClientToken",
"smithy.api#documentation": "<p>Unique, case-sensitive identifier to ensure the idempotency of the request. Only returned if a client token was provided in the request.</p>",
"smithy.api#xmlName": "clientToken"
}
}
},
"traits": {
Expand Down Expand Up @@ -96784,6 +96820,12 @@
"traits": {
"smithy.api#enumValue": "available"
}
},
"unavailable": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "unavailable"
}
}
}
},
Expand Down
Loading

0 comments on commit c694229

Please sign in to comment.