aws-sdk 2.1663.0 → 2.1665.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.
Files changed (51) hide show
  1. package/README.md +1 -1
  2. package/apis/application-signals-2024-04-15.min.json +15 -0
  3. package/apis/appstream-2016-12-01.min.json +7 -1
  4. package/apis/autoscaling-2011-01-01.min.json +33 -33
  5. package/apis/bedrock-runtime-2023-09-30.min.json +27 -5
  6. package/apis/codecommit-2015-04-13.min.json +7 -1
  7. package/apis/codepipeline-2015-07-09.min.json +442 -94
  8. package/apis/codepipeline-2015-07-09.paginators.json +6 -0
  9. package/apis/datazone-2018-05-10.min.json +68 -32
  10. package/apis/ecr-2015-09-21.examples.json +186 -0
  11. package/apis/ecr-2015-09-21.min.json +177 -20
  12. package/apis/ecr-2015-09-21.paginators.json +9 -0
  13. package/apis/eks-2017-11-01.min.json +81 -63
  14. package/apis/elasticloadbalancing-2012-06-01.min.json +7 -1
  15. package/apis/elasticloadbalancingv2-2015-12-01.examples.json +33 -0
  16. package/apis/elasticloadbalancingv2-2015-12-01.min.json +113 -73
  17. package/apis/eventbridge-2015-10-07.min.json +4 -1
  18. package/apis/logs-2014-03-28.min.json +7 -1
  19. package/apis/memorydb-2021-01-01.min.json +7 -1
  20. package/apis/models.lex.v2-2020-08-07.min.json +374 -346
  21. package/apis/network-firewall-2020-11-12.min.json +7 -1
  22. package/apis/outposts-2019-12-03.min.json +11 -2
  23. package/apis/rolesanywhere-2018-05-10.min.json +16 -1
  24. package/apis/states-2016-11-23.min.json +163 -128
  25. package/apis/tnb-2008-10-21.min.json +90 -23
  26. package/clients/applicationautoscaling.d.ts +1 -1
  27. package/clients/applicationsignals.d.ts +29 -20
  28. package/clients/appstream.d.ts +8 -8
  29. package/clients/autoscaling.d.ts +4 -3
  30. package/clients/bedrockruntime.d.ts +11 -8
  31. package/clients/codepipeline.d.ts +481 -1
  32. package/clients/datazone.d.ts +36 -0
  33. package/clients/ec2.d.ts +4 -4
  34. package/clients/ecr.d.ts +242 -8
  35. package/clients/eks.d.ts +27 -2
  36. package/clients/elasticache.d.ts +196 -196
  37. package/clients/elbv2.d.ts +54 -8
  38. package/clients/lexmodelsv2.d.ts +45 -5
  39. package/clients/memorydb.d.ts +7 -7
  40. package/clients/networkfirewall.d.ts +7 -7
  41. package/clients/outposts.d.ts +5 -0
  42. package/clients/rolesanywhere.d.ts +12 -0
  43. package/clients/stepfunctions.d.ts +67 -9
  44. package/clients/tnb.d.ts +95 -18
  45. package/clients/workspaces.d.ts +7 -7
  46. package/dist/aws-sdk-core-react-native.js +1 -1
  47. package/dist/aws-sdk-react-native.js +23 -23
  48. package/dist/aws-sdk.js +804 -226
  49. package/dist/aws-sdk.min.js +94 -93
  50. package/lib/core.js +1 -1
  51. package/package.json +1 -1
@@ -5,11 +5,17 @@
5
5
  "endpointPrefix": "tnb",
6
6
  "jsonVersion": "1.1",
7
7
  "protocol": "rest-json",
8
+ "protocols": [
9
+ "rest-json"
10
+ ],
8
11
  "serviceFullName": "AWS Telco Network Builder",
9
12
  "serviceId": "tnb",
10
13
  "signatureVersion": "v4",
11
14
  "signingName": "tnb",
12
- "uid": "tnb-2008-10-21"
15
+ "uid": "tnb-2008-10-21",
16
+ "auth": [
17
+ "aws.auth#sigv4"
18
+ ]
13
19
  },
14
20
  "operations": {
15
21
  "CancelSolNetworkOperation": {
@@ -521,8 +527,45 @@
521
527
  "createdAt": {
522
528
  "shape": "S15"
523
529
  },
530
+ "instantiateMetadata": {
531
+ "type": "structure",
532
+ "required": [
533
+ "nsdInfoId"
534
+ ],
535
+ "members": {
536
+ "additionalParamsForNs": {
537
+ "shape": "S1x"
538
+ },
539
+ "nsdInfoId": {}
540
+ }
541
+ },
524
542
  "lastModified": {
525
543
  "shape": "S15"
544
+ },
545
+ "modifyVnfInfoMetadata": {
546
+ "type": "structure",
547
+ "required": [
548
+ "vnfConfigurableProperties",
549
+ "vnfInstanceId"
550
+ ],
551
+ "members": {
552
+ "vnfConfigurableProperties": {
553
+ "shape": "S1x"
554
+ },
555
+ "vnfInstanceId": {}
556
+ }
557
+ },
558
+ "updateNsMetadata": {
559
+ "type": "structure",
560
+ "required": [
561
+ "nsdInfoId"
562
+ ],
563
+ "members": {
564
+ "additionalParamsForNs": {
565
+ "shape": "S1x"
566
+ },
567
+ "nsdInfoId": {}
568
+ }
526
569
  }
527
570
  }
528
571
  },
@@ -558,7 +601,8 @@
558
601
  "taskStatus": {}
559
602
  }
560
603
  }
561
- }
604
+ },
605
+ "updateType": {}
562
606
  }
563
607
  }
564
608
  },
@@ -611,7 +655,7 @@
611
655
  "shape": "S15"
612
656
  },
613
657
  "nsd": {
614
- "shape": "S27"
658
+ "shape": "S2c"
615
659
  }
616
660
  }
617
661
  },
@@ -625,7 +669,7 @@
625
669
  "shape": "S4"
626
670
  },
627
671
  "vnfPkgIds": {
628
- "shape": "S28"
672
+ "shape": "S2d"
629
673
  }
630
674
  }
631
675
  }
@@ -711,7 +755,7 @@
711
755
  ],
712
756
  "members": {
713
757
  "additionalParamsForNs": {
714
- "shape": "S2e"
758
+ "shape": "S1x"
715
759
  },
716
760
  "dryRun": {
717
761
  "location": "querystring",
@@ -963,6 +1007,10 @@
963
1007
  "nextToken": {
964
1008
  "location": "querystring",
965
1009
  "locationName": "nextpage_opaque_marker"
1010
+ },
1011
+ "nsInstanceId": {
1012
+ "location": "querystring",
1013
+ "locationName": "nsInstanceId"
966
1014
  }
967
1015
  }
968
1016
  },
@@ -999,11 +1047,14 @@
999
1047
  },
1000
1048
  "lastModified": {
1001
1049
  "shape": "S15"
1002
- }
1050
+ },
1051
+ "nsdInfoId": {},
1052
+ "vnfInstanceId": {}
1003
1053
  }
1004
1054
  },
1005
1055
  "nsInstanceId": {},
1006
- "operationState": {}
1056
+ "operationState": {},
1057
+ "updateType": {}
1007
1058
  }
1008
1059
  }
1009
1060
  },
@@ -1076,7 +1127,7 @@
1076
1127
  "nsdUsageState": {},
1077
1128
  "nsdVersion": {},
1078
1129
  "vnfPkgIds": {
1079
- "shape": "S28"
1130
+ "shape": "S2d"
1080
1131
  }
1081
1132
  }
1082
1133
  }
@@ -1133,7 +1184,7 @@
1133
1184
  "locationName": "Content-Type"
1134
1185
  },
1135
1186
  "file": {
1136
- "type": "blob"
1187
+ "shape": "S3l"
1137
1188
  },
1138
1189
  "vnfPkgId": {
1139
1190
  "location": "uri",
@@ -1188,7 +1239,7 @@
1188
1239
  "locationName": "Content-Type"
1189
1240
  },
1190
1241
  "file": {
1191
- "type": "blob"
1242
+ "shape": "S3l"
1192
1243
  },
1193
1244
  "nsdInfoId": {
1194
1245
  "location": "uri",
@@ -1215,7 +1266,7 @@
1215
1266
  "type": "structure",
1216
1267
  "members": {
1217
1268
  "nsd": {
1218
- "shape": "S27"
1269
+ "shape": "S2c"
1219
1270
  }
1220
1271
  }
1221
1272
  },
@@ -1223,7 +1274,7 @@
1223
1274
  "nsdName": {},
1224
1275
  "nsdVersion": {},
1225
1276
  "vnfPkgIds": {
1226
- "shape": "S28"
1277
+ "shape": "S2d"
1227
1278
  }
1228
1279
  }
1229
1280
  },
@@ -1367,7 +1418,7 @@
1367
1418
  ],
1368
1419
  "members": {
1369
1420
  "vnfConfigurableProperties": {
1370
- "shape": "S2e"
1421
+ "shape": "S1x"
1371
1422
  },
1372
1423
  "vnfInstanceId": {}
1373
1424
  }
@@ -1379,6 +1430,18 @@
1379
1430
  "tags": {
1380
1431
  "shape": "S4"
1381
1432
  },
1433
+ "updateNs": {
1434
+ "type": "structure",
1435
+ "required": [
1436
+ "nsdInfoId"
1437
+ ],
1438
+ "members": {
1439
+ "additionalParamsForNs": {
1440
+ "shape": "S1x"
1441
+ },
1442
+ "nsdInfoId": {}
1443
+ }
1444
+ },
1382
1445
  "updateType": {}
1383
1446
  }
1384
1447
  },
@@ -1440,7 +1503,7 @@
1440
1503
  "locationName": "Content-Type"
1441
1504
  },
1442
1505
  "file": {
1443
- "type": "blob"
1506
+ "shape": "S3l"
1444
1507
  },
1445
1508
  "vnfPkgId": {
1446
1509
  "location": "uri",
@@ -1495,7 +1558,7 @@
1495
1558
  "locationName": "Content-Type"
1496
1559
  },
1497
1560
  "file": {
1498
- "type": "blob"
1561
+ "shape": "S3l"
1499
1562
  },
1500
1563
  "nsdInfoId": {
1501
1564
  "location": "uri",
@@ -1522,7 +1585,7 @@
1522
1585
  "type": "structure",
1523
1586
  "members": {
1524
1587
  "nsd": {
1525
- "shape": "S27"
1588
+ "shape": "S2c"
1526
1589
  }
1527
1590
  }
1528
1591
  },
@@ -1530,7 +1593,7 @@
1530
1593
  "nsdName": {},
1531
1594
  "nsdVersion": {},
1532
1595
  "vnfPkgIds": {
1533
- "shape": "S28"
1596
+ "shape": "S2d"
1534
1597
  }
1535
1598
  }
1536
1599
  },
@@ -1576,7 +1639,12 @@
1576
1639
  "title": {}
1577
1640
  }
1578
1641
  },
1579
- "S27": {
1642
+ "S1x": {
1643
+ "type": "structure",
1644
+ "members": {},
1645
+ "document": true
1646
+ },
1647
+ "S2c": {
1580
1648
  "type": "structure",
1581
1649
  "members": {
1582
1650
  "overrides": {
@@ -1584,14 +1652,13 @@
1584
1652
  }
1585
1653
  }
1586
1654
  },
1587
- "S28": {
1655
+ "S2d": {
1588
1656
  "type": "list",
1589
1657
  "member": {}
1590
1658
  },
1591
- "S2e": {
1592
- "type": "structure",
1593
- "members": {},
1594
- "document": true
1659
+ "S3l": {
1660
+ "type": "blob",
1661
+ "sensitive": true
1595
1662
  }
1596
1663
  }
1597
1664
  }
@@ -388,7 +388,7 @@ declare namespace ApplicationAutoScaling {
388
388
  export type MetricNamespace = string;
389
389
  export type MetricScale = number;
390
390
  export type MetricStatistic = "Average"|"Minimum"|"Maximum"|"SampleCount"|"Sum"|string;
391
- export type MetricType = "DynamoDBReadCapacityUtilization"|"DynamoDBWriteCapacityUtilization"|"ALBRequestCountPerTarget"|"RDSReaderAverageCPUUtilization"|"RDSReaderAverageDatabaseConnections"|"EC2SpotFleetRequestAverageCPUUtilization"|"EC2SpotFleetRequestAverageNetworkIn"|"EC2SpotFleetRequestAverageNetworkOut"|"SageMakerVariantInvocationsPerInstance"|"ECSServiceAverageCPUUtilization"|"ECSServiceAverageMemoryUtilization"|"AppStreamAverageCapacityUtilization"|"ComprehendInferenceUtilization"|"LambdaProvisionedConcurrencyUtilization"|"CassandraReadCapacityUtilization"|"CassandraWriteCapacityUtilization"|"KafkaBrokerStorageUtilization"|"ElastiCachePrimaryEngineCPUUtilization"|"ElastiCacheReplicaEngineCPUUtilization"|"ElastiCacheDatabaseMemoryUsageCountedForEvictPercentage"|"NeptuneReaderAverageCPUUtilization"|"SageMakerVariantProvisionedConcurrencyUtilization"|"ElastiCacheDatabaseCapacityUsageCountedForEvictPercentage"|"SageMakerInferenceComponentInvocationsPerCopy"|"WorkSpacesAverageUserSessionsCapacityUtilization"|string;
391
+ export type MetricType = "DynamoDBReadCapacityUtilization"|"DynamoDBWriteCapacityUtilization"|"ALBRequestCountPerTarget"|"RDSReaderAverageCPUUtilization"|"RDSReaderAverageDatabaseConnections"|"EC2SpotFleetRequestAverageCPUUtilization"|"EC2SpotFleetRequestAverageNetworkIn"|"EC2SpotFleetRequestAverageNetworkOut"|"SageMakerVariantInvocationsPerInstance"|"ECSServiceAverageCPUUtilization"|"ECSServiceAverageMemoryUtilization"|"AppStreamAverageCapacityUtilization"|"ComprehendInferenceUtilization"|"LambdaProvisionedConcurrencyUtilization"|"CassandraReadCapacityUtilization"|"CassandraWriteCapacityUtilization"|"KafkaBrokerStorageUtilization"|"ElastiCachePrimaryEngineCPUUtilization"|"ElastiCacheReplicaEngineCPUUtilization"|"ElastiCacheDatabaseMemoryUsageCountedForEvictPercentage"|"NeptuneReaderAverageCPUUtilization"|"SageMakerVariantProvisionedConcurrencyUtilization"|"ElastiCacheDatabaseCapacityUsageCountedForEvictPercentage"|"SageMakerInferenceComponentInvocationsPerCopy"|"WorkSpacesAverageUserSessionsCapacityUtilization"|"SageMakerInferenceComponentConcurrentRequestsPerCopyHighResolution"|"SageMakerVariantConcurrentRequestsPerModelHighResolution"|string;
392
392
  export type MetricUnit = string;
393
393
  export type MinAdjustmentMagnitude = number;
394
394
  export interface NotScaledReason {
@@ -232,11 +232,11 @@ declare namespace ApplicationSignals {
232
232
  export type DurationUnit = "DAY"|"MONTH"|string;
233
233
  export interface GetServiceInput {
234
234
  /**
235
- * The start of the time period to retrieve information about. When used in a raw HTTP Query API, it is formatted as be epoch time in seconds. For example: 1698778057
235
+ * The start of the time period to retrieve information about. When used in a raw HTTP Query API, it is formatted as be epoch time in seconds. For example: 1698778057 Your requested start time will be rounded to the nearest hour.
236
236
  */
237
237
  StartTime: Timestamp;
238
238
  /**
239
- * The end of the time period to retrieve information about. When used in a raw HTTP Query API, it is formatted as be epoch time in seconds. For example: 1698778057
239
+ * The end of the time period to retrieve information about. When used in a raw HTTP Query API, it is formatted as be epoch time in seconds. For example: 1698778057 Your requested start time will be rounded to the nearest hour.
240
240
  */
241
241
  EndTime: Timestamp;
242
242
  /**
@@ -262,13 +262,17 @@ declare namespace ApplicationSignals {
262
262
  */
263
263
  Service: Service;
264
264
  /**
265
- * The start time of the data included in the response. In a raw HTTP Query API, it is formatted as be epoch time in seconds. For example: 1698778057.
265
+ * The start time of the data included in the response. In a raw HTTP Query API, it is formatted as be epoch time in seconds. For example: 1698778057. This displays the time that Application Signals used for the request. It might not match your request exactly, because it was rounded to the nearest hour.
266
266
  */
267
267
  StartTime: Timestamp;
268
268
  /**
269
- * The end time of the data included in the response. In a raw HTTP Query API, it is formatted as be epoch time in seconds. For example: 1698778057.
269
+ * The end time of the data included in the response. In a raw HTTP Query API, it is formatted as be epoch time in seconds. For example: 1698778057. This displays the time that Application Signals used for the request. It might not match your request exactly, because it was rounded to the nearest hour.
270
270
  */
271
271
  EndTime: Timestamp;
272
+ /**
273
+ * An array of string-to-string maps that each contain information about one log group associated with this service. Each string-to-string map includes the following fields: "Type": "AWS::Resource" "ResourceType": "AWS::Logs::LogGroup" "Identifier": "name-of-log-group"
274
+ */
275
+ LogGroupReferences?: LogGroupReferences;
272
276
  }
273
277
  export interface Goal {
274
278
  /**
@@ -298,11 +302,11 @@ declare namespace ApplicationSignals {
298
302
  export type KeyAttributeValue = string;
299
303
  export interface ListServiceDependenciesInput {
300
304
  /**
301
- * The start of the time period to retrieve information about. When used in a raw HTTP Query API, it is formatted as be epoch time in seconds. For example: 1698778057
305
+ * The start of the time period to retrieve information about. When used in a raw HTTP Query API, it is formatted as be epoch time in seconds. For example: 1698778057 Your requested start time will be rounded to the nearest hour.
302
306
  */
303
307
  StartTime: Timestamp;
304
308
  /**
305
- * The end of the time period to retrieve information about. When used in a raw HTTP Query API, it is formatted as be epoch time in seconds. For example: 1698778057
309
+ * The end of the time period to retrieve information about. When used in a raw HTTP Query API, it is formatted as be epoch time in seconds. For example: 1698778057 Your requested end time will be rounded to the nearest hour.
306
310
  */
307
311
  EndTime: Timestamp;
308
312
  /**
@@ -321,11 +325,11 @@ declare namespace ApplicationSignals {
321
325
  export type ListServiceDependenciesMaxResults = number;
322
326
  export interface ListServiceDependenciesOutput {
323
327
  /**
324
- * The start of the time period that the returned information applies to. When used in a raw HTTP Query API, it is formatted as be epoch time in seconds. For example: 1698778057
328
+ * The start of the time period that the returned information applies to. When used in a raw HTTP Query API, it is formatted as be epoch time in seconds. For example: 1698778057 This displays the time that Application Signals used for the request. It might not match your request exactly, because it was rounded to the nearest hour.
325
329
  */
326
330
  StartTime: Timestamp;
327
331
  /**
328
- * The end of the time period that the returned information applies to. When used in a raw HTTP Query API, it is formatted as be epoch time in seconds. For example: 1698778057
332
+ * The end of the time period that the returned information applies to. When used in a raw HTTP Query API, it is formatted as be epoch time in seconds. For example: 1698778057 This displays the time that Application Signals used for the request. It might not match your request exactly, because it was rounded to the nearest hour.
329
333
  */
330
334
  EndTime: Timestamp;
331
335
  /**
@@ -339,11 +343,11 @@ declare namespace ApplicationSignals {
339
343
  }
340
344
  export interface ListServiceDependentsInput {
341
345
  /**
342
- * The start of the time period to retrieve information about. When used in a raw HTTP Query API, it is formatted as be epoch time in seconds. For example: 1698778057
346
+ * The start of the time period to retrieve information about. When used in a raw HTTP Query API, it is formatted as be epoch time in seconds. For example: 1698778057 Your requested start time will be rounded to the nearest hour.
343
347
  */
344
348
  StartTime: Timestamp;
345
349
  /**
346
- * The end of the time period to retrieve information about. When used in a raw HTTP Query API, it is formatted as be epoch time in seconds. For example: 1698778057
350
+ * The end of the time period to retrieve information about. When used in a raw HTTP Query API, it is formatted as be epoch time in seconds. For example: 1698778057 Your requested start time will be rounded to the nearest hour.
347
351
  */
348
352
  EndTime: Timestamp;
349
353
  /**
@@ -362,11 +366,11 @@ declare namespace ApplicationSignals {
362
366
  export type ListServiceDependentsMaxResults = number;
363
367
  export interface ListServiceDependentsOutput {
364
368
  /**
365
- * The start of the time period that the returned information applies to. When used in a raw HTTP Query API, it is formatted as be epoch time in seconds. For example: 1698778057
369
+ * The start of the time period that the returned information applies to. When used in a raw HTTP Query API, it is formatted as be epoch time in seconds. For example: 1698778057 This displays the time that Application Signals used for the request. It might not match your request exactly, because it was rounded to the nearest hour.
366
370
  */
367
371
  StartTime: Timestamp;
368
372
  /**
369
- * The end of the time period that the returned information applies to. When used in a raw HTTP Query API, it is formatted as be epoch time in seconds. For example: 1698778057
373
+ * The end of the time period that the returned information applies to. When used in a raw HTTP Query API, it is formatted as be epoch time in seconds. For example: 1698778057 This displays the time that Application Signals used for the request. It might not match your request exactly, because it was rounded to the nearest hour.
370
374
  */
371
375
  EndTime: Timestamp;
372
376
  /**
@@ -410,11 +414,11 @@ declare namespace ApplicationSignals {
410
414
  export type ListServiceOperationMaxResults = number;
411
415
  export interface ListServiceOperationsInput {
412
416
  /**
413
- * The start of the time period to retrieve information about. When used in a raw HTTP Query API, it is formatted as be epoch time in seconds. For example: 1698778057
417
+ * The start of the time period to retrieve information about. When used in a raw HTTP Query API, it is formatted as be epoch time in seconds. For example: 1698778057 Your requested start time will be rounded to the nearest hour.
414
418
  */
415
419
  StartTime: Timestamp;
416
420
  /**
417
- * The end of the time period to retrieve information about. When used in a raw HTTP Query API, it is formatted as be epoch time in seconds. For example: 1698778057
421
+ * The end of the time period to retrieve information about. When used in a raw HTTP Query API, it is formatted as be epoch time in seconds. For example: 1698778057 Your requested end time will be rounded to the nearest hour.
418
422
  */
419
423
  EndTime: Timestamp;
420
424
  /**
@@ -432,11 +436,11 @@ declare namespace ApplicationSignals {
432
436
  }
433
437
  export interface ListServiceOperationsOutput {
434
438
  /**
435
- * The start of the time period that the returned information applies to. When used in a raw HTTP Query API, it is formatted as be epoch time in seconds. For example: 1698778057
439
+ * The start of the time period that the returned information applies to. When used in a raw HTTP Query API, it is formatted as be epoch time in seconds. For example: 1698778057 This displays the time that Application Signals used for the request. It might not match your request exactly, because it was rounded to the nearest hour.
436
440
  */
437
441
  StartTime: Timestamp;
438
442
  /**
439
- * The end of the time period that the returned information applies to. When used in a raw HTTP Query API, it is formatted as be epoch time in seconds. For example: 1698778057
443
+ * The end of the time period that the returned information applies to. When used in a raw HTTP Query API, it is formatted as be epoch time in seconds. For example: 1698778057 This displays the time that Application Signals used for the request. It might not match your request exactly, because it was rounded to the nearest hour.
440
444
  */
441
445
  EndTime: Timestamp;
442
446
  /**
@@ -450,11 +454,11 @@ declare namespace ApplicationSignals {
450
454
  }
451
455
  export interface ListServicesInput {
452
456
  /**
453
- * The start of the time period to retrieve information about. When used in a raw HTTP Query API, it is formatted as be epoch time in seconds. For example: 1698778057
457
+ * The start of the time period to retrieve information about. When used in a raw HTTP Query API, it is formatted as be epoch time in seconds. For example: 1698778057 Your requested start time will be rounded to the nearest hour.
454
458
  */
455
459
  StartTime: Timestamp;
456
460
  /**
457
- * The end of the time period to retrieve information about. When used in a raw HTTP Query API, it is formatted as be epoch time in seconds. For example: 1698778057
461
+ * The end of the time period to retrieve information about. When used in a raw HTTP Query API, it is formatted as be epoch time in seconds. For example: 1698778057 Your requested start time will be rounded to the nearest hour.
458
462
  */
459
463
  EndTime: Timestamp;
460
464
  /**
@@ -469,11 +473,11 @@ declare namespace ApplicationSignals {
469
473
  export type ListServicesMaxResults = number;
470
474
  export interface ListServicesOutput {
471
475
  /**
472
- * The start of the time period that the returned information applies to. When used in a raw HTTP Query API, it is formatted as be epoch time in seconds. For example: 1698778057
476
+ * The start of the time period that the returned information applies to. When used in a raw HTTP Query API, it is formatted as be epoch time in seconds. For example: 1698778057 This displays the time that Application Signals used for the request. It might not match your request exactly, because it was rounded to the nearest hour.
473
477
  */
474
478
  StartTime: Timestamp;
475
479
  /**
476
- * The end of the time period that the returned information applies to. When used in a raw HTTP Query API, it is formatted as be epoch time in seconds. For example: 1698778057
480
+ * The end of the time period that the returned information applies to. When used in a raw HTTP Query API, it is formatted as be epoch time in seconds. For example: 1698778057 This displays the time that Application Signals used for the request. It might not match your request exactly, because it was rounded to the nearest hour.
477
481
  */
478
482
  EndTime: Timestamp;
479
483
  /**
@@ -497,6 +501,7 @@ declare namespace ApplicationSignals {
497
501
  */
498
502
  Tags?: TagList;
499
503
  }
504
+ export type LogGroupReferences = Attributes[];
500
505
  export interface Metric {
501
506
  /**
502
507
  * The namespace of the metric. For more information, see Namespaces.
@@ -614,6 +619,10 @@ declare namespace ApplicationSignals {
614
619
  * An array of structures that each contain information about one metric associated with this service.
615
620
  */
616
621
  MetricReferences: MetricReferences;
622
+ /**
623
+ * An array of string-to-string maps that each contain information about one log group associated with this service. Each string-to-string map includes the following fields: "Type": "AWS::Resource" "ResourceType": "AWS::Logs::LogGroup" "Identifier": "name-of-log-group"
624
+ */
625
+ LogGroupReferences?: LogGroupReferences;
617
626
  }
618
627
  export type ServiceDependencies = ServiceDependency[];
619
628
  export interface ServiceDependency {
@@ -1290,7 +1290,7 @@ declare namespace AppStream {
1290
1290
  */
1291
1291
  MaxUserDurationInSeconds?: Integer;
1292
1292
  /**
1293
- * The amount of time that a streaming session remains active after users disconnect. If users try to reconnect to the streaming session after a disconnection or network interruption within this time interval, they are connected to their previous session. Otherwise, they are connected to a new session with a new streaming instance. Specify a value between 60 and 360000.
1293
+ * The amount of time that a streaming session remains active after users disconnect. If users try to reconnect to the streaming session after a disconnection or network interruption within this time interval, they are connected to their previous session. Otherwise, they are connected to a new session with a new streaming instance. Specify a value between 60 and 36000.
1294
1294
  */
1295
1295
  DisconnectTimeoutInSeconds?: Integer;
1296
1296
  /**
@@ -1314,7 +1314,7 @@ declare namespace AppStream {
1314
1314
  */
1315
1315
  Tags?: Tags;
1316
1316
  /**
1317
- * The amount of time that users can be idle (inactive) before they are disconnected from their streaming session and the DisconnectTimeoutInSeconds time interval begins. Users are notified before they are disconnected due to inactivity. If they try to reconnect to the streaming session before the time interval specified in DisconnectTimeoutInSeconds elapses, they are connected to their previous session. Users are considered idle when they stop providing keyboard or mouse input during their streaming session. File uploads and downloads, audio in, audio out, and pixels changing do not qualify as user activity. If users continue to be idle after the time interval in IdleDisconnectTimeoutInSeconds elapses, they are disconnected. To prevent users from being disconnected due to inactivity, specify a value of 0. Otherwise, specify a value between 60 and 3600. The default value is 0. If you enable this feature, we recommend that you specify a value that corresponds exactly to a whole number of minutes (for example, 60, 120, and 180). If you don't do this, the value is rounded to the nearest minute. For example, if you specify a value of 70, users are disconnected after 1 minute of inactivity. If you specify a value that is at the midpoint between two different minutes, the value is rounded up. For example, if you specify a value of 90, users are disconnected after 2 minutes of inactivity.
1317
+ * The amount of time that users can be idle (inactive) before they are disconnected from their streaming session and the DisconnectTimeoutInSeconds time interval begins. Users are notified before they are disconnected due to inactivity. If they try to reconnect to the streaming session before the time interval specified in DisconnectTimeoutInSeconds elapses, they are connected to their previous session. Users are considered idle when they stop providing keyboard or mouse input during their streaming session. File uploads and downloads, audio in, audio out, and pixels changing do not qualify as user activity. If users continue to be idle after the time interval in IdleDisconnectTimeoutInSeconds elapses, they are disconnected. To prevent users from being disconnected due to inactivity, specify a value of 0. Otherwise, specify a value between 60 and 36000. The default value is 0. If you enable this feature, we recommend that you specify a value that corresponds exactly to a whole number of minutes (for example, 60, 120, and 180). If you don't do this, the value is rounded to the nearest minute. For example, if you specify a value of 70, users are disconnected after 1 minute of inactivity. If you specify a value that is at the midpoint between two different minutes, the value is rounded up. For example, if you specify a value of 90, users are disconnected after 2 minutes of inactivity.
1318
1318
  */
1319
1319
  IdleDisconnectTimeoutInSeconds?: Integer;
1320
1320
  /**
@@ -2358,7 +2358,7 @@ declare namespace AppStream {
2358
2358
  */
2359
2359
  MaxUserDurationInSeconds?: Integer;
2360
2360
  /**
2361
- * The amount of time that a streaming session remains active after users disconnect. If they try to reconnect to the streaming session after a disconnection or network interruption within this time interval, they are connected to their previous session. Otherwise, they are connected to a new session with a new streaming instance. Specify a value between 60 and 360000.
2361
+ * The amount of time that a streaming session remains active after users disconnect. If they try to reconnect to the streaming session after a disconnection or network interruption within this time interval, they are connected to their previous session. Otherwise, they are connected to a new session with a new streaming instance. Specify a value between 60 and 36000.
2362
2362
  */
2363
2363
  DisconnectTimeoutInSeconds?: Integer;
2364
2364
  /**
@@ -2386,7 +2386,7 @@ declare namespace AppStream {
2386
2386
  */
2387
2387
  DomainJoinInfo?: DomainJoinInfo;
2388
2388
  /**
2389
- * The amount of time that users can be idle (inactive) before they are disconnected from their streaming session and the DisconnectTimeoutInSeconds time interval begins. Users are notified before they are disconnected due to inactivity. If users try to reconnect to the streaming session before the time interval specified in DisconnectTimeoutInSeconds elapses, they are connected to their previous session. Users are considered idle when they stop providing keyboard or mouse input during their streaming session. File uploads and downloads, audio in, audio out, and pixels changing do not qualify as user activity. If users continue to be idle after the time interval in IdleDisconnectTimeoutInSeconds elapses, they are disconnected. To prevent users from being disconnected due to inactivity, specify a value of 0. Otherwise, specify a value between 60 and 3600. The default value is 0. If you enable this feature, we recommend that you specify a value that corresponds exactly to a whole number of minutes (for example, 60, 120, and 180). If you don't do this, the value is rounded to the nearest minute. For example, if you specify a value of 70, users are disconnected after 1 minute of inactivity. If you specify a value that is at the midpoint between two different minutes, the value is rounded up. For example, if you specify a value of 90, users are disconnected after 2 minutes of inactivity.
2389
+ * The amount of time that users can be idle (inactive) before they are disconnected from their streaming session and the DisconnectTimeoutInSeconds time interval begins. Users are notified before they are disconnected due to inactivity. If users try to reconnect to the streaming session before the time interval specified in DisconnectTimeoutInSeconds elapses, they are connected to their previous session. Users are considered idle when they stop providing keyboard or mouse input during their streaming session. File uploads and downloads, audio in, audio out, and pixels changing do not qualify as user activity. If users continue to be idle after the time interval in IdleDisconnectTimeoutInSeconds elapses, they are disconnected. To prevent users from being disconnected due to inactivity, specify a value of 0. Otherwise, specify a value between 60 and 36000. The default value is 0. If you enable this feature, we recommend that you specify a value that corresponds exactly to a whole number of minutes (for example, 60, 120, and 180). If you don't do this, the value is rounded to the nearest minute. For example, if you specify a value of 70, users are disconnected after 1 minute of inactivity. If you specify a value that is at the midpoint between two different minutes, the value is rounded up. For example, if you specify a value of 90, users are disconnected after 2 minutes of inactivity.
2390
2390
  */
2391
2391
  IdleDisconnectTimeoutInSeconds?: Integer;
2392
2392
  /**
@@ -2723,7 +2723,7 @@ declare namespace AppStream {
2723
2723
  export type OrganizationalUnitDistinguishedNamesList = OrganizationalUnitDistinguishedName[];
2724
2724
  export type PackagingType = "CUSTOM"|"APPSTREAM2"|string;
2725
2725
  export type Permission = "ENABLED"|"DISABLED"|string;
2726
- export type PlatformType = "WINDOWS"|"WINDOWS_SERVER_2016"|"WINDOWS_SERVER_2019"|"WINDOWS_SERVER_2022"|"AMAZON_LINUX2"|string;
2726
+ export type PlatformType = "WINDOWS"|"WINDOWS_SERVER_2016"|"WINDOWS_SERVER_2019"|"WINDOWS_SERVER_2022"|"AMAZON_LINUX2"|"RHEL8"|string;
2727
2727
  export type Platforms = PlatformType[];
2728
2728
  export type PreferredProtocol = "TCP"|"UDP"|string;
2729
2729
  export type RedirectURL = string;
@@ -3205,7 +3205,7 @@ declare namespace AppStream {
3205
3205
  */
3206
3206
  MaxUserDurationInSeconds?: Integer;
3207
3207
  /**
3208
- * The amount of time that a streaming session remains active after users disconnect. If users try to reconnect to the streaming session after a disconnection or network interruption within this time interval, they are connected to their previous session. Otherwise, they are connected to a new session with a new streaming instance. Specify a value between 60 and 360000.
3208
+ * The amount of time that a streaming session remains active after users disconnect. If users try to reconnect to the streaming session after a disconnection or network interruption within this time interval, they are connected to their previous session. Otherwise, they are connected to a new session with a new streaming instance. Specify a value between 60 and 36000.
3209
3209
  */
3210
3210
  DisconnectTimeoutInSeconds?: Integer;
3211
3211
  /**
@@ -3229,7 +3229,7 @@ declare namespace AppStream {
3229
3229
  */
3230
3230
  DomainJoinInfo?: DomainJoinInfo;
3231
3231
  /**
3232
- * The amount of time that users can be idle (inactive) before they are disconnected from their streaming session and the DisconnectTimeoutInSeconds time interval begins. Users are notified before they are disconnected due to inactivity. If users try to reconnect to the streaming session before the time interval specified in DisconnectTimeoutInSeconds elapses, they are connected to their previous session. Users are considered idle when they stop providing keyboard or mouse input during their streaming session. File uploads and downloads, audio in, audio out, and pixels changing do not qualify as user activity. If users continue to be idle after the time interval in IdleDisconnectTimeoutInSeconds elapses, they are disconnected. To prevent users from being disconnected due to inactivity, specify a value of 0. Otherwise, specify a value between 60 and 3600. The default value is 0. If you enable this feature, we recommend that you specify a value that corresponds exactly to a whole number of minutes (for example, 60, 120, and 180). If you don't do this, the value is rounded to the nearest minute. For example, if you specify a value of 70, users are disconnected after 1 minute of inactivity. If you specify a value that is at the midpoint between two different minutes, the value is rounded up. For example, if you specify a value of 90, users are disconnected after 2 minutes of inactivity.
3232
+ * The amount of time that users can be idle (inactive) before they are disconnected from their streaming session and the DisconnectTimeoutInSeconds time interval begins. Users are notified before they are disconnected due to inactivity. If users try to reconnect to the streaming session before the time interval specified in DisconnectTimeoutInSeconds elapses, they are connected to their previous session. Users are considered idle when they stop providing keyboard or mouse input during their streaming session. File uploads and downloads, audio in, audio out, and pixels changing do not qualify as user activity. If users continue to be idle after the time interval in IdleDisconnectTimeoutInSeconds elapses, they are disconnected. To prevent users from being disconnected due to inactivity, specify a value of 0. Otherwise, specify a value between 60 and 36000. The default value is 0. If you enable this feature, we recommend that you specify a value that corresponds exactly to a whole number of minutes (for example, 60, 120, and 180). If you don't do this, the value is rounded to the nearest minute. For example, if you specify a value of 70, users are disconnected after 1 minute of inactivity. If you specify a value that is at the midpoint between two different minutes, the value is rounded up. For example, if you specify a value of 90, users are disconnected after 2 minutes of inactivity.
3233
3233
  */
3234
3234
  IdleDisconnectTimeoutInSeconds?: Integer;
3235
3235
  /**
@@ -3417,7 +3417,7 @@ declare namespace AppStream {
3417
3417
  */
3418
3418
  Permission: Permission;
3419
3419
  /**
3420
- * Specifies the number of characters that can be copied by end users from the local device to the remote session, and to the local device from the remote session. This can be specified only for the CLIPBOARD_COPY_FROM_LOCAL_DEVICE and CLIPBOARD_COPY_TO_LOCAL_DEVICE actions. This defaults to 20,971,520 (20 MB) when unspecified and the permission is ENABLED. This can't be specified when the permission is DISABLED. This can only be specified for AlwaysOn and OnDemand fleets. The attribute is not supported on Elastic fleets. The value can be between 1 and 20,971,520 (20 MB).
3420
+ * Specifies the number of characters that can be copied by end users from the local device to the remote session, and to the local device from the remote session. This can be specified only for the CLIPBOARD_COPY_FROM_LOCAL_DEVICE and CLIPBOARD_COPY_TO_LOCAL_DEVICE actions. This defaults to 20,971,520 (20 MB) when unspecified and the permission is ENABLED. This can't be specified when the permission is DISABLED. The value can be between 1 and 20,971,520 (20 MB).
3421
3421
  */
3422
3422
  MaximumLength?: Integer;
3423
3423
  }
@@ -756,7 +756,7 @@ declare namespace AutoScaling {
756
756
  /**
757
757
  * One or more subnet IDs, if applicable, separated by commas.
758
758
  */
759
- VPCZoneIdentifier?: XmlStringMaxLen2047;
759
+ VPCZoneIdentifier?: XmlStringMaxLen5000;
760
760
  /**
761
761
  * The metrics enabled for the group.
762
762
  */
@@ -1095,7 +1095,7 @@ declare namespace AutoScaling {
1095
1095
  /**
1096
1096
  * A comma-separated list of subnet IDs for a virtual private cloud (VPC) where instances in the Auto Scaling group can be created. If you specify VPCZoneIdentifier with AvailabilityZones, the subnets that you specify must reside in those Availability Zones.
1097
1097
  */
1098
- VPCZoneIdentifier?: XmlStringMaxLen2047;
1098
+ VPCZoneIdentifier?: XmlStringMaxLen5000;
1099
1099
  /**
1100
1100
  * A policy or a list of policies that are used to select the instance to terminate. These policies are executed in the order that you list them. For more information, see Configure termination policies for Amazon EC2 Auto Scaling in the Amazon EC2 Auto Scaling User Guide. Valid values: Default | AllocationStrategy | ClosestToNextInstanceHour | NewestInstance | OldestInstance | OldestLaunchConfiguration | OldestLaunchTemplate | arn:aws:lambda:region:account-id:function:my-function:my-alias
1101
1101
  */
@@ -3570,7 +3570,7 @@ declare namespace AutoScaling {
3570
3570
  /**
3571
3571
  * A comma-separated list of subnet IDs for a virtual private cloud (VPC). If you specify VPCZoneIdentifier with AvailabilityZones, the subnets that you specify must reside in those Availability Zones.
3572
3572
  */
3573
- VPCZoneIdentifier?: XmlStringMaxLen2047;
3573
+ VPCZoneIdentifier?: XmlStringMaxLen5000;
3574
3574
  /**
3575
3575
  * A policy or a list of policies that are used to select the instances to terminate. The policies are executed in the order that you list them. For more information, see Configure termination policies for Amazon EC2 Auto Scaling in the Amazon EC2 Auto Scaling User Guide. Valid values: Default | AllocationStrategy | ClosestToNextInstanceHour | NewestInstance | OldestInstance | OldestLaunchConfiguration | OldestLaunchTemplate | arn:aws:lambda:region:account-id:function:my-function:my-alias
3576
3576
  */
@@ -3652,6 +3652,7 @@ declare namespace AutoScaling {
3652
3652
  export type XmlStringMaxLen2047 = string;
3653
3653
  export type XmlStringMaxLen255 = string;
3654
3654
  export type XmlStringMaxLen32 = string;
3655
+ export type XmlStringMaxLen5000 = string;
3655
3656
  export type XmlStringMaxLen511 = string;
3656
3657
  export type XmlStringMaxLen64 = string;
3657
3658
  export type XmlStringMetricLabel = string;
@@ -21,19 +21,19 @@ declare class BedrockRuntime extends Service {
21
21
  */
22
22
  applyGuardrail(callback?: (err: AWSError, data: BedrockRuntime.Types.ApplyGuardrailResponse) => void): Request<BedrockRuntime.Types.ApplyGuardrailResponse, AWSError>;
23
23
  /**
24
- * Sends messages to the specified Amazon Bedrock model. Converse provides a consistent interface that works with all models that support messages. This allows you to write code once and use it with different models. Should a model have unique inference parameters, you can also pass those unique parameters to the model. For information about the Converse API, see Use the Converse API in the Amazon Bedrock User Guide. To use a guardrail, see Use a guardrail with the Converse API in the Amazon Bedrock User Guide. To use a tool with a model, see Tool use (Function calling) in the Amazon Bedrock User Guide For example code, see Converse API examples in the Amazon Bedrock User Guide. This operation requires permission for the bedrock:InvokeModel action.
24
+ * Sends messages to the specified Amazon Bedrock model. Converse provides a consistent interface that works with all models that support messages. This allows you to write code once and use it with different models. If a model has unique inference parameters, you can also pass those unique parameters to the model. Amazon Bedrock doesn't store any text, images, or documents that you provide as content. The data is only used to generate the response. For information about the Converse API, see Use the Converse API in the Amazon Bedrock User Guide. To use a guardrail, see Use a guardrail with the Converse API in the Amazon Bedrock User Guide. To use a tool with a model, see Tool use (Function calling) in the Amazon Bedrock User Guide For example code, see Converse API examples in the Amazon Bedrock User Guide. This operation requires permission for the bedrock:InvokeModel action.
25
25
  */
26
26
  converse(params: BedrockRuntime.Types.ConverseRequest, callback?: (err: AWSError, data: BedrockRuntime.Types.ConverseResponse) => void): Request<BedrockRuntime.Types.ConverseResponse, AWSError>;
27
27
  /**
28
- * Sends messages to the specified Amazon Bedrock model. Converse provides a consistent interface that works with all models that support messages. This allows you to write code once and use it with different models. Should a model have unique inference parameters, you can also pass those unique parameters to the model. For information about the Converse API, see Use the Converse API in the Amazon Bedrock User Guide. To use a guardrail, see Use a guardrail with the Converse API in the Amazon Bedrock User Guide. To use a tool with a model, see Tool use (Function calling) in the Amazon Bedrock User Guide For example code, see Converse API examples in the Amazon Bedrock User Guide. This operation requires permission for the bedrock:InvokeModel action.
28
+ * Sends messages to the specified Amazon Bedrock model. Converse provides a consistent interface that works with all models that support messages. This allows you to write code once and use it with different models. If a model has unique inference parameters, you can also pass those unique parameters to the model. Amazon Bedrock doesn't store any text, images, or documents that you provide as content. The data is only used to generate the response. For information about the Converse API, see Use the Converse API in the Amazon Bedrock User Guide. To use a guardrail, see Use a guardrail with the Converse API in the Amazon Bedrock User Guide. To use a tool with a model, see Tool use (Function calling) in the Amazon Bedrock User Guide For example code, see Converse API examples in the Amazon Bedrock User Guide. This operation requires permission for the bedrock:InvokeModel action.
29
29
  */
30
30
  converse(callback?: (err: AWSError, data: BedrockRuntime.Types.ConverseResponse) => void): Request<BedrockRuntime.Types.ConverseResponse, AWSError>;
31
31
  /**
32
- * Sends messages to the specified Amazon Bedrock model and returns the response in a stream. ConverseStream provides a consistent API that works with all Amazon Bedrock models that support messages. This allows you to write code once and use it with different models. Should a model have unique inference parameters, you can also pass those unique parameters to the model. To find out if a model supports streaming, call GetFoundationModel and check the responseStreamingSupported field in the response. For information about the Converse API, see Use the Converse API in the Amazon Bedrock User Guide. To use a guardrail, see Use a guardrail with the Converse API in the Amazon Bedrock User Guide. To use a tool with a model, see Tool use (Function calling) in the Amazon Bedrock User Guide For example code, see Conversation streaming example in the Amazon Bedrock User Guide. This operation requires permission for the bedrock:InvokeModelWithResponseStream action.
32
+ * Sends messages to the specified Amazon Bedrock model and returns the response in a stream. ConverseStream provides a consistent API that works with all Amazon Bedrock models that support messages. This allows you to write code once and use it with different models. Should a model have unique inference parameters, you can also pass those unique parameters to the model. To find out if a model supports streaming, call GetFoundationModel and check the responseStreamingSupported field in the response. The CLI doesn't support streaming operations in Amazon Bedrock, including ConverseStream. Amazon Bedrock doesn't store any text, images, or documents that you provide as content. The data is only used to generate the response. For information about the Converse API, see Use the Converse API in the Amazon Bedrock User Guide. To use a guardrail, see Use a guardrail with the Converse API in the Amazon Bedrock User Guide. To use a tool with a model, see Tool use (Function calling) in the Amazon Bedrock User Guide For example code, see Conversation streaming example in the Amazon Bedrock User Guide. This operation requires permission for the bedrock:InvokeModelWithResponseStream action.
33
33
  */
34
34
  converseStream(params: BedrockRuntime.Types.ConverseStreamRequest, callback?: (err: AWSError, data: BedrockRuntime.Types.ConverseStreamResponse) => void): Request<BedrockRuntime.Types.ConverseStreamResponse, AWSError>;
35
35
  /**
36
- * Sends messages to the specified Amazon Bedrock model and returns the response in a stream. ConverseStream provides a consistent API that works with all Amazon Bedrock models that support messages. This allows you to write code once and use it with different models. Should a model have unique inference parameters, you can also pass those unique parameters to the model. To find out if a model supports streaming, call GetFoundationModel and check the responseStreamingSupported field in the response. For information about the Converse API, see Use the Converse API in the Amazon Bedrock User Guide. To use a guardrail, see Use a guardrail with the Converse API in the Amazon Bedrock User Guide. To use a tool with a model, see Tool use (Function calling) in the Amazon Bedrock User Guide For example code, see Conversation streaming example in the Amazon Bedrock User Guide. This operation requires permission for the bedrock:InvokeModelWithResponseStream action.
36
+ * Sends messages to the specified Amazon Bedrock model and returns the response in a stream. ConverseStream provides a consistent API that works with all Amazon Bedrock models that support messages. This allows you to write code once and use it with different models. Should a model have unique inference parameters, you can also pass those unique parameters to the model. To find out if a model supports streaming, call GetFoundationModel and check the responseStreamingSupported field in the response. The CLI doesn't support streaming operations in Amazon Bedrock, including ConverseStream. Amazon Bedrock doesn't store any text, images, or documents that you provide as content. The data is only used to generate the response. For information about the Converse API, see Use the Converse API in the Amazon Bedrock User Guide. To use a guardrail, see Use a guardrail with the Converse API in the Amazon Bedrock User Guide. To use a tool with a model, see Tool use (Function calling) in the Amazon Bedrock User Guide For example code, see Conversation streaming example in the Amazon Bedrock User Guide. This operation requires permission for the bedrock:InvokeModelWithResponseStream action.
37
37
  */
38
38
  converseStream(callback?: (err: AWSError, data: BedrockRuntime.Types.ConverseStreamResponse) => void): Request<BedrockRuntime.Types.ConverseStreamResponse, AWSError>;
39
39
  /**
@@ -45,11 +45,11 @@ declare class BedrockRuntime extends Service {
45
45
  */
46
46
  invokeModel(callback?: (err: AWSError, data: BedrockRuntime.Types.InvokeModelResponse) => void): Request<BedrockRuntime.Types.InvokeModelResponse, AWSError>;
47
47
  /**
48
- * Invoke the specified Amazon Bedrock model to run inference using the prompt and inference parameters provided in the request body. The response is returned in a stream. To see if a model supports streaming, call GetFoundationModel and check the responseStreamingSupported field in the response. The CLI doesn't support InvokeModelWithResponseStream. For example code, see Invoke model with streaming code example in the Amazon Bedrock User Guide. This operation requires permissions to perform the bedrock:InvokeModelWithResponseStream action.
48
+ * Invoke the specified Amazon Bedrock model to run inference using the prompt and inference parameters provided in the request body. The response is returned in a stream. To see if a model supports streaming, call GetFoundationModel and check the responseStreamingSupported field in the response. The CLI doesn't support streaming operations in Amazon Bedrock, including InvokeModelWithResponseStream. For example code, see Invoke model with streaming code example in the Amazon Bedrock User Guide. This operation requires permissions to perform the bedrock:InvokeModelWithResponseStream action.
49
49
  */
50
50
  invokeModelWithResponseStream(params: BedrockRuntime.Types.InvokeModelWithResponseStreamRequest, callback?: (err: AWSError, data: BedrockRuntime.Types.InvokeModelWithResponseStreamResponse) => void): Request<BedrockRuntime.Types.InvokeModelWithResponseStreamResponse, AWSError>;
51
51
  /**
52
- * Invoke the specified Amazon Bedrock model to run inference using the prompt and inference parameters provided in the request body. The response is returned in a stream. To see if a model supports streaming, call GetFoundationModel and check the responseStreamingSupported field in the response. The CLI doesn't support InvokeModelWithResponseStream. For example code, see Invoke model with streaming code example in the Amazon Bedrock User Guide. This operation requires permissions to perform the bedrock:InvokeModelWithResponseStream action.
52
+ * Invoke the specified Amazon Bedrock model to run inference using the prompt and inference parameters provided in the request body. The response is returned in a stream. To see if a model supports streaming, call GetFoundationModel and check the responseStreamingSupported field in the response. The CLI doesn't support streaming operations in Amazon Bedrock, including InvokeModelWithResponseStream. For example code, see Invoke model with streaming code example in the Amazon Bedrock User Guide. This operation requires permissions to perform the bedrock:InvokeModelWithResponseStream action.
53
53
  */
54
54
  invokeModelWithResponseStream(callback?: (err: AWSError, data: BedrockRuntime.Types.InvokeModelWithResponseStreamResponse) => void): Request<BedrockRuntime.Types.InvokeModelWithResponseStreamResponse, AWSError>;
55
55
  }
@@ -260,7 +260,7 @@ declare namespace BedrockRuntime {
260
260
  */
261
261
  latencyMs: Long;
262
262
  }
263
- export type ConverseStreamOutput = EventStream<{messageStart?:MessageStartEvent,contentBlockStart?:ContentBlockStartEvent,contentBlockDelta?:ContentBlockDeltaEvent,contentBlockStop?:ContentBlockStopEvent,messageStop?:MessageStopEvent,metadata?:ConverseStreamMetadataEvent,internalServerException?:InternalServerException,modelStreamErrorException?:ModelStreamErrorException,validationException?:ValidationException,throttlingException?:ThrottlingException}>;
263
+ export type ConverseStreamOutput = EventStream<{messageStart?:MessageStartEvent,contentBlockStart?:ContentBlockStartEvent,contentBlockDelta?:ContentBlockDeltaEvent,contentBlockStop?:ContentBlockStopEvent,messageStop?:MessageStopEvent,metadata?:ConverseStreamMetadataEvent,internalServerException?:InternalServerException,modelStreamErrorException?:ModelStreamErrorException,validationException?:ValidationException,throttlingException?:ThrottlingException,serviceUnavailableException?:ServiceUnavailableException}>;
264
264
  export interface ConverseStreamRequest {
265
265
  /**
266
266
  * The ID for the model. The modelId to provide depends on the type of model that you use: If you use a base model, specify the model ID or its ARN. For a list of model IDs for base models, see Amazon Bedrock base model IDs (on-demand throughput) in the Amazon Bedrock User Guide. If you use a provisioned model, specify the ARN of the Provisioned Throughput. For more information, see Run inference using a Provisioned Throughput in the Amazon Bedrock User Guide. If you use a custom model, first purchase Provisioned Throughput for it. Then specify the ARN of the resulting provisioned model. For more information, see Use a custom model in Amazon Bedrock in the Amazon Bedrock User Guide.
@@ -832,7 +832,10 @@ declare namespace BedrockRuntime {
832
832
  */
833
833
  bytes?: PartBody;
834
834
  }
835
- export type ResponseStream = EventStream<{chunk?:PayloadPart,internalServerException?:InternalServerException,modelStreamErrorException?:ModelStreamErrorException,validationException?:ValidationException,throttlingException?:ThrottlingException,modelTimeoutException?:ModelTimeoutException}>;
835
+ export type ResponseStream = EventStream<{chunk?:PayloadPart,internalServerException?:InternalServerException,modelStreamErrorException?:ModelStreamErrorException,validationException?:ValidationException,throttlingException?:ThrottlingException,modelTimeoutException?:ModelTimeoutException,serviceUnavailableException?:ServiceUnavailableException}>;
836
+ export interface ServiceUnavailableException {
837
+ message?: NonBlankString;
838
+ }
836
839
  export interface SpecificToolChoice {
837
840
  /**
838
841
  * The name of the tool that the model must request.