aws-sdk-globalaccelerator 1.91.0 → 1.93.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 +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-globalaccelerator/client.rb +6 -8
- data/lib/aws-sdk-globalaccelerator.rb +1 -1
- data/sig/client.rbs +19 -19
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a8d4438fbaafabc8b0c5e7ebffa6f05f8710e0f4ddc72ad1e2c0ae438427584f
|
|
4
|
+
data.tar.gz: e1e7d5ceb950e7ae19b72c1d5da95d505c6f6a942c7639ae9e05b641379f2da3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fce3fb7ee54eee97ff987c85533918c5d9d6225ff2c4e62142b3231b9cee0bbdbdbee59de089d55f140d4c2ce9b698f6f39a20b1b9a80fdd153b2324850ffe02
|
|
7
|
+
data.tar.gz: c2079a92c6d88920620b724d7c442a1b59883f5244ee9b740a1a5b6a06c371bb3885e5016ba7235c7686a3bec58a36afe8d3f2799d7a0ff1b027f7ffa424ad27
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.93.0 (2026-05-21)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Adding new BDD representation of endpoint ruleset
|
|
8
|
+
|
|
9
|
+
1.92.0 (2026-05-19)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
13
|
+
|
|
4
14
|
1.91.0 (2026-05-13)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.93.0
|
|
@@ -199,7 +199,7 @@ module Aws::GlobalAccelerator
|
|
|
199
199
|
# the required types.
|
|
200
200
|
#
|
|
201
201
|
# @option options [Boolean] :correct_clock_skew (true)
|
|
202
|
-
# Used only in `standard` and adaptive retry modes. Specifies whether to apply
|
|
202
|
+
# Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
|
|
203
203
|
# a clock skew correction and retry requests with skewed client clocks.
|
|
204
204
|
#
|
|
205
205
|
# @option options [String] :defaults_mode ("legacy")
|
|
@@ -323,17 +323,15 @@ module Aws::GlobalAccelerator
|
|
|
323
323
|
# @option options [String] :retry_mode ("legacy")
|
|
324
324
|
# Specifies which retry algorithm to use. Values are:
|
|
325
325
|
#
|
|
326
|
-
# * `legacy` - The pre-existing retry behavior.
|
|
327
|
-
# no retry mode is provided.
|
|
326
|
+
# * `legacy` - The pre-existing retry behavior. This is the default
|
|
327
|
+
# value if no retry mode is provided.
|
|
328
328
|
#
|
|
329
329
|
# * `standard` - A standardized set of retry rules across the AWS SDKs.
|
|
330
330
|
# This includes support for retry quotas, which limit the number of
|
|
331
331
|
# unsuccessful retries a client can make.
|
|
332
332
|
#
|
|
333
|
-
# * `adaptive` -
|
|
334
|
-
#
|
|
335
|
-
# throttling. This is a provisional mode that may change behavior
|
|
336
|
-
# in the future.
|
|
333
|
+
# * `adaptive` - A retry mode that includes all the functionality of
|
|
334
|
+
# `standard` mode along with automatic client side throttling.
|
|
337
335
|
#
|
|
338
336
|
# @option options [String] :sdk_ua_app_id
|
|
339
337
|
# A unique and opaque application ID that is appended to the
|
|
@@ -3677,7 +3675,7 @@ module Aws::GlobalAccelerator
|
|
|
3677
3675
|
tracer: tracer
|
|
3678
3676
|
)
|
|
3679
3677
|
context[:gem_name] = 'aws-sdk-globalaccelerator'
|
|
3680
|
-
context[:gem_version] = '1.
|
|
3678
|
+
context[:gem_version] = '1.93.0'
|
|
3681
3679
|
Seahorse::Client::Request.new(handlers, context)
|
|
3682
3680
|
end
|
|
3683
3681
|
|
data/sig/client.rbs
CHANGED
|
@@ -90,7 +90,7 @@ module Aws
|
|
|
90
90
|
{
|
|
91
91
|
endpoint_id: ::String?,
|
|
92
92
|
attachment_arn: ::String?
|
|
93
|
-
}
|
|
93
|
+
}
|
|
94
94
|
],
|
|
95
95
|
endpoint_group_arn: ::String
|
|
96
96
|
) -> _AddCustomRoutingEndpointsResponseSuccess
|
|
@@ -109,7 +109,7 @@ module Aws
|
|
|
109
109
|
weight: ::Integer?,
|
|
110
110
|
client_ip_preservation_enabled: bool?,
|
|
111
111
|
attachment_arn: ::String?
|
|
112
|
-
}
|
|
112
|
+
}
|
|
113
113
|
],
|
|
114
114
|
endpoint_group_arn: ::String
|
|
115
115
|
) -> _AddEndpointsResponseSuccess
|
|
@@ -150,7 +150,7 @@ module Aws
|
|
|
150
150
|
{
|
|
151
151
|
key: ::String,
|
|
152
152
|
value: ::String
|
|
153
|
-
}
|
|
153
|
+
}
|
|
154
154
|
]
|
|
155
155
|
) -> _CreateAcceleratorResponseSuccess
|
|
156
156
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateAcceleratorResponseSuccess
|
|
@@ -168,14 +168,14 @@ module Aws
|
|
|
168
168
|
endpoint_id: ::String?,
|
|
169
169
|
cidr: ::String?,
|
|
170
170
|
region: ::String?
|
|
171
|
-
}
|
|
171
|
+
}
|
|
172
172
|
],
|
|
173
173
|
idempotency_token: ::String,
|
|
174
174
|
?tags: Array[
|
|
175
175
|
{
|
|
176
176
|
key: ::String,
|
|
177
177
|
value: ::String
|
|
178
|
-
}
|
|
178
|
+
}
|
|
179
179
|
]
|
|
180
180
|
) -> _CreateCrossAccountAttachmentResponseSuccess
|
|
181
181
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateCrossAccountAttachmentResponseSuccess
|
|
@@ -195,7 +195,7 @@ module Aws
|
|
|
195
195
|
{
|
|
196
196
|
key: ::String,
|
|
197
197
|
value: ::String
|
|
198
|
-
}
|
|
198
|
+
}
|
|
199
199
|
]
|
|
200
200
|
) -> _CreateCustomRoutingAcceleratorResponseSuccess
|
|
201
201
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateCustomRoutingAcceleratorResponseSuccess
|
|
@@ -213,7 +213,7 @@ module Aws
|
|
|
213
213
|
from_port: ::Integer,
|
|
214
214
|
to_port: ::Integer,
|
|
215
215
|
protocols: Array[("TCP" | "UDP")]
|
|
216
|
-
}
|
|
216
|
+
}
|
|
217
217
|
],
|
|
218
218
|
idempotency_token: ::String
|
|
219
219
|
) -> _CreateCustomRoutingEndpointGroupResponseSuccess
|
|
@@ -230,7 +230,7 @@ module Aws
|
|
|
230
230
|
{
|
|
231
231
|
from_port: ::Integer?,
|
|
232
232
|
to_port: ::Integer?
|
|
233
|
-
}
|
|
233
|
+
}
|
|
234
234
|
],
|
|
235
235
|
idempotency_token: ::String
|
|
236
236
|
) -> _CreateCustomRoutingListenerResponseSuccess
|
|
@@ -250,7 +250,7 @@ module Aws
|
|
|
250
250
|
weight: ::Integer?,
|
|
251
251
|
client_ip_preservation_enabled: bool?,
|
|
252
252
|
attachment_arn: ::String?
|
|
253
|
-
}
|
|
253
|
+
}
|
|
254
254
|
],
|
|
255
255
|
?traffic_dial_percentage: ::Float,
|
|
256
256
|
?health_check_port: ::Integer,
|
|
@@ -263,7 +263,7 @@ module Aws
|
|
|
263
263
|
{
|
|
264
264
|
listener_port: ::Integer?,
|
|
265
265
|
endpoint_port: ::Integer?
|
|
266
|
-
}
|
|
266
|
+
}
|
|
267
267
|
]
|
|
268
268
|
) -> _CreateEndpointGroupResponseSuccess
|
|
269
269
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateEndpointGroupResponseSuccess
|
|
@@ -279,7 +279,7 @@ module Aws
|
|
|
279
279
|
{
|
|
280
280
|
from_port: ::Integer?,
|
|
281
281
|
to_port: ::Integer?
|
|
282
|
-
}
|
|
282
|
+
}
|
|
283
283
|
],
|
|
284
284
|
protocol: ("TCP" | "UDP"),
|
|
285
285
|
?client_affinity: ("NONE" | "SOURCE_IP"),
|
|
@@ -627,7 +627,7 @@ module Aws
|
|
|
627
627
|
{
|
|
628
628
|
endpoint_id: ::String,
|
|
629
629
|
client_ip_preservation_enabled: bool?
|
|
630
|
-
}
|
|
630
|
+
}
|
|
631
631
|
],
|
|
632
632
|
endpoint_group_arn: ::String
|
|
633
633
|
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
|
@@ -643,7 +643,7 @@ module Aws
|
|
|
643
643
|
{
|
|
644
644
|
key: ::String,
|
|
645
645
|
value: ::String
|
|
646
|
-
}
|
|
646
|
+
}
|
|
647
647
|
]
|
|
648
648
|
) -> _TagResourceResponseSuccess
|
|
649
649
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
|
|
@@ -700,14 +700,14 @@ module Aws
|
|
|
700
700
|
endpoint_id: ::String?,
|
|
701
701
|
cidr: ::String?,
|
|
702
702
|
region: ::String?
|
|
703
|
-
}
|
|
703
|
+
}
|
|
704
704
|
],
|
|
705
705
|
?remove_resources: Array[
|
|
706
706
|
{
|
|
707
707
|
endpoint_id: ::String?,
|
|
708
708
|
cidr: ::String?,
|
|
709
709
|
region: ::String?
|
|
710
|
-
}
|
|
710
|
+
}
|
|
711
711
|
]
|
|
712
712
|
) -> _UpdateCrossAccountAttachmentResponseSuccess
|
|
713
713
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateCrossAccountAttachmentResponseSuccess
|
|
@@ -750,7 +750,7 @@ module Aws
|
|
|
750
750
|
{
|
|
751
751
|
from_port: ::Integer?,
|
|
752
752
|
to_port: ::Integer?
|
|
753
|
-
}
|
|
753
|
+
}
|
|
754
754
|
]
|
|
755
755
|
) -> _UpdateCustomRoutingListenerResponseSuccess
|
|
756
756
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateCustomRoutingListenerResponseSuccess
|
|
@@ -768,7 +768,7 @@ module Aws
|
|
|
768
768
|
weight: ::Integer?,
|
|
769
769
|
client_ip_preservation_enabled: bool?,
|
|
770
770
|
attachment_arn: ::String?
|
|
771
|
-
}
|
|
771
|
+
}
|
|
772
772
|
],
|
|
773
773
|
?traffic_dial_percentage: ::Float,
|
|
774
774
|
?health_check_port: ::Integer,
|
|
@@ -780,7 +780,7 @@ module Aws
|
|
|
780
780
|
{
|
|
781
781
|
listener_port: ::Integer?,
|
|
782
782
|
endpoint_port: ::Integer?
|
|
783
|
-
}
|
|
783
|
+
}
|
|
784
784
|
]
|
|
785
785
|
) -> _UpdateEndpointGroupResponseSuccess
|
|
786
786
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateEndpointGroupResponseSuccess
|
|
@@ -796,7 +796,7 @@ module Aws
|
|
|
796
796
|
{
|
|
797
797
|
from_port: ::Integer?,
|
|
798
798
|
to_port: ::Integer?
|
|
799
|
-
}
|
|
799
|
+
}
|
|
800
800
|
],
|
|
801
801
|
?protocol: ("TCP" | "UDP"),
|
|
802
802
|
?client_affinity: ("NONE" | "SOURCE_IP")
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.93.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
@@ -18,7 +18,7 @@ dependencies:
|
|
|
18
18
|
version: '3'
|
|
19
19
|
- - ">="
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: 3.
|
|
21
|
+
version: 3.248.0
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -28,7 +28,7 @@ dependencies:
|
|
|
28
28
|
version: '3'
|
|
29
29
|
- - ">="
|
|
30
30
|
- !ruby/object:Gem::Version
|
|
31
|
-
version: 3.
|
|
31
|
+
version: 3.248.0
|
|
32
32
|
- !ruby/object:Gem::Dependency
|
|
33
33
|
name: aws-sigv4
|
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|