@aws-sdk/client-personalize 3.1019.0 → 3.1021.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.
Files changed (25) hide show
  1. package/dist-es/Personalize.js +4 -4
  2. package/dist-types/Personalize.d.ts +71 -71
  3. package/dist-types/PersonalizeClient.d.ts +74 -74
  4. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  5. package/dist-types/index.d.ts +1 -1
  6. package/dist-types/models/models_0.d.ts +1 -1
  7. package/dist-types/pagination/ListBatchInferenceJobsPaginator.d.ts +1 -1
  8. package/dist-types/pagination/ListBatchSegmentJobsPaginator.d.ts +1 -1
  9. package/dist-types/pagination/ListCampaignsPaginator.d.ts +1 -1
  10. package/dist-types/pagination/ListDatasetExportJobsPaginator.d.ts +1 -1
  11. package/dist-types/pagination/ListDatasetGroupsPaginator.d.ts +1 -1
  12. package/dist-types/pagination/ListDatasetImportJobsPaginator.d.ts +1 -1
  13. package/dist-types/pagination/ListDatasetsPaginator.d.ts +1 -1
  14. package/dist-types/pagination/ListEventTrackersPaginator.d.ts +1 -1
  15. package/dist-types/pagination/ListFiltersPaginator.d.ts +1 -1
  16. package/dist-types/pagination/ListMetricAttributionMetricsPaginator.d.ts +1 -1
  17. package/dist-types/pagination/ListMetricAttributionsPaginator.d.ts +1 -1
  18. package/dist-types/pagination/ListRecipesPaginator.d.ts +1 -1
  19. package/dist-types/pagination/ListRecommendersPaginator.d.ts +1 -1
  20. package/dist-types/pagination/ListSchemasPaginator.d.ts +1 -1
  21. package/dist-types/pagination/ListSolutionVersionsPaginator.d.ts +1 -1
  22. package/dist-types/pagination/ListSolutionsPaginator.d.ts +1 -1
  23. package/dist-types/ts3.4/PersonalizeClient.d.ts +2 -3
  24. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  25. package/package.json +14 -14
@@ -51,19 +51,19 @@ import { ListDatasetGroupsCommand, } from "./commands/ListDatasetGroupsCommand";
51
51
  import { ListDatasetImportJobsCommand, } from "./commands/ListDatasetImportJobsCommand";
52
52
  import { ListDatasetsCommand, } from "./commands/ListDatasetsCommand";
53
53
  import { ListEventTrackersCommand, } from "./commands/ListEventTrackersCommand";
54
- import { ListFiltersCommand } from "./commands/ListFiltersCommand";
54
+ import { ListFiltersCommand, } from "./commands/ListFiltersCommand";
55
55
  import { ListMetricAttributionMetricsCommand, } from "./commands/ListMetricAttributionMetricsCommand";
56
56
  import { ListMetricAttributionsCommand, } from "./commands/ListMetricAttributionsCommand";
57
- import { ListRecipesCommand } from "./commands/ListRecipesCommand";
57
+ import { ListRecipesCommand, } from "./commands/ListRecipesCommand";
58
58
  import { ListRecommendersCommand, } from "./commands/ListRecommendersCommand";
59
- import { ListSchemasCommand } from "./commands/ListSchemasCommand";
59
+ import { ListSchemasCommand, } from "./commands/ListSchemasCommand";
60
60
  import { ListSolutionsCommand, } from "./commands/ListSolutionsCommand";
61
61
  import { ListSolutionVersionsCommand, } from "./commands/ListSolutionVersionsCommand";
62
62
  import { ListTagsForResourceCommand, } from "./commands/ListTagsForResourceCommand";
63
63
  import { StartRecommenderCommand, } from "./commands/StartRecommenderCommand";
64
64
  import { StopRecommenderCommand, } from "./commands/StopRecommenderCommand";
65
65
  import { StopSolutionVersionCreationCommand, } from "./commands/StopSolutionVersionCreationCommand";
66
- import { TagResourceCommand } from "./commands/TagResourceCommand";
66
+ import { TagResourceCommand, } from "./commands/TagResourceCommand";
67
67
  import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
68
68
  import { UpdateCampaignCommand, } from "./commands/UpdateCampaignCommand";
69
69
  import { UpdateDatasetCommand, } from "./commands/UpdateDatasetCommand";
@@ -1,75 +1,75 @@
1
1
  import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator } from "@smithy/types";
2
- import { CreateBatchInferenceJobCommandInput, CreateBatchInferenceJobCommandOutput } from "./commands/CreateBatchInferenceJobCommand";
3
- import { CreateBatchSegmentJobCommandInput, CreateBatchSegmentJobCommandOutput } from "./commands/CreateBatchSegmentJobCommand";
4
- import { CreateCampaignCommandInput, CreateCampaignCommandOutput } from "./commands/CreateCampaignCommand";
5
- import { CreateDataDeletionJobCommandInput, CreateDataDeletionJobCommandOutput } from "./commands/CreateDataDeletionJobCommand";
6
- import { CreateDatasetCommandInput, CreateDatasetCommandOutput } from "./commands/CreateDatasetCommand";
7
- import { CreateDatasetExportJobCommandInput, CreateDatasetExportJobCommandOutput } from "./commands/CreateDatasetExportJobCommand";
8
- import { CreateDatasetGroupCommandInput, CreateDatasetGroupCommandOutput } from "./commands/CreateDatasetGroupCommand";
9
- import { CreateDatasetImportJobCommandInput, CreateDatasetImportJobCommandOutput } from "./commands/CreateDatasetImportJobCommand";
10
- import { CreateEventTrackerCommandInput, CreateEventTrackerCommandOutput } from "./commands/CreateEventTrackerCommand";
11
- import { CreateFilterCommandInput, CreateFilterCommandOutput } from "./commands/CreateFilterCommand";
12
- import { CreateMetricAttributionCommandInput, CreateMetricAttributionCommandOutput } from "./commands/CreateMetricAttributionCommand";
13
- import { CreateRecommenderCommandInput, CreateRecommenderCommandOutput } from "./commands/CreateRecommenderCommand";
14
- import { CreateSchemaCommandInput, CreateSchemaCommandOutput } from "./commands/CreateSchemaCommand";
15
- import { CreateSolutionCommandInput, CreateSolutionCommandOutput } from "./commands/CreateSolutionCommand";
16
- import { CreateSolutionVersionCommandInput, CreateSolutionVersionCommandOutput } from "./commands/CreateSolutionVersionCommand";
17
- import { DeleteCampaignCommandInput, DeleteCampaignCommandOutput } from "./commands/DeleteCampaignCommand";
18
- import { DeleteDatasetCommandInput, DeleteDatasetCommandOutput } from "./commands/DeleteDatasetCommand";
19
- import { DeleteDatasetGroupCommandInput, DeleteDatasetGroupCommandOutput } from "./commands/DeleteDatasetGroupCommand";
20
- import { DeleteEventTrackerCommandInput, DeleteEventTrackerCommandOutput } from "./commands/DeleteEventTrackerCommand";
21
- import { DeleteFilterCommandInput, DeleteFilterCommandOutput } from "./commands/DeleteFilterCommand";
22
- import { DeleteMetricAttributionCommandInput, DeleteMetricAttributionCommandOutput } from "./commands/DeleteMetricAttributionCommand";
23
- import { DeleteRecommenderCommandInput, DeleteRecommenderCommandOutput } from "./commands/DeleteRecommenderCommand";
24
- import { DeleteSchemaCommandInput, DeleteSchemaCommandOutput } from "./commands/DeleteSchemaCommand";
25
- import { DeleteSolutionCommandInput, DeleteSolutionCommandOutput } from "./commands/DeleteSolutionCommand";
26
- import { DescribeAlgorithmCommandInput, DescribeAlgorithmCommandOutput } from "./commands/DescribeAlgorithmCommand";
27
- import { DescribeBatchInferenceJobCommandInput, DescribeBatchInferenceJobCommandOutput } from "./commands/DescribeBatchInferenceJobCommand";
28
- import { DescribeBatchSegmentJobCommandInput, DescribeBatchSegmentJobCommandOutput } from "./commands/DescribeBatchSegmentJobCommand";
29
- import { DescribeCampaignCommandInput, DescribeCampaignCommandOutput } from "./commands/DescribeCampaignCommand";
30
- import { DescribeDataDeletionJobCommandInput, DescribeDataDeletionJobCommandOutput } from "./commands/DescribeDataDeletionJobCommand";
31
- import { DescribeDatasetCommandInput, DescribeDatasetCommandOutput } from "./commands/DescribeDatasetCommand";
32
- import { DescribeDatasetExportJobCommandInput, DescribeDatasetExportJobCommandOutput } from "./commands/DescribeDatasetExportJobCommand";
33
- import { DescribeDatasetGroupCommandInput, DescribeDatasetGroupCommandOutput } from "./commands/DescribeDatasetGroupCommand";
34
- import { DescribeDatasetImportJobCommandInput, DescribeDatasetImportJobCommandOutput } from "./commands/DescribeDatasetImportJobCommand";
35
- import { DescribeEventTrackerCommandInput, DescribeEventTrackerCommandOutput } from "./commands/DescribeEventTrackerCommand";
36
- import { DescribeFeatureTransformationCommandInput, DescribeFeatureTransformationCommandOutput } from "./commands/DescribeFeatureTransformationCommand";
37
- import { DescribeFilterCommandInput, DescribeFilterCommandOutput } from "./commands/DescribeFilterCommand";
38
- import { DescribeMetricAttributionCommandInput, DescribeMetricAttributionCommandOutput } from "./commands/DescribeMetricAttributionCommand";
39
- import { DescribeRecipeCommandInput, DescribeRecipeCommandOutput } from "./commands/DescribeRecipeCommand";
40
- import { DescribeRecommenderCommandInput, DescribeRecommenderCommandOutput } from "./commands/DescribeRecommenderCommand";
41
- import { DescribeSchemaCommandInput, DescribeSchemaCommandOutput } from "./commands/DescribeSchemaCommand";
42
- import { DescribeSolutionCommandInput, DescribeSolutionCommandOutput } from "./commands/DescribeSolutionCommand";
43
- import { DescribeSolutionVersionCommandInput, DescribeSolutionVersionCommandOutput } from "./commands/DescribeSolutionVersionCommand";
44
- import { GetSolutionMetricsCommandInput, GetSolutionMetricsCommandOutput } from "./commands/GetSolutionMetricsCommand";
45
- import { ListBatchInferenceJobsCommandInput, ListBatchInferenceJobsCommandOutput } from "./commands/ListBatchInferenceJobsCommand";
46
- import { ListBatchSegmentJobsCommandInput, ListBatchSegmentJobsCommandOutput } from "./commands/ListBatchSegmentJobsCommand";
47
- import { ListCampaignsCommandInput, ListCampaignsCommandOutput } from "./commands/ListCampaignsCommand";
48
- import { ListDataDeletionJobsCommandInput, ListDataDeletionJobsCommandOutput } from "./commands/ListDataDeletionJobsCommand";
49
- import { ListDatasetExportJobsCommandInput, ListDatasetExportJobsCommandOutput } from "./commands/ListDatasetExportJobsCommand";
50
- import { ListDatasetGroupsCommandInput, ListDatasetGroupsCommandOutput } from "./commands/ListDatasetGroupsCommand";
51
- import { ListDatasetImportJobsCommandInput, ListDatasetImportJobsCommandOutput } from "./commands/ListDatasetImportJobsCommand";
52
- import { ListDatasetsCommandInput, ListDatasetsCommandOutput } from "./commands/ListDatasetsCommand";
53
- import { ListEventTrackersCommandInput, ListEventTrackersCommandOutput } from "./commands/ListEventTrackersCommand";
54
- import { ListFiltersCommandInput, ListFiltersCommandOutput } from "./commands/ListFiltersCommand";
55
- import { ListMetricAttributionMetricsCommandInput, ListMetricAttributionMetricsCommandOutput } from "./commands/ListMetricAttributionMetricsCommand";
56
- import { ListMetricAttributionsCommandInput, ListMetricAttributionsCommandOutput } from "./commands/ListMetricAttributionsCommand";
57
- import { ListRecipesCommandInput, ListRecipesCommandOutput } from "./commands/ListRecipesCommand";
58
- import { ListRecommendersCommandInput, ListRecommendersCommandOutput } from "./commands/ListRecommendersCommand";
59
- import { ListSchemasCommandInput, ListSchemasCommandOutput } from "./commands/ListSchemasCommand";
60
- import { ListSolutionsCommandInput, ListSolutionsCommandOutput } from "./commands/ListSolutionsCommand";
61
- import { ListSolutionVersionsCommandInput, ListSolutionVersionsCommandOutput } from "./commands/ListSolutionVersionsCommand";
62
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
63
- import { StartRecommenderCommandInput, StartRecommenderCommandOutput } from "./commands/StartRecommenderCommand";
64
- import { StopRecommenderCommandInput, StopRecommenderCommandOutput } from "./commands/StopRecommenderCommand";
65
- import { StopSolutionVersionCreationCommandInput, StopSolutionVersionCreationCommandOutput } from "./commands/StopSolutionVersionCreationCommand";
66
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
67
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
68
- import { UpdateCampaignCommandInput, UpdateCampaignCommandOutput } from "./commands/UpdateCampaignCommand";
69
- import { UpdateDatasetCommandInput, UpdateDatasetCommandOutput } from "./commands/UpdateDatasetCommand";
70
- import { UpdateMetricAttributionCommandInput, UpdateMetricAttributionCommandOutput } from "./commands/UpdateMetricAttributionCommand";
71
- import { UpdateRecommenderCommandInput, UpdateRecommenderCommandOutput } from "./commands/UpdateRecommenderCommand";
72
- import { UpdateSolutionCommandInput, UpdateSolutionCommandOutput } from "./commands/UpdateSolutionCommand";
2
+ import { type CreateBatchInferenceJobCommandInput, type CreateBatchInferenceJobCommandOutput } from "./commands/CreateBatchInferenceJobCommand";
3
+ import { type CreateBatchSegmentJobCommandInput, type CreateBatchSegmentJobCommandOutput } from "./commands/CreateBatchSegmentJobCommand";
4
+ import { type CreateCampaignCommandInput, type CreateCampaignCommandOutput } from "./commands/CreateCampaignCommand";
5
+ import { type CreateDataDeletionJobCommandInput, type CreateDataDeletionJobCommandOutput } from "./commands/CreateDataDeletionJobCommand";
6
+ import { type CreateDatasetCommandInput, type CreateDatasetCommandOutput } from "./commands/CreateDatasetCommand";
7
+ import { type CreateDatasetExportJobCommandInput, type CreateDatasetExportJobCommandOutput } from "./commands/CreateDatasetExportJobCommand";
8
+ import { type CreateDatasetGroupCommandInput, type CreateDatasetGroupCommandOutput } from "./commands/CreateDatasetGroupCommand";
9
+ import { type CreateDatasetImportJobCommandInput, type CreateDatasetImportJobCommandOutput } from "./commands/CreateDatasetImportJobCommand";
10
+ import { type CreateEventTrackerCommandInput, type CreateEventTrackerCommandOutput } from "./commands/CreateEventTrackerCommand";
11
+ import { type CreateFilterCommandInput, type CreateFilterCommandOutput } from "./commands/CreateFilterCommand";
12
+ import { type CreateMetricAttributionCommandInput, type CreateMetricAttributionCommandOutput } from "./commands/CreateMetricAttributionCommand";
13
+ import { type CreateRecommenderCommandInput, type CreateRecommenderCommandOutput } from "./commands/CreateRecommenderCommand";
14
+ import { type CreateSchemaCommandInput, type CreateSchemaCommandOutput } from "./commands/CreateSchemaCommand";
15
+ import { type CreateSolutionCommandInput, type CreateSolutionCommandOutput } from "./commands/CreateSolutionCommand";
16
+ import { type CreateSolutionVersionCommandInput, type CreateSolutionVersionCommandOutput } from "./commands/CreateSolutionVersionCommand";
17
+ import { type DeleteCampaignCommandInput, type DeleteCampaignCommandOutput } from "./commands/DeleteCampaignCommand";
18
+ import { type DeleteDatasetCommandInput, type DeleteDatasetCommandOutput } from "./commands/DeleteDatasetCommand";
19
+ import { type DeleteDatasetGroupCommandInput, type DeleteDatasetGroupCommandOutput } from "./commands/DeleteDatasetGroupCommand";
20
+ import { type DeleteEventTrackerCommandInput, type DeleteEventTrackerCommandOutput } from "./commands/DeleteEventTrackerCommand";
21
+ import { type DeleteFilterCommandInput, type DeleteFilterCommandOutput } from "./commands/DeleteFilterCommand";
22
+ import { type DeleteMetricAttributionCommandInput, type DeleteMetricAttributionCommandOutput } from "./commands/DeleteMetricAttributionCommand";
23
+ import { type DeleteRecommenderCommandInput, type DeleteRecommenderCommandOutput } from "./commands/DeleteRecommenderCommand";
24
+ import { type DeleteSchemaCommandInput, type DeleteSchemaCommandOutput } from "./commands/DeleteSchemaCommand";
25
+ import { type DeleteSolutionCommandInput, type DeleteSolutionCommandOutput } from "./commands/DeleteSolutionCommand";
26
+ import { type DescribeAlgorithmCommandInput, type DescribeAlgorithmCommandOutput } from "./commands/DescribeAlgorithmCommand";
27
+ import { type DescribeBatchInferenceJobCommandInput, type DescribeBatchInferenceJobCommandOutput } from "./commands/DescribeBatchInferenceJobCommand";
28
+ import { type DescribeBatchSegmentJobCommandInput, type DescribeBatchSegmentJobCommandOutput } from "./commands/DescribeBatchSegmentJobCommand";
29
+ import { type DescribeCampaignCommandInput, type DescribeCampaignCommandOutput } from "./commands/DescribeCampaignCommand";
30
+ import { type DescribeDataDeletionJobCommandInput, type DescribeDataDeletionJobCommandOutput } from "./commands/DescribeDataDeletionJobCommand";
31
+ import { type DescribeDatasetCommandInput, type DescribeDatasetCommandOutput } from "./commands/DescribeDatasetCommand";
32
+ import { type DescribeDatasetExportJobCommandInput, type DescribeDatasetExportJobCommandOutput } from "./commands/DescribeDatasetExportJobCommand";
33
+ import { type DescribeDatasetGroupCommandInput, type DescribeDatasetGroupCommandOutput } from "./commands/DescribeDatasetGroupCommand";
34
+ import { type DescribeDatasetImportJobCommandInput, type DescribeDatasetImportJobCommandOutput } from "./commands/DescribeDatasetImportJobCommand";
35
+ import { type DescribeEventTrackerCommandInput, type DescribeEventTrackerCommandOutput } from "./commands/DescribeEventTrackerCommand";
36
+ import { type DescribeFeatureTransformationCommandInput, type DescribeFeatureTransformationCommandOutput } from "./commands/DescribeFeatureTransformationCommand";
37
+ import { type DescribeFilterCommandInput, type DescribeFilterCommandOutput } from "./commands/DescribeFilterCommand";
38
+ import { type DescribeMetricAttributionCommandInput, type DescribeMetricAttributionCommandOutput } from "./commands/DescribeMetricAttributionCommand";
39
+ import { type DescribeRecipeCommandInput, type DescribeRecipeCommandOutput } from "./commands/DescribeRecipeCommand";
40
+ import { type DescribeRecommenderCommandInput, type DescribeRecommenderCommandOutput } from "./commands/DescribeRecommenderCommand";
41
+ import { type DescribeSchemaCommandInput, type DescribeSchemaCommandOutput } from "./commands/DescribeSchemaCommand";
42
+ import { type DescribeSolutionCommandInput, type DescribeSolutionCommandOutput } from "./commands/DescribeSolutionCommand";
43
+ import { type DescribeSolutionVersionCommandInput, type DescribeSolutionVersionCommandOutput } from "./commands/DescribeSolutionVersionCommand";
44
+ import { type GetSolutionMetricsCommandInput, type GetSolutionMetricsCommandOutput } from "./commands/GetSolutionMetricsCommand";
45
+ import { type ListBatchInferenceJobsCommandInput, type ListBatchInferenceJobsCommandOutput } from "./commands/ListBatchInferenceJobsCommand";
46
+ import { type ListBatchSegmentJobsCommandInput, type ListBatchSegmentJobsCommandOutput } from "./commands/ListBatchSegmentJobsCommand";
47
+ import { type ListCampaignsCommandInput, type ListCampaignsCommandOutput } from "./commands/ListCampaignsCommand";
48
+ import { type ListDataDeletionJobsCommandInput, type ListDataDeletionJobsCommandOutput } from "./commands/ListDataDeletionJobsCommand";
49
+ import { type ListDatasetExportJobsCommandInput, type ListDatasetExportJobsCommandOutput } from "./commands/ListDatasetExportJobsCommand";
50
+ import { type ListDatasetGroupsCommandInput, type ListDatasetGroupsCommandOutput } from "./commands/ListDatasetGroupsCommand";
51
+ import { type ListDatasetImportJobsCommandInput, type ListDatasetImportJobsCommandOutput } from "./commands/ListDatasetImportJobsCommand";
52
+ import { type ListDatasetsCommandInput, type ListDatasetsCommandOutput } from "./commands/ListDatasetsCommand";
53
+ import { type ListEventTrackersCommandInput, type ListEventTrackersCommandOutput } from "./commands/ListEventTrackersCommand";
54
+ import { type ListFiltersCommandInput, type ListFiltersCommandOutput } from "./commands/ListFiltersCommand";
55
+ import { type ListMetricAttributionMetricsCommandInput, type ListMetricAttributionMetricsCommandOutput } from "./commands/ListMetricAttributionMetricsCommand";
56
+ import { type ListMetricAttributionsCommandInput, type ListMetricAttributionsCommandOutput } from "./commands/ListMetricAttributionsCommand";
57
+ import { type ListRecipesCommandInput, type ListRecipesCommandOutput } from "./commands/ListRecipesCommand";
58
+ import { type ListRecommendersCommandInput, type ListRecommendersCommandOutput } from "./commands/ListRecommendersCommand";
59
+ import { type ListSchemasCommandInput, type ListSchemasCommandOutput } from "./commands/ListSchemasCommand";
60
+ import { type ListSolutionsCommandInput, type ListSolutionsCommandOutput } from "./commands/ListSolutionsCommand";
61
+ import { type ListSolutionVersionsCommandInput, type ListSolutionVersionsCommandOutput } from "./commands/ListSolutionVersionsCommand";
62
+ import { type ListTagsForResourceCommandInput, type ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
63
+ import { type StartRecommenderCommandInput, type StartRecommenderCommandOutput } from "./commands/StartRecommenderCommand";
64
+ import { type StopRecommenderCommandInput, type StopRecommenderCommandOutput } from "./commands/StopRecommenderCommand";
65
+ import { type StopSolutionVersionCreationCommandInput, type StopSolutionVersionCreationCommandOutput } from "./commands/StopSolutionVersionCreationCommand";
66
+ import { type TagResourceCommandInput, type TagResourceCommandOutput } from "./commands/TagResourceCommand";
67
+ import { type UntagResourceCommandInput, type UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
68
+ import { type UpdateCampaignCommandInput, type UpdateCampaignCommandOutput } from "./commands/UpdateCampaignCommand";
69
+ import { type UpdateDatasetCommandInput, type UpdateDatasetCommandOutput } from "./commands/UpdateDatasetCommand";
70
+ import { type UpdateMetricAttributionCommandInput, type UpdateMetricAttributionCommandOutput } from "./commands/UpdateMetricAttributionCommand";
71
+ import { type UpdateRecommenderCommandInput, type UpdateRecommenderCommandOutput } from "./commands/UpdateRecommenderCommand";
72
+ import { type UpdateSolutionCommandInput, type UpdateSolutionCommandOutput } from "./commands/UpdateSolutionCommand";
73
73
  import { PersonalizeClient } from "./PersonalizeClient";
74
74
  export interface Personalize {
75
75
  /**
@@ -5,80 +5,80 @@ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/m
5
5
  import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
6
6
  import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
7
  import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
8
- import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
8
+ import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
9
9
  import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
- import { CreateBatchInferenceJobCommandInput, CreateBatchInferenceJobCommandOutput } from "./commands/CreateBatchInferenceJobCommand";
11
- import { CreateBatchSegmentJobCommandInput, CreateBatchSegmentJobCommandOutput } from "./commands/CreateBatchSegmentJobCommand";
12
- import { CreateCampaignCommandInput, CreateCampaignCommandOutput } from "./commands/CreateCampaignCommand";
13
- import { CreateDataDeletionJobCommandInput, CreateDataDeletionJobCommandOutput } from "./commands/CreateDataDeletionJobCommand";
14
- import { CreateDatasetCommandInput, CreateDatasetCommandOutput } from "./commands/CreateDatasetCommand";
15
- import { CreateDatasetExportJobCommandInput, CreateDatasetExportJobCommandOutput } from "./commands/CreateDatasetExportJobCommand";
16
- import { CreateDatasetGroupCommandInput, CreateDatasetGroupCommandOutput } from "./commands/CreateDatasetGroupCommand";
17
- import { CreateDatasetImportJobCommandInput, CreateDatasetImportJobCommandOutput } from "./commands/CreateDatasetImportJobCommand";
18
- import { CreateEventTrackerCommandInput, CreateEventTrackerCommandOutput } from "./commands/CreateEventTrackerCommand";
19
- import { CreateFilterCommandInput, CreateFilterCommandOutput } from "./commands/CreateFilterCommand";
20
- import { CreateMetricAttributionCommandInput, CreateMetricAttributionCommandOutput } from "./commands/CreateMetricAttributionCommand";
21
- import { CreateRecommenderCommandInput, CreateRecommenderCommandOutput } from "./commands/CreateRecommenderCommand";
22
- import { CreateSchemaCommandInput, CreateSchemaCommandOutput } from "./commands/CreateSchemaCommand";
23
- import { CreateSolutionCommandInput, CreateSolutionCommandOutput } from "./commands/CreateSolutionCommand";
24
- import { CreateSolutionVersionCommandInput, CreateSolutionVersionCommandOutput } from "./commands/CreateSolutionVersionCommand";
25
- import { DeleteCampaignCommandInput, DeleteCampaignCommandOutput } from "./commands/DeleteCampaignCommand";
26
- import { DeleteDatasetCommandInput, DeleteDatasetCommandOutput } from "./commands/DeleteDatasetCommand";
27
- import { DeleteDatasetGroupCommandInput, DeleteDatasetGroupCommandOutput } from "./commands/DeleteDatasetGroupCommand";
28
- import { DeleteEventTrackerCommandInput, DeleteEventTrackerCommandOutput } from "./commands/DeleteEventTrackerCommand";
29
- import { DeleteFilterCommandInput, DeleteFilterCommandOutput } from "./commands/DeleteFilterCommand";
30
- import { DeleteMetricAttributionCommandInput, DeleteMetricAttributionCommandOutput } from "./commands/DeleteMetricAttributionCommand";
31
- import { DeleteRecommenderCommandInput, DeleteRecommenderCommandOutput } from "./commands/DeleteRecommenderCommand";
32
- import { DeleteSchemaCommandInput, DeleteSchemaCommandOutput } from "./commands/DeleteSchemaCommand";
33
- import { DeleteSolutionCommandInput, DeleteSolutionCommandOutput } from "./commands/DeleteSolutionCommand";
34
- import { DescribeAlgorithmCommandInput, DescribeAlgorithmCommandOutput } from "./commands/DescribeAlgorithmCommand";
35
- import { DescribeBatchInferenceJobCommandInput, DescribeBatchInferenceJobCommandOutput } from "./commands/DescribeBatchInferenceJobCommand";
36
- import { DescribeBatchSegmentJobCommandInput, DescribeBatchSegmentJobCommandOutput } from "./commands/DescribeBatchSegmentJobCommand";
37
- import { DescribeCampaignCommandInput, DescribeCampaignCommandOutput } from "./commands/DescribeCampaignCommand";
38
- import { DescribeDataDeletionJobCommandInput, DescribeDataDeletionJobCommandOutput } from "./commands/DescribeDataDeletionJobCommand";
39
- import { DescribeDatasetCommandInput, DescribeDatasetCommandOutput } from "./commands/DescribeDatasetCommand";
40
- import { DescribeDatasetExportJobCommandInput, DescribeDatasetExportJobCommandOutput } from "./commands/DescribeDatasetExportJobCommand";
41
- import { DescribeDatasetGroupCommandInput, DescribeDatasetGroupCommandOutput } from "./commands/DescribeDatasetGroupCommand";
42
- import { DescribeDatasetImportJobCommandInput, DescribeDatasetImportJobCommandOutput } from "./commands/DescribeDatasetImportJobCommand";
43
- import { DescribeEventTrackerCommandInput, DescribeEventTrackerCommandOutput } from "./commands/DescribeEventTrackerCommand";
44
- import { DescribeFeatureTransformationCommandInput, DescribeFeatureTransformationCommandOutput } from "./commands/DescribeFeatureTransformationCommand";
45
- import { DescribeFilterCommandInput, DescribeFilterCommandOutput } from "./commands/DescribeFilterCommand";
46
- import { DescribeMetricAttributionCommandInput, DescribeMetricAttributionCommandOutput } from "./commands/DescribeMetricAttributionCommand";
47
- import { DescribeRecipeCommandInput, DescribeRecipeCommandOutput } from "./commands/DescribeRecipeCommand";
48
- import { DescribeRecommenderCommandInput, DescribeRecommenderCommandOutput } from "./commands/DescribeRecommenderCommand";
49
- import { DescribeSchemaCommandInput, DescribeSchemaCommandOutput } from "./commands/DescribeSchemaCommand";
50
- import { DescribeSolutionCommandInput, DescribeSolutionCommandOutput } from "./commands/DescribeSolutionCommand";
51
- import { DescribeSolutionVersionCommandInput, DescribeSolutionVersionCommandOutput } from "./commands/DescribeSolutionVersionCommand";
52
- import { GetSolutionMetricsCommandInput, GetSolutionMetricsCommandOutput } from "./commands/GetSolutionMetricsCommand";
53
- import { ListBatchInferenceJobsCommandInput, ListBatchInferenceJobsCommandOutput } from "./commands/ListBatchInferenceJobsCommand";
54
- import { ListBatchSegmentJobsCommandInput, ListBatchSegmentJobsCommandOutput } from "./commands/ListBatchSegmentJobsCommand";
55
- import { ListCampaignsCommandInput, ListCampaignsCommandOutput } from "./commands/ListCampaignsCommand";
56
- import { ListDataDeletionJobsCommandInput, ListDataDeletionJobsCommandOutput } from "./commands/ListDataDeletionJobsCommand";
57
- import { ListDatasetExportJobsCommandInput, ListDatasetExportJobsCommandOutput } from "./commands/ListDatasetExportJobsCommand";
58
- import { ListDatasetGroupsCommandInput, ListDatasetGroupsCommandOutput } from "./commands/ListDatasetGroupsCommand";
59
- import { ListDatasetImportJobsCommandInput, ListDatasetImportJobsCommandOutput } from "./commands/ListDatasetImportJobsCommand";
60
- import { ListDatasetsCommandInput, ListDatasetsCommandOutput } from "./commands/ListDatasetsCommand";
61
- import { ListEventTrackersCommandInput, ListEventTrackersCommandOutput } from "./commands/ListEventTrackersCommand";
62
- import { ListFiltersCommandInput, ListFiltersCommandOutput } from "./commands/ListFiltersCommand";
63
- import { ListMetricAttributionMetricsCommandInput, ListMetricAttributionMetricsCommandOutput } from "./commands/ListMetricAttributionMetricsCommand";
64
- import { ListMetricAttributionsCommandInput, ListMetricAttributionsCommandOutput } from "./commands/ListMetricAttributionsCommand";
65
- import { ListRecipesCommandInput, ListRecipesCommandOutput } from "./commands/ListRecipesCommand";
66
- import { ListRecommendersCommandInput, ListRecommendersCommandOutput } from "./commands/ListRecommendersCommand";
67
- import { ListSchemasCommandInput, ListSchemasCommandOutput } from "./commands/ListSchemasCommand";
68
- import { ListSolutionsCommandInput, ListSolutionsCommandOutput } from "./commands/ListSolutionsCommand";
69
- import { ListSolutionVersionsCommandInput, ListSolutionVersionsCommandOutput } from "./commands/ListSolutionVersionsCommand";
70
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
71
- import { StartRecommenderCommandInput, StartRecommenderCommandOutput } from "./commands/StartRecommenderCommand";
72
- import { StopRecommenderCommandInput, StopRecommenderCommandOutput } from "./commands/StopRecommenderCommand";
73
- import { StopSolutionVersionCreationCommandInput, StopSolutionVersionCreationCommandOutput } from "./commands/StopSolutionVersionCreationCommand";
74
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
75
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
76
- import { UpdateCampaignCommandInput, UpdateCampaignCommandOutput } from "./commands/UpdateCampaignCommand";
77
- import { UpdateDatasetCommandInput, UpdateDatasetCommandOutput } from "./commands/UpdateDatasetCommand";
78
- import { UpdateMetricAttributionCommandInput, UpdateMetricAttributionCommandOutput } from "./commands/UpdateMetricAttributionCommand";
79
- import { UpdateRecommenderCommandInput, UpdateRecommenderCommandOutput } from "./commands/UpdateRecommenderCommand";
80
- import { UpdateSolutionCommandInput, UpdateSolutionCommandOutput } from "./commands/UpdateSolutionCommand";
81
- import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
10
+ import type { CreateBatchInferenceJobCommandInput, CreateBatchInferenceJobCommandOutput } from "./commands/CreateBatchInferenceJobCommand";
11
+ import type { CreateBatchSegmentJobCommandInput, CreateBatchSegmentJobCommandOutput } from "./commands/CreateBatchSegmentJobCommand";
12
+ import type { CreateCampaignCommandInput, CreateCampaignCommandOutput } from "./commands/CreateCampaignCommand";
13
+ import type { CreateDataDeletionJobCommandInput, CreateDataDeletionJobCommandOutput } from "./commands/CreateDataDeletionJobCommand";
14
+ import type { CreateDatasetCommandInput, CreateDatasetCommandOutput } from "./commands/CreateDatasetCommand";
15
+ import type { CreateDatasetExportJobCommandInput, CreateDatasetExportJobCommandOutput } from "./commands/CreateDatasetExportJobCommand";
16
+ import type { CreateDatasetGroupCommandInput, CreateDatasetGroupCommandOutput } from "./commands/CreateDatasetGroupCommand";
17
+ import type { CreateDatasetImportJobCommandInput, CreateDatasetImportJobCommandOutput } from "./commands/CreateDatasetImportJobCommand";
18
+ import type { CreateEventTrackerCommandInput, CreateEventTrackerCommandOutput } from "./commands/CreateEventTrackerCommand";
19
+ import type { CreateFilterCommandInput, CreateFilterCommandOutput } from "./commands/CreateFilterCommand";
20
+ import type { CreateMetricAttributionCommandInput, CreateMetricAttributionCommandOutput } from "./commands/CreateMetricAttributionCommand";
21
+ import type { CreateRecommenderCommandInput, CreateRecommenderCommandOutput } from "./commands/CreateRecommenderCommand";
22
+ import type { CreateSchemaCommandInput, CreateSchemaCommandOutput } from "./commands/CreateSchemaCommand";
23
+ import type { CreateSolutionCommandInput, CreateSolutionCommandOutput } from "./commands/CreateSolutionCommand";
24
+ import type { CreateSolutionVersionCommandInput, CreateSolutionVersionCommandOutput } from "./commands/CreateSolutionVersionCommand";
25
+ import type { DeleteCampaignCommandInput, DeleteCampaignCommandOutput } from "./commands/DeleteCampaignCommand";
26
+ import type { DeleteDatasetCommandInput, DeleteDatasetCommandOutput } from "./commands/DeleteDatasetCommand";
27
+ import type { DeleteDatasetGroupCommandInput, DeleteDatasetGroupCommandOutput } from "./commands/DeleteDatasetGroupCommand";
28
+ import type { DeleteEventTrackerCommandInput, DeleteEventTrackerCommandOutput } from "./commands/DeleteEventTrackerCommand";
29
+ import type { DeleteFilterCommandInput, DeleteFilterCommandOutput } from "./commands/DeleteFilterCommand";
30
+ import type { DeleteMetricAttributionCommandInput, DeleteMetricAttributionCommandOutput } from "./commands/DeleteMetricAttributionCommand";
31
+ import type { DeleteRecommenderCommandInput, DeleteRecommenderCommandOutput } from "./commands/DeleteRecommenderCommand";
32
+ import type { DeleteSchemaCommandInput, DeleteSchemaCommandOutput } from "./commands/DeleteSchemaCommand";
33
+ import type { DeleteSolutionCommandInput, DeleteSolutionCommandOutput } from "./commands/DeleteSolutionCommand";
34
+ import type { DescribeAlgorithmCommandInput, DescribeAlgorithmCommandOutput } from "./commands/DescribeAlgorithmCommand";
35
+ import type { DescribeBatchInferenceJobCommandInput, DescribeBatchInferenceJobCommandOutput } from "./commands/DescribeBatchInferenceJobCommand";
36
+ import type { DescribeBatchSegmentJobCommandInput, DescribeBatchSegmentJobCommandOutput } from "./commands/DescribeBatchSegmentJobCommand";
37
+ import type { DescribeCampaignCommandInput, DescribeCampaignCommandOutput } from "./commands/DescribeCampaignCommand";
38
+ import type { DescribeDataDeletionJobCommandInput, DescribeDataDeletionJobCommandOutput } from "./commands/DescribeDataDeletionJobCommand";
39
+ import type { DescribeDatasetCommandInput, DescribeDatasetCommandOutput } from "./commands/DescribeDatasetCommand";
40
+ import type { DescribeDatasetExportJobCommandInput, DescribeDatasetExportJobCommandOutput } from "./commands/DescribeDatasetExportJobCommand";
41
+ import type { DescribeDatasetGroupCommandInput, DescribeDatasetGroupCommandOutput } from "./commands/DescribeDatasetGroupCommand";
42
+ import type { DescribeDatasetImportJobCommandInput, DescribeDatasetImportJobCommandOutput } from "./commands/DescribeDatasetImportJobCommand";
43
+ import type { DescribeEventTrackerCommandInput, DescribeEventTrackerCommandOutput } from "./commands/DescribeEventTrackerCommand";
44
+ import type { DescribeFeatureTransformationCommandInput, DescribeFeatureTransformationCommandOutput } from "./commands/DescribeFeatureTransformationCommand";
45
+ import type { DescribeFilterCommandInput, DescribeFilterCommandOutput } from "./commands/DescribeFilterCommand";
46
+ import type { DescribeMetricAttributionCommandInput, DescribeMetricAttributionCommandOutput } from "./commands/DescribeMetricAttributionCommand";
47
+ import type { DescribeRecipeCommandInput, DescribeRecipeCommandOutput } from "./commands/DescribeRecipeCommand";
48
+ import type { DescribeRecommenderCommandInput, DescribeRecommenderCommandOutput } from "./commands/DescribeRecommenderCommand";
49
+ import type { DescribeSchemaCommandInput, DescribeSchemaCommandOutput } from "./commands/DescribeSchemaCommand";
50
+ import type { DescribeSolutionCommandInput, DescribeSolutionCommandOutput } from "./commands/DescribeSolutionCommand";
51
+ import type { DescribeSolutionVersionCommandInput, DescribeSolutionVersionCommandOutput } from "./commands/DescribeSolutionVersionCommand";
52
+ import type { GetSolutionMetricsCommandInput, GetSolutionMetricsCommandOutput } from "./commands/GetSolutionMetricsCommand";
53
+ import type { ListBatchInferenceJobsCommandInput, ListBatchInferenceJobsCommandOutput } from "./commands/ListBatchInferenceJobsCommand";
54
+ import type { ListBatchSegmentJobsCommandInput, ListBatchSegmentJobsCommandOutput } from "./commands/ListBatchSegmentJobsCommand";
55
+ import type { ListCampaignsCommandInput, ListCampaignsCommandOutput } from "./commands/ListCampaignsCommand";
56
+ import type { ListDataDeletionJobsCommandInput, ListDataDeletionJobsCommandOutput } from "./commands/ListDataDeletionJobsCommand";
57
+ import type { ListDatasetExportJobsCommandInput, ListDatasetExportJobsCommandOutput } from "./commands/ListDatasetExportJobsCommand";
58
+ import type { ListDatasetGroupsCommandInput, ListDatasetGroupsCommandOutput } from "./commands/ListDatasetGroupsCommand";
59
+ import type { ListDatasetImportJobsCommandInput, ListDatasetImportJobsCommandOutput } from "./commands/ListDatasetImportJobsCommand";
60
+ import type { ListDatasetsCommandInput, ListDatasetsCommandOutput } from "./commands/ListDatasetsCommand";
61
+ import type { ListEventTrackersCommandInput, ListEventTrackersCommandOutput } from "./commands/ListEventTrackersCommand";
62
+ import type { ListFiltersCommandInput, ListFiltersCommandOutput } from "./commands/ListFiltersCommand";
63
+ import type { ListMetricAttributionMetricsCommandInput, ListMetricAttributionMetricsCommandOutput } from "./commands/ListMetricAttributionMetricsCommand";
64
+ import type { ListMetricAttributionsCommandInput, ListMetricAttributionsCommandOutput } from "./commands/ListMetricAttributionsCommand";
65
+ import type { ListRecipesCommandInput, ListRecipesCommandOutput } from "./commands/ListRecipesCommand";
66
+ import type { ListRecommendersCommandInput, ListRecommendersCommandOutput } from "./commands/ListRecommendersCommand";
67
+ import type { ListSchemasCommandInput, ListSchemasCommandOutput } from "./commands/ListSchemasCommand";
68
+ import type { ListSolutionsCommandInput, ListSolutionsCommandOutput } from "./commands/ListSolutionsCommand";
69
+ import type { ListSolutionVersionsCommandInput, ListSolutionVersionsCommandOutput } from "./commands/ListSolutionVersionsCommand";
70
+ import type { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
71
+ import type { StartRecommenderCommandInput, StartRecommenderCommandOutput } from "./commands/StartRecommenderCommand";
72
+ import type { StopRecommenderCommandInput, StopRecommenderCommandOutput } from "./commands/StopRecommenderCommand";
73
+ import type { StopSolutionVersionCreationCommandInput, StopSolutionVersionCreationCommandOutput } from "./commands/StopSolutionVersionCreationCommand";
74
+ import type { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
75
+ import type { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
76
+ import type { UpdateCampaignCommandInput, UpdateCampaignCommandOutput } from "./commands/UpdateCampaignCommand";
77
+ import type { UpdateDatasetCommandInput, UpdateDatasetCommandOutput } from "./commands/UpdateDatasetCommand";
78
+ import type { UpdateMetricAttributionCommandInput, UpdateMetricAttributionCommandOutput } from "./commands/UpdateMetricAttributionCommand";
79
+ import type { UpdateRecommenderCommandInput, UpdateRecommenderCommandOutput } from "./commands/UpdateRecommenderCommand";
80
+ import type { UpdateSolutionCommandInput, UpdateSolutionCommandOutput } from "./commands/UpdateSolutionCommand";
81
+ import { type ClientInputEndpointParameters, type ClientResolvedEndpointParameters, type EndpointParameters } from "./endpoint/EndpointParameters";
82
82
  import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
83
83
  export { __Client };
84
84
  /**
@@ -187,7 +187,7 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
187
187
  * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
188
188
  * @internal
189
189
  */
190
- defaultUserAgentProvider?: Provider<__UserAgent>;
190
+ defaultUserAgentProvider?: __Provider<__UserAgent>;
191
191
  /**
192
192
  * Default credentials provider; Not available in browser runtime.
193
193
  * @deprecated
@@ -1,4 +1,4 @@
1
- import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
1
+ import type { AwsCredentialIdentity, AwsCredentialIdentityProvider, HttpAuthScheme } from "@smithy/types";
2
2
  import type { PersonalizeHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
3
3
  /**
4
4
  * @internal
@@ -6,7 +6,7 @@
6
6
  */
7
7
  export * from "./PersonalizeClient";
8
8
  export * from "./Personalize";
9
- export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
9
+ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
10
10
  export type { RuntimeExtension } from "./runtimeExtensions";
11
11
  export type { PersonalizeExtensionConfiguration } from "./extensionConfiguration";
12
12
  export * from "./commands";
@@ -1,4 +1,4 @@
1
- import { BatchInferenceJobMode, Domain, ImportMode, IngestionMode, ObjectiveSensitivity, RankingInfluenceType, RecipeProvider, TrainingMode, TrainingType } from "./enums";
1
+ import type { BatchInferenceJobMode, Domain, ImportMode, IngestionMode, ObjectiveSensitivity, RankingInfluenceType, RecipeProvider, TrainingMode, TrainingType } from "./enums";
2
2
  /**
3
3
  * <p>Describes an algorithm image.</p>
4
4
  * @public
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListBatchInferenceJobsCommandInput, ListBatchInferenceJobsCommandOutput } from "../commands/ListBatchInferenceJobsCommand";
3
- import { PersonalizePaginationConfiguration } from "./Interfaces";
3
+ import type { PersonalizePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListBatchSegmentJobsCommandInput, ListBatchSegmentJobsCommandOutput } from "../commands/ListBatchSegmentJobsCommand";
3
- import { PersonalizePaginationConfiguration } from "./Interfaces";
3
+ import type { PersonalizePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListCampaignsCommandInput, ListCampaignsCommandOutput } from "../commands/ListCampaignsCommand";
3
- import { PersonalizePaginationConfiguration } from "./Interfaces";
3
+ import type { PersonalizePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListDatasetExportJobsCommandInput, ListDatasetExportJobsCommandOutput } from "../commands/ListDatasetExportJobsCommand";
3
- import { PersonalizePaginationConfiguration } from "./Interfaces";
3
+ import type { PersonalizePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListDatasetGroupsCommandInput, ListDatasetGroupsCommandOutput } from "../commands/ListDatasetGroupsCommand";
3
- import { PersonalizePaginationConfiguration } from "./Interfaces";
3
+ import type { PersonalizePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListDatasetImportJobsCommandInput, ListDatasetImportJobsCommandOutput } from "../commands/ListDatasetImportJobsCommand";
3
- import { PersonalizePaginationConfiguration } from "./Interfaces";
3
+ import type { PersonalizePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListDatasetsCommandInput, ListDatasetsCommandOutput } from "../commands/ListDatasetsCommand";
3
- import { PersonalizePaginationConfiguration } from "./Interfaces";
3
+ import type { PersonalizePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListEventTrackersCommandInput, ListEventTrackersCommandOutput } from "../commands/ListEventTrackersCommand";
3
- import { PersonalizePaginationConfiguration } from "./Interfaces";
3
+ import type { PersonalizePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListFiltersCommandInput, ListFiltersCommandOutput } from "../commands/ListFiltersCommand";
3
- import { PersonalizePaginationConfiguration } from "./Interfaces";
3
+ import type { PersonalizePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListMetricAttributionMetricsCommandInput, ListMetricAttributionMetricsCommandOutput } from "../commands/ListMetricAttributionMetricsCommand";
3
- import { PersonalizePaginationConfiguration } from "./Interfaces";
3
+ import type { PersonalizePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListMetricAttributionsCommandInput, ListMetricAttributionsCommandOutput } from "../commands/ListMetricAttributionsCommand";
3
- import { PersonalizePaginationConfiguration } from "./Interfaces";
3
+ import type { PersonalizePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListRecipesCommandInput, ListRecipesCommandOutput } from "../commands/ListRecipesCommand";
3
- import { PersonalizePaginationConfiguration } from "./Interfaces";
3
+ import type { PersonalizePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListRecommendersCommandInput, ListRecommendersCommandOutput } from "../commands/ListRecommendersCommand";
3
- import { PersonalizePaginationConfiguration } from "./Interfaces";
3
+ import type { PersonalizePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListSchemasCommandInput, ListSchemasCommandOutput } from "../commands/ListSchemasCommand";
3
- import { PersonalizePaginationConfiguration } from "./Interfaces";
3
+ import type { PersonalizePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListSolutionVersionsCommandInput, ListSolutionVersionsCommandOutput } from "../commands/ListSolutionVersionsCommand";
3
- import { PersonalizePaginationConfiguration } from "./Interfaces";
3
+ import type { PersonalizePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListSolutionsCommandInput, ListSolutionsCommandOutput } from "../commands/ListSolutionsCommand";
3
- import { PersonalizePaginationConfiguration } from "./Interfaces";
3
+ import type { PersonalizePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -26,6 +26,7 @@ import {
26
26
  Client as __Client,
27
27
  } from "@smithy/smithy-client";
28
28
  import {
29
+ AwsCredentialIdentityProvider,
29
30
  BodyLengthCalculator as __BodyLengthCalculator,
30
31
  CheckOptionalClientConfig as __CheckOptionalClientConfig,
31
32
  ChecksumConstructor as __ChecksumConstructor,
@@ -37,8 +38,6 @@ import {
37
38
  Provider as __Provider,
38
39
  StreamCollector as __StreamCollector,
39
40
  UrlParser as __UrlParser,
40
- AwsCredentialIdentityProvider,
41
- Provider,
42
41
  UserAgent as __UserAgent,
43
42
  } from "@smithy/types";
44
43
  import {
@@ -498,7 +497,7 @@ export interface ClientDefaults
498
497
  useFipsEndpoint?: boolean | __Provider<boolean>;
499
498
  region?: string | __Provider<string>;
500
499
  profile?: string;
501
- defaultUserAgentProvider?: Provider<__UserAgent>;
500
+ defaultUserAgentProvider?: __Provider<__UserAgent>;
502
501
  credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
503
502
  maxAttempts?: number | __Provider<number>;
504
503
  retryMode?: string | __Provider<string>;
@@ -1,7 +1,7 @@
1
1
  import {
2
- HttpAuthScheme,
3
2
  AwsCredentialIdentity,
4
3
  AwsCredentialIdentityProvider,
4
+ HttpAuthScheme,
5
5
  } from "@smithy/types";
6
6
  import { PersonalizeHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
7
7
  export interface HttpAuthExtensionConfiguration {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-personalize",
3
3
  "description": "AWS SDK for JavaScript Personalize Client for Node.js, Browser and React Native",
4
- "version": "3.1019.0",
4
+ "version": "3.1021.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-personalize",
@@ -21,41 +21,41 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "5.2.0",
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
- "@aws-sdk/core": "^3.973.25",
25
- "@aws-sdk/credential-provider-node": "^3.972.27",
24
+ "@aws-sdk/core": "^3.973.26",
25
+ "@aws-sdk/credential-provider-node": "^3.972.29",
26
26
  "@aws-sdk/middleware-host-header": "^3.972.8",
27
27
  "@aws-sdk/middleware-logger": "^3.972.8",
28
28
  "@aws-sdk/middleware-recursion-detection": "^3.972.9",
29
- "@aws-sdk/middleware-user-agent": "^3.972.26",
29
+ "@aws-sdk/middleware-user-agent": "^3.972.28",
30
30
  "@aws-sdk/region-config-resolver": "^3.972.10",
31
31
  "@aws-sdk/types": "^3.973.6",
32
32
  "@aws-sdk/util-endpoints": "^3.996.5",
33
33
  "@aws-sdk/util-user-agent-browser": "^3.972.8",
34
- "@aws-sdk/util-user-agent-node": "^3.973.12",
34
+ "@aws-sdk/util-user-agent-node": "^3.973.14",
35
35
  "@smithy/config-resolver": "^4.4.13",
36
- "@smithy/core": "^3.23.12",
36
+ "@smithy/core": "^3.23.13",
37
37
  "@smithy/fetch-http-handler": "^5.3.15",
38
38
  "@smithy/hash-node": "^4.2.12",
39
39
  "@smithy/invalid-dependency": "^4.2.12",
40
40
  "@smithy/middleware-content-length": "^4.2.12",
41
- "@smithy/middleware-endpoint": "^4.4.27",
42
- "@smithy/middleware-retry": "^4.4.44",
43
- "@smithy/middleware-serde": "^4.2.15",
41
+ "@smithy/middleware-endpoint": "^4.4.28",
42
+ "@smithy/middleware-retry": "^4.4.46",
43
+ "@smithy/middleware-serde": "^4.2.16",
44
44
  "@smithy/middleware-stack": "^4.2.12",
45
45
  "@smithy/node-config-provider": "^4.3.12",
46
- "@smithy/node-http-handler": "^4.5.0",
46
+ "@smithy/node-http-handler": "^4.5.1",
47
47
  "@smithy/protocol-http": "^5.3.12",
48
- "@smithy/smithy-client": "^4.12.7",
48
+ "@smithy/smithy-client": "^4.12.8",
49
49
  "@smithy/types": "^4.13.1",
50
50
  "@smithy/url-parser": "^4.2.12",
51
51
  "@smithy/util-base64": "^4.3.2",
52
52
  "@smithy/util-body-length-browser": "^4.2.2",
53
53
  "@smithy/util-body-length-node": "^4.2.3",
54
- "@smithy/util-defaults-mode-browser": "^4.3.43",
55
- "@smithy/util-defaults-mode-node": "^4.2.47",
54
+ "@smithy/util-defaults-mode-browser": "^4.3.44",
55
+ "@smithy/util-defaults-mode-node": "^4.2.48",
56
56
  "@smithy/util-endpoints": "^3.3.3",
57
57
  "@smithy/util-middleware": "^4.2.12",
58
- "@smithy/util-retry": "^4.2.12",
58
+ "@smithy/util-retry": "^4.2.13",
59
59
  "@smithy/util-utf8": "^4.2.2",
60
60
  "tslib": "^2.6.2"
61
61
  },