aws-sdk-appconfig 1.21.0 → 1.40.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -13,14 +13,23 @@ module Aws::AppConfig
13
13
 
14
14
  include Seahorse::Model
15
15
 
16
+ Action = Shapes::StructureShape.new(name: 'Action')
17
+ ActionInvocation = Shapes::StructureShape.new(name: 'ActionInvocation')
18
+ ActionInvocations = Shapes::ListShape.new(name: 'ActionInvocations')
19
+ ActionList = Shapes::ListShape.new(name: 'ActionList')
20
+ ActionPoint = Shapes::StringShape.new(name: 'ActionPoint')
21
+ ActionsMap = Shapes::MapShape.new(name: 'ActionsMap')
16
22
  Application = Shapes::StructureShape.new(name: 'Application')
17
23
  ApplicationList = Shapes::ListShape.new(name: 'ApplicationList')
18
24
  Applications = Shapes::StructureShape.new(name: 'Applications')
25
+ AppliedExtension = Shapes::StructureShape.new(name: 'AppliedExtension')
26
+ AppliedExtensions = Shapes::ListShape.new(name: 'AppliedExtensions')
19
27
  Arn = Shapes::StringShape.new(name: 'Arn')
20
28
  BadRequestDetails = Shapes::UnionShape.new(name: 'BadRequestDetails')
21
29
  BadRequestException = Shapes::StructureShape.new(name: 'BadRequestException')
22
30
  BadRequestReason = Shapes::StringShape.new(name: 'BadRequestReason')
23
31
  Blob = Shapes::BlobShape.new(name: 'Blob')
32
+ Boolean = Shapes::BooleanShape.new(name: 'Boolean')
24
33
  BytesMeasure = Shapes::StringShape.new(name: 'BytesMeasure')
25
34
  Configuration = Shapes::StructureShape.new(name: 'Configuration')
26
35
  ConfigurationProfile = Shapes::StructureShape.new(name: 'ConfigurationProfile')
@@ -33,11 +42,15 @@ module Aws::AppConfig
33
42
  CreateConfigurationProfileRequest = Shapes::StructureShape.new(name: 'CreateConfigurationProfileRequest')
34
43
  CreateDeploymentStrategyRequest = Shapes::StructureShape.new(name: 'CreateDeploymentStrategyRequest')
35
44
  CreateEnvironmentRequest = Shapes::StructureShape.new(name: 'CreateEnvironmentRequest')
45
+ CreateExtensionAssociationRequest = Shapes::StructureShape.new(name: 'CreateExtensionAssociationRequest')
46
+ CreateExtensionRequest = Shapes::StructureShape.new(name: 'CreateExtensionRequest')
36
47
  CreateHostedConfigurationVersionRequest = Shapes::StructureShape.new(name: 'CreateHostedConfigurationVersionRequest')
37
48
  DeleteApplicationRequest = Shapes::StructureShape.new(name: 'DeleteApplicationRequest')
38
49
  DeleteConfigurationProfileRequest = Shapes::StructureShape.new(name: 'DeleteConfigurationProfileRequest')
39
50
  DeleteDeploymentStrategyRequest = Shapes::StructureShape.new(name: 'DeleteDeploymentStrategyRequest')
40
51
  DeleteEnvironmentRequest = Shapes::StructureShape.new(name: 'DeleteEnvironmentRequest')
52
+ DeleteExtensionAssociationRequest = Shapes::StructureShape.new(name: 'DeleteExtensionAssociationRequest')
53
+ DeleteExtensionRequest = Shapes::StructureShape.new(name: 'DeleteExtensionRequest')
41
54
  DeleteHostedConfigurationVersionRequest = Shapes::StructureShape.new(name: 'DeleteHostedConfigurationVersionRequest')
42
55
  Deployment = Shapes::StructureShape.new(name: 'Deployment')
43
56
  DeploymentEvent = Shapes::StructureShape.new(name: 'DeploymentEvent')
@@ -56,6 +69,15 @@ module Aws::AppConfig
56
69
  EnvironmentList = Shapes::ListShape.new(name: 'EnvironmentList')
57
70
  EnvironmentState = Shapes::StringShape.new(name: 'EnvironmentState')
58
71
  Environments = Shapes::StructureShape.new(name: 'Environments')
72
+ Extension = Shapes::StructureShape.new(name: 'Extension')
73
+ ExtensionAssociation = Shapes::StructureShape.new(name: 'ExtensionAssociation')
74
+ ExtensionAssociationSummaries = Shapes::ListShape.new(name: 'ExtensionAssociationSummaries')
75
+ ExtensionAssociationSummary = Shapes::StructureShape.new(name: 'ExtensionAssociationSummary')
76
+ ExtensionAssociations = Shapes::StructureShape.new(name: 'ExtensionAssociations')
77
+ ExtensionOrParameterName = Shapes::StringShape.new(name: 'ExtensionOrParameterName')
78
+ ExtensionSummaries = Shapes::ListShape.new(name: 'ExtensionSummaries')
79
+ ExtensionSummary = Shapes::StructureShape.new(name: 'ExtensionSummary')
80
+ Extensions = Shapes::StructureShape.new(name: 'Extensions')
59
81
  Float = Shapes::FloatShape.new(name: 'Float')
60
82
  GetApplicationRequest = Shapes::StructureShape.new(name: 'GetApplicationRequest')
61
83
  GetConfigurationProfileRequest = Shapes::StructureShape.new(name: 'GetConfigurationProfileRequest')
@@ -63,6 +85,8 @@ module Aws::AppConfig
63
85
  GetDeploymentRequest = Shapes::StructureShape.new(name: 'GetDeploymentRequest')
64
86
  GetDeploymentStrategyRequest = Shapes::StructureShape.new(name: 'GetDeploymentStrategyRequest')
65
87
  GetEnvironmentRequest = Shapes::StructureShape.new(name: 'GetEnvironmentRequest')
88
+ GetExtensionAssociationRequest = Shapes::StructureShape.new(name: 'GetExtensionAssociationRequest')
89
+ GetExtensionRequest = Shapes::StructureShape.new(name: 'GetExtensionRequest')
66
90
  GetHostedConfigurationVersionRequest = Shapes::StructureShape.new(name: 'GetHostedConfigurationVersionRequest')
67
91
  GrowthFactor = Shapes::FloatShape.new(name: 'GrowthFactor')
68
92
  GrowthType = Shapes::StringShape.new(name: 'GrowthType')
@@ -71,26 +95,36 @@ module Aws::AppConfig
71
95
  HostedConfigurationVersionSummaryList = Shapes::ListShape.new(name: 'HostedConfigurationVersionSummaryList')
72
96
  HostedConfigurationVersions = Shapes::StructureShape.new(name: 'HostedConfigurationVersions')
73
97
  Id = Shapes::StringShape.new(name: 'Id')
98
+ Identifier = Shapes::StringShape.new(name: 'Identifier')
74
99
  Integer = Shapes::IntegerShape.new(name: 'Integer')
75
100
  InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
76
101
  InvalidConfigurationDetail = Shapes::StructureShape.new(name: 'InvalidConfigurationDetail')
77
102
  InvalidConfigurationDetailList = Shapes::ListShape.new(name: 'InvalidConfigurationDetailList')
78
103
  Iso8601DateTime = Shapes::TimestampShape.new(name: 'Iso8601DateTime', timestampFormat: "iso8601")
104
+ KmsKeyIdentifier = Shapes::StringShape.new(name: 'KmsKeyIdentifier')
105
+ KmsKeyIdentifierOrEmpty = Shapes::StringShape.new(name: 'KmsKeyIdentifierOrEmpty')
79
106
  ListApplicationsRequest = Shapes::StructureShape.new(name: 'ListApplicationsRequest')
80
107
  ListConfigurationProfilesRequest = Shapes::StructureShape.new(name: 'ListConfigurationProfilesRequest')
81
108
  ListDeploymentStrategiesRequest = Shapes::StructureShape.new(name: 'ListDeploymentStrategiesRequest')
82
109
  ListDeploymentsRequest = Shapes::StructureShape.new(name: 'ListDeploymentsRequest')
83
110
  ListEnvironmentsRequest = Shapes::StructureShape.new(name: 'ListEnvironmentsRequest')
111
+ ListExtensionAssociationsRequest = Shapes::StructureShape.new(name: 'ListExtensionAssociationsRequest')
112
+ ListExtensionsRequest = Shapes::StructureShape.new(name: 'ListExtensionsRequest')
84
113
  ListHostedConfigurationVersionsRequest = Shapes::StructureShape.new(name: 'ListHostedConfigurationVersionsRequest')
85
114
  ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
115
+ LongName = Shapes::StringShape.new(name: 'LongName')
86
116
  MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
87
117
  MinutesBetween0And24Hours = Shapes::IntegerShape.new(name: 'MinutesBetween0And24Hours')
88
118
  Monitor = Shapes::StructureShape.new(name: 'Monitor')
89
119
  MonitorList = Shapes::ListShape.new(name: 'MonitorList')
90
120
  Name = Shapes::StringShape.new(name: 'Name')
91
121
  NextToken = Shapes::StringShape.new(name: 'NextToken')
122
+ Parameter = Shapes::StructureShape.new(name: 'Parameter')
123
+ ParameterMap = Shapes::MapShape.new(name: 'ParameterMap')
124
+ ParameterValueMap = Shapes::MapShape.new(name: 'ParameterValueMap')
92
125
  PayloadTooLargeException = Shapes::StructureShape.new(name: 'PayloadTooLargeException')
93
126
  Percentage = Shapes::FloatShape.new(name: 'Percentage')
127
+ QueryName = Shapes::StringShape.new(name: 'QueryName')
94
128
  ReplicateTo = Shapes::StringShape.new(name: 'ReplicateTo')
95
129
  ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
96
130
  ResourceTags = Shapes::StructureShape.new(name: 'ResourceTags')
@@ -114,6 +148,8 @@ module Aws::AppConfig
114
148
  UpdateConfigurationProfileRequest = Shapes::StructureShape.new(name: 'UpdateConfigurationProfileRequest')
115
149
  UpdateDeploymentStrategyRequest = Shapes::StructureShape.new(name: 'UpdateDeploymentStrategyRequest')
116
150
  UpdateEnvironmentRequest = Shapes::StructureShape.new(name: 'UpdateEnvironmentRequest')
151
+ UpdateExtensionAssociationRequest = Shapes::StructureShape.new(name: 'UpdateExtensionAssociationRequest')
152
+ UpdateExtensionRequest = Shapes::StructureShape.new(name: 'UpdateExtensionRequest')
117
153
  Uri = Shapes::StringShape.new(name: 'Uri')
118
154
  ValidateConfigurationRequest = Shapes::StructureShape.new(name: 'ValidateConfigurationRequest')
119
155
  Validator = Shapes::StructureShape.new(name: 'Validator')
@@ -121,6 +157,29 @@ module Aws::AppConfig
121
157
  ValidatorType = Shapes::StringShape.new(name: 'ValidatorType')
122
158
  ValidatorTypeList = Shapes::ListShape.new(name: 'ValidatorTypeList')
123
159
  Version = Shapes::StringShape.new(name: 'Version')
160
+ VersionLabel = Shapes::StringShape.new(name: 'VersionLabel')
161
+
162
+ Action.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "Name"))
163
+ Action.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
164
+ Action.add_member(:uri, Shapes::ShapeRef.new(shape: Uri, location_name: "Uri"))
165
+ Action.add_member(:role_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "RoleArn"))
166
+ Action.struct_class = Types::Action
167
+
168
+ ActionInvocation.add_member(:extension_identifier, Shapes::ShapeRef.new(shape: Identifier, location_name: "ExtensionIdentifier"))
169
+ ActionInvocation.add_member(:action_name, Shapes::ShapeRef.new(shape: Name, location_name: "ActionName"))
170
+ ActionInvocation.add_member(:uri, Shapes::ShapeRef.new(shape: Uri, location_name: "Uri"))
171
+ ActionInvocation.add_member(:role_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "RoleArn"))
172
+ ActionInvocation.add_member(:error_message, Shapes::ShapeRef.new(shape: String, location_name: "ErrorMessage"))
173
+ ActionInvocation.add_member(:error_code, Shapes::ShapeRef.new(shape: String, location_name: "ErrorCode"))
174
+ ActionInvocation.add_member(:invocation_id, Shapes::ShapeRef.new(shape: Id, location_name: "InvocationId"))
175
+ ActionInvocation.struct_class = Types::ActionInvocation
176
+
177
+ ActionInvocations.member = Shapes::ShapeRef.new(shape: ActionInvocation)
178
+
179
+ ActionList.member = Shapes::ShapeRef.new(shape: Action)
180
+
181
+ ActionsMap.key = Shapes::ShapeRef.new(shape: ActionPoint)
182
+ ActionsMap.value = Shapes::ShapeRef.new(shape: ActionList)
124
183
 
125
184
  Application.add_member(:id, Shapes::ShapeRef.new(shape: Id, location_name: "Id"))
126
185
  Application.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "Name"))
@@ -133,6 +192,14 @@ module Aws::AppConfig
133
192
  Applications.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
134
193
  Applications.struct_class = Types::Applications
135
194
 
195
+ AppliedExtension.add_member(:extension_id, Shapes::ShapeRef.new(shape: Id, location_name: "ExtensionId"))
196
+ AppliedExtension.add_member(:extension_association_id, Shapes::ShapeRef.new(shape: Id, location_name: "ExtensionAssociationId"))
197
+ AppliedExtension.add_member(:version_number, Shapes::ShapeRef.new(shape: Integer, location_name: "VersionNumber"))
198
+ AppliedExtension.add_member(:parameters, Shapes::ShapeRef.new(shape: ParameterValueMap, location_name: "Parameters"))
199
+ AppliedExtension.struct_class = Types::AppliedExtension
200
+
201
+ AppliedExtensions.member = Shapes::ShapeRef.new(shape: AppliedExtension)
202
+
136
203
  BadRequestDetails.add_member(:invalid_configuration, Shapes::ShapeRef.new(shape: InvalidConfigurationDetailList, location_name: "InvalidConfiguration"))
137
204
  BadRequestDetails.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
138
205
  BadRequestDetails.add_member_subclass(:invalid_configuration, Types::BadRequestDetails::InvalidConfiguration)
@@ -153,17 +220,19 @@ module Aws::AppConfig
153
220
 
154
221
  ConfigurationProfile.add_member(:application_id, Shapes::ShapeRef.new(shape: Id, location_name: "ApplicationId"))
155
222
  ConfigurationProfile.add_member(:id, Shapes::ShapeRef.new(shape: Id, location_name: "Id"))
156
- ConfigurationProfile.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "Name"))
223
+ ConfigurationProfile.add_member(:name, Shapes::ShapeRef.new(shape: LongName, location_name: "Name"))
157
224
  ConfigurationProfile.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
158
225
  ConfigurationProfile.add_member(:location_uri, Shapes::ShapeRef.new(shape: Uri, location_name: "LocationUri"))
159
226
  ConfigurationProfile.add_member(:retrieval_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "RetrievalRoleArn"))
160
227
  ConfigurationProfile.add_member(:validators, Shapes::ShapeRef.new(shape: ValidatorList, location_name: "Validators"))
161
228
  ConfigurationProfile.add_member(:type, Shapes::ShapeRef.new(shape: ConfigurationProfileType, location_name: "Type"))
229
+ ConfigurationProfile.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "KmsKeyArn"))
230
+ ConfigurationProfile.add_member(:kms_key_identifier, Shapes::ShapeRef.new(shape: KmsKeyIdentifier, location_name: "KmsKeyIdentifier"))
162
231
  ConfigurationProfile.struct_class = Types::ConfigurationProfile
163
232
 
164
233
  ConfigurationProfileSummary.add_member(:application_id, Shapes::ShapeRef.new(shape: Id, location_name: "ApplicationId"))
165
234
  ConfigurationProfileSummary.add_member(:id, Shapes::ShapeRef.new(shape: Id, location_name: "Id"))
166
- ConfigurationProfileSummary.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "Name"))
235
+ ConfigurationProfileSummary.add_member(:name, Shapes::ShapeRef.new(shape: LongName, location_name: "Name"))
167
236
  ConfigurationProfileSummary.add_member(:location_uri, Shapes::ShapeRef.new(shape: Uri, location_name: "LocationUri"))
168
237
  ConfigurationProfileSummary.add_member(:validator_types, Shapes::ShapeRef.new(shape: ValidatorTypeList, location_name: "ValidatorTypes"))
169
238
  ConfigurationProfileSummary.add_member(:type, Shapes::ShapeRef.new(shape: ConfigurationProfileType, location_name: "Type"))
@@ -184,13 +253,14 @@ module Aws::AppConfig
184
253
  CreateApplicationRequest.struct_class = Types::CreateApplicationRequest
185
254
 
186
255
  CreateConfigurationProfileRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "ApplicationId"))
187
- CreateConfigurationProfileRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "Name"))
256
+ CreateConfigurationProfileRequest.add_member(:name, Shapes::ShapeRef.new(shape: LongName, required: true, location_name: "Name"))
188
257
  CreateConfigurationProfileRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
189
258
  CreateConfigurationProfileRequest.add_member(:location_uri, Shapes::ShapeRef.new(shape: Uri, required: true, location_name: "LocationUri"))
190
259
  CreateConfigurationProfileRequest.add_member(:retrieval_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "RetrievalRoleArn"))
191
260
  CreateConfigurationProfileRequest.add_member(:validators, Shapes::ShapeRef.new(shape: ValidatorList, location_name: "Validators"))
192
261
  CreateConfigurationProfileRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
193
262
  CreateConfigurationProfileRequest.add_member(:type, Shapes::ShapeRef.new(shape: ConfigurationProfileType, location_name: "Type"))
263
+ CreateConfigurationProfileRequest.add_member(:kms_key_identifier, Shapes::ShapeRef.new(shape: KmsKeyIdentifier, location_name: "KmsKeyIdentifier"))
194
264
  CreateConfigurationProfileRequest.struct_class = Types::CreateConfigurationProfileRequest
195
265
 
196
266
  CreateDeploymentStrategyRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "Name"))
@@ -199,7 +269,7 @@ module Aws::AppConfig
199
269
  CreateDeploymentStrategyRequest.add_member(:final_bake_time_in_minutes, Shapes::ShapeRef.new(shape: MinutesBetween0And24Hours, location_name: "FinalBakeTimeInMinutes"))
200
270
  CreateDeploymentStrategyRequest.add_member(:growth_factor, Shapes::ShapeRef.new(shape: GrowthFactor, required: true, location_name: "GrowthFactor", metadata: {"box"=>true}))
201
271
  CreateDeploymentStrategyRequest.add_member(:growth_type, Shapes::ShapeRef.new(shape: GrowthType, location_name: "GrowthType"))
202
- CreateDeploymentStrategyRequest.add_member(:replicate_to, Shapes::ShapeRef.new(shape: ReplicateTo, required: true, location_name: "ReplicateTo"))
272
+ CreateDeploymentStrategyRequest.add_member(:replicate_to, Shapes::ShapeRef.new(shape: ReplicateTo, location_name: "ReplicateTo"))
203
273
  CreateDeploymentStrategyRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
204
274
  CreateDeploymentStrategyRequest.struct_class = Types::CreateDeploymentStrategyRequest
205
275
 
@@ -210,12 +280,28 @@ module Aws::AppConfig
210
280
  CreateEnvironmentRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
211
281
  CreateEnvironmentRequest.struct_class = Types::CreateEnvironmentRequest
212
282
 
283
+ CreateExtensionAssociationRequest.add_member(:extension_identifier, Shapes::ShapeRef.new(shape: Identifier, required: true, location_name: "ExtensionIdentifier"))
284
+ CreateExtensionAssociationRequest.add_member(:extension_version_number, Shapes::ShapeRef.new(shape: Integer, location_name: "ExtensionVersionNumber", metadata: {"box"=>true}))
285
+ CreateExtensionAssociationRequest.add_member(:resource_identifier, Shapes::ShapeRef.new(shape: Identifier, required: true, location_name: "ResourceIdentifier"))
286
+ CreateExtensionAssociationRequest.add_member(:parameters, Shapes::ShapeRef.new(shape: ParameterValueMap, location_name: "Parameters"))
287
+ CreateExtensionAssociationRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
288
+ CreateExtensionAssociationRequest.struct_class = Types::CreateExtensionAssociationRequest
289
+
290
+ CreateExtensionRequest.add_member(:name, Shapes::ShapeRef.new(shape: ExtensionOrParameterName, required: true, location_name: "Name"))
291
+ CreateExtensionRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
292
+ CreateExtensionRequest.add_member(:actions, Shapes::ShapeRef.new(shape: ActionsMap, required: true, location_name: "Actions"))
293
+ CreateExtensionRequest.add_member(:parameters, Shapes::ShapeRef.new(shape: ParameterMap, location_name: "Parameters"))
294
+ CreateExtensionRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
295
+ CreateExtensionRequest.add_member(:latest_version_number, Shapes::ShapeRef.new(shape: Integer, location: "header", location_name: "Latest-Version-Number", metadata: {"box"=>true}))
296
+ CreateExtensionRequest.struct_class = Types::CreateExtensionRequest
297
+
213
298
  CreateHostedConfigurationVersionRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "ApplicationId"))
214
299
  CreateHostedConfigurationVersionRequest.add_member(:configuration_profile_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "ConfigurationProfileId"))
215
300
  CreateHostedConfigurationVersionRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location: "header", location_name: "Description"))
216
301
  CreateHostedConfigurationVersionRequest.add_member(:content, Shapes::ShapeRef.new(shape: Blob, required: true, location_name: "Content"))
217
302
  CreateHostedConfigurationVersionRequest.add_member(:content_type, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And255, required: true, location: "header", location_name: "Content-Type"))
218
303
  CreateHostedConfigurationVersionRequest.add_member(:latest_version_number, Shapes::ShapeRef.new(shape: Integer, location: "header", location_name: "Latest-Version-Number", metadata: {"box"=>true}))
304
+ CreateHostedConfigurationVersionRequest.add_member(:version_label, Shapes::ShapeRef.new(shape: VersionLabel, location: "header", location_name: "VersionLabel"))
219
305
  CreateHostedConfigurationVersionRequest.struct_class = Types::CreateHostedConfigurationVersionRequest
220
306
  CreateHostedConfigurationVersionRequest[:payload] = :content
221
307
  CreateHostedConfigurationVersionRequest[:payload_member] = CreateHostedConfigurationVersionRequest.member(:content)
@@ -234,6 +320,13 @@ module Aws::AppConfig
234
320
  DeleteEnvironmentRequest.add_member(:environment_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "EnvironmentId"))
235
321
  DeleteEnvironmentRequest.struct_class = Types::DeleteEnvironmentRequest
236
322
 
323
+ DeleteExtensionAssociationRequest.add_member(:extension_association_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "ExtensionAssociationId"))
324
+ DeleteExtensionAssociationRequest.struct_class = Types::DeleteExtensionAssociationRequest
325
+
326
+ DeleteExtensionRequest.add_member(:extension_identifier, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "ExtensionIdentifier"))
327
+ DeleteExtensionRequest.add_member(:version_number, Shapes::ShapeRef.new(shape: Integer, location: "querystring", location_name: "version", metadata: {"box"=>true}))
328
+ DeleteExtensionRequest.struct_class = Types::DeleteExtensionRequest
329
+
237
330
  DeleteHostedConfigurationVersionRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "ApplicationId"))
238
331
  DeleteHostedConfigurationVersionRequest.add_member(:configuration_profile_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "ConfigurationProfileId"))
239
332
  DeleteHostedConfigurationVersionRequest.add_member(:version_number, Shapes::ShapeRef.new(shape: Integer, required: true, location: "uri", location_name: "VersionNumber"))
@@ -257,11 +350,16 @@ module Aws::AppConfig
257
350
  Deployment.add_member(:percentage_complete, Shapes::ShapeRef.new(shape: Percentage, location_name: "PercentageComplete"))
258
351
  Deployment.add_member(:started_at, Shapes::ShapeRef.new(shape: Iso8601DateTime, location_name: "StartedAt"))
259
352
  Deployment.add_member(:completed_at, Shapes::ShapeRef.new(shape: Iso8601DateTime, location_name: "CompletedAt"))
353
+ Deployment.add_member(:applied_extensions, Shapes::ShapeRef.new(shape: AppliedExtensions, location_name: "AppliedExtensions"))
354
+ Deployment.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "KmsKeyArn"))
355
+ Deployment.add_member(:kms_key_identifier, Shapes::ShapeRef.new(shape: KmsKeyIdentifier, location_name: "KmsKeyIdentifier"))
356
+ Deployment.add_member(:version_label, Shapes::ShapeRef.new(shape: VersionLabel, location_name: "VersionLabel"))
260
357
  Deployment.struct_class = Types::Deployment
261
358
 
262
359
  DeploymentEvent.add_member(:event_type, Shapes::ShapeRef.new(shape: DeploymentEventType, location_name: "EventType"))
263
360
  DeploymentEvent.add_member(:triggered_by, Shapes::ShapeRef.new(shape: TriggeredBy, location_name: "TriggeredBy"))
264
361
  DeploymentEvent.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
362
+ DeploymentEvent.add_member(:action_invocations, Shapes::ShapeRef.new(shape: ActionInvocations, location_name: "ActionInvocations"))
265
363
  DeploymentEvent.add_member(:occurred_at, Shapes::ShapeRef.new(shape: Iso8601DateTime, location_name: "OccurredAt"))
266
364
  DeploymentEvent.struct_class = Types::DeploymentEvent
267
365
 
@@ -296,6 +394,7 @@ module Aws::AppConfig
296
394
  DeploymentSummary.add_member(:percentage_complete, Shapes::ShapeRef.new(shape: Percentage, location_name: "PercentageComplete"))
297
395
  DeploymentSummary.add_member(:started_at, Shapes::ShapeRef.new(shape: Iso8601DateTime, location_name: "StartedAt"))
298
396
  DeploymentSummary.add_member(:completed_at, Shapes::ShapeRef.new(shape: Iso8601DateTime, location_name: "CompletedAt"))
397
+ DeploymentSummary.add_member(:version_label, Shapes::ShapeRef.new(shape: VersionLabel, location_name: "VersionLabel"))
299
398
  DeploymentSummary.struct_class = Types::DeploymentSummary
300
399
 
301
400
  Deployments.add_member(:items, Shapes::ShapeRef.new(shape: DeploymentList, location_name: "Items"))
@@ -316,6 +415,47 @@ module Aws::AppConfig
316
415
  Environments.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
317
416
  Environments.struct_class = Types::Environments
318
417
 
418
+ Extension.add_member(:id, Shapes::ShapeRef.new(shape: Id, location_name: "Id"))
419
+ Extension.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "Name"))
420
+ Extension.add_member(:version_number, Shapes::ShapeRef.new(shape: Integer, location_name: "VersionNumber"))
421
+ Extension.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
422
+ Extension.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
423
+ Extension.add_member(:actions, Shapes::ShapeRef.new(shape: ActionsMap, location_name: "Actions"))
424
+ Extension.add_member(:parameters, Shapes::ShapeRef.new(shape: ParameterMap, location_name: "Parameters"))
425
+ Extension.struct_class = Types::Extension
426
+
427
+ ExtensionAssociation.add_member(:id, Shapes::ShapeRef.new(shape: Identifier, location_name: "Id"))
428
+ ExtensionAssociation.add_member(:extension_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "ExtensionArn"))
429
+ ExtensionAssociation.add_member(:resource_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "ResourceArn"))
430
+ ExtensionAssociation.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
431
+ ExtensionAssociation.add_member(:parameters, Shapes::ShapeRef.new(shape: ParameterValueMap, location_name: "Parameters"))
432
+ ExtensionAssociation.add_member(:extension_version_number, Shapes::ShapeRef.new(shape: Integer, location_name: "ExtensionVersionNumber"))
433
+ ExtensionAssociation.struct_class = Types::ExtensionAssociation
434
+
435
+ ExtensionAssociationSummaries.member = Shapes::ShapeRef.new(shape: ExtensionAssociationSummary)
436
+
437
+ ExtensionAssociationSummary.add_member(:id, Shapes::ShapeRef.new(shape: Identifier, location_name: "Id"))
438
+ ExtensionAssociationSummary.add_member(:extension_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "ExtensionArn"))
439
+ ExtensionAssociationSummary.add_member(:resource_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "ResourceArn"))
440
+ ExtensionAssociationSummary.struct_class = Types::ExtensionAssociationSummary
441
+
442
+ ExtensionAssociations.add_member(:items, Shapes::ShapeRef.new(shape: ExtensionAssociationSummaries, location_name: "Items"))
443
+ ExtensionAssociations.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
444
+ ExtensionAssociations.struct_class = Types::ExtensionAssociations
445
+
446
+ ExtensionSummaries.member = Shapes::ShapeRef.new(shape: ExtensionSummary)
447
+
448
+ ExtensionSummary.add_member(:id, Shapes::ShapeRef.new(shape: Id, location_name: "Id"))
449
+ ExtensionSummary.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "Name"))
450
+ ExtensionSummary.add_member(:version_number, Shapes::ShapeRef.new(shape: Integer, location_name: "VersionNumber"))
451
+ ExtensionSummary.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
452
+ ExtensionSummary.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
453
+ ExtensionSummary.struct_class = Types::ExtensionSummary
454
+
455
+ Extensions.add_member(:items, Shapes::ShapeRef.new(shape: ExtensionSummaries, location_name: "Items"))
456
+ Extensions.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
457
+ Extensions.struct_class = Types::Extensions
458
+
319
459
  GetApplicationRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "ApplicationId"))
320
460
  GetApplicationRequest.struct_class = Types::GetApplicationRequest
321
461
 
@@ -342,6 +482,13 @@ module Aws::AppConfig
342
482
  GetEnvironmentRequest.add_member(:environment_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "EnvironmentId"))
343
483
  GetEnvironmentRequest.struct_class = Types::GetEnvironmentRequest
344
484
 
485
+ GetExtensionAssociationRequest.add_member(:extension_association_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "ExtensionAssociationId"))
486
+ GetExtensionAssociationRequest.struct_class = Types::GetExtensionAssociationRequest
487
+
488
+ GetExtensionRequest.add_member(:extension_identifier, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "ExtensionIdentifier"))
489
+ GetExtensionRequest.add_member(:version_number, Shapes::ShapeRef.new(shape: Integer, location: "querystring", location_name: "version_number", metadata: {"box"=>true}))
490
+ GetExtensionRequest.struct_class = Types::GetExtensionRequest
491
+
345
492
  GetHostedConfigurationVersionRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "ApplicationId"))
346
493
  GetHostedConfigurationVersionRequest.add_member(:configuration_profile_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "ConfigurationProfileId"))
347
494
  GetHostedConfigurationVersionRequest.add_member(:version_number, Shapes::ShapeRef.new(shape: Integer, required: true, location: "uri", location_name: "VersionNumber"))
@@ -353,6 +500,8 @@ module Aws::AppConfig
353
500
  HostedConfigurationVersion.add_member(:description, Shapes::ShapeRef.new(shape: Description, location: "header", location_name: "Description"))
354
501
  HostedConfigurationVersion.add_member(:content, Shapes::ShapeRef.new(shape: Blob, location_name: "Content"))
355
502
  HostedConfigurationVersion.add_member(:content_type, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And255, location: "header", location_name: "Content-Type"))
503
+ HostedConfigurationVersion.add_member(:version_label, Shapes::ShapeRef.new(shape: VersionLabel, location: "header", location_name: "VersionLabel"))
504
+ HostedConfigurationVersion.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: Arn, location: "header", location_name: "KmsKeyArn"))
356
505
  HostedConfigurationVersion.struct_class = Types::HostedConfigurationVersion
357
506
  HostedConfigurationVersion[:payload] = :content
358
507
  HostedConfigurationVersion[:payload_member] = HostedConfigurationVersion.member(:content)
@@ -362,6 +511,8 @@ module Aws::AppConfig
362
511
  HostedConfigurationVersionSummary.add_member(:version_number, Shapes::ShapeRef.new(shape: Integer, location_name: "VersionNumber"))
363
512
  HostedConfigurationVersionSummary.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
364
513
  HostedConfigurationVersionSummary.add_member(:content_type, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And255, location_name: "ContentType"))
514
+ HostedConfigurationVersionSummary.add_member(:version_label, Shapes::ShapeRef.new(shape: VersionLabel, location_name: "VersionLabel"))
515
+ HostedConfigurationVersionSummary.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "KmsKeyArn"))
365
516
  HostedConfigurationVersionSummary.struct_class = Types::HostedConfigurationVersionSummary
366
517
 
367
518
  HostedConfigurationVersionSummaryList.member = Shapes::ShapeRef.new(shape: HostedConfigurationVersionSummary)
@@ -377,6 +528,7 @@ module Aws::AppConfig
377
528
  InvalidConfigurationDetail.add_member(:location, Shapes::ShapeRef.new(shape: String, location_name: "Location"))
378
529
  InvalidConfigurationDetail.add_member(:reason, Shapes::ShapeRef.new(shape: String, location_name: "Reason"))
379
530
  InvalidConfigurationDetail.add_member(:type, Shapes::ShapeRef.new(shape: String, location_name: "Type"))
531
+ InvalidConfigurationDetail.add_member(:value, Shapes::ShapeRef.new(shape: String, location_name: "Value"))
380
532
  InvalidConfigurationDetail.struct_class = Types::InvalidConfigurationDetail
381
533
 
382
534
  InvalidConfigurationDetailList.member = Shapes::ShapeRef.new(shape: InvalidConfigurationDetail)
@@ -406,10 +558,23 @@ module Aws::AppConfig
406
558
  ListEnvironmentsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "next_token"))
407
559
  ListEnvironmentsRequest.struct_class = Types::ListEnvironmentsRequest
408
560
 
561
+ ListExtensionAssociationsRequest.add_member(:resource_identifier, Shapes::ShapeRef.new(shape: Arn, location: "querystring", location_name: "resource_identifier"))
562
+ ListExtensionAssociationsRequest.add_member(:extension_identifier, Shapes::ShapeRef.new(shape: Identifier, location: "querystring", location_name: "extension_identifier"))
563
+ ListExtensionAssociationsRequest.add_member(:extension_version_number, Shapes::ShapeRef.new(shape: Integer, location: "querystring", location_name: "extension_version_number", metadata: {"box"=>true}))
564
+ ListExtensionAssociationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max_results", metadata: {"box"=>true}))
565
+ ListExtensionAssociationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "next_token"))
566
+ ListExtensionAssociationsRequest.struct_class = Types::ListExtensionAssociationsRequest
567
+
568
+ ListExtensionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max_results", metadata: {"box"=>true}))
569
+ ListExtensionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "next_token"))
570
+ ListExtensionsRequest.add_member(:name, Shapes::ShapeRef.new(shape: QueryName, location: "querystring", location_name: "name"))
571
+ ListExtensionsRequest.struct_class = Types::ListExtensionsRequest
572
+
409
573
  ListHostedConfigurationVersionsRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "ApplicationId"))
410
574
  ListHostedConfigurationVersionsRequest.add_member(:configuration_profile_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "ConfigurationProfileId"))
411
575
  ListHostedConfigurationVersionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max_results", metadata: {"box"=>true}))
412
576
  ListHostedConfigurationVersionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "next_token"))
577
+ ListHostedConfigurationVersionsRequest.add_member(:version_label, Shapes::ShapeRef.new(shape: QueryName, location: "querystring", location_name: "version_label"))
413
578
  ListHostedConfigurationVersionsRequest.struct_class = Types::ListHostedConfigurationVersionsRequest
414
579
 
415
580
  ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location: "uri", location_name: "ResourceArn"))
@@ -421,6 +586,16 @@ module Aws::AppConfig
421
586
 
422
587
  MonitorList.member = Shapes::ShapeRef.new(shape: Monitor)
423
588
 
589
+ Parameter.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
590
+ Parameter.add_member(:required, Shapes::ShapeRef.new(shape: Boolean, location_name: "Required"))
591
+ Parameter.struct_class = Types::Parameter
592
+
593
+ ParameterMap.key = Shapes::ShapeRef.new(shape: ExtensionOrParameterName)
594
+ ParameterMap.value = Shapes::ShapeRef.new(shape: Parameter)
595
+
596
+ ParameterValueMap.key = Shapes::ShapeRef.new(shape: ExtensionOrParameterName)
597
+ ParameterValueMap.value = Shapes::ShapeRef.new(shape: StringWithLengthBetween1And2048)
598
+
424
599
  PayloadTooLargeException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
425
600
  PayloadTooLargeException.add_member(:measure, Shapes::ShapeRef.new(shape: BytesMeasure, location_name: "Measure"))
426
601
  PayloadTooLargeException.add_member(:limit, Shapes::ShapeRef.new(shape: Float, location_name: "Limit"))
@@ -444,6 +619,7 @@ module Aws::AppConfig
444
619
  StartDeploymentRequest.add_member(:configuration_version, Shapes::ShapeRef.new(shape: Version, required: true, location_name: "ConfigurationVersion"))
445
620
  StartDeploymentRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
446
621
  StartDeploymentRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
622
+ StartDeploymentRequest.add_member(:kms_key_identifier, Shapes::ShapeRef.new(shape: KmsKeyIdentifier, location_name: "KmsKeyIdentifier"))
447
623
  StartDeploymentRequest.struct_class = Types::StartDeploymentRequest
448
624
 
449
625
  StopDeploymentRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "ApplicationId"))
@@ -475,6 +651,7 @@ module Aws::AppConfig
475
651
  UpdateConfigurationProfileRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
476
652
  UpdateConfigurationProfileRequest.add_member(:retrieval_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "RetrievalRoleArn"))
477
653
  UpdateConfigurationProfileRequest.add_member(:validators, Shapes::ShapeRef.new(shape: ValidatorList, location_name: "Validators"))
654
+ UpdateConfigurationProfileRequest.add_member(:kms_key_identifier, Shapes::ShapeRef.new(shape: KmsKeyIdentifierOrEmpty, location_name: "KmsKeyIdentifier"))
478
655
  UpdateConfigurationProfileRequest.struct_class = Types::UpdateConfigurationProfileRequest
479
656
 
480
657
  UpdateDeploymentStrategyRequest.add_member(:deployment_strategy_id, Shapes::ShapeRef.new(shape: DeploymentStrategyId, required: true, location: "uri", location_name: "DeploymentStrategyId"))
@@ -492,6 +669,17 @@ module Aws::AppConfig
492
669
  UpdateEnvironmentRequest.add_member(:monitors, Shapes::ShapeRef.new(shape: MonitorList, location_name: "Monitors"))
493
670
  UpdateEnvironmentRequest.struct_class = Types::UpdateEnvironmentRequest
494
671
 
672
+ UpdateExtensionAssociationRequest.add_member(:extension_association_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "ExtensionAssociationId"))
673
+ UpdateExtensionAssociationRequest.add_member(:parameters, Shapes::ShapeRef.new(shape: ParameterValueMap, location_name: "Parameters"))
674
+ UpdateExtensionAssociationRequest.struct_class = Types::UpdateExtensionAssociationRequest
675
+
676
+ UpdateExtensionRequest.add_member(:extension_identifier, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "ExtensionIdentifier"))
677
+ UpdateExtensionRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
678
+ UpdateExtensionRequest.add_member(:actions, Shapes::ShapeRef.new(shape: ActionsMap, location_name: "Actions"))
679
+ UpdateExtensionRequest.add_member(:parameters, Shapes::ShapeRef.new(shape: ParameterMap, location_name: "Parameters"))
680
+ UpdateExtensionRequest.add_member(:version_number, Shapes::ShapeRef.new(shape: Integer, location_name: "VersionNumber", metadata: {"box"=>true}))
681
+ UpdateExtensionRequest.struct_class = Types::UpdateExtensionRequest
682
+
495
683
  ValidateConfigurationRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "ApplicationId"))
496
684
  ValidateConfigurationRequest.add_member(:configuration_profile_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "ConfigurationProfileId"))
497
685
  ValidateConfigurationRequest.add_member(:configuration_version, Shapes::ShapeRef.new(shape: Version, required: true, location: "querystring", location_name: "configuration_version"))
@@ -531,6 +719,7 @@ module Aws::AppConfig
531
719
  o.input = Shapes::ShapeRef.new(shape: CreateApplicationRequest)
532
720
  o.output = Shapes::ShapeRef.new(shape: Application)
533
721
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
722
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
534
723
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
535
724
  end)
536
725
 
@@ -543,6 +732,7 @@ module Aws::AppConfig
543
732
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
544
733
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
545
734
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
735
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
546
736
  end)
547
737
 
548
738
  api.add_operation(:create_deployment_strategy, Seahorse::Model::Operation.new.tap do |o|
@@ -552,6 +742,7 @@ module Aws::AppConfig
552
742
  o.input = Shapes::ShapeRef.new(shape: CreateDeploymentStrategyRequest)
553
743
  o.output = Shapes::ShapeRef.new(shape: DeploymentStrategy)
554
744
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
745
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
555
746
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
556
747
  end)
557
748
 
@@ -564,6 +755,31 @@ module Aws::AppConfig
564
755
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
565
756
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
566
757
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
758
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
759
+ end)
760
+
761
+ api.add_operation(:create_extension, Seahorse::Model::Operation.new.tap do |o|
762
+ o.name = "CreateExtension"
763
+ o.http_method = "POST"
764
+ o.http_request_uri = "/extensions"
765
+ o.input = Shapes::ShapeRef.new(shape: CreateExtensionRequest)
766
+ o.output = Shapes::ShapeRef.new(shape: Extension)
767
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
768
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
769
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
770
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
771
+ end)
772
+
773
+ api.add_operation(:create_extension_association, Seahorse::Model::Operation.new.tap do |o|
774
+ o.name = "CreateExtensionAssociation"
775
+ o.http_method = "POST"
776
+ o.http_request_uri = "/extensionassociations"
777
+ o.input = Shapes::ShapeRef.new(shape: CreateExtensionAssociationRequest)
778
+ o.output = Shapes::ShapeRef.new(shape: ExtensionAssociation)
779
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
780
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
781
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
782
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
567
783
  end)
568
784
 
569
785
  api.add_operation(:create_hosted_configuration_version, Seahorse::Model::Operation.new.tap do |o|
@@ -626,6 +842,28 @@ module Aws::AppConfig
626
842
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
627
843
  end)
628
844
 
845
+ api.add_operation(:delete_extension, Seahorse::Model::Operation.new.tap do |o|
846
+ o.name = "DeleteExtension"
847
+ o.http_method = "DELETE"
848
+ o.http_request_uri = "/extensions/{ExtensionIdentifier}"
849
+ o.input = Shapes::ShapeRef.new(shape: DeleteExtensionRequest)
850
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
851
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
852
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
853
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
854
+ end)
855
+
856
+ api.add_operation(:delete_extension_association, Seahorse::Model::Operation.new.tap do |o|
857
+ o.name = "DeleteExtensionAssociation"
858
+ o.http_method = "DELETE"
859
+ o.http_request_uri = "/extensionassociations/{ExtensionAssociationId}"
860
+ o.input = Shapes::ShapeRef.new(shape: DeleteExtensionAssociationRequest)
861
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
862
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
863
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
864
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
865
+ end)
866
+
629
867
  api.add_operation(:delete_hosted_configuration_version, Seahorse::Model::Operation.new.tap do |o|
630
868
  o.name = "DeleteHostedConfigurationVersion"
631
869
  o.http_method = "DELETE"
@@ -652,6 +890,7 @@ module Aws::AppConfig
652
890
  o.name = "GetConfiguration"
653
891
  o.http_method = "GET"
654
892
  o.http_request_uri = "/applications/{Application}/environments/{Environment}/configurations/{Configuration}"
893
+ o.deprecated = true
655
894
  o.input = Shapes::ShapeRef.new(shape: GetConfigurationRequest)
656
895
  o.output = Shapes::ShapeRef.new(shape: Configuration)
657
896
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
@@ -703,6 +942,28 @@ module Aws::AppConfig
703
942
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
704
943
  end)
705
944
 
945
+ api.add_operation(:get_extension, Seahorse::Model::Operation.new.tap do |o|
946
+ o.name = "GetExtension"
947
+ o.http_method = "GET"
948
+ o.http_request_uri = "/extensions/{ExtensionIdentifier}"
949
+ o.input = Shapes::ShapeRef.new(shape: GetExtensionRequest)
950
+ o.output = Shapes::ShapeRef.new(shape: Extension)
951
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
952
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
953
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
954
+ end)
955
+
956
+ api.add_operation(:get_extension_association, Seahorse::Model::Operation.new.tap do |o|
957
+ o.name = "GetExtensionAssociation"
958
+ o.http_method = "GET"
959
+ o.http_request_uri = "/extensionassociations/{ExtensionAssociationId}"
960
+ o.input = Shapes::ShapeRef.new(shape: GetExtensionAssociationRequest)
961
+ o.output = Shapes::ShapeRef.new(shape: ExtensionAssociation)
962
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
963
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
964
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
965
+ end)
966
+
706
967
  api.add_operation(:get_hosted_configuration_version, Seahorse::Model::Operation.new.tap do |o|
707
968
  o.name = "GetHostedConfigurationVersion"
708
969
  o.http_method = "GET"
@@ -797,6 +1058,38 @@ module Aws::AppConfig
797
1058
  )
798
1059
  end)
799
1060
 
1061
+ api.add_operation(:list_extension_associations, Seahorse::Model::Operation.new.tap do |o|
1062
+ o.name = "ListExtensionAssociations"
1063
+ o.http_method = "GET"
1064
+ o.http_request_uri = "/extensionassociations"
1065
+ o.input = Shapes::ShapeRef.new(shape: ListExtensionAssociationsRequest)
1066
+ o.output = Shapes::ShapeRef.new(shape: ExtensionAssociations)
1067
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1068
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1069
+ o[:pager] = Aws::Pager.new(
1070
+ limit_key: "max_results",
1071
+ tokens: {
1072
+ "next_token" => "next_token"
1073
+ }
1074
+ )
1075
+ end)
1076
+
1077
+ api.add_operation(:list_extensions, Seahorse::Model::Operation.new.tap do |o|
1078
+ o.name = "ListExtensions"
1079
+ o.http_method = "GET"
1080
+ o.http_request_uri = "/extensions"
1081
+ o.input = Shapes::ShapeRef.new(shape: ListExtensionsRequest)
1082
+ o.output = Shapes::ShapeRef.new(shape: Extensions)
1083
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1084
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1085
+ o[:pager] = Aws::Pager.new(
1086
+ limit_key: "max_results",
1087
+ tokens: {
1088
+ "next_token" => "next_token"
1089
+ }
1090
+ )
1091
+ end)
1092
+
800
1093
  api.add_operation(:list_hosted_configuration_versions, Seahorse::Model::Operation.new.tap do |o|
801
1094
  o.name = "ListHostedConfigurationVersions"
802
1095
  o.http_method = "GET"
@@ -914,6 +1207,29 @@ module Aws::AppConfig
914
1207
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
915
1208
  end)
916
1209
 
1210
+ api.add_operation(:update_extension, Seahorse::Model::Operation.new.tap do |o|
1211
+ o.name = "UpdateExtension"
1212
+ o.http_method = "PATCH"
1213
+ o.http_request_uri = "/extensions/{ExtensionIdentifier}"
1214
+ o.input = Shapes::ShapeRef.new(shape: UpdateExtensionRequest)
1215
+ o.output = Shapes::ShapeRef.new(shape: Extension)
1216
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1217
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1218
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1219
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1220
+ end)
1221
+
1222
+ api.add_operation(:update_extension_association, Seahorse::Model::Operation.new.tap do |o|
1223
+ o.name = "UpdateExtensionAssociation"
1224
+ o.http_method = "PATCH"
1225
+ o.http_request_uri = "/extensionassociations/{ExtensionAssociationId}"
1226
+ o.input = Shapes::ShapeRef.new(shape: UpdateExtensionAssociationRequest)
1227
+ o.output = Shapes::ShapeRef.new(shape: ExtensionAssociation)
1228
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1229
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1230
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1231
+ end)
1232
+
917
1233
  api.add_operation(:validate_configuration, Seahorse::Model::Operation.new.tap do |o|
918
1234
  o.name = "ValidateConfiguration"
919
1235
  o.http_method = "POST"