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
@@ -27,7 +27,9 @@ require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
|
|
27
27
|
require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
|
28
28
|
require 'aws-sdk-core/plugins/transfer_encoding.rb'
|
29
29
|
require 'aws-sdk-core/plugins/http_checksum.rb'
|
30
|
+
require 'aws-sdk-core/plugins/checksum_algorithm.rb'
|
30
31
|
require 'aws-sdk-core/plugins/defaults_mode.rb'
|
32
|
+
require 'aws-sdk-core/plugins/recursion_detection.rb'
|
31
33
|
require 'aws-sdk-core/plugins/signature_v4.rb'
|
32
34
|
require 'aws-sdk-core/plugins/protocols/rest_json.rb'
|
33
35
|
|
@@ -74,7 +76,9 @@ module Aws::AppMesh
|
|
74
76
|
add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
|
75
77
|
add_plugin(Aws::Plugins::TransferEncoding)
|
76
78
|
add_plugin(Aws::Plugins::HttpChecksum)
|
79
|
+
add_plugin(Aws::Plugins::ChecksumAlgorithm)
|
77
80
|
add_plugin(Aws::Plugins::DefaultsMode)
|
81
|
+
add_plugin(Aws::Plugins::RecursionDetection)
|
78
82
|
add_plugin(Aws::Plugins::SignatureV4)
|
79
83
|
add_plugin(Aws::Plugins::Protocols::RestJson)
|
80
84
|
|
@@ -374,11 +378,11 @@ module Aws::AppMesh
|
|
374
378
|
# The name of the service mesh to create the gateway route in.
|
375
379
|
#
|
376
380
|
# @option params [String] :mesh_owner
|
377
|
-
# The
|
378
|
-
# not your own, then the account that you specify must
|
379
|
-
# with your account before you can create the resource in
|
380
|
-
# mesh. For more information about mesh sharing, see
|
381
|
-
# shared meshes][1].
|
381
|
+
# The Amazon Web Services IAM account ID of the service mesh owner. If
|
382
|
+
# the account ID is not your own, then the account that you specify must
|
383
|
+
# share the mesh with your account before you can create the resource in
|
384
|
+
# the service mesh. For more information about mesh sharing, see
|
385
|
+
# [Working with shared meshes][1].
|
382
386
|
#
|
383
387
|
#
|
384
388
|
#
|
@@ -705,6 +709,9 @@ module Aws::AppMesh
|
|
705
709
|
# egress_filter: {
|
706
710
|
# type: "ALLOW_ALL", # required, accepts ALLOW_ALL, DROP_ALL
|
707
711
|
# },
|
712
|
+
# service_discovery: {
|
713
|
+
# ip_preference: "IPv6_PREFERRED", # accepts IPv6_PREFERRED, IPv4_PREFERRED, IPv4_ONLY, IPv6_ONLY
|
714
|
+
# },
|
708
715
|
# },
|
709
716
|
# tags: [
|
710
717
|
# {
|
@@ -725,6 +732,7 @@ module Aws::AppMesh
|
|
725
732
|
# resp.mesh.metadata.uid #=> String
|
726
733
|
# resp.mesh.metadata.version #=> Integer
|
727
734
|
# resp.mesh.spec.egress_filter.type #=> String, one of "ALLOW_ALL", "DROP_ALL"
|
735
|
+
# resp.mesh.spec.service_discovery.ip_preference #=> String, one of "IPv6_PREFERRED", "IPv4_PREFERRED", "IPv4_ONLY", "IPv6_ONLY"
|
728
736
|
# resp.mesh.status.status #=> String, one of "ACTIVE", "INACTIVE", "DELETED"
|
729
737
|
#
|
730
738
|
# @see http://docs.aws.amazon.com/goto/WebAPI/appmesh-2019-01-25/CreateMesh AWS API Documentation
|
@@ -759,11 +767,11 @@ module Aws::AppMesh
|
|
759
767
|
# The name of the service mesh to create the route in.
|
760
768
|
#
|
761
769
|
# @option params [String] :mesh_owner
|
762
|
-
# The
|
763
|
-
# not your own, then the account that you specify must
|
764
|
-
# with your account before you can create the resource in
|
765
|
-
# mesh. For more information about mesh sharing, see
|
766
|
-
# shared meshes][1].
|
770
|
+
# The Amazon Web Services IAM account ID of the service mesh owner. If
|
771
|
+
# the account ID is not your own, then the account that you specify must
|
772
|
+
# share the mesh with your account before you can create the resource in
|
773
|
+
# the service mesh. For more information about mesh sharing, see
|
774
|
+
# [Working with shared meshes][1].
|
767
775
|
#
|
768
776
|
#
|
769
777
|
#
|
@@ -1146,11 +1154,11 @@ module Aws::AppMesh
|
|
1146
1154
|
# The name of the service mesh to create the virtual gateway in.
|
1147
1155
|
#
|
1148
1156
|
# @option params [String] :mesh_owner
|
1149
|
-
# The
|
1150
|
-
# not your own, then the account that you specify must
|
1151
|
-
# with your account before you can create the resource in
|
1152
|
-
# mesh. For more information about mesh sharing, see
|
1153
|
-
# shared meshes][1].
|
1157
|
+
# The Amazon Web Services IAM account ID of the service mesh owner. If
|
1158
|
+
# the account ID is not your own, then the account that you specify must
|
1159
|
+
# share the mesh with your account before you can create the resource in
|
1160
|
+
# the service mesh. For more information about mesh sharing, see
|
1161
|
+
# [Working with shared meshes][1].
|
1154
1162
|
#
|
1155
1163
|
#
|
1156
1164
|
#
|
@@ -1381,7 +1389,7 @@ module Aws::AppMesh
|
|
1381
1389
|
# For more information about virtual nodes, see [Virtual nodes][1]. You
|
1382
1390
|
# must be using `1.15.0` or later of the Envoy image when setting these
|
1383
1391
|
# variables. For more information aboutApp Mesh Envoy variables, see
|
1384
|
-
# [Envoy image][2] in the
|
1392
|
+
# [Envoy image][2] in the App Mesh User Guide.
|
1385
1393
|
#
|
1386
1394
|
#
|
1387
1395
|
#
|
@@ -1400,11 +1408,11 @@ module Aws::AppMesh
|
|
1400
1408
|
# The name of the service mesh to create the virtual node in.
|
1401
1409
|
#
|
1402
1410
|
# @option params [String] :mesh_owner
|
1403
|
-
# The
|
1404
|
-
# not your own, then the account that you specify must
|
1405
|
-
# with your account before you can create the resource in
|
1406
|
-
# mesh. For more information about mesh sharing, see
|
1407
|
-
# shared meshes][1].
|
1411
|
+
# The Amazon Web Services IAM account ID of the service mesh owner. If
|
1412
|
+
# the account ID is not your own, then the account that you specify must
|
1413
|
+
# share the mesh with your account before you can create the resource in
|
1414
|
+
# the service mesh. For more information about mesh sharing, see
|
1415
|
+
# [Working with shared meshes][1].
|
1408
1416
|
#
|
1409
1417
|
#
|
1410
1418
|
#
|
@@ -1636,11 +1644,13 @@ module Aws::AppMesh
|
|
1636
1644
|
# value: "AwsCloudMapInstanceAttributeValue", # required
|
1637
1645
|
# },
|
1638
1646
|
# ],
|
1647
|
+
# ip_preference: "IPv6_PREFERRED", # accepts IPv6_PREFERRED, IPv4_PREFERRED, IPv4_ONLY, IPv6_ONLY
|
1639
1648
|
# namespace_name: "AwsCloudMapName", # required
|
1640
1649
|
# service_name: "AwsCloudMapName", # required
|
1641
1650
|
# },
|
1642
1651
|
# dns: {
|
1643
1652
|
# hostname: "Hostname", # required
|
1653
|
+
# ip_preference: "IPv6_PREFERRED", # accepts IPv6_PREFERRED, IPv4_PREFERRED, IPv4_ONLY, IPv6_ONLY
|
1644
1654
|
# response_type: "LOADBALANCER", # accepts LOADBALANCER, ENDPOINTS
|
1645
1655
|
# },
|
1646
1656
|
# },
|
@@ -1738,9 +1748,11 @@ module Aws::AppMesh
|
|
1738
1748
|
# resp.virtual_node.spec.service_discovery.aws_cloud_map.attributes #=> Array
|
1739
1749
|
# resp.virtual_node.spec.service_discovery.aws_cloud_map.attributes[0].key #=> String
|
1740
1750
|
# resp.virtual_node.spec.service_discovery.aws_cloud_map.attributes[0].value #=> String
|
1751
|
+
# resp.virtual_node.spec.service_discovery.aws_cloud_map.ip_preference #=> String, one of "IPv6_PREFERRED", "IPv4_PREFERRED", "IPv4_ONLY", "IPv6_ONLY"
|
1741
1752
|
# resp.virtual_node.spec.service_discovery.aws_cloud_map.namespace_name #=> String
|
1742
1753
|
# resp.virtual_node.spec.service_discovery.aws_cloud_map.service_name #=> String
|
1743
1754
|
# resp.virtual_node.spec.service_discovery.dns.hostname #=> String
|
1755
|
+
# resp.virtual_node.spec.service_discovery.dns.ip_preference #=> String, one of "IPv6_PREFERRED", "IPv4_PREFERRED", "IPv4_ONLY", "IPv6_ONLY"
|
1744
1756
|
# resp.virtual_node.spec.service_discovery.dns.response_type #=> String, one of "LOADBALANCER", "ENDPOINTS"
|
1745
1757
|
# resp.virtual_node.status.status #=> String, one of "ACTIVE", "INACTIVE", "DELETED"
|
1746
1758
|
# resp.virtual_node.virtual_node_name #=> String
|
@@ -1781,11 +1793,11 @@ module Aws::AppMesh
|
|
1781
1793
|
# The name of the service mesh to create the virtual router in.
|
1782
1794
|
#
|
1783
1795
|
# @option params [String] :mesh_owner
|
1784
|
-
# The
|
1785
|
-
# not your own, then the account that you specify must
|
1786
|
-
# with your account before you can create the resource in
|
1787
|
-
# mesh. For more information about mesh sharing, see
|
1788
|
-
# shared meshes][1].
|
1796
|
+
# The Amazon Web Services IAM account ID of the service mesh owner. If
|
1797
|
+
# the account ID is not your own, then the account that you specify must
|
1798
|
+
# share the mesh with your account before you can create the resource in
|
1799
|
+
# the service mesh. For more information about mesh sharing, see
|
1800
|
+
# [Working with shared meshes][1].
|
1789
1801
|
#
|
1790
1802
|
#
|
1791
1803
|
#
|
@@ -1886,11 +1898,11 @@ module Aws::AppMesh
|
|
1886
1898
|
# The name of the service mesh to create the virtual service in.
|
1887
1899
|
#
|
1888
1900
|
# @option params [String] :mesh_owner
|
1889
|
-
# The
|
1890
|
-
# not your own, then the account that you specify must
|
1891
|
-
# with your account before you can create the resource in
|
1892
|
-
# mesh. For more information about mesh sharing, see
|
1893
|
-
# shared meshes][1].
|
1901
|
+
# The Amazon Web Services IAM account ID of the service mesh owner. If
|
1902
|
+
# the account ID is not your own, then the account that you specify must
|
1903
|
+
# share the mesh with your account before you can create the resource in
|
1904
|
+
# the service mesh. For more information about mesh sharing, see
|
1905
|
+
# [Working with shared meshes][1].
|
1894
1906
|
#
|
1895
1907
|
#
|
1896
1908
|
#
|
@@ -1971,10 +1983,10 @@ module Aws::AppMesh
|
|
1971
1983
|
# The name of the service mesh to delete the gateway route from.
|
1972
1984
|
#
|
1973
1985
|
# @option params [String] :mesh_owner
|
1974
|
-
# The
|
1975
|
-
# not your own, then it's the ID of the account that
|
1976
|
-
# with your account. For more information about mesh
|
1977
|
-
# [Working with shared meshes][1].
|
1986
|
+
# The Amazon Web Services IAM account ID of the service mesh owner. If
|
1987
|
+
# the account ID is not your own, then it's the ID of the account that
|
1988
|
+
# shared the mesh with your account. For more information about mesh
|
1989
|
+
# sharing, see [Working with shared meshes][1].
|
1978
1990
|
#
|
1979
1991
|
#
|
1980
1992
|
#
|
@@ -2110,6 +2122,7 @@ module Aws::AppMesh
|
|
2110
2122
|
# resp.mesh.metadata.uid #=> String
|
2111
2123
|
# resp.mesh.metadata.version #=> Integer
|
2112
2124
|
# resp.mesh.spec.egress_filter.type #=> String, one of "ALLOW_ALL", "DROP_ALL"
|
2125
|
+
# resp.mesh.spec.service_discovery.ip_preference #=> String, one of "IPv6_PREFERRED", "IPv4_PREFERRED", "IPv4_ONLY", "IPv6_ONLY"
|
2113
2126
|
# resp.mesh.status.status #=> String, one of "ACTIVE", "INACTIVE", "DELETED"
|
2114
2127
|
#
|
2115
2128
|
# @see http://docs.aws.amazon.com/goto/WebAPI/appmesh-2019-01-25/DeleteMesh AWS API Documentation
|
@@ -2127,10 +2140,10 @@ module Aws::AppMesh
|
|
2127
2140
|
# The name of the service mesh to delete the route in.
|
2128
2141
|
#
|
2129
2142
|
# @option params [String] :mesh_owner
|
2130
|
-
# The
|
2131
|
-
# not your own, then it's the ID of the account that
|
2132
|
-
# with your account. For more information about mesh
|
2133
|
-
# [Working with shared meshes][1].
|
2143
|
+
# The Amazon Web Services IAM account ID of the service mesh owner. If
|
2144
|
+
# the account ID is not your own, then it's the ID of the account that
|
2145
|
+
# shared the mesh with your account. For more information about mesh
|
2146
|
+
# sharing, see [Working with shared meshes][1].
|
2134
2147
|
#
|
2135
2148
|
#
|
2136
2149
|
#
|
@@ -2280,10 +2293,10 @@ module Aws::AppMesh
|
|
2280
2293
|
# The name of the service mesh to delete the virtual gateway from.
|
2281
2294
|
#
|
2282
2295
|
# @option params [String] :mesh_owner
|
2283
|
-
# The
|
2284
|
-
# not your own, then it's the ID of the account that
|
2285
|
-
# with your account. For more information about mesh
|
2286
|
-
# [Working with shared meshes][1].
|
2296
|
+
# The Amazon Web Services IAM account ID of the service mesh owner. If
|
2297
|
+
# the account ID is not your own, then it's the ID of the account that
|
2298
|
+
# shared the mesh with your account. For more information about mesh
|
2299
|
+
# sharing, see [Working with shared meshes][1].
|
2287
2300
|
#
|
2288
2301
|
#
|
2289
2302
|
#
|
@@ -2371,10 +2384,10 @@ module Aws::AppMesh
|
|
2371
2384
|
# The name of the service mesh to delete the virtual node in.
|
2372
2385
|
#
|
2373
2386
|
# @option params [String] :mesh_owner
|
2374
|
-
# The
|
2375
|
-
# not your own, then it's the ID of the account that
|
2376
|
-
# with your account. For more information about mesh
|
2377
|
-
# [Working with shared meshes][1].
|
2387
|
+
# The Amazon Web Services IAM account ID of the service mesh owner. If
|
2388
|
+
# the account ID is not your own, then it's the ID of the account that
|
2389
|
+
# shared the mesh with your account. For more information about mesh
|
2390
|
+
# sharing, see [Working with shared meshes][1].
|
2378
2391
|
#
|
2379
2392
|
#
|
2380
2393
|
#
|
@@ -2479,9 +2492,11 @@ module Aws::AppMesh
|
|
2479
2492
|
# resp.virtual_node.spec.service_discovery.aws_cloud_map.attributes #=> Array
|
2480
2493
|
# resp.virtual_node.spec.service_discovery.aws_cloud_map.attributes[0].key #=> String
|
2481
2494
|
# resp.virtual_node.spec.service_discovery.aws_cloud_map.attributes[0].value #=> String
|
2495
|
+
# resp.virtual_node.spec.service_discovery.aws_cloud_map.ip_preference #=> String, one of "IPv6_PREFERRED", "IPv4_PREFERRED", "IPv4_ONLY", "IPv6_ONLY"
|
2482
2496
|
# resp.virtual_node.spec.service_discovery.aws_cloud_map.namespace_name #=> String
|
2483
2497
|
# resp.virtual_node.spec.service_discovery.aws_cloud_map.service_name #=> String
|
2484
2498
|
# resp.virtual_node.spec.service_discovery.dns.hostname #=> String
|
2499
|
+
# resp.virtual_node.spec.service_discovery.dns.ip_preference #=> String, one of "IPv6_PREFERRED", "IPv4_PREFERRED", "IPv4_ONLY", "IPv6_ONLY"
|
2485
2500
|
# resp.virtual_node.spec.service_discovery.dns.response_type #=> String, one of "LOADBALANCER", "ENDPOINTS"
|
2486
2501
|
# resp.virtual_node.status.status #=> String, one of "ACTIVE", "INACTIVE", "DELETED"
|
2487
2502
|
# resp.virtual_node.virtual_node_name #=> String
|
@@ -2504,10 +2519,10 @@ module Aws::AppMesh
|
|
2504
2519
|
# The name of the service mesh to delete the virtual router in.
|
2505
2520
|
#
|
2506
2521
|
# @option params [String] :mesh_owner
|
2507
|
-
# The
|
2508
|
-
# not your own, then it's the ID of the account that
|
2509
|
-
# with your account. For more information about mesh
|
2510
|
-
# [Working with shared meshes][1].
|
2522
|
+
# The Amazon Web Services IAM account ID of the service mesh owner. If
|
2523
|
+
# the account ID is not your own, then it's the ID of the account that
|
2524
|
+
# shared the mesh with your account. For more information about mesh
|
2525
|
+
# sharing, see [Working with shared meshes][1].
|
2511
2526
|
#
|
2512
2527
|
#
|
2513
2528
|
#
|
@@ -2559,10 +2574,10 @@ module Aws::AppMesh
|
|
2559
2574
|
# The name of the service mesh to delete the virtual service in.
|
2560
2575
|
#
|
2561
2576
|
# @option params [String] :mesh_owner
|
2562
|
-
# The
|
2563
|
-
# not your own, then it's the ID of the account that
|
2564
|
-
# with your account. For more information about mesh
|
2565
|
-
# [Working with shared meshes][1].
|
2577
|
+
# The Amazon Web Services IAM account ID of the service mesh owner. If
|
2578
|
+
# the account ID is not your own, then it's the ID of the account that
|
2579
|
+
# shared the mesh with your account. For more information about mesh
|
2580
|
+
# sharing, see [Working with shared meshes][1].
|
2566
2581
|
#
|
2567
2582
|
#
|
2568
2583
|
#
|
@@ -2616,10 +2631,10 @@ module Aws::AppMesh
|
|
2616
2631
|
# The name of the service mesh that the gateway route resides in.
|
2617
2632
|
#
|
2618
2633
|
# @option params [String] :mesh_owner
|
2619
|
-
# The
|
2620
|
-
# not your own, then it's the ID of the account that
|
2621
|
-
# with your account. For more information about mesh
|
2622
|
-
# [Working with shared meshes][1].
|
2634
|
+
# The Amazon Web Services IAM account ID of the service mesh owner. If
|
2635
|
+
# the account ID is not your own, then it's the ID of the account that
|
2636
|
+
# shared the mesh with your account. For more information about mesh
|
2637
|
+
# sharing, see [Working with shared meshes][1].
|
2623
2638
|
#
|
2624
2639
|
#
|
2625
2640
|
#
|
@@ -2732,10 +2747,10 @@ module Aws::AppMesh
|
|
2732
2747
|
# The name of the service mesh to describe.
|
2733
2748
|
#
|
2734
2749
|
# @option params [String] :mesh_owner
|
2735
|
-
# The
|
2736
|
-
# not your own, then it's the ID of the account that
|
2737
|
-
# with your account. For more information about mesh
|
2738
|
-
# [Working with shared meshes][1].
|
2750
|
+
# The Amazon Web Services IAM account ID of the service mesh owner. If
|
2751
|
+
# the account ID is not your own, then it's the ID of the account that
|
2752
|
+
# shared the mesh with your account. For more information about mesh
|
2753
|
+
# sharing, see [Working with shared meshes][1].
|
2739
2754
|
#
|
2740
2755
|
#
|
2741
2756
|
#
|
@@ -2763,6 +2778,7 @@ module Aws::AppMesh
|
|
2763
2778
|
# resp.mesh.metadata.uid #=> String
|
2764
2779
|
# resp.mesh.metadata.version #=> Integer
|
2765
2780
|
# resp.mesh.spec.egress_filter.type #=> String, one of "ALLOW_ALL", "DROP_ALL"
|
2781
|
+
# resp.mesh.spec.service_discovery.ip_preference #=> String, one of "IPv6_PREFERRED", "IPv4_PREFERRED", "IPv4_ONLY", "IPv6_ONLY"
|
2766
2782
|
# resp.mesh.status.status #=> String, one of "ACTIVE", "INACTIVE", "DELETED"
|
2767
2783
|
#
|
2768
2784
|
# @see http://docs.aws.amazon.com/goto/WebAPI/appmesh-2019-01-25/DescribeMesh AWS API Documentation
|
@@ -2780,10 +2796,10 @@ module Aws::AppMesh
|
|
2780
2796
|
# The name of the service mesh that the route resides in.
|
2781
2797
|
#
|
2782
2798
|
# @option params [String] :mesh_owner
|
2783
|
-
# The
|
2784
|
-
# not your own, then it's the ID of the account that
|
2785
|
-
# with your account. For more information about mesh
|
2786
|
-
# [Working with shared meshes][1].
|
2799
|
+
# The Amazon Web Services IAM account ID of the service mesh owner. If
|
2800
|
+
# the account ID is not your own, then it's the ID of the account that
|
2801
|
+
# shared the mesh with your account. For more information about mesh
|
2802
|
+
# sharing, see [Working with shared meshes][1].
|
2787
2803
|
#
|
2788
2804
|
#
|
2789
2805
|
#
|
@@ -2932,10 +2948,10 @@ module Aws::AppMesh
|
|
2932
2948
|
# The name of the service mesh that the gateway route resides in.
|
2933
2949
|
#
|
2934
2950
|
# @option params [String] :mesh_owner
|
2935
|
-
# The
|
2936
|
-
# not your own, then it's the ID of the account that
|
2937
|
-
# with your account. For more information about mesh
|
2938
|
-
# [Working with shared meshes][1].
|
2951
|
+
# The Amazon Web Services IAM account ID of the service mesh owner. If
|
2952
|
+
# the account ID is not your own, then it's the ID of the account that
|
2953
|
+
# shared the mesh with your account. For more information about mesh
|
2954
|
+
# sharing, see [Working with shared meshes][1].
|
2939
2955
|
#
|
2940
2956
|
#
|
2941
2957
|
#
|
@@ -3020,10 +3036,10 @@ module Aws::AppMesh
|
|
3020
3036
|
# The name of the service mesh that the virtual node resides in.
|
3021
3037
|
#
|
3022
3038
|
# @option params [String] :mesh_owner
|
3023
|
-
# The
|
3024
|
-
# not your own, then it's the ID of the account that
|
3025
|
-
# with your account. For more information about mesh
|
3026
|
-
# [Working with shared meshes][1].
|
3039
|
+
# The Amazon Web Services IAM account ID of the service mesh owner. If
|
3040
|
+
# the account ID is not your own, then it's the ID of the account that
|
3041
|
+
# shared the mesh with your account. For more information about mesh
|
3042
|
+
# sharing, see [Working with shared meshes][1].
|
3027
3043
|
#
|
3028
3044
|
#
|
3029
3045
|
#
|
@@ -3128,9 +3144,11 @@ module Aws::AppMesh
|
|
3128
3144
|
# resp.virtual_node.spec.service_discovery.aws_cloud_map.attributes #=> Array
|
3129
3145
|
# resp.virtual_node.spec.service_discovery.aws_cloud_map.attributes[0].key #=> String
|
3130
3146
|
# resp.virtual_node.spec.service_discovery.aws_cloud_map.attributes[0].value #=> String
|
3147
|
+
# resp.virtual_node.spec.service_discovery.aws_cloud_map.ip_preference #=> String, one of "IPv6_PREFERRED", "IPv4_PREFERRED", "IPv4_ONLY", "IPv6_ONLY"
|
3131
3148
|
# resp.virtual_node.spec.service_discovery.aws_cloud_map.namespace_name #=> String
|
3132
3149
|
# resp.virtual_node.spec.service_discovery.aws_cloud_map.service_name #=> String
|
3133
3150
|
# resp.virtual_node.spec.service_discovery.dns.hostname #=> String
|
3151
|
+
# resp.virtual_node.spec.service_discovery.dns.ip_preference #=> String, one of "IPv6_PREFERRED", "IPv4_PREFERRED", "IPv4_ONLY", "IPv6_ONLY"
|
3134
3152
|
# resp.virtual_node.spec.service_discovery.dns.response_type #=> String, one of "LOADBALANCER", "ENDPOINTS"
|
3135
3153
|
# resp.virtual_node.status.status #=> String, one of "ACTIVE", "INACTIVE", "DELETED"
|
3136
3154
|
# resp.virtual_node.virtual_node_name #=> String
|
@@ -3150,10 +3168,10 @@ module Aws::AppMesh
|
|
3150
3168
|
# The name of the service mesh that the virtual router resides in.
|
3151
3169
|
#
|
3152
3170
|
# @option params [String] :mesh_owner
|
3153
|
-
# The
|
3154
|
-
# not your own, then it's the ID of the account that
|
3155
|
-
# with your account. For more information about mesh
|
3156
|
-
# [Working with shared meshes][1].
|
3171
|
+
# The Amazon Web Services IAM account ID of the service mesh owner. If
|
3172
|
+
# the account ID is not your own, then it's the ID of the account that
|
3173
|
+
# shared the mesh with your account. For more information about mesh
|
3174
|
+
# sharing, see [Working with shared meshes][1].
|
3157
3175
|
#
|
3158
3176
|
#
|
3159
3177
|
#
|
@@ -3205,10 +3223,10 @@ module Aws::AppMesh
|
|
3205
3223
|
# The name of the service mesh that the virtual service resides in.
|
3206
3224
|
#
|
3207
3225
|
# @option params [String] :mesh_owner
|
3208
|
-
# The
|
3209
|
-
# not your own, then it's the ID of the account that
|
3210
|
-
# with your account. For more information about mesh
|
3211
|
-
# [Working with shared meshes][1].
|
3226
|
+
# The Amazon Web Services IAM account ID of the service mesh owner. If
|
3227
|
+
# the account ID is not your own, then it's the ID of the account that
|
3228
|
+
# shared the mesh with your account. For more information about mesh
|
3229
|
+
# sharing, see [Working with shared meshes][1].
|
3212
3230
|
#
|
3213
3231
|
#
|
3214
3232
|
#
|
@@ -3270,10 +3288,10 @@ module Aws::AppMesh
|
|
3270
3288
|
# The name of the service mesh to list gateway routes in.
|
3271
3289
|
#
|
3272
3290
|
# @option params [String] :mesh_owner
|
3273
|
-
# The
|
3274
|
-
# not your own, then it's the ID of the account that
|
3275
|
-
# with your account. For more information about mesh
|
3276
|
-
# [Working with shared meshes][1].
|
3291
|
+
# The Amazon Web Services IAM account ID of the service mesh owner. If
|
3292
|
+
# the account ID is not your own, then it's the ID of the account that
|
3293
|
+
# shared the mesh with your account. For more information about mesh
|
3294
|
+
# sharing, see [Working with shared meshes][1].
|
3277
3295
|
#
|
3278
3296
|
#
|
3279
3297
|
#
|
@@ -3403,10 +3421,10 @@ module Aws::AppMesh
|
|
3403
3421
|
# The name of the service mesh to list routes in.
|
3404
3422
|
#
|
3405
3423
|
# @option params [String] :mesh_owner
|
3406
|
-
# The
|
3407
|
-
# not your own, then it's the ID of the account that
|
3408
|
-
# with your account. For more information about mesh
|
3409
|
-
# [Working with shared meshes][1].
|
3424
|
+
# The Amazon Web Services IAM account ID of the service mesh owner. If
|
3425
|
+
# the account ID is not your own, then it's the ID of the account that
|
3426
|
+
# shared the mesh with your account. For more information about mesh
|
3427
|
+
# sharing, see [Working with shared meshes][1].
|
3410
3428
|
#
|
3411
3429
|
#
|
3412
3430
|
#
|
@@ -3530,10 +3548,10 @@ module Aws::AppMesh
|
|
3530
3548
|
# The name of the service mesh to list virtual gateways in.
|
3531
3549
|
#
|
3532
3550
|
# @option params [String] :mesh_owner
|
3533
|
-
# The
|
3534
|
-
# not your own, then it's the ID of the account that
|
3535
|
-
# with your account. For more information about mesh
|
3536
|
-
# [Working with shared meshes][1].
|
3551
|
+
# The Amazon Web Services IAM account ID of the service mesh owner. If
|
3552
|
+
# the account ID is not your own, then it's the ID of the account that
|
3553
|
+
# shared the mesh with your account. For more information about mesh
|
3554
|
+
# sharing, see [Working with shared meshes][1].
|
3537
3555
|
#
|
3538
3556
|
#
|
3539
3557
|
#
|
@@ -3599,10 +3617,10 @@ module Aws::AppMesh
|
|
3599
3617
|
# The name of the service mesh to list virtual nodes in.
|
3600
3618
|
#
|
3601
3619
|
# @option params [String] :mesh_owner
|
3602
|
-
# The
|
3603
|
-
# not your own, then it's the ID of the account that
|
3604
|
-
# with your account. For more information about mesh
|
3605
|
-
# [Working with shared meshes][1].
|
3620
|
+
# The Amazon Web Services IAM account ID of the service mesh owner. If
|
3621
|
+
# the account ID is not your own, then it's the ID of the account that
|
3622
|
+
# shared the mesh with your account. For more information about mesh
|
3623
|
+
# sharing, see [Working with shared meshes][1].
|
3606
3624
|
#
|
3607
3625
|
#
|
3608
3626
|
#
|
@@ -3668,10 +3686,10 @@ module Aws::AppMesh
|
|
3668
3686
|
# The name of the service mesh to list virtual routers in.
|
3669
3687
|
#
|
3670
3688
|
# @option params [String] :mesh_owner
|
3671
|
-
# The
|
3672
|
-
# not your own, then it's the ID of the account that
|
3673
|
-
# with your account. For more information about mesh
|
3674
|
-
# [Working with shared meshes][1].
|
3689
|
+
# The Amazon Web Services IAM account ID of the service mesh owner. If
|
3690
|
+
# the account ID is not your own, then it's the ID of the account that
|
3691
|
+
# shared the mesh with your account. For more information about mesh
|
3692
|
+
# sharing, see [Working with shared meshes][1].
|
3675
3693
|
#
|
3676
3694
|
#
|
3677
3695
|
#
|
@@ -3737,10 +3755,10 @@ module Aws::AppMesh
|
|
3737
3755
|
# The name of the service mesh to list virtual services in.
|
3738
3756
|
#
|
3739
3757
|
# @option params [String] :mesh_owner
|
3740
|
-
# The
|
3741
|
-
# not your own, then it's the ID of the account that
|
3742
|
-
# with your account. For more information about mesh
|
3743
|
-
# [Working with shared meshes][1].
|
3758
|
+
# The Amazon Web Services IAM account ID of the service mesh owner. If
|
3759
|
+
# the account ID is not your own, then it's the ID of the account that
|
3760
|
+
# shared the mesh with your account. For more information about mesh
|
3761
|
+
# sharing, see [Working with shared meshes][1].
|
3744
3762
|
#
|
3745
3763
|
#
|
3746
3764
|
#
|
@@ -3870,10 +3888,10 @@ module Aws::AppMesh
|
|
3870
3888
|
# The name of the service mesh that the gateway route resides in.
|
3871
3889
|
#
|
3872
3890
|
# @option params [String] :mesh_owner
|
3873
|
-
# The
|
3874
|
-
# not your own, then it's the ID of the account that
|
3875
|
-
# with your account. For more information about mesh
|
3876
|
-
# [Working with shared meshes][1].
|
3891
|
+
# The Amazon Web Services IAM account ID of the service mesh owner. If
|
3892
|
+
# the account ID is not your own, then it's the ID of the account that
|
3893
|
+
# shared the mesh with your account. For more information about mesh
|
3894
|
+
# sharing, see [Working with shared meshes][1].
|
3877
3895
|
#
|
3878
3896
|
#
|
3879
3897
|
#
|
@@ -4168,6 +4186,9 @@ module Aws::AppMesh
|
|
4168
4186
|
# egress_filter: {
|
4169
4187
|
# type: "ALLOW_ALL", # required, accepts ALLOW_ALL, DROP_ALL
|
4170
4188
|
# },
|
4189
|
+
# service_discovery: {
|
4190
|
+
# ip_preference: "IPv6_PREFERRED", # accepts IPv6_PREFERRED, IPv4_PREFERRED, IPv4_ONLY, IPv6_ONLY
|
4191
|
+
# },
|
4171
4192
|
# },
|
4172
4193
|
# })
|
4173
4194
|
#
|
@@ -4182,6 +4203,7 @@ module Aws::AppMesh
|
|
4182
4203
|
# resp.mesh.metadata.uid #=> String
|
4183
4204
|
# resp.mesh.metadata.version #=> Integer
|
4184
4205
|
# resp.mesh.spec.egress_filter.type #=> String, one of "ALLOW_ALL", "DROP_ALL"
|
4206
|
+
# resp.mesh.spec.service_discovery.ip_preference #=> String, one of "IPv6_PREFERRED", "IPv4_PREFERRED", "IPv4_ONLY", "IPv6_ONLY"
|
4185
4207
|
# resp.mesh.status.status #=> String, one of "ACTIVE", "INACTIVE", "DELETED"
|
4186
4208
|
#
|
4187
4209
|
# @see http://docs.aws.amazon.com/goto/WebAPI/appmesh-2019-01-25/UpdateMesh AWS API Documentation
|
@@ -4208,10 +4230,10 @@ module Aws::AppMesh
|
|
4208
4230
|
# The name of the service mesh that the route resides in.
|
4209
4231
|
#
|
4210
4232
|
# @option params [String] :mesh_owner
|
4211
|
-
# The
|
4212
|
-
# not your own, then it's the ID of the account that
|
4213
|
-
# with your account. For more information about mesh
|
4214
|
-
# [Working with shared meshes][1].
|
4233
|
+
# The Amazon Web Services IAM account ID of the service mesh owner. If
|
4234
|
+
# the account ID is not your own, then it's the ID of the account that
|
4235
|
+
# shared the mesh with your account. For more information about mesh
|
4236
|
+
# sharing, see [Working with shared meshes][1].
|
4215
4237
|
#
|
4216
4238
|
#
|
4217
4239
|
#
|
@@ -4566,10 +4588,10 @@ module Aws::AppMesh
|
|
4566
4588
|
# The name of the service mesh that the virtual gateway resides in.
|
4567
4589
|
#
|
4568
4590
|
# @option params [String] :mesh_owner
|
4569
|
-
# The
|
4570
|
-
# not your own, then it's the ID of the account that
|
4571
|
-
# with your account. For more information about mesh
|
4572
|
-
# [Working with shared meshes][1].
|
4591
|
+
# The Amazon Web Services IAM account ID of the service mesh owner. If
|
4592
|
+
# the account ID is not your own, then it's the ID of the account that
|
4593
|
+
# shared the mesh with your account. For more information about mesh
|
4594
|
+
# sharing, see [Working with shared meshes][1].
|
4573
4595
|
#
|
4574
4596
|
#
|
4575
4597
|
#
|
@@ -4770,10 +4792,10 @@ module Aws::AppMesh
|
|
4770
4792
|
# The name of the service mesh that the virtual node resides in.
|
4771
4793
|
#
|
4772
4794
|
# @option params [String] :mesh_owner
|
4773
|
-
# The
|
4774
|
-
# not your own, then it's the ID of the account that
|
4775
|
-
# with your account. For more information about mesh
|
4776
|
-
# [Working with shared meshes][1].
|
4795
|
+
# The Amazon Web Services IAM account ID of the service mesh owner. If
|
4796
|
+
# the account ID is not your own, then it's the ID of the account that
|
4797
|
+
# shared the mesh with your account. For more information about mesh
|
4798
|
+
# sharing, see [Working with shared meshes][1].
|
4777
4799
|
#
|
4778
4800
|
#
|
4779
4801
|
#
|
@@ -4999,11 +5021,13 @@ module Aws::AppMesh
|
|
4999
5021
|
# value: "AwsCloudMapInstanceAttributeValue", # required
|
5000
5022
|
# },
|
5001
5023
|
# ],
|
5024
|
+
# ip_preference: "IPv6_PREFERRED", # accepts IPv6_PREFERRED, IPv4_PREFERRED, IPv4_ONLY, IPv6_ONLY
|
5002
5025
|
# namespace_name: "AwsCloudMapName", # required
|
5003
5026
|
# service_name: "AwsCloudMapName", # required
|
5004
5027
|
# },
|
5005
5028
|
# dns: {
|
5006
5029
|
# hostname: "Hostname", # required
|
5030
|
+
# ip_preference: "IPv6_PREFERRED", # accepts IPv6_PREFERRED, IPv4_PREFERRED, IPv4_ONLY, IPv6_ONLY
|
5007
5031
|
# response_type: "LOADBALANCER", # accepts LOADBALANCER, ENDPOINTS
|
5008
5032
|
# },
|
5009
5033
|
# },
|
@@ -5095,9 +5119,11 @@ module Aws::AppMesh
|
|
5095
5119
|
# resp.virtual_node.spec.service_discovery.aws_cloud_map.attributes #=> Array
|
5096
5120
|
# resp.virtual_node.spec.service_discovery.aws_cloud_map.attributes[0].key #=> String
|
5097
5121
|
# resp.virtual_node.spec.service_discovery.aws_cloud_map.attributes[0].value #=> String
|
5122
|
+
# resp.virtual_node.spec.service_discovery.aws_cloud_map.ip_preference #=> String, one of "IPv6_PREFERRED", "IPv4_PREFERRED", "IPv4_ONLY", "IPv6_ONLY"
|
5098
5123
|
# resp.virtual_node.spec.service_discovery.aws_cloud_map.namespace_name #=> String
|
5099
5124
|
# resp.virtual_node.spec.service_discovery.aws_cloud_map.service_name #=> String
|
5100
5125
|
# resp.virtual_node.spec.service_discovery.dns.hostname #=> String
|
5126
|
+
# resp.virtual_node.spec.service_discovery.dns.ip_preference #=> String, one of "IPv6_PREFERRED", "IPv4_PREFERRED", "IPv4_ONLY", "IPv6_ONLY"
|
5101
5127
|
# resp.virtual_node.spec.service_discovery.dns.response_type #=> String, one of "LOADBALANCER", "ENDPOINTS"
|
5102
5128
|
# resp.virtual_node.status.status #=> String, one of "ACTIVE", "INACTIVE", "DELETED"
|
5103
5129
|
# resp.virtual_node.virtual_node_name #=> String
|
@@ -5125,10 +5151,10 @@ module Aws::AppMesh
|
|
5125
5151
|
# The name of the service mesh that the virtual router resides in.
|
5126
5152
|
#
|
5127
5153
|
# @option params [String] :mesh_owner
|
5128
|
-
# The
|
5129
|
-
# not your own, then it's the ID of the account that
|
5130
|
-
# with your account. For more information about mesh
|
5131
|
-
# [Working with shared meshes][1].
|
5154
|
+
# The Amazon Web Services IAM account ID of the service mesh owner. If
|
5155
|
+
# the account ID is not your own, then it's the ID of the account that
|
5156
|
+
# shared the mesh with your account. For more information about mesh
|
5157
|
+
# sharing, see [Working with shared meshes][1].
|
5132
5158
|
#
|
5133
5159
|
#
|
5134
5160
|
#
|
@@ -5203,10 +5229,10 @@ module Aws::AppMesh
|
|
5203
5229
|
# The name of the service mesh that the virtual service resides in.
|
5204
5230
|
#
|
5205
5231
|
# @option params [String] :mesh_owner
|
5206
|
-
# The
|
5207
|
-
# not your own, then it's the ID of the account that
|
5208
|
-
# with your account. For more information about mesh
|
5209
|
-
# [Working with shared meshes][1].
|
5232
|
+
# The Amazon Web Services IAM account ID of the service mesh owner. If
|
5233
|
+
# the account ID is not your own, then it's the ID of the account that
|
5234
|
+
# shared the mesh with your account. For more information about mesh
|
5235
|
+
# sharing, see [Working with shared meshes][1].
|
5210
5236
|
#
|
5211
5237
|
#
|
5212
5238
|
#
|
@@ -5279,7 +5305,7 @@ module Aws::AppMesh
|
|
5279
5305
|
params: params,
|
5280
5306
|
config: config)
|
5281
5307
|
context[:gem_name] = 'aws-sdk-appmesh'
|
5282
|
-
context[:gem_version] = '1.
|
5308
|
+
context[:gem_version] = '1.46.0'
|
5283
5309
|
Seahorse::Client::Request.new(handlers, context)
|
5284
5310
|
end
|
5285
5311
|
|