Skip to content

Commit 8beb1cb

Browse files
OAS Update
1 parent 034cef2 commit 8beb1cb

File tree

2 files changed

+60
-6
lines changed

2 files changed

+60
-6
lines changed

services/alb/v2beta2/alb.json

Lines changed: 30 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,15 @@
128128
"title": "List of all listeners which will accept traffic.",
129129
"type": "array"
130130
},
131+
"loadBalancerSecurityGroup": {
132+
"allOf": [
133+
{
134+
"$ref": "#/components/schemas/SecurityGroup"
135+
}
136+
],
137+
"description": "Security Group permitting network traffic from the LoadBalancer to the targets. Useful when disableTargetSecurityGroupAssignment=true to manually assign target security groups to targets.",
138+
"readOnly": true
139+
},
131140
"name": {
132141
"description": "Application Load Balancer name. Not changeable after creation.",
133142
"example": "my-load-balancer",
@@ -184,7 +193,7 @@
184193
"$ref": "#/components/schemas/SecurityGroup"
185194
}
186195
],
187-
"description": "Security Group permitting network traffic from the LoadBalancer to the targets. Useful when disableTargetSecurityGroupAssignment=true to manually assign target security groups to targets.",
196+
"description": "Security Group that allows the targets to receive traffic from the LoadBalancer. Useful when disableTargetSecurityGroupAssignment=true to manually assign target security groups to targets.",
188197
"readOnly": true
189198
},
190199
"version": {
@@ -424,6 +433,15 @@
424433
"title": "List of all listeners which will accept traffic.",
425434
"type": "array"
426435
},
436+
"loadBalancerSecurityGroup": {
437+
"allOf": [
438+
{
439+
"$ref": "#/components/schemas/SecurityGroup"
440+
}
441+
],
442+
"description": "Security Group permitting network traffic from the LoadBalancer to the targets. Useful when disableTargetSecurityGroupAssignment=true to manually assign target security groups to targets.",
443+
"readOnly": true
444+
},
427445
"name": {
428446
"description": "Application Load Balancer name. Not changeable after creation.",
429447
"example": "my-load-balancer",
@@ -480,7 +498,7 @@
480498
"$ref": "#/components/schemas/SecurityGroup"
481499
}
482500
],
483-
"description": "Security Group permitting network traffic from the LoadBalancer to the targets. Useful when disableTargetSecurityGroupAssignment=true to manually assign target security groups to targets.",
501+
"description": "Security Group that allows the targets to receive traffic from the LoadBalancer. Useful when disableTargetSecurityGroupAssignment=true to manually assign target security groups to targets.",
484502
"readOnly": true
485503
},
486504
"version": {
@@ -897,6 +915,15 @@
897915
"title": "List of all listeners which will accept traffic.",
898916
"type": "array"
899917
},
918+
"loadBalancerSecurityGroup": {
919+
"allOf": [
920+
{
921+
"$ref": "#/components/schemas/SecurityGroup"
922+
}
923+
],
924+
"description": "Security Group permitting network traffic from the LoadBalancer to the targets. Useful when disableTargetSecurityGroupAssignment=true to manually assign target security groups to targets.",
925+
"readOnly": true
926+
},
900927
"name": {
901928
"description": "Application Load Balancer name. Not changeable after creation.",
902929
"example": "my-load-balancer",
@@ -953,7 +980,7 @@
953980
"$ref": "#/components/schemas/SecurityGroup"
954981
}
955982
],
956-
"description": "Security Group permitting network traffic from the LoadBalancer to the targets. Useful when disableTargetSecurityGroupAssignment=true to manually assign target security groups to targets.",
983+
"description": "Security Group that allows the targets to receive traffic from the LoadBalancer. Useful when disableTargetSecurityGroupAssignment=true to manually assign target security groups to targets.",
957984
"readOnly": true
958985
},
959986
"version": {

services/load-balancer/v2/load-balancer.json

Lines changed: 30 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,15 @@
9999
"title": "List of all listeners which will accept traffic.",
100100
"type": "array"
101101
},
102+
"loadBalancerSecurityGroup": {
103+
"allOf": [
104+
{
105+
"$ref": "#/components/schemas/SecurityGroup"
106+
}
107+
],
108+
"description": "Security Group permitting network traffic from the LoadBalancer to the targets. Useful when disableTargetSecurityGroupAssignment=true to manually assign target security groups to targets.",
109+
"readOnly": true
110+
},
102111
"name": {
103112
"description": "Load balancer name. Not changeable after creation.",
104113
"example": "my-load-balancer",
@@ -155,7 +164,7 @@
155164
"$ref": "#/components/schemas/SecurityGroup"
156165
}
157166
],
158-
"description": "Security Group permitting network traffic from the LoadBalancer to the targets. Useful when disableTargetSecurityGroupAssignment=true to manually assign target security groups to targets.",
167+
"description": "Security Group that allows the targets to receive traffic from the LoadBalancer. Useful when disableTargetSecurityGroupAssignment=true to manually assign target security groups to targets.",
159168
"readOnly": true
160169
},
161170
"version": {
@@ -364,6 +373,15 @@
364373
"title": "List of all listeners which will accept traffic.",
365374
"type": "array"
366375
},
376+
"loadBalancerSecurityGroup": {
377+
"allOf": [
378+
{
379+
"$ref": "#/components/schemas/SecurityGroup"
380+
}
381+
],
382+
"description": "Security Group permitting network traffic from the LoadBalancer to the targets. Useful when disableTargetSecurityGroupAssignment=true to manually assign target security groups to targets.",
383+
"readOnly": true
384+
},
367385
"name": {
368386
"description": "Load balancer name. Not changeable after creation.",
369387
"example": "my-load-balancer",
@@ -420,7 +438,7 @@
420438
"$ref": "#/components/schemas/SecurityGroup"
421439
}
422440
],
423-
"description": "Security Group permitting network traffic from the LoadBalancer to the targets. Useful when disableTargetSecurityGroupAssignment=true to manually assign target security groups to targets.",
441+
"description": "Security Group that allows the targets to receive traffic from the LoadBalancer. Useful when disableTargetSecurityGroupAssignment=true to manually assign target security groups to targets.",
424442
"readOnly": true
425443
},
426444
"version": {
@@ -775,6 +793,15 @@
775793
"title": "List of all listeners which will accept traffic.",
776794
"type": "array"
777795
},
796+
"loadBalancerSecurityGroup": {
797+
"allOf": [
798+
{
799+
"$ref": "#/components/schemas/SecurityGroup"
800+
}
801+
],
802+
"description": "Security Group permitting network traffic from the LoadBalancer to the targets. Useful when disableTargetSecurityGroupAssignment=true to manually assign target security groups to targets.",
803+
"readOnly": true
804+
},
778805
"name": {
779806
"description": "Load balancer name. Not changeable after creation.",
780807
"example": "my-load-balancer",
@@ -831,7 +858,7 @@
831858
"$ref": "#/components/schemas/SecurityGroup"
832859
}
833860
],
834-
"description": "Security Group permitting network traffic from the LoadBalancer to the targets. Useful when disableTargetSecurityGroupAssignment=true to manually assign target security groups to targets.",
861+
"description": "Security Group that allows the targets to receive traffic from the LoadBalancer. Useful when disableTargetSecurityGroupAssignment=true to manually assign target security groups to targets.",
835862
"readOnly": true
836863
},
837864
"version": {

0 commit comments

Comments
 (0)