aws-sdk-globalaccelerator 1.71.0 → 1.73.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-globalaccelerator/client.rb +3 -3
- data/lib/aws-sdk-globalaccelerator/types.rb +2 -2
- data/lib/aws-sdk-globalaccelerator.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: df32b251d94b59a0b5101541227b0e888325eb1aefaad9ef8644365283b2ff89
|
4
|
+
data.tar.gz: 5fd0ba87c3cd1c3686577d8b434236fe8cbae1acc2a7433ad126853f22d8a54c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9fd49ab0dab13fa54feb23f024d3c63d898aa776547cce3db5828212e0d8a35d98c4fd0d029e01bb4c1a91a751f506d1adb89e6fc5091b2a70f7f551ff713236
|
7
|
+
data.tar.gz: 52b97e8c828c290f3ff53f9bd4a0b928d90d4b591b993a8e9f9e7d0d0f409267d8d99d69ad876bfc2ae577e0bc2ba3926cbc4232f53a876fba51280bbfeb2aac
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.73.0 (2024-11-18)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.72.0 (2024-11-06)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.71.0 (2024-10-18)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.73.0
|
@@ -855,8 +855,8 @@ module Aws::GlobalAccelerator
|
|
855
855
|
# For a command line operation, for example, you might use a statement
|
856
856
|
# like the following:
|
857
857
|
#
|
858
|
-
# ` "Resources": [
|
859
|
-
# "169.254.59.0/24"
|
858
|
+
# ` "Resources": [{"Cidr": "169.254.60.0/24"},{"Cidr":
|
859
|
+
# "169.254.59.0/24"}]`
|
860
860
|
#
|
861
861
|
# For more information, see [ Working with cross-account attachments and
|
862
862
|
# resources in Global Accelerator][1] in the <i> Global Accelerator
|
@@ -3648,7 +3648,7 @@ module Aws::GlobalAccelerator
|
|
3648
3648
|
tracer: tracer
|
3649
3649
|
)
|
3650
3650
|
context[:gem_name] = 'aws-sdk-globalaccelerator'
|
3651
|
-
context[:gem_version] = '1.
|
3651
|
+
context[:gem_version] = '1.73.0'
|
3652
3652
|
Seahorse::Client::Request.new(handlers, context)
|
3653
3653
|
end
|
3654
3654
|
|
@@ -503,7 +503,7 @@ module Aws::GlobalAccelerator
|
|
503
503
|
# * **DEPROVISIONED** — The address range is deprovisioned from Global
|
504
504
|
# Accelerator.
|
505
505
|
#
|
506
|
-
# * <b>
|
506
|
+
# * <b>FAILED_PROVISION </b> — The request to provision the address
|
507
507
|
# range from Global Accelerator was not successful. Please make sure
|
508
508
|
# that you provide all of the correct information, and try again. If
|
509
509
|
# the request fails a second time, contact Amazon Web Services
|
@@ -521,7 +521,7 @@ module Aws::GlobalAccelerator
|
|
521
521
|
# again. If the request fails a second time, contact Amazon Web
|
522
522
|
# Services support.
|
523
523
|
#
|
524
|
-
# * <b>
|
524
|
+
# * <b>FAILED_DEPROVISION </b> — The request to deprovision the address
|
525
525
|
# range from Global Accelerator was not successful. Please make sure
|
526
526
|
# that you provide all of the correct information, and try again. If
|
527
527
|
# the request fails a second time, contact Amazon Web Services
|
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.73.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: 2024-
|
11
|
+
date: 2024-11-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|