@aws-sdk/client-bedrock-agentcore-control 3.1066.0 → 3.1068.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 (41) hide show
  1. package/dist-cjs/index.js +12 -0
  2. package/dist-cjs/schemas/schemas_0.js +75 -53
  3. package/dist-es/models/enums.js +10 -0
  4. package/dist-es/schemas/schemas_0.js +59 -37
  5. package/dist-types/commands/AddDatasetExamplesCommand.d.ts +1 -13
  6. package/dist-types/commands/CreateConfigurationBundleCommand.d.ts +1 -0
  7. package/dist-types/commands/CreateDatasetCommand.d.ts +1 -4
  8. package/dist-types/commands/CreateDatasetVersionCommand.d.ts +1 -12
  9. package/dist-types/commands/CreateMemoryCommand.d.ts +8 -1
  10. package/dist-types/commands/CreateOnlineEvaluationConfigCommand.d.ts +11 -1
  11. package/dist-types/commands/CreateWorkloadIdentityCommand.d.ts +1 -1
  12. package/dist-types/commands/DeleteDatasetCommand.d.ts +1 -25
  13. package/dist-types/commands/DeleteDatasetExamplesCommand.d.ts +1 -11
  14. package/dist-types/commands/DeleteMemoryCommand.d.ts +1 -1
  15. package/dist-types/commands/GetConfigurationBundleCommand.d.ts +1 -0
  16. package/dist-types/commands/GetConfigurationBundleVersionCommand.d.ts +1 -0
  17. package/dist-types/commands/GetDatasetCommand.d.ts +1 -19
  18. package/dist-types/commands/GetMemoryCommand.d.ts +3 -1
  19. package/dist-types/commands/GetOnlineEvaluationConfigCommand.d.ts +11 -1
  20. package/dist-types/commands/ListDatasetExamplesCommand.d.ts +1 -9
  21. package/dist-types/commands/ListDatasetVersionsCommand.d.ts +1 -4
  22. package/dist-types/commands/ListDatasetsCommand.d.ts +1 -1
  23. package/dist-types/commands/ListMemoriesCommand.d.ts +1 -1
  24. package/dist-types/commands/ListOnlineEvaluationConfigsCommand.d.ts +10 -0
  25. package/dist-types/commands/UpdateConfigurationBundleCommand.d.ts +1 -0
  26. package/dist-types/commands/UpdateDatasetCommand.d.ts +1 -7
  27. package/dist-types/commands/UpdateDatasetExamplesCommand.d.ts +1 -16
  28. package/dist-types/commands/UpdateMemoryCommand.d.ts +8 -1
  29. package/dist-types/commands/UpdateOnlineEvaluationConfigCommand.d.ts +10 -0
  30. package/dist-types/models/enums.d.ts +37 -25
  31. package/dist-types/models/models_0.d.ts +55 -66
  32. package/dist-types/models/models_1.d.ts +72 -44
  33. package/dist-types/models/models_2.d.ts +40 -0
  34. package/dist-types/schemas/schemas_0.d.ts +2 -0
  35. package/dist-types/ts3.4/commands/CreateWorkloadIdentityCommand.d.ts +1 -1
  36. package/dist-types/ts3.4/models/enums.d.ts +14 -0
  37. package/dist-types/ts3.4/models/models_0.d.ts +4 -0
  38. package/dist-types/ts3.4/models/models_1.d.ts +19 -12
  39. package/dist-types/ts3.4/models/models_2.d.ts +10 -0
  40. package/dist-types/ts3.4/schemas/schemas_0.d.ts +2 -0
  41. package/package.json +1 -1
@@ -290,29 +290,29 @@ export declare namespace Action {
290
290
  }
291
291
  }
292
292
  /**
293
- * Inline examples provided directly in the request body.
293
+ * <p> Inline examples provided directly in the request body. </p>
294
294
  * @public
295
295
  */
296
296
  export interface InlineExamplesSource {
297
297
  /**
298
- * Examples to add. Each example is assigned an auto-generated UUID.
298
+ * <p> Examples to add. Each example is assigned an auto-generated UUID. </p>
299
299
  * @public
300
300
  */
301
301
  examples: __DocumentType[] | undefined;
302
302
  }
303
303
  /**
304
- * S3 location of a JSONL file containing dataset examples.
304
+ * <p> Amazon S3 location of a JSONL file containing dataset examples. </p>
305
305
  * @public
306
306
  */
307
307
  export interface S3Source {
308
308
  /**
309
- * S3 URI of the JSONL file (e.g. s3://my-bucket/path/to/examples.jsonl).
309
+ * <p> Amazon S3 URI of the JSONL file (for example, <code>s3://my-bucket/path/to/examples.jsonl</code>). </p>
310
310
  * @public
311
311
  */
312
312
  s3Uri: string | undefined;
313
313
  }
314
314
  /**
315
- * Source of examples to add to the dataset.
315
+ * <p> Source of examples to add to the dataset. </p>
316
316
  * @public
317
317
  */
318
318
  export type DataSourceType = DataSourceType.InlineExamplesMember | DataSourceType.S3SourceMember | DataSourceType.$UnknownMember;
@@ -321,7 +321,7 @@ export type DataSourceType = DataSourceType.InlineExamplesMember | DataSourceTyp
321
321
  */
322
322
  export declare namespace DataSourceType {
323
323
  /**
324
- * Inline examples provided directly in the request body.
324
+ * <p> Inline examples provided directly in the request body. </p>
325
325
  * @public
326
326
  */
327
327
  interface InlineExamplesMember {
@@ -330,8 +330,7 @@ export declare namespace DataSourceType {
330
330
  $unknown?: never;
331
331
  }
332
332
  /**
333
- * S3 URI pointing to a JSONL file in the customer's bucket.
334
- * The service reads this file using the caller's FAS credentials.
333
+ * <p> Amazon S3 URI pointing to a JSONL file in the customer's bucket. </p>
335
334
  * @public
336
335
  */
337
336
  interface S3SourceMember {
@@ -372,8 +371,7 @@ export interface AddDatasetExamplesRequest {
372
371
  */
373
372
  clientToken?: string | undefined;
374
373
  /**
375
- * Source of examples to add. Provide either inline examples or an S3 URI
376
- * pointing to a JSONL file.
374
+ * <p> Source of examples to add. Provide either inline examples or an S3 URI pointing to a JSONL file. </p>
377
375
  * @public
378
376
  */
379
377
  source: DataSourceType | undefined;
@@ -408,7 +406,7 @@ export interface AddDatasetExamplesResponse {
408
406
  */
409
407
  updatedAt: Date | undefined;
410
408
  /**
411
- * IDs of all added examples (auto-generated UUIDs).
409
+ * <p> IDs of all added examples (auto-generated UUIDs). </p>
412
410
  * @public
413
411
  */
414
412
  exampleIds: string[] | undefined;
@@ -3218,6 +3216,11 @@ export interface CreateConfigurationBundleRequest {
3218
3216
  * @public
3219
3217
  */
3220
3218
  createdBy?: VersionCreatedBySource | undefined;
3219
+ /**
3220
+ * <p>Optional KMS key ARN for encrypting component configurations.</p>
3221
+ * @public
3222
+ */
3223
+ kmsKeyArn?: string | undefined;
3221
3224
  /**
3222
3225
  * <p>A map of tag keys and values to assign to the configuration bundle. Tags enable you to categorize your resources in different ways, for example, by purpose, owner, or environment.</p>
3223
3226
  * @public
@@ -3364,6 +3367,11 @@ export interface GetConfigurationBundleResponse {
3364
3367
  * @public
3365
3368
  */
3366
3369
  updatedAt: Date | undefined;
3370
+ /**
3371
+ * <p>KMS key ARN used to encrypt component configurations, if CMK was provided.</p>
3372
+ * @public
3373
+ */
3374
+ kmsKeyArn?: string | undefined;
3367
3375
  }
3368
3376
  /**
3369
3377
  * @public
@@ -3429,6 +3437,11 @@ export interface GetConfigurationBundleVersionResponse {
3429
3437
  * @public
3430
3438
  */
3431
3439
  versionCreatedAt: Date | undefined;
3440
+ /**
3441
+ * <p>KMS key ARN used to encrypt component configurations, if CMK was provided.</p>
3442
+ * @public
3443
+ */
3444
+ kmsKeyArn?: string | undefined;
3432
3445
  }
3433
3446
  /**
3434
3447
  * @public
@@ -3632,6 +3645,11 @@ export interface UpdateConfigurationBundleRequest {
3632
3645
  * @public
3633
3646
  */
3634
3647
  createdBy?: VersionCreatedBySource | undefined;
3648
+ /**
3649
+ * <p>Optional KMS key ARN for encrypting component configurations. If provided, components will be encrypted with this key. If the bundle already has a KMS key, this rotates to the new key.</p>
3650
+ * @public
3651
+ */
3652
+ kmsKeyArn?: string | undefined;
3635
3653
  }
3636
3654
  /**
3637
3655
  * @public
@@ -3663,13 +3681,12 @@ export interface UpdateConfigurationBundleResponse {
3663
3681
  */
3664
3682
  export interface CreateDatasetRequest {
3665
3683
  /**
3666
- * Optional idempotency token.
3684
+ * <p>A unique, case-sensitive identifier to ensure that the API request completes no more than one time. If you don't specify this field, a value is randomly generated for you. If this token matches a previous request, the service ignores the request, but doesn't return an error. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring idempotency</a>.</p>
3667
3685
  * @public
3668
3686
  */
3669
3687
  clientToken?: string | undefined;
3670
3688
  /**
3671
- * Human-readable name for the dataset. Unique within the account (case-insensitive).
3672
- * Immutable after creation.
3689
+ * <p> Human-readable name for the dataset. Must be unique within the account. Immutable after creation. </p>
3673
3690
  * @public
3674
3691
  */
3675
3692
  datasetName: string | undefined;
@@ -3679,18 +3696,17 @@ export interface CreateDatasetRequest {
3679
3696
  */
3680
3697
  description?: string | undefined;
3681
3698
  /**
3682
- * Source of initial examples. Provide either inline examples or an S3 URI
3683
- * pointing to a JSONL file.
3699
+ * <p> Source of initial examples. Provide either inline examples or an S3 URI pointing to a JSONL file. </p>
3684
3700
  * @public
3685
3701
  */
3686
3702
  source: DataSourceType | undefined;
3687
3703
  /**
3688
- * Versioned schema type governing the structure of examples. Immutable after creation.
3704
+ * <p> Versioned schema type governing the structure of examples. Immutable after creation. </p>
3689
3705
  * @public
3690
3706
  */
3691
3707
  schemaType: DatasetSchemaType | undefined;
3692
3708
  /**
3693
- * Optional AWS KMS key ARN for SSE-KMS on service S3 writes.
3709
+ * <p> Optional KMS key ARN for server-side encryption on service Amazon S3 writes. </p>
3694
3710
  * @public
3695
3711
  */
3696
3712
  kmsKeyArn?: string | undefined;
@@ -3715,8 +3731,7 @@ export interface CreateDatasetResponse {
3715
3731
  */
3716
3732
  datasetId: string | undefined;
3717
3733
  /**
3718
- * Always CREATING immediately after this call.
3719
- * Poll GetDataset until status == ACTIVE (draftStatus=MODIFIED) or CREATE_FAILED.
3734
+ * <p> Always CREATING immediately after this call. Poll <code>GetDataset</code> until status transitions to ACTIVE or CREATE_FAILED. </p>
3720
3735
  * @public
3721
3736
  */
3722
3737
  status: DatasetStatus | undefined;
@@ -3756,13 +3771,12 @@ export interface CreateDatasetVersionResponse {
3756
3771
  */
3757
3772
  datasetId: string | undefined;
3758
3773
  /**
3759
- * Always UPDATING immediately after this call.
3760
- * Poll GetDataset until status == ACTIVE (draftStatus=UNMODIFIED) or UPDATE_FAILED.
3774
+ * <p> Always UPDATING immediately after this call. Poll <code>GetDataset</code> until status transitions to ACTIVE or UPDATE_FAILED. </p>
3761
3775
  * @public
3762
3776
  */
3763
3777
  status: DatasetStatus | undefined;
3764
3778
  /**
3765
- * The version being created.
3779
+ * <p> The version number being created. </p>
3766
3780
  * @public
3767
3781
  */
3768
3782
  datasetVersion: string | undefined;
@@ -3782,8 +3796,7 @@ export interface DeleteDatasetRequest {
3782
3796
  */
3783
3797
  datasetId: string | undefined;
3784
3798
  /**
3785
- * Optional version to delete. Use "DRAFT" or omit to delete the draft.
3786
- * Returns ResourceNotFoundException if the specified version does not exist.
3799
+ * <p> Optional version to delete. If absent, deletes the entire dataset. If provided, deletes only that specific version. </p>
3787
3800
  * @public
3788
3801
  */
3789
3802
  datasetVersion?: string | undefined;
@@ -3808,7 +3821,7 @@ export interface DeleteDatasetResponse {
3808
3821
  */
3809
3822
  status: DatasetStatus | undefined;
3810
3823
  /**
3811
- * The version deleted.
3824
+ * <p> The version that was deleted. </p>
3812
3825
  * @public
3813
3826
  */
3814
3827
  datasetVersion: string | undefined;
@@ -3878,7 +3891,7 @@ export interface GetDatasetRequest {
3878
3891
  */
3879
3892
  datasetId: string | undefined;
3880
3893
  /**
3881
- * Version to retrieve: "DRAFT" or a version number. Defaults to DRAFT if absent.
3894
+ * <p> Version to retrieve: "DRAFT" or a version number. Defaults to DRAFT if absent. </p>
3882
3895
  * @public
3883
3896
  */
3884
3897
  datasetVersion?: string | undefined;
@@ -3898,7 +3911,7 @@ export interface GetDatasetResponse {
3898
3911
  */
3899
3912
  datasetId: string | undefined;
3900
3913
  /**
3901
- * The resolved version: "DRAFT" (default) or the requested version number.
3914
+ * <p> The resolved version: "DRAFT" (default) or the requested version number. </p>
3902
3915
  * @public
3903
3916
  */
3904
3917
  datasetVersion: string | undefined;
@@ -3918,41 +3931,37 @@ export interface GetDatasetResponse {
3918
3931
  */
3919
3932
  status: DatasetStatus | undefined;
3920
3933
  /**
3921
- * Publish synchronization state. Only authoritative when status == ACTIVE.
3922
- * MODIFIED — DRAFT has unpublished changes (or no published versions yet).
3923
- * UNMODIFIED — DRAFT matches the latest published version exactly.
3934
+ * <p> Publish synchronization state. Only authoritative when status is ACTIVE. MODIFIED indicates DRAFT has unpublished changes. UNMODIFIED indicates DRAFT matches the latest published version. </p>
3924
3935
  * @public
3925
3936
  */
3926
3937
  draftStatus?: DraftStatus | undefined;
3927
3938
  /**
3928
- * Populated when status is CREATE_FAILED, UPDATE_FAILED, or DELETE_FAILED.
3939
+ * <p> Populated when status is CREATE_FAILED, UPDATE_FAILED, or DELETE_FAILED. Describes the reason for the failure. </p>
3929
3940
  * @public
3930
3941
  */
3931
3942
  failureReason?: string | undefined;
3932
3943
  /**
3933
- * The schema type declared at create time. Immutable after creation.
3944
+ * <p> The schema type declared at create time. Immutable after creation. </p>
3934
3945
  * @public
3935
3946
  */
3936
3947
  schemaType: DatasetSchemaType | undefined;
3937
3948
  /**
3938
- * AWS KMS key ARN used for SSE-KMS on service S3 writes, if configured.
3949
+ * <p> KMS key ARN used for server-side encryption on service Amazon S3 writes, if configured. </p>
3939
3950
  * @public
3940
3951
  */
3941
3952
  kmsKeyArn?: string | undefined;
3942
3953
  /**
3943
- * Example count for DRAFT.
3954
+ * <p> The number of examples in the DRAFT. </p>
3944
3955
  * @public
3945
3956
  */
3946
3957
  exampleCount: number | undefined;
3947
3958
  /**
3948
- * Presigned S3 URL to download the consolidated dataset.jsonl file for the resolved
3949
- * version (DRAFT or published). TTL: 5 minutes. Omitted if the file does not yet exist
3950
- * (e.g. during CREATING) or on presign failure.
3959
+ * <p> Presigned Amazon S3 URL to download the consolidated dataset file for the resolved version. Expires after 5 minutes. Omitted if the file does not yet exist. </p>
3951
3960
  * @public
3952
3961
  */
3953
3962
  downloadUrl?: string | undefined;
3954
3963
  /**
3955
- * Expiry timestamp for downloadUrl.
3964
+ * <p> Expiry timestamp for the download URL. </p>
3956
3965
  * @public
3957
3966
  */
3958
3967
  downloadUrlExpiresAt?: Date | undefined;
@@ -3982,16 +3991,12 @@ export interface ListDatasetExamplesRequest {
3982
3991
  */
3983
3992
  datasetId: string | undefined;
3984
3993
  /**
3985
- * Version to paginate: "DRAFT" or a version number. Defaults to DRAFT if absent.
3986
- * Only used on the first request (when nextToken is absent). For subsequent pages,
3987
- * the version is extracted from the nextToken and this parameter is ignored.
3994
+ * <p> Version to paginate: "DRAFT" or a version number. Defaults to DRAFT if absent. Only used on the first request; for subsequent pages, the version is extracted from the pagination token. </p>
3988
3995
  * @public
3989
3996
  */
3990
3997
  datasetVersion?: string | undefined;
3991
3998
  /**
3992
- * Maximum number of examples to return per page. Default: 1000. Min: 1, max: 1000.
3993
- * Response size is validated against 5 MB limit after reading.
3994
- * For bulk access to all examples, use the `downloadUrl` field from GetDataset.
3999
+ * <p> Maximum number of examples to return per page. </p>
3995
4000
  * @public
3996
4001
  */
3997
4002
  maxResults?: number | undefined;
@@ -4016,13 +4021,12 @@ export interface ListDatasetExamplesResponse {
4016
4021
  */
4017
4022
  datasetId: string | undefined;
4018
4023
  /**
4019
- * The version returned.
4024
+ * <p> The version returned. </p>
4020
4025
  * @public
4021
4026
  */
4022
4027
  datasetVersion: string | undefined;
4023
4028
  /**
4024
- * Paginated example content. Each element is a JSON object containing at least
4025
- * an `exampleId` field plus the schema-specific content fields.
4029
+ * <p> Paginated example content. Each element is a JSON object containing at least an <code>exampleId</code> field plus the schema-specific content fields. </p>
4026
4030
  * @public
4027
4031
  */
4028
4032
  examples: __DocumentType[] | undefined;
@@ -4078,7 +4082,7 @@ export interface DatasetSummary {
4078
4082
  */
4079
4083
  status: DatasetStatus | undefined;
4080
4084
  /**
4081
- * Publish synchronization state. Only authoritative when status == ACTIVE.
4085
+ * <p> Publish synchronization state. Only authoritative when status is ACTIVE. </p>
4082
4086
  * @public
4083
4087
  */
4084
4088
  draftStatus?: DraftStatus | undefined;
@@ -4144,18 +4148,7 @@ export interface ListDatasetVersionsRequest {
4144
4148
  */
4145
4149
  export interface DatasetVersionSummary {
4146
4150
  /**
4147
- * Dataset version identifier. Accepts "DRAFT" or a non-negative integer string.
4148
- *
4149
- * "DRAFT" refers to the single mutable working copy of the dataset.
4150
- * - Always present after CreateDataset ingestion completes.
4151
- * - Content changes in-place when examples are added, updated, or deleted.
4152
- * - NOT tracked as a DDB DatasetVersionItem — state lives in S3 (draft/manifest.json,
4153
- * draft/dataset.jsonl) and the DatasetItem.exampleCount field.
4154
- * - Default for read operations when ?datasetVersion is absent.
4155
- *
4156
- * An integer string (e.g. "1", "2", "3") refers to a published, immutable snapshot
4157
- * created by CreateDatasetVersion. Once created, a published version's content never
4158
- * changes. Stored as a DDB DatasetVersionItem (SK=VERSION#\{zero-padded-N\}).
4151
+ * <p> The version number of this published snapshot. </p>
4159
4152
  * @public
4160
4153
  */
4161
4154
  datasetVersion: string | undefined;
@@ -4240,11 +4233,7 @@ export interface UpdateDatasetExamplesRequest {
4240
4233
  */
4241
4234
  clientToken?: string | undefined;
4242
4235
  /**
4243
- * Examples to update. Each element is a JSON object containing a required `exampleId`
4244
- * string field identifying the existing example, plus the replacement fields. The
4245
- * `exampleId` is extracted and removed before persistence; the remaining document is
4246
- * validated against the dataset's schemaType.
4247
- * Max 1000 examples per call. Total request body must not exceed 5 MB.
4236
+ * <p> Examples to update. Each element is a JSON object containing a required <code>exampleId</code> field identifying the existing example, plus the replacement fields. Maximum 1000 examples per call. </p>
4248
4237
  * @public
4249
4238
  */
4250
4239
  examples: __DocumentType[] | undefined;
@@ -1,4 +1,4 @@
1
- import type { ActorTokenContentType, ClientAuthenticationMethodType, ContentLevel, ContentType, CredentialProviderVendorType, DescriptorType, FilterOperator, FindingType, MemoryStatus, MemoryStrategyStatus, MemoryStrategyType, MemoryView, MetadataValueType, OnBehalfOfTokenExchangeGrantTypeType, OnlineEvaluationConfigStatus, OnlineEvaluationExecutionStatus, OverrideType, PaymentConnectorStatus, PaymentConnectorType, PaymentCredentialProviderVendorType, PaymentManagerStatus, PaymentsAuthorizerType, PolicyEngineStatus, PolicyGenerationStatus, PolicyStatus, PolicyValidationMode, RegistryAuthorizerType, RegistryRecordCredentialProviderType, RegistryRecordOAuthGrantType, RegistryRecordStatus, RegistryStatus, SecretSourceType, Status, SynchronizationType } from "./enums";
1
+ import type { ActorTokenContentType, ClientAuthenticationMethodType, ClusteringFrequency, ContentLevel, ContentType, CredentialProviderVendorType, DescriptorType, ExtractionType, FilterOperator, FindingType, MemoryStatus, MemoryStrategyStatus, MemoryStrategyType, MemoryView, MetadataValueType, OnBehalfOfTokenExchangeGrantTypeType, OnlineEvaluationConfigStatus, OnlineEvaluationExecutionStatus, OverrideType, PaymentConnectorStatus, PaymentConnectorType, PaymentCredentialProviderVendorType, PaymentManagerStatus, PaymentsAuthorizerType, PolicyEngineStatus, PolicyGenerationStatus, PolicyStatus, PolicyValidationMode, RegistryAuthorizerType, RegistryRecordCredentialProviderType, RegistryRecordOAuthGrantType, RegistryRecordStatus, RegistryStatus, SecretSourceType, Status, SynchronizationType } from "./enums";
2
2
  import type { A2aDescriptor, AgentSkillsDescriptor, AuthorizerConfiguration, KmsConfiguration, PrivateEndpoint, PrivateEndpointOverride, Secret, SecretReference, SkillDefinition, SkillMdDefinition, UpdatedAuthorizerConfiguration, WorkloadIdentityDetails } from "./models_0";
3
3
  /**
4
4
  * <p>A metadata key indexed for filtering.</p>
@@ -220,7 +220,12 @@ export interface MetadataSchemaEntry {
220
220
  */
221
221
  type?: MetadataValueType | undefined;
222
222
  /**
223
- * <p>Configuration for extracting this metadata value from conversational content.</p>
223
+ * <p>Specifies whether the metadata value is extracted by the LLM or passed through deterministically from the event.</p>
224
+ * @public
225
+ */
226
+ extractionType?: ExtractionType | undefined;
227
+ /**
228
+ * <p>Configuration for extracting this metadata value from conversational content. Applicable only if extractionType is LLM inferred.</p>
224
229
  * @public
225
230
  */
226
231
  extractionConfig?: ExtractionConfig | undefined;
@@ -3616,6 +3621,17 @@ export interface UpdateOauth2CredentialProviderResponse {
3616
3621
  */
3617
3622
  status?: Status | undefined;
3618
3623
  }
3624
+ /**
3625
+ * <p>Configuration for periodic batch evaluation clustering, specifying how often clustering jobs run.</p>
3626
+ * @public
3627
+ */
3628
+ export interface ClusteringConfig {
3629
+ /**
3630
+ * <p>The list of frequencies at which clustering batch evaluations are triggered.</p>
3631
+ * @public
3632
+ */
3633
+ frequencies: ClusteringFrequency[] | undefined;
3634
+ }
3619
3635
  /**
3620
3636
  * <p> The configuration for reading agent traces from CloudWatch logs as input for online evaluation. </p>
3621
3637
  * @public
@@ -3698,6 +3714,18 @@ export declare namespace EvaluatorReference {
3698
3714
  _: (name: string, value: any) => T;
3699
3715
  }
3700
3716
  }
3717
+ /**
3718
+ * A reference to an insight analysis to run against sessions.
3719
+ * @public
3720
+ */
3721
+ export interface Insight {
3722
+ /**
3723
+ * Canonical insight identifiers using the Builtin.Insight.* naming convention.
3724
+ * Used by BatchEvaluate, InternalEvaluate, and ServiceEngineEvaluate flows.
3725
+ * @public
3726
+ */
3727
+ insightId: string | undefined;
3728
+ }
3701
3729
  /**
3702
3730
  * <p> The value used in filter comparisons, supporting different data types for flexible filtering criteria. </p>
3703
3731
  * @public
@@ -3854,7 +3882,17 @@ export interface CreateOnlineEvaluationConfigRequest {
3854
3882
  * <p> The list of evaluators to apply during online evaluation. Can include both built-in evaluators and custom evaluators created with <code>CreateEvaluator</code>. </p>
3855
3883
  * @public
3856
3884
  */
3857
- evaluators: EvaluatorReference[] | undefined;
3885
+ evaluators?: EvaluatorReference[] | undefined;
3886
+ /**
3887
+ * <p>The list of insight types to run against agent sessions.</p>
3888
+ * @public
3889
+ */
3890
+ insights?: Insight[] | undefined;
3891
+ /**
3892
+ * <p>Configuration for periodic batch evaluation clustering of insight results.</p>
3893
+ * @public
3894
+ */
3895
+ clusteringConfig?: ClusteringConfig | undefined;
3858
3896
  /**
3859
3897
  * <p> The Amazon Resource Name (ARN) of the IAM role that grants permissions to read from CloudWatch logs, write evaluation results, and invoke Amazon Bedrock models for evaluation. If the configuration references evaluators encrypted with a customer managed KMS key, this role must also have <code>kms:Decrypt</code> permission on the KMS key. The service validates this permission at configuration creation time. For more information, see <a href="https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/evaluations-encryption.html">Encryption at rest for AgentCore Evaluations</a>. </p>
3860
3898
  * @public
@@ -4011,7 +4049,17 @@ export interface GetOnlineEvaluationConfigResponse {
4011
4049
  * <p> The list of evaluators applied during online evaluation. </p>
4012
4050
  * @public
4013
4051
  */
4014
- evaluators: EvaluatorReference[] | undefined;
4052
+ evaluators?: EvaluatorReference[] | undefined;
4053
+ /**
4054
+ * <p>The list of insight types configured for this evaluation.</p>
4055
+ * @public
4056
+ */
4057
+ insights?: Insight[] | undefined;
4058
+ /**
4059
+ * <p>The clustering configuration for periodic batch evaluation.</p>
4060
+ * @public
4061
+ */
4062
+ clusteringConfig?: ClusteringConfig | undefined;
4015
4063
  /**
4016
4064
  * <p> The output configuration specifying where evaluation results are written. </p>
4017
4065
  * @public
@@ -4113,6 +4161,16 @@ export interface OnlineEvaluationConfigSummary {
4113
4161
  * @public
4114
4162
  */
4115
4163
  failureReason?: string | undefined;
4164
+ /**
4165
+ * <p>The list of insight types configured for this evaluation.</p>
4166
+ * @public
4167
+ */
4168
+ insights?: Insight[] | undefined;
4169
+ /**
4170
+ * <p>The clustering configuration for periodic batch evaluation.</p>
4171
+ * @public
4172
+ */
4173
+ clusteringConfig?: ClusteringConfig | undefined;
4116
4174
  }
4117
4175
  /**
4118
4176
  * @public
@@ -4163,6 +4221,16 @@ export interface UpdateOnlineEvaluationConfigRequest {
4163
4221
  * @public
4164
4222
  */
4165
4223
  evaluators?: EvaluatorReference[] | undefined;
4224
+ /**
4225
+ * <p>The updated list of insight types to run against agent sessions.</p>
4226
+ * @public
4227
+ */
4228
+ insights?: Insight[] | undefined;
4229
+ /**
4230
+ * <p>The updated clustering configuration for periodic batch evaluation.</p>
4231
+ * @public
4232
+ */
4233
+ clusteringConfig?: ClusteringConfig | undefined;
4166
4234
  /**
4167
4235
  * <p> The updated Amazon Resource Name (ARN) of the IAM role used for evaluation execution. </p>
4168
4236
  * @public
@@ -8427,43 +8495,3 @@ export interface UntagResourceRequest {
8427
8495
  */
8428
8496
  export interface UntagResourceResponse {
8429
8497
  }
8430
- /**
8431
- * @public
8432
- */
8433
- export interface CreateWorkloadIdentityRequest {
8434
- /**
8435
- * <p>The name of the workload identity. The name must be unique within your account.</p>
8436
- * @public
8437
- */
8438
- name: string | undefined;
8439
- /**
8440
- * <p>The list of allowed OAuth2 return URLs for resources associated with this workload identity.</p>
8441
- * @public
8442
- */
8443
- allowedResourceOauth2ReturnUrls?: string[] | undefined;
8444
- /**
8445
- * <p>A map of tag keys and values to assign to the workload identity. Tags enable you to categorize your resources in different ways, for example, by purpose, owner, or environment.</p>
8446
- * @public
8447
- */
8448
- tags?: Record<string, string> | undefined;
8449
- }
8450
- /**
8451
- * @public
8452
- */
8453
- export interface CreateWorkloadIdentityResponse {
8454
- /**
8455
- * <p>The name of the workload identity.</p>
8456
- * @public
8457
- */
8458
- name: string | undefined;
8459
- /**
8460
- * <p>The Amazon Resource Name (ARN) of the workload identity.</p>
8461
- * @public
8462
- */
8463
- workloadIdentityArn: string | undefined;
8464
- /**
8465
- * <p>The list of allowed OAuth2 return URLs for resources associated with this workload identity.</p>
8466
- * @public
8467
- */
8468
- allowedResourceOauth2ReturnUrls?: string[] | undefined;
8469
- }
@@ -1,5 +1,45 @@
1
1
  import type { SchemaType, TargetProtocolType, TargetStatus } from "./enums";
2
2
  import type { ApiGatewayTargetConfiguration, ApiSchemaConfiguration, AuthorizationData, CredentialProviderConfiguration, HttpTargetConfiguration, ManagedResourceDetails, McpServerTargetConfiguration, MetadataConfiguration, PrivateEndpoint, S3Configuration } from "./models_0";
3
+ /**
4
+ * @public
5
+ */
6
+ export interface CreateWorkloadIdentityRequest {
7
+ /**
8
+ * <p>The name of the workload identity. The name must be unique within your account.</p>
9
+ * @public
10
+ */
11
+ name: string | undefined;
12
+ /**
13
+ * <p>The list of allowed OAuth2 return URLs for resources associated with this workload identity.</p>
14
+ * @public
15
+ */
16
+ allowedResourceOauth2ReturnUrls?: string[] | undefined;
17
+ /**
18
+ * <p>A map of tag keys and values to assign to the workload identity. Tags enable you to categorize your resources in different ways, for example, by purpose, owner, or environment.</p>
19
+ * @public
20
+ */
21
+ tags?: Record<string, string> | undefined;
22
+ }
23
+ /**
24
+ * @public
25
+ */
26
+ export interface CreateWorkloadIdentityResponse {
27
+ /**
28
+ * <p>The name of the workload identity.</p>
29
+ * @public
30
+ */
31
+ name: string | undefined;
32
+ /**
33
+ * <p>The Amazon Resource Name (ARN) of the workload identity.</p>
34
+ * @public
35
+ */
36
+ workloadIdentityArn: string | undefined;
37
+ /**
38
+ * <p>The list of allowed OAuth2 return URLs for resources associated with this workload identity.</p>
39
+ * @public
40
+ */
41
+ allowedResourceOauth2ReturnUrls?: string[] | undefined;
42
+ }
3
43
  /**
4
44
  * @public
5
45
  */
@@ -49,6 +49,7 @@ export declare var CedarPolicy$: StaticStructureSchema;
49
49
  export declare var Certificate$: StaticStructureSchema;
50
50
  export declare var CloudWatchLogsInputConfig$: StaticStructureSchema;
51
51
  export declare var CloudWatchOutputConfig$: StaticStructureSchema;
52
+ export declare var ClusteringConfig$: StaticStructureSchema;
52
53
  export declare var CodeConfiguration$: StaticStructureSchema;
53
54
  export declare var CodeInterpreterNetworkConfiguration$: StaticStructureSchema;
54
55
  export declare var CodeInterpreterSummary$: StaticStructureSchema;
@@ -289,6 +290,7 @@ export declare var IncludedOauth2ProviderConfigOutput$: StaticStructureSchema;
289
290
  export declare var IndexedKey$: StaticStructureSchema;
290
291
  export declare var InferenceConfiguration$: StaticStructureSchema;
291
292
  export declare var InlineExamplesSource$: StaticStructureSchema;
293
+ export declare var Insight$: StaticStructureSchema;
292
294
  export declare var InterceptorInputConfiguration$: StaticStructureSchema;
293
295
  export declare var InvocationConfiguration$: StaticStructureSchema;
294
296
  export declare var InvocationConfigurationInput$: StaticStructureSchema;
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  CreateWorkloadIdentityRequest,
10
10
  CreateWorkloadIdentityResponse,
11
- } from "../models/models_1";
11
+ } from "../models/models_2";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface CreateWorkloadIdentityCommandInput
@@ -367,6 +367,12 @@ export declare const MetadataValueType: {
367
367
  };
368
368
  export type MetadataValueType =
369
369
  (typeof MetadataValueType)[keyof typeof MetadataValueType];
370
+ export declare const ExtractionType: {
371
+ readonly LLM_INFERRED: "LLM_INFERRED";
372
+ readonly STRICTLY_CONSISTENT: "STRICTLY_CONSISTENT";
373
+ };
374
+ export type ExtractionType =
375
+ (typeof ExtractionType)[keyof typeof ExtractionType];
370
376
  export declare const ContentLevel: {
371
377
  readonly FULL_CONTENT: "FULL_CONTENT";
372
378
  readonly METADATA_ONLY: "METADATA_ONLY";
@@ -381,6 +387,7 @@ export declare const MemoryStatus: {
381
387
  readonly CREATING: "CREATING";
382
388
  readonly DELETING: "DELETING";
383
389
  readonly FAILED: "FAILED";
390
+ readonly UPDATING: "UPDATING";
384
391
  };
385
392
  export type MemoryStatus = (typeof MemoryStatus)[keyof typeof MemoryStatus];
386
393
  export declare const OverrideType: {
@@ -465,6 +472,13 @@ export declare const Status: {
465
472
  readonly UPDATING: "UPDATING";
466
473
  };
467
474
  export type Status = (typeof Status)[keyof typeof Status];
475
+ export declare const ClusteringFrequency: {
476
+ readonly DAILY: "DAILY";
477
+ readonly MONTHLY: "MONTHLY";
478
+ readonly WEEKLY: "WEEKLY";
479
+ };
480
+ export type ClusteringFrequency =
481
+ (typeof ClusteringFrequency)[keyof typeof ClusteringFrequency];
468
482
  export declare const FilterOperator: {
469
483
  readonly CONTAINS: "Contains";
470
484
  readonly EQUALS: "Equals";
@@ -991,6 +991,7 @@ export interface CreateConfigurationBundleRequest {
991
991
  branchName?: string | undefined;
992
992
  commitMessage?: string | undefined;
993
993
  createdBy?: VersionCreatedBySource | undefined;
994
+ kmsKeyArn?: string | undefined;
994
995
  tags?: Record<string, string> | undefined;
995
996
  }
996
997
  export interface CreateConfigurationBundleResponse {
@@ -1026,6 +1027,7 @@ export interface GetConfigurationBundleResponse {
1026
1027
  lineageMetadata?: VersionLineageMetadata | undefined;
1027
1028
  createdAt: Date | undefined;
1028
1029
  updatedAt: Date | undefined;
1030
+ kmsKeyArn?: string | undefined;
1029
1031
  }
1030
1032
  export interface GetConfigurationBundleVersionRequest {
1031
1033
  bundleId: string | undefined;
@@ -1041,6 +1043,7 @@ export interface GetConfigurationBundleVersionResponse {
1041
1043
  lineageMetadata?: VersionLineageMetadata | undefined;
1042
1044
  createdAt: Date | undefined;
1043
1045
  versionCreatedAt: Date | undefined;
1046
+ kmsKeyArn?: string | undefined;
1044
1047
  }
1045
1048
  export interface ListConfigurationBundlesRequest {
1046
1049
  nextToken?: string | undefined;
@@ -1089,6 +1092,7 @@ export interface UpdateConfigurationBundleRequest {
1089
1092
  branchName?: string | undefined;
1090
1093
  commitMessage?: string | undefined;
1091
1094
  createdBy?: VersionCreatedBySource | undefined;
1095
+ kmsKeyArn?: string | undefined;
1092
1096
  }
1093
1097
  export interface UpdateConfigurationBundleResponse {
1094
1098
  bundleArn: string | undefined;