cdk-docker-image-deployment 0.0.271 → 0.0.273

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 (43) hide show
  1. package/.jsii +5 -5
  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 +19 -1
  9. package/node_modules/aws-sdk/README.md +1 -1
  10. package/node_modules/aws-sdk/apis/customer-profiles-2020-08-15.min.json +252 -52
  11. package/node_modules/aws-sdk/apis/customer-profiles-2020-08-15.paginators.json +6 -0
  12. package/node_modules/aws-sdk/apis/emr-containers-2020-10-01.min.json +31 -18
  13. package/node_modules/aws-sdk/apis/inspector2-2020-06-08.min.json +29 -12
  14. package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +714 -214
  15. package/node_modules/aws-sdk/apis/iot-2015-05-28.paginators.json +12 -0
  16. package/node_modules/aws-sdk/apis/logs-2014-03-28.min.json +99 -16
  17. package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +1496 -286
  18. package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.paginators.json +20 -0
  19. package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +625 -594
  20. package/node_modules/aws-sdk/apis/signer-2017-08-25.min.json +105 -16
  21. package/node_modules/aws-sdk/apis/sqs-2012-11-05.min.json +120 -31
  22. package/node_modules/aws-sdk/clients/cloudformation.d.ts +24 -24
  23. package/node_modules/aws-sdk/clients/cloudwatchlogs.d.ts +132 -18
  24. package/node_modules/aws-sdk/clients/connect.d.ts +3 -3
  25. package/node_modules/aws-sdk/clients/customerprofiles.d.ts +201 -0
  26. package/node_modules/aws-sdk/clients/directconnect.d.ts +6 -6
  27. package/node_modules/aws-sdk/clients/emr.d.ts +2 -2
  28. package/node_modules/aws-sdk/clients/emrcontainers.d.ts +16 -0
  29. package/node_modules/aws-sdk/clients/iam.d.ts +7 -7
  30. package/node_modules/aws-sdk/clients/inspector2.d.ts +20 -1
  31. package/node_modules/aws-sdk/clients/iot.d.ts +500 -3
  32. package/node_modules/aws-sdk/clients/iotdeviceadvisor.d.ts +2 -2
  33. package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +1516 -127
  34. package/node_modules/aws-sdk/clients/quicksight.d.ts +50 -14
  35. package/node_modules/aws-sdk/clients/signer.d.ts +90 -5
  36. package/node_modules/aws-sdk/clients/sqs.d.ts +151 -39
  37. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  38. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +13 -13
  39. package/node_modules/aws-sdk/dist/aws-sdk.js +948 -264
  40. package/node_modules/aws-sdk/dist/aws-sdk.min.js +48 -48
  41. package/node_modules/aws-sdk/lib/core.js +1 -1
  42. package/node_modules/aws-sdk/package.json +1 -1
  43. package/package.json +6 -6
@@ -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
  }