aws-sdk-globalaccelerator 1.72.0 → 1.73.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-globalaccelerator/client.rb +1 -1
- 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
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.73.0
|
|
@@ -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-
|
|
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
|