aws-sdk-codestarconnections 1.33.0 → 1.35.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: b03101f009affcc0f3c81ec98747b7ea1d3acde37383bf58f8be2a4222e36609
4
- data.tar.gz: 2e551125b7074e4ee74e53e66c3de41ffdf0d9959ed696579494d3387c2f8114
3
+ metadata.gz: 4a92b7c1014c7dd2c1e60f08fcf661396722b2472721b8fc48e9ca43030e8632
4
+ data.tar.gz: 304d790040bdf16bc0afe885e3e0d719e4849c64781d484c35a35b57483bbf6a
5
5
  SHA512:
6
- metadata.gz: caff85c93fd8fbc87e31b1e86a33fc416cc4d92898d329a5203a0fb0e30fae32fb86c8c5de87f083ec67590a834155b3d39e7787c71d98dcc00990a63650e1d1
7
- data.tar.gz: 29dbb1c0de641ce54660e80e68fbb48f04363f63290238fab126b1a600b979179556eb5a61ae0fbca460592b4f4f7a2f2358abea7d0fbd6232b5e3844abf577c
6
+ metadata.gz: 9ddf4e6bace823701f0c5f854645cd1614e09b0250d143b8036d90537892b27de14378f63bd80d261bf7f7676fee152cbe81a1957f5221ad5c844f33d7421407
7
+ data.tar.gz: 899f97a7d6309ade2773a3fd1f44b5943f7e75f9d3104d81497370bc8beb46b7d43a26b25002658aeee7776885cc593ba50e3adbb747dfdb7c575e983b757e95
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.35.0 (2023-11-20)
5
+ ------------------
6
+
7
+ * Feature - This release updates a few CodeStar Connections related APIs.
8
+
9
+ 1.34.0 (2023-11-17)
10
+ ------------------
11
+
12
+ * Feature - This release adds support for the CloudFormation Git sync feature. Git sync enables updating a CloudFormation stack from a template stored in a Git repository.
13
+
4
14
  1.33.0 (2023-09-27)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.33.0
1
+ 1.35.0
@@ -902,7 +902,7 @@ module Aws::CodeStarconnections
902
902
  params: params,
903
903
  config: config)
904
904
  context[:gem_name] = 'aws-sdk-codestarconnections'
905
- context[:gem_version] = '1.33.0'
905
+ context[:gem_version] = '1.35.0'
906
906
  Seahorse::Client::Request.new(handlers, context)
907
907
  end
908
908
 
@@ -32,7 +32,7 @@ module Aws::CodeStarconnections
32
32
  raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
33
33
  end
34
34
  if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
35
- if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
35
+ if Aws::Endpoints::Matchers.boolean_equals?(Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"), true)
36
36
  return Aws::Endpoints::Endpoint.new(url: "https://codestar-connections-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
37
37
  end
38
38
  raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-codestarconnections/customizations'
52
52
  # @!group service
53
53
  module Aws::CodeStarconnections
54
54
 
55
- GEM_VERSION = '1.33.0'
55
+ GEM_VERSION = '1.35.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-codestarconnections
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.33.0
4
+ version: 1.35.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: 2023-09-27 00:00:00.000000000 Z
11
+ date: 2023-11-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core