aws-sdk-appmesh 1.25.1 → 1.26.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.
- checksums.yaml +4 -4
 - data/lib/aws-sdk-appmesh.rb +3 -1
 - data/lib/aws-sdk-appmesh/client.rb +284 -22
 - data/lib/aws-sdk-appmesh/client_api.rb +27 -0
 - data/lib/aws-sdk-appmesh/errors.rb +2 -0
 - data/lib/aws-sdk-appmesh/resource.rb +2 -0
 - data/lib/aws-sdk-appmesh/types.rb +515 -36
 - metadata +2 -2
 
    
        checksums.yaml
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            ---
         
     | 
| 
       2 
2 
     | 
    
         
             
            SHA256:
         
     | 
| 
       3 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       4 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 3 
     | 
    
         
            +
              metadata.gz: d577be94870bf48c4d00f6d70e3f277122f14cee4ac95e6d52c059a81f801979
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: 83f47e035832dad05d2ff0b363549dddfa08f0b3281587dc400fcb946c9a438e
         
     | 
| 
       5 
5 
     | 
    
         
             
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: 6cf2980c797233498e42f9c48d6553a61d8c59fe9759d4cf390604c589d8887177cb68d40bf03bf44753cc72f08b4c717b7aed67f3c318e7d4310d7b2d6aa78e
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: c3c127b911d41df6df44f22809cf845d7bcc2ac24a0f95dc6ec9a48b26ce1ce768ebda91fe649393b23e7b3aca0d987b35f1a5efca901e1a5bd5a6963f6050d0
         
     | 
    
        data/lib/aws-sdk-appmesh.rb
    CHANGED
    
    | 
         @@ -1,3 +1,5 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            # frozen_string_literal: true
         
     | 
| 
      
 2 
     | 
    
         
            +
             
     | 
| 
       1 
3 
     | 
    
         
             
            # WARNING ABOUT GENERATED CODE
         
     | 
| 
       2 
4 
     | 
    
         
             
            #
         
     | 
| 
       3 
5 
     | 
    
         
             
            # This file is generated. See the contributing guide for more information:
         
     | 
| 
         @@ -45,6 +47,6 @@ require_relative 'aws-sdk-appmesh/customizations' 
     | 
|
| 
       45 
47 
     | 
    
         
             
            # @service
         
     | 
| 
       46 
48 
     | 
    
         
             
            module Aws::AppMesh
         
     | 
| 
       47 
49 
     | 
    
         | 
| 
       48 
     | 
    
         
            -
              GEM_VERSION = '1. 
     | 
| 
      
 50 
     | 
    
         
            +
              GEM_VERSION = '1.26.0'
         
     | 
| 
       49 
51 
     | 
    
         | 
| 
       50 
52 
     | 
    
         
             
            end
         
     | 
| 
         @@ -1,3 +1,5 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            # frozen_string_literal: true
         
     | 
| 
      
 2 
     | 
    
         
            +
             
     | 
| 
       1 
3 
     | 
    
         
             
            # WARNING ABOUT GENERATED CODE
         
     | 
| 
       2 
4 
     | 
    
         
             
            #
         
     | 
| 
       3 
5 
     | 
    
         
             
            # This file is generated. See the contributing guide for more information:
         
     | 
| 
         @@ -416,7 +418,7 @@ module Aws::AppMesh 
     | 
|
| 
       416 
418 
     | 
    
         
             
                #   not your own, then the account that you specify must share the mesh
         
     | 
| 
       417 
419 
     | 
    
         
             
                #   with your account before you can create the resource in the service
         
     | 
| 
       418 
420 
     | 
    
         
             
                #   mesh. For more information about mesh sharing, see [Working with
         
     | 
| 
       419 
     | 
    
         
            -
                #    
     | 
| 
      
 421 
     | 
    
         
            +
                #   shared meshes][1].
         
     | 
| 
       420 
422 
     | 
    
         
             
                #
         
     | 
| 
       421 
423 
     | 
    
         
             
                #
         
     | 
| 
       422 
424 
     | 
    
         
             
                #
         
     | 
| 
         @@ -491,6 +493,16 @@ module Aws::AppMesh 
     | 
|
| 
       491 
493 
     | 
    
         
             
                #           },
         
     | 
| 
       492 
494 
     | 
    
         
             
                #           tcp_retry_events: ["connection-error"], # accepts connection-error
         
     | 
| 
       493 
495 
     | 
    
         
             
                #         },
         
     | 
| 
      
 496 
     | 
    
         
            +
                #         timeout: {
         
     | 
| 
      
 497 
     | 
    
         
            +
                #           idle: {
         
     | 
| 
      
 498 
     | 
    
         
            +
                #             unit: "ms", # accepts ms, s
         
     | 
| 
      
 499 
     | 
    
         
            +
                #             value: 1,
         
     | 
| 
      
 500 
     | 
    
         
            +
                #           },
         
     | 
| 
      
 501 
     | 
    
         
            +
                #           per_request: {
         
     | 
| 
      
 502 
     | 
    
         
            +
                #             unit: "ms", # accepts ms, s
         
     | 
| 
      
 503 
     | 
    
         
            +
                #             value: 1,
         
     | 
| 
      
 504 
     | 
    
         
            +
                #           },
         
     | 
| 
      
 505 
     | 
    
         
            +
                #         },
         
     | 
| 
       494 
506 
     | 
    
         
             
                #       },
         
     | 
| 
       495 
507 
     | 
    
         
             
                #       http2_route: {
         
     | 
| 
       496 
508 
     | 
    
         
             
                #         action: { # required
         
     | 
| 
         @@ -531,6 +543,16 @@ module Aws::AppMesh 
     | 
|
| 
       531 
543 
     | 
    
         
             
                #           },
         
     | 
| 
       532 
544 
     | 
    
         
             
                #           tcp_retry_events: ["connection-error"], # accepts connection-error
         
     | 
| 
       533 
545 
     | 
    
         
             
                #         },
         
     | 
| 
      
 546 
     | 
    
         
            +
                #         timeout: {
         
     | 
| 
      
 547 
     | 
    
         
            +
                #           idle: {
         
     | 
| 
      
 548 
     | 
    
         
            +
                #             unit: "ms", # accepts ms, s
         
     | 
| 
      
 549 
     | 
    
         
            +
                #             value: 1,
         
     | 
| 
      
 550 
     | 
    
         
            +
                #           },
         
     | 
| 
      
 551 
     | 
    
         
            +
                #           per_request: {
         
     | 
| 
      
 552 
     | 
    
         
            +
                #             unit: "ms", # accepts ms, s
         
     | 
| 
      
 553 
     | 
    
         
            +
                #             value: 1,
         
     | 
| 
      
 554 
     | 
    
         
            +
                #           },
         
     | 
| 
      
 555 
     | 
    
         
            +
                #         },
         
     | 
| 
       534 
556 
     | 
    
         
             
                #       },
         
     | 
| 
       535 
557 
     | 
    
         
             
                #       http_route: {
         
     | 
| 
       536 
558 
     | 
    
         
             
                #         action: { # required
         
     | 
| 
         @@ -571,6 +593,16 @@ module Aws::AppMesh 
     | 
|
| 
       571 
593 
     | 
    
         
             
                #           },
         
     | 
| 
       572 
594 
     | 
    
         
             
                #           tcp_retry_events: ["connection-error"], # accepts connection-error
         
     | 
| 
       573 
595 
     | 
    
         
             
                #         },
         
     | 
| 
      
 596 
     | 
    
         
            +
                #         timeout: {
         
     | 
| 
      
 597 
     | 
    
         
            +
                #           idle: {
         
     | 
| 
      
 598 
     | 
    
         
            +
                #             unit: "ms", # accepts ms, s
         
     | 
| 
      
 599 
     | 
    
         
            +
                #             value: 1,
         
     | 
| 
      
 600 
     | 
    
         
            +
                #           },
         
     | 
| 
      
 601 
     | 
    
         
            +
                #           per_request: {
         
     | 
| 
      
 602 
     | 
    
         
            +
                #             unit: "ms", # accepts ms, s
         
     | 
| 
      
 603 
     | 
    
         
            +
                #             value: 1,
         
     | 
| 
      
 604 
     | 
    
         
            +
                #           },
         
     | 
| 
      
 605 
     | 
    
         
            +
                #         },
         
     | 
| 
       574 
606 
     | 
    
         
             
                #       },
         
     | 
| 
       575 
607 
     | 
    
         
             
                #       priority: 1,
         
     | 
| 
       576 
608 
     | 
    
         
             
                #       tcp_route: {
         
     | 
| 
         @@ -582,6 +614,12 @@ module Aws::AppMesh 
     | 
|
| 
       582 
614 
     | 
    
         
             
                #             },
         
     | 
| 
       583 
615 
     | 
    
         
             
                #           ],
         
     | 
| 
       584 
616 
     | 
    
         
             
                #         },
         
     | 
| 
      
 617 
     | 
    
         
            +
                #         timeout: {
         
     | 
| 
      
 618 
     | 
    
         
            +
                #           idle: {
         
     | 
| 
      
 619 
     | 
    
         
            +
                #             unit: "ms", # accepts ms, s
         
     | 
| 
      
 620 
     | 
    
         
            +
                #             value: 1,
         
     | 
| 
      
 621 
     | 
    
         
            +
                #           },
         
     | 
| 
      
 622 
     | 
    
         
            +
                #         },
         
     | 
| 
       585 
623 
     | 
    
         
             
                #       },
         
     | 
| 
       586 
624 
     | 
    
         
             
                #     },
         
     | 
| 
       587 
625 
     | 
    
         
             
                #     tags: [
         
     | 
| 
         @@ -627,6 +665,10 @@ module Aws::AppMesh 
     | 
|
| 
       627 
665 
     | 
    
         
             
                #   resp.route.spec.grpc_route.retry_policy.per_retry_timeout.value #=> Integer
         
     | 
| 
       628 
666 
     | 
    
         
             
                #   resp.route.spec.grpc_route.retry_policy.tcp_retry_events #=> Array
         
     | 
| 
       629 
667 
     | 
    
         
             
                #   resp.route.spec.grpc_route.retry_policy.tcp_retry_events[0] #=> String, one of "connection-error"
         
     | 
| 
      
 668 
     | 
    
         
            +
                #   resp.route.spec.grpc_route.timeout.idle.unit #=> String, one of "ms", "s"
         
     | 
| 
      
 669 
     | 
    
         
            +
                #   resp.route.spec.grpc_route.timeout.idle.value #=> Integer
         
     | 
| 
      
 670 
     | 
    
         
            +
                #   resp.route.spec.grpc_route.timeout.per_request.unit #=> String, one of "ms", "s"
         
     | 
| 
      
 671 
     | 
    
         
            +
                #   resp.route.spec.grpc_route.timeout.per_request.value #=> Integer
         
     | 
| 
       630 
672 
     | 
    
         
             
                #   resp.route.spec.http2_route.action.weighted_targets #=> Array
         
     | 
| 
       631 
673 
     | 
    
         
             
                #   resp.route.spec.http2_route.action.weighted_targets[0].virtual_node #=> String
         
     | 
| 
       632 
674 
     | 
    
         
             
                #   resp.route.spec.http2_route.action.weighted_targets[0].weight #=> Integer
         
     | 
| 
         @@ -649,6 +691,10 @@ module Aws::AppMesh 
     | 
|
| 
       649 
691 
     | 
    
         
             
                #   resp.route.spec.http2_route.retry_policy.per_retry_timeout.value #=> Integer
         
     | 
| 
       650 
692 
     | 
    
         
             
                #   resp.route.spec.http2_route.retry_policy.tcp_retry_events #=> Array
         
     | 
| 
       651 
693 
     | 
    
         
             
                #   resp.route.spec.http2_route.retry_policy.tcp_retry_events[0] #=> String, one of "connection-error"
         
     | 
| 
      
 694 
     | 
    
         
            +
                #   resp.route.spec.http2_route.timeout.idle.unit #=> String, one of "ms", "s"
         
     | 
| 
      
 695 
     | 
    
         
            +
                #   resp.route.spec.http2_route.timeout.idle.value #=> Integer
         
     | 
| 
      
 696 
     | 
    
         
            +
                #   resp.route.spec.http2_route.timeout.per_request.unit #=> String, one of "ms", "s"
         
     | 
| 
      
 697 
     | 
    
         
            +
                #   resp.route.spec.http2_route.timeout.per_request.value #=> Integer
         
     | 
| 
       652 
698 
     | 
    
         
             
                #   resp.route.spec.http_route.action.weighted_targets #=> Array
         
     | 
| 
       653 
699 
     | 
    
         
             
                #   resp.route.spec.http_route.action.weighted_targets[0].virtual_node #=> String
         
     | 
| 
       654 
700 
     | 
    
         
             
                #   resp.route.spec.http_route.action.weighted_targets[0].weight #=> Integer
         
     | 
| 
         @@ -671,10 +717,16 @@ module Aws::AppMesh 
     | 
|
| 
       671 
717 
     | 
    
         
             
                #   resp.route.spec.http_route.retry_policy.per_retry_timeout.value #=> Integer
         
     | 
| 
       672 
718 
     | 
    
         
             
                #   resp.route.spec.http_route.retry_policy.tcp_retry_events #=> Array
         
     | 
| 
       673 
719 
     | 
    
         
             
                #   resp.route.spec.http_route.retry_policy.tcp_retry_events[0] #=> String, one of "connection-error"
         
     | 
| 
      
 720 
     | 
    
         
            +
                #   resp.route.spec.http_route.timeout.idle.unit #=> String, one of "ms", "s"
         
     | 
| 
      
 721 
     | 
    
         
            +
                #   resp.route.spec.http_route.timeout.idle.value #=> Integer
         
     | 
| 
      
 722 
     | 
    
         
            +
                #   resp.route.spec.http_route.timeout.per_request.unit #=> String, one of "ms", "s"
         
     | 
| 
      
 723 
     | 
    
         
            +
                #   resp.route.spec.http_route.timeout.per_request.value #=> Integer
         
     | 
| 
       674 
724 
     | 
    
         
             
                #   resp.route.spec.priority #=> Integer
         
     | 
| 
       675 
725 
     | 
    
         
             
                #   resp.route.spec.tcp_route.action.weighted_targets #=> Array
         
     | 
| 
       676 
726 
     | 
    
         
             
                #   resp.route.spec.tcp_route.action.weighted_targets[0].virtual_node #=> String
         
     | 
| 
       677 
727 
     | 
    
         
             
                #   resp.route.spec.tcp_route.action.weighted_targets[0].weight #=> Integer
         
     | 
| 
      
 728 
     | 
    
         
            +
                #   resp.route.spec.tcp_route.timeout.idle.unit #=> String, one of "ms", "s"
         
     | 
| 
      
 729 
     | 
    
         
            +
                #   resp.route.spec.tcp_route.timeout.idle.value #=> Integer
         
     | 
| 
       678 
730 
     | 
    
         
             
                #   resp.route.status.status #=> String, one of "ACTIVE", "DELETED", "INACTIVE"
         
     | 
| 
       679 
731 
     | 
    
         
             
                #   resp.route.virtual_router_name #=> String
         
     | 
| 
       680 
732 
     | 
    
         
             
                #
         
     | 
| 
         @@ -738,7 +790,7 @@ module Aws::AppMesh 
     | 
|
| 
       738 
790 
     | 
    
         
             
                #   not your own, then the account that you specify must share the mesh
         
     | 
| 
       739 
791 
     | 
    
         
             
                #   with your account before you can create the resource in the service
         
     | 
| 
       740 
792 
     | 
    
         
             
                #   mesh. For more information about mesh sharing, see [Working with
         
     | 
| 
       741 
     | 
    
         
            -
                #    
     | 
| 
      
 793 
     | 
    
         
            +
                #   shared meshes][1].
         
     | 
| 
       742 
794 
     | 
    
         
             
                #
         
     | 
| 
       743 
795 
     | 
    
         
             
                #
         
     | 
| 
       744 
796 
     | 
    
         
             
                #
         
     | 
| 
         @@ -824,6 +876,44 @@ module Aws::AppMesh 
     | 
|
| 
       824 
876 
     | 
    
         
             
                #             port: 1, # required
         
     | 
| 
       825 
877 
     | 
    
         
             
                #             protocol: "grpc", # required, accepts grpc, http, http2, tcp
         
     | 
| 
       826 
878 
     | 
    
         
             
                #           },
         
     | 
| 
      
 879 
     | 
    
         
            +
                #           timeout: {
         
     | 
| 
      
 880 
     | 
    
         
            +
                #             grpc: {
         
     | 
| 
      
 881 
     | 
    
         
            +
                #               idle: {
         
     | 
| 
      
 882 
     | 
    
         
            +
                #                 unit: "ms", # accepts ms, s
         
     | 
| 
      
 883 
     | 
    
         
            +
                #                 value: 1,
         
     | 
| 
      
 884 
     | 
    
         
            +
                #               },
         
     | 
| 
      
 885 
     | 
    
         
            +
                #               per_request: {
         
     | 
| 
      
 886 
     | 
    
         
            +
                #                 unit: "ms", # accepts ms, s
         
     | 
| 
      
 887 
     | 
    
         
            +
                #                 value: 1,
         
     | 
| 
      
 888 
     | 
    
         
            +
                #               },
         
     | 
| 
      
 889 
     | 
    
         
            +
                #             },
         
     | 
| 
      
 890 
     | 
    
         
            +
                #             http: {
         
     | 
| 
      
 891 
     | 
    
         
            +
                #               idle: {
         
     | 
| 
      
 892 
     | 
    
         
            +
                #                 unit: "ms", # accepts ms, s
         
     | 
| 
      
 893 
     | 
    
         
            +
                #                 value: 1,
         
     | 
| 
      
 894 
     | 
    
         
            +
                #               },
         
     | 
| 
      
 895 
     | 
    
         
            +
                #               per_request: {
         
     | 
| 
      
 896 
     | 
    
         
            +
                #                 unit: "ms", # accepts ms, s
         
     | 
| 
      
 897 
     | 
    
         
            +
                #                 value: 1,
         
     | 
| 
      
 898 
     | 
    
         
            +
                #               },
         
     | 
| 
      
 899 
     | 
    
         
            +
                #             },
         
     | 
| 
      
 900 
     | 
    
         
            +
                #             http2: {
         
     | 
| 
      
 901 
     | 
    
         
            +
                #               idle: {
         
     | 
| 
      
 902 
     | 
    
         
            +
                #                 unit: "ms", # accepts ms, s
         
     | 
| 
      
 903 
     | 
    
         
            +
                #                 value: 1,
         
     | 
| 
      
 904 
     | 
    
         
            +
                #               },
         
     | 
| 
      
 905 
     | 
    
         
            +
                #               per_request: {
         
     | 
| 
      
 906 
     | 
    
         
            +
                #                 unit: "ms", # accepts ms, s
         
     | 
| 
      
 907 
     | 
    
         
            +
                #                 value: 1,
         
     | 
| 
      
 908 
     | 
    
         
            +
                #               },
         
     | 
| 
      
 909 
     | 
    
         
            +
                #             },
         
     | 
| 
      
 910 
     | 
    
         
            +
                #             tcp: {
         
     | 
| 
      
 911 
     | 
    
         
            +
                #               idle: {
         
     | 
| 
      
 912 
     | 
    
         
            +
                #                 unit: "ms", # accepts ms, s
         
     | 
| 
      
 913 
     | 
    
         
            +
                #                 value: 1,
         
     | 
| 
      
 914 
     | 
    
         
            +
                #               },
         
     | 
| 
      
 915 
     | 
    
         
            +
                #             },
         
     | 
| 
      
 916 
     | 
    
         
            +
                #           },
         
     | 
| 
       827 
917 
     | 
    
         
             
                #           tls: {
         
     | 
| 
       828 
918 
     | 
    
         
             
                #             certificate: { # required
         
     | 
| 
       829 
919 
     | 
    
         
             
                #               acm: {
         
     | 
| 
         @@ -904,6 +994,20 @@ module Aws::AppMesh 
     | 
|
| 
       904 
994 
     | 
    
         
             
                #   resp.virtual_node.spec.listeners[0].health_check.unhealthy_threshold #=> Integer
         
     | 
| 
       905 
995 
     | 
    
         
             
                #   resp.virtual_node.spec.listeners[0].port_mapping.port #=> Integer
         
     | 
| 
       906 
996 
     | 
    
         
             
                #   resp.virtual_node.spec.listeners[0].port_mapping.protocol #=> String, one of "grpc", "http", "http2", "tcp"
         
     | 
| 
      
 997 
     | 
    
         
            +
                #   resp.virtual_node.spec.listeners[0].timeout.grpc.idle.unit #=> String, one of "ms", "s"
         
     | 
| 
      
 998 
     | 
    
         
            +
                #   resp.virtual_node.spec.listeners[0].timeout.grpc.idle.value #=> Integer
         
     | 
| 
      
 999 
     | 
    
         
            +
                #   resp.virtual_node.spec.listeners[0].timeout.grpc.per_request.unit #=> String, one of "ms", "s"
         
     | 
| 
      
 1000 
     | 
    
         
            +
                #   resp.virtual_node.spec.listeners[0].timeout.grpc.per_request.value #=> Integer
         
     | 
| 
      
 1001 
     | 
    
         
            +
                #   resp.virtual_node.spec.listeners[0].timeout.http.idle.unit #=> String, one of "ms", "s"
         
     | 
| 
      
 1002 
     | 
    
         
            +
                #   resp.virtual_node.spec.listeners[0].timeout.http.idle.value #=> Integer
         
     | 
| 
      
 1003 
     | 
    
         
            +
                #   resp.virtual_node.spec.listeners[0].timeout.http.per_request.unit #=> String, one of "ms", "s"
         
     | 
| 
      
 1004 
     | 
    
         
            +
                #   resp.virtual_node.spec.listeners[0].timeout.http.per_request.value #=> Integer
         
     | 
| 
      
 1005 
     | 
    
         
            +
                #   resp.virtual_node.spec.listeners[0].timeout.http2.idle.unit #=> String, one of "ms", "s"
         
     | 
| 
      
 1006 
     | 
    
         
            +
                #   resp.virtual_node.spec.listeners[0].timeout.http2.idle.value #=> Integer
         
     | 
| 
      
 1007 
     | 
    
         
            +
                #   resp.virtual_node.spec.listeners[0].timeout.http2.per_request.unit #=> String, one of "ms", "s"
         
     | 
| 
      
 1008 
     | 
    
         
            +
                #   resp.virtual_node.spec.listeners[0].timeout.http2.per_request.value #=> Integer
         
     | 
| 
      
 1009 
     | 
    
         
            +
                #   resp.virtual_node.spec.listeners[0].timeout.tcp.idle.unit #=> String, one of "ms", "s"
         
     | 
| 
      
 1010 
     | 
    
         
            +
                #   resp.virtual_node.spec.listeners[0].timeout.tcp.idle.value #=> Integer
         
     | 
| 
       907 
1011 
     | 
    
         
             
                #   resp.virtual_node.spec.listeners[0].tls.certificate.acm.certificate_arn #=> String
         
     | 
| 
       908 
1012 
     | 
    
         
             
                #   resp.virtual_node.spec.listeners[0].tls.certificate.file.certificate_chain #=> String
         
     | 
| 
       909 
1013 
     | 
    
         
             
                #   resp.virtual_node.spec.listeners[0].tls.certificate.file.private_key #=> String
         
     | 
| 
         @@ -958,7 +1062,7 @@ module Aws::AppMesh 
     | 
|
| 
       958 
1062 
     | 
    
         
             
                #   not your own, then the account that you specify must share the mesh
         
     | 
| 
       959 
1063 
     | 
    
         
             
                #   with your account before you can create the resource in the service
         
     | 
| 
       960 
1064 
     | 
    
         
             
                #   mesh. For more information about mesh sharing, see [Working with
         
     | 
| 
       961 
     | 
    
         
            -
                #    
     | 
| 
      
 1065 
     | 
    
         
            +
                #   shared meshes][1].
         
     | 
| 
       962 
1066 
     | 
    
         
             
                #
         
     | 
| 
       963 
1067 
     | 
    
         
             
                #
         
     | 
| 
       964 
1068 
     | 
    
         
             
                #
         
     | 
| 
         @@ -1063,7 +1167,7 @@ module Aws::AppMesh 
     | 
|
| 
       1063 
1167 
     | 
    
         
             
                #   not your own, then the account that you specify must share the mesh
         
     | 
| 
       1064 
1168 
     | 
    
         
             
                #   with your account before you can create the resource in the service
         
     | 
| 
       1065 
1169 
     | 
    
         
             
                #   mesh. For more information about mesh sharing, see [Working with
         
     | 
| 
       1066 
     | 
    
         
            -
                #    
     | 
| 
      
 1170 
     | 
    
         
            +
                #   shared meshes][1].
         
     | 
| 
       1067 
1171 
     | 
    
         
             
                #
         
     | 
| 
       1068 
1172 
     | 
    
         
             
                #
         
     | 
| 
       1069 
1173 
     | 
    
         
             
                #
         
     | 
| 
         @@ -1185,7 +1289,7 @@ module Aws::AppMesh 
     | 
|
| 
       1185 
1289 
     | 
    
         
             
                #   The AWS IAM account ID of the service mesh owner. If the account ID is
         
     | 
| 
       1186 
1290 
     | 
    
         
             
                #   not your own, then it's the ID of the account that shared the mesh
         
     | 
| 
       1187 
1291 
     | 
    
         
             
                #   with your account. For more information about mesh sharing, see
         
     | 
| 
       1188 
     | 
    
         
            -
                #   [Working with  
     | 
| 
      
 1292 
     | 
    
         
            +
                #   [Working with shared meshes][1].
         
     | 
| 
       1189 
1293 
     | 
    
         
             
                #
         
     | 
| 
       1190 
1294 
     | 
    
         
             
                #
         
     | 
| 
       1191 
1295 
     | 
    
         
             
                #
         
     | 
| 
         @@ -1244,6 +1348,10 @@ module Aws::AppMesh 
     | 
|
| 
       1244 
1348 
     | 
    
         
             
                #   resp.route.spec.grpc_route.retry_policy.per_retry_timeout.value #=> Integer
         
     | 
| 
       1245 
1349 
     | 
    
         
             
                #   resp.route.spec.grpc_route.retry_policy.tcp_retry_events #=> Array
         
     | 
| 
       1246 
1350 
     | 
    
         
             
                #   resp.route.spec.grpc_route.retry_policy.tcp_retry_events[0] #=> String, one of "connection-error"
         
     | 
| 
      
 1351 
     | 
    
         
            +
                #   resp.route.spec.grpc_route.timeout.idle.unit #=> String, one of "ms", "s"
         
     | 
| 
      
 1352 
     | 
    
         
            +
                #   resp.route.spec.grpc_route.timeout.idle.value #=> Integer
         
     | 
| 
      
 1353 
     | 
    
         
            +
                #   resp.route.spec.grpc_route.timeout.per_request.unit #=> String, one of "ms", "s"
         
     | 
| 
      
 1354 
     | 
    
         
            +
                #   resp.route.spec.grpc_route.timeout.per_request.value #=> Integer
         
     | 
| 
       1247 
1355 
     | 
    
         
             
                #   resp.route.spec.http2_route.action.weighted_targets #=> Array
         
     | 
| 
       1248 
1356 
     | 
    
         
             
                #   resp.route.spec.http2_route.action.weighted_targets[0].virtual_node #=> String
         
     | 
| 
       1249 
1357 
     | 
    
         
             
                #   resp.route.spec.http2_route.action.weighted_targets[0].weight #=> Integer
         
     | 
| 
         @@ -1266,6 +1374,10 @@ module Aws::AppMesh 
     | 
|
| 
       1266 
1374 
     | 
    
         
             
                #   resp.route.spec.http2_route.retry_policy.per_retry_timeout.value #=> Integer
         
     | 
| 
       1267 
1375 
     | 
    
         
             
                #   resp.route.spec.http2_route.retry_policy.tcp_retry_events #=> Array
         
     | 
| 
       1268 
1376 
     | 
    
         
             
                #   resp.route.spec.http2_route.retry_policy.tcp_retry_events[0] #=> String, one of "connection-error"
         
     | 
| 
      
 1377 
     | 
    
         
            +
                #   resp.route.spec.http2_route.timeout.idle.unit #=> String, one of "ms", "s"
         
     | 
| 
      
 1378 
     | 
    
         
            +
                #   resp.route.spec.http2_route.timeout.idle.value #=> Integer
         
     | 
| 
      
 1379 
     | 
    
         
            +
                #   resp.route.spec.http2_route.timeout.per_request.unit #=> String, one of "ms", "s"
         
     | 
| 
      
 1380 
     | 
    
         
            +
                #   resp.route.spec.http2_route.timeout.per_request.value #=> Integer
         
     | 
| 
       1269 
1381 
     | 
    
         
             
                #   resp.route.spec.http_route.action.weighted_targets #=> Array
         
     | 
| 
       1270 
1382 
     | 
    
         
             
                #   resp.route.spec.http_route.action.weighted_targets[0].virtual_node #=> String
         
     | 
| 
       1271 
1383 
     | 
    
         
             
                #   resp.route.spec.http_route.action.weighted_targets[0].weight #=> Integer
         
     | 
| 
         @@ -1288,10 +1400,16 @@ module Aws::AppMesh 
     | 
|
| 
       1288 
1400 
     | 
    
         
             
                #   resp.route.spec.http_route.retry_policy.per_retry_timeout.value #=> Integer
         
     | 
| 
       1289 
1401 
     | 
    
         
             
                #   resp.route.spec.http_route.retry_policy.tcp_retry_events #=> Array
         
     | 
| 
       1290 
1402 
     | 
    
         
             
                #   resp.route.spec.http_route.retry_policy.tcp_retry_events[0] #=> String, one of "connection-error"
         
     | 
| 
      
 1403 
     | 
    
         
            +
                #   resp.route.spec.http_route.timeout.idle.unit #=> String, one of "ms", "s"
         
     | 
| 
      
 1404 
     | 
    
         
            +
                #   resp.route.spec.http_route.timeout.idle.value #=> Integer
         
     | 
| 
      
 1405 
     | 
    
         
            +
                #   resp.route.spec.http_route.timeout.per_request.unit #=> String, one of "ms", "s"
         
     | 
| 
      
 1406 
     | 
    
         
            +
                #   resp.route.spec.http_route.timeout.per_request.value #=> Integer
         
     | 
| 
       1291 
1407 
     | 
    
         
             
                #   resp.route.spec.priority #=> Integer
         
     | 
| 
       1292 
1408 
     | 
    
         
             
                #   resp.route.spec.tcp_route.action.weighted_targets #=> Array
         
     | 
| 
       1293 
1409 
     | 
    
         
             
                #   resp.route.spec.tcp_route.action.weighted_targets[0].virtual_node #=> String
         
     | 
| 
       1294 
1410 
     | 
    
         
             
                #   resp.route.spec.tcp_route.action.weighted_targets[0].weight #=> Integer
         
     | 
| 
      
 1411 
     | 
    
         
            +
                #   resp.route.spec.tcp_route.timeout.idle.unit #=> String, one of "ms", "s"
         
     | 
| 
      
 1412 
     | 
    
         
            +
                #   resp.route.spec.tcp_route.timeout.idle.value #=> Integer
         
     | 
| 
       1295 
1413 
     | 
    
         
             
                #   resp.route.status.status #=> String, one of "ACTIVE", "DELETED", "INACTIVE"
         
     | 
| 
       1296 
1414 
     | 
    
         
             
                #   resp.route.virtual_router_name #=> String
         
     | 
| 
       1297 
1415 
     | 
    
         
             
                #
         
     | 
| 
         @@ -1316,7 +1434,7 @@ module Aws::AppMesh 
     | 
|
| 
       1316 
1434 
     | 
    
         
             
                #   The AWS IAM account ID of the service mesh owner. If the account ID is
         
     | 
| 
       1317 
1435 
     | 
    
         
             
                #   not your own, then it's the ID of the account that shared the mesh
         
     | 
| 
       1318 
1436 
     | 
    
         
             
                #   with your account. For more information about mesh sharing, see
         
     | 
| 
       1319 
     | 
    
         
            -
                #   [Working with  
     | 
| 
      
 1437 
     | 
    
         
            +
                #   [Working with shared meshes][1].
         
     | 
| 
       1320 
1438 
     | 
    
         
             
                #
         
     | 
| 
       1321 
1439 
     | 
    
         
             
                #
         
     | 
| 
       1322 
1440 
     | 
    
         
             
                #
         
     | 
| 
         @@ -1371,6 +1489,20 @@ module Aws::AppMesh 
     | 
|
| 
       1371 
1489 
     | 
    
         
             
                #   resp.virtual_node.spec.listeners[0].health_check.unhealthy_threshold #=> Integer
         
     | 
| 
       1372 
1490 
     | 
    
         
             
                #   resp.virtual_node.spec.listeners[0].port_mapping.port #=> Integer
         
     | 
| 
       1373 
1491 
     | 
    
         
             
                #   resp.virtual_node.spec.listeners[0].port_mapping.protocol #=> String, one of "grpc", "http", "http2", "tcp"
         
     | 
| 
      
 1492 
     | 
    
         
            +
                #   resp.virtual_node.spec.listeners[0].timeout.grpc.idle.unit #=> String, one of "ms", "s"
         
     | 
| 
      
 1493 
     | 
    
         
            +
                #   resp.virtual_node.spec.listeners[0].timeout.grpc.idle.value #=> Integer
         
     | 
| 
      
 1494 
     | 
    
         
            +
                #   resp.virtual_node.spec.listeners[0].timeout.grpc.per_request.unit #=> String, one of "ms", "s"
         
     | 
| 
      
 1495 
     | 
    
         
            +
                #   resp.virtual_node.spec.listeners[0].timeout.grpc.per_request.value #=> Integer
         
     | 
| 
      
 1496 
     | 
    
         
            +
                #   resp.virtual_node.spec.listeners[0].timeout.http.idle.unit #=> String, one of "ms", "s"
         
     | 
| 
      
 1497 
     | 
    
         
            +
                #   resp.virtual_node.spec.listeners[0].timeout.http.idle.value #=> Integer
         
     | 
| 
      
 1498 
     | 
    
         
            +
                #   resp.virtual_node.spec.listeners[0].timeout.http.per_request.unit #=> String, one of "ms", "s"
         
     | 
| 
      
 1499 
     | 
    
         
            +
                #   resp.virtual_node.spec.listeners[0].timeout.http.per_request.value #=> Integer
         
     | 
| 
      
 1500 
     | 
    
         
            +
                #   resp.virtual_node.spec.listeners[0].timeout.http2.idle.unit #=> String, one of "ms", "s"
         
     | 
| 
      
 1501 
     | 
    
         
            +
                #   resp.virtual_node.spec.listeners[0].timeout.http2.idle.value #=> Integer
         
     | 
| 
      
 1502 
     | 
    
         
            +
                #   resp.virtual_node.spec.listeners[0].timeout.http2.per_request.unit #=> String, one of "ms", "s"
         
     | 
| 
      
 1503 
     | 
    
         
            +
                #   resp.virtual_node.spec.listeners[0].timeout.http2.per_request.value #=> Integer
         
     | 
| 
      
 1504 
     | 
    
         
            +
                #   resp.virtual_node.spec.listeners[0].timeout.tcp.idle.unit #=> String, one of "ms", "s"
         
     | 
| 
      
 1505 
     | 
    
         
            +
                #   resp.virtual_node.spec.listeners[0].timeout.tcp.idle.value #=> Integer
         
     | 
| 
       1374 
1506 
     | 
    
         
             
                #   resp.virtual_node.spec.listeners[0].tls.certificate.acm.certificate_arn #=> String
         
     | 
| 
       1375 
1507 
     | 
    
         
             
                #   resp.virtual_node.spec.listeners[0].tls.certificate.file.certificate_chain #=> String
         
     | 
| 
       1376 
1508 
     | 
    
         
             
                #   resp.virtual_node.spec.listeners[0].tls.certificate.file.private_key #=> String
         
     | 
| 
         @@ -1406,7 +1538,7 @@ module Aws::AppMesh 
     | 
|
| 
       1406 
1538 
     | 
    
         
             
                #   The AWS IAM account ID of the service mesh owner. If the account ID is
         
     | 
| 
       1407 
1539 
     | 
    
         
             
                #   not your own, then it's the ID of the account that shared the mesh
         
     | 
| 
       1408 
1540 
     | 
    
         
             
                #   with your account. For more information about mesh sharing, see
         
     | 
| 
       1409 
     | 
    
         
            -
                #   [Working with  
     | 
| 
      
 1541 
     | 
    
         
            +
                #   [Working with shared meshes][1].
         
     | 
| 
       1410 
1542 
     | 
    
         
             
                #
         
     | 
| 
       1411 
1543 
     | 
    
         
             
                #
         
     | 
| 
       1412 
1544 
     | 
    
         
             
                #
         
     | 
| 
         @@ -1461,7 +1593,7 @@ module Aws::AppMesh 
     | 
|
| 
       1461 
1593 
     | 
    
         
             
                #   The AWS IAM account ID of the service mesh owner. If the account ID is
         
     | 
| 
       1462 
1594 
     | 
    
         
             
                #   not your own, then it's the ID of the account that shared the mesh
         
     | 
| 
       1463 
1595 
     | 
    
         
             
                #   with your account. For more information about mesh sharing, see
         
     | 
| 
       1464 
     | 
    
         
            -
                #   [Working with  
     | 
| 
      
 1596 
     | 
    
         
            +
                #   [Working with shared meshes][1].
         
     | 
| 
       1465 
1597 
     | 
    
         
             
                #
         
     | 
| 
       1466 
1598 
     | 
    
         
             
                #
         
     | 
| 
       1467 
1599 
     | 
    
         
             
                #
         
     | 
| 
         @@ -1515,7 +1647,7 @@ module Aws::AppMesh 
     | 
|
| 
       1515 
1647 
     | 
    
         
             
                #   The AWS IAM account ID of the service mesh owner. If the account ID is
         
     | 
| 
       1516 
1648 
     | 
    
         
             
                #   not your own, then it's the ID of the account that shared the mesh
         
     | 
| 
       1517 
1649 
     | 
    
         
             
                #   with your account. For more information about mesh sharing, see
         
     | 
| 
       1518 
     | 
    
         
            -
                #   [Working with  
     | 
| 
      
 1650 
     | 
    
         
            +
                #   [Working with shared meshes][1].
         
     | 
| 
       1519 
1651 
     | 
    
         
             
                #
         
     | 
| 
       1520 
1652 
     | 
    
         
             
                #
         
     | 
| 
       1521 
1653 
     | 
    
         
             
                #
         
     | 
| 
         @@ -1563,7 +1695,7 @@ module Aws::AppMesh 
     | 
|
| 
       1563 
1695 
     | 
    
         
             
                #   The AWS IAM account ID of the service mesh owner. If the account ID is
         
     | 
| 
       1564 
1696 
     | 
    
         
             
                #   not your own, then it's the ID of the account that shared the mesh
         
     | 
| 
       1565 
1697 
     | 
    
         
             
                #   with your account. For more information about mesh sharing, see
         
     | 
| 
       1566 
     | 
    
         
            -
                #   [Working with  
     | 
| 
      
 1698 
     | 
    
         
            +
                #   [Working with shared meshes][1].
         
     | 
| 
       1567 
1699 
     | 
    
         
             
                #
         
     | 
| 
       1568 
1700 
     | 
    
         
             
                #
         
     | 
| 
       1569 
1701 
     | 
    
         
             
                #
         
     | 
| 
         @@ -1622,6 +1754,10 @@ module Aws::AppMesh 
     | 
|
| 
       1622 
1754 
     | 
    
         
             
                #   resp.route.spec.grpc_route.retry_policy.per_retry_timeout.value #=> Integer
         
     | 
| 
       1623 
1755 
     | 
    
         
             
                #   resp.route.spec.grpc_route.retry_policy.tcp_retry_events #=> Array
         
     | 
| 
       1624 
1756 
     | 
    
         
             
                #   resp.route.spec.grpc_route.retry_policy.tcp_retry_events[0] #=> String, one of "connection-error"
         
     | 
| 
      
 1757 
     | 
    
         
            +
                #   resp.route.spec.grpc_route.timeout.idle.unit #=> String, one of "ms", "s"
         
     | 
| 
      
 1758 
     | 
    
         
            +
                #   resp.route.spec.grpc_route.timeout.idle.value #=> Integer
         
     | 
| 
      
 1759 
     | 
    
         
            +
                #   resp.route.spec.grpc_route.timeout.per_request.unit #=> String, one of "ms", "s"
         
     | 
| 
      
 1760 
     | 
    
         
            +
                #   resp.route.spec.grpc_route.timeout.per_request.value #=> Integer
         
     | 
| 
       1625 
1761 
     | 
    
         
             
                #   resp.route.spec.http2_route.action.weighted_targets #=> Array
         
     | 
| 
       1626 
1762 
     | 
    
         
             
                #   resp.route.spec.http2_route.action.weighted_targets[0].virtual_node #=> String
         
     | 
| 
       1627 
1763 
     | 
    
         
             
                #   resp.route.spec.http2_route.action.weighted_targets[0].weight #=> Integer
         
     | 
| 
         @@ -1644,6 +1780,10 @@ module Aws::AppMesh 
     | 
|
| 
       1644 
1780 
     | 
    
         
             
                #   resp.route.spec.http2_route.retry_policy.per_retry_timeout.value #=> Integer
         
     | 
| 
       1645 
1781 
     | 
    
         
             
                #   resp.route.spec.http2_route.retry_policy.tcp_retry_events #=> Array
         
     | 
| 
       1646 
1782 
     | 
    
         
             
                #   resp.route.spec.http2_route.retry_policy.tcp_retry_events[0] #=> String, one of "connection-error"
         
     | 
| 
      
 1783 
     | 
    
         
            +
                #   resp.route.spec.http2_route.timeout.idle.unit #=> String, one of "ms", "s"
         
     | 
| 
      
 1784 
     | 
    
         
            +
                #   resp.route.spec.http2_route.timeout.idle.value #=> Integer
         
     | 
| 
      
 1785 
     | 
    
         
            +
                #   resp.route.spec.http2_route.timeout.per_request.unit #=> String, one of "ms", "s"
         
     | 
| 
      
 1786 
     | 
    
         
            +
                #   resp.route.spec.http2_route.timeout.per_request.value #=> Integer
         
     | 
| 
       1647 
1787 
     | 
    
         
             
                #   resp.route.spec.http_route.action.weighted_targets #=> Array
         
     | 
| 
       1648 
1788 
     | 
    
         
             
                #   resp.route.spec.http_route.action.weighted_targets[0].virtual_node #=> String
         
     | 
| 
       1649 
1789 
     | 
    
         
             
                #   resp.route.spec.http_route.action.weighted_targets[0].weight #=> Integer
         
     | 
| 
         @@ -1666,10 +1806,16 @@ module Aws::AppMesh 
     | 
|
| 
       1666 
1806 
     | 
    
         
             
                #   resp.route.spec.http_route.retry_policy.per_retry_timeout.value #=> Integer
         
     | 
| 
       1667 
1807 
     | 
    
         
             
                #   resp.route.spec.http_route.retry_policy.tcp_retry_events #=> Array
         
     | 
| 
       1668 
1808 
     | 
    
         
             
                #   resp.route.spec.http_route.retry_policy.tcp_retry_events[0] #=> String, one of "connection-error"
         
     | 
| 
      
 1809 
     | 
    
         
            +
                #   resp.route.spec.http_route.timeout.idle.unit #=> String, one of "ms", "s"
         
     | 
| 
      
 1810 
     | 
    
         
            +
                #   resp.route.spec.http_route.timeout.idle.value #=> Integer
         
     | 
| 
      
 1811 
     | 
    
         
            +
                #   resp.route.spec.http_route.timeout.per_request.unit #=> String, one of "ms", "s"
         
     | 
| 
      
 1812 
     | 
    
         
            +
                #   resp.route.spec.http_route.timeout.per_request.value #=> Integer
         
     | 
| 
       1669 
1813 
     | 
    
         
             
                #   resp.route.spec.priority #=> Integer
         
     | 
| 
       1670 
1814 
     | 
    
         
             
                #   resp.route.spec.tcp_route.action.weighted_targets #=> Array
         
     | 
| 
       1671 
1815 
     | 
    
         
             
                #   resp.route.spec.tcp_route.action.weighted_targets[0].virtual_node #=> String
         
     | 
| 
       1672 
1816 
     | 
    
         
             
                #   resp.route.spec.tcp_route.action.weighted_targets[0].weight #=> Integer
         
     | 
| 
      
 1817 
     | 
    
         
            +
                #   resp.route.spec.tcp_route.timeout.idle.unit #=> String, one of "ms", "s"
         
     | 
| 
      
 1818 
     | 
    
         
            +
                #   resp.route.spec.tcp_route.timeout.idle.value #=> Integer
         
     | 
| 
       1673 
1819 
     | 
    
         
             
                #   resp.route.status.status #=> String, one of "ACTIVE", "DELETED", "INACTIVE"
         
     | 
| 
       1674 
1820 
     | 
    
         
             
                #   resp.route.virtual_router_name #=> String
         
     | 
| 
       1675 
1821 
     | 
    
         
             
                #
         
     | 
| 
         @@ -1691,7 +1837,7 @@ module Aws::AppMesh 
     | 
|
| 
       1691 
1837 
     | 
    
         
             
                #   The AWS IAM account ID of the service mesh owner. If the account ID is
         
     | 
| 
       1692 
1838 
     | 
    
         
             
                #   not your own, then it's the ID of the account that shared the mesh
         
     | 
| 
       1693 
1839 
     | 
    
         
             
                #   with your account. For more information about mesh sharing, see
         
     | 
| 
       1694 
     | 
    
         
            -
                #   [Working with  
     | 
| 
      
 1840 
     | 
    
         
            +
                #   [Working with shared meshes][1].
         
     | 
| 
       1695 
1841 
     | 
    
         
             
                #
         
     | 
| 
       1696 
1842 
     | 
    
         
             
                #
         
     | 
| 
       1697 
1843 
     | 
    
         
             
                #
         
     | 
| 
         @@ -1746,6 +1892,20 @@ module Aws::AppMesh 
     | 
|
| 
       1746 
1892 
     | 
    
         
             
                #   resp.virtual_node.spec.listeners[0].health_check.unhealthy_threshold #=> Integer
         
     | 
| 
       1747 
1893 
     | 
    
         
             
                #   resp.virtual_node.spec.listeners[0].port_mapping.port #=> Integer
         
     | 
| 
       1748 
1894 
     | 
    
         
             
                #   resp.virtual_node.spec.listeners[0].port_mapping.protocol #=> String, one of "grpc", "http", "http2", "tcp"
         
     | 
| 
      
 1895 
     | 
    
         
            +
                #   resp.virtual_node.spec.listeners[0].timeout.grpc.idle.unit #=> String, one of "ms", "s"
         
     | 
| 
      
 1896 
     | 
    
         
            +
                #   resp.virtual_node.spec.listeners[0].timeout.grpc.idle.value #=> Integer
         
     | 
| 
      
 1897 
     | 
    
         
            +
                #   resp.virtual_node.spec.listeners[0].timeout.grpc.per_request.unit #=> String, one of "ms", "s"
         
     | 
| 
      
 1898 
     | 
    
         
            +
                #   resp.virtual_node.spec.listeners[0].timeout.grpc.per_request.value #=> Integer
         
     | 
| 
      
 1899 
     | 
    
         
            +
                #   resp.virtual_node.spec.listeners[0].timeout.http.idle.unit #=> String, one of "ms", "s"
         
     | 
| 
      
 1900 
     | 
    
         
            +
                #   resp.virtual_node.spec.listeners[0].timeout.http.idle.value #=> Integer
         
     | 
| 
      
 1901 
     | 
    
         
            +
                #   resp.virtual_node.spec.listeners[0].timeout.http.per_request.unit #=> String, one of "ms", "s"
         
     | 
| 
      
 1902 
     | 
    
         
            +
                #   resp.virtual_node.spec.listeners[0].timeout.http.per_request.value #=> Integer
         
     | 
| 
      
 1903 
     | 
    
         
            +
                #   resp.virtual_node.spec.listeners[0].timeout.http2.idle.unit #=> String, one of "ms", "s"
         
     | 
| 
      
 1904 
     | 
    
         
            +
                #   resp.virtual_node.spec.listeners[0].timeout.http2.idle.value #=> Integer
         
     | 
| 
      
 1905 
     | 
    
         
            +
                #   resp.virtual_node.spec.listeners[0].timeout.http2.per_request.unit #=> String, one of "ms", "s"
         
     | 
| 
      
 1906 
     | 
    
         
            +
                #   resp.virtual_node.spec.listeners[0].timeout.http2.per_request.value #=> Integer
         
     | 
| 
      
 1907 
     | 
    
         
            +
                #   resp.virtual_node.spec.listeners[0].timeout.tcp.idle.unit #=> String, one of "ms", "s"
         
     | 
| 
      
 1908 
     | 
    
         
            +
                #   resp.virtual_node.spec.listeners[0].timeout.tcp.idle.value #=> Integer
         
     | 
| 
       1749 
1909 
     | 
    
         
             
                #   resp.virtual_node.spec.listeners[0].tls.certificate.acm.certificate_arn #=> String
         
     | 
| 
       1750 
1910 
     | 
    
         
             
                #   resp.virtual_node.spec.listeners[0].tls.certificate.file.certificate_chain #=> String
         
     | 
| 
       1751 
1911 
     | 
    
         
             
                #   resp.virtual_node.spec.listeners[0].tls.certificate.file.private_key #=> String
         
     | 
| 
         @@ -1778,7 +1938,7 @@ module Aws::AppMesh 
     | 
|
| 
       1778 
1938 
     | 
    
         
             
                #   The AWS IAM account ID of the service mesh owner. If the account ID is
         
     | 
| 
       1779 
1939 
     | 
    
         
             
                #   not your own, then it's the ID of the account that shared the mesh
         
     | 
| 
       1780 
1940 
     | 
    
         
             
                #   with your account. For more information about mesh sharing, see
         
     | 
| 
       1781 
     | 
    
         
            -
                #   [Working with  
     | 
| 
      
 1941 
     | 
    
         
            +
                #   [Working with shared meshes][1].
         
     | 
| 
       1782 
1942 
     | 
    
         
             
                #
         
     | 
| 
       1783 
1943 
     | 
    
         
             
                #
         
     | 
| 
       1784 
1944 
     | 
    
         
             
                #
         
     | 
| 
         @@ -1833,7 +1993,7 @@ module Aws::AppMesh 
     | 
|
| 
       1833 
1993 
     | 
    
         
             
                #   The AWS IAM account ID of the service mesh owner. If the account ID is
         
     | 
| 
       1834 
1994 
     | 
    
         
             
                #   not your own, then it's the ID of the account that shared the mesh
         
     | 
| 
       1835 
1995 
     | 
    
         
             
                #   with your account. For more information about mesh sharing, see
         
     | 
| 
       1836 
     | 
    
         
            -
                #   [Working with  
     | 
| 
      
 1996 
     | 
    
         
            +
                #   [Working with shared meshes][1].
         
     | 
| 
       1837 
1997 
     | 
    
         
             
                #
         
     | 
| 
       1838 
1998 
     | 
    
         
             
                #
         
     | 
| 
       1839 
1999 
     | 
    
         
             
                #
         
     | 
| 
         @@ -1956,7 +2116,7 @@ module Aws::AppMesh 
     | 
|
| 
       1956 
2116 
     | 
    
         
             
                #   The AWS IAM account ID of the service mesh owner. If the account ID is
         
     | 
| 
       1957 
2117 
     | 
    
         
             
                #   not your own, then it's the ID of the account that shared the mesh
         
     | 
| 
       1958 
2118 
     | 
    
         
             
                #   with your account. For more information about mesh sharing, see
         
     | 
| 
       1959 
     | 
    
         
            -
                #   [Working with  
     | 
| 
      
 2119 
     | 
    
         
            +
                #   [Working with shared meshes][1].
         
     | 
| 
       1960 
2120 
     | 
    
         
             
                #
         
     | 
| 
       1961 
2121 
     | 
    
         
             
                #
         
     | 
| 
       1962 
2122 
     | 
    
         
             
                #
         
     | 
| 
         @@ -2083,7 +2243,7 @@ module Aws::AppMesh 
     | 
|
| 
       2083 
2243 
     | 
    
         
             
                #   The AWS IAM account ID of the service mesh owner. If the account ID is
         
     | 
| 
       2084 
2244 
     | 
    
         
             
                #   not your own, then it's the ID of the account that shared the mesh
         
     | 
| 
       2085 
2245 
     | 
    
         
             
                #   with your account. For more information about mesh sharing, see
         
     | 
| 
       2086 
     | 
    
         
            -
                #   [Working with  
     | 
| 
      
 2246 
     | 
    
         
            +
                #   [Working with shared meshes][1].
         
     | 
| 
       2087 
2247 
     | 
    
         
             
                #
         
     | 
| 
       2088 
2248 
     | 
    
         
             
                #
         
     | 
| 
       2089 
2249 
     | 
    
         
             
                #
         
     | 
| 
         @@ -2152,7 +2312,7 @@ module Aws::AppMesh 
     | 
|
| 
       2152 
2312 
     | 
    
         
             
                #   The AWS IAM account ID of the service mesh owner. If the account ID is
         
     | 
| 
       2153 
2313 
     | 
    
         
             
                #   not your own, then it's the ID of the account that shared the mesh
         
     | 
| 
       2154 
2314 
     | 
    
         
             
                #   with your account. For more information about mesh sharing, see
         
     | 
| 
       2155 
     | 
    
         
            -
                #   [Working with  
     | 
| 
      
 2315 
     | 
    
         
            +
                #   [Working with shared meshes][1].
         
     | 
| 
       2156 
2316 
     | 
    
         
             
                #
         
     | 
| 
       2157 
2317 
     | 
    
         
             
                #
         
     | 
| 
       2158 
2318 
     | 
    
         
             
                #
         
     | 
| 
         @@ -2221,7 +2381,7 @@ module Aws::AppMesh 
     | 
|
| 
       2221 
2381 
     | 
    
         
             
                #   The AWS IAM account ID of the service mesh owner. If the account ID is
         
     | 
| 
       2222 
2382 
     | 
    
         
             
                #   not your own, then it's the ID of the account that shared the mesh
         
     | 
| 
       2223 
2383 
     | 
    
         
             
                #   with your account. For more information about mesh sharing, see
         
     | 
| 
       2224 
     | 
    
         
            -
                #   [Working with  
     | 
| 
      
 2384 
     | 
    
         
            +
                #   [Working with shared meshes][1].
         
     | 
| 
       2225 
2385 
     | 
    
         
             
                #
         
     | 
| 
       2226 
2386 
     | 
    
         
             
                #
         
     | 
| 
       2227 
2387 
     | 
    
         
             
                #
         
     | 
| 
         @@ -2405,7 +2565,7 @@ module Aws::AppMesh 
     | 
|
| 
       2405 
2565 
     | 
    
         
             
                #   The AWS IAM account ID of the service mesh owner. If the account ID is
         
     | 
| 
       2406 
2566 
     | 
    
         
             
                #   not your own, then it's the ID of the account that shared the mesh
         
     | 
| 
       2407 
2567 
     | 
    
         
             
                #   with your account. For more information about mesh sharing, see
         
     | 
| 
       2408 
     | 
    
         
            -
                #   [Working with  
     | 
| 
      
 2568 
     | 
    
         
            +
                #   [Working with shared meshes][1].
         
     | 
| 
       2409 
2569 
     | 
    
         
             
                #
         
     | 
| 
       2410 
2570 
     | 
    
         
             
                #
         
     | 
| 
       2411 
2571 
     | 
    
         
             
                #
         
     | 
| 
         @@ -2472,6 +2632,16 @@ module Aws::AppMesh 
     | 
|
| 
       2472 
2632 
     | 
    
         
             
                #           },
         
     | 
| 
       2473 
2633 
     | 
    
         
             
                #           tcp_retry_events: ["connection-error"], # accepts connection-error
         
     | 
| 
       2474 
2634 
     | 
    
         
             
                #         },
         
     | 
| 
      
 2635 
     | 
    
         
            +
                #         timeout: {
         
     | 
| 
      
 2636 
     | 
    
         
            +
                #           idle: {
         
     | 
| 
      
 2637 
     | 
    
         
            +
                #             unit: "ms", # accepts ms, s
         
     | 
| 
      
 2638 
     | 
    
         
            +
                #             value: 1,
         
     | 
| 
      
 2639 
     | 
    
         
            +
                #           },
         
     | 
| 
      
 2640 
     | 
    
         
            +
                #           per_request: {
         
     | 
| 
      
 2641 
     | 
    
         
            +
                #             unit: "ms", # accepts ms, s
         
     | 
| 
      
 2642 
     | 
    
         
            +
                #             value: 1,
         
     | 
| 
      
 2643 
     | 
    
         
            +
                #           },
         
     | 
| 
      
 2644 
     | 
    
         
            +
                #         },
         
     | 
| 
       2475 
2645 
     | 
    
         
             
                #       },
         
     | 
| 
       2476 
2646 
     | 
    
         
             
                #       http2_route: {
         
     | 
| 
       2477 
2647 
     | 
    
         
             
                #         action: { # required
         
     | 
| 
         @@ -2512,6 +2682,16 @@ module Aws::AppMesh 
     | 
|
| 
       2512 
2682 
     | 
    
         
             
                #           },
         
     | 
| 
       2513 
2683 
     | 
    
         
             
                #           tcp_retry_events: ["connection-error"], # accepts connection-error
         
     | 
| 
       2514 
2684 
     | 
    
         
             
                #         },
         
     | 
| 
      
 2685 
     | 
    
         
            +
                #         timeout: {
         
     | 
| 
      
 2686 
     | 
    
         
            +
                #           idle: {
         
     | 
| 
      
 2687 
     | 
    
         
            +
                #             unit: "ms", # accepts ms, s
         
     | 
| 
      
 2688 
     | 
    
         
            +
                #             value: 1,
         
     | 
| 
      
 2689 
     | 
    
         
            +
                #           },
         
     | 
| 
      
 2690 
     | 
    
         
            +
                #           per_request: {
         
     | 
| 
      
 2691 
     | 
    
         
            +
                #             unit: "ms", # accepts ms, s
         
     | 
| 
      
 2692 
     | 
    
         
            +
                #             value: 1,
         
     | 
| 
      
 2693 
     | 
    
         
            +
                #           },
         
     | 
| 
      
 2694 
     | 
    
         
            +
                #         },
         
     | 
| 
       2515 
2695 
     | 
    
         
             
                #       },
         
     | 
| 
       2516 
2696 
     | 
    
         
             
                #       http_route: {
         
     | 
| 
       2517 
2697 
     | 
    
         
             
                #         action: { # required
         
     | 
| 
         @@ -2552,6 +2732,16 @@ module Aws::AppMesh 
     | 
|
| 
       2552 
2732 
     | 
    
         
             
                #           },
         
     | 
| 
       2553 
2733 
     | 
    
         
             
                #           tcp_retry_events: ["connection-error"], # accepts connection-error
         
     | 
| 
       2554 
2734 
     | 
    
         
             
                #         },
         
     | 
| 
      
 2735 
     | 
    
         
            +
                #         timeout: {
         
     | 
| 
      
 2736 
     | 
    
         
            +
                #           idle: {
         
     | 
| 
      
 2737 
     | 
    
         
            +
                #             unit: "ms", # accepts ms, s
         
     | 
| 
      
 2738 
     | 
    
         
            +
                #             value: 1,
         
     | 
| 
      
 2739 
     | 
    
         
            +
                #           },
         
     | 
| 
      
 2740 
     | 
    
         
            +
                #           per_request: {
         
     | 
| 
      
 2741 
     | 
    
         
            +
                #             unit: "ms", # accepts ms, s
         
     | 
| 
      
 2742 
     | 
    
         
            +
                #             value: 1,
         
     | 
| 
      
 2743 
     | 
    
         
            +
                #           },
         
     | 
| 
      
 2744 
     | 
    
         
            +
                #         },
         
     | 
| 
       2555 
2745 
     | 
    
         
             
                #       },
         
     | 
| 
       2556 
2746 
     | 
    
         
             
                #       priority: 1,
         
     | 
| 
       2557 
2747 
     | 
    
         
             
                #       tcp_route: {
         
     | 
| 
         @@ -2563,6 +2753,12 @@ module Aws::AppMesh 
     | 
|
| 
       2563 
2753 
     | 
    
         
             
                #             },
         
     | 
| 
       2564 
2754 
     | 
    
         
             
                #           ],
         
     | 
| 
       2565 
2755 
     | 
    
         
             
                #         },
         
     | 
| 
      
 2756 
     | 
    
         
            +
                #         timeout: {
         
     | 
| 
      
 2757 
     | 
    
         
            +
                #           idle: {
         
     | 
| 
      
 2758 
     | 
    
         
            +
                #             unit: "ms", # accepts ms, s
         
     | 
| 
      
 2759 
     | 
    
         
            +
                #             value: 1,
         
     | 
| 
      
 2760 
     | 
    
         
            +
                #           },
         
     | 
| 
      
 2761 
     | 
    
         
            +
                #         },
         
     | 
| 
       2566 
2762 
     | 
    
         
             
                #       },
         
     | 
| 
       2567 
2763 
     | 
    
         
             
                #     },
         
     | 
| 
       2568 
2764 
     | 
    
         
             
                #     virtual_router_name: "ResourceName", # required
         
     | 
| 
         @@ -2602,6 +2798,10 @@ module Aws::AppMesh 
     | 
|
| 
       2602 
2798 
     | 
    
         
             
                #   resp.route.spec.grpc_route.retry_policy.per_retry_timeout.value #=> Integer
         
     | 
| 
       2603 
2799 
     | 
    
         
             
                #   resp.route.spec.grpc_route.retry_policy.tcp_retry_events #=> Array
         
     | 
| 
       2604 
2800 
     | 
    
         
             
                #   resp.route.spec.grpc_route.retry_policy.tcp_retry_events[0] #=> String, one of "connection-error"
         
     | 
| 
      
 2801 
     | 
    
         
            +
                #   resp.route.spec.grpc_route.timeout.idle.unit #=> String, one of "ms", "s"
         
     | 
| 
      
 2802 
     | 
    
         
            +
                #   resp.route.spec.grpc_route.timeout.idle.value #=> Integer
         
     | 
| 
      
 2803 
     | 
    
         
            +
                #   resp.route.spec.grpc_route.timeout.per_request.unit #=> String, one of "ms", "s"
         
     | 
| 
      
 2804 
     | 
    
         
            +
                #   resp.route.spec.grpc_route.timeout.per_request.value #=> Integer
         
     | 
| 
       2605 
2805 
     | 
    
         
             
                #   resp.route.spec.http2_route.action.weighted_targets #=> Array
         
     | 
| 
       2606 
2806 
     | 
    
         
             
                #   resp.route.spec.http2_route.action.weighted_targets[0].virtual_node #=> String
         
     | 
| 
       2607 
2807 
     | 
    
         
             
                #   resp.route.spec.http2_route.action.weighted_targets[0].weight #=> Integer
         
     | 
| 
         @@ -2624,6 +2824,10 @@ module Aws::AppMesh 
     | 
|
| 
       2624 
2824 
     | 
    
         
             
                #   resp.route.spec.http2_route.retry_policy.per_retry_timeout.value #=> Integer
         
     | 
| 
       2625 
2825 
     | 
    
         
             
                #   resp.route.spec.http2_route.retry_policy.tcp_retry_events #=> Array
         
     | 
| 
       2626 
2826 
     | 
    
         
             
                #   resp.route.spec.http2_route.retry_policy.tcp_retry_events[0] #=> String, one of "connection-error"
         
     | 
| 
      
 2827 
     | 
    
         
            +
                #   resp.route.spec.http2_route.timeout.idle.unit #=> String, one of "ms", "s"
         
     | 
| 
      
 2828 
     | 
    
         
            +
                #   resp.route.spec.http2_route.timeout.idle.value #=> Integer
         
     | 
| 
      
 2829 
     | 
    
         
            +
                #   resp.route.spec.http2_route.timeout.per_request.unit #=> String, one of "ms", "s"
         
     | 
| 
      
 2830 
     | 
    
         
            +
                #   resp.route.spec.http2_route.timeout.per_request.value #=> Integer
         
     | 
| 
       2627 
2831 
     | 
    
         
             
                #   resp.route.spec.http_route.action.weighted_targets #=> Array
         
     | 
| 
       2628 
2832 
     | 
    
         
             
                #   resp.route.spec.http_route.action.weighted_targets[0].virtual_node #=> String
         
     | 
| 
       2629 
2833 
     | 
    
         
             
                #   resp.route.spec.http_route.action.weighted_targets[0].weight #=> Integer
         
     | 
| 
         @@ -2646,10 +2850,16 @@ module Aws::AppMesh 
     | 
|
| 
       2646 
2850 
     | 
    
         
             
                #   resp.route.spec.http_route.retry_policy.per_retry_timeout.value #=> Integer
         
     | 
| 
       2647 
2851 
     | 
    
         
             
                #   resp.route.spec.http_route.retry_policy.tcp_retry_events #=> Array
         
     | 
| 
       2648 
2852 
     | 
    
         
             
                #   resp.route.spec.http_route.retry_policy.tcp_retry_events[0] #=> String, one of "connection-error"
         
     | 
| 
      
 2853 
     | 
    
         
            +
                #   resp.route.spec.http_route.timeout.idle.unit #=> String, one of "ms", "s"
         
     | 
| 
      
 2854 
     | 
    
         
            +
                #   resp.route.spec.http_route.timeout.idle.value #=> Integer
         
     | 
| 
      
 2855 
     | 
    
         
            +
                #   resp.route.spec.http_route.timeout.per_request.unit #=> String, one of "ms", "s"
         
     | 
| 
      
 2856 
     | 
    
         
            +
                #   resp.route.spec.http_route.timeout.per_request.value #=> Integer
         
     | 
| 
       2649 
2857 
     | 
    
         
             
                #   resp.route.spec.priority #=> Integer
         
     | 
| 
       2650 
2858 
     | 
    
         
             
                #   resp.route.spec.tcp_route.action.weighted_targets #=> Array
         
     | 
| 
       2651 
2859 
     | 
    
         
             
                #   resp.route.spec.tcp_route.action.weighted_targets[0].virtual_node #=> String
         
     | 
| 
       2652 
2860 
     | 
    
         
             
                #   resp.route.spec.tcp_route.action.weighted_targets[0].weight #=> Integer
         
     | 
| 
      
 2861 
     | 
    
         
            +
                #   resp.route.spec.tcp_route.timeout.idle.unit #=> String, one of "ms", "s"
         
     | 
| 
      
 2862 
     | 
    
         
            +
                #   resp.route.spec.tcp_route.timeout.idle.value #=> Integer
         
     | 
| 
       2653 
2863 
     | 
    
         
             
                #   resp.route.status.status #=> String, one of "ACTIVE", "DELETED", "INACTIVE"
         
     | 
| 
       2654 
2864 
     | 
    
         
             
                #   resp.route.virtual_router_name #=> String
         
     | 
| 
       2655 
2865 
     | 
    
         
             
                #
         
     | 
| 
         @@ -2679,7 +2889,7 @@ module Aws::AppMesh 
     | 
|
| 
       2679 
2889 
     | 
    
         
             
                #   The AWS IAM account ID of the service mesh owner. If the account ID is
         
     | 
| 
       2680 
2890 
     | 
    
         
             
                #   not your own, then it's the ID of the account that shared the mesh
         
     | 
| 
       2681 
2891 
     | 
    
         
             
                #   with your account. For more information about mesh sharing, see
         
     | 
| 
       2682 
     | 
    
         
            -
                #   [Working with  
     | 
| 
      
 2892 
     | 
    
         
            +
                #   [Working with shared meshes][1].
         
     | 
| 
       2683 
2893 
     | 
    
         
             
                #
         
     | 
| 
       2684 
2894 
     | 
    
         
             
                #
         
     | 
| 
       2685 
2895 
     | 
    
         
             
                #
         
     | 
| 
         @@ -2759,6 +2969,44 @@ module Aws::AppMesh 
     | 
|
| 
       2759 
2969 
     | 
    
         
             
                #             port: 1, # required
         
     | 
| 
       2760 
2970 
     | 
    
         
             
                #             protocol: "grpc", # required, accepts grpc, http, http2, tcp
         
     | 
| 
       2761 
2971 
     | 
    
         
             
                #           },
         
     | 
| 
      
 2972 
     | 
    
         
            +
                #           timeout: {
         
     | 
| 
      
 2973 
     | 
    
         
            +
                #             grpc: {
         
     | 
| 
      
 2974 
     | 
    
         
            +
                #               idle: {
         
     | 
| 
      
 2975 
     | 
    
         
            +
                #                 unit: "ms", # accepts ms, s
         
     | 
| 
      
 2976 
     | 
    
         
            +
                #                 value: 1,
         
     | 
| 
      
 2977 
     | 
    
         
            +
                #               },
         
     | 
| 
      
 2978 
     | 
    
         
            +
                #               per_request: {
         
     | 
| 
      
 2979 
     | 
    
         
            +
                #                 unit: "ms", # accepts ms, s
         
     | 
| 
      
 2980 
     | 
    
         
            +
                #                 value: 1,
         
     | 
| 
      
 2981 
     | 
    
         
            +
                #               },
         
     | 
| 
      
 2982 
     | 
    
         
            +
                #             },
         
     | 
| 
      
 2983 
     | 
    
         
            +
                #             http: {
         
     | 
| 
      
 2984 
     | 
    
         
            +
                #               idle: {
         
     | 
| 
      
 2985 
     | 
    
         
            +
                #                 unit: "ms", # accepts ms, s
         
     | 
| 
      
 2986 
     | 
    
         
            +
                #                 value: 1,
         
     | 
| 
      
 2987 
     | 
    
         
            +
                #               },
         
     | 
| 
      
 2988 
     | 
    
         
            +
                #               per_request: {
         
     | 
| 
      
 2989 
     | 
    
         
            +
                #                 unit: "ms", # accepts ms, s
         
     | 
| 
      
 2990 
     | 
    
         
            +
                #                 value: 1,
         
     | 
| 
      
 2991 
     | 
    
         
            +
                #               },
         
     | 
| 
      
 2992 
     | 
    
         
            +
                #             },
         
     | 
| 
      
 2993 
     | 
    
         
            +
                #             http2: {
         
     | 
| 
      
 2994 
     | 
    
         
            +
                #               idle: {
         
     | 
| 
      
 2995 
     | 
    
         
            +
                #                 unit: "ms", # accepts ms, s
         
     | 
| 
      
 2996 
     | 
    
         
            +
                #                 value: 1,
         
     | 
| 
      
 2997 
     | 
    
         
            +
                #               },
         
     | 
| 
      
 2998 
     | 
    
         
            +
                #               per_request: {
         
     | 
| 
      
 2999 
     | 
    
         
            +
                #                 unit: "ms", # accepts ms, s
         
     | 
| 
      
 3000 
     | 
    
         
            +
                #                 value: 1,
         
     | 
| 
      
 3001 
     | 
    
         
            +
                #               },
         
     | 
| 
      
 3002 
     | 
    
         
            +
                #             },
         
     | 
| 
      
 3003 
     | 
    
         
            +
                #             tcp: {
         
     | 
| 
      
 3004 
     | 
    
         
            +
                #               idle: {
         
     | 
| 
      
 3005 
     | 
    
         
            +
                #                 unit: "ms", # accepts ms, s
         
     | 
| 
      
 3006 
     | 
    
         
            +
                #                 value: 1,
         
     | 
| 
      
 3007 
     | 
    
         
            +
                #               },
         
     | 
| 
      
 3008 
     | 
    
         
            +
                #             },
         
     | 
| 
      
 3009 
     | 
    
         
            +
                #           },
         
     | 
| 
       2762 
3010 
     | 
    
         
             
                #           tls: {
         
     | 
| 
       2763 
3011 
     | 
    
         
             
                #             certificate: { # required
         
     | 
| 
       2764 
3012 
     | 
    
         
             
                #               acm: {
         
     | 
| 
         @@ -2833,6 +3081,20 @@ module Aws::AppMesh 
     | 
|
| 
       2833 
3081 
     | 
    
         
             
                #   resp.virtual_node.spec.listeners[0].health_check.unhealthy_threshold #=> Integer
         
     | 
| 
       2834 
3082 
     | 
    
         
             
                #   resp.virtual_node.spec.listeners[0].port_mapping.port #=> Integer
         
     | 
| 
       2835 
3083 
     | 
    
         
             
                #   resp.virtual_node.spec.listeners[0].port_mapping.protocol #=> String, one of "grpc", "http", "http2", "tcp"
         
     | 
| 
      
 3084 
     | 
    
         
            +
                #   resp.virtual_node.spec.listeners[0].timeout.grpc.idle.unit #=> String, one of "ms", "s"
         
     | 
| 
      
 3085 
     | 
    
         
            +
                #   resp.virtual_node.spec.listeners[0].timeout.grpc.idle.value #=> Integer
         
     | 
| 
      
 3086 
     | 
    
         
            +
                #   resp.virtual_node.spec.listeners[0].timeout.grpc.per_request.unit #=> String, one of "ms", "s"
         
     | 
| 
      
 3087 
     | 
    
         
            +
                #   resp.virtual_node.spec.listeners[0].timeout.grpc.per_request.value #=> Integer
         
     | 
| 
      
 3088 
     | 
    
         
            +
                #   resp.virtual_node.spec.listeners[0].timeout.http.idle.unit #=> String, one of "ms", "s"
         
     | 
| 
      
 3089 
     | 
    
         
            +
                #   resp.virtual_node.spec.listeners[0].timeout.http.idle.value #=> Integer
         
     | 
| 
      
 3090 
     | 
    
         
            +
                #   resp.virtual_node.spec.listeners[0].timeout.http.per_request.unit #=> String, one of "ms", "s"
         
     | 
| 
      
 3091 
     | 
    
         
            +
                #   resp.virtual_node.spec.listeners[0].timeout.http.per_request.value #=> Integer
         
     | 
| 
      
 3092 
     | 
    
         
            +
                #   resp.virtual_node.spec.listeners[0].timeout.http2.idle.unit #=> String, one of "ms", "s"
         
     | 
| 
      
 3093 
     | 
    
         
            +
                #   resp.virtual_node.spec.listeners[0].timeout.http2.idle.value #=> Integer
         
     | 
| 
      
 3094 
     | 
    
         
            +
                #   resp.virtual_node.spec.listeners[0].timeout.http2.per_request.unit #=> String, one of "ms", "s"
         
     | 
| 
      
 3095 
     | 
    
         
            +
                #   resp.virtual_node.spec.listeners[0].timeout.http2.per_request.value #=> Integer
         
     | 
| 
      
 3096 
     | 
    
         
            +
                #   resp.virtual_node.spec.listeners[0].timeout.tcp.idle.unit #=> String, one of "ms", "s"
         
     | 
| 
      
 3097 
     | 
    
         
            +
                #   resp.virtual_node.spec.listeners[0].timeout.tcp.idle.value #=> Integer
         
     | 
| 
       2836 
3098 
     | 
    
         
             
                #   resp.virtual_node.spec.listeners[0].tls.certificate.acm.certificate_arn #=> String
         
     | 
| 
       2837 
3099 
     | 
    
         
             
                #   resp.virtual_node.spec.listeners[0].tls.certificate.file.certificate_chain #=> String
         
     | 
| 
       2838 
3100 
     | 
    
         
             
                #   resp.virtual_node.spec.listeners[0].tls.certificate.file.private_key #=> String
         
     | 
| 
         @@ -2873,7 +3135,7 @@ module Aws::AppMesh 
     | 
|
| 
       2873 
3135 
     | 
    
         
             
                #   The AWS IAM account ID of the service mesh owner. If the account ID is
         
     | 
| 
       2874 
3136 
     | 
    
         
             
                #   not your own, then it's the ID of the account that shared the mesh
         
     | 
| 
       2875 
3137 
     | 
    
         
             
                #   with your account. For more information about mesh sharing, see
         
     | 
| 
       2876 
     | 
    
         
            -
                #   [Working with  
     | 
| 
      
 3138 
     | 
    
         
            +
                #   [Working with shared meshes][1].
         
     | 
| 
       2877 
3139 
     | 
    
         
             
                #
         
     | 
| 
       2878 
3140 
     | 
    
         
             
                #
         
     | 
| 
       2879 
3141 
     | 
    
         
             
                #
         
     | 
| 
         @@ -2951,7 +3213,7 @@ module Aws::AppMesh 
     | 
|
| 
       2951 
3213 
     | 
    
         
             
                #   The AWS IAM account ID of the service mesh owner. If the account ID is
         
     | 
| 
       2952 
3214 
     | 
    
         
             
                #   not your own, then it's the ID of the account that shared the mesh
         
     | 
| 
       2953 
3215 
     | 
    
         
             
                #   with your account. For more information about mesh sharing, see
         
     | 
| 
       2954 
     | 
    
         
            -
                #   [Working with  
     | 
| 
      
 3216 
     | 
    
         
            +
                #   [Working with shared meshes][1].
         
     | 
| 
       2955 
3217 
     | 
    
         
             
                #
         
     | 
| 
       2956 
3218 
     | 
    
         
             
                #
         
     | 
| 
       2957 
3219 
     | 
    
         
             
                #
         
     | 
| 
         @@ -3024,7 +3286,7 @@ module Aws::AppMesh 
     | 
|
| 
       3024 
3286 
     | 
    
         
             
                    params: params,
         
     | 
| 
       3025 
3287 
     | 
    
         
             
                    config: config)
         
     | 
| 
       3026 
3288 
     | 
    
         
             
                  context[:gem_name] = 'aws-sdk-appmesh'
         
     | 
| 
       3027 
     | 
    
         
            -
                  context[:gem_version] = '1. 
     | 
| 
      
 3289 
     | 
    
         
            +
                  context[:gem_version] = '1.26.0'
         
     | 
| 
       3028 
3290 
     | 
    
         
             
                  Seahorse::Client::Request.new(handlers, context)
         
     | 
| 
       3029 
3291 
     | 
    
         
             
                end
         
     | 
| 
       3030 
3292 
     | 
    
         |