aws-sdk-globalaccelerator 1.39.0 → 1.40.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -15,6 +15,8 @@ module Aws::GlobalAccelerator
15
15
 
16
16
  Accelerator = Shapes::StructureShape.new(name: 'Accelerator')
17
17
  AcceleratorAttributes = Shapes::StructureShape.new(name: 'AcceleratorAttributes')
18
+ AcceleratorEvent = Shapes::StructureShape.new(name: 'AcceleratorEvent')
19
+ AcceleratorEvents = Shapes::ListShape.new(name: 'AcceleratorEvents')
18
20
  AcceleratorNotDisabledException = Shapes::StructureShape.new(name: 'AcceleratorNotDisabledException')
19
21
  AcceleratorNotFoundException = Shapes::StructureShape.new(name: 'AcceleratorNotFoundException')
20
22
  AcceleratorStatus = Shapes::StringShape.new(name: 'AcceleratorStatus')
@@ -123,6 +125,7 @@ module Aws::GlobalAccelerator
123
125
  InvalidNextTokenException = Shapes::StructureShape.new(name: 'InvalidNextTokenException')
124
126
  InvalidPortRangeException = Shapes::StructureShape.new(name: 'InvalidPortRangeException')
125
127
  IpAddress = Shapes::StringShape.new(name: 'IpAddress')
128
+ IpAddressFamily = Shapes::StringShape.new(name: 'IpAddressFamily')
126
129
  IpAddressType = Shapes::StringShape.new(name: 'IpAddressType')
127
130
  IpAddresses = Shapes::ListShape.new(name: 'IpAddresses')
128
131
  IpSet = Shapes::StructureShape.new(name: 'IpSet')
@@ -206,6 +209,8 @@ module Aws::GlobalAccelerator
206
209
  Accelerator.add_member(:status, Shapes::ShapeRef.new(shape: AcceleratorStatus, location_name: "Status"))
207
210
  Accelerator.add_member(:created_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedTime"))
208
211
  Accelerator.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
212
+ Accelerator.add_member(:dual_stack_dns_name, Shapes::ShapeRef.new(shape: GenericString, location_name: "DualStackDnsName"))
213
+ Accelerator.add_member(:events, Shapes::ShapeRef.new(shape: AcceleratorEvents, location_name: "Events"))
209
214
  Accelerator.struct_class = Types::Accelerator
210
215
 
211
216
  AcceleratorAttributes.add_member(:flow_logs_enabled, Shapes::ShapeRef.new(shape: GenericBoolean, location_name: "FlowLogsEnabled"))
@@ -213,6 +218,12 @@ module Aws::GlobalAccelerator
213
218
  AcceleratorAttributes.add_member(:flow_logs_s3_prefix, Shapes::ShapeRef.new(shape: GenericString, location_name: "FlowLogsS3Prefix"))
214
219
  AcceleratorAttributes.struct_class = Types::AcceleratorAttributes
215
220
 
221
+ AcceleratorEvent.add_member(:message, Shapes::ShapeRef.new(shape: GenericString, location_name: "Message"))
222
+ AcceleratorEvent.add_member(:timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "Timestamp"))
223
+ AcceleratorEvent.struct_class = Types::AcceleratorEvent
224
+
225
+ AcceleratorEvents.member = Shapes::ShapeRef.new(shape: AcceleratorEvent)
226
+
216
227
  AcceleratorNotDisabledException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
217
228
  AcceleratorNotDisabledException.struct_class = Types::AcceleratorNotDisabledException
218
229
 
@@ -553,8 +564,9 @@ module Aws::GlobalAccelerator
553
564
 
554
565
  IpAddresses.member = Shapes::ShapeRef.new(shape: IpAddress)
555
566
 
556
- IpSet.add_member(:ip_family, Shapes::ShapeRef.new(shape: GenericString, location_name: "IpFamily"))
567
+ IpSet.add_member(:ip_family, Shapes::ShapeRef.new(shape: GenericString, deprecated: true, location_name: "IpFamily", metadata: {"deprecatedMessage"=>"IpFamily has been replaced by IpAddressFamily"}))
557
568
  IpSet.add_member(:ip_addresses, Shapes::ShapeRef.new(shape: IpAddresses, location_name: "IpAddresses"))
569
+ IpSet.add_member(:ip_address_family, Shapes::ShapeRef.new(shape: IpAddressFamily, location_name: "IpAddressFamily"))
558
570
  IpSet.struct_class = Types::IpSet
559
571
 
560
572
  IpSets.member = Shapes::ShapeRef.new(shape: IpSet)
@@ -845,6 +857,7 @@ module Aws::GlobalAccelerator
845
857
  o.http_request_uri = "/"
846
858
  o.input = Shapes::ShapeRef.new(shape: AllowCustomRoutingTrafficRequest)
847
859
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
860
+ o.errors << Shapes::ShapeRef.new(shape: EndpointGroupNotFoundException)
848
861
  o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
849
862
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
850
863
  end)
@@ -1007,6 +1020,7 @@ module Aws::GlobalAccelerator
1007
1020
  o.http_request_uri = "/"
1008
1021
  o.input = Shapes::ShapeRef.new(shape: DenyCustomRoutingTrafficRequest)
1009
1022
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1023
+ o.errors << Shapes::ShapeRef.new(shape: EndpointGroupNotFoundException)
1010
1024
  o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
1011
1025
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
1012
1026
  end)
@@ -1340,6 +1354,7 @@ module Aws::GlobalAccelerator
1340
1354
  o.input = Shapes::ShapeRef.new(shape: UpdateAcceleratorRequest)
1341
1355
  o.output = Shapes::ShapeRef.new(shape: UpdateAcceleratorResponse)
1342
1356
  o.errors << Shapes::ShapeRef.new(shape: AcceleratorNotFoundException)
1357
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1343
1358
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
1344
1359
  o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
1345
1360
  end)