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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-networkmanager/client.rb +2 -2
- data/lib/aws-sdk-networkmanager/types.rb +1 -1
- data/lib/aws-sdk-networkmanager.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: 9577752811a82f0179a1a6993a0abeb0662a8b1ee462040959dbff9141be1f13
|
4
|
+
data.tar.gz: cc447da37b1d67b806720da359f81ab768dd3f6b0a706087df279b0f29ed5c64
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
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.
|
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.
|
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.
|
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
|
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.
|
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
|
+
date: 2024-12-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|