@aws-sdk/client-personalize 3.169.0 → 3.170.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 (91) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/Personalize.d.ts +1084 -305
  3. package/dist-types/ts3.4/PersonalizeClient.d.ts +489 -133
  4. package/dist-types/ts3.4/commands/CreateBatchInferenceJobCommand.d.ts +41 -17
  5. package/dist-types/ts3.4/commands/CreateBatchSegmentJobCommand.d.ts +41 -17
  6. package/dist-types/ts3.4/commands/CreateCampaignCommand.d.ts +37 -17
  7. package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +37 -17
  8. package/dist-types/ts3.4/commands/CreateDatasetExportJobCommand.d.ts +41 -17
  9. package/dist-types/ts3.4/commands/CreateDatasetGroupCommand.d.ts +38 -17
  10. package/dist-types/ts3.4/commands/CreateDatasetImportJobCommand.d.ts +41 -17
  11. package/dist-types/ts3.4/commands/CreateEventTrackerCommand.d.ts +38 -17
  12. package/dist-types/ts3.4/commands/CreateFilterCommand.d.ts +34 -17
  13. package/dist-types/ts3.4/commands/CreateRecommenderCommand.d.ts +38 -17
  14. package/dist-types/ts3.4/commands/CreateSchemaCommand.d.ts +34 -17
  15. package/dist-types/ts3.4/commands/CreateSolutionCommand.d.ts +37 -17
  16. package/dist-types/ts3.4/commands/CreateSolutionVersionCommand.d.ts +41 -17
  17. package/dist-types/ts3.4/commands/DeleteCampaignCommand.d.ts +32 -17
  18. package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +32 -17
  19. package/dist-types/ts3.4/commands/DeleteDatasetGroupCommand.d.ts +33 -17
  20. package/dist-types/ts3.4/commands/DeleteEventTrackerCommand.d.ts +33 -17
  21. package/dist-types/ts3.4/commands/DeleteFilterCommand.d.ts +32 -17
  22. package/dist-types/ts3.4/commands/DeleteRecommenderCommand.d.ts +33 -17
  23. package/dist-types/ts3.4/commands/DeleteSchemaCommand.d.ts +32 -17
  24. package/dist-types/ts3.4/commands/DeleteSolutionCommand.d.ts +32 -17
  25. package/dist-types/ts3.4/commands/DescribeAlgorithmCommand.d.ts +38 -17
  26. package/dist-types/ts3.4/commands/DescribeBatchInferenceJobCommand.d.ts +41 -17
  27. package/dist-types/ts3.4/commands/DescribeBatchSegmentJobCommand.d.ts +41 -17
  28. package/dist-types/ts3.4/commands/DescribeCampaignCommand.d.ts +37 -17
  29. package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +37 -17
  30. package/dist-types/ts3.4/commands/DescribeDatasetExportJobCommand.d.ts +41 -17
  31. package/dist-types/ts3.4/commands/DescribeDatasetGroupCommand.d.ts +41 -17
  32. package/dist-types/ts3.4/commands/DescribeDatasetImportJobCommand.d.ts +41 -17
  33. package/dist-types/ts3.4/commands/DescribeEventTrackerCommand.d.ts +41 -17
  34. package/dist-types/ts3.4/commands/DescribeFeatureTransformationCommand.d.ts +41 -17
  35. package/dist-types/ts3.4/commands/DescribeFilterCommand.d.ts +37 -17
  36. package/dist-types/ts3.4/commands/DescribeRecipeCommand.d.ts +37 -17
  37. package/dist-types/ts3.4/commands/DescribeRecommenderCommand.d.ts +38 -17
  38. package/dist-types/ts3.4/commands/DescribeSchemaCommand.d.ts +37 -17
  39. package/dist-types/ts3.4/commands/DescribeSolutionCommand.d.ts +37 -17
  40. package/dist-types/ts3.4/commands/DescribeSolutionVersionCommand.d.ts +41 -17
  41. package/dist-types/ts3.4/commands/GetSolutionMetricsCommand.d.ts +38 -17
  42. package/dist-types/ts3.4/commands/ListBatchInferenceJobsCommand.d.ts +41 -17
  43. package/dist-types/ts3.4/commands/ListBatchSegmentJobsCommand.d.ts +41 -17
  44. package/dist-types/ts3.4/commands/ListCampaignsCommand.d.ts +37 -17
  45. package/dist-types/ts3.4/commands/ListDatasetExportJobsCommand.d.ts +41 -17
  46. package/dist-types/ts3.4/commands/ListDatasetGroupsCommand.d.ts +38 -17
  47. package/dist-types/ts3.4/commands/ListDatasetImportJobsCommand.d.ts +41 -17
  48. package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +34 -17
  49. package/dist-types/ts3.4/commands/ListEventTrackersCommand.d.ts +38 -17
  50. package/dist-types/ts3.4/commands/ListFiltersCommand.d.ts +34 -17
  51. package/dist-types/ts3.4/commands/ListRecipesCommand.d.ts +34 -17
  52. package/dist-types/ts3.4/commands/ListRecommendersCommand.d.ts +37 -17
  53. package/dist-types/ts3.4/commands/ListSchemasCommand.d.ts +34 -17
  54. package/dist-types/ts3.4/commands/ListSolutionVersionsCommand.d.ts +41 -17
  55. package/dist-types/ts3.4/commands/ListSolutionsCommand.d.ts +37 -17
  56. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  57. package/dist-types/ts3.4/commands/StartRecommenderCommand.d.ts +37 -17
  58. package/dist-types/ts3.4/commands/StopRecommenderCommand.d.ts +37 -17
  59. package/dist-types/ts3.4/commands/StopSolutionVersionCreationCommand.d.ts +37 -17
  60. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  61. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  62. package/dist-types/ts3.4/commands/UpdateCampaignCommand.d.ts +37 -17
  63. package/dist-types/ts3.4/commands/UpdateRecommenderCommand.d.ts +38 -17
  64. package/dist-types/ts3.4/commands/index.d.ts +60 -60
  65. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  66. package/dist-types/ts3.4/index.d.ts +6 -6
  67. package/dist-types/ts3.4/models/PersonalizeServiceException.d.ts +8 -6
  68. package/dist-types/ts3.4/models/index.d.ts +1 -1
  69. package/dist-types/ts3.4/models/models_0.d.ts +2051 -1896
  70. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  71. package/dist-types/ts3.4/pagination/ListBatchInferenceJobsPaginator.d.ts +11 -4
  72. package/dist-types/ts3.4/pagination/ListBatchSegmentJobsPaginator.d.ts +11 -4
  73. package/dist-types/ts3.4/pagination/ListCampaignsPaginator.d.ts +11 -4
  74. package/dist-types/ts3.4/pagination/ListDatasetExportJobsPaginator.d.ts +11 -4
  75. package/dist-types/ts3.4/pagination/ListDatasetGroupsPaginator.d.ts +11 -4
  76. package/dist-types/ts3.4/pagination/ListDatasetImportJobsPaginator.d.ts +11 -4
  77. package/dist-types/ts3.4/pagination/ListDatasetsPaginator.d.ts +11 -4
  78. package/dist-types/ts3.4/pagination/ListEventTrackersPaginator.d.ts +11 -4
  79. package/dist-types/ts3.4/pagination/ListFiltersPaginator.d.ts +11 -4
  80. package/dist-types/ts3.4/pagination/ListRecipesPaginator.d.ts +11 -4
  81. package/dist-types/ts3.4/pagination/ListRecommendersPaginator.d.ts +11 -4
  82. package/dist-types/ts3.4/pagination/ListSchemasPaginator.d.ts +11 -4
  83. package/dist-types/ts3.4/pagination/ListSolutionVersionsPaginator.d.ts +11 -4
  84. package/dist-types/ts3.4/pagination/ListSolutionsPaginator.d.ts +11 -4
  85. package/dist-types/ts3.4/pagination/index.d.ts +15 -15
  86. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +725 -182
  87. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  88. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  89. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  90. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  91. package/package.json +34 -34
@@ -1,133 +1,489 @@
1
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
- import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
- import { CreateBatchInferenceJobCommandInput, CreateBatchInferenceJobCommandOutput } from "./commands/CreateBatchInferenceJobCommand";
10
- import { CreateBatchSegmentJobCommandInput, CreateBatchSegmentJobCommandOutput } from "./commands/CreateBatchSegmentJobCommand";
11
- import { CreateCampaignCommandInput, CreateCampaignCommandOutput } from "./commands/CreateCampaignCommand";
12
- import { CreateDatasetCommandInput, CreateDatasetCommandOutput } from "./commands/CreateDatasetCommand";
13
- import { CreateDatasetExportJobCommandInput, CreateDatasetExportJobCommandOutput } from "./commands/CreateDatasetExportJobCommand";
14
- import { CreateDatasetGroupCommandInput, CreateDatasetGroupCommandOutput } from "./commands/CreateDatasetGroupCommand";
15
- import { CreateDatasetImportJobCommandInput, CreateDatasetImportJobCommandOutput } from "./commands/CreateDatasetImportJobCommand";
16
- import { CreateEventTrackerCommandInput, CreateEventTrackerCommandOutput } from "./commands/CreateEventTrackerCommand";
17
- import { CreateFilterCommandInput, CreateFilterCommandOutput } from "./commands/CreateFilterCommand";
18
- import { CreateRecommenderCommandInput, CreateRecommenderCommandOutput } from "./commands/CreateRecommenderCommand";
19
- import { CreateSchemaCommandInput, CreateSchemaCommandOutput } from "./commands/CreateSchemaCommand";
20
- import { CreateSolutionCommandInput, CreateSolutionCommandOutput } from "./commands/CreateSolutionCommand";
21
- import { CreateSolutionVersionCommandInput, CreateSolutionVersionCommandOutput } from "./commands/CreateSolutionVersionCommand";
22
- import { DeleteCampaignCommandInput, DeleteCampaignCommandOutput } from "./commands/DeleteCampaignCommand";
23
- import { DeleteDatasetCommandInput, DeleteDatasetCommandOutput } from "./commands/DeleteDatasetCommand";
24
- import { DeleteDatasetGroupCommandInput, DeleteDatasetGroupCommandOutput } from "./commands/DeleteDatasetGroupCommand";
25
- import { DeleteEventTrackerCommandInput, DeleteEventTrackerCommandOutput } from "./commands/DeleteEventTrackerCommand";
26
- import { DeleteFilterCommandInput, DeleteFilterCommandOutput } from "./commands/DeleteFilterCommand";
27
- import { DeleteRecommenderCommandInput, DeleteRecommenderCommandOutput } from "./commands/DeleteRecommenderCommand";
28
- import { DeleteSchemaCommandInput, DeleteSchemaCommandOutput } from "./commands/DeleteSchemaCommand";
29
- import { DeleteSolutionCommandInput, DeleteSolutionCommandOutput } from "./commands/DeleteSolutionCommand";
30
- import { DescribeAlgorithmCommandInput, DescribeAlgorithmCommandOutput } from "./commands/DescribeAlgorithmCommand";
31
- import { DescribeBatchInferenceJobCommandInput, DescribeBatchInferenceJobCommandOutput } from "./commands/DescribeBatchInferenceJobCommand";
32
- import { DescribeBatchSegmentJobCommandInput, DescribeBatchSegmentJobCommandOutput } from "./commands/DescribeBatchSegmentJobCommand";
33
- import { DescribeCampaignCommandInput, DescribeCampaignCommandOutput } from "./commands/DescribeCampaignCommand";
34
- import { DescribeDatasetCommandInput, DescribeDatasetCommandOutput } from "./commands/DescribeDatasetCommand";
35
- import { DescribeDatasetExportJobCommandInput, DescribeDatasetExportJobCommandOutput } from "./commands/DescribeDatasetExportJobCommand";
36
- import { DescribeDatasetGroupCommandInput, DescribeDatasetGroupCommandOutput } from "./commands/DescribeDatasetGroupCommand";
37
- import { DescribeDatasetImportJobCommandInput, DescribeDatasetImportJobCommandOutput } from "./commands/DescribeDatasetImportJobCommand";
38
- import { DescribeEventTrackerCommandInput, DescribeEventTrackerCommandOutput } from "./commands/DescribeEventTrackerCommand";
39
- import { DescribeFeatureTransformationCommandInput, DescribeFeatureTransformationCommandOutput } from "./commands/DescribeFeatureTransformationCommand";
40
- import { DescribeFilterCommandInput, DescribeFilterCommandOutput } from "./commands/DescribeFilterCommand";
41
- import { DescribeRecipeCommandInput, DescribeRecipeCommandOutput } from "./commands/DescribeRecipeCommand";
42
- import { DescribeRecommenderCommandInput, DescribeRecommenderCommandOutput } from "./commands/DescribeRecommenderCommand";
43
- import { DescribeSchemaCommandInput, DescribeSchemaCommandOutput } from "./commands/DescribeSchemaCommand";
44
- import { DescribeSolutionCommandInput, DescribeSolutionCommandOutput } from "./commands/DescribeSolutionCommand";
45
- import { DescribeSolutionVersionCommandInput, DescribeSolutionVersionCommandOutput } from "./commands/DescribeSolutionVersionCommand";
46
- import { GetSolutionMetricsCommandInput, GetSolutionMetricsCommandOutput } from "./commands/GetSolutionMetricsCommand";
47
- import { ListBatchInferenceJobsCommandInput, ListBatchInferenceJobsCommandOutput } from "./commands/ListBatchInferenceJobsCommand";
48
- import { ListBatchSegmentJobsCommandInput, ListBatchSegmentJobsCommandOutput } from "./commands/ListBatchSegmentJobsCommand";
49
- import { ListCampaignsCommandInput, ListCampaignsCommandOutput } from "./commands/ListCampaignsCommand";
50
- import { ListDatasetExportJobsCommandInput, ListDatasetExportJobsCommandOutput } from "./commands/ListDatasetExportJobsCommand";
51
- import { ListDatasetGroupsCommandInput, ListDatasetGroupsCommandOutput } from "./commands/ListDatasetGroupsCommand";
52
- import { ListDatasetImportJobsCommandInput, ListDatasetImportJobsCommandOutput } from "./commands/ListDatasetImportJobsCommand";
53
- import { ListDatasetsCommandInput, ListDatasetsCommandOutput } from "./commands/ListDatasetsCommand";
54
- import { ListEventTrackersCommandInput, ListEventTrackersCommandOutput } from "./commands/ListEventTrackersCommand";
55
- import { ListFiltersCommandInput, ListFiltersCommandOutput } from "./commands/ListFiltersCommand";
56
- import { ListRecipesCommandInput, ListRecipesCommandOutput } from "./commands/ListRecipesCommand";
57
- import { ListRecommendersCommandInput, ListRecommendersCommandOutput } from "./commands/ListRecommendersCommand";
58
- import { ListSchemasCommandInput, ListSchemasCommandOutput } from "./commands/ListSchemasCommand";
59
- import { ListSolutionsCommandInput, ListSolutionsCommandOutput } from "./commands/ListSolutionsCommand";
60
- import { ListSolutionVersionsCommandInput, ListSolutionVersionsCommandOutput } from "./commands/ListSolutionVersionsCommand";
61
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
62
- import { StartRecommenderCommandInput, StartRecommenderCommandOutput } from "./commands/StartRecommenderCommand";
63
- import { StopRecommenderCommandInput, StopRecommenderCommandOutput } from "./commands/StopRecommenderCommand";
64
- import { StopSolutionVersionCreationCommandInput, StopSolutionVersionCreationCommandOutput } from "./commands/StopSolutionVersionCreationCommand";
65
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
66
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
67
- import { UpdateCampaignCommandInput, UpdateCampaignCommandOutput } from "./commands/UpdateCampaignCommand";
68
- import { UpdateRecommenderCommandInput, UpdateRecommenderCommandOutput } from "./commands/UpdateRecommenderCommand";
69
- export declare type ServiceInputTypes = CreateBatchInferenceJobCommandInput | CreateBatchSegmentJobCommandInput | CreateCampaignCommandInput | CreateDatasetCommandInput | CreateDatasetExportJobCommandInput | CreateDatasetGroupCommandInput | CreateDatasetImportJobCommandInput | CreateEventTrackerCommandInput | CreateFilterCommandInput | CreateRecommenderCommandInput | CreateSchemaCommandInput | CreateSolutionCommandInput | CreateSolutionVersionCommandInput | DeleteCampaignCommandInput | DeleteDatasetCommandInput | DeleteDatasetGroupCommandInput | DeleteEventTrackerCommandInput | DeleteFilterCommandInput | DeleteRecommenderCommandInput | DeleteSchemaCommandInput | DeleteSolutionCommandInput | DescribeAlgorithmCommandInput | DescribeBatchInferenceJobCommandInput | DescribeBatchSegmentJobCommandInput | DescribeCampaignCommandInput | DescribeDatasetCommandInput | DescribeDatasetExportJobCommandInput | DescribeDatasetGroupCommandInput | DescribeDatasetImportJobCommandInput | DescribeEventTrackerCommandInput | DescribeFeatureTransformationCommandInput | DescribeFilterCommandInput | DescribeRecipeCommandInput | DescribeRecommenderCommandInput | DescribeSchemaCommandInput | DescribeSolutionCommandInput | DescribeSolutionVersionCommandInput | GetSolutionMetricsCommandInput | ListBatchInferenceJobsCommandInput | ListBatchSegmentJobsCommandInput | ListCampaignsCommandInput | ListDatasetExportJobsCommandInput | ListDatasetGroupsCommandInput | ListDatasetImportJobsCommandInput | ListDatasetsCommandInput | ListEventTrackersCommandInput | ListFiltersCommandInput | ListRecipesCommandInput | ListRecommendersCommandInput | ListSchemasCommandInput | ListSolutionVersionsCommandInput | ListSolutionsCommandInput | ListTagsForResourceCommandInput | StartRecommenderCommandInput | StopRecommenderCommandInput | StopSolutionVersionCreationCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateCampaignCommandInput | UpdateRecommenderCommandInput;
70
- export declare type ServiceOutputTypes = CreateBatchInferenceJobCommandOutput | CreateBatchSegmentJobCommandOutput | CreateCampaignCommandOutput | CreateDatasetCommandOutput | CreateDatasetExportJobCommandOutput | CreateDatasetGroupCommandOutput | CreateDatasetImportJobCommandOutput | CreateEventTrackerCommandOutput | CreateFilterCommandOutput | CreateRecommenderCommandOutput | CreateSchemaCommandOutput | CreateSolutionCommandOutput | CreateSolutionVersionCommandOutput | DeleteCampaignCommandOutput | DeleteDatasetCommandOutput | DeleteDatasetGroupCommandOutput | DeleteEventTrackerCommandOutput | DeleteFilterCommandOutput | DeleteRecommenderCommandOutput | DeleteSchemaCommandOutput | DeleteSolutionCommandOutput | DescribeAlgorithmCommandOutput | DescribeBatchInferenceJobCommandOutput | DescribeBatchSegmentJobCommandOutput | DescribeCampaignCommandOutput | DescribeDatasetCommandOutput | DescribeDatasetExportJobCommandOutput | DescribeDatasetGroupCommandOutput | DescribeDatasetImportJobCommandOutput | DescribeEventTrackerCommandOutput | DescribeFeatureTransformationCommandOutput | DescribeFilterCommandOutput | DescribeRecipeCommandOutput | DescribeRecommenderCommandOutput | DescribeSchemaCommandOutput | DescribeSolutionCommandOutput | DescribeSolutionVersionCommandOutput | GetSolutionMetricsCommandOutput | ListBatchInferenceJobsCommandOutput | ListBatchSegmentJobsCommandOutput | ListCampaignsCommandOutput | ListDatasetExportJobsCommandOutput | ListDatasetGroupsCommandOutput | ListDatasetImportJobsCommandOutput | ListDatasetsCommandOutput | ListEventTrackersCommandOutput | ListFiltersCommandOutput | ListRecipesCommandOutput | ListRecommendersCommandOutput | ListSchemasCommandOutput | ListSolutionVersionsCommandOutput | ListSolutionsCommandOutput | ListTagsForResourceCommandOutput | StartRecommenderCommandOutput | StopRecommenderCommandOutput | StopSolutionVersionCreationCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateCampaignCommandOutput | UpdateRecommenderCommandOutput;
71
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
72
-
73
- requestHandler?: __HttpHandler;
74
-
75
- sha256?: __HashConstructor;
76
-
77
- urlParser?: __UrlParser;
78
-
79
- bodyLengthChecker?: __BodyLengthCalculator;
80
-
81
- streamCollector?: __StreamCollector;
82
-
83
- base64Decoder?: __Decoder;
84
-
85
- base64Encoder?: __Encoder;
86
-
87
- utf8Decoder?: __Decoder;
88
-
89
- utf8Encoder?: __Encoder;
90
-
91
- runtime?: string;
92
-
93
- disableHostPrefix?: boolean;
94
-
95
- maxAttempts?: number | __Provider<number>;
96
-
97
- retryMode?: string | __Provider<string>;
98
-
99
- logger?: __Logger;
100
-
101
- useDualstackEndpoint?: boolean | __Provider<boolean>;
102
-
103
- useFipsEndpoint?: boolean | __Provider<boolean>;
104
-
105
- serviceId?: string;
106
-
107
- region?: string | __Provider<string>;
108
-
109
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
110
-
111
- regionInfoProvider?: RegionInfoProvider;
112
-
113
- defaultUserAgentProvider?: Provider<__UserAgent>;
114
-
115
- defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
116
- }
117
- declare type PersonalizeClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
118
-
119
- export interface PersonalizeClientConfig extends PersonalizeClientConfigType {
120
- }
121
- declare type PersonalizeClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
122
-
123
- export interface PersonalizeClientResolvedConfig extends PersonalizeClientResolvedConfigType {
124
- }
125
-
126
- export declare class PersonalizeClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, PersonalizeClientResolvedConfig> {
127
-
128
- readonly config: PersonalizeClientResolvedConfig;
129
- constructor(configuration: PersonalizeClientConfig);
130
-
131
- destroy(): void;
132
- }
133
- export {};
1
+ import {
2
+ EndpointsInputConfig,
3
+ EndpointsResolvedConfig,
4
+ RegionInputConfig,
5
+ RegionResolvedConfig,
6
+ } from "@aws-sdk/config-resolver";
7
+ import {
8
+ HostHeaderInputConfig,
9
+ HostHeaderResolvedConfig,
10
+ } from "@aws-sdk/middleware-host-header";
11
+ import {
12
+ RetryInputConfig,
13
+ RetryResolvedConfig,
14
+ } from "@aws-sdk/middleware-retry";
15
+ import {
16
+ AwsAuthInputConfig,
17
+ AwsAuthResolvedConfig,
18
+ } from "@aws-sdk/middleware-signing";
19
+ import {
20
+ UserAgentInputConfig,
21
+ UserAgentResolvedConfig,
22
+ } from "@aws-sdk/middleware-user-agent";
23
+ import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
24
+ import {
25
+ Client as __Client,
26
+ DefaultsMode,
27
+ SmithyConfiguration as __SmithyConfiguration,
28
+ SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
29
+ } from "@aws-sdk/smithy-client";
30
+ import {
31
+ BodyLengthCalculator as __BodyLengthCalculator,
32
+ Credentials as __Credentials,
33
+ Decoder as __Decoder,
34
+ Encoder as __Encoder,
35
+ HashConstructor as __HashConstructor,
36
+ HttpHandlerOptions as __HttpHandlerOptions,
37
+ Logger as __Logger,
38
+ Provider as __Provider,
39
+ Provider,
40
+ RegionInfoProvider,
41
+ StreamCollector as __StreamCollector,
42
+ UrlParser as __UrlParser,
43
+ UserAgent as __UserAgent,
44
+ } from "@aws-sdk/types";
45
+ import {
46
+ CreateBatchInferenceJobCommandInput,
47
+ CreateBatchInferenceJobCommandOutput,
48
+ } from "./commands/CreateBatchInferenceJobCommand";
49
+ import {
50
+ CreateBatchSegmentJobCommandInput,
51
+ CreateBatchSegmentJobCommandOutput,
52
+ } from "./commands/CreateBatchSegmentJobCommand";
53
+ import {
54
+ CreateCampaignCommandInput,
55
+ CreateCampaignCommandOutput,
56
+ } from "./commands/CreateCampaignCommand";
57
+ import {
58
+ CreateDatasetCommandInput,
59
+ CreateDatasetCommandOutput,
60
+ } from "./commands/CreateDatasetCommand";
61
+ import {
62
+ CreateDatasetExportJobCommandInput,
63
+ CreateDatasetExportJobCommandOutput,
64
+ } from "./commands/CreateDatasetExportJobCommand";
65
+ import {
66
+ CreateDatasetGroupCommandInput,
67
+ CreateDatasetGroupCommandOutput,
68
+ } from "./commands/CreateDatasetGroupCommand";
69
+ import {
70
+ CreateDatasetImportJobCommandInput,
71
+ CreateDatasetImportJobCommandOutput,
72
+ } from "./commands/CreateDatasetImportJobCommand";
73
+ import {
74
+ CreateEventTrackerCommandInput,
75
+ CreateEventTrackerCommandOutput,
76
+ } from "./commands/CreateEventTrackerCommand";
77
+ import {
78
+ CreateFilterCommandInput,
79
+ CreateFilterCommandOutput,
80
+ } from "./commands/CreateFilterCommand";
81
+ import {
82
+ CreateRecommenderCommandInput,
83
+ CreateRecommenderCommandOutput,
84
+ } from "./commands/CreateRecommenderCommand";
85
+ import {
86
+ CreateSchemaCommandInput,
87
+ CreateSchemaCommandOutput,
88
+ } from "./commands/CreateSchemaCommand";
89
+ import {
90
+ CreateSolutionCommandInput,
91
+ CreateSolutionCommandOutput,
92
+ } from "./commands/CreateSolutionCommand";
93
+ import {
94
+ CreateSolutionVersionCommandInput,
95
+ CreateSolutionVersionCommandOutput,
96
+ } from "./commands/CreateSolutionVersionCommand";
97
+ import {
98
+ DeleteCampaignCommandInput,
99
+ DeleteCampaignCommandOutput,
100
+ } from "./commands/DeleteCampaignCommand";
101
+ import {
102
+ DeleteDatasetCommandInput,
103
+ DeleteDatasetCommandOutput,
104
+ } from "./commands/DeleteDatasetCommand";
105
+ import {
106
+ DeleteDatasetGroupCommandInput,
107
+ DeleteDatasetGroupCommandOutput,
108
+ } from "./commands/DeleteDatasetGroupCommand";
109
+ import {
110
+ DeleteEventTrackerCommandInput,
111
+ DeleteEventTrackerCommandOutput,
112
+ } from "./commands/DeleteEventTrackerCommand";
113
+ import {
114
+ DeleteFilterCommandInput,
115
+ DeleteFilterCommandOutput,
116
+ } from "./commands/DeleteFilterCommand";
117
+ import {
118
+ DeleteRecommenderCommandInput,
119
+ DeleteRecommenderCommandOutput,
120
+ } from "./commands/DeleteRecommenderCommand";
121
+ import {
122
+ DeleteSchemaCommandInput,
123
+ DeleteSchemaCommandOutput,
124
+ } from "./commands/DeleteSchemaCommand";
125
+ import {
126
+ DeleteSolutionCommandInput,
127
+ DeleteSolutionCommandOutput,
128
+ } from "./commands/DeleteSolutionCommand";
129
+ import {
130
+ DescribeAlgorithmCommandInput,
131
+ DescribeAlgorithmCommandOutput,
132
+ } from "./commands/DescribeAlgorithmCommand";
133
+ import {
134
+ DescribeBatchInferenceJobCommandInput,
135
+ DescribeBatchInferenceJobCommandOutput,
136
+ } from "./commands/DescribeBatchInferenceJobCommand";
137
+ import {
138
+ DescribeBatchSegmentJobCommandInput,
139
+ DescribeBatchSegmentJobCommandOutput,
140
+ } from "./commands/DescribeBatchSegmentJobCommand";
141
+ import {
142
+ DescribeCampaignCommandInput,
143
+ DescribeCampaignCommandOutput,
144
+ } from "./commands/DescribeCampaignCommand";
145
+ import {
146
+ DescribeDatasetCommandInput,
147
+ DescribeDatasetCommandOutput,
148
+ } from "./commands/DescribeDatasetCommand";
149
+ import {
150
+ DescribeDatasetExportJobCommandInput,
151
+ DescribeDatasetExportJobCommandOutput,
152
+ } from "./commands/DescribeDatasetExportJobCommand";
153
+ import {
154
+ DescribeDatasetGroupCommandInput,
155
+ DescribeDatasetGroupCommandOutput,
156
+ } from "./commands/DescribeDatasetGroupCommand";
157
+ import {
158
+ DescribeDatasetImportJobCommandInput,
159
+ DescribeDatasetImportJobCommandOutput,
160
+ } from "./commands/DescribeDatasetImportJobCommand";
161
+ import {
162
+ DescribeEventTrackerCommandInput,
163
+ DescribeEventTrackerCommandOutput,
164
+ } from "./commands/DescribeEventTrackerCommand";
165
+ import {
166
+ DescribeFeatureTransformationCommandInput,
167
+ DescribeFeatureTransformationCommandOutput,
168
+ } from "./commands/DescribeFeatureTransformationCommand";
169
+ import {
170
+ DescribeFilterCommandInput,
171
+ DescribeFilterCommandOutput,
172
+ } from "./commands/DescribeFilterCommand";
173
+ import {
174
+ DescribeRecipeCommandInput,
175
+ DescribeRecipeCommandOutput,
176
+ } from "./commands/DescribeRecipeCommand";
177
+ import {
178
+ DescribeRecommenderCommandInput,
179
+ DescribeRecommenderCommandOutput,
180
+ } from "./commands/DescribeRecommenderCommand";
181
+ import {
182
+ DescribeSchemaCommandInput,
183
+ DescribeSchemaCommandOutput,
184
+ } from "./commands/DescribeSchemaCommand";
185
+ import {
186
+ DescribeSolutionCommandInput,
187
+ DescribeSolutionCommandOutput,
188
+ } from "./commands/DescribeSolutionCommand";
189
+ import {
190
+ DescribeSolutionVersionCommandInput,
191
+ DescribeSolutionVersionCommandOutput,
192
+ } from "./commands/DescribeSolutionVersionCommand";
193
+ import {
194
+ GetSolutionMetricsCommandInput,
195
+ GetSolutionMetricsCommandOutput,
196
+ } from "./commands/GetSolutionMetricsCommand";
197
+ import {
198
+ ListBatchInferenceJobsCommandInput,
199
+ ListBatchInferenceJobsCommandOutput,
200
+ } from "./commands/ListBatchInferenceJobsCommand";
201
+ import {
202
+ ListBatchSegmentJobsCommandInput,
203
+ ListBatchSegmentJobsCommandOutput,
204
+ } from "./commands/ListBatchSegmentJobsCommand";
205
+ import {
206
+ ListCampaignsCommandInput,
207
+ ListCampaignsCommandOutput,
208
+ } from "./commands/ListCampaignsCommand";
209
+ import {
210
+ ListDatasetExportJobsCommandInput,
211
+ ListDatasetExportJobsCommandOutput,
212
+ } from "./commands/ListDatasetExportJobsCommand";
213
+ import {
214
+ ListDatasetGroupsCommandInput,
215
+ ListDatasetGroupsCommandOutput,
216
+ } from "./commands/ListDatasetGroupsCommand";
217
+ import {
218
+ ListDatasetImportJobsCommandInput,
219
+ ListDatasetImportJobsCommandOutput,
220
+ } from "./commands/ListDatasetImportJobsCommand";
221
+ import {
222
+ ListDatasetsCommandInput,
223
+ ListDatasetsCommandOutput,
224
+ } from "./commands/ListDatasetsCommand";
225
+ import {
226
+ ListEventTrackersCommandInput,
227
+ ListEventTrackersCommandOutput,
228
+ } from "./commands/ListEventTrackersCommand";
229
+ import {
230
+ ListFiltersCommandInput,
231
+ ListFiltersCommandOutput,
232
+ } from "./commands/ListFiltersCommand";
233
+ import {
234
+ ListRecipesCommandInput,
235
+ ListRecipesCommandOutput,
236
+ } from "./commands/ListRecipesCommand";
237
+ import {
238
+ ListRecommendersCommandInput,
239
+ ListRecommendersCommandOutput,
240
+ } from "./commands/ListRecommendersCommand";
241
+ import {
242
+ ListSchemasCommandInput,
243
+ ListSchemasCommandOutput,
244
+ } from "./commands/ListSchemasCommand";
245
+ import {
246
+ ListSolutionsCommandInput,
247
+ ListSolutionsCommandOutput,
248
+ } from "./commands/ListSolutionsCommand";
249
+ import {
250
+ ListSolutionVersionsCommandInput,
251
+ ListSolutionVersionsCommandOutput,
252
+ } from "./commands/ListSolutionVersionsCommand";
253
+ import {
254
+ ListTagsForResourceCommandInput,
255
+ ListTagsForResourceCommandOutput,
256
+ } from "./commands/ListTagsForResourceCommand";
257
+ import {
258
+ StartRecommenderCommandInput,
259
+ StartRecommenderCommandOutput,
260
+ } from "./commands/StartRecommenderCommand";
261
+ import {
262
+ StopRecommenderCommandInput,
263
+ StopRecommenderCommandOutput,
264
+ } from "./commands/StopRecommenderCommand";
265
+ import {
266
+ StopSolutionVersionCreationCommandInput,
267
+ StopSolutionVersionCreationCommandOutput,
268
+ } from "./commands/StopSolutionVersionCreationCommand";
269
+ import {
270
+ TagResourceCommandInput,
271
+ TagResourceCommandOutput,
272
+ } from "./commands/TagResourceCommand";
273
+ import {
274
+ UntagResourceCommandInput,
275
+ UntagResourceCommandOutput,
276
+ } from "./commands/UntagResourceCommand";
277
+ import {
278
+ UpdateCampaignCommandInput,
279
+ UpdateCampaignCommandOutput,
280
+ } from "./commands/UpdateCampaignCommand";
281
+ import {
282
+ UpdateRecommenderCommandInput,
283
+ UpdateRecommenderCommandOutput,
284
+ } from "./commands/UpdateRecommenderCommand";
285
+ export declare type ServiceInputTypes =
286
+ | CreateBatchInferenceJobCommandInput
287
+ | CreateBatchSegmentJobCommandInput
288
+ | CreateCampaignCommandInput
289
+ | CreateDatasetCommandInput
290
+ | CreateDatasetExportJobCommandInput
291
+ | CreateDatasetGroupCommandInput
292
+ | CreateDatasetImportJobCommandInput
293
+ | CreateEventTrackerCommandInput
294
+ | CreateFilterCommandInput
295
+ | CreateRecommenderCommandInput
296
+ | CreateSchemaCommandInput
297
+ | CreateSolutionCommandInput
298
+ | CreateSolutionVersionCommandInput
299
+ | DeleteCampaignCommandInput
300
+ | DeleteDatasetCommandInput
301
+ | DeleteDatasetGroupCommandInput
302
+ | DeleteEventTrackerCommandInput
303
+ | DeleteFilterCommandInput
304
+ | DeleteRecommenderCommandInput
305
+ | DeleteSchemaCommandInput
306
+ | DeleteSolutionCommandInput
307
+ | DescribeAlgorithmCommandInput
308
+ | DescribeBatchInferenceJobCommandInput
309
+ | DescribeBatchSegmentJobCommandInput
310
+ | DescribeCampaignCommandInput
311
+ | DescribeDatasetCommandInput
312
+ | DescribeDatasetExportJobCommandInput
313
+ | DescribeDatasetGroupCommandInput
314
+ | DescribeDatasetImportJobCommandInput
315
+ | DescribeEventTrackerCommandInput
316
+ | DescribeFeatureTransformationCommandInput
317
+ | DescribeFilterCommandInput
318
+ | DescribeRecipeCommandInput
319
+ | DescribeRecommenderCommandInput
320
+ | DescribeSchemaCommandInput
321
+ | DescribeSolutionCommandInput
322
+ | DescribeSolutionVersionCommandInput
323
+ | GetSolutionMetricsCommandInput
324
+ | ListBatchInferenceJobsCommandInput
325
+ | ListBatchSegmentJobsCommandInput
326
+ | ListCampaignsCommandInput
327
+ | ListDatasetExportJobsCommandInput
328
+ | ListDatasetGroupsCommandInput
329
+ | ListDatasetImportJobsCommandInput
330
+ | ListDatasetsCommandInput
331
+ | ListEventTrackersCommandInput
332
+ | ListFiltersCommandInput
333
+ | ListRecipesCommandInput
334
+ | ListRecommendersCommandInput
335
+ | ListSchemasCommandInput
336
+ | ListSolutionVersionsCommandInput
337
+ | ListSolutionsCommandInput
338
+ | ListTagsForResourceCommandInput
339
+ | StartRecommenderCommandInput
340
+ | StopRecommenderCommandInput
341
+ | StopSolutionVersionCreationCommandInput
342
+ | TagResourceCommandInput
343
+ | UntagResourceCommandInput
344
+ | UpdateCampaignCommandInput
345
+ | UpdateRecommenderCommandInput;
346
+ export declare type ServiceOutputTypes =
347
+ | CreateBatchInferenceJobCommandOutput
348
+ | CreateBatchSegmentJobCommandOutput
349
+ | CreateCampaignCommandOutput
350
+ | CreateDatasetCommandOutput
351
+ | CreateDatasetExportJobCommandOutput
352
+ | CreateDatasetGroupCommandOutput
353
+ | CreateDatasetImportJobCommandOutput
354
+ | CreateEventTrackerCommandOutput
355
+ | CreateFilterCommandOutput
356
+ | CreateRecommenderCommandOutput
357
+ | CreateSchemaCommandOutput
358
+ | CreateSolutionCommandOutput
359
+ | CreateSolutionVersionCommandOutput
360
+ | DeleteCampaignCommandOutput
361
+ | DeleteDatasetCommandOutput
362
+ | DeleteDatasetGroupCommandOutput
363
+ | DeleteEventTrackerCommandOutput
364
+ | DeleteFilterCommandOutput
365
+ | DeleteRecommenderCommandOutput
366
+ | DeleteSchemaCommandOutput
367
+ | DeleteSolutionCommandOutput
368
+ | DescribeAlgorithmCommandOutput
369
+ | DescribeBatchInferenceJobCommandOutput
370
+ | DescribeBatchSegmentJobCommandOutput
371
+ | DescribeCampaignCommandOutput
372
+ | DescribeDatasetCommandOutput
373
+ | DescribeDatasetExportJobCommandOutput
374
+ | DescribeDatasetGroupCommandOutput
375
+ | DescribeDatasetImportJobCommandOutput
376
+ | DescribeEventTrackerCommandOutput
377
+ | DescribeFeatureTransformationCommandOutput
378
+ | DescribeFilterCommandOutput
379
+ | DescribeRecipeCommandOutput
380
+ | DescribeRecommenderCommandOutput
381
+ | DescribeSchemaCommandOutput
382
+ | DescribeSolutionCommandOutput
383
+ | DescribeSolutionVersionCommandOutput
384
+ | GetSolutionMetricsCommandOutput
385
+ | ListBatchInferenceJobsCommandOutput
386
+ | ListBatchSegmentJobsCommandOutput
387
+ | ListCampaignsCommandOutput
388
+ | ListDatasetExportJobsCommandOutput
389
+ | ListDatasetGroupsCommandOutput
390
+ | ListDatasetImportJobsCommandOutput
391
+ | ListDatasetsCommandOutput
392
+ | ListEventTrackersCommandOutput
393
+ | ListFiltersCommandOutput
394
+ | ListRecipesCommandOutput
395
+ | ListRecommendersCommandOutput
396
+ | ListSchemasCommandOutput
397
+ | ListSolutionVersionsCommandOutput
398
+ | ListSolutionsCommandOutput
399
+ | ListTagsForResourceCommandOutput
400
+ | StartRecommenderCommandOutput
401
+ | StopRecommenderCommandOutput
402
+ | StopSolutionVersionCreationCommandOutput
403
+ | TagResourceCommandOutput
404
+ | UntagResourceCommandOutput
405
+ | UpdateCampaignCommandOutput
406
+ | UpdateRecommenderCommandOutput;
407
+ export interface ClientDefaults
408
+ extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
409
+ requestHandler?: __HttpHandler;
410
+
411
+ sha256?: __HashConstructor;
412
+
413
+ urlParser?: __UrlParser;
414
+
415
+ bodyLengthChecker?: __BodyLengthCalculator;
416
+
417
+ streamCollector?: __StreamCollector;
418
+
419
+ base64Decoder?: __Decoder;
420
+
421
+ base64Encoder?: __Encoder;
422
+
423
+ utf8Decoder?: __Decoder;
424
+
425
+ utf8Encoder?: __Encoder;
426
+
427
+ runtime?: string;
428
+
429
+ disableHostPrefix?: boolean;
430
+
431
+ maxAttempts?: number | __Provider<number>;
432
+
433
+ retryMode?: string | __Provider<string>;
434
+
435
+ logger?: __Logger;
436
+
437
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
438
+
439
+ useFipsEndpoint?: boolean | __Provider<boolean>;
440
+
441
+ serviceId?: string;
442
+
443
+ region?: string | __Provider<string>;
444
+
445
+ credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
446
+
447
+ regionInfoProvider?: RegionInfoProvider;
448
+
449
+ defaultUserAgentProvider?: Provider<__UserAgent>;
450
+
451
+ defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
452
+ }
453
+ declare type PersonalizeClientConfigType = Partial<
454
+ __SmithyConfiguration<__HttpHandlerOptions>
455
+ > &
456
+ ClientDefaults &
457
+ RegionInputConfig &
458
+ EndpointsInputConfig &
459
+ RetryInputConfig &
460
+ HostHeaderInputConfig &
461
+ AwsAuthInputConfig &
462
+ UserAgentInputConfig;
463
+
464
+ export interface PersonalizeClientConfig extends PersonalizeClientConfigType {}
465
+ declare type PersonalizeClientResolvedConfigType =
466
+ __SmithyResolvedConfiguration<__HttpHandlerOptions> &
467
+ Required<ClientDefaults> &
468
+ RegionResolvedConfig &
469
+ EndpointsResolvedConfig &
470
+ RetryResolvedConfig &
471
+ HostHeaderResolvedConfig &
472
+ AwsAuthResolvedConfig &
473
+ UserAgentResolvedConfig;
474
+
475
+ export interface PersonalizeClientResolvedConfig
476
+ extends PersonalizeClientResolvedConfigType {}
477
+
478
+ export declare class PersonalizeClient extends __Client<
479
+ __HttpHandlerOptions,
480
+ ServiceInputTypes,
481
+ ServiceOutputTypes,
482
+ PersonalizeClientResolvedConfig
483
+ > {
484
+ readonly config: PersonalizeClientResolvedConfig;
485
+ constructor(configuration: PersonalizeClientConfig);
486
+
487
+ destroy(): void;
488
+ }
489
+ export {};