cdk-docker-image-deployment 0.0.588 → 0.0.590
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 +5 -5
- package/API.md +0 -61
- package/lib/destination.js +1 -1
- package/lib/docker-image-deployment.js +1 -1
- package/lib/source.js +1 -1
- package/node_modules/@types/aws-lambda/README.md +1 -1
- package/node_modules/@types/aws-lambda/package.json +2 -2
- package/node_modules/@types/aws-lambda/trigger/sqs.d.ts +1 -0
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/bedrock-2023-04-20.min.json +123 -9
- package/node_modules/aws-sdk/apis/bedrock-2023-04-20.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/chatbot-2017-10-11.min.json +73 -24
- package/node_modules/aws-sdk/apis/chatbot-2017-10-11.paginators.json +14 -7
- package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.min.json +247 -161
- package/node_modules/aws-sdk/apis/omics-2022-11-28.min.json +47 -36
- package/node_modules/aws-sdk/apis/workspaces-2015-04-08.min.json +78 -40
- package/node_modules/aws-sdk/clients/bedrock.d.ts +135 -2
- package/node_modules/aws-sdk/clients/chatbot.d.ts +154 -155
- package/node_modules/aws-sdk/clients/iotsitewise.d.ts +169 -72
- package/node_modules/aws-sdk/clients/omics.d.ts +32 -10
- package/node_modules/aws-sdk/clients/polly.d.ts +2 -2
- package/node_modules/aws-sdk/clients/workspaces.d.ts +57 -2
- 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 +8 -8
- 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 +9 -9
|
@@ -3,37 +3,44 @@
|
|
|
3
3
|
"DescribeChimeWebhookConfigurations": {
|
|
4
4
|
"input_token": "NextToken",
|
|
5
5
|
"output_token": "NextToken",
|
|
6
|
-
"limit_key": "MaxResults"
|
|
6
|
+
"limit_key": "MaxResults",
|
|
7
|
+
"result_key": "WebhookConfigurations"
|
|
7
8
|
},
|
|
8
9
|
"DescribeSlackChannelConfigurations": {
|
|
9
10
|
"input_token": "NextToken",
|
|
10
11
|
"output_token": "NextToken",
|
|
11
|
-
"limit_key": "MaxResults"
|
|
12
|
+
"limit_key": "MaxResults",
|
|
13
|
+
"result_key": "SlackChannelConfigurations"
|
|
12
14
|
},
|
|
13
15
|
"DescribeSlackUserIdentities": {
|
|
14
16
|
"input_token": "NextToken",
|
|
15
17
|
"output_token": "NextToken",
|
|
16
|
-
"limit_key": "MaxResults"
|
|
18
|
+
"limit_key": "MaxResults",
|
|
19
|
+
"result_key": "SlackUserIdentities"
|
|
17
20
|
},
|
|
18
21
|
"DescribeSlackWorkspaces": {
|
|
19
22
|
"input_token": "NextToken",
|
|
20
23
|
"output_token": "NextToken",
|
|
21
|
-
"limit_key": "MaxResults"
|
|
24
|
+
"limit_key": "MaxResults",
|
|
25
|
+
"result_key": "SlackWorkspaces"
|
|
22
26
|
},
|
|
23
27
|
"ListMicrosoftTeamsChannelConfigurations": {
|
|
24
28
|
"input_token": "NextToken",
|
|
25
29
|
"output_token": "NextToken",
|
|
26
|
-
"limit_key": "MaxResults"
|
|
30
|
+
"limit_key": "MaxResults",
|
|
31
|
+
"result_key": "TeamChannelConfigurations"
|
|
27
32
|
},
|
|
28
33
|
"ListMicrosoftTeamsConfiguredTeams": {
|
|
29
34
|
"input_token": "NextToken",
|
|
30
35
|
"output_token": "NextToken",
|
|
31
|
-
"limit_key": "MaxResults"
|
|
36
|
+
"limit_key": "MaxResults",
|
|
37
|
+
"result_key": "ConfiguredTeams"
|
|
32
38
|
},
|
|
33
39
|
"ListMicrosoftTeamsUserIdentities": {
|
|
34
40
|
"input_token": "NextToken",
|
|
35
41
|
"output_token": "NextToken",
|
|
36
|
-
"limit_key": "MaxResults"
|
|
42
|
+
"limit_key": "MaxResults",
|
|
43
|
+
"result_key": "TeamsUserIdentities"
|
|
37
44
|
}
|
|
38
45
|
}
|
|
39
46
|
}
|