aws-sdk-appmesh 1.43.0 → 1.46.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +15 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-appmesh/client.rb +158 -132
- data/lib/aws-sdk-appmesh/client_api.rb +8 -0
- data/lib/aws-sdk-appmesh/types.rb +256 -204
- data/lib/aws-sdk-appmesh.rb +1 -1
- metadata +4 -4
@@ -37,7 +37,7 @@ module Aws::AppMesh
|
|
37
37
|
# An object that represents the Cloud Map attribute information for your
|
38
38
|
# virtual node.
|
39
39
|
#
|
40
|
-
# <note markdown="1">
|
40
|
+
# <note markdown="1"> Cloud Map is not available in the eu-south-1 Region.
|
41
41
|
#
|
42
42
|
# </note>
|
43
43
|
#
|
@@ -87,6 +87,7 @@ module Aws::AppMesh
|
|
87
87
|
# value: "AwsCloudMapInstanceAttributeValue", # required
|
88
88
|
# },
|
89
89
|
# ],
|
90
|
+
# ip_preference: "IPv6_PREFERRED", # accepts IPv6_PREFERRED, IPv4_PREFERRED, IPv4_ONLY, IPv6_ONLY
|
90
91
|
# namespace_name: "AwsCloudMapName", # required
|
91
92
|
# service_name: "AwsCloudMapName", # required
|
92
93
|
# }
|
@@ -98,6 +99,10 @@ module Aws::AppMesh
|
|
98
99
|
# specified key/value pairs will be returned.
|
99
100
|
# @return [Array<Types::AwsCloudMapInstanceAttribute>]
|
100
101
|
#
|
102
|
+
# @!attribute [rw] ip_preference
|
103
|
+
# The IP version to use to control traffic within the mesh.
|
104
|
+
# @return [String]
|
105
|
+
#
|
101
106
|
# @!attribute [rw] namespace_name
|
102
107
|
# The name of the Cloud Map namespace to use.
|
103
108
|
# @return [String]
|
@@ -110,6 +115,7 @@ module Aws::AppMesh
|
|
110
115
|
#
|
111
116
|
class AwsCloudMapServiceDiscovery < Struct.new(
|
112
117
|
:attributes,
|
118
|
+
:ip_preference,
|
113
119
|
:namespace_name,
|
114
120
|
:service_name)
|
115
121
|
SENSITIVE = []
|
@@ -567,11 +573,11 @@ module Aws::AppMesh
|
|
567
573
|
# @return [String]
|
568
574
|
#
|
569
575
|
# @!attribute [rw] mesh_owner
|
570
|
-
# The
|
571
|
-
# is not your own, then the account that you specify
|
572
|
-
# mesh with your account before you can create the
|
573
|
-
# service mesh. For more information about mesh
|
574
|
-
# with shared meshes][1].
|
576
|
+
# The Amazon Web Services IAM account ID of the service mesh owner. If
|
577
|
+
# the account ID is not your own, then the account that you specify
|
578
|
+
# must share the mesh with your account before you can create the
|
579
|
+
# resource in the service mesh. For more information about mesh
|
580
|
+
# sharing, see [Working with shared meshes][1].
|
575
581
|
#
|
576
582
|
#
|
577
583
|
#
|
@@ -637,6 +643,9 @@ module Aws::AppMesh
|
|
637
643
|
# egress_filter: {
|
638
644
|
# type: "ALLOW_ALL", # required, accepts ALLOW_ALL, DROP_ALL
|
639
645
|
# },
|
646
|
+
# service_discovery: {
|
647
|
+
# ip_preference: "IPv6_PREFERRED", # accepts IPv6_PREFERRED, IPv4_PREFERRED, IPv4_ONLY, IPv6_ONLY
|
648
|
+
# },
|
640
649
|
# },
|
641
650
|
# tags: [
|
642
651
|
# {
|
@@ -926,11 +935,11 @@ module Aws::AppMesh
|
|
926
935
|
# @return [String]
|
927
936
|
#
|
928
937
|
# @!attribute [rw] mesh_owner
|
929
|
-
# The
|
930
|
-
# is not your own, then the account that you specify
|
931
|
-
# mesh with your account before you can create the
|
932
|
-
# service mesh. For more information about mesh
|
933
|
-
# with shared meshes][1].
|
938
|
+
# The Amazon Web Services IAM account ID of the service mesh owner. If
|
939
|
+
# the account ID is not your own, then the account that you specify
|
940
|
+
# must share the mesh with your account before you can create the
|
941
|
+
# resource in the service mesh. For more information about mesh
|
942
|
+
# sharing, see [Working with shared meshes][1].
|
934
943
|
#
|
935
944
|
#
|
936
945
|
#
|
@@ -1122,11 +1131,11 @@ module Aws::AppMesh
|
|
1122
1131
|
# @return [String]
|
1123
1132
|
#
|
1124
1133
|
# @!attribute [rw] mesh_owner
|
1125
|
-
# The
|
1126
|
-
# is not your own, then the account that you specify
|
1127
|
-
# mesh with your account before you can create the
|
1128
|
-
# service mesh. For more information about mesh
|
1129
|
-
# with shared meshes][1].
|
1134
|
+
# The Amazon Web Services IAM account ID of the service mesh owner. If
|
1135
|
+
# the account ID is not your own, then the account that you specify
|
1136
|
+
# must share the mesh with your account before you can create the
|
1137
|
+
# resource in the service mesh. For more information about mesh
|
1138
|
+
# sharing, see [Working with shared meshes][1].
|
1130
1139
|
#
|
1131
1140
|
#
|
1132
1141
|
#
|
@@ -1389,11 +1398,13 @@ module Aws::AppMesh
|
|
1389
1398
|
# value: "AwsCloudMapInstanceAttributeValue", # required
|
1390
1399
|
# },
|
1391
1400
|
# ],
|
1401
|
+
# ip_preference: "IPv6_PREFERRED", # accepts IPv6_PREFERRED, IPv4_PREFERRED, IPv4_ONLY, IPv6_ONLY
|
1392
1402
|
# namespace_name: "AwsCloudMapName", # required
|
1393
1403
|
# service_name: "AwsCloudMapName", # required
|
1394
1404
|
# },
|
1395
1405
|
# dns: {
|
1396
1406
|
# hostname: "Hostname", # required
|
1407
|
+
# ip_preference: "IPv6_PREFERRED", # accepts IPv6_PREFERRED, IPv4_PREFERRED, IPv4_ONLY, IPv6_ONLY
|
1397
1408
|
# response_type: "LOADBALANCER", # accepts LOADBALANCER, ENDPOINTS
|
1398
1409
|
# },
|
1399
1410
|
# },
|
@@ -1421,11 +1432,11 @@ module Aws::AppMesh
|
|
1421
1432
|
# @return [String]
|
1422
1433
|
#
|
1423
1434
|
# @!attribute [rw] mesh_owner
|
1424
|
-
# The
|
1425
|
-
# is not your own, then the account that you specify
|
1426
|
-
# mesh with your account before you can create the
|
1427
|
-
# service mesh. For more information about mesh
|
1428
|
-
# with shared meshes][1].
|
1435
|
+
# The Amazon Web Services IAM account ID of the service mesh owner. If
|
1436
|
+
# the account ID is not your own, then the account that you specify
|
1437
|
+
# must share the mesh with your account before you can create the
|
1438
|
+
# resource in the service mesh. For more information about mesh
|
1439
|
+
# sharing, see [Working with shared meshes][1].
|
1429
1440
|
#
|
1430
1441
|
#
|
1431
1442
|
#
|
@@ -1521,11 +1532,11 @@ module Aws::AppMesh
|
|
1521
1532
|
# @return [String]
|
1522
1533
|
#
|
1523
1534
|
# @!attribute [rw] mesh_owner
|
1524
|
-
# The
|
1525
|
-
# is not your own, then the account that you specify
|
1526
|
-
# mesh with your account before you can create the
|
1527
|
-
# service mesh. For more information about mesh
|
1528
|
-
# with shared meshes][1].
|
1535
|
+
# The Amazon Web Services IAM account ID of the service mesh owner. If
|
1536
|
+
# the account ID is not your own, then the account that you specify
|
1537
|
+
# must share the mesh with your account before you can create the
|
1538
|
+
# resource in the service mesh. For more information about mesh
|
1539
|
+
# sharing, see [Working with shared meshes][1].
|
1529
1540
|
#
|
1530
1541
|
#
|
1531
1542
|
#
|
@@ -1622,11 +1633,11 @@ module Aws::AppMesh
|
|
1622
1633
|
# @return [String]
|
1623
1634
|
#
|
1624
1635
|
# @!attribute [rw] mesh_owner
|
1625
|
-
# The
|
1626
|
-
# is not your own, then the account that you specify
|
1627
|
-
# mesh with your account before you can create the
|
1628
|
-
# service mesh. For more information about mesh
|
1629
|
-
# with shared meshes][1].
|
1636
|
+
# The Amazon Web Services IAM account ID of the service mesh owner. If
|
1637
|
+
# the account ID is not your own, then the account that you specify
|
1638
|
+
# must share the mesh with your account before you can create the
|
1639
|
+
# resource in the service mesh. For more information about mesh
|
1640
|
+
# sharing, see [Working with shared meshes][1].
|
1630
1641
|
#
|
1631
1642
|
#
|
1632
1643
|
#
|
@@ -1698,10 +1709,10 @@ module Aws::AppMesh
|
|
1698
1709
|
# @return [String]
|
1699
1710
|
#
|
1700
1711
|
# @!attribute [rw] mesh_owner
|
1701
|
-
# The
|
1702
|
-
# is not your own, then it's the ID of the account
|
1703
|
-
# mesh with your account. For more information about
|
1704
|
-
# [Working with shared meshes][1].
|
1712
|
+
# The Amazon Web Services IAM account ID of the service mesh owner. If
|
1713
|
+
# the account ID is not your own, then it's the ID of the account
|
1714
|
+
# that shared the mesh with your account. For more information about
|
1715
|
+
# mesh sharing, see [Working with shared meshes][1].
|
1705
1716
|
#
|
1706
1717
|
#
|
1707
1718
|
#
|
@@ -1793,10 +1804,10 @@ module Aws::AppMesh
|
|
1793
1804
|
# @return [String]
|
1794
1805
|
#
|
1795
1806
|
# @!attribute [rw] mesh_owner
|
1796
|
-
# The
|
1797
|
-
# is not your own, then it's the ID of the account
|
1798
|
-
# mesh with your account. For more information about
|
1799
|
-
# [Working with shared meshes][1].
|
1807
|
+
# The Amazon Web Services IAM account ID of the service mesh owner. If
|
1808
|
+
# the account ID is not your own, then it's the ID of the account
|
1809
|
+
# that shared the mesh with your account. For more information about
|
1810
|
+
# mesh sharing, see [Working with shared meshes][1].
|
1800
1811
|
#
|
1801
1812
|
#
|
1802
1813
|
#
|
@@ -1852,10 +1863,10 @@ module Aws::AppMesh
|
|
1852
1863
|
# @return [String]
|
1853
1864
|
#
|
1854
1865
|
# @!attribute [rw] mesh_owner
|
1855
|
-
# The
|
1856
|
-
# is not your own, then it's the ID of the account
|
1857
|
-
# mesh with your account. For more information about
|
1858
|
-
# [Working with shared meshes][1].
|
1866
|
+
# The Amazon Web Services IAM account ID of the service mesh owner. If
|
1867
|
+
# the account ID is not your own, then it's the ID of the account
|
1868
|
+
# that shared the mesh with your account. For more information about
|
1869
|
+
# mesh sharing, see [Working with shared meshes][1].
|
1859
1870
|
#
|
1860
1871
|
#
|
1861
1872
|
#
|
@@ -1904,10 +1915,10 @@ module Aws::AppMesh
|
|
1904
1915
|
# @return [String]
|
1905
1916
|
#
|
1906
1917
|
# @!attribute [rw] mesh_owner
|
1907
|
-
# The
|
1908
|
-
# is not your own, then it's the ID of the account
|
1909
|
-
# mesh with your account. For more information about
|
1910
|
-
# [Working with shared meshes][1].
|
1918
|
+
# The Amazon Web Services IAM account ID of the service mesh owner. If
|
1919
|
+
# the account ID is not your own, then it's the ID of the account
|
1920
|
+
# that shared the mesh with your account. For more information about
|
1921
|
+
# mesh sharing, see [Working with shared meshes][1].
|
1911
1922
|
#
|
1912
1923
|
#
|
1913
1924
|
#
|
@@ -1962,10 +1973,10 @@ module Aws::AppMesh
|
|
1962
1973
|
# @return [String]
|
1963
1974
|
#
|
1964
1975
|
# @!attribute [rw] mesh_owner
|
1965
|
-
# The
|
1966
|
-
# is not your own, then it's the ID of the account
|
1967
|
-
# mesh with your account. For more information about
|
1968
|
-
# [Working with shared meshes][1].
|
1976
|
+
# The Amazon Web Services IAM account ID of the service mesh owner. If
|
1977
|
+
# the account ID is not your own, then it's the ID of the account
|
1978
|
+
# that shared the mesh with your account. For more information about
|
1979
|
+
# mesh sharing, see [Working with shared meshes][1].
|
1969
1980
|
#
|
1970
1981
|
#
|
1971
1982
|
#
|
@@ -2020,10 +2031,10 @@ module Aws::AppMesh
|
|
2020
2031
|
# @return [String]
|
2021
2032
|
#
|
2022
2033
|
# @!attribute [rw] mesh_owner
|
2023
|
-
# The
|
2024
|
-
# is not your own, then it's the ID of the account
|
2025
|
-
# mesh with your account. For more information about
|
2026
|
-
# [Working with shared meshes][1].
|
2034
|
+
# The Amazon Web Services IAM account ID of the service mesh owner. If
|
2035
|
+
# the account ID is not your own, then it's the ID of the account
|
2036
|
+
# that shared the mesh with your account. For more information about
|
2037
|
+
# mesh sharing, see [Working with shared meshes][1].
|
2027
2038
|
#
|
2028
2039
|
#
|
2029
2040
|
#
|
@@ -2079,10 +2090,10 @@ module Aws::AppMesh
|
|
2079
2090
|
# @return [String]
|
2080
2091
|
#
|
2081
2092
|
# @!attribute [rw] mesh_owner
|
2082
|
-
# The
|
2083
|
-
# is not your own, then it's the ID of the account
|
2084
|
-
# mesh with your account. For more information about
|
2085
|
-
# [Working with shared meshes][1].
|
2093
|
+
# The Amazon Web Services IAM account ID of the service mesh owner. If
|
2094
|
+
# the account ID is not your own, then it's the ID of the account
|
2095
|
+
# that shared the mesh with your account. For more information about
|
2096
|
+
# mesh sharing, see [Working with shared meshes][1].
|
2086
2097
|
#
|
2087
2098
|
#
|
2088
2099
|
#
|
@@ -2134,10 +2145,10 @@ module Aws::AppMesh
|
|
2134
2145
|
# @return [String]
|
2135
2146
|
#
|
2136
2147
|
# @!attribute [rw] mesh_owner
|
2137
|
-
# The
|
2138
|
-
# is not your own, then it's the ID of the account
|
2139
|
-
# mesh with your account. For more information about
|
2140
|
-
# [Working with shared meshes][1].
|
2148
|
+
# The Amazon Web Services IAM account ID of the service mesh owner. If
|
2149
|
+
# the account ID is not your own, then it's the ID of the account
|
2150
|
+
# that shared the mesh with your account. For more information about
|
2151
|
+
# mesh sharing, see [Working with shared meshes][1].
|
2141
2152
|
#
|
2142
2153
|
#
|
2143
2154
|
#
|
@@ -2188,10 +2199,10 @@ module Aws::AppMesh
|
|
2188
2199
|
# @return [String]
|
2189
2200
|
#
|
2190
2201
|
# @!attribute [rw] mesh_owner
|
2191
|
-
# The
|
2192
|
-
# is not your own, then it's the ID of the account
|
2193
|
-
# mesh with your account. For more information about
|
2194
|
-
# [Working with shared meshes][1].
|
2202
|
+
# The Amazon Web Services IAM account ID of the service mesh owner. If
|
2203
|
+
# the account ID is not your own, then it's the ID of the account
|
2204
|
+
# that shared the mesh with your account. For more information about
|
2205
|
+
# mesh sharing, see [Working with shared meshes][1].
|
2195
2206
|
#
|
2196
2207
|
#
|
2197
2208
|
#
|
@@ -2247,10 +2258,10 @@ module Aws::AppMesh
|
|
2247
2258
|
# @return [String]
|
2248
2259
|
#
|
2249
2260
|
# @!attribute [rw] mesh_owner
|
2250
|
-
# The
|
2251
|
-
# is not your own, then it's the ID of the account
|
2252
|
-
# mesh with your account. For more information about
|
2253
|
-
# [Working with shared meshes][1].
|
2261
|
+
# The Amazon Web Services IAM account ID of the service mesh owner. If
|
2262
|
+
# the account ID is not your own, then it's the ID of the account
|
2263
|
+
# that shared the mesh with your account. For more information about
|
2264
|
+
# mesh sharing, see [Working with shared meshes][1].
|
2254
2265
|
#
|
2255
2266
|
#
|
2256
2267
|
#
|
@@ -2301,10 +2312,10 @@ module Aws::AppMesh
|
|
2301
2312
|
# @return [String]
|
2302
2313
|
#
|
2303
2314
|
# @!attribute [rw] mesh_owner
|
2304
|
-
# The
|
2305
|
-
# is not your own, then it's the ID of the account
|
2306
|
-
# mesh with your account. For more information about
|
2307
|
-
# [Working with shared meshes][1].
|
2315
|
+
# The Amazon Web Services IAM account ID of the service mesh owner. If
|
2316
|
+
# the account ID is not your own, then it's the ID of the account
|
2317
|
+
# that shared the mesh with your account. For more information about
|
2318
|
+
# mesh sharing, see [Working with shared meshes][1].
|
2308
2319
|
#
|
2309
2320
|
#
|
2310
2321
|
#
|
@@ -2359,10 +2370,10 @@ module Aws::AppMesh
|
|
2359
2370
|
# @return [String]
|
2360
2371
|
#
|
2361
2372
|
# @!attribute [rw] mesh_owner
|
2362
|
-
# The
|
2363
|
-
# is not your own, then it's the ID of the account
|
2364
|
-
# mesh with your account. For more information about
|
2365
|
-
# [Working with shared meshes][1].
|
2373
|
+
# The Amazon Web Services IAM account ID of the service mesh owner. If
|
2374
|
+
# the account ID is not your own, then it's the ID of the account
|
2375
|
+
# that shared the mesh with your account. For more information about
|
2376
|
+
# mesh sharing, see [Working with shared meshes][1].
|
2366
2377
|
#
|
2367
2378
|
#
|
2368
2379
|
#
|
@@ -2417,10 +2428,10 @@ module Aws::AppMesh
|
|
2417
2428
|
# @return [String]
|
2418
2429
|
#
|
2419
2430
|
# @!attribute [rw] mesh_owner
|
2420
|
-
# The
|
2421
|
-
# is not your own, then it's the ID of the account
|
2422
|
-
# mesh with your account. For more information about
|
2423
|
-
# [Working with shared meshes][1].
|
2431
|
+
# The Amazon Web Services IAM account ID of the service mesh owner. If
|
2432
|
+
# the account ID is not your own, then it's the ID of the account
|
2433
|
+
# that shared the mesh with your account. For more information about
|
2434
|
+
# mesh sharing, see [Working with shared meshes][1].
|
2424
2435
|
#
|
2425
2436
|
#
|
2426
2437
|
#
|
@@ -2465,6 +2476,7 @@ module Aws::AppMesh
|
|
2465
2476
|
#
|
2466
2477
|
# {
|
2467
2478
|
# hostname: "Hostname", # required
|
2479
|
+
# ip_preference: "IPv6_PREFERRED", # accepts IPv6_PREFERRED, IPv4_PREFERRED, IPv4_ONLY, IPv6_ONLY
|
2468
2480
|
# response_type: "LOADBALANCER", # accepts LOADBALANCER, ENDPOINTS
|
2469
2481
|
# }
|
2470
2482
|
#
|
@@ -2472,6 +2484,10 @@ module Aws::AppMesh
|
|
2472
2484
|
# Specifies the DNS service discovery hostname for the virtual node.
|
2473
2485
|
# @return [String]
|
2474
2486
|
#
|
2487
|
+
# @!attribute [rw] ip_preference
|
2488
|
+
# The IP version to use to control traffic within the mesh.
|
2489
|
+
# @return [String]
|
2490
|
+
#
|
2475
2491
|
# @!attribute [rw] response_type
|
2476
2492
|
# Specifies the DNS response type for the virtual node.
|
2477
2493
|
# @return [String]
|
@@ -2480,6 +2496,7 @@ module Aws::AppMesh
|
|
2480
2496
|
#
|
2481
2497
|
class DnsServiceDiscovery < Struct.new(
|
2482
2498
|
:hostname,
|
2499
|
+
:ip_preference,
|
2483
2500
|
:response_type)
|
2484
2501
|
SENSITIVE = []
|
2485
2502
|
include Aws::Structure
|
@@ -2555,10 +2572,7 @@ module Aws::AppMesh
|
|
2555
2572
|
# specify a path in the Envoy container's file system to write the
|
2556
2573
|
# files to disk.
|
2557
2574
|
#
|
2558
|
-
#
|
2559
|
-
# specify here. Otherwise, Envoy fails to bootstrap properly.
|
2560
|
-
#
|
2561
|
-
# </note>
|
2575
|
+
# <note> <p>The Envoy process must have write permissions to the path that you specify here. Otherwise, Envoy fails to bootstrap properly.</p> </note>
|
2562
2576
|
# @return [String]
|
2563
2577
|
#
|
2564
2578
|
# @see http://docs.aws.amazon.com/goto/WebAPI/appmesh-2019-01-25/FileAccessLog AWS API Documentation
|
@@ -2696,10 +2710,10 @@ module Aws::AppMesh
|
|
2696
2710
|
# @return [String]
|
2697
2711
|
#
|
2698
2712
|
# @!attribute [rw] mesh_owner
|
2699
|
-
# The
|
2700
|
-
# is not your own, then it's the ID of the account
|
2701
|
-
# mesh with your account. For more information about
|
2702
|
-
# [Working with shared meshes][1].
|
2713
|
+
# The Amazon Web Services IAM account ID of the service mesh owner. If
|
2714
|
+
# the account ID is not your own, then it's the ID of the account
|
2715
|
+
# that shared the mesh with your account. For more information about
|
2716
|
+
# mesh sharing, see [Working with shared meshes][1].
|
2703
2717
|
#
|
2704
2718
|
#
|
2705
2719
|
#
|
@@ -2707,10 +2721,10 @@ module Aws::AppMesh
|
|
2707
2721
|
# @return [String]
|
2708
2722
|
#
|
2709
2723
|
# @!attribute [rw] resource_owner
|
2710
|
-
# The
|
2711
|
-
# not your own, then it's the ID of the mesh owner or
|
2712
|
-
# account that the mesh is shared with. For more
|
2713
|
-
# mesh sharing, see [Working with shared meshes][1].
|
2724
|
+
# The Amazon Web Services IAM account ID of the resource owner. If the
|
2725
|
+
# account ID is not your own, then it's the ID of the mesh owner or
|
2726
|
+
# of another account that the mesh is shared with. For more
|
2727
|
+
# information about mesh sharing, see [Working with shared meshes][1].
|
2714
2728
|
#
|
2715
2729
|
#
|
2716
2730
|
#
|
@@ -4512,7 +4526,7 @@ module Aws::AppMesh
|
|
4512
4526
|
end
|
4513
4527
|
|
4514
4528
|
# You have exceeded a service limit for your account. For more
|
4515
|
-
# information, see [Service Limits][1] in the *
|
4529
|
+
# information, see [Service Limits][1] in the *App Mesh User Guide*.
|
4516
4530
|
#
|
4517
4531
|
#
|
4518
4532
|
#
|
@@ -4556,10 +4570,10 @@ module Aws::AppMesh
|
|
4556
4570
|
# @return [String]
|
4557
4571
|
#
|
4558
4572
|
# @!attribute [rw] mesh_owner
|
4559
|
-
# The
|
4560
|
-
# is not your own, then it's the ID of the account
|
4561
|
-
# mesh with your account. For more information about
|
4562
|
-
# [Working with shared meshes][1].
|
4573
|
+
# The Amazon Web Services IAM account ID of the service mesh owner. If
|
4574
|
+
# the account ID is not your own, then it's the ID of the account
|
4575
|
+
# that shared the mesh with your account. For more information about
|
4576
|
+
# mesh sharing, see [Working with shared meshes][1].
|
4563
4577
|
#
|
4564
4578
|
#
|
4565
4579
|
#
|
@@ -4711,10 +4725,10 @@ module Aws::AppMesh
|
|
4711
4725
|
# @return [String]
|
4712
4726
|
#
|
4713
4727
|
# @!attribute [rw] mesh_owner
|
4714
|
-
# The
|
4715
|
-
# is not your own, then it's the ID of the account
|
4716
|
-
# mesh with your account. For more information about
|
4717
|
-
# [Working with shared meshes][1].
|
4728
|
+
# The Amazon Web Services IAM account ID of the service mesh owner. If
|
4729
|
+
# the account ID is not your own, then it's the ID of the account
|
4730
|
+
# that shared the mesh with your account. For more information about
|
4731
|
+
# mesh sharing, see [Working with shared meshes][1].
|
4718
4732
|
#
|
4719
4733
|
#
|
4720
4734
|
#
|
@@ -4867,10 +4881,10 @@ module Aws::AppMesh
|
|
4867
4881
|
# @return [String]
|
4868
4882
|
#
|
4869
4883
|
# @!attribute [rw] mesh_owner
|
4870
|
-
# The
|
4871
|
-
# is not your own, then it's the ID of the account
|
4872
|
-
# mesh with your account. For more information about
|
4873
|
-
# [Working with shared meshes][1].
|
4884
|
+
# The Amazon Web Services IAM account ID of the service mesh owner. If
|
4885
|
+
# the account ID is not your own, then it's the ID of the account
|
4886
|
+
# that shared the mesh with your account. For more information about
|
4887
|
+
# mesh sharing, see [Working with shared meshes][1].
|
4874
4888
|
#
|
4875
4889
|
#
|
4876
4890
|
#
|
@@ -4947,10 +4961,10 @@ module Aws::AppMesh
|
|
4947
4961
|
# @return [String]
|
4948
4962
|
#
|
4949
4963
|
# @!attribute [rw] mesh_owner
|
4950
|
-
# The
|
4951
|
-
# is not your own, then it's the ID of the account
|
4952
|
-
# mesh with your account. For more information about
|
4953
|
-
# [Working with shared meshes][1].
|
4964
|
+
# The Amazon Web Services IAM account ID of the service mesh owner. If
|
4965
|
+
# the account ID is not your own, then it's the ID of the account
|
4966
|
+
# that shared the mesh with your account. For more information about
|
4967
|
+
# mesh sharing, see [Working with shared meshes][1].
|
4954
4968
|
#
|
4955
4969
|
#
|
4956
4970
|
#
|
@@ -5030,10 +5044,10 @@ module Aws::AppMesh
|
|
5030
5044
|
# @return [String]
|
5031
5045
|
#
|
5032
5046
|
# @!attribute [rw] mesh_owner
|
5033
|
-
# The
|
5034
|
-
# is not your own, then it's the ID of the account
|
5035
|
-
# mesh with your account. For more information about
|
5036
|
-
# [Working with shared meshes][1].
|
5047
|
+
# The Amazon Web Services IAM account ID of the service mesh owner. If
|
5048
|
+
# the account ID is not your own, then it's the ID of the account
|
5049
|
+
# that shared the mesh with your account. For more information about
|
5050
|
+
# mesh sharing, see [Working with shared meshes][1].
|
5037
5051
|
#
|
5038
5052
|
#
|
5039
5053
|
#
|
@@ -5113,10 +5127,10 @@ module Aws::AppMesh
|
|
5113
5127
|
# @return [String]
|
5114
5128
|
#
|
5115
5129
|
# @!attribute [rw] mesh_owner
|
5116
|
-
# The
|
5117
|
-
# is not your own, then it's the ID of the account
|
5118
|
-
# mesh with your account. For more information about
|
5119
|
-
# [Working with shared meshes][1].
|
5130
|
+
# The Amazon Web Services IAM account ID of the service mesh owner. If
|
5131
|
+
# the account ID is not your own, then it's the ID of the account
|
5132
|
+
# that shared the mesh with your account. For more information about
|
5133
|
+
# mesh sharing, see [Working with shared meshes][1].
|
5120
5134
|
#
|
5121
5135
|
#
|
5122
5136
|
#
|
@@ -5430,7 +5444,7 @@ module Aws::AppMesh
|
|
5430
5444
|
include Aws::Structure
|
5431
5445
|
end
|
5432
5446
|
|
5433
|
-
# An object that represents an
|
5447
|
+
# An object that represents an Certificate Manager certificate.
|
5434
5448
|
#
|
5435
5449
|
# @note When making an API call, you may pass ListenerTlsAcmCertificate
|
5436
5450
|
# data as a hash:
|
@@ -5466,8 +5480,8 @@ module Aws::AppMesh
|
|
5466
5480
|
# @note ListenerTlsCertificate is a union - when returned from an API call exactly one value will be set and the returned type will be a subclass of ListenerTlsCertificate corresponding to the set member.
|
5467
5481
|
#
|
5468
5482
|
# @!attribute [rw] acm
|
5469
|
-
# A reference to an object that represents an
|
5470
|
-
#
|
5483
|
+
# A reference to an object that represents an Certificate Manager
|
5484
|
+
# certificate.
|
5471
5485
|
# @return [Types::ListenerTlsAcmCertificate]
|
5472
5486
|
#
|
5473
5487
|
# @!attribute [rw] file
|
@@ -5742,10 +5756,10 @@ module Aws::AppMesh
|
|
5742
5756
|
# @return [String]
|
5743
5757
|
#
|
5744
5758
|
# @!attribute [rw] mesh_owner
|
5745
|
-
# The
|
5746
|
-
# is not your own, then it's the ID of the account
|
5747
|
-
# mesh with your account. For more information about
|
5748
|
-
# [Working with shared meshes][1].
|
5759
|
+
# The Amazon Web Services IAM account ID of the service mesh owner. If
|
5760
|
+
# the account ID is not your own, then it's the ID of the account
|
5761
|
+
# that shared the mesh with your account. For more information about
|
5762
|
+
# mesh sharing, see [Working with shared meshes][1].
|
5749
5763
|
#
|
5750
5764
|
#
|
5751
5765
|
#
|
@@ -5753,10 +5767,10 @@ module Aws::AppMesh
|
|
5753
5767
|
# @return [String]
|
5754
5768
|
#
|
5755
5769
|
# @!attribute [rw] resource_owner
|
5756
|
-
# The
|
5757
|
-
# not your own, then it's the ID of the mesh owner or
|
5758
|
-
# account that the mesh is shared with. For more
|
5759
|
-
# mesh sharing, see [Working with shared meshes][1].
|
5770
|
+
# The Amazon Web Services IAM account ID of the resource owner. If the
|
5771
|
+
# account ID is not your own, then it's the ID of the mesh owner or
|
5772
|
+
# of another account that the mesh is shared with. For more
|
5773
|
+
# information about mesh sharing, see [Working with shared meshes][1].
|
5760
5774
|
#
|
5761
5775
|
#
|
5762
5776
|
#
|
@@ -5782,6 +5796,28 @@ module Aws::AppMesh
|
|
5782
5796
|
include Aws::Structure
|
5783
5797
|
end
|
5784
5798
|
|
5799
|
+
# An object that represents the service discovery information for a
|
5800
|
+
# service mesh.
|
5801
|
+
#
|
5802
|
+
# @note When making an API call, you may pass MeshServiceDiscovery
|
5803
|
+
# data as a hash:
|
5804
|
+
#
|
5805
|
+
# {
|
5806
|
+
# ip_preference: "IPv6_PREFERRED", # accepts IPv6_PREFERRED, IPv4_PREFERRED, IPv4_ONLY, IPv6_ONLY
|
5807
|
+
# }
|
5808
|
+
#
|
5809
|
+
# @!attribute [rw] ip_preference
|
5810
|
+
# The IP version to use to control traffic within the mesh.
|
5811
|
+
# @return [String]
|
5812
|
+
#
|
5813
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/appmesh-2019-01-25/MeshServiceDiscovery AWS API Documentation
|
5814
|
+
#
|
5815
|
+
class MeshServiceDiscovery < Struct.new(
|
5816
|
+
:ip_preference)
|
5817
|
+
SENSITIVE = []
|
5818
|
+
include Aws::Structure
|
5819
|
+
end
|
5820
|
+
|
5785
5821
|
# An object that represents the specification of a service mesh.
|
5786
5822
|
#
|
5787
5823
|
# @note When making an API call, you may pass MeshSpec
|
@@ -5791,16 +5827,25 @@ module Aws::AppMesh
|
|
5791
5827
|
# egress_filter: {
|
5792
5828
|
# type: "ALLOW_ALL", # required, accepts ALLOW_ALL, DROP_ALL
|
5793
5829
|
# },
|
5830
|
+
# service_discovery: {
|
5831
|
+
# ip_preference: "IPv6_PREFERRED", # accepts IPv6_PREFERRED, IPv4_PREFERRED, IPv4_ONLY, IPv6_ONLY
|
5832
|
+
# },
|
5794
5833
|
# }
|
5795
5834
|
#
|
5796
5835
|
# @!attribute [rw] egress_filter
|
5797
5836
|
# The egress filter rules for the service mesh.
|
5798
5837
|
# @return [Types::EgressFilter]
|
5799
5838
|
#
|
5839
|
+
# @!attribute [rw] service_discovery
|
5840
|
+
# An object that represents the service discovery information for a
|
5841
|
+
# service mesh.
|
5842
|
+
# @return [Types::MeshServiceDiscovery]
|
5843
|
+
#
|
5800
5844
|
# @see http://docs.aws.amazon.com/goto/WebAPI/appmesh-2019-01-25/MeshSpec AWS API Documentation
|
5801
5845
|
#
|
5802
5846
|
class MeshSpec < Struct.new(
|
5803
|
-
:egress_filter
|
5847
|
+
:egress_filter,
|
5848
|
+
:service_discovery)
|
5804
5849
|
SENSITIVE = []
|
5805
5850
|
include Aws::Structure
|
5806
5851
|
end
|
@@ -5960,10 +6005,10 @@ module Aws::AppMesh
|
|
5960
6005
|
# @return [Time]
|
5961
6006
|
#
|
5962
6007
|
# @!attribute [rw] mesh_owner
|
5963
|
-
# The
|
5964
|
-
# is not your own, then it's the ID of the account
|
5965
|
-
# mesh with your account. For more information about
|
5966
|
-
# [Working with shared meshes][1].
|
6008
|
+
# The Amazon Web Services IAM account ID of the service mesh owner. If
|
6009
|
+
# the account ID is not your own, then it's the ID of the account
|
6010
|
+
# that shared the mesh with your account. For more information about
|
6011
|
+
# mesh sharing, see [Working with shared meshes][1].
|
5967
6012
|
#
|
5968
6013
|
#
|
5969
6014
|
#
|
@@ -5971,10 +6016,10 @@ module Aws::AppMesh
|
|
5971
6016
|
# @return [String]
|
5972
6017
|
#
|
5973
6018
|
# @!attribute [rw] resource_owner
|
5974
|
-
# The
|
5975
|
-
# not your own, then it's the ID of the mesh owner or
|
5976
|
-
# account that the mesh is shared with. For more
|
5977
|
-
# mesh sharing, see [Working with shared meshes][1].
|
6019
|
+
# The Amazon Web Services IAM account ID of the resource owner. If the
|
6020
|
+
# account ID is not your own, then it's the ID of the mesh owner or
|
6021
|
+
# of another account that the mesh is shared with. For more
|
6022
|
+
# information about mesh sharing, see [Working with shared meshes][1].
|
5978
6023
|
#
|
5979
6024
|
#
|
5980
6025
|
#
|
@@ -6064,10 +6109,10 @@ module Aws::AppMesh
|
|
6064
6109
|
# @return [String]
|
6065
6110
|
#
|
6066
6111
|
# @!attribute [rw] mesh_owner
|
6067
|
-
# The
|
6068
|
-
# is not your own, then it's the ID of the account
|
6069
|
-
# mesh with your account. For more information about
|
6070
|
-
# [Working with shared meshes][1].
|
6112
|
+
# The Amazon Web Services IAM account ID of the service mesh owner. If
|
6113
|
+
# the account ID is not your own, then it's the ID of the account
|
6114
|
+
# that shared the mesh with your account. For more information about
|
6115
|
+
# mesh sharing, see [Working with shared meshes][1].
|
6071
6116
|
#
|
6072
6117
|
#
|
6073
6118
|
#
|
@@ -6075,10 +6120,10 @@ module Aws::AppMesh
|
|
6075
6120
|
# @return [String]
|
6076
6121
|
#
|
6077
6122
|
# @!attribute [rw] resource_owner
|
6078
|
-
# The
|
6079
|
-
# not your own, then it's the ID of the mesh owner or
|
6080
|
-
# account that the mesh is shared with. For more
|
6081
|
-
# mesh sharing, see [Working with shared meshes][1].
|
6123
|
+
# The Amazon Web Services IAM account ID of the resource owner. If the
|
6124
|
+
# account ID is not your own, then it's the ID of the mesh owner or
|
6125
|
+
# of another account that the mesh is shared with. For more
|
6126
|
+
# information about mesh sharing, see [Working with shared meshes][1].
|
6082
6127
|
#
|
6083
6128
|
#
|
6084
6129
|
#
|
@@ -7032,10 +7077,10 @@ module Aws::AppMesh
|
|
7032
7077
|
# @return [String]
|
7033
7078
|
#
|
7034
7079
|
# @!attribute [rw] mesh_owner
|
7035
|
-
# The
|
7036
|
-
# is not your own, then it's the ID of the account
|
7037
|
-
# mesh with your account. For more information about
|
7038
|
-
# [Working with shared meshes][1].
|
7080
|
+
# The Amazon Web Services IAM account ID of the service mesh owner. If
|
7081
|
+
# the account ID is not your own, then it's the ID of the account
|
7082
|
+
# that shared the mesh with your account. For more information about
|
7083
|
+
# mesh sharing, see [Working with shared meshes][1].
|
7039
7084
|
#
|
7040
7085
|
#
|
7041
7086
|
#
|
@@ -7091,6 +7136,9 @@ module Aws::AppMesh
|
|
7091
7136
|
# egress_filter: {
|
7092
7137
|
# type: "ALLOW_ALL", # required, accepts ALLOW_ALL, DROP_ALL
|
7093
7138
|
# },
|
7139
|
+
# service_discovery: {
|
7140
|
+
# ip_preference: "IPv6_PREFERRED", # accepts IPv6_PREFERRED, IPv4_PREFERRED, IPv4_ONLY, IPv6_ONLY
|
7141
|
+
# },
|
7094
7142
|
# },
|
7095
7143
|
# }
|
7096
7144
|
#
|
@@ -7360,10 +7408,10 @@ module Aws::AppMesh
|
|
7360
7408
|
# @return [String]
|
7361
7409
|
#
|
7362
7410
|
# @!attribute [rw] mesh_owner
|
7363
|
-
# The
|
7364
|
-
# is not your own, then it's the ID of the account
|
7365
|
-
# mesh with your account. For more information about
|
7366
|
-
# [Working with shared meshes][1].
|
7411
|
+
# The Amazon Web Services IAM account ID of the service mesh owner. If
|
7412
|
+
# the account ID is not your own, then it's the ID of the account
|
7413
|
+
# that shared the mesh with your account. For more information about
|
7414
|
+
# mesh sharing, see [Working with shared meshes][1].
|
7367
7415
|
#
|
7368
7416
|
#
|
7369
7417
|
#
|
@@ -7539,10 +7587,10 @@ module Aws::AppMesh
|
|
7539
7587
|
# @return [String]
|
7540
7588
|
#
|
7541
7589
|
# @!attribute [rw] mesh_owner
|
7542
|
-
# The
|
7543
|
-
# is not your own, then it's the ID of the account
|
7544
|
-
# mesh with your account. For more information about
|
7545
|
-
# [Working with shared meshes][1].
|
7590
|
+
# The Amazon Web Services IAM account ID of the service mesh owner. If
|
7591
|
+
# the account ID is not your own, then it's the ID of the account
|
7592
|
+
# that shared the mesh with your account. For more information about
|
7593
|
+
# mesh sharing, see [Working with shared meshes][1].
|
7546
7594
|
#
|
7547
7595
|
#
|
7548
7596
|
#
|
@@ -7796,11 +7844,13 @@ module Aws::AppMesh
|
|
7796
7844
|
# value: "AwsCloudMapInstanceAttributeValue", # required
|
7797
7845
|
# },
|
7798
7846
|
# ],
|
7847
|
+
# ip_preference: "IPv6_PREFERRED", # accepts IPv6_PREFERRED, IPv4_PREFERRED, IPv4_ONLY, IPv6_ONLY
|
7799
7848
|
# namespace_name: "AwsCloudMapName", # required
|
7800
7849
|
# service_name: "AwsCloudMapName", # required
|
7801
7850
|
# },
|
7802
7851
|
# dns: {
|
7803
7852
|
# hostname: "Hostname", # required
|
7853
|
+
# ip_preference: "IPv6_PREFERRED", # accepts IPv6_PREFERRED, IPv4_PREFERRED, IPv4_ONLY, IPv6_ONLY
|
7804
7854
|
# response_type: "LOADBALANCER", # accepts LOADBALANCER, ENDPOINTS
|
7805
7855
|
# },
|
7806
7856
|
# },
|
@@ -7822,10 +7872,10 @@ module Aws::AppMesh
|
|
7822
7872
|
# @return [String]
|
7823
7873
|
#
|
7824
7874
|
# @!attribute [rw] mesh_owner
|
7825
|
-
# The
|
7826
|
-
# is not your own, then it's the ID of the account
|
7827
|
-
# mesh with your account. For more information about
|
7828
|
-
# [Working with shared meshes][1].
|
7875
|
+
# The Amazon Web Services IAM account ID of the service mesh owner. If
|
7876
|
+
# the account ID is not your own, then it's the ID of the account
|
7877
|
+
# that shared the mesh with your account. For more information about
|
7878
|
+
# mesh sharing, see [Working with shared meshes][1].
|
7829
7879
|
#
|
7830
7880
|
#
|
7831
7881
|
#
|
@@ -7907,10 +7957,10 @@ module Aws::AppMesh
|
|
7907
7957
|
# @return [String]
|
7908
7958
|
#
|
7909
7959
|
# @!attribute [rw] mesh_owner
|
7910
|
-
# The
|
7911
|
-
# is not your own, then it's the ID of the account
|
7912
|
-
# mesh with your account. For more information about
|
7913
|
-
# [Working with shared meshes][1].
|
7960
|
+
# The Amazon Web Services IAM account ID of the service mesh owner. If
|
7961
|
+
# the account ID is not your own, then it's the ID of the account
|
7962
|
+
# that shared the mesh with your account. For more information about
|
7963
|
+
# mesh sharing, see [Working with shared meshes][1].
|
7914
7964
|
#
|
7915
7965
|
#
|
7916
7966
|
#
|
@@ -7992,10 +8042,10 @@ module Aws::AppMesh
|
|
7992
8042
|
# @return [String]
|
7993
8043
|
#
|
7994
8044
|
# @!attribute [rw] mesh_owner
|
7995
|
-
# The
|
7996
|
-
# is not your own, then it's the ID of the account
|
7997
|
-
# mesh with your account. For more information about
|
7998
|
-
# [Working with shared meshes][1].
|
8045
|
+
# The Amazon Web Services IAM account ID of the service mesh owner. If
|
8046
|
+
# the account ID is not your own, then it's the ID of the account
|
8047
|
+
# that shared the mesh with your account. For more information about
|
8048
|
+
# mesh sharing, see [Working with shared meshes][1].
|
7999
8049
|
#
|
8000
8050
|
#
|
8001
8051
|
#
|
@@ -8958,10 +9008,10 @@ module Aws::AppMesh
|
|
8958
9008
|
# @return [String]
|
8959
9009
|
#
|
8960
9010
|
# @!attribute [rw] mesh_owner
|
8961
|
-
# The
|
8962
|
-
# is not your own, then it's the ID of the account
|
8963
|
-
# mesh with your account. For more information about
|
8964
|
-
# [Working with shared meshes][1].
|
9011
|
+
# The Amazon Web Services IAM account ID of the service mesh owner. If
|
9012
|
+
# the account ID is not your own, then it's the ID of the account
|
9013
|
+
# that shared the mesh with your account. For more information about
|
9014
|
+
# mesh sharing, see [Working with shared meshes][1].
|
8965
9015
|
#
|
8966
9016
|
#
|
8967
9017
|
#
|
@@ -8969,10 +9019,10 @@ module Aws::AppMesh
|
|
8969
9019
|
# @return [String]
|
8970
9020
|
#
|
8971
9021
|
# @!attribute [rw] resource_owner
|
8972
|
-
# The
|
8973
|
-
# not your own, then it's the ID of the mesh owner or
|
8974
|
-
# account that the mesh is shared with. For more
|
8975
|
-
# mesh sharing, see [Working with shared meshes][1].
|
9022
|
+
# The Amazon Web Services IAM account ID of the resource owner. If the
|
9023
|
+
# account ID is not your own, then it's the ID of the mesh owner or
|
9024
|
+
# of another account that the mesh is shared with. For more
|
9025
|
+
# information about mesh sharing, see [Working with shared meshes][1].
|
8976
9026
|
#
|
8977
9027
|
#
|
8978
9028
|
#
|
@@ -9487,10 +9537,10 @@ module Aws::AppMesh
|
|
9487
9537
|
# @return [String]
|
9488
9538
|
#
|
9489
9539
|
# @!attribute [rw] mesh_owner
|
9490
|
-
# The
|
9491
|
-
# is not your own, then it's the ID of the account
|
9492
|
-
# mesh with your account. For more information about
|
9493
|
-
# [Working with shared meshes][1].
|
9540
|
+
# The Amazon Web Services IAM account ID of the service mesh owner. If
|
9541
|
+
# the account ID is not your own, then it's the ID of the account
|
9542
|
+
# that shared the mesh with your account. For more information about
|
9543
|
+
# mesh sharing, see [Working with shared meshes][1].
|
9494
9544
|
#
|
9495
9545
|
#
|
9496
9546
|
#
|
@@ -9498,10 +9548,10 @@ module Aws::AppMesh
|
|
9498
9548
|
# @return [String]
|
9499
9549
|
#
|
9500
9550
|
# @!attribute [rw] resource_owner
|
9501
|
-
# The
|
9502
|
-
# not your own, then it's the ID of the mesh owner or
|
9503
|
-
# account that the mesh is shared with. For more
|
9504
|
-
# mesh sharing, see [Working with shared meshes][1].
|
9551
|
+
# The Amazon Web Services IAM account ID of the resource owner. If the
|
9552
|
+
# account ID is not your own, then it's the ID of the mesh owner or
|
9553
|
+
# of another account that the mesh is shared with. For more
|
9554
|
+
# information about mesh sharing, see [Working with shared meshes][1].
|
9505
9555
|
#
|
9506
9556
|
#
|
9507
9557
|
#
|
@@ -9761,11 +9811,13 @@ module Aws::AppMesh
|
|
9761
9811
|
# value: "AwsCloudMapInstanceAttributeValue", # required
|
9762
9812
|
# },
|
9763
9813
|
# ],
|
9814
|
+
# ip_preference: "IPv6_PREFERRED", # accepts IPv6_PREFERRED, IPv4_PREFERRED, IPv4_ONLY, IPv6_ONLY
|
9764
9815
|
# namespace_name: "AwsCloudMapName", # required
|
9765
9816
|
# service_name: "AwsCloudMapName", # required
|
9766
9817
|
# },
|
9767
9818
|
# dns: {
|
9768
9819
|
# hostname: "Hostname", # required
|
9820
|
+
# ip_preference: "IPv6_PREFERRED", # accepts IPv6_PREFERRED, IPv4_PREFERRED, IPv4_ONLY, IPv6_ONLY
|
9769
9821
|
# response_type: "LOADBALANCER", # accepts LOADBALANCER, ENDPOINTS
|
9770
9822
|
# },
|
9771
9823
|
# },
|
@@ -9926,10 +9978,10 @@ module Aws::AppMesh
|
|
9926
9978
|
# @return [String]
|
9927
9979
|
#
|
9928
9980
|
# @!attribute [rw] mesh_owner
|
9929
|
-
# The
|
9930
|
-
# is not your own, then it's the ID of the account
|
9931
|
-
# mesh with your account. For more information about
|
9932
|
-
# [Working with shared meshes][1].
|
9981
|
+
# The Amazon Web Services IAM account ID of the service mesh owner. If
|
9982
|
+
# the account ID is not your own, then it's the ID of the account
|
9983
|
+
# that shared the mesh with your account. For more information about
|
9984
|
+
# mesh sharing, see [Working with shared meshes][1].
|
9933
9985
|
#
|
9934
9986
|
#
|
9935
9987
|
#
|
@@ -9937,10 +9989,10 @@ module Aws::AppMesh
|
|
9937
9989
|
# @return [String]
|
9938
9990
|
#
|
9939
9991
|
# @!attribute [rw] resource_owner
|
9940
|
-
# The
|
9941
|
-
# not your own, then it's the ID of the mesh owner or
|
9942
|
-
# account that the mesh is shared with. For more
|
9943
|
-
# mesh sharing, see [Working with shared meshes][1].
|
9992
|
+
# The Amazon Web Services IAM account ID of the resource owner. If the
|
9993
|
+
# account ID is not your own, then it's the ID of the mesh owner or
|
9994
|
+
# of another account that the mesh is shared with. For more
|
9995
|
+
# information about mesh sharing, see [Working with shared meshes][1].
|
9944
9996
|
#
|
9945
9997
|
#
|
9946
9998
|
#
|
@@ -10183,10 +10235,10 @@ module Aws::AppMesh
|
|
10183
10235
|
# @return [String]
|
10184
10236
|
#
|
10185
10237
|
# @!attribute [rw] mesh_owner
|
10186
|
-
# The
|
10187
|
-
# is not your own, then it's the ID of the account
|
10188
|
-
# mesh with your account. For more information about
|
10189
|
-
# [Working with shared meshes][1].
|
10238
|
+
# The Amazon Web Services IAM account ID of the service mesh owner. If
|
10239
|
+
# the account ID is not your own, then it's the ID of the account
|
10240
|
+
# that shared the mesh with your account. For more information about
|
10241
|
+
# mesh sharing, see [Working with shared meshes][1].
|
10190
10242
|
#
|
10191
10243
|
#
|
10192
10244
|
#
|
@@ -10194,10 +10246,10 @@ module Aws::AppMesh
|
|
10194
10246
|
# @return [String]
|
10195
10247
|
#
|
10196
10248
|
# @!attribute [rw] resource_owner
|
10197
|
-
# The
|
10198
|
-
# not your own, then it's the ID of the mesh owner or
|
10199
|
-
# account that the mesh is shared with. For more
|
10200
|
-
# mesh sharing, see [Working with shared meshes][1].
|
10249
|
+
# The Amazon Web Services IAM account ID of the resource owner. If the
|
10250
|
+
# account ID is not your own, then it's the ID of the mesh owner or
|
10251
|
+
# of another account that the mesh is shared with. For more
|
10252
|
+
# information about mesh sharing, see [Working with shared meshes][1].
|
10201
10253
|
#
|
10202
10254
|
#
|
10203
10255
|
#
|