aws-sdk-ses 1.67.0 → 1.68.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: 167ee12103fdb0dacd49e7b898de1e7d7866298bac5ea4dae04444f12cb7a889
4
- data.tar.gz: c750e59e90d15411d2094354fe76233692b9b436439b2de9fe5e74870fb7a144
3
+ metadata.gz: 73cb7b7a6dcdec37ab4846f64e4916d4f37e877b03b1ba99b81d14e0903384e8
4
+ data.tar.gz: c13392722f7f3e59bf064431dcadcb87e611a9138c62e7c602545ce83c0f9b83
5
5
  SHA512:
6
- metadata.gz: 57f03bd5b2482c58ce216384b945742f6429008e7715e24e062da1541d076cafb8260148eadd5c520e1989f31a3eaa0798c251412c9fb5274127d70e7c9fff65
7
- data.tar.gz: 4808ae062d8802f748d04a1c39f78e6ed30d7b21999df99cceec99694ba2a234911f20a48b59fe91b5c5b21c87e7a8ffa3d6096ca3cc4f0c955bc86a2d14aee7
6
+ metadata.gz: 96e8f866de133ab939db4b69d111b4487631ea67dca7f051c43e0b556dce035a73be5da71c7fb3427f6e880ca9b955bee7d6ffac4b11b67117321334ffe0c44e
7
+ data.tar.gz: a66ceea91aaab8745ec49f1d6e04e348ebf7da64ebe3b6ef9b3928a94cfb459b5b3be5bbce8e6aefa55698a50214f26ec5558dc46ab3f8fb3424941111498909
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.68.0 (2024-07-08)
5
+ ------------------
6
+
7
+ * Feature - Add v2 smoke tests and smithy smokeTests trait for SDK testing.
8
+
4
9
  1.67.0 (2024-07-02)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.67.0
1
+ 1.68.0
@@ -5151,7 +5151,7 @@ module Aws::SES
5151
5151
  params: params,
5152
5152
  config: config)
5153
5153
  context[:gem_name] = 'aws-sdk-ses'
5154
- context[:gem_version] = '1.67.0'
5154
+ context[:gem_version] = '1.68.0'
5155
5155
  Seahorse::Client::Request.new(handlers, context)
5156
5156
  end
5157
5157
 
@@ -32,7 +32,7 @@ module Aws::SES
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://email-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
37
37
  end
38
38
  raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
data/lib/aws-sdk-ses.rb CHANGED
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-ses/customizations'
53
53
  # @!group service
54
54
  module Aws::SES
55
55
 
56
- GEM_VERSION = '1.67.0'
56
+ GEM_VERSION = '1.68.0'
57
57
 
58
58
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ses
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.67.0
4
+ version: 1.68.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-07-02 00:00:00.000000000 Z
11
+ date: 2024-07-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core