cdk-lambda-subminute 2.0.284 → 2.0.286

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 +16 -1
  4. package/node_modules/aws-sdk/README.md +1 -1
  5. package/node_modules/aws-sdk/apis/amplify-2017-07-25.min.json +53 -38
  6. package/node_modules/aws-sdk/apis/amplify-2017-07-25.paginators.json +24 -0
  7. package/node_modules/aws-sdk/apis/application-insights-2018-11-25.min.json +35 -25
  8. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +503 -365
  9. package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +16 -0
  10. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +1297 -1181
  11. package/node_modules/aws-sdk/apis/ec2-2016-11-15.paginators.json +6 -0
  12. package/node_modules/aws-sdk/apis/globalaccelerator-2018-08-08.min.json +251 -49
  13. package/node_modules/aws-sdk/apis/globalaccelerator-2018-08-08.paginators.json +12 -0
  14. package/node_modules/aws-sdk/apis/m2-2021-04-28.min.json +36 -6
  15. package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +228 -206
  16. package/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json +187 -145
  17. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +3 -0
  18. package/node_modules/aws-sdk/apis/translate-2017-07-01.min.json +23 -26
  19. package/node_modules/aws-sdk/clients/amplify.d.ts +239 -223
  20. package/node_modules/aws-sdk/clients/applicationinsights.d.ts +17 -0
  21. package/node_modules/aws-sdk/clients/connect.d.ts +247 -5
  22. package/node_modules/aws-sdk/clients/ec2.d.ts +138 -5
  23. package/node_modules/aws-sdk/clients/globalaccelerator.d.ts +254 -2
  24. package/node_modules/aws-sdk/clients/m2.d.ts +51 -6
  25. package/node_modules/aws-sdk/clients/neptunedata.d.ts +11 -11
  26. package/node_modules/aws-sdk/clients/rds.d.ts +30 -0
  27. package/node_modules/aws-sdk/clients/redshift.d.ts +47 -0
  28. package/node_modules/aws-sdk/clients/sagemaker.d.ts +1 -0
  29. package/node_modules/aws-sdk/clients/translate.d.ts +17 -9
  30. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  31. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +15 -15
  32. package/node_modules/aws-sdk/dist/aws-sdk.js +2263 -1926
  33. package/node_modules/aws-sdk/dist/aws-sdk.min.js +81 -80
  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 +3 -3
@@ -686,6 +686,9 @@
686
686
  },
687
687
  "union": true
688
688
  },
689
+ "fileSize": {
690
+ "type": "long"
691
+ },
689
692
  "lastReferencedTime": {
690
693
  "type": "timestamp"
691
694
  },
@@ -731,7 +734,7 @@
731
734
  "members": {
732
735
  "status": {},
733
736
  "summary": {
734
- "shape": "S2j"
737
+ "shape": "S2m"
735
738
  },
736
739
  "taskId": {}
737
740
  }
@@ -954,7 +957,7 @@
954
957
  "type": "integer"
955
958
  },
956
959
  "names": {
957
- "shape": "S2y",
960
+ "shape": "S31",
958
961
  "location": "querystring",
959
962
  "locationName": "names"
960
963
  },
@@ -1214,8 +1217,9 @@
1214
1217
  ],
1215
1218
  "members": {
1216
1219
  "status": {},
1220
+ "statusReason": {},
1217
1221
  "summary": {
1218
- "shape": "S2j"
1222
+ "shape": "S2m"
1219
1223
  },
1220
1224
  "taskId": {}
1221
1225
  }
@@ -1246,6 +1250,10 @@
1246
1250
  "locationName": "maxResults",
1247
1251
  "type": "integer"
1248
1252
  },
1253
+ "nameFilter": {
1254
+ "location": "querystring",
1255
+ "locationName": "nameFilter"
1256
+ },
1249
1257
  "nextToken": {
1250
1258
  "location": "querystring",
1251
1259
  "locationName": "nextToken"
@@ -1420,7 +1428,7 @@
1420
1428
  "type": "integer"
1421
1429
  },
1422
1430
  "names": {
1423
- "shape": "S2y",
1431
+ "shape": "S31",
1424
1432
  "location": "querystring",
1425
1433
  "locationName": "names"
1426
1434
  },
@@ -1698,6 +1706,9 @@
1698
1706
  "location": "uri",
1699
1707
  "locationName": "environmentId"
1700
1708
  },
1709
+ "forceUpdate": {
1710
+ "type": "boolean"
1711
+ },
1701
1712
  "instanceType": {},
1702
1713
  "preferredMaintenanceWindow": {}
1703
1714
  }
@@ -1854,6 +1865,25 @@
1854
1865
  "folderPath": {}
1855
1866
  }
1856
1867
  },
1868
+ "s3BatchJobIdentifier": {
1869
+ "type": "structure",
1870
+ "required": [
1871
+ "bucket",
1872
+ "identifier"
1873
+ ],
1874
+ "members": {
1875
+ "bucket": {},
1876
+ "identifier": {
1877
+ "type": "structure",
1878
+ "members": {
1879
+ "fileName": {},
1880
+ "scriptName": {}
1881
+ },
1882
+ "union": true
1883
+ },
1884
+ "keyPrefix": {}
1885
+ }
1886
+ },
1857
1887
  "scriptBatchJobIdentifier": {
1858
1888
  "type": "structure",
1859
1889
  "required": [
@@ -1866,7 +1896,7 @@
1866
1896
  },
1867
1897
  "union": true
1868
1898
  },
1869
- "S2j": {
1899
+ "S2m": {
1870
1900
  "type": "structure",
1871
1901
  "required": [
1872
1902
  "failed",
@@ -1893,7 +1923,7 @@
1893
1923
  }
1894
1924
  }
1895
1925
  },
1896
- "S2y": {
1926
+ "S31": {
1897
1927
  "type": "list",
1898
1928
  "member": {}
1899
1929
  }