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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b428b1c2c0905b50fcae8257e6b8a340b31e9d1400be2b5209832131ea9f9763
4
- data.tar.gz: 5a7cebd7412c08c5ad77ba413ecdf68a8c5aac939dbb3a44ad7d4081ff39693e
3
+ metadata.gz: acbd367f8ab57f3514bb6950825dec6cb869b225e649047c9a3a8f550a820250
4
+ data.tar.gz: d087430bc9c0b7a21bdab1542b89ca851e17d77e83c8b5eb9605cd29afa6d4fb
5
5
  SHA512:
6
- metadata.gz: 9b6e1ef7d29d280bfa9c6bbd07b6cd202ee6a89fdd2c5a254f2d6c4867fe74422c57c9e026e9c7b5c9dbf4315fb8b2b809d80cf97688f3d0e880dd24a473cf37
7
- data.tar.gz: 21150d7db5164aedacd7b062b38d48b2024f129108d9afc5e515552fffa41537c5e789b0acef2cf08976638cad7affed6ac0c3a4cd9dabf559b4ed2ca8a2fc8f
6
+ metadata.gz: 45a1ee9b97be8b6bd852a7000199943948d6c3b13d4e05f251af8adf06e97c333579374cdd07b874799d1a3f7c12c5316b90e78cb508aebe8646d7e1b9ccdf4b
7
+ data.tar.gz: 72d486c75143152f1b163df3c8e92e0de4f086f592d8dc868dede428ba44d94eb25c836cc3091446ef4e429c45a6002b4097fccbfd126005f2f5a6b64b1f3bfb
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.65.0 (2025-08-26)
5
+ ------------------
6
+
7
+ * Feature - Remove incorrect endpoint tests
8
+
4
9
  1.64.0 (2025-08-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.64.0
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.64.0'
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
  #
@@ -54,7 +54,7 @@ module Aws::CodeStarconnections
54
54
  autoload :EndpointProvider, 'aws-sdk-codestarconnections/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-codestarconnections/endpoints'
56
56
 
57
- GEM_VERSION = '1.64.0'
57
+ GEM_VERSION = '1.65.0'
58
58
 
59
59
  end
60
60
 
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.64.0
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.228.0
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.228.0
31
+ version: 3.231.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement