@aws-sdk/client-personalize 3.35.0 → 3.38.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.
- package/CHANGELOG.md +47 -0
- package/dist-cjs/Personalize.js +0 -5
- package/dist-cjs/PersonalizeClient.js +0 -10
- package/dist-cjs/commands/CreateBatchInferenceJobCommand.js +0 -26
- package/dist-cjs/commands/CreateCampaignCommand.js +0 -95
- package/dist-cjs/commands/CreateDatasetCommand.js +0 -75
- package/dist-cjs/commands/CreateDatasetExportJobCommand.js +0 -46
- package/dist-cjs/commands/CreateDatasetGroupCommand.js +0 -100
- package/dist-cjs/commands/CreateDatasetImportJobCommand.js +0 -66
- package/dist-cjs/commands/CreateEventTrackerCommand.js +0 -70
- package/dist-cjs/commands/CreateFilterCommand.js +0 -25
- package/dist-cjs/commands/CreateSchemaCommand.js +0 -50
- package/dist-cjs/commands/CreateSolutionCommand.js +0 -97
- package/dist-cjs/commands/CreateSolutionVersionCommand.js +0 -92
- package/dist-cjs/commands/DeleteCampaignCommand.js +0 -30
- package/dist-cjs/commands/DeleteDatasetCommand.js +0 -27
- package/dist-cjs/commands/DeleteDatasetGroupCommand.js +0 -37
- package/dist-cjs/commands/DeleteEventTrackerCommand.js +0 -27
- package/dist-cjs/commands/DeleteFilterCommand.js +0 -25
- package/dist-cjs/commands/DeleteSchemaCommand.js +0 -27
- package/dist-cjs/commands/DeleteSolutionCommand.js +0 -31
- package/dist-cjs/commands/DescribeAlgorithmCommand.js +0 -25
- package/dist-cjs/commands/DescribeBatchInferenceJobCommand.js +0 -27
- package/dist-cjs/commands/DescribeCampaignCommand.js +0 -37
- package/dist-cjs/commands/DescribeDatasetCommand.js +0 -25
- package/dist-cjs/commands/DescribeDatasetExportJobCommand.js +0 -26
- package/dist-cjs/commands/DescribeDatasetGroupCommand.js +0 -25
- package/dist-cjs/commands/DescribeDatasetImportJobCommand.js +0 -26
- package/dist-cjs/commands/DescribeEventTrackerCommand.js +0 -27
- package/dist-cjs/commands/DescribeFeatureTransformationCommand.js +0 -25
- package/dist-cjs/commands/DescribeFilterCommand.js +0 -25
- package/dist-cjs/commands/DescribeRecipeCommand.js +0 -43
- package/dist-cjs/commands/DescribeSchemaCommand.js +0 -26
- package/dist-cjs/commands/DescribeSolutionCommand.js +0 -26
- package/dist-cjs/commands/DescribeSolutionVersionCommand.js +0 -25
- package/dist-cjs/commands/GetSolutionMetricsCommand.js +0 -25
- package/dist-cjs/commands/ListBatchInferenceJobsCommand.js +0 -26
- package/dist-cjs/commands/ListCampaignsCommand.js +0 -28
- package/dist-cjs/commands/ListDatasetExportJobsCommand.js +0 -29
- package/dist-cjs/commands/ListDatasetGroupsCommand.js +0 -27
- package/dist-cjs/commands/ListDatasetImportJobsCommand.js +0 -29
- package/dist-cjs/commands/ListDatasetsCommand.js +0 -27
- package/dist-cjs/commands/ListEventTrackersCommand.js +0 -28
- package/dist-cjs/commands/ListFiltersCommand.js +0 -25
- package/dist-cjs/commands/ListRecipesCommand.js +0 -26
- package/dist-cjs/commands/ListSchemasCommand.js +0 -27
- package/dist-cjs/commands/ListSolutionVersionsCommand.js +0 -28
- package/dist-cjs/commands/ListSolutionsCommand.js +0 -28
- package/dist-cjs/commands/StopSolutionVersionCreationCommand.js +0 -38
- package/dist-cjs/commands/UpdateCampaignCommand.js +0 -33
- package/dist-cjs/commands/index.js +50 -0
- package/dist-cjs/endpoints.js +1 -2
- package/dist-cjs/index.js +4 -63
- package/dist-cjs/models/index.js +0 -1
- package/dist-cjs/models/models_0.js +0 -430
- package/dist-cjs/pagination/Interfaces.js +0 -1
- package/dist-cjs/pagination/ListBatchInferenceJobsPaginator.js +0 -11
- package/dist-cjs/pagination/ListCampaignsPaginator.js +0 -11
- package/dist-cjs/pagination/ListDatasetExportJobsPaginator.js +0 -11
- package/dist-cjs/pagination/ListDatasetGroupsPaginator.js +0 -11
- package/dist-cjs/pagination/ListDatasetImportJobsPaginator.js +0 -11
- package/dist-cjs/pagination/ListDatasetsPaginator.js +0 -11
- package/dist-cjs/pagination/ListEventTrackersPaginator.js +0 -11
- package/dist-cjs/pagination/ListFiltersPaginator.js +0 -11
- package/dist-cjs/pagination/ListRecipesPaginator.js +0 -11
- package/dist-cjs/pagination/ListSchemasPaginator.js +0 -11
- package/dist-cjs/pagination/ListSolutionVersionsPaginator.js +0 -11
- package/dist-cjs/pagination/ListSolutionsPaginator.js +0 -11
- package/dist-cjs/pagination/index.js +16 -0
- package/dist-cjs/protocols/Aws_json1_1.js +0 -6
- package/dist-cjs/runtimeConfig.browser.js +1 -6
- package/dist-cjs/runtimeConfig.js +2 -7
- package/dist-cjs/runtimeConfig.native.js +0 -4
- package/dist-cjs/runtimeConfig.shared.js +0 -4
- package/dist-es/Personalize.js +0 -1
- package/dist-es/PersonalizeClient.js +0 -1
- package/dist-es/commands/CreateBatchInferenceJobCommand.js +0 -1
- package/dist-es/commands/CreateCampaignCommand.js +0 -1
- package/dist-es/commands/CreateDatasetCommand.js +0 -1
- package/dist-es/commands/CreateDatasetExportJobCommand.js +0 -1
- package/dist-es/commands/CreateDatasetGroupCommand.js +0 -1
- package/dist-es/commands/CreateDatasetImportJobCommand.js +0 -1
- package/dist-es/commands/CreateEventTrackerCommand.js +0 -1
- package/dist-es/commands/CreateFilterCommand.js +0 -1
- package/dist-es/commands/CreateSchemaCommand.js +0 -1
- package/dist-es/commands/CreateSolutionCommand.js +0 -1
- package/dist-es/commands/CreateSolutionVersionCommand.js +0 -1
- package/dist-es/commands/DeleteCampaignCommand.js +0 -1
- package/dist-es/commands/DeleteDatasetCommand.js +0 -1
- package/dist-es/commands/DeleteDatasetGroupCommand.js +0 -1
- package/dist-es/commands/DeleteEventTrackerCommand.js +0 -1
- package/dist-es/commands/DeleteFilterCommand.js +0 -1
- package/dist-es/commands/DeleteSchemaCommand.js +0 -1
- package/dist-es/commands/DeleteSolutionCommand.js +0 -1
- package/dist-es/commands/DescribeAlgorithmCommand.js +0 -1
- package/dist-es/commands/DescribeBatchInferenceJobCommand.js +0 -1
- package/dist-es/commands/DescribeCampaignCommand.js +0 -1
- package/dist-es/commands/DescribeDatasetCommand.js +0 -1
- package/dist-es/commands/DescribeDatasetExportJobCommand.js +0 -1
- package/dist-es/commands/DescribeDatasetGroupCommand.js +0 -1
- package/dist-es/commands/DescribeDatasetImportJobCommand.js +0 -1
- package/dist-es/commands/DescribeEventTrackerCommand.js +0 -1
- package/dist-es/commands/DescribeFeatureTransformationCommand.js +0 -1
- package/dist-es/commands/DescribeFilterCommand.js +0 -1
- package/dist-es/commands/DescribeRecipeCommand.js +0 -1
- package/dist-es/commands/DescribeSchemaCommand.js +0 -1
- package/dist-es/commands/DescribeSolutionCommand.js +0 -1
- package/dist-es/commands/DescribeSolutionVersionCommand.js +0 -1
- package/dist-es/commands/GetSolutionMetricsCommand.js +0 -1
- package/dist-es/commands/ListBatchInferenceJobsCommand.js +0 -1
- package/dist-es/commands/ListCampaignsCommand.js +0 -1
- package/dist-es/commands/ListDatasetExportJobsCommand.js +0 -1
- package/dist-es/commands/ListDatasetGroupsCommand.js +0 -1
- package/dist-es/commands/ListDatasetImportJobsCommand.js +0 -1
- package/dist-es/commands/ListDatasetsCommand.js +0 -1
- package/dist-es/commands/ListEventTrackersCommand.js +0 -1
- package/dist-es/commands/ListFiltersCommand.js +0 -1
- package/dist-es/commands/ListRecipesCommand.js +0 -1
- package/dist-es/commands/ListSchemasCommand.js +0 -1
- package/dist-es/commands/ListSolutionVersionsCommand.js +0 -1
- package/dist-es/commands/ListSolutionsCommand.js +0 -1
- package/dist-es/commands/StopSolutionVersionCreationCommand.js +0 -1
- package/dist-es/commands/UpdateCampaignCommand.js +0 -1
- package/dist-es/commands/index.js +47 -0
- package/dist-es/endpoints.js +1 -2
- package/dist-es/index.js +4 -63
- package/dist-es/models/index.js +0 -1
- package/dist-es/models/models_0.js +0 -1
- package/dist-es/pagination/Interfaces.js +0 -1
- package/dist-es/pagination/ListBatchInferenceJobsPaginator.js +0 -1
- package/dist-es/pagination/ListCampaignsPaginator.js +0 -1
- package/dist-es/pagination/ListDatasetExportJobsPaginator.js +0 -1
- package/dist-es/pagination/ListDatasetGroupsPaginator.js +0 -1
- package/dist-es/pagination/ListDatasetImportJobsPaginator.js +0 -1
- package/dist-es/pagination/ListDatasetsPaginator.js +0 -1
- package/dist-es/pagination/ListEventTrackersPaginator.js +0 -1
- package/dist-es/pagination/ListFiltersPaginator.js +0 -1
- package/dist-es/pagination/ListRecipesPaginator.js +0 -1
- package/dist-es/pagination/ListSchemasPaginator.js +0 -1
- package/dist-es/pagination/ListSolutionVersionsPaginator.js +0 -1
- package/dist-es/pagination/ListSolutionsPaginator.js +0 -1
- package/dist-es/pagination/index.js +13 -0
- package/dist-es/protocols/Aws_json1_1.js +0 -1
- package/dist-es/runtimeConfig.browser.js +1 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/runtimeConfig.native.js +0 -1
- package/dist-es/runtimeConfig.shared.js +0 -1
- package/dist-types/commands/index.d.ts +47 -0
- package/dist-types/index.d.ts +4 -62
- package/dist-types/pagination/index.d.ts +13 -0
- package/dist-types/ts3.4/Personalize.d.ts +48 -728
- package/dist-types/ts3.4/PersonalizeClient.d.ts +24 -90
- package/dist-types/ts3.4/commands/CreateBatchInferenceJobCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/CreateCampaignCommand.d.ts +2 -90
- package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +2 -70
- package/dist-types/ts3.4/commands/CreateDatasetExportJobCommand.d.ts +2 -41
- package/dist-types/ts3.4/commands/CreateDatasetGroupCommand.d.ts +2 -95
- package/dist-types/ts3.4/commands/CreateDatasetImportJobCommand.d.ts +2 -61
- package/dist-types/ts3.4/commands/CreateEventTrackerCommand.d.ts +2 -65
- package/dist-types/ts3.4/commands/CreateFilterCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/CreateSchemaCommand.d.ts +2 -45
- package/dist-types/ts3.4/commands/CreateSolutionCommand.d.ts +2 -92
- package/dist-types/ts3.4/commands/CreateSolutionVersionCommand.d.ts +2 -87
- package/dist-types/ts3.4/commands/DeleteCampaignCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/DeleteDatasetGroupCommand.d.ts +2 -32
- package/dist-types/ts3.4/commands/DeleteEventTrackerCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/DeleteFilterCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteSchemaCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/DeleteSolutionCommand.d.ts +2 -26
- package/dist-types/ts3.4/commands/DescribeAlgorithmCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeBatchInferenceJobCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/DescribeCampaignCommand.d.ts +2 -32
- package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeDatasetExportJobCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DescribeDatasetGroupCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeDatasetImportJobCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DescribeEventTrackerCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/DescribeFeatureTransformationCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeFilterCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeRecipeCommand.d.ts +2 -38
- package/dist-types/ts3.4/commands/DescribeSchemaCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DescribeSolutionCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DescribeSolutionVersionCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetSolutionMetricsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListBatchInferenceJobsCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListCampaignsCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/ListDatasetExportJobsCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/ListDatasetGroupsCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/ListDatasetImportJobsCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/ListEventTrackersCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/ListFiltersCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListRecipesCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListSchemasCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/ListSolutionVersionsCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/ListSolutionsCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/StopSolutionVersionCreationCommand.d.ts +2 -33
- package/dist-types/ts3.4/commands/UpdateCampaignCommand.d.ts +2 -28
- package/dist-types/ts3.4/commands/index.d.ts +47 -0
- package/dist-types/ts3.4/index.d.ts +4 -62
- package/dist-types/ts3.4/models/models_0.d.ts +620 -2318
- package/dist-types/ts3.4/pagination/index.d.ts +13 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/package.json +33 -30
- package/dist-cjs/Personalize.js.map +0 -1
- package/dist-cjs/PersonalizeClient.js.map +0 -1
- package/dist-cjs/commands/CreateBatchInferenceJobCommand.js.map +0 -1
- package/dist-cjs/commands/CreateCampaignCommand.js.map +0 -1
- package/dist-cjs/commands/CreateDatasetCommand.js.map +0 -1
- package/dist-cjs/commands/CreateDatasetExportJobCommand.js.map +0 -1
- package/dist-cjs/commands/CreateDatasetGroupCommand.js.map +0 -1
- package/dist-cjs/commands/CreateDatasetImportJobCommand.js.map +0 -1
- package/dist-cjs/commands/CreateEventTrackerCommand.js.map +0 -1
- package/dist-cjs/commands/CreateFilterCommand.js.map +0 -1
- package/dist-cjs/commands/CreateSchemaCommand.js.map +0 -1
- package/dist-cjs/commands/CreateSolutionCommand.js.map +0 -1
- package/dist-cjs/commands/CreateSolutionVersionCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteCampaignCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteDatasetCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteDatasetGroupCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteEventTrackerCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteFilterCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteSchemaCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteSolutionCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeAlgorithmCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeBatchInferenceJobCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeCampaignCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeDatasetCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeDatasetExportJobCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeDatasetGroupCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeDatasetImportJobCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeEventTrackerCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeFeatureTransformationCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeFilterCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeRecipeCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeSchemaCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeSolutionCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeSolutionVersionCommand.js.map +0 -1
- package/dist-cjs/commands/GetSolutionMetricsCommand.js.map +0 -1
- package/dist-cjs/commands/ListBatchInferenceJobsCommand.js.map +0 -1
- package/dist-cjs/commands/ListCampaignsCommand.js.map +0 -1
- package/dist-cjs/commands/ListDatasetExportJobsCommand.js.map +0 -1
- package/dist-cjs/commands/ListDatasetGroupsCommand.js.map +0 -1
- package/dist-cjs/commands/ListDatasetImportJobsCommand.js.map +0 -1
- package/dist-cjs/commands/ListDatasetsCommand.js.map +0 -1
- package/dist-cjs/commands/ListEventTrackersCommand.js.map +0 -1
- package/dist-cjs/commands/ListFiltersCommand.js.map +0 -1
- package/dist-cjs/commands/ListRecipesCommand.js.map +0 -1
- package/dist-cjs/commands/ListSchemasCommand.js.map +0 -1
- package/dist-cjs/commands/ListSolutionVersionsCommand.js.map +0 -1
- package/dist-cjs/commands/ListSolutionsCommand.js.map +0 -1
- package/dist-cjs/commands/StopSolutionVersionCreationCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateCampaignCommand.js.map +0 -1
- package/dist-cjs/endpoints.js.map +0 -1
- package/dist-cjs/index.js.map +0 -1
- package/dist-cjs/models/index.js.map +0 -1
- package/dist-cjs/models/models_0.js.map +0 -1
- package/dist-cjs/pagination/Interfaces.js.map +0 -1
- package/dist-cjs/pagination/ListBatchInferenceJobsPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListCampaignsPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListDatasetExportJobsPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListDatasetGroupsPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListDatasetImportJobsPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListDatasetsPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListEventTrackersPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListFiltersPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListRecipesPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListSchemasPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListSolutionVersionsPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListSolutionsPaginator.js.map +0 -1
- package/dist-cjs/protocols/Aws_json1_1.js.map +0 -1
- package/dist-cjs/runtimeConfig.browser.js.map +0 -1
- package/dist-cjs/runtimeConfig.js.map +0 -1
- package/dist-cjs/runtimeConfig.native.js.map +0 -1
- package/dist-cjs/runtimeConfig.shared.js.map +0 -1
- package/dist-es/Personalize.js.map +0 -1
- package/dist-es/PersonalizeClient.js.map +0 -1
- package/dist-es/commands/CreateBatchInferenceJobCommand.js.map +0 -1
- package/dist-es/commands/CreateCampaignCommand.js.map +0 -1
- package/dist-es/commands/CreateDatasetCommand.js.map +0 -1
- package/dist-es/commands/CreateDatasetExportJobCommand.js.map +0 -1
- package/dist-es/commands/CreateDatasetGroupCommand.js.map +0 -1
- package/dist-es/commands/CreateDatasetImportJobCommand.js.map +0 -1
- package/dist-es/commands/CreateEventTrackerCommand.js.map +0 -1
- package/dist-es/commands/CreateFilterCommand.js.map +0 -1
- package/dist-es/commands/CreateSchemaCommand.js.map +0 -1
- package/dist-es/commands/CreateSolutionCommand.js.map +0 -1
- package/dist-es/commands/CreateSolutionVersionCommand.js.map +0 -1
- package/dist-es/commands/DeleteCampaignCommand.js.map +0 -1
- package/dist-es/commands/DeleteDatasetCommand.js.map +0 -1
- package/dist-es/commands/DeleteDatasetGroupCommand.js.map +0 -1
- package/dist-es/commands/DeleteEventTrackerCommand.js.map +0 -1
- package/dist-es/commands/DeleteFilterCommand.js.map +0 -1
- package/dist-es/commands/DeleteSchemaCommand.js.map +0 -1
- package/dist-es/commands/DeleteSolutionCommand.js.map +0 -1
- package/dist-es/commands/DescribeAlgorithmCommand.js.map +0 -1
- package/dist-es/commands/DescribeBatchInferenceJobCommand.js.map +0 -1
- package/dist-es/commands/DescribeCampaignCommand.js.map +0 -1
- package/dist-es/commands/DescribeDatasetCommand.js.map +0 -1
- package/dist-es/commands/DescribeDatasetExportJobCommand.js.map +0 -1
- package/dist-es/commands/DescribeDatasetGroupCommand.js.map +0 -1
- package/dist-es/commands/DescribeDatasetImportJobCommand.js.map +0 -1
- package/dist-es/commands/DescribeEventTrackerCommand.js.map +0 -1
- package/dist-es/commands/DescribeFeatureTransformationCommand.js.map +0 -1
- package/dist-es/commands/DescribeFilterCommand.js.map +0 -1
- package/dist-es/commands/DescribeRecipeCommand.js.map +0 -1
- package/dist-es/commands/DescribeSchemaCommand.js.map +0 -1
- package/dist-es/commands/DescribeSolutionCommand.js.map +0 -1
- package/dist-es/commands/DescribeSolutionVersionCommand.js.map +0 -1
- package/dist-es/commands/GetSolutionMetricsCommand.js.map +0 -1
- package/dist-es/commands/ListBatchInferenceJobsCommand.js.map +0 -1
- package/dist-es/commands/ListCampaignsCommand.js.map +0 -1
- package/dist-es/commands/ListDatasetExportJobsCommand.js.map +0 -1
- package/dist-es/commands/ListDatasetGroupsCommand.js.map +0 -1
- package/dist-es/commands/ListDatasetImportJobsCommand.js.map +0 -1
- package/dist-es/commands/ListDatasetsCommand.js.map +0 -1
- package/dist-es/commands/ListEventTrackersCommand.js.map +0 -1
- package/dist-es/commands/ListFiltersCommand.js.map +0 -1
- package/dist-es/commands/ListRecipesCommand.js.map +0 -1
- package/dist-es/commands/ListSchemasCommand.js.map +0 -1
- package/dist-es/commands/ListSolutionVersionsCommand.js.map +0 -1
- package/dist-es/commands/ListSolutionsCommand.js.map +0 -1
- package/dist-es/commands/StopSolutionVersionCreationCommand.js.map +0 -1
- package/dist-es/commands/UpdateCampaignCommand.js.map +0 -1
- package/dist-es/endpoints.js.map +0 -1
- package/dist-es/index.js.map +0 -1
- package/dist-es/models/index.js.map +0 -1
- package/dist-es/models/models_0.js.map +0 -1
- package/dist-es/pagination/Interfaces.js.map +0 -1
- package/dist-es/pagination/ListBatchInferenceJobsPaginator.js.map +0 -1
- package/dist-es/pagination/ListCampaignsPaginator.js.map +0 -1
- package/dist-es/pagination/ListDatasetExportJobsPaginator.js.map +0 -1
- package/dist-es/pagination/ListDatasetGroupsPaginator.js.map +0 -1
- package/dist-es/pagination/ListDatasetImportJobsPaginator.js.map +0 -1
- package/dist-es/pagination/ListDatasetsPaginator.js.map +0 -1
- package/dist-es/pagination/ListEventTrackersPaginator.js.map +0 -1
- package/dist-es/pagination/ListFiltersPaginator.js.map +0 -1
- package/dist-es/pagination/ListRecipesPaginator.js.map +0 -1
- package/dist-es/pagination/ListSchemasPaginator.js.map +0 -1
- package/dist-es/pagination/ListSolutionVersionsPaginator.js.map +0 -1
- package/dist-es/pagination/ListSolutionsPaginator.js.map +0 -1
- package/dist-es/protocols/Aws_json1_1.js.map +0 -1
- package/dist-es/runtimeConfig.browser.js.map +0 -1
- package/dist-es/runtimeConfig.js.map +0 -1
- package/dist-es/runtimeConfig.native.js.map +0 -1
- package/dist-es/runtimeConfig.shared.js.map +0 -1
- package/jest.config.js +0 -4
- package/src/Personalize.ts +0 -2286
- package/src/PersonalizeClient.ts +0 -426
- package/src/commands/CreateBatchInferenceJobCommand.ts +0 -96
- package/src/commands/CreateCampaignCommand.ts +0 -165
- package/src/commands/CreateDatasetCommand.ts +0 -145
- package/src/commands/CreateDatasetExportJobCommand.ts +0 -116
- package/src/commands/CreateDatasetGroupCommand.ts +0 -170
- package/src/commands/CreateDatasetImportJobCommand.ts +0 -136
- package/src/commands/CreateEventTrackerCommand.ts +0 -140
- package/src/commands/CreateFilterCommand.ts +0 -95
- package/src/commands/CreateSchemaCommand.ts +0 -120
- package/src/commands/CreateSolutionCommand.ts +0 -167
- package/src/commands/CreateSolutionVersionCommand.ts +0 -162
- package/src/commands/DeleteCampaignCommand.ts +0 -100
- package/src/commands/DeleteDatasetCommand.ts +0 -97
- package/src/commands/DeleteDatasetGroupCommand.ts +0 -107
- package/src/commands/DeleteEventTrackerCommand.ts +0 -97
- package/src/commands/DeleteFilterCommand.ts +0 -95
- package/src/commands/DeleteSchemaCommand.ts +0 -97
- package/src/commands/DeleteSolutionCommand.ts +0 -101
- package/src/commands/DescribeAlgorithmCommand.ts +0 -95
- package/src/commands/DescribeBatchInferenceJobCommand.ts +0 -100
- package/src/commands/DescribeCampaignCommand.ts +0 -107
- package/src/commands/DescribeDatasetCommand.ts +0 -95
- package/src/commands/DescribeDatasetExportJobCommand.ts +0 -96
- package/src/commands/DescribeDatasetGroupCommand.ts +0 -95
- package/src/commands/DescribeDatasetImportJobCommand.ts +0 -96
- package/src/commands/DescribeEventTrackerCommand.ts +0 -97
- package/src/commands/DescribeFeatureTransformationCommand.ts +0 -100
- package/src/commands/DescribeFilterCommand.ts +0 -95
- package/src/commands/DescribeRecipeCommand.ts +0 -113
- package/src/commands/DescribeSchemaCommand.ts +0 -96
- package/src/commands/DescribeSolutionCommand.ts +0 -96
- package/src/commands/DescribeSolutionVersionCommand.ts +0 -95
- package/src/commands/GetSolutionMetricsCommand.ts +0 -95
- package/src/commands/ListBatchInferenceJobsCommand.ts +0 -96
- package/src/commands/ListCampaignsCommand.ts +0 -98
- package/src/commands/ListDatasetExportJobsCommand.ts +0 -99
- package/src/commands/ListDatasetGroupsCommand.ts +0 -97
- package/src/commands/ListDatasetImportJobsCommand.ts +0 -99
- package/src/commands/ListDatasetsCommand.ts +0 -97
- package/src/commands/ListEventTrackersCommand.ts +0 -98
- package/src/commands/ListFiltersCommand.ts +0 -95
- package/src/commands/ListRecipesCommand.ts +0 -96
- package/src/commands/ListSchemasCommand.ts +0 -97
- package/src/commands/ListSolutionVersionsCommand.ts +0 -98
- package/src/commands/ListSolutionsCommand.ts +0 -98
- package/src/commands/StopSolutionVersionCreationCommand.ts +0 -111
- package/src/commands/UpdateCampaignCommand.ts +0 -103
- package/src/endpoints.ts +0 -57
- package/src/index.ts +0 -63
- package/src/models/index.ts +0 -1
- package/src/models/models_0.ts +0 -4353
- package/src/pagination/Interfaces.ts +0 -8
- package/src/pagination/ListBatchInferenceJobsPaginator.ts +0 -59
- package/src/pagination/ListCampaignsPaginator.ts +0 -59
- package/src/pagination/ListDatasetExportJobsPaginator.ts +0 -59
- package/src/pagination/ListDatasetGroupsPaginator.ts +0 -59
- package/src/pagination/ListDatasetImportJobsPaginator.ts +0 -59
- package/src/pagination/ListDatasetsPaginator.ts +0 -59
- package/src/pagination/ListEventTrackersPaginator.ts +0 -59
- package/src/pagination/ListFiltersPaginator.ts +0 -55
- package/src/pagination/ListRecipesPaginator.ts +0 -55
- package/src/pagination/ListSchemasPaginator.ts +0 -55
- package/src/pagination/ListSolutionVersionsPaginator.ts +0 -59
- package/src/pagination/ListSolutionsPaginator.ts +0 -59
- package/src/protocols/Aws_json1_1.ts +0 -6542
- package/src/runtimeConfig.browser.ts +0 -41
- package/src/runtimeConfig.native.ts +0 -17
- package/src/runtimeConfig.shared.ts +0 -17
- package/src/runtimeConfig.ts +0 -46
- package/tsconfig.es.json +0 -10
- package/tsconfig.json +0 -33
- package/tsconfig.types.json +0 -9
package/src/models/models_0.ts
DELETED
|
@@ -1,4353 +0,0 @@
|
|
|
1
|
-
import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
|
|
3
|
-
|
|
4
|
-
/**
|
|
5
|
-
* <p>Describes an algorithm image.</p>
|
|
6
|
-
*/
|
|
7
|
-
export interface AlgorithmImage {
|
|
8
|
-
/**
|
|
9
|
-
* <p>The name of the algorithm image.</p>
|
|
10
|
-
*/
|
|
11
|
-
name?: string;
|
|
12
|
-
|
|
13
|
-
/**
|
|
14
|
-
* <p>The URI of the Docker container for the algorithm image.</p>
|
|
15
|
-
*/
|
|
16
|
-
dockerURI: string | undefined;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
export namespace AlgorithmImage {
|
|
20
|
-
/**
|
|
21
|
-
* @internal
|
|
22
|
-
*/
|
|
23
|
-
export const filterSensitiveLog = (obj: AlgorithmImage): any => ({
|
|
24
|
-
...obj,
|
|
25
|
-
});
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
/**
|
|
29
|
-
* <p>Provides the name and default range of a categorical hyperparameter
|
|
30
|
-
* and whether the hyperparameter is tunable. A tunable hyperparameter can
|
|
31
|
-
* have its value determined during hyperparameter optimization (HPO).</p>
|
|
32
|
-
*/
|
|
33
|
-
export interface DefaultCategoricalHyperParameterRange {
|
|
34
|
-
/**
|
|
35
|
-
* <p>The name of the hyperparameter.</p>
|
|
36
|
-
*/
|
|
37
|
-
name?: string;
|
|
38
|
-
|
|
39
|
-
/**
|
|
40
|
-
* <p>A list of the categories for the hyperparameter.</p>
|
|
41
|
-
*/
|
|
42
|
-
values?: string[];
|
|
43
|
-
|
|
44
|
-
/**
|
|
45
|
-
* <p>Whether the hyperparameter is tunable.</p>
|
|
46
|
-
*/
|
|
47
|
-
isTunable?: boolean;
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
export namespace DefaultCategoricalHyperParameterRange {
|
|
51
|
-
/**
|
|
52
|
-
* @internal
|
|
53
|
-
*/
|
|
54
|
-
export const filterSensitiveLog = (obj: DefaultCategoricalHyperParameterRange): any => ({
|
|
55
|
-
...obj,
|
|
56
|
-
});
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
/**
|
|
60
|
-
* <p>Provides the name and default range of a continuous hyperparameter
|
|
61
|
-
* and whether the hyperparameter is tunable. A tunable hyperparameter can
|
|
62
|
-
* have its value determined during hyperparameter optimization (HPO).</p>
|
|
63
|
-
*/
|
|
64
|
-
export interface DefaultContinuousHyperParameterRange {
|
|
65
|
-
/**
|
|
66
|
-
* <p>The name of the hyperparameter.</p>
|
|
67
|
-
*/
|
|
68
|
-
name?: string;
|
|
69
|
-
|
|
70
|
-
/**
|
|
71
|
-
* <p>The minimum allowable value for the hyperparameter.</p>
|
|
72
|
-
*/
|
|
73
|
-
minValue?: number;
|
|
74
|
-
|
|
75
|
-
/**
|
|
76
|
-
* <p>The maximum allowable value for the hyperparameter.</p>
|
|
77
|
-
*/
|
|
78
|
-
maxValue?: number;
|
|
79
|
-
|
|
80
|
-
/**
|
|
81
|
-
* <p>Whether the hyperparameter is tunable.</p>
|
|
82
|
-
*/
|
|
83
|
-
isTunable?: boolean;
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
export namespace DefaultContinuousHyperParameterRange {
|
|
87
|
-
/**
|
|
88
|
-
* @internal
|
|
89
|
-
*/
|
|
90
|
-
export const filterSensitiveLog = (obj: DefaultContinuousHyperParameterRange): any => ({
|
|
91
|
-
...obj,
|
|
92
|
-
});
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
/**
|
|
96
|
-
* <p>Provides the name and default range of a integer-valued hyperparameter
|
|
97
|
-
* and whether the hyperparameter is tunable. A tunable hyperparameter can
|
|
98
|
-
* have its value determined during hyperparameter optimization (HPO).</p>
|
|
99
|
-
*/
|
|
100
|
-
export interface DefaultIntegerHyperParameterRange {
|
|
101
|
-
/**
|
|
102
|
-
* <p>The name of the hyperparameter.</p>
|
|
103
|
-
*/
|
|
104
|
-
name?: string;
|
|
105
|
-
|
|
106
|
-
/**
|
|
107
|
-
* <p>The minimum allowable value for the hyperparameter.</p>
|
|
108
|
-
*/
|
|
109
|
-
minValue?: number;
|
|
110
|
-
|
|
111
|
-
/**
|
|
112
|
-
* <p>The maximum allowable value for the hyperparameter.</p>
|
|
113
|
-
*/
|
|
114
|
-
maxValue?: number;
|
|
115
|
-
|
|
116
|
-
/**
|
|
117
|
-
* <p>Indicates whether the hyperparameter is tunable.</p>
|
|
118
|
-
*/
|
|
119
|
-
isTunable?: boolean;
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
export namespace DefaultIntegerHyperParameterRange {
|
|
123
|
-
/**
|
|
124
|
-
* @internal
|
|
125
|
-
*/
|
|
126
|
-
export const filterSensitiveLog = (obj: DefaultIntegerHyperParameterRange): any => ({
|
|
127
|
-
...obj,
|
|
128
|
-
});
|
|
129
|
-
}
|
|
130
|
-
|
|
131
|
-
/**
|
|
132
|
-
* <p>Specifies the hyperparameters and their default ranges.
|
|
133
|
-
* Hyperparameters can be categorical, continuous, or integer-valued.</p>
|
|
134
|
-
*/
|
|
135
|
-
export interface DefaultHyperParameterRanges {
|
|
136
|
-
/**
|
|
137
|
-
* <p>The integer-valued hyperparameters and their default ranges.</p>
|
|
138
|
-
*/
|
|
139
|
-
integerHyperParameterRanges?: DefaultIntegerHyperParameterRange[];
|
|
140
|
-
|
|
141
|
-
/**
|
|
142
|
-
* <p>The continuous hyperparameters and their default ranges.</p>
|
|
143
|
-
*/
|
|
144
|
-
continuousHyperParameterRanges?: DefaultContinuousHyperParameterRange[];
|
|
145
|
-
|
|
146
|
-
/**
|
|
147
|
-
* <p>The categorical hyperparameters and their default ranges.</p>
|
|
148
|
-
*/
|
|
149
|
-
categoricalHyperParameterRanges?: DefaultCategoricalHyperParameterRange[];
|
|
150
|
-
}
|
|
151
|
-
|
|
152
|
-
export namespace DefaultHyperParameterRanges {
|
|
153
|
-
/**
|
|
154
|
-
* @internal
|
|
155
|
-
*/
|
|
156
|
-
export const filterSensitiveLog = (obj: DefaultHyperParameterRanges): any => ({
|
|
157
|
-
...obj,
|
|
158
|
-
});
|
|
159
|
-
}
|
|
160
|
-
|
|
161
|
-
/**
|
|
162
|
-
* <p>Describes a custom algorithm.</p>
|
|
163
|
-
*/
|
|
164
|
-
export interface Algorithm {
|
|
165
|
-
/**
|
|
166
|
-
* <p>The name of the algorithm.</p>
|
|
167
|
-
*/
|
|
168
|
-
name?: string;
|
|
169
|
-
|
|
170
|
-
/**
|
|
171
|
-
* <p>The Amazon Resource Name (ARN) of the algorithm.</p>
|
|
172
|
-
*/
|
|
173
|
-
algorithmArn?: string;
|
|
174
|
-
|
|
175
|
-
/**
|
|
176
|
-
* <p>The URI of the Docker container for the algorithm image.</p>
|
|
177
|
-
*/
|
|
178
|
-
algorithmImage?: AlgorithmImage;
|
|
179
|
-
|
|
180
|
-
/**
|
|
181
|
-
* <p>Specifies the default hyperparameters.</p>
|
|
182
|
-
*/
|
|
183
|
-
defaultHyperParameters?: { [key: string]: string };
|
|
184
|
-
|
|
185
|
-
/**
|
|
186
|
-
* <p>Specifies the default hyperparameters, their ranges, and whether they
|
|
187
|
-
* are tunable. A tunable hyperparameter can
|
|
188
|
-
* have its value determined during hyperparameter optimization (HPO).</p>
|
|
189
|
-
*/
|
|
190
|
-
defaultHyperParameterRanges?: DefaultHyperParameterRanges;
|
|
191
|
-
|
|
192
|
-
/**
|
|
193
|
-
* <p>Specifies the default maximum number of training jobs and parallel training jobs.</p>
|
|
194
|
-
*/
|
|
195
|
-
defaultResourceConfig?: { [key: string]: string };
|
|
196
|
-
|
|
197
|
-
/**
|
|
198
|
-
* <p>The training input mode.</p>
|
|
199
|
-
*/
|
|
200
|
-
trainingInputMode?: string;
|
|
201
|
-
|
|
202
|
-
/**
|
|
203
|
-
* <p>The Amazon Resource Name (ARN) of the role.</p>
|
|
204
|
-
*/
|
|
205
|
-
roleArn?: string;
|
|
206
|
-
|
|
207
|
-
/**
|
|
208
|
-
* <p>The date and time (in Unix time) that the algorithm was created.</p>
|
|
209
|
-
*/
|
|
210
|
-
creationDateTime?: Date;
|
|
211
|
-
|
|
212
|
-
/**
|
|
213
|
-
* <p>The date and time (in Unix time) that the algorithm was last updated.</p>
|
|
214
|
-
*/
|
|
215
|
-
lastUpdatedDateTime?: Date;
|
|
216
|
-
}
|
|
217
|
-
|
|
218
|
-
export namespace Algorithm {
|
|
219
|
-
/**
|
|
220
|
-
* @internal
|
|
221
|
-
*/
|
|
222
|
-
export const filterSensitiveLog = (obj: Algorithm): any => ({
|
|
223
|
-
...obj,
|
|
224
|
-
});
|
|
225
|
-
}
|
|
226
|
-
|
|
227
|
-
/**
|
|
228
|
-
* <p>The configuration details of a batch inference job.</p>
|
|
229
|
-
*/
|
|
230
|
-
export interface BatchInferenceJobConfig {
|
|
231
|
-
/**
|
|
232
|
-
* <p>A string to string map specifying the exploration configuration hyperparameters, including <code>explorationWeight</code> and
|
|
233
|
-
* <code>explorationItemAgeCutOff</code>, you want to use to configure the amount of item exploration Amazon Personalize uses when
|
|
234
|
-
* recommending items.
|
|
235
|
-
* See <a href="https://docs.aws.amazon.com/personalize/latest/dg/native-recipe-new-item-USER_PERSONALIZATION.html">User-Personalization</a>.</p>
|
|
236
|
-
*/
|
|
237
|
-
itemExplorationConfig?: { [key: string]: string };
|
|
238
|
-
}
|
|
239
|
-
|
|
240
|
-
export namespace BatchInferenceJobConfig {
|
|
241
|
-
/**
|
|
242
|
-
* @internal
|
|
243
|
-
*/
|
|
244
|
-
export const filterSensitiveLog = (obj: BatchInferenceJobConfig): any => ({
|
|
245
|
-
...obj,
|
|
246
|
-
});
|
|
247
|
-
}
|
|
248
|
-
|
|
249
|
-
/**
|
|
250
|
-
* <p>The configuration details of an Amazon S3 input or output bucket.</p>
|
|
251
|
-
*/
|
|
252
|
-
export interface S3DataConfig {
|
|
253
|
-
/**
|
|
254
|
-
* <p>The file path of the Amazon S3 bucket.</p>
|
|
255
|
-
*/
|
|
256
|
-
path: string | undefined;
|
|
257
|
-
|
|
258
|
-
/**
|
|
259
|
-
* <p>The Amazon Resource Name (ARN) of the Key Management Service (KMS) key that Amazon Personalize uses to
|
|
260
|
-
* encrypt or decrypt the input and output files of a batch inference job.</p>
|
|
261
|
-
*/
|
|
262
|
-
kmsKeyArn?: string;
|
|
263
|
-
}
|
|
264
|
-
|
|
265
|
-
export namespace S3DataConfig {
|
|
266
|
-
/**
|
|
267
|
-
* @internal
|
|
268
|
-
*/
|
|
269
|
-
export const filterSensitiveLog = (obj: S3DataConfig): any => ({
|
|
270
|
-
...obj,
|
|
271
|
-
});
|
|
272
|
-
}
|
|
273
|
-
|
|
274
|
-
/**
|
|
275
|
-
* <p>The input configuration of a batch inference job.</p>
|
|
276
|
-
*/
|
|
277
|
-
export interface BatchInferenceJobInput {
|
|
278
|
-
/**
|
|
279
|
-
* <p>The URI of the Amazon S3 location that contains your input data. The Amazon S3 bucket must be in the
|
|
280
|
-
* same region as the API endpoint you are calling.</p>
|
|
281
|
-
*/
|
|
282
|
-
s3DataSource: S3DataConfig | undefined;
|
|
283
|
-
}
|
|
284
|
-
|
|
285
|
-
export namespace BatchInferenceJobInput {
|
|
286
|
-
/**
|
|
287
|
-
* @internal
|
|
288
|
-
*/
|
|
289
|
-
export const filterSensitiveLog = (obj: BatchInferenceJobInput): any => ({
|
|
290
|
-
...obj,
|
|
291
|
-
});
|
|
292
|
-
}
|
|
293
|
-
|
|
294
|
-
/**
|
|
295
|
-
* <p>The output configuration parameters of a batch inference job.</p>
|
|
296
|
-
*/
|
|
297
|
-
export interface BatchInferenceJobOutput {
|
|
298
|
-
/**
|
|
299
|
-
* <p>Information on the Amazon S3 bucket in which the batch inference job's output is stored.</p>
|
|
300
|
-
*/
|
|
301
|
-
s3DataDestination: S3DataConfig | undefined;
|
|
302
|
-
}
|
|
303
|
-
|
|
304
|
-
export namespace BatchInferenceJobOutput {
|
|
305
|
-
/**
|
|
306
|
-
* @internal
|
|
307
|
-
*/
|
|
308
|
-
export const filterSensitiveLog = (obj: BatchInferenceJobOutput): any => ({
|
|
309
|
-
...obj,
|
|
310
|
-
});
|
|
311
|
-
}
|
|
312
|
-
|
|
313
|
-
export interface CreateBatchInferenceJobRequest {
|
|
314
|
-
/**
|
|
315
|
-
* <p>The name of the batch inference job to create.</p>
|
|
316
|
-
*/
|
|
317
|
-
jobName: string | undefined;
|
|
318
|
-
|
|
319
|
-
/**
|
|
320
|
-
* <p>The Amazon Resource Name (ARN) of the solution version that will be used to generate the
|
|
321
|
-
* batch inference recommendations.</p>
|
|
322
|
-
*/
|
|
323
|
-
solutionVersionArn: string | undefined;
|
|
324
|
-
|
|
325
|
-
/**
|
|
326
|
-
* <p>The ARN of the filter to apply to the batch inference job. For more information on using
|
|
327
|
-
* filters, see
|
|
328
|
-
* <a href="https://docs.aws.amazon.com/personalize/latest/dg/filter-batch.html">Filtering Batch Recommendations</a>..</p>
|
|
329
|
-
*/
|
|
330
|
-
filterArn?: string;
|
|
331
|
-
|
|
332
|
-
/**
|
|
333
|
-
* <p>The number of recommendations to retreive.</p>
|
|
334
|
-
*/
|
|
335
|
-
numResults?: number;
|
|
336
|
-
|
|
337
|
-
/**
|
|
338
|
-
* <p>The Amazon S3 path that leads to the input file to base your recommendations on. The input
|
|
339
|
-
* material must be in JSON format.</p>
|
|
340
|
-
*/
|
|
341
|
-
jobInput: BatchInferenceJobInput | undefined;
|
|
342
|
-
|
|
343
|
-
/**
|
|
344
|
-
* <p>The path to the Amazon S3 bucket where the job's output will be stored.</p>
|
|
345
|
-
*/
|
|
346
|
-
jobOutput: BatchInferenceJobOutput | undefined;
|
|
347
|
-
|
|
348
|
-
/**
|
|
349
|
-
* <p>The ARN of the Amazon Identity and Access Management role that has permissions to read and write to your input and output
|
|
350
|
-
* Amazon S3 buckets respectively.</p>
|
|
351
|
-
*/
|
|
352
|
-
roleArn: string | undefined;
|
|
353
|
-
|
|
354
|
-
/**
|
|
355
|
-
* <p>The configuration details of a batch inference job.</p>
|
|
356
|
-
*/
|
|
357
|
-
batchInferenceJobConfig?: BatchInferenceJobConfig;
|
|
358
|
-
}
|
|
359
|
-
|
|
360
|
-
export namespace CreateBatchInferenceJobRequest {
|
|
361
|
-
/**
|
|
362
|
-
* @internal
|
|
363
|
-
*/
|
|
364
|
-
export const filterSensitiveLog = (obj: CreateBatchInferenceJobRequest): any => ({
|
|
365
|
-
...obj,
|
|
366
|
-
});
|
|
367
|
-
}
|
|
368
|
-
|
|
369
|
-
export interface CreateBatchInferenceJobResponse {
|
|
370
|
-
/**
|
|
371
|
-
* <p>The ARN of the batch inference job.</p>
|
|
372
|
-
*/
|
|
373
|
-
batchInferenceJobArn?: string;
|
|
374
|
-
}
|
|
375
|
-
|
|
376
|
-
export namespace CreateBatchInferenceJobResponse {
|
|
377
|
-
/**
|
|
378
|
-
* @internal
|
|
379
|
-
*/
|
|
380
|
-
export const filterSensitiveLog = (obj: CreateBatchInferenceJobResponse): any => ({
|
|
381
|
-
...obj,
|
|
382
|
-
});
|
|
383
|
-
}
|
|
384
|
-
|
|
385
|
-
/**
|
|
386
|
-
* <p>Provide a valid value for the field or parameter.</p>
|
|
387
|
-
*/
|
|
388
|
-
export interface InvalidInputException extends __SmithyException, $MetadataBearer {
|
|
389
|
-
name: "InvalidInputException";
|
|
390
|
-
$fault: "client";
|
|
391
|
-
message?: string;
|
|
392
|
-
}
|
|
393
|
-
|
|
394
|
-
export namespace InvalidInputException {
|
|
395
|
-
/**
|
|
396
|
-
* @internal
|
|
397
|
-
*/
|
|
398
|
-
export const filterSensitiveLog = (obj: InvalidInputException): any => ({
|
|
399
|
-
...obj,
|
|
400
|
-
});
|
|
401
|
-
}
|
|
402
|
-
|
|
403
|
-
/**
|
|
404
|
-
* <p>The limit on the number of requests per second has been exceeded.</p>
|
|
405
|
-
*/
|
|
406
|
-
export interface LimitExceededException extends __SmithyException, $MetadataBearer {
|
|
407
|
-
name: "LimitExceededException";
|
|
408
|
-
$fault: "client";
|
|
409
|
-
message?: string;
|
|
410
|
-
}
|
|
411
|
-
|
|
412
|
-
export namespace LimitExceededException {
|
|
413
|
-
/**
|
|
414
|
-
* @internal
|
|
415
|
-
*/
|
|
416
|
-
export const filterSensitiveLog = (obj: LimitExceededException): any => ({
|
|
417
|
-
...obj,
|
|
418
|
-
});
|
|
419
|
-
}
|
|
420
|
-
|
|
421
|
-
/**
|
|
422
|
-
* <p>The specified resource already exists.</p>
|
|
423
|
-
*/
|
|
424
|
-
export interface ResourceAlreadyExistsException extends __SmithyException, $MetadataBearer {
|
|
425
|
-
name: "ResourceAlreadyExistsException";
|
|
426
|
-
$fault: "client";
|
|
427
|
-
message?: string;
|
|
428
|
-
}
|
|
429
|
-
|
|
430
|
-
export namespace ResourceAlreadyExistsException {
|
|
431
|
-
/**
|
|
432
|
-
* @internal
|
|
433
|
-
*/
|
|
434
|
-
export const filterSensitiveLog = (obj: ResourceAlreadyExistsException): any => ({
|
|
435
|
-
...obj,
|
|
436
|
-
});
|
|
437
|
-
}
|
|
438
|
-
|
|
439
|
-
/**
|
|
440
|
-
* <p>The specified resource is in use.</p>
|
|
441
|
-
*/
|
|
442
|
-
export interface ResourceInUseException extends __SmithyException, $MetadataBearer {
|
|
443
|
-
name: "ResourceInUseException";
|
|
444
|
-
$fault: "client";
|
|
445
|
-
message?: string;
|
|
446
|
-
}
|
|
447
|
-
|
|
448
|
-
export namespace ResourceInUseException {
|
|
449
|
-
/**
|
|
450
|
-
* @internal
|
|
451
|
-
*/
|
|
452
|
-
export const filterSensitiveLog = (obj: ResourceInUseException): any => ({
|
|
453
|
-
...obj,
|
|
454
|
-
});
|
|
455
|
-
}
|
|
456
|
-
|
|
457
|
-
/**
|
|
458
|
-
* <p>Could not find the specified resource.</p>
|
|
459
|
-
*/
|
|
460
|
-
export interface ResourceNotFoundException extends __SmithyException, $MetadataBearer {
|
|
461
|
-
name: "ResourceNotFoundException";
|
|
462
|
-
$fault: "client";
|
|
463
|
-
message?: string;
|
|
464
|
-
}
|
|
465
|
-
|
|
466
|
-
export namespace ResourceNotFoundException {
|
|
467
|
-
/**
|
|
468
|
-
* @internal
|
|
469
|
-
*/
|
|
470
|
-
export const filterSensitiveLog = (obj: ResourceNotFoundException): any => ({
|
|
471
|
-
...obj,
|
|
472
|
-
});
|
|
473
|
-
}
|
|
474
|
-
|
|
475
|
-
/**
|
|
476
|
-
* <p>The configuration details of a campaign.</p>
|
|
477
|
-
*/
|
|
478
|
-
export interface CampaignConfig {
|
|
479
|
-
/**
|
|
480
|
-
* <p>A string to string map specifying the exploration configuration hyperparameters, including <code>explorationWeight</code> and
|
|
481
|
-
* <code>explorationItemAgeCutOff</code>, you want to use to configure the amount of item exploration Amazon Personalize uses when
|
|
482
|
-
* recommending items. Provide <code>itemExplorationConfig</code> data only if your solution uses the
|
|
483
|
-
* <a href="https://docs.aws.amazon.com/personalize/latest/dg/native-recipe-new-item-USER_PERSONALIZATION.html">User-Personalization</a> recipe.</p>
|
|
484
|
-
*/
|
|
485
|
-
itemExplorationConfig?: { [key: string]: string };
|
|
486
|
-
}
|
|
487
|
-
|
|
488
|
-
export namespace CampaignConfig {
|
|
489
|
-
/**
|
|
490
|
-
* @internal
|
|
491
|
-
*/
|
|
492
|
-
export const filterSensitiveLog = (obj: CampaignConfig): any => ({
|
|
493
|
-
...obj,
|
|
494
|
-
});
|
|
495
|
-
}
|
|
496
|
-
|
|
497
|
-
export interface CreateCampaignRequest {
|
|
498
|
-
/**
|
|
499
|
-
* <p>A name for the new campaign. The campaign name must be unique within your account.</p>
|
|
500
|
-
*/
|
|
501
|
-
name: string | undefined;
|
|
502
|
-
|
|
503
|
-
/**
|
|
504
|
-
* <p>The Amazon Resource Name (ARN) of the solution version to deploy.</p>
|
|
505
|
-
*/
|
|
506
|
-
solutionVersionArn: string | undefined;
|
|
507
|
-
|
|
508
|
-
/**
|
|
509
|
-
* <p>Specifies the requested minimum provisioned transactions (recommendations) per second that
|
|
510
|
-
* Amazon Personalize will support.</p>
|
|
511
|
-
*/
|
|
512
|
-
minProvisionedTPS?: number;
|
|
513
|
-
|
|
514
|
-
/**
|
|
515
|
-
* <p>The configuration details of a campaign.</p>
|
|
516
|
-
*/
|
|
517
|
-
campaignConfig?: CampaignConfig;
|
|
518
|
-
}
|
|
519
|
-
|
|
520
|
-
export namespace CreateCampaignRequest {
|
|
521
|
-
/**
|
|
522
|
-
* @internal
|
|
523
|
-
*/
|
|
524
|
-
export const filterSensitiveLog = (obj: CreateCampaignRequest): any => ({
|
|
525
|
-
...obj,
|
|
526
|
-
});
|
|
527
|
-
}
|
|
528
|
-
|
|
529
|
-
export interface CreateCampaignResponse {
|
|
530
|
-
/**
|
|
531
|
-
* <p>The Amazon Resource Name (ARN) of the campaign.</p>
|
|
532
|
-
*/
|
|
533
|
-
campaignArn?: string;
|
|
534
|
-
}
|
|
535
|
-
|
|
536
|
-
export namespace CreateCampaignResponse {
|
|
537
|
-
/**
|
|
538
|
-
* @internal
|
|
539
|
-
*/
|
|
540
|
-
export const filterSensitiveLog = (obj: CreateCampaignResponse): any => ({
|
|
541
|
-
...obj,
|
|
542
|
-
});
|
|
543
|
-
}
|
|
544
|
-
|
|
545
|
-
export interface CreateDatasetRequest {
|
|
546
|
-
/**
|
|
547
|
-
* <p>The name for the dataset.</p>
|
|
548
|
-
*/
|
|
549
|
-
name: string | undefined;
|
|
550
|
-
|
|
551
|
-
/**
|
|
552
|
-
* <p>The ARN of the schema to associate with the dataset. The schema defines the dataset
|
|
553
|
-
* fields.</p>
|
|
554
|
-
*/
|
|
555
|
-
schemaArn: string | undefined;
|
|
556
|
-
|
|
557
|
-
/**
|
|
558
|
-
* <p>The Amazon Resource Name (ARN) of the dataset group to add the dataset to.</p>
|
|
559
|
-
*/
|
|
560
|
-
datasetGroupArn: string | undefined;
|
|
561
|
-
|
|
562
|
-
/**
|
|
563
|
-
* <p>The type of dataset.</p>
|
|
564
|
-
* <p>One of the following (case insensitive) values:</p>
|
|
565
|
-
* <ul>
|
|
566
|
-
* <li>
|
|
567
|
-
* <p>Interactions</p>
|
|
568
|
-
* </li>
|
|
569
|
-
* <li>
|
|
570
|
-
* <p>Items</p>
|
|
571
|
-
* </li>
|
|
572
|
-
* <li>
|
|
573
|
-
* <p>Users</p>
|
|
574
|
-
* </li>
|
|
575
|
-
* </ul>
|
|
576
|
-
*/
|
|
577
|
-
datasetType: string | undefined;
|
|
578
|
-
}
|
|
579
|
-
|
|
580
|
-
export namespace CreateDatasetRequest {
|
|
581
|
-
/**
|
|
582
|
-
* @internal
|
|
583
|
-
*/
|
|
584
|
-
export const filterSensitiveLog = (obj: CreateDatasetRequest): any => ({
|
|
585
|
-
...obj,
|
|
586
|
-
});
|
|
587
|
-
}
|
|
588
|
-
|
|
589
|
-
export interface CreateDatasetResponse {
|
|
590
|
-
/**
|
|
591
|
-
* <p>The ARN of the dataset.</p>
|
|
592
|
-
*/
|
|
593
|
-
datasetArn?: string;
|
|
594
|
-
}
|
|
595
|
-
|
|
596
|
-
export namespace CreateDatasetResponse {
|
|
597
|
-
/**
|
|
598
|
-
* @internal
|
|
599
|
-
*/
|
|
600
|
-
export const filterSensitiveLog = (obj: CreateDatasetResponse): any => ({
|
|
601
|
-
...obj,
|
|
602
|
-
});
|
|
603
|
-
}
|
|
604
|
-
|
|
605
|
-
export enum IngestionMode {
|
|
606
|
-
ALL = "ALL",
|
|
607
|
-
BULK = "BULK",
|
|
608
|
-
PUT = "PUT",
|
|
609
|
-
}
|
|
610
|
-
|
|
611
|
-
/**
|
|
612
|
-
* <p>The output configuration parameters of a dataset export job.</p>
|
|
613
|
-
*/
|
|
614
|
-
export interface DatasetExportJobOutput {
|
|
615
|
-
/**
|
|
616
|
-
* <p>The configuration details of an Amazon S3 input or output bucket.</p>
|
|
617
|
-
*/
|
|
618
|
-
s3DataDestination: S3DataConfig | undefined;
|
|
619
|
-
}
|
|
620
|
-
|
|
621
|
-
export namespace DatasetExportJobOutput {
|
|
622
|
-
/**
|
|
623
|
-
* @internal
|
|
624
|
-
*/
|
|
625
|
-
export const filterSensitiveLog = (obj: DatasetExportJobOutput): any => ({
|
|
626
|
-
...obj,
|
|
627
|
-
});
|
|
628
|
-
}
|
|
629
|
-
|
|
630
|
-
export interface CreateDatasetExportJobRequest {
|
|
631
|
-
/**
|
|
632
|
-
* <p>The name for the dataset export job.</p>
|
|
633
|
-
*/
|
|
634
|
-
jobName: string | undefined;
|
|
635
|
-
|
|
636
|
-
/**
|
|
637
|
-
* <p>The Amazon Resource Name (ARN) of the dataset that contains the data to export.</p>
|
|
638
|
-
*/
|
|
639
|
-
datasetArn: string | undefined;
|
|
640
|
-
|
|
641
|
-
/**
|
|
642
|
-
* <p>The data to export, based on how you imported the data. You can choose to export only <code>BULK</code> data that you imported using a dataset import job,
|
|
643
|
-
* only <code>PUT</code> data that you imported incrementally (using the console, PutEvents, PutUsers and PutItems operations), or <code>ALL</code>
|
|
644
|
-
* for both types. The default value is <code>PUT</code>.
|
|
645
|
-
* </p>
|
|
646
|
-
*/
|
|
647
|
-
ingestionMode?: IngestionMode | string;
|
|
648
|
-
|
|
649
|
-
/**
|
|
650
|
-
* <p>The Amazon Resource Name (ARN) of the IAM service role that has permissions to add data to your
|
|
651
|
-
* output Amazon S3 bucket.</p>
|
|
652
|
-
*/
|
|
653
|
-
roleArn: string | undefined;
|
|
654
|
-
|
|
655
|
-
/**
|
|
656
|
-
* <p>The path to the Amazon S3 bucket where the job's output is stored.</p>
|
|
657
|
-
*/
|
|
658
|
-
jobOutput: DatasetExportJobOutput | undefined;
|
|
659
|
-
}
|
|
660
|
-
|
|
661
|
-
export namespace CreateDatasetExportJobRequest {
|
|
662
|
-
/**
|
|
663
|
-
* @internal
|
|
664
|
-
*/
|
|
665
|
-
export const filterSensitiveLog = (obj: CreateDatasetExportJobRequest): any => ({
|
|
666
|
-
...obj,
|
|
667
|
-
});
|
|
668
|
-
}
|
|
669
|
-
|
|
670
|
-
export interface CreateDatasetExportJobResponse {
|
|
671
|
-
/**
|
|
672
|
-
* <p>The Amazon Resource Name (ARN) of the dataset export job.</p>
|
|
673
|
-
*/
|
|
674
|
-
datasetExportJobArn?: string;
|
|
675
|
-
}
|
|
676
|
-
|
|
677
|
-
export namespace CreateDatasetExportJobResponse {
|
|
678
|
-
/**
|
|
679
|
-
* @internal
|
|
680
|
-
*/
|
|
681
|
-
export const filterSensitiveLog = (obj: CreateDatasetExportJobResponse): any => ({
|
|
682
|
-
...obj,
|
|
683
|
-
});
|
|
684
|
-
}
|
|
685
|
-
|
|
686
|
-
export interface CreateDatasetGroupRequest {
|
|
687
|
-
/**
|
|
688
|
-
* <p>The name for the new dataset group.</p>
|
|
689
|
-
*/
|
|
690
|
-
name: string | undefined;
|
|
691
|
-
|
|
692
|
-
/**
|
|
693
|
-
* <p>The ARN of the Identity and Access Management (IAM) role that has permissions to access the Key Management Service (KMS) key. Supplying an IAM
|
|
694
|
-
* role is only valid when also specifying a KMS key.</p>
|
|
695
|
-
*/
|
|
696
|
-
roleArn?: string;
|
|
697
|
-
|
|
698
|
-
/**
|
|
699
|
-
* <p>The Amazon Resource Name (ARN) of a Key Management Service (KMS) key used to encrypt the datasets.</p>
|
|
700
|
-
*/
|
|
701
|
-
kmsKeyArn?: string;
|
|
702
|
-
}
|
|
703
|
-
|
|
704
|
-
export namespace CreateDatasetGroupRequest {
|
|
705
|
-
/**
|
|
706
|
-
* @internal
|
|
707
|
-
*/
|
|
708
|
-
export const filterSensitiveLog = (obj: CreateDatasetGroupRequest): any => ({
|
|
709
|
-
...obj,
|
|
710
|
-
});
|
|
711
|
-
}
|
|
712
|
-
|
|
713
|
-
export interface CreateDatasetGroupResponse {
|
|
714
|
-
/**
|
|
715
|
-
* <p>The Amazon Resource Name (ARN) of the new dataset group.</p>
|
|
716
|
-
*/
|
|
717
|
-
datasetGroupArn?: string;
|
|
718
|
-
}
|
|
719
|
-
|
|
720
|
-
export namespace CreateDatasetGroupResponse {
|
|
721
|
-
/**
|
|
722
|
-
* @internal
|
|
723
|
-
*/
|
|
724
|
-
export const filterSensitiveLog = (obj: CreateDatasetGroupResponse): any => ({
|
|
725
|
-
...obj,
|
|
726
|
-
});
|
|
727
|
-
}
|
|
728
|
-
|
|
729
|
-
/**
|
|
730
|
-
* <p>Describes the data source that contains the data to upload to a dataset.</p>
|
|
731
|
-
*/
|
|
732
|
-
export interface DataSource {
|
|
733
|
-
/**
|
|
734
|
-
* <p>The path to the Amazon S3 bucket where the data that you want to upload to your dataset is
|
|
735
|
-
* stored. For example: </p>
|
|
736
|
-
* <p>
|
|
737
|
-
* <code>s3://bucket-name/folder-name/</code>
|
|
738
|
-
* </p>
|
|
739
|
-
*/
|
|
740
|
-
dataLocation?: string;
|
|
741
|
-
}
|
|
742
|
-
|
|
743
|
-
export namespace DataSource {
|
|
744
|
-
/**
|
|
745
|
-
* @internal
|
|
746
|
-
*/
|
|
747
|
-
export const filterSensitiveLog = (obj: DataSource): any => ({
|
|
748
|
-
...obj,
|
|
749
|
-
});
|
|
750
|
-
}
|
|
751
|
-
|
|
752
|
-
export interface CreateDatasetImportJobRequest {
|
|
753
|
-
/**
|
|
754
|
-
* <p>The name for the dataset import job.</p>
|
|
755
|
-
*/
|
|
756
|
-
jobName: string | undefined;
|
|
757
|
-
|
|
758
|
-
/**
|
|
759
|
-
* <p>The ARN of the dataset that receives the imported data.</p>
|
|
760
|
-
*/
|
|
761
|
-
datasetArn: string | undefined;
|
|
762
|
-
|
|
763
|
-
/**
|
|
764
|
-
* <p>The Amazon S3 bucket that contains the training data to import.</p>
|
|
765
|
-
*/
|
|
766
|
-
dataSource: DataSource | undefined;
|
|
767
|
-
|
|
768
|
-
/**
|
|
769
|
-
* <p>The ARN of the IAM role that has permissions to read from the Amazon S3 data source.</p>
|
|
770
|
-
*/
|
|
771
|
-
roleArn: string | undefined;
|
|
772
|
-
}
|
|
773
|
-
|
|
774
|
-
export namespace CreateDatasetImportJobRequest {
|
|
775
|
-
/**
|
|
776
|
-
* @internal
|
|
777
|
-
*/
|
|
778
|
-
export const filterSensitiveLog = (obj: CreateDatasetImportJobRequest): any => ({
|
|
779
|
-
...obj,
|
|
780
|
-
});
|
|
781
|
-
}
|
|
782
|
-
|
|
783
|
-
export interface CreateDatasetImportJobResponse {
|
|
784
|
-
/**
|
|
785
|
-
* <p>The ARN of the dataset import job.</p>
|
|
786
|
-
*/
|
|
787
|
-
datasetImportJobArn?: string;
|
|
788
|
-
}
|
|
789
|
-
|
|
790
|
-
export namespace CreateDatasetImportJobResponse {
|
|
791
|
-
/**
|
|
792
|
-
* @internal
|
|
793
|
-
*/
|
|
794
|
-
export const filterSensitiveLog = (obj: CreateDatasetImportJobResponse): any => ({
|
|
795
|
-
...obj,
|
|
796
|
-
});
|
|
797
|
-
}
|
|
798
|
-
|
|
799
|
-
export interface CreateEventTrackerRequest {
|
|
800
|
-
/**
|
|
801
|
-
* <p>The name for the event tracker.</p>
|
|
802
|
-
*/
|
|
803
|
-
name: string | undefined;
|
|
804
|
-
|
|
805
|
-
/**
|
|
806
|
-
* <p>The Amazon Resource Name (ARN) of the dataset group that receives the event data.</p>
|
|
807
|
-
*/
|
|
808
|
-
datasetGroupArn: string | undefined;
|
|
809
|
-
}
|
|
810
|
-
|
|
811
|
-
export namespace CreateEventTrackerRequest {
|
|
812
|
-
/**
|
|
813
|
-
* @internal
|
|
814
|
-
*/
|
|
815
|
-
export const filterSensitiveLog = (obj: CreateEventTrackerRequest): any => ({
|
|
816
|
-
...obj,
|
|
817
|
-
});
|
|
818
|
-
}
|
|
819
|
-
|
|
820
|
-
export interface CreateEventTrackerResponse {
|
|
821
|
-
/**
|
|
822
|
-
* <p>The ARN of the event tracker.</p>
|
|
823
|
-
*/
|
|
824
|
-
eventTrackerArn?: string;
|
|
825
|
-
|
|
826
|
-
/**
|
|
827
|
-
* <p>The ID of the event tracker. Include this ID in requests to the
|
|
828
|
-
* <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_UBS_PutEvents.html">PutEvents</a> API.</p>
|
|
829
|
-
*/
|
|
830
|
-
trackingId?: string;
|
|
831
|
-
}
|
|
832
|
-
|
|
833
|
-
export namespace CreateEventTrackerResponse {
|
|
834
|
-
/**
|
|
835
|
-
* @internal
|
|
836
|
-
*/
|
|
837
|
-
export const filterSensitiveLog = (obj: CreateEventTrackerResponse): any => ({
|
|
838
|
-
...obj,
|
|
839
|
-
});
|
|
840
|
-
}
|
|
841
|
-
|
|
842
|
-
export interface CreateFilterRequest {
|
|
843
|
-
/**
|
|
844
|
-
* <p>The name of the filter to create.</p>
|
|
845
|
-
*/
|
|
846
|
-
name: string | undefined;
|
|
847
|
-
|
|
848
|
-
/**
|
|
849
|
-
* <p>The ARN of the dataset group that the filter will belong to.</p>
|
|
850
|
-
*/
|
|
851
|
-
datasetGroupArn: string | undefined;
|
|
852
|
-
|
|
853
|
-
/**
|
|
854
|
-
* <p>The filter expression defines which items are included or excluded from recommendations. Filter expression must follow specific format rules.
|
|
855
|
-
* For information about filter expression structure and syntax, see
|
|
856
|
-
* <a>filter-expressions</a>.</p>
|
|
857
|
-
*/
|
|
858
|
-
filterExpression: string | undefined;
|
|
859
|
-
}
|
|
860
|
-
|
|
861
|
-
export namespace CreateFilterRequest {
|
|
862
|
-
/**
|
|
863
|
-
* @internal
|
|
864
|
-
*/
|
|
865
|
-
export const filterSensitiveLog = (obj: CreateFilterRequest): any => ({
|
|
866
|
-
...obj,
|
|
867
|
-
...(obj.filterExpression && { filterExpression: SENSITIVE_STRING }),
|
|
868
|
-
});
|
|
869
|
-
}
|
|
870
|
-
|
|
871
|
-
export interface CreateFilterResponse {
|
|
872
|
-
/**
|
|
873
|
-
* <p>The ARN of the new filter.</p>
|
|
874
|
-
*/
|
|
875
|
-
filterArn?: string;
|
|
876
|
-
}
|
|
877
|
-
|
|
878
|
-
export namespace CreateFilterResponse {
|
|
879
|
-
/**
|
|
880
|
-
* @internal
|
|
881
|
-
*/
|
|
882
|
-
export const filterSensitiveLog = (obj: CreateFilterResponse): any => ({
|
|
883
|
-
...obj,
|
|
884
|
-
});
|
|
885
|
-
}
|
|
886
|
-
|
|
887
|
-
export interface CreateSchemaRequest {
|
|
888
|
-
/**
|
|
889
|
-
* <p>The name for the schema.</p>
|
|
890
|
-
*/
|
|
891
|
-
name: string | undefined;
|
|
892
|
-
|
|
893
|
-
/**
|
|
894
|
-
* <p>A schema in Avro JSON format.</p>
|
|
895
|
-
*/
|
|
896
|
-
schema: string | undefined;
|
|
897
|
-
}
|
|
898
|
-
|
|
899
|
-
export namespace CreateSchemaRequest {
|
|
900
|
-
/**
|
|
901
|
-
* @internal
|
|
902
|
-
*/
|
|
903
|
-
export const filterSensitiveLog = (obj: CreateSchemaRequest): any => ({
|
|
904
|
-
...obj,
|
|
905
|
-
});
|
|
906
|
-
}
|
|
907
|
-
|
|
908
|
-
export interface CreateSchemaResponse {
|
|
909
|
-
/**
|
|
910
|
-
* <p>The Amazon Resource Name (ARN) of the created schema.</p>
|
|
911
|
-
*/
|
|
912
|
-
schemaArn?: string;
|
|
913
|
-
}
|
|
914
|
-
|
|
915
|
-
export namespace CreateSchemaResponse {
|
|
916
|
-
/**
|
|
917
|
-
* @internal
|
|
918
|
-
*/
|
|
919
|
-
export const filterSensitiveLog = (obj: CreateSchemaResponse): any => ({
|
|
920
|
-
...obj,
|
|
921
|
-
});
|
|
922
|
-
}
|
|
923
|
-
|
|
924
|
-
/**
|
|
925
|
-
* <p>When the solution performs AutoML (<code>performAutoML</code> is true in
|
|
926
|
-
* <a>CreateSolution</a>), Amazon Personalize
|
|
927
|
-
* determines which recipe, from the specified list, optimizes the given metric.
|
|
928
|
-
* Amazon Personalize then uses that recipe for the solution.</p>
|
|
929
|
-
*/
|
|
930
|
-
export interface AutoMLConfig {
|
|
931
|
-
/**
|
|
932
|
-
* <p>The metric to optimize.</p>
|
|
933
|
-
*/
|
|
934
|
-
metricName?: string;
|
|
935
|
-
|
|
936
|
-
/**
|
|
937
|
-
* <p>The list of candidate recipes.</p>
|
|
938
|
-
*/
|
|
939
|
-
recipeList?: string[];
|
|
940
|
-
}
|
|
941
|
-
|
|
942
|
-
export namespace AutoMLConfig {
|
|
943
|
-
/**
|
|
944
|
-
* @internal
|
|
945
|
-
*/
|
|
946
|
-
export const filterSensitiveLog = (obj: AutoMLConfig): any => ({
|
|
947
|
-
...obj,
|
|
948
|
-
});
|
|
949
|
-
}
|
|
950
|
-
|
|
951
|
-
/**
|
|
952
|
-
* <p>Provides the name and range of a categorical hyperparameter.</p>
|
|
953
|
-
*/
|
|
954
|
-
export interface CategoricalHyperParameterRange {
|
|
955
|
-
/**
|
|
956
|
-
* <p>The name of the hyperparameter.</p>
|
|
957
|
-
*/
|
|
958
|
-
name?: string;
|
|
959
|
-
|
|
960
|
-
/**
|
|
961
|
-
* <p>A list of the categories for the hyperparameter.</p>
|
|
962
|
-
*/
|
|
963
|
-
values?: string[];
|
|
964
|
-
}
|
|
965
|
-
|
|
966
|
-
export namespace CategoricalHyperParameterRange {
|
|
967
|
-
/**
|
|
968
|
-
* @internal
|
|
969
|
-
*/
|
|
970
|
-
export const filterSensitiveLog = (obj: CategoricalHyperParameterRange): any => ({
|
|
971
|
-
...obj,
|
|
972
|
-
});
|
|
973
|
-
}
|
|
974
|
-
|
|
975
|
-
/**
|
|
976
|
-
* <p>Provides the name and range of a continuous hyperparameter.</p>
|
|
977
|
-
*/
|
|
978
|
-
export interface ContinuousHyperParameterRange {
|
|
979
|
-
/**
|
|
980
|
-
* <p>The name of the hyperparameter.</p>
|
|
981
|
-
*/
|
|
982
|
-
name?: string;
|
|
983
|
-
|
|
984
|
-
/**
|
|
985
|
-
* <p>The minimum allowable value for the hyperparameter.</p>
|
|
986
|
-
*/
|
|
987
|
-
minValue?: number;
|
|
988
|
-
|
|
989
|
-
/**
|
|
990
|
-
* <p>The maximum allowable value for the hyperparameter.</p>
|
|
991
|
-
*/
|
|
992
|
-
maxValue?: number;
|
|
993
|
-
}
|
|
994
|
-
|
|
995
|
-
export namespace ContinuousHyperParameterRange {
|
|
996
|
-
/**
|
|
997
|
-
* @internal
|
|
998
|
-
*/
|
|
999
|
-
export const filterSensitiveLog = (obj: ContinuousHyperParameterRange): any => ({
|
|
1000
|
-
...obj,
|
|
1001
|
-
});
|
|
1002
|
-
}
|
|
1003
|
-
|
|
1004
|
-
/**
|
|
1005
|
-
* <p>Provides the name and range of an integer-valued hyperparameter.</p>
|
|
1006
|
-
*/
|
|
1007
|
-
export interface IntegerHyperParameterRange {
|
|
1008
|
-
/**
|
|
1009
|
-
* <p>The name of the hyperparameter.</p>
|
|
1010
|
-
*/
|
|
1011
|
-
name?: string;
|
|
1012
|
-
|
|
1013
|
-
/**
|
|
1014
|
-
* <p>The minimum allowable value for the hyperparameter.</p>
|
|
1015
|
-
*/
|
|
1016
|
-
minValue?: number;
|
|
1017
|
-
|
|
1018
|
-
/**
|
|
1019
|
-
* <p>The maximum allowable value for the hyperparameter.</p>
|
|
1020
|
-
*/
|
|
1021
|
-
maxValue?: number;
|
|
1022
|
-
}
|
|
1023
|
-
|
|
1024
|
-
export namespace IntegerHyperParameterRange {
|
|
1025
|
-
/**
|
|
1026
|
-
* @internal
|
|
1027
|
-
*/
|
|
1028
|
-
export const filterSensitiveLog = (obj: IntegerHyperParameterRange): any => ({
|
|
1029
|
-
...obj,
|
|
1030
|
-
});
|
|
1031
|
-
}
|
|
1032
|
-
|
|
1033
|
-
/**
|
|
1034
|
-
* <p>Specifies the hyperparameters and their ranges.
|
|
1035
|
-
* Hyperparameters can be categorical, continuous, or integer-valued.</p>
|
|
1036
|
-
*/
|
|
1037
|
-
export interface HyperParameterRanges {
|
|
1038
|
-
/**
|
|
1039
|
-
* <p>The integer-valued hyperparameters and their ranges.</p>
|
|
1040
|
-
*/
|
|
1041
|
-
integerHyperParameterRanges?: IntegerHyperParameterRange[];
|
|
1042
|
-
|
|
1043
|
-
/**
|
|
1044
|
-
* <p>The continuous hyperparameters and their ranges.</p>
|
|
1045
|
-
*/
|
|
1046
|
-
continuousHyperParameterRanges?: ContinuousHyperParameterRange[];
|
|
1047
|
-
|
|
1048
|
-
/**
|
|
1049
|
-
* <p>The categorical hyperparameters and their ranges.</p>
|
|
1050
|
-
*/
|
|
1051
|
-
categoricalHyperParameterRanges?: CategoricalHyperParameterRange[];
|
|
1052
|
-
}
|
|
1053
|
-
|
|
1054
|
-
export namespace HyperParameterRanges {
|
|
1055
|
-
/**
|
|
1056
|
-
* @internal
|
|
1057
|
-
*/
|
|
1058
|
-
export const filterSensitiveLog = (obj: HyperParameterRanges): any => ({
|
|
1059
|
-
...obj,
|
|
1060
|
-
});
|
|
1061
|
-
}
|
|
1062
|
-
|
|
1063
|
-
/**
|
|
1064
|
-
* <p>The metric to optimize during hyperparameter optimization (HPO).</p>
|
|
1065
|
-
* <note>
|
|
1066
|
-
* <p>Amazon Personalize doesn't support configuring the <code>hpoObjective</code>
|
|
1067
|
-
* at this time.</p>
|
|
1068
|
-
* </note>
|
|
1069
|
-
*/
|
|
1070
|
-
export interface HPOObjective {
|
|
1071
|
-
/**
|
|
1072
|
-
* <p>The type of the metric. Valid values are <code>Maximize</code> and <code>Minimize</code>.</p>
|
|
1073
|
-
*/
|
|
1074
|
-
type?: string;
|
|
1075
|
-
|
|
1076
|
-
/**
|
|
1077
|
-
* <p>The name of the metric.</p>
|
|
1078
|
-
*/
|
|
1079
|
-
metricName?: string;
|
|
1080
|
-
|
|
1081
|
-
/**
|
|
1082
|
-
* <p>A regular expression for finding the metric in the training job logs.</p>
|
|
1083
|
-
*/
|
|
1084
|
-
metricRegex?: string;
|
|
1085
|
-
}
|
|
1086
|
-
|
|
1087
|
-
export namespace HPOObjective {
|
|
1088
|
-
/**
|
|
1089
|
-
* @internal
|
|
1090
|
-
*/
|
|
1091
|
-
export const filterSensitiveLog = (obj: HPOObjective): any => ({
|
|
1092
|
-
...obj,
|
|
1093
|
-
});
|
|
1094
|
-
}
|
|
1095
|
-
|
|
1096
|
-
/**
|
|
1097
|
-
* <p>Describes the resource configuration for hyperparameter optimization (HPO).</p>
|
|
1098
|
-
*/
|
|
1099
|
-
export interface HPOResourceConfig {
|
|
1100
|
-
/**
|
|
1101
|
-
* <p>The maximum number of training
|
|
1102
|
-
* jobs when you create a
|
|
1103
|
-
* solution
|
|
1104
|
-
* version.
|
|
1105
|
-
* The maximum value for <code>maxNumberOfTrainingJobs</code> is
|
|
1106
|
-
* <code>40</code>.</p>
|
|
1107
|
-
*/
|
|
1108
|
-
maxNumberOfTrainingJobs?: string;
|
|
1109
|
-
|
|
1110
|
-
/**
|
|
1111
|
-
* <p>The maximum number of parallel training
|
|
1112
|
-
* jobs when you create a
|
|
1113
|
-
* solution
|
|
1114
|
-
* version.
|
|
1115
|
-
* The maximum value for <code>maxParallelTrainingJobs</code> is
|
|
1116
|
-
* <code>10</code>.</p>
|
|
1117
|
-
*/
|
|
1118
|
-
maxParallelTrainingJobs?: string;
|
|
1119
|
-
}
|
|
1120
|
-
|
|
1121
|
-
export namespace HPOResourceConfig {
|
|
1122
|
-
/**
|
|
1123
|
-
* @internal
|
|
1124
|
-
*/
|
|
1125
|
-
export const filterSensitiveLog = (obj: HPOResourceConfig): any => ({
|
|
1126
|
-
...obj,
|
|
1127
|
-
});
|
|
1128
|
-
}
|
|
1129
|
-
|
|
1130
|
-
/**
|
|
1131
|
-
* <p>Describes the properties for hyperparameter optimization (HPO).</p>
|
|
1132
|
-
*/
|
|
1133
|
-
export interface HPOConfig {
|
|
1134
|
-
/**
|
|
1135
|
-
* <p>The metric to optimize during HPO.</p>
|
|
1136
|
-
* <note>
|
|
1137
|
-
* <p>Amazon Personalize doesn't support configuring the <code>hpoObjective</code>
|
|
1138
|
-
* at this time.</p>
|
|
1139
|
-
* </note>
|
|
1140
|
-
*/
|
|
1141
|
-
hpoObjective?: HPOObjective;
|
|
1142
|
-
|
|
1143
|
-
/**
|
|
1144
|
-
* <p>Describes the resource configuration for HPO.</p>
|
|
1145
|
-
*/
|
|
1146
|
-
hpoResourceConfig?: HPOResourceConfig;
|
|
1147
|
-
|
|
1148
|
-
/**
|
|
1149
|
-
* <p>The hyperparameters and their allowable ranges.</p>
|
|
1150
|
-
*/
|
|
1151
|
-
algorithmHyperParameterRanges?: HyperParameterRanges;
|
|
1152
|
-
}
|
|
1153
|
-
|
|
1154
|
-
export namespace HPOConfig {
|
|
1155
|
-
/**
|
|
1156
|
-
* @internal
|
|
1157
|
-
*/
|
|
1158
|
-
export const filterSensitiveLog = (obj: HPOConfig): any => ({
|
|
1159
|
-
...obj,
|
|
1160
|
-
});
|
|
1161
|
-
}
|
|
1162
|
-
|
|
1163
|
-
export enum ObjectiveSensitivity {
|
|
1164
|
-
HIGH = "HIGH",
|
|
1165
|
-
LOW = "LOW",
|
|
1166
|
-
MEDIUM = "MEDIUM",
|
|
1167
|
-
OFF = "OFF",
|
|
1168
|
-
}
|
|
1169
|
-
|
|
1170
|
-
/**
|
|
1171
|
-
* <p>Describes the additional objective for the solution, such as maximizing streaming
|
|
1172
|
-
* minutes or increasing revenue. For more information see <a href="https://docs.aws.amazon.com/personalize/latest/dg/optimizing-solution-for-objective.html">Optimizing a solution</a>.</p>
|
|
1173
|
-
*/
|
|
1174
|
-
export interface OptimizationObjective {
|
|
1175
|
-
/**
|
|
1176
|
-
* <p>The numerical metadata column in an Items dataset related to the optimization objective. For example, VIDEO_LENGTH (to maximize streaming minutes), or PRICE (to maximize revenue).</p>
|
|
1177
|
-
*/
|
|
1178
|
-
itemAttribute?: string;
|
|
1179
|
-
|
|
1180
|
-
/**
|
|
1181
|
-
* <p>Specifies how Amazon Personalize balances the importance of your optimization objective versus relevance.</p>
|
|
1182
|
-
*/
|
|
1183
|
-
objectiveSensitivity?: ObjectiveSensitivity | string;
|
|
1184
|
-
}
|
|
1185
|
-
|
|
1186
|
-
export namespace OptimizationObjective {
|
|
1187
|
-
/**
|
|
1188
|
-
* @internal
|
|
1189
|
-
*/
|
|
1190
|
-
export const filterSensitiveLog = (obj: OptimizationObjective): any => ({
|
|
1191
|
-
...obj,
|
|
1192
|
-
});
|
|
1193
|
-
}
|
|
1194
|
-
|
|
1195
|
-
/**
|
|
1196
|
-
* <p>Describes the configuration properties for the solution.</p>
|
|
1197
|
-
*/
|
|
1198
|
-
export interface SolutionConfig {
|
|
1199
|
-
/**
|
|
1200
|
-
* <p>Only events with a value greater than or equal to this threshold are
|
|
1201
|
-
* used for training a model.</p>
|
|
1202
|
-
*/
|
|
1203
|
-
eventValueThreshold?: string;
|
|
1204
|
-
|
|
1205
|
-
/**
|
|
1206
|
-
* <p>Describes the properties for hyperparameter optimization (HPO).</p>
|
|
1207
|
-
*/
|
|
1208
|
-
hpoConfig?: HPOConfig;
|
|
1209
|
-
|
|
1210
|
-
/**
|
|
1211
|
-
* <p>Lists the hyperparameter names and ranges.</p>
|
|
1212
|
-
*/
|
|
1213
|
-
algorithmHyperParameters?: { [key: string]: string };
|
|
1214
|
-
|
|
1215
|
-
/**
|
|
1216
|
-
* <p>Lists the feature transformation parameters.</p>
|
|
1217
|
-
*/
|
|
1218
|
-
featureTransformationParameters?: { [key: string]: string };
|
|
1219
|
-
|
|
1220
|
-
/**
|
|
1221
|
-
* <p>The <a>AutoMLConfig</a> object containing a list of recipes to search
|
|
1222
|
-
* when AutoML is performed.</p>
|
|
1223
|
-
*/
|
|
1224
|
-
autoMLConfig?: AutoMLConfig;
|
|
1225
|
-
|
|
1226
|
-
/**
|
|
1227
|
-
* <p>Describes the additional objective for the solution, such as maximizing streaming
|
|
1228
|
-
* minutes or increasing revenue. For more information see <a href="https://docs.aws.amazon.com/personalize/latest/dg/optimizing-solution-for-objective.html">Optimizing a solution</a>.</p>
|
|
1229
|
-
*/
|
|
1230
|
-
optimizationObjective?: OptimizationObjective;
|
|
1231
|
-
}
|
|
1232
|
-
|
|
1233
|
-
export namespace SolutionConfig {
|
|
1234
|
-
/**
|
|
1235
|
-
* @internal
|
|
1236
|
-
*/
|
|
1237
|
-
export const filterSensitiveLog = (obj: SolutionConfig): any => ({
|
|
1238
|
-
...obj,
|
|
1239
|
-
});
|
|
1240
|
-
}
|
|
1241
|
-
|
|
1242
|
-
export interface CreateSolutionRequest {
|
|
1243
|
-
/**
|
|
1244
|
-
* <p>The name for the solution.</p>
|
|
1245
|
-
*/
|
|
1246
|
-
name: string | undefined;
|
|
1247
|
-
|
|
1248
|
-
/**
|
|
1249
|
-
* <p>Whether to perform hyperparameter optimization (HPO) on the specified or selected recipe.
|
|
1250
|
-
* The default is <code>false</code>.</p>
|
|
1251
|
-
* <p>When performing AutoML, this parameter is always <code>true</code> and you
|
|
1252
|
-
* should not set it to <code>false</code>.</p>
|
|
1253
|
-
*/
|
|
1254
|
-
performHPO?: boolean;
|
|
1255
|
-
|
|
1256
|
-
/**
|
|
1257
|
-
* <p>Whether to perform automated machine learning (AutoML). The default is <code>false</code>.
|
|
1258
|
-
* For this case, you must specify <code>recipeArn</code>.</p>
|
|
1259
|
-
* <p>When set to <code>true</code>, Amazon Personalize analyzes your training data and selects
|
|
1260
|
-
* the optimal USER_PERSONALIZATION recipe and hyperparameters. In this case, you must omit
|
|
1261
|
-
* <code>recipeArn</code>. Amazon Personalize determines the optimal recipe by running tests with
|
|
1262
|
-
* different values for the hyperparameters.
|
|
1263
|
-
* AutoML lengthens the training process as compared to selecting a specific recipe.</p>
|
|
1264
|
-
*/
|
|
1265
|
-
performAutoML?: boolean;
|
|
1266
|
-
|
|
1267
|
-
/**
|
|
1268
|
-
* <p>The ARN of the recipe to use for model training. Only specified when
|
|
1269
|
-
* <code>performAutoML</code> is false.</p>
|
|
1270
|
-
*/
|
|
1271
|
-
recipeArn?: string;
|
|
1272
|
-
|
|
1273
|
-
/**
|
|
1274
|
-
* <p>The Amazon Resource Name (ARN) of the dataset group that provides the training data.</p>
|
|
1275
|
-
*/
|
|
1276
|
-
datasetGroupArn: string | undefined;
|
|
1277
|
-
|
|
1278
|
-
/**
|
|
1279
|
-
* <p>When your have multiple event types (using an <code>EVENT_TYPE</code> schema field),
|
|
1280
|
-
* this parameter specifies which event type (for example, 'click' or 'like') is used for
|
|
1281
|
-
* training the model.</p>
|
|
1282
|
-
* <p>If you do not provide an <code>eventType</code>, Amazon Personalize will use all interactions for training with
|
|
1283
|
-
* equal weight regardless of type.</p>
|
|
1284
|
-
*/
|
|
1285
|
-
eventType?: string;
|
|
1286
|
-
|
|
1287
|
-
/**
|
|
1288
|
-
* <p>The configuration to use with the solution. When <code>performAutoML</code> is set to
|
|
1289
|
-
* true, Amazon Personalize only evaluates the <code>autoMLConfig</code> section
|
|
1290
|
-
* of the solution configuration.</p>
|
|
1291
|
-
* <note>
|
|
1292
|
-
* <p>Amazon Personalize doesn't support configuring the <code>hpoObjective</code>
|
|
1293
|
-
* at this time.</p>
|
|
1294
|
-
* </note>
|
|
1295
|
-
*/
|
|
1296
|
-
solutionConfig?: SolutionConfig;
|
|
1297
|
-
}
|
|
1298
|
-
|
|
1299
|
-
export namespace CreateSolutionRequest {
|
|
1300
|
-
/**
|
|
1301
|
-
* @internal
|
|
1302
|
-
*/
|
|
1303
|
-
export const filterSensitiveLog = (obj: CreateSolutionRequest): any => ({
|
|
1304
|
-
...obj,
|
|
1305
|
-
});
|
|
1306
|
-
}
|
|
1307
|
-
|
|
1308
|
-
export interface CreateSolutionResponse {
|
|
1309
|
-
/**
|
|
1310
|
-
* <p>The ARN of the solution.</p>
|
|
1311
|
-
*/
|
|
1312
|
-
solutionArn?: string;
|
|
1313
|
-
}
|
|
1314
|
-
|
|
1315
|
-
export namespace CreateSolutionResponse {
|
|
1316
|
-
/**
|
|
1317
|
-
* @internal
|
|
1318
|
-
*/
|
|
1319
|
-
export const filterSensitiveLog = (obj: CreateSolutionResponse): any => ({
|
|
1320
|
-
...obj,
|
|
1321
|
-
});
|
|
1322
|
-
}
|
|
1323
|
-
|
|
1324
|
-
export enum TrainingMode {
|
|
1325
|
-
FULL = "FULL",
|
|
1326
|
-
UPDATE = "UPDATE",
|
|
1327
|
-
}
|
|
1328
|
-
|
|
1329
|
-
export interface CreateSolutionVersionRequest {
|
|
1330
|
-
/**
|
|
1331
|
-
* <p>The Amazon Resource Name (ARN) of the solution containing the training configuration
|
|
1332
|
-
* information.</p>
|
|
1333
|
-
*/
|
|
1334
|
-
solutionArn: string | undefined;
|
|
1335
|
-
|
|
1336
|
-
/**
|
|
1337
|
-
* <p>The scope of training to be performed when creating the solution version. The
|
|
1338
|
-
* <code>FULL</code> option trains the solution version based on the entirety of the input
|
|
1339
|
-
* solution's training data, while the <code>UPDATE</code> option processes only the data that
|
|
1340
|
-
* has changed in comparison to the input solution. Choose <code>UPDATE</code> when you want to
|
|
1341
|
-
* incrementally update your solution version instead of creating an entirely new one.</p>
|
|
1342
|
-
* <important>
|
|
1343
|
-
* <p>The <code>UPDATE</code> option can only be used when you already have an active solution
|
|
1344
|
-
* version created from the input solution using the <code>FULL</code> option and the input
|
|
1345
|
-
* solution was trained with the
|
|
1346
|
-
* <a href="https://docs.aws.amazon.com/personalize/latest/dg/native-recipe-new-item-USER_PERSONALIZATION.html">User-Personalization</a>
|
|
1347
|
-
* recipe or the
|
|
1348
|
-
* <a href="https://docs.aws.amazon.com/personalize/latest/dg/native-recipe-hrnn-coldstart.html">HRNN-Coldstart</a> recipe.</p>
|
|
1349
|
-
* </important>
|
|
1350
|
-
*/
|
|
1351
|
-
trainingMode?: TrainingMode | string;
|
|
1352
|
-
}
|
|
1353
|
-
|
|
1354
|
-
export namespace CreateSolutionVersionRequest {
|
|
1355
|
-
/**
|
|
1356
|
-
* @internal
|
|
1357
|
-
*/
|
|
1358
|
-
export const filterSensitiveLog = (obj: CreateSolutionVersionRequest): any => ({
|
|
1359
|
-
...obj,
|
|
1360
|
-
});
|
|
1361
|
-
}
|
|
1362
|
-
|
|
1363
|
-
export interface CreateSolutionVersionResponse {
|
|
1364
|
-
/**
|
|
1365
|
-
* <p>The ARN of the new solution version.</p>
|
|
1366
|
-
*/
|
|
1367
|
-
solutionVersionArn?: string;
|
|
1368
|
-
}
|
|
1369
|
-
|
|
1370
|
-
export namespace CreateSolutionVersionResponse {
|
|
1371
|
-
/**
|
|
1372
|
-
* @internal
|
|
1373
|
-
*/
|
|
1374
|
-
export const filterSensitiveLog = (obj: CreateSolutionVersionResponse): any => ({
|
|
1375
|
-
...obj,
|
|
1376
|
-
});
|
|
1377
|
-
}
|
|
1378
|
-
|
|
1379
|
-
export interface DeleteCampaignRequest {
|
|
1380
|
-
/**
|
|
1381
|
-
* <p>The Amazon Resource Name (ARN) of the campaign to delete.</p>
|
|
1382
|
-
*/
|
|
1383
|
-
campaignArn: string | undefined;
|
|
1384
|
-
}
|
|
1385
|
-
|
|
1386
|
-
export namespace DeleteCampaignRequest {
|
|
1387
|
-
/**
|
|
1388
|
-
* @internal
|
|
1389
|
-
*/
|
|
1390
|
-
export const filterSensitiveLog = (obj: DeleteCampaignRequest): any => ({
|
|
1391
|
-
...obj,
|
|
1392
|
-
});
|
|
1393
|
-
}
|
|
1394
|
-
|
|
1395
|
-
export interface DeleteDatasetRequest {
|
|
1396
|
-
/**
|
|
1397
|
-
* <p>The Amazon Resource Name (ARN) of the dataset to delete.</p>
|
|
1398
|
-
*/
|
|
1399
|
-
datasetArn: string | undefined;
|
|
1400
|
-
}
|
|
1401
|
-
|
|
1402
|
-
export namespace DeleteDatasetRequest {
|
|
1403
|
-
/**
|
|
1404
|
-
* @internal
|
|
1405
|
-
*/
|
|
1406
|
-
export const filterSensitiveLog = (obj: DeleteDatasetRequest): any => ({
|
|
1407
|
-
...obj,
|
|
1408
|
-
});
|
|
1409
|
-
}
|
|
1410
|
-
|
|
1411
|
-
export interface DeleteDatasetGroupRequest {
|
|
1412
|
-
/**
|
|
1413
|
-
* <p>The ARN of the dataset group to delete.</p>
|
|
1414
|
-
*/
|
|
1415
|
-
datasetGroupArn: string | undefined;
|
|
1416
|
-
}
|
|
1417
|
-
|
|
1418
|
-
export namespace DeleteDatasetGroupRequest {
|
|
1419
|
-
/**
|
|
1420
|
-
* @internal
|
|
1421
|
-
*/
|
|
1422
|
-
export const filterSensitiveLog = (obj: DeleteDatasetGroupRequest): any => ({
|
|
1423
|
-
...obj,
|
|
1424
|
-
});
|
|
1425
|
-
}
|
|
1426
|
-
|
|
1427
|
-
export interface DeleteEventTrackerRequest {
|
|
1428
|
-
/**
|
|
1429
|
-
* <p>The Amazon Resource Name (ARN) of the event tracker to delete.</p>
|
|
1430
|
-
*/
|
|
1431
|
-
eventTrackerArn: string | undefined;
|
|
1432
|
-
}
|
|
1433
|
-
|
|
1434
|
-
export namespace DeleteEventTrackerRequest {
|
|
1435
|
-
/**
|
|
1436
|
-
* @internal
|
|
1437
|
-
*/
|
|
1438
|
-
export const filterSensitiveLog = (obj: DeleteEventTrackerRequest): any => ({
|
|
1439
|
-
...obj,
|
|
1440
|
-
});
|
|
1441
|
-
}
|
|
1442
|
-
|
|
1443
|
-
export interface DeleteFilterRequest {
|
|
1444
|
-
/**
|
|
1445
|
-
* <p>The ARN of the filter to delete.</p>
|
|
1446
|
-
*/
|
|
1447
|
-
filterArn: string | undefined;
|
|
1448
|
-
}
|
|
1449
|
-
|
|
1450
|
-
export namespace DeleteFilterRequest {
|
|
1451
|
-
/**
|
|
1452
|
-
* @internal
|
|
1453
|
-
*/
|
|
1454
|
-
export const filterSensitiveLog = (obj: DeleteFilterRequest): any => ({
|
|
1455
|
-
...obj,
|
|
1456
|
-
});
|
|
1457
|
-
}
|
|
1458
|
-
|
|
1459
|
-
export interface DeleteSchemaRequest {
|
|
1460
|
-
/**
|
|
1461
|
-
* <p>The Amazon Resource Name (ARN) of the schema to delete.</p>
|
|
1462
|
-
*/
|
|
1463
|
-
schemaArn: string | undefined;
|
|
1464
|
-
}
|
|
1465
|
-
|
|
1466
|
-
export namespace DeleteSchemaRequest {
|
|
1467
|
-
/**
|
|
1468
|
-
* @internal
|
|
1469
|
-
*/
|
|
1470
|
-
export const filterSensitiveLog = (obj: DeleteSchemaRequest): any => ({
|
|
1471
|
-
...obj,
|
|
1472
|
-
});
|
|
1473
|
-
}
|
|
1474
|
-
|
|
1475
|
-
export interface DeleteSolutionRequest {
|
|
1476
|
-
/**
|
|
1477
|
-
* <p>The ARN of the solution to delete.</p>
|
|
1478
|
-
*/
|
|
1479
|
-
solutionArn: string | undefined;
|
|
1480
|
-
}
|
|
1481
|
-
|
|
1482
|
-
export namespace DeleteSolutionRequest {
|
|
1483
|
-
/**
|
|
1484
|
-
* @internal
|
|
1485
|
-
*/
|
|
1486
|
-
export const filterSensitiveLog = (obj: DeleteSolutionRequest): any => ({
|
|
1487
|
-
...obj,
|
|
1488
|
-
});
|
|
1489
|
-
}
|
|
1490
|
-
|
|
1491
|
-
export interface DescribeAlgorithmRequest {
|
|
1492
|
-
/**
|
|
1493
|
-
* <p>The Amazon Resource Name (ARN) of the algorithm to describe.</p>
|
|
1494
|
-
*/
|
|
1495
|
-
algorithmArn: string | undefined;
|
|
1496
|
-
}
|
|
1497
|
-
|
|
1498
|
-
export namespace DescribeAlgorithmRequest {
|
|
1499
|
-
/**
|
|
1500
|
-
* @internal
|
|
1501
|
-
*/
|
|
1502
|
-
export const filterSensitiveLog = (obj: DescribeAlgorithmRequest): any => ({
|
|
1503
|
-
...obj,
|
|
1504
|
-
});
|
|
1505
|
-
}
|
|
1506
|
-
|
|
1507
|
-
export interface DescribeAlgorithmResponse {
|
|
1508
|
-
/**
|
|
1509
|
-
* <p>A listing of the properties of the algorithm.</p>
|
|
1510
|
-
*/
|
|
1511
|
-
algorithm?: Algorithm;
|
|
1512
|
-
}
|
|
1513
|
-
|
|
1514
|
-
export namespace DescribeAlgorithmResponse {
|
|
1515
|
-
/**
|
|
1516
|
-
* @internal
|
|
1517
|
-
*/
|
|
1518
|
-
export const filterSensitiveLog = (obj: DescribeAlgorithmResponse): any => ({
|
|
1519
|
-
...obj,
|
|
1520
|
-
});
|
|
1521
|
-
}
|
|
1522
|
-
|
|
1523
|
-
export interface DescribeBatchInferenceJobRequest {
|
|
1524
|
-
/**
|
|
1525
|
-
* <p>The ARN of the batch inference job to describe.</p>
|
|
1526
|
-
*/
|
|
1527
|
-
batchInferenceJobArn: string | undefined;
|
|
1528
|
-
}
|
|
1529
|
-
|
|
1530
|
-
export namespace DescribeBatchInferenceJobRequest {
|
|
1531
|
-
/**
|
|
1532
|
-
* @internal
|
|
1533
|
-
*/
|
|
1534
|
-
export const filterSensitiveLog = (obj: DescribeBatchInferenceJobRequest): any => ({
|
|
1535
|
-
...obj,
|
|
1536
|
-
});
|
|
1537
|
-
}
|
|
1538
|
-
|
|
1539
|
-
/**
|
|
1540
|
-
* <p>Contains information on a batch inference job.</p>
|
|
1541
|
-
*/
|
|
1542
|
-
export interface BatchInferenceJob {
|
|
1543
|
-
/**
|
|
1544
|
-
* <p>The name of the batch inference job.</p>
|
|
1545
|
-
*/
|
|
1546
|
-
jobName?: string;
|
|
1547
|
-
|
|
1548
|
-
/**
|
|
1549
|
-
* <p>The Amazon Resource Name (ARN) of the batch inference job.</p>
|
|
1550
|
-
*/
|
|
1551
|
-
batchInferenceJobArn?: string;
|
|
1552
|
-
|
|
1553
|
-
/**
|
|
1554
|
-
* <p>The ARN of the filter used on the batch inference job.</p>
|
|
1555
|
-
*/
|
|
1556
|
-
filterArn?: string;
|
|
1557
|
-
|
|
1558
|
-
/**
|
|
1559
|
-
* <p>If the batch inference job failed, the reason for the failure.</p>
|
|
1560
|
-
*/
|
|
1561
|
-
failureReason?: string;
|
|
1562
|
-
|
|
1563
|
-
/**
|
|
1564
|
-
* <p>The Amazon Resource Name (ARN) of the solution version from which the batch inference job
|
|
1565
|
-
* was created.</p>
|
|
1566
|
-
*/
|
|
1567
|
-
solutionVersionArn?: string;
|
|
1568
|
-
|
|
1569
|
-
/**
|
|
1570
|
-
* <p>The number of recommendations generated by the batch inference job. This number includes
|
|
1571
|
-
* the error messages generated for failed input records.</p>
|
|
1572
|
-
*/
|
|
1573
|
-
numResults?: number;
|
|
1574
|
-
|
|
1575
|
-
/**
|
|
1576
|
-
* <p>The Amazon S3 path that leads to the input data used to generate the batch inference
|
|
1577
|
-
* job.</p>
|
|
1578
|
-
*/
|
|
1579
|
-
jobInput?: BatchInferenceJobInput;
|
|
1580
|
-
|
|
1581
|
-
/**
|
|
1582
|
-
* <p>The Amazon S3 bucket that contains the output data generated by the batch inference job.</p>
|
|
1583
|
-
*/
|
|
1584
|
-
jobOutput?: BatchInferenceJobOutput;
|
|
1585
|
-
|
|
1586
|
-
/**
|
|
1587
|
-
* <p>A string to string map of the configuration details of a batch inference job.</p>
|
|
1588
|
-
*/
|
|
1589
|
-
batchInferenceJobConfig?: BatchInferenceJobConfig;
|
|
1590
|
-
|
|
1591
|
-
/**
|
|
1592
|
-
* <p>The ARN of the Amazon Identity and Access Management (IAM) role that requested the batch inference job.</p>
|
|
1593
|
-
*/
|
|
1594
|
-
roleArn?: string;
|
|
1595
|
-
|
|
1596
|
-
/**
|
|
1597
|
-
* <p>The status of the batch inference job. The status is one of the following values:</p>
|
|
1598
|
-
* <ul>
|
|
1599
|
-
* <li>
|
|
1600
|
-
* <p>PENDING</p>
|
|
1601
|
-
* </li>
|
|
1602
|
-
* <li>
|
|
1603
|
-
* <p>IN PROGRESS</p>
|
|
1604
|
-
* </li>
|
|
1605
|
-
* <li>
|
|
1606
|
-
* <p>ACTIVE</p>
|
|
1607
|
-
* </li>
|
|
1608
|
-
* <li>
|
|
1609
|
-
* <p>CREATE FAILED</p>
|
|
1610
|
-
* </li>
|
|
1611
|
-
* </ul>
|
|
1612
|
-
*/
|
|
1613
|
-
status?: string;
|
|
1614
|
-
|
|
1615
|
-
/**
|
|
1616
|
-
* <p>The time at which the batch inference job was created.</p>
|
|
1617
|
-
*/
|
|
1618
|
-
creationDateTime?: Date;
|
|
1619
|
-
|
|
1620
|
-
/**
|
|
1621
|
-
* <p>The time at which the batch inference job was last updated.</p>
|
|
1622
|
-
*/
|
|
1623
|
-
lastUpdatedDateTime?: Date;
|
|
1624
|
-
}
|
|
1625
|
-
|
|
1626
|
-
export namespace BatchInferenceJob {
|
|
1627
|
-
/**
|
|
1628
|
-
* @internal
|
|
1629
|
-
*/
|
|
1630
|
-
export const filterSensitiveLog = (obj: BatchInferenceJob): any => ({
|
|
1631
|
-
...obj,
|
|
1632
|
-
});
|
|
1633
|
-
}
|
|
1634
|
-
|
|
1635
|
-
export interface DescribeBatchInferenceJobResponse {
|
|
1636
|
-
/**
|
|
1637
|
-
* <p>Information on the specified batch inference job.</p>
|
|
1638
|
-
*/
|
|
1639
|
-
batchInferenceJob?: BatchInferenceJob;
|
|
1640
|
-
}
|
|
1641
|
-
|
|
1642
|
-
export namespace DescribeBatchInferenceJobResponse {
|
|
1643
|
-
/**
|
|
1644
|
-
* @internal
|
|
1645
|
-
*/
|
|
1646
|
-
export const filterSensitiveLog = (obj: DescribeBatchInferenceJobResponse): any => ({
|
|
1647
|
-
...obj,
|
|
1648
|
-
});
|
|
1649
|
-
}
|
|
1650
|
-
|
|
1651
|
-
export interface DescribeCampaignRequest {
|
|
1652
|
-
/**
|
|
1653
|
-
* <p>The Amazon Resource Name (ARN) of the campaign.</p>
|
|
1654
|
-
*/
|
|
1655
|
-
campaignArn: string | undefined;
|
|
1656
|
-
}
|
|
1657
|
-
|
|
1658
|
-
export namespace DescribeCampaignRequest {
|
|
1659
|
-
/**
|
|
1660
|
-
* @internal
|
|
1661
|
-
*/
|
|
1662
|
-
export const filterSensitiveLog = (obj: DescribeCampaignRequest): any => ({
|
|
1663
|
-
...obj,
|
|
1664
|
-
});
|
|
1665
|
-
}
|
|
1666
|
-
|
|
1667
|
-
/**
|
|
1668
|
-
* <p>Provides a summary of the properties of a campaign update. For a complete listing, call the
|
|
1669
|
-
* <a>DescribeCampaign</a> API.</p>
|
|
1670
|
-
*/
|
|
1671
|
-
export interface CampaignUpdateSummary {
|
|
1672
|
-
/**
|
|
1673
|
-
* <p>The Amazon Resource Name (ARN) of the deployed solution version.</p>
|
|
1674
|
-
*/
|
|
1675
|
-
solutionVersionArn?: string;
|
|
1676
|
-
|
|
1677
|
-
/**
|
|
1678
|
-
* <p>Specifies the requested minimum provisioned transactions (recommendations) per second that
|
|
1679
|
-
* Amazon Personalize will support.</p>
|
|
1680
|
-
*/
|
|
1681
|
-
minProvisionedTPS?: number;
|
|
1682
|
-
|
|
1683
|
-
/**
|
|
1684
|
-
* <p>The configuration details of a campaign.</p>
|
|
1685
|
-
*/
|
|
1686
|
-
campaignConfig?: CampaignConfig;
|
|
1687
|
-
|
|
1688
|
-
/**
|
|
1689
|
-
* <p>The status of the campaign update.</p>
|
|
1690
|
-
* <p>A campaign update can be in one of the following states:</p>
|
|
1691
|
-
* <ul>
|
|
1692
|
-
* <li>
|
|
1693
|
-
* <p>CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED</p>
|
|
1694
|
-
* </li>
|
|
1695
|
-
* <li>
|
|
1696
|
-
* <p>DELETE PENDING > DELETE IN_PROGRESS</p>
|
|
1697
|
-
* </li>
|
|
1698
|
-
* </ul>
|
|
1699
|
-
*/
|
|
1700
|
-
status?: string;
|
|
1701
|
-
|
|
1702
|
-
/**
|
|
1703
|
-
* <p>If a campaign update fails, the reason behind the failure.</p>
|
|
1704
|
-
*/
|
|
1705
|
-
failureReason?: string;
|
|
1706
|
-
|
|
1707
|
-
/**
|
|
1708
|
-
* <p>The date and time (in Unix time) that the campaign update was created.</p>
|
|
1709
|
-
*/
|
|
1710
|
-
creationDateTime?: Date;
|
|
1711
|
-
|
|
1712
|
-
/**
|
|
1713
|
-
* <p>The date and time (in Unix time) that the campaign update was last updated.</p>
|
|
1714
|
-
*/
|
|
1715
|
-
lastUpdatedDateTime?: Date;
|
|
1716
|
-
}
|
|
1717
|
-
|
|
1718
|
-
export namespace CampaignUpdateSummary {
|
|
1719
|
-
/**
|
|
1720
|
-
* @internal
|
|
1721
|
-
*/
|
|
1722
|
-
export const filterSensitiveLog = (obj: CampaignUpdateSummary): any => ({
|
|
1723
|
-
...obj,
|
|
1724
|
-
});
|
|
1725
|
-
}
|
|
1726
|
-
|
|
1727
|
-
/**
|
|
1728
|
-
* <p>Describes a deployed solution version, otherwise known as a campaign.
|
|
1729
|
-
* For more information on campaigns, see <a>CreateCampaign</a>.</p>
|
|
1730
|
-
*/
|
|
1731
|
-
export interface Campaign {
|
|
1732
|
-
/**
|
|
1733
|
-
* <p>The name of the campaign.</p>
|
|
1734
|
-
*/
|
|
1735
|
-
name?: string;
|
|
1736
|
-
|
|
1737
|
-
/**
|
|
1738
|
-
* <p>The Amazon Resource Name (ARN) of the campaign. </p>
|
|
1739
|
-
*/
|
|
1740
|
-
campaignArn?: string;
|
|
1741
|
-
|
|
1742
|
-
/**
|
|
1743
|
-
* <p>The Amazon Resource Name (ARN) of a specific version of the solution.</p>
|
|
1744
|
-
*/
|
|
1745
|
-
solutionVersionArn?: string;
|
|
1746
|
-
|
|
1747
|
-
/**
|
|
1748
|
-
* <p>Specifies the requested minimum provisioned transactions (recommendations) per second.</p>
|
|
1749
|
-
*/
|
|
1750
|
-
minProvisionedTPS?: number;
|
|
1751
|
-
|
|
1752
|
-
/**
|
|
1753
|
-
* <p>The configuration details of a campaign.</p>
|
|
1754
|
-
*/
|
|
1755
|
-
campaignConfig?: CampaignConfig;
|
|
1756
|
-
|
|
1757
|
-
/**
|
|
1758
|
-
* <p>The status of the campaign.</p>
|
|
1759
|
-
* <p>A campaign can be in one of the following states:</p>
|
|
1760
|
-
* <ul>
|
|
1761
|
-
* <li>
|
|
1762
|
-
* <p>CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED</p>
|
|
1763
|
-
* </li>
|
|
1764
|
-
* <li>
|
|
1765
|
-
* <p>DELETE PENDING > DELETE IN_PROGRESS</p>
|
|
1766
|
-
* </li>
|
|
1767
|
-
* </ul>
|
|
1768
|
-
*/
|
|
1769
|
-
status?: string;
|
|
1770
|
-
|
|
1771
|
-
/**
|
|
1772
|
-
* <p>If a campaign fails, the reason behind the failure.</p>
|
|
1773
|
-
*/
|
|
1774
|
-
failureReason?: string;
|
|
1775
|
-
|
|
1776
|
-
/**
|
|
1777
|
-
* <p>The date and time (in Unix format) that the campaign was created.</p>
|
|
1778
|
-
*/
|
|
1779
|
-
creationDateTime?: Date;
|
|
1780
|
-
|
|
1781
|
-
/**
|
|
1782
|
-
* <p>The date and time (in Unix format) that the campaign was last updated.</p>
|
|
1783
|
-
*/
|
|
1784
|
-
lastUpdatedDateTime?: Date;
|
|
1785
|
-
|
|
1786
|
-
/**
|
|
1787
|
-
* <p>Provides a summary of the properties of a campaign update. For a complete listing, call the
|
|
1788
|
-
* <a>DescribeCampaign</a> API.</p>
|
|
1789
|
-
*/
|
|
1790
|
-
latestCampaignUpdate?: CampaignUpdateSummary;
|
|
1791
|
-
}
|
|
1792
|
-
|
|
1793
|
-
export namespace Campaign {
|
|
1794
|
-
/**
|
|
1795
|
-
* @internal
|
|
1796
|
-
*/
|
|
1797
|
-
export const filterSensitiveLog = (obj: Campaign): any => ({
|
|
1798
|
-
...obj,
|
|
1799
|
-
});
|
|
1800
|
-
}
|
|
1801
|
-
|
|
1802
|
-
export interface DescribeCampaignResponse {
|
|
1803
|
-
/**
|
|
1804
|
-
* <p>The properties of the campaign.</p>
|
|
1805
|
-
*/
|
|
1806
|
-
campaign?: Campaign;
|
|
1807
|
-
}
|
|
1808
|
-
|
|
1809
|
-
export namespace DescribeCampaignResponse {
|
|
1810
|
-
/**
|
|
1811
|
-
* @internal
|
|
1812
|
-
*/
|
|
1813
|
-
export const filterSensitiveLog = (obj: DescribeCampaignResponse): any => ({
|
|
1814
|
-
...obj,
|
|
1815
|
-
});
|
|
1816
|
-
}
|
|
1817
|
-
|
|
1818
|
-
export interface DescribeDatasetRequest {
|
|
1819
|
-
/**
|
|
1820
|
-
* <p>The Amazon Resource Name (ARN) of the dataset to describe.</p>
|
|
1821
|
-
*/
|
|
1822
|
-
datasetArn: string | undefined;
|
|
1823
|
-
}
|
|
1824
|
-
|
|
1825
|
-
export namespace DescribeDatasetRequest {
|
|
1826
|
-
/**
|
|
1827
|
-
* @internal
|
|
1828
|
-
*/
|
|
1829
|
-
export const filterSensitiveLog = (obj: DescribeDatasetRequest): any => ({
|
|
1830
|
-
...obj,
|
|
1831
|
-
});
|
|
1832
|
-
}
|
|
1833
|
-
|
|
1834
|
-
/**
|
|
1835
|
-
* <p>Provides metadata for a dataset.</p>
|
|
1836
|
-
*/
|
|
1837
|
-
export interface Dataset {
|
|
1838
|
-
/**
|
|
1839
|
-
* <p>The name of the dataset.</p>
|
|
1840
|
-
*/
|
|
1841
|
-
name?: string;
|
|
1842
|
-
|
|
1843
|
-
/**
|
|
1844
|
-
* <p>The Amazon Resource Name (ARN) of the dataset that you want metadata for.</p>
|
|
1845
|
-
*/
|
|
1846
|
-
datasetArn?: string;
|
|
1847
|
-
|
|
1848
|
-
/**
|
|
1849
|
-
* <p>The Amazon Resource Name (ARN) of the dataset group.</p>
|
|
1850
|
-
*/
|
|
1851
|
-
datasetGroupArn?: string;
|
|
1852
|
-
|
|
1853
|
-
/**
|
|
1854
|
-
* <p>One of the following values:</p>
|
|
1855
|
-
* <ul>
|
|
1856
|
-
* <li>
|
|
1857
|
-
* <p>Interactions</p>
|
|
1858
|
-
* </li>
|
|
1859
|
-
* <li>
|
|
1860
|
-
* <p>Items</p>
|
|
1861
|
-
* </li>
|
|
1862
|
-
* <li>
|
|
1863
|
-
* <p>Users</p>
|
|
1864
|
-
* </li>
|
|
1865
|
-
* </ul>
|
|
1866
|
-
*/
|
|
1867
|
-
datasetType?: string;
|
|
1868
|
-
|
|
1869
|
-
/**
|
|
1870
|
-
* <p>The ARN of the associated schema.</p>
|
|
1871
|
-
*/
|
|
1872
|
-
schemaArn?: string;
|
|
1873
|
-
|
|
1874
|
-
/**
|
|
1875
|
-
* <p>The status of the dataset.</p>
|
|
1876
|
-
* <p>A dataset can be in one of the following states:</p>
|
|
1877
|
-
* <ul>
|
|
1878
|
-
* <li>
|
|
1879
|
-
* <p>CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED</p>
|
|
1880
|
-
* </li>
|
|
1881
|
-
* <li>
|
|
1882
|
-
* <p>DELETE PENDING > DELETE IN_PROGRESS</p>
|
|
1883
|
-
* </li>
|
|
1884
|
-
* </ul>
|
|
1885
|
-
*/
|
|
1886
|
-
status?: string;
|
|
1887
|
-
|
|
1888
|
-
/**
|
|
1889
|
-
* <p>The creation date and time (in Unix time) of the dataset.</p>
|
|
1890
|
-
*/
|
|
1891
|
-
creationDateTime?: Date;
|
|
1892
|
-
|
|
1893
|
-
/**
|
|
1894
|
-
* <p>A time stamp that shows when the dataset was updated.</p>
|
|
1895
|
-
*/
|
|
1896
|
-
lastUpdatedDateTime?: Date;
|
|
1897
|
-
}
|
|
1898
|
-
|
|
1899
|
-
export namespace Dataset {
|
|
1900
|
-
/**
|
|
1901
|
-
* @internal
|
|
1902
|
-
*/
|
|
1903
|
-
export const filterSensitiveLog = (obj: Dataset): any => ({
|
|
1904
|
-
...obj,
|
|
1905
|
-
});
|
|
1906
|
-
}
|
|
1907
|
-
|
|
1908
|
-
export interface DescribeDatasetResponse {
|
|
1909
|
-
/**
|
|
1910
|
-
* <p>A listing of the dataset's properties.</p>
|
|
1911
|
-
*/
|
|
1912
|
-
dataset?: Dataset;
|
|
1913
|
-
}
|
|
1914
|
-
|
|
1915
|
-
export namespace DescribeDatasetResponse {
|
|
1916
|
-
/**
|
|
1917
|
-
* @internal
|
|
1918
|
-
*/
|
|
1919
|
-
export const filterSensitiveLog = (obj: DescribeDatasetResponse): any => ({
|
|
1920
|
-
...obj,
|
|
1921
|
-
});
|
|
1922
|
-
}
|
|
1923
|
-
|
|
1924
|
-
export interface DescribeDatasetExportJobRequest {
|
|
1925
|
-
/**
|
|
1926
|
-
* <p>The Amazon Resource Name (ARN) of the dataset export job to describe.</p>
|
|
1927
|
-
*/
|
|
1928
|
-
datasetExportJobArn: string | undefined;
|
|
1929
|
-
}
|
|
1930
|
-
|
|
1931
|
-
export namespace DescribeDatasetExportJobRequest {
|
|
1932
|
-
/**
|
|
1933
|
-
* @internal
|
|
1934
|
-
*/
|
|
1935
|
-
export const filterSensitiveLog = (obj: DescribeDatasetExportJobRequest): any => ({
|
|
1936
|
-
...obj,
|
|
1937
|
-
});
|
|
1938
|
-
}
|
|
1939
|
-
|
|
1940
|
-
/**
|
|
1941
|
-
* <p>Describes a job that exports a dataset to an Amazon S3 bucket. For more information, see <a>CreateDatasetExportJob</a>.</p>
|
|
1942
|
-
* <p>A dataset export job can be in one of the following states:</p>
|
|
1943
|
-
* <ul>
|
|
1944
|
-
* <li>
|
|
1945
|
-
* <p>CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED</p>
|
|
1946
|
-
* </li>
|
|
1947
|
-
* </ul>
|
|
1948
|
-
*/
|
|
1949
|
-
export interface DatasetExportJob {
|
|
1950
|
-
/**
|
|
1951
|
-
* <p>The name of the export job.</p>
|
|
1952
|
-
*/
|
|
1953
|
-
jobName?: string;
|
|
1954
|
-
|
|
1955
|
-
/**
|
|
1956
|
-
* <p>The Amazon Resource Name (ARN) of the dataset export job.</p>
|
|
1957
|
-
*/
|
|
1958
|
-
datasetExportJobArn?: string;
|
|
1959
|
-
|
|
1960
|
-
/**
|
|
1961
|
-
* <p>The Amazon Resource Name (ARN) of the dataset to export.</p>
|
|
1962
|
-
*/
|
|
1963
|
-
datasetArn?: string;
|
|
1964
|
-
|
|
1965
|
-
/**
|
|
1966
|
-
* <p>The data to export, based on how you imported the data. You can choose to export <code>BULK</code> data that you imported using a dataset import job,
|
|
1967
|
-
* <code>PUT</code> data that you imported incrementally (using the console, PutEvents, PutUsers and PutItems operations), or <code>ALL</code>
|
|
1968
|
-
* for both types. The default value is <code>PUT</code>.
|
|
1969
|
-
* </p>
|
|
1970
|
-
*/
|
|
1971
|
-
ingestionMode?: IngestionMode | string;
|
|
1972
|
-
|
|
1973
|
-
/**
|
|
1974
|
-
* <p>The Amazon Resource Name (ARN) of the IAM service role that has permissions to add data to your
|
|
1975
|
-
* output Amazon S3 bucket.</p>
|
|
1976
|
-
*/
|
|
1977
|
-
roleArn?: string;
|
|
1978
|
-
|
|
1979
|
-
/**
|
|
1980
|
-
* <p>The status of the dataset export job.</p>
|
|
1981
|
-
* <p>A dataset export job can be in one of the following states:</p>
|
|
1982
|
-
* <ul>
|
|
1983
|
-
* <li>
|
|
1984
|
-
* <p>CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED</p>
|
|
1985
|
-
* </li>
|
|
1986
|
-
* </ul>
|
|
1987
|
-
*/
|
|
1988
|
-
status?: string;
|
|
1989
|
-
|
|
1990
|
-
/**
|
|
1991
|
-
* <p>The path to the Amazon S3 bucket where the job's output is stored. For example:</p>
|
|
1992
|
-
* <p>
|
|
1993
|
-
* <code>s3://bucket-name/folder-name/</code>
|
|
1994
|
-
* </p>
|
|
1995
|
-
*/
|
|
1996
|
-
jobOutput?: DatasetExportJobOutput;
|
|
1997
|
-
|
|
1998
|
-
/**
|
|
1999
|
-
* <p>The creation date and time (in Unix time) of the dataset export job.</p>
|
|
2000
|
-
*/
|
|
2001
|
-
creationDateTime?: Date;
|
|
2002
|
-
|
|
2003
|
-
/**
|
|
2004
|
-
* <p>The date and time (in Unix time) the status of the dataset export job was last updated.</p>
|
|
2005
|
-
*/
|
|
2006
|
-
lastUpdatedDateTime?: Date;
|
|
2007
|
-
|
|
2008
|
-
/**
|
|
2009
|
-
* <p>If a dataset export job fails, provides the reason why.</p>
|
|
2010
|
-
*/
|
|
2011
|
-
failureReason?: string;
|
|
2012
|
-
}
|
|
2013
|
-
|
|
2014
|
-
export namespace DatasetExportJob {
|
|
2015
|
-
/**
|
|
2016
|
-
* @internal
|
|
2017
|
-
*/
|
|
2018
|
-
export const filterSensitiveLog = (obj: DatasetExportJob): any => ({
|
|
2019
|
-
...obj,
|
|
2020
|
-
});
|
|
2021
|
-
}
|
|
2022
|
-
|
|
2023
|
-
export interface DescribeDatasetExportJobResponse {
|
|
2024
|
-
/**
|
|
2025
|
-
* <p>Information about the dataset export job, including the status.</p>
|
|
2026
|
-
* <p>The status is one of the following values:</p>
|
|
2027
|
-
* <ul>
|
|
2028
|
-
* <li>
|
|
2029
|
-
* <p>CREATE PENDING</p>
|
|
2030
|
-
* </li>
|
|
2031
|
-
* <li>
|
|
2032
|
-
* <p>CREATE IN_PROGRESS</p>
|
|
2033
|
-
* </li>
|
|
2034
|
-
* <li>
|
|
2035
|
-
* <p>ACTIVE</p>
|
|
2036
|
-
* </li>
|
|
2037
|
-
* <li>
|
|
2038
|
-
* <p>CREATE FAILED</p>
|
|
2039
|
-
* </li>
|
|
2040
|
-
* </ul>
|
|
2041
|
-
*/
|
|
2042
|
-
datasetExportJob?: DatasetExportJob;
|
|
2043
|
-
}
|
|
2044
|
-
|
|
2045
|
-
export namespace DescribeDatasetExportJobResponse {
|
|
2046
|
-
/**
|
|
2047
|
-
* @internal
|
|
2048
|
-
*/
|
|
2049
|
-
export const filterSensitiveLog = (obj: DescribeDatasetExportJobResponse): any => ({
|
|
2050
|
-
...obj,
|
|
2051
|
-
});
|
|
2052
|
-
}
|
|
2053
|
-
|
|
2054
|
-
export interface DescribeDatasetGroupRequest {
|
|
2055
|
-
/**
|
|
2056
|
-
* <p>The Amazon Resource Name (ARN) of the dataset group to describe.</p>
|
|
2057
|
-
*/
|
|
2058
|
-
datasetGroupArn: string | undefined;
|
|
2059
|
-
}
|
|
2060
|
-
|
|
2061
|
-
export namespace DescribeDatasetGroupRequest {
|
|
2062
|
-
/**
|
|
2063
|
-
* @internal
|
|
2064
|
-
*/
|
|
2065
|
-
export const filterSensitiveLog = (obj: DescribeDatasetGroupRequest): any => ({
|
|
2066
|
-
...obj,
|
|
2067
|
-
});
|
|
2068
|
-
}
|
|
2069
|
-
|
|
2070
|
-
/**
|
|
2071
|
-
* <p>A dataset group is a collection of related datasets (Interactions, User, and Item). You
|
|
2072
|
-
* create a dataset group by calling <a>CreateDatasetGroup</a>. You then create a
|
|
2073
|
-
* dataset and add it to a dataset group by calling <a>CreateDataset</a>. The dataset
|
|
2074
|
-
* group is used to create and train a solution by calling <a>CreateSolution</a>. A
|
|
2075
|
-
* dataset group can contain only one of each type of dataset.</p>
|
|
2076
|
-
* <p>You can specify an Key Management Service (KMS) key to encrypt the datasets in the group.</p>
|
|
2077
|
-
*/
|
|
2078
|
-
export interface DatasetGroup {
|
|
2079
|
-
/**
|
|
2080
|
-
* <p>The name of the dataset group.</p>
|
|
2081
|
-
*/
|
|
2082
|
-
name?: string;
|
|
2083
|
-
|
|
2084
|
-
/**
|
|
2085
|
-
* <p>The Amazon Resource Name (ARN) of the dataset group.</p>
|
|
2086
|
-
*/
|
|
2087
|
-
datasetGroupArn?: string;
|
|
2088
|
-
|
|
2089
|
-
/**
|
|
2090
|
-
* <p>The current status of the dataset group.</p>
|
|
2091
|
-
* <p>A dataset group can be in one of the following states:</p>
|
|
2092
|
-
* <ul>
|
|
2093
|
-
* <li>
|
|
2094
|
-
* <p>CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED</p>
|
|
2095
|
-
* </li>
|
|
2096
|
-
* <li>
|
|
2097
|
-
* <p>DELETE PENDING</p>
|
|
2098
|
-
* </li>
|
|
2099
|
-
* </ul>
|
|
2100
|
-
*/
|
|
2101
|
-
status?: string;
|
|
2102
|
-
|
|
2103
|
-
/**
|
|
2104
|
-
* <p>The ARN of the IAM role that has permissions to create the dataset group.</p>
|
|
2105
|
-
*/
|
|
2106
|
-
roleArn?: string;
|
|
2107
|
-
|
|
2108
|
-
/**
|
|
2109
|
-
* <p>The Amazon Resource Name (ARN) of the Key Management Service (KMS) key used to encrypt the datasets.</p>
|
|
2110
|
-
*/
|
|
2111
|
-
kmsKeyArn?: string;
|
|
2112
|
-
|
|
2113
|
-
/**
|
|
2114
|
-
* <p>The creation date and time (in Unix time) of the dataset group.</p>
|
|
2115
|
-
*/
|
|
2116
|
-
creationDateTime?: Date;
|
|
2117
|
-
|
|
2118
|
-
/**
|
|
2119
|
-
* <p>The last update date and time (in Unix time) of the dataset group.</p>
|
|
2120
|
-
*/
|
|
2121
|
-
lastUpdatedDateTime?: Date;
|
|
2122
|
-
|
|
2123
|
-
/**
|
|
2124
|
-
* <p>If creating a dataset group fails, provides the reason why.</p>
|
|
2125
|
-
*/
|
|
2126
|
-
failureReason?: string;
|
|
2127
|
-
}
|
|
2128
|
-
|
|
2129
|
-
export namespace DatasetGroup {
|
|
2130
|
-
/**
|
|
2131
|
-
* @internal
|
|
2132
|
-
*/
|
|
2133
|
-
export const filterSensitiveLog = (obj: DatasetGroup): any => ({
|
|
2134
|
-
...obj,
|
|
2135
|
-
});
|
|
2136
|
-
}
|
|
2137
|
-
|
|
2138
|
-
export interface DescribeDatasetGroupResponse {
|
|
2139
|
-
/**
|
|
2140
|
-
* <p>A listing of the dataset group's properties.</p>
|
|
2141
|
-
*/
|
|
2142
|
-
datasetGroup?: DatasetGroup;
|
|
2143
|
-
}
|
|
2144
|
-
|
|
2145
|
-
export namespace DescribeDatasetGroupResponse {
|
|
2146
|
-
/**
|
|
2147
|
-
* @internal
|
|
2148
|
-
*/
|
|
2149
|
-
export const filterSensitiveLog = (obj: DescribeDatasetGroupResponse): any => ({
|
|
2150
|
-
...obj,
|
|
2151
|
-
});
|
|
2152
|
-
}
|
|
2153
|
-
|
|
2154
|
-
export interface DescribeDatasetImportJobRequest {
|
|
2155
|
-
/**
|
|
2156
|
-
* <p>The Amazon Resource Name (ARN) of the dataset import job to describe.</p>
|
|
2157
|
-
*/
|
|
2158
|
-
datasetImportJobArn: string | undefined;
|
|
2159
|
-
}
|
|
2160
|
-
|
|
2161
|
-
export namespace DescribeDatasetImportJobRequest {
|
|
2162
|
-
/**
|
|
2163
|
-
* @internal
|
|
2164
|
-
*/
|
|
2165
|
-
export const filterSensitiveLog = (obj: DescribeDatasetImportJobRequest): any => ({
|
|
2166
|
-
...obj,
|
|
2167
|
-
});
|
|
2168
|
-
}
|
|
2169
|
-
|
|
2170
|
-
/**
|
|
2171
|
-
* <p>Describes a job that imports training data from a data source (Amazon S3 bucket) to an
|
|
2172
|
-
* Amazon Personalize dataset. For more information, see <a>CreateDatasetImportJob</a>.</p>
|
|
2173
|
-
* <p>A dataset import job can be in one of the following states:</p>
|
|
2174
|
-
* <ul>
|
|
2175
|
-
* <li>
|
|
2176
|
-
* <p>CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED</p>
|
|
2177
|
-
* </li>
|
|
2178
|
-
* </ul>
|
|
2179
|
-
*/
|
|
2180
|
-
export interface DatasetImportJob {
|
|
2181
|
-
/**
|
|
2182
|
-
* <p>The name of the import job.</p>
|
|
2183
|
-
*/
|
|
2184
|
-
jobName?: string;
|
|
2185
|
-
|
|
2186
|
-
/**
|
|
2187
|
-
* <p>The ARN of the dataset import job.</p>
|
|
2188
|
-
*/
|
|
2189
|
-
datasetImportJobArn?: string;
|
|
2190
|
-
|
|
2191
|
-
/**
|
|
2192
|
-
* <p>The Amazon Resource Name (ARN) of the dataset that receives the imported data.</p>
|
|
2193
|
-
*/
|
|
2194
|
-
datasetArn?: string;
|
|
2195
|
-
|
|
2196
|
-
/**
|
|
2197
|
-
* <p>The Amazon S3 bucket that contains the training data to import.</p>
|
|
2198
|
-
*/
|
|
2199
|
-
dataSource?: DataSource;
|
|
2200
|
-
|
|
2201
|
-
/**
|
|
2202
|
-
* <p>The ARN of the IAM role that has permissions to read from the Amazon S3 data
|
|
2203
|
-
* source.</p>
|
|
2204
|
-
*/
|
|
2205
|
-
roleArn?: string;
|
|
2206
|
-
|
|
2207
|
-
/**
|
|
2208
|
-
* <p>The status of the dataset import job.</p>
|
|
2209
|
-
* <p>A dataset import job can be in one of the following states:</p>
|
|
2210
|
-
* <ul>
|
|
2211
|
-
* <li>
|
|
2212
|
-
* <p>CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED</p>
|
|
2213
|
-
* </li>
|
|
2214
|
-
* </ul>
|
|
2215
|
-
*/
|
|
2216
|
-
status?: string;
|
|
2217
|
-
|
|
2218
|
-
/**
|
|
2219
|
-
* <p>The creation date and time (in Unix time) of the dataset import job.</p>
|
|
2220
|
-
*/
|
|
2221
|
-
creationDateTime?: Date;
|
|
2222
|
-
|
|
2223
|
-
/**
|
|
2224
|
-
* <p>The date and time (in Unix time) the dataset was last updated.</p>
|
|
2225
|
-
*/
|
|
2226
|
-
lastUpdatedDateTime?: Date;
|
|
2227
|
-
|
|
2228
|
-
/**
|
|
2229
|
-
* <p>If a dataset import job fails, provides the reason why.</p>
|
|
2230
|
-
*/
|
|
2231
|
-
failureReason?: string;
|
|
2232
|
-
}
|
|
2233
|
-
|
|
2234
|
-
export namespace DatasetImportJob {
|
|
2235
|
-
/**
|
|
2236
|
-
* @internal
|
|
2237
|
-
*/
|
|
2238
|
-
export const filterSensitiveLog = (obj: DatasetImportJob): any => ({
|
|
2239
|
-
...obj,
|
|
2240
|
-
});
|
|
2241
|
-
}
|
|
2242
|
-
|
|
2243
|
-
export interface DescribeDatasetImportJobResponse {
|
|
2244
|
-
/**
|
|
2245
|
-
* <p>Information about the dataset import job, including the status.</p>
|
|
2246
|
-
* <p>The status is one of the following values:</p>
|
|
2247
|
-
* <ul>
|
|
2248
|
-
* <li>
|
|
2249
|
-
* <p>CREATE PENDING</p>
|
|
2250
|
-
* </li>
|
|
2251
|
-
* <li>
|
|
2252
|
-
* <p>CREATE IN_PROGRESS</p>
|
|
2253
|
-
* </li>
|
|
2254
|
-
* <li>
|
|
2255
|
-
* <p>ACTIVE</p>
|
|
2256
|
-
* </li>
|
|
2257
|
-
* <li>
|
|
2258
|
-
* <p>CREATE FAILED</p>
|
|
2259
|
-
* </li>
|
|
2260
|
-
* </ul>
|
|
2261
|
-
*/
|
|
2262
|
-
datasetImportJob?: DatasetImportJob;
|
|
2263
|
-
}
|
|
2264
|
-
|
|
2265
|
-
export namespace DescribeDatasetImportJobResponse {
|
|
2266
|
-
/**
|
|
2267
|
-
* @internal
|
|
2268
|
-
*/
|
|
2269
|
-
export const filterSensitiveLog = (obj: DescribeDatasetImportJobResponse): any => ({
|
|
2270
|
-
...obj,
|
|
2271
|
-
});
|
|
2272
|
-
}
|
|
2273
|
-
|
|
2274
|
-
export interface DescribeEventTrackerRequest {
|
|
2275
|
-
/**
|
|
2276
|
-
* <p>The Amazon Resource Name (ARN) of the event tracker to describe.</p>
|
|
2277
|
-
*/
|
|
2278
|
-
eventTrackerArn: string | undefined;
|
|
2279
|
-
}
|
|
2280
|
-
|
|
2281
|
-
export namespace DescribeEventTrackerRequest {
|
|
2282
|
-
/**
|
|
2283
|
-
* @internal
|
|
2284
|
-
*/
|
|
2285
|
-
export const filterSensitiveLog = (obj: DescribeEventTrackerRequest): any => ({
|
|
2286
|
-
...obj,
|
|
2287
|
-
});
|
|
2288
|
-
}
|
|
2289
|
-
|
|
2290
|
-
/**
|
|
2291
|
-
* <p>Provides information about an event tracker.</p>
|
|
2292
|
-
*/
|
|
2293
|
-
export interface EventTracker {
|
|
2294
|
-
/**
|
|
2295
|
-
* <p>The name of the event tracker.</p>
|
|
2296
|
-
*/
|
|
2297
|
-
name?: string;
|
|
2298
|
-
|
|
2299
|
-
/**
|
|
2300
|
-
* <p>The ARN of the event tracker.</p>
|
|
2301
|
-
*/
|
|
2302
|
-
eventTrackerArn?: string;
|
|
2303
|
-
|
|
2304
|
-
/**
|
|
2305
|
-
* <p>The Amazon Web Services account that owns the event tracker.</p>
|
|
2306
|
-
*/
|
|
2307
|
-
accountId?: string;
|
|
2308
|
-
|
|
2309
|
-
/**
|
|
2310
|
-
* <p>The ID of the event tracker. Include this ID in requests to the
|
|
2311
|
-
* <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_UBS_PutEvents.html">PutEvents</a> API.</p>
|
|
2312
|
-
*/
|
|
2313
|
-
trackingId?: string;
|
|
2314
|
-
|
|
2315
|
-
/**
|
|
2316
|
-
* <p>The Amazon Resource Name (ARN) of the dataset group that receives the event data.</p>
|
|
2317
|
-
*/
|
|
2318
|
-
datasetGroupArn?: string;
|
|
2319
|
-
|
|
2320
|
-
/**
|
|
2321
|
-
* <p>The status of the event tracker.</p>
|
|
2322
|
-
* <p>An event tracker can be in one of the following states:</p>
|
|
2323
|
-
* <ul>
|
|
2324
|
-
* <li>
|
|
2325
|
-
* <p>CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED</p>
|
|
2326
|
-
* </li>
|
|
2327
|
-
* <li>
|
|
2328
|
-
* <p>DELETE PENDING > DELETE IN_PROGRESS</p>
|
|
2329
|
-
* </li>
|
|
2330
|
-
* </ul>
|
|
2331
|
-
*/
|
|
2332
|
-
status?: string;
|
|
2333
|
-
|
|
2334
|
-
/**
|
|
2335
|
-
* <p>The date and time (in Unix format) that the event tracker was created.</p>
|
|
2336
|
-
*/
|
|
2337
|
-
creationDateTime?: Date;
|
|
2338
|
-
|
|
2339
|
-
/**
|
|
2340
|
-
* <p>The date and time (in Unix time) that the event tracker was last updated.</p>
|
|
2341
|
-
*/
|
|
2342
|
-
lastUpdatedDateTime?: Date;
|
|
2343
|
-
}
|
|
2344
|
-
|
|
2345
|
-
export namespace EventTracker {
|
|
2346
|
-
/**
|
|
2347
|
-
* @internal
|
|
2348
|
-
*/
|
|
2349
|
-
export const filterSensitiveLog = (obj: EventTracker): any => ({
|
|
2350
|
-
...obj,
|
|
2351
|
-
});
|
|
2352
|
-
}
|
|
2353
|
-
|
|
2354
|
-
export interface DescribeEventTrackerResponse {
|
|
2355
|
-
/**
|
|
2356
|
-
* <p>An object that describes the event tracker.</p>
|
|
2357
|
-
*/
|
|
2358
|
-
eventTracker?: EventTracker;
|
|
2359
|
-
}
|
|
2360
|
-
|
|
2361
|
-
export namespace DescribeEventTrackerResponse {
|
|
2362
|
-
/**
|
|
2363
|
-
* @internal
|
|
2364
|
-
*/
|
|
2365
|
-
export const filterSensitiveLog = (obj: DescribeEventTrackerResponse): any => ({
|
|
2366
|
-
...obj,
|
|
2367
|
-
});
|
|
2368
|
-
}
|
|
2369
|
-
|
|
2370
|
-
export interface DescribeFeatureTransformationRequest {
|
|
2371
|
-
/**
|
|
2372
|
-
* <p>The Amazon Resource Name (ARN) of the feature transformation to describe.</p>
|
|
2373
|
-
*/
|
|
2374
|
-
featureTransformationArn: string | undefined;
|
|
2375
|
-
}
|
|
2376
|
-
|
|
2377
|
-
export namespace DescribeFeatureTransformationRequest {
|
|
2378
|
-
/**
|
|
2379
|
-
* @internal
|
|
2380
|
-
*/
|
|
2381
|
-
export const filterSensitiveLog = (obj: DescribeFeatureTransformationRequest): any => ({
|
|
2382
|
-
...obj,
|
|
2383
|
-
});
|
|
2384
|
-
}
|
|
2385
|
-
|
|
2386
|
-
/**
|
|
2387
|
-
* <p>Provides feature transformation information. Feature transformation is the process
|
|
2388
|
-
* of modifying raw input data into a form more suitable for model training.</p>
|
|
2389
|
-
*/
|
|
2390
|
-
export interface FeatureTransformation {
|
|
2391
|
-
/**
|
|
2392
|
-
* <p>The name of the feature transformation.</p>
|
|
2393
|
-
*/
|
|
2394
|
-
name?: string;
|
|
2395
|
-
|
|
2396
|
-
/**
|
|
2397
|
-
* <p>The Amazon Resource Name (ARN) of the FeatureTransformation object.</p>
|
|
2398
|
-
*/
|
|
2399
|
-
featureTransformationArn?: string;
|
|
2400
|
-
|
|
2401
|
-
/**
|
|
2402
|
-
* <p>Provides the default parameters for feature transformation.</p>
|
|
2403
|
-
*/
|
|
2404
|
-
defaultParameters?: { [key: string]: string };
|
|
2405
|
-
|
|
2406
|
-
/**
|
|
2407
|
-
* <p>The creation date and time (in Unix time) of the feature transformation.</p>
|
|
2408
|
-
*/
|
|
2409
|
-
creationDateTime?: Date;
|
|
2410
|
-
|
|
2411
|
-
/**
|
|
2412
|
-
* <p>The last update date and time (in Unix time) of the feature transformation.</p>
|
|
2413
|
-
*/
|
|
2414
|
-
lastUpdatedDateTime?: Date;
|
|
2415
|
-
|
|
2416
|
-
/**
|
|
2417
|
-
* <p>The status of the feature transformation.</p>
|
|
2418
|
-
* <p>A feature transformation can be in one of the following states:</p>
|
|
2419
|
-
* <ul>
|
|
2420
|
-
* <li>
|
|
2421
|
-
* <p>CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED</p>
|
|
2422
|
-
* </li>
|
|
2423
|
-
* </ul>
|
|
2424
|
-
*/
|
|
2425
|
-
status?: string;
|
|
2426
|
-
}
|
|
2427
|
-
|
|
2428
|
-
export namespace FeatureTransformation {
|
|
2429
|
-
/**
|
|
2430
|
-
* @internal
|
|
2431
|
-
*/
|
|
2432
|
-
export const filterSensitiveLog = (obj: FeatureTransformation): any => ({
|
|
2433
|
-
...obj,
|
|
2434
|
-
});
|
|
2435
|
-
}
|
|
2436
|
-
|
|
2437
|
-
export interface DescribeFeatureTransformationResponse {
|
|
2438
|
-
/**
|
|
2439
|
-
* <p>A listing of the FeatureTransformation properties.</p>
|
|
2440
|
-
*/
|
|
2441
|
-
featureTransformation?: FeatureTransformation;
|
|
2442
|
-
}
|
|
2443
|
-
|
|
2444
|
-
export namespace DescribeFeatureTransformationResponse {
|
|
2445
|
-
/**
|
|
2446
|
-
* @internal
|
|
2447
|
-
*/
|
|
2448
|
-
export const filterSensitiveLog = (obj: DescribeFeatureTransformationResponse): any => ({
|
|
2449
|
-
...obj,
|
|
2450
|
-
});
|
|
2451
|
-
}
|
|
2452
|
-
|
|
2453
|
-
export interface DescribeFilterRequest {
|
|
2454
|
-
/**
|
|
2455
|
-
* <p>The ARN of the filter to describe.</p>
|
|
2456
|
-
*/
|
|
2457
|
-
filterArn: string | undefined;
|
|
2458
|
-
}
|
|
2459
|
-
|
|
2460
|
-
export namespace DescribeFilterRequest {
|
|
2461
|
-
/**
|
|
2462
|
-
* @internal
|
|
2463
|
-
*/
|
|
2464
|
-
export const filterSensitiveLog = (obj: DescribeFilterRequest): any => ({
|
|
2465
|
-
...obj,
|
|
2466
|
-
});
|
|
2467
|
-
}
|
|
2468
|
-
|
|
2469
|
-
/**
|
|
2470
|
-
* <p>Contains information on a recommendation filter, including its ARN, status, and filter
|
|
2471
|
-
* expression.</p>
|
|
2472
|
-
*/
|
|
2473
|
-
export interface Filter {
|
|
2474
|
-
/**
|
|
2475
|
-
* <p>The name of the filter.</p>
|
|
2476
|
-
*/
|
|
2477
|
-
name?: string;
|
|
2478
|
-
|
|
2479
|
-
/**
|
|
2480
|
-
* <p>The ARN of the filter.</p>
|
|
2481
|
-
*/
|
|
2482
|
-
filterArn?: string;
|
|
2483
|
-
|
|
2484
|
-
/**
|
|
2485
|
-
* <p>The time at which the filter was created.</p>
|
|
2486
|
-
*/
|
|
2487
|
-
creationDateTime?: Date;
|
|
2488
|
-
|
|
2489
|
-
/**
|
|
2490
|
-
* <p>The time at which the filter was last updated.</p>
|
|
2491
|
-
*/
|
|
2492
|
-
lastUpdatedDateTime?: Date;
|
|
2493
|
-
|
|
2494
|
-
/**
|
|
2495
|
-
* <p>The ARN of the dataset group to which the filter belongs.</p>
|
|
2496
|
-
*/
|
|
2497
|
-
datasetGroupArn?: string;
|
|
2498
|
-
|
|
2499
|
-
/**
|
|
2500
|
-
* <p>If the filter failed, the reason for its failure.</p>
|
|
2501
|
-
*/
|
|
2502
|
-
failureReason?: string;
|
|
2503
|
-
|
|
2504
|
-
/**
|
|
2505
|
-
* <p>Specifies the type of item interactions to filter out of recommendation results. The
|
|
2506
|
-
* filter expression must follow specific format rules. For information about filter expression structure and syntax, see
|
|
2507
|
-
* <a>filter-expressions</a>.</p>
|
|
2508
|
-
*/
|
|
2509
|
-
filterExpression?: string;
|
|
2510
|
-
|
|
2511
|
-
/**
|
|
2512
|
-
* <p>The status of the filter.</p>
|
|
2513
|
-
*/
|
|
2514
|
-
status?: string;
|
|
2515
|
-
}
|
|
2516
|
-
|
|
2517
|
-
export namespace Filter {
|
|
2518
|
-
/**
|
|
2519
|
-
* @internal
|
|
2520
|
-
*/
|
|
2521
|
-
export const filterSensitiveLog = (obj: Filter): any => ({
|
|
2522
|
-
...obj,
|
|
2523
|
-
...(obj.filterExpression && { filterExpression: SENSITIVE_STRING }),
|
|
2524
|
-
});
|
|
2525
|
-
}
|
|
2526
|
-
|
|
2527
|
-
export interface DescribeFilterResponse {
|
|
2528
|
-
/**
|
|
2529
|
-
* <p>The filter's details.</p>
|
|
2530
|
-
*/
|
|
2531
|
-
filter?: Filter;
|
|
2532
|
-
}
|
|
2533
|
-
|
|
2534
|
-
export namespace DescribeFilterResponse {
|
|
2535
|
-
/**
|
|
2536
|
-
* @internal
|
|
2537
|
-
*/
|
|
2538
|
-
export const filterSensitiveLog = (obj: DescribeFilterResponse): any => ({
|
|
2539
|
-
...obj,
|
|
2540
|
-
...(obj.filter && { filter: Filter.filterSensitiveLog(obj.filter) }),
|
|
2541
|
-
});
|
|
2542
|
-
}
|
|
2543
|
-
|
|
2544
|
-
export interface DescribeRecipeRequest {
|
|
2545
|
-
/**
|
|
2546
|
-
* <p>The Amazon Resource Name (ARN) of the recipe to describe.</p>
|
|
2547
|
-
*/
|
|
2548
|
-
recipeArn: string | undefined;
|
|
2549
|
-
}
|
|
2550
|
-
|
|
2551
|
-
export namespace DescribeRecipeRequest {
|
|
2552
|
-
/**
|
|
2553
|
-
* @internal
|
|
2554
|
-
*/
|
|
2555
|
-
export const filterSensitiveLog = (obj: DescribeRecipeRequest): any => ({
|
|
2556
|
-
...obj,
|
|
2557
|
-
});
|
|
2558
|
-
}
|
|
2559
|
-
|
|
2560
|
-
/**
|
|
2561
|
-
* <p>Provides information about a recipe. Each recipe provides an algorithm
|
|
2562
|
-
* that Amazon Personalize uses in model training when you use the <a>CreateSolution</a>
|
|
2563
|
-
* operation. </p>
|
|
2564
|
-
*/
|
|
2565
|
-
export interface Recipe {
|
|
2566
|
-
/**
|
|
2567
|
-
* <p>The name of the recipe.</p>
|
|
2568
|
-
*/
|
|
2569
|
-
name?: string;
|
|
2570
|
-
|
|
2571
|
-
/**
|
|
2572
|
-
* <p>The Amazon Resource Name (ARN) of the recipe.</p>
|
|
2573
|
-
*/
|
|
2574
|
-
recipeArn?: string;
|
|
2575
|
-
|
|
2576
|
-
/**
|
|
2577
|
-
* <p>The Amazon Resource Name (ARN) of the algorithm that Amazon Personalize uses to train
|
|
2578
|
-
* the model.</p>
|
|
2579
|
-
*/
|
|
2580
|
-
algorithmArn?: string;
|
|
2581
|
-
|
|
2582
|
-
/**
|
|
2583
|
-
* <p>The ARN of the FeatureTransformation object.</p>
|
|
2584
|
-
*/
|
|
2585
|
-
featureTransformationArn?: string;
|
|
2586
|
-
|
|
2587
|
-
/**
|
|
2588
|
-
* <p>The status of the recipe.</p>
|
|
2589
|
-
*/
|
|
2590
|
-
status?: string;
|
|
2591
|
-
|
|
2592
|
-
/**
|
|
2593
|
-
* <p>The description of the recipe.</p>
|
|
2594
|
-
*/
|
|
2595
|
-
description?: string;
|
|
2596
|
-
|
|
2597
|
-
/**
|
|
2598
|
-
* <p>The date and time (in Unix format) that the recipe was created.</p>
|
|
2599
|
-
*/
|
|
2600
|
-
creationDateTime?: Date;
|
|
2601
|
-
|
|
2602
|
-
/**
|
|
2603
|
-
* <p>One of the following values:</p>
|
|
2604
|
-
* <ul>
|
|
2605
|
-
* <li>
|
|
2606
|
-
* <p>PERSONALIZED_RANKING</p>
|
|
2607
|
-
* </li>
|
|
2608
|
-
* <li>
|
|
2609
|
-
* <p>RELATED_ITEMS</p>
|
|
2610
|
-
* </li>
|
|
2611
|
-
* <li>
|
|
2612
|
-
* <p>USER_PERSONALIZATION</p>
|
|
2613
|
-
* </li>
|
|
2614
|
-
* </ul>
|
|
2615
|
-
*/
|
|
2616
|
-
recipeType?: string;
|
|
2617
|
-
|
|
2618
|
-
/**
|
|
2619
|
-
* <p>The date and time (in Unix format) that the recipe was last updated.</p>
|
|
2620
|
-
*/
|
|
2621
|
-
lastUpdatedDateTime?: Date;
|
|
2622
|
-
}
|
|
2623
|
-
|
|
2624
|
-
export namespace Recipe {
|
|
2625
|
-
/**
|
|
2626
|
-
* @internal
|
|
2627
|
-
*/
|
|
2628
|
-
export const filterSensitiveLog = (obj: Recipe): any => ({
|
|
2629
|
-
...obj,
|
|
2630
|
-
});
|
|
2631
|
-
}
|
|
2632
|
-
|
|
2633
|
-
export interface DescribeRecipeResponse {
|
|
2634
|
-
/**
|
|
2635
|
-
* <p>An object that describes the recipe.</p>
|
|
2636
|
-
*/
|
|
2637
|
-
recipe?: Recipe;
|
|
2638
|
-
}
|
|
2639
|
-
|
|
2640
|
-
export namespace DescribeRecipeResponse {
|
|
2641
|
-
/**
|
|
2642
|
-
* @internal
|
|
2643
|
-
*/
|
|
2644
|
-
export const filterSensitiveLog = (obj: DescribeRecipeResponse): any => ({
|
|
2645
|
-
...obj,
|
|
2646
|
-
});
|
|
2647
|
-
}
|
|
2648
|
-
|
|
2649
|
-
export interface DescribeSchemaRequest {
|
|
2650
|
-
/**
|
|
2651
|
-
* <p>The Amazon Resource Name (ARN) of the schema to retrieve.</p>
|
|
2652
|
-
*/
|
|
2653
|
-
schemaArn: string | undefined;
|
|
2654
|
-
}
|
|
2655
|
-
|
|
2656
|
-
export namespace DescribeSchemaRequest {
|
|
2657
|
-
/**
|
|
2658
|
-
* @internal
|
|
2659
|
-
*/
|
|
2660
|
-
export const filterSensitiveLog = (obj: DescribeSchemaRequest): any => ({
|
|
2661
|
-
...obj,
|
|
2662
|
-
});
|
|
2663
|
-
}
|
|
2664
|
-
|
|
2665
|
-
/**
|
|
2666
|
-
* <p>Describes the schema for a dataset. For more information on schemas, see
|
|
2667
|
-
* <a>CreateSchema</a>.</p>
|
|
2668
|
-
*/
|
|
2669
|
-
export interface DatasetSchema {
|
|
2670
|
-
/**
|
|
2671
|
-
* <p>The name of the schema.</p>
|
|
2672
|
-
*/
|
|
2673
|
-
name?: string;
|
|
2674
|
-
|
|
2675
|
-
/**
|
|
2676
|
-
* <p>The Amazon Resource Name (ARN) of the schema.</p>
|
|
2677
|
-
*/
|
|
2678
|
-
schemaArn?: string;
|
|
2679
|
-
|
|
2680
|
-
/**
|
|
2681
|
-
* <p>The schema.</p>
|
|
2682
|
-
*/
|
|
2683
|
-
schema?: string;
|
|
2684
|
-
|
|
2685
|
-
/**
|
|
2686
|
-
* <p>The date and time (in Unix time) that the schema was created.</p>
|
|
2687
|
-
*/
|
|
2688
|
-
creationDateTime?: Date;
|
|
2689
|
-
|
|
2690
|
-
/**
|
|
2691
|
-
* <p>The date and time (in Unix time) that the schema was last updated.</p>
|
|
2692
|
-
*/
|
|
2693
|
-
lastUpdatedDateTime?: Date;
|
|
2694
|
-
}
|
|
2695
|
-
|
|
2696
|
-
export namespace DatasetSchema {
|
|
2697
|
-
/**
|
|
2698
|
-
* @internal
|
|
2699
|
-
*/
|
|
2700
|
-
export const filterSensitiveLog = (obj: DatasetSchema): any => ({
|
|
2701
|
-
...obj,
|
|
2702
|
-
});
|
|
2703
|
-
}
|
|
2704
|
-
|
|
2705
|
-
export interface DescribeSchemaResponse {
|
|
2706
|
-
/**
|
|
2707
|
-
* <p>The requested schema.</p>
|
|
2708
|
-
*/
|
|
2709
|
-
schema?: DatasetSchema;
|
|
2710
|
-
}
|
|
2711
|
-
|
|
2712
|
-
export namespace DescribeSchemaResponse {
|
|
2713
|
-
/**
|
|
2714
|
-
* @internal
|
|
2715
|
-
*/
|
|
2716
|
-
export const filterSensitiveLog = (obj: DescribeSchemaResponse): any => ({
|
|
2717
|
-
...obj,
|
|
2718
|
-
});
|
|
2719
|
-
}
|
|
2720
|
-
|
|
2721
|
-
export interface DescribeSolutionRequest {
|
|
2722
|
-
/**
|
|
2723
|
-
* <p>The Amazon Resource Name (ARN) of the solution to describe.</p>
|
|
2724
|
-
*/
|
|
2725
|
-
solutionArn: string | undefined;
|
|
2726
|
-
}
|
|
2727
|
-
|
|
2728
|
-
export namespace DescribeSolutionRequest {
|
|
2729
|
-
/**
|
|
2730
|
-
* @internal
|
|
2731
|
-
*/
|
|
2732
|
-
export const filterSensitiveLog = (obj: DescribeSolutionRequest): any => ({
|
|
2733
|
-
...obj,
|
|
2734
|
-
});
|
|
2735
|
-
}
|
|
2736
|
-
|
|
2737
|
-
/**
|
|
2738
|
-
* <p>When the solution performs AutoML (<code>performAutoML</code> is true in
|
|
2739
|
-
* <a>CreateSolution</a>), specifies the recipe that best optimized the
|
|
2740
|
-
* specified metric.</p>
|
|
2741
|
-
*/
|
|
2742
|
-
export interface AutoMLResult {
|
|
2743
|
-
/**
|
|
2744
|
-
* <p>The Amazon Resource Name (ARN) of the best recipe.</p>
|
|
2745
|
-
*/
|
|
2746
|
-
bestRecipeArn?: string;
|
|
2747
|
-
}
|
|
2748
|
-
|
|
2749
|
-
export namespace AutoMLResult {
|
|
2750
|
-
/**
|
|
2751
|
-
* @internal
|
|
2752
|
-
*/
|
|
2753
|
-
export const filterSensitiveLog = (obj: AutoMLResult): any => ({
|
|
2754
|
-
...obj,
|
|
2755
|
-
});
|
|
2756
|
-
}
|
|
2757
|
-
|
|
2758
|
-
/**
|
|
2759
|
-
* <p>Provides a summary of the properties of a solution version. For a complete listing, call the
|
|
2760
|
-
* <a>DescribeSolutionVersion</a> API.</p>
|
|
2761
|
-
*/
|
|
2762
|
-
export interface SolutionVersionSummary {
|
|
2763
|
-
/**
|
|
2764
|
-
* <p>The Amazon Resource Name (ARN) of the solution version.</p>
|
|
2765
|
-
*/
|
|
2766
|
-
solutionVersionArn?: string;
|
|
2767
|
-
|
|
2768
|
-
/**
|
|
2769
|
-
* <p>The status of the solution version.</p>
|
|
2770
|
-
* <p>A solution version can be in one of the following states:</p>
|
|
2771
|
-
* <ul>
|
|
2772
|
-
* <li>
|
|
2773
|
-
* <p>CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED</p>
|
|
2774
|
-
* </li>
|
|
2775
|
-
* </ul>
|
|
2776
|
-
*/
|
|
2777
|
-
status?: string;
|
|
2778
|
-
|
|
2779
|
-
/**
|
|
2780
|
-
* <p>The date and time (in Unix time) that this version of a solution was created.</p>
|
|
2781
|
-
*/
|
|
2782
|
-
creationDateTime?: Date;
|
|
2783
|
-
|
|
2784
|
-
/**
|
|
2785
|
-
* <p>The date and time (in Unix time) that the solution version was last updated.</p>
|
|
2786
|
-
*/
|
|
2787
|
-
lastUpdatedDateTime?: Date;
|
|
2788
|
-
|
|
2789
|
-
/**
|
|
2790
|
-
* <p>If a solution version fails, the reason behind the failure.</p>
|
|
2791
|
-
*/
|
|
2792
|
-
failureReason?: string;
|
|
2793
|
-
}
|
|
2794
|
-
|
|
2795
|
-
export namespace SolutionVersionSummary {
|
|
2796
|
-
/**
|
|
2797
|
-
* @internal
|
|
2798
|
-
*/
|
|
2799
|
-
export const filterSensitiveLog = (obj: SolutionVersionSummary): any => ({
|
|
2800
|
-
...obj,
|
|
2801
|
-
});
|
|
2802
|
-
}
|
|
2803
|
-
|
|
2804
|
-
/**
|
|
2805
|
-
* <p>An object that provides information about a solution. A solution is a trained model
|
|
2806
|
-
* that can be deployed as a campaign.</p>
|
|
2807
|
-
*/
|
|
2808
|
-
export interface Solution {
|
|
2809
|
-
/**
|
|
2810
|
-
* <p>The name of the solution.</p>
|
|
2811
|
-
*/
|
|
2812
|
-
name?: string;
|
|
2813
|
-
|
|
2814
|
-
/**
|
|
2815
|
-
* <p>The ARN of the solution.</p>
|
|
2816
|
-
*/
|
|
2817
|
-
solutionArn?: string;
|
|
2818
|
-
|
|
2819
|
-
/**
|
|
2820
|
-
* <p>Whether to perform hyperparameter optimization (HPO) on the chosen recipe. The
|
|
2821
|
-
* default is <code>false</code>.</p>
|
|
2822
|
-
*/
|
|
2823
|
-
performHPO?: boolean;
|
|
2824
|
-
|
|
2825
|
-
/**
|
|
2826
|
-
* <p>When true, Amazon Personalize performs a search for the best USER_PERSONALIZATION recipe from
|
|
2827
|
-
* the list specified in the solution configuration (<code>recipeArn</code> must not be specified).
|
|
2828
|
-
* When false (the default), Amazon Personalize uses <code>recipeArn</code> for training.</p>
|
|
2829
|
-
*/
|
|
2830
|
-
performAutoML?: boolean;
|
|
2831
|
-
|
|
2832
|
-
/**
|
|
2833
|
-
* <p>The ARN of the recipe used to create the solution.</p>
|
|
2834
|
-
*/
|
|
2835
|
-
recipeArn?: string;
|
|
2836
|
-
|
|
2837
|
-
/**
|
|
2838
|
-
* <p>The Amazon Resource Name (ARN) of the dataset group that provides the training data.</p>
|
|
2839
|
-
*/
|
|
2840
|
-
datasetGroupArn?: string;
|
|
2841
|
-
|
|
2842
|
-
/**
|
|
2843
|
-
* <p>The event type (for example, 'click' or 'like') that is used for training the model.
|
|
2844
|
-
* If no <code>eventType</code> is provided, Amazon Personalize uses all interactions for training with
|
|
2845
|
-
* equal weight regardless of type.</p>
|
|
2846
|
-
*/
|
|
2847
|
-
eventType?: string;
|
|
2848
|
-
|
|
2849
|
-
/**
|
|
2850
|
-
* <p>Describes the configuration properties for the solution.</p>
|
|
2851
|
-
*/
|
|
2852
|
-
solutionConfig?: SolutionConfig;
|
|
2853
|
-
|
|
2854
|
-
/**
|
|
2855
|
-
* <p>When <code>performAutoML</code> is true, specifies the best recipe found.</p>
|
|
2856
|
-
*/
|
|
2857
|
-
autoMLResult?: AutoMLResult;
|
|
2858
|
-
|
|
2859
|
-
/**
|
|
2860
|
-
* <p>The status of the solution.</p>
|
|
2861
|
-
* <p>A solution can be in one of the following states:</p>
|
|
2862
|
-
* <ul>
|
|
2863
|
-
* <li>
|
|
2864
|
-
* <p>CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED</p>
|
|
2865
|
-
* </li>
|
|
2866
|
-
* <li>
|
|
2867
|
-
* <p>DELETE PENDING > DELETE IN_PROGRESS</p>
|
|
2868
|
-
* </li>
|
|
2869
|
-
* </ul>
|
|
2870
|
-
*/
|
|
2871
|
-
status?: string;
|
|
2872
|
-
|
|
2873
|
-
/**
|
|
2874
|
-
* <p>The creation date and time (in Unix time) of the solution.</p>
|
|
2875
|
-
*/
|
|
2876
|
-
creationDateTime?: Date;
|
|
2877
|
-
|
|
2878
|
-
/**
|
|
2879
|
-
* <p>The date and time (in Unix time) that the solution was last updated.</p>
|
|
2880
|
-
*/
|
|
2881
|
-
lastUpdatedDateTime?: Date;
|
|
2882
|
-
|
|
2883
|
-
/**
|
|
2884
|
-
* <p>Describes the latest version of the solution, including the status and the ARN.</p>
|
|
2885
|
-
*/
|
|
2886
|
-
latestSolutionVersion?: SolutionVersionSummary;
|
|
2887
|
-
}
|
|
2888
|
-
|
|
2889
|
-
export namespace Solution {
|
|
2890
|
-
/**
|
|
2891
|
-
* @internal
|
|
2892
|
-
*/
|
|
2893
|
-
export const filterSensitiveLog = (obj: Solution): any => ({
|
|
2894
|
-
...obj,
|
|
2895
|
-
});
|
|
2896
|
-
}
|
|
2897
|
-
|
|
2898
|
-
export interface DescribeSolutionResponse {
|
|
2899
|
-
/**
|
|
2900
|
-
* <p>An object that describes the solution.</p>
|
|
2901
|
-
*/
|
|
2902
|
-
solution?: Solution;
|
|
2903
|
-
}
|
|
2904
|
-
|
|
2905
|
-
export namespace DescribeSolutionResponse {
|
|
2906
|
-
/**
|
|
2907
|
-
* @internal
|
|
2908
|
-
*/
|
|
2909
|
-
export const filterSensitiveLog = (obj: DescribeSolutionResponse): any => ({
|
|
2910
|
-
...obj,
|
|
2911
|
-
});
|
|
2912
|
-
}
|
|
2913
|
-
|
|
2914
|
-
export interface DescribeSolutionVersionRequest {
|
|
2915
|
-
/**
|
|
2916
|
-
* <p>The Amazon Resource Name (ARN) of the solution version.</p>
|
|
2917
|
-
*/
|
|
2918
|
-
solutionVersionArn: string | undefined;
|
|
2919
|
-
}
|
|
2920
|
-
|
|
2921
|
-
export namespace DescribeSolutionVersionRequest {
|
|
2922
|
-
/**
|
|
2923
|
-
* @internal
|
|
2924
|
-
*/
|
|
2925
|
-
export const filterSensitiveLog = (obj: DescribeSolutionVersionRequest): any => ({
|
|
2926
|
-
...obj,
|
|
2927
|
-
});
|
|
2928
|
-
}
|
|
2929
|
-
|
|
2930
|
-
/**
|
|
2931
|
-
* <p>If hyperparameter optimization (HPO) was performed, contains the hyperparameter values of
|
|
2932
|
-
* the best performing model.</p>
|
|
2933
|
-
*/
|
|
2934
|
-
export interface TunedHPOParams {
|
|
2935
|
-
/**
|
|
2936
|
-
* <p>A list of the hyperparameter values of the best performing model.</p>
|
|
2937
|
-
*/
|
|
2938
|
-
algorithmHyperParameters?: { [key: string]: string };
|
|
2939
|
-
}
|
|
2940
|
-
|
|
2941
|
-
export namespace TunedHPOParams {
|
|
2942
|
-
/**
|
|
2943
|
-
* @internal
|
|
2944
|
-
*/
|
|
2945
|
-
export const filterSensitiveLog = (obj: TunedHPOParams): any => ({
|
|
2946
|
-
...obj,
|
|
2947
|
-
});
|
|
2948
|
-
}
|
|
2949
|
-
|
|
2950
|
-
/**
|
|
2951
|
-
* <p>An object that provides information about a specific version of a <a>Solution</a>.</p>
|
|
2952
|
-
*/
|
|
2953
|
-
export interface SolutionVersion {
|
|
2954
|
-
/**
|
|
2955
|
-
* <p>The ARN of the solution version.</p>
|
|
2956
|
-
*/
|
|
2957
|
-
solutionVersionArn?: string;
|
|
2958
|
-
|
|
2959
|
-
/**
|
|
2960
|
-
* <p>The ARN of the solution.</p>
|
|
2961
|
-
*/
|
|
2962
|
-
solutionArn?: string;
|
|
2963
|
-
|
|
2964
|
-
/**
|
|
2965
|
-
* <p>Whether to perform hyperparameter optimization (HPO) on the chosen recipe. The default is
|
|
2966
|
-
* <code>false</code>.</p>
|
|
2967
|
-
*/
|
|
2968
|
-
performHPO?: boolean;
|
|
2969
|
-
|
|
2970
|
-
/**
|
|
2971
|
-
* <p>When true, Amazon Personalize searches for the most optimal recipe according to the solution
|
|
2972
|
-
* configuration. When false (the default), Amazon Personalize uses <code>recipeArn</code>.</p>
|
|
2973
|
-
*/
|
|
2974
|
-
performAutoML?: boolean;
|
|
2975
|
-
|
|
2976
|
-
/**
|
|
2977
|
-
* <p>The ARN of the recipe used in the solution.</p>
|
|
2978
|
-
*/
|
|
2979
|
-
recipeArn?: string;
|
|
2980
|
-
|
|
2981
|
-
/**
|
|
2982
|
-
* <p>The event type (for example, 'click' or 'like') that is used for training the
|
|
2983
|
-
* model.</p>
|
|
2984
|
-
*/
|
|
2985
|
-
eventType?: string;
|
|
2986
|
-
|
|
2987
|
-
/**
|
|
2988
|
-
* <p>The Amazon Resource Name (ARN) of the dataset group providing the training data.</p>
|
|
2989
|
-
*/
|
|
2990
|
-
datasetGroupArn?: string;
|
|
2991
|
-
|
|
2992
|
-
/**
|
|
2993
|
-
* <p>Describes the configuration properties for the solution.</p>
|
|
2994
|
-
*/
|
|
2995
|
-
solutionConfig?: SolutionConfig;
|
|
2996
|
-
|
|
2997
|
-
/**
|
|
2998
|
-
* <p>The time used to train the model. You are billed for the time it takes to train a model.
|
|
2999
|
-
* This field is visible only after Amazon Personalize successfully trains a model.</p>
|
|
3000
|
-
*/
|
|
3001
|
-
trainingHours?: number;
|
|
3002
|
-
|
|
3003
|
-
/**
|
|
3004
|
-
* <p>The scope of training to be performed when creating the solution version. The
|
|
3005
|
-
* <code>FULL</code> option trains the solution version based on the entirety of the input
|
|
3006
|
-
* solution's training data, while the <code>UPDATE</code> option processes only the data that
|
|
3007
|
-
* has changed in comparison to the input solution. Choose <code>UPDATE</code> when you want to
|
|
3008
|
-
* incrementally update your solution version instead of creating an entirely new one.</p>
|
|
3009
|
-
* <important>
|
|
3010
|
-
* <p>The <code>UPDATE</code> option can only be used when you already have an active solution
|
|
3011
|
-
* version created from the input solution using the <code>FULL</code> option and the input
|
|
3012
|
-
* solution was trained with the
|
|
3013
|
-
* <a href="https://docs.aws.amazon.com/personalize/latest/dg/native-recipe-new-item-USER_PERSONALIZATION.html">User-Personalization</a>
|
|
3014
|
-
* recipe or the
|
|
3015
|
-
* <a href="https://docs.aws.amazon.com/personalize/latest/dg/native-recipe-hrnn-coldstart.html">HRNN-Coldstart</a> recipe.</p>
|
|
3016
|
-
* </important>
|
|
3017
|
-
*/
|
|
3018
|
-
trainingMode?: TrainingMode | string;
|
|
3019
|
-
|
|
3020
|
-
/**
|
|
3021
|
-
* <p>If hyperparameter optimization was performed, contains the hyperparameter values of the
|
|
3022
|
-
* best performing model.</p>
|
|
3023
|
-
*/
|
|
3024
|
-
tunedHPOParams?: TunedHPOParams;
|
|
3025
|
-
|
|
3026
|
-
/**
|
|
3027
|
-
* <p>The status of the solution version.</p>
|
|
3028
|
-
* <p>A solution version can be in one of the following states:</p>
|
|
3029
|
-
* <ul>
|
|
3030
|
-
* <li>
|
|
3031
|
-
* <p>CREATE PENDING</p>
|
|
3032
|
-
* </li>
|
|
3033
|
-
* <li>
|
|
3034
|
-
* <p>CREATE IN_PROGRESS</p>
|
|
3035
|
-
* </li>
|
|
3036
|
-
* <li>
|
|
3037
|
-
* <p>ACTIVE</p>
|
|
3038
|
-
* </li>
|
|
3039
|
-
* <li>
|
|
3040
|
-
* <p>CREATE FAILED</p>
|
|
3041
|
-
* </li>
|
|
3042
|
-
* <li>
|
|
3043
|
-
* <p>CREATE STOPPING</p>
|
|
3044
|
-
* </li>
|
|
3045
|
-
* <li>
|
|
3046
|
-
* <p>CREATE STOPPED</p>
|
|
3047
|
-
* </li>
|
|
3048
|
-
* </ul>
|
|
3049
|
-
*/
|
|
3050
|
-
status?: string;
|
|
3051
|
-
|
|
3052
|
-
/**
|
|
3053
|
-
* <p>If training a solution version fails, the reason for the failure.</p>
|
|
3054
|
-
*/
|
|
3055
|
-
failureReason?: string;
|
|
3056
|
-
|
|
3057
|
-
/**
|
|
3058
|
-
* <p>The date and
|
|
3059
|
-
* time
|
|
3060
|
-
* (in Unix time) that this version of the solution was created.</p>
|
|
3061
|
-
*/
|
|
3062
|
-
creationDateTime?: Date;
|
|
3063
|
-
|
|
3064
|
-
/**
|
|
3065
|
-
* <p>The date and time (in
|
|
3066
|
-
* Unix
|
|
3067
|
-
* time) that the solution was last updated.</p>
|
|
3068
|
-
*/
|
|
3069
|
-
lastUpdatedDateTime?: Date;
|
|
3070
|
-
}
|
|
3071
|
-
|
|
3072
|
-
export namespace SolutionVersion {
|
|
3073
|
-
/**
|
|
3074
|
-
* @internal
|
|
3075
|
-
*/
|
|
3076
|
-
export const filterSensitiveLog = (obj: SolutionVersion): any => ({
|
|
3077
|
-
...obj,
|
|
3078
|
-
});
|
|
3079
|
-
}
|
|
3080
|
-
|
|
3081
|
-
export interface DescribeSolutionVersionResponse {
|
|
3082
|
-
/**
|
|
3083
|
-
* <p>The solution version.</p>
|
|
3084
|
-
*/
|
|
3085
|
-
solutionVersion?: SolutionVersion;
|
|
3086
|
-
}
|
|
3087
|
-
|
|
3088
|
-
export namespace DescribeSolutionVersionResponse {
|
|
3089
|
-
/**
|
|
3090
|
-
* @internal
|
|
3091
|
-
*/
|
|
3092
|
-
export const filterSensitiveLog = (obj: DescribeSolutionVersionResponse): any => ({
|
|
3093
|
-
...obj,
|
|
3094
|
-
});
|
|
3095
|
-
}
|
|
3096
|
-
|
|
3097
|
-
export interface GetSolutionMetricsRequest {
|
|
3098
|
-
/**
|
|
3099
|
-
* <p>The Amazon Resource Name (ARN) of the solution version for which to get metrics.</p>
|
|
3100
|
-
*/
|
|
3101
|
-
solutionVersionArn: string | undefined;
|
|
3102
|
-
}
|
|
3103
|
-
|
|
3104
|
-
export namespace GetSolutionMetricsRequest {
|
|
3105
|
-
/**
|
|
3106
|
-
* @internal
|
|
3107
|
-
*/
|
|
3108
|
-
export const filterSensitiveLog = (obj: GetSolutionMetricsRequest): any => ({
|
|
3109
|
-
...obj,
|
|
3110
|
-
});
|
|
3111
|
-
}
|
|
3112
|
-
|
|
3113
|
-
export interface GetSolutionMetricsResponse {
|
|
3114
|
-
/**
|
|
3115
|
-
* <p>The same solution version ARN as specified in the request.</p>
|
|
3116
|
-
*/
|
|
3117
|
-
solutionVersionArn?: string;
|
|
3118
|
-
|
|
3119
|
-
/**
|
|
3120
|
-
* <p>The metrics for the solution version.</p>
|
|
3121
|
-
*/
|
|
3122
|
-
metrics?: { [key: string]: number };
|
|
3123
|
-
}
|
|
3124
|
-
|
|
3125
|
-
export namespace GetSolutionMetricsResponse {
|
|
3126
|
-
/**
|
|
3127
|
-
* @internal
|
|
3128
|
-
*/
|
|
3129
|
-
export const filterSensitiveLog = (obj: GetSolutionMetricsResponse): any => ({
|
|
3130
|
-
...obj,
|
|
3131
|
-
});
|
|
3132
|
-
}
|
|
3133
|
-
|
|
3134
|
-
/**
|
|
3135
|
-
* <p>The token is not valid.</p>
|
|
3136
|
-
*/
|
|
3137
|
-
export interface InvalidNextTokenException extends __SmithyException, $MetadataBearer {
|
|
3138
|
-
name: "InvalidNextTokenException";
|
|
3139
|
-
$fault: "client";
|
|
3140
|
-
message?: string;
|
|
3141
|
-
}
|
|
3142
|
-
|
|
3143
|
-
export namespace InvalidNextTokenException {
|
|
3144
|
-
/**
|
|
3145
|
-
* @internal
|
|
3146
|
-
*/
|
|
3147
|
-
export const filterSensitiveLog = (obj: InvalidNextTokenException): any => ({
|
|
3148
|
-
...obj,
|
|
3149
|
-
});
|
|
3150
|
-
}
|
|
3151
|
-
|
|
3152
|
-
export interface ListBatchInferenceJobsRequest {
|
|
3153
|
-
/**
|
|
3154
|
-
* <p>The Amazon Resource Name (ARN) of the solution version from which the batch inference jobs
|
|
3155
|
-
* were created.</p>
|
|
3156
|
-
*/
|
|
3157
|
-
solutionVersionArn?: string;
|
|
3158
|
-
|
|
3159
|
-
/**
|
|
3160
|
-
* <p>The token to request the next page of results.</p>
|
|
3161
|
-
*/
|
|
3162
|
-
nextToken?: string;
|
|
3163
|
-
|
|
3164
|
-
/**
|
|
3165
|
-
* <p>The maximum number of batch inference job results to return in each page. The default
|
|
3166
|
-
* value is 100.</p>
|
|
3167
|
-
*/
|
|
3168
|
-
maxResults?: number;
|
|
3169
|
-
}
|
|
3170
|
-
|
|
3171
|
-
export namespace ListBatchInferenceJobsRequest {
|
|
3172
|
-
/**
|
|
3173
|
-
* @internal
|
|
3174
|
-
*/
|
|
3175
|
-
export const filterSensitiveLog = (obj: ListBatchInferenceJobsRequest): any => ({
|
|
3176
|
-
...obj,
|
|
3177
|
-
});
|
|
3178
|
-
}
|
|
3179
|
-
|
|
3180
|
-
/**
|
|
3181
|
-
* <p>A truncated version of the <a>BatchInferenceJob</a> datatype. The <a>ListBatchInferenceJobs</a> operation returns a list of batch inference job
|
|
3182
|
-
* summaries.</p>
|
|
3183
|
-
*/
|
|
3184
|
-
export interface BatchInferenceJobSummary {
|
|
3185
|
-
/**
|
|
3186
|
-
* <p>The Amazon Resource Name (ARN) of the batch inference job.</p>
|
|
3187
|
-
*/
|
|
3188
|
-
batchInferenceJobArn?: string;
|
|
3189
|
-
|
|
3190
|
-
/**
|
|
3191
|
-
* <p>The name of the batch inference job.</p>
|
|
3192
|
-
*/
|
|
3193
|
-
jobName?: string;
|
|
3194
|
-
|
|
3195
|
-
/**
|
|
3196
|
-
* <p>The status of the batch inference job. The status is one of the following values:</p>
|
|
3197
|
-
* <ul>
|
|
3198
|
-
* <li>
|
|
3199
|
-
* <p>PENDING</p>
|
|
3200
|
-
* </li>
|
|
3201
|
-
* <li>
|
|
3202
|
-
* <p>IN PROGRESS</p>
|
|
3203
|
-
* </li>
|
|
3204
|
-
* <li>
|
|
3205
|
-
* <p>ACTIVE</p>
|
|
3206
|
-
* </li>
|
|
3207
|
-
* <li>
|
|
3208
|
-
* <p>CREATE FAILED</p>
|
|
3209
|
-
* </li>
|
|
3210
|
-
* </ul>
|
|
3211
|
-
*/
|
|
3212
|
-
status?: string;
|
|
3213
|
-
|
|
3214
|
-
/**
|
|
3215
|
-
* <p>The time at which the batch inference job was created.</p>
|
|
3216
|
-
*/
|
|
3217
|
-
creationDateTime?: Date;
|
|
3218
|
-
|
|
3219
|
-
/**
|
|
3220
|
-
* <p>The time at which the batch inference job was last updated.</p>
|
|
3221
|
-
*/
|
|
3222
|
-
lastUpdatedDateTime?: Date;
|
|
3223
|
-
|
|
3224
|
-
/**
|
|
3225
|
-
* <p>If the batch inference job failed, the reason for the failure.</p>
|
|
3226
|
-
*/
|
|
3227
|
-
failureReason?: string;
|
|
3228
|
-
|
|
3229
|
-
/**
|
|
3230
|
-
* <p>The ARN of the solution version used by the batch inference job.</p>
|
|
3231
|
-
*/
|
|
3232
|
-
solutionVersionArn?: string;
|
|
3233
|
-
}
|
|
3234
|
-
|
|
3235
|
-
export namespace BatchInferenceJobSummary {
|
|
3236
|
-
/**
|
|
3237
|
-
* @internal
|
|
3238
|
-
*/
|
|
3239
|
-
export const filterSensitiveLog = (obj: BatchInferenceJobSummary): any => ({
|
|
3240
|
-
...obj,
|
|
3241
|
-
});
|
|
3242
|
-
}
|
|
3243
|
-
|
|
3244
|
-
export interface ListBatchInferenceJobsResponse {
|
|
3245
|
-
/**
|
|
3246
|
-
* <p>A list containing information on each job that is returned.</p>
|
|
3247
|
-
*/
|
|
3248
|
-
batchInferenceJobs?: BatchInferenceJobSummary[];
|
|
3249
|
-
|
|
3250
|
-
/**
|
|
3251
|
-
* <p>The token to use to retrieve the next page of results. The value is <code>null</code> when
|
|
3252
|
-
* there are no more results to return.</p>
|
|
3253
|
-
*/
|
|
3254
|
-
nextToken?: string;
|
|
3255
|
-
}
|
|
3256
|
-
|
|
3257
|
-
export namespace ListBatchInferenceJobsResponse {
|
|
3258
|
-
/**
|
|
3259
|
-
* @internal
|
|
3260
|
-
*/
|
|
3261
|
-
export const filterSensitiveLog = (obj: ListBatchInferenceJobsResponse): any => ({
|
|
3262
|
-
...obj,
|
|
3263
|
-
});
|
|
3264
|
-
}
|
|
3265
|
-
|
|
3266
|
-
export interface ListCampaignsRequest {
|
|
3267
|
-
/**
|
|
3268
|
-
* <p>The Amazon Resource Name (ARN) of the solution to list the campaigns for. When
|
|
3269
|
-
* a solution is not specified, all the campaigns associated with the account are listed.</p>
|
|
3270
|
-
*/
|
|
3271
|
-
solutionArn?: string;
|
|
3272
|
-
|
|
3273
|
-
/**
|
|
3274
|
-
* <p>A token returned from the previous call to <code>ListCampaigns</code> for getting
|
|
3275
|
-
* the next set of campaigns (if they exist).</p>
|
|
3276
|
-
*/
|
|
3277
|
-
nextToken?: string;
|
|
3278
|
-
|
|
3279
|
-
/**
|
|
3280
|
-
* <p>The maximum number of campaigns to return.</p>
|
|
3281
|
-
*/
|
|
3282
|
-
maxResults?: number;
|
|
3283
|
-
}
|
|
3284
|
-
|
|
3285
|
-
export namespace ListCampaignsRequest {
|
|
3286
|
-
/**
|
|
3287
|
-
* @internal
|
|
3288
|
-
*/
|
|
3289
|
-
export const filterSensitiveLog = (obj: ListCampaignsRequest): any => ({
|
|
3290
|
-
...obj,
|
|
3291
|
-
});
|
|
3292
|
-
}
|
|
3293
|
-
|
|
3294
|
-
/**
|
|
3295
|
-
* <p>Provides a summary of the properties of a campaign. For a complete listing, call the
|
|
3296
|
-
* <a>DescribeCampaign</a> API.</p>
|
|
3297
|
-
*/
|
|
3298
|
-
export interface CampaignSummary {
|
|
3299
|
-
/**
|
|
3300
|
-
* <p>The name of the campaign.</p>
|
|
3301
|
-
*/
|
|
3302
|
-
name?: string;
|
|
3303
|
-
|
|
3304
|
-
/**
|
|
3305
|
-
* <p>The Amazon Resource Name (ARN) of the campaign.</p>
|
|
3306
|
-
*/
|
|
3307
|
-
campaignArn?: string;
|
|
3308
|
-
|
|
3309
|
-
/**
|
|
3310
|
-
* <p>The status of the campaign.</p>
|
|
3311
|
-
* <p>A campaign can be in one of the following states:</p>
|
|
3312
|
-
* <ul>
|
|
3313
|
-
* <li>
|
|
3314
|
-
* <p>CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED</p>
|
|
3315
|
-
* </li>
|
|
3316
|
-
* <li>
|
|
3317
|
-
* <p>DELETE PENDING > DELETE IN_PROGRESS</p>
|
|
3318
|
-
* </li>
|
|
3319
|
-
* </ul>
|
|
3320
|
-
*/
|
|
3321
|
-
status?: string;
|
|
3322
|
-
|
|
3323
|
-
/**
|
|
3324
|
-
* <p>The date and time (in Unix time) that the campaign was created.</p>
|
|
3325
|
-
*/
|
|
3326
|
-
creationDateTime?: Date;
|
|
3327
|
-
|
|
3328
|
-
/**
|
|
3329
|
-
* <p>The date and time (in Unix time) that the campaign was last updated.</p>
|
|
3330
|
-
*/
|
|
3331
|
-
lastUpdatedDateTime?: Date;
|
|
3332
|
-
|
|
3333
|
-
/**
|
|
3334
|
-
* <p>If a campaign fails, the reason behind the failure.</p>
|
|
3335
|
-
*/
|
|
3336
|
-
failureReason?: string;
|
|
3337
|
-
}
|
|
3338
|
-
|
|
3339
|
-
export namespace CampaignSummary {
|
|
3340
|
-
/**
|
|
3341
|
-
* @internal
|
|
3342
|
-
*/
|
|
3343
|
-
export const filterSensitiveLog = (obj: CampaignSummary): any => ({
|
|
3344
|
-
...obj,
|
|
3345
|
-
});
|
|
3346
|
-
}
|
|
3347
|
-
|
|
3348
|
-
export interface ListCampaignsResponse {
|
|
3349
|
-
/**
|
|
3350
|
-
* <p>A list of the campaigns.</p>
|
|
3351
|
-
*/
|
|
3352
|
-
campaigns?: CampaignSummary[];
|
|
3353
|
-
|
|
3354
|
-
/**
|
|
3355
|
-
* <p>A token for getting the next set of campaigns (if they exist).</p>
|
|
3356
|
-
*/
|
|
3357
|
-
nextToken?: string;
|
|
3358
|
-
}
|
|
3359
|
-
|
|
3360
|
-
export namespace ListCampaignsResponse {
|
|
3361
|
-
/**
|
|
3362
|
-
* @internal
|
|
3363
|
-
*/
|
|
3364
|
-
export const filterSensitiveLog = (obj: ListCampaignsResponse): any => ({
|
|
3365
|
-
...obj,
|
|
3366
|
-
});
|
|
3367
|
-
}
|
|
3368
|
-
|
|
3369
|
-
export interface ListDatasetExportJobsRequest {
|
|
3370
|
-
/**
|
|
3371
|
-
* <p>The Amazon Resource Name (ARN) of the dataset to list the dataset export jobs for.</p>
|
|
3372
|
-
*/
|
|
3373
|
-
datasetArn?: string;
|
|
3374
|
-
|
|
3375
|
-
/**
|
|
3376
|
-
* <p>A token returned from the previous call to <code>ListDatasetExportJobs</code> for getting
|
|
3377
|
-
* the next set of dataset export jobs (if they exist).</p>
|
|
3378
|
-
*/
|
|
3379
|
-
nextToken?: string;
|
|
3380
|
-
|
|
3381
|
-
/**
|
|
3382
|
-
* <p>The maximum number of dataset export jobs to return.</p>
|
|
3383
|
-
*/
|
|
3384
|
-
maxResults?: number;
|
|
3385
|
-
}
|
|
3386
|
-
|
|
3387
|
-
export namespace ListDatasetExportJobsRequest {
|
|
3388
|
-
/**
|
|
3389
|
-
* @internal
|
|
3390
|
-
*/
|
|
3391
|
-
export const filterSensitiveLog = (obj: ListDatasetExportJobsRequest): any => ({
|
|
3392
|
-
...obj,
|
|
3393
|
-
});
|
|
3394
|
-
}
|
|
3395
|
-
|
|
3396
|
-
/**
|
|
3397
|
-
* <p>Provides a summary of the properties of a dataset export job. For a complete listing, call the
|
|
3398
|
-
* <a>DescribeDatasetExportJob</a> API.</p>
|
|
3399
|
-
*/
|
|
3400
|
-
export interface DatasetExportJobSummary {
|
|
3401
|
-
/**
|
|
3402
|
-
* <p>The Amazon Resource Name (ARN) of the dataset export job.</p>
|
|
3403
|
-
*/
|
|
3404
|
-
datasetExportJobArn?: string;
|
|
3405
|
-
|
|
3406
|
-
/**
|
|
3407
|
-
* <p>The name of the dataset export job.</p>
|
|
3408
|
-
*/
|
|
3409
|
-
jobName?: string;
|
|
3410
|
-
|
|
3411
|
-
/**
|
|
3412
|
-
* <p>The status of the dataset export job.</p>
|
|
3413
|
-
* <p>A dataset export job can be in one of the following states:</p>
|
|
3414
|
-
* <ul>
|
|
3415
|
-
* <li>
|
|
3416
|
-
* <p>CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED</p>
|
|
3417
|
-
* </li>
|
|
3418
|
-
* </ul>
|
|
3419
|
-
*/
|
|
3420
|
-
status?: string;
|
|
3421
|
-
|
|
3422
|
-
/**
|
|
3423
|
-
* <p>The date and time (in Unix time) that the dataset export job was created.</p>
|
|
3424
|
-
*/
|
|
3425
|
-
creationDateTime?: Date;
|
|
3426
|
-
|
|
3427
|
-
/**
|
|
3428
|
-
* <p>The date and time (in Unix time) that the dataset export job status was last updated.</p>
|
|
3429
|
-
*/
|
|
3430
|
-
lastUpdatedDateTime?: Date;
|
|
3431
|
-
|
|
3432
|
-
/**
|
|
3433
|
-
* <p>If a dataset export job fails, the reason behind the failure.</p>
|
|
3434
|
-
*/
|
|
3435
|
-
failureReason?: string;
|
|
3436
|
-
}
|
|
3437
|
-
|
|
3438
|
-
export namespace DatasetExportJobSummary {
|
|
3439
|
-
/**
|
|
3440
|
-
* @internal
|
|
3441
|
-
*/
|
|
3442
|
-
export const filterSensitiveLog = (obj: DatasetExportJobSummary): any => ({
|
|
3443
|
-
...obj,
|
|
3444
|
-
});
|
|
3445
|
-
}
|
|
3446
|
-
|
|
3447
|
-
export interface ListDatasetExportJobsResponse {
|
|
3448
|
-
/**
|
|
3449
|
-
* <p>The list of dataset export jobs.</p>
|
|
3450
|
-
*/
|
|
3451
|
-
datasetExportJobs?: DatasetExportJobSummary[];
|
|
3452
|
-
|
|
3453
|
-
/**
|
|
3454
|
-
* <p>A token for getting the next set of dataset export jobs (if they exist).</p>
|
|
3455
|
-
*/
|
|
3456
|
-
nextToken?: string;
|
|
3457
|
-
}
|
|
3458
|
-
|
|
3459
|
-
export namespace ListDatasetExportJobsResponse {
|
|
3460
|
-
/**
|
|
3461
|
-
* @internal
|
|
3462
|
-
*/
|
|
3463
|
-
export const filterSensitiveLog = (obj: ListDatasetExportJobsResponse): any => ({
|
|
3464
|
-
...obj,
|
|
3465
|
-
});
|
|
3466
|
-
}
|
|
3467
|
-
|
|
3468
|
-
export interface ListDatasetGroupsRequest {
|
|
3469
|
-
/**
|
|
3470
|
-
* <p>A token returned from the previous call to <code>ListDatasetGroups</code> for getting the
|
|
3471
|
-
* next set of dataset groups (if they exist).</p>
|
|
3472
|
-
*/
|
|
3473
|
-
nextToken?: string;
|
|
3474
|
-
|
|
3475
|
-
/**
|
|
3476
|
-
* <p>The maximum number of dataset groups to return.</p>
|
|
3477
|
-
*/
|
|
3478
|
-
maxResults?: number;
|
|
3479
|
-
}
|
|
3480
|
-
|
|
3481
|
-
export namespace ListDatasetGroupsRequest {
|
|
3482
|
-
/**
|
|
3483
|
-
* @internal
|
|
3484
|
-
*/
|
|
3485
|
-
export const filterSensitiveLog = (obj: ListDatasetGroupsRequest): any => ({
|
|
3486
|
-
...obj,
|
|
3487
|
-
});
|
|
3488
|
-
}
|
|
3489
|
-
|
|
3490
|
-
/**
|
|
3491
|
-
* <p>Provides a summary of the properties of a dataset group. For a complete listing, call the
|
|
3492
|
-
* <a>DescribeDatasetGroup</a> API.</p>
|
|
3493
|
-
*/
|
|
3494
|
-
export interface DatasetGroupSummary {
|
|
3495
|
-
/**
|
|
3496
|
-
* <p>The name of the dataset group.</p>
|
|
3497
|
-
*/
|
|
3498
|
-
name?: string;
|
|
3499
|
-
|
|
3500
|
-
/**
|
|
3501
|
-
* <p>The Amazon Resource Name (ARN) of the dataset group.</p>
|
|
3502
|
-
*/
|
|
3503
|
-
datasetGroupArn?: string;
|
|
3504
|
-
|
|
3505
|
-
/**
|
|
3506
|
-
* <p>The status of the dataset group.</p>
|
|
3507
|
-
* <p>A dataset group can be in one of the following states:</p>
|
|
3508
|
-
* <ul>
|
|
3509
|
-
* <li>
|
|
3510
|
-
* <p>CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED</p>
|
|
3511
|
-
* </li>
|
|
3512
|
-
* <li>
|
|
3513
|
-
* <p>DELETE PENDING</p>
|
|
3514
|
-
* </li>
|
|
3515
|
-
* </ul>
|
|
3516
|
-
*/
|
|
3517
|
-
status?: string;
|
|
3518
|
-
|
|
3519
|
-
/**
|
|
3520
|
-
* <p>The date and time (in Unix time) that the dataset group was created.</p>
|
|
3521
|
-
*/
|
|
3522
|
-
creationDateTime?: Date;
|
|
3523
|
-
|
|
3524
|
-
/**
|
|
3525
|
-
* <p>The date and time (in Unix time) that the dataset group was last updated.</p>
|
|
3526
|
-
*/
|
|
3527
|
-
lastUpdatedDateTime?: Date;
|
|
3528
|
-
|
|
3529
|
-
/**
|
|
3530
|
-
* <p>If creating a dataset group fails, the reason behind the failure.</p>
|
|
3531
|
-
*/
|
|
3532
|
-
failureReason?: string;
|
|
3533
|
-
}
|
|
3534
|
-
|
|
3535
|
-
export namespace DatasetGroupSummary {
|
|
3536
|
-
/**
|
|
3537
|
-
* @internal
|
|
3538
|
-
*/
|
|
3539
|
-
export const filterSensitiveLog = (obj: DatasetGroupSummary): any => ({
|
|
3540
|
-
...obj,
|
|
3541
|
-
});
|
|
3542
|
-
}
|
|
3543
|
-
|
|
3544
|
-
export interface ListDatasetGroupsResponse {
|
|
3545
|
-
/**
|
|
3546
|
-
* <p>The list of your dataset groups.</p>
|
|
3547
|
-
*/
|
|
3548
|
-
datasetGroups?: DatasetGroupSummary[];
|
|
3549
|
-
|
|
3550
|
-
/**
|
|
3551
|
-
* <p>A token for getting the next set of dataset groups (if they exist).</p>
|
|
3552
|
-
*/
|
|
3553
|
-
nextToken?: string;
|
|
3554
|
-
}
|
|
3555
|
-
|
|
3556
|
-
export namespace ListDatasetGroupsResponse {
|
|
3557
|
-
/**
|
|
3558
|
-
* @internal
|
|
3559
|
-
*/
|
|
3560
|
-
export const filterSensitiveLog = (obj: ListDatasetGroupsResponse): any => ({
|
|
3561
|
-
...obj,
|
|
3562
|
-
});
|
|
3563
|
-
}
|
|
3564
|
-
|
|
3565
|
-
export interface ListDatasetImportJobsRequest {
|
|
3566
|
-
/**
|
|
3567
|
-
* <p>The Amazon Resource Name (ARN) of the dataset to list the dataset import jobs for.</p>
|
|
3568
|
-
*/
|
|
3569
|
-
datasetArn?: string;
|
|
3570
|
-
|
|
3571
|
-
/**
|
|
3572
|
-
* <p>A token returned from the previous call to <code>ListDatasetImportJobs</code> for getting
|
|
3573
|
-
* the next set of dataset import jobs (if they exist).</p>
|
|
3574
|
-
*/
|
|
3575
|
-
nextToken?: string;
|
|
3576
|
-
|
|
3577
|
-
/**
|
|
3578
|
-
* <p>The maximum number of dataset import jobs to return.</p>
|
|
3579
|
-
*/
|
|
3580
|
-
maxResults?: number;
|
|
3581
|
-
}
|
|
3582
|
-
|
|
3583
|
-
export namespace ListDatasetImportJobsRequest {
|
|
3584
|
-
/**
|
|
3585
|
-
* @internal
|
|
3586
|
-
*/
|
|
3587
|
-
export const filterSensitiveLog = (obj: ListDatasetImportJobsRequest): any => ({
|
|
3588
|
-
...obj,
|
|
3589
|
-
});
|
|
3590
|
-
}
|
|
3591
|
-
|
|
3592
|
-
/**
|
|
3593
|
-
* <p>Provides a summary of the properties of a dataset import job. For a complete listing, call the
|
|
3594
|
-
* <a>DescribeDatasetImportJob</a> API.</p>
|
|
3595
|
-
*/
|
|
3596
|
-
export interface DatasetImportJobSummary {
|
|
3597
|
-
/**
|
|
3598
|
-
* <p>The Amazon Resource Name (ARN) of the dataset import job.</p>
|
|
3599
|
-
*/
|
|
3600
|
-
datasetImportJobArn?: string;
|
|
3601
|
-
|
|
3602
|
-
/**
|
|
3603
|
-
* <p>The name of the dataset import job.</p>
|
|
3604
|
-
*/
|
|
3605
|
-
jobName?: string;
|
|
3606
|
-
|
|
3607
|
-
/**
|
|
3608
|
-
* <p>The status of the dataset import job.</p>
|
|
3609
|
-
* <p>A dataset import job can be in one of the following states:</p>
|
|
3610
|
-
* <ul>
|
|
3611
|
-
* <li>
|
|
3612
|
-
* <p>CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED</p>
|
|
3613
|
-
* </li>
|
|
3614
|
-
* </ul>
|
|
3615
|
-
*/
|
|
3616
|
-
status?: string;
|
|
3617
|
-
|
|
3618
|
-
/**
|
|
3619
|
-
* <p>The date and time (in Unix time) that the dataset import job was created.</p>
|
|
3620
|
-
*/
|
|
3621
|
-
creationDateTime?: Date;
|
|
3622
|
-
|
|
3623
|
-
/**
|
|
3624
|
-
* <p>The date and time (in Unix time) that the dataset import job status was last updated.</p>
|
|
3625
|
-
*/
|
|
3626
|
-
lastUpdatedDateTime?: Date;
|
|
3627
|
-
|
|
3628
|
-
/**
|
|
3629
|
-
* <p>If a dataset import job fails, the reason behind the failure.</p>
|
|
3630
|
-
*/
|
|
3631
|
-
failureReason?: string;
|
|
3632
|
-
}
|
|
3633
|
-
|
|
3634
|
-
export namespace DatasetImportJobSummary {
|
|
3635
|
-
/**
|
|
3636
|
-
* @internal
|
|
3637
|
-
*/
|
|
3638
|
-
export const filterSensitiveLog = (obj: DatasetImportJobSummary): any => ({
|
|
3639
|
-
...obj,
|
|
3640
|
-
});
|
|
3641
|
-
}
|
|
3642
|
-
|
|
3643
|
-
export interface ListDatasetImportJobsResponse {
|
|
3644
|
-
/**
|
|
3645
|
-
* <p>The list of dataset import jobs.</p>
|
|
3646
|
-
*/
|
|
3647
|
-
datasetImportJobs?: DatasetImportJobSummary[];
|
|
3648
|
-
|
|
3649
|
-
/**
|
|
3650
|
-
* <p>A token for getting the next set of dataset import jobs (if they exist).</p>
|
|
3651
|
-
*/
|
|
3652
|
-
nextToken?: string;
|
|
3653
|
-
}
|
|
3654
|
-
|
|
3655
|
-
export namespace ListDatasetImportJobsResponse {
|
|
3656
|
-
/**
|
|
3657
|
-
* @internal
|
|
3658
|
-
*/
|
|
3659
|
-
export const filterSensitiveLog = (obj: ListDatasetImportJobsResponse): any => ({
|
|
3660
|
-
...obj,
|
|
3661
|
-
});
|
|
3662
|
-
}
|
|
3663
|
-
|
|
3664
|
-
export interface ListDatasetsRequest {
|
|
3665
|
-
/**
|
|
3666
|
-
* <p>The Amazon Resource Name (ARN) of the dataset group that contains the datasets to
|
|
3667
|
-
* list.</p>
|
|
3668
|
-
*/
|
|
3669
|
-
datasetGroupArn?: string;
|
|
3670
|
-
|
|
3671
|
-
/**
|
|
3672
|
-
* <p>A token returned from the previous call to <code>ListDatasetImportJobs</code> for getting
|
|
3673
|
-
* the next set of dataset import jobs (if they exist).</p>
|
|
3674
|
-
*/
|
|
3675
|
-
nextToken?: string;
|
|
3676
|
-
|
|
3677
|
-
/**
|
|
3678
|
-
* <p>The maximum number of datasets to return.</p>
|
|
3679
|
-
*/
|
|
3680
|
-
maxResults?: number;
|
|
3681
|
-
}
|
|
3682
|
-
|
|
3683
|
-
export namespace ListDatasetsRequest {
|
|
3684
|
-
/**
|
|
3685
|
-
* @internal
|
|
3686
|
-
*/
|
|
3687
|
-
export const filterSensitiveLog = (obj: ListDatasetsRequest): any => ({
|
|
3688
|
-
...obj,
|
|
3689
|
-
});
|
|
3690
|
-
}
|
|
3691
|
-
|
|
3692
|
-
/**
|
|
3693
|
-
* <p>Provides a summary of the properties of a dataset. For a complete listing, call the
|
|
3694
|
-
* <a>DescribeDataset</a> API.</p>
|
|
3695
|
-
*/
|
|
3696
|
-
export interface DatasetSummary {
|
|
3697
|
-
/**
|
|
3698
|
-
* <p>The name of the dataset.</p>
|
|
3699
|
-
*/
|
|
3700
|
-
name?: string;
|
|
3701
|
-
|
|
3702
|
-
/**
|
|
3703
|
-
* <p>The Amazon Resource Name (ARN) of the dataset.</p>
|
|
3704
|
-
*/
|
|
3705
|
-
datasetArn?: string;
|
|
3706
|
-
|
|
3707
|
-
/**
|
|
3708
|
-
* <p>The dataset type. One of the following values:</p>
|
|
3709
|
-
* <ul>
|
|
3710
|
-
* <li>
|
|
3711
|
-
* <p>Interactions</p>
|
|
3712
|
-
* </li>
|
|
3713
|
-
* <li>
|
|
3714
|
-
* <p>Items</p>
|
|
3715
|
-
* </li>
|
|
3716
|
-
* <li>
|
|
3717
|
-
* <p>Users</p>
|
|
3718
|
-
* </li>
|
|
3719
|
-
* <li>
|
|
3720
|
-
* <p>Event-Interactions</p>
|
|
3721
|
-
* </li>
|
|
3722
|
-
* </ul>
|
|
3723
|
-
*/
|
|
3724
|
-
datasetType?: string;
|
|
3725
|
-
|
|
3726
|
-
/**
|
|
3727
|
-
* <p>The status of the dataset.</p>
|
|
3728
|
-
* <p>A dataset can be in one of the following states:</p>
|
|
3729
|
-
* <ul>
|
|
3730
|
-
* <li>
|
|
3731
|
-
* <p>CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED</p>
|
|
3732
|
-
* </li>
|
|
3733
|
-
* <li>
|
|
3734
|
-
* <p>DELETE PENDING > DELETE IN_PROGRESS</p>
|
|
3735
|
-
* </li>
|
|
3736
|
-
* </ul>
|
|
3737
|
-
*/
|
|
3738
|
-
status?: string;
|
|
3739
|
-
|
|
3740
|
-
/**
|
|
3741
|
-
* <p>The date and time (in Unix time) that the dataset was created.</p>
|
|
3742
|
-
*/
|
|
3743
|
-
creationDateTime?: Date;
|
|
3744
|
-
|
|
3745
|
-
/**
|
|
3746
|
-
* <p>The date and time (in Unix time) that the dataset was last updated.</p>
|
|
3747
|
-
*/
|
|
3748
|
-
lastUpdatedDateTime?: Date;
|
|
3749
|
-
}
|
|
3750
|
-
|
|
3751
|
-
export namespace DatasetSummary {
|
|
3752
|
-
/**
|
|
3753
|
-
* @internal
|
|
3754
|
-
*/
|
|
3755
|
-
export const filterSensitiveLog = (obj: DatasetSummary): any => ({
|
|
3756
|
-
...obj,
|
|
3757
|
-
});
|
|
3758
|
-
}
|
|
3759
|
-
|
|
3760
|
-
export interface ListDatasetsResponse {
|
|
3761
|
-
/**
|
|
3762
|
-
* <p>An array of <code>Dataset</code> objects. Each object provides metadata
|
|
3763
|
-
* information.</p>
|
|
3764
|
-
*/
|
|
3765
|
-
datasets?: DatasetSummary[];
|
|
3766
|
-
|
|
3767
|
-
/**
|
|
3768
|
-
* <p>A token for getting the next set of datasets (if they exist).</p>
|
|
3769
|
-
*/
|
|
3770
|
-
nextToken?: string;
|
|
3771
|
-
}
|
|
3772
|
-
|
|
3773
|
-
export namespace ListDatasetsResponse {
|
|
3774
|
-
/**
|
|
3775
|
-
* @internal
|
|
3776
|
-
*/
|
|
3777
|
-
export const filterSensitiveLog = (obj: ListDatasetsResponse): any => ({
|
|
3778
|
-
...obj,
|
|
3779
|
-
});
|
|
3780
|
-
}
|
|
3781
|
-
|
|
3782
|
-
export interface ListEventTrackersRequest {
|
|
3783
|
-
/**
|
|
3784
|
-
* <p>The ARN of a dataset group used to filter the response.</p>
|
|
3785
|
-
*/
|
|
3786
|
-
datasetGroupArn?: string;
|
|
3787
|
-
|
|
3788
|
-
/**
|
|
3789
|
-
* <p>A token returned from the previous call to <code>ListEventTrackers</code> for getting
|
|
3790
|
-
* the next set of event trackers (if they exist).</p>
|
|
3791
|
-
*/
|
|
3792
|
-
nextToken?: string;
|
|
3793
|
-
|
|
3794
|
-
/**
|
|
3795
|
-
* <p>The maximum number of event trackers to return.</p>
|
|
3796
|
-
*/
|
|
3797
|
-
maxResults?: number;
|
|
3798
|
-
}
|
|
3799
|
-
|
|
3800
|
-
export namespace ListEventTrackersRequest {
|
|
3801
|
-
/**
|
|
3802
|
-
* @internal
|
|
3803
|
-
*/
|
|
3804
|
-
export const filterSensitiveLog = (obj: ListEventTrackersRequest): any => ({
|
|
3805
|
-
...obj,
|
|
3806
|
-
});
|
|
3807
|
-
}
|
|
3808
|
-
|
|
3809
|
-
/**
|
|
3810
|
-
* <p>Provides a summary of the properties of an event tracker. For a complete listing, call the
|
|
3811
|
-
* <a>DescribeEventTracker</a> API.</p>
|
|
3812
|
-
*/
|
|
3813
|
-
export interface EventTrackerSummary {
|
|
3814
|
-
/**
|
|
3815
|
-
* <p>The name of the event tracker.</p>
|
|
3816
|
-
*/
|
|
3817
|
-
name?: string;
|
|
3818
|
-
|
|
3819
|
-
/**
|
|
3820
|
-
* <p>The Amazon Resource Name (ARN) of the event tracker.</p>
|
|
3821
|
-
*/
|
|
3822
|
-
eventTrackerArn?: string;
|
|
3823
|
-
|
|
3824
|
-
/**
|
|
3825
|
-
* <p>The status of the event tracker.</p>
|
|
3826
|
-
* <p>An event tracker can be in one of the following states:</p>
|
|
3827
|
-
* <ul>
|
|
3828
|
-
* <li>
|
|
3829
|
-
* <p>CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED</p>
|
|
3830
|
-
* </li>
|
|
3831
|
-
* <li>
|
|
3832
|
-
* <p>DELETE PENDING > DELETE IN_PROGRESS</p>
|
|
3833
|
-
* </li>
|
|
3834
|
-
* </ul>
|
|
3835
|
-
*/
|
|
3836
|
-
status?: string;
|
|
3837
|
-
|
|
3838
|
-
/**
|
|
3839
|
-
* <p>The date and time (in Unix time) that the event tracker was created.</p>
|
|
3840
|
-
*/
|
|
3841
|
-
creationDateTime?: Date;
|
|
3842
|
-
|
|
3843
|
-
/**
|
|
3844
|
-
* <p>The date and time (in Unix time) that the event tracker was last updated.</p>
|
|
3845
|
-
*/
|
|
3846
|
-
lastUpdatedDateTime?: Date;
|
|
3847
|
-
}
|
|
3848
|
-
|
|
3849
|
-
export namespace EventTrackerSummary {
|
|
3850
|
-
/**
|
|
3851
|
-
* @internal
|
|
3852
|
-
*/
|
|
3853
|
-
export const filterSensitiveLog = (obj: EventTrackerSummary): any => ({
|
|
3854
|
-
...obj,
|
|
3855
|
-
});
|
|
3856
|
-
}
|
|
3857
|
-
|
|
3858
|
-
export interface ListEventTrackersResponse {
|
|
3859
|
-
/**
|
|
3860
|
-
* <p>A list of event trackers.</p>
|
|
3861
|
-
*/
|
|
3862
|
-
eventTrackers?: EventTrackerSummary[];
|
|
3863
|
-
|
|
3864
|
-
/**
|
|
3865
|
-
* <p>A token for getting the next set of event trackers (if they exist).</p>
|
|
3866
|
-
*/
|
|
3867
|
-
nextToken?: string;
|
|
3868
|
-
}
|
|
3869
|
-
|
|
3870
|
-
export namespace ListEventTrackersResponse {
|
|
3871
|
-
/**
|
|
3872
|
-
* @internal
|
|
3873
|
-
*/
|
|
3874
|
-
export const filterSensitiveLog = (obj: ListEventTrackersResponse): any => ({
|
|
3875
|
-
...obj,
|
|
3876
|
-
});
|
|
3877
|
-
}
|
|
3878
|
-
|
|
3879
|
-
export interface ListFiltersRequest {
|
|
3880
|
-
/**
|
|
3881
|
-
* <p>The ARN of the dataset group that contains the filters.</p>
|
|
3882
|
-
*/
|
|
3883
|
-
datasetGroupArn?: string;
|
|
3884
|
-
|
|
3885
|
-
/**
|
|
3886
|
-
* <p>A token returned from the previous call to <code>ListFilters</code> for getting the
|
|
3887
|
-
* next set of filters (if they exist).</p>
|
|
3888
|
-
*/
|
|
3889
|
-
nextToken?: string;
|
|
3890
|
-
|
|
3891
|
-
/**
|
|
3892
|
-
* <p>The maximum number of filters to return.</p>
|
|
3893
|
-
*/
|
|
3894
|
-
maxResults?: number;
|
|
3895
|
-
}
|
|
3896
|
-
|
|
3897
|
-
export namespace ListFiltersRequest {
|
|
3898
|
-
/**
|
|
3899
|
-
* @internal
|
|
3900
|
-
*/
|
|
3901
|
-
export const filterSensitiveLog = (obj: ListFiltersRequest): any => ({
|
|
3902
|
-
...obj,
|
|
3903
|
-
});
|
|
3904
|
-
}
|
|
3905
|
-
|
|
3906
|
-
/**
|
|
3907
|
-
* <p>A short summary of a filter's attributes.</p>
|
|
3908
|
-
*/
|
|
3909
|
-
export interface FilterSummary {
|
|
3910
|
-
/**
|
|
3911
|
-
* <p>The name of the filter.</p>
|
|
3912
|
-
*/
|
|
3913
|
-
name?: string;
|
|
3914
|
-
|
|
3915
|
-
/**
|
|
3916
|
-
* <p>The ARN of the filter.</p>
|
|
3917
|
-
*/
|
|
3918
|
-
filterArn?: string;
|
|
3919
|
-
|
|
3920
|
-
/**
|
|
3921
|
-
* <p>The time at which the filter was created.</p>
|
|
3922
|
-
*/
|
|
3923
|
-
creationDateTime?: Date;
|
|
3924
|
-
|
|
3925
|
-
/**
|
|
3926
|
-
* <p>The time at which the filter was last updated.</p>
|
|
3927
|
-
*/
|
|
3928
|
-
lastUpdatedDateTime?: Date;
|
|
3929
|
-
|
|
3930
|
-
/**
|
|
3931
|
-
* <p>The ARN of the dataset group to which the filter belongs.</p>
|
|
3932
|
-
*/
|
|
3933
|
-
datasetGroupArn?: string;
|
|
3934
|
-
|
|
3935
|
-
/**
|
|
3936
|
-
* <p>If the filter failed, the reason for the failure.</p>
|
|
3937
|
-
*/
|
|
3938
|
-
failureReason?: string;
|
|
3939
|
-
|
|
3940
|
-
/**
|
|
3941
|
-
* <p>The status of the filter.</p>
|
|
3942
|
-
*/
|
|
3943
|
-
status?: string;
|
|
3944
|
-
}
|
|
3945
|
-
|
|
3946
|
-
export namespace FilterSummary {
|
|
3947
|
-
/**
|
|
3948
|
-
* @internal
|
|
3949
|
-
*/
|
|
3950
|
-
export const filterSensitiveLog = (obj: FilterSummary): any => ({
|
|
3951
|
-
...obj,
|
|
3952
|
-
});
|
|
3953
|
-
}
|
|
3954
|
-
|
|
3955
|
-
export interface ListFiltersResponse {
|
|
3956
|
-
/**
|
|
3957
|
-
* <p>A list of returned filters.</p>
|
|
3958
|
-
*/
|
|
3959
|
-
Filters?: FilterSummary[];
|
|
3960
|
-
|
|
3961
|
-
/**
|
|
3962
|
-
* <p>A token for getting the next set of filters (if they exist).</p>
|
|
3963
|
-
*/
|
|
3964
|
-
nextToken?: string;
|
|
3965
|
-
}
|
|
3966
|
-
|
|
3967
|
-
export namespace ListFiltersResponse {
|
|
3968
|
-
/**
|
|
3969
|
-
* @internal
|
|
3970
|
-
*/
|
|
3971
|
-
export const filterSensitiveLog = (obj: ListFiltersResponse): any => ({
|
|
3972
|
-
...obj,
|
|
3973
|
-
});
|
|
3974
|
-
}
|
|
3975
|
-
|
|
3976
|
-
export enum RecipeProvider {
|
|
3977
|
-
SERVICE = "SERVICE",
|
|
3978
|
-
}
|
|
3979
|
-
|
|
3980
|
-
export interface ListRecipesRequest {
|
|
3981
|
-
/**
|
|
3982
|
-
* <p>The default is <code>SERVICE</code>.</p>
|
|
3983
|
-
*/
|
|
3984
|
-
recipeProvider?: RecipeProvider | string;
|
|
3985
|
-
|
|
3986
|
-
/**
|
|
3987
|
-
* <p>A token returned from the previous call to <code>ListRecipes</code> for getting
|
|
3988
|
-
* the next set of recipes (if they exist).</p>
|
|
3989
|
-
*/
|
|
3990
|
-
nextToken?: string;
|
|
3991
|
-
|
|
3992
|
-
/**
|
|
3993
|
-
* <p>The maximum number of recipes to return.</p>
|
|
3994
|
-
*/
|
|
3995
|
-
maxResults?: number;
|
|
3996
|
-
}
|
|
3997
|
-
|
|
3998
|
-
export namespace ListRecipesRequest {
|
|
3999
|
-
/**
|
|
4000
|
-
* @internal
|
|
4001
|
-
*/
|
|
4002
|
-
export const filterSensitiveLog = (obj: ListRecipesRequest): any => ({
|
|
4003
|
-
...obj,
|
|
4004
|
-
});
|
|
4005
|
-
}
|
|
4006
|
-
|
|
4007
|
-
/**
|
|
4008
|
-
* <p>Provides a summary of the properties of a recipe. For a complete listing, call the
|
|
4009
|
-
* <a>DescribeRecipe</a> API.</p>
|
|
4010
|
-
*/
|
|
4011
|
-
export interface RecipeSummary {
|
|
4012
|
-
/**
|
|
4013
|
-
* <p>The name of the recipe.</p>
|
|
4014
|
-
*/
|
|
4015
|
-
name?: string;
|
|
4016
|
-
|
|
4017
|
-
/**
|
|
4018
|
-
* <p>The Amazon Resource Name (ARN) of the recipe.</p>
|
|
4019
|
-
*/
|
|
4020
|
-
recipeArn?: string;
|
|
4021
|
-
|
|
4022
|
-
/**
|
|
4023
|
-
* <p>The status of the recipe.</p>
|
|
4024
|
-
*/
|
|
4025
|
-
status?: string;
|
|
4026
|
-
|
|
4027
|
-
/**
|
|
4028
|
-
* <p>The date and time (in Unix time) that the recipe was created.</p>
|
|
4029
|
-
*/
|
|
4030
|
-
creationDateTime?: Date;
|
|
4031
|
-
|
|
4032
|
-
/**
|
|
4033
|
-
* <p>The date and time (in Unix time) that the recipe was last updated.</p>
|
|
4034
|
-
*/
|
|
4035
|
-
lastUpdatedDateTime?: Date;
|
|
4036
|
-
}
|
|
4037
|
-
|
|
4038
|
-
export namespace RecipeSummary {
|
|
4039
|
-
/**
|
|
4040
|
-
* @internal
|
|
4041
|
-
*/
|
|
4042
|
-
export const filterSensitiveLog = (obj: RecipeSummary): any => ({
|
|
4043
|
-
...obj,
|
|
4044
|
-
});
|
|
4045
|
-
}
|
|
4046
|
-
|
|
4047
|
-
export interface ListRecipesResponse {
|
|
4048
|
-
/**
|
|
4049
|
-
* <p>The list of available recipes.</p>
|
|
4050
|
-
*/
|
|
4051
|
-
recipes?: RecipeSummary[];
|
|
4052
|
-
|
|
4053
|
-
/**
|
|
4054
|
-
* <p>A token for getting the next set of recipes.</p>
|
|
4055
|
-
*/
|
|
4056
|
-
nextToken?: string;
|
|
4057
|
-
}
|
|
4058
|
-
|
|
4059
|
-
export namespace ListRecipesResponse {
|
|
4060
|
-
/**
|
|
4061
|
-
* @internal
|
|
4062
|
-
*/
|
|
4063
|
-
export const filterSensitiveLog = (obj: ListRecipesResponse): any => ({
|
|
4064
|
-
...obj,
|
|
4065
|
-
});
|
|
4066
|
-
}
|
|
4067
|
-
|
|
4068
|
-
export interface ListSchemasRequest {
|
|
4069
|
-
/**
|
|
4070
|
-
* <p>A token returned from the previous call to <code>ListSchemas</code> for getting
|
|
4071
|
-
* the next set of schemas (if they exist).</p>
|
|
4072
|
-
*/
|
|
4073
|
-
nextToken?: string;
|
|
4074
|
-
|
|
4075
|
-
/**
|
|
4076
|
-
* <p>The maximum number of schemas to return.</p>
|
|
4077
|
-
*/
|
|
4078
|
-
maxResults?: number;
|
|
4079
|
-
}
|
|
4080
|
-
|
|
4081
|
-
export namespace ListSchemasRequest {
|
|
4082
|
-
/**
|
|
4083
|
-
* @internal
|
|
4084
|
-
*/
|
|
4085
|
-
export const filterSensitiveLog = (obj: ListSchemasRequest): any => ({
|
|
4086
|
-
...obj,
|
|
4087
|
-
});
|
|
4088
|
-
}
|
|
4089
|
-
|
|
4090
|
-
/**
|
|
4091
|
-
* <p>Provides a summary of the properties of a dataset schema. For a complete listing, call the
|
|
4092
|
-
* <a>DescribeSchema</a> API.</p>
|
|
4093
|
-
*/
|
|
4094
|
-
export interface DatasetSchemaSummary {
|
|
4095
|
-
/**
|
|
4096
|
-
* <p>The name of the schema.</p>
|
|
4097
|
-
*/
|
|
4098
|
-
name?: string;
|
|
4099
|
-
|
|
4100
|
-
/**
|
|
4101
|
-
* <p>The Amazon Resource Name (ARN) of the schema.</p>
|
|
4102
|
-
*/
|
|
4103
|
-
schemaArn?: string;
|
|
4104
|
-
|
|
4105
|
-
/**
|
|
4106
|
-
* <p>The date and time (in Unix time) that the schema was created.</p>
|
|
4107
|
-
*/
|
|
4108
|
-
creationDateTime?: Date;
|
|
4109
|
-
|
|
4110
|
-
/**
|
|
4111
|
-
* <p>The date and time (in Unix time) that the schema was last updated.</p>
|
|
4112
|
-
*/
|
|
4113
|
-
lastUpdatedDateTime?: Date;
|
|
4114
|
-
}
|
|
4115
|
-
|
|
4116
|
-
export namespace DatasetSchemaSummary {
|
|
4117
|
-
/**
|
|
4118
|
-
* @internal
|
|
4119
|
-
*/
|
|
4120
|
-
export const filterSensitiveLog = (obj: DatasetSchemaSummary): any => ({
|
|
4121
|
-
...obj,
|
|
4122
|
-
});
|
|
4123
|
-
}
|
|
4124
|
-
|
|
4125
|
-
export interface ListSchemasResponse {
|
|
4126
|
-
/**
|
|
4127
|
-
* <p>A list of schemas.</p>
|
|
4128
|
-
*/
|
|
4129
|
-
schemas?: DatasetSchemaSummary[];
|
|
4130
|
-
|
|
4131
|
-
/**
|
|
4132
|
-
* <p>A token used to get the next set of schemas (if they exist).</p>
|
|
4133
|
-
*/
|
|
4134
|
-
nextToken?: string;
|
|
4135
|
-
}
|
|
4136
|
-
|
|
4137
|
-
export namespace ListSchemasResponse {
|
|
4138
|
-
/**
|
|
4139
|
-
* @internal
|
|
4140
|
-
*/
|
|
4141
|
-
export const filterSensitiveLog = (obj: ListSchemasResponse): any => ({
|
|
4142
|
-
...obj,
|
|
4143
|
-
});
|
|
4144
|
-
}
|
|
4145
|
-
|
|
4146
|
-
export interface ListSolutionsRequest {
|
|
4147
|
-
/**
|
|
4148
|
-
* <p>The Amazon Resource Name (ARN) of the dataset group.</p>
|
|
4149
|
-
*/
|
|
4150
|
-
datasetGroupArn?: string;
|
|
4151
|
-
|
|
4152
|
-
/**
|
|
4153
|
-
* <p>A token returned from the previous call to <code>ListSolutions</code> for getting
|
|
4154
|
-
* the next set of solutions (if they exist).</p>
|
|
4155
|
-
*/
|
|
4156
|
-
nextToken?: string;
|
|
4157
|
-
|
|
4158
|
-
/**
|
|
4159
|
-
* <p>The maximum number of solutions to return.</p>
|
|
4160
|
-
*/
|
|
4161
|
-
maxResults?: number;
|
|
4162
|
-
}
|
|
4163
|
-
|
|
4164
|
-
export namespace ListSolutionsRequest {
|
|
4165
|
-
/**
|
|
4166
|
-
* @internal
|
|
4167
|
-
*/
|
|
4168
|
-
export const filterSensitiveLog = (obj: ListSolutionsRequest): any => ({
|
|
4169
|
-
...obj,
|
|
4170
|
-
});
|
|
4171
|
-
}
|
|
4172
|
-
|
|
4173
|
-
/**
|
|
4174
|
-
* <p>Provides a summary of the properties of a solution. For a complete listing, call the
|
|
4175
|
-
* <a>DescribeSolution</a> API.</p>
|
|
4176
|
-
*/
|
|
4177
|
-
export interface SolutionSummary {
|
|
4178
|
-
/**
|
|
4179
|
-
* <p>The name of the solution.</p>
|
|
4180
|
-
*/
|
|
4181
|
-
name?: string;
|
|
4182
|
-
|
|
4183
|
-
/**
|
|
4184
|
-
* <p>The Amazon Resource Name (ARN) of the solution.</p>
|
|
4185
|
-
*/
|
|
4186
|
-
solutionArn?: string;
|
|
4187
|
-
|
|
4188
|
-
/**
|
|
4189
|
-
* <p>The status of the solution.</p>
|
|
4190
|
-
* <p>A solution can be in one of the following states:</p>
|
|
4191
|
-
* <ul>
|
|
4192
|
-
* <li>
|
|
4193
|
-
* <p>CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED</p>
|
|
4194
|
-
* </li>
|
|
4195
|
-
* <li>
|
|
4196
|
-
* <p>DELETE PENDING > DELETE IN_PROGRESS</p>
|
|
4197
|
-
* </li>
|
|
4198
|
-
* </ul>
|
|
4199
|
-
*/
|
|
4200
|
-
status?: string;
|
|
4201
|
-
|
|
4202
|
-
/**
|
|
4203
|
-
* <p>The date and time (in Unix time) that the solution was created.</p>
|
|
4204
|
-
*/
|
|
4205
|
-
creationDateTime?: Date;
|
|
4206
|
-
|
|
4207
|
-
/**
|
|
4208
|
-
* <p>The date and time (in Unix time) that the solution was last updated.</p>
|
|
4209
|
-
*/
|
|
4210
|
-
lastUpdatedDateTime?: Date;
|
|
4211
|
-
}
|
|
4212
|
-
|
|
4213
|
-
export namespace SolutionSummary {
|
|
4214
|
-
/**
|
|
4215
|
-
* @internal
|
|
4216
|
-
*/
|
|
4217
|
-
export const filterSensitiveLog = (obj: SolutionSummary): any => ({
|
|
4218
|
-
...obj,
|
|
4219
|
-
});
|
|
4220
|
-
}
|
|
4221
|
-
|
|
4222
|
-
export interface ListSolutionsResponse {
|
|
4223
|
-
/**
|
|
4224
|
-
* <p>A list of the current solutions.</p>
|
|
4225
|
-
*/
|
|
4226
|
-
solutions?: SolutionSummary[];
|
|
4227
|
-
|
|
4228
|
-
/**
|
|
4229
|
-
* <p>A token for getting the next set of solutions (if they exist).</p>
|
|
4230
|
-
*/
|
|
4231
|
-
nextToken?: string;
|
|
4232
|
-
}
|
|
4233
|
-
|
|
4234
|
-
export namespace ListSolutionsResponse {
|
|
4235
|
-
/**
|
|
4236
|
-
* @internal
|
|
4237
|
-
*/
|
|
4238
|
-
export const filterSensitiveLog = (obj: ListSolutionsResponse): any => ({
|
|
4239
|
-
...obj,
|
|
4240
|
-
});
|
|
4241
|
-
}
|
|
4242
|
-
|
|
4243
|
-
export interface ListSolutionVersionsRequest {
|
|
4244
|
-
/**
|
|
4245
|
-
* <p>The Amazon Resource Name (ARN) of the solution.</p>
|
|
4246
|
-
*/
|
|
4247
|
-
solutionArn?: string;
|
|
4248
|
-
|
|
4249
|
-
/**
|
|
4250
|
-
* <p>A token returned from the previous call to <code>ListSolutionVersions</code> for getting
|
|
4251
|
-
* the next set of solution versions (if they exist).</p>
|
|
4252
|
-
*/
|
|
4253
|
-
nextToken?: string;
|
|
4254
|
-
|
|
4255
|
-
/**
|
|
4256
|
-
* <p>The maximum number of solution versions to return.</p>
|
|
4257
|
-
*/
|
|
4258
|
-
maxResults?: number;
|
|
4259
|
-
}
|
|
4260
|
-
|
|
4261
|
-
export namespace ListSolutionVersionsRequest {
|
|
4262
|
-
/**
|
|
4263
|
-
* @internal
|
|
4264
|
-
*/
|
|
4265
|
-
export const filterSensitiveLog = (obj: ListSolutionVersionsRequest): any => ({
|
|
4266
|
-
...obj,
|
|
4267
|
-
});
|
|
4268
|
-
}
|
|
4269
|
-
|
|
4270
|
-
export interface ListSolutionVersionsResponse {
|
|
4271
|
-
/**
|
|
4272
|
-
* <p>A list of solution versions describing the version properties.</p>
|
|
4273
|
-
*/
|
|
4274
|
-
solutionVersions?: SolutionVersionSummary[];
|
|
4275
|
-
|
|
4276
|
-
/**
|
|
4277
|
-
* <p>A token for getting the next set of solution versions (if they exist).</p>
|
|
4278
|
-
*/
|
|
4279
|
-
nextToken?: string;
|
|
4280
|
-
}
|
|
4281
|
-
|
|
4282
|
-
export namespace ListSolutionVersionsResponse {
|
|
4283
|
-
/**
|
|
4284
|
-
* @internal
|
|
4285
|
-
*/
|
|
4286
|
-
export const filterSensitiveLog = (obj: ListSolutionVersionsResponse): any => ({
|
|
4287
|
-
...obj,
|
|
4288
|
-
});
|
|
4289
|
-
}
|
|
4290
|
-
|
|
4291
|
-
export interface StopSolutionVersionCreationRequest {
|
|
4292
|
-
/**
|
|
4293
|
-
* <p>The Amazon Resource Name (ARN) of the solution version you want to stop creating.</p>
|
|
4294
|
-
*/
|
|
4295
|
-
solutionVersionArn: string | undefined;
|
|
4296
|
-
}
|
|
4297
|
-
|
|
4298
|
-
export namespace StopSolutionVersionCreationRequest {
|
|
4299
|
-
/**
|
|
4300
|
-
* @internal
|
|
4301
|
-
*/
|
|
4302
|
-
export const filterSensitiveLog = (obj: StopSolutionVersionCreationRequest): any => ({
|
|
4303
|
-
...obj,
|
|
4304
|
-
});
|
|
4305
|
-
}
|
|
4306
|
-
|
|
4307
|
-
export interface UpdateCampaignRequest {
|
|
4308
|
-
/**
|
|
4309
|
-
* <p>The Amazon Resource Name (ARN) of the campaign.</p>
|
|
4310
|
-
*/
|
|
4311
|
-
campaignArn: string | undefined;
|
|
4312
|
-
|
|
4313
|
-
/**
|
|
4314
|
-
* <p>The ARN of a new solution version to deploy.</p>
|
|
4315
|
-
*/
|
|
4316
|
-
solutionVersionArn?: string;
|
|
4317
|
-
|
|
4318
|
-
/**
|
|
4319
|
-
* <p>Specifies the requested minimum provisioned transactions (recommendations) per second that
|
|
4320
|
-
* Amazon Personalize will support.</p>
|
|
4321
|
-
*/
|
|
4322
|
-
minProvisionedTPS?: number;
|
|
4323
|
-
|
|
4324
|
-
/**
|
|
4325
|
-
* <p>The configuration details of a campaign.</p>
|
|
4326
|
-
*/
|
|
4327
|
-
campaignConfig?: CampaignConfig;
|
|
4328
|
-
}
|
|
4329
|
-
|
|
4330
|
-
export namespace UpdateCampaignRequest {
|
|
4331
|
-
/**
|
|
4332
|
-
* @internal
|
|
4333
|
-
*/
|
|
4334
|
-
export const filterSensitiveLog = (obj: UpdateCampaignRequest): any => ({
|
|
4335
|
-
...obj,
|
|
4336
|
-
});
|
|
4337
|
-
}
|
|
4338
|
-
|
|
4339
|
-
export interface UpdateCampaignResponse {
|
|
4340
|
-
/**
|
|
4341
|
-
* <p>The same campaign ARN as given in the request.</p>
|
|
4342
|
-
*/
|
|
4343
|
-
campaignArn?: string;
|
|
4344
|
-
}
|
|
4345
|
-
|
|
4346
|
-
export namespace UpdateCampaignResponse {
|
|
4347
|
-
/**
|
|
4348
|
-
* @internal
|
|
4349
|
-
*/
|
|
4350
|
-
export const filterSensitiveLog = (obj: UpdateCampaignResponse): any => ({
|
|
4351
|
-
...obj,
|
|
4352
|
-
});
|
|
4353
|
-
}
|