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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9ed8fceb971459865bff1ac7494395bd3a3615b49a1e53b27b1b4c9a47b93ea4
4
- data.tar.gz: cbfe1d55f2660367f1e9ccd338cf72100ae609644ff74c7b0aa4f88771965e1a
3
+ metadata.gz: df32b251d94b59a0b5101541227b0e888325eb1aefaad9ef8644365283b2ff89
4
+ data.tar.gz: 5fd0ba87c3cd1c3686577d8b434236fe8cbae1acc2a7433ad126853f22d8a54c
5
5
  SHA512:
6
- metadata.gz: a19e986e2792e09ea11e775767e7cf089a52a2c6474b02379cb3cc3d8d78c8dd2e2c640ddde6c7605093c7366aa1d62beb1d33de02c806cc62a36a9e8277381a
7
- data.tar.gz: 8a3f7f6e7fda8da53f98fe6dbef10820a1a6f8ec3494163894d009c00348a73e8c83db9e0c4263cfb6b209b66e67f9fa3535f0a6c952721acf4fd1dac84a076c
6
+ metadata.gz: 9fd49ab0dab13fa54feb23f024d3c63d898aa776547cce3db5828212e0d8a35d98c4fd0d029e01bb4c1a91a751f506d1adb89e6fc5091b2a70f7f551ff713236
7
+ data.tar.gz: 52b97e8c828c290f3ff53f9bd4a0b928d90d4b591b993a8e9f9e7d0d0f409267d8d99d69ad876bfc2ae577e0bc2ba3926cbc4232f53a876fba51280bbfeb2aac
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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
+
4
9
  1.72.0 (2024-11-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.72.0
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.72.0'
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>FAILED\_PROVISION </b> — The request to provision the address
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>FAILED\_DEPROVISION </b> — The request to deprovision the address
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
@@ -54,7 +54,7 @@ module Aws::GlobalAccelerator
54
54
  autoload :EndpointProvider, 'aws-sdk-globalaccelerator/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-globalaccelerator/endpoints'
56
56
 
57
- GEM_VERSION = '1.72.0'
57
+ GEM_VERSION = '1.73.0'
58
58
 
59
59
  end
60
60
 
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.72.0
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-06 00:00:00.000000000 Z
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