cdk-lambda-subminute 2.0.195 → 2.0.197

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 (37) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/aws-sdk/CHANGELOG.md +20 -1
  4. package/node_modules/aws-sdk/README.md +1 -1
  5. package/node_modules/aws-sdk/apis/appstream-2016-12-01.min.json +523 -212
  6. package/node_modules/aws-sdk/apis/appstream-2016-12-01.paginators.json +10 -0
  7. package/node_modules/aws-sdk/apis/chime-2018-05-01.min.json +344 -84
  8. package/node_modules/aws-sdk/apis/cleanrooms-2022-02-17.min.json +56 -49
  9. package/node_modules/aws-sdk/apis/dynamodb-2012-08-10.min.json +265 -256
  10. package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +624 -606
  11. package/node_modules/aws-sdk/apis/internetmonitor-2021-06-03.min.json +47 -21
  12. package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +39 -1
  13. package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +110 -110
  14. package/node_modules/aws-sdk/apis/s3-2006-03-01.min.json +55 -19
  15. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +915 -855
  16. package/node_modules/aws-sdk/clients/appstream.d.ts +426 -8
  17. package/node_modules/aws-sdk/clients/chime.d.ts +268 -268
  18. package/node_modules/aws-sdk/clients/cleanrooms.d.ts +33 -22
  19. package/node_modules/aws-sdk/clients/dynamodb.d.ts +28 -0
  20. package/node_modules/aws-sdk/clients/gamelift.d.ts +6 -6
  21. package/node_modules/aws-sdk/clients/glue.d.ts +23 -0
  22. package/node_modules/aws-sdk/clients/internetmonitor.d.ts +31 -0
  23. package/node_modules/aws-sdk/clients/kinesisanalyticsv2.d.ts +1 -1
  24. package/node_modules/aws-sdk/clients/lambda.d.ts +6 -6
  25. package/node_modules/aws-sdk/clients/omics.d.ts +1 -1
  26. package/node_modules/aws-sdk/clients/rds.d.ts +97 -1
  27. package/node_modules/aws-sdk/clients/s3.d.ts +82 -48
  28. package/node_modules/aws-sdk/clients/sagemaker.d.ts +93 -10
  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 +13 -13
  31. package/node_modules/aws-sdk/dist/aws-sdk.js +374 -279
  32. package/node_modules/aws-sdk/dist/aws-sdk.min.js +75 -75
  33. package/node_modules/aws-sdk/lib/core.js +1 -1
  34. package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +28 -0
  35. package/node_modules/aws-sdk/lib/region_config_data.json +12 -0
  36. package/node_modules/aws-sdk/package.json +1 -1
  37. package/package.json +5 -5
@@ -1,5 +1,15 @@
1
1
  {
2
2
  "pagination": {
3
+ "DescribeAppBlockBuilderAppBlockAssociations": {
4
+ "input_token": "NextToken",
5
+ "output_token": "NextToken",
6
+ "limit_key": "MaxResults"
7
+ },
8
+ "DescribeAppBlockBuilders": {
9
+ "input_token": "NextToken",
10
+ "output_token": "NextToken",
11
+ "limit_key": "MaxResults"
12
+ },
3
13
  "DescribeImagePermissions": {
4
14
  "input_token": "NextToken",
5
15
  "output_token": "NextToken",