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 Mar 5, 2024
1 parent 4d72062 commit 6875e64
Show file tree
Hide file tree
Showing 4 changed files with 170 additions and 19 deletions.
2 changes: 1 addition & 1 deletion codegen/sdk-codegen/aws-models/api-gateway.json
Original file line number Diff line number Diff line change
Expand Up @@ -9144,7 +9144,7 @@
"target": "com.amazonaws.apigateway#Boolean",
"traits": {
"smithy.api#default": false,
"smithy.api#documentation": "<p>Specifies whether data trace logging is enabled for this method, which affects the log entries pushed to Amazon CloudWatch Logs.</p>"
"smithy.api#documentation": "<p>Specifies whether data trace logging is enabled for this method, which affects the log entries pushed to Amazon CloudWatch Logs. This can be useful to troubleshoot APIs, but can result in logging sensitive data. We recommend that you don't enable this option for production APIs.</p>"
}
},
"throttlingBurstLimit": {
Expand Down
2 changes: 1 addition & 1 deletion codegen/sdk-codegen/aws-models/chatbot.json
Original file line number Diff line number Diff line change
Expand Up @@ -2823,7 +2823,7 @@
},
"aws.protocols#restJson1": {},
"smithy.api#documentation": "AWS Chatbot API",
"smithy.api#title": "chatbot",
"smithy.api#title": "AWS Chatbot",
"smithy.api#xmlNamespace": {
"uri": "http://wheatley.amazonaws.com/orchestration/2017-10-11/"
},
Expand Down
82 changes: 82 additions & 0 deletions codegen/sdk-codegen/aws-models/organizations.json
Original file line number Diff line number Diff line change
Expand Up @@ -596,6 +596,57 @@
},
"type": "endpoint"
},
{
"conditions": [
{
"fn": "stringEquals",
"argv": [
{
"fn": "getAttr",
"argv": [
{
"ref": "PartitionResult"
},
"name"
]
},
"aws-iso"
]
},
{
"fn": "booleanEquals",
"argv": [
{
"ref": "UseFIPS"
},
false
]
},
{
"fn": "booleanEquals",
"argv": [
{
"ref": "UseDualStack"
},
false
]
}
],
"endpoint": {
"url": "https://organizations.us-iso-east-1.c2s.ic.gov",
"properties": {
"authSchemes": [
{
"name": "sigv4",
"signingName": "organizations",
"signingRegion": "us-iso-east-1"
}
]
},
"headers": {}
},
"type": "endpoint"
},
{
"conditions": [
{
Expand Down Expand Up @@ -1111,6 +1162,28 @@
"UseDualStack": false
}
},
{
"documentation": "For region aws-iso-global with FIPS disabled and DualStack disabled",
"expect": {
"endpoint": {
"properties": {
"authSchemes": [
{
"name": "sigv4",
"signingName": "organizations",
"signingRegion": "us-iso-east-1"
}
]
},
"url": "https://organizations.us-iso-east-1.c2s.ic.gov"
}
},
"params": {
"Region": "aws-iso-global",
"UseFIPS": false,
"UseDualStack": false
}
},
{
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
"expect": {
Expand Down Expand Up @@ -1150,6 +1223,15 @@
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
"expect": {
"endpoint": {
"properties": {
"authSchemes": [
{
"name": "sigv4",
"signingName": "organizations",
"signingRegion": "us-iso-east-1"
}
]
},
"url": "https://organizations.us-iso-east-1.c2s.ic.gov"
}
},
Expand Down
Loading

0 comments on commit 6875e64

Please sign in to comment.