aws-sdk-sesv2 1.61.0 → 1.63.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: cd66e178c07d78f4a7e9d79e95689b6f34c0e480d0106359cf87715c73a20f7e
4
- data.tar.gz: 4976210b3bb1e02742f7782b0f594b76b2e740d70284776081bc2b0a284f2acb
3
+ metadata.gz: 0ef48ef98a4ae4954f5ea6474fe33a2b78cbec93309dfabd5e87f371404e330a
4
+ data.tar.gz: e7c46dbe75d6f0d38a7ef7ea1f96e1b562cb997e2a20b8c5811961db11910e0e
5
5
  SHA512:
6
- metadata.gz: 9003a49b2d0c967eb11637d0c6cdfb96efbddc01c44ad9ab2aba9347f19648eb30d44570fc048ed7b66cb71bc0a4327aea971081ce469bfd375942f51c117268
7
- data.tar.gz: b84efa82f393db27707018be934a2ec7660126a4dd57f8700e270a4faead3abcf20f522ff236ab111ecb6aa79064f42f74448ec27acc3129cbb73f7a360c398d
6
+ metadata.gz: 00c4c87db22d72afc609abd70fe75bd57117c4f481b131d0bc8e556903ed17b23c68130aa31af89d5ad974de8035e7075f2d806afd5196b34a592d320d34b4d8
7
+ data.tar.gz: b41795a9dfa861f43a763c5b6fa2ee25feb1dad6481ab42306bbc83971d0ab03d08e18bfed1c48ccc03cefe619b04f35ebb26475dcfd23bd4c3b8ec8d15a925f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.63.0 (2024-09-27)
5
+ ------------------
6
+
7
+ * Feature - This release adds support for engagement tracking over Https using custom domains.
8
+
9
+ 1.62.0 (2024-09-24)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.61.0 (2024-09-23)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.61.0
1
+ 1.63.0
@@ -36,8 +36,6 @@ require 'aws-sdk-core/plugins/telemetry.rb'
36
36
  require 'aws-sdk-core/plugins/sign.rb'
37
37
  require 'aws-sdk-core/plugins/protocols/rest_json.rb'
38
38
 
39
- Aws::Plugins::GlobalConfiguration.add_identifier(:sesv2)
40
-
41
39
  module Aws::SESV2
42
40
  # An API client for SESV2. To construct a client, you need to configure a `:region` and `:credentials`.
43
41
  #
@@ -581,6 +579,7 @@ module Aws::SESV2
581
579
  # configuration_set_name: "ConfigurationSetName", # required
582
580
  # tracking_options: {
583
581
  # custom_redirect_domain: "CustomRedirectDomain", # required
582
+ # https_policy: "REQUIRE", # accepts REQUIRE, REQUIRE_OPEN_ONLY, OPTIONAL
584
583
  # },
585
584
  # delivery_options: {
586
585
  # tls_policy: "REQUIRE", # accepts REQUIRE, OPTIONAL
@@ -1765,6 +1764,7 @@ module Aws::SESV2
1765
1764
  #
1766
1765
  # resp.configuration_set_name #=> String
1767
1766
  # resp.tracking_options.custom_redirect_domain #=> String
1767
+ # resp.tracking_options.https_policy #=> String, one of "REQUIRE", "REQUIRE_OPEN_ONLY", "OPTIONAL"
1768
1768
  # resp.delivery_options.tls_policy #=> String, one of "REQUIRE", "OPTIONAL"
1769
1769
  # resp.delivery_options.sending_pool_name #=> String
1770
1770
  # resp.reputation_options.reputation_metrics_enabled #=> Boolean
@@ -3878,6 +3878,14 @@ module Aws::SESV2
3878
3878
  # @option params [String] :custom_redirect_domain
3879
3879
  # The domain to use to track open and click events.
3880
3880
  #
3881
+ # @option params [String] :https_policy
3882
+ # The https policy to use for tracking open and click events. If the
3883
+ # value is OPTIONAL or HttpsPolicy is not specified, the open trackers
3884
+ # use HTTP and click tracker use the original protocol of the link. If
3885
+ # the value is REQUIRE, both open and click tracker uses HTTPS and if
3886
+ # the value is REQUIRE\_OPEN\_ONLY open tracker uses HTTPS and link
3887
+ # tracker is same as original protocol of the link.
3888
+ #
3881
3889
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
3882
3890
  #
3883
3891
  # @example Request syntax with placeholder values
@@ -3885,6 +3893,7 @@ module Aws::SESV2
3885
3893
  # resp = client.put_configuration_set_tracking_options({
3886
3894
  # configuration_set_name: "ConfigurationSetName", # required
3887
3895
  # custom_redirect_domain: "CustomRedirectDomain",
3896
+ # https_policy: "REQUIRE", # accepts REQUIRE, REQUIRE_OPEN_ONLY, OPTIONAL
3888
3897
  # })
3889
3898
  #
3890
3899
  # @see http://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/PutConfigurationSetTrackingOptions AWS API Documentation
@@ -5167,7 +5176,7 @@ module Aws::SESV2
5167
5176
  tracer: tracer
5168
5177
  )
5169
5178
  context[:gem_name] = 'aws-sdk-sesv2'
5170
- context[:gem_version] = '1.61.0'
5179
+ context[:gem_version] = '1.63.0'
5171
5180
  Seahorse::Client::Request.new(handlers, context)
5172
5181
  end
5173
5182
 
@@ -243,6 +243,7 @@ module Aws::SESV2
243
243
  GetSuppressedDestinationResponse = Shapes::StructureShape.new(name: 'GetSuppressedDestinationResponse')
244
244
  GuardianAttributes = Shapes::StructureShape.new(name: 'GuardianAttributes')
245
245
  GuardianOptions = Shapes::StructureShape.new(name: 'GuardianOptions')
246
+ HttpsPolicy = Shapes::StringShape.new(name: 'HttpsPolicy')
246
247
  Identity = Shapes::StringShape.new(name: 'Identity')
247
248
  IdentityInfo = Shapes::StructureShape.new(name: 'IdentityInfo')
248
249
  IdentityInfoList = Shapes::ListShape.new(name: 'IdentityInfoList')
@@ -1522,6 +1523,7 @@ module Aws::SESV2
1522
1523
 
1523
1524
  PutConfigurationSetTrackingOptionsRequest.add_member(:configuration_set_name, Shapes::ShapeRef.new(shape: ConfigurationSetName, required: true, location: "uri", location_name: "ConfigurationSetName"))
1524
1525
  PutConfigurationSetTrackingOptionsRequest.add_member(:custom_redirect_domain, Shapes::ShapeRef.new(shape: CustomRedirectDomain, location_name: "CustomRedirectDomain"))
1526
+ PutConfigurationSetTrackingOptionsRequest.add_member(:https_policy, Shapes::ShapeRef.new(shape: HttpsPolicy, location_name: "HttpsPolicy"))
1525
1527
  PutConfigurationSetTrackingOptionsRequest.struct_class = Types::PutConfigurationSetTrackingOptionsRequest
1526
1528
 
1527
1529
  PutConfigurationSetTrackingOptionsResponse.struct_class = Types::PutConfigurationSetTrackingOptionsResponse
@@ -1757,6 +1759,7 @@ module Aws::SESV2
1757
1759
  Topics.member = Shapes::ShapeRef.new(shape: Topic)
1758
1760
 
1759
1761
  TrackingOptions.add_member(:custom_redirect_domain, Shapes::ShapeRef.new(shape: CustomRedirectDomain, required: true, location_name: "CustomRedirectDomain"))
1762
+ TrackingOptions.add_member(:https_policy, Shapes::ShapeRef.new(shape: HttpsPolicy, location_name: "HttpsPolicy"))
1760
1763
  TrackingOptions.struct_class = Types::TrackingOptions
1761
1764
 
1762
1765
  UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location: "querystring", location_name: "ResourceArn"))
@@ -5595,11 +5595,21 @@ module Aws::SESV2
5595
5595
  # The domain to use to track open and click events.
5596
5596
  # @return [String]
5597
5597
  #
5598
+ # @!attribute [rw] https_policy
5599
+ # The https policy to use for tracking open and click events. If the
5600
+ # value is OPTIONAL or HttpsPolicy is not specified, the open trackers
5601
+ # use HTTP and click tracker use the original protocol of the link. If
5602
+ # the value is REQUIRE, both open and click tracker uses HTTPS and if
5603
+ # the value is REQUIRE\_OPEN\_ONLY open tracker uses HTTPS and link
5604
+ # tracker is same as original protocol of the link.
5605
+ # @return [String]
5606
+ #
5598
5607
  # @see http://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/PutConfigurationSetTrackingOptionsRequest AWS API Documentation
5599
5608
  #
5600
5609
  class PutConfigurationSetTrackingOptionsRequest < Struct.new(
5601
5610
  :configuration_set_name,
5602
- :custom_redirect_domain)
5611
+ :custom_redirect_domain,
5612
+ :https_policy)
5603
5613
  SENSITIVE = []
5604
5614
  include Aws::Structure
5605
5615
  end
@@ -7034,10 +7044,15 @@ module Aws::SESV2
7034
7044
  # The domain to use for tracking open and click events.
7035
7045
  # @return [String]
7036
7046
  #
7047
+ # @!attribute [rw] https_policy
7048
+ # The https policy to use for tracking open and click events.
7049
+ # @return [String]
7050
+ #
7037
7051
  # @see http://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/TrackingOptions AWS API Documentation
7038
7052
  #
7039
7053
  class TrackingOptions < Struct.new(
7040
- :custom_redirect_domain)
7054
+ :custom_redirect_domain,
7055
+ :https_policy)
7041
7056
  SENSITIVE = []
7042
7057
  include Aws::Structure
7043
7058
  end
data/lib/aws-sdk-sesv2.rb CHANGED
@@ -11,6 +11,8 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
+ Aws::Plugins::GlobalConfiguration.add_identifier(:sesv2)
15
+
14
16
  # This module provides support for Amazon Simple Email Service. This module is available in the
15
17
  # `aws-sdk-sesv2` gem.
16
18
  #
@@ -52,7 +54,7 @@ module Aws::SESV2
52
54
  autoload :EndpointProvider, 'aws-sdk-sesv2/endpoint_provider'
53
55
  autoload :Endpoints, 'aws-sdk-sesv2/endpoints'
54
56
 
55
- GEM_VERSION = '1.61.0'
57
+ GEM_VERSION = '1.63.0'
56
58
 
57
59
  end
58
60
 
data/sig/client.rbs CHANGED
@@ -111,7 +111,8 @@ module Aws
111
111
  def create_configuration_set: (
112
112
  configuration_set_name: ::String,
113
113
  ?tracking_options: {
114
- custom_redirect_domain: ::String
114
+ custom_redirect_domain: ::String,
115
+ https_policy: ("REQUIRE" | "REQUIRE_OPEN_ONLY" | "OPTIONAL")?
115
116
  },
116
117
  ?delivery_options: {
117
118
  tls_policy: ("REQUIRE" | "OPTIONAL")?,
@@ -1093,7 +1094,8 @@ module Aws
1093
1094
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SESV2/Client.html#put_configuration_set_tracking_options-instance_method
1094
1095
  def put_configuration_set_tracking_options: (
1095
1096
  configuration_set_name: ::String,
1096
- ?custom_redirect_domain: ::String
1097
+ ?custom_redirect_domain: ::String,
1098
+ ?https_policy: ("REQUIRE" | "REQUIRE_OPEN_ONLY" | "OPTIONAL")
1097
1099
  ) -> _PutConfigurationSetTrackingOptionsResponseSuccess
1098
1100
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutConfigurationSetTrackingOptionsResponseSuccess
1099
1101
 
data/sig/types.rbs CHANGED
@@ -1315,6 +1315,7 @@ module Aws::SESV2
1315
1315
  class PutConfigurationSetTrackingOptionsRequest
1316
1316
  attr_accessor configuration_set_name: ::String
1317
1317
  attr_accessor custom_redirect_domain: ::String
1318
+ attr_accessor https_policy: ("REQUIRE" | "REQUIRE_OPEN_ONLY" | "OPTIONAL")
1318
1319
  SENSITIVE: []
1319
1320
  end
1320
1321
 
@@ -1634,6 +1635,7 @@ module Aws::SESV2
1634
1635
 
1635
1636
  class TrackingOptions
1636
1637
  attr_accessor custom_redirect_domain: ::String
1638
+ attr_accessor https_policy: ("REQUIRE" | "REQUIRE_OPEN_ONLY" | "OPTIONAL")
1637
1639
  SENSITIVE: []
1638
1640
  end
1639
1641
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-sesv2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.61.0
4
+ version: 1.63.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-09-23 00:00:00.000000000 Z
11
+ date: 2024-09-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core