aws-sdk-personalize 1.14.1 → 1.15.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.
- checksums.yaml +4 -4
- data/lib/aws-sdk-personalize.rb +3 -1
- data/lib/aws-sdk-personalize/client.rb +3 -1
- data/lib/aws-sdk-personalize/client_api.rb +2 -0
- data/lib/aws-sdk-personalize/errors.rb +2 -0
- data/lib/aws-sdk-personalize/resource.rb +2 -0
- data/lib/aws-sdk-personalize/types.rb +132 -0
- metadata +2 -2
    
        checksums.yaml
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            ---
         | 
| 2 2 | 
             
            SHA256:
         | 
| 3 | 
            -
              metadata.gz:  | 
| 4 | 
            -
              data.tar.gz:  | 
| 3 | 
            +
              metadata.gz: ecc025b4a0f2116cff850a737c0fc51307caf9c5f5e5833368ceb9acd9efc885
         | 
| 4 | 
            +
              data.tar.gz: fc2ac4cbfab8ef462d634c6339a0a75a0d8b21fda7c0e9a059b92be350b9427d
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: 7e0f7de9da1bbe980a37264f9231774c9486c41c7032ade59a960835e36550f13582075073229d8856ac21e98dab255aa660ef8445d1a1633e10368e83c986fb
         | 
| 7 | 
            +
              data.tar.gz: c0d2217de11b749c9f6965f466a7edf53d02316508f35773041eb1af2379f71b5b788611b1e786084cf5bf0c02430a171cc2f73565739d04d413042e42a80f4c
         | 
    
        data/lib/aws-sdk-personalize.rb
    CHANGED
    
    | @@ -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:
         | 
| @@ -45,6 +47,6 @@ require_relative 'aws-sdk-personalize/customizations' | |
| 45 47 | 
             
            # @service
         | 
| 46 48 | 
             
            module Aws::Personalize
         | 
| 47 49 |  | 
| 48 | 
            -
              GEM_VERSION = '1. | 
| 50 | 
            +
              GEM_VERSION = '1.15.0'
         | 
| 49 51 |  | 
| 50 52 | 
             
            end
         | 
| @@ -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:
         | 
| @@ -2531,7 +2533,7 @@ module Aws::Personalize | |
| 2531 2533 | 
             
                    params: params,
         | 
| 2532 2534 | 
             
                    config: config)
         | 
| 2533 2535 | 
             
                  context[:gem_name] = 'aws-sdk-personalize'
         | 
| 2534 | 
            -
                  context[:gem_version] = '1. | 
| 2536 | 
            +
                  context[:gem_version] = '1.15.0'
         | 
| 2535 2537 | 
             
                  Seahorse::Client::Request.new(handlers, context)
         | 
| 2536 2538 | 
             
                end
         | 
| 2537 2539 |  | 
| @@ -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 |  | 
| @@ -212,6 +218,7 @@ module Aws::Personalize | |
| 212 218 | 
             
                  :status,
         | 
| 213 219 | 
             
                  :creation_date_time,
         | 
| 214 220 | 
             
                  :last_updated_date_time)
         | 
| 221 | 
            +
                  SENSITIVE = []
         | 
| 215 222 | 
             
                  include Aws::Structure
         | 
| 216 223 | 
             
                end
         | 
| 217 224 |  | 
| @@ -237,6 +244,7 @@ module Aws::Personalize | |
| 237 244 | 
             
                #
         | 
| 238 245 | 
             
                class BatchInferenceJobInput < Struct.new(
         | 
| 239 246 | 
             
                  :s3_data_source)
         | 
| 247 | 
            +
                  SENSITIVE = []
         | 
| 240 248 | 
             
                  include Aws::Structure
         | 
| 241 249 | 
             
                end
         | 
| 242 250 |  | 
| @@ -261,6 +269,7 @@ module Aws::Personalize | |
| 261 269 | 
             
                #
         | 
| 262 270 | 
             
                class BatchInferenceJobOutput < Struct.new(
         | 
| 263 271 | 
             
                  :s3_data_destination)
         | 
| 272 | 
            +
                  SENSITIVE = []
         | 
| 264 273 | 
             
                  include Aws::Structure
         | 
| 265 274 | 
             
                end
         | 
| 266 275 |  | 
| @@ -315,6 +324,7 @@ module Aws::Personalize | |
| 315 324 | 
             
                  :last_updated_date_time,
         | 
| 316 325 | 
             
                  :failure_reason,
         | 
| 317 326 | 
             
                  :solution_version_arn)
         | 
| 327 | 
            +
                  SENSITIVE = []
         | 
| 318 328 | 
             
                  include Aws::Structure
         | 
| 319 329 | 
             
                end
         | 
| 320 330 |  | 
| @@ -380,6 +390,7 @@ module Aws::Personalize | |
| 380 390 | 
             
                  :creation_date_time,
         | 
| 381 391 | 
             
                  :last_updated_date_time,
         | 
| 382 392 | 
             
                  :latest_campaign_update)
         | 
| 393 | 
            +
                  SENSITIVE = []
         | 
| 383 394 | 
             
                  include Aws::Structure
         | 
| 384 395 | 
             
                end
         | 
| 385 396 |  | 
| @@ -426,6 +437,7 @@ module Aws::Personalize | |
| 426 437 | 
             
                  :creation_date_time,
         | 
| 427 438 | 
             
                  :last_updated_date_time,
         | 
| 428 439 | 
             
                  :failure_reason)
         | 
| 440 | 
            +
                  SENSITIVE = []
         | 
| 429 441 | 
             
                  include Aws::Structure
         | 
| 430 442 | 
             
                end
         | 
| 431 443 |  | 
| @@ -475,6 +487,7 @@ module Aws::Personalize | |
| 475 487 | 
             
                  :failure_reason,
         | 
| 476 488 | 
             
                  :creation_date_time,
         | 
| 477 489 | 
             
                  :last_updated_date_time)
         | 
| 490 | 
            +
                  SENSITIVE = []
         | 
| 478 491 | 
             
                  include Aws::Structure
         | 
| 479 492 | 
             
                end
         | 
| 480 493 |  | 
| @@ -501,6 +514,7 @@ module Aws::Personalize | |
| 501 514 | 
             
                class CategoricalHyperParameterRange < Struct.new(
         | 
| 502 515 | 
             
                  :name,
         | 
| 503 516 | 
             
                  :values)
         | 
| 517 | 
            +
                  SENSITIVE = []
         | 
| 504 518 | 
             
                  include Aws::Structure
         | 
| 505 519 | 
             
                end
         | 
| 506 520 |  | 
| @@ -533,6 +547,7 @@ module Aws::Personalize | |
| 533 547 | 
             
                  :name,
         | 
| 534 548 | 
             
                  :min_value,
         | 
| 535 549 | 
             
                  :max_value)
         | 
| 550 | 
            +
                  SENSITIVE = []
         | 
| 536 551 | 
             
                  include Aws::Structure
         | 
| 537 552 | 
             
                end
         | 
| 538 553 |  | 
| @@ -604,6 +619,7 @@ module Aws::Personalize | |
| 604 619 | 
             
                  :job_input,
         | 
| 605 620 | 
             
                  :job_output,
         | 
| 606 621 | 
             
                  :role_arn)
         | 
| 622 | 
            +
                  SENSITIVE = []
         | 
| 607 623 | 
             
                  include Aws::Structure
         | 
| 608 624 | 
             
                end
         | 
| 609 625 |  | 
| @@ -615,6 +631,7 @@ module Aws::Personalize | |
| 615 631 | 
             
                #
         | 
| 616 632 | 
             
                class CreateBatchInferenceJobResponse < Struct.new(
         | 
| 617 633 | 
             
                  :batch_inference_job_arn)
         | 
| 634 | 
            +
                  SENSITIVE = []
         | 
| 618 635 | 
             
                  include Aws::Structure
         | 
| 619 636 | 
             
                end
         | 
| 620 637 |  | 
| @@ -647,6 +664,7 @@ module Aws::Personalize | |
| 647 664 | 
             
                  :name,
         | 
| 648 665 | 
             
                  :solution_version_arn,
         | 
| 649 666 | 
             
                  :min_provisioned_tps)
         | 
| 667 | 
            +
                  SENSITIVE = []
         | 
| 650 668 | 
             
                  include Aws::Structure
         | 
| 651 669 | 
             
                end
         | 
| 652 670 |  | 
| @@ -658,6 +676,7 @@ module Aws::Personalize | |
| 658 676 | 
             
                #
         | 
| 659 677 | 
             
                class CreateCampaignResponse < Struct.new(
         | 
| 660 678 | 
             
                  :campaign_arn)
         | 
| 679 | 
            +
                  SENSITIVE = []
         | 
| 661 680 | 
             
                  include Aws::Structure
         | 
| 662 681 | 
             
                end
         | 
| 663 682 |  | 
| @@ -690,6 +709,7 @@ module Aws::Personalize | |
| 690 709 | 
             
                  :name,
         | 
| 691 710 | 
             
                  :role_arn,
         | 
| 692 711 | 
             
                  :kms_key_arn)
         | 
| 712 | 
            +
                  SENSITIVE = []
         | 
| 693 713 | 
             
                  include Aws::Structure
         | 
| 694 714 | 
             
                end
         | 
| 695 715 |  | 
| @@ -701,6 +721,7 @@ module Aws::Personalize | |
| 701 721 | 
             
                #
         | 
| 702 722 | 
             
                class CreateDatasetGroupResponse < Struct.new(
         | 
| 703 723 | 
             
                  :dataset_group_arn)
         | 
| 724 | 
            +
                  SENSITIVE = []
         | 
| 704 725 | 
             
                  include Aws::Structure
         | 
| 705 726 | 
             
                end
         | 
| 706 727 |  | 
| @@ -740,6 +761,7 @@ module Aws::Personalize | |
| 740 761 | 
             
                  :dataset_arn,
         | 
| 741 762 | 
             
                  :data_source,
         | 
| 742 763 | 
             
                  :role_arn)
         | 
| 764 | 
            +
                  SENSITIVE = []
         | 
| 743 765 | 
             
                  include Aws::Structure
         | 
| 744 766 | 
             
                end
         | 
| 745 767 |  | 
| @@ -751,6 +773,7 @@ module Aws::Personalize | |
| 751 773 | 
             
                #
         | 
| 752 774 | 
             
                class CreateDatasetImportJobResponse < Struct.new(
         | 
| 753 775 | 
             
                  :dataset_import_job_arn)
         | 
| 776 | 
            +
                  SENSITIVE = []
         | 
| 754 777 | 
             
                  include Aws::Structure
         | 
| 755 778 | 
             
                end
         | 
| 756 779 |  | 
| @@ -797,6 +820,7 @@ module Aws::Personalize | |
| 797 820 | 
             
                  :schema_arn,
         | 
| 798 821 | 
             
                  :dataset_group_arn,
         | 
| 799 822 | 
             
                  :dataset_type)
         | 
| 823 | 
            +
                  SENSITIVE = []
         | 
| 800 824 | 
             
                  include Aws::Structure
         | 
| 801 825 | 
             
                end
         | 
| 802 826 |  | 
| @@ -808,6 +832,7 @@ module Aws::Personalize | |
| 808 832 | 
             
                #
         | 
| 809 833 | 
             
                class CreateDatasetResponse < Struct.new(
         | 
| 810 834 | 
             
                  :dataset_arn)
         | 
| 835 | 
            +
                  SENSITIVE = []
         | 
| 811 836 | 
             
                  include Aws::Structure
         | 
| 812 837 | 
             
                end
         | 
| 813 838 |  | 
| @@ -833,6 +858,7 @@ module Aws::Personalize | |
| 833 858 | 
             
                class CreateEventTrackerRequest < Struct.new(
         | 
| 834 859 | 
             
                  :name,
         | 
| 835 860 | 
             
                  :dataset_group_arn)
         | 
| 861 | 
            +
                  SENSITIVE = []
         | 
| 836 862 | 
             
                  include Aws::Structure
         | 
| 837 863 | 
             
                end
         | 
| 838 864 |  | 
| @@ -854,6 +880,7 @@ module Aws::Personalize | |
| 854 880 | 
             
                class CreateEventTrackerResponse < Struct.new(
         | 
| 855 881 | 
             
                  :event_tracker_arn,
         | 
| 856 882 | 
             
                  :tracking_id)
         | 
| 883 | 
            +
                  SENSITIVE = []
         | 
| 857 884 | 
             
                  include Aws::Structure
         | 
| 858 885 | 
             
                end
         | 
| 859 886 |  | 
| @@ -893,6 +920,7 @@ module Aws::Personalize | |
| 893 920 | 
             
                  :name,
         | 
| 894 921 | 
             
                  :dataset_group_arn,
         | 
| 895 922 | 
             
                  :filter_expression)
         | 
| 923 | 
            +
                  SENSITIVE = [:filter_expression]
         | 
| 896 924 | 
             
                  include Aws::Structure
         | 
| 897 925 | 
             
                end
         | 
| 898 926 |  | 
| @@ -904,6 +932,7 @@ module Aws::Personalize | |
| 904 932 | 
             
                #
         | 
| 905 933 | 
             
                class CreateFilterResponse < Struct.new(
         | 
| 906 934 | 
             
                  :filter_arn)
         | 
| 935 | 
            +
                  SENSITIVE = []
         | 
| 907 936 | 
             
                  include Aws::Structure
         | 
| 908 937 | 
             
                end
         | 
| 909 938 |  | 
| @@ -928,6 +957,7 @@ module Aws::Personalize | |
| 928 957 | 
             
                class CreateSchemaRequest < Struct.new(
         | 
| 929 958 | 
             
                  :name,
         | 
| 930 959 | 
             
                  :schema)
         | 
| 960 | 
            +
                  SENSITIVE = []
         | 
| 931 961 | 
             
                  include Aws::Structure
         | 
| 932 962 | 
             
                end
         | 
| 933 963 |  | 
| @@ -939,6 +969,7 @@ module Aws::Personalize | |
| 939 969 | 
             
                #
         | 
| 940 970 | 
             
                class CreateSchemaResponse < Struct.new(
         | 
| 941 971 | 
             
                  :schema_arn)
         | 
| 972 | 
            +
                  SENSITIVE = []
         | 
| 942 973 | 
             
                  include Aws::Structure
         | 
| 943 974 | 
             
                end
         | 
| 944 975 |  | 
| @@ -1056,6 +1087,7 @@ module Aws::Personalize | |
| 1056 1087 | 
             
                  :dataset_group_arn,
         | 
| 1057 1088 | 
             
                  :event_type,
         | 
| 1058 1089 | 
             
                  :solution_config)
         | 
| 1090 | 
            +
                  SENSITIVE = []
         | 
| 1059 1091 | 
             
                  include Aws::Structure
         | 
| 1060 1092 | 
             
                end
         | 
| 1061 1093 |  | 
| @@ -1067,6 +1099,7 @@ module Aws::Personalize | |
| 1067 1099 | 
             
                #
         | 
| 1068 1100 | 
             
                class CreateSolutionResponse < Struct.new(
         | 
| 1069 1101 | 
             
                  :solution_arn)
         | 
| 1102 | 
            +
                  SENSITIVE = []
         | 
| 1070 1103 | 
             
                  include Aws::Structure
         | 
| 1071 1104 | 
             
                end
         | 
| 1072 1105 |  | 
| @@ -1103,6 +1136,7 @@ module Aws::Personalize | |
| 1103 1136 | 
             
                class CreateSolutionVersionRequest < Struct.new(
         | 
| 1104 1137 | 
             
                  :solution_arn,
         | 
| 1105 1138 | 
             
                  :training_mode)
         | 
| 1139 | 
            +
                  SENSITIVE = []
         | 
| 1106 1140 | 
             
                  include Aws::Structure
         | 
| 1107 1141 | 
             
                end
         | 
| 1108 1142 |  | 
| @@ -1114,6 +1148,7 @@ module Aws::Personalize | |
| 1114 1148 | 
             
                #
         | 
| 1115 1149 | 
             
                class CreateSolutionVersionResponse < Struct.new(
         | 
| 1116 1150 | 
             
                  :solution_version_arn)
         | 
| 1151 | 
            +
                  SENSITIVE = []
         | 
| 1117 1152 | 
             
                  include Aws::Structure
         | 
| 1118 1153 | 
             
                end
         | 
| 1119 1154 |  | 
| @@ -1138,6 +1173,7 @@ module Aws::Personalize | |
| 1138 1173 | 
             
                #
         | 
| 1139 1174 | 
             
                class DataSource < Struct.new(
         | 
| 1140 1175 | 
             
                  :data_location)
         | 
| 1176 | 
            +
                  SENSITIVE = []
         | 
| 1141 1177 | 
             
                  include Aws::Structure
         | 
| 1142 1178 | 
             
                end
         | 
| 1143 1179 |  | 
| @@ -1200,6 +1236,7 @@ module Aws::Personalize | |
| 1200 1236 | 
             
                  :status,
         | 
| 1201 1237 | 
             
                  :creation_date_time,
         | 
| 1202 1238 | 
             
                  :last_updated_date_time)
         | 
| 1239 | 
            +
                  SENSITIVE = []
         | 
| 1203 1240 | 
             
                  include Aws::Structure
         | 
| 1204 1241 | 
             
                end
         | 
| 1205 1242 |  | 
| @@ -1265,6 +1302,7 @@ module Aws::Personalize | |
| 1265 1302 | 
             
                  :creation_date_time,
         | 
| 1266 1303 | 
             
                  :last_updated_date_time,
         | 
| 1267 1304 | 
             
                  :failure_reason)
         | 
| 1305 | 
            +
                  SENSITIVE = []
         | 
| 1268 1306 | 
             
                  include Aws::Structure
         | 
| 1269 1307 | 
             
                end
         | 
| 1270 1308 |  | 
| @@ -1312,6 +1350,7 @@ module Aws::Personalize | |
| 1312 1350 | 
             
                  :creation_date_time,
         | 
| 1313 1351 | 
             
                  :last_updated_date_time,
         | 
| 1314 1352 | 
             
                  :failure_reason)
         | 
| 1353 | 
            +
                  SENSITIVE = []
         | 
| 1315 1354 | 
             
                  include Aws::Structure
         | 
| 1316 1355 | 
             
                end
         | 
| 1317 1356 |  | 
| @@ -1383,6 +1422,7 @@ module Aws::Personalize | |
| 1383 1422 | 
             
                  :creation_date_time,
         | 
| 1384 1423 | 
             
                  :last_updated_date_time,
         | 
| 1385 1424 | 
             
                  :failure_reason)
         | 
| 1425 | 
            +
                  SENSITIVE = []
         | 
| 1386 1426 | 
             
                  include Aws::Structure
         | 
| 1387 1427 | 
             
                end
         | 
| 1388 1428 |  | 
| @@ -1430,6 +1470,7 @@ module Aws::Personalize | |
| 1430 1470 | 
             
                  :creation_date_time,
         | 
| 1431 1471 | 
             
                  :last_updated_date_time,
         | 
| 1432 1472 | 
             
                  :failure_reason)
         | 
| 1473 | 
            +
                  SENSITIVE = []
         | 
| 1433 1474 | 
             
                  include Aws::Structure
         | 
| 1434 1475 | 
             
                end
         | 
| 1435 1476 |  | 
| @@ -1464,6 +1505,7 @@ module Aws::Personalize | |
| 1464 1505 | 
             
                  :schema,
         | 
| 1465 1506 | 
             
                  :creation_date_time,
         | 
| 1466 1507 | 
             
                  :last_updated_date_time)
         | 
| 1508 | 
            +
                  SENSITIVE = []
         | 
| 1467 1509 | 
             
                  include Aws::Structure
         | 
| 1468 1510 | 
             
                end
         | 
| 1469 1511 |  | 
| @@ -1493,6 +1535,7 @@ module Aws::Personalize | |
| 1493 1535 | 
             
                  :schema_arn,
         | 
| 1494 1536 | 
             
                  :creation_date_time,
         | 
| 1495 1537 | 
             
                  :last_updated_date_time)
         | 
| 1538 | 
            +
                  SENSITIVE = []
         | 
| 1496 1539 | 
             
                  include Aws::Structure
         | 
| 1497 1540 | 
             
                end
         | 
| 1498 1541 |  | 
| @@ -1547,6 +1590,7 @@ module Aws::Personalize | |
| 1547 1590 | 
             
                  :status,
         | 
| 1548 1591 | 
             
                  :creation_date_time,
         | 
| 1549 1592 | 
             
                  :last_updated_date_time)
         | 
| 1593 | 
            +
                  SENSITIVE = []
         | 
| 1550 1594 | 
             
                  include Aws::Structure
         | 
| 1551 1595 | 
             
                end
         | 
| 1552 1596 |  | 
| @@ -1573,6 +1617,7 @@ module Aws::Personalize | |
| 1573 1617 | 
             
                  :name,
         | 
| 1574 1618 | 
             
                  :values,
         | 
| 1575 1619 | 
             
                  :is_tunable)
         | 
| 1620 | 
            +
                  SENSITIVE = []
         | 
| 1576 1621 | 
             
                  include Aws::Structure
         | 
| 1577 1622 | 
             
                end
         | 
| 1578 1623 |  | 
| @@ -1603,6 +1648,7 @@ module Aws::Personalize | |
| 1603 1648 | 
             
                  :min_value,
         | 
| 1604 1649 | 
             
                  :max_value,
         | 
| 1605 1650 | 
             
                  :is_tunable)
         | 
| 1651 | 
            +
                  SENSITIVE = []
         | 
| 1606 1652 | 
             
                  include Aws::Structure
         | 
| 1607 1653 | 
             
                end
         | 
| 1608 1654 |  | 
| @@ -1627,6 +1673,7 @@ module Aws::Personalize | |
| 1627 1673 | 
             
                  :integer_hyper_parameter_ranges,
         | 
| 1628 1674 | 
             
                  :continuous_hyper_parameter_ranges,
         | 
| 1629 1675 | 
             
                  :categorical_hyper_parameter_ranges)
         | 
| 1676 | 
            +
                  SENSITIVE = []
         | 
| 1630 1677 | 
             
                  include Aws::Structure
         | 
| 1631 1678 | 
             
                end
         | 
| 1632 1679 |  | 
| @@ -1658,6 +1705,7 @@ module Aws::Personalize | |
| 1658 1705 | 
             
                  :min_value,
         | 
| 1659 1706 | 
             
                  :max_value,
         | 
| 1660 1707 | 
             
                  :is_tunable)
         | 
| 1708 | 
            +
                  SENSITIVE = []
         | 
| 1661 1709 | 
             
                  include Aws::Structure
         | 
| 1662 1710 | 
             
                end
         | 
| 1663 1711 |  | 
| @@ -1676,6 +1724,7 @@ module Aws::Personalize | |
| 1676 1724 | 
             
                #
         | 
| 1677 1725 | 
             
                class DeleteCampaignRequest < Struct.new(
         | 
| 1678 1726 | 
             
                  :campaign_arn)
         | 
| 1727 | 
            +
                  SENSITIVE = []
         | 
| 1679 1728 | 
             
                  include Aws::Structure
         | 
| 1680 1729 | 
             
                end
         | 
| 1681 1730 |  | 
| @@ -1694,6 +1743,7 @@ module Aws::Personalize | |
| 1694 1743 | 
             
                #
         | 
| 1695 1744 | 
             
                class DeleteDatasetGroupRequest < Struct.new(
         | 
| 1696 1745 | 
             
                  :dataset_group_arn)
         | 
| 1746 | 
            +
                  SENSITIVE = []
         | 
| 1697 1747 | 
             
                  include Aws::Structure
         | 
| 1698 1748 | 
             
                end
         | 
| 1699 1749 |  | 
| @@ -1712,6 +1762,7 @@ module Aws::Personalize | |
| 1712 1762 | 
             
                #
         | 
| 1713 1763 | 
             
                class DeleteDatasetRequest < Struct.new(
         | 
| 1714 1764 | 
             
                  :dataset_arn)
         | 
| 1765 | 
            +
                  SENSITIVE = []
         | 
| 1715 1766 | 
             
                  include Aws::Structure
         | 
| 1716 1767 | 
             
                end
         | 
| 1717 1768 |  | 
| @@ -1730,6 +1781,7 @@ module Aws::Personalize | |
| 1730 1781 | 
             
                #
         | 
| 1731 1782 | 
             
                class DeleteEventTrackerRequest < Struct.new(
         | 
| 1732 1783 | 
             
                  :event_tracker_arn)
         | 
| 1784 | 
            +
                  SENSITIVE = []
         | 
| 1733 1785 | 
             
                  include Aws::Structure
         | 
| 1734 1786 | 
             
                end
         | 
| 1735 1787 |  | 
| @@ -1748,6 +1800,7 @@ module Aws::Personalize | |
| 1748 1800 | 
             
                #
         | 
| 1749 1801 | 
             
                class DeleteFilterRequest < Struct.new(
         | 
| 1750 1802 | 
             
                  :filter_arn)
         | 
| 1803 | 
            +
                  SENSITIVE = []
         | 
| 1751 1804 | 
             
                  include Aws::Structure
         | 
| 1752 1805 | 
             
                end
         | 
| 1753 1806 |  | 
| @@ -1766,6 +1819,7 @@ module Aws::Personalize | |
| 1766 1819 | 
             
                #
         | 
| 1767 1820 | 
             
                class DeleteSchemaRequest < Struct.new(
         | 
| 1768 1821 | 
             
                  :schema_arn)
         | 
| 1822 | 
            +
                  SENSITIVE = []
         | 
| 1769 1823 | 
             
                  include Aws::Structure
         | 
| 1770 1824 | 
             
                end
         | 
| 1771 1825 |  | 
| @@ -1784,6 +1838,7 @@ module Aws::Personalize | |
| 1784 1838 | 
             
                #
         | 
| 1785 1839 | 
             
                class DeleteSolutionRequest < Struct.new(
         | 
| 1786 1840 | 
             
                  :solution_arn)
         | 
| 1841 | 
            +
                  SENSITIVE = []
         | 
| 1787 1842 | 
             
                  include Aws::Structure
         | 
| 1788 1843 | 
             
                end
         | 
| 1789 1844 |  | 
| @@ -1802,6 +1857,7 @@ module Aws::Personalize | |
| 1802 1857 | 
             
                #
         | 
| 1803 1858 | 
             
                class DescribeAlgorithmRequest < Struct.new(
         | 
| 1804 1859 | 
             
                  :algorithm_arn)
         | 
| 1860 | 
            +
                  SENSITIVE = []
         | 
| 1805 1861 | 
             
                  include Aws::Structure
         | 
| 1806 1862 | 
             
                end
         | 
| 1807 1863 |  | 
| @@ -1813,6 +1869,7 @@ module Aws::Personalize | |
| 1813 1869 | 
             
                #
         | 
| 1814 1870 | 
             
                class DescribeAlgorithmResponse < Struct.new(
         | 
| 1815 1871 | 
             
                  :algorithm)
         | 
| 1872 | 
            +
                  SENSITIVE = []
         | 
| 1816 1873 | 
             
                  include Aws::Structure
         | 
| 1817 1874 | 
             
                end
         | 
| 1818 1875 |  | 
| @@ -1831,6 +1888,7 @@ module Aws::Personalize | |
| 1831 1888 | 
             
                #
         | 
| 1832 1889 | 
             
                class DescribeBatchInferenceJobRequest < Struct.new(
         | 
| 1833 1890 | 
             
                  :batch_inference_job_arn)
         | 
| 1891 | 
            +
                  SENSITIVE = []
         | 
| 1834 1892 | 
             
                  include Aws::Structure
         | 
| 1835 1893 | 
             
                end
         | 
| 1836 1894 |  | 
| @@ -1842,6 +1900,7 @@ module Aws::Personalize | |
| 1842 1900 | 
             
                #
         | 
| 1843 1901 | 
             
                class DescribeBatchInferenceJobResponse < Struct.new(
         | 
| 1844 1902 | 
             
                  :batch_inference_job)
         | 
| 1903 | 
            +
                  SENSITIVE = []
         | 
| 1845 1904 | 
             
                  include Aws::Structure
         | 
| 1846 1905 | 
             
                end
         | 
| 1847 1906 |  | 
| @@ -1860,6 +1919,7 @@ module Aws::Personalize | |
| 1860 1919 | 
             
                #
         | 
| 1861 1920 | 
             
                class DescribeCampaignRequest < Struct.new(
         | 
| 1862 1921 | 
             
                  :campaign_arn)
         | 
| 1922 | 
            +
                  SENSITIVE = []
         | 
| 1863 1923 | 
             
                  include Aws::Structure
         | 
| 1864 1924 | 
             
                end
         | 
| 1865 1925 |  | 
| @@ -1871,6 +1931,7 @@ module Aws::Personalize | |
| 1871 1931 | 
             
                #
         | 
| 1872 1932 | 
             
                class DescribeCampaignResponse < Struct.new(
         | 
| 1873 1933 | 
             
                  :campaign)
         | 
| 1934 | 
            +
                  SENSITIVE = []
         | 
| 1874 1935 | 
             
                  include Aws::Structure
         | 
| 1875 1936 | 
             
                end
         | 
| 1876 1937 |  | 
| @@ -1889,6 +1950,7 @@ module Aws::Personalize | |
| 1889 1950 | 
             
                #
         | 
| 1890 1951 | 
             
                class DescribeDatasetGroupRequest < Struct.new(
         | 
| 1891 1952 | 
             
                  :dataset_group_arn)
         | 
| 1953 | 
            +
                  SENSITIVE = []
         | 
| 1892 1954 | 
             
                  include Aws::Structure
         | 
| 1893 1955 | 
             
                end
         | 
| 1894 1956 |  | 
| @@ -1900,6 +1962,7 @@ module Aws::Personalize | |
| 1900 1962 | 
             
                #
         | 
| 1901 1963 | 
             
                class DescribeDatasetGroupResponse < Struct.new(
         | 
| 1902 1964 | 
             
                  :dataset_group)
         | 
| 1965 | 
            +
                  SENSITIVE = []
         | 
| 1903 1966 | 
             
                  include Aws::Structure
         | 
| 1904 1967 | 
             
                end
         | 
| 1905 1968 |  | 
| @@ -1919,6 +1982,7 @@ module Aws::Personalize | |
| 1919 1982 | 
             
                #
         | 
| 1920 1983 | 
             
                class DescribeDatasetImportJobRequest < Struct.new(
         | 
| 1921 1984 | 
             
                  :dataset_import_job_arn)
         | 
| 1985 | 
            +
                  SENSITIVE = []
         | 
| 1922 1986 | 
             
                  include Aws::Structure
         | 
| 1923 1987 | 
             
                end
         | 
| 1924 1988 |  | 
| @@ -1940,6 +2004,7 @@ module Aws::Personalize | |
| 1940 2004 | 
             
                #
         | 
| 1941 2005 | 
             
                class DescribeDatasetImportJobResponse < Struct.new(
         | 
| 1942 2006 | 
             
                  :dataset_import_job)
         | 
| 2007 | 
            +
                  SENSITIVE = []
         | 
| 1943 2008 | 
             
                  include Aws::Structure
         | 
| 1944 2009 | 
             
                end
         | 
| 1945 2010 |  | 
| @@ -1958,6 +2023,7 @@ module Aws::Personalize | |
| 1958 2023 | 
             
                #
         | 
| 1959 2024 | 
             
                class DescribeDatasetRequest < Struct.new(
         | 
| 1960 2025 | 
             
                  :dataset_arn)
         | 
| 2026 | 
            +
                  SENSITIVE = []
         | 
| 1961 2027 | 
             
                  include Aws::Structure
         | 
| 1962 2028 | 
             
                end
         | 
| 1963 2029 |  | 
| @@ -1969,6 +2035,7 @@ module Aws::Personalize | |
| 1969 2035 | 
             
                #
         | 
| 1970 2036 | 
             
                class DescribeDatasetResponse < Struct.new(
         | 
| 1971 2037 | 
             
                  :dataset)
         | 
| 2038 | 
            +
                  SENSITIVE = []
         | 
| 1972 2039 | 
             
                  include Aws::Structure
         | 
| 1973 2040 | 
             
                end
         | 
| 1974 2041 |  | 
| @@ -1987,6 +2054,7 @@ module Aws::Personalize | |
| 1987 2054 | 
             
                #
         | 
| 1988 2055 | 
             
                class DescribeEventTrackerRequest < Struct.new(
         | 
| 1989 2056 | 
             
                  :event_tracker_arn)
         | 
| 2057 | 
            +
                  SENSITIVE = []
         | 
| 1990 2058 | 
             
                  include Aws::Structure
         | 
| 1991 2059 | 
             
                end
         | 
| 1992 2060 |  | 
| @@ -1998,6 +2066,7 @@ module Aws::Personalize | |
| 1998 2066 | 
             
                #
         | 
| 1999 2067 | 
             
                class DescribeEventTrackerResponse < Struct.new(
         | 
| 2000 2068 | 
             
                  :event_tracker)
         | 
| 2069 | 
            +
                  SENSITIVE = []
         | 
| 2001 2070 | 
             
                  include Aws::Structure
         | 
| 2002 2071 | 
             
                end
         | 
| 2003 2072 |  | 
| @@ -2017,6 +2086,7 @@ module Aws::Personalize | |
| 2017 2086 | 
             
                #
         | 
| 2018 2087 | 
             
                class DescribeFeatureTransformationRequest < Struct.new(
         | 
| 2019 2088 | 
             
                  :feature_transformation_arn)
         | 
| 2089 | 
            +
                  SENSITIVE = []
         | 
| 2020 2090 | 
             
                  include Aws::Structure
         | 
| 2021 2091 | 
             
                end
         | 
| 2022 2092 |  | 
| @@ -2028,6 +2098,7 @@ module Aws::Personalize | |
| 2028 2098 | 
             
                #
         | 
| 2029 2099 | 
             
                class DescribeFeatureTransformationResponse < Struct.new(
         | 
| 2030 2100 | 
             
                  :feature_transformation)
         | 
| 2101 | 
            +
                  SENSITIVE = []
         | 
| 2031 2102 | 
             
                  include Aws::Structure
         | 
| 2032 2103 | 
             
                end
         | 
| 2033 2104 |  | 
| @@ -2046,6 +2117,7 @@ module Aws::Personalize | |
| 2046 2117 | 
             
                #
         | 
| 2047 2118 | 
             
                class DescribeFilterRequest < Struct.new(
         | 
| 2048 2119 | 
             
                  :filter_arn)
         | 
| 2120 | 
            +
                  SENSITIVE = []
         | 
| 2049 2121 | 
             
                  include Aws::Structure
         | 
| 2050 2122 | 
             
                end
         | 
| 2051 2123 |  | 
| @@ -2057,6 +2129,7 @@ module Aws::Personalize | |
| 2057 2129 | 
             
                #
         | 
| 2058 2130 | 
             
                class DescribeFilterResponse < Struct.new(
         | 
| 2059 2131 | 
             
                  :filter)
         | 
| 2132 | 
            +
                  SENSITIVE = []
         | 
| 2060 2133 | 
             
                  include Aws::Structure
         | 
| 2061 2134 | 
             
                end
         | 
| 2062 2135 |  | 
| @@ -2075,6 +2148,7 @@ module Aws::Personalize | |
| 2075 2148 | 
             
                #
         | 
| 2076 2149 | 
             
                class DescribeRecipeRequest < Struct.new(
         | 
| 2077 2150 | 
             
                  :recipe_arn)
         | 
| 2151 | 
            +
                  SENSITIVE = []
         | 
| 2078 2152 | 
             
                  include Aws::Structure
         | 
| 2079 2153 | 
             
                end
         | 
| 2080 2154 |  | 
| @@ -2086,6 +2160,7 @@ module Aws::Personalize | |
| 2086 2160 | 
             
                #
         | 
| 2087 2161 | 
             
                class DescribeRecipeResponse < Struct.new(
         | 
| 2088 2162 | 
             
                  :recipe)
         | 
| 2163 | 
            +
                  SENSITIVE = []
         | 
| 2089 2164 | 
             
                  include Aws::Structure
         | 
| 2090 2165 | 
             
                end
         | 
| 2091 2166 |  | 
| @@ -2104,6 +2179,7 @@ module Aws::Personalize | |
| 2104 2179 | 
             
                #
         | 
| 2105 2180 | 
             
                class DescribeSchemaRequest < Struct.new(
         | 
| 2106 2181 | 
             
                  :schema_arn)
         | 
| 2182 | 
            +
                  SENSITIVE = []
         | 
| 2107 2183 | 
             
                  include Aws::Structure
         | 
| 2108 2184 | 
             
                end
         | 
| 2109 2185 |  | 
| @@ -2115,6 +2191,7 @@ module Aws::Personalize | |
| 2115 2191 | 
             
                #
         | 
| 2116 2192 | 
             
                class DescribeSchemaResponse < Struct.new(
         | 
| 2117 2193 | 
             
                  :schema)
         | 
| 2194 | 
            +
                  SENSITIVE = []
         | 
| 2118 2195 | 
             
                  include Aws::Structure
         | 
| 2119 2196 | 
             
                end
         | 
| 2120 2197 |  | 
| @@ -2133,6 +2210,7 @@ module Aws::Personalize | |
| 2133 2210 | 
             
                #
         | 
| 2134 2211 | 
             
                class DescribeSolutionRequest < Struct.new(
         | 
| 2135 2212 | 
             
                  :solution_arn)
         | 
| 2213 | 
            +
                  SENSITIVE = []
         | 
| 2136 2214 | 
             
                  include Aws::Structure
         | 
| 2137 2215 | 
             
                end
         | 
| 2138 2216 |  | 
| @@ -2144,6 +2222,7 @@ module Aws::Personalize | |
| 2144 2222 | 
             
                #
         | 
| 2145 2223 | 
             
                class DescribeSolutionResponse < Struct.new(
         | 
| 2146 2224 | 
             
                  :solution)
         | 
| 2225 | 
            +
                  SENSITIVE = []
         | 
| 2147 2226 | 
             
                  include Aws::Structure
         | 
| 2148 2227 | 
             
                end
         | 
| 2149 2228 |  | 
| @@ -2162,6 +2241,7 @@ module Aws::Personalize | |
| 2162 2241 | 
             
                #
         | 
| 2163 2242 | 
             
                class DescribeSolutionVersionRequest < Struct.new(
         | 
| 2164 2243 | 
             
                  :solution_version_arn)
         | 
| 2244 | 
            +
                  SENSITIVE = []
         | 
| 2165 2245 | 
             
                  include Aws::Structure
         | 
| 2166 2246 | 
             
                end
         | 
| 2167 2247 |  | 
| @@ -2173,6 +2253,7 @@ module Aws::Personalize | |
| 2173 2253 | 
             
                #
         | 
| 2174 2254 | 
             
                class DescribeSolutionVersionResponse < Struct.new(
         | 
| 2175 2255 | 
             
                  :solution_version)
         | 
| 2256 | 
            +
                  SENSITIVE = []
         | 
| 2176 2257 | 
             
                  include Aws::Structure
         | 
| 2177 2258 | 
             
                end
         | 
| 2178 2259 |  | 
| @@ -2236,6 +2317,7 @@ module Aws::Personalize | |
| 2236 2317 | 
             
                  :status,
         | 
| 2237 2318 | 
             
                  :creation_date_time,
         | 
| 2238 2319 | 
             
                  :last_updated_date_time)
         | 
| 2320 | 
            +
                  SENSITIVE = []
         | 
| 2239 2321 | 
             
                  include Aws::Structure
         | 
| 2240 2322 | 
             
                end
         | 
| 2241 2323 |  | 
| @@ -2278,6 +2360,7 @@ module Aws::Personalize | |
| 2278 2360 | 
             
                  :status,
         | 
| 2279 2361 | 
             
                  :creation_date_time,
         | 
| 2280 2362 | 
             
                  :last_updated_date_time)
         | 
| 2363 | 
            +
                  SENSITIVE = []
         | 
| 2281 2364 | 
             
                  include Aws::Structure
         | 
| 2282 2365 | 
             
                end
         | 
| 2283 2366 |  | 
| @@ -2327,6 +2410,7 @@ module Aws::Personalize | |
| 2327 2410 | 
             
                  :creation_date_time,
         | 
| 2328 2411 | 
             
                  :last_updated_date_time,
         | 
| 2329 2412 | 
             
                  :status)
         | 
| 2413 | 
            +
                  SENSITIVE = []
         | 
| 2330 2414 | 
             
                  include Aws::Structure
         | 
| 2331 2415 | 
             
                end
         | 
| 2332 2416 |  | 
| @@ -2383,6 +2467,7 @@ module Aws::Personalize | |
| 2383 2467 | 
             
                  :failure_reason,
         | 
| 2384 2468 | 
             
                  :filter_expression,
         | 
| 2385 2469 | 
             
                  :status)
         | 
| 2470 | 
            +
                  SENSITIVE = [:filter_expression]
         | 
| 2386 2471 | 
             
                  include Aws::Structure
         | 
| 2387 2472 | 
             
                end
         | 
| 2388 2473 |  | 
| @@ -2426,6 +2511,7 @@ module Aws::Personalize | |
| 2426 2511 | 
             
                  :dataset_group_arn,
         | 
| 2427 2512 | 
             
                  :failure_reason,
         | 
| 2428 2513 | 
             
                  :status)
         | 
| 2514 | 
            +
                  SENSITIVE = []
         | 
| 2429 2515 | 
             
                  include Aws::Structure
         | 
| 2430 2516 | 
             
                end
         | 
| 2431 2517 |  | 
| @@ -2445,6 +2531,7 @@ module Aws::Personalize | |
| 2445 2531 | 
             
                #
         | 
| 2446 2532 | 
             
                class GetSolutionMetricsRequest < Struct.new(
         | 
| 2447 2533 | 
             
                  :solution_version_arn)
         | 
| 2534 | 
            +
                  SENSITIVE = []
         | 
| 2448 2535 | 
             
                  include Aws::Structure
         | 
| 2449 2536 | 
             
                end
         | 
| 2450 2537 |  | 
| @@ -2461,6 +2548,7 @@ module Aws::Personalize | |
| 2461 2548 | 
             
                class GetSolutionMetricsResponse < Struct.new(
         | 
| 2462 2549 | 
             
                  :solution_version_arn,
         | 
| 2463 2550 | 
             
                  :metrics)
         | 
| 2551 | 
            +
                  SENSITIVE = []
         | 
| 2464 2552 | 
             
                  include Aws::Structure
         | 
| 2465 2553 | 
             
                end
         | 
| 2466 2554 |  | 
| @@ -2523,6 +2611,7 @@ module Aws::Personalize | |
| 2523 2611 | 
             
                  :hpo_objective,
         | 
| 2524 2612 | 
             
                  :hpo_resource_config,
         | 
| 2525 2613 | 
             
                  :algorithm_hyper_parameter_ranges)
         | 
| 2614 | 
            +
                  SENSITIVE = []
         | 
| 2526 2615 | 
             
                  include Aws::Structure
         | 
| 2527 2616 | 
             
                end
         | 
| 2528 2617 |  | 
| @@ -2556,6 +2645,7 @@ module Aws::Personalize | |
| 2556 2645 | 
             
                  :type,
         | 
| 2557 2646 | 
             
                  :metric_name,
         | 
| 2558 2647 | 
             
                  :metric_regex)
         | 
| 2648 | 
            +
                  SENSITIVE = []
         | 
| 2559 2649 | 
             
                  include Aws::Structure
         | 
| 2560 2650 | 
             
                end
         | 
| 2561 2651 |  | 
| @@ -2586,6 +2676,7 @@ module Aws::Personalize | |
| 2586 2676 | 
             
                class HPOResourceConfig < Struct.new(
         | 
| 2587 2677 | 
             
                  :max_number_of_training_jobs,
         | 
| 2588 2678 | 
             
                  :max_parallel_training_jobs)
         | 
| 2679 | 
            +
                  SENSITIVE = []
         | 
| 2589 2680 | 
             
                  include Aws::Structure
         | 
| 2590 2681 | 
             
                end
         | 
| 2591 2682 |  | 
| @@ -2636,6 +2727,7 @@ module Aws::Personalize | |
| 2636 2727 | 
             
                  :integer_hyper_parameter_ranges,
         | 
| 2637 2728 | 
             
                  :continuous_hyper_parameter_ranges,
         | 
| 2638 2729 | 
             
                  :categorical_hyper_parameter_ranges)
         | 
| 2730 | 
            +
                  SENSITIVE = []
         | 
| 2639 2731 | 
             
                  include Aws::Structure
         | 
| 2640 2732 | 
             
                end
         | 
| 2641 2733 |  | 
| @@ -2668,6 +2760,7 @@ module Aws::Personalize | |
| 2668 2760 | 
             
                  :name,
         | 
| 2669 2761 | 
             
                  :min_value,
         | 
| 2670 2762 | 
             
                  :max_value)
         | 
| 2763 | 
            +
                  SENSITIVE = []
         | 
| 2671 2764 | 
             
                  include Aws::Structure
         | 
| 2672 2765 | 
             
                end
         | 
| 2673 2766 |  | 
| @@ -2680,6 +2773,7 @@ module Aws::Personalize | |
| 2680 2773 | 
             
                #
         | 
| 2681 2774 | 
             
                class InvalidInputException < Struct.new(
         | 
| 2682 2775 | 
             
                  :message)
         | 
| 2776 | 
            +
                  SENSITIVE = []
         | 
| 2683 2777 | 
             
                  include Aws::Structure
         | 
| 2684 2778 | 
             
                end
         | 
| 2685 2779 |  | 
| @@ -2692,6 +2786,7 @@ module Aws::Personalize | |
| 2692 2786 | 
             
                #
         | 
| 2693 2787 | 
             
                class InvalidNextTokenException < Struct.new(
         | 
| 2694 2788 | 
             
                  :message)
         | 
| 2789 | 
            +
                  SENSITIVE = []
         | 
| 2695 2790 | 
             
                  include Aws::Structure
         | 
| 2696 2791 | 
             
                end
         | 
| 2697 2792 |  | 
| @@ -2704,6 +2799,7 @@ module Aws::Personalize | |
| 2704 2799 | 
             
                #
         | 
| 2705 2800 | 
             
                class LimitExceededException < Struct.new(
         | 
| 2706 2801 | 
             
                  :message)
         | 
| 2802 | 
            +
                  SENSITIVE = []
         | 
| 2707 2803 | 
             
                  include Aws::Structure
         | 
| 2708 2804 | 
             
                end
         | 
| 2709 2805 |  | 
| @@ -2736,6 +2832,7 @@ module Aws::Personalize | |
| 2736 2832 | 
             
                  :solution_version_arn,
         | 
| 2737 2833 | 
             
                  :next_token,
         | 
| 2738 2834 | 
             
                  :max_results)
         | 
| 2835 | 
            +
                  SENSITIVE = []
         | 
| 2739 2836 | 
             
                  include Aws::Structure
         | 
| 2740 2837 | 
             
                end
         | 
| 2741 2838 |  | 
| @@ -2753,6 +2850,7 @@ module Aws::Personalize | |
| 2753 2850 | 
             
                class ListBatchInferenceJobsResponse < Struct.new(
         | 
| 2754 2851 | 
             
                  :batch_inference_jobs,
         | 
| 2755 2852 | 
             
                  :next_token)
         | 
| 2853 | 
            +
                  SENSITIVE = []
         | 
| 2756 2854 | 
             
                  include Aws::Structure
         | 
| 2757 2855 | 
             
                end
         | 
| 2758 2856 |  | 
| @@ -2786,6 +2884,7 @@ module Aws::Personalize | |
| 2786 2884 | 
             
                  :solution_arn,
         | 
| 2787 2885 | 
             
                  :next_token,
         | 
| 2788 2886 | 
             
                  :max_results)
         | 
| 2887 | 
            +
                  SENSITIVE = []
         | 
| 2789 2888 | 
             
                  include Aws::Structure
         | 
| 2790 2889 | 
             
                end
         | 
| 2791 2890 |  | 
| @@ -2802,6 +2901,7 @@ module Aws::Personalize | |
| 2802 2901 | 
             
                class ListCampaignsResponse < Struct.new(
         | 
| 2803 2902 | 
             
                  :campaigns,
         | 
| 2804 2903 | 
             
                  :next_token)
         | 
| 2904 | 
            +
                  SENSITIVE = []
         | 
| 2805 2905 | 
             
                  include Aws::Structure
         | 
| 2806 2906 | 
             
                end
         | 
| 2807 2907 |  | 
| @@ -2827,6 +2927,7 @@ module Aws::Personalize | |
| 2827 2927 | 
             
                class ListDatasetGroupsRequest < Struct.new(
         | 
| 2828 2928 | 
             
                  :next_token,
         | 
| 2829 2929 | 
             
                  :max_results)
         | 
| 2930 | 
            +
                  SENSITIVE = []
         | 
| 2830 2931 | 
             
                  include Aws::Structure
         | 
| 2831 2932 | 
             
                end
         | 
| 2832 2933 |  | 
| @@ -2843,6 +2944,7 @@ module Aws::Personalize | |
| 2843 2944 | 
             
                class ListDatasetGroupsResponse < Struct.new(
         | 
| 2844 2945 | 
             
                  :dataset_groups,
         | 
| 2845 2946 | 
             
                  :next_token)
         | 
| 2947 | 
            +
                  SENSITIVE = []
         | 
| 2846 2948 | 
             
                  include Aws::Structure
         | 
| 2847 2949 | 
             
                end
         | 
| 2848 2950 |  | 
| @@ -2875,6 +2977,7 @@ module Aws::Personalize | |
| 2875 2977 | 
             
                  :dataset_arn,
         | 
| 2876 2978 | 
             
                  :next_token,
         | 
| 2877 2979 | 
             
                  :max_results)
         | 
| 2980 | 
            +
                  SENSITIVE = []
         | 
| 2878 2981 | 
             
                  include Aws::Structure
         | 
| 2879 2982 | 
             
                end
         | 
| 2880 2983 |  | 
| @@ -2892,6 +2995,7 @@ module Aws::Personalize | |
| 2892 2995 | 
             
                class ListDatasetImportJobsResponse < Struct.new(
         | 
| 2893 2996 | 
             
                  :dataset_import_jobs,
         | 
| 2894 2997 | 
             
                  :next_token)
         | 
| 2998 | 
            +
                  SENSITIVE = []
         | 
| 2895 2999 | 
             
                  include Aws::Structure
         | 
| 2896 3000 | 
             
                end
         | 
| 2897 3001 |  | 
| @@ -2924,6 +3028,7 @@ module Aws::Personalize | |
| 2924 3028 | 
             
                  :dataset_group_arn,
         | 
| 2925 3029 | 
             
                  :next_token,
         | 
| 2926 3030 | 
             
                  :max_results)
         | 
| 3031 | 
            +
                  SENSITIVE = []
         | 
| 2927 3032 | 
             
                  include Aws::Structure
         | 
| 2928 3033 | 
             
                end
         | 
| 2929 3034 |  | 
| @@ -2941,6 +3046,7 @@ module Aws::Personalize | |
| 2941 3046 | 
             
                class ListDatasetsResponse < Struct.new(
         | 
| 2942 3047 | 
             
                  :datasets,
         | 
| 2943 3048 | 
             
                  :next_token)
         | 
| 3049 | 
            +
                  SENSITIVE = []
         | 
| 2944 3050 | 
             
                  include Aws::Structure
         | 
| 2945 3051 | 
             
                end
         | 
| 2946 3052 |  | 
| @@ -2972,6 +3078,7 @@ module Aws::Personalize | |
| 2972 3078 | 
             
                  :dataset_group_arn,
         | 
| 2973 3079 | 
             
                  :next_token,
         | 
| 2974 3080 | 
             
                  :max_results)
         | 
| 3081 | 
            +
                  SENSITIVE = []
         | 
| 2975 3082 | 
             
                  include Aws::Structure
         | 
| 2976 3083 | 
             
                end
         | 
| 2977 3084 |  | 
| @@ -2988,6 +3095,7 @@ module Aws::Personalize | |
| 2988 3095 | 
             
                class ListEventTrackersResponse < Struct.new(
         | 
| 2989 3096 | 
             
                  :event_trackers,
         | 
| 2990 3097 | 
             
                  :next_token)
         | 
| 3098 | 
            +
                  SENSITIVE = []
         | 
| 2991 3099 | 
             
                  include Aws::Structure
         | 
| 2992 3100 | 
             
                end
         | 
| 2993 3101 |  | 
| @@ -3019,6 +3127,7 @@ module Aws::Personalize | |
| 3019 3127 | 
             
                  :dataset_group_arn,
         | 
| 3020 3128 | 
             
                  :next_token,
         | 
| 3021 3129 | 
             
                  :max_results)
         | 
| 3130 | 
            +
                  SENSITIVE = []
         | 
| 3022 3131 | 
             
                  include Aws::Structure
         | 
| 3023 3132 | 
             
                end
         | 
| 3024 3133 |  | 
| @@ -3035,6 +3144,7 @@ module Aws::Personalize | |
| 3035 3144 | 
             
                class ListFiltersResponse < Struct.new(
         | 
| 3036 3145 | 
             
                  :filters,
         | 
| 3037 3146 | 
             
                  :next_token)
         | 
| 3147 | 
            +
                  SENSITIVE = []
         | 
| 3038 3148 | 
             
                  include Aws::Structure
         | 
| 3039 3149 | 
             
                end
         | 
| 3040 3150 |  | 
| @@ -3066,6 +3176,7 @@ module Aws::Personalize | |
| 3066 3176 | 
             
                  :recipe_provider,
         | 
| 3067 3177 | 
             
                  :next_token,
         | 
| 3068 3178 | 
             
                  :max_results)
         | 
| 3179 | 
            +
                  SENSITIVE = []
         | 
| 3069 3180 | 
             
                  include Aws::Structure
         | 
| 3070 3181 | 
             
                end
         | 
| 3071 3182 |  | 
| @@ -3082,6 +3193,7 @@ module Aws::Personalize | |
| 3082 3193 | 
             
                class ListRecipesResponse < Struct.new(
         | 
| 3083 3194 | 
             
                  :recipes,
         | 
| 3084 3195 | 
             
                  :next_token)
         | 
| 3196 | 
            +
                  SENSITIVE = []
         | 
| 3085 3197 | 
             
                  include Aws::Structure
         | 
| 3086 3198 | 
             
                end
         | 
| 3087 3199 |  | 
| @@ -3107,6 +3219,7 @@ module Aws::Personalize | |
| 3107 3219 | 
             
                class ListSchemasRequest < Struct.new(
         | 
| 3108 3220 | 
             
                  :next_token,
         | 
| 3109 3221 | 
             
                  :max_results)
         | 
| 3222 | 
            +
                  SENSITIVE = []
         | 
| 3110 3223 | 
             
                  include Aws::Structure
         | 
| 3111 3224 | 
             
                end
         | 
| 3112 3225 |  | 
| @@ -3123,6 +3236,7 @@ module Aws::Personalize | |
| 3123 3236 | 
             
                class ListSchemasResponse < Struct.new(
         | 
| 3124 3237 | 
             
                  :schemas,
         | 
| 3125 3238 | 
             
                  :next_token)
         | 
| 3239 | 
            +
                  SENSITIVE = []
         | 
| 3126 3240 | 
             
                  include Aws::Structure
         | 
| 3127 3241 | 
             
                end
         | 
| 3128 3242 |  | 
| @@ -3154,6 +3268,7 @@ module Aws::Personalize | |
| 3154 3268 | 
             
                  :solution_arn,
         | 
| 3155 3269 | 
             
                  :next_token,
         | 
| 3156 3270 | 
             
                  :max_results)
         | 
| 3271 | 
            +
                  SENSITIVE = []
         | 
| 3157 3272 | 
             
                  include Aws::Structure
         | 
| 3158 3273 | 
             
                end
         | 
| 3159 3274 |  | 
| @@ -3171,6 +3286,7 @@ module Aws::Personalize | |
| 3171 3286 | 
             
                class ListSolutionVersionsResponse < Struct.new(
         | 
| 3172 3287 | 
             
                  :solution_versions,
         | 
| 3173 3288 | 
             
                  :next_token)
         | 
| 3289 | 
            +
                  SENSITIVE = []
         | 
| 3174 3290 | 
             
                  include Aws::Structure
         | 
| 3175 3291 | 
             
                end
         | 
| 3176 3292 |  | 
| @@ -3202,6 +3318,7 @@ module Aws::Personalize | |
| 3202 3318 | 
             
                  :dataset_group_arn,
         | 
| 3203 3319 | 
             
                  :next_token,
         | 
| 3204 3320 | 
             
                  :max_results)
         | 
| 3321 | 
            +
                  SENSITIVE = []
         | 
| 3205 3322 | 
             
                  include Aws::Structure
         | 
| 3206 3323 | 
             
                end
         | 
| 3207 3324 |  | 
| @@ -3218,6 +3335,7 @@ module Aws::Personalize | |
| 3218 3335 | 
             
                class ListSolutionsResponse < Struct.new(
         | 
| 3219 3336 | 
             
                  :solutions,
         | 
| 3220 3337 | 
             
                  :next_token)
         | 
| 3338 | 
            +
                  SENSITIVE = []
         | 
| 3221 3339 | 
             
                  include Aws::Structure
         | 
| 3222 3340 | 
             
                end
         | 
| 3223 3341 |  | 
| @@ -3280,6 +3398,7 @@ module Aws::Personalize | |
| 3280 3398 | 
             
                  :creation_date_time,
         | 
| 3281 3399 | 
             
                  :recipe_type,
         | 
| 3282 3400 | 
             
                  :last_updated_date_time)
         | 
| 3401 | 
            +
                  SENSITIVE = []
         | 
| 3283 3402 | 
             
                  include Aws::Structure
         | 
| 3284 3403 | 
             
                end
         | 
| 3285 3404 |  | 
| @@ -3314,6 +3433,7 @@ module Aws::Personalize | |
| 3314 3433 | 
             
                  :status,
         | 
| 3315 3434 | 
             
                  :creation_date_time,
         | 
| 3316 3435 | 
             
                  :last_updated_date_time)
         | 
| 3436 | 
            +
                  SENSITIVE = []
         | 
| 3317 3437 | 
             
                  include Aws::Structure
         | 
| 3318 3438 | 
             
                end
         | 
| 3319 3439 |  | 
| @@ -3326,6 +3446,7 @@ module Aws::Personalize | |
| 3326 3446 | 
             
                #
         | 
| 3327 3447 | 
             
                class ResourceAlreadyExistsException < Struct.new(
         | 
| 3328 3448 | 
             
                  :message)
         | 
| 3449 | 
            +
                  SENSITIVE = []
         | 
| 3329 3450 | 
             
                  include Aws::Structure
         | 
| 3330 3451 | 
             
                end
         | 
| 3331 3452 |  | 
| @@ -3338,6 +3459,7 @@ module Aws::Personalize | |
| 3338 3459 | 
             
                #
         | 
| 3339 3460 | 
             
                class ResourceInUseException < Struct.new(
         | 
| 3340 3461 | 
             
                  :message)
         | 
| 3462 | 
            +
                  SENSITIVE = []
         | 
| 3341 3463 | 
             
                  include Aws::Structure
         | 
| 3342 3464 | 
             
                end
         | 
| 3343 3465 |  | 
| @@ -3350,6 +3472,7 @@ module Aws::Personalize | |
| 3350 3472 | 
             
                #
         | 
| 3351 3473 | 
             
                class ResourceNotFoundException < Struct.new(
         | 
| 3352 3474 | 
             
                  :message)
         | 
| 3475 | 
            +
                  SENSITIVE = []
         | 
| 3353 3476 | 
             
                  include Aws::Structure
         | 
| 3354 3477 | 
             
                end
         | 
| 3355 3478 |  | 
| @@ -3378,6 +3501,7 @@ module Aws::Personalize | |
| 3378 3501 | 
             
                class S3DataConfig < Struct.new(
         | 
| 3379 3502 | 
             
                  :path,
         | 
| 3380 3503 | 
             
                  :kms_key_arn)
         | 
| 3504 | 
            +
                  SENSITIVE = []
         | 
| 3381 3505 | 
             
                  include Aws::Structure
         | 
| 3382 3506 | 
             
                end
         | 
| 3383 3507 |  | 
| @@ -3466,6 +3590,7 @@ module Aws::Personalize | |
| 3466 3590 | 
             
                  :creation_date_time,
         | 
| 3467 3591 | 
             
                  :last_updated_date_time,
         | 
| 3468 3592 | 
             
                  :latest_solution_version)
         | 
| 3593 | 
            +
                  SENSITIVE = []
         | 
| 3469 3594 | 
             
                  include Aws::Structure
         | 
| 3470 3595 | 
             
                end
         | 
| 3471 3596 |  | 
| @@ -3551,6 +3676,7 @@ module Aws::Personalize | |
| 3551 3676 | 
             
                  :algorithm_hyper_parameters,
         | 
| 3552 3677 | 
             
                  :feature_transformation_parameters,
         | 
| 3553 3678 | 
             
                  :auto_ml_config)
         | 
| 3679 | 
            +
                  SENSITIVE = []
         | 
| 3554 3680 | 
             
                  include Aws::Structure
         | 
| 3555 3681 | 
             
                end
         | 
| 3556 3682 |  | 
| @@ -3592,6 +3718,7 @@ module Aws::Personalize | |
| 3592 3718 | 
             
                  :status,
         | 
| 3593 3719 | 
             
                  :creation_date_time,
         | 
| 3594 3720 | 
             
                  :last_updated_date_time)
         | 
| 3721 | 
            +
                  SENSITIVE = []
         | 
| 3595 3722 | 
             
                  include Aws::Structure
         | 
| 3596 3723 | 
             
                end
         | 
| 3597 3724 |  | 
| @@ -3705,6 +3832,7 @@ module Aws::Personalize | |
| 3705 3832 | 
             
                  :failure_reason,
         | 
| 3706 3833 | 
             
                  :creation_date_time,
         | 
| 3707 3834 | 
             
                  :last_updated_date_time)
         | 
| 3835 | 
            +
                  SENSITIVE = []
         | 
| 3708 3836 | 
             
                  include Aws::Structure
         | 
| 3709 3837 | 
             
                end
         | 
| 3710 3838 |  | 
| @@ -3748,6 +3876,7 @@ module Aws::Personalize | |
| 3748 3876 | 
             
                  :creation_date_time,
         | 
| 3749 3877 | 
             
                  :last_updated_date_time,
         | 
| 3750 3878 | 
             
                  :failure_reason)
         | 
| 3879 | 
            +
                  SENSITIVE = []
         | 
| 3751 3880 | 
             
                  include Aws::Structure
         | 
| 3752 3881 | 
             
                end
         | 
| 3753 3882 |  | 
| @@ -3762,6 +3891,7 @@ module Aws::Personalize | |
| 3762 3891 | 
             
                #
         | 
| 3763 3892 | 
             
                class TunedHPOParams < Struct.new(
         | 
| 3764 3893 | 
             
                  :algorithm_hyper_parameters)
         | 
| 3894 | 
            +
                  SENSITIVE = []
         | 
| 3765 3895 | 
             
                  include Aws::Structure
         | 
| 3766 3896 | 
             
                end
         | 
| 3767 3897 |  | 
| @@ -3793,6 +3923,7 @@ module Aws::Personalize | |
| 3793 3923 | 
             
                  :campaign_arn,
         | 
| 3794 3924 | 
             
                  :solution_version_arn,
         | 
| 3795 3925 | 
             
                  :min_provisioned_tps)
         | 
| 3926 | 
            +
                  SENSITIVE = []
         | 
| 3796 3927 | 
             
                  include Aws::Structure
         | 
| 3797 3928 | 
             
                end
         | 
| 3798 3929 |  | 
| @@ -3804,6 +3935,7 @@ module Aws::Personalize | |
| 3804 3935 | 
             
                #
         | 
| 3805 3936 | 
             
                class UpdateCampaignResponse < Struct.new(
         | 
| 3806 3937 | 
             
                  :campaign_arn)
         | 
| 3938 | 
            +
                  SENSITIVE = []
         | 
| 3807 3939 | 
             
                  include Aws::Structure
         | 
| 3808 3940 | 
             
                end
         | 
| 3809 3941 |  | 
    
        metadata
    CHANGED
    
    | @@ -1,14 +1,14 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification
         | 
| 2 2 | 
             
            name: aws-sdk-personalize
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            -
              version: 1. | 
| 4 | 
            +
              version: 1.15.0
         | 
| 5 5 | 
             
            platform: ruby
         | 
| 6 6 | 
             
            authors:
         | 
| 7 7 | 
             
            - Amazon Web Services
         | 
| 8 8 | 
             
            autorequire: 
         | 
| 9 9 | 
             
            bindir: bin
         | 
| 10 10 | 
             
            cert_chain: []
         | 
| 11 | 
            -
            date: 2020-06- | 
| 11 | 
            +
            date: 2020-06-23 00:00:00.000000000 Z
         | 
| 12 12 | 
             
            dependencies:
         | 
| 13 13 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 14 14 | 
             
              name: aws-sdk-core
         |