cdk-lambda-subminute 2.0.299 → 2.0.301

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 (74) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/aws-sdk/CHANGELOG.md +36 -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/cloudtrail-2013-11-01.min.json +37 -31
  8. package/node_modules/aws-sdk/apis/codecatalyst-2022-09-28.min.json +369 -20
  9. package/node_modules/aws-sdk/apis/codecatalyst-2022-09-28.paginators.json +12 -0
  10. package/node_modules/aws-sdk/apis/dlm-2018-01-12.min.json +108 -15
  11. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +434 -269
  12. package/node_modules/aws-sdk/apis/finspace-2021-03-12.min.json +15 -5
  13. package/node_modules/aws-sdk/apis/finspace-data-2020-07-13.min.json +93 -31
  14. package/node_modules/aws-sdk/apis/fsx-2018-03-01.min.json +3 -0
  15. package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +259 -101
  16. package/node_modules/aws-sdk/apis/glue-2017-03-31.paginators.json +10 -0
  17. package/node_modules/aws-sdk/apis/imagebuilder-2019-12-02.min.json +724 -151
  18. package/node_modules/aws-sdk/apis/imagebuilder-2019-12-02.paginators.json +18 -0
  19. package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +60 -50
  20. package/node_modules/aws-sdk/apis/ivs-realtime-2020-07-14.min.json +578 -33
  21. package/node_modules/aws-sdk/apis/ivs-realtime-2020-07-14.paginators.json +15 -0
  22. package/node_modules/aws-sdk/apis/kafka-2018-11-14.min.json +32 -26
  23. package/node_modules/aws-sdk/apis/lambda-2015-03-31.min.json +69 -51
  24. package/node_modules/aws-sdk/apis/macie2-2020-01-01.min.json +52 -12
  25. package/node_modules/aws-sdk/apis/mwaa-2020-07-01.min.json +31 -26
  26. package/node_modules/aws-sdk/apis/pinpoint-sms-voice-v2-2022-03-31.min.json +1426 -59
  27. package/node_modules/aws-sdk/apis/pinpoint-sms-voice-v2-2022-03-31.paginators.json +54 -0
  28. package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +909 -335
  29. package/node_modules/aws-sdk/apis/quicksight-2018-04-01.paginators.json +6 -0
  30. package/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json +6 -2
  31. package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +562 -53
  32. package/node_modules/aws-sdk/apis/s3control-2018-08-20.paginators.json +4 -0
  33. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +977 -974
  34. package/node_modules/aws-sdk/apis/ssm-2014-11-06.min.json +161 -146
  35. package/node_modules/aws-sdk/apis/ssm-incidents-2018-05-10.min.json +201 -52
  36. package/node_modules/aws-sdk/apis/ssm-incidents-2018-05-10.paginators.json +6 -0
  37. package/node_modules/aws-sdk/apis/sso-admin-2020-07-20.min.json +1119 -79
  38. package/node_modules/aws-sdk/apis/sso-admin-2020-07-20.paginators.json +52 -0
  39. package/node_modules/aws-sdk/apis/transfer-2018-11-05.min.json +121 -105
  40. package/node_modules/aws-sdk/clients/autoscaling.d.ts +33 -4
  41. package/node_modules/aws-sdk/clients/cloudtrail.d.ts +29 -4
  42. package/node_modules/aws-sdk/clients/codecatalyst.d.ts +386 -5
  43. package/node_modules/aws-sdk/clients/dlm.d.ts +151 -23
  44. package/node_modules/aws-sdk/clients/ec2.d.ts +198 -2
  45. package/node_modules/aws-sdk/clients/fsx.d.ts +7 -3
  46. package/node_modules/aws-sdk/clients/glue.d.ts +228 -0
  47. package/node_modules/aws-sdk/clients/imagebuilder.d.ts +776 -60
  48. package/node_modules/aws-sdk/clients/iot.d.ts +23 -6
  49. package/node_modules/aws-sdk/clients/ivsrealtime.d.ts +593 -6
  50. package/node_modules/aws-sdk/clients/kafka.d.ts +13 -0
  51. package/node_modules/aws-sdk/clients/lambda.d.ts +40 -6
  52. package/node_modules/aws-sdk/clients/macie2.d.ts +54 -16
  53. package/node_modules/aws-sdk/clients/mediapackage.d.ts +2 -2
  54. package/node_modules/aws-sdk/clients/mwaa.d.ts +28 -5
  55. package/node_modules/aws-sdk/clients/pinpointsmsvoicev2.d.ts +1860 -96
  56. package/node_modules/aws-sdk/clients/polly.d.ts +9 -9
  57. package/node_modules/aws-sdk/clients/quicksight.d.ts +537 -20
  58. package/node_modules/aws-sdk/clients/rds.d.ts +1 -1
  59. package/node_modules/aws-sdk/clients/redshift.d.ts +6 -2
  60. package/node_modules/aws-sdk/clients/s3control.d.ts +359 -7
  61. package/node_modules/aws-sdk/clients/sagemaker.d.ts +12 -2
  62. package/node_modules/aws-sdk/clients/ssm.d.ts +38 -8
  63. package/node_modules/aws-sdk/clients/ssmincidents.d.ts +191 -40
  64. package/node_modules/aws-sdk/clients/ssoadmin.d.ts +1517 -128
  65. package/node_modules/aws-sdk/clients/transfer.d.ts +25 -1
  66. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  67. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +36 -36
  68. package/node_modules/aws-sdk/dist/aws-sdk.js +888 -647
  69. package/node_modules/aws-sdk/dist/aws-sdk.min.js +100 -100
  70. package/node_modules/aws-sdk/lib/core.js +1 -1
  71. package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +1 -1
  72. package/node_modules/aws-sdk/lib/dynamodb/document_client.js +1 -1
  73. package/node_modules/aws-sdk/package.json +1 -1
  74. package/package.json +5 -5
@@ -22,8 +22,7 @@
22
22
  "required": [
23
23
  "ExecutionRoleArn",
24
24
  "Description",
25
- "State",
26
- "PolicyDetails"
25
+ "State"
27
26
  ],
28
27
  "members": {
29
28
  "ExecutionRoleArn": {},
@@ -33,7 +32,26 @@
33
32
  "shape": "S5"
34
33
  },
35
34
  "Tags": {
36
- "shape": "S25"
35
+ "shape": "S2g"
36
+ },
37
+ "DefaultPolicy": {},
38
+ "CreateInterval": {
39
+ "type": "integer"
40
+ },
41
+ "RetainInterval": {
42
+ "type": "integer"
43
+ },
44
+ "CopyTags": {
45
+ "type": "boolean"
46
+ },
47
+ "ExtendDeletion": {
48
+ "type": "boolean"
49
+ },
50
+ "CrossRegionCopyTargets": {
51
+ "shape": "S28"
52
+ },
53
+ "Exclusions": {
54
+ "shape": "S2b"
37
55
  }
38
56
  }
39
57
  },
@@ -47,7 +65,7 @@
47
65
  "DeleteLifecyclePolicy": {
48
66
  "http": {
49
67
  "method": "DELETE",
50
- "requestUri": "/policies/{policyId}/"
68
+ "requestUri": "/policies/{policyId}"
51
69
  },
52
70
  "input": {
53
71
  "type": "structure",
@@ -100,6 +118,10 @@
100
118
  "locationName": "tagsToAdd",
101
119
  "type": "list",
102
120
  "member": {}
121
+ },
122
+ "DefaultPolicyType": {
123
+ "location": "querystring",
124
+ "locationName": "defaultPolicyType"
103
125
  }
104
126
  }
105
127
  },
@@ -115,9 +137,12 @@
115
137
  "Description": {},
116
138
  "State": {},
117
139
  "Tags": {
118
- "shape": "S25"
140
+ "shape": "S2g"
119
141
  },
120
- "PolicyType": {}
142
+ "PolicyType": {},
143
+ "DefaultPolicy": {
144
+ "type": "boolean"
145
+ }
121
146
  }
122
147
  }
123
148
  }
@@ -127,7 +152,7 @@
127
152
  "GetLifecyclePolicy": {
128
153
  "http": {
129
154
  "method": "GET",
130
- "requestUri": "/policies/{policyId}/"
155
+ "requestUri": "/policies/{policyId}"
131
156
  },
132
157
  "input": {
133
158
  "type": "structure",
@@ -153,18 +178,21 @@
153
178
  "StatusMessage": {},
154
179
  "ExecutionRoleArn": {},
155
180
  "DateCreated": {
156
- "shape": "S2p"
181
+ "shape": "S33"
157
182
  },
158
183
  "DateModified": {
159
- "shape": "S2p"
184
+ "shape": "S33"
160
185
  },
161
186
  "PolicyDetails": {
162
187
  "shape": "S5"
163
188
  },
164
189
  "Tags": {
165
- "shape": "S25"
190
+ "shape": "S2g"
166
191
  },
167
- "PolicyArn": {}
192
+ "PolicyArn": {},
193
+ "DefaultPolicy": {
194
+ "type": "boolean"
195
+ }
168
196
  }
169
197
  }
170
198
  }
@@ -191,7 +219,7 @@
191
219
  "type": "structure",
192
220
  "members": {
193
221
  "Tags": {
194
- "shape": "S25"
222
+ "shape": "S2g"
195
223
  }
196
224
  }
197
225
  }
@@ -212,7 +240,7 @@
212
240
  "locationName": "resourceArn"
213
241
  },
214
242
  "Tags": {
215
- "shape": "S25"
243
+ "shape": "S2g"
216
244
  }
217
245
  }
218
246
  },
@@ -270,6 +298,24 @@
270
298
  "Description": {},
271
299
  "PolicyDetails": {
272
300
  "shape": "S5"
301
+ },
302
+ "CreateInterval": {
303
+ "type": "integer"
304
+ },
305
+ "RetainInterval": {
306
+ "type": "integer"
307
+ },
308
+ "CopyTags": {
309
+ "type": "boolean"
310
+ },
311
+ "ExtendDeletion": {
312
+ "type": "boolean"
313
+ },
314
+ "CrossRegionCopyTargets": {
315
+ "shape": "S28"
316
+ },
317
+ "Exclusions": {
318
+ "shape": "S2b"
273
319
  }
274
320
  }
275
321
  },
@@ -566,6 +612,26 @@
566
612
  }
567
613
  }
568
614
  }
615
+ },
616
+ "PolicyLanguage": {},
617
+ "ResourceType": {},
618
+ "CreateInterval": {
619
+ "type": "integer"
620
+ },
621
+ "RetainInterval": {
622
+ "type": "integer"
623
+ },
624
+ "CopyTags": {
625
+ "type": "boolean"
626
+ },
627
+ "CrossRegionCopyTargets": {
628
+ "shape": "S28"
629
+ },
630
+ "ExtendDeletion": {
631
+ "type": "boolean"
632
+ },
633
+ "Exclusions": {
634
+ "shape": "S2b"
569
635
  }
570
636
  }
571
637
  },
@@ -593,12 +659,39 @@
593
659
  "IntervalUnit": {}
594
660
  }
595
661
  },
596
- "S25": {
662
+ "S28": {
663
+ "type": "list",
664
+ "member": {
665
+ "type": "structure",
666
+ "members": {
667
+ "TargetRegion": {}
668
+ }
669
+ }
670
+ },
671
+ "S2b": {
672
+ "type": "structure",
673
+ "members": {
674
+ "ExcludeBootVolumes": {
675
+ "type": "boolean"
676
+ },
677
+ "ExcludeVolumeTypes": {
678
+ "type": "list",
679
+ "member": {}
680
+ },
681
+ "ExcludeTags": {
682
+ "type": "list",
683
+ "member": {
684
+ "shape": "Sc"
685
+ }
686
+ }
687
+ }
688
+ },
689
+ "S2g": {
597
690
  "type": "map",
598
691
  "key": {},
599
692
  "value": {}
600
693
  },
601
- "S2p": {
694
+ "S33": {
602
695
  "type": "timestamp",
603
696
  "timestampFormat": "iso8601"
604
697
  }