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
@@ -101,6 +101,52 @@
101
101
  }
102
102
  }
103
103
  },
104
+ "GetEnabledControl": {
105
+ "http": {
106
+ "requestUri": "/get-enabled-control",
107
+ "responseCode": 200
108
+ },
109
+ "input": {
110
+ "type": "structure",
111
+ "required": [
112
+ "enabledControlIdentifier"
113
+ ],
114
+ "members": {
115
+ "enabledControlIdentifier": {}
116
+ }
117
+ },
118
+ "output": {
119
+ "type": "structure",
120
+ "required": [
121
+ "enabledControlDetails"
122
+ ],
123
+ "members": {
124
+ "enabledControlDetails": {
125
+ "type": "structure",
126
+ "members": {
127
+ "arn": {},
128
+ "controlIdentifier": {},
129
+ "driftStatusSummary": {
130
+ "shape": "Sj"
131
+ },
132
+ "statusSummary": {
133
+ "shape": "Sl"
134
+ },
135
+ "targetIdentifier": {},
136
+ "targetRegions": {
137
+ "type": "list",
138
+ "member": {
139
+ "type": "structure",
140
+ "members": {
141
+ "name": {}
142
+ }
143
+ }
144
+ }
145
+ }
146
+ }
147
+ }
148
+ }
149
+ },
104
150
  "ListEnabledControls": {
105
151
  "http": {
106
152
  "requestUri": "/list-enabled-controls",
@@ -130,7 +176,15 @@
130
176
  "member": {
131
177
  "type": "structure",
132
178
  "members": {
133
- "controlIdentifier": {}
179
+ "arn": {},
180
+ "controlIdentifier": {},
181
+ "driftStatusSummary": {
182
+ "shape": "Sj"
183
+ },
184
+ "statusSummary": {
185
+ "shape": "Sl"
186
+ },
187
+ "targetIdentifier": {}
134
188
  }
135
189
  }
136
190
  },
@@ -143,6 +197,19 @@
143
197
  "Sb": {
144
198
  "type": "timestamp",
145
199
  "timestampFormat": "iso8601"
200
+ },
201
+ "Sj": {
202
+ "type": "structure",
203
+ "members": {
204
+ "driftStatus": {}
205
+ }
206
+ },
207
+ "Sl": {
208
+ "type": "structure",
209
+ "members": {
210
+ "lastOperationIdentifier": {},
211
+ "status": {}
212
+ }
146
213
  }
147
214
  }
148
215
  }
@@ -69,7 +69,9 @@
69
69
  "locationName": "CalculatedAttributeName"
70
70
  },
71
71
  "DisplayName": {},
72
- "Description": {},
72
+ "Description": {
73
+ "shape": "Sa"
74
+ },
73
75
  "AttributeDetails": {
74
76
  "shape": "Sb"
75
77
  },
@@ -89,7 +91,9 @@
89
91
  "members": {
90
92
  "CalculatedAttributeName": {},
91
93
  "DisplayName": {},
92
- "Description": {},
94
+ "Description": {
95
+ "shape": "Sa"
96
+ },
93
97
  "AttributeDetails": {
94
98
  "shape": "Sb"
95
99
  },
@@ -708,7 +712,9 @@
708
712
  "members": {
709
713
  "CalculatedAttributeName": {},
710
714
  "DisplayName": {},
711
- "Description": {},
715
+ "Description": {
716
+ "shape": "Sa"
717
+ },
712
718
  "CreatedAt": {
713
719
  "type": "timestamp"
714
720
  },
@@ -1082,7 +1088,7 @@
1082
1088
  "members": {
1083
1089
  "ObjectTypeName": {},
1084
1090
  "Description": {
1085
- "shape": "S50"
1091
+ "shape": "Sa"
1086
1092
  },
1087
1093
  "TemplateId": {},
1088
1094
  "ExpirationDays": {
@@ -1094,7 +1100,7 @@
1094
1100
  },
1095
1101
  "SourceLastUpdatedTimestampFormat": {},
1096
1102
  "Fields": {
1097
- "shape": "S51"
1103
+ "shape": "S50"
1098
1104
  },
1099
1105
  "Keys": {
1100
1106
  "shape": "S54"
@@ -1139,7 +1145,7 @@
1139
1145
  },
1140
1146
  "SourceLastUpdatedTimestampFormat": {},
1141
1147
  "Fields": {
1142
- "shape": "S51"
1148
+ "shape": "S50"
1143
1149
  },
1144
1150
  "Keys": {
1145
1151
  "shape": "S54"
@@ -1425,7 +1431,9 @@
1425
1431
  "members": {
1426
1432
  "CalculatedAttributeName": {},
1427
1433
  "DisplayName": {},
1428
- "Description": {},
1434
+ "Description": {
1435
+ "shape": "Sa"
1436
+ },
1429
1437
  "CreatedAt": {
1430
1438
  "type": "timestamp"
1431
1439
  },
@@ -1436,7 +1444,8 @@
1436
1444
  "shape": "Sn"
1437
1445
  }
1438
1446
  }
1439
- }
1447
+ },
1448
+ "sensitive": true
1440
1449
  },
1441
1450
  "NextToken": {}
1442
1451
  }
@@ -2166,7 +2175,7 @@
2166
2175
  "locationName": "ObjectTypeName"
2167
2176
  },
2168
2177
  "Description": {
2169
- "shape": "S50"
2178
+ "shape": "Sa"
2170
2179
  },
2171
2180
  "TemplateId": {},
2172
2181
  "ExpirationDays": {
@@ -2178,7 +2187,7 @@
2178
2187
  },
2179
2188
  "SourceLastUpdatedTimestampFormat": {},
2180
2189
  "Fields": {
2181
- "shape": "S51"
2190
+ "shape": "S50"
2182
2191
  },
2183
2192
  "Keys": {
2184
2193
  "shape": "S54"
@@ -2197,7 +2206,7 @@
2197
2206
  "members": {
2198
2207
  "ObjectTypeName": {},
2199
2208
  "Description": {
2200
- "shape": "S50"
2209
+ "shape": "Sa"
2201
2210
  },
2202
2211
  "TemplateId": {},
2203
2212
  "ExpirationDays": {
@@ -2209,7 +2218,7 @@
2209
2218
  },
2210
2219
  "SourceLastUpdatedTimestampFormat": {},
2211
2220
  "Fields": {
2212
- "shape": "S51"
2221
+ "shape": "S50"
2213
2222
  },
2214
2223
  "Keys": {
2215
2224
  "shape": "S54"
@@ -2446,7 +2455,9 @@
2446
2455
  "locationName": "CalculatedAttributeName"
2447
2456
  },
2448
2457
  "DisplayName": {},
2449
- "Description": {},
2458
+ "Description": {
2459
+ "shape": "Sa"
2460
+ },
2450
2461
  "Conditions": {
2451
2462
  "shape": "Sf"
2452
2463
  }
@@ -2457,7 +2468,9 @@
2457
2468
  "members": {
2458
2469
  "CalculatedAttributeName": {},
2459
2470
  "DisplayName": {},
2460
- "Description": {},
2471
+ "Description": {
2472
+ "shape": "Sa"
2473
+ },
2461
2474
  "CreatedAt": {
2462
2475
  "type": "timestamp"
2463
2476
  },
@@ -2650,6 +2663,10 @@
2650
2663
  "type": "list",
2651
2664
  "member": {}
2652
2665
  },
2666
+ "Sa": {
2667
+ "type": "string",
2668
+ "sensitive": true
2669
+ },
2653
2670
  "Sb": {
2654
2671
  "type": "structure",
2655
2672
  "required": [
@@ -3151,10 +3168,6 @@
3151
3168
  "member": {}
3152
3169
  },
3153
3170
  "S50": {
3154
- "type": "string",
3155
- "sensitive": true
3156
- },
3157
- "S51": {
3158
3171
  "type": "map",
3159
3172
  "key": {},
3160
3173
  "value": {