cdk-comprehend-s3olap 2.0.41 → 2.0.44
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/cdk-comprehend-s3olap.js +2 -2
- package/lib/comprehend-lambdas.js +2 -2
- package/lib/iam-roles.js +4 -4
- package/node_modules/aws-sdk/CHANGELOG.md +20 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/athena-2017-05-18.min.json +117 -6
- package/node_modules/aws-sdk/apis/athena-2017-05-18.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/devops-guru-2020-12-01.min.json +174 -35
- package/node_modules/aws-sdk/apis/devops-guru-2020-12-01.paginators.json +17 -0
- package/node_modules/aws-sdk/apis/docdb-2014-10-31.min.json +11 -0
- package/node_modules/aws-sdk/apis/frauddetector-2019-11-15.min.json +249 -94
- package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +56 -47
- package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.min.json +260 -59
- package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/kendra-2019-02-03.min.json +73 -72
- package/node_modules/aws-sdk/apis/monitoring-2010-08-01.min.json +54 -29
- package/node_modules/aws-sdk/apis/network-firewall-2020-11-12.min.json +91 -48
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +0 -3
- package/node_modules/aws-sdk/apis/sagemaker-edge-2020-09-23.min.json +84 -4
- package/node_modules/aws-sdk/clients/acmpca.d.ts +2 -2
- package/node_modules/aws-sdk/clients/athena.d.ts +127 -0
- package/node_modules/aws-sdk/clients/cloudwatch.d.ts +40 -1
- package/node_modules/aws-sdk/clients/devopsguru.d.ts +188 -0
- package/node_modules/aws-sdk/clients/dms.d.ts +2 -2
- package/node_modules/aws-sdk/clients/docdb.d.ts +20 -0
- package/node_modules/aws-sdk/clients/frauddetector.d.ts +176 -5
- package/node_modules/aws-sdk/clients/glue.d.ts +3 -3
- package/node_modules/aws-sdk/clients/iot.d.ts +14 -2
- package/node_modules/aws-sdk/clients/iotsitewise.d.ts +192 -0
- package/node_modules/aws-sdk/clients/kendra.d.ts +12 -7
- package/node_modules/aws-sdk/clients/networkfirewall.d.ts +53 -2
- package/node_modules/aws-sdk/clients/rds.d.ts +87 -87
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +1 -1
- package/node_modules/aws-sdk/clients/sagemakeredge.d.ts +146 -0
- 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 +15 -15
- package/node_modules/aws-sdk/dist/aws-sdk.js +235 -85
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +93 -93
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +5 -5
@@ -217,7 +217,19 @@
|
|
217
217
|
"StateUpdatedTimestamp": {
|
218
218
|
"type": "timestamp"
|
219
219
|
},
|
220
|
-
"StateValue": {}
|
220
|
+
"StateValue": {},
|
221
|
+
"StateTransitionedTimestamp": {
|
222
|
+
"type": "timestamp"
|
223
|
+
},
|
224
|
+
"ActionsSuppressedBy": {},
|
225
|
+
"ActionsSuppressedReason": {},
|
226
|
+
"ActionsSuppressor": {},
|
227
|
+
"ActionsSuppressorWaitPeriod": {
|
228
|
+
"type": "integer"
|
229
|
+
},
|
230
|
+
"ActionsSuppressorExtensionPeriod": {
|
231
|
+
"type": "integer"
|
232
|
+
}
|
221
233
|
},
|
222
234
|
"xmlOrder": [
|
223
235
|
"ActionsEnabled",
|
@@ -232,12 +244,18 @@
|
|
232
244
|
"StateReason",
|
233
245
|
"StateReasonData",
|
234
246
|
"StateUpdatedTimestamp",
|
235
|
-
"StateValue"
|
247
|
+
"StateValue",
|
248
|
+
"StateTransitionedTimestamp",
|
249
|
+
"ActionsSuppressedBy",
|
250
|
+
"ActionsSuppressedReason",
|
251
|
+
"ActionsSuppressor",
|
252
|
+
"ActionsSuppressorWaitPeriod",
|
253
|
+
"ActionsSuppressorExtensionPeriod"
|
236
254
|
]
|
237
255
|
}
|
238
256
|
},
|
239
257
|
"MetricAlarms": {
|
240
|
-
"shape": "
|
258
|
+
"shape": "S23"
|
241
259
|
},
|
242
260
|
"NextToken": {}
|
243
261
|
}
|
@@ -269,7 +287,7 @@
|
|
269
287
|
"type": "structure",
|
270
288
|
"members": {
|
271
289
|
"MetricAlarms": {
|
272
|
-
"shape": "
|
290
|
+
"shape": "S23"
|
273
291
|
}
|
274
292
|
}
|
275
293
|
}
|
@@ -320,7 +338,7 @@
|
|
320
338
|
"deprecatedMessage": "Use SingleMetricAnomalyDetector.Stat property."
|
321
339
|
},
|
322
340
|
"Configuration": {
|
323
|
-
"shape": "
|
341
|
+
"shape": "S2m"
|
324
342
|
},
|
325
343
|
"StateValue": {},
|
326
344
|
"SingleMetricAnomalyDetector": {
|
@@ -639,14 +657,14 @@
|
|
639
657
|
},
|
640
658
|
"StatusCode": {},
|
641
659
|
"Messages": {
|
642
|
-
"shape": "
|
660
|
+
"shape": "S43"
|
643
661
|
}
|
644
662
|
}
|
645
663
|
}
|
646
664
|
},
|
647
665
|
"NextToken": {},
|
648
666
|
"Messages": {
|
649
|
-
"shape": "
|
667
|
+
"shape": "S43"
|
650
668
|
}
|
651
669
|
}
|
652
670
|
}
|
@@ -756,10 +774,10 @@
|
|
756
774
|
"Arn": {},
|
757
775
|
"Name": {},
|
758
776
|
"IncludeFilters": {
|
759
|
-
"shape": "
|
777
|
+
"shape": "S4h"
|
760
778
|
},
|
761
779
|
"ExcludeFilters": {
|
762
|
-
"shape": "
|
780
|
+
"shape": "S4h"
|
763
781
|
},
|
764
782
|
"FirehoseArn": {},
|
765
783
|
"RoleArn": {},
|
@@ -772,7 +790,7 @@
|
|
772
790
|
},
|
773
791
|
"OutputFormat": {},
|
774
792
|
"StatisticsConfigurations": {
|
775
|
-
"shape": "
|
793
|
+
"shape": "S4l"
|
776
794
|
}
|
777
795
|
}
|
778
796
|
}
|
@@ -923,7 +941,7 @@
|
|
923
941
|
"type": "structure",
|
924
942
|
"members": {
|
925
943
|
"Tags": {
|
926
|
-
"shape": "
|
944
|
+
"shape": "S5g"
|
927
945
|
}
|
928
946
|
}
|
929
947
|
}
|
@@ -950,7 +968,7 @@
|
|
950
968
|
"deprecatedMessage": "Use SingleMetricAnomalyDetector."
|
951
969
|
},
|
952
970
|
"Configuration": {
|
953
|
-
"shape": "
|
971
|
+
"shape": "S2m"
|
954
972
|
},
|
955
973
|
"SingleMetricAnomalyDetector": {
|
956
974
|
"shape": "Sc"
|
@@ -990,7 +1008,14 @@
|
|
990
1008
|
"shape": "S1t"
|
991
1009
|
},
|
992
1010
|
"Tags": {
|
993
|
-
"shape": "
|
1011
|
+
"shape": "S5g"
|
1012
|
+
},
|
1013
|
+
"ActionsSuppressor": {},
|
1014
|
+
"ActionsSuppressorWaitPeriod": {
|
1015
|
+
"type": "integer"
|
1016
|
+
},
|
1017
|
+
"ActionsSuppressorExtensionPeriod": {
|
1018
|
+
"type": "integer"
|
994
1019
|
}
|
995
1020
|
}
|
996
1021
|
}
|
@@ -1036,7 +1061,7 @@
|
|
1036
1061
|
"RuleState": {},
|
1037
1062
|
"RuleDefinition": {},
|
1038
1063
|
"Tags": {
|
1039
|
-
"shape": "
|
1064
|
+
"shape": "S5g"
|
1040
1065
|
}
|
1041
1066
|
}
|
1042
1067
|
},
|
@@ -1096,7 +1121,7 @@
|
|
1096
1121
|
"shape": "Se"
|
1097
1122
|
},
|
1098
1123
|
"Tags": {
|
1099
|
-
"shape": "
|
1124
|
+
"shape": "S5g"
|
1100
1125
|
},
|
1101
1126
|
"ThresholdMetricId": {}
|
1102
1127
|
}
|
@@ -1186,19 +1211,19 @@
|
|
1186
1211
|
"members": {
|
1187
1212
|
"Name": {},
|
1188
1213
|
"IncludeFilters": {
|
1189
|
-
"shape": "
|
1214
|
+
"shape": "S4h"
|
1190
1215
|
},
|
1191
1216
|
"ExcludeFilters": {
|
1192
|
-
"shape": "
|
1217
|
+
"shape": "S4h"
|
1193
1218
|
},
|
1194
1219
|
"FirehoseArn": {},
|
1195
1220
|
"RoleArn": {},
|
1196
1221
|
"OutputFormat": {},
|
1197
1222
|
"Tags": {
|
1198
|
-
"shape": "
|
1223
|
+
"shape": "S5g"
|
1199
1224
|
},
|
1200
1225
|
"StatisticsConfigurations": {
|
1201
|
-
"shape": "
|
1226
|
+
"shape": "S4l"
|
1202
1227
|
}
|
1203
1228
|
}
|
1204
1229
|
},
|
@@ -1234,7 +1259,7 @@
|
|
1234
1259
|
],
|
1235
1260
|
"members": {
|
1236
1261
|
"Names": {
|
1237
|
-
"shape": "
|
1262
|
+
"shape": "S67"
|
1238
1263
|
}
|
1239
1264
|
}
|
1240
1265
|
},
|
@@ -1252,7 +1277,7 @@
|
|
1252
1277
|
],
|
1253
1278
|
"members": {
|
1254
1279
|
"Names": {
|
1255
|
-
"shape": "
|
1280
|
+
"shape": "S67"
|
1256
1281
|
}
|
1257
1282
|
}
|
1258
1283
|
},
|
@@ -1272,7 +1297,7 @@
|
|
1272
1297
|
"members": {
|
1273
1298
|
"ResourceARN": {},
|
1274
1299
|
"Tags": {
|
1275
|
-
"shape": "
|
1300
|
+
"shape": "S5g"
|
1276
1301
|
}
|
1277
1302
|
}
|
1278
1303
|
},
|
@@ -1424,7 +1449,7 @@
|
|
1424
1449
|
"type": "list",
|
1425
1450
|
"member": {}
|
1426
1451
|
},
|
1427
|
-
"
|
1452
|
+
"S23": {
|
1428
1453
|
"type": "list",
|
1429
1454
|
"member": {
|
1430
1455
|
"type": "structure",
|
@@ -1512,7 +1537,7 @@
|
|
1512
1537
|
]
|
1513
1538
|
}
|
1514
1539
|
},
|
1515
|
-
"
|
1540
|
+
"S2m": {
|
1516
1541
|
"type": "structure",
|
1517
1542
|
"members": {
|
1518
1543
|
"ExcludedTimeRanges": {
|
@@ -1540,7 +1565,7 @@
|
|
1540
1565
|
"MetricTimezone": {}
|
1541
1566
|
}
|
1542
1567
|
},
|
1543
|
-
"
|
1568
|
+
"S43": {
|
1544
1569
|
"type": "list",
|
1545
1570
|
"member": {
|
1546
1571
|
"type": "structure",
|
@@ -1550,7 +1575,7 @@
|
|
1550
1575
|
}
|
1551
1576
|
}
|
1552
1577
|
},
|
1553
|
-
"
|
1578
|
+
"S4h": {
|
1554
1579
|
"type": "list",
|
1555
1580
|
"member": {
|
1556
1581
|
"type": "structure",
|
@@ -1559,7 +1584,7 @@
|
|
1559
1584
|
}
|
1560
1585
|
}
|
1561
1586
|
},
|
1562
|
-
"
|
1587
|
+
"S4l": {
|
1563
1588
|
"type": "list",
|
1564
1589
|
"member": {
|
1565
1590
|
"type": "structure",
|
@@ -1589,7 +1614,7 @@
|
|
1589
1614
|
}
|
1590
1615
|
}
|
1591
1616
|
},
|
1592
|
-
"
|
1617
|
+
"S5g": {
|
1593
1618
|
"type": "list",
|
1594
1619
|
"member": {
|
1595
1620
|
"type": "structure",
|
@@ -1603,7 +1628,7 @@
|
|
1603
1628
|
}
|
1604
1629
|
}
|
1605
1630
|
},
|
1606
|
-
"
|
1631
|
+
"S67": {
|
1607
1632
|
"type": "list",
|
1608
1633
|
"member": {}
|
1609
1634
|
}
|
@@ -120,7 +120,7 @@
|
|
120
120
|
"members": {
|
121
121
|
"FirewallPolicyName": {},
|
122
122
|
"FirewallPolicy": {
|
123
|
-
"shape": "
|
123
|
+
"shape": "S19"
|
124
124
|
},
|
125
125
|
"Description": {},
|
126
126
|
"Tags": {
|
@@ -143,7 +143,7 @@
|
|
143
143
|
"members": {
|
144
144
|
"UpdateToken": {},
|
145
145
|
"FirewallPolicyResponse": {
|
146
|
-
"shape": "
|
146
|
+
"shape": "S1u"
|
147
147
|
}
|
148
148
|
}
|
149
149
|
}
|
@@ -159,7 +159,7 @@
|
|
159
159
|
"members": {
|
160
160
|
"RuleGroupName": {},
|
161
161
|
"RuleGroup": {
|
162
|
-
"shape": "
|
162
|
+
"shape": "S20"
|
163
163
|
},
|
164
164
|
"Rules": {},
|
165
165
|
"Type": {},
|
@@ -177,7 +177,7 @@
|
|
177
177
|
"shape": "Sj"
|
178
178
|
},
|
179
179
|
"SourceMetadata": {
|
180
|
-
"shape": "
|
180
|
+
"shape": "S3h"
|
181
181
|
}
|
182
182
|
}
|
183
183
|
},
|
@@ -190,7 +190,7 @@
|
|
190
190
|
"members": {
|
191
191
|
"UpdateToken": {},
|
192
192
|
"RuleGroupResponse": {
|
193
|
-
"shape": "
|
193
|
+
"shape": "S3j"
|
194
194
|
}
|
195
195
|
}
|
196
196
|
}
|
@@ -230,7 +230,7 @@
|
|
230
230
|
],
|
231
231
|
"members": {
|
232
232
|
"FirewallPolicyResponse": {
|
233
|
-
"shape": "
|
233
|
+
"shape": "S1u"
|
234
234
|
}
|
235
235
|
}
|
236
236
|
}
|
@@ -266,7 +266,7 @@
|
|
266
266
|
],
|
267
267
|
"members": {
|
268
268
|
"RuleGroupResponse": {
|
269
|
-
"shape": "
|
269
|
+
"shape": "S3j"
|
270
270
|
}
|
271
271
|
}
|
272
272
|
}
|
@@ -309,10 +309,10 @@
|
|
309
309
|
"members": {
|
310
310
|
"UpdateToken": {},
|
311
311
|
"FirewallPolicyResponse": {
|
312
|
-
"shape": "
|
312
|
+
"shape": "S1u"
|
313
313
|
},
|
314
314
|
"FirewallPolicy": {
|
315
|
-
"shape": "
|
315
|
+
"shape": "S19"
|
316
316
|
}
|
317
317
|
}
|
318
318
|
}
|
@@ -330,7 +330,7 @@
|
|
330
330
|
"members": {
|
331
331
|
"FirewallArn": {},
|
332
332
|
"LoggingConfiguration": {
|
333
|
-
"shape": "
|
333
|
+
"shape": "S3y"
|
334
334
|
}
|
335
335
|
}
|
336
336
|
}
|
@@ -370,10 +370,10 @@
|
|
370
370
|
"members": {
|
371
371
|
"UpdateToken": {},
|
372
372
|
"RuleGroup": {
|
373
|
-
"shape": "
|
373
|
+
"shape": "S20"
|
374
374
|
},
|
375
375
|
"RuleGroupResponse": {
|
376
|
-
"shape": "
|
376
|
+
"shape": "S3j"
|
377
377
|
}
|
378
378
|
}
|
379
379
|
}
|
@@ -402,7 +402,7 @@
|
|
402
402
|
"type": "integer"
|
403
403
|
},
|
404
404
|
"StatefulRuleOptions": {
|
405
|
-
"shape": "
|
405
|
+
"shape": "S3f"
|
406
406
|
},
|
407
407
|
"LastModifiedTime": {
|
408
408
|
"type": "timestamp"
|
@@ -689,7 +689,7 @@
|
|
689
689
|
"FirewallPolicyArn": {},
|
690
690
|
"FirewallPolicyName": {},
|
691
691
|
"FirewallPolicy": {
|
692
|
-
"shape": "
|
692
|
+
"shape": "S19"
|
693
693
|
},
|
694
694
|
"Description": {},
|
695
695
|
"DryRun": {
|
@@ -709,7 +709,7 @@
|
|
709
709
|
"members": {
|
710
710
|
"UpdateToken": {},
|
711
711
|
"FirewallPolicyResponse": {
|
712
|
-
"shape": "
|
712
|
+
"shape": "S1u"
|
713
713
|
}
|
714
714
|
}
|
715
715
|
}
|
@@ -748,7 +748,7 @@
|
|
748
748
|
"FirewallArn": {},
|
749
749
|
"FirewallName": {},
|
750
750
|
"LoggingConfiguration": {
|
751
|
-
"shape": "
|
751
|
+
"shape": "S3y"
|
752
752
|
}
|
753
753
|
}
|
754
754
|
},
|
@@ -758,7 +758,7 @@
|
|
758
758
|
"FirewallArn": {},
|
759
759
|
"FirewallName": {},
|
760
760
|
"LoggingConfiguration": {
|
761
|
-
"shape": "
|
761
|
+
"shape": "S3y"
|
762
762
|
}
|
763
763
|
}
|
764
764
|
}
|
@@ -774,7 +774,7 @@
|
|
774
774
|
"RuleGroupArn": {},
|
775
775
|
"RuleGroupName": {},
|
776
776
|
"RuleGroup": {
|
777
|
-
"shape": "
|
777
|
+
"shape": "S20"
|
778
778
|
},
|
779
779
|
"Rules": {},
|
780
780
|
"Type": {},
|
@@ -786,7 +786,7 @@
|
|
786
786
|
"shape": "Sj"
|
787
787
|
},
|
788
788
|
"SourceMetadata": {
|
789
|
-
"shape": "
|
789
|
+
"shape": "S3h"
|
790
790
|
}
|
791
791
|
}
|
792
792
|
},
|
@@ -799,7 +799,7 @@
|
|
799
799
|
"members": {
|
800
800
|
"UpdateToken": {},
|
801
801
|
"RuleGroupResponse": {
|
802
|
-
"shape": "
|
802
|
+
"shape": "S3j"
|
803
803
|
}
|
804
804
|
}
|
805
805
|
}
|
@@ -940,10 +940,38 @@
|
|
940
940
|
}
|
941
941
|
}
|
942
942
|
}
|
943
|
+
},
|
944
|
+
"CapacityUsageSummary": {
|
945
|
+
"type": "structure",
|
946
|
+
"members": {
|
947
|
+
"CIDRs": {
|
948
|
+
"type": "structure",
|
949
|
+
"members": {
|
950
|
+
"AvailableCIDRCount": {
|
951
|
+
"type": "integer"
|
952
|
+
},
|
953
|
+
"UtilizedCIDRCount": {
|
954
|
+
"type": "integer"
|
955
|
+
},
|
956
|
+
"IPSetReferences": {
|
957
|
+
"type": "map",
|
958
|
+
"key": {},
|
959
|
+
"value": {
|
960
|
+
"type": "structure",
|
961
|
+
"members": {
|
962
|
+
"ResolvedCIDRCount": {
|
963
|
+
"type": "integer"
|
964
|
+
}
|
965
|
+
}
|
966
|
+
}
|
967
|
+
}
|
968
|
+
}
|
969
|
+
}
|
970
|
+
}
|
943
971
|
}
|
944
972
|
}
|
945
973
|
},
|
946
|
-
"
|
974
|
+
"S19": {
|
947
975
|
"type": "structure",
|
948
976
|
"required": [
|
949
977
|
"StatelessDefaultActions",
|
@@ -967,13 +995,13 @@
|
|
967
995
|
}
|
968
996
|
},
|
969
997
|
"StatelessDefaultActions": {
|
970
|
-
"shape": "
|
998
|
+
"shape": "S1d"
|
971
999
|
},
|
972
1000
|
"StatelessFragmentDefaultActions": {
|
973
|
-
"shape": "
|
1001
|
+
"shape": "S1d"
|
974
1002
|
},
|
975
1003
|
"StatelessCustomActions": {
|
976
|
-
"shape": "
|
1004
|
+
"shape": "S1e"
|
977
1005
|
},
|
978
1006
|
"StatefulRuleGroupReferences": {
|
979
1007
|
"type": "list",
|
@@ -1008,11 +1036,11 @@
|
|
1008
1036
|
}
|
1009
1037
|
}
|
1010
1038
|
},
|
1011
|
-
"
|
1039
|
+
"S1d": {
|
1012
1040
|
"type": "list",
|
1013
1041
|
"member": {}
|
1014
1042
|
},
|
1015
|
-
"
|
1043
|
+
"S1e": {
|
1016
1044
|
"type": "list",
|
1017
1045
|
"member": {
|
1018
1046
|
"type": "structure",
|
@@ -1050,7 +1078,7 @@
|
|
1050
1078
|
}
|
1051
1079
|
}
|
1052
1080
|
},
|
1053
|
-
"
|
1081
|
+
"S1u": {
|
1054
1082
|
"type": "structure",
|
1055
1083
|
"required": [
|
1056
1084
|
"FirewallPolicyName",
|
@@ -1083,7 +1111,7 @@
|
|
1083
1111
|
}
|
1084
1112
|
}
|
1085
1113
|
},
|
1086
|
-
"
|
1114
|
+
"S20": {
|
1087
1115
|
"type": "structure",
|
1088
1116
|
"required": [
|
1089
1117
|
"RulesSource"
|
@@ -1102,7 +1130,7 @@
|
|
1102
1130
|
],
|
1103
1131
|
"members": {
|
1104
1132
|
"Definition": {
|
1105
|
-
"shape": "
|
1133
|
+
"shape": "S25"
|
1106
1134
|
}
|
1107
1135
|
}
|
1108
1136
|
}
|
@@ -1114,13 +1142,28 @@
|
|
1114
1142
|
"type": "structure",
|
1115
1143
|
"members": {
|
1116
1144
|
"Definition": {
|
1117
|
-
"shape": "
|
1145
|
+
"shape": "S25"
|
1118
1146
|
}
|
1119
1147
|
}
|
1120
1148
|
}
|
1121
1149
|
}
|
1122
1150
|
}
|
1123
1151
|
},
|
1152
|
+
"ReferenceSets": {
|
1153
|
+
"type": "structure",
|
1154
|
+
"members": {
|
1155
|
+
"IPSetReferences": {
|
1156
|
+
"type": "map",
|
1157
|
+
"key": {},
|
1158
|
+
"value": {
|
1159
|
+
"type": "structure",
|
1160
|
+
"members": {
|
1161
|
+
"ReferenceArn": {}
|
1162
|
+
}
|
1163
|
+
}
|
1164
|
+
}
|
1165
|
+
}
|
1166
|
+
},
|
1124
1167
|
"RulesSource": {
|
1125
1168
|
"type": "structure",
|
1126
1169
|
"members": {
|
@@ -1219,16 +1262,16 @@
|
|
1219
1262
|
"type": "structure",
|
1220
1263
|
"members": {
|
1221
1264
|
"Sources": {
|
1222
|
-
"shape": "
|
1265
|
+
"shape": "S33"
|
1223
1266
|
},
|
1224
1267
|
"Destinations": {
|
1225
|
-
"shape": "
|
1268
|
+
"shape": "S33"
|
1226
1269
|
},
|
1227
1270
|
"SourcePorts": {
|
1228
|
-
"shape": "
|
1271
|
+
"shape": "S36"
|
1229
1272
|
},
|
1230
1273
|
"DestinationPorts": {
|
1231
|
-
"shape": "
|
1274
|
+
"shape": "S36"
|
1232
1275
|
},
|
1233
1276
|
"Protocols": {
|
1234
1277
|
"type": "list",
|
@@ -1245,10 +1288,10 @@
|
|
1245
1288
|
],
|
1246
1289
|
"members": {
|
1247
1290
|
"Flags": {
|
1248
|
-
"shape": "
|
1291
|
+
"shape": "S3d"
|
1249
1292
|
},
|
1250
1293
|
"Masks": {
|
1251
|
-
"shape": "
|
1294
|
+
"shape": "S3d"
|
1252
1295
|
}
|
1253
1296
|
}
|
1254
1297
|
}
|
@@ -1256,7 +1299,7 @@
|
|
1256
1299
|
}
|
1257
1300
|
},
|
1258
1301
|
"Actions": {
|
1259
|
-
"shape": "
|
1302
|
+
"shape": "S1d"
|
1260
1303
|
}
|
1261
1304
|
}
|
1262
1305
|
},
|
@@ -1267,22 +1310,22 @@
|
|
1267
1310
|
}
|
1268
1311
|
},
|
1269
1312
|
"CustomActions": {
|
1270
|
-
"shape": "
|
1313
|
+
"shape": "S1e"
|
1271
1314
|
}
|
1272
1315
|
}
|
1273
1316
|
}
|
1274
1317
|
}
|
1275
1318
|
},
|
1276
1319
|
"StatefulRuleOptions": {
|
1277
|
-
"shape": "
|
1320
|
+
"shape": "S3f"
|
1278
1321
|
}
|
1279
1322
|
}
|
1280
1323
|
},
|
1281
|
-
"
|
1324
|
+
"S25": {
|
1282
1325
|
"type": "list",
|
1283
1326
|
"member": {}
|
1284
1327
|
},
|
1285
|
-
"
|
1328
|
+
"S33": {
|
1286
1329
|
"type": "list",
|
1287
1330
|
"member": {
|
1288
1331
|
"type": "structure",
|
@@ -1294,7 +1337,7 @@
|
|
1294
1337
|
}
|
1295
1338
|
}
|
1296
1339
|
},
|
1297
|
-
"
|
1340
|
+
"S36": {
|
1298
1341
|
"type": "list",
|
1299
1342
|
"member": {
|
1300
1343
|
"type": "structure",
|
@@ -1312,24 +1355,24 @@
|
|
1312
1355
|
}
|
1313
1356
|
}
|
1314
1357
|
},
|
1315
|
-
"
|
1358
|
+
"S3d": {
|
1316
1359
|
"type": "list",
|
1317
1360
|
"member": {}
|
1318
1361
|
},
|
1319
|
-
"
|
1362
|
+
"S3f": {
|
1320
1363
|
"type": "structure",
|
1321
1364
|
"members": {
|
1322
1365
|
"RuleOrder": {}
|
1323
1366
|
}
|
1324
1367
|
},
|
1325
|
-
"
|
1368
|
+
"S3h": {
|
1326
1369
|
"type": "structure",
|
1327
1370
|
"members": {
|
1328
1371
|
"SourceArn": {},
|
1329
1372
|
"SourceUpdateToken": {}
|
1330
1373
|
}
|
1331
1374
|
},
|
1332
|
-
"
|
1375
|
+
"S3j": {
|
1333
1376
|
"type": "structure",
|
1334
1377
|
"required": [
|
1335
1378
|
"RuleGroupArn",
|
@@ -1359,7 +1402,7 @@
|
|
1359
1402
|
"shape": "Sj"
|
1360
1403
|
},
|
1361
1404
|
"SourceMetadata": {
|
1362
|
-
"shape": "
|
1405
|
+
"shape": "S3h"
|
1363
1406
|
},
|
1364
1407
|
"SnsTopic": {},
|
1365
1408
|
"LastModifiedTime": {
|
@@ -1367,7 +1410,7 @@
|
|
1367
1410
|
}
|
1368
1411
|
}
|
1369
1412
|
},
|
1370
|
-
"
|
1413
|
+
"S3y": {
|
1371
1414
|
"type": "structure",
|
1372
1415
|
"required": [
|
1373
1416
|
"LogDestinationConfigs"
|