aws-sdk-core 2.11.248 → 2.11.249

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
  SHA1:
3
- metadata.gz: 5c115c30f5552bd75acb7e83321dc9d10bcbd5b4
4
- data.tar.gz: 00e59f5e3a25f12a0a9e942144ef0e0a787fa518
3
+ metadata.gz: 5f274018d61575a7e951dae22e2f5b34e0736399
4
+ data.tar.gz: 34fe2fe9e070a1d88b2457902462f1773c175233
5
5
  SHA512:
6
- metadata.gz: 8834e3a1ade112b126def7f13fd925c7e987c61da895dc2ae8024d534d820b1988afe16696d92502fced8b931716fd8ccf8fb0869041e30da5091d876b756376
7
- data.tar.gz: fc38c4dd09cea0e1d626b995a49d0736addc7be7db30037cb072d616b9784bbd97d8c617b3f0c1f44b0389286046752b485e5f960e24dbed1faf31e1163f6a20
6
+ metadata.gz: 916e4c13e414629aec5165a92308f848bbba3225344ff22708bebd9637124a69334489e89fcd3750d62d7c822d8609d1213c35d7c171a25c32552eb6cf85a117
7
+ data.tar.gz: 1ff25d0d10931e259a7fdce481e6eade152eddeb7957b79e6d608aeff31f6fa5585f16a9c964aea1e0675798ef12ab358c3945734383887ad87f13a4fb5c6d4a
@@ -642,6 +642,34 @@
642
642
  }
643
643
  ]
644
644
  },
645
+ "ListTagsForResource": {
646
+ "name": "ListTagsForResource",
647
+ "http": {
648
+ "method": "GET",
649
+ "requestUri": "/v20190125/tags",
650
+ "responseCode": 200
651
+ },
652
+ "input": {
653
+ "shape": "ListTagsForResourceInput"
654
+ },
655
+ "output": {
656
+ "shape": "ListTagsForResourceOutput"
657
+ },
658
+ "errors": [
659
+ {
660
+ "shape": "BadRequestException"
661
+ },
662
+ {
663
+ "shape": "InternalServerErrorException"
664
+ },
665
+ {
666
+ "shape": "NotFoundException"
667
+ },
668
+ {
669
+ "shape": "ServiceUnavailableException"
670
+ }
671
+ ]
672
+ },
645
673
  "ListVirtualNodes": {
646
674
  "name": "ListVirtualNodes",
647
675
  "http": {
@@ -744,6 +772,105 @@
744
772
  }
745
773
  ]
746
774
  },
775
+ "TagResource": {
776
+ "name": "TagResource",
777
+ "http": {
778
+ "method": "PUT",
779
+ "requestUri": "/v20190125/tag",
780
+ "responseCode": 200
781
+ },
782
+ "input": {
783
+ "shape": "TagResourceInput"
784
+ },
785
+ "output": {
786
+ "shape": "TagResourceOutput"
787
+ },
788
+ "errors": [
789
+ {
790
+ "shape": "BadRequestException"
791
+ },
792
+ {
793
+ "shape": "InternalServerErrorException"
794
+ },
795
+ {
796
+ "shape": "NotFoundException"
797
+ },
798
+ {
799
+ "shape": "ServiceUnavailableException"
800
+ },
801
+ {
802
+ "shape": "TooManyTagsException"
803
+ }
804
+ ],
805
+ "idempotent": true
806
+ },
807
+ "UntagResource": {
808
+ "name": "UntagResource",
809
+ "http": {
810
+ "method": "PUT",
811
+ "requestUri": "/v20190125/untag",
812
+ "responseCode": 200
813
+ },
814
+ "input": {
815
+ "shape": "UntagResourceInput"
816
+ },
817
+ "output": {
818
+ "shape": "UntagResourceOutput"
819
+ },
820
+ "errors": [
821
+ {
822
+ "shape": "BadRequestException"
823
+ },
824
+ {
825
+ "shape": "InternalServerErrorException"
826
+ },
827
+ {
828
+ "shape": "NotFoundException"
829
+ },
830
+ {
831
+ "shape": "ServiceUnavailableException"
832
+ }
833
+ ],
834
+ "idempotent": true
835
+ },
836
+ "UpdateMesh": {
837
+ "name": "UpdateMesh",
838
+ "http": {
839
+ "method": "PUT",
840
+ "requestUri": "/v20190125/meshes/{meshName}",
841
+ "responseCode": 200
842
+ },
843
+ "input": {
844
+ "shape": "UpdateMeshInput"
845
+ },
846
+ "output": {
847
+ "shape": "UpdateMeshOutput"
848
+ },
849
+ "errors": [
850
+ {
851
+ "shape": "BadRequestException"
852
+ },
853
+ {
854
+ "shape": "ConflictException"
855
+ },
856
+ {
857
+ "shape": "ForbiddenException"
858
+ },
859
+ {
860
+ "shape": "InternalServerErrorException"
861
+ },
862
+ {
863
+ "shape": "NotFoundException"
864
+ },
865
+ {
866
+ "shape": "ServiceUnavailableException"
867
+ },
868
+ {
869
+ "shape": "TooManyRequestsException"
870
+ }
871
+ ],
872
+ "idempotent": true
873
+ },
747
874
  "UpdateRoute": {
748
875
  "name": "UpdateRoute",
749
876
  "http": {
@@ -981,6 +1108,9 @@
981
1108
  "spec": {
982
1109
  "shape": "VirtualServiceSpec"
983
1110
  },
1111
+ "tags": {
1112
+ "shape": "TagList"
1113
+ },
984
1114
  "virtualServiceName": {
985
1115
  "shape": "ServiceName"
986
1116
  }
@@ -1021,6 +1151,37 @@
1021
1151
  }
1022
1152
  }
1023
1153
  },
1154
+ "TagKeyList": {
1155
+ "type": "list",
1156
+ "member": {
1157
+ "shape": "TagKey"
1158
+ },
1159
+ "min": 0,
1160
+ "max": 50
1161
+ },
1162
+ "ListTagsForResourceInput": {
1163
+ "type": "structure",
1164
+ "required": [
1165
+ "resourceArn"
1166
+ ],
1167
+ "members": {
1168
+ "limit": {
1169
+ "shape": "TagsLimit",
1170
+ "location": "querystring",
1171
+ "locationName": "limit"
1172
+ },
1173
+ "nextToken": {
1174
+ "shape": "String",
1175
+ "location": "querystring",
1176
+ "locationName": "nextToken"
1177
+ },
1178
+ "resourceArn": {
1179
+ "shape": "Arn",
1180
+ "location": "querystring",
1181
+ "locationName": "resourceArn"
1182
+ }
1183
+ }
1184
+ },
1024
1185
  "CreateVirtualNodeOutput": {
1025
1186
  "type": "structure",
1026
1187
  "required": [
@@ -1033,6 +1194,14 @@
1033
1194
  },
1034
1195
  "payload": "virtualNode"
1035
1196
  },
1197
+ "Logging": {
1198
+ "type": "structure",
1199
+ "members": {
1200
+ "accessLog": {
1201
+ "shape": "AccessLog"
1202
+ }
1203
+ }
1204
+ },
1036
1205
  "ServiceUnavailableException": {
1037
1206
  "type": "structure",
1038
1207
  "members": {
@@ -1176,13 +1345,17 @@
1176
1345
  "type": "list",
1177
1346
  "member": {
1178
1347
  "shape": "Listener"
1179
- }
1348
+ },
1349
+ "min": 0,
1350
+ "max": 1
1180
1351
  },
1181
1352
  "Backends": {
1182
1353
  "type": "list",
1183
1354
  "member": {
1184
1355
  "shape": "Backend"
1185
- }
1356
+ },
1357
+ "min": 0,
1358
+ "max": 25
1186
1359
  },
1187
1360
  "ResourceInUseException": {
1188
1361
  "type": "structure",
@@ -1316,6 +1489,11 @@
1316
1489
  "min": 0,
1317
1490
  "max": 100
1318
1491
  },
1492
+ "TagValue": {
1493
+ "type": "string",
1494
+ "min": 0,
1495
+ "max": 256
1496
+ },
1319
1497
  "HttpRouteAction": {
1320
1498
  "type": "structure",
1321
1499
  "required": [
@@ -1408,6 +1586,17 @@
1408
1586
  }
1409
1587
  }
1410
1588
  },
1589
+ "EgressFilter": {
1590
+ "type": "structure",
1591
+ "required": [
1592
+ "type"
1593
+ ],
1594
+ "members": {
1595
+ "type": {
1596
+ "shape": "EgressFilterType"
1597
+ }
1598
+ }
1599
+ },
1411
1600
  "VirtualServiceList": {
1412
1601
  "type": "list",
1413
1602
  "member": {
@@ -1483,6 +1672,11 @@
1483
1672
  },
1484
1673
  "payload": "virtualService"
1485
1674
  },
1675
+ "FilePath": {
1676
+ "type": "string",
1677
+ "min": 1,
1678
+ "max": 255
1679
+ },
1486
1680
  "VirtualNodeRef": {
1487
1681
  "type": "structure",
1488
1682
  "required": [
@@ -1514,6 +1708,12 @@
1514
1708
  },
1515
1709
  "meshName": {
1516
1710
  "shape": "ResourceName"
1711
+ },
1712
+ "spec": {
1713
+ "shape": "MeshSpec"
1714
+ },
1715
+ "tags": {
1716
+ "shape": "TagList"
1517
1717
  }
1518
1718
  }
1519
1719
  },
@@ -1543,6 +1743,18 @@
1543
1743
  "senderFault": true
1544
1744
  }
1545
1745
  },
1746
+ "UpdateMeshOutput": {
1747
+ "type": "structure",
1748
+ "required": [
1749
+ "mesh"
1750
+ ],
1751
+ "members": {
1752
+ "mesh": {
1753
+ "shape": "MeshData"
1754
+ }
1755
+ },
1756
+ "payload": "mesh"
1757
+ },
1546
1758
  "CreateRouteOutput": {
1547
1759
  "type": "structure",
1548
1760
  "required": [
@@ -1643,6 +1855,10 @@
1643
1855
  }
1644
1856
  }
1645
1857
  },
1858
+ "UntagResourceOutput": {
1859
+ "type": "structure",
1860
+ "members": { }
1861
+ },
1646
1862
  "VirtualServiceSpec": {
1647
1863
  "type": "structure",
1648
1864
  "members": {
@@ -1695,6 +1911,17 @@
1695
1911
  "Arn": {
1696
1912
  "type": "string"
1697
1913
  },
1914
+ "TcpRoute": {
1915
+ "type": "structure",
1916
+ "required": [
1917
+ "action"
1918
+ ],
1919
+ "members": {
1920
+ "action": {
1921
+ "shape": "TcpRouteAction"
1922
+ }
1923
+ }
1924
+ },
1698
1925
  "VirtualNodeList": {
1699
1926
  "type": "list",
1700
1927
  "member": {
@@ -1751,6 +1978,26 @@
1751
1978
  }
1752
1979
  }
1753
1980
  },
1981
+ "UpdateMeshInput": {
1982
+ "type": "structure",
1983
+ "required": [
1984
+ "meshName"
1985
+ ],
1986
+ "members": {
1987
+ "clientToken": {
1988
+ "shape": "String",
1989
+ "idempotencyToken": true
1990
+ },
1991
+ "meshName": {
1992
+ "shape": "ResourceName",
1993
+ "location": "uri",
1994
+ "locationName": "meshName"
1995
+ },
1996
+ "spec": {
1997
+ "shape": "MeshSpec"
1998
+ }
1999
+ }
2000
+ },
1754
2001
  "ListVirtualServicesInput": {
1755
2002
  "type": "structure",
1756
2003
  "required": [
@@ -1794,11 +2041,22 @@
1794
2041
  "spec": {
1795
2042
  "shape": "VirtualRouterSpec"
1796
2043
  },
2044
+ "tags": {
2045
+ "shape": "TagList"
2046
+ },
1797
2047
  "virtualRouterName": {
1798
2048
  "shape": "ResourceName"
1799
2049
  }
1800
2050
  }
1801
2051
  },
2052
+ "AccessLog": {
2053
+ "type": "structure",
2054
+ "members": {
2055
+ "file": {
2056
+ "shape": "FileAccessLog"
2057
+ }
2058
+ }
2059
+ },
1802
2060
  "ListVirtualNodesInput": {
1803
2061
  "type": "structure",
1804
2062
  "required": [
@@ -1929,6 +2187,9 @@
1929
2187
  "listeners": {
1930
2188
  "shape": "Listeners"
1931
2189
  },
2190
+ "logging": {
2191
+ "shape": "Logging"
2192
+ },
1932
2193
  "serviceDiscovery": {
1933
2194
  "shape": "ServiceDiscovery"
1934
2195
  }
@@ -1952,7 +2213,9 @@
1952
2213
  "type": "list",
1953
2214
  "member": {
1954
2215
  "shape": "VirtualRouterListener"
1955
- }
2216
+ },
2217
+ "min": 1,
2218
+ "max": 1
1956
2219
  },
1957
2220
  "ConflictException": {
1958
2221
  "type": "structure",
@@ -1997,6 +2260,20 @@
1997
2260
  "shape": "MeshRef"
1998
2261
  }
1999
2262
  },
2263
+ "TagRef": {
2264
+ "type": "structure",
2265
+ "required": [
2266
+ "key"
2267
+ ],
2268
+ "members": {
2269
+ "key": {
2270
+ "shape": "TagKey"
2271
+ },
2272
+ "value": {
2273
+ "shape": "TagValue"
2274
+ }
2275
+ }
2276
+ },
2000
2277
  "MeshRef": {
2001
2278
  "type": "structure",
2002
2279
  "required": [
@@ -2040,6 +2317,7 @@
2040
2317
  "required": [
2041
2318
  "meshName",
2042
2319
  "metadata",
2320
+ "spec",
2043
2321
  "status"
2044
2322
  ],
2045
2323
  "members": {
@@ -2049,6 +2327,9 @@
2049
2327
  "metadata": {
2050
2328
  "shape": "ResourceMetadata"
2051
2329
  },
2330
+ "spec": {
2331
+ "shape": "MeshSpec"
2332
+ },
2052
2333
  "status": {
2053
2334
  "shape": "MeshStatus"
2054
2335
  }
@@ -2094,6 +2375,17 @@
2094
2375
  }
2095
2376
  }
2096
2377
  },
2378
+ "TcpRouteAction": {
2379
+ "type": "structure",
2380
+ "required": [
2381
+ "weightedTargets"
2382
+ ],
2383
+ "members": {
2384
+ "weightedTargets": {
2385
+ "shape": "WeightedTargets"
2386
+ }
2387
+ }
2388
+ },
2097
2389
  "DescribeVirtualNodeInput": {
2098
2390
  "type": "structure",
2099
2391
  "required": [
@@ -2262,6 +2554,14 @@
2262
2554
  "fault": true
2263
2555
  }
2264
2556
  },
2557
+ "TagList": {
2558
+ "type": "list",
2559
+ "member": {
2560
+ "shape": "TagRef"
2561
+ },
2562
+ "min": 0,
2563
+ "max": 50
2564
+ },
2265
2565
  "DescribeVirtualRouterInput": {
2266
2566
  "type": "structure",
2267
2567
  "required": [
@@ -2281,6 +2581,10 @@
2281
2581
  }
2282
2582
  }
2283
2583
  },
2584
+ "TagResourceOutput": {
2585
+ "type": "structure",
2586
+ "members": { }
2587
+ },
2284
2588
  "RouteList": {
2285
2589
  "type": "list",
2286
2590
  "member": {
@@ -2301,6 +2605,20 @@
2301
2605
  "senderFault": true
2302
2606
  }
2303
2607
  },
2608
+ "TooManyTagsException": {
2609
+ "type": "structure",
2610
+ "members": {
2611
+ "message": {
2612
+ "shape": "String"
2613
+ }
2614
+ },
2615
+ "exception": true,
2616
+ "error": {
2617
+ "code": "TooManyTagsException",
2618
+ "httpStatusCode": 400,
2619
+ "senderFault": true
2620
+ }
2621
+ },
2304
2622
  "DeleteMeshOutput": {
2305
2623
  "type": "structure",
2306
2624
  "required": [
@@ -2313,6 +2631,13 @@
2313
2631
  },
2314
2632
  "payload": "mesh"
2315
2633
  },
2634
+ "EgressFilterType": {
2635
+ "type": "string",
2636
+ "enum": [
2637
+ "ALLOW_ALL",
2638
+ "DROP_ALL"
2639
+ ]
2640
+ },
2316
2641
  "Hostname": {
2317
2642
  "type": "string"
2318
2643
  },
@@ -2321,6 +2646,23 @@
2321
2646
  "min": 1,
2322
2647
  "max": 65535
2323
2648
  },
2649
+ "TagResourceInput": {
2650
+ "type": "structure",
2651
+ "required": [
2652
+ "resourceArn",
2653
+ "tags"
2654
+ ],
2655
+ "members": {
2656
+ "resourceArn": {
2657
+ "shape": "Arn",
2658
+ "location": "querystring",
2659
+ "locationName": "resourceArn"
2660
+ },
2661
+ "tags": {
2662
+ "shape": "TagList"
2663
+ }
2664
+ }
2665
+ },
2324
2666
  "CreateRouteInput": {
2325
2667
  "type": "structure",
2326
2668
  "required": [
@@ -2345,6 +2687,9 @@
2345
2687
  "spec": {
2346
2688
  "shape": "RouteSpec"
2347
2689
  },
2690
+ "tags": {
2691
+ "shape": "TagList"
2692
+ },
2348
2693
  "virtualRouterName": {
2349
2694
  "shape": "ResourceName",
2350
2695
  "location": "uri",
@@ -2356,7 +2701,9 @@
2356
2701
  "type": "list",
2357
2702
  "member": {
2358
2703
  "shape": "WeightedTarget"
2359
- }
2704
+ },
2705
+ "min": 1,
2706
+ "max": 10
2360
2707
  },
2361
2708
  "VirtualServiceProvider": {
2362
2709
  "type": "structure",
@@ -2445,6 +2792,9 @@
2445
2792
  "spec": {
2446
2793
  "shape": "VirtualNodeSpec"
2447
2794
  },
2795
+ "tags": {
2796
+ "shape": "TagList"
2797
+ },
2448
2798
  "virtualNodeName": {
2449
2799
  "shape": "ResourceName"
2450
2800
  }
@@ -2469,6 +2819,9 @@
2469
2819
  "members": {
2470
2820
  "httpRoute": {
2471
2821
  "shape": "HttpRoute"
2822
+ },
2823
+ "tcpRoute": {
2824
+ "shape": "TcpRoute"
2472
2825
  }
2473
2826
  }
2474
2827
  },
@@ -2500,6 +2853,14 @@
2500
2853
  }
2501
2854
  }
2502
2855
  },
2856
+ "MeshSpec": {
2857
+ "type": "structure",
2858
+ "members": {
2859
+ "egressFilter": {
2860
+ "shape": "EgressFilter"
2861
+ }
2862
+ }
2863
+ },
2503
2864
  "CreateVirtualServiceOutput": {
2504
2865
  "type": "structure",
2505
2866
  "required": [
@@ -2512,6 +2873,17 @@
2512
2873
  },
2513
2874
  "payload": "virtualService"
2514
2875
  },
2876
+ "FileAccessLog": {
2877
+ "type": "structure",
2878
+ "required": [
2879
+ "path"
2880
+ ],
2881
+ "members": {
2882
+ "path": {
2883
+ "shape": "FilePath"
2884
+ }
2885
+ }
2886
+ },
2515
2887
  "VirtualRouterServiceProvider": {
2516
2888
  "type": "structure",
2517
2889
  "required": [
@@ -2542,6 +2914,20 @@
2542
2914
  }
2543
2915
  }
2544
2916
  },
2917
+ "ListTagsForResourceOutput": {
2918
+ "type": "structure",
2919
+ "required": [
2920
+ "tags"
2921
+ ],
2922
+ "members": {
2923
+ "nextToken": {
2924
+ "shape": "String"
2925
+ },
2926
+ "tags": {
2927
+ "shape": "TagList"
2928
+ }
2929
+ }
2930
+ },
2545
2931
  "ServiceDiscovery": {
2546
2932
  "type": "structure",
2547
2933
  "members": {
@@ -2564,6 +2950,23 @@
2564
2950
  }
2565
2951
  }
2566
2952
  },
2953
+ "UntagResourceInput": {
2954
+ "type": "structure",
2955
+ "required": [
2956
+ "resourceArn",
2957
+ "tagKeys"
2958
+ ],
2959
+ "members": {
2960
+ "resourceArn": {
2961
+ "shape": "Arn",
2962
+ "location": "querystring",
2963
+ "locationName": "resourceArn"
2964
+ },
2965
+ "tagKeys": {
2966
+ "shape": "TagKeyList"
2967
+ }
2968
+ }
2969
+ },
2567
2970
  "DeleteVirtualRouterOutput": {
2568
2971
  "type": "structure",
2569
2972
  "required": [
@@ -2576,6 +2979,17 @@
2576
2979
  },
2577
2980
  "payload": "virtualRouter"
2578
2981
  },
2982
+ "TagsLimit": {
2983
+ "type": "integer",
2984
+ "box": true,
2985
+ "min": 1,
2986
+ "max": 50
2987
+ },
2988
+ "TagKey": {
2989
+ "type": "string",
2990
+ "min": 1,
2991
+ "max": 128
2992
+ },
2579
2993
  "VirtualServiceStatusCode": {
2580
2994
  "type": "string",
2581
2995
  "enum": [