aws-sdk-cloudwatchevidently 1.21.0 → 1.22.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/plugins/endpoints.rb +1 -0
- data/lib/aws-sdk-cloudwatchevidently.rb +1 -1
- data/sig/client.rbs +719 -0
- data/sig/errors.rbs +52 -0
- data/sig/resource.rbs +79 -0
- data/sig/types.rbs +943 -0
- data/sig/waiters.rbs +13 -0
- metadata +13 -8
data/sig/types.rbs
ADDED
@@ -0,0 +1,943 @@
|
|
1
|
+
# WARNING ABOUT GENERATED CODE
|
2
|
+
#
|
3
|
+
# This file is generated. See the contributing guide for more information:
|
4
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
5
|
+
#
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
7
|
+
|
8
|
+
module Aws::CloudWatchEvidently
|
9
|
+
module Types
|
10
|
+
|
11
|
+
class AccessDeniedException
|
12
|
+
attr_accessor message: ::String
|
13
|
+
SENSITIVE: []
|
14
|
+
end
|
15
|
+
|
16
|
+
class BatchEvaluateFeatureRequest
|
17
|
+
attr_accessor project: ::String
|
18
|
+
attr_accessor requests: ::Array[Types::EvaluationRequest]
|
19
|
+
SENSITIVE: []
|
20
|
+
end
|
21
|
+
|
22
|
+
class BatchEvaluateFeatureResponse
|
23
|
+
attr_accessor results: ::Array[Types::EvaluationResult]
|
24
|
+
SENSITIVE: []
|
25
|
+
end
|
26
|
+
|
27
|
+
class CloudWatchLogsDestination
|
28
|
+
attr_accessor log_group: ::String
|
29
|
+
SENSITIVE: []
|
30
|
+
end
|
31
|
+
|
32
|
+
class CloudWatchLogsDestinationConfig
|
33
|
+
attr_accessor log_group: ::String
|
34
|
+
SENSITIVE: []
|
35
|
+
end
|
36
|
+
|
37
|
+
class ConflictException
|
38
|
+
attr_accessor message: ::String
|
39
|
+
attr_accessor resource_id: ::String
|
40
|
+
attr_accessor resource_type: ::String
|
41
|
+
SENSITIVE: []
|
42
|
+
end
|
43
|
+
|
44
|
+
class CreateExperimentRequest
|
45
|
+
attr_accessor description: ::String
|
46
|
+
attr_accessor metric_goals: ::Array[Types::MetricGoalConfig]
|
47
|
+
attr_accessor name: ::String
|
48
|
+
attr_accessor online_ab_config: Types::OnlineAbConfig
|
49
|
+
attr_accessor project: ::String
|
50
|
+
attr_accessor randomization_salt: ::String
|
51
|
+
attr_accessor sampling_rate: ::Integer
|
52
|
+
attr_accessor segment: ::String
|
53
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
54
|
+
attr_accessor treatments: ::Array[Types::TreatmentConfig]
|
55
|
+
SENSITIVE: []
|
56
|
+
end
|
57
|
+
|
58
|
+
class CreateExperimentResponse
|
59
|
+
attr_accessor experiment: Types::Experiment
|
60
|
+
SENSITIVE: []
|
61
|
+
end
|
62
|
+
|
63
|
+
class CreateFeatureRequest
|
64
|
+
attr_accessor default_variation: ::String
|
65
|
+
attr_accessor description: ::String
|
66
|
+
attr_accessor entity_overrides: ::Hash[::String, ::String]
|
67
|
+
attr_accessor evaluation_strategy: ("ALL_RULES" | "DEFAULT_VARIATION")
|
68
|
+
attr_accessor name: ::String
|
69
|
+
attr_accessor project: ::String
|
70
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
71
|
+
attr_accessor variations: ::Array[Types::VariationConfig]
|
72
|
+
SENSITIVE: []
|
73
|
+
end
|
74
|
+
|
75
|
+
class CreateFeatureResponse
|
76
|
+
attr_accessor feature: Types::Feature
|
77
|
+
SENSITIVE: []
|
78
|
+
end
|
79
|
+
|
80
|
+
class CreateLaunchRequest
|
81
|
+
attr_accessor description: ::String
|
82
|
+
attr_accessor groups: ::Array[Types::LaunchGroupConfig]
|
83
|
+
attr_accessor metric_monitors: ::Array[Types::MetricMonitorConfig]
|
84
|
+
attr_accessor name: ::String
|
85
|
+
attr_accessor project: ::String
|
86
|
+
attr_accessor randomization_salt: ::String
|
87
|
+
attr_accessor scheduled_splits_config: Types::ScheduledSplitsLaunchConfig
|
88
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
89
|
+
SENSITIVE: []
|
90
|
+
end
|
91
|
+
|
92
|
+
class CreateLaunchResponse
|
93
|
+
attr_accessor launch: Types::Launch
|
94
|
+
SENSITIVE: []
|
95
|
+
end
|
96
|
+
|
97
|
+
class CreateProjectRequest
|
98
|
+
attr_accessor app_config_resource: Types::ProjectAppConfigResourceConfig
|
99
|
+
attr_accessor data_delivery: Types::ProjectDataDeliveryConfig
|
100
|
+
attr_accessor description: ::String
|
101
|
+
attr_accessor name: ::String
|
102
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
103
|
+
SENSITIVE: []
|
104
|
+
end
|
105
|
+
|
106
|
+
class CreateProjectResponse
|
107
|
+
attr_accessor project: Types::Project
|
108
|
+
SENSITIVE: []
|
109
|
+
end
|
110
|
+
|
111
|
+
class CreateSegmentRequest
|
112
|
+
attr_accessor description: ::String
|
113
|
+
attr_accessor name: ::String
|
114
|
+
attr_accessor pattern: ::String
|
115
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
116
|
+
SENSITIVE: []
|
117
|
+
end
|
118
|
+
|
119
|
+
class CreateSegmentResponse
|
120
|
+
attr_accessor segment: Types::Segment
|
121
|
+
SENSITIVE: []
|
122
|
+
end
|
123
|
+
|
124
|
+
class DeleteExperimentRequest
|
125
|
+
attr_accessor experiment: ::String
|
126
|
+
attr_accessor project: ::String
|
127
|
+
SENSITIVE: []
|
128
|
+
end
|
129
|
+
|
130
|
+
class DeleteExperimentResponse < Aws::EmptyStructure
|
131
|
+
end
|
132
|
+
|
133
|
+
class DeleteFeatureRequest
|
134
|
+
attr_accessor feature: ::String
|
135
|
+
attr_accessor project: ::String
|
136
|
+
SENSITIVE: []
|
137
|
+
end
|
138
|
+
|
139
|
+
class DeleteFeatureResponse < Aws::EmptyStructure
|
140
|
+
end
|
141
|
+
|
142
|
+
class DeleteLaunchRequest
|
143
|
+
attr_accessor launch: ::String
|
144
|
+
attr_accessor project: ::String
|
145
|
+
SENSITIVE: []
|
146
|
+
end
|
147
|
+
|
148
|
+
class DeleteLaunchResponse < Aws::EmptyStructure
|
149
|
+
end
|
150
|
+
|
151
|
+
class DeleteProjectRequest
|
152
|
+
attr_accessor project: ::String
|
153
|
+
SENSITIVE: []
|
154
|
+
end
|
155
|
+
|
156
|
+
class DeleteProjectResponse < Aws::EmptyStructure
|
157
|
+
end
|
158
|
+
|
159
|
+
class DeleteSegmentRequest
|
160
|
+
attr_accessor segment: ::String
|
161
|
+
SENSITIVE: []
|
162
|
+
end
|
163
|
+
|
164
|
+
class DeleteSegmentResponse < Aws::EmptyStructure
|
165
|
+
end
|
166
|
+
|
167
|
+
class EvaluateFeatureRequest
|
168
|
+
attr_accessor entity_id: ::String
|
169
|
+
attr_accessor evaluation_context: ::String
|
170
|
+
attr_accessor feature: ::String
|
171
|
+
attr_accessor project: ::String
|
172
|
+
SENSITIVE: []
|
173
|
+
end
|
174
|
+
|
175
|
+
class EvaluateFeatureResponse
|
176
|
+
attr_accessor details: ::String
|
177
|
+
attr_accessor reason: ::String
|
178
|
+
attr_accessor value: Types::VariableValue
|
179
|
+
attr_accessor variation: ::String
|
180
|
+
SENSITIVE: []
|
181
|
+
end
|
182
|
+
|
183
|
+
class EvaluationRequest
|
184
|
+
attr_accessor entity_id: ::String
|
185
|
+
attr_accessor evaluation_context: ::String
|
186
|
+
attr_accessor feature: ::String
|
187
|
+
SENSITIVE: []
|
188
|
+
end
|
189
|
+
|
190
|
+
class EvaluationResult
|
191
|
+
attr_accessor details: ::String
|
192
|
+
attr_accessor entity_id: ::String
|
193
|
+
attr_accessor feature: ::String
|
194
|
+
attr_accessor project: ::String
|
195
|
+
attr_accessor reason: ::String
|
196
|
+
attr_accessor value: Types::VariableValue
|
197
|
+
attr_accessor variation: ::String
|
198
|
+
SENSITIVE: []
|
199
|
+
end
|
200
|
+
|
201
|
+
class EvaluationRule
|
202
|
+
attr_accessor name: ::String
|
203
|
+
attr_accessor type: ::String
|
204
|
+
SENSITIVE: []
|
205
|
+
end
|
206
|
+
|
207
|
+
class Event
|
208
|
+
attr_accessor data: ::String
|
209
|
+
attr_accessor timestamp: ::Time
|
210
|
+
attr_accessor type: ("aws.evidently.evaluation" | "aws.evidently.custom")
|
211
|
+
SENSITIVE: []
|
212
|
+
end
|
213
|
+
|
214
|
+
class Experiment
|
215
|
+
attr_accessor arn: ::String
|
216
|
+
attr_accessor created_time: ::Time
|
217
|
+
attr_accessor description: ::String
|
218
|
+
attr_accessor execution: Types::ExperimentExecution
|
219
|
+
attr_accessor last_updated_time: ::Time
|
220
|
+
attr_accessor metric_goals: ::Array[Types::MetricGoal]
|
221
|
+
attr_accessor name: ::String
|
222
|
+
attr_accessor online_ab_definition: Types::OnlineAbDefinition
|
223
|
+
attr_accessor project: ::String
|
224
|
+
attr_accessor randomization_salt: ::String
|
225
|
+
attr_accessor sampling_rate: ::Integer
|
226
|
+
attr_accessor schedule: Types::ExperimentSchedule
|
227
|
+
attr_accessor segment: ::String
|
228
|
+
attr_accessor status: ("CREATED" | "UPDATING" | "RUNNING" | "COMPLETED" | "CANCELLED")
|
229
|
+
attr_accessor status_reason: ::String
|
230
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
231
|
+
attr_accessor treatments: ::Array[Types::Treatment]
|
232
|
+
attr_accessor type: ("aws.evidently.onlineab")
|
233
|
+
SENSITIVE: []
|
234
|
+
end
|
235
|
+
|
236
|
+
class ExperimentExecution
|
237
|
+
attr_accessor ended_time: ::Time
|
238
|
+
attr_accessor started_time: ::Time
|
239
|
+
SENSITIVE: []
|
240
|
+
end
|
241
|
+
|
242
|
+
class ExperimentReport
|
243
|
+
attr_accessor content: ::String
|
244
|
+
attr_accessor metric_name: ::String
|
245
|
+
attr_accessor report_name: ("BayesianInference")
|
246
|
+
attr_accessor treatment_name: ::String
|
247
|
+
SENSITIVE: []
|
248
|
+
end
|
249
|
+
|
250
|
+
class ExperimentResultsData
|
251
|
+
attr_accessor metric_name: ::String
|
252
|
+
attr_accessor result_stat: ("Mean" | "TreatmentEffect" | "ConfidenceIntervalUpperBound" | "ConfidenceIntervalLowerBound" | "PValue")
|
253
|
+
attr_accessor treatment_name: ::String
|
254
|
+
attr_accessor values: ::Array[::Float]
|
255
|
+
SENSITIVE: []
|
256
|
+
end
|
257
|
+
|
258
|
+
class ExperimentSchedule
|
259
|
+
attr_accessor analysis_complete_time: ::Time
|
260
|
+
SENSITIVE: []
|
261
|
+
end
|
262
|
+
|
263
|
+
class Feature
|
264
|
+
attr_accessor arn: ::String
|
265
|
+
attr_accessor created_time: ::Time
|
266
|
+
attr_accessor default_variation: ::String
|
267
|
+
attr_accessor description: ::String
|
268
|
+
attr_accessor entity_overrides: ::Hash[::String, ::String]
|
269
|
+
attr_accessor evaluation_rules: ::Array[Types::EvaluationRule]
|
270
|
+
attr_accessor evaluation_strategy: ("ALL_RULES" | "DEFAULT_VARIATION")
|
271
|
+
attr_accessor last_updated_time: ::Time
|
272
|
+
attr_accessor name: ::String
|
273
|
+
attr_accessor project: ::String
|
274
|
+
attr_accessor status: ("AVAILABLE" | "UPDATING")
|
275
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
276
|
+
attr_accessor value_type: ("STRING" | "LONG" | "DOUBLE" | "BOOLEAN")
|
277
|
+
attr_accessor variations: ::Array[Types::Variation]
|
278
|
+
SENSITIVE: []
|
279
|
+
end
|
280
|
+
|
281
|
+
class FeatureSummary
|
282
|
+
attr_accessor arn: ::String
|
283
|
+
attr_accessor created_time: ::Time
|
284
|
+
attr_accessor default_variation: ::String
|
285
|
+
attr_accessor evaluation_rules: ::Array[Types::EvaluationRule]
|
286
|
+
attr_accessor evaluation_strategy: ("ALL_RULES" | "DEFAULT_VARIATION")
|
287
|
+
attr_accessor last_updated_time: ::Time
|
288
|
+
attr_accessor name: ::String
|
289
|
+
attr_accessor project: ::String
|
290
|
+
attr_accessor status: ("AVAILABLE" | "UPDATING")
|
291
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
292
|
+
SENSITIVE: []
|
293
|
+
end
|
294
|
+
|
295
|
+
class GetExperimentRequest
|
296
|
+
attr_accessor experiment: ::String
|
297
|
+
attr_accessor project: ::String
|
298
|
+
SENSITIVE: []
|
299
|
+
end
|
300
|
+
|
301
|
+
class GetExperimentResponse
|
302
|
+
attr_accessor experiment: Types::Experiment
|
303
|
+
SENSITIVE: []
|
304
|
+
end
|
305
|
+
|
306
|
+
class GetExperimentResultsRequest
|
307
|
+
attr_accessor base_stat: ("Mean")
|
308
|
+
attr_accessor end_time: ::Time
|
309
|
+
attr_accessor experiment: ::String
|
310
|
+
attr_accessor metric_names: ::Array[::String]
|
311
|
+
attr_accessor period: ::Integer
|
312
|
+
attr_accessor project: ::String
|
313
|
+
attr_accessor report_names: ::Array[("BayesianInference")]
|
314
|
+
attr_accessor result_stats: ::Array[("BaseStat" | "TreatmentEffect" | "ConfidenceInterval" | "PValue")]
|
315
|
+
attr_accessor start_time: ::Time
|
316
|
+
attr_accessor treatment_names: ::Array[::String]
|
317
|
+
SENSITIVE: []
|
318
|
+
end
|
319
|
+
|
320
|
+
class GetExperimentResultsResponse
|
321
|
+
attr_accessor details: ::String
|
322
|
+
attr_accessor reports: ::Array[Types::ExperimentReport]
|
323
|
+
attr_accessor results_data: ::Array[Types::ExperimentResultsData]
|
324
|
+
attr_accessor timestamps: ::Array[::Time]
|
325
|
+
SENSITIVE: []
|
326
|
+
end
|
327
|
+
|
328
|
+
class GetFeatureRequest
|
329
|
+
attr_accessor feature: ::String
|
330
|
+
attr_accessor project: ::String
|
331
|
+
SENSITIVE: []
|
332
|
+
end
|
333
|
+
|
334
|
+
class GetFeatureResponse
|
335
|
+
attr_accessor feature: Types::Feature
|
336
|
+
SENSITIVE: []
|
337
|
+
end
|
338
|
+
|
339
|
+
class GetLaunchRequest
|
340
|
+
attr_accessor launch: ::String
|
341
|
+
attr_accessor project: ::String
|
342
|
+
SENSITIVE: []
|
343
|
+
end
|
344
|
+
|
345
|
+
class GetLaunchResponse
|
346
|
+
attr_accessor launch: Types::Launch
|
347
|
+
SENSITIVE: []
|
348
|
+
end
|
349
|
+
|
350
|
+
class GetProjectRequest
|
351
|
+
attr_accessor project: ::String
|
352
|
+
SENSITIVE: []
|
353
|
+
end
|
354
|
+
|
355
|
+
class GetProjectResponse
|
356
|
+
attr_accessor project: Types::Project
|
357
|
+
SENSITIVE: []
|
358
|
+
end
|
359
|
+
|
360
|
+
class GetSegmentRequest
|
361
|
+
attr_accessor segment: ::String
|
362
|
+
SENSITIVE: []
|
363
|
+
end
|
364
|
+
|
365
|
+
class GetSegmentResponse
|
366
|
+
attr_accessor segment: Types::Segment
|
367
|
+
SENSITIVE: []
|
368
|
+
end
|
369
|
+
|
370
|
+
class InternalServerException
|
371
|
+
attr_accessor message: ::String
|
372
|
+
SENSITIVE: []
|
373
|
+
end
|
374
|
+
|
375
|
+
class Launch
|
376
|
+
attr_accessor arn: ::String
|
377
|
+
attr_accessor created_time: ::Time
|
378
|
+
attr_accessor description: ::String
|
379
|
+
attr_accessor execution: Types::LaunchExecution
|
380
|
+
attr_accessor groups: ::Array[Types::LaunchGroup]
|
381
|
+
attr_accessor last_updated_time: ::Time
|
382
|
+
attr_accessor metric_monitors: ::Array[Types::MetricMonitor]
|
383
|
+
attr_accessor name: ::String
|
384
|
+
attr_accessor project: ::String
|
385
|
+
attr_accessor randomization_salt: ::String
|
386
|
+
attr_accessor scheduled_splits_definition: Types::ScheduledSplitsLaunchDefinition
|
387
|
+
attr_accessor status: ("CREATED" | "UPDATING" | "RUNNING" | "COMPLETED" | "CANCELLED")
|
388
|
+
attr_accessor status_reason: ::String
|
389
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
390
|
+
attr_accessor type: ("aws.evidently.splits")
|
391
|
+
SENSITIVE: []
|
392
|
+
end
|
393
|
+
|
394
|
+
class LaunchExecution
|
395
|
+
attr_accessor ended_time: ::Time
|
396
|
+
attr_accessor started_time: ::Time
|
397
|
+
SENSITIVE: []
|
398
|
+
end
|
399
|
+
|
400
|
+
class LaunchGroup
|
401
|
+
attr_accessor description: ::String
|
402
|
+
attr_accessor feature_variations: ::Hash[::String, ::String]
|
403
|
+
attr_accessor name: ::String
|
404
|
+
SENSITIVE: []
|
405
|
+
end
|
406
|
+
|
407
|
+
class LaunchGroupConfig
|
408
|
+
attr_accessor description: ::String
|
409
|
+
attr_accessor feature: ::String
|
410
|
+
attr_accessor name: ::String
|
411
|
+
attr_accessor variation: ::String
|
412
|
+
SENSITIVE: []
|
413
|
+
end
|
414
|
+
|
415
|
+
class ListExperimentsRequest
|
416
|
+
attr_accessor max_results: ::Integer
|
417
|
+
attr_accessor next_token: ::String
|
418
|
+
attr_accessor project: ::String
|
419
|
+
attr_accessor status: ("CREATED" | "UPDATING" | "RUNNING" | "COMPLETED" | "CANCELLED")
|
420
|
+
SENSITIVE: []
|
421
|
+
end
|
422
|
+
|
423
|
+
class ListExperimentsResponse
|
424
|
+
attr_accessor experiments: ::Array[Types::Experiment]
|
425
|
+
attr_accessor next_token: ::String
|
426
|
+
SENSITIVE: []
|
427
|
+
end
|
428
|
+
|
429
|
+
class ListFeaturesRequest
|
430
|
+
attr_accessor max_results: ::Integer
|
431
|
+
attr_accessor next_token: ::String
|
432
|
+
attr_accessor project: ::String
|
433
|
+
SENSITIVE: []
|
434
|
+
end
|
435
|
+
|
436
|
+
class ListFeaturesResponse
|
437
|
+
attr_accessor features: ::Array[Types::FeatureSummary]
|
438
|
+
attr_accessor next_token: ::String
|
439
|
+
SENSITIVE: []
|
440
|
+
end
|
441
|
+
|
442
|
+
class ListLaunchesRequest
|
443
|
+
attr_accessor max_results: ::Integer
|
444
|
+
attr_accessor next_token: ::String
|
445
|
+
attr_accessor project: ::String
|
446
|
+
attr_accessor status: ("CREATED" | "UPDATING" | "RUNNING" | "COMPLETED" | "CANCELLED")
|
447
|
+
SENSITIVE: []
|
448
|
+
end
|
449
|
+
|
450
|
+
class ListLaunchesResponse
|
451
|
+
attr_accessor launches: ::Array[Types::Launch]
|
452
|
+
attr_accessor next_token: ::String
|
453
|
+
SENSITIVE: []
|
454
|
+
end
|
455
|
+
|
456
|
+
class ListProjectsRequest
|
457
|
+
attr_accessor max_results: ::Integer
|
458
|
+
attr_accessor next_token: ::String
|
459
|
+
SENSITIVE: []
|
460
|
+
end
|
461
|
+
|
462
|
+
class ListProjectsResponse
|
463
|
+
attr_accessor next_token: ::String
|
464
|
+
attr_accessor projects: ::Array[Types::ProjectSummary]
|
465
|
+
SENSITIVE: []
|
466
|
+
end
|
467
|
+
|
468
|
+
class ListSegmentReferencesRequest
|
469
|
+
attr_accessor max_results: ::Integer
|
470
|
+
attr_accessor next_token: ::String
|
471
|
+
attr_accessor segment: ::String
|
472
|
+
attr_accessor type: ("EXPERIMENT" | "LAUNCH")
|
473
|
+
SENSITIVE: []
|
474
|
+
end
|
475
|
+
|
476
|
+
class ListSegmentReferencesResponse
|
477
|
+
attr_accessor next_token: ::String
|
478
|
+
attr_accessor referenced_by: ::Array[Types::RefResource]
|
479
|
+
SENSITIVE: []
|
480
|
+
end
|
481
|
+
|
482
|
+
class ListSegmentsRequest
|
483
|
+
attr_accessor max_results: ::Integer
|
484
|
+
attr_accessor next_token: ::String
|
485
|
+
SENSITIVE: []
|
486
|
+
end
|
487
|
+
|
488
|
+
class ListSegmentsResponse
|
489
|
+
attr_accessor next_token: ::String
|
490
|
+
attr_accessor segments: ::Array[Types::Segment]
|
491
|
+
SENSITIVE: []
|
492
|
+
end
|
493
|
+
|
494
|
+
class ListTagsForResourceRequest
|
495
|
+
attr_accessor resource_arn: ::String
|
496
|
+
SENSITIVE: []
|
497
|
+
end
|
498
|
+
|
499
|
+
class ListTagsForResourceResponse
|
500
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
501
|
+
SENSITIVE: []
|
502
|
+
end
|
503
|
+
|
504
|
+
class MetricDefinition
|
505
|
+
attr_accessor entity_id_key: ::String
|
506
|
+
attr_accessor event_pattern: ::String
|
507
|
+
attr_accessor name: ::String
|
508
|
+
attr_accessor unit_label: ::String
|
509
|
+
attr_accessor value_key: ::String
|
510
|
+
SENSITIVE: []
|
511
|
+
end
|
512
|
+
|
513
|
+
class MetricDefinitionConfig
|
514
|
+
attr_accessor entity_id_key: ::String
|
515
|
+
attr_accessor event_pattern: ::String
|
516
|
+
attr_accessor name: ::String
|
517
|
+
attr_accessor unit_label: ::String
|
518
|
+
attr_accessor value_key: ::String
|
519
|
+
SENSITIVE: []
|
520
|
+
end
|
521
|
+
|
522
|
+
class MetricGoal
|
523
|
+
attr_accessor desired_change: ("INCREASE" | "DECREASE")
|
524
|
+
attr_accessor metric_definition: Types::MetricDefinition
|
525
|
+
SENSITIVE: []
|
526
|
+
end
|
527
|
+
|
528
|
+
class MetricGoalConfig
|
529
|
+
attr_accessor desired_change: ("INCREASE" | "DECREASE")
|
530
|
+
attr_accessor metric_definition: Types::MetricDefinitionConfig
|
531
|
+
SENSITIVE: []
|
532
|
+
end
|
533
|
+
|
534
|
+
class MetricMonitor
|
535
|
+
attr_accessor metric_definition: Types::MetricDefinition
|
536
|
+
SENSITIVE: []
|
537
|
+
end
|
538
|
+
|
539
|
+
class MetricMonitorConfig
|
540
|
+
attr_accessor metric_definition: Types::MetricDefinitionConfig
|
541
|
+
SENSITIVE: []
|
542
|
+
end
|
543
|
+
|
544
|
+
class OnlineAbConfig
|
545
|
+
attr_accessor control_treatment_name: ::String
|
546
|
+
attr_accessor treatment_weights: ::Hash[::String, ::Integer]
|
547
|
+
SENSITIVE: []
|
548
|
+
end
|
549
|
+
|
550
|
+
class OnlineAbDefinition
|
551
|
+
attr_accessor control_treatment_name: ::String
|
552
|
+
attr_accessor treatment_weights: ::Hash[::String, ::Integer]
|
553
|
+
SENSITIVE: []
|
554
|
+
end
|
555
|
+
|
556
|
+
class Project
|
557
|
+
attr_accessor active_experiment_count: ::Integer
|
558
|
+
attr_accessor active_launch_count: ::Integer
|
559
|
+
attr_accessor app_config_resource: Types::ProjectAppConfigResource
|
560
|
+
attr_accessor arn: ::String
|
561
|
+
attr_accessor created_time: ::Time
|
562
|
+
attr_accessor data_delivery: Types::ProjectDataDelivery
|
563
|
+
attr_accessor description: ::String
|
564
|
+
attr_accessor experiment_count: ::Integer
|
565
|
+
attr_accessor feature_count: ::Integer
|
566
|
+
attr_accessor last_updated_time: ::Time
|
567
|
+
attr_accessor launch_count: ::Integer
|
568
|
+
attr_accessor name: ::String
|
569
|
+
attr_accessor status: ("AVAILABLE" | "UPDATING")
|
570
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
571
|
+
SENSITIVE: []
|
572
|
+
end
|
573
|
+
|
574
|
+
class ProjectAppConfigResource
|
575
|
+
attr_accessor application_id: ::String
|
576
|
+
attr_accessor configuration_profile_id: ::String
|
577
|
+
attr_accessor environment_id: ::String
|
578
|
+
SENSITIVE: []
|
579
|
+
end
|
580
|
+
|
581
|
+
class ProjectAppConfigResourceConfig
|
582
|
+
attr_accessor application_id: ::String
|
583
|
+
attr_accessor environment_id: ::String
|
584
|
+
SENSITIVE: []
|
585
|
+
end
|
586
|
+
|
587
|
+
class ProjectDataDelivery
|
588
|
+
attr_accessor cloud_watch_logs: Types::CloudWatchLogsDestination
|
589
|
+
attr_accessor s3_destination: Types::S3Destination
|
590
|
+
SENSITIVE: []
|
591
|
+
end
|
592
|
+
|
593
|
+
class ProjectDataDeliveryConfig
|
594
|
+
attr_accessor cloud_watch_logs: Types::CloudWatchLogsDestinationConfig
|
595
|
+
attr_accessor s3_destination: Types::S3DestinationConfig
|
596
|
+
SENSITIVE: []
|
597
|
+
end
|
598
|
+
|
599
|
+
class ProjectSummary
|
600
|
+
attr_accessor active_experiment_count: ::Integer
|
601
|
+
attr_accessor active_launch_count: ::Integer
|
602
|
+
attr_accessor arn: ::String
|
603
|
+
attr_accessor created_time: ::Time
|
604
|
+
attr_accessor description: ::String
|
605
|
+
attr_accessor experiment_count: ::Integer
|
606
|
+
attr_accessor feature_count: ::Integer
|
607
|
+
attr_accessor last_updated_time: ::Time
|
608
|
+
attr_accessor launch_count: ::Integer
|
609
|
+
attr_accessor name: ::String
|
610
|
+
attr_accessor status: ("AVAILABLE" | "UPDATING")
|
611
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
612
|
+
SENSITIVE: []
|
613
|
+
end
|
614
|
+
|
615
|
+
class PutProjectEventsRequest
|
616
|
+
attr_accessor events: ::Array[Types::Event]
|
617
|
+
attr_accessor project: ::String
|
618
|
+
SENSITIVE: []
|
619
|
+
end
|
620
|
+
|
621
|
+
class PutProjectEventsResponse
|
622
|
+
attr_accessor event_results: ::Array[Types::PutProjectEventsResultEntry]
|
623
|
+
attr_accessor failed_event_count: ::Integer
|
624
|
+
SENSITIVE: []
|
625
|
+
end
|
626
|
+
|
627
|
+
class PutProjectEventsResultEntry
|
628
|
+
attr_accessor error_code: ::String
|
629
|
+
attr_accessor error_message: ::String
|
630
|
+
attr_accessor event_id: ::String
|
631
|
+
SENSITIVE: []
|
632
|
+
end
|
633
|
+
|
634
|
+
class RefResource
|
635
|
+
attr_accessor arn: ::String
|
636
|
+
attr_accessor end_time: ::String
|
637
|
+
attr_accessor last_updated_on: ::String
|
638
|
+
attr_accessor name: ::String
|
639
|
+
attr_accessor start_time: ::String
|
640
|
+
attr_accessor status: ::String
|
641
|
+
attr_accessor type: ::String
|
642
|
+
SENSITIVE: []
|
643
|
+
end
|
644
|
+
|
645
|
+
class ResourceNotFoundException
|
646
|
+
attr_accessor message: ::String
|
647
|
+
attr_accessor resource_id: ::String
|
648
|
+
attr_accessor resource_type: ::String
|
649
|
+
SENSITIVE: []
|
650
|
+
end
|
651
|
+
|
652
|
+
class S3Destination
|
653
|
+
attr_accessor bucket: ::String
|
654
|
+
attr_accessor prefix: ::String
|
655
|
+
SENSITIVE: []
|
656
|
+
end
|
657
|
+
|
658
|
+
class S3DestinationConfig
|
659
|
+
attr_accessor bucket: ::String
|
660
|
+
attr_accessor prefix: ::String
|
661
|
+
SENSITIVE: []
|
662
|
+
end
|
663
|
+
|
664
|
+
class ScheduledSplit
|
665
|
+
attr_accessor group_weights: ::Hash[::String, ::Integer]
|
666
|
+
attr_accessor segment_overrides: ::Array[Types::SegmentOverride]
|
667
|
+
attr_accessor start_time: ::Time
|
668
|
+
SENSITIVE: []
|
669
|
+
end
|
670
|
+
|
671
|
+
class ScheduledSplitConfig
|
672
|
+
attr_accessor group_weights: ::Hash[::String, ::Integer]
|
673
|
+
attr_accessor segment_overrides: ::Array[Types::SegmentOverride]
|
674
|
+
attr_accessor start_time: ::Time
|
675
|
+
SENSITIVE: []
|
676
|
+
end
|
677
|
+
|
678
|
+
class ScheduledSplitsLaunchConfig
|
679
|
+
attr_accessor steps: ::Array[Types::ScheduledSplitConfig]
|
680
|
+
SENSITIVE: []
|
681
|
+
end
|
682
|
+
|
683
|
+
class ScheduledSplitsLaunchDefinition
|
684
|
+
attr_accessor steps: ::Array[Types::ScheduledSplit]
|
685
|
+
SENSITIVE: []
|
686
|
+
end
|
687
|
+
|
688
|
+
class Segment
|
689
|
+
attr_accessor arn: ::String
|
690
|
+
attr_accessor created_time: ::Time
|
691
|
+
attr_accessor description: ::String
|
692
|
+
attr_accessor experiment_count: ::Integer
|
693
|
+
attr_accessor last_updated_time: ::Time
|
694
|
+
attr_accessor launch_count: ::Integer
|
695
|
+
attr_accessor name: ::String
|
696
|
+
attr_accessor pattern: ::String
|
697
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
698
|
+
SENSITIVE: []
|
699
|
+
end
|
700
|
+
|
701
|
+
class SegmentOverride
|
702
|
+
attr_accessor evaluation_order: ::Integer
|
703
|
+
attr_accessor segment: ::String
|
704
|
+
attr_accessor weights: ::Hash[::String, ::Integer]
|
705
|
+
SENSITIVE: []
|
706
|
+
end
|
707
|
+
|
708
|
+
class ServiceQuotaExceededException
|
709
|
+
attr_accessor message: ::String
|
710
|
+
attr_accessor quota_code: ::String
|
711
|
+
attr_accessor resource_id: ::String
|
712
|
+
attr_accessor resource_type: ::String
|
713
|
+
attr_accessor service_code: ::String
|
714
|
+
SENSITIVE: []
|
715
|
+
end
|
716
|
+
|
717
|
+
class ServiceUnavailableException
|
718
|
+
attr_accessor message: ::String
|
719
|
+
SENSITIVE: []
|
720
|
+
end
|
721
|
+
|
722
|
+
class StartExperimentRequest
|
723
|
+
attr_accessor analysis_complete_time: ::Time
|
724
|
+
attr_accessor experiment: ::String
|
725
|
+
attr_accessor project: ::String
|
726
|
+
SENSITIVE: []
|
727
|
+
end
|
728
|
+
|
729
|
+
class StartExperimentResponse
|
730
|
+
attr_accessor started_time: ::Time
|
731
|
+
SENSITIVE: []
|
732
|
+
end
|
733
|
+
|
734
|
+
class StartLaunchRequest
|
735
|
+
attr_accessor launch: ::String
|
736
|
+
attr_accessor project: ::String
|
737
|
+
SENSITIVE: []
|
738
|
+
end
|
739
|
+
|
740
|
+
class StartLaunchResponse
|
741
|
+
attr_accessor launch: Types::Launch
|
742
|
+
SENSITIVE: []
|
743
|
+
end
|
744
|
+
|
745
|
+
class StopExperimentRequest
|
746
|
+
attr_accessor desired_state: ("COMPLETED" | "CANCELLED")
|
747
|
+
attr_accessor experiment: ::String
|
748
|
+
attr_accessor project: ::String
|
749
|
+
attr_accessor reason: ::String
|
750
|
+
SENSITIVE: []
|
751
|
+
end
|
752
|
+
|
753
|
+
class StopExperimentResponse
|
754
|
+
attr_accessor ended_time: ::Time
|
755
|
+
SENSITIVE: []
|
756
|
+
end
|
757
|
+
|
758
|
+
class StopLaunchRequest
|
759
|
+
attr_accessor desired_state: ("COMPLETED" | "CANCELLED")
|
760
|
+
attr_accessor launch: ::String
|
761
|
+
attr_accessor project: ::String
|
762
|
+
attr_accessor reason: ::String
|
763
|
+
SENSITIVE: []
|
764
|
+
end
|
765
|
+
|
766
|
+
class StopLaunchResponse
|
767
|
+
attr_accessor ended_time: ::Time
|
768
|
+
SENSITIVE: []
|
769
|
+
end
|
770
|
+
|
771
|
+
class TagResourceRequest
|
772
|
+
attr_accessor resource_arn: ::String
|
773
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
774
|
+
SENSITIVE: []
|
775
|
+
end
|
776
|
+
|
777
|
+
class TagResourceResponse < Aws::EmptyStructure
|
778
|
+
end
|
779
|
+
|
780
|
+
class TestSegmentPatternRequest
|
781
|
+
attr_accessor pattern: ::String
|
782
|
+
attr_accessor payload: ::String
|
783
|
+
SENSITIVE: []
|
784
|
+
end
|
785
|
+
|
786
|
+
class TestSegmentPatternResponse
|
787
|
+
attr_accessor match: bool
|
788
|
+
SENSITIVE: []
|
789
|
+
end
|
790
|
+
|
791
|
+
class ThrottlingException
|
792
|
+
attr_accessor message: ::String
|
793
|
+
attr_accessor quota_code: ::String
|
794
|
+
attr_accessor service_code: ::String
|
795
|
+
SENSITIVE: []
|
796
|
+
end
|
797
|
+
|
798
|
+
class Treatment
|
799
|
+
attr_accessor description: ::String
|
800
|
+
attr_accessor feature_variations: ::Hash[::String, ::String]
|
801
|
+
attr_accessor name: ::String
|
802
|
+
SENSITIVE: []
|
803
|
+
end
|
804
|
+
|
805
|
+
class TreatmentConfig
|
806
|
+
attr_accessor description: ::String
|
807
|
+
attr_accessor feature: ::String
|
808
|
+
attr_accessor name: ::String
|
809
|
+
attr_accessor variation: ::String
|
810
|
+
SENSITIVE: []
|
811
|
+
end
|
812
|
+
|
813
|
+
class UntagResourceRequest
|
814
|
+
attr_accessor resource_arn: ::String
|
815
|
+
attr_accessor tag_keys: ::Array[::String]
|
816
|
+
SENSITIVE: []
|
817
|
+
end
|
818
|
+
|
819
|
+
class UntagResourceResponse < Aws::EmptyStructure
|
820
|
+
end
|
821
|
+
|
822
|
+
class UpdateExperimentRequest
|
823
|
+
attr_accessor description: ::String
|
824
|
+
attr_accessor experiment: ::String
|
825
|
+
attr_accessor metric_goals: ::Array[Types::MetricGoalConfig]
|
826
|
+
attr_accessor online_ab_config: Types::OnlineAbConfig
|
827
|
+
attr_accessor project: ::String
|
828
|
+
attr_accessor randomization_salt: ::String
|
829
|
+
attr_accessor remove_segment: bool
|
830
|
+
attr_accessor sampling_rate: ::Integer
|
831
|
+
attr_accessor segment: ::String
|
832
|
+
attr_accessor treatments: ::Array[Types::TreatmentConfig]
|
833
|
+
SENSITIVE: []
|
834
|
+
end
|
835
|
+
|
836
|
+
class UpdateExperimentResponse
|
837
|
+
attr_accessor experiment: Types::Experiment
|
838
|
+
SENSITIVE: []
|
839
|
+
end
|
840
|
+
|
841
|
+
class UpdateFeatureRequest
|
842
|
+
attr_accessor add_or_update_variations: ::Array[Types::VariationConfig]
|
843
|
+
attr_accessor default_variation: ::String
|
844
|
+
attr_accessor description: ::String
|
845
|
+
attr_accessor entity_overrides: ::Hash[::String, ::String]
|
846
|
+
attr_accessor evaluation_strategy: ("ALL_RULES" | "DEFAULT_VARIATION")
|
847
|
+
attr_accessor feature: ::String
|
848
|
+
attr_accessor project: ::String
|
849
|
+
attr_accessor remove_variations: ::Array[::String]
|
850
|
+
SENSITIVE: []
|
851
|
+
end
|
852
|
+
|
853
|
+
class UpdateFeatureResponse
|
854
|
+
attr_accessor feature: Types::Feature
|
855
|
+
SENSITIVE: []
|
856
|
+
end
|
857
|
+
|
858
|
+
class UpdateLaunchRequest
|
859
|
+
attr_accessor description: ::String
|
860
|
+
attr_accessor groups: ::Array[Types::LaunchGroupConfig]
|
861
|
+
attr_accessor launch: ::String
|
862
|
+
attr_accessor metric_monitors: ::Array[Types::MetricMonitorConfig]
|
863
|
+
attr_accessor project: ::String
|
864
|
+
attr_accessor randomization_salt: ::String
|
865
|
+
attr_accessor scheduled_splits_config: Types::ScheduledSplitsLaunchConfig
|
866
|
+
SENSITIVE: []
|
867
|
+
end
|
868
|
+
|
869
|
+
class UpdateLaunchResponse
|
870
|
+
attr_accessor launch: Types::Launch
|
871
|
+
SENSITIVE: []
|
872
|
+
end
|
873
|
+
|
874
|
+
class UpdateProjectDataDeliveryRequest
|
875
|
+
attr_accessor cloud_watch_logs: Types::CloudWatchLogsDestinationConfig
|
876
|
+
attr_accessor project: ::String
|
877
|
+
attr_accessor s3_destination: Types::S3DestinationConfig
|
878
|
+
SENSITIVE: []
|
879
|
+
end
|
880
|
+
|
881
|
+
class UpdateProjectDataDeliveryResponse
|
882
|
+
attr_accessor project: Types::Project
|
883
|
+
SENSITIVE: []
|
884
|
+
end
|
885
|
+
|
886
|
+
class UpdateProjectRequest
|
887
|
+
attr_accessor app_config_resource: Types::ProjectAppConfigResourceConfig
|
888
|
+
attr_accessor description: ::String
|
889
|
+
attr_accessor project: ::String
|
890
|
+
SENSITIVE: []
|
891
|
+
end
|
892
|
+
|
893
|
+
class UpdateProjectResponse
|
894
|
+
attr_accessor project: Types::Project
|
895
|
+
SENSITIVE: []
|
896
|
+
end
|
897
|
+
|
898
|
+
class ValidationException
|
899
|
+
attr_accessor field_list: ::Array[Types::ValidationExceptionField]
|
900
|
+
attr_accessor message: ::String
|
901
|
+
attr_accessor reason: ("unknownOperation" | "cannotParse" | "fieldValidationFailed" | "other")
|
902
|
+
SENSITIVE: []
|
903
|
+
end
|
904
|
+
|
905
|
+
class ValidationExceptionField
|
906
|
+
attr_accessor message: ::String
|
907
|
+
attr_accessor name: ::String
|
908
|
+
SENSITIVE: []
|
909
|
+
end
|
910
|
+
|
911
|
+
class VariableValue
|
912
|
+
attr_accessor bool_value: bool
|
913
|
+
attr_accessor double_value: ::Float
|
914
|
+
attr_accessor long_value: ::Integer
|
915
|
+
attr_accessor string_value: ::String
|
916
|
+
attr_accessor unknown: untyped
|
917
|
+
SENSITIVE: []
|
918
|
+
|
919
|
+
class BoolValue < VariableValue
|
920
|
+
end
|
921
|
+
class DoubleValue < VariableValue
|
922
|
+
end
|
923
|
+
class LongValue < VariableValue
|
924
|
+
end
|
925
|
+
class StringValue < VariableValue
|
926
|
+
end
|
927
|
+
class Unknown < VariableValue
|
928
|
+
end
|
929
|
+
end
|
930
|
+
|
931
|
+
class Variation
|
932
|
+
attr_accessor name: ::String
|
933
|
+
attr_accessor value: Types::VariableValue
|
934
|
+
SENSITIVE: []
|
935
|
+
end
|
936
|
+
|
937
|
+
class VariationConfig
|
938
|
+
attr_accessor name: ::String
|
939
|
+
attr_accessor value: Types::VariableValue
|
940
|
+
SENSITIVE: []
|
941
|
+
end
|
942
|
+
end
|
943
|
+
end
|