cdk-lambda-subminute 2.0.264 → 2.0.266

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 (55) 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/autoscaling-2011-01-01.examples.json +1 -1
  6. package/node_modules/aws-sdk/apis/autoscaling-2011-01-01.min.json +57 -57
  7. package/node_modules/aws-sdk/apis/autoscaling-2011-01-01.paginators.json +15 -0
  8. package/node_modules/aws-sdk/apis/controltower-2018-05-10.min.json +68 -1
  9. package/node_modules/aws-sdk/apis/customer-profiles-2020-08-15.min.json +31 -18
  10. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +134 -82
  11. package/node_modules/aws-sdk/apis/ivs-realtime-2020-07-14.min.json +14 -8
  12. package/node_modules/aws-sdk/apis/lambda-2015-03-31.min.json +102 -96
  13. package/node_modules/aws-sdk/apis/location-2020-11-19.min.json +36 -36
  14. package/node_modules/aws-sdk/apis/machinelearning-2014-12-12.min.json +8 -2
  15. package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +43 -7
  16. package/node_modules/aws-sdk/apis/rekognition-2016-06-27.min.json +194 -161
  17. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +740 -728
  18. package/node_modules/aws-sdk/apis/textract-2018-06-27.min.json +483 -76
  19. package/node_modules/aws-sdk/apis/textract-2018-06-27.paginators.json +12 -0
  20. package/node_modules/aws-sdk/clients/autoscaling.d.ts +4 -3
  21. package/node_modules/aws-sdk/clients/configservice.d.ts +15 -15
  22. package/node_modules/aws-sdk/clients/controltower.d.ts +104 -15
  23. package/node_modules/aws-sdk/clients/customerprofiles.d.ts +6 -6
  24. package/node_modules/aws-sdk/clients/ec2.d.ts +62 -6
  25. package/node_modules/aws-sdk/clients/elbv2.d.ts +7 -7
  26. package/node_modules/aws-sdk/clients/glue.d.ts +5 -5
  27. package/node_modules/aws-sdk/clients/inspector2.d.ts +25 -25
  28. package/node_modules/aws-sdk/clients/ivsrealtime.d.ts +25 -0
  29. package/node_modules/aws-sdk/clients/lambda.d.ts +9 -0
  30. package/node_modules/aws-sdk/clients/pricing.d.ts +8 -8
  31. package/node_modules/aws-sdk/clients/rds.d.ts +48 -0
  32. package/node_modules/aws-sdk/clients/rekognition.d.ts +141 -72
  33. package/node_modules/aws-sdk/clients/sagemaker.d.ts +26 -6
  34. package/node_modules/aws-sdk/clients/textract.d.ts +534 -2
  35. package/node_modules/aws-sdk/clients/transcribeservice.d.ts +1 -1
  36. package/node_modules/aws-sdk/clients/workspaces.d.ts +2 -2
  37. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  38. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +15 -15
  39. package/node_modules/aws-sdk/dist/aws-sdk.js +592 -444
  40. package/node_modules/aws-sdk/dist/aws-sdk.min.js +99 -99
  41. package/node_modules/aws-sdk/lib/core.js +1 -1
  42. package/node_modules/aws-sdk/package.json +1 -1
  43. package/node_modules/function-bind/.eslintrc +11 -5
  44. package/node_modules/function-bind/.github/FUNDING.yml +12 -0
  45. package/node_modules/function-bind/.github/SECURITY.md +3 -0
  46. package/node_modules/function-bind/.nycrc +13 -0
  47. package/node_modules/function-bind/CHANGELOG.md +136 -0
  48. package/node_modules/function-bind/README.md +25 -27
  49. package/node_modules/function-bind/implementation.js +44 -12
  50. package/node_modules/function-bind/package.json +38 -14
  51. package/package.json +3 -3
  52. package/node_modules/function-bind/.editorconfig +0 -20
  53. package/node_modules/function-bind/.jscs.json +0 -176
  54. package/node_modules/function-bind/.npmignore +0 -22
  55. package/node_modules/function-bind/.travis.yml +0 -168
@@ -116,11 +116,11 @@ declare class WorkSpaces extends Service {
116
116
  */
117
117
  createWorkspaceImage(callback?: (err: AWSError, data: WorkSpaces.Types.CreateWorkspaceImageResult) => void): Request<WorkSpaces.Types.CreateWorkspaceImageResult, AWSError>;
118
118
  /**
119
- * Creates one or more WorkSpaces. This operation is asynchronous and returns before the WorkSpaces are created. The MANUAL running mode value is only supported by Amazon WorkSpaces Core. Contact your account team to be allow-listed to use this value. For more information, see Amazon WorkSpaces Core.
119
+ * Creates one or more WorkSpaces. This operation is asynchronous and returns before the WorkSpaces are created. The MANUAL running mode value is only supported by Amazon WorkSpaces Core. Contact your account team to be allow-listed to use this value. For more information, see Amazon WorkSpaces Core. PCoIP is only available for Windows bundles.
120
120
  */
121
121
  createWorkspaces(params: WorkSpaces.Types.CreateWorkspacesRequest, callback?: (err: AWSError, data: WorkSpaces.Types.CreateWorkspacesResult) => void): Request<WorkSpaces.Types.CreateWorkspacesResult, AWSError>;
122
122
  /**
123
- * Creates one or more WorkSpaces. This operation is asynchronous and returns before the WorkSpaces are created. The MANUAL running mode value is only supported by Amazon WorkSpaces Core. Contact your account team to be allow-listed to use this value. For more information, see Amazon WorkSpaces Core.
123
+ * Creates one or more WorkSpaces. This operation is asynchronous and returns before the WorkSpaces are created. The MANUAL running mode value is only supported by Amazon WorkSpaces Core. Contact your account team to be allow-listed to use this value. For more information, see Amazon WorkSpaces Core. PCoIP is only available for Windows bundles.
124
124
  */
125
125
  createWorkspaces(callback?: (err: AWSError, data: WorkSpaces.Types.CreateWorkspacesResult) => void): Request<WorkSpaces.Types.CreateWorkspacesResult, AWSError>;
126
126
  /**
@@ -83,7 +83,7 @@ return /******/ (function(modules) { // webpackBootstrap
83
83
  /**
84
84
  * @constant
85
85
  */
86
- VERSION: '2.1472.0',
86
+ VERSION: '2.1473.0',
87
87
 
88
88
  /**
89
89
  * @api private