aws-sdk-ses 1.43.0 → 1.44.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: 1afe8ca3a000f073faeead33f3e1a9c469faec57fcf6102174e1200d8cb204dd
4
- data.tar.gz: 99fe91935bc5aabca9af8b86295ed06e90c4f27a219f460c5236269a36795727
3
+ metadata.gz: 3ced1ea1ec6a82d66c454db68244340dc3cf382ca6109faec79b14d04551676b
4
+ data.tar.gz: 57481349a4da9bd45f64723612578a79d17ad10470e30e45599dd7ee4f20ceb2
5
5
  SHA512:
6
- metadata.gz: e280e298bc8691d58b08e50f73383bdfac69ba4e52ea36059c8a328caf9bc5012dcc074c724c75c653d7b61395cefa0027be648675843e43f7e1f6a8d7f3e814
7
- data.tar.gz: fd94984ccc2bd7621f918a80cb5e350efbccf38ca1adb8ee49b645cfef47658384f6053a757277753ab20968c1487eed293eb8577d1879ad3eeedfb140b73a41
6
+ metadata.gz: 25ce30a27bbc8d00808f890e4575c7d683d6c226471cafb5b25cda0a3b19d3936a553a060c06a2b76ef29240d97ce358110d295195043a333007ce7c59845fc8
7
+ data.tar.gz: 3f4fc8de11a4fbdf73e15c5444df56aa68488ae97c97972d5e12e5f98c774e43eb48b6ef85383e7aae8cd1a6c87a2a6b8686e9489fce557a37d0b80c4fdd2016
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.44.0 (2021-11-30)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.43.0 (2021-11-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.43.0
1
+ 1.44.0
@@ -119,7 +119,9 @@ module Aws::SES
119
119
  # * EC2/ECS IMDS instance profile - When used by default, the timeouts
120
120
  # are very aggressive. Construct and pass an instance of
121
121
  # `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
122
- # enable retries and extended timeouts.
122
+ # enable retries and extended timeouts. Instance profile credential
123
+ # fetching can be disabled by setting ENV['AWS_EC2_METADATA_DISABLED']
124
+ # to true.
123
125
  #
124
126
  # @option options [required, String] :region
125
127
  # The AWS region to connect to. The configured `:region` is
@@ -5064,7 +5066,7 @@ module Aws::SES
5064
5066
  params: params,
5065
5067
  config: config)
5066
5068
  context[:gem_name] = 'aws-sdk-ses'
5067
- context[:gem_version] = '1.43.0'
5069
+ context[:gem_version] = '1.44.0'
5068
5070
  Seahorse::Client::Request.new(handlers, context)
5069
5071
  end
5070
5072
 
data/lib/aws-sdk-ses.rb CHANGED
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-ses/customizations'
49
49
  # @!group service
50
50
  module Aws::SES
51
51
 
52
- GEM_VERSION = '1.43.0'
52
+ GEM_VERSION = '1.44.0'
53
53
 
54
54
  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.43.0
4
+ version: 1.44.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: 2021-11-04 00:00:00.000000000 Z
11
+ date: 2021-11-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core