cdk-comprehend-s3olap 2.0.128 → 2.0.130
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 +9 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +107 -86
- package/node_modules/aws-sdk/apis/drs-2020-02-26.min.json +183 -41
- package/node_modules/aws-sdk/apis/drs-2020-02-26.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.min.json +14 -0
- package/node_modules/aws-sdk/apis/internetmonitor-2021-06-03.min.json +30 -23
- package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.min.json +122 -107
- package/node_modules/aws-sdk/clients/appflow.d.ts +29 -0
- package/node_modules/aws-sdk/clients/drs.d.ts +170 -0
- package/node_modules/aws-sdk/clients/dynamodb.d.ts +4 -4
- package/node_modules/aws-sdk/clients/emrserverless.d.ts +22 -4
- package/node_modules/aws-sdk/clients/internetmonitor.d.ts +16 -3
- package/node_modules/aws-sdk/clients/iotwireless.d.ts +21 -0
- package/node_modules/aws-sdk/clients/lambda.d.ts +1 -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 +3 -3
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +2 -2
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +5 -5
@@ -39,6 +39,39 @@
|
|
39
39
|
}
|
40
40
|
}
|
41
41
|
},
|
42
|
+
"CreateLaunchConfigurationTemplate": {
|
43
|
+
"http": {
|
44
|
+
"requestUri": "/CreateLaunchConfigurationTemplate",
|
45
|
+
"responseCode": 201
|
46
|
+
},
|
47
|
+
"input": {
|
48
|
+
"type": "structure",
|
49
|
+
"members": {
|
50
|
+
"copyPrivateIp": {
|
51
|
+
"type": "boolean"
|
52
|
+
},
|
53
|
+
"copyTags": {
|
54
|
+
"type": "boolean"
|
55
|
+
},
|
56
|
+
"launchDisposition": {},
|
57
|
+
"licensing": {
|
58
|
+
"shape": "S1k"
|
59
|
+
},
|
60
|
+
"tags": {
|
61
|
+
"shape": "S3"
|
62
|
+
},
|
63
|
+
"targetInstanceTypeRightSizingMethod": {}
|
64
|
+
}
|
65
|
+
},
|
66
|
+
"output": {
|
67
|
+
"type": "structure",
|
68
|
+
"members": {
|
69
|
+
"launchConfigurationTemplate": {
|
70
|
+
"shape": "S1n"
|
71
|
+
}
|
72
|
+
}
|
73
|
+
}
|
74
|
+
},
|
42
75
|
"CreateReplicationConfigurationTemplate": {
|
43
76
|
"http": {
|
44
77
|
"requestUri": "/CreateReplicationConfigurationTemplate",
|
@@ -78,11 +111,11 @@
|
|
78
111
|
"ebsEncryption": {},
|
79
112
|
"ebsEncryptionKeyArn": {},
|
80
113
|
"pitPolicy": {
|
81
|
-
"shape": "
|
114
|
+
"shape": "S1t"
|
82
115
|
},
|
83
116
|
"replicationServerInstanceType": {},
|
84
117
|
"replicationServersSecurityGroupsIDs": {
|
85
|
-
"shape": "
|
118
|
+
"shape": "S1x"
|
86
119
|
},
|
87
120
|
"stagingAreaSubnetId": {},
|
88
121
|
"stagingAreaTags": {
|
@@ -97,7 +130,7 @@
|
|
97
130
|
}
|
98
131
|
},
|
99
132
|
"output": {
|
100
|
-
"shape": "
|
133
|
+
"shape": "S20"
|
101
134
|
}
|
102
135
|
},
|
103
136
|
"DeleteJob": {
|
@@ -120,6 +153,26 @@
|
|
120
153
|
},
|
121
154
|
"idempotent": true
|
122
155
|
},
|
156
|
+
"DeleteLaunchConfigurationTemplate": {
|
157
|
+
"http": {
|
158
|
+
"requestUri": "/DeleteLaunchConfigurationTemplate",
|
159
|
+
"responseCode": 204
|
160
|
+
},
|
161
|
+
"input": {
|
162
|
+
"type": "structure",
|
163
|
+
"required": [
|
164
|
+
"launchConfigurationTemplateID"
|
165
|
+
],
|
166
|
+
"members": {
|
167
|
+
"launchConfigurationTemplateID": {}
|
168
|
+
}
|
169
|
+
},
|
170
|
+
"output": {
|
171
|
+
"type": "structure",
|
172
|
+
"members": {}
|
173
|
+
},
|
174
|
+
"idempotent": true
|
175
|
+
},
|
123
176
|
"DeleteRecoveryInstance": {
|
124
177
|
"http": {
|
125
178
|
"requestUri": "/DeleteRecoveryInstance",
|
@@ -276,7 +329,38 @@
|
|
276
329
|
"items": {
|
277
330
|
"type": "list",
|
278
331
|
"member": {
|
279
|
-
"shape": "
|
332
|
+
"shape": "S2s"
|
333
|
+
}
|
334
|
+
},
|
335
|
+
"nextToken": {}
|
336
|
+
}
|
337
|
+
}
|
338
|
+
},
|
339
|
+
"DescribeLaunchConfigurationTemplates": {
|
340
|
+
"http": {
|
341
|
+
"requestUri": "/DescribeLaunchConfigurationTemplates",
|
342
|
+
"responseCode": 200
|
343
|
+
},
|
344
|
+
"input": {
|
345
|
+
"type": "structure",
|
346
|
+
"members": {
|
347
|
+
"launchConfigurationTemplateIDs": {
|
348
|
+
"type": "list",
|
349
|
+
"member": {}
|
350
|
+
},
|
351
|
+
"maxResults": {
|
352
|
+
"type": "integer"
|
353
|
+
},
|
354
|
+
"nextToken": {}
|
355
|
+
}
|
356
|
+
},
|
357
|
+
"output": {
|
358
|
+
"type": "structure",
|
359
|
+
"members": {
|
360
|
+
"items": {
|
361
|
+
"type": "list",
|
362
|
+
"member": {
|
363
|
+
"shape": "S1n"
|
280
364
|
}
|
281
365
|
},
|
282
366
|
"nextToken": {}
|
@@ -522,7 +606,7 @@
|
|
522
606
|
"items": {
|
523
607
|
"type": "list",
|
524
608
|
"member": {
|
525
|
-
"shape": "
|
609
|
+
"shape": "S20"
|
526
610
|
}
|
527
611
|
},
|
528
612
|
"nextToken": {}
|
@@ -649,7 +733,7 @@
|
|
649
733
|
}
|
650
734
|
},
|
651
735
|
"output": {
|
652
|
-
"shape": "
|
736
|
+
"shape": "S4h"
|
653
737
|
}
|
654
738
|
},
|
655
739
|
"GetReplicationConfiguration": {
|
@@ -667,7 +751,7 @@
|
|
667
751
|
}
|
668
752
|
},
|
669
753
|
"output": {
|
670
|
-
"shape": "
|
754
|
+
"shape": "S4k"
|
671
755
|
}
|
672
756
|
},
|
673
757
|
"InitializeService": {
|
@@ -852,7 +936,7 @@
|
|
852
936
|
"type": "structure",
|
853
937
|
"members": {
|
854
938
|
"job": {
|
855
|
-
"shape": "
|
939
|
+
"shape": "S2s"
|
856
940
|
}
|
857
941
|
}
|
858
942
|
}
|
@@ -893,7 +977,7 @@
|
|
893
977
|
"type": "structure",
|
894
978
|
"members": {
|
895
979
|
"job": {
|
896
|
-
"shape": "
|
980
|
+
"shape": "S2s"
|
897
981
|
}
|
898
982
|
}
|
899
983
|
}
|
@@ -1003,7 +1087,7 @@
|
|
1003
1087
|
"type": "structure",
|
1004
1088
|
"members": {
|
1005
1089
|
"job": {
|
1006
|
-
"shape": "
|
1090
|
+
"shape": "S2s"
|
1007
1091
|
}
|
1008
1092
|
}
|
1009
1093
|
}
|
@@ -1077,7 +1161,7 @@
|
|
1077
1161
|
},
|
1078
1162
|
"launchDisposition": {},
|
1079
1163
|
"licensing": {
|
1080
|
-
"shape": "
|
1164
|
+
"shape": "S1k"
|
1081
1165
|
},
|
1082
1166
|
"name": {},
|
1083
1167
|
"sourceServerID": {},
|
@@ -1085,10 +1169,44 @@
|
|
1085
1169
|
}
|
1086
1170
|
},
|
1087
1171
|
"output": {
|
1088
|
-
"shape": "
|
1172
|
+
"shape": "S4h"
|
1089
1173
|
},
|
1090
1174
|
"idempotent": true
|
1091
1175
|
},
|
1176
|
+
"UpdateLaunchConfigurationTemplate": {
|
1177
|
+
"http": {
|
1178
|
+
"requestUri": "/UpdateLaunchConfigurationTemplate",
|
1179
|
+
"responseCode": 200
|
1180
|
+
},
|
1181
|
+
"input": {
|
1182
|
+
"type": "structure",
|
1183
|
+
"required": [
|
1184
|
+
"launchConfigurationTemplateID"
|
1185
|
+
],
|
1186
|
+
"members": {
|
1187
|
+
"copyPrivateIp": {
|
1188
|
+
"type": "boolean"
|
1189
|
+
},
|
1190
|
+
"copyTags": {
|
1191
|
+
"type": "boolean"
|
1192
|
+
},
|
1193
|
+
"launchConfigurationTemplateID": {},
|
1194
|
+
"launchDisposition": {},
|
1195
|
+
"licensing": {
|
1196
|
+
"shape": "S1k"
|
1197
|
+
},
|
1198
|
+
"targetInstanceTypeRightSizingMethod": {}
|
1199
|
+
}
|
1200
|
+
},
|
1201
|
+
"output": {
|
1202
|
+
"type": "structure",
|
1203
|
+
"members": {
|
1204
|
+
"launchConfigurationTemplate": {
|
1205
|
+
"shape": "S1n"
|
1206
|
+
}
|
1207
|
+
}
|
1208
|
+
}
|
1209
|
+
},
|
1092
1210
|
"UpdateReplicationConfiguration": {
|
1093
1211
|
"http": {
|
1094
1212
|
"requestUri": "/UpdateReplicationConfiguration",
|
@@ -1118,14 +1236,14 @@
|
|
1118
1236
|
"ebsEncryptionKeyArn": {},
|
1119
1237
|
"name": {},
|
1120
1238
|
"pitPolicy": {
|
1121
|
-
"shape": "
|
1239
|
+
"shape": "S1t"
|
1122
1240
|
},
|
1123
1241
|
"replicatedDisks": {
|
1124
|
-
"shape": "
|
1242
|
+
"shape": "S4l"
|
1125
1243
|
},
|
1126
1244
|
"replicationServerInstanceType": {},
|
1127
1245
|
"replicationServersSecurityGroupsIDs": {
|
1128
|
-
"shape": "
|
1246
|
+
"shape": "S1x"
|
1129
1247
|
},
|
1130
1248
|
"sourceServerID": {},
|
1131
1249
|
"stagingAreaSubnetId": {},
|
@@ -1138,7 +1256,7 @@
|
|
1138
1256
|
}
|
1139
1257
|
},
|
1140
1258
|
"output": {
|
1141
|
-
"shape": "
|
1259
|
+
"shape": "S4k"
|
1142
1260
|
},
|
1143
1261
|
"idempotent": true
|
1144
1262
|
},
|
@@ -1171,12 +1289,12 @@
|
|
1171
1289
|
"ebsEncryption": {},
|
1172
1290
|
"ebsEncryptionKeyArn": {},
|
1173
1291
|
"pitPolicy": {
|
1174
|
-
"shape": "
|
1292
|
+
"shape": "S1t"
|
1175
1293
|
},
|
1176
1294
|
"replicationConfigurationTemplateID": {},
|
1177
1295
|
"replicationServerInstanceType": {},
|
1178
1296
|
"replicationServersSecurityGroupsIDs": {
|
1179
|
-
"shape": "
|
1297
|
+
"shape": "S1x"
|
1180
1298
|
},
|
1181
1299
|
"stagingAreaSubnetId": {},
|
1182
1300
|
"stagingAreaTags": {
|
@@ -1188,7 +1306,7 @@
|
|
1188
1306
|
}
|
1189
1307
|
},
|
1190
1308
|
"output": {
|
1191
|
-
"shape": "
|
1309
|
+
"shape": "S20"
|
1192
1310
|
}
|
1193
1311
|
}
|
1194
1312
|
},
|
@@ -1323,7 +1441,10 @@
|
|
1323
1441
|
"ramBytes": {
|
1324
1442
|
"type": "long"
|
1325
1443
|
},
|
1326
|
-
"recommendedInstanceType": {}
|
1444
|
+
"recommendedInstanceType": {},
|
1445
|
+
"supportsNitroInstances": {
|
1446
|
+
"type": "boolean"
|
1447
|
+
}
|
1327
1448
|
}
|
1328
1449
|
},
|
1329
1450
|
"sourceServerID": {},
|
@@ -1384,7 +1505,36 @@
|
|
1384
1505
|
"fullString": {}
|
1385
1506
|
}
|
1386
1507
|
},
|
1387
|
-
"
|
1508
|
+
"S1k": {
|
1509
|
+
"type": "structure",
|
1510
|
+
"members": {
|
1511
|
+
"osByol": {
|
1512
|
+
"type": "boolean"
|
1513
|
+
}
|
1514
|
+
}
|
1515
|
+
},
|
1516
|
+
"S1n": {
|
1517
|
+
"type": "structure",
|
1518
|
+
"members": {
|
1519
|
+
"arn": {},
|
1520
|
+
"copyPrivateIp": {
|
1521
|
+
"type": "boolean"
|
1522
|
+
},
|
1523
|
+
"copyTags": {
|
1524
|
+
"type": "boolean"
|
1525
|
+
},
|
1526
|
+
"launchConfigurationTemplateID": {},
|
1527
|
+
"launchDisposition": {},
|
1528
|
+
"licensing": {
|
1529
|
+
"shape": "S1k"
|
1530
|
+
},
|
1531
|
+
"tags": {
|
1532
|
+
"shape": "S3"
|
1533
|
+
},
|
1534
|
+
"targetInstanceTypeRightSizingMethod": {}
|
1535
|
+
}
|
1536
|
+
},
|
1537
|
+
"S1t": {
|
1388
1538
|
"type": "list",
|
1389
1539
|
"member": {
|
1390
1540
|
"type": "structure",
|
@@ -1410,11 +1560,11 @@
|
|
1410
1560
|
}
|
1411
1561
|
}
|
1412
1562
|
},
|
1413
|
-
"
|
1563
|
+
"S1x": {
|
1414
1564
|
"type": "list",
|
1415
1565
|
"member": {}
|
1416
1566
|
},
|
1417
|
-
"
|
1567
|
+
"S20": {
|
1418
1568
|
"type": "structure",
|
1419
1569
|
"required": [
|
1420
1570
|
"replicationConfigurationTemplateID"
|
@@ -1438,12 +1588,12 @@
|
|
1438
1588
|
"ebsEncryption": {},
|
1439
1589
|
"ebsEncryptionKeyArn": {},
|
1440
1590
|
"pitPolicy": {
|
1441
|
-
"shape": "
|
1591
|
+
"shape": "S1t"
|
1442
1592
|
},
|
1443
1593
|
"replicationConfigurationTemplateID": {},
|
1444
1594
|
"replicationServerInstanceType": {},
|
1445
1595
|
"replicationServersSecurityGroupsIDs": {
|
1446
|
-
"shape": "
|
1596
|
+
"shape": "S1x"
|
1447
1597
|
},
|
1448
1598
|
"stagingAreaSubnetId": {},
|
1449
1599
|
"stagingAreaTags": {
|
@@ -1457,7 +1607,7 @@
|
|
1457
1607
|
}
|
1458
1608
|
}
|
1459
1609
|
},
|
1460
|
-
"
|
1610
|
+
"S2s": {
|
1461
1611
|
"type": "structure",
|
1462
1612
|
"required": [
|
1463
1613
|
"jobID"
|
@@ -1486,7 +1636,7 @@
|
|
1486
1636
|
"type": {}
|
1487
1637
|
}
|
1488
1638
|
},
|
1489
|
-
"
|
1639
|
+
"S4h": {
|
1490
1640
|
"type": "structure",
|
1491
1641
|
"members": {
|
1492
1642
|
"copyPrivateIp": {
|
@@ -1498,22 +1648,14 @@
|
|
1498
1648
|
"ec2LaunchTemplateID": {},
|
1499
1649
|
"launchDisposition": {},
|
1500
1650
|
"licensing": {
|
1501
|
-
"shape": "
|
1651
|
+
"shape": "S1k"
|
1502
1652
|
},
|
1503
1653
|
"name": {},
|
1504
1654
|
"sourceServerID": {},
|
1505
1655
|
"targetInstanceTypeRightSizingMethod": {}
|
1506
1656
|
}
|
1507
1657
|
},
|
1508
|
-
"
|
1509
|
-
"type": "structure",
|
1510
|
-
"members": {
|
1511
|
-
"osByol": {
|
1512
|
-
"type": "boolean"
|
1513
|
-
}
|
1514
|
-
}
|
1515
|
-
},
|
1516
|
-
"S49": {
|
1658
|
+
"S4k": {
|
1517
1659
|
"type": "structure",
|
1518
1660
|
"members": {
|
1519
1661
|
"associateDefaultSecurityGroup": {
|
@@ -1534,14 +1676,14 @@
|
|
1534
1676
|
"ebsEncryptionKeyArn": {},
|
1535
1677
|
"name": {},
|
1536
1678
|
"pitPolicy": {
|
1537
|
-
"shape": "
|
1679
|
+
"shape": "S1t"
|
1538
1680
|
},
|
1539
1681
|
"replicatedDisks": {
|
1540
|
-
"shape": "
|
1682
|
+
"shape": "S4l"
|
1541
1683
|
},
|
1542
1684
|
"replicationServerInstanceType": {},
|
1543
1685
|
"replicationServersSecurityGroupsIDs": {
|
1544
|
-
"shape": "
|
1686
|
+
"shape": "S1x"
|
1545
1687
|
},
|
1546
1688
|
"sourceServerID": {},
|
1547
1689
|
"stagingAreaSubnetId": {},
|
@@ -1553,7 +1695,7 @@
|
|
1553
1695
|
}
|
1554
1696
|
}
|
1555
1697
|
},
|
1556
|
-
"
|
1698
|
+
"S4l": {
|
1557
1699
|
"type": "list",
|
1558
1700
|
"member": {
|
1559
1701
|
"type": "structure",
|
@@ -12,6 +12,12 @@
|
|
12
12
|
"limit_key": "maxResults",
|
13
13
|
"result_key": "items"
|
14
14
|
},
|
15
|
+
"DescribeLaunchConfigurationTemplates": {
|
16
|
+
"input_token": "nextToken",
|
17
|
+
"output_token": "nextToken",
|
18
|
+
"limit_key": "maxResults",
|
19
|
+
"result_key": "items"
|
20
|
+
},
|
15
21
|
"DescribeRecoveryInstances": {
|
16
22
|
"input_token": "nextToken",
|
17
23
|
"output_token": "nextToken",
|
@@ -283,6 +283,20 @@
|
|
283
283
|
},
|
284
284
|
"executionTimeoutMinutes": {
|
285
285
|
"type": "long"
|
286
|
+
},
|
287
|
+
"billedResourceUtilization": {
|
288
|
+
"type": "structure",
|
289
|
+
"members": {
|
290
|
+
"vCPUHour": {
|
291
|
+
"type": "double"
|
292
|
+
},
|
293
|
+
"memoryGBHour": {
|
294
|
+
"type": "double"
|
295
|
+
},
|
296
|
+
"storageGBHour": {
|
297
|
+
"type": "double"
|
298
|
+
}
|
299
|
+
}
|
286
300
|
}
|
287
301
|
}
|
288
302
|
}
|
@@ -20,8 +20,7 @@
|
|
20
20
|
"input": {
|
21
21
|
"type": "structure",
|
22
22
|
"required": [
|
23
|
-
"MonitorName"
|
24
|
-
"MaxCityNetworksToMonitor"
|
23
|
+
"MonitorName"
|
25
24
|
],
|
26
25
|
"members": {
|
27
26
|
"MonitorName": {},
|
@@ -39,6 +38,9 @@
|
|
39
38
|
},
|
40
39
|
"InternetMeasurementsLogDelivery": {
|
41
40
|
"shape": "Sa"
|
41
|
+
},
|
42
|
+
"TrafficPercentageToMonitor": {
|
43
|
+
"type": "integer"
|
42
44
|
}
|
43
45
|
}
|
44
46
|
},
|
@@ -117,19 +119,19 @@
|
|
117
119
|
"EventArn": {},
|
118
120
|
"EventId": {},
|
119
121
|
"StartedAt": {
|
120
|
-
"shape": "
|
122
|
+
"shape": "Sn"
|
121
123
|
},
|
122
124
|
"EndedAt": {
|
123
|
-
"shape": "
|
125
|
+
"shape": "Sn"
|
124
126
|
},
|
125
127
|
"CreatedAt": {
|
126
|
-
"shape": "
|
128
|
+
"shape": "Sn"
|
127
129
|
},
|
128
130
|
"LastUpdatedAt": {
|
129
|
-
"shape": "
|
131
|
+
"shape": "Sn"
|
130
132
|
},
|
131
133
|
"ImpactedLocations": {
|
132
|
-
"shape": "
|
134
|
+
"shape": "So"
|
133
135
|
},
|
134
136
|
"Status": {},
|
135
137
|
"PercentOfTotalTrafficImpacted": {
|
@@ -165,8 +167,7 @@
|
|
165
167
|
"Resources",
|
166
168
|
"Status",
|
167
169
|
"CreatedAt",
|
168
|
-
"ModifiedAt"
|
169
|
-
"MaxCityNetworksToMonitor"
|
170
|
+
"ModifiedAt"
|
170
171
|
],
|
171
172
|
"members": {
|
172
173
|
"MonitorName": {},
|
@@ -176,10 +177,10 @@
|
|
176
177
|
},
|
177
178
|
"Status": {},
|
178
179
|
"CreatedAt": {
|
179
|
-
"shape": "
|
180
|
+
"shape": "Sn"
|
180
181
|
},
|
181
182
|
"ModifiedAt": {
|
182
|
-
"shape": "
|
183
|
+
"shape": "Sn"
|
183
184
|
},
|
184
185
|
"ProcessingStatus": {},
|
185
186
|
"ProcessingStatusInfo": {},
|
@@ -191,6 +192,9 @@
|
|
191
192
|
},
|
192
193
|
"InternetMeasurementsLogDelivery": {
|
193
194
|
"shape": "Sa"
|
195
|
+
},
|
196
|
+
"TrafficPercentageToMonitor": {
|
197
|
+
"type": "integer"
|
194
198
|
}
|
195
199
|
}
|
196
200
|
}
|
@@ -212,12 +216,12 @@
|
|
212
216
|
"locationName": "MonitorName"
|
213
217
|
},
|
214
218
|
"StartTime": {
|
215
|
-
"shape": "
|
219
|
+
"shape": "Sn",
|
216
220
|
"location": "querystring",
|
217
221
|
"locationName": "StartTime"
|
218
222
|
},
|
219
223
|
"EndTime": {
|
220
|
-
"shape": "
|
224
|
+
"shape": "Sn",
|
221
225
|
"location": "querystring",
|
222
226
|
"locationName": "EndTime"
|
223
227
|
},
|
@@ -259,19 +263,19 @@
|
|
259
263
|
"EventArn": {},
|
260
264
|
"EventId": {},
|
261
265
|
"StartedAt": {
|
262
|
-
"shape": "
|
266
|
+
"shape": "Sn"
|
263
267
|
},
|
264
268
|
"EndedAt": {
|
265
|
-
"shape": "
|
269
|
+
"shape": "Sn"
|
266
270
|
},
|
267
271
|
"CreatedAt": {
|
268
|
-
"shape": "
|
272
|
+
"shape": "Sn"
|
269
273
|
},
|
270
274
|
"LastUpdatedAt": {
|
271
|
-
"shape": "
|
275
|
+
"shape": "Sn"
|
272
276
|
},
|
273
277
|
"ImpactedLocations": {
|
274
|
-
"shape": "
|
278
|
+
"shape": "So"
|
275
279
|
},
|
276
280
|
"Status": {},
|
277
281
|
"PercentOfTotalTrafficImpacted": {
|
@@ -452,6 +456,9 @@
|
|
452
456
|
},
|
453
457
|
"InternetMeasurementsLogDelivery": {
|
454
458
|
"shape": "Sa"
|
459
|
+
},
|
460
|
+
"TrafficPercentageToMonitor": {
|
461
|
+
"type": "integer"
|
455
462
|
}
|
456
463
|
}
|
457
464
|
},
|
@@ -492,11 +499,11 @@
|
|
492
499
|
}
|
493
500
|
}
|
494
501
|
},
|
495
|
-
"
|
502
|
+
"Sn": {
|
496
503
|
"type": "timestamp",
|
497
504
|
"timestampFormat": "iso8601"
|
498
505
|
},
|
499
|
-
"
|
506
|
+
"So": {
|
500
507
|
"type": "list",
|
501
508
|
"member": {
|
502
509
|
"type": "structure",
|
@@ -534,10 +541,10 @@
|
|
534
541
|
],
|
535
542
|
"members": {
|
536
543
|
"Networks": {
|
537
|
-
"shape": "
|
544
|
+
"shape": "Su"
|
538
545
|
},
|
539
546
|
"AsPath": {
|
540
|
-
"shape": "
|
547
|
+
"shape": "Su"
|
541
548
|
},
|
542
549
|
"NetworkEventType": {}
|
543
550
|
}
|
@@ -592,7 +599,7 @@
|
|
592
599
|
}
|
593
600
|
}
|
594
601
|
},
|
595
|
-
"
|
602
|
+
"Su": {
|
596
603
|
"type": "list",
|
597
604
|
"member": {
|
598
605
|
"type": "structure",
|