aws-sdk-appmesh 1.28.0 → 1.33.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.
@@ -161,6 +161,9 @@ module Aws::AppMesh
161
161
  Logging = Shapes::StructureShape.new(name: 'Logging')
162
162
  Long = Shapes::IntegerShape.new(name: 'Long')
163
163
  MatchRange = Shapes::StructureShape.new(name: 'MatchRange')
164
+ MaxConnections = Shapes::IntegerShape.new(name: 'MaxConnections')
165
+ MaxPendingRequests = Shapes::IntegerShape.new(name: 'MaxPendingRequests')
166
+ MaxRequests = Shapes::IntegerShape.new(name: 'MaxRequests')
164
167
  MaxRetries = Shapes::IntegerShape.new(name: 'MaxRetries')
165
168
  MeshData = Shapes::StructureShape.new(name: 'MeshData')
166
169
  MeshList = Shapes::ListShape.new(name: 'MeshList')
@@ -170,6 +173,9 @@ module Aws::AppMesh
170
173
  MeshStatusCode = Shapes::StringShape.new(name: 'MeshStatusCode')
171
174
  MethodName = Shapes::StringShape.new(name: 'MethodName')
172
175
  NotFoundException = Shapes::StructureShape.new(name: 'NotFoundException')
176
+ OutlierDetection = Shapes::StructureShape.new(name: 'OutlierDetection')
177
+ OutlierDetectionMaxEjectionPercent = Shapes::IntegerShape.new(name: 'OutlierDetectionMaxEjectionPercent')
178
+ OutlierDetectionMaxServerErrors = Shapes::IntegerShape.new(name: 'OutlierDetectionMaxServerErrors')
173
179
  PercentInt = Shapes::IntegerShape.new(name: 'PercentInt')
174
180
  PortMapping = Shapes::StructureShape.new(name: 'PortMapping')
175
181
  PortNumber = Shapes::IntegerShape.new(name: 'PortNumber')
@@ -230,12 +236,16 @@ module Aws::AppMesh
230
236
  VirtualGatewayCertificateAuthorityArns = Shapes::ListShape.new(name: 'VirtualGatewayCertificateAuthorityArns')
231
237
  VirtualGatewayClientPolicy = Shapes::StructureShape.new(name: 'VirtualGatewayClientPolicy')
232
238
  VirtualGatewayClientPolicyTls = Shapes::StructureShape.new(name: 'VirtualGatewayClientPolicyTls')
239
+ VirtualGatewayConnectionPool = Shapes::StructureShape.new(name: 'VirtualGatewayConnectionPool')
233
240
  VirtualGatewayData = Shapes::StructureShape.new(name: 'VirtualGatewayData')
234
241
  VirtualGatewayFileAccessLog = Shapes::StructureShape.new(name: 'VirtualGatewayFileAccessLog')
242
+ VirtualGatewayGrpcConnectionPool = Shapes::StructureShape.new(name: 'VirtualGatewayGrpcConnectionPool')
235
243
  VirtualGatewayHealthCheckIntervalMillis = Shapes::IntegerShape.new(name: 'VirtualGatewayHealthCheckIntervalMillis')
236
244
  VirtualGatewayHealthCheckPolicy = Shapes::StructureShape.new(name: 'VirtualGatewayHealthCheckPolicy')
237
245
  VirtualGatewayHealthCheckThreshold = Shapes::IntegerShape.new(name: 'VirtualGatewayHealthCheckThreshold')
238
246
  VirtualGatewayHealthCheckTimeoutMillis = Shapes::IntegerShape.new(name: 'VirtualGatewayHealthCheckTimeoutMillis')
247
+ VirtualGatewayHttp2ConnectionPool = Shapes::StructureShape.new(name: 'VirtualGatewayHttp2ConnectionPool')
248
+ VirtualGatewayHttpConnectionPool = Shapes::StructureShape.new(name: 'VirtualGatewayHttpConnectionPool')
239
249
  VirtualGatewayList = Shapes::ListShape.new(name: 'VirtualGatewayList')
240
250
  VirtualGatewayListener = Shapes::StructureShape.new(name: 'VirtualGatewayListener')
241
251
  VirtualGatewayListenerTls = Shapes::StructureShape.new(name: 'VirtualGatewayListenerTls')
@@ -255,13 +265,18 @@ module Aws::AppMesh
255
265
  VirtualGatewayTlsValidationContextAcmTrust = Shapes::StructureShape.new(name: 'VirtualGatewayTlsValidationContextAcmTrust')
256
266
  VirtualGatewayTlsValidationContextFileTrust = Shapes::StructureShape.new(name: 'VirtualGatewayTlsValidationContextFileTrust')
257
267
  VirtualGatewayTlsValidationContextTrust = Shapes::StructureShape.new(name: 'VirtualGatewayTlsValidationContextTrust')
268
+ VirtualNodeConnectionPool = Shapes::StructureShape.new(name: 'VirtualNodeConnectionPool')
258
269
  VirtualNodeData = Shapes::StructureShape.new(name: 'VirtualNodeData')
270
+ VirtualNodeGrpcConnectionPool = Shapes::StructureShape.new(name: 'VirtualNodeGrpcConnectionPool')
271
+ VirtualNodeHttp2ConnectionPool = Shapes::StructureShape.new(name: 'VirtualNodeHttp2ConnectionPool')
272
+ VirtualNodeHttpConnectionPool = Shapes::StructureShape.new(name: 'VirtualNodeHttpConnectionPool')
259
273
  VirtualNodeList = Shapes::ListShape.new(name: 'VirtualNodeList')
260
274
  VirtualNodeRef = Shapes::StructureShape.new(name: 'VirtualNodeRef')
261
275
  VirtualNodeServiceProvider = Shapes::StructureShape.new(name: 'VirtualNodeServiceProvider')
262
276
  VirtualNodeSpec = Shapes::StructureShape.new(name: 'VirtualNodeSpec')
263
277
  VirtualNodeStatus = Shapes::StructureShape.new(name: 'VirtualNodeStatus')
264
278
  VirtualNodeStatusCode = Shapes::StringShape.new(name: 'VirtualNodeStatusCode')
279
+ VirtualNodeTcpConnectionPool = Shapes::StructureShape.new(name: 'VirtualNodeTcpConnectionPool')
265
280
  VirtualRouterData = Shapes::StructureShape.new(name: 'VirtualRouterData')
266
281
  VirtualRouterList = Shapes::ListShape.new(name: 'VirtualRouterList')
267
282
  VirtualRouterListener = Shapes::StructureShape.new(name: 'VirtualRouterListener')
@@ -337,7 +352,7 @@ module Aws::AppMesh
337
352
  CreateMeshInput.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
338
353
  CreateMeshInput.add_member(:mesh_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "meshName"))
339
354
  CreateMeshInput.add_member(:spec, Shapes::ShapeRef.new(shape: MeshSpec, location_name: "spec"))
340
- CreateMeshInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags", metadata: {"tags"=>["not-preview"]}))
355
+ CreateMeshInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
341
356
  CreateMeshInput.struct_class = Types::CreateMeshInput
342
357
 
343
358
  CreateMeshOutput.add_member(:mesh, Shapes::ShapeRef.new(shape: MeshData, required: true, location_name: "mesh"))
@@ -350,7 +365,7 @@ module Aws::AppMesh
350
365
  CreateRouteInput.add_member(:mesh_owner, Shapes::ShapeRef.new(shape: AccountId, location: "querystring", location_name: "meshOwner"))
351
366
  CreateRouteInput.add_member(:route_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "routeName"))
352
367
  CreateRouteInput.add_member(:spec, Shapes::ShapeRef.new(shape: RouteSpec, required: true, location_name: "spec"))
353
- CreateRouteInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags", metadata: {"tags"=>["not-preview"]}))
368
+ CreateRouteInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
354
369
  CreateRouteInput.add_member(:virtual_router_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "virtualRouterName"))
355
370
  CreateRouteInput.struct_class = Types::CreateRouteInput
356
371
 
@@ -376,7 +391,7 @@ module Aws::AppMesh
376
391
  CreateVirtualNodeInput.add_member(:mesh_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "meshName"))
377
392
  CreateVirtualNodeInput.add_member(:mesh_owner, Shapes::ShapeRef.new(shape: AccountId, location: "querystring", location_name: "meshOwner"))
378
393
  CreateVirtualNodeInput.add_member(:spec, Shapes::ShapeRef.new(shape: VirtualNodeSpec, required: true, location_name: "spec"))
379
- CreateVirtualNodeInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags", metadata: {"tags"=>["not-preview"]}))
394
+ CreateVirtualNodeInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
380
395
  CreateVirtualNodeInput.add_member(:virtual_node_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "virtualNodeName"))
381
396
  CreateVirtualNodeInput.struct_class = Types::CreateVirtualNodeInput
382
397
 
@@ -389,7 +404,7 @@ module Aws::AppMesh
389
404
  CreateVirtualRouterInput.add_member(:mesh_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "meshName"))
390
405
  CreateVirtualRouterInput.add_member(:mesh_owner, Shapes::ShapeRef.new(shape: AccountId, location: "querystring", location_name: "meshOwner"))
391
406
  CreateVirtualRouterInput.add_member(:spec, Shapes::ShapeRef.new(shape: VirtualRouterSpec, required: true, location_name: "spec"))
392
- CreateVirtualRouterInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags", metadata: {"tags"=>["not-preview"]}))
407
+ CreateVirtualRouterInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
393
408
  CreateVirtualRouterInput.add_member(:virtual_router_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "virtualRouterName"))
394
409
  CreateVirtualRouterInput.struct_class = Types::CreateVirtualRouterInput
395
410
 
@@ -402,7 +417,7 @@ module Aws::AppMesh
402
417
  CreateVirtualServiceInput.add_member(:mesh_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "meshName"))
403
418
  CreateVirtualServiceInput.add_member(:mesh_owner, Shapes::ShapeRef.new(shape: AccountId, location: "querystring", location_name: "meshOwner"))
404
419
  CreateVirtualServiceInput.add_member(:spec, Shapes::ShapeRef.new(shape: VirtualServiceSpec, required: true, location_name: "spec"))
405
- CreateVirtualServiceInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags", metadata: {"tags"=>["not-preview"]}))
420
+ CreateVirtualServiceInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
406
421
  CreateVirtualServiceInput.add_member(:virtual_service_name, Shapes::ShapeRef.new(shape: ServiceName, required: true, location_name: "virtualServiceName"))
407
422
  CreateVirtualServiceInput.struct_class = Types::CreateVirtualServiceInput
408
423
 
@@ -799,7 +814,9 @@ module Aws::AppMesh
799
814
  ListVirtualServicesOutput.add_member(:virtual_services, Shapes::ShapeRef.new(shape: VirtualServiceList, required: true, location_name: "virtualServices"))
800
815
  ListVirtualServicesOutput.struct_class = Types::ListVirtualServicesOutput
801
816
 
817
+ Listener.add_member(:connection_pool, Shapes::ShapeRef.new(shape: VirtualNodeConnectionPool, location_name: "connectionPool"))
802
818
  Listener.add_member(:health_check, Shapes::ShapeRef.new(shape: HealthCheckPolicy, location_name: "healthCheck"))
819
+ Listener.add_member(:outlier_detection, Shapes::ShapeRef.new(shape: OutlierDetection, location_name: "outlierDetection"))
803
820
  Listener.add_member(:port_mapping, Shapes::ShapeRef.new(shape: PortMapping, required: true, location_name: "portMapping"))
804
821
  Listener.add_member(:timeout, Shapes::ShapeRef.new(shape: ListenerTimeout, location_name: "timeout"))
805
822
  Listener.add_member(:tls, Shapes::ShapeRef.new(shape: ListenerTls, location_name: "tls"))
@@ -861,6 +878,12 @@ module Aws::AppMesh
861
878
  NotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
862
879
  NotFoundException.struct_class = Types::NotFoundException
863
880
 
881
+ OutlierDetection.add_member(:base_ejection_duration, Shapes::ShapeRef.new(shape: Duration, required: true, location_name: "baseEjectionDuration"))
882
+ OutlierDetection.add_member(:interval, Shapes::ShapeRef.new(shape: Duration, required: true, location_name: "interval"))
883
+ OutlierDetection.add_member(:max_ejection_percent, Shapes::ShapeRef.new(shape: OutlierDetectionMaxEjectionPercent, required: true, location_name: "maxEjectionPercent"))
884
+ OutlierDetection.add_member(:max_server_errors, Shapes::ShapeRef.new(shape: OutlierDetectionMaxServerErrors, required: true, location_name: "maxServerErrors"))
885
+ OutlierDetection.struct_class = Types::OutlierDetection
886
+
864
887
  PortMapping.add_member(:port, Shapes::ShapeRef.new(shape: PortNumber, required: true, location_name: "port"))
865
888
  PortMapping.add_member(:protocol, Shapes::ShapeRef.new(shape: PortProtocol, required: true, location_name: "protocol"))
866
889
  PortMapping.struct_class = Types::PortMapping
@@ -922,7 +945,7 @@ module Aws::AppMesh
922
945
  TagList.member = Shapes::ShapeRef.new(shape: TagRef)
923
946
 
924
947
  TagRef.add_member(:key, Shapes::ShapeRef.new(shape: TagKey, required: true, location_name: "key"))
925
- TagRef.add_member(:value, Shapes::ShapeRef.new(shape: TagValue, location_name: "value"))
948
+ TagRef.add_member(:value, Shapes::ShapeRef.new(shape: TagValue, required: true, location_name: "value"))
926
949
  TagRef.struct_class = Types::TagRef
927
950
 
928
951
  TagResourceInput.add_member(:resource_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location: "querystring", location_name: "resourceArn"))
@@ -1068,6 +1091,11 @@ module Aws::AppMesh
1068
1091
  VirtualGatewayClientPolicyTls.add_member(:validation, Shapes::ShapeRef.new(shape: VirtualGatewayTlsValidationContext, required: true, location_name: "validation"))
1069
1092
  VirtualGatewayClientPolicyTls.struct_class = Types::VirtualGatewayClientPolicyTls
1070
1093
 
1094
+ VirtualGatewayConnectionPool.add_member(:grpc, Shapes::ShapeRef.new(shape: VirtualGatewayGrpcConnectionPool, location_name: "grpc"))
1095
+ VirtualGatewayConnectionPool.add_member(:http, Shapes::ShapeRef.new(shape: VirtualGatewayHttpConnectionPool, location_name: "http"))
1096
+ VirtualGatewayConnectionPool.add_member(:http2, Shapes::ShapeRef.new(shape: VirtualGatewayHttp2ConnectionPool, location_name: "http2"))
1097
+ VirtualGatewayConnectionPool.struct_class = Types::VirtualGatewayConnectionPool
1098
+
1071
1099
  VirtualGatewayData.add_member(:mesh_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "meshName"))
1072
1100
  VirtualGatewayData.add_member(:metadata, Shapes::ShapeRef.new(shape: ResourceMetadata, required: true, location_name: "metadata"))
1073
1101
  VirtualGatewayData.add_member(:spec, Shapes::ShapeRef.new(shape: VirtualGatewaySpec, required: true, location_name: "spec"))
@@ -1078,6 +1106,9 @@ module Aws::AppMesh
1078
1106
  VirtualGatewayFileAccessLog.add_member(:path, Shapes::ShapeRef.new(shape: FilePath, required: true, location_name: "path"))
1079
1107
  VirtualGatewayFileAccessLog.struct_class = Types::VirtualGatewayFileAccessLog
1080
1108
 
1109
+ VirtualGatewayGrpcConnectionPool.add_member(:max_requests, Shapes::ShapeRef.new(shape: MaxRequests, required: true, location_name: "maxRequests"))
1110
+ VirtualGatewayGrpcConnectionPool.struct_class = Types::VirtualGatewayGrpcConnectionPool
1111
+
1081
1112
  VirtualGatewayHealthCheckPolicy.add_member(:healthy_threshold, Shapes::ShapeRef.new(shape: VirtualGatewayHealthCheckThreshold, required: true, location_name: "healthyThreshold"))
1082
1113
  VirtualGatewayHealthCheckPolicy.add_member(:interval_millis, Shapes::ShapeRef.new(shape: VirtualGatewayHealthCheckIntervalMillis, required: true, location_name: "intervalMillis"))
1083
1114
  VirtualGatewayHealthCheckPolicy.add_member(:path, Shapes::ShapeRef.new(shape: String, location_name: "path"))
@@ -1087,8 +1118,16 @@ module Aws::AppMesh
1087
1118
  VirtualGatewayHealthCheckPolicy.add_member(:unhealthy_threshold, Shapes::ShapeRef.new(shape: VirtualGatewayHealthCheckThreshold, required: true, location_name: "unhealthyThreshold"))
1088
1119
  VirtualGatewayHealthCheckPolicy.struct_class = Types::VirtualGatewayHealthCheckPolicy
1089
1120
 
1121
+ VirtualGatewayHttp2ConnectionPool.add_member(:max_requests, Shapes::ShapeRef.new(shape: MaxRequests, required: true, location_name: "maxRequests"))
1122
+ VirtualGatewayHttp2ConnectionPool.struct_class = Types::VirtualGatewayHttp2ConnectionPool
1123
+
1124
+ VirtualGatewayHttpConnectionPool.add_member(:max_connections, Shapes::ShapeRef.new(shape: MaxConnections, required: true, location_name: "maxConnections"))
1125
+ VirtualGatewayHttpConnectionPool.add_member(:max_pending_requests, Shapes::ShapeRef.new(shape: MaxPendingRequests, location_name: "maxPendingRequests", metadata: {"box"=>true}))
1126
+ VirtualGatewayHttpConnectionPool.struct_class = Types::VirtualGatewayHttpConnectionPool
1127
+
1090
1128
  VirtualGatewayList.member = Shapes::ShapeRef.new(shape: VirtualGatewayRef)
1091
1129
 
1130
+ VirtualGatewayListener.add_member(:connection_pool, Shapes::ShapeRef.new(shape: VirtualGatewayConnectionPool, location_name: "connectionPool"))
1092
1131
  VirtualGatewayListener.add_member(:health_check, Shapes::ShapeRef.new(shape: VirtualGatewayHealthCheckPolicy, location_name: "healthCheck"))
1093
1132
  VirtualGatewayListener.add_member(:port_mapping, Shapes::ShapeRef.new(shape: VirtualGatewayPortMapping, required: true, location_name: "portMapping"))
1094
1133
  VirtualGatewayListener.add_member(:tls, Shapes::ShapeRef.new(shape: VirtualGatewayListenerTls, location_name: "tls"))
@@ -1149,6 +1188,12 @@ module Aws::AppMesh
1149
1188
  VirtualGatewayTlsValidationContextTrust.add_member(:file, Shapes::ShapeRef.new(shape: VirtualGatewayTlsValidationContextFileTrust, location_name: "file"))
1150
1189
  VirtualGatewayTlsValidationContextTrust.struct_class = Types::VirtualGatewayTlsValidationContextTrust
1151
1190
 
1191
+ VirtualNodeConnectionPool.add_member(:grpc, Shapes::ShapeRef.new(shape: VirtualNodeGrpcConnectionPool, location_name: "grpc"))
1192
+ VirtualNodeConnectionPool.add_member(:http, Shapes::ShapeRef.new(shape: VirtualNodeHttpConnectionPool, location_name: "http"))
1193
+ VirtualNodeConnectionPool.add_member(:http2, Shapes::ShapeRef.new(shape: VirtualNodeHttp2ConnectionPool, location_name: "http2"))
1194
+ VirtualNodeConnectionPool.add_member(:tcp, Shapes::ShapeRef.new(shape: VirtualNodeTcpConnectionPool, location_name: "tcp"))
1195
+ VirtualNodeConnectionPool.struct_class = Types::VirtualNodeConnectionPool
1196
+
1152
1197
  VirtualNodeData.add_member(:mesh_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "meshName"))
1153
1198
  VirtualNodeData.add_member(:metadata, Shapes::ShapeRef.new(shape: ResourceMetadata, required: true, location_name: "metadata"))
1154
1199
  VirtualNodeData.add_member(:spec, Shapes::ShapeRef.new(shape: VirtualNodeSpec, required: true, location_name: "spec"))
@@ -1156,6 +1201,16 @@ module Aws::AppMesh
1156
1201
  VirtualNodeData.add_member(:virtual_node_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "virtualNodeName"))
1157
1202
  VirtualNodeData.struct_class = Types::VirtualNodeData
1158
1203
 
1204
+ VirtualNodeGrpcConnectionPool.add_member(:max_requests, Shapes::ShapeRef.new(shape: MaxRequests, required: true, location_name: "maxRequests"))
1205
+ VirtualNodeGrpcConnectionPool.struct_class = Types::VirtualNodeGrpcConnectionPool
1206
+
1207
+ VirtualNodeHttp2ConnectionPool.add_member(:max_requests, Shapes::ShapeRef.new(shape: MaxRequests, required: true, location_name: "maxRequests"))
1208
+ VirtualNodeHttp2ConnectionPool.struct_class = Types::VirtualNodeHttp2ConnectionPool
1209
+
1210
+ VirtualNodeHttpConnectionPool.add_member(:max_connections, Shapes::ShapeRef.new(shape: MaxConnections, required: true, location_name: "maxConnections"))
1211
+ VirtualNodeHttpConnectionPool.add_member(:max_pending_requests, Shapes::ShapeRef.new(shape: MaxPendingRequests, location_name: "maxPendingRequests", metadata: {"box"=>true}))
1212
+ VirtualNodeHttpConnectionPool.struct_class = Types::VirtualNodeHttpConnectionPool
1213
+
1159
1214
  VirtualNodeList.member = Shapes::ShapeRef.new(shape: VirtualNodeRef)
1160
1215
 
1161
1216
  VirtualNodeRef.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "arn"))
@@ -1181,6 +1236,9 @@ module Aws::AppMesh
1181
1236
  VirtualNodeStatus.add_member(:status, Shapes::ShapeRef.new(shape: VirtualNodeStatusCode, required: true, location_name: "status"))
1182
1237
  VirtualNodeStatus.struct_class = Types::VirtualNodeStatus
1183
1238
 
1239
+ VirtualNodeTcpConnectionPool.add_member(:max_connections, Shapes::ShapeRef.new(shape: MaxConnections, required: true, location_name: "maxConnections"))
1240
+ VirtualNodeTcpConnectionPool.struct_class = Types::VirtualNodeTcpConnectionPool
1241
+
1184
1242
  VirtualRouterData.add_member(:mesh_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "meshName"))
1185
1243
  VirtualRouterData.add_member(:metadata, Shapes::ShapeRef.new(shape: ResourceMetadata, required: true, location_name: "metadata"))
1186
1244
  VirtualRouterData.add_member(:spec, Shapes::ShapeRef.new(shape: VirtualRouterSpec, required: true, location_name: "spec"))
@@ -1277,14 +1335,14 @@ module Aws::AppMesh
1277
1335
  o.http_request_uri = "/v20190125/meshes/{meshName}/virtualGateway/{virtualGatewayName}/gatewayRoutes"
1278
1336
  o.input = Shapes::ShapeRef.new(shape: CreateGatewayRouteInput)
1279
1337
  o.output = Shapes::ShapeRef.new(shape: CreateGatewayRouteOutput)
1338
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1280
1339
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1281
1340
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1341
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1282
1342
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1343
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1283
1344
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1284
1345
  o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1285
- o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1286
- o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1287
- o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1288
1346
  end)
1289
1347
 
1290
1348
  api.add_operation(:create_mesh, Seahorse::Model::Operation.new.tap do |o|
@@ -1293,14 +1351,14 @@ module Aws::AppMesh
1293
1351
  o.http_request_uri = "/v20190125/meshes"
1294
1352
  o.input = Shapes::ShapeRef.new(shape: CreateMeshInput)
1295
1353
  o.output = Shapes::ShapeRef.new(shape: CreateMeshOutput)
1354
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1296
1355
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1297
1356
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1357
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1298
1358
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1359
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1299
1360
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1300
1361
  o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1301
- o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1302
- o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1303
- o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1304
1362
  end)
1305
1363
 
1306
1364
  api.add_operation(:create_route, Seahorse::Model::Operation.new.tap do |o|
@@ -1309,14 +1367,14 @@ module Aws::AppMesh
1309
1367
  o.http_request_uri = "/v20190125/meshes/{meshName}/virtualRouter/{virtualRouterName}/routes"
1310
1368
  o.input = Shapes::ShapeRef.new(shape: CreateRouteInput)
1311
1369
  o.output = Shapes::ShapeRef.new(shape: CreateRouteOutput)
1370
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1312
1371
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1313
1372
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1373
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1314
1374
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1375
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1315
1376
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1316
1377
  o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1317
- o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1318
- o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1319
- o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1320
1378
  end)
1321
1379
 
1322
1380
  api.add_operation(:create_virtual_gateway, Seahorse::Model::Operation.new.tap do |o|
@@ -1325,14 +1383,14 @@ module Aws::AppMesh
1325
1383
  o.http_request_uri = "/v20190125/meshes/{meshName}/virtualGateways"
1326
1384
  o.input = Shapes::ShapeRef.new(shape: CreateVirtualGatewayInput)
1327
1385
  o.output = Shapes::ShapeRef.new(shape: CreateVirtualGatewayOutput)
1386
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1328
1387
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1329
1388
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1389
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1330
1390
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1391
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1331
1392
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1332
1393
  o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1333
- o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1334
- o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1335
- o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1336
1394
  end)
1337
1395
 
1338
1396
  api.add_operation(:create_virtual_node, Seahorse::Model::Operation.new.tap do |o|
@@ -1341,14 +1399,14 @@ module Aws::AppMesh
1341
1399
  o.http_request_uri = "/v20190125/meshes/{meshName}/virtualNodes"
1342
1400
  o.input = Shapes::ShapeRef.new(shape: CreateVirtualNodeInput)
1343
1401
  o.output = Shapes::ShapeRef.new(shape: CreateVirtualNodeOutput)
1402
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1344
1403
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1345
1404
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1405
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1346
1406
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1407
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1347
1408
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1348
1409
  o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1349
- o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1350
- o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1351
- o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1352
1410
  end)
1353
1411
 
1354
1412
  api.add_operation(:create_virtual_router, Seahorse::Model::Operation.new.tap do |o|
@@ -1357,14 +1415,14 @@ module Aws::AppMesh
1357
1415
  o.http_request_uri = "/v20190125/meshes/{meshName}/virtualRouters"
1358
1416
  o.input = Shapes::ShapeRef.new(shape: CreateVirtualRouterInput)
1359
1417
  o.output = Shapes::ShapeRef.new(shape: CreateVirtualRouterOutput)
1418
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1360
1419
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1361
1420
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1421
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1362
1422
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1423
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1363
1424
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1364
1425
  o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1365
- o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1366
- o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1367
- o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1368
1426
  end)
1369
1427
 
1370
1428
  api.add_operation(:create_virtual_service, Seahorse::Model::Operation.new.tap do |o|
@@ -1373,14 +1431,14 @@ module Aws::AppMesh
1373
1431
  o.http_request_uri = "/v20190125/meshes/{meshName}/virtualServices"
1374
1432
  o.input = Shapes::ShapeRef.new(shape: CreateVirtualServiceInput)
1375
1433
  o.output = Shapes::ShapeRef.new(shape: CreateVirtualServiceOutput)
1434
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1376
1435
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1377
1436
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1437
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1378
1438
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1439
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1379
1440
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1380
1441
  o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1381
- o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1382
- o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1383
- o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1384
1442
  end)
1385
1443
 
1386
1444
  api.add_operation(:delete_gateway_route, Seahorse::Model::Operation.new.tap do |o|
@@ -1389,13 +1447,13 @@ module Aws::AppMesh
1389
1447
  o.http_request_uri = "/v20190125/meshes/{meshName}/virtualGateway/{virtualGatewayName}/gatewayRoutes/{gatewayRouteName}"
1390
1448
  o.input = Shapes::ShapeRef.new(shape: DeleteGatewayRouteInput)
1391
1449
  o.output = Shapes::ShapeRef.new(shape: DeleteGatewayRouteOutput)
1450
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1392
1451
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1452
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1393
1453
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1394
- o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1395
- o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1396
1454
  o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
1397
1455
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1398
- o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1456
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1399
1457
  end)
1400
1458
 
1401
1459
  api.add_operation(:delete_mesh, Seahorse::Model::Operation.new.tap do |o|
@@ -1404,13 +1462,13 @@ module Aws::AppMesh
1404
1462
  o.http_request_uri = "/v20190125/meshes/{meshName}"
1405
1463
  o.input = Shapes::ShapeRef.new(shape: DeleteMeshInput)
1406
1464
  o.output = Shapes::ShapeRef.new(shape: DeleteMeshOutput)
1465
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1407
1466
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1467
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1408
1468
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1409
- o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1410
- o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1411
1469
  o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
1412
1470
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1413
- o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1471
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1414
1472
  end)
1415
1473
 
1416
1474
  api.add_operation(:delete_route, Seahorse::Model::Operation.new.tap do |o|
@@ -1419,13 +1477,13 @@ module Aws::AppMesh
1419
1477
  o.http_request_uri = "/v20190125/meshes/{meshName}/virtualRouter/{virtualRouterName}/routes/{routeName}"
1420
1478
  o.input = Shapes::ShapeRef.new(shape: DeleteRouteInput)
1421
1479
  o.output = Shapes::ShapeRef.new(shape: DeleteRouteOutput)
1480
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1422
1481
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1482
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1423
1483
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1424
- o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1425
- o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1426
1484
  o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
1427
1485
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1428
- o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1486
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1429
1487
  end)
1430
1488
 
1431
1489
  api.add_operation(:delete_virtual_gateway, Seahorse::Model::Operation.new.tap do |o|
@@ -1434,13 +1492,13 @@ module Aws::AppMesh
1434
1492
  o.http_request_uri = "/v20190125/meshes/{meshName}/virtualGateways/{virtualGatewayName}"
1435
1493
  o.input = Shapes::ShapeRef.new(shape: DeleteVirtualGatewayInput)
1436
1494
  o.output = Shapes::ShapeRef.new(shape: DeleteVirtualGatewayOutput)
1495
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1437
1496
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1497
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1438
1498
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1439
- o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1440
- o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1441
1499
  o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
1442
1500
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1443
- o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1501
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1444
1502
  end)
1445
1503
 
1446
1504
  api.add_operation(:delete_virtual_node, Seahorse::Model::Operation.new.tap do |o|
@@ -1449,13 +1507,13 @@ module Aws::AppMesh
1449
1507
  o.http_request_uri = "/v20190125/meshes/{meshName}/virtualNodes/{virtualNodeName}"
1450
1508
  o.input = Shapes::ShapeRef.new(shape: DeleteVirtualNodeInput)
1451
1509
  o.output = Shapes::ShapeRef.new(shape: DeleteVirtualNodeOutput)
1510
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1452
1511
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1512
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1453
1513
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1454
- o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1455
- o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1456
1514
  o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
1457
1515
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1458
- o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1516
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1459
1517
  end)
1460
1518
 
1461
1519
  api.add_operation(:delete_virtual_router, Seahorse::Model::Operation.new.tap do |o|
@@ -1464,13 +1522,13 @@ module Aws::AppMesh
1464
1522
  o.http_request_uri = "/v20190125/meshes/{meshName}/virtualRouters/{virtualRouterName}"
1465
1523
  o.input = Shapes::ShapeRef.new(shape: DeleteVirtualRouterInput)
1466
1524
  o.output = Shapes::ShapeRef.new(shape: DeleteVirtualRouterOutput)
1525
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1467
1526
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1527
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1468
1528
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1469
- o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1470
- o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1471
1529
  o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
1472
1530
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1473
- o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1531
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1474
1532
  end)
1475
1533
 
1476
1534
  api.add_operation(:delete_virtual_service, Seahorse::Model::Operation.new.tap do |o|
@@ -1479,13 +1537,13 @@ module Aws::AppMesh
1479
1537
  o.http_request_uri = "/v20190125/meshes/{meshName}/virtualServices/{virtualServiceName}"
1480
1538
  o.input = Shapes::ShapeRef.new(shape: DeleteVirtualServiceInput)
1481
1539
  o.output = Shapes::ShapeRef.new(shape: DeleteVirtualServiceOutput)
1540
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1482
1541
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1542
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1483
1543
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1484
- o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1485
- o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1486
1544
  o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
1487
1545
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1488
- o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1546
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1489
1547
  end)
1490
1548
 
1491
1549
  api.add_operation(:describe_gateway_route, Seahorse::Model::Operation.new.tap do |o|
@@ -1494,12 +1552,12 @@ module Aws::AppMesh
1494
1552
  o.http_request_uri = "/v20190125/meshes/{meshName}/virtualGateway/{virtualGatewayName}/gatewayRoutes/{gatewayRouteName}"
1495
1553
  o.input = Shapes::ShapeRef.new(shape: DescribeGatewayRouteInput)
1496
1554
  o.output = Shapes::ShapeRef.new(shape: DescribeGatewayRouteOutput)
1555
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1497
1556
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1557
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1498
1558
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1499
- o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1500
- o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1501
1559
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1502
- o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1560
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1503
1561
  end)
1504
1562
 
1505
1563
  api.add_operation(:describe_mesh, Seahorse::Model::Operation.new.tap do |o|
@@ -1508,12 +1566,12 @@ module Aws::AppMesh
1508
1566
  o.http_request_uri = "/v20190125/meshes/{meshName}"
1509
1567
  o.input = Shapes::ShapeRef.new(shape: DescribeMeshInput)
1510
1568
  o.output = Shapes::ShapeRef.new(shape: DescribeMeshOutput)
1569
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1511
1570
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1571
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1512
1572
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1513
- o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1514
- o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1515
1573
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1516
- o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1574
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1517
1575
  end)
1518
1576
 
1519
1577
  api.add_operation(:describe_route, Seahorse::Model::Operation.new.tap do |o|
@@ -1522,12 +1580,12 @@ module Aws::AppMesh
1522
1580
  o.http_request_uri = "/v20190125/meshes/{meshName}/virtualRouter/{virtualRouterName}/routes/{routeName}"
1523
1581
  o.input = Shapes::ShapeRef.new(shape: DescribeRouteInput)
1524
1582
  o.output = Shapes::ShapeRef.new(shape: DescribeRouteOutput)
1583
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1525
1584
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1585
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1526
1586
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1527
- o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1528
- o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1529
1587
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1530
- o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1588
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1531
1589
  end)
1532
1590
 
1533
1591
  api.add_operation(:describe_virtual_gateway, Seahorse::Model::Operation.new.tap do |o|
@@ -1536,12 +1594,12 @@ module Aws::AppMesh
1536
1594
  o.http_request_uri = "/v20190125/meshes/{meshName}/virtualGateways/{virtualGatewayName}"
1537
1595
  o.input = Shapes::ShapeRef.new(shape: DescribeVirtualGatewayInput)
1538
1596
  o.output = Shapes::ShapeRef.new(shape: DescribeVirtualGatewayOutput)
1597
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1539
1598
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1599
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1540
1600
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1541
- o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1542
- o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1543
1601
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1544
- o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1602
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1545
1603
  end)
1546
1604
 
1547
1605
  api.add_operation(:describe_virtual_node, Seahorse::Model::Operation.new.tap do |o|
@@ -1550,12 +1608,12 @@ module Aws::AppMesh
1550
1608
  o.http_request_uri = "/v20190125/meshes/{meshName}/virtualNodes/{virtualNodeName}"
1551
1609
  o.input = Shapes::ShapeRef.new(shape: DescribeVirtualNodeInput)
1552
1610
  o.output = Shapes::ShapeRef.new(shape: DescribeVirtualNodeOutput)
1611
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1553
1612
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1613
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1554
1614
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1555
- o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1556
- o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1557
1615
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1558
- o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1616
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1559
1617
  end)
1560
1618
 
1561
1619
  api.add_operation(:describe_virtual_router, Seahorse::Model::Operation.new.tap do |o|
@@ -1564,12 +1622,12 @@ module Aws::AppMesh
1564
1622
  o.http_request_uri = "/v20190125/meshes/{meshName}/virtualRouters/{virtualRouterName}"
1565
1623
  o.input = Shapes::ShapeRef.new(shape: DescribeVirtualRouterInput)
1566
1624
  o.output = Shapes::ShapeRef.new(shape: DescribeVirtualRouterOutput)
1625
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1567
1626
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1627
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1568
1628
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1569
- o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1570
- o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1571
1629
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1572
- o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1630
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1573
1631
  end)
1574
1632
 
1575
1633
  api.add_operation(:describe_virtual_service, Seahorse::Model::Operation.new.tap do |o|
@@ -1578,12 +1636,12 @@ module Aws::AppMesh
1578
1636
  o.http_request_uri = "/v20190125/meshes/{meshName}/virtualServices/{virtualServiceName}"
1579
1637
  o.input = Shapes::ShapeRef.new(shape: DescribeVirtualServiceInput)
1580
1638
  o.output = Shapes::ShapeRef.new(shape: DescribeVirtualServiceOutput)
1639
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1581
1640
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1641
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1582
1642
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1583
- o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1584
- o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1585
1643
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1586
- o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1644
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1587
1645
  end)
1588
1646
 
1589
1647
  api.add_operation(:list_gateway_routes, Seahorse::Model::Operation.new.tap do |o|
@@ -1592,12 +1650,12 @@ module Aws::AppMesh
1592
1650
  o.http_request_uri = "/v20190125/meshes/{meshName}/virtualGateway/{virtualGatewayName}/gatewayRoutes"
1593
1651
  o.input = Shapes::ShapeRef.new(shape: ListGatewayRoutesInput)
1594
1652
  o.output = Shapes::ShapeRef.new(shape: ListGatewayRoutesOutput)
1653
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1595
1654
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1655
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1596
1656
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1597
- o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1598
- o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1599
1657
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1600
- o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1658
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1601
1659
  o[:pager] = Aws::Pager.new(
1602
1660
  limit_key: "limit",
1603
1661
  tokens: {
@@ -1612,12 +1670,12 @@ module Aws::AppMesh
1612
1670
  o.http_request_uri = "/v20190125/meshes"
1613
1671
  o.input = Shapes::ShapeRef.new(shape: ListMeshesInput)
1614
1672
  o.output = Shapes::ShapeRef.new(shape: ListMeshesOutput)
1673
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1615
1674
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1675
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1616
1676
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1617
- o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1618
- o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1619
1677
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1620
- o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1678
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1621
1679
  o[:pager] = Aws::Pager.new(
1622
1680
  limit_key: "limit",
1623
1681
  tokens: {
@@ -1632,12 +1690,12 @@ module Aws::AppMesh
1632
1690
  o.http_request_uri = "/v20190125/meshes/{meshName}/virtualRouter/{virtualRouterName}/routes"
1633
1691
  o.input = Shapes::ShapeRef.new(shape: ListRoutesInput)
1634
1692
  o.output = Shapes::ShapeRef.new(shape: ListRoutesOutput)
1693
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1635
1694
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1695
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1636
1696
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1637
- o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1638
- o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1639
1697
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1640
- o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1698
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1641
1699
  o[:pager] = Aws::Pager.new(
1642
1700
  limit_key: "limit",
1643
1701
  tokens: {
@@ -1652,12 +1710,12 @@ module Aws::AppMesh
1652
1710
  o.http_request_uri = "/v20190125/tags"
1653
1711
  o.input = Shapes::ShapeRef.new(shape: ListTagsForResourceInput)
1654
1712
  o.output = Shapes::ShapeRef.new(shape: ListTagsForResourceOutput)
1713
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1655
1714
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1715
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1656
1716
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1657
- o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1658
- o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1659
1717
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1660
- o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1718
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1661
1719
  o[:pager] = Aws::Pager.new(
1662
1720
  limit_key: "limit",
1663
1721
  tokens: {
@@ -1672,12 +1730,12 @@ module Aws::AppMesh
1672
1730
  o.http_request_uri = "/v20190125/meshes/{meshName}/virtualGateways"
1673
1731
  o.input = Shapes::ShapeRef.new(shape: ListVirtualGatewaysInput)
1674
1732
  o.output = Shapes::ShapeRef.new(shape: ListVirtualGatewaysOutput)
1733
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1675
1734
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1735
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1676
1736
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1677
- o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1678
- o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1679
1737
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1680
- o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1738
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1681
1739
  o[:pager] = Aws::Pager.new(
1682
1740
  limit_key: "limit",
1683
1741
  tokens: {
@@ -1692,12 +1750,12 @@ module Aws::AppMesh
1692
1750
  o.http_request_uri = "/v20190125/meshes/{meshName}/virtualNodes"
1693
1751
  o.input = Shapes::ShapeRef.new(shape: ListVirtualNodesInput)
1694
1752
  o.output = Shapes::ShapeRef.new(shape: ListVirtualNodesOutput)
1753
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1695
1754
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1755
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1696
1756
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1697
- o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1698
- o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1699
1757
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1700
- o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1758
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1701
1759
  o[:pager] = Aws::Pager.new(
1702
1760
  limit_key: "limit",
1703
1761
  tokens: {
@@ -1712,12 +1770,12 @@ module Aws::AppMesh
1712
1770
  o.http_request_uri = "/v20190125/meshes/{meshName}/virtualRouters"
1713
1771
  o.input = Shapes::ShapeRef.new(shape: ListVirtualRoutersInput)
1714
1772
  o.output = Shapes::ShapeRef.new(shape: ListVirtualRoutersOutput)
1773
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1715
1774
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1775
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1716
1776
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1717
- o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1718
- o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1719
1777
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1720
- o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1778
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1721
1779
  o[:pager] = Aws::Pager.new(
1722
1780
  limit_key: "limit",
1723
1781
  tokens: {
@@ -1732,12 +1790,12 @@ module Aws::AppMesh
1732
1790
  o.http_request_uri = "/v20190125/meshes/{meshName}/virtualServices"
1733
1791
  o.input = Shapes::ShapeRef.new(shape: ListVirtualServicesInput)
1734
1792
  o.output = Shapes::ShapeRef.new(shape: ListVirtualServicesOutput)
1793
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1735
1794
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1795
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1736
1796
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1737
- o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1738
- o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1739
1797
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1740
- o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1798
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1741
1799
  o[:pager] = Aws::Pager.new(
1742
1800
  limit_key: "limit",
1743
1801
  tokens: {
@@ -1752,13 +1810,13 @@ module Aws::AppMesh
1752
1810
  o.http_request_uri = "/v20190125/tag"
1753
1811
  o.input = Shapes::ShapeRef.new(shape: TagResourceInput)
1754
1812
  o.output = Shapes::ShapeRef.new(shape: TagResourceOutput)
1813
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1755
1814
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1815
+ o.errors << Shapes::ShapeRef.new(shape: TooManyTagsException)
1816
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1756
1817
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1757
- o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1758
- o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1759
1818
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1760
- o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1761
- o.errors << Shapes::ShapeRef.new(shape: TooManyTagsException)
1819
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1762
1820
  end)
1763
1821
 
1764
1822
  api.add_operation(:untag_resource, Seahorse::Model::Operation.new.tap do |o|
@@ -1767,12 +1825,12 @@ module Aws::AppMesh
1767
1825
  o.http_request_uri = "/v20190125/untag"
1768
1826
  o.input = Shapes::ShapeRef.new(shape: UntagResourceInput)
1769
1827
  o.output = Shapes::ShapeRef.new(shape: UntagResourceOutput)
1828
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1770
1829
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1830
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1771
1831
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1772
- o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1773
- o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1774
1832
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1775
- o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1833
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1776
1834
  end)
1777
1835
 
1778
1836
  api.add_operation(:update_gateway_route, Seahorse::Model::Operation.new.tap do |o|
@@ -1781,14 +1839,14 @@ module Aws::AppMesh
1781
1839
  o.http_request_uri = "/v20190125/meshes/{meshName}/virtualGateway/{virtualGatewayName}/gatewayRoutes/{gatewayRouteName}"
1782
1840
  o.input = Shapes::ShapeRef.new(shape: UpdateGatewayRouteInput)
1783
1841
  o.output = Shapes::ShapeRef.new(shape: UpdateGatewayRouteOutput)
1842
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1784
1843
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1785
1844
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1845
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1786
1846
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1847
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1787
1848
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1788
1849
  o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1789
- o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1790
- o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1791
- o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1792
1850
  end)
1793
1851
 
1794
1852
  api.add_operation(:update_mesh, Seahorse::Model::Operation.new.tap do |o|
@@ -1797,13 +1855,13 @@ module Aws::AppMesh
1797
1855
  o.http_request_uri = "/v20190125/meshes/{meshName}"
1798
1856
  o.input = Shapes::ShapeRef.new(shape: UpdateMeshInput)
1799
1857
  o.output = Shapes::ShapeRef.new(shape: UpdateMeshOutput)
1858
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1800
1859
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1801
1860
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1861
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1802
1862
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1803
- o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1804
- o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1805
1863
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1806
- o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1864
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1807
1865
  end)
1808
1866
 
1809
1867
  api.add_operation(:update_route, Seahorse::Model::Operation.new.tap do |o|
@@ -1812,14 +1870,14 @@ module Aws::AppMesh
1812
1870
  o.http_request_uri = "/v20190125/meshes/{meshName}/virtualRouter/{virtualRouterName}/routes/{routeName}"
1813
1871
  o.input = Shapes::ShapeRef.new(shape: UpdateRouteInput)
1814
1872
  o.output = Shapes::ShapeRef.new(shape: UpdateRouteOutput)
1873
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1815
1874
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1816
1875
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1876
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1817
1877
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1878
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1818
1879
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1819
1880
  o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1820
- o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1821
- o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1822
- o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1823
1881
  end)
1824
1882
 
1825
1883
  api.add_operation(:update_virtual_gateway, Seahorse::Model::Operation.new.tap do |o|
@@ -1828,14 +1886,14 @@ module Aws::AppMesh
1828
1886
  o.http_request_uri = "/v20190125/meshes/{meshName}/virtualGateways/{virtualGatewayName}"
1829
1887
  o.input = Shapes::ShapeRef.new(shape: UpdateVirtualGatewayInput)
1830
1888
  o.output = Shapes::ShapeRef.new(shape: UpdateVirtualGatewayOutput)
1889
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1831
1890
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1832
1891
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1892
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1833
1893
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1894
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1834
1895
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1835
1896
  o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1836
- o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1837
- o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1838
- o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1839
1897
  end)
1840
1898
 
1841
1899
  api.add_operation(:update_virtual_node, Seahorse::Model::Operation.new.tap do |o|
@@ -1844,14 +1902,14 @@ module Aws::AppMesh
1844
1902
  o.http_request_uri = "/v20190125/meshes/{meshName}/virtualNodes/{virtualNodeName}"
1845
1903
  o.input = Shapes::ShapeRef.new(shape: UpdateVirtualNodeInput)
1846
1904
  o.output = Shapes::ShapeRef.new(shape: UpdateVirtualNodeOutput)
1905
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1847
1906
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1848
1907
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1908
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1849
1909
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1910
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1850
1911
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1851
1912
  o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1852
- o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1853
- o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1854
- o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1855
1913
  end)
1856
1914
 
1857
1915
  api.add_operation(:update_virtual_router, Seahorse::Model::Operation.new.tap do |o|
@@ -1860,14 +1918,14 @@ module Aws::AppMesh
1860
1918
  o.http_request_uri = "/v20190125/meshes/{meshName}/virtualRouters/{virtualRouterName}"
1861
1919
  o.input = Shapes::ShapeRef.new(shape: UpdateVirtualRouterInput)
1862
1920
  o.output = Shapes::ShapeRef.new(shape: UpdateVirtualRouterOutput)
1921
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1863
1922
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1864
1923
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1924
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1865
1925
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1926
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1866
1927
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1867
1928
  o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1868
- o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1869
- o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1870
- o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1871
1929
  end)
1872
1930
 
1873
1931
  api.add_operation(:update_virtual_service, Seahorse::Model::Operation.new.tap do |o|
@@ -1876,14 +1934,14 @@ module Aws::AppMesh
1876
1934
  o.http_request_uri = "/v20190125/meshes/{meshName}/virtualServices/{virtualServiceName}"
1877
1935
  o.input = Shapes::ShapeRef.new(shape: UpdateVirtualServiceInput)
1878
1936
  o.output = Shapes::ShapeRef.new(shape: UpdateVirtualServiceOutput)
1937
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1879
1938
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1880
1939
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1940
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1881
1941
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1942
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1882
1943
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1883
1944
  o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1884
- o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1885
- o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1886
- o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1887
1945
  end)
1888
1946
  end
1889
1947