aws-sdk-appmesh 1.33.0 → 1.37.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5bc974496fa11f0cc63f4dc244520de8ce39c1369b15ab66fb2141c0067ddad7
4
- data.tar.gz: d9d4c27319a172ea9c6b5f41166a774293ec383b594b591aebf8c1bec0eef681
3
+ metadata.gz: b83638b2705d555c8f97ec839be49b78b0f3ab332b1d5e30a81e8a3c589eac87
4
+ data.tar.gz: 95ce96afb32d09b21ff1e49a4a7c7eb545fce10cac1f679e6e695228ea177a46
5
5
  SHA512:
6
- metadata.gz: 97080b92fae29df6e7f2c791d6b27bbe32d6d12e6e8e83b0d7de874f90552ce7bff383ac24500111b45f3bcd3be71e27ad90ca7fb5805e9d7896f8fadc878377
7
- data.tar.gz: 6f600bd398a7e6651a016f3ff9cf45c9d3ea6bed37c1f4824dc19cb85c9cc299245a9839df44f05f325cd1b9c97be374dec22d74487ec68d3ffec1f4b2e7dd28
6
+ metadata.gz: 59d78b75f7e0a0a8110fea681b9550a6c40cf87835dd435ad5b4d92415eb814eb08fefcd8ffea653545fd9b0b517e3c964ad7d6b3995eb87fc2cdb772f5d4776
7
+ data.tar.gz: 342bde5c9f1a3eb5cde00740721396f708b22fcc300348067bb7ffde3d3b4e7d8bc20662bef80fcaceb0651b06bf130a45a3a8bb954ce28f70be05d70d6f23fd
data/CHANGELOG.md ADDED
@@ -0,0 +1,204 @@
1
+ Unreleased Changes
2
+ ------------------
3
+
4
+ 1.37.0 (2021-07-28)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.36.0 (2021-06-10)
10
+ ------------------
11
+
12
+ * Feature - AppMesh now supports additional routing capabilities in match and rewrites for Gateway Routes and Routes. Additionally, App Mesh also supports specifying DNS Response Types in Virtual Nodes.
13
+
14
+ 1.35.0 (2021-03-10)
15
+ ------------------
16
+
17
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
18
+
19
+ 1.34.0 (2021-02-02)
20
+ ------------------
21
+
22
+ * Feature - App Mesh now supports mutual TLS with two-way peer authentication. You can specify client certificates, server-side TLS validation, and matching of Subject Alternative Names.
23
+
24
+ 1.33.0 (2020-11-20)
25
+ ------------------
26
+
27
+ * Feature - This release makes tag value a required attribute of the tag's key-value pair.
28
+
29
+ 1.32.0 (2020-11-05)
30
+ ------------------
31
+
32
+ * Feature - This release adds circuit breaking capabilities to your mesh with connection pooling and outlier detection support.
33
+
34
+ 1.31.0 (2020-09-30)
35
+ ------------------
36
+
37
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
38
+
39
+ 1.30.0 (2020-09-15)
40
+ ------------------
41
+
42
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
43
+
44
+ 1.29.0 (2020-08-25)
45
+ ------------------
46
+
47
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
48
+
49
+ 1.28.0 (2020-07-09)
50
+ ------------------
51
+
52
+ * Feature - AppMesh now supports Ingress which allows resources outside a mesh to communicate to resources that are inside the mesh. See https://docs.aws.amazon.com/app-mesh/latest/userguide/virtual_gateways.html
53
+
54
+ 1.27.0 (2020-06-23)
55
+ ------------------
56
+
57
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
58
+
59
+ 1.26.0 (2020-06-17)
60
+ ------------------
61
+
62
+ * Feature - Adds support for route and virtual node listener timeouts.
63
+
64
+ 1.25.1 (2020-06-11)
65
+ ------------------
66
+
67
+ * Issue - Republish previous version with correct dependency on `aws-sdk-core`.
68
+
69
+ 1.25.0 (2020-06-10)
70
+ ------------------
71
+
72
+ * Issue - This version has been yanked. (#2327).
73
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
74
+
75
+ 1.24.0 (2020-05-28)
76
+ ------------------
77
+
78
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
79
+
80
+ 1.23.0 (2020-05-20)
81
+ ------------------
82
+
83
+ * Feature - List APIs for all resources now contain additional information: when a resource was created, last updated, and its current version number.
84
+
85
+ 1.22.0 (2020-05-07)
86
+ ------------------
87
+
88
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
89
+
90
+ 1.21.0 (2020-03-09)
91
+ ------------------
92
+
93
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
94
+
95
+ 1.20.0 (2020-03-06)
96
+ ------------------
97
+
98
+ * Feature - App Mesh now supports sharing a Mesh with other AWS accounts. Customers can use AWS Resource Access Manager to share their Mesh with other accounts in their organization to connection applications within a single service mesh. See https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html for details.
99
+
100
+ 1.19.1 (2020-03-02)
101
+ ------------------
102
+
103
+ * Issue - Republish the previously yanked version.
104
+
105
+ 1.19.0 (2020-02-28)
106
+ ------------------
107
+
108
+ * Issue - This version has been yanked. (#2239)
109
+ * Feature - App Mesh now supports Transport Layer Security (TLS) between Virtual Nodes in a Mesh. Customers can use managed certificates from an AWS Certificate Manager Private Certificate Authority or bring their own certificates from the local file system to encrypt traffic between their workloads. See https://docs.aws.amazon.com/app-mesh/latest/userguide/virtual-node-tls.html for details.
110
+
111
+ 1.18.0 (2019-10-24)
112
+ ------------------
113
+
114
+ * Feature - This release adds support for the gRPC and HTTP/2 protocols.
115
+
116
+ 1.17.0 (2019-10-23)
117
+ ------------------
118
+
119
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
120
+
121
+ 1.16.0 (2019-09-09)
122
+ ------------------
123
+
124
+ * Feature - This release adds support for http retry policies.
125
+
126
+ 1.15.0 (2019-08-19)
127
+ ------------------
128
+
129
+ * Feature - Fix for HttpMethod enum
130
+
131
+ 1.14.0 (2019-08-15)
132
+ ------------------
133
+
134
+ * Feature - This release adds support for http header based routing and route prioritization.
135
+
136
+ 1.13.0 (2019-07-25)
137
+ ------------------
138
+
139
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
140
+
141
+ 1.12.0 (2019-07-01)
142
+ ------------------
143
+
144
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
145
+
146
+ 1.11.0 (2019-06-17)
147
+ ------------------
148
+
149
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
150
+
151
+ 1.10.0 (2019-06-13)
152
+ ------------------
153
+
154
+ * Feature - This release adds support for AWS Cloud Map as a service discovery method for virtual nodes.
155
+
156
+ 1.9.0 (2019-05-21)
157
+ ------------------
158
+
159
+ * Feature - API update.
160
+
161
+ 1.8.0 (2019-05-15)
162
+ ------------------
163
+
164
+ * Feature - API update.
165
+
166
+ 1.7.0 (2019-05-14)
167
+ ------------------
168
+
169
+ * Feature - API update.
170
+
171
+ 1.6.0 (2019-03-27)
172
+ ------------------
173
+
174
+ * Feature - API update.
175
+
176
+ 1.5.0 (2019-03-21)
177
+ ------------------
178
+
179
+ * Feature - API update.
180
+
181
+ 1.4.0 (2019-03-18)
182
+ ------------------
183
+
184
+ * Feature - API update.
185
+
186
+ 1.3.0 (2019-03-14)
187
+ ------------------
188
+
189
+ * Feature - API update.
190
+
191
+ 1.2.0 (2019-03-07)
192
+ ------------------
193
+
194
+ * Feature - API update.
195
+
196
+ 1.1.0 (2019-01-07)
197
+ ------------------
198
+
199
+ * Feature - API update.
200
+
201
+ 1.0.0 (2018-11-29)
202
+ ------------------
203
+
204
+ * Feature - Initial release of `aws-sdk-appmesh`.
data/LICENSE.txt ADDED
@@ -0,0 +1,202 @@
1
+
2
+ Apache License
3
+ Version 2.0, January 2004
4
+ http://www.apache.org/licenses/
5
+
6
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
7
+
8
+ 1. Definitions.
9
+
10
+ "License" shall mean the terms and conditions for use, reproduction,
11
+ and distribution as defined by Sections 1 through 9 of this document.
12
+
13
+ "Licensor" shall mean the copyright owner or entity authorized by
14
+ the copyright owner that is granting the License.
15
+
16
+ "Legal Entity" shall mean the union of the acting entity and all
17
+ other entities that control, are controlled by, or are under common
18
+ control with that entity. For the purposes of this definition,
19
+ "control" means (i) the power, direct or indirect, to cause the
20
+ direction or management of such entity, whether by contract or
21
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
22
+ outstanding shares, or (iii) beneficial ownership of such entity.
23
+
24
+ "You" (or "Your") shall mean an individual or Legal Entity
25
+ exercising permissions granted by this License.
26
+
27
+ "Source" form shall mean the preferred form for making modifications,
28
+ including but not limited to software source code, documentation
29
+ source, and configuration files.
30
+
31
+ "Object" form shall mean any form resulting from mechanical
32
+ transformation or translation of a Source form, including but
33
+ not limited to compiled object code, generated documentation,
34
+ and conversions to other media types.
35
+
36
+ "Work" shall mean the work of authorship, whether in Source or
37
+ Object form, made available under the License, as indicated by a
38
+ copyright notice that is included in or attached to the work
39
+ (an example is provided in the Appendix below).
40
+
41
+ "Derivative Works" shall mean any work, whether in Source or Object
42
+ form, that is based on (or derived from) the Work and for which the
43
+ editorial revisions, annotations, elaborations, or other modifications
44
+ represent, as a whole, an original work of authorship. For the purposes
45
+ of this License, Derivative Works shall not include works that remain
46
+ separable from, or merely link (or bind by name) to the interfaces of,
47
+ the Work and Derivative Works thereof.
48
+
49
+ "Contribution" shall mean any work of authorship, including
50
+ the original version of the Work and any modifications or additions
51
+ to that Work or Derivative Works thereof, that is intentionally
52
+ submitted to Licensor for inclusion in the Work by the copyright owner
53
+ or by an individual or Legal Entity authorized to submit on behalf of
54
+ the copyright owner. For the purposes of this definition, "submitted"
55
+ means any form of electronic, verbal, or written communication sent
56
+ to the Licensor or its representatives, including but not limited to
57
+ communication on electronic mailing lists, source code control systems,
58
+ and issue tracking systems that are managed by, or on behalf of, the
59
+ Licensor for the purpose of discussing and improving the Work, but
60
+ excluding communication that is conspicuously marked or otherwise
61
+ designated in writing by the copyright owner as "Not a Contribution."
62
+
63
+ "Contributor" shall mean Licensor and any individual or Legal Entity
64
+ on behalf of whom a Contribution has been received by Licensor and
65
+ subsequently incorporated within the Work.
66
+
67
+ 2. Grant of Copyright License. Subject to the terms and conditions of
68
+ this License, each Contributor hereby grants to You a perpetual,
69
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
70
+ copyright license to reproduce, prepare Derivative Works of,
71
+ publicly display, publicly perform, sublicense, and distribute the
72
+ Work and such Derivative Works in Source or Object form.
73
+
74
+ 3. Grant of Patent License. Subject to the terms and conditions of
75
+ this License, each Contributor hereby grants to You a perpetual,
76
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
77
+ (except as stated in this section) patent license to make, have made,
78
+ use, offer to sell, sell, import, and otherwise transfer the Work,
79
+ where such license applies only to those patent claims licensable
80
+ by such Contributor that are necessarily infringed by their
81
+ Contribution(s) alone or by combination of their Contribution(s)
82
+ with the Work to which such Contribution(s) was submitted. If You
83
+ institute patent litigation against any entity (including a
84
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
85
+ or a Contribution incorporated within the Work constitutes direct
86
+ or contributory patent infringement, then any patent licenses
87
+ granted to You under this License for that Work shall terminate
88
+ as of the date such litigation is filed.
89
+
90
+ 4. Redistribution. You may reproduce and distribute copies of the
91
+ Work or Derivative Works thereof in any medium, with or without
92
+ modifications, and in Source or Object form, provided that You
93
+ meet the following conditions:
94
+
95
+ (a) You must give any other recipients of the Work or
96
+ Derivative Works a copy of this License; and
97
+
98
+ (b) You must cause any modified files to carry prominent notices
99
+ stating that You changed the files; and
100
+
101
+ (c) You must retain, in the Source form of any Derivative Works
102
+ that You distribute, all copyright, patent, trademark, and
103
+ attribution notices from the Source form of the Work,
104
+ excluding those notices that do not pertain to any part of
105
+ the Derivative Works; and
106
+
107
+ (d) If the Work includes a "NOTICE" text file as part of its
108
+ distribution, then any Derivative Works that You distribute must
109
+ include a readable copy of the attribution notices contained
110
+ within such NOTICE file, excluding those notices that do not
111
+ pertain to any part of the Derivative Works, in at least one
112
+ of the following places: within a NOTICE text file distributed
113
+ as part of the Derivative Works; within the Source form or
114
+ documentation, if provided along with the Derivative Works; or,
115
+ within a display generated by the Derivative Works, if and
116
+ wherever such third-party notices normally appear. The contents
117
+ of the NOTICE file are for informational purposes only and
118
+ do not modify the License. You may add Your own attribution
119
+ notices within Derivative Works that You distribute, alongside
120
+ or as an addendum to the NOTICE text from the Work, provided
121
+ that such additional attribution notices cannot be construed
122
+ as modifying the License.
123
+
124
+ You may add Your own copyright statement to Your modifications and
125
+ may provide additional or different license terms and conditions
126
+ for use, reproduction, or distribution of Your modifications, or
127
+ for any such Derivative Works as a whole, provided Your use,
128
+ reproduction, and distribution of the Work otherwise complies with
129
+ the conditions stated in this License.
130
+
131
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
132
+ any Contribution intentionally submitted for inclusion in the Work
133
+ by You to the Licensor shall be under the terms and conditions of
134
+ this License, without any additional terms or conditions.
135
+ Notwithstanding the above, nothing herein shall supersede or modify
136
+ the terms of any separate license agreement you may have executed
137
+ with Licensor regarding such Contributions.
138
+
139
+ 6. Trademarks. This License does not grant permission to use the trade
140
+ names, trademarks, service marks, or product names of the Licensor,
141
+ except as required for reasonable and customary use in describing the
142
+ origin of the Work and reproducing the content of the NOTICE file.
143
+
144
+ 7. Disclaimer of Warranty. Unless required by applicable law or
145
+ agreed to in writing, Licensor provides the Work (and each
146
+ Contributor provides its Contributions) on an "AS IS" BASIS,
147
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
148
+ implied, including, without limitation, any warranties or conditions
149
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
150
+ PARTICULAR PURPOSE. You are solely responsible for determining the
151
+ appropriateness of using or redistributing the Work and assume any
152
+ risks associated with Your exercise of permissions under this License.
153
+
154
+ 8. Limitation of Liability. In no event and under no legal theory,
155
+ whether in tort (including negligence), contract, or otherwise,
156
+ unless required by applicable law (such as deliberate and grossly
157
+ negligent acts) or agreed to in writing, shall any Contributor be
158
+ liable to You for damages, including any direct, indirect, special,
159
+ incidental, or consequential damages of any character arising as a
160
+ result of this License or out of the use or inability to use the
161
+ Work (including but not limited to damages for loss of goodwill,
162
+ work stoppage, computer failure or malfunction, or any and all
163
+ other commercial damages or losses), even if such Contributor
164
+ has been advised of the possibility of such damages.
165
+
166
+ 9. Accepting Warranty or Additional Liability. While redistributing
167
+ the Work or Derivative Works thereof, You may choose to offer,
168
+ and charge a fee for, acceptance of support, warranty, indemnity,
169
+ or other liability obligations and/or rights consistent with this
170
+ License. However, in accepting such obligations, You may act only
171
+ on Your own behalf and on Your sole responsibility, not on behalf
172
+ of any other Contributor, and only if You agree to indemnify,
173
+ defend, and hold each Contributor harmless for any liability
174
+ incurred by, or claims asserted against, such Contributor by reason
175
+ of your accepting any such warranty or additional liability.
176
+
177
+ END OF TERMS AND CONDITIONS
178
+
179
+ APPENDIX: How to apply the Apache License to your work.
180
+
181
+ To apply the Apache License to your work, attach the following
182
+ boilerplate notice, with the fields enclosed by brackets "[]"
183
+ replaced with your own identifying information. (Don't include
184
+ the brackets!) The text should be enclosed in the appropriate
185
+ comment syntax for the file format. We also recommend that a
186
+ file or class name and description of purpose be included on the
187
+ same "printed page" as the copyright notice for easier
188
+ identification within third-party archives.
189
+
190
+ Copyright [yyyy] [name of copyright owner]
191
+
192
+ Licensed under the Apache License, Version 2.0 (the "License");
193
+ you may not use this file except in compliance with the License.
194
+ You may obtain a copy of the License at
195
+
196
+ http://www.apache.org/licenses/LICENSE-2.0
197
+
198
+ Unless required by applicable law or agreed to in writing, software
199
+ distributed under the License is distributed on an "AS IS" BASIS,
200
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
201
+ See the License for the specific language governing permissions and
202
+ limitations under the License.
data/VERSION ADDED
@@ -0,0 +1 @@
1
+ 1.37.0
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-appmesh/customizations'
48
48
  # @!group service
49
49
  module Aws::AppMesh
50
50
 
51
- GEM_VERSION = '1.33.0'
51
+ GEM_VERSION = '1.37.0'
52
52
 
53
53
  end
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -393,6 +393,11 @@ module Aws::AppMesh
393
393
  # spec: { # required
394
394
  # grpc_route: {
395
395
  # action: { # required
396
+ # rewrite: {
397
+ # hostname: {
398
+ # default_target_hostname: "ENABLED", # accepts ENABLED, DISABLED
399
+ # },
400
+ # },
396
401
  # target: { # required
397
402
  # virtual_service: { # required
398
403
  # virtual_service_name: "ResourceName", # required
@@ -400,11 +405,43 @@ module Aws::AppMesh
400
405
  # },
401
406
  # },
402
407
  # match: { # required
408
+ # hostname: {
409
+ # exact: "ExactHostName",
410
+ # suffix: "SuffixHostname",
411
+ # },
412
+ # metadata: [
413
+ # {
414
+ # invert: false,
415
+ # match: {
416
+ # exact: "HeaderMatch",
417
+ # prefix: "HeaderMatch",
418
+ # range: {
419
+ # end: 1, # required
420
+ # start: 1, # required
421
+ # },
422
+ # regex: "HeaderMatch",
423
+ # suffix: "HeaderMatch",
424
+ # },
425
+ # name: "HeaderName", # required
426
+ # },
427
+ # ],
403
428
  # service_name: "ServiceName",
404
429
  # },
405
430
  # },
406
431
  # http2_route: {
407
432
  # action: { # required
433
+ # rewrite: {
434
+ # hostname: {
435
+ # default_target_hostname: "ENABLED", # accepts ENABLED, DISABLED
436
+ # },
437
+ # path: {
438
+ # exact: "HttpPathExact",
439
+ # },
440
+ # prefix: {
441
+ # default_prefix: "ENABLED", # accepts ENABLED, DISABLED
442
+ # value: "HttpGatewayRoutePrefix",
443
+ # },
444
+ # },
408
445
  # target: { # required
409
446
  # virtual_service: { # required
410
447
  # virtual_service_name: "ResourceName", # required
@@ -412,11 +449,56 @@ module Aws::AppMesh
412
449
  # },
413
450
  # },
414
451
  # match: { # required
415
- # prefix: "String", # required
452
+ # headers: [
453
+ # {
454
+ # invert: false,
455
+ # match: {
456
+ # exact: "HeaderMatch",
457
+ # prefix: "HeaderMatch",
458
+ # range: {
459
+ # end: 1, # required
460
+ # start: 1, # required
461
+ # },
462
+ # regex: "HeaderMatch",
463
+ # suffix: "HeaderMatch",
464
+ # },
465
+ # name: "HeaderName", # required
466
+ # },
467
+ # ],
468
+ # hostname: {
469
+ # exact: "ExactHostName",
470
+ # suffix: "SuffixHostname",
471
+ # },
472
+ # method: "GET", # accepts GET, HEAD, POST, PUT, DELETE, CONNECT, OPTIONS, TRACE, PATCH
473
+ # path: {
474
+ # exact: "HttpPathExact",
475
+ # regex: "HttpPathRegex",
476
+ # },
477
+ # prefix: "String",
478
+ # query_parameters: [
479
+ # {
480
+ # match: {
481
+ # exact: "String",
482
+ # },
483
+ # name: "QueryParameterName", # required
484
+ # },
485
+ # ],
416
486
  # },
417
487
  # },
418
488
  # http_route: {
419
489
  # action: { # required
490
+ # rewrite: {
491
+ # hostname: {
492
+ # default_target_hostname: "ENABLED", # accepts ENABLED, DISABLED
493
+ # },
494
+ # path: {
495
+ # exact: "HttpPathExact",
496
+ # },
497
+ # prefix: {
498
+ # default_prefix: "ENABLED", # accepts ENABLED, DISABLED
499
+ # value: "HttpGatewayRoutePrefix",
500
+ # },
501
+ # },
420
502
  # target: { # required
421
503
  # virtual_service: { # required
422
504
  # virtual_service_name: "ResourceName", # required
@@ -424,9 +506,43 @@ module Aws::AppMesh
424
506
  # },
425
507
  # },
426
508
  # match: { # required
427
- # prefix: "String", # required
509
+ # headers: [
510
+ # {
511
+ # invert: false,
512
+ # match: {
513
+ # exact: "HeaderMatch",
514
+ # prefix: "HeaderMatch",
515
+ # range: {
516
+ # end: 1, # required
517
+ # start: 1, # required
518
+ # },
519
+ # regex: "HeaderMatch",
520
+ # suffix: "HeaderMatch",
521
+ # },
522
+ # name: "HeaderName", # required
523
+ # },
524
+ # ],
525
+ # hostname: {
526
+ # exact: "ExactHostName",
527
+ # suffix: "SuffixHostname",
528
+ # },
529
+ # method: "GET", # accepts GET, HEAD, POST, PUT, DELETE, CONNECT, OPTIONS, TRACE, PATCH
530
+ # path: {
531
+ # exact: "HttpPathExact",
532
+ # regex: "HttpPathRegex",
533
+ # },
534
+ # prefix: "String",
535
+ # query_parameters: [
536
+ # {
537
+ # match: {
538
+ # exact: "String",
539
+ # },
540
+ # name: "QueryParameterName", # required
541
+ # },
542
+ # ],
428
543
  # },
429
544
  # },
545
+ # priority: 1,
430
546
  # },
431
547
  # tags: [
432
548
  # {
@@ -448,12 +564,67 @@ module Aws::AppMesh
448
564
  # resp.gateway_route.metadata.resource_owner #=> String
449
565
  # resp.gateway_route.metadata.uid #=> String
450
566
  # resp.gateway_route.metadata.version #=> Integer
567
+ # resp.gateway_route.spec.grpc_route.action.rewrite.hostname.default_target_hostname #=> String, one of "ENABLED", "DISABLED"
451
568
  # resp.gateway_route.spec.grpc_route.action.target.virtual_service.virtual_service_name #=> String
569
+ # resp.gateway_route.spec.grpc_route.match.hostname.exact #=> String
570
+ # resp.gateway_route.spec.grpc_route.match.hostname.suffix #=> String
571
+ # resp.gateway_route.spec.grpc_route.match.metadata #=> Array
572
+ # resp.gateway_route.spec.grpc_route.match.metadata[0].invert #=> Boolean
573
+ # resp.gateway_route.spec.grpc_route.match.metadata[0].match.exact #=> String
574
+ # resp.gateway_route.spec.grpc_route.match.metadata[0].match.prefix #=> String
575
+ # resp.gateway_route.spec.grpc_route.match.metadata[0].match.range.end #=> Integer
576
+ # resp.gateway_route.spec.grpc_route.match.metadata[0].match.range.start #=> Integer
577
+ # resp.gateway_route.spec.grpc_route.match.metadata[0].match.regex #=> String
578
+ # resp.gateway_route.spec.grpc_route.match.metadata[0].match.suffix #=> String
579
+ # resp.gateway_route.spec.grpc_route.match.metadata[0].name #=> String
452
580
  # resp.gateway_route.spec.grpc_route.match.service_name #=> String
581
+ # resp.gateway_route.spec.http2_route.action.rewrite.hostname.default_target_hostname #=> String, one of "ENABLED", "DISABLED"
582
+ # resp.gateway_route.spec.http2_route.action.rewrite.path.exact #=> String
583
+ # resp.gateway_route.spec.http2_route.action.rewrite.prefix.default_prefix #=> String, one of "ENABLED", "DISABLED"
584
+ # resp.gateway_route.spec.http2_route.action.rewrite.prefix.value #=> String
453
585
  # resp.gateway_route.spec.http2_route.action.target.virtual_service.virtual_service_name #=> String
586
+ # resp.gateway_route.spec.http2_route.match.headers #=> Array
587
+ # resp.gateway_route.spec.http2_route.match.headers[0].invert #=> Boolean
588
+ # resp.gateway_route.spec.http2_route.match.headers[0].match.exact #=> String
589
+ # resp.gateway_route.spec.http2_route.match.headers[0].match.prefix #=> String
590
+ # resp.gateway_route.spec.http2_route.match.headers[0].match.range.end #=> Integer
591
+ # resp.gateway_route.spec.http2_route.match.headers[0].match.range.start #=> Integer
592
+ # resp.gateway_route.spec.http2_route.match.headers[0].match.regex #=> String
593
+ # resp.gateway_route.spec.http2_route.match.headers[0].match.suffix #=> String
594
+ # resp.gateway_route.spec.http2_route.match.headers[0].name #=> String
595
+ # resp.gateway_route.spec.http2_route.match.hostname.exact #=> String
596
+ # resp.gateway_route.spec.http2_route.match.hostname.suffix #=> String
597
+ # resp.gateway_route.spec.http2_route.match.method #=> String, one of "GET", "HEAD", "POST", "PUT", "DELETE", "CONNECT", "OPTIONS", "TRACE", "PATCH"
598
+ # resp.gateway_route.spec.http2_route.match.path.exact #=> String
599
+ # resp.gateway_route.spec.http2_route.match.path.regex #=> String
454
600
  # resp.gateway_route.spec.http2_route.match.prefix #=> String
601
+ # resp.gateway_route.spec.http2_route.match.query_parameters #=> Array
602
+ # resp.gateway_route.spec.http2_route.match.query_parameters[0].match.exact #=> String
603
+ # resp.gateway_route.spec.http2_route.match.query_parameters[0].name #=> String
604
+ # resp.gateway_route.spec.http_route.action.rewrite.hostname.default_target_hostname #=> String, one of "ENABLED", "DISABLED"
605
+ # resp.gateway_route.spec.http_route.action.rewrite.path.exact #=> String
606
+ # resp.gateway_route.spec.http_route.action.rewrite.prefix.default_prefix #=> String, one of "ENABLED", "DISABLED"
607
+ # resp.gateway_route.spec.http_route.action.rewrite.prefix.value #=> String
455
608
  # resp.gateway_route.spec.http_route.action.target.virtual_service.virtual_service_name #=> String
609
+ # resp.gateway_route.spec.http_route.match.headers #=> Array
610
+ # resp.gateway_route.spec.http_route.match.headers[0].invert #=> Boolean
611
+ # resp.gateway_route.spec.http_route.match.headers[0].match.exact #=> String
612
+ # resp.gateway_route.spec.http_route.match.headers[0].match.prefix #=> String
613
+ # resp.gateway_route.spec.http_route.match.headers[0].match.range.end #=> Integer
614
+ # resp.gateway_route.spec.http_route.match.headers[0].match.range.start #=> Integer
615
+ # resp.gateway_route.spec.http_route.match.headers[0].match.regex #=> String
616
+ # resp.gateway_route.spec.http_route.match.headers[0].match.suffix #=> String
617
+ # resp.gateway_route.spec.http_route.match.headers[0].name #=> String
618
+ # resp.gateway_route.spec.http_route.match.hostname.exact #=> String
619
+ # resp.gateway_route.spec.http_route.match.hostname.suffix #=> String
620
+ # resp.gateway_route.spec.http_route.match.method #=> String, one of "GET", "HEAD", "POST", "PUT", "DELETE", "CONNECT", "OPTIONS", "TRACE", "PATCH"
621
+ # resp.gateway_route.spec.http_route.match.path.exact #=> String
622
+ # resp.gateway_route.spec.http_route.match.path.regex #=> String
456
623
  # resp.gateway_route.spec.http_route.match.prefix #=> String
624
+ # resp.gateway_route.spec.http_route.match.query_parameters #=> Array
625
+ # resp.gateway_route.spec.http_route.match.query_parameters[0].match.exact #=> String
626
+ # resp.gateway_route.spec.http_route.match.query_parameters[0].name #=> String
627
+ # resp.gateway_route.spec.priority #=> Integer
457
628
  # resp.gateway_route.status.status #=> String, one of "ACTIVE", "INACTIVE", "DELETED"
458
629
  # resp.gateway_route.virtual_gateway_name #=> String
459
630
  #
@@ -685,7 +856,19 @@ module Aws::AppMesh
685
856
  # },
686
857
  # ],
687
858
  # method: "GET", # accepts GET, HEAD, POST, PUT, DELETE, CONNECT, OPTIONS, TRACE, PATCH
688
- # prefix: "String", # required
859
+ # path: {
860
+ # exact: "HttpPathExact",
861
+ # regex: "HttpPathRegex",
862
+ # },
863
+ # prefix: "String",
864
+ # query_parameters: [
865
+ # {
866
+ # match: {
867
+ # exact: "String",
868
+ # },
869
+ # name: "QueryParameterName", # required
870
+ # },
871
+ # ],
689
872
  # scheme: "http", # accepts http, https
690
873
  # },
691
874
  # retry_policy: {
@@ -735,7 +918,19 @@ module Aws::AppMesh
735
918
  # },
736
919
  # ],
737
920
  # method: "GET", # accepts GET, HEAD, POST, PUT, DELETE, CONNECT, OPTIONS, TRACE, PATCH
738
- # prefix: "String", # required
921
+ # path: {
922
+ # exact: "HttpPathExact",
923
+ # regex: "HttpPathRegex",
924
+ # },
925
+ # prefix: "String",
926
+ # query_parameters: [
927
+ # {
928
+ # match: {
929
+ # exact: "String",
930
+ # },
931
+ # name: "QueryParameterName", # required
932
+ # },
933
+ # ],
739
934
  # scheme: "http", # accepts http, https
740
935
  # },
741
936
  # retry_policy: {
@@ -836,7 +1031,12 @@ module Aws::AppMesh
836
1031
  # resp.route.spec.http2_route.match.headers[0].match.suffix #=> String
837
1032
  # resp.route.spec.http2_route.match.headers[0].name #=> String
838
1033
  # resp.route.spec.http2_route.match.method #=> String, one of "GET", "HEAD", "POST", "PUT", "DELETE", "CONNECT", "OPTIONS", "TRACE", "PATCH"
1034
+ # resp.route.spec.http2_route.match.path.exact #=> String
1035
+ # resp.route.spec.http2_route.match.path.regex #=> String
839
1036
  # resp.route.spec.http2_route.match.prefix #=> String
1037
+ # resp.route.spec.http2_route.match.query_parameters #=> Array
1038
+ # resp.route.spec.http2_route.match.query_parameters[0].match.exact #=> String
1039
+ # resp.route.spec.http2_route.match.query_parameters[0].name #=> String
840
1040
  # resp.route.spec.http2_route.match.scheme #=> String, one of "http", "https"
841
1041
  # resp.route.spec.http2_route.retry_policy.http_retry_events #=> Array
842
1042
  # resp.route.spec.http2_route.retry_policy.http_retry_events[0] #=> String
@@ -862,7 +1062,12 @@ module Aws::AppMesh
862
1062
  # resp.route.spec.http_route.match.headers[0].match.suffix #=> String
863
1063
  # resp.route.spec.http_route.match.headers[0].name #=> String
864
1064
  # resp.route.spec.http_route.match.method #=> String, one of "GET", "HEAD", "POST", "PUT", "DELETE", "CONNECT", "OPTIONS", "TRACE", "PATCH"
1065
+ # resp.route.spec.http_route.match.path.exact #=> String
1066
+ # resp.route.spec.http_route.match.path.regex #=> String
865
1067
  # resp.route.spec.http_route.match.prefix #=> String
1068
+ # resp.route.spec.http_route.match.query_parameters #=> Array
1069
+ # resp.route.spec.http_route.match.query_parameters[0].match.exact #=> String
1070
+ # resp.route.spec.http_route.match.query_parameters[0].name #=> String
866
1071
  # resp.route.spec.http_route.match.scheme #=> String, one of "http", "https"
867
1072
  # resp.route.spec.http_route.retry_policy.http_retry_events #=> Array
868
1073
  # resp.route.spec.http_route.retry_policy.http_retry_events[0] #=> String
@@ -958,9 +1163,23 @@ module Aws::AppMesh
958
1163
  # backend_defaults: {
959
1164
  # client_policy: {
960
1165
  # tls: {
1166
+ # certificate: {
1167
+ # file: {
1168
+ # certificate_chain: "FilePath", # required
1169
+ # private_key: "FilePath", # required
1170
+ # },
1171
+ # sds: {
1172
+ # secret_name: "VirtualGatewaySdsSecretName", # required
1173
+ # },
1174
+ # },
961
1175
  # enforce: false,
962
1176
  # ports: [1],
963
1177
  # validation: { # required
1178
+ # subject_alternative_names: {
1179
+ # match: { # required
1180
+ # exact: ["SubjectAlternativeName"], # required
1181
+ # },
1182
+ # },
964
1183
  # trust: { # required
965
1184
  # acm: {
966
1185
  # certificate_authority_arns: ["Arn"], # required
@@ -968,6 +1187,9 @@ module Aws::AppMesh
968
1187
  # file: {
969
1188
  # certificate_chain: "FilePath", # required
970
1189
  # },
1190
+ # sds: {
1191
+ # secret_name: "VirtualGatewaySdsSecretName", # required
1192
+ # },
971
1193
  # },
972
1194
  # },
973
1195
  # },
@@ -1009,8 +1231,26 @@ module Aws::AppMesh
1009
1231
  # certificate_chain: "FilePath", # required
1010
1232
  # private_key: "FilePath", # required
1011
1233
  # },
1234
+ # sds: {
1235
+ # secret_name: "VirtualGatewaySdsSecretName", # required
1236
+ # },
1012
1237
  # },
1013
1238
  # mode: "STRICT", # required, accepts STRICT, PERMISSIVE, DISABLED
1239
+ # validation: {
1240
+ # subject_alternative_names: {
1241
+ # match: { # required
1242
+ # exact: ["SubjectAlternativeName"], # required
1243
+ # },
1244
+ # },
1245
+ # trust: { # required
1246
+ # file: {
1247
+ # certificate_chain: "FilePath", # required
1248
+ # },
1249
+ # sds: {
1250
+ # secret_name: "VirtualGatewaySdsSecretName", # required
1251
+ # },
1252
+ # },
1253
+ # },
1014
1254
  # },
1015
1255
  # },
1016
1256
  # ],
@@ -1041,12 +1281,18 @@ module Aws::AppMesh
1041
1281
  # resp.virtual_gateway.metadata.resource_owner #=> String
1042
1282
  # resp.virtual_gateway.metadata.uid #=> String
1043
1283
  # resp.virtual_gateway.metadata.version #=> Integer
1284
+ # resp.virtual_gateway.spec.backend_defaults.client_policy.tls.certificate.file.certificate_chain #=> String
1285
+ # resp.virtual_gateway.spec.backend_defaults.client_policy.tls.certificate.file.private_key #=> String
1286
+ # resp.virtual_gateway.spec.backend_defaults.client_policy.tls.certificate.sds.secret_name #=> String
1044
1287
  # resp.virtual_gateway.spec.backend_defaults.client_policy.tls.enforce #=> Boolean
1045
1288
  # resp.virtual_gateway.spec.backend_defaults.client_policy.tls.ports #=> Array
1046
1289
  # resp.virtual_gateway.spec.backend_defaults.client_policy.tls.ports[0] #=> Integer
1290
+ # resp.virtual_gateway.spec.backend_defaults.client_policy.tls.validation.subject_alternative_names.match.exact #=> Array
1291
+ # resp.virtual_gateway.spec.backend_defaults.client_policy.tls.validation.subject_alternative_names.match.exact[0] #=> String
1047
1292
  # resp.virtual_gateway.spec.backend_defaults.client_policy.tls.validation.trust.acm.certificate_authority_arns #=> Array
1048
1293
  # resp.virtual_gateway.spec.backend_defaults.client_policy.tls.validation.trust.acm.certificate_authority_arns[0] #=> String
1049
1294
  # resp.virtual_gateway.spec.backend_defaults.client_policy.tls.validation.trust.file.certificate_chain #=> String
1295
+ # resp.virtual_gateway.spec.backend_defaults.client_policy.tls.validation.trust.sds.secret_name #=> String
1050
1296
  # resp.virtual_gateway.spec.listeners #=> Array
1051
1297
  # resp.virtual_gateway.spec.listeners[0].connection_pool.grpc.max_requests #=> Integer
1052
1298
  # resp.virtual_gateway.spec.listeners[0].connection_pool.http.max_connections #=> Integer
@@ -1064,7 +1310,12 @@ module Aws::AppMesh
1064
1310
  # resp.virtual_gateway.spec.listeners[0].tls.certificate.acm.certificate_arn #=> String
1065
1311
  # resp.virtual_gateway.spec.listeners[0].tls.certificate.file.certificate_chain #=> String
1066
1312
  # resp.virtual_gateway.spec.listeners[0].tls.certificate.file.private_key #=> String
1313
+ # resp.virtual_gateway.spec.listeners[0].tls.certificate.sds.secret_name #=> String
1067
1314
  # resp.virtual_gateway.spec.listeners[0].tls.mode #=> String, one of "STRICT", "PERMISSIVE", "DISABLED"
1315
+ # resp.virtual_gateway.spec.listeners[0].tls.validation.subject_alternative_names.match.exact #=> Array
1316
+ # resp.virtual_gateway.spec.listeners[0].tls.validation.subject_alternative_names.match.exact[0] #=> String
1317
+ # resp.virtual_gateway.spec.listeners[0].tls.validation.trust.file.certificate_chain #=> String
1318
+ # resp.virtual_gateway.spec.listeners[0].tls.validation.trust.sds.secret_name #=> String
1068
1319
  # resp.virtual_gateway.spec.logging.access_log.file.path #=> String
1069
1320
  # resp.virtual_gateway.status.status #=> String, one of "ACTIVE", "INACTIVE", "DELETED"
1070
1321
  # resp.virtual_gateway.virtual_gateway_name #=> String
@@ -1105,13 +1356,11 @@ module Aws::AppMesh
1105
1356
  # and traces. You can override this behavior by setting the
1106
1357
  # `APPMESH_RESOURCE_CLUSTER` environment variable with your own name.
1107
1358
  #
1108
- # AWS Cloud Map is not available in the eu-south-1 Region.
1109
- #
1110
1359
  # </note>
1111
1360
  #
1112
1361
  # For more information about virtual nodes, see [Virtual nodes][1]. You
1113
1362
  # 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
1363
+ # variables. For more information aboutApp Mesh Envoy variables, see
1115
1364
  # [Envoy image][2] in the AWS App Mesh User Guide.
1116
1365
  #
1117
1366
  #
@@ -1168,9 +1417,23 @@ module Aws::AppMesh
1168
1417
  # backend_defaults: {
1169
1418
  # client_policy: {
1170
1419
  # tls: {
1420
+ # certificate: {
1421
+ # file: {
1422
+ # certificate_chain: "FilePath", # required
1423
+ # private_key: "FilePath", # required
1424
+ # },
1425
+ # sds: {
1426
+ # secret_name: "SdsSecretName", # required
1427
+ # },
1428
+ # },
1171
1429
  # enforce: false,
1172
1430
  # ports: [1],
1173
1431
  # validation: { # required
1432
+ # subject_alternative_names: {
1433
+ # match: { # required
1434
+ # exact: ["SubjectAlternativeName"], # required
1435
+ # },
1436
+ # },
1174
1437
  # trust: { # required
1175
1438
  # acm: {
1176
1439
  # certificate_authority_arns: ["Arn"], # required
@@ -1178,6 +1441,9 @@ module Aws::AppMesh
1178
1441
  # file: {
1179
1442
  # certificate_chain: "FilePath", # required
1180
1443
  # },
1444
+ # sds: {
1445
+ # secret_name: "SdsSecretName", # required
1446
+ # },
1181
1447
  # },
1182
1448
  # },
1183
1449
  # },
@@ -1188,9 +1454,23 @@ module Aws::AppMesh
1188
1454
  # virtual_service: {
1189
1455
  # client_policy: {
1190
1456
  # tls: {
1457
+ # certificate: {
1458
+ # file: {
1459
+ # certificate_chain: "FilePath", # required
1460
+ # private_key: "FilePath", # required
1461
+ # },
1462
+ # sds: {
1463
+ # secret_name: "SdsSecretName", # required
1464
+ # },
1465
+ # },
1191
1466
  # enforce: false,
1192
1467
  # ports: [1],
1193
1468
  # validation: { # required
1469
+ # subject_alternative_names: {
1470
+ # match: { # required
1471
+ # exact: ["SubjectAlternativeName"], # required
1472
+ # },
1473
+ # },
1194
1474
  # trust: { # required
1195
1475
  # acm: {
1196
1476
  # certificate_authority_arns: ["Arn"], # required
@@ -1198,6 +1478,9 @@ module Aws::AppMesh
1198
1478
  # file: {
1199
1479
  # certificate_chain: "FilePath", # required
1200
1480
  # },
1481
+ # sds: {
1482
+ # secret_name: "SdsSecretName", # required
1483
+ # },
1201
1484
  # },
1202
1485
  # },
1203
1486
  # },
@@ -1295,8 +1578,26 @@ module Aws::AppMesh
1295
1578
  # certificate_chain: "FilePath", # required
1296
1579
  # private_key: "FilePath", # required
1297
1580
  # },
1581
+ # sds: {
1582
+ # secret_name: "SdsSecretName", # required
1583
+ # },
1298
1584
  # },
1299
1585
  # mode: "STRICT", # required, accepts STRICT, PERMISSIVE, DISABLED
1586
+ # validation: {
1587
+ # subject_alternative_names: {
1588
+ # match: { # required
1589
+ # exact: ["SubjectAlternativeName"], # required
1590
+ # },
1591
+ # },
1592
+ # trust: { # required
1593
+ # file: {
1594
+ # certificate_chain: "FilePath", # required
1595
+ # },
1596
+ # sds: {
1597
+ # secret_name: "SdsSecretName", # required
1598
+ # },
1599
+ # },
1600
+ # },
1300
1601
  # },
1301
1602
  # },
1302
1603
  # ],
@@ -1320,6 +1621,7 @@ module Aws::AppMesh
1320
1621
  # },
1321
1622
  # dns: {
1322
1623
  # hostname: "Hostname", # required
1624
+ # response_type: "LOADBALANCER", # accepts LOADBALANCER, ENDPOINTS
1323
1625
  # },
1324
1626
  # },
1325
1627
  # },
@@ -1342,19 +1644,31 @@ module Aws::AppMesh
1342
1644
  # resp.virtual_node.metadata.resource_owner #=> String
1343
1645
  # resp.virtual_node.metadata.uid #=> String
1344
1646
  # resp.virtual_node.metadata.version #=> Integer
1647
+ # resp.virtual_node.spec.backend_defaults.client_policy.tls.certificate.file.certificate_chain #=> String
1648
+ # resp.virtual_node.spec.backend_defaults.client_policy.tls.certificate.file.private_key #=> String
1649
+ # resp.virtual_node.spec.backend_defaults.client_policy.tls.certificate.sds.secret_name #=> String
1345
1650
  # resp.virtual_node.spec.backend_defaults.client_policy.tls.enforce #=> Boolean
1346
1651
  # resp.virtual_node.spec.backend_defaults.client_policy.tls.ports #=> Array
1347
1652
  # resp.virtual_node.spec.backend_defaults.client_policy.tls.ports[0] #=> Integer
1653
+ # resp.virtual_node.spec.backend_defaults.client_policy.tls.validation.subject_alternative_names.match.exact #=> Array
1654
+ # resp.virtual_node.spec.backend_defaults.client_policy.tls.validation.subject_alternative_names.match.exact[0] #=> String
1348
1655
  # resp.virtual_node.spec.backend_defaults.client_policy.tls.validation.trust.acm.certificate_authority_arns #=> Array
1349
1656
  # resp.virtual_node.spec.backend_defaults.client_policy.tls.validation.trust.acm.certificate_authority_arns[0] #=> String
1350
1657
  # resp.virtual_node.spec.backend_defaults.client_policy.tls.validation.trust.file.certificate_chain #=> String
1658
+ # resp.virtual_node.spec.backend_defaults.client_policy.tls.validation.trust.sds.secret_name #=> String
1351
1659
  # resp.virtual_node.spec.backends #=> Array
1660
+ # resp.virtual_node.spec.backends[0].virtual_service.client_policy.tls.certificate.file.certificate_chain #=> String
1661
+ # resp.virtual_node.spec.backends[0].virtual_service.client_policy.tls.certificate.file.private_key #=> String
1662
+ # resp.virtual_node.spec.backends[0].virtual_service.client_policy.tls.certificate.sds.secret_name #=> String
1352
1663
  # resp.virtual_node.spec.backends[0].virtual_service.client_policy.tls.enforce #=> Boolean
1353
1664
  # resp.virtual_node.spec.backends[0].virtual_service.client_policy.tls.ports #=> Array
1354
1665
  # resp.virtual_node.spec.backends[0].virtual_service.client_policy.tls.ports[0] #=> Integer
1666
+ # resp.virtual_node.spec.backends[0].virtual_service.client_policy.tls.validation.subject_alternative_names.match.exact #=> Array
1667
+ # resp.virtual_node.spec.backends[0].virtual_service.client_policy.tls.validation.subject_alternative_names.match.exact[0] #=> String
1355
1668
  # resp.virtual_node.spec.backends[0].virtual_service.client_policy.tls.validation.trust.acm.certificate_authority_arns #=> Array
1356
1669
  # resp.virtual_node.spec.backends[0].virtual_service.client_policy.tls.validation.trust.acm.certificate_authority_arns[0] #=> String
1357
1670
  # resp.virtual_node.spec.backends[0].virtual_service.client_policy.tls.validation.trust.file.certificate_chain #=> String
1671
+ # resp.virtual_node.spec.backends[0].virtual_service.client_policy.tls.validation.trust.sds.secret_name #=> String
1358
1672
  # resp.virtual_node.spec.backends[0].virtual_service.virtual_service_name #=> String
1359
1673
  # resp.virtual_node.spec.listeners #=> Array
1360
1674
  # resp.virtual_node.spec.listeners[0].connection_pool.grpc.max_requests #=> Integer
@@ -1394,7 +1708,12 @@ module Aws::AppMesh
1394
1708
  # resp.virtual_node.spec.listeners[0].tls.certificate.acm.certificate_arn #=> String
1395
1709
  # resp.virtual_node.spec.listeners[0].tls.certificate.file.certificate_chain #=> String
1396
1710
  # resp.virtual_node.spec.listeners[0].tls.certificate.file.private_key #=> String
1711
+ # resp.virtual_node.spec.listeners[0].tls.certificate.sds.secret_name #=> String
1397
1712
  # resp.virtual_node.spec.listeners[0].tls.mode #=> String, one of "STRICT", "PERMISSIVE", "DISABLED"
1713
+ # resp.virtual_node.spec.listeners[0].tls.validation.subject_alternative_names.match.exact #=> Array
1714
+ # resp.virtual_node.spec.listeners[0].tls.validation.subject_alternative_names.match.exact[0] #=> String
1715
+ # resp.virtual_node.spec.listeners[0].tls.validation.trust.file.certificate_chain #=> String
1716
+ # resp.virtual_node.spec.listeners[0].tls.validation.trust.sds.secret_name #=> String
1398
1717
  # resp.virtual_node.spec.logging.access_log.file.path #=> String
1399
1718
  # resp.virtual_node.spec.service_discovery.aws_cloud_map.attributes #=> Array
1400
1719
  # resp.virtual_node.spec.service_discovery.aws_cloud_map.attributes[0].key #=> String
@@ -1402,6 +1721,7 @@ module Aws::AppMesh
1402
1721
  # resp.virtual_node.spec.service_discovery.aws_cloud_map.namespace_name #=> String
1403
1722
  # resp.virtual_node.spec.service_discovery.aws_cloud_map.service_name #=> String
1404
1723
  # resp.virtual_node.spec.service_discovery.dns.hostname #=> String
1724
+ # resp.virtual_node.spec.service_discovery.dns.response_type #=> String, one of "LOADBALANCER", "ENDPOINTS"
1405
1725
  # resp.virtual_node.status.status #=> String, one of "ACTIVE", "INACTIVE", "DELETED"
1406
1726
  # resp.virtual_node.virtual_node_name #=> String
1407
1727
  #
@@ -1667,12 +1987,67 @@ module Aws::AppMesh
1667
1987
  # resp.gateway_route.metadata.resource_owner #=> String
1668
1988
  # resp.gateway_route.metadata.uid #=> String
1669
1989
  # resp.gateway_route.metadata.version #=> Integer
1990
+ # resp.gateway_route.spec.grpc_route.action.rewrite.hostname.default_target_hostname #=> String, one of "ENABLED", "DISABLED"
1670
1991
  # resp.gateway_route.spec.grpc_route.action.target.virtual_service.virtual_service_name #=> String
1992
+ # resp.gateway_route.spec.grpc_route.match.hostname.exact #=> String
1993
+ # resp.gateway_route.spec.grpc_route.match.hostname.suffix #=> String
1994
+ # resp.gateway_route.spec.grpc_route.match.metadata #=> Array
1995
+ # resp.gateway_route.spec.grpc_route.match.metadata[0].invert #=> Boolean
1996
+ # resp.gateway_route.spec.grpc_route.match.metadata[0].match.exact #=> String
1997
+ # resp.gateway_route.spec.grpc_route.match.metadata[0].match.prefix #=> String
1998
+ # resp.gateway_route.spec.grpc_route.match.metadata[0].match.range.end #=> Integer
1999
+ # resp.gateway_route.spec.grpc_route.match.metadata[0].match.range.start #=> Integer
2000
+ # resp.gateway_route.spec.grpc_route.match.metadata[0].match.regex #=> String
2001
+ # resp.gateway_route.spec.grpc_route.match.metadata[0].match.suffix #=> String
2002
+ # resp.gateway_route.spec.grpc_route.match.metadata[0].name #=> String
1671
2003
  # resp.gateway_route.spec.grpc_route.match.service_name #=> String
2004
+ # resp.gateway_route.spec.http2_route.action.rewrite.hostname.default_target_hostname #=> String, one of "ENABLED", "DISABLED"
2005
+ # resp.gateway_route.spec.http2_route.action.rewrite.path.exact #=> String
2006
+ # resp.gateway_route.spec.http2_route.action.rewrite.prefix.default_prefix #=> String, one of "ENABLED", "DISABLED"
2007
+ # resp.gateway_route.spec.http2_route.action.rewrite.prefix.value #=> String
1672
2008
  # resp.gateway_route.spec.http2_route.action.target.virtual_service.virtual_service_name #=> String
2009
+ # resp.gateway_route.spec.http2_route.match.headers #=> Array
2010
+ # resp.gateway_route.spec.http2_route.match.headers[0].invert #=> Boolean
2011
+ # resp.gateway_route.spec.http2_route.match.headers[0].match.exact #=> String
2012
+ # resp.gateway_route.spec.http2_route.match.headers[0].match.prefix #=> String
2013
+ # resp.gateway_route.spec.http2_route.match.headers[0].match.range.end #=> Integer
2014
+ # resp.gateway_route.spec.http2_route.match.headers[0].match.range.start #=> Integer
2015
+ # resp.gateway_route.spec.http2_route.match.headers[0].match.regex #=> String
2016
+ # resp.gateway_route.spec.http2_route.match.headers[0].match.suffix #=> String
2017
+ # resp.gateway_route.spec.http2_route.match.headers[0].name #=> String
2018
+ # resp.gateway_route.spec.http2_route.match.hostname.exact #=> String
2019
+ # resp.gateway_route.spec.http2_route.match.hostname.suffix #=> String
2020
+ # resp.gateway_route.spec.http2_route.match.method #=> String, one of "GET", "HEAD", "POST", "PUT", "DELETE", "CONNECT", "OPTIONS", "TRACE", "PATCH"
2021
+ # resp.gateway_route.spec.http2_route.match.path.exact #=> String
2022
+ # resp.gateway_route.spec.http2_route.match.path.regex #=> String
1673
2023
  # resp.gateway_route.spec.http2_route.match.prefix #=> String
2024
+ # resp.gateway_route.spec.http2_route.match.query_parameters #=> Array
2025
+ # resp.gateway_route.spec.http2_route.match.query_parameters[0].match.exact #=> String
2026
+ # resp.gateway_route.spec.http2_route.match.query_parameters[0].name #=> String
2027
+ # resp.gateway_route.spec.http_route.action.rewrite.hostname.default_target_hostname #=> String, one of "ENABLED", "DISABLED"
2028
+ # resp.gateway_route.spec.http_route.action.rewrite.path.exact #=> String
2029
+ # resp.gateway_route.spec.http_route.action.rewrite.prefix.default_prefix #=> String, one of "ENABLED", "DISABLED"
2030
+ # resp.gateway_route.spec.http_route.action.rewrite.prefix.value #=> String
1674
2031
  # resp.gateway_route.spec.http_route.action.target.virtual_service.virtual_service_name #=> String
2032
+ # resp.gateway_route.spec.http_route.match.headers #=> Array
2033
+ # resp.gateway_route.spec.http_route.match.headers[0].invert #=> Boolean
2034
+ # resp.gateway_route.spec.http_route.match.headers[0].match.exact #=> String
2035
+ # resp.gateway_route.spec.http_route.match.headers[0].match.prefix #=> String
2036
+ # resp.gateway_route.spec.http_route.match.headers[0].match.range.end #=> Integer
2037
+ # resp.gateway_route.spec.http_route.match.headers[0].match.range.start #=> Integer
2038
+ # resp.gateway_route.spec.http_route.match.headers[0].match.regex #=> String
2039
+ # resp.gateway_route.spec.http_route.match.headers[0].match.suffix #=> String
2040
+ # resp.gateway_route.spec.http_route.match.headers[0].name #=> String
2041
+ # resp.gateway_route.spec.http_route.match.hostname.exact #=> String
2042
+ # resp.gateway_route.spec.http_route.match.hostname.suffix #=> String
2043
+ # resp.gateway_route.spec.http_route.match.method #=> String, one of "GET", "HEAD", "POST", "PUT", "DELETE", "CONNECT", "OPTIONS", "TRACE", "PATCH"
2044
+ # resp.gateway_route.spec.http_route.match.path.exact #=> String
2045
+ # resp.gateway_route.spec.http_route.match.path.regex #=> String
1675
2046
  # resp.gateway_route.spec.http_route.match.prefix #=> String
2047
+ # resp.gateway_route.spec.http_route.match.query_parameters #=> Array
2048
+ # resp.gateway_route.spec.http_route.match.query_parameters[0].match.exact #=> String
2049
+ # resp.gateway_route.spec.http_route.match.query_parameters[0].name #=> String
2050
+ # resp.gateway_route.spec.priority #=> Integer
1676
2051
  # resp.gateway_route.status.status #=> String, one of "ACTIVE", "INACTIVE", "DELETED"
1677
2052
  # resp.gateway_route.virtual_gateway_name #=> String
1678
2053
  #
@@ -1811,7 +2186,12 @@ module Aws::AppMesh
1811
2186
  # resp.route.spec.http2_route.match.headers[0].match.suffix #=> String
1812
2187
  # resp.route.spec.http2_route.match.headers[0].name #=> String
1813
2188
  # resp.route.spec.http2_route.match.method #=> String, one of "GET", "HEAD", "POST", "PUT", "DELETE", "CONNECT", "OPTIONS", "TRACE", "PATCH"
2189
+ # resp.route.spec.http2_route.match.path.exact #=> String
2190
+ # resp.route.spec.http2_route.match.path.regex #=> String
1814
2191
  # resp.route.spec.http2_route.match.prefix #=> String
2192
+ # resp.route.spec.http2_route.match.query_parameters #=> Array
2193
+ # resp.route.spec.http2_route.match.query_parameters[0].match.exact #=> String
2194
+ # resp.route.spec.http2_route.match.query_parameters[0].name #=> String
1815
2195
  # resp.route.spec.http2_route.match.scheme #=> String, one of "http", "https"
1816
2196
  # resp.route.spec.http2_route.retry_policy.http_retry_events #=> Array
1817
2197
  # resp.route.spec.http2_route.retry_policy.http_retry_events[0] #=> String
@@ -1837,7 +2217,12 @@ module Aws::AppMesh
1837
2217
  # resp.route.spec.http_route.match.headers[0].match.suffix #=> String
1838
2218
  # resp.route.spec.http_route.match.headers[0].name #=> String
1839
2219
  # resp.route.spec.http_route.match.method #=> String, one of "GET", "HEAD", "POST", "PUT", "DELETE", "CONNECT", "OPTIONS", "TRACE", "PATCH"
2220
+ # resp.route.spec.http_route.match.path.exact #=> String
2221
+ # resp.route.spec.http_route.match.path.regex #=> String
1840
2222
  # resp.route.spec.http_route.match.prefix #=> String
2223
+ # resp.route.spec.http_route.match.query_parameters #=> Array
2224
+ # resp.route.spec.http_route.match.query_parameters[0].match.exact #=> String
2225
+ # resp.route.spec.http_route.match.query_parameters[0].name #=> String
1841
2226
  # resp.route.spec.http_route.match.scheme #=> String, one of "http", "https"
1842
2227
  # resp.route.spec.http_route.retry_policy.http_retry_events #=> Array
1843
2228
  # resp.route.spec.http_route.retry_policy.http_retry_events[0] #=> String
@@ -1909,12 +2294,18 @@ module Aws::AppMesh
1909
2294
  # resp.virtual_gateway.metadata.resource_owner #=> String
1910
2295
  # resp.virtual_gateway.metadata.uid #=> String
1911
2296
  # resp.virtual_gateway.metadata.version #=> Integer
2297
+ # resp.virtual_gateway.spec.backend_defaults.client_policy.tls.certificate.file.certificate_chain #=> String
2298
+ # resp.virtual_gateway.spec.backend_defaults.client_policy.tls.certificate.file.private_key #=> String
2299
+ # resp.virtual_gateway.spec.backend_defaults.client_policy.tls.certificate.sds.secret_name #=> String
1912
2300
  # resp.virtual_gateway.spec.backend_defaults.client_policy.tls.enforce #=> Boolean
1913
2301
  # resp.virtual_gateway.spec.backend_defaults.client_policy.tls.ports #=> Array
1914
2302
  # resp.virtual_gateway.spec.backend_defaults.client_policy.tls.ports[0] #=> Integer
2303
+ # resp.virtual_gateway.spec.backend_defaults.client_policy.tls.validation.subject_alternative_names.match.exact #=> Array
2304
+ # resp.virtual_gateway.spec.backend_defaults.client_policy.tls.validation.subject_alternative_names.match.exact[0] #=> String
1915
2305
  # resp.virtual_gateway.spec.backend_defaults.client_policy.tls.validation.trust.acm.certificate_authority_arns #=> Array
1916
2306
  # resp.virtual_gateway.spec.backend_defaults.client_policy.tls.validation.trust.acm.certificate_authority_arns[0] #=> String
1917
2307
  # resp.virtual_gateway.spec.backend_defaults.client_policy.tls.validation.trust.file.certificate_chain #=> String
2308
+ # resp.virtual_gateway.spec.backend_defaults.client_policy.tls.validation.trust.sds.secret_name #=> String
1918
2309
  # resp.virtual_gateway.spec.listeners #=> Array
1919
2310
  # resp.virtual_gateway.spec.listeners[0].connection_pool.grpc.max_requests #=> Integer
1920
2311
  # resp.virtual_gateway.spec.listeners[0].connection_pool.http.max_connections #=> Integer
@@ -1932,7 +2323,12 @@ module Aws::AppMesh
1932
2323
  # resp.virtual_gateway.spec.listeners[0].tls.certificate.acm.certificate_arn #=> String
1933
2324
  # resp.virtual_gateway.spec.listeners[0].tls.certificate.file.certificate_chain #=> String
1934
2325
  # resp.virtual_gateway.spec.listeners[0].tls.certificate.file.private_key #=> String
2326
+ # resp.virtual_gateway.spec.listeners[0].tls.certificate.sds.secret_name #=> String
1935
2327
  # resp.virtual_gateway.spec.listeners[0].tls.mode #=> String, one of "STRICT", "PERMISSIVE", "DISABLED"
2328
+ # resp.virtual_gateway.spec.listeners[0].tls.validation.subject_alternative_names.match.exact #=> Array
2329
+ # resp.virtual_gateway.spec.listeners[0].tls.validation.subject_alternative_names.match.exact[0] #=> String
2330
+ # resp.virtual_gateway.spec.listeners[0].tls.validation.trust.file.certificate_chain #=> String
2331
+ # resp.virtual_gateway.spec.listeners[0].tls.validation.trust.sds.secret_name #=> String
1936
2332
  # resp.virtual_gateway.spec.logging.access_log.file.path #=> String
1937
2333
  # resp.virtual_gateway.status.status #=> String, one of "ACTIVE", "INACTIVE", "DELETED"
1938
2334
  # resp.virtual_gateway.virtual_gateway_name #=> String
@@ -1989,19 +2385,31 @@ module Aws::AppMesh
1989
2385
  # resp.virtual_node.metadata.resource_owner #=> String
1990
2386
  # resp.virtual_node.metadata.uid #=> String
1991
2387
  # resp.virtual_node.metadata.version #=> Integer
2388
+ # resp.virtual_node.spec.backend_defaults.client_policy.tls.certificate.file.certificate_chain #=> String
2389
+ # resp.virtual_node.spec.backend_defaults.client_policy.tls.certificate.file.private_key #=> String
2390
+ # resp.virtual_node.spec.backend_defaults.client_policy.tls.certificate.sds.secret_name #=> String
1992
2391
  # resp.virtual_node.spec.backend_defaults.client_policy.tls.enforce #=> Boolean
1993
2392
  # resp.virtual_node.spec.backend_defaults.client_policy.tls.ports #=> Array
1994
2393
  # resp.virtual_node.spec.backend_defaults.client_policy.tls.ports[0] #=> Integer
2394
+ # resp.virtual_node.spec.backend_defaults.client_policy.tls.validation.subject_alternative_names.match.exact #=> Array
2395
+ # resp.virtual_node.spec.backend_defaults.client_policy.tls.validation.subject_alternative_names.match.exact[0] #=> String
1995
2396
  # resp.virtual_node.spec.backend_defaults.client_policy.tls.validation.trust.acm.certificate_authority_arns #=> Array
1996
2397
  # resp.virtual_node.spec.backend_defaults.client_policy.tls.validation.trust.acm.certificate_authority_arns[0] #=> String
1997
2398
  # resp.virtual_node.spec.backend_defaults.client_policy.tls.validation.trust.file.certificate_chain #=> String
2399
+ # resp.virtual_node.spec.backend_defaults.client_policy.tls.validation.trust.sds.secret_name #=> String
1998
2400
  # resp.virtual_node.spec.backends #=> Array
2401
+ # resp.virtual_node.spec.backends[0].virtual_service.client_policy.tls.certificate.file.certificate_chain #=> String
2402
+ # resp.virtual_node.spec.backends[0].virtual_service.client_policy.tls.certificate.file.private_key #=> String
2403
+ # resp.virtual_node.spec.backends[0].virtual_service.client_policy.tls.certificate.sds.secret_name #=> String
1999
2404
  # resp.virtual_node.spec.backends[0].virtual_service.client_policy.tls.enforce #=> Boolean
2000
2405
  # resp.virtual_node.spec.backends[0].virtual_service.client_policy.tls.ports #=> Array
2001
2406
  # resp.virtual_node.spec.backends[0].virtual_service.client_policy.tls.ports[0] #=> Integer
2407
+ # resp.virtual_node.spec.backends[0].virtual_service.client_policy.tls.validation.subject_alternative_names.match.exact #=> Array
2408
+ # resp.virtual_node.spec.backends[0].virtual_service.client_policy.tls.validation.subject_alternative_names.match.exact[0] #=> String
2002
2409
  # resp.virtual_node.spec.backends[0].virtual_service.client_policy.tls.validation.trust.acm.certificate_authority_arns #=> Array
2003
2410
  # resp.virtual_node.spec.backends[0].virtual_service.client_policy.tls.validation.trust.acm.certificate_authority_arns[0] #=> String
2004
2411
  # resp.virtual_node.spec.backends[0].virtual_service.client_policy.tls.validation.trust.file.certificate_chain #=> String
2412
+ # resp.virtual_node.spec.backends[0].virtual_service.client_policy.tls.validation.trust.sds.secret_name #=> String
2005
2413
  # resp.virtual_node.spec.backends[0].virtual_service.virtual_service_name #=> String
2006
2414
  # resp.virtual_node.spec.listeners #=> Array
2007
2415
  # resp.virtual_node.spec.listeners[0].connection_pool.grpc.max_requests #=> Integer
@@ -2041,7 +2449,12 @@ module Aws::AppMesh
2041
2449
  # resp.virtual_node.spec.listeners[0].tls.certificate.acm.certificate_arn #=> String
2042
2450
  # resp.virtual_node.spec.listeners[0].tls.certificate.file.certificate_chain #=> String
2043
2451
  # resp.virtual_node.spec.listeners[0].tls.certificate.file.private_key #=> String
2452
+ # resp.virtual_node.spec.listeners[0].tls.certificate.sds.secret_name #=> String
2044
2453
  # resp.virtual_node.spec.listeners[0].tls.mode #=> String, one of "STRICT", "PERMISSIVE", "DISABLED"
2454
+ # resp.virtual_node.spec.listeners[0].tls.validation.subject_alternative_names.match.exact #=> Array
2455
+ # resp.virtual_node.spec.listeners[0].tls.validation.subject_alternative_names.match.exact[0] #=> String
2456
+ # resp.virtual_node.spec.listeners[0].tls.validation.trust.file.certificate_chain #=> String
2457
+ # resp.virtual_node.spec.listeners[0].tls.validation.trust.sds.secret_name #=> String
2045
2458
  # resp.virtual_node.spec.logging.access_log.file.path #=> String
2046
2459
  # resp.virtual_node.spec.service_discovery.aws_cloud_map.attributes #=> Array
2047
2460
  # resp.virtual_node.spec.service_discovery.aws_cloud_map.attributes[0].key #=> String
@@ -2049,6 +2462,7 @@ module Aws::AppMesh
2049
2462
  # resp.virtual_node.spec.service_discovery.aws_cloud_map.namespace_name #=> String
2050
2463
  # resp.virtual_node.spec.service_discovery.aws_cloud_map.service_name #=> String
2051
2464
  # resp.virtual_node.spec.service_discovery.dns.hostname #=> String
2465
+ # resp.virtual_node.spec.service_discovery.dns.response_type #=> String, one of "LOADBALANCER", "ENDPOINTS"
2052
2466
  # resp.virtual_node.status.status #=> String, one of "ACTIVE", "INACTIVE", "DELETED"
2053
2467
  # resp.virtual_node.virtual_node_name #=> String
2054
2468
  #
@@ -2219,12 +2633,67 @@ module Aws::AppMesh
2219
2633
  # resp.gateway_route.metadata.resource_owner #=> String
2220
2634
  # resp.gateway_route.metadata.uid #=> String
2221
2635
  # resp.gateway_route.metadata.version #=> Integer
2636
+ # resp.gateway_route.spec.grpc_route.action.rewrite.hostname.default_target_hostname #=> String, one of "ENABLED", "DISABLED"
2222
2637
  # resp.gateway_route.spec.grpc_route.action.target.virtual_service.virtual_service_name #=> String
2638
+ # resp.gateway_route.spec.grpc_route.match.hostname.exact #=> String
2639
+ # resp.gateway_route.spec.grpc_route.match.hostname.suffix #=> String
2640
+ # resp.gateway_route.spec.grpc_route.match.metadata #=> Array
2641
+ # resp.gateway_route.spec.grpc_route.match.metadata[0].invert #=> Boolean
2642
+ # resp.gateway_route.spec.grpc_route.match.metadata[0].match.exact #=> String
2643
+ # resp.gateway_route.spec.grpc_route.match.metadata[0].match.prefix #=> String
2644
+ # resp.gateway_route.spec.grpc_route.match.metadata[0].match.range.end #=> Integer
2645
+ # resp.gateway_route.spec.grpc_route.match.metadata[0].match.range.start #=> Integer
2646
+ # resp.gateway_route.spec.grpc_route.match.metadata[0].match.regex #=> String
2647
+ # resp.gateway_route.spec.grpc_route.match.metadata[0].match.suffix #=> String
2648
+ # resp.gateway_route.spec.grpc_route.match.metadata[0].name #=> String
2223
2649
  # resp.gateway_route.spec.grpc_route.match.service_name #=> String
2650
+ # resp.gateway_route.spec.http2_route.action.rewrite.hostname.default_target_hostname #=> String, one of "ENABLED", "DISABLED"
2651
+ # resp.gateway_route.spec.http2_route.action.rewrite.path.exact #=> String
2652
+ # resp.gateway_route.spec.http2_route.action.rewrite.prefix.default_prefix #=> String, one of "ENABLED", "DISABLED"
2653
+ # resp.gateway_route.spec.http2_route.action.rewrite.prefix.value #=> String
2224
2654
  # resp.gateway_route.spec.http2_route.action.target.virtual_service.virtual_service_name #=> String
2655
+ # resp.gateway_route.spec.http2_route.match.headers #=> Array
2656
+ # resp.gateway_route.spec.http2_route.match.headers[0].invert #=> Boolean
2657
+ # resp.gateway_route.spec.http2_route.match.headers[0].match.exact #=> String
2658
+ # resp.gateway_route.spec.http2_route.match.headers[0].match.prefix #=> String
2659
+ # resp.gateway_route.spec.http2_route.match.headers[0].match.range.end #=> Integer
2660
+ # resp.gateway_route.spec.http2_route.match.headers[0].match.range.start #=> Integer
2661
+ # resp.gateway_route.spec.http2_route.match.headers[0].match.regex #=> String
2662
+ # resp.gateway_route.spec.http2_route.match.headers[0].match.suffix #=> String
2663
+ # resp.gateway_route.spec.http2_route.match.headers[0].name #=> String
2664
+ # resp.gateway_route.spec.http2_route.match.hostname.exact #=> String
2665
+ # resp.gateway_route.spec.http2_route.match.hostname.suffix #=> String
2666
+ # resp.gateway_route.spec.http2_route.match.method #=> String, one of "GET", "HEAD", "POST", "PUT", "DELETE", "CONNECT", "OPTIONS", "TRACE", "PATCH"
2667
+ # resp.gateway_route.spec.http2_route.match.path.exact #=> String
2668
+ # resp.gateway_route.spec.http2_route.match.path.regex #=> String
2225
2669
  # resp.gateway_route.spec.http2_route.match.prefix #=> String
2670
+ # resp.gateway_route.spec.http2_route.match.query_parameters #=> Array
2671
+ # resp.gateway_route.spec.http2_route.match.query_parameters[0].match.exact #=> String
2672
+ # resp.gateway_route.spec.http2_route.match.query_parameters[0].name #=> String
2673
+ # resp.gateway_route.spec.http_route.action.rewrite.hostname.default_target_hostname #=> String, one of "ENABLED", "DISABLED"
2674
+ # resp.gateway_route.spec.http_route.action.rewrite.path.exact #=> String
2675
+ # resp.gateway_route.spec.http_route.action.rewrite.prefix.default_prefix #=> String, one of "ENABLED", "DISABLED"
2676
+ # resp.gateway_route.spec.http_route.action.rewrite.prefix.value #=> String
2226
2677
  # resp.gateway_route.spec.http_route.action.target.virtual_service.virtual_service_name #=> String
2678
+ # resp.gateway_route.spec.http_route.match.headers #=> Array
2679
+ # resp.gateway_route.spec.http_route.match.headers[0].invert #=> Boolean
2680
+ # resp.gateway_route.spec.http_route.match.headers[0].match.exact #=> String
2681
+ # resp.gateway_route.spec.http_route.match.headers[0].match.prefix #=> String
2682
+ # resp.gateway_route.spec.http_route.match.headers[0].match.range.end #=> Integer
2683
+ # resp.gateway_route.spec.http_route.match.headers[0].match.range.start #=> Integer
2684
+ # resp.gateway_route.spec.http_route.match.headers[0].match.regex #=> String
2685
+ # resp.gateway_route.spec.http_route.match.headers[0].match.suffix #=> String
2686
+ # resp.gateway_route.spec.http_route.match.headers[0].name #=> String
2687
+ # resp.gateway_route.spec.http_route.match.hostname.exact #=> String
2688
+ # resp.gateway_route.spec.http_route.match.hostname.suffix #=> String
2689
+ # resp.gateway_route.spec.http_route.match.method #=> String, one of "GET", "HEAD", "POST", "PUT", "DELETE", "CONNECT", "OPTIONS", "TRACE", "PATCH"
2690
+ # resp.gateway_route.spec.http_route.match.path.exact #=> String
2691
+ # resp.gateway_route.spec.http_route.match.path.regex #=> String
2227
2692
  # resp.gateway_route.spec.http_route.match.prefix #=> String
2693
+ # resp.gateway_route.spec.http_route.match.query_parameters #=> Array
2694
+ # resp.gateway_route.spec.http_route.match.query_parameters[0].match.exact #=> String
2695
+ # resp.gateway_route.spec.http_route.match.query_parameters[0].name #=> String
2696
+ # resp.gateway_route.spec.priority #=> Integer
2228
2697
  # resp.gateway_route.status.status #=> String, one of "ACTIVE", "INACTIVE", "DELETED"
2229
2698
  # resp.gateway_route.virtual_gateway_name #=> String
2230
2699
  #
@@ -2370,7 +2839,12 @@ module Aws::AppMesh
2370
2839
  # resp.route.spec.http2_route.match.headers[0].match.suffix #=> String
2371
2840
  # resp.route.spec.http2_route.match.headers[0].name #=> String
2372
2841
  # resp.route.spec.http2_route.match.method #=> String, one of "GET", "HEAD", "POST", "PUT", "DELETE", "CONNECT", "OPTIONS", "TRACE", "PATCH"
2842
+ # resp.route.spec.http2_route.match.path.exact #=> String
2843
+ # resp.route.spec.http2_route.match.path.regex #=> String
2373
2844
  # resp.route.spec.http2_route.match.prefix #=> String
2845
+ # resp.route.spec.http2_route.match.query_parameters #=> Array
2846
+ # resp.route.spec.http2_route.match.query_parameters[0].match.exact #=> String
2847
+ # resp.route.spec.http2_route.match.query_parameters[0].name #=> String
2374
2848
  # resp.route.spec.http2_route.match.scheme #=> String, one of "http", "https"
2375
2849
  # resp.route.spec.http2_route.retry_policy.http_retry_events #=> Array
2376
2850
  # resp.route.spec.http2_route.retry_policy.http_retry_events[0] #=> String
@@ -2396,7 +2870,12 @@ module Aws::AppMesh
2396
2870
  # resp.route.spec.http_route.match.headers[0].match.suffix #=> String
2397
2871
  # resp.route.spec.http_route.match.headers[0].name #=> String
2398
2872
  # resp.route.spec.http_route.match.method #=> String, one of "GET", "HEAD", "POST", "PUT", "DELETE", "CONNECT", "OPTIONS", "TRACE", "PATCH"
2873
+ # resp.route.spec.http_route.match.path.exact #=> String
2874
+ # resp.route.spec.http_route.match.path.regex #=> String
2399
2875
  # resp.route.spec.http_route.match.prefix #=> String
2876
+ # resp.route.spec.http_route.match.query_parameters #=> Array
2877
+ # resp.route.spec.http_route.match.query_parameters[0].match.exact #=> String
2878
+ # resp.route.spec.http_route.match.query_parameters[0].name #=> String
2400
2879
  # resp.route.spec.http_route.match.scheme #=> String, one of "http", "https"
2401
2880
  # resp.route.spec.http_route.retry_policy.http_retry_events #=> Array
2402
2881
  # resp.route.spec.http_route.retry_policy.http_retry_events[0] #=> String
@@ -2467,12 +2946,18 @@ module Aws::AppMesh
2467
2946
  # resp.virtual_gateway.metadata.resource_owner #=> String
2468
2947
  # resp.virtual_gateway.metadata.uid #=> String
2469
2948
  # resp.virtual_gateway.metadata.version #=> Integer
2949
+ # resp.virtual_gateway.spec.backend_defaults.client_policy.tls.certificate.file.certificate_chain #=> String
2950
+ # resp.virtual_gateway.spec.backend_defaults.client_policy.tls.certificate.file.private_key #=> String
2951
+ # resp.virtual_gateway.spec.backend_defaults.client_policy.tls.certificate.sds.secret_name #=> String
2470
2952
  # resp.virtual_gateway.spec.backend_defaults.client_policy.tls.enforce #=> Boolean
2471
2953
  # resp.virtual_gateway.spec.backend_defaults.client_policy.tls.ports #=> Array
2472
2954
  # resp.virtual_gateway.spec.backend_defaults.client_policy.tls.ports[0] #=> Integer
2955
+ # resp.virtual_gateway.spec.backend_defaults.client_policy.tls.validation.subject_alternative_names.match.exact #=> Array
2956
+ # resp.virtual_gateway.spec.backend_defaults.client_policy.tls.validation.subject_alternative_names.match.exact[0] #=> String
2473
2957
  # resp.virtual_gateway.spec.backend_defaults.client_policy.tls.validation.trust.acm.certificate_authority_arns #=> Array
2474
2958
  # resp.virtual_gateway.spec.backend_defaults.client_policy.tls.validation.trust.acm.certificate_authority_arns[0] #=> String
2475
2959
  # resp.virtual_gateway.spec.backend_defaults.client_policy.tls.validation.trust.file.certificate_chain #=> String
2960
+ # resp.virtual_gateway.spec.backend_defaults.client_policy.tls.validation.trust.sds.secret_name #=> String
2476
2961
  # resp.virtual_gateway.spec.listeners #=> Array
2477
2962
  # resp.virtual_gateway.spec.listeners[0].connection_pool.grpc.max_requests #=> Integer
2478
2963
  # resp.virtual_gateway.spec.listeners[0].connection_pool.http.max_connections #=> Integer
@@ -2490,7 +2975,12 @@ module Aws::AppMesh
2490
2975
  # resp.virtual_gateway.spec.listeners[0].tls.certificate.acm.certificate_arn #=> String
2491
2976
  # resp.virtual_gateway.spec.listeners[0].tls.certificate.file.certificate_chain #=> String
2492
2977
  # resp.virtual_gateway.spec.listeners[0].tls.certificate.file.private_key #=> String
2978
+ # resp.virtual_gateway.spec.listeners[0].tls.certificate.sds.secret_name #=> String
2493
2979
  # resp.virtual_gateway.spec.listeners[0].tls.mode #=> String, one of "STRICT", "PERMISSIVE", "DISABLED"
2980
+ # resp.virtual_gateway.spec.listeners[0].tls.validation.subject_alternative_names.match.exact #=> Array
2981
+ # resp.virtual_gateway.spec.listeners[0].tls.validation.subject_alternative_names.match.exact[0] #=> String
2982
+ # resp.virtual_gateway.spec.listeners[0].tls.validation.trust.file.certificate_chain #=> String
2983
+ # resp.virtual_gateway.spec.listeners[0].tls.validation.trust.sds.secret_name #=> String
2494
2984
  # resp.virtual_gateway.spec.logging.access_log.file.path #=> String
2495
2985
  # resp.virtual_gateway.status.status #=> String, one of "ACTIVE", "INACTIVE", "DELETED"
2496
2986
  # resp.virtual_gateway.virtual_gateway_name #=> String
@@ -2544,19 +3034,31 @@ module Aws::AppMesh
2544
3034
  # resp.virtual_node.metadata.resource_owner #=> String
2545
3035
  # resp.virtual_node.metadata.uid #=> String
2546
3036
  # resp.virtual_node.metadata.version #=> Integer
3037
+ # resp.virtual_node.spec.backend_defaults.client_policy.tls.certificate.file.certificate_chain #=> String
3038
+ # resp.virtual_node.spec.backend_defaults.client_policy.tls.certificate.file.private_key #=> String
3039
+ # resp.virtual_node.spec.backend_defaults.client_policy.tls.certificate.sds.secret_name #=> String
2547
3040
  # resp.virtual_node.spec.backend_defaults.client_policy.tls.enforce #=> Boolean
2548
3041
  # resp.virtual_node.spec.backend_defaults.client_policy.tls.ports #=> Array
2549
3042
  # resp.virtual_node.spec.backend_defaults.client_policy.tls.ports[0] #=> Integer
3043
+ # resp.virtual_node.spec.backend_defaults.client_policy.tls.validation.subject_alternative_names.match.exact #=> Array
3044
+ # resp.virtual_node.spec.backend_defaults.client_policy.tls.validation.subject_alternative_names.match.exact[0] #=> String
2550
3045
  # resp.virtual_node.spec.backend_defaults.client_policy.tls.validation.trust.acm.certificate_authority_arns #=> Array
2551
3046
  # resp.virtual_node.spec.backend_defaults.client_policy.tls.validation.trust.acm.certificate_authority_arns[0] #=> String
2552
3047
  # resp.virtual_node.spec.backend_defaults.client_policy.tls.validation.trust.file.certificate_chain #=> String
3048
+ # resp.virtual_node.spec.backend_defaults.client_policy.tls.validation.trust.sds.secret_name #=> String
2553
3049
  # resp.virtual_node.spec.backends #=> Array
3050
+ # resp.virtual_node.spec.backends[0].virtual_service.client_policy.tls.certificate.file.certificate_chain #=> String
3051
+ # resp.virtual_node.spec.backends[0].virtual_service.client_policy.tls.certificate.file.private_key #=> String
3052
+ # resp.virtual_node.spec.backends[0].virtual_service.client_policy.tls.certificate.sds.secret_name #=> String
2554
3053
  # resp.virtual_node.spec.backends[0].virtual_service.client_policy.tls.enforce #=> Boolean
2555
3054
  # resp.virtual_node.spec.backends[0].virtual_service.client_policy.tls.ports #=> Array
2556
3055
  # resp.virtual_node.spec.backends[0].virtual_service.client_policy.tls.ports[0] #=> Integer
3056
+ # resp.virtual_node.spec.backends[0].virtual_service.client_policy.tls.validation.subject_alternative_names.match.exact #=> Array
3057
+ # resp.virtual_node.spec.backends[0].virtual_service.client_policy.tls.validation.subject_alternative_names.match.exact[0] #=> String
2557
3058
  # resp.virtual_node.spec.backends[0].virtual_service.client_policy.tls.validation.trust.acm.certificate_authority_arns #=> Array
2558
3059
  # resp.virtual_node.spec.backends[0].virtual_service.client_policy.tls.validation.trust.acm.certificate_authority_arns[0] #=> String
2559
3060
  # resp.virtual_node.spec.backends[0].virtual_service.client_policy.tls.validation.trust.file.certificate_chain #=> String
3061
+ # resp.virtual_node.spec.backends[0].virtual_service.client_policy.tls.validation.trust.sds.secret_name #=> String
2560
3062
  # resp.virtual_node.spec.backends[0].virtual_service.virtual_service_name #=> String
2561
3063
  # resp.virtual_node.spec.listeners #=> Array
2562
3064
  # resp.virtual_node.spec.listeners[0].connection_pool.grpc.max_requests #=> Integer
@@ -2596,7 +3098,12 @@ module Aws::AppMesh
2596
3098
  # resp.virtual_node.spec.listeners[0].tls.certificate.acm.certificate_arn #=> String
2597
3099
  # resp.virtual_node.spec.listeners[0].tls.certificate.file.certificate_chain #=> String
2598
3100
  # resp.virtual_node.spec.listeners[0].tls.certificate.file.private_key #=> String
3101
+ # resp.virtual_node.spec.listeners[0].tls.certificate.sds.secret_name #=> String
2599
3102
  # resp.virtual_node.spec.listeners[0].tls.mode #=> String, one of "STRICT", "PERMISSIVE", "DISABLED"
3103
+ # resp.virtual_node.spec.listeners[0].tls.validation.subject_alternative_names.match.exact #=> Array
3104
+ # resp.virtual_node.spec.listeners[0].tls.validation.subject_alternative_names.match.exact[0] #=> String
3105
+ # resp.virtual_node.spec.listeners[0].tls.validation.trust.file.certificate_chain #=> String
3106
+ # resp.virtual_node.spec.listeners[0].tls.validation.trust.sds.secret_name #=> String
2600
3107
  # resp.virtual_node.spec.logging.access_log.file.path #=> String
2601
3108
  # resp.virtual_node.spec.service_discovery.aws_cloud_map.attributes #=> Array
2602
3109
  # resp.virtual_node.spec.service_discovery.aws_cloud_map.attributes[0].key #=> String
@@ -2604,6 +3111,7 @@ module Aws::AppMesh
2604
3111
  # resp.virtual_node.spec.service_discovery.aws_cloud_map.namespace_name #=> String
2605
3112
  # resp.virtual_node.spec.service_discovery.aws_cloud_map.service_name #=> String
2606
3113
  # resp.virtual_node.spec.service_discovery.dns.hostname #=> String
3114
+ # resp.virtual_node.spec.service_discovery.dns.response_type #=> String, one of "LOADBALANCER", "ENDPOINTS"
2607
3115
  # resp.virtual_node.status.status #=> String, one of "ACTIVE", "INACTIVE", "DELETED"
2608
3116
  # resp.virtual_node.virtual_node_name #=> String
2609
3117
  #
@@ -3373,6 +3881,11 @@ module Aws::AppMesh
3373
3881
  # spec: { # required
3374
3882
  # grpc_route: {
3375
3883
  # action: { # required
3884
+ # rewrite: {
3885
+ # hostname: {
3886
+ # default_target_hostname: "ENABLED", # accepts ENABLED, DISABLED
3887
+ # },
3888
+ # },
3376
3889
  # target: { # required
3377
3890
  # virtual_service: { # required
3378
3891
  # virtual_service_name: "ResourceName", # required
@@ -3380,11 +3893,43 @@ module Aws::AppMesh
3380
3893
  # },
3381
3894
  # },
3382
3895
  # match: { # required
3896
+ # hostname: {
3897
+ # exact: "ExactHostName",
3898
+ # suffix: "SuffixHostname",
3899
+ # },
3900
+ # metadata: [
3901
+ # {
3902
+ # invert: false,
3903
+ # match: {
3904
+ # exact: "HeaderMatch",
3905
+ # prefix: "HeaderMatch",
3906
+ # range: {
3907
+ # end: 1, # required
3908
+ # start: 1, # required
3909
+ # },
3910
+ # regex: "HeaderMatch",
3911
+ # suffix: "HeaderMatch",
3912
+ # },
3913
+ # name: "HeaderName", # required
3914
+ # },
3915
+ # ],
3383
3916
  # service_name: "ServiceName",
3384
3917
  # },
3385
3918
  # },
3386
3919
  # http2_route: {
3387
3920
  # action: { # required
3921
+ # rewrite: {
3922
+ # hostname: {
3923
+ # default_target_hostname: "ENABLED", # accepts ENABLED, DISABLED
3924
+ # },
3925
+ # path: {
3926
+ # exact: "HttpPathExact",
3927
+ # },
3928
+ # prefix: {
3929
+ # default_prefix: "ENABLED", # accepts ENABLED, DISABLED
3930
+ # value: "HttpGatewayRoutePrefix",
3931
+ # },
3932
+ # },
3388
3933
  # target: { # required
3389
3934
  # virtual_service: { # required
3390
3935
  # virtual_service_name: "ResourceName", # required
@@ -3392,11 +3937,56 @@ module Aws::AppMesh
3392
3937
  # },
3393
3938
  # },
3394
3939
  # match: { # required
3395
- # prefix: "String", # required
3940
+ # headers: [
3941
+ # {
3942
+ # invert: false,
3943
+ # match: {
3944
+ # exact: "HeaderMatch",
3945
+ # prefix: "HeaderMatch",
3946
+ # range: {
3947
+ # end: 1, # required
3948
+ # start: 1, # required
3949
+ # },
3950
+ # regex: "HeaderMatch",
3951
+ # suffix: "HeaderMatch",
3952
+ # },
3953
+ # name: "HeaderName", # required
3954
+ # },
3955
+ # ],
3956
+ # hostname: {
3957
+ # exact: "ExactHostName",
3958
+ # suffix: "SuffixHostname",
3959
+ # },
3960
+ # method: "GET", # accepts GET, HEAD, POST, PUT, DELETE, CONNECT, OPTIONS, TRACE, PATCH
3961
+ # path: {
3962
+ # exact: "HttpPathExact",
3963
+ # regex: "HttpPathRegex",
3964
+ # },
3965
+ # prefix: "String",
3966
+ # query_parameters: [
3967
+ # {
3968
+ # match: {
3969
+ # exact: "String",
3970
+ # },
3971
+ # name: "QueryParameterName", # required
3972
+ # },
3973
+ # ],
3396
3974
  # },
3397
3975
  # },
3398
3976
  # http_route: {
3399
3977
  # action: { # required
3978
+ # rewrite: {
3979
+ # hostname: {
3980
+ # default_target_hostname: "ENABLED", # accepts ENABLED, DISABLED
3981
+ # },
3982
+ # path: {
3983
+ # exact: "HttpPathExact",
3984
+ # },
3985
+ # prefix: {
3986
+ # default_prefix: "ENABLED", # accepts ENABLED, DISABLED
3987
+ # value: "HttpGatewayRoutePrefix",
3988
+ # },
3989
+ # },
3400
3990
  # target: { # required
3401
3991
  # virtual_service: { # required
3402
3992
  # virtual_service_name: "ResourceName", # required
@@ -3404,9 +3994,43 @@ module Aws::AppMesh
3404
3994
  # },
3405
3995
  # },
3406
3996
  # match: { # required
3407
- # prefix: "String", # required
3997
+ # headers: [
3998
+ # {
3999
+ # invert: false,
4000
+ # match: {
4001
+ # exact: "HeaderMatch",
4002
+ # prefix: "HeaderMatch",
4003
+ # range: {
4004
+ # end: 1, # required
4005
+ # start: 1, # required
4006
+ # },
4007
+ # regex: "HeaderMatch",
4008
+ # suffix: "HeaderMatch",
4009
+ # },
4010
+ # name: "HeaderName", # required
4011
+ # },
4012
+ # ],
4013
+ # hostname: {
4014
+ # exact: "ExactHostName",
4015
+ # suffix: "SuffixHostname",
4016
+ # },
4017
+ # method: "GET", # accepts GET, HEAD, POST, PUT, DELETE, CONNECT, OPTIONS, TRACE, PATCH
4018
+ # path: {
4019
+ # exact: "HttpPathExact",
4020
+ # regex: "HttpPathRegex",
4021
+ # },
4022
+ # prefix: "String",
4023
+ # query_parameters: [
4024
+ # {
4025
+ # match: {
4026
+ # exact: "String",
4027
+ # },
4028
+ # name: "QueryParameterName", # required
4029
+ # },
4030
+ # ],
3408
4031
  # },
3409
4032
  # },
4033
+ # priority: 1,
3410
4034
  # },
3411
4035
  # virtual_gateway_name: "ResourceName", # required
3412
4036
  # })
@@ -3422,12 +4046,67 @@ module Aws::AppMesh
3422
4046
  # resp.gateway_route.metadata.resource_owner #=> String
3423
4047
  # resp.gateway_route.metadata.uid #=> String
3424
4048
  # resp.gateway_route.metadata.version #=> Integer
4049
+ # resp.gateway_route.spec.grpc_route.action.rewrite.hostname.default_target_hostname #=> String, one of "ENABLED", "DISABLED"
3425
4050
  # resp.gateway_route.spec.grpc_route.action.target.virtual_service.virtual_service_name #=> String
4051
+ # resp.gateway_route.spec.grpc_route.match.hostname.exact #=> String
4052
+ # resp.gateway_route.spec.grpc_route.match.hostname.suffix #=> String
4053
+ # resp.gateway_route.spec.grpc_route.match.metadata #=> Array
4054
+ # resp.gateway_route.spec.grpc_route.match.metadata[0].invert #=> Boolean
4055
+ # resp.gateway_route.spec.grpc_route.match.metadata[0].match.exact #=> String
4056
+ # resp.gateway_route.spec.grpc_route.match.metadata[0].match.prefix #=> String
4057
+ # resp.gateway_route.spec.grpc_route.match.metadata[0].match.range.end #=> Integer
4058
+ # resp.gateway_route.spec.grpc_route.match.metadata[0].match.range.start #=> Integer
4059
+ # resp.gateway_route.spec.grpc_route.match.metadata[0].match.regex #=> String
4060
+ # resp.gateway_route.spec.grpc_route.match.metadata[0].match.suffix #=> String
4061
+ # resp.gateway_route.spec.grpc_route.match.metadata[0].name #=> String
3426
4062
  # resp.gateway_route.spec.grpc_route.match.service_name #=> String
4063
+ # resp.gateway_route.spec.http2_route.action.rewrite.hostname.default_target_hostname #=> String, one of "ENABLED", "DISABLED"
4064
+ # resp.gateway_route.spec.http2_route.action.rewrite.path.exact #=> String
4065
+ # resp.gateway_route.spec.http2_route.action.rewrite.prefix.default_prefix #=> String, one of "ENABLED", "DISABLED"
4066
+ # resp.gateway_route.spec.http2_route.action.rewrite.prefix.value #=> String
3427
4067
  # resp.gateway_route.spec.http2_route.action.target.virtual_service.virtual_service_name #=> String
4068
+ # resp.gateway_route.spec.http2_route.match.headers #=> Array
4069
+ # resp.gateway_route.spec.http2_route.match.headers[0].invert #=> Boolean
4070
+ # resp.gateway_route.spec.http2_route.match.headers[0].match.exact #=> String
4071
+ # resp.gateway_route.spec.http2_route.match.headers[0].match.prefix #=> String
4072
+ # resp.gateway_route.spec.http2_route.match.headers[0].match.range.end #=> Integer
4073
+ # resp.gateway_route.spec.http2_route.match.headers[0].match.range.start #=> Integer
4074
+ # resp.gateway_route.spec.http2_route.match.headers[0].match.regex #=> String
4075
+ # resp.gateway_route.spec.http2_route.match.headers[0].match.suffix #=> String
4076
+ # resp.gateway_route.spec.http2_route.match.headers[0].name #=> String
4077
+ # resp.gateway_route.spec.http2_route.match.hostname.exact #=> String
4078
+ # resp.gateway_route.spec.http2_route.match.hostname.suffix #=> String
4079
+ # resp.gateway_route.spec.http2_route.match.method #=> String, one of "GET", "HEAD", "POST", "PUT", "DELETE", "CONNECT", "OPTIONS", "TRACE", "PATCH"
4080
+ # resp.gateway_route.spec.http2_route.match.path.exact #=> String
4081
+ # resp.gateway_route.spec.http2_route.match.path.regex #=> String
3428
4082
  # resp.gateway_route.spec.http2_route.match.prefix #=> String
4083
+ # resp.gateway_route.spec.http2_route.match.query_parameters #=> Array
4084
+ # resp.gateway_route.spec.http2_route.match.query_parameters[0].match.exact #=> String
4085
+ # resp.gateway_route.spec.http2_route.match.query_parameters[0].name #=> String
4086
+ # resp.gateway_route.spec.http_route.action.rewrite.hostname.default_target_hostname #=> String, one of "ENABLED", "DISABLED"
4087
+ # resp.gateway_route.spec.http_route.action.rewrite.path.exact #=> String
4088
+ # resp.gateway_route.spec.http_route.action.rewrite.prefix.default_prefix #=> String, one of "ENABLED", "DISABLED"
4089
+ # resp.gateway_route.spec.http_route.action.rewrite.prefix.value #=> String
3429
4090
  # resp.gateway_route.spec.http_route.action.target.virtual_service.virtual_service_name #=> String
4091
+ # resp.gateway_route.spec.http_route.match.headers #=> Array
4092
+ # resp.gateway_route.spec.http_route.match.headers[0].invert #=> Boolean
4093
+ # resp.gateway_route.spec.http_route.match.headers[0].match.exact #=> String
4094
+ # resp.gateway_route.spec.http_route.match.headers[0].match.prefix #=> String
4095
+ # resp.gateway_route.spec.http_route.match.headers[0].match.range.end #=> Integer
4096
+ # resp.gateway_route.spec.http_route.match.headers[0].match.range.start #=> Integer
4097
+ # resp.gateway_route.spec.http_route.match.headers[0].match.regex #=> String
4098
+ # resp.gateway_route.spec.http_route.match.headers[0].match.suffix #=> String
4099
+ # resp.gateway_route.spec.http_route.match.headers[0].name #=> String
4100
+ # resp.gateway_route.spec.http_route.match.hostname.exact #=> String
4101
+ # resp.gateway_route.spec.http_route.match.hostname.suffix #=> String
4102
+ # resp.gateway_route.spec.http_route.match.method #=> String, one of "GET", "HEAD", "POST", "PUT", "DELETE", "CONNECT", "OPTIONS", "TRACE", "PATCH"
4103
+ # resp.gateway_route.spec.http_route.match.path.exact #=> String
4104
+ # resp.gateway_route.spec.http_route.match.path.regex #=> String
3430
4105
  # resp.gateway_route.spec.http_route.match.prefix #=> String
4106
+ # resp.gateway_route.spec.http_route.match.query_parameters #=> Array
4107
+ # resp.gateway_route.spec.http_route.match.query_parameters[0].match.exact #=> String
4108
+ # resp.gateway_route.spec.http_route.match.query_parameters[0].name #=> String
4109
+ # resp.gateway_route.spec.priority #=> Integer
3431
4110
  # resp.gateway_route.status.status #=> String, one of "ACTIVE", "INACTIVE", "DELETED"
3432
4111
  # resp.gateway_route.virtual_gateway_name #=> String
3433
4112
  #
@@ -3617,7 +4296,19 @@ module Aws::AppMesh
3617
4296
  # },
3618
4297
  # ],
3619
4298
  # method: "GET", # accepts GET, HEAD, POST, PUT, DELETE, CONNECT, OPTIONS, TRACE, PATCH
3620
- # prefix: "String", # required
4299
+ # path: {
4300
+ # exact: "HttpPathExact",
4301
+ # regex: "HttpPathRegex",
4302
+ # },
4303
+ # prefix: "String",
4304
+ # query_parameters: [
4305
+ # {
4306
+ # match: {
4307
+ # exact: "String",
4308
+ # },
4309
+ # name: "QueryParameterName", # required
4310
+ # },
4311
+ # ],
3621
4312
  # scheme: "http", # accepts http, https
3622
4313
  # },
3623
4314
  # retry_policy: {
@@ -3667,7 +4358,19 @@ module Aws::AppMesh
3667
4358
  # },
3668
4359
  # ],
3669
4360
  # method: "GET", # accepts GET, HEAD, POST, PUT, DELETE, CONNECT, OPTIONS, TRACE, PATCH
3670
- # prefix: "String", # required
4361
+ # path: {
4362
+ # exact: "HttpPathExact",
4363
+ # regex: "HttpPathRegex",
4364
+ # },
4365
+ # prefix: "String",
4366
+ # query_parameters: [
4367
+ # {
4368
+ # match: {
4369
+ # exact: "String",
4370
+ # },
4371
+ # name: "QueryParameterName", # required
4372
+ # },
4373
+ # ],
3671
4374
  # scheme: "http", # accepts http, https
3672
4375
  # },
3673
4376
  # retry_policy: {
@@ -3762,7 +4465,12 @@ module Aws::AppMesh
3762
4465
  # resp.route.spec.http2_route.match.headers[0].match.suffix #=> String
3763
4466
  # resp.route.spec.http2_route.match.headers[0].name #=> String
3764
4467
  # resp.route.spec.http2_route.match.method #=> String, one of "GET", "HEAD", "POST", "PUT", "DELETE", "CONNECT", "OPTIONS", "TRACE", "PATCH"
4468
+ # resp.route.spec.http2_route.match.path.exact #=> String
4469
+ # resp.route.spec.http2_route.match.path.regex #=> String
3765
4470
  # resp.route.spec.http2_route.match.prefix #=> String
4471
+ # resp.route.spec.http2_route.match.query_parameters #=> Array
4472
+ # resp.route.spec.http2_route.match.query_parameters[0].match.exact #=> String
4473
+ # resp.route.spec.http2_route.match.query_parameters[0].name #=> String
3766
4474
  # resp.route.spec.http2_route.match.scheme #=> String, one of "http", "https"
3767
4475
  # resp.route.spec.http2_route.retry_policy.http_retry_events #=> Array
3768
4476
  # resp.route.spec.http2_route.retry_policy.http_retry_events[0] #=> String
@@ -3788,7 +4496,12 @@ module Aws::AppMesh
3788
4496
  # resp.route.spec.http_route.match.headers[0].match.suffix #=> String
3789
4497
  # resp.route.spec.http_route.match.headers[0].name #=> String
3790
4498
  # resp.route.spec.http_route.match.method #=> String, one of "GET", "HEAD", "POST", "PUT", "DELETE", "CONNECT", "OPTIONS", "TRACE", "PATCH"
4499
+ # resp.route.spec.http_route.match.path.exact #=> String
4500
+ # resp.route.spec.http_route.match.path.regex #=> String
3791
4501
  # resp.route.spec.http_route.match.prefix #=> String
4502
+ # resp.route.spec.http_route.match.query_parameters #=> Array
4503
+ # resp.route.spec.http_route.match.query_parameters[0].match.exact #=> String
4504
+ # resp.route.spec.http_route.match.query_parameters[0].name #=> String
3792
4505
  # resp.route.spec.http_route.match.scheme #=> String, one of "http", "https"
3793
4506
  # resp.route.spec.http_route.retry_policy.http_retry_events #=> Array
3794
4507
  # resp.route.spec.http_route.retry_policy.http_retry_events[0] #=> String
@@ -3863,9 +4576,23 @@ module Aws::AppMesh
3863
4576
  # backend_defaults: {
3864
4577
  # client_policy: {
3865
4578
  # tls: {
4579
+ # certificate: {
4580
+ # file: {
4581
+ # certificate_chain: "FilePath", # required
4582
+ # private_key: "FilePath", # required
4583
+ # },
4584
+ # sds: {
4585
+ # secret_name: "VirtualGatewaySdsSecretName", # required
4586
+ # },
4587
+ # },
3866
4588
  # enforce: false,
3867
4589
  # ports: [1],
3868
4590
  # validation: { # required
4591
+ # subject_alternative_names: {
4592
+ # match: { # required
4593
+ # exact: ["SubjectAlternativeName"], # required
4594
+ # },
4595
+ # },
3869
4596
  # trust: { # required
3870
4597
  # acm: {
3871
4598
  # certificate_authority_arns: ["Arn"], # required
@@ -3873,6 +4600,9 @@ module Aws::AppMesh
3873
4600
  # file: {
3874
4601
  # certificate_chain: "FilePath", # required
3875
4602
  # },
4603
+ # sds: {
4604
+ # secret_name: "VirtualGatewaySdsSecretName", # required
4605
+ # },
3876
4606
  # },
3877
4607
  # },
3878
4608
  # },
@@ -3914,8 +4644,26 @@ module Aws::AppMesh
3914
4644
  # certificate_chain: "FilePath", # required
3915
4645
  # private_key: "FilePath", # required
3916
4646
  # },
4647
+ # sds: {
4648
+ # secret_name: "VirtualGatewaySdsSecretName", # required
4649
+ # },
3917
4650
  # },
3918
4651
  # mode: "STRICT", # required, accepts STRICT, PERMISSIVE, DISABLED
4652
+ # validation: {
4653
+ # subject_alternative_names: {
4654
+ # match: { # required
4655
+ # exact: ["SubjectAlternativeName"], # required
4656
+ # },
4657
+ # },
4658
+ # trust: { # required
4659
+ # file: {
4660
+ # certificate_chain: "FilePath", # required
4661
+ # },
4662
+ # sds: {
4663
+ # secret_name: "VirtualGatewaySdsSecretName", # required
4664
+ # },
4665
+ # },
4666
+ # },
3919
4667
  # },
3920
4668
  # },
3921
4669
  # ],
@@ -3940,12 +4688,18 @@ module Aws::AppMesh
3940
4688
  # resp.virtual_gateway.metadata.resource_owner #=> String
3941
4689
  # resp.virtual_gateway.metadata.uid #=> String
3942
4690
  # resp.virtual_gateway.metadata.version #=> Integer
4691
+ # resp.virtual_gateway.spec.backend_defaults.client_policy.tls.certificate.file.certificate_chain #=> String
4692
+ # resp.virtual_gateway.spec.backend_defaults.client_policy.tls.certificate.file.private_key #=> String
4693
+ # resp.virtual_gateway.spec.backend_defaults.client_policy.tls.certificate.sds.secret_name #=> String
3943
4694
  # resp.virtual_gateway.spec.backend_defaults.client_policy.tls.enforce #=> Boolean
3944
4695
  # resp.virtual_gateway.spec.backend_defaults.client_policy.tls.ports #=> Array
3945
4696
  # resp.virtual_gateway.spec.backend_defaults.client_policy.tls.ports[0] #=> Integer
4697
+ # resp.virtual_gateway.spec.backend_defaults.client_policy.tls.validation.subject_alternative_names.match.exact #=> Array
4698
+ # resp.virtual_gateway.spec.backend_defaults.client_policy.tls.validation.subject_alternative_names.match.exact[0] #=> String
3946
4699
  # resp.virtual_gateway.spec.backend_defaults.client_policy.tls.validation.trust.acm.certificate_authority_arns #=> Array
3947
4700
  # resp.virtual_gateway.spec.backend_defaults.client_policy.tls.validation.trust.acm.certificate_authority_arns[0] #=> String
3948
4701
  # resp.virtual_gateway.spec.backend_defaults.client_policy.tls.validation.trust.file.certificate_chain #=> String
4702
+ # resp.virtual_gateway.spec.backend_defaults.client_policy.tls.validation.trust.sds.secret_name #=> String
3949
4703
  # resp.virtual_gateway.spec.listeners #=> Array
3950
4704
  # resp.virtual_gateway.spec.listeners[0].connection_pool.grpc.max_requests #=> Integer
3951
4705
  # resp.virtual_gateway.spec.listeners[0].connection_pool.http.max_connections #=> Integer
@@ -3963,7 +4717,12 @@ module Aws::AppMesh
3963
4717
  # resp.virtual_gateway.spec.listeners[0].tls.certificate.acm.certificate_arn #=> String
3964
4718
  # resp.virtual_gateway.spec.listeners[0].tls.certificate.file.certificate_chain #=> String
3965
4719
  # resp.virtual_gateway.spec.listeners[0].tls.certificate.file.private_key #=> String
4720
+ # resp.virtual_gateway.spec.listeners[0].tls.certificate.sds.secret_name #=> String
3966
4721
  # resp.virtual_gateway.spec.listeners[0].tls.mode #=> String, one of "STRICT", "PERMISSIVE", "DISABLED"
4722
+ # resp.virtual_gateway.spec.listeners[0].tls.validation.subject_alternative_names.match.exact #=> Array
4723
+ # resp.virtual_gateway.spec.listeners[0].tls.validation.subject_alternative_names.match.exact[0] #=> String
4724
+ # resp.virtual_gateway.spec.listeners[0].tls.validation.trust.file.certificate_chain #=> String
4725
+ # resp.virtual_gateway.spec.listeners[0].tls.validation.trust.sds.secret_name #=> String
3967
4726
  # resp.virtual_gateway.spec.logging.access_log.file.path #=> String
3968
4727
  # resp.virtual_gateway.status.status #=> String, one of "ACTIVE", "INACTIVE", "DELETED"
3969
4728
  # resp.virtual_gateway.virtual_gateway_name #=> String
@@ -4021,9 +4780,23 @@ module Aws::AppMesh
4021
4780
  # backend_defaults: {
4022
4781
  # client_policy: {
4023
4782
  # tls: {
4783
+ # certificate: {
4784
+ # file: {
4785
+ # certificate_chain: "FilePath", # required
4786
+ # private_key: "FilePath", # required
4787
+ # },
4788
+ # sds: {
4789
+ # secret_name: "SdsSecretName", # required
4790
+ # },
4791
+ # },
4024
4792
  # enforce: false,
4025
4793
  # ports: [1],
4026
4794
  # validation: { # required
4795
+ # subject_alternative_names: {
4796
+ # match: { # required
4797
+ # exact: ["SubjectAlternativeName"], # required
4798
+ # },
4799
+ # },
4027
4800
  # trust: { # required
4028
4801
  # acm: {
4029
4802
  # certificate_authority_arns: ["Arn"], # required
@@ -4031,6 +4804,9 @@ module Aws::AppMesh
4031
4804
  # file: {
4032
4805
  # certificate_chain: "FilePath", # required
4033
4806
  # },
4807
+ # sds: {
4808
+ # secret_name: "SdsSecretName", # required
4809
+ # },
4034
4810
  # },
4035
4811
  # },
4036
4812
  # },
@@ -4041,9 +4817,23 @@ module Aws::AppMesh
4041
4817
  # virtual_service: {
4042
4818
  # client_policy: {
4043
4819
  # tls: {
4820
+ # certificate: {
4821
+ # file: {
4822
+ # certificate_chain: "FilePath", # required
4823
+ # private_key: "FilePath", # required
4824
+ # },
4825
+ # sds: {
4826
+ # secret_name: "SdsSecretName", # required
4827
+ # },
4828
+ # },
4044
4829
  # enforce: false,
4045
4830
  # ports: [1],
4046
4831
  # validation: { # required
4832
+ # subject_alternative_names: {
4833
+ # match: { # required
4834
+ # exact: ["SubjectAlternativeName"], # required
4835
+ # },
4836
+ # },
4047
4837
  # trust: { # required
4048
4838
  # acm: {
4049
4839
  # certificate_authority_arns: ["Arn"], # required
@@ -4051,6 +4841,9 @@ module Aws::AppMesh
4051
4841
  # file: {
4052
4842
  # certificate_chain: "FilePath", # required
4053
4843
  # },
4844
+ # sds: {
4845
+ # secret_name: "SdsSecretName", # required
4846
+ # },
4054
4847
  # },
4055
4848
  # },
4056
4849
  # },
@@ -4148,8 +4941,26 @@ module Aws::AppMesh
4148
4941
  # certificate_chain: "FilePath", # required
4149
4942
  # private_key: "FilePath", # required
4150
4943
  # },
4944
+ # sds: {
4945
+ # secret_name: "SdsSecretName", # required
4946
+ # },
4151
4947
  # },
4152
4948
  # mode: "STRICT", # required, accepts STRICT, PERMISSIVE, DISABLED
4949
+ # validation: {
4950
+ # subject_alternative_names: {
4951
+ # match: { # required
4952
+ # exact: ["SubjectAlternativeName"], # required
4953
+ # },
4954
+ # },
4955
+ # trust: { # required
4956
+ # file: {
4957
+ # certificate_chain: "FilePath", # required
4958
+ # },
4959
+ # sds: {
4960
+ # secret_name: "SdsSecretName", # required
4961
+ # },
4962
+ # },
4963
+ # },
4153
4964
  # },
4154
4965
  # },
4155
4966
  # ],
@@ -4173,6 +4984,7 @@ module Aws::AppMesh
4173
4984
  # },
4174
4985
  # dns: {
4175
4986
  # hostname: "Hostname", # required
4987
+ # response_type: "LOADBALANCER", # accepts LOADBALANCER, ENDPOINTS
4176
4988
  # },
4177
4989
  # },
4178
4990
  # },
@@ -4189,19 +5001,31 @@ module Aws::AppMesh
4189
5001
  # resp.virtual_node.metadata.resource_owner #=> String
4190
5002
  # resp.virtual_node.metadata.uid #=> String
4191
5003
  # resp.virtual_node.metadata.version #=> Integer
5004
+ # resp.virtual_node.spec.backend_defaults.client_policy.tls.certificate.file.certificate_chain #=> String
5005
+ # resp.virtual_node.spec.backend_defaults.client_policy.tls.certificate.file.private_key #=> String
5006
+ # resp.virtual_node.spec.backend_defaults.client_policy.tls.certificate.sds.secret_name #=> String
4192
5007
  # resp.virtual_node.spec.backend_defaults.client_policy.tls.enforce #=> Boolean
4193
5008
  # resp.virtual_node.spec.backend_defaults.client_policy.tls.ports #=> Array
4194
5009
  # resp.virtual_node.spec.backend_defaults.client_policy.tls.ports[0] #=> Integer
5010
+ # resp.virtual_node.spec.backend_defaults.client_policy.tls.validation.subject_alternative_names.match.exact #=> Array
5011
+ # resp.virtual_node.spec.backend_defaults.client_policy.tls.validation.subject_alternative_names.match.exact[0] #=> String
4195
5012
  # resp.virtual_node.spec.backend_defaults.client_policy.tls.validation.trust.acm.certificate_authority_arns #=> Array
4196
5013
  # resp.virtual_node.spec.backend_defaults.client_policy.tls.validation.trust.acm.certificate_authority_arns[0] #=> String
4197
5014
  # resp.virtual_node.spec.backend_defaults.client_policy.tls.validation.trust.file.certificate_chain #=> String
5015
+ # resp.virtual_node.spec.backend_defaults.client_policy.tls.validation.trust.sds.secret_name #=> String
4198
5016
  # resp.virtual_node.spec.backends #=> Array
5017
+ # resp.virtual_node.spec.backends[0].virtual_service.client_policy.tls.certificate.file.certificate_chain #=> String
5018
+ # resp.virtual_node.spec.backends[0].virtual_service.client_policy.tls.certificate.file.private_key #=> String
5019
+ # resp.virtual_node.spec.backends[0].virtual_service.client_policy.tls.certificate.sds.secret_name #=> String
4199
5020
  # resp.virtual_node.spec.backends[0].virtual_service.client_policy.tls.enforce #=> Boolean
4200
5021
  # resp.virtual_node.spec.backends[0].virtual_service.client_policy.tls.ports #=> Array
4201
5022
  # resp.virtual_node.spec.backends[0].virtual_service.client_policy.tls.ports[0] #=> Integer
5023
+ # resp.virtual_node.spec.backends[0].virtual_service.client_policy.tls.validation.subject_alternative_names.match.exact #=> Array
5024
+ # resp.virtual_node.spec.backends[0].virtual_service.client_policy.tls.validation.subject_alternative_names.match.exact[0] #=> String
4202
5025
  # resp.virtual_node.spec.backends[0].virtual_service.client_policy.tls.validation.trust.acm.certificate_authority_arns #=> Array
4203
5026
  # resp.virtual_node.spec.backends[0].virtual_service.client_policy.tls.validation.trust.acm.certificate_authority_arns[0] #=> String
4204
5027
  # resp.virtual_node.spec.backends[0].virtual_service.client_policy.tls.validation.trust.file.certificate_chain #=> String
5028
+ # resp.virtual_node.spec.backends[0].virtual_service.client_policy.tls.validation.trust.sds.secret_name #=> String
4205
5029
  # resp.virtual_node.spec.backends[0].virtual_service.virtual_service_name #=> String
4206
5030
  # resp.virtual_node.spec.listeners #=> Array
4207
5031
  # resp.virtual_node.spec.listeners[0].connection_pool.grpc.max_requests #=> Integer
@@ -4241,7 +5065,12 @@ module Aws::AppMesh
4241
5065
  # resp.virtual_node.spec.listeners[0].tls.certificate.acm.certificate_arn #=> String
4242
5066
  # resp.virtual_node.spec.listeners[0].tls.certificate.file.certificate_chain #=> String
4243
5067
  # resp.virtual_node.spec.listeners[0].tls.certificate.file.private_key #=> String
5068
+ # resp.virtual_node.spec.listeners[0].tls.certificate.sds.secret_name #=> String
4244
5069
  # resp.virtual_node.spec.listeners[0].tls.mode #=> String, one of "STRICT", "PERMISSIVE", "DISABLED"
5070
+ # resp.virtual_node.spec.listeners[0].tls.validation.subject_alternative_names.match.exact #=> Array
5071
+ # resp.virtual_node.spec.listeners[0].tls.validation.subject_alternative_names.match.exact[0] #=> String
5072
+ # resp.virtual_node.spec.listeners[0].tls.validation.trust.file.certificate_chain #=> String
5073
+ # resp.virtual_node.spec.listeners[0].tls.validation.trust.sds.secret_name #=> String
4245
5074
  # resp.virtual_node.spec.logging.access_log.file.path #=> String
4246
5075
  # resp.virtual_node.spec.service_discovery.aws_cloud_map.attributes #=> Array
4247
5076
  # resp.virtual_node.spec.service_discovery.aws_cloud_map.attributes[0].key #=> String
@@ -4249,6 +5078,7 @@ module Aws::AppMesh
4249
5078
  # resp.virtual_node.spec.service_discovery.aws_cloud_map.namespace_name #=> String
4250
5079
  # resp.virtual_node.spec.service_discovery.aws_cloud_map.service_name #=> String
4251
5080
  # resp.virtual_node.spec.service_discovery.dns.hostname #=> String
5081
+ # resp.virtual_node.spec.service_discovery.dns.response_type #=> String, one of "LOADBALANCER", "ENDPOINTS"
4252
5082
  # resp.virtual_node.status.status #=> String, one of "ACTIVE", "INACTIVE", "DELETED"
4253
5083
  # resp.virtual_node.virtual_node_name #=> String
4254
5084
  #
@@ -4429,7 +5259,7 @@ module Aws::AppMesh
4429
5259
  params: params,
4430
5260
  config: config)
4431
5261
  context[:gem_name] = 'aws-sdk-appmesh'
4432
- context[:gem_version] = '1.33.0'
5262
+ context[:gem_version] = '1.37.0'
4433
5263
  Seahorse::Client::Request.new(handlers, context)
4434
5264
  end
4435
5265