aws-sdk-appconfig 1.25.0 → 1.27.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-appconfig/client.rb +679 -29
- data/lib/aws-sdk-appconfig/client_api.rb +296 -4
- data/lib/aws-sdk-appconfig/endpoint_parameters.rb +66 -0
- data/lib/aws-sdk-appconfig/endpoint_provider.rb +120 -0
- data/lib/aws-sdk-appconfig/endpoints.rb +617 -0
- data/lib/aws-sdk-appconfig/plugins/endpoints.rb +154 -0
- data/lib/aws-sdk-appconfig/types.rb +788 -7
- data/lib/aws-sdk-appconfig.rb +5 -1
- metadata +8 -4
@@ -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,14 @@ 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
|
+
ExtensionSummaries = Shapes::ListShape.new(name: 'ExtensionSummaries')
|
78
|
+
ExtensionSummary = Shapes::StructureShape.new(name: 'ExtensionSummary')
|
79
|
+
Extensions = Shapes::StructureShape.new(name: 'Extensions')
|
59
80
|
Float = Shapes::FloatShape.new(name: 'Float')
|
60
81
|
GetApplicationRequest = Shapes::StructureShape.new(name: 'GetApplicationRequest')
|
61
82
|
GetConfigurationProfileRequest = Shapes::StructureShape.new(name: 'GetConfigurationProfileRequest')
|
@@ -63,6 +84,8 @@ module Aws::AppConfig
|
|
63
84
|
GetDeploymentRequest = Shapes::StructureShape.new(name: 'GetDeploymentRequest')
|
64
85
|
GetDeploymentStrategyRequest = Shapes::StructureShape.new(name: 'GetDeploymentStrategyRequest')
|
65
86
|
GetEnvironmentRequest = Shapes::StructureShape.new(name: 'GetEnvironmentRequest')
|
87
|
+
GetExtensionAssociationRequest = Shapes::StructureShape.new(name: 'GetExtensionAssociationRequest')
|
88
|
+
GetExtensionRequest = Shapes::StructureShape.new(name: 'GetExtensionRequest')
|
66
89
|
GetHostedConfigurationVersionRequest = Shapes::StructureShape.new(name: 'GetHostedConfigurationVersionRequest')
|
67
90
|
GrowthFactor = Shapes::FloatShape.new(name: 'GrowthFactor')
|
68
91
|
GrowthType = Shapes::StringShape.new(name: 'GrowthType')
|
@@ -71,6 +94,7 @@ module Aws::AppConfig
|
|
71
94
|
HostedConfigurationVersionSummaryList = Shapes::ListShape.new(name: 'HostedConfigurationVersionSummaryList')
|
72
95
|
HostedConfigurationVersions = Shapes::StructureShape.new(name: 'HostedConfigurationVersions')
|
73
96
|
Id = Shapes::StringShape.new(name: 'Id')
|
97
|
+
Identifier = Shapes::StringShape.new(name: 'Identifier')
|
74
98
|
Integer = Shapes::IntegerShape.new(name: 'Integer')
|
75
99
|
InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
|
76
100
|
InvalidConfigurationDetail = Shapes::StructureShape.new(name: 'InvalidConfigurationDetail')
|
@@ -81,16 +105,23 @@ module Aws::AppConfig
|
|
81
105
|
ListDeploymentStrategiesRequest = Shapes::StructureShape.new(name: 'ListDeploymentStrategiesRequest')
|
82
106
|
ListDeploymentsRequest = Shapes::StructureShape.new(name: 'ListDeploymentsRequest')
|
83
107
|
ListEnvironmentsRequest = Shapes::StructureShape.new(name: 'ListEnvironmentsRequest')
|
108
|
+
ListExtensionAssociationsRequest = Shapes::StructureShape.new(name: 'ListExtensionAssociationsRequest')
|
109
|
+
ListExtensionsRequest = Shapes::StructureShape.new(name: 'ListExtensionsRequest')
|
84
110
|
ListHostedConfigurationVersionsRequest = Shapes::StructureShape.new(name: 'ListHostedConfigurationVersionsRequest')
|
85
111
|
ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
|
112
|
+
LongName = Shapes::StringShape.new(name: 'LongName')
|
86
113
|
MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
|
87
114
|
MinutesBetween0And24Hours = Shapes::IntegerShape.new(name: 'MinutesBetween0And24Hours')
|
88
115
|
Monitor = Shapes::StructureShape.new(name: 'Monitor')
|
89
116
|
MonitorList = Shapes::ListShape.new(name: 'MonitorList')
|
90
117
|
Name = Shapes::StringShape.new(name: 'Name')
|
91
118
|
NextToken = Shapes::StringShape.new(name: 'NextToken')
|
119
|
+
Parameter = Shapes::StructureShape.new(name: 'Parameter')
|
120
|
+
ParameterMap = Shapes::MapShape.new(name: 'ParameterMap')
|
121
|
+
ParameterValueMap = Shapes::MapShape.new(name: 'ParameterValueMap')
|
92
122
|
PayloadTooLargeException = Shapes::StructureShape.new(name: 'PayloadTooLargeException')
|
93
123
|
Percentage = Shapes::FloatShape.new(name: 'Percentage')
|
124
|
+
QueryName = Shapes::StringShape.new(name: 'QueryName')
|
94
125
|
ReplicateTo = Shapes::StringShape.new(name: 'ReplicateTo')
|
95
126
|
ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
|
96
127
|
ResourceTags = Shapes::StructureShape.new(name: 'ResourceTags')
|
@@ -114,6 +145,8 @@ module Aws::AppConfig
|
|
114
145
|
UpdateConfigurationProfileRequest = Shapes::StructureShape.new(name: 'UpdateConfigurationProfileRequest')
|
115
146
|
UpdateDeploymentStrategyRequest = Shapes::StructureShape.new(name: 'UpdateDeploymentStrategyRequest')
|
116
147
|
UpdateEnvironmentRequest = Shapes::StructureShape.new(name: 'UpdateEnvironmentRequest')
|
148
|
+
UpdateExtensionAssociationRequest = Shapes::StructureShape.new(name: 'UpdateExtensionAssociationRequest')
|
149
|
+
UpdateExtensionRequest = Shapes::StructureShape.new(name: 'UpdateExtensionRequest')
|
117
150
|
Uri = Shapes::StringShape.new(name: 'Uri')
|
118
151
|
ValidateConfigurationRequest = Shapes::StructureShape.new(name: 'ValidateConfigurationRequest')
|
119
152
|
Validator = Shapes::StructureShape.new(name: 'Validator')
|
@@ -122,6 +155,28 @@ module Aws::AppConfig
|
|
122
155
|
ValidatorTypeList = Shapes::ListShape.new(name: 'ValidatorTypeList')
|
123
156
|
Version = Shapes::StringShape.new(name: 'Version')
|
124
157
|
|
158
|
+
Action.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "Name"))
|
159
|
+
Action.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
160
|
+
Action.add_member(:uri, Shapes::ShapeRef.new(shape: Uri, location_name: "Uri"))
|
161
|
+
Action.add_member(:role_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "RoleArn"))
|
162
|
+
Action.struct_class = Types::Action
|
163
|
+
|
164
|
+
ActionInvocation.add_member(:extension_identifier, Shapes::ShapeRef.new(shape: Identifier, location_name: "ExtensionIdentifier"))
|
165
|
+
ActionInvocation.add_member(:action_name, Shapes::ShapeRef.new(shape: Name, location_name: "ActionName"))
|
166
|
+
ActionInvocation.add_member(:uri, Shapes::ShapeRef.new(shape: Uri, location_name: "Uri"))
|
167
|
+
ActionInvocation.add_member(:role_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "RoleArn"))
|
168
|
+
ActionInvocation.add_member(:error_message, Shapes::ShapeRef.new(shape: String, location_name: "ErrorMessage"))
|
169
|
+
ActionInvocation.add_member(:error_code, Shapes::ShapeRef.new(shape: String, location_name: "ErrorCode"))
|
170
|
+
ActionInvocation.add_member(:invocation_id, Shapes::ShapeRef.new(shape: Id, location_name: "InvocationId"))
|
171
|
+
ActionInvocation.struct_class = Types::ActionInvocation
|
172
|
+
|
173
|
+
ActionInvocations.member = Shapes::ShapeRef.new(shape: ActionInvocation)
|
174
|
+
|
175
|
+
ActionList.member = Shapes::ShapeRef.new(shape: Action)
|
176
|
+
|
177
|
+
ActionsMap.key = Shapes::ShapeRef.new(shape: ActionPoint)
|
178
|
+
ActionsMap.value = Shapes::ShapeRef.new(shape: ActionList)
|
179
|
+
|
125
180
|
Application.add_member(:id, Shapes::ShapeRef.new(shape: Id, location_name: "Id"))
|
126
181
|
Application.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "Name"))
|
127
182
|
Application.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
@@ -133,6 +188,14 @@ module Aws::AppConfig
|
|
133
188
|
Applications.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
134
189
|
Applications.struct_class = Types::Applications
|
135
190
|
|
191
|
+
AppliedExtension.add_member(:extension_id, Shapes::ShapeRef.new(shape: Id, location_name: "ExtensionId"))
|
192
|
+
AppliedExtension.add_member(:extension_association_id, Shapes::ShapeRef.new(shape: Id, location_name: "ExtensionAssociationId"))
|
193
|
+
AppliedExtension.add_member(:version_number, Shapes::ShapeRef.new(shape: Integer, location_name: "VersionNumber"))
|
194
|
+
AppliedExtension.add_member(:parameters, Shapes::ShapeRef.new(shape: ParameterValueMap, location_name: "Parameters"))
|
195
|
+
AppliedExtension.struct_class = Types::AppliedExtension
|
196
|
+
|
197
|
+
AppliedExtensions.member = Shapes::ShapeRef.new(shape: AppliedExtension)
|
198
|
+
|
136
199
|
BadRequestDetails.add_member(:invalid_configuration, Shapes::ShapeRef.new(shape: InvalidConfigurationDetailList, location_name: "InvalidConfiguration"))
|
137
200
|
BadRequestDetails.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
138
201
|
BadRequestDetails.add_member_subclass(:invalid_configuration, Types::BadRequestDetails::InvalidConfiguration)
|
@@ -153,7 +216,7 @@ module Aws::AppConfig
|
|
153
216
|
|
154
217
|
ConfigurationProfile.add_member(:application_id, Shapes::ShapeRef.new(shape: Id, location_name: "ApplicationId"))
|
155
218
|
ConfigurationProfile.add_member(:id, Shapes::ShapeRef.new(shape: Id, location_name: "Id"))
|
156
|
-
ConfigurationProfile.add_member(:name, Shapes::ShapeRef.new(shape:
|
219
|
+
ConfigurationProfile.add_member(:name, Shapes::ShapeRef.new(shape: LongName, location_name: "Name"))
|
157
220
|
ConfigurationProfile.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
158
221
|
ConfigurationProfile.add_member(:location_uri, Shapes::ShapeRef.new(shape: Uri, location_name: "LocationUri"))
|
159
222
|
ConfigurationProfile.add_member(:retrieval_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "RetrievalRoleArn"))
|
@@ -163,7 +226,7 @@ module Aws::AppConfig
|
|
163
226
|
|
164
227
|
ConfigurationProfileSummary.add_member(:application_id, Shapes::ShapeRef.new(shape: Id, location_name: "ApplicationId"))
|
165
228
|
ConfigurationProfileSummary.add_member(:id, Shapes::ShapeRef.new(shape: Id, location_name: "Id"))
|
166
|
-
ConfigurationProfileSummary.add_member(:name, Shapes::ShapeRef.new(shape:
|
229
|
+
ConfigurationProfileSummary.add_member(:name, Shapes::ShapeRef.new(shape: LongName, location_name: "Name"))
|
167
230
|
ConfigurationProfileSummary.add_member(:location_uri, Shapes::ShapeRef.new(shape: Uri, location_name: "LocationUri"))
|
168
231
|
ConfigurationProfileSummary.add_member(:validator_types, Shapes::ShapeRef.new(shape: ValidatorTypeList, location_name: "ValidatorTypes"))
|
169
232
|
ConfigurationProfileSummary.add_member(:type, Shapes::ShapeRef.new(shape: ConfigurationProfileType, location_name: "Type"))
|
@@ -184,7 +247,7 @@ module Aws::AppConfig
|
|
184
247
|
CreateApplicationRequest.struct_class = Types::CreateApplicationRequest
|
185
248
|
|
186
249
|
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:
|
250
|
+
CreateConfigurationProfileRequest.add_member(:name, Shapes::ShapeRef.new(shape: LongName, required: true, location_name: "Name"))
|
188
251
|
CreateConfigurationProfileRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
189
252
|
CreateConfigurationProfileRequest.add_member(:location_uri, Shapes::ShapeRef.new(shape: Uri, required: true, location_name: "LocationUri"))
|
190
253
|
CreateConfigurationProfileRequest.add_member(:retrieval_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "RetrievalRoleArn"))
|
@@ -199,7 +262,7 @@ module Aws::AppConfig
|
|
199
262
|
CreateDeploymentStrategyRequest.add_member(:final_bake_time_in_minutes, Shapes::ShapeRef.new(shape: MinutesBetween0And24Hours, location_name: "FinalBakeTimeInMinutes"))
|
200
263
|
CreateDeploymentStrategyRequest.add_member(:growth_factor, Shapes::ShapeRef.new(shape: GrowthFactor, required: true, location_name: "GrowthFactor", metadata: {"box"=>true}))
|
201
264
|
CreateDeploymentStrategyRequest.add_member(:growth_type, Shapes::ShapeRef.new(shape: GrowthType, location_name: "GrowthType"))
|
202
|
-
CreateDeploymentStrategyRequest.add_member(:replicate_to, Shapes::ShapeRef.new(shape: ReplicateTo,
|
265
|
+
CreateDeploymentStrategyRequest.add_member(:replicate_to, Shapes::ShapeRef.new(shape: ReplicateTo, location_name: "ReplicateTo"))
|
203
266
|
CreateDeploymentStrategyRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
204
267
|
CreateDeploymentStrategyRequest.struct_class = Types::CreateDeploymentStrategyRequest
|
205
268
|
|
@@ -210,6 +273,21 @@ module Aws::AppConfig
|
|
210
273
|
CreateEnvironmentRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
211
274
|
CreateEnvironmentRequest.struct_class = Types::CreateEnvironmentRequest
|
212
275
|
|
276
|
+
CreateExtensionAssociationRequest.add_member(:extension_identifier, Shapes::ShapeRef.new(shape: Identifier, required: true, location_name: "ExtensionIdentifier"))
|
277
|
+
CreateExtensionAssociationRequest.add_member(:extension_version_number, Shapes::ShapeRef.new(shape: Integer, location_name: "ExtensionVersionNumber", metadata: {"box"=>true}))
|
278
|
+
CreateExtensionAssociationRequest.add_member(:resource_identifier, Shapes::ShapeRef.new(shape: Identifier, required: true, location_name: "ResourceIdentifier"))
|
279
|
+
CreateExtensionAssociationRequest.add_member(:parameters, Shapes::ShapeRef.new(shape: ParameterValueMap, location_name: "Parameters"))
|
280
|
+
CreateExtensionAssociationRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
281
|
+
CreateExtensionAssociationRequest.struct_class = Types::CreateExtensionAssociationRequest
|
282
|
+
|
283
|
+
CreateExtensionRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "Name"))
|
284
|
+
CreateExtensionRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
285
|
+
CreateExtensionRequest.add_member(:actions, Shapes::ShapeRef.new(shape: ActionsMap, required: true, location_name: "Actions"))
|
286
|
+
CreateExtensionRequest.add_member(:parameters, Shapes::ShapeRef.new(shape: ParameterMap, location_name: "Parameters"))
|
287
|
+
CreateExtensionRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
288
|
+
CreateExtensionRequest.add_member(:latest_version_number, Shapes::ShapeRef.new(shape: Integer, location: "header", location_name: "Latest-Version-Number", metadata: {"box"=>true}))
|
289
|
+
CreateExtensionRequest.struct_class = Types::CreateExtensionRequest
|
290
|
+
|
213
291
|
CreateHostedConfigurationVersionRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "ApplicationId"))
|
214
292
|
CreateHostedConfigurationVersionRequest.add_member(:configuration_profile_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "ConfigurationProfileId"))
|
215
293
|
CreateHostedConfigurationVersionRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location: "header", location_name: "Description"))
|
@@ -234,6 +312,13 @@ module Aws::AppConfig
|
|
234
312
|
DeleteEnvironmentRequest.add_member(:environment_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "EnvironmentId"))
|
235
313
|
DeleteEnvironmentRequest.struct_class = Types::DeleteEnvironmentRequest
|
236
314
|
|
315
|
+
DeleteExtensionAssociationRequest.add_member(:extension_association_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "ExtensionAssociationId"))
|
316
|
+
DeleteExtensionAssociationRequest.struct_class = Types::DeleteExtensionAssociationRequest
|
317
|
+
|
318
|
+
DeleteExtensionRequest.add_member(:extension_identifier, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "ExtensionIdentifier"))
|
319
|
+
DeleteExtensionRequest.add_member(:version_number, Shapes::ShapeRef.new(shape: Integer, location: "querystring", location_name: "version", metadata: {"box"=>true}))
|
320
|
+
DeleteExtensionRequest.struct_class = Types::DeleteExtensionRequest
|
321
|
+
|
237
322
|
DeleteHostedConfigurationVersionRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "ApplicationId"))
|
238
323
|
DeleteHostedConfigurationVersionRequest.add_member(:configuration_profile_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "ConfigurationProfileId"))
|
239
324
|
DeleteHostedConfigurationVersionRequest.add_member(:version_number, Shapes::ShapeRef.new(shape: Integer, required: true, location: "uri", location_name: "VersionNumber"))
|
@@ -257,11 +342,13 @@ module Aws::AppConfig
|
|
257
342
|
Deployment.add_member(:percentage_complete, Shapes::ShapeRef.new(shape: Percentage, location_name: "PercentageComplete"))
|
258
343
|
Deployment.add_member(:started_at, Shapes::ShapeRef.new(shape: Iso8601DateTime, location_name: "StartedAt"))
|
259
344
|
Deployment.add_member(:completed_at, Shapes::ShapeRef.new(shape: Iso8601DateTime, location_name: "CompletedAt"))
|
345
|
+
Deployment.add_member(:applied_extensions, Shapes::ShapeRef.new(shape: AppliedExtensions, location_name: "AppliedExtensions"))
|
260
346
|
Deployment.struct_class = Types::Deployment
|
261
347
|
|
262
348
|
DeploymentEvent.add_member(:event_type, Shapes::ShapeRef.new(shape: DeploymentEventType, location_name: "EventType"))
|
263
349
|
DeploymentEvent.add_member(:triggered_by, Shapes::ShapeRef.new(shape: TriggeredBy, location_name: "TriggeredBy"))
|
264
350
|
DeploymentEvent.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
351
|
+
DeploymentEvent.add_member(:action_invocations, Shapes::ShapeRef.new(shape: ActionInvocations, location_name: "ActionInvocations"))
|
265
352
|
DeploymentEvent.add_member(:occurred_at, Shapes::ShapeRef.new(shape: Iso8601DateTime, location_name: "OccurredAt"))
|
266
353
|
DeploymentEvent.struct_class = Types::DeploymentEvent
|
267
354
|
|
@@ -316,6 +403,47 @@ module Aws::AppConfig
|
|
316
403
|
Environments.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
317
404
|
Environments.struct_class = Types::Environments
|
318
405
|
|
406
|
+
Extension.add_member(:id, Shapes::ShapeRef.new(shape: Id, location_name: "Id"))
|
407
|
+
Extension.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "Name"))
|
408
|
+
Extension.add_member(:version_number, Shapes::ShapeRef.new(shape: Integer, location_name: "VersionNumber"))
|
409
|
+
Extension.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
|
410
|
+
Extension.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
411
|
+
Extension.add_member(:actions, Shapes::ShapeRef.new(shape: ActionsMap, location_name: "Actions"))
|
412
|
+
Extension.add_member(:parameters, Shapes::ShapeRef.new(shape: ParameterMap, location_name: "Parameters"))
|
413
|
+
Extension.struct_class = Types::Extension
|
414
|
+
|
415
|
+
ExtensionAssociation.add_member(:id, Shapes::ShapeRef.new(shape: Identifier, location_name: "Id"))
|
416
|
+
ExtensionAssociation.add_member(:extension_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "ExtensionArn"))
|
417
|
+
ExtensionAssociation.add_member(:resource_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "ResourceArn"))
|
418
|
+
ExtensionAssociation.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
|
419
|
+
ExtensionAssociation.add_member(:parameters, Shapes::ShapeRef.new(shape: ParameterValueMap, location_name: "Parameters"))
|
420
|
+
ExtensionAssociation.add_member(:extension_version_number, Shapes::ShapeRef.new(shape: Integer, location_name: "ExtensionVersionNumber"))
|
421
|
+
ExtensionAssociation.struct_class = Types::ExtensionAssociation
|
422
|
+
|
423
|
+
ExtensionAssociationSummaries.member = Shapes::ShapeRef.new(shape: ExtensionAssociationSummary)
|
424
|
+
|
425
|
+
ExtensionAssociationSummary.add_member(:id, Shapes::ShapeRef.new(shape: Identifier, location_name: "Id"))
|
426
|
+
ExtensionAssociationSummary.add_member(:extension_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "ExtensionArn"))
|
427
|
+
ExtensionAssociationSummary.add_member(:resource_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "ResourceArn"))
|
428
|
+
ExtensionAssociationSummary.struct_class = Types::ExtensionAssociationSummary
|
429
|
+
|
430
|
+
ExtensionAssociations.add_member(:items, Shapes::ShapeRef.new(shape: ExtensionAssociationSummaries, location_name: "Items"))
|
431
|
+
ExtensionAssociations.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
432
|
+
ExtensionAssociations.struct_class = Types::ExtensionAssociations
|
433
|
+
|
434
|
+
ExtensionSummaries.member = Shapes::ShapeRef.new(shape: ExtensionSummary)
|
435
|
+
|
436
|
+
ExtensionSummary.add_member(:id, Shapes::ShapeRef.new(shape: Id, location_name: "Id"))
|
437
|
+
ExtensionSummary.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "Name"))
|
438
|
+
ExtensionSummary.add_member(:version_number, Shapes::ShapeRef.new(shape: Integer, location_name: "VersionNumber"))
|
439
|
+
ExtensionSummary.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
|
440
|
+
ExtensionSummary.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
441
|
+
ExtensionSummary.struct_class = Types::ExtensionSummary
|
442
|
+
|
443
|
+
Extensions.add_member(:items, Shapes::ShapeRef.new(shape: ExtensionSummaries, location_name: "Items"))
|
444
|
+
Extensions.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
445
|
+
Extensions.struct_class = Types::Extensions
|
446
|
+
|
319
447
|
GetApplicationRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "ApplicationId"))
|
320
448
|
GetApplicationRequest.struct_class = Types::GetApplicationRequest
|
321
449
|
|
@@ -342,6 +470,13 @@ module Aws::AppConfig
|
|
342
470
|
GetEnvironmentRequest.add_member(:environment_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "EnvironmentId"))
|
343
471
|
GetEnvironmentRequest.struct_class = Types::GetEnvironmentRequest
|
344
472
|
|
473
|
+
GetExtensionAssociationRequest.add_member(:extension_association_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "ExtensionAssociationId"))
|
474
|
+
GetExtensionAssociationRequest.struct_class = Types::GetExtensionAssociationRequest
|
475
|
+
|
476
|
+
GetExtensionRequest.add_member(:extension_identifier, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "ExtensionIdentifier"))
|
477
|
+
GetExtensionRequest.add_member(:version_number, Shapes::ShapeRef.new(shape: Integer, location: "querystring", location_name: "version_number", metadata: {"box"=>true}))
|
478
|
+
GetExtensionRequest.struct_class = Types::GetExtensionRequest
|
479
|
+
|
345
480
|
GetHostedConfigurationVersionRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "ApplicationId"))
|
346
481
|
GetHostedConfigurationVersionRequest.add_member(:configuration_profile_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "ConfigurationProfileId"))
|
347
482
|
GetHostedConfigurationVersionRequest.add_member(:version_number, Shapes::ShapeRef.new(shape: Integer, required: true, location: "uri", location_name: "VersionNumber"))
|
@@ -377,6 +512,7 @@ module Aws::AppConfig
|
|
377
512
|
InvalidConfigurationDetail.add_member(:location, Shapes::ShapeRef.new(shape: String, location_name: "Location"))
|
378
513
|
InvalidConfigurationDetail.add_member(:reason, Shapes::ShapeRef.new(shape: String, location_name: "Reason"))
|
379
514
|
InvalidConfigurationDetail.add_member(:type, Shapes::ShapeRef.new(shape: String, location_name: "Type"))
|
515
|
+
InvalidConfigurationDetail.add_member(:value, Shapes::ShapeRef.new(shape: String, location_name: "Value"))
|
380
516
|
InvalidConfigurationDetail.struct_class = Types::InvalidConfigurationDetail
|
381
517
|
|
382
518
|
InvalidConfigurationDetailList.member = Shapes::ShapeRef.new(shape: InvalidConfigurationDetail)
|
@@ -406,6 +542,18 @@ module Aws::AppConfig
|
|
406
542
|
ListEnvironmentsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "next_token"))
|
407
543
|
ListEnvironmentsRequest.struct_class = Types::ListEnvironmentsRequest
|
408
544
|
|
545
|
+
ListExtensionAssociationsRequest.add_member(:resource_identifier, Shapes::ShapeRef.new(shape: Arn, location: "querystring", location_name: "resource_identifier"))
|
546
|
+
ListExtensionAssociationsRequest.add_member(:extension_identifier, Shapes::ShapeRef.new(shape: Identifier, location: "querystring", location_name: "extension_identifier"))
|
547
|
+
ListExtensionAssociationsRequest.add_member(:extension_version_number, Shapes::ShapeRef.new(shape: Integer, location: "querystring", location_name: "extension_version_number", metadata: {"box"=>true}))
|
548
|
+
ListExtensionAssociationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max_results", metadata: {"box"=>true}))
|
549
|
+
ListExtensionAssociationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "next_token"))
|
550
|
+
ListExtensionAssociationsRequest.struct_class = Types::ListExtensionAssociationsRequest
|
551
|
+
|
552
|
+
ListExtensionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max_results", metadata: {"box"=>true}))
|
553
|
+
ListExtensionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "next_token"))
|
554
|
+
ListExtensionsRequest.add_member(:name, Shapes::ShapeRef.new(shape: QueryName, location: "querystring", location_name: "name"))
|
555
|
+
ListExtensionsRequest.struct_class = Types::ListExtensionsRequest
|
556
|
+
|
409
557
|
ListHostedConfigurationVersionsRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "ApplicationId"))
|
410
558
|
ListHostedConfigurationVersionsRequest.add_member(:configuration_profile_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "ConfigurationProfileId"))
|
411
559
|
ListHostedConfigurationVersionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max_results", metadata: {"box"=>true}))
|
@@ -421,6 +569,16 @@ module Aws::AppConfig
|
|
421
569
|
|
422
570
|
MonitorList.member = Shapes::ShapeRef.new(shape: Monitor)
|
423
571
|
|
572
|
+
Parameter.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
573
|
+
Parameter.add_member(:required, Shapes::ShapeRef.new(shape: Boolean, location_name: "Required"))
|
574
|
+
Parameter.struct_class = Types::Parameter
|
575
|
+
|
576
|
+
ParameterMap.key = Shapes::ShapeRef.new(shape: Name)
|
577
|
+
ParameterMap.value = Shapes::ShapeRef.new(shape: Parameter)
|
578
|
+
|
579
|
+
ParameterValueMap.key = Shapes::ShapeRef.new(shape: Name)
|
580
|
+
ParameterValueMap.value = Shapes::ShapeRef.new(shape: StringWithLengthBetween1And2048)
|
581
|
+
|
424
582
|
PayloadTooLargeException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
425
583
|
PayloadTooLargeException.add_member(:measure, Shapes::ShapeRef.new(shape: BytesMeasure, location_name: "Measure"))
|
426
584
|
PayloadTooLargeException.add_member(:limit, Shapes::ShapeRef.new(shape: Float, location_name: "Limit"))
|
@@ -492,6 +650,17 @@ module Aws::AppConfig
|
|
492
650
|
UpdateEnvironmentRequest.add_member(:monitors, Shapes::ShapeRef.new(shape: MonitorList, location_name: "Monitors"))
|
493
651
|
UpdateEnvironmentRequest.struct_class = Types::UpdateEnvironmentRequest
|
494
652
|
|
653
|
+
UpdateExtensionAssociationRequest.add_member(:extension_association_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "ExtensionAssociationId"))
|
654
|
+
UpdateExtensionAssociationRequest.add_member(:parameters, Shapes::ShapeRef.new(shape: ParameterValueMap, location_name: "Parameters"))
|
655
|
+
UpdateExtensionAssociationRequest.struct_class = Types::UpdateExtensionAssociationRequest
|
656
|
+
|
657
|
+
UpdateExtensionRequest.add_member(:extension_identifier, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "ExtensionIdentifier"))
|
658
|
+
UpdateExtensionRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
659
|
+
UpdateExtensionRequest.add_member(:actions, Shapes::ShapeRef.new(shape: ActionsMap, location_name: "Actions"))
|
660
|
+
UpdateExtensionRequest.add_member(:parameters, Shapes::ShapeRef.new(shape: ParameterMap, location_name: "Parameters"))
|
661
|
+
UpdateExtensionRequest.add_member(:version_number, Shapes::ShapeRef.new(shape: Integer, location_name: "VersionNumber", metadata: {"box"=>true}))
|
662
|
+
UpdateExtensionRequest.struct_class = Types::UpdateExtensionRequest
|
663
|
+
|
495
664
|
ValidateConfigurationRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "ApplicationId"))
|
496
665
|
ValidateConfigurationRequest.add_member(:configuration_profile_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "ConfigurationProfileId"))
|
497
666
|
ValidateConfigurationRequest.add_member(:configuration_version, Shapes::ShapeRef.new(shape: Version, required: true, location: "querystring", location_name: "configuration_version"))
|
@@ -566,6 +735,30 @@ module Aws::AppConfig
|
|
566
735
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
567
736
|
end)
|
568
737
|
|
738
|
+
api.add_operation(:create_extension, Seahorse::Model::Operation.new.tap do |o|
|
739
|
+
o.name = "CreateExtension"
|
740
|
+
o.http_method = "POST"
|
741
|
+
o.http_request_uri = "/extensions"
|
742
|
+
o.input = Shapes::ShapeRef.new(shape: CreateExtensionRequest)
|
743
|
+
o.output = Shapes::ShapeRef.new(shape: Extension)
|
744
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
745
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
746
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
747
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
748
|
+
end)
|
749
|
+
|
750
|
+
api.add_operation(:create_extension_association, Seahorse::Model::Operation.new.tap do |o|
|
751
|
+
o.name = "CreateExtensionAssociation"
|
752
|
+
o.http_method = "POST"
|
753
|
+
o.http_request_uri = "/extensionassociations"
|
754
|
+
o.input = Shapes::ShapeRef.new(shape: CreateExtensionAssociationRequest)
|
755
|
+
o.output = Shapes::ShapeRef.new(shape: ExtensionAssociation)
|
756
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
757
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
758
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
759
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
760
|
+
end)
|
761
|
+
|
569
762
|
api.add_operation(:create_hosted_configuration_version, Seahorse::Model::Operation.new.tap do |o|
|
570
763
|
o.name = "CreateHostedConfigurationVersion"
|
571
764
|
o.http_method = "POST"
|
@@ -626,6 +819,28 @@ module Aws::AppConfig
|
|
626
819
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
627
820
|
end)
|
628
821
|
|
822
|
+
api.add_operation(:delete_extension, Seahorse::Model::Operation.new.tap do |o|
|
823
|
+
o.name = "DeleteExtension"
|
824
|
+
o.http_method = "DELETE"
|
825
|
+
o.http_request_uri = "/extensions/{ExtensionIdentifier}"
|
826
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteExtensionRequest)
|
827
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
828
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
829
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
830
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
831
|
+
end)
|
832
|
+
|
833
|
+
api.add_operation(:delete_extension_association, Seahorse::Model::Operation.new.tap do |o|
|
834
|
+
o.name = "DeleteExtensionAssociation"
|
835
|
+
o.http_method = "DELETE"
|
836
|
+
o.http_request_uri = "/extensionassociations/{ExtensionAssociationId}"
|
837
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteExtensionAssociationRequest)
|
838
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
839
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
840
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
841
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
842
|
+
end)
|
843
|
+
|
629
844
|
api.add_operation(:delete_hosted_configuration_version, Seahorse::Model::Operation.new.tap do |o|
|
630
845
|
o.name = "DeleteHostedConfigurationVersion"
|
631
846
|
o.http_method = "DELETE"
|
@@ -704,6 +919,28 @@ module Aws::AppConfig
|
|
704
919
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
705
920
|
end)
|
706
921
|
|
922
|
+
api.add_operation(:get_extension, Seahorse::Model::Operation.new.tap do |o|
|
923
|
+
o.name = "GetExtension"
|
924
|
+
o.http_method = "GET"
|
925
|
+
o.http_request_uri = "/extensions/{ExtensionIdentifier}"
|
926
|
+
o.input = Shapes::ShapeRef.new(shape: GetExtensionRequest)
|
927
|
+
o.output = Shapes::ShapeRef.new(shape: Extension)
|
928
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
929
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
930
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
931
|
+
end)
|
932
|
+
|
933
|
+
api.add_operation(:get_extension_association, Seahorse::Model::Operation.new.tap do |o|
|
934
|
+
o.name = "GetExtensionAssociation"
|
935
|
+
o.http_method = "GET"
|
936
|
+
o.http_request_uri = "/extensionassociations/{ExtensionAssociationId}"
|
937
|
+
o.input = Shapes::ShapeRef.new(shape: GetExtensionAssociationRequest)
|
938
|
+
o.output = Shapes::ShapeRef.new(shape: ExtensionAssociation)
|
939
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
940
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
941
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
942
|
+
end)
|
943
|
+
|
707
944
|
api.add_operation(:get_hosted_configuration_version, Seahorse::Model::Operation.new.tap do |o|
|
708
945
|
o.name = "GetHostedConfigurationVersion"
|
709
946
|
o.http_method = "GET"
|
@@ -798,6 +1035,38 @@ module Aws::AppConfig
|
|
798
1035
|
)
|
799
1036
|
end)
|
800
1037
|
|
1038
|
+
api.add_operation(:list_extension_associations, Seahorse::Model::Operation.new.tap do |o|
|
1039
|
+
o.name = "ListExtensionAssociations"
|
1040
|
+
o.http_method = "GET"
|
1041
|
+
o.http_request_uri = "/extensionassociations"
|
1042
|
+
o.input = Shapes::ShapeRef.new(shape: ListExtensionAssociationsRequest)
|
1043
|
+
o.output = Shapes::ShapeRef.new(shape: ExtensionAssociations)
|
1044
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1045
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1046
|
+
o[:pager] = Aws::Pager.new(
|
1047
|
+
limit_key: "max_results",
|
1048
|
+
tokens: {
|
1049
|
+
"next_token" => "next_token"
|
1050
|
+
}
|
1051
|
+
)
|
1052
|
+
end)
|
1053
|
+
|
1054
|
+
api.add_operation(:list_extensions, Seahorse::Model::Operation.new.tap do |o|
|
1055
|
+
o.name = "ListExtensions"
|
1056
|
+
o.http_method = "GET"
|
1057
|
+
o.http_request_uri = "/extensions"
|
1058
|
+
o.input = Shapes::ShapeRef.new(shape: ListExtensionsRequest)
|
1059
|
+
o.output = Shapes::ShapeRef.new(shape: Extensions)
|
1060
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1061
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1062
|
+
o[:pager] = Aws::Pager.new(
|
1063
|
+
limit_key: "max_results",
|
1064
|
+
tokens: {
|
1065
|
+
"next_token" => "next_token"
|
1066
|
+
}
|
1067
|
+
)
|
1068
|
+
end)
|
1069
|
+
|
801
1070
|
api.add_operation(:list_hosted_configuration_versions, Seahorse::Model::Operation.new.tap do |o|
|
802
1071
|
o.name = "ListHostedConfigurationVersions"
|
803
1072
|
o.http_method = "GET"
|
@@ -915,6 +1184,29 @@ module Aws::AppConfig
|
|
915
1184
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
916
1185
|
end)
|
917
1186
|
|
1187
|
+
api.add_operation(:update_extension, Seahorse::Model::Operation.new.tap do |o|
|
1188
|
+
o.name = "UpdateExtension"
|
1189
|
+
o.http_method = "PATCH"
|
1190
|
+
o.http_request_uri = "/extensions/{ExtensionIdentifier}"
|
1191
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateExtensionRequest)
|
1192
|
+
o.output = Shapes::ShapeRef.new(shape: Extension)
|
1193
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1194
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1195
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1196
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1197
|
+
end)
|
1198
|
+
|
1199
|
+
api.add_operation(:update_extension_association, Seahorse::Model::Operation.new.tap do |o|
|
1200
|
+
o.name = "UpdateExtensionAssociation"
|
1201
|
+
o.http_method = "PATCH"
|
1202
|
+
o.http_request_uri = "/extensionassociations/{ExtensionAssociationId}"
|
1203
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateExtensionAssociationRequest)
|
1204
|
+
o.output = Shapes::ShapeRef.new(shape: ExtensionAssociation)
|
1205
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1206
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1207
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1208
|
+
end)
|
1209
|
+
|
918
1210
|
api.add_operation(:validate_configuration, Seahorse::Model::Operation.new.tap do |o|
|
919
1211
|
o.name = "ValidateConfiguration"
|
920
1212
|
o.http_method = "POST"
|
@@ -0,0 +1,66 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
# WARNING ABOUT GENERATED CODE
|
4
|
+
#
|
5
|
+
# This file is generated. See the contributing guide for more information:
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
7
|
+
#
|
8
|
+
# WARNING ABOUT GENERATED CODE
|
9
|
+
|
10
|
+
module Aws::AppConfig
|
11
|
+
# Endpoint parameters used to influence endpoints per request.
|
12
|
+
#
|
13
|
+
# @!attribute region
|
14
|
+
# The AWS region used to dispatch the request.
|
15
|
+
#
|
16
|
+
# @return [String]
|
17
|
+
#
|
18
|
+
# @!attribute use_dual_stack
|
19
|
+
# When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.
|
20
|
+
#
|
21
|
+
# @return [Boolean]
|
22
|
+
#
|
23
|
+
# @!attribute use_fips
|
24
|
+
# When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.
|
25
|
+
#
|
26
|
+
# @return [Boolean]
|
27
|
+
#
|
28
|
+
# @!attribute endpoint
|
29
|
+
# Override the endpoint used to send this request
|
30
|
+
#
|
31
|
+
# @return [String]
|
32
|
+
#
|
33
|
+
EndpointParameters = Struct.new(
|
34
|
+
:region,
|
35
|
+
:use_dual_stack,
|
36
|
+
:use_fips,
|
37
|
+
:endpoint,
|
38
|
+
) do
|
39
|
+
include Aws::Structure
|
40
|
+
|
41
|
+
# @api private
|
42
|
+
class << self
|
43
|
+
PARAM_MAP = {
|
44
|
+
'Region' => :region,
|
45
|
+
'UseDualStack' => :use_dual_stack,
|
46
|
+
'UseFIPS' => :use_fips,
|
47
|
+
'Endpoint' => :endpoint,
|
48
|
+
}.freeze
|
49
|
+
end
|
50
|
+
|
51
|
+
def initialize(options = {})
|
52
|
+
self[:region] = options[:region]
|
53
|
+
self[:use_dual_stack] = options[:use_dual_stack]
|
54
|
+
self[:use_dual_stack] = false if self[:use_dual_stack].nil?
|
55
|
+
if self[:use_dual_stack].nil?
|
56
|
+
raise ArgumentError, "Missing required EndpointParameter: :use_dual_stack"
|
57
|
+
end
|
58
|
+
self[:use_fips] = options[:use_fips]
|
59
|
+
self[:use_fips] = false if self[:use_fips].nil?
|
60
|
+
if self[:use_fips].nil?
|
61
|
+
raise ArgumentError, "Missing required EndpointParameter: :use_fips"
|
62
|
+
end
|
63
|
+
self[:endpoint] = options[:endpoint]
|
64
|
+
end
|
65
|
+
end
|
66
|
+
end
|