aws-sdk-cloudwatchevidently 1.38.0 → 1.39.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-cloudwatchevidently/client.rb +1 -1
- data/lib/aws-sdk-cloudwatchevidently/client_api.rb +14 -14
- data/lib/aws-sdk-cloudwatchevidently.rb +1 -1
- metadata +3 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0d11a45b1cd0051f11292b46e9c49593923a63dd9ede78ce66caf716f0a972f8
|
4
|
+
data.tar.gz: de75ed45fddf2572c7176c7f738c1087722a6f1b46ee99dcfde324397064fb38
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6764de8dbf06e8d9c1f6e5b5e5b359832515280addcdb267982b4599ff73d5341712b1243756bb98237c190e865bcef76d48524f2fc6ee5e8a71e16babc32002
|
7
|
+
data.tar.gz: 4516865797bc64947fc95907ae80abb982bc853d4cfe8b97ee55274131e54ae02998872991ef01c3d292d41924abbdb94886c20f3e309db99d18d7eeb815eab5
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.39.0
|
@@ -3226,7 +3226,7 @@ module Aws::CloudWatchEvidently
|
|
3226
3226
|
tracer: tracer
|
3227
3227
|
)
|
3228
3228
|
context[:gem_name] = 'aws-sdk-cloudwatchevidently'
|
3229
|
-
context[:gem_version] = '1.
|
3229
|
+
context[:gem_version] = '1.39.0'
|
3230
3230
|
Seahorse::Client::Request.new(handlers, context)
|
3231
3231
|
end
|
3232
3232
|
|
@@ -285,7 +285,7 @@ module Aws::CloudWatchEvidently
|
|
285
285
|
CreateExperimentRequest.add_member(:online_ab_config, Shapes::ShapeRef.new(shape: OnlineAbConfig, location_name: "onlineAbConfig"))
|
286
286
|
CreateExperimentRequest.add_member(:project, Shapes::ShapeRef.new(shape: ProjectRef, required: true, location: "uri", location_name: "project"))
|
287
287
|
CreateExperimentRequest.add_member(:randomization_salt, Shapes::ShapeRef.new(shape: RandomizationSalt, location_name: "randomizationSalt"))
|
288
|
-
CreateExperimentRequest.add_member(:sampling_rate, Shapes::ShapeRef.new(shape: SplitWeight, location_name: "samplingRate", metadata: {"box"=>true}))
|
288
|
+
CreateExperimentRequest.add_member(:sampling_rate, Shapes::ShapeRef.new(shape: SplitWeight, location_name: "samplingRate", metadata: {"box" => true}))
|
289
289
|
CreateExperimentRequest.add_member(:segment, Shapes::ShapeRef.new(shape: SegmentRef, location_name: "segment"))
|
290
290
|
CreateExperimentRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
291
291
|
CreateExperimentRequest.add_member(:treatments, Shapes::ShapeRef.new(shape: TreatmentConfigList, required: true, location_name: "treatments"))
|
@@ -332,7 +332,7 @@ module Aws::CloudWatchEvidently
|
|
332
332
|
|
333
333
|
CreateSegmentRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
334
334
|
CreateSegmentRequest.add_member(:name, Shapes::ShapeRef.new(shape: SegmentName, required: true, location_name: "name"))
|
335
|
-
CreateSegmentRequest.add_member(:pattern, Shapes::ShapeRef.new(shape: SegmentPattern, required: true, location_name: "pattern", metadata: {"jsonvalue"=>true}))
|
335
|
+
CreateSegmentRequest.add_member(:pattern, Shapes::ShapeRef.new(shape: SegmentPattern, required: true, location_name: "pattern", metadata: {"jsonvalue" => true}))
|
336
336
|
CreateSegmentRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
337
337
|
CreateSegmentRequest.struct_class = Types::CreateSegmentRequest
|
338
338
|
|
@@ -373,25 +373,25 @@ module Aws::CloudWatchEvidently
|
|
373
373
|
EntityOverrideMap.value = Shapes::ShapeRef.new(shape: VariationName)
|
374
374
|
|
375
375
|
EvaluateFeatureRequest.add_member(:entity_id, Shapes::ShapeRef.new(shape: EntityId, required: true, location_name: "entityId"))
|
376
|
-
EvaluateFeatureRequest.add_member(:evaluation_context, Shapes::ShapeRef.new(shape: JsonValue, location_name: "evaluationContext", metadata: {"jsonvalue"=>true}))
|
376
|
+
EvaluateFeatureRequest.add_member(:evaluation_context, Shapes::ShapeRef.new(shape: JsonValue, location_name: "evaluationContext", metadata: {"jsonvalue" => true}))
|
377
377
|
EvaluateFeatureRequest.add_member(:feature, Shapes::ShapeRef.new(shape: FeatureName, required: true, location: "uri", location_name: "feature"))
|
378
378
|
EvaluateFeatureRequest.add_member(:project, Shapes::ShapeRef.new(shape: ProjectRef, required: true, location: "uri", location_name: "project"))
|
379
379
|
EvaluateFeatureRequest.struct_class = Types::EvaluateFeatureRequest
|
380
380
|
|
381
|
-
EvaluateFeatureResponse.add_member(:details, Shapes::ShapeRef.new(shape: JsonValue, location_name: "details", metadata: {"jsonvalue"=>true}))
|
381
|
+
EvaluateFeatureResponse.add_member(:details, Shapes::ShapeRef.new(shape: JsonValue, location_name: "details", metadata: {"jsonvalue" => true}))
|
382
382
|
EvaluateFeatureResponse.add_member(:reason, Shapes::ShapeRef.new(shape: String, location_name: "reason"))
|
383
383
|
EvaluateFeatureResponse.add_member(:value, Shapes::ShapeRef.new(shape: VariableValue, location_name: "value"))
|
384
384
|
EvaluateFeatureResponse.add_member(:variation, Shapes::ShapeRef.new(shape: String, location_name: "variation"))
|
385
385
|
EvaluateFeatureResponse.struct_class = Types::EvaluateFeatureResponse
|
386
386
|
|
387
387
|
EvaluationRequest.add_member(:entity_id, Shapes::ShapeRef.new(shape: EntityId, required: true, location_name: "entityId"))
|
388
|
-
EvaluationRequest.add_member(:evaluation_context, Shapes::ShapeRef.new(shape: JsonValue, location_name: "evaluationContext", metadata: {"jsonvalue"=>true}))
|
388
|
+
EvaluationRequest.add_member(:evaluation_context, Shapes::ShapeRef.new(shape: JsonValue, location_name: "evaluationContext", metadata: {"jsonvalue" => true}))
|
389
389
|
EvaluationRequest.add_member(:feature, Shapes::ShapeRef.new(shape: FeatureName, required: true, location_name: "feature"))
|
390
390
|
EvaluationRequest.struct_class = Types::EvaluationRequest
|
391
391
|
|
392
392
|
EvaluationRequestsList.member = Shapes::ShapeRef.new(shape: EvaluationRequest)
|
393
393
|
|
394
|
-
EvaluationResult.add_member(:details, Shapes::ShapeRef.new(shape: JsonValue, location_name: "details", metadata: {"jsonvalue"=>true}))
|
394
|
+
EvaluationResult.add_member(:details, Shapes::ShapeRef.new(shape: JsonValue, location_name: "details", metadata: {"jsonvalue" => true}))
|
395
395
|
EvaluationResult.add_member(:entity_id, Shapes::ShapeRef.new(shape: EntityId, required: true, location_name: "entityId"))
|
396
396
|
EvaluationResult.add_member(:feature, Shapes::ShapeRef.new(shape: FeatureName, required: true, location_name: "feature"))
|
397
397
|
EvaluationResult.add_member(:project, Shapes::ShapeRef.new(shape: Arn, location_name: "project"))
|
@@ -408,7 +408,7 @@ module Aws::CloudWatchEvidently
|
|
408
408
|
|
409
409
|
EvaluationRulesList.member = Shapes::ShapeRef.new(shape: EvaluationRule)
|
410
410
|
|
411
|
-
Event.add_member(:data, Shapes::ShapeRef.new(shape: JsonValue, required: true, location_name: "data", metadata: {"jsonvalue"=>true}))
|
411
|
+
Event.add_member(:data, Shapes::ShapeRef.new(shape: JsonValue, required: true, location_name: "data", metadata: {"jsonvalue" => true}))
|
412
412
|
Event.add_member(:timestamp, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "timestamp"))
|
413
413
|
Event.add_member(:type, Shapes::ShapeRef.new(shape: EventType, required: true, location_name: "type"))
|
414
414
|
Event.struct_class = Types::Event
|
@@ -441,7 +441,7 @@ module Aws::CloudWatchEvidently
|
|
441
441
|
|
442
442
|
ExperimentList.member = Shapes::ShapeRef.new(shape: Experiment)
|
443
443
|
|
444
|
-
ExperimentReport.add_member(:content, Shapes::ShapeRef.new(shape: JsonValue, location_name: "content", metadata: {"jsonvalue"=>true}))
|
444
|
+
ExperimentReport.add_member(:content, Shapes::ShapeRef.new(shape: JsonValue, location_name: "content", metadata: {"jsonvalue" => true}))
|
445
445
|
ExperimentReport.add_member(:metric_name, Shapes::ShapeRef.new(shape: CwDimensionSafeName, location_name: "metricName"))
|
446
446
|
ExperimentReport.add_member(:report_name, Shapes::ShapeRef.new(shape: ExperimentReportName, location_name: "reportName"))
|
447
447
|
ExperimentReport.add_member(:treatment_name, Shapes::ShapeRef.new(shape: TreatmentName, location_name: "treatmentName"))
|
@@ -654,14 +654,14 @@ module Aws::CloudWatchEvidently
|
|
654
654
|
ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
|
655
655
|
|
656
656
|
MetricDefinition.add_member(:entity_id_key, Shapes::ShapeRef.new(shape: JsonPath, location_name: "entityIdKey"))
|
657
|
-
MetricDefinition.add_member(:event_pattern, Shapes::ShapeRef.new(shape: JsonValue, location_name: "eventPattern", metadata: {"jsonvalue"=>true}))
|
657
|
+
MetricDefinition.add_member(:event_pattern, Shapes::ShapeRef.new(shape: JsonValue, location_name: "eventPattern", metadata: {"jsonvalue" => true}))
|
658
658
|
MetricDefinition.add_member(:name, Shapes::ShapeRef.new(shape: CwDimensionSafeName, location_name: "name"))
|
659
659
|
MetricDefinition.add_member(:unit_label, Shapes::ShapeRef.new(shape: MetricUnitLabel, location_name: "unitLabel"))
|
660
660
|
MetricDefinition.add_member(:value_key, Shapes::ShapeRef.new(shape: JsonPath, location_name: "valueKey"))
|
661
661
|
MetricDefinition.struct_class = Types::MetricDefinition
|
662
662
|
|
663
663
|
MetricDefinitionConfig.add_member(:entity_id_key, Shapes::ShapeRef.new(shape: JsonPath, required: true, location_name: "entityIdKey"))
|
664
|
-
MetricDefinitionConfig.add_member(:event_pattern, Shapes::ShapeRef.new(shape: MetricDefinitionConfigEventPatternString, location_name: "eventPattern", metadata: {"jsonvalue"=>true}))
|
664
|
+
MetricDefinitionConfig.add_member(:event_pattern, Shapes::ShapeRef.new(shape: MetricDefinitionConfigEventPatternString, location_name: "eventPattern", metadata: {"jsonvalue" => true}))
|
665
665
|
MetricDefinitionConfig.add_member(:name, Shapes::ShapeRef.new(shape: CwDimensionSafeName, required: true, location_name: "name"))
|
666
666
|
MetricDefinitionConfig.add_member(:unit_label, Shapes::ShapeRef.new(shape: MetricUnitLabel, location_name: "unitLabel"))
|
667
667
|
MetricDefinitionConfig.add_member(:value_key, Shapes::ShapeRef.new(shape: JsonPath, required: true, location_name: "valueKey"))
|
@@ -814,7 +814,7 @@ module Aws::CloudWatchEvidently
|
|
814
814
|
Segment.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "lastUpdatedTime"))
|
815
815
|
Segment.add_member(:launch_count, Shapes::ShapeRef.new(shape: Long, location_name: "launchCount"))
|
816
816
|
Segment.add_member(:name, Shapes::ShapeRef.new(shape: SegmentName, required: true, location_name: "name"))
|
817
|
-
Segment.add_member(:pattern, Shapes::ShapeRef.new(shape: SegmentPattern, required: true, location_name: "pattern", metadata: {"jsonvalue"=>true}))
|
817
|
+
Segment.add_member(:pattern, Shapes::ShapeRef.new(shape: SegmentPattern, required: true, location_name: "pattern", metadata: {"jsonvalue" => true}))
|
818
818
|
Segment.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
819
819
|
Segment.struct_class = Types::Segment
|
820
820
|
|
@@ -881,8 +881,8 @@ module Aws::CloudWatchEvidently
|
|
881
881
|
|
882
882
|
TagResourceResponse.struct_class = Types::TagResourceResponse
|
883
883
|
|
884
|
-
TestSegmentPatternRequest.add_member(:pattern, Shapes::ShapeRef.new(shape: SegmentPattern, required: true, location_name: "pattern", metadata: {"jsonvalue"=>true}))
|
885
|
-
TestSegmentPatternRequest.add_member(:payload, Shapes::ShapeRef.new(shape: JsonValue, required: true, location_name: "payload", metadata: {"jsonvalue"=>true}))
|
884
|
+
TestSegmentPatternRequest.add_member(:pattern, Shapes::ShapeRef.new(shape: SegmentPattern, required: true, location_name: "pattern", metadata: {"jsonvalue" => true}))
|
885
|
+
TestSegmentPatternRequest.add_member(:payload, Shapes::ShapeRef.new(shape: JsonValue, required: true, location_name: "payload", metadata: {"jsonvalue" => true}))
|
886
886
|
TestSegmentPatternRequest.struct_class = Types::TestSegmentPatternRequest
|
887
887
|
|
888
888
|
TestSegmentPatternResponse.add_member(:match, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "match"))
|
@@ -928,7 +928,7 @@ module Aws::CloudWatchEvidently
|
|
928
928
|
UpdateExperimentRequest.add_member(:project, Shapes::ShapeRef.new(shape: ProjectRef, required: true, location: "uri", location_name: "project"))
|
929
929
|
UpdateExperimentRequest.add_member(:randomization_salt, Shapes::ShapeRef.new(shape: RandomizationSalt, location_name: "randomizationSalt"))
|
930
930
|
UpdateExperimentRequest.add_member(:remove_segment, Shapes::ShapeRef.new(shape: PrimitiveBoolean, location_name: "removeSegment"))
|
931
|
-
UpdateExperimentRequest.add_member(:sampling_rate, Shapes::ShapeRef.new(shape: SplitWeight, location_name: "samplingRate", metadata: {"box"=>true}))
|
931
|
+
UpdateExperimentRequest.add_member(:sampling_rate, Shapes::ShapeRef.new(shape: SplitWeight, location_name: "samplingRate", metadata: {"box" => true}))
|
932
932
|
UpdateExperimentRequest.add_member(:segment, Shapes::ShapeRef.new(shape: SegmentRef, location_name: "segment"))
|
933
933
|
UpdateExperimentRequest.add_member(:treatments, Shapes::ShapeRef.new(shape: TreatmentConfigList, location_name: "treatments"))
|
934
934
|
UpdateExperimentRequest.struct_class = Types::UpdateExperimentRequest
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
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.39.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: aws-sdk-core
|
@@ -77,7 +76,6 @@ licenses:
|
|
77
76
|
metadata:
|
78
77
|
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-cloudwatchevidently
|
79
78
|
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-cloudwatchevidently/CHANGELOG.md
|
80
|
-
post_install_message:
|
81
79
|
rdoc_options: []
|
82
80
|
require_paths:
|
83
81
|
- lib
|
@@ -92,8 +90,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
92
90
|
- !ruby/object:Gem::Version
|
93
91
|
version: '0'
|
94
92
|
requirements: []
|
95
|
-
rubygems_version: 3.
|
96
|
-
signing_key:
|
93
|
+
rubygems_version: 3.6.7
|
97
94
|
specification_version: 4
|
98
95
|
summary: AWS SDK for Ruby - Amazon CloudWatch Evidently
|
99
96
|
test_files: []
|