aws-sdk-networkmanager 1.56.0 → 1.57.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: 1bb50bb31bcca279733460df550de90b0785321057ed98859f8c75522f99ca3d
4
- data.tar.gz: 19666ef11684dc2ffe16be3af27d00c32d3255e14a8038e3dcd285176de6b804
3
+ metadata.gz: 9577752811a82f0179a1a6993a0abeb0662a8b1ee462040959dbff9141be1f13
4
+ data.tar.gz: cc447da37b1d67b806720da359f81ab768dd3f6b0a706087df279b0f29ed5c64
5
5
  SHA512:
6
- metadata.gz: ced9f56245934ea9bc8421c27c0b20840b2dad18b3a536464ea6c65927c4ee1e26074da3db6d4adbe45b4ac7cf53babeb490856f95888620a3f1fc6e9e92fd56
7
- data.tar.gz: 66568bdd928b22686e51d8c05bd02ce3f80fa79721f5d6d927fc6abc4c7effed2fa6c6a9bd54e3e35982663cdb92fbb22b1dc5dd175634927b7c57f92be4c7a2
6
+ metadata.gz: c3fa240fe70a8519308d2d4e82a7db6b4b342daa2b18165d3c438e2328059c73a07d934e518dd68c5f8e785340a8e50e4fda6e0ccde8002c10a1f5914d23d5ea
7
+ data.tar.gz: 4554ad0b0274c3f9f488484e36238ff815472b4289f4f8f4027c61cd9f8204c985a83ebf6e34b85af30c9ed52fe21255a19e8fa3561a5478e26aa268f4737cf9
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.57.0 (2024-12-13)
5
+ ------------------
6
+
7
+ * Feature - There was a sentence fragment in UpdateDirectConnectGatewayAttachment that was causing customer confusion as to whether it's an incomplete sentence or if it was a typo. Removed the fragment.
8
+
4
9
  1.56.0 (2024-11-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.56.0
1
+ 1.57.0
@@ -5349,7 +5349,7 @@ module Aws::NetworkManager
5349
5349
  # One or more edge locations to update for the Direct Connect gateway
5350
5350
  # attachment. The updated array of edge locations overwrites the
5351
5351
  # previous array of locations. `EdgeLocations` is only used for Direct
5352
- # Connect gateway attachments. Do
5352
+ # Connect gateway attachments.
5353
5353
  #
5354
5354
  # @return [Types::UpdateDirectConnectGatewayAttachmentResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
5355
5355
  #
@@ -5723,7 +5723,7 @@ module Aws::NetworkManager
5723
5723
  tracer: tracer
5724
5724
  )
5725
5725
  context[:gem_name] = 'aws-sdk-networkmanager'
5726
- context[:gem_version] = '1.56.0'
5726
+ context[:gem_version] = '1.57.0'
5727
5727
  Seahorse::Client::Request.new(handlers, context)
5728
5728
  end
5729
5729
 
@@ -5909,7 +5909,7 @@ module Aws::NetworkManager
5909
5909
  # One or more edge locations to update for the Direct Connect gateway
5910
5910
  # attachment. The updated array of edge locations overwrites the
5911
5911
  # previous array of locations. `EdgeLocations` is only used for Direct
5912
- # Connect gateway attachments. Do
5912
+ # Connect gateway attachments.
5913
5913
  # @return [Array<String>]
5914
5914
  #
5915
5915
  # @see http://docs.aws.amazon.com/goto/WebAPI/networkmanager-2019-07-05/UpdateDirectConnectGatewayAttachmentRequest AWS API Documentation
@@ -54,7 +54,7 @@ module Aws::NetworkManager
54
54
  autoload :EndpointProvider, 'aws-sdk-networkmanager/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-networkmanager/endpoints'
56
56
 
57
- GEM_VERSION = '1.56.0'
57
+ GEM_VERSION = '1.57.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-networkmanager
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.56.0
4
+ version: 1.57.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-25 00:00:00.000000000 Z
11
+ date: 2024-12-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core