cdk-lambda-subminute 2.0.257 → 2.0.258
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-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/CHANGELOG.md +8 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/appconfig-2019-10-09.min.json +69 -60
- package/node_modules/aws-sdk/apis/datazone-2018-05-10.examples.json +5 -0
- package/node_modules/aws-sdk/apis/datazone-2018-05-10.min.json +7186 -0
- package/node_modules/aws-sdk/apis/datazone-2018-05-10.paginators.json +130 -0
- package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.min.json +58 -44
- package/node_modules/aws-sdk/apis/metadata.json +3 -0
- package/node_modules/aws-sdk/apis/mgn-2020-02-26.min.json +250 -83
- package/node_modules/aws-sdk/apis/mgn-2020-02-26.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +1080 -1062
- package/node_modules/aws-sdk/clients/all.d.ts +1 -0
- package/node_modules/aws-sdk/clients/all.js +2 -1
- package/node_modules/aws-sdk/clients/appconfig.d.ts +31 -4
- package/node_modules/aws-sdk/clients/datazone.d.ts +8000 -0
- package/node_modules/aws-sdk/clients/datazone.js +18 -0
- package/node_modules/aws-sdk/clients/mediatailor.d.ts +11 -0
- package/node_modules/aws-sdk/clients/mgn.d.ts +187 -0
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +24 -1
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +46 -9
- package/node_modules/aws-sdk/dist/aws-sdk.js +6 -3
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +9 -9
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
@@ -0,0 +1,130 @@
|
|
1
|
+
{
|
2
|
+
"pagination": {
|
3
|
+
"ListAssetRevisions": {
|
4
|
+
"input_token": "nextToken",
|
5
|
+
"output_token": "nextToken",
|
6
|
+
"limit_key": "maxResults",
|
7
|
+
"result_key": "items"
|
8
|
+
},
|
9
|
+
"ListDataSourceRunActivities": {
|
10
|
+
"input_token": "nextToken",
|
11
|
+
"output_token": "nextToken",
|
12
|
+
"limit_key": "maxResults",
|
13
|
+
"result_key": "items"
|
14
|
+
},
|
15
|
+
"ListDataSourceRuns": {
|
16
|
+
"input_token": "nextToken",
|
17
|
+
"output_token": "nextToken",
|
18
|
+
"limit_key": "maxResults",
|
19
|
+
"result_key": "items"
|
20
|
+
},
|
21
|
+
"ListDataSources": {
|
22
|
+
"input_token": "nextToken",
|
23
|
+
"output_token": "nextToken",
|
24
|
+
"limit_key": "maxResults",
|
25
|
+
"result_key": "items"
|
26
|
+
},
|
27
|
+
"ListDomains": {
|
28
|
+
"input_token": "nextToken",
|
29
|
+
"output_token": "nextToken",
|
30
|
+
"limit_key": "maxResults",
|
31
|
+
"result_key": "items"
|
32
|
+
},
|
33
|
+
"ListEnvironmentBlueprintConfigurations": {
|
34
|
+
"input_token": "nextToken",
|
35
|
+
"output_token": "nextToken",
|
36
|
+
"limit_key": "maxResults",
|
37
|
+
"result_key": "items"
|
38
|
+
},
|
39
|
+
"ListEnvironmentBlueprints": {
|
40
|
+
"input_token": "nextToken",
|
41
|
+
"output_token": "nextToken",
|
42
|
+
"limit_key": "maxResults",
|
43
|
+
"result_key": "items"
|
44
|
+
},
|
45
|
+
"ListEnvironmentProfiles": {
|
46
|
+
"input_token": "nextToken",
|
47
|
+
"output_token": "nextToken",
|
48
|
+
"limit_key": "maxResults",
|
49
|
+
"result_key": "items"
|
50
|
+
},
|
51
|
+
"ListEnvironments": {
|
52
|
+
"input_token": "nextToken",
|
53
|
+
"output_token": "nextToken",
|
54
|
+
"limit_key": "maxResults",
|
55
|
+
"result_key": "items"
|
56
|
+
},
|
57
|
+
"ListNotifications": {
|
58
|
+
"input_token": "nextToken",
|
59
|
+
"output_token": "nextToken",
|
60
|
+
"limit_key": "maxResults",
|
61
|
+
"result_key": "notifications"
|
62
|
+
},
|
63
|
+
"ListProjectMemberships": {
|
64
|
+
"input_token": "nextToken",
|
65
|
+
"output_token": "nextToken",
|
66
|
+
"limit_key": "maxResults",
|
67
|
+
"result_key": "members"
|
68
|
+
},
|
69
|
+
"ListProjects": {
|
70
|
+
"input_token": "nextToken",
|
71
|
+
"output_token": "nextToken",
|
72
|
+
"limit_key": "maxResults",
|
73
|
+
"result_key": "items"
|
74
|
+
},
|
75
|
+
"ListSubscriptionGrants": {
|
76
|
+
"input_token": "nextToken",
|
77
|
+
"output_token": "nextToken",
|
78
|
+
"limit_key": "maxResults",
|
79
|
+
"result_key": "items"
|
80
|
+
},
|
81
|
+
"ListSubscriptionRequests": {
|
82
|
+
"input_token": "nextToken",
|
83
|
+
"output_token": "nextToken",
|
84
|
+
"limit_key": "maxResults",
|
85
|
+
"result_key": "items"
|
86
|
+
},
|
87
|
+
"ListSubscriptionTargets": {
|
88
|
+
"input_token": "nextToken",
|
89
|
+
"output_token": "nextToken",
|
90
|
+
"limit_key": "maxResults",
|
91
|
+
"result_key": "items"
|
92
|
+
},
|
93
|
+
"ListSubscriptions": {
|
94
|
+
"input_token": "nextToken",
|
95
|
+
"output_token": "nextToken",
|
96
|
+
"limit_key": "maxResults",
|
97
|
+
"result_key": "items"
|
98
|
+
},
|
99
|
+
"Search": {
|
100
|
+
"input_token": "nextToken",
|
101
|
+
"output_token": "nextToken",
|
102
|
+
"limit_key": "maxResults",
|
103
|
+
"result_key": "items"
|
104
|
+
},
|
105
|
+
"SearchGroupProfiles": {
|
106
|
+
"input_token": "nextToken",
|
107
|
+
"output_token": "nextToken",
|
108
|
+
"limit_key": "maxResults",
|
109
|
+
"result_key": "items"
|
110
|
+
},
|
111
|
+
"SearchListings": {
|
112
|
+
"input_token": "nextToken",
|
113
|
+
"output_token": "nextToken",
|
114
|
+
"limit_key": "maxResults",
|
115
|
+
"result_key": "items"
|
116
|
+
},
|
117
|
+
"SearchTypes": {
|
118
|
+
"input_token": "nextToken",
|
119
|
+
"output_token": "nextToken",
|
120
|
+
"limit_key": "maxResults",
|
121
|
+
"result_key": "items"
|
122
|
+
},
|
123
|
+
"SearchUserProfiles": {
|
124
|
+
"input_token": "nextToken",
|
125
|
+
"output_token": "nextToken",
|
126
|
+
"limit_key": "maxResults",
|
127
|
+
"result_key": "items"
|
128
|
+
}
|
129
|
+
}
|
130
|
+
}
|
@@ -872,6 +872,20 @@
|
|
872
872
|
"output": {
|
873
873
|
"type": "structure",
|
874
874
|
"members": {
|
875
|
+
"AdBreakOpportunities": {
|
876
|
+
"type": "list",
|
877
|
+
"member": {
|
878
|
+
"type": "structure",
|
879
|
+
"required": [
|
880
|
+
"OffsetMillis"
|
881
|
+
],
|
882
|
+
"members": {
|
883
|
+
"OffsetMillis": {
|
884
|
+
"type": "long"
|
885
|
+
}
|
886
|
+
}
|
887
|
+
}
|
888
|
+
},
|
875
889
|
"Arn": {},
|
876
890
|
"CreationTime": {
|
877
891
|
"shape": "Sm"
|
@@ -1020,31 +1034,31 @@
|
|
1020
1034
|
"members": {
|
1021
1035
|
"AdDecisionServerUrl": {},
|
1022
1036
|
"AvailSuppression": {
|
1023
|
-
"shape": "
|
1037
|
+
"shape": "S30"
|
1024
1038
|
},
|
1025
1039
|
"Bumper": {
|
1026
|
-
"shape": "
|
1040
|
+
"shape": "S33"
|
1027
1041
|
},
|
1028
1042
|
"CdnConfiguration": {
|
1029
|
-
"shape": "
|
1043
|
+
"shape": "S34"
|
1030
1044
|
},
|
1031
1045
|
"ConfigurationAliases": {
|
1032
|
-
"shape": "
|
1046
|
+
"shape": "S35"
|
1033
1047
|
},
|
1034
1048
|
"DashConfiguration": {
|
1035
|
-
"shape": "
|
1049
|
+
"shape": "S36"
|
1036
1050
|
},
|
1037
1051
|
"HlsConfiguration": {
|
1038
|
-
"shape": "
|
1052
|
+
"shape": "S38"
|
1039
1053
|
},
|
1040
1054
|
"LivePreRollConfiguration": {
|
1041
|
-
"shape": "
|
1055
|
+
"shape": "S39"
|
1042
1056
|
},
|
1043
1057
|
"LogConfiguration": {
|
1044
|
-
"shape": "
|
1058
|
+
"shape": "S3a"
|
1045
1059
|
},
|
1046
1060
|
"ManifestProcessingRules": {
|
1047
|
-
"shape": "
|
1061
|
+
"shape": "S3b"
|
1048
1062
|
},
|
1049
1063
|
"Name": {},
|
1050
1064
|
"PersonalizationThresholdSeconds": {
|
@@ -1151,7 +1165,7 @@
|
|
1151
1165
|
"shape": "Sm"
|
1152
1166
|
},
|
1153
1167
|
"RelatedResourceArns": {
|
1154
|
-
"shape": "
|
1168
|
+
"shape": "S3m"
|
1155
1169
|
},
|
1156
1170
|
"ResourceArn": {}
|
1157
1171
|
}
|
@@ -1323,31 +1337,31 @@
|
|
1323
1337
|
"members": {
|
1324
1338
|
"AdDecisionServerUrl": {},
|
1325
1339
|
"AvailSuppression": {
|
1326
|
-
"shape": "
|
1340
|
+
"shape": "S30"
|
1327
1341
|
},
|
1328
1342
|
"Bumper": {
|
1329
|
-
"shape": "
|
1343
|
+
"shape": "S33"
|
1330
1344
|
},
|
1331
1345
|
"CdnConfiguration": {
|
1332
|
-
"shape": "
|
1346
|
+
"shape": "S34"
|
1333
1347
|
},
|
1334
1348
|
"ConfigurationAliases": {
|
1335
|
-
"shape": "
|
1349
|
+
"shape": "S35"
|
1336
1350
|
},
|
1337
1351
|
"DashConfiguration": {
|
1338
|
-
"shape": "
|
1352
|
+
"shape": "S36"
|
1339
1353
|
},
|
1340
1354
|
"HlsConfiguration": {
|
1341
|
-
"shape": "
|
1355
|
+
"shape": "S38"
|
1342
1356
|
},
|
1343
1357
|
"LivePreRollConfiguration": {
|
1344
|
-
"shape": "
|
1358
|
+
"shape": "S39"
|
1345
1359
|
},
|
1346
1360
|
"LogConfiguration": {
|
1347
|
-
"shape": "
|
1361
|
+
"shape": "S3a"
|
1348
1362
|
},
|
1349
1363
|
"ManifestProcessingRules": {
|
1350
|
-
"shape": "
|
1364
|
+
"shape": "S3b"
|
1351
1365
|
},
|
1352
1366
|
"Name": {},
|
1353
1367
|
"PersonalizationThresholdSeconds": {
|
@@ -1620,13 +1634,13 @@
|
|
1620
1634
|
"members": {
|
1621
1635
|
"AdDecisionServerUrl": {},
|
1622
1636
|
"AvailSuppression": {
|
1623
|
-
"shape": "
|
1637
|
+
"shape": "S30"
|
1624
1638
|
},
|
1625
1639
|
"Bumper": {
|
1626
|
-
"shape": "
|
1640
|
+
"shape": "S33"
|
1627
1641
|
},
|
1628
1642
|
"CdnConfiguration": {
|
1629
|
-
"shape": "
|
1643
|
+
"shape": "S34"
|
1630
1644
|
},
|
1631
1645
|
"ConfigurationAliases": {
|
1632
1646
|
"type": "map",
|
@@ -1643,10 +1657,10 @@
|
|
1643
1657
|
}
|
1644
1658
|
},
|
1645
1659
|
"LivePreRollConfiguration": {
|
1646
|
-
"shape": "
|
1660
|
+
"shape": "S39"
|
1647
1661
|
},
|
1648
1662
|
"ManifestProcessingRules": {
|
1649
|
-
"shape": "
|
1663
|
+
"shape": "S3b"
|
1650
1664
|
},
|
1651
1665
|
"Name": {},
|
1652
1666
|
"PersonalizationThresholdSeconds": {
|
@@ -1666,31 +1680,31 @@
|
|
1666
1680
|
"members": {
|
1667
1681
|
"AdDecisionServerUrl": {},
|
1668
1682
|
"AvailSuppression": {
|
1669
|
-
"shape": "
|
1683
|
+
"shape": "S30"
|
1670
1684
|
},
|
1671
1685
|
"Bumper": {
|
1672
|
-
"shape": "
|
1686
|
+
"shape": "S33"
|
1673
1687
|
},
|
1674
1688
|
"CdnConfiguration": {
|
1675
|
-
"shape": "
|
1689
|
+
"shape": "S34"
|
1676
1690
|
},
|
1677
1691
|
"ConfigurationAliases": {
|
1678
|
-
"shape": "
|
1692
|
+
"shape": "S35"
|
1679
1693
|
},
|
1680
1694
|
"DashConfiguration": {
|
1681
|
-
"shape": "
|
1695
|
+
"shape": "S36"
|
1682
1696
|
},
|
1683
1697
|
"HlsConfiguration": {
|
1684
|
-
"shape": "
|
1698
|
+
"shape": "S38"
|
1685
1699
|
},
|
1686
1700
|
"LivePreRollConfiguration": {
|
1687
|
-
"shape": "
|
1701
|
+
"shape": "S39"
|
1688
1702
|
},
|
1689
1703
|
"LogConfiguration": {
|
1690
|
-
"shape": "
|
1704
|
+
"shape": "S3a"
|
1691
1705
|
},
|
1692
1706
|
"ManifestProcessingRules": {
|
1693
|
-
"shape": "
|
1707
|
+
"shape": "S3b"
|
1694
1708
|
},
|
1695
1709
|
"Name": {},
|
1696
1710
|
"PersonalizationThresholdSeconds": {
|
@@ -1799,7 +1813,7 @@
|
|
1799
1813
|
"locationName": "ResourceArn"
|
1800
1814
|
},
|
1801
1815
|
"TagKeys": {
|
1802
|
-
"shape": "
|
1816
|
+
"shape": "S3m",
|
1803
1817
|
"location": "querystring",
|
1804
1818
|
"locationName": "tagKeys"
|
1805
1819
|
}
|
@@ -2389,7 +2403,7 @@
|
|
2389
2403
|
}
|
2390
2404
|
}
|
2391
2405
|
},
|
2392
|
-
"
|
2406
|
+
"S30": {
|
2393
2407
|
"type": "structure",
|
2394
2408
|
"members": {
|
2395
2409
|
"FillPolicy": {},
|
@@ -2397,28 +2411,28 @@
|
|
2397
2411
|
"Value": {}
|
2398
2412
|
}
|
2399
2413
|
},
|
2400
|
-
"
|
2414
|
+
"S33": {
|
2401
2415
|
"type": "structure",
|
2402
2416
|
"members": {
|
2403
2417
|
"EndUrl": {},
|
2404
2418
|
"StartUrl": {}
|
2405
2419
|
}
|
2406
2420
|
},
|
2407
|
-
"
|
2421
|
+
"S34": {
|
2408
2422
|
"type": "structure",
|
2409
2423
|
"members": {
|
2410
2424
|
"AdSegmentUrlPrefix": {},
|
2411
2425
|
"ContentSegmentUrlPrefix": {}
|
2412
2426
|
}
|
2413
2427
|
},
|
2414
|
-
"
|
2428
|
+
"S35": {
|
2415
2429
|
"type": "map",
|
2416
2430
|
"key": {},
|
2417
2431
|
"value": {
|
2418
2432
|
"shape": "Si"
|
2419
2433
|
}
|
2420
2434
|
},
|
2421
|
-
"
|
2435
|
+
"S36": {
|
2422
2436
|
"type": "structure",
|
2423
2437
|
"members": {
|
2424
2438
|
"ManifestEndpointPrefix": {},
|
@@ -2426,13 +2440,13 @@
|
|
2426
2440
|
"OriginManifestType": {}
|
2427
2441
|
}
|
2428
2442
|
},
|
2429
|
-
"
|
2443
|
+
"S38": {
|
2430
2444
|
"type": "structure",
|
2431
2445
|
"members": {
|
2432
2446
|
"ManifestEndpointPrefix": {}
|
2433
2447
|
}
|
2434
2448
|
},
|
2435
|
-
"
|
2449
|
+
"S39": {
|
2436
2450
|
"type": "structure",
|
2437
2451
|
"members": {
|
2438
2452
|
"AdDecisionServerUrl": {},
|
@@ -2441,7 +2455,7 @@
|
|
2441
2455
|
}
|
2442
2456
|
}
|
2443
2457
|
},
|
2444
|
-
"
|
2458
|
+
"S3a": {
|
2445
2459
|
"type": "structure",
|
2446
2460
|
"required": [
|
2447
2461
|
"PercentEnabled"
|
@@ -2452,7 +2466,7 @@
|
|
2452
2466
|
}
|
2453
2467
|
}
|
2454
2468
|
},
|
2455
|
-
"
|
2469
|
+
"S3b": {
|
2456
2470
|
"type": "structure",
|
2457
2471
|
"members": {
|
2458
2472
|
"AdMarkerPassthrough": {
|
@@ -2465,7 +2479,7 @@
|
|
2465
2479
|
}
|
2466
2480
|
}
|
2467
2481
|
},
|
2468
|
-
"
|
2482
|
+
"S3m": {
|
2469
2483
|
"type": "list",
|
2470
2484
|
"member": {}
|
2471
2485
|
}
|