aws-sdk-pinpoint 1.32.0 → 1.33.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
  SHA1:
3
- metadata.gz: 6348954088848932afadbe022e13092f48fbeac1
4
- data.tar.gz: 9abb309ed6840c43f6d771145b1f0d1d84039a3a
3
+ metadata.gz: 9138575578fd3a82eaa08ac57122f09f2526ea9e
4
+ data.tar.gz: 00d3bbb86feb8cedfdba1ce16f6b56f3352c1d99
5
5
  SHA512:
6
- metadata.gz: a5fb91d3d939e58741dab5f4c2041191238b06afeeb4446c17766b01248202b5bdcced851cada31a8ba3dd0bae1337522c229039a45d7fee426787b1b97369eb
7
- data.tar.gz: 7f7a4c037f758429ed3318a4f435fbea10f1c3de451dba6ef622dffe0782a490554cbcf37a4a05fdc93ac0b930087af998d02e522686e4fcc18a51ed34b92711
6
+ metadata.gz: e630a3e7d0a120872df638a53a3ef57e8793357078b74de425af2b6f778f8b7962e0da53d5f44ab9f4bc6270328cb984becf173778c8dfdd1674edb6cb8a04f2
7
+ data.tar.gz: cf8ca1c6cea3b31afdf0da57449c307f160975c311dc299b9f7ab6b4aa55543a13f2de7dbe89289e2e83147ed11ab609a29a38e7ab06453a0b235b423184653b
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-pinpoint/customizations'
42
42
  # @service
43
43
  module Aws::Pinpoint
44
44
 
45
- GEM_VERSION = '1.32.0'
45
+ GEM_VERSION = '1.33.0'
46
46
 
47
47
  end
@@ -372,7 +372,7 @@ module Aws::Pinpoint
372
372
  # body: "__string",
373
373
  # from_address: "__string",
374
374
  # html_body: "__string",
375
- # title: "__string", # required
375
+ # title: "__string",
376
376
  # },
377
377
  # gcm_message: {
378
378
  # action: "OPEN_APP", # accepts OPEN_APP, DEEP_LINK, URL
@@ -524,7 +524,7 @@ module Aws::Pinpoint
524
524
  # body: "__string",
525
525
  # from_address: "__string",
526
526
  # html_body: "__string",
527
- # title: "__string", # required
527
+ # title: "__string",
528
528
  # },
529
529
  # gcm_message: {
530
530
  # action: "OPEN_APP", # accepts OPEN_APP, DEEP_LINK, URL
@@ -7909,7 +7909,7 @@ module Aws::Pinpoint
7909
7909
  # body: "__string",
7910
7910
  # from_address: "__string",
7911
7911
  # html_body: "__string",
7912
- # title: "__string", # required
7912
+ # title: "__string",
7913
7913
  # },
7914
7914
  # gcm_message: {
7915
7915
  # action: "OPEN_APP", # accepts OPEN_APP, DEEP_LINK, URL
@@ -8061,7 +8061,7 @@ module Aws::Pinpoint
8061
8061
  # body: "__string",
8062
8062
  # from_address: "__string",
8063
8063
  # html_body: "__string",
8064
- # title: "__string", # required
8064
+ # title: "__string",
8065
8065
  # },
8066
8066
  # gcm_message: {
8067
8067
  # action: "OPEN_APP", # accepts OPEN_APP, DEEP_LINK, URL
@@ -9925,7 +9925,7 @@ module Aws::Pinpoint
9925
9925
  params: params,
9926
9926
  config: config)
9927
9927
  context[:gem_name] = 'aws-sdk-pinpoint'
9928
- context[:gem_version] = '1.32.0'
9928
+ context[:gem_version] = '1.33.0'
9929
9929
  Seahorse::Client::Request.new(handlers, context)
9930
9930
  end
9931
9931
 
@@ -757,7 +757,7 @@ module Aws::Pinpoint
757
757
  CampaignEmailMessage.add_member(:body, Shapes::ShapeRef.new(shape: __string, location_name: "Body"))
758
758
  CampaignEmailMessage.add_member(:from_address, Shapes::ShapeRef.new(shape: __string, location_name: "FromAddress"))
759
759
  CampaignEmailMessage.add_member(:html_body, Shapes::ShapeRef.new(shape: __string, location_name: "HtmlBody"))
760
- CampaignEmailMessage.add_member(:title, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "Title"))
760
+ CampaignEmailMessage.add_member(:title, Shapes::ShapeRef.new(shape: __string, location_name: "Title"))
761
761
  CampaignEmailMessage.struct_class = Types::CampaignEmailMessage
762
762
 
763
763
  CampaignEventFilter.add_member(:dimensions, Shapes::ShapeRef.new(shape: EventDimensions, required: true, location_name: "Dimensions"))
@@ -2349,7 +2349,7 @@ module Aws::Pinpoint
2349
2349
  # body: "__string",
2350
2350
  # from_address: "__string",
2351
2351
  # html_body: "__string",
2352
- # title: "__string", # required
2352
+ # title: "__string",
2353
2353
  # }
2354
2354
  #
2355
2355
  # @!attribute [rw] body
@@ -3197,7 +3197,7 @@ module Aws::Pinpoint
3197
3197
  # body: "__string",
3198
3198
  # from_address: "__string",
3199
3199
  # html_body: "__string",
3200
- # title: "__string", # required
3200
+ # title: "__string",
3201
3201
  # },
3202
3202
  # gcm_message: {
3203
3203
  # action: "OPEN_APP", # accepts OPEN_APP, DEEP_LINK, URL
@@ -3349,7 +3349,7 @@ module Aws::Pinpoint
3349
3349
  # body: "__string",
3350
3350
  # from_address: "__string",
3351
3351
  # html_body: "__string",
3352
- # title: "__string", # required
3352
+ # title: "__string",
3353
3353
  # },
3354
3354
  # gcm_message: {
3355
3355
  # action: "OPEN_APP", # accepts OPEN_APP, DEEP_LINK, URL
@@ -10345,7 +10345,7 @@ module Aws::Pinpoint
10345
10345
  # body: "__string",
10346
10346
  # from_address: "__string",
10347
10347
  # html_body: "__string",
10348
- # title: "__string", # required
10348
+ # title: "__string",
10349
10349
  # },
10350
10350
  # gcm_message: {
10351
10351
  # action: "OPEN_APP", # accepts OPEN_APP, DEEP_LINK, URL
@@ -14965,7 +14965,7 @@ module Aws::Pinpoint
14965
14965
  # body: "__string",
14966
14966
  # from_address: "__string",
14967
14967
  # html_body: "__string",
14968
- # title: "__string", # required
14968
+ # title: "__string",
14969
14969
  # },
14970
14970
  # gcm_message: {
14971
14971
  # action: "OPEN_APP", # accepts OPEN_APP, DEEP_LINK, URL
@@ -15117,7 +15117,7 @@ module Aws::Pinpoint
15117
15117
  # body: "__string",
15118
15118
  # from_address: "__string",
15119
15119
  # html_body: "__string",
15120
- # title: "__string", # required
15120
+ # title: "__string",
15121
15121
  # },
15122
15122
  # gcm_message: {
15123
15123
  # action: "OPEN_APP", # accepts OPEN_APP, DEEP_LINK, URL
@@ -16935,7 +16935,7 @@ module Aws::Pinpoint
16935
16935
  # body: "__string",
16936
16936
  # from_address: "__string",
16937
16937
  # html_body: "__string",
16938
- # title: "__string", # required
16938
+ # title: "__string",
16939
16939
  # },
16940
16940
  # gcm_message: {
16941
16941
  # action: "OPEN_APP", # accepts OPEN_APP, DEEP_LINK, URL
@@ -17087,7 +17087,7 @@ module Aws::Pinpoint
17087
17087
  # body: "__string",
17088
17088
  # from_address: "__string",
17089
17089
  # html_body: "__string",
17090
- # title: "__string", # required
17090
+ # title: "__string",
17091
17091
  # },
17092
17092
  # gcm_message: {
17093
17093
  # action: "OPEN_APP", # accepts OPEN_APP, DEEP_LINK, URL
@@ -17948,7 +17948,7 @@ module Aws::Pinpoint
17948
17948
  # body: "__string",
17949
17949
  # from_address: "__string",
17950
17950
  # html_body: "__string",
17951
- # title: "__string", # required
17951
+ # title: "__string",
17952
17952
  # },
17953
17953
  # gcm_message: {
17954
17954
  # action: "OPEN_APP", # accepts OPEN_APP, DEEP_LINK, URL
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-pinpoint
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.32.0
4
+ version: 1.33.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: 2019-12-20 00:00:00.000000000 Z
11
+ date: 2020-02-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core