cdk-lambda-subminute 2.0.311 → 2.0.313

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 (76) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/aws-sdk/README.md +1 -1
  4. package/node_modules/aws-sdk/apis/accessanalyzer-2019-11-01.min.json +101 -95
  5. package/node_modules/aws-sdk/apis/bedrock-2023-04-20.min.json +91 -71
  6. package/node_modules/aws-sdk/apis/bedrock-agent-2023-06-05.examples.json +5 -0
  7. package/node_modules/aws-sdk/apis/bedrock-agent-2023-06-05.min.json +2322 -0
  8. package/node_modules/aws-sdk/apis/bedrock-agent-2023-06-05.paginators.json +52 -0
  9. package/node_modules/aws-sdk/apis/bedrock-agent-runtime-2023-07-26.examples.json +5 -0
  10. package/node_modules/aws-sdk/apis/bedrock-agent-runtime-2023-07-26.min.json +697 -0
  11. package/node_modules/aws-sdk/apis/bedrock-agent-runtime-2023-07-26.paginators.json +9 -0
  12. package/node_modules/aws-sdk/apis/bedrock-runtime-2023-09-30.min.json +18 -18
  13. package/node_modules/aws-sdk/apis/bedrock-runtime-2023-09-30.waiters2.json +5 -0
  14. package/node_modules/aws-sdk/apis/cleanrooms-2022-02-17.min.json +1222 -83
  15. package/node_modules/aws-sdk/apis/cleanrooms-2022-02-17.paginators.json +36 -0
  16. package/node_modules/aws-sdk/apis/cleanroomsml-2023-09-06.examples.json +5 -0
  17. package/node_modules/aws-sdk/apis/cleanroomsml-2023-09-06.min.json +1226 -0
  18. package/node_modules/aws-sdk/apis/cleanroomsml-2023-09-06.paginators.json +34 -0
  19. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +1180 -417
  20. package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +11 -0
  21. package/node_modules/aws-sdk/apis/customer-profiles-2020-08-15.min.json +129 -84
  22. package/node_modules/aws-sdk/apis/elasticache-2015-02-02.min.json +481 -132
  23. package/node_modules/aws-sdk/apis/elasticache-2015-02-02.paginators.json +12 -0
  24. package/node_modules/aws-sdk/apis/metadata.json +17 -0
  25. package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +369 -195
  26. package/node_modules/aws-sdk/apis/opensearchserverless-2021-11-01.min.json +49 -46
  27. package/node_modules/aws-sdk/apis/qbusiness-2023-11-27.examples.json +5 -0
  28. package/node_modules/aws-sdk/apis/qbusiness-2023-11-27.min.json +3025 -0
  29. package/node_modules/aws-sdk/apis/qbusiness-2023-11-27.paginators.json +76 -0
  30. package/node_modules/aws-sdk/apis/qconnect-2020-10-19.examples.json +5 -0
  31. package/node_modules/aws-sdk/apis/qconnect-2020-10-19.min.json +2499 -0
  32. package/node_modules/aws-sdk/apis/qconnect-2020-10-19.paginators.json +64 -0
  33. package/node_modules/aws-sdk/apis/runtime.sagemaker-2017-05-13.min.json +8 -0
  34. package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +128 -128
  35. package/node_modules/aws-sdk/apis/s3-2006-03-01.min.json +649 -186
  36. package/node_modules/aws-sdk/apis/s3-2006-03-01.paginators.json +6 -0
  37. package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +121 -115
  38. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +1688 -980
  39. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.paginators.json +18 -0
  40. package/node_modules/aws-sdk/clients/accessanalyzer.d.ts +13 -2
  41. package/node_modules/aws-sdk/clients/all.d.ts +5 -0
  42. package/node_modules/aws-sdk/clients/all.js +6 -1
  43. package/node_modules/aws-sdk/clients/applicationautoscaling.d.ts +31 -31
  44. package/node_modules/aws-sdk/clients/bedrock.d.ts +53 -17
  45. package/node_modules/aws-sdk/clients/bedrockagent.d.ts +1258 -0
  46. package/node_modules/aws-sdk/clients/bedrockagent.js +18 -0
  47. package/node_modules/aws-sdk/clients/bedrockagentruntime.d.ts +439 -0
  48. package/node_modules/aws-sdk/clients/bedrockagentruntime.js +18 -0
  49. package/node_modules/aws-sdk/clients/bedrockruntime.d.ts +13 -13
  50. package/node_modules/aws-sdk/clients/bedrockruntime.js +1 -0
  51. package/node_modules/aws-sdk/clients/cleanrooms.d.ts +1292 -177
  52. package/node_modules/aws-sdk/clients/cleanroomsml.d.ts +1232 -0
  53. package/node_modules/aws-sdk/clients/cleanroomsml.js +18 -0
  54. package/node_modules/aws-sdk/clients/connect.d.ts +886 -20
  55. package/node_modules/aws-sdk/clients/customerprofiles.d.ts +40 -0
  56. package/node_modules/aws-sdk/clients/elasticache.d.ts +484 -12
  57. package/node_modules/aws-sdk/clients/opensearch.d.ts +170 -1
  58. package/node_modules/aws-sdk/clients/opensearchserverless.d.ts +13 -0
  59. package/node_modules/aws-sdk/clients/qbusiness.d.ts +3231 -0
  60. package/node_modules/aws-sdk/clients/qbusiness.js +18 -0
  61. package/node_modules/aws-sdk/clients/qconnect.d.ts +2552 -0
  62. package/node_modules/aws-sdk/clients/qconnect.js +18 -0
  63. package/node_modules/aws-sdk/clients/s3.d.ts +795 -666
  64. package/node_modules/aws-sdk/clients/s3control.d.ts +135 -125
  65. package/node_modules/aws-sdk/clients/sagemaker.d.ts +950 -44
  66. package/node_modules/aws-sdk/clients/sagemakerruntime.d.ts +11 -2
  67. package/node_modules/aws-sdk/clients/sts.d.ts +1 -1
  68. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  69. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +286 -94
  70. package/node_modules/aws-sdk/dist/aws-sdk.js +2343 -722
  71. package/node_modules/aws-sdk/dist/aws-sdk.min.js +83 -82
  72. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +10 -0
  73. package/node_modules/aws-sdk/lib/core.js +1 -1
  74. package/node_modules/aws-sdk/package.json +1 -1
  75. package/package.json +3 -3
  76. package/node_modules/aws-sdk/CHANGELOG.md +0 -9325
@@ -78,6 +78,12 @@
78
78
  "output_token": "NextToken",
79
79
  "result_key": "EvaluationFormSummaryList"
80
80
  },
81
+ "ListFlowAssociations": {
82
+ "input_token": "NextToken",
83
+ "limit_key": "MaxResults",
84
+ "output_token": "NextToken",
85
+ "result_key": "FlowAssociationSummaryList"
86
+ },
81
87
  "ListHoursOfOperations": {
82
88
  "input_token": "NextToken",
83
89
  "limit_key": "MaxResults",
@@ -160,6 +166,11 @@
160
166
  "output_token": "NextToken",
161
167
  "result_key": "QuickConnectSummaryList"
162
168
  },
169
+ "ListRealtimeContactAnalysisSegmentsV2": {
170
+ "input_token": "NextToken",
171
+ "limit_key": "MaxResults",
172
+ "output_token": "NextToken"
173
+ },
163
174
  "ListRoutingProfileQueues": {
164
175
  "input_token": "NextToken",
165
176
  "limit_key": "MaxResults",
@@ -639,6 +639,51 @@
639
639
  "members": {}
640
640
  }
641
641
  },
642
+ "DetectProfileObjectType": {
643
+ "http": {
644
+ "requestUri": "/domains/{DomainName}/detect/object-types"
645
+ },
646
+ "input": {
647
+ "type": "structure",
648
+ "required": [
649
+ "Objects",
650
+ "DomainName"
651
+ ],
652
+ "members": {
653
+ "Objects": {
654
+ "type": "list",
655
+ "member": {
656
+ "shape": "S41"
657
+ },
658
+ "sensitive": true
659
+ },
660
+ "DomainName": {
661
+ "location": "uri",
662
+ "locationName": "DomainName"
663
+ }
664
+ }
665
+ },
666
+ "output": {
667
+ "type": "structure",
668
+ "members": {
669
+ "DetectedProfileObjectTypes": {
670
+ "type": "list",
671
+ "member": {
672
+ "type": "structure",
673
+ "members": {
674
+ "SourceLastUpdatedTimestampFormat": {},
675
+ "Fields": {
676
+ "shape": "S45"
677
+ },
678
+ "Keys": {
679
+ "shape": "S49"
680
+ }
681
+ }
682
+ }
683
+ }
684
+ }
685
+ }
686
+ },
642
687
  "GetAutoMergingPreview": {
643
688
  "http": {
644
689
  "requestUri": "/domains/{DomainName}/identity-resolution-jobs/auto-merging-preview"
@@ -946,10 +991,10 @@
946
991
  "shape": "S11"
947
992
  },
948
993
  "ExportingLocation": {
949
- "shape": "S4i"
994
+ "shape": "S4y"
950
995
  },
951
996
  "JobStats": {
952
- "shape": "S4l"
997
+ "shape": "S51"
953
998
  }
954
999
  }
955
1000
  }
@@ -994,7 +1039,7 @@
994
1039
  "shape": "Sn"
995
1040
  },
996
1041
  "ObjectTypeNames": {
997
- "shape": "S4o"
1042
+ "shape": "S54"
998
1043
  },
999
1044
  "WorkflowId": {},
1000
1045
  "IsUnstructured": {
@@ -1046,7 +1091,7 @@
1046
1091
  "members": {
1047
1092
  "MatchId": {},
1048
1093
  "ProfileIds": {
1049
- "shape": "S4w"
1094
+ "shape": "S5c"
1050
1095
  },
1051
1096
  "ConfidenceScore": {
1052
1097
  "type": "double"
@@ -1100,10 +1145,10 @@
1100
1145
  },
1101
1146
  "SourceLastUpdatedTimestampFormat": {},
1102
1147
  "Fields": {
1103
- "shape": "S50"
1148
+ "shape": "S45"
1104
1149
  },
1105
1150
  "Keys": {
1106
- "shape": "S54"
1151
+ "shape": "S49"
1107
1152
  },
1108
1153
  "CreatedAt": {
1109
1154
  "type": "timestamp"
@@ -1145,10 +1190,10 @@
1145
1190
  },
1146
1191
  "SourceLastUpdatedTimestampFormat": {},
1147
1192
  "Fields": {
1148
- "shape": "S50"
1193
+ "shape": "S45"
1149
1194
  },
1150
1195
  "Keys": {
1151
- "shape": "S54"
1196
+ "shape": "S49"
1152
1197
  }
1153
1198
  }
1154
1199
  }
@@ -1188,7 +1233,7 @@
1188
1233
  "type": "structure",
1189
1234
  "members": {
1190
1235
  "ProfileIds": {
1191
- "shape": "S4w"
1236
+ "shape": "S5c"
1192
1237
  },
1193
1238
  "MatchId": {},
1194
1239
  "MatchType": {},
@@ -1389,7 +1434,7 @@
1389
1434
  "type": "structure",
1390
1435
  "members": {
1391
1436
  "Items": {
1392
- "shape": "S5u"
1437
+ "shape": "S60"
1393
1438
  },
1394
1439
  "NextToken": {}
1395
1440
  }
@@ -1665,10 +1710,10 @@
1665
1710
  "type": "timestamp"
1666
1711
  },
1667
1712
  "JobStats": {
1668
- "shape": "S4l"
1713
+ "shape": "S51"
1669
1714
  },
1670
1715
  "ExportingLocation": {
1671
- "shape": "S4i"
1716
+ "shape": "S4y"
1672
1717
  },
1673
1718
  "Message": {}
1674
1719
  }
@@ -1713,7 +1758,7 @@
1713
1758
  "type": "structure",
1714
1759
  "members": {
1715
1760
  "Items": {
1716
- "shape": "S5u"
1761
+ "shape": "S60"
1717
1762
  },
1718
1763
  "NextToken": {}
1719
1764
  }
@@ -1866,7 +1911,7 @@
1866
1911
  "ObjectTypeName": {},
1867
1912
  "ProfileObjectUniqueKey": {},
1868
1913
  "Object": {
1869
- "shape": "S6w"
1914
+ "shape": "S41"
1870
1915
  }
1871
1916
  }
1872
1917
  }
@@ -2088,7 +2133,7 @@
2088
2133
  "shape": "S1x"
2089
2134
  },
2090
2135
  "ObjectTypeNames": {
2091
- "shape": "S4o"
2136
+ "shape": "S54"
2092
2137
  }
2093
2138
  }
2094
2139
  },
@@ -2114,7 +2159,7 @@
2114
2159
  "shape": "Sn"
2115
2160
  },
2116
2161
  "ObjectTypeNames": {
2117
- "shape": "S4o"
2162
+ "shape": "S54"
2118
2163
  },
2119
2164
  "WorkflowId": {},
2120
2165
  "IsUnstructured": {
@@ -2138,7 +2183,7 @@
2138
2183
  "members": {
2139
2184
  "ObjectTypeName": {},
2140
2185
  "Object": {
2141
- "shape": "S6w"
2186
+ "shape": "S41"
2142
2187
  },
2143
2188
  "DomainName": {
2144
2189
  "location": "uri",
@@ -2187,10 +2232,10 @@
2187
2232
  },
2188
2233
  "SourceLastUpdatedTimestampFormat": {},
2189
2234
  "Fields": {
2190
- "shape": "S50"
2235
+ "shape": "S45"
2191
2236
  },
2192
2237
  "Keys": {
2193
- "shape": "S54"
2238
+ "shape": "S49"
2194
2239
  },
2195
2240
  "Tags": {
2196
2241
  "shape": "Sn"
@@ -2218,10 +2263,10 @@
2218
2263
  },
2219
2264
  "SourceLastUpdatedTimestampFormat": {},
2220
2265
  "Fields": {
2221
- "shape": "S50"
2266
+ "shape": "S45"
2222
2267
  },
2223
2268
  "Keys": {
2224
- "shape": "S54"
2269
+ "shape": "S49"
2225
2270
  },
2226
2271
  "CreatedAt": {
2227
2272
  "type": "timestamp"
@@ -2577,61 +2622,61 @@
2577
2622
  "sensitive": true
2578
2623
  },
2579
2624
  "AccountNumber": {
2580
- "shape": "S82"
2625
+ "shape": "S87"
2581
2626
  },
2582
2627
  "PartyType": {
2583
2628
  "shape": "S3b"
2584
2629
  },
2585
2630
  "BusinessName": {
2586
- "shape": "S82"
2631
+ "shape": "S87"
2587
2632
  },
2588
2633
  "FirstName": {
2589
- "shape": "S82"
2634
+ "shape": "S87"
2590
2635
  },
2591
2636
  "MiddleName": {
2592
- "shape": "S82"
2637
+ "shape": "S87"
2593
2638
  },
2594
2639
  "LastName": {
2595
- "shape": "S82"
2640
+ "shape": "S87"
2596
2641
  },
2597
2642
  "BirthDate": {
2598
- "shape": "S82"
2643
+ "shape": "S87"
2599
2644
  },
2600
2645
  "Gender": {
2601
2646
  "shape": "S3c"
2602
2647
  },
2603
2648
  "PhoneNumber": {
2604
- "shape": "S82"
2649
+ "shape": "S87"
2605
2650
  },
2606
2651
  "MobilePhoneNumber": {
2607
- "shape": "S82"
2652
+ "shape": "S87"
2608
2653
  },
2609
2654
  "HomePhoneNumber": {
2610
- "shape": "S82"
2655
+ "shape": "S87"
2611
2656
  },
2612
2657
  "BusinessPhoneNumber": {
2613
- "shape": "S82"
2658
+ "shape": "S87"
2614
2659
  },
2615
2660
  "EmailAddress": {
2616
- "shape": "S82"
2661
+ "shape": "S87"
2617
2662
  },
2618
2663
  "PersonalEmailAddress": {
2619
- "shape": "S82"
2664
+ "shape": "S87"
2620
2665
  },
2621
2666
  "BusinessEmailAddress": {
2622
- "shape": "S82"
2667
+ "shape": "S87"
2623
2668
  },
2624
2669
  "Address": {
2625
- "shape": "S83"
2670
+ "shape": "S88"
2626
2671
  },
2627
2672
  "ShippingAddress": {
2628
- "shape": "S83"
2673
+ "shape": "S88"
2629
2674
  },
2630
2675
  "MailingAddress": {
2631
- "shape": "S83"
2676
+ "shape": "S88"
2632
2677
  },
2633
2678
  "BillingAddress": {
2634
- "shape": "S83"
2679
+ "shape": "S88"
2635
2680
  },
2636
2681
  "Attributes": {
2637
2682
  "type": "map",
@@ -2640,10 +2685,10 @@
2640
2685
  "sensitive": true
2641
2686
  },
2642
2687
  "PartyTypeString": {
2643
- "shape": "S82"
2688
+ "shape": "S87"
2644
2689
  },
2645
2690
  "GenderString": {
2646
- "shape": "S82"
2691
+ "shape": "S87"
2647
2692
  }
2648
2693
  }
2649
2694
  },
@@ -3132,42 +3177,11 @@
3132
3177
  "value": {},
3133
3178
  "sensitive": true
3134
3179
  },
3135
- "S4i": {
3136
- "type": "structure",
3137
- "members": {
3138
- "S3Exporting": {
3139
- "type": "structure",
3140
- "members": {
3141
- "S3BucketName": {},
3142
- "S3KeyName": {}
3143
- }
3144
- }
3145
- }
3146
- },
3147
- "S4l": {
3148
- "type": "structure",
3149
- "members": {
3150
- "NumberOfProfilesReviewed": {
3151
- "type": "long"
3152
- },
3153
- "NumberOfMatchesFound": {
3154
- "type": "long"
3155
- },
3156
- "NumberOfMergesDone": {
3157
- "type": "long"
3158
- }
3159
- }
3160
- },
3161
- "S4o": {
3162
- "type": "map",
3163
- "key": {},
3164
- "value": {}
3165
- },
3166
- "S4w": {
3167
- "type": "list",
3168
- "member": {}
3180
+ "S41": {
3181
+ "type": "string",
3182
+ "sensitive": true
3169
3183
  },
3170
- "S50": {
3184
+ "S45": {
3171
3185
  "type": "map",
3172
3186
  "key": {},
3173
3187
  "value": {
@@ -3180,7 +3194,7 @@
3180
3194
  },
3181
3195
  "sensitive": true
3182
3196
  },
3183
- "S54": {
3197
+ "S49": {
3184
3198
  "type": "map",
3185
3199
  "key": {},
3186
3200
  "value": {
@@ -3201,7 +3215,42 @@
3201
3215
  },
3202
3216
  "sensitive": true
3203
3217
  },
3204
- "S5u": {
3218
+ "S4y": {
3219
+ "type": "structure",
3220
+ "members": {
3221
+ "S3Exporting": {
3222
+ "type": "structure",
3223
+ "members": {
3224
+ "S3BucketName": {},
3225
+ "S3KeyName": {}
3226
+ }
3227
+ }
3228
+ }
3229
+ },
3230
+ "S51": {
3231
+ "type": "structure",
3232
+ "members": {
3233
+ "NumberOfProfilesReviewed": {
3234
+ "type": "long"
3235
+ },
3236
+ "NumberOfMatchesFound": {
3237
+ "type": "long"
3238
+ },
3239
+ "NumberOfMergesDone": {
3240
+ "type": "long"
3241
+ }
3242
+ }
3243
+ },
3244
+ "S54": {
3245
+ "type": "map",
3246
+ "key": {},
3247
+ "value": {}
3248
+ },
3249
+ "S5c": {
3250
+ "type": "list",
3251
+ "member": {}
3252
+ },
3253
+ "S60": {
3205
3254
  "type": "list",
3206
3255
  "member": {
3207
3256
  "type": "structure",
@@ -3225,7 +3274,7 @@
3225
3274
  "shape": "Sn"
3226
3275
  },
3227
3276
  "ObjectTypeNames": {
3228
- "shape": "S4o"
3277
+ "shape": "S54"
3229
3278
  },
3230
3279
  "WorkflowId": {},
3231
3280
  "IsUnstructured": {
@@ -3234,15 +3283,11 @@
3234
3283
  }
3235
3284
  }
3236
3285
  },
3237
- "S6w": {
3238
- "type": "string",
3239
- "sensitive": true
3240
- },
3241
- "S82": {
3286
+ "S87": {
3242
3287
  "type": "string",
3243
3288
  "sensitive": true
3244
3289
  },
3245
- "S83": {
3290
+ "S88": {
3246
3291
  "type": "structure",
3247
3292
  "members": {
3248
3293
  "Address1": {},