cdk-lambda-subminute 2.0.175 → 2.0.177

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 (36) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/aws-sdk/CHANGELOG.md +12 -1
  4. package/node_modules/aws-sdk/README.md +1 -1
  5. package/node_modules/aws-sdk/apis/athena-2017-05-18.min.json +3 -0
  6. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +263 -62
  7. package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +27 -0
  8. package/node_modules/aws-sdk/apis/metadata.json +8 -0
  9. package/node_modules/aws-sdk/apis/payment-cryptography-2021-09-14.examples.json +5 -0
  10. package/node_modules/aws-sdk/apis/payment-cryptography-2021-09-14.min.json +770 -0
  11. package/node_modules/aws-sdk/apis/payment-cryptography-2021-09-14.paginators.json +22 -0
  12. package/node_modules/aws-sdk/apis/payment-cryptography-data-2022-02-03.examples.json +5 -0
  13. package/node_modules/aws-sdk/apis/payment-cryptography-data-2022-02-03.min.json +1018 -0
  14. package/node_modules/aws-sdk/apis/payment-cryptography-data-2022-02-03.paginators.json +4 -0
  15. package/node_modules/aws-sdk/apis/servicecatalog-2015-12-10.min.json +38 -29
  16. package/node_modules/aws-sdk/apis/timestream-write-2018-11-01.min.json +36 -8
  17. package/node_modules/aws-sdk/clients/acmpca.d.ts +2 -2
  18. package/node_modules/aws-sdk/clients/all.d.ts +2 -0
  19. package/node_modules/aws-sdk/clients/all.js +3 -1
  20. package/node_modules/aws-sdk/clients/athena.d.ts +6 -2
  21. package/node_modules/aws-sdk/clients/comprehendmedical.d.ts +4 -4
  22. package/node_modules/aws-sdk/clients/connect.d.ts +197 -2
  23. package/node_modules/aws-sdk/clients/paymentcryptography.d.ts +867 -0
  24. package/node_modules/aws-sdk/clients/paymentcryptography.js +18 -0
  25. package/node_modules/aws-sdk/clients/paymentcryptographydata.d.ts +1161 -0
  26. package/node_modules/aws-sdk/clients/paymentcryptographydata.js +18 -0
  27. package/node_modules/aws-sdk/clients/servicecatalog.d.ts +10 -2
  28. package/node_modules/aws-sdk/clients/timestreamwrite.d.ts +39 -4
  29. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  30. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +83 -9
  31. package/node_modules/aws-sdk/dist/aws-sdk.js +342 -94
  32. package/node_modules/aws-sdk/dist/aws-sdk.min.js +98 -98
  33. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +4 -0
  34. package/node_modules/aws-sdk/lib/core.js +1 -1
  35. package/node_modules/aws-sdk/package.json +1 -1
  36. package/package.json +6 -6
@@ -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
+ }