aws-sdk-appmesh 1.19.1 → 1.24.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -12,6 +12,7 @@ module Aws::AppMesh
12
12
  include Seahorse::Model
13
13
 
14
14
  AccessLog = Shapes::StructureShape.new(name: 'AccessLog')
15
+ AccountId = Shapes::StringShape.new(name: 'AccountId')
15
16
  Arn = Shapes::StringShape.new(name: 'Arn')
16
17
  AwsCloudMapInstanceAttribute = Shapes::StructureShape.new(name: 'AwsCloudMapInstanceAttribute')
17
18
  AwsCloudMapInstanceAttributeKey = Shapes::StringShape.new(name: 'AwsCloudMapInstanceAttributeKey')
@@ -260,6 +261,7 @@ module Aws::AppMesh
260
261
 
261
262
  CreateRouteInput.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
262
263
  CreateRouteInput.add_member(:mesh_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "meshName"))
264
+ CreateRouteInput.add_member(:mesh_owner, Shapes::ShapeRef.new(shape: AccountId, location: "querystring", location_name: "meshOwner"))
263
265
  CreateRouteInput.add_member(:route_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "routeName"))
264
266
  CreateRouteInput.add_member(:spec, Shapes::ShapeRef.new(shape: RouteSpec, required: true, location_name: "spec"))
265
267
  CreateRouteInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags", metadata: {"tags"=>["not-preview"]}))
@@ -273,6 +275,7 @@ module Aws::AppMesh
273
275
 
274
276
  CreateVirtualNodeInput.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
275
277
  CreateVirtualNodeInput.add_member(:mesh_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "meshName"))
278
+ CreateVirtualNodeInput.add_member(:mesh_owner, Shapes::ShapeRef.new(shape: AccountId, location: "querystring", location_name: "meshOwner"))
276
279
  CreateVirtualNodeInput.add_member(:spec, Shapes::ShapeRef.new(shape: VirtualNodeSpec, required: true, location_name: "spec"))
277
280
  CreateVirtualNodeInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags", metadata: {"tags"=>["not-preview"]}))
278
281
  CreateVirtualNodeInput.add_member(:virtual_node_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "virtualNodeName"))
@@ -285,6 +288,7 @@ module Aws::AppMesh
285
288
 
286
289
  CreateVirtualRouterInput.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
287
290
  CreateVirtualRouterInput.add_member(:mesh_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "meshName"))
291
+ CreateVirtualRouterInput.add_member(:mesh_owner, Shapes::ShapeRef.new(shape: AccountId, location: "querystring", location_name: "meshOwner"))
288
292
  CreateVirtualRouterInput.add_member(:spec, Shapes::ShapeRef.new(shape: VirtualRouterSpec, required: true, location_name: "spec"))
289
293
  CreateVirtualRouterInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags", metadata: {"tags"=>["not-preview"]}))
290
294
  CreateVirtualRouterInput.add_member(:virtual_router_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "virtualRouterName"))
@@ -297,6 +301,7 @@ module Aws::AppMesh
297
301
 
298
302
  CreateVirtualServiceInput.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
299
303
  CreateVirtualServiceInput.add_member(:mesh_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "meshName"))
304
+ CreateVirtualServiceInput.add_member(:mesh_owner, Shapes::ShapeRef.new(shape: AccountId, location: "querystring", location_name: "meshOwner"))
300
305
  CreateVirtualServiceInput.add_member(:spec, Shapes::ShapeRef.new(shape: VirtualServiceSpec, required: true, location_name: "spec"))
301
306
  CreateVirtualServiceInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags", metadata: {"tags"=>["not-preview"]}))
302
307
  CreateVirtualServiceInput.add_member(:virtual_service_name, Shapes::ShapeRef.new(shape: ServiceName, required: true, location_name: "virtualServiceName"))
@@ -316,6 +321,7 @@ module Aws::AppMesh
316
321
  DeleteMeshOutput[:payload_member] = DeleteMeshOutput.member(:mesh)
317
322
 
318
323
  DeleteRouteInput.add_member(:mesh_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "meshName"))
324
+ DeleteRouteInput.add_member(:mesh_owner, Shapes::ShapeRef.new(shape: AccountId, location: "querystring", location_name: "meshOwner"))
319
325
  DeleteRouteInput.add_member(:route_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "routeName"))
320
326
  DeleteRouteInput.add_member(:virtual_router_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "virtualRouterName"))
321
327
  DeleteRouteInput.struct_class = Types::DeleteRouteInput
@@ -326,6 +332,7 @@ module Aws::AppMesh
326
332
  DeleteRouteOutput[:payload_member] = DeleteRouteOutput.member(:route)
327
333
 
328
334
  DeleteVirtualNodeInput.add_member(:mesh_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "meshName"))
335
+ DeleteVirtualNodeInput.add_member(:mesh_owner, Shapes::ShapeRef.new(shape: AccountId, location: "querystring", location_name: "meshOwner"))
329
336
  DeleteVirtualNodeInput.add_member(:virtual_node_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "virtualNodeName"))
330
337
  DeleteVirtualNodeInput.struct_class = Types::DeleteVirtualNodeInput
331
338
 
@@ -335,6 +342,7 @@ module Aws::AppMesh
335
342
  DeleteVirtualNodeOutput[:payload_member] = DeleteVirtualNodeOutput.member(:virtual_node)
336
343
 
337
344
  DeleteVirtualRouterInput.add_member(:mesh_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "meshName"))
345
+ DeleteVirtualRouterInput.add_member(:mesh_owner, Shapes::ShapeRef.new(shape: AccountId, location: "querystring", location_name: "meshOwner"))
338
346
  DeleteVirtualRouterInput.add_member(:virtual_router_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "virtualRouterName"))
339
347
  DeleteVirtualRouterInput.struct_class = Types::DeleteVirtualRouterInput
340
348
 
@@ -344,6 +352,7 @@ module Aws::AppMesh
344
352
  DeleteVirtualRouterOutput[:payload_member] = DeleteVirtualRouterOutput.member(:virtual_router)
345
353
 
346
354
  DeleteVirtualServiceInput.add_member(:mesh_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "meshName"))
355
+ DeleteVirtualServiceInput.add_member(:mesh_owner, Shapes::ShapeRef.new(shape: AccountId, location: "querystring", location_name: "meshOwner"))
347
356
  DeleteVirtualServiceInput.add_member(:virtual_service_name, Shapes::ShapeRef.new(shape: ServiceName, required: true, location: "uri", location_name: "virtualServiceName"))
348
357
  DeleteVirtualServiceInput.struct_class = Types::DeleteVirtualServiceInput
349
358
 
@@ -353,6 +362,7 @@ module Aws::AppMesh
353
362
  DeleteVirtualServiceOutput[:payload_member] = DeleteVirtualServiceOutput.member(:virtual_service)
354
363
 
355
364
  DescribeMeshInput.add_member(:mesh_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "meshName"))
365
+ DescribeMeshInput.add_member(:mesh_owner, Shapes::ShapeRef.new(shape: AccountId, location: "querystring", location_name: "meshOwner"))
356
366
  DescribeMeshInput.struct_class = Types::DescribeMeshInput
357
367
 
358
368
  DescribeMeshOutput.add_member(:mesh, Shapes::ShapeRef.new(shape: MeshData, required: true, location_name: "mesh"))
@@ -361,6 +371,7 @@ module Aws::AppMesh
361
371
  DescribeMeshOutput[:payload_member] = DescribeMeshOutput.member(:mesh)
362
372
 
363
373
  DescribeRouteInput.add_member(:mesh_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "meshName"))
374
+ DescribeRouteInput.add_member(:mesh_owner, Shapes::ShapeRef.new(shape: AccountId, location: "querystring", location_name: "meshOwner"))
364
375
  DescribeRouteInput.add_member(:route_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "routeName"))
365
376
  DescribeRouteInput.add_member(:virtual_router_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "virtualRouterName"))
366
377
  DescribeRouteInput.struct_class = Types::DescribeRouteInput
@@ -371,6 +382,7 @@ module Aws::AppMesh
371
382
  DescribeRouteOutput[:payload_member] = DescribeRouteOutput.member(:route)
372
383
 
373
384
  DescribeVirtualNodeInput.add_member(:mesh_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "meshName"))
385
+ DescribeVirtualNodeInput.add_member(:mesh_owner, Shapes::ShapeRef.new(shape: AccountId, location: "querystring", location_name: "meshOwner"))
374
386
  DescribeVirtualNodeInput.add_member(:virtual_node_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "virtualNodeName"))
375
387
  DescribeVirtualNodeInput.struct_class = Types::DescribeVirtualNodeInput
376
388
 
@@ -380,6 +392,7 @@ module Aws::AppMesh
380
392
  DescribeVirtualNodeOutput[:payload_member] = DescribeVirtualNodeOutput.member(:virtual_node)
381
393
 
382
394
  DescribeVirtualRouterInput.add_member(:mesh_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "meshName"))
395
+ DescribeVirtualRouterInput.add_member(:mesh_owner, Shapes::ShapeRef.new(shape: AccountId, location: "querystring", location_name: "meshOwner"))
383
396
  DescribeVirtualRouterInput.add_member(:virtual_router_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "virtualRouterName"))
384
397
  DescribeVirtualRouterInput.struct_class = Types::DescribeVirtualRouterInput
385
398
 
@@ -389,6 +402,7 @@ module Aws::AppMesh
389
402
  DescribeVirtualRouterOutput[:payload_member] = DescribeVirtualRouterOutput.member(:virtual_router)
390
403
 
391
404
  DescribeVirtualServiceInput.add_member(:mesh_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "meshName"))
405
+ DescribeVirtualServiceInput.add_member(:mesh_owner, Shapes::ShapeRef.new(shape: AccountId, location: "querystring", location_name: "meshOwner"))
392
406
  DescribeVirtualServiceInput.add_member(:virtual_service_name, Shapes::ShapeRef.new(shape: ServiceName, required: true, location: "uri", location_name: "virtualServiceName"))
393
407
  DescribeVirtualServiceInput.struct_class = Types::DescribeVirtualServiceInput
394
408
 
@@ -510,6 +524,7 @@ module Aws::AppMesh
510
524
 
511
525
  ListRoutesInput.add_member(:limit, Shapes::ShapeRef.new(shape: ListRoutesLimit, location: "querystring", location_name: "limit"))
512
526
  ListRoutesInput.add_member(:mesh_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "meshName"))
527
+ ListRoutesInput.add_member(:mesh_owner, Shapes::ShapeRef.new(shape: AccountId, location: "querystring", location_name: "meshOwner"))
513
528
  ListRoutesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "nextToken"))
514
529
  ListRoutesInput.add_member(:virtual_router_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "virtualRouterName"))
515
530
  ListRoutesInput.struct_class = Types::ListRoutesInput
@@ -529,6 +544,7 @@ module Aws::AppMesh
529
544
 
530
545
  ListVirtualNodesInput.add_member(:limit, Shapes::ShapeRef.new(shape: ListVirtualNodesLimit, location: "querystring", location_name: "limit"))
531
546
  ListVirtualNodesInput.add_member(:mesh_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "meshName"))
547
+ ListVirtualNodesInput.add_member(:mesh_owner, Shapes::ShapeRef.new(shape: AccountId, location: "querystring", location_name: "meshOwner"))
532
548
  ListVirtualNodesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "nextToken"))
533
549
  ListVirtualNodesInput.struct_class = Types::ListVirtualNodesInput
534
550
 
@@ -538,6 +554,7 @@ module Aws::AppMesh
538
554
 
539
555
  ListVirtualRoutersInput.add_member(:limit, Shapes::ShapeRef.new(shape: ListVirtualRoutersLimit, location: "querystring", location_name: "limit"))
540
556
  ListVirtualRoutersInput.add_member(:mesh_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "meshName"))
557
+ ListVirtualRoutersInput.add_member(:mesh_owner, Shapes::ShapeRef.new(shape: AccountId, location: "querystring", location_name: "meshOwner"))
541
558
  ListVirtualRoutersInput.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "nextToken"))
542
559
  ListVirtualRoutersInput.struct_class = Types::ListVirtualRoutersInput
543
560
 
@@ -547,6 +564,7 @@ module Aws::AppMesh
547
564
 
548
565
  ListVirtualServicesInput.add_member(:limit, Shapes::ShapeRef.new(shape: ListVirtualServicesLimit, location: "querystring", location_name: "limit"))
549
566
  ListVirtualServicesInput.add_member(:mesh_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "meshName"))
567
+ ListVirtualServicesInput.add_member(:mesh_owner, Shapes::ShapeRef.new(shape: AccountId, location: "querystring", location_name: "meshOwner"))
550
568
  ListVirtualServicesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "nextToken"))
551
569
  ListVirtualServicesInput.struct_class = Types::ListVirtualServicesInput
552
570
 
@@ -592,7 +610,12 @@ module Aws::AppMesh
592
610
  MeshList.member = Shapes::ShapeRef.new(shape: MeshRef)
593
611
 
594
612
  MeshRef.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "arn"))
613
+ MeshRef.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdAt"))
614
+ MeshRef.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "lastUpdatedAt"))
595
615
  MeshRef.add_member(:mesh_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "meshName"))
616
+ MeshRef.add_member(:mesh_owner, Shapes::ShapeRef.new(shape: AccountId, required: true, location_name: "meshOwner"))
617
+ MeshRef.add_member(:resource_owner, Shapes::ShapeRef.new(shape: AccountId, required: true, location_name: "resourceOwner"))
618
+ MeshRef.add_member(:version, Shapes::ShapeRef.new(shape: Long, required: true, location_name: "version"))
596
619
  MeshRef.struct_class = Types::MeshRef
597
620
 
598
621
  MeshSpec.add_member(:egress_filter, Shapes::ShapeRef.new(shape: EgressFilter, location_name: "egressFilter"))
@@ -616,6 +639,8 @@ module Aws::AppMesh
616
639
  ResourceMetadata.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "arn"))
617
640
  ResourceMetadata.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdAt"))
618
641
  ResourceMetadata.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "lastUpdatedAt"))
642
+ ResourceMetadata.add_member(:mesh_owner, Shapes::ShapeRef.new(shape: AccountId, required: true, location_name: "meshOwner"))
643
+ ResourceMetadata.add_member(:resource_owner, Shapes::ShapeRef.new(shape: AccountId, required: true, location_name: "resourceOwner"))
619
644
  ResourceMetadata.add_member(:uid, Shapes::ShapeRef.new(shape: String, required: true, location_name: "uid"))
620
645
  ResourceMetadata.add_member(:version, Shapes::ShapeRef.new(shape: Long, required: true, location_name: "version"))
621
646
  ResourceMetadata.struct_class = Types::ResourceMetadata
@@ -631,8 +656,13 @@ module Aws::AppMesh
631
656
  RouteList.member = Shapes::ShapeRef.new(shape: RouteRef)
632
657
 
633
658
  RouteRef.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "arn"))
659
+ RouteRef.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdAt"))
660
+ RouteRef.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "lastUpdatedAt"))
634
661
  RouteRef.add_member(:mesh_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "meshName"))
662
+ RouteRef.add_member(:mesh_owner, Shapes::ShapeRef.new(shape: AccountId, required: true, location_name: "meshOwner"))
663
+ RouteRef.add_member(:resource_owner, Shapes::ShapeRef.new(shape: AccountId, required: true, location_name: "resourceOwner"))
635
664
  RouteRef.add_member(:route_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "routeName"))
665
+ RouteRef.add_member(:version, Shapes::ShapeRef.new(shape: Long, required: true, location_name: "version"))
636
666
  RouteRef.add_member(:virtual_router_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "virtualRouterName"))
637
667
  RouteRef.struct_class = Types::RouteRef
638
668
 
@@ -712,6 +742,7 @@ module Aws::AppMesh
712
742
 
713
743
  UpdateRouteInput.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
714
744
  UpdateRouteInput.add_member(:mesh_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "meshName"))
745
+ UpdateRouteInput.add_member(:mesh_owner, Shapes::ShapeRef.new(shape: AccountId, location: "querystring", location_name: "meshOwner"))
715
746
  UpdateRouteInput.add_member(:route_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "routeName"))
716
747
  UpdateRouteInput.add_member(:spec, Shapes::ShapeRef.new(shape: RouteSpec, required: true, location_name: "spec"))
717
748
  UpdateRouteInput.add_member(:virtual_router_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "virtualRouterName"))
@@ -724,6 +755,7 @@ module Aws::AppMesh
724
755
 
725
756
  UpdateVirtualNodeInput.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
726
757
  UpdateVirtualNodeInput.add_member(:mesh_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "meshName"))
758
+ UpdateVirtualNodeInput.add_member(:mesh_owner, Shapes::ShapeRef.new(shape: AccountId, location: "querystring", location_name: "meshOwner"))
727
759
  UpdateVirtualNodeInput.add_member(:spec, Shapes::ShapeRef.new(shape: VirtualNodeSpec, required: true, location_name: "spec"))
728
760
  UpdateVirtualNodeInput.add_member(:virtual_node_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "virtualNodeName"))
729
761
  UpdateVirtualNodeInput.struct_class = Types::UpdateVirtualNodeInput
@@ -735,6 +767,7 @@ module Aws::AppMesh
735
767
 
736
768
  UpdateVirtualRouterInput.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
737
769
  UpdateVirtualRouterInput.add_member(:mesh_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "meshName"))
770
+ UpdateVirtualRouterInput.add_member(:mesh_owner, Shapes::ShapeRef.new(shape: AccountId, location: "querystring", location_name: "meshOwner"))
738
771
  UpdateVirtualRouterInput.add_member(:spec, Shapes::ShapeRef.new(shape: VirtualRouterSpec, required: true, location_name: "spec"))
739
772
  UpdateVirtualRouterInput.add_member(:virtual_router_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "virtualRouterName"))
740
773
  UpdateVirtualRouterInput.struct_class = Types::UpdateVirtualRouterInput
@@ -746,6 +779,7 @@ module Aws::AppMesh
746
779
 
747
780
  UpdateVirtualServiceInput.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
748
781
  UpdateVirtualServiceInput.add_member(:mesh_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "meshName"))
782
+ UpdateVirtualServiceInput.add_member(:mesh_owner, Shapes::ShapeRef.new(shape: AccountId, location: "querystring", location_name: "meshOwner"))
749
783
  UpdateVirtualServiceInput.add_member(:spec, Shapes::ShapeRef.new(shape: VirtualServiceSpec, required: true, location_name: "spec"))
750
784
  UpdateVirtualServiceInput.add_member(:virtual_service_name, Shapes::ShapeRef.new(shape: ServiceName, required: true, location: "uri", location_name: "virtualServiceName"))
751
785
  UpdateVirtualServiceInput.struct_class = Types::UpdateVirtualServiceInput
@@ -765,7 +799,12 @@ module Aws::AppMesh
765
799
  VirtualNodeList.member = Shapes::ShapeRef.new(shape: VirtualNodeRef)
766
800
 
767
801
  VirtualNodeRef.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "arn"))
802
+ VirtualNodeRef.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdAt"))
803
+ VirtualNodeRef.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "lastUpdatedAt"))
768
804
  VirtualNodeRef.add_member(:mesh_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "meshName"))
805
+ VirtualNodeRef.add_member(:mesh_owner, Shapes::ShapeRef.new(shape: AccountId, required: true, location_name: "meshOwner"))
806
+ VirtualNodeRef.add_member(:resource_owner, Shapes::ShapeRef.new(shape: AccountId, required: true, location_name: "resourceOwner"))
807
+ VirtualNodeRef.add_member(:version, Shapes::ShapeRef.new(shape: Long, required: true, location_name: "version"))
769
808
  VirtualNodeRef.add_member(:virtual_node_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "virtualNodeName"))
770
809
  VirtualNodeRef.struct_class = Types::VirtualNodeRef
771
810
 
@@ -797,7 +836,12 @@ module Aws::AppMesh
797
836
  VirtualRouterListeners.member = Shapes::ShapeRef.new(shape: VirtualRouterListener)
798
837
 
799
838
  VirtualRouterRef.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "arn"))
839
+ VirtualRouterRef.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdAt"))
840
+ VirtualRouterRef.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "lastUpdatedAt"))
800
841
  VirtualRouterRef.add_member(:mesh_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "meshName"))
842
+ VirtualRouterRef.add_member(:mesh_owner, Shapes::ShapeRef.new(shape: AccountId, required: true, location_name: "meshOwner"))
843
+ VirtualRouterRef.add_member(:resource_owner, Shapes::ShapeRef.new(shape: AccountId, required: true, location_name: "resourceOwner"))
844
+ VirtualRouterRef.add_member(:version, Shapes::ShapeRef.new(shape: Long, required: true, location_name: "version"))
801
845
  VirtualRouterRef.add_member(:virtual_router_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "virtualRouterName"))
802
846
  VirtualRouterRef.struct_class = Types::VirtualRouterRef
803
847
 
@@ -828,7 +872,12 @@ module Aws::AppMesh
828
872
  VirtualServiceProvider.struct_class = Types::VirtualServiceProvider
829
873
 
830
874
  VirtualServiceRef.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "arn"))
875
+ VirtualServiceRef.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdAt"))
876
+ VirtualServiceRef.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "lastUpdatedAt"))
831
877
  VirtualServiceRef.add_member(:mesh_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "meshName"))
878
+ VirtualServiceRef.add_member(:mesh_owner, Shapes::ShapeRef.new(shape: AccountId, required: true, location_name: "meshOwner"))
879
+ VirtualServiceRef.add_member(:resource_owner, Shapes::ShapeRef.new(shape: AccountId, required: true, location_name: "resourceOwner"))
880
+ VirtualServiceRef.add_member(:version, Shapes::ShapeRef.new(shape: Long, required: true, location_name: "version"))
832
881
  VirtualServiceRef.add_member(:virtual_service_name, Shapes::ShapeRef.new(shape: ServiceName, required: true, location_name: "virtualServiceName"))
833
882
  VirtualServiceRef.struct_class = Types::VirtualServiceRef
834
883
 
@@ -1012,6 +1061,7 @@ module Aws::AppMesh
1012
1061
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1013
1062
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1014
1063
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1064
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
1015
1065
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1016
1066
  o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1017
1067
  end)
@@ -6,6 +6,38 @@
6
6
  # WARNING ABOUT GENERATED CODE
7
7
 
8
8
  module Aws::AppMesh
9
+
10
+ # When AppMesh returns an error response, the Ruby SDK constructs and raises an error.
11
+ # These errors all extend Aws::AppMesh::Errors::ServiceError < {Aws::Errors::ServiceError}
12
+ #
13
+ # You can rescue all AppMesh errors using ServiceError:
14
+ #
15
+ # begin
16
+ # # do stuff
17
+ # rescue Aws::AppMesh::Errors::ServiceError
18
+ # # rescues all AppMesh API errors
19
+ # end
20
+ #
21
+ #
22
+ # ## Request Context
23
+ # ServiceError objects have a {Aws::Errors::ServiceError#context #context} method that returns
24
+ # information about the request that generated the error.
25
+ # See {Seahorse::Client::RequestContext} for more information.
26
+ #
27
+ # ## Error Classes
28
+ # * {ResourceInUseException}
29
+ # * {BadRequestException}
30
+ # * {ConflictException}
31
+ # * {InternalServerErrorException}
32
+ # * {ForbiddenException}
33
+ # * {NotFoundException}
34
+ # * {ServiceUnavailableException}
35
+ # * {LimitExceededException}
36
+ # * {TooManyRequestsException}
37
+ # * {TooManyTagsException}
38
+ #
39
+ # Additionally, error classes are dynamically generated for service errors based on the error code
40
+ # if they are not defined above.
9
41
  module Errors
10
42
 
11
43
  extend Aws::Errors::DynamicErrors
@@ -23,7 +55,6 @@ module Aws::AppMesh
23
55
  def message
24
56
  @message || @data[:message]
25
57
  end
26
-
27
58
  end
28
59
 
29
60
  class BadRequestException < ServiceError
@@ -39,7 +70,6 @@ module Aws::AppMesh
39
70
  def message
40
71
  @message || @data[:message]
41
72
  end
42
-
43
73
  end
44
74
 
45
75
  class ConflictException < ServiceError
@@ -55,7 +85,6 @@ module Aws::AppMesh
55
85
  def message
56
86
  @message || @data[:message]
57
87
  end
58
-
59
88
  end
60
89
 
61
90
  class InternalServerErrorException < ServiceError
@@ -71,7 +100,6 @@ module Aws::AppMesh
71
100
  def message
72
101
  @message || @data[:message]
73
102
  end
74
-
75
103
  end
76
104
 
77
105
  class ForbiddenException < ServiceError
@@ -87,7 +115,6 @@ module Aws::AppMesh
87
115
  def message
88
116
  @message || @data[:message]
89
117
  end
90
-
91
118
  end
92
119
 
93
120
  class NotFoundException < ServiceError
@@ -103,7 +130,6 @@ module Aws::AppMesh
103
130
  def message
104
131
  @message || @data[:message]
105
132
  end
106
-
107
133
  end
108
134
 
109
135
  class ServiceUnavailableException < ServiceError
@@ -119,7 +145,6 @@ module Aws::AppMesh
119
145
  def message
120
146
  @message || @data[:message]
121
147
  end
122
-
123
148
  end
124
149
 
125
150
  class LimitExceededException < ServiceError
@@ -135,7 +160,6 @@ module Aws::AppMesh
135
160
  def message
136
161
  @message || @data[:message]
137
162
  end
138
-
139
163
  end
140
164
 
141
165
  class TooManyRequestsException < ServiceError
@@ -151,7 +175,6 @@ module Aws::AppMesh
151
175
  def message
152
176
  @message || @data[:message]
153
177
  end
154
-
155
178
  end
156
179
 
157
180
  class TooManyTagsException < ServiceError
@@ -167,7 +190,6 @@ module Aws::AppMesh
167
190
  def message
168
191
  @message || @data[:message]
169
192
  end
170
-
171
193
  end
172
194
 
173
195
  end
@@ -6,6 +6,7 @@
6
6
  # WARNING ABOUT GENERATED CODE
7
7
 
8
8
  module Aws::AppMesh
9
+
9
10
  class Resource
10
11
 
11
12
  # @param options ({})
@@ -171,6 +171,28 @@ module Aws::AppMesh
171
171
  # updated.
172
172
  # @return [Time]
173
173
  #
174
+ # @!attribute [rw] mesh_owner
175
+ # The AWS IAM account ID of the service mesh owner. If the account ID
176
+ # is not your own, then it's the ID of the account that shared the
177
+ # mesh with your account. For more information about mesh sharing, see
178
+ # [Working with Shared Meshes][1].
179
+ #
180
+ #
181
+ #
182
+ # [1]: https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html
183
+ # @return [String]
184
+ #
185
+ # @!attribute [rw] resource_owner
186
+ # The AWS IAM account ID of the resource owner. If the account ID is
187
+ # not your own, then it's the ID of the mesh owner or of another
188
+ # account that the mesh is shared with. For more information about
189
+ # mesh sharing, see [Working with Shared Meshes][1].
190
+ #
191
+ #
192
+ #
193
+ # [1]: https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html
194
+ # @return [String]
195
+ #
174
196
  # @!attribute [rw] uid
175
197
  # The unique identifier for the resource.
176
198
  # @return [String]
@@ -186,6 +208,8 @@ module Aws::AppMesh
186
208
  :arn,
187
209
  :created_at,
188
210
  :last_updated_at,
211
+ :mesh_owner,
212
+ :resource_owner,
189
213
  :uid,
190
214
  :version)
191
215
  include Aws::Structure
@@ -478,6 +502,7 @@ module Aws::AppMesh
478
502
  #
479
503
  # {
480
504
  # mesh_name: "ResourceName", # required
505
+ # mesh_owner: "AccountId",
481
506
  # route_name: "ResourceName", # required
482
507
  # virtual_router_name: "ResourceName", # required
483
508
  # }
@@ -486,6 +511,17 @@ module Aws::AppMesh
486
511
  # The name of the service mesh to delete the route in.
487
512
  # @return [String]
488
513
  #
514
+ # @!attribute [rw] mesh_owner
515
+ # The AWS IAM account ID of the service mesh owner. If the account ID
516
+ # is not your own, then it's the ID of the account that shared the
517
+ # mesh with your account. For more information about mesh sharing, see
518
+ # [Working with Shared Meshes][1].
519
+ #
520
+ #
521
+ #
522
+ # [1]: https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html
523
+ # @return [String]
524
+ #
489
525
  # @!attribute [rw] route_name
490
526
  # The name of the route to delete.
491
527
  # @return [String]
@@ -498,6 +534,7 @@ module Aws::AppMesh
498
534
  #
499
535
  class DeleteRouteInput < Struct.new(
500
536
  :mesh_name,
537
+ :mesh_owner,
501
538
  :route_name,
502
539
  :virtual_router_name)
503
540
  include Aws::Structure
@@ -699,6 +736,7 @@ module Aws::AppMesh
699
736
  # {
700
737
  # client_token: "String",
701
738
  # mesh_name: "ResourceName", # required
739
+ # mesh_owner: "AccountId",
702
740
  # spec: { # required
703
741
  # listeners: [
704
742
  # {
@@ -731,6 +769,18 @@ module Aws::AppMesh
731
769
  # The name of the service mesh to create the virtual router in.
732
770
  # @return [String]
733
771
  #
772
+ # @!attribute [rw] mesh_owner
773
+ # The AWS IAM account ID of the service mesh owner. If the account ID
774
+ # is not your own, then the account that you specify must share the
775
+ # mesh with your account before you can create the resource in the
776
+ # service mesh. For more information about mesh sharing, see [Working
777
+ # with Shared Meshes][1].
778
+ #
779
+ #
780
+ #
781
+ # [1]: https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html
782
+ # @return [String]
783
+ #
734
784
  # @!attribute [rw] spec
735
785
  # The virtual router specification to apply.
736
786
  # @return [Types::VirtualRouterSpec]
@@ -752,6 +802,7 @@ module Aws::AppMesh
752
802
  class CreateVirtualRouterInput < Struct.new(
753
803
  :client_token,
754
804
  :mesh_name,
805
+ :mesh_owner,
755
806
  :spec,
756
807
  :tags,
757
808
  :virtual_router_name)
@@ -1152,14 +1203,45 @@ module Aws::AppMesh
1152
1203
  # The full Amazon Resource Name (ARN) for the route.
1153
1204
  # @return [String]
1154
1205
  #
1206
+ # @!attribute [rw] created_at
1207
+ # @return [Time]
1208
+ #
1209
+ # @!attribute [rw] last_updated_at
1210
+ # @return [Time]
1211
+ #
1155
1212
  # @!attribute [rw] mesh_name
1156
1213
  # The name of the service mesh that the route resides in.
1157
1214
  # @return [String]
1158
1215
  #
1216
+ # @!attribute [rw] mesh_owner
1217
+ # The AWS IAM account ID of the service mesh owner. If the account ID
1218
+ # is not your own, then it's the ID of the account that shared the
1219
+ # mesh with your account. For more information about mesh sharing, see
1220
+ # [Working with Shared Meshes][1].
1221
+ #
1222
+ #
1223
+ #
1224
+ # [1]: https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html
1225
+ # @return [String]
1226
+ #
1227
+ # @!attribute [rw] resource_owner
1228
+ # The AWS IAM account ID of the resource owner. If the account ID is
1229
+ # not your own, then it's the ID of the mesh owner or of another
1230
+ # account that the mesh is shared with. For more information about
1231
+ # mesh sharing, see [Working with Shared Meshes][1].
1232
+ #
1233
+ #
1234
+ #
1235
+ # [1]: https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html
1236
+ # @return [String]
1237
+ #
1159
1238
  # @!attribute [rw] route_name
1160
1239
  # The name of the route.
1161
1240
  # @return [String]
1162
1241
  #
1242
+ # @!attribute [rw] version
1243
+ # @return [Integer]
1244
+ #
1163
1245
  # @!attribute [rw] virtual_router_name
1164
1246
  # The virtual router that the route is associated with.
1165
1247
  # @return [String]
@@ -1168,8 +1250,13 @@ module Aws::AppMesh
1168
1250
  #
1169
1251
  class RouteRef < Struct.new(
1170
1252
  :arn,
1253
+ :created_at,
1254
+ :last_updated_at,
1171
1255
  :mesh_name,
1256
+ :mesh_owner,
1257
+ :resource_owner,
1172
1258
  :route_name,
1259
+ :version,
1173
1260
  :virtual_router_name)
1174
1261
  include Aws::Structure
1175
1262
  end
@@ -1179,6 +1266,7 @@ module Aws::AppMesh
1179
1266
  #
1180
1267
  # {
1181
1268
  # mesh_name: "ResourceName", # required
1269
+ # mesh_owner: "AccountId",
1182
1270
  # virtual_node_name: "ResourceName", # required
1183
1271
  # }
1184
1272
  #
@@ -1186,6 +1274,17 @@ module Aws::AppMesh
1186
1274
  # The name of the service mesh to delete the virtual node in.
1187
1275
  # @return [String]
1188
1276
  #
1277
+ # @!attribute [rw] mesh_owner
1278
+ # The AWS IAM account ID of the service mesh owner. If the account ID
1279
+ # is not your own, then it's the ID of the account that shared the
1280
+ # mesh with your account. For more information about mesh sharing, see
1281
+ # [Working with Shared Meshes][1].
1282
+ #
1283
+ #
1284
+ #
1285
+ # [1]: https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html
1286
+ # @return [String]
1287
+ #
1189
1288
  # @!attribute [rw] virtual_node_name
1190
1289
  # The name of the virtual node to delete.
1191
1290
  # @return [String]
@@ -1194,6 +1293,7 @@ module Aws::AppMesh
1194
1293
  #
1195
1294
  class DeleteVirtualNodeInput < Struct.new(
1196
1295
  :mesh_name,
1296
+ :mesh_owner,
1197
1297
  :virtual_node_name)
1198
1298
  include Aws::Structure
1199
1299
  end
@@ -1525,6 +1625,7 @@ module Aws::AppMesh
1525
1625
  # {
1526
1626
  # client_token: "String",
1527
1627
  # mesh_name: "ResourceName", # required
1628
+ # mesh_owner: "AccountId",
1528
1629
  # spec: { # required
1529
1630
  # backend_defaults: {
1530
1631
  # client_policy: {
@@ -1641,6 +1742,18 @@ module Aws::AppMesh
1641
1742
  # The name of the service mesh to create the virtual node in.
1642
1743
  # @return [String]
1643
1744
  #
1745
+ # @!attribute [rw] mesh_owner
1746
+ # The AWS IAM account ID of the service mesh owner. If the account ID
1747
+ # is not your own, then the account that you specify must share the
1748
+ # mesh with your account before you can create the resource in the
1749
+ # service mesh. For more information about mesh sharing, see [Working
1750
+ # with Shared Meshes][1].
1751
+ #
1752
+ #
1753
+ #
1754
+ # [1]: https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html
1755
+ # @return [String]
1756
+ #
1644
1757
  # @!attribute [rw] spec
1645
1758
  # The virtual node specification to apply.
1646
1759
  # @return [Types::VirtualNodeSpec]
@@ -1662,6 +1775,7 @@ module Aws::AppMesh
1662
1775
  class CreateVirtualNodeInput < Struct.new(
1663
1776
  :client_token,
1664
1777
  :mesh_name,
1778
+ :mesh_owner,
1665
1779
  :spec,
1666
1780
  :tags,
1667
1781
  :virtual_node_name)
@@ -1920,6 +2034,7 @@ module Aws::AppMesh
1920
2034
  #
1921
2035
  # {
1922
2036
  # mesh_name: "ResourceName", # required
2037
+ # mesh_owner: "AccountId",
1923
2038
  # virtual_service_name: "ServiceName", # required
1924
2039
  # }
1925
2040
  #
@@ -1927,6 +2042,17 @@ module Aws::AppMesh
1927
2042
  # The name of the service mesh to delete the virtual service in.
1928
2043
  # @return [String]
1929
2044
  #
2045
+ # @!attribute [rw] mesh_owner
2046
+ # The AWS IAM account ID of the service mesh owner. If the account ID
2047
+ # is not your own, then it's the ID of the account that shared the
2048
+ # mesh with your account. For more information about mesh sharing, see
2049
+ # [Working with Shared Meshes][1].
2050
+ #
2051
+ #
2052
+ #
2053
+ # [1]: https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html
2054
+ # @return [String]
2055
+ #
1930
2056
  # @!attribute [rw] virtual_service_name
1931
2057
  # The name of the virtual service to delete.
1932
2058
  # @return [String]
@@ -1935,6 +2061,7 @@ module Aws::AppMesh
1935
2061
  #
1936
2062
  class DeleteVirtualServiceInput < Struct.new(
1937
2063
  :mesh_name,
2064
+ :mesh_owner,
1938
2065
  :virtual_service_name)
1939
2066
  include Aws::Structure
1940
2067
  end
@@ -1996,6 +2123,7 @@ module Aws::AppMesh
1996
2123
  # {
1997
2124
  # client_token: "String",
1998
2125
  # mesh_name: "ResourceName", # required
2126
+ # mesh_owner: "AccountId",
1999
2127
  # spec: { # required
2000
2128
  # backend_defaults: {
2001
2129
  # client_policy: {
@@ -2106,6 +2234,17 @@ module Aws::AppMesh
2106
2234
  # The name of the service mesh that the virtual node resides in.
2107
2235
  # @return [String]
2108
2236
  #
2237
+ # @!attribute [rw] mesh_owner
2238
+ # The AWS IAM account ID of the service mesh owner. If the account ID
2239
+ # is not your own, then it's the ID of the account that shared the
2240
+ # mesh with your account. For more information about mesh sharing, see
2241
+ # [Working with Shared Meshes][1].
2242
+ #
2243
+ #
2244
+ #
2245
+ # [1]: https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html
2246
+ # @return [String]
2247
+ #
2109
2248
  # @!attribute [rw] spec
2110
2249
  # The new virtual node specification to apply. This overwrites the
2111
2250
  # existing data.
@@ -2120,6 +2259,7 @@ module Aws::AppMesh
2120
2259
  class UpdateVirtualNodeInput < Struct.new(
2121
2260
  :client_token,
2122
2261
  :mesh_name,
2262
+ :mesh_owner,
2123
2263
  :spec,
2124
2264
  :virtual_node_name)
2125
2265
  include Aws::Structure
@@ -2192,6 +2332,7 @@ module Aws::AppMesh
2192
2332
  # {
2193
2333
  # client_token: "String",
2194
2334
  # mesh_name: "ResourceName", # required
2335
+ # mesh_owner: "AccountId",
2195
2336
  # spec: { # required
2196
2337
  # provider: {
2197
2338
  # virtual_node: {
@@ -2224,6 +2365,18 @@ module Aws::AppMesh
2224
2365
  # The name of the service mesh to create the virtual service in.
2225
2366
  # @return [String]
2226
2367
  #
2368
+ # @!attribute [rw] mesh_owner
2369
+ # The AWS IAM account ID of the service mesh owner. If the account ID
2370
+ # is not your own, then the account that you specify must share the
2371
+ # mesh with your account before you can create the resource in the
2372
+ # service mesh. For more information about mesh sharing, see [Working
2373
+ # with Shared Meshes][1].
2374
+ #
2375
+ #
2376
+ #
2377
+ # [1]: https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html
2378
+ # @return [String]
2379
+ #
2227
2380
  # @!attribute [rw] spec
2228
2381
  # The virtual service specification to apply.
2229
2382
  # @return [Types::VirtualServiceSpec]
@@ -2245,6 +2398,7 @@ module Aws::AppMesh
2245
2398
  class CreateVirtualServiceInput < Struct.new(
2246
2399
  :client_token,
2247
2400
  :mesh_name,
2401
+ :mesh_owner,
2248
2402
  :spec,
2249
2403
  :tags,
2250
2404
  :virtual_service_name)
@@ -2257,6 +2411,7 @@ module Aws::AppMesh
2257
2411
  # {
2258
2412
  # client_token: "String",
2259
2413
  # mesh_name: "ResourceName", # required
2414
+ # mesh_owner: "AccountId",
2260
2415
  # spec: { # required
2261
2416
  # listeners: [
2262
2417
  # {
@@ -2283,6 +2438,17 @@ module Aws::AppMesh
2283
2438
  # The name of the service mesh that the virtual router resides in.
2284
2439
  # @return [String]
2285
2440
  #
2441
+ # @!attribute [rw] mesh_owner
2442
+ # The AWS IAM account ID of the service mesh owner. If the account ID
2443
+ # is not your own, then it's the ID of the account that shared the
2444
+ # mesh with your account. For more information about mesh sharing, see
2445
+ # [Working with Shared Meshes][1].
2446
+ #
2447
+ #
2448
+ #
2449
+ # [1]: https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html
2450
+ # @return [String]
2451
+ #
2286
2452
  # @!attribute [rw] spec
2287
2453
  # The new virtual router specification to apply. This overwrites the
2288
2454
  # existing data.
@@ -2297,6 +2463,7 @@ module Aws::AppMesh
2297
2463
  class UpdateVirtualRouterInput < Struct.new(
2298
2464
  :client_token,
2299
2465
  :mesh_name,
2466
+ :mesh_owner,
2300
2467
  :spec,
2301
2468
  :virtual_router_name)
2302
2469
  include Aws::Structure
@@ -2372,6 +2539,7 @@ module Aws::AppMesh
2372
2539
  #
2373
2540
  # {
2374
2541
  # mesh_name: "ResourceName", # required
2542
+ # mesh_owner: "AccountId",
2375
2543
  # virtual_router_name: "ResourceName", # required
2376
2544
  # }
2377
2545
  #
@@ -2379,6 +2547,17 @@ module Aws::AppMesh
2379
2547
  # The name of the service mesh to delete the virtual router in.
2380
2548
  # @return [String]
2381
2549
  #
2550
+ # @!attribute [rw] mesh_owner
2551
+ # The AWS IAM account ID of the service mesh owner. If the account ID
2552
+ # is not your own, then it's the ID of the account that shared the
2553
+ # mesh with your account. For more information about mesh sharing, see
2554
+ # [Working with Shared Meshes][1].
2555
+ #
2556
+ #
2557
+ #
2558
+ # [1]: https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html
2559
+ # @return [String]
2560
+ #
2382
2561
  # @!attribute [rw] virtual_router_name
2383
2562
  # The name of the virtual router to delete.
2384
2563
  # @return [String]
@@ -2387,6 +2566,7 @@ module Aws::AppMesh
2387
2566
  #
2388
2567
  class DeleteVirtualRouterInput < Struct.new(
2389
2568
  :mesh_name,
2569
+ :mesh_owner,
2390
2570
  :virtual_router_name)
2391
2571
  include Aws::Structure
2392
2572
  end
@@ -2396,6 +2576,7 @@ module Aws::AppMesh
2396
2576
  #
2397
2577
  # {
2398
2578
  # mesh_name: "ResourceName", # required
2579
+ # mesh_owner: "AccountId",
2399
2580
  # route_name: "ResourceName", # required
2400
2581
  # virtual_router_name: "ResourceName", # required
2401
2582
  # }
@@ -2404,6 +2585,17 @@ module Aws::AppMesh
2404
2585
  # The name of the service mesh that the route resides in.
2405
2586
  # @return [String]
2406
2587
  #
2588
+ # @!attribute [rw] mesh_owner
2589
+ # The AWS IAM account ID of the service mesh owner. If the account ID
2590
+ # is not your own, then it's the ID of the account that shared the
2591
+ # mesh with your account. For more information about mesh sharing, see
2592
+ # [Working with Shared Meshes][1].
2593
+ #
2594
+ #
2595
+ #
2596
+ # [1]: https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html
2597
+ # @return [String]
2598
+ #
2407
2599
  # @!attribute [rw] route_name
2408
2600
  # The name of the route to describe.
2409
2601
  # @return [String]
@@ -2416,6 +2608,7 @@ module Aws::AppMesh
2416
2608
  #
2417
2609
  class DescribeRouteInput < Struct.new(
2418
2610
  :mesh_name,
2611
+ :mesh_owner,
2419
2612
  :route_name,
2420
2613
  :virtual_router_name)
2421
2614
  include Aws::Structure
@@ -2438,6 +2631,7 @@ module Aws::AppMesh
2438
2631
  # {
2439
2632
  # client_token: "String",
2440
2633
  # mesh_name: "ResourceName", # required
2634
+ # mesh_owner: "AccountId",
2441
2635
  # spec: { # required
2442
2636
  # provider: {
2443
2637
  # virtual_node: {
@@ -2464,6 +2658,17 @@ module Aws::AppMesh
2464
2658
  # The name of the service mesh that the virtual service resides in.
2465
2659
  # @return [String]
2466
2660
  #
2661
+ # @!attribute [rw] mesh_owner
2662
+ # The AWS IAM account ID of the service mesh owner. If the account ID
2663
+ # is not your own, then it's the ID of the account that shared the
2664
+ # mesh with your account. For more information about mesh sharing, see
2665
+ # [Working with Shared Meshes][1].
2666
+ #
2667
+ #
2668
+ #
2669
+ # [1]: https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html
2670
+ # @return [String]
2671
+ #
2467
2672
  # @!attribute [rw] spec
2468
2673
  # The new virtual service specification to apply. This overwrites the
2469
2674
  # existing data.
@@ -2478,6 +2683,7 @@ module Aws::AppMesh
2478
2683
  class UpdateVirtualServiceInput < Struct.new(
2479
2684
  :client_token,
2480
2685
  :mesh_name,
2686
+ :mesh_owner,
2481
2687
  :spec,
2482
2688
  :virtual_service_name)
2483
2689
  include Aws::Structure
@@ -2526,6 +2732,7 @@ module Aws::AppMesh
2526
2732
  # {
2527
2733
  # limit: 1,
2528
2734
  # mesh_name: "ResourceName", # required
2735
+ # mesh_owner: "AccountId",
2529
2736
  # next_token: "String",
2530
2737
  # virtual_router_name: "ResourceName", # required
2531
2738
  # }
@@ -2545,6 +2752,17 @@ module Aws::AppMesh
2545
2752
  # The name of the service mesh to list routes in.
2546
2753
  # @return [String]
2547
2754
  #
2755
+ # @!attribute [rw] mesh_owner
2756
+ # The AWS IAM account ID of the service mesh owner. If the account ID
2757
+ # is not your own, then it's the ID of the account that shared the
2758
+ # mesh with your account. For more information about mesh sharing, see
2759
+ # [Working with Shared Meshes][1].
2760
+ #
2761
+ #
2762
+ #
2763
+ # [1]: https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html
2764
+ # @return [String]
2765
+ #
2548
2766
  # @!attribute [rw] next_token
2549
2767
  # The `nextToken` value returned from a previous paginated
2550
2768
  # `ListRoutes` request where `limit` was used and the results exceeded
@@ -2561,6 +2779,7 @@ module Aws::AppMesh
2561
2779
  class ListRoutesInput < Struct.new(
2562
2780
  :limit,
2563
2781
  :mesh_name,
2782
+ :mesh_owner,
2564
2783
  :next_token,
2565
2784
  :virtual_router_name)
2566
2785
  include Aws::Structure
@@ -2573,10 +2792,41 @@ module Aws::AppMesh
2573
2792
  # The full Amazon Resource Name (ARN) for the virtual service.
2574
2793
  # @return [String]
2575
2794
  #
2795
+ # @!attribute [rw] created_at
2796
+ # @return [Time]
2797
+ #
2798
+ # @!attribute [rw] last_updated_at
2799
+ # @return [Time]
2800
+ #
2576
2801
  # @!attribute [rw] mesh_name
2577
2802
  # The name of the service mesh that the virtual service resides in.
2578
2803
  # @return [String]
2579
2804
  #
2805
+ # @!attribute [rw] mesh_owner
2806
+ # The AWS IAM account ID of the service mesh owner. If the account ID
2807
+ # is not your own, then it's the ID of the account that shared the
2808
+ # mesh with your account. For more information about mesh sharing, see
2809
+ # [Working with Shared Meshes][1].
2810
+ #
2811
+ #
2812
+ #
2813
+ # [1]: https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html
2814
+ # @return [String]
2815
+ #
2816
+ # @!attribute [rw] resource_owner
2817
+ # The AWS IAM account ID of the resource owner. If the account ID is
2818
+ # not your own, then it's the ID of the mesh owner or of another
2819
+ # account that the mesh is shared with. For more information about
2820
+ # mesh sharing, see [Working with Shared Meshes][1].
2821
+ #
2822
+ #
2823
+ #
2824
+ # [1]: https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html
2825
+ # @return [String]
2826
+ #
2827
+ # @!attribute [rw] version
2828
+ # @return [Integer]
2829
+ #
2580
2830
  # @!attribute [rw] virtual_service_name
2581
2831
  # The name of the virtual service.
2582
2832
  # @return [String]
@@ -2585,7 +2835,12 @@ module Aws::AppMesh
2585
2835
  #
2586
2836
  class VirtualServiceRef < Struct.new(
2587
2837
  :arn,
2838
+ :created_at,
2839
+ :last_updated_at,
2588
2840
  :mesh_name,
2841
+ :mesh_owner,
2842
+ :resource_owner,
2843
+ :version,
2589
2844
  :virtual_service_name)
2590
2845
  include Aws::Structure
2591
2846
  end
@@ -2610,10 +2865,41 @@ module Aws::AppMesh
2610
2865
  # The full Amazon Resource Name (ARN) for the virtual router.
2611
2866
  # @return [String]
2612
2867
  #
2868
+ # @!attribute [rw] created_at
2869
+ # @return [Time]
2870
+ #
2871
+ # @!attribute [rw] last_updated_at
2872
+ # @return [Time]
2873
+ #
2613
2874
  # @!attribute [rw] mesh_name
2614
2875
  # The name of the service mesh that the virtual router resides in.
2615
2876
  # @return [String]
2616
2877
  #
2878
+ # @!attribute [rw] mesh_owner
2879
+ # The AWS IAM account ID of the service mesh owner. If the account ID
2880
+ # is not your own, then it's the ID of the account that shared the
2881
+ # mesh with your account. For more information about mesh sharing, see
2882
+ # [Working with Shared Meshes][1].
2883
+ #
2884
+ #
2885
+ #
2886
+ # [1]: https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html
2887
+ # @return [String]
2888
+ #
2889
+ # @!attribute [rw] resource_owner
2890
+ # The AWS IAM account ID of the resource owner. If the account ID is
2891
+ # not your own, then it's the ID of the mesh owner or of another
2892
+ # account that the mesh is shared with. For more information about
2893
+ # mesh sharing, see [Working with Shared Meshes][1].
2894
+ #
2895
+ #
2896
+ #
2897
+ # [1]: https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html
2898
+ # @return [String]
2899
+ #
2900
+ # @!attribute [rw] version
2901
+ # @return [Integer]
2902
+ #
2617
2903
  # @!attribute [rw] virtual_router_name
2618
2904
  # The name of the virtual router.
2619
2905
  # @return [String]
@@ -2622,7 +2908,12 @@ module Aws::AppMesh
2622
2908
  #
2623
2909
  class VirtualRouterRef < Struct.new(
2624
2910
  :arn,
2911
+ :created_at,
2912
+ :last_updated_at,
2625
2913
  :mesh_name,
2914
+ :mesh_owner,
2915
+ :resource_owner,
2916
+ :version,
2626
2917
  :virtual_router_name)
2627
2918
  include Aws::Structure
2628
2919
  end
@@ -2710,10 +3001,41 @@ module Aws::AppMesh
2710
3001
  # The full Amazon Resource Name (ARN) for the virtual node.
2711
3002
  # @return [String]
2712
3003
  #
3004
+ # @!attribute [rw] created_at
3005
+ # @return [Time]
3006
+ #
3007
+ # @!attribute [rw] last_updated_at
3008
+ # @return [Time]
3009
+ #
2713
3010
  # @!attribute [rw] mesh_name
2714
3011
  # The name of the service mesh that the virtual node resides in.
2715
3012
  # @return [String]
2716
3013
  #
3014
+ # @!attribute [rw] mesh_owner
3015
+ # The AWS IAM account ID of the service mesh owner. If the account ID
3016
+ # is not your own, then it's the ID of the account that shared the
3017
+ # mesh with your account. For more information about mesh sharing, see
3018
+ # [Working with Shared Meshes][1].
3019
+ #
3020
+ #
3021
+ #
3022
+ # [1]: https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html
3023
+ # @return [String]
3024
+ #
3025
+ # @!attribute [rw] resource_owner
3026
+ # The AWS IAM account ID of the resource owner. If the account ID is
3027
+ # not your own, then it's the ID of the mesh owner or of another
3028
+ # account that the mesh is shared with. For more information about
3029
+ # mesh sharing, see [Working with Shared Meshes][1].
3030
+ #
3031
+ #
3032
+ #
3033
+ # [1]: https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html
3034
+ # @return [String]
3035
+ #
3036
+ # @!attribute [rw] version
3037
+ # @return [Integer]
3038
+ #
2717
3039
  # @!attribute [rw] virtual_node_name
2718
3040
  # The name of the virtual node.
2719
3041
  # @return [String]
@@ -2722,7 +3044,12 @@ module Aws::AppMesh
2722
3044
  #
2723
3045
  class VirtualNodeRef < Struct.new(
2724
3046
  :arn,
3047
+ :created_at,
3048
+ :last_updated_at,
2725
3049
  :mesh_name,
3050
+ :mesh_owner,
3051
+ :resource_owner,
3052
+ :version,
2726
3053
  :virtual_node_name)
2727
3054
  include Aws::Structure
2728
3055
  end
@@ -2812,7 +3139,7 @@ module Aws::AppMesh
2812
3139
  #
2813
3140
  #
2814
3141
  #
2815
- # [1]: https://docs.aws.amazon.com/app-mesh/latest/userguide/service_limits.html
3142
+ # [1]: https://docs.aws.amazon.com/app-mesh/latest/userguide/service-quotas.html
2816
3143
  #
2817
3144
  # @!attribute [rw] message
2818
3145
  # @return [String]
@@ -2890,6 +3217,7 @@ module Aws::AppMesh
2890
3217
  #
2891
3218
  # {
2892
3219
  # mesh_name: "ResourceName", # required
3220
+ # mesh_owner: "AccountId",
2893
3221
  # virtual_service_name: "ServiceName", # required
2894
3222
  # }
2895
3223
  #
@@ -2897,6 +3225,17 @@ module Aws::AppMesh
2897
3225
  # The name of the service mesh that the virtual service resides in.
2898
3226
  # @return [String]
2899
3227
  #
3228
+ # @!attribute [rw] mesh_owner
3229
+ # The AWS IAM account ID of the service mesh owner. If the account ID
3230
+ # is not your own, then it's the ID of the account that shared the
3231
+ # mesh with your account. For more information about mesh sharing, see
3232
+ # [Working with Shared Meshes][1].
3233
+ #
3234
+ #
3235
+ #
3236
+ # [1]: https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html
3237
+ # @return [String]
3238
+ #
2900
3239
  # @!attribute [rw] virtual_service_name
2901
3240
  # The name of the virtual service to describe.
2902
3241
  # @return [String]
@@ -2905,6 +3244,7 @@ module Aws::AppMesh
2905
3244
  #
2906
3245
  class DescribeVirtualServiceInput < Struct.new(
2907
3246
  :mesh_name,
3247
+ :mesh_owner,
2908
3248
  :virtual_service_name)
2909
3249
  include Aws::Structure
2910
3250
  end
@@ -3030,6 +3370,7 @@ module Aws::AppMesh
3030
3370
  # {
3031
3371
  # limit: 1,
3032
3372
  # mesh_name: "ResourceName", # required
3373
+ # mesh_owner: "AccountId",
3033
3374
  # next_token: "String",
3034
3375
  # }
3035
3376
  #
@@ -3048,6 +3389,17 @@ module Aws::AppMesh
3048
3389
  # The name of the service mesh to list virtual routers in.
3049
3390
  # @return [String]
3050
3391
  #
3392
+ # @!attribute [rw] mesh_owner
3393
+ # The AWS IAM account ID of the service mesh owner. If the account ID
3394
+ # is not your own, then it's the ID of the account that shared the
3395
+ # mesh with your account. For more information about mesh sharing, see
3396
+ # [Working with Shared Meshes][1].
3397
+ #
3398
+ #
3399
+ #
3400
+ # [1]: https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html
3401
+ # @return [String]
3402
+ #
3051
3403
  # @!attribute [rw] next_token
3052
3404
  # The `nextToken` value returned from a previous paginated
3053
3405
  # `ListVirtualRouters` request where `limit` was used and the results
@@ -3060,6 +3412,7 @@ module Aws::AppMesh
3060
3412
  class ListVirtualRoutersInput < Struct.new(
3061
3413
  :limit,
3062
3414
  :mesh_name,
3415
+ :mesh_owner,
3063
3416
  :next_token)
3064
3417
  include Aws::Structure
3065
3418
  end
@@ -3070,6 +3423,7 @@ module Aws::AppMesh
3070
3423
  # {
3071
3424
  # limit: 1,
3072
3425
  # mesh_name: "ResourceName", # required
3426
+ # mesh_owner: "AccountId",
3073
3427
  # next_token: "String",
3074
3428
  # }
3075
3429
  #
@@ -3088,6 +3442,17 @@ module Aws::AppMesh
3088
3442
  # The name of the service mesh to list virtual services in.
3089
3443
  # @return [String]
3090
3444
  #
3445
+ # @!attribute [rw] mesh_owner
3446
+ # The AWS IAM account ID of the service mesh owner. If the account ID
3447
+ # is not your own, then it's the ID of the account that shared the
3448
+ # mesh with your account. For more information about mesh sharing, see
3449
+ # [Working with Shared Meshes][1].
3450
+ #
3451
+ #
3452
+ #
3453
+ # [1]: https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html
3454
+ # @return [String]
3455
+ #
3091
3456
  # @!attribute [rw] next_token
3092
3457
  # The `nextToken` value returned from a previous paginated
3093
3458
  # `ListVirtualServices` request where `limit` was used and the results
@@ -3100,6 +3465,7 @@ module Aws::AppMesh
3100
3465
  class ListVirtualServicesInput < Struct.new(
3101
3466
  :limit,
3102
3467
  :mesh_name,
3468
+ :mesh_owner,
3103
3469
  :next_token)
3104
3470
  include Aws::Structure
3105
3471
  end
@@ -3133,6 +3499,7 @@ module Aws::AppMesh
3133
3499
  # {
3134
3500
  # limit: 1,
3135
3501
  # mesh_name: "ResourceName", # required
3502
+ # mesh_owner: "AccountId",
3136
3503
  # next_token: "String",
3137
3504
  # }
3138
3505
  #
@@ -3151,6 +3518,17 @@ module Aws::AppMesh
3151
3518
  # The name of the service mesh to list virtual nodes in.
3152
3519
  # @return [String]
3153
3520
  #
3521
+ # @!attribute [rw] mesh_owner
3522
+ # The AWS IAM account ID of the service mesh owner. If the account ID
3523
+ # is not your own, then it's the ID of the account that shared the
3524
+ # mesh with your account. For more information about mesh sharing, see
3525
+ # [Working with Shared Meshes][1].
3526
+ #
3527
+ #
3528
+ #
3529
+ # [1]: https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html
3530
+ # @return [String]
3531
+ #
3154
3532
  # @!attribute [rw] next_token
3155
3533
  # The `nextToken` value returned from a previous paginated
3156
3534
  # `ListVirtualNodes` request where `limit` was used and the results
@@ -3163,6 +3541,7 @@ module Aws::AppMesh
3163
3541
  class ListVirtualNodesInput < Struct.new(
3164
3542
  :limit,
3165
3543
  :mesh_name,
3544
+ :mesh_owner,
3166
3545
  :next_token)
3167
3546
  include Aws::Structure
3168
3547
  end
@@ -3316,15 +3695,51 @@ module Aws::AppMesh
3316
3695
  # The full Amazon Resource Name (ARN) of the service mesh.
3317
3696
  # @return [String]
3318
3697
  #
3698
+ # @!attribute [rw] created_at
3699
+ # @return [Time]
3700
+ #
3701
+ # @!attribute [rw] last_updated_at
3702
+ # @return [Time]
3703
+ #
3319
3704
  # @!attribute [rw] mesh_name
3320
3705
  # The name of the service mesh.
3321
3706
  # @return [String]
3322
3707
  #
3708
+ # @!attribute [rw] mesh_owner
3709
+ # The AWS IAM account ID of the service mesh owner. If the account ID
3710
+ # is not your own, then it's the ID of the account that shared the
3711
+ # mesh with your account. For more information about mesh sharing, see
3712
+ # [Working with Shared Meshes][1].
3713
+ #
3714
+ #
3715
+ #
3716
+ # [1]: https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html
3717
+ # @return [String]
3718
+ #
3719
+ # @!attribute [rw] resource_owner
3720
+ # The AWS IAM account ID of the resource owner. If the account ID is
3721
+ # not your own, then it's the ID of the mesh owner or of another
3722
+ # account that the mesh is shared with. For more information about
3723
+ # mesh sharing, see [Working with Shared Meshes][1].
3724
+ #
3725
+ #
3726
+ #
3727
+ # [1]: https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html
3728
+ # @return [String]
3729
+ #
3730
+ # @!attribute [rw] version
3731
+ # @return [Integer]
3732
+ #
3323
3733
  # @see http://docs.aws.amazon.com/goto/WebAPI/appmesh-2019-01-25/MeshRef AWS API Documentation
3324
3734
  #
3325
3735
  class MeshRef < Struct.new(
3326
3736
  :arn,
3327
- :mesh_name)
3737
+ :created_at,
3738
+ :last_updated_at,
3739
+ :mesh_name,
3740
+ :mesh_owner,
3741
+ :resource_owner,
3742
+ :version)
3328
3743
  include Aws::Structure
3329
3744
  end
3330
3745
 
@@ -3401,6 +3816,7 @@ module Aws::AppMesh
3401
3816
  #
3402
3817
  # {
3403
3818
  # mesh_name: "ResourceName", # required
3819
+ # mesh_owner: "AccountId",
3404
3820
  # virtual_node_name: "ResourceName", # required
3405
3821
  # }
3406
3822
  #
@@ -3408,6 +3824,17 @@ module Aws::AppMesh
3408
3824
  # The name of the service mesh that the virtual node resides in.
3409
3825
  # @return [String]
3410
3826
  #
3827
+ # @!attribute [rw] mesh_owner
3828
+ # The AWS IAM account ID of the service mesh owner. If the account ID
3829
+ # is not your own, then it's the ID of the account that shared the
3830
+ # mesh with your account. For more information about mesh sharing, see
3831
+ # [Working with Shared Meshes][1].
3832
+ #
3833
+ #
3834
+ #
3835
+ # [1]: https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html
3836
+ # @return [String]
3837
+ #
3411
3838
  # @!attribute [rw] virtual_node_name
3412
3839
  # The name of the virtual node to describe.
3413
3840
  # @return [String]
@@ -3416,6 +3843,7 @@ module Aws::AppMesh
3416
3843
  #
3417
3844
  class DescribeVirtualNodeInput < Struct.new(
3418
3845
  :mesh_name,
3846
+ :mesh_owner,
3419
3847
  :virtual_node_name)
3420
3848
  include Aws::Structure
3421
3849
  end
@@ -3584,7 +4012,7 @@ module Aws::AppMesh
3584
4012
  # @return [Boolean]
3585
4013
  #
3586
4014
  # @!attribute [rw] ports
3587
- # The range of ports that the policy is enforced for.
4015
+ # One or more ports that the policy is enforced for.
3588
4016
  # @return [Array<Integer>]
3589
4017
  #
3590
4018
  # @!attribute [rw] validation
@@ -3668,11 +4096,12 @@ module Aws::AppMesh
3668
4096
 
3669
4097
  # An object that represents a local file certificate. The certificate
3670
4098
  # must meet specific requirements and you must have proxy authorization
3671
- # enabled. For more information, see [TLS Encryption][1].
4099
+ # enabled. For more information, see [Transport Layer Security
4100
+ # (TLS)][1].
3672
4101
  #
3673
4102
  #
3674
4103
  #
3675
- # [1]: https://docs.aws.amazon.com//app-mesh/latest/userguide/virtual-node-tls.html#virtual-node-tls-prerequisites
4104
+ # [1]: https://docs.aws.amazon.com/app-mesh/latest/userguide/tls.html#virtual-node-tls-prerequisites
3676
4105
  #
3677
4106
  # @note When making an API call, you may pass ListenerTlsFileCertificate
3678
4107
  # data as a hash:
@@ -3756,6 +4185,7 @@ module Aws::AppMesh
3756
4185
  #
3757
4186
  # {
3758
4187
  # mesh_name: "ResourceName", # required
4188
+ # mesh_owner: "AccountId",
3759
4189
  # virtual_router_name: "ResourceName", # required
3760
4190
  # }
3761
4191
  #
@@ -3763,6 +4193,17 @@ module Aws::AppMesh
3763
4193
  # The name of the service mesh that the virtual router resides in.
3764
4194
  # @return [String]
3765
4195
  #
4196
+ # @!attribute [rw] mesh_owner
4197
+ # The AWS IAM account ID of the service mesh owner. If the account ID
4198
+ # is not your own, then it's the ID of the account that shared the
4199
+ # mesh with your account. For more information about mesh sharing, see
4200
+ # [Working with Shared Meshes][1].
4201
+ #
4202
+ #
4203
+ #
4204
+ # [1]: https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html
4205
+ # @return [String]
4206
+ #
3766
4207
  # @!attribute [rw] virtual_router_name
3767
4208
  # The name of the virtual router to describe.
3768
4209
  # @return [String]
@@ -3771,6 +4212,7 @@ module Aws::AppMesh
3771
4212
  #
3772
4213
  class DescribeVirtualRouterInput < Struct.new(
3773
4214
  :mesh_name,
4215
+ :mesh_owner,
3774
4216
  :virtual_router_name)
3775
4217
  include Aws::Structure
3776
4218
  end
@@ -3864,6 +4306,7 @@ module Aws::AppMesh
3864
4306
  # {
3865
4307
  # client_token: "String",
3866
4308
  # mesh_name: "ResourceName", # required
4309
+ # mesh_owner: "AccountId",
3867
4310
  # route_name: "ResourceName", # required
3868
4311
  # spec: { # required
3869
4312
  # grpc_route: {
@@ -4020,6 +4463,18 @@ module Aws::AppMesh
4020
4463
  # The name of the service mesh to create the route in.
4021
4464
  # @return [String]
4022
4465
  #
4466
+ # @!attribute [rw] mesh_owner
4467
+ # The AWS IAM account ID of the service mesh owner. If the account ID
4468
+ # is not your own, then the account that you specify must share the
4469
+ # mesh with your account before you can create the resource in the
4470
+ # service mesh. For more information about mesh sharing, see [Working
4471
+ # with Shared Meshes][1].
4472
+ #
4473
+ #
4474
+ #
4475
+ # [1]: https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html
4476
+ # @return [String]
4477
+ #
4023
4478
  # @!attribute [rw] route_name
4024
4479
  # The name to use for the route.
4025
4480
  # @return [String]
@@ -4037,7 +4492,9 @@ module Aws::AppMesh
4037
4492
  # @return [Array<Types::TagRef>]
4038
4493
  #
4039
4494
  # @!attribute [rw] virtual_router_name
4040
- # The name of the virtual router in which to create the route.
4495
+ # The name of the virtual router in which to create the route. If the
4496
+ # virtual router is in a shared mesh, then you must be the owner of
4497
+ # the virtual router resource.
4041
4498
  # @return [String]
4042
4499
  #
4043
4500
  # @see http://docs.aws.amazon.com/goto/WebAPI/appmesh-2019-01-25/CreateRouteInput AWS API Documentation
@@ -4045,6 +4502,7 @@ module Aws::AppMesh
4045
4502
  class CreateRouteInput < Struct.new(
4046
4503
  :client_token,
4047
4504
  :mesh_name,
4505
+ :mesh_owner,
4048
4506
  :route_name,
4049
4507
  :spec,
4050
4508
  :tags,
@@ -4058,6 +4516,7 @@ module Aws::AppMesh
4058
4516
  # {
4059
4517
  # client_token: "String",
4060
4518
  # mesh_name: "ResourceName", # required
4519
+ # mesh_owner: "AccountId",
4061
4520
  # route_name: "ResourceName", # required
4062
4521
  # spec: { # required
4063
4522
  # grpc_route: {
@@ -4208,6 +4667,17 @@ module Aws::AppMesh
4208
4667
  # The name of the service mesh that the route resides in.
4209
4668
  # @return [String]
4210
4669
  #
4670
+ # @!attribute [rw] mesh_owner
4671
+ # The AWS IAM account ID of the service mesh owner. If the account ID
4672
+ # is not your own, then it's the ID of the account that shared the
4673
+ # mesh with your account. For more information about mesh sharing, see
4674
+ # [Working with Shared Meshes][1].
4675
+ #
4676
+ #
4677
+ #
4678
+ # [1]: https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html
4679
+ # @return [String]
4680
+ #
4211
4681
  # @!attribute [rw] route_name
4212
4682
  # The name of the route to update.
4213
4683
  # @return [String]
@@ -4226,6 +4696,7 @@ module Aws::AppMesh
4226
4696
  class UpdateRouteInput < Struct.new(
4227
4697
  :client_token,
4228
4698
  :mesh_name,
4699
+ :mesh_owner,
4229
4700
  :route_name,
4230
4701
  :spec,
4231
4702
  :virtual_router_name)
@@ -4306,16 +4777,29 @@ module Aws::AppMesh
4306
4777
  #
4307
4778
  # {
4308
4779
  # mesh_name: "ResourceName", # required
4780
+ # mesh_owner: "AccountId",
4309
4781
  # }
4310
4782
  #
4311
4783
  # @!attribute [rw] mesh_name
4312
4784
  # The name of the service mesh to describe.
4313
4785
  # @return [String]
4314
4786
  #
4787
+ # @!attribute [rw] mesh_owner
4788
+ # The AWS IAM account ID of the service mesh owner. If the account ID
4789
+ # is not your own, then it's the ID of the account that shared the
4790
+ # mesh with your account. For more information about mesh sharing, see
4791
+ # [Working with Shared Meshes][1].
4792
+ #
4793
+ #
4794
+ #
4795
+ # [1]: https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html
4796
+ # @return [String]
4797
+ #
4315
4798
  # @see http://docs.aws.amazon.com/goto/WebAPI/appmesh-2019-01-25/DescribeMeshInput AWS API Documentation
4316
4799
  #
4317
4800
  class DescribeMeshInput < Struct.new(
4318
- :mesh_name)
4801
+ :mesh_name,
4802
+ :mesh_owner)
4319
4803
  include Aws::Structure
4320
4804
  end
4321
4805
 
@@ -4455,12 +4939,12 @@ module Aws::AppMesh
4455
4939
  # @!attribute [rw] certificate_arn
4456
4940
  # The Amazon Resource Name (ARN) for the certificate. The certificate
4457
4941
  # must meet specific requirements and you must have proxy
4458
- # authorization enabled. For more information, see [TLS
4459
- # Encryption][1].
4942
+ # authorization enabled. For more information, see [Transport Layer
4943
+ # Security (TLS)][1].
4460
4944
  #
4461
4945
  #
4462
4946
  #
4463
- # [1]: https://docs.aws.amazon.com//app-mesh/latest/userguide/virtual-node-tls.html#virtual-node-tls-prerequisites
4947
+ # [1]: https://docs.aws.amazon.com/app-mesh/latest/userguide/tls.html#virtual-node-tls-prerequisites
4464
4948
  # @return [String]
4465
4949
  #
4466
4950
  # @see http://docs.aws.amazon.com/goto/WebAPI/appmesh-2019-01-25/ListenerTlsAcmCertificate AWS API Documentation