aws-sdk-pinpoint 1.5.0 → 1.6.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: 762cfb26745952ae45f8de8b00ab81b45c85fcbf
4
- data.tar.gz: 65ac3e673962c513ce14524a99d222dd7e5e2792
3
+ metadata.gz: 15afd99bca302c7968d6194167597749edf3f9e7
4
+ data.tar.gz: fc2de55398b73934984347ed0a842f54a6f0a2b8
5
5
  SHA512:
6
- metadata.gz: f68da2f5039a13d88f099dcf0267f1368379eca0abf361a6c97c41229528eff5a01dd4da1390825bd553f62f735fe088f36ec72dc94c92a7796087daf588b4c9
7
- data.tar.gz: 4e4c3524de452fcd1e6134f968266cec057b12f21a7cd277101aa557a8e7f8e023276da97d0008f98d8649bda16bc43b0ed3163044f315c96231631954b0f5bd
6
+ metadata.gz: 390d92a82b0bee8d2f998d35032c8b47d4ff30fb6393f5229b0f9846392c8f89be68c7f3ef142315b7be40e49c1cc6c764069a55aa7a9e87c471911ba76e065f
7
+ data.tar.gz: 0f549485a25ca5a9c193bf46d34948e0f83ca1e8585c496367db2a1159db7e8e0bc7ab7458eb656fa6aeecbd3397f8d1606744c2b7b8e76ece04b61ce216e00a
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-pinpoint/customizations'
42
42
  # @service
43
43
  module Aws::Pinpoint
44
44
 
45
- GEM_VERSION = '1.5.0'
45
+ GEM_VERSION = '1.6.0'
46
46
 
47
47
  end
@@ -216,6 +216,7 @@ module Aws::Pinpoint
216
216
  # media_url: "__string",
217
217
  # raw_content: "__string",
218
218
  # silent_push: false,
219
+ # time_to_live: 1,
219
220
  # title: "__string",
220
221
  # url: "__string",
221
222
  # },
@@ -229,6 +230,7 @@ module Aws::Pinpoint
229
230
  # media_url: "__string",
230
231
  # raw_content: "__string",
231
232
  # silent_push: false,
233
+ # time_to_live: 1,
232
234
  # title: "__string",
233
235
  # url: "__string",
234
236
  # },
@@ -242,6 +244,7 @@ module Aws::Pinpoint
242
244
  # media_url: "__string",
243
245
  # raw_content: "__string",
244
246
  # silent_push: false,
247
+ # time_to_live: 1,
245
248
  # title: "__string",
246
249
  # url: "__string",
247
250
  # },
@@ -255,6 +258,7 @@ module Aws::Pinpoint
255
258
  # media_url: "__string",
256
259
  # raw_content: "__string",
257
260
  # silent_push: false,
261
+ # time_to_live: 1,
258
262
  # title: "__string",
259
263
  # url: "__string",
260
264
  # },
@@ -274,6 +278,7 @@ module Aws::Pinpoint
274
278
  # media_url: "__string",
275
279
  # raw_content: "__string",
276
280
  # silent_push: false,
281
+ # time_to_live: 1,
277
282
  # title: "__string",
278
283
  # url: "__string",
279
284
  # },
@@ -324,6 +329,7 @@ module Aws::Pinpoint
324
329
  # media_url: "__string",
325
330
  # raw_content: "__string",
326
331
  # silent_push: false,
332
+ # time_to_live: 1,
327
333
  # title: "__string",
328
334
  # url: "__string",
329
335
  # },
@@ -337,6 +343,7 @@ module Aws::Pinpoint
337
343
  # media_url: "__string",
338
344
  # raw_content: "__string",
339
345
  # silent_push: false,
346
+ # time_to_live: 1,
340
347
  # title: "__string",
341
348
  # url: "__string",
342
349
  # },
@@ -350,6 +357,7 @@ module Aws::Pinpoint
350
357
  # media_url: "__string",
351
358
  # raw_content: "__string",
352
359
  # silent_push: false,
360
+ # time_to_live: 1,
353
361
  # title: "__string",
354
362
  # url: "__string",
355
363
  # },
@@ -363,6 +371,7 @@ module Aws::Pinpoint
363
371
  # media_url: "__string",
364
372
  # raw_content: "__string",
365
373
  # silent_push: false,
374
+ # time_to_live: 1,
366
375
  # title: "__string",
367
376
  # url: "__string",
368
377
  # },
@@ -382,6 +391,7 @@ module Aws::Pinpoint
382
391
  # media_url: "__string",
383
392
  # raw_content: "__string",
384
393
  # silent_push: false,
394
+ # time_to_live: 1,
385
395
  # title: "__string",
386
396
  # url: "__string",
387
397
  # },
@@ -423,6 +433,7 @@ module Aws::Pinpoint
423
433
  # resp.campaign_response.additional_treatments[0].message_configuration.adm_message.media_url #=> String
424
434
  # resp.campaign_response.additional_treatments[0].message_configuration.adm_message.raw_content #=> String
425
435
  # resp.campaign_response.additional_treatments[0].message_configuration.adm_message.silent_push #=> Boolean
436
+ # resp.campaign_response.additional_treatments[0].message_configuration.adm_message.time_to_live #=> Integer
426
437
  # resp.campaign_response.additional_treatments[0].message_configuration.adm_message.title #=> String
427
438
  # resp.campaign_response.additional_treatments[0].message_configuration.adm_message.url #=> String
428
439
  # resp.campaign_response.additional_treatments[0].message_configuration.apns_message.action #=> String, one of "OPEN_APP", "DEEP_LINK", "URL"
@@ -434,6 +445,7 @@ module Aws::Pinpoint
434
445
  # resp.campaign_response.additional_treatments[0].message_configuration.apns_message.media_url #=> String
435
446
  # resp.campaign_response.additional_treatments[0].message_configuration.apns_message.raw_content #=> String
436
447
  # resp.campaign_response.additional_treatments[0].message_configuration.apns_message.silent_push #=> Boolean
448
+ # resp.campaign_response.additional_treatments[0].message_configuration.apns_message.time_to_live #=> Integer
437
449
  # resp.campaign_response.additional_treatments[0].message_configuration.apns_message.title #=> String
438
450
  # resp.campaign_response.additional_treatments[0].message_configuration.apns_message.url #=> String
439
451
  # resp.campaign_response.additional_treatments[0].message_configuration.baidu_message.action #=> String, one of "OPEN_APP", "DEEP_LINK", "URL"
@@ -445,6 +457,7 @@ module Aws::Pinpoint
445
457
  # resp.campaign_response.additional_treatments[0].message_configuration.baidu_message.media_url #=> String
446
458
  # resp.campaign_response.additional_treatments[0].message_configuration.baidu_message.raw_content #=> String
447
459
  # resp.campaign_response.additional_treatments[0].message_configuration.baidu_message.silent_push #=> Boolean
460
+ # resp.campaign_response.additional_treatments[0].message_configuration.baidu_message.time_to_live #=> Integer
448
461
  # resp.campaign_response.additional_treatments[0].message_configuration.baidu_message.title #=> String
449
462
  # resp.campaign_response.additional_treatments[0].message_configuration.baidu_message.url #=> String
450
463
  # resp.campaign_response.additional_treatments[0].message_configuration.default_message.action #=> String, one of "OPEN_APP", "DEEP_LINK", "URL"
@@ -456,6 +469,7 @@ module Aws::Pinpoint
456
469
  # resp.campaign_response.additional_treatments[0].message_configuration.default_message.media_url #=> String
457
470
  # resp.campaign_response.additional_treatments[0].message_configuration.default_message.raw_content #=> String
458
471
  # resp.campaign_response.additional_treatments[0].message_configuration.default_message.silent_push #=> Boolean
472
+ # resp.campaign_response.additional_treatments[0].message_configuration.default_message.time_to_live #=> Integer
459
473
  # resp.campaign_response.additional_treatments[0].message_configuration.default_message.title #=> String
460
474
  # resp.campaign_response.additional_treatments[0].message_configuration.default_message.url #=> String
461
475
  # resp.campaign_response.additional_treatments[0].message_configuration.email_message.body #=> String
@@ -471,6 +485,7 @@ module Aws::Pinpoint
471
485
  # resp.campaign_response.additional_treatments[0].message_configuration.gcm_message.media_url #=> String
472
486
  # resp.campaign_response.additional_treatments[0].message_configuration.gcm_message.raw_content #=> String
473
487
  # resp.campaign_response.additional_treatments[0].message_configuration.gcm_message.silent_push #=> Boolean
488
+ # resp.campaign_response.additional_treatments[0].message_configuration.gcm_message.time_to_live #=> Integer
474
489
  # resp.campaign_response.additional_treatments[0].message_configuration.gcm_message.title #=> String
475
490
  # resp.campaign_response.additional_treatments[0].message_configuration.gcm_message.url #=> String
476
491
  # resp.campaign_response.additional_treatments[0].message_configuration.sms_message.body #=> String
@@ -484,12 +499,12 @@ module Aws::Pinpoint
484
499
  # resp.campaign_response.additional_treatments[0].schedule.start_time #=> String
485
500
  # resp.campaign_response.additional_treatments[0].schedule.timezone #=> String
486
501
  # resp.campaign_response.additional_treatments[0].size_percent #=> Integer
487
- # resp.campaign_response.additional_treatments[0].state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED"
502
+ # resp.campaign_response.additional_treatments[0].state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED", "DELETED"
488
503
  # resp.campaign_response.additional_treatments[0].treatment_description #=> String
489
504
  # resp.campaign_response.additional_treatments[0].treatment_name #=> String
490
505
  # resp.campaign_response.application_id #=> String
491
506
  # resp.campaign_response.creation_date #=> String
492
- # resp.campaign_response.default_state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED"
507
+ # resp.campaign_response.default_state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED", "DELETED"
493
508
  # resp.campaign_response.description #=> String
494
509
  # resp.campaign_response.holdout_percent #=> Integer
495
510
  # resp.campaign_response.hook.lambda_function_name #=> String
@@ -511,6 +526,7 @@ module Aws::Pinpoint
511
526
  # resp.campaign_response.message_configuration.adm_message.media_url #=> String
512
527
  # resp.campaign_response.message_configuration.adm_message.raw_content #=> String
513
528
  # resp.campaign_response.message_configuration.adm_message.silent_push #=> Boolean
529
+ # resp.campaign_response.message_configuration.adm_message.time_to_live #=> Integer
514
530
  # resp.campaign_response.message_configuration.adm_message.title #=> String
515
531
  # resp.campaign_response.message_configuration.adm_message.url #=> String
516
532
  # resp.campaign_response.message_configuration.apns_message.action #=> String, one of "OPEN_APP", "DEEP_LINK", "URL"
@@ -522,6 +538,7 @@ module Aws::Pinpoint
522
538
  # resp.campaign_response.message_configuration.apns_message.media_url #=> String
523
539
  # resp.campaign_response.message_configuration.apns_message.raw_content #=> String
524
540
  # resp.campaign_response.message_configuration.apns_message.silent_push #=> Boolean
541
+ # resp.campaign_response.message_configuration.apns_message.time_to_live #=> Integer
525
542
  # resp.campaign_response.message_configuration.apns_message.title #=> String
526
543
  # resp.campaign_response.message_configuration.apns_message.url #=> String
527
544
  # resp.campaign_response.message_configuration.baidu_message.action #=> String, one of "OPEN_APP", "DEEP_LINK", "URL"
@@ -533,6 +550,7 @@ module Aws::Pinpoint
533
550
  # resp.campaign_response.message_configuration.baidu_message.media_url #=> String
534
551
  # resp.campaign_response.message_configuration.baidu_message.raw_content #=> String
535
552
  # resp.campaign_response.message_configuration.baidu_message.silent_push #=> Boolean
553
+ # resp.campaign_response.message_configuration.baidu_message.time_to_live #=> Integer
536
554
  # resp.campaign_response.message_configuration.baidu_message.title #=> String
537
555
  # resp.campaign_response.message_configuration.baidu_message.url #=> String
538
556
  # resp.campaign_response.message_configuration.default_message.action #=> String, one of "OPEN_APP", "DEEP_LINK", "URL"
@@ -544,6 +562,7 @@ module Aws::Pinpoint
544
562
  # resp.campaign_response.message_configuration.default_message.media_url #=> String
545
563
  # resp.campaign_response.message_configuration.default_message.raw_content #=> String
546
564
  # resp.campaign_response.message_configuration.default_message.silent_push #=> Boolean
565
+ # resp.campaign_response.message_configuration.default_message.time_to_live #=> Integer
547
566
  # resp.campaign_response.message_configuration.default_message.title #=> String
548
567
  # resp.campaign_response.message_configuration.default_message.url #=> String
549
568
  # resp.campaign_response.message_configuration.email_message.body #=> String
@@ -559,6 +578,7 @@ module Aws::Pinpoint
559
578
  # resp.campaign_response.message_configuration.gcm_message.media_url #=> String
560
579
  # resp.campaign_response.message_configuration.gcm_message.raw_content #=> String
561
580
  # resp.campaign_response.message_configuration.gcm_message.silent_push #=> Boolean
581
+ # resp.campaign_response.message_configuration.gcm_message.time_to_live #=> Integer
562
582
  # resp.campaign_response.message_configuration.gcm_message.title #=> String
563
583
  # resp.campaign_response.message_configuration.gcm_message.url #=> String
564
584
  # resp.campaign_response.message_configuration.sms_message.body #=> String
@@ -574,7 +594,7 @@ module Aws::Pinpoint
574
594
  # resp.campaign_response.schedule.timezone #=> String
575
595
  # resp.campaign_response.segment_id #=> String
576
596
  # resp.campaign_response.segment_version #=> Integer
577
- # resp.campaign_response.state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED"
597
+ # resp.campaign_response.state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED", "DELETED"
578
598
  # resp.campaign_response.treatment_description #=> String
579
599
  # resp.campaign_response.treatment_name #=> String
580
600
  # resp.campaign_response.version #=> Integer
@@ -593,6 +613,7 @@ module Aws::Pinpoint
593
613
  # @option params [required, String] :application_id
594
614
  #
595
615
  # @option params [required, Types::ExportJobRequest] :export_job_request
616
+ # Export job request.
596
617
  #
597
618
  # @return [Types::CreateExportJobResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
598
619
  #
@@ -606,6 +627,7 @@ module Aws::Pinpoint
606
627
  # role_arn: "__string",
607
628
  # s3_url_prefix: "__string",
608
629
  # segment_id: "__string",
630
+ # segment_version: 1,
609
631
  # },
610
632
  # })
611
633
  #
@@ -618,6 +640,7 @@ module Aws::Pinpoint
618
640
  # resp.export_job_response.definition.role_arn #=> String
619
641
  # resp.export_job_response.definition.s3_url_prefix #=> String
620
642
  # resp.export_job_response.definition.segment_id #=> String
643
+ # resp.export_job_response.definition.segment_version #=> Integer
621
644
  # resp.export_job_response.failed_pieces #=> Integer
622
645
  # resp.export_job_response.failures #=> Array
623
646
  # resp.export_job_response.failures[0] #=> String
@@ -642,6 +665,7 @@ module Aws::Pinpoint
642
665
  # @option params [required, String] :application_id
643
666
  #
644
667
  # @option params [required, Types::ImportJobRequest] :import_job_request
668
+ # Import job request.
645
669
  #
646
670
  # @return [Types::CreateImportJobResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
647
671
  #
@@ -756,6 +780,19 @@ module Aws::Pinpoint
756
780
  # dimension_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
757
781
  # values: ["__string"],
758
782
  # },
783
+ # gps_point: {
784
+ # coordinates: {
785
+ # latitude: 1.0,
786
+ # longitude: 1.0,
787
+ # },
788
+ # range_in_kilometers: 1.0,
789
+ # },
790
+ # },
791
+ # metrics: {
792
+ # "__string" => {
793
+ # comparison_operator: "__string",
794
+ # value: 1.0,
795
+ # },
759
796
  # },
760
797
  # user_attributes: {
761
798
  # "__string" => {
@@ -765,6 +802,88 @@ module Aws::Pinpoint
765
802
  # },
766
803
  # },
767
804
  # name: "__string",
805
+ # segment_groups: {
806
+ # groups: [
807
+ # {
808
+ # dimensions: [
809
+ # {
810
+ # attributes: {
811
+ # "__string" => {
812
+ # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
813
+ # values: ["__string"],
814
+ # },
815
+ # },
816
+ # behavior: {
817
+ # recency: {
818
+ # duration: "HR_24", # accepts HR_24, DAY_7, DAY_14, DAY_30
819
+ # recency_type: "ACTIVE", # accepts ACTIVE, INACTIVE
820
+ # },
821
+ # },
822
+ # demographic: {
823
+ # app_version: {
824
+ # dimension_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
825
+ # values: ["__string"],
826
+ # },
827
+ # channel: {
828
+ # dimension_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
829
+ # values: ["__string"],
830
+ # },
831
+ # device_type: {
832
+ # dimension_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
833
+ # values: ["__string"],
834
+ # },
835
+ # make: {
836
+ # dimension_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
837
+ # values: ["__string"],
838
+ # },
839
+ # model: {
840
+ # dimension_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
841
+ # values: ["__string"],
842
+ # },
843
+ # platform: {
844
+ # dimension_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
845
+ # values: ["__string"],
846
+ # },
847
+ # },
848
+ # location: {
849
+ # country: {
850
+ # dimension_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
851
+ # values: ["__string"],
852
+ # },
853
+ # gps_point: {
854
+ # coordinates: {
855
+ # latitude: 1.0,
856
+ # longitude: 1.0,
857
+ # },
858
+ # range_in_kilometers: 1.0,
859
+ # },
860
+ # },
861
+ # metrics: {
862
+ # "__string" => {
863
+ # comparison_operator: "__string",
864
+ # value: 1.0,
865
+ # },
866
+ # },
867
+ # user_attributes: {
868
+ # "__string" => {
869
+ # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
870
+ # values: ["__string"],
871
+ # },
872
+ # },
873
+ # },
874
+ # ],
875
+ # source_segments: [
876
+ # {
877
+ # id: "__string",
878
+ # version: 1,
879
+ # },
880
+ # ],
881
+ # source_type: "ALL", # accepts ALL, ANY
882
+ # type: "ALL", # accepts ALL, ANY, NONE
883
+ # },
884
+ # ],
885
+ # include: "ALL", # accepts ALL, ANY, NONE
886
+ # },
768
887
  # },
769
888
  # })
770
889
  #
@@ -799,6 +918,12 @@ module Aws::Pinpoint
799
918
  # resp.segment_response.dimensions.location.country.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
800
919
  # resp.segment_response.dimensions.location.country.values #=> Array
801
920
  # resp.segment_response.dimensions.location.country.values[0] #=> String
921
+ # resp.segment_response.dimensions.location.gps_point.coordinates.latitude #=> Float
922
+ # resp.segment_response.dimensions.location.gps_point.coordinates.longitude #=> Float
923
+ # resp.segment_response.dimensions.location.gps_point.range_in_kilometers #=> Float
924
+ # resp.segment_response.dimensions.metrics #=> Hash
925
+ # resp.segment_response.dimensions.metrics["__string"].comparison_operator #=> String
926
+ # resp.segment_response.dimensions.metrics["__string"].value #=> Float
802
927
  # resp.segment_response.dimensions.user_attributes #=> Hash
803
928
  # resp.segment_response.dimensions.user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
804
929
  # resp.segment_response.dimensions.user_attributes["__string"].values #=> Array
@@ -813,6 +938,51 @@ module Aws::Pinpoint
813
938
  # resp.segment_response.import_definition.size #=> Integer
814
939
  # resp.segment_response.last_modified_date #=> String
815
940
  # resp.segment_response.name #=> String
941
+ # resp.segment_response.segment_groups.groups #=> Array
942
+ # resp.segment_response.segment_groups.groups[0].dimensions #=> Array
943
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].attributes #=> Hash
944
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
945
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].attributes["__string"].values #=> Array
946
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].attributes["__string"].values[0] #=> String
947
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].behavior.recency.duration #=> String, one of "HR_24", "DAY_7", "DAY_14", "DAY_30"
948
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].behavior.recency.recency_type #=> String, one of "ACTIVE", "INACTIVE"
949
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].demographic.app_version.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
950
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].demographic.app_version.values #=> Array
951
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].demographic.app_version.values[0] #=> String
952
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].demographic.channel.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
953
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].demographic.channel.values #=> Array
954
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].demographic.channel.values[0] #=> String
955
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].demographic.device_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
956
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].demographic.device_type.values #=> Array
957
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].demographic.device_type.values[0] #=> String
958
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].demographic.make.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
959
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].demographic.make.values #=> Array
960
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].demographic.make.values[0] #=> String
961
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].demographic.model.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
962
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].demographic.model.values #=> Array
963
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].demographic.model.values[0] #=> String
964
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].demographic.platform.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
965
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].demographic.platform.values #=> Array
966
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].demographic.platform.values[0] #=> String
967
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].location.country.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
968
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].location.country.values #=> Array
969
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].location.country.values[0] #=> String
970
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].location.gps_point.coordinates.latitude #=> Float
971
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].location.gps_point.coordinates.longitude #=> Float
972
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].location.gps_point.range_in_kilometers #=> Float
973
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].metrics #=> Hash
974
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].metrics["__string"].comparison_operator #=> String
975
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].metrics["__string"].value #=> Float
976
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].user_attributes #=> Hash
977
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
978
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].user_attributes["__string"].values #=> Array
979
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].user_attributes["__string"].values[0] #=> String
980
+ # resp.segment_response.segment_groups.groups[0].source_segments #=> Array
981
+ # resp.segment_response.segment_groups.groups[0].source_segments[0].id #=> String
982
+ # resp.segment_response.segment_groups.groups[0].source_segments[0].version #=> Integer
983
+ # resp.segment_response.segment_groups.groups[0].source_type #=> String, one of "ALL", "ANY"
984
+ # resp.segment_response.segment_groups.groups[0].type #=> String, one of "ALL", "ANY", "NONE"
985
+ # resp.segment_response.segment_groups.include #=> String, one of "ALL", "ANY", "NONE"
816
986
  # resp.segment_response.segment_type #=> String, one of "DIMENSIONAL", "IMPORT"
817
987
  # resp.segment_response.version #=> Integer
818
988
  #
@@ -825,7 +995,7 @@ module Aws::Pinpoint
825
995
  req.send_request(options)
826
996
  end
827
997
 
828
- # Delete an ADM channel
998
+ # Delete an ADM channel.
829
999
  #
830
1000
  # @option params [required, String] :application_id
831
1001
  #
@@ -899,7 +1069,7 @@ module Aws::Pinpoint
899
1069
  req.send_request(options)
900
1070
  end
901
1071
 
902
- # Delete an APNS sandbox channel
1072
+ # Delete an APNS sandbox channel.
903
1073
  #
904
1074
  # @option params [required, String] :application_id
905
1075
  #
@@ -1108,6 +1278,7 @@ module Aws::Pinpoint
1108
1278
  # resp.campaign_response.additional_treatments[0].message_configuration.adm_message.media_url #=> String
1109
1279
  # resp.campaign_response.additional_treatments[0].message_configuration.adm_message.raw_content #=> String
1110
1280
  # resp.campaign_response.additional_treatments[0].message_configuration.adm_message.silent_push #=> Boolean
1281
+ # resp.campaign_response.additional_treatments[0].message_configuration.adm_message.time_to_live #=> Integer
1111
1282
  # resp.campaign_response.additional_treatments[0].message_configuration.adm_message.title #=> String
1112
1283
  # resp.campaign_response.additional_treatments[0].message_configuration.adm_message.url #=> String
1113
1284
  # resp.campaign_response.additional_treatments[0].message_configuration.apns_message.action #=> String, one of "OPEN_APP", "DEEP_LINK", "URL"
@@ -1119,6 +1290,7 @@ module Aws::Pinpoint
1119
1290
  # resp.campaign_response.additional_treatments[0].message_configuration.apns_message.media_url #=> String
1120
1291
  # resp.campaign_response.additional_treatments[0].message_configuration.apns_message.raw_content #=> String
1121
1292
  # resp.campaign_response.additional_treatments[0].message_configuration.apns_message.silent_push #=> Boolean
1293
+ # resp.campaign_response.additional_treatments[0].message_configuration.apns_message.time_to_live #=> Integer
1122
1294
  # resp.campaign_response.additional_treatments[0].message_configuration.apns_message.title #=> String
1123
1295
  # resp.campaign_response.additional_treatments[0].message_configuration.apns_message.url #=> String
1124
1296
  # resp.campaign_response.additional_treatments[0].message_configuration.baidu_message.action #=> String, one of "OPEN_APP", "DEEP_LINK", "URL"
@@ -1130,6 +1302,7 @@ module Aws::Pinpoint
1130
1302
  # resp.campaign_response.additional_treatments[0].message_configuration.baidu_message.media_url #=> String
1131
1303
  # resp.campaign_response.additional_treatments[0].message_configuration.baidu_message.raw_content #=> String
1132
1304
  # resp.campaign_response.additional_treatments[0].message_configuration.baidu_message.silent_push #=> Boolean
1305
+ # resp.campaign_response.additional_treatments[0].message_configuration.baidu_message.time_to_live #=> Integer
1133
1306
  # resp.campaign_response.additional_treatments[0].message_configuration.baidu_message.title #=> String
1134
1307
  # resp.campaign_response.additional_treatments[0].message_configuration.baidu_message.url #=> String
1135
1308
  # resp.campaign_response.additional_treatments[0].message_configuration.default_message.action #=> String, one of "OPEN_APP", "DEEP_LINK", "URL"
@@ -1141,6 +1314,7 @@ module Aws::Pinpoint
1141
1314
  # resp.campaign_response.additional_treatments[0].message_configuration.default_message.media_url #=> String
1142
1315
  # resp.campaign_response.additional_treatments[0].message_configuration.default_message.raw_content #=> String
1143
1316
  # resp.campaign_response.additional_treatments[0].message_configuration.default_message.silent_push #=> Boolean
1317
+ # resp.campaign_response.additional_treatments[0].message_configuration.default_message.time_to_live #=> Integer
1144
1318
  # resp.campaign_response.additional_treatments[0].message_configuration.default_message.title #=> String
1145
1319
  # resp.campaign_response.additional_treatments[0].message_configuration.default_message.url #=> String
1146
1320
  # resp.campaign_response.additional_treatments[0].message_configuration.email_message.body #=> String
@@ -1156,6 +1330,7 @@ module Aws::Pinpoint
1156
1330
  # resp.campaign_response.additional_treatments[0].message_configuration.gcm_message.media_url #=> String
1157
1331
  # resp.campaign_response.additional_treatments[0].message_configuration.gcm_message.raw_content #=> String
1158
1332
  # resp.campaign_response.additional_treatments[0].message_configuration.gcm_message.silent_push #=> Boolean
1333
+ # resp.campaign_response.additional_treatments[0].message_configuration.gcm_message.time_to_live #=> Integer
1159
1334
  # resp.campaign_response.additional_treatments[0].message_configuration.gcm_message.title #=> String
1160
1335
  # resp.campaign_response.additional_treatments[0].message_configuration.gcm_message.url #=> String
1161
1336
  # resp.campaign_response.additional_treatments[0].message_configuration.sms_message.body #=> String
@@ -1169,12 +1344,12 @@ module Aws::Pinpoint
1169
1344
  # resp.campaign_response.additional_treatments[0].schedule.start_time #=> String
1170
1345
  # resp.campaign_response.additional_treatments[0].schedule.timezone #=> String
1171
1346
  # resp.campaign_response.additional_treatments[0].size_percent #=> Integer
1172
- # resp.campaign_response.additional_treatments[0].state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED"
1347
+ # resp.campaign_response.additional_treatments[0].state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED", "DELETED"
1173
1348
  # resp.campaign_response.additional_treatments[0].treatment_description #=> String
1174
1349
  # resp.campaign_response.additional_treatments[0].treatment_name #=> String
1175
1350
  # resp.campaign_response.application_id #=> String
1176
1351
  # resp.campaign_response.creation_date #=> String
1177
- # resp.campaign_response.default_state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED"
1352
+ # resp.campaign_response.default_state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED", "DELETED"
1178
1353
  # resp.campaign_response.description #=> String
1179
1354
  # resp.campaign_response.holdout_percent #=> Integer
1180
1355
  # resp.campaign_response.hook.lambda_function_name #=> String
@@ -1196,6 +1371,7 @@ module Aws::Pinpoint
1196
1371
  # resp.campaign_response.message_configuration.adm_message.media_url #=> String
1197
1372
  # resp.campaign_response.message_configuration.adm_message.raw_content #=> String
1198
1373
  # resp.campaign_response.message_configuration.adm_message.silent_push #=> Boolean
1374
+ # resp.campaign_response.message_configuration.adm_message.time_to_live #=> Integer
1199
1375
  # resp.campaign_response.message_configuration.adm_message.title #=> String
1200
1376
  # resp.campaign_response.message_configuration.adm_message.url #=> String
1201
1377
  # resp.campaign_response.message_configuration.apns_message.action #=> String, one of "OPEN_APP", "DEEP_LINK", "URL"
@@ -1207,6 +1383,7 @@ module Aws::Pinpoint
1207
1383
  # resp.campaign_response.message_configuration.apns_message.media_url #=> String
1208
1384
  # resp.campaign_response.message_configuration.apns_message.raw_content #=> String
1209
1385
  # resp.campaign_response.message_configuration.apns_message.silent_push #=> Boolean
1386
+ # resp.campaign_response.message_configuration.apns_message.time_to_live #=> Integer
1210
1387
  # resp.campaign_response.message_configuration.apns_message.title #=> String
1211
1388
  # resp.campaign_response.message_configuration.apns_message.url #=> String
1212
1389
  # resp.campaign_response.message_configuration.baidu_message.action #=> String, one of "OPEN_APP", "DEEP_LINK", "URL"
@@ -1218,6 +1395,7 @@ module Aws::Pinpoint
1218
1395
  # resp.campaign_response.message_configuration.baidu_message.media_url #=> String
1219
1396
  # resp.campaign_response.message_configuration.baidu_message.raw_content #=> String
1220
1397
  # resp.campaign_response.message_configuration.baidu_message.silent_push #=> Boolean
1398
+ # resp.campaign_response.message_configuration.baidu_message.time_to_live #=> Integer
1221
1399
  # resp.campaign_response.message_configuration.baidu_message.title #=> String
1222
1400
  # resp.campaign_response.message_configuration.baidu_message.url #=> String
1223
1401
  # resp.campaign_response.message_configuration.default_message.action #=> String, one of "OPEN_APP", "DEEP_LINK", "URL"
@@ -1229,6 +1407,7 @@ module Aws::Pinpoint
1229
1407
  # resp.campaign_response.message_configuration.default_message.media_url #=> String
1230
1408
  # resp.campaign_response.message_configuration.default_message.raw_content #=> String
1231
1409
  # resp.campaign_response.message_configuration.default_message.silent_push #=> Boolean
1410
+ # resp.campaign_response.message_configuration.default_message.time_to_live #=> Integer
1232
1411
  # resp.campaign_response.message_configuration.default_message.title #=> String
1233
1412
  # resp.campaign_response.message_configuration.default_message.url #=> String
1234
1413
  # resp.campaign_response.message_configuration.email_message.body #=> String
@@ -1244,6 +1423,7 @@ module Aws::Pinpoint
1244
1423
  # resp.campaign_response.message_configuration.gcm_message.media_url #=> String
1245
1424
  # resp.campaign_response.message_configuration.gcm_message.raw_content #=> String
1246
1425
  # resp.campaign_response.message_configuration.gcm_message.silent_push #=> Boolean
1426
+ # resp.campaign_response.message_configuration.gcm_message.time_to_live #=> Integer
1247
1427
  # resp.campaign_response.message_configuration.gcm_message.title #=> String
1248
1428
  # resp.campaign_response.message_configuration.gcm_message.url #=> String
1249
1429
  # resp.campaign_response.message_configuration.sms_message.body #=> String
@@ -1259,7 +1439,7 @@ module Aws::Pinpoint
1259
1439
  # resp.campaign_response.schedule.timezone #=> String
1260
1440
  # resp.campaign_response.segment_id #=> String
1261
1441
  # resp.campaign_response.segment_version #=> Integer
1262
- # resp.campaign_response.state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED"
1442
+ # resp.campaign_response.state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED", "DELETED"
1263
1443
  # resp.campaign_response.treatment_description #=> String
1264
1444
  # resp.campaign_response.treatment_name #=> String
1265
1445
  # resp.campaign_response.version #=> Integer
@@ -1273,7 +1453,7 @@ module Aws::Pinpoint
1273
1453
  req.send_request(options)
1274
1454
  end
1275
1455
 
1276
- # Delete an email channel
1456
+ # Delete an email channel.
1277
1457
  #
1278
1458
  # @option params [required, String] :application_id
1279
1459
  #
@@ -1299,6 +1479,7 @@ module Aws::Pinpoint
1299
1479
  # resp.email_channel_response.is_archived #=> Boolean
1300
1480
  # resp.email_channel_response.last_modified_by #=> String
1301
1481
  # resp.email_channel_response.last_modified_date #=> String
1482
+ # resp.email_channel_response.messages_per_second #=> Integer
1302
1483
  # resp.email_channel_response.platform #=> String
1303
1484
  # resp.email_channel_response.role_arn #=> String
1304
1485
  # resp.email_channel_response.version #=> Integer
@@ -1377,7 +1558,6 @@ module Aws::Pinpoint
1377
1558
  # Deletes the event stream for an app.
1378
1559
  #
1379
1560
  # @option params [required, String] :application_id
1380
- # Application Id.
1381
1561
  #
1382
1562
  # @return [Types::DeleteEventStreamResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1383
1563
  #
@@ -1492,6 +1672,12 @@ module Aws::Pinpoint
1492
1672
  # resp.segment_response.dimensions.location.country.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
1493
1673
  # resp.segment_response.dimensions.location.country.values #=> Array
1494
1674
  # resp.segment_response.dimensions.location.country.values[0] #=> String
1675
+ # resp.segment_response.dimensions.location.gps_point.coordinates.latitude #=> Float
1676
+ # resp.segment_response.dimensions.location.gps_point.coordinates.longitude #=> Float
1677
+ # resp.segment_response.dimensions.location.gps_point.range_in_kilometers #=> Float
1678
+ # resp.segment_response.dimensions.metrics #=> Hash
1679
+ # resp.segment_response.dimensions.metrics["__string"].comparison_operator #=> String
1680
+ # resp.segment_response.dimensions.metrics["__string"].value #=> Float
1495
1681
  # resp.segment_response.dimensions.user_attributes #=> Hash
1496
1682
  # resp.segment_response.dimensions.user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
1497
1683
  # resp.segment_response.dimensions.user_attributes["__string"].values #=> Array
@@ -1506,6 +1692,51 @@ module Aws::Pinpoint
1506
1692
  # resp.segment_response.import_definition.size #=> Integer
1507
1693
  # resp.segment_response.last_modified_date #=> String
1508
1694
  # resp.segment_response.name #=> String
1695
+ # resp.segment_response.segment_groups.groups #=> Array
1696
+ # resp.segment_response.segment_groups.groups[0].dimensions #=> Array
1697
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].attributes #=> Hash
1698
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
1699
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].attributes["__string"].values #=> Array
1700
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].attributes["__string"].values[0] #=> String
1701
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].behavior.recency.duration #=> String, one of "HR_24", "DAY_7", "DAY_14", "DAY_30"
1702
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].behavior.recency.recency_type #=> String, one of "ACTIVE", "INACTIVE"
1703
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].demographic.app_version.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
1704
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].demographic.app_version.values #=> Array
1705
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].demographic.app_version.values[0] #=> String
1706
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].demographic.channel.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
1707
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].demographic.channel.values #=> Array
1708
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].demographic.channel.values[0] #=> String
1709
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].demographic.device_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
1710
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].demographic.device_type.values #=> Array
1711
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].demographic.device_type.values[0] #=> String
1712
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].demographic.make.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
1713
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].demographic.make.values #=> Array
1714
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].demographic.make.values[0] #=> String
1715
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].demographic.model.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
1716
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].demographic.model.values #=> Array
1717
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].demographic.model.values[0] #=> String
1718
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].demographic.platform.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
1719
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].demographic.platform.values #=> Array
1720
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].demographic.platform.values[0] #=> String
1721
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].location.country.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
1722
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].location.country.values #=> Array
1723
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].location.country.values[0] #=> String
1724
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].location.gps_point.coordinates.latitude #=> Float
1725
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].location.gps_point.coordinates.longitude #=> Float
1726
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].location.gps_point.range_in_kilometers #=> Float
1727
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].metrics #=> Hash
1728
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].metrics["__string"].comparison_operator #=> String
1729
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].metrics["__string"].value #=> Float
1730
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].user_attributes #=> Hash
1731
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
1732
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].user_attributes["__string"].values #=> Array
1733
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].user_attributes["__string"].values[0] #=> String
1734
+ # resp.segment_response.segment_groups.groups[0].source_segments #=> Array
1735
+ # resp.segment_response.segment_groups.groups[0].source_segments[0].id #=> String
1736
+ # resp.segment_response.segment_groups.groups[0].source_segments[0].version #=> Integer
1737
+ # resp.segment_response.segment_groups.groups[0].source_type #=> String, one of "ALL", "ANY"
1738
+ # resp.segment_response.segment_groups.groups[0].type #=> String, one of "ALL", "ANY", "NONE"
1739
+ # resp.segment_response.segment_groups.include #=> String, one of "ALL", "ANY", "NONE"
1509
1740
  # resp.segment_response.segment_type #=> String, one of "DIMENSIONAL", "IMPORT"
1510
1741
  # resp.segment_response.version #=> Integer
1511
1742
  #
@@ -1518,7 +1749,7 @@ module Aws::Pinpoint
1518
1749
  req.send_request(options)
1519
1750
  end
1520
1751
 
1521
- # Delete an SMS channel
1752
+ # Delete an SMS channel.
1522
1753
  #
1523
1754
  # @option params [required, String] :application_id
1524
1755
  #
@@ -1543,8 +1774,10 @@ module Aws::Pinpoint
1543
1774
  # resp.sms_channel_response.last_modified_by #=> String
1544
1775
  # resp.sms_channel_response.last_modified_date #=> String
1545
1776
  # resp.sms_channel_response.platform #=> String
1777
+ # resp.sms_channel_response.promotional_messages_per_second #=> Integer
1546
1778
  # resp.sms_channel_response.sender_id #=> String
1547
1779
  # resp.sms_channel_response.short_code #=> String
1780
+ # resp.sms_channel_response.transactional_messages_per_second #=> Integer
1548
1781
  # resp.sms_channel_response.version #=> Integer
1549
1782
  #
1550
1783
  # @see http://docs.aws.amazon.com/goto/WebAPI/pinpoint-2016-12-01/DeleteSmsChannel AWS API Documentation
@@ -1556,7 +1789,70 @@ module Aws::Pinpoint
1556
1789
  req.send_request(options)
1557
1790
  end
1558
1791
 
1559
- # Get an ADM channel
1792
+ # Deletes endpoints associated with an user id.
1793
+ #
1794
+ # @option params [required, String] :application_id
1795
+ #
1796
+ # @option params [required, String] :user_id
1797
+ #
1798
+ # @return [Types::DeleteUserEndpointsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1799
+ #
1800
+ # * {Types::DeleteUserEndpointsResponse#endpoints_response #endpoints_response} => Types::EndpointsResponse
1801
+ #
1802
+ # @example Request syntax with placeholder values
1803
+ #
1804
+ # resp = client.delete_user_endpoints({
1805
+ # application_id: "__string", # required
1806
+ # user_id: "__string", # required
1807
+ # })
1808
+ #
1809
+ # @example Response structure
1810
+ #
1811
+ # resp.endpoints_response.item #=> Array
1812
+ # resp.endpoints_response.item[0].address #=> String
1813
+ # resp.endpoints_response.item[0].application_id #=> String
1814
+ # resp.endpoints_response.item[0].attributes #=> Hash
1815
+ # resp.endpoints_response.item[0].attributes["__string"] #=> Array
1816
+ # resp.endpoints_response.item[0].attributes["__string"][0] #=> String
1817
+ # resp.endpoints_response.item[0].channel_type #=> String, one of "GCM", "APNS", "APNS_SANDBOX", "APNS_VOIP", "APNS_VOIP_SANDBOX", "ADM", "SMS", "EMAIL", "BAIDU", "CUSTOM"
1818
+ # resp.endpoints_response.item[0].cohort_id #=> String
1819
+ # resp.endpoints_response.item[0].creation_date #=> String
1820
+ # resp.endpoints_response.item[0].demographic.app_version #=> String
1821
+ # resp.endpoints_response.item[0].demographic.locale #=> String
1822
+ # resp.endpoints_response.item[0].demographic.make #=> String
1823
+ # resp.endpoints_response.item[0].demographic.model #=> String
1824
+ # resp.endpoints_response.item[0].demographic.model_version #=> String
1825
+ # resp.endpoints_response.item[0].demographic.platform #=> String
1826
+ # resp.endpoints_response.item[0].demographic.platform_version #=> String
1827
+ # resp.endpoints_response.item[0].demographic.timezone #=> String
1828
+ # resp.endpoints_response.item[0].effective_date #=> String
1829
+ # resp.endpoints_response.item[0].endpoint_status #=> String
1830
+ # resp.endpoints_response.item[0].id #=> String
1831
+ # resp.endpoints_response.item[0].location.city #=> String
1832
+ # resp.endpoints_response.item[0].location.country #=> String
1833
+ # resp.endpoints_response.item[0].location.latitude #=> Float
1834
+ # resp.endpoints_response.item[0].location.longitude #=> Float
1835
+ # resp.endpoints_response.item[0].location.postal_code #=> String
1836
+ # resp.endpoints_response.item[0].location.region #=> String
1837
+ # resp.endpoints_response.item[0].metrics #=> Hash
1838
+ # resp.endpoints_response.item[0].metrics["__string"] #=> Float
1839
+ # resp.endpoints_response.item[0].opt_out #=> String
1840
+ # resp.endpoints_response.item[0].request_id #=> String
1841
+ # resp.endpoints_response.item[0].user.user_attributes #=> Hash
1842
+ # resp.endpoints_response.item[0].user.user_attributes["__string"] #=> Array
1843
+ # resp.endpoints_response.item[0].user.user_attributes["__string"][0] #=> String
1844
+ # resp.endpoints_response.item[0].user.user_id #=> String
1845
+ #
1846
+ # @see http://docs.aws.amazon.com/goto/WebAPI/pinpoint-2016-12-01/DeleteUserEndpoints AWS API Documentation
1847
+ #
1848
+ # @overload delete_user_endpoints(params = {})
1849
+ # @param [Hash] params ({})
1850
+ def delete_user_endpoints(params = {}, options = {})
1851
+ req = build_request(:delete_user_endpoints, params)
1852
+ req.send_request(options)
1853
+ end
1854
+
1855
+ # Get an ADM channel.
1560
1856
  #
1561
1857
  # @option params [required, String] :application_id
1562
1858
  #
@@ -1630,7 +1926,7 @@ module Aws::Pinpoint
1630
1926
  req.send_request(options)
1631
1927
  end
1632
1928
 
1633
- # Get an APNS sandbox channel
1929
+ # Get an APNS sandbox channel.
1634
1930
  #
1635
1931
  # @option params [required, String] :application_id
1636
1932
  #
@@ -1909,6 +2205,7 @@ module Aws::Pinpoint
1909
2205
  # resp.campaign_response.additional_treatments[0].message_configuration.adm_message.media_url #=> String
1910
2206
  # resp.campaign_response.additional_treatments[0].message_configuration.adm_message.raw_content #=> String
1911
2207
  # resp.campaign_response.additional_treatments[0].message_configuration.adm_message.silent_push #=> Boolean
2208
+ # resp.campaign_response.additional_treatments[0].message_configuration.adm_message.time_to_live #=> Integer
1912
2209
  # resp.campaign_response.additional_treatments[0].message_configuration.adm_message.title #=> String
1913
2210
  # resp.campaign_response.additional_treatments[0].message_configuration.adm_message.url #=> String
1914
2211
  # resp.campaign_response.additional_treatments[0].message_configuration.apns_message.action #=> String, one of "OPEN_APP", "DEEP_LINK", "URL"
@@ -1920,6 +2217,7 @@ module Aws::Pinpoint
1920
2217
  # resp.campaign_response.additional_treatments[0].message_configuration.apns_message.media_url #=> String
1921
2218
  # resp.campaign_response.additional_treatments[0].message_configuration.apns_message.raw_content #=> String
1922
2219
  # resp.campaign_response.additional_treatments[0].message_configuration.apns_message.silent_push #=> Boolean
2220
+ # resp.campaign_response.additional_treatments[0].message_configuration.apns_message.time_to_live #=> Integer
1923
2221
  # resp.campaign_response.additional_treatments[0].message_configuration.apns_message.title #=> String
1924
2222
  # resp.campaign_response.additional_treatments[0].message_configuration.apns_message.url #=> String
1925
2223
  # resp.campaign_response.additional_treatments[0].message_configuration.baidu_message.action #=> String, one of "OPEN_APP", "DEEP_LINK", "URL"
@@ -1931,6 +2229,7 @@ module Aws::Pinpoint
1931
2229
  # resp.campaign_response.additional_treatments[0].message_configuration.baidu_message.media_url #=> String
1932
2230
  # resp.campaign_response.additional_treatments[0].message_configuration.baidu_message.raw_content #=> String
1933
2231
  # resp.campaign_response.additional_treatments[0].message_configuration.baidu_message.silent_push #=> Boolean
2232
+ # resp.campaign_response.additional_treatments[0].message_configuration.baidu_message.time_to_live #=> Integer
1934
2233
  # resp.campaign_response.additional_treatments[0].message_configuration.baidu_message.title #=> String
1935
2234
  # resp.campaign_response.additional_treatments[0].message_configuration.baidu_message.url #=> String
1936
2235
  # resp.campaign_response.additional_treatments[0].message_configuration.default_message.action #=> String, one of "OPEN_APP", "DEEP_LINK", "URL"
@@ -1942,6 +2241,7 @@ module Aws::Pinpoint
1942
2241
  # resp.campaign_response.additional_treatments[0].message_configuration.default_message.media_url #=> String
1943
2242
  # resp.campaign_response.additional_treatments[0].message_configuration.default_message.raw_content #=> String
1944
2243
  # resp.campaign_response.additional_treatments[0].message_configuration.default_message.silent_push #=> Boolean
2244
+ # resp.campaign_response.additional_treatments[0].message_configuration.default_message.time_to_live #=> Integer
1945
2245
  # resp.campaign_response.additional_treatments[0].message_configuration.default_message.title #=> String
1946
2246
  # resp.campaign_response.additional_treatments[0].message_configuration.default_message.url #=> String
1947
2247
  # resp.campaign_response.additional_treatments[0].message_configuration.email_message.body #=> String
@@ -1957,6 +2257,7 @@ module Aws::Pinpoint
1957
2257
  # resp.campaign_response.additional_treatments[0].message_configuration.gcm_message.media_url #=> String
1958
2258
  # resp.campaign_response.additional_treatments[0].message_configuration.gcm_message.raw_content #=> String
1959
2259
  # resp.campaign_response.additional_treatments[0].message_configuration.gcm_message.silent_push #=> Boolean
2260
+ # resp.campaign_response.additional_treatments[0].message_configuration.gcm_message.time_to_live #=> Integer
1960
2261
  # resp.campaign_response.additional_treatments[0].message_configuration.gcm_message.title #=> String
1961
2262
  # resp.campaign_response.additional_treatments[0].message_configuration.gcm_message.url #=> String
1962
2263
  # resp.campaign_response.additional_treatments[0].message_configuration.sms_message.body #=> String
@@ -1970,12 +2271,12 @@ module Aws::Pinpoint
1970
2271
  # resp.campaign_response.additional_treatments[0].schedule.start_time #=> String
1971
2272
  # resp.campaign_response.additional_treatments[0].schedule.timezone #=> String
1972
2273
  # resp.campaign_response.additional_treatments[0].size_percent #=> Integer
1973
- # resp.campaign_response.additional_treatments[0].state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED"
2274
+ # resp.campaign_response.additional_treatments[0].state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED", "DELETED"
1974
2275
  # resp.campaign_response.additional_treatments[0].treatment_description #=> String
1975
2276
  # resp.campaign_response.additional_treatments[0].treatment_name #=> String
1976
2277
  # resp.campaign_response.application_id #=> String
1977
2278
  # resp.campaign_response.creation_date #=> String
1978
- # resp.campaign_response.default_state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED"
2279
+ # resp.campaign_response.default_state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED", "DELETED"
1979
2280
  # resp.campaign_response.description #=> String
1980
2281
  # resp.campaign_response.holdout_percent #=> Integer
1981
2282
  # resp.campaign_response.hook.lambda_function_name #=> String
@@ -1997,6 +2298,7 @@ module Aws::Pinpoint
1997
2298
  # resp.campaign_response.message_configuration.adm_message.media_url #=> String
1998
2299
  # resp.campaign_response.message_configuration.adm_message.raw_content #=> String
1999
2300
  # resp.campaign_response.message_configuration.adm_message.silent_push #=> Boolean
2301
+ # resp.campaign_response.message_configuration.adm_message.time_to_live #=> Integer
2000
2302
  # resp.campaign_response.message_configuration.adm_message.title #=> String
2001
2303
  # resp.campaign_response.message_configuration.adm_message.url #=> String
2002
2304
  # resp.campaign_response.message_configuration.apns_message.action #=> String, one of "OPEN_APP", "DEEP_LINK", "URL"
@@ -2008,6 +2310,7 @@ module Aws::Pinpoint
2008
2310
  # resp.campaign_response.message_configuration.apns_message.media_url #=> String
2009
2311
  # resp.campaign_response.message_configuration.apns_message.raw_content #=> String
2010
2312
  # resp.campaign_response.message_configuration.apns_message.silent_push #=> Boolean
2313
+ # resp.campaign_response.message_configuration.apns_message.time_to_live #=> Integer
2011
2314
  # resp.campaign_response.message_configuration.apns_message.title #=> String
2012
2315
  # resp.campaign_response.message_configuration.apns_message.url #=> String
2013
2316
  # resp.campaign_response.message_configuration.baidu_message.action #=> String, one of "OPEN_APP", "DEEP_LINK", "URL"
@@ -2019,6 +2322,7 @@ module Aws::Pinpoint
2019
2322
  # resp.campaign_response.message_configuration.baidu_message.media_url #=> String
2020
2323
  # resp.campaign_response.message_configuration.baidu_message.raw_content #=> String
2021
2324
  # resp.campaign_response.message_configuration.baidu_message.silent_push #=> Boolean
2325
+ # resp.campaign_response.message_configuration.baidu_message.time_to_live #=> Integer
2022
2326
  # resp.campaign_response.message_configuration.baidu_message.title #=> String
2023
2327
  # resp.campaign_response.message_configuration.baidu_message.url #=> String
2024
2328
  # resp.campaign_response.message_configuration.default_message.action #=> String, one of "OPEN_APP", "DEEP_LINK", "URL"
@@ -2030,6 +2334,7 @@ module Aws::Pinpoint
2030
2334
  # resp.campaign_response.message_configuration.default_message.media_url #=> String
2031
2335
  # resp.campaign_response.message_configuration.default_message.raw_content #=> String
2032
2336
  # resp.campaign_response.message_configuration.default_message.silent_push #=> Boolean
2337
+ # resp.campaign_response.message_configuration.default_message.time_to_live #=> Integer
2033
2338
  # resp.campaign_response.message_configuration.default_message.title #=> String
2034
2339
  # resp.campaign_response.message_configuration.default_message.url #=> String
2035
2340
  # resp.campaign_response.message_configuration.email_message.body #=> String
@@ -2045,6 +2350,7 @@ module Aws::Pinpoint
2045
2350
  # resp.campaign_response.message_configuration.gcm_message.media_url #=> String
2046
2351
  # resp.campaign_response.message_configuration.gcm_message.raw_content #=> String
2047
2352
  # resp.campaign_response.message_configuration.gcm_message.silent_push #=> Boolean
2353
+ # resp.campaign_response.message_configuration.gcm_message.time_to_live #=> Integer
2048
2354
  # resp.campaign_response.message_configuration.gcm_message.title #=> String
2049
2355
  # resp.campaign_response.message_configuration.gcm_message.url #=> String
2050
2356
  # resp.campaign_response.message_configuration.sms_message.body #=> String
@@ -2060,7 +2366,7 @@ module Aws::Pinpoint
2060
2366
  # resp.campaign_response.schedule.timezone #=> String
2061
2367
  # resp.campaign_response.segment_id #=> String
2062
2368
  # resp.campaign_response.segment_version #=> Integer
2063
- # resp.campaign_response.state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED"
2369
+ # resp.campaign_response.state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED", "DELETED"
2064
2370
  # resp.campaign_response.treatment_description #=> String
2065
2371
  # resp.campaign_response.treatment_name #=> String
2066
2372
  # resp.campaign_response.version #=> Integer
@@ -2156,6 +2462,7 @@ module Aws::Pinpoint
2156
2462
  # resp.campaign_response.additional_treatments[0].message_configuration.adm_message.media_url #=> String
2157
2463
  # resp.campaign_response.additional_treatments[0].message_configuration.adm_message.raw_content #=> String
2158
2464
  # resp.campaign_response.additional_treatments[0].message_configuration.adm_message.silent_push #=> Boolean
2465
+ # resp.campaign_response.additional_treatments[0].message_configuration.adm_message.time_to_live #=> Integer
2159
2466
  # resp.campaign_response.additional_treatments[0].message_configuration.adm_message.title #=> String
2160
2467
  # resp.campaign_response.additional_treatments[0].message_configuration.adm_message.url #=> String
2161
2468
  # resp.campaign_response.additional_treatments[0].message_configuration.apns_message.action #=> String, one of "OPEN_APP", "DEEP_LINK", "URL"
@@ -2167,6 +2474,7 @@ module Aws::Pinpoint
2167
2474
  # resp.campaign_response.additional_treatments[0].message_configuration.apns_message.media_url #=> String
2168
2475
  # resp.campaign_response.additional_treatments[0].message_configuration.apns_message.raw_content #=> String
2169
2476
  # resp.campaign_response.additional_treatments[0].message_configuration.apns_message.silent_push #=> Boolean
2477
+ # resp.campaign_response.additional_treatments[0].message_configuration.apns_message.time_to_live #=> Integer
2170
2478
  # resp.campaign_response.additional_treatments[0].message_configuration.apns_message.title #=> String
2171
2479
  # resp.campaign_response.additional_treatments[0].message_configuration.apns_message.url #=> String
2172
2480
  # resp.campaign_response.additional_treatments[0].message_configuration.baidu_message.action #=> String, one of "OPEN_APP", "DEEP_LINK", "URL"
@@ -2178,6 +2486,7 @@ module Aws::Pinpoint
2178
2486
  # resp.campaign_response.additional_treatments[0].message_configuration.baidu_message.media_url #=> String
2179
2487
  # resp.campaign_response.additional_treatments[0].message_configuration.baidu_message.raw_content #=> String
2180
2488
  # resp.campaign_response.additional_treatments[0].message_configuration.baidu_message.silent_push #=> Boolean
2489
+ # resp.campaign_response.additional_treatments[0].message_configuration.baidu_message.time_to_live #=> Integer
2181
2490
  # resp.campaign_response.additional_treatments[0].message_configuration.baidu_message.title #=> String
2182
2491
  # resp.campaign_response.additional_treatments[0].message_configuration.baidu_message.url #=> String
2183
2492
  # resp.campaign_response.additional_treatments[0].message_configuration.default_message.action #=> String, one of "OPEN_APP", "DEEP_LINK", "URL"
@@ -2189,6 +2498,7 @@ module Aws::Pinpoint
2189
2498
  # resp.campaign_response.additional_treatments[0].message_configuration.default_message.media_url #=> String
2190
2499
  # resp.campaign_response.additional_treatments[0].message_configuration.default_message.raw_content #=> String
2191
2500
  # resp.campaign_response.additional_treatments[0].message_configuration.default_message.silent_push #=> Boolean
2501
+ # resp.campaign_response.additional_treatments[0].message_configuration.default_message.time_to_live #=> Integer
2192
2502
  # resp.campaign_response.additional_treatments[0].message_configuration.default_message.title #=> String
2193
2503
  # resp.campaign_response.additional_treatments[0].message_configuration.default_message.url #=> String
2194
2504
  # resp.campaign_response.additional_treatments[0].message_configuration.email_message.body #=> String
@@ -2204,6 +2514,7 @@ module Aws::Pinpoint
2204
2514
  # resp.campaign_response.additional_treatments[0].message_configuration.gcm_message.media_url #=> String
2205
2515
  # resp.campaign_response.additional_treatments[0].message_configuration.gcm_message.raw_content #=> String
2206
2516
  # resp.campaign_response.additional_treatments[0].message_configuration.gcm_message.silent_push #=> Boolean
2517
+ # resp.campaign_response.additional_treatments[0].message_configuration.gcm_message.time_to_live #=> Integer
2207
2518
  # resp.campaign_response.additional_treatments[0].message_configuration.gcm_message.title #=> String
2208
2519
  # resp.campaign_response.additional_treatments[0].message_configuration.gcm_message.url #=> String
2209
2520
  # resp.campaign_response.additional_treatments[0].message_configuration.sms_message.body #=> String
@@ -2217,12 +2528,12 @@ module Aws::Pinpoint
2217
2528
  # resp.campaign_response.additional_treatments[0].schedule.start_time #=> String
2218
2529
  # resp.campaign_response.additional_treatments[0].schedule.timezone #=> String
2219
2530
  # resp.campaign_response.additional_treatments[0].size_percent #=> Integer
2220
- # resp.campaign_response.additional_treatments[0].state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED"
2531
+ # resp.campaign_response.additional_treatments[0].state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED", "DELETED"
2221
2532
  # resp.campaign_response.additional_treatments[0].treatment_description #=> String
2222
2533
  # resp.campaign_response.additional_treatments[0].treatment_name #=> String
2223
2534
  # resp.campaign_response.application_id #=> String
2224
2535
  # resp.campaign_response.creation_date #=> String
2225
- # resp.campaign_response.default_state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED"
2536
+ # resp.campaign_response.default_state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED", "DELETED"
2226
2537
  # resp.campaign_response.description #=> String
2227
2538
  # resp.campaign_response.holdout_percent #=> Integer
2228
2539
  # resp.campaign_response.hook.lambda_function_name #=> String
@@ -2244,6 +2555,7 @@ module Aws::Pinpoint
2244
2555
  # resp.campaign_response.message_configuration.adm_message.media_url #=> String
2245
2556
  # resp.campaign_response.message_configuration.adm_message.raw_content #=> String
2246
2557
  # resp.campaign_response.message_configuration.adm_message.silent_push #=> Boolean
2558
+ # resp.campaign_response.message_configuration.adm_message.time_to_live #=> Integer
2247
2559
  # resp.campaign_response.message_configuration.adm_message.title #=> String
2248
2560
  # resp.campaign_response.message_configuration.adm_message.url #=> String
2249
2561
  # resp.campaign_response.message_configuration.apns_message.action #=> String, one of "OPEN_APP", "DEEP_LINK", "URL"
@@ -2255,6 +2567,7 @@ module Aws::Pinpoint
2255
2567
  # resp.campaign_response.message_configuration.apns_message.media_url #=> String
2256
2568
  # resp.campaign_response.message_configuration.apns_message.raw_content #=> String
2257
2569
  # resp.campaign_response.message_configuration.apns_message.silent_push #=> Boolean
2570
+ # resp.campaign_response.message_configuration.apns_message.time_to_live #=> Integer
2258
2571
  # resp.campaign_response.message_configuration.apns_message.title #=> String
2259
2572
  # resp.campaign_response.message_configuration.apns_message.url #=> String
2260
2573
  # resp.campaign_response.message_configuration.baidu_message.action #=> String, one of "OPEN_APP", "DEEP_LINK", "URL"
@@ -2266,6 +2579,7 @@ module Aws::Pinpoint
2266
2579
  # resp.campaign_response.message_configuration.baidu_message.media_url #=> String
2267
2580
  # resp.campaign_response.message_configuration.baidu_message.raw_content #=> String
2268
2581
  # resp.campaign_response.message_configuration.baidu_message.silent_push #=> Boolean
2582
+ # resp.campaign_response.message_configuration.baidu_message.time_to_live #=> Integer
2269
2583
  # resp.campaign_response.message_configuration.baidu_message.title #=> String
2270
2584
  # resp.campaign_response.message_configuration.baidu_message.url #=> String
2271
2585
  # resp.campaign_response.message_configuration.default_message.action #=> String, one of "OPEN_APP", "DEEP_LINK", "URL"
@@ -2277,6 +2591,7 @@ module Aws::Pinpoint
2277
2591
  # resp.campaign_response.message_configuration.default_message.media_url #=> String
2278
2592
  # resp.campaign_response.message_configuration.default_message.raw_content #=> String
2279
2593
  # resp.campaign_response.message_configuration.default_message.silent_push #=> Boolean
2594
+ # resp.campaign_response.message_configuration.default_message.time_to_live #=> Integer
2280
2595
  # resp.campaign_response.message_configuration.default_message.title #=> String
2281
2596
  # resp.campaign_response.message_configuration.default_message.url #=> String
2282
2597
  # resp.campaign_response.message_configuration.email_message.body #=> String
@@ -2292,6 +2607,7 @@ module Aws::Pinpoint
2292
2607
  # resp.campaign_response.message_configuration.gcm_message.media_url #=> String
2293
2608
  # resp.campaign_response.message_configuration.gcm_message.raw_content #=> String
2294
2609
  # resp.campaign_response.message_configuration.gcm_message.silent_push #=> Boolean
2610
+ # resp.campaign_response.message_configuration.gcm_message.time_to_live #=> Integer
2295
2611
  # resp.campaign_response.message_configuration.gcm_message.title #=> String
2296
2612
  # resp.campaign_response.message_configuration.gcm_message.url #=> String
2297
2613
  # resp.campaign_response.message_configuration.sms_message.body #=> String
@@ -2307,7 +2623,7 @@ module Aws::Pinpoint
2307
2623
  # resp.campaign_response.schedule.timezone #=> String
2308
2624
  # resp.campaign_response.segment_id #=> String
2309
2625
  # resp.campaign_response.segment_version #=> Integer
2310
- # resp.campaign_response.state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED"
2626
+ # resp.campaign_response.state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED", "DELETED"
2311
2627
  # resp.campaign_response.treatment_description #=> String
2312
2628
  # resp.campaign_response.treatment_name #=> String
2313
2629
  # resp.campaign_response.version #=> Integer
@@ -2358,6 +2674,7 @@ module Aws::Pinpoint
2358
2674
  # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.adm_message.media_url #=> String
2359
2675
  # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.adm_message.raw_content #=> String
2360
2676
  # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.adm_message.silent_push #=> Boolean
2677
+ # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.adm_message.time_to_live #=> Integer
2361
2678
  # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.adm_message.title #=> String
2362
2679
  # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.adm_message.url #=> String
2363
2680
  # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.apns_message.action #=> String, one of "OPEN_APP", "DEEP_LINK", "URL"
@@ -2369,6 +2686,7 @@ module Aws::Pinpoint
2369
2686
  # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.apns_message.media_url #=> String
2370
2687
  # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.apns_message.raw_content #=> String
2371
2688
  # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.apns_message.silent_push #=> Boolean
2689
+ # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.apns_message.time_to_live #=> Integer
2372
2690
  # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.apns_message.title #=> String
2373
2691
  # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.apns_message.url #=> String
2374
2692
  # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.baidu_message.action #=> String, one of "OPEN_APP", "DEEP_LINK", "URL"
@@ -2380,6 +2698,7 @@ module Aws::Pinpoint
2380
2698
  # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.baidu_message.media_url #=> String
2381
2699
  # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.baidu_message.raw_content #=> String
2382
2700
  # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.baidu_message.silent_push #=> Boolean
2701
+ # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.baidu_message.time_to_live #=> Integer
2383
2702
  # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.baidu_message.title #=> String
2384
2703
  # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.baidu_message.url #=> String
2385
2704
  # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.default_message.action #=> String, one of "OPEN_APP", "DEEP_LINK", "URL"
@@ -2391,6 +2710,7 @@ module Aws::Pinpoint
2391
2710
  # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.default_message.media_url #=> String
2392
2711
  # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.default_message.raw_content #=> String
2393
2712
  # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.default_message.silent_push #=> Boolean
2713
+ # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.default_message.time_to_live #=> Integer
2394
2714
  # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.default_message.title #=> String
2395
2715
  # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.default_message.url #=> String
2396
2716
  # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.email_message.body #=> String
@@ -2406,6 +2726,7 @@ module Aws::Pinpoint
2406
2726
  # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.gcm_message.media_url #=> String
2407
2727
  # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.gcm_message.raw_content #=> String
2408
2728
  # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.gcm_message.silent_push #=> Boolean
2729
+ # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.gcm_message.time_to_live #=> Integer
2409
2730
  # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.gcm_message.title #=> String
2410
2731
  # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.gcm_message.url #=> String
2411
2732
  # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.sms_message.body #=> String
@@ -2419,12 +2740,12 @@ module Aws::Pinpoint
2419
2740
  # resp.campaigns_response.item[0].additional_treatments[0].schedule.start_time #=> String
2420
2741
  # resp.campaigns_response.item[0].additional_treatments[0].schedule.timezone #=> String
2421
2742
  # resp.campaigns_response.item[0].additional_treatments[0].size_percent #=> Integer
2422
- # resp.campaigns_response.item[0].additional_treatments[0].state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED"
2743
+ # resp.campaigns_response.item[0].additional_treatments[0].state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED", "DELETED"
2423
2744
  # resp.campaigns_response.item[0].additional_treatments[0].treatment_description #=> String
2424
2745
  # resp.campaigns_response.item[0].additional_treatments[0].treatment_name #=> String
2425
2746
  # resp.campaigns_response.item[0].application_id #=> String
2426
2747
  # resp.campaigns_response.item[0].creation_date #=> String
2427
- # resp.campaigns_response.item[0].default_state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED"
2748
+ # resp.campaigns_response.item[0].default_state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED", "DELETED"
2428
2749
  # resp.campaigns_response.item[0].description #=> String
2429
2750
  # resp.campaigns_response.item[0].holdout_percent #=> Integer
2430
2751
  # resp.campaigns_response.item[0].hook.lambda_function_name #=> String
@@ -2446,6 +2767,7 @@ module Aws::Pinpoint
2446
2767
  # resp.campaigns_response.item[0].message_configuration.adm_message.media_url #=> String
2447
2768
  # resp.campaigns_response.item[0].message_configuration.adm_message.raw_content #=> String
2448
2769
  # resp.campaigns_response.item[0].message_configuration.adm_message.silent_push #=> Boolean
2770
+ # resp.campaigns_response.item[0].message_configuration.adm_message.time_to_live #=> Integer
2449
2771
  # resp.campaigns_response.item[0].message_configuration.adm_message.title #=> String
2450
2772
  # resp.campaigns_response.item[0].message_configuration.adm_message.url #=> String
2451
2773
  # resp.campaigns_response.item[0].message_configuration.apns_message.action #=> String, one of "OPEN_APP", "DEEP_LINK", "URL"
@@ -2457,6 +2779,7 @@ module Aws::Pinpoint
2457
2779
  # resp.campaigns_response.item[0].message_configuration.apns_message.media_url #=> String
2458
2780
  # resp.campaigns_response.item[0].message_configuration.apns_message.raw_content #=> String
2459
2781
  # resp.campaigns_response.item[0].message_configuration.apns_message.silent_push #=> Boolean
2782
+ # resp.campaigns_response.item[0].message_configuration.apns_message.time_to_live #=> Integer
2460
2783
  # resp.campaigns_response.item[0].message_configuration.apns_message.title #=> String
2461
2784
  # resp.campaigns_response.item[0].message_configuration.apns_message.url #=> String
2462
2785
  # resp.campaigns_response.item[0].message_configuration.baidu_message.action #=> String, one of "OPEN_APP", "DEEP_LINK", "URL"
@@ -2468,6 +2791,7 @@ module Aws::Pinpoint
2468
2791
  # resp.campaigns_response.item[0].message_configuration.baidu_message.media_url #=> String
2469
2792
  # resp.campaigns_response.item[0].message_configuration.baidu_message.raw_content #=> String
2470
2793
  # resp.campaigns_response.item[0].message_configuration.baidu_message.silent_push #=> Boolean
2794
+ # resp.campaigns_response.item[0].message_configuration.baidu_message.time_to_live #=> Integer
2471
2795
  # resp.campaigns_response.item[0].message_configuration.baidu_message.title #=> String
2472
2796
  # resp.campaigns_response.item[0].message_configuration.baidu_message.url #=> String
2473
2797
  # resp.campaigns_response.item[0].message_configuration.default_message.action #=> String, one of "OPEN_APP", "DEEP_LINK", "URL"
@@ -2479,6 +2803,7 @@ module Aws::Pinpoint
2479
2803
  # resp.campaigns_response.item[0].message_configuration.default_message.media_url #=> String
2480
2804
  # resp.campaigns_response.item[0].message_configuration.default_message.raw_content #=> String
2481
2805
  # resp.campaigns_response.item[0].message_configuration.default_message.silent_push #=> Boolean
2806
+ # resp.campaigns_response.item[0].message_configuration.default_message.time_to_live #=> Integer
2482
2807
  # resp.campaigns_response.item[0].message_configuration.default_message.title #=> String
2483
2808
  # resp.campaigns_response.item[0].message_configuration.default_message.url #=> String
2484
2809
  # resp.campaigns_response.item[0].message_configuration.email_message.body #=> String
@@ -2494,6 +2819,7 @@ module Aws::Pinpoint
2494
2819
  # resp.campaigns_response.item[0].message_configuration.gcm_message.media_url #=> String
2495
2820
  # resp.campaigns_response.item[0].message_configuration.gcm_message.raw_content #=> String
2496
2821
  # resp.campaigns_response.item[0].message_configuration.gcm_message.silent_push #=> Boolean
2822
+ # resp.campaigns_response.item[0].message_configuration.gcm_message.time_to_live #=> Integer
2497
2823
  # resp.campaigns_response.item[0].message_configuration.gcm_message.title #=> String
2498
2824
  # resp.campaigns_response.item[0].message_configuration.gcm_message.url #=> String
2499
2825
  # resp.campaigns_response.item[0].message_configuration.sms_message.body #=> String
@@ -2509,7 +2835,7 @@ module Aws::Pinpoint
2509
2835
  # resp.campaigns_response.item[0].schedule.timezone #=> String
2510
2836
  # resp.campaigns_response.item[0].segment_id #=> String
2511
2837
  # resp.campaigns_response.item[0].segment_version #=> Integer
2512
- # resp.campaigns_response.item[0].state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED"
2838
+ # resp.campaigns_response.item[0].state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED", "DELETED"
2513
2839
  # resp.campaigns_response.item[0].treatment_description #=> String
2514
2840
  # resp.campaigns_response.item[0].treatment_name #=> String
2515
2841
  # resp.campaigns_response.item[0].version #=> Integer
@@ -2558,6 +2884,7 @@ module Aws::Pinpoint
2558
2884
  # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.adm_message.media_url #=> String
2559
2885
  # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.adm_message.raw_content #=> String
2560
2886
  # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.adm_message.silent_push #=> Boolean
2887
+ # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.adm_message.time_to_live #=> Integer
2561
2888
  # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.adm_message.title #=> String
2562
2889
  # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.adm_message.url #=> String
2563
2890
  # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.apns_message.action #=> String, one of "OPEN_APP", "DEEP_LINK", "URL"
@@ -2569,6 +2896,7 @@ module Aws::Pinpoint
2569
2896
  # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.apns_message.media_url #=> String
2570
2897
  # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.apns_message.raw_content #=> String
2571
2898
  # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.apns_message.silent_push #=> Boolean
2899
+ # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.apns_message.time_to_live #=> Integer
2572
2900
  # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.apns_message.title #=> String
2573
2901
  # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.apns_message.url #=> String
2574
2902
  # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.baidu_message.action #=> String, one of "OPEN_APP", "DEEP_LINK", "URL"
@@ -2580,6 +2908,7 @@ module Aws::Pinpoint
2580
2908
  # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.baidu_message.media_url #=> String
2581
2909
  # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.baidu_message.raw_content #=> String
2582
2910
  # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.baidu_message.silent_push #=> Boolean
2911
+ # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.baidu_message.time_to_live #=> Integer
2583
2912
  # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.baidu_message.title #=> String
2584
2913
  # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.baidu_message.url #=> String
2585
2914
  # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.default_message.action #=> String, one of "OPEN_APP", "DEEP_LINK", "URL"
@@ -2591,6 +2920,7 @@ module Aws::Pinpoint
2591
2920
  # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.default_message.media_url #=> String
2592
2921
  # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.default_message.raw_content #=> String
2593
2922
  # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.default_message.silent_push #=> Boolean
2923
+ # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.default_message.time_to_live #=> Integer
2594
2924
  # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.default_message.title #=> String
2595
2925
  # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.default_message.url #=> String
2596
2926
  # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.email_message.body #=> String
@@ -2606,6 +2936,7 @@ module Aws::Pinpoint
2606
2936
  # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.gcm_message.media_url #=> String
2607
2937
  # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.gcm_message.raw_content #=> String
2608
2938
  # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.gcm_message.silent_push #=> Boolean
2939
+ # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.gcm_message.time_to_live #=> Integer
2609
2940
  # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.gcm_message.title #=> String
2610
2941
  # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.gcm_message.url #=> String
2611
2942
  # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.sms_message.body #=> String
@@ -2619,12 +2950,12 @@ module Aws::Pinpoint
2619
2950
  # resp.campaigns_response.item[0].additional_treatments[0].schedule.start_time #=> String
2620
2951
  # resp.campaigns_response.item[0].additional_treatments[0].schedule.timezone #=> String
2621
2952
  # resp.campaigns_response.item[0].additional_treatments[0].size_percent #=> Integer
2622
- # resp.campaigns_response.item[0].additional_treatments[0].state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED"
2953
+ # resp.campaigns_response.item[0].additional_treatments[0].state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED", "DELETED"
2623
2954
  # resp.campaigns_response.item[0].additional_treatments[0].treatment_description #=> String
2624
2955
  # resp.campaigns_response.item[0].additional_treatments[0].treatment_name #=> String
2625
2956
  # resp.campaigns_response.item[0].application_id #=> String
2626
2957
  # resp.campaigns_response.item[0].creation_date #=> String
2627
- # resp.campaigns_response.item[0].default_state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED"
2958
+ # resp.campaigns_response.item[0].default_state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED", "DELETED"
2628
2959
  # resp.campaigns_response.item[0].description #=> String
2629
2960
  # resp.campaigns_response.item[0].holdout_percent #=> Integer
2630
2961
  # resp.campaigns_response.item[0].hook.lambda_function_name #=> String
@@ -2646,6 +2977,7 @@ module Aws::Pinpoint
2646
2977
  # resp.campaigns_response.item[0].message_configuration.adm_message.media_url #=> String
2647
2978
  # resp.campaigns_response.item[0].message_configuration.adm_message.raw_content #=> String
2648
2979
  # resp.campaigns_response.item[0].message_configuration.adm_message.silent_push #=> Boolean
2980
+ # resp.campaigns_response.item[0].message_configuration.adm_message.time_to_live #=> Integer
2649
2981
  # resp.campaigns_response.item[0].message_configuration.adm_message.title #=> String
2650
2982
  # resp.campaigns_response.item[0].message_configuration.adm_message.url #=> String
2651
2983
  # resp.campaigns_response.item[0].message_configuration.apns_message.action #=> String, one of "OPEN_APP", "DEEP_LINK", "URL"
@@ -2657,6 +2989,7 @@ module Aws::Pinpoint
2657
2989
  # resp.campaigns_response.item[0].message_configuration.apns_message.media_url #=> String
2658
2990
  # resp.campaigns_response.item[0].message_configuration.apns_message.raw_content #=> String
2659
2991
  # resp.campaigns_response.item[0].message_configuration.apns_message.silent_push #=> Boolean
2992
+ # resp.campaigns_response.item[0].message_configuration.apns_message.time_to_live #=> Integer
2660
2993
  # resp.campaigns_response.item[0].message_configuration.apns_message.title #=> String
2661
2994
  # resp.campaigns_response.item[0].message_configuration.apns_message.url #=> String
2662
2995
  # resp.campaigns_response.item[0].message_configuration.baidu_message.action #=> String, one of "OPEN_APP", "DEEP_LINK", "URL"
@@ -2668,6 +3001,7 @@ module Aws::Pinpoint
2668
3001
  # resp.campaigns_response.item[0].message_configuration.baidu_message.media_url #=> String
2669
3002
  # resp.campaigns_response.item[0].message_configuration.baidu_message.raw_content #=> String
2670
3003
  # resp.campaigns_response.item[0].message_configuration.baidu_message.silent_push #=> Boolean
3004
+ # resp.campaigns_response.item[0].message_configuration.baidu_message.time_to_live #=> Integer
2671
3005
  # resp.campaigns_response.item[0].message_configuration.baidu_message.title #=> String
2672
3006
  # resp.campaigns_response.item[0].message_configuration.baidu_message.url #=> String
2673
3007
  # resp.campaigns_response.item[0].message_configuration.default_message.action #=> String, one of "OPEN_APP", "DEEP_LINK", "URL"
@@ -2679,6 +3013,7 @@ module Aws::Pinpoint
2679
3013
  # resp.campaigns_response.item[0].message_configuration.default_message.media_url #=> String
2680
3014
  # resp.campaigns_response.item[0].message_configuration.default_message.raw_content #=> String
2681
3015
  # resp.campaigns_response.item[0].message_configuration.default_message.silent_push #=> Boolean
3016
+ # resp.campaigns_response.item[0].message_configuration.default_message.time_to_live #=> Integer
2682
3017
  # resp.campaigns_response.item[0].message_configuration.default_message.title #=> String
2683
3018
  # resp.campaigns_response.item[0].message_configuration.default_message.url #=> String
2684
3019
  # resp.campaigns_response.item[0].message_configuration.email_message.body #=> String
@@ -2694,6 +3029,7 @@ module Aws::Pinpoint
2694
3029
  # resp.campaigns_response.item[0].message_configuration.gcm_message.media_url #=> String
2695
3030
  # resp.campaigns_response.item[0].message_configuration.gcm_message.raw_content #=> String
2696
3031
  # resp.campaigns_response.item[0].message_configuration.gcm_message.silent_push #=> Boolean
3032
+ # resp.campaigns_response.item[0].message_configuration.gcm_message.time_to_live #=> Integer
2697
3033
  # resp.campaigns_response.item[0].message_configuration.gcm_message.title #=> String
2698
3034
  # resp.campaigns_response.item[0].message_configuration.gcm_message.url #=> String
2699
3035
  # resp.campaigns_response.item[0].message_configuration.sms_message.body #=> String
@@ -2709,7 +3045,7 @@ module Aws::Pinpoint
2709
3045
  # resp.campaigns_response.item[0].schedule.timezone #=> String
2710
3046
  # resp.campaigns_response.item[0].segment_id #=> String
2711
3047
  # resp.campaigns_response.item[0].segment_version #=> Integer
2712
- # resp.campaigns_response.item[0].state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED"
3048
+ # resp.campaigns_response.item[0].state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED", "DELETED"
2713
3049
  # resp.campaigns_response.item[0].treatment_description #=> String
2714
3050
  # resp.campaigns_response.item[0].treatment_name #=> String
2715
3051
  # resp.campaigns_response.item[0].version #=> Integer
@@ -2724,7 +3060,43 @@ module Aws::Pinpoint
2724
3060
  req.send_request(options)
2725
3061
  end
2726
3062
 
2727
- # Get an email channel
3063
+ # Get all channels.
3064
+ #
3065
+ # @option params [required, String] :application_id
3066
+ #
3067
+ # @return [Types::GetChannelsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3068
+ #
3069
+ # * {Types::GetChannelsResponse#channels_response #channels_response} => Types::ChannelsResponse
3070
+ #
3071
+ # @example Request syntax with placeholder values
3072
+ #
3073
+ # resp = client.get_channels({
3074
+ # application_id: "__string", # required
3075
+ # })
3076
+ #
3077
+ # @example Response structure
3078
+ #
3079
+ # resp.channels_response.channels #=> Hash
3080
+ # resp.channels_response.channels["__string"].application_id #=> String
3081
+ # resp.channels_response.channels["__string"].creation_date #=> String
3082
+ # resp.channels_response.channels["__string"].enabled #=> Boolean
3083
+ # resp.channels_response.channels["__string"].has_credential #=> Boolean
3084
+ # resp.channels_response.channels["__string"].id #=> String
3085
+ # resp.channels_response.channels["__string"].is_archived #=> Boolean
3086
+ # resp.channels_response.channels["__string"].last_modified_by #=> String
3087
+ # resp.channels_response.channels["__string"].last_modified_date #=> String
3088
+ # resp.channels_response.channels["__string"].version #=> Integer
3089
+ #
3090
+ # @see http://docs.aws.amazon.com/goto/WebAPI/pinpoint-2016-12-01/GetChannels AWS API Documentation
3091
+ #
3092
+ # @overload get_channels(params = {})
3093
+ # @param [Hash] params ({})
3094
+ def get_channels(params = {}, options = {})
3095
+ req = build_request(:get_channels, params)
3096
+ req.send_request(options)
3097
+ end
3098
+
3099
+ # Get an email channel.
2728
3100
  #
2729
3101
  # @option params [required, String] :application_id
2730
3102
  #
@@ -2750,6 +3122,7 @@ module Aws::Pinpoint
2750
3122
  # resp.email_channel_response.is_archived #=> Boolean
2751
3123
  # resp.email_channel_response.last_modified_by #=> String
2752
3124
  # resp.email_channel_response.last_modified_date #=> String
3125
+ # resp.email_channel_response.messages_per_second #=> Integer
2753
3126
  # resp.email_channel_response.platform #=> String
2754
3127
  # resp.email_channel_response.role_arn #=> String
2755
3128
  # resp.email_channel_response.version #=> Integer
@@ -2828,7 +3201,6 @@ module Aws::Pinpoint
2828
3201
  # Returns the event stream for an app.
2829
3202
  #
2830
3203
  # @option params [required, String] :application_id
2831
- # Application Id.
2832
3204
  #
2833
3205
  # @return [Types::GetEventStreamResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2834
3206
  #
@@ -2884,6 +3256,7 @@ module Aws::Pinpoint
2884
3256
  # resp.export_job_response.definition.role_arn #=> String
2885
3257
  # resp.export_job_response.definition.s3_url_prefix #=> String
2886
3258
  # resp.export_job_response.definition.segment_id #=> String
3259
+ # resp.export_job_response.definition.segment_version #=> Integer
2887
3260
  # resp.export_job_response.failed_pieces #=> Integer
2888
3261
  # resp.export_job_response.failures #=> Array
2889
3262
  # resp.export_job_response.failures[0] #=> String
@@ -2933,6 +3306,7 @@ module Aws::Pinpoint
2933
3306
  # resp.export_jobs_response.item[0].definition.role_arn #=> String
2934
3307
  # resp.export_jobs_response.item[0].definition.s3_url_prefix #=> String
2935
3308
  # resp.export_jobs_response.item[0].definition.segment_id #=> String
3309
+ # resp.export_jobs_response.item[0].definition.segment_version #=> Integer
2936
3310
  # resp.export_jobs_response.item[0].failed_pieces #=> Integer
2937
3311
  # resp.export_jobs_response.item[0].failures #=> Array
2938
3312
  # resp.export_jobs_response.item[0].failures[0] #=> String
@@ -3143,6 +3517,12 @@ module Aws::Pinpoint
3143
3517
  # resp.segment_response.dimensions.location.country.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
3144
3518
  # resp.segment_response.dimensions.location.country.values #=> Array
3145
3519
  # resp.segment_response.dimensions.location.country.values[0] #=> String
3520
+ # resp.segment_response.dimensions.location.gps_point.coordinates.latitude #=> Float
3521
+ # resp.segment_response.dimensions.location.gps_point.coordinates.longitude #=> Float
3522
+ # resp.segment_response.dimensions.location.gps_point.range_in_kilometers #=> Float
3523
+ # resp.segment_response.dimensions.metrics #=> Hash
3524
+ # resp.segment_response.dimensions.metrics["__string"].comparison_operator #=> String
3525
+ # resp.segment_response.dimensions.metrics["__string"].value #=> Float
3146
3526
  # resp.segment_response.dimensions.user_attributes #=> Hash
3147
3527
  # resp.segment_response.dimensions.user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
3148
3528
  # resp.segment_response.dimensions.user_attributes["__string"].values #=> Array
@@ -3157,6 +3537,51 @@ module Aws::Pinpoint
3157
3537
  # resp.segment_response.import_definition.size #=> Integer
3158
3538
  # resp.segment_response.last_modified_date #=> String
3159
3539
  # resp.segment_response.name #=> String
3540
+ # resp.segment_response.segment_groups.groups #=> Array
3541
+ # resp.segment_response.segment_groups.groups[0].dimensions #=> Array
3542
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].attributes #=> Hash
3543
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
3544
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].attributes["__string"].values #=> Array
3545
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].attributes["__string"].values[0] #=> String
3546
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].behavior.recency.duration #=> String, one of "HR_24", "DAY_7", "DAY_14", "DAY_30"
3547
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].behavior.recency.recency_type #=> String, one of "ACTIVE", "INACTIVE"
3548
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].demographic.app_version.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
3549
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].demographic.app_version.values #=> Array
3550
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].demographic.app_version.values[0] #=> String
3551
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].demographic.channel.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
3552
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].demographic.channel.values #=> Array
3553
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].demographic.channel.values[0] #=> String
3554
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].demographic.device_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
3555
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].demographic.device_type.values #=> Array
3556
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].demographic.device_type.values[0] #=> String
3557
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].demographic.make.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
3558
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].demographic.make.values #=> Array
3559
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].demographic.make.values[0] #=> String
3560
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].demographic.model.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
3561
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].demographic.model.values #=> Array
3562
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].demographic.model.values[0] #=> String
3563
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].demographic.platform.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
3564
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].demographic.platform.values #=> Array
3565
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].demographic.platform.values[0] #=> String
3566
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].location.country.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
3567
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].location.country.values #=> Array
3568
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].location.country.values[0] #=> String
3569
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].location.gps_point.coordinates.latitude #=> Float
3570
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].location.gps_point.coordinates.longitude #=> Float
3571
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].location.gps_point.range_in_kilometers #=> Float
3572
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].metrics #=> Hash
3573
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].metrics["__string"].comparison_operator #=> String
3574
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].metrics["__string"].value #=> Float
3575
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].user_attributes #=> Hash
3576
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
3577
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].user_attributes["__string"].values #=> Array
3578
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].user_attributes["__string"].values[0] #=> String
3579
+ # resp.segment_response.segment_groups.groups[0].source_segments #=> Array
3580
+ # resp.segment_response.segment_groups.groups[0].source_segments[0].id #=> String
3581
+ # resp.segment_response.segment_groups.groups[0].source_segments[0].version #=> Integer
3582
+ # resp.segment_response.segment_groups.groups[0].source_type #=> String, one of "ALL", "ANY"
3583
+ # resp.segment_response.segment_groups.groups[0].type #=> String, one of "ALL", "ANY", "NONE"
3584
+ # resp.segment_response.segment_groups.include #=> String, one of "ALL", "ANY", "NONE"
3160
3585
  # resp.segment_response.segment_type #=> String, one of "DIMENSIONAL", "IMPORT"
3161
3586
  # resp.segment_response.version #=> Integer
3162
3587
  #
@@ -3202,6 +3627,7 @@ module Aws::Pinpoint
3202
3627
  # resp.export_jobs_response.item[0].definition.role_arn #=> String
3203
3628
  # resp.export_jobs_response.item[0].definition.s3_url_prefix #=> String
3204
3629
  # resp.export_jobs_response.item[0].definition.segment_id #=> String
3630
+ # resp.export_jobs_response.item[0].definition.segment_version #=> Integer
3205
3631
  # resp.export_jobs_response.item[0].failed_pieces #=> Integer
3206
3632
  # resp.export_jobs_response.item[0].failures #=> Array
3207
3633
  # resp.export_jobs_response.item[0].failures[0] #=> String
@@ -3331,6 +3757,12 @@ module Aws::Pinpoint
3331
3757
  # resp.segment_response.dimensions.location.country.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
3332
3758
  # resp.segment_response.dimensions.location.country.values #=> Array
3333
3759
  # resp.segment_response.dimensions.location.country.values[0] #=> String
3760
+ # resp.segment_response.dimensions.location.gps_point.coordinates.latitude #=> Float
3761
+ # resp.segment_response.dimensions.location.gps_point.coordinates.longitude #=> Float
3762
+ # resp.segment_response.dimensions.location.gps_point.range_in_kilometers #=> Float
3763
+ # resp.segment_response.dimensions.metrics #=> Hash
3764
+ # resp.segment_response.dimensions.metrics["__string"].comparison_operator #=> String
3765
+ # resp.segment_response.dimensions.metrics["__string"].value #=> Float
3334
3766
  # resp.segment_response.dimensions.user_attributes #=> Hash
3335
3767
  # resp.segment_response.dimensions.user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
3336
3768
  # resp.segment_response.dimensions.user_attributes["__string"].values #=> Array
@@ -3345,6 +3777,51 @@ module Aws::Pinpoint
3345
3777
  # resp.segment_response.import_definition.size #=> Integer
3346
3778
  # resp.segment_response.last_modified_date #=> String
3347
3779
  # resp.segment_response.name #=> String
3780
+ # resp.segment_response.segment_groups.groups #=> Array
3781
+ # resp.segment_response.segment_groups.groups[0].dimensions #=> Array
3782
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].attributes #=> Hash
3783
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
3784
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].attributes["__string"].values #=> Array
3785
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].attributes["__string"].values[0] #=> String
3786
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].behavior.recency.duration #=> String, one of "HR_24", "DAY_7", "DAY_14", "DAY_30"
3787
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].behavior.recency.recency_type #=> String, one of "ACTIVE", "INACTIVE"
3788
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].demographic.app_version.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
3789
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].demographic.app_version.values #=> Array
3790
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].demographic.app_version.values[0] #=> String
3791
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].demographic.channel.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
3792
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].demographic.channel.values #=> Array
3793
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].demographic.channel.values[0] #=> String
3794
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].demographic.device_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
3795
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].demographic.device_type.values #=> Array
3796
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].demographic.device_type.values[0] #=> String
3797
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].demographic.make.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
3798
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].demographic.make.values #=> Array
3799
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].demographic.make.values[0] #=> String
3800
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].demographic.model.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
3801
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].demographic.model.values #=> Array
3802
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].demographic.model.values[0] #=> String
3803
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].demographic.platform.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
3804
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].demographic.platform.values #=> Array
3805
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].demographic.platform.values[0] #=> String
3806
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].location.country.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
3807
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].location.country.values #=> Array
3808
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].location.country.values[0] #=> String
3809
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].location.gps_point.coordinates.latitude #=> Float
3810
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].location.gps_point.coordinates.longitude #=> Float
3811
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].location.gps_point.range_in_kilometers #=> Float
3812
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].metrics #=> Hash
3813
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].metrics["__string"].comparison_operator #=> String
3814
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].metrics["__string"].value #=> Float
3815
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].user_attributes #=> Hash
3816
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
3817
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].user_attributes["__string"].values #=> Array
3818
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].user_attributes["__string"].values[0] #=> String
3819
+ # resp.segment_response.segment_groups.groups[0].source_segments #=> Array
3820
+ # resp.segment_response.segment_groups.groups[0].source_segments[0].id #=> String
3821
+ # resp.segment_response.segment_groups.groups[0].source_segments[0].version #=> Integer
3822
+ # resp.segment_response.segment_groups.groups[0].source_type #=> String, one of "ALL", "ANY"
3823
+ # resp.segment_response.segment_groups.groups[0].type #=> String, one of "ALL", "ANY", "NONE"
3824
+ # resp.segment_response.segment_groups.include #=> String, one of "ALL", "ANY", "NONE"
3348
3825
  # resp.segment_response.segment_type #=> String, one of "DIMENSIONAL", "IMPORT"
3349
3826
  # resp.segment_response.version #=> Integer
3350
3827
  #
@@ -3412,6 +3889,12 @@ module Aws::Pinpoint
3412
3889
  # resp.segments_response.item[0].dimensions.location.country.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
3413
3890
  # resp.segments_response.item[0].dimensions.location.country.values #=> Array
3414
3891
  # resp.segments_response.item[0].dimensions.location.country.values[0] #=> String
3892
+ # resp.segments_response.item[0].dimensions.location.gps_point.coordinates.latitude #=> Float
3893
+ # resp.segments_response.item[0].dimensions.location.gps_point.coordinates.longitude #=> Float
3894
+ # resp.segments_response.item[0].dimensions.location.gps_point.range_in_kilometers #=> Float
3895
+ # resp.segments_response.item[0].dimensions.metrics #=> Hash
3896
+ # resp.segments_response.item[0].dimensions.metrics["__string"].comparison_operator #=> String
3897
+ # resp.segments_response.item[0].dimensions.metrics["__string"].value #=> Float
3415
3898
  # resp.segments_response.item[0].dimensions.user_attributes #=> Hash
3416
3899
  # resp.segments_response.item[0].dimensions.user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
3417
3900
  # resp.segments_response.item[0].dimensions.user_attributes["__string"].values #=> Array
@@ -3426,6 +3909,51 @@ module Aws::Pinpoint
3426
3909
  # resp.segments_response.item[0].import_definition.size #=> Integer
3427
3910
  # resp.segments_response.item[0].last_modified_date #=> String
3428
3911
  # resp.segments_response.item[0].name #=> String
3912
+ # resp.segments_response.item[0].segment_groups.groups #=> Array
3913
+ # resp.segments_response.item[0].segment_groups.groups[0].dimensions #=> Array
3914
+ # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].attributes #=> Hash
3915
+ # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
3916
+ # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].attributes["__string"].values #=> Array
3917
+ # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].attributes["__string"].values[0] #=> String
3918
+ # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].behavior.recency.duration #=> String, one of "HR_24", "DAY_7", "DAY_14", "DAY_30"
3919
+ # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].behavior.recency.recency_type #=> String, one of "ACTIVE", "INACTIVE"
3920
+ # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].demographic.app_version.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
3921
+ # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].demographic.app_version.values #=> Array
3922
+ # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].demographic.app_version.values[0] #=> String
3923
+ # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].demographic.channel.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
3924
+ # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].demographic.channel.values #=> Array
3925
+ # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].demographic.channel.values[0] #=> String
3926
+ # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].demographic.device_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
3927
+ # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].demographic.device_type.values #=> Array
3928
+ # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].demographic.device_type.values[0] #=> String
3929
+ # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].demographic.make.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
3930
+ # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].demographic.make.values #=> Array
3931
+ # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].demographic.make.values[0] #=> String
3932
+ # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].demographic.model.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
3933
+ # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].demographic.model.values #=> Array
3934
+ # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].demographic.model.values[0] #=> String
3935
+ # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].demographic.platform.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
3936
+ # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].demographic.platform.values #=> Array
3937
+ # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].demographic.platform.values[0] #=> String
3938
+ # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].location.country.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
3939
+ # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].location.country.values #=> Array
3940
+ # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].location.country.values[0] #=> String
3941
+ # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].location.gps_point.coordinates.latitude #=> Float
3942
+ # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].location.gps_point.coordinates.longitude #=> Float
3943
+ # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].location.gps_point.range_in_kilometers #=> Float
3944
+ # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].metrics #=> Hash
3945
+ # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].metrics["__string"].comparison_operator #=> String
3946
+ # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].metrics["__string"].value #=> Float
3947
+ # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].user_attributes #=> Hash
3948
+ # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
3949
+ # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].user_attributes["__string"].values #=> Array
3950
+ # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].user_attributes["__string"].values[0] #=> String
3951
+ # resp.segments_response.item[0].segment_groups.groups[0].source_segments #=> Array
3952
+ # resp.segments_response.item[0].segment_groups.groups[0].source_segments[0].id #=> String
3953
+ # resp.segments_response.item[0].segment_groups.groups[0].source_segments[0].version #=> Integer
3954
+ # resp.segments_response.item[0].segment_groups.groups[0].source_type #=> String, one of "ALL", "ANY"
3955
+ # resp.segments_response.item[0].segment_groups.groups[0].type #=> String, one of "ALL", "ANY", "NONE"
3956
+ # resp.segments_response.item[0].segment_groups.include #=> String, one of "ALL", "ANY", "NONE"
3429
3957
  # resp.segments_response.item[0].segment_type #=> String, one of "DIMENSIONAL", "IMPORT"
3430
3958
  # resp.segments_response.item[0].version #=> Integer
3431
3959
  # resp.segments_response.next_token #=> String
@@ -3491,6 +4019,12 @@ module Aws::Pinpoint
3491
4019
  # resp.segments_response.item[0].dimensions.location.country.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
3492
4020
  # resp.segments_response.item[0].dimensions.location.country.values #=> Array
3493
4021
  # resp.segments_response.item[0].dimensions.location.country.values[0] #=> String
4022
+ # resp.segments_response.item[0].dimensions.location.gps_point.coordinates.latitude #=> Float
4023
+ # resp.segments_response.item[0].dimensions.location.gps_point.coordinates.longitude #=> Float
4024
+ # resp.segments_response.item[0].dimensions.location.gps_point.range_in_kilometers #=> Float
4025
+ # resp.segments_response.item[0].dimensions.metrics #=> Hash
4026
+ # resp.segments_response.item[0].dimensions.metrics["__string"].comparison_operator #=> String
4027
+ # resp.segments_response.item[0].dimensions.metrics["__string"].value #=> Float
3494
4028
  # resp.segments_response.item[0].dimensions.user_attributes #=> Hash
3495
4029
  # resp.segments_response.item[0].dimensions.user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
3496
4030
  # resp.segments_response.item[0].dimensions.user_attributes["__string"].values #=> Array
@@ -3505,6 +4039,51 @@ module Aws::Pinpoint
3505
4039
  # resp.segments_response.item[0].import_definition.size #=> Integer
3506
4040
  # resp.segments_response.item[0].last_modified_date #=> String
3507
4041
  # resp.segments_response.item[0].name #=> String
4042
+ # resp.segments_response.item[0].segment_groups.groups #=> Array
4043
+ # resp.segments_response.item[0].segment_groups.groups[0].dimensions #=> Array
4044
+ # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].attributes #=> Hash
4045
+ # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
4046
+ # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].attributes["__string"].values #=> Array
4047
+ # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].attributes["__string"].values[0] #=> String
4048
+ # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].behavior.recency.duration #=> String, one of "HR_24", "DAY_7", "DAY_14", "DAY_30"
4049
+ # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].behavior.recency.recency_type #=> String, one of "ACTIVE", "INACTIVE"
4050
+ # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].demographic.app_version.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
4051
+ # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].demographic.app_version.values #=> Array
4052
+ # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].demographic.app_version.values[0] #=> String
4053
+ # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].demographic.channel.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
4054
+ # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].demographic.channel.values #=> Array
4055
+ # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].demographic.channel.values[0] #=> String
4056
+ # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].demographic.device_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
4057
+ # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].demographic.device_type.values #=> Array
4058
+ # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].demographic.device_type.values[0] #=> String
4059
+ # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].demographic.make.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
4060
+ # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].demographic.make.values #=> Array
4061
+ # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].demographic.make.values[0] #=> String
4062
+ # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].demographic.model.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
4063
+ # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].demographic.model.values #=> Array
4064
+ # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].demographic.model.values[0] #=> String
4065
+ # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].demographic.platform.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
4066
+ # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].demographic.platform.values #=> Array
4067
+ # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].demographic.platform.values[0] #=> String
4068
+ # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].location.country.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
4069
+ # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].location.country.values #=> Array
4070
+ # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].location.country.values[0] #=> String
4071
+ # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].location.gps_point.coordinates.latitude #=> Float
4072
+ # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].location.gps_point.coordinates.longitude #=> Float
4073
+ # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].location.gps_point.range_in_kilometers #=> Float
4074
+ # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].metrics #=> Hash
4075
+ # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].metrics["__string"].comparison_operator #=> String
4076
+ # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].metrics["__string"].value #=> Float
4077
+ # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].user_attributes #=> Hash
4078
+ # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
4079
+ # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].user_attributes["__string"].values #=> Array
4080
+ # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].user_attributes["__string"].values[0] #=> String
4081
+ # resp.segments_response.item[0].segment_groups.groups[0].source_segments #=> Array
4082
+ # resp.segments_response.item[0].segment_groups.groups[0].source_segments[0].id #=> String
4083
+ # resp.segments_response.item[0].segment_groups.groups[0].source_segments[0].version #=> Integer
4084
+ # resp.segments_response.item[0].segment_groups.groups[0].source_type #=> String, one of "ALL", "ANY"
4085
+ # resp.segments_response.item[0].segment_groups.groups[0].type #=> String, one of "ALL", "ANY", "NONE"
4086
+ # resp.segments_response.item[0].segment_groups.include #=> String, one of "ALL", "ANY", "NONE"
3508
4087
  # resp.segments_response.item[0].segment_type #=> String, one of "DIMENSIONAL", "IMPORT"
3509
4088
  # resp.segments_response.item[0].version #=> Integer
3510
4089
  # resp.segments_response.next_token #=> String
@@ -3518,7 +4097,7 @@ module Aws::Pinpoint
3518
4097
  req.send_request(options)
3519
4098
  end
3520
4099
 
3521
- # Get an SMS channel
4100
+ # Get an SMS channel.
3522
4101
  #
3523
4102
  # @option params [required, String] :application_id
3524
4103
  #
@@ -3543,8 +4122,10 @@ module Aws::Pinpoint
3543
4122
  # resp.sms_channel_response.last_modified_by #=> String
3544
4123
  # resp.sms_channel_response.last_modified_date #=> String
3545
4124
  # resp.sms_channel_response.platform #=> String
4125
+ # resp.sms_channel_response.promotional_messages_per_second #=> Integer
3546
4126
  # resp.sms_channel_response.sender_id #=> String
3547
4127
  # resp.sms_channel_response.short_code #=> String
4128
+ # resp.sms_channel_response.transactional_messages_per_second #=> Integer
3548
4129
  # resp.sms_channel_response.version #=> Integer
3549
4130
  #
3550
4131
  # @see http://docs.aws.amazon.com/goto/WebAPI/pinpoint-2016-12-01/GetSmsChannel AWS API Documentation
@@ -3556,13 +4137,119 @@ module Aws::Pinpoint
3556
4137
  req.send_request(options)
3557
4138
  end
3558
4139
 
4140
+ # Returns information about the endpoints associated with an user id.
4141
+ #
4142
+ # @option params [required, String] :application_id
4143
+ #
4144
+ # @option params [required, String] :user_id
4145
+ #
4146
+ # @return [Types::GetUserEndpointsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
4147
+ #
4148
+ # * {Types::GetUserEndpointsResponse#endpoints_response #endpoints_response} => Types::EndpointsResponse
4149
+ #
4150
+ # @example Request syntax with placeholder values
4151
+ #
4152
+ # resp = client.get_user_endpoints({
4153
+ # application_id: "__string", # required
4154
+ # user_id: "__string", # required
4155
+ # })
4156
+ #
4157
+ # @example Response structure
4158
+ #
4159
+ # resp.endpoints_response.item #=> Array
4160
+ # resp.endpoints_response.item[0].address #=> String
4161
+ # resp.endpoints_response.item[0].application_id #=> String
4162
+ # resp.endpoints_response.item[0].attributes #=> Hash
4163
+ # resp.endpoints_response.item[0].attributes["__string"] #=> Array
4164
+ # resp.endpoints_response.item[0].attributes["__string"][0] #=> String
4165
+ # resp.endpoints_response.item[0].channel_type #=> String, one of "GCM", "APNS", "APNS_SANDBOX", "APNS_VOIP", "APNS_VOIP_SANDBOX", "ADM", "SMS", "EMAIL", "BAIDU", "CUSTOM"
4166
+ # resp.endpoints_response.item[0].cohort_id #=> String
4167
+ # resp.endpoints_response.item[0].creation_date #=> String
4168
+ # resp.endpoints_response.item[0].demographic.app_version #=> String
4169
+ # resp.endpoints_response.item[0].demographic.locale #=> String
4170
+ # resp.endpoints_response.item[0].demographic.make #=> String
4171
+ # resp.endpoints_response.item[0].demographic.model #=> String
4172
+ # resp.endpoints_response.item[0].demographic.model_version #=> String
4173
+ # resp.endpoints_response.item[0].demographic.platform #=> String
4174
+ # resp.endpoints_response.item[0].demographic.platform_version #=> String
4175
+ # resp.endpoints_response.item[0].demographic.timezone #=> String
4176
+ # resp.endpoints_response.item[0].effective_date #=> String
4177
+ # resp.endpoints_response.item[0].endpoint_status #=> String
4178
+ # resp.endpoints_response.item[0].id #=> String
4179
+ # resp.endpoints_response.item[0].location.city #=> String
4180
+ # resp.endpoints_response.item[0].location.country #=> String
4181
+ # resp.endpoints_response.item[0].location.latitude #=> Float
4182
+ # resp.endpoints_response.item[0].location.longitude #=> Float
4183
+ # resp.endpoints_response.item[0].location.postal_code #=> String
4184
+ # resp.endpoints_response.item[0].location.region #=> String
4185
+ # resp.endpoints_response.item[0].metrics #=> Hash
4186
+ # resp.endpoints_response.item[0].metrics["__string"] #=> Float
4187
+ # resp.endpoints_response.item[0].opt_out #=> String
4188
+ # resp.endpoints_response.item[0].request_id #=> String
4189
+ # resp.endpoints_response.item[0].user.user_attributes #=> Hash
4190
+ # resp.endpoints_response.item[0].user.user_attributes["__string"] #=> Array
4191
+ # resp.endpoints_response.item[0].user.user_attributes["__string"][0] #=> String
4192
+ # resp.endpoints_response.item[0].user.user_id #=> String
4193
+ #
4194
+ # @see http://docs.aws.amazon.com/goto/WebAPI/pinpoint-2016-12-01/GetUserEndpoints AWS API Documentation
4195
+ #
4196
+ # @overload get_user_endpoints(params = {})
4197
+ # @param [Hash] params ({})
4198
+ def get_user_endpoints(params = {}, options = {})
4199
+ req = build_request(:get_user_endpoints, params)
4200
+ req.send_request(options)
4201
+ end
4202
+
4203
+ # Returns information about the specified phone number.
4204
+ #
4205
+ # @option params [required, Types::NumberValidateRequest] :number_validate_request
4206
+ # Phone Number Information request.
4207
+ #
4208
+ # @return [Types::PhoneNumberValidateResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
4209
+ #
4210
+ # * {Types::PhoneNumberValidateResponse#number_validate_response #number_validate_response} => Types::NumberValidateResponse
4211
+ #
4212
+ # @example Request syntax with placeholder values
4213
+ #
4214
+ # resp = client.phone_number_validate({
4215
+ # number_validate_request: { # required
4216
+ # iso_country_code: "__string",
4217
+ # phone_number: "__string",
4218
+ # },
4219
+ # })
4220
+ #
4221
+ # @example Response structure
4222
+ #
4223
+ # resp.number_validate_response.carrier #=> String
4224
+ # resp.number_validate_response.city #=> String
4225
+ # resp.number_validate_response.cleansed_phone_number_e164 #=> String
4226
+ # resp.number_validate_response.cleansed_phone_number_national #=> String
4227
+ # resp.number_validate_response.country #=> String
4228
+ # resp.number_validate_response.country_code_iso_2 #=> String
4229
+ # resp.number_validate_response.country_code_numeric #=> String
4230
+ # resp.number_validate_response.county #=> String
4231
+ # resp.number_validate_response.original_country_code_iso_2 #=> String
4232
+ # resp.number_validate_response.original_phone_number #=> String
4233
+ # resp.number_validate_response.phone_type #=> String
4234
+ # resp.number_validate_response.phone_type_code #=> Integer
4235
+ # resp.number_validate_response.timezone #=> String
4236
+ # resp.number_validate_response.zip_code #=> String
4237
+ #
4238
+ # @see http://docs.aws.amazon.com/goto/WebAPI/pinpoint-2016-12-01/PhoneNumberValidate AWS API Documentation
4239
+ #
4240
+ # @overload phone_number_validate(params = {})
4241
+ # @param [Hash] params ({})
4242
+ def phone_number_validate(params = {}, options = {})
4243
+ req = build_request(:phone_number_validate, params)
4244
+ req.send_request(options)
4245
+ end
4246
+
3559
4247
  # Use to create or update the event stream for an app.
3560
4248
  #
3561
4249
  # @option params [required, String] :application_id
3562
- # Application Id.
3563
4250
  #
3564
4251
  # @option params [required, Types::WriteEventStream] :write_event_stream
3565
- # Write event stream wrapper.
4252
+ # Request to save an EventStream.
3566
4253
  #
3567
4254
  # @return [Types::PutEventStreamResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3568
4255
  #
@@ -3596,7 +4283,54 @@ module Aws::Pinpoint
3596
4283
  req.send_request(options)
3597
4284
  end
3598
4285
 
3599
- # Send a batch of messages
4286
+ # Used to remove the attributes for an app
4287
+ #
4288
+ # @option params [required, String] :application_id
4289
+ #
4290
+ # @option params [required, String] :attribute_type
4291
+ #
4292
+ # @option params [required, Types::UpdateAttributesRequest] :update_attributes_request
4293
+ # Update attributes request
4294
+ #
4295
+ # @return [Types::RemoveAttributesResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
4296
+ #
4297
+ # * {Types::RemoveAttributesResponse#attributes_resource #attributes_resource} => Types::AttributesResource
4298
+ #
4299
+ # @example Request syntax with placeholder values
4300
+ #
4301
+ # resp = client.remove_attributes({
4302
+ # application_id: "__string", # required
4303
+ # attribute_type: "__string", # required
4304
+ # update_attributes_request: { # required
4305
+ # blacklist: ["__string"],
4306
+ # },
4307
+ # })
4308
+ #
4309
+ # @example Response structure
4310
+ #
4311
+ # resp.attributes_resource.application_id #=> String
4312
+ # resp.attributes_resource.attribute_type #=> String
4313
+ # resp.attributes_resource.attributes #=> Array
4314
+ # resp.attributes_resource.attributes[0] #=> String
4315
+ #
4316
+ # @see http://docs.aws.amazon.com/goto/WebAPI/pinpoint-2016-12-01/RemoveAttributes AWS API Documentation
4317
+ #
4318
+ # @overload remove_attributes(params = {})
4319
+ # @param [Hash] params ({})
4320
+ def remove_attributes(params = {}, options = {})
4321
+ req = build_request(:remove_attributes, params)
4322
+ req.send_request(options)
4323
+ end
4324
+
4325
+ # Use this resource to send a direct message, which is a one time
4326
+ # message that you send to a limited audience without creating a
4327
+ # campaign. You can send the message to up to 100 recipients. You cannot
4328
+ # use the message to engage a segment. When you send the message, Amazon
4329
+ # Pinpoint delivers it immediately, and you cannot schedule the
4330
+ # delivery. To engage a user segment, and to schedule the message
4331
+ # delivery, create a campaign instead of sending a direct message. You
4332
+ # can send a direct message as a push notification to your mobile app or
4333
+ # as an SMS message to SMS-enabled devices.
3600
4334
  #
3601
4335
  # @option params [required, String] :application_id
3602
4336
  #
@@ -3704,6 +4438,7 @@ module Aws::Pinpoint
3704
4438
  # substitutions: {
3705
4439
  # "__string" => ["__string"],
3706
4440
  # },
4441
+ # time_to_live: 1,
3707
4442
  # title: "__string",
3708
4443
  # url: "__string",
3709
4444
  # },
@@ -3751,6 +4486,7 @@ module Aws::Pinpoint
3751
4486
  # },
3752
4487
  # sms_message: {
3753
4488
  # body: "__string",
4489
+ # keyword: "__string",
3754
4490
  # message_type: "TRANSACTIONAL", # accepts TRANSACTIONAL, PROMOTIONAL
3755
4491
  # origination_number: "__string",
3756
4492
  # sender_id: "__string",
@@ -3768,12 +4504,14 @@ module Aws::Pinpoint
3768
4504
  # resp.message_response.endpoint_result #=> Hash
3769
4505
  # resp.message_response.endpoint_result["__string"].address #=> String
3770
4506
  # resp.message_response.endpoint_result["__string"].delivery_status #=> String, one of "SUCCESSFUL", "THROTTLED", "TEMPORARY_FAILURE", "PERMANENT_FAILURE", "UNKNOWN_FAILURE", "OPT_OUT", "DUPLICATE"
4507
+ # resp.message_response.endpoint_result["__string"].message_id #=> String
3771
4508
  # resp.message_response.endpoint_result["__string"].status_code #=> Integer
3772
4509
  # resp.message_response.endpoint_result["__string"].status_message #=> String
3773
4510
  # resp.message_response.endpoint_result["__string"].updated_token #=> String
3774
4511
  # resp.message_response.request_id #=> String
3775
4512
  # resp.message_response.result #=> Hash
3776
4513
  # resp.message_response.result["__string"].delivery_status #=> String, one of "SUCCESSFUL", "THROTTLED", "TEMPORARY_FAILURE", "PERMANENT_FAILURE", "UNKNOWN_FAILURE", "OPT_OUT", "DUPLICATE"
4514
+ # resp.message_response.result["__string"].message_id #=> String
3777
4515
  # resp.message_response.result["__string"].status_code #=> Integer
3778
4516
  # resp.message_response.result["__string"].status_message #=> String
3779
4517
  # resp.message_response.result["__string"].updated_token #=> String
@@ -3787,7 +4525,25 @@ module Aws::Pinpoint
3787
4525
  req.send_request(options)
3788
4526
  end
3789
4527
 
3790
- # Send a batch of messages to users
4528
+ # Use this resource to message a list of users. Amazon Pinpoint sends
4529
+ # the message to all of the endpoints that are associated with each
4530
+ # user. A user represents an individual who is assigned a unique user
4531
+ # ID, and this ID is assigned to one or more endpoints. For example, if
4532
+ # an individual uses your app on multiple devices, your app could assign
4533
+ # that person's user ID to the endpoint for each device. With the
4534
+ # users-messages resource, you specify the message recipients as user
4535
+ # IDs. For each user ID, Amazon Pinpoint delivers the message to all of
4536
+ # the user's endpoints. Within the body of your request, you can
4537
+ # specify a default message, and you can tailor your message for
4538
+ # different channels, including those for mobile push and SMS. With this
4539
+ # resource, you send a direct message, which is a one time message that
4540
+ # you send to a limited audience without creating a campaign. You can
4541
+ # send the message to up to 100 users per request. You cannot use the
4542
+ # message to engage a segment. When you send the message, Amazon
4543
+ # Pinpoint delivers it immediately, and you cannot schedule the
4544
+ # delivery. To engage a user segment, and to schedule the message
4545
+ # delivery, create a campaign instead of using the users-messages
4546
+ # resource.
3791
4547
  #
3792
4548
  # @option params [required, String] :application_id
3793
4549
  #
@@ -3868,6 +4624,7 @@ module Aws::Pinpoint
3868
4624
  # substitutions: {
3869
4625
  # "__string" => ["__string"],
3870
4626
  # },
4627
+ # time_to_live: 1,
3871
4628
  # title: "__string",
3872
4629
  # url: "__string",
3873
4630
  # },
@@ -3915,6 +4672,7 @@ module Aws::Pinpoint
3915
4672
  # },
3916
4673
  # sms_message: {
3917
4674
  # body: "__string",
4675
+ # keyword: "__string",
3918
4676
  # message_type: "TRANSACTIONAL", # accepts TRANSACTIONAL, PROMOTIONAL
3919
4677
  # origination_number: "__string",
3920
4678
  # sender_id: "__string",
@@ -3947,6 +4705,7 @@ module Aws::Pinpoint
3947
4705
  # resp.send_users_message_response.result["__string"] #=> Hash
3948
4706
  # resp.send_users_message_response.result["__string"]["__string"].address #=> String
3949
4707
  # resp.send_users_message_response.result["__string"]["__string"].delivery_status #=> String, one of "SUCCESSFUL", "THROTTLED", "TEMPORARY_FAILURE", "PERMANENT_FAILURE", "UNKNOWN_FAILURE", "OPT_OUT", "DUPLICATE"
4708
+ # resp.send_users_message_response.result["__string"]["__string"].message_id #=> String
3950
4709
  # resp.send_users_message_response.result["__string"]["__string"].status_code #=> Integer
3951
4710
  # resp.send_users_message_response.result["__string"]["__string"].status_message #=> String
3952
4711
  # resp.send_users_message_response.result["__string"]["__string"].updated_token #=> String
@@ -3960,7 +4719,7 @@ module Aws::Pinpoint
3960
4719
  req.send_request(options)
3961
4720
  end
3962
4721
 
3963
- # Update an ADM channel
4722
+ # Update an ADM channel.
3964
4723
  #
3965
4724
  # @option params [required, Types::ADMChannelRequest] :adm_channel_request
3966
4725
  # Amazon Device Messaging channel definition.
@@ -4055,7 +4814,7 @@ module Aws::Pinpoint
4055
4814
  req.send_request(options)
4056
4815
  end
4057
4816
 
4058
- # Update an APNS sandbox channel
4817
+ # Update an APNS sandbox channel.
4059
4818
  #
4060
4819
  # @option params [required, Types::APNSSandboxChannelRequest] :apns_sandbox_channel_request
4061
4820
  # Apple Development Push Notification Service channel definition.
@@ -4229,6 +4988,7 @@ module Aws::Pinpoint
4229
4988
  # mode: "DELIVERY", # accepts DELIVERY, FILTER
4230
4989
  # web_url: "__string",
4231
4990
  # },
4991
+ # cloud_watch_metrics_enabled: false,
4232
4992
  # limits: {
4233
4993
  # daily: 1,
4234
4994
  # maximum_duration: 1,
@@ -4342,6 +5102,7 @@ module Aws::Pinpoint
4342
5102
  # media_url: "__string",
4343
5103
  # raw_content: "__string",
4344
5104
  # silent_push: false,
5105
+ # time_to_live: 1,
4345
5106
  # title: "__string",
4346
5107
  # url: "__string",
4347
5108
  # },
@@ -4355,6 +5116,7 @@ module Aws::Pinpoint
4355
5116
  # media_url: "__string",
4356
5117
  # raw_content: "__string",
4357
5118
  # silent_push: false,
5119
+ # time_to_live: 1,
4358
5120
  # title: "__string",
4359
5121
  # url: "__string",
4360
5122
  # },
@@ -4368,6 +5130,7 @@ module Aws::Pinpoint
4368
5130
  # media_url: "__string",
4369
5131
  # raw_content: "__string",
4370
5132
  # silent_push: false,
5133
+ # time_to_live: 1,
4371
5134
  # title: "__string",
4372
5135
  # url: "__string",
4373
5136
  # },
@@ -4381,6 +5144,7 @@ module Aws::Pinpoint
4381
5144
  # media_url: "__string",
4382
5145
  # raw_content: "__string",
4383
5146
  # silent_push: false,
5147
+ # time_to_live: 1,
4384
5148
  # title: "__string",
4385
5149
  # url: "__string",
4386
5150
  # },
@@ -4400,6 +5164,7 @@ module Aws::Pinpoint
4400
5164
  # media_url: "__string",
4401
5165
  # raw_content: "__string",
4402
5166
  # silent_push: false,
5167
+ # time_to_live: 1,
4403
5168
  # title: "__string",
4404
5169
  # url: "__string",
4405
5170
  # },
@@ -4450,6 +5215,7 @@ module Aws::Pinpoint
4450
5215
  # media_url: "__string",
4451
5216
  # raw_content: "__string",
4452
5217
  # silent_push: false,
5218
+ # time_to_live: 1,
4453
5219
  # title: "__string",
4454
5220
  # url: "__string",
4455
5221
  # },
@@ -4463,6 +5229,7 @@ module Aws::Pinpoint
4463
5229
  # media_url: "__string",
4464
5230
  # raw_content: "__string",
4465
5231
  # silent_push: false,
5232
+ # time_to_live: 1,
4466
5233
  # title: "__string",
4467
5234
  # url: "__string",
4468
5235
  # },
@@ -4476,6 +5243,7 @@ module Aws::Pinpoint
4476
5243
  # media_url: "__string",
4477
5244
  # raw_content: "__string",
4478
5245
  # silent_push: false,
5246
+ # time_to_live: 1,
4479
5247
  # title: "__string",
4480
5248
  # url: "__string",
4481
5249
  # },
@@ -4489,6 +5257,7 @@ module Aws::Pinpoint
4489
5257
  # media_url: "__string",
4490
5258
  # raw_content: "__string",
4491
5259
  # silent_push: false,
5260
+ # time_to_live: 1,
4492
5261
  # title: "__string",
4493
5262
  # url: "__string",
4494
5263
  # },
@@ -4508,6 +5277,7 @@ module Aws::Pinpoint
4508
5277
  # media_url: "__string",
4509
5278
  # raw_content: "__string",
4510
5279
  # silent_push: false,
5280
+ # time_to_live: 1,
4511
5281
  # title: "__string",
4512
5282
  # url: "__string",
4513
5283
  # },
@@ -4549,6 +5319,7 @@ module Aws::Pinpoint
4549
5319
  # resp.campaign_response.additional_treatments[0].message_configuration.adm_message.media_url #=> String
4550
5320
  # resp.campaign_response.additional_treatments[0].message_configuration.adm_message.raw_content #=> String
4551
5321
  # resp.campaign_response.additional_treatments[0].message_configuration.adm_message.silent_push #=> Boolean
5322
+ # resp.campaign_response.additional_treatments[0].message_configuration.adm_message.time_to_live #=> Integer
4552
5323
  # resp.campaign_response.additional_treatments[0].message_configuration.adm_message.title #=> String
4553
5324
  # resp.campaign_response.additional_treatments[0].message_configuration.adm_message.url #=> String
4554
5325
  # resp.campaign_response.additional_treatments[0].message_configuration.apns_message.action #=> String, one of "OPEN_APP", "DEEP_LINK", "URL"
@@ -4560,6 +5331,7 @@ module Aws::Pinpoint
4560
5331
  # resp.campaign_response.additional_treatments[0].message_configuration.apns_message.media_url #=> String
4561
5332
  # resp.campaign_response.additional_treatments[0].message_configuration.apns_message.raw_content #=> String
4562
5333
  # resp.campaign_response.additional_treatments[0].message_configuration.apns_message.silent_push #=> Boolean
5334
+ # resp.campaign_response.additional_treatments[0].message_configuration.apns_message.time_to_live #=> Integer
4563
5335
  # resp.campaign_response.additional_treatments[0].message_configuration.apns_message.title #=> String
4564
5336
  # resp.campaign_response.additional_treatments[0].message_configuration.apns_message.url #=> String
4565
5337
  # resp.campaign_response.additional_treatments[0].message_configuration.baidu_message.action #=> String, one of "OPEN_APP", "DEEP_LINK", "URL"
@@ -4571,6 +5343,7 @@ module Aws::Pinpoint
4571
5343
  # resp.campaign_response.additional_treatments[0].message_configuration.baidu_message.media_url #=> String
4572
5344
  # resp.campaign_response.additional_treatments[0].message_configuration.baidu_message.raw_content #=> String
4573
5345
  # resp.campaign_response.additional_treatments[0].message_configuration.baidu_message.silent_push #=> Boolean
5346
+ # resp.campaign_response.additional_treatments[0].message_configuration.baidu_message.time_to_live #=> Integer
4574
5347
  # resp.campaign_response.additional_treatments[0].message_configuration.baidu_message.title #=> String
4575
5348
  # resp.campaign_response.additional_treatments[0].message_configuration.baidu_message.url #=> String
4576
5349
  # resp.campaign_response.additional_treatments[0].message_configuration.default_message.action #=> String, one of "OPEN_APP", "DEEP_LINK", "URL"
@@ -4582,6 +5355,7 @@ module Aws::Pinpoint
4582
5355
  # resp.campaign_response.additional_treatments[0].message_configuration.default_message.media_url #=> String
4583
5356
  # resp.campaign_response.additional_treatments[0].message_configuration.default_message.raw_content #=> String
4584
5357
  # resp.campaign_response.additional_treatments[0].message_configuration.default_message.silent_push #=> Boolean
5358
+ # resp.campaign_response.additional_treatments[0].message_configuration.default_message.time_to_live #=> Integer
4585
5359
  # resp.campaign_response.additional_treatments[0].message_configuration.default_message.title #=> String
4586
5360
  # resp.campaign_response.additional_treatments[0].message_configuration.default_message.url #=> String
4587
5361
  # resp.campaign_response.additional_treatments[0].message_configuration.email_message.body #=> String
@@ -4597,6 +5371,7 @@ module Aws::Pinpoint
4597
5371
  # resp.campaign_response.additional_treatments[0].message_configuration.gcm_message.media_url #=> String
4598
5372
  # resp.campaign_response.additional_treatments[0].message_configuration.gcm_message.raw_content #=> String
4599
5373
  # resp.campaign_response.additional_treatments[0].message_configuration.gcm_message.silent_push #=> Boolean
5374
+ # resp.campaign_response.additional_treatments[0].message_configuration.gcm_message.time_to_live #=> Integer
4600
5375
  # resp.campaign_response.additional_treatments[0].message_configuration.gcm_message.title #=> String
4601
5376
  # resp.campaign_response.additional_treatments[0].message_configuration.gcm_message.url #=> String
4602
5377
  # resp.campaign_response.additional_treatments[0].message_configuration.sms_message.body #=> String
@@ -4610,12 +5385,12 @@ module Aws::Pinpoint
4610
5385
  # resp.campaign_response.additional_treatments[0].schedule.start_time #=> String
4611
5386
  # resp.campaign_response.additional_treatments[0].schedule.timezone #=> String
4612
5387
  # resp.campaign_response.additional_treatments[0].size_percent #=> Integer
4613
- # resp.campaign_response.additional_treatments[0].state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED"
5388
+ # resp.campaign_response.additional_treatments[0].state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED", "DELETED"
4614
5389
  # resp.campaign_response.additional_treatments[0].treatment_description #=> String
4615
5390
  # resp.campaign_response.additional_treatments[0].treatment_name #=> String
4616
5391
  # resp.campaign_response.application_id #=> String
4617
5392
  # resp.campaign_response.creation_date #=> String
4618
- # resp.campaign_response.default_state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED"
5393
+ # resp.campaign_response.default_state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED", "DELETED"
4619
5394
  # resp.campaign_response.description #=> String
4620
5395
  # resp.campaign_response.holdout_percent #=> Integer
4621
5396
  # resp.campaign_response.hook.lambda_function_name #=> String
@@ -4637,6 +5412,7 @@ module Aws::Pinpoint
4637
5412
  # resp.campaign_response.message_configuration.adm_message.media_url #=> String
4638
5413
  # resp.campaign_response.message_configuration.adm_message.raw_content #=> String
4639
5414
  # resp.campaign_response.message_configuration.adm_message.silent_push #=> Boolean
5415
+ # resp.campaign_response.message_configuration.adm_message.time_to_live #=> Integer
4640
5416
  # resp.campaign_response.message_configuration.adm_message.title #=> String
4641
5417
  # resp.campaign_response.message_configuration.adm_message.url #=> String
4642
5418
  # resp.campaign_response.message_configuration.apns_message.action #=> String, one of "OPEN_APP", "DEEP_LINK", "URL"
@@ -4648,6 +5424,7 @@ module Aws::Pinpoint
4648
5424
  # resp.campaign_response.message_configuration.apns_message.media_url #=> String
4649
5425
  # resp.campaign_response.message_configuration.apns_message.raw_content #=> String
4650
5426
  # resp.campaign_response.message_configuration.apns_message.silent_push #=> Boolean
5427
+ # resp.campaign_response.message_configuration.apns_message.time_to_live #=> Integer
4651
5428
  # resp.campaign_response.message_configuration.apns_message.title #=> String
4652
5429
  # resp.campaign_response.message_configuration.apns_message.url #=> String
4653
5430
  # resp.campaign_response.message_configuration.baidu_message.action #=> String, one of "OPEN_APP", "DEEP_LINK", "URL"
@@ -4659,6 +5436,7 @@ module Aws::Pinpoint
4659
5436
  # resp.campaign_response.message_configuration.baidu_message.media_url #=> String
4660
5437
  # resp.campaign_response.message_configuration.baidu_message.raw_content #=> String
4661
5438
  # resp.campaign_response.message_configuration.baidu_message.silent_push #=> Boolean
5439
+ # resp.campaign_response.message_configuration.baidu_message.time_to_live #=> Integer
4662
5440
  # resp.campaign_response.message_configuration.baidu_message.title #=> String
4663
5441
  # resp.campaign_response.message_configuration.baidu_message.url #=> String
4664
5442
  # resp.campaign_response.message_configuration.default_message.action #=> String, one of "OPEN_APP", "DEEP_LINK", "URL"
@@ -4670,6 +5448,7 @@ module Aws::Pinpoint
4670
5448
  # resp.campaign_response.message_configuration.default_message.media_url #=> String
4671
5449
  # resp.campaign_response.message_configuration.default_message.raw_content #=> String
4672
5450
  # resp.campaign_response.message_configuration.default_message.silent_push #=> Boolean
5451
+ # resp.campaign_response.message_configuration.default_message.time_to_live #=> Integer
4673
5452
  # resp.campaign_response.message_configuration.default_message.title #=> String
4674
5453
  # resp.campaign_response.message_configuration.default_message.url #=> String
4675
5454
  # resp.campaign_response.message_configuration.email_message.body #=> String
@@ -4685,6 +5464,7 @@ module Aws::Pinpoint
4685
5464
  # resp.campaign_response.message_configuration.gcm_message.media_url #=> String
4686
5465
  # resp.campaign_response.message_configuration.gcm_message.raw_content #=> String
4687
5466
  # resp.campaign_response.message_configuration.gcm_message.silent_push #=> Boolean
5467
+ # resp.campaign_response.message_configuration.gcm_message.time_to_live #=> Integer
4688
5468
  # resp.campaign_response.message_configuration.gcm_message.title #=> String
4689
5469
  # resp.campaign_response.message_configuration.gcm_message.url #=> String
4690
5470
  # resp.campaign_response.message_configuration.sms_message.body #=> String
@@ -4700,7 +5480,7 @@ module Aws::Pinpoint
4700
5480
  # resp.campaign_response.schedule.timezone #=> String
4701
5481
  # resp.campaign_response.segment_id #=> String
4702
5482
  # resp.campaign_response.segment_version #=> Integer
4703
- # resp.campaign_response.state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED"
5483
+ # resp.campaign_response.state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED", "DELETED"
4704
5484
  # resp.campaign_response.treatment_description #=> String
4705
5485
  # resp.campaign_response.treatment_name #=> String
4706
5486
  # resp.campaign_response.version #=> Integer
@@ -4714,7 +5494,7 @@ module Aws::Pinpoint
4714
5494
  req.send_request(options)
4715
5495
  end
4716
5496
 
4717
- # Update an email channel
5497
+ # Update an email channel.
4718
5498
  #
4719
5499
  # @option params [required, String] :application_id
4720
5500
  #
@@ -4749,6 +5529,7 @@ module Aws::Pinpoint
4749
5529
  # resp.email_channel_response.is_archived #=> Boolean
4750
5530
  # resp.email_channel_response.last_modified_by #=> String
4751
5531
  # resp.email_channel_response.last_modified_date #=> String
5532
+ # resp.email_channel_response.messages_per_second #=> Integer
4752
5533
  # resp.email_channel_response.platform #=> String
4753
5534
  # resp.email_channel_response.role_arn #=> String
4754
5535
  # resp.email_channel_response.version #=> Integer
@@ -4762,7 +5543,7 @@ module Aws::Pinpoint
4762
5543
  req.send_request(options)
4763
5544
  end
4764
5545
 
4765
- # Use to update an endpoint.
5546
+ # Creates or updates an endpoint.
4766
5547
  #
4767
5548
  # @option params [required, String] :application_id
4768
5549
  #
@@ -5015,6 +5796,19 @@ module Aws::Pinpoint
5015
5796
  # dimension_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
5016
5797
  # values: ["__string"],
5017
5798
  # },
5799
+ # gps_point: {
5800
+ # coordinates: {
5801
+ # latitude: 1.0,
5802
+ # longitude: 1.0,
5803
+ # },
5804
+ # range_in_kilometers: 1.0,
5805
+ # },
5806
+ # },
5807
+ # metrics: {
5808
+ # "__string" => {
5809
+ # comparison_operator: "__string",
5810
+ # value: 1.0,
5811
+ # },
5018
5812
  # },
5019
5813
  # user_attributes: {
5020
5814
  # "__string" => {
@@ -5024,6 +5818,88 @@ module Aws::Pinpoint
5024
5818
  # },
5025
5819
  # },
5026
5820
  # name: "__string",
5821
+ # segment_groups: {
5822
+ # groups: [
5823
+ # {
5824
+ # dimensions: [
5825
+ # {
5826
+ # attributes: {
5827
+ # "__string" => {
5828
+ # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
5829
+ # values: ["__string"],
5830
+ # },
5831
+ # },
5832
+ # behavior: {
5833
+ # recency: {
5834
+ # duration: "HR_24", # accepts HR_24, DAY_7, DAY_14, DAY_30
5835
+ # recency_type: "ACTIVE", # accepts ACTIVE, INACTIVE
5836
+ # },
5837
+ # },
5838
+ # demographic: {
5839
+ # app_version: {
5840
+ # dimension_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
5841
+ # values: ["__string"],
5842
+ # },
5843
+ # channel: {
5844
+ # dimension_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
5845
+ # values: ["__string"],
5846
+ # },
5847
+ # device_type: {
5848
+ # dimension_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
5849
+ # values: ["__string"],
5850
+ # },
5851
+ # make: {
5852
+ # dimension_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
5853
+ # values: ["__string"],
5854
+ # },
5855
+ # model: {
5856
+ # dimension_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
5857
+ # values: ["__string"],
5858
+ # },
5859
+ # platform: {
5860
+ # dimension_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
5861
+ # values: ["__string"],
5862
+ # },
5863
+ # },
5864
+ # location: {
5865
+ # country: {
5866
+ # dimension_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
5867
+ # values: ["__string"],
5868
+ # },
5869
+ # gps_point: {
5870
+ # coordinates: {
5871
+ # latitude: 1.0,
5872
+ # longitude: 1.0,
5873
+ # },
5874
+ # range_in_kilometers: 1.0,
5875
+ # },
5876
+ # },
5877
+ # metrics: {
5878
+ # "__string" => {
5879
+ # comparison_operator: "__string",
5880
+ # value: 1.0,
5881
+ # },
5882
+ # },
5883
+ # user_attributes: {
5884
+ # "__string" => {
5885
+ # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
5886
+ # values: ["__string"],
5887
+ # },
5888
+ # },
5889
+ # },
5890
+ # ],
5891
+ # source_segments: [
5892
+ # {
5893
+ # id: "__string",
5894
+ # version: 1,
5895
+ # },
5896
+ # ],
5897
+ # source_type: "ALL", # accepts ALL, ANY
5898
+ # type: "ALL", # accepts ALL, ANY, NONE
5899
+ # },
5900
+ # ],
5901
+ # include: "ALL", # accepts ALL, ANY, NONE
5902
+ # },
5027
5903
  # },
5028
5904
  # })
5029
5905
  #
@@ -5058,6 +5934,12 @@ module Aws::Pinpoint
5058
5934
  # resp.segment_response.dimensions.location.country.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
5059
5935
  # resp.segment_response.dimensions.location.country.values #=> Array
5060
5936
  # resp.segment_response.dimensions.location.country.values[0] #=> String
5937
+ # resp.segment_response.dimensions.location.gps_point.coordinates.latitude #=> Float
5938
+ # resp.segment_response.dimensions.location.gps_point.coordinates.longitude #=> Float
5939
+ # resp.segment_response.dimensions.location.gps_point.range_in_kilometers #=> Float
5940
+ # resp.segment_response.dimensions.metrics #=> Hash
5941
+ # resp.segment_response.dimensions.metrics["__string"].comparison_operator #=> String
5942
+ # resp.segment_response.dimensions.metrics["__string"].value #=> Float
5061
5943
  # resp.segment_response.dimensions.user_attributes #=> Hash
5062
5944
  # resp.segment_response.dimensions.user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
5063
5945
  # resp.segment_response.dimensions.user_attributes["__string"].values #=> Array
@@ -5072,6 +5954,51 @@ module Aws::Pinpoint
5072
5954
  # resp.segment_response.import_definition.size #=> Integer
5073
5955
  # resp.segment_response.last_modified_date #=> String
5074
5956
  # resp.segment_response.name #=> String
5957
+ # resp.segment_response.segment_groups.groups #=> Array
5958
+ # resp.segment_response.segment_groups.groups[0].dimensions #=> Array
5959
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].attributes #=> Hash
5960
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
5961
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].attributes["__string"].values #=> Array
5962
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].attributes["__string"].values[0] #=> String
5963
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].behavior.recency.duration #=> String, one of "HR_24", "DAY_7", "DAY_14", "DAY_30"
5964
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].behavior.recency.recency_type #=> String, one of "ACTIVE", "INACTIVE"
5965
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].demographic.app_version.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
5966
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].demographic.app_version.values #=> Array
5967
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].demographic.app_version.values[0] #=> String
5968
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].demographic.channel.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
5969
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].demographic.channel.values #=> Array
5970
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].demographic.channel.values[0] #=> String
5971
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].demographic.device_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
5972
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].demographic.device_type.values #=> Array
5973
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].demographic.device_type.values[0] #=> String
5974
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].demographic.make.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
5975
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].demographic.make.values #=> Array
5976
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].demographic.make.values[0] #=> String
5977
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].demographic.model.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
5978
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].demographic.model.values #=> Array
5979
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].demographic.model.values[0] #=> String
5980
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].demographic.platform.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
5981
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].demographic.platform.values #=> Array
5982
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].demographic.platform.values[0] #=> String
5983
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].location.country.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
5984
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].location.country.values #=> Array
5985
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].location.country.values[0] #=> String
5986
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].location.gps_point.coordinates.latitude #=> Float
5987
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].location.gps_point.coordinates.longitude #=> Float
5988
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].location.gps_point.range_in_kilometers #=> Float
5989
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].metrics #=> Hash
5990
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].metrics["__string"].comparison_operator #=> String
5991
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].metrics["__string"].value #=> Float
5992
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].user_attributes #=> Hash
5993
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
5994
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].user_attributes["__string"].values #=> Array
5995
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].user_attributes["__string"].values[0] #=> String
5996
+ # resp.segment_response.segment_groups.groups[0].source_segments #=> Array
5997
+ # resp.segment_response.segment_groups.groups[0].source_segments[0].id #=> String
5998
+ # resp.segment_response.segment_groups.groups[0].source_segments[0].version #=> Integer
5999
+ # resp.segment_response.segment_groups.groups[0].source_type #=> String, one of "ALL", "ANY"
6000
+ # resp.segment_response.segment_groups.groups[0].type #=> String, one of "ALL", "ANY", "NONE"
6001
+ # resp.segment_response.segment_groups.include #=> String, one of "ALL", "ANY", "NONE"
5075
6002
  # resp.segment_response.segment_type #=> String, one of "DIMENSIONAL", "IMPORT"
5076
6003
  # resp.segment_response.version #=> Integer
5077
6004
  #
@@ -5084,7 +6011,7 @@ module Aws::Pinpoint
5084
6011
  req.send_request(options)
5085
6012
  end
5086
6013
 
5087
- # Update an SMS channel
6014
+ # Update an SMS channel.
5088
6015
  #
5089
6016
  # @option params [required, String] :application_id
5090
6017
  #
@@ -5117,8 +6044,10 @@ module Aws::Pinpoint
5117
6044
  # resp.sms_channel_response.last_modified_by #=> String
5118
6045
  # resp.sms_channel_response.last_modified_date #=> String
5119
6046
  # resp.sms_channel_response.platform #=> String
6047
+ # resp.sms_channel_response.promotional_messages_per_second #=> Integer
5120
6048
  # resp.sms_channel_response.sender_id #=> String
5121
6049
  # resp.sms_channel_response.short_code #=> String
6050
+ # resp.sms_channel_response.transactional_messages_per_second #=> Integer
5122
6051
  # resp.sms_channel_response.version #=> Integer
5123
6052
  #
5124
6053
  # @see http://docs.aws.amazon.com/goto/WebAPI/pinpoint-2016-12-01/UpdateSmsChannel AWS API Documentation
@@ -5143,7 +6072,7 @@ module Aws::Pinpoint
5143
6072
  params: params,
5144
6073
  config: config)
5145
6074
  context[:gem_name] = 'aws-sdk-pinpoint'
5146
- context[:gem_version] = '1.5.0'
6075
+ context[:gem_version] = '1.6.0'
5147
6076
  Seahorse::Client::Request.new(handlers, context)
5148
6077
  end
5149
6078