aws-sdk-appconfig 1.82.0 → 1.83.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-appconfig/client.rb +1488 -40
- data/lib/aws-sdk-appconfig/client_api.rb +481 -38
- data/lib/aws-sdk-appconfig/types.rb +1195 -93
- data/lib/aws-sdk-appconfig.rb +1 -1
- data/sig/client.rbs +278 -1
- data/sig/params.rbs +24 -0
- data/sig/types.rbs +291 -0
- metadata +2 -1
|
@@ -27,6 +27,10 @@ module Aws::AppConfig
|
|
|
27
27
|
AppliedExtension = Shapes::StructureShape.new(name: 'AppliedExtension')
|
|
28
28
|
AppliedExtensions = Shapes::ListShape.new(name: 'AppliedExtensions')
|
|
29
29
|
Arn = Shapes::StringShape.new(name: 'Arn')
|
|
30
|
+
AttributeKey = Shapes::StringShape.new(name: 'AttributeKey')
|
|
31
|
+
AttributeString = Shapes::StringShape.new(name: 'AttributeString')
|
|
32
|
+
AttributeValue = Shapes::UnionShape.new(name: 'AttributeValue')
|
|
33
|
+
AttributeValueMap = Shapes::MapShape.new(name: 'AttributeValueMap')
|
|
30
34
|
BadRequestDetails = Shapes::UnionShape.new(name: 'BadRequestDetails')
|
|
31
35
|
BadRequestException = Shapes::StructureShape.new(name: 'BadRequestException')
|
|
32
36
|
BadRequestReason = Shapes::StringShape.new(name: 'BadRequestReason')
|
|
@@ -44,6 +48,7 @@ module Aws::AppConfig
|
|
|
44
48
|
CreateConfigurationProfileRequest = Shapes::StructureShape.new(name: 'CreateConfigurationProfileRequest')
|
|
45
49
|
CreateDeploymentStrategyRequest = Shapes::StructureShape.new(name: 'CreateDeploymentStrategyRequest')
|
|
46
50
|
CreateEnvironmentRequest = Shapes::StructureShape.new(name: 'CreateEnvironmentRequest')
|
|
51
|
+
CreateExperimentDefinitionRequest = Shapes::StructureShape.new(name: 'CreateExperimentDefinitionRequest')
|
|
47
52
|
CreateExtensionAssociationRequest = Shapes::StructureShape.new(name: 'CreateExtensionAssociationRequest')
|
|
48
53
|
CreateExtensionRequest = Shapes::StructureShape.new(name: 'CreateExtensionRequest')
|
|
49
54
|
CreateHostedConfigurationVersionRequest = Shapes::StructureShape.new(name: 'CreateHostedConfigurationVersionRequest')
|
|
@@ -51,9 +56,11 @@ module Aws::AppConfig
|
|
|
51
56
|
DeleteConfigurationProfileRequest = Shapes::StructureShape.new(name: 'DeleteConfigurationProfileRequest')
|
|
52
57
|
DeleteDeploymentStrategyRequest = Shapes::StructureShape.new(name: 'DeleteDeploymentStrategyRequest')
|
|
53
58
|
DeleteEnvironmentRequest = Shapes::StructureShape.new(name: 'DeleteEnvironmentRequest')
|
|
59
|
+
DeleteExperimentDefinitionRequest = Shapes::StructureShape.new(name: 'DeleteExperimentDefinitionRequest')
|
|
54
60
|
DeleteExtensionAssociationRequest = Shapes::StructureShape.new(name: 'DeleteExtensionAssociationRequest')
|
|
55
61
|
DeleteExtensionRequest = Shapes::StructureShape.new(name: 'DeleteExtensionRequest')
|
|
56
62
|
DeleteHostedConfigurationVersionRequest = Shapes::StructureShape.new(name: 'DeleteHostedConfigurationVersionRequest')
|
|
63
|
+
DeleteType = Shapes::StringShape.new(name: 'DeleteType')
|
|
57
64
|
DeletionProtectionCheck = Shapes::StringShape.new(name: 'DeletionProtectionCheck')
|
|
58
65
|
DeletionProtectionDuration = Shapes::IntegerShape.new(name: 'DeletionProtectionDuration')
|
|
59
66
|
DeletionProtectionSettings = Shapes::StructureShape.new(name: 'DeletionProtectionSettings')
|
|
@@ -62,20 +69,40 @@ module Aws::AppConfig
|
|
|
62
69
|
DeploymentEventType = Shapes::StringShape.new(name: 'DeploymentEventType')
|
|
63
70
|
DeploymentEvents = Shapes::ListShape.new(name: 'DeploymentEvents')
|
|
64
71
|
DeploymentList = Shapes::ListShape.new(name: 'DeploymentList')
|
|
72
|
+
DeploymentParameters = Shapes::StructureShape.new(name: 'DeploymentParameters')
|
|
65
73
|
DeploymentState = Shapes::StringShape.new(name: 'DeploymentState')
|
|
66
74
|
DeploymentStrategies = Shapes::StructureShape.new(name: 'DeploymentStrategies')
|
|
67
75
|
DeploymentStrategy = Shapes::StructureShape.new(name: 'DeploymentStrategy')
|
|
68
76
|
DeploymentStrategyId = Shapes::StringShape.new(name: 'DeploymentStrategyId')
|
|
69
77
|
DeploymentStrategyList = Shapes::ListShape.new(name: 'DeploymentStrategyList')
|
|
70
78
|
DeploymentSummary = Shapes::StructureShape.new(name: 'DeploymentSummary')
|
|
79
|
+
DeploymentType = Shapes::StringShape.new(name: 'DeploymentType')
|
|
71
80
|
Deployments = Shapes::StructureShape.new(name: 'Deployments')
|
|
72
81
|
Description = Shapes::StringShape.new(name: 'Description')
|
|
82
|
+
Double = Shapes::FloatShape.new(name: 'Double')
|
|
73
83
|
DynamicParameterKey = Shapes::StringShape.new(name: 'DynamicParameterKey')
|
|
74
84
|
DynamicParameterMap = Shapes::MapShape.new(name: 'DynamicParameterMap')
|
|
85
|
+
EntityId = Shapes::StringShape.new(name: 'EntityId')
|
|
75
86
|
Environment = Shapes::StructureShape.new(name: 'Environment')
|
|
76
87
|
EnvironmentList = Shapes::ListShape.new(name: 'EnvironmentList')
|
|
77
88
|
EnvironmentState = Shapes::StringShape.new(name: 'EnvironmentState')
|
|
78
89
|
Environments = Shapes::StructureShape.new(name: 'Environments')
|
|
90
|
+
ExperimentDefinition = Shapes::StructureShape.new(name: 'ExperimentDefinition')
|
|
91
|
+
ExperimentDefinitionList = Shapes::ListShape.new(name: 'ExperimentDefinitionList')
|
|
92
|
+
ExperimentDefinitionSnapshot = Shapes::StructureShape.new(name: 'ExperimentDefinitionSnapshot')
|
|
93
|
+
ExperimentDefinitionStatus = Shapes::StringShape.new(name: 'ExperimentDefinitionStatus')
|
|
94
|
+
ExperimentDefinitionSummary = Shapes::StructureShape.new(name: 'ExperimentDefinitionSummary')
|
|
95
|
+
ExperimentDefinitions = Shapes::StructureShape.new(name: 'ExperimentDefinitions')
|
|
96
|
+
ExperimentRun = Shapes::StructureShape.new(name: 'ExperimentRun')
|
|
97
|
+
ExperimentRunEvent = Shapes::StructureShape.new(name: 'ExperimentRunEvent')
|
|
98
|
+
ExperimentRunEventList = Shapes::ListShape.new(name: 'ExperimentRunEventList')
|
|
99
|
+
ExperimentRunEventType = Shapes::StringShape.new(name: 'ExperimentRunEventType')
|
|
100
|
+
ExperimentRunEvents = Shapes::StructureShape.new(name: 'ExperimentRunEvents')
|
|
101
|
+
ExperimentRunResult = Shapes::StructureShape.new(name: 'ExperimentRunResult')
|
|
102
|
+
ExperimentRunStatus = Shapes::StringShape.new(name: 'ExperimentRunStatus')
|
|
103
|
+
ExperimentRunSummary = Shapes::StructureShape.new(name: 'ExperimentRunSummary')
|
|
104
|
+
ExperimentRunSummaryList = Shapes::ListShape.new(name: 'ExperimentRunSummaryList')
|
|
105
|
+
ExperimentRuns = Shapes::StructureShape.new(name: 'ExperimentRuns')
|
|
79
106
|
Extension = Shapes::StructureShape.new(name: 'Extension')
|
|
80
107
|
ExtensionAssociation = Shapes::StructureShape.new(name: 'ExtensionAssociation')
|
|
81
108
|
ExtensionAssociationSummaries = Shapes::ListShape.new(name: 'ExtensionAssociationSummaries')
|
|
@@ -85,6 +112,8 @@ module Aws::AppConfig
|
|
|
85
112
|
ExtensionSummaries = Shapes::ListShape.new(name: 'ExtensionSummaries')
|
|
86
113
|
ExtensionSummary = Shapes::StructureShape.new(name: 'ExtensionSummary')
|
|
87
114
|
Extensions = Shapes::StructureShape.new(name: 'Extensions')
|
|
115
|
+
FlagKey = Shapes::StringShape.new(name: 'FlagKey')
|
|
116
|
+
FlagValue = Shapes::StructureShape.new(name: 'FlagValue')
|
|
88
117
|
Float = Shapes::FloatShape.new(name: 'Float')
|
|
89
118
|
GetApplicationRequest = Shapes::StructureShape.new(name: 'GetApplicationRequest')
|
|
90
119
|
GetConfigurationProfileRequest = Shapes::StructureShape.new(name: 'GetConfigurationProfileRequest')
|
|
@@ -92,6 +121,8 @@ module Aws::AppConfig
|
|
|
92
121
|
GetDeploymentRequest = Shapes::StructureShape.new(name: 'GetDeploymentRequest')
|
|
93
122
|
GetDeploymentStrategyRequest = Shapes::StructureShape.new(name: 'GetDeploymentStrategyRequest')
|
|
94
123
|
GetEnvironmentRequest = Shapes::StructureShape.new(name: 'GetEnvironmentRequest')
|
|
124
|
+
GetExperimentDefinitionRequest = Shapes::StructureShape.new(name: 'GetExperimentDefinitionRequest')
|
|
125
|
+
GetExperimentRunRequest = Shapes::StructureShape.new(name: 'GetExperimentRunRequest')
|
|
95
126
|
GetExtensionAssociationRequest = Shapes::StructureShape.new(name: 'GetExtensionAssociationRequest')
|
|
96
127
|
GetExtensionRequest = Shapes::StructureShape.new(name: 'GetExtensionRequest')
|
|
97
128
|
GetHostedConfigurationVersionRequest = Shapes::StructureShape.new(name: 'GetHostedConfigurationVersionRequest')
|
|
@@ -115,6 +146,9 @@ module Aws::AppConfig
|
|
|
115
146
|
ListDeploymentStrategiesRequest = Shapes::StructureShape.new(name: 'ListDeploymentStrategiesRequest')
|
|
116
147
|
ListDeploymentsRequest = Shapes::StructureShape.new(name: 'ListDeploymentsRequest')
|
|
117
148
|
ListEnvironmentsRequest = Shapes::StructureShape.new(name: 'ListEnvironmentsRequest')
|
|
149
|
+
ListExperimentDefinitionsRequest = Shapes::StructureShape.new(name: 'ListExperimentDefinitionsRequest')
|
|
150
|
+
ListExperimentRunEventsRequest = Shapes::StructureShape.new(name: 'ListExperimentRunEventsRequest')
|
|
151
|
+
ListExperimentRunsRequest = Shapes::StructureShape.new(name: 'ListExperimentRunsRequest')
|
|
118
152
|
ListExtensionAssociationsRequest = Shapes::StructureShape.new(name: 'ListExtensionAssociationsRequest')
|
|
119
153
|
ListExtensionsRequest = Shapes::StructureShape.new(name: 'ListExtensionsRequest')
|
|
120
154
|
ListHostedConfigurationVersionsRequest = Shapes::StructureShape.new(name: 'ListHostedConfigurationVersionsRequest')
|
|
@@ -125,21 +159,29 @@ module Aws::AppConfig
|
|
|
125
159
|
Monitor = Shapes::StructureShape.new(name: 'Monitor')
|
|
126
160
|
MonitorList = Shapes::ListShape.new(name: 'MonitorList')
|
|
127
161
|
Name = Shapes::StringShape.new(name: 'Name')
|
|
162
|
+
NameWithReservedAwsPrefix = Shapes::StringShape.new(name: 'NameWithReservedAwsPrefix')
|
|
128
163
|
NextToken = Shapes::StringShape.new(name: 'NextToken')
|
|
164
|
+
NullablePercentage = Shapes::FloatShape.new(name: 'NullablePercentage')
|
|
165
|
+
NumberList = Shapes::ListShape.new(name: 'NumberList')
|
|
129
166
|
Parameter = Shapes::StructureShape.new(name: 'Parameter')
|
|
130
167
|
ParameterMap = Shapes::MapShape.new(name: 'ParameterMap')
|
|
131
168
|
ParameterValueMap = Shapes::MapShape.new(name: 'ParameterValueMap')
|
|
132
169
|
PayloadTooLargeException = Shapes::StructureShape.new(name: 'PayloadTooLargeException')
|
|
133
170
|
Percentage = Shapes::FloatShape.new(name: 'Percentage')
|
|
171
|
+
PositiveInteger = Shapes::IntegerShape.new(name: 'PositiveInteger')
|
|
134
172
|
QueryName = Shapes::StringShape.new(name: 'QueryName')
|
|
135
173
|
ReplicateTo = Shapes::StringShape.new(name: 'ReplicateTo')
|
|
136
174
|
ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
|
|
137
175
|
ResourceTags = Shapes::StructureShape.new(name: 'ResourceTags')
|
|
138
176
|
RoleArn = Shapes::StringShape.new(name: 'RoleArn')
|
|
177
|
+
Rule = Shapes::StringShape.new(name: 'Rule')
|
|
139
178
|
ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
|
|
140
179
|
StartDeploymentRequest = Shapes::StructureShape.new(name: 'StartDeploymentRequest')
|
|
180
|
+
StartExperimentRunRequest = Shapes::StructureShape.new(name: 'StartExperimentRunRequest')
|
|
141
181
|
StopDeploymentRequest = Shapes::StructureShape.new(name: 'StopDeploymentRequest')
|
|
182
|
+
StopExperimentRunRequest = Shapes::StructureShape.new(name: 'StopExperimentRunRequest')
|
|
142
183
|
String = Shapes::StringShape.new(name: 'String')
|
|
184
|
+
StringList = Shapes::ListShape.new(name: 'StringList')
|
|
143
185
|
StringWithLengthBetween0And32768 = Shapes::StringShape.new(name: 'StringWithLengthBetween0And32768')
|
|
144
186
|
StringWithLengthBetween1And2048 = Shapes::StringShape.new(name: 'StringWithLengthBetween1And2048')
|
|
145
187
|
StringWithLengthBetween1And255 = Shapes::StringShape.new(name: 'StringWithLengthBetween1And255')
|
|
@@ -149,6 +191,13 @@ module Aws::AppConfig
|
|
|
149
191
|
TagMap = Shapes::MapShape.new(name: 'TagMap')
|
|
150
192
|
TagResourceRequest = Shapes::StructureShape.new(name: 'TagResourceRequest')
|
|
151
193
|
TagValue = Shapes::StringShape.new(name: 'TagValue')
|
|
194
|
+
Treatment = Shapes::StructureShape.new(name: 'Treatment')
|
|
195
|
+
TreatmentInput = Shapes::StructureShape.new(name: 'TreatmentInput')
|
|
196
|
+
TreatmentInputList = Shapes::ListShape.new(name: 'TreatmentInputList')
|
|
197
|
+
TreatmentKey = Shapes::StringShape.new(name: 'TreatmentKey')
|
|
198
|
+
TreatmentList = Shapes::ListShape.new(name: 'TreatmentList')
|
|
199
|
+
TreatmentOverrideMap = Shapes::MapShape.new(name: 'TreatmentOverrideMap')
|
|
200
|
+
TreatmentOverrides = Shapes::UnionShape.new(name: 'TreatmentOverrides')
|
|
152
201
|
TriggeredBy = Shapes::StringShape.new(name: 'TriggeredBy')
|
|
153
202
|
UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
|
|
154
203
|
UpdateAccountSettingsRequest = Shapes::StructureShape.new(name: 'UpdateAccountSettingsRequest')
|
|
@@ -156,6 +205,8 @@ module Aws::AppConfig
|
|
|
156
205
|
UpdateConfigurationProfileRequest = Shapes::StructureShape.new(name: 'UpdateConfigurationProfileRequest')
|
|
157
206
|
UpdateDeploymentStrategyRequest = Shapes::StructureShape.new(name: 'UpdateDeploymentStrategyRequest')
|
|
158
207
|
UpdateEnvironmentRequest = Shapes::StructureShape.new(name: 'UpdateEnvironmentRequest')
|
|
208
|
+
UpdateExperimentDefinitionRequest = Shapes::StructureShape.new(name: 'UpdateExperimentDefinitionRequest')
|
|
209
|
+
UpdateExperimentRunRequest = Shapes::StructureShape.new(name: 'UpdateExperimentRunRequest')
|
|
159
210
|
UpdateExtensionAssociationRequest = Shapes::StructureShape.new(name: 'UpdateExtensionAssociationRequest')
|
|
160
211
|
UpdateExtensionRequest = Shapes::StructureShape.new(name: 'UpdateExtensionRequest')
|
|
161
212
|
Uri = Shapes::StringShape.new(name: 'Uri')
|
|
@@ -164,10 +215,13 @@ module Aws::AppConfig
|
|
|
164
215
|
ValidatorList = Shapes::ListShape.new(name: 'ValidatorList')
|
|
165
216
|
ValidatorType = Shapes::StringShape.new(name: 'ValidatorType')
|
|
166
217
|
ValidatorTypeList = Shapes::ListShape.new(name: 'ValidatorTypeList')
|
|
218
|
+
VendedMetricsSettings = Shapes::StructureShape.new(name: 'VendedMetricsSettings')
|
|
167
219
|
Version = Shapes::StringShape.new(name: 'Version')
|
|
168
220
|
VersionLabel = Shapes::StringShape.new(name: 'VersionLabel')
|
|
221
|
+
Weight = Shapes::FloatShape.new(name: 'Weight')
|
|
169
222
|
|
|
170
223
|
AccountSettings.add_member(:deletion_protection, Shapes::ShapeRef.new(shape: DeletionProtectionSettings, location_name: "DeletionProtection"))
|
|
224
|
+
AccountSettings.add_member(:vended_metrics, Shapes::ShapeRef.new(shape: VendedMetricsSettings, location_name: "VendedMetrics"))
|
|
171
225
|
AccountSettings.struct_class = Types::AccountSettings
|
|
172
226
|
|
|
173
227
|
Action.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "Name"))
|
|
@@ -211,6 +265,23 @@ module Aws::AppConfig
|
|
|
211
265
|
|
|
212
266
|
AppliedExtensions.member = Shapes::ShapeRef.new(shape: AppliedExtension)
|
|
213
267
|
|
|
268
|
+
AttributeValue.add_member(:string_value, Shapes::ShapeRef.new(shape: AttributeString, location_name: "StringValue"))
|
|
269
|
+
AttributeValue.add_member(:number_value, Shapes::ShapeRef.new(shape: Double, location_name: "NumberValue", metadata: {"box" => true}))
|
|
270
|
+
AttributeValue.add_member(:boolean_value, Shapes::ShapeRef.new(shape: Boolean, location_name: "BooleanValue", metadata: {"box" => true}))
|
|
271
|
+
AttributeValue.add_member(:string_array, Shapes::ShapeRef.new(shape: StringList, location_name: "StringArray"))
|
|
272
|
+
AttributeValue.add_member(:number_array, Shapes::ShapeRef.new(shape: NumberList, location_name: "NumberArray"))
|
|
273
|
+
AttributeValue.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
274
|
+
AttributeValue.add_member_subclass(:string_value, Types::AttributeValue::StringValue)
|
|
275
|
+
AttributeValue.add_member_subclass(:number_value, Types::AttributeValue::NumberValue)
|
|
276
|
+
AttributeValue.add_member_subclass(:boolean_value, Types::AttributeValue::BooleanValue)
|
|
277
|
+
AttributeValue.add_member_subclass(:string_array, Types::AttributeValue::StringArray)
|
|
278
|
+
AttributeValue.add_member_subclass(:number_array, Types::AttributeValue::NumberArray)
|
|
279
|
+
AttributeValue.add_member_subclass(:unknown, Types::AttributeValue::Unknown)
|
|
280
|
+
AttributeValue.struct_class = Types::AttributeValue
|
|
281
|
+
|
|
282
|
+
AttributeValueMap.key = Shapes::ShapeRef.new(shape: AttributeKey)
|
|
283
|
+
AttributeValueMap.value = Shapes::ShapeRef.new(shape: AttributeValue)
|
|
284
|
+
|
|
214
285
|
BadRequestDetails.add_member(:invalid_configuration, Shapes::ShapeRef.new(shape: InvalidConfigurationDetailList, location_name: "InvalidConfiguration"))
|
|
215
286
|
BadRequestDetails.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
216
287
|
BadRequestDetails.add_member_subclass(:invalid_configuration, Types::BadRequestDetails::InvalidConfiguration)
|
|
@@ -263,7 +334,7 @@ module Aws::AppConfig
|
|
|
263
334
|
CreateApplicationRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
|
264
335
|
CreateApplicationRequest.struct_class = Types::CreateApplicationRequest
|
|
265
336
|
|
|
266
|
-
CreateConfigurationProfileRequest.add_member(:application_id, Shapes::ShapeRef.new(shape:
|
|
337
|
+
CreateConfigurationProfileRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: Name, required: true, location: "uri", location_name: "ApplicationId"))
|
|
267
338
|
CreateConfigurationProfileRequest.add_member(:name, Shapes::ShapeRef.new(shape: LongName, required: true, location_name: "Name"))
|
|
268
339
|
CreateConfigurationProfileRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
|
269
340
|
CreateConfigurationProfileRequest.add_member(:location_uri, Shapes::ShapeRef.new(shape: Uri, required: true, location_name: "LocationUri"))
|
|
@@ -284,13 +355,27 @@ module Aws::AppConfig
|
|
|
284
355
|
CreateDeploymentStrategyRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
|
285
356
|
CreateDeploymentStrategyRequest.struct_class = Types::CreateDeploymentStrategyRequest
|
|
286
357
|
|
|
287
|
-
CreateEnvironmentRequest.add_member(:application_id, Shapes::ShapeRef.new(shape:
|
|
358
|
+
CreateEnvironmentRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: Name, required: true, location: "uri", location_name: "ApplicationId"))
|
|
288
359
|
CreateEnvironmentRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "Name"))
|
|
289
360
|
CreateEnvironmentRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
|
290
361
|
CreateEnvironmentRequest.add_member(:monitors, Shapes::ShapeRef.new(shape: MonitorList, location_name: "Monitors"))
|
|
291
362
|
CreateEnvironmentRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
|
292
363
|
CreateEnvironmentRequest.struct_class = Types::CreateEnvironmentRequest
|
|
293
364
|
|
|
365
|
+
CreateExperimentDefinitionRequest.add_member(:application_identifier, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "ApplicationIdentifier"))
|
|
366
|
+
CreateExperimentDefinitionRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameWithReservedAwsPrefix, required: true, location_name: "Name"))
|
|
367
|
+
CreateExperimentDefinitionRequest.add_member(:configuration_profile_identifier, Shapes::ShapeRef.new(shape: Identifier, required: true, location_name: "ConfigurationProfileIdentifier"))
|
|
368
|
+
CreateExperimentDefinitionRequest.add_member(:environment_identifier, Shapes::ShapeRef.new(shape: Identifier, required: true, location_name: "EnvironmentIdentifier"))
|
|
369
|
+
CreateExperimentDefinitionRequest.add_member(:flag_key, Shapes::ShapeRef.new(shape: FlagKey, required: true, location_name: "FlagKey"))
|
|
370
|
+
CreateExperimentDefinitionRequest.add_member(:treatments, Shapes::ShapeRef.new(shape: TreatmentInputList, required: true, location_name: "Treatments"))
|
|
371
|
+
CreateExperimentDefinitionRequest.add_member(:control, Shapes::ShapeRef.new(shape: TreatmentInput, required: true, location_name: "Control"))
|
|
372
|
+
CreateExperimentDefinitionRequest.add_member(:audience_rule, Shapes::ShapeRef.new(shape: Rule, required: true, location_name: "AudienceRule"))
|
|
373
|
+
CreateExperimentDefinitionRequest.add_member(:hypothesis, Shapes::ShapeRef.new(shape: Description, location_name: "Hypothesis"))
|
|
374
|
+
CreateExperimentDefinitionRequest.add_member(:audience_description, Shapes::ShapeRef.new(shape: Description, location_name: "AudienceDescription"))
|
|
375
|
+
CreateExperimentDefinitionRequest.add_member(:launch_criteria, Shapes::ShapeRef.new(shape: Description, location_name: "LaunchCriteria"))
|
|
376
|
+
CreateExperimentDefinitionRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
|
377
|
+
CreateExperimentDefinitionRequest.struct_class = Types::CreateExperimentDefinitionRequest
|
|
378
|
+
|
|
294
379
|
CreateExtensionAssociationRequest.add_member(:extension_identifier, Shapes::ShapeRef.new(shape: Identifier, required: true, location_name: "ExtensionIdentifier"))
|
|
295
380
|
CreateExtensionAssociationRequest.add_member(:extension_version_number, Shapes::ShapeRef.new(shape: Integer, location_name: "ExtensionVersionNumber", metadata: {"box" => true}))
|
|
296
381
|
CreateExtensionAssociationRequest.add_member(:resource_identifier, Shapes::ShapeRef.new(shape: Identifier, required: true, location_name: "ResourceIdentifier"))
|
|
@@ -306,8 +391,8 @@ module Aws::AppConfig
|
|
|
306
391
|
CreateExtensionRequest.add_member(:latest_version_number, Shapes::ShapeRef.new(shape: Integer, location: "header", location_name: "Latest-Version-Number", metadata: {"box" => true}))
|
|
307
392
|
CreateExtensionRequest.struct_class = Types::CreateExtensionRequest
|
|
308
393
|
|
|
309
|
-
CreateHostedConfigurationVersionRequest.add_member(:application_id, Shapes::ShapeRef.new(shape:
|
|
310
|
-
CreateHostedConfigurationVersionRequest.add_member(:configuration_profile_id, Shapes::ShapeRef.new(shape:
|
|
394
|
+
CreateHostedConfigurationVersionRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: Name, required: true, location: "uri", location_name: "ApplicationId"))
|
|
395
|
+
CreateHostedConfigurationVersionRequest.add_member(:configuration_profile_id, Shapes::ShapeRef.new(shape: LongName, required: true, location: "uri", location_name: "ConfigurationProfileId"))
|
|
311
396
|
CreateHostedConfigurationVersionRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location: "header", location_name: "Description"))
|
|
312
397
|
CreateHostedConfigurationVersionRequest.add_member(:content, Shapes::ShapeRef.new(shape: Blob, required: true, location_name: "Content"))
|
|
313
398
|
CreateHostedConfigurationVersionRequest.add_member(:content_type, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And255, required: true, location: "header", location_name: "Content-Type"))
|
|
@@ -317,22 +402,27 @@ module Aws::AppConfig
|
|
|
317
402
|
CreateHostedConfigurationVersionRequest[:payload] = :content
|
|
318
403
|
CreateHostedConfigurationVersionRequest[:payload_member] = CreateHostedConfigurationVersionRequest.member(:content)
|
|
319
404
|
|
|
320
|
-
DeleteApplicationRequest.add_member(:application_id, Shapes::ShapeRef.new(shape:
|
|
405
|
+
DeleteApplicationRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: Name, required: true, location: "uri", location_name: "ApplicationId"))
|
|
321
406
|
DeleteApplicationRequest.struct_class = Types::DeleteApplicationRequest
|
|
322
407
|
|
|
323
|
-
DeleteConfigurationProfileRequest.add_member(:application_id, Shapes::ShapeRef.new(shape:
|
|
324
|
-
DeleteConfigurationProfileRequest.add_member(:configuration_profile_id, Shapes::ShapeRef.new(shape:
|
|
408
|
+
DeleteConfigurationProfileRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: Name, required: true, location: "uri", location_name: "ApplicationId"))
|
|
409
|
+
DeleteConfigurationProfileRequest.add_member(:configuration_profile_id, Shapes::ShapeRef.new(shape: LongName, required: true, location: "uri", location_name: "ConfigurationProfileId"))
|
|
325
410
|
DeleteConfigurationProfileRequest.add_member(:deletion_protection_check, Shapes::ShapeRef.new(shape: DeletionProtectionCheck, location: "header", location_name: "x-amzn-deletion-protection-check"))
|
|
326
411
|
DeleteConfigurationProfileRequest.struct_class = Types::DeleteConfigurationProfileRequest
|
|
327
412
|
|
|
328
413
|
DeleteDeploymentStrategyRequest.add_member(:deployment_strategy_id, Shapes::ShapeRef.new(shape: DeploymentStrategyId, required: true, location: "uri", location_name: "DeploymentStrategyId"))
|
|
329
414
|
DeleteDeploymentStrategyRequest.struct_class = Types::DeleteDeploymentStrategyRequest
|
|
330
415
|
|
|
331
|
-
DeleteEnvironmentRequest.add_member(:environment_id, Shapes::ShapeRef.new(shape:
|
|
332
|
-
DeleteEnvironmentRequest.add_member(:application_id, Shapes::ShapeRef.new(shape:
|
|
416
|
+
DeleteEnvironmentRequest.add_member(:environment_id, Shapes::ShapeRef.new(shape: Name, required: true, location: "uri", location_name: "EnvironmentId"))
|
|
417
|
+
DeleteEnvironmentRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: Name, required: true, location: "uri", location_name: "ApplicationId"))
|
|
333
418
|
DeleteEnvironmentRequest.add_member(:deletion_protection_check, Shapes::ShapeRef.new(shape: DeletionProtectionCheck, location: "header", location_name: "x-amzn-deletion-protection-check"))
|
|
334
419
|
DeleteEnvironmentRequest.struct_class = Types::DeleteEnvironmentRequest
|
|
335
420
|
|
|
421
|
+
DeleteExperimentDefinitionRequest.add_member(:application_identifier, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "ApplicationIdentifier"))
|
|
422
|
+
DeleteExperimentDefinitionRequest.add_member(:experiment_definition_identifier, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "ExperimentDefinitionIdentifier"))
|
|
423
|
+
DeleteExperimentDefinitionRequest.add_member(:delete_type, Shapes::ShapeRef.new(shape: DeleteType, location: "querystring", location_name: "delete_type"))
|
|
424
|
+
DeleteExperimentDefinitionRequest.struct_class = Types::DeleteExperimentDefinitionRequest
|
|
425
|
+
|
|
336
426
|
DeleteExtensionAssociationRequest.add_member(:extension_association_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "ExtensionAssociationId"))
|
|
337
427
|
DeleteExtensionAssociationRequest.struct_class = Types::DeleteExtensionAssociationRequest
|
|
338
428
|
|
|
@@ -340,8 +430,8 @@ module Aws::AppConfig
|
|
|
340
430
|
DeleteExtensionRequest.add_member(:version_number, Shapes::ShapeRef.new(shape: Integer, location: "querystring", location_name: "version", metadata: {"box" => true}))
|
|
341
431
|
DeleteExtensionRequest.struct_class = Types::DeleteExtensionRequest
|
|
342
432
|
|
|
343
|
-
DeleteHostedConfigurationVersionRequest.add_member(:application_id, Shapes::ShapeRef.new(shape:
|
|
344
|
-
DeleteHostedConfigurationVersionRequest.add_member(:configuration_profile_id, Shapes::ShapeRef.new(shape:
|
|
433
|
+
DeleteHostedConfigurationVersionRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: Name, required: true, location: "uri", location_name: "ApplicationId"))
|
|
434
|
+
DeleteHostedConfigurationVersionRequest.add_member(:configuration_profile_id, Shapes::ShapeRef.new(shape: LongName, required: true, location: "uri", location_name: "ConfigurationProfileId"))
|
|
345
435
|
DeleteHostedConfigurationVersionRequest.add_member(:version_number, Shapes::ShapeRef.new(shape: Integer, required: true, location: "uri", location_name: "VersionNumber"))
|
|
346
436
|
DeleteHostedConfigurationVersionRequest.struct_class = Types::DeleteHostedConfigurationVersionRequest
|
|
347
437
|
|
|
@@ -384,6 +474,10 @@ module Aws::AppConfig
|
|
|
384
474
|
|
|
385
475
|
DeploymentList.member = Shapes::ShapeRef.new(shape: DeploymentSummary)
|
|
386
476
|
|
|
477
|
+
DeploymentParameters.add_member(:dynamic_extension_parameters, Shapes::ShapeRef.new(shape: DynamicParameterMap, location_name: "DynamicExtensionParameters"))
|
|
478
|
+
DeploymentParameters.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
|
479
|
+
DeploymentParameters.struct_class = Types::DeploymentParameters
|
|
480
|
+
|
|
387
481
|
DeploymentStrategies.add_member(:items, Shapes::ShapeRef.new(shape: DeploymentStrategyList, location_name: "Items"))
|
|
388
482
|
DeploymentStrategies.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
|
389
483
|
DeploymentStrategies.struct_class = Types::DeploymentStrategies
|
|
@@ -401,6 +495,7 @@ module Aws::AppConfig
|
|
|
401
495
|
DeploymentStrategyList.member = Shapes::ShapeRef.new(shape: DeploymentStrategy)
|
|
402
496
|
|
|
403
497
|
DeploymentSummary.add_member(:deployment_number, Shapes::ShapeRef.new(shape: Integer, location_name: "DeploymentNumber"))
|
|
498
|
+
DeploymentSummary.add_member(:configuration_profile_id, Shapes::ShapeRef.new(shape: Id, location_name: "ConfigurationProfileId"))
|
|
404
499
|
DeploymentSummary.add_member(:configuration_name, Shapes::ShapeRef.new(shape: Name, location_name: "ConfigurationName"))
|
|
405
500
|
DeploymentSummary.add_member(:configuration_version, Shapes::ShapeRef.new(shape: Version, location_name: "ConfigurationVersion"))
|
|
406
501
|
DeploymentSummary.add_member(:deployment_duration_in_minutes, Shapes::ShapeRef.new(shape: MinutesBetween0And24Hours, location_name: "DeploymentDurationInMinutes"))
|
|
@@ -412,6 +507,7 @@ module Aws::AppConfig
|
|
|
412
507
|
DeploymentSummary.add_member(:started_at, Shapes::ShapeRef.new(shape: Iso8601DateTime, location_name: "StartedAt"))
|
|
413
508
|
DeploymentSummary.add_member(:completed_at, Shapes::ShapeRef.new(shape: Iso8601DateTime, location_name: "CompletedAt"))
|
|
414
509
|
DeploymentSummary.add_member(:version_label, Shapes::ShapeRef.new(shape: VersionLabel, location_name: "VersionLabel"))
|
|
510
|
+
DeploymentSummary.add_member(:type, Shapes::ShapeRef.new(shape: DeploymentType, location_name: "Type"))
|
|
415
511
|
DeploymentSummary.struct_class = Types::DeploymentSummary
|
|
416
512
|
|
|
417
513
|
Deployments.add_member(:items, Shapes::ShapeRef.new(shape: DeploymentList, location_name: "Items"))
|
|
@@ -435,6 +531,105 @@ module Aws::AppConfig
|
|
|
435
531
|
Environments.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
|
436
532
|
Environments.struct_class = Types::Environments
|
|
437
533
|
|
|
534
|
+
ExperimentDefinition.add_member(:application_id, Shapes::ShapeRef.new(shape: Id, location_name: "ApplicationId"))
|
|
535
|
+
ExperimentDefinition.add_member(:id, Shapes::ShapeRef.new(shape: Id, location_name: "Id"))
|
|
536
|
+
ExperimentDefinition.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "Name"))
|
|
537
|
+
ExperimentDefinition.add_member(:hypothesis, Shapes::ShapeRef.new(shape: Description, location_name: "Hypothesis"))
|
|
538
|
+
ExperimentDefinition.add_member(:status, Shapes::ShapeRef.new(shape: ExperimentDefinitionStatus, location_name: "Status"))
|
|
539
|
+
ExperimentDefinition.add_member(:configuration_profile_id, Shapes::ShapeRef.new(shape: Id, location_name: "ConfigurationProfileId"))
|
|
540
|
+
ExperimentDefinition.add_member(:environment_id, Shapes::ShapeRef.new(shape: Id, location_name: "EnvironmentId"))
|
|
541
|
+
ExperimentDefinition.add_member(:flag_key, Shapes::ShapeRef.new(shape: FlagKey, location_name: "FlagKey"))
|
|
542
|
+
ExperimentDefinition.add_member(:audience_rule, Shapes::ShapeRef.new(shape: Rule, location_name: "AudienceRule"))
|
|
543
|
+
ExperimentDefinition.add_member(:audience_description, Shapes::ShapeRef.new(shape: Description, location_name: "AudienceDescription"))
|
|
544
|
+
ExperimentDefinition.add_member(:launch_criteria, Shapes::ShapeRef.new(shape: Description, location_name: "LaunchCriteria"))
|
|
545
|
+
ExperimentDefinition.add_member(:treatments, Shapes::ShapeRef.new(shape: TreatmentList, location_name: "Treatments"))
|
|
546
|
+
ExperimentDefinition.add_member(:control, Shapes::ShapeRef.new(shape: Treatment, location_name: "Control"))
|
|
547
|
+
ExperimentDefinition.add_member(:created_at, Shapes::ShapeRef.new(shape: Iso8601DateTime, location_name: "CreatedAt"))
|
|
548
|
+
ExperimentDefinition.add_member(:updated_at, Shapes::ShapeRef.new(shape: Iso8601DateTime, location_name: "UpdatedAt"))
|
|
549
|
+
ExperimentDefinition.add_member(:kms_key_identifier, Shapes::ShapeRef.new(shape: KmsKeyIdentifier, location_name: "KmsKeyIdentifier"))
|
|
550
|
+
ExperimentDefinition.struct_class = Types::ExperimentDefinition
|
|
551
|
+
|
|
552
|
+
ExperimentDefinitionList.member = Shapes::ShapeRef.new(shape: ExperimentDefinitionSummary)
|
|
553
|
+
|
|
554
|
+
ExperimentDefinitionSnapshot.add_member(:application_id, Shapes::ShapeRef.new(shape: Id, location_name: "ApplicationId"))
|
|
555
|
+
ExperimentDefinitionSnapshot.add_member(:id, Shapes::ShapeRef.new(shape: Id, location_name: "Id"))
|
|
556
|
+
ExperimentDefinitionSnapshot.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "Name"))
|
|
557
|
+
ExperimentDefinitionSnapshot.add_member(:hypothesis, Shapes::ShapeRef.new(shape: Description, location_name: "Hypothesis"))
|
|
558
|
+
ExperimentDefinitionSnapshot.add_member(:configuration_profile_id, Shapes::ShapeRef.new(shape: Id, location_name: "ConfigurationProfileId"))
|
|
559
|
+
ExperimentDefinitionSnapshot.add_member(:environment_id, Shapes::ShapeRef.new(shape: Id, location_name: "EnvironmentId"))
|
|
560
|
+
ExperimentDefinitionSnapshot.add_member(:flag_key, Shapes::ShapeRef.new(shape: FlagKey, location_name: "FlagKey"))
|
|
561
|
+
ExperimentDefinitionSnapshot.add_member(:audience_rule, Shapes::ShapeRef.new(shape: Rule, location_name: "AudienceRule"))
|
|
562
|
+
ExperimentDefinitionSnapshot.add_member(:audience_description, Shapes::ShapeRef.new(shape: Description, location_name: "AudienceDescription"))
|
|
563
|
+
ExperimentDefinitionSnapshot.add_member(:launch_criteria, Shapes::ShapeRef.new(shape: Description, location_name: "LaunchCriteria"))
|
|
564
|
+
ExperimentDefinitionSnapshot.add_member(:treatments, Shapes::ShapeRef.new(shape: TreatmentList, location_name: "Treatments"))
|
|
565
|
+
ExperimentDefinitionSnapshot.add_member(:control, Shapes::ShapeRef.new(shape: Treatment, location_name: "Control"))
|
|
566
|
+
ExperimentDefinitionSnapshot.struct_class = Types::ExperimentDefinitionSnapshot
|
|
567
|
+
|
|
568
|
+
ExperimentDefinitionSummary.add_member(:application_id, Shapes::ShapeRef.new(shape: Id, location_name: "ApplicationId"))
|
|
569
|
+
ExperimentDefinitionSummary.add_member(:id, Shapes::ShapeRef.new(shape: Id, location_name: "Id"))
|
|
570
|
+
ExperimentDefinitionSummary.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "Name"))
|
|
571
|
+
ExperimentDefinitionSummary.add_member(:hypothesis, Shapes::ShapeRef.new(shape: Description, location_name: "Hypothesis"))
|
|
572
|
+
ExperimentDefinitionSummary.add_member(:status, Shapes::ShapeRef.new(shape: ExperimentDefinitionStatus, location_name: "Status"))
|
|
573
|
+
ExperimentDefinitionSummary.add_member(:configuration_profile_id, Shapes::ShapeRef.new(shape: Id, location_name: "ConfigurationProfileId"))
|
|
574
|
+
ExperimentDefinitionSummary.add_member(:environment_id, Shapes::ShapeRef.new(shape: Id, location_name: "EnvironmentId"))
|
|
575
|
+
ExperimentDefinitionSummary.add_member(:flag_key, Shapes::ShapeRef.new(shape: FlagKey, location_name: "FlagKey"))
|
|
576
|
+
ExperimentDefinitionSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: Iso8601DateTime, location_name: "CreatedAt"))
|
|
577
|
+
ExperimentDefinitionSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: Iso8601DateTime, location_name: "UpdatedAt"))
|
|
578
|
+
ExperimentDefinitionSummary.struct_class = Types::ExperimentDefinitionSummary
|
|
579
|
+
|
|
580
|
+
ExperimentDefinitions.add_member(:items, Shapes::ShapeRef.new(shape: ExperimentDefinitionList, location_name: "Items"))
|
|
581
|
+
ExperimentDefinitions.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
|
582
|
+
ExperimentDefinitions.struct_class = Types::ExperimentDefinitions
|
|
583
|
+
|
|
584
|
+
ExperimentRun.add_member(:application_id, Shapes::ShapeRef.new(shape: Id, location_name: "ApplicationId"))
|
|
585
|
+
ExperimentRun.add_member(:experiment_definition_id, Shapes::ShapeRef.new(shape: Id, location_name: "ExperimentDefinitionId"))
|
|
586
|
+
ExperimentRun.add_member(:run, Shapes::ShapeRef.new(shape: Integer, location_name: "Run"))
|
|
587
|
+
ExperimentRun.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
|
588
|
+
ExperimentRun.add_member(:status, Shapes::ShapeRef.new(shape: ExperimentRunStatus, location_name: "Status"))
|
|
589
|
+
ExperimentRun.add_member(:exposure_percentage, Shapes::ShapeRef.new(shape: NullablePercentage, location_name: "ExposurePercentage"))
|
|
590
|
+
ExperimentRun.add_member(:treatment_overrides, Shapes::ShapeRef.new(shape: TreatmentOverrides, location_name: "TreatmentOverrides"))
|
|
591
|
+
ExperimentRun.add_member(:result, Shapes::ShapeRef.new(shape: ExperimentRunResult, location_name: "Result"))
|
|
592
|
+
ExperimentRun.add_member(:started_at, Shapes::ShapeRef.new(shape: Iso8601DateTime, location_name: "StartedAt"))
|
|
593
|
+
ExperimentRun.add_member(:updated_at, Shapes::ShapeRef.new(shape: Iso8601DateTime, location_name: "UpdatedAt"))
|
|
594
|
+
ExperimentRun.add_member(:ended_at, Shapes::ShapeRef.new(shape: Iso8601DateTime, location_name: "EndedAt"))
|
|
595
|
+
ExperimentRun.add_member(:experiment_definition_snapshot, Shapes::ShapeRef.new(shape: ExperimentDefinitionSnapshot, location_name: "ExperimentDefinitionSnapshot"))
|
|
596
|
+
ExperimentRun.struct_class = Types::ExperimentRun
|
|
597
|
+
|
|
598
|
+
ExperimentRunEvent.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
|
599
|
+
ExperimentRunEvent.add_member(:associated_deployment, Shapes::ShapeRef.new(shape: Arn, location_name: "AssociatedDeployment"))
|
|
600
|
+
ExperimentRunEvent.add_member(:event_type, Shapes::ShapeRef.new(shape: ExperimentRunEventType, location_name: "EventType"))
|
|
601
|
+
ExperimentRunEvent.add_member(:occurred_at, Shapes::ShapeRef.new(shape: Iso8601DateTime, location_name: "OccurredAt"))
|
|
602
|
+
ExperimentRunEvent.add_member(:triggered_by, Shapes::ShapeRef.new(shape: TriggeredBy, location_name: "TriggeredBy"))
|
|
603
|
+
ExperimentRunEvent.add_member(:exposure_percentage, Shapes::ShapeRef.new(shape: NullablePercentage, location_name: "ExposurePercentage", metadata: {"box" => true}))
|
|
604
|
+
ExperimentRunEvent.add_member(:treatment_overrides, Shapes::ShapeRef.new(shape: TreatmentOverrides, location_name: "TreatmentOverrides"))
|
|
605
|
+
ExperimentRunEvent.struct_class = Types::ExperimentRunEvent
|
|
606
|
+
|
|
607
|
+
ExperimentRunEventList.member = Shapes::ShapeRef.new(shape: ExperimentRunEvent)
|
|
608
|
+
|
|
609
|
+
ExperimentRunEvents.add_member(:items, Shapes::ShapeRef.new(shape: ExperimentRunEventList, location_name: "Items"))
|
|
610
|
+
ExperimentRunEvents.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
|
611
|
+
ExperimentRunEvents.struct_class = Types::ExperimentRunEvents
|
|
612
|
+
|
|
613
|
+
ExperimentRunResult.add_member(:executive_summary, Shapes::ShapeRef.new(shape: Description, location_name: "ExecutiveSummary"))
|
|
614
|
+
ExperimentRunResult.add_member(:reasons_to_launch, Shapes::ShapeRef.new(shape: Description, location_name: "ReasonsToLaunch"))
|
|
615
|
+
ExperimentRunResult.add_member(:reasons_not_to_launch, Shapes::ShapeRef.new(shape: Description, location_name: "ReasonsNotToLaunch"))
|
|
616
|
+
ExperimentRunResult.struct_class = Types::ExperimentRunResult
|
|
617
|
+
|
|
618
|
+
ExperimentRunSummary.add_member(:experiment_definition_id, Shapes::ShapeRef.new(shape: Id, location_name: "ExperimentDefinitionId"))
|
|
619
|
+
ExperimentRunSummary.add_member(:run, Shapes::ShapeRef.new(shape: Integer, location_name: "Run"))
|
|
620
|
+
ExperimentRunSummary.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
|
621
|
+
ExperimentRunSummary.add_member(:status, Shapes::ShapeRef.new(shape: ExperimentRunStatus, location_name: "Status"))
|
|
622
|
+
ExperimentRunSummary.add_member(:started_at, Shapes::ShapeRef.new(shape: Iso8601DateTime, location_name: "StartedAt"))
|
|
623
|
+
ExperimentRunSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: Iso8601DateTime, location_name: "UpdatedAt"))
|
|
624
|
+
ExperimentRunSummary.add_member(:ended_at, Shapes::ShapeRef.new(shape: Iso8601DateTime, location_name: "EndedAt"))
|
|
625
|
+
ExperimentRunSummary.struct_class = Types::ExperimentRunSummary
|
|
626
|
+
|
|
627
|
+
ExperimentRunSummaryList.member = Shapes::ShapeRef.new(shape: ExperimentRunSummary)
|
|
628
|
+
|
|
629
|
+
ExperimentRuns.add_member(:items, Shapes::ShapeRef.new(shape: ExperimentRunSummaryList, location_name: "Items"))
|
|
630
|
+
ExperimentRuns.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
|
631
|
+
ExperimentRuns.struct_class = Types::ExperimentRuns
|
|
632
|
+
|
|
438
633
|
Extension.add_member(:id, Shapes::ShapeRef.new(shape: Id, location_name: "Id"))
|
|
439
634
|
Extension.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "Name"))
|
|
440
635
|
Extension.add_member(:version_number, Shapes::ShapeRef.new(shape: Integer, location_name: "VersionNumber"))
|
|
@@ -476,11 +671,15 @@ module Aws::AppConfig
|
|
|
476
671
|
Extensions.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
|
477
672
|
Extensions.struct_class = Types::Extensions
|
|
478
673
|
|
|
479
|
-
|
|
674
|
+
FlagValue.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "Enabled"))
|
|
675
|
+
FlagValue.add_member(:attribute_values, Shapes::ShapeRef.new(shape: AttributeValueMap, location_name: "AttributeValues"))
|
|
676
|
+
FlagValue.struct_class = Types::FlagValue
|
|
677
|
+
|
|
678
|
+
GetApplicationRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: Name, required: true, location: "uri", location_name: "ApplicationId"))
|
|
480
679
|
GetApplicationRequest.struct_class = Types::GetApplicationRequest
|
|
481
680
|
|
|
482
|
-
GetConfigurationProfileRequest.add_member(:application_id, Shapes::ShapeRef.new(shape:
|
|
483
|
-
GetConfigurationProfileRequest.add_member(:configuration_profile_id, Shapes::ShapeRef.new(shape:
|
|
681
|
+
GetConfigurationProfileRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: Name, required: true, location: "uri", location_name: "ApplicationId"))
|
|
682
|
+
GetConfigurationProfileRequest.add_member(:configuration_profile_id, Shapes::ShapeRef.new(shape: LongName, required: true, location: "uri", location_name: "ConfigurationProfileId"))
|
|
484
683
|
GetConfigurationProfileRequest.struct_class = Types::GetConfigurationProfileRequest
|
|
485
684
|
|
|
486
685
|
GetConfigurationRequest.add_member(:application, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And64, required: true, location: "uri", location_name: "Application"))
|
|
@@ -490,18 +689,27 @@ module Aws::AppConfig
|
|
|
490
689
|
GetConfigurationRequest.add_member(:client_configuration_version, Shapes::ShapeRef.new(shape: Version, location: "querystring", location_name: "client_configuration_version"))
|
|
491
690
|
GetConfigurationRequest.struct_class = Types::GetConfigurationRequest
|
|
492
691
|
|
|
493
|
-
GetDeploymentRequest.add_member(:application_id, Shapes::ShapeRef.new(shape:
|
|
494
|
-
GetDeploymentRequest.add_member(:environment_id, Shapes::ShapeRef.new(shape:
|
|
692
|
+
GetDeploymentRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: Name, required: true, location: "uri", location_name: "ApplicationId"))
|
|
693
|
+
GetDeploymentRequest.add_member(:environment_id, Shapes::ShapeRef.new(shape: Name, required: true, location: "uri", location_name: "EnvironmentId"))
|
|
495
694
|
GetDeploymentRequest.add_member(:deployment_number, Shapes::ShapeRef.new(shape: Integer, required: true, location: "uri", location_name: "DeploymentNumber", metadata: {"box" => true}))
|
|
496
695
|
GetDeploymentRequest.struct_class = Types::GetDeploymentRequest
|
|
497
696
|
|
|
498
697
|
GetDeploymentStrategyRequest.add_member(:deployment_strategy_id, Shapes::ShapeRef.new(shape: DeploymentStrategyId, required: true, location: "uri", location_name: "DeploymentStrategyId"))
|
|
499
698
|
GetDeploymentStrategyRequest.struct_class = Types::GetDeploymentStrategyRequest
|
|
500
699
|
|
|
501
|
-
GetEnvironmentRequest.add_member(:application_id, Shapes::ShapeRef.new(shape:
|
|
502
|
-
GetEnvironmentRequest.add_member(:environment_id, Shapes::ShapeRef.new(shape:
|
|
700
|
+
GetEnvironmentRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: Name, required: true, location: "uri", location_name: "ApplicationId"))
|
|
701
|
+
GetEnvironmentRequest.add_member(:environment_id, Shapes::ShapeRef.new(shape: Name, required: true, location: "uri", location_name: "EnvironmentId"))
|
|
503
702
|
GetEnvironmentRequest.struct_class = Types::GetEnvironmentRequest
|
|
504
703
|
|
|
704
|
+
GetExperimentDefinitionRequest.add_member(:application_identifier, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "ApplicationIdentifier"))
|
|
705
|
+
GetExperimentDefinitionRequest.add_member(:experiment_definition_identifier, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "ExperimentDefinitionIdentifier"))
|
|
706
|
+
GetExperimentDefinitionRequest.struct_class = Types::GetExperimentDefinitionRequest
|
|
707
|
+
|
|
708
|
+
GetExperimentRunRequest.add_member(:application_identifier, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "ApplicationIdentifier"))
|
|
709
|
+
GetExperimentRunRequest.add_member(:experiment_definition_identifier, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "ExperimentDefinitionIdentifier"))
|
|
710
|
+
GetExperimentRunRequest.add_member(:run, Shapes::ShapeRef.new(shape: PositiveInteger, required: true, location: "uri", location_name: "Run", metadata: {"box" => true}))
|
|
711
|
+
GetExperimentRunRequest.struct_class = Types::GetExperimentRunRequest
|
|
712
|
+
|
|
505
713
|
GetExtensionAssociationRequest.add_member(:extension_association_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "ExtensionAssociationId"))
|
|
506
714
|
GetExtensionAssociationRequest.struct_class = Types::GetExtensionAssociationRequest
|
|
507
715
|
|
|
@@ -509,8 +717,8 @@ module Aws::AppConfig
|
|
|
509
717
|
GetExtensionRequest.add_member(:version_number, Shapes::ShapeRef.new(shape: Integer, location: "querystring", location_name: "version_number", metadata: {"box" => true}))
|
|
510
718
|
GetExtensionRequest.struct_class = Types::GetExtensionRequest
|
|
511
719
|
|
|
512
|
-
GetHostedConfigurationVersionRequest.add_member(:application_id, Shapes::ShapeRef.new(shape:
|
|
513
|
-
GetHostedConfigurationVersionRequest.add_member(:configuration_profile_id, Shapes::ShapeRef.new(shape:
|
|
720
|
+
GetHostedConfigurationVersionRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: Name, required: true, location: "uri", location_name: "ApplicationId"))
|
|
721
|
+
GetHostedConfigurationVersionRequest.add_member(:configuration_profile_id, Shapes::ShapeRef.new(shape: LongName, required: true, location: "uri", location_name: "ConfigurationProfileId"))
|
|
514
722
|
GetHostedConfigurationVersionRequest.add_member(:version_number, Shapes::ShapeRef.new(shape: Integer, required: true, location: "uri", location_name: "VersionNumber"))
|
|
515
723
|
GetHostedConfigurationVersionRequest.struct_class = Types::GetHostedConfigurationVersionRequest
|
|
516
724
|
|
|
@@ -557,7 +765,7 @@ module Aws::AppConfig
|
|
|
557
765
|
ListApplicationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "next_token"))
|
|
558
766
|
ListApplicationsRequest.struct_class = Types::ListApplicationsRequest
|
|
559
767
|
|
|
560
|
-
ListConfigurationProfilesRequest.add_member(:application_id, Shapes::ShapeRef.new(shape:
|
|
768
|
+
ListConfigurationProfilesRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: Name, required: true, location: "uri", location_name: "ApplicationId"))
|
|
561
769
|
ListConfigurationProfilesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max_results", metadata: {"box" => true}))
|
|
562
770
|
ListConfigurationProfilesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "next_token"))
|
|
563
771
|
ListConfigurationProfilesRequest.add_member(:type, Shapes::ShapeRef.new(shape: ConfigurationProfileType, location: "querystring", location_name: "type"))
|
|
@@ -567,17 +775,39 @@ module Aws::AppConfig
|
|
|
567
775
|
ListDeploymentStrategiesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "next_token"))
|
|
568
776
|
ListDeploymentStrategiesRequest.struct_class = Types::ListDeploymentStrategiesRequest
|
|
569
777
|
|
|
570
|
-
ListDeploymentsRequest.add_member(:application_id, Shapes::ShapeRef.new(shape:
|
|
571
|
-
ListDeploymentsRequest.add_member(:environment_id, Shapes::ShapeRef.new(shape:
|
|
778
|
+
ListDeploymentsRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: Name, required: true, location: "uri", location_name: "ApplicationId"))
|
|
779
|
+
ListDeploymentsRequest.add_member(:environment_id, Shapes::ShapeRef.new(shape: Name, required: true, location: "uri", location_name: "EnvironmentId"))
|
|
572
780
|
ListDeploymentsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max_results", metadata: {"box" => true}))
|
|
573
781
|
ListDeploymentsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "next_token"))
|
|
574
782
|
ListDeploymentsRequest.struct_class = Types::ListDeploymentsRequest
|
|
575
783
|
|
|
576
|
-
ListEnvironmentsRequest.add_member(:application_id, Shapes::ShapeRef.new(shape:
|
|
784
|
+
ListEnvironmentsRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: Name, required: true, location: "uri", location_name: "ApplicationId"))
|
|
577
785
|
ListEnvironmentsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max_results", metadata: {"box" => true}))
|
|
578
786
|
ListEnvironmentsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "next_token"))
|
|
579
787
|
ListEnvironmentsRequest.struct_class = Types::ListEnvironmentsRequest
|
|
580
788
|
|
|
789
|
+
ListExperimentDefinitionsRequest.add_member(:application_identifier, Shapes::ShapeRef.new(shape: Identifier, location: "querystring", location_name: "application_identifier"))
|
|
790
|
+
ListExperimentDefinitionsRequest.add_member(:configuration_profile_identifier, Shapes::ShapeRef.new(shape: Identifier, location: "querystring", location_name: "configuration_profile_identifier"))
|
|
791
|
+
ListExperimentDefinitionsRequest.add_member(:environment_identifier, Shapes::ShapeRef.new(shape: Identifier, location: "querystring", location_name: "environment_identifier"))
|
|
792
|
+
ListExperimentDefinitionsRequest.add_member(:status, Shapes::ShapeRef.new(shape: ExperimentDefinitionStatus, location: "querystring", location_name: "status"))
|
|
793
|
+
ListExperimentDefinitionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max_results", metadata: {"box" => true}))
|
|
794
|
+
ListExperimentDefinitionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "next_token"))
|
|
795
|
+
ListExperimentDefinitionsRequest.struct_class = Types::ListExperimentDefinitionsRequest
|
|
796
|
+
|
|
797
|
+
ListExperimentRunEventsRequest.add_member(:application_identifier, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "ApplicationIdentifier"))
|
|
798
|
+
ListExperimentRunEventsRequest.add_member(:experiment_definition_identifier, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "ExperimentDefinitionIdentifier"))
|
|
799
|
+
ListExperimentRunEventsRequest.add_member(:run, Shapes::ShapeRef.new(shape: PositiveInteger, required: true, location: "uri", location_name: "Run", metadata: {"box" => true}))
|
|
800
|
+
ListExperimentRunEventsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max_results", metadata: {"box" => true}))
|
|
801
|
+
ListExperimentRunEventsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "next_token"))
|
|
802
|
+
ListExperimentRunEventsRequest.struct_class = Types::ListExperimentRunEventsRequest
|
|
803
|
+
|
|
804
|
+
ListExperimentRunsRequest.add_member(:application_identifier, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "ApplicationIdentifier"))
|
|
805
|
+
ListExperimentRunsRequest.add_member(:experiment_definition_identifier, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "ExperimentDefinitionIdentifier"))
|
|
806
|
+
ListExperimentRunsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max_results", metadata: {"box" => true}))
|
|
807
|
+
ListExperimentRunsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "next_token"))
|
|
808
|
+
ListExperimentRunsRequest.add_member(:status, Shapes::ShapeRef.new(shape: ExperimentRunStatus, location: "querystring", location_name: "status"))
|
|
809
|
+
ListExperimentRunsRequest.struct_class = Types::ListExperimentRunsRequest
|
|
810
|
+
|
|
581
811
|
ListExtensionAssociationsRequest.add_member(:resource_identifier, Shapes::ShapeRef.new(shape: Arn, location: "querystring", location_name: "resource_identifier"))
|
|
582
812
|
ListExtensionAssociationsRequest.add_member(:extension_identifier, Shapes::ShapeRef.new(shape: Identifier, location: "querystring", location_name: "extension_identifier"))
|
|
583
813
|
ListExtensionAssociationsRequest.add_member(:extension_version_number, Shapes::ShapeRef.new(shape: Integer, location: "querystring", location_name: "extension_version_number", metadata: {"box" => true}))
|
|
@@ -590,8 +820,8 @@ module Aws::AppConfig
|
|
|
590
820
|
ListExtensionsRequest.add_member(:name, Shapes::ShapeRef.new(shape: QueryName, location: "querystring", location_name: "name"))
|
|
591
821
|
ListExtensionsRequest.struct_class = Types::ListExtensionsRequest
|
|
592
822
|
|
|
593
|
-
ListHostedConfigurationVersionsRequest.add_member(:application_id, Shapes::ShapeRef.new(shape:
|
|
594
|
-
ListHostedConfigurationVersionsRequest.add_member(:configuration_profile_id, Shapes::ShapeRef.new(shape:
|
|
823
|
+
ListHostedConfigurationVersionsRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: Name, required: true, location: "uri", location_name: "ApplicationId"))
|
|
824
|
+
ListHostedConfigurationVersionsRequest.add_member(:configuration_profile_id, Shapes::ShapeRef.new(shape: LongName, required: true, location: "uri", location_name: "ConfigurationProfileId"))
|
|
595
825
|
ListHostedConfigurationVersionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max_results", metadata: {"box" => true}))
|
|
596
826
|
ListHostedConfigurationVersionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "next_token"))
|
|
597
827
|
ListHostedConfigurationVersionsRequest.add_member(:version_label, Shapes::ShapeRef.new(shape: QueryName, location: "querystring", location_name: "version_label"))
|
|
@@ -606,6 +836,8 @@ module Aws::AppConfig
|
|
|
606
836
|
|
|
607
837
|
MonitorList.member = Shapes::ShapeRef.new(shape: Monitor)
|
|
608
838
|
|
|
839
|
+
NumberList.member = Shapes::ShapeRef.new(shape: Double)
|
|
840
|
+
|
|
609
841
|
Parameter.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
|
610
842
|
Parameter.add_member(:required, Shapes::ShapeRef.new(shape: Boolean, location_name: "Required"))
|
|
611
843
|
Parameter.add_member(:dynamic, Shapes::ShapeRef.new(shape: Boolean, location_name: "Dynamic"))
|
|
@@ -633,23 +865,42 @@ module Aws::AppConfig
|
|
|
633
865
|
ServiceQuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
|
634
866
|
ServiceQuotaExceededException.struct_class = Types::ServiceQuotaExceededException
|
|
635
867
|
|
|
636
|
-
StartDeploymentRequest.add_member(:application_id, Shapes::ShapeRef.new(shape:
|
|
637
|
-
StartDeploymentRequest.add_member(:environment_id, Shapes::ShapeRef.new(shape:
|
|
868
|
+
StartDeploymentRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: Name, required: true, location: "uri", location_name: "ApplicationId"))
|
|
869
|
+
StartDeploymentRequest.add_member(:environment_id, Shapes::ShapeRef.new(shape: Name, required: true, location: "uri", location_name: "EnvironmentId"))
|
|
638
870
|
StartDeploymentRequest.add_member(:deployment_strategy_id, Shapes::ShapeRef.new(shape: DeploymentStrategyId, required: true, location_name: "DeploymentStrategyId"))
|
|
639
|
-
StartDeploymentRequest.add_member(:configuration_profile_id, Shapes::ShapeRef.new(shape:
|
|
871
|
+
StartDeploymentRequest.add_member(:configuration_profile_id, Shapes::ShapeRef.new(shape: LongName, required: true, location_name: "ConfigurationProfileId"))
|
|
640
872
|
StartDeploymentRequest.add_member(:configuration_version, Shapes::ShapeRef.new(shape: Version, required: true, location_name: "ConfigurationVersion"))
|
|
641
873
|
StartDeploymentRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
|
642
874
|
StartDeploymentRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
|
643
875
|
StartDeploymentRequest.add_member(:kms_key_identifier, Shapes::ShapeRef.new(shape: KmsKeyIdentifier, location_name: "KmsKeyIdentifier"))
|
|
644
876
|
StartDeploymentRequest.add_member(:dynamic_extension_parameters, Shapes::ShapeRef.new(shape: DynamicParameterMap, location_name: "DynamicExtensionParameters"))
|
|
877
|
+
StartDeploymentRequest.add_member(:latest_deployment_number, Shapes::ShapeRef.new(shape: Integer, location_name: "LatestDeploymentNumber", metadata: {"box" => true}))
|
|
645
878
|
StartDeploymentRequest.struct_class = Types::StartDeploymentRequest
|
|
646
879
|
|
|
647
|
-
|
|
648
|
-
|
|
880
|
+
StartExperimentRunRequest.add_member(:application_identifier, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "ApplicationIdentifier"))
|
|
881
|
+
StartExperimentRunRequest.add_member(:experiment_definition_identifier, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "ExperimentDefinitionIdentifier"))
|
|
882
|
+
StartExperimentRunRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
|
883
|
+
StartExperimentRunRequest.add_member(:exposure_percentage, Shapes::ShapeRef.new(shape: NullablePercentage, location_name: "ExposurePercentage"))
|
|
884
|
+
StartExperimentRunRequest.add_member(:treatment_overrides, Shapes::ShapeRef.new(shape: TreatmentOverrides, location_name: "TreatmentOverrides"))
|
|
885
|
+
StartExperimentRunRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
|
886
|
+
StartExperimentRunRequest.add_member(:deployment_parameters, Shapes::ShapeRef.new(shape: DeploymentParameters, location_name: "DeploymentParameters"))
|
|
887
|
+
StartExperimentRunRequest.struct_class = Types::StartExperimentRunRequest
|
|
888
|
+
|
|
889
|
+
StopDeploymentRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: Name, required: true, location: "uri", location_name: "ApplicationId"))
|
|
890
|
+
StopDeploymentRequest.add_member(:environment_id, Shapes::ShapeRef.new(shape: Name, required: true, location: "uri", location_name: "EnvironmentId"))
|
|
649
891
|
StopDeploymentRequest.add_member(:deployment_number, Shapes::ShapeRef.new(shape: Integer, required: true, location: "uri", location_name: "DeploymentNumber", metadata: {"box" => true}))
|
|
650
892
|
StopDeploymentRequest.add_member(:allow_revert, Shapes::ShapeRef.new(shape: Boolean, location: "header", location_name: "Allow-Revert", metadata: {"box" => true}))
|
|
651
893
|
StopDeploymentRequest.struct_class = Types::StopDeploymentRequest
|
|
652
894
|
|
|
895
|
+
StopExperimentRunRequest.add_member(:application_identifier, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "ApplicationIdentifier"))
|
|
896
|
+
StopExperimentRunRequest.add_member(:experiment_definition_identifier, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "ExperimentDefinitionIdentifier"))
|
|
897
|
+
StopExperimentRunRequest.add_member(:run, Shapes::ShapeRef.new(shape: PositiveInteger, required: true, location: "uri", location_name: "Run", metadata: {"box" => true}))
|
|
898
|
+
StopExperimentRunRequest.add_member(:result, Shapes::ShapeRef.new(shape: ExperimentRunResult, location_name: "Result"))
|
|
899
|
+
StopExperimentRunRequest.add_member(:deployment_parameters, Shapes::ShapeRef.new(shape: DeploymentParameters, location_name: "DeploymentParameters"))
|
|
900
|
+
StopExperimentRunRequest.struct_class = Types::StopExperimentRunRequest
|
|
901
|
+
|
|
902
|
+
StringList.member = Shapes::ShapeRef.new(shape: AttributeString)
|
|
903
|
+
|
|
653
904
|
TagKeyList.member = Shapes::ShapeRef.new(shape: TagKey)
|
|
654
905
|
|
|
655
906
|
TagMap.key = Shapes::ShapeRef.new(shape: TagKey)
|
|
@@ -659,20 +910,45 @@ module Aws::AppConfig
|
|
|
659
910
|
TagResourceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, required: true, location_name: "Tags"))
|
|
660
911
|
TagResourceRequest.struct_class = Types::TagResourceRequest
|
|
661
912
|
|
|
913
|
+
Treatment.add_member(:key, Shapes::ShapeRef.new(shape: TreatmentKey, location_name: "Key"))
|
|
914
|
+
Treatment.add_member(:weight, Shapes::ShapeRef.new(shape: Weight, required: true, location_name: "Weight"))
|
|
915
|
+
Treatment.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
|
916
|
+
Treatment.add_member(:flag_value, Shapes::ShapeRef.new(shape: FlagValue, required: true, location_name: "FlagValue"))
|
|
917
|
+
Treatment.struct_class = Types::Treatment
|
|
918
|
+
|
|
919
|
+
TreatmentInput.add_member(:weight, Shapes::ShapeRef.new(shape: Weight, required: true, location_name: "Weight"))
|
|
920
|
+
TreatmentInput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
|
921
|
+
TreatmentInput.add_member(:flag_value, Shapes::ShapeRef.new(shape: FlagValue, required: true, location_name: "FlagValue"))
|
|
922
|
+
TreatmentInput.struct_class = Types::TreatmentInput
|
|
923
|
+
|
|
924
|
+
TreatmentInputList.member = Shapes::ShapeRef.new(shape: TreatmentInput)
|
|
925
|
+
|
|
926
|
+
TreatmentList.member = Shapes::ShapeRef.new(shape: Treatment)
|
|
927
|
+
|
|
928
|
+
TreatmentOverrideMap.key = Shapes::ShapeRef.new(shape: EntityId)
|
|
929
|
+
TreatmentOverrideMap.value = Shapes::ShapeRef.new(shape: TreatmentKey)
|
|
930
|
+
|
|
931
|
+
TreatmentOverrides.add_member(:inline, Shapes::ShapeRef.new(shape: TreatmentOverrideMap, location_name: "Inline"))
|
|
932
|
+
TreatmentOverrides.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
933
|
+
TreatmentOverrides.add_member_subclass(:inline, Types::TreatmentOverrides::Inline)
|
|
934
|
+
TreatmentOverrides.add_member_subclass(:unknown, Types::TreatmentOverrides::Unknown)
|
|
935
|
+
TreatmentOverrides.struct_class = Types::TreatmentOverrides
|
|
936
|
+
|
|
662
937
|
UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location: "uri", location_name: "ResourceArn"))
|
|
663
938
|
UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location: "querystring", location_name: "tagKeys"))
|
|
664
939
|
UntagResourceRequest.struct_class = Types::UntagResourceRequest
|
|
665
940
|
|
|
666
941
|
UpdateAccountSettingsRequest.add_member(:deletion_protection, Shapes::ShapeRef.new(shape: DeletionProtectionSettings, location_name: "DeletionProtection"))
|
|
942
|
+
UpdateAccountSettingsRequest.add_member(:vended_metrics, Shapes::ShapeRef.new(shape: VendedMetricsSettings, location_name: "VendedMetrics"))
|
|
667
943
|
UpdateAccountSettingsRequest.struct_class = Types::UpdateAccountSettingsRequest
|
|
668
944
|
|
|
669
|
-
UpdateApplicationRequest.add_member(:application_id, Shapes::ShapeRef.new(shape:
|
|
945
|
+
UpdateApplicationRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: Name, required: true, location: "uri", location_name: "ApplicationId"))
|
|
670
946
|
UpdateApplicationRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "Name"))
|
|
671
947
|
UpdateApplicationRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
|
672
948
|
UpdateApplicationRequest.struct_class = Types::UpdateApplicationRequest
|
|
673
949
|
|
|
674
|
-
UpdateConfigurationProfileRequest.add_member(:application_id, Shapes::ShapeRef.new(shape:
|
|
675
|
-
UpdateConfigurationProfileRequest.add_member(:configuration_profile_id, Shapes::ShapeRef.new(shape:
|
|
950
|
+
UpdateConfigurationProfileRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: Name, required: true, location: "uri", location_name: "ApplicationId"))
|
|
951
|
+
UpdateConfigurationProfileRequest.add_member(:configuration_profile_id, Shapes::ShapeRef.new(shape: LongName, required: true, location: "uri", location_name: "ConfigurationProfileId"))
|
|
676
952
|
UpdateConfigurationProfileRequest.add_member(:name, Shapes::ShapeRef.new(shape: LongName, location_name: "Name"))
|
|
677
953
|
UpdateConfigurationProfileRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
|
678
954
|
UpdateConfigurationProfileRequest.add_member(:retrieval_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "RetrievalRoleArn"))
|
|
@@ -688,13 +964,32 @@ module Aws::AppConfig
|
|
|
688
964
|
UpdateDeploymentStrategyRequest.add_member(:growth_type, Shapes::ShapeRef.new(shape: GrowthType, location_name: "GrowthType"))
|
|
689
965
|
UpdateDeploymentStrategyRequest.struct_class = Types::UpdateDeploymentStrategyRequest
|
|
690
966
|
|
|
691
|
-
UpdateEnvironmentRequest.add_member(:application_id, Shapes::ShapeRef.new(shape:
|
|
692
|
-
UpdateEnvironmentRequest.add_member(:environment_id, Shapes::ShapeRef.new(shape:
|
|
967
|
+
UpdateEnvironmentRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: Name, required: true, location: "uri", location_name: "ApplicationId"))
|
|
968
|
+
UpdateEnvironmentRequest.add_member(:environment_id, Shapes::ShapeRef.new(shape: Name, required: true, location: "uri", location_name: "EnvironmentId"))
|
|
693
969
|
UpdateEnvironmentRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "Name"))
|
|
694
970
|
UpdateEnvironmentRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
|
695
971
|
UpdateEnvironmentRequest.add_member(:monitors, Shapes::ShapeRef.new(shape: MonitorList, location_name: "Monitors"))
|
|
696
972
|
UpdateEnvironmentRequest.struct_class = Types::UpdateEnvironmentRequest
|
|
697
973
|
|
|
974
|
+
UpdateExperimentDefinitionRequest.add_member(:application_identifier, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "ApplicationIdentifier"))
|
|
975
|
+
UpdateExperimentDefinitionRequest.add_member(:experiment_definition_identifier, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "ExperimentDefinitionIdentifier"))
|
|
976
|
+
UpdateExperimentDefinitionRequest.add_member(:treatments, Shapes::ShapeRef.new(shape: TreatmentInputList, location_name: "Treatments"))
|
|
977
|
+
UpdateExperimentDefinitionRequest.add_member(:control, Shapes::ShapeRef.new(shape: TreatmentInput, location_name: "Control"))
|
|
978
|
+
UpdateExperimentDefinitionRequest.add_member(:hypothesis, Shapes::ShapeRef.new(shape: Description, location_name: "Hypothesis"))
|
|
979
|
+
UpdateExperimentDefinitionRequest.add_member(:audience_rule, Shapes::ShapeRef.new(shape: Rule, location_name: "AudienceRule"))
|
|
980
|
+
UpdateExperimentDefinitionRequest.add_member(:audience_description, Shapes::ShapeRef.new(shape: Description, location_name: "AudienceDescription"))
|
|
981
|
+
UpdateExperimentDefinitionRequest.add_member(:launch_criteria, Shapes::ShapeRef.new(shape: Description, location_name: "LaunchCriteria"))
|
|
982
|
+
UpdateExperimentDefinitionRequest.struct_class = Types::UpdateExperimentDefinitionRequest
|
|
983
|
+
|
|
984
|
+
UpdateExperimentRunRequest.add_member(:application_identifier, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "ApplicationIdentifier"))
|
|
985
|
+
UpdateExperimentRunRequest.add_member(:experiment_definition_identifier, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "ExperimentDefinitionIdentifier"))
|
|
986
|
+
UpdateExperimentRunRequest.add_member(:run, Shapes::ShapeRef.new(shape: PositiveInteger, required: true, location: "uri", location_name: "Run", metadata: {"box" => true}))
|
|
987
|
+
UpdateExperimentRunRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
|
988
|
+
UpdateExperimentRunRequest.add_member(:exposure_percentage, Shapes::ShapeRef.new(shape: NullablePercentage, location_name: "ExposurePercentage", metadata: {"box" => true}))
|
|
989
|
+
UpdateExperimentRunRequest.add_member(:treatment_overrides, Shapes::ShapeRef.new(shape: TreatmentOverrides, location_name: "TreatmentOverrides"))
|
|
990
|
+
UpdateExperimentRunRequest.add_member(:deployment_parameters, Shapes::ShapeRef.new(shape: DeploymentParameters, location_name: "DeploymentParameters"))
|
|
991
|
+
UpdateExperimentRunRequest.struct_class = Types::UpdateExperimentRunRequest
|
|
992
|
+
|
|
698
993
|
UpdateExtensionAssociationRequest.add_member(:extension_association_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "ExtensionAssociationId"))
|
|
699
994
|
UpdateExtensionAssociationRequest.add_member(:parameters, Shapes::ShapeRef.new(shape: ParameterValueMap, location_name: "Parameters"))
|
|
700
995
|
UpdateExtensionAssociationRequest.struct_class = Types::UpdateExtensionAssociationRequest
|
|
@@ -706,8 +1001,8 @@ module Aws::AppConfig
|
|
|
706
1001
|
UpdateExtensionRequest.add_member(:version_number, Shapes::ShapeRef.new(shape: Integer, location_name: "VersionNumber", metadata: {"box" => true}))
|
|
707
1002
|
UpdateExtensionRequest.struct_class = Types::UpdateExtensionRequest
|
|
708
1003
|
|
|
709
|
-
ValidateConfigurationRequest.add_member(:application_id, Shapes::ShapeRef.new(shape:
|
|
710
|
-
ValidateConfigurationRequest.add_member(:configuration_profile_id, Shapes::ShapeRef.new(shape:
|
|
1004
|
+
ValidateConfigurationRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: Name, required: true, location: "uri", location_name: "ApplicationId"))
|
|
1005
|
+
ValidateConfigurationRequest.add_member(:configuration_profile_id, Shapes::ShapeRef.new(shape: LongName, required: true, location: "uri", location_name: "ConfigurationProfileId"))
|
|
711
1006
|
ValidateConfigurationRequest.add_member(:configuration_version, Shapes::ShapeRef.new(shape: Version, required: true, location: "querystring", location_name: "configuration_version"))
|
|
712
1007
|
ValidateConfigurationRequest.struct_class = Types::ValidateConfigurationRequest
|
|
713
1008
|
|
|
@@ -719,6 +1014,9 @@ module Aws::AppConfig
|
|
|
719
1014
|
|
|
720
1015
|
ValidatorTypeList.member = Shapes::ShapeRef.new(shape: ValidatorType)
|
|
721
1016
|
|
|
1017
|
+
VendedMetricsSettings.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "Enabled", metadata: {"box" => true}))
|
|
1018
|
+
VendedMetricsSettings.struct_class = Types::VendedMetricsSettings
|
|
1019
|
+
|
|
722
1020
|
|
|
723
1021
|
# @api private
|
|
724
1022
|
API = Seahorse::Model::Api.new.tap do |api|
|
|
@@ -786,6 +1084,19 @@ module Aws::AppConfig
|
|
|
786
1084
|
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
787
1085
|
end)
|
|
788
1086
|
|
|
1087
|
+
api.add_operation(:create_experiment_definition, Seahorse::Model::Operation.new.tap do |o|
|
|
1088
|
+
o.name = "CreateExperimentDefinition"
|
|
1089
|
+
o.http_method = "POST"
|
|
1090
|
+
o.http_request_uri = "/applications/{ApplicationIdentifier}/experimentdefinitions"
|
|
1091
|
+
o.input = Shapes::ShapeRef.new(shape: CreateExperimentDefinitionRequest)
|
|
1092
|
+
o.output = Shapes::ShapeRef.new(shape: ExperimentDefinition)
|
|
1093
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
1094
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
1095
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1096
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
1097
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1098
|
+
end)
|
|
1099
|
+
|
|
789
1100
|
api.add_operation(:create_extension, Seahorse::Model::Operation.new.tap do |o|
|
|
790
1101
|
o.name = "CreateExtension"
|
|
791
1102
|
o.http_method = "POST"
|
|
@@ -870,6 +1181,18 @@ module Aws::AppConfig
|
|
|
870
1181
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
871
1182
|
end)
|
|
872
1183
|
|
|
1184
|
+
api.add_operation(:delete_experiment_definition, Seahorse::Model::Operation.new.tap do |o|
|
|
1185
|
+
o.name = "DeleteExperimentDefinition"
|
|
1186
|
+
o.http_method = "DELETE"
|
|
1187
|
+
o.http_request_uri = "/applications/{ApplicationIdentifier}/experimentdefinitions/{ExperimentDefinitionIdentifier}"
|
|
1188
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteExperimentDefinitionRequest)
|
|
1189
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
|
1190
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
1191
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
1192
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1193
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1194
|
+
end)
|
|
1195
|
+
|
|
873
1196
|
api.add_operation(:delete_extension, Seahorse::Model::Operation.new.tap do |o|
|
|
874
1197
|
o.name = "DeleteExtension"
|
|
875
1198
|
o.http_method = "DELETE"
|
|
@@ -980,6 +1303,28 @@ module Aws::AppConfig
|
|
|
980
1303
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
981
1304
|
end)
|
|
982
1305
|
|
|
1306
|
+
api.add_operation(:get_experiment_definition, Seahorse::Model::Operation.new.tap do |o|
|
|
1307
|
+
o.name = "GetExperimentDefinition"
|
|
1308
|
+
o.http_method = "GET"
|
|
1309
|
+
o.http_request_uri = "/applications/{ApplicationIdentifier}/experimentdefinitions/{ExperimentDefinitionIdentifier}"
|
|
1310
|
+
o.input = Shapes::ShapeRef.new(shape: GetExperimentDefinitionRequest)
|
|
1311
|
+
o.output = Shapes::ShapeRef.new(shape: ExperimentDefinition)
|
|
1312
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
1313
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1314
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1315
|
+
end)
|
|
1316
|
+
|
|
1317
|
+
api.add_operation(:get_experiment_run, Seahorse::Model::Operation.new.tap do |o|
|
|
1318
|
+
o.name = "GetExperimentRun"
|
|
1319
|
+
o.http_method = "GET"
|
|
1320
|
+
o.http_request_uri = "/applications/{ApplicationIdentifier}/experimentdefinitions/{ExperimentDefinitionIdentifier}/experimentruns/{Run}"
|
|
1321
|
+
o.input = Shapes::ShapeRef.new(shape: GetExperimentRunRequest)
|
|
1322
|
+
o.output = Shapes::ShapeRef.new(shape: ExperimentRun)
|
|
1323
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1324
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1325
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
1326
|
+
end)
|
|
1327
|
+
|
|
983
1328
|
api.add_operation(:get_extension, Seahorse::Model::Operation.new.tap do |o|
|
|
984
1329
|
o.name = "GetExtension"
|
|
985
1330
|
o.http_method = "GET"
|
|
@@ -1096,6 +1441,57 @@ module Aws::AppConfig
|
|
|
1096
1441
|
)
|
|
1097
1442
|
end)
|
|
1098
1443
|
|
|
1444
|
+
api.add_operation(:list_experiment_definitions, Seahorse::Model::Operation.new.tap do |o|
|
|
1445
|
+
o.name = "ListExperimentDefinitions"
|
|
1446
|
+
o.http_method = "GET"
|
|
1447
|
+
o.http_request_uri = "/experimentdefinitions"
|
|
1448
|
+
o.input = Shapes::ShapeRef.new(shape: ListExperimentDefinitionsRequest)
|
|
1449
|
+
o.output = Shapes::ShapeRef.new(shape: ExperimentDefinitions)
|
|
1450
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1451
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
1452
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1453
|
+
o[:pager] = Aws::Pager.new(
|
|
1454
|
+
limit_key: "max_results",
|
|
1455
|
+
tokens: {
|
|
1456
|
+
"next_token" => "next_token"
|
|
1457
|
+
}
|
|
1458
|
+
)
|
|
1459
|
+
end)
|
|
1460
|
+
|
|
1461
|
+
api.add_operation(:list_experiment_run_events, Seahorse::Model::Operation.new.tap do |o|
|
|
1462
|
+
o.name = "ListExperimentRunEvents"
|
|
1463
|
+
o.http_method = "GET"
|
|
1464
|
+
o.http_request_uri = "/applications/{ApplicationIdentifier}/experimentdefinitions/{ExperimentDefinitionIdentifier}/experimentruns/{Run}/events"
|
|
1465
|
+
o.input = Shapes::ShapeRef.new(shape: ListExperimentRunEventsRequest)
|
|
1466
|
+
o.output = Shapes::ShapeRef.new(shape: ExperimentRunEvents)
|
|
1467
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1468
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1469
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
1470
|
+
o[:pager] = Aws::Pager.new(
|
|
1471
|
+
limit_key: "max_results",
|
|
1472
|
+
tokens: {
|
|
1473
|
+
"next_token" => "next_token"
|
|
1474
|
+
}
|
|
1475
|
+
)
|
|
1476
|
+
end)
|
|
1477
|
+
|
|
1478
|
+
api.add_operation(:list_experiment_runs, Seahorse::Model::Operation.new.tap do |o|
|
|
1479
|
+
o.name = "ListExperimentRuns"
|
|
1480
|
+
o.http_method = "GET"
|
|
1481
|
+
o.http_request_uri = "/applications/{ApplicationIdentifier}/experimentdefinitions/{ExperimentDefinitionIdentifier}/experimentruns"
|
|
1482
|
+
o.input = Shapes::ShapeRef.new(shape: ListExperimentRunsRequest)
|
|
1483
|
+
o.output = Shapes::ShapeRef.new(shape: ExperimentRuns)
|
|
1484
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1485
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1486
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
1487
|
+
o[:pager] = Aws::Pager.new(
|
|
1488
|
+
limit_key: "max_results",
|
|
1489
|
+
tokens: {
|
|
1490
|
+
"next_token" => "next_token"
|
|
1491
|
+
}
|
|
1492
|
+
)
|
|
1493
|
+
end)
|
|
1494
|
+
|
|
1099
1495
|
api.add_operation(:list_extension_associations, Seahorse::Model::Operation.new.tap do |o|
|
|
1100
1496
|
o.name = "ListExtensionAssociations"
|
|
1101
1497
|
o.http_method = "GET"
|
|
@@ -1168,6 +1564,18 @@ module Aws::AppConfig
|
|
|
1168
1564
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1169
1565
|
end)
|
|
1170
1566
|
|
|
1567
|
+
api.add_operation(:start_experiment_run, Seahorse::Model::Operation.new.tap do |o|
|
|
1568
|
+
o.name = "StartExperimentRun"
|
|
1569
|
+
o.http_method = "POST"
|
|
1570
|
+
o.http_request_uri = "/applications/{ApplicationIdentifier}/experimentdefinitions/{ExperimentDefinitionIdentifier}/experimentruns"
|
|
1571
|
+
o.input = Shapes::ShapeRef.new(shape: StartExperimentRunRequest)
|
|
1572
|
+
o.output = Shapes::ShapeRef.new(shape: ExperimentRun)
|
|
1573
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
1574
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1575
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
1576
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1577
|
+
end)
|
|
1578
|
+
|
|
1171
1579
|
api.add_operation(:stop_deployment, Seahorse::Model::Operation.new.tap do |o|
|
|
1172
1580
|
o.name = "StopDeployment"
|
|
1173
1581
|
o.http_method = "DELETE"
|
|
@@ -1179,6 +1587,17 @@ module Aws::AppConfig
|
|
|
1179
1587
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
1180
1588
|
end)
|
|
1181
1589
|
|
|
1590
|
+
api.add_operation(:stop_experiment_run, Seahorse::Model::Operation.new.tap do |o|
|
|
1591
|
+
o.name = "StopExperimentRun"
|
|
1592
|
+
o.http_method = "PATCH"
|
|
1593
|
+
o.http_request_uri = "/applications/{ApplicationIdentifier}/experimentdefinitions/{ExperimentDefinitionIdentifier}/experimentruns/{Run}/stop"
|
|
1594
|
+
o.input = Shapes::ShapeRef.new(shape: StopExperimentRunRequest)
|
|
1595
|
+
o.output = Shapes::ShapeRef.new(shape: ExperimentRun)
|
|
1596
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1597
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1598
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
1599
|
+
end)
|
|
1600
|
+
|
|
1182
1601
|
api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
|
|
1183
1602
|
o.name = "TagResource"
|
|
1184
1603
|
o.http_method = "POST"
|
|
@@ -1255,6 +1674,30 @@ module Aws::AppConfig
|
|
|
1255
1674
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1256
1675
|
end)
|
|
1257
1676
|
|
|
1677
|
+
api.add_operation(:update_experiment_definition, Seahorse::Model::Operation.new.tap do |o|
|
|
1678
|
+
o.name = "UpdateExperimentDefinition"
|
|
1679
|
+
o.http_method = "PATCH"
|
|
1680
|
+
o.http_request_uri = "/applications/{ApplicationIdentifier}/experimentdefinitions/{ExperimentDefinitionIdentifier}"
|
|
1681
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateExperimentDefinitionRequest)
|
|
1682
|
+
o.output = Shapes::ShapeRef.new(shape: ExperimentDefinition)
|
|
1683
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
1684
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1685
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
1686
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1687
|
+
end)
|
|
1688
|
+
|
|
1689
|
+
api.add_operation(:update_experiment_run, Seahorse::Model::Operation.new.tap do |o|
|
|
1690
|
+
o.name = "UpdateExperimentRun"
|
|
1691
|
+
o.http_method = "PATCH"
|
|
1692
|
+
o.http_request_uri = "/applications/{ApplicationIdentifier}/experimentdefinitions/{ExperimentDefinitionIdentifier}/experimentruns/{Run}/update"
|
|
1693
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateExperimentRunRequest)
|
|
1694
|
+
o.output = Shapes::ShapeRef.new(shape: ExperimentRun)
|
|
1695
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
1696
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
1697
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1698
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1699
|
+
end)
|
|
1700
|
+
|
|
1258
1701
|
api.add_operation(:update_extension, Seahorse::Model::Operation.new.tap do |o|
|
|
1259
1702
|
o.name = "UpdateExtension"
|
|
1260
1703
|
o.http_method = "PATCH"
|