aws-sdk-appmesh 1.31.0 → 1.32.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/aws-sdk-appmesh.rb +1 -1
- data/lib/aws-sdk-appmesh/client.rb +338 -194
- data/lib/aws-sdk-appmesh/client_api.rb +178 -120
- data/lib/aws-sdk-appmesh/errors.rb +23 -15
- data/lib/aws-sdk-appmesh/types.rb +6023 -5290
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 40358f867c16779f0ec303004bf0ce96a7d6f0a0cc0c18689e722d9802ebb32f
|
4
|
+
data.tar.gz: cc0cc36137a3b10a23baf940fa574cac98ea8648d93c39963cb7822785b77385
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c1ca9f189b843cd4c0c56c442c235bdf11e189a88f16c26642975ceefb4d7e833baf6afdc4cc07fe944ea4782e2c03b4ac0180109f942ecd4d5f895acbf20b07
|
7
|
+
data.tar.gz: 6c9a809eea47857171c2c4c8b6206546cf23de1a5db88fc9605fc9f8ec2b69a094c96c9dd90f58948f9cbafea298b54055345a0a8311c6844ab764386b988a2d
|
data/lib/aws-sdk-appmesh.rb
CHANGED
@@ -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", "
|
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
|
@@ -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", "
|
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: "
|
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: "
|
652
|
+
# unit: "s", # accepts s, ms
|
653
653
|
# value: 1,
|
654
654
|
# },
|
655
655
|
# per_request: {
|
656
|
-
# unit: "
|
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: "
|
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: "
|
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: "
|
702
|
+
# unit: "s", # accepts s, ms
|
703
703
|
# value: 1,
|
704
704
|
# },
|
705
705
|
# per_request: {
|
706
|
-
# unit: "
|
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: "
|
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: "
|
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: "
|
752
|
+
# unit: "s", # accepts s, ms
|
753
753
|
# value: 1,
|
754
754
|
# },
|
755
755
|
# per_request: {
|
756
|
-
# unit: "
|
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: "
|
773
|
+
# unit: "s", # accepts s, ms
|
774
774
|
# value: 1,
|
775
775
|
# },
|
776
776
|
# },
|
@@ -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 "
|
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 "
|
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 "
|
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 "
|
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 "
|
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 "
|
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 "
|
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 "
|
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 "
|
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 "
|
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 "
|
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 "
|
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", "
|
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
|
@@ -975,18 +975,30 @@ module Aws::AppMesh
|
|
975
975
|
# },
|
976
976
|
# listeners: [ # required
|
977
977
|
# {
|
978
|
+
# connection_pool: {
|
979
|
+
# grpc: {
|
980
|
+
# max_requests: 1, # required
|
981
|
+
# },
|
982
|
+
# http: {
|
983
|
+
# max_connections: 1, # required
|
984
|
+
# max_pending_requests: 1,
|
985
|
+
# },
|
986
|
+
# http2: {
|
987
|
+
# max_requests: 1, # required
|
988
|
+
# },
|
989
|
+
# },
|
978
990
|
# health_check: {
|
979
991
|
# healthy_threshold: 1, # required
|
980
992
|
# interval_millis: 1, # required
|
981
993
|
# path: "String",
|
982
994
|
# port: 1,
|
983
|
-
# protocol: "
|
995
|
+
# protocol: "http", # required, accepts http, http2, grpc
|
984
996
|
# timeout_millis: 1, # required
|
985
997
|
# unhealthy_threshold: 1, # required
|
986
998
|
# },
|
987
999
|
# port_mapping: { # required
|
988
1000
|
# port: 1, # required
|
989
|
-
# protocol: "
|
1001
|
+
# protocol: "http", # required, accepts http, http2, grpc
|
990
1002
|
# },
|
991
1003
|
# tls: {
|
992
1004
|
# certificate: { # required
|
@@ -998,7 +1010,7 @@ module Aws::AppMesh
|
|
998
1010
|
# private_key: "FilePath", # required
|
999
1011
|
# },
|
1000
1012
|
# },
|
1001
|
-
# mode: "
|
1013
|
+
# mode: "STRICT", # required, accepts STRICT, PERMISSIVE, DISABLED
|
1002
1014
|
# },
|
1003
1015
|
# },
|
1004
1016
|
# ],
|
@@ -1036,21 +1048,25 @@ module Aws::AppMesh
|
|
1036
1048
|
# resp.virtual_gateway.spec.backend_defaults.client_policy.tls.validation.trust.acm.certificate_authority_arns[0] #=> String
|
1037
1049
|
# resp.virtual_gateway.spec.backend_defaults.client_policy.tls.validation.trust.file.certificate_chain #=> String
|
1038
1050
|
# resp.virtual_gateway.spec.listeners #=> Array
|
1051
|
+
# resp.virtual_gateway.spec.listeners[0].connection_pool.grpc.max_requests #=> Integer
|
1052
|
+
# resp.virtual_gateway.spec.listeners[0].connection_pool.http.max_connections #=> Integer
|
1053
|
+
# resp.virtual_gateway.spec.listeners[0].connection_pool.http.max_pending_requests #=> Integer
|
1054
|
+
# resp.virtual_gateway.spec.listeners[0].connection_pool.http2.max_requests #=> Integer
|
1039
1055
|
# resp.virtual_gateway.spec.listeners[0].health_check.healthy_threshold #=> Integer
|
1040
1056
|
# resp.virtual_gateway.spec.listeners[0].health_check.interval_millis #=> Integer
|
1041
1057
|
# resp.virtual_gateway.spec.listeners[0].health_check.path #=> String
|
1042
1058
|
# resp.virtual_gateway.spec.listeners[0].health_check.port #=> Integer
|
1043
|
-
# resp.virtual_gateway.spec.listeners[0].health_check.protocol #=> String, one of "
|
1059
|
+
# resp.virtual_gateway.spec.listeners[0].health_check.protocol #=> String, one of "http", "http2", "grpc"
|
1044
1060
|
# resp.virtual_gateway.spec.listeners[0].health_check.timeout_millis #=> Integer
|
1045
1061
|
# resp.virtual_gateway.spec.listeners[0].health_check.unhealthy_threshold #=> Integer
|
1046
1062
|
# resp.virtual_gateway.spec.listeners[0].port_mapping.port #=> Integer
|
1047
|
-
# resp.virtual_gateway.spec.listeners[0].port_mapping.protocol #=> String, one of "
|
1063
|
+
# resp.virtual_gateway.spec.listeners[0].port_mapping.protocol #=> String, one of "http", "http2", "grpc"
|
1048
1064
|
# resp.virtual_gateway.spec.listeners[0].tls.certificate.acm.certificate_arn #=> String
|
1049
1065
|
# resp.virtual_gateway.spec.listeners[0].tls.certificate.file.certificate_chain #=> String
|
1050
1066
|
# resp.virtual_gateway.spec.listeners[0].tls.certificate.file.private_key #=> String
|
1051
|
-
# resp.virtual_gateway.spec.listeners[0].tls.mode #=> String, one of "
|
1067
|
+
# resp.virtual_gateway.spec.listeners[0].tls.mode #=> String, one of "STRICT", "PERMISSIVE", "DISABLED"
|
1052
1068
|
# resp.virtual_gateway.spec.logging.access_log.file.path #=> String
|
1053
|
-
# resp.virtual_gateway.status.status #=> String, one of "ACTIVE", "
|
1069
|
+
# resp.virtual_gateway.status.status #=> String, one of "ACTIVE", "INACTIVE", "DELETED"
|
1054
1070
|
# resp.virtual_gateway.virtual_gateway_name #=> String
|
1055
1071
|
#
|
1056
1072
|
# @see http://docs.aws.amazon.com/goto/WebAPI/appmesh-2019-01-25/CreateVirtualGateway AWS API Documentation
|
@@ -1076,26 +1092,32 @@ module Aws::AppMesh
|
|
1076
1092
|
# communicate to is specified as a `backend`.
|
1077
1093
|
#
|
1078
1094
|
# The response metadata for your new virtual node contains the `arn`
|
1079
|
-
# that is associated with the virtual node. Set this value
|
1080
|
-
#
|
1081
|
-
# `
|
1082
|
-
# `
|
1095
|
+
# that is associated with the virtual node. Set this value to the full
|
1096
|
+
# ARN; for example,
|
1097
|
+
# `arn:aws:appmesh:us-west-2:123456789012:myMesh/default/virtualNode/myApp`)
|
1098
|
+
# as the `APPMESH_RESOURCE_ARN` environment variable for your task
|
1083
1099
|
# group's Envoy proxy container in your task definition or pod spec.
|
1084
1100
|
# This is then mapped to the `node.id` and `node.cluster` Envoy
|
1085
1101
|
# parameters.
|
1086
1102
|
#
|
1087
|
-
# <note markdown="1">
|
1088
|
-
#
|
1089
|
-
#
|
1090
|
-
# environment variable.
|
1103
|
+
# <note markdown="1"> By default, App Mesh uses the name of the resource you specified in
|
1104
|
+
# `APPMESH_RESOURCE_ARN` when Envoy is referring to itself in metrics
|
1105
|
+
# and traces. You can override this behavior by setting the
|
1106
|
+
# `APPMESH_RESOURCE_CLUSTER` environment variable with your own name.
|
1107
|
+
#
|
1108
|
+
# AWS Cloud Map is not available in the eu-south-1 Region.
|
1091
1109
|
#
|
1092
1110
|
# </note>
|
1093
1111
|
#
|
1094
|
-
# For more information about virtual nodes, see [Virtual nodes][1].
|
1112
|
+
# For more information about virtual nodes, see [Virtual nodes][1]. You
|
1113
|
+
# must be using `1.15.0` or later of the Envoy image when setting these
|
1114
|
+
# variables. For more information about App Mesh Envoy variables, see
|
1115
|
+
# [Envoy image][2] in the AWS App Mesh User Guide.
|
1095
1116
|
#
|
1096
1117
|
#
|
1097
1118
|
#
|
1098
1119
|
# [1]: https://docs.aws.amazon.com/app-mesh/latest/userguide/virtual_nodes.html
|
1120
|
+
# [2]: https://docs.aws.amazon.com/app-mesh/latest/userguide/envoy.html
|
1099
1121
|
#
|
1100
1122
|
# @option params [String] :client_token
|
1101
1123
|
# Unique, case-sensitive identifier that you provide to ensure the
|
@@ -1186,53 +1208,80 @@ module Aws::AppMesh
|
|
1186
1208
|
# ],
|
1187
1209
|
# listeners: [
|
1188
1210
|
# {
|
1211
|
+
# connection_pool: {
|
1212
|
+
# grpc: {
|
1213
|
+
# max_requests: 1, # required
|
1214
|
+
# },
|
1215
|
+
# http: {
|
1216
|
+
# max_connections: 1, # required
|
1217
|
+
# max_pending_requests: 1,
|
1218
|
+
# },
|
1219
|
+
# http2: {
|
1220
|
+
# max_requests: 1, # required
|
1221
|
+
# },
|
1222
|
+
# tcp: {
|
1223
|
+
# max_connections: 1, # required
|
1224
|
+
# },
|
1225
|
+
# },
|
1189
1226
|
# health_check: {
|
1190
1227
|
# healthy_threshold: 1, # required
|
1191
1228
|
# interval_millis: 1, # required
|
1192
1229
|
# path: "String",
|
1193
1230
|
# port: 1,
|
1194
|
-
# protocol: "
|
1231
|
+
# protocol: "http", # required, accepts http, tcp, http2, grpc
|
1195
1232
|
# timeout_millis: 1, # required
|
1196
1233
|
# unhealthy_threshold: 1, # required
|
1197
1234
|
# },
|
1235
|
+
# outlier_detection: {
|
1236
|
+
# base_ejection_duration: { # required
|
1237
|
+
# unit: "s", # accepts s, ms
|
1238
|
+
# value: 1,
|
1239
|
+
# },
|
1240
|
+
# interval: { # required
|
1241
|
+
# unit: "s", # accepts s, ms
|
1242
|
+
# value: 1,
|
1243
|
+
# },
|
1244
|
+
# max_ejection_percent: 1, # required
|
1245
|
+
# max_server_errors: 1, # required
|
1246
|
+
# },
|
1198
1247
|
# port_mapping: { # required
|
1199
1248
|
# port: 1, # required
|
1200
|
-
# protocol: "
|
1249
|
+
# protocol: "http", # required, accepts http, tcp, http2, grpc
|
1201
1250
|
# },
|
1202
1251
|
# timeout: {
|
1203
1252
|
# grpc: {
|
1204
1253
|
# idle: {
|
1205
|
-
# unit: "
|
1254
|
+
# unit: "s", # accepts s, ms
|
1206
1255
|
# value: 1,
|
1207
1256
|
# },
|
1208
1257
|
# per_request: {
|
1209
|
-
# unit: "
|
1258
|
+
# unit: "s", # accepts s, ms
|
1210
1259
|
# value: 1,
|
1211
1260
|
# },
|
1212
1261
|
# },
|
1213
1262
|
# http: {
|
1214
1263
|
# idle: {
|
1215
|
-
# unit: "
|
1264
|
+
# unit: "s", # accepts s, ms
|
1216
1265
|
# value: 1,
|
1217
1266
|
# },
|
1218
1267
|
# per_request: {
|
1219
|
-
# unit: "
|
1268
|
+
# unit: "s", # accepts s, ms
|
1220
1269
|
# value: 1,
|
1221
1270
|
# },
|
1222
1271
|
# },
|
1223
1272
|
# http2: {
|
1224
1273
|
# idle: {
|
1225
|
-
# unit: "
|
1274
|
+
# unit: "s", # accepts s, ms
|
1226
1275
|
# value: 1,
|
1227
1276
|
# },
|
1228
1277
|
# per_request: {
|
1229
|
-
# unit: "
|
1278
|
+
# unit: "s", # accepts s, ms
|
1230
1279
|
# value: 1,
|
1231
1280
|
# },
|
1232
1281
|
# },
|
1233
1282
|
# tcp: {
|
1234
1283
|
# idle: {
|
1235
|
-
# unit: "
|
1284
|
+
# unit: "s", # accepts s, ms
|
1236
1285
|
# value: 1,
|
1237
1286
|
# },
|
1238
1287
|
# },
|
@@ -1247,7 +1296,7 @@ module Aws::AppMesh
|
|
1247
1296
|
# private_key: "FilePath", # required
|
1248
1297
|
# },
|
1249
1298
|
# },
|
1250
|
-
# mode: "
|
1299
|
+
# mode: "STRICT", # required, accepts STRICT, PERMISSIVE, DISABLED
|
1251
1300
|
# },
|
1252
1301
|
# },
|
1253
1302
|
# ],
|
@@ -1308,33 +1357,44 @@ module Aws::AppMesh
|
|
1308
1357
|
# resp.virtual_node.spec.backends[0].virtual_service.client_policy.tls.validation.trust.file.certificate_chain #=> String
|
1309
1358
|
# resp.virtual_node.spec.backends[0].virtual_service.virtual_service_name #=> String
|
1310
1359
|
# resp.virtual_node.spec.listeners #=> Array
|
1360
|
+
# resp.virtual_node.spec.listeners[0].connection_pool.grpc.max_requests #=> Integer
|
1361
|
+
# resp.virtual_node.spec.listeners[0].connection_pool.http.max_connections #=> Integer
|
1362
|
+
# resp.virtual_node.spec.listeners[0].connection_pool.http.max_pending_requests #=> Integer
|
1363
|
+
# resp.virtual_node.spec.listeners[0].connection_pool.http2.max_requests #=> Integer
|
1364
|
+
# resp.virtual_node.spec.listeners[0].connection_pool.tcp.max_connections #=> Integer
|
1311
1365
|
# resp.virtual_node.spec.listeners[0].health_check.healthy_threshold #=> Integer
|
1312
1366
|
# resp.virtual_node.spec.listeners[0].health_check.interval_millis #=> Integer
|
1313
1367
|
# resp.virtual_node.spec.listeners[0].health_check.path #=> String
|
1314
1368
|
# resp.virtual_node.spec.listeners[0].health_check.port #=> Integer
|
1315
|
-
# resp.virtual_node.spec.listeners[0].health_check.protocol #=> String, one of "
|
1369
|
+
# resp.virtual_node.spec.listeners[0].health_check.protocol #=> String, one of "http", "tcp", "http2", "grpc"
|
1316
1370
|
# resp.virtual_node.spec.listeners[0].health_check.timeout_millis #=> Integer
|
1317
1371
|
# resp.virtual_node.spec.listeners[0].health_check.unhealthy_threshold #=> Integer
|
1372
|
+
# resp.virtual_node.spec.listeners[0].outlier_detection.base_ejection_duration.unit #=> String, one of "s", "ms"
|
1373
|
+
# resp.virtual_node.spec.listeners[0].outlier_detection.base_ejection_duration.value #=> Integer
|
1374
|
+
# resp.virtual_node.spec.listeners[0].outlier_detection.interval.unit #=> String, one of "s", "ms"
|
1375
|
+
# resp.virtual_node.spec.listeners[0].outlier_detection.interval.value #=> Integer
|
1376
|
+
# resp.virtual_node.spec.listeners[0].outlier_detection.max_ejection_percent #=> Integer
|
1377
|
+
# resp.virtual_node.spec.listeners[0].outlier_detection.max_server_errors #=> Integer
|
1318
1378
|
# resp.virtual_node.spec.listeners[0].port_mapping.port #=> Integer
|
1319
|
-
# resp.virtual_node.spec.listeners[0].port_mapping.protocol #=> String, one of "
|
1320
|
-
# resp.virtual_node.spec.listeners[0].timeout.grpc.idle.unit #=> String, one of "
|
1379
|
+
# resp.virtual_node.spec.listeners[0].port_mapping.protocol #=> String, one of "http", "tcp", "http2", "grpc"
|
1380
|
+
# resp.virtual_node.spec.listeners[0].timeout.grpc.idle.unit #=> String, one of "s", "ms"
|
1321
1381
|
# 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 "
|
1382
|
+
# resp.virtual_node.spec.listeners[0].timeout.grpc.per_request.unit #=> String, one of "s", "ms"
|
1323
1383
|
# 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 "
|
1384
|
+
# resp.virtual_node.spec.listeners[0].timeout.http.idle.unit #=> String, one of "s", "ms"
|
1325
1385
|
# 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 "
|
1386
|
+
# resp.virtual_node.spec.listeners[0].timeout.http.per_request.unit #=> String, one of "s", "ms"
|
1327
1387
|
# 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 "
|
1388
|
+
# resp.virtual_node.spec.listeners[0].timeout.http2.idle.unit #=> String, one of "s", "ms"
|
1329
1389
|
# 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 "
|
1390
|
+
# resp.virtual_node.spec.listeners[0].timeout.http2.per_request.unit #=> String, one of "s", "ms"
|
1331
1391
|
# 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 "
|
1392
|
+
# resp.virtual_node.spec.listeners[0].timeout.tcp.idle.unit #=> String, one of "s", "ms"
|
1333
1393
|
# resp.virtual_node.spec.listeners[0].timeout.tcp.idle.value #=> Integer
|
1334
1394
|
# resp.virtual_node.spec.listeners[0].tls.certificate.acm.certificate_arn #=> String
|
1335
1395
|
# resp.virtual_node.spec.listeners[0].tls.certificate.file.certificate_chain #=> String
|
1336
1396
|
# resp.virtual_node.spec.listeners[0].tls.certificate.file.private_key #=> String
|
1337
|
-
# resp.virtual_node.spec.listeners[0].tls.mode #=> String, one of "
|
1397
|
+
# resp.virtual_node.spec.listeners[0].tls.mode #=> String, one of "STRICT", "PERMISSIVE", "DISABLED"
|
1338
1398
|
# resp.virtual_node.spec.logging.access_log.file.path #=> String
|
1339
1399
|
# resp.virtual_node.spec.service_discovery.aws_cloud_map.attributes #=> Array
|
1340
1400
|
# resp.virtual_node.spec.service_discovery.aws_cloud_map.attributes[0].key #=> String
|
@@ -1342,7 +1402,7 @@ module Aws::AppMesh
|
|
1342
1402
|
# resp.virtual_node.spec.service_discovery.aws_cloud_map.namespace_name #=> String
|
1343
1403
|
# resp.virtual_node.spec.service_discovery.aws_cloud_map.service_name #=> String
|
1344
1404
|
# resp.virtual_node.spec.service_discovery.dns.hostname #=> String
|
1345
|
-
# resp.virtual_node.status.status #=> String, one of "ACTIVE", "
|
1405
|
+
# resp.virtual_node.status.status #=> String, one of "ACTIVE", "INACTIVE", "DELETED"
|
1346
1406
|
# resp.virtual_node.virtual_node_name #=> String
|
1347
1407
|
#
|
1348
1408
|
# @see http://docs.aws.amazon.com/goto/WebAPI/appmesh-2019-01-25/CreateVirtualNode AWS API Documentation
|
@@ -1419,7 +1479,7 @@ module Aws::AppMesh
|
|
1419
1479
|
# {
|
1420
1480
|
# port_mapping: { # required
|
1421
1481
|
# port: 1, # required
|
1422
|
-
# protocol: "
|
1482
|
+
# protocol: "http", # required, accepts http, tcp, http2, grpc
|
1423
1483
|
# },
|
1424
1484
|
# },
|
1425
1485
|
# ],
|
@@ -1445,8 +1505,8 @@ module Aws::AppMesh
|
|
1445
1505
|
# resp.virtual_router.metadata.version #=> Integer
|
1446
1506
|
# resp.virtual_router.spec.listeners #=> Array
|
1447
1507
|
# resp.virtual_router.spec.listeners[0].port_mapping.port #=> Integer
|
1448
|
-
# resp.virtual_router.spec.listeners[0].port_mapping.protocol #=> String, one of "
|
1449
|
-
# resp.virtual_router.status.status #=> String, one of "ACTIVE", "
|
1508
|
+
# resp.virtual_router.spec.listeners[0].port_mapping.protocol #=> String, one of "http", "tcp", "http2", "grpc"
|
1509
|
+
# resp.virtual_router.status.status #=> String, one of "ACTIVE", "INACTIVE", "DELETED"
|
1450
1510
|
# resp.virtual_router.virtual_router_name #=> String
|
1451
1511
|
#
|
1452
1512
|
# @see http://docs.aws.amazon.com/goto/WebAPI/appmesh-2019-01-25/CreateVirtualRouter AWS API Documentation
|
@@ -1550,7 +1610,7 @@ module Aws::AppMesh
|
|
1550
1610
|
# resp.virtual_service.metadata.version #=> Integer
|
1551
1611
|
# resp.virtual_service.spec.provider.virtual_node.virtual_node_name #=> String
|
1552
1612
|
# resp.virtual_service.spec.provider.virtual_router.virtual_router_name #=> String
|
1553
|
-
# resp.virtual_service.status.status #=> String, one of "ACTIVE", "
|
1613
|
+
# resp.virtual_service.status.status #=> String, one of "ACTIVE", "INACTIVE", "DELETED"
|
1554
1614
|
# resp.virtual_service.virtual_service_name #=> String
|
1555
1615
|
#
|
1556
1616
|
# @see http://docs.aws.amazon.com/goto/WebAPI/appmesh-2019-01-25/CreateVirtualService AWS API Documentation
|
@@ -1613,7 +1673,7 @@ module Aws::AppMesh
|
|
1613
1673
|
# resp.gateway_route.spec.http2_route.match.prefix #=> String
|
1614
1674
|
# resp.gateway_route.spec.http_route.action.target.virtual_service.virtual_service_name #=> String
|
1615
1675
|
# resp.gateway_route.spec.http_route.match.prefix #=> String
|
1616
|
-
# resp.gateway_route.status.status #=> String, one of "ACTIVE", "
|
1676
|
+
# resp.gateway_route.status.status #=> String, one of "ACTIVE", "INACTIVE", "DELETED"
|
1617
1677
|
# resp.gateway_route.virtual_gateway_name #=> String
|
1618
1678
|
#
|
1619
1679
|
# @see http://docs.aws.amazon.com/goto/WebAPI/appmesh-2019-01-25/DeleteGatewayRoute AWS API Documentation
|
@@ -1655,7 +1715,7 @@ module Aws::AppMesh
|
|
1655
1715
|
# resp.mesh.metadata.uid #=> String
|
1656
1716
|
# resp.mesh.metadata.version #=> Integer
|
1657
1717
|
# resp.mesh.spec.egress_filter.type #=> String, one of "ALLOW_ALL", "DROP_ALL"
|
1658
|
-
# resp.mesh.status.status #=> String, one of "ACTIVE", "
|
1718
|
+
# resp.mesh.status.status #=> String, one of "ACTIVE", "INACTIVE", "DELETED"
|
1659
1719
|
#
|
1660
1720
|
# @see http://docs.aws.amazon.com/goto/WebAPI/appmesh-2019-01-25/DeleteMesh AWS API Documentation
|
1661
1721
|
#
|
@@ -1730,13 +1790,13 @@ module Aws::AppMesh
|
|
1730
1790
|
# resp.route.spec.grpc_route.retry_policy.http_retry_events #=> Array
|
1731
1791
|
# resp.route.spec.grpc_route.retry_policy.http_retry_events[0] #=> String
|
1732
1792
|
# 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 "
|
1793
|
+
# resp.route.spec.grpc_route.retry_policy.per_retry_timeout.unit #=> String, one of "s", "ms"
|
1734
1794
|
# resp.route.spec.grpc_route.retry_policy.per_retry_timeout.value #=> Integer
|
1735
1795
|
# resp.route.spec.grpc_route.retry_policy.tcp_retry_events #=> Array
|
1736
1796
|
# 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 "
|
1797
|
+
# resp.route.spec.grpc_route.timeout.idle.unit #=> String, one of "s", "ms"
|
1738
1798
|
# resp.route.spec.grpc_route.timeout.idle.value #=> Integer
|
1739
|
-
# resp.route.spec.grpc_route.timeout.per_request.unit #=> String, one of "
|
1799
|
+
# resp.route.spec.grpc_route.timeout.per_request.unit #=> String, one of "s", "ms"
|
1740
1800
|
# resp.route.spec.grpc_route.timeout.per_request.value #=> Integer
|
1741
1801
|
# resp.route.spec.http2_route.action.weighted_targets #=> Array
|
1742
1802
|
# resp.route.spec.http2_route.action.weighted_targets[0].virtual_node #=> String
|
@@ -1750,19 +1810,19 @@ module Aws::AppMesh
|
|
1750
1810
|
# resp.route.spec.http2_route.match.headers[0].match.regex #=> String
|
1751
1811
|
# resp.route.spec.http2_route.match.headers[0].match.suffix #=> String
|
1752
1812
|
# resp.route.spec.http2_route.match.headers[0].name #=> String
|
1753
|
-
# resp.route.spec.http2_route.match.method #=> String, one of "
|
1813
|
+
# resp.route.spec.http2_route.match.method #=> String, one of "GET", "HEAD", "POST", "PUT", "DELETE", "CONNECT", "OPTIONS", "TRACE", "PATCH"
|
1754
1814
|
# resp.route.spec.http2_route.match.prefix #=> String
|
1755
1815
|
# resp.route.spec.http2_route.match.scheme #=> String, one of "http", "https"
|
1756
1816
|
# resp.route.spec.http2_route.retry_policy.http_retry_events #=> Array
|
1757
1817
|
# resp.route.spec.http2_route.retry_policy.http_retry_events[0] #=> String
|
1758
1818
|
# 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 "
|
1819
|
+
# resp.route.spec.http2_route.retry_policy.per_retry_timeout.unit #=> String, one of "s", "ms"
|
1760
1820
|
# resp.route.spec.http2_route.retry_policy.per_retry_timeout.value #=> Integer
|
1761
1821
|
# resp.route.spec.http2_route.retry_policy.tcp_retry_events #=> Array
|
1762
1822
|
# 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 "
|
1823
|
+
# resp.route.spec.http2_route.timeout.idle.unit #=> String, one of "s", "ms"
|
1764
1824
|
# resp.route.spec.http2_route.timeout.idle.value #=> Integer
|
1765
|
-
# resp.route.spec.http2_route.timeout.per_request.unit #=> String, one of "
|
1825
|
+
# resp.route.spec.http2_route.timeout.per_request.unit #=> String, one of "s", "ms"
|
1766
1826
|
# resp.route.spec.http2_route.timeout.per_request.value #=> Integer
|
1767
1827
|
# resp.route.spec.http_route.action.weighted_targets #=> Array
|
1768
1828
|
# resp.route.spec.http_route.action.weighted_targets[0].virtual_node #=> String
|
@@ -1776,27 +1836,27 @@ module Aws::AppMesh
|
|
1776
1836
|
# resp.route.spec.http_route.match.headers[0].match.regex #=> String
|
1777
1837
|
# resp.route.spec.http_route.match.headers[0].match.suffix #=> String
|
1778
1838
|
# resp.route.spec.http_route.match.headers[0].name #=> String
|
1779
|
-
# resp.route.spec.http_route.match.method #=> String, one of "
|
1839
|
+
# resp.route.spec.http_route.match.method #=> String, one of "GET", "HEAD", "POST", "PUT", "DELETE", "CONNECT", "OPTIONS", "TRACE", "PATCH"
|
1780
1840
|
# resp.route.spec.http_route.match.prefix #=> String
|
1781
1841
|
# resp.route.spec.http_route.match.scheme #=> String, one of "http", "https"
|
1782
1842
|
# resp.route.spec.http_route.retry_policy.http_retry_events #=> Array
|
1783
1843
|
# resp.route.spec.http_route.retry_policy.http_retry_events[0] #=> String
|
1784
1844
|
# 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 "
|
1845
|
+
# resp.route.spec.http_route.retry_policy.per_retry_timeout.unit #=> String, one of "s", "ms"
|
1786
1846
|
# resp.route.spec.http_route.retry_policy.per_retry_timeout.value #=> Integer
|
1787
1847
|
# resp.route.spec.http_route.retry_policy.tcp_retry_events #=> Array
|
1788
1848
|
# 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 "
|
1849
|
+
# resp.route.spec.http_route.timeout.idle.unit #=> String, one of "s", "ms"
|
1790
1850
|
# resp.route.spec.http_route.timeout.idle.value #=> Integer
|
1791
|
-
# resp.route.spec.http_route.timeout.per_request.unit #=> String, one of "
|
1851
|
+
# resp.route.spec.http_route.timeout.per_request.unit #=> String, one of "s", "ms"
|
1792
1852
|
# resp.route.spec.http_route.timeout.per_request.value #=> Integer
|
1793
1853
|
# resp.route.spec.priority #=> Integer
|
1794
1854
|
# resp.route.spec.tcp_route.action.weighted_targets #=> Array
|
1795
1855
|
# resp.route.spec.tcp_route.action.weighted_targets[0].virtual_node #=> String
|
1796
1856
|
# resp.route.spec.tcp_route.action.weighted_targets[0].weight #=> Integer
|
1797
|
-
# resp.route.spec.tcp_route.timeout.idle.unit #=> String, one of "
|
1857
|
+
# resp.route.spec.tcp_route.timeout.idle.unit #=> String, one of "s", "ms"
|
1798
1858
|
# resp.route.spec.tcp_route.timeout.idle.value #=> Integer
|
1799
|
-
# resp.route.status.status #=> String, one of "ACTIVE", "
|
1859
|
+
# resp.route.status.status #=> String, one of "ACTIVE", "INACTIVE", "DELETED"
|
1800
1860
|
# resp.route.virtual_router_name #=> String
|
1801
1861
|
#
|
1802
1862
|
# @see http://docs.aws.amazon.com/goto/WebAPI/appmesh-2019-01-25/DeleteRoute AWS API Documentation
|
@@ -1856,21 +1916,25 @@ module Aws::AppMesh
|
|
1856
1916
|
# resp.virtual_gateway.spec.backend_defaults.client_policy.tls.validation.trust.acm.certificate_authority_arns[0] #=> String
|
1857
1917
|
# resp.virtual_gateway.spec.backend_defaults.client_policy.tls.validation.trust.file.certificate_chain #=> String
|
1858
1918
|
# resp.virtual_gateway.spec.listeners #=> Array
|
1919
|
+
# resp.virtual_gateway.spec.listeners[0].connection_pool.grpc.max_requests #=> Integer
|
1920
|
+
# resp.virtual_gateway.spec.listeners[0].connection_pool.http.max_connections #=> Integer
|
1921
|
+
# resp.virtual_gateway.spec.listeners[0].connection_pool.http.max_pending_requests #=> Integer
|
1922
|
+
# resp.virtual_gateway.spec.listeners[0].connection_pool.http2.max_requests #=> Integer
|
1859
1923
|
# resp.virtual_gateway.spec.listeners[0].health_check.healthy_threshold #=> Integer
|
1860
1924
|
# resp.virtual_gateway.spec.listeners[0].health_check.interval_millis #=> Integer
|
1861
1925
|
# resp.virtual_gateway.spec.listeners[0].health_check.path #=> String
|
1862
1926
|
# resp.virtual_gateway.spec.listeners[0].health_check.port #=> Integer
|
1863
|
-
# resp.virtual_gateway.spec.listeners[0].health_check.protocol #=> String, one of "
|
1927
|
+
# resp.virtual_gateway.spec.listeners[0].health_check.protocol #=> String, one of "http", "http2", "grpc"
|
1864
1928
|
# resp.virtual_gateway.spec.listeners[0].health_check.timeout_millis #=> Integer
|
1865
1929
|
# resp.virtual_gateway.spec.listeners[0].health_check.unhealthy_threshold #=> Integer
|
1866
1930
|
# resp.virtual_gateway.spec.listeners[0].port_mapping.port #=> Integer
|
1867
|
-
# resp.virtual_gateway.spec.listeners[0].port_mapping.protocol #=> String, one of "
|
1931
|
+
# resp.virtual_gateway.spec.listeners[0].port_mapping.protocol #=> String, one of "http", "http2", "grpc"
|
1868
1932
|
# resp.virtual_gateway.spec.listeners[0].tls.certificate.acm.certificate_arn #=> String
|
1869
1933
|
# resp.virtual_gateway.spec.listeners[0].tls.certificate.file.certificate_chain #=> String
|
1870
1934
|
# resp.virtual_gateway.spec.listeners[0].tls.certificate.file.private_key #=> String
|
1871
|
-
# resp.virtual_gateway.spec.listeners[0].tls.mode #=> String, one of "
|
1935
|
+
# resp.virtual_gateway.spec.listeners[0].tls.mode #=> String, one of "STRICT", "PERMISSIVE", "DISABLED"
|
1872
1936
|
# resp.virtual_gateway.spec.logging.access_log.file.path #=> String
|
1873
|
-
# resp.virtual_gateway.status.status #=> String, one of "ACTIVE", "
|
1937
|
+
# resp.virtual_gateway.status.status #=> String, one of "ACTIVE", "INACTIVE", "DELETED"
|
1874
1938
|
# resp.virtual_gateway.virtual_gateway_name #=> String
|
1875
1939
|
#
|
1876
1940
|
# @see http://docs.aws.amazon.com/goto/WebAPI/appmesh-2019-01-25/DeleteVirtualGateway AWS API Documentation
|
@@ -1940,33 +2004,44 @@ module Aws::AppMesh
|
|
1940
2004
|
# resp.virtual_node.spec.backends[0].virtual_service.client_policy.tls.validation.trust.file.certificate_chain #=> String
|
1941
2005
|
# resp.virtual_node.spec.backends[0].virtual_service.virtual_service_name #=> String
|
1942
2006
|
# resp.virtual_node.spec.listeners #=> Array
|
2007
|
+
# resp.virtual_node.spec.listeners[0].connection_pool.grpc.max_requests #=> Integer
|
2008
|
+
# resp.virtual_node.spec.listeners[0].connection_pool.http.max_connections #=> Integer
|
2009
|
+
# resp.virtual_node.spec.listeners[0].connection_pool.http.max_pending_requests #=> Integer
|
2010
|
+
# resp.virtual_node.spec.listeners[0].connection_pool.http2.max_requests #=> Integer
|
2011
|
+
# resp.virtual_node.spec.listeners[0].connection_pool.tcp.max_connections #=> Integer
|
1943
2012
|
# resp.virtual_node.spec.listeners[0].health_check.healthy_threshold #=> Integer
|
1944
2013
|
# resp.virtual_node.spec.listeners[0].health_check.interval_millis #=> Integer
|
1945
2014
|
# resp.virtual_node.spec.listeners[0].health_check.path #=> String
|
1946
2015
|
# resp.virtual_node.spec.listeners[0].health_check.port #=> Integer
|
1947
|
-
# resp.virtual_node.spec.listeners[0].health_check.protocol #=> String, one of "
|
2016
|
+
# resp.virtual_node.spec.listeners[0].health_check.protocol #=> String, one of "http", "tcp", "http2", "grpc"
|
1948
2017
|
# resp.virtual_node.spec.listeners[0].health_check.timeout_millis #=> Integer
|
1949
2018
|
# resp.virtual_node.spec.listeners[0].health_check.unhealthy_threshold #=> Integer
|
2019
|
+
# resp.virtual_node.spec.listeners[0].outlier_detection.base_ejection_duration.unit #=> String, one of "s", "ms"
|
2020
|
+
# resp.virtual_node.spec.listeners[0].outlier_detection.base_ejection_duration.value #=> Integer
|
2021
|
+
# resp.virtual_node.spec.listeners[0].outlier_detection.interval.unit #=> String, one of "s", "ms"
|
2022
|
+
# resp.virtual_node.spec.listeners[0].outlier_detection.interval.value #=> Integer
|
2023
|
+
# resp.virtual_node.spec.listeners[0].outlier_detection.max_ejection_percent #=> Integer
|
2024
|
+
# resp.virtual_node.spec.listeners[0].outlier_detection.max_server_errors #=> Integer
|
1950
2025
|
# resp.virtual_node.spec.listeners[0].port_mapping.port #=> Integer
|
1951
|
-
# resp.virtual_node.spec.listeners[0].port_mapping.protocol #=> String, one of "
|
1952
|
-
# resp.virtual_node.spec.listeners[0].timeout.grpc.idle.unit #=> String, one of "
|
2026
|
+
# resp.virtual_node.spec.listeners[0].port_mapping.protocol #=> String, one of "http", "tcp", "http2", "grpc"
|
2027
|
+
# resp.virtual_node.spec.listeners[0].timeout.grpc.idle.unit #=> String, one of "s", "ms"
|
1953
2028
|
# 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 "
|
2029
|
+
# resp.virtual_node.spec.listeners[0].timeout.grpc.per_request.unit #=> String, one of "s", "ms"
|
1955
2030
|
# 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 "
|
2031
|
+
# resp.virtual_node.spec.listeners[0].timeout.http.idle.unit #=> String, one of "s", "ms"
|
1957
2032
|
# 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 "
|
2033
|
+
# resp.virtual_node.spec.listeners[0].timeout.http.per_request.unit #=> String, one of "s", "ms"
|
1959
2034
|
# 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 "
|
2035
|
+
# resp.virtual_node.spec.listeners[0].timeout.http2.idle.unit #=> String, one of "s", "ms"
|
1961
2036
|
# 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 "
|
2037
|
+
# resp.virtual_node.spec.listeners[0].timeout.http2.per_request.unit #=> String, one of "s", "ms"
|
1963
2038
|
# 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 "
|
2039
|
+
# resp.virtual_node.spec.listeners[0].timeout.tcp.idle.unit #=> String, one of "s", "ms"
|
1965
2040
|
# resp.virtual_node.spec.listeners[0].timeout.tcp.idle.value #=> Integer
|
1966
2041
|
# resp.virtual_node.spec.listeners[0].tls.certificate.acm.certificate_arn #=> String
|
1967
2042
|
# resp.virtual_node.spec.listeners[0].tls.certificate.file.certificate_chain #=> String
|
1968
2043
|
# resp.virtual_node.spec.listeners[0].tls.certificate.file.private_key #=> String
|
1969
|
-
# resp.virtual_node.spec.listeners[0].tls.mode #=> String, one of "
|
2044
|
+
# resp.virtual_node.spec.listeners[0].tls.mode #=> String, one of "STRICT", "PERMISSIVE", "DISABLED"
|
1970
2045
|
# resp.virtual_node.spec.logging.access_log.file.path #=> String
|
1971
2046
|
# resp.virtual_node.spec.service_discovery.aws_cloud_map.attributes #=> Array
|
1972
2047
|
# resp.virtual_node.spec.service_discovery.aws_cloud_map.attributes[0].key #=> String
|
@@ -1974,7 +2049,7 @@ module Aws::AppMesh
|
|
1974
2049
|
# resp.virtual_node.spec.service_discovery.aws_cloud_map.namespace_name #=> String
|
1975
2050
|
# resp.virtual_node.spec.service_discovery.aws_cloud_map.service_name #=> String
|
1976
2051
|
# resp.virtual_node.spec.service_discovery.dns.hostname #=> String
|
1977
|
-
# resp.virtual_node.status.status #=> String, one of "ACTIVE", "
|
2052
|
+
# resp.virtual_node.status.status #=> String, one of "ACTIVE", "INACTIVE", "DELETED"
|
1978
2053
|
# resp.virtual_node.virtual_node_name #=> String
|
1979
2054
|
#
|
1980
2055
|
# @see http://docs.aws.amazon.com/goto/WebAPI/appmesh-2019-01-25/DeleteVirtualNode AWS API Documentation
|
@@ -2031,8 +2106,8 @@ module Aws::AppMesh
|
|
2031
2106
|
# resp.virtual_router.metadata.version #=> Integer
|
2032
2107
|
# resp.virtual_router.spec.listeners #=> Array
|
2033
2108
|
# resp.virtual_router.spec.listeners[0].port_mapping.port #=> Integer
|
2034
|
-
# resp.virtual_router.spec.listeners[0].port_mapping.protocol #=> String, one of "
|
2035
|
-
# resp.virtual_router.status.status #=> String, one of "ACTIVE", "
|
2109
|
+
# resp.virtual_router.spec.listeners[0].port_mapping.protocol #=> String, one of "http", "tcp", "http2", "grpc"
|
2110
|
+
# resp.virtual_router.status.status #=> String, one of "ACTIVE", "INACTIVE", "DELETED"
|
2036
2111
|
# resp.virtual_router.virtual_router_name #=> String
|
2037
2112
|
#
|
2038
2113
|
# @see http://docs.aws.amazon.com/goto/WebAPI/appmesh-2019-01-25/DeleteVirtualRouter AWS API Documentation
|
@@ -2086,7 +2161,7 @@ module Aws::AppMesh
|
|
2086
2161
|
# resp.virtual_service.metadata.version #=> Integer
|
2087
2162
|
# resp.virtual_service.spec.provider.virtual_node.virtual_node_name #=> String
|
2088
2163
|
# resp.virtual_service.spec.provider.virtual_router.virtual_router_name #=> String
|
2089
|
-
# resp.virtual_service.status.status #=> String, one of "ACTIVE", "
|
2164
|
+
# resp.virtual_service.status.status #=> String, one of "ACTIVE", "INACTIVE", "DELETED"
|
2090
2165
|
# resp.virtual_service.virtual_service_name #=> String
|
2091
2166
|
#
|
2092
2167
|
# @see http://docs.aws.amazon.com/goto/WebAPI/appmesh-2019-01-25/DeleteVirtualService AWS API Documentation
|
@@ -2150,7 +2225,7 @@ module Aws::AppMesh
|
|
2150
2225
|
# resp.gateway_route.spec.http2_route.match.prefix #=> String
|
2151
2226
|
# resp.gateway_route.spec.http_route.action.target.virtual_service.virtual_service_name #=> String
|
2152
2227
|
# resp.gateway_route.spec.http_route.match.prefix #=> String
|
2153
|
-
# resp.gateway_route.status.status #=> String, one of "ACTIVE", "
|
2228
|
+
# resp.gateway_route.status.status #=> String, one of "ACTIVE", "INACTIVE", "DELETED"
|
2154
2229
|
# resp.gateway_route.virtual_gateway_name #=> String
|
2155
2230
|
#
|
2156
2231
|
# @see http://docs.aws.amazon.com/goto/WebAPI/appmesh-2019-01-25/DescribeGatewayRoute AWS API Documentation
|
@@ -2199,7 +2274,7 @@ module Aws::AppMesh
|
|
2199
2274
|
# resp.mesh.metadata.uid #=> String
|
2200
2275
|
# resp.mesh.metadata.version #=> Integer
|
2201
2276
|
# resp.mesh.spec.egress_filter.type #=> String, one of "ALLOW_ALL", "DROP_ALL"
|
2202
|
-
# resp.mesh.status.status #=> String, one of "ACTIVE", "
|
2277
|
+
# resp.mesh.status.status #=> String, one of "ACTIVE", "INACTIVE", "DELETED"
|
2203
2278
|
#
|
2204
2279
|
# @see http://docs.aws.amazon.com/goto/WebAPI/appmesh-2019-01-25/DescribeMesh AWS API Documentation
|
2205
2280
|
#
|
@@ -2274,13 +2349,13 @@ module Aws::AppMesh
|
|
2274
2349
|
# resp.route.spec.grpc_route.retry_policy.http_retry_events #=> Array
|
2275
2350
|
# resp.route.spec.grpc_route.retry_policy.http_retry_events[0] #=> String
|
2276
2351
|
# 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 "
|
2352
|
+
# resp.route.spec.grpc_route.retry_policy.per_retry_timeout.unit #=> String, one of "s", "ms"
|
2278
2353
|
# resp.route.spec.grpc_route.retry_policy.per_retry_timeout.value #=> Integer
|
2279
2354
|
# resp.route.spec.grpc_route.retry_policy.tcp_retry_events #=> Array
|
2280
2355
|
# 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 "
|
2356
|
+
# resp.route.spec.grpc_route.timeout.idle.unit #=> String, one of "s", "ms"
|
2282
2357
|
# resp.route.spec.grpc_route.timeout.idle.value #=> Integer
|
2283
|
-
# resp.route.spec.grpc_route.timeout.per_request.unit #=> String, one of "
|
2358
|
+
# resp.route.spec.grpc_route.timeout.per_request.unit #=> String, one of "s", "ms"
|
2284
2359
|
# resp.route.spec.grpc_route.timeout.per_request.value #=> Integer
|
2285
2360
|
# resp.route.spec.http2_route.action.weighted_targets #=> Array
|
2286
2361
|
# resp.route.spec.http2_route.action.weighted_targets[0].virtual_node #=> String
|
@@ -2294,19 +2369,19 @@ module Aws::AppMesh
|
|
2294
2369
|
# resp.route.spec.http2_route.match.headers[0].match.regex #=> String
|
2295
2370
|
# resp.route.spec.http2_route.match.headers[0].match.suffix #=> String
|
2296
2371
|
# resp.route.spec.http2_route.match.headers[0].name #=> String
|
2297
|
-
# resp.route.spec.http2_route.match.method #=> String, one of "
|
2372
|
+
# resp.route.spec.http2_route.match.method #=> String, one of "GET", "HEAD", "POST", "PUT", "DELETE", "CONNECT", "OPTIONS", "TRACE", "PATCH"
|
2298
2373
|
# resp.route.spec.http2_route.match.prefix #=> String
|
2299
2374
|
# resp.route.spec.http2_route.match.scheme #=> String, one of "http", "https"
|
2300
2375
|
# resp.route.spec.http2_route.retry_policy.http_retry_events #=> Array
|
2301
2376
|
# resp.route.spec.http2_route.retry_policy.http_retry_events[0] #=> String
|
2302
2377
|
# 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 "
|
2378
|
+
# resp.route.spec.http2_route.retry_policy.per_retry_timeout.unit #=> String, one of "s", "ms"
|
2304
2379
|
# resp.route.spec.http2_route.retry_policy.per_retry_timeout.value #=> Integer
|
2305
2380
|
# resp.route.spec.http2_route.retry_policy.tcp_retry_events #=> Array
|
2306
2381
|
# 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 "
|
2382
|
+
# resp.route.spec.http2_route.timeout.idle.unit #=> String, one of "s", "ms"
|
2308
2383
|
# resp.route.spec.http2_route.timeout.idle.value #=> Integer
|
2309
|
-
# resp.route.spec.http2_route.timeout.per_request.unit #=> String, one of "
|
2384
|
+
# resp.route.spec.http2_route.timeout.per_request.unit #=> String, one of "s", "ms"
|
2310
2385
|
# resp.route.spec.http2_route.timeout.per_request.value #=> Integer
|
2311
2386
|
# resp.route.spec.http_route.action.weighted_targets #=> Array
|
2312
2387
|
# resp.route.spec.http_route.action.weighted_targets[0].virtual_node #=> String
|
@@ -2320,27 +2395,27 @@ module Aws::AppMesh
|
|
2320
2395
|
# resp.route.spec.http_route.match.headers[0].match.regex #=> String
|
2321
2396
|
# resp.route.spec.http_route.match.headers[0].match.suffix #=> String
|
2322
2397
|
# resp.route.spec.http_route.match.headers[0].name #=> String
|
2323
|
-
# resp.route.spec.http_route.match.method #=> String, one of "
|
2398
|
+
# resp.route.spec.http_route.match.method #=> String, one of "GET", "HEAD", "POST", "PUT", "DELETE", "CONNECT", "OPTIONS", "TRACE", "PATCH"
|
2324
2399
|
# resp.route.spec.http_route.match.prefix #=> String
|
2325
2400
|
# resp.route.spec.http_route.match.scheme #=> String, one of "http", "https"
|
2326
2401
|
# resp.route.spec.http_route.retry_policy.http_retry_events #=> Array
|
2327
2402
|
# resp.route.spec.http_route.retry_policy.http_retry_events[0] #=> String
|
2328
2403
|
# 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 "
|
2404
|
+
# resp.route.spec.http_route.retry_policy.per_retry_timeout.unit #=> String, one of "s", "ms"
|
2330
2405
|
# resp.route.spec.http_route.retry_policy.per_retry_timeout.value #=> Integer
|
2331
2406
|
# resp.route.spec.http_route.retry_policy.tcp_retry_events #=> Array
|
2332
2407
|
# 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 "
|
2408
|
+
# resp.route.spec.http_route.timeout.idle.unit #=> String, one of "s", "ms"
|
2334
2409
|
# resp.route.spec.http_route.timeout.idle.value #=> Integer
|
2335
|
-
# resp.route.spec.http_route.timeout.per_request.unit #=> String, one of "
|
2410
|
+
# resp.route.spec.http_route.timeout.per_request.unit #=> String, one of "s", "ms"
|
2336
2411
|
# resp.route.spec.http_route.timeout.per_request.value #=> Integer
|
2337
2412
|
# resp.route.spec.priority #=> Integer
|
2338
2413
|
# resp.route.spec.tcp_route.action.weighted_targets #=> Array
|
2339
2414
|
# resp.route.spec.tcp_route.action.weighted_targets[0].virtual_node #=> String
|
2340
2415
|
# resp.route.spec.tcp_route.action.weighted_targets[0].weight #=> Integer
|
2341
|
-
# resp.route.spec.tcp_route.timeout.idle.unit #=> String, one of "
|
2416
|
+
# resp.route.spec.tcp_route.timeout.idle.unit #=> String, one of "s", "ms"
|
2342
2417
|
# resp.route.spec.tcp_route.timeout.idle.value #=> Integer
|
2343
|
-
# resp.route.status.status #=> String, one of "ACTIVE", "
|
2418
|
+
# resp.route.status.status #=> String, one of "ACTIVE", "INACTIVE", "DELETED"
|
2344
2419
|
# resp.route.virtual_router_name #=> String
|
2345
2420
|
#
|
2346
2421
|
# @see http://docs.aws.amazon.com/goto/WebAPI/appmesh-2019-01-25/DescribeRoute AWS API Documentation
|
@@ -2399,21 +2474,25 @@ module Aws::AppMesh
|
|
2399
2474
|
# resp.virtual_gateway.spec.backend_defaults.client_policy.tls.validation.trust.acm.certificate_authority_arns[0] #=> String
|
2400
2475
|
# resp.virtual_gateway.spec.backend_defaults.client_policy.tls.validation.trust.file.certificate_chain #=> String
|
2401
2476
|
# resp.virtual_gateway.spec.listeners #=> Array
|
2477
|
+
# resp.virtual_gateway.spec.listeners[0].connection_pool.grpc.max_requests #=> Integer
|
2478
|
+
# resp.virtual_gateway.spec.listeners[0].connection_pool.http.max_connections #=> Integer
|
2479
|
+
# resp.virtual_gateway.spec.listeners[0].connection_pool.http.max_pending_requests #=> Integer
|
2480
|
+
# resp.virtual_gateway.spec.listeners[0].connection_pool.http2.max_requests #=> Integer
|
2402
2481
|
# resp.virtual_gateway.spec.listeners[0].health_check.healthy_threshold #=> Integer
|
2403
2482
|
# resp.virtual_gateway.spec.listeners[0].health_check.interval_millis #=> Integer
|
2404
2483
|
# resp.virtual_gateway.spec.listeners[0].health_check.path #=> String
|
2405
2484
|
# resp.virtual_gateway.spec.listeners[0].health_check.port #=> Integer
|
2406
|
-
# resp.virtual_gateway.spec.listeners[0].health_check.protocol #=> String, one of "
|
2485
|
+
# resp.virtual_gateway.spec.listeners[0].health_check.protocol #=> String, one of "http", "http2", "grpc"
|
2407
2486
|
# resp.virtual_gateway.spec.listeners[0].health_check.timeout_millis #=> Integer
|
2408
2487
|
# resp.virtual_gateway.spec.listeners[0].health_check.unhealthy_threshold #=> Integer
|
2409
2488
|
# resp.virtual_gateway.spec.listeners[0].port_mapping.port #=> Integer
|
2410
|
-
# resp.virtual_gateway.spec.listeners[0].port_mapping.protocol #=> String, one of "
|
2489
|
+
# resp.virtual_gateway.spec.listeners[0].port_mapping.protocol #=> String, one of "http", "http2", "grpc"
|
2411
2490
|
# resp.virtual_gateway.spec.listeners[0].tls.certificate.acm.certificate_arn #=> String
|
2412
2491
|
# resp.virtual_gateway.spec.listeners[0].tls.certificate.file.certificate_chain #=> String
|
2413
2492
|
# resp.virtual_gateway.spec.listeners[0].tls.certificate.file.private_key #=> String
|
2414
|
-
# resp.virtual_gateway.spec.listeners[0].tls.mode #=> String, one of "
|
2493
|
+
# resp.virtual_gateway.spec.listeners[0].tls.mode #=> String, one of "STRICT", "PERMISSIVE", "DISABLED"
|
2415
2494
|
# resp.virtual_gateway.spec.logging.access_log.file.path #=> String
|
2416
|
-
# resp.virtual_gateway.status.status #=> String, one of "ACTIVE", "
|
2495
|
+
# resp.virtual_gateway.status.status #=> String, one of "ACTIVE", "INACTIVE", "DELETED"
|
2417
2496
|
# resp.virtual_gateway.virtual_gateway_name #=> String
|
2418
2497
|
#
|
2419
2498
|
# @see http://docs.aws.amazon.com/goto/WebAPI/appmesh-2019-01-25/DescribeVirtualGateway AWS API Documentation
|
@@ -2480,33 +2559,44 @@ module Aws::AppMesh
|
|
2480
2559
|
# resp.virtual_node.spec.backends[0].virtual_service.client_policy.tls.validation.trust.file.certificate_chain #=> String
|
2481
2560
|
# resp.virtual_node.spec.backends[0].virtual_service.virtual_service_name #=> String
|
2482
2561
|
# resp.virtual_node.spec.listeners #=> Array
|
2562
|
+
# resp.virtual_node.spec.listeners[0].connection_pool.grpc.max_requests #=> Integer
|
2563
|
+
# resp.virtual_node.spec.listeners[0].connection_pool.http.max_connections #=> Integer
|
2564
|
+
# resp.virtual_node.spec.listeners[0].connection_pool.http.max_pending_requests #=> Integer
|
2565
|
+
# resp.virtual_node.spec.listeners[0].connection_pool.http2.max_requests #=> Integer
|
2566
|
+
# resp.virtual_node.spec.listeners[0].connection_pool.tcp.max_connections #=> Integer
|
2483
2567
|
# resp.virtual_node.spec.listeners[0].health_check.healthy_threshold #=> Integer
|
2484
2568
|
# resp.virtual_node.spec.listeners[0].health_check.interval_millis #=> Integer
|
2485
2569
|
# resp.virtual_node.spec.listeners[0].health_check.path #=> String
|
2486
2570
|
# resp.virtual_node.spec.listeners[0].health_check.port #=> Integer
|
2487
|
-
# resp.virtual_node.spec.listeners[0].health_check.protocol #=> String, one of "
|
2571
|
+
# resp.virtual_node.spec.listeners[0].health_check.protocol #=> String, one of "http", "tcp", "http2", "grpc"
|
2488
2572
|
# resp.virtual_node.spec.listeners[0].health_check.timeout_millis #=> Integer
|
2489
2573
|
# resp.virtual_node.spec.listeners[0].health_check.unhealthy_threshold #=> Integer
|
2574
|
+
# resp.virtual_node.spec.listeners[0].outlier_detection.base_ejection_duration.unit #=> String, one of "s", "ms"
|
2575
|
+
# resp.virtual_node.spec.listeners[0].outlier_detection.base_ejection_duration.value #=> Integer
|
2576
|
+
# resp.virtual_node.spec.listeners[0].outlier_detection.interval.unit #=> String, one of "s", "ms"
|
2577
|
+
# resp.virtual_node.spec.listeners[0].outlier_detection.interval.value #=> Integer
|
2578
|
+
# resp.virtual_node.spec.listeners[0].outlier_detection.max_ejection_percent #=> Integer
|
2579
|
+
# resp.virtual_node.spec.listeners[0].outlier_detection.max_server_errors #=> Integer
|
2490
2580
|
# resp.virtual_node.spec.listeners[0].port_mapping.port #=> Integer
|
2491
|
-
# resp.virtual_node.spec.listeners[0].port_mapping.protocol #=> String, one of "
|
2492
|
-
# resp.virtual_node.spec.listeners[0].timeout.grpc.idle.unit #=> String, one of "
|
2581
|
+
# resp.virtual_node.spec.listeners[0].port_mapping.protocol #=> String, one of "http", "tcp", "http2", "grpc"
|
2582
|
+
# resp.virtual_node.spec.listeners[0].timeout.grpc.idle.unit #=> String, one of "s", "ms"
|
2493
2583
|
# 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 "
|
2584
|
+
# resp.virtual_node.spec.listeners[0].timeout.grpc.per_request.unit #=> String, one of "s", "ms"
|
2495
2585
|
# 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 "
|
2586
|
+
# resp.virtual_node.spec.listeners[0].timeout.http.idle.unit #=> String, one of "s", "ms"
|
2497
2587
|
# 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 "
|
2588
|
+
# resp.virtual_node.spec.listeners[0].timeout.http.per_request.unit #=> String, one of "s", "ms"
|
2499
2589
|
# 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 "
|
2590
|
+
# resp.virtual_node.spec.listeners[0].timeout.http2.idle.unit #=> String, one of "s", "ms"
|
2501
2591
|
# 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 "
|
2592
|
+
# resp.virtual_node.spec.listeners[0].timeout.http2.per_request.unit #=> String, one of "s", "ms"
|
2503
2593
|
# 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 "
|
2594
|
+
# resp.virtual_node.spec.listeners[0].timeout.tcp.idle.unit #=> String, one of "s", "ms"
|
2505
2595
|
# resp.virtual_node.spec.listeners[0].timeout.tcp.idle.value #=> Integer
|
2506
2596
|
# resp.virtual_node.spec.listeners[0].tls.certificate.acm.certificate_arn #=> String
|
2507
2597
|
# resp.virtual_node.spec.listeners[0].tls.certificate.file.certificate_chain #=> String
|
2508
2598
|
# resp.virtual_node.spec.listeners[0].tls.certificate.file.private_key #=> String
|
2509
|
-
# resp.virtual_node.spec.listeners[0].tls.mode #=> String, one of "
|
2599
|
+
# resp.virtual_node.spec.listeners[0].tls.mode #=> String, one of "STRICT", "PERMISSIVE", "DISABLED"
|
2510
2600
|
# resp.virtual_node.spec.logging.access_log.file.path #=> String
|
2511
2601
|
# resp.virtual_node.spec.service_discovery.aws_cloud_map.attributes #=> Array
|
2512
2602
|
# resp.virtual_node.spec.service_discovery.aws_cloud_map.attributes[0].key #=> String
|
@@ -2514,7 +2604,7 @@ module Aws::AppMesh
|
|
2514
2604
|
# resp.virtual_node.spec.service_discovery.aws_cloud_map.namespace_name #=> String
|
2515
2605
|
# resp.virtual_node.spec.service_discovery.aws_cloud_map.service_name #=> String
|
2516
2606
|
# resp.virtual_node.spec.service_discovery.dns.hostname #=> String
|
2517
|
-
# resp.virtual_node.status.status #=> String, one of "ACTIVE", "
|
2607
|
+
# resp.virtual_node.status.status #=> String, one of "ACTIVE", "INACTIVE", "DELETED"
|
2518
2608
|
# resp.virtual_node.virtual_node_name #=> String
|
2519
2609
|
#
|
2520
2610
|
# @see http://docs.aws.amazon.com/goto/WebAPI/appmesh-2019-01-25/DescribeVirtualNode AWS API Documentation
|
@@ -2568,8 +2658,8 @@ module Aws::AppMesh
|
|
2568
2658
|
# resp.virtual_router.metadata.version #=> Integer
|
2569
2659
|
# resp.virtual_router.spec.listeners #=> Array
|
2570
2660
|
# resp.virtual_router.spec.listeners[0].port_mapping.port #=> Integer
|
2571
|
-
# resp.virtual_router.spec.listeners[0].port_mapping.protocol #=> String, one of "
|
2572
|
-
# resp.virtual_router.status.status #=> String, one of "ACTIVE", "
|
2661
|
+
# resp.virtual_router.spec.listeners[0].port_mapping.protocol #=> String, one of "http", "tcp", "http2", "grpc"
|
2662
|
+
# resp.virtual_router.status.status #=> String, one of "ACTIVE", "INACTIVE", "DELETED"
|
2573
2663
|
# resp.virtual_router.virtual_router_name #=> String
|
2574
2664
|
#
|
2575
2665
|
# @see http://docs.aws.amazon.com/goto/WebAPI/appmesh-2019-01-25/DescribeVirtualRouter AWS API Documentation
|
@@ -2623,7 +2713,7 @@ module Aws::AppMesh
|
|
2623
2713
|
# resp.virtual_service.metadata.version #=> Integer
|
2624
2714
|
# resp.virtual_service.spec.provider.virtual_node.virtual_node_name #=> String
|
2625
2715
|
# resp.virtual_service.spec.provider.virtual_router.virtual_router_name #=> String
|
2626
|
-
# resp.virtual_service.status.status #=> String, one of "ACTIVE", "
|
2716
|
+
# resp.virtual_service.status.status #=> String, one of "ACTIVE", "INACTIVE", "DELETED"
|
2627
2717
|
# resp.virtual_service.virtual_service_name #=> String
|
2628
2718
|
#
|
2629
2719
|
# @see http://docs.aws.amazon.com/goto/WebAPI/appmesh-2019-01-25/DescribeVirtualService AWS API Documentation
|
@@ -3338,7 +3428,7 @@ module Aws::AppMesh
|
|
3338
3428
|
# resp.gateway_route.spec.http2_route.match.prefix #=> String
|
3339
3429
|
# resp.gateway_route.spec.http_route.action.target.virtual_service.virtual_service_name #=> String
|
3340
3430
|
# resp.gateway_route.spec.http_route.match.prefix #=> String
|
3341
|
-
# resp.gateway_route.status.status #=> String, one of "ACTIVE", "
|
3431
|
+
# resp.gateway_route.status.status #=> String, one of "ACTIVE", "INACTIVE", "DELETED"
|
3342
3432
|
# resp.gateway_route.virtual_gateway_name #=> String
|
3343
3433
|
#
|
3344
3434
|
# @see http://docs.aws.amazon.com/goto/WebAPI/appmesh-2019-01-25/UpdateGatewayRoute AWS API Documentation
|
@@ -3393,7 +3483,7 @@ module Aws::AppMesh
|
|
3393
3483
|
# resp.mesh.metadata.uid #=> String
|
3394
3484
|
# resp.mesh.metadata.version #=> Integer
|
3395
3485
|
# resp.mesh.spec.egress_filter.type #=> String, one of "ALLOW_ALL", "DROP_ALL"
|
3396
|
-
# resp.mesh.status.status #=> String, one of "ACTIVE", "
|
3486
|
+
# resp.mesh.status.status #=> String, one of "ACTIVE", "INACTIVE", "DELETED"
|
3397
3487
|
#
|
3398
3488
|
# @see http://docs.aws.amazon.com/goto/WebAPI/appmesh-2019-01-25/UpdateMesh AWS API Documentation
|
3399
3489
|
#
|
@@ -3484,18 +3574,18 @@ module Aws::AppMesh
|
|
3484
3574
|
# http_retry_events: ["HttpRetryPolicyEvent"],
|
3485
3575
|
# max_retries: 1, # required
|
3486
3576
|
# per_retry_timeout: { # required
|
3487
|
-
# unit: "
|
3577
|
+
# unit: "s", # accepts s, ms
|
3488
3578
|
# value: 1,
|
3489
3579
|
# },
|
3490
3580
|
# tcp_retry_events: ["connection-error"], # accepts connection-error
|
3491
3581
|
# },
|
3492
3582
|
# timeout: {
|
3493
3583
|
# idle: {
|
3494
|
-
# unit: "
|
3584
|
+
# unit: "s", # accepts s, ms
|
3495
3585
|
# value: 1,
|
3496
3586
|
# },
|
3497
3587
|
# per_request: {
|
3498
|
-
# unit: "
|
3588
|
+
# unit: "s", # accepts s, ms
|
3499
3589
|
# value: 1,
|
3500
3590
|
# },
|
3501
3591
|
# },
|
@@ -3526,7 +3616,7 @@ module Aws::AppMesh
|
|
3526
3616
|
# name: "HeaderName", # required
|
3527
3617
|
# },
|
3528
3618
|
# ],
|
3529
|
-
# method: "
|
3619
|
+
# method: "GET", # accepts GET, HEAD, POST, PUT, DELETE, CONNECT, OPTIONS, TRACE, PATCH
|
3530
3620
|
# prefix: "String", # required
|
3531
3621
|
# scheme: "http", # accepts http, https
|
3532
3622
|
# },
|
@@ -3534,18 +3624,18 @@ module Aws::AppMesh
|
|
3534
3624
|
# http_retry_events: ["HttpRetryPolicyEvent"],
|
3535
3625
|
# max_retries: 1, # required
|
3536
3626
|
# per_retry_timeout: { # required
|
3537
|
-
# unit: "
|
3627
|
+
# unit: "s", # accepts s, ms
|
3538
3628
|
# value: 1,
|
3539
3629
|
# },
|
3540
3630
|
# tcp_retry_events: ["connection-error"], # accepts connection-error
|
3541
3631
|
# },
|
3542
3632
|
# timeout: {
|
3543
3633
|
# idle: {
|
3544
|
-
# unit: "
|
3634
|
+
# unit: "s", # accepts s, ms
|
3545
3635
|
# value: 1,
|
3546
3636
|
# },
|
3547
3637
|
# per_request: {
|
3548
|
-
# unit: "
|
3638
|
+
# unit: "s", # accepts s, ms
|
3549
3639
|
# value: 1,
|
3550
3640
|
# },
|
3551
3641
|
# },
|
@@ -3576,7 +3666,7 @@ module Aws::AppMesh
|
|
3576
3666
|
# name: "HeaderName", # required
|
3577
3667
|
# },
|
3578
3668
|
# ],
|
3579
|
-
# method: "
|
3669
|
+
# method: "GET", # accepts GET, HEAD, POST, PUT, DELETE, CONNECT, OPTIONS, TRACE, PATCH
|
3580
3670
|
# prefix: "String", # required
|
3581
3671
|
# scheme: "http", # accepts http, https
|
3582
3672
|
# },
|
@@ -3584,18 +3674,18 @@ module Aws::AppMesh
|
|
3584
3674
|
# http_retry_events: ["HttpRetryPolicyEvent"],
|
3585
3675
|
# max_retries: 1, # required
|
3586
3676
|
# per_retry_timeout: { # required
|
3587
|
-
# unit: "
|
3677
|
+
# unit: "s", # accepts s, ms
|
3588
3678
|
# value: 1,
|
3589
3679
|
# },
|
3590
3680
|
# tcp_retry_events: ["connection-error"], # accepts connection-error
|
3591
3681
|
# },
|
3592
3682
|
# timeout: {
|
3593
3683
|
# idle: {
|
3594
|
-
# unit: "
|
3684
|
+
# unit: "s", # accepts s, ms
|
3595
3685
|
# value: 1,
|
3596
3686
|
# },
|
3597
3687
|
# per_request: {
|
3598
|
-
# unit: "
|
3688
|
+
# unit: "s", # accepts s, ms
|
3599
3689
|
# value: 1,
|
3600
3690
|
# },
|
3601
3691
|
# },
|
@@ -3612,7 +3702,7 @@ module Aws::AppMesh
|
|
3612
3702
|
# },
|
3613
3703
|
# timeout: {
|
3614
3704
|
# idle: {
|
3615
|
-
# unit: "
|
3705
|
+
# unit: "s", # accepts s, ms
|
3616
3706
|
# value: 1,
|
3617
3707
|
# },
|
3618
3708
|
# },
|
@@ -3651,13 +3741,13 @@ module Aws::AppMesh
|
|
3651
3741
|
# resp.route.spec.grpc_route.retry_policy.http_retry_events #=> Array
|
3652
3742
|
# resp.route.spec.grpc_route.retry_policy.http_retry_events[0] #=> String
|
3653
3743
|
# 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 "
|
3744
|
+
# resp.route.spec.grpc_route.retry_policy.per_retry_timeout.unit #=> String, one of "s", "ms"
|
3655
3745
|
# resp.route.spec.grpc_route.retry_policy.per_retry_timeout.value #=> Integer
|
3656
3746
|
# resp.route.spec.grpc_route.retry_policy.tcp_retry_events #=> Array
|
3657
3747
|
# 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 "
|
3748
|
+
# resp.route.spec.grpc_route.timeout.idle.unit #=> String, one of "s", "ms"
|
3659
3749
|
# resp.route.spec.grpc_route.timeout.idle.value #=> Integer
|
3660
|
-
# resp.route.spec.grpc_route.timeout.per_request.unit #=> String, one of "
|
3750
|
+
# resp.route.spec.grpc_route.timeout.per_request.unit #=> String, one of "s", "ms"
|
3661
3751
|
# resp.route.spec.grpc_route.timeout.per_request.value #=> Integer
|
3662
3752
|
# resp.route.spec.http2_route.action.weighted_targets #=> Array
|
3663
3753
|
# resp.route.spec.http2_route.action.weighted_targets[0].virtual_node #=> String
|
@@ -3671,19 +3761,19 @@ module Aws::AppMesh
|
|
3671
3761
|
# resp.route.spec.http2_route.match.headers[0].match.regex #=> String
|
3672
3762
|
# resp.route.spec.http2_route.match.headers[0].match.suffix #=> String
|
3673
3763
|
# resp.route.spec.http2_route.match.headers[0].name #=> String
|
3674
|
-
# resp.route.spec.http2_route.match.method #=> String, one of "
|
3764
|
+
# resp.route.spec.http2_route.match.method #=> String, one of "GET", "HEAD", "POST", "PUT", "DELETE", "CONNECT", "OPTIONS", "TRACE", "PATCH"
|
3675
3765
|
# resp.route.spec.http2_route.match.prefix #=> String
|
3676
3766
|
# resp.route.spec.http2_route.match.scheme #=> String, one of "http", "https"
|
3677
3767
|
# resp.route.spec.http2_route.retry_policy.http_retry_events #=> Array
|
3678
3768
|
# resp.route.spec.http2_route.retry_policy.http_retry_events[0] #=> String
|
3679
3769
|
# 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 "
|
3770
|
+
# resp.route.spec.http2_route.retry_policy.per_retry_timeout.unit #=> String, one of "s", "ms"
|
3681
3771
|
# resp.route.spec.http2_route.retry_policy.per_retry_timeout.value #=> Integer
|
3682
3772
|
# resp.route.spec.http2_route.retry_policy.tcp_retry_events #=> Array
|
3683
3773
|
# 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 "
|
3774
|
+
# resp.route.spec.http2_route.timeout.idle.unit #=> String, one of "s", "ms"
|
3685
3775
|
# resp.route.spec.http2_route.timeout.idle.value #=> Integer
|
3686
|
-
# resp.route.spec.http2_route.timeout.per_request.unit #=> String, one of "
|
3776
|
+
# resp.route.spec.http2_route.timeout.per_request.unit #=> String, one of "s", "ms"
|
3687
3777
|
# resp.route.spec.http2_route.timeout.per_request.value #=> Integer
|
3688
3778
|
# resp.route.spec.http_route.action.weighted_targets #=> Array
|
3689
3779
|
# resp.route.spec.http_route.action.weighted_targets[0].virtual_node #=> String
|
@@ -3697,27 +3787,27 @@ module Aws::AppMesh
|
|
3697
3787
|
# resp.route.spec.http_route.match.headers[0].match.regex #=> String
|
3698
3788
|
# resp.route.spec.http_route.match.headers[0].match.suffix #=> String
|
3699
3789
|
# resp.route.spec.http_route.match.headers[0].name #=> String
|
3700
|
-
# resp.route.spec.http_route.match.method #=> String, one of "
|
3790
|
+
# resp.route.spec.http_route.match.method #=> String, one of "GET", "HEAD", "POST", "PUT", "DELETE", "CONNECT", "OPTIONS", "TRACE", "PATCH"
|
3701
3791
|
# resp.route.spec.http_route.match.prefix #=> String
|
3702
3792
|
# resp.route.spec.http_route.match.scheme #=> String, one of "http", "https"
|
3703
3793
|
# resp.route.spec.http_route.retry_policy.http_retry_events #=> Array
|
3704
3794
|
# resp.route.spec.http_route.retry_policy.http_retry_events[0] #=> String
|
3705
3795
|
# 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 "
|
3796
|
+
# resp.route.spec.http_route.retry_policy.per_retry_timeout.unit #=> String, one of "s", "ms"
|
3707
3797
|
# resp.route.spec.http_route.retry_policy.per_retry_timeout.value #=> Integer
|
3708
3798
|
# resp.route.spec.http_route.retry_policy.tcp_retry_events #=> Array
|
3709
3799
|
# 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 "
|
3800
|
+
# resp.route.spec.http_route.timeout.idle.unit #=> String, one of "s", "ms"
|
3711
3801
|
# resp.route.spec.http_route.timeout.idle.value #=> Integer
|
3712
|
-
# resp.route.spec.http_route.timeout.per_request.unit #=> String, one of "
|
3802
|
+
# resp.route.spec.http_route.timeout.per_request.unit #=> String, one of "s", "ms"
|
3713
3803
|
# resp.route.spec.http_route.timeout.per_request.value #=> Integer
|
3714
3804
|
# resp.route.spec.priority #=> Integer
|
3715
3805
|
# resp.route.spec.tcp_route.action.weighted_targets #=> Array
|
3716
3806
|
# resp.route.spec.tcp_route.action.weighted_targets[0].virtual_node #=> String
|
3717
3807
|
# resp.route.spec.tcp_route.action.weighted_targets[0].weight #=> Integer
|
3718
|
-
# resp.route.spec.tcp_route.timeout.idle.unit #=> String, one of "
|
3808
|
+
# resp.route.spec.tcp_route.timeout.idle.unit #=> String, one of "s", "ms"
|
3719
3809
|
# resp.route.spec.tcp_route.timeout.idle.value #=> Integer
|
3720
|
-
# resp.route.status.status #=> String, one of "ACTIVE", "
|
3810
|
+
# resp.route.status.status #=> String, one of "ACTIVE", "INACTIVE", "DELETED"
|
3721
3811
|
# resp.route.virtual_router_name #=> String
|
3722
3812
|
#
|
3723
3813
|
# @see http://docs.aws.amazon.com/goto/WebAPI/appmesh-2019-01-25/UpdateRoute AWS API Documentation
|
@@ -3790,18 +3880,30 @@ module Aws::AppMesh
|
|
3790
3880
|
# },
|
3791
3881
|
# listeners: [ # required
|
3792
3882
|
# {
|
3883
|
+
# connection_pool: {
|
3884
|
+
# grpc: {
|
3885
|
+
# max_requests: 1, # required
|
3886
|
+
# },
|
3887
|
+
# http: {
|
3888
|
+
# max_connections: 1, # required
|
3889
|
+
# max_pending_requests: 1,
|
3890
|
+
# },
|
3891
|
+
# http2: {
|
3892
|
+
# max_requests: 1, # required
|
3893
|
+
# },
|
3894
|
+
# },
|
3793
3895
|
# health_check: {
|
3794
3896
|
# healthy_threshold: 1, # required
|
3795
3897
|
# interval_millis: 1, # required
|
3796
3898
|
# path: "String",
|
3797
3899
|
# port: 1,
|
3798
|
-
# protocol: "
|
3900
|
+
# protocol: "http", # required, accepts http, http2, grpc
|
3799
3901
|
# timeout_millis: 1, # required
|
3800
3902
|
# unhealthy_threshold: 1, # required
|
3801
3903
|
# },
|
3802
3904
|
# port_mapping: { # required
|
3803
3905
|
# port: 1, # required
|
3804
|
-
# protocol: "
|
3906
|
+
# protocol: "http", # required, accepts http, http2, grpc
|
3805
3907
|
# },
|
3806
3908
|
# tls: {
|
3807
3909
|
# certificate: { # required
|
@@ -3813,7 +3915,7 @@ module Aws::AppMesh
|
|
3813
3915
|
# private_key: "FilePath", # required
|
3814
3916
|
# },
|
3815
3917
|
# },
|
3816
|
-
# mode: "
|
3918
|
+
# mode: "STRICT", # required, accepts STRICT, PERMISSIVE, DISABLED
|
3817
3919
|
# },
|
3818
3920
|
# },
|
3819
3921
|
# ],
|
@@ -3845,21 +3947,25 @@ module Aws::AppMesh
|
|
3845
3947
|
# resp.virtual_gateway.spec.backend_defaults.client_policy.tls.validation.trust.acm.certificate_authority_arns[0] #=> String
|
3846
3948
|
# resp.virtual_gateway.spec.backend_defaults.client_policy.tls.validation.trust.file.certificate_chain #=> String
|
3847
3949
|
# resp.virtual_gateway.spec.listeners #=> Array
|
3950
|
+
# resp.virtual_gateway.spec.listeners[0].connection_pool.grpc.max_requests #=> Integer
|
3951
|
+
# resp.virtual_gateway.spec.listeners[0].connection_pool.http.max_connections #=> Integer
|
3952
|
+
# resp.virtual_gateway.spec.listeners[0].connection_pool.http.max_pending_requests #=> Integer
|
3953
|
+
# resp.virtual_gateway.spec.listeners[0].connection_pool.http2.max_requests #=> Integer
|
3848
3954
|
# resp.virtual_gateway.spec.listeners[0].health_check.healthy_threshold #=> Integer
|
3849
3955
|
# resp.virtual_gateway.spec.listeners[0].health_check.interval_millis #=> Integer
|
3850
3956
|
# resp.virtual_gateway.spec.listeners[0].health_check.path #=> String
|
3851
3957
|
# resp.virtual_gateway.spec.listeners[0].health_check.port #=> Integer
|
3852
|
-
# resp.virtual_gateway.spec.listeners[0].health_check.protocol #=> String, one of "
|
3958
|
+
# resp.virtual_gateway.spec.listeners[0].health_check.protocol #=> String, one of "http", "http2", "grpc"
|
3853
3959
|
# resp.virtual_gateway.spec.listeners[0].health_check.timeout_millis #=> Integer
|
3854
3960
|
# resp.virtual_gateway.spec.listeners[0].health_check.unhealthy_threshold #=> Integer
|
3855
3961
|
# resp.virtual_gateway.spec.listeners[0].port_mapping.port #=> Integer
|
3856
|
-
# resp.virtual_gateway.spec.listeners[0].port_mapping.protocol #=> String, one of "
|
3962
|
+
# resp.virtual_gateway.spec.listeners[0].port_mapping.protocol #=> String, one of "http", "http2", "grpc"
|
3857
3963
|
# resp.virtual_gateway.spec.listeners[0].tls.certificate.acm.certificate_arn #=> String
|
3858
3964
|
# resp.virtual_gateway.spec.listeners[0].tls.certificate.file.certificate_chain #=> String
|
3859
3965
|
# resp.virtual_gateway.spec.listeners[0].tls.certificate.file.private_key #=> String
|
3860
|
-
# resp.virtual_gateway.spec.listeners[0].tls.mode #=> String, one of "
|
3966
|
+
# resp.virtual_gateway.spec.listeners[0].tls.mode #=> String, one of "STRICT", "PERMISSIVE", "DISABLED"
|
3861
3967
|
# resp.virtual_gateway.spec.logging.access_log.file.path #=> String
|
3862
|
-
# resp.virtual_gateway.status.status #=> String, one of "ACTIVE", "
|
3968
|
+
# resp.virtual_gateway.status.status #=> String, one of "ACTIVE", "INACTIVE", "DELETED"
|
3863
3969
|
# resp.virtual_gateway.virtual_gateway_name #=> String
|
3864
3970
|
#
|
3865
3971
|
# @see http://docs.aws.amazon.com/goto/WebAPI/appmesh-2019-01-25/UpdateVirtualGateway AWS API Documentation
|
@@ -3955,53 +4061,80 @@ module Aws::AppMesh
|
|
3955
4061
|
# ],
|
3956
4062
|
# listeners: [
|
3957
4063
|
# {
|
4064
|
+
# connection_pool: {
|
4065
|
+
# grpc: {
|
4066
|
+
# max_requests: 1, # required
|
4067
|
+
# },
|
4068
|
+
# http: {
|
4069
|
+
# max_connections: 1, # required
|
4070
|
+
# max_pending_requests: 1,
|
4071
|
+
# },
|
4072
|
+
# http2: {
|
4073
|
+
# max_requests: 1, # required
|
4074
|
+
# },
|
4075
|
+
# tcp: {
|
4076
|
+
# max_connections: 1, # required
|
4077
|
+
# },
|
4078
|
+
# },
|
3958
4079
|
# health_check: {
|
3959
4080
|
# healthy_threshold: 1, # required
|
3960
4081
|
# interval_millis: 1, # required
|
3961
4082
|
# path: "String",
|
3962
4083
|
# port: 1,
|
3963
|
-
# protocol: "
|
4084
|
+
# protocol: "http", # required, accepts http, tcp, http2, grpc
|
3964
4085
|
# timeout_millis: 1, # required
|
3965
4086
|
# unhealthy_threshold: 1, # required
|
3966
4087
|
# },
|
4088
|
+
# outlier_detection: {
|
4089
|
+
# base_ejection_duration: { # required
|
4090
|
+
# unit: "s", # accepts s, ms
|
4091
|
+
# value: 1,
|
4092
|
+
# },
|
4093
|
+
# interval: { # required
|
4094
|
+
# unit: "s", # accepts s, ms
|
4095
|
+
# value: 1,
|
4096
|
+
# },
|
4097
|
+
# max_ejection_percent: 1, # required
|
4098
|
+
# max_server_errors: 1, # required
|
4099
|
+
# },
|
3967
4100
|
# port_mapping: { # required
|
3968
4101
|
# port: 1, # required
|
3969
|
-
# protocol: "
|
4102
|
+
# protocol: "http", # required, accepts http, tcp, http2, grpc
|
3970
4103
|
# },
|
3971
4104
|
# timeout: {
|
3972
4105
|
# grpc: {
|
3973
4106
|
# idle: {
|
3974
|
-
# unit: "
|
4107
|
+
# unit: "s", # accepts s, ms
|
3975
4108
|
# value: 1,
|
3976
4109
|
# },
|
3977
4110
|
# per_request: {
|
3978
|
-
# unit: "
|
4111
|
+
# unit: "s", # accepts s, ms
|
3979
4112
|
# value: 1,
|
3980
4113
|
# },
|
3981
4114
|
# },
|
3982
4115
|
# http: {
|
3983
4116
|
# idle: {
|
3984
|
-
# unit: "
|
4117
|
+
# unit: "s", # accepts s, ms
|
3985
4118
|
# value: 1,
|
3986
4119
|
# },
|
3987
4120
|
# per_request: {
|
3988
|
-
# unit: "
|
4121
|
+
# unit: "s", # accepts s, ms
|
3989
4122
|
# value: 1,
|
3990
4123
|
# },
|
3991
4124
|
# },
|
3992
4125
|
# http2: {
|
3993
4126
|
# idle: {
|
3994
|
-
# unit: "
|
4127
|
+
# unit: "s", # accepts s, ms
|
3995
4128
|
# value: 1,
|
3996
4129
|
# },
|
3997
4130
|
# per_request: {
|
3998
|
-
# unit: "
|
4131
|
+
# unit: "s", # accepts s, ms
|
3999
4132
|
# value: 1,
|
4000
4133
|
# },
|
4001
4134
|
# },
|
4002
4135
|
# tcp: {
|
4003
4136
|
# idle: {
|
4004
|
-
# unit: "
|
4137
|
+
# unit: "s", # accepts s, ms
|
4005
4138
|
# value: 1,
|
4006
4139
|
# },
|
4007
4140
|
# },
|
@@ -4016,7 +4149,7 @@ module Aws::AppMesh
|
|
4016
4149
|
# private_key: "FilePath", # required
|
4017
4150
|
# },
|
4018
4151
|
# },
|
4019
|
-
# mode: "
|
4152
|
+
# mode: "STRICT", # required, accepts STRICT, PERMISSIVE, DISABLED
|
4020
4153
|
# },
|
4021
4154
|
# },
|
4022
4155
|
# ],
|
@@ -4071,33 +4204,44 @@ module Aws::AppMesh
|
|
4071
4204
|
# resp.virtual_node.spec.backends[0].virtual_service.client_policy.tls.validation.trust.file.certificate_chain #=> String
|
4072
4205
|
# resp.virtual_node.spec.backends[0].virtual_service.virtual_service_name #=> String
|
4073
4206
|
# resp.virtual_node.spec.listeners #=> Array
|
4207
|
+
# resp.virtual_node.spec.listeners[0].connection_pool.grpc.max_requests #=> Integer
|
4208
|
+
# resp.virtual_node.spec.listeners[0].connection_pool.http.max_connections #=> Integer
|
4209
|
+
# resp.virtual_node.spec.listeners[0].connection_pool.http.max_pending_requests #=> Integer
|
4210
|
+
# resp.virtual_node.spec.listeners[0].connection_pool.http2.max_requests #=> Integer
|
4211
|
+
# resp.virtual_node.spec.listeners[0].connection_pool.tcp.max_connections #=> Integer
|
4074
4212
|
# resp.virtual_node.spec.listeners[0].health_check.healthy_threshold #=> Integer
|
4075
4213
|
# resp.virtual_node.spec.listeners[0].health_check.interval_millis #=> Integer
|
4076
4214
|
# resp.virtual_node.spec.listeners[0].health_check.path #=> String
|
4077
4215
|
# resp.virtual_node.spec.listeners[0].health_check.port #=> Integer
|
4078
|
-
# resp.virtual_node.spec.listeners[0].health_check.protocol #=> String, one of "
|
4216
|
+
# resp.virtual_node.spec.listeners[0].health_check.protocol #=> String, one of "http", "tcp", "http2", "grpc"
|
4079
4217
|
# resp.virtual_node.spec.listeners[0].health_check.timeout_millis #=> Integer
|
4080
4218
|
# resp.virtual_node.spec.listeners[0].health_check.unhealthy_threshold #=> Integer
|
4219
|
+
# resp.virtual_node.spec.listeners[0].outlier_detection.base_ejection_duration.unit #=> String, one of "s", "ms"
|
4220
|
+
# resp.virtual_node.spec.listeners[0].outlier_detection.base_ejection_duration.value #=> Integer
|
4221
|
+
# resp.virtual_node.spec.listeners[0].outlier_detection.interval.unit #=> String, one of "s", "ms"
|
4222
|
+
# resp.virtual_node.spec.listeners[0].outlier_detection.interval.value #=> Integer
|
4223
|
+
# resp.virtual_node.spec.listeners[0].outlier_detection.max_ejection_percent #=> Integer
|
4224
|
+
# resp.virtual_node.spec.listeners[0].outlier_detection.max_server_errors #=> Integer
|
4081
4225
|
# resp.virtual_node.spec.listeners[0].port_mapping.port #=> Integer
|
4082
|
-
# resp.virtual_node.spec.listeners[0].port_mapping.protocol #=> String, one of "
|
4083
|
-
# resp.virtual_node.spec.listeners[0].timeout.grpc.idle.unit #=> String, one of "
|
4226
|
+
# resp.virtual_node.spec.listeners[0].port_mapping.protocol #=> String, one of "http", "tcp", "http2", "grpc"
|
4227
|
+
# resp.virtual_node.spec.listeners[0].timeout.grpc.idle.unit #=> String, one of "s", "ms"
|
4084
4228
|
# 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 "
|
4229
|
+
# resp.virtual_node.spec.listeners[0].timeout.grpc.per_request.unit #=> String, one of "s", "ms"
|
4086
4230
|
# 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 "
|
4231
|
+
# resp.virtual_node.spec.listeners[0].timeout.http.idle.unit #=> String, one of "s", "ms"
|
4088
4232
|
# 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 "
|
4233
|
+
# resp.virtual_node.spec.listeners[0].timeout.http.per_request.unit #=> String, one of "s", "ms"
|
4090
4234
|
# 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 "
|
4235
|
+
# resp.virtual_node.spec.listeners[0].timeout.http2.idle.unit #=> String, one of "s", "ms"
|
4092
4236
|
# 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 "
|
4237
|
+
# resp.virtual_node.spec.listeners[0].timeout.http2.per_request.unit #=> String, one of "s", "ms"
|
4094
4238
|
# 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 "
|
4239
|
+
# resp.virtual_node.spec.listeners[0].timeout.tcp.idle.unit #=> String, one of "s", "ms"
|
4096
4240
|
# resp.virtual_node.spec.listeners[0].timeout.tcp.idle.value #=> Integer
|
4097
4241
|
# resp.virtual_node.spec.listeners[0].tls.certificate.acm.certificate_arn #=> String
|
4098
4242
|
# resp.virtual_node.spec.listeners[0].tls.certificate.file.certificate_chain #=> String
|
4099
4243
|
# resp.virtual_node.spec.listeners[0].tls.certificate.file.private_key #=> String
|
4100
|
-
# resp.virtual_node.spec.listeners[0].tls.mode #=> String, one of "
|
4244
|
+
# resp.virtual_node.spec.listeners[0].tls.mode #=> String, one of "STRICT", "PERMISSIVE", "DISABLED"
|
4101
4245
|
# resp.virtual_node.spec.logging.access_log.file.path #=> String
|
4102
4246
|
# resp.virtual_node.spec.service_discovery.aws_cloud_map.attributes #=> Array
|
4103
4247
|
# resp.virtual_node.spec.service_discovery.aws_cloud_map.attributes[0].key #=> String
|
@@ -4105,7 +4249,7 @@ module Aws::AppMesh
|
|
4105
4249
|
# resp.virtual_node.spec.service_discovery.aws_cloud_map.namespace_name #=> String
|
4106
4250
|
# resp.virtual_node.spec.service_discovery.aws_cloud_map.service_name #=> String
|
4107
4251
|
# resp.virtual_node.spec.service_discovery.dns.hostname #=> String
|
4108
|
-
# resp.virtual_node.status.status #=> String, one of "ACTIVE", "
|
4252
|
+
# resp.virtual_node.status.status #=> String, one of "ACTIVE", "INACTIVE", "DELETED"
|
4109
4253
|
# resp.virtual_node.virtual_node_name #=> String
|
4110
4254
|
#
|
4111
4255
|
# @see http://docs.aws.amazon.com/goto/WebAPI/appmesh-2019-01-25/UpdateVirtualNode AWS API Documentation
|
@@ -4162,7 +4306,7 @@ module Aws::AppMesh
|
|
4162
4306
|
# {
|
4163
4307
|
# port_mapping: { # required
|
4164
4308
|
# port: 1, # required
|
4165
|
-
# protocol: "
|
4309
|
+
# protocol: "http", # required, accepts http, tcp, http2, grpc
|
4166
4310
|
# },
|
4167
4311
|
# },
|
4168
4312
|
# ],
|
@@ -4182,8 +4326,8 @@ module Aws::AppMesh
|
|
4182
4326
|
# resp.virtual_router.metadata.version #=> Integer
|
4183
4327
|
# resp.virtual_router.spec.listeners #=> Array
|
4184
4328
|
# resp.virtual_router.spec.listeners[0].port_mapping.port #=> Integer
|
4185
|
-
# resp.virtual_router.spec.listeners[0].port_mapping.protocol #=> String, one of "
|
4186
|
-
# resp.virtual_router.status.status #=> String, one of "ACTIVE", "
|
4329
|
+
# resp.virtual_router.spec.listeners[0].port_mapping.protocol #=> String, one of "http", "tcp", "http2", "grpc"
|
4330
|
+
# resp.virtual_router.status.status #=> String, one of "ACTIVE", "INACTIVE", "DELETED"
|
4187
4331
|
# resp.virtual_router.virtual_router_name #=> String
|
4188
4332
|
#
|
4189
4333
|
# @see http://docs.aws.amazon.com/goto/WebAPI/appmesh-2019-01-25/UpdateVirtualRouter AWS API Documentation
|
@@ -4260,7 +4404,7 @@ module Aws::AppMesh
|
|
4260
4404
|
# resp.virtual_service.metadata.version #=> Integer
|
4261
4405
|
# resp.virtual_service.spec.provider.virtual_node.virtual_node_name #=> String
|
4262
4406
|
# resp.virtual_service.spec.provider.virtual_router.virtual_router_name #=> String
|
4263
|
-
# resp.virtual_service.status.status #=> String, one of "ACTIVE", "
|
4407
|
+
# resp.virtual_service.status.status #=> String, one of "ACTIVE", "INACTIVE", "DELETED"
|
4264
4408
|
# resp.virtual_service.virtual_service_name #=> String
|
4265
4409
|
#
|
4266
4410
|
# @see http://docs.aws.amazon.com/goto/WebAPI/appmesh-2019-01-25/UpdateVirtualService AWS API Documentation
|
@@ -4285,7 +4429,7 @@ module Aws::AppMesh
|
|
4285
4429
|
params: params,
|
4286
4430
|
config: config)
|
4287
4431
|
context[:gem_name] = 'aws-sdk-appmesh'
|
4288
|
-
context[:gem_version] = '1.
|
4432
|
+
context[:gem_version] = '1.32.0'
|
4289
4433
|
Seahorse::Client::Request.new(handlers, context)
|
4290
4434
|
end
|
4291
4435
|
|