cdk-docker-image-deployment 0.0.198 → 0.0.199
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 +3 -3
- package/lib/destination.js +1 -1
- package/lib/docker-image-deployment.js +1 -1
- package/lib/source.js +1 -1
- package/node_modules/aws-sdk/CHANGELOG.md +8 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/chime-sdk-messaging-2021-05-15.min.json +141 -50
- package/node_modules/aws-sdk/apis/cleanrooms-2022-02-17.min.json +160 -57
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +1032 -794
- package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.min.json +8 -4
- package/node_modules/aws-sdk/apis/mgn-2020-02-26.min.json +389 -45
- package/node_modules/aws-sdk/apis/mgn-2020-02-26.paginators.json +24 -0
- package/node_modules/aws-sdk/clients/chimesdkmessaging.d.ts +70 -0
- package/node_modules/aws-sdk/clients/cleanrooms.d.ts +82 -1
- package/node_modules/aws-sdk/clients/ec2.d.ts +257 -24
- package/node_modules/aws-sdk/clients/iotsitewise.d.ts +9 -1
- package/node_modules/aws-sdk/clients/mgn.d.ts +472 -1
- 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 +7 -7
- package/node_modules/aws-sdk/dist/aws-sdk.js +1035 -797
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +72 -72
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +7 -7
|
@@ -109,7 +109,10 @@
|
|
|
109
109
|
"dataEncryptionMetadata": {
|
|
110
110
|
"shape": "Sw"
|
|
111
111
|
},
|
|
112
|
-
"queryLogStatus": {}
|
|
112
|
+
"queryLogStatus": {},
|
|
113
|
+
"tags": {
|
|
114
|
+
"shape": "Sz"
|
|
115
|
+
}
|
|
113
116
|
}
|
|
114
117
|
},
|
|
115
118
|
"output": {
|
|
@@ -119,7 +122,7 @@
|
|
|
119
122
|
],
|
|
120
123
|
"members": {
|
|
121
124
|
"collaboration": {
|
|
122
|
-
"shape": "
|
|
125
|
+
"shape": "S13"
|
|
123
126
|
}
|
|
124
127
|
}
|
|
125
128
|
}
|
|
@@ -141,12 +144,15 @@
|
|
|
141
144
|
"name": {},
|
|
142
145
|
"description": {},
|
|
143
146
|
"tableReference": {
|
|
144
|
-
"shape": "
|
|
147
|
+
"shape": "S17"
|
|
145
148
|
},
|
|
146
149
|
"allowedColumns": {
|
|
147
|
-
"shape": "
|
|
150
|
+
"shape": "S1a"
|
|
148
151
|
},
|
|
149
|
-
"analysisMethod": {}
|
|
152
|
+
"analysisMethod": {},
|
|
153
|
+
"tags": {
|
|
154
|
+
"shape": "Sz"
|
|
155
|
+
}
|
|
150
156
|
}
|
|
151
157
|
},
|
|
152
158
|
"output": {
|
|
@@ -156,7 +162,7 @@
|
|
|
156
162
|
],
|
|
157
163
|
"members": {
|
|
158
164
|
"configuredTable": {
|
|
159
|
-
"shape": "
|
|
165
|
+
"shape": "S1c"
|
|
160
166
|
}
|
|
161
167
|
}
|
|
162
168
|
},
|
|
@@ -181,7 +187,7 @@
|
|
|
181
187
|
},
|
|
182
188
|
"analysisRuleType": {},
|
|
183
189
|
"analysisRulePolicy": {
|
|
184
|
-
"shape": "
|
|
190
|
+
"shape": "S1i"
|
|
185
191
|
}
|
|
186
192
|
}
|
|
187
193
|
},
|
|
@@ -192,7 +198,7 @@
|
|
|
192
198
|
],
|
|
193
199
|
"members": {
|
|
194
200
|
"analysisRule": {
|
|
195
|
-
"shape": "
|
|
201
|
+
"shape": "S21"
|
|
196
202
|
}
|
|
197
203
|
}
|
|
198
204
|
},
|
|
@@ -219,7 +225,10 @@
|
|
|
219
225
|
"locationName": "membershipIdentifier"
|
|
220
226
|
},
|
|
221
227
|
"configuredTableIdentifier": {},
|
|
222
|
-
"roleArn": {}
|
|
228
|
+
"roleArn": {},
|
|
229
|
+
"tags": {
|
|
230
|
+
"shape": "Sz"
|
|
231
|
+
}
|
|
223
232
|
}
|
|
224
233
|
},
|
|
225
234
|
"output": {
|
|
@@ -229,7 +238,7 @@
|
|
|
229
238
|
],
|
|
230
239
|
"members": {
|
|
231
240
|
"configuredTableAssociation": {
|
|
232
|
-
"shape": "
|
|
241
|
+
"shape": "S26"
|
|
233
242
|
}
|
|
234
243
|
}
|
|
235
244
|
}
|
|
@@ -247,7 +256,10 @@
|
|
|
247
256
|
],
|
|
248
257
|
"members": {
|
|
249
258
|
"collaborationIdentifier": {},
|
|
250
|
-
"queryLogStatus": {}
|
|
259
|
+
"queryLogStatus": {},
|
|
260
|
+
"tags": {
|
|
261
|
+
"shape": "Sz"
|
|
262
|
+
}
|
|
251
263
|
}
|
|
252
264
|
},
|
|
253
265
|
"output": {
|
|
@@ -257,7 +269,7 @@
|
|
|
257
269
|
],
|
|
258
270
|
"members": {
|
|
259
271
|
"membership": {
|
|
260
|
-
"shape": "
|
|
272
|
+
"shape": "S2b"
|
|
261
273
|
}
|
|
262
274
|
}
|
|
263
275
|
}
|
|
@@ -446,7 +458,7 @@
|
|
|
446
458
|
],
|
|
447
459
|
"members": {
|
|
448
460
|
"collaboration": {
|
|
449
|
-
"shape": "
|
|
461
|
+
"shape": "S13"
|
|
450
462
|
}
|
|
451
463
|
}
|
|
452
464
|
}
|
|
@@ -476,7 +488,7 @@
|
|
|
476
488
|
],
|
|
477
489
|
"members": {
|
|
478
490
|
"configuredTable": {
|
|
479
|
-
"shape": "
|
|
491
|
+
"shape": "S1c"
|
|
480
492
|
}
|
|
481
493
|
}
|
|
482
494
|
}
|
|
@@ -511,7 +523,7 @@
|
|
|
511
523
|
],
|
|
512
524
|
"members": {
|
|
513
525
|
"analysisRule": {
|
|
514
|
-
"shape": "
|
|
526
|
+
"shape": "S21"
|
|
515
527
|
}
|
|
516
528
|
}
|
|
517
529
|
}
|
|
@@ -546,7 +558,7 @@
|
|
|
546
558
|
],
|
|
547
559
|
"members": {
|
|
548
560
|
"configuredTableAssociation": {
|
|
549
|
-
"shape": "
|
|
561
|
+
"shape": "S26"
|
|
550
562
|
}
|
|
551
563
|
}
|
|
552
564
|
}
|
|
@@ -576,7 +588,7 @@
|
|
|
576
588
|
],
|
|
577
589
|
"members": {
|
|
578
590
|
"membership": {
|
|
579
|
-
"shape": "
|
|
591
|
+
"shape": "S2b"
|
|
580
592
|
}
|
|
581
593
|
}
|
|
582
594
|
}
|
|
@@ -611,7 +623,7 @@
|
|
|
611
623
|
],
|
|
612
624
|
"members": {
|
|
613
625
|
"protectedQuery": {
|
|
614
|
-
"shape": "
|
|
626
|
+
"shape": "S33"
|
|
615
627
|
}
|
|
616
628
|
}
|
|
617
629
|
}
|
|
@@ -712,10 +724,10 @@
|
|
|
712
724
|
"type": "structure",
|
|
713
725
|
"members": {
|
|
714
726
|
"list": {
|
|
715
|
-
"shape": "
|
|
727
|
+
"shape": "S1k"
|
|
716
728
|
},
|
|
717
729
|
"aggregation": {
|
|
718
|
-
"shape": "
|
|
730
|
+
"shape": "S1o"
|
|
719
731
|
}
|
|
720
732
|
},
|
|
721
733
|
"union": true
|
|
@@ -911,7 +923,7 @@
|
|
|
911
923
|
"type": "timestamp"
|
|
912
924
|
},
|
|
913
925
|
"analysisRuleTypes": {
|
|
914
|
-
"shape": "
|
|
926
|
+
"shape": "S1e"
|
|
915
927
|
},
|
|
916
928
|
"analysisMethod": {}
|
|
917
929
|
}
|
|
@@ -1197,6 +1209,36 @@
|
|
|
1197
1209
|
}
|
|
1198
1210
|
}
|
|
1199
1211
|
},
|
|
1212
|
+
"ListTagsForResource": {
|
|
1213
|
+
"http": {
|
|
1214
|
+
"method": "GET",
|
|
1215
|
+
"requestUri": "/tags/{resourceArn}",
|
|
1216
|
+
"responseCode": 200
|
|
1217
|
+
},
|
|
1218
|
+
"input": {
|
|
1219
|
+
"type": "structure",
|
|
1220
|
+
"required": [
|
|
1221
|
+
"resourceArn"
|
|
1222
|
+
],
|
|
1223
|
+
"members": {
|
|
1224
|
+
"resourceArn": {
|
|
1225
|
+
"location": "uri",
|
|
1226
|
+
"locationName": "resourceArn"
|
|
1227
|
+
}
|
|
1228
|
+
}
|
|
1229
|
+
},
|
|
1230
|
+
"output": {
|
|
1231
|
+
"type": "structure",
|
|
1232
|
+
"required": [
|
|
1233
|
+
"tags"
|
|
1234
|
+
],
|
|
1235
|
+
"members": {
|
|
1236
|
+
"tags": {
|
|
1237
|
+
"shape": "Sz"
|
|
1238
|
+
}
|
|
1239
|
+
}
|
|
1240
|
+
}
|
|
1241
|
+
},
|
|
1200
1242
|
"StartProtectedQuery": {
|
|
1201
1243
|
"http": {
|
|
1202
1244
|
"requestUri": "/memberships/{membershipIdentifier}/protectedQueries",
|
|
@@ -1217,10 +1259,10 @@
|
|
|
1217
1259
|
"locationName": "membershipIdentifier"
|
|
1218
1260
|
},
|
|
1219
1261
|
"sqlParameters": {
|
|
1220
|
-
"shape": "
|
|
1262
|
+
"shape": "S34"
|
|
1221
1263
|
},
|
|
1222
1264
|
"resultConfiguration": {
|
|
1223
|
-
"shape": "
|
|
1265
|
+
"shape": "S37"
|
|
1224
1266
|
}
|
|
1225
1267
|
}
|
|
1226
1268
|
},
|
|
@@ -1231,9 +1273,65 @@
|
|
|
1231
1273
|
],
|
|
1232
1274
|
"members": {
|
|
1233
1275
|
"protectedQuery": {
|
|
1234
|
-
"shape": "
|
|
1276
|
+
"shape": "S33"
|
|
1277
|
+
}
|
|
1278
|
+
}
|
|
1279
|
+
}
|
|
1280
|
+
},
|
|
1281
|
+
"TagResource": {
|
|
1282
|
+
"http": {
|
|
1283
|
+
"requestUri": "/tags/{resourceArn}",
|
|
1284
|
+
"responseCode": 200
|
|
1285
|
+
},
|
|
1286
|
+
"input": {
|
|
1287
|
+
"type": "structure",
|
|
1288
|
+
"required": [
|
|
1289
|
+
"resourceArn",
|
|
1290
|
+
"tags"
|
|
1291
|
+
],
|
|
1292
|
+
"members": {
|
|
1293
|
+
"resourceArn": {
|
|
1294
|
+
"location": "uri",
|
|
1295
|
+
"locationName": "resourceArn"
|
|
1296
|
+
},
|
|
1297
|
+
"tags": {
|
|
1298
|
+
"shape": "Sz"
|
|
1299
|
+
}
|
|
1300
|
+
}
|
|
1301
|
+
},
|
|
1302
|
+
"output": {
|
|
1303
|
+
"type": "structure",
|
|
1304
|
+
"members": {}
|
|
1305
|
+
}
|
|
1306
|
+
},
|
|
1307
|
+
"UntagResource": {
|
|
1308
|
+
"http": {
|
|
1309
|
+
"method": "DELETE",
|
|
1310
|
+
"requestUri": "/tags/{resourceArn}",
|
|
1311
|
+
"responseCode": 200
|
|
1312
|
+
},
|
|
1313
|
+
"input": {
|
|
1314
|
+
"type": "structure",
|
|
1315
|
+
"required": [
|
|
1316
|
+
"resourceArn",
|
|
1317
|
+
"tagKeys"
|
|
1318
|
+
],
|
|
1319
|
+
"members": {
|
|
1320
|
+
"resourceArn": {
|
|
1321
|
+
"location": "uri",
|
|
1322
|
+
"locationName": "resourceArn"
|
|
1323
|
+
},
|
|
1324
|
+
"tagKeys": {
|
|
1325
|
+
"location": "querystring",
|
|
1326
|
+
"locationName": "tagKeys",
|
|
1327
|
+
"type": "list",
|
|
1328
|
+
"member": {}
|
|
1235
1329
|
}
|
|
1236
1330
|
}
|
|
1331
|
+
},
|
|
1332
|
+
"output": {
|
|
1333
|
+
"type": "structure",
|
|
1334
|
+
"members": {}
|
|
1237
1335
|
}
|
|
1238
1336
|
},
|
|
1239
1337
|
"UpdateCollaboration": {
|
|
@@ -1263,7 +1361,7 @@
|
|
|
1263
1361
|
],
|
|
1264
1362
|
"members": {
|
|
1265
1363
|
"collaboration": {
|
|
1266
|
-
"shape": "
|
|
1364
|
+
"shape": "S13"
|
|
1267
1365
|
}
|
|
1268
1366
|
}
|
|
1269
1367
|
}
|
|
@@ -1295,7 +1393,7 @@
|
|
|
1295
1393
|
],
|
|
1296
1394
|
"members": {
|
|
1297
1395
|
"configuredTable": {
|
|
1298
|
-
"shape": "
|
|
1396
|
+
"shape": "S1c"
|
|
1299
1397
|
}
|
|
1300
1398
|
}
|
|
1301
1399
|
}
|
|
@@ -1323,7 +1421,7 @@
|
|
|
1323
1421
|
"locationName": "analysisRuleType"
|
|
1324
1422
|
},
|
|
1325
1423
|
"analysisRulePolicy": {
|
|
1326
|
-
"shape": "
|
|
1424
|
+
"shape": "S1i"
|
|
1327
1425
|
}
|
|
1328
1426
|
}
|
|
1329
1427
|
},
|
|
@@ -1334,7 +1432,7 @@
|
|
|
1334
1432
|
],
|
|
1335
1433
|
"members": {
|
|
1336
1434
|
"analysisRule": {
|
|
1337
|
-
"shape": "
|
|
1435
|
+
"shape": "S21"
|
|
1338
1436
|
}
|
|
1339
1437
|
}
|
|
1340
1438
|
}
|
|
@@ -1371,7 +1469,7 @@
|
|
|
1371
1469
|
],
|
|
1372
1470
|
"members": {
|
|
1373
1471
|
"configuredTableAssociation": {
|
|
1374
|
-
"shape": "
|
|
1472
|
+
"shape": "S26"
|
|
1375
1473
|
}
|
|
1376
1474
|
}
|
|
1377
1475
|
}
|
|
@@ -1402,7 +1500,7 @@
|
|
|
1402
1500
|
],
|
|
1403
1501
|
"members": {
|
|
1404
1502
|
"membership": {
|
|
1405
|
-
"shape": "
|
|
1503
|
+
"shape": "S2b"
|
|
1406
1504
|
}
|
|
1407
1505
|
}
|
|
1408
1506
|
}
|
|
@@ -1439,7 +1537,7 @@
|
|
|
1439
1537
|
],
|
|
1440
1538
|
"members": {
|
|
1441
1539
|
"protectedQuery": {
|
|
1442
|
-
"shape": "
|
|
1540
|
+
"shape": "S33"
|
|
1443
1541
|
}
|
|
1444
1542
|
}
|
|
1445
1543
|
},
|
|
@@ -1532,7 +1630,12 @@
|
|
|
1532
1630
|
}
|
|
1533
1631
|
}
|
|
1534
1632
|
},
|
|
1535
|
-
"
|
|
1633
|
+
"Sz": {
|
|
1634
|
+
"type": "map",
|
|
1635
|
+
"key": {},
|
|
1636
|
+
"value": {}
|
|
1637
|
+
},
|
|
1638
|
+
"S13": {
|
|
1536
1639
|
"type": "structure",
|
|
1537
1640
|
"required": [
|
|
1538
1641
|
"id",
|
|
@@ -1567,7 +1670,7 @@
|
|
|
1567
1670
|
"queryLogStatus": {}
|
|
1568
1671
|
}
|
|
1569
1672
|
},
|
|
1570
|
-
"
|
|
1673
|
+
"S17": {
|
|
1571
1674
|
"type": "structure",
|
|
1572
1675
|
"members": {
|
|
1573
1676
|
"glue": {
|
|
@@ -1584,11 +1687,11 @@
|
|
|
1584
1687
|
},
|
|
1585
1688
|
"union": true
|
|
1586
1689
|
},
|
|
1587
|
-
"
|
|
1690
|
+
"S1a": {
|
|
1588
1691
|
"type": "list",
|
|
1589
1692
|
"member": {}
|
|
1590
1693
|
},
|
|
1591
|
-
"
|
|
1694
|
+
"S1c": {
|
|
1592
1695
|
"type": "structure",
|
|
1593
1696
|
"required": [
|
|
1594
1697
|
"id",
|
|
@@ -1607,7 +1710,7 @@
|
|
|
1607
1710
|
"name": {},
|
|
1608
1711
|
"description": {},
|
|
1609
1712
|
"tableReference": {
|
|
1610
|
-
"shape": "
|
|
1713
|
+
"shape": "S17"
|
|
1611
1714
|
},
|
|
1612
1715
|
"createTime": {
|
|
1613
1716
|
"type": "timestamp"
|
|
@@ -1616,29 +1719,29 @@
|
|
|
1616
1719
|
"type": "timestamp"
|
|
1617
1720
|
},
|
|
1618
1721
|
"analysisRuleTypes": {
|
|
1619
|
-
"shape": "
|
|
1722
|
+
"shape": "S1e"
|
|
1620
1723
|
},
|
|
1621
1724
|
"analysisMethod": {},
|
|
1622
1725
|
"allowedColumns": {
|
|
1623
|
-
"shape": "
|
|
1726
|
+
"shape": "S1a"
|
|
1624
1727
|
}
|
|
1625
1728
|
}
|
|
1626
1729
|
},
|
|
1627
|
-
"
|
|
1730
|
+
"S1e": {
|
|
1628
1731
|
"type": "list",
|
|
1629
1732
|
"member": {}
|
|
1630
1733
|
},
|
|
1631
|
-
"
|
|
1734
|
+
"S1i": {
|
|
1632
1735
|
"type": "structure",
|
|
1633
1736
|
"members": {
|
|
1634
1737
|
"v1": {
|
|
1635
1738
|
"type": "structure",
|
|
1636
1739
|
"members": {
|
|
1637
1740
|
"list": {
|
|
1638
|
-
"shape": "
|
|
1741
|
+
"shape": "S1k"
|
|
1639
1742
|
},
|
|
1640
1743
|
"aggregation": {
|
|
1641
|
-
"shape": "
|
|
1744
|
+
"shape": "S1o"
|
|
1642
1745
|
}
|
|
1643
1746
|
},
|
|
1644
1747
|
"union": true
|
|
@@ -1646,7 +1749,7 @@
|
|
|
1646
1749
|
},
|
|
1647
1750
|
"union": true
|
|
1648
1751
|
},
|
|
1649
|
-
"
|
|
1752
|
+
"S1k": {
|
|
1650
1753
|
"type": "structure",
|
|
1651
1754
|
"required": [
|
|
1652
1755
|
"joinColumns",
|
|
@@ -1658,15 +1761,15 @@
|
|
|
1658
1761
|
"member": {}
|
|
1659
1762
|
},
|
|
1660
1763
|
"listColumns": {
|
|
1661
|
-
"shape": "
|
|
1764
|
+
"shape": "S1n"
|
|
1662
1765
|
}
|
|
1663
1766
|
}
|
|
1664
1767
|
},
|
|
1665
|
-
"
|
|
1768
|
+
"S1n": {
|
|
1666
1769
|
"type": "list",
|
|
1667
1770
|
"member": {}
|
|
1668
1771
|
},
|
|
1669
|
-
"
|
|
1772
|
+
"S1o": {
|
|
1670
1773
|
"type": "structure",
|
|
1671
1774
|
"required": [
|
|
1672
1775
|
"aggregateColumns",
|
|
@@ -1694,11 +1797,11 @@
|
|
|
1694
1797
|
}
|
|
1695
1798
|
},
|
|
1696
1799
|
"joinColumns": {
|
|
1697
|
-
"shape": "
|
|
1800
|
+
"shape": "S1n"
|
|
1698
1801
|
},
|
|
1699
1802
|
"joinRequired": {},
|
|
1700
1803
|
"dimensionColumns": {
|
|
1701
|
-
"shape": "
|
|
1804
|
+
"shape": "S1n"
|
|
1702
1805
|
},
|
|
1703
1806
|
"scalarFunctions": {
|
|
1704
1807
|
"type": "list",
|
|
@@ -1724,7 +1827,7 @@
|
|
|
1724
1827
|
}
|
|
1725
1828
|
}
|
|
1726
1829
|
},
|
|
1727
|
-
"
|
|
1830
|
+
"S21": {
|
|
1728
1831
|
"type": "structure",
|
|
1729
1832
|
"required": [
|
|
1730
1833
|
"configuredTableId",
|
|
@@ -1738,7 +1841,7 @@
|
|
|
1738
1841
|
"configuredTableId": {},
|
|
1739
1842
|
"configuredTableArn": {},
|
|
1740
1843
|
"policy": {
|
|
1741
|
-
"shape": "
|
|
1844
|
+
"shape": "S1i"
|
|
1742
1845
|
},
|
|
1743
1846
|
"type": {},
|
|
1744
1847
|
"createTime": {
|
|
@@ -1749,7 +1852,7 @@
|
|
|
1749
1852
|
}
|
|
1750
1853
|
}
|
|
1751
1854
|
},
|
|
1752
|
-
"
|
|
1855
|
+
"S26": {
|
|
1753
1856
|
"type": "structure",
|
|
1754
1857
|
"required": [
|
|
1755
1858
|
"arn",
|
|
@@ -1781,7 +1884,7 @@
|
|
|
1781
1884
|
}
|
|
1782
1885
|
}
|
|
1783
1886
|
},
|
|
1784
|
-
"
|
|
1887
|
+
"S2b": {
|
|
1785
1888
|
"type": "structure",
|
|
1786
1889
|
"required": [
|
|
1787
1890
|
"id",
|
|
@@ -1818,7 +1921,7 @@
|
|
|
1818
1921
|
"queryLogStatus": {}
|
|
1819
1922
|
}
|
|
1820
1923
|
},
|
|
1821
|
-
"
|
|
1924
|
+
"S33": {
|
|
1822
1925
|
"type": "structure",
|
|
1823
1926
|
"required": [
|
|
1824
1927
|
"id",
|
|
@@ -1837,11 +1940,11 @@
|
|
|
1837
1940
|
"type": "timestamp"
|
|
1838
1941
|
},
|
|
1839
1942
|
"sqlParameters": {
|
|
1840
|
-
"shape": "
|
|
1943
|
+
"shape": "S34"
|
|
1841
1944
|
},
|
|
1842
1945
|
"status": {},
|
|
1843
1946
|
"resultConfiguration": {
|
|
1844
|
-
"shape": "
|
|
1947
|
+
"shape": "S37"
|
|
1845
1948
|
},
|
|
1846
1949
|
"statistics": {
|
|
1847
1950
|
"type": "structure",
|
|
@@ -1887,7 +1990,7 @@
|
|
|
1887
1990
|
}
|
|
1888
1991
|
}
|
|
1889
1992
|
},
|
|
1890
|
-
"
|
|
1993
|
+
"S34": {
|
|
1891
1994
|
"type": "structure",
|
|
1892
1995
|
"required": [
|
|
1893
1996
|
"queryString"
|
|
@@ -1897,7 +2000,7 @@
|
|
|
1897
2000
|
},
|
|
1898
2001
|
"sensitive": true
|
|
1899
2002
|
},
|
|
1900
|
-
"
|
|
2003
|
+
"S37": {
|
|
1901
2004
|
"type": "structure",
|
|
1902
2005
|
"required": [
|
|
1903
2006
|
"outputConfiguration"
|