aws-sdk-appmesh 1.26.0 → 1.27.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: d577be94870bf48c4d00f6d70e3f277122f14cee4ac95e6d52c059a81f801979
4
- data.tar.gz: 83f47e035832dad05d2ff0b363549dddfa08f0b3281587dc400fcb946c9a438e
3
+ metadata.gz: c697bf2d1b5df9d6ea020b7e11e96355a3929057befec084f3bbd998780f92bc
4
+ data.tar.gz: 3bd361104f2ff0bea7258f33672999eb4bfa61888a953f8daa8371cf03ea15f2
5
5
  SHA512:
6
- metadata.gz: 6cf2980c797233498e42f9c48d6553a61d8c59fe9759d4cf390604c589d8887177cb68d40bf03bf44753cc72f08b4c717b7aed67f3c318e7d4310d7b2d6aa78e
7
- data.tar.gz: c3c127b911d41df6df44f22809cf845d7bcc2ac24a0f95dc6ec9a48b26ce1ce768ebda91fe649393b23e7b3aca0d987b35f1a5efca901e1a5bd5a6963f6050d0
6
+ metadata.gz: ea02a293a267b49b08366813485abec60933c073fa11ccbdceca1f41c631460e182cf902dbddacb51b1b0de42b9dd1e6f0bd2c6d91b05012b749e28576219a90
7
+ data.tar.gz: 33cbb8b8426c8195210a194621c3474210f5dd823390999b913f82eacd051778eb0df7bd779bdba25c0201881f0f0a3538061dfa1db71d6903bdb73b801b9fca
@@ -47,6 +47,6 @@ require_relative 'aws-sdk-appmesh/customizations'
47
47
  # @service
48
48
  module Aws::AppMesh
49
49
 
50
- GEM_VERSION = '1.26.0'
50
+ GEM_VERSION = '1.27.0'
51
51
 
52
52
  end
@@ -3286,7 +3286,7 @@ module Aws::AppMesh
3286
3286
  params: params,
3287
3287
  config: config)
3288
3288
  context[:gem_name] = 'aws-sdk-appmesh'
3289
- context[:gem_version] = '1.26.0'
3289
+ context[:gem_version] = '1.27.0'
3290
3290
  Seahorse::Client::Request.new(handlers, context)
3291
3291
  end
3292
3292
 
@@ -30,6 +30,7 @@ module Aws::AppMesh
30
30
  #
31
31
  class VirtualRouterListener < Struct.new(
32
32
  :port_mapping)
33
+ SENSITIVE = []
33
34
  include Aws::Structure
34
35
  end
35
36
 
@@ -88,6 +89,7 @@ module Aws::AppMesh
88
89
  :max_retries,
89
90
  :per_retry_timeout,
90
91
  :tcp_retry_events)
92
+ SENSITIVE = []
91
93
  include Aws::Structure
92
94
  end
93
95
 
@@ -99,6 +101,7 @@ module Aws::AppMesh
99
101
  #
100
102
  class CreateVirtualNodeOutput < Struct.new(
101
103
  :virtual_node)
104
+ SENSITIVE = []
102
105
  include Aws::Structure
103
106
  end
104
107
 
@@ -123,6 +126,7 @@ module Aws::AppMesh
123
126
  #
124
127
  class Logging < Struct.new(
125
128
  :access_log)
129
+ SENSITIVE = []
126
130
  include Aws::Structure
127
131
  end
128
132
 
@@ -134,6 +138,7 @@ module Aws::AppMesh
134
138
  #
135
139
  class UpdateVirtualRouterOutput < Struct.new(
136
140
  :virtual_router)
141
+ SENSITIVE = []
137
142
  include Aws::Structure
138
143
  end
139
144
 
@@ -154,6 +159,7 @@ module Aws::AppMesh
154
159
  class ListVirtualRoutersOutput < Struct.new(
155
160
  :next_token,
156
161
  :virtual_routers)
162
+ SENSITIVE = []
157
163
  include Aws::Structure
158
164
  end
159
165
 
@@ -214,6 +220,7 @@ module Aws::AppMesh
214
220
  :resource_owner,
215
221
  :uid,
216
222
  :version)
223
+ SENSITIVE = []
217
224
  include Aws::Structure
218
225
  end
219
226
 
@@ -227,6 +234,7 @@ module Aws::AppMesh
227
234
  #
228
235
  class ResourceInUseException < Struct.new(
229
236
  :message)
237
+ SENSITIVE = []
230
238
  include Aws::Structure
231
239
  end
232
240
 
@@ -238,6 +246,7 @@ module Aws::AppMesh
238
246
  #
239
247
  class UpdateVirtualNodeOutput < Struct.new(
240
248
  :virtual_node)
249
+ SENSITIVE = []
241
250
  include Aws::Structure
242
251
  end
243
252
 
@@ -258,6 +267,7 @@ module Aws::AppMesh
258
267
  class ListRoutesOutput < Struct.new(
259
268
  :next_token,
260
269
  :routes)
270
+ SENSITIVE = []
261
271
  include Aws::Structure
262
272
  end
263
273
 
@@ -302,6 +312,7 @@ module Aws::AppMesh
302
312
  class VirtualServiceBackend < Struct.new(
303
313
  :client_policy,
304
314
  :virtual_service_name)
315
+ SENSITIVE = []
305
316
  include Aws::Structure
306
317
  end
307
318
 
@@ -315,6 +326,7 @@ module Aws::AppMesh
315
326
  #
316
327
  class BadRequestException < Struct.new(
317
328
  :message)
329
+ SENSITIVE = []
318
330
  include Aws::Structure
319
331
  end
320
332
 
@@ -384,6 +396,7 @@ module Aws::AppMesh
384
396
  :protocol,
385
397
  :timeout_millis,
386
398
  :unhealthy_threshold)
399
+ SENSITIVE = []
387
400
  include Aws::Structure
388
401
  end
389
402
 
@@ -408,6 +421,7 @@ module Aws::AppMesh
408
421
  #
409
422
  class EgressFilter < Struct.new(
410
423
  :type)
424
+ SENSITIVE = []
411
425
  include Aws::Structure
412
426
  end
413
427
 
@@ -442,6 +456,7 @@ module Aws::AppMesh
442
456
  #
443
457
  class ClientPolicy < Struct.new(
444
458
  :tls)
459
+ SENSITIVE = []
445
460
  include Aws::Structure
446
461
  end
447
462
 
@@ -453,6 +468,7 @@ module Aws::AppMesh
453
468
  #
454
469
  class DescribeVirtualServiceOutput < Struct.new(
455
470
  :virtual_service)
471
+ SENSITIVE = []
456
472
  include Aws::Structure
457
473
  end
458
474
 
@@ -464,6 +480,7 @@ module Aws::AppMesh
464
480
  #
465
481
  class DescribeVirtualNodeOutput < Struct.new(
466
482
  :virtual_node)
483
+ SENSITIVE = []
467
484
  include Aws::Structure
468
485
  end
469
486
 
@@ -475,6 +492,7 @@ module Aws::AppMesh
475
492
  #
476
493
  class CreateRouteOutput < Struct.new(
477
494
  :route)
495
+ SENSITIVE = []
478
496
  include Aws::Structure
479
497
  end
480
498
 
@@ -496,6 +514,7 @@ module Aws::AppMesh
496
514
  #
497
515
  class DnsServiceDiscovery < Struct.new(
498
516
  :hostname)
517
+ SENSITIVE = []
499
518
  include Aws::Structure
500
519
  end
501
520
 
@@ -539,6 +558,7 @@ module Aws::AppMesh
539
558
  :mesh_owner,
540
559
  :route_name,
541
560
  :virtual_router_name)
561
+ SENSITIVE = []
542
562
  include Aws::Structure
543
563
  end
544
564
 
@@ -573,6 +593,7 @@ module Aws::AppMesh
573
593
  :spec,
574
594
  :status,
575
595
  :virtual_node_name)
596
+ SENSITIVE = []
576
597
  include Aws::Structure
577
598
  end
578
599
 
@@ -616,6 +637,7 @@ module Aws::AppMesh
616
637
  #
617
638
  class Backend < Struct.new(
618
639
  :virtual_service)
640
+ SENSITIVE = []
619
641
  include Aws::Structure
620
642
  end
621
643
 
@@ -656,6 +678,7 @@ module Aws::AppMesh
656
678
  class ListMeshesInput < Struct.new(
657
679
  :limit,
658
680
  :next_token)
681
+ SENSITIVE = []
659
682
  include Aws::Structure
660
683
  end
661
684
 
@@ -690,6 +713,7 @@ module Aws::AppMesh
690
713
  :spec,
691
714
  :status,
692
715
  :virtual_router_name)
716
+ SENSITIVE = []
693
717
  include Aws::Structure
694
718
  end
695
719
 
@@ -729,6 +753,7 @@ module Aws::AppMesh
729
753
  :client_token,
730
754
  :mesh_name,
731
755
  :spec)
756
+ SENSITIVE = []
732
757
  include Aws::Structure
733
758
  end
734
759
 
@@ -808,6 +833,7 @@ module Aws::AppMesh
808
833
  :spec,
809
834
  :tags,
810
835
  :virtual_router_name)
836
+ SENSITIVE = []
811
837
  include Aws::Structure
812
838
  end
813
839
 
@@ -819,6 +845,7 @@ module Aws::AppMesh
819
845
  #
820
846
  class DescribeVirtualRouterOutput < Struct.new(
821
847
  :virtual_router)
848
+ SENSITIVE = []
822
849
  include Aws::Structure
823
850
  end
824
851
 
@@ -830,6 +857,7 @@ module Aws::AppMesh
830
857
  #
831
858
  class CreateMeshOutput < Struct.new(
832
859
  :mesh)
860
+ SENSITIVE = []
833
861
  include Aws::Structure
834
862
  end
835
863
 
@@ -842,6 +870,7 @@ module Aws::AppMesh
842
870
  #
843
871
  class CreateVirtualRouterOutput < Struct.new(
844
872
  :virtual_router)
873
+ SENSITIVE = []
845
874
  include Aws::Structure
846
875
  end
847
876
 
@@ -855,6 +884,7 @@ module Aws::AppMesh
855
884
  #
856
885
  class VirtualServiceStatus < Struct.new(
857
886
  :status)
887
+ SENSITIVE = []
858
888
  include Aws::Structure
859
889
  end
860
890
 
@@ -888,6 +918,7 @@ module Aws::AppMesh
888
918
  class ListenerTlsCertificate < Struct.new(
889
919
  :acm,
890
920
  :file)
921
+ SENSITIVE = []
891
922
  include Aws::Structure
892
923
  end
893
924
 
@@ -916,6 +947,7 @@ module Aws::AppMesh
916
947
  #
917
948
  class VirtualRouterSpec < Struct.new(
918
949
  :listeners)
950
+ SENSITIVE = []
919
951
  include Aws::Structure
920
952
  end
921
953
 
@@ -1091,6 +1123,7 @@ module Aws::AppMesh
1091
1123
  :listeners,
1092
1124
  :logging,
1093
1125
  :service_discovery)
1126
+ SENSITIVE = []
1094
1127
  include Aws::Structure
1095
1128
  end
1096
1129
 
@@ -1110,6 +1143,7 @@ module Aws::AppMesh
1110
1143
  class ListMeshesOutput < Struct.new(
1111
1144
  :meshes,
1112
1145
  :next_token)
1146
+ SENSITIVE = []
1113
1147
  include Aws::Structure
1114
1148
  end
1115
1149
 
@@ -1124,6 +1158,7 @@ module Aws::AppMesh
1124
1158
  #
1125
1159
  class ConflictException < Struct.new(
1126
1160
  :message)
1161
+ SENSITIVE = []
1127
1162
  include Aws::Structure
1128
1163
  end
1129
1164
 
@@ -1188,6 +1223,7 @@ module Aws::AppMesh
1188
1223
  :http,
1189
1224
  :http2,
1190
1225
  :tcp)
1226
+ SENSITIVE = []
1191
1227
  include Aws::Structure
1192
1228
  end
1193
1229
 
@@ -1221,6 +1257,7 @@ module Aws::AppMesh
1221
1257
  class TlsValidationContextTrust < Struct.new(
1222
1258
  :acm,
1223
1259
  :file)
1260
+ SENSITIVE = []
1224
1261
  include Aws::Structure
1225
1262
  end
1226
1263
 
@@ -1247,6 +1284,7 @@ module Aws::AppMesh
1247
1284
  class PortMapping < Struct.new(
1248
1285
  :port,
1249
1286
  :protocol)
1287
+ SENSITIVE = []
1250
1288
  include Aws::Structure
1251
1289
  end
1252
1290
 
@@ -1268,6 +1306,7 @@ module Aws::AppMesh
1268
1306
  class ListVirtualServicesOutput < Struct.new(
1269
1307
  :next_token,
1270
1308
  :virtual_services)
1309
+ SENSITIVE = []
1271
1310
  include Aws::Structure
1272
1311
  end
1273
1312
 
@@ -1298,6 +1337,7 @@ module Aws::AppMesh
1298
1337
  class WeightedTarget < Struct.new(
1299
1338
  :virtual_node,
1300
1339
  :weight)
1340
+ SENSITIVE = []
1301
1341
  include Aws::Structure
1302
1342
  end
1303
1343
 
@@ -1368,6 +1408,7 @@ module Aws::AppMesh
1368
1408
  :route_name,
1369
1409
  :version,
1370
1410
  :virtual_router_name)
1411
+ SENSITIVE = []
1371
1412
  include Aws::Structure
1372
1413
  end
1373
1414
 
@@ -1405,6 +1446,7 @@ module Aws::AppMesh
1405
1446
  :mesh_name,
1406
1447
  :mesh_owner,
1407
1448
  :virtual_node_name)
1449
+ SENSITIVE = []
1408
1450
  include Aws::Structure
1409
1451
  end
1410
1452
 
@@ -1443,6 +1485,7 @@ module Aws::AppMesh
1443
1485
  :spec,
1444
1486
  :status,
1445
1487
  :virtual_router_name)
1488
+ SENSITIVE = []
1446
1489
  include Aws::Structure
1447
1490
  end
1448
1491
 
@@ -1456,6 +1499,7 @@ module Aws::AppMesh
1456
1499
  #
1457
1500
  class InternalServerErrorException < Struct.new(
1458
1501
  :message)
1502
+ SENSITIVE = []
1459
1503
  include Aws::Structure
1460
1504
  end
1461
1505
 
@@ -1477,6 +1521,7 @@ module Aws::AppMesh
1477
1521
  #
1478
1522
  class TlsValidationContextAcmTrust < Struct.new(
1479
1523
  :certificate_authority_arns)
1524
+ SENSITIVE = []
1480
1525
  include Aws::Structure
1481
1526
  end
1482
1527
 
@@ -1489,6 +1534,7 @@ module Aws::AppMesh
1489
1534
  #
1490
1535
  class ForbiddenException < Struct.new(
1491
1536
  :message)
1537
+ SENSITIVE = []
1492
1538
  include Aws::Structure
1493
1539
  end
1494
1540
 
@@ -1538,6 +1584,7 @@ module Aws::AppMesh
1538
1584
  :range,
1539
1585
  :regex,
1540
1586
  :suffix)
1587
+ SENSITIVE = []
1541
1588
  include Aws::Structure
1542
1589
  end
1543
1590
 
@@ -1549,6 +1596,7 @@ module Aws::AppMesh
1549
1596
  #
1550
1597
  class DeleteMeshOutput < Struct.new(
1551
1598
  :mesh)
1599
+ SENSITIVE = []
1552
1600
  include Aws::Structure
1553
1601
  end
1554
1602
 
@@ -1581,6 +1629,7 @@ module Aws::AppMesh
1581
1629
  class TagResourceInput < Struct.new(
1582
1630
  :resource_arn,
1583
1631
  :tags)
1632
+ SENSITIVE = []
1584
1633
  include Aws::Structure
1585
1634
  end
1586
1635
 
@@ -1611,6 +1660,7 @@ module Aws::AppMesh
1611
1660
  class VirtualServiceProvider < Struct.new(
1612
1661
  :virtual_node,
1613
1662
  :virtual_router)
1663
+ SENSITIVE = []
1614
1664
  include Aws::Structure
1615
1665
  end
1616
1666
 
@@ -1661,6 +1711,7 @@ module Aws::AppMesh
1661
1711
  :metadata,
1662
1712
  :method_name,
1663
1713
  :service_name)
1714
+ SENSITIVE = []
1664
1715
  include Aws::Structure
1665
1716
  end
1666
1717
 
@@ -1702,6 +1753,7 @@ module Aws::AppMesh
1702
1753
  :attributes,
1703
1754
  :namespace_name,
1704
1755
  :service_name)
1756
+ SENSITIVE = []
1705
1757
  include Aws::Structure
1706
1758
  end
1707
1759
 
@@ -1713,6 +1765,7 @@ module Aws::AppMesh
1713
1765
  #
1714
1766
  class UpdateVirtualServiceOutput < Struct.new(
1715
1767
  :virtual_service)
1768
+ SENSITIVE = []
1716
1769
  include Aws::Structure
1717
1770
  end
1718
1771
 
@@ -1726,6 +1779,7 @@ module Aws::AppMesh
1726
1779
  #
1727
1780
  class MeshStatus < Struct.new(
1728
1781
  :status)
1782
+ SENSITIVE = []
1729
1783
  include Aws::Structure
1730
1784
  end
1731
1785
 
@@ -1927,6 +1981,7 @@ module Aws::AppMesh
1927
1981
  :spec,
1928
1982
  :tags,
1929
1983
  :virtual_node_name)
1984
+ SENSITIVE = []
1930
1985
  include Aws::Structure
1931
1986
  end
1932
1987
 
@@ -1940,6 +1995,7 @@ module Aws::AppMesh
1940
1995
  #
1941
1996
  class NotFoundException < Struct.new(
1942
1997
  :message)
1998
+ SENSITIVE = []
1943
1999
  include Aws::Structure
1944
2000
  end
1945
2001
 
@@ -2148,6 +2204,7 @@ module Aws::AppMesh
2148
2204
  :http_route,
2149
2205
  :priority,
2150
2206
  :tcp_route)
2207
+ SENSITIVE = []
2151
2208
  include Aws::Structure
2152
2209
  end
2153
2210
 
@@ -2160,6 +2217,7 @@ module Aws::AppMesh
2160
2217
  #
2161
2218
  class CreateVirtualServiceOutput < Struct.new(
2162
2219
  :virtual_service)
2220
+ SENSITIVE = []
2163
2221
  include Aws::Structure
2164
2222
  end
2165
2223
 
@@ -2190,6 +2248,7 @@ module Aws::AppMesh
2190
2248
  #
2191
2249
  class FileAccessLog < Struct.new(
2192
2250
  :path)
2251
+ SENSITIVE = []
2193
2252
  include Aws::Structure
2194
2253
  end
2195
2254
 
@@ -2210,6 +2269,7 @@ module Aws::AppMesh
2210
2269
  #
2211
2270
  class VirtualRouterServiceProvider < Struct.new(
2212
2271
  :virtual_router_name)
2272
+ SENSITIVE = []
2213
2273
  include Aws::Structure
2214
2274
  end
2215
2275
 
@@ -2240,6 +2300,7 @@ module Aws::AppMesh
2240
2300
  class HttpTimeout < Struct.new(
2241
2301
  :idle,
2242
2302
  :per_request)
2303
+ SENSITIVE = []
2243
2304
  include Aws::Structure
2244
2305
  end
2245
2306
 
@@ -2277,6 +2338,7 @@ module Aws::AppMesh
2277
2338
  :mesh_name,
2278
2339
  :mesh_owner,
2279
2340
  :virtual_service_name)
2341
+ SENSITIVE = []
2280
2342
  include Aws::Structure
2281
2343
  end
2282
2344
 
@@ -2306,6 +2368,7 @@ module Aws::AppMesh
2306
2368
  #
2307
2369
  class TlsValidationContext < Struct.new(
2308
2370
  :trust)
2371
+ SENSITIVE = []
2309
2372
  include Aws::Structure
2310
2373
  end
2311
2374
 
@@ -2317,6 +2380,7 @@ module Aws::AppMesh
2317
2380
  #
2318
2381
  class DeleteVirtualRouterOutput < Struct.new(
2319
2382
  :virtual_router)
2383
+ SENSITIVE = []
2320
2384
  include Aws::Structure
2321
2385
  end
2322
2386
 
@@ -2328,6 +2392,7 @@ module Aws::AppMesh
2328
2392
  #
2329
2393
  class DeleteVirtualNodeOutput < Struct.new(
2330
2394
  :virtual_node)
2395
+ SENSITIVE = []
2331
2396
  include Aws::Structure
2332
2397
  end
2333
2398
 
@@ -2514,6 +2579,7 @@ module Aws::AppMesh
2514
2579
  :mesh_owner,
2515
2580
  :spec,
2516
2581
  :virtual_node_name)
2582
+ SENSITIVE = []
2517
2583
  include Aws::Structure
2518
2584
  end
2519
2585
 
@@ -2557,6 +2623,7 @@ module Aws::AppMesh
2557
2623
  class ListenerTls < Struct.new(
2558
2624
  :certificate,
2559
2625
  :mode)
2626
+ SENSITIVE = []
2560
2627
  include Aws::Structure
2561
2628
  end
2562
2629
 
@@ -2575,6 +2642,7 @@ module Aws::AppMesh
2575
2642
  #
2576
2643
  class DeleteMeshInput < Struct.new(
2577
2644
  :mesh_name)
2645
+ SENSITIVE = []
2578
2646
  include Aws::Structure
2579
2647
  end
2580
2648
 
@@ -2654,6 +2722,7 @@ module Aws::AppMesh
2654
2722
  :spec,
2655
2723
  :tags,
2656
2724
  :virtual_service_name)
2725
+ SENSITIVE = []
2657
2726
  include Aws::Structure
2658
2727
  end
2659
2728
 
@@ -2718,6 +2787,7 @@ module Aws::AppMesh
2718
2787
  :mesh_owner,
2719
2788
  :spec,
2720
2789
  :virtual_router_name)
2790
+ SENSITIVE = []
2721
2791
  include Aws::Structure
2722
2792
  end
2723
2793
 
@@ -2760,6 +2830,7 @@ module Aws::AppMesh
2760
2830
  :limit,
2761
2831
  :next_token,
2762
2832
  :resource_arn)
2833
+ SENSITIVE = []
2763
2834
  include Aws::Structure
2764
2835
  end
2765
2836
 
@@ -2772,6 +2843,7 @@ module Aws::AppMesh
2772
2843
  #
2773
2844
  class ServiceUnavailableException < Struct.new(
2774
2845
  :message)
2846
+ SENSITIVE = []
2775
2847
  include Aws::Structure
2776
2848
  end
2777
2849
 
@@ -2783,6 +2855,7 @@ module Aws::AppMesh
2783
2855
  #
2784
2856
  class DescribeMeshOutput < Struct.new(
2785
2857
  :mesh)
2858
+ SENSITIVE = []
2786
2859
  include Aws::Structure
2787
2860
  end
2788
2861
 
@@ -2820,6 +2893,7 @@ module Aws::AppMesh
2820
2893
  :mesh_name,
2821
2894
  :mesh_owner,
2822
2895
  :virtual_router_name)
2896
+ SENSITIVE = []
2823
2897
  include Aws::Structure
2824
2898
  end
2825
2899
 
@@ -2863,6 +2937,7 @@ module Aws::AppMesh
2863
2937
  :mesh_owner,
2864
2938
  :route_name,
2865
2939
  :virtual_router_name)
2940
+ SENSITIVE = []
2866
2941
  include Aws::Structure
2867
2942
  end
2868
2943
 
@@ -2874,6 +2949,7 @@ module Aws::AppMesh
2874
2949
  #
2875
2950
  class DeleteRouteOutput < Struct.new(
2876
2951
  :route)
2952
+ SENSITIVE = []
2877
2953
  include Aws::Structure
2878
2954
  end
2879
2955
 
@@ -2938,6 +3014,7 @@ module Aws::AppMesh
2938
3014
  :mesh_owner,
2939
3015
  :spec,
2940
3016
  :virtual_service_name)
3017
+ SENSITIVE = []
2941
3018
  include Aws::Structure
2942
3019
  end
2943
3020
 
@@ -2949,6 +3026,7 @@ module Aws::AppMesh
2949
3026
  #
2950
3027
  class UpdateRouteOutput < Struct.new(
2951
3028
  :route)
3029
+ SENSITIVE = []
2952
3030
  include Aws::Structure
2953
3031
  end
2954
3032
 
@@ -2975,6 +3053,7 @@ module Aws::AppMesh
2975
3053
  #
2976
3054
  class HttpRouteAction < Struct.new(
2977
3055
  :weighted_targets)
3056
+ SENSITIVE = []
2978
3057
  include Aws::Structure
2979
3058
  end
2980
3059
 
@@ -3034,6 +3113,7 @@ module Aws::AppMesh
3034
3113
  :mesh_owner,
3035
3114
  :next_token,
3036
3115
  :virtual_router_name)
3116
+ SENSITIVE = []
3037
3117
  include Aws::Structure
3038
3118
  end
3039
3119
 
@@ -3100,6 +3180,7 @@ module Aws::AppMesh
3100
3180
  :resource_owner,
3101
3181
  :version,
3102
3182
  :virtual_service_name)
3183
+ SENSITIVE = []
3103
3184
  include Aws::Structure
3104
3185
  end
3105
3186
 
@@ -3130,6 +3211,7 @@ module Aws::AppMesh
3130
3211
  class GrpcTimeout < Struct.new(
3131
3212
  :idle,
3132
3213
  :per_request)
3214
+ SENSITIVE = []
3133
3215
  include Aws::Structure
3134
3216
  end
3135
3217
 
@@ -3143,6 +3225,7 @@ module Aws::AppMesh
3143
3225
  #
3144
3226
  class VirtualNodeStatus < Struct.new(
3145
3227
  :status)
3228
+ SENSITIVE = []
3146
3229
  include Aws::Structure
3147
3230
  end
3148
3231
 
@@ -3209,6 +3292,7 @@ module Aws::AppMesh
3209
3292
  :resource_owner,
3210
3293
  :version,
3211
3294
  :virtual_router_name)
3295
+ SENSITIVE = []
3212
3296
  include Aws::Structure
3213
3297
  end
3214
3298
 
@@ -3243,6 +3327,7 @@ module Aws::AppMesh
3243
3327
  :spec,
3244
3328
  :status,
3245
3329
  :virtual_service_name)
3330
+ SENSITIVE = []
3246
3331
  include Aws::Structure
3247
3332
  end
3248
3333
 
@@ -3286,6 +3371,7 @@ module Aws::AppMesh
3286
3371
  :invert,
3287
3372
  :match,
3288
3373
  :name)
3374
+ SENSITIVE = []
3289
3375
  include Aws::Structure
3290
3376
  end
3291
3377
 
@@ -3351,6 +3437,7 @@ module Aws::AppMesh
3351
3437
  :resource_owner,
3352
3438
  :version,
3353
3439
  :virtual_node_name)
3440
+ SENSITIVE = []
3354
3441
  include Aws::Structure
3355
3442
  end
3356
3443
 
@@ -3405,6 +3492,7 @@ module Aws::AppMesh
3405
3492
  :mesh_name,
3406
3493
  :spec,
3407
3494
  :tags)
3495
+ SENSITIVE = []
3408
3496
  include Aws::Structure
3409
3497
  end
3410
3498
 
@@ -3431,6 +3519,7 @@ module Aws::AppMesh
3431
3519
  #
3432
3520
  class GrpcRouteAction < Struct.new(
3433
3521
  :weighted_targets)
3522
+ SENSITIVE = []
3434
3523
  include Aws::Structure
3435
3524
  end
3436
3525
 
@@ -3448,6 +3537,7 @@ module Aws::AppMesh
3448
3537
  #
3449
3538
  class LimitExceededException < Struct.new(
3450
3539
  :message)
3540
+ SENSITIVE = []
3451
3541
  include Aws::Structure
3452
3542
  end
3453
3543
 
@@ -3460,6 +3550,7 @@ module Aws::AppMesh
3460
3550
  #
3461
3551
  class UpdateMeshOutput < Struct.new(
3462
3552
  :mesh)
3553
+ SENSITIVE = []
3463
3554
  include Aws::Structure
3464
3555
  end
3465
3556
 
@@ -3509,6 +3600,7 @@ module Aws::AppMesh
3509
3600
  :range,
3510
3601
  :regex,
3511
3602
  :suffix)
3603
+ SENSITIVE = []
3512
3604
  include Aws::Structure
3513
3605
  end
3514
3606
 
@@ -3546,6 +3638,7 @@ module Aws::AppMesh
3546
3638
  :mesh_name,
3547
3639
  :mesh_owner,
3548
3640
  :virtual_service_name)
3641
+ SENSITIVE = []
3549
3642
  include Aws::Structure
3550
3643
  end
3551
3644
 
@@ -3577,6 +3670,7 @@ module Aws::AppMesh
3577
3670
  class AwsCloudMapInstanceAttribute < Struct.new(
3578
3671
  :key,
3579
3672
  :value)
3673
+ SENSITIVE = []
3580
3674
  include Aws::Structure
3581
3675
  end
3582
3676
 
@@ -3605,6 +3699,7 @@ module Aws::AppMesh
3605
3699
  #
3606
3700
  class VirtualServiceSpec < Struct.new(
3607
3701
  :provider)
3702
+ SENSITIVE = []
3608
3703
  include Aws::Structure
3609
3704
  end
3610
3705
 
@@ -3634,6 +3729,7 @@ module Aws::AppMesh
3634
3729
  class MatchRange < Struct.new(
3635
3730
  :end,
3636
3731
  :start)
3732
+ SENSITIVE = []
3637
3733
  include Aws::Structure
3638
3734
  end
3639
3735
 
@@ -3671,6 +3767,7 @@ module Aws::AppMesh
3671
3767
  class TcpRoute < Struct.new(
3672
3768
  :action,
3673
3769
  :timeout)
3770
+ SENSITIVE = []
3674
3771
  include Aws::Structure
3675
3772
  end
3676
3773
 
@@ -3724,6 +3821,7 @@ module Aws::AppMesh
3724
3821
  :mesh_name,
3725
3822
  :mesh_owner,
3726
3823
  :next_token)
3824
+ SENSITIVE = []
3727
3825
  include Aws::Structure
3728
3826
  end
3729
3827
 
@@ -3777,6 +3875,7 @@ module Aws::AppMesh
3777
3875
  :mesh_name,
3778
3876
  :mesh_owner,
3779
3877
  :next_token)
3878
+ SENSITIVE = []
3780
3879
  include Aws::Structure
3781
3880
  end
3782
3881
 
@@ -3800,6 +3899,7 @@ module Aws::AppMesh
3800
3899
  #
3801
3900
  class AccessLog < Struct.new(
3802
3901
  :file)
3902
+ SENSITIVE = []
3803
3903
  include Aws::Structure
3804
3904
  end
3805
3905
 
@@ -3853,6 +3953,7 @@ module Aws::AppMesh
3853
3953
  :mesh_name,
3854
3954
  :mesh_owner,
3855
3955
  :next_token)
3956
+ SENSITIVE = []
3856
3957
  include Aws::Structure
3857
3958
  end
3858
3959
 
@@ -3867,6 +3968,7 @@ module Aws::AppMesh
3867
3968
  #
3868
3969
  class TooManyRequestsException < Struct.new(
3869
3970
  :message)
3971
+ SENSITIVE = []
3870
3972
  include Aws::Structure
3871
3973
  end
3872
3974
 
@@ -3893,6 +3995,7 @@ module Aws::AppMesh
3893
3995
  class Duration < Struct.new(
3894
3996
  :unit,
3895
3997
  :value)
3998
+ SENSITIVE = []
3896
3999
  include Aws::Structure
3897
4000
  end
3898
4001
 
@@ -3904,6 +4007,7 @@ module Aws::AppMesh
3904
4007
  #
3905
4008
  class DescribeRouteOutput < Struct.new(
3906
4009
  :route)
4010
+ SENSITIVE = []
3907
4011
  include Aws::Structure
3908
4012
  end
3909
4013
 
@@ -3963,6 +4067,7 @@ module Aws::AppMesh
3963
4067
  :method,
3964
4068
  :prefix,
3965
4069
  :scheme)
4070
+ SENSITIVE = []
3966
4071
  include Aws::Structure
3967
4072
  end
3968
4073
 
@@ -3996,6 +4101,7 @@ module Aws::AppMesh
3996
4101
  class TagRef < Struct.new(
3997
4102
  :key,
3998
4103
  :value)
4104
+ SENSITIVE = []
3999
4105
  include Aws::Structure
4000
4106
  end
4001
4107
 
@@ -4056,6 +4162,7 @@ module Aws::AppMesh
4056
4162
  :mesh_owner,
4057
4163
  :resource_owner,
4058
4164
  :version)
4165
+ SENSITIVE = []
4059
4166
  include Aws::Structure
4060
4167
  end
4061
4168
 
@@ -4085,6 +4192,7 @@ module Aws::AppMesh
4085
4192
  :metadata,
4086
4193
  :spec,
4087
4194
  :status)
4195
+ SENSITIVE = []
4088
4196
  include Aws::Structure
4089
4197
  end
4090
4198
 
@@ -4098,6 +4206,7 @@ module Aws::AppMesh
4098
4206
  #
4099
4207
  class VirtualRouterStatus < Struct.new(
4100
4208
  :status)
4209
+ SENSITIVE = []
4101
4210
  include Aws::Structure
4102
4211
  end
4103
4212
 
@@ -4124,6 +4233,7 @@ module Aws::AppMesh
4124
4233
  #
4125
4234
  class TcpRouteAction < Struct.new(
4126
4235
  :weighted_targets)
4236
+ SENSITIVE = []
4127
4237
  include Aws::Structure
4128
4238
  end
4129
4239
 
@@ -4161,6 +4271,7 @@ module Aws::AppMesh
4161
4271
  :mesh_name,
4162
4272
  :mesh_owner,
4163
4273
  :virtual_node_name)
4274
+ SENSITIVE = []
4164
4275
  include Aws::Structure
4165
4276
  end
4166
4277
 
@@ -4174,6 +4285,7 @@ module Aws::AppMesh
4174
4285
  #
4175
4286
  class RouteStatus < Struct.new(
4176
4287
  :status)
4288
+ SENSITIVE = []
4177
4289
  include Aws::Structure
4178
4290
  end
4179
4291
 
@@ -4271,6 +4383,7 @@ module Aws::AppMesh
4271
4383
  :port_mapping,
4272
4384
  :timeout,
4273
4385
  :tls)
4386
+ SENSITIVE = []
4274
4387
  include Aws::Structure
4275
4388
  end
4276
4389
 
@@ -4354,6 +4467,7 @@ module Aws::AppMesh
4354
4467
  :match,
4355
4468
  :retry_policy,
4356
4469
  :timeout)
4470
+ SENSITIVE = []
4357
4471
  include Aws::Structure
4358
4472
  end
4359
4473
 
@@ -4397,6 +4511,7 @@ module Aws::AppMesh
4397
4511
  :enforce,
4398
4512
  :ports,
4399
4513
  :validation)
4514
+ SENSITIVE = []
4400
4515
  include Aws::Structure
4401
4516
  end
4402
4517
 
@@ -4408,6 +4523,7 @@ module Aws::AppMesh
4408
4523
  #
4409
4524
  class DeleteVirtualServiceOutput < Struct.new(
4410
4525
  :virtual_service)
4526
+ SENSITIVE = []
4411
4527
  include Aws::Structure
4412
4528
  end
4413
4529
 
@@ -4428,6 +4544,7 @@ module Aws::AppMesh
4428
4544
  #
4429
4545
  class VirtualNodeServiceProvider < Struct.new(
4430
4546
  :virtual_node_name)
4547
+ SENSITIVE = []
4431
4548
  include Aws::Structure
4432
4549
  end
4433
4550
 
@@ -4463,6 +4580,7 @@ module Aws::AppMesh
4463
4580
  #
4464
4581
  class BackendDefaults < Struct.new(
4465
4582
  :client_policy)
4583
+ SENSITIVE = []
4466
4584
  include Aws::Structure
4467
4585
  end
4468
4586
 
@@ -4497,6 +4615,7 @@ module Aws::AppMesh
4497
4615
  class ListenerTlsFileCertificate < Struct.new(
4498
4616
  :certificate_chain,
4499
4617
  :private_key)
4618
+ SENSITIVE = []
4500
4619
  include Aws::Structure
4501
4620
  end
4502
4621
 
@@ -4549,6 +4668,7 @@ module Aws::AppMesh
4549
4668
  :max_retries,
4550
4669
  :per_retry_timeout,
4551
4670
  :tcp_retry_events)
4671
+ SENSITIVE = []
4552
4672
  include Aws::Structure
4553
4673
  end
4554
4674
 
@@ -4586,6 +4706,7 @@ module Aws::AppMesh
4586
4706
  :mesh_name,
4587
4707
  :mesh_owner,
4588
4708
  :virtual_router_name)
4709
+ SENSITIVE = []
4589
4710
  include Aws::Structure
4590
4711
  end
4591
4712
 
@@ -4605,6 +4726,7 @@ module Aws::AppMesh
4605
4726
  #
4606
4727
  class TooManyTagsException < Struct.new(
4607
4728
  :message)
4729
+ SENSITIVE = []
4608
4730
  include Aws::Structure
4609
4731
  end
4610
4732
 
@@ -4627,6 +4749,7 @@ module Aws::AppMesh
4627
4749
  #
4628
4750
  class TlsValidationContextFileTrust < Struct.new(
4629
4751
  :certificate_chain)
4752
+ SENSITIVE = []
4630
4753
  include Aws::Structure
4631
4754
  end
4632
4755
 
@@ -4669,6 +4792,7 @@ module Aws::AppMesh
4669
4792
  :invert,
4670
4793
  :match,
4671
4794
  :name)
4795
+ SENSITIVE = []
4672
4796
  include Aws::Structure
4673
4797
  end
4674
4798
 
@@ -4915,6 +5039,7 @@ module Aws::AppMesh
4915
5039
  :spec,
4916
5040
  :tags,
4917
5041
  :virtual_router_name)
5042
+ SENSITIVE = []
4918
5043
  include Aws::Structure
4919
5044
  end
4920
5045
 
@@ -4936,6 +5061,7 @@ module Aws::AppMesh
4936
5061
  #
4937
5062
  class TcpTimeout < Struct.new(
4938
5063
  :idle)
5064
+ SENSITIVE = []
4939
5065
  include Aws::Structure
4940
5066
  end
4941
5067
 
@@ -5165,6 +5291,7 @@ module Aws::AppMesh
5165
5291
  :route_name,
5166
5292
  :spec,
5167
5293
  :virtual_router_name)
5294
+ SENSITIVE = []
5168
5295
  include Aws::Structure
5169
5296
  end
5170
5297
 
@@ -5248,6 +5375,7 @@ module Aws::AppMesh
5248
5375
  :match,
5249
5376
  :retry_policy,
5250
5377
  :timeout)
5378
+ SENSITIVE = []
5251
5379
  include Aws::Structure
5252
5380
  end
5253
5381
 
@@ -5279,6 +5407,7 @@ module Aws::AppMesh
5279
5407
  class DescribeMeshInput < Struct.new(
5280
5408
  :mesh_name,
5281
5409
  :mesh_owner)
5410
+ SENSITIVE = []
5282
5411
  include Aws::Structure
5283
5412
  end
5284
5413
 
@@ -5301,6 +5430,7 @@ module Aws::AppMesh
5301
5430
  #
5302
5431
  class MeshSpec < Struct.new(
5303
5432
  :egress_filter)
5433
+ SENSITIVE = []
5304
5434
  include Aws::Structure
5305
5435
  end
5306
5436
 
@@ -5321,6 +5451,7 @@ module Aws::AppMesh
5321
5451
  class ListTagsForResourceOutput < Struct.new(
5322
5452
  :next_token,
5323
5453
  :tags)
5454
+ SENSITIVE = []
5324
5455
  include Aws::Structure
5325
5456
  end
5326
5457
 
@@ -5359,6 +5490,7 @@ module Aws::AppMesh
5359
5490
  class ServiceDiscovery < Struct.new(
5360
5491
  :aws_cloud_map,
5361
5492
  :dns)
5493
+ SENSITIVE = []
5362
5494
  include Aws::Structure
5363
5495
  end
5364
5496
 
@@ -5379,6 +5511,7 @@ module Aws::AppMesh
5379
5511
  class ListVirtualNodesOutput < Struct.new(
5380
5512
  :next_token,
5381
5513
  :virtual_nodes)
5514
+ SENSITIVE = []
5382
5515
  include Aws::Structure
5383
5516
  end
5384
5517
 
@@ -5403,6 +5536,7 @@ module Aws::AppMesh
5403
5536
  class UntagResourceInput < Struct.new(
5404
5537
  :resource_arn,
5405
5538
  :tag_keys)
5539
+ SENSITIVE = []
5406
5540
  include Aws::Structure
5407
5541
  end
5408
5542
 
@@ -5430,6 +5564,7 @@ module Aws::AppMesh
5430
5564
  #
5431
5565
  class ListenerTlsAcmCertificate < Struct.new(
5432
5566
  :certificate_arn)
5567
+ SENSITIVE = []
5433
5568
  include Aws::Structure
5434
5569
  end
5435
5570
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-appmesh
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.26.0
4
+ version: 1.27.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-06-17 00:00:00.000000000 Z
11
+ date: 2020-06-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core