cdk-docker-image-deployment 0.0.131 → 0.0.133
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/destination.js +1 -1
- package/lib/docker-image-deployment.js +1 -1
- package/lib/source.js +1 -1
- package/node_modules/aws-sdk/CHANGELOG.md +10 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/cleanrooms-2022-02-17.examples.json +5 -0
- package/node_modules/aws-sdk/apis/cleanrooms-2022-02-17.min.json +1927 -0
- package/node_modules/aws-sdk/apis/cleanrooms-2022-02-17.paginators.json +46 -0
- package/node_modules/aws-sdk/apis/cleanrooms-2022-02-17.waiters2.json +5 -0
- package/node_modules/aws-sdk/apis/lambda-2015-03-31.min.json +131 -114
- package/node_modules/aws-sdk/apis/logs-2014-03-28.min.json +0 -10
- package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +131 -99
- package/node_modules/aws-sdk/apis/metadata.json +3 -0
- package/node_modules/aws-sdk/apis/secretsmanager-2017-10-17.examples.json +1 -0
- 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/cleanrooms.d.ts +1828 -0
- package/node_modules/aws-sdk/clients/cleanrooms.js +19 -0
- package/node_modules/aws-sdk/clients/cloudwatchlogs.d.ts +17 -17
- package/node_modules/aws-sdk/clients/kendra.d.ts +7 -7
- package/node_modules/aws-sdk/clients/lambda.d.ts +32 -13
- package/node_modules/aws-sdk/clients/mediaconvert.d.ts +44 -5
- package/node_modules/aws-sdk/clients/secretsmanager.d.ts +19 -10
- 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 +51 -7
- package/node_modules/aws-sdk/dist/aws-sdk.js +137 -127
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +41 -41
- 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 +8 -8
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
{
|
|
2
|
+
"pagination": {
|
|
3
|
+
"ListCollaborations": {
|
|
4
|
+
"input_token": "nextToken",
|
|
5
|
+
"output_token": "nextToken",
|
|
6
|
+
"limit_key": "maxResults",
|
|
7
|
+
"result_key": "collaborationList"
|
|
8
|
+
},
|
|
9
|
+
"ListConfiguredTableAssociations": {
|
|
10
|
+
"input_token": "nextToken",
|
|
11
|
+
"output_token": "nextToken",
|
|
12
|
+
"limit_key": "maxResults",
|
|
13
|
+
"result_key": "configuredTableAssociationSummaries"
|
|
14
|
+
},
|
|
15
|
+
"ListConfiguredTables": {
|
|
16
|
+
"input_token": "nextToken",
|
|
17
|
+
"output_token": "nextToken",
|
|
18
|
+
"limit_key": "maxResults",
|
|
19
|
+
"result_key": "configuredTableSummaries"
|
|
20
|
+
},
|
|
21
|
+
"ListMembers": {
|
|
22
|
+
"input_token": "nextToken",
|
|
23
|
+
"output_token": "nextToken",
|
|
24
|
+
"limit_key": "maxResults",
|
|
25
|
+
"result_key": "memberSummaries"
|
|
26
|
+
},
|
|
27
|
+
"ListMemberships": {
|
|
28
|
+
"input_token": "nextToken",
|
|
29
|
+
"output_token": "nextToken",
|
|
30
|
+
"limit_key": "maxResults",
|
|
31
|
+
"result_key": "membershipSummaries"
|
|
32
|
+
},
|
|
33
|
+
"ListProtectedQueries": {
|
|
34
|
+
"input_token": "nextToken",
|
|
35
|
+
"output_token": "nextToken",
|
|
36
|
+
"limit_key": "maxResults",
|
|
37
|
+
"result_key": "protectedQueries"
|
|
38
|
+
},
|
|
39
|
+
"ListSchemas": {
|
|
40
|
+
"input_token": "nextToken",
|
|
41
|
+
"output_token": "nextToken",
|
|
42
|
+
"limit_key": "maxResults",
|
|
43
|
+
"result_key": "schemaSummaries"
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
}
|