|
5 | 5 | "endpointPrefix": "globalaccelerator", |
6 | 6 | "jsonVersion": "1.1", |
7 | 7 | "protocol": "json", |
| 8 | + "protocols": [ |
| 9 | + "json" |
| 10 | + ], |
8 | 11 | "serviceFullName": "AWS Global Accelerator", |
9 | 12 | "serviceId": "Global Accelerator", |
10 | 13 | "signatureVersion": "v4", |
11 | 14 | "signingName": "globalaccelerator", |
12 | 15 | "targetPrefix": "GlobalAccelerator_V20180706", |
13 | | - "uid": "globalaccelerator-2018-08-08" |
| 16 | + "uid": "globalaccelerator-2018-08-08", |
| 17 | + "auth": [ |
| 18 | + "aws.auth#sigv4" |
| 19 | + ] |
14 | 20 | }, |
15 | 21 | "operations": { |
16 | 22 | "AddCustomRoutingEndpoints": { |
|
3902 | 3908 | "shape": "IpAddressType", |
3903 | 3909 | "documentation": "<p>The IP address type that an accelerator supports. For a standard accelerator, the value can be IPV4 or DUAL_STACK.</p>" |
3904 | 3910 | }, |
| 3911 | + "IpAddresses": { |
| 3912 | + "shape": "IpAddresses", |
| 3913 | + "documentation": "<p>The IP addresses for an accelerator.</p>" |
| 3914 | + }, |
3905 | 3915 | "Enabled": { |
3906 | 3916 | "shape": "GenericBoolean", |
3907 | 3917 | "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>" |
|
4009 | 4019 | "shape": "IpAddressType", |
4010 | 4020 | "documentation": "<p>The IP address type that an accelerator supports. For a custom routing accelerator, the value must be IPV4.</p>" |
4011 | 4021 | }, |
| 4022 | + "IpAddresses": { |
| 4023 | + "shape": "IpAddresses", |
| 4024 | + "documentation": "<p>The IP addresses for an accelerator.</p>" |
| 4025 | + }, |
4012 | 4026 | "Enabled": { |
4013 | 4027 | "shape": "GenericBoolean", |
4014 | 4028 | "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