cdk-lambda-subminute 2.0.203 → 2.0.205

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 (32) hide show
  1. package/.jsii +16 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/aws-sdk/CHANGELOG.md +15 -1
  4. package/node_modules/aws-sdk/README.md +1 -1
  5. package/node_modules/aws-sdk/apis/dms-2016-01-01.min.json +643 -216
  6. package/node_modules/aws-sdk/apis/dms-2016-01-01.paginators.json +15 -0
  7. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +281 -278
  8. package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +146 -131
  9. package/node_modules/aws-sdk/apis/location-2020-11-19.min.json +79 -40
  10. package/node_modules/aws-sdk/apis/logs-2014-03-28.min.json +32 -33
  11. package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +322 -188
  12. package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.min.json +209 -191
  13. package/node_modules/aws-sdk/apis/outposts-2019-12-03.paginators.json +12 -6
  14. package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +561 -528
  15. package/node_modules/aws-sdk/clients/cloudwatchlogs.d.ts +32 -18
  16. package/node_modules/aws-sdk/clients/dms.d.ts +632 -7
  17. package/node_modules/aws-sdk/clients/ec2.d.ts +10 -5
  18. package/node_modules/aws-sdk/clients/glue.d.ts +21 -0
  19. package/node_modules/aws-sdk/clients/location.d.ts +50 -14
  20. package/node_modules/aws-sdk/clients/medialive.d.ts +101 -0
  21. package/node_modules/aws-sdk/clients/mediatailor.d.ts +21 -0
  22. package/node_modules/aws-sdk/clients/outposts.d.ts +4 -4
  23. package/node_modules/aws-sdk/clients/quicksight.d.ts +53 -7
  24. package/node_modules/aws-sdk/clients/rds.d.ts +35 -35
  25. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  26. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +11 -11
  27. package/node_modules/aws-sdk/dist/aws-sdk.js +395 -354
  28. package/node_modules/aws-sdk/dist/aws-sdk.min.js +70 -70
  29. package/node_modules/aws-sdk/lib/core.js +1 -1
  30. package/node_modules/aws-sdk/lib/credentials/shared_ini_file_credentials.js +2 -0
  31. package/node_modules/aws-sdk/package.json +1 -1
  32. package/package.json +5 -5
@@ -85,6 +85,11 @@
85
85
  "output_token": "NextToken",
86
86
  "limit_key": "MaxRecords"
87
87
  },
88
+ "DescribeReplicationConfigs": {
89
+ "input_token": "Marker",
90
+ "output_token": "Marker",
91
+ "limit_key": "MaxRecords"
92
+ },
88
93
  "DescribeReplicationInstanceTaskLogs": {
89
94
  "input_token": "Marker",
90
95
  "output_token": "Marker",
@@ -100,6 +105,11 @@
100
105
  "output_token": "Marker",
101
106
  "limit_key": "MaxRecords"
102
107
  },
108
+ "DescribeReplicationTableStatistics": {
109
+ "input_token": "Marker",
110
+ "output_token": "Marker",
111
+ "limit_key": "MaxRecords"
112
+ },
103
113
  "DescribeReplicationTaskAssessmentResults": {
104
114
  "input_token": "Marker",
105
115
  "output_token": "Marker",
@@ -120,6 +130,11 @@
120
130
  "output_token": "Marker",
121
131
  "limit_key": "MaxRecords"
122
132
  },
133
+ "DescribeReplications": {
134
+ "input_token": "Marker",
135
+ "output_token": "Marker",
136
+ "limit_key": "MaxRecords"
137
+ },
123
138
  "DescribeSchemas": {
124
139
  "input_token": "Marker",
125
140
  "output_token": "Marker",