cdk-lambda-subminute 2.0.298 → 2.0.300

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 (54) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/aws-sdk/CHANGELOG.md +27 -1
  4. package/node_modules/aws-sdk/README.md +1 -1
  5. package/node_modules/aws-sdk/apis/autoscaling-2011-01-01.examples.json +3 -0
  6. package/node_modules/aws-sdk/apis/autoscaling-2011-01-01.min.json +117 -94
  7. package/node_modules/aws-sdk/apis/backup-2018-11-15.min.json +222 -9
  8. package/node_modules/aws-sdk/apis/backup-2018-11-15.paginators.json +15 -0
  9. package/node_modules/aws-sdk/apis/cleanrooms-2022-02-17.min.json +133 -74
  10. package/node_modules/aws-sdk/apis/cloudtrail-2013-11-01.min.json +37 -31
  11. package/node_modules/aws-sdk/apis/codecatalyst-2022-09-28.min.json +361 -16
  12. package/node_modules/aws-sdk/apis/codecatalyst-2022-09-28.paginators.json +12 -0
  13. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +20 -10
  14. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +423 -268
  15. package/node_modules/aws-sdk/apis/finspace-2021-03-12.min.json +15 -5
  16. package/node_modules/aws-sdk/apis/finspace-data-2020-07-13.min.json +93 -31
  17. package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +538 -304
  18. package/node_modules/aws-sdk/apis/glue-2017-03-31.paginators.json +5 -0
  19. package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +193 -161
  20. package/node_modules/aws-sdk/apis/mwaa-2020-07-01.min.json +31 -26
  21. package/node_modules/aws-sdk/apis/pipes-2015-10-07.min.json +136 -53
  22. package/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json +6 -2
  23. package/node_modules/aws-sdk/apis/resource-explorer-2-2022-07-28.min.json +69 -5
  24. package/node_modules/aws-sdk/apis/resource-explorer-2-2022-07-28.paginators.json +6 -0
  25. package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +562 -53
  26. package/node_modules/aws-sdk/apis/s3control-2018-08-20.paginators.json +4 -0
  27. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +1 -3
  28. package/node_modules/aws-sdk/apis/states-2016-11-23.min.json +100 -22
  29. package/node_modules/aws-sdk/clients/autoscaling.d.ts +33 -4
  30. package/node_modules/aws-sdk/clients/backup.d.ts +279 -0
  31. package/node_modules/aws-sdk/clients/cleanrooms.d.ts +58 -10
  32. package/node_modules/aws-sdk/clients/cloudtrail.d.ts +29 -4
  33. package/node_modules/aws-sdk/clients/codecatalyst.d.ts +370 -5
  34. package/node_modules/aws-sdk/clients/connect.d.ts +13 -0
  35. package/node_modules/aws-sdk/clients/ec2.d.ts +179 -1
  36. package/node_modules/aws-sdk/clients/glue.d.ts +352 -2
  37. package/node_modules/aws-sdk/clients/iot.d.ts +46 -5
  38. package/node_modules/aws-sdk/clients/lambda.d.ts +1 -1
  39. package/node_modules/aws-sdk/clients/mwaa.d.ts +28 -5
  40. package/node_modules/aws-sdk/clients/pipes.d.ts +143 -18
  41. package/node_modules/aws-sdk/clients/rds.d.ts +1 -1
  42. package/node_modules/aws-sdk/clients/redshift.d.ts +6 -2
  43. package/node_modules/aws-sdk/clients/resourceexplorer2.d.ts +90 -9
  44. package/node_modules/aws-sdk/clients/s3control.d.ts +359 -7
  45. package/node_modules/aws-sdk/clients/sagemaker.d.ts +2 -2
  46. package/node_modules/aws-sdk/clients/signer.d.ts +35 -35
  47. package/node_modules/aws-sdk/clients/stepfunctions.d.ts +123 -18
  48. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  49. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +24 -24
  50. package/node_modules/aws-sdk/dist/aws-sdk.js +799 -569
  51. package/node_modules/aws-sdk/dist/aws-sdk.min.js +100 -100
  52. package/node_modules/aws-sdk/lib/core.js +1 -1
  53. package/node_modules/aws-sdk/package.json +1 -1
  54. package/package.json +2 -2
@@ -851,10 +851,12 @@
851
851
  "input": {
852
852
  "type": "structure",
853
853
  "required": [
854
- "ClusterIdentifier"
854
+ "ClusterIdentifier",
855
+ "CustomDomainName"
855
856
  ],
856
857
  "members": {
857
- "ClusterIdentifier": {}
858
+ "ClusterIdentifier": {},
859
+ "CustomDomainName": {}
858
860
  }
859
861
  }
860
862
  },
@@ -2875,6 +2877,8 @@
2875
2877
  "input": {
2876
2878
  "type": "structure",
2877
2879
  "required": [
2880
+ "CustomDomainName",
2881
+ "CustomDomainCertificateArn",
2878
2882
  "ClusterIdentifier"
2879
2883
  ],
2880
2884
  "members": {
@@ -122,6 +122,7 @@
122
122
  "IncludedProperties": {
123
123
  "shape": "Se"
124
124
  },
125
+ "Scope": {},
125
126
  "Tags": {
126
127
  "shape": "Sj"
127
128
  },
@@ -192,6 +193,27 @@
192
193
  },
193
194
  "idempotent": true
194
195
  },
196
+ "GetAccountLevelServiceConfiguration": {
197
+ "http": {
198
+ "requestUri": "/GetAccountLevelServiceConfiguration",
199
+ "responseCode": 200
200
+ },
201
+ "output": {
202
+ "type": "structure",
203
+ "members": {
204
+ "OrgConfiguration": {
205
+ "type": "structure",
206
+ "required": [
207
+ "AWSServiceAccessStatus"
208
+ ],
209
+ "members": {
210
+ "AWSServiceAccessStatus": {},
211
+ "ServiceLinkedRole": {}
212
+ }
213
+ }
214
+ }
215
+ }
216
+ },
195
217
  "GetDefaultView": {
196
218
  "http": {
197
219
  "requestUri": "/GetDefaultView",
@@ -220,10 +242,10 @@
220
242
  "shape": "Sh"
221
243
  },
222
244
  "ReplicatingFrom": {
223
- "shape": "Sx"
245
+ "shape": "S11"
224
246
  },
225
247
  "ReplicatingTo": {
226
- "shape": "Sx"
248
+ "shape": "S11"
227
249
  },
228
250
  "State": {},
229
251
  "Tags": {
@@ -296,6 +318,46 @@
296
318
  }
297
319
  }
298
320
  },
321
+ "ListIndexesForMembers": {
322
+ "http": {
323
+ "requestUri": "/ListIndexesForMembers",
324
+ "responseCode": 200
325
+ },
326
+ "input": {
327
+ "type": "structure",
328
+ "required": [
329
+ "AccountIdList"
330
+ ],
331
+ "members": {
332
+ "AccountIdList": {
333
+ "type": "list",
334
+ "member": {}
335
+ },
336
+ "MaxResults": {
337
+ "type": "integer"
338
+ },
339
+ "NextToken": {}
340
+ }
341
+ },
342
+ "output": {
343
+ "type": "structure",
344
+ "members": {
345
+ "Indexes": {
346
+ "type": "list",
347
+ "member": {
348
+ "type": "structure",
349
+ "members": {
350
+ "AccountId": {},
351
+ "Arn": {},
352
+ "Region": {},
353
+ "Type": {}
354
+ }
355
+ }
356
+ },
357
+ "NextToken": {}
358
+ }
359
+ }
360
+ },
299
361
  "ListSupportedResourceTypes": {
300
362
  "http": {
301
363
  "requestUri": "/ListSupportedResourceTypes",
@@ -500,7 +562,8 @@
500
562
  "location": "querystring",
501
563
  "locationName": "tagKeys",
502
564
  "type": "list",
503
- "member": {}
565
+ "member": {},
566
+ "sensitive": true
504
567
  }
505
568
  }
506
569
  },
@@ -614,9 +677,10 @@
614
677
  "Sj": {
615
678
  "type": "map",
616
679
  "key": {},
617
- "value": {}
680
+ "value": {},
681
+ "sensitive": true
618
682
  },
619
- "Sx": {
683
+ "S11": {
620
684
  "type": "list",
621
685
  "member": {}
622
686
  }
@@ -6,6 +6,12 @@
6
6
  "limit_key": "MaxResults",
7
7
  "result_key": "Indexes"
8
8
  },
9
+ "ListIndexesForMembers": {
10
+ "input_token": "NextToken",
11
+ "output_token": "NextToken",
12
+ "limit_key": "MaxResults",
13
+ "result_key": "Indexes"
14
+ },
9
15
  "ListSupportedResourceTypes": {
10
16
  "input_token": "NextToken",
11
17
  "output_token": "NextToken",