cdk-lambda-subminute 2.0.410 → 2.0.412
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/lib/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/codeartifact-2018-09-22.min.json +561 -33
- package/node_modules/aws-sdk/apis/codeartifact-2018-09-22.paginators.json +24 -0
- package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +4 -3
- package/node_modules/aws-sdk/clients/codeartifact.d.ts +564 -25
- package/node_modules/aws-sdk/clients/firehose.d.ts +1 -1
- package/node_modules/aws-sdk/clients/kendra.d.ts +33 -33
- package/node_modules/aws-sdk/clients/rolesanywhere.d.ts +5 -5
- package/node_modules/aws-sdk/clients/securityhub.d.ts +9 -5
- 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 +4 -4
- 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 +4 -4
@@ -1,11 +1,29 @@
|
|
1
1
|
{
|
2
2
|
"pagination": {
|
3
|
+
"ListAllowedRepositoriesForGroup": {
|
4
|
+
"input_token": "nextToken",
|
5
|
+
"output_token": "nextToken",
|
6
|
+
"limit_key": "maxResults",
|
7
|
+
"result_key": "allowedRepositories"
|
8
|
+
},
|
9
|
+
"ListAssociatedPackages": {
|
10
|
+
"input_token": "nextToken",
|
11
|
+
"output_token": "nextToken",
|
12
|
+
"limit_key": "maxResults",
|
13
|
+
"result_key": "packages"
|
14
|
+
},
|
3
15
|
"ListDomains": {
|
4
16
|
"input_token": "nextToken",
|
5
17
|
"output_token": "nextToken",
|
6
18
|
"limit_key": "maxResults",
|
7
19
|
"result_key": "domains"
|
8
20
|
},
|
21
|
+
"ListPackageGroups": {
|
22
|
+
"input_token": "nextToken",
|
23
|
+
"output_token": "nextToken",
|
24
|
+
"limit_key": "maxResults",
|
25
|
+
"result_key": "packageGroups"
|
26
|
+
},
|
9
27
|
"ListPackageVersionAssets": {
|
10
28
|
"input_token": "nextToken",
|
11
29
|
"output_token": "nextToken",
|
@@ -35,6 +53,12 @@
|
|
35
53
|
"output_token": "nextToken",
|
36
54
|
"limit_key": "maxResults",
|
37
55
|
"result_key": "repositories"
|
56
|
+
},
|
57
|
+
"ListSubPackageGroups": {
|
58
|
+
"input_token": "nextToken",
|
59
|
+
"output_token": "nextToken",
|
60
|
+
"limit_key": "maxResults",
|
61
|
+
"result_key": "packageGroups"
|
38
62
|
}
|
39
63
|
}
|
40
64
|
}
|
@@ -2836,14 +2836,14 @@
|
|
2836
2836
|
"Lte": {
|
2837
2837
|
"type": "double"
|
2838
2838
|
},
|
2839
|
-
"Eq": {
|
2840
|
-
"type": "double"
|
2841
|
-
},
|
2842
2839
|
"Gt": {
|
2843
2840
|
"type": "double"
|
2844
2841
|
},
|
2845
2842
|
"Lt": {
|
2846
2843
|
"type": "double"
|
2844
|
+
},
|
2845
|
+
"Eq": {
|
2846
|
+
"type": "double"
|
2847
2847
|
}
|
2848
2848
|
}
|
2849
2849
|
}
|
@@ -9445,6 +9445,7 @@
|
|
9445
9445
|
"type": "double"
|
9446
9446
|
},
|
9447
9447
|
"ExploitAvailable": {},
|
9448
|
+
"LastKnownExploitAt": {},
|
9448
9449
|
"CodeVulnerabilities": {
|
9449
9450
|
"type": "list",
|
9450
9451
|
"member": {
|