aws-sdk-acm 1.67.0 → 1.69.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: 5907dbc915bf51cc771d6b81395f1ed0ffbb5c8f3e3d666ffb5be75649d79348
4
- data.tar.gz: efe9812d2e3d72443b72aed4cac787f975bb651c22f07f3d115d7b81619ebb69
3
+ metadata.gz: f0ea370100bbc274a4e3521f4c24fc40274b409e0d8c49db6d8e382a0890972d
4
+ data.tar.gz: bad2619018dbe935301ae3076042b9efb4137978b95577546b7530061215bc64
5
5
  SHA512:
6
- metadata.gz: 790f82d8b26bb48cfa975c9aa915802d4f23b7d69a1e2377631a860d8e7562e399eff8d6f88710b5d24753d10f8e6412c697a53989c2fde489a8a512f76c16f1
7
- data.tar.gz: d6762545a1d227e718fcd819e20e7a933691030fffe7e6fb88eb387be7529925f101453f450980d1172fe9c4bf8e17bca72d7b0bd5882ddeb20440c76baa7df1
6
+ metadata.gz: '0070894e926b569b23415d78443faf22f6256cadc7f8f86120e7077e62e1f0155140b6e245c219c7a9b0dd68a19812f96c02fa19c559fc4c3b5400772d902cfd'
7
+ data.tar.gz: 0b7ad3f7574dca73948c9dc1f9ff54cbd5944f046760292acb7058547c3a29f1822b88d56720912a70b6cac7b899caad992d02d0443dcd5cf3aaba9d1670ce10
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.69.0 (2024-06-05)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.68.0 (2024-05-30)
10
+ ------------------
11
+
12
+ * Feature - add v2 smoke tests and smithy smokeTests trait for SDK testing.
13
+
4
14
  1.67.0 (2024-05-13)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.67.0
1
+ 1.69.0
@@ -1454,7 +1454,7 @@ module Aws::ACM
1454
1454
  params: params,
1455
1455
  config: config)
1456
1456
  context[:gem_name] = 'aws-sdk-acm'
1457
- context[:gem_version] = '1.67.0'
1457
+ context[:gem_version] = '1.69.0'
1458
1458
  Seahorse::Client::Request.new(handlers, context)
1459
1459
  end
1460
1460
 
@@ -392,6 +392,7 @@ module Aws::ACM
392
392
  "endpointPrefix" => "acm",
393
393
  "jsonVersion" => "1.1",
394
394
  "protocol" => "json",
395
+ "protocols" => ["json"],
395
396
  "serviceAbbreviation" => "ACM",
396
397
  "serviceFullName" => "AWS Certificate Manager",
397
398
  "serviceId" => "ACM",
@@ -32,8 +32,8 @@ module Aws::ACM
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"))
36
- if Aws::Endpoints::Matchers.string_equals?("aws-us-gov", Aws::Endpoints::Matchers.attr(partition_result, "name"))
35
+ if Aws::Endpoints::Matchers.boolean_equals?(Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"), true)
36
+ if Aws::Endpoints::Matchers.string_equals?(Aws::Endpoints::Matchers.attr(partition_result, "name"), "aws-us-gov")
37
37
  return Aws::Endpoints::Endpoint.new(url: "https://acm.#{region}.amazonaws.com", headers: {}, properties: {})
38
38
  end
39
39
  return Aws::Endpoints::Endpoint.new(url: "https://acm-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
data/lib/aws-sdk-acm.rb CHANGED
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-acm/customizations'
53
53
  # @!group service
54
54
  module Aws::ACM
55
55
 
56
- GEM_VERSION = '1.67.0'
56
+ GEM_VERSION = '1.69.0'
57
57
 
58
58
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-acm
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.67.0
4
+ version: 1.69.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-05-13 00:00:00.000000000 Z
11
+ date: 2024-06-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.193.0
22
+ version: 3.197.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.193.0
32
+ version: 3.197.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement