aws-sdk-codestarconnections 1.64.0 → 1.65.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-codestarconnections/client.rb +1 -1
- data/lib/aws-sdk-codestarconnections/types.rb +1 -1
- data/lib/aws-sdk-codestarconnections.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: acbd367f8ab57f3514bb6950825dec6cb869b225e649047c9a3a8f550a820250
|
4
|
+
data.tar.gz: d087430bc9c0b7a21bdab1542b89ca851e17d77e83c8b5eb9605cd29afa6d4fb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 45a1ee9b97be8b6bd852a7000199943948d6c3b13d4e05f251af8adf06e97c333579374cdd07b874799d1a3f7c12c5316b90e78cb508aebe8646d7e1b9ccdf4b
|
7
|
+
data.tar.gz: 72d486c75143152f1b163df3c8e92e0de4f086f592d8dc868dede428ba44d94eb25c836cc3091446ef4e429c45a6002b4097fccbfd126005f2f5a6b64b1f3bfb
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.65.0
|
@@ -1752,7 +1752,7 @@ module Aws::CodeStarconnections
|
|
1752
1752
|
tracer: tracer
|
1753
1753
|
)
|
1754
1754
|
context[:gem_name] = 'aws-sdk-codestarconnections'
|
1755
|
-
context[:gem_version] = '1.
|
1755
|
+
context[:gem_version] = '1.65.0'
|
1756
1756
|
Seahorse::Client::Request.new(handlers, context)
|
1757
1757
|
end
|
1758
1758
|
|
@@ -79,7 +79,7 @@ module Aws::CodeStarconnections
|
|
79
79
|
# @!attribute [rw] connection_arn
|
80
80
|
# The Amazon Resource Name (ARN) of the connection. The ARN is used as
|
81
81
|
# the connection reference when the connection is shared between
|
82
|
-
# Amazon Web Services.
|
82
|
+
# Amazon Web Services services.
|
83
83
|
#
|
84
84
|
# <note markdown="1"> The ARN is never reused if the connection is deleted.
|
85
85
|
#
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-codestarconnections
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.65.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
|