aws-sdk 2.1623.0 → 2.1625.0
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/README.md +1 -1
- package/apis/bedrock-agent-2023-06-05.min.json +115 -90
- package/apis/bedrock-agent-runtime-2023-07-26.min.json +168 -43
- package/apis/cloudfront-2020-05-31.min.json +3 -0
- package/apis/controltower-2018-05-10.min.json +97 -4
- package/apis/controltower-2018-05-10.paginators.json +6 -0
- package/apis/glue-2017-03-31.min.json +350 -343
- package/apis/lightsail-2016-11-28.min.json +7 -1
- package/apis/mailmanager-2023-10-17.examples.json +5 -0
- package/apis/mailmanager-2023-10-17.min.json +1836 -0
- package/apis/mailmanager-2023-10-17.paginators.json +58 -0
- package/apis/metadata.json +3 -0
- package/apis/osis-2022-01-01.min.json +70 -26
- package/apis/pi-2018-02-27.min.json +24 -17
- package/apis/rds-2014-10-31.min.json +21 -9
- package/clients/all.d.ts +1 -0
- package/clients/all.js +2 -1
- package/clients/bedrockagent.d.ts +38 -2
- package/clients/bedrockagentruntime.d.ts +173 -0
- package/clients/controltower.d.ts +158 -22
- package/clients/glue.d.ts +20 -3
- package/clients/lightsail.d.ts +29 -25
- package/clients/mailmanager.d.ts +2320 -0
- package/clients/mailmanager.js +18 -0
- package/clients/osis.d.ts +80 -5
- package/clients/pi.d.ts +15 -8
- package/clients/rds.d.ts +58 -10
- package/clients/secretsmanager.d.ts +3 -3
- package/clients/storagegateway.d.ts +7 -7
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +51 -14
- package/dist/aws-sdk.js +30 -12
- package/dist/aws-sdk.min.js +40 -40
- package/lib/config_service_placeholders.d.ts +2 -0
- package/lib/core.js +1 -1
- package/package.json +1 -1
@@ -0,0 +1,58 @@
|
|
1
|
+
{
|
2
|
+
"pagination": {
|
3
|
+
"ListAddonInstances": {
|
4
|
+
"input_token": "NextToken",
|
5
|
+
"output_token": "NextToken",
|
6
|
+
"limit_key": "PageSize",
|
7
|
+
"result_key": "AddonInstances"
|
8
|
+
},
|
9
|
+
"ListAddonSubscriptions": {
|
10
|
+
"input_token": "NextToken",
|
11
|
+
"output_token": "NextToken",
|
12
|
+
"limit_key": "PageSize",
|
13
|
+
"result_key": "AddonSubscriptions"
|
14
|
+
},
|
15
|
+
"ListArchiveExports": {
|
16
|
+
"input_token": "NextToken",
|
17
|
+
"output_token": "NextToken",
|
18
|
+
"limit_key": "PageSize",
|
19
|
+
"result_key": "Exports"
|
20
|
+
},
|
21
|
+
"ListArchiveSearches": {
|
22
|
+
"input_token": "NextToken",
|
23
|
+
"output_token": "NextToken",
|
24
|
+
"limit_key": "PageSize",
|
25
|
+
"result_key": "Searches"
|
26
|
+
},
|
27
|
+
"ListArchives": {
|
28
|
+
"input_token": "NextToken",
|
29
|
+
"output_token": "NextToken",
|
30
|
+
"limit_key": "PageSize",
|
31
|
+
"result_key": "Archives"
|
32
|
+
},
|
33
|
+
"ListIngressPoints": {
|
34
|
+
"input_token": "NextToken",
|
35
|
+
"output_token": "NextToken",
|
36
|
+
"limit_key": "PageSize",
|
37
|
+
"result_key": "IngressPoints"
|
38
|
+
},
|
39
|
+
"ListRelays": {
|
40
|
+
"input_token": "NextToken",
|
41
|
+
"output_token": "NextToken",
|
42
|
+
"limit_key": "PageSize",
|
43
|
+
"result_key": "Relays"
|
44
|
+
},
|
45
|
+
"ListRuleSets": {
|
46
|
+
"input_token": "NextToken",
|
47
|
+
"output_token": "NextToken",
|
48
|
+
"limit_key": "PageSize",
|
49
|
+
"result_key": "RuleSets"
|
50
|
+
},
|
51
|
+
"ListTrafficPolicies": {
|
52
|
+
"input_token": "NextToken",
|
53
|
+
"output_token": "NextToken",
|
54
|
+
"limit_key": "PageSize",
|
55
|
+
"result_key": "TrafficPolicies"
|
56
|
+
}
|
57
|
+
}
|
58
|
+
}
|
package/apis/metadata.json
CHANGED
@@ -4,6 +4,9 @@
|
|
4
4
|
"apiVersion": "2022-01-01",
|
5
5
|
"endpointPrefix": "osis",
|
6
6
|
"protocol": "rest-json",
|
7
|
+
"protocols": [
|
8
|
+
"rest-json"
|
9
|
+
],
|
7
10
|
"serviceFullName": "Amazon OpenSearch Ingestion",
|
8
11
|
"serviceId": "OSIS",
|
9
12
|
"signatureVersion": "v4",
|
@@ -38,13 +41,13 @@
|
|
38
41
|
"shape": "S9"
|
39
42
|
},
|
40
43
|
"BufferOptions": {
|
41
|
-
"shape": "
|
44
|
+
"shape": "Sg"
|
42
45
|
},
|
43
46
|
"EncryptionAtRestOptions": {
|
44
|
-
"shape": "
|
47
|
+
"shape": "Sh"
|
45
48
|
},
|
46
49
|
"Tags": {
|
47
|
-
"shape": "
|
50
|
+
"shape": "Sj"
|
48
51
|
}
|
49
52
|
}
|
50
53
|
},
|
@@ -52,7 +55,7 @@
|
|
52
55
|
"type": "structure",
|
53
56
|
"members": {
|
54
57
|
"Pipeline": {
|
55
|
-
"shape": "
|
58
|
+
"shape": "So"
|
56
59
|
}
|
57
60
|
}
|
58
61
|
}
|
@@ -100,7 +103,7 @@
|
|
100
103
|
"type": "structure",
|
101
104
|
"members": {
|
102
105
|
"Pipeline": {
|
103
|
-
"shape": "
|
106
|
+
"shape": "So"
|
104
107
|
}
|
105
108
|
}
|
106
109
|
}
|
@@ -119,6 +122,10 @@
|
|
119
122
|
"BlueprintName": {
|
120
123
|
"location": "uri",
|
121
124
|
"locationName": "BlueprintName"
|
125
|
+
},
|
126
|
+
"Format": {
|
127
|
+
"location": "querystring",
|
128
|
+
"locationName": "format"
|
122
129
|
}
|
123
130
|
}
|
124
131
|
},
|
@@ -129,9 +136,14 @@
|
|
129
136
|
"type": "structure",
|
130
137
|
"members": {
|
131
138
|
"BlueprintName": {},
|
132
|
-
"PipelineConfigurationBody": {}
|
139
|
+
"PipelineConfigurationBody": {},
|
140
|
+
"DisplayName": {},
|
141
|
+
"DisplayDescription": {},
|
142
|
+
"Service": {},
|
143
|
+
"UseCase": {}
|
133
144
|
}
|
134
|
-
}
|
145
|
+
},
|
146
|
+
"Format": {}
|
135
147
|
}
|
136
148
|
}
|
137
149
|
},
|
@@ -203,7 +215,11 @@
|
|
203
215
|
"member": {
|
204
216
|
"type": "structure",
|
205
217
|
"members": {
|
206
|
-
"BlueprintName": {}
|
218
|
+
"BlueprintName": {},
|
219
|
+
"DisplayName": {},
|
220
|
+
"DisplayDescription": {},
|
221
|
+
"Service": {},
|
222
|
+
"UseCase": {}
|
207
223
|
}
|
208
224
|
}
|
209
225
|
}
|
@@ -240,7 +256,7 @@
|
|
240
256
|
"members": {
|
241
257
|
"Status": {},
|
242
258
|
"StatusReason": {
|
243
|
-
"shape": "
|
259
|
+
"shape": "Ss"
|
244
260
|
},
|
245
261
|
"PipelineName": {},
|
246
262
|
"PipelineArn": {},
|
@@ -256,8 +272,11 @@
|
|
256
272
|
"LastUpdatedAt": {
|
257
273
|
"type": "timestamp"
|
258
274
|
},
|
275
|
+
"Destinations": {
|
276
|
+
"shape": "S10"
|
277
|
+
},
|
259
278
|
"Tags": {
|
260
|
-
"shape": "
|
279
|
+
"shape": "Sj"
|
261
280
|
}
|
262
281
|
}
|
263
282
|
}
|
@@ -286,7 +305,7 @@
|
|
286
305
|
"type": "structure",
|
287
306
|
"members": {
|
288
307
|
"Tags": {
|
289
|
-
"shape": "
|
308
|
+
"shape": "Sj"
|
290
309
|
}
|
291
310
|
}
|
292
311
|
}
|
@@ -312,7 +331,7 @@
|
|
312
331
|
"type": "structure",
|
313
332
|
"members": {
|
314
333
|
"Pipeline": {
|
315
|
-
"shape": "
|
334
|
+
"shape": "So"
|
316
335
|
}
|
317
336
|
}
|
318
337
|
}
|
@@ -338,7 +357,7 @@
|
|
338
357
|
"type": "structure",
|
339
358
|
"members": {
|
340
359
|
"Pipeline": {
|
341
|
-
"shape": "
|
360
|
+
"shape": "So"
|
342
361
|
}
|
343
362
|
}
|
344
363
|
}
|
@@ -359,7 +378,7 @@
|
|
359
378
|
"locationName": "arn"
|
360
379
|
},
|
361
380
|
"Tags": {
|
362
|
-
"shape": "
|
381
|
+
"shape": "Sj"
|
363
382
|
}
|
364
383
|
}
|
365
384
|
},
|
@@ -420,10 +439,10 @@
|
|
420
439
|
"shape": "S5"
|
421
440
|
},
|
422
441
|
"BufferOptions": {
|
423
|
-
"shape": "
|
442
|
+
"shape": "Sg"
|
424
443
|
},
|
425
444
|
"EncryptionAtRestOptions": {
|
426
|
-
"shape": "
|
445
|
+
"shape": "Sh"
|
427
446
|
}
|
428
447
|
}
|
429
448
|
},
|
@@ -431,7 +450,7 @@
|
|
431
450
|
"type": "structure",
|
432
451
|
"members": {
|
433
452
|
"Pipeline": {
|
434
|
-
"shape": "
|
453
|
+
"shape": "So"
|
435
454
|
}
|
436
455
|
}
|
437
456
|
}
|
@@ -499,10 +518,22 @@
|
|
499
518
|
"SecurityGroupIds": {
|
500
519
|
"type": "list",
|
501
520
|
"member": {}
|
521
|
+
},
|
522
|
+
"VpcAttachmentOptions": {
|
523
|
+
"type": "structure",
|
524
|
+
"required": [
|
525
|
+
"AttachToVpc"
|
526
|
+
],
|
527
|
+
"members": {
|
528
|
+
"AttachToVpc": {
|
529
|
+
"type": "boolean"
|
530
|
+
},
|
531
|
+
"CidrBlock": {}
|
532
|
+
}
|
502
533
|
}
|
503
534
|
}
|
504
535
|
},
|
505
|
-
"
|
536
|
+
"Sg": {
|
506
537
|
"type": "structure",
|
507
538
|
"required": [
|
508
539
|
"PersistentBufferEnabled"
|
@@ -513,7 +544,7 @@
|
|
513
544
|
}
|
514
545
|
}
|
515
546
|
},
|
516
|
-
"
|
547
|
+
"Sh": {
|
517
548
|
"type": "structure",
|
518
549
|
"required": [
|
519
550
|
"KmsKeyArn"
|
@@ -522,7 +553,7 @@
|
|
522
553
|
"KmsKeyArn": {}
|
523
554
|
}
|
524
555
|
},
|
525
|
-
"
|
556
|
+
"Sj": {
|
526
557
|
"type": "list",
|
527
558
|
"member": {
|
528
559
|
"type": "structure",
|
@@ -536,7 +567,7 @@
|
|
536
567
|
}
|
537
568
|
}
|
538
569
|
},
|
539
|
-
"
|
570
|
+
"So": {
|
540
571
|
"type": "structure",
|
541
572
|
"members": {
|
542
573
|
"PipelineName": {},
|
@@ -549,7 +580,7 @@
|
|
549
580
|
},
|
550
581
|
"Status": {},
|
551
582
|
"StatusReason": {
|
552
|
-
"shape": "
|
583
|
+
"shape": "Ss"
|
553
584
|
},
|
554
585
|
"PipelineConfigurationBody": {},
|
555
586
|
"CreatedAt": {
|
@@ -579,10 +610,10 @@
|
|
579
610
|
}
|
580
611
|
},
|
581
612
|
"BufferOptions": {
|
582
|
-
"shape": "
|
613
|
+
"shape": "Sg"
|
583
614
|
},
|
584
615
|
"EncryptionAtRestOptions": {
|
585
|
-
"shape": "
|
616
|
+
"shape": "Sh"
|
586
617
|
},
|
587
618
|
"ServiceVpcEndpoints": {
|
588
619
|
"type": "list",
|
@@ -594,16 +625,29 @@
|
|
594
625
|
}
|
595
626
|
}
|
596
627
|
},
|
628
|
+
"Destinations": {
|
629
|
+
"shape": "S10"
|
630
|
+
},
|
597
631
|
"Tags": {
|
598
|
-
"shape": "
|
632
|
+
"shape": "Sj"
|
599
633
|
}
|
600
634
|
}
|
601
635
|
},
|
602
|
-
"
|
636
|
+
"Ss": {
|
603
637
|
"type": "structure",
|
604
638
|
"members": {
|
605
639
|
"Description": {}
|
606
640
|
}
|
641
|
+
},
|
642
|
+
"S10": {
|
643
|
+
"type": "list",
|
644
|
+
"member": {
|
645
|
+
"type": "structure",
|
646
|
+
"members": {
|
647
|
+
"ServiceName": {},
|
648
|
+
"Endpoint": {}
|
649
|
+
}
|
650
|
+
}
|
607
651
|
}
|
608
652
|
}
|
609
653
|
}
|
@@ -5,6 +5,9 @@
|
|
5
5
|
"endpointPrefix": "pi",
|
6
6
|
"jsonVersion": "1.1",
|
7
7
|
"protocol": "json",
|
8
|
+
"protocols": [
|
9
|
+
"json"
|
10
|
+
],
|
8
11
|
"serviceAbbreviation": "AWS PI",
|
9
12
|
"serviceFullName": "AWS Performance Insights",
|
10
13
|
"serviceId": "PI",
|
@@ -98,7 +101,7 @@
|
|
98
101
|
"shape": "Sg"
|
99
102
|
},
|
100
103
|
"Filter": {
|
101
|
-
"shape": "
|
104
|
+
"shape": "Sl"
|
102
105
|
},
|
103
106
|
"MaxResults": {
|
104
107
|
"type": "integer"
|
@@ -124,7 +127,7 @@
|
|
124
127
|
],
|
125
128
|
"members": {
|
126
129
|
"Dimensions": {
|
127
|
-
"shape": "
|
130
|
+
"shape": "Sr"
|
128
131
|
}
|
129
132
|
}
|
130
133
|
}
|
@@ -135,7 +138,7 @@
|
|
135
138
|
"type": "structure",
|
136
139
|
"members": {
|
137
140
|
"Dimensions": {
|
138
|
-
"shape": "
|
141
|
+
"shape": "Sr"
|
139
142
|
},
|
140
143
|
"Total": {
|
141
144
|
"type": "double"
|
@@ -236,7 +239,7 @@
|
|
236
239
|
},
|
237
240
|
"Status": {},
|
238
241
|
"Insights": {
|
239
|
-
"shape": "
|
242
|
+
"shape": "S1a"
|
240
243
|
}
|
241
244
|
}
|
242
245
|
}
|
@@ -298,7 +301,7 @@
|
|
298
301
|
"shape": "Sg"
|
299
302
|
},
|
300
303
|
"Filter": {
|
301
|
-
"shape": "
|
304
|
+
"shape": "Sl"
|
302
305
|
}
|
303
306
|
}
|
304
307
|
}
|
@@ -342,7 +345,7 @@
|
|
342
345
|
"members": {
|
343
346
|
"Metric": {},
|
344
347
|
"Dimensions": {
|
345
|
-
"shape": "
|
348
|
+
"shape": "Sr"
|
346
349
|
}
|
347
350
|
}
|
348
351
|
},
|
@@ -389,7 +392,11 @@
|
|
389
392
|
"MaxResults": {
|
390
393
|
"type": "integer"
|
391
394
|
},
|
392
|
-
"NextToken": {}
|
395
|
+
"NextToken": {},
|
396
|
+
"AuthorizedActions": {
|
397
|
+
"type": "list",
|
398
|
+
"member": {}
|
399
|
+
}
|
393
400
|
}
|
394
401
|
},
|
395
402
|
"output": {
|
@@ -609,17 +616,17 @@
|
|
609
616
|
}
|
610
617
|
}
|
611
618
|
},
|
612
|
-
"
|
619
|
+
"Sl": {
|
613
620
|
"type": "map",
|
614
621
|
"key": {},
|
615
622
|
"value": {}
|
616
623
|
},
|
617
|
-
"
|
624
|
+
"Sr": {
|
618
625
|
"type": "map",
|
619
626
|
"key": {},
|
620
627
|
"value": {}
|
621
628
|
},
|
622
|
-
"
|
629
|
+
"S1a": {
|
623
630
|
"type": "list",
|
624
631
|
"member": {
|
625
632
|
"type": "structure",
|
@@ -638,10 +645,10 @@
|
|
638
645
|
},
|
639
646
|
"Severity": {},
|
640
647
|
"SupportingInsights": {
|
641
|
-
"shape": "
|
648
|
+
"shape": "S1a"
|
642
649
|
},
|
643
650
|
"Description": {
|
644
|
-
"shape": "
|
651
|
+
"shape": "S1e"
|
645
652
|
},
|
646
653
|
"Recommendations": {
|
647
654
|
"type": "list",
|
@@ -650,25 +657,25 @@
|
|
650
657
|
"members": {
|
651
658
|
"RecommendationId": {},
|
652
659
|
"RecommendationDescription": {
|
653
|
-
"shape": "
|
660
|
+
"shape": "S1e"
|
654
661
|
}
|
655
662
|
}
|
656
663
|
}
|
657
664
|
},
|
658
665
|
"InsightData": {
|
659
|
-
"shape": "
|
666
|
+
"shape": "S1h"
|
660
667
|
},
|
661
668
|
"BaselineData": {
|
662
|
-
"shape": "
|
669
|
+
"shape": "S1h"
|
663
670
|
}
|
664
671
|
}
|
665
672
|
}
|
666
673
|
},
|
667
|
-
"
|
674
|
+
"S1e": {
|
668
675
|
"type": "string",
|
669
676
|
"sensitive": true
|
670
677
|
},
|
671
|
-
"
|
678
|
+
"S1h": {
|
672
679
|
"type": "list",
|
673
680
|
"member": {
|
674
681
|
"type": "structure",
|
@@ -492,6 +492,7 @@
|
|
492
492
|
"type": "boolean"
|
493
493
|
},
|
494
494
|
"CACertificateIdentifier": {},
|
495
|
+
"EngineLifecycleSupport": {},
|
495
496
|
"SourceRegion": {}
|
496
497
|
}
|
497
498
|
},
|
@@ -709,7 +710,8 @@
|
|
709
710
|
},
|
710
711
|
"MultiTenant": {
|
711
712
|
"type": "boolean"
|
712
|
-
}
|
713
|
+
},
|
714
|
+
"EngineLifecycleSupport": {}
|
713
715
|
}
|
714
716
|
},
|
715
717
|
"output": {
|
@@ -1089,6 +1091,7 @@
|
|
1089
1091
|
"SourceDBClusterIdentifier": {},
|
1090
1092
|
"Engine": {},
|
1091
1093
|
"EngineVersion": {},
|
1094
|
+
"EngineLifecycleSupport": {},
|
1092
1095
|
"DeletionProtection": {
|
1093
1096
|
"type": "boolean"
|
1094
1097
|
},
|
@@ -4612,7 +4615,8 @@
|
|
4612
4615
|
"type": "boolean"
|
4613
4616
|
},
|
4614
4617
|
"MasterUserSecretKmsKeyId": {},
|
4615
|
-
"StorageType": {}
|
4618
|
+
"StorageType": {},
|
4619
|
+
"EngineLifecycleSupport": {}
|
4616
4620
|
}
|
4617
4621
|
},
|
4618
4622
|
"output": {
|
@@ -4690,7 +4694,8 @@
|
|
4690
4694
|
"NetworkType": {},
|
4691
4695
|
"RdsCustomClusterConfiguration": {
|
4692
4696
|
"shape": "S2w"
|
4693
|
-
}
|
4697
|
+
},
|
4698
|
+
"EngineLifecycleSupport": {}
|
4694
4699
|
}
|
4695
4700
|
},
|
4696
4701
|
"output": {
|
@@ -4768,7 +4773,8 @@
|
|
4768
4773
|
"SourceDbClusterResourceId": {},
|
4769
4774
|
"RdsCustomClusterConfiguration": {
|
4770
4775
|
"shape": "S2w"
|
4771
|
-
}
|
4776
|
+
},
|
4777
|
+
"EngineLifecycleSupport": {}
|
4772
4778
|
}
|
4773
4779
|
},
|
4774
4780
|
"output": {
|
@@ -4864,7 +4870,8 @@
|
|
4864
4870
|
"DedicatedLogVolume": {
|
4865
4871
|
"type": "boolean"
|
4866
4872
|
},
|
4867
|
-
"CACertificateIdentifier": {}
|
4873
|
+
"CACertificateIdentifier": {},
|
4874
|
+
"EngineLifecycleSupport": {}
|
4868
4875
|
}
|
4869
4876
|
},
|
4870
4877
|
"output": {
|
@@ -4987,7 +4994,8 @@
|
|
4987
4994
|
"DedicatedLogVolume": {
|
4988
4995
|
"type": "boolean"
|
4989
4996
|
},
|
4990
|
-
"CACertificateIdentifier": {}
|
4997
|
+
"CACertificateIdentifier": {},
|
4998
|
+
"EngineLifecycleSupport": {}
|
4991
4999
|
}
|
4992
5000
|
},
|
4993
5001
|
"output": {
|
@@ -5093,7 +5101,8 @@
|
|
5093
5101
|
"DedicatedLogVolume": {
|
5094
5102
|
"type": "boolean"
|
5095
5103
|
},
|
5096
|
-
"CACertificateIdentifier": {}
|
5104
|
+
"CACertificateIdentifier": {},
|
5105
|
+
"EngineLifecycleSupport": {}
|
5097
5106
|
}
|
5098
5107
|
},
|
5099
5108
|
"output": {
|
@@ -6343,7 +6352,8 @@
|
|
6343
6352
|
},
|
6344
6353
|
"CertificateDetails": {
|
6345
6354
|
"shape": "S3j"
|
6346
|
-
}
|
6355
|
+
},
|
6356
|
+
"EngineLifecycleSupport": {}
|
6347
6357
|
},
|
6348
6358
|
"wrapper": true
|
6349
6359
|
},
|
@@ -6686,7 +6696,8 @@
|
|
6686
6696
|
},
|
6687
6697
|
"MultiTenant": {
|
6688
6698
|
"type": "boolean"
|
6689
|
-
}
|
6699
|
+
},
|
6700
|
+
"EngineLifecycleSupport": {}
|
6690
6701
|
},
|
6691
6702
|
"wrapper": true
|
6692
6703
|
},
|
@@ -6870,6 +6881,7 @@
|
|
6870
6881
|
"Status": {},
|
6871
6882
|
"Engine": {},
|
6872
6883
|
"EngineVersion": {},
|
6884
|
+
"EngineLifecycleSupport": {},
|
6873
6885
|
"DatabaseName": {},
|
6874
6886
|
"StorageEncrypted": {
|
6875
6887
|
"type": "boolean"
|
package/clients/all.d.ts
CHANGED
@@ -378,3 +378,4 @@ export import CodeConnections = require('./codeconnections');
|
|
378
378
|
export import Deadline = require('./deadline');
|
379
379
|
export import ControlCatalog = require('./controlcatalog');
|
380
380
|
export import Route53Profiles = require('./route53profiles');
|
381
|
+
export import MailManager = require('./mailmanager');
|
package/clients/all.js
CHANGED
@@ -379,5 +379,6 @@ module.exports = {
|
|
379
379
|
CodeConnections: require('./codeconnections'),
|
380
380
|
Deadline: require('./deadline'),
|
381
381
|
ControlCatalog: require('./controlcatalog'),
|
382
|
-
Route53Profiles: require('./route53profiles')
|
382
|
+
Route53Profiles: require('./route53profiles'),
|
383
|
+
MailManager: require('./mailmanager')
|
383
384
|
};
|
@@ -427,6 +427,10 @@ declare namespace BedrockAgent {
|
|
427
427
|
* The foundation model used for orchestration by the agent.
|
428
428
|
*/
|
429
429
|
foundationModel?: ModelIdentifier;
|
430
|
+
/**
|
431
|
+
* The guardrails configuration assigned to the agent.
|
432
|
+
*/
|
433
|
+
guardrailConfiguration?: GuardrailConfiguration;
|
430
434
|
/**
|
431
435
|
* The number of seconds for which Amazon Bedrock keeps information about a user's conversation with the agent. A user interaction remains active for the amount of time specified. If no conversation occurs during this time, the session expires and Amazon Bedrock deletes any data provided before the timeout.
|
432
436
|
*/
|
@@ -686,6 +690,10 @@ declare namespace BedrockAgent {
|
|
686
690
|
* The description of the agent.
|
687
691
|
*/
|
688
692
|
description?: Description;
|
693
|
+
/**
|
694
|
+
* The details of the guardrails configuration in the agent summary.
|
695
|
+
*/
|
696
|
+
guardrailConfiguration?: GuardrailConfiguration;
|
689
697
|
/**
|
690
698
|
* The latest version of the agent.
|
691
699
|
*/
|
@@ -736,6 +744,10 @@ declare namespace BedrockAgent {
|
|
736
744
|
* The foundation model that the version invokes.
|
737
745
|
*/
|
738
746
|
foundationModel?: ModelIdentifier;
|
747
|
+
/**
|
748
|
+
* The guardrails configuration assigned to the agent version.
|
749
|
+
*/
|
750
|
+
guardrailConfiguration?: GuardrailConfiguration;
|
739
751
|
/**
|
740
752
|
* The number of seconds for which Amazon Bedrock keeps information about a user's conversation with the agent. A user interaction remains active for the amount of time specified. If no conversation occurs during this time, the session expires and Amazon Bedrock deletes any data provided before the timeout.
|
741
753
|
*/
|
@@ -783,6 +795,10 @@ declare namespace BedrockAgent {
|
|
783
795
|
* The description of the version of the agent.
|
784
796
|
*/
|
785
797
|
description?: Description;
|
798
|
+
/**
|
799
|
+
* The details of the guardrails configuration in the agent version summary.
|
800
|
+
*/
|
801
|
+
guardrailConfiguration?: GuardrailConfiguration;
|
786
802
|
/**
|
787
803
|
* The time at which the version was last updated.
|
788
804
|
*/
|
@@ -938,6 +954,10 @@ declare namespace BedrockAgent {
|
|
938
954
|
* The foundation model to be used for orchestration by the agent you create.
|
939
955
|
*/
|
940
956
|
foundationModel?: ModelIdentifier;
|
957
|
+
/**
|
958
|
+
* The unique Guardrail configuration assigned to the agent when it is created.
|
959
|
+
*/
|
960
|
+
guardrailConfiguration?: GuardrailConfiguration;
|
941
961
|
/**
|
942
962
|
* The number of seconds for which Amazon Bedrock keeps information about a user's conversation with the agent. A user interaction remains active for the amount of time specified. If no conversation occurs during this time, the session expires and Amazon Bedrock deletes any data provided before the timeout.
|
943
963
|
*/
|
@@ -1449,6 +1469,18 @@ declare namespace BedrockAgent {
|
|
1449
1469
|
*/
|
1450
1470
|
knowledgeBase: KnowledgeBase;
|
1451
1471
|
}
|
1472
|
+
export interface GuardrailConfiguration {
|
1473
|
+
/**
|
1474
|
+
* The guardrails identifier assigned to the guardrails configuration.
|
1475
|
+
*/
|
1476
|
+
guardrailIdentifier?: GuardrailIdentifier;
|
1477
|
+
/**
|
1478
|
+
* The guardrails version assigned to the guardrails configuration.
|
1479
|
+
*/
|
1480
|
+
guardrailVersion?: GuardrailVersion;
|
1481
|
+
}
|
1482
|
+
export type GuardrailIdentifier = string;
|
1483
|
+
export type GuardrailVersion = string;
|
1452
1484
|
export type Id = string;
|
1453
1485
|
export interface InferenceConfiguration {
|
1454
1486
|
/**
|
@@ -2069,7 +2101,7 @@ declare namespace BedrockAgent {
|
|
2069
2101
|
export type PrimitiveLong = number;
|
2070
2102
|
export interface PromptConfiguration {
|
2071
2103
|
/**
|
2072
|
-
* Defines the prompt template with which to replace the default prompt template. You can use placeholder variables in the base prompt template to customize the prompt. For more information, see Prompt template placeholder variables.
|
2104
|
+
* Defines the prompt template with which to replace the default prompt template. You can use placeholder variables in the base prompt template to customize the prompt. For more information, see Prompt template placeholder variables. For more information, see Configure the prompt templates.
|
2073
2105
|
*/
|
2074
2106
|
basePromptTemplate?: BasePromptTemplate;
|
2075
2107
|
/**
|
@@ -2096,7 +2128,7 @@ declare namespace BedrockAgent {
|
|
2096
2128
|
export type PromptConfigurations = PromptConfiguration[];
|
2097
2129
|
export interface PromptOverrideConfiguration {
|
2098
2130
|
/**
|
2099
|
-
* The ARN of the Lambda function to use when parsing the raw foundation model output in parts of the agent sequence. If you specify this field, at least one of the promptConfigurations must contain a parserMode value that is set to OVERRIDDEN.
|
2131
|
+
* The ARN of the Lambda function to use when parsing the raw foundation model output in parts of the agent sequence. If you specify this field, at least one of the promptConfigurations must contain a parserMode value that is set to OVERRIDDEN. For more information, see Parser Lambda function in Agents for Amazon Bedrock.
|
2100
2132
|
*/
|
2101
2133
|
overrideLambda?: LambdaArn;
|
2102
2134
|
/**
|
@@ -2438,6 +2470,10 @@ declare namespace BedrockAgent {
|
|
2438
2470
|
* Specifies a new foundation model to be used for orchestration by the agent.
|
2439
2471
|
*/
|
2440
2472
|
foundationModel: ModelIdentifier;
|
2473
|
+
/**
|
2474
|
+
* The unique Guardrail configuration assigned to the agent when it is updated.
|
2475
|
+
*/
|
2476
|
+
guardrailConfiguration?: GuardrailConfiguration;
|
2441
2477
|
/**
|
2442
2478
|
* The number of seconds for which Amazon Bedrock keeps information about a user's conversation with the agent. A user interaction remains active for the amount of time specified. If no conversation occurs during this time, the session expires and Amazon Bedrock deletes any data provided before the timeout.
|
2443
2479
|
*/
|