aws-sdk-appmesh 1.29.0 → 1.34.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 372c1164ea6cc403dbd15338ab5042565f447418e35796a6e62234ae0493d725
4
- data.tar.gz: 2b3df0de4360be1e13f9197bf3092f09fa8c4dea44e31c2d54910762aa1f091c
3
+ metadata.gz: d6b516eae334dae0e972b0a478d2909f8b21ee89888b6d0c57a1f5d24344496d
4
+ data.tar.gz: e3e049aa17298c2b0a578e17bff377ff043ff0bc9c1ae1ddbd8251581a3cd86c
5
5
  SHA512:
6
- metadata.gz: 5cdab82deacb2c0ccd054daf1c08788ce8f34a3fbb71005151e87c0c5ec8675ce2df1cfc6dd4e08d947c25a9e6f508f4f3770cf3cdb91d5ada265416bf7ccc3d
7
- data.tar.gz: a7bc3b6fec1997e5cb175c13f862994a64a7a742f3227ba9c309cd0942b81b144d8e35b161a9d1c2037d3498653e7912f2056901ab1343565ab37ed24b05593d
6
+ metadata.gz: '072961c3122d77bdc74379e23e98061d4833b146d939981a68a5ad8d21c77917c6ec19fa9e5fe7e622544a1211a7a11bfd89bc2c24d33e084337c05762a25f74'
7
+ data.tar.gz: b21597e983254a8f7118ea3754b115723a3a75f39d7b34560fa4b17bf87ea8ff7356f7566c53a1167b4017bfa0bfb5c1a760485ea0fa38abe946510318b86d5e
@@ -7,6 +7,7 @@
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
10
+
10
11
  require 'aws-sdk-core'
11
12
  require 'aws-sigv4'
12
13
 
@@ -47,6 +48,6 @@ require_relative 'aws-sdk-appmesh/customizations'
47
48
  # @!group service
48
49
  module Aws::AppMesh
49
50
 
50
- GEM_VERSION = '1.29.0'
51
+ GEM_VERSION = '1.34.0'
51
52
 
52
53
  end
@@ -431,7 +431,7 @@ module Aws::AppMesh
431
431
  # tags: [
432
432
  # {
433
433
  # key: "TagKey", # required
434
- # value: "TagValue",
434
+ # value: "TagValue", # required
435
435
  # },
436
436
  # ],
437
437
  # virtual_gateway_name: "ResourceName", # required
@@ -454,7 +454,7 @@ module Aws::AppMesh
454
454
  # resp.gateway_route.spec.http2_route.match.prefix #=> String
455
455
  # resp.gateway_route.spec.http_route.action.target.virtual_service.virtual_service_name #=> String
456
456
  # resp.gateway_route.spec.http_route.match.prefix #=> String
457
- # resp.gateway_route.status.status #=> String, one of "ACTIVE", "DELETED", "INACTIVE"
457
+ # resp.gateway_route.status.status #=> String, one of "ACTIVE", "INACTIVE", "DELETED"
458
458
  # resp.gateway_route.virtual_gateway_name #=> String
459
459
  #
460
460
  # @see http://docs.aws.amazon.com/goto/WebAPI/appmesh-2019-01-25/CreateGatewayRoute AWS API Documentation
@@ -518,7 +518,7 @@ module Aws::AppMesh
518
518
  # tags: [
519
519
  # {
520
520
  # key: "TagKey", # required
521
- # value: "TagValue",
521
+ # value: "TagValue", # required
522
522
  # },
523
523
  # ],
524
524
  # })
@@ -534,7 +534,7 @@ module Aws::AppMesh
534
534
  # resp.mesh.metadata.uid #=> String
535
535
  # resp.mesh.metadata.version #=> Integer
536
536
  # resp.mesh.spec.egress_filter.type #=> String, one of "ALLOW_ALL", "DROP_ALL"
537
- # resp.mesh.status.status #=> String, one of "ACTIVE", "DELETED", "INACTIVE"
537
+ # resp.mesh.status.status #=> String, one of "ACTIVE", "INACTIVE", "DELETED"
538
538
  #
539
539
  # @see http://docs.aws.amazon.com/goto/WebAPI/appmesh-2019-01-25/CreateMesh AWS API Documentation
540
540
  #
@@ -642,18 +642,18 @@ module Aws::AppMesh
642
642
  # http_retry_events: ["HttpRetryPolicyEvent"],
643
643
  # max_retries: 1, # required
644
644
  # per_retry_timeout: { # required
645
- # unit: "ms", # accepts ms, s
645
+ # unit: "s", # accepts s, ms
646
646
  # value: 1,
647
647
  # },
648
648
  # tcp_retry_events: ["connection-error"], # accepts connection-error
649
649
  # },
650
650
  # timeout: {
651
651
  # idle: {
652
- # unit: "ms", # accepts ms, s
652
+ # unit: "s", # accepts s, ms
653
653
  # value: 1,
654
654
  # },
655
655
  # per_request: {
656
- # unit: "ms", # accepts ms, s
656
+ # unit: "s", # accepts s, ms
657
657
  # value: 1,
658
658
  # },
659
659
  # },
@@ -684,7 +684,7 @@ module Aws::AppMesh
684
684
  # name: "HeaderName", # required
685
685
  # },
686
686
  # ],
687
- # method: "CONNECT", # accepts CONNECT, DELETE, GET, HEAD, OPTIONS, PATCH, POST, PUT, TRACE
687
+ # method: "GET", # accepts GET, HEAD, POST, PUT, DELETE, CONNECT, OPTIONS, TRACE, PATCH
688
688
  # prefix: "String", # required
689
689
  # scheme: "http", # accepts http, https
690
690
  # },
@@ -692,18 +692,18 @@ module Aws::AppMesh
692
692
  # http_retry_events: ["HttpRetryPolicyEvent"],
693
693
  # max_retries: 1, # required
694
694
  # per_retry_timeout: { # required
695
- # unit: "ms", # accepts ms, s
695
+ # unit: "s", # accepts s, ms
696
696
  # value: 1,
697
697
  # },
698
698
  # tcp_retry_events: ["connection-error"], # accepts connection-error
699
699
  # },
700
700
  # timeout: {
701
701
  # idle: {
702
- # unit: "ms", # accepts ms, s
702
+ # unit: "s", # accepts s, ms
703
703
  # value: 1,
704
704
  # },
705
705
  # per_request: {
706
- # unit: "ms", # accepts ms, s
706
+ # unit: "s", # accepts s, ms
707
707
  # value: 1,
708
708
  # },
709
709
  # },
@@ -734,7 +734,7 @@ module Aws::AppMesh
734
734
  # name: "HeaderName", # required
735
735
  # },
736
736
  # ],
737
- # method: "CONNECT", # accepts CONNECT, DELETE, GET, HEAD, OPTIONS, PATCH, POST, PUT, TRACE
737
+ # method: "GET", # accepts GET, HEAD, POST, PUT, DELETE, CONNECT, OPTIONS, TRACE, PATCH
738
738
  # prefix: "String", # required
739
739
  # scheme: "http", # accepts http, https
740
740
  # },
@@ -742,18 +742,18 @@ module Aws::AppMesh
742
742
  # http_retry_events: ["HttpRetryPolicyEvent"],
743
743
  # max_retries: 1, # required
744
744
  # per_retry_timeout: { # required
745
- # unit: "ms", # accepts ms, s
745
+ # unit: "s", # accepts s, ms
746
746
  # value: 1,
747
747
  # },
748
748
  # tcp_retry_events: ["connection-error"], # accepts connection-error
749
749
  # },
750
750
  # timeout: {
751
751
  # idle: {
752
- # unit: "ms", # accepts ms, s
752
+ # unit: "s", # accepts s, ms
753
753
  # value: 1,
754
754
  # },
755
755
  # per_request: {
756
- # unit: "ms", # accepts ms, s
756
+ # unit: "s", # accepts s, ms
757
757
  # value: 1,
758
758
  # },
759
759
  # },
@@ -770,7 +770,7 @@ module Aws::AppMesh
770
770
  # },
771
771
  # timeout: {
772
772
  # idle: {
773
- # unit: "ms", # accepts ms, s
773
+ # unit: "s", # accepts s, ms
774
774
  # value: 1,
775
775
  # },
776
776
  # },
@@ -779,7 +779,7 @@ module Aws::AppMesh
779
779
  # tags: [
780
780
  # {
781
781
  # key: "TagKey", # required
782
- # value: "TagValue",
782
+ # value: "TagValue", # required
783
783
  # },
784
784
  # ],
785
785
  # virtual_router_name: "ResourceName", # required
@@ -815,13 +815,13 @@ module Aws::AppMesh
815
815
  # resp.route.spec.grpc_route.retry_policy.http_retry_events #=> Array
816
816
  # resp.route.spec.grpc_route.retry_policy.http_retry_events[0] #=> String
817
817
  # resp.route.spec.grpc_route.retry_policy.max_retries #=> Integer
818
- # resp.route.spec.grpc_route.retry_policy.per_retry_timeout.unit #=> String, one of "ms", "s"
818
+ # resp.route.spec.grpc_route.retry_policy.per_retry_timeout.unit #=> String, one of "s", "ms"
819
819
  # resp.route.spec.grpc_route.retry_policy.per_retry_timeout.value #=> Integer
820
820
  # resp.route.spec.grpc_route.retry_policy.tcp_retry_events #=> Array
821
821
  # resp.route.spec.grpc_route.retry_policy.tcp_retry_events[0] #=> String, one of "connection-error"
822
- # resp.route.spec.grpc_route.timeout.idle.unit #=> String, one of "ms", "s"
822
+ # resp.route.spec.grpc_route.timeout.idle.unit #=> String, one of "s", "ms"
823
823
  # resp.route.spec.grpc_route.timeout.idle.value #=> Integer
824
- # resp.route.spec.grpc_route.timeout.per_request.unit #=> String, one of "ms", "s"
824
+ # resp.route.spec.grpc_route.timeout.per_request.unit #=> String, one of "s", "ms"
825
825
  # resp.route.spec.grpc_route.timeout.per_request.value #=> Integer
826
826
  # resp.route.spec.http2_route.action.weighted_targets #=> Array
827
827
  # resp.route.spec.http2_route.action.weighted_targets[0].virtual_node #=> String
@@ -835,19 +835,19 @@ module Aws::AppMesh
835
835
  # resp.route.spec.http2_route.match.headers[0].match.regex #=> String
836
836
  # resp.route.spec.http2_route.match.headers[0].match.suffix #=> String
837
837
  # resp.route.spec.http2_route.match.headers[0].name #=> String
838
- # resp.route.spec.http2_route.match.method #=> String, one of "CONNECT", "DELETE", "GET", "HEAD", "OPTIONS", "PATCH", "POST", "PUT", "TRACE"
838
+ # resp.route.spec.http2_route.match.method #=> String, one of "GET", "HEAD", "POST", "PUT", "DELETE", "CONNECT", "OPTIONS", "TRACE", "PATCH"
839
839
  # resp.route.spec.http2_route.match.prefix #=> String
840
840
  # resp.route.spec.http2_route.match.scheme #=> String, one of "http", "https"
841
841
  # resp.route.spec.http2_route.retry_policy.http_retry_events #=> Array
842
842
  # resp.route.spec.http2_route.retry_policy.http_retry_events[0] #=> String
843
843
  # resp.route.spec.http2_route.retry_policy.max_retries #=> Integer
844
- # resp.route.spec.http2_route.retry_policy.per_retry_timeout.unit #=> String, one of "ms", "s"
844
+ # resp.route.spec.http2_route.retry_policy.per_retry_timeout.unit #=> String, one of "s", "ms"
845
845
  # resp.route.spec.http2_route.retry_policy.per_retry_timeout.value #=> Integer
846
846
  # resp.route.spec.http2_route.retry_policy.tcp_retry_events #=> Array
847
847
  # resp.route.spec.http2_route.retry_policy.tcp_retry_events[0] #=> String, one of "connection-error"
848
- # resp.route.spec.http2_route.timeout.idle.unit #=> String, one of "ms", "s"
848
+ # resp.route.spec.http2_route.timeout.idle.unit #=> String, one of "s", "ms"
849
849
  # resp.route.spec.http2_route.timeout.idle.value #=> Integer
850
- # resp.route.spec.http2_route.timeout.per_request.unit #=> String, one of "ms", "s"
850
+ # resp.route.spec.http2_route.timeout.per_request.unit #=> String, one of "s", "ms"
851
851
  # resp.route.spec.http2_route.timeout.per_request.value #=> Integer
852
852
  # resp.route.spec.http_route.action.weighted_targets #=> Array
853
853
  # resp.route.spec.http_route.action.weighted_targets[0].virtual_node #=> String
@@ -861,27 +861,27 @@ module Aws::AppMesh
861
861
  # resp.route.spec.http_route.match.headers[0].match.regex #=> String
862
862
  # resp.route.spec.http_route.match.headers[0].match.suffix #=> String
863
863
  # resp.route.spec.http_route.match.headers[0].name #=> String
864
- # resp.route.spec.http_route.match.method #=> String, one of "CONNECT", "DELETE", "GET", "HEAD", "OPTIONS", "PATCH", "POST", "PUT", "TRACE"
864
+ # resp.route.spec.http_route.match.method #=> String, one of "GET", "HEAD", "POST", "PUT", "DELETE", "CONNECT", "OPTIONS", "TRACE", "PATCH"
865
865
  # resp.route.spec.http_route.match.prefix #=> String
866
866
  # resp.route.spec.http_route.match.scheme #=> String, one of "http", "https"
867
867
  # resp.route.spec.http_route.retry_policy.http_retry_events #=> Array
868
868
  # resp.route.spec.http_route.retry_policy.http_retry_events[0] #=> String
869
869
  # resp.route.spec.http_route.retry_policy.max_retries #=> Integer
870
- # resp.route.spec.http_route.retry_policy.per_retry_timeout.unit #=> String, one of "ms", "s"
870
+ # resp.route.spec.http_route.retry_policy.per_retry_timeout.unit #=> String, one of "s", "ms"
871
871
  # resp.route.spec.http_route.retry_policy.per_retry_timeout.value #=> Integer
872
872
  # resp.route.spec.http_route.retry_policy.tcp_retry_events #=> Array
873
873
  # resp.route.spec.http_route.retry_policy.tcp_retry_events[0] #=> String, one of "connection-error"
874
- # resp.route.spec.http_route.timeout.idle.unit #=> String, one of "ms", "s"
874
+ # resp.route.spec.http_route.timeout.idle.unit #=> String, one of "s", "ms"
875
875
  # resp.route.spec.http_route.timeout.idle.value #=> Integer
876
- # resp.route.spec.http_route.timeout.per_request.unit #=> String, one of "ms", "s"
876
+ # resp.route.spec.http_route.timeout.per_request.unit #=> String, one of "s", "ms"
877
877
  # resp.route.spec.http_route.timeout.per_request.value #=> Integer
878
878
  # resp.route.spec.priority #=> Integer
879
879
  # resp.route.spec.tcp_route.action.weighted_targets #=> Array
880
880
  # resp.route.spec.tcp_route.action.weighted_targets[0].virtual_node #=> String
881
881
  # resp.route.spec.tcp_route.action.weighted_targets[0].weight #=> Integer
882
- # resp.route.spec.tcp_route.timeout.idle.unit #=> String, one of "ms", "s"
882
+ # resp.route.spec.tcp_route.timeout.idle.unit #=> String, one of "s", "ms"
883
883
  # resp.route.spec.tcp_route.timeout.idle.value #=> Integer
884
- # resp.route.status.status #=> String, one of "ACTIVE", "DELETED", "INACTIVE"
884
+ # resp.route.status.status #=> String, one of "ACTIVE", "INACTIVE", "DELETED"
885
885
  # resp.route.virtual_router_name #=> String
886
886
  #
887
887
  # @see http://docs.aws.amazon.com/goto/WebAPI/appmesh-2019-01-25/CreateRoute AWS API Documentation
@@ -958,9 +958,23 @@ module Aws::AppMesh
958
958
  # backend_defaults: {
959
959
  # client_policy: {
960
960
  # tls: {
961
+ # certificate: {
962
+ # file: {
963
+ # certificate_chain: "FilePath", # required
964
+ # private_key: "FilePath", # required
965
+ # },
966
+ # sds: {
967
+ # secret_name: "VirtualGatewaySdsSecretName", # required
968
+ # },
969
+ # },
961
970
  # enforce: false,
962
971
  # ports: [1],
963
972
  # validation: { # required
973
+ # subject_alternative_names: {
974
+ # match: { # required
975
+ # exact: ["SubjectAlternativeName"], # required
976
+ # },
977
+ # },
964
978
  # trust: { # required
965
979
  # acm: {
966
980
  # certificate_authority_arns: ["Arn"], # required
@@ -968,6 +982,9 @@ module Aws::AppMesh
968
982
  # file: {
969
983
  # certificate_chain: "FilePath", # required
970
984
  # },
985
+ # sds: {
986
+ # secret_name: "VirtualGatewaySdsSecretName", # required
987
+ # },
971
988
  # },
972
989
  # },
973
990
  # },
@@ -975,18 +992,30 @@ module Aws::AppMesh
975
992
  # },
976
993
  # listeners: [ # required
977
994
  # {
995
+ # connection_pool: {
996
+ # grpc: {
997
+ # max_requests: 1, # required
998
+ # },
999
+ # http: {
1000
+ # max_connections: 1, # required
1001
+ # max_pending_requests: 1,
1002
+ # },
1003
+ # http2: {
1004
+ # max_requests: 1, # required
1005
+ # },
1006
+ # },
978
1007
  # health_check: {
979
1008
  # healthy_threshold: 1, # required
980
1009
  # interval_millis: 1, # required
981
1010
  # path: "String",
982
1011
  # port: 1,
983
- # protocol: "grpc", # required, accepts grpc, http, http2
1012
+ # protocol: "http", # required, accepts http, http2, grpc
984
1013
  # timeout_millis: 1, # required
985
1014
  # unhealthy_threshold: 1, # required
986
1015
  # },
987
1016
  # port_mapping: { # required
988
1017
  # port: 1, # required
989
- # protocol: "grpc", # required, accepts grpc, http, http2
1018
+ # protocol: "http", # required, accepts http, http2, grpc
990
1019
  # },
991
1020
  # tls: {
992
1021
  # certificate: { # required
@@ -997,8 +1026,26 @@ module Aws::AppMesh
997
1026
  # certificate_chain: "FilePath", # required
998
1027
  # private_key: "FilePath", # required
999
1028
  # },
1029
+ # sds: {
1030
+ # secret_name: "VirtualGatewaySdsSecretName", # required
1031
+ # },
1032
+ # },
1033
+ # mode: "STRICT", # required, accepts STRICT, PERMISSIVE, DISABLED
1034
+ # validation: {
1035
+ # subject_alternative_names: {
1036
+ # match: { # required
1037
+ # exact: ["SubjectAlternativeName"], # required
1038
+ # },
1039
+ # },
1040
+ # trust: { # required
1041
+ # file: {
1042
+ # certificate_chain: "FilePath", # required
1043
+ # },
1044
+ # sds: {
1045
+ # secret_name: "VirtualGatewaySdsSecretName", # required
1046
+ # },
1047
+ # },
1000
1048
  # },
1001
- # mode: "DISABLED", # required, accepts DISABLED, PERMISSIVE, STRICT
1002
1049
  # },
1003
1050
  # },
1004
1051
  # ],
@@ -1013,7 +1060,7 @@ module Aws::AppMesh
1013
1060
  # tags: [
1014
1061
  # {
1015
1062
  # key: "TagKey", # required
1016
- # value: "TagValue",
1063
+ # value: "TagValue", # required
1017
1064
  # },
1018
1065
  # ],
1019
1066
  # virtual_gateway_name: "ResourceName", # required
@@ -1029,28 +1076,43 @@ module Aws::AppMesh
1029
1076
  # resp.virtual_gateway.metadata.resource_owner #=> String
1030
1077
  # resp.virtual_gateway.metadata.uid #=> String
1031
1078
  # resp.virtual_gateway.metadata.version #=> Integer
1079
+ # resp.virtual_gateway.spec.backend_defaults.client_policy.tls.certificate.file.certificate_chain #=> String
1080
+ # resp.virtual_gateway.spec.backend_defaults.client_policy.tls.certificate.file.private_key #=> String
1081
+ # resp.virtual_gateway.spec.backend_defaults.client_policy.tls.certificate.sds.secret_name #=> String
1032
1082
  # resp.virtual_gateway.spec.backend_defaults.client_policy.tls.enforce #=> Boolean
1033
1083
  # resp.virtual_gateway.spec.backend_defaults.client_policy.tls.ports #=> Array
1034
1084
  # resp.virtual_gateway.spec.backend_defaults.client_policy.tls.ports[0] #=> Integer
1085
+ # resp.virtual_gateway.spec.backend_defaults.client_policy.tls.validation.subject_alternative_names.match.exact #=> Array
1086
+ # resp.virtual_gateway.spec.backend_defaults.client_policy.tls.validation.subject_alternative_names.match.exact[0] #=> String
1035
1087
  # resp.virtual_gateway.spec.backend_defaults.client_policy.tls.validation.trust.acm.certificate_authority_arns #=> Array
1036
1088
  # resp.virtual_gateway.spec.backend_defaults.client_policy.tls.validation.trust.acm.certificate_authority_arns[0] #=> String
1037
1089
  # resp.virtual_gateway.spec.backend_defaults.client_policy.tls.validation.trust.file.certificate_chain #=> String
1090
+ # resp.virtual_gateway.spec.backend_defaults.client_policy.tls.validation.trust.sds.secret_name #=> String
1038
1091
  # resp.virtual_gateway.spec.listeners #=> Array
1092
+ # resp.virtual_gateway.spec.listeners[0].connection_pool.grpc.max_requests #=> Integer
1093
+ # resp.virtual_gateway.spec.listeners[0].connection_pool.http.max_connections #=> Integer
1094
+ # resp.virtual_gateway.spec.listeners[0].connection_pool.http.max_pending_requests #=> Integer
1095
+ # resp.virtual_gateway.spec.listeners[0].connection_pool.http2.max_requests #=> Integer
1039
1096
  # resp.virtual_gateway.spec.listeners[0].health_check.healthy_threshold #=> Integer
1040
1097
  # resp.virtual_gateway.spec.listeners[0].health_check.interval_millis #=> Integer
1041
1098
  # resp.virtual_gateway.spec.listeners[0].health_check.path #=> String
1042
1099
  # resp.virtual_gateway.spec.listeners[0].health_check.port #=> Integer
1043
- # resp.virtual_gateway.spec.listeners[0].health_check.protocol #=> String, one of "grpc", "http", "http2"
1100
+ # resp.virtual_gateway.spec.listeners[0].health_check.protocol #=> String, one of "http", "http2", "grpc"
1044
1101
  # resp.virtual_gateway.spec.listeners[0].health_check.timeout_millis #=> Integer
1045
1102
  # resp.virtual_gateway.spec.listeners[0].health_check.unhealthy_threshold #=> Integer
1046
1103
  # resp.virtual_gateway.spec.listeners[0].port_mapping.port #=> Integer
1047
- # resp.virtual_gateway.spec.listeners[0].port_mapping.protocol #=> String, one of "grpc", "http", "http2"
1104
+ # resp.virtual_gateway.spec.listeners[0].port_mapping.protocol #=> String, one of "http", "http2", "grpc"
1048
1105
  # resp.virtual_gateway.spec.listeners[0].tls.certificate.acm.certificate_arn #=> String
1049
1106
  # resp.virtual_gateway.spec.listeners[0].tls.certificate.file.certificate_chain #=> String
1050
1107
  # resp.virtual_gateway.spec.listeners[0].tls.certificate.file.private_key #=> String
1051
- # resp.virtual_gateway.spec.listeners[0].tls.mode #=> String, one of "DISABLED", "PERMISSIVE", "STRICT"
1108
+ # resp.virtual_gateway.spec.listeners[0].tls.certificate.sds.secret_name #=> String
1109
+ # resp.virtual_gateway.spec.listeners[0].tls.mode #=> String, one of "STRICT", "PERMISSIVE", "DISABLED"
1110
+ # resp.virtual_gateway.spec.listeners[0].tls.validation.subject_alternative_names.match.exact #=> Array
1111
+ # resp.virtual_gateway.spec.listeners[0].tls.validation.subject_alternative_names.match.exact[0] #=> String
1112
+ # resp.virtual_gateway.spec.listeners[0].tls.validation.trust.file.certificate_chain #=> String
1113
+ # resp.virtual_gateway.spec.listeners[0].tls.validation.trust.sds.secret_name #=> String
1052
1114
  # resp.virtual_gateway.spec.logging.access_log.file.path #=> String
1053
- # resp.virtual_gateway.status.status #=> String, one of "ACTIVE", "DELETED", "INACTIVE"
1115
+ # resp.virtual_gateway.status.status #=> String, one of "ACTIVE", "INACTIVE", "DELETED"
1054
1116
  # resp.virtual_gateway.virtual_gateway_name #=> String
1055
1117
  #
1056
1118
  # @see http://docs.aws.amazon.com/goto/WebAPI/appmesh-2019-01-25/CreateVirtualGateway AWS API Documentation
@@ -1076,26 +1138,32 @@ module Aws::AppMesh
1076
1138
  # communicate to is specified as a `backend`.
1077
1139
  #
1078
1140
  # The response metadata for your new virtual node contains the `arn`
1079
- # that is associated with the virtual node. Set this value (either the
1080
- # full ARN or the truncated resource name: for example,
1081
- # `mesh/default/virtualNode/simpleapp`) as the
1082
- # `APPMESH_VIRTUAL_NODE_NAME` environment variable for your task
1141
+ # that is associated with the virtual node. Set this value to the full
1142
+ # ARN; for example,
1143
+ # `arn:aws:appmesh:us-west-2:123456789012:myMesh/default/virtualNode/myApp`)
1144
+ # as the `APPMESH_RESOURCE_ARN` environment variable for your task
1083
1145
  # group's Envoy proxy container in your task definition or pod spec.
1084
1146
  # This is then mapped to the `node.id` and `node.cluster` Envoy
1085
1147
  # parameters.
1086
1148
  #
1087
- # <note markdown="1"> If you require your Envoy stats or tracing to use a different name,
1088
- # you can override the `node.cluster` value that is set by
1089
- # `APPMESH_VIRTUAL_NODE_NAME` with the `APPMESH_VIRTUAL_NODE_CLUSTER`
1090
- # environment variable.
1149
+ # <note markdown="1"> By default, App Mesh uses the name of the resource you specified in
1150
+ # `APPMESH_RESOURCE_ARN` when Envoy is referring to itself in metrics
1151
+ # and traces. You can override this behavior by setting the
1152
+ # `APPMESH_RESOURCE_CLUSTER` environment variable with your own name.
1153
+ #
1154
+ # AWS Cloud Map is not available in the eu-south-1 Region.
1091
1155
  #
1092
1156
  # </note>
1093
1157
  #
1094
- # For more information about virtual nodes, see [Virtual nodes][1].
1158
+ # For more information about virtual nodes, see [Virtual nodes][1]. You
1159
+ # must be using `1.15.0` or later of the Envoy image when setting these
1160
+ # variables. For more information about App Mesh Envoy variables, see
1161
+ # [Envoy image][2] in the AWS App Mesh User Guide.
1095
1162
  #
1096
1163
  #
1097
1164
  #
1098
1165
  # [1]: https://docs.aws.amazon.com/app-mesh/latest/userguide/virtual_nodes.html
1166
+ # [2]: https://docs.aws.amazon.com/app-mesh/latest/userguide/envoy.html
1099
1167
  #
1100
1168
  # @option params [String] :client_token
1101
1169
  # Unique, case-sensitive identifier that you provide to ensure the
@@ -1146,9 +1214,23 @@ module Aws::AppMesh
1146
1214
  # backend_defaults: {
1147
1215
  # client_policy: {
1148
1216
  # tls: {
1217
+ # certificate: {
1218
+ # file: {
1219
+ # certificate_chain: "FilePath", # required
1220
+ # private_key: "FilePath", # required
1221
+ # },
1222
+ # sds: {
1223
+ # secret_name: "SdsSecretName", # required
1224
+ # },
1225
+ # },
1149
1226
  # enforce: false,
1150
1227
  # ports: [1],
1151
1228
  # validation: { # required
1229
+ # subject_alternative_names: {
1230
+ # match: { # required
1231
+ # exact: ["SubjectAlternativeName"], # required
1232
+ # },
1233
+ # },
1152
1234
  # trust: { # required
1153
1235
  # acm: {
1154
1236
  # certificate_authority_arns: ["Arn"], # required
@@ -1156,6 +1238,9 @@ module Aws::AppMesh
1156
1238
  # file: {
1157
1239
  # certificate_chain: "FilePath", # required
1158
1240
  # },
1241
+ # sds: {
1242
+ # secret_name: "SdsSecretName", # required
1243
+ # },
1159
1244
  # },
1160
1245
  # },
1161
1246
  # },
@@ -1166,9 +1251,23 @@ module Aws::AppMesh
1166
1251
  # virtual_service: {
1167
1252
  # client_policy: {
1168
1253
  # tls: {
1254
+ # certificate: {
1255
+ # file: {
1256
+ # certificate_chain: "FilePath", # required
1257
+ # private_key: "FilePath", # required
1258
+ # },
1259
+ # sds: {
1260
+ # secret_name: "SdsSecretName", # required
1261
+ # },
1262
+ # },
1169
1263
  # enforce: false,
1170
1264
  # ports: [1],
1171
1265
  # validation: { # required
1266
+ # subject_alternative_names: {
1267
+ # match: { # required
1268
+ # exact: ["SubjectAlternativeName"], # required
1269
+ # },
1270
+ # },
1172
1271
  # trust: { # required
1173
1272
  # acm: {
1174
1273
  # certificate_authority_arns: ["Arn"], # required
@@ -1176,6 +1275,9 @@ module Aws::AppMesh
1176
1275
  # file: {
1177
1276
  # certificate_chain: "FilePath", # required
1178
1277
  # },
1278
+ # sds: {
1279
+ # secret_name: "SdsSecretName", # required
1280
+ # },
1179
1281
  # },
1180
1282
  # },
1181
1283
  # },
@@ -1186,53 +1288,80 @@ module Aws::AppMesh
1186
1288
  # ],
1187
1289
  # listeners: [
1188
1290
  # {
1291
+ # connection_pool: {
1292
+ # grpc: {
1293
+ # max_requests: 1, # required
1294
+ # },
1295
+ # http: {
1296
+ # max_connections: 1, # required
1297
+ # max_pending_requests: 1,
1298
+ # },
1299
+ # http2: {
1300
+ # max_requests: 1, # required
1301
+ # },
1302
+ # tcp: {
1303
+ # max_connections: 1, # required
1304
+ # },
1305
+ # },
1189
1306
  # health_check: {
1190
1307
  # healthy_threshold: 1, # required
1191
1308
  # interval_millis: 1, # required
1192
1309
  # path: "String",
1193
1310
  # port: 1,
1194
- # protocol: "grpc", # required, accepts grpc, http, http2, tcp
1311
+ # protocol: "http", # required, accepts http, tcp, http2, grpc
1195
1312
  # timeout_millis: 1, # required
1196
1313
  # unhealthy_threshold: 1, # required
1197
1314
  # },
1315
+ # outlier_detection: {
1316
+ # base_ejection_duration: { # required
1317
+ # unit: "s", # accepts s, ms
1318
+ # value: 1,
1319
+ # },
1320
+ # interval: { # required
1321
+ # unit: "s", # accepts s, ms
1322
+ # value: 1,
1323
+ # },
1324
+ # max_ejection_percent: 1, # required
1325
+ # max_server_errors: 1, # required
1326
+ # },
1198
1327
  # port_mapping: { # required
1199
1328
  # port: 1, # required
1200
- # protocol: "grpc", # required, accepts grpc, http, http2, tcp
1329
+ # protocol: "http", # required, accepts http, tcp, http2, grpc
1201
1330
  # },
1202
1331
  # timeout: {
1203
1332
  # grpc: {
1204
1333
  # idle: {
1205
- # unit: "ms", # accepts ms, s
1334
+ # unit: "s", # accepts s, ms
1206
1335
  # value: 1,
1207
1336
  # },
1208
1337
  # per_request: {
1209
- # unit: "ms", # accepts ms, s
1338
+ # unit: "s", # accepts s, ms
1210
1339
  # value: 1,
1211
1340
  # },
1212
1341
  # },
1213
1342
  # http: {
1214
1343
  # idle: {
1215
- # unit: "ms", # accepts ms, s
1344
+ # unit: "s", # accepts s, ms
1216
1345
  # value: 1,
1217
1346
  # },
1218
1347
  # per_request: {
1219
- # unit: "ms", # accepts ms, s
1348
+ # unit: "s", # accepts s, ms
1220
1349
  # value: 1,
1221
1350
  # },
1222
1351
  # },
1223
1352
  # http2: {
1224
1353
  # idle: {
1225
- # unit: "ms", # accepts ms, s
1354
+ # unit: "s", # accepts s, ms
1226
1355
  # value: 1,
1227
1356
  # },
1228
1357
  # per_request: {
1229
- # unit: "ms", # accepts ms, s
1358
+ # unit: "s", # accepts s, ms
1230
1359
  # value: 1,
1231
1360
  # },
1232
1361
  # },
1233
1362
  # tcp: {
1234
1363
  # idle: {
1235
- # unit: "ms", # accepts ms, s
1364
+ # unit: "s", # accepts s, ms
1236
1365
  # value: 1,
1237
1366
  # },
1238
1367
  # },
@@ -1246,8 +1375,26 @@ module Aws::AppMesh
1246
1375
  # certificate_chain: "FilePath", # required
1247
1376
  # private_key: "FilePath", # required
1248
1377
  # },
1378
+ # sds: {
1379
+ # secret_name: "SdsSecretName", # required
1380
+ # },
1381
+ # },
1382
+ # mode: "STRICT", # required, accepts STRICT, PERMISSIVE, DISABLED
1383
+ # validation: {
1384
+ # subject_alternative_names: {
1385
+ # match: { # required
1386
+ # exact: ["SubjectAlternativeName"], # required
1387
+ # },
1388
+ # },
1389
+ # trust: { # required
1390
+ # file: {
1391
+ # certificate_chain: "FilePath", # required
1392
+ # },
1393
+ # sds: {
1394
+ # secret_name: "SdsSecretName", # required
1395
+ # },
1396
+ # },
1249
1397
  # },
1250
- # mode: "DISABLED", # required, accepts DISABLED, PERMISSIVE, STRICT
1251
1398
  # },
1252
1399
  # },
1253
1400
  # ],
@@ -1277,7 +1424,7 @@ module Aws::AppMesh
1277
1424
  # tags: [
1278
1425
  # {
1279
1426
  # key: "TagKey", # required
1280
- # value: "TagValue",
1427
+ # value: "TagValue", # required
1281
1428
  # },
1282
1429
  # ],
1283
1430
  # virtual_node_name: "ResourceName", # required
@@ -1293,48 +1440,76 @@ module Aws::AppMesh
1293
1440
  # resp.virtual_node.metadata.resource_owner #=> String
1294
1441
  # resp.virtual_node.metadata.uid #=> String
1295
1442
  # resp.virtual_node.metadata.version #=> Integer
1443
+ # resp.virtual_node.spec.backend_defaults.client_policy.tls.certificate.file.certificate_chain #=> String
1444
+ # resp.virtual_node.spec.backend_defaults.client_policy.tls.certificate.file.private_key #=> String
1445
+ # resp.virtual_node.spec.backend_defaults.client_policy.tls.certificate.sds.secret_name #=> String
1296
1446
  # resp.virtual_node.spec.backend_defaults.client_policy.tls.enforce #=> Boolean
1297
1447
  # resp.virtual_node.spec.backend_defaults.client_policy.tls.ports #=> Array
1298
1448
  # resp.virtual_node.spec.backend_defaults.client_policy.tls.ports[0] #=> Integer
1449
+ # resp.virtual_node.spec.backend_defaults.client_policy.tls.validation.subject_alternative_names.match.exact #=> Array
1450
+ # resp.virtual_node.spec.backend_defaults.client_policy.tls.validation.subject_alternative_names.match.exact[0] #=> String
1299
1451
  # resp.virtual_node.spec.backend_defaults.client_policy.tls.validation.trust.acm.certificate_authority_arns #=> Array
1300
1452
  # resp.virtual_node.spec.backend_defaults.client_policy.tls.validation.trust.acm.certificate_authority_arns[0] #=> String
1301
1453
  # resp.virtual_node.spec.backend_defaults.client_policy.tls.validation.trust.file.certificate_chain #=> String
1454
+ # resp.virtual_node.spec.backend_defaults.client_policy.tls.validation.trust.sds.secret_name #=> String
1302
1455
  # resp.virtual_node.spec.backends #=> Array
1456
+ # resp.virtual_node.spec.backends[0].virtual_service.client_policy.tls.certificate.file.certificate_chain #=> String
1457
+ # resp.virtual_node.spec.backends[0].virtual_service.client_policy.tls.certificate.file.private_key #=> String
1458
+ # resp.virtual_node.spec.backends[0].virtual_service.client_policy.tls.certificate.sds.secret_name #=> String
1303
1459
  # resp.virtual_node.spec.backends[0].virtual_service.client_policy.tls.enforce #=> Boolean
1304
1460
  # resp.virtual_node.spec.backends[0].virtual_service.client_policy.tls.ports #=> Array
1305
1461
  # resp.virtual_node.spec.backends[0].virtual_service.client_policy.tls.ports[0] #=> Integer
1462
+ # resp.virtual_node.spec.backends[0].virtual_service.client_policy.tls.validation.subject_alternative_names.match.exact #=> Array
1463
+ # resp.virtual_node.spec.backends[0].virtual_service.client_policy.tls.validation.subject_alternative_names.match.exact[0] #=> String
1306
1464
  # resp.virtual_node.spec.backends[0].virtual_service.client_policy.tls.validation.trust.acm.certificate_authority_arns #=> Array
1307
1465
  # resp.virtual_node.spec.backends[0].virtual_service.client_policy.tls.validation.trust.acm.certificate_authority_arns[0] #=> String
1308
1466
  # resp.virtual_node.spec.backends[0].virtual_service.client_policy.tls.validation.trust.file.certificate_chain #=> String
1467
+ # resp.virtual_node.spec.backends[0].virtual_service.client_policy.tls.validation.trust.sds.secret_name #=> String
1309
1468
  # resp.virtual_node.spec.backends[0].virtual_service.virtual_service_name #=> String
1310
1469
  # resp.virtual_node.spec.listeners #=> Array
1470
+ # resp.virtual_node.spec.listeners[0].connection_pool.grpc.max_requests #=> Integer
1471
+ # resp.virtual_node.spec.listeners[0].connection_pool.http.max_connections #=> Integer
1472
+ # resp.virtual_node.spec.listeners[0].connection_pool.http.max_pending_requests #=> Integer
1473
+ # resp.virtual_node.spec.listeners[0].connection_pool.http2.max_requests #=> Integer
1474
+ # resp.virtual_node.spec.listeners[0].connection_pool.tcp.max_connections #=> Integer
1311
1475
  # resp.virtual_node.spec.listeners[0].health_check.healthy_threshold #=> Integer
1312
1476
  # resp.virtual_node.spec.listeners[0].health_check.interval_millis #=> Integer
1313
1477
  # resp.virtual_node.spec.listeners[0].health_check.path #=> String
1314
1478
  # resp.virtual_node.spec.listeners[0].health_check.port #=> Integer
1315
- # resp.virtual_node.spec.listeners[0].health_check.protocol #=> String, one of "grpc", "http", "http2", "tcp"
1479
+ # resp.virtual_node.spec.listeners[0].health_check.protocol #=> String, one of "http", "tcp", "http2", "grpc"
1316
1480
  # resp.virtual_node.spec.listeners[0].health_check.timeout_millis #=> Integer
1317
1481
  # resp.virtual_node.spec.listeners[0].health_check.unhealthy_threshold #=> Integer
1482
+ # resp.virtual_node.spec.listeners[0].outlier_detection.base_ejection_duration.unit #=> String, one of "s", "ms"
1483
+ # resp.virtual_node.spec.listeners[0].outlier_detection.base_ejection_duration.value #=> Integer
1484
+ # resp.virtual_node.spec.listeners[0].outlier_detection.interval.unit #=> String, one of "s", "ms"
1485
+ # resp.virtual_node.spec.listeners[0].outlier_detection.interval.value #=> Integer
1486
+ # resp.virtual_node.spec.listeners[0].outlier_detection.max_ejection_percent #=> Integer
1487
+ # resp.virtual_node.spec.listeners[0].outlier_detection.max_server_errors #=> Integer
1318
1488
  # resp.virtual_node.spec.listeners[0].port_mapping.port #=> Integer
1319
- # resp.virtual_node.spec.listeners[0].port_mapping.protocol #=> String, one of "grpc", "http", "http2", "tcp"
1320
- # resp.virtual_node.spec.listeners[0].timeout.grpc.idle.unit #=> String, one of "ms", "s"
1489
+ # resp.virtual_node.spec.listeners[0].port_mapping.protocol #=> String, one of "http", "tcp", "http2", "grpc"
1490
+ # resp.virtual_node.spec.listeners[0].timeout.grpc.idle.unit #=> String, one of "s", "ms"
1321
1491
  # resp.virtual_node.spec.listeners[0].timeout.grpc.idle.value #=> Integer
1322
- # resp.virtual_node.spec.listeners[0].timeout.grpc.per_request.unit #=> String, one of "ms", "s"
1492
+ # resp.virtual_node.spec.listeners[0].timeout.grpc.per_request.unit #=> String, one of "s", "ms"
1323
1493
  # resp.virtual_node.spec.listeners[0].timeout.grpc.per_request.value #=> Integer
1324
- # resp.virtual_node.spec.listeners[0].timeout.http.idle.unit #=> String, one of "ms", "s"
1494
+ # resp.virtual_node.spec.listeners[0].timeout.http.idle.unit #=> String, one of "s", "ms"
1325
1495
  # resp.virtual_node.spec.listeners[0].timeout.http.idle.value #=> Integer
1326
- # resp.virtual_node.spec.listeners[0].timeout.http.per_request.unit #=> String, one of "ms", "s"
1496
+ # resp.virtual_node.spec.listeners[0].timeout.http.per_request.unit #=> String, one of "s", "ms"
1327
1497
  # resp.virtual_node.spec.listeners[0].timeout.http.per_request.value #=> Integer
1328
- # resp.virtual_node.spec.listeners[0].timeout.http2.idle.unit #=> String, one of "ms", "s"
1498
+ # resp.virtual_node.spec.listeners[0].timeout.http2.idle.unit #=> String, one of "s", "ms"
1329
1499
  # resp.virtual_node.spec.listeners[0].timeout.http2.idle.value #=> Integer
1330
- # resp.virtual_node.spec.listeners[0].timeout.http2.per_request.unit #=> String, one of "ms", "s"
1500
+ # resp.virtual_node.spec.listeners[0].timeout.http2.per_request.unit #=> String, one of "s", "ms"
1331
1501
  # resp.virtual_node.spec.listeners[0].timeout.http2.per_request.value #=> Integer
1332
- # resp.virtual_node.spec.listeners[0].timeout.tcp.idle.unit #=> String, one of "ms", "s"
1502
+ # resp.virtual_node.spec.listeners[0].timeout.tcp.idle.unit #=> String, one of "s", "ms"
1333
1503
  # resp.virtual_node.spec.listeners[0].timeout.tcp.idle.value #=> Integer
1334
1504
  # resp.virtual_node.spec.listeners[0].tls.certificate.acm.certificate_arn #=> String
1335
1505
  # resp.virtual_node.spec.listeners[0].tls.certificate.file.certificate_chain #=> String
1336
1506
  # resp.virtual_node.spec.listeners[0].tls.certificate.file.private_key #=> String
1337
- # resp.virtual_node.spec.listeners[0].tls.mode #=> String, one of "DISABLED", "PERMISSIVE", "STRICT"
1507
+ # resp.virtual_node.spec.listeners[0].tls.certificate.sds.secret_name #=> String
1508
+ # resp.virtual_node.spec.listeners[0].tls.mode #=> String, one of "STRICT", "PERMISSIVE", "DISABLED"
1509
+ # resp.virtual_node.spec.listeners[0].tls.validation.subject_alternative_names.match.exact #=> Array
1510
+ # resp.virtual_node.spec.listeners[0].tls.validation.subject_alternative_names.match.exact[0] #=> String
1511
+ # resp.virtual_node.spec.listeners[0].tls.validation.trust.file.certificate_chain #=> String
1512
+ # resp.virtual_node.spec.listeners[0].tls.validation.trust.sds.secret_name #=> String
1338
1513
  # resp.virtual_node.spec.logging.access_log.file.path #=> String
1339
1514
  # resp.virtual_node.spec.service_discovery.aws_cloud_map.attributes #=> Array
1340
1515
  # resp.virtual_node.spec.service_discovery.aws_cloud_map.attributes[0].key #=> String
@@ -1342,7 +1517,7 @@ module Aws::AppMesh
1342
1517
  # resp.virtual_node.spec.service_discovery.aws_cloud_map.namespace_name #=> String
1343
1518
  # resp.virtual_node.spec.service_discovery.aws_cloud_map.service_name #=> String
1344
1519
  # resp.virtual_node.spec.service_discovery.dns.hostname #=> String
1345
- # resp.virtual_node.status.status #=> String, one of "ACTIVE", "DELETED", "INACTIVE"
1520
+ # resp.virtual_node.status.status #=> String, one of "ACTIVE", "INACTIVE", "DELETED"
1346
1521
  # resp.virtual_node.virtual_node_name #=> String
1347
1522
  #
1348
1523
  # @see http://docs.aws.amazon.com/goto/WebAPI/appmesh-2019-01-25/CreateVirtualNode AWS API Documentation
@@ -1419,7 +1594,7 @@ module Aws::AppMesh
1419
1594
  # {
1420
1595
  # port_mapping: { # required
1421
1596
  # port: 1, # required
1422
- # protocol: "grpc", # required, accepts grpc, http, http2, tcp
1597
+ # protocol: "http", # required, accepts http, tcp, http2, grpc
1423
1598
  # },
1424
1599
  # },
1425
1600
  # ],
@@ -1427,7 +1602,7 @@ module Aws::AppMesh
1427
1602
  # tags: [
1428
1603
  # {
1429
1604
  # key: "TagKey", # required
1430
- # value: "TagValue",
1605
+ # value: "TagValue", # required
1431
1606
  # },
1432
1607
  # ],
1433
1608
  # virtual_router_name: "ResourceName", # required
@@ -1445,8 +1620,8 @@ module Aws::AppMesh
1445
1620
  # resp.virtual_router.metadata.version #=> Integer
1446
1621
  # resp.virtual_router.spec.listeners #=> Array
1447
1622
  # resp.virtual_router.spec.listeners[0].port_mapping.port #=> Integer
1448
- # resp.virtual_router.spec.listeners[0].port_mapping.protocol #=> String, one of "grpc", "http", "http2", "tcp"
1449
- # resp.virtual_router.status.status #=> String, one of "ACTIVE", "DELETED", "INACTIVE"
1623
+ # resp.virtual_router.spec.listeners[0].port_mapping.protocol #=> String, one of "http", "tcp", "http2", "grpc"
1624
+ # resp.virtual_router.status.status #=> String, one of "ACTIVE", "INACTIVE", "DELETED"
1450
1625
  # resp.virtual_router.virtual_router_name #=> String
1451
1626
  #
1452
1627
  # @see http://docs.aws.amazon.com/goto/WebAPI/appmesh-2019-01-25/CreateVirtualRouter AWS API Documentation
@@ -1532,7 +1707,7 @@ module Aws::AppMesh
1532
1707
  # tags: [
1533
1708
  # {
1534
1709
  # key: "TagKey", # required
1535
- # value: "TagValue",
1710
+ # value: "TagValue", # required
1536
1711
  # },
1537
1712
  # ],
1538
1713
  # virtual_service_name: "ServiceName", # required
@@ -1550,7 +1725,7 @@ module Aws::AppMesh
1550
1725
  # resp.virtual_service.metadata.version #=> Integer
1551
1726
  # resp.virtual_service.spec.provider.virtual_node.virtual_node_name #=> String
1552
1727
  # resp.virtual_service.spec.provider.virtual_router.virtual_router_name #=> String
1553
- # resp.virtual_service.status.status #=> String, one of "ACTIVE", "DELETED", "INACTIVE"
1728
+ # resp.virtual_service.status.status #=> String, one of "ACTIVE", "INACTIVE", "DELETED"
1554
1729
  # resp.virtual_service.virtual_service_name #=> String
1555
1730
  #
1556
1731
  # @see http://docs.aws.amazon.com/goto/WebAPI/appmesh-2019-01-25/CreateVirtualService AWS API Documentation
@@ -1613,7 +1788,7 @@ module Aws::AppMesh
1613
1788
  # resp.gateway_route.spec.http2_route.match.prefix #=> String
1614
1789
  # resp.gateway_route.spec.http_route.action.target.virtual_service.virtual_service_name #=> String
1615
1790
  # resp.gateway_route.spec.http_route.match.prefix #=> String
1616
- # resp.gateway_route.status.status #=> String, one of "ACTIVE", "DELETED", "INACTIVE"
1791
+ # resp.gateway_route.status.status #=> String, one of "ACTIVE", "INACTIVE", "DELETED"
1617
1792
  # resp.gateway_route.virtual_gateway_name #=> String
1618
1793
  #
1619
1794
  # @see http://docs.aws.amazon.com/goto/WebAPI/appmesh-2019-01-25/DeleteGatewayRoute AWS API Documentation
@@ -1655,7 +1830,7 @@ module Aws::AppMesh
1655
1830
  # resp.mesh.metadata.uid #=> String
1656
1831
  # resp.mesh.metadata.version #=> Integer
1657
1832
  # resp.mesh.spec.egress_filter.type #=> String, one of "ALLOW_ALL", "DROP_ALL"
1658
- # resp.mesh.status.status #=> String, one of "ACTIVE", "DELETED", "INACTIVE"
1833
+ # resp.mesh.status.status #=> String, one of "ACTIVE", "INACTIVE", "DELETED"
1659
1834
  #
1660
1835
  # @see http://docs.aws.amazon.com/goto/WebAPI/appmesh-2019-01-25/DeleteMesh AWS API Documentation
1661
1836
  #
@@ -1730,13 +1905,13 @@ module Aws::AppMesh
1730
1905
  # resp.route.spec.grpc_route.retry_policy.http_retry_events #=> Array
1731
1906
  # resp.route.spec.grpc_route.retry_policy.http_retry_events[0] #=> String
1732
1907
  # resp.route.spec.grpc_route.retry_policy.max_retries #=> Integer
1733
- # resp.route.spec.grpc_route.retry_policy.per_retry_timeout.unit #=> String, one of "ms", "s"
1908
+ # resp.route.spec.grpc_route.retry_policy.per_retry_timeout.unit #=> String, one of "s", "ms"
1734
1909
  # resp.route.spec.grpc_route.retry_policy.per_retry_timeout.value #=> Integer
1735
1910
  # resp.route.spec.grpc_route.retry_policy.tcp_retry_events #=> Array
1736
1911
  # resp.route.spec.grpc_route.retry_policy.tcp_retry_events[0] #=> String, one of "connection-error"
1737
- # resp.route.spec.grpc_route.timeout.idle.unit #=> String, one of "ms", "s"
1912
+ # resp.route.spec.grpc_route.timeout.idle.unit #=> String, one of "s", "ms"
1738
1913
  # resp.route.spec.grpc_route.timeout.idle.value #=> Integer
1739
- # resp.route.spec.grpc_route.timeout.per_request.unit #=> String, one of "ms", "s"
1914
+ # resp.route.spec.grpc_route.timeout.per_request.unit #=> String, one of "s", "ms"
1740
1915
  # resp.route.spec.grpc_route.timeout.per_request.value #=> Integer
1741
1916
  # resp.route.spec.http2_route.action.weighted_targets #=> Array
1742
1917
  # resp.route.spec.http2_route.action.weighted_targets[0].virtual_node #=> String
@@ -1750,19 +1925,19 @@ module Aws::AppMesh
1750
1925
  # resp.route.spec.http2_route.match.headers[0].match.regex #=> String
1751
1926
  # resp.route.spec.http2_route.match.headers[0].match.suffix #=> String
1752
1927
  # resp.route.spec.http2_route.match.headers[0].name #=> String
1753
- # resp.route.spec.http2_route.match.method #=> String, one of "CONNECT", "DELETE", "GET", "HEAD", "OPTIONS", "PATCH", "POST", "PUT", "TRACE"
1928
+ # resp.route.spec.http2_route.match.method #=> String, one of "GET", "HEAD", "POST", "PUT", "DELETE", "CONNECT", "OPTIONS", "TRACE", "PATCH"
1754
1929
  # resp.route.spec.http2_route.match.prefix #=> String
1755
1930
  # resp.route.spec.http2_route.match.scheme #=> String, one of "http", "https"
1756
1931
  # resp.route.spec.http2_route.retry_policy.http_retry_events #=> Array
1757
1932
  # resp.route.spec.http2_route.retry_policy.http_retry_events[0] #=> String
1758
1933
  # resp.route.spec.http2_route.retry_policy.max_retries #=> Integer
1759
- # resp.route.spec.http2_route.retry_policy.per_retry_timeout.unit #=> String, one of "ms", "s"
1934
+ # resp.route.spec.http2_route.retry_policy.per_retry_timeout.unit #=> String, one of "s", "ms"
1760
1935
  # resp.route.spec.http2_route.retry_policy.per_retry_timeout.value #=> Integer
1761
1936
  # resp.route.spec.http2_route.retry_policy.tcp_retry_events #=> Array
1762
1937
  # resp.route.spec.http2_route.retry_policy.tcp_retry_events[0] #=> String, one of "connection-error"
1763
- # resp.route.spec.http2_route.timeout.idle.unit #=> String, one of "ms", "s"
1938
+ # resp.route.spec.http2_route.timeout.idle.unit #=> String, one of "s", "ms"
1764
1939
  # resp.route.spec.http2_route.timeout.idle.value #=> Integer
1765
- # resp.route.spec.http2_route.timeout.per_request.unit #=> String, one of "ms", "s"
1940
+ # resp.route.spec.http2_route.timeout.per_request.unit #=> String, one of "s", "ms"
1766
1941
  # resp.route.spec.http2_route.timeout.per_request.value #=> Integer
1767
1942
  # resp.route.spec.http_route.action.weighted_targets #=> Array
1768
1943
  # resp.route.spec.http_route.action.weighted_targets[0].virtual_node #=> String
@@ -1776,27 +1951,27 @@ module Aws::AppMesh
1776
1951
  # resp.route.spec.http_route.match.headers[0].match.regex #=> String
1777
1952
  # resp.route.spec.http_route.match.headers[0].match.suffix #=> String
1778
1953
  # resp.route.spec.http_route.match.headers[0].name #=> String
1779
- # resp.route.spec.http_route.match.method #=> String, one of "CONNECT", "DELETE", "GET", "HEAD", "OPTIONS", "PATCH", "POST", "PUT", "TRACE"
1954
+ # resp.route.spec.http_route.match.method #=> String, one of "GET", "HEAD", "POST", "PUT", "DELETE", "CONNECT", "OPTIONS", "TRACE", "PATCH"
1780
1955
  # resp.route.spec.http_route.match.prefix #=> String
1781
1956
  # resp.route.spec.http_route.match.scheme #=> String, one of "http", "https"
1782
1957
  # resp.route.spec.http_route.retry_policy.http_retry_events #=> Array
1783
1958
  # resp.route.spec.http_route.retry_policy.http_retry_events[0] #=> String
1784
1959
  # resp.route.spec.http_route.retry_policy.max_retries #=> Integer
1785
- # resp.route.spec.http_route.retry_policy.per_retry_timeout.unit #=> String, one of "ms", "s"
1960
+ # resp.route.spec.http_route.retry_policy.per_retry_timeout.unit #=> String, one of "s", "ms"
1786
1961
  # resp.route.spec.http_route.retry_policy.per_retry_timeout.value #=> Integer
1787
1962
  # resp.route.spec.http_route.retry_policy.tcp_retry_events #=> Array
1788
1963
  # resp.route.spec.http_route.retry_policy.tcp_retry_events[0] #=> String, one of "connection-error"
1789
- # resp.route.spec.http_route.timeout.idle.unit #=> String, one of "ms", "s"
1964
+ # resp.route.spec.http_route.timeout.idle.unit #=> String, one of "s", "ms"
1790
1965
  # resp.route.spec.http_route.timeout.idle.value #=> Integer
1791
- # resp.route.spec.http_route.timeout.per_request.unit #=> String, one of "ms", "s"
1966
+ # resp.route.spec.http_route.timeout.per_request.unit #=> String, one of "s", "ms"
1792
1967
  # resp.route.spec.http_route.timeout.per_request.value #=> Integer
1793
1968
  # resp.route.spec.priority #=> Integer
1794
1969
  # resp.route.spec.tcp_route.action.weighted_targets #=> Array
1795
1970
  # resp.route.spec.tcp_route.action.weighted_targets[0].virtual_node #=> String
1796
1971
  # resp.route.spec.tcp_route.action.weighted_targets[0].weight #=> Integer
1797
- # resp.route.spec.tcp_route.timeout.idle.unit #=> String, one of "ms", "s"
1972
+ # resp.route.spec.tcp_route.timeout.idle.unit #=> String, one of "s", "ms"
1798
1973
  # resp.route.spec.tcp_route.timeout.idle.value #=> Integer
1799
- # resp.route.status.status #=> String, one of "ACTIVE", "DELETED", "INACTIVE"
1974
+ # resp.route.status.status #=> String, one of "ACTIVE", "INACTIVE", "DELETED"
1800
1975
  # resp.route.virtual_router_name #=> String
1801
1976
  #
1802
1977
  # @see http://docs.aws.amazon.com/goto/WebAPI/appmesh-2019-01-25/DeleteRoute AWS API Documentation
@@ -1849,28 +2024,43 @@ module Aws::AppMesh
1849
2024
  # resp.virtual_gateway.metadata.resource_owner #=> String
1850
2025
  # resp.virtual_gateway.metadata.uid #=> String
1851
2026
  # resp.virtual_gateway.metadata.version #=> Integer
2027
+ # resp.virtual_gateway.spec.backend_defaults.client_policy.tls.certificate.file.certificate_chain #=> String
2028
+ # resp.virtual_gateway.spec.backend_defaults.client_policy.tls.certificate.file.private_key #=> String
2029
+ # resp.virtual_gateway.spec.backend_defaults.client_policy.tls.certificate.sds.secret_name #=> String
1852
2030
  # resp.virtual_gateway.spec.backend_defaults.client_policy.tls.enforce #=> Boolean
1853
2031
  # resp.virtual_gateway.spec.backend_defaults.client_policy.tls.ports #=> Array
1854
2032
  # resp.virtual_gateway.spec.backend_defaults.client_policy.tls.ports[0] #=> Integer
2033
+ # resp.virtual_gateway.spec.backend_defaults.client_policy.tls.validation.subject_alternative_names.match.exact #=> Array
2034
+ # resp.virtual_gateway.spec.backend_defaults.client_policy.tls.validation.subject_alternative_names.match.exact[0] #=> String
1855
2035
  # resp.virtual_gateway.spec.backend_defaults.client_policy.tls.validation.trust.acm.certificate_authority_arns #=> Array
1856
2036
  # resp.virtual_gateway.spec.backend_defaults.client_policy.tls.validation.trust.acm.certificate_authority_arns[0] #=> String
1857
2037
  # resp.virtual_gateway.spec.backend_defaults.client_policy.tls.validation.trust.file.certificate_chain #=> String
2038
+ # resp.virtual_gateway.spec.backend_defaults.client_policy.tls.validation.trust.sds.secret_name #=> String
1858
2039
  # resp.virtual_gateway.spec.listeners #=> Array
2040
+ # resp.virtual_gateway.spec.listeners[0].connection_pool.grpc.max_requests #=> Integer
2041
+ # resp.virtual_gateway.spec.listeners[0].connection_pool.http.max_connections #=> Integer
2042
+ # resp.virtual_gateway.spec.listeners[0].connection_pool.http.max_pending_requests #=> Integer
2043
+ # resp.virtual_gateway.spec.listeners[0].connection_pool.http2.max_requests #=> Integer
1859
2044
  # resp.virtual_gateway.spec.listeners[0].health_check.healthy_threshold #=> Integer
1860
2045
  # resp.virtual_gateway.spec.listeners[0].health_check.interval_millis #=> Integer
1861
2046
  # resp.virtual_gateway.spec.listeners[0].health_check.path #=> String
1862
2047
  # resp.virtual_gateway.spec.listeners[0].health_check.port #=> Integer
1863
- # resp.virtual_gateway.spec.listeners[0].health_check.protocol #=> String, one of "grpc", "http", "http2"
2048
+ # resp.virtual_gateway.spec.listeners[0].health_check.protocol #=> String, one of "http", "http2", "grpc"
1864
2049
  # resp.virtual_gateway.spec.listeners[0].health_check.timeout_millis #=> Integer
1865
2050
  # resp.virtual_gateway.spec.listeners[0].health_check.unhealthy_threshold #=> Integer
1866
2051
  # resp.virtual_gateway.spec.listeners[0].port_mapping.port #=> Integer
1867
- # resp.virtual_gateway.spec.listeners[0].port_mapping.protocol #=> String, one of "grpc", "http", "http2"
2052
+ # resp.virtual_gateway.spec.listeners[0].port_mapping.protocol #=> String, one of "http", "http2", "grpc"
1868
2053
  # resp.virtual_gateway.spec.listeners[0].tls.certificate.acm.certificate_arn #=> String
1869
2054
  # resp.virtual_gateway.spec.listeners[0].tls.certificate.file.certificate_chain #=> String
1870
2055
  # resp.virtual_gateway.spec.listeners[0].tls.certificate.file.private_key #=> String
1871
- # resp.virtual_gateway.spec.listeners[0].tls.mode #=> String, one of "DISABLED", "PERMISSIVE", "STRICT"
2056
+ # resp.virtual_gateway.spec.listeners[0].tls.certificate.sds.secret_name #=> String
2057
+ # resp.virtual_gateway.spec.listeners[0].tls.mode #=> String, one of "STRICT", "PERMISSIVE", "DISABLED"
2058
+ # resp.virtual_gateway.spec.listeners[0].tls.validation.subject_alternative_names.match.exact #=> Array
2059
+ # resp.virtual_gateway.spec.listeners[0].tls.validation.subject_alternative_names.match.exact[0] #=> String
2060
+ # resp.virtual_gateway.spec.listeners[0].tls.validation.trust.file.certificate_chain #=> String
2061
+ # resp.virtual_gateway.spec.listeners[0].tls.validation.trust.sds.secret_name #=> String
1872
2062
  # resp.virtual_gateway.spec.logging.access_log.file.path #=> String
1873
- # resp.virtual_gateway.status.status #=> String, one of "ACTIVE", "DELETED", "INACTIVE"
2063
+ # resp.virtual_gateway.status.status #=> String, one of "ACTIVE", "INACTIVE", "DELETED"
1874
2064
  # resp.virtual_gateway.virtual_gateway_name #=> String
1875
2065
  #
1876
2066
  # @see http://docs.aws.amazon.com/goto/WebAPI/appmesh-2019-01-25/DeleteVirtualGateway AWS API Documentation
@@ -1925,48 +2115,76 @@ module Aws::AppMesh
1925
2115
  # resp.virtual_node.metadata.resource_owner #=> String
1926
2116
  # resp.virtual_node.metadata.uid #=> String
1927
2117
  # resp.virtual_node.metadata.version #=> Integer
2118
+ # resp.virtual_node.spec.backend_defaults.client_policy.tls.certificate.file.certificate_chain #=> String
2119
+ # resp.virtual_node.spec.backend_defaults.client_policy.tls.certificate.file.private_key #=> String
2120
+ # resp.virtual_node.spec.backend_defaults.client_policy.tls.certificate.sds.secret_name #=> String
1928
2121
  # resp.virtual_node.spec.backend_defaults.client_policy.tls.enforce #=> Boolean
1929
2122
  # resp.virtual_node.spec.backend_defaults.client_policy.tls.ports #=> Array
1930
2123
  # resp.virtual_node.spec.backend_defaults.client_policy.tls.ports[0] #=> Integer
2124
+ # resp.virtual_node.spec.backend_defaults.client_policy.tls.validation.subject_alternative_names.match.exact #=> Array
2125
+ # resp.virtual_node.spec.backend_defaults.client_policy.tls.validation.subject_alternative_names.match.exact[0] #=> String
1931
2126
  # resp.virtual_node.spec.backend_defaults.client_policy.tls.validation.trust.acm.certificate_authority_arns #=> Array
1932
2127
  # resp.virtual_node.spec.backend_defaults.client_policy.tls.validation.trust.acm.certificate_authority_arns[0] #=> String
1933
2128
  # resp.virtual_node.spec.backend_defaults.client_policy.tls.validation.trust.file.certificate_chain #=> String
2129
+ # resp.virtual_node.spec.backend_defaults.client_policy.tls.validation.trust.sds.secret_name #=> String
1934
2130
  # resp.virtual_node.spec.backends #=> Array
2131
+ # resp.virtual_node.spec.backends[0].virtual_service.client_policy.tls.certificate.file.certificate_chain #=> String
2132
+ # resp.virtual_node.spec.backends[0].virtual_service.client_policy.tls.certificate.file.private_key #=> String
2133
+ # resp.virtual_node.spec.backends[0].virtual_service.client_policy.tls.certificate.sds.secret_name #=> String
1935
2134
  # resp.virtual_node.spec.backends[0].virtual_service.client_policy.tls.enforce #=> Boolean
1936
2135
  # resp.virtual_node.spec.backends[0].virtual_service.client_policy.tls.ports #=> Array
1937
2136
  # resp.virtual_node.spec.backends[0].virtual_service.client_policy.tls.ports[0] #=> Integer
2137
+ # resp.virtual_node.spec.backends[0].virtual_service.client_policy.tls.validation.subject_alternative_names.match.exact #=> Array
2138
+ # resp.virtual_node.spec.backends[0].virtual_service.client_policy.tls.validation.subject_alternative_names.match.exact[0] #=> String
1938
2139
  # resp.virtual_node.spec.backends[0].virtual_service.client_policy.tls.validation.trust.acm.certificate_authority_arns #=> Array
1939
2140
  # resp.virtual_node.spec.backends[0].virtual_service.client_policy.tls.validation.trust.acm.certificate_authority_arns[0] #=> String
1940
2141
  # resp.virtual_node.spec.backends[0].virtual_service.client_policy.tls.validation.trust.file.certificate_chain #=> String
2142
+ # resp.virtual_node.spec.backends[0].virtual_service.client_policy.tls.validation.trust.sds.secret_name #=> String
1941
2143
  # resp.virtual_node.spec.backends[0].virtual_service.virtual_service_name #=> String
1942
2144
  # resp.virtual_node.spec.listeners #=> Array
2145
+ # resp.virtual_node.spec.listeners[0].connection_pool.grpc.max_requests #=> Integer
2146
+ # resp.virtual_node.spec.listeners[0].connection_pool.http.max_connections #=> Integer
2147
+ # resp.virtual_node.spec.listeners[0].connection_pool.http.max_pending_requests #=> Integer
2148
+ # resp.virtual_node.spec.listeners[0].connection_pool.http2.max_requests #=> Integer
2149
+ # resp.virtual_node.spec.listeners[0].connection_pool.tcp.max_connections #=> Integer
1943
2150
  # resp.virtual_node.spec.listeners[0].health_check.healthy_threshold #=> Integer
1944
2151
  # resp.virtual_node.spec.listeners[0].health_check.interval_millis #=> Integer
1945
2152
  # resp.virtual_node.spec.listeners[0].health_check.path #=> String
1946
2153
  # resp.virtual_node.spec.listeners[0].health_check.port #=> Integer
1947
- # resp.virtual_node.spec.listeners[0].health_check.protocol #=> String, one of "grpc", "http", "http2", "tcp"
2154
+ # resp.virtual_node.spec.listeners[0].health_check.protocol #=> String, one of "http", "tcp", "http2", "grpc"
1948
2155
  # resp.virtual_node.spec.listeners[0].health_check.timeout_millis #=> Integer
1949
2156
  # resp.virtual_node.spec.listeners[0].health_check.unhealthy_threshold #=> Integer
2157
+ # resp.virtual_node.spec.listeners[0].outlier_detection.base_ejection_duration.unit #=> String, one of "s", "ms"
2158
+ # resp.virtual_node.spec.listeners[0].outlier_detection.base_ejection_duration.value #=> Integer
2159
+ # resp.virtual_node.spec.listeners[0].outlier_detection.interval.unit #=> String, one of "s", "ms"
2160
+ # resp.virtual_node.spec.listeners[0].outlier_detection.interval.value #=> Integer
2161
+ # resp.virtual_node.spec.listeners[0].outlier_detection.max_ejection_percent #=> Integer
2162
+ # resp.virtual_node.spec.listeners[0].outlier_detection.max_server_errors #=> Integer
1950
2163
  # resp.virtual_node.spec.listeners[0].port_mapping.port #=> Integer
1951
- # resp.virtual_node.spec.listeners[0].port_mapping.protocol #=> String, one of "grpc", "http", "http2", "tcp"
1952
- # resp.virtual_node.spec.listeners[0].timeout.grpc.idle.unit #=> String, one of "ms", "s"
2164
+ # resp.virtual_node.spec.listeners[0].port_mapping.protocol #=> String, one of "http", "tcp", "http2", "grpc"
2165
+ # resp.virtual_node.spec.listeners[0].timeout.grpc.idle.unit #=> String, one of "s", "ms"
1953
2166
  # resp.virtual_node.spec.listeners[0].timeout.grpc.idle.value #=> Integer
1954
- # resp.virtual_node.spec.listeners[0].timeout.grpc.per_request.unit #=> String, one of "ms", "s"
2167
+ # resp.virtual_node.spec.listeners[0].timeout.grpc.per_request.unit #=> String, one of "s", "ms"
1955
2168
  # resp.virtual_node.spec.listeners[0].timeout.grpc.per_request.value #=> Integer
1956
- # resp.virtual_node.spec.listeners[0].timeout.http.idle.unit #=> String, one of "ms", "s"
2169
+ # resp.virtual_node.spec.listeners[0].timeout.http.idle.unit #=> String, one of "s", "ms"
1957
2170
  # resp.virtual_node.spec.listeners[0].timeout.http.idle.value #=> Integer
1958
- # resp.virtual_node.spec.listeners[0].timeout.http.per_request.unit #=> String, one of "ms", "s"
2171
+ # resp.virtual_node.spec.listeners[0].timeout.http.per_request.unit #=> String, one of "s", "ms"
1959
2172
  # resp.virtual_node.spec.listeners[0].timeout.http.per_request.value #=> Integer
1960
- # resp.virtual_node.spec.listeners[0].timeout.http2.idle.unit #=> String, one of "ms", "s"
2173
+ # resp.virtual_node.spec.listeners[0].timeout.http2.idle.unit #=> String, one of "s", "ms"
1961
2174
  # resp.virtual_node.spec.listeners[0].timeout.http2.idle.value #=> Integer
1962
- # resp.virtual_node.spec.listeners[0].timeout.http2.per_request.unit #=> String, one of "ms", "s"
2175
+ # resp.virtual_node.spec.listeners[0].timeout.http2.per_request.unit #=> String, one of "s", "ms"
1963
2176
  # resp.virtual_node.spec.listeners[0].timeout.http2.per_request.value #=> Integer
1964
- # resp.virtual_node.spec.listeners[0].timeout.tcp.idle.unit #=> String, one of "ms", "s"
2177
+ # resp.virtual_node.spec.listeners[0].timeout.tcp.idle.unit #=> String, one of "s", "ms"
1965
2178
  # resp.virtual_node.spec.listeners[0].timeout.tcp.idle.value #=> Integer
1966
2179
  # resp.virtual_node.spec.listeners[0].tls.certificate.acm.certificate_arn #=> String
1967
2180
  # resp.virtual_node.spec.listeners[0].tls.certificate.file.certificate_chain #=> String
1968
2181
  # resp.virtual_node.spec.listeners[0].tls.certificate.file.private_key #=> String
1969
- # resp.virtual_node.spec.listeners[0].tls.mode #=> String, one of "DISABLED", "PERMISSIVE", "STRICT"
2182
+ # resp.virtual_node.spec.listeners[0].tls.certificate.sds.secret_name #=> String
2183
+ # resp.virtual_node.spec.listeners[0].tls.mode #=> String, one of "STRICT", "PERMISSIVE", "DISABLED"
2184
+ # resp.virtual_node.spec.listeners[0].tls.validation.subject_alternative_names.match.exact #=> Array
2185
+ # resp.virtual_node.spec.listeners[0].tls.validation.subject_alternative_names.match.exact[0] #=> String
2186
+ # resp.virtual_node.spec.listeners[0].tls.validation.trust.file.certificate_chain #=> String
2187
+ # resp.virtual_node.spec.listeners[0].tls.validation.trust.sds.secret_name #=> String
1970
2188
  # resp.virtual_node.spec.logging.access_log.file.path #=> String
1971
2189
  # resp.virtual_node.spec.service_discovery.aws_cloud_map.attributes #=> Array
1972
2190
  # resp.virtual_node.spec.service_discovery.aws_cloud_map.attributes[0].key #=> String
@@ -1974,7 +2192,7 @@ module Aws::AppMesh
1974
2192
  # resp.virtual_node.spec.service_discovery.aws_cloud_map.namespace_name #=> String
1975
2193
  # resp.virtual_node.spec.service_discovery.aws_cloud_map.service_name #=> String
1976
2194
  # resp.virtual_node.spec.service_discovery.dns.hostname #=> String
1977
- # resp.virtual_node.status.status #=> String, one of "ACTIVE", "DELETED", "INACTIVE"
2195
+ # resp.virtual_node.status.status #=> String, one of "ACTIVE", "INACTIVE", "DELETED"
1978
2196
  # resp.virtual_node.virtual_node_name #=> String
1979
2197
  #
1980
2198
  # @see http://docs.aws.amazon.com/goto/WebAPI/appmesh-2019-01-25/DeleteVirtualNode AWS API Documentation
@@ -2031,8 +2249,8 @@ module Aws::AppMesh
2031
2249
  # resp.virtual_router.metadata.version #=> Integer
2032
2250
  # resp.virtual_router.spec.listeners #=> Array
2033
2251
  # resp.virtual_router.spec.listeners[0].port_mapping.port #=> Integer
2034
- # resp.virtual_router.spec.listeners[0].port_mapping.protocol #=> String, one of "grpc", "http", "http2", "tcp"
2035
- # resp.virtual_router.status.status #=> String, one of "ACTIVE", "DELETED", "INACTIVE"
2252
+ # resp.virtual_router.spec.listeners[0].port_mapping.protocol #=> String, one of "http", "tcp", "http2", "grpc"
2253
+ # resp.virtual_router.status.status #=> String, one of "ACTIVE", "INACTIVE", "DELETED"
2036
2254
  # resp.virtual_router.virtual_router_name #=> String
2037
2255
  #
2038
2256
  # @see http://docs.aws.amazon.com/goto/WebAPI/appmesh-2019-01-25/DeleteVirtualRouter AWS API Documentation
@@ -2086,7 +2304,7 @@ module Aws::AppMesh
2086
2304
  # resp.virtual_service.metadata.version #=> Integer
2087
2305
  # resp.virtual_service.spec.provider.virtual_node.virtual_node_name #=> String
2088
2306
  # resp.virtual_service.spec.provider.virtual_router.virtual_router_name #=> String
2089
- # resp.virtual_service.status.status #=> String, one of "ACTIVE", "DELETED", "INACTIVE"
2307
+ # resp.virtual_service.status.status #=> String, one of "ACTIVE", "INACTIVE", "DELETED"
2090
2308
  # resp.virtual_service.virtual_service_name #=> String
2091
2309
  #
2092
2310
  # @see http://docs.aws.amazon.com/goto/WebAPI/appmesh-2019-01-25/DeleteVirtualService AWS API Documentation
@@ -2150,7 +2368,7 @@ module Aws::AppMesh
2150
2368
  # resp.gateway_route.spec.http2_route.match.prefix #=> String
2151
2369
  # resp.gateway_route.spec.http_route.action.target.virtual_service.virtual_service_name #=> String
2152
2370
  # resp.gateway_route.spec.http_route.match.prefix #=> String
2153
- # resp.gateway_route.status.status #=> String, one of "ACTIVE", "DELETED", "INACTIVE"
2371
+ # resp.gateway_route.status.status #=> String, one of "ACTIVE", "INACTIVE", "DELETED"
2154
2372
  # resp.gateway_route.virtual_gateway_name #=> String
2155
2373
  #
2156
2374
  # @see http://docs.aws.amazon.com/goto/WebAPI/appmesh-2019-01-25/DescribeGatewayRoute AWS API Documentation
@@ -2199,7 +2417,7 @@ module Aws::AppMesh
2199
2417
  # resp.mesh.metadata.uid #=> String
2200
2418
  # resp.mesh.metadata.version #=> Integer
2201
2419
  # resp.mesh.spec.egress_filter.type #=> String, one of "ALLOW_ALL", "DROP_ALL"
2202
- # resp.mesh.status.status #=> String, one of "ACTIVE", "DELETED", "INACTIVE"
2420
+ # resp.mesh.status.status #=> String, one of "ACTIVE", "INACTIVE", "DELETED"
2203
2421
  #
2204
2422
  # @see http://docs.aws.amazon.com/goto/WebAPI/appmesh-2019-01-25/DescribeMesh AWS API Documentation
2205
2423
  #
@@ -2274,13 +2492,13 @@ module Aws::AppMesh
2274
2492
  # resp.route.spec.grpc_route.retry_policy.http_retry_events #=> Array
2275
2493
  # resp.route.spec.grpc_route.retry_policy.http_retry_events[0] #=> String
2276
2494
  # resp.route.spec.grpc_route.retry_policy.max_retries #=> Integer
2277
- # resp.route.spec.grpc_route.retry_policy.per_retry_timeout.unit #=> String, one of "ms", "s"
2495
+ # resp.route.spec.grpc_route.retry_policy.per_retry_timeout.unit #=> String, one of "s", "ms"
2278
2496
  # resp.route.spec.grpc_route.retry_policy.per_retry_timeout.value #=> Integer
2279
2497
  # resp.route.spec.grpc_route.retry_policy.tcp_retry_events #=> Array
2280
2498
  # resp.route.spec.grpc_route.retry_policy.tcp_retry_events[0] #=> String, one of "connection-error"
2281
- # resp.route.spec.grpc_route.timeout.idle.unit #=> String, one of "ms", "s"
2499
+ # resp.route.spec.grpc_route.timeout.idle.unit #=> String, one of "s", "ms"
2282
2500
  # resp.route.spec.grpc_route.timeout.idle.value #=> Integer
2283
- # resp.route.spec.grpc_route.timeout.per_request.unit #=> String, one of "ms", "s"
2501
+ # resp.route.spec.grpc_route.timeout.per_request.unit #=> String, one of "s", "ms"
2284
2502
  # resp.route.spec.grpc_route.timeout.per_request.value #=> Integer
2285
2503
  # resp.route.spec.http2_route.action.weighted_targets #=> Array
2286
2504
  # resp.route.spec.http2_route.action.weighted_targets[0].virtual_node #=> String
@@ -2294,19 +2512,19 @@ module Aws::AppMesh
2294
2512
  # resp.route.spec.http2_route.match.headers[0].match.regex #=> String
2295
2513
  # resp.route.spec.http2_route.match.headers[0].match.suffix #=> String
2296
2514
  # resp.route.spec.http2_route.match.headers[0].name #=> String
2297
- # resp.route.spec.http2_route.match.method #=> String, one of "CONNECT", "DELETE", "GET", "HEAD", "OPTIONS", "PATCH", "POST", "PUT", "TRACE"
2515
+ # resp.route.spec.http2_route.match.method #=> String, one of "GET", "HEAD", "POST", "PUT", "DELETE", "CONNECT", "OPTIONS", "TRACE", "PATCH"
2298
2516
  # resp.route.spec.http2_route.match.prefix #=> String
2299
2517
  # resp.route.spec.http2_route.match.scheme #=> String, one of "http", "https"
2300
2518
  # resp.route.spec.http2_route.retry_policy.http_retry_events #=> Array
2301
2519
  # resp.route.spec.http2_route.retry_policy.http_retry_events[0] #=> String
2302
2520
  # resp.route.spec.http2_route.retry_policy.max_retries #=> Integer
2303
- # resp.route.spec.http2_route.retry_policy.per_retry_timeout.unit #=> String, one of "ms", "s"
2521
+ # resp.route.spec.http2_route.retry_policy.per_retry_timeout.unit #=> String, one of "s", "ms"
2304
2522
  # resp.route.spec.http2_route.retry_policy.per_retry_timeout.value #=> Integer
2305
2523
  # resp.route.spec.http2_route.retry_policy.tcp_retry_events #=> Array
2306
2524
  # resp.route.spec.http2_route.retry_policy.tcp_retry_events[0] #=> String, one of "connection-error"
2307
- # resp.route.spec.http2_route.timeout.idle.unit #=> String, one of "ms", "s"
2525
+ # resp.route.spec.http2_route.timeout.idle.unit #=> String, one of "s", "ms"
2308
2526
  # resp.route.spec.http2_route.timeout.idle.value #=> Integer
2309
- # resp.route.spec.http2_route.timeout.per_request.unit #=> String, one of "ms", "s"
2527
+ # resp.route.spec.http2_route.timeout.per_request.unit #=> String, one of "s", "ms"
2310
2528
  # resp.route.spec.http2_route.timeout.per_request.value #=> Integer
2311
2529
  # resp.route.spec.http_route.action.weighted_targets #=> Array
2312
2530
  # resp.route.spec.http_route.action.weighted_targets[0].virtual_node #=> String
@@ -2320,27 +2538,27 @@ module Aws::AppMesh
2320
2538
  # resp.route.spec.http_route.match.headers[0].match.regex #=> String
2321
2539
  # resp.route.spec.http_route.match.headers[0].match.suffix #=> String
2322
2540
  # resp.route.spec.http_route.match.headers[0].name #=> String
2323
- # resp.route.spec.http_route.match.method #=> String, one of "CONNECT", "DELETE", "GET", "HEAD", "OPTIONS", "PATCH", "POST", "PUT", "TRACE"
2541
+ # resp.route.spec.http_route.match.method #=> String, one of "GET", "HEAD", "POST", "PUT", "DELETE", "CONNECT", "OPTIONS", "TRACE", "PATCH"
2324
2542
  # resp.route.spec.http_route.match.prefix #=> String
2325
2543
  # resp.route.spec.http_route.match.scheme #=> String, one of "http", "https"
2326
2544
  # resp.route.spec.http_route.retry_policy.http_retry_events #=> Array
2327
2545
  # resp.route.spec.http_route.retry_policy.http_retry_events[0] #=> String
2328
2546
  # resp.route.spec.http_route.retry_policy.max_retries #=> Integer
2329
- # resp.route.spec.http_route.retry_policy.per_retry_timeout.unit #=> String, one of "ms", "s"
2547
+ # resp.route.spec.http_route.retry_policy.per_retry_timeout.unit #=> String, one of "s", "ms"
2330
2548
  # resp.route.spec.http_route.retry_policy.per_retry_timeout.value #=> Integer
2331
2549
  # resp.route.spec.http_route.retry_policy.tcp_retry_events #=> Array
2332
2550
  # resp.route.spec.http_route.retry_policy.tcp_retry_events[0] #=> String, one of "connection-error"
2333
- # resp.route.spec.http_route.timeout.idle.unit #=> String, one of "ms", "s"
2551
+ # resp.route.spec.http_route.timeout.idle.unit #=> String, one of "s", "ms"
2334
2552
  # resp.route.spec.http_route.timeout.idle.value #=> Integer
2335
- # resp.route.spec.http_route.timeout.per_request.unit #=> String, one of "ms", "s"
2553
+ # resp.route.spec.http_route.timeout.per_request.unit #=> String, one of "s", "ms"
2336
2554
  # resp.route.spec.http_route.timeout.per_request.value #=> Integer
2337
2555
  # resp.route.spec.priority #=> Integer
2338
2556
  # resp.route.spec.tcp_route.action.weighted_targets #=> Array
2339
2557
  # resp.route.spec.tcp_route.action.weighted_targets[0].virtual_node #=> String
2340
2558
  # resp.route.spec.tcp_route.action.weighted_targets[0].weight #=> Integer
2341
- # resp.route.spec.tcp_route.timeout.idle.unit #=> String, one of "ms", "s"
2559
+ # resp.route.spec.tcp_route.timeout.idle.unit #=> String, one of "s", "ms"
2342
2560
  # resp.route.spec.tcp_route.timeout.idle.value #=> Integer
2343
- # resp.route.status.status #=> String, one of "ACTIVE", "DELETED", "INACTIVE"
2561
+ # resp.route.status.status #=> String, one of "ACTIVE", "INACTIVE", "DELETED"
2344
2562
  # resp.route.virtual_router_name #=> String
2345
2563
  #
2346
2564
  # @see http://docs.aws.amazon.com/goto/WebAPI/appmesh-2019-01-25/DescribeRoute AWS API Documentation
@@ -2392,28 +2610,43 @@ module Aws::AppMesh
2392
2610
  # resp.virtual_gateway.metadata.resource_owner #=> String
2393
2611
  # resp.virtual_gateway.metadata.uid #=> String
2394
2612
  # resp.virtual_gateway.metadata.version #=> Integer
2613
+ # resp.virtual_gateway.spec.backend_defaults.client_policy.tls.certificate.file.certificate_chain #=> String
2614
+ # resp.virtual_gateway.spec.backend_defaults.client_policy.tls.certificate.file.private_key #=> String
2615
+ # resp.virtual_gateway.spec.backend_defaults.client_policy.tls.certificate.sds.secret_name #=> String
2395
2616
  # resp.virtual_gateway.spec.backend_defaults.client_policy.tls.enforce #=> Boolean
2396
2617
  # resp.virtual_gateway.spec.backend_defaults.client_policy.tls.ports #=> Array
2397
2618
  # resp.virtual_gateway.spec.backend_defaults.client_policy.tls.ports[0] #=> Integer
2619
+ # resp.virtual_gateway.spec.backend_defaults.client_policy.tls.validation.subject_alternative_names.match.exact #=> Array
2620
+ # resp.virtual_gateway.spec.backend_defaults.client_policy.tls.validation.subject_alternative_names.match.exact[0] #=> String
2398
2621
  # resp.virtual_gateway.spec.backend_defaults.client_policy.tls.validation.trust.acm.certificate_authority_arns #=> Array
2399
2622
  # resp.virtual_gateway.spec.backend_defaults.client_policy.tls.validation.trust.acm.certificate_authority_arns[0] #=> String
2400
2623
  # resp.virtual_gateway.spec.backend_defaults.client_policy.tls.validation.trust.file.certificate_chain #=> String
2624
+ # resp.virtual_gateway.spec.backend_defaults.client_policy.tls.validation.trust.sds.secret_name #=> String
2401
2625
  # resp.virtual_gateway.spec.listeners #=> Array
2626
+ # resp.virtual_gateway.spec.listeners[0].connection_pool.grpc.max_requests #=> Integer
2627
+ # resp.virtual_gateway.spec.listeners[0].connection_pool.http.max_connections #=> Integer
2628
+ # resp.virtual_gateway.spec.listeners[0].connection_pool.http.max_pending_requests #=> Integer
2629
+ # resp.virtual_gateway.spec.listeners[0].connection_pool.http2.max_requests #=> Integer
2402
2630
  # resp.virtual_gateway.spec.listeners[0].health_check.healthy_threshold #=> Integer
2403
2631
  # resp.virtual_gateway.spec.listeners[0].health_check.interval_millis #=> Integer
2404
2632
  # resp.virtual_gateway.spec.listeners[0].health_check.path #=> String
2405
2633
  # resp.virtual_gateway.spec.listeners[0].health_check.port #=> Integer
2406
- # resp.virtual_gateway.spec.listeners[0].health_check.protocol #=> String, one of "grpc", "http", "http2"
2634
+ # resp.virtual_gateway.spec.listeners[0].health_check.protocol #=> String, one of "http", "http2", "grpc"
2407
2635
  # resp.virtual_gateway.spec.listeners[0].health_check.timeout_millis #=> Integer
2408
2636
  # resp.virtual_gateway.spec.listeners[0].health_check.unhealthy_threshold #=> Integer
2409
2637
  # resp.virtual_gateway.spec.listeners[0].port_mapping.port #=> Integer
2410
- # resp.virtual_gateway.spec.listeners[0].port_mapping.protocol #=> String, one of "grpc", "http", "http2"
2638
+ # resp.virtual_gateway.spec.listeners[0].port_mapping.protocol #=> String, one of "http", "http2", "grpc"
2411
2639
  # resp.virtual_gateway.spec.listeners[0].tls.certificate.acm.certificate_arn #=> String
2412
2640
  # resp.virtual_gateway.spec.listeners[0].tls.certificate.file.certificate_chain #=> String
2413
2641
  # resp.virtual_gateway.spec.listeners[0].tls.certificate.file.private_key #=> String
2414
- # resp.virtual_gateway.spec.listeners[0].tls.mode #=> String, one of "DISABLED", "PERMISSIVE", "STRICT"
2642
+ # resp.virtual_gateway.spec.listeners[0].tls.certificate.sds.secret_name #=> String
2643
+ # resp.virtual_gateway.spec.listeners[0].tls.mode #=> String, one of "STRICT", "PERMISSIVE", "DISABLED"
2644
+ # resp.virtual_gateway.spec.listeners[0].tls.validation.subject_alternative_names.match.exact #=> Array
2645
+ # resp.virtual_gateway.spec.listeners[0].tls.validation.subject_alternative_names.match.exact[0] #=> String
2646
+ # resp.virtual_gateway.spec.listeners[0].tls.validation.trust.file.certificate_chain #=> String
2647
+ # resp.virtual_gateway.spec.listeners[0].tls.validation.trust.sds.secret_name #=> String
2415
2648
  # resp.virtual_gateway.spec.logging.access_log.file.path #=> String
2416
- # resp.virtual_gateway.status.status #=> String, one of "ACTIVE", "DELETED", "INACTIVE"
2649
+ # resp.virtual_gateway.status.status #=> String, one of "ACTIVE", "INACTIVE", "DELETED"
2417
2650
  # resp.virtual_gateway.virtual_gateway_name #=> String
2418
2651
  #
2419
2652
  # @see http://docs.aws.amazon.com/goto/WebAPI/appmesh-2019-01-25/DescribeVirtualGateway AWS API Documentation
@@ -2465,48 +2698,76 @@ module Aws::AppMesh
2465
2698
  # resp.virtual_node.metadata.resource_owner #=> String
2466
2699
  # resp.virtual_node.metadata.uid #=> String
2467
2700
  # resp.virtual_node.metadata.version #=> Integer
2701
+ # resp.virtual_node.spec.backend_defaults.client_policy.tls.certificate.file.certificate_chain #=> String
2702
+ # resp.virtual_node.spec.backend_defaults.client_policy.tls.certificate.file.private_key #=> String
2703
+ # resp.virtual_node.spec.backend_defaults.client_policy.tls.certificate.sds.secret_name #=> String
2468
2704
  # resp.virtual_node.spec.backend_defaults.client_policy.tls.enforce #=> Boolean
2469
2705
  # resp.virtual_node.spec.backend_defaults.client_policy.tls.ports #=> Array
2470
2706
  # resp.virtual_node.spec.backend_defaults.client_policy.tls.ports[0] #=> Integer
2707
+ # resp.virtual_node.spec.backend_defaults.client_policy.tls.validation.subject_alternative_names.match.exact #=> Array
2708
+ # resp.virtual_node.spec.backend_defaults.client_policy.tls.validation.subject_alternative_names.match.exact[0] #=> String
2471
2709
  # resp.virtual_node.spec.backend_defaults.client_policy.tls.validation.trust.acm.certificate_authority_arns #=> Array
2472
2710
  # resp.virtual_node.spec.backend_defaults.client_policy.tls.validation.trust.acm.certificate_authority_arns[0] #=> String
2473
2711
  # resp.virtual_node.spec.backend_defaults.client_policy.tls.validation.trust.file.certificate_chain #=> String
2712
+ # resp.virtual_node.spec.backend_defaults.client_policy.tls.validation.trust.sds.secret_name #=> String
2474
2713
  # resp.virtual_node.spec.backends #=> Array
2714
+ # resp.virtual_node.spec.backends[0].virtual_service.client_policy.tls.certificate.file.certificate_chain #=> String
2715
+ # resp.virtual_node.spec.backends[0].virtual_service.client_policy.tls.certificate.file.private_key #=> String
2716
+ # resp.virtual_node.spec.backends[0].virtual_service.client_policy.tls.certificate.sds.secret_name #=> String
2475
2717
  # resp.virtual_node.spec.backends[0].virtual_service.client_policy.tls.enforce #=> Boolean
2476
2718
  # resp.virtual_node.spec.backends[0].virtual_service.client_policy.tls.ports #=> Array
2477
2719
  # resp.virtual_node.spec.backends[0].virtual_service.client_policy.tls.ports[0] #=> Integer
2720
+ # resp.virtual_node.spec.backends[0].virtual_service.client_policy.tls.validation.subject_alternative_names.match.exact #=> Array
2721
+ # resp.virtual_node.spec.backends[0].virtual_service.client_policy.tls.validation.subject_alternative_names.match.exact[0] #=> String
2478
2722
  # resp.virtual_node.spec.backends[0].virtual_service.client_policy.tls.validation.trust.acm.certificate_authority_arns #=> Array
2479
2723
  # resp.virtual_node.spec.backends[0].virtual_service.client_policy.tls.validation.trust.acm.certificate_authority_arns[0] #=> String
2480
2724
  # resp.virtual_node.spec.backends[0].virtual_service.client_policy.tls.validation.trust.file.certificate_chain #=> String
2725
+ # resp.virtual_node.spec.backends[0].virtual_service.client_policy.tls.validation.trust.sds.secret_name #=> String
2481
2726
  # resp.virtual_node.spec.backends[0].virtual_service.virtual_service_name #=> String
2482
2727
  # resp.virtual_node.spec.listeners #=> Array
2728
+ # resp.virtual_node.spec.listeners[0].connection_pool.grpc.max_requests #=> Integer
2729
+ # resp.virtual_node.spec.listeners[0].connection_pool.http.max_connections #=> Integer
2730
+ # resp.virtual_node.spec.listeners[0].connection_pool.http.max_pending_requests #=> Integer
2731
+ # resp.virtual_node.spec.listeners[0].connection_pool.http2.max_requests #=> Integer
2732
+ # resp.virtual_node.spec.listeners[0].connection_pool.tcp.max_connections #=> Integer
2483
2733
  # resp.virtual_node.spec.listeners[0].health_check.healthy_threshold #=> Integer
2484
2734
  # resp.virtual_node.spec.listeners[0].health_check.interval_millis #=> Integer
2485
2735
  # resp.virtual_node.spec.listeners[0].health_check.path #=> String
2486
2736
  # resp.virtual_node.spec.listeners[0].health_check.port #=> Integer
2487
- # resp.virtual_node.spec.listeners[0].health_check.protocol #=> String, one of "grpc", "http", "http2", "tcp"
2737
+ # resp.virtual_node.spec.listeners[0].health_check.protocol #=> String, one of "http", "tcp", "http2", "grpc"
2488
2738
  # resp.virtual_node.spec.listeners[0].health_check.timeout_millis #=> Integer
2489
2739
  # resp.virtual_node.spec.listeners[0].health_check.unhealthy_threshold #=> Integer
2740
+ # resp.virtual_node.spec.listeners[0].outlier_detection.base_ejection_duration.unit #=> String, one of "s", "ms"
2741
+ # resp.virtual_node.spec.listeners[0].outlier_detection.base_ejection_duration.value #=> Integer
2742
+ # resp.virtual_node.spec.listeners[0].outlier_detection.interval.unit #=> String, one of "s", "ms"
2743
+ # resp.virtual_node.spec.listeners[0].outlier_detection.interval.value #=> Integer
2744
+ # resp.virtual_node.spec.listeners[0].outlier_detection.max_ejection_percent #=> Integer
2745
+ # resp.virtual_node.spec.listeners[0].outlier_detection.max_server_errors #=> Integer
2490
2746
  # resp.virtual_node.spec.listeners[0].port_mapping.port #=> Integer
2491
- # resp.virtual_node.spec.listeners[0].port_mapping.protocol #=> String, one of "grpc", "http", "http2", "tcp"
2492
- # resp.virtual_node.spec.listeners[0].timeout.grpc.idle.unit #=> String, one of "ms", "s"
2747
+ # resp.virtual_node.spec.listeners[0].port_mapping.protocol #=> String, one of "http", "tcp", "http2", "grpc"
2748
+ # resp.virtual_node.spec.listeners[0].timeout.grpc.idle.unit #=> String, one of "s", "ms"
2493
2749
  # resp.virtual_node.spec.listeners[0].timeout.grpc.idle.value #=> Integer
2494
- # resp.virtual_node.spec.listeners[0].timeout.grpc.per_request.unit #=> String, one of "ms", "s"
2750
+ # resp.virtual_node.spec.listeners[0].timeout.grpc.per_request.unit #=> String, one of "s", "ms"
2495
2751
  # resp.virtual_node.spec.listeners[0].timeout.grpc.per_request.value #=> Integer
2496
- # resp.virtual_node.spec.listeners[0].timeout.http.idle.unit #=> String, one of "ms", "s"
2752
+ # resp.virtual_node.spec.listeners[0].timeout.http.idle.unit #=> String, one of "s", "ms"
2497
2753
  # resp.virtual_node.spec.listeners[0].timeout.http.idle.value #=> Integer
2498
- # resp.virtual_node.spec.listeners[0].timeout.http.per_request.unit #=> String, one of "ms", "s"
2754
+ # resp.virtual_node.spec.listeners[0].timeout.http.per_request.unit #=> String, one of "s", "ms"
2499
2755
  # resp.virtual_node.spec.listeners[0].timeout.http.per_request.value #=> Integer
2500
- # resp.virtual_node.spec.listeners[0].timeout.http2.idle.unit #=> String, one of "ms", "s"
2756
+ # resp.virtual_node.spec.listeners[0].timeout.http2.idle.unit #=> String, one of "s", "ms"
2501
2757
  # resp.virtual_node.spec.listeners[0].timeout.http2.idle.value #=> Integer
2502
- # resp.virtual_node.spec.listeners[0].timeout.http2.per_request.unit #=> String, one of "ms", "s"
2758
+ # resp.virtual_node.spec.listeners[0].timeout.http2.per_request.unit #=> String, one of "s", "ms"
2503
2759
  # resp.virtual_node.spec.listeners[0].timeout.http2.per_request.value #=> Integer
2504
- # resp.virtual_node.spec.listeners[0].timeout.tcp.idle.unit #=> String, one of "ms", "s"
2760
+ # resp.virtual_node.spec.listeners[0].timeout.tcp.idle.unit #=> String, one of "s", "ms"
2505
2761
  # resp.virtual_node.spec.listeners[0].timeout.tcp.idle.value #=> Integer
2506
2762
  # resp.virtual_node.spec.listeners[0].tls.certificate.acm.certificate_arn #=> String
2507
2763
  # resp.virtual_node.spec.listeners[0].tls.certificate.file.certificate_chain #=> String
2508
2764
  # resp.virtual_node.spec.listeners[0].tls.certificate.file.private_key #=> String
2509
- # resp.virtual_node.spec.listeners[0].tls.mode #=> String, one of "DISABLED", "PERMISSIVE", "STRICT"
2765
+ # resp.virtual_node.spec.listeners[0].tls.certificate.sds.secret_name #=> String
2766
+ # resp.virtual_node.spec.listeners[0].tls.mode #=> String, one of "STRICT", "PERMISSIVE", "DISABLED"
2767
+ # resp.virtual_node.spec.listeners[0].tls.validation.subject_alternative_names.match.exact #=> Array
2768
+ # resp.virtual_node.spec.listeners[0].tls.validation.subject_alternative_names.match.exact[0] #=> String
2769
+ # resp.virtual_node.spec.listeners[0].tls.validation.trust.file.certificate_chain #=> String
2770
+ # resp.virtual_node.spec.listeners[0].tls.validation.trust.sds.secret_name #=> String
2510
2771
  # resp.virtual_node.spec.logging.access_log.file.path #=> String
2511
2772
  # resp.virtual_node.spec.service_discovery.aws_cloud_map.attributes #=> Array
2512
2773
  # resp.virtual_node.spec.service_discovery.aws_cloud_map.attributes[0].key #=> String
@@ -2514,7 +2775,7 @@ module Aws::AppMesh
2514
2775
  # resp.virtual_node.spec.service_discovery.aws_cloud_map.namespace_name #=> String
2515
2776
  # resp.virtual_node.spec.service_discovery.aws_cloud_map.service_name #=> String
2516
2777
  # resp.virtual_node.spec.service_discovery.dns.hostname #=> String
2517
- # resp.virtual_node.status.status #=> String, one of "ACTIVE", "DELETED", "INACTIVE"
2778
+ # resp.virtual_node.status.status #=> String, one of "ACTIVE", "INACTIVE", "DELETED"
2518
2779
  # resp.virtual_node.virtual_node_name #=> String
2519
2780
  #
2520
2781
  # @see http://docs.aws.amazon.com/goto/WebAPI/appmesh-2019-01-25/DescribeVirtualNode AWS API Documentation
@@ -2568,8 +2829,8 @@ module Aws::AppMesh
2568
2829
  # resp.virtual_router.metadata.version #=> Integer
2569
2830
  # resp.virtual_router.spec.listeners #=> Array
2570
2831
  # resp.virtual_router.spec.listeners[0].port_mapping.port #=> Integer
2571
- # resp.virtual_router.spec.listeners[0].port_mapping.protocol #=> String, one of "grpc", "http", "http2", "tcp"
2572
- # resp.virtual_router.status.status #=> String, one of "ACTIVE", "DELETED", "INACTIVE"
2832
+ # resp.virtual_router.spec.listeners[0].port_mapping.protocol #=> String, one of "http", "tcp", "http2", "grpc"
2833
+ # resp.virtual_router.status.status #=> String, one of "ACTIVE", "INACTIVE", "DELETED"
2573
2834
  # resp.virtual_router.virtual_router_name #=> String
2574
2835
  #
2575
2836
  # @see http://docs.aws.amazon.com/goto/WebAPI/appmesh-2019-01-25/DescribeVirtualRouter AWS API Documentation
@@ -2623,7 +2884,7 @@ module Aws::AppMesh
2623
2884
  # resp.virtual_service.metadata.version #=> Integer
2624
2885
  # resp.virtual_service.spec.provider.virtual_node.virtual_node_name #=> String
2625
2886
  # resp.virtual_service.spec.provider.virtual_router.virtual_router_name #=> String
2626
- # resp.virtual_service.status.status #=> String, one of "ACTIVE", "DELETED", "INACTIVE"
2887
+ # resp.virtual_service.status.status #=> String, one of "ACTIVE", "INACTIVE", "DELETED"
2627
2888
  # resp.virtual_service.virtual_service_name #=> String
2628
2889
  #
2629
2890
  # @see http://docs.aws.amazon.com/goto/WebAPI/appmesh-2019-01-25/DescribeVirtualService AWS API Documentation
@@ -3194,7 +3455,7 @@ module Aws::AppMesh
3194
3455
  # tags: [ # required
3195
3456
  # {
3196
3457
  # key: "TagKey", # required
3197
- # value: "TagValue",
3458
+ # value: "TagValue", # required
3198
3459
  # },
3199
3460
  # ],
3200
3461
  # })
@@ -3338,7 +3599,7 @@ module Aws::AppMesh
3338
3599
  # resp.gateway_route.spec.http2_route.match.prefix #=> String
3339
3600
  # resp.gateway_route.spec.http_route.action.target.virtual_service.virtual_service_name #=> String
3340
3601
  # resp.gateway_route.spec.http_route.match.prefix #=> String
3341
- # resp.gateway_route.status.status #=> String, one of "ACTIVE", "DELETED", "INACTIVE"
3602
+ # resp.gateway_route.status.status #=> String, one of "ACTIVE", "INACTIVE", "DELETED"
3342
3603
  # resp.gateway_route.virtual_gateway_name #=> String
3343
3604
  #
3344
3605
  # @see http://docs.aws.amazon.com/goto/WebAPI/appmesh-2019-01-25/UpdateGatewayRoute AWS API Documentation
@@ -3393,7 +3654,7 @@ module Aws::AppMesh
3393
3654
  # resp.mesh.metadata.uid #=> String
3394
3655
  # resp.mesh.metadata.version #=> Integer
3395
3656
  # resp.mesh.spec.egress_filter.type #=> String, one of "ALLOW_ALL", "DROP_ALL"
3396
- # resp.mesh.status.status #=> String, one of "ACTIVE", "DELETED", "INACTIVE"
3657
+ # resp.mesh.status.status #=> String, one of "ACTIVE", "INACTIVE", "DELETED"
3397
3658
  #
3398
3659
  # @see http://docs.aws.amazon.com/goto/WebAPI/appmesh-2019-01-25/UpdateMesh AWS API Documentation
3399
3660
  #
@@ -3484,18 +3745,18 @@ module Aws::AppMesh
3484
3745
  # http_retry_events: ["HttpRetryPolicyEvent"],
3485
3746
  # max_retries: 1, # required
3486
3747
  # per_retry_timeout: { # required
3487
- # unit: "ms", # accepts ms, s
3748
+ # unit: "s", # accepts s, ms
3488
3749
  # value: 1,
3489
3750
  # },
3490
3751
  # tcp_retry_events: ["connection-error"], # accepts connection-error
3491
3752
  # },
3492
3753
  # timeout: {
3493
3754
  # idle: {
3494
- # unit: "ms", # accepts ms, s
3755
+ # unit: "s", # accepts s, ms
3495
3756
  # value: 1,
3496
3757
  # },
3497
3758
  # per_request: {
3498
- # unit: "ms", # accepts ms, s
3759
+ # unit: "s", # accepts s, ms
3499
3760
  # value: 1,
3500
3761
  # },
3501
3762
  # },
@@ -3526,7 +3787,7 @@ module Aws::AppMesh
3526
3787
  # name: "HeaderName", # required
3527
3788
  # },
3528
3789
  # ],
3529
- # method: "CONNECT", # accepts CONNECT, DELETE, GET, HEAD, OPTIONS, PATCH, POST, PUT, TRACE
3790
+ # method: "GET", # accepts GET, HEAD, POST, PUT, DELETE, CONNECT, OPTIONS, TRACE, PATCH
3530
3791
  # prefix: "String", # required
3531
3792
  # scheme: "http", # accepts http, https
3532
3793
  # },
@@ -3534,18 +3795,18 @@ module Aws::AppMesh
3534
3795
  # http_retry_events: ["HttpRetryPolicyEvent"],
3535
3796
  # max_retries: 1, # required
3536
3797
  # per_retry_timeout: { # required
3537
- # unit: "ms", # accepts ms, s
3798
+ # unit: "s", # accepts s, ms
3538
3799
  # value: 1,
3539
3800
  # },
3540
3801
  # tcp_retry_events: ["connection-error"], # accepts connection-error
3541
3802
  # },
3542
3803
  # timeout: {
3543
3804
  # idle: {
3544
- # unit: "ms", # accepts ms, s
3805
+ # unit: "s", # accepts s, ms
3545
3806
  # value: 1,
3546
3807
  # },
3547
3808
  # per_request: {
3548
- # unit: "ms", # accepts ms, s
3809
+ # unit: "s", # accepts s, ms
3549
3810
  # value: 1,
3550
3811
  # },
3551
3812
  # },
@@ -3576,7 +3837,7 @@ module Aws::AppMesh
3576
3837
  # name: "HeaderName", # required
3577
3838
  # },
3578
3839
  # ],
3579
- # method: "CONNECT", # accepts CONNECT, DELETE, GET, HEAD, OPTIONS, PATCH, POST, PUT, TRACE
3840
+ # method: "GET", # accepts GET, HEAD, POST, PUT, DELETE, CONNECT, OPTIONS, TRACE, PATCH
3580
3841
  # prefix: "String", # required
3581
3842
  # scheme: "http", # accepts http, https
3582
3843
  # },
@@ -3584,18 +3845,18 @@ module Aws::AppMesh
3584
3845
  # http_retry_events: ["HttpRetryPolicyEvent"],
3585
3846
  # max_retries: 1, # required
3586
3847
  # per_retry_timeout: { # required
3587
- # unit: "ms", # accepts ms, s
3848
+ # unit: "s", # accepts s, ms
3588
3849
  # value: 1,
3589
3850
  # },
3590
3851
  # tcp_retry_events: ["connection-error"], # accepts connection-error
3591
3852
  # },
3592
3853
  # timeout: {
3593
3854
  # idle: {
3594
- # unit: "ms", # accepts ms, s
3855
+ # unit: "s", # accepts s, ms
3595
3856
  # value: 1,
3596
3857
  # },
3597
3858
  # per_request: {
3598
- # unit: "ms", # accepts ms, s
3859
+ # unit: "s", # accepts s, ms
3599
3860
  # value: 1,
3600
3861
  # },
3601
3862
  # },
@@ -3612,7 +3873,7 @@ module Aws::AppMesh
3612
3873
  # },
3613
3874
  # timeout: {
3614
3875
  # idle: {
3615
- # unit: "ms", # accepts ms, s
3876
+ # unit: "s", # accepts s, ms
3616
3877
  # value: 1,
3617
3878
  # },
3618
3879
  # },
@@ -3651,13 +3912,13 @@ module Aws::AppMesh
3651
3912
  # resp.route.spec.grpc_route.retry_policy.http_retry_events #=> Array
3652
3913
  # resp.route.spec.grpc_route.retry_policy.http_retry_events[0] #=> String
3653
3914
  # resp.route.spec.grpc_route.retry_policy.max_retries #=> Integer
3654
- # resp.route.spec.grpc_route.retry_policy.per_retry_timeout.unit #=> String, one of "ms", "s"
3915
+ # resp.route.spec.grpc_route.retry_policy.per_retry_timeout.unit #=> String, one of "s", "ms"
3655
3916
  # resp.route.spec.grpc_route.retry_policy.per_retry_timeout.value #=> Integer
3656
3917
  # resp.route.spec.grpc_route.retry_policy.tcp_retry_events #=> Array
3657
3918
  # resp.route.spec.grpc_route.retry_policy.tcp_retry_events[0] #=> String, one of "connection-error"
3658
- # resp.route.spec.grpc_route.timeout.idle.unit #=> String, one of "ms", "s"
3919
+ # resp.route.spec.grpc_route.timeout.idle.unit #=> String, one of "s", "ms"
3659
3920
  # resp.route.spec.grpc_route.timeout.idle.value #=> Integer
3660
- # resp.route.spec.grpc_route.timeout.per_request.unit #=> String, one of "ms", "s"
3921
+ # resp.route.spec.grpc_route.timeout.per_request.unit #=> String, one of "s", "ms"
3661
3922
  # resp.route.spec.grpc_route.timeout.per_request.value #=> Integer
3662
3923
  # resp.route.spec.http2_route.action.weighted_targets #=> Array
3663
3924
  # resp.route.spec.http2_route.action.weighted_targets[0].virtual_node #=> String
@@ -3671,19 +3932,19 @@ module Aws::AppMesh
3671
3932
  # resp.route.spec.http2_route.match.headers[0].match.regex #=> String
3672
3933
  # resp.route.spec.http2_route.match.headers[0].match.suffix #=> String
3673
3934
  # resp.route.spec.http2_route.match.headers[0].name #=> String
3674
- # resp.route.spec.http2_route.match.method #=> String, one of "CONNECT", "DELETE", "GET", "HEAD", "OPTIONS", "PATCH", "POST", "PUT", "TRACE"
3935
+ # resp.route.spec.http2_route.match.method #=> String, one of "GET", "HEAD", "POST", "PUT", "DELETE", "CONNECT", "OPTIONS", "TRACE", "PATCH"
3675
3936
  # resp.route.spec.http2_route.match.prefix #=> String
3676
3937
  # resp.route.spec.http2_route.match.scheme #=> String, one of "http", "https"
3677
3938
  # resp.route.spec.http2_route.retry_policy.http_retry_events #=> Array
3678
3939
  # resp.route.spec.http2_route.retry_policy.http_retry_events[0] #=> String
3679
3940
  # resp.route.spec.http2_route.retry_policy.max_retries #=> Integer
3680
- # resp.route.spec.http2_route.retry_policy.per_retry_timeout.unit #=> String, one of "ms", "s"
3941
+ # resp.route.spec.http2_route.retry_policy.per_retry_timeout.unit #=> String, one of "s", "ms"
3681
3942
  # resp.route.spec.http2_route.retry_policy.per_retry_timeout.value #=> Integer
3682
3943
  # resp.route.spec.http2_route.retry_policy.tcp_retry_events #=> Array
3683
3944
  # resp.route.spec.http2_route.retry_policy.tcp_retry_events[0] #=> String, one of "connection-error"
3684
- # resp.route.spec.http2_route.timeout.idle.unit #=> String, one of "ms", "s"
3945
+ # resp.route.spec.http2_route.timeout.idle.unit #=> String, one of "s", "ms"
3685
3946
  # resp.route.spec.http2_route.timeout.idle.value #=> Integer
3686
- # resp.route.spec.http2_route.timeout.per_request.unit #=> String, one of "ms", "s"
3947
+ # resp.route.spec.http2_route.timeout.per_request.unit #=> String, one of "s", "ms"
3687
3948
  # resp.route.spec.http2_route.timeout.per_request.value #=> Integer
3688
3949
  # resp.route.spec.http_route.action.weighted_targets #=> Array
3689
3950
  # resp.route.spec.http_route.action.weighted_targets[0].virtual_node #=> String
@@ -3697,27 +3958,27 @@ module Aws::AppMesh
3697
3958
  # resp.route.spec.http_route.match.headers[0].match.regex #=> String
3698
3959
  # resp.route.spec.http_route.match.headers[0].match.suffix #=> String
3699
3960
  # resp.route.spec.http_route.match.headers[0].name #=> String
3700
- # resp.route.spec.http_route.match.method #=> String, one of "CONNECT", "DELETE", "GET", "HEAD", "OPTIONS", "PATCH", "POST", "PUT", "TRACE"
3961
+ # resp.route.spec.http_route.match.method #=> String, one of "GET", "HEAD", "POST", "PUT", "DELETE", "CONNECT", "OPTIONS", "TRACE", "PATCH"
3701
3962
  # resp.route.spec.http_route.match.prefix #=> String
3702
3963
  # resp.route.spec.http_route.match.scheme #=> String, one of "http", "https"
3703
3964
  # resp.route.spec.http_route.retry_policy.http_retry_events #=> Array
3704
3965
  # resp.route.spec.http_route.retry_policy.http_retry_events[0] #=> String
3705
3966
  # resp.route.spec.http_route.retry_policy.max_retries #=> Integer
3706
- # resp.route.spec.http_route.retry_policy.per_retry_timeout.unit #=> String, one of "ms", "s"
3967
+ # resp.route.spec.http_route.retry_policy.per_retry_timeout.unit #=> String, one of "s", "ms"
3707
3968
  # resp.route.spec.http_route.retry_policy.per_retry_timeout.value #=> Integer
3708
3969
  # resp.route.spec.http_route.retry_policy.tcp_retry_events #=> Array
3709
3970
  # resp.route.spec.http_route.retry_policy.tcp_retry_events[0] #=> String, one of "connection-error"
3710
- # resp.route.spec.http_route.timeout.idle.unit #=> String, one of "ms", "s"
3971
+ # resp.route.spec.http_route.timeout.idle.unit #=> String, one of "s", "ms"
3711
3972
  # resp.route.spec.http_route.timeout.idle.value #=> Integer
3712
- # resp.route.spec.http_route.timeout.per_request.unit #=> String, one of "ms", "s"
3973
+ # resp.route.spec.http_route.timeout.per_request.unit #=> String, one of "s", "ms"
3713
3974
  # resp.route.spec.http_route.timeout.per_request.value #=> Integer
3714
3975
  # resp.route.spec.priority #=> Integer
3715
3976
  # resp.route.spec.tcp_route.action.weighted_targets #=> Array
3716
3977
  # resp.route.spec.tcp_route.action.weighted_targets[0].virtual_node #=> String
3717
3978
  # resp.route.spec.tcp_route.action.weighted_targets[0].weight #=> Integer
3718
- # resp.route.spec.tcp_route.timeout.idle.unit #=> String, one of "ms", "s"
3979
+ # resp.route.spec.tcp_route.timeout.idle.unit #=> String, one of "s", "ms"
3719
3980
  # resp.route.spec.tcp_route.timeout.idle.value #=> Integer
3720
- # resp.route.status.status #=> String, one of "ACTIVE", "DELETED", "INACTIVE"
3981
+ # resp.route.status.status #=> String, one of "ACTIVE", "INACTIVE", "DELETED"
3721
3982
  # resp.route.virtual_router_name #=> String
3722
3983
  #
3723
3984
  # @see http://docs.aws.amazon.com/goto/WebAPI/appmesh-2019-01-25/UpdateRoute AWS API Documentation
@@ -3773,9 +4034,23 @@ module Aws::AppMesh
3773
4034
  # backend_defaults: {
3774
4035
  # client_policy: {
3775
4036
  # tls: {
4037
+ # certificate: {
4038
+ # file: {
4039
+ # certificate_chain: "FilePath", # required
4040
+ # private_key: "FilePath", # required
4041
+ # },
4042
+ # sds: {
4043
+ # secret_name: "VirtualGatewaySdsSecretName", # required
4044
+ # },
4045
+ # },
3776
4046
  # enforce: false,
3777
4047
  # ports: [1],
3778
4048
  # validation: { # required
4049
+ # subject_alternative_names: {
4050
+ # match: { # required
4051
+ # exact: ["SubjectAlternativeName"], # required
4052
+ # },
4053
+ # },
3779
4054
  # trust: { # required
3780
4055
  # acm: {
3781
4056
  # certificate_authority_arns: ["Arn"], # required
@@ -3783,6 +4058,9 @@ module Aws::AppMesh
3783
4058
  # file: {
3784
4059
  # certificate_chain: "FilePath", # required
3785
4060
  # },
4061
+ # sds: {
4062
+ # secret_name: "VirtualGatewaySdsSecretName", # required
4063
+ # },
3786
4064
  # },
3787
4065
  # },
3788
4066
  # },
@@ -3790,18 +4068,30 @@ module Aws::AppMesh
3790
4068
  # },
3791
4069
  # listeners: [ # required
3792
4070
  # {
4071
+ # connection_pool: {
4072
+ # grpc: {
4073
+ # max_requests: 1, # required
4074
+ # },
4075
+ # http: {
4076
+ # max_connections: 1, # required
4077
+ # max_pending_requests: 1,
4078
+ # },
4079
+ # http2: {
4080
+ # max_requests: 1, # required
4081
+ # },
4082
+ # },
3793
4083
  # health_check: {
3794
4084
  # healthy_threshold: 1, # required
3795
4085
  # interval_millis: 1, # required
3796
4086
  # path: "String",
3797
4087
  # port: 1,
3798
- # protocol: "grpc", # required, accepts grpc, http, http2
4088
+ # protocol: "http", # required, accepts http, http2, grpc
3799
4089
  # timeout_millis: 1, # required
3800
4090
  # unhealthy_threshold: 1, # required
3801
4091
  # },
3802
4092
  # port_mapping: { # required
3803
4093
  # port: 1, # required
3804
- # protocol: "grpc", # required, accepts grpc, http, http2
4094
+ # protocol: "http", # required, accepts http, http2, grpc
3805
4095
  # },
3806
4096
  # tls: {
3807
4097
  # certificate: { # required
@@ -3812,8 +4102,26 @@ module Aws::AppMesh
3812
4102
  # certificate_chain: "FilePath", # required
3813
4103
  # private_key: "FilePath", # required
3814
4104
  # },
4105
+ # sds: {
4106
+ # secret_name: "VirtualGatewaySdsSecretName", # required
4107
+ # },
4108
+ # },
4109
+ # mode: "STRICT", # required, accepts STRICT, PERMISSIVE, DISABLED
4110
+ # validation: {
4111
+ # subject_alternative_names: {
4112
+ # match: { # required
4113
+ # exact: ["SubjectAlternativeName"], # required
4114
+ # },
4115
+ # },
4116
+ # trust: { # required
4117
+ # file: {
4118
+ # certificate_chain: "FilePath", # required
4119
+ # },
4120
+ # sds: {
4121
+ # secret_name: "VirtualGatewaySdsSecretName", # required
4122
+ # },
4123
+ # },
3815
4124
  # },
3816
- # mode: "DISABLED", # required, accepts DISABLED, PERMISSIVE, STRICT
3817
4125
  # },
3818
4126
  # },
3819
4127
  # ],
@@ -3838,28 +4146,43 @@ module Aws::AppMesh
3838
4146
  # resp.virtual_gateway.metadata.resource_owner #=> String
3839
4147
  # resp.virtual_gateway.metadata.uid #=> String
3840
4148
  # resp.virtual_gateway.metadata.version #=> Integer
4149
+ # resp.virtual_gateway.spec.backend_defaults.client_policy.tls.certificate.file.certificate_chain #=> String
4150
+ # resp.virtual_gateway.spec.backend_defaults.client_policy.tls.certificate.file.private_key #=> String
4151
+ # resp.virtual_gateway.spec.backend_defaults.client_policy.tls.certificate.sds.secret_name #=> String
3841
4152
  # resp.virtual_gateway.spec.backend_defaults.client_policy.tls.enforce #=> Boolean
3842
4153
  # resp.virtual_gateway.spec.backend_defaults.client_policy.tls.ports #=> Array
3843
4154
  # resp.virtual_gateway.spec.backend_defaults.client_policy.tls.ports[0] #=> Integer
4155
+ # resp.virtual_gateway.spec.backend_defaults.client_policy.tls.validation.subject_alternative_names.match.exact #=> Array
4156
+ # resp.virtual_gateway.spec.backend_defaults.client_policy.tls.validation.subject_alternative_names.match.exact[0] #=> String
3844
4157
  # resp.virtual_gateway.spec.backend_defaults.client_policy.tls.validation.trust.acm.certificate_authority_arns #=> Array
3845
4158
  # resp.virtual_gateway.spec.backend_defaults.client_policy.tls.validation.trust.acm.certificate_authority_arns[0] #=> String
3846
4159
  # resp.virtual_gateway.spec.backend_defaults.client_policy.tls.validation.trust.file.certificate_chain #=> String
4160
+ # resp.virtual_gateway.spec.backend_defaults.client_policy.tls.validation.trust.sds.secret_name #=> String
3847
4161
  # resp.virtual_gateway.spec.listeners #=> Array
4162
+ # resp.virtual_gateway.spec.listeners[0].connection_pool.grpc.max_requests #=> Integer
4163
+ # resp.virtual_gateway.spec.listeners[0].connection_pool.http.max_connections #=> Integer
4164
+ # resp.virtual_gateway.spec.listeners[0].connection_pool.http.max_pending_requests #=> Integer
4165
+ # resp.virtual_gateway.spec.listeners[0].connection_pool.http2.max_requests #=> Integer
3848
4166
  # resp.virtual_gateway.spec.listeners[0].health_check.healthy_threshold #=> Integer
3849
4167
  # resp.virtual_gateway.spec.listeners[0].health_check.interval_millis #=> Integer
3850
4168
  # resp.virtual_gateway.spec.listeners[0].health_check.path #=> String
3851
4169
  # resp.virtual_gateway.spec.listeners[0].health_check.port #=> Integer
3852
- # resp.virtual_gateway.spec.listeners[0].health_check.protocol #=> String, one of "grpc", "http", "http2"
4170
+ # resp.virtual_gateway.spec.listeners[0].health_check.protocol #=> String, one of "http", "http2", "grpc"
3853
4171
  # resp.virtual_gateway.spec.listeners[0].health_check.timeout_millis #=> Integer
3854
4172
  # resp.virtual_gateway.spec.listeners[0].health_check.unhealthy_threshold #=> Integer
3855
4173
  # resp.virtual_gateway.spec.listeners[0].port_mapping.port #=> Integer
3856
- # resp.virtual_gateway.spec.listeners[0].port_mapping.protocol #=> String, one of "grpc", "http", "http2"
4174
+ # resp.virtual_gateway.spec.listeners[0].port_mapping.protocol #=> String, one of "http", "http2", "grpc"
3857
4175
  # resp.virtual_gateway.spec.listeners[0].tls.certificate.acm.certificate_arn #=> String
3858
4176
  # resp.virtual_gateway.spec.listeners[0].tls.certificate.file.certificate_chain #=> String
3859
4177
  # resp.virtual_gateway.spec.listeners[0].tls.certificate.file.private_key #=> String
3860
- # resp.virtual_gateway.spec.listeners[0].tls.mode #=> String, one of "DISABLED", "PERMISSIVE", "STRICT"
4178
+ # resp.virtual_gateway.spec.listeners[0].tls.certificate.sds.secret_name #=> String
4179
+ # resp.virtual_gateway.spec.listeners[0].tls.mode #=> String, one of "STRICT", "PERMISSIVE", "DISABLED"
4180
+ # resp.virtual_gateway.spec.listeners[0].tls.validation.subject_alternative_names.match.exact #=> Array
4181
+ # resp.virtual_gateway.spec.listeners[0].tls.validation.subject_alternative_names.match.exact[0] #=> String
4182
+ # resp.virtual_gateway.spec.listeners[0].tls.validation.trust.file.certificate_chain #=> String
4183
+ # resp.virtual_gateway.spec.listeners[0].tls.validation.trust.sds.secret_name #=> String
3861
4184
  # resp.virtual_gateway.spec.logging.access_log.file.path #=> String
3862
- # resp.virtual_gateway.status.status #=> String, one of "ACTIVE", "DELETED", "INACTIVE"
4185
+ # resp.virtual_gateway.status.status #=> String, one of "ACTIVE", "INACTIVE", "DELETED"
3863
4186
  # resp.virtual_gateway.virtual_gateway_name #=> String
3864
4187
  #
3865
4188
  # @see http://docs.aws.amazon.com/goto/WebAPI/appmesh-2019-01-25/UpdateVirtualGateway AWS API Documentation
@@ -3915,9 +4238,23 @@ module Aws::AppMesh
3915
4238
  # backend_defaults: {
3916
4239
  # client_policy: {
3917
4240
  # tls: {
4241
+ # certificate: {
4242
+ # file: {
4243
+ # certificate_chain: "FilePath", # required
4244
+ # private_key: "FilePath", # required
4245
+ # },
4246
+ # sds: {
4247
+ # secret_name: "SdsSecretName", # required
4248
+ # },
4249
+ # },
3918
4250
  # enforce: false,
3919
4251
  # ports: [1],
3920
4252
  # validation: { # required
4253
+ # subject_alternative_names: {
4254
+ # match: { # required
4255
+ # exact: ["SubjectAlternativeName"], # required
4256
+ # },
4257
+ # },
3921
4258
  # trust: { # required
3922
4259
  # acm: {
3923
4260
  # certificate_authority_arns: ["Arn"], # required
@@ -3925,6 +4262,9 @@ module Aws::AppMesh
3925
4262
  # file: {
3926
4263
  # certificate_chain: "FilePath", # required
3927
4264
  # },
4265
+ # sds: {
4266
+ # secret_name: "SdsSecretName", # required
4267
+ # },
3928
4268
  # },
3929
4269
  # },
3930
4270
  # },
@@ -3935,9 +4275,23 @@ module Aws::AppMesh
3935
4275
  # virtual_service: {
3936
4276
  # client_policy: {
3937
4277
  # tls: {
4278
+ # certificate: {
4279
+ # file: {
4280
+ # certificate_chain: "FilePath", # required
4281
+ # private_key: "FilePath", # required
4282
+ # },
4283
+ # sds: {
4284
+ # secret_name: "SdsSecretName", # required
4285
+ # },
4286
+ # },
3938
4287
  # enforce: false,
3939
4288
  # ports: [1],
3940
4289
  # validation: { # required
4290
+ # subject_alternative_names: {
4291
+ # match: { # required
4292
+ # exact: ["SubjectAlternativeName"], # required
4293
+ # },
4294
+ # },
3941
4295
  # trust: { # required
3942
4296
  # acm: {
3943
4297
  # certificate_authority_arns: ["Arn"], # required
@@ -3945,6 +4299,9 @@ module Aws::AppMesh
3945
4299
  # file: {
3946
4300
  # certificate_chain: "FilePath", # required
3947
4301
  # },
4302
+ # sds: {
4303
+ # secret_name: "SdsSecretName", # required
4304
+ # },
3948
4305
  # },
3949
4306
  # },
3950
4307
  # },
@@ -3955,53 +4312,80 @@ module Aws::AppMesh
3955
4312
  # ],
3956
4313
  # listeners: [
3957
4314
  # {
4315
+ # connection_pool: {
4316
+ # grpc: {
4317
+ # max_requests: 1, # required
4318
+ # },
4319
+ # http: {
4320
+ # max_connections: 1, # required
4321
+ # max_pending_requests: 1,
4322
+ # },
4323
+ # http2: {
4324
+ # max_requests: 1, # required
4325
+ # },
4326
+ # tcp: {
4327
+ # max_connections: 1, # required
4328
+ # },
4329
+ # },
3958
4330
  # health_check: {
3959
4331
  # healthy_threshold: 1, # required
3960
4332
  # interval_millis: 1, # required
3961
4333
  # path: "String",
3962
4334
  # port: 1,
3963
- # protocol: "grpc", # required, accepts grpc, http, http2, tcp
4335
+ # protocol: "http", # required, accepts http, tcp, http2, grpc
3964
4336
  # timeout_millis: 1, # required
3965
4337
  # unhealthy_threshold: 1, # required
3966
4338
  # },
4339
+ # outlier_detection: {
4340
+ # base_ejection_duration: { # required
4341
+ # unit: "s", # accepts s, ms
4342
+ # value: 1,
4343
+ # },
4344
+ # interval: { # required
4345
+ # unit: "s", # accepts s, ms
4346
+ # value: 1,
4347
+ # },
4348
+ # max_ejection_percent: 1, # required
4349
+ # max_server_errors: 1, # required
4350
+ # },
3967
4351
  # port_mapping: { # required
3968
4352
  # port: 1, # required
3969
- # protocol: "grpc", # required, accepts grpc, http, http2, tcp
4353
+ # protocol: "http", # required, accepts http, tcp, http2, grpc
3970
4354
  # },
3971
4355
  # timeout: {
3972
4356
  # grpc: {
3973
4357
  # idle: {
3974
- # unit: "ms", # accepts ms, s
4358
+ # unit: "s", # accepts s, ms
3975
4359
  # value: 1,
3976
4360
  # },
3977
4361
  # per_request: {
3978
- # unit: "ms", # accepts ms, s
4362
+ # unit: "s", # accepts s, ms
3979
4363
  # value: 1,
3980
4364
  # },
3981
4365
  # },
3982
4366
  # http: {
3983
4367
  # idle: {
3984
- # unit: "ms", # accepts ms, s
4368
+ # unit: "s", # accepts s, ms
3985
4369
  # value: 1,
3986
4370
  # },
3987
4371
  # per_request: {
3988
- # unit: "ms", # accepts ms, s
4372
+ # unit: "s", # accepts s, ms
3989
4373
  # value: 1,
3990
4374
  # },
3991
4375
  # },
3992
4376
  # http2: {
3993
4377
  # idle: {
3994
- # unit: "ms", # accepts ms, s
4378
+ # unit: "s", # accepts s, ms
3995
4379
  # value: 1,
3996
4380
  # },
3997
4381
  # per_request: {
3998
- # unit: "ms", # accepts ms, s
4382
+ # unit: "s", # accepts s, ms
3999
4383
  # value: 1,
4000
4384
  # },
4001
4385
  # },
4002
4386
  # tcp: {
4003
4387
  # idle: {
4004
- # unit: "ms", # accepts ms, s
4388
+ # unit: "s", # accepts s, ms
4005
4389
  # value: 1,
4006
4390
  # },
4007
4391
  # },
@@ -4015,8 +4399,26 @@ module Aws::AppMesh
4015
4399
  # certificate_chain: "FilePath", # required
4016
4400
  # private_key: "FilePath", # required
4017
4401
  # },
4402
+ # sds: {
4403
+ # secret_name: "SdsSecretName", # required
4404
+ # },
4405
+ # },
4406
+ # mode: "STRICT", # required, accepts STRICT, PERMISSIVE, DISABLED
4407
+ # validation: {
4408
+ # subject_alternative_names: {
4409
+ # match: { # required
4410
+ # exact: ["SubjectAlternativeName"], # required
4411
+ # },
4412
+ # },
4413
+ # trust: { # required
4414
+ # file: {
4415
+ # certificate_chain: "FilePath", # required
4416
+ # },
4417
+ # sds: {
4418
+ # secret_name: "SdsSecretName", # required
4419
+ # },
4420
+ # },
4018
4421
  # },
4019
- # mode: "DISABLED", # required, accepts DISABLED, PERMISSIVE, STRICT
4020
4422
  # },
4021
4423
  # },
4022
4424
  # ],
@@ -4056,48 +4458,76 @@ module Aws::AppMesh
4056
4458
  # resp.virtual_node.metadata.resource_owner #=> String
4057
4459
  # resp.virtual_node.metadata.uid #=> String
4058
4460
  # resp.virtual_node.metadata.version #=> Integer
4461
+ # resp.virtual_node.spec.backend_defaults.client_policy.tls.certificate.file.certificate_chain #=> String
4462
+ # resp.virtual_node.spec.backend_defaults.client_policy.tls.certificate.file.private_key #=> String
4463
+ # resp.virtual_node.spec.backend_defaults.client_policy.tls.certificate.sds.secret_name #=> String
4059
4464
  # resp.virtual_node.spec.backend_defaults.client_policy.tls.enforce #=> Boolean
4060
4465
  # resp.virtual_node.spec.backend_defaults.client_policy.tls.ports #=> Array
4061
4466
  # resp.virtual_node.spec.backend_defaults.client_policy.tls.ports[0] #=> Integer
4467
+ # resp.virtual_node.spec.backend_defaults.client_policy.tls.validation.subject_alternative_names.match.exact #=> Array
4468
+ # resp.virtual_node.spec.backend_defaults.client_policy.tls.validation.subject_alternative_names.match.exact[0] #=> String
4062
4469
  # resp.virtual_node.spec.backend_defaults.client_policy.tls.validation.trust.acm.certificate_authority_arns #=> Array
4063
4470
  # resp.virtual_node.spec.backend_defaults.client_policy.tls.validation.trust.acm.certificate_authority_arns[0] #=> String
4064
4471
  # resp.virtual_node.spec.backend_defaults.client_policy.tls.validation.trust.file.certificate_chain #=> String
4472
+ # resp.virtual_node.spec.backend_defaults.client_policy.tls.validation.trust.sds.secret_name #=> String
4065
4473
  # resp.virtual_node.spec.backends #=> Array
4474
+ # resp.virtual_node.spec.backends[0].virtual_service.client_policy.tls.certificate.file.certificate_chain #=> String
4475
+ # resp.virtual_node.spec.backends[0].virtual_service.client_policy.tls.certificate.file.private_key #=> String
4476
+ # resp.virtual_node.spec.backends[0].virtual_service.client_policy.tls.certificate.sds.secret_name #=> String
4066
4477
  # resp.virtual_node.spec.backends[0].virtual_service.client_policy.tls.enforce #=> Boolean
4067
4478
  # resp.virtual_node.spec.backends[0].virtual_service.client_policy.tls.ports #=> Array
4068
4479
  # resp.virtual_node.spec.backends[0].virtual_service.client_policy.tls.ports[0] #=> Integer
4480
+ # resp.virtual_node.spec.backends[0].virtual_service.client_policy.tls.validation.subject_alternative_names.match.exact #=> Array
4481
+ # resp.virtual_node.spec.backends[0].virtual_service.client_policy.tls.validation.subject_alternative_names.match.exact[0] #=> String
4069
4482
  # resp.virtual_node.spec.backends[0].virtual_service.client_policy.tls.validation.trust.acm.certificate_authority_arns #=> Array
4070
4483
  # resp.virtual_node.spec.backends[0].virtual_service.client_policy.tls.validation.trust.acm.certificate_authority_arns[0] #=> String
4071
4484
  # resp.virtual_node.spec.backends[0].virtual_service.client_policy.tls.validation.trust.file.certificate_chain #=> String
4485
+ # resp.virtual_node.spec.backends[0].virtual_service.client_policy.tls.validation.trust.sds.secret_name #=> String
4072
4486
  # resp.virtual_node.spec.backends[0].virtual_service.virtual_service_name #=> String
4073
4487
  # resp.virtual_node.spec.listeners #=> Array
4488
+ # resp.virtual_node.spec.listeners[0].connection_pool.grpc.max_requests #=> Integer
4489
+ # resp.virtual_node.spec.listeners[0].connection_pool.http.max_connections #=> Integer
4490
+ # resp.virtual_node.spec.listeners[0].connection_pool.http.max_pending_requests #=> Integer
4491
+ # resp.virtual_node.spec.listeners[0].connection_pool.http2.max_requests #=> Integer
4492
+ # resp.virtual_node.spec.listeners[0].connection_pool.tcp.max_connections #=> Integer
4074
4493
  # resp.virtual_node.spec.listeners[0].health_check.healthy_threshold #=> Integer
4075
4494
  # resp.virtual_node.spec.listeners[0].health_check.interval_millis #=> Integer
4076
4495
  # resp.virtual_node.spec.listeners[0].health_check.path #=> String
4077
4496
  # resp.virtual_node.spec.listeners[0].health_check.port #=> Integer
4078
- # resp.virtual_node.spec.listeners[0].health_check.protocol #=> String, one of "grpc", "http", "http2", "tcp"
4497
+ # resp.virtual_node.spec.listeners[0].health_check.protocol #=> String, one of "http", "tcp", "http2", "grpc"
4079
4498
  # resp.virtual_node.spec.listeners[0].health_check.timeout_millis #=> Integer
4080
4499
  # resp.virtual_node.spec.listeners[0].health_check.unhealthy_threshold #=> Integer
4500
+ # resp.virtual_node.spec.listeners[0].outlier_detection.base_ejection_duration.unit #=> String, one of "s", "ms"
4501
+ # resp.virtual_node.spec.listeners[0].outlier_detection.base_ejection_duration.value #=> Integer
4502
+ # resp.virtual_node.spec.listeners[0].outlier_detection.interval.unit #=> String, one of "s", "ms"
4503
+ # resp.virtual_node.spec.listeners[0].outlier_detection.interval.value #=> Integer
4504
+ # resp.virtual_node.spec.listeners[0].outlier_detection.max_ejection_percent #=> Integer
4505
+ # resp.virtual_node.spec.listeners[0].outlier_detection.max_server_errors #=> Integer
4081
4506
  # resp.virtual_node.spec.listeners[0].port_mapping.port #=> Integer
4082
- # resp.virtual_node.spec.listeners[0].port_mapping.protocol #=> String, one of "grpc", "http", "http2", "tcp"
4083
- # resp.virtual_node.spec.listeners[0].timeout.grpc.idle.unit #=> String, one of "ms", "s"
4507
+ # resp.virtual_node.spec.listeners[0].port_mapping.protocol #=> String, one of "http", "tcp", "http2", "grpc"
4508
+ # resp.virtual_node.spec.listeners[0].timeout.grpc.idle.unit #=> String, one of "s", "ms"
4084
4509
  # resp.virtual_node.spec.listeners[0].timeout.grpc.idle.value #=> Integer
4085
- # resp.virtual_node.spec.listeners[0].timeout.grpc.per_request.unit #=> String, one of "ms", "s"
4510
+ # resp.virtual_node.spec.listeners[0].timeout.grpc.per_request.unit #=> String, one of "s", "ms"
4086
4511
  # resp.virtual_node.spec.listeners[0].timeout.grpc.per_request.value #=> Integer
4087
- # resp.virtual_node.spec.listeners[0].timeout.http.idle.unit #=> String, one of "ms", "s"
4512
+ # resp.virtual_node.spec.listeners[0].timeout.http.idle.unit #=> String, one of "s", "ms"
4088
4513
  # resp.virtual_node.spec.listeners[0].timeout.http.idle.value #=> Integer
4089
- # resp.virtual_node.spec.listeners[0].timeout.http.per_request.unit #=> String, one of "ms", "s"
4514
+ # resp.virtual_node.spec.listeners[0].timeout.http.per_request.unit #=> String, one of "s", "ms"
4090
4515
  # resp.virtual_node.spec.listeners[0].timeout.http.per_request.value #=> Integer
4091
- # resp.virtual_node.spec.listeners[0].timeout.http2.idle.unit #=> String, one of "ms", "s"
4516
+ # resp.virtual_node.spec.listeners[0].timeout.http2.idle.unit #=> String, one of "s", "ms"
4092
4517
  # resp.virtual_node.spec.listeners[0].timeout.http2.idle.value #=> Integer
4093
- # resp.virtual_node.spec.listeners[0].timeout.http2.per_request.unit #=> String, one of "ms", "s"
4518
+ # resp.virtual_node.spec.listeners[0].timeout.http2.per_request.unit #=> String, one of "s", "ms"
4094
4519
  # resp.virtual_node.spec.listeners[0].timeout.http2.per_request.value #=> Integer
4095
- # resp.virtual_node.spec.listeners[0].timeout.tcp.idle.unit #=> String, one of "ms", "s"
4520
+ # resp.virtual_node.spec.listeners[0].timeout.tcp.idle.unit #=> String, one of "s", "ms"
4096
4521
  # resp.virtual_node.spec.listeners[0].timeout.tcp.idle.value #=> Integer
4097
4522
  # resp.virtual_node.spec.listeners[0].tls.certificate.acm.certificate_arn #=> String
4098
4523
  # resp.virtual_node.spec.listeners[0].tls.certificate.file.certificate_chain #=> String
4099
4524
  # resp.virtual_node.spec.listeners[0].tls.certificate.file.private_key #=> String
4100
- # resp.virtual_node.spec.listeners[0].tls.mode #=> String, one of "DISABLED", "PERMISSIVE", "STRICT"
4525
+ # resp.virtual_node.spec.listeners[0].tls.certificate.sds.secret_name #=> String
4526
+ # resp.virtual_node.spec.listeners[0].tls.mode #=> String, one of "STRICT", "PERMISSIVE", "DISABLED"
4527
+ # resp.virtual_node.spec.listeners[0].tls.validation.subject_alternative_names.match.exact #=> Array
4528
+ # resp.virtual_node.spec.listeners[0].tls.validation.subject_alternative_names.match.exact[0] #=> String
4529
+ # resp.virtual_node.spec.listeners[0].tls.validation.trust.file.certificate_chain #=> String
4530
+ # resp.virtual_node.spec.listeners[0].tls.validation.trust.sds.secret_name #=> String
4101
4531
  # resp.virtual_node.spec.logging.access_log.file.path #=> String
4102
4532
  # resp.virtual_node.spec.service_discovery.aws_cloud_map.attributes #=> Array
4103
4533
  # resp.virtual_node.spec.service_discovery.aws_cloud_map.attributes[0].key #=> String
@@ -4105,7 +4535,7 @@ module Aws::AppMesh
4105
4535
  # resp.virtual_node.spec.service_discovery.aws_cloud_map.namespace_name #=> String
4106
4536
  # resp.virtual_node.spec.service_discovery.aws_cloud_map.service_name #=> String
4107
4537
  # resp.virtual_node.spec.service_discovery.dns.hostname #=> String
4108
- # resp.virtual_node.status.status #=> String, one of "ACTIVE", "DELETED", "INACTIVE"
4538
+ # resp.virtual_node.status.status #=> String, one of "ACTIVE", "INACTIVE", "DELETED"
4109
4539
  # resp.virtual_node.virtual_node_name #=> String
4110
4540
  #
4111
4541
  # @see http://docs.aws.amazon.com/goto/WebAPI/appmesh-2019-01-25/UpdateVirtualNode AWS API Documentation
@@ -4162,7 +4592,7 @@ module Aws::AppMesh
4162
4592
  # {
4163
4593
  # port_mapping: { # required
4164
4594
  # port: 1, # required
4165
- # protocol: "grpc", # required, accepts grpc, http, http2, tcp
4595
+ # protocol: "http", # required, accepts http, tcp, http2, grpc
4166
4596
  # },
4167
4597
  # },
4168
4598
  # ],
@@ -4182,8 +4612,8 @@ module Aws::AppMesh
4182
4612
  # resp.virtual_router.metadata.version #=> Integer
4183
4613
  # resp.virtual_router.spec.listeners #=> Array
4184
4614
  # resp.virtual_router.spec.listeners[0].port_mapping.port #=> Integer
4185
- # resp.virtual_router.spec.listeners[0].port_mapping.protocol #=> String, one of "grpc", "http", "http2", "tcp"
4186
- # resp.virtual_router.status.status #=> String, one of "ACTIVE", "DELETED", "INACTIVE"
4615
+ # resp.virtual_router.spec.listeners[0].port_mapping.protocol #=> String, one of "http", "tcp", "http2", "grpc"
4616
+ # resp.virtual_router.status.status #=> String, one of "ACTIVE", "INACTIVE", "DELETED"
4187
4617
  # resp.virtual_router.virtual_router_name #=> String
4188
4618
  #
4189
4619
  # @see http://docs.aws.amazon.com/goto/WebAPI/appmesh-2019-01-25/UpdateVirtualRouter AWS API Documentation
@@ -4260,7 +4690,7 @@ module Aws::AppMesh
4260
4690
  # resp.virtual_service.metadata.version #=> Integer
4261
4691
  # resp.virtual_service.spec.provider.virtual_node.virtual_node_name #=> String
4262
4692
  # resp.virtual_service.spec.provider.virtual_router.virtual_router_name #=> String
4263
- # resp.virtual_service.status.status #=> String, one of "ACTIVE", "DELETED", "INACTIVE"
4693
+ # resp.virtual_service.status.status #=> String, one of "ACTIVE", "INACTIVE", "DELETED"
4264
4694
  # resp.virtual_service.virtual_service_name #=> String
4265
4695
  #
4266
4696
  # @see http://docs.aws.amazon.com/goto/WebAPI/appmesh-2019-01-25/UpdateVirtualService AWS API Documentation
@@ -4285,7 +4715,7 @@ module Aws::AppMesh
4285
4715
  params: params,
4286
4716
  config: config)
4287
4717
  context[:gem_name] = 'aws-sdk-appmesh'
4288
- context[:gem_version] = '1.29.0'
4718
+ context[:gem_version] = '1.34.0'
4289
4719
  Seahorse::Client::Request.new(handlers, context)
4290
4720
  end
4291
4721