Skip to content

Commit 7e05c70

Browse files
author
AWS
committed
RTBFabric Update: Added LogSettings and LinkAttribute fields to external links
1 parent abe5d27 commit 7e05c70

File tree

3 files changed

+55
-42
lines changed

3 files changed

+55
-42
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "RTBFabric",
4+
"contributor": "",
5+
"description": "Added LogSettings and LinkAttribute fields to external links"
6+
}

services/rtbfabric/src/main/resources/codegen-resources/endpoint-tests.json

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -138,53 +138,27 @@
138138
}
139139
},
140140
{
141-
"documentation": "For region us-gov-west-1 with FIPS enabled and DualStack enabled",
142-
"expect": {
143-
"endpoint": {
144-
"url": "https://rtbfabric-fips.us-gov-west-1.api.aws"
145-
}
146-
},
147-
"params": {
148-
"Region": "us-gov-west-1",
149-
"UseFIPS": true,
150-
"UseDualStack": true
151-
}
152-
},
153-
{
154-
"documentation": "For region us-gov-west-1 with FIPS enabled and DualStack disabled",
141+
"documentation": "For region eusc-de-east-1 with FIPS enabled and DualStack disabled",
155142
"expect": {
156143
"endpoint": {
157-
"url": "https://rtbfabric-fips.us-gov-west-1.amazonaws.com"
144+
"url": "https://rtbfabric-fips.eusc-de-east-1.amazonaws.eu"
158145
}
159146
},
160147
"params": {
161-
"Region": "us-gov-west-1",
148+
"Region": "eusc-de-east-1",
162149
"UseFIPS": true,
163150
"UseDualStack": false
164151
}
165152
},
166153
{
167-
"documentation": "For region us-gov-west-1 with FIPS disabled and DualStack enabled",
168-
"expect": {
169-
"endpoint": {
170-
"url": "https://rtbfabric.us-gov-west-1.api.aws"
171-
}
172-
},
173-
"params": {
174-
"Region": "us-gov-west-1",
175-
"UseFIPS": false,
176-
"UseDualStack": true
177-
}
178-
},
179-
{
180-
"documentation": "For region us-gov-west-1 with FIPS disabled and DualStack disabled",
154+
"documentation": "For region eusc-de-east-1 with FIPS disabled and DualStack disabled",
181155
"expect": {
182156
"endpoint": {
183-
"url": "https://rtbfabric.us-gov-west-1.amazonaws.com"
157+
"url": "https://rtbfabric.eusc-de-east-1.amazonaws.eu"
184158
}
185159
},
186160
"params": {
187-
"Region": "us-gov-west-1",
161+
"Region": "eusc-de-east-1",
188162
"UseFIPS": false,
189163
"UseDualStack": false
190164
}
@@ -294,27 +268,53 @@
294268
}
295269
},
296270
{
297-
"documentation": "For region eusc-de-east-1 with FIPS enabled and DualStack disabled",
271+
"documentation": "For region us-gov-west-1 with FIPS enabled and DualStack enabled",
298272
"expect": {
299273
"endpoint": {
300-
"url": "https://rtbfabric-fips.eusc-de-east-1.amazonaws.eu"
274+
"url": "https://rtbfabric-fips.us-gov-west-1.api.aws"
301275
}
302276
},
303277
"params": {
304-
"Region": "eusc-de-east-1",
278+
"Region": "us-gov-west-1",
279+
"UseFIPS": true,
280+
"UseDualStack": true
281+
}
282+
},
283+
{
284+
"documentation": "For region us-gov-west-1 with FIPS enabled and DualStack disabled",
285+
"expect": {
286+
"endpoint": {
287+
"url": "https://rtbfabric-fips.us-gov-west-1.amazonaws.com"
288+
}
289+
},
290+
"params": {
291+
"Region": "us-gov-west-1",
305292
"UseFIPS": true,
306293
"UseDualStack": false
307294
}
308295
},
309296
{
310-
"documentation": "For region eusc-de-east-1 with FIPS disabled and DualStack disabled",
297+
"documentation": "For region us-gov-west-1 with FIPS disabled and DualStack enabled",
311298
"expect": {
312299
"endpoint": {
313-
"url": "https://rtbfabric.eusc-de-east-1.amazonaws.eu"
300+
"url": "https://rtbfabric.us-gov-west-1.api.aws"
314301
}
315302
},
316303
"params": {
317-
"Region": "eusc-de-east-1",
304+
"Region": "us-gov-west-1",
305+
"UseFIPS": false,
306+
"UseDualStack": true
307+
}
308+
},
309+
{
310+
"documentation": "For region us-gov-west-1 with FIPS disabled and DualStack disabled",
311+
"expect": {
312+
"endpoint": {
313+
"url": "https://rtbfabric.us-gov-west-1.amazonaws.com"
314+
}
315+
},
316+
"params": {
317+
"Region": "us-gov-west-1",
318318
"UseFIPS": false,
319319
"UseDualStack": false
320320
}

services/rtbfabric/src/main/resources/codegen-resources/service-2.json

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,8 @@
709709
"type":"structure",
710710
"required":[
711711
"clientToken",
712-
"gatewayId"
712+
"gatewayId",
713+
"logSettings"
713714
],
714715
"members":{
715716
"clientToken":{
@@ -727,6 +728,7 @@
727728
"shape":"LinkAttributes",
728729
"documentation":"<p>Attributes of the link.</p>"
729730
},
731+
"logSettings":{"shape":"LinkLogSettings"},
730732
"tags":{
731733
"shape":"TagsMap",
732734
"documentation":"<p>A map of the key-value pairs of the tag or tags to assign to the resource.</p>"
@@ -862,7 +864,8 @@
862864
"required":[
863865
"clientToken",
864866
"gatewayId",
865-
"publicEndpoint"
867+
"publicEndpoint",
868+
"logSettings"
866869
],
867870
"members":{
868871
"clientToken":{
@@ -876,10 +879,12 @@
876879
"location":"uri",
877880
"locationName":"gatewayId"
878881
},
882+
"attributes":{"shape":"LinkAttributes"},
879883
"publicEndpoint":{
880884
"shape":"URL",
881885
"documentation":"<p>The public endpoint of the link.</p>"
882886
},
887+
"logSettings":{"shape":"LinkLogSettings"},
883888
"tags":{
884889
"shape":"TagsMap",
885890
"documentation":"<p>A map of the key-value pairs of the tag or tags to assign to the resource.</p>"
@@ -1437,7 +1442,8 @@
14371442
"tags":{
14381443
"shape":"TagsMap",
14391444
"documentation":"<p>A map of the key-value pairs for the tag or tags assigned to the specified resource.</p>"
1440-
}
1445+
},
1446+
"logSettings":{"shape":"LinkLogSettings"}
14411447
}
14421448
},
14431449
"GetLinkRequest":{
@@ -1579,7 +1585,8 @@
15791585
"tags":{
15801586
"shape":"TagsMap",
15811587
"documentation":"<p>A map of the key-value pairs for the tag or tags assigned to the specified resource.</p>"
1582-
}
1588+
},
1589+
"logSettings":{"shape":"LinkLogSettings"}
15831590
}
15841591
},
15851592
"GetRequesterGatewayRequest":{

0 commit comments

Comments
 (0)