cdk-docker-image-deployment 0.0.75 → 0.0.77
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +3 -3
- package/lib/destination.js +1 -1
- package/lib/docker-image-deployment.js +1 -1
- package/lib/source.js +1 -1
- package/node_modules/aws-sdk/CHANGELOG.md +36 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +138 -47
- package/node_modules/aws-sdk/apis/appsync-2017-07-25.min.json +168 -68
- package/node_modules/aws-sdk/apis/auditmanager-2017-07-25.min.json +41 -27
- package/node_modules/aws-sdk/apis/{ssmsap-2018-05-10.examples.json → chime-sdk-voice-2022-08-03.examples.json} +0 -0
- package/node_modules/aws-sdk/apis/chime-sdk-voice-2022-08-03.min.json +2734 -0
- package/node_modules/aws-sdk/apis/chime-sdk-voice-2022-08-03.paginators.json +46 -0
- package/node_modules/aws-sdk/apis/cloudfront-2020-05-31.min.json +774 -409
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +185 -158
- package/node_modules/aws-sdk/apis/dms-2016-01-01.min.json +78 -55
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +5 -1
- package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.min.json +20 -16
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +505 -501
- package/node_modules/aws-sdk/apis/iot-roborunner-2018-05-10.examples.json +5 -0
- package/node_modules/aws-sdk/apis/iot-roborunner-2018-05-10.min.json +923 -0
- package/node_modules/aws-sdk/apis/iot-roborunner-2018-05-10.paginators.json +28 -0
- package/node_modules/aws-sdk/apis/ivschat-2020-07-14.min.json +255 -18
- package/node_modules/aws-sdk/apis/ivschat-2020-07-14.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/metadata.json +9 -0
- package/node_modules/aws-sdk/apis/personalize-2018-05-22.min.json +219 -25
- package/node_modules/aws-sdk/apis/personalize-2018-05-22.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +321 -138
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/rum-2018-05-10.min.json +20 -5
- package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +51 -9
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +263 -263
- package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +8 -2
- package/node_modules/aws-sdk/apis/servicecatalog-2015-12-10.min.json +183 -115
- package/node_modules/aws-sdk/apis/servicecatalog-appregistry-2020-06-24.min.json +54 -2
- package/node_modules/aws-sdk/apis/ssm-sap-2018-05-10.examples.json +5 -0
- package/node_modules/aws-sdk/apis/{ssmsap-2018-05-10.min.json → ssm-sap-2018-05-10.min.json} +2 -2
- package/node_modules/aws-sdk/apis/{ssmsap-2018-05-10.paginators.json → ssm-sap-2018-05-10.paginators.json} +0 -0
- package/node_modules/aws-sdk/apis/states-2016-11-23.min.json +17 -5
- package/node_modules/aws-sdk/apis/workspaces-2015-04-08.min.json +161 -84
- package/node_modules/aws-sdk/clients/all.d.ts +2 -0
- package/node_modules/aws-sdk/clients/all.js +2 -0
- package/node_modules/aws-sdk/clients/amplify.d.ts +4 -4
- package/node_modules/aws-sdk/clients/appflow.d.ts +125 -9
- package/node_modules/aws-sdk/clients/appsync.d.ts +133 -4
- package/node_modules/aws-sdk/clients/auditmanager.d.ts +50 -12
- package/node_modules/aws-sdk/clients/chimesdkvoice.d.ts +1401 -0
- package/node_modules/aws-sdk/clients/chimesdkvoice.js +18 -0
- package/node_modules/aws-sdk/clients/cloudfront.d.ts +300 -12
- package/node_modules/aws-sdk/clients/connect.d.ts +31 -1
- package/node_modules/aws-sdk/clients/dms.d.ts +51 -10
- package/node_modules/aws-sdk/clients/dynamodb.d.ts +7 -7
- package/node_modules/aws-sdk/clients/ec2.d.ts +28 -20
- package/node_modules/aws-sdk/clients/elbv2.d.ts +20 -20
- package/node_modules/aws-sdk/clients/emrserverless.d.ts +17 -0
- package/node_modules/aws-sdk/clients/glue.d.ts +9 -3
- package/node_modules/aws-sdk/clients/iotroborunner.d.ts +534 -0
- package/node_modules/aws-sdk/clients/iotroborunner.js +18 -0
- package/node_modules/aws-sdk/clients/ivschat.d.ts +322 -13
- package/node_modules/aws-sdk/clients/lambda.d.ts +12 -12
- package/node_modules/aws-sdk/clients/personalize.d.ts +267 -0
- package/node_modules/aws-sdk/clients/polly.d.ts +2 -2
- package/node_modules/aws-sdk/clients/quicksight.d.ts +230 -13
- package/node_modules/aws-sdk/clients/rum.d.ts +24 -5
- package/node_modules/aws-sdk/clients/s3control.d.ts +58 -16
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +5 -1
- package/node_modules/aws-sdk/clients/secretsmanager.d.ts +7 -7
- package/node_modules/aws-sdk/clients/securityhub.d.ts +16 -0
- package/node_modules/aws-sdk/clients/servicecatalog.d.ts +141 -29
- package/node_modules/aws-sdk/clients/servicecatalogappregistry.d.ts +58 -7
- package/node_modules/aws-sdk/clients/ssmsap.d.ts +31 -31
- package/node_modules/aws-sdk/clients/ssmsap.js +2 -2
- package/node_modules/aws-sdk/clients/stepfunctions.d.ts +67 -52
- package/node_modules/aws-sdk/clients/sts.d.ts +18 -18
- package/node_modules/aws-sdk/clients/textract.d.ts +6 -6
- package/node_modules/aws-sdk/clients/transfer.d.ts +7 -7
- package/node_modules/aws-sdk/clients/workspaces.d.ts +115 -0
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +106 -32
- package/node_modules/aws-sdk/dist/aws-sdk.js +1388 -709
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +87 -86
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +4 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +3 -3
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +4 -4
|
@@ -83,6 +83,14 @@ declare class Personalize extends Service {
|
|
|
83
83
|
* Creates a recommendation filter. For more information, see Filtering recommendations and user segments.
|
|
84
84
|
*/
|
|
85
85
|
createFilter(callback?: (err: AWSError, data: Personalize.Types.CreateFilterResponse) => void): Request<Personalize.Types.CreateFilterResponse, AWSError>;
|
|
86
|
+
/**
|
|
87
|
+
* Creates a metric attribution. A metric attribution creates reports on the data that you import into Amazon Personalize. Depending on how you imported the data, you can view reports in Amazon CloudWatch or Amazon S3. For more information, see Measuring impact of recommendations.
|
|
88
|
+
*/
|
|
89
|
+
createMetricAttribution(params: Personalize.Types.CreateMetricAttributionRequest, callback?: (err: AWSError, data: Personalize.Types.CreateMetricAttributionResponse) => void): Request<Personalize.Types.CreateMetricAttributionResponse, AWSError>;
|
|
90
|
+
/**
|
|
91
|
+
* Creates a metric attribution. A metric attribution creates reports on the data that you import into Amazon Personalize. Depending on how you imported the data, you can view reports in Amazon CloudWatch or Amazon S3. For more information, see Measuring impact of recommendations.
|
|
92
|
+
*/
|
|
93
|
+
createMetricAttribution(callback?: (err: AWSError, data: Personalize.Types.CreateMetricAttributionResponse) => void): Request<Personalize.Types.CreateMetricAttributionResponse, AWSError>;
|
|
86
94
|
/**
|
|
87
95
|
* Creates a recommender with the recipe (a Domain dataset group use case) you specify. You create recommenders for a Domain dataset group and specify the recommender's Amazon Resource Name (ARN) when you make a GetRecommendations request. Minimum recommendation requests per second When you create a recommender, you can configure the recommender's minimum recommendation requests per second. The minimum recommendation requests per second (minRecommendationRequestsPerSecond) specifies the baseline recommendation request throughput provisioned by Amazon Personalize. The default minRecommendationRequestsPerSecond is 1. A recommendation request is a single GetRecommendations operation. Request throughput is measured in requests per second and Amazon Personalize uses your requests per second to derive your requests per hour and the price of your recommender usage. If your requests per second increases beyond minRecommendationRequestsPerSecond, Amazon Personalize auto-scales the provisioned capacity up and down, but never below minRecommendationRequestsPerSecond. There's a short time delay while the capacity is increased that might cause loss of requests. Your bill is the greater of either the minimum requests per hour (based on minRecommendationRequestsPerSecond) or the actual number of requests. The actual request throughput used is calculated as the average requests/second within a one-hour window. We recommend starting with the default minRecommendationRequestsPerSecond, track your usage using Amazon CloudWatch metrics, and then increase the minRecommendationRequestsPerSecond as necessary. Status A recommender can be in one of the following states: CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED STOP PENDING > STOP IN_PROGRESS > INACTIVE > START PENDING > START IN_PROGRESS > ACTIVE DELETE PENDING > DELETE IN_PROGRESS To get the recommender status, call DescribeRecommender. Wait until the status of the recommender is ACTIVE before asking the recommender for recommendations. Related APIs ListRecommenders DescribeRecommender UpdateRecommender DeleteRecommender
|
|
88
96
|
*/
|
|
@@ -155,6 +163,14 @@ declare class Personalize extends Service {
|
|
|
155
163
|
* Deletes a filter.
|
|
156
164
|
*/
|
|
157
165
|
deleteFilter(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
166
|
+
/**
|
|
167
|
+
* Deletes a metric attribution.
|
|
168
|
+
*/
|
|
169
|
+
deleteMetricAttribution(params: Personalize.Types.DeleteMetricAttributionRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
170
|
+
/**
|
|
171
|
+
* Deletes a metric attribution.
|
|
172
|
+
*/
|
|
173
|
+
deleteMetricAttribution(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
158
174
|
/**
|
|
159
175
|
* Deactivates and removes a recommender. A deleted recommender can no longer be specified in a GetRecommendations request.
|
|
160
176
|
*/
|
|
@@ -267,6 +283,14 @@ declare class Personalize extends Service {
|
|
|
267
283
|
* Describes a filter's properties.
|
|
268
284
|
*/
|
|
269
285
|
describeFilter(callback?: (err: AWSError, data: Personalize.Types.DescribeFilterResponse) => void): Request<Personalize.Types.DescribeFilterResponse, AWSError>;
|
|
286
|
+
/**
|
|
287
|
+
* Describes a metric attribution.
|
|
288
|
+
*/
|
|
289
|
+
describeMetricAttribution(params: Personalize.Types.DescribeMetricAttributionRequest, callback?: (err: AWSError, data: Personalize.Types.DescribeMetricAttributionResponse) => void): Request<Personalize.Types.DescribeMetricAttributionResponse, AWSError>;
|
|
290
|
+
/**
|
|
291
|
+
* Describes a metric attribution.
|
|
292
|
+
*/
|
|
293
|
+
describeMetricAttribution(callback?: (err: AWSError, data: Personalize.Types.DescribeMetricAttributionResponse) => void): Request<Personalize.Types.DescribeMetricAttributionResponse, AWSError>;
|
|
270
294
|
/**
|
|
271
295
|
* Describes a recipe. A recipe contains three items: An algorithm that trains a model. Hyperparameters that govern the training. Feature transformation information for modifying the input data before training. Amazon Personalize provides a set of predefined recipes. You specify a recipe when you create a solution with the CreateSolution API. CreateSolution trains a model by using the algorithm in the specified recipe and a training dataset. The solution, when deployed as a campaign, can provide recommendations using the GetRecommendations API.
|
|
272
296
|
*/
|
|
@@ -387,6 +411,22 @@ declare class Personalize extends Service {
|
|
|
387
411
|
* Lists all filters that belong to a given dataset group.
|
|
388
412
|
*/
|
|
389
413
|
listFilters(callback?: (err: AWSError, data: Personalize.Types.ListFiltersResponse) => void): Request<Personalize.Types.ListFiltersResponse, AWSError>;
|
|
414
|
+
/**
|
|
415
|
+
* Lists the metrics for the metric attribution.
|
|
416
|
+
*/
|
|
417
|
+
listMetricAttributionMetrics(params: Personalize.Types.ListMetricAttributionMetricsRequest, callback?: (err: AWSError, data: Personalize.Types.ListMetricAttributionMetricsResponse) => void): Request<Personalize.Types.ListMetricAttributionMetricsResponse, AWSError>;
|
|
418
|
+
/**
|
|
419
|
+
* Lists the metrics for the metric attribution.
|
|
420
|
+
*/
|
|
421
|
+
listMetricAttributionMetrics(callback?: (err: AWSError, data: Personalize.Types.ListMetricAttributionMetricsResponse) => void): Request<Personalize.Types.ListMetricAttributionMetricsResponse, AWSError>;
|
|
422
|
+
/**
|
|
423
|
+
* Lists metric attributions.
|
|
424
|
+
*/
|
|
425
|
+
listMetricAttributions(params: Personalize.Types.ListMetricAttributionsRequest, callback?: (err: AWSError, data: Personalize.Types.ListMetricAttributionsResponse) => void): Request<Personalize.Types.ListMetricAttributionsResponse, AWSError>;
|
|
426
|
+
/**
|
|
427
|
+
* Lists metric attributions.
|
|
428
|
+
*/
|
|
429
|
+
listMetricAttributions(callback?: (err: AWSError, data: Personalize.Types.ListMetricAttributionsResponse) => void): Request<Personalize.Types.ListMetricAttributionsResponse, AWSError>;
|
|
390
430
|
/**
|
|
391
431
|
* Returns a list of available recipes. The response provides the properties for each recipe, including the recipe's Amazon Resource Name (ARN).
|
|
392
432
|
*/
|
|
@@ -483,6 +523,14 @@ declare class Personalize extends Service {
|
|
|
483
523
|
* Updates a campaign by either deploying a new solution or changing the value of the campaign's minProvisionedTPS parameter. To update a campaign, the campaign status must be ACTIVE or CREATE FAILED. Check the campaign status using the DescribeCampaign operation. You can still get recommendations from a campaign while an update is in progress. The campaign will use the previous solution version and campaign configuration to generate recommendations until the latest campaign update status is Active. For more information on campaigns, see CreateCampaign.
|
|
484
524
|
*/
|
|
485
525
|
updateCampaign(callback?: (err: AWSError, data: Personalize.Types.UpdateCampaignResponse) => void): Request<Personalize.Types.UpdateCampaignResponse, AWSError>;
|
|
526
|
+
/**
|
|
527
|
+
* Updates a metric attribution.
|
|
528
|
+
*/
|
|
529
|
+
updateMetricAttribution(params: Personalize.Types.UpdateMetricAttributionRequest, callback?: (err: AWSError, data: Personalize.Types.UpdateMetricAttributionResponse) => void): Request<Personalize.Types.UpdateMetricAttributionResponse, AWSError>;
|
|
530
|
+
/**
|
|
531
|
+
* Updates a metric attribution.
|
|
532
|
+
*/
|
|
533
|
+
updateMetricAttribution(callback?: (err: AWSError, data: Personalize.Types.UpdateMetricAttributionResponse) => void): Request<Personalize.Types.UpdateMetricAttributionResponse, AWSError>;
|
|
486
534
|
/**
|
|
487
535
|
* Updates the recommender to modify the recommender configuration.
|
|
488
536
|
*/
|
|
@@ -1086,6 +1134,10 @@ declare namespace Personalize {
|
|
|
1086
1134
|
* Specify how to add the new records to an existing dataset. The default import mode is FULL. If you haven't imported bulk records into the dataset previously, you can only specify FULL. Specify FULL to overwrite all existing bulk data in your dataset. Data you imported individually is not replaced. Specify INCREMENTAL to append the new records to the existing data in your dataset. Amazon Personalize replaces any record with the same ID with the new one.
|
|
1087
1135
|
*/
|
|
1088
1136
|
importMode?: ImportMode;
|
|
1137
|
+
/**
|
|
1138
|
+
* If you created a metric attribution, specify whether to publish metrics for this import job to Amazon S3
|
|
1139
|
+
*/
|
|
1140
|
+
publishAttributionMetricsToS3?: Boolean;
|
|
1089
1141
|
}
|
|
1090
1142
|
export interface CreateDatasetImportJobResponse {
|
|
1091
1143
|
/**
|
|
@@ -1169,6 +1221,30 @@ declare namespace Personalize {
|
|
|
1169
1221
|
*/
|
|
1170
1222
|
filterArn?: Arn;
|
|
1171
1223
|
}
|
|
1224
|
+
export interface CreateMetricAttributionRequest {
|
|
1225
|
+
/**
|
|
1226
|
+
* A name for the metric attribution.
|
|
1227
|
+
*/
|
|
1228
|
+
name: Name;
|
|
1229
|
+
/**
|
|
1230
|
+
* The Amazon Resource Name (ARN) of the destination dataset group for the metric attribution.
|
|
1231
|
+
*/
|
|
1232
|
+
datasetGroupArn: Arn;
|
|
1233
|
+
/**
|
|
1234
|
+
* A list of metric attributes for the metric attribution. Each metric attribute specifies an event type to track and a function. Available functions are SUM() or SAMPLECOUNT(). For SUM() functions, provide the dataset type (either Interactions or Items) and column to sum as a parameter. For example SUM(Items.PRICE).
|
|
1235
|
+
*/
|
|
1236
|
+
metrics: MetricAttributes;
|
|
1237
|
+
/**
|
|
1238
|
+
* The output configuration details for the metric attribution.
|
|
1239
|
+
*/
|
|
1240
|
+
metricsOutputConfig: MetricAttributionOutput;
|
|
1241
|
+
}
|
|
1242
|
+
export interface CreateMetricAttributionResponse {
|
|
1243
|
+
/**
|
|
1244
|
+
* The Amazon Resource Name (ARN) for the new metric attribution.
|
|
1245
|
+
*/
|
|
1246
|
+
metricAttributionArn?: Arn;
|
|
1247
|
+
}
|
|
1172
1248
|
export interface CreateRecommenderRequest {
|
|
1173
1249
|
/**
|
|
1174
1250
|
* The name of the recommender.
|
|
@@ -1258,6 +1334,10 @@ declare namespace Personalize {
|
|
|
1258
1334
|
solutionArn?: Arn;
|
|
1259
1335
|
}
|
|
1260
1336
|
export interface CreateSolutionVersionRequest {
|
|
1337
|
+
/**
|
|
1338
|
+
* The name of the solution version.
|
|
1339
|
+
*/
|
|
1340
|
+
name?: Name;
|
|
1261
1341
|
/**
|
|
1262
1342
|
* The Amazon Resource Name (ARN) of the solution containing the training configuration information.
|
|
1263
1343
|
*/
|
|
@@ -1499,6 +1579,10 @@ declare namespace Personalize {
|
|
|
1499
1579
|
* The import mode used by the dataset import job to import new records.
|
|
1500
1580
|
*/
|
|
1501
1581
|
importMode?: ImportMode;
|
|
1582
|
+
/**
|
|
1583
|
+
* Whether the job publishes metrics to Amazon S3 for a metric attribution.
|
|
1584
|
+
*/
|
|
1585
|
+
publishAttributionMetricsToS3?: Boolean;
|
|
1502
1586
|
}
|
|
1503
1587
|
export interface DatasetImportJobSummary {
|
|
1504
1588
|
/**
|
|
@@ -1705,6 +1789,12 @@ declare namespace Personalize {
|
|
|
1705
1789
|
*/
|
|
1706
1790
|
filterArn: Arn;
|
|
1707
1791
|
}
|
|
1792
|
+
export interface DeleteMetricAttributionRequest {
|
|
1793
|
+
/**
|
|
1794
|
+
* The metric attribution's Amazon Resource Name (ARN).
|
|
1795
|
+
*/
|
|
1796
|
+
metricAttributionArn: Arn;
|
|
1797
|
+
}
|
|
1708
1798
|
export interface DeleteRecommenderRequest {
|
|
1709
1799
|
/**
|
|
1710
1800
|
* The Amazon Resource Name (ARN) of the recommender to delete.
|
|
@@ -1855,6 +1945,18 @@ declare namespace Personalize {
|
|
|
1855
1945
|
*/
|
|
1856
1946
|
filter?: Filter;
|
|
1857
1947
|
}
|
|
1948
|
+
export interface DescribeMetricAttributionRequest {
|
|
1949
|
+
/**
|
|
1950
|
+
* The metric attribution's Amazon Resource Name (ARN).
|
|
1951
|
+
*/
|
|
1952
|
+
metricAttributionArn: Arn;
|
|
1953
|
+
}
|
|
1954
|
+
export interface DescribeMetricAttributionResponse {
|
|
1955
|
+
/**
|
|
1956
|
+
* The details of the metric attribution.
|
|
1957
|
+
*/
|
|
1958
|
+
metricAttribution?: MetricAttribution;
|
|
1959
|
+
}
|
|
1858
1960
|
export interface DescribeRecipeRequest {
|
|
1859
1961
|
/**
|
|
1860
1962
|
* The Amazon Resource Name (ARN) of the recipe to describe.
|
|
@@ -2376,6 +2478,54 @@ declare namespace Personalize {
|
|
|
2376
2478
|
*/
|
|
2377
2479
|
nextToken?: NextToken;
|
|
2378
2480
|
}
|
|
2481
|
+
export interface ListMetricAttributionMetricsRequest {
|
|
2482
|
+
/**
|
|
2483
|
+
* The Amazon Resource Name (ARN) of the metric attribution to retrieve attributes for.
|
|
2484
|
+
*/
|
|
2485
|
+
metricAttributionArn?: Arn;
|
|
2486
|
+
/**
|
|
2487
|
+
* Specify the pagination token from a previous request to retrieve the next page of results.
|
|
2488
|
+
*/
|
|
2489
|
+
nextToken?: NextToken;
|
|
2490
|
+
/**
|
|
2491
|
+
* The maximum number of metrics to return in one page of results.
|
|
2492
|
+
*/
|
|
2493
|
+
maxResults?: MaxResults;
|
|
2494
|
+
}
|
|
2495
|
+
export interface ListMetricAttributionMetricsResponse {
|
|
2496
|
+
/**
|
|
2497
|
+
* The metrics for the specified metric attribution.
|
|
2498
|
+
*/
|
|
2499
|
+
metrics?: MetricAttributes;
|
|
2500
|
+
/**
|
|
2501
|
+
* Specify the pagination token from a previous ListMetricAttributionMetricsResponse request to retrieve the next page of results.
|
|
2502
|
+
*/
|
|
2503
|
+
nextToken?: NextToken;
|
|
2504
|
+
}
|
|
2505
|
+
export interface ListMetricAttributionsRequest {
|
|
2506
|
+
/**
|
|
2507
|
+
* The metric attributions' dataset group Amazon Resource Name (ARN).
|
|
2508
|
+
*/
|
|
2509
|
+
datasetGroupArn?: Arn;
|
|
2510
|
+
/**
|
|
2511
|
+
* Specify the pagination token from a previous request to retrieve the next page of results.
|
|
2512
|
+
*/
|
|
2513
|
+
nextToken?: NextToken;
|
|
2514
|
+
/**
|
|
2515
|
+
* The maximum number of metric attributions to return in one page of results.
|
|
2516
|
+
*/
|
|
2517
|
+
maxResults?: MaxResults;
|
|
2518
|
+
}
|
|
2519
|
+
export interface ListMetricAttributionsResponse {
|
|
2520
|
+
/**
|
|
2521
|
+
* The list of metric attributions.
|
|
2522
|
+
*/
|
|
2523
|
+
metricAttributions?: MetricAttributions;
|
|
2524
|
+
/**
|
|
2525
|
+
* Specify the pagination token from a previous request to retrieve the next page of results.
|
|
2526
|
+
*/
|
|
2527
|
+
nextToken?: NextToken;
|
|
2528
|
+
}
|
|
2379
2529
|
export interface ListRecipesRequest {
|
|
2380
2530
|
/**
|
|
2381
2531
|
* The default is SERVICE.
|
|
@@ -2509,6 +2659,91 @@ declare namespace Personalize {
|
|
|
2509
2659
|
tags?: Tags;
|
|
2510
2660
|
}
|
|
2511
2661
|
export type MaxResults = number;
|
|
2662
|
+
export interface MetricAttribute {
|
|
2663
|
+
/**
|
|
2664
|
+
* The metric's event type.
|
|
2665
|
+
*/
|
|
2666
|
+
eventType: EventType;
|
|
2667
|
+
/**
|
|
2668
|
+
* The metric's name. The name helps you identify the metric in Amazon CloudWatch or Amazon S3.
|
|
2669
|
+
*/
|
|
2670
|
+
metricName: MetricName;
|
|
2671
|
+
/**
|
|
2672
|
+
* The attribute's expression. Available functions are SUM() or SAMPLECOUNT(). For SUM() functions, provide the dataset type (either Interactions or Items) and column to sum as a parameter. For example SUM(Items.PRICE).
|
|
2673
|
+
*/
|
|
2674
|
+
expression: MetricExpression;
|
|
2675
|
+
}
|
|
2676
|
+
export type MetricAttributes = MetricAttribute[];
|
|
2677
|
+
export type MetricAttributesNamesList = MetricName[];
|
|
2678
|
+
export interface MetricAttribution {
|
|
2679
|
+
/**
|
|
2680
|
+
* The metric attribution's name.
|
|
2681
|
+
*/
|
|
2682
|
+
name?: Name;
|
|
2683
|
+
/**
|
|
2684
|
+
* The metric attribution's Amazon Resource Name (ARN).
|
|
2685
|
+
*/
|
|
2686
|
+
metricAttributionArn?: Arn;
|
|
2687
|
+
/**
|
|
2688
|
+
* The metric attribution's dataset group Amazon Resource Name (ARN).
|
|
2689
|
+
*/
|
|
2690
|
+
datasetGroupArn?: Arn;
|
|
2691
|
+
/**
|
|
2692
|
+
* The metric attribution's output configuration.
|
|
2693
|
+
*/
|
|
2694
|
+
metricsOutputConfig?: MetricAttributionOutput;
|
|
2695
|
+
/**
|
|
2696
|
+
* The metric attribution's status.
|
|
2697
|
+
*/
|
|
2698
|
+
status?: Status;
|
|
2699
|
+
/**
|
|
2700
|
+
* The metric attribution's creation date time.
|
|
2701
|
+
*/
|
|
2702
|
+
creationDateTime?: _Date;
|
|
2703
|
+
/**
|
|
2704
|
+
* The metric attribution's last updated date time.
|
|
2705
|
+
*/
|
|
2706
|
+
lastUpdatedDateTime?: _Date;
|
|
2707
|
+
/**
|
|
2708
|
+
* The metric attribution's failure reason.
|
|
2709
|
+
*/
|
|
2710
|
+
failureReason?: FailureReason;
|
|
2711
|
+
}
|
|
2712
|
+
export interface MetricAttributionOutput {
|
|
2713
|
+
s3DataDestination?: S3DataConfig;
|
|
2714
|
+
/**
|
|
2715
|
+
* The Amazon Resource Name (ARN) of the IAM service role that has permissions to add data to your output Amazon S3 bucket and add metrics to Amazon CloudWatch. For more information, see Measuring impact of recommendations.
|
|
2716
|
+
*/
|
|
2717
|
+
roleArn: RoleArn;
|
|
2718
|
+
}
|
|
2719
|
+
export interface MetricAttributionSummary {
|
|
2720
|
+
/**
|
|
2721
|
+
* The name of the metric attribution.
|
|
2722
|
+
*/
|
|
2723
|
+
name?: Name;
|
|
2724
|
+
/**
|
|
2725
|
+
* The metric attribution's Amazon Resource Name (ARN).
|
|
2726
|
+
*/
|
|
2727
|
+
metricAttributionArn?: Arn;
|
|
2728
|
+
/**
|
|
2729
|
+
* The metric attribution's status.
|
|
2730
|
+
*/
|
|
2731
|
+
status?: Status;
|
|
2732
|
+
/**
|
|
2733
|
+
* The metric attribution's creation date time.
|
|
2734
|
+
*/
|
|
2735
|
+
creationDateTime?: _Date;
|
|
2736
|
+
/**
|
|
2737
|
+
* The metric attribution's last updated date time.
|
|
2738
|
+
*/
|
|
2739
|
+
lastUpdatedDateTime?: _Date;
|
|
2740
|
+
/**
|
|
2741
|
+
* The metric attribution's failure reason.
|
|
2742
|
+
*/
|
|
2743
|
+
failureReason?: FailureReason;
|
|
2744
|
+
}
|
|
2745
|
+
export type MetricAttributions = MetricAttributionSummary[];
|
|
2746
|
+
export type MetricExpression = string;
|
|
2512
2747
|
export type MetricName = string;
|
|
2513
2748
|
export type MetricRegex = string;
|
|
2514
2749
|
export type MetricValue = number;
|
|
@@ -2826,8 +3061,16 @@ declare namespace Personalize {
|
|
|
2826
3061
|
* The date and time (in Unix time) that the solution was last updated.
|
|
2827
3062
|
*/
|
|
2828
3063
|
lastUpdatedDateTime?: _Date;
|
|
3064
|
+
/**
|
|
3065
|
+
* The Amazon Resource Name (ARN) of the recipe used by the solution.
|
|
3066
|
+
*/
|
|
3067
|
+
recipeArn?: Arn;
|
|
2829
3068
|
}
|
|
2830
3069
|
export interface SolutionVersion {
|
|
3070
|
+
/**
|
|
3071
|
+
* The name of the solution version.
|
|
3072
|
+
*/
|
|
3073
|
+
name?: Name;
|
|
2831
3074
|
/**
|
|
2832
3075
|
* The ARN of the solution version.
|
|
2833
3076
|
*/
|
|
@@ -3018,6 +3261,30 @@ declare namespace Personalize {
|
|
|
3018
3261
|
*/
|
|
3019
3262
|
campaignArn?: Arn;
|
|
3020
3263
|
}
|
|
3264
|
+
export interface UpdateMetricAttributionRequest {
|
|
3265
|
+
/**
|
|
3266
|
+
* Add new metric attributes to the metric attribution.
|
|
3267
|
+
*/
|
|
3268
|
+
addMetrics?: MetricAttributes;
|
|
3269
|
+
/**
|
|
3270
|
+
* Remove metric attributes from the metric attribution.
|
|
3271
|
+
*/
|
|
3272
|
+
removeMetrics?: MetricAttributesNamesList;
|
|
3273
|
+
/**
|
|
3274
|
+
* An output config for the metric attribution.
|
|
3275
|
+
*/
|
|
3276
|
+
metricsOutputConfig?: MetricAttributionOutput;
|
|
3277
|
+
/**
|
|
3278
|
+
* The Amazon Resource Name (ARN) for the metric attribution to update.
|
|
3279
|
+
*/
|
|
3280
|
+
metricAttributionArn?: Arn;
|
|
3281
|
+
}
|
|
3282
|
+
export interface UpdateMetricAttributionResponse {
|
|
3283
|
+
/**
|
|
3284
|
+
* The Amazon Resource Name (ARN) for the metric attribution that you updated.
|
|
3285
|
+
*/
|
|
3286
|
+
metricAttributionArn?: Arn;
|
|
3287
|
+
}
|
|
3021
3288
|
export interface UpdateRecommenderRequest {
|
|
3022
3289
|
/**
|
|
3023
3290
|
* The Amazon Resource Name (ARN) of the recommender to modify.
|
|
@@ -162,7 +162,7 @@ declare namespace Polly {
|
|
|
162
162
|
SynthesisTask?: SynthesisTask;
|
|
163
163
|
}
|
|
164
164
|
export type IncludeAdditionalLanguageCodes = boolean;
|
|
165
|
-
export type LanguageCode = "arb"|"cmn-CN"|"cy-GB"|"da-DK"|"de-DE"|"en-AU"|"en-GB"|"en-GB-WLS"|"en-IN"|"en-US"|"es-ES"|"es-MX"|"es-US"|"fr-CA"|"fr-FR"|"is-IS"|"it-IT"|"ja-JP"|"hi-IN"|"ko-KR"|"nb-NO"|"nl-NL"|"pl-PL"|"pt-BR"|"pt-PT"|"ro-RO"|"ru-RU"|"sv-SE"|"tr-TR"|"en-NZ"|"en-ZA"|"ca-ES"|"de-AT"|"yue-CN"|string;
|
|
165
|
+
export type LanguageCode = "arb"|"cmn-CN"|"cy-GB"|"da-DK"|"de-DE"|"en-AU"|"en-GB"|"en-GB-WLS"|"en-IN"|"en-US"|"es-ES"|"es-MX"|"es-US"|"fr-CA"|"fr-FR"|"is-IS"|"it-IT"|"ja-JP"|"hi-IN"|"ko-KR"|"nb-NO"|"nl-NL"|"pl-PL"|"pt-BR"|"pt-PT"|"ro-RO"|"ru-RU"|"sv-SE"|"tr-TR"|"en-NZ"|"en-ZA"|"ca-ES"|"de-AT"|"yue-CN"|"ar-AE"|string;
|
|
166
166
|
export type LanguageCodeList = LanguageCode[];
|
|
167
167
|
export type LanguageName = string;
|
|
168
168
|
export type LastModified = Date;
|
|
@@ -488,7 +488,7 @@ declare namespace Polly {
|
|
|
488
488
|
*/
|
|
489
489
|
SupportedEngines?: EngineList;
|
|
490
490
|
}
|
|
491
|
-
export type VoiceId = "Aditi"|"Amy"|"Astrid"|"Bianca"|"Brian"|"Camila"|"Carla"|"Carmen"|"Celine"|"Chantal"|"Conchita"|"Cristiano"|"Dora"|"Emma"|"Enrique"|"Ewa"|"Filiz"|"Gabrielle"|"Geraint"|"Giorgio"|"Gwyneth"|"Hans"|"Ines"|"Ivy"|"Jacek"|"Jan"|"Joanna"|"Joey"|"Justin"|"Karl"|"Kendra"|"Kevin"|"Kimberly"|"Lea"|"Liv"|"Lotte"|"Lucia"|"Lupe"|"Mads"|"Maja"|"Marlene"|"Mathieu"|"Matthew"|"Maxim"|"Mia"|"Miguel"|"Mizuki"|"Naja"|"Nicole"|"Olivia"|"Penelope"|"Raveena"|"Ricardo"|"Ruben"|"Russell"|"Salli"|"Seoyeon"|"Takumi"|"Tatyana"|"Vicki"|"Vitoria"|"Zeina"|"Zhiyu"|"Aria"|"Ayanda"|"Arlet"|"Hannah"|"Arthur"|"Daniel"|"Liam"|"Pedro"|"Kajal"|"Hiujin"|"Laura"|"Elin"|"Ida"|"Suvi"|string;
|
|
491
|
+
export type VoiceId = "Aditi"|"Amy"|"Astrid"|"Bianca"|"Brian"|"Camila"|"Carla"|"Carmen"|"Celine"|"Chantal"|"Conchita"|"Cristiano"|"Dora"|"Emma"|"Enrique"|"Ewa"|"Filiz"|"Gabrielle"|"Geraint"|"Giorgio"|"Gwyneth"|"Hans"|"Ines"|"Ivy"|"Jacek"|"Jan"|"Joanna"|"Joey"|"Justin"|"Karl"|"Kendra"|"Kevin"|"Kimberly"|"Lea"|"Liv"|"Lotte"|"Lucia"|"Lupe"|"Mads"|"Maja"|"Marlene"|"Mathieu"|"Matthew"|"Maxim"|"Mia"|"Miguel"|"Mizuki"|"Naja"|"Nicole"|"Olivia"|"Penelope"|"Raveena"|"Ricardo"|"Ruben"|"Russell"|"Salli"|"Seoyeon"|"Takumi"|"Tatyana"|"Vicki"|"Vitoria"|"Zeina"|"Zhiyu"|"Aria"|"Ayanda"|"Arlet"|"Hannah"|"Arthur"|"Daniel"|"Liam"|"Pedro"|"Kajal"|"Hiujin"|"Laura"|"Elin"|"Ida"|"Suvi"|"Ola"|"Hala"|string;
|
|
492
492
|
export type VoiceList = Voice[];
|
|
493
493
|
export type VoiceName = string;
|
|
494
494
|
/**
|