aws-sdk-pinpoint 1.50.0 → 1.54.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -1501,6 +1501,8 @@ module Aws::Pinpoint
1501
1501
  # message_type: "TRANSACTIONAL", # accepts TRANSACTIONAL, PROMOTIONAL
1502
1502
  # origination_number: "__string",
1503
1503
  # sender_id: "__string",
1504
+ # entity_id: "__string",
1505
+ # template_id: "__string",
1504
1506
  # },
1505
1507
  # next_activity: "__string",
1506
1508
  # template_name: "__string",
@@ -2801,6 +2803,8 @@ module Aws::Pinpoint
2801
2803
  # message_type: "TRANSACTIONAL", # accepts TRANSACTIONAL, PROMOTIONAL
2802
2804
  # origination_number: "__string",
2803
2805
  # sender_id: "__string",
2806
+ # entity_id: "__string",
2807
+ # template_id: "__string",
2804
2808
  # }
2805
2809
  #
2806
2810
  # @!attribute [rw] body
@@ -2827,13 +2831,25 @@ module Aws::Pinpoint
2827
2831
  # the SMS message.
2828
2832
  # @return [String]
2829
2833
  #
2834
+ # @!attribute [rw] entity_id
2835
+ # The entity ID or Principal Entity (PE) id received from the
2836
+ # regulatory body for sending SMS in your country.
2837
+ # @return [String]
2838
+ #
2839
+ # @!attribute [rw] template_id
2840
+ # The template ID received from the regulatory body for sending SMS in
2841
+ # your country.
2842
+ # @return [String]
2843
+ #
2830
2844
  # @see http://docs.aws.amazon.com/goto/WebAPI/pinpoint-2016-12-01/CampaignSmsMessage AWS API Documentation
2831
2845
  #
2832
2846
  class CampaignSmsMessage < Struct.new(
2833
2847
  :body,
2834
2848
  :message_type,
2835
2849
  :origination_number,
2836
- :sender_id)
2850
+ :sender_id,
2851
+ :entity_id,
2852
+ :template_id)
2837
2853
  SENSITIVE = []
2838
2854
  include Aws::Structure
2839
2855
  end
@@ -3421,6 +3437,8 @@ module Aws::Pinpoint
3421
3437
  # message_type: "TRANSACTIONAL", # accepts TRANSACTIONAL, PROMOTIONAL
3422
3438
  # origination_number: "__string",
3423
3439
  # sender_id: "__string",
3440
+ # entity_id: "__string",
3441
+ # template_id: "__string",
3424
3442
  # },
3425
3443
  # },
3426
3444
  # schedule: {
@@ -3581,6 +3599,8 @@ module Aws::Pinpoint
3581
3599
  # message_type: "TRANSACTIONAL", # accepts TRANSACTIONAL, PROMOTIONAL
3582
3600
  # origination_number: "__string",
3583
3601
  # sender_id: "__string",
3602
+ # entity_id: "__string",
3603
+ # template_id: "__string",
3584
3604
  # },
3585
3605
  # },
3586
3606
  # name: "__string",
@@ -4075,6 +4095,8 @@ module Aws::Pinpoint
4075
4095
  # message_type: "TRANSACTIONAL", # accepts TRANSACTIONAL, PROMOTIONAL
4076
4096
  # origination_number: "__string",
4077
4097
  # sender_id: "__string",
4098
+ # entity_id: "__string",
4099
+ # template_id: "__string",
4078
4100
  # },
4079
4101
  # next_activity: "__string",
4080
4102
  # template_name: "__string",
@@ -4095,6 +4117,7 @@ module Aws::Pinpoint
4095
4117
  # daily_cap: 1,
4096
4118
  # endpoint_reentry_cap: 1,
4097
4119
  # messages_per_second: 1,
4120
+ # endpoint_reentry_interval: "__string",
4098
4121
  # },
4099
4122
  # local_time: false,
4100
4123
  # name: "__string", # required
@@ -4139,7 +4162,9 @@ module Aws::Pinpoint
4139
4162
  # segment_id: "__string", # required
4140
4163
  # },
4141
4164
  # },
4142
- # state: "DRAFT", # accepts DRAFT, ACTIVE, COMPLETED, CANCELLED, CLOSED
4165
+ # state: "DRAFT", # accepts DRAFT, ACTIVE, COMPLETED, CANCELLED, CLOSED, PAUSED
4166
+ # wait_for_quiet_time: false,
4167
+ # refresh_on_segment_update: false,
4143
4168
  # },
4144
4169
  # }
4145
4170
  #
@@ -5950,6 +5975,8 @@ module Aws::Pinpoint
5950
5975
  # substitutions: {
5951
5976
  # "__string" => ["__string"],
5952
5977
  # },
5978
+ # entity_id: "__string",
5979
+ # template_id: "__string",
5953
5980
  # },
5954
5981
  # voice_message: {
5955
5982
  # body: "__string",
@@ -10736,6 +10763,7 @@ module Aws::Pinpoint
10736
10763
  # daily_cap: 1,
10737
10764
  # endpoint_reentry_cap: 1,
10738
10765
  # messages_per_second: 1,
10766
+ # endpoint_reentry_interval: "__string",
10739
10767
  # }
10740
10768
  #
10741
10769
  # @!attribute [rw] daily_cap
@@ -10754,12 +10782,16 @@ module Aws::Pinpoint
10754
10782
  # second.
10755
10783
  # @return [Integer]
10756
10784
  #
10785
+ # @!attribute [rw] endpoint_reentry_interval
10786
+ # @return [String]
10787
+ #
10757
10788
  # @see http://docs.aws.amazon.com/goto/WebAPI/pinpoint-2016-12-01/JourneyLimits AWS API Documentation
10758
10789
  #
10759
10790
  class JourneyLimits < Struct.new(
10760
10791
  :daily_cap,
10761
10792
  :endpoint_reentry_cap,
10762
- :messages_per_second)
10793
+ :messages_per_second,
10794
+ :endpoint_reentry_interval)
10763
10795
  SENSITIVE = []
10764
10796
  include Aws::Structure
10765
10797
  end
@@ -10885,6 +10917,10 @@ module Aws::Pinpoint
10885
10917
  # status is ACTIVE, you can't add, change, or remove activities
10886
10918
  # from it.
10887
10919
  #
10920
+ # * PAUSED - The journey has been paused. Amazon Pinpoint continues to
10921
+ # perform activities that are currently in progress, until those
10922
+ # activities are complete.
10923
+ #
10888
10924
  # * COMPLETED - The journey has been published and has finished
10889
10925
  # running. All participants have entered the journey and no
10890
10926
  # participants are waiting to complete the journey or any activities
@@ -10940,6 +10976,8 @@ module Aws::Pinpoint
10940
10976
  # message_type: "TRANSACTIONAL", # accepts TRANSACTIONAL, PROMOTIONAL
10941
10977
  # origination_number: "__string",
10942
10978
  # sender_id: "__string",
10979
+ # entity_id: "__string",
10980
+ # template_id: "__string",
10943
10981
  # }
10944
10982
  #
10945
10983
  # @!attribute [rw] message_type
@@ -10968,12 +11006,24 @@ module Aws::Pinpoint
10968
11006
  # [1]: https://docs.aws.amazon.com/pinpoint/latest/userguide/channels-sms-countries.html
10969
11007
  # @return [String]
10970
11008
  #
11009
+ # @!attribute [rw] entity_id
11010
+ # The entity ID or Principal Entity (PE) id received from the
11011
+ # regulatory body for sending SMS in your country.
11012
+ # @return [String]
11013
+ #
11014
+ # @!attribute [rw] template_id
11015
+ # The template ID received from the regulatory body for sending SMS in
11016
+ # your country.
11017
+ # @return [String]
11018
+ #
10971
11019
  # @see http://docs.aws.amazon.com/goto/WebAPI/pinpoint-2016-12-01/JourneySMSMessage AWS API Documentation
10972
11020
  #
10973
11021
  class JourneySMSMessage < Struct.new(
10974
11022
  :message_type,
10975
11023
  :origination_number,
10976
- :sender_id)
11024
+ :sender_id,
11025
+ :entity_id,
11026
+ :template_id)
10977
11027
  SENSITIVE = []
10978
11028
  include Aws::Structure
10979
11029
  end
@@ -11026,12 +11076,12 @@ module Aws::Pinpoint
11026
11076
  # data as a hash:
11027
11077
  #
11028
11078
  # {
11029
- # state: "DRAFT", # accepts DRAFT, ACTIVE, COMPLETED, CANCELLED, CLOSED
11079
+ # state: "DRAFT", # accepts DRAFT, ACTIVE, COMPLETED, CANCELLED, CLOSED, PAUSED
11030
11080
  # }
11031
11081
  #
11032
11082
  # @!attribute [rw] state
11033
- # The status of the journey. Currently, the only supported value is
11034
- # CANCELLED.
11083
+ # The status of the journey. Currently, Supported values are ACTIVE,
11084
+ # PAUSED, and CANCELLED
11035
11085
  #
11036
11086
  # If you cancel a journey, Amazon Pinpoint continues to perform
11037
11087
  # activities that are currently in progress, until those activities
@@ -11044,6 +11094,14 @@ module Aws::Pinpoint
11044
11094
  # activities from the journey. In addition, Amazon Pinpoint stops
11045
11095
  # evaluating the journey and doesn't perform any activities that
11046
11096
  # haven't started.
11097
+ #
11098
+ # When the journey is paused, Amazon Pinpoint continues to perform
11099
+ # activities that are currently in progress, until those activities
11100
+ # are complete. Endpoints will stop entering journeys when the journey
11101
+ # is paused and will resume entering the journey after the journey is
11102
+ # resumed. For wait activities, wait time is paused when the journey
11103
+ # is paused. Currently, PAUSED only supports journeys with a segment
11104
+ # refresh interval.
11047
11105
  # @return [String]
11048
11106
  #
11049
11107
  # @see http://docs.aws.amazon.com/goto/WebAPI/pinpoint-2016-12-01/JourneyStateRequest AWS API Documentation
@@ -11493,6 +11551,8 @@ module Aws::Pinpoint
11493
11551
  # message_type: "TRANSACTIONAL", # accepts TRANSACTIONAL, PROMOTIONAL
11494
11552
  # origination_number: "__string",
11495
11553
  # sender_id: "__string",
11554
+ # entity_id: "__string",
11555
+ # template_id: "__string",
11496
11556
  # },
11497
11557
  # }
11498
11558
  #
@@ -11740,6 +11800,8 @@ module Aws::Pinpoint
11740
11800
  # substitutions: {
11741
11801
  # "__string" => ["__string"],
11742
11802
  # },
11803
+ # entity_id: "__string",
11804
+ # template_id: "__string",
11743
11805
  # },
11744
11806
  # voice_message: {
11745
11807
  # body: "__string",
@@ -13534,6 +13596,8 @@ module Aws::Pinpoint
13534
13596
  # substitutions: {
13535
13597
  # "__string" => ["__string"],
13536
13598
  # },
13599
+ # entity_id: "__string",
13600
+ # template_id: "__string",
13537
13601
  # }
13538
13602
  #
13539
13603
  # @!attribute [rw] body
@@ -13575,6 +13639,16 @@ module Aws::Pinpoint
13575
13639
  # the default variables with individual address variables.
13576
13640
  # @return [Hash<String,Array<String>>]
13577
13641
  #
13642
+ # @!attribute [rw] entity_id
13643
+ # The entity ID or Principal Entity (PE) id received from the
13644
+ # regulatory body for sending SMS in your country.
13645
+ # @return [String]
13646
+ #
13647
+ # @!attribute [rw] template_id
13648
+ # The template ID received from the regulatory body for sending SMS in
13649
+ # your country.
13650
+ # @return [String]
13651
+ #
13578
13652
  # @see http://docs.aws.amazon.com/goto/WebAPI/pinpoint-2016-12-01/SMSMessage AWS API Documentation
13579
13653
  #
13580
13654
  class SMSMessage < Struct.new(
@@ -13584,7 +13658,9 @@ module Aws::Pinpoint
13584
13658
  :message_type,
13585
13659
  :origination_number,
13586
13660
  :sender_id,
13587
- :substitutions)
13661
+ :substitutions,
13662
+ :entity_id,
13663
+ :template_id)
13588
13664
  SENSITIVE = []
13589
13665
  include Aws::Structure
13590
13666
  end
@@ -13600,6 +13676,8 @@ module Aws::Pinpoint
13600
13676
  # message_type: "TRANSACTIONAL", # accepts TRANSACTIONAL, PROMOTIONAL
13601
13677
  # origination_number: "__string",
13602
13678
  # sender_id: "__string",
13679
+ # entity_id: "__string",
13680
+ # template_id: "__string",
13603
13681
  # },
13604
13682
  # next_activity: "__string",
13605
13683
  # template_name: "__string",
@@ -14770,6 +14848,8 @@ module Aws::Pinpoint
14770
14848
  # substitutions: {
14771
14849
  # "__string" => ["__string"],
14772
14850
  # },
14851
+ # entity_id: "__string",
14852
+ # template_id: "__string",
14773
14853
  # },
14774
14854
  # voice_message: {
14775
14855
  # body: "__string",
@@ -14987,6 +15067,8 @@ module Aws::Pinpoint
14987
15067
  # substitutions: {
14988
15068
  # "__string" => ["__string"],
14989
15069
  # },
15070
+ # entity_id: "__string",
15071
+ # template_id: "__string",
14990
15072
  # },
14991
15073
  # voice_message: {
14992
15074
  # body: "__string",
@@ -15260,6 +15342,8 @@ module Aws::Pinpoint
15260
15342
  # substitutions: {
15261
15343
  # "__string" => ["__string"],
15262
15344
  # },
15345
+ # entity_id: "__string",
15346
+ # template_id: "__string",
15263
15347
  # },
15264
15348
  # voice_message: {
15265
15349
  # body: "__string",
@@ -16589,6 +16673,8 @@ module Aws::Pinpoint
16589
16673
  # message_type: "TRANSACTIONAL", # accepts TRANSACTIONAL, PROMOTIONAL
16590
16674
  # origination_number: "__string",
16591
16675
  # sender_id: "__string",
16676
+ # entity_id: "__string",
16677
+ # template_id: "__string",
16592
16678
  # },
16593
16679
  # },
16594
16680
  # schedule: {
@@ -16749,6 +16835,8 @@ module Aws::Pinpoint
16749
16835
  # message_type: "TRANSACTIONAL", # accepts TRANSACTIONAL, PROMOTIONAL
16750
16836
  # origination_number: "__string",
16751
16837
  # sender_id: "__string",
16838
+ # entity_id: "__string",
16839
+ # template_id: "__string",
16752
16840
  # },
16753
16841
  # },
16754
16842
  # name: "__string",
@@ -17408,6 +17496,8 @@ module Aws::Pinpoint
17408
17496
  # message_type: "TRANSACTIONAL", # accepts TRANSACTIONAL, PROMOTIONAL
17409
17497
  # origination_number: "__string",
17410
17498
  # sender_id: "__string",
17499
+ # entity_id: "__string",
17500
+ # template_id: "__string",
17411
17501
  # },
17412
17502
  # next_activity: "__string",
17413
17503
  # template_name: "__string",
@@ -17428,6 +17518,7 @@ module Aws::Pinpoint
17428
17518
  # daily_cap: 1,
17429
17519
  # endpoint_reentry_cap: 1,
17430
17520
  # messages_per_second: 1,
17521
+ # endpoint_reentry_interval: "__string",
17431
17522
  # },
17432
17523
  # local_time: false,
17433
17524
  # name: "__string", # required
@@ -17472,7 +17563,9 @@ module Aws::Pinpoint
17472
17563
  # segment_id: "__string", # required
17473
17564
  # },
17474
17565
  # },
17475
- # state: "DRAFT", # accepts DRAFT, ACTIVE, COMPLETED, CANCELLED, CLOSED
17566
+ # state: "DRAFT", # accepts DRAFT, ACTIVE, COMPLETED, CANCELLED, CLOSED, PAUSED
17567
+ # wait_for_quiet_time: false,
17568
+ # refresh_on_segment_update: false,
17476
17569
  # },
17477
17570
  # }
17478
17571
  #
@@ -17516,7 +17609,7 @@ module Aws::Pinpoint
17516
17609
  # application_id: "__string", # required
17517
17610
  # journey_id: "__string", # required
17518
17611
  # journey_state_request: { # required
17519
- # state: "DRAFT", # accepts DRAFT, ACTIVE, COMPLETED, CANCELLED, CLOSED
17612
+ # state: "DRAFT", # accepts DRAFT, ACTIVE, COMPLETED, CANCELLED, CLOSED, PAUSED
17520
17613
  # },
17521
17614
  # }
17522
17615
  #
@@ -18869,6 +18962,8 @@ module Aws::Pinpoint
18869
18962
  # message_type: "TRANSACTIONAL", # accepts TRANSACTIONAL, PROMOTIONAL
18870
18963
  # origination_number: "__string",
18871
18964
  # sender_id: "__string",
18965
+ # entity_id: "__string",
18966
+ # template_id: "__string",
18872
18967
  # },
18873
18968
  # },
18874
18969
  # schedule: {
@@ -19029,6 +19124,8 @@ module Aws::Pinpoint
19029
19124
  # message_type: "TRANSACTIONAL", # accepts TRANSACTIONAL, PROMOTIONAL
19030
19125
  # origination_number: "__string",
19031
19126
  # sender_id: "__string",
19127
+ # entity_id: "__string",
19128
+ # template_id: "__string",
19032
19129
  # },
19033
19130
  # },
19034
19131
  # name: "__string",
@@ -19489,6 +19586,8 @@ module Aws::Pinpoint
19489
19586
  # message_type: "TRANSACTIONAL", # accepts TRANSACTIONAL, PROMOTIONAL
19490
19587
  # origination_number: "__string",
19491
19588
  # sender_id: "__string",
19589
+ # entity_id: "__string",
19590
+ # template_id: "__string",
19492
19591
  # },
19493
19592
  # next_activity: "__string",
19494
19593
  # template_name: "__string",
@@ -19509,6 +19608,7 @@ module Aws::Pinpoint
19509
19608
  # daily_cap: 1,
19510
19609
  # endpoint_reentry_cap: 1,
19511
19610
  # messages_per_second: 1,
19611
+ # endpoint_reentry_interval: "__string",
19512
19612
  # },
19513
19613
  # local_time: false,
19514
19614
  # name: "__string", # required
@@ -19553,7 +19653,9 @@ module Aws::Pinpoint
19553
19653
  # segment_id: "__string", # required
19554
19654
  # },
19555
19655
  # },
19556
- # state: "DRAFT", # accepts DRAFT, ACTIVE, COMPLETED, CANCELLED, CLOSED
19656
+ # state: "DRAFT", # accepts DRAFT, ACTIVE, COMPLETED, CANCELLED, CLOSED, PAUSED
19657
+ # wait_for_quiet_time: false,
19658
+ # refresh_on_segment_update: false,
19557
19659
  # }
19558
19660
  #
19559
19661
  # @!attribute [rw] activities
@@ -19640,13 +19742,20 @@ module Aws::Pinpoint
19640
19742
  # the scheduled start time. If a journey's status is ACTIVE, you
19641
19743
  # can't add, change, or remove activities from it.
19642
19744
  #
19643
- # The CANCELLED, COMPLETED, and CLOSED values are not supported in
19644
- # requests to create or update a journey. To cancel a journey, use the
19645
- # <link linkend="apps-application-id-journeys-journey-id-state" />
19745
+ # PAUSED, CANCELLED, COMPLETED, and CLOSED states are not supported in
19746
+ # requests to create or update a journey. To cancel, pause, or resume
19747
+ # a journey, use the <link
19748
+ # linkend="apps-application-id-journeys-journey-id-state" />
19646
19749
  #
19647
19750
  # Journey State</link> resource.
19648
19751
  # @return [String]
19649
19752
  #
19753
+ # @!attribute [rw] wait_for_quiet_time
19754
+ # @return [Boolean]
19755
+ #
19756
+ # @!attribute [rw] refresh_on_segment_update
19757
+ # @return [Boolean]
19758
+ #
19650
19759
  # @see http://docs.aws.amazon.com/goto/WebAPI/pinpoint-2016-12-01/WriteJourneyRequest AWS API Documentation
19651
19760
  #
19652
19761
  class WriteJourneyRequest < Struct.new(
@@ -19661,7 +19770,9 @@ module Aws::Pinpoint
19661
19770
  :schedule,
19662
19771
  :start_activity,
19663
19772
  :start_condition,
19664
- :state)
19773
+ :state,
19774
+ :wait_for_quiet_time,
19775
+ :refresh_on_segment_update)
19665
19776
  SENSITIVE = []
19666
19777
  include Aws::Structure
19667
19778
  end
@@ -19955,6 +20066,8 @@ module Aws::Pinpoint
19955
20066
  # message_type: "TRANSACTIONAL", # accepts TRANSACTIONAL, PROMOTIONAL
19956
20067
  # origination_number: "__string",
19957
20068
  # sender_id: "__string",
20069
+ # entity_id: "__string",
20070
+ # template_id: "__string",
19958
20071
  # },
19959
20072
  # },
19960
20073
  # schedule: {
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.50.0
4
+ version: 1.54.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: 2021-02-15 00:00:00.000000000 Z
11
+ date: 2021-07-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.112.0
22
+ version: 3.118.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.112.0
32
+ version: 3.118.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -47,11 +47,14 @@ dependencies:
47
47
  description: Official AWS Ruby gem for Amazon Pinpoint. This gem is part of the AWS
48
48
  SDK for Ruby.
49
49
  email:
50
- - trevrowe@amazon.com
50
+ - aws-dr-rubygems@amazon.com
51
51
  executables: []
52
52
  extensions: []
53
53
  extra_rdoc_files: []
54
54
  files:
55
+ - CHANGELOG.md
56
+ - LICENSE.txt
57
+ - VERSION
55
58
  - lib/aws-sdk-pinpoint.rb
56
59
  - lib/aws-sdk-pinpoint/client.rb
57
60
  - lib/aws-sdk-pinpoint/client_api.rb
@@ -63,8 +66,8 @@ homepage: https://github.com/aws/aws-sdk-ruby
63
66
  licenses:
64
67
  - Apache-2.0
65
68
  metadata:
66
- source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-pinpoint
67
- changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-pinpoint/CHANGELOG.md
69
+ source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-pinpoint
70
+ changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-pinpoint/CHANGELOG.md
68
71
  post_install_message:
69
72
  rdoc_options: []
70
73
  require_paths:
@@ -80,8 +83,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
80
83
  - !ruby/object:Gem::Version
81
84
  version: '0'
82
85
  requirements: []
83
- rubyforge_project:
84
- rubygems_version: 2.7.6.2
86
+ rubygems_version: 3.1.6
85
87
  signing_key:
86
88
  specification_version: 4
87
89
  summary: AWS SDK for Ruby - Amazon Pinpoint