cdk-docker-image-deployment 0.0.270 → 0.0.272

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.
Files changed (47) hide show
  1. package/.jsii +4 -4
  2. package/lib/destination.js +1 -1
  3. package/lib/docker-image-deployment.js +1 -1
  4. package/lib/source.js +1 -1
  5. package/node_modules/@types/aws-lambda/README.md +1 -1
  6. package/node_modules/@types/aws-lambda/package.json +2 -2
  7. package/node_modules/@types/aws-lambda/trigger/sns.d.ts +2 -2
  8. package/node_modules/aws-sdk/CHANGELOG.md +22 -1
  9. package/node_modules/aws-sdk/README.md +1 -1
  10. package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +164 -127
  11. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +6 -0
  12. package/node_modules/aws-sdk/apis/finspace-2021-03-12.min.json +1401 -17
  13. package/node_modules/aws-sdk/apis/finspace-2021-03-12.paginators.json +21 -0
  14. package/node_modules/aws-sdk/apis/inspector2-2020-06-08.min.json +29 -12
  15. package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +714 -214
  16. package/node_modules/aws-sdk/apis/iot-2015-05-28.paginators.json +12 -0
  17. package/node_modules/aws-sdk/apis/keyspaces-2022-02-10.min.json +60 -34
  18. package/node_modules/aws-sdk/apis/kms-2014-11-01.examples.json +117 -9
  19. package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +1496 -286
  20. package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.paginators.json +20 -0
  21. package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +625 -594
  22. package/node_modules/aws-sdk/apis/signer-2017-08-25.min.json +105 -16
  23. package/node_modules/aws-sdk/apis/sqs-2012-11-05.min.json +120 -31
  24. package/node_modules/aws-sdk/clients/cloudformation.d.ts +124 -61
  25. package/node_modules/aws-sdk/clients/connect.d.ts +3 -3
  26. package/node_modules/aws-sdk/clients/ec2.d.ts +2 -2
  27. package/node_modules/aws-sdk/clients/emr.d.ts +2 -2
  28. package/node_modules/aws-sdk/clients/finspace.d.ts +1904 -127
  29. package/node_modules/aws-sdk/clients/frauddetector.d.ts +5 -5
  30. package/node_modules/aws-sdk/clients/iam.d.ts +7 -7
  31. package/node_modules/aws-sdk/clients/inspector2.d.ts +20 -1
  32. package/node_modules/aws-sdk/clients/iot.d.ts +500 -3
  33. package/node_modules/aws-sdk/clients/keyspaces.d.ts +34 -1
  34. package/node_modules/aws-sdk/clients/kms.d.ts +20 -20
  35. package/node_modules/aws-sdk/clients/lambda.d.ts +10 -10
  36. package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +1516 -127
  37. package/node_modules/aws-sdk/clients/mwaa.d.ts +5 -5
  38. package/node_modules/aws-sdk/clients/quicksight.d.ts +50 -14
  39. package/node_modules/aws-sdk/clients/signer.d.ts +90 -5
  40. package/node_modules/aws-sdk/clients/sqs.d.ts +151 -39
  41. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  42. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +14 -14
  43. package/node_modules/aws-sdk/dist/aws-sdk.js +1019 -375
  44. package/node_modules/aws-sdk/dist/aws-sdk.min.js +97 -97
  45. package/node_modules/aws-sdk/lib/core.js +1 -1
  46. package/node_modules/aws-sdk/package.json +1 -1
  47. package/package.json +4 -4
@@ -74,6 +74,26 @@
74
74
  "input_token": "nextToken",
75
75
  "output_token": "nextToken",
76
76
  "limit_key": "maxResults"
77
+ },
78
+ "ListTestExecutionResultItems": {
79
+ "input_token": "nextToken",
80
+ "output_token": "nextToken",
81
+ "limit_key": "maxResults"
82
+ },
83
+ "ListTestExecutions": {
84
+ "input_token": "nextToken",
85
+ "output_token": "nextToken",
86
+ "limit_key": "maxResults"
87
+ },
88
+ "ListTestSetRecords": {
89
+ "input_token": "nextToken",
90
+ "output_token": "nextToken",
91
+ "limit_key": "maxResults"
92
+ },
93
+ "ListTestSets": {
94
+ "input_token": "nextToken",
95
+ "output_token": "nextToken",
96
+ "limit_key": "maxResults"
77
97
  }
78
98
  }
79
99
  }