Skip to content

Commit b57f297

Browse files
author
AWS
committed
AWS Global Accelerator Update: This release contains a new optional ip-addresses input field for the update accelerator and update custom routing accelerator apis. This input enables consumers to replace IPv4 addresses on existing accelerators with addresses provided in the input.
1 parent b3f21a5 commit b57f297

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
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": "AWS Global Accelerator",
4+
"contributor": "",
5+
"description": "This release contains a new optional ip-addresses input field for the update accelerator and update custom routing accelerator apis. This input enables consumers to replace IPv4 addresses on existing accelerators with addresses provided in the input."
6+
}

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

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,14 @@
55
"endpointPrefix":"globalaccelerator",
66
"jsonVersion":"1.1",
77
"protocol":"json",
8+
"protocols":["json"],
89
"serviceFullName":"AWS Global Accelerator",
910
"serviceId":"Global Accelerator",
1011
"signatureVersion":"v4",
1112
"signingName":"globalaccelerator",
1213
"targetPrefix":"GlobalAccelerator_V20180706",
13-
"uid":"globalaccelerator-2018-08-08"
14+
"uid":"globalaccelerator-2018-08-08",
15+
"auth":["aws.auth#sigv4"]
1416
},
1517
"operations":{
1618
"AddCustomRoutingEndpoints":{
@@ -3264,6 +3266,10 @@
32643266
"shape":"IpAddressType",
32653267
"documentation":"<p>The IP address type that an accelerator supports. For a standard accelerator, the value can be IPV4 or DUAL_STACK.</p>"
32663268
},
3269+
"IpAddresses":{
3270+
"shape":"IpAddresses",
3271+
"documentation":"<p>The IP addresses for an accelerator.</p>"
3272+
},
32673273
"Enabled":{
32683274
"shape":"GenericBoolean",
32693275
"documentation":"<p>Indicates whether an accelerator is enabled. The value is true or false. The default value is true. </p> <p>If the value is set to true, the accelerator cannot be deleted. If set to false, the accelerator can be deleted.</p>"
@@ -3365,6 +3371,10 @@
33653371
"shape":"IpAddressType",
33663372
"documentation":"<p>The IP address type that an accelerator supports. For a custom routing accelerator, the value must be IPV4.</p>"
33673373
},
3374+
"IpAddresses":{
3375+
"shape":"IpAddresses",
3376+
"documentation":"<p>The IP addresses for an accelerator.</p>"
3377+
},
33683378
"Enabled":{
33693379
"shape":"GenericBoolean",
33703380
"documentation":"<p>Indicates whether an accelerator is enabled. The value is true or false. The default value is true. </p> <p>If the value is set to true, the accelerator cannot be deleted. If set to false, the accelerator can be deleted.</p>"

0 commit comments

Comments
 (0)