@aws-sdk/client-bedrock-agentcore-control 3.1103.0 → 3.1105.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 (135) hide show
  1. package/README.md +84 -0
  2. package/dist-cjs/index.js +745 -91
  3. package/dist-es/BedrockAgentCoreControl.js +30 -0
  4. package/dist-es/commands/BatchPutGatewayRateLimitsCommand.js +4 -0
  5. package/dist-es/commands/CreateCapacityProviderCommand.js +4 -0
  6. package/dist-es/commands/CreateGatewayRateLimitCommand.js +4 -0
  7. package/dist-es/commands/DeleteCapacityProviderCommand.js +4 -0
  8. package/dist-es/commands/DeleteGatewayRateLimitCommand.js +4 -0
  9. package/dist-es/commands/GetCapacityProviderCommand.js +4 -0
  10. package/dist-es/commands/GetGatewayRateLimitCommand.js +4 -0
  11. package/dist-es/commands/ListAgentRuntimeVersionsByCapacityProviderCommand.js +4 -0
  12. package/dist-es/commands/ListCapacityProvidersCommand.js +4 -0
  13. package/dist-es/commands/ListGatewayRateLimitsCommand.js +4 -0
  14. package/dist-es/commands/UpdateCapacityProviderCommand.js +4 -0
  15. package/dist-es/commands/UpdateGatewayRateLimitCommand.js +4 -0
  16. package/dist-es/commands/index.js +12 -0
  17. package/dist-es/models/enums.js +48 -0
  18. package/dist-es/models/errors.js +13 -0
  19. package/dist-es/pagination/ListAgentRuntimeVersionsByCapacityProviderPaginator.js +4 -0
  20. package/dist-es/pagination/ListCapacityProvidersPaginator.js +4 -0
  21. package/dist-es/pagination/ListGatewayRateLimitsPaginator.js +4 -0
  22. package/dist-es/pagination/index.js +3 -0
  23. package/dist-es/schemas/schemas_0.js +546 -91
  24. package/dist-types/BedrockAgentCoreControl.d.ts +106 -0
  25. package/dist-types/BedrockAgentCoreControlClient.d.ts +14 -2
  26. package/dist-types/commands/BatchPutGatewayRateLimitsCommand.d.ts +164 -0
  27. package/dist-types/commands/CreateAgentRuntimeCommand.d.ts +7 -0
  28. package/dist-types/commands/CreateCapacityProviderCommand.d.ts +189 -0
  29. package/dist-types/commands/CreateGatewayRateLimitCommand.d.ts +156 -0
  30. package/dist-types/commands/CreateGatewayTargetCommand.d.ts +16 -0
  31. package/dist-types/commands/CreateHarnessCommand.d.ts +8 -0
  32. package/dist-types/commands/CreateHarnessEndpointCommand.d.ts +1 -1
  33. package/dist-types/commands/CreatePolicyCommand.d.ts +1 -1
  34. package/dist-types/commands/DeleteAgentRuntimeCommand.d.ts +3 -1
  35. package/dist-types/commands/DeleteAgentRuntimeEndpointCommand.d.ts +1 -1
  36. package/dist-types/commands/DeleteCapacityProviderCommand.d.ts +94 -0
  37. package/dist-types/commands/DeleteGatewayRateLimitCommand.d.ts +91 -0
  38. package/dist-types/commands/DeleteGatewayTargetCommand.d.ts +1 -1
  39. package/dist-types/commands/DeleteHarnessCommand.d.ts +4 -0
  40. package/dist-types/commands/DeleteHarnessEndpointCommand.d.ts +1 -1
  41. package/dist-types/commands/DeletePolicyCommand.d.ts +1 -1
  42. package/dist-types/commands/GetAgentRuntimeCommand.d.ts +7 -0
  43. package/dist-types/commands/GetCapacityProviderCommand.d.ts +180 -0
  44. package/dist-types/commands/GetGatewayRateLimitCommand.d.ts +120 -0
  45. package/dist-types/commands/GetGatewayTargetCommand.d.ts +9 -1
  46. package/dist-types/commands/GetHarnessCommand.d.ts +4 -0
  47. package/dist-types/commands/GetHarnessEndpointCommand.d.ts +1 -1
  48. package/dist-types/commands/GetPolicyCommand.d.ts +1 -1
  49. package/dist-types/commands/GetPolicyGenerationCommand.d.ts +2 -1
  50. package/dist-types/commands/GetPolicyGenerationSummaryCommand.d.ts +1 -1
  51. package/dist-types/commands/GetPolicySummaryCommand.d.ts +1 -1
  52. package/dist-types/commands/GetResourcePolicyCommand.d.ts +1 -1
  53. package/dist-types/commands/GetTokenVaultCommand.d.ts +1 -1
  54. package/dist-types/commands/ListAgentRuntimeVersionsByCapacityProviderCommand.d.ts +92 -0
  55. package/dist-types/commands/ListCapacityProvidersCommand.d.ts +93 -0
  56. package/dist-types/commands/ListGatewayRateLimitsCommand.d.ts +126 -0
  57. package/dist-types/commands/ListGatewayTargetsCommand.d.ts +2 -2
  58. package/dist-types/commands/ListHarnessEndpointsCommand.d.ts +1 -1
  59. package/dist-types/commands/ListPoliciesCommand.d.ts +1 -1
  60. package/dist-types/commands/ListPolicyGenerationAssetsCommand.d.ts +1 -1
  61. package/dist-types/commands/ListPolicyGenerationSummariesCommand.d.ts +1 -1
  62. package/dist-types/commands/ListPolicyGenerationsCommand.d.ts +1 -1
  63. package/dist-types/commands/ListPolicySummariesCommand.d.ts +1 -1
  64. package/dist-types/commands/PutResourcePolicyCommand.d.ts +1 -1
  65. package/dist-types/commands/StartPolicyGenerationCommand.d.ts +1 -1
  66. package/dist-types/commands/SynchronizeGatewayTargetsCommand.d.ts +9 -1
  67. package/dist-types/commands/UpdateAgentRuntimeCommand.d.ts +7 -0
  68. package/dist-types/commands/UpdateCapacityProviderCommand.d.ts +101 -0
  69. package/dist-types/commands/UpdateGatewayRateLimitCommand.d.ts +149 -0
  70. package/dist-types/commands/UpdateGatewayTargetCommand.d.ts +16 -0
  71. package/dist-types/commands/UpdateHarnessCommand.d.ts +8 -0
  72. package/dist-types/commands/UpdateHarnessEndpointCommand.d.ts +1 -1
  73. package/dist-types/commands/UpdatePolicyCommand.d.ts +1 -1
  74. package/dist-types/commands/index.d.ts +12 -0
  75. package/dist-types/models/enums.d.ts +112 -0
  76. package/dist-types/models/errors.d.ts +13 -0
  77. package/dist-types/models/models_0.d.ts +2529 -2373
  78. package/dist-types/models/models_1.d.ts +4418 -4735
  79. package/dist-types/models/models_2.d.ts +1467 -3
  80. package/dist-types/pagination/ListAgentRuntimeVersionsByCapacityProviderPaginator.d.ts +7 -0
  81. package/dist-types/pagination/ListCapacityProvidersPaginator.d.ts +7 -0
  82. package/dist-types/pagination/ListGatewayRateLimitsPaginator.d.ts +7 -0
  83. package/dist-types/pagination/index.d.ts +3 -0
  84. package/dist-types/schemas/schemas_0.d.ts +63 -0
  85. package/dist-types/ts3.4/BedrockAgentCoreControl.d.ts +226 -0
  86. package/dist-types/ts3.4/BedrockAgentCoreControlClient.d.ts +72 -0
  87. package/dist-types/ts3.4/commands/BatchPutGatewayRateLimitsCommand.d.ts +42 -0
  88. package/dist-types/ts3.4/commands/CreateCapacityProviderCommand.d.ts +39 -0
  89. package/dist-types/ts3.4/commands/CreateGatewayRateLimitCommand.d.ts +39 -0
  90. package/dist-types/ts3.4/commands/CreateHarnessEndpointCommand.d.ts +1 -1
  91. package/dist-types/ts3.4/commands/CreatePolicyCommand.d.ts +1 -1
  92. package/dist-types/ts3.4/commands/DeleteCapacityProviderCommand.d.ts +39 -0
  93. package/dist-types/ts3.4/commands/DeleteGatewayRateLimitCommand.d.ts +39 -0
  94. package/dist-types/ts3.4/commands/DeleteGatewayTargetCommand.d.ts +1 -1
  95. package/dist-types/ts3.4/commands/DeleteHarnessEndpointCommand.d.ts +1 -1
  96. package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +1 -1
  97. package/dist-types/ts3.4/commands/GetCapacityProviderCommand.d.ts +39 -0
  98. package/dist-types/ts3.4/commands/GetGatewayRateLimitCommand.d.ts +39 -0
  99. package/dist-types/ts3.4/commands/GetGatewayTargetCommand.d.ts +1 -1
  100. package/dist-types/ts3.4/commands/GetHarnessEndpointCommand.d.ts +1 -1
  101. package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +1 -1
  102. package/dist-types/ts3.4/commands/GetPolicyGenerationCommand.d.ts +2 -1
  103. package/dist-types/ts3.4/commands/GetPolicyGenerationSummaryCommand.d.ts +1 -1
  104. package/dist-types/ts3.4/commands/GetPolicySummaryCommand.d.ts +1 -1
  105. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +1 -1
  106. package/dist-types/ts3.4/commands/GetTokenVaultCommand.d.ts +1 -1
  107. package/dist-types/ts3.4/commands/ListAgentRuntimeVersionsByCapacityProviderCommand.d.ts +42 -0
  108. package/dist-types/ts3.4/commands/ListCapacityProvidersCommand.d.ts +39 -0
  109. package/dist-types/ts3.4/commands/ListGatewayRateLimitsCommand.d.ts +39 -0
  110. package/dist-types/ts3.4/commands/ListGatewayTargetsCommand.d.ts +1 -1
  111. package/dist-types/ts3.4/commands/ListHarnessEndpointsCommand.d.ts +1 -1
  112. package/dist-types/ts3.4/commands/ListPoliciesCommand.d.ts +1 -1
  113. package/dist-types/ts3.4/commands/ListPolicyGenerationAssetsCommand.d.ts +1 -1
  114. package/dist-types/ts3.4/commands/ListPolicyGenerationSummariesCommand.d.ts +1 -1
  115. package/dist-types/ts3.4/commands/ListPolicyGenerationsCommand.d.ts +1 -1
  116. package/dist-types/ts3.4/commands/ListPolicySummariesCommand.d.ts +1 -1
  117. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +1 -1
  118. package/dist-types/ts3.4/commands/StartPolicyGenerationCommand.d.ts +1 -1
  119. package/dist-types/ts3.4/commands/SynchronizeGatewayTargetsCommand.d.ts +1 -1
  120. package/dist-types/ts3.4/commands/UpdateCapacityProviderCommand.d.ts +39 -0
  121. package/dist-types/ts3.4/commands/UpdateGatewayRateLimitCommand.d.ts +39 -0
  122. package/dist-types/ts3.4/commands/UpdateHarnessEndpointCommand.d.ts +1 -1
  123. package/dist-types/ts3.4/commands/UpdatePolicyCommand.d.ts +1 -1
  124. package/dist-types/ts3.4/commands/index.d.ts +12 -0
  125. package/dist-types/ts3.4/models/enums.d.ts +60 -0
  126. package/dist-types/ts3.4/models/errors.d.ts +6 -0
  127. package/dist-types/ts3.4/models/models_0.d.ts +363 -369
  128. package/dist-types/ts3.4/models/models_1.d.ts +371 -410
  129. package/dist-types/ts3.4/models/models_2.d.ts +410 -13
  130. package/dist-types/ts3.4/pagination/ListAgentRuntimeVersionsByCapacityProviderPaginator.d.ts +11 -0
  131. package/dist-types/ts3.4/pagination/ListCapacityProvidersPaginator.d.ts +11 -0
  132. package/dist-types/ts3.4/pagination/ListGatewayRateLimitsPaginator.d.ts +11 -0
  133. package/dist-types/ts3.4/pagination/index.d.ts +3 -0
  134. package/dist-types/ts3.4/schemas/schemas_0.d.ts +63 -0
  135. package/package.json +1 -1
@@ -9,6 +9,9 @@ import {
9
9
  BrowserNetworkMode,
10
10
  BrowserProfileStatus,
11
11
  BrowserStatus,
12
+ CapacityProviderStatus,
13
+ CapacityProviderStatusCode,
14
+ CapacityReservationPreference,
12
15
  ClaimMatchOperatorType,
13
16
  CodeInterpreterNetworkMode,
14
17
  CodeInterpreterStatus,
@@ -17,6 +20,7 @@ import {
17
20
  DatasetSchemaType,
18
21
  DatasetStatus,
19
22
  DraftStatus,
23
+ EbsVolumeType,
20
24
  EndpointIpAddressType,
21
25
  EvaluatorLevel,
22
26
  EvaluatorStatus,
@@ -25,27 +29,23 @@ import {
25
29
  GatewayInterceptionPoint,
26
30
  GatewayPolicyEngineMode,
27
31
  GatewayProtocolType,
32
+ GatewayRateLimitStatus,
28
33
  GatewayRuleStatus,
29
34
  GatewayStatus,
30
- HarnessBedrockApiFormat,
31
- HarnessEndpointStatus,
32
- HarnessManagedMemoryStrategyType,
33
35
  InboundTokenClaimValueType,
34
36
  IncludedData,
35
37
  InterceptorPayloadExclusion,
36
- KeyType,
37
- ListingMode,
38
+ Monitoring,
38
39
  NetworkMode,
39
40
  OAuthGrantType,
41
+ OperatingSystem,
40
42
  PassthroughProtocolType,
43
+ Period,
41
44
  PrincipalMatchOperator,
42
45
  ResourceType,
43
- RestApiMethod,
44
46
  SearchType,
45
47
  SecretSourceType,
46
48
  ServerProtocol,
47
- TargetStatus,
48
- TargetType,
49
49
  WafFailureMode,
50
50
  } from "./enums";
51
51
  export interface AgentCardDefinition {
@@ -473,6 +473,13 @@ export declare namespace AuthorizerConfiguration {
473
473
  _: (name: string, value: any) => T;
474
474
  }
475
475
  }
476
+ export interface CapacityProviderConfiguration {
477
+ capacityProviderArn?: string | undefined;
478
+ }
479
+ export interface CapacityProviderVolumeConfiguration {
480
+ volumeName: string | undefined;
481
+ mountPath: string | undefined;
482
+ }
476
483
  export interface EfsAccessPointConfiguration {
477
484
  accessPointArn: string | undefined;
478
485
  mountPath: string | undefined;
@@ -485,6 +492,7 @@ export interface SessionStorageConfiguration {
485
492
  mountPath: string | undefined;
486
493
  }
487
494
  export type FilesystemConfiguration =
495
+ | FilesystemConfiguration.CapacityProviderVolumeMember
488
496
  | FilesystemConfiguration.EfsAccessPointMember
489
497
  | FilesystemConfiguration.S3FilesAccessPointMember
490
498
  | FilesystemConfiguration.SessionStorageMember
@@ -494,30 +502,42 @@ export declare namespace FilesystemConfiguration {
494
502
  sessionStorage: SessionStorageConfiguration;
495
503
  s3FilesAccessPoint?: never;
496
504
  efsAccessPoint?: never;
505
+ capacityProviderVolume?: never;
497
506
  $unknown?: never;
498
507
  }
499
508
  interface S3FilesAccessPointMember {
500
509
  sessionStorage?: never;
501
510
  s3FilesAccessPoint: S3FilesAccessPointConfiguration;
502
511
  efsAccessPoint?: never;
512
+ capacityProviderVolume?: never;
503
513
  $unknown?: never;
504
514
  }
505
515
  interface EfsAccessPointMember {
506
516
  sessionStorage?: never;
507
517
  s3FilesAccessPoint?: never;
508
518
  efsAccessPoint: EfsAccessPointConfiguration;
519
+ capacityProviderVolume?: never;
520
+ $unknown?: never;
521
+ }
522
+ interface CapacityProviderVolumeMember {
523
+ sessionStorage?: never;
524
+ s3FilesAccessPoint?: never;
525
+ efsAccessPoint?: never;
526
+ capacityProviderVolume: CapacityProviderVolumeConfiguration;
509
527
  $unknown?: never;
510
528
  }
511
529
  interface $UnknownMember {
512
530
  sessionStorage?: never;
513
531
  s3FilesAccessPoint?: never;
514
532
  efsAccessPoint?: never;
533
+ capacityProviderVolume?: never;
515
534
  $unknown: [string, any];
516
535
  }
517
536
  interface Visitor<T> {
518
537
  sessionStorage: (value: SessionStorageConfiguration) => T;
519
538
  s3FilesAccessPoint: (value: S3FilesAccessPointConfiguration) => T;
520
539
  efsAccessPoint: (value: EfsAccessPointConfiguration) => T;
540
+ capacityProviderVolume: (value: CapacityProviderVolumeConfiguration) => T;
521
541
  _: (name: string, value: any) => T;
522
542
  }
523
543
  }
@@ -558,7 +578,7 @@ export interface CreateAgentRuntimeRequest {
558
578
  agentRuntimeName: string | undefined;
559
579
  agentRuntimeArtifact: AgentRuntimeArtifact | undefined;
560
580
  roleArn: string | undefined;
561
- networkConfiguration: NetworkConfiguration | undefined;
581
+ networkConfiguration?: NetworkConfiguration | undefined;
562
582
  clientToken?: string | undefined;
563
583
  description?: string | undefined;
564
584
  authorizerConfiguration?: AuthorizerConfiguration | undefined;
@@ -567,6 +587,7 @@ export interface CreateAgentRuntimeRequest {
567
587
  lifecycleConfiguration?: LifecycleConfiguration | undefined;
568
588
  environmentVariables?: Record<string, string> | undefined;
569
589
  filesystemConfigurations?: FilesystemConfiguration[] | undefined;
590
+ capacityProviderConfiguration?: CapacityProviderConfiguration | undefined;
570
591
  tags?: Record<string, string> | undefined;
571
592
  }
572
593
  export interface WorkloadIdentityDetails {
@@ -582,11 +603,13 @@ export interface CreateAgentRuntimeResponse {
582
603
  }
583
604
  export interface DeleteAgentRuntimeRequest {
584
605
  agentRuntimeId: string | undefined;
606
+ agentRuntimeVersion?: string | undefined;
585
607
  clientToken?: string | undefined;
586
608
  }
587
609
  export interface DeleteAgentRuntimeResponse {
588
610
  status: AgentRuntimeStatus | undefined;
589
611
  agentRuntimeId?: string | undefined;
612
+ agentRuntimeVersion?: string | undefined;
590
613
  }
591
614
  export interface GetAgentRuntimeRequest {
592
615
  agentRuntimeId: string | undefined;
@@ -616,6 +639,7 @@ export interface GetAgentRuntimeResponse {
616
639
  requestHeaderConfiguration?: RequestHeaderConfiguration | undefined;
617
640
  metadataConfiguration?: RuntimeMetadataConfiguration | undefined;
618
641
  filesystemConfigurations?: FilesystemConfiguration[] | undefined;
642
+ capacityProviderConfiguration?: CapacityProviderConfiguration | undefined;
619
643
  }
620
644
  export interface ListAgentRuntimesRequest {
621
645
  maxResults?: number | undefined;
@@ -647,7 +671,7 @@ export interface UpdateAgentRuntimeRequest {
647
671
  agentRuntimeId: string | undefined;
648
672
  agentRuntimeArtifact: AgentRuntimeArtifact | undefined;
649
673
  roleArn: string | undefined;
650
- networkConfiguration: NetworkConfiguration | undefined;
674
+ networkConfiguration?: NetworkConfiguration | undefined;
651
675
  description?: string | undefined;
652
676
  authorizerConfiguration?: AuthorizerConfiguration | undefined;
653
677
  requestHeaderConfiguration?: RequestHeaderConfiguration | undefined;
@@ -656,6 +680,7 @@ export interface UpdateAgentRuntimeRequest {
656
680
  metadataConfiguration?: RuntimeMetadataConfiguration | undefined;
657
681
  environmentVariables?: Record<string, string> | undefined;
658
682
  filesystemConfigurations?: FilesystemConfiguration[] | undefined;
683
+ capacityProviderConfiguration?: CapacityProviderConfiguration | undefined;
659
684
  clientToken?: string | undefined;
660
685
  }
661
686
  export interface UpdateAgentRuntimeResponse {
@@ -667,6 +692,11 @@ export interface UpdateAgentRuntimeResponse {
667
692
  lastUpdatedAt: Date | undefined;
668
693
  status: AgentRuntimeStatus | undefined;
669
694
  }
695
+ export interface AgentRuntimeVersionSummary {
696
+ agentRuntimeArn: string | undefined;
697
+ agentRuntimeVersion: string | undefined;
698
+ status: AgentRuntimeStatus | undefined;
699
+ }
670
700
  export interface SkillDefinition {
671
701
  schemaVersion?: string | undefined;
672
702
  inlineContent?: string | undefined;
@@ -961,6 +991,212 @@ export interface ListBrowsersResponse {
961
991
  browserSummaries: BrowserSummary[] | undefined;
962
992
  nextToken?: string | undefined;
963
993
  }
994
+ export interface CapacityReservationTarget {
995
+ capacityReservationId?: string | undefined;
996
+ capacityReservationResourceGroupArn?: string | undefined;
997
+ }
998
+ export interface CapacityReservationSpecification {
999
+ capacityReservationPreference?: CapacityReservationPreference | undefined;
1000
+ capacityReservationTarget?: CapacityReservationTarget | undefined;
1001
+ }
1002
+ export interface EphemeralEBSVolumeConfiguration {
1003
+ volumeType?: EbsVolumeType | undefined;
1004
+ iops?: number | undefined;
1005
+ throughput?: number | undefined;
1006
+ encrypted?: boolean | undefined;
1007
+ kmsKeyId?: string | undefined;
1008
+ snapshotId?: string | undefined;
1009
+ volumeSize?: number | undefined;
1010
+ volumeInitializationRate?: number | undefined;
1011
+ ebsCardIndex?: number | undefined;
1012
+ }
1013
+ export interface EphemeralBlockDeviceMapping {
1014
+ deviceName?: string | undefined;
1015
+ virtualName?: string | undefined;
1016
+ ebs?: EphemeralEBSVolumeConfiguration | undefined;
1017
+ }
1018
+ export interface InstanceRequirements {
1019
+ allowedInstanceTypes: string[] | undefined;
1020
+ }
1021
+ export interface LicenseSpecification {
1022
+ licenseConfigurationArn: string | undefined;
1023
+ }
1024
+ export interface LaunchParameters {
1025
+ operatingSystem: OperatingSystem | undefined;
1026
+ instanceRequirements: InstanceRequirements | undefined;
1027
+ ephemeralVolumes?: EphemeralBlockDeviceMapping[] | undefined;
1028
+ monitoring?: Monitoring | undefined;
1029
+ licenseSpecifications?: LicenseSpecification[] | undefined;
1030
+ capacityReservationSpecification?: CapacityReservationSpecification | undefined;
1031
+ sshKeyName?: string | undefined;
1032
+ instanceProfileArn?: string | undefined;
1033
+ propagatedTags?: Record<string, string> | undefined;
1034
+ }
1035
+ export type LaunchTemplateSource =
1036
+ | LaunchTemplateSource.LaunchParametersMember
1037
+ | LaunchTemplateSource.$UnknownMember;
1038
+ export declare namespace LaunchTemplateSource {
1039
+ interface LaunchParametersMember {
1040
+ launchParameters: LaunchParameters;
1041
+ $unknown?: never;
1042
+ }
1043
+ interface $UnknownMember {
1044
+ launchParameters?: never;
1045
+ $unknown: [string, any];
1046
+ }
1047
+ interface Visitor<T> {
1048
+ launchParameters: (value: LaunchParameters) => T;
1049
+ _: (name: string, value: any) => T;
1050
+ }
1051
+ }
1052
+ export interface InstanceLifecycleConfiguration {
1053
+ idleInstanceTimeout?: number | undefined;
1054
+ maxLifetime?: number | undefined;
1055
+ }
1056
+ export interface RootVolumeConfiguration {
1057
+ volumeType?: EbsVolumeType | undefined;
1058
+ iops?: number | undefined;
1059
+ throughput?: number | undefined;
1060
+ encrypted?: boolean | undefined;
1061
+ kmsKeyId?: string | undefined;
1062
+ freeSpaceGiB?: number | undefined;
1063
+ }
1064
+ export interface EbsVolumeConfiguration {
1065
+ name: string | undefined;
1066
+ sizeGiB: number | undefined;
1067
+ volumeType?: EbsVolumeType | undefined;
1068
+ iops?: number | undefined;
1069
+ throughput?: number | undefined;
1070
+ encrypted?: boolean | undefined;
1071
+ kmsKeyId?: string | undefined;
1072
+ snapshotId?: string | undefined;
1073
+ }
1074
+ export type VolumeConfiguration =
1075
+ | VolumeConfiguration.EbsConfigurationMember
1076
+ | VolumeConfiguration.$UnknownMember;
1077
+ export declare namespace VolumeConfiguration {
1078
+ interface EbsConfigurationMember {
1079
+ ebsConfiguration: EbsVolumeConfiguration;
1080
+ $unknown?: never;
1081
+ }
1082
+ interface $UnknownMember {
1083
+ ebsConfiguration?: never;
1084
+ $unknown: [string, any];
1085
+ }
1086
+ interface Visitor<T> {
1087
+ ebsConfiguration: (value: EbsVolumeConfiguration) => T;
1088
+ _: (name: string, value: any) => T;
1089
+ }
1090
+ }
1091
+ export interface VpcConfiguration {
1092
+ subnets: string[] | undefined;
1093
+ securityGroups: string[] | undefined;
1094
+ }
1095
+ export interface Ec2Configuration {
1096
+ launchTemplateSource: LaunchTemplateSource | undefined;
1097
+ vpcConfiguration: VpcConfiguration | undefined;
1098
+ volumes?: VolumeConfiguration[] | undefined;
1099
+ lifecycleConfiguration?: InstanceLifecycleConfiguration | undefined;
1100
+ rootVolume?: RootVolumeConfiguration | undefined;
1101
+ }
1102
+ export type ComputeConfiguration =
1103
+ | ComputeConfiguration.Ec2ConfigurationMember
1104
+ | ComputeConfiguration.$UnknownMember;
1105
+ export declare namespace ComputeConfiguration {
1106
+ interface Ec2ConfigurationMember {
1107
+ ec2Configuration: Ec2Configuration;
1108
+ $unknown?: never;
1109
+ }
1110
+ interface $UnknownMember {
1111
+ ec2Configuration?: never;
1112
+ $unknown: [string, any];
1113
+ }
1114
+ interface Visitor<T> {
1115
+ ec2Configuration: (value: Ec2Configuration) => T;
1116
+ _: (name: string, value: any) => T;
1117
+ }
1118
+ }
1119
+ export interface PermissionsConfiguration {
1120
+ capacityProviderOperatorRoleArn: string | undefined;
1121
+ }
1122
+ export interface CreateCapacityProviderInput {
1123
+ name: string | undefined;
1124
+ description?: string | undefined;
1125
+ permissionsConfiguration: PermissionsConfiguration | undefined;
1126
+ clientToken?: string | undefined;
1127
+ tags?: Record<string, string> | undefined;
1128
+ computeConfiguration: ComputeConfiguration | undefined;
1129
+ }
1130
+ export interface CreateCapacityProviderOutput {
1131
+ capacityProviderId: string | undefined;
1132
+ capacityProviderArn: string | undefined;
1133
+ name: string | undefined;
1134
+ status: CapacityProviderStatus | undefined;
1135
+ }
1136
+ export interface DeleteCapacityProviderInput {
1137
+ capacityProviderId: string | undefined;
1138
+ clientToken?: string | undefined;
1139
+ }
1140
+ export interface DeleteCapacityProviderOutput {
1141
+ capacityProviderId: string | undefined;
1142
+ status: CapacityProviderStatus | undefined;
1143
+ }
1144
+ export interface GetCapacityProviderInput {
1145
+ capacityProviderId: string | undefined;
1146
+ }
1147
+ export interface GetCapacityProviderOutput {
1148
+ capacityProviderId: string | undefined;
1149
+ capacityProviderArn: string | undefined;
1150
+ name: string | undefined;
1151
+ status: CapacityProviderStatus | undefined;
1152
+ description?: string | undefined;
1153
+ statusCode?: CapacityProviderStatusCode | undefined;
1154
+ statusReason?: string | undefined;
1155
+ permissionsConfiguration: PermissionsConfiguration | undefined;
1156
+ computeConfiguration: ComputeConfiguration | undefined;
1157
+ createdAt: Date | undefined;
1158
+ lastUpdatedAt: Date | undefined;
1159
+ }
1160
+ export interface ListAgentRuntimeVersionsByCapacityProviderInput {
1161
+ capacityProviderId: string | undefined;
1162
+ maxResults?: number | undefined;
1163
+ nextToken?: string | undefined;
1164
+ }
1165
+ export interface ListAgentRuntimeVersionsByCapacityProviderOutput {
1166
+ agentRuntimes: AgentRuntimeVersionSummary[] | undefined;
1167
+ nextToken?: string | undefined;
1168
+ }
1169
+ export interface ListCapacityProvidersInput {
1170
+ maxResults?: number | undefined;
1171
+ nextToken?: string | undefined;
1172
+ }
1173
+ export interface CapacityProviderSummary {
1174
+ capacityProviderId: string | undefined;
1175
+ capacityProviderArn: string | undefined;
1176
+ name: string | undefined;
1177
+ status: CapacityProviderStatus | undefined;
1178
+ lastUpdatedAt: Date | undefined;
1179
+ }
1180
+ export interface ListCapacityProvidersOutput {
1181
+ capacityProviders: CapacityProviderSummary[] | undefined;
1182
+ nextToken?: string | undefined;
1183
+ }
1184
+ export interface UpdatedDescription {
1185
+ optionalValue?: string | undefined;
1186
+ }
1187
+ export interface UpdateCapacityProviderInput {
1188
+ capacityProviderId: string | undefined;
1189
+ description?: UpdatedDescription | undefined;
1190
+ clientToken?: string | undefined;
1191
+ }
1192
+ export interface UpdateCapacityProviderOutput {
1193
+ capacityProviderId: string | undefined;
1194
+ capacityProviderArn: string | undefined;
1195
+ name: string | undefined;
1196
+ status: CapacityProviderStatus | undefined;
1197
+ createdAt: Date | undefined;
1198
+ lastUpdatedAt: Date | undefined;
1199
+ }
964
1200
  export interface CodeInterpreterNetworkConfiguration {
965
1201
  networkMode: CodeInterpreterNetworkMode | undefined;
966
1202
  vpcConfig?: VpcConfig | undefined;
@@ -1502,6 +1738,105 @@ export interface UpdateEvaluatorResponse {
1502
1738
  updatedAt: Date | undefined;
1503
1739
  status: EvaluatorStatus | undefined;
1504
1740
  }
1741
+ export interface RateConfig {
1742
+ rate: number | undefined;
1743
+ period: Period | undefined;
1744
+ }
1745
+ export interface LimitEntry {
1746
+ dimensions: Record<string, string> | undefined;
1747
+ requests?: RateConfig[] | undefined;
1748
+ tokens?: RateConfig[] | undefined;
1749
+ connections?: RateConfig[] | undefined;
1750
+ }
1751
+ export interface BatchPutLimitEntry {
1752
+ rateLimitId?: string | undefined;
1753
+ description?: string | undefined;
1754
+ dimensionKeys: string[] | undefined;
1755
+ entries: LimitEntry[] | undefined;
1756
+ }
1757
+ export interface BatchPutGatewayRateLimitsRequest {
1758
+ gatewayIdentifier: string | undefined;
1759
+ clientToken?: string | undefined;
1760
+ rateLimits: BatchPutLimitEntry[] | undefined;
1761
+ }
1762
+ export interface GatewayRateLimitDetail {
1763
+ rateLimitId: string | undefined;
1764
+ gatewayIdentifier: string | undefined;
1765
+ description?: string | undefined;
1766
+ dimensionKeys: string[] | undefined;
1767
+ entries: LimitEntry[] | undefined;
1768
+ status: GatewayRateLimitStatus | undefined;
1769
+ createdAt: Date | undefined;
1770
+ updatedAt: Date | undefined;
1771
+ }
1772
+ export interface BatchPutGatewayRateLimitsResponse {
1773
+ rateLimits: GatewayRateLimitDetail[] | undefined;
1774
+ }
1775
+ export interface CreateGatewayRateLimitRequest {
1776
+ gatewayIdentifier: string | undefined;
1777
+ clientToken?: string | undefined;
1778
+ rateLimitId?: string | undefined;
1779
+ description?: string | undefined;
1780
+ dimensionKeys: string[] | undefined;
1781
+ entries: LimitEntry[] | undefined;
1782
+ }
1783
+ export interface CreateGatewayRateLimitResponse {
1784
+ rateLimitId: string | undefined;
1785
+ gatewayIdentifier: string | undefined;
1786
+ description?: string | undefined;
1787
+ dimensionKeys: string[] | undefined;
1788
+ entries: LimitEntry[] | undefined;
1789
+ status: GatewayRateLimitStatus | undefined;
1790
+ createdAt: Date | undefined;
1791
+ updatedAt: Date | undefined;
1792
+ }
1793
+ export interface DeleteGatewayRateLimitRequest {
1794
+ gatewayIdentifier: string | undefined;
1795
+ rateLimitId: string | undefined;
1796
+ }
1797
+ export interface DeleteGatewayRateLimitResponse {
1798
+ rateLimitId: string | undefined;
1799
+ status: GatewayRateLimitStatus | undefined;
1800
+ }
1801
+ export interface GetGatewayRateLimitRequest {
1802
+ gatewayIdentifier: string | undefined;
1803
+ rateLimitId: string | undefined;
1804
+ }
1805
+ export interface GetGatewayRateLimitResponse {
1806
+ rateLimitId: string | undefined;
1807
+ gatewayIdentifier: string | undefined;
1808
+ description?: string | undefined;
1809
+ dimensionKeys: string[] | undefined;
1810
+ entries: LimitEntry[] | undefined;
1811
+ status: GatewayRateLimitStatus | undefined;
1812
+ createdAt: Date | undefined;
1813
+ updatedAt: Date | undefined;
1814
+ }
1815
+ export interface ListGatewayRateLimitsRequest {
1816
+ gatewayIdentifier: string | undefined;
1817
+ maxResults?: number | undefined;
1818
+ nextToken?: string | undefined;
1819
+ }
1820
+ export interface ListGatewayRateLimitsResponse {
1821
+ rateLimits: GatewayRateLimitDetail[] | undefined;
1822
+ nextToken?: string | undefined;
1823
+ }
1824
+ export interface UpdateGatewayRateLimitRequest {
1825
+ gatewayIdentifier: string | undefined;
1826
+ rateLimitId: string | undefined;
1827
+ description?: string | undefined;
1828
+ entries: LimitEntry[] | undefined;
1829
+ }
1830
+ export interface UpdateGatewayRateLimitResponse {
1831
+ rateLimitId: string | undefined;
1832
+ gatewayIdentifier: string | undefined;
1833
+ description?: string | undefined;
1834
+ dimensionKeys: string[] | undefined;
1835
+ entries: LimitEntry[] | undefined;
1836
+ status: GatewayRateLimitStatus | undefined;
1837
+ createdAt: Date | undefined;
1838
+ updatedAt: Date | undefined;
1839
+ }
1505
1840
  export type InterceptorPayloadExclusionSelector =
1506
1841
  | InterceptorPayloadExclusionSelector.FieldMember
1507
1842
  | InterceptorPayloadExclusionSelector.$UnknownMember;
@@ -1967,6 +2302,13 @@ export interface RuntimeTargetConfiguration {
1967
2302
  qualifier?: string | undefined;
1968
2303
  schema?: HttpApiSchemaConfiguration | undefined;
1969
2304
  }
2305
+ export interface HttpConnectorSource {
2306
+ connectorId: string | undefined;
2307
+ }
2308
+ export interface HttpConnectorTargetConfiguration {
2309
+ source: HttpConnectorSource | undefined;
2310
+ parameters?: Record<string, string> | undefined;
2311
+ }
1970
2312
  export interface StickinessConfiguration {
1971
2313
  identifier: string | undefined;
1972
2314
  timeout?: number | undefined;
@@ -1979,27 +2321,38 @@ export interface PassthroughTargetConfiguration {
1979
2321
  }
1980
2322
  export type HttpTargetConfiguration =
1981
2323
  | HttpTargetConfiguration.AgentcoreRuntimeMember
2324
+ | HttpTargetConfiguration.ConnectorMember
1982
2325
  | HttpTargetConfiguration.PassthroughMember
1983
2326
  | HttpTargetConfiguration.$UnknownMember;
1984
2327
  export declare namespace HttpTargetConfiguration {
1985
2328
  interface AgentcoreRuntimeMember {
1986
2329
  agentcoreRuntime: RuntimeTargetConfiguration;
1987
2330
  passthrough?: never;
2331
+ connector?: never;
1988
2332
  $unknown?: never;
1989
2333
  }
1990
2334
  interface PassthroughMember {
1991
2335
  agentcoreRuntime?: never;
1992
2336
  passthrough: PassthroughTargetConfiguration;
2337
+ connector?: never;
2338
+ $unknown?: never;
2339
+ }
2340
+ interface ConnectorMember {
2341
+ agentcoreRuntime?: never;
2342
+ passthrough?: never;
2343
+ connector: HttpConnectorTargetConfiguration;
1993
2344
  $unknown?: never;
1994
2345
  }
1995
2346
  interface $UnknownMember {
1996
2347
  agentcoreRuntime?: never;
1997
2348
  passthrough?: never;
2349
+ connector?: never;
1998
2350
  $unknown: [string, any];
1999
2351
  }
2000
2352
  interface Visitor<T> {
2001
2353
  agentcoreRuntime: (value: RuntimeTargetConfiguration) => T;
2002
2354
  passthrough: (value: PassthroughTargetConfiguration) => T;
2355
+ connector: (value: HttpConnectorTargetConfiguration) => T;
2003
2356
  _: (name: string, value: any) => T;
2004
2357
  }
2005
2358
  }
@@ -2009,363 +2362,4 @@ export interface InferenceConnectorSource {
2009
2362
  export interface InferenceConnectorTargetConfiguration {
2010
2363
  source: InferenceConnectorSource | undefined;
2011
2364
  }
2012
- export interface ProviderPrefix {
2013
- strip?: boolean | undefined;
2014
- separator?: string | undefined;
2015
- }
2016
- export interface ModelMapping {
2017
- providerPrefix?: ProviderPrefix | undefined;
2018
- }
2019
- export interface ModelEntry {
2020
- model: string | undefined;
2021
- }
2022
- export interface InferenceOperationConfiguration {
2023
- path: string | undefined;
2024
- providerPath?: string | undefined;
2025
- models?: ModelEntry[] | undefined;
2026
- }
2027
- export interface InferenceProviderTargetConfiguration {
2028
- endpoint: string | undefined;
2029
- modelMapping?: ModelMapping | undefined;
2030
- operations?: InferenceOperationConfiguration[] | undefined;
2031
- }
2032
- export type InferenceTargetConfiguration =
2033
- | InferenceTargetConfiguration.ConnectorMember
2034
- | InferenceTargetConfiguration.ProviderMember
2035
- | InferenceTargetConfiguration.$UnknownMember;
2036
- export declare namespace InferenceTargetConfiguration {
2037
- interface ConnectorMember {
2038
- connector: InferenceConnectorTargetConfiguration;
2039
- provider?: never;
2040
- $unknown?: never;
2041
- }
2042
- interface ProviderMember {
2043
- connector?: never;
2044
- provider: InferenceProviderTargetConfiguration;
2045
- $unknown?: never;
2046
- }
2047
- interface $UnknownMember {
2048
- connector?: never;
2049
- provider?: never;
2050
- $unknown: [string, any];
2051
- }
2052
- interface Visitor<T> {
2053
- connector: (value: InferenceConnectorTargetConfiguration) => T;
2054
- provider: (value: InferenceProviderTargetConfiguration) => T;
2055
- _: (name: string, value: any) => T;
2056
- }
2057
- }
2058
- export interface ApiGatewayToolFilter {
2059
- filterPath: string | undefined;
2060
- methods: RestApiMethod[] | undefined;
2061
- }
2062
- export interface ApiGatewayToolOverride {
2063
- name: string | undefined;
2064
- description?: string | undefined;
2065
- path: string | undefined;
2066
- method: RestApiMethod | undefined;
2067
- }
2068
- export interface ApiGatewayToolConfiguration {
2069
- toolOverrides?: ApiGatewayToolOverride[] | undefined;
2070
- toolFilters: ApiGatewayToolFilter[] | undefined;
2071
- }
2072
- export interface ApiGatewayTargetConfiguration {
2073
- restApiId: string | undefined;
2074
- stage: string | undefined;
2075
- apiGatewayToolConfiguration: ApiGatewayToolConfiguration | undefined;
2076
- }
2077
- export interface ConnectorParameterOverride {
2078
- path: string | undefined;
2079
- description?: string | undefined;
2080
- visible?: boolean | undefined;
2081
- }
2082
- export interface ConnectorConfiguration {
2083
- name: string | undefined;
2084
- description?: string | undefined;
2085
- parameterValues?: __DocumentType | undefined;
2086
- parameterOverrides?: ConnectorParameterOverride[] | undefined;
2087
- }
2088
- export interface ConnectorSource {
2089
- connectorId: string | undefined;
2090
- version?: string | undefined;
2091
- }
2092
- export interface ConnectorTargetConfiguration {
2093
- source: ConnectorSource | undefined;
2094
- enabled?: string[] | undefined;
2095
- configurations?: ConnectorConfiguration[] | undefined;
2096
- }
2097
- export type McpToolSchemaConfiguration =
2098
- | McpToolSchemaConfiguration.InlinePayloadMember
2099
- | McpToolSchemaConfiguration.S3Member
2100
- | McpToolSchemaConfiguration.$UnknownMember;
2101
- export declare namespace McpToolSchemaConfiguration {
2102
- interface S3Member {
2103
- s3: S3Configuration;
2104
- inlinePayload?: never;
2105
- $unknown?: never;
2106
- }
2107
- interface InlinePayloadMember {
2108
- s3?: never;
2109
- inlinePayload: string;
2110
- $unknown?: never;
2111
- }
2112
- interface $UnknownMember {
2113
- s3?: never;
2114
- inlinePayload?: never;
2115
- $unknown: [string, any];
2116
- }
2117
- interface Visitor<T> {
2118
- s3: (value: S3Configuration) => T;
2119
- inlinePayload: (value: string) => T;
2120
- _: (name: string, value: any) => T;
2121
- }
2122
- }
2123
- export interface McpServerTargetConfiguration {
2124
- endpoint: string | undefined;
2125
- mcpToolSchema?: McpToolSchemaConfiguration | undefined;
2126
- listingMode?: ListingMode | undefined;
2127
- resourcePriority?: number | undefined;
2128
- }
2129
- export interface OAuth2AuthorizationData {
2130
- authorizationUrl: string | undefined;
2131
- userId?: string | undefined;
2132
- }
2133
- export type AuthorizationData = AuthorizationData.Oauth2Member | AuthorizationData.$UnknownMember;
2134
- export declare namespace AuthorizationData {
2135
- interface Oauth2Member {
2136
- oauth2: OAuth2AuthorizationData;
2137
- $unknown?: never;
2138
- }
2139
- interface $UnknownMember {
2140
- oauth2?: never;
2141
- $unknown: [string, any];
2142
- }
2143
- interface Visitor<T> {
2144
- oauth2: (value: OAuth2AuthorizationData) => T;
2145
- _: (name: string, value: any) => T;
2146
- }
2147
- }
2148
- export interface ManagedResourceDetails {
2149
- domain?: string | undefined;
2150
- resourceGatewayArn?: string | undefined;
2151
- resourceAssociationArn?: string | undefined;
2152
- }
2153
- export interface DeleteGatewayTargetRequest {
2154
- gatewayIdentifier: string | undefined;
2155
- targetId: string | undefined;
2156
- }
2157
- export interface DeleteGatewayTargetResponse {
2158
- gatewayArn: string | undefined;
2159
- targetId: string | undefined;
2160
- status: TargetStatus | undefined;
2161
- statusReasons?: string[] | undefined;
2162
- }
2163
- export interface GetGatewayTargetRequest {
2164
- gatewayIdentifier: string | undefined;
2165
- targetId: string | undefined;
2166
- }
2167
- export interface ListGatewayTargetsRequest {
2168
- gatewayIdentifier: string | undefined;
2169
- maxResults?: number | undefined;
2170
- nextToken?: string | undefined;
2171
- }
2172
- export interface TargetSummary {
2173
- targetId: string | undefined;
2174
- name: string | undefined;
2175
- status: TargetStatus | undefined;
2176
- description?: string | undefined;
2177
- createdAt: Date | undefined;
2178
- updatedAt: Date | undefined;
2179
- resourcePriority?: number | undefined;
2180
- lastSynchronizedAt?: Date | undefined;
2181
- authorizationData?: AuthorizationData | undefined;
2182
- targetType?: TargetType | undefined;
2183
- listingMode?: ListingMode | undefined;
2184
- }
2185
- export interface ListGatewayTargetsResponse {
2186
- items: TargetSummary[] | undefined;
2187
- nextToken?: string | undefined;
2188
- }
2189
- export interface SynchronizeGatewayTargetsRequest {
2190
- gatewayIdentifier: string | undefined;
2191
- targetIdList: string[] | undefined;
2192
- }
2193
- export interface GetResourcePolicyRequest {
2194
- resourceArn: string | undefined;
2195
- }
2196
- export interface GetResourcePolicyResponse {
2197
- policy?: string | undefined;
2198
- }
2199
- export interface GetTokenVaultRequest {
2200
- tokenVaultId?: string | undefined;
2201
- }
2202
- export interface KmsConfiguration {
2203
- keyType: KeyType | undefined;
2204
- kmsKeyArn?: string | undefined;
2205
- }
2206
- export interface GetTokenVaultResponse {
2207
- tokenVaultId: string | undefined;
2208
- kmsConfiguration: KmsConfiguration | undefined;
2209
- lastModifiedDate: Date | undefined;
2210
- }
2211
- export interface CreateHarnessEndpointRequest {
2212
- harnessId: string | undefined;
2213
- endpointName: string | undefined;
2214
- targetVersion?: string | undefined;
2215
- description?: string | undefined;
2216
- clientToken?: string | undefined;
2217
- tags?: Record<string, string> | undefined;
2218
- }
2219
- export interface HarnessEndpoint {
2220
- harnessId: string | undefined;
2221
- harnessName: string | undefined;
2222
- endpointName: string | undefined;
2223
- arn: string | undefined;
2224
- status: HarnessEndpointStatus | undefined;
2225
- createdAt: Date | undefined;
2226
- updatedAt: Date | undefined;
2227
- liveVersion?: string | undefined;
2228
- targetVersion?: string | undefined;
2229
- description?: string | undefined;
2230
- failureReason?: string | undefined;
2231
- }
2232
- export interface CreateHarnessEndpointResponse {
2233
- endpoint: HarnessEndpoint | undefined;
2234
- }
2235
- export interface DeleteHarnessEndpointRequest {
2236
- harnessId: string | undefined;
2237
- endpointName: string | undefined;
2238
- clientToken?: string | undefined;
2239
- }
2240
- export interface DeleteHarnessEndpointResponse {
2241
- endpoint: HarnessEndpoint | undefined;
2242
- }
2243
- export interface GetHarnessEndpointRequest {
2244
- harnessId: string | undefined;
2245
- endpointName: string | undefined;
2246
- }
2247
- export interface GetHarnessEndpointResponse {
2248
- endpoint: HarnessEndpoint | undefined;
2249
- }
2250
- export interface ListHarnessEndpointsRequest {
2251
- harnessId: string | undefined;
2252
- maxResults?: number | undefined;
2253
- nextToken?: string | undefined;
2254
- }
2255
- export interface ListHarnessEndpointsResponse {
2256
- endpoints: HarnessEndpoint[] | undefined;
2257
- nextToken?: string | undefined;
2258
- }
2259
- export interface UpdateHarnessEndpointRequest {
2260
- harnessId: string | undefined;
2261
- endpointName: string | undefined;
2262
- targetVersion?: string | undefined;
2263
- description?: string | undefined;
2264
- clientToken?: string | undefined;
2265
- }
2266
- export interface UpdateHarnessEndpointResponse {
2267
- endpoint: HarnessEndpoint | undefined;
2268
- }
2269
- export interface HarnessAgentCoreRuntimeEnvironmentRequest {
2270
- lifecycleConfiguration?: LifecycleConfiguration | undefined;
2271
- networkConfiguration?: NetworkConfiguration | undefined;
2272
- filesystemConfigurations?: FilesystemConfiguration[] | undefined;
2273
- }
2274
- export type HarnessEnvironmentProviderRequest =
2275
- | HarnessEnvironmentProviderRequest.AgentCoreRuntimeEnvironmentMember
2276
- | HarnessEnvironmentProviderRequest.$UnknownMember;
2277
- export declare namespace HarnessEnvironmentProviderRequest {
2278
- interface AgentCoreRuntimeEnvironmentMember {
2279
- agentCoreRuntimeEnvironment: HarnessAgentCoreRuntimeEnvironmentRequest;
2280
- $unknown?: never;
2281
- }
2282
- interface $UnknownMember {
2283
- agentCoreRuntimeEnvironment?: never;
2284
- $unknown: [string, any];
2285
- }
2286
- interface Visitor<T> {
2287
- agentCoreRuntimeEnvironment: (value: HarnessAgentCoreRuntimeEnvironmentRequest) => T;
2288
- _: (name: string, value: any) => T;
2289
- }
2290
- }
2291
- export type HarnessEnvironmentArtifact =
2292
- | HarnessEnvironmentArtifact.ContainerConfigurationMember
2293
- | HarnessEnvironmentArtifact.$UnknownMember;
2294
- export declare namespace HarnessEnvironmentArtifact {
2295
- interface ContainerConfigurationMember {
2296
- containerConfiguration: ContainerConfiguration;
2297
- $unknown?: never;
2298
- }
2299
- interface $UnknownMember {
2300
- containerConfiguration?: never;
2301
- $unknown: [string, any];
2302
- }
2303
- interface Visitor<T> {
2304
- containerConfiguration: (value: ContainerConfiguration) => T;
2305
- _: (name: string, value: any) => T;
2306
- }
2307
- }
2308
- export interface HarnessAgentCoreMemoryRetrievalConfig {
2309
- topK?: number | undefined;
2310
- relevanceScore?: number | undefined;
2311
- strategyId?: string | undefined;
2312
- }
2313
- export interface HarnessAgentCoreMemoryConfiguration {
2314
- arn: string | undefined;
2315
- actorId?: string | undefined;
2316
- messagesCount?: number | undefined;
2317
- retrievalConfig?: Record<string, HarnessAgentCoreMemoryRetrievalConfig> | undefined;
2318
- }
2319
- export interface HarnessDisabledMemoryConfiguration {}
2320
- export interface HarnessManagedMemoryConfiguration {
2321
- arn?: string | undefined;
2322
- strategies?: HarnessManagedMemoryStrategyType[] | undefined;
2323
- eventExpiryDuration?: number | undefined;
2324
- encryptionKeyArn?: string | undefined;
2325
- }
2326
- export type HarnessMemoryConfiguration =
2327
- | HarnessMemoryConfiguration.AgentCoreMemoryConfigurationMember
2328
- | HarnessMemoryConfiguration.DisabledMember
2329
- | HarnessMemoryConfiguration.ManagedMemoryConfigurationMember
2330
- | HarnessMemoryConfiguration.$UnknownMember;
2331
- export declare namespace HarnessMemoryConfiguration {
2332
- interface AgentCoreMemoryConfigurationMember {
2333
- agentCoreMemoryConfiguration: HarnessAgentCoreMemoryConfiguration;
2334
- managedMemoryConfiguration?: never;
2335
- disabled?: never;
2336
- $unknown?: never;
2337
- }
2338
- interface ManagedMemoryConfigurationMember {
2339
- agentCoreMemoryConfiguration?: never;
2340
- managedMemoryConfiguration: HarnessManagedMemoryConfiguration;
2341
- disabled?: never;
2342
- $unknown?: never;
2343
- }
2344
- interface DisabledMember {
2345
- agentCoreMemoryConfiguration?: never;
2346
- managedMemoryConfiguration?: never;
2347
- disabled: HarnessDisabledMemoryConfiguration;
2348
- $unknown?: never;
2349
- }
2350
- interface $UnknownMember {
2351
- agentCoreMemoryConfiguration?: never;
2352
- managedMemoryConfiguration?: never;
2353
- disabled?: never;
2354
- $unknown: [string, any];
2355
- }
2356
- interface Visitor<T> {
2357
- agentCoreMemoryConfiguration: (value: HarnessAgentCoreMemoryConfiguration) => T;
2358
- managedMemoryConfiguration: (value: HarnessManagedMemoryConfiguration) => T;
2359
- disabled: (value: HarnessDisabledMemoryConfiguration) => T;
2360
- _: (name: string, value: any) => T;
2361
- }
2362
- }
2363
- export interface HarnessBedrockModelConfig {
2364
- modelId: string | undefined;
2365
- maxTokens?: number | undefined;
2366
- temperature?: number | undefined;
2367
- topP?: number | undefined;
2368
- apiFormat?: HarnessBedrockApiFormat | undefined;
2369
- additionalParams?: __DocumentType | undefined;
2370
- }
2371
2365
  export interface Unit {}