You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* <p>Use this parameter to configure client-side evaluation for your project. Client-side evaluation allows your application to assign
1417
+
* variations to user
1418
+
* sessions locally instead of by calling the <a href="https://docs.aws.amazon.com/cloudwatchevidently/latest/APIReference/API_EvaluateFeature.html">EvaluateFeature</a> operation to assign the
1419
+
* variations. This mitigates the latency and availability risks that come with an API call.</p>
1420
+
* <p>
1421
+
* <code>ProjectAppConfigResource</code> is a structure that defines the configuration of how your application
1422
+
* integrates with AppConfig to run client-side evaluation.</p>
1423
+
*/
1424
+
exportinterfaceProjectAppConfigResourceConfig{
1425
+
/**
1426
+
* <p>The ID of the AppConfig application to use for client-side evaluation. </p>
1427
+
*/
1428
+
applicationId?: string;
1429
+
1430
+
/**
1431
+
* <p>The ID of the AppConfig environment to use for client-side evaluation. This must be an
1432
+
* environment that is within the application that you specify for <code>applicationId</code>.</p>
1433
+
*/
1434
+
environmentId?: string;
1435
+
}
1436
+
1415
1437
/**
1416
1438
* <p>If the project stores evaluation events in an Amazon S3 bucket, this structure
* <p>Use this parameter if the project will use <i>client-side evaluation powered by AppConfig</i>. Client-side
1492
+
* evaluation allows your application to assign variations to user
1493
+
* sessions locally instead of by calling the <a href="https://docs.aws.amazon.com/cloudwatchevidently/latest/APIReference/API_EvaluateFeature.html">EvaluateFeature</a> operation. This
1494
+
* mitigates the latency and availability risks that come with an API call. For more information,
1495
+
* see <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-Evidently-client-side-evaluation.html">
1496
+
* Client-side evaluation - powered by AppConfig.</a>
1497
+
* </p>
1498
+
* <p>This parameter is a structure that
1499
+
* contains information about the AppConfig application and environment that will be used as for client-side evaluation.</p>
1500
+
* <p>To create a project that uses client-side evaluation, you must have the
* <p>The pattern to use for the segment. For more information about pattern syntax,
1609
-
* see <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-Evidently-segments-syntax.html">
1674
+
* see <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-Evidently-segments.html#CloudWatch-Evidently-segments-syntax.html">
1610
1675
* Segment rule pattern syntax</a>.</p>
1611
1676
*/
1612
1677
pattern: __LazyJsonString|string|undefined;
@@ -1646,7 +1711,9 @@ export interface Segment {
1646
1711
name: string|undefined;
1647
1712
1648
1713
/**
1649
-
* <p/>
1714
+
* <p>The pattern that defines the attributes to use to evalute whether a user session will be in the segment.
1715
+
* For more information about the pattern syntax, see
* <p>Use this parameter if the project will use client-side evaluation powered by AppConfig. Client-side
2822
+
* evaluation allows your application to assign variations to user
2823
+
* sessions locally instead of by calling the <a href="https://docs.aws.amazon.com/cloudwatchevidently/latest/APIReference/API_EvaluateFeature.html">EvaluateFeature</a> operation. This
2824
+
* mitigates the latency and availability risks that come with an API call. allows
2825
+
* you to</p>
2826
+
* <p>This parameter is a structure that
2827
+
* contains information about the AppConfig application that will be used for client-side evaluation.</p>
0 commit comments