cdk-lambda-subminute 2.0.484 → 2.0.486
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.
- package/.jsii +3 -3
- package/lib/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/appconfig-2019-10-09.min.json +77 -16
- package/node_modules/aws-sdk/apis/bedrock-agent-runtime-2023-07-26.min.json +7 -1
- package/node_modules/aws-sdk/apis/devicefarm-2015-06-23.examples.json +0 -2
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +6 -5
- package/node_modules/aws-sdk/apis/internetmonitor-2021-06-03.min.json +6 -1
- package/node_modules/aws-sdk/apis/metadata.json +3 -0
- package/node_modules/aws-sdk/apis/pcs-2023-02-10.examples.json +5 -0
- package/node_modules/aws-sdk/apis/pcs-2023-02-10.min.json +903 -0
- package/node_modules/aws-sdk/apis/pcs-2023-02-10.paginators.json +22 -0
- package/node_modules/aws-sdk/apis/pcs-2023-02-10.waiters2.json +5 -0
- package/node_modules/aws-sdk/apis/personalize-2018-05-22.min.json +61 -5
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +349 -340
- package/node_modules/aws-sdk/apis/states-2016-11-23.min.json +8 -1
- package/node_modules/aws-sdk/clients/all.d.ts +1 -0
- package/node_modules/aws-sdk/clients/all.js +2 -1
- package/node_modules/aws-sdk/clients/appconfig.d.ts +58 -14
- package/node_modules/aws-sdk/clients/bedrockagentruntime.d.ts +1 -1
- package/node_modules/aws-sdk/clients/bedrockruntime.d.ts +4 -4
- package/node_modules/aws-sdk/clients/datazone.d.ts +2 -2
- package/node_modules/aws-sdk/clients/devicefarm.d.ts +12 -12
- package/node_modules/aws-sdk/clients/ec2.d.ts +8 -4
- package/node_modules/aws-sdk/clients/internetmonitor.d.ts +2 -2
- package/node_modules/aws-sdk/clients/pcs.d.ts +1009 -0
- package/node_modules/aws-sdk/clients/pcs.js +19 -0
- package/node_modules/aws-sdk/clients/personalize.d.ts +66 -5
- package/node_modules/aws-sdk/clients/quicksight.d.ts +2 -1
- package/node_modules/aws-sdk/clients/stepfunctions.d.ts +15 -1
- package/node_modules/aws-sdk/clients/wafv2.d.ts +2 -2
- package/node_modules/aws-sdk/clients/workspaces.d.ts +5 -5
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +55 -11
- package/node_modules/aws-sdk/dist/aws-sdk.js +73 -13
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +49 -49
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +2 -2
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
{
|
|
2
|
+
"pagination": {
|
|
3
|
+
"ListClusters": {
|
|
4
|
+
"input_token": "nextToken",
|
|
5
|
+
"output_token": "nextToken",
|
|
6
|
+
"limit_key": "maxResults",
|
|
7
|
+
"result_key": "clusters"
|
|
8
|
+
},
|
|
9
|
+
"ListComputeNodeGroups": {
|
|
10
|
+
"input_token": "nextToken",
|
|
11
|
+
"output_token": "nextToken",
|
|
12
|
+
"limit_key": "maxResults",
|
|
13
|
+
"result_key": "computeNodeGroups"
|
|
14
|
+
},
|
|
15
|
+
"ListQueues": {
|
|
16
|
+
"input_token": "nextToken",
|
|
17
|
+
"output_token": "nextToken",
|
|
18
|
+
"limit_key": "maxResults",
|
|
19
|
+
"result_key": "queues"
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
}
|
|
@@ -13,7 +13,10 @@
|
|
|
13
13
|
"signatureVersion": "v4",
|
|
14
14
|
"signingName": "personalize",
|
|
15
15
|
"targetPrefix": "AmazonPersonalize",
|
|
16
|
-
"uid": "personalize-2018-05-22"
|
|
16
|
+
"uid": "personalize-2018-05-22",
|
|
17
|
+
"auth": [
|
|
18
|
+
"aws.auth#sigv4"
|
|
19
|
+
]
|
|
17
20
|
},
|
|
18
21
|
"operations": {
|
|
19
22
|
"CreateBatchInferenceJob": {
|
|
@@ -1331,6 +1334,25 @@
|
|
|
1331
1334
|
},
|
|
1332
1335
|
"latestSolutionVersion": {
|
|
1333
1336
|
"shape": "S5f"
|
|
1337
|
+
},
|
|
1338
|
+
"latestSolutionUpdate": {
|
|
1339
|
+
"type": "structure",
|
|
1340
|
+
"members": {
|
|
1341
|
+
"solutionUpdateConfig": {
|
|
1342
|
+
"shape": "S5i"
|
|
1343
|
+
},
|
|
1344
|
+
"status": {},
|
|
1345
|
+
"performAutoTraining": {
|
|
1346
|
+
"type": "boolean"
|
|
1347
|
+
},
|
|
1348
|
+
"creationDateTime": {
|
|
1349
|
+
"type": "timestamp"
|
|
1350
|
+
},
|
|
1351
|
+
"lastUpdatedDateTime": {
|
|
1352
|
+
"type": "timestamp"
|
|
1353
|
+
},
|
|
1354
|
+
"failureReason": {}
|
|
1355
|
+
}
|
|
1334
1356
|
}
|
|
1335
1357
|
}
|
|
1336
1358
|
}
|
|
@@ -2222,6 +2244,29 @@
|
|
|
2222
2244
|
}
|
|
2223
2245
|
},
|
|
2224
2246
|
"idempotent": true
|
|
2247
|
+
},
|
|
2248
|
+
"UpdateSolution": {
|
|
2249
|
+
"input": {
|
|
2250
|
+
"type": "structure",
|
|
2251
|
+
"required": [
|
|
2252
|
+
"solutionArn"
|
|
2253
|
+
],
|
|
2254
|
+
"members": {
|
|
2255
|
+
"solutionArn": {},
|
|
2256
|
+
"performAutoTraining": {
|
|
2257
|
+
"type": "boolean"
|
|
2258
|
+
},
|
|
2259
|
+
"solutionUpdateConfig": {
|
|
2260
|
+
"shape": "S5i"
|
|
2261
|
+
}
|
|
2262
|
+
}
|
|
2263
|
+
},
|
|
2264
|
+
"output": {
|
|
2265
|
+
"type": "structure",
|
|
2266
|
+
"members": {
|
|
2267
|
+
"solutionArn": {}
|
|
2268
|
+
}
|
|
2269
|
+
}
|
|
2225
2270
|
}
|
|
2226
2271
|
},
|
|
2227
2272
|
"shapes": {
|
|
@@ -2516,10 +2561,7 @@
|
|
|
2516
2561
|
"shape": "S1t"
|
|
2517
2562
|
},
|
|
2518
2563
|
"autoTrainingConfig": {
|
|
2519
|
-
"
|
|
2520
|
-
"members": {
|
|
2521
|
-
"schedulingExpression": {}
|
|
2522
|
-
}
|
|
2564
|
+
"shape": "S2u"
|
|
2523
2565
|
}
|
|
2524
2566
|
}
|
|
2525
2567
|
},
|
|
@@ -2527,6 +2569,12 @@
|
|
|
2527
2569
|
"type": "list",
|
|
2528
2570
|
"member": {}
|
|
2529
2571
|
},
|
|
2572
|
+
"S2u": {
|
|
2573
|
+
"type": "structure",
|
|
2574
|
+
"members": {
|
|
2575
|
+
"schedulingExpression": {}
|
|
2576
|
+
}
|
|
2577
|
+
},
|
|
2530
2578
|
"S55": {
|
|
2531
2579
|
"type": "map",
|
|
2532
2580
|
"key": {},
|
|
@@ -2549,6 +2597,14 @@
|
|
|
2549
2597
|
},
|
|
2550
2598
|
"failureReason": {}
|
|
2551
2599
|
}
|
|
2600
|
+
},
|
|
2601
|
+
"S5i": {
|
|
2602
|
+
"type": "structure",
|
|
2603
|
+
"members": {
|
|
2604
|
+
"autoTrainingConfig": {
|
|
2605
|
+
"shape": "S2u"
|
|
2606
|
+
}
|
|
2607
|
+
}
|
|
2552
2608
|
}
|
|
2553
2609
|
}
|
|
2554
2610
|
}
|