aws-sdk-personalize 1.12.0 → 1.17.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -67,6 +69,7 @@ module Aws::Personalize
67
69
  :role_arn,
68
70
  :creation_date_time,
69
71
  :last_updated_date_time)
72
+ SENSITIVE = []
70
73
  include Aws::Structure
71
74
  end
72
75
 
@@ -85,6 +88,7 @@ module Aws::Personalize
85
88
  class AlgorithmImage < Struct.new(
86
89
  :name,
87
90
  :docker_uri)
91
+ SENSITIVE = []
88
92
  include Aws::Structure
89
93
  end
90
94
 
@@ -114,6 +118,7 @@ module Aws::Personalize
114
118
  class AutoMLConfig < Struct.new(
115
119
  :metric_name,
116
120
  :recipe_list)
121
+ SENSITIVE = []
117
122
  include Aws::Structure
118
123
  end
119
124
 
@@ -129,6 +134,7 @@ module Aws::Personalize
129
134
  #
130
135
  class AutoMLResult < Struct.new(
131
136
  :best_recipe_arn)
137
+ SENSITIVE = []
132
138
  include Aws::Structure
133
139
  end
134
140
 
@@ -142,6 +148,10 @@ module Aws::Personalize
142
148
  # The Amazon Resource Name (ARN) of the batch inference job.
143
149
  # @return [String]
144
150
  #
151
+ # @!attribute [rw] filter_arn
152
+ # The ARN of the filter used on the batch inference job.
153
+ # @return [String]
154
+ #
145
155
  # @!attribute [rw] failure_reason
146
156
  # If the batch inference job failed, the reason for the failure.
147
157
  # @return [String]
@@ -167,6 +177,11 @@ module Aws::Personalize
167
177
  # batch inference job.
168
178
  # @return [Types::BatchInferenceJobOutput]
169
179
  #
180
+ # @!attribute [rw] batch_inference_job_config
181
+ # A string to string map of the configuration details of a batch
182
+ # inference job.
183
+ # @return [Types::BatchInferenceJobConfig]
184
+ #
170
185
  # @!attribute [rw] role_arn
171
186
  # The ARN of the Amazon Identity and Access Management (IAM) role that
172
187
  # requested the batch inference job.
@@ -198,15 +213,43 @@ module Aws::Personalize
198
213
  class BatchInferenceJob < Struct.new(
199
214
  :job_name,
200
215
  :batch_inference_job_arn,
216
+ :filter_arn,
201
217
  :failure_reason,
202
218
  :solution_version_arn,
203
219
  :num_results,
204
220
  :job_input,
205
221
  :job_output,
222
+ :batch_inference_job_config,
206
223
  :role_arn,
207
224
  :status,
208
225
  :creation_date_time,
209
226
  :last_updated_date_time)
227
+ SENSITIVE = []
228
+ include Aws::Structure
229
+ end
230
+
231
+ # The configuration details of a batch inference job.
232
+ #
233
+ # @note When making an API call, you may pass BatchInferenceJobConfig
234
+ # data as a hash:
235
+ #
236
+ # {
237
+ # item_exploration_config: {
238
+ # "ParameterName" => "ParameterValue",
239
+ # },
240
+ # }
241
+ #
242
+ # @!attribute [rw] item_exploration_config
243
+ # A string to string map specifying the inference hyperparameters you
244
+ # wish to use for hyperparameter optimization. See
245
+ # customizing-solution-config-hpo.
246
+ # @return [Hash<String,String>]
247
+ #
248
+ # @see http://docs.aws.amazon.com/goto/WebAPI/personalize-2018-05-22/BatchInferenceJobConfig AWS API Documentation
249
+ #
250
+ class BatchInferenceJobConfig < Struct.new(
251
+ :item_exploration_config)
252
+ SENSITIVE = []
210
253
  include Aws::Structure
211
254
  end
212
255
 
@@ -232,6 +275,7 @@ module Aws::Personalize
232
275
  #
233
276
  class BatchInferenceJobInput < Struct.new(
234
277
  :s3_data_source)
278
+ SENSITIVE = []
235
279
  include Aws::Structure
236
280
  end
237
281
 
@@ -256,6 +300,7 @@ module Aws::Personalize
256
300
  #
257
301
  class BatchInferenceJobOutput < Struct.new(
258
302
  :s3_data_destination)
303
+ SENSITIVE = []
259
304
  include Aws::Structure
260
305
  end
261
306
 
@@ -310,6 +355,7 @@ module Aws::Personalize
310
355
  :last_updated_date_time,
311
356
  :failure_reason,
312
357
  :solution_version_arn)
358
+ SENSITIVE = []
313
359
  include Aws::Structure
314
360
  end
315
361
 
@@ -334,6 +380,10 @@ module Aws::Personalize
334
380
  # (recommendations) per second.
335
381
  # @return [Integer]
336
382
  #
383
+ # @!attribute [rw] campaign_config
384
+ # The configuration details of a campaign.
385
+ # @return [Types::CampaignConfig]
386
+ #
337
387
  # @!attribute [rw] status
338
388
  # The status of the campaign.
339
389
  #
@@ -370,11 +420,38 @@ module Aws::Personalize
370
420
  :campaign_arn,
371
421
  :solution_version_arn,
372
422
  :min_provisioned_tps,
423
+ :campaign_config,
373
424
  :status,
374
425
  :failure_reason,
375
426
  :creation_date_time,
376
427
  :last_updated_date_time,
377
428
  :latest_campaign_update)
429
+ SENSITIVE = []
430
+ include Aws::Structure
431
+ end
432
+
433
+ # The configuration details of a campaign.
434
+ #
435
+ # @note When making an API call, you may pass CampaignConfig
436
+ # data as a hash:
437
+ #
438
+ # {
439
+ # item_exploration_config: {
440
+ # "ParameterName" => "ParameterValue",
441
+ # },
442
+ # }
443
+ #
444
+ # @!attribute [rw] item_exploration_config
445
+ # A string to string map specifying the inference hyperparameters you
446
+ # wish to use for hyperparameter optimization. See
447
+ # customizing-solution-config-hpo.
448
+ # @return [Hash<String,String>]
449
+ #
450
+ # @see http://docs.aws.amazon.com/goto/WebAPI/personalize-2018-05-22/CampaignConfig AWS API Documentation
451
+ #
452
+ class CampaignConfig < Struct.new(
453
+ :item_exploration_config)
454
+ SENSITIVE = []
378
455
  include Aws::Structure
379
456
  end
380
457
 
@@ -421,6 +498,7 @@ module Aws::Personalize
421
498
  :creation_date_time,
422
499
  :last_updated_date_time,
423
500
  :failure_reason)
501
+ SENSITIVE = []
424
502
  include Aws::Structure
425
503
  end
426
504
 
@@ -436,6 +514,10 @@ module Aws::Personalize
436
514
  # (recommendations) per second that Amazon Personalize will support.
437
515
  # @return [Integer]
438
516
  #
517
+ # @!attribute [rw] campaign_config
518
+ # The configuration details of a campaign.
519
+ # @return [Types::CampaignConfig]
520
+ #
439
521
  # @!attribute [rw] status
440
522
  # The status of the campaign update.
441
523
  #
@@ -466,10 +548,12 @@ module Aws::Personalize
466
548
  class CampaignUpdateSummary < Struct.new(
467
549
  :solution_version_arn,
468
550
  :min_provisioned_tps,
551
+ :campaign_config,
469
552
  :status,
470
553
  :failure_reason,
471
554
  :creation_date_time,
472
555
  :last_updated_date_time)
556
+ SENSITIVE = []
473
557
  include Aws::Structure
474
558
  end
475
559
 
@@ -496,6 +580,7 @@ module Aws::Personalize
496
580
  class CategoricalHyperParameterRange < Struct.new(
497
581
  :name,
498
582
  :values)
583
+ SENSITIVE = []
499
584
  include Aws::Structure
500
585
  end
501
586
 
@@ -528,6 +613,7 @@ module Aws::Personalize
528
613
  :name,
529
614
  :min_value,
530
615
  :max_value)
616
+ SENSITIVE = []
531
617
  include Aws::Structure
532
618
  end
533
619
 
@@ -537,6 +623,7 @@ module Aws::Personalize
537
623
  # {
538
624
  # job_name: "Name", # required
539
625
  # solution_version_arn: "Arn", # required
626
+ # filter_arn: "Arn",
540
627
  # num_results: 1,
541
628
  # job_input: { # required
542
629
  # s3_data_source: { # required
@@ -551,6 +638,11 @@ module Aws::Personalize
551
638
  # },
552
639
  # },
553
640
  # role_arn: "RoleArn", # required
641
+ # batch_inference_job_config: {
642
+ # item_exploration_config: {
643
+ # "ParameterName" => "ParameterValue",
644
+ # },
645
+ # },
554
646
  # }
555
647
  #
556
648
  # @!attribute [rw] job_name
@@ -562,6 +654,12 @@ module Aws::Personalize
562
654
  # used to generate the batch inference recommendations.
563
655
  # @return [String]
564
656
  #
657
+ # @!attribute [rw] filter_arn
658
+ # The ARN of the filter to apply to the batch inference job. For more
659
+ # information on using filters, see Using Filters with Amazon
660
+ # Personalize.
661
+ # @return [String]
662
+ #
565
663
  # @!attribute [rw] num_results
566
664
  # The number of recommendations to retreive.
567
665
  # @return [Integer]
@@ -582,15 +680,22 @@ module Aws::Personalize
582
680
  # buckets respectively.
583
681
  # @return [String]
584
682
  #
683
+ # @!attribute [rw] batch_inference_job_config
684
+ # The configuration details of a batch inference job.
685
+ # @return [Types::BatchInferenceJobConfig]
686
+ #
585
687
  # @see http://docs.aws.amazon.com/goto/WebAPI/personalize-2018-05-22/CreateBatchInferenceJobRequest AWS API Documentation
586
688
  #
587
689
  class CreateBatchInferenceJobRequest < Struct.new(
588
690
  :job_name,
589
691
  :solution_version_arn,
692
+ :filter_arn,
590
693
  :num_results,
591
694
  :job_input,
592
695
  :job_output,
593
- :role_arn)
696
+ :role_arn,
697
+ :batch_inference_job_config)
698
+ SENSITIVE = []
594
699
  include Aws::Structure
595
700
  end
596
701
 
@@ -602,6 +707,7 @@ module Aws::Personalize
602
707
  #
603
708
  class CreateBatchInferenceJobResponse < Struct.new(
604
709
  :batch_inference_job_arn)
710
+ SENSITIVE = []
605
711
  include Aws::Structure
606
712
  end
607
713
 
@@ -612,6 +718,11 @@ module Aws::Personalize
612
718
  # name: "Name", # required
613
719
  # solution_version_arn: "Arn", # required
614
720
  # min_provisioned_tps: 1, # required
721
+ # campaign_config: {
722
+ # item_exploration_config: {
723
+ # "ParameterName" => "ParameterValue",
724
+ # },
725
+ # },
615
726
  # }
616
727
  #
617
728
  # @!attribute [rw] name
@@ -628,12 +739,18 @@ module Aws::Personalize
628
739
  # (recommendations) per second that Amazon Personalize will support.
629
740
  # @return [Integer]
630
741
  #
742
+ # @!attribute [rw] campaign_config
743
+ # The configuration details of a campaign.
744
+ # @return [Types::CampaignConfig]
745
+ #
631
746
  # @see http://docs.aws.amazon.com/goto/WebAPI/personalize-2018-05-22/CreateCampaignRequest AWS API Documentation
632
747
  #
633
748
  class CreateCampaignRequest < Struct.new(
634
749
  :name,
635
750
  :solution_version_arn,
636
- :min_provisioned_tps)
751
+ :min_provisioned_tps,
752
+ :campaign_config)
753
+ SENSITIVE = []
637
754
  include Aws::Structure
638
755
  end
639
756
 
@@ -645,6 +762,7 @@ module Aws::Personalize
645
762
  #
646
763
  class CreateCampaignResponse < Struct.new(
647
764
  :campaign_arn)
765
+ SENSITIVE = []
648
766
  include Aws::Structure
649
767
  end
650
768
 
@@ -677,6 +795,7 @@ module Aws::Personalize
677
795
  :name,
678
796
  :role_arn,
679
797
  :kms_key_arn)
798
+ SENSITIVE = []
680
799
  include Aws::Structure
681
800
  end
682
801
 
@@ -688,6 +807,7 @@ module Aws::Personalize
688
807
  #
689
808
  class CreateDatasetGroupResponse < Struct.new(
690
809
  :dataset_group_arn)
810
+ SENSITIVE = []
691
811
  include Aws::Structure
692
812
  end
693
813
 
@@ -727,6 +847,7 @@ module Aws::Personalize
727
847
  :dataset_arn,
728
848
  :data_source,
729
849
  :role_arn)
850
+ SENSITIVE = []
730
851
  include Aws::Structure
731
852
  end
732
853
 
@@ -738,6 +859,7 @@ module Aws::Personalize
738
859
  #
739
860
  class CreateDatasetImportJobResponse < Struct.new(
740
861
  :dataset_import_job_arn)
862
+ SENSITIVE = []
741
863
  include Aws::Structure
742
864
  end
743
865
 
@@ -784,6 +906,7 @@ module Aws::Personalize
784
906
  :schema_arn,
785
907
  :dataset_group_arn,
786
908
  :dataset_type)
909
+ SENSITIVE = []
787
910
  include Aws::Structure
788
911
  end
789
912
 
@@ -795,6 +918,7 @@ module Aws::Personalize
795
918
  #
796
919
  class CreateDatasetResponse < Struct.new(
797
920
  :dataset_arn)
921
+ SENSITIVE = []
798
922
  include Aws::Structure
799
923
  end
800
924
 
@@ -820,6 +944,7 @@ module Aws::Personalize
820
944
  class CreateEventTrackerRequest < Struct.new(
821
945
  :name,
822
946
  :dataset_group_arn)
947
+ SENSITIVE = []
823
948
  include Aws::Structure
824
949
  end
825
950
 
@@ -841,6 +966,63 @@ module Aws::Personalize
841
966
  class CreateEventTrackerResponse < Struct.new(
842
967
  :event_tracker_arn,
843
968
  :tracking_id)
969
+ SENSITIVE = []
970
+ include Aws::Structure
971
+ end
972
+
973
+ # @note When making an API call, you may pass CreateFilterRequest
974
+ # data as a hash:
975
+ #
976
+ # {
977
+ # name: "Name", # required
978
+ # dataset_group_arn: "Arn", # required
979
+ # filter_expression: "FilterExpression", # required
980
+ # }
981
+ #
982
+ # @!attribute [rw] name
983
+ # The name of the filter to create.
984
+ # @return [String]
985
+ #
986
+ # @!attribute [rw] dataset_group_arn
987
+ # The ARN of the dataset group that the filter will belong to.
988
+ # @return [String]
989
+ #
990
+ # @!attribute [rw] filter_expression
991
+ # The filter expression that designates the interaction types that the
992
+ # filter will filter out. A filter expression must follow the
993
+ # following format:
994
+ #
995
+ # `EXCLUDE itemId WHERE INTERACTIONS.event_type in ("EVENT_TYPE")`
996
+ #
997
+ # Where "EVENT\_TYPE" is the type of event to filter out. To filter
998
+ # out all items with any interactions history, set `"*"` as the
999
+ # EVENT\_TYPE. For more information, see [Using Filters with Amazon
1000
+ # Personalize][1].
1001
+ #
1002
+ #
1003
+ #
1004
+ # [1]: https://docs.aws.amazon.com/personalize/latest/dg/filters.html
1005
+ # @return [String]
1006
+ #
1007
+ # @see http://docs.aws.amazon.com/goto/WebAPI/personalize-2018-05-22/CreateFilterRequest AWS API Documentation
1008
+ #
1009
+ class CreateFilterRequest < Struct.new(
1010
+ :name,
1011
+ :dataset_group_arn,
1012
+ :filter_expression)
1013
+ SENSITIVE = [:filter_expression]
1014
+ include Aws::Structure
1015
+ end
1016
+
1017
+ # @!attribute [rw] filter_arn
1018
+ # The ARN of the new filter.
1019
+ # @return [String]
1020
+ #
1021
+ # @see http://docs.aws.amazon.com/goto/WebAPI/personalize-2018-05-22/CreateFilterResponse AWS API Documentation
1022
+ #
1023
+ class CreateFilterResponse < Struct.new(
1024
+ :filter_arn)
1025
+ SENSITIVE = []
844
1026
  include Aws::Structure
845
1027
  end
846
1028
 
@@ -865,6 +1047,7 @@ module Aws::Personalize
865
1047
  class CreateSchemaRequest < Struct.new(
866
1048
  :name,
867
1049
  :schema)
1050
+ SENSITIVE = []
868
1051
  include Aws::Structure
869
1052
  end
870
1053
 
@@ -876,6 +1059,7 @@ module Aws::Personalize
876
1059
  #
877
1060
  class CreateSchemaResponse < Struct.new(
878
1061
  :schema_arn)
1062
+ SENSITIVE = []
879
1063
  include Aws::Structure
880
1064
  end
881
1065
 
@@ -993,6 +1177,7 @@ module Aws::Personalize
993
1177
  :dataset_group_arn,
994
1178
  :event_type,
995
1179
  :solution_config)
1180
+ SENSITIVE = []
996
1181
  include Aws::Structure
997
1182
  end
998
1183
 
@@ -1004,6 +1189,7 @@ module Aws::Personalize
1004
1189
  #
1005
1190
  class CreateSolutionResponse < Struct.new(
1006
1191
  :solution_arn)
1192
+ SENSITIVE = []
1007
1193
  include Aws::Structure
1008
1194
  end
1009
1195
 
@@ -1040,6 +1226,7 @@ module Aws::Personalize
1040
1226
  class CreateSolutionVersionRequest < Struct.new(
1041
1227
  :solution_arn,
1042
1228
  :training_mode)
1229
+ SENSITIVE = []
1043
1230
  include Aws::Structure
1044
1231
  end
1045
1232
 
@@ -1051,6 +1238,7 @@ module Aws::Personalize
1051
1238
  #
1052
1239
  class CreateSolutionVersionResponse < Struct.new(
1053
1240
  :solution_version_arn)
1241
+ SENSITIVE = []
1054
1242
  include Aws::Structure
1055
1243
  end
1056
1244
 
@@ -1075,6 +1263,7 @@ module Aws::Personalize
1075
1263
  #
1076
1264
  class DataSource < Struct.new(
1077
1265
  :data_location)
1266
+ SENSITIVE = []
1078
1267
  include Aws::Structure
1079
1268
  end
1080
1269
 
@@ -1137,6 +1326,7 @@ module Aws::Personalize
1137
1326
  :status,
1138
1327
  :creation_date_time,
1139
1328
  :last_updated_date_time)
1329
+ SENSITIVE = []
1140
1330
  include Aws::Structure
1141
1331
  end
1142
1332
 
@@ -1202,6 +1392,7 @@ module Aws::Personalize
1202
1392
  :creation_date_time,
1203
1393
  :last_updated_date_time,
1204
1394
  :failure_reason)
1395
+ SENSITIVE = []
1205
1396
  include Aws::Structure
1206
1397
  end
1207
1398
 
@@ -1249,6 +1440,7 @@ module Aws::Personalize
1249
1440
  :creation_date_time,
1250
1441
  :last_updated_date_time,
1251
1442
  :failure_reason)
1443
+ SENSITIVE = []
1252
1444
  include Aws::Structure
1253
1445
  end
1254
1446
 
@@ -1320,6 +1512,7 @@ module Aws::Personalize
1320
1512
  :creation_date_time,
1321
1513
  :last_updated_date_time,
1322
1514
  :failure_reason)
1515
+ SENSITIVE = []
1323
1516
  include Aws::Structure
1324
1517
  end
1325
1518
 
@@ -1367,6 +1560,7 @@ module Aws::Personalize
1367
1560
  :creation_date_time,
1368
1561
  :last_updated_date_time,
1369
1562
  :failure_reason)
1563
+ SENSITIVE = []
1370
1564
  include Aws::Structure
1371
1565
  end
1372
1566
 
@@ -1401,6 +1595,7 @@ module Aws::Personalize
1401
1595
  :schema,
1402
1596
  :creation_date_time,
1403
1597
  :last_updated_date_time)
1598
+ SENSITIVE = []
1404
1599
  include Aws::Structure
1405
1600
  end
1406
1601
 
@@ -1430,6 +1625,7 @@ module Aws::Personalize
1430
1625
  :schema_arn,
1431
1626
  :creation_date_time,
1432
1627
  :last_updated_date_time)
1628
+ SENSITIVE = []
1433
1629
  include Aws::Structure
1434
1630
  end
1435
1631
 
@@ -1484,6 +1680,7 @@ module Aws::Personalize
1484
1680
  :status,
1485
1681
  :creation_date_time,
1486
1682
  :last_updated_date_time)
1683
+ SENSITIVE = []
1487
1684
  include Aws::Structure
1488
1685
  end
1489
1686
 
@@ -1510,6 +1707,7 @@ module Aws::Personalize
1510
1707
  :name,
1511
1708
  :values,
1512
1709
  :is_tunable)
1710
+ SENSITIVE = []
1513
1711
  include Aws::Structure
1514
1712
  end
1515
1713
 
@@ -1540,6 +1738,7 @@ module Aws::Personalize
1540
1738
  :min_value,
1541
1739
  :max_value,
1542
1740
  :is_tunable)
1741
+ SENSITIVE = []
1543
1742
  include Aws::Structure
1544
1743
  end
1545
1744
 
@@ -1564,6 +1763,7 @@ module Aws::Personalize
1564
1763
  :integer_hyper_parameter_ranges,
1565
1764
  :continuous_hyper_parameter_ranges,
1566
1765
  :categorical_hyper_parameter_ranges)
1766
+ SENSITIVE = []
1567
1767
  include Aws::Structure
1568
1768
  end
1569
1769
 
@@ -1595,6 +1795,7 @@ module Aws::Personalize
1595
1795
  :min_value,
1596
1796
  :max_value,
1597
1797
  :is_tunable)
1798
+ SENSITIVE = []
1598
1799
  include Aws::Structure
1599
1800
  end
1600
1801
 
@@ -1613,6 +1814,7 @@ module Aws::Personalize
1613
1814
  #
1614
1815
  class DeleteCampaignRequest < Struct.new(
1615
1816
  :campaign_arn)
1817
+ SENSITIVE = []
1616
1818
  include Aws::Structure
1617
1819
  end
1618
1820
 
@@ -1631,6 +1833,7 @@ module Aws::Personalize
1631
1833
  #
1632
1834
  class DeleteDatasetGroupRequest < Struct.new(
1633
1835
  :dataset_group_arn)
1836
+ SENSITIVE = []
1634
1837
  include Aws::Structure
1635
1838
  end
1636
1839
 
@@ -1649,6 +1852,7 @@ module Aws::Personalize
1649
1852
  #
1650
1853
  class DeleteDatasetRequest < Struct.new(
1651
1854
  :dataset_arn)
1855
+ SENSITIVE = []
1652
1856
  include Aws::Structure
1653
1857
  end
1654
1858
 
@@ -1667,6 +1871,26 @@ module Aws::Personalize
1667
1871
  #
1668
1872
  class DeleteEventTrackerRequest < Struct.new(
1669
1873
  :event_tracker_arn)
1874
+ SENSITIVE = []
1875
+ include Aws::Structure
1876
+ end
1877
+
1878
+ # @note When making an API call, you may pass DeleteFilterRequest
1879
+ # data as a hash:
1880
+ #
1881
+ # {
1882
+ # filter_arn: "Arn", # required
1883
+ # }
1884
+ #
1885
+ # @!attribute [rw] filter_arn
1886
+ # The ARN of the filter to delete.
1887
+ # @return [String]
1888
+ #
1889
+ # @see http://docs.aws.amazon.com/goto/WebAPI/personalize-2018-05-22/DeleteFilterRequest AWS API Documentation
1890
+ #
1891
+ class DeleteFilterRequest < Struct.new(
1892
+ :filter_arn)
1893
+ SENSITIVE = []
1670
1894
  include Aws::Structure
1671
1895
  end
1672
1896
 
@@ -1685,6 +1909,7 @@ module Aws::Personalize
1685
1909
  #
1686
1910
  class DeleteSchemaRequest < Struct.new(
1687
1911
  :schema_arn)
1912
+ SENSITIVE = []
1688
1913
  include Aws::Structure
1689
1914
  end
1690
1915
 
@@ -1703,6 +1928,7 @@ module Aws::Personalize
1703
1928
  #
1704
1929
  class DeleteSolutionRequest < Struct.new(
1705
1930
  :solution_arn)
1931
+ SENSITIVE = []
1706
1932
  include Aws::Structure
1707
1933
  end
1708
1934
 
@@ -1721,6 +1947,7 @@ module Aws::Personalize
1721
1947
  #
1722
1948
  class DescribeAlgorithmRequest < Struct.new(
1723
1949
  :algorithm_arn)
1950
+ SENSITIVE = []
1724
1951
  include Aws::Structure
1725
1952
  end
1726
1953
 
@@ -1732,6 +1959,7 @@ module Aws::Personalize
1732
1959
  #
1733
1960
  class DescribeAlgorithmResponse < Struct.new(
1734
1961
  :algorithm)
1962
+ SENSITIVE = []
1735
1963
  include Aws::Structure
1736
1964
  end
1737
1965
 
@@ -1750,6 +1978,7 @@ module Aws::Personalize
1750
1978
  #
1751
1979
  class DescribeBatchInferenceJobRequest < Struct.new(
1752
1980
  :batch_inference_job_arn)
1981
+ SENSITIVE = []
1753
1982
  include Aws::Structure
1754
1983
  end
1755
1984
 
@@ -1761,6 +1990,7 @@ module Aws::Personalize
1761
1990
  #
1762
1991
  class DescribeBatchInferenceJobResponse < Struct.new(
1763
1992
  :batch_inference_job)
1993
+ SENSITIVE = []
1764
1994
  include Aws::Structure
1765
1995
  end
1766
1996
 
@@ -1779,6 +2009,7 @@ module Aws::Personalize
1779
2009
  #
1780
2010
  class DescribeCampaignRequest < Struct.new(
1781
2011
  :campaign_arn)
2012
+ SENSITIVE = []
1782
2013
  include Aws::Structure
1783
2014
  end
1784
2015
 
@@ -1790,6 +2021,7 @@ module Aws::Personalize
1790
2021
  #
1791
2022
  class DescribeCampaignResponse < Struct.new(
1792
2023
  :campaign)
2024
+ SENSITIVE = []
1793
2025
  include Aws::Structure
1794
2026
  end
1795
2027
 
@@ -1808,6 +2040,7 @@ module Aws::Personalize
1808
2040
  #
1809
2041
  class DescribeDatasetGroupRequest < Struct.new(
1810
2042
  :dataset_group_arn)
2043
+ SENSITIVE = []
1811
2044
  include Aws::Structure
1812
2045
  end
1813
2046
 
@@ -1819,6 +2052,7 @@ module Aws::Personalize
1819
2052
  #
1820
2053
  class DescribeDatasetGroupResponse < Struct.new(
1821
2054
  :dataset_group)
2055
+ SENSITIVE = []
1822
2056
  include Aws::Structure
1823
2057
  end
1824
2058
 
@@ -1838,6 +2072,7 @@ module Aws::Personalize
1838
2072
  #
1839
2073
  class DescribeDatasetImportJobRequest < Struct.new(
1840
2074
  :dataset_import_job_arn)
2075
+ SENSITIVE = []
1841
2076
  include Aws::Structure
1842
2077
  end
1843
2078
 
@@ -1859,6 +2094,7 @@ module Aws::Personalize
1859
2094
  #
1860
2095
  class DescribeDatasetImportJobResponse < Struct.new(
1861
2096
  :dataset_import_job)
2097
+ SENSITIVE = []
1862
2098
  include Aws::Structure
1863
2099
  end
1864
2100
 
@@ -1877,6 +2113,7 @@ module Aws::Personalize
1877
2113
  #
1878
2114
  class DescribeDatasetRequest < Struct.new(
1879
2115
  :dataset_arn)
2116
+ SENSITIVE = []
1880
2117
  include Aws::Structure
1881
2118
  end
1882
2119
 
@@ -1888,6 +2125,7 @@ module Aws::Personalize
1888
2125
  #
1889
2126
  class DescribeDatasetResponse < Struct.new(
1890
2127
  :dataset)
2128
+ SENSITIVE = []
1891
2129
  include Aws::Structure
1892
2130
  end
1893
2131
 
@@ -1906,6 +2144,7 @@ module Aws::Personalize
1906
2144
  #
1907
2145
  class DescribeEventTrackerRequest < Struct.new(
1908
2146
  :event_tracker_arn)
2147
+ SENSITIVE = []
1909
2148
  include Aws::Structure
1910
2149
  end
1911
2150
 
@@ -1917,6 +2156,7 @@ module Aws::Personalize
1917
2156
  #
1918
2157
  class DescribeEventTrackerResponse < Struct.new(
1919
2158
  :event_tracker)
2159
+ SENSITIVE = []
1920
2160
  include Aws::Structure
1921
2161
  end
1922
2162
 
@@ -1936,6 +2176,7 @@ module Aws::Personalize
1936
2176
  #
1937
2177
  class DescribeFeatureTransformationRequest < Struct.new(
1938
2178
  :feature_transformation_arn)
2179
+ SENSITIVE = []
1939
2180
  include Aws::Structure
1940
2181
  end
1941
2182
 
@@ -1947,6 +2188,38 @@ module Aws::Personalize
1947
2188
  #
1948
2189
  class DescribeFeatureTransformationResponse < Struct.new(
1949
2190
  :feature_transformation)
2191
+ SENSITIVE = []
2192
+ include Aws::Structure
2193
+ end
2194
+
2195
+ # @note When making an API call, you may pass DescribeFilterRequest
2196
+ # data as a hash:
2197
+ #
2198
+ # {
2199
+ # filter_arn: "Arn", # required
2200
+ # }
2201
+ #
2202
+ # @!attribute [rw] filter_arn
2203
+ # The ARN of the filter to describe.
2204
+ # @return [String]
2205
+ #
2206
+ # @see http://docs.aws.amazon.com/goto/WebAPI/personalize-2018-05-22/DescribeFilterRequest AWS API Documentation
2207
+ #
2208
+ class DescribeFilterRequest < Struct.new(
2209
+ :filter_arn)
2210
+ SENSITIVE = []
2211
+ include Aws::Structure
2212
+ end
2213
+
2214
+ # @!attribute [rw] filter
2215
+ # The filter's details.
2216
+ # @return [Types::Filter]
2217
+ #
2218
+ # @see http://docs.aws.amazon.com/goto/WebAPI/personalize-2018-05-22/DescribeFilterResponse AWS API Documentation
2219
+ #
2220
+ class DescribeFilterResponse < Struct.new(
2221
+ :filter)
2222
+ SENSITIVE = []
1950
2223
  include Aws::Structure
1951
2224
  end
1952
2225
 
@@ -1965,6 +2238,7 @@ module Aws::Personalize
1965
2238
  #
1966
2239
  class DescribeRecipeRequest < Struct.new(
1967
2240
  :recipe_arn)
2241
+ SENSITIVE = []
1968
2242
  include Aws::Structure
1969
2243
  end
1970
2244
 
@@ -1976,6 +2250,7 @@ module Aws::Personalize
1976
2250
  #
1977
2251
  class DescribeRecipeResponse < Struct.new(
1978
2252
  :recipe)
2253
+ SENSITIVE = []
1979
2254
  include Aws::Structure
1980
2255
  end
1981
2256
 
@@ -1994,6 +2269,7 @@ module Aws::Personalize
1994
2269
  #
1995
2270
  class DescribeSchemaRequest < Struct.new(
1996
2271
  :schema_arn)
2272
+ SENSITIVE = []
1997
2273
  include Aws::Structure
1998
2274
  end
1999
2275
 
@@ -2005,6 +2281,7 @@ module Aws::Personalize
2005
2281
  #
2006
2282
  class DescribeSchemaResponse < Struct.new(
2007
2283
  :schema)
2284
+ SENSITIVE = []
2008
2285
  include Aws::Structure
2009
2286
  end
2010
2287
 
@@ -2023,6 +2300,7 @@ module Aws::Personalize
2023
2300
  #
2024
2301
  class DescribeSolutionRequest < Struct.new(
2025
2302
  :solution_arn)
2303
+ SENSITIVE = []
2026
2304
  include Aws::Structure
2027
2305
  end
2028
2306
 
@@ -2034,6 +2312,7 @@ module Aws::Personalize
2034
2312
  #
2035
2313
  class DescribeSolutionResponse < Struct.new(
2036
2314
  :solution)
2315
+ SENSITIVE = []
2037
2316
  include Aws::Structure
2038
2317
  end
2039
2318
 
@@ -2052,6 +2331,7 @@ module Aws::Personalize
2052
2331
  #
2053
2332
  class DescribeSolutionVersionRequest < Struct.new(
2054
2333
  :solution_version_arn)
2334
+ SENSITIVE = []
2055
2335
  include Aws::Structure
2056
2336
  end
2057
2337
 
@@ -2063,6 +2343,7 @@ module Aws::Personalize
2063
2343
  #
2064
2344
  class DescribeSolutionVersionResponse < Struct.new(
2065
2345
  :solution_version)
2346
+ SENSITIVE = []
2066
2347
  include Aws::Structure
2067
2348
  end
2068
2349
 
@@ -2126,6 +2407,7 @@ module Aws::Personalize
2126
2407
  :status,
2127
2408
  :creation_date_time,
2128
2409
  :last_updated_date_time)
2410
+ SENSITIVE = []
2129
2411
  include Aws::Structure
2130
2412
  end
2131
2413
 
@@ -2168,6 +2450,7 @@ module Aws::Personalize
2168
2450
  :status,
2169
2451
  :creation_date_time,
2170
2452
  :last_updated_date_time)
2453
+ SENSITIVE = []
2171
2454
  include Aws::Structure
2172
2455
  end
2173
2456
 
@@ -2217,6 +2500,112 @@ module Aws::Personalize
2217
2500
  :creation_date_time,
2218
2501
  :last_updated_date_time,
2219
2502
  :status)
2503
+ SENSITIVE = []
2504
+ include Aws::Structure
2505
+ end
2506
+
2507
+ # Contains information on a recommendation filter, including its ARN,
2508
+ # status, and filter expression.
2509
+ #
2510
+ # @!attribute [rw] name
2511
+ # The name of the filter.
2512
+ # @return [String]
2513
+ #
2514
+ # @!attribute [rw] filter_arn
2515
+ # The ARN of the filter.
2516
+ # @return [String]
2517
+ #
2518
+ # @!attribute [rw] creation_date_time
2519
+ # The time at which the filter was created.
2520
+ # @return [Time]
2521
+ #
2522
+ # @!attribute [rw] last_updated_date_time
2523
+ # The time at which the filter was last updated.
2524
+ # @return [Time]
2525
+ #
2526
+ # @!attribute [rw] dataset_group_arn
2527
+ # The ARN of the dataset group to which the filter belongs.
2528
+ # @return [String]
2529
+ #
2530
+ # @!attribute [rw] failure_reason
2531
+ # If the filter failed, the reason for its failure.
2532
+ # @return [String]
2533
+ #
2534
+ # @!attribute [rw] filter_expression
2535
+ # Specifies the type of item interactions to filter out of
2536
+ # recommendation results. The filter expression must follow the
2537
+ # following format:
2538
+ #
2539
+ # `EXCLUDE itemId WHERE INTERACTIONS.event_type in ("EVENT_TYPE")`
2540
+ #
2541
+ # Where "EVENT\_TYPE" is the type of event to filter out. For more
2542
+ # information, see [Using Filters with Amazon Personalize][1].
2543
+ #
2544
+ #
2545
+ #
2546
+ # [1]: https://docs.aws.amazon.com/personalize/latest/dg/filters.html
2547
+ # @return [String]
2548
+ #
2549
+ # @!attribute [rw] status
2550
+ # The status of the filter.
2551
+ # @return [String]
2552
+ #
2553
+ # @see http://docs.aws.amazon.com/goto/WebAPI/personalize-2018-05-22/Filter AWS API Documentation
2554
+ #
2555
+ class Filter < Struct.new(
2556
+ :name,
2557
+ :filter_arn,
2558
+ :creation_date_time,
2559
+ :last_updated_date_time,
2560
+ :dataset_group_arn,
2561
+ :failure_reason,
2562
+ :filter_expression,
2563
+ :status)
2564
+ SENSITIVE = [:filter_expression]
2565
+ include Aws::Structure
2566
+ end
2567
+
2568
+ # A short summary of a filter's attributes.
2569
+ #
2570
+ # @!attribute [rw] name
2571
+ # The name of the filter.
2572
+ # @return [String]
2573
+ #
2574
+ # @!attribute [rw] filter_arn
2575
+ # The ARN of the filter.
2576
+ # @return [String]
2577
+ #
2578
+ # @!attribute [rw] creation_date_time
2579
+ # The time at which the filter was created.
2580
+ # @return [Time]
2581
+ #
2582
+ # @!attribute [rw] last_updated_date_time
2583
+ # The time at which the filter was last updated.
2584
+ # @return [Time]
2585
+ #
2586
+ # @!attribute [rw] dataset_group_arn
2587
+ # The ARN of the dataset group to which the filter belongs.
2588
+ # @return [String]
2589
+ #
2590
+ # @!attribute [rw] failure_reason
2591
+ # If the filter failed, the reason for the failure.
2592
+ # @return [String]
2593
+ #
2594
+ # @!attribute [rw] status
2595
+ # The status of the filter.
2596
+ # @return [String]
2597
+ #
2598
+ # @see http://docs.aws.amazon.com/goto/WebAPI/personalize-2018-05-22/FilterSummary AWS API Documentation
2599
+ #
2600
+ class FilterSummary < Struct.new(
2601
+ :name,
2602
+ :filter_arn,
2603
+ :creation_date_time,
2604
+ :last_updated_date_time,
2605
+ :dataset_group_arn,
2606
+ :failure_reason,
2607
+ :status)
2608
+ SENSITIVE = []
2220
2609
  include Aws::Structure
2221
2610
  end
2222
2611
 
@@ -2236,6 +2625,7 @@ module Aws::Personalize
2236
2625
  #
2237
2626
  class GetSolutionMetricsRequest < Struct.new(
2238
2627
  :solution_version_arn)
2628
+ SENSITIVE = []
2239
2629
  include Aws::Structure
2240
2630
  end
2241
2631
 
@@ -2252,6 +2642,7 @@ module Aws::Personalize
2252
2642
  class GetSolutionMetricsResponse < Struct.new(
2253
2643
  :solution_version_arn,
2254
2644
  :metrics)
2645
+ SENSITIVE = []
2255
2646
  include Aws::Structure
2256
2647
  end
2257
2648
 
@@ -2314,6 +2705,7 @@ module Aws::Personalize
2314
2705
  :hpo_objective,
2315
2706
  :hpo_resource_config,
2316
2707
  :algorithm_hyper_parameter_ranges)
2708
+ SENSITIVE = []
2317
2709
  include Aws::Structure
2318
2710
  end
2319
2711
 
@@ -2347,6 +2739,7 @@ module Aws::Personalize
2347
2739
  :type,
2348
2740
  :metric_name,
2349
2741
  :metric_regex)
2742
+ SENSITIVE = []
2350
2743
  include Aws::Structure
2351
2744
  end
2352
2745
 
@@ -2377,6 +2770,7 @@ module Aws::Personalize
2377
2770
  class HPOResourceConfig < Struct.new(
2378
2771
  :max_number_of_training_jobs,
2379
2772
  :max_parallel_training_jobs)
2773
+ SENSITIVE = []
2380
2774
  include Aws::Structure
2381
2775
  end
2382
2776
 
@@ -2427,6 +2821,7 @@ module Aws::Personalize
2427
2821
  :integer_hyper_parameter_ranges,
2428
2822
  :continuous_hyper_parameter_ranges,
2429
2823
  :categorical_hyper_parameter_ranges)
2824
+ SENSITIVE = []
2430
2825
  include Aws::Structure
2431
2826
  end
2432
2827
 
@@ -2459,6 +2854,7 @@ module Aws::Personalize
2459
2854
  :name,
2460
2855
  :min_value,
2461
2856
  :max_value)
2857
+ SENSITIVE = []
2462
2858
  include Aws::Structure
2463
2859
  end
2464
2860
 
@@ -2471,6 +2867,7 @@ module Aws::Personalize
2471
2867
  #
2472
2868
  class InvalidInputException < Struct.new(
2473
2869
  :message)
2870
+ SENSITIVE = []
2474
2871
  include Aws::Structure
2475
2872
  end
2476
2873
 
@@ -2483,6 +2880,7 @@ module Aws::Personalize
2483
2880
  #
2484
2881
  class InvalidNextTokenException < Struct.new(
2485
2882
  :message)
2883
+ SENSITIVE = []
2486
2884
  include Aws::Structure
2487
2885
  end
2488
2886
 
@@ -2495,6 +2893,7 @@ module Aws::Personalize
2495
2893
  #
2496
2894
  class LimitExceededException < Struct.new(
2497
2895
  :message)
2896
+ SENSITIVE = []
2498
2897
  include Aws::Structure
2499
2898
  end
2500
2899
 
@@ -2527,6 +2926,7 @@ module Aws::Personalize
2527
2926
  :solution_version_arn,
2528
2927
  :next_token,
2529
2928
  :max_results)
2929
+ SENSITIVE = []
2530
2930
  include Aws::Structure
2531
2931
  end
2532
2932
 
@@ -2544,6 +2944,7 @@ module Aws::Personalize
2544
2944
  class ListBatchInferenceJobsResponse < Struct.new(
2545
2945
  :batch_inference_jobs,
2546
2946
  :next_token)
2947
+ SENSITIVE = []
2547
2948
  include Aws::Structure
2548
2949
  end
2549
2950
 
@@ -2577,6 +2978,7 @@ module Aws::Personalize
2577
2978
  :solution_arn,
2578
2979
  :next_token,
2579
2980
  :max_results)
2981
+ SENSITIVE = []
2580
2982
  include Aws::Structure
2581
2983
  end
2582
2984
 
@@ -2593,6 +2995,7 @@ module Aws::Personalize
2593
2995
  class ListCampaignsResponse < Struct.new(
2594
2996
  :campaigns,
2595
2997
  :next_token)
2998
+ SENSITIVE = []
2596
2999
  include Aws::Structure
2597
3000
  end
2598
3001
 
@@ -2618,6 +3021,7 @@ module Aws::Personalize
2618
3021
  class ListDatasetGroupsRequest < Struct.new(
2619
3022
  :next_token,
2620
3023
  :max_results)
3024
+ SENSITIVE = []
2621
3025
  include Aws::Structure
2622
3026
  end
2623
3027
 
@@ -2634,6 +3038,7 @@ module Aws::Personalize
2634
3038
  class ListDatasetGroupsResponse < Struct.new(
2635
3039
  :dataset_groups,
2636
3040
  :next_token)
3041
+ SENSITIVE = []
2637
3042
  include Aws::Structure
2638
3043
  end
2639
3044
 
@@ -2666,6 +3071,7 @@ module Aws::Personalize
2666
3071
  :dataset_arn,
2667
3072
  :next_token,
2668
3073
  :max_results)
3074
+ SENSITIVE = []
2669
3075
  include Aws::Structure
2670
3076
  end
2671
3077
 
@@ -2683,6 +3089,7 @@ module Aws::Personalize
2683
3089
  class ListDatasetImportJobsResponse < Struct.new(
2684
3090
  :dataset_import_jobs,
2685
3091
  :next_token)
3092
+ SENSITIVE = []
2686
3093
  include Aws::Structure
2687
3094
  end
2688
3095
 
@@ -2715,6 +3122,7 @@ module Aws::Personalize
2715
3122
  :dataset_group_arn,
2716
3123
  :next_token,
2717
3124
  :max_results)
3125
+ SENSITIVE = []
2718
3126
  include Aws::Structure
2719
3127
  end
2720
3128
 
@@ -2732,6 +3140,7 @@ module Aws::Personalize
2732
3140
  class ListDatasetsResponse < Struct.new(
2733
3141
  :datasets,
2734
3142
  :next_token)
3143
+ SENSITIVE = []
2735
3144
  include Aws::Structure
2736
3145
  end
2737
3146
 
@@ -2763,6 +3172,7 @@ module Aws::Personalize
2763
3172
  :dataset_group_arn,
2764
3173
  :next_token,
2765
3174
  :max_results)
3175
+ SENSITIVE = []
2766
3176
  include Aws::Structure
2767
3177
  end
2768
3178
 
@@ -2779,6 +3189,56 @@ module Aws::Personalize
2779
3189
  class ListEventTrackersResponse < Struct.new(
2780
3190
  :event_trackers,
2781
3191
  :next_token)
3192
+ SENSITIVE = []
3193
+ include Aws::Structure
3194
+ end
3195
+
3196
+ # @note When making an API call, you may pass ListFiltersRequest
3197
+ # data as a hash:
3198
+ #
3199
+ # {
3200
+ # dataset_group_arn: "Arn",
3201
+ # next_token: "NextToken",
3202
+ # max_results: 1,
3203
+ # }
3204
+ #
3205
+ # @!attribute [rw] dataset_group_arn
3206
+ # The ARN of the dataset group that contains the filters.
3207
+ # @return [String]
3208
+ #
3209
+ # @!attribute [rw] next_token
3210
+ # A token returned from the previous call to `ListFilters` for getting
3211
+ # the next set of filters (if they exist).
3212
+ # @return [String]
3213
+ #
3214
+ # @!attribute [rw] max_results
3215
+ # The maximum number of filters to return.
3216
+ # @return [Integer]
3217
+ #
3218
+ # @see http://docs.aws.amazon.com/goto/WebAPI/personalize-2018-05-22/ListFiltersRequest AWS API Documentation
3219
+ #
3220
+ class ListFiltersRequest < Struct.new(
3221
+ :dataset_group_arn,
3222
+ :next_token,
3223
+ :max_results)
3224
+ SENSITIVE = []
3225
+ include Aws::Structure
3226
+ end
3227
+
3228
+ # @!attribute [rw] filters
3229
+ # A list of returned filters.
3230
+ # @return [Array<Types::FilterSummary>]
3231
+ #
3232
+ # @!attribute [rw] next_token
3233
+ # A token for getting the next set of filters (if they exist).
3234
+ # @return [String]
3235
+ #
3236
+ # @see http://docs.aws.amazon.com/goto/WebAPI/personalize-2018-05-22/ListFiltersResponse AWS API Documentation
3237
+ #
3238
+ class ListFiltersResponse < Struct.new(
3239
+ :filters,
3240
+ :next_token)
3241
+ SENSITIVE = []
2782
3242
  include Aws::Structure
2783
3243
  end
2784
3244
 
@@ -2810,6 +3270,7 @@ module Aws::Personalize
2810
3270
  :recipe_provider,
2811
3271
  :next_token,
2812
3272
  :max_results)
3273
+ SENSITIVE = []
2813
3274
  include Aws::Structure
2814
3275
  end
2815
3276
 
@@ -2826,6 +3287,7 @@ module Aws::Personalize
2826
3287
  class ListRecipesResponse < Struct.new(
2827
3288
  :recipes,
2828
3289
  :next_token)
3290
+ SENSITIVE = []
2829
3291
  include Aws::Structure
2830
3292
  end
2831
3293
 
@@ -2851,6 +3313,7 @@ module Aws::Personalize
2851
3313
  class ListSchemasRequest < Struct.new(
2852
3314
  :next_token,
2853
3315
  :max_results)
3316
+ SENSITIVE = []
2854
3317
  include Aws::Structure
2855
3318
  end
2856
3319
 
@@ -2867,6 +3330,7 @@ module Aws::Personalize
2867
3330
  class ListSchemasResponse < Struct.new(
2868
3331
  :schemas,
2869
3332
  :next_token)
3333
+ SENSITIVE = []
2870
3334
  include Aws::Structure
2871
3335
  end
2872
3336
 
@@ -2898,6 +3362,7 @@ module Aws::Personalize
2898
3362
  :solution_arn,
2899
3363
  :next_token,
2900
3364
  :max_results)
3365
+ SENSITIVE = []
2901
3366
  include Aws::Structure
2902
3367
  end
2903
3368
 
@@ -2915,6 +3380,7 @@ module Aws::Personalize
2915
3380
  class ListSolutionVersionsResponse < Struct.new(
2916
3381
  :solution_versions,
2917
3382
  :next_token)
3383
+ SENSITIVE = []
2918
3384
  include Aws::Structure
2919
3385
  end
2920
3386
 
@@ -2946,6 +3412,7 @@ module Aws::Personalize
2946
3412
  :dataset_group_arn,
2947
3413
  :next_token,
2948
3414
  :max_results)
3415
+ SENSITIVE = []
2949
3416
  include Aws::Structure
2950
3417
  end
2951
3418
 
@@ -2962,6 +3429,7 @@ module Aws::Personalize
2962
3429
  class ListSolutionsResponse < Struct.new(
2963
3430
  :solutions,
2964
3431
  :next_token)
3432
+ SENSITIVE = []
2965
3433
  include Aws::Structure
2966
3434
  end
2967
3435
 
@@ -3024,6 +3492,7 @@ module Aws::Personalize
3024
3492
  :creation_date_time,
3025
3493
  :recipe_type,
3026
3494
  :last_updated_date_time)
3495
+ SENSITIVE = []
3027
3496
  include Aws::Structure
3028
3497
  end
3029
3498
 
@@ -3058,6 +3527,7 @@ module Aws::Personalize
3058
3527
  :status,
3059
3528
  :creation_date_time,
3060
3529
  :last_updated_date_time)
3530
+ SENSITIVE = []
3061
3531
  include Aws::Structure
3062
3532
  end
3063
3533
 
@@ -3070,6 +3540,7 @@ module Aws::Personalize
3070
3540
  #
3071
3541
  class ResourceAlreadyExistsException < Struct.new(
3072
3542
  :message)
3543
+ SENSITIVE = []
3073
3544
  include Aws::Structure
3074
3545
  end
3075
3546
 
@@ -3082,6 +3553,7 @@ module Aws::Personalize
3082
3553
  #
3083
3554
  class ResourceInUseException < Struct.new(
3084
3555
  :message)
3556
+ SENSITIVE = []
3085
3557
  include Aws::Structure
3086
3558
  end
3087
3559
 
@@ -3094,6 +3566,7 @@ module Aws::Personalize
3094
3566
  #
3095
3567
  class ResourceNotFoundException < Struct.new(
3096
3568
  :message)
3569
+ SENSITIVE = []
3097
3570
  include Aws::Structure
3098
3571
  end
3099
3572
 
@@ -3122,6 +3595,7 @@ module Aws::Personalize
3122
3595
  class S3DataConfig < Struct.new(
3123
3596
  :path,
3124
3597
  :kms_key_arn)
3598
+ SENSITIVE = []
3125
3599
  include Aws::Structure
3126
3600
  end
3127
3601
 
@@ -3210,6 +3684,7 @@ module Aws::Personalize
3210
3684
  :creation_date_time,
3211
3685
  :last_updated_date_time,
3212
3686
  :latest_solution_version)
3687
+ SENSITIVE = []
3213
3688
  include Aws::Structure
3214
3689
  end
3215
3690
 
@@ -3295,6 +3770,7 @@ module Aws::Personalize
3295
3770
  :algorithm_hyper_parameters,
3296
3771
  :feature_transformation_parameters,
3297
3772
  :auto_ml_config)
3773
+ SENSITIVE = []
3298
3774
  include Aws::Structure
3299
3775
  end
3300
3776
 
@@ -3336,6 +3812,7 @@ module Aws::Personalize
3336
3812
  :status,
3337
3813
  :creation_date_time,
3338
3814
  :last_updated_date_time)
3815
+ SENSITIVE = []
3339
3816
  include Aws::Structure
3340
3817
  end
3341
3818
 
@@ -3449,6 +3926,7 @@ module Aws::Personalize
3449
3926
  :failure_reason,
3450
3927
  :creation_date_time,
3451
3928
  :last_updated_date_time)
3929
+ SENSITIVE = []
3452
3930
  include Aws::Structure
3453
3931
  end
3454
3932
 
@@ -3492,6 +3970,7 @@ module Aws::Personalize
3492
3970
  :creation_date_time,
3493
3971
  :last_updated_date_time,
3494
3972
  :failure_reason)
3973
+ SENSITIVE = []
3495
3974
  include Aws::Structure
3496
3975
  end
3497
3976
 
@@ -3506,6 +3985,7 @@ module Aws::Personalize
3506
3985
  #
3507
3986
  class TunedHPOParams < Struct.new(
3508
3987
  :algorithm_hyper_parameters)
3988
+ SENSITIVE = []
3509
3989
  include Aws::Structure
3510
3990
  end
3511
3991
 
@@ -3516,6 +3996,11 @@ module Aws::Personalize
3516
3996
  # campaign_arn: "Arn", # required
3517
3997
  # solution_version_arn: "Arn",
3518
3998
  # min_provisioned_tps: 1,
3999
+ # campaign_config: {
4000
+ # item_exploration_config: {
4001
+ # "ParameterName" => "ParameterValue",
4002
+ # },
4003
+ # },
3519
4004
  # }
3520
4005
  #
3521
4006
  # @!attribute [rw] campaign_arn
@@ -3531,12 +4016,18 @@ module Aws::Personalize
3531
4016
  # (recommendations) per second that Amazon Personalize will support.
3532
4017
  # @return [Integer]
3533
4018
  #
4019
+ # @!attribute [rw] campaign_config
4020
+ # The configuration details of a campaign.
4021
+ # @return [Types::CampaignConfig]
4022
+ #
3534
4023
  # @see http://docs.aws.amazon.com/goto/WebAPI/personalize-2018-05-22/UpdateCampaignRequest AWS API Documentation
3535
4024
  #
3536
4025
  class UpdateCampaignRequest < Struct.new(
3537
4026
  :campaign_arn,
3538
4027
  :solution_version_arn,
3539
- :min_provisioned_tps)
4028
+ :min_provisioned_tps,
4029
+ :campaign_config)
4030
+ SENSITIVE = []
3540
4031
  include Aws::Structure
3541
4032
  end
3542
4033
 
@@ -3548,6 +4039,7 @@ module Aws::Personalize
3548
4039
  #
3549
4040
  class UpdateCampaignResponse < Struct.new(
3550
4041
  :campaign_arn)
4042
+ SENSITIVE = []
3551
4043
  include Aws::Structure
3552
4044
  end
3553
4045