@pgarbe/cdk-ecr-sync 0.5.28 → 0.5.29
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.
- package/.jsii +4 -4
- package/CHANGELOG.md +1 -1
- package/lib/ecr-sync.js +1 -1
- package/node_modules/aws-sdk/CHANGELOG.md +20 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/appmesh-2019-01-25.min.json +129 -121
- package/node_modules/aws-sdk/apis/elasticache-2015-02-02.min.json +3 -0
- package/node_modules/aws-sdk/apis/forecast-2018-06-26.min.json +297 -61
- package/node_modules/aws-sdk/apis/forecast-2018-06-26.paginators.json +24 -0
- package/node_modules/aws-sdk/apis/gamesparks-2021-08-17.min.json +13 -0
- package/node_modules/aws-sdk/apis/greengrassv2-2020-11-30.min.json +37 -18
- package/node_modules/aws-sdk/apis/iotevents-data-2018-10-23.min.json +45 -0
- package/node_modules/aws-sdk/apis/lookoutmetrics-2017-07-25.min.json +55 -54
- package/node_modules/aws-sdk/apis/personalize-2018-05-22.min.json +14 -8
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +35 -1
- package/node_modules/aws-sdk/apis/transfer-2018-11-05.min.json +37 -36
- package/node_modules/aws-sdk/clients/appmesh.d.ts +70 -51
- package/node_modules/aws-sdk/clients/batch.d.ts +4 -4
- package/node_modules/aws-sdk/clients/cloudwatchlogs.d.ts +4 -4
- package/node_modules/aws-sdk/clients/comprehend.d.ts +22 -22
- package/node_modules/aws-sdk/clients/elasticache.d.ts +12 -8
- package/node_modules/aws-sdk/clients/forecastservice.d.ts +355 -18
- package/node_modules/aws-sdk/clients/gamesparks.d.ts +20 -0
- package/node_modules/aws-sdk/clients/greengrassv2.d.ts +49 -18
- package/node_modules/aws-sdk/clients/ioteventsdata.d.ts +50 -0
- package/node_modules/aws-sdk/clients/lookoutmetrics.d.ts +5 -0
- package/node_modules/aws-sdk/clients/personalize.d.ts +12 -8
- package/node_modules/aws-sdk/clients/quicksight.d.ts +37 -5
- package/node_modules/aws-sdk/clients/transfer.d.ts +9 -4
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +12 -12
- package/node_modules/aws-sdk/dist/aws-sdk.js +341 -72
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +56 -56
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/node_modules/jszip/.github/workflows/pr.yaml +5 -6
- package/node_modules/jszip/CHANGES.md +5 -0
- package/node_modules/jszip/README.markdown +1 -3
- package/node_modules/jszip/dist/jszip.js +194 -13
- package/node_modules/jszip/dist/jszip.min.js +4 -4
- package/node_modules/jszip/index.d.ts +1 -1
- package/node_modules/jszip/lib/index.js +1 -1
- package/node_modules/jszip/lib/license_header.js +2 -2
- package/node_modules/jszip/lib/utils.js +1 -1
- package/node_modules/jszip/package.json +2 -2
- package/node_modules/jszip/vendor/FileSaver.js +1 -1
- package/node_modules/setimmediate/LICENSE.txt +20 -0
- package/node_modules/setimmediate/package.json +30 -0
- package/node_modules/setimmediate/setImmediate.js +186 -0
- package/package.json +4 -4
- package/releasetag.txt +1 -1
- package/version.txt +1 -1
- package/node_modules/set-immediate-shim/index.js +0 -7
- package/node_modules/set-immediate-shim/package.json +0 -34
- package/node_modules/set-immediate-shim/readme.md +0 -31
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
],
|
|
97
97
|
"members": {
|
|
98
98
|
"mesh": {
|
|
99
|
-
"shape": "
|
|
99
|
+
"shape": "S1r"
|
|
100
100
|
}
|
|
101
101
|
},
|
|
102
102
|
"payload": "mesh"
|
|
@@ -131,7 +131,7 @@
|
|
|
131
131
|
},
|
|
132
132
|
"routeName": {},
|
|
133
133
|
"spec": {
|
|
134
|
-
"shape": "
|
|
134
|
+
"shape": "S1v"
|
|
135
135
|
},
|
|
136
136
|
"tags": {
|
|
137
137
|
"shape": "S19"
|
|
@@ -149,7 +149,7 @@
|
|
|
149
149
|
],
|
|
150
150
|
"members": {
|
|
151
151
|
"route": {
|
|
152
|
-
"shape": "
|
|
152
|
+
"shape": "S2v"
|
|
153
153
|
}
|
|
154
154
|
},
|
|
155
155
|
"payload": "route"
|
|
@@ -182,7 +182,7 @@
|
|
|
182
182
|
"locationName": "meshOwner"
|
|
183
183
|
},
|
|
184
184
|
"spec": {
|
|
185
|
-
"shape": "
|
|
185
|
+
"shape": "S2z"
|
|
186
186
|
},
|
|
187
187
|
"tags": {
|
|
188
188
|
"shape": "S19"
|
|
@@ -197,7 +197,7 @@
|
|
|
197
197
|
],
|
|
198
198
|
"members": {
|
|
199
199
|
"virtualGateway": {
|
|
200
|
-
"shape": "
|
|
200
|
+
"shape": "S49"
|
|
201
201
|
}
|
|
202
202
|
},
|
|
203
203
|
"payload": "virtualGateway"
|
|
@@ -230,7 +230,7 @@
|
|
|
230
230
|
"locationName": "meshOwner"
|
|
231
231
|
},
|
|
232
232
|
"spec": {
|
|
233
|
-
"shape": "
|
|
233
|
+
"shape": "S4d"
|
|
234
234
|
},
|
|
235
235
|
"tags": {
|
|
236
236
|
"shape": "S19"
|
|
@@ -245,7 +245,7 @@
|
|
|
245
245
|
],
|
|
246
246
|
"members": {
|
|
247
247
|
"virtualNode": {
|
|
248
|
-
"shape": "
|
|
248
|
+
"shape": "S5v"
|
|
249
249
|
}
|
|
250
250
|
},
|
|
251
251
|
"payload": "virtualNode"
|
|
@@ -278,7 +278,7 @@
|
|
|
278
278
|
"locationName": "meshOwner"
|
|
279
279
|
},
|
|
280
280
|
"spec": {
|
|
281
|
-
"shape": "
|
|
281
|
+
"shape": "S5z"
|
|
282
282
|
},
|
|
283
283
|
"tags": {
|
|
284
284
|
"shape": "S19"
|
|
@@ -293,7 +293,7 @@
|
|
|
293
293
|
],
|
|
294
294
|
"members": {
|
|
295
295
|
"virtualRouter": {
|
|
296
|
-
"shape": "
|
|
296
|
+
"shape": "S63"
|
|
297
297
|
}
|
|
298
298
|
},
|
|
299
299
|
"payload": "virtualRouter"
|
|
@@ -326,7 +326,7 @@
|
|
|
326
326
|
"locationName": "meshOwner"
|
|
327
327
|
},
|
|
328
328
|
"spec": {
|
|
329
|
-
"shape": "
|
|
329
|
+
"shape": "S67"
|
|
330
330
|
},
|
|
331
331
|
"tags": {
|
|
332
332
|
"shape": "S19"
|
|
@@ -341,7 +341,7 @@
|
|
|
341
341
|
],
|
|
342
342
|
"members": {
|
|
343
343
|
"virtualService": {
|
|
344
|
-
"shape": "
|
|
344
|
+
"shape": "S6c"
|
|
345
345
|
}
|
|
346
346
|
},
|
|
347
347
|
"payload": "virtualService"
|
|
@@ -419,7 +419,7 @@
|
|
|
419
419
|
],
|
|
420
420
|
"members": {
|
|
421
421
|
"mesh": {
|
|
422
|
-
"shape": "
|
|
422
|
+
"shape": "S1r"
|
|
423
423
|
}
|
|
424
424
|
},
|
|
425
425
|
"payload": "mesh"
|
|
@@ -465,7 +465,7 @@
|
|
|
465
465
|
],
|
|
466
466
|
"members": {
|
|
467
467
|
"route": {
|
|
468
|
-
"shape": "
|
|
468
|
+
"shape": "S2v"
|
|
469
469
|
}
|
|
470
470
|
},
|
|
471
471
|
"payload": "route"
|
|
@@ -506,7 +506,7 @@
|
|
|
506
506
|
],
|
|
507
507
|
"members": {
|
|
508
508
|
"virtualGateway": {
|
|
509
|
-
"shape": "
|
|
509
|
+
"shape": "S49"
|
|
510
510
|
}
|
|
511
511
|
},
|
|
512
512
|
"payload": "virtualGateway"
|
|
@@ -547,7 +547,7 @@
|
|
|
547
547
|
],
|
|
548
548
|
"members": {
|
|
549
549
|
"virtualNode": {
|
|
550
|
-
"shape": "
|
|
550
|
+
"shape": "S5v"
|
|
551
551
|
}
|
|
552
552
|
},
|
|
553
553
|
"payload": "virtualNode"
|
|
@@ -588,7 +588,7 @@
|
|
|
588
588
|
],
|
|
589
589
|
"members": {
|
|
590
590
|
"virtualRouter": {
|
|
591
|
-
"shape": "
|
|
591
|
+
"shape": "S63"
|
|
592
592
|
}
|
|
593
593
|
},
|
|
594
594
|
"payload": "virtualRouter"
|
|
@@ -629,7 +629,7 @@
|
|
|
629
629
|
],
|
|
630
630
|
"members": {
|
|
631
631
|
"virtualService": {
|
|
632
|
-
"shape": "
|
|
632
|
+
"shape": "S6c"
|
|
633
633
|
}
|
|
634
634
|
},
|
|
635
635
|
"payload": "virtualService"
|
|
@@ -710,7 +710,7 @@
|
|
|
710
710
|
],
|
|
711
711
|
"members": {
|
|
712
712
|
"mesh": {
|
|
713
|
-
"shape": "
|
|
713
|
+
"shape": "S1r"
|
|
714
714
|
}
|
|
715
715
|
},
|
|
716
716
|
"payload": "mesh"
|
|
@@ -755,7 +755,7 @@
|
|
|
755
755
|
],
|
|
756
756
|
"members": {
|
|
757
757
|
"route": {
|
|
758
|
-
"shape": "
|
|
758
|
+
"shape": "S2v"
|
|
759
759
|
}
|
|
760
760
|
},
|
|
761
761
|
"payload": "route"
|
|
@@ -795,7 +795,7 @@
|
|
|
795
795
|
],
|
|
796
796
|
"members": {
|
|
797
797
|
"virtualGateway": {
|
|
798
|
-
"shape": "
|
|
798
|
+
"shape": "S49"
|
|
799
799
|
}
|
|
800
800
|
},
|
|
801
801
|
"payload": "virtualGateway"
|
|
@@ -835,7 +835,7 @@
|
|
|
835
835
|
],
|
|
836
836
|
"members": {
|
|
837
837
|
"virtualNode": {
|
|
838
|
-
"shape": "
|
|
838
|
+
"shape": "S5v"
|
|
839
839
|
}
|
|
840
840
|
},
|
|
841
841
|
"payload": "virtualNode"
|
|
@@ -875,7 +875,7 @@
|
|
|
875
875
|
],
|
|
876
876
|
"members": {
|
|
877
877
|
"virtualRouter": {
|
|
878
|
-
"shape": "
|
|
878
|
+
"shape": "S63"
|
|
879
879
|
}
|
|
880
880
|
},
|
|
881
881
|
"payload": "virtualRouter"
|
|
@@ -915,7 +915,7 @@
|
|
|
915
915
|
],
|
|
916
916
|
"members": {
|
|
917
917
|
"virtualService": {
|
|
918
|
-
"shape": "
|
|
918
|
+
"shape": "S6c"
|
|
919
919
|
}
|
|
920
920
|
},
|
|
921
921
|
"payload": "virtualService"
|
|
@@ -1614,7 +1614,7 @@
|
|
|
1614
1614
|
],
|
|
1615
1615
|
"members": {
|
|
1616
1616
|
"mesh": {
|
|
1617
|
-
"shape": "
|
|
1617
|
+
"shape": "S1r"
|
|
1618
1618
|
}
|
|
1619
1619
|
},
|
|
1620
1620
|
"payload": "mesh"
|
|
@@ -1652,7 +1652,7 @@
|
|
|
1652
1652
|
"locationName": "routeName"
|
|
1653
1653
|
},
|
|
1654
1654
|
"spec": {
|
|
1655
|
-
"shape": "
|
|
1655
|
+
"shape": "S1v"
|
|
1656
1656
|
},
|
|
1657
1657
|
"virtualRouterName": {
|
|
1658
1658
|
"location": "uri",
|
|
@@ -1667,7 +1667,7 @@
|
|
|
1667
1667
|
],
|
|
1668
1668
|
"members": {
|
|
1669
1669
|
"route": {
|
|
1670
|
-
"shape": "
|
|
1670
|
+
"shape": "S2v"
|
|
1671
1671
|
}
|
|
1672
1672
|
},
|
|
1673
1673
|
"payload": "route"
|
|
@@ -1700,7 +1700,7 @@
|
|
|
1700
1700
|
"locationName": "meshOwner"
|
|
1701
1701
|
},
|
|
1702
1702
|
"spec": {
|
|
1703
|
-
"shape": "
|
|
1703
|
+
"shape": "S2z"
|
|
1704
1704
|
},
|
|
1705
1705
|
"virtualGatewayName": {
|
|
1706
1706
|
"location": "uri",
|
|
@@ -1715,7 +1715,7 @@
|
|
|
1715
1715
|
],
|
|
1716
1716
|
"members": {
|
|
1717
1717
|
"virtualGateway": {
|
|
1718
|
-
"shape": "
|
|
1718
|
+
"shape": "S49"
|
|
1719
1719
|
}
|
|
1720
1720
|
},
|
|
1721
1721
|
"payload": "virtualGateway"
|
|
@@ -1748,7 +1748,7 @@
|
|
|
1748
1748
|
"locationName": "meshOwner"
|
|
1749
1749
|
},
|
|
1750
1750
|
"spec": {
|
|
1751
|
-
"shape": "
|
|
1751
|
+
"shape": "S4d"
|
|
1752
1752
|
},
|
|
1753
1753
|
"virtualNodeName": {
|
|
1754
1754
|
"location": "uri",
|
|
@@ -1763,7 +1763,7 @@
|
|
|
1763
1763
|
],
|
|
1764
1764
|
"members": {
|
|
1765
1765
|
"virtualNode": {
|
|
1766
|
-
"shape": "
|
|
1766
|
+
"shape": "S5v"
|
|
1767
1767
|
}
|
|
1768
1768
|
},
|
|
1769
1769
|
"payload": "virtualNode"
|
|
@@ -1796,7 +1796,7 @@
|
|
|
1796
1796
|
"locationName": "meshOwner"
|
|
1797
1797
|
},
|
|
1798
1798
|
"spec": {
|
|
1799
|
-
"shape": "
|
|
1799
|
+
"shape": "S5z"
|
|
1800
1800
|
},
|
|
1801
1801
|
"virtualRouterName": {
|
|
1802
1802
|
"location": "uri",
|
|
@@ -1811,7 +1811,7 @@
|
|
|
1811
1811
|
],
|
|
1812
1812
|
"members": {
|
|
1813
1813
|
"virtualRouter": {
|
|
1814
|
-
"shape": "
|
|
1814
|
+
"shape": "S63"
|
|
1815
1815
|
}
|
|
1816
1816
|
},
|
|
1817
1817
|
"payload": "virtualRouter"
|
|
@@ -1844,7 +1844,7 @@
|
|
|
1844
1844
|
"locationName": "meshOwner"
|
|
1845
1845
|
},
|
|
1846
1846
|
"spec": {
|
|
1847
|
-
"shape": "
|
|
1847
|
+
"shape": "S67"
|
|
1848
1848
|
},
|
|
1849
1849
|
"virtualServiceName": {
|
|
1850
1850
|
"location": "uri",
|
|
@@ -1859,7 +1859,7 @@
|
|
|
1859
1859
|
],
|
|
1860
1860
|
"members": {
|
|
1861
1861
|
"virtualService": {
|
|
1862
|
-
"shape": "
|
|
1862
|
+
"shape": "S6c"
|
|
1863
1863
|
}
|
|
1864
1864
|
},
|
|
1865
1865
|
"payload": "virtualService"
|
|
@@ -2188,10 +2188,16 @@
|
|
|
2188
2188
|
"members": {
|
|
2189
2189
|
"type": {}
|
|
2190
2190
|
}
|
|
2191
|
+
},
|
|
2192
|
+
"serviceDiscovery": {
|
|
2193
|
+
"type": "structure",
|
|
2194
|
+
"members": {
|
|
2195
|
+
"ipPreference": {}
|
|
2196
|
+
}
|
|
2191
2197
|
}
|
|
2192
2198
|
}
|
|
2193
2199
|
},
|
|
2194
|
-
"
|
|
2200
|
+
"S1r": {
|
|
2195
2201
|
"type": "structure",
|
|
2196
2202
|
"required": [
|
|
2197
2203
|
"meshName",
|
|
@@ -2215,7 +2221,7 @@
|
|
|
2215
2221
|
}
|
|
2216
2222
|
}
|
|
2217
2223
|
},
|
|
2218
|
-
"
|
|
2224
|
+
"S1v": {
|
|
2219
2225
|
"type": "structure",
|
|
2220
2226
|
"members": {
|
|
2221
2227
|
"grpcRoute": {
|
|
@@ -2232,7 +2238,7 @@
|
|
|
2232
2238
|
],
|
|
2233
2239
|
"members": {
|
|
2234
2240
|
"weightedTargets": {
|
|
2235
|
-
"shape": "
|
|
2241
|
+
"shape": "S1y"
|
|
2236
2242
|
}
|
|
2237
2243
|
}
|
|
2238
2244
|
},
|
|
@@ -2283,29 +2289,29 @@
|
|
|
2283
2289
|
"member": {}
|
|
2284
2290
|
},
|
|
2285
2291
|
"httpRetryEvents": {
|
|
2286
|
-
"shape": "
|
|
2292
|
+
"shape": "S29"
|
|
2287
2293
|
},
|
|
2288
2294
|
"maxRetries": {
|
|
2289
2295
|
"type": "long"
|
|
2290
2296
|
},
|
|
2291
2297
|
"perRetryTimeout": {
|
|
2292
|
-
"shape": "
|
|
2298
|
+
"shape": "S2c"
|
|
2293
2299
|
},
|
|
2294
2300
|
"tcpRetryEvents": {
|
|
2295
|
-
"shape": "
|
|
2301
|
+
"shape": "S2f"
|
|
2296
2302
|
}
|
|
2297
2303
|
}
|
|
2298
2304
|
},
|
|
2299
2305
|
"timeout": {
|
|
2300
|
-
"shape": "
|
|
2306
|
+
"shape": "S2h"
|
|
2301
2307
|
}
|
|
2302
2308
|
}
|
|
2303
2309
|
},
|
|
2304
2310
|
"http2Route": {
|
|
2305
|
-
"shape": "
|
|
2311
|
+
"shape": "S2i"
|
|
2306
2312
|
},
|
|
2307
2313
|
"httpRoute": {
|
|
2308
|
-
"shape": "
|
|
2314
|
+
"shape": "S2i"
|
|
2309
2315
|
},
|
|
2310
2316
|
"priority": {
|
|
2311
2317
|
"type": "integer"
|
|
@@ -2323,18 +2329,18 @@
|
|
|
2323
2329
|
],
|
|
2324
2330
|
"members": {
|
|
2325
2331
|
"weightedTargets": {
|
|
2326
|
-
"shape": "
|
|
2332
|
+
"shape": "S1y"
|
|
2327
2333
|
}
|
|
2328
2334
|
}
|
|
2329
2335
|
},
|
|
2330
2336
|
"timeout": {
|
|
2331
|
-
"shape": "
|
|
2337
|
+
"shape": "S2t"
|
|
2332
2338
|
}
|
|
2333
2339
|
}
|
|
2334
2340
|
}
|
|
2335
2341
|
}
|
|
2336
2342
|
},
|
|
2337
|
-
"
|
|
2343
|
+
"S1y": {
|
|
2338
2344
|
"type": "list",
|
|
2339
2345
|
"member": {
|
|
2340
2346
|
"type": "structure",
|
|
@@ -2350,11 +2356,11 @@
|
|
|
2350
2356
|
}
|
|
2351
2357
|
}
|
|
2352
2358
|
},
|
|
2353
|
-
"
|
|
2359
|
+
"S29": {
|
|
2354
2360
|
"type": "list",
|
|
2355
2361
|
"member": {}
|
|
2356
2362
|
},
|
|
2357
|
-
"
|
|
2363
|
+
"S2c": {
|
|
2358
2364
|
"type": "structure",
|
|
2359
2365
|
"members": {
|
|
2360
2366
|
"unit": {},
|
|
@@ -2363,22 +2369,22 @@
|
|
|
2363
2369
|
}
|
|
2364
2370
|
}
|
|
2365
2371
|
},
|
|
2366
|
-
"
|
|
2372
|
+
"S2f": {
|
|
2367
2373
|
"type": "list",
|
|
2368
2374
|
"member": {}
|
|
2369
2375
|
},
|
|
2370
|
-
"
|
|
2376
|
+
"S2h": {
|
|
2371
2377
|
"type": "structure",
|
|
2372
2378
|
"members": {
|
|
2373
2379
|
"idle": {
|
|
2374
|
-
"shape": "
|
|
2380
|
+
"shape": "S2c"
|
|
2375
2381
|
},
|
|
2376
2382
|
"perRequest": {
|
|
2377
|
-
"shape": "
|
|
2383
|
+
"shape": "S2c"
|
|
2378
2384
|
}
|
|
2379
2385
|
}
|
|
2380
2386
|
},
|
|
2381
|
-
"
|
|
2387
|
+
"S2i": {
|
|
2382
2388
|
"type": "structure",
|
|
2383
2389
|
"required": [
|
|
2384
2390
|
"action",
|
|
@@ -2392,7 +2398,7 @@
|
|
|
2392
2398
|
],
|
|
2393
2399
|
"members": {
|
|
2394
2400
|
"weightedTargets": {
|
|
2395
|
-
"shape": "
|
|
2401
|
+
"shape": "S1y"
|
|
2396
2402
|
}
|
|
2397
2403
|
}
|
|
2398
2404
|
},
|
|
@@ -2436,44 +2442,44 @@
|
|
|
2436
2442
|
],
|
|
2437
2443
|
"members": {
|
|
2438
2444
|
"httpRetryEvents": {
|
|
2439
|
-
"shape": "
|
|
2445
|
+
"shape": "S29"
|
|
2440
2446
|
},
|
|
2441
2447
|
"maxRetries": {
|
|
2442
2448
|
"type": "long"
|
|
2443
2449
|
},
|
|
2444
2450
|
"perRetryTimeout": {
|
|
2445
|
-
"shape": "
|
|
2451
|
+
"shape": "S2c"
|
|
2446
2452
|
},
|
|
2447
2453
|
"tcpRetryEvents": {
|
|
2448
|
-
"shape": "
|
|
2454
|
+
"shape": "S2f"
|
|
2449
2455
|
}
|
|
2450
2456
|
}
|
|
2451
2457
|
},
|
|
2452
2458
|
"timeout": {
|
|
2453
|
-
"shape": "
|
|
2459
|
+
"shape": "S2p"
|
|
2454
2460
|
}
|
|
2455
2461
|
}
|
|
2456
2462
|
},
|
|
2457
|
-
"
|
|
2463
|
+
"S2p": {
|
|
2458
2464
|
"type": "structure",
|
|
2459
2465
|
"members": {
|
|
2460
2466
|
"idle": {
|
|
2461
|
-
"shape": "
|
|
2467
|
+
"shape": "S2c"
|
|
2462
2468
|
},
|
|
2463
2469
|
"perRequest": {
|
|
2464
|
-
"shape": "
|
|
2470
|
+
"shape": "S2c"
|
|
2465
2471
|
}
|
|
2466
2472
|
}
|
|
2467
2473
|
},
|
|
2468
|
-
"
|
|
2474
|
+
"S2t": {
|
|
2469
2475
|
"type": "structure",
|
|
2470
2476
|
"members": {
|
|
2471
2477
|
"idle": {
|
|
2472
|
-
"shape": "
|
|
2478
|
+
"shape": "S2c"
|
|
2473
2479
|
}
|
|
2474
2480
|
}
|
|
2475
2481
|
},
|
|
2476
|
-
"
|
|
2482
|
+
"S2v": {
|
|
2477
2483
|
"type": "structure",
|
|
2478
2484
|
"required": [
|
|
2479
2485
|
"meshName",
|
|
@@ -2490,7 +2496,7 @@
|
|
|
2490
2496
|
},
|
|
2491
2497
|
"routeName": {},
|
|
2492
2498
|
"spec": {
|
|
2493
|
-
"shape": "
|
|
2499
|
+
"shape": "S1v"
|
|
2494
2500
|
},
|
|
2495
2501
|
"status": {
|
|
2496
2502
|
"type": "structure",
|
|
@@ -2504,7 +2510,7 @@
|
|
|
2504
2510
|
"virtualRouterName": {}
|
|
2505
2511
|
}
|
|
2506
2512
|
},
|
|
2507
|
-
"
|
|
2513
|
+
"S2z": {
|
|
2508
2514
|
"type": "structure",
|
|
2509
2515
|
"required": [
|
|
2510
2516
|
"listeners"
|
|
@@ -2526,10 +2532,10 @@
|
|
|
2526
2532
|
"type": "structure",
|
|
2527
2533
|
"members": {
|
|
2528
2534
|
"file": {
|
|
2529
|
-
"shape": "
|
|
2535
|
+
"shape": "S34"
|
|
2530
2536
|
},
|
|
2531
2537
|
"sds": {
|
|
2532
|
-
"shape": "
|
|
2538
|
+
"shape": "S36"
|
|
2533
2539
|
}
|
|
2534
2540
|
},
|
|
2535
2541
|
"union": true
|
|
@@ -2538,7 +2544,7 @@
|
|
|
2538
2544
|
"type": "boolean"
|
|
2539
2545
|
},
|
|
2540
2546
|
"ports": {
|
|
2541
|
-
"shape": "
|
|
2547
|
+
"shape": "S38"
|
|
2542
2548
|
},
|
|
2543
2549
|
"validation": {
|
|
2544
2550
|
"type": "structure",
|
|
@@ -2547,7 +2553,7 @@
|
|
|
2547
2553
|
],
|
|
2548
2554
|
"members": {
|
|
2549
2555
|
"subjectAlternativeNames": {
|
|
2550
|
-
"shape": "
|
|
2556
|
+
"shape": "S3b"
|
|
2551
2557
|
},
|
|
2552
2558
|
"trust": {
|
|
2553
2559
|
"type": "structure",
|
|
@@ -2565,10 +2571,10 @@
|
|
|
2565
2571
|
}
|
|
2566
2572
|
},
|
|
2567
2573
|
"file": {
|
|
2568
|
-
"shape": "
|
|
2574
|
+
"shape": "S3i"
|
|
2569
2575
|
},
|
|
2570
2576
|
"sds": {
|
|
2571
|
-
"shape": "
|
|
2577
|
+
"shape": "S3j"
|
|
2572
2578
|
}
|
|
2573
2579
|
},
|
|
2574
2580
|
"union": true
|
|
@@ -2693,10 +2699,10 @@
|
|
|
2693
2699
|
}
|
|
2694
2700
|
},
|
|
2695
2701
|
"file": {
|
|
2696
|
-
"shape": "
|
|
2702
|
+
"shape": "S34"
|
|
2697
2703
|
},
|
|
2698
2704
|
"sds": {
|
|
2699
|
-
"shape": "
|
|
2705
|
+
"shape": "S36"
|
|
2700
2706
|
}
|
|
2701
2707
|
},
|
|
2702
2708
|
"union": true
|
|
@@ -2709,16 +2715,16 @@
|
|
|
2709
2715
|
],
|
|
2710
2716
|
"members": {
|
|
2711
2717
|
"subjectAlternativeNames": {
|
|
2712
|
-
"shape": "
|
|
2718
|
+
"shape": "S3b"
|
|
2713
2719
|
},
|
|
2714
2720
|
"trust": {
|
|
2715
2721
|
"type": "structure",
|
|
2716
2722
|
"members": {
|
|
2717
2723
|
"file": {
|
|
2718
|
-
"shape": "
|
|
2724
|
+
"shape": "S3i"
|
|
2719
2725
|
},
|
|
2720
2726
|
"sds": {
|
|
2721
|
-
"shape": "
|
|
2727
|
+
"shape": "S3j"
|
|
2722
2728
|
}
|
|
2723
2729
|
},
|
|
2724
2730
|
"union": true
|
|
@@ -2752,7 +2758,7 @@
|
|
|
2752
2758
|
}
|
|
2753
2759
|
}
|
|
2754
2760
|
},
|
|
2755
|
-
"
|
|
2761
|
+
"S34": {
|
|
2756
2762
|
"type": "structure",
|
|
2757
2763
|
"required": [
|
|
2758
2764
|
"certificateChain",
|
|
@@ -2763,7 +2769,7 @@
|
|
|
2763
2769
|
"privateKey": {}
|
|
2764
2770
|
}
|
|
2765
2771
|
},
|
|
2766
|
-
"
|
|
2772
|
+
"S36": {
|
|
2767
2773
|
"type": "structure",
|
|
2768
2774
|
"required": [
|
|
2769
2775
|
"secretName"
|
|
@@ -2772,13 +2778,13 @@
|
|
|
2772
2778
|
"secretName": {}
|
|
2773
2779
|
}
|
|
2774
2780
|
},
|
|
2775
|
-
"
|
|
2781
|
+
"S38": {
|
|
2776
2782
|
"type": "list",
|
|
2777
2783
|
"member": {
|
|
2778
2784
|
"type": "integer"
|
|
2779
2785
|
}
|
|
2780
2786
|
},
|
|
2781
|
-
"
|
|
2787
|
+
"S3b": {
|
|
2782
2788
|
"type": "structure",
|
|
2783
2789
|
"required": [
|
|
2784
2790
|
"match"
|
|
@@ -2798,7 +2804,7 @@
|
|
|
2798
2804
|
}
|
|
2799
2805
|
}
|
|
2800
2806
|
},
|
|
2801
|
-
"
|
|
2807
|
+
"S3i": {
|
|
2802
2808
|
"type": "structure",
|
|
2803
2809
|
"required": [
|
|
2804
2810
|
"certificateChain"
|
|
@@ -2807,7 +2813,7 @@
|
|
|
2807
2813
|
"certificateChain": {}
|
|
2808
2814
|
}
|
|
2809
2815
|
},
|
|
2810
|
-
"
|
|
2816
|
+
"S3j": {
|
|
2811
2817
|
"type": "structure",
|
|
2812
2818
|
"required": [
|
|
2813
2819
|
"secretName"
|
|
@@ -2816,7 +2822,7 @@
|
|
|
2816
2822
|
"secretName": {}
|
|
2817
2823
|
}
|
|
2818
2824
|
},
|
|
2819
|
-
"
|
|
2825
|
+
"S49": {
|
|
2820
2826
|
"type": "structure",
|
|
2821
2827
|
"required": [
|
|
2822
2828
|
"meshName",
|
|
@@ -2831,7 +2837,7 @@
|
|
|
2831
2837
|
"shape": "S1f"
|
|
2832
2838
|
},
|
|
2833
2839
|
"spec": {
|
|
2834
|
-
"shape": "
|
|
2840
|
+
"shape": "S2z"
|
|
2835
2841
|
},
|
|
2836
2842
|
"status": {
|
|
2837
2843
|
"type": "structure",
|
|
@@ -2845,14 +2851,14 @@
|
|
|
2845
2851
|
"virtualGatewayName": {}
|
|
2846
2852
|
}
|
|
2847
2853
|
},
|
|
2848
|
-
"
|
|
2854
|
+
"S4d": {
|
|
2849
2855
|
"type": "structure",
|
|
2850
2856
|
"members": {
|
|
2851
2857
|
"backendDefaults": {
|
|
2852
2858
|
"type": "structure",
|
|
2853
2859
|
"members": {
|
|
2854
2860
|
"clientPolicy": {
|
|
2855
|
-
"shape": "
|
|
2861
|
+
"shape": "S4f"
|
|
2856
2862
|
}
|
|
2857
2863
|
}
|
|
2858
2864
|
},
|
|
@@ -2868,7 +2874,7 @@
|
|
|
2868
2874
|
],
|
|
2869
2875
|
"members": {
|
|
2870
2876
|
"clientPolicy": {
|
|
2871
|
-
"shape": "
|
|
2877
|
+
"shape": "S4f"
|
|
2872
2878
|
},
|
|
2873
2879
|
"virtualServiceName": {}
|
|
2874
2880
|
}
|
|
@@ -2977,10 +2983,10 @@
|
|
|
2977
2983
|
],
|
|
2978
2984
|
"members": {
|
|
2979
2985
|
"baseEjectionDuration": {
|
|
2980
|
-
"shape": "
|
|
2986
|
+
"shape": "S2c"
|
|
2981
2987
|
},
|
|
2982
2988
|
"interval": {
|
|
2983
|
-
"shape": "
|
|
2989
|
+
"shape": "S2c"
|
|
2984
2990
|
},
|
|
2985
2991
|
"maxEjectionPercent": {
|
|
2986
2992
|
"type": "integer"
|
|
@@ -2991,22 +2997,22 @@
|
|
|
2991
2997
|
}
|
|
2992
2998
|
},
|
|
2993
2999
|
"portMapping": {
|
|
2994
|
-
"shape": "
|
|
3000
|
+
"shape": "S59"
|
|
2995
3001
|
},
|
|
2996
3002
|
"timeout": {
|
|
2997
3003
|
"type": "structure",
|
|
2998
3004
|
"members": {
|
|
2999
3005
|
"grpc": {
|
|
3000
|
-
"shape": "
|
|
3006
|
+
"shape": "S2h"
|
|
3001
3007
|
},
|
|
3002
3008
|
"http": {
|
|
3003
|
-
"shape": "
|
|
3009
|
+
"shape": "S2p"
|
|
3004
3010
|
},
|
|
3005
3011
|
"http2": {
|
|
3006
|
-
"shape": "
|
|
3012
|
+
"shape": "S2p"
|
|
3007
3013
|
},
|
|
3008
3014
|
"tcp": {
|
|
3009
|
-
"shape": "
|
|
3015
|
+
"shape": "S2t"
|
|
3010
3016
|
}
|
|
3011
3017
|
},
|
|
3012
3018
|
"union": true
|
|
@@ -3031,10 +3037,10 @@
|
|
|
3031
3037
|
}
|
|
3032
3038
|
},
|
|
3033
3039
|
"file": {
|
|
3034
|
-
"shape": "
|
|
3040
|
+
"shape": "S4i"
|
|
3035
3041
|
},
|
|
3036
3042
|
"sds": {
|
|
3037
|
-
"shape": "
|
|
3043
|
+
"shape": "S4j"
|
|
3038
3044
|
}
|
|
3039
3045
|
},
|
|
3040
3046
|
"union": true
|
|
@@ -3047,16 +3053,16 @@
|
|
|
3047
3053
|
],
|
|
3048
3054
|
"members": {
|
|
3049
3055
|
"subjectAlternativeNames": {
|
|
3050
|
-
"shape": "
|
|
3056
|
+
"shape": "S3b"
|
|
3051
3057
|
},
|
|
3052
3058
|
"trust": {
|
|
3053
3059
|
"type": "structure",
|
|
3054
3060
|
"members": {
|
|
3055
3061
|
"file": {
|
|
3056
|
-
"shape": "
|
|
3062
|
+
"shape": "S4p"
|
|
3057
3063
|
},
|
|
3058
3064
|
"sds": {
|
|
3059
|
-
"shape": "
|
|
3065
|
+
"shape": "S4q"
|
|
3060
3066
|
}
|
|
3061
3067
|
},
|
|
3062
3068
|
"union": true
|
|
@@ -3112,6 +3118,7 @@
|
|
|
3112
3118
|
}
|
|
3113
3119
|
}
|
|
3114
3120
|
},
|
|
3121
|
+
"ipPreference": {},
|
|
3115
3122
|
"namespaceName": {},
|
|
3116
3123
|
"serviceName": {}
|
|
3117
3124
|
}
|
|
@@ -3123,6 +3130,7 @@
|
|
|
3123
3130
|
],
|
|
3124
3131
|
"members": {
|
|
3125
3132
|
"hostname": {},
|
|
3133
|
+
"ipPreference": {},
|
|
3126
3134
|
"responseType": {}
|
|
3127
3135
|
}
|
|
3128
3136
|
}
|
|
@@ -3131,7 +3139,7 @@
|
|
|
3131
3139
|
}
|
|
3132
3140
|
}
|
|
3133
3141
|
},
|
|
3134
|
-
"
|
|
3142
|
+
"S4f": {
|
|
3135
3143
|
"type": "structure",
|
|
3136
3144
|
"members": {
|
|
3137
3145
|
"tls": {
|
|
@@ -3144,10 +3152,10 @@
|
|
|
3144
3152
|
"type": "structure",
|
|
3145
3153
|
"members": {
|
|
3146
3154
|
"file": {
|
|
3147
|
-
"shape": "
|
|
3155
|
+
"shape": "S4i"
|
|
3148
3156
|
},
|
|
3149
3157
|
"sds": {
|
|
3150
|
-
"shape": "
|
|
3158
|
+
"shape": "S4j"
|
|
3151
3159
|
}
|
|
3152
3160
|
},
|
|
3153
3161
|
"union": true
|
|
@@ -3156,7 +3164,7 @@
|
|
|
3156
3164
|
"type": "boolean"
|
|
3157
3165
|
},
|
|
3158
3166
|
"ports": {
|
|
3159
|
-
"shape": "
|
|
3167
|
+
"shape": "S38"
|
|
3160
3168
|
},
|
|
3161
3169
|
"validation": {
|
|
3162
3170
|
"type": "structure",
|
|
@@ -3165,7 +3173,7 @@
|
|
|
3165
3173
|
],
|
|
3166
3174
|
"members": {
|
|
3167
3175
|
"subjectAlternativeNames": {
|
|
3168
|
-
"shape": "
|
|
3176
|
+
"shape": "S3b"
|
|
3169
3177
|
},
|
|
3170
3178
|
"trust": {
|
|
3171
3179
|
"type": "structure",
|
|
@@ -3183,10 +3191,10 @@
|
|
|
3183
3191
|
}
|
|
3184
3192
|
},
|
|
3185
3193
|
"file": {
|
|
3186
|
-
"shape": "
|
|
3194
|
+
"shape": "S4p"
|
|
3187
3195
|
},
|
|
3188
3196
|
"sds": {
|
|
3189
|
-
"shape": "
|
|
3197
|
+
"shape": "S4q"
|
|
3190
3198
|
}
|
|
3191
3199
|
},
|
|
3192
3200
|
"union": true
|
|
@@ -3197,7 +3205,7 @@
|
|
|
3197
3205
|
}
|
|
3198
3206
|
}
|
|
3199
3207
|
},
|
|
3200
|
-
"
|
|
3208
|
+
"S4i": {
|
|
3201
3209
|
"type": "structure",
|
|
3202
3210
|
"required": [
|
|
3203
3211
|
"certificateChain",
|
|
@@ -3208,7 +3216,7 @@
|
|
|
3208
3216
|
"privateKey": {}
|
|
3209
3217
|
}
|
|
3210
3218
|
},
|
|
3211
|
-
"
|
|
3219
|
+
"S4j": {
|
|
3212
3220
|
"type": "structure",
|
|
3213
3221
|
"required": [
|
|
3214
3222
|
"secretName"
|
|
@@ -3217,7 +3225,7 @@
|
|
|
3217
3225
|
"secretName": {}
|
|
3218
3226
|
}
|
|
3219
3227
|
},
|
|
3220
|
-
"
|
|
3228
|
+
"S4p": {
|
|
3221
3229
|
"type": "structure",
|
|
3222
3230
|
"required": [
|
|
3223
3231
|
"certificateChain"
|
|
@@ -3226,7 +3234,7 @@
|
|
|
3226
3234
|
"certificateChain": {}
|
|
3227
3235
|
}
|
|
3228
3236
|
},
|
|
3229
|
-
"
|
|
3237
|
+
"S4q": {
|
|
3230
3238
|
"type": "structure",
|
|
3231
3239
|
"required": [
|
|
3232
3240
|
"secretName"
|
|
@@ -3235,7 +3243,7 @@
|
|
|
3235
3243
|
"secretName": {}
|
|
3236
3244
|
}
|
|
3237
3245
|
},
|
|
3238
|
-
"
|
|
3246
|
+
"S59": {
|
|
3239
3247
|
"type": "structure",
|
|
3240
3248
|
"required": [
|
|
3241
3249
|
"port",
|
|
@@ -3248,7 +3256,7 @@
|
|
|
3248
3256
|
"protocol": {}
|
|
3249
3257
|
}
|
|
3250
3258
|
},
|
|
3251
|
-
"
|
|
3259
|
+
"S5v": {
|
|
3252
3260
|
"type": "structure",
|
|
3253
3261
|
"required": [
|
|
3254
3262
|
"meshName",
|
|
@@ -3263,7 +3271,7 @@
|
|
|
3263
3271
|
"shape": "S1f"
|
|
3264
3272
|
},
|
|
3265
3273
|
"spec": {
|
|
3266
|
-
"shape": "
|
|
3274
|
+
"shape": "S4d"
|
|
3267
3275
|
},
|
|
3268
3276
|
"status": {
|
|
3269
3277
|
"type": "structure",
|
|
@@ -3277,7 +3285,7 @@
|
|
|
3277
3285
|
"virtualNodeName": {}
|
|
3278
3286
|
}
|
|
3279
3287
|
},
|
|
3280
|
-
"
|
|
3288
|
+
"S5z": {
|
|
3281
3289
|
"type": "structure",
|
|
3282
3290
|
"members": {
|
|
3283
3291
|
"listeners": {
|
|
@@ -3289,14 +3297,14 @@
|
|
|
3289
3297
|
],
|
|
3290
3298
|
"members": {
|
|
3291
3299
|
"portMapping": {
|
|
3292
|
-
"shape": "
|
|
3300
|
+
"shape": "S59"
|
|
3293
3301
|
}
|
|
3294
3302
|
}
|
|
3295
3303
|
}
|
|
3296
3304
|
}
|
|
3297
3305
|
}
|
|
3298
3306
|
},
|
|
3299
|
-
"
|
|
3307
|
+
"S63": {
|
|
3300
3308
|
"type": "structure",
|
|
3301
3309
|
"required": [
|
|
3302
3310
|
"meshName",
|
|
@@ -3311,7 +3319,7 @@
|
|
|
3311
3319
|
"shape": "S1f"
|
|
3312
3320
|
},
|
|
3313
3321
|
"spec": {
|
|
3314
|
-
"shape": "
|
|
3322
|
+
"shape": "S5z"
|
|
3315
3323
|
},
|
|
3316
3324
|
"status": {
|
|
3317
3325
|
"type": "structure",
|
|
@@ -3325,7 +3333,7 @@
|
|
|
3325
3333
|
"virtualRouterName": {}
|
|
3326
3334
|
}
|
|
3327
3335
|
},
|
|
3328
|
-
"
|
|
3336
|
+
"S67": {
|
|
3329
3337
|
"type": "structure",
|
|
3330
3338
|
"members": {
|
|
3331
3339
|
"provider": {
|
|
@@ -3354,7 +3362,7 @@
|
|
|
3354
3362
|
}
|
|
3355
3363
|
}
|
|
3356
3364
|
},
|
|
3357
|
-
"
|
|
3365
|
+
"S6c": {
|
|
3358
3366
|
"type": "structure",
|
|
3359
3367
|
"required": [
|
|
3360
3368
|
"meshName",
|
|
@@ -3369,7 +3377,7 @@
|
|
|
3369
3377
|
"shape": "S1f"
|
|
3370
3378
|
},
|
|
3371
3379
|
"spec": {
|
|
3372
|
-
"shape": "
|
|
3380
|
+
"shape": "S67"
|
|
3373
3381
|
},
|
|
3374
3382
|
"status": {
|
|
3375
3383
|
"type": "structure",
|