cdk-lambda-subminute 2.0.436 → 2.0.438
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/bedrock-2023-04-20.min.json +1059 -90
- package/node_modules/aws-sdk/apis/bedrock-2023-04-20.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/bedrock-agent-2023-06-05.min.json +105 -52
- package/node_modules/aws-sdk/apis/bedrock-agent-runtime-2023-07-26.min.json +265 -58
- package/node_modules/aws-sdk/apis/bedrock-runtime-2023-09-30.min.json +24 -0
- package/node_modules/aws-sdk/apis/ce-2017-10-25.min.json +2 -1
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +139 -82
- package/node_modules/aws-sdk/apis/metadata.json +3 -0
- package/node_modules/aws-sdk/apis/payment-cryptography-2021-09-14.min.json +219 -189
- package/node_modules/aws-sdk/apis/payment-cryptography-2021-09-14.waiters2.json +5 -0
- package/node_modules/aws-sdk/apis/route53profiles-2018-05-10.examples.json +5 -0
- package/node_modules/aws-sdk/apis/route53profiles-2018-05-10.min.json +598 -0
- package/node_modules/aws-sdk/apis/route53profiles-2018-05-10.paginators.json +22 -0
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +87 -63
- package/node_modules/aws-sdk/apis/servicediscovery-2017-03-14.examples.json +86 -0
- package/node_modules/aws-sdk/apis/transfer-2018-11-05.min.json +32 -3
- package/node_modules/aws-sdk/apis/workspaces-web-2020-07-08.min.json +84 -43
- 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/bedrock.d.ts +1082 -118
- package/node_modules/aws-sdk/clients/bedrockagent.d.ts +80 -2
- package/node_modules/aws-sdk/clients/bedrockagentruntime.d.ts +252 -5
- package/node_modules/aws-sdk/clients/bedrockruntime.d.ts +37 -10
- package/node_modules/aws-sdk/clients/costexplorer.d.ts +11 -7
- package/node_modules/aws-sdk/clients/ec2.d.ts +103 -39
- package/node_modules/aws-sdk/clients/paymentcryptography.d.ts +175 -147
- package/node_modules/aws-sdk/clients/paymentcryptography.js +1 -0
- package/node_modules/aws-sdk/clients/pi.d.ts +5 -5
- package/node_modules/aws-sdk/clients/rds.d.ts +1 -1
- package/node_modules/aws-sdk/clients/redshiftserverless.d.ts +5 -5
- package/node_modules/aws-sdk/clients/route53profiles.d.ts +614 -0
- package/node_modules/aws-sdk/clients/route53profiles.js +18 -0
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +17 -10
- package/node_modules/aws-sdk/clients/servicediscovery.d.ts +4 -4
- package/node_modules/aws-sdk/clients/transfer.d.ts +44 -5
- package/node_modules/aws-sdk/clients/workspacesweb.d.ts +89 -23
- 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 +297 -253
- package/node_modules/aws-sdk/dist/aws-sdk.js +147 -86
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +70 -70
- 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
@@ -14264,77 +14264,18 @@
|
|
14264
14264
|
}
|
14265
14265
|
},
|
14266
14266
|
"JupyterLabAppSettings": {
|
14267
|
-
"
|
14268
|
-
"members": {
|
14269
|
-
"DefaultResourceSpec": {
|
14270
|
-
"shape": "S4p"
|
14271
|
-
},
|
14272
|
-
"CustomImages": {
|
14273
|
-
"shape": "Sas"
|
14274
|
-
},
|
14275
|
-
"LifecycleConfigArns": {
|
14276
|
-
"shape": "San"
|
14277
|
-
},
|
14278
|
-
"CodeRepositories": {
|
14279
|
-
"shape": "Sao"
|
14280
|
-
}
|
14281
|
-
}
|
14267
|
+
"shape": "Sbd"
|
14282
14268
|
},
|
14283
14269
|
"SpaceStorageSettings": {
|
14284
|
-
"
|
14285
|
-
"members": {
|
14286
|
-
"DefaultEbsStorageSettings": {
|
14287
|
-
"type": "structure",
|
14288
|
-
"required": [
|
14289
|
-
"DefaultEbsVolumeSizeInGb",
|
14290
|
-
"MaximumEbsVolumeSizeInGb"
|
14291
|
-
],
|
14292
|
-
"members": {
|
14293
|
-
"DefaultEbsVolumeSizeInGb": {
|
14294
|
-
"type": "integer"
|
14295
|
-
},
|
14296
|
-
"MaximumEbsVolumeSizeInGb": {
|
14297
|
-
"type": "integer"
|
14298
|
-
}
|
14299
|
-
}
|
14300
|
-
}
|
14301
|
-
}
|
14270
|
+
"shape": "Sbe"
|
14302
14271
|
},
|
14303
14272
|
"DefaultLandingUri": {},
|
14304
14273
|
"StudioWebPortal": {},
|
14305
14274
|
"CustomPosixUserConfig": {
|
14306
|
-
"
|
14307
|
-
"required": [
|
14308
|
-
"Uid",
|
14309
|
-
"Gid"
|
14310
|
-
],
|
14311
|
-
"members": {
|
14312
|
-
"Uid": {
|
14313
|
-
"type": "long"
|
14314
|
-
},
|
14315
|
-
"Gid": {
|
14316
|
-
"type": "long"
|
14317
|
-
}
|
14318
|
-
}
|
14275
|
+
"shape": "Sbj"
|
14319
14276
|
},
|
14320
14277
|
"CustomFileSystemConfigs": {
|
14321
|
-
"
|
14322
|
-
"member": {
|
14323
|
-
"type": "structure",
|
14324
|
-
"members": {
|
14325
|
-
"EFSFileSystemConfig": {
|
14326
|
-
"type": "structure",
|
14327
|
-
"required": [
|
14328
|
-
"FileSystemId"
|
14329
|
-
],
|
14330
|
-
"members": {
|
14331
|
-
"FileSystemId": {},
|
14332
|
-
"FileSystemPath": {}
|
14333
|
-
}
|
14334
|
-
}
|
14335
|
-
},
|
14336
|
-
"union": true
|
14337
|
-
}
|
14278
|
+
"shape": "Sbm"
|
14338
14279
|
}
|
14339
14280
|
}
|
14340
14281
|
},
|
@@ -14403,6 +14344,77 @@
|
|
14403
14344
|
}
|
14404
14345
|
}
|
14405
14346
|
},
|
14347
|
+
"Sbd": {
|
14348
|
+
"type": "structure",
|
14349
|
+
"members": {
|
14350
|
+
"DefaultResourceSpec": {
|
14351
|
+
"shape": "S4p"
|
14352
|
+
},
|
14353
|
+
"CustomImages": {
|
14354
|
+
"shape": "Sas"
|
14355
|
+
},
|
14356
|
+
"LifecycleConfigArns": {
|
14357
|
+
"shape": "San"
|
14358
|
+
},
|
14359
|
+
"CodeRepositories": {
|
14360
|
+
"shape": "Sao"
|
14361
|
+
}
|
14362
|
+
}
|
14363
|
+
},
|
14364
|
+
"Sbe": {
|
14365
|
+
"type": "structure",
|
14366
|
+
"members": {
|
14367
|
+
"DefaultEbsStorageSettings": {
|
14368
|
+
"type": "structure",
|
14369
|
+
"required": [
|
14370
|
+
"DefaultEbsVolumeSizeInGb",
|
14371
|
+
"MaximumEbsVolumeSizeInGb"
|
14372
|
+
],
|
14373
|
+
"members": {
|
14374
|
+
"DefaultEbsVolumeSizeInGb": {
|
14375
|
+
"type": "integer"
|
14376
|
+
},
|
14377
|
+
"MaximumEbsVolumeSizeInGb": {
|
14378
|
+
"type": "integer"
|
14379
|
+
}
|
14380
|
+
}
|
14381
|
+
}
|
14382
|
+
}
|
14383
|
+
},
|
14384
|
+
"Sbj": {
|
14385
|
+
"type": "structure",
|
14386
|
+
"required": [
|
14387
|
+
"Uid",
|
14388
|
+
"Gid"
|
14389
|
+
],
|
14390
|
+
"members": {
|
14391
|
+
"Uid": {
|
14392
|
+
"type": "long"
|
14393
|
+
},
|
14394
|
+
"Gid": {
|
14395
|
+
"type": "long"
|
14396
|
+
}
|
14397
|
+
}
|
14398
|
+
},
|
14399
|
+
"Sbm": {
|
14400
|
+
"type": "list",
|
14401
|
+
"member": {
|
14402
|
+
"type": "structure",
|
14403
|
+
"members": {
|
14404
|
+
"EFSFileSystemConfig": {
|
14405
|
+
"type": "structure",
|
14406
|
+
"required": [
|
14407
|
+
"FileSystemId"
|
14408
|
+
],
|
14409
|
+
"members": {
|
14410
|
+
"FileSystemId": {},
|
14411
|
+
"FileSystemPath": {}
|
14412
|
+
}
|
14413
|
+
}
|
14414
|
+
},
|
14415
|
+
"union": true
|
14416
|
+
}
|
14417
|
+
},
|
14406
14418
|
"Sbq": {
|
14407
14419
|
"type": "structure",
|
14408
14420
|
"members": {
|
@@ -14455,6 +14467,18 @@
|
|
14455
14467
|
},
|
14456
14468
|
"KernelGatewayAppSettings": {
|
14457
14469
|
"shape": "Sar"
|
14470
|
+
},
|
14471
|
+
"JupyterLabAppSettings": {
|
14472
|
+
"shape": "Sbd"
|
14473
|
+
},
|
14474
|
+
"SpaceStorageSettings": {
|
14475
|
+
"shape": "Sbe"
|
14476
|
+
},
|
14477
|
+
"CustomPosixUserConfig": {
|
14478
|
+
"shape": "Sbj"
|
14479
|
+
},
|
14480
|
+
"CustomFileSystemConfigs": {
|
14481
|
+
"shape": "Sbm"
|
14458
14482
|
}
|
14459
14483
|
}
|
14460
14484
|
},
|
@@ -202,6 +202,26 @@
|
|
202
202
|
"title": "Example: Discover registered instances"
|
203
203
|
}
|
204
204
|
],
|
205
|
+
"DiscoverInstancesRevision": [
|
206
|
+
{
|
207
|
+
"input": {
|
208
|
+
"NamespaceName": "example-namespace",
|
209
|
+
"ServiceName": "example-service"
|
210
|
+
},
|
211
|
+
"output": {
|
212
|
+
"InstancesRevision": 123456
|
213
|
+
},
|
214
|
+
"comments": {
|
215
|
+
"input": {
|
216
|
+
},
|
217
|
+
"output": {
|
218
|
+
}
|
219
|
+
},
|
220
|
+
"description": "The following example discovers the revision ID for a registered instance.",
|
221
|
+
"id": "to-discover-the-revision-for-a-registered-instance-1712867460953",
|
222
|
+
"title": "To discover the revision for a registered instance"
|
223
|
+
}
|
224
|
+
],
|
205
225
|
"GetInstance": [
|
206
226
|
{
|
207
227
|
"input": {
|
@@ -616,6 +636,28 @@
|
|
616
636
|
"title": "UntagResource example"
|
617
637
|
}
|
618
638
|
],
|
639
|
+
"UpdateHttpNamespace": [
|
640
|
+
{
|
641
|
+
"input": {
|
642
|
+
"Id": "ns-vh4nbmEXAMPLE",
|
643
|
+
"Namespace": {
|
644
|
+
"Description": "The updated namespace description."
|
645
|
+
}
|
646
|
+
},
|
647
|
+
"output": {
|
648
|
+
"OperationId": "ft52xe2koxhoeormaceymagglsdjyvEXAMPLE"
|
649
|
+
},
|
650
|
+
"comments": {
|
651
|
+
"input": {
|
652
|
+
},
|
653
|
+
"output": {
|
654
|
+
}
|
655
|
+
},
|
656
|
+
"description": "The following example updates the description of a HTTP namespace.",
|
657
|
+
"id": "to-update-a-http-namespace-17128EXAMPLE",
|
658
|
+
"title": "To update a HTTP namespace"
|
659
|
+
}
|
660
|
+
],
|
619
661
|
"UpdateInstanceCustomHealthStatus": [
|
620
662
|
{
|
621
663
|
"input": {
|
@@ -634,6 +676,50 @@
|
|
634
676
|
"title": "UpdateInstanceCustomHealthStatus Example"
|
635
677
|
}
|
636
678
|
],
|
679
|
+
"UpdatePrivateDnsNamespace": [
|
680
|
+
{
|
681
|
+
"input": {
|
682
|
+
"Id": "ns-bk3aEXAMPLE",
|
683
|
+
"Namespace": {
|
684
|
+
"Description": "The updated namespace description."
|
685
|
+
},
|
686
|
+
"UpdaterRequestId": ""
|
687
|
+
},
|
688
|
+
"output": {
|
689
|
+
"OperationId": "ft52xe2koxhoeormaceymagglsdjyvEXAMPLE"
|
690
|
+
},
|
691
|
+
"comments": {
|
692
|
+
"input": {
|
693
|
+
},
|
694
|
+
"output": {
|
695
|
+
}
|
696
|
+
},
|
697
|
+
"description": "The following example updates the description of a private DNS namespace.",
|
698
|
+
"id": "to-update-a-private-dns-namespace-1712868389604",
|
699
|
+
"title": "To update a private DNS namespace"
|
700
|
+
},
|
701
|
+
{
|
702
|
+
"input": {
|
703
|
+
"Id": "ns-bk3aEXAMPLE",
|
704
|
+
"Namespace": {
|
705
|
+
"Description": "The updated namespace description."
|
706
|
+
},
|
707
|
+
"UpdaterRequestId": ""
|
708
|
+
},
|
709
|
+
"output": {
|
710
|
+
"OperationId": "ft52xe2koxhoeormaceymagglsdjEXAMPLE"
|
711
|
+
},
|
712
|
+
"comments": {
|
713
|
+
"input": {
|
714
|
+
},
|
715
|
+
"output": {
|
716
|
+
}
|
717
|
+
},
|
718
|
+
"description": "The following example updates the description of a public DNS namespace.",
|
719
|
+
"id": "to-update-a-public-dns-namespace-1712868389604",
|
720
|
+
"title": "To update a public DNS namespace"
|
721
|
+
}
|
722
|
+
],
|
637
723
|
"UpdateService": [
|
638
724
|
{
|
639
725
|
"input": {
|
@@ -1476,6 +1476,35 @@
|
|
1476
1476
|
"members": {}
|
1477
1477
|
}
|
1478
1478
|
},
|
1479
|
+
"StartDirectoryListing": {
|
1480
|
+
"input": {
|
1481
|
+
"type": "structure",
|
1482
|
+
"required": [
|
1483
|
+
"ConnectorId",
|
1484
|
+
"RemoteDirectoryPath",
|
1485
|
+
"OutputDirectoryPath"
|
1486
|
+
],
|
1487
|
+
"members": {
|
1488
|
+
"ConnectorId": {},
|
1489
|
+
"RemoteDirectoryPath": {},
|
1490
|
+
"MaxItems": {
|
1491
|
+
"type": "integer"
|
1492
|
+
},
|
1493
|
+
"OutputDirectoryPath": {}
|
1494
|
+
}
|
1495
|
+
},
|
1496
|
+
"output": {
|
1497
|
+
"type": "structure",
|
1498
|
+
"required": [
|
1499
|
+
"ListingId",
|
1500
|
+
"OutputFileName"
|
1501
|
+
],
|
1502
|
+
"members": {
|
1503
|
+
"ListingId": {},
|
1504
|
+
"OutputFileName": {}
|
1505
|
+
}
|
1506
|
+
}
|
1507
|
+
},
|
1479
1508
|
"StartFileTransfer": {
|
1480
1509
|
"input": {
|
1481
1510
|
"type": "structure",
|
@@ -1485,10 +1514,10 @@
|
|
1485
1514
|
"members": {
|
1486
1515
|
"ConnectorId": {},
|
1487
1516
|
"SendFilePaths": {
|
1488
|
-
"shape": "
|
1517
|
+
"shape": "S7n"
|
1489
1518
|
},
|
1490
1519
|
"RetrieveFilePaths": {
|
1491
|
-
"shape": "
|
1520
|
+
"shape": "S7n"
|
1492
1521
|
},
|
1493
1522
|
"LocalDirectoryPath": {},
|
1494
1523
|
"RemoteDirectoryPath": {}
|
@@ -2200,7 +2229,7 @@
|
|
2200
2229
|
"type": "list",
|
2201
2230
|
"member": {}
|
2202
2231
|
},
|
2203
|
-
"
|
2232
|
+
"S7n": {
|
2204
2233
|
"type": "list",
|
2205
2234
|
"member": {}
|
2206
2235
|
}
|