aws-sdk-directconnect 1.98.0 → 1.99.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-directconnect/client.rb +1 -1
- data/lib/aws-sdk-directconnect.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3785858e210f3ec1edb502c56791e24c24be4c4c137f124a1a2e4ecd11c4e20a
|
4
|
+
data.tar.gz: 6d35193458b6af6ce5952b69d31b343f7e5b1a1dbab36a57387278aabe7597eb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dc8b405610b87d83c548dd158d714e97a4e8723f76200de7725bc0bb11e31d84afc1563af8d037e8c4dd60f6c9c4bcff9ebcf1c867079ac0c5b273e16c9b491a
|
7
|
+
data.tar.gz: 48656c7941d266e46a5ceffe6071be74c0462a6dbfb1eec3f4062f950c9eb9be037c37048b803e8a8cea1179667950a33a874a4d6bc2ef99bd102f8127b200c5
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.99.0
|
@@ -5277,7 +5277,7 @@ module Aws::DirectConnect
|
|
5277
5277
|
tracer: tracer
|
5278
5278
|
)
|
5279
5279
|
context[:gem_name] = 'aws-sdk-directconnect'
|
5280
|
-
context[:gem_version] = '1.
|
5280
|
+
context[:gem_version] = '1.99.0'
|
5281
5281
|
Seahorse::Client::Request.new(handlers, context)
|
5282
5282
|
end
|
5283
5283
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-directconnect
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.99.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
@@ -18,7 +18,7 @@ dependencies:
|
|
18
18
|
version: '3'
|
19
19
|
- - ">="
|
20
20
|
- !ruby/object:Gem::Version
|
21
|
-
version: 3.
|
21
|
+
version: 3.231.0
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -28,7 +28,7 @@ dependencies:
|
|
28
28
|
version: '3'
|
29
29
|
- - ">="
|
30
30
|
- !ruby/object:Gem::Version
|
31
|
-
version: 3.
|
31
|
+
version: 3.231.0
|
32
32
|
- !ruby/object:Gem::Dependency
|
33
33
|
name: aws-sigv4
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|