aws-sdk-appmesh 1.46.0 → 1.47.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -423,6 +423,7 @@ module Aws::AppMesh
423
423
  # },
424
424
  # },
425
425
  # target: { # required
426
+ # port: 1,
426
427
  # virtual_service: { # required
427
428
  # virtual_service_name: "ResourceName", # required
428
429
  # },
@@ -449,6 +450,7 @@ module Aws::AppMesh
449
450
  # name: "HeaderName", # required
450
451
  # },
451
452
  # ],
453
+ # port: 1,
452
454
  # service_name: "ServiceName",
453
455
  # },
454
456
  # },
@@ -467,6 +469,7 @@ module Aws::AppMesh
467
469
  # },
468
470
  # },
469
471
  # target: { # required
472
+ # port: 1,
470
473
  # virtual_service: { # required
471
474
  # virtual_service_name: "ResourceName", # required
472
475
  # },
@@ -498,6 +501,7 @@ module Aws::AppMesh
498
501
  # exact: "HttpPathExact",
499
502
  # regex: "HttpPathRegex",
500
503
  # },
504
+ # port: 1,
501
505
  # prefix: "String",
502
506
  # query_parameters: [
503
507
  # {
@@ -524,6 +528,7 @@ module Aws::AppMesh
524
528
  # },
525
529
  # },
526
530
  # target: { # required
531
+ # port: 1,
527
532
  # virtual_service: { # required
528
533
  # virtual_service_name: "ResourceName", # required
529
534
  # },
@@ -555,6 +560,7 @@ module Aws::AppMesh
555
560
  # exact: "HttpPathExact",
556
561
  # regex: "HttpPathRegex",
557
562
  # },
563
+ # port: 1,
558
564
  # prefix: "String",
559
565
  # query_parameters: [
560
566
  # {
@@ -589,6 +595,7 @@ module Aws::AppMesh
589
595
  # resp.gateway_route.metadata.uid #=> String
590
596
  # resp.gateway_route.metadata.version #=> Integer
591
597
  # resp.gateway_route.spec.grpc_route.action.rewrite.hostname.default_target_hostname #=> String, one of "ENABLED", "DISABLED"
598
+ # resp.gateway_route.spec.grpc_route.action.target.port #=> Integer
592
599
  # resp.gateway_route.spec.grpc_route.action.target.virtual_service.virtual_service_name #=> String
593
600
  # resp.gateway_route.spec.grpc_route.match.hostname.exact #=> String
594
601
  # resp.gateway_route.spec.grpc_route.match.hostname.suffix #=> String
@@ -601,11 +608,13 @@ module Aws::AppMesh
601
608
  # resp.gateway_route.spec.grpc_route.match.metadata[0].match.regex #=> String
602
609
  # resp.gateway_route.spec.grpc_route.match.metadata[0].match.suffix #=> String
603
610
  # resp.gateway_route.spec.grpc_route.match.metadata[0].name #=> String
611
+ # resp.gateway_route.spec.grpc_route.match.port #=> Integer
604
612
  # resp.gateway_route.spec.grpc_route.match.service_name #=> String
605
613
  # resp.gateway_route.spec.http2_route.action.rewrite.hostname.default_target_hostname #=> String, one of "ENABLED", "DISABLED"
606
614
  # resp.gateway_route.spec.http2_route.action.rewrite.path.exact #=> String
607
615
  # resp.gateway_route.spec.http2_route.action.rewrite.prefix.default_prefix #=> String, one of "ENABLED", "DISABLED"
608
616
  # resp.gateway_route.spec.http2_route.action.rewrite.prefix.value #=> String
617
+ # resp.gateway_route.spec.http2_route.action.target.port #=> Integer
609
618
  # resp.gateway_route.spec.http2_route.action.target.virtual_service.virtual_service_name #=> String
610
619
  # resp.gateway_route.spec.http2_route.match.headers #=> Array
611
620
  # resp.gateway_route.spec.http2_route.match.headers[0].invert #=> Boolean
@@ -621,6 +630,7 @@ module Aws::AppMesh
621
630
  # resp.gateway_route.spec.http2_route.match.method #=> String, one of "GET", "HEAD", "POST", "PUT", "DELETE", "CONNECT", "OPTIONS", "TRACE", "PATCH"
622
631
  # resp.gateway_route.spec.http2_route.match.path.exact #=> String
623
632
  # resp.gateway_route.spec.http2_route.match.path.regex #=> String
633
+ # resp.gateway_route.spec.http2_route.match.port #=> Integer
624
634
  # resp.gateway_route.spec.http2_route.match.prefix #=> String
625
635
  # resp.gateway_route.spec.http2_route.match.query_parameters #=> Array
626
636
  # resp.gateway_route.spec.http2_route.match.query_parameters[0].match.exact #=> String
@@ -629,6 +639,7 @@ module Aws::AppMesh
629
639
  # resp.gateway_route.spec.http_route.action.rewrite.path.exact #=> String
630
640
  # resp.gateway_route.spec.http_route.action.rewrite.prefix.default_prefix #=> String, one of "ENABLED", "DISABLED"
631
641
  # resp.gateway_route.spec.http_route.action.rewrite.prefix.value #=> String
642
+ # resp.gateway_route.spec.http_route.action.target.port #=> Integer
632
643
  # resp.gateway_route.spec.http_route.action.target.virtual_service.virtual_service_name #=> String
633
644
  # resp.gateway_route.spec.http_route.match.headers #=> Array
634
645
  # resp.gateway_route.spec.http_route.match.headers[0].invert #=> Boolean
@@ -644,6 +655,7 @@ module Aws::AppMesh
644
655
  # resp.gateway_route.spec.http_route.match.method #=> String, one of "GET", "HEAD", "POST", "PUT", "DELETE", "CONNECT", "OPTIONS", "TRACE", "PATCH"
645
656
  # resp.gateway_route.spec.http_route.match.path.exact #=> String
646
657
  # resp.gateway_route.spec.http_route.match.path.regex #=> String
658
+ # resp.gateway_route.spec.http_route.match.port #=> Integer
647
659
  # resp.gateway_route.spec.http_route.match.prefix #=> String
648
660
  # resp.gateway_route.spec.http_route.match.query_parameters #=> Array
649
661
  # resp.gateway_route.spec.http_route.match.query_parameters[0].match.exact #=> String
@@ -811,6 +823,7 @@ module Aws::AppMesh
811
823
  # action: { # required
812
824
  # weighted_targets: [ # required
813
825
  # {
826
+ # port: 1,
814
827
  # virtual_node: "ResourceName", # required
815
828
  # weight: 1, # required
816
829
  # },
@@ -834,6 +847,7 @@ module Aws::AppMesh
834
847
  # },
835
848
  # ],
836
849
  # method_name: "MethodName",
850
+ # port: 1,
837
851
  # service_name: "ServiceName",
838
852
  # },
839
853
  # retry_policy: {
@@ -861,6 +875,7 @@ module Aws::AppMesh
861
875
  # action: { # required
862
876
  # weighted_targets: [ # required
863
877
  # {
878
+ # port: 1,
864
879
  # virtual_node: "ResourceName", # required
865
880
  # weight: 1, # required
866
881
  # },
@@ -888,6 +903,7 @@ module Aws::AppMesh
888
903
  # exact: "HttpPathExact",
889
904
  # regex: "HttpPathRegex",
890
905
  # },
906
+ # port: 1,
891
907
  # prefix: "String",
892
908
  # query_parameters: [
893
909
  # {
@@ -923,6 +939,7 @@ module Aws::AppMesh
923
939
  # action: { # required
924
940
  # weighted_targets: [ # required
925
941
  # {
942
+ # port: 1,
926
943
  # virtual_node: "ResourceName", # required
927
944
  # weight: 1, # required
928
945
  # },
@@ -950,6 +967,7 @@ module Aws::AppMesh
950
967
  # exact: "HttpPathExact",
951
968
  # regex: "HttpPathRegex",
952
969
  # },
970
+ # port: 1,
953
971
  # prefix: "String",
954
972
  # query_parameters: [
955
973
  # {
@@ -986,11 +1004,15 @@ module Aws::AppMesh
986
1004
  # action: { # required
987
1005
  # weighted_targets: [ # required
988
1006
  # {
1007
+ # port: 1,
989
1008
  # virtual_node: "ResourceName", # required
990
1009
  # weight: 1, # required
991
1010
  # },
992
1011
  # ],
993
1012
  # },
1013
+ # match: {
1014
+ # port: 1,
1015
+ # },
994
1016
  # timeout: {
995
1017
  # idle: {
996
1018
  # unit: "s", # accepts s, ms
@@ -1020,6 +1042,7 @@ module Aws::AppMesh
1020
1042
  # resp.route.metadata.version #=> Integer
1021
1043
  # resp.route.route_name #=> String
1022
1044
  # resp.route.spec.grpc_route.action.weighted_targets #=> Array
1045
+ # resp.route.spec.grpc_route.action.weighted_targets[0].port #=> Integer
1023
1046
  # resp.route.spec.grpc_route.action.weighted_targets[0].virtual_node #=> String
1024
1047
  # resp.route.spec.grpc_route.action.weighted_targets[0].weight #=> Integer
1025
1048
  # resp.route.spec.grpc_route.match.metadata #=> Array
@@ -1032,6 +1055,7 @@ module Aws::AppMesh
1032
1055
  # resp.route.spec.grpc_route.match.metadata[0].match.suffix #=> String
1033
1056
  # resp.route.spec.grpc_route.match.metadata[0].name #=> String
1034
1057
  # resp.route.spec.grpc_route.match.method_name #=> String
1058
+ # resp.route.spec.grpc_route.match.port #=> Integer
1035
1059
  # resp.route.spec.grpc_route.match.service_name #=> String
1036
1060
  # resp.route.spec.grpc_route.retry_policy.grpc_retry_events #=> Array
1037
1061
  # resp.route.spec.grpc_route.retry_policy.grpc_retry_events[0] #=> String, one of "cancelled", "deadline-exceeded", "internal", "resource-exhausted", "unavailable"
@@ -1047,6 +1071,7 @@ module Aws::AppMesh
1047
1071
  # resp.route.spec.grpc_route.timeout.per_request.unit #=> String, one of "s", "ms"
1048
1072
  # resp.route.spec.grpc_route.timeout.per_request.value #=> Integer
1049
1073
  # resp.route.spec.http2_route.action.weighted_targets #=> Array
1074
+ # resp.route.spec.http2_route.action.weighted_targets[0].port #=> Integer
1050
1075
  # resp.route.spec.http2_route.action.weighted_targets[0].virtual_node #=> String
1051
1076
  # resp.route.spec.http2_route.action.weighted_targets[0].weight #=> Integer
1052
1077
  # resp.route.spec.http2_route.match.headers #=> Array
@@ -1061,6 +1086,7 @@ module Aws::AppMesh
1061
1086
  # resp.route.spec.http2_route.match.method #=> String, one of "GET", "HEAD", "POST", "PUT", "DELETE", "CONNECT", "OPTIONS", "TRACE", "PATCH"
1062
1087
  # resp.route.spec.http2_route.match.path.exact #=> String
1063
1088
  # resp.route.spec.http2_route.match.path.regex #=> String
1089
+ # resp.route.spec.http2_route.match.port #=> Integer
1064
1090
  # resp.route.spec.http2_route.match.prefix #=> String
1065
1091
  # resp.route.spec.http2_route.match.query_parameters #=> Array
1066
1092
  # resp.route.spec.http2_route.match.query_parameters[0].match.exact #=> String
@@ -1078,6 +1104,7 @@ module Aws::AppMesh
1078
1104
  # resp.route.spec.http2_route.timeout.per_request.unit #=> String, one of "s", "ms"
1079
1105
  # resp.route.spec.http2_route.timeout.per_request.value #=> Integer
1080
1106
  # resp.route.spec.http_route.action.weighted_targets #=> Array
1107
+ # resp.route.spec.http_route.action.weighted_targets[0].port #=> Integer
1081
1108
  # resp.route.spec.http_route.action.weighted_targets[0].virtual_node #=> String
1082
1109
  # resp.route.spec.http_route.action.weighted_targets[0].weight #=> Integer
1083
1110
  # resp.route.spec.http_route.match.headers #=> Array
@@ -1092,6 +1119,7 @@ module Aws::AppMesh
1092
1119
  # resp.route.spec.http_route.match.method #=> String, one of "GET", "HEAD", "POST", "PUT", "DELETE", "CONNECT", "OPTIONS", "TRACE", "PATCH"
1093
1120
  # resp.route.spec.http_route.match.path.exact #=> String
1094
1121
  # resp.route.spec.http_route.match.path.regex #=> String
1122
+ # resp.route.spec.http_route.match.port #=> Integer
1095
1123
  # resp.route.spec.http_route.match.prefix #=> String
1096
1124
  # resp.route.spec.http_route.match.query_parameters #=> Array
1097
1125
  # resp.route.spec.http_route.match.query_parameters[0].match.exact #=> String
@@ -1110,8 +1138,10 @@ module Aws::AppMesh
1110
1138
  # resp.route.spec.http_route.timeout.per_request.value #=> Integer
1111
1139
  # resp.route.spec.priority #=> Integer
1112
1140
  # resp.route.spec.tcp_route.action.weighted_targets #=> Array
1141
+ # resp.route.spec.tcp_route.action.weighted_targets[0].port #=> Integer
1113
1142
  # resp.route.spec.tcp_route.action.weighted_targets[0].virtual_node #=> String
1114
1143
  # resp.route.spec.tcp_route.action.weighted_targets[0].weight #=> Integer
1144
+ # resp.route.spec.tcp_route.match.port #=> Integer
1115
1145
  # resp.route.spec.tcp_route.timeout.idle.unit #=> String, one of "s", "ms"
1116
1146
  # resp.route.spec.tcp_route.timeout.idle.value #=> Integer
1117
1147
  # resp.route.status.status #=> String, one of "ACTIVE", "INACTIVE", "DELETED"
@@ -1285,6 +1315,15 @@ module Aws::AppMesh
1285
1315
  # logging: {
1286
1316
  # access_log: {
1287
1317
  # file: {
1318
+ # format: {
1319
+ # json: [
1320
+ # {
1321
+ # key: "JsonKey", # required
1322
+ # value: "JsonValue", # required
1323
+ # },
1324
+ # ],
1325
+ # text: "TextFormat",
1326
+ # },
1288
1327
  # path: "FilePath", # required
1289
1328
  # },
1290
1329
  # },
@@ -1344,6 +1383,10 @@ module Aws::AppMesh
1344
1383
  # resp.virtual_gateway.spec.listeners[0].tls.validation.subject_alternative_names.match.exact[0] #=> String
1345
1384
  # resp.virtual_gateway.spec.listeners[0].tls.validation.trust.file.certificate_chain #=> String
1346
1385
  # resp.virtual_gateway.spec.listeners[0].tls.validation.trust.sds.secret_name #=> String
1386
+ # resp.virtual_gateway.spec.logging.access_log.file.format.json #=> Array
1387
+ # resp.virtual_gateway.spec.logging.access_log.file.format.json[0].key #=> String
1388
+ # resp.virtual_gateway.spec.logging.access_log.file.format.json[0].value #=> String
1389
+ # resp.virtual_gateway.spec.logging.access_log.file.format.text #=> String
1347
1390
  # resp.virtual_gateway.spec.logging.access_log.file.path #=> String
1348
1391
  # resp.virtual_gateway.status.status #=> String, one of "ACTIVE", "INACTIVE", "DELETED"
1349
1392
  # resp.virtual_gateway.virtual_gateway_name #=> String
@@ -1632,6 +1675,15 @@ module Aws::AppMesh
1632
1675
  # logging: {
1633
1676
  # access_log: {
1634
1677
  # file: {
1678
+ # format: {
1679
+ # json: [
1680
+ # {
1681
+ # key: "JsonKey", # required
1682
+ # value: "JsonValue", # required
1683
+ # },
1684
+ # ],
1685
+ # text: "TextFormat",
1686
+ # },
1635
1687
  # path: "FilePath", # required
1636
1688
  # },
1637
1689
  # },
@@ -1744,6 +1796,10 @@ module Aws::AppMesh
1744
1796
  # resp.virtual_node.spec.listeners[0].tls.validation.subject_alternative_names.match.exact[0] #=> String
1745
1797
  # resp.virtual_node.spec.listeners[0].tls.validation.trust.file.certificate_chain #=> String
1746
1798
  # resp.virtual_node.spec.listeners[0].tls.validation.trust.sds.secret_name #=> String
1799
+ # resp.virtual_node.spec.logging.access_log.file.format.json #=> Array
1800
+ # resp.virtual_node.spec.logging.access_log.file.format.json[0].key #=> String
1801
+ # resp.virtual_node.spec.logging.access_log.file.format.json[0].value #=> String
1802
+ # resp.virtual_node.spec.logging.access_log.file.format.text #=> String
1747
1803
  # resp.virtual_node.spec.logging.access_log.file.path #=> String
1748
1804
  # resp.virtual_node.spec.service_discovery.aws_cloud_map.attributes #=> Array
1749
1805
  # resp.virtual_node.spec.service_discovery.aws_cloud_map.attributes[0].key #=> String
@@ -2020,6 +2076,7 @@ module Aws::AppMesh
2020
2076
  # resp.gateway_route.metadata.uid #=> String
2021
2077
  # resp.gateway_route.metadata.version #=> Integer
2022
2078
  # resp.gateway_route.spec.grpc_route.action.rewrite.hostname.default_target_hostname #=> String, one of "ENABLED", "DISABLED"
2079
+ # resp.gateway_route.spec.grpc_route.action.target.port #=> Integer
2023
2080
  # resp.gateway_route.spec.grpc_route.action.target.virtual_service.virtual_service_name #=> String
2024
2081
  # resp.gateway_route.spec.grpc_route.match.hostname.exact #=> String
2025
2082
  # resp.gateway_route.spec.grpc_route.match.hostname.suffix #=> String
@@ -2032,11 +2089,13 @@ module Aws::AppMesh
2032
2089
  # resp.gateway_route.spec.grpc_route.match.metadata[0].match.regex #=> String
2033
2090
  # resp.gateway_route.spec.grpc_route.match.metadata[0].match.suffix #=> String
2034
2091
  # resp.gateway_route.spec.grpc_route.match.metadata[0].name #=> String
2092
+ # resp.gateway_route.spec.grpc_route.match.port #=> Integer
2035
2093
  # resp.gateway_route.spec.grpc_route.match.service_name #=> String
2036
2094
  # resp.gateway_route.spec.http2_route.action.rewrite.hostname.default_target_hostname #=> String, one of "ENABLED", "DISABLED"
2037
2095
  # resp.gateway_route.spec.http2_route.action.rewrite.path.exact #=> String
2038
2096
  # resp.gateway_route.spec.http2_route.action.rewrite.prefix.default_prefix #=> String, one of "ENABLED", "DISABLED"
2039
2097
  # resp.gateway_route.spec.http2_route.action.rewrite.prefix.value #=> String
2098
+ # resp.gateway_route.spec.http2_route.action.target.port #=> Integer
2040
2099
  # resp.gateway_route.spec.http2_route.action.target.virtual_service.virtual_service_name #=> String
2041
2100
  # resp.gateway_route.spec.http2_route.match.headers #=> Array
2042
2101
  # resp.gateway_route.spec.http2_route.match.headers[0].invert #=> Boolean
@@ -2052,6 +2111,7 @@ module Aws::AppMesh
2052
2111
  # resp.gateway_route.spec.http2_route.match.method #=> String, one of "GET", "HEAD", "POST", "PUT", "DELETE", "CONNECT", "OPTIONS", "TRACE", "PATCH"
2053
2112
  # resp.gateway_route.spec.http2_route.match.path.exact #=> String
2054
2113
  # resp.gateway_route.spec.http2_route.match.path.regex #=> String
2114
+ # resp.gateway_route.spec.http2_route.match.port #=> Integer
2055
2115
  # resp.gateway_route.spec.http2_route.match.prefix #=> String
2056
2116
  # resp.gateway_route.spec.http2_route.match.query_parameters #=> Array
2057
2117
  # resp.gateway_route.spec.http2_route.match.query_parameters[0].match.exact #=> String
@@ -2060,6 +2120,7 @@ module Aws::AppMesh
2060
2120
  # resp.gateway_route.spec.http_route.action.rewrite.path.exact #=> String
2061
2121
  # resp.gateway_route.spec.http_route.action.rewrite.prefix.default_prefix #=> String, one of "ENABLED", "DISABLED"
2062
2122
  # resp.gateway_route.spec.http_route.action.rewrite.prefix.value #=> String
2123
+ # resp.gateway_route.spec.http_route.action.target.port #=> Integer
2063
2124
  # resp.gateway_route.spec.http_route.action.target.virtual_service.virtual_service_name #=> String
2064
2125
  # resp.gateway_route.spec.http_route.match.headers #=> Array
2065
2126
  # resp.gateway_route.spec.http_route.match.headers[0].invert #=> Boolean
@@ -2075,6 +2136,7 @@ module Aws::AppMesh
2075
2136
  # resp.gateway_route.spec.http_route.match.method #=> String, one of "GET", "HEAD", "POST", "PUT", "DELETE", "CONNECT", "OPTIONS", "TRACE", "PATCH"
2076
2137
  # resp.gateway_route.spec.http_route.match.path.exact #=> String
2077
2138
  # resp.gateway_route.spec.http_route.match.path.regex #=> String
2139
+ # resp.gateway_route.spec.http_route.match.port #=> Integer
2078
2140
  # resp.gateway_route.spec.http_route.match.prefix #=> String
2079
2141
  # resp.gateway_route.spec.http_route.match.query_parameters #=> Array
2080
2142
  # resp.gateway_route.spec.http_route.match.query_parameters[0].match.exact #=> String
@@ -2180,6 +2242,7 @@ module Aws::AppMesh
2180
2242
  # resp.route.metadata.version #=> Integer
2181
2243
  # resp.route.route_name #=> String
2182
2244
  # resp.route.spec.grpc_route.action.weighted_targets #=> Array
2245
+ # resp.route.spec.grpc_route.action.weighted_targets[0].port #=> Integer
2183
2246
  # resp.route.spec.grpc_route.action.weighted_targets[0].virtual_node #=> String
2184
2247
  # resp.route.spec.grpc_route.action.weighted_targets[0].weight #=> Integer
2185
2248
  # resp.route.spec.grpc_route.match.metadata #=> Array
@@ -2192,6 +2255,7 @@ module Aws::AppMesh
2192
2255
  # resp.route.spec.grpc_route.match.metadata[0].match.suffix #=> String
2193
2256
  # resp.route.spec.grpc_route.match.metadata[0].name #=> String
2194
2257
  # resp.route.spec.grpc_route.match.method_name #=> String
2258
+ # resp.route.spec.grpc_route.match.port #=> Integer
2195
2259
  # resp.route.spec.grpc_route.match.service_name #=> String
2196
2260
  # resp.route.spec.grpc_route.retry_policy.grpc_retry_events #=> Array
2197
2261
  # resp.route.spec.grpc_route.retry_policy.grpc_retry_events[0] #=> String, one of "cancelled", "deadline-exceeded", "internal", "resource-exhausted", "unavailable"
@@ -2207,6 +2271,7 @@ module Aws::AppMesh
2207
2271
  # resp.route.spec.grpc_route.timeout.per_request.unit #=> String, one of "s", "ms"
2208
2272
  # resp.route.spec.grpc_route.timeout.per_request.value #=> Integer
2209
2273
  # resp.route.spec.http2_route.action.weighted_targets #=> Array
2274
+ # resp.route.spec.http2_route.action.weighted_targets[0].port #=> Integer
2210
2275
  # resp.route.spec.http2_route.action.weighted_targets[0].virtual_node #=> String
2211
2276
  # resp.route.spec.http2_route.action.weighted_targets[0].weight #=> Integer
2212
2277
  # resp.route.spec.http2_route.match.headers #=> Array
@@ -2221,6 +2286,7 @@ module Aws::AppMesh
2221
2286
  # resp.route.spec.http2_route.match.method #=> String, one of "GET", "HEAD", "POST", "PUT", "DELETE", "CONNECT", "OPTIONS", "TRACE", "PATCH"
2222
2287
  # resp.route.spec.http2_route.match.path.exact #=> String
2223
2288
  # resp.route.spec.http2_route.match.path.regex #=> String
2289
+ # resp.route.spec.http2_route.match.port #=> Integer
2224
2290
  # resp.route.spec.http2_route.match.prefix #=> String
2225
2291
  # resp.route.spec.http2_route.match.query_parameters #=> Array
2226
2292
  # resp.route.spec.http2_route.match.query_parameters[0].match.exact #=> String
@@ -2238,6 +2304,7 @@ module Aws::AppMesh
2238
2304
  # resp.route.spec.http2_route.timeout.per_request.unit #=> String, one of "s", "ms"
2239
2305
  # resp.route.spec.http2_route.timeout.per_request.value #=> Integer
2240
2306
  # resp.route.spec.http_route.action.weighted_targets #=> Array
2307
+ # resp.route.spec.http_route.action.weighted_targets[0].port #=> Integer
2241
2308
  # resp.route.spec.http_route.action.weighted_targets[0].virtual_node #=> String
2242
2309
  # resp.route.spec.http_route.action.weighted_targets[0].weight #=> Integer
2243
2310
  # resp.route.spec.http_route.match.headers #=> Array
@@ -2252,6 +2319,7 @@ module Aws::AppMesh
2252
2319
  # resp.route.spec.http_route.match.method #=> String, one of "GET", "HEAD", "POST", "PUT", "DELETE", "CONNECT", "OPTIONS", "TRACE", "PATCH"
2253
2320
  # resp.route.spec.http_route.match.path.exact #=> String
2254
2321
  # resp.route.spec.http_route.match.path.regex #=> String
2322
+ # resp.route.spec.http_route.match.port #=> Integer
2255
2323
  # resp.route.spec.http_route.match.prefix #=> String
2256
2324
  # resp.route.spec.http_route.match.query_parameters #=> Array
2257
2325
  # resp.route.spec.http_route.match.query_parameters[0].match.exact #=> String
@@ -2270,8 +2338,10 @@ module Aws::AppMesh
2270
2338
  # resp.route.spec.http_route.timeout.per_request.value #=> Integer
2271
2339
  # resp.route.spec.priority #=> Integer
2272
2340
  # resp.route.spec.tcp_route.action.weighted_targets #=> Array
2341
+ # resp.route.spec.tcp_route.action.weighted_targets[0].port #=> Integer
2273
2342
  # resp.route.spec.tcp_route.action.weighted_targets[0].virtual_node #=> String
2274
2343
  # resp.route.spec.tcp_route.action.weighted_targets[0].weight #=> Integer
2344
+ # resp.route.spec.tcp_route.match.port #=> Integer
2275
2345
  # resp.route.spec.tcp_route.timeout.idle.unit #=> String, one of "s", "ms"
2276
2346
  # resp.route.spec.tcp_route.timeout.idle.value #=> Integer
2277
2347
  # resp.route.status.status #=> String, one of "ACTIVE", "INACTIVE", "DELETED"
@@ -2362,6 +2432,10 @@ module Aws::AppMesh
2362
2432
  # resp.virtual_gateway.spec.listeners[0].tls.validation.subject_alternative_names.match.exact[0] #=> String
2363
2433
  # resp.virtual_gateway.spec.listeners[0].tls.validation.trust.file.certificate_chain #=> String
2364
2434
  # resp.virtual_gateway.spec.listeners[0].tls.validation.trust.sds.secret_name #=> String
2435
+ # resp.virtual_gateway.spec.logging.access_log.file.format.json #=> Array
2436
+ # resp.virtual_gateway.spec.logging.access_log.file.format.json[0].key #=> String
2437
+ # resp.virtual_gateway.spec.logging.access_log.file.format.json[0].value #=> String
2438
+ # resp.virtual_gateway.spec.logging.access_log.file.format.text #=> String
2365
2439
  # resp.virtual_gateway.spec.logging.access_log.file.path #=> String
2366
2440
  # resp.virtual_gateway.status.status #=> String, one of "ACTIVE", "INACTIVE", "DELETED"
2367
2441
  # resp.virtual_gateway.virtual_gateway_name #=> String
@@ -2488,6 +2562,10 @@ module Aws::AppMesh
2488
2562
  # resp.virtual_node.spec.listeners[0].tls.validation.subject_alternative_names.match.exact[0] #=> String
2489
2563
  # resp.virtual_node.spec.listeners[0].tls.validation.trust.file.certificate_chain #=> String
2490
2564
  # resp.virtual_node.spec.listeners[0].tls.validation.trust.sds.secret_name #=> String
2565
+ # resp.virtual_node.spec.logging.access_log.file.format.json #=> Array
2566
+ # resp.virtual_node.spec.logging.access_log.file.format.json[0].key #=> String
2567
+ # resp.virtual_node.spec.logging.access_log.file.format.json[0].value #=> String
2568
+ # resp.virtual_node.spec.logging.access_log.file.format.text #=> String
2491
2569
  # resp.virtual_node.spec.logging.access_log.file.path #=> String
2492
2570
  # resp.virtual_node.spec.service_discovery.aws_cloud_map.attributes #=> Array
2493
2571
  # resp.virtual_node.spec.service_discovery.aws_cloud_map.attributes[0].key #=> String
@@ -2669,6 +2747,7 @@ module Aws::AppMesh
2669
2747
  # resp.gateway_route.metadata.uid #=> String
2670
2748
  # resp.gateway_route.metadata.version #=> Integer
2671
2749
  # resp.gateway_route.spec.grpc_route.action.rewrite.hostname.default_target_hostname #=> String, one of "ENABLED", "DISABLED"
2750
+ # resp.gateway_route.spec.grpc_route.action.target.port #=> Integer
2672
2751
  # resp.gateway_route.spec.grpc_route.action.target.virtual_service.virtual_service_name #=> String
2673
2752
  # resp.gateway_route.spec.grpc_route.match.hostname.exact #=> String
2674
2753
  # resp.gateway_route.spec.grpc_route.match.hostname.suffix #=> String
@@ -2681,11 +2760,13 @@ module Aws::AppMesh
2681
2760
  # resp.gateway_route.spec.grpc_route.match.metadata[0].match.regex #=> String
2682
2761
  # resp.gateway_route.spec.grpc_route.match.metadata[0].match.suffix #=> String
2683
2762
  # resp.gateway_route.spec.grpc_route.match.metadata[0].name #=> String
2763
+ # resp.gateway_route.spec.grpc_route.match.port #=> Integer
2684
2764
  # resp.gateway_route.spec.grpc_route.match.service_name #=> String
2685
2765
  # resp.gateway_route.spec.http2_route.action.rewrite.hostname.default_target_hostname #=> String, one of "ENABLED", "DISABLED"
2686
2766
  # resp.gateway_route.spec.http2_route.action.rewrite.path.exact #=> String
2687
2767
  # resp.gateway_route.spec.http2_route.action.rewrite.prefix.default_prefix #=> String, one of "ENABLED", "DISABLED"
2688
2768
  # resp.gateway_route.spec.http2_route.action.rewrite.prefix.value #=> String
2769
+ # resp.gateway_route.spec.http2_route.action.target.port #=> Integer
2689
2770
  # resp.gateway_route.spec.http2_route.action.target.virtual_service.virtual_service_name #=> String
2690
2771
  # resp.gateway_route.spec.http2_route.match.headers #=> Array
2691
2772
  # resp.gateway_route.spec.http2_route.match.headers[0].invert #=> Boolean
@@ -2701,6 +2782,7 @@ module Aws::AppMesh
2701
2782
  # resp.gateway_route.spec.http2_route.match.method #=> String, one of "GET", "HEAD", "POST", "PUT", "DELETE", "CONNECT", "OPTIONS", "TRACE", "PATCH"
2702
2783
  # resp.gateway_route.spec.http2_route.match.path.exact #=> String
2703
2784
  # resp.gateway_route.spec.http2_route.match.path.regex #=> String
2785
+ # resp.gateway_route.spec.http2_route.match.port #=> Integer
2704
2786
  # resp.gateway_route.spec.http2_route.match.prefix #=> String
2705
2787
  # resp.gateway_route.spec.http2_route.match.query_parameters #=> Array
2706
2788
  # resp.gateway_route.spec.http2_route.match.query_parameters[0].match.exact #=> String
@@ -2709,6 +2791,7 @@ module Aws::AppMesh
2709
2791
  # resp.gateway_route.spec.http_route.action.rewrite.path.exact #=> String
2710
2792
  # resp.gateway_route.spec.http_route.action.rewrite.prefix.default_prefix #=> String, one of "ENABLED", "DISABLED"
2711
2793
  # resp.gateway_route.spec.http_route.action.rewrite.prefix.value #=> String
2794
+ # resp.gateway_route.spec.http_route.action.target.port #=> Integer
2712
2795
  # resp.gateway_route.spec.http_route.action.target.virtual_service.virtual_service_name #=> String
2713
2796
  # resp.gateway_route.spec.http_route.match.headers #=> Array
2714
2797
  # resp.gateway_route.spec.http_route.match.headers[0].invert #=> Boolean
@@ -2724,6 +2807,7 @@ module Aws::AppMesh
2724
2807
  # resp.gateway_route.spec.http_route.match.method #=> String, one of "GET", "HEAD", "POST", "PUT", "DELETE", "CONNECT", "OPTIONS", "TRACE", "PATCH"
2725
2808
  # resp.gateway_route.spec.http_route.match.path.exact #=> String
2726
2809
  # resp.gateway_route.spec.http_route.match.path.regex #=> String
2810
+ # resp.gateway_route.spec.http_route.match.port #=> Integer
2727
2811
  # resp.gateway_route.spec.http_route.match.prefix #=> String
2728
2812
  # resp.gateway_route.spec.http_route.match.query_parameters #=> Array
2729
2813
  # resp.gateway_route.spec.http_route.match.query_parameters[0].match.exact #=> String
@@ -2836,6 +2920,7 @@ module Aws::AppMesh
2836
2920
  # resp.route.metadata.version #=> Integer
2837
2921
  # resp.route.route_name #=> String
2838
2922
  # resp.route.spec.grpc_route.action.weighted_targets #=> Array
2923
+ # resp.route.spec.grpc_route.action.weighted_targets[0].port #=> Integer
2839
2924
  # resp.route.spec.grpc_route.action.weighted_targets[0].virtual_node #=> String
2840
2925
  # resp.route.spec.grpc_route.action.weighted_targets[0].weight #=> Integer
2841
2926
  # resp.route.spec.grpc_route.match.metadata #=> Array
@@ -2848,6 +2933,7 @@ module Aws::AppMesh
2848
2933
  # resp.route.spec.grpc_route.match.metadata[0].match.suffix #=> String
2849
2934
  # resp.route.spec.grpc_route.match.metadata[0].name #=> String
2850
2935
  # resp.route.spec.grpc_route.match.method_name #=> String
2936
+ # resp.route.spec.grpc_route.match.port #=> Integer
2851
2937
  # resp.route.spec.grpc_route.match.service_name #=> String
2852
2938
  # resp.route.spec.grpc_route.retry_policy.grpc_retry_events #=> Array
2853
2939
  # resp.route.spec.grpc_route.retry_policy.grpc_retry_events[0] #=> String, one of "cancelled", "deadline-exceeded", "internal", "resource-exhausted", "unavailable"
@@ -2863,6 +2949,7 @@ module Aws::AppMesh
2863
2949
  # resp.route.spec.grpc_route.timeout.per_request.unit #=> String, one of "s", "ms"
2864
2950
  # resp.route.spec.grpc_route.timeout.per_request.value #=> Integer
2865
2951
  # resp.route.spec.http2_route.action.weighted_targets #=> Array
2952
+ # resp.route.spec.http2_route.action.weighted_targets[0].port #=> Integer
2866
2953
  # resp.route.spec.http2_route.action.weighted_targets[0].virtual_node #=> String
2867
2954
  # resp.route.spec.http2_route.action.weighted_targets[0].weight #=> Integer
2868
2955
  # resp.route.spec.http2_route.match.headers #=> Array
@@ -2877,6 +2964,7 @@ module Aws::AppMesh
2877
2964
  # resp.route.spec.http2_route.match.method #=> String, one of "GET", "HEAD", "POST", "PUT", "DELETE", "CONNECT", "OPTIONS", "TRACE", "PATCH"
2878
2965
  # resp.route.spec.http2_route.match.path.exact #=> String
2879
2966
  # resp.route.spec.http2_route.match.path.regex #=> String
2967
+ # resp.route.spec.http2_route.match.port #=> Integer
2880
2968
  # resp.route.spec.http2_route.match.prefix #=> String
2881
2969
  # resp.route.spec.http2_route.match.query_parameters #=> Array
2882
2970
  # resp.route.spec.http2_route.match.query_parameters[0].match.exact #=> String
@@ -2894,6 +2982,7 @@ module Aws::AppMesh
2894
2982
  # resp.route.spec.http2_route.timeout.per_request.unit #=> String, one of "s", "ms"
2895
2983
  # resp.route.spec.http2_route.timeout.per_request.value #=> Integer
2896
2984
  # resp.route.spec.http_route.action.weighted_targets #=> Array
2985
+ # resp.route.spec.http_route.action.weighted_targets[0].port #=> Integer
2897
2986
  # resp.route.spec.http_route.action.weighted_targets[0].virtual_node #=> String
2898
2987
  # resp.route.spec.http_route.action.weighted_targets[0].weight #=> Integer
2899
2988
  # resp.route.spec.http_route.match.headers #=> Array
@@ -2908,6 +2997,7 @@ module Aws::AppMesh
2908
2997
  # resp.route.spec.http_route.match.method #=> String, one of "GET", "HEAD", "POST", "PUT", "DELETE", "CONNECT", "OPTIONS", "TRACE", "PATCH"
2909
2998
  # resp.route.spec.http_route.match.path.exact #=> String
2910
2999
  # resp.route.spec.http_route.match.path.regex #=> String
3000
+ # resp.route.spec.http_route.match.port #=> Integer
2911
3001
  # resp.route.spec.http_route.match.prefix #=> String
2912
3002
  # resp.route.spec.http_route.match.query_parameters #=> Array
2913
3003
  # resp.route.spec.http_route.match.query_parameters[0].match.exact #=> String
@@ -2926,8 +3016,10 @@ module Aws::AppMesh
2926
3016
  # resp.route.spec.http_route.timeout.per_request.value #=> Integer
2927
3017
  # resp.route.spec.priority #=> Integer
2928
3018
  # resp.route.spec.tcp_route.action.weighted_targets #=> Array
3019
+ # resp.route.spec.tcp_route.action.weighted_targets[0].port #=> Integer
2929
3020
  # resp.route.spec.tcp_route.action.weighted_targets[0].virtual_node #=> String
2930
3021
  # resp.route.spec.tcp_route.action.weighted_targets[0].weight #=> Integer
3022
+ # resp.route.spec.tcp_route.match.port #=> Integer
2931
3023
  # resp.route.spec.tcp_route.timeout.idle.unit #=> String, one of "s", "ms"
2932
3024
  # resp.route.spec.tcp_route.timeout.idle.value #=> Integer
2933
3025
  # resp.route.status.status #=> String, one of "ACTIVE", "INACTIVE", "DELETED"
@@ -3017,6 +3109,10 @@ module Aws::AppMesh
3017
3109
  # resp.virtual_gateway.spec.listeners[0].tls.validation.subject_alternative_names.match.exact[0] #=> String
3018
3110
  # resp.virtual_gateway.spec.listeners[0].tls.validation.trust.file.certificate_chain #=> String
3019
3111
  # resp.virtual_gateway.spec.listeners[0].tls.validation.trust.sds.secret_name #=> String
3112
+ # resp.virtual_gateway.spec.logging.access_log.file.format.json #=> Array
3113
+ # resp.virtual_gateway.spec.logging.access_log.file.format.json[0].key #=> String
3114
+ # resp.virtual_gateway.spec.logging.access_log.file.format.json[0].value #=> String
3115
+ # resp.virtual_gateway.spec.logging.access_log.file.format.text #=> String
3020
3116
  # resp.virtual_gateway.spec.logging.access_log.file.path #=> String
3021
3117
  # resp.virtual_gateway.status.status #=> String, one of "ACTIVE", "INACTIVE", "DELETED"
3022
3118
  # resp.virtual_gateway.virtual_gateway_name #=> String
@@ -3140,6 +3236,10 @@ module Aws::AppMesh
3140
3236
  # resp.virtual_node.spec.listeners[0].tls.validation.subject_alternative_names.match.exact[0] #=> String
3141
3237
  # resp.virtual_node.spec.listeners[0].tls.validation.trust.file.certificate_chain #=> String
3142
3238
  # resp.virtual_node.spec.listeners[0].tls.validation.trust.sds.secret_name #=> String
3239
+ # resp.virtual_node.spec.logging.access_log.file.format.json #=> Array
3240
+ # resp.virtual_node.spec.logging.access_log.file.format.json[0].key #=> String
3241
+ # resp.virtual_node.spec.logging.access_log.file.format.json[0].value #=> String
3242
+ # resp.virtual_node.spec.logging.access_log.file.format.text #=> String
3143
3243
  # resp.virtual_node.spec.logging.access_log.file.path #=> String
3144
3244
  # resp.virtual_node.spec.service_discovery.aws_cloud_map.attributes #=> Array
3145
3245
  # resp.virtual_node.spec.service_discovery.aws_cloud_map.attributes[0].key #=> String
@@ -3925,6 +4025,7 @@ module Aws::AppMesh
3925
4025
  # },
3926
4026
  # },
3927
4027
  # target: { # required
4028
+ # port: 1,
3928
4029
  # virtual_service: { # required
3929
4030
  # virtual_service_name: "ResourceName", # required
3930
4031
  # },
@@ -3951,6 +4052,7 @@ module Aws::AppMesh
3951
4052
  # name: "HeaderName", # required
3952
4053
  # },
3953
4054
  # ],
4055
+ # port: 1,
3954
4056
  # service_name: "ServiceName",
3955
4057
  # },
3956
4058
  # },
@@ -3969,6 +4071,7 @@ module Aws::AppMesh
3969
4071
  # },
3970
4072
  # },
3971
4073
  # target: { # required
4074
+ # port: 1,
3972
4075
  # virtual_service: { # required
3973
4076
  # virtual_service_name: "ResourceName", # required
3974
4077
  # },
@@ -4000,6 +4103,7 @@ module Aws::AppMesh
4000
4103
  # exact: "HttpPathExact",
4001
4104
  # regex: "HttpPathRegex",
4002
4105
  # },
4106
+ # port: 1,
4003
4107
  # prefix: "String",
4004
4108
  # query_parameters: [
4005
4109
  # {
@@ -4026,6 +4130,7 @@ module Aws::AppMesh
4026
4130
  # },
4027
4131
  # },
4028
4132
  # target: { # required
4133
+ # port: 1,
4029
4134
  # virtual_service: { # required
4030
4135
  # virtual_service_name: "ResourceName", # required
4031
4136
  # },
@@ -4057,6 +4162,7 @@ module Aws::AppMesh
4057
4162
  # exact: "HttpPathExact",
4058
4163
  # regex: "HttpPathRegex",
4059
4164
  # },
4165
+ # port: 1,
4060
4166
  # prefix: "String",
4061
4167
  # query_parameters: [
4062
4168
  # {
@@ -4085,6 +4191,7 @@ module Aws::AppMesh
4085
4191
  # resp.gateway_route.metadata.uid #=> String
4086
4192
  # resp.gateway_route.metadata.version #=> Integer
4087
4193
  # resp.gateway_route.spec.grpc_route.action.rewrite.hostname.default_target_hostname #=> String, one of "ENABLED", "DISABLED"
4194
+ # resp.gateway_route.spec.grpc_route.action.target.port #=> Integer
4088
4195
  # resp.gateway_route.spec.grpc_route.action.target.virtual_service.virtual_service_name #=> String
4089
4196
  # resp.gateway_route.spec.grpc_route.match.hostname.exact #=> String
4090
4197
  # resp.gateway_route.spec.grpc_route.match.hostname.suffix #=> String
@@ -4097,11 +4204,13 @@ module Aws::AppMesh
4097
4204
  # resp.gateway_route.spec.grpc_route.match.metadata[0].match.regex #=> String
4098
4205
  # resp.gateway_route.spec.grpc_route.match.metadata[0].match.suffix #=> String
4099
4206
  # resp.gateway_route.spec.grpc_route.match.metadata[0].name #=> String
4207
+ # resp.gateway_route.spec.grpc_route.match.port #=> Integer
4100
4208
  # resp.gateway_route.spec.grpc_route.match.service_name #=> String
4101
4209
  # resp.gateway_route.spec.http2_route.action.rewrite.hostname.default_target_hostname #=> String, one of "ENABLED", "DISABLED"
4102
4210
  # resp.gateway_route.spec.http2_route.action.rewrite.path.exact #=> String
4103
4211
  # resp.gateway_route.spec.http2_route.action.rewrite.prefix.default_prefix #=> String, one of "ENABLED", "DISABLED"
4104
4212
  # resp.gateway_route.spec.http2_route.action.rewrite.prefix.value #=> String
4213
+ # resp.gateway_route.spec.http2_route.action.target.port #=> Integer
4105
4214
  # resp.gateway_route.spec.http2_route.action.target.virtual_service.virtual_service_name #=> String
4106
4215
  # resp.gateway_route.spec.http2_route.match.headers #=> Array
4107
4216
  # resp.gateway_route.spec.http2_route.match.headers[0].invert #=> Boolean
@@ -4117,6 +4226,7 @@ module Aws::AppMesh
4117
4226
  # resp.gateway_route.spec.http2_route.match.method #=> String, one of "GET", "HEAD", "POST", "PUT", "DELETE", "CONNECT", "OPTIONS", "TRACE", "PATCH"
4118
4227
  # resp.gateway_route.spec.http2_route.match.path.exact #=> String
4119
4228
  # resp.gateway_route.spec.http2_route.match.path.regex #=> String
4229
+ # resp.gateway_route.spec.http2_route.match.port #=> Integer
4120
4230
  # resp.gateway_route.spec.http2_route.match.prefix #=> String
4121
4231
  # resp.gateway_route.spec.http2_route.match.query_parameters #=> Array
4122
4232
  # resp.gateway_route.spec.http2_route.match.query_parameters[0].match.exact #=> String
@@ -4125,6 +4235,7 @@ module Aws::AppMesh
4125
4235
  # resp.gateway_route.spec.http_route.action.rewrite.path.exact #=> String
4126
4236
  # resp.gateway_route.spec.http_route.action.rewrite.prefix.default_prefix #=> String, one of "ENABLED", "DISABLED"
4127
4237
  # resp.gateway_route.spec.http_route.action.rewrite.prefix.value #=> String
4238
+ # resp.gateway_route.spec.http_route.action.target.port #=> Integer
4128
4239
  # resp.gateway_route.spec.http_route.action.target.virtual_service.virtual_service_name #=> String
4129
4240
  # resp.gateway_route.spec.http_route.match.headers #=> Array
4130
4241
  # resp.gateway_route.spec.http_route.match.headers[0].invert #=> Boolean
@@ -4140,6 +4251,7 @@ module Aws::AppMesh
4140
4251
  # resp.gateway_route.spec.http_route.match.method #=> String, one of "GET", "HEAD", "POST", "PUT", "DELETE", "CONNECT", "OPTIONS", "TRACE", "PATCH"
4141
4252
  # resp.gateway_route.spec.http_route.match.path.exact #=> String
4142
4253
  # resp.gateway_route.spec.http_route.match.path.regex #=> String
4254
+ # resp.gateway_route.spec.http_route.match.port #=> Integer
4143
4255
  # resp.gateway_route.spec.http_route.match.prefix #=> String
4144
4256
  # resp.gateway_route.spec.http_route.match.query_parameters #=> Array
4145
4257
  # resp.gateway_route.spec.http_route.match.query_parameters[0].match.exact #=> String
@@ -4265,6 +4377,7 @@ module Aws::AppMesh
4265
4377
  # action: { # required
4266
4378
  # weighted_targets: [ # required
4267
4379
  # {
4380
+ # port: 1,
4268
4381
  # virtual_node: "ResourceName", # required
4269
4382
  # weight: 1, # required
4270
4383
  # },
@@ -4288,6 +4401,7 @@ module Aws::AppMesh
4288
4401
  # },
4289
4402
  # ],
4290
4403
  # method_name: "MethodName",
4404
+ # port: 1,
4291
4405
  # service_name: "ServiceName",
4292
4406
  # },
4293
4407
  # retry_policy: {
@@ -4315,6 +4429,7 @@ module Aws::AppMesh
4315
4429
  # action: { # required
4316
4430
  # weighted_targets: [ # required
4317
4431
  # {
4432
+ # port: 1,
4318
4433
  # virtual_node: "ResourceName", # required
4319
4434
  # weight: 1, # required
4320
4435
  # },
@@ -4342,6 +4457,7 @@ module Aws::AppMesh
4342
4457
  # exact: "HttpPathExact",
4343
4458
  # regex: "HttpPathRegex",
4344
4459
  # },
4460
+ # port: 1,
4345
4461
  # prefix: "String",
4346
4462
  # query_parameters: [
4347
4463
  # {
@@ -4377,6 +4493,7 @@ module Aws::AppMesh
4377
4493
  # action: { # required
4378
4494
  # weighted_targets: [ # required
4379
4495
  # {
4496
+ # port: 1,
4380
4497
  # virtual_node: "ResourceName", # required
4381
4498
  # weight: 1, # required
4382
4499
  # },
@@ -4404,6 +4521,7 @@ module Aws::AppMesh
4404
4521
  # exact: "HttpPathExact",
4405
4522
  # regex: "HttpPathRegex",
4406
4523
  # },
4524
+ # port: 1,
4407
4525
  # prefix: "String",
4408
4526
  # query_parameters: [
4409
4527
  # {
@@ -4440,11 +4558,15 @@ module Aws::AppMesh
4440
4558
  # action: { # required
4441
4559
  # weighted_targets: [ # required
4442
4560
  # {
4561
+ # port: 1,
4443
4562
  # virtual_node: "ResourceName", # required
4444
4563
  # weight: 1, # required
4445
4564
  # },
4446
4565
  # ],
4447
4566
  # },
4567
+ # match: {
4568
+ # port: 1,
4569
+ # },
4448
4570
  # timeout: {
4449
4571
  # idle: {
4450
4572
  # unit: "s", # accepts s, ms
@@ -4468,6 +4590,7 @@ module Aws::AppMesh
4468
4590
  # resp.route.metadata.version #=> Integer
4469
4591
  # resp.route.route_name #=> String
4470
4592
  # resp.route.spec.grpc_route.action.weighted_targets #=> Array
4593
+ # resp.route.spec.grpc_route.action.weighted_targets[0].port #=> Integer
4471
4594
  # resp.route.spec.grpc_route.action.weighted_targets[0].virtual_node #=> String
4472
4595
  # resp.route.spec.grpc_route.action.weighted_targets[0].weight #=> Integer
4473
4596
  # resp.route.spec.grpc_route.match.metadata #=> Array
@@ -4480,6 +4603,7 @@ module Aws::AppMesh
4480
4603
  # resp.route.spec.grpc_route.match.metadata[0].match.suffix #=> String
4481
4604
  # resp.route.spec.grpc_route.match.metadata[0].name #=> String
4482
4605
  # resp.route.spec.grpc_route.match.method_name #=> String
4606
+ # resp.route.spec.grpc_route.match.port #=> Integer
4483
4607
  # resp.route.spec.grpc_route.match.service_name #=> String
4484
4608
  # resp.route.spec.grpc_route.retry_policy.grpc_retry_events #=> Array
4485
4609
  # resp.route.spec.grpc_route.retry_policy.grpc_retry_events[0] #=> String, one of "cancelled", "deadline-exceeded", "internal", "resource-exhausted", "unavailable"
@@ -4495,6 +4619,7 @@ module Aws::AppMesh
4495
4619
  # resp.route.spec.grpc_route.timeout.per_request.unit #=> String, one of "s", "ms"
4496
4620
  # resp.route.spec.grpc_route.timeout.per_request.value #=> Integer
4497
4621
  # resp.route.spec.http2_route.action.weighted_targets #=> Array
4622
+ # resp.route.spec.http2_route.action.weighted_targets[0].port #=> Integer
4498
4623
  # resp.route.spec.http2_route.action.weighted_targets[0].virtual_node #=> String
4499
4624
  # resp.route.spec.http2_route.action.weighted_targets[0].weight #=> Integer
4500
4625
  # resp.route.spec.http2_route.match.headers #=> Array
@@ -4509,6 +4634,7 @@ module Aws::AppMesh
4509
4634
  # resp.route.spec.http2_route.match.method #=> String, one of "GET", "HEAD", "POST", "PUT", "DELETE", "CONNECT", "OPTIONS", "TRACE", "PATCH"
4510
4635
  # resp.route.spec.http2_route.match.path.exact #=> String
4511
4636
  # resp.route.spec.http2_route.match.path.regex #=> String
4637
+ # resp.route.spec.http2_route.match.port #=> Integer
4512
4638
  # resp.route.spec.http2_route.match.prefix #=> String
4513
4639
  # resp.route.spec.http2_route.match.query_parameters #=> Array
4514
4640
  # resp.route.spec.http2_route.match.query_parameters[0].match.exact #=> String
@@ -4526,6 +4652,7 @@ module Aws::AppMesh
4526
4652
  # resp.route.spec.http2_route.timeout.per_request.unit #=> String, one of "s", "ms"
4527
4653
  # resp.route.spec.http2_route.timeout.per_request.value #=> Integer
4528
4654
  # resp.route.spec.http_route.action.weighted_targets #=> Array
4655
+ # resp.route.spec.http_route.action.weighted_targets[0].port #=> Integer
4529
4656
  # resp.route.spec.http_route.action.weighted_targets[0].virtual_node #=> String
4530
4657
  # resp.route.spec.http_route.action.weighted_targets[0].weight #=> Integer
4531
4658
  # resp.route.spec.http_route.match.headers #=> Array
@@ -4540,6 +4667,7 @@ module Aws::AppMesh
4540
4667
  # resp.route.spec.http_route.match.method #=> String, one of "GET", "HEAD", "POST", "PUT", "DELETE", "CONNECT", "OPTIONS", "TRACE", "PATCH"
4541
4668
  # resp.route.spec.http_route.match.path.exact #=> String
4542
4669
  # resp.route.spec.http_route.match.path.regex #=> String
4670
+ # resp.route.spec.http_route.match.port #=> Integer
4543
4671
  # resp.route.spec.http_route.match.prefix #=> String
4544
4672
  # resp.route.spec.http_route.match.query_parameters #=> Array
4545
4673
  # resp.route.spec.http_route.match.query_parameters[0].match.exact #=> String
@@ -4558,8 +4686,10 @@ module Aws::AppMesh
4558
4686
  # resp.route.spec.http_route.timeout.per_request.value #=> Integer
4559
4687
  # resp.route.spec.priority #=> Integer
4560
4688
  # resp.route.spec.tcp_route.action.weighted_targets #=> Array
4689
+ # resp.route.spec.tcp_route.action.weighted_targets[0].port #=> Integer
4561
4690
  # resp.route.spec.tcp_route.action.weighted_targets[0].virtual_node #=> String
4562
4691
  # resp.route.spec.tcp_route.action.weighted_targets[0].weight #=> Integer
4692
+ # resp.route.spec.tcp_route.match.port #=> Integer
4563
4693
  # resp.route.spec.tcp_route.timeout.idle.unit #=> String, one of "s", "ms"
4564
4694
  # resp.route.spec.tcp_route.timeout.idle.value #=> Integer
4565
4695
  # resp.route.status.status #=> String, one of "ACTIVE", "INACTIVE", "DELETED"
@@ -4712,6 +4842,15 @@ module Aws::AppMesh
4712
4842
  # logging: {
4713
4843
  # access_log: {
4714
4844
  # file: {
4845
+ # format: {
4846
+ # json: [
4847
+ # {
4848
+ # key: "JsonKey", # required
4849
+ # value: "JsonValue", # required
4850
+ # },
4851
+ # ],
4852
+ # text: "TextFormat",
4853
+ # },
4715
4854
  # path: "FilePath", # required
4716
4855
  # },
4717
4856
  # },
@@ -4765,6 +4904,10 @@ module Aws::AppMesh
4765
4904
  # resp.virtual_gateway.spec.listeners[0].tls.validation.subject_alternative_names.match.exact[0] #=> String
4766
4905
  # resp.virtual_gateway.spec.listeners[0].tls.validation.trust.file.certificate_chain #=> String
4767
4906
  # resp.virtual_gateway.spec.listeners[0].tls.validation.trust.sds.secret_name #=> String
4907
+ # resp.virtual_gateway.spec.logging.access_log.file.format.json #=> Array
4908
+ # resp.virtual_gateway.spec.logging.access_log.file.format.json[0].key #=> String
4909
+ # resp.virtual_gateway.spec.logging.access_log.file.format.json[0].value #=> String
4910
+ # resp.virtual_gateway.spec.logging.access_log.file.format.text #=> String
4768
4911
  # resp.virtual_gateway.spec.logging.access_log.file.path #=> String
4769
4912
  # resp.virtual_gateway.status.status #=> String, one of "ACTIVE", "INACTIVE", "DELETED"
4770
4913
  # resp.virtual_gateway.virtual_gateway_name #=> String
@@ -5009,6 +5152,15 @@ module Aws::AppMesh
5009
5152
  # logging: {
5010
5153
  # access_log: {
5011
5154
  # file: {
5155
+ # format: {
5156
+ # json: [
5157
+ # {
5158
+ # key: "JsonKey", # required
5159
+ # value: "JsonValue", # required
5160
+ # },
5161
+ # ],
5162
+ # text: "TextFormat",
5163
+ # },
5012
5164
  # path: "FilePath", # required
5013
5165
  # },
5014
5166
  # },
@@ -5115,6 +5267,10 @@ module Aws::AppMesh
5115
5267
  # resp.virtual_node.spec.listeners[0].tls.validation.subject_alternative_names.match.exact[0] #=> String
5116
5268
  # resp.virtual_node.spec.listeners[0].tls.validation.trust.file.certificate_chain #=> String
5117
5269
  # resp.virtual_node.spec.listeners[0].tls.validation.trust.sds.secret_name #=> String
5270
+ # resp.virtual_node.spec.logging.access_log.file.format.json #=> Array
5271
+ # resp.virtual_node.spec.logging.access_log.file.format.json[0].key #=> String
5272
+ # resp.virtual_node.spec.logging.access_log.file.format.json[0].value #=> String
5273
+ # resp.virtual_node.spec.logging.access_log.file.format.text #=> String
5118
5274
  # resp.virtual_node.spec.logging.access_log.file.path #=> String
5119
5275
  # resp.virtual_node.spec.service_discovery.aws_cloud_map.attributes #=> Array
5120
5276
  # resp.virtual_node.spec.service_discovery.aws_cloud_map.attributes[0].key #=> String
@@ -5305,7 +5461,7 @@ module Aws::AppMesh
5305
5461
  params: params,
5306
5462
  config: config)
5307
5463
  context[:gem_name] = 'aws-sdk-appmesh'
5308
- context[:gem_version] = '1.46.0'
5464
+ context[:gem_version] = '1.47.0'
5309
5465
  Seahorse::Client::Request.new(handlers, context)
5310
5466
  end
5311
5467