aws-sdk-cloudwatchevidently 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,1333 @@
1
+ # frozen_string_literal: true
2
+
3
+ # WARNING ABOUT GENERATED CODE
4
+ #
5
+ # This file is generated. See the contributing guide for more information:
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
+ #
8
+ # WARNING ABOUT GENERATED CODE
9
+
10
+ module Aws::CloudWatchEvidently
11
+ # @api private
12
+ module ClientApi
13
+
14
+ include Seahorse::Model
15
+
16
+ AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
17
+ Arn = Shapes::StringShape.new(name: 'Arn')
18
+ BatchEvaluateFeatureRequest = Shapes::StructureShape.new(name: 'BatchEvaluateFeatureRequest')
19
+ BatchEvaluateFeatureResponse = Shapes::StructureShape.new(name: 'BatchEvaluateFeatureResponse')
20
+ Boolean = Shapes::BooleanShape.new(name: 'Boolean')
21
+ ChangeDirectionEnum = Shapes::StringShape.new(name: 'ChangeDirectionEnum')
22
+ CloudWatchLogsDestination = Shapes::StructureShape.new(name: 'CloudWatchLogsDestination')
23
+ CloudWatchLogsDestinationConfig = Shapes::StructureShape.new(name: 'CloudWatchLogsDestinationConfig')
24
+ ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
25
+ CreateExperimentRequest = Shapes::StructureShape.new(name: 'CreateExperimentRequest')
26
+ CreateExperimentResponse = Shapes::StructureShape.new(name: 'CreateExperimentResponse')
27
+ CreateFeatureRequest = Shapes::StructureShape.new(name: 'CreateFeatureRequest')
28
+ CreateFeatureResponse = Shapes::StructureShape.new(name: 'CreateFeatureResponse')
29
+ CreateLaunchRequest = Shapes::StructureShape.new(name: 'CreateLaunchRequest')
30
+ CreateLaunchResponse = Shapes::StructureShape.new(name: 'CreateLaunchResponse')
31
+ CreateProjectRequest = Shapes::StructureShape.new(name: 'CreateProjectRequest')
32
+ CreateProjectResponse = Shapes::StructureShape.new(name: 'CreateProjectResponse')
33
+ CwDimensionSafeName = Shapes::StringShape.new(name: 'CwDimensionSafeName')
34
+ CwLogGroupSafeName = Shapes::StringShape.new(name: 'CwLogGroupSafeName')
35
+ DeleteExperimentRequest = Shapes::StructureShape.new(name: 'DeleteExperimentRequest')
36
+ DeleteExperimentResponse = Shapes::StructureShape.new(name: 'DeleteExperimentResponse')
37
+ DeleteFeatureRequest = Shapes::StructureShape.new(name: 'DeleteFeatureRequest')
38
+ DeleteFeatureResponse = Shapes::StructureShape.new(name: 'DeleteFeatureResponse')
39
+ DeleteLaunchRequest = Shapes::StructureShape.new(name: 'DeleteLaunchRequest')
40
+ DeleteLaunchResponse = Shapes::StructureShape.new(name: 'DeleteLaunchResponse')
41
+ DeleteProjectRequest = Shapes::StructureShape.new(name: 'DeleteProjectRequest')
42
+ DeleteProjectResponse = Shapes::StructureShape.new(name: 'DeleteProjectResponse')
43
+ Description = Shapes::StringShape.new(name: 'Description')
44
+ Double = Shapes::FloatShape.new(name: 'Double')
45
+ DoubleValueList = Shapes::ListShape.new(name: 'DoubleValueList')
46
+ EntityId = Shapes::StringShape.new(name: 'EntityId')
47
+ EntityOverrideMap = Shapes::MapShape.new(name: 'EntityOverrideMap')
48
+ ErrorCodeEnum = Shapes::StringShape.new(name: 'ErrorCodeEnum')
49
+ ErrorMessage = Shapes::StringShape.new(name: 'ErrorMessage')
50
+ EvaluateFeatureRequest = Shapes::StructureShape.new(name: 'EvaluateFeatureRequest')
51
+ EvaluateFeatureResponse = Shapes::StructureShape.new(name: 'EvaluateFeatureResponse')
52
+ EvaluationRequest = Shapes::StructureShape.new(name: 'EvaluationRequest')
53
+ EvaluationRequestsList = Shapes::ListShape.new(name: 'EvaluationRequestsList')
54
+ EvaluationResult = Shapes::StructureShape.new(name: 'EvaluationResult')
55
+ EvaluationResultsList = Shapes::ListShape.new(name: 'EvaluationResultsList')
56
+ EvaluationRule = Shapes::StructureShape.new(name: 'EvaluationRule')
57
+ EvaluationRulesList = Shapes::ListShape.new(name: 'EvaluationRulesList')
58
+ Event = Shapes::StructureShape.new(name: 'Event')
59
+ EventList = Shapes::ListShape.new(name: 'EventList')
60
+ EventType = Shapes::StringShape.new(name: 'EventType')
61
+ Experiment = Shapes::StructureShape.new(name: 'Experiment')
62
+ ExperimentArn = Shapes::StringShape.new(name: 'ExperimentArn')
63
+ ExperimentBaseStat = Shapes::StringShape.new(name: 'ExperimentBaseStat')
64
+ ExperimentExecution = Shapes::StructureShape.new(name: 'ExperimentExecution')
65
+ ExperimentList = Shapes::ListShape.new(name: 'ExperimentList')
66
+ ExperimentName = Shapes::StringShape.new(name: 'ExperimentName')
67
+ ExperimentReport = Shapes::StructureShape.new(name: 'ExperimentReport')
68
+ ExperimentReportList = Shapes::ListShape.new(name: 'ExperimentReportList')
69
+ ExperimentReportName = Shapes::StringShape.new(name: 'ExperimentReportName')
70
+ ExperimentReportNameList = Shapes::ListShape.new(name: 'ExperimentReportNameList')
71
+ ExperimentResultRequestType = Shapes::StringShape.new(name: 'ExperimentResultRequestType')
72
+ ExperimentResultRequestTypeList = Shapes::ListShape.new(name: 'ExperimentResultRequestTypeList')
73
+ ExperimentResultResponseType = Shapes::StringShape.new(name: 'ExperimentResultResponseType')
74
+ ExperimentResultsData = Shapes::StructureShape.new(name: 'ExperimentResultsData')
75
+ ExperimentResultsDataList = Shapes::ListShape.new(name: 'ExperimentResultsDataList')
76
+ ExperimentSchedule = Shapes::StructureShape.new(name: 'ExperimentSchedule')
77
+ ExperimentStatus = Shapes::StringShape.new(name: 'ExperimentStatus')
78
+ ExperimentStopDesiredState = Shapes::StringShape.new(name: 'ExperimentStopDesiredState')
79
+ ExperimentType = Shapes::StringShape.new(name: 'ExperimentType')
80
+ Feature = Shapes::StructureShape.new(name: 'Feature')
81
+ FeatureArn = Shapes::StringShape.new(name: 'FeatureArn')
82
+ FeatureEvaluationStrategy = Shapes::StringShape.new(name: 'FeatureEvaluationStrategy')
83
+ FeatureName = Shapes::StringShape.new(name: 'FeatureName')
84
+ FeatureStatus = Shapes::StringShape.new(name: 'FeatureStatus')
85
+ FeatureSummariesList = Shapes::ListShape.new(name: 'FeatureSummariesList')
86
+ FeatureSummary = Shapes::StructureShape.new(name: 'FeatureSummary')
87
+ FeatureToVariationMap = Shapes::MapShape.new(name: 'FeatureToVariationMap')
88
+ GetExperimentRequest = Shapes::StructureShape.new(name: 'GetExperimentRequest')
89
+ GetExperimentResponse = Shapes::StructureShape.new(name: 'GetExperimentResponse')
90
+ GetExperimentResultsRequest = Shapes::StructureShape.new(name: 'GetExperimentResultsRequest')
91
+ GetExperimentResultsResponse = Shapes::StructureShape.new(name: 'GetExperimentResultsResponse')
92
+ GetFeatureRequest = Shapes::StructureShape.new(name: 'GetFeatureRequest')
93
+ GetFeatureResponse = Shapes::StructureShape.new(name: 'GetFeatureResponse')
94
+ GetLaunchRequest = Shapes::StructureShape.new(name: 'GetLaunchRequest')
95
+ GetLaunchResponse = Shapes::StructureShape.new(name: 'GetLaunchResponse')
96
+ GetProjectRequest = Shapes::StructureShape.new(name: 'GetProjectRequest')
97
+ GetProjectResponse = Shapes::StructureShape.new(name: 'GetProjectResponse')
98
+ GroupName = Shapes::StringShape.new(name: 'GroupName')
99
+ GroupToWeightMap = Shapes::MapShape.new(name: 'GroupToWeightMap')
100
+ Integer = Shapes::IntegerShape.new(name: 'Integer')
101
+ InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
102
+ JsonPath = Shapes::StringShape.new(name: 'JsonPath')
103
+ JsonValue = Shapes::StringShape.new(name: 'JsonValue')
104
+ Launch = Shapes::StructureShape.new(name: 'Launch')
105
+ LaunchArn = Shapes::StringShape.new(name: 'LaunchArn')
106
+ LaunchExecution = Shapes::StructureShape.new(name: 'LaunchExecution')
107
+ LaunchGroup = Shapes::StructureShape.new(name: 'LaunchGroup')
108
+ LaunchGroupConfig = Shapes::StructureShape.new(name: 'LaunchGroupConfig')
109
+ LaunchGroupConfigList = Shapes::ListShape.new(name: 'LaunchGroupConfigList')
110
+ LaunchGroupList = Shapes::ListShape.new(name: 'LaunchGroupList')
111
+ LaunchName = Shapes::StringShape.new(name: 'LaunchName')
112
+ LaunchStatus = Shapes::StringShape.new(name: 'LaunchStatus')
113
+ LaunchStopDesiredState = Shapes::StringShape.new(name: 'LaunchStopDesiredState')
114
+ LaunchType = Shapes::StringShape.new(name: 'LaunchType')
115
+ LaunchesList = Shapes::ListShape.new(name: 'LaunchesList')
116
+ ListExperimentsRequest = Shapes::StructureShape.new(name: 'ListExperimentsRequest')
117
+ ListExperimentsResponse = Shapes::StructureShape.new(name: 'ListExperimentsResponse')
118
+ ListFeaturesRequest = Shapes::StructureShape.new(name: 'ListFeaturesRequest')
119
+ ListFeaturesResponse = Shapes::StructureShape.new(name: 'ListFeaturesResponse')
120
+ ListLaunchesRequest = Shapes::StructureShape.new(name: 'ListLaunchesRequest')
121
+ ListLaunchesResponse = Shapes::StructureShape.new(name: 'ListLaunchesResponse')
122
+ ListProjectsRequest = Shapes::StructureShape.new(name: 'ListProjectsRequest')
123
+ ListProjectsResponse = Shapes::StructureShape.new(name: 'ListProjectsResponse')
124
+ ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
125
+ ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
126
+ Long = Shapes::IntegerShape.new(name: 'Long')
127
+ MaxExperiments = Shapes::IntegerShape.new(name: 'MaxExperiments')
128
+ MaxFeatures = Shapes::IntegerShape.new(name: 'MaxFeatures')
129
+ MaxLaunches = Shapes::IntegerShape.new(name: 'MaxLaunches')
130
+ MaxProjects = Shapes::IntegerShape.new(name: 'MaxProjects')
131
+ MetricDefinition = Shapes::StructureShape.new(name: 'MetricDefinition')
132
+ MetricDefinitionConfig = Shapes::StructureShape.new(name: 'MetricDefinitionConfig')
133
+ MetricDefinitionConfigEventPatternString = Shapes::StringShape.new(name: 'MetricDefinitionConfigEventPatternString')
134
+ MetricGoal = Shapes::StructureShape.new(name: 'MetricGoal')
135
+ MetricGoalConfig = Shapes::StructureShape.new(name: 'MetricGoalConfig')
136
+ MetricGoalConfigList = Shapes::ListShape.new(name: 'MetricGoalConfigList')
137
+ MetricGoalsList = Shapes::ListShape.new(name: 'MetricGoalsList')
138
+ MetricMonitor = Shapes::StructureShape.new(name: 'MetricMonitor')
139
+ MetricMonitorConfig = Shapes::StructureShape.new(name: 'MetricMonitorConfig')
140
+ MetricMonitorConfigList = Shapes::ListShape.new(name: 'MetricMonitorConfigList')
141
+ MetricMonitorList = Shapes::ListShape.new(name: 'MetricMonitorList')
142
+ MetricNameList = Shapes::ListShape.new(name: 'MetricNameList')
143
+ MetricUnitLabel = Shapes::StringShape.new(name: 'MetricUnitLabel')
144
+ NextToken = Shapes::StringShape.new(name: 'NextToken')
145
+ OnlineAbConfig = Shapes::StructureShape.new(name: 'OnlineAbConfig')
146
+ OnlineAbDefinition = Shapes::StructureShape.new(name: 'OnlineAbDefinition')
147
+ Project = Shapes::StructureShape.new(name: 'Project')
148
+ ProjectArn = Shapes::StringShape.new(name: 'ProjectArn')
149
+ ProjectDataDelivery = Shapes::StructureShape.new(name: 'ProjectDataDelivery')
150
+ ProjectDataDeliveryConfig = Shapes::StructureShape.new(name: 'ProjectDataDeliveryConfig')
151
+ ProjectName = Shapes::StringShape.new(name: 'ProjectName')
152
+ ProjectRef = Shapes::StringShape.new(name: 'ProjectRef')
153
+ ProjectStatus = Shapes::StringShape.new(name: 'ProjectStatus')
154
+ ProjectSummariesList = Shapes::ListShape.new(name: 'ProjectSummariesList')
155
+ ProjectSummary = Shapes::StructureShape.new(name: 'ProjectSummary')
156
+ PutProjectEventsRequest = Shapes::StructureShape.new(name: 'PutProjectEventsRequest')
157
+ PutProjectEventsResponse = Shapes::StructureShape.new(name: 'PutProjectEventsResponse')
158
+ PutProjectEventsResultEntry = Shapes::StructureShape.new(name: 'PutProjectEventsResultEntry')
159
+ PutProjectEventsResultEntryList = Shapes::ListShape.new(name: 'PutProjectEventsResultEntryList')
160
+ RandomizationSalt = Shapes::StringShape.new(name: 'RandomizationSalt')
161
+ ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
162
+ ResultsPeriod = Shapes::IntegerShape.new(name: 'ResultsPeriod')
163
+ RuleName = Shapes::StringShape.new(name: 'RuleName')
164
+ RuleType = Shapes::StringShape.new(name: 'RuleType')
165
+ S3BucketSafeName = Shapes::StringShape.new(name: 'S3BucketSafeName')
166
+ S3Destination = Shapes::StructureShape.new(name: 'S3Destination')
167
+ S3DestinationConfig = Shapes::StructureShape.new(name: 'S3DestinationConfig')
168
+ S3PrefixSafeName = Shapes::StringShape.new(name: 'S3PrefixSafeName')
169
+ ScheduledSplit = Shapes::StructureShape.new(name: 'ScheduledSplit')
170
+ ScheduledSplitConfig = Shapes::StructureShape.new(name: 'ScheduledSplitConfig')
171
+ ScheduledSplitConfigList = Shapes::ListShape.new(name: 'ScheduledSplitConfigList')
172
+ ScheduledSplitsLaunchConfig = Shapes::StructureShape.new(name: 'ScheduledSplitsLaunchConfig')
173
+ ScheduledSplitsLaunchDefinition = Shapes::StructureShape.new(name: 'ScheduledSplitsLaunchDefinition')
174
+ ScheduledStepList = Shapes::ListShape.new(name: 'ScheduledStepList')
175
+ ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
176
+ ServiceUnavailableException = Shapes::StructureShape.new(name: 'ServiceUnavailableException')
177
+ SplitWeight = Shapes::IntegerShape.new(name: 'SplitWeight')
178
+ StartExperimentRequest = Shapes::StructureShape.new(name: 'StartExperimentRequest')
179
+ StartExperimentResponse = Shapes::StructureShape.new(name: 'StartExperimentResponse')
180
+ StartLaunchRequest = Shapes::StructureShape.new(name: 'StartLaunchRequest')
181
+ StartLaunchResponse = Shapes::StructureShape.new(name: 'StartLaunchResponse')
182
+ StopExperimentRequest = Shapes::StructureShape.new(name: 'StopExperimentRequest')
183
+ StopExperimentResponse = Shapes::StructureShape.new(name: 'StopExperimentResponse')
184
+ StopLaunchRequest = Shapes::StructureShape.new(name: 'StopLaunchRequest')
185
+ StopLaunchResponse = Shapes::StructureShape.new(name: 'StopLaunchResponse')
186
+ String = Shapes::StringShape.new(name: 'String')
187
+ TagKey = Shapes::StringShape.new(name: 'TagKey')
188
+ TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
189
+ TagMap = Shapes::MapShape.new(name: 'TagMap')
190
+ TagResourceRequest = Shapes::StructureShape.new(name: 'TagResourceRequest')
191
+ TagResourceResponse = Shapes::StructureShape.new(name: 'TagResourceResponse')
192
+ TagValue = Shapes::StringShape.new(name: 'TagValue')
193
+ ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
194
+ Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
195
+ TimestampList = Shapes::ListShape.new(name: 'TimestampList')
196
+ Treatment = Shapes::StructureShape.new(name: 'Treatment')
197
+ TreatmentConfig = Shapes::StructureShape.new(name: 'TreatmentConfig')
198
+ TreatmentConfigList = Shapes::ListShape.new(name: 'TreatmentConfigList')
199
+ TreatmentList = Shapes::ListShape.new(name: 'TreatmentList')
200
+ TreatmentName = Shapes::StringShape.new(name: 'TreatmentName')
201
+ TreatmentNameList = Shapes::ListShape.new(name: 'TreatmentNameList')
202
+ TreatmentToWeightMap = Shapes::MapShape.new(name: 'TreatmentToWeightMap')
203
+ UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
204
+ UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
205
+ UpdateExperimentRequest = Shapes::StructureShape.new(name: 'UpdateExperimentRequest')
206
+ UpdateExperimentResponse = Shapes::StructureShape.new(name: 'UpdateExperimentResponse')
207
+ UpdateFeatureRequest = Shapes::StructureShape.new(name: 'UpdateFeatureRequest')
208
+ UpdateFeatureResponse = Shapes::StructureShape.new(name: 'UpdateFeatureResponse')
209
+ UpdateLaunchRequest = Shapes::StructureShape.new(name: 'UpdateLaunchRequest')
210
+ UpdateLaunchResponse = Shapes::StructureShape.new(name: 'UpdateLaunchResponse')
211
+ UpdateProjectDataDeliveryRequest = Shapes::StructureShape.new(name: 'UpdateProjectDataDeliveryRequest')
212
+ UpdateProjectDataDeliveryResponse = Shapes::StructureShape.new(name: 'UpdateProjectDataDeliveryResponse')
213
+ UpdateProjectRequest = Shapes::StructureShape.new(name: 'UpdateProjectRequest')
214
+ UpdateProjectResponse = Shapes::StructureShape.new(name: 'UpdateProjectResponse')
215
+ Uuid = Shapes::StringShape.new(name: 'Uuid')
216
+ ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
217
+ ValidationExceptionField = Shapes::StructureShape.new(name: 'ValidationExceptionField')
218
+ ValidationExceptionFieldList = Shapes::ListShape.new(name: 'ValidationExceptionFieldList')
219
+ ValidationExceptionReason = Shapes::StringShape.new(name: 'ValidationExceptionReason')
220
+ VariableValue = Shapes::UnionShape.new(name: 'VariableValue')
221
+ VariableValueLongValueLong = Shapes::IntegerShape.new(name: 'VariableValueLongValueLong')
222
+ VariableValueStringValueString = Shapes::StringShape.new(name: 'VariableValueStringValueString')
223
+ Variation = Shapes::StructureShape.new(name: 'Variation')
224
+ VariationConfig = Shapes::StructureShape.new(name: 'VariationConfig')
225
+ VariationConfigsList = Shapes::ListShape.new(name: 'VariationConfigsList')
226
+ VariationName = Shapes::StringShape.new(name: 'VariationName')
227
+ VariationNameList = Shapes::ListShape.new(name: 'VariationNameList')
228
+ VariationValueType = Shapes::StringShape.new(name: 'VariationValueType')
229
+ VariationsList = Shapes::ListShape.new(name: 'VariationsList')
230
+
231
+ AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
232
+ AccessDeniedException.struct_class = Types::AccessDeniedException
233
+
234
+ BatchEvaluateFeatureRequest.add_member(:project, Shapes::ShapeRef.new(shape: ProjectRef, required: true, location: "uri", location_name: "project"))
235
+ BatchEvaluateFeatureRequest.add_member(:requests, Shapes::ShapeRef.new(shape: EvaluationRequestsList, required: true, location_name: "requests"))
236
+ BatchEvaluateFeatureRequest.struct_class = Types::BatchEvaluateFeatureRequest
237
+
238
+ BatchEvaluateFeatureResponse.add_member(:results, Shapes::ShapeRef.new(shape: EvaluationResultsList, location_name: "results"))
239
+ BatchEvaluateFeatureResponse.struct_class = Types::BatchEvaluateFeatureResponse
240
+
241
+ CloudWatchLogsDestination.add_member(:log_group, Shapes::ShapeRef.new(shape: CwLogGroupSafeName, location_name: "logGroup"))
242
+ CloudWatchLogsDestination.struct_class = Types::CloudWatchLogsDestination
243
+
244
+ CloudWatchLogsDestinationConfig.add_member(:log_group, Shapes::ShapeRef.new(shape: CwLogGroupSafeName, location_name: "logGroup"))
245
+ CloudWatchLogsDestinationConfig.struct_class = Types::CloudWatchLogsDestinationConfig
246
+
247
+ ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
248
+ ConflictException.add_member(:resource_id, Shapes::ShapeRef.new(shape: String, location_name: "resourceId"))
249
+ ConflictException.add_member(:resource_type, Shapes::ShapeRef.new(shape: String, location_name: "resourceType"))
250
+ ConflictException.struct_class = Types::ConflictException
251
+
252
+ CreateExperimentRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
253
+ CreateExperimentRequest.add_member(:metric_goals, Shapes::ShapeRef.new(shape: MetricGoalConfigList, required: true, location_name: "metricGoals"))
254
+ CreateExperimentRequest.add_member(:name, Shapes::ShapeRef.new(shape: ExperimentName, required: true, location_name: "name"))
255
+ CreateExperimentRequest.add_member(:online_ab_config, Shapes::ShapeRef.new(shape: OnlineAbConfig, location_name: "onlineAbConfig"))
256
+ CreateExperimentRequest.add_member(:project, Shapes::ShapeRef.new(shape: ProjectRef, required: true, location: "uri", location_name: "project"))
257
+ CreateExperimentRequest.add_member(:randomization_salt, Shapes::ShapeRef.new(shape: RandomizationSalt, location_name: "randomizationSalt"))
258
+ CreateExperimentRequest.add_member(:sampling_rate, Shapes::ShapeRef.new(shape: SplitWeight, location_name: "samplingRate", metadata: {"box"=>true}))
259
+ CreateExperimentRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
260
+ CreateExperimentRequest.add_member(:treatments, Shapes::ShapeRef.new(shape: TreatmentConfigList, required: true, location_name: "treatments"))
261
+ CreateExperimentRequest.struct_class = Types::CreateExperimentRequest
262
+
263
+ CreateExperimentResponse.add_member(:experiment, Shapes::ShapeRef.new(shape: Experiment, required: true, location_name: "experiment"))
264
+ CreateExperimentResponse.struct_class = Types::CreateExperimentResponse
265
+
266
+ CreateFeatureRequest.add_member(:default_variation, Shapes::ShapeRef.new(shape: VariationName, location_name: "defaultVariation"))
267
+ CreateFeatureRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
268
+ CreateFeatureRequest.add_member(:entity_overrides, Shapes::ShapeRef.new(shape: EntityOverrideMap, location_name: "entityOverrides"))
269
+ CreateFeatureRequest.add_member(:evaluation_strategy, Shapes::ShapeRef.new(shape: FeatureEvaluationStrategy, location_name: "evaluationStrategy"))
270
+ CreateFeatureRequest.add_member(:name, Shapes::ShapeRef.new(shape: FeatureName, required: true, location_name: "name"))
271
+ CreateFeatureRequest.add_member(:project, Shapes::ShapeRef.new(shape: ProjectRef, required: true, location: "uri", location_name: "project"))
272
+ CreateFeatureRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
273
+ CreateFeatureRequest.add_member(:variations, Shapes::ShapeRef.new(shape: VariationConfigsList, required: true, location_name: "variations"))
274
+ CreateFeatureRequest.struct_class = Types::CreateFeatureRequest
275
+
276
+ CreateFeatureResponse.add_member(:feature, Shapes::ShapeRef.new(shape: Feature, location_name: "feature"))
277
+ CreateFeatureResponse.struct_class = Types::CreateFeatureResponse
278
+
279
+ CreateLaunchRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
280
+ CreateLaunchRequest.add_member(:groups, Shapes::ShapeRef.new(shape: LaunchGroupConfigList, required: true, location_name: "groups"))
281
+ CreateLaunchRequest.add_member(:metric_monitors, Shapes::ShapeRef.new(shape: MetricMonitorConfigList, location_name: "metricMonitors"))
282
+ CreateLaunchRequest.add_member(:name, Shapes::ShapeRef.new(shape: LaunchName, required: true, location_name: "name"))
283
+ CreateLaunchRequest.add_member(:project, Shapes::ShapeRef.new(shape: ProjectRef, required: true, location: "uri", location_name: "project"))
284
+ CreateLaunchRequest.add_member(:randomization_salt, Shapes::ShapeRef.new(shape: RandomizationSalt, location_name: "randomizationSalt"))
285
+ CreateLaunchRequest.add_member(:scheduled_splits_config, Shapes::ShapeRef.new(shape: ScheduledSplitsLaunchConfig, location_name: "scheduledSplitsConfig"))
286
+ CreateLaunchRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
287
+ CreateLaunchRequest.struct_class = Types::CreateLaunchRequest
288
+
289
+ CreateLaunchResponse.add_member(:launch, Shapes::ShapeRef.new(shape: Launch, required: true, location_name: "launch"))
290
+ CreateLaunchResponse.struct_class = Types::CreateLaunchResponse
291
+
292
+ CreateProjectRequest.add_member(:data_delivery, Shapes::ShapeRef.new(shape: ProjectDataDeliveryConfig, location_name: "dataDelivery"))
293
+ CreateProjectRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
294
+ CreateProjectRequest.add_member(:name, Shapes::ShapeRef.new(shape: ProjectName, required: true, location_name: "name"))
295
+ CreateProjectRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
296
+ CreateProjectRequest.struct_class = Types::CreateProjectRequest
297
+
298
+ CreateProjectResponse.add_member(:project, Shapes::ShapeRef.new(shape: Project, required: true, location_name: "project"))
299
+ CreateProjectResponse.struct_class = Types::CreateProjectResponse
300
+
301
+ DeleteExperimentRequest.add_member(:experiment, Shapes::ShapeRef.new(shape: ExperimentName, required: true, location: "uri", location_name: "experiment"))
302
+ DeleteExperimentRequest.add_member(:project, Shapes::ShapeRef.new(shape: ProjectRef, required: true, location: "uri", location_name: "project"))
303
+ DeleteExperimentRequest.struct_class = Types::DeleteExperimentRequest
304
+
305
+ DeleteExperimentResponse.struct_class = Types::DeleteExperimentResponse
306
+
307
+ DeleteFeatureRequest.add_member(:feature, Shapes::ShapeRef.new(shape: FeatureName, required: true, location: "uri", location_name: "feature"))
308
+ DeleteFeatureRequest.add_member(:project, Shapes::ShapeRef.new(shape: ProjectRef, required: true, location: "uri", location_name: "project"))
309
+ DeleteFeatureRequest.struct_class = Types::DeleteFeatureRequest
310
+
311
+ DeleteFeatureResponse.struct_class = Types::DeleteFeatureResponse
312
+
313
+ DeleteLaunchRequest.add_member(:launch, Shapes::ShapeRef.new(shape: LaunchName, required: true, location: "uri", location_name: "launch"))
314
+ DeleteLaunchRequest.add_member(:project, Shapes::ShapeRef.new(shape: ProjectRef, required: true, location: "uri", location_name: "project"))
315
+ DeleteLaunchRequest.struct_class = Types::DeleteLaunchRequest
316
+
317
+ DeleteLaunchResponse.struct_class = Types::DeleteLaunchResponse
318
+
319
+ DeleteProjectRequest.add_member(:project, Shapes::ShapeRef.new(shape: ProjectRef, required: true, location: "uri", location_name: "project"))
320
+ DeleteProjectRequest.struct_class = Types::DeleteProjectRequest
321
+
322
+ DeleteProjectResponse.struct_class = Types::DeleteProjectResponse
323
+
324
+ DoubleValueList.member = Shapes::ShapeRef.new(shape: Double)
325
+
326
+ EntityOverrideMap.key = Shapes::ShapeRef.new(shape: EntityId)
327
+ EntityOverrideMap.value = Shapes::ShapeRef.new(shape: VariationName)
328
+
329
+ EvaluateFeatureRequest.add_member(:entity_id, Shapes::ShapeRef.new(shape: EntityId, required: true, location_name: "entityId"))
330
+ EvaluateFeatureRequest.add_member(:evaluation_context, Shapes::ShapeRef.new(shape: JsonValue, location_name: "evaluationContext", metadata: {"jsonvalue"=>true}))
331
+ EvaluateFeatureRequest.add_member(:feature, Shapes::ShapeRef.new(shape: FeatureName, required: true, location: "uri", location_name: "feature"))
332
+ EvaluateFeatureRequest.add_member(:project, Shapes::ShapeRef.new(shape: ProjectRef, required: true, location: "uri", location_name: "project"))
333
+ EvaluateFeatureRequest.struct_class = Types::EvaluateFeatureRequest
334
+
335
+ EvaluateFeatureResponse.add_member(:details, Shapes::ShapeRef.new(shape: JsonValue, location_name: "details", metadata: {"jsonvalue"=>true}))
336
+ EvaluateFeatureResponse.add_member(:reason, Shapes::ShapeRef.new(shape: String, location_name: "reason"))
337
+ EvaluateFeatureResponse.add_member(:value, Shapes::ShapeRef.new(shape: VariableValue, location_name: "value"))
338
+ EvaluateFeatureResponse.add_member(:variation, Shapes::ShapeRef.new(shape: String, location_name: "variation"))
339
+ EvaluateFeatureResponse.struct_class = Types::EvaluateFeatureResponse
340
+
341
+ EvaluationRequest.add_member(:entity_id, Shapes::ShapeRef.new(shape: EntityId, required: true, location_name: "entityId"))
342
+ EvaluationRequest.add_member(:evaluation_context, Shapes::ShapeRef.new(shape: JsonValue, location_name: "evaluationContext", metadata: {"jsonvalue"=>true}))
343
+ EvaluationRequest.add_member(:feature, Shapes::ShapeRef.new(shape: FeatureName, required: true, location_name: "feature"))
344
+ EvaluationRequest.struct_class = Types::EvaluationRequest
345
+
346
+ EvaluationRequestsList.member = Shapes::ShapeRef.new(shape: EvaluationRequest)
347
+
348
+ EvaluationResult.add_member(:details, Shapes::ShapeRef.new(shape: JsonValue, location_name: "details", metadata: {"jsonvalue"=>true}))
349
+ EvaluationResult.add_member(:entity_id, Shapes::ShapeRef.new(shape: EntityId, required: true, location_name: "entityId"))
350
+ EvaluationResult.add_member(:feature, Shapes::ShapeRef.new(shape: FeatureName, required: true, location_name: "feature"))
351
+ EvaluationResult.add_member(:project, Shapes::ShapeRef.new(shape: Arn, location_name: "project"))
352
+ EvaluationResult.add_member(:reason, Shapes::ShapeRef.new(shape: String, location_name: "reason"))
353
+ EvaluationResult.add_member(:value, Shapes::ShapeRef.new(shape: VariableValue, location_name: "value"))
354
+ EvaluationResult.add_member(:variation, Shapes::ShapeRef.new(shape: String, location_name: "variation"))
355
+ EvaluationResult.struct_class = Types::EvaluationResult
356
+
357
+ EvaluationResultsList.member = Shapes::ShapeRef.new(shape: EvaluationResult)
358
+
359
+ EvaluationRule.add_member(:name, Shapes::ShapeRef.new(shape: RuleName, location_name: "name"))
360
+ EvaluationRule.add_member(:type, Shapes::ShapeRef.new(shape: RuleType, required: true, location_name: "type"))
361
+ EvaluationRule.struct_class = Types::EvaluationRule
362
+
363
+ EvaluationRulesList.member = Shapes::ShapeRef.new(shape: EvaluationRule)
364
+
365
+ Event.add_member(:data, Shapes::ShapeRef.new(shape: JsonValue, required: true, location_name: "data", metadata: {"jsonvalue"=>true}))
366
+ Event.add_member(:timestamp, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "timestamp"))
367
+ Event.add_member(:type, Shapes::ShapeRef.new(shape: EventType, required: true, location_name: "type"))
368
+ Event.struct_class = Types::Event
369
+
370
+ EventList.member = Shapes::ShapeRef.new(shape: Event)
371
+
372
+ Experiment.add_member(:arn, Shapes::ShapeRef.new(shape: ExperimentArn, required: true, location_name: "arn"))
373
+ Experiment.add_member(:created_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdTime"))
374
+ Experiment.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
375
+ Experiment.add_member(:execution, Shapes::ShapeRef.new(shape: ExperimentExecution, location_name: "execution"))
376
+ Experiment.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "lastUpdatedTime"))
377
+ Experiment.add_member(:metric_goals, Shapes::ShapeRef.new(shape: MetricGoalsList, location_name: "metricGoals"))
378
+ Experiment.add_member(:name, Shapes::ShapeRef.new(shape: ExperimentName, required: true, location_name: "name"))
379
+ Experiment.add_member(:online_ab_definition, Shapes::ShapeRef.new(shape: OnlineAbDefinition, location_name: "onlineAbDefinition"))
380
+ Experiment.add_member(:project, Shapes::ShapeRef.new(shape: ProjectArn, location_name: "project"))
381
+ Experiment.add_member(:randomization_salt, Shapes::ShapeRef.new(shape: RandomizationSalt, location_name: "randomizationSalt"))
382
+ Experiment.add_member(:sampling_rate, Shapes::ShapeRef.new(shape: SplitWeight, location_name: "samplingRate"))
383
+ Experiment.add_member(:schedule, Shapes::ShapeRef.new(shape: ExperimentSchedule, location_name: "schedule"))
384
+ Experiment.add_member(:status, Shapes::ShapeRef.new(shape: ExperimentStatus, required: true, location_name: "status"))
385
+ Experiment.add_member(:status_reason, Shapes::ShapeRef.new(shape: Description, location_name: "statusReason"))
386
+ Experiment.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
387
+ Experiment.add_member(:treatments, Shapes::ShapeRef.new(shape: TreatmentList, location_name: "treatments"))
388
+ Experiment.add_member(:type, Shapes::ShapeRef.new(shape: ExperimentType, required: true, location_name: "type"))
389
+ Experiment.struct_class = Types::Experiment
390
+
391
+ ExperimentExecution.add_member(:ended_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "endedTime"))
392
+ ExperimentExecution.add_member(:started_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "startedTime"))
393
+ ExperimentExecution.struct_class = Types::ExperimentExecution
394
+
395
+ ExperimentList.member = Shapes::ShapeRef.new(shape: Experiment)
396
+
397
+ ExperimentReport.add_member(:content, Shapes::ShapeRef.new(shape: JsonValue, location_name: "content", metadata: {"jsonvalue"=>true}))
398
+ ExperimentReport.add_member(:metric_name, Shapes::ShapeRef.new(shape: CwDimensionSafeName, location_name: "metricName"))
399
+ ExperimentReport.add_member(:report_name, Shapes::ShapeRef.new(shape: ExperimentReportName, location_name: "reportName"))
400
+ ExperimentReport.add_member(:treatment_name, Shapes::ShapeRef.new(shape: TreatmentName, location_name: "treatmentName"))
401
+ ExperimentReport.struct_class = Types::ExperimentReport
402
+
403
+ ExperimentReportList.member = Shapes::ShapeRef.new(shape: ExperimentReport)
404
+
405
+ ExperimentReportNameList.member = Shapes::ShapeRef.new(shape: ExperimentReportName)
406
+
407
+ ExperimentResultRequestTypeList.member = Shapes::ShapeRef.new(shape: ExperimentResultRequestType)
408
+
409
+ ExperimentResultsData.add_member(:metric_name, Shapes::ShapeRef.new(shape: CwDimensionSafeName, location_name: "metricName"))
410
+ ExperimentResultsData.add_member(:result_stat, Shapes::ShapeRef.new(shape: ExperimentResultResponseType, location_name: "resultStat"))
411
+ ExperimentResultsData.add_member(:treatment_name, Shapes::ShapeRef.new(shape: TreatmentName, location_name: "treatmentName"))
412
+ ExperimentResultsData.add_member(:values, Shapes::ShapeRef.new(shape: DoubleValueList, location_name: "values"))
413
+ ExperimentResultsData.struct_class = Types::ExperimentResultsData
414
+
415
+ ExperimentResultsDataList.member = Shapes::ShapeRef.new(shape: ExperimentResultsData)
416
+
417
+ ExperimentSchedule.add_member(:analysis_complete_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "analysisCompleteTime"))
418
+ ExperimentSchedule.struct_class = Types::ExperimentSchedule
419
+
420
+ Feature.add_member(:arn, Shapes::ShapeRef.new(shape: FeatureArn, required: true, location_name: "arn"))
421
+ Feature.add_member(:created_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdTime"))
422
+ Feature.add_member(:default_variation, Shapes::ShapeRef.new(shape: VariationName, location_name: "defaultVariation"))
423
+ Feature.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
424
+ Feature.add_member(:entity_overrides, Shapes::ShapeRef.new(shape: EntityOverrideMap, location_name: "entityOverrides"))
425
+ Feature.add_member(:evaluation_rules, Shapes::ShapeRef.new(shape: EvaluationRulesList, location_name: "evaluationRules"))
426
+ Feature.add_member(:evaluation_strategy, Shapes::ShapeRef.new(shape: FeatureEvaluationStrategy, required: true, location_name: "evaluationStrategy"))
427
+ Feature.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "lastUpdatedTime"))
428
+ Feature.add_member(:name, Shapes::ShapeRef.new(shape: FeatureName, required: true, location_name: "name"))
429
+ Feature.add_member(:project, Shapes::ShapeRef.new(shape: ProjectArn, location_name: "project"))
430
+ Feature.add_member(:status, Shapes::ShapeRef.new(shape: FeatureStatus, required: true, location_name: "status"))
431
+ Feature.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
432
+ Feature.add_member(:value_type, Shapes::ShapeRef.new(shape: VariationValueType, required: true, location_name: "valueType"))
433
+ Feature.add_member(:variations, Shapes::ShapeRef.new(shape: VariationsList, required: true, location_name: "variations"))
434
+ Feature.struct_class = Types::Feature
435
+
436
+ FeatureSummariesList.member = Shapes::ShapeRef.new(shape: FeatureSummary)
437
+
438
+ FeatureSummary.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "arn"))
439
+ FeatureSummary.add_member(:created_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdTime"))
440
+ FeatureSummary.add_member(:default_variation, Shapes::ShapeRef.new(shape: VariationName, location_name: "defaultVariation"))
441
+ FeatureSummary.add_member(:evaluation_rules, Shapes::ShapeRef.new(shape: EvaluationRulesList, location_name: "evaluationRules"))
442
+ FeatureSummary.add_member(:evaluation_strategy, Shapes::ShapeRef.new(shape: FeatureEvaluationStrategy, required: true, location_name: "evaluationStrategy"))
443
+ FeatureSummary.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "lastUpdatedTime"))
444
+ FeatureSummary.add_member(:name, Shapes::ShapeRef.new(shape: FeatureName, required: true, location_name: "name"))
445
+ FeatureSummary.add_member(:project, Shapes::ShapeRef.new(shape: ProjectRef, location_name: "project"))
446
+ FeatureSummary.add_member(:status, Shapes::ShapeRef.new(shape: FeatureStatus, required: true, location_name: "status"))
447
+ FeatureSummary.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
448
+ FeatureSummary.struct_class = Types::FeatureSummary
449
+
450
+ FeatureToVariationMap.key = Shapes::ShapeRef.new(shape: FeatureName)
451
+ FeatureToVariationMap.value = Shapes::ShapeRef.new(shape: VariationName)
452
+
453
+ GetExperimentRequest.add_member(:experiment, Shapes::ShapeRef.new(shape: ExperimentName, required: true, location: "uri", location_name: "experiment"))
454
+ GetExperimentRequest.add_member(:project, Shapes::ShapeRef.new(shape: ProjectRef, required: true, location: "uri", location_name: "project"))
455
+ GetExperimentRequest.struct_class = Types::GetExperimentRequest
456
+
457
+ GetExperimentResponse.add_member(:experiment, Shapes::ShapeRef.new(shape: Experiment, location_name: "experiment"))
458
+ GetExperimentResponse.struct_class = Types::GetExperimentResponse
459
+
460
+ GetExperimentResultsRequest.add_member(:base_stat, Shapes::ShapeRef.new(shape: ExperimentBaseStat, location_name: "baseStat"))
461
+ GetExperimentResultsRequest.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "endTime"))
462
+ GetExperimentResultsRequest.add_member(:experiment, Shapes::ShapeRef.new(shape: ExperimentName, required: true, location: "uri", location_name: "experiment"))
463
+ GetExperimentResultsRequest.add_member(:metric_names, Shapes::ShapeRef.new(shape: MetricNameList, required: true, location_name: "metricNames"))
464
+ GetExperimentResultsRequest.add_member(:period, Shapes::ShapeRef.new(shape: ResultsPeriod, location_name: "period"))
465
+ GetExperimentResultsRequest.add_member(:project, Shapes::ShapeRef.new(shape: ProjectRef, required: true, location: "uri", location_name: "project"))
466
+ GetExperimentResultsRequest.add_member(:report_names, Shapes::ShapeRef.new(shape: ExperimentReportNameList, location_name: "reportNames"))
467
+ GetExperimentResultsRequest.add_member(:result_stats, Shapes::ShapeRef.new(shape: ExperimentResultRequestTypeList, location_name: "resultStats"))
468
+ GetExperimentResultsRequest.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "startTime"))
469
+ GetExperimentResultsRequest.add_member(:treatment_names, Shapes::ShapeRef.new(shape: TreatmentNameList, required: true, location_name: "treatmentNames"))
470
+ GetExperimentResultsRequest.struct_class = Types::GetExperimentResultsRequest
471
+
472
+ GetExperimentResultsResponse.add_member(:reports, Shapes::ShapeRef.new(shape: ExperimentReportList, location_name: "reports"))
473
+ GetExperimentResultsResponse.add_member(:results_data, Shapes::ShapeRef.new(shape: ExperimentResultsDataList, location_name: "resultsData"))
474
+ GetExperimentResultsResponse.add_member(:timestamps, Shapes::ShapeRef.new(shape: TimestampList, location_name: "timestamps"))
475
+ GetExperimentResultsResponse.struct_class = Types::GetExperimentResultsResponse
476
+
477
+ GetFeatureRequest.add_member(:feature, Shapes::ShapeRef.new(shape: FeatureName, required: true, location: "uri", location_name: "feature"))
478
+ GetFeatureRequest.add_member(:project, Shapes::ShapeRef.new(shape: ProjectRef, required: true, location: "uri", location_name: "project"))
479
+ GetFeatureRequest.struct_class = Types::GetFeatureRequest
480
+
481
+ GetFeatureResponse.add_member(:feature, Shapes::ShapeRef.new(shape: Feature, required: true, location_name: "feature"))
482
+ GetFeatureResponse.struct_class = Types::GetFeatureResponse
483
+
484
+ GetLaunchRequest.add_member(:launch, Shapes::ShapeRef.new(shape: LaunchName, required: true, location: "uri", location_name: "launch"))
485
+ GetLaunchRequest.add_member(:project, Shapes::ShapeRef.new(shape: ProjectRef, required: true, location: "uri", location_name: "project"))
486
+ GetLaunchRequest.struct_class = Types::GetLaunchRequest
487
+
488
+ GetLaunchResponse.add_member(:launch, Shapes::ShapeRef.new(shape: Launch, location_name: "launch"))
489
+ GetLaunchResponse.struct_class = Types::GetLaunchResponse
490
+
491
+ GetProjectRequest.add_member(:project, Shapes::ShapeRef.new(shape: ProjectRef, required: true, location: "uri", location_name: "project"))
492
+ GetProjectRequest.struct_class = Types::GetProjectRequest
493
+
494
+ GetProjectResponse.add_member(:project, Shapes::ShapeRef.new(shape: Project, required: true, location_name: "project"))
495
+ GetProjectResponse.struct_class = Types::GetProjectResponse
496
+
497
+ GroupToWeightMap.key = Shapes::ShapeRef.new(shape: GroupName)
498
+ GroupToWeightMap.value = Shapes::ShapeRef.new(shape: SplitWeight)
499
+
500
+ InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
501
+ InternalServerException.struct_class = Types::InternalServerException
502
+
503
+ Launch.add_member(:arn, Shapes::ShapeRef.new(shape: LaunchArn, required: true, location_name: "arn"))
504
+ Launch.add_member(:created_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdTime"))
505
+ Launch.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
506
+ Launch.add_member(:execution, Shapes::ShapeRef.new(shape: LaunchExecution, location_name: "execution"))
507
+ Launch.add_member(:groups, Shapes::ShapeRef.new(shape: LaunchGroupList, location_name: "groups"))
508
+ Launch.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "lastUpdatedTime"))
509
+ Launch.add_member(:metric_monitors, Shapes::ShapeRef.new(shape: MetricMonitorList, location_name: "metricMonitors"))
510
+ Launch.add_member(:name, Shapes::ShapeRef.new(shape: LaunchName, required: true, location_name: "name"))
511
+ Launch.add_member(:project, Shapes::ShapeRef.new(shape: ProjectRef, location_name: "project"))
512
+ Launch.add_member(:randomization_salt, Shapes::ShapeRef.new(shape: RandomizationSalt, location_name: "randomizationSalt"))
513
+ Launch.add_member(:scheduled_splits_definition, Shapes::ShapeRef.new(shape: ScheduledSplitsLaunchDefinition, location_name: "scheduledSplitsDefinition"))
514
+ Launch.add_member(:status, Shapes::ShapeRef.new(shape: LaunchStatus, required: true, location_name: "status"))
515
+ Launch.add_member(:status_reason, Shapes::ShapeRef.new(shape: Description, location_name: "statusReason"))
516
+ Launch.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
517
+ Launch.add_member(:type, Shapes::ShapeRef.new(shape: LaunchType, required: true, location_name: "type"))
518
+ Launch.struct_class = Types::Launch
519
+
520
+ LaunchExecution.add_member(:ended_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "endedTime"))
521
+ LaunchExecution.add_member(:started_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "startedTime"))
522
+ LaunchExecution.struct_class = Types::LaunchExecution
523
+
524
+ LaunchGroup.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
525
+ LaunchGroup.add_member(:feature_variations, Shapes::ShapeRef.new(shape: FeatureToVariationMap, required: true, location_name: "featureVariations"))
526
+ LaunchGroup.add_member(:name, Shapes::ShapeRef.new(shape: GroupName, required: true, location_name: "name"))
527
+ LaunchGroup.struct_class = Types::LaunchGroup
528
+
529
+ LaunchGroupConfig.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
530
+ LaunchGroupConfig.add_member(:feature, Shapes::ShapeRef.new(shape: FeatureName, required: true, location_name: "feature"))
531
+ LaunchGroupConfig.add_member(:name, Shapes::ShapeRef.new(shape: GroupName, required: true, location_name: "name"))
532
+ LaunchGroupConfig.add_member(:variation, Shapes::ShapeRef.new(shape: VariationName, required: true, location_name: "variation"))
533
+ LaunchGroupConfig.struct_class = Types::LaunchGroupConfig
534
+
535
+ LaunchGroupConfigList.member = Shapes::ShapeRef.new(shape: LaunchGroupConfig)
536
+
537
+ LaunchGroupList.member = Shapes::ShapeRef.new(shape: LaunchGroup)
538
+
539
+ LaunchesList.member = Shapes::ShapeRef.new(shape: Launch)
540
+
541
+ ListExperimentsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxExperiments, location: "querystring", location_name: "maxResults"))
542
+ ListExperimentsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
543
+ ListExperimentsRequest.add_member(:project, Shapes::ShapeRef.new(shape: ProjectRef, required: true, location: "uri", location_name: "project"))
544
+ ListExperimentsRequest.struct_class = Types::ListExperimentsRequest
545
+
546
+ ListExperimentsResponse.add_member(:experiments, Shapes::ShapeRef.new(shape: ExperimentList, location_name: "experiments"))
547
+ ListExperimentsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
548
+ ListExperimentsResponse.struct_class = Types::ListExperimentsResponse
549
+
550
+ ListFeaturesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxFeatures, location: "querystring", location_name: "maxResults"))
551
+ ListFeaturesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
552
+ ListFeaturesRequest.add_member(:project, Shapes::ShapeRef.new(shape: ProjectRef, required: true, location: "uri", location_name: "project"))
553
+ ListFeaturesRequest.struct_class = Types::ListFeaturesRequest
554
+
555
+ ListFeaturesResponse.add_member(:features, Shapes::ShapeRef.new(shape: FeatureSummariesList, location_name: "features"))
556
+ ListFeaturesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
557
+ ListFeaturesResponse.struct_class = Types::ListFeaturesResponse
558
+
559
+ ListLaunchesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxLaunches, location: "querystring", location_name: "maxResults"))
560
+ ListLaunchesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
561
+ ListLaunchesRequest.add_member(:project, Shapes::ShapeRef.new(shape: ProjectRef, required: true, location: "uri", location_name: "project"))
562
+ ListLaunchesRequest.struct_class = Types::ListLaunchesRequest
563
+
564
+ ListLaunchesResponse.add_member(:launches, Shapes::ShapeRef.new(shape: LaunchesList, location_name: "launches"))
565
+ ListLaunchesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
566
+ ListLaunchesResponse.struct_class = Types::ListLaunchesResponse
567
+
568
+ ListProjectsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxProjects, location: "querystring", location_name: "maxResults"))
569
+ ListProjectsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
570
+ ListProjectsRequest.struct_class = Types::ListProjectsRequest
571
+
572
+ ListProjectsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
573
+ ListProjectsResponse.add_member(:projects, Shapes::ShapeRef.new(shape: ProjectSummariesList, location_name: "projects"))
574
+ ListProjectsResponse.struct_class = Types::ListProjectsResponse
575
+
576
+ ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location: "uri", location_name: "resourceArn"))
577
+ ListTagsForResourceRequest.struct_class = Types::ListTagsForResourceRequest
578
+
579
+ ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
580
+ ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
581
+
582
+ MetricDefinition.add_member(:entity_id_key, Shapes::ShapeRef.new(shape: JsonPath, location_name: "entityIdKey"))
583
+ MetricDefinition.add_member(:event_pattern, Shapes::ShapeRef.new(shape: JsonValue, location_name: "eventPattern", metadata: {"jsonvalue"=>true}))
584
+ MetricDefinition.add_member(:name, Shapes::ShapeRef.new(shape: CwDimensionSafeName, location_name: "name"))
585
+ MetricDefinition.add_member(:unit_label, Shapes::ShapeRef.new(shape: MetricUnitLabel, location_name: "unitLabel"))
586
+ MetricDefinition.add_member(:value_key, Shapes::ShapeRef.new(shape: JsonPath, location_name: "valueKey"))
587
+ MetricDefinition.struct_class = Types::MetricDefinition
588
+
589
+ MetricDefinitionConfig.add_member(:entity_id_key, Shapes::ShapeRef.new(shape: JsonPath, location_name: "entityIdKey"))
590
+ MetricDefinitionConfig.add_member(:event_pattern, Shapes::ShapeRef.new(shape: MetricDefinitionConfigEventPatternString, location_name: "eventPattern", metadata: {"jsonvalue"=>true}))
591
+ MetricDefinitionConfig.add_member(:name, Shapes::ShapeRef.new(shape: CwDimensionSafeName, location_name: "name"))
592
+ MetricDefinitionConfig.add_member(:unit_label, Shapes::ShapeRef.new(shape: MetricUnitLabel, location_name: "unitLabel"))
593
+ MetricDefinitionConfig.add_member(:value_key, Shapes::ShapeRef.new(shape: JsonPath, location_name: "valueKey"))
594
+ MetricDefinitionConfig.struct_class = Types::MetricDefinitionConfig
595
+
596
+ MetricGoal.add_member(:desired_change, Shapes::ShapeRef.new(shape: ChangeDirectionEnum, location_name: "desiredChange"))
597
+ MetricGoal.add_member(:metric_definition, Shapes::ShapeRef.new(shape: MetricDefinition, required: true, location_name: "metricDefinition"))
598
+ MetricGoal.struct_class = Types::MetricGoal
599
+
600
+ MetricGoalConfig.add_member(:desired_change, Shapes::ShapeRef.new(shape: ChangeDirectionEnum, location_name: "desiredChange"))
601
+ MetricGoalConfig.add_member(:metric_definition, Shapes::ShapeRef.new(shape: MetricDefinitionConfig, required: true, location_name: "metricDefinition"))
602
+ MetricGoalConfig.struct_class = Types::MetricGoalConfig
603
+
604
+ MetricGoalConfigList.member = Shapes::ShapeRef.new(shape: MetricGoalConfig)
605
+
606
+ MetricGoalsList.member = Shapes::ShapeRef.new(shape: MetricGoal)
607
+
608
+ MetricMonitor.add_member(:metric_definition, Shapes::ShapeRef.new(shape: MetricDefinition, required: true, location_name: "metricDefinition"))
609
+ MetricMonitor.struct_class = Types::MetricMonitor
610
+
611
+ MetricMonitorConfig.add_member(:metric_definition, Shapes::ShapeRef.new(shape: MetricDefinitionConfig, required: true, location_name: "metricDefinition"))
612
+ MetricMonitorConfig.struct_class = Types::MetricMonitorConfig
613
+
614
+ MetricMonitorConfigList.member = Shapes::ShapeRef.new(shape: MetricMonitorConfig)
615
+
616
+ MetricMonitorList.member = Shapes::ShapeRef.new(shape: MetricMonitor)
617
+
618
+ MetricNameList.member = Shapes::ShapeRef.new(shape: CwDimensionSafeName)
619
+
620
+ OnlineAbConfig.add_member(:control_treatment_name, Shapes::ShapeRef.new(shape: TreatmentName, location_name: "controlTreatmentName"))
621
+ OnlineAbConfig.add_member(:treatment_weights, Shapes::ShapeRef.new(shape: TreatmentToWeightMap, location_name: "treatmentWeights"))
622
+ OnlineAbConfig.struct_class = Types::OnlineAbConfig
623
+
624
+ OnlineAbDefinition.add_member(:control_treatment_name, Shapes::ShapeRef.new(shape: TreatmentName, location_name: "controlTreatmentName"))
625
+ OnlineAbDefinition.add_member(:treatment_weights, Shapes::ShapeRef.new(shape: TreatmentToWeightMap, location_name: "treatmentWeights"))
626
+ OnlineAbDefinition.struct_class = Types::OnlineAbDefinition
627
+
628
+ Project.add_member(:active_experiment_count, Shapes::ShapeRef.new(shape: Long, location_name: "activeExperimentCount"))
629
+ Project.add_member(:active_launch_count, Shapes::ShapeRef.new(shape: Long, location_name: "activeLaunchCount"))
630
+ Project.add_member(:arn, Shapes::ShapeRef.new(shape: ProjectArn, required: true, location_name: "arn"))
631
+ Project.add_member(:created_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdTime"))
632
+ Project.add_member(:data_delivery, Shapes::ShapeRef.new(shape: ProjectDataDelivery, location_name: "dataDelivery"))
633
+ Project.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
634
+ Project.add_member(:experiment_count, Shapes::ShapeRef.new(shape: Long, location_name: "experimentCount"))
635
+ Project.add_member(:feature_count, Shapes::ShapeRef.new(shape: Long, location_name: "featureCount"))
636
+ Project.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "lastUpdatedTime"))
637
+ Project.add_member(:launch_count, Shapes::ShapeRef.new(shape: Long, location_name: "launchCount"))
638
+ Project.add_member(:name, Shapes::ShapeRef.new(shape: ProjectName, required: true, location_name: "name"))
639
+ Project.add_member(:status, Shapes::ShapeRef.new(shape: ProjectStatus, required: true, location_name: "status"))
640
+ Project.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
641
+ Project.struct_class = Types::Project
642
+
643
+ ProjectDataDelivery.add_member(:cloud_watch_logs, Shapes::ShapeRef.new(shape: CloudWatchLogsDestination, location_name: "cloudWatchLogs"))
644
+ ProjectDataDelivery.add_member(:s3_destination, Shapes::ShapeRef.new(shape: S3Destination, location_name: "s3Destination"))
645
+ ProjectDataDelivery.struct_class = Types::ProjectDataDelivery
646
+
647
+ ProjectDataDeliveryConfig.add_member(:cloud_watch_logs, Shapes::ShapeRef.new(shape: CloudWatchLogsDestinationConfig, location_name: "cloudWatchLogs"))
648
+ ProjectDataDeliveryConfig.add_member(:s3_destination, Shapes::ShapeRef.new(shape: S3DestinationConfig, location_name: "s3Destination"))
649
+ ProjectDataDeliveryConfig.struct_class = Types::ProjectDataDeliveryConfig
650
+
651
+ ProjectSummariesList.member = Shapes::ShapeRef.new(shape: ProjectSummary)
652
+
653
+ ProjectSummary.add_member(:active_experiment_count, Shapes::ShapeRef.new(shape: Long, location_name: "activeExperimentCount"))
654
+ ProjectSummary.add_member(:active_launch_count, Shapes::ShapeRef.new(shape: Long, location_name: "activeLaunchCount"))
655
+ ProjectSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ProjectArn, required: true, location_name: "arn"))
656
+ ProjectSummary.add_member(:created_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdTime"))
657
+ ProjectSummary.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
658
+ ProjectSummary.add_member(:experiment_count, Shapes::ShapeRef.new(shape: Long, location_name: "experimentCount"))
659
+ ProjectSummary.add_member(:feature_count, Shapes::ShapeRef.new(shape: Long, location_name: "featureCount"))
660
+ ProjectSummary.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "lastUpdatedTime"))
661
+ ProjectSummary.add_member(:launch_count, Shapes::ShapeRef.new(shape: Long, location_name: "launchCount"))
662
+ ProjectSummary.add_member(:name, Shapes::ShapeRef.new(shape: ProjectName, required: true, location_name: "name"))
663
+ ProjectSummary.add_member(:status, Shapes::ShapeRef.new(shape: ProjectStatus, required: true, location_name: "status"))
664
+ ProjectSummary.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
665
+ ProjectSummary.struct_class = Types::ProjectSummary
666
+
667
+ PutProjectEventsRequest.add_member(:events, Shapes::ShapeRef.new(shape: EventList, required: true, location_name: "events"))
668
+ PutProjectEventsRequest.add_member(:project, Shapes::ShapeRef.new(shape: ProjectRef, required: true, location: "uri", location_name: "project"))
669
+ PutProjectEventsRequest.struct_class = Types::PutProjectEventsRequest
670
+
671
+ PutProjectEventsResponse.add_member(:event_results, Shapes::ShapeRef.new(shape: PutProjectEventsResultEntryList, location_name: "eventResults"))
672
+ PutProjectEventsResponse.add_member(:failed_event_count, Shapes::ShapeRef.new(shape: Integer, location_name: "failedEventCount"))
673
+ PutProjectEventsResponse.struct_class = Types::PutProjectEventsResponse
674
+
675
+ PutProjectEventsResultEntry.add_member(:error_code, Shapes::ShapeRef.new(shape: ErrorCodeEnum, location_name: "errorCode"))
676
+ PutProjectEventsResultEntry.add_member(:error_message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "errorMessage"))
677
+ PutProjectEventsResultEntry.add_member(:event_id, Shapes::ShapeRef.new(shape: Uuid, location_name: "eventId"))
678
+ PutProjectEventsResultEntry.struct_class = Types::PutProjectEventsResultEntry
679
+
680
+ PutProjectEventsResultEntryList.member = Shapes::ShapeRef.new(shape: PutProjectEventsResultEntry)
681
+
682
+ ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
683
+ ResourceNotFoundException.add_member(:resource_id, Shapes::ShapeRef.new(shape: String, location_name: "resourceId"))
684
+ ResourceNotFoundException.add_member(:resource_type, Shapes::ShapeRef.new(shape: String, location_name: "resourceType"))
685
+ ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
686
+
687
+ S3Destination.add_member(:bucket, Shapes::ShapeRef.new(shape: S3BucketSafeName, location_name: "bucket"))
688
+ S3Destination.add_member(:prefix, Shapes::ShapeRef.new(shape: S3PrefixSafeName, location_name: "prefix"))
689
+ S3Destination.struct_class = Types::S3Destination
690
+
691
+ S3DestinationConfig.add_member(:bucket, Shapes::ShapeRef.new(shape: S3BucketSafeName, location_name: "bucket"))
692
+ S3DestinationConfig.add_member(:prefix, Shapes::ShapeRef.new(shape: S3PrefixSafeName, location_name: "prefix"))
693
+ S3DestinationConfig.struct_class = Types::S3DestinationConfig
694
+
695
+ ScheduledSplit.add_member(:group_weights, Shapes::ShapeRef.new(shape: GroupToWeightMap, location_name: "groupWeights"))
696
+ ScheduledSplit.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "startTime"))
697
+ ScheduledSplit.struct_class = Types::ScheduledSplit
698
+
699
+ ScheduledSplitConfig.add_member(:group_weights, Shapes::ShapeRef.new(shape: GroupToWeightMap, required: true, location_name: "groupWeights"))
700
+ ScheduledSplitConfig.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "startTime"))
701
+ ScheduledSplitConfig.struct_class = Types::ScheduledSplitConfig
702
+
703
+ ScheduledSplitConfigList.member = Shapes::ShapeRef.new(shape: ScheduledSplitConfig)
704
+
705
+ ScheduledSplitsLaunchConfig.add_member(:steps, Shapes::ShapeRef.new(shape: ScheduledSplitConfigList, required: true, location_name: "steps"))
706
+ ScheduledSplitsLaunchConfig.struct_class = Types::ScheduledSplitsLaunchConfig
707
+
708
+ ScheduledSplitsLaunchDefinition.add_member(:steps, Shapes::ShapeRef.new(shape: ScheduledStepList, location_name: "steps"))
709
+ ScheduledSplitsLaunchDefinition.struct_class = Types::ScheduledSplitsLaunchDefinition
710
+
711
+ ScheduledStepList.member = Shapes::ShapeRef.new(shape: ScheduledSplit)
712
+
713
+ ServiceQuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
714
+ ServiceQuotaExceededException.add_member(:quota_code, Shapes::ShapeRef.new(shape: String, location_name: "quotaCode"))
715
+ ServiceQuotaExceededException.add_member(:resource_id, Shapes::ShapeRef.new(shape: String, location_name: "resourceId"))
716
+ ServiceQuotaExceededException.add_member(:resource_type, Shapes::ShapeRef.new(shape: String, location_name: "resourceType"))
717
+ ServiceQuotaExceededException.add_member(:service_code, Shapes::ShapeRef.new(shape: String, location_name: "serviceCode"))
718
+ ServiceQuotaExceededException.struct_class = Types::ServiceQuotaExceededException
719
+
720
+ ServiceUnavailableException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
721
+ ServiceUnavailableException.struct_class = Types::ServiceUnavailableException
722
+
723
+ StartExperimentRequest.add_member(:analysis_complete_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "analysisCompleteTime"))
724
+ StartExperimentRequest.add_member(:experiment, Shapes::ShapeRef.new(shape: ExperimentName, required: true, location: "uri", location_name: "experiment"))
725
+ StartExperimentRequest.add_member(:project, Shapes::ShapeRef.new(shape: ProjectRef, required: true, location: "uri", location_name: "project"))
726
+ StartExperimentRequest.struct_class = Types::StartExperimentRequest
727
+
728
+ StartExperimentResponse.add_member(:started_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "startedTime"))
729
+ StartExperimentResponse.struct_class = Types::StartExperimentResponse
730
+
731
+ StartLaunchRequest.add_member(:launch, Shapes::ShapeRef.new(shape: LaunchName, required: true, location: "uri", location_name: "launch"))
732
+ StartLaunchRequest.add_member(:project, Shapes::ShapeRef.new(shape: ProjectRef, required: true, location: "uri", location_name: "project"))
733
+ StartLaunchRequest.struct_class = Types::StartLaunchRequest
734
+
735
+ StartLaunchResponse.add_member(:launch, Shapes::ShapeRef.new(shape: Launch, required: true, location_name: "launch"))
736
+ StartLaunchResponse.struct_class = Types::StartLaunchResponse
737
+
738
+ StopExperimentRequest.add_member(:desired_state, Shapes::ShapeRef.new(shape: ExperimentStopDesiredState, location_name: "desiredState"))
739
+ StopExperimentRequest.add_member(:experiment, Shapes::ShapeRef.new(shape: ExperimentName, required: true, location: "uri", location_name: "experiment"))
740
+ StopExperimentRequest.add_member(:project, Shapes::ShapeRef.new(shape: ProjectRef, required: true, location: "uri", location_name: "project"))
741
+ StopExperimentRequest.add_member(:reason, Shapes::ShapeRef.new(shape: Description, location_name: "reason"))
742
+ StopExperimentRequest.struct_class = Types::StopExperimentRequest
743
+
744
+ StopExperimentResponse.add_member(:ended_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "endedTime"))
745
+ StopExperimentResponse.struct_class = Types::StopExperimentResponse
746
+
747
+ StopLaunchRequest.add_member(:desired_state, Shapes::ShapeRef.new(shape: LaunchStopDesiredState, location_name: "desiredState"))
748
+ StopLaunchRequest.add_member(:launch, Shapes::ShapeRef.new(shape: LaunchName, required: true, location: "uri", location_name: "launch"))
749
+ StopLaunchRequest.add_member(:project, Shapes::ShapeRef.new(shape: ProjectRef, required: true, location: "uri", location_name: "project"))
750
+ StopLaunchRequest.add_member(:reason, Shapes::ShapeRef.new(shape: Description, location_name: "reason"))
751
+ StopLaunchRequest.struct_class = Types::StopLaunchRequest
752
+
753
+ StopLaunchResponse.add_member(:ended_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "endedTime"))
754
+ StopLaunchResponse.struct_class = Types::StopLaunchResponse
755
+
756
+ TagKeyList.member = Shapes::ShapeRef.new(shape: TagKey)
757
+
758
+ TagMap.key = Shapes::ShapeRef.new(shape: TagKey)
759
+ TagMap.value = Shapes::ShapeRef.new(shape: TagValue)
760
+
761
+ TagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location: "uri", location_name: "resourceArn"))
762
+ TagResourceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, required: true, location_name: "tags"))
763
+ TagResourceRequest.struct_class = Types::TagResourceRequest
764
+
765
+ TagResourceResponse.struct_class = Types::TagResourceResponse
766
+
767
+ ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
768
+ ThrottlingException.add_member(:quota_code, Shapes::ShapeRef.new(shape: String, location_name: "quotaCode"))
769
+ ThrottlingException.add_member(:service_code, Shapes::ShapeRef.new(shape: String, location_name: "serviceCode"))
770
+ ThrottlingException.struct_class = Types::ThrottlingException
771
+
772
+ TimestampList.member = Shapes::ShapeRef.new(shape: Timestamp)
773
+
774
+ Treatment.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
775
+ Treatment.add_member(:feature_variations, Shapes::ShapeRef.new(shape: FeatureToVariationMap, location_name: "featureVariations"))
776
+ Treatment.add_member(:name, Shapes::ShapeRef.new(shape: TreatmentName, required: true, location_name: "name"))
777
+ Treatment.struct_class = Types::Treatment
778
+
779
+ TreatmentConfig.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
780
+ TreatmentConfig.add_member(:feature, Shapes::ShapeRef.new(shape: FeatureName, required: true, location_name: "feature"))
781
+ TreatmentConfig.add_member(:name, Shapes::ShapeRef.new(shape: TreatmentName, required: true, location_name: "name"))
782
+ TreatmentConfig.add_member(:variation, Shapes::ShapeRef.new(shape: VariationName, required: true, location_name: "variation"))
783
+ TreatmentConfig.struct_class = Types::TreatmentConfig
784
+
785
+ TreatmentConfigList.member = Shapes::ShapeRef.new(shape: TreatmentConfig)
786
+
787
+ TreatmentList.member = Shapes::ShapeRef.new(shape: Treatment)
788
+
789
+ TreatmentNameList.member = Shapes::ShapeRef.new(shape: TreatmentName)
790
+
791
+ TreatmentToWeightMap.key = Shapes::ShapeRef.new(shape: TreatmentName)
792
+ TreatmentToWeightMap.value = Shapes::ShapeRef.new(shape: SplitWeight)
793
+
794
+ UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location: "uri", location_name: "resourceArn"))
795
+ UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location: "querystring", location_name: "tagKeys"))
796
+ UntagResourceRequest.struct_class = Types::UntagResourceRequest
797
+
798
+ UntagResourceResponse.struct_class = Types::UntagResourceResponse
799
+
800
+ UpdateExperimentRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
801
+ UpdateExperimentRequest.add_member(:experiment, Shapes::ShapeRef.new(shape: ExperimentName, required: true, location: "uri", location_name: "experiment"))
802
+ UpdateExperimentRequest.add_member(:metric_goals, Shapes::ShapeRef.new(shape: MetricGoalConfigList, location_name: "metricGoals"))
803
+ UpdateExperimentRequest.add_member(:online_ab_config, Shapes::ShapeRef.new(shape: OnlineAbConfig, location_name: "onlineAbConfig"))
804
+ UpdateExperimentRequest.add_member(:project, Shapes::ShapeRef.new(shape: ProjectRef, required: true, location: "uri", location_name: "project"))
805
+ UpdateExperimentRequest.add_member(:randomization_salt, Shapes::ShapeRef.new(shape: RandomizationSalt, location_name: "randomizationSalt"))
806
+ UpdateExperimentRequest.add_member(:sampling_rate, Shapes::ShapeRef.new(shape: SplitWeight, location_name: "samplingRate", metadata: {"box"=>true}))
807
+ UpdateExperimentRequest.add_member(:treatments, Shapes::ShapeRef.new(shape: TreatmentConfigList, location_name: "treatments"))
808
+ UpdateExperimentRequest.struct_class = Types::UpdateExperimentRequest
809
+
810
+ UpdateExperimentResponse.add_member(:experiment, Shapes::ShapeRef.new(shape: Experiment, required: true, location_name: "experiment"))
811
+ UpdateExperimentResponse.struct_class = Types::UpdateExperimentResponse
812
+
813
+ UpdateFeatureRequest.add_member(:add_or_update_variations, Shapes::ShapeRef.new(shape: VariationConfigsList, location_name: "addOrUpdateVariations"))
814
+ UpdateFeatureRequest.add_member(:default_variation, Shapes::ShapeRef.new(shape: VariationName, location_name: "defaultVariation"))
815
+ UpdateFeatureRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
816
+ UpdateFeatureRequest.add_member(:entity_overrides, Shapes::ShapeRef.new(shape: EntityOverrideMap, location_name: "entityOverrides"))
817
+ UpdateFeatureRequest.add_member(:evaluation_strategy, Shapes::ShapeRef.new(shape: FeatureEvaluationStrategy, location_name: "evaluationStrategy"))
818
+ UpdateFeatureRequest.add_member(:feature, Shapes::ShapeRef.new(shape: FeatureName, required: true, location: "uri", location_name: "feature"))
819
+ UpdateFeatureRequest.add_member(:project, Shapes::ShapeRef.new(shape: ProjectRef, required: true, location: "uri", location_name: "project"))
820
+ UpdateFeatureRequest.add_member(:remove_variations, Shapes::ShapeRef.new(shape: VariationNameList, location_name: "removeVariations"))
821
+ UpdateFeatureRequest.struct_class = Types::UpdateFeatureRequest
822
+
823
+ UpdateFeatureResponse.add_member(:feature, Shapes::ShapeRef.new(shape: Feature, required: true, location_name: "feature"))
824
+ UpdateFeatureResponse.struct_class = Types::UpdateFeatureResponse
825
+
826
+ UpdateLaunchRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
827
+ UpdateLaunchRequest.add_member(:groups, Shapes::ShapeRef.new(shape: LaunchGroupConfigList, location_name: "groups"))
828
+ UpdateLaunchRequest.add_member(:launch, Shapes::ShapeRef.new(shape: LaunchName, required: true, location: "uri", location_name: "launch"))
829
+ UpdateLaunchRequest.add_member(:metric_monitors, Shapes::ShapeRef.new(shape: MetricMonitorConfigList, location_name: "metricMonitors"))
830
+ UpdateLaunchRequest.add_member(:project, Shapes::ShapeRef.new(shape: ProjectRef, required: true, location: "uri", location_name: "project"))
831
+ UpdateLaunchRequest.add_member(:randomization_salt, Shapes::ShapeRef.new(shape: RandomizationSalt, location_name: "randomizationSalt"))
832
+ UpdateLaunchRequest.add_member(:scheduled_splits_config, Shapes::ShapeRef.new(shape: ScheduledSplitsLaunchConfig, location_name: "scheduledSplitsConfig"))
833
+ UpdateLaunchRequest.struct_class = Types::UpdateLaunchRequest
834
+
835
+ UpdateLaunchResponse.add_member(:launch, Shapes::ShapeRef.new(shape: Launch, required: true, location_name: "launch"))
836
+ UpdateLaunchResponse.struct_class = Types::UpdateLaunchResponse
837
+
838
+ UpdateProjectDataDeliveryRequest.add_member(:cloud_watch_logs, Shapes::ShapeRef.new(shape: CloudWatchLogsDestinationConfig, location_name: "cloudWatchLogs"))
839
+ UpdateProjectDataDeliveryRequest.add_member(:project, Shapes::ShapeRef.new(shape: ProjectRef, required: true, location: "uri", location_name: "project"))
840
+ UpdateProjectDataDeliveryRequest.add_member(:s3_destination, Shapes::ShapeRef.new(shape: S3DestinationConfig, location_name: "s3Destination"))
841
+ UpdateProjectDataDeliveryRequest.struct_class = Types::UpdateProjectDataDeliveryRequest
842
+
843
+ UpdateProjectDataDeliveryResponse.add_member(:project, Shapes::ShapeRef.new(shape: Project, required: true, location_name: "project"))
844
+ UpdateProjectDataDeliveryResponse.struct_class = Types::UpdateProjectDataDeliveryResponse
845
+
846
+ UpdateProjectRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
847
+ UpdateProjectRequest.add_member(:project, Shapes::ShapeRef.new(shape: ProjectRef, required: true, location: "uri", location_name: "project"))
848
+ UpdateProjectRequest.struct_class = Types::UpdateProjectRequest
849
+
850
+ UpdateProjectResponse.add_member(:project, Shapes::ShapeRef.new(shape: Project, required: true, location_name: "project"))
851
+ UpdateProjectResponse.struct_class = Types::UpdateProjectResponse
852
+
853
+ ValidationException.add_member(:field_list, Shapes::ShapeRef.new(shape: ValidationExceptionFieldList, location_name: "fieldList"))
854
+ ValidationException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
855
+ ValidationException.add_member(:reason, Shapes::ShapeRef.new(shape: ValidationExceptionReason, location_name: "reason"))
856
+ ValidationException.struct_class = Types::ValidationException
857
+
858
+ ValidationExceptionField.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
859
+ ValidationExceptionField.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
860
+ ValidationExceptionField.struct_class = Types::ValidationExceptionField
861
+
862
+ ValidationExceptionFieldList.member = Shapes::ShapeRef.new(shape: ValidationExceptionField)
863
+
864
+ VariableValue.add_member(:bool_value, Shapes::ShapeRef.new(shape: Boolean, location_name: "boolValue"))
865
+ VariableValue.add_member(:double_value, Shapes::ShapeRef.new(shape: Double, location_name: "doubleValue"))
866
+ VariableValue.add_member(:long_value, Shapes::ShapeRef.new(shape: VariableValueLongValueLong, location_name: "longValue"))
867
+ VariableValue.add_member(:string_value, Shapes::ShapeRef.new(shape: VariableValueStringValueString, location_name: "stringValue"))
868
+ VariableValue.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
869
+ VariableValue.add_member_subclass(:bool_value, Types::VariableValue::BoolValue)
870
+ VariableValue.add_member_subclass(:double_value, Types::VariableValue::DoubleValue)
871
+ VariableValue.add_member_subclass(:long_value, Types::VariableValue::LongValue)
872
+ VariableValue.add_member_subclass(:string_value, Types::VariableValue::StringValue)
873
+ VariableValue.add_member_subclass(:unknown, Types::VariableValue::Unknown)
874
+ VariableValue.struct_class = Types::VariableValue
875
+
876
+ Variation.add_member(:name, Shapes::ShapeRef.new(shape: VariationName, location_name: "name"))
877
+ Variation.add_member(:value, Shapes::ShapeRef.new(shape: VariableValue, location_name: "value"))
878
+ Variation.struct_class = Types::Variation
879
+
880
+ VariationConfig.add_member(:name, Shapes::ShapeRef.new(shape: VariationName, required: true, location_name: "name"))
881
+ VariationConfig.add_member(:value, Shapes::ShapeRef.new(shape: VariableValue, required: true, location_name: "value"))
882
+ VariationConfig.struct_class = Types::VariationConfig
883
+
884
+ VariationConfigsList.member = Shapes::ShapeRef.new(shape: VariationConfig)
885
+
886
+ VariationNameList.member = Shapes::ShapeRef.new(shape: VariationName)
887
+
888
+ VariationsList.member = Shapes::ShapeRef.new(shape: Variation)
889
+
890
+
891
+ # @api private
892
+ API = Seahorse::Model::Api.new.tap do |api|
893
+
894
+ api.version = "2021-02-01"
895
+
896
+ api.metadata = {
897
+ "apiVersion" => "2021-02-01",
898
+ "endpointPrefix" => "evidently",
899
+ "jsonVersion" => "1.1",
900
+ "protocol" => "rest-json",
901
+ "serviceFullName" => "Amazon CloudWatch Evidently",
902
+ "serviceId" => "Evidently",
903
+ "signatureVersion" => "v4",
904
+ "signingName" => "evidently",
905
+ "uid" => "evidently-2021-02-01",
906
+ }
907
+
908
+ api.add_operation(:batch_evaluate_feature, Seahorse::Model::Operation.new.tap do |o|
909
+ o.name = "BatchEvaluateFeature"
910
+ o.http_method = "POST"
911
+ o.http_request_uri = "/projects/{project}/evaluations"
912
+ o.endpoint_pattern = {
913
+ "hostPrefix" => "dataplane.",
914
+ }
915
+ o.input = Shapes::ShapeRef.new(shape: BatchEvaluateFeatureRequest)
916
+ o.output = Shapes::ShapeRef.new(shape: BatchEvaluateFeatureResponse)
917
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
918
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
919
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
920
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
921
+ end)
922
+
923
+ api.add_operation(:create_experiment, Seahorse::Model::Operation.new.tap do |o|
924
+ o.name = "CreateExperiment"
925
+ o.http_method = "POST"
926
+ o.http_request_uri = "/projects/{project}/experiments"
927
+ o.input = Shapes::ShapeRef.new(shape: CreateExperimentRequest)
928
+ o.output = Shapes::ShapeRef.new(shape: CreateExperimentResponse)
929
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
930
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
931
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
932
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
933
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
934
+ end)
935
+
936
+ api.add_operation(:create_feature, Seahorse::Model::Operation.new.tap do |o|
937
+ o.name = "CreateFeature"
938
+ o.http_method = "POST"
939
+ o.http_request_uri = "/projects/{project}/features"
940
+ o.input = Shapes::ShapeRef.new(shape: CreateFeatureRequest)
941
+ o.output = Shapes::ShapeRef.new(shape: CreateFeatureResponse)
942
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
943
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
944
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
945
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
946
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
947
+ end)
948
+
949
+ api.add_operation(:create_launch, Seahorse::Model::Operation.new.tap do |o|
950
+ o.name = "CreateLaunch"
951
+ o.http_method = "POST"
952
+ o.http_request_uri = "/projects/{project}/launches"
953
+ o.input = Shapes::ShapeRef.new(shape: CreateLaunchRequest)
954
+ o.output = Shapes::ShapeRef.new(shape: CreateLaunchResponse)
955
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
956
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
957
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
958
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
959
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
960
+ end)
961
+
962
+ api.add_operation(:create_project, Seahorse::Model::Operation.new.tap do |o|
963
+ o.name = "CreateProject"
964
+ o.http_method = "POST"
965
+ o.http_request_uri = "/projects"
966
+ o.input = Shapes::ShapeRef.new(shape: CreateProjectRequest)
967
+ o.output = Shapes::ShapeRef.new(shape: CreateProjectResponse)
968
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
969
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
970
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
971
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
972
+ end)
973
+
974
+ api.add_operation(:delete_experiment, Seahorse::Model::Operation.new.tap do |o|
975
+ o.name = "DeleteExperiment"
976
+ o.http_method = "DELETE"
977
+ o.http_request_uri = "/projects/{project}/experiments/{experiment}"
978
+ o.input = Shapes::ShapeRef.new(shape: DeleteExperimentRequest)
979
+ o.output = Shapes::ShapeRef.new(shape: DeleteExperimentResponse)
980
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
981
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
982
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
983
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
984
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
985
+ end)
986
+
987
+ api.add_operation(:delete_feature, Seahorse::Model::Operation.new.tap do |o|
988
+ o.name = "DeleteFeature"
989
+ o.http_method = "DELETE"
990
+ o.http_request_uri = "/projects/{project}/features/{feature}"
991
+ o.input = Shapes::ShapeRef.new(shape: DeleteFeatureRequest)
992
+ o.output = Shapes::ShapeRef.new(shape: DeleteFeatureResponse)
993
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
994
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
995
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
996
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
997
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
998
+ end)
999
+
1000
+ api.add_operation(:delete_launch, Seahorse::Model::Operation.new.tap do |o|
1001
+ o.name = "DeleteLaunch"
1002
+ o.http_method = "DELETE"
1003
+ o.http_request_uri = "/projects/{project}/launches/{launch}"
1004
+ o.input = Shapes::ShapeRef.new(shape: DeleteLaunchRequest)
1005
+ o.output = Shapes::ShapeRef.new(shape: DeleteLaunchResponse)
1006
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1007
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1008
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1009
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1010
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1011
+ end)
1012
+
1013
+ api.add_operation(:delete_project, Seahorse::Model::Operation.new.tap do |o|
1014
+ o.name = "DeleteProject"
1015
+ o.http_method = "DELETE"
1016
+ o.http_request_uri = "/projects/{project}"
1017
+ o.input = Shapes::ShapeRef.new(shape: DeleteProjectRequest)
1018
+ o.output = Shapes::ShapeRef.new(shape: DeleteProjectResponse)
1019
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1020
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1021
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1022
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1023
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1024
+ end)
1025
+
1026
+ api.add_operation(:evaluate_feature, Seahorse::Model::Operation.new.tap do |o|
1027
+ o.name = "EvaluateFeature"
1028
+ o.http_method = "POST"
1029
+ o.http_request_uri = "/projects/{project}/evaluations/{feature}"
1030
+ o.endpoint_pattern = {
1031
+ "hostPrefix" => "dataplane.",
1032
+ }
1033
+ o.input = Shapes::ShapeRef.new(shape: EvaluateFeatureRequest)
1034
+ o.output = Shapes::ShapeRef.new(shape: EvaluateFeatureResponse)
1035
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1036
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1037
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1038
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1039
+ end)
1040
+
1041
+ api.add_operation(:get_experiment, Seahorse::Model::Operation.new.tap do |o|
1042
+ o.name = "GetExperiment"
1043
+ o.http_method = "GET"
1044
+ o.http_request_uri = "/projects/{project}/experiments/{experiment}"
1045
+ o.input = Shapes::ShapeRef.new(shape: GetExperimentRequest)
1046
+ o.output = Shapes::ShapeRef.new(shape: GetExperimentResponse)
1047
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1048
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1049
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1050
+ end)
1051
+
1052
+ api.add_operation(:get_experiment_results, Seahorse::Model::Operation.new.tap do |o|
1053
+ o.name = "GetExperimentResults"
1054
+ o.http_method = "POST"
1055
+ o.http_request_uri = "/projects/{project}/experiments/{experiment}/results"
1056
+ o.input = Shapes::ShapeRef.new(shape: GetExperimentResultsRequest)
1057
+ o.output = Shapes::ShapeRef.new(shape: GetExperimentResultsResponse)
1058
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1059
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1060
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1061
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1062
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1063
+ end)
1064
+
1065
+ api.add_operation(:get_feature, Seahorse::Model::Operation.new.tap do |o|
1066
+ o.name = "GetFeature"
1067
+ o.http_method = "GET"
1068
+ o.http_request_uri = "/projects/{project}/features/{feature}"
1069
+ o.input = Shapes::ShapeRef.new(shape: GetFeatureRequest)
1070
+ o.output = Shapes::ShapeRef.new(shape: GetFeatureResponse)
1071
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1072
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1073
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1074
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1075
+ end)
1076
+
1077
+ api.add_operation(:get_launch, Seahorse::Model::Operation.new.tap do |o|
1078
+ o.name = "GetLaunch"
1079
+ o.http_method = "GET"
1080
+ o.http_request_uri = "/projects/{project}/launches/{launch}"
1081
+ o.input = Shapes::ShapeRef.new(shape: GetLaunchRequest)
1082
+ o.output = Shapes::ShapeRef.new(shape: GetLaunchResponse)
1083
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1084
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1085
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1086
+ end)
1087
+
1088
+ api.add_operation(:get_project, Seahorse::Model::Operation.new.tap do |o|
1089
+ o.name = "GetProject"
1090
+ o.http_method = "GET"
1091
+ o.http_request_uri = "/projects/{project}"
1092
+ o.input = Shapes::ShapeRef.new(shape: GetProjectRequest)
1093
+ o.output = Shapes::ShapeRef.new(shape: GetProjectResponse)
1094
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1095
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1096
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1097
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1098
+ end)
1099
+
1100
+ api.add_operation(:list_experiments, Seahorse::Model::Operation.new.tap do |o|
1101
+ o.name = "ListExperiments"
1102
+ o.http_method = "GET"
1103
+ o.http_request_uri = "/projects/{project}/experiments"
1104
+ o.input = Shapes::ShapeRef.new(shape: ListExperimentsRequest)
1105
+ o.output = Shapes::ShapeRef.new(shape: ListExperimentsResponse)
1106
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1107
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1108
+ o[:pager] = Aws::Pager.new(
1109
+ limit_key: "max_results",
1110
+ tokens: {
1111
+ "next_token" => "next_token"
1112
+ }
1113
+ )
1114
+ end)
1115
+
1116
+ api.add_operation(:list_features, Seahorse::Model::Operation.new.tap do |o|
1117
+ o.name = "ListFeatures"
1118
+ o.http_method = "GET"
1119
+ o.http_request_uri = "/projects/{project}/features"
1120
+ o.input = Shapes::ShapeRef.new(shape: ListFeaturesRequest)
1121
+ o.output = Shapes::ShapeRef.new(shape: ListFeaturesResponse)
1122
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1123
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1124
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1125
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1126
+ o[:pager] = Aws::Pager.new(
1127
+ limit_key: "max_results",
1128
+ tokens: {
1129
+ "next_token" => "next_token"
1130
+ }
1131
+ )
1132
+ end)
1133
+
1134
+ api.add_operation(:list_launches, Seahorse::Model::Operation.new.tap do |o|
1135
+ o.name = "ListLaunches"
1136
+ o.http_method = "GET"
1137
+ o.http_request_uri = "/projects/{project}/launches"
1138
+ o.input = Shapes::ShapeRef.new(shape: ListLaunchesRequest)
1139
+ o.output = Shapes::ShapeRef.new(shape: ListLaunchesResponse)
1140
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1141
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1142
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1143
+ o[:pager] = Aws::Pager.new(
1144
+ limit_key: "max_results",
1145
+ tokens: {
1146
+ "next_token" => "next_token"
1147
+ }
1148
+ )
1149
+ end)
1150
+
1151
+ api.add_operation(:list_projects, Seahorse::Model::Operation.new.tap do |o|
1152
+ o.name = "ListProjects"
1153
+ o.http_method = "GET"
1154
+ o.http_request_uri = "/projects"
1155
+ o.input = Shapes::ShapeRef.new(shape: ListProjectsRequest)
1156
+ o.output = Shapes::ShapeRef.new(shape: ListProjectsResponse)
1157
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1158
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1159
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1160
+ o[:pager] = Aws::Pager.new(
1161
+ limit_key: "max_results",
1162
+ tokens: {
1163
+ "next_token" => "next_token"
1164
+ }
1165
+ )
1166
+ end)
1167
+
1168
+ api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
1169
+ o.name = "ListTagsForResource"
1170
+ o.http_method = "GET"
1171
+ o.http_request_uri = "/tags/{resourceArn}"
1172
+ o.input = Shapes::ShapeRef.new(shape: ListTagsForResourceRequest)
1173
+ o.output = Shapes::ShapeRef.new(shape: ListTagsForResourceResponse)
1174
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1175
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1176
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1177
+ end)
1178
+
1179
+ api.add_operation(:put_project_events, Seahorse::Model::Operation.new.tap do |o|
1180
+ o.name = "PutProjectEvents"
1181
+ o.http_method = "POST"
1182
+ o.http_request_uri = "/events/projects/{project}"
1183
+ o.endpoint_pattern = {
1184
+ "hostPrefix" => "dataplane.",
1185
+ }
1186
+ o.input = Shapes::ShapeRef.new(shape: PutProjectEventsRequest)
1187
+ o.output = Shapes::ShapeRef.new(shape: PutProjectEventsResponse)
1188
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1189
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1190
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1191
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1192
+ end)
1193
+
1194
+ api.add_operation(:start_experiment, Seahorse::Model::Operation.new.tap do |o|
1195
+ o.name = "StartExperiment"
1196
+ o.http_method = "POST"
1197
+ o.http_request_uri = "/projects/{project}/experiments/{experiment}/start"
1198
+ o.input = Shapes::ShapeRef.new(shape: StartExperimentRequest)
1199
+ o.output = Shapes::ShapeRef.new(shape: StartExperimentResponse)
1200
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1201
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1202
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1203
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1204
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1205
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1206
+ end)
1207
+
1208
+ api.add_operation(:start_launch, Seahorse::Model::Operation.new.tap do |o|
1209
+ o.name = "StartLaunch"
1210
+ o.http_method = "POST"
1211
+ o.http_request_uri = "/projects/{project}/launches/{launch}/start"
1212
+ o.input = Shapes::ShapeRef.new(shape: StartLaunchRequest)
1213
+ o.output = Shapes::ShapeRef.new(shape: StartLaunchResponse)
1214
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1215
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1216
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1217
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1218
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1219
+ end)
1220
+
1221
+ api.add_operation(:stop_experiment, Seahorse::Model::Operation.new.tap do |o|
1222
+ o.name = "StopExperiment"
1223
+ o.http_method = "POST"
1224
+ o.http_request_uri = "/projects/{project}/experiments/{experiment}/cancel"
1225
+ o.input = Shapes::ShapeRef.new(shape: StopExperimentRequest)
1226
+ o.output = Shapes::ShapeRef.new(shape: StopExperimentResponse)
1227
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1228
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1229
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1230
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1231
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1232
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1233
+ end)
1234
+
1235
+ api.add_operation(:stop_launch, Seahorse::Model::Operation.new.tap do |o|
1236
+ o.name = "StopLaunch"
1237
+ o.http_method = "POST"
1238
+ o.http_request_uri = "/projects/{project}/launches/{launch}/cancel"
1239
+ o.input = Shapes::ShapeRef.new(shape: StopLaunchRequest)
1240
+ o.output = Shapes::ShapeRef.new(shape: StopLaunchResponse)
1241
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1242
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1243
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1244
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1245
+ end)
1246
+
1247
+ api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
1248
+ o.name = "TagResource"
1249
+ o.http_method = "POST"
1250
+ o.http_request_uri = "/tags/{resourceArn}"
1251
+ o.input = Shapes::ShapeRef.new(shape: TagResourceRequest)
1252
+ o.output = Shapes::ShapeRef.new(shape: TagResourceResponse)
1253
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1254
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1255
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1256
+ end)
1257
+
1258
+ api.add_operation(:untag_resource, Seahorse::Model::Operation.new.tap do |o|
1259
+ o.name = "UntagResource"
1260
+ o.http_method = "DELETE"
1261
+ o.http_request_uri = "/tags/{resourceArn}"
1262
+ o.input = Shapes::ShapeRef.new(shape: UntagResourceRequest)
1263
+ o.output = Shapes::ShapeRef.new(shape: UntagResourceResponse)
1264
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1265
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1266
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1267
+ end)
1268
+
1269
+ api.add_operation(:update_experiment, Seahorse::Model::Operation.new.tap do |o|
1270
+ o.name = "UpdateExperiment"
1271
+ o.http_method = "PATCH"
1272
+ o.http_request_uri = "/projects/{project}/experiments/{experiment}"
1273
+ o.input = Shapes::ShapeRef.new(shape: UpdateExperimentRequest)
1274
+ o.output = Shapes::ShapeRef.new(shape: UpdateExperimentResponse)
1275
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1276
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1277
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1278
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1279
+ end)
1280
+
1281
+ api.add_operation(:update_feature, Seahorse::Model::Operation.new.tap do |o|
1282
+ o.name = "UpdateFeature"
1283
+ o.http_method = "PATCH"
1284
+ o.http_request_uri = "/projects/{project}/features/{feature}"
1285
+ o.input = Shapes::ShapeRef.new(shape: UpdateFeatureRequest)
1286
+ o.output = Shapes::ShapeRef.new(shape: UpdateFeatureResponse)
1287
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1288
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1289
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1290
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1291
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1292
+ end)
1293
+
1294
+ api.add_operation(:update_launch, Seahorse::Model::Operation.new.tap do |o|
1295
+ o.name = "UpdateLaunch"
1296
+ o.http_method = "PATCH"
1297
+ o.http_request_uri = "/projects/{project}/launches/{launch}"
1298
+ o.input = Shapes::ShapeRef.new(shape: UpdateLaunchRequest)
1299
+ o.output = Shapes::ShapeRef.new(shape: UpdateLaunchResponse)
1300
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1301
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1302
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1303
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1304
+ end)
1305
+
1306
+ api.add_operation(:update_project, Seahorse::Model::Operation.new.tap do |o|
1307
+ o.name = "UpdateProject"
1308
+ o.http_method = "PATCH"
1309
+ o.http_request_uri = "/projects/{project}"
1310
+ o.input = Shapes::ShapeRef.new(shape: UpdateProjectRequest)
1311
+ o.output = Shapes::ShapeRef.new(shape: UpdateProjectResponse)
1312
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1313
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1314
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1315
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1316
+ end)
1317
+
1318
+ api.add_operation(:update_project_data_delivery, Seahorse::Model::Operation.new.tap do |o|
1319
+ o.name = "UpdateProjectDataDelivery"
1320
+ o.http_method = "PATCH"
1321
+ o.http_request_uri = "/projects/{project}/data-delivery"
1322
+ o.input = Shapes::ShapeRef.new(shape: UpdateProjectDataDeliveryRequest)
1323
+ o.output = Shapes::ShapeRef.new(shape: UpdateProjectDataDeliveryResponse)
1324
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1325
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1326
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1327
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1328
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1329
+ end)
1330
+ end
1331
+
1332
+ end
1333
+ end