aws-sdk-cloudwatchevidently 1.10.0 → 1.11.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-cloudwatchevidently/client.rb +82 -9
- data/lib/aws-sdk-cloudwatchevidently/endpoint_parameters.rb +3 -0
- data/lib/aws-sdk-cloudwatchevidently/endpoint_provider.rb +1 -1
- data/lib/aws-sdk-cloudwatchevidently/types.rb +50 -7
- data/lib/aws-sdk-cloudwatchevidently.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 13dc1b2297aec62d8100bd92751d261045fb18e85cef677a7be2012791815973
|
4
|
+
data.tar.gz: f5520e4fd22b7f26d1fdf46274f05a9c889657632afc7d4e4a4aa233c74d8ff0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1446086e46e9b6d483ffbdd4ac0a92833124a7692a743f2650b868102c3e17150f8fee3538864dc20e68791fb0146692370ea92fbb5c5e64cdb9d33ce70b95ec
|
7
|
+
data.tar.gz: c6a3be046c5710cfc41848770ce384e54b4027cf103af21bd5d28edf1d8c95f47645c91f06280d54298414735165a44219255dbf77449c978f7e035133047ed9
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.11.0
|
@@ -513,7 +513,13 @@ module Aws::CloudWatchEvidently
|
|
513
513
|
# Tags don't have any semantic meaning to Amazon Web Services and are
|
514
514
|
# interpreted strictly as strings of characters.
|
515
515
|
#
|
516
|
-
#
|
516
|
+
# You can associate as many as 50 tags with an experiment.
|
517
|
+
#
|
518
|
+
# For more information, see [Tagging Amazon Web Services resources][1].
|
519
|
+
#
|
520
|
+
#
|
521
|
+
#
|
522
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html
|
517
523
|
#
|
518
524
|
# @option params [required, Array<Types::TreatmentConfig>] :treatments
|
519
525
|
# An array of structures that describe the configuration of each feature
|
@@ -662,7 +668,13 @@ module Aws::CloudWatchEvidently
|
|
662
668
|
# Tags don't have any semantic meaning to Amazon Web Services and are
|
663
669
|
# interpreted strictly as strings of characters.
|
664
670
|
#
|
665
|
-
#
|
671
|
+
# You can associate as many as 50 tags with a feature.
|
672
|
+
#
|
673
|
+
# For more information, see [Tagging Amazon Web Services resources][1].
|
674
|
+
#
|
675
|
+
#
|
676
|
+
#
|
677
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html
|
666
678
|
#
|
667
679
|
# @option params [required, Array<Types::VariationConfig>] :variations
|
668
680
|
# An array of structures that contain the configuration of the
|
@@ -789,7 +801,13 @@ module Aws::CloudWatchEvidently
|
|
789
801
|
# Tags don't have any semantic meaning to Amazon Web Services and are
|
790
802
|
# interpreted strictly as strings of characters.
|
791
803
|
#
|
792
|
-
#
|
804
|
+
# You can associate as many as 50 tags with a launch.
|
805
|
+
#
|
806
|
+
# For more information, see [Tagging Amazon Web Services resources][1].
|
807
|
+
#
|
808
|
+
#
|
809
|
+
#
|
810
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html
|
793
811
|
#
|
794
812
|
# @return [Types::CreateLaunchResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
795
813
|
#
|
@@ -944,7 +962,13 @@ module Aws::CloudWatchEvidently
|
|
944
962
|
# Tags don't have any semantic meaning to Amazon Web Services and are
|
945
963
|
# interpreted strictly as strings of characters.
|
946
964
|
#
|
947
|
-
#
|
965
|
+
# You can associate as many as 50 tags with a project.
|
966
|
+
#
|
967
|
+
# For more information, see [Tagging Amazon Web Services resources][1].
|
968
|
+
#
|
969
|
+
#
|
970
|
+
#
|
971
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html
|
948
972
|
#
|
949
973
|
# @return [Types::CreateProjectResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
950
974
|
#
|
@@ -1015,7 +1039,18 @@ module Aws::CloudWatchEvidently
|
|
1015
1039
|
# segments in a launch allows you to define different traffic splits for
|
1016
1040
|
# the different audience segments.
|
1017
1041
|
#
|
1018
|
-
#
|
1042
|
+
# For more information about segment pattern syntax, see [ Segment rule
|
1043
|
+
# pattern syntax][1].
|
1044
|
+
#
|
1045
|
+
# The pattern that you define for a segment is matched against the value
|
1046
|
+
# of `evaluationContext`, which is passed into Evidently in the
|
1047
|
+
# [EvaluateFeature][2] operation, when Evidently assigns a feature
|
1048
|
+
# variation to a user.
|
1049
|
+
#
|
1050
|
+
#
|
1051
|
+
#
|
1052
|
+
# [1]: https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-Evidently-segments.html#CloudWatch-Evidently-segments-syntax.html
|
1053
|
+
# [2]: https://docs.aws.amazon.com/cloudwatchevidently/latest/APIReference/API_EvaluateFeature.html
|
1019
1054
|
#
|
1020
1055
|
# @option params [String] :description
|
1021
1056
|
# An optional description for this segment.
|
@@ -1045,7 +1080,13 @@ module Aws::CloudWatchEvidently
|
|
1045
1080
|
# Tags don't have any semantic meaning to Amazon Web Services and are
|
1046
1081
|
# interpreted strictly as strings of characters.
|
1047
1082
|
#
|
1048
|
-
#
|
1083
|
+
# You can associate as many as 50 tags with a segment.
|
1084
|
+
#
|
1085
|
+
# For more information, see [Tagging Amazon Web Services resources][1].
|
1086
|
+
#
|
1087
|
+
#
|
1088
|
+
#
|
1089
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html
|
1049
1090
|
#
|
1050
1091
|
# @return [Types::CreateSegmentResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1051
1092
|
#
|
@@ -1236,7 +1277,38 @@ module Aws::CloudWatchEvidently
|
|
1236
1277
|
# user's `entityID` matches an override rule, the user is served the
|
1237
1278
|
# variation specified by that rule.
|
1238
1279
|
#
|
1239
|
-
#
|
1280
|
+
# If there is a current launch with this feature that uses segment
|
1281
|
+
# overrides, and if the user session's `evaluationContext` matches a
|
1282
|
+
# segment rule defined in a segment override, the configuration in the
|
1283
|
+
# segment overrides is used. For more information about segments, see
|
1284
|
+
# [CreateSegment][1] and [Use segments to focus your audience][2].
|
1285
|
+
#
|
1286
|
+
# If there is a launch with no segment overrides, the user might be
|
1287
|
+
# assigned to a variation in the launch. The chance of this depends on
|
1288
|
+
# the percentage of users that are allocated to that launch. If the user
|
1289
|
+
# is enrolled in the launch, the variation they are served depends on
|
1290
|
+
# the allocation of the various feature variations used for the launch.
|
1291
|
+
#
|
1292
|
+
# If the user is not assigned to a launch, and there is an ongoing
|
1293
|
+
# experiment for this feature, the user might be assigned to a variation
|
1294
|
+
# in the experiment. The chance of this depends on the percentage of
|
1295
|
+
# users that are allocated to that experiment.
|
1296
|
+
#
|
1297
|
+
# If the experiment uses a segment, then only user sessions with
|
1298
|
+
# `evaluationContext` values that match the segment rule are used in the
|
1299
|
+
# experiment.
|
1300
|
+
#
|
1301
|
+
# If the user is enrolled in the experiment, the variation they are
|
1302
|
+
# served depends on the allocation of the various feature variations
|
1303
|
+
# used for the experiment.
|
1304
|
+
#
|
1305
|
+
# If the user is not assigned to a launch or experiment, they are served
|
1306
|
+
# the default variation.
|
1307
|
+
#
|
1308
|
+
#
|
1309
|
+
#
|
1310
|
+
# [1]: https://docs.aws.amazon.com/cloudwatchevidently/latest/APIReference/API_CreateSegment.html
|
1311
|
+
# [2]: https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-Evidently-segments.html
|
1240
1312
|
#
|
1241
1313
|
# @option params [required, String] :entity_id
|
1242
1314
|
# An internal ID that represents a unique user of the application. This
|
@@ -1250,7 +1322,8 @@ module Aws::CloudWatchEvidently
|
|
1250
1322
|
# audience segments. For more information, see [Use segments to focus
|
1251
1323
|
# your audience][1].
|
1252
1324
|
#
|
1253
|
-
#
|
1325
|
+
# If you include this parameter, the value must be a JSON object. A JSON
|
1326
|
+
# array is not supported.
|
1254
1327
|
#
|
1255
1328
|
# **SDK automatically handles json encoding and base64 encoding for you
|
1256
1329
|
# when the required value (Hash, Array, etc.) is provided according to
|
@@ -3040,7 +3113,7 @@ module Aws::CloudWatchEvidently
|
|
3040
3113
|
params: params,
|
3041
3114
|
config: config)
|
3042
3115
|
context[:gem_name] = 'aws-sdk-cloudwatchevidently'
|
3043
|
-
context[:gem_version] = '1.
|
3116
|
+
context[:gem_version] = '1.11.0'
|
3044
3117
|
Seahorse::Client::Request.new(handlers, context)
|
3045
3118
|
end
|
3046
3119
|
|
@@ -50,6 +50,9 @@ module Aws::CloudWatchEvidently
|
|
50
50
|
|
51
51
|
def initialize(options = {})
|
52
52
|
self[:region] = options[:region]
|
53
|
+
if self[:region].nil?
|
54
|
+
raise ArgumentError, "Missing required EndpointParameter: :region"
|
55
|
+
end
|
53
56
|
self[:use_dual_stack] = options[:use_dual_stack]
|
54
57
|
self[:use_dual_stack] = false if self[:use_dual_stack].nil?
|
55
58
|
if self[:use_dual_stack].nil?
|
@@ -15,7 +15,7 @@ module Aws::CloudWatchEvidently
|
|
15
15
|
use_fips = parameters.use_fips
|
16
16
|
endpoint = parameters.endpoint
|
17
17
|
if (partition_result = Aws::Endpoints::Matchers.aws_partition(region))
|
18
|
-
if Aws::Endpoints::Matchers.set?(endpoint)
|
18
|
+
if Aws::Endpoints::Matchers.set?(endpoint)
|
19
19
|
if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
|
20
20
|
raise ArgumentError, "Invalid Configuration: FIPS and custom endpoint are not supported"
|
21
21
|
end
|
@@ -172,7 +172,14 @@ module Aws::CloudWatchEvidently
|
|
172
172
|
# Tags don't have any semantic meaning to Amazon Web Services and are
|
173
173
|
# interpreted strictly as strings of characters.
|
174
174
|
#
|
175
|
-
#
|
175
|
+
# You can associate as many as 50 tags with an experiment.
|
176
|
+
#
|
177
|
+
# For more information, see [Tagging Amazon Web Services
|
178
|
+
# resources][1].
|
179
|
+
#
|
180
|
+
#
|
181
|
+
#
|
182
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html
|
176
183
|
# @return [Hash<String,String>]
|
177
184
|
#
|
178
185
|
# @!attribute [rw] treatments
|
@@ -258,7 +265,14 @@ module Aws::CloudWatchEvidently
|
|
258
265
|
# Tags don't have any semantic meaning to Amazon Web Services and are
|
259
266
|
# interpreted strictly as strings of characters.
|
260
267
|
#
|
261
|
-
#
|
268
|
+
# You can associate as many as 50 tags with a feature.
|
269
|
+
#
|
270
|
+
# For more information, see [Tagging Amazon Web Services
|
271
|
+
# resources][1].
|
272
|
+
#
|
273
|
+
#
|
274
|
+
#
|
275
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html
|
262
276
|
# @return [Hash<String,String>]
|
263
277
|
#
|
264
278
|
# @!attribute [rw] variations
|
@@ -341,7 +355,14 @@ module Aws::CloudWatchEvidently
|
|
341
355
|
# Tags don't have any semantic meaning to Amazon Web Services and are
|
342
356
|
# interpreted strictly as strings of characters.
|
343
357
|
#
|
344
|
-
#
|
358
|
+
# You can associate as many as 50 tags with a launch.
|
359
|
+
#
|
360
|
+
# For more information, see [Tagging Amazon Web Services
|
361
|
+
# resources][1].
|
362
|
+
#
|
363
|
+
#
|
364
|
+
#
|
365
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html
|
345
366
|
# @return [Hash<String,String>]
|
346
367
|
#
|
347
368
|
# @see http://docs.aws.amazon.com/goto/WebAPI/evidently-2021-02-01/CreateLaunchRequest AWS API Documentation
|
@@ -421,7 +442,14 @@ module Aws::CloudWatchEvidently
|
|
421
442
|
# Tags don't have any semantic meaning to Amazon Web Services and are
|
422
443
|
# interpreted strictly as strings of characters.
|
423
444
|
#
|
424
|
-
#
|
445
|
+
# You can associate as many as 50 tags with a project.
|
446
|
+
#
|
447
|
+
# For more information, see [Tagging Amazon Web Services
|
448
|
+
# resources][1].
|
449
|
+
#
|
450
|
+
#
|
451
|
+
#
|
452
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html
|
425
453
|
# @return [Hash<String,String>]
|
426
454
|
#
|
427
455
|
# @see http://docs.aws.amazon.com/goto/WebAPI/evidently-2021-02-01/CreateProjectRequest AWS API Documentation
|
@@ -476,7 +504,14 @@ module Aws::CloudWatchEvidently
|
|
476
504
|
# Tags don't have any semantic meaning to Amazon Web Services and are
|
477
505
|
# interpreted strictly as strings of characters.
|
478
506
|
#
|
479
|
-
#
|
507
|
+
# You can associate as many as 50 tags with a segment.
|
508
|
+
#
|
509
|
+
# For more information, see [Tagging Amazon Web Services
|
510
|
+
# resources][1].
|
511
|
+
#
|
512
|
+
#
|
513
|
+
#
|
514
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html
|
480
515
|
# @return [Hash<String,String>]
|
481
516
|
#
|
482
517
|
# @see http://docs.aws.amazon.com/goto/WebAPI/evidently-2021-02-01/CreateSegmentRequest AWS API Documentation
|
@@ -612,7 +647,8 @@ module Aws::CloudWatchEvidently
|
|
612
647
|
# audience segments. For more information, see [Use segments to focus
|
613
648
|
# your audience][1].
|
614
649
|
#
|
615
|
-
#
|
650
|
+
# If you include this parameter, the value must be a JSON object. A
|
651
|
+
# JSON array is not supported.
|
616
652
|
#
|
617
653
|
#
|
618
654
|
#
|
@@ -2637,7 +2673,14 @@ module Aws::CloudWatchEvidently
|
|
2637
2673
|
# keys are variation names. The values represent the percentage of
|
2638
2674
|
# traffic to allocate to that variation during this step.
|
2639
2675
|
#
|
2640
|
-
#
|
2676
|
+
# The values is expressed in thousandths of a percent, so assigning a
|
2677
|
+
# weight of 50000 assigns 50% of traffic to that variation.
|
2678
|
+
#
|
2679
|
+
# If the sum of the weights for all the variations in a segment
|
2680
|
+
# override does not add up to 100,000, then the remaining traffic that
|
2681
|
+
# matches this segment is not assigned by this segment override, and
|
2682
|
+
# instead moves on to the next segment override or the default traffic
|
2683
|
+
# split.
|
2641
2684
|
# @return [Hash<String,Integer>]
|
2642
2685
|
#
|
2643
2686
|
# @!attribute [rw] segment_overrides
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-cloudwatchevidently
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.11.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-02-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|