aws-sdk-pinpoint 1.71.0 → 1.72.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-pinpoint/client.rb +1 -1
- data/lib/aws-sdk-pinpoint/types.rb +133 -21
- data/lib/aws-sdk-pinpoint.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bb242928f5860d272ec2514e7634c25bf836fb07058899846ed12276ae3ecb15
|
4
|
+
data.tar.gz: c2ba5091dfaeb83988075d97d06d6b430b3e13acf97cf68ede30831681ab8137
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1d94fc8cb9a158bfd58579a455975546a8f429fb357e7fa5aa1b1050f16e4b27e235262436ba01307f0366d73e77ebafa75f0cfc92b357fa6eae60c90e1cae85
|
7
|
+
data.tar.gz: 28587be416ddb07b99184536207821c4361014a4e96559a22d59ff1771a5a33082887404fccd6e797b8d83375caaadd2ddef6db8dcd13421d5fb50a3c6e278e7
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.72.0 (2023-05-22)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Amazon Pinpoint is deprecating the tags parameter in the UpdateSegment, UpdateCampaign, UpdateEmailTemplate, UpdateSmsTemplate, UpdatePushTemplate, UpdateInAppTemplate and UpdateVoiceTemplate. Amazon Pinpoint will end support tags parameter by May 22, 2023.
|
8
|
+
|
4
9
|
1.71.0 (2023-04-25)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.72.0
|
@@ -12712,7 +12712,7 @@ module Aws::Pinpoint
|
|
12712
12712
|
params: params,
|
12713
12713
|
config: config)
|
12714
12714
|
context[:gem_name] = 'aws-sdk-pinpoint'
|
12715
|
-
context[:gem_version] = '1.
|
12715
|
+
context[:gem_version] = '1.72.0'
|
12716
12716
|
Seahorse::Client::Request.new(handlers, context)
|
12717
12717
|
end
|
12718
12718
|
|
@@ -4348,9 +4348,25 @@ module Aws::Pinpoint
|
|
4348
4348
|
# @return [String]
|
4349
4349
|
#
|
4350
4350
|
# @!attribute [rw] tags
|
4351
|
-
#
|
4352
|
-
#
|
4353
|
-
#
|
4351
|
+
# <note markdown="1">As of **22-05-2023** tags has been deprecated for update operations.
|
4352
|
+
# After this date any value in tags is not processed and an error code
|
4353
|
+
# is not returned. To manage tags we recommend using either [Tags][1]
|
4354
|
+
# in the *API Reference for Amazon Pinpoint*,
|
4355
|
+
# [resourcegroupstaggingapi][2] commands in the *AWS Command Line
|
4356
|
+
# Interface Documentation* or [resourcegroupstaggingapi][3] in the
|
4357
|
+
# *AWS SDK*.
|
4358
|
+
#
|
4359
|
+
# </note>
|
4360
|
+
#
|
4361
|
+
# (Deprecated) A string-to-string map of key-value pairs that defines
|
4362
|
+
# the tags to associate with the message template. Each tag consists
|
4363
|
+
# of a required tag key and an associated tag value.
|
4364
|
+
#
|
4365
|
+
#
|
4366
|
+
#
|
4367
|
+
# [1]: https://docs.aws.amazon.com/pinpoint/latest/apireference/tags-resource-arn.html
|
4368
|
+
# [2]: https://docs.aws.amazon.com/cli/latest/reference/resourcegroupstaggingapi/index.html
|
4369
|
+
# [3]: https://sdk.amazonaws.com/java/api/latest/software/amazon/awssdk/services/resourcegroupstaggingapi/package-summary.html
|
4354
4370
|
# @return [Hash<String,String>]
|
4355
4371
|
#
|
4356
4372
|
# @!attribute [rw] template_description
|
@@ -7955,9 +7971,25 @@ module Aws::Pinpoint
|
|
7955
7971
|
# @return [String]
|
7956
7972
|
#
|
7957
7973
|
# @!attribute [rw] tags
|
7958
|
-
#
|
7959
|
-
#
|
7960
|
-
#
|
7974
|
+
# <note markdown="1">As of **22-05-2023** tags has been deprecated for update operations.
|
7975
|
+
# After this date any value in tags is not processed and an error code
|
7976
|
+
# is not returned. To manage tags we recommend using either [Tags][1]
|
7977
|
+
# in the *API Reference for Amazon Pinpoint*,
|
7978
|
+
# [resourcegroupstaggingapi][2] commands in the *AWS Command Line
|
7979
|
+
# Interface Documentation* or [resourcegroupstaggingapi][3] in the
|
7980
|
+
# *AWS SDK*.
|
7981
|
+
#
|
7982
|
+
# </note>
|
7983
|
+
#
|
7984
|
+
# (Deprecated) A string-to-string map of key-value pairs that defines
|
7985
|
+
# the tags to associate with the message template. Each tag consists
|
7986
|
+
# of a required tag key and an associated tag value.
|
7987
|
+
#
|
7988
|
+
#
|
7989
|
+
#
|
7990
|
+
# [1]: https://docs.aws.amazon.com/pinpoint/latest/apireference/tags-resource-arn.html
|
7991
|
+
# [2]: https://docs.aws.amazon.com/cli/latest/reference/resourcegroupstaggingapi/index.html
|
7992
|
+
# [3]: https://sdk.amazonaws.com/java/api/latest/software/amazon/awssdk/services/resourcegroupstaggingapi/package-summary.html
|
7961
7993
|
# @return [Hash<String,String>]
|
7962
7994
|
#
|
7963
7995
|
# @!attribute [rw] template_description
|
@@ -9851,9 +9883,25 @@ module Aws::Pinpoint
|
|
9851
9883
|
# @return [String]
|
9852
9884
|
#
|
9853
9885
|
# @!attribute [rw] tags
|
9854
|
-
#
|
9855
|
-
#
|
9856
|
-
#
|
9886
|
+
# <note markdown="1">As of **22-05-2023** tags has been deprecated for update operations.
|
9887
|
+
# After this date any value in tags is not processed and an error code
|
9888
|
+
# is not returned. To manage tags we recommend using either [Tags][1]
|
9889
|
+
# in the *API Reference for Amazon Pinpoint*,
|
9890
|
+
# [resourcegroupstaggingapi][2] commands in the *AWS Command Line
|
9891
|
+
# Interface Documentation* or [resourcegroupstaggingapi][3] in the
|
9892
|
+
# *AWS SDK*.
|
9893
|
+
#
|
9894
|
+
# </note>
|
9895
|
+
#
|
9896
|
+
# (Deprecated) A string-to-string map of key-value pairs that defines
|
9897
|
+
# the tags to associate with the message template. Each tag consists
|
9898
|
+
# of a required tag key and an associated tag value.
|
9899
|
+
#
|
9900
|
+
#
|
9901
|
+
#
|
9902
|
+
# [1]: https://docs.aws.amazon.com/pinpoint/latest/apireference/tags-resource-arn.html
|
9903
|
+
# [2]: https://docs.aws.amazon.com/cli/latest/reference/resourcegroupstaggingapi/index.html
|
9904
|
+
# [3]: https://sdk.amazonaws.com/java/api/latest/software/amazon/awssdk/services/resourcegroupstaggingapi/package-summary.html
|
9857
9905
|
# @return [Hash<String,String>]
|
9858
9906
|
#
|
9859
9907
|
# @!attribute [rw] template_description
|
@@ -10621,9 +10669,25 @@ module Aws::Pinpoint
|
|
10621
10669
|
# @return [String]
|
10622
10670
|
#
|
10623
10671
|
# @!attribute [rw] tags
|
10624
|
-
#
|
10625
|
-
#
|
10626
|
-
#
|
10672
|
+
# <note markdown="1">As of **22-05-2023** tags has been deprecated for update operations.
|
10673
|
+
# After this date any value in tags is not processed and an error code
|
10674
|
+
# is not returned. To manage tags we recommend using either [Tags][1]
|
10675
|
+
# in the *API Reference for Amazon Pinpoint*,
|
10676
|
+
# [resourcegroupstaggingapi][2] commands in the *AWS Command Line
|
10677
|
+
# Interface Documentation* or [resourcegroupstaggingapi][3] in the
|
10678
|
+
# *AWS SDK*.
|
10679
|
+
#
|
10680
|
+
# </note>
|
10681
|
+
#
|
10682
|
+
# (Deprecated) A string-to-string map of key-value pairs that defines
|
10683
|
+
# the tags to associate with the message template. Each tag consists
|
10684
|
+
# of a required tag key and an associated tag value.
|
10685
|
+
#
|
10686
|
+
#
|
10687
|
+
#
|
10688
|
+
# [1]: https://docs.aws.amazon.com/pinpoint/latest/apireference/tags-resource-arn.html
|
10689
|
+
# [2]: https://docs.aws.amazon.com/cli/latest/reference/resourcegroupstaggingapi/index.html
|
10690
|
+
# [3]: https://sdk.amazonaws.com/java/api/latest/software/amazon/awssdk/services/resourcegroupstaggingapi/package-summary.html
|
10627
10691
|
# @return [Hash<String,String>]
|
10628
10692
|
#
|
10629
10693
|
# @!attribute [rw] template_description
|
@@ -13153,9 +13217,25 @@ module Aws::Pinpoint
|
|
13153
13217
|
# @return [String]
|
13154
13218
|
#
|
13155
13219
|
# @!attribute [rw] tags
|
13156
|
-
#
|
13157
|
-
#
|
13158
|
-
#
|
13220
|
+
# <note markdown="1">As of **22-05-2023** tags has been deprecated for update operations.
|
13221
|
+
# After this date any value in tags is not processed and an error code
|
13222
|
+
# is not returned. To manage tags we recommend using either [Tags][1]
|
13223
|
+
# in the *API Reference for Amazon Pinpoint*,
|
13224
|
+
# [resourcegroupstaggingapi][2] commands in the *AWS Command Line
|
13225
|
+
# Interface Documentation* or [resourcegroupstaggingapi][3] in the
|
13226
|
+
# *AWS SDK*.
|
13227
|
+
#
|
13228
|
+
# </note>
|
13229
|
+
#
|
13230
|
+
# (Deprecated) A string-to-string map of key-value pairs that defines
|
13231
|
+
# the tags to associate with the message template. Each tag consists
|
13232
|
+
# of a required tag key and an associated tag value.
|
13233
|
+
#
|
13234
|
+
#
|
13235
|
+
#
|
13236
|
+
# [1]: https://docs.aws.amazon.com/pinpoint/latest/apireference/tags-resource-arn.html
|
13237
|
+
# [2]: https://docs.aws.amazon.com/cli/latest/reference/resourcegroupstaggingapi/index.html
|
13238
|
+
# [3]: https://sdk.amazonaws.com/java/api/latest/software/amazon/awssdk/services/resourcegroupstaggingapi/package-summary.html
|
13159
13239
|
# @return [Hash<String,String>]
|
13160
13240
|
#
|
13161
13241
|
# @!attribute [rw] template_description
|
@@ -13463,9 +13543,25 @@ module Aws::Pinpoint
|
|
13463
13543
|
# @return [Integer]
|
13464
13544
|
#
|
13465
13545
|
# @!attribute [rw] tags
|
13466
|
-
#
|
13467
|
-
#
|
13468
|
-
#
|
13546
|
+
# <note markdown="1">As of **22-05-2023** tags has been deprecated for update operations.
|
13547
|
+
# After this date any value in tags is not processed and an error code
|
13548
|
+
# is not returned. To manage tags we recommend using either [Tags][1]
|
13549
|
+
# in the *API Reference for Amazon Pinpoint*,
|
13550
|
+
# [resourcegroupstaggingapi][2] commands in the *AWS Command Line
|
13551
|
+
# Interface Documentation* or [resourcegroupstaggingapi][3] in the
|
13552
|
+
# *AWS SDK*.
|
13553
|
+
#
|
13554
|
+
# </note>
|
13555
|
+
#
|
13556
|
+
# (Deprecated) A string-to-string map of key-value pairs that defines
|
13557
|
+
# the tags to associate with the campaign. Each tag consists of a
|
13558
|
+
# required tag key and an associated tag value.
|
13559
|
+
#
|
13560
|
+
#
|
13561
|
+
#
|
13562
|
+
# [1]: https://docs.aws.amazon.com/pinpoint/latest/apireference/tags-resource-arn.html
|
13563
|
+
# [2]: https://docs.aws.amazon.com/cli/latest/reference/resourcegroupstaggingapi/index.html
|
13564
|
+
# [3]: https://sdk.amazonaws.com/java/api/latest/software/amazon/awssdk/services/resourcegroupstaggingapi/package-summary.html
|
13469
13565
|
# @return [Hash<String,String>]
|
13470
13566
|
#
|
13471
13567
|
# @!attribute [rw] template_configuration
|
@@ -13713,9 +13809,25 @@ module Aws::Pinpoint
|
|
13713
13809
|
# @return [Types::SegmentGroupList]
|
13714
13810
|
#
|
13715
13811
|
# @!attribute [rw] tags
|
13716
|
-
#
|
13717
|
-
#
|
13718
|
-
#
|
13812
|
+
# <note markdown="1">As of **22-05-2023** tags has been deprecated for update operations.
|
13813
|
+
# After this date any value in tags is not processed and an error code
|
13814
|
+
# is not returned. To manage tags we recommend using either [Tags][1]
|
13815
|
+
# in the *API Reference for Amazon Pinpoint*,
|
13816
|
+
# [resourcegroupstaggingapi][2] commands in the *AWS Command Line
|
13817
|
+
# Interface Documentation* or [resourcegroupstaggingapi][3] in the
|
13818
|
+
# *AWS SDK*.
|
13819
|
+
#
|
13820
|
+
# </note>
|
13821
|
+
#
|
13822
|
+
# (Deprecated) A string-to-string map of key-value pairs that defines
|
13823
|
+
# the tags to associate with the segment. Each tag consists of a
|
13824
|
+
# required tag key and an associated tag value.
|
13825
|
+
#
|
13826
|
+
#
|
13827
|
+
#
|
13828
|
+
# [1]: https://docs.aws.amazon.com/pinpoint/latest/apireference/tags-resource-arn.html
|
13829
|
+
# [2]: https://docs.aws.amazon.com/cli/latest/reference/resourcegroupstaggingapi/index.html
|
13830
|
+
# [3]: https://sdk.amazonaws.com/java/api/latest/software/amazon/awssdk/services/resourcegroupstaggingapi/package-summary.html
|
13719
13831
|
# @return [Hash<String,String>]
|
13720
13832
|
#
|
13721
13833
|
# @see http://docs.aws.amazon.com/goto/WebAPI/pinpoint-2016-12-01/WriteSegmentRequest AWS API Documentation
|
data/lib/aws-sdk-pinpoint.rb
CHANGED
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.72.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: 2023-
|
11
|
+
date: 2023-05-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|