aws-sdk-pinpoint 1.52.0 → 1.53.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: fe090952fb43f845eb10d116c1cb9d07f81d0175d23a2faa905f6f5d43364084
4
- data.tar.gz: 5492f4f241244d9ab43c2c4d15ddf1e298d414af15b7cfe02e00c8e119dd0224
3
+ metadata.gz: b5a21d96a309ee5934f6096dacd14f5efbd4fbc1baf4683a5a497ea402ce6961
4
+ data.tar.gz: 7764be8d9b8be39256a0d15df61a28209e732725fddd57a7c96e9c73b1c0413c
5
5
  SHA512:
6
- metadata.gz: 155e9f799004ad97a474011b8508311d46a69c6a928b93f75c948a375f79ae54e54be601fbb272eaf6669837bcddba5726f289909381bfd9b1da627123b0da33
7
- data.tar.gz: 4697b1d7c27420e1449c6b9bc7a9401123f07ccac90e5c96c0f9267b5c12759e93cef11f97707e29d1a4d4ce6c0fd29ee7accd6b7c4e11cb8e90eeeaf168776c
6
+ metadata.gz: 43a9ac84f10dd111b98690d0b46588fb47284c9fe6ea4f6bc6912a206edebdba2345a75a0cd33715ce2d469d4d1b654c517793c4947ebdd488c6bcfaceee1e92
7
+ data.tar.gz: b08819b9af8b7270c42f181edaf64c60f9e2fe59fdda6d637e1b12fe61e16fbb31f0cf60adfaec3e8225b87ddaa898acfd7b455acee996fbd690ccf532cbfa8d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.53.0 (2021-03-30)
5
+ ------------------
6
+
7
+ * Feature - Added support for journey pause/resume, journey updatable import segment and journey quiet time wait.
8
+
4
9
  1.52.0 (2021-03-10)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.52.0
1
+ 1.53.0
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-pinpoint/customizations'
48
48
  # @!group service
49
49
  module Aws::Pinpoint
50
50
 
51
- GEM_VERSION = '1.52.0'
51
+ GEM_VERSION = '1.53.0'
52
52
 
53
53
  end
@@ -1393,6 +1393,7 @@ module Aws::Pinpoint
1393
1393
  # daily_cap: 1,
1394
1394
  # endpoint_reentry_cap: 1,
1395
1395
  # messages_per_second: 1,
1396
+ # endpoint_reentry_interval: "__string",
1396
1397
  # },
1397
1398
  # local_time: false,
1398
1399
  # name: "__string", # required
@@ -1437,7 +1438,9 @@ module Aws::Pinpoint
1437
1438
  # segment_id: "__string", # required
1438
1439
  # },
1439
1440
  # },
1440
- # state: "DRAFT", # accepts DRAFT, ACTIVE, COMPLETED, CANCELLED, CLOSED
1441
+ # state: "DRAFT", # accepts DRAFT, ACTIVE, COMPLETED, CANCELLED, CLOSED, PAUSED
1442
+ # wait_for_quiet_time: false,
1443
+ # refresh_on_segment_update: false,
1441
1444
  # },
1442
1445
  # })
1443
1446
  #
@@ -1592,6 +1595,7 @@ module Aws::Pinpoint
1592
1595
  # resp.journey_response.limits.daily_cap #=> Integer
1593
1596
  # resp.journey_response.limits.endpoint_reentry_cap #=> Integer
1594
1597
  # resp.journey_response.limits.messages_per_second #=> Integer
1598
+ # resp.journey_response.limits.endpoint_reentry_interval #=> String
1595
1599
  # resp.journey_response.local_time #=> Boolean
1596
1600
  # resp.journey_response.name #=> String
1597
1601
  # resp.journey_response.quiet_time.end #=> String
@@ -1615,7 +1619,7 @@ module Aws::Pinpoint
1615
1619
  # resp.journey_response.start_condition.event_start_condition.event_filter.filter_type #=> String, one of "SYSTEM", "ENDPOINT"
1616
1620
  # resp.journey_response.start_condition.event_start_condition.segment_id #=> String
1617
1621
  # resp.journey_response.start_condition.segment_start_condition.segment_id #=> String
1618
- # resp.journey_response.state #=> String, one of "DRAFT", "ACTIVE", "COMPLETED", "CANCELLED", "CLOSED"
1622
+ # resp.journey_response.state #=> String, one of "DRAFT", "ACTIVE", "COMPLETED", "CANCELLED", "CLOSED", "PAUSED"
1619
1623
  # resp.journey_response.tags #=> Hash
1620
1624
  # resp.journey_response.tags["__string"] #=> String
1621
1625
  #
@@ -3040,6 +3044,7 @@ module Aws::Pinpoint
3040
3044
  # resp.journey_response.limits.daily_cap #=> Integer
3041
3045
  # resp.journey_response.limits.endpoint_reentry_cap #=> Integer
3042
3046
  # resp.journey_response.limits.messages_per_second #=> Integer
3047
+ # resp.journey_response.limits.endpoint_reentry_interval #=> String
3043
3048
  # resp.journey_response.local_time #=> Boolean
3044
3049
  # resp.journey_response.name #=> String
3045
3050
  # resp.journey_response.quiet_time.end #=> String
@@ -3063,7 +3068,7 @@ module Aws::Pinpoint
3063
3068
  # resp.journey_response.start_condition.event_start_condition.event_filter.filter_type #=> String, one of "SYSTEM", "ENDPOINT"
3064
3069
  # resp.journey_response.start_condition.event_start_condition.segment_id #=> String
3065
3070
  # resp.journey_response.start_condition.segment_start_condition.segment_id #=> String
3066
- # resp.journey_response.state #=> String, one of "DRAFT", "ACTIVE", "COMPLETED", "CANCELLED", "CLOSED"
3071
+ # resp.journey_response.state #=> String, one of "DRAFT", "ACTIVE", "COMPLETED", "CANCELLED", "CLOSED", "PAUSED"
3067
3072
  # resp.journey_response.tags #=> Hash
3068
3073
  # resp.journey_response.tags["__string"] #=> String
3069
3074
  #
@@ -5675,6 +5680,7 @@ module Aws::Pinpoint
5675
5680
  # resp.journey_response.limits.daily_cap #=> Integer
5676
5681
  # resp.journey_response.limits.endpoint_reentry_cap #=> Integer
5677
5682
  # resp.journey_response.limits.messages_per_second #=> Integer
5683
+ # resp.journey_response.limits.endpoint_reentry_interval #=> String
5678
5684
  # resp.journey_response.local_time #=> Boolean
5679
5685
  # resp.journey_response.name #=> String
5680
5686
  # resp.journey_response.quiet_time.end #=> String
@@ -5698,7 +5704,7 @@ module Aws::Pinpoint
5698
5704
  # resp.journey_response.start_condition.event_start_condition.event_filter.filter_type #=> String, one of "SYSTEM", "ENDPOINT"
5699
5705
  # resp.journey_response.start_condition.event_start_condition.segment_id #=> String
5700
5706
  # resp.journey_response.start_condition.segment_start_condition.segment_id #=> String
5701
- # resp.journey_response.state #=> String, one of "DRAFT", "ACTIVE", "COMPLETED", "CANCELLED", "CLOSED"
5707
+ # resp.journey_response.state #=> String, one of "DRAFT", "ACTIVE", "COMPLETED", "CANCELLED", "CLOSED", "PAUSED"
5702
5708
  # resp.journey_response.tags #=> Hash
5703
5709
  # resp.journey_response.tags["__string"] #=> String
5704
5710
  #
@@ -7072,6 +7078,7 @@ module Aws::Pinpoint
7072
7078
  # resp.journeys_response.item[0].limits.daily_cap #=> Integer
7073
7079
  # resp.journeys_response.item[0].limits.endpoint_reentry_cap #=> Integer
7074
7080
  # resp.journeys_response.item[0].limits.messages_per_second #=> Integer
7081
+ # resp.journeys_response.item[0].limits.endpoint_reentry_interval #=> String
7075
7082
  # resp.journeys_response.item[0].local_time #=> Boolean
7076
7083
  # resp.journeys_response.item[0].name #=> String
7077
7084
  # resp.journeys_response.item[0].quiet_time.end #=> String
@@ -7095,7 +7102,7 @@ module Aws::Pinpoint
7095
7102
  # resp.journeys_response.item[0].start_condition.event_start_condition.event_filter.filter_type #=> String, one of "SYSTEM", "ENDPOINT"
7096
7103
  # resp.journeys_response.item[0].start_condition.event_start_condition.segment_id #=> String
7097
7104
  # resp.journeys_response.item[0].start_condition.segment_start_condition.segment_id #=> String
7098
- # resp.journeys_response.item[0].state #=> String, one of "DRAFT", "ACTIVE", "COMPLETED", "CANCELLED", "CLOSED"
7105
+ # resp.journeys_response.item[0].state #=> String, one of "DRAFT", "ACTIVE", "COMPLETED", "CANCELLED", "CLOSED", "PAUSED"
7099
7106
  # resp.journeys_response.item[0].tags #=> Hash
7100
7107
  # resp.journeys_response.item[0].tags["__string"] #=> String
7101
7108
  # resp.journeys_response.next_token #=> String
@@ -9553,6 +9560,7 @@ module Aws::Pinpoint
9553
9560
  # daily_cap: 1,
9554
9561
  # endpoint_reentry_cap: 1,
9555
9562
  # messages_per_second: 1,
9563
+ # endpoint_reentry_interval: "__string",
9556
9564
  # },
9557
9565
  # local_time: false,
9558
9566
  # name: "__string", # required
@@ -9597,7 +9605,9 @@ module Aws::Pinpoint
9597
9605
  # segment_id: "__string", # required
9598
9606
  # },
9599
9607
  # },
9600
- # state: "DRAFT", # accepts DRAFT, ACTIVE, COMPLETED, CANCELLED, CLOSED
9608
+ # state: "DRAFT", # accepts DRAFT, ACTIVE, COMPLETED, CANCELLED, CLOSED, PAUSED
9609
+ # wait_for_quiet_time: false,
9610
+ # refresh_on_segment_update: false,
9601
9611
  # },
9602
9612
  # })
9603
9613
  #
@@ -9752,6 +9762,7 @@ module Aws::Pinpoint
9752
9762
  # resp.journey_response.limits.daily_cap #=> Integer
9753
9763
  # resp.journey_response.limits.endpoint_reentry_cap #=> Integer
9754
9764
  # resp.journey_response.limits.messages_per_second #=> Integer
9765
+ # resp.journey_response.limits.endpoint_reentry_interval #=> String
9755
9766
  # resp.journey_response.local_time #=> Boolean
9756
9767
  # resp.journey_response.name #=> String
9757
9768
  # resp.journey_response.quiet_time.end #=> String
@@ -9775,7 +9786,7 @@ module Aws::Pinpoint
9775
9786
  # resp.journey_response.start_condition.event_start_condition.event_filter.filter_type #=> String, one of "SYSTEM", "ENDPOINT"
9776
9787
  # resp.journey_response.start_condition.event_start_condition.segment_id #=> String
9777
9788
  # resp.journey_response.start_condition.segment_start_condition.segment_id #=> String
9778
- # resp.journey_response.state #=> String, one of "DRAFT", "ACTIVE", "COMPLETED", "CANCELLED", "CLOSED"
9789
+ # resp.journey_response.state #=> String, one of "DRAFT", "ACTIVE", "COMPLETED", "CANCELLED", "CLOSED", "PAUSED"
9779
9790
  # resp.journey_response.tags #=> Hash
9780
9791
  # resp.journey_response.tags["__string"] #=> String
9781
9792
  #
@@ -9788,7 +9799,7 @@ module Aws::Pinpoint
9788
9799
  req.send_request(options)
9789
9800
  end
9790
9801
 
9791
- # Cancels (stops) an active journey.
9802
+ # Pause, resume or cancels (stops) a journey.
9792
9803
  #
9793
9804
  # @option params [required, String] :application_id
9794
9805
  #
@@ -9807,7 +9818,7 @@ module Aws::Pinpoint
9807
9818
  # application_id: "__string", # required
9808
9819
  # journey_id: "__string", # required
9809
9820
  # journey_state_request: { # required
9810
- # state: "DRAFT", # accepts DRAFT, ACTIVE, COMPLETED, CANCELLED, CLOSED
9821
+ # state: "DRAFT", # accepts DRAFT, ACTIVE, COMPLETED, CANCELLED, CLOSED, PAUSED
9811
9822
  # },
9812
9823
  # })
9813
9824
  #
@@ -9962,6 +9973,7 @@ module Aws::Pinpoint
9962
9973
  # resp.journey_response.limits.daily_cap #=> Integer
9963
9974
  # resp.journey_response.limits.endpoint_reentry_cap #=> Integer
9964
9975
  # resp.journey_response.limits.messages_per_second #=> Integer
9976
+ # resp.journey_response.limits.endpoint_reentry_interval #=> String
9965
9977
  # resp.journey_response.local_time #=> Boolean
9966
9978
  # resp.journey_response.name #=> String
9967
9979
  # resp.journey_response.quiet_time.end #=> String
@@ -9985,7 +9997,7 @@ module Aws::Pinpoint
9985
9997
  # resp.journey_response.start_condition.event_start_condition.event_filter.filter_type #=> String, one of "SYSTEM", "ENDPOINT"
9986
9998
  # resp.journey_response.start_condition.event_start_condition.segment_id #=> String
9987
9999
  # resp.journey_response.start_condition.segment_start_condition.segment_id #=> String
9988
- # resp.journey_response.state #=> String, one of "DRAFT", "ACTIVE", "COMPLETED", "CANCELLED", "CLOSED"
10000
+ # resp.journey_response.state #=> String, one of "DRAFT", "ACTIVE", "COMPLETED", "CANCELLED", "CLOSED", "PAUSED"
9989
10001
  # resp.journey_response.tags #=> Hash
9990
10002
  # resp.journey_response.tags["__string"] #=> String
9991
10003
  #
@@ -10681,7 +10693,7 @@ module Aws::Pinpoint
10681
10693
  params: params,
10682
10694
  config: config)
10683
10695
  context[:gem_name] = 'aws-sdk-pinpoint'
10684
- context[:gem_version] = '1.52.0'
10696
+ context[:gem_version] = '1.53.0'
10685
10697
  Seahorse::Client::Request.new(handlers, context)
10686
10698
  end
10687
10699
 
@@ -2031,6 +2031,7 @@ module Aws::Pinpoint
2031
2031
  JourneyLimits.add_member(:daily_cap, Shapes::ShapeRef.new(shape: __integer, location_name: "DailyCap"))
2032
2032
  JourneyLimits.add_member(:endpoint_reentry_cap, Shapes::ShapeRef.new(shape: __integer, location_name: "EndpointReentryCap"))
2033
2033
  JourneyLimits.add_member(:messages_per_second, Shapes::ShapeRef.new(shape: __integer, location_name: "MessagesPerSecond"))
2034
+ JourneyLimits.add_member(:endpoint_reentry_interval, Shapes::ShapeRef.new(shape: __string, location_name: "EndpointReentryInterval"))
2034
2035
  JourneyLimits.struct_class = Types::JourneyLimits
2035
2036
 
2036
2037
  JourneyPushMessage.add_member(:time_to_live, Shapes::ShapeRef.new(shape: __string, location_name: "TimeToLive"))
@@ -3081,6 +3082,8 @@ module Aws::Pinpoint
3081
3082
  WriteJourneyRequest.add_member(:start_activity, Shapes::ShapeRef.new(shape: __string, location_name: "StartActivity"))
3082
3083
  WriteJourneyRequest.add_member(:start_condition, Shapes::ShapeRef.new(shape: StartCondition, location_name: "StartCondition"))
3083
3084
  WriteJourneyRequest.add_member(:state, Shapes::ShapeRef.new(shape: State, location_name: "State"))
3085
+ WriteJourneyRequest.add_member(:wait_for_quiet_time, Shapes::ShapeRef.new(shape: __boolean, location_name: "WaitForQuietTime"))
3086
+ WriteJourneyRequest.add_member(:refresh_on_segment_update, Shapes::ShapeRef.new(shape: __boolean, location_name: "RefreshOnSegmentUpdate"))
3084
3087
  WriteJourneyRequest.struct_class = Types::WriteJourneyRequest
3085
3088
 
3086
3089
  WriteSegmentRequest.add_member(:dimensions, Shapes::ShapeRef.new(shape: SegmentDimensions, location_name: "Dimensions"))
@@ -4117,6 +4117,7 @@ module Aws::Pinpoint
4117
4117
  # daily_cap: 1,
4118
4118
  # endpoint_reentry_cap: 1,
4119
4119
  # messages_per_second: 1,
4120
+ # endpoint_reentry_interval: "__string",
4120
4121
  # },
4121
4122
  # local_time: false,
4122
4123
  # name: "__string", # required
@@ -4161,7 +4162,9 @@ module Aws::Pinpoint
4161
4162
  # segment_id: "__string", # required
4162
4163
  # },
4163
4164
  # },
4164
- # 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,
4165
4168
  # },
4166
4169
  # }
4167
4170
  #
@@ -10760,6 +10763,7 @@ module Aws::Pinpoint
10760
10763
  # daily_cap: 1,
10761
10764
  # endpoint_reentry_cap: 1,
10762
10765
  # messages_per_second: 1,
10766
+ # endpoint_reentry_interval: "__string",
10763
10767
  # }
10764
10768
  #
10765
10769
  # @!attribute [rw] daily_cap
@@ -10778,12 +10782,16 @@ module Aws::Pinpoint
10778
10782
  # second.
10779
10783
  # @return [Integer]
10780
10784
  #
10785
+ # @!attribute [rw] endpoint_reentry_interval
10786
+ # @return [String]
10787
+ #
10781
10788
  # @see http://docs.aws.amazon.com/goto/WebAPI/pinpoint-2016-12-01/JourneyLimits AWS API Documentation
10782
10789
  #
10783
10790
  class JourneyLimits < Struct.new(
10784
10791
  :daily_cap,
10785
10792
  :endpoint_reentry_cap,
10786
- :messages_per_second)
10793
+ :messages_per_second,
10794
+ :endpoint_reentry_interval)
10787
10795
  SENSITIVE = []
10788
10796
  include Aws::Structure
10789
10797
  end
@@ -10909,6 +10917,10 @@ module Aws::Pinpoint
10909
10917
  # status is ACTIVE, you can't add, change, or remove activities
10910
10918
  # from it.
10911
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
+ #
10912
10924
  # * COMPLETED - The journey has been published and has finished
10913
10925
  # running. All participants have entered the journey and no
10914
10926
  # participants are waiting to complete the journey or any activities
@@ -11064,12 +11076,12 @@ module Aws::Pinpoint
11064
11076
  # data as a hash:
11065
11077
  #
11066
11078
  # {
11067
- # state: "DRAFT", # accepts DRAFT, ACTIVE, COMPLETED, CANCELLED, CLOSED
11079
+ # state: "DRAFT", # accepts DRAFT, ACTIVE, COMPLETED, CANCELLED, CLOSED, PAUSED
11068
11080
  # }
11069
11081
  #
11070
11082
  # @!attribute [rw] state
11071
- # The status of the journey. Currently, the only supported value is
11072
- # CANCELLED.
11083
+ # The status of the journey. Currently, Supported values are ACTIVE,
11084
+ # PAUSED, and CANCELLED
11073
11085
  #
11074
11086
  # If you cancel a journey, Amazon Pinpoint continues to perform
11075
11087
  # activities that are currently in progress, until those activities
@@ -11082,6 +11094,14 @@ module Aws::Pinpoint
11082
11094
  # activities from the journey. In addition, Amazon Pinpoint stops
11083
11095
  # evaluating the journey and doesn't perform any activities that
11084
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.
11085
11105
  # @return [String]
11086
11106
  #
11087
11107
  # @see http://docs.aws.amazon.com/goto/WebAPI/pinpoint-2016-12-01/JourneyStateRequest AWS API Documentation
@@ -17498,6 +17518,7 @@ module Aws::Pinpoint
17498
17518
  # daily_cap: 1,
17499
17519
  # endpoint_reentry_cap: 1,
17500
17520
  # messages_per_second: 1,
17521
+ # endpoint_reentry_interval: "__string",
17501
17522
  # },
17502
17523
  # local_time: false,
17503
17524
  # name: "__string", # required
@@ -17542,7 +17563,9 @@ module Aws::Pinpoint
17542
17563
  # segment_id: "__string", # required
17543
17564
  # },
17544
17565
  # },
17545
- # 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,
17546
17569
  # },
17547
17570
  # }
17548
17571
  #
@@ -17586,7 +17609,7 @@ module Aws::Pinpoint
17586
17609
  # application_id: "__string", # required
17587
17610
  # journey_id: "__string", # required
17588
17611
  # journey_state_request: { # required
17589
- # state: "DRAFT", # accepts DRAFT, ACTIVE, COMPLETED, CANCELLED, CLOSED
17612
+ # state: "DRAFT", # accepts DRAFT, ACTIVE, COMPLETED, CANCELLED, CLOSED, PAUSED
17590
17613
  # },
17591
17614
  # }
17592
17615
  #
@@ -19585,6 +19608,7 @@ module Aws::Pinpoint
19585
19608
  # daily_cap: 1,
19586
19609
  # endpoint_reentry_cap: 1,
19587
19610
  # messages_per_second: 1,
19611
+ # endpoint_reentry_interval: "__string",
19588
19612
  # },
19589
19613
  # local_time: false,
19590
19614
  # name: "__string", # required
@@ -19629,7 +19653,9 @@ module Aws::Pinpoint
19629
19653
  # segment_id: "__string", # required
19630
19654
  # },
19631
19655
  # },
19632
- # 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,
19633
19659
  # }
19634
19660
  #
19635
19661
  # @!attribute [rw] activities
@@ -19716,13 +19742,20 @@ module Aws::Pinpoint
19716
19742
  # the scheduled start time. If a journey's status is ACTIVE, you
19717
19743
  # can't add, change, or remove activities from it.
19718
19744
  #
19719
- # The CANCELLED, COMPLETED, and CLOSED values are not supported in
19720
- # requests to create or update a journey. To cancel a journey, use the
19721
- # <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" />
19722
19749
  #
19723
19750
  # Journey State</link> resource.
19724
19751
  # @return [String]
19725
19752
  #
19753
+ # @!attribute [rw] wait_for_quiet_time
19754
+ # @return [Boolean]
19755
+ #
19756
+ # @!attribute [rw] refresh_on_segment_update
19757
+ # @return [Boolean]
19758
+ #
19726
19759
  # @see http://docs.aws.amazon.com/goto/WebAPI/pinpoint-2016-12-01/WriteJourneyRequest AWS API Documentation
19727
19760
  #
19728
19761
  class WriteJourneyRequest < Struct.new(
@@ -19737,7 +19770,9 @@ module Aws::Pinpoint
19737
19770
  :schedule,
19738
19771
  :start_activity,
19739
19772
  :start_condition,
19740
- :state)
19773
+ :state,
19774
+ :wait_for_quiet_time,
19775
+ :refresh_on_segment_update)
19741
19776
  SENSITIVE = []
19742
19777
  include Aws::Structure
19743
19778
  end
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.52.0
4
+ version: 1.53.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-03-10 00:00:00.000000000 Z
11
+ date: 2021-03-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -66,8 +66,8 @@ homepage: https://github.com/aws/aws-sdk-ruby
66
66
  licenses:
67
67
  - Apache-2.0
68
68
  metadata:
69
- source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-pinpoint
70
- 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
71
71
  post_install_message:
72
72
  rdoc_options: []
73
73
  require_paths: