cdk-docker-image-deployment 0.0.391 → 0.0.393

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 (48) 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/index.d.ts +1 -0
  7. package/node_modules/@types/aws-lambda/package.json +2 -2
  8. package/node_modules/@types/aws-lambda/trigger/iot-authorizer.d.ts +48 -0
  9. package/node_modules/aws-sdk/CHANGELOG.md +16 -1
  10. package/node_modules/aws-sdk/README.md +1 -1
  11. package/node_modules/aws-sdk/apis/appconfig-2019-10-09.min.json +69 -60
  12. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +119 -97
  13. package/node_modules/aws-sdk/apis/datazone-2018-05-10.examples.json +5 -0
  14. package/node_modules/aws-sdk/apis/datazone-2018-05-10.min.json +7186 -0
  15. package/node_modules/aws-sdk/apis/datazone-2018-05-10.paginators.json +130 -0
  16. package/node_modules/aws-sdk/apis/location-2020-11-19.min.json +53 -30
  17. package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +219 -169
  18. package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.min.json +58 -44
  19. package/node_modules/aws-sdk/apis/metadata.json +3 -0
  20. package/node_modules/aws-sdk/apis/mgn-2020-02-26.min.json +250 -83
  21. package/node_modules/aws-sdk/apis/mgn-2020-02-26.paginators.json +6 -0
  22. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +1080 -1063
  23. package/node_modules/aws-sdk/apis/wellarchitected-2020-03-31.min.json +801 -151
  24. package/node_modules/aws-sdk/apis/wellarchitected-2020-03-31.paginators.json +15 -0
  25. package/node_modules/aws-sdk/clients/all.d.ts +1 -0
  26. package/node_modules/aws-sdk/clients/all.js +2 -1
  27. package/node_modules/aws-sdk/clients/appconfig.d.ts +31 -4
  28. package/node_modules/aws-sdk/clients/connect.d.ts +58 -21
  29. package/node_modules/aws-sdk/clients/datazone.d.ts +8000 -0
  30. package/node_modules/aws-sdk/clients/datazone.js +18 -0
  31. package/node_modules/aws-sdk/clients/location.d.ts +29 -2
  32. package/node_modules/aws-sdk/clients/mediaconvert.d.ts +62 -9
  33. package/node_modules/aws-sdk/clients/mediatailor.d.ts +11 -0
  34. package/node_modules/aws-sdk/clients/mgn.d.ts +187 -0
  35. package/node_modules/aws-sdk/clients/oam.d.ts +3 -3
  36. package/node_modules/aws-sdk/clients/sagemaker.d.ts +25 -2
  37. package/node_modules/aws-sdk/clients/wellarchitected.d.ts +586 -16
  38. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +8 -5
  39. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +63 -20
  40. package/node_modules/aws-sdk/dist/aws-sdk.js +178 -130
  41. package/node_modules/aws-sdk/dist/aws-sdk.min.js +71 -71
  42. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
  43. package/node_modules/aws-sdk/lib/core.js +1 -1
  44. package/node_modules/aws-sdk/package.json +1 -1
  45. package/node_modules/has/package.json +1 -4
  46. package/node_modules/has/src/index.js +5 -2
  47. package/node_modules/has/test/index.js +6 -0
  48. package/package.json +4 -4
@@ -42,6 +42,12 @@
42
42
  "limit_key": "maxResults",
43
43
  "result_key": "items"
44
44
  },
45
+ "ListConnectors": {
46
+ "input_token": "nextToken",
47
+ "output_token": "nextToken",
48
+ "limit_key": "maxResults",
49
+ "result_key": "items"
50
+ },
45
51
  "ListExportErrors": {
46
52
  "input_token": "nextToken",
47
53
  "output_token": "nextToken",