cdk-docker-image-deployment 0.0.178 → 0.0.180
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 +21 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/codecatalyst-2022-09-28.min.json +64 -7
- package/node_modules/aws-sdk/apis/comprehend-2017-11-27.min.json +692 -153
- package/node_modules/aws-sdk/apis/comprehend-2017-11-27.paginators.json +15 -0
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +1275 -1272
- package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +249 -215
- package/node_modules/aws-sdk/apis/kms-2014-11-01.examples.json +62 -2
- package/node_modules/aws-sdk/apis/lightsail-2016-11-28.min.json +282 -110
- package/node_modules/aws-sdk/apis/managedblockchain-2018-09-24.min.json +35 -29
- package/node_modules/aws-sdk/apis/omics-2022-11-28.min.json +142 -141
- package/node_modules/aws-sdk/apis/pi-2018-02-27.min.json +2 -1
- package/node_modules/aws-sdk/apis/pipes-2015-10-07.min.json +42 -42
- package/node_modules/aws-sdk/apis/pricing-2017-10-15.min.json +62 -0
- package/node_modules/aws-sdk/apis/pricing-2017-10-15.paginators.json +12 -3
- package/node_modules/aws-sdk/apis/s3outposts-2017-07-25.min.json +40 -0
- package/node_modules/aws-sdk/apis/s3outposts-2017-07-25.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +20 -14
- package/node_modules/aws-sdk/clients/codecatalyst.d.ts +59 -9
- package/node_modules/aws-sdk/clients/comprehend.d.ts +851 -52
- package/node_modules/aws-sdk/clients/ec2.d.ts +82 -77
- package/node_modules/aws-sdk/clients/iot.d.ts +40 -4
- package/node_modules/aws-sdk/clients/kms.d.ts +20 -20
- package/node_modules/aws-sdk/clients/lightsail.d.ts +241 -2
- package/node_modules/aws-sdk/clients/managedblockchain.d.ts +21 -13
- package/node_modules/aws-sdk/clients/migrationhubstrategy.d.ts +2 -2
- package/node_modules/aws-sdk/clients/omics.d.ts +33 -28
- package/node_modules/aws-sdk/clients/organizations.d.ts +10 -10
- package/node_modules/aws-sdk/clients/pi.d.ts +5 -0
- package/node_modules/aws-sdk/clients/pipes.d.ts +4 -5
- package/node_modules/aws-sdk/clients/pricing.d.ts +96 -1
- package/node_modules/aws-sdk/clients/s3outposts.d.ts +50 -0
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +15 -14
- 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 +16 -16
- package/node_modules/aws-sdk/dist/aws-sdk.js +2321 -1659
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +81 -81
- 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,5 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"pagination": {
|
|
3
|
+
"ListDatasets": {
|
|
4
|
+
"input_token": "NextToken",
|
|
5
|
+
"limit_key": "MaxResults",
|
|
6
|
+
"output_token": "NextToken"
|
|
7
|
+
},
|
|
3
8
|
"ListDocumentClassificationJobs": {
|
|
4
9
|
"input_token": "NextToken",
|
|
5
10
|
"limit_key": "MaxResults",
|
|
@@ -46,6 +51,16 @@
|
|
|
46
51
|
"limit_key": "MaxResults",
|
|
47
52
|
"output_token": "NextToken"
|
|
48
53
|
},
|
|
54
|
+
"ListFlywheelIterationHistory": {
|
|
55
|
+
"input_token": "NextToken",
|
|
56
|
+
"limit_key": "MaxResults",
|
|
57
|
+
"output_token": "NextToken"
|
|
58
|
+
},
|
|
59
|
+
"ListFlywheels": {
|
|
60
|
+
"input_token": "NextToken",
|
|
61
|
+
"limit_key": "MaxResults",
|
|
62
|
+
"output_token": "NextToken"
|
|
63
|
+
},
|
|
49
64
|
"ListKeyPhrasesDetectionJobs": {
|
|
50
65
|
"input_token": "NextToken",
|
|
51
66
|
"limit_key": "MaxResults",
|