cdk-docker-image-deployment 0.0.197 → 0.0.199
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 +14 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/application-autoscaling-2016-02-06.examples.json +155 -0
- package/node_modules/aws-sdk/apis/application-autoscaling-2016-02-06.min.json +70 -1
- package/node_modules/aws-sdk/apis/chime-sdk-messaging-2021-05-15.min.json +141 -50
- package/node_modules/aws-sdk/apis/cleanrooms-2022-02-17.min.json +160 -57
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +1032 -794
- package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.min.json +8 -4
- package/node_modules/aws-sdk/apis/mgn-2020-02-26.min.json +389 -45
- package/node_modules/aws-sdk/apis/mgn-2020-02-26.paginators.json +24 -0
- package/node_modules/aws-sdk/apis/neptune-2014-10-31.min.json +130 -103
- package/node_modules/aws-sdk/apis/s3outposts-2017-07-25.min.json +8 -1
- package/node_modules/aws-sdk/apis/workdocs-2016-05-01.min.json +234 -32
- package/node_modules/aws-sdk/apis/workdocs-2016-05-01.paginators.json +42 -0
- package/node_modules/aws-sdk/clients/applicationautoscaling.d.ts +88 -11
- package/node_modules/aws-sdk/clients/chimesdkmessaging.d.ts +70 -0
- package/node_modules/aws-sdk/clients/cleanrooms.d.ts +82 -1
- package/node_modules/aws-sdk/clients/ec2.d.ts +257 -24
- package/node_modules/aws-sdk/clients/iotsitewise.d.ts +9 -1
- package/node_modules/aws-sdk/clients/mgn.d.ts +472 -1
- package/node_modules/aws-sdk/clients/neptune.d.ts +39 -1
- package/node_modules/aws-sdk/clients/s3outposts.d.ts +17 -1
- package/node_modules/aws-sdk/clients/workdocs.d.ts +196 -0
- 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 +12 -12
- package/node_modules/aws-sdk/dist/aws-sdk.js +1381 -830
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +98 -98
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +7 -7
|
@@ -42,6 +42,30 @@
|
|
|
42
42
|
"limit_key": "maxResults",
|
|
43
43
|
"result_key": "items"
|
|
44
44
|
},
|
|
45
|
+
"ListExportErrors": {
|
|
46
|
+
"input_token": "nextToken",
|
|
47
|
+
"output_token": "nextToken",
|
|
48
|
+
"limit_key": "maxResults",
|
|
49
|
+
"result_key": "items"
|
|
50
|
+
},
|
|
51
|
+
"ListExports": {
|
|
52
|
+
"input_token": "nextToken",
|
|
53
|
+
"output_token": "nextToken",
|
|
54
|
+
"limit_key": "maxResults",
|
|
55
|
+
"result_key": "items"
|
|
56
|
+
},
|
|
57
|
+
"ListImportErrors": {
|
|
58
|
+
"input_token": "nextToken",
|
|
59
|
+
"output_token": "nextToken",
|
|
60
|
+
"limit_key": "maxResults",
|
|
61
|
+
"result_key": "items"
|
|
62
|
+
},
|
|
63
|
+
"ListImports": {
|
|
64
|
+
"input_token": "nextToken",
|
|
65
|
+
"output_token": "nextToken",
|
|
66
|
+
"limit_key": "maxResults",
|
|
67
|
+
"result_key": "items"
|
|
68
|
+
},
|
|
45
69
|
"ListSourceServerActions": {
|
|
46
70
|
"input_token": "nextToken",
|
|
47
71
|
"output_token": "nextToken",
|