cdk-lambda-subminute 2.0.436 → 2.0.437
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-agent-2023-06-05.min.json +98 -52
- package/node_modules/aws-sdk/apis/bedrock-agent-runtime-2023-07-26.min.json +197 -51
- 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/clients/all.d.ts +1 -0
- package/node_modules/aws-sdk/clients/all.js +2 -1
- package/node_modules/aws-sdk/clients/bedrockagent.d.ts +56 -0
- package/node_modules/aws-sdk/clients/bedrockagentruntime.d.ts +187 -4
- 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/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/dist/aws-sdk-core-react-native.js +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +291 -247
- package/node_modules/aws-sdk/dist/aws-sdk.js +6 -3
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +6 -6
- 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
|
}
|
@@ -379,3 +379,4 @@ export import TimestreamInfluxDB = require('./timestreaminfluxdb');
|
|
379
379
|
export import CodeConnections = require('./codeconnections');
|
380
380
|
export import Deadline = require('./deadline');
|
381
381
|
export import ControlCatalog = require('./controlcatalog');
|
382
|
+
export import Route53Profiles = require('./route53profiles');
|
@@ -380,5 +380,6 @@ module.exports = {
|
|
380
380
|
TimestreamInfluxDB: require('./timestreaminfluxdb'),
|
381
381
|
CodeConnections: require('./codeconnections'),
|
382
382
|
Deadline: require('./deadline'),
|
383
|
-
ControlCatalog: require('./controlcatalog')
|
383
|
+
ControlCatalog: require('./controlcatalog'),
|
384
|
+
Route53Profiles: require('./route53profiles')
|
384
385
|
};
|
@@ -344,6 +344,10 @@ declare namespace BedrockAgent {
|
|
344
344
|
s3?: S3Identifier;
|
345
345
|
}
|
346
346
|
export interface ActionGroupExecutor {
|
347
|
+
/**
|
348
|
+
* To return the action group invocation results directly in the InvokeAgent response, specify RETURN_CONTROL.
|
349
|
+
*/
|
350
|
+
customControl?: CustomControlMethod;
|
347
351
|
/**
|
348
352
|
* The Amazon Resource Name (ARN) of the Lambda function containing the business logic that is carried out upon invoking the action.
|
349
353
|
*/
|
@@ -489,6 +493,10 @@ declare namespace BedrockAgent {
|
|
489
493
|
* The description of the action group.
|
490
494
|
*/
|
491
495
|
description?: Description;
|
496
|
+
/**
|
497
|
+
* Defines functions that each define parameters that the agent needs to invoke from the user. Each function represents an action in an action group.
|
498
|
+
*/
|
499
|
+
functionSchema?: FunctionSchema;
|
492
500
|
/**
|
493
501
|
* If this field is set as AMAZON.UserInput, the agent can request the user for additional information when trying to complete a task. The description, apiSchema, and actionGroupExecutor fields must be blank for this action group. During orchestration, if the agent determines that it needs to invoke an API in an action group, but doesn't have enough information to complete the API request, it will invoke this action group instead and return an Observation reprompting the user for more information.
|
494
502
|
*/
|
@@ -849,6 +857,10 @@ declare namespace BedrockAgent {
|
|
849
857
|
* A description of the action group.
|
850
858
|
*/
|
851
859
|
description?: Description;
|
860
|
+
/**
|
861
|
+
* Contains details about the function schema for the action group or the JSON or YAML-formatted payload defining the schema.
|
862
|
+
*/
|
863
|
+
functionSchema?: FunctionSchema;
|
852
864
|
/**
|
853
865
|
* To allow your agent to request the user for additional information when trying to complete a task, set this field to AMAZON.UserInput. You must leave the description, apiSchema, and actionGroupExecutor fields blank for this action group. During orchestration, if your agent determines that it needs to invoke an API in an action group, but doesn't have enough information to complete the API request, it will invoke this action group instead and return an Observation reprompting the user for more information.
|
854
866
|
*/
|
@@ -1013,6 +1025,7 @@ declare namespace BedrockAgent {
|
|
1013
1025
|
knowledgeBase: KnowledgeBase;
|
1014
1026
|
}
|
1015
1027
|
export type CreationMode = "DEFAULT"|"OVERRIDDEN"|string;
|
1028
|
+
export type CustomControlMethod = "RETURN_CONTROL"|string;
|
1016
1029
|
export interface DataSource {
|
1017
1030
|
/**
|
1018
1031
|
* The time at which the data source was created.
|
@@ -1260,6 +1273,28 @@ declare namespace BedrockAgent {
|
|
1260
1273
|
}
|
1261
1274
|
export type FixedSizeChunkingConfigurationMaxTokensInteger = number;
|
1262
1275
|
export type FixedSizeChunkingConfigurationOverlapPercentageInteger = number;
|
1276
|
+
export interface Function {
|
1277
|
+
/**
|
1278
|
+
* A description of the function and its purpose.
|
1279
|
+
*/
|
1280
|
+
description?: FunctionDescription;
|
1281
|
+
/**
|
1282
|
+
* A name for the function.
|
1283
|
+
*/
|
1284
|
+
name: Name;
|
1285
|
+
/**
|
1286
|
+
* The parameters that the agent elicits from the user to fulfill the function.
|
1287
|
+
*/
|
1288
|
+
parameters?: ParameterMap;
|
1289
|
+
}
|
1290
|
+
export type FunctionDescription = string;
|
1291
|
+
export interface FunctionSchema {
|
1292
|
+
/**
|
1293
|
+
* A list of functions that each define an action in the action group.
|
1294
|
+
*/
|
1295
|
+
functions?: Functions;
|
1296
|
+
}
|
1297
|
+
export type Functions = Function[];
|
1263
1298
|
export interface GetAgentActionGroupRequest {
|
1264
1299
|
/**
|
1265
1300
|
* The unique identifier of the action group for which to get information.
|
@@ -1889,6 +1924,22 @@ declare namespace BedrockAgent {
|
|
1889
1924
|
vectorField: FieldName;
|
1890
1925
|
}
|
1891
1926
|
export type OpenSearchServerlessIndexName = string;
|
1927
|
+
export type ParameterDescription = string;
|
1928
|
+
export interface ParameterDetail {
|
1929
|
+
/**
|
1930
|
+
* A description of the parameter. Helps the foundation model determine how to elicit the parameters from the user.
|
1931
|
+
*/
|
1932
|
+
description?: ParameterDescription;
|
1933
|
+
/**
|
1934
|
+
* Whether the parameter is required for the agent to complete the function for action group invocation.
|
1935
|
+
*/
|
1936
|
+
required?: Boolean;
|
1937
|
+
/**
|
1938
|
+
* The data type of the parameter.
|
1939
|
+
*/
|
1940
|
+
type: Type;
|
1941
|
+
}
|
1942
|
+
export type ParameterMap = {[key: string]: ParameterDetail};
|
1892
1943
|
export type Payload = string;
|
1893
1944
|
export interface PineconeConfiguration {
|
1894
1945
|
/**
|
@@ -2165,6 +2216,7 @@ declare namespace BedrockAgent {
|
|
2165
2216
|
export type Temperature = number;
|
2166
2217
|
export type TopK = number;
|
2167
2218
|
export type TopP = number;
|
2219
|
+
export type Type = "string"|"number"|"integer"|"boolean"|"array"|string;
|
2168
2220
|
export interface UntagResourceRequest {
|
2169
2221
|
/**
|
2170
2222
|
* The Amazon Resource Name (ARN) of the resource from which to remove tags.
|
@@ -2210,6 +2262,10 @@ declare namespace BedrockAgent {
|
|
2210
2262
|
* Specifies a new name for the action group.
|
2211
2263
|
*/
|
2212
2264
|
description?: Description;
|
2265
|
+
/**
|
2266
|
+
* Contains details about the function schema for the action group or the JSON or YAML-formatted payload defining the schema.
|
2267
|
+
*/
|
2268
|
+
functionSchema?: FunctionSchema;
|
2213
2269
|
/**
|
2214
2270
|
* To allow your agent to request the user for additional information when trying to complete a task, set this field to AMAZON.UserInput. You must leave the description, apiSchema, and actionGroupExecutor fields blank for this action group. During orchestration, if your agent determines that it needs to invoke an API in an action group, but doesn't have enough information to complete the API request, it will invoke this action group instead and return an Observation reprompting the user for more information.
|
2215
2271
|
*/
|