@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
|
@@ -6,31 +6,11 @@ export interface DescribeBatchInferenceJobCommandInput extends DescribeBatchInfe
|
|
|
6
6
|
}
|
|
7
7
|
export interface DescribeBatchInferenceJobCommandOutput extends DescribeBatchInferenceJobResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Gets the properties of a batch inference job including name, Amazon Resource Name (ARN),
|
|
11
|
-
* status, input and output configurations, and the ARN of the solution version used to generate
|
|
12
|
-
* the recommendations.</p>
|
|
13
|
-
* @example
|
|
14
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
-
* ```javascript
|
|
16
|
-
* import { PersonalizeClient, DescribeBatchInferenceJobCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
17
|
-
* // const { PersonalizeClient, DescribeBatchInferenceJobCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
18
|
-
* const client = new PersonalizeClient(config);
|
|
19
|
-
* const command = new DescribeBatchInferenceJobCommand(input);
|
|
20
|
-
* const response = await client.send(command);
|
|
21
|
-
* ```
|
|
22
|
-
*
|
|
23
|
-
* @see {@link DescribeBatchInferenceJobCommandInput} for command's `input` shape.
|
|
24
|
-
* @see {@link DescribeBatchInferenceJobCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link PersonalizeClientResolvedConfig | config} for command's `input` shape.
|
|
26
|
-
*
|
|
27
|
-
*/
|
|
9
|
+
|
|
28
10
|
export declare class DescribeBatchInferenceJobCommand extends $Command<DescribeBatchInferenceJobCommandInput, DescribeBatchInferenceJobCommandOutput, PersonalizeClientResolvedConfig> {
|
|
29
11
|
readonly input: DescribeBatchInferenceJobCommandInput;
|
|
30
12
|
constructor(input: DescribeBatchInferenceJobCommandInput);
|
|
31
|
-
|
|
32
|
-
* @internal
|
|
33
|
-
*/
|
|
13
|
+
|
|
34
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeBatchInferenceJobCommandInput, DescribeBatchInferenceJobCommandOutput>;
|
|
35
15
|
private serialize;
|
|
36
16
|
private deserialize;
|
|
@@ -6,41 +6,11 @@ export interface DescribeCampaignCommandInput extends DescribeCampaignRequest {
|
|
|
6
6
|
}
|
|
7
7
|
export interface DescribeCampaignCommandOutput extends DescribeCampaignResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Describes the given campaign, including its status.</p>
|
|
11
|
-
* <p>A campaign can be in one of the following states:</p>
|
|
12
|
-
* <ul>
|
|
13
|
-
* <li>
|
|
14
|
-
* <p>CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED</p>
|
|
15
|
-
* </li>
|
|
16
|
-
* <li>
|
|
17
|
-
* <p>DELETE PENDING > DELETE IN_PROGRESS</p>
|
|
18
|
-
* </li>
|
|
19
|
-
* </ul>
|
|
20
|
-
* <p>When the <code>status</code> is <code>CREATE FAILED</code>, the response includes the
|
|
21
|
-
* <code>failureReason</code> key, which describes why.</p>
|
|
22
|
-
* <p>For more information on campaigns, see <a>CreateCampaign</a>.</p>
|
|
23
|
-
* @example
|
|
24
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
25
|
-
* ```javascript
|
|
26
|
-
* import { PersonalizeClient, DescribeCampaignCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
27
|
-
* // const { PersonalizeClient, DescribeCampaignCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
28
|
-
* const client = new PersonalizeClient(config);
|
|
29
|
-
* const command = new DescribeCampaignCommand(input);
|
|
30
|
-
* const response = await client.send(command);
|
|
31
|
-
* ```
|
|
32
|
-
*
|
|
33
|
-
* @see {@link DescribeCampaignCommandInput} for command's `input` shape.
|
|
34
|
-
* @see {@link DescribeCampaignCommandOutput} for command's `response` shape.
|
|
35
|
-
* @see {@link PersonalizeClientResolvedConfig | config} for command's `input` shape.
|
|
36
|
-
*
|
|
37
|
-
*/
|
|
9
|
+
|
|
38
10
|
export declare class DescribeCampaignCommand extends $Command<DescribeCampaignCommandInput, DescribeCampaignCommandOutput, PersonalizeClientResolvedConfig> {
|
|
39
11
|
readonly input: DescribeCampaignCommandInput;
|
|
40
12
|
constructor(input: DescribeCampaignCommandInput);
|
|
41
|
-
|
|
42
|
-
* @internal
|
|
43
|
-
*/
|
|
13
|
+
|
|
44
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeCampaignCommandInput, DescribeCampaignCommandOutput>;
|
|
45
15
|
private serialize;
|
|
46
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface DescribeDatasetCommandInput extends DescribeDatasetRequest {
|
|
|
6
6
|
}
|
|
7
7
|
export interface DescribeDatasetCommandOutput extends DescribeDatasetResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Describes the given dataset. For more information on datasets, see <a>CreateDataset</a>.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { PersonalizeClient, DescribeDatasetCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
15
|
-
* // const { PersonalizeClient, DescribeDatasetCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
16
|
-
* const client = new PersonalizeClient(config);
|
|
17
|
-
* const command = new DescribeDatasetCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link DescribeDatasetCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link DescribeDatasetCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link PersonalizeClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class DescribeDatasetCommand extends $Command<DescribeDatasetCommandInput, DescribeDatasetCommandOutput, PersonalizeClientResolvedConfig> {
|
|
27
11
|
readonly input: DescribeDatasetCommandInput;
|
|
28
12
|
constructor(input: DescribeDatasetCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeDatasetCommandInput, DescribeDatasetCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,30 +6,11 @@ export interface DescribeDatasetExportJobCommandInput extends DescribeDatasetExp
|
|
|
6
6
|
}
|
|
7
7
|
export interface DescribeDatasetExportJobCommandOutput extends DescribeDatasetExportJobResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Describes the dataset export job created by <a>CreateDatasetExportJob</a>,
|
|
11
|
-
* including the export job status.</p>
|
|
12
|
-
* @example
|
|
13
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
-
* ```javascript
|
|
15
|
-
* import { PersonalizeClient, DescribeDatasetExportJobCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
16
|
-
* // const { PersonalizeClient, DescribeDatasetExportJobCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
17
|
-
* const client = new PersonalizeClient(config);
|
|
18
|
-
* const command = new DescribeDatasetExportJobCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link DescribeDatasetExportJobCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link DescribeDatasetExportJobCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link PersonalizeClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
9
|
+
|
|
27
10
|
export declare class DescribeDatasetExportJobCommand extends $Command<DescribeDatasetExportJobCommandInput, DescribeDatasetExportJobCommandOutput, PersonalizeClientResolvedConfig> {
|
|
28
11
|
readonly input: DescribeDatasetExportJobCommandInput;
|
|
29
12
|
constructor(input: DescribeDatasetExportJobCommandInput);
|
|
30
|
-
|
|
31
|
-
* @internal
|
|
32
|
-
*/
|
|
13
|
+
|
|
33
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeDatasetExportJobCommandInput, DescribeDatasetExportJobCommandOutput>;
|
|
34
15
|
private serialize;
|
|
35
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface DescribeDatasetGroupCommandInput extends DescribeDatasetGroupRe
|
|
|
6
6
|
}
|
|
7
7
|
export interface DescribeDatasetGroupCommandOutput extends DescribeDatasetGroupResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Describes the given dataset group. For more information on dataset groups, see <a>CreateDatasetGroup</a>.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { PersonalizeClient, DescribeDatasetGroupCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
15
|
-
* // const { PersonalizeClient, DescribeDatasetGroupCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
16
|
-
* const client = new PersonalizeClient(config);
|
|
17
|
-
* const command = new DescribeDatasetGroupCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link DescribeDatasetGroupCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link DescribeDatasetGroupCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link PersonalizeClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class DescribeDatasetGroupCommand extends $Command<DescribeDatasetGroupCommandInput, DescribeDatasetGroupCommandOutput, PersonalizeClientResolvedConfig> {
|
|
27
11
|
readonly input: DescribeDatasetGroupCommandInput;
|
|
28
12
|
constructor(input: DescribeDatasetGroupCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeDatasetGroupCommandInput, DescribeDatasetGroupCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,30 +6,11 @@ export interface DescribeDatasetImportJobCommandInput extends DescribeDatasetImp
|
|
|
6
6
|
}
|
|
7
7
|
export interface DescribeDatasetImportJobCommandOutput extends DescribeDatasetImportJobResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Describes the dataset import job created by <a>CreateDatasetImportJob</a>,
|
|
11
|
-
* including the import job status.</p>
|
|
12
|
-
* @example
|
|
13
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
-
* ```javascript
|
|
15
|
-
* import { PersonalizeClient, DescribeDatasetImportJobCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
16
|
-
* // const { PersonalizeClient, DescribeDatasetImportJobCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
17
|
-
* const client = new PersonalizeClient(config);
|
|
18
|
-
* const command = new DescribeDatasetImportJobCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link DescribeDatasetImportJobCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link DescribeDatasetImportJobCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link PersonalizeClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
9
|
+
|
|
27
10
|
export declare class DescribeDatasetImportJobCommand extends $Command<DescribeDatasetImportJobCommandInput, DescribeDatasetImportJobCommandOutput, PersonalizeClientResolvedConfig> {
|
|
28
11
|
readonly input: DescribeDatasetImportJobCommandInput;
|
|
29
12
|
constructor(input: DescribeDatasetImportJobCommandInput);
|
|
30
|
-
|
|
31
|
-
* @internal
|
|
32
|
-
*/
|
|
13
|
+
|
|
33
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeDatasetImportJobCommandInput, DescribeDatasetImportJobCommandOutput>;
|
|
34
15
|
private serialize;
|
|
35
16
|
private deserialize;
|
|
@@ -6,31 +6,11 @@ export interface DescribeEventTrackerCommandInput extends DescribeEventTrackerRe
|
|
|
6
6
|
}
|
|
7
7
|
export interface DescribeEventTrackerCommandOutput extends DescribeEventTrackerResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Describes an event tracker. The response includes the <code>trackingId</code> and
|
|
11
|
-
* <code>status</code> of the event tracker.
|
|
12
|
-
* For more information on event trackers, see <a>CreateEventTracker</a>.</p>
|
|
13
|
-
* @example
|
|
14
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
-
* ```javascript
|
|
16
|
-
* import { PersonalizeClient, DescribeEventTrackerCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
17
|
-
* // const { PersonalizeClient, DescribeEventTrackerCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
18
|
-
* const client = new PersonalizeClient(config);
|
|
19
|
-
* const command = new DescribeEventTrackerCommand(input);
|
|
20
|
-
* const response = await client.send(command);
|
|
21
|
-
* ```
|
|
22
|
-
*
|
|
23
|
-
* @see {@link DescribeEventTrackerCommandInput} for command's `input` shape.
|
|
24
|
-
* @see {@link DescribeEventTrackerCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link PersonalizeClientResolvedConfig | config} for command's `input` shape.
|
|
26
|
-
*
|
|
27
|
-
*/
|
|
9
|
+
|
|
28
10
|
export declare class DescribeEventTrackerCommand extends $Command<DescribeEventTrackerCommandInput, DescribeEventTrackerCommandOutput, PersonalizeClientResolvedConfig> {
|
|
29
11
|
readonly input: DescribeEventTrackerCommandInput;
|
|
30
12
|
constructor(input: DescribeEventTrackerCommandInput);
|
|
31
|
-
|
|
32
|
-
* @internal
|
|
33
|
-
*/
|
|
13
|
+
|
|
34
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeEventTrackerCommandInput, DescribeEventTrackerCommandOutput>;
|
|
35
15
|
private serialize;
|
|
36
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface DescribeFeatureTransformationCommandInput extends DescribeFeatu
|
|
|
6
6
|
}
|
|
7
7
|
export interface DescribeFeatureTransformationCommandOutput extends DescribeFeatureTransformationResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Describes the given feature transformation.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { PersonalizeClient, DescribeFeatureTransformationCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
15
|
-
* // const { PersonalizeClient, DescribeFeatureTransformationCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
16
|
-
* const client = new PersonalizeClient(config);
|
|
17
|
-
* const command = new DescribeFeatureTransformationCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link DescribeFeatureTransformationCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link DescribeFeatureTransformationCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link PersonalizeClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class DescribeFeatureTransformationCommand extends $Command<DescribeFeatureTransformationCommandInput, DescribeFeatureTransformationCommandOutput, PersonalizeClientResolvedConfig> {
|
|
27
11
|
readonly input: DescribeFeatureTransformationCommandInput;
|
|
28
12
|
constructor(input: DescribeFeatureTransformationCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeFeatureTransformationCommandInput, DescribeFeatureTransformationCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface DescribeFilterCommandInput extends DescribeFilterRequest {
|
|
|
6
6
|
}
|
|
7
7
|
export interface DescribeFilterCommandOutput extends DescribeFilterResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Describes a filter's properties.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { PersonalizeClient, DescribeFilterCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
15
|
-
* // const { PersonalizeClient, DescribeFilterCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
16
|
-
* const client = new PersonalizeClient(config);
|
|
17
|
-
* const command = new DescribeFilterCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link DescribeFilterCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link DescribeFilterCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link PersonalizeClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class DescribeFilterCommand extends $Command<DescribeFilterCommandInput, DescribeFilterCommandOutput, PersonalizeClientResolvedConfig> {
|
|
27
11
|
readonly input: DescribeFilterCommandInput;
|
|
28
12
|
constructor(input: DescribeFilterCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeFilterCommandInput, DescribeFilterCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,47 +6,11 @@ export interface DescribeRecipeCommandInput extends DescribeRecipeRequest {
|
|
|
6
6
|
}
|
|
7
7
|
export interface DescribeRecipeCommandOutput extends DescribeRecipeResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Describes a recipe.</p>
|
|
11
|
-
* <p>A recipe contains three items:</p>
|
|
12
|
-
* <ul>
|
|
13
|
-
* <li>
|
|
14
|
-
* <p>An algorithm that trains a model.</p>
|
|
15
|
-
* </li>
|
|
16
|
-
* <li>
|
|
17
|
-
* <p>Hyperparameters that govern the training.</p>
|
|
18
|
-
* </li>
|
|
19
|
-
* <li>
|
|
20
|
-
* <p>Feature transformation information for modifying the input data before training.</p>
|
|
21
|
-
* </li>
|
|
22
|
-
* </ul>
|
|
23
|
-
* <p>Amazon Personalize provides a set of predefined recipes. You specify a recipe when you create a
|
|
24
|
-
* solution with the <a>CreateSolution</a> API.
|
|
25
|
-
* <code>CreateSolution</code> trains a model by using the algorithm
|
|
26
|
-
* in the specified recipe and a training dataset. The solution, when deployed as a campaign,
|
|
27
|
-
* can provide recommendations using the
|
|
28
|
-
* <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_RS_GetRecommendations.html">GetRecommendations</a> API.</p>
|
|
29
|
-
* @example
|
|
30
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
31
|
-
* ```javascript
|
|
32
|
-
* import { PersonalizeClient, DescribeRecipeCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
33
|
-
* // const { PersonalizeClient, DescribeRecipeCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
34
|
-
* const client = new PersonalizeClient(config);
|
|
35
|
-
* const command = new DescribeRecipeCommand(input);
|
|
36
|
-
* const response = await client.send(command);
|
|
37
|
-
* ```
|
|
38
|
-
*
|
|
39
|
-
* @see {@link DescribeRecipeCommandInput} for command's `input` shape.
|
|
40
|
-
* @see {@link DescribeRecipeCommandOutput} for command's `response` shape.
|
|
41
|
-
* @see {@link PersonalizeClientResolvedConfig | config} for command's `input` shape.
|
|
42
|
-
*
|
|
43
|
-
*/
|
|
9
|
+
|
|
44
10
|
export declare class DescribeRecipeCommand extends $Command<DescribeRecipeCommandInput, DescribeRecipeCommandOutput, PersonalizeClientResolvedConfig> {
|
|
45
11
|
readonly input: DescribeRecipeCommandInput;
|
|
46
12
|
constructor(input: DescribeRecipeCommandInput);
|
|
47
|
-
|
|
48
|
-
* @internal
|
|
49
|
-
*/
|
|
13
|
+
|
|
50
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeRecipeCommandInput, DescribeRecipeCommandOutput>;
|
|
51
15
|
private serialize;
|
|
52
16
|
private deserialize;
|
|
@@ -6,30 +6,11 @@ export interface DescribeSchemaCommandInput extends DescribeSchemaRequest {
|
|
|
6
6
|
}
|
|
7
7
|
export interface DescribeSchemaCommandOutput extends DescribeSchemaResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Describes a schema. For more information on schemas, see
|
|
11
|
-
* <a>CreateSchema</a>.</p>
|
|
12
|
-
* @example
|
|
13
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
-
* ```javascript
|
|
15
|
-
* import { PersonalizeClient, DescribeSchemaCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
16
|
-
* // const { PersonalizeClient, DescribeSchemaCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
17
|
-
* const client = new PersonalizeClient(config);
|
|
18
|
-
* const command = new DescribeSchemaCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link DescribeSchemaCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link DescribeSchemaCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link PersonalizeClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
9
|
+
|
|
27
10
|
export declare class DescribeSchemaCommand extends $Command<DescribeSchemaCommandInput, DescribeSchemaCommandOutput, PersonalizeClientResolvedConfig> {
|
|
28
11
|
readonly input: DescribeSchemaCommandInput;
|
|
29
12
|
constructor(input: DescribeSchemaCommandInput);
|
|
30
|
-
|
|
31
|
-
* @internal
|
|
32
|
-
*/
|
|
13
|
+
|
|
33
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeSchemaCommandInput, DescribeSchemaCommandOutput>;
|
|
34
15
|
private serialize;
|
|
35
16
|
private deserialize;
|
|
@@ -6,30 +6,11 @@ export interface DescribeSolutionCommandInput extends DescribeSolutionRequest {
|
|
|
6
6
|
}
|
|
7
7
|
export interface DescribeSolutionCommandOutput extends DescribeSolutionResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Describes a solution.
|
|
11
|
-
* For more information on solutions, see <a>CreateSolution</a>.</p>
|
|
12
|
-
* @example
|
|
13
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
-
* ```javascript
|
|
15
|
-
* import { PersonalizeClient, DescribeSolutionCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
16
|
-
* // const { PersonalizeClient, DescribeSolutionCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
17
|
-
* const client = new PersonalizeClient(config);
|
|
18
|
-
* const command = new DescribeSolutionCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link DescribeSolutionCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link DescribeSolutionCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link PersonalizeClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
9
|
+
|
|
27
10
|
export declare class DescribeSolutionCommand extends $Command<DescribeSolutionCommandInput, DescribeSolutionCommandOutput, PersonalizeClientResolvedConfig> {
|
|
28
11
|
readonly input: DescribeSolutionCommandInput;
|
|
29
12
|
constructor(input: DescribeSolutionCommandInput);
|
|
30
|
-
|
|
31
|
-
* @internal
|
|
32
|
-
*/
|
|
13
|
+
|
|
33
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeSolutionCommandInput, DescribeSolutionCommandOutput>;
|
|
34
15
|
private serialize;
|
|
35
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface DescribeSolutionVersionCommandInput extends DescribeSolutionVer
|
|
|
6
6
|
}
|
|
7
7
|
export interface DescribeSolutionVersionCommandOutput extends DescribeSolutionVersionResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Describes a specific version of a solution. For more information on solutions, see <a>CreateSolution</a>.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { PersonalizeClient, DescribeSolutionVersionCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
15
|
-
* // const { PersonalizeClient, DescribeSolutionVersionCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
16
|
-
* const client = new PersonalizeClient(config);
|
|
17
|
-
* const command = new DescribeSolutionVersionCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link DescribeSolutionVersionCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link DescribeSolutionVersionCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link PersonalizeClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class DescribeSolutionVersionCommand extends $Command<DescribeSolutionVersionCommandInput, DescribeSolutionVersionCommandOutput, PersonalizeClientResolvedConfig> {
|
|
27
11
|
readonly input: DescribeSolutionVersionCommandInput;
|
|
28
12
|
constructor(input: DescribeSolutionVersionCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeSolutionVersionCommandInput, DescribeSolutionVersionCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface GetSolutionMetricsCommandInput extends GetSolutionMetricsReques
|
|
|
6
6
|
}
|
|
7
7
|
export interface GetSolutionMetricsCommandOutput extends GetSolutionMetricsResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Gets the metrics for the specified solution version.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { PersonalizeClient, GetSolutionMetricsCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
15
|
-
* // const { PersonalizeClient, GetSolutionMetricsCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
16
|
-
* const client = new PersonalizeClient(config);
|
|
17
|
-
* const command = new GetSolutionMetricsCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link GetSolutionMetricsCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link GetSolutionMetricsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link PersonalizeClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class GetSolutionMetricsCommand extends $Command<GetSolutionMetricsCommandInput, GetSolutionMetricsCommandOutput, PersonalizeClientResolvedConfig> {
|
|
27
11
|
readonly input: GetSolutionMetricsCommandInput;
|
|
28
12
|
constructor(input: GetSolutionMetricsCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetSolutionMetricsCommandInput, GetSolutionMetricsCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,30 +6,11 @@ export interface ListBatchInferenceJobsCommandInput extends ListBatchInferenceJo
|
|
|
6
6
|
}
|
|
7
7
|
export interface ListBatchInferenceJobsCommandOutput extends ListBatchInferenceJobsResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Gets a list of the batch inference jobs that have been performed off of a solution
|
|
11
|
-
* version.</p>
|
|
12
|
-
* @example
|
|
13
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
-
* ```javascript
|
|
15
|
-
* import { PersonalizeClient, ListBatchInferenceJobsCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
16
|
-
* // const { PersonalizeClient, ListBatchInferenceJobsCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
17
|
-
* const client = new PersonalizeClient(config);
|
|
18
|
-
* const command = new ListBatchInferenceJobsCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link ListBatchInferenceJobsCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link ListBatchInferenceJobsCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link PersonalizeClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
9
|
+
|
|
27
10
|
export declare class ListBatchInferenceJobsCommand extends $Command<ListBatchInferenceJobsCommandInput, ListBatchInferenceJobsCommandOutput, PersonalizeClientResolvedConfig> {
|
|
28
11
|
readonly input: ListBatchInferenceJobsCommandInput;
|
|
29
12
|
constructor(input: ListBatchInferenceJobsCommandInput);
|
|
30
|
-
|
|
31
|
-
* @internal
|
|
32
|
-
*/
|
|
13
|
+
|
|
33
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListBatchInferenceJobsCommandInput, ListBatchInferenceJobsCommandOutput>;
|
|
34
15
|
private serialize;
|
|
35
16
|
private deserialize;
|
|
@@ -6,32 +6,11 @@ export interface ListCampaignsCommandInput extends ListCampaignsRequest {
|
|
|
6
6
|
}
|
|
7
7
|
export interface ListCampaignsCommandOutput extends ListCampaignsResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Returns a list of campaigns that use the given solution.
|
|
11
|
-
* When a solution is not specified, all the campaigns associated with the account are listed.
|
|
12
|
-
* The response provides the properties for each campaign, including the Amazon Resource Name (ARN).
|
|
13
|
-
* For more information on campaigns, see <a>CreateCampaign</a>.</p>
|
|
14
|
-
* @example
|
|
15
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
16
|
-
* ```javascript
|
|
17
|
-
* import { PersonalizeClient, ListCampaignsCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
18
|
-
* // const { PersonalizeClient, ListCampaignsCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
19
|
-
* const client = new PersonalizeClient(config);
|
|
20
|
-
* const command = new ListCampaignsCommand(input);
|
|
21
|
-
* const response = await client.send(command);
|
|
22
|
-
* ```
|
|
23
|
-
*
|
|
24
|
-
* @see {@link ListCampaignsCommandInput} for command's `input` shape.
|
|
25
|
-
* @see {@link ListCampaignsCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link PersonalizeClientResolvedConfig | config} for command's `input` shape.
|
|
27
|
-
*
|
|
28
|
-
*/
|
|
9
|
+
|
|
29
10
|
export declare class ListCampaignsCommand extends $Command<ListCampaignsCommandInput, ListCampaignsCommandOutput, PersonalizeClientResolvedConfig> {
|
|
30
11
|
readonly input: ListCampaignsCommandInput;
|
|
31
12
|
constructor(input: ListCampaignsCommandInput);
|
|
32
|
-
|
|
33
|
-
* @internal
|
|
34
|
-
*/
|
|
13
|
+
|
|
35
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListCampaignsCommandInput, ListCampaignsCommandOutput>;
|
|
36
15
|
private serialize;
|
|
37
16
|
private deserialize;
|
|
@@ -6,33 +6,11 @@ export interface ListDatasetExportJobsCommandInput extends ListDatasetExportJobs
|
|
|
6
6
|
}
|
|
7
7
|
export interface ListDatasetExportJobsCommandOutput extends ListDatasetExportJobsResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Returns a list of dataset export jobs that use the given dataset. When a dataset is not
|
|
11
|
-
* specified, all the dataset export jobs associated with the account are listed. The response
|
|
12
|
-
* provides the properties for each dataset export job, including the Amazon Resource Name (ARN).
|
|
13
|
-
* For more information on dataset export jobs, see <a>CreateDatasetExportJob</a>. For
|
|
14
|
-
* more information on datasets, see <a>CreateDataset</a>.</p>
|
|
15
|
-
* @example
|
|
16
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
17
|
-
* ```javascript
|
|
18
|
-
* import { PersonalizeClient, ListDatasetExportJobsCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
19
|
-
* // const { PersonalizeClient, ListDatasetExportJobsCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
20
|
-
* const client = new PersonalizeClient(config);
|
|
21
|
-
* const command = new ListDatasetExportJobsCommand(input);
|
|
22
|
-
* const response = await client.send(command);
|
|
23
|
-
* ```
|
|
24
|
-
*
|
|
25
|
-
* @see {@link ListDatasetExportJobsCommandInput} for command's `input` shape.
|
|
26
|
-
* @see {@link ListDatasetExportJobsCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link PersonalizeClientResolvedConfig | config} for command's `input` shape.
|
|
28
|
-
*
|
|
29
|
-
*/
|
|
9
|
+
|
|
30
10
|
export declare class ListDatasetExportJobsCommand extends $Command<ListDatasetExportJobsCommandInput, ListDatasetExportJobsCommandOutput, PersonalizeClientResolvedConfig> {
|
|
31
11
|
readonly input: ListDatasetExportJobsCommandInput;
|
|
32
12
|
constructor(input: ListDatasetExportJobsCommandInput);
|
|
33
|
-
|
|
34
|
-
* @internal
|
|
35
|
-
*/
|
|
13
|
+
|
|
36
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDatasetExportJobsCommandInput, ListDatasetExportJobsCommandOutput>;
|
|
37
15
|
private serialize;
|
|
38
16
|
private deserialize;
|
|
@@ -6,31 +6,11 @@ export interface ListDatasetGroupsCommandInput extends ListDatasetGroupsRequest
|
|
|
6
6
|
}
|
|
7
7
|
export interface ListDatasetGroupsCommandOutput extends ListDatasetGroupsResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Returns a list of dataset groups. The response provides the properties for each dataset
|
|
11
|
-
* group, including the Amazon Resource Name (ARN). For more information on dataset groups, see
|
|
12
|
-
* <a>CreateDatasetGroup</a>.</p>
|
|
13
|
-
* @example
|
|
14
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
-
* ```javascript
|
|
16
|
-
* import { PersonalizeClient, ListDatasetGroupsCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
17
|
-
* // const { PersonalizeClient, ListDatasetGroupsCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
18
|
-
* const client = new PersonalizeClient(config);
|
|
19
|
-
* const command = new ListDatasetGroupsCommand(input);
|
|
20
|
-
* const response = await client.send(command);
|
|
21
|
-
* ```
|
|
22
|
-
*
|
|
23
|
-
* @see {@link ListDatasetGroupsCommandInput} for command's `input` shape.
|
|
24
|
-
* @see {@link ListDatasetGroupsCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link PersonalizeClientResolvedConfig | config} for command's `input` shape.
|
|
26
|
-
*
|
|
27
|
-
*/
|
|
9
|
+
|
|
28
10
|
export declare class ListDatasetGroupsCommand extends $Command<ListDatasetGroupsCommandInput, ListDatasetGroupsCommandOutput, PersonalizeClientResolvedConfig> {
|
|
29
11
|
readonly input: ListDatasetGroupsCommandInput;
|
|
30
12
|
constructor(input: ListDatasetGroupsCommandInput);
|
|
31
|
-
|
|
32
|
-
* @internal
|
|
33
|
-
*/
|
|
13
|
+
|
|
34
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDatasetGroupsCommandInput, ListDatasetGroupsCommandOutput>;
|
|
35
15
|
private serialize;
|
|
36
16
|
private deserialize;
|