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