aws-sdk-globalaccelerator 1.15.0 → 1.16.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 29f9e030de931362e47f0f9c84d01189f9a1f5e8
|
|
4
|
+
data.tar.gz: 65dd8bf17a7f72c1e98362d3cb6524c36473bea0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 054452eedb9b4af19c1bde36d29200b3f6420235a76de399f566aa5ce6056e96320973bdb8613bd2d8330c3f82ffc5e8caad125ca221bfabacbd8b0de18d9c9f
|
|
7
|
+
data.tar.gz: 3edb7da78e4b5bc1870777692631bd30aaba021df5f87ccfb32c5102a8ea61b8b2b66f527449dc2e6ddf6480c5584d72e836373578ad5731296f04b5b06ad8ad
|
|
@@ -32,11 +32,11 @@ Aws::Plugins::GlobalConfiguration.add_identifier(:globalaccelerator)
|
|
|
32
32
|
module Aws::GlobalAccelerator
|
|
33
33
|
# An API client for GlobalAccelerator. To construct a client, you need to configure a `:region` and `:credentials`.
|
|
34
34
|
#
|
|
35
|
-
#
|
|
36
|
-
#
|
|
37
|
-
#
|
|
38
|
-
#
|
|
39
|
-
#
|
|
35
|
+
# client = Aws::GlobalAccelerator::Client.new(
|
|
36
|
+
# region: region_name,
|
|
37
|
+
# credentials: credentials,
|
|
38
|
+
# # ...
|
|
39
|
+
# )
|
|
40
40
|
#
|
|
41
41
|
# For details on configuring region and credentials see
|
|
42
42
|
# the [developer guide](/sdk-for-ruby/v3/developer-guide/setup-config.html).
|
|
@@ -229,15 +229,19 @@ module Aws::GlobalAccelerator
|
|
|
229
229
|
#
|
|
230
230
|
# @option options [String] :retry_mode ("legacy")
|
|
231
231
|
# Specifies which retry algorithm to use. Values are:
|
|
232
|
-
#
|
|
233
|
-
#
|
|
234
|
-
#
|
|
235
|
-
#
|
|
236
|
-
#
|
|
237
|
-
#
|
|
238
|
-
#
|
|
239
|
-
#
|
|
240
|
-
#
|
|
232
|
+
#
|
|
233
|
+
# * `legacy` - The pre-existing retry behavior. This is default value if
|
|
234
|
+
# no retry mode is provided.
|
|
235
|
+
#
|
|
236
|
+
# * `standard` - A standardized set of retry rules across the AWS SDKs.
|
|
237
|
+
# This includes support for retry quotas, which limit the number of
|
|
238
|
+
# unsuccessful retries a client can make.
|
|
239
|
+
#
|
|
240
|
+
# * `adaptive` - An experimental retry mode that includes all the
|
|
241
|
+
# functionality of `standard` mode along with automatic client side
|
|
242
|
+
# throttling. This is a provisional mode that may change behavior
|
|
243
|
+
# in the future.
|
|
244
|
+
#
|
|
241
245
|
#
|
|
242
246
|
# @option options [String] :secret_access_key
|
|
243
247
|
#
|
|
@@ -275,8 +279,7 @@ module Aws::GlobalAccelerator
|
|
|
275
279
|
#
|
|
276
280
|
# @option options [Integer] :http_read_timeout (60) The default
|
|
277
281
|
# number of seconds to wait for response data. This value can
|
|
278
|
-
# safely be set
|
|
279
|
-
# per-request on the session yielded by {#session_for}.
|
|
282
|
+
# safely be set per-request on the session.
|
|
280
283
|
#
|
|
281
284
|
# @option options [Float] :http_idle_timeout (5) The number of
|
|
282
285
|
# seconds a connection is allowed to sit idle before it is
|
|
@@ -288,7 +291,7 @@ module Aws::GlobalAccelerator
|
|
|
288
291
|
# request body. This option has no effect unless the request has
|
|
289
292
|
# "Expect" header set to "100-continue". Defaults to `nil` which
|
|
290
293
|
# disables this behaviour. This value can safely be set per
|
|
291
|
-
# request on the session
|
|
294
|
+
# request on the session.
|
|
292
295
|
#
|
|
293
296
|
# @option options [Boolean] :http_wire_trace (false) When `true`,
|
|
294
297
|
# HTTP debug output will be sent to the `:logger`.
|
|
@@ -351,6 +354,9 @@ module Aws::GlobalAccelerator
|
|
|
351
354
|
#
|
|
352
355
|
# resp.byoip_cidr.cidr #=> String
|
|
353
356
|
# resp.byoip_cidr.state #=> String, one of "PENDING_PROVISIONING", "READY", "PENDING_ADVERTISING", "ADVERTISING", "PENDING_WITHDRAWING", "PENDING_DEPROVISIONING", "DEPROVISIONED", "FAILED_PROVISION", "FAILED_ADVERTISING", "FAILED_WITHDRAW", "FAILED_DEPROVISION"
|
|
357
|
+
# resp.byoip_cidr.events #=> Array
|
|
358
|
+
# resp.byoip_cidr.events[0].message #=> String
|
|
359
|
+
# resp.byoip_cidr.events[0].timestamp #=> Time
|
|
354
360
|
#
|
|
355
361
|
# @see http://docs.aws.amazon.com/goto/WebAPI/globalaccelerator-2018-08-08/AdvertiseByoipCidr AWS API Documentation
|
|
356
362
|
#
|
|
@@ -784,6 +790,9 @@ module Aws::GlobalAccelerator
|
|
|
784
790
|
#
|
|
785
791
|
# resp.byoip_cidr.cidr #=> String
|
|
786
792
|
# resp.byoip_cidr.state #=> String, one of "PENDING_PROVISIONING", "READY", "PENDING_ADVERTISING", "ADVERTISING", "PENDING_WITHDRAWING", "PENDING_DEPROVISIONING", "DEPROVISIONED", "FAILED_PROVISION", "FAILED_ADVERTISING", "FAILED_WITHDRAW", "FAILED_DEPROVISION"
|
|
793
|
+
# resp.byoip_cidr.events #=> Array
|
|
794
|
+
# resp.byoip_cidr.events[0].message #=> String
|
|
795
|
+
# resp.byoip_cidr.events[0].timestamp #=> Time
|
|
787
796
|
#
|
|
788
797
|
# @see http://docs.aws.amazon.com/goto/WebAPI/globalaccelerator-2018-08-08/DeprovisionByoipCidr AWS API Documentation
|
|
789
798
|
#
|
|
@@ -867,7 +876,8 @@ module Aws::GlobalAccelerator
|
|
|
867
876
|
req.send_request(options)
|
|
868
877
|
end
|
|
869
878
|
|
|
870
|
-
# Describe an endpoint group.
|
|
879
|
+
# Describe an endpoint group. To see an AWS CLI example of describing an
|
|
880
|
+
# endpoint group, scroll down to **Example**.
|
|
871
881
|
#
|
|
872
882
|
# @option params [required, String] :endpoint_group_arn
|
|
873
883
|
# The Amazon Resource Name (ARN) of the endpoint group to describe.
|
|
@@ -993,7 +1003,8 @@ module Aws::GlobalAccelerator
|
|
|
993
1003
|
end
|
|
994
1004
|
|
|
995
1005
|
# Lists the IP address ranges that were specified in calls to
|
|
996
|
-
# [ProvisionByoipCidr][1]
|
|
1006
|
+
# [ProvisionByoipCidr][1], including the current state and a history of
|
|
1007
|
+
# state changes.
|
|
997
1008
|
#
|
|
998
1009
|
# To see an AWS CLI example of listing BYOIP CIDR addresses, scroll down
|
|
999
1010
|
# to **Example**.
|
|
@@ -1027,6 +1038,9 @@ module Aws::GlobalAccelerator
|
|
|
1027
1038
|
# resp.byoip_cidrs #=> Array
|
|
1028
1039
|
# resp.byoip_cidrs[0].cidr #=> String
|
|
1029
1040
|
# resp.byoip_cidrs[0].state #=> String, one of "PENDING_PROVISIONING", "READY", "PENDING_ADVERTISING", "ADVERTISING", "PENDING_WITHDRAWING", "PENDING_DEPROVISIONING", "DEPROVISIONED", "FAILED_PROVISION", "FAILED_ADVERTISING", "FAILED_WITHDRAW", "FAILED_DEPROVISION"
|
|
1041
|
+
# resp.byoip_cidrs[0].events #=> Array
|
|
1042
|
+
# resp.byoip_cidrs[0].events[0].message #=> String
|
|
1043
|
+
# resp.byoip_cidrs[0].events[0].timestamp #=> Time
|
|
1030
1044
|
# resp.next_token #=> String
|
|
1031
1045
|
#
|
|
1032
1046
|
# @see http://docs.aws.amazon.com/goto/WebAPI/globalaccelerator-2018-08-08/ListByoipCidrs AWS API Documentation
|
|
@@ -1225,6 +1239,9 @@ module Aws::GlobalAccelerator
|
|
|
1225
1239
|
#
|
|
1226
1240
|
# resp.byoip_cidr.cidr #=> String
|
|
1227
1241
|
# resp.byoip_cidr.state #=> String, one of "PENDING_PROVISIONING", "READY", "PENDING_ADVERTISING", "ADVERTISING", "PENDING_WITHDRAWING", "PENDING_DEPROVISIONING", "DEPROVISIONED", "FAILED_PROVISION", "FAILED_ADVERTISING", "FAILED_WITHDRAW", "FAILED_DEPROVISION"
|
|
1242
|
+
# resp.byoip_cidr.events #=> Array
|
|
1243
|
+
# resp.byoip_cidr.events[0].message #=> String
|
|
1244
|
+
# resp.byoip_cidr.events[0].timestamp #=> Time
|
|
1228
1245
|
#
|
|
1229
1246
|
# @see http://docs.aws.amazon.com/goto/WebAPI/globalaccelerator-2018-08-08/ProvisionByoipCidr AWS API Documentation
|
|
1230
1247
|
#
|
|
@@ -1643,6 +1660,9 @@ module Aws::GlobalAccelerator
|
|
|
1643
1660
|
#
|
|
1644
1661
|
# resp.byoip_cidr.cidr #=> String
|
|
1645
1662
|
# resp.byoip_cidr.state #=> String, one of "PENDING_PROVISIONING", "READY", "PENDING_ADVERTISING", "ADVERTISING", "PENDING_WITHDRAWING", "PENDING_DEPROVISIONING", "DEPROVISIONED", "FAILED_PROVISION", "FAILED_ADVERTISING", "FAILED_WITHDRAW", "FAILED_DEPROVISION"
|
|
1663
|
+
# resp.byoip_cidr.events #=> Array
|
|
1664
|
+
# resp.byoip_cidr.events[0].message #=> String
|
|
1665
|
+
# resp.byoip_cidr.events[0].timestamp #=> Time
|
|
1646
1666
|
#
|
|
1647
1667
|
# @see http://docs.aws.amazon.com/goto/WebAPI/globalaccelerator-2018-08-08/WithdrawByoipCidr AWS API Documentation
|
|
1648
1668
|
#
|
|
@@ -1666,7 +1686,7 @@ module Aws::GlobalAccelerator
|
|
|
1666
1686
|
params: params,
|
|
1667
1687
|
config: config)
|
|
1668
1688
|
context[:gem_name] = 'aws-sdk-globalaccelerator'
|
|
1669
|
-
context[:gem_version] = '1.
|
|
1689
|
+
context[:gem_version] = '1.16.0'
|
|
1670
1690
|
Seahorse::Client::Request.new(handlers, context)
|
|
1671
1691
|
end
|
|
1672
1692
|
|
|
@@ -23,6 +23,8 @@ module Aws::GlobalAccelerator
|
|
|
23
23
|
AssociatedEndpointGroupFoundException = Shapes::StructureShape.new(name: 'AssociatedEndpointGroupFoundException')
|
|
24
24
|
AssociatedListenerFoundException = Shapes::StructureShape.new(name: 'AssociatedListenerFoundException')
|
|
25
25
|
ByoipCidr = Shapes::StructureShape.new(name: 'ByoipCidr')
|
|
26
|
+
ByoipCidrEvent = Shapes::StructureShape.new(name: 'ByoipCidrEvent')
|
|
27
|
+
ByoipCidrEvents = Shapes::ListShape.new(name: 'ByoipCidrEvents')
|
|
26
28
|
ByoipCidrNotFoundException = Shapes::StructureShape.new(name: 'ByoipCidrNotFoundException')
|
|
27
29
|
ByoipCidrState = Shapes::StringShape.new(name: 'ByoipCidrState')
|
|
28
30
|
ByoipCidrs = Shapes::ListShape.new(name: 'ByoipCidrs')
|
|
@@ -160,8 +162,15 @@ module Aws::GlobalAccelerator
|
|
|
160
162
|
|
|
161
163
|
ByoipCidr.add_member(:cidr, Shapes::ShapeRef.new(shape: GenericString, location_name: "Cidr"))
|
|
162
164
|
ByoipCidr.add_member(:state, Shapes::ShapeRef.new(shape: ByoipCidrState, location_name: "State"))
|
|
165
|
+
ByoipCidr.add_member(:events, Shapes::ShapeRef.new(shape: ByoipCidrEvents, location_name: "Events"))
|
|
163
166
|
ByoipCidr.struct_class = Types::ByoipCidr
|
|
164
167
|
|
|
168
|
+
ByoipCidrEvent.add_member(:message, Shapes::ShapeRef.new(shape: GenericString, location_name: "Message"))
|
|
169
|
+
ByoipCidrEvent.add_member(:timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "Timestamp"))
|
|
170
|
+
ByoipCidrEvent.struct_class = Types::ByoipCidrEvent
|
|
171
|
+
|
|
172
|
+
ByoipCidrEvents.member = Shapes::ShapeRef.new(shape: ByoipCidrEvent)
|
|
173
|
+
|
|
165
174
|
ByoipCidrNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
|
|
166
175
|
ByoipCidrNotFoundException.struct_class = Types::ByoipCidrNotFoundException
|
|
167
176
|
|
|
@@ -6,13 +6,7 @@
|
|
|
6
6
|
# WARNING ABOUT GENERATED CODE
|
|
7
7
|
|
|
8
8
|
module Aws::GlobalAccelerator
|
|
9
|
-
|
|
10
|
-
# To create a resource object:
|
|
11
|
-
# resource = Aws::GlobalAccelerator::Resource.new(region: 'us-west-2')
|
|
12
|
-
# You can supply a client object with custom configuration that will be used for all resource operations.
|
|
13
|
-
# If you do not pass +:client+, a default client will be constructed.
|
|
14
|
-
# client = Aws::GlobalAccelerator::Client.new(region: 'us-west-2')
|
|
15
|
-
# resource = Aws::GlobalAccelerator::Resource.new(client: client)
|
|
9
|
+
|
|
16
10
|
class Resource
|
|
17
11
|
|
|
18
12
|
# @param options ({})
|
|
@@ -223,7 +223,7 @@ module Aws::GlobalAccelerator
|
|
|
223
223
|
end
|
|
224
224
|
|
|
225
225
|
# Information about an IP address range that is provisioned for use with
|
|
226
|
-
# your AWS resources through bring your own IP
|
|
226
|
+
# your AWS resources through bring your own IP address (BYOIP).
|
|
227
227
|
#
|
|
228
228
|
# The following describes each BYOIP `State` that your IP address range
|
|
229
229
|
# can be in.
|
|
@@ -282,11 +282,42 @@ module Aws::GlobalAccelerator
|
|
|
282
282
|
# The state of the address pool.
|
|
283
283
|
# @return [String]
|
|
284
284
|
#
|
|
285
|
+
# @!attribute [rw] events
|
|
286
|
+
# A history of status changes for an IP address range that that you
|
|
287
|
+
# bring to AWS Global Accelerator through bring your own IP address
|
|
288
|
+
# (BYOIP).
|
|
289
|
+
# @return [Array<Types::ByoipCidrEvent>]
|
|
290
|
+
#
|
|
285
291
|
# @see http://docs.aws.amazon.com/goto/WebAPI/globalaccelerator-2018-08-08/ByoipCidr AWS API Documentation
|
|
286
292
|
#
|
|
287
293
|
class ByoipCidr < Struct.new(
|
|
288
294
|
:cidr,
|
|
289
|
-
:state
|
|
295
|
+
:state,
|
|
296
|
+
:events)
|
|
297
|
+
include Aws::Structure
|
|
298
|
+
end
|
|
299
|
+
|
|
300
|
+
# A complex type that contains a `Message` and a `Timestamp` value for
|
|
301
|
+
# changes that you make in the status an IP address range that you bring
|
|
302
|
+
# to AWS Global Accelerator through bring your own IP address (BYOIP).
|
|
303
|
+
#
|
|
304
|
+
# @!attribute [rw] message
|
|
305
|
+
# A string that contains an `Event` message describing changes that
|
|
306
|
+
# you make in the status of an IP address range that you bring to AWS
|
|
307
|
+
# Global Accelerator through bring your own IP address (BYOIP).
|
|
308
|
+
# @return [String]
|
|
309
|
+
#
|
|
310
|
+
# @!attribute [rw] timestamp
|
|
311
|
+
# A timestamp when you make a status change for an IP address range
|
|
312
|
+
# that you bring to AWS Global Accelerator through bring your own IP
|
|
313
|
+
# address (BYOIP).
|
|
314
|
+
# @return [Time]
|
|
315
|
+
#
|
|
316
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/globalaccelerator-2018-08-08/ByoipCidrEvent AWS API Documentation
|
|
317
|
+
#
|
|
318
|
+
class ByoipCidrEvent < Struct.new(
|
|
319
|
+
:message,
|
|
320
|
+
:timestamp)
|
|
290
321
|
include Aws::Structure
|
|
291
322
|
end
|
|
292
323
|
|
|
@@ -879,13 +910,13 @@ module Aws::GlobalAccelerator
|
|
|
879
910
|
# applications on the Application Load Balancer endpoint fronted by
|
|
880
911
|
# the accelerator.
|
|
881
912
|
#
|
|
882
|
-
# For more information, see [
|
|
913
|
+
# For more information, see [ Preserve Client IP Addresses in AWS
|
|
883
914
|
# Global Accelerator][1] in the *AWS Global Accelerator Developer
|
|
884
915
|
# Guide*.
|
|
885
916
|
#
|
|
886
917
|
#
|
|
887
918
|
#
|
|
888
|
-
# [1]: https://docs.aws.amazon.com/global-accelerator/latest/dg/
|
|
919
|
+
# [1]: https://docs.aws.amazon.com/global-accelerator/latest/dg/preserve-client-ip-address.html
|
|
889
920
|
# @return [Boolean]
|
|
890
921
|
#
|
|
891
922
|
# @see http://docs.aws.amazon.com/goto/WebAPI/globalaccelerator-2018-08-08/EndpointConfiguration AWS API Documentation
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-globalaccelerator
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.16.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-03-
|
|
11
|
+
date: 2020-03-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|