aws-sdk-pinpoint 1.36.0 → 1.37.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/lib/aws-sdk-pinpoint.rb +1 -1
- data/lib/aws-sdk-pinpoint/client.rb +5 -4
- data/lib/aws-sdk-pinpoint/client_api.rb +1 -0
- data/lib/aws-sdk-pinpoint/resource.rb +1 -7
- data/lib/aws-sdk-pinpoint/types.rb +23 -46
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 46e964d8e776af8db5e2f4ad3290c11199a3e18e
|
4
|
+
data.tar.gz: '052031343802b943e28441af2861e5b4bbebecad'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3b1d2ec08cf5ac619893131ac09abe54799f349664300e7d851ef0a0b4e3e7fb066b003714546690951c1c79a2685836cffad64041cfa0824c09f00aa43c5807
|
7
|
+
data.tar.gz: 7c71a22656b9966ddd61cb56cee3e9591edd780efbcac70453fff32ef3e5c558ff674c854a12c416932a134a97a5c1fee9d9e2b9e84145a17487c305ad1a75ab
|
data/lib/aws-sdk-pinpoint.rb
CHANGED
@@ -269,8 +269,7 @@ module Aws::Pinpoint
|
|
269
269
|
#
|
270
270
|
# @option options [Integer] :http_read_timeout (60) The default
|
271
271
|
# number of seconds to wait for response data. This value can
|
272
|
-
# safely be set
|
273
|
-
# per-request on the session yielded by {#session_for}.
|
272
|
+
# safely be set per-request on the session.
|
274
273
|
#
|
275
274
|
# @option options [Float] :http_idle_timeout (5) The number of
|
276
275
|
# seconds a connection is allowed to sit idle before it is
|
@@ -282,7 +281,7 @@ module Aws::Pinpoint
|
|
282
281
|
# request body. This option has no effect unless the request has
|
283
282
|
# "Expect" header set to "100-continue". Defaults to `nil` which
|
284
283
|
# disables this behaviour. This value can safely be set per
|
285
|
-
# request on the session
|
284
|
+
# request on the session.
|
286
285
|
#
|
287
286
|
# @option options [Boolean] :http_wire_trace (false) When `true`,
|
288
287
|
# HTTP debug output will be sent to the `:logger`.
|
@@ -7347,6 +7346,7 @@ module Aws::Pinpoint
|
|
7347
7346
|
# sms_message: {
|
7348
7347
|
# body: "__string",
|
7349
7348
|
# keyword: "__string",
|
7349
|
+
# media_url: "__string",
|
7350
7350
|
# message_type: "TRANSACTIONAL", # accepts TRANSACTIONAL, PROMOTIONAL
|
7351
7351
|
# origination_number: "__string",
|
7352
7352
|
# sender_id: "__string",
|
@@ -7571,6 +7571,7 @@ module Aws::Pinpoint
|
|
7571
7571
|
# sms_message: {
|
7572
7572
|
# body: "__string",
|
7573
7573
|
# keyword: "__string",
|
7574
|
+
# media_url: "__string",
|
7574
7575
|
# message_type: "TRANSACTIONAL", # accepts TRANSACTIONAL, PROMOTIONAL
|
7575
7576
|
# origination_number: "__string",
|
7576
7577
|
# sender_id: "__string",
|
@@ -10222,7 +10223,7 @@ module Aws::Pinpoint
|
|
10222
10223
|
params: params,
|
10223
10224
|
config: config)
|
10224
10225
|
context[:gem_name] = 'aws-sdk-pinpoint'
|
10225
|
-
context[:gem_version] = '1.
|
10226
|
+
context[:gem_version] = '1.37.0'
|
10226
10227
|
Seahorse::Client::Request.new(handlers, context)
|
10227
10228
|
end
|
10228
10229
|
|
@@ -2393,6 +2393,7 @@ module Aws::Pinpoint
|
|
2393
2393
|
|
2394
2394
|
SMSMessage.add_member(:body, Shapes::ShapeRef.new(shape: __string, location_name: "Body"))
|
2395
2395
|
SMSMessage.add_member(:keyword, Shapes::ShapeRef.new(shape: __string, location_name: "Keyword"))
|
2396
|
+
SMSMessage.add_member(:media_url, Shapes::ShapeRef.new(shape: __string, location_name: "MediaUrl"))
|
2396
2397
|
SMSMessage.add_member(:message_type, Shapes::ShapeRef.new(shape: MessageType, location_name: "MessageType"))
|
2397
2398
|
SMSMessage.add_member(:origination_number, Shapes::ShapeRef.new(shape: __string, location_name: "OriginationNumber"))
|
2398
2399
|
SMSMessage.add_member(:sender_id, Shapes::ShapeRef.new(shape: __string, location_name: "SenderId"))
|
@@ -6,13 +6,7 @@
|
|
6
6
|
# WARNING ABOUT GENERATED CODE
|
7
7
|
|
8
8
|
module Aws::Pinpoint
|
9
|
-
|
10
|
-
# To create a resource object:
|
11
|
-
# resource = Aws::Pinpoint::Resource.new(region: 'us-west-2')
|
12
|
-
# You can supply a client object with custom configuration that will be used for all resource operations.
|
13
|
-
# If you do not pass +:client+, a default client will be constructed.
|
14
|
-
# client = Aws::Pinpoint::Client.new(region: 'us-west-2')
|
15
|
-
# resource = Aws::Pinpoint::Resource.new(client: client)
|
9
|
+
|
16
10
|
class Resource
|
17
11
|
|
18
12
|
# @param options ({})
|
@@ -5488,6 +5488,7 @@ module Aws::Pinpoint
|
|
5488
5488
|
# sms_message: {
|
5489
5489
|
# body: "__string",
|
5490
5490
|
# keyword: "__string",
|
5491
|
+
# media_url: "__string",
|
5491
5492
|
# message_type: "TRANSACTIONAL", # accepts TRANSACTIONAL, PROMOTIONAL
|
5492
5493
|
# origination_number: "__string",
|
5493
5494
|
# sender_id: "__string",
|
@@ -7049,18 +7050,10 @@ module Aws::Pinpoint
|
|
7049
7050
|
# to.
|
7050
7051
|
#
|
7051
7052
|
# For a Kinesis data stream, the ARN format is:
|
7052
|
-
# arn:aws:kinesis
|
7053
|
-
#
|
7054
|
-
# \:<replaceable>account-id</replaceable>
|
7055
|
-
#
|
7056
|
-
# \:stream/<replaceable>stream_name</replaceable>
|
7053
|
+
# arn:aws:kinesis:*region*\:*account-id*\:stream/*stream\_name*
|
7057
7054
|
#
|
7058
7055
|
# For a Kinesis Data Firehose delivery stream, the ARN format is:
|
7059
|
-
# arn:aws:firehose
|
7060
|
-
#
|
7061
|
-
# \:<replaceable>account-id</replaceable>
|
7062
|
-
#
|
7063
|
-
# \:deliverystream/<replaceable>stream_name</replaceable>
|
7056
|
+
# arn:aws:firehose:*region*\:*account-id*\:deliverystream/*stream\_name*
|
7064
7057
|
# @return [String]
|
7065
7058
|
#
|
7066
7059
|
# @!attribute [rw] external_id
|
@@ -7313,11 +7306,7 @@ module Aws::Pinpoint
|
|
7313
7306
|
# S3) bucket where you want to export endpoint definitions to. This
|
7314
7307
|
# location is typically a folder that contains multiple files. The URL
|
7315
7308
|
# should be in the following format:
|
7316
|
-
# s3
|
7317
|
-
#
|
7318
|
-
# /<replaceable>folder-name</replaceable>
|
7319
|
-
#
|
7320
|
-
# /.
|
7309
|
+
# s3://*bucket-name*/*folder-name*/.
|
7321
7310
|
# @return [String]
|
7322
7311
|
#
|
7323
7312
|
# @!attribute [rw] segment_id
|
@@ -7359,11 +7348,7 @@ module Aws::Pinpoint
|
|
7359
7348
|
# S3) bucket where the endpoint definitions were exported to. This
|
7360
7349
|
# location is typically a folder that contains multiple files. The URL
|
7361
7350
|
# should be in the following format:
|
7362
|
-
# s3
|
7363
|
-
#
|
7364
|
-
# /<replaceable>folder-name</replaceable>
|
7365
|
-
#
|
7366
|
-
# /.
|
7351
|
+
# s3://*bucket-name*/*folder-name*/.
|
7367
7352
|
# @return [String]
|
7368
7353
|
#
|
7369
7354
|
# @!attribute [rw] segment_id
|
@@ -9565,14 +9550,9 @@ module Aws::Pinpoint
|
|
9565
9550
|
# location, including any subfolders that the folder contains.
|
9566
9551
|
#
|
9567
9552
|
# The URL should be in the following format:
|
9568
|
-
# s3
|
9569
|
-
#
|
9570
|
-
#
|
9571
|
-
#
|
9572
|
-
# /<replaceable>file-name</replaceable>
|
9573
|
-
#
|
9574
|
-
# . The location can end with the key for an individual object or a
|
9575
|
-
# prefix that qualifies multiple objects.
|
9553
|
+
# s3://*bucket-name*/*folder-name*/*file-name*. The location can end
|
9554
|
+
# with the key for an individual object or a prefix that qualifies
|
9555
|
+
# multiple objects.
|
9576
9556
|
# @return [String]
|
9577
9557
|
#
|
9578
9558
|
# @!attribute [rw] segment_id
|
@@ -9648,14 +9628,9 @@ module Aws::Pinpoint
|
|
9648
9628
|
# location, including any subfolders that the folder contains.
|
9649
9629
|
#
|
9650
9630
|
# The URL should be in the following format:
|
9651
|
-
# s3
|
9652
|
-
#
|
9653
|
-
#
|
9654
|
-
#
|
9655
|
-
# /<replaceable>file-name</replaceable>
|
9656
|
-
#
|
9657
|
-
# . The location can end with the key for an individual object or a
|
9658
|
-
# prefix that qualifies multiple objects.
|
9631
|
+
# s3://*bucket-name*/*folder-name*/*file-name*. The location can end
|
9632
|
+
# with the key for an individual object or a prefix that qualifies
|
9633
|
+
# multiple objects.
|
9659
9634
|
# @return [String]
|
9660
9635
|
#
|
9661
9636
|
# @!attribute [rw] segment_id
|
@@ -10924,6 +10899,7 @@ module Aws::Pinpoint
|
|
10924
10899
|
# sms_message: {
|
10925
10900
|
# body: "__string",
|
10926
10901
|
# keyword: "__string",
|
10902
|
+
# media_url: "__string",
|
10927
10903
|
# message_type: "TRANSACTIONAL", # accepts TRANSACTIONAL, PROMOTIONAL
|
10928
10904
|
# origination_number: "__string",
|
10929
10905
|
# sender_id: "__string",
|
@@ -12606,6 +12582,7 @@ module Aws::Pinpoint
|
|
12606
12582
|
# {
|
12607
12583
|
# body: "__string",
|
12608
12584
|
# keyword: "__string",
|
12585
|
+
# media_url: "__string",
|
12609
12586
|
# message_type: "TRANSACTIONAL", # accepts TRANSACTIONAL, PROMOTIONAL
|
12610
12587
|
# origination_number: "__string",
|
12611
12588
|
# sender_id: "__string",
|
@@ -12623,6 +12600,10 @@ module Aws::Pinpoint
|
|
12623
12600
|
# requested your dedicated number.
|
12624
12601
|
# @return [String]
|
12625
12602
|
#
|
12603
|
+
# @!attribute [rw] media_url
|
12604
|
+
# The URL of an image or video to display in the SMS message.
|
12605
|
+
# @return [String]
|
12606
|
+
#
|
12626
12607
|
# @!attribute [rw] message_type
|
12627
12608
|
# The SMS message type. Valid values are: TRANSACTIONAL, the message
|
12628
12609
|
# is critical or time-sensitive, such as a one-time password that
|
@@ -12654,6 +12635,7 @@ module Aws::Pinpoint
|
|
12654
12635
|
class SMSMessage < Struct.new(
|
12655
12636
|
:body,
|
12656
12637
|
:keyword,
|
12638
|
+
:media_url,
|
12657
12639
|
:message_type,
|
12658
12640
|
:origination_number,
|
12659
12641
|
:sender_id,
|
@@ -13761,6 +13743,7 @@ module Aws::Pinpoint
|
|
13761
13743
|
# sms_message: {
|
13762
13744
|
# body: "__string",
|
13763
13745
|
# keyword: "__string",
|
13746
|
+
# media_url: "__string",
|
13764
13747
|
# message_type: "TRANSACTIONAL", # accepts TRANSACTIONAL, PROMOTIONAL
|
13765
13748
|
# origination_number: "__string",
|
13766
13749
|
# sender_id: "__string",
|
@@ -13975,6 +13958,7 @@ module Aws::Pinpoint
|
|
13975
13958
|
# sms_message: {
|
13976
13959
|
# body: "__string",
|
13977
13960
|
# keyword: "__string",
|
13961
|
+
# media_url: "__string",
|
13978
13962
|
# message_type: "TRANSACTIONAL", # accepts TRANSACTIONAL, PROMOTIONAL
|
13979
13963
|
# origination_number: "__string",
|
13980
13964
|
# sender_id: "__string",
|
@@ -14241,6 +14225,7 @@ module Aws::Pinpoint
|
|
14241
14225
|
# sms_message: {
|
14242
14226
|
# body: "__string",
|
14243
14227
|
# keyword: "__string",
|
14228
|
+
# media_url: "__string",
|
14244
14229
|
# message_type: "TRANSACTIONAL", # accepts TRANSACTIONAL, PROMOTIONAL
|
14245
14230
|
# origination_number: "__string",
|
14246
14231
|
# sender_id: "__string",
|
@@ -17981,18 +17966,10 @@ module Aws::Pinpoint
|
|
17981
17966
|
# publish event data to.
|
17982
17967
|
#
|
17983
17968
|
# For a Kinesis data stream, the ARN format is:
|
17984
|
-
# arn:aws:kinesis
|
17985
|
-
#
|
17986
|
-
# \:<replaceable>account-id</replaceable>
|
17987
|
-
#
|
17988
|
-
# \:stream/<replaceable>stream_name</replaceable>
|
17969
|
+
# arn:aws:kinesis:*region*\:*account-id*\:stream/*stream\_name*
|
17989
17970
|
#
|
17990
17971
|
# For a Kinesis Data Firehose delivery stream, the ARN format is:
|
17991
|
-
# arn:aws:firehose
|
17992
|
-
#
|
17993
|
-
# \:<replaceable>account-id</replaceable>
|
17994
|
-
#
|
17995
|
-
# \:deliverystream/<replaceable>stream_name</replaceable>
|
17972
|
+
# arn:aws:firehose:*region*\:*account-id*\:deliverystream/*stream\_name*
|
17996
17973
|
# @return [String]
|
17997
17974
|
#
|
17998
17975
|
# @!attribute [rw] role_arn
|
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.
|
4
|
+
version: 1.37.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: 2020-03-
|
11
|
+
date: 2020-03-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -80,7 +80,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
80
80
|
- !ruby/object:Gem::Version
|
81
81
|
version: '0'
|
82
82
|
requirements: []
|
83
|
-
|
83
|
+
rubyforge_project:
|
84
|
+
rubygems_version: 2.5.2.3
|
84
85
|
signing_key:
|
85
86
|
specification_version: 4
|
86
87
|
summary: AWS SDK for Ruby - Amazon Pinpoint
|