cdk-docker-image-deployment 0.0.273 → 0.0.274

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 +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 +2 -2
  6. package/node_modules/@types/aws-lambda/index.d.ts +1 -0
  7. package/node_modules/@types/aws-lambda/package.json +7 -2
  8. package/node_modules/@types/aws-lambda/trigger/cognito-user-pool-trigger/create-auth-challenge.d.ts +0 -1
  9. package/node_modules/@types/aws-lambda/trigger/cognito-user-pool-trigger/define-auth-challenge.d.ts +0 -1
  10. package/node_modules/@types/aws-lambda/trigger/cognito-user-pool-trigger/post-authentication.d.ts +0 -1
  11. package/node_modules/@types/aws-lambda/trigger/cognito-user-pool-trigger/pre-authentication.d.ts +1 -0
  12. package/node_modules/@types/aws-lambda/trigger/cognito-user-pool-trigger/pre-token-generation.d.ts +0 -1
  13. package/node_modules/@types/aws-lambda/trigger/cognito-user-pool-trigger/verify-auth-challenge-response.d.ts +0 -1
  14. package/node_modules/aws-sdk/CHANGELOG.md +9 -1
  15. package/node_modules/aws-sdk/README.md +1 -1
  16. package/node_modules/aws-sdk/apis/athena-2017-05-18.min.json +3 -0
  17. package/node_modules/aws-sdk/apis/metadata.json +8 -0
  18. package/node_modules/aws-sdk/apis/payment-cryptography-2021-09-14.examples.json +5 -0
  19. package/node_modules/aws-sdk/apis/payment-cryptography-2021-09-14.min.json +770 -0
  20. package/node_modules/aws-sdk/apis/payment-cryptography-2021-09-14.paginators.json +22 -0
  21. package/node_modules/aws-sdk/apis/payment-cryptography-data-2022-02-03.examples.json +5 -0
  22. package/node_modules/aws-sdk/apis/payment-cryptography-data-2022-02-03.min.json +1018 -0
  23. package/node_modules/aws-sdk/apis/payment-cryptography-data-2022-02-03.paginators.json +4 -0
  24. package/node_modules/aws-sdk/apis/servicecatalog-2015-12-10.min.json +38 -29
  25. package/node_modules/aws-sdk/apis/timestream-write-2018-11-01.min.json +36 -8
  26. package/node_modules/aws-sdk/clients/all.d.ts +2 -0
  27. package/node_modules/aws-sdk/clients/all.js +3 -1
  28. package/node_modules/aws-sdk/clients/athena.d.ts +6 -2
  29. package/node_modules/aws-sdk/clients/comprehendmedical.d.ts +4 -4
  30. package/node_modules/aws-sdk/clients/paymentcryptography.d.ts +867 -0
  31. package/node_modules/aws-sdk/clients/paymentcryptography.js +18 -0
  32. package/node_modules/aws-sdk/clients/paymentcryptographydata.d.ts +1161 -0
  33. package/node_modules/aws-sdk/clients/paymentcryptographydata.js +18 -0
  34. package/node_modules/aws-sdk/clients/servicecatalog.d.ts +10 -2
  35. package/node_modules/aws-sdk/clients/timestreamwrite.d.ts +39 -4
  36. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  37. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +81 -7
  38. package/node_modules/aws-sdk/dist/aws-sdk.js +52 -32
  39. package/node_modules/aws-sdk/dist/aws-sdk.min.js +98 -98
  40. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +4 -0
  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 +4 -4
@@ -0,0 +1,22 @@
1
+ {
2
+ "pagination": {
3
+ "ListAliases": {
4
+ "input_token": "NextToken",
5
+ "output_token": "NextToken",
6
+ "limit_key": "MaxResults",
7
+ "result_key": "Aliases"
8
+ },
9
+ "ListKeys": {
10
+ "input_token": "NextToken",
11
+ "output_token": "NextToken",
12
+ "limit_key": "MaxResults",
13
+ "result_key": "Keys"
14
+ },
15
+ "ListTagsForResource": {
16
+ "input_token": "NextToken",
17
+ "output_token": "NextToken",
18
+ "limit_key": "MaxResults",
19
+ "result_key": "Tags"
20
+ }
21
+ }
22
+ }
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }