Skip to content

Commit 6875e64

Browse files
author
AWS SDK for Go v2 automation user
committed
Update API model
1 parent 4d72062 commit 6875e64

File tree

4 files changed

+170
-19
lines changed

4 files changed

+170
-19
lines changed

codegen/sdk-codegen/aws-models/api-gateway.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9144,7 +9144,7 @@
91449144
"target": "com.amazonaws.apigateway#Boolean",
91459145
"traits": {
91469146
"smithy.api#default": false,
9147-
"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>"
9147+
"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>"
91489148
}
91499149
},
91509150
"throttlingBurstLimit": {

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -2823,7 +2823,7 @@
28232823
},
28242824
"aws.protocols#restJson1": {},
28252825
"smithy.api#documentation": "AWS Chatbot API",
2826-
"smithy.api#title": "chatbot",
2826+
"smithy.api#title": "AWS Chatbot",
28272827
"smithy.api#xmlNamespace": {
28282828
"uri": "http://wheatley.amazonaws.com/orchestration/2017-10-11/"
28292829
},

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

+82
Original file line numberDiff line numberDiff line change
@@ -596,6 +596,57 @@
596596
},
597597
"type": "endpoint"
598598
},
599+
{
600+
"conditions": [
601+
{
602+
"fn": "stringEquals",
603+
"argv": [
604+
{
605+
"fn": "getAttr",
606+
"argv": [
607+
{
608+
"ref": "PartitionResult"
609+
},
610+
"name"
611+
]
612+
},
613+
"aws-iso"
614+
]
615+
},
616+
{
617+
"fn": "booleanEquals",
618+
"argv": [
619+
{
620+
"ref": "UseFIPS"
621+
},
622+
false
623+
]
624+
},
625+
{
626+
"fn": "booleanEquals",
627+
"argv": [
628+
{
629+
"ref": "UseDualStack"
630+
},
631+
false
632+
]
633+
}
634+
],
635+
"endpoint": {
636+
"url": "https://organizations.us-iso-east-1.c2s.ic.gov",
637+
"properties": {
638+
"authSchemes": [
639+
{
640+
"name": "sigv4",
641+
"signingName": "organizations",
642+
"signingRegion": "us-iso-east-1"
643+
}
644+
]
645+
},
646+
"headers": {}
647+
},
648+
"type": "endpoint"
649+
},
599650
{
600651
"conditions": [
601652
{
@@ -1111,6 +1162,28 @@
11111162
"UseDualStack": false
11121163
}
11131164
},
1165+
{
1166+
"documentation": "For region aws-iso-global with FIPS disabled and DualStack disabled",
1167+
"expect": {
1168+
"endpoint": {
1169+
"properties": {
1170+
"authSchemes": [
1171+
{
1172+
"name": "sigv4",
1173+
"signingName": "organizations",
1174+
"signingRegion": "us-iso-east-1"
1175+
}
1176+
]
1177+
},
1178+
"url": "https://organizations.us-iso-east-1.c2s.ic.gov"
1179+
}
1180+
},
1181+
"params": {
1182+
"Region": "aws-iso-global",
1183+
"UseFIPS": false,
1184+
"UseDualStack": false
1185+
}
1186+
},
11141187
{
11151188
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
11161189
"expect": {
@@ -1150,6 +1223,15 @@
11501223
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
11511224
"expect": {
11521225
"endpoint": {
1226+
"properties": {
1227+
"authSchemes": [
1228+
{
1229+
"name": "sigv4",
1230+
"signingName": "organizations",
1231+
"signingRegion": "us-iso-east-1"
1232+
}
1233+
]
1234+
},
11531235
"url": "https://organizations.us-iso-east-1.c2s.ic.gov"
11541236
}
11551237
},

0 commit comments

Comments
 (0)