aws-sdk-appconfig 1.11.0 → 1.67.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.
@@ -3,39 +3,60 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
10
+
10
11
  module Aws::AppConfig
11
12
  # @api private
12
13
  module ClientApi
13
14
 
14
15
  include Seahorse::Model
15
16
 
17
+ AccountSettings = Shapes::StructureShape.new(name: 'AccountSettings')
18
+ Action = Shapes::StructureShape.new(name: 'Action')
19
+ ActionInvocation = Shapes::StructureShape.new(name: 'ActionInvocation')
20
+ ActionInvocations = Shapes::ListShape.new(name: 'ActionInvocations')
21
+ ActionList = Shapes::ListShape.new(name: 'ActionList')
22
+ ActionPoint = Shapes::StringShape.new(name: 'ActionPoint')
23
+ ActionsMap = Shapes::MapShape.new(name: 'ActionsMap')
16
24
  Application = Shapes::StructureShape.new(name: 'Application')
17
25
  ApplicationList = Shapes::ListShape.new(name: 'ApplicationList')
18
26
  Applications = Shapes::StructureShape.new(name: 'Applications')
27
+ AppliedExtension = Shapes::StructureShape.new(name: 'AppliedExtension')
28
+ AppliedExtensions = Shapes::ListShape.new(name: 'AppliedExtensions')
19
29
  Arn = Shapes::StringShape.new(name: 'Arn')
30
+ BadRequestDetails = Shapes::UnionShape.new(name: 'BadRequestDetails')
20
31
  BadRequestException = Shapes::StructureShape.new(name: 'BadRequestException')
32
+ BadRequestReason = Shapes::StringShape.new(name: 'BadRequestReason')
21
33
  Blob = Shapes::BlobShape.new(name: 'Blob')
34
+ Boolean = Shapes::BooleanShape.new(name: 'Boolean')
22
35
  BytesMeasure = Shapes::StringShape.new(name: 'BytesMeasure')
23
36
  Configuration = Shapes::StructureShape.new(name: 'Configuration')
24
37
  ConfigurationProfile = Shapes::StructureShape.new(name: 'ConfigurationProfile')
25
38
  ConfigurationProfileSummary = Shapes::StructureShape.new(name: 'ConfigurationProfileSummary')
26
39
  ConfigurationProfileSummaryList = Shapes::ListShape.new(name: 'ConfigurationProfileSummaryList')
40
+ ConfigurationProfileType = Shapes::StringShape.new(name: 'ConfigurationProfileType')
27
41
  ConfigurationProfiles = Shapes::StructureShape.new(name: 'ConfigurationProfiles')
28
42
  ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
29
43
  CreateApplicationRequest = Shapes::StructureShape.new(name: 'CreateApplicationRequest')
30
44
  CreateConfigurationProfileRequest = Shapes::StructureShape.new(name: 'CreateConfigurationProfileRequest')
31
45
  CreateDeploymentStrategyRequest = Shapes::StructureShape.new(name: 'CreateDeploymentStrategyRequest')
32
46
  CreateEnvironmentRequest = Shapes::StructureShape.new(name: 'CreateEnvironmentRequest')
47
+ CreateExtensionAssociationRequest = Shapes::StructureShape.new(name: 'CreateExtensionAssociationRequest')
48
+ CreateExtensionRequest = Shapes::StructureShape.new(name: 'CreateExtensionRequest')
33
49
  CreateHostedConfigurationVersionRequest = Shapes::StructureShape.new(name: 'CreateHostedConfigurationVersionRequest')
34
50
  DeleteApplicationRequest = Shapes::StructureShape.new(name: 'DeleteApplicationRequest')
35
51
  DeleteConfigurationProfileRequest = Shapes::StructureShape.new(name: 'DeleteConfigurationProfileRequest')
36
52
  DeleteDeploymentStrategyRequest = Shapes::StructureShape.new(name: 'DeleteDeploymentStrategyRequest')
37
53
  DeleteEnvironmentRequest = Shapes::StructureShape.new(name: 'DeleteEnvironmentRequest')
54
+ DeleteExtensionAssociationRequest = Shapes::StructureShape.new(name: 'DeleteExtensionAssociationRequest')
55
+ DeleteExtensionRequest = Shapes::StructureShape.new(name: 'DeleteExtensionRequest')
38
56
  DeleteHostedConfigurationVersionRequest = Shapes::StructureShape.new(name: 'DeleteHostedConfigurationVersionRequest')
57
+ DeletionProtectionCheck = Shapes::StringShape.new(name: 'DeletionProtectionCheck')
58
+ DeletionProtectionDuration = Shapes::IntegerShape.new(name: 'DeletionProtectionDuration')
59
+ DeletionProtectionSettings = Shapes::StructureShape.new(name: 'DeletionProtectionSettings')
39
60
  Deployment = Shapes::StructureShape.new(name: 'Deployment')
40
61
  DeploymentEvent = Shapes::StructureShape.new(name: 'DeploymentEvent')
41
62
  DeploymentEventType = Shapes::StringShape.new(name: 'DeploymentEventType')
@@ -49,10 +70,21 @@ module Aws::AppConfig
49
70
  DeploymentSummary = Shapes::StructureShape.new(name: 'DeploymentSummary')
50
71
  Deployments = Shapes::StructureShape.new(name: 'Deployments')
51
72
  Description = Shapes::StringShape.new(name: 'Description')
73
+ DynamicParameterKey = Shapes::StringShape.new(name: 'DynamicParameterKey')
74
+ DynamicParameterMap = Shapes::MapShape.new(name: 'DynamicParameterMap')
52
75
  Environment = Shapes::StructureShape.new(name: 'Environment')
53
76
  EnvironmentList = Shapes::ListShape.new(name: 'EnvironmentList')
54
77
  EnvironmentState = Shapes::StringShape.new(name: 'EnvironmentState')
55
78
  Environments = Shapes::StructureShape.new(name: 'Environments')
79
+ Extension = Shapes::StructureShape.new(name: 'Extension')
80
+ ExtensionAssociation = Shapes::StructureShape.new(name: 'ExtensionAssociation')
81
+ ExtensionAssociationSummaries = Shapes::ListShape.new(name: 'ExtensionAssociationSummaries')
82
+ ExtensionAssociationSummary = Shapes::StructureShape.new(name: 'ExtensionAssociationSummary')
83
+ ExtensionAssociations = Shapes::StructureShape.new(name: 'ExtensionAssociations')
84
+ ExtensionOrParameterName = Shapes::StringShape.new(name: 'ExtensionOrParameterName')
85
+ ExtensionSummaries = Shapes::ListShape.new(name: 'ExtensionSummaries')
86
+ ExtensionSummary = Shapes::StructureShape.new(name: 'ExtensionSummary')
87
+ Extensions = Shapes::StructureShape.new(name: 'Extensions')
56
88
  Float = Shapes::FloatShape.new(name: 'Float')
57
89
  GetApplicationRequest = Shapes::StructureShape.new(name: 'GetApplicationRequest')
58
90
  GetConfigurationProfileRequest = Shapes::StructureShape.new(name: 'GetConfigurationProfileRequest')
@@ -60,6 +92,8 @@ module Aws::AppConfig
60
92
  GetDeploymentRequest = Shapes::StructureShape.new(name: 'GetDeploymentRequest')
61
93
  GetDeploymentStrategyRequest = Shapes::StructureShape.new(name: 'GetDeploymentStrategyRequest')
62
94
  GetEnvironmentRequest = Shapes::StructureShape.new(name: 'GetEnvironmentRequest')
95
+ GetExtensionAssociationRequest = Shapes::StructureShape.new(name: 'GetExtensionAssociationRequest')
96
+ GetExtensionRequest = Shapes::StructureShape.new(name: 'GetExtensionRequest')
63
97
  GetHostedConfigurationVersionRequest = Shapes::StructureShape.new(name: 'GetHostedConfigurationVersionRequest')
64
98
  GrowthFactor = Shapes::FloatShape.new(name: 'GrowthFactor')
65
99
  GrowthType = Shapes::StringShape.new(name: 'GrowthType')
@@ -68,24 +102,36 @@ module Aws::AppConfig
68
102
  HostedConfigurationVersionSummaryList = Shapes::ListShape.new(name: 'HostedConfigurationVersionSummaryList')
69
103
  HostedConfigurationVersions = Shapes::StructureShape.new(name: 'HostedConfigurationVersions')
70
104
  Id = Shapes::StringShape.new(name: 'Id')
105
+ Identifier = Shapes::StringShape.new(name: 'Identifier')
71
106
  Integer = Shapes::IntegerShape.new(name: 'Integer')
72
107
  InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
108
+ InvalidConfigurationDetail = Shapes::StructureShape.new(name: 'InvalidConfigurationDetail')
109
+ InvalidConfigurationDetailList = Shapes::ListShape.new(name: 'InvalidConfigurationDetailList')
73
110
  Iso8601DateTime = Shapes::TimestampShape.new(name: 'Iso8601DateTime', timestampFormat: "iso8601")
111
+ KmsKeyIdentifier = Shapes::StringShape.new(name: 'KmsKeyIdentifier')
112
+ KmsKeyIdentifierOrEmpty = Shapes::StringShape.new(name: 'KmsKeyIdentifierOrEmpty')
74
113
  ListApplicationsRequest = Shapes::StructureShape.new(name: 'ListApplicationsRequest')
75
114
  ListConfigurationProfilesRequest = Shapes::StructureShape.new(name: 'ListConfigurationProfilesRequest')
76
115
  ListDeploymentStrategiesRequest = Shapes::StructureShape.new(name: 'ListDeploymentStrategiesRequest')
77
116
  ListDeploymentsRequest = Shapes::StructureShape.new(name: 'ListDeploymentsRequest')
78
117
  ListEnvironmentsRequest = Shapes::StructureShape.new(name: 'ListEnvironmentsRequest')
118
+ ListExtensionAssociationsRequest = Shapes::StructureShape.new(name: 'ListExtensionAssociationsRequest')
119
+ ListExtensionsRequest = Shapes::StructureShape.new(name: 'ListExtensionsRequest')
79
120
  ListHostedConfigurationVersionsRequest = Shapes::StructureShape.new(name: 'ListHostedConfigurationVersionsRequest')
80
121
  ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
122
+ LongName = Shapes::StringShape.new(name: 'LongName')
81
123
  MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
82
124
  MinutesBetween0And24Hours = Shapes::IntegerShape.new(name: 'MinutesBetween0And24Hours')
83
125
  Monitor = Shapes::StructureShape.new(name: 'Monitor')
84
126
  MonitorList = Shapes::ListShape.new(name: 'MonitorList')
85
127
  Name = Shapes::StringShape.new(name: 'Name')
86
128
  NextToken = Shapes::StringShape.new(name: 'NextToken')
129
+ Parameter = Shapes::StructureShape.new(name: 'Parameter')
130
+ ParameterMap = Shapes::MapShape.new(name: 'ParameterMap')
131
+ ParameterValueMap = Shapes::MapShape.new(name: 'ParameterValueMap')
87
132
  PayloadTooLargeException = Shapes::StructureShape.new(name: 'PayloadTooLargeException')
88
133
  Percentage = Shapes::FloatShape.new(name: 'Percentage')
134
+ QueryName = Shapes::StringShape.new(name: 'QueryName')
89
135
  ReplicateTo = Shapes::StringShape.new(name: 'ReplicateTo')
90
136
  ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
91
137
  ResourceTags = Shapes::StructureShape.new(name: 'ResourceTags')
@@ -95,6 +141,7 @@ module Aws::AppConfig
95
141
  StopDeploymentRequest = Shapes::StructureShape.new(name: 'StopDeploymentRequest')
96
142
  String = Shapes::StringShape.new(name: 'String')
97
143
  StringWithLengthBetween0And32768 = Shapes::StringShape.new(name: 'StringWithLengthBetween0And32768')
144
+ StringWithLengthBetween1And2048 = Shapes::StringShape.new(name: 'StringWithLengthBetween1And2048')
98
145
  StringWithLengthBetween1And255 = Shapes::StringShape.new(name: 'StringWithLengthBetween1And255')
99
146
  StringWithLengthBetween1And64 = Shapes::StringShape.new(name: 'StringWithLengthBetween1And64')
100
147
  TagKey = Shapes::StringShape.new(name: 'TagKey')
@@ -104,10 +151,13 @@ module Aws::AppConfig
104
151
  TagValue = Shapes::StringShape.new(name: 'TagValue')
105
152
  TriggeredBy = Shapes::StringShape.new(name: 'TriggeredBy')
106
153
  UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
154
+ UpdateAccountSettingsRequest = Shapes::StructureShape.new(name: 'UpdateAccountSettingsRequest')
107
155
  UpdateApplicationRequest = Shapes::StructureShape.new(name: 'UpdateApplicationRequest')
108
156
  UpdateConfigurationProfileRequest = Shapes::StructureShape.new(name: 'UpdateConfigurationProfileRequest')
109
157
  UpdateDeploymentStrategyRequest = Shapes::StructureShape.new(name: 'UpdateDeploymentStrategyRequest')
110
158
  UpdateEnvironmentRequest = Shapes::StructureShape.new(name: 'UpdateEnvironmentRequest')
159
+ UpdateExtensionAssociationRequest = Shapes::StructureShape.new(name: 'UpdateExtensionAssociationRequest')
160
+ UpdateExtensionRequest = Shapes::StructureShape.new(name: 'UpdateExtensionRequest')
111
161
  Uri = Shapes::StringShape.new(name: 'Uri')
112
162
  ValidateConfigurationRequest = Shapes::StructureShape.new(name: 'ValidateConfigurationRequest')
113
163
  Validator = Shapes::StructureShape.new(name: 'Validator')
@@ -115,6 +165,32 @@ module Aws::AppConfig
115
165
  ValidatorType = Shapes::StringShape.new(name: 'ValidatorType')
116
166
  ValidatorTypeList = Shapes::ListShape.new(name: 'ValidatorTypeList')
117
167
  Version = Shapes::StringShape.new(name: 'Version')
168
+ VersionLabel = Shapes::StringShape.new(name: 'VersionLabel')
169
+
170
+ AccountSettings.add_member(:deletion_protection, Shapes::ShapeRef.new(shape: DeletionProtectionSettings, location_name: "DeletionProtection"))
171
+ AccountSettings.struct_class = Types::AccountSettings
172
+
173
+ Action.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "Name"))
174
+ Action.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
175
+ Action.add_member(:uri, Shapes::ShapeRef.new(shape: Uri, location_name: "Uri"))
176
+ Action.add_member(:role_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "RoleArn"))
177
+ Action.struct_class = Types::Action
178
+
179
+ ActionInvocation.add_member(:extension_identifier, Shapes::ShapeRef.new(shape: Identifier, location_name: "ExtensionIdentifier"))
180
+ ActionInvocation.add_member(:action_name, Shapes::ShapeRef.new(shape: Name, location_name: "ActionName"))
181
+ ActionInvocation.add_member(:uri, Shapes::ShapeRef.new(shape: Uri, location_name: "Uri"))
182
+ ActionInvocation.add_member(:role_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "RoleArn"))
183
+ ActionInvocation.add_member(:error_message, Shapes::ShapeRef.new(shape: String, location_name: "ErrorMessage"))
184
+ ActionInvocation.add_member(:error_code, Shapes::ShapeRef.new(shape: String, location_name: "ErrorCode"))
185
+ ActionInvocation.add_member(:invocation_id, Shapes::ShapeRef.new(shape: Id, location_name: "InvocationId"))
186
+ ActionInvocation.struct_class = Types::ActionInvocation
187
+
188
+ ActionInvocations.member = Shapes::ShapeRef.new(shape: ActionInvocation)
189
+
190
+ ActionList.member = Shapes::ShapeRef.new(shape: Action)
191
+
192
+ ActionsMap.key = Shapes::ShapeRef.new(shape: ActionPoint)
193
+ ActionsMap.value = Shapes::ShapeRef.new(shape: ActionList)
118
194
 
119
195
  Application.add_member(:id, Shapes::ShapeRef.new(shape: Id, location_name: "Id"))
120
196
  Application.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "Name"))
@@ -127,7 +203,23 @@ module Aws::AppConfig
127
203
  Applications.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
128
204
  Applications.struct_class = Types::Applications
129
205
 
206
+ AppliedExtension.add_member(:extension_id, Shapes::ShapeRef.new(shape: Id, location_name: "ExtensionId"))
207
+ AppliedExtension.add_member(:extension_association_id, Shapes::ShapeRef.new(shape: Id, location_name: "ExtensionAssociationId"))
208
+ AppliedExtension.add_member(:version_number, Shapes::ShapeRef.new(shape: Integer, location_name: "VersionNumber"))
209
+ AppliedExtension.add_member(:parameters, Shapes::ShapeRef.new(shape: ParameterValueMap, location_name: "Parameters"))
210
+ AppliedExtension.struct_class = Types::AppliedExtension
211
+
212
+ AppliedExtensions.member = Shapes::ShapeRef.new(shape: AppliedExtension)
213
+
214
+ BadRequestDetails.add_member(:invalid_configuration, Shapes::ShapeRef.new(shape: InvalidConfigurationDetailList, location_name: "InvalidConfiguration"))
215
+ BadRequestDetails.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
216
+ BadRequestDetails.add_member_subclass(:invalid_configuration, Types::BadRequestDetails::InvalidConfiguration)
217
+ BadRequestDetails.add_member_subclass(:unknown, Types::BadRequestDetails::Unknown)
218
+ BadRequestDetails.struct_class = Types::BadRequestDetails
219
+
130
220
  BadRequestException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
221
+ BadRequestException.add_member(:reason, Shapes::ShapeRef.new(shape: BadRequestReason, location_name: "Reason"))
222
+ BadRequestException.add_member(:details, Shapes::ShapeRef.new(shape: BadRequestDetails, location_name: "Details"))
131
223
  BadRequestException.struct_class = Types::BadRequestException
132
224
 
133
225
  Configuration.add_member(:content, Shapes::ShapeRef.new(shape: Blob, location_name: "Content"))
@@ -139,18 +231,22 @@ module Aws::AppConfig
139
231
 
140
232
  ConfigurationProfile.add_member(:application_id, Shapes::ShapeRef.new(shape: Id, location_name: "ApplicationId"))
141
233
  ConfigurationProfile.add_member(:id, Shapes::ShapeRef.new(shape: Id, location_name: "Id"))
142
- ConfigurationProfile.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "Name"))
234
+ ConfigurationProfile.add_member(:name, Shapes::ShapeRef.new(shape: LongName, location_name: "Name"))
143
235
  ConfigurationProfile.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
144
236
  ConfigurationProfile.add_member(:location_uri, Shapes::ShapeRef.new(shape: Uri, location_name: "LocationUri"))
145
237
  ConfigurationProfile.add_member(:retrieval_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "RetrievalRoleArn"))
146
238
  ConfigurationProfile.add_member(:validators, Shapes::ShapeRef.new(shape: ValidatorList, location_name: "Validators"))
239
+ ConfigurationProfile.add_member(:type, Shapes::ShapeRef.new(shape: ConfigurationProfileType, location_name: "Type"))
240
+ ConfigurationProfile.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "KmsKeyArn"))
241
+ ConfigurationProfile.add_member(:kms_key_identifier, Shapes::ShapeRef.new(shape: KmsKeyIdentifier, location_name: "KmsKeyIdentifier"))
147
242
  ConfigurationProfile.struct_class = Types::ConfigurationProfile
148
243
 
149
244
  ConfigurationProfileSummary.add_member(:application_id, Shapes::ShapeRef.new(shape: Id, location_name: "ApplicationId"))
150
245
  ConfigurationProfileSummary.add_member(:id, Shapes::ShapeRef.new(shape: Id, location_name: "Id"))
151
- ConfigurationProfileSummary.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "Name"))
246
+ ConfigurationProfileSummary.add_member(:name, Shapes::ShapeRef.new(shape: LongName, location_name: "Name"))
152
247
  ConfigurationProfileSummary.add_member(:location_uri, Shapes::ShapeRef.new(shape: Uri, location_name: "LocationUri"))
153
248
  ConfigurationProfileSummary.add_member(:validator_types, Shapes::ShapeRef.new(shape: ValidatorTypeList, location_name: "ValidatorTypes"))
249
+ ConfigurationProfileSummary.add_member(:type, Shapes::ShapeRef.new(shape: ConfigurationProfileType, location_name: "Type"))
154
250
  ConfigurationProfileSummary.struct_class = Types::ConfigurationProfileSummary
155
251
 
156
252
  ConfigurationProfileSummaryList.member = Shapes::ShapeRef.new(shape: ConfigurationProfileSummary)
@@ -168,21 +264,23 @@ module Aws::AppConfig
168
264
  CreateApplicationRequest.struct_class = Types::CreateApplicationRequest
169
265
 
170
266
  CreateConfigurationProfileRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "ApplicationId"))
171
- CreateConfigurationProfileRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "Name"))
267
+ CreateConfigurationProfileRequest.add_member(:name, Shapes::ShapeRef.new(shape: LongName, required: true, location_name: "Name"))
172
268
  CreateConfigurationProfileRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
173
269
  CreateConfigurationProfileRequest.add_member(:location_uri, Shapes::ShapeRef.new(shape: Uri, required: true, location_name: "LocationUri"))
174
270
  CreateConfigurationProfileRequest.add_member(:retrieval_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "RetrievalRoleArn"))
175
271
  CreateConfigurationProfileRequest.add_member(:validators, Shapes::ShapeRef.new(shape: ValidatorList, location_name: "Validators"))
176
272
  CreateConfigurationProfileRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
273
+ CreateConfigurationProfileRequest.add_member(:type, Shapes::ShapeRef.new(shape: ConfigurationProfileType, location_name: "Type"))
274
+ CreateConfigurationProfileRequest.add_member(:kms_key_identifier, Shapes::ShapeRef.new(shape: KmsKeyIdentifier, location_name: "KmsKeyIdentifier"))
177
275
  CreateConfigurationProfileRequest.struct_class = Types::CreateConfigurationProfileRequest
178
276
 
179
277
  CreateDeploymentStrategyRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "Name"))
180
278
  CreateDeploymentStrategyRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
181
- CreateDeploymentStrategyRequest.add_member(:deployment_duration_in_minutes, Shapes::ShapeRef.new(shape: MinutesBetween0And24Hours, required: true, location_name: "DeploymentDurationInMinutes", metadata: {"box"=>true}))
279
+ CreateDeploymentStrategyRequest.add_member(:deployment_duration_in_minutes, Shapes::ShapeRef.new(shape: MinutesBetween0And24Hours, required: true, location_name: "DeploymentDurationInMinutes", metadata: {"box" => true}))
182
280
  CreateDeploymentStrategyRequest.add_member(:final_bake_time_in_minutes, Shapes::ShapeRef.new(shape: MinutesBetween0And24Hours, location_name: "FinalBakeTimeInMinutes"))
183
- CreateDeploymentStrategyRequest.add_member(:growth_factor, Shapes::ShapeRef.new(shape: GrowthFactor, required: true, location_name: "GrowthFactor", metadata: {"box"=>true}))
281
+ CreateDeploymentStrategyRequest.add_member(:growth_factor, Shapes::ShapeRef.new(shape: GrowthFactor, required: true, location_name: "GrowthFactor", metadata: {"box" => true}))
184
282
  CreateDeploymentStrategyRequest.add_member(:growth_type, Shapes::ShapeRef.new(shape: GrowthType, location_name: "GrowthType"))
185
- CreateDeploymentStrategyRequest.add_member(:replicate_to, Shapes::ShapeRef.new(shape: ReplicateTo, required: true, location_name: "ReplicateTo"))
283
+ CreateDeploymentStrategyRequest.add_member(:replicate_to, Shapes::ShapeRef.new(shape: ReplicateTo, location_name: "ReplicateTo"))
186
284
  CreateDeploymentStrategyRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
187
285
  CreateDeploymentStrategyRequest.struct_class = Types::CreateDeploymentStrategyRequest
188
286
 
@@ -193,12 +291,28 @@ module Aws::AppConfig
193
291
  CreateEnvironmentRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
194
292
  CreateEnvironmentRequest.struct_class = Types::CreateEnvironmentRequest
195
293
 
294
+ CreateExtensionAssociationRequest.add_member(:extension_identifier, Shapes::ShapeRef.new(shape: Identifier, required: true, location_name: "ExtensionIdentifier"))
295
+ CreateExtensionAssociationRequest.add_member(:extension_version_number, Shapes::ShapeRef.new(shape: Integer, location_name: "ExtensionVersionNumber", metadata: {"box" => true}))
296
+ CreateExtensionAssociationRequest.add_member(:resource_identifier, Shapes::ShapeRef.new(shape: Identifier, required: true, location_name: "ResourceIdentifier"))
297
+ CreateExtensionAssociationRequest.add_member(:parameters, Shapes::ShapeRef.new(shape: ParameterValueMap, location_name: "Parameters"))
298
+ CreateExtensionAssociationRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
299
+ CreateExtensionAssociationRequest.struct_class = Types::CreateExtensionAssociationRequest
300
+
301
+ CreateExtensionRequest.add_member(:name, Shapes::ShapeRef.new(shape: ExtensionOrParameterName, required: true, location_name: "Name"))
302
+ CreateExtensionRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
303
+ CreateExtensionRequest.add_member(:actions, Shapes::ShapeRef.new(shape: ActionsMap, required: true, location_name: "Actions"))
304
+ CreateExtensionRequest.add_member(:parameters, Shapes::ShapeRef.new(shape: ParameterMap, location_name: "Parameters"))
305
+ CreateExtensionRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
306
+ CreateExtensionRequest.add_member(:latest_version_number, Shapes::ShapeRef.new(shape: Integer, location: "header", location_name: "Latest-Version-Number", metadata: {"box" => true}))
307
+ CreateExtensionRequest.struct_class = Types::CreateExtensionRequest
308
+
196
309
  CreateHostedConfigurationVersionRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "ApplicationId"))
197
310
  CreateHostedConfigurationVersionRequest.add_member(:configuration_profile_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "ConfigurationProfileId"))
198
311
  CreateHostedConfigurationVersionRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location: "header", location_name: "Description"))
199
312
  CreateHostedConfigurationVersionRequest.add_member(:content, Shapes::ShapeRef.new(shape: Blob, required: true, location_name: "Content"))
200
313
  CreateHostedConfigurationVersionRequest.add_member(:content_type, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And255, required: true, location: "header", location_name: "Content-Type"))
201
- CreateHostedConfigurationVersionRequest.add_member(:latest_version_number, Shapes::ShapeRef.new(shape: Integer, location: "header", location_name: "Latest-Version-Number", metadata: {"box"=>true}))
314
+ CreateHostedConfigurationVersionRequest.add_member(:latest_version_number, Shapes::ShapeRef.new(shape: Integer, location: "header", location_name: "Latest-Version-Number", metadata: {"box" => true}))
315
+ CreateHostedConfigurationVersionRequest.add_member(:version_label, Shapes::ShapeRef.new(shape: VersionLabel, location: "header", location_name: "VersionLabel"))
202
316
  CreateHostedConfigurationVersionRequest.struct_class = Types::CreateHostedConfigurationVersionRequest
203
317
  CreateHostedConfigurationVersionRequest[:payload] = :content
204
318
  CreateHostedConfigurationVersionRequest[:payload_member] = CreateHostedConfigurationVersionRequest.member(:content)
@@ -208,20 +322,33 @@ module Aws::AppConfig
208
322
 
209
323
  DeleteConfigurationProfileRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "ApplicationId"))
210
324
  DeleteConfigurationProfileRequest.add_member(:configuration_profile_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "ConfigurationProfileId"))
325
+ DeleteConfigurationProfileRequest.add_member(:deletion_protection_check, Shapes::ShapeRef.new(shape: DeletionProtectionCheck, location: "header", location_name: "x-amzn-deletion-protection-check"))
211
326
  DeleteConfigurationProfileRequest.struct_class = Types::DeleteConfigurationProfileRequest
212
327
 
213
328
  DeleteDeploymentStrategyRequest.add_member(:deployment_strategy_id, Shapes::ShapeRef.new(shape: DeploymentStrategyId, required: true, location: "uri", location_name: "DeploymentStrategyId"))
214
329
  DeleteDeploymentStrategyRequest.struct_class = Types::DeleteDeploymentStrategyRequest
215
330
 
216
- DeleteEnvironmentRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "ApplicationId"))
217
331
  DeleteEnvironmentRequest.add_member(:environment_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "EnvironmentId"))
332
+ DeleteEnvironmentRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "ApplicationId"))
333
+ DeleteEnvironmentRequest.add_member(:deletion_protection_check, Shapes::ShapeRef.new(shape: DeletionProtectionCheck, location: "header", location_name: "x-amzn-deletion-protection-check"))
218
334
  DeleteEnvironmentRequest.struct_class = Types::DeleteEnvironmentRequest
219
335
 
336
+ DeleteExtensionAssociationRequest.add_member(:extension_association_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "ExtensionAssociationId"))
337
+ DeleteExtensionAssociationRequest.struct_class = Types::DeleteExtensionAssociationRequest
338
+
339
+ DeleteExtensionRequest.add_member(:extension_identifier, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "ExtensionIdentifier"))
340
+ DeleteExtensionRequest.add_member(:version_number, Shapes::ShapeRef.new(shape: Integer, location: "querystring", location_name: "version", metadata: {"box" => true}))
341
+ DeleteExtensionRequest.struct_class = Types::DeleteExtensionRequest
342
+
220
343
  DeleteHostedConfigurationVersionRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "ApplicationId"))
221
344
  DeleteHostedConfigurationVersionRequest.add_member(:configuration_profile_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "ConfigurationProfileId"))
222
345
  DeleteHostedConfigurationVersionRequest.add_member(:version_number, Shapes::ShapeRef.new(shape: Integer, required: true, location: "uri", location_name: "VersionNumber"))
223
346
  DeleteHostedConfigurationVersionRequest.struct_class = Types::DeleteHostedConfigurationVersionRequest
224
347
 
348
+ DeletionProtectionSettings.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "Enabled", metadata: {"box" => true}))
349
+ DeletionProtectionSettings.add_member(:protection_period_in_minutes, Shapes::ShapeRef.new(shape: DeletionProtectionDuration, location_name: "ProtectionPeriodInMinutes", metadata: {"box" => true}))
350
+ DeletionProtectionSettings.struct_class = Types::DeletionProtectionSettings
351
+
225
352
  Deployment.add_member(:application_id, Shapes::ShapeRef.new(shape: Id, location_name: "ApplicationId"))
226
353
  Deployment.add_member(:environment_id, Shapes::ShapeRef.new(shape: Id, location_name: "EnvironmentId"))
227
354
  Deployment.add_member(:deployment_strategy_id, Shapes::ShapeRef.new(shape: Id, location_name: "DeploymentStrategyId"))
@@ -240,11 +367,16 @@ module Aws::AppConfig
240
367
  Deployment.add_member(:percentage_complete, Shapes::ShapeRef.new(shape: Percentage, location_name: "PercentageComplete"))
241
368
  Deployment.add_member(:started_at, Shapes::ShapeRef.new(shape: Iso8601DateTime, location_name: "StartedAt"))
242
369
  Deployment.add_member(:completed_at, Shapes::ShapeRef.new(shape: Iso8601DateTime, location_name: "CompletedAt"))
370
+ Deployment.add_member(:applied_extensions, Shapes::ShapeRef.new(shape: AppliedExtensions, location_name: "AppliedExtensions"))
371
+ Deployment.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "KmsKeyArn"))
372
+ Deployment.add_member(:kms_key_identifier, Shapes::ShapeRef.new(shape: KmsKeyIdentifier, location_name: "KmsKeyIdentifier"))
373
+ Deployment.add_member(:version_label, Shapes::ShapeRef.new(shape: VersionLabel, location_name: "VersionLabel"))
243
374
  Deployment.struct_class = Types::Deployment
244
375
 
245
376
  DeploymentEvent.add_member(:event_type, Shapes::ShapeRef.new(shape: DeploymentEventType, location_name: "EventType"))
246
377
  DeploymentEvent.add_member(:triggered_by, Shapes::ShapeRef.new(shape: TriggeredBy, location_name: "TriggeredBy"))
247
378
  DeploymentEvent.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
379
+ DeploymentEvent.add_member(:action_invocations, Shapes::ShapeRef.new(shape: ActionInvocations, location_name: "ActionInvocations"))
248
380
  DeploymentEvent.add_member(:occurred_at, Shapes::ShapeRef.new(shape: Iso8601DateTime, location_name: "OccurredAt"))
249
381
  DeploymentEvent.struct_class = Types::DeploymentEvent
250
382
 
@@ -279,12 +411,16 @@ module Aws::AppConfig
279
411
  DeploymentSummary.add_member(:percentage_complete, Shapes::ShapeRef.new(shape: Percentage, location_name: "PercentageComplete"))
280
412
  DeploymentSummary.add_member(:started_at, Shapes::ShapeRef.new(shape: Iso8601DateTime, location_name: "StartedAt"))
281
413
  DeploymentSummary.add_member(:completed_at, Shapes::ShapeRef.new(shape: Iso8601DateTime, location_name: "CompletedAt"))
414
+ DeploymentSummary.add_member(:version_label, Shapes::ShapeRef.new(shape: VersionLabel, location_name: "VersionLabel"))
282
415
  DeploymentSummary.struct_class = Types::DeploymentSummary
283
416
 
284
417
  Deployments.add_member(:items, Shapes::ShapeRef.new(shape: DeploymentList, location_name: "Items"))
285
418
  Deployments.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
286
419
  Deployments.struct_class = Types::Deployments
287
420
 
421
+ DynamicParameterMap.key = Shapes::ShapeRef.new(shape: DynamicParameterKey)
422
+ DynamicParameterMap.value = Shapes::ShapeRef.new(shape: StringWithLengthBetween1And2048)
423
+
288
424
  Environment.add_member(:application_id, Shapes::ShapeRef.new(shape: Id, location_name: "ApplicationId"))
289
425
  Environment.add_member(:id, Shapes::ShapeRef.new(shape: Id, location_name: "Id"))
290
426
  Environment.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "Name"))
@@ -299,6 +435,47 @@ module Aws::AppConfig
299
435
  Environments.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
300
436
  Environments.struct_class = Types::Environments
301
437
 
438
+ Extension.add_member(:id, Shapes::ShapeRef.new(shape: Id, location_name: "Id"))
439
+ Extension.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "Name"))
440
+ Extension.add_member(:version_number, Shapes::ShapeRef.new(shape: Integer, location_name: "VersionNumber"))
441
+ Extension.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
442
+ Extension.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
443
+ Extension.add_member(:actions, Shapes::ShapeRef.new(shape: ActionsMap, location_name: "Actions"))
444
+ Extension.add_member(:parameters, Shapes::ShapeRef.new(shape: ParameterMap, location_name: "Parameters"))
445
+ Extension.struct_class = Types::Extension
446
+
447
+ ExtensionAssociation.add_member(:id, Shapes::ShapeRef.new(shape: Identifier, location_name: "Id"))
448
+ ExtensionAssociation.add_member(:extension_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "ExtensionArn"))
449
+ ExtensionAssociation.add_member(:resource_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "ResourceArn"))
450
+ ExtensionAssociation.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
451
+ ExtensionAssociation.add_member(:parameters, Shapes::ShapeRef.new(shape: ParameterValueMap, location_name: "Parameters"))
452
+ ExtensionAssociation.add_member(:extension_version_number, Shapes::ShapeRef.new(shape: Integer, location_name: "ExtensionVersionNumber"))
453
+ ExtensionAssociation.struct_class = Types::ExtensionAssociation
454
+
455
+ ExtensionAssociationSummaries.member = Shapes::ShapeRef.new(shape: ExtensionAssociationSummary)
456
+
457
+ ExtensionAssociationSummary.add_member(:id, Shapes::ShapeRef.new(shape: Identifier, location_name: "Id"))
458
+ ExtensionAssociationSummary.add_member(:extension_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "ExtensionArn"))
459
+ ExtensionAssociationSummary.add_member(:resource_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "ResourceArn"))
460
+ ExtensionAssociationSummary.struct_class = Types::ExtensionAssociationSummary
461
+
462
+ ExtensionAssociations.add_member(:items, Shapes::ShapeRef.new(shape: ExtensionAssociationSummaries, location_name: "Items"))
463
+ ExtensionAssociations.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
464
+ ExtensionAssociations.struct_class = Types::ExtensionAssociations
465
+
466
+ ExtensionSummaries.member = Shapes::ShapeRef.new(shape: ExtensionSummary)
467
+
468
+ ExtensionSummary.add_member(:id, Shapes::ShapeRef.new(shape: Id, location_name: "Id"))
469
+ ExtensionSummary.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "Name"))
470
+ ExtensionSummary.add_member(:version_number, Shapes::ShapeRef.new(shape: Integer, location_name: "VersionNumber"))
471
+ ExtensionSummary.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
472
+ ExtensionSummary.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
473
+ ExtensionSummary.struct_class = Types::ExtensionSummary
474
+
475
+ Extensions.add_member(:items, Shapes::ShapeRef.new(shape: ExtensionSummaries, location_name: "Items"))
476
+ Extensions.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
477
+ Extensions.struct_class = Types::Extensions
478
+
302
479
  GetApplicationRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "ApplicationId"))
303
480
  GetApplicationRequest.struct_class = Types::GetApplicationRequest
304
481
 
@@ -315,7 +492,7 @@ module Aws::AppConfig
315
492
 
316
493
  GetDeploymentRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "ApplicationId"))
317
494
  GetDeploymentRequest.add_member(:environment_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "EnvironmentId"))
318
- GetDeploymentRequest.add_member(:deployment_number, Shapes::ShapeRef.new(shape: Integer, required: true, location: "uri", location_name: "DeploymentNumber", metadata: {"box"=>true}))
495
+ GetDeploymentRequest.add_member(:deployment_number, Shapes::ShapeRef.new(shape: Integer, required: true, location: "uri", location_name: "DeploymentNumber", metadata: {"box" => true}))
319
496
  GetDeploymentRequest.struct_class = Types::GetDeploymentRequest
320
497
 
321
498
  GetDeploymentStrategyRequest.add_member(:deployment_strategy_id, Shapes::ShapeRef.new(shape: DeploymentStrategyId, required: true, location: "uri", location_name: "DeploymentStrategyId"))
@@ -325,6 +502,13 @@ module Aws::AppConfig
325
502
  GetEnvironmentRequest.add_member(:environment_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "EnvironmentId"))
326
503
  GetEnvironmentRequest.struct_class = Types::GetEnvironmentRequest
327
504
 
505
+ GetExtensionAssociationRequest.add_member(:extension_association_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "ExtensionAssociationId"))
506
+ GetExtensionAssociationRequest.struct_class = Types::GetExtensionAssociationRequest
507
+
508
+ GetExtensionRequest.add_member(:extension_identifier, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "ExtensionIdentifier"))
509
+ GetExtensionRequest.add_member(:version_number, Shapes::ShapeRef.new(shape: Integer, location: "querystring", location_name: "version_number", metadata: {"box" => true}))
510
+ GetExtensionRequest.struct_class = Types::GetExtensionRequest
511
+
328
512
  GetHostedConfigurationVersionRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "ApplicationId"))
329
513
  GetHostedConfigurationVersionRequest.add_member(:configuration_profile_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "ConfigurationProfileId"))
330
514
  GetHostedConfigurationVersionRequest.add_member(:version_number, Shapes::ShapeRef.new(shape: Integer, required: true, location: "uri", location_name: "VersionNumber"))
@@ -336,6 +520,8 @@ module Aws::AppConfig
336
520
  HostedConfigurationVersion.add_member(:description, Shapes::ShapeRef.new(shape: Description, location: "header", location_name: "Description"))
337
521
  HostedConfigurationVersion.add_member(:content, Shapes::ShapeRef.new(shape: Blob, location_name: "Content"))
338
522
  HostedConfigurationVersion.add_member(:content_type, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And255, location: "header", location_name: "Content-Type"))
523
+ HostedConfigurationVersion.add_member(:version_label, Shapes::ShapeRef.new(shape: VersionLabel, location: "header", location_name: "VersionLabel"))
524
+ HostedConfigurationVersion.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: Arn, location: "header", location_name: "KmsKeyArn"))
339
525
  HostedConfigurationVersion.struct_class = Types::HostedConfigurationVersion
340
526
  HostedConfigurationVersion[:payload] = :content
341
527
  HostedConfigurationVersion[:payload_member] = HostedConfigurationVersion.member(:content)
@@ -345,6 +531,8 @@ module Aws::AppConfig
345
531
  HostedConfigurationVersionSummary.add_member(:version_number, Shapes::ShapeRef.new(shape: Integer, location_name: "VersionNumber"))
346
532
  HostedConfigurationVersionSummary.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
347
533
  HostedConfigurationVersionSummary.add_member(:content_type, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And255, location_name: "ContentType"))
534
+ HostedConfigurationVersionSummary.add_member(:version_label, Shapes::ShapeRef.new(shape: VersionLabel, location_name: "VersionLabel"))
535
+ HostedConfigurationVersionSummary.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "KmsKeyArn"))
348
536
  HostedConfigurationVersionSummary.struct_class = Types::HostedConfigurationVersionSummary
349
537
 
350
538
  HostedConfigurationVersionSummaryList.member = Shapes::ShapeRef.new(shape: HostedConfigurationVersionSummary)
@@ -356,45 +544,79 @@ module Aws::AppConfig
356
544
  InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
357
545
  InternalServerException.struct_class = Types::InternalServerException
358
546
 
359
- ListApplicationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max_results", metadata: {"box"=>true}))
547
+ InvalidConfigurationDetail.add_member(:constraint, Shapes::ShapeRef.new(shape: String, location_name: "Constraint"))
548
+ InvalidConfigurationDetail.add_member(:location, Shapes::ShapeRef.new(shape: String, location_name: "Location"))
549
+ InvalidConfigurationDetail.add_member(:reason, Shapes::ShapeRef.new(shape: String, location_name: "Reason"))
550
+ InvalidConfigurationDetail.add_member(:type, Shapes::ShapeRef.new(shape: String, location_name: "Type"))
551
+ InvalidConfigurationDetail.add_member(:value, Shapes::ShapeRef.new(shape: String, location_name: "Value"))
552
+ InvalidConfigurationDetail.struct_class = Types::InvalidConfigurationDetail
553
+
554
+ InvalidConfigurationDetailList.member = Shapes::ShapeRef.new(shape: InvalidConfigurationDetail)
555
+
556
+ ListApplicationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max_results", metadata: {"box" => true}))
360
557
  ListApplicationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "next_token"))
361
558
  ListApplicationsRequest.struct_class = Types::ListApplicationsRequest
362
559
 
363
560
  ListConfigurationProfilesRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "ApplicationId"))
364
- ListConfigurationProfilesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max_results", metadata: {"box"=>true}))
561
+ ListConfigurationProfilesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max_results", metadata: {"box" => true}))
365
562
  ListConfigurationProfilesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "next_token"))
563
+ ListConfigurationProfilesRequest.add_member(:type, Shapes::ShapeRef.new(shape: ConfigurationProfileType, location: "querystring", location_name: "type"))
366
564
  ListConfigurationProfilesRequest.struct_class = Types::ListConfigurationProfilesRequest
367
565
 
368
- ListDeploymentStrategiesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max_results", metadata: {"box"=>true}))
566
+ ListDeploymentStrategiesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max_results", metadata: {"box" => true}))
369
567
  ListDeploymentStrategiesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "next_token"))
370
568
  ListDeploymentStrategiesRequest.struct_class = Types::ListDeploymentStrategiesRequest
371
569
 
372
570
  ListDeploymentsRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "ApplicationId"))
373
571
  ListDeploymentsRequest.add_member(:environment_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "EnvironmentId"))
374
- ListDeploymentsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max_results", metadata: {"box"=>true}))
572
+ ListDeploymentsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max_results", metadata: {"box" => true}))
375
573
  ListDeploymentsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "next_token"))
376
574
  ListDeploymentsRequest.struct_class = Types::ListDeploymentsRequest
377
575
 
378
576
  ListEnvironmentsRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "ApplicationId"))
379
- ListEnvironmentsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max_results", metadata: {"box"=>true}))
577
+ ListEnvironmentsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max_results", metadata: {"box" => true}))
380
578
  ListEnvironmentsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "next_token"))
381
579
  ListEnvironmentsRequest.struct_class = Types::ListEnvironmentsRequest
382
580
 
581
+ ListExtensionAssociationsRequest.add_member(:resource_identifier, Shapes::ShapeRef.new(shape: Arn, location: "querystring", location_name: "resource_identifier"))
582
+ ListExtensionAssociationsRequest.add_member(:extension_identifier, Shapes::ShapeRef.new(shape: Identifier, location: "querystring", location_name: "extension_identifier"))
583
+ ListExtensionAssociationsRequest.add_member(:extension_version_number, Shapes::ShapeRef.new(shape: Integer, location: "querystring", location_name: "extension_version_number", metadata: {"box" => true}))
584
+ ListExtensionAssociationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max_results", metadata: {"box" => true}))
585
+ ListExtensionAssociationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "next_token"))
586
+ ListExtensionAssociationsRequest.struct_class = Types::ListExtensionAssociationsRequest
587
+
588
+ ListExtensionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max_results", metadata: {"box" => true}))
589
+ ListExtensionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "next_token"))
590
+ ListExtensionsRequest.add_member(:name, Shapes::ShapeRef.new(shape: QueryName, location: "querystring", location_name: "name"))
591
+ ListExtensionsRequest.struct_class = Types::ListExtensionsRequest
592
+
383
593
  ListHostedConfigurationVersionsRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "ApplicationId"))
384
594
  ListHostedConfigurationVersionsRequest.add_member(:configuration_profile_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "ConfigurationProfileId"))
385
- ListHostedConfigurationVersionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max_results", metadata: {"box"=>true}))
595
+ ListHostedConfigurationVersionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max_results", metadata: {"box" => true}))
386
596
  ListHostedConfigurationVersionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "next_token"))
597
+ ListHostedConfigurationVersionsRequest.add_member(:version_label, Shapes::ShapeRef.new(shape: QueryName, location: "querystring", location_name: "version_label"))
387
598
  ListHostedConfigurationVersionsRequest.struct_class = Types::ListHostedConfigurationVersionsRequest
388
599
 
389
600
  ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location: "uri", location_name: "ResourceArn"))
390
601
  ListTagsForResourceRequest.struct_class = Types::ListTagsForResourceRequest
391
602
 
392
- Monitor.add_member(:alarm_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "AlarmArn"))
603
+ Monitor.add_member(:alarm_arn, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And2048, required: true, location_name: "AlarmArn"))
393
604
  Monitor.add_member(:alarm_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "AlarmRoleArn"))
394
605
  Monitor.struct_class = Types::Monitor
395
606
 
396
607
  MonitorList.member = Shapes::ShapeRef.new(shape: Monitor)
397
608
 
609
+ Parameter.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
610
+ Parameter.add_member(:required, Shapes::ShapeRef.new(shape: Boolean, location_name: "Required"))
611
+ Parameter.add_member(:dynamic, Shapes::ShapeRef.new(shape: Boolean, location_name: "Dynamic"))
612
+ Parameter.struct_class = Types::Parameter
613
+
614
+ ParameterMap.key = Shapes::ShapeRef.new(shape: ExtensionOrParameterName)
615
+ ParameterMap.value = Shapes::ShapeRef.new(shape: Parameter)
616
+
617
+ ParameterValueMap.key = Shapes::ShapeRef.new(shape: ExtensionOrParameterName)
618
+ ParameterValueMap.value = Shapes::ShapeRef.new(shape: StringWithLengthBetween1And2048)
619
+
398
620
  PayloadTooLargeException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
399
621
  PayloadTooLargeException.add_member(:measure, Shapes::ShapeRef.new(shape: BytesMeasure, location_name: "Measure"))
400
622
  PayloadTooLargeException.add_member(:limit, Shapes::ShapeRef.new(shape: Float, location_name: "Limit"))
@@ -418,11 +640,14 @@ module Aws::AppConfig
418
640
  StartDeploymentRequest.add_member(:configuration_version, Shapes::ShapeRef.new(shape: Version, required: true, location_name: "ConfigurationVersion"))
419
641
  StartDeploymentRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
420
642
  StartDeploymentRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
643
+ StartDeploymentRequest.add_member(:kms_key_identifier, Shapes::ShapeRef.new(shape: KmsKeyIdentifier, location_name: "KmsKeyIdentifier"))
644
+ StartDeploymentRequest.add_member(:dynamic_extension_parameters, Shapes::ShapeRef.new(shape: DynamicParameterMap, location_name: "DynamicExtensionParameters"))
421
645
  StartDeploymentRequest.struct_class = Types::StartDeploymentRequest
422
646
 
423
647
  StopDeploymentRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "ApplicationId"))
424
648
  StopDeploymentRequest.add_member(:environment_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "EnvironmentId"))
425
- StopDeploymentRequest.add_member(:deployment_number, Shapes::ShapeRef.new(shape: Integer, required: true, location: "uri", location_name: "DeploymentNumber", metadata: {"box"=>true}))
649
+ StopDeploymentRequest.add_member(:deployment_number, Shapes::ShapeRef.new(shape: Integer, required: true, location: "uri", location_name: "DeploymentNumber", metadata: {"box" => true}))
650
+ StopDeploymentRequest.add_member(:allow_revert, Shapes::ShapeRef.new(shape: Boolean, location: "header", location_name: "Allow-Revert", metadata: {"box" => true}))
426
651
  StopDeploymentRequest.struct_class = Types::StopDeploymentRequest
427
652
 
428
653
  TagKeyList.member = Shapes::ShapeRef.new(shape: TagKey)
@@ -438,6 +663,9 @@ module Aws::AppConfig
438
663
  UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location: "querystring", location_name: "tagKeys"))
439
664
  UntagResourceRequest.struct_class = Types::UntagResourceRequest
440
665
 
666
+ UpdateAccountSettingsRequest.add_member(:deletion_protection, Shapes::ShapeRef.new(shape: DeletionProtectionSettings, location_name: "DeletionProtection"))
667
+ UpdateAccountSettingsRequest.struct_class = Types::UpdateAccountSettingsRequest
668
+
441
669
  UpdateApplicationRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "ApplicationId"))
442
670
  UpdateApplicationRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "Name"))
443
671
  UpdateApplicationRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
@@ -445,17 +673,18 @@ module Aws::AppConfig
445
673
 
446
674
  UpdateConfigurationProfileRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "ApplicationId"))
447
675
  UpdateConfigurationProfileRequest.add_member(:configuration_profile_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "ConfigurationProfileId"))
448
- UpdateConfigurationProfileRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "Name"))
676
+ UpdateConfigurationProfileRequest.add_member(:name, Shapes::ShapeRef.new(shape: LongName, location_name: "Name"))
449
677
  UpdateConfigurationProfileRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
450
678
  UpdateConfigurationProfileRequest.add_member(:retrieval_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "RetrievalRoleArn"))
451
679
  UpdateConfigurationProfileRequest.add_member(:validators, Shapes::ShapeRef.new(shape: ValidatorList, location_name: "Validators"))
680
+ UpdateConfigurationProfileRequest.add_member(:kms_key_identifier, Shapes::ShapeRef.new(shape: KmsKeyIdentifierOrEmpty, location_name: "KmsKeyIdentifier"))
452
681
  UpdateConfigurationProfileRequest.struct_class = Types::UpdateConfigurationProfileRequest
453
682
 
454
683
  UpdateDeploymentStrategyRequest.add_member(:deployment_strategy_id, Shapes::ShapeRef.new(shape: DeploymentStrategyId, required: true, location: "uri", location_name: "DeploymentStrategyId"))
455
684
  UpdateDeploymentStrategyRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
456
- UpdateDeploymentStrategyRequest.add_member(:deployment_duration_in_minutes, Shapes::ShapeRef.new(shape: MinutesBetween0And24Hours, location_name: "DeploymentDurationInMinutes", metadata: {"box"=>true}))
457
- UpdateDeploymentStrategyRequest.add_member(:final_bake_time_in_minutes, Shapes::ShapeRef.new(shape: MinutesBetween0And24Hours, location_name: "FinalBakeTimeInMinutes", metadata: {"box"=>true}))
458
- UpdateDeploymentStrategyRequest.add_member(:growth_factor, Shapes::ShapeRef.new(shape: GrowthFactor, location_name: "GrowthFactor", metadata: {"box"=>true}))
685
+ UpdateDeploymentStrategyRequest.add_member(:deployment_duration_in_minutes, Shapes::ShapeRef.new(shape: MinutesBetween0And24Hours, location_name: "DeploymentDurationInMinutes", metadata: {"box" => true}))
686
+ UpdateDeploymentStrategyRequest.add_member(:final_bake_time_in_minutes, Shapes::ShapeRef.new(shape: MinutesBetween0And24Hours, location_name: "FinalBakeTimeInMinutes", metadata: {"box" => true}))
687
+ UpdateDeploymentStrategyRequest.add_member(:growth_factor, Shapes::ShapeRef.new(shape: GrowthFactor, location_name: "GrowthFactor", metadata: {"box" => true}))
459
688
  UpdateDeploymentStrategyRequest.add_member(:growth_type, Shapes::ShapeRef.new(shape: GrowthType, location_name: "GrowthType"))
460
689
  UpdateDeploymentStrategyRequest.struct_class = Types::UpdateDeploymentStrategyRequest
461
690
 
@@ -466,6 +695,17 @@ module Aws::AppConfig
466
695
  UpdateEnvironmentRequest.add_member(:monitors, Shapes::ShapeRef.new(shape: MonitorList, location_name: "Monitors"))
467
696
  UpdateEnvironmentRequest.struct_class = Types::UpdateEnvironmentRequest
468
697
 
698
+ UpdateExtensionAssociationRequest.add_member(:extension_association_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "ExtensionAssociationId"))
699
+ UpdateExtensionAssociationRequest.add_member(:parameters, Shapes::ShapeRef.new(shape: ParameterValueMap, location_name: "Parameters"))
700
+ UpdateExtensionAssociationRequest.struct_class = Types::UpdateExtensionAssociationRequest
701
+
702
+ UpdateExtensionRequest.add_member(:extension_identifier, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "ExtensionIdentifier"))
703
+ UpdateExtensionRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
704
+ UpdateExtensionRequest.add_member(:actions, Shapes::ShapeRef.new(shape: ActionsMap, location_name: "Actions"))
705
+ UpdateExtensionRequest.add_member(:parameters, Shapes::ShapeRef.new(shape: ParameterMap, location_name: "Parameters"))
706
+ UpdateExtensionRequest.add_member(:version_number, Shapes::ShapeRef.new(shape: Integer, location_name: "VersionNumber", metadata: {"box" => true}))
707
+ UpdateExtensionRequest.struct_class = Types::UpdateExtensionRequest
708
+
469
709
  ValidateConfigurationRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "ApplicationId"))
470
710
  ValidateConfigurationRequest.add_member(:configuration_profile_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "ConfigurationProfileId"))
471
711
  ValidateConfigurationRequest.add_member(:configuration_version, Shapes::ShapeRef.new(shape: Version, required: true, location: "querystring", location_name: "configuration_version"))
@@ -487,9 +727,11 @@ module Aws::AppConfig
487
727
 
488
728
  api.metadata = {
489
729
  "apiVersion" => "2019-10-09",
730
+ "auth" => ["aws.auth#sigv4"],
490
731
  "endpointPrefix" => "appconfig",
491
732
  "jsonVersion" => "1.1",
492
733
  "protocol" => "rest-json",
734
+ "protocols" => ["rest-json"],
493
735
  "serviceAbbreviation" => "AppConfig",
494
736
  "serviceFullName" => "Amazon AppConfig",
495
737
  "serviceId" => "AppConfig",
@@ -505,6 +747,7 @@ module Aws::AppConfig
505
747
  o.input = Shapes::ShapeRef.new(shape: CreateApplicationRequest)
506
748
  o.output = Shapes::ShapeRef.new(shape: Application)
507
749
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
750
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
508
751
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
509
752
  end)
510
753
 
@@ -517,6 +760,7 @@ module Aws::AppConfig
517
760
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
518
761
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
519
762
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
763
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
520
764
  end)
521
765
 
522
766
  api.add_operation(:create_deployment_strategy, Seahorse::Model::Operation.new.tap do |o|
@@ -526,6 +770,7 @@ module Aws::AppConfig
526
770
  o.input = Shapes::ShapeRef.new(shape: CreateDeploymentStrategyRequest)
527
771
  o.output = Shapes::ShapeRef.new(shape: DeploymentStrategy)
528
772
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
773
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
529
774
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
530
775
  end)
531
776
 
@@ -538,6 +783,31 @@ module Aws::AppConfig
538
783
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
539
784
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
540
785
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
786
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
787
+ end)
788
+
789
+ api.add_operation(:create_extension, Seahorse::Model::Operation.new.tap do |o|
790
+ o.name = "CreateExtension"
791
+ o.http_method = "POST"
792
+ o.http_request_uri = "/extensions"
793
+ o.input = Shapes::ShapeRef.new(shape: CreateExtensionRequest)
794
+ o.output = Shapes::ShapeRef.new(shape: Extension)
795
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
796
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
797
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
798
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
799
+ end)
800
+
801
+ api.add_operation(:create_extension_association, Seahorse::Model::Operation.new.tap do |o|
802
+ o.name = "CreateExtensionAssociation"
803
+ o.http_method = "POST"
804
+ o.http_request_uri = "/extensionassociations"
805
+ o.input = Shapes::ShapeRef.new(shape: CreateExtensionAssociationRequest)
806
+ o.output = Shapes::ShapeRef.new(shape: ExtensionAssociation)
807
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
808
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
809
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
810
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
541
811
  end)
542
812
 
543
813
  api.add_operation(:create_hosted_configuration_version, Seahorse::Model::Operation.new.tap do |o|
@@ -600,6 +870,28 @@ module Aws::AppConfig
600
870
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
601
871
  end)
602
872
 
873
+ api.add_operation(:delete_extension, Seahorse::Model::Operation.new.tap do |o|
874
+ o.name = "DeleteExtension"
875
+ o.http_method = "DELETE"
876
+ o.http_request_uri = "/extensions/{ExtensionIdentifier}"
877
+ o.input = Shapes::ShapeRef.new(shape: DeleteExtensionRequest)
878
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
879
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
880
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
881
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
882
+ end)
883
+
884
+ api.add_operation(:delete_extension_association, Seahorse::Model::Operation.new.tap do |o|
885
+ o.name = "DeleteExtensionAssociation"
886
+ o.http_method = "DELETE"
887
+ o.http_request_uri = "/extensionassociations/{ExtensionAssociationId}"
888
+ o.input = Shapes::ShapeRef.new(shape: DeleteExtensionAssociationRequest)
889
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
890
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
891
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
892
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
893
+ end)
894
+
603
895
  api.add_operation(:delete_hosted_configuration_version, Seahorse::Model::Operation.new.tap do |o|
604
896
  o.name = "DeleteHostedConfigurationVersion"
605
897
  o.http_method = "DELETE"
@@ -611,6 +903,16 @@ module Aws::AppConfig
611
903
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
612
904
  end)
613
905
 
906
+ api.add_operation(:get_account_settings, Seahorse::Model::Operation.new.tap do |o|
907
+ o.name = "GetAccountSettings"
908
+ o.http_method = "GET"
909
+ o.http_request_uri = "/settings"
910
+ o.input = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
911
+ o.output = Shapes::ShapeRef.new(shape: AccountSettings)
912
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
913
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
914
+ end)
915
+
614
916
  api.add_operation(:get_application, Seahorse::Model::Operation.new.tap do |o|
615
917
  o.name = "GetApplication"
616
918
  o.http_method = "GET"
@@ -626,6 +928,7 @@ module Aws::AppConfig
626
928
  o.name = "GetConfiguration"
627
929
  o.http_method = "GET"
628
930
  o.http_request_uri = "/applications/{Application}/environments/{Environment}/configurations/{Configuration}"
931
+ o.deprecated = true
629
932
  o.input = Shapes::ShapeRef.new(shape: GetConfigurationRequest)
630
933
  o.output = Shapes::ShapeRef.new(shape: Configuration)
631
934
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
@@ -677,6 +980,28 @@ module Aws::AppConfig
677
980
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
678
981
  end)
679
982
 
983
+ api.add_operation(:get_extension, Seahorse::Model::Operation.new.tap do |o|
984
+ o.name = "GetExtension"
985
+ o.http_method = "GET"
986
+ o.http_request_uri = "/extensions/{ExtensionIdentifier}"
987
+ o.input = Shapes::ShapeRef.new(shape: GetExtensionRequest)
988
+ o.output = Shapes::ShapeRef.new(shape: Extension)
989
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
990
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
991
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
992
+ end)
993
+
994
+ api.add_operation(:get_extension_association, Seahorse::Model::Operation.new.tap do |o|
995
+ o.name = "GetExtensionAssociation"
996
+ o.http_method = "GET"
997
+ o.http_request_uri = "/extensionassociations/{ExtensionAssociationId}"
998
+ o.input = Shapes::ShapeRef.new(shape: GetExtensionAssociationRequest)
999
+ o.output = Shapes::ShapeRef.new(shape: ExtensionAssociation)
1000
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1001
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1002
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1003
+ end)
1004
+
680
1005
  api.add_operation(:get_hosted_configuration_version, Seahorse::Model::Operation.new.tap do |o|
681
1006
  o.name = "GetHostedConfigurationVersion"
682
1007
  o.http_method = "GET"
@@ -771,6 +1096,38 @@ module Aws::AppConfig
771
1096
  )
772
1097
  end)
773
1098
 
1099
+ api.add_operation(:list_extension_associations, Seahorse::Model::Operation.new.tap do |o|
1100
+ o.name = "ListExtensionAssociations"
1101
+ o.http_method = "GET"
1102
+ o.http_request_uri = "/extensionassociations"
1103
+ o.input = Shapes::ShapeRef.new(shape: ListExtensionAssociationsRequest)
1104
+ o.output = Shapes::ShapeRef.new(shape: ExtensionAssociations)
1105
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1106
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1107
+ o[:pager] = Aws::Pager.new(
1108
+ limit_key: "max_results",
1109
+ tokens: {
1110
+ "next_token" => "next_token"
1111
+ }
1112
+ )
1113
+ end)
1114
+
1115
+ api.add_operation(:list_extensions, Seahorse::Model::Operation.new.tap do |o|
1116
+ o.name = "ListExtensions"
1117
+ o.http_method = "GET"
1118
+ o.http_request_uri = "/extensions"
1119
+ o.input = Shapes::ShapeRef.new(shape: ListExtensionsRequest)
1120
+ o.output = Shapes::ShapeRef.new(shape: Extensions)
1121
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1122
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1123
+ o[:pager] = Aws::Pager.new(
1124
+ limit_key: "max_results",
1125
+ tokens: {
1126
+ "next_token" => "next_token"
1127
+ }
1128
+ )
1129
+ end)
1130
+
774
1131
  api.add_operation(:list_hosted_configuration_versions, Seahorse::Model::Operation.new.tap do |o|
775
1132
  o.name = "ListHostedConfigurationVersions"
776
1133
  o.http_method = "GET"
@@ -844,6 +1201,16 @@ module Aws::AppConfig
844
1201
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
845
1202
  end)
846
1203
 
1204
+ api.add_operation(:update_account_settings, Seahorse::Model::Operation.new.tap do |o|
1205
+ o.name = "UpdateAccountSettings"
1206
+ o.http_method = "PATCH"
1207
+ o.http_request_uri = "/settings"
1208
+ o.input = Shapes::ShapeRef.new(shape: UpdateAccountSettingsRequest)
1209
+ o.output = Shapes::ShapeRef.new(shape: AccountSettings)
1210
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1211
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1212
+ end)
1213
+
847
1214
  api.add_operation(:update_application, Seahorse::Model::Operation.new.tap do |o|
848
1215
  o.name = "UpdateApplication"
849
1216
  o.http_method = "PATCH"
@@ -888,6 +1255,29 @@ module Aws::AppConfig
888
1255
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
889
1256
  end)
890
1257
 
1258
+ api.add_operation(:update_extension, Seahorse::Model::Operation.new.tap do |o|
1259
+ o.name = "UpdateExtension"
1260
+ o.http_method = "PATCH"
1261
+ o.http_request_uri = "/extensions/{ExtensionIdentifier}"
1262
+ o.input = Shapes::ShapeRef.new(shape: UpdateExtensionRequest)
1263
+ o.output = Shapes::ShapeRef.new(shape: Extension)
1264
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1265
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1266
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1267
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1268
+ end)
1269
+
1270
+ api.add_operation(:update_extension_association, Seahorse::Model::Operation.new.tap do |o|
1271
+ o.name = "UpdateExtensionAssociation"
1272
+ o.http_method = "PATCH"
1273
+ o.http_request_uri = "/extensionassociations/{ExtensionAssociationId}"
1274
+ o.input = Shapes::ShapeRef.new(shape: UpdateExtensionAssociationRequest)
1275
+ o.output = Shapes::ShapeRef.new(shape: ExtensionAssociation)
1276
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1277
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1278
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1279
+ end)
1280
+
891
1281
  api.add_operation(:validate_configuration, Seahorse::Model::Operation.new.tap do |o|
892
1282
  o.name = "ValidateConfiguration"
893
1283
  o.http_method = "POST"