cdk-lambda-subminute 2.0.409 → 2.0.411
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/README.md +1 -1
- package/node_modules/aws-sdk/apis/accessanalyzer-2019-11-01.min.json +107 -95
- 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/dynamodb-2012-08-10.min.json +321 -258
- package/node_modules/aws-sdk/apis/managedblockchain-query-2023-05-04.min.json +8 -7
- package/node_modules/aws-sdk/apis/savingsplans-2019-06-28.min.json +25 -1
- package/node_modules/aws-sdk/clients/accessanalyzer.d.ts +24 -2
- package/node_modules/aws-sdk/clients/codeartifact.d.ts +564 -25
- package/node_modules/aws-sdk/clients/codebuild.d.ts +1 -1
- package/node_modules/aws-sdk/clients/connect.d.ts +2 -2
- package/node_modules/aws-sdk/clients/dynamodb.d.ts +154 -67
- package/node_modules/aws-sdk/clients/managedblockchainquery.d.ts +9 -1
- package/node_modules/aws-sdk/clients/savingsplans.d.ts +53 -25
- 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 +324 -261
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +78 -78
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +128 -65
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
@@ -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
|
}
|