aws-sdk-globalaccelerator 1.76.0 → 1.78.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 +2 -3
- data/lib/aws-sdk-globalaccelerator/client_api.rb +8 -8
- data/lib/aws-sdk-globalaccelerator.rb +1 -1
- metadata +3 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1d914f94041d40535e53937a07561dd8e0dffce390f9994993d3e205e9ffae44
|
4
|
+
data.tar.gz: bc3cc52001fbfa2052b5237243ee22a2320f4145c27b569c04decfa43e14fdb9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 988e727d3164ffd606c8a9421e4ddabcc4e1f3a0d6c3b037dd003bd4dfebe6180112f18cc9a940f95bc566093c1478674a6d08c07b0632b724dfba839929d1d3
|
7
|
+
data.tar.gz: 4f425a51fe055ac30cff0794024edb9165557b9987229426a06ef7cf95bd9cc8f18a9a40056a0078a986e6d3b1162a1c0a420fe784ef3f2c89a96a3e64488b57
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.78.0 (2025-05-12)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.77.0 (2025-05-01)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.76.0 (2025-02-18)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.78.0
|
@@ -200,8 +200,7 @@ module Aws::GlobalAccelerator
|
|
200
200
|
# accepted modes and the configuration defaults that are included.
|
201
201
|
#
|
202
202
|
# @option options [Boolean] :disable_host_prefix_injection (false)
|
203
|
-
#
|
204
|
-
# to default service endpoint when available.
|
203
|
+
# When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
|
205
204
|
#
|
206
205
|
# @option options [Boolean] :disable_request_compression (false)
|
207
206
|
# When set to 'true' the request body will not be compressed
|
@@ -3671,7 +3670,7 @@ module Aws::GlobalAccelerator
|
|
3671
3670
|
tracer: tracer
|
3672
3671
|
)
|
3673
3672
|
context[:gem_name] = 'aws-sdk-globalaccelerator'
|
3674
|
-
context[:gem_version] = '1.
|
3673
|
+
context[:gem_version] = '1.78.0'
|
3675
3674
|
Seahorse::Client::Request.new(handlers, context)
|
3676
3675
|
end
|
3677
3676
|
|
@@ -344,7 +344,7 @@ module Aws::GlobalAccelerator
|
|
344
344
|
CreateAcceleratorRequest.add_member(:ip_address_type, Shapes::ShapeRef.new(shape: IpAddressType, location_name: "IpAddressType"))
|
345
345
|
CreateAcceleratorRequest.add_member(:ip_addresses, Shapes::ShapeRef.new(shape: IpAddresses, location_name: "IpAddresses"))
|
346
346
|
CreateAcceleratorRequest.add_member(:enabled, Shapes::ShapeRef.new(shape: GenericBoolean, location_name: "Enabled"))
|
347
|
-
CreateAcceleratorRequest.add_member(:idempotency_token, Shapes::ShapeRef.new(shape: IdempotencyToken, required: true, location_name: "IdempotencyToken", metadata: {"idempotencyToken"=>true}))
|
347
|
+
CreateAcceleratorRequest.add_member(:idempotency_token, Shapes::ShapeRef.new(shape: IdempotencyToken, required: true, location_name: "IdempotencyToken", metadata: {"idempotencyToken" => true}))
|
348
348
|
CreateAcceleratorRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
|
349
349
|
CreateAcceleratorRequest.struct_class = Types::CreateAcceleratorRequest
|
350
350
|
|
@@ -354,7 +354,7 @@ module Aws::GlobalAccelerator
|
|
354
354
|
CreateCrossAccountAttachmentRequest.add_member(:name, Shapes::ShapeRef.new(shape: AttachmentName, required: true, location_name: "Name"))
|
355
355
|
CreateCrossAccountAttachmentRequest.add_member(:principals, Shapes::ShapeRef.new(shape: Principals, location_name: "Principals"))
|
356
356
|
CreateCrossAccountAttachmentRequest.add_member(:resources, Shapes::ShapeRef.new(shape: Resources, location_name: "Resources"))
|
357
|
-
CreateCrossAccountAttachmentRequest.add_member(:idempotency_token, Shapes::ShapeRef.new(shape: IdempotencyToken, required: true, location_name: "IdempotencyToken", metadata: {"idempotencyToken"=>true}))
|
357
|
+
CreateCrossAccountAttachmentRequest.add_member(:idempotency_token, Shapes::ShapeRef.new(shape: IdempotencyToken, required: true, location_name: "IdempotencyToken", metadata: {"idempotencyToken" => true}))
|
358
358
|
CreateCrossAccountAttachmentRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
|
359
359
|
CreateCrossAccountAttachmentRequest.struct_class = Types::CreateCrossAccountAttachmentRequest
|
360
360
|
|
@@ -365,7 +365,7 @@ module Aws::GlobalAccelerator
|
|
365
365
|
CreateCustomRoutingAcceleratorRequest.add_member(:ip_address_type, Shapes::ShapeRef.new(shape: IpAddressType, location_name: "IpAddressType"))
|
366
366
|
CreateCustomRoutingAcceleratorRequest.add_member(:ip_addresses, Shapes::ShapeRef.new(shape: IpAddresses, location_name: "IpAddresses"))
|
367
367
|
CreateCustomRoutingAcceleratorRequest.add_member(:enabled, Shapes::ShapeRef.new(shape: GenericBoolean, location_name: "Enabled"))
|
368
|
-
CreateCustomRoutingAcceleratorRequest.add_member(:idempotency_token, Shapes::ShapeRef.new(shape: IdempotencyToken, required: true, location_name: "IdempotencyToken", metadata: {"idempotencyToken"=>true}))
|
368
|
+
CreateCustomRoutingAcceleratorRequest.add_member(:idempotency_token, Shapes::ShapeRef.new(shape: IdempotencyToken, required: true, location_name: "IdempotencyToken", metadata: {"idempotencyToken" => true}))
|
369
369
|
CreateCustomRoutingAcceleratorRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
|
370
370
|
CreateCustomRoutingAcceleratorRequest.struct_class = Types::CreateCustomRoutingAcceleratorRequest
|
371
371
|
|
@@ -375,7 +375,7 @@ module Aws::GlobalAccelerator
|
|
375
375
|
CreateCustomRoutingEndpointGroupRequest.add_member(:listener_arn, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "ListenerArn"))
|
376
376
|
CreateCustomRoutingEndpointGroupRequest.add_member(:endpoint_group_region, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "EndpointGroupRegion"))
|
377
377
|
CreateCustomRoutingEndpointGroupRequest.add_member(:destination_configurations, Shapes::ShapeRef.new(shape: CustomRoutingDestinationConfigurations, required: true, location_name: "DestinationConfigurations"))
|
378
|
-
CreateCustomRoutingEndpointGroupRequest.add_member(:idempotency_token, Shapes::ShapeRef.new(shape: IdempotencyToken, required: true, location_name: "IdempotencyToken", metadata: {"idempotencyToken"=>true}))
|
378
|
+
CreateCustomRoutingEndpointGroupRequest.add_member(:idempotency_token, Shapes::ShapeRef.new(shape: IdempotencyToken, required: true, location_name: "IdempotencyToken", metadata: {"idempotencyToken" => true}))
|
379
379
|
CreateCustomRoutingEndpointGroupRequest.struct_class = Types::CreateCustomRoutingEndpointGroupRequest
|
380
380
|
|
381
381
|
CreateCustomRoutingEndpointGroupResponse.add_member(:endpoint_group, Shapes::ShapeRef.new(shape: CustomRoutingEndpointGroup, location_name: "EndpointGroup"))
|
@@ -383,7 +383,7 @@ module Aws::GlobalAccelerator
|
|
383
383
|
|
384
384
|
CreateCustomRoutingListenerRequest.add_member(:accelerator_arn, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "AcceleratorArn"))
|
385
385
|
CreateCustomRoutingListenerRequest.add_member(:port_ranges, Shapes::ShapeRef.new(shape: PortRanges, required: true, location_name: "PortRanges"))
|
386
|
-
CreateCustomRoutingListenerRequest.add_member(:idempotency_token, Shapes::ShapeRef.new(shape: IdempotencyToken, required: true, location_name: "IdempotencyToken", metadata: {"idempotencyToken"=>true}))
|
386
|
+
CreateCustomRoutingListenerRequest.add_member(:idempotency_token, Shapes::ShapeRef.new(shape: IdempotencyToken, required: true, location_name: "IdempotencyToken", metadata: {"idempotencyToken" => true}))
|
387
387
|
CreateCustomRoutingListenerRequest.struct_class = Types::CreateCustomRoutingListenerRequest
|
388
388
|
|
389
389
|
CreateCustomRoutingListenerResponse.add_member(:listener, Shapes::ShapeRef.new(shape: CustomRoutingListener, location_name: "Listener"))
|
@@ -398,7 +398,7 @@ module Aws::GlobalAccelerator
|
|
398
398
|
CreateEndpointGroupRequest.add_member(:health_check_path, Shapes::ShapeRef.new(shape: HealthCheckPath, location_name: "HealthCheckPath"))
|
399
399
|
CreateEndpointGroupRequest.add_member(:health_check_interval_seconds, Shapes::ShapeRef.new(shape: HealthCheckIntervalSeconds, location_name: "HealthCheckIntervalSeconds"))
|
400
400
|
CreateEndpointGroupRequest.add_member(:threshold_count, Shapes::ShapeRef.new(shape: ThresholdCount, location_name: "ThresholdCount"))
|
401
|
-
CreateEndpointGroupRequest.add_member(:idempotency_token, Shapes::ShapeRef.new(shape: IdempotencyToken, required: true, location_name: "IdempotencyToken", metadata: {"idempotencyToken"=>true}))
|
401
|
+
CreateEndpointGroupRequest.add_member(:idempotency_token, Shapes::ShapeRef.new(shape: IdempotencyToken, required: true, location_name: "IdempotencyToken", metadata: {"idempotencyToken" => true}))
|
402
402
|
CreateEndpointGroupRequest.add_member(:port_overrides, Shapes::ShapeRef.new(shape: PortOverrides, location_name: "PortOverrides"))
|
403
403
|
CreateEndpointGroupRequest.struct_class = Types::CreateEndpointGroupRequest
|
404
404
|
|
@@ -409,7 +409,7 @@ module Aws::GlobalAccelerator
|
|
409
409
|
CreateListenerRequest.add_member(:port_ranges, Shapes::ShapeRef.new(shape: PortRanges, required: true, location_name: "PortRanges"))
|
410
410
|
CreateListenerRequest.add_member(:protocol, Shapes::ShapeRef.new(shape: Protocol, required: true, location_name: "Protocol"))
|
411
411
|
CreateListenerRequest.add_member(:client_affinity, Shapes::ShapeRef.new(shape: ClientAffinity, location_name: "ClientAffinity"))
|
412
|
-
CreateListenerRequest.add_member(:idempotency_token, Shapes::ShapeRef.new(shape: IdempotencyToken, required: true, location_name: "IdempotencyToken", metadata: {"idempotencyToken"=>true}))
|
412
|
+
CreateListenerRequest.add_member(:idempotency_token, Shapes::ShapeRef.new(shape: IdempotencyToken, required: true, location_name: "IdempotencyToken", metadata: {"idempotencyToken" => true}))
|
413
413
|
CreateListenerRequest.struct_class = Types::CreateListenerRequest
|
414
414
|
|
415
415
|
CreateListenerResponse.add_member(:listener, Shapes::ShapeRef.new(shape: Listener, location_name: "Listener"))
|
@@ -653,7 +653,7 @@ module Aws::GlobalAccelerator
|
|
653
653
|
|
654
654
|
IpAddresses.member = Shapes::ShapeRef.new(shape: IpAddress)
|
655
655
|
|
656
|
-
IpSet.add_member(:ip_family, Shapes::ShapeRef.new(shape: GenericString, deprecated: true, location_name: "IpFamily", metadata: {"deprecatedMessage"=>"IpFamily has been replaced by IpAddressFamily"}))
|
656
|
+
IpSet.add_member(:ip_family, Shapes::ShapeRef.new(shape: GenericString, deprecated: true, location_name: "IpFamily", metadata: {"deprecatedMessage" => "IpFamily has been replaced by IpAddressFamily"}))
|
657
657
|
IpSet.add_member(:ip_addresses, Shapes::ShapeRef.new(shape: IpAddresses, location_name: "IpAddresses"))
|
658
658
|
IpSet.add_member(:ip_address_family, Shapes::ShapeRef.new(shape: IpAddressFamily, location_name: "IpAddressFamily"))
|
659
659
|
IpSet.struct_class = Types::IpSet
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
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.78.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: aws-sdk-core
|
@@ -77,7 +76,6 @@ licenses:
|
|
77
76
|
metadata:
|
78
77
|
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-globalaccelerator
|
79
78
|
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-globalaccelerator/CHANGELOG.md
|
80
|
-
post_install_message:
|
81
79
|
rdoc_options: []
|
82
80
|
require_paths:
|
83
81
|
- lib
|
@@ -92,8 +90,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
92
90
|
- !ruby/object:Gem::Version
|
93
91
|
version: '0'
|
94
92
|
requirements: []
|
95
|
-
rubygems_version: 3.
|
96
|
-
signing_key:
|
93
|
+
rubygems_version: 3.6.7
|
97
94
|
specification_version: 4
|
98
95
|
summary: AWS SDK for Ruby - AWS Global Accelerator
|
99
96
|
test_files: []
|