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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6ff66186625818b8be140d4f6704e7036821b04358636fbac87452ac825a10df
4
- data.tar.gz: e5aa189f00d8c93c3f799ea116e0832afd2b6a2c86365b76ded83de8e9296fd6
3
+ metadata.gz: df32b251d94b59a0b5101541227b0e888325eb1aefaad9ef8644365283b2ff89
4
+ data.tar.gz: 5fd0ba87c3cd1c3686577d8b434236fe8cbae1acc2a7433ad126853f22d8a54c
5
5
  SHA512:
6
- metadata.gz: d68b6174f0487ab79d76d9f67a0f5891383f83f9d15e9d7ee7b7e8a619ae56df9921996eb655baf00357bb76941dc53d86a23b6ddaad28a29ad5caff651e3153
7
- data.tar.gz: 1b360dc1e6cb51f5de64584dbc145b8a713fc96f22f0f7a00be9d0e5fac1fbae9c2fe83ee06dcec5d00456340f719003c610acc92780961bdb56df14f79afb5f
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.71.0
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": [\{"Cidr": "169.254.60.0/24"\},\{"Cidr":
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.71.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.71.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.71.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-10-18 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