lib/aws-sdk-pinpointemail/client.rb in aws-sdk-pinpointemail-1.10.0 vs lib/aws-sdk-pinpointemail/client.rb in aws-sdk-pinpointemail-1.11.0
- old
+ new
@@ -289,10 +289,11 @@
# configuration_set_name: "ConfigurationSetName", # required
# tracking_options: {
# custom_redirect_domain: "CustomRedirectDomain", # required
# },
# delivery_options: {
+ # tls_policy: "REQUIRE", # accepts REQUIRE, OPTIONAL
# sending_pool_name: "PoolName",
# },
# reputation_options: {
# reputation_metrics_enabled: false,
# last_fresh_start: Time.now,
@@ -762,10 +763,11 @@
#
# @example Response structure
#
# resp.configuration_set_name #=> String
# resp.tracking_options.custom_redirect_domain #=> String
+ # resp.delivery_options.tls_policy #=> String, one of "REQUIRE", "OPTIONAL"
# resp.delivery_options.sending_pool_name #=> String
# resp.reputation_options.reputation_metrics_enabled #=> Boolean
# resp.reputation_options.last_fresh_start #=> Time
# resp.sending_options.sending_enabled #=> Boolean
# resp.tags #=> Array
@@ -1535,20 +1537,26 @@
#
# @option params [required, String] :configuration_set_name
# The name of the configuration set that you want to associate with a
# dedicated IP pool.
#
+ # @option params [String] :tls_policy
+ # Whether Amazon Pinpoint should require that incoming email is
+ # delivered over a connection encrypted with Transport Layer Security
+ # (TLS).
+ #
# @option params [String] :sending_pool_name
# The name of the dedicated IP pool that you want to associate with the
# configuration set.
#
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
#
# @example Request syntax with placeholder values
#
# resp = client.put_configuration_set_delivery_options({
# configuration_set_name: "ConfigurationSetName", # required
+ # tls_policy: "REQUIRE", # accepts REQUIRE, OPTIONAL
# sending_pool_name: "SendingPoolName",
# })
#
# @see http://docs.aws.amazon.com/goto/WebAPI/pinpoint-email-2018-07-26/PutConfigurationSetDeliveryOptions AWS API Documentation
#
@@ -2146,10 +2154,10 @@
operation: config.api.operation(operation_name),
client: self,
params: params,
config: config)
context[:gem_name] = 'aws-sdk-pinpointemail'
- context[:gem_version] = '1.10.0'
+ context[:gem_version] = '1.11.0'
Seahorse::Client::Request.new(handlers, context)
end
# @api private
# @deprecated