Skip to content

Commit 2aef2c7

Browse files
feat: update AWS API models
1 parent 55172c7 commit 2aef2c7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+1573
-805
lines changed

codegen/sdk/aws-models/acm.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -398,27 +398,27 @@
398398
"builtIn": "AWS::Region",
399399
"required": false,
400400
"documentation": "The AWS region used to dispatch the request.",
401-
"type": "String"
401+
"type": "string"
402402
},
403403
"UseDualStack": {
404404
"builtIn": "AWS::UseDualStack",
405405
"required": true,
406406
"default": false,
407407
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
408-
"type": "Boolean"
408+
"type": "boolean"
409409
},
410410
"UseFIPS": {
411411
"builtIn": "AWS::UseFIPS",
412412
"required": true,
413413
"default": false,
414414
"documentation": "When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.",
415-
"type": "Boolean"
415+
"type": "boolean"
416416
},
417417
"Endpoint": {
418418
"builtIn": "SDK::Endpoint",
419419
"required": false,
420420
"documentation": "Override the endpoint used to send this request",
421-
"type": "String"
421+
"type": "string"
422422
}
423423
},
424424
"rules": [

codegen/sdk/aws-models/amplifyuibuilder.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -150,27 +150,27 @@
150150
"builtIn": "AWS::Region",
151151
"required": false,
152152
"documentation": "The AWS region used to dispatch the request.",
153-
"type": "String"
153+
"type": "string"
154154
},
155155
"UseDualStack": {
156156
"builtIn": "AWS::UseDualStack",
157157
"required": true,
158158
"default": false,
159159
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
160-
"type": "Boolean"
160+
"type": "boolean"
161161
},
162162
"UseFIPS": {
163163
"builtIn": "AWS::UseFIPS",
164164
"required": true,
165165
"default": false,
166166
"documentation": "When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.",
167-
"type": "Boolean"
167+
"type": "boolean"
168168
},
169169
"Endpoint": {
170170
"builtIn": "SDK::Endpoint",
171171
"required": false,
172172
"documentation": "Override the endpoint used to send this request",
173-
"type": "String"
173+
"type": "string"
174174
}
175175
},
176176
"rules": [

codegen/sdk/aws-models/application-signals.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,19 +119,19 @@
119119
"required": true,
120120
"default": false,
121121
"documentation": "When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.",
122-
"type": "Boolean"
122+
"type": "boolean"
123123
},
124124
"Endpoint": {
125125
"builtIn": "SDK::Endpoint",
126126
"required": false,
127127
"documentation": "Override the endpoint used to send this request",
128-
"type": "String"
128+
"type": "string"
129129
},
130130
"Region": {
131131
"builtIn": "AWS::Region",
132132
"required": false,
133133
"documentation": "The AWS region used to dispatch the request.",
134-
"type": "String"
134+
"type": "string"
135135
}
136136
},
137137
"rules": [

codegen/sdk/aws-models/billing.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,26 +80,26 @@
8080
"required": true,
8181
"default": false,
8282
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
83-
"type": "Boolean"
83+
"type": "boolean"
8484
},
8585
"UseFIPS": {
8686
"builtIn": "AWS::UseFIPS",
8787
"required": true,
8888
"default": false,
8989
"documentation": "When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.",
90-
"type": "Boolean"
90+
"type": "boolean"
9191
},
9292
"Endpoint": {
9393
"builtIn": "SDK::Endpoint",
9494
"required": false,
9595
"documentation": "Override the endpoint used to send this request",
96-
"type": "String"
96+
"type": "string"
9797
},
9898
"Region": {
9999
"builtIn": "AWS::Region",
100100
"required": false,
101101
"documentation": "The AWS region used to dispatch the request.",
102-
"type": "String"
102+
"type": "string"
103103
}
104104
},
105105
"rules": [

codegen/sdk/aws-models/budgets.json

Lines changed: 62 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -134,26 +134,26 @@
134134
"required": true,
135135
"default": false,
136136
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
137-
"type": "Boolean"
137+
"type": "boolean"
138138
},
139139
"UseFIPS": {
140140
"builtIn": "AWS::UseFIPS",
141141
"required": true,
142142
"default": false,
143143
"documentation": "When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.",
144-
"type": "Boolean"
144+
"type": "boolean"
145145
},
146146
"Endpoint": {
147147
"builtIn": "SDK::Endpoint",
148148
"required": false,
149149
"documentation": "Override the endpoint used to send this request",
150-
"type": "String"
150+
"type": "string"
151151
},
152152
"Region": {
153153
"builtIn": "AWS::Region",
154154
"required": false,
155155
"documentation": "The AWS region used to dispatch the request.",
156-
"type": "String"
156+
"type": "string"
157157
}
158158
},
159159
"rules": [
@@ -902,85 +902,43 @@
902902
}
903903
},
904904
{
905-
"documentation": "For region us-gov-west-1 with FIPS enabled and DualStack enabled",
906-
"expect": {
907-
"endpoint": {
908-
"properties": {
909-
"authSchemes": [
910-
{
911-
"name": "sigv4",
912-
"signingRegion": "us-gov-west-1"
913-
}
914-
]
915-
},
916-
"url": "https://budgets-fips.api.aws"
917-
}
918-
},
919-
"params": {
920-
"Region": "us-gov-west-1",
921-
"UseFIPS": true,
922-
"UseDualStack": true
923-
}
924-
},
925-
{
926-
"documentation": "For region us-gov-west-1 with FIPS enabled and DualStack disabled",
905+
"documentation": "For region eusc-de-east-1 with FIPS enabled and DualStack disabled",
927906
"expect": {
928907
"endpoint": {
929908
"properties": {
930909
"authSchemes": [
931910
{
932911
"name": "sigv4",
933-
"signingRegion": "us-gov-west-1"
912+
"signingRegion": "eusc-de-east-1"
934913
}
935914
]
936915
},
937-
"url": "https://budgets-fips.amazonaws.com"
916+
"url": "https://budgets-fips.amazonaws.eu"
938917
}
939918
},
940919
"params": {
941-
"Region": "us-gov-west-1",
920+
"Region": "eusc-de-east-1",
942921
"UseFIPS": true,
943922
"UseDualStack": false
944923
}
945924
},
946925
{
947-
"documentation": "For region us-gov-west-1 with FIPS disabled and DualStack enabled",
948-
"expect": {
949-
"endpoint": {
950-
"properties": {
951-
"authSchemes": [
952-
{
953-
"name": "sigv4",
954-
"signingRegion": "us-gov-west-1"
955-
}
956-
]
957-
},
958-
"url": "https://budgets.api.aws"
959-
}
960-
},
961-
"params": {
962-
"Region": "us-gov-west-1",
963-
"UseFIPS": false,
964-
"UseDualStack": true
965-
}
966-
},
967-
{
968-
"documentation": "For region us-gov-west-1 with FIPS disabled and DualStack disabled",
926+
"documentation": "For region eusc-de-east-1 with FIPS disabled and DualStack disabled",
969927
"expect": {
970928
"endpoint": {
971929
"properties": {
972930
"authSchemes": [
973931
{
974932
"name": "sigv4",
975-
"signingRegion": "us-gov-west-1"
933+
"signingRegion": "eusc-de-east-1"
976934
}
977935
]
978936
},
979-
"url": "https://budgets.amazonaws.com"
937+
"url": "https://budgets.amazonaws.eu"
980938
}
981939
},
982940
"params": {
983-
"Region": "us-gov-west-1",
941+
"Region": "eusc-de-east-1",
984942
"UseFIPS": false,
985943
"UseDualStack": false
986944
}
@@ -1154,43 +1112,85 @@
11541112
}
11551113
},
11561114
{
1157-
"documentation": "For region eusc-de-east-1 with FIPS enabled and DualStack disabled",
1115+
"documentation": "For region us-gov-west-1 with FIPS enabled and DualStack enabled",
11581116
"expect": {
11591117
"endpoint": {
11601118
"properties": {
11611119
"authSchemes": [
11621120
{
11631121
"name": "sigv4",
1164-
"signingRegion": "eusc-de-east-1"
1122+
"signingRegion": "us-gov-west-1"
11651123
}
11661124
]
11671125
},
1168-
"url": "https://budgets-fips.amazonaws.eu"
1126+
"url": "https://budgets-fips.api.aws"
11691127
}
11701128
},
11711129
"params": {
1172-
"Region": "eusc-de-east-1",
1130+
"Region": "us-gov-west-1",
1131+
"UseFIPS": true,
1132+
"UseDualStack": true
1133+
}
1134+
},
1135+
{
1136+
"documentation": "For region us-gov-west-1 with FIPS enabled and DualStack disabled",
1137+
"expect": {
1138+
"endpoint": {
1139+
"properties": {
1140+
"authSchemes": [
1141+
{
1142+
"name": "sigv4",
1143+
"signingRegion": "us-gov-west-1"
1144+
}
1145+
]
1146+
},
1147+
"url": "https://budgets-fips.amazonaws.com"
1148+
}
1149+
},
1150+
"params": {
1151+
"Region": "us-gov-west-1",
11731152
"UseFIPS": true,
11741153
"UseDualStack": false
11751154
}
11761155
},
11771156
{
1178-
"documentation": "For region eusc-de-east-1 with FIPS disabled and DualStack disabled",
1157+
"documentation": "For region us-gov-west-1 with FIPS disabled and DualStack enabled",
11791158
"expect": {
11801159
"endpoint": {
11811160
"properties": {
11821161
"authSchemes": [
11831162
{
11841163
"name": "sigv4",
1185-
"signingRegion": "eusc-de-east-1"
1164+
"signingRegion": "us-gov-west-1"
11861165
}
11871166
]
11881167
},
1189-
"url": "https://budgets.amazonaws.eu"
1168+
"url": "https://budgets.api.aws"
11901169
}
11911170
},
11921171
"params": {
1193-
"Region": "eusc-de-east-1",
1172+
"Region": "us-gov-west-1",
1173+
"UseFIPS": false,
1174+
"UseDualStack": true
1175+
}
1176+
},
1177+
{
1178+
"documentation": "For region us-gov-west-1 with FIPS disabled and DualStack disabled",
1179+
"expect": {
1180+
"endpoint": {
1181+
"properties": {
1182+
"authSchemes": [
1183+
{
1184+
"name": "sigv4",
1185+
"signingRegion": "us-gov-west-1"
1186+
}
1187+
]
1188+
},
1189+
"url": "https://budgets.amazonaws.com"
1190+
}
1191+
},
1192+
"params": {
1193+
"Region": "us-gov-west-1",
11941194
"UseFIPS": false,
11951195
"UseDualStack": false
11961196
}

codegen/sdk/aws-models/chime-sdk-messaging.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1545,27 +1545,27 @@
15451545
"builtIn": "AWS::Region",
15461546
"required": false,
15471547
"documentation": "The AWS region used to dispatch the request.",
1548-
"type": "String"
1548+
"type": "string"
15491549
},
15501550
"UseDualStack": {
15511551
"builtIn": "AWS::UseDualStack",
15521552
"required": true,
15531553
"default": false,
15541554
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
1555-
"type": "Boolean"
1555+
"type": "boolean"
15561556
},
15571557
"UseFIPS": {
15581558
"builtIn": "AWS::UseFIPS",
15591559
"required": true,
15601560
"default": false,
15611561
"documentation": "When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.",
1562-
"type": "Boolean"
1562+
"type": "boolean"
15631563
},
15641564
"Endpoint": {
15651565
"builtIn": "SDK::Endpoint",
15661566
"required": false,
15671567
"documentation": "Override the endpoint used to send this request",
1568-
"type": "String"
1568+
"type": "string"
15691569
}
15701570
},
15711571
"rules": [

0 commit comments

Comments
 (0)