@aws-sdk/client-bedrock-agentcore-control 3.1104.0 → 3.1106.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +84 -0
- package/dist-cjs/index.js +728 -90
- package/dist-es/BedrockAgentCoreControl.js +30 -0
- package/dist-es/commands/BatchPutGatewayRateLimitsCommand.js +4 -0
- package/dist-es/commands/CreateCapacityProviderCommand.js +4 -0
- package/dist-es/commands/CreateGatewayRateLimitCommand.js +4 -0
- package/dist-es/commands/DeleteCapacityProviderCommand.js +4 -0
- package/dist-es/commands/DeleteGatewayRateLimitCommand.js +4 -0
- package/dist-es/commands/GetCapacityProviderCommand.js +4 -0
- package/dist-es/commands/GetGatewayRateLimitCommand.js +4 -0
- package/dist-es/commands/ListAgentRuntimeVersionsByCapacityProviderCommand.js +4 -0
- package/dist-es/commands/ListCapacityProvidersCommand.js +4 -0
- package/dist-es/commands/ListGatewayRateLimitsCommand.js +4 -0
- package/dist-es/commands/UpdateCapacityProviderCommand.js +4 -0
- package/dist-es/commands/UpdateGatewayRateLimitCommand.js +4 -0
- package/dist-es/commands/index.js +12 -0
- package/dist-es/models/enums.js +47 -0
- package/dist-es/models/errors.js +13 -0
- package/dist-es/pagination/ListAgentRuntimeVersionsByCapacityProviderPaginator.js +4 -0
- package/dist-es/pagination/ListCapacityProvidersPaginator.js +4 -0
- package/dist-es/pagination/ListGatewayRateLimitsPaginator.js +4 -0
- package/dist-es/pagination/index.js +3 -0
- package/dist-es/schemas/schemas_0.js +531 -90
- package/dist-types/BedrockAgentCoreControl.d.ts +106 -0
- package/dist-types/BedrockAgentCoreControlClient.d.ts +14 -2
- package/dist-types/commands/BatchPutGatewayRateLimitsCommand.d.ts +164 -0
- package/dist-types/commands/CreateAgentRuntimeCommand.d.ts +7 -0
- package/dist-types/commands/CreateCapacityProviderCommand.d.ts +189 -0
- package/dist-types/commands/CreateGatewayRateLimitCommand.d.ts +156 -0
- package/dist-types/commands/CreateHarnessCommand.d.ts +8 -0
- package/dist-types/commands/CreateHarnessEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreatePolicyCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAgentRuntimeCommand.d.ts +3 -1
- package/dist-types/commands/DeleteAgentRuntimeEndpointCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCapacityProviderCommand.d.ts +94 -0
- package/dist-types/commands/DeleteGatewayRateLimitCommand.d.ts +91 -0
- package/dist-types/commands/DeleteGatewayTargetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteHarnessCommand.d.ts +4 -0
- package/dist-types/commands/DeleteHarnessEndpointCommand.d.ts +1 -1
- package/dist-types/commands/DeletePolicyCommand.d.ts +1 -1
- package/dist-types/commands/GetAgentRuntimeCommand.d.ts +7 -0
- package/dist-types/commands/GetCapacityProviderCommand.d.ts +180 -0
- package/dist-types/commands/GetGatewayRateLimitCommand.d.ts +120 -0
- package/dist-types/commands/GetGatewayTargetCommand.d.ts +1 -1
- package/dist-types/commands/GetHarnessCommand.d.ts +4 -0
- package/dist-types/commands/GetHarnessEndpointCommand.d.ts +1 -1
- package/dist-types/commands/GetPolicyCommand.d.ts +1 -1
- package/dist-types/commands/GetPolicyGenerationCommand.d.ts +2 -1
- package/dist-types/commands/GetPolicyGenerationSummaryCommand.d.ts +1 -1
- package/dist-types/commands/GetPolicySummaryCommand.d.ts +1 -1
- package/dist-types/commands/GetResourcePolicyCommand.d.ts +1 -1
- package/dist-types/commands/GetTokenVaultCommand.d.ts +1 -1
- package/dist-types/commands/ListAgentRuntimeVersionsByCapacityProviderCommand.d.ts +92 -0
- package/dist-types/commands/ListCapacityProvidersCommand.d.ts +93 -0
- package/dist-types/commands/ListGatewayRateLimitsCommand.d.ts +126 -0
- package/dist-types/commands/ListGatewayTargetsCommand.d.ts +1 -1
- package/dist-types/commands/ListHarnessEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/ListPoliciesCommand.d.ts +1 -1
- package/dist-types/commands/ListPolicyGenerationAssetsCommand.d.ts +1 -1
- package/dist-types/commands/ListPolicyGenerationSummariesCommand.d.ts +1 -1
- package/dist-types/commands/ListPolicyGenerationsCommand.d.ts +1 -1
- package/dist-types/commands/ListPolicySummariesCommand.d.ts +1 -1
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +1 -1
- package/dist-types/commands/StartPolicyGenerationCommand.d.ts +1 -1
- package/dist-types/commands/SynchronizeGatewayTargetsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAgentRuntimeCommand.d.ts +7 -0
- package/dist-types/commands/UpdateCapacityProviderCommand.d.ts +101 -0
- package/dist-types/commands/UpdateGatewayRateLimitCommand.d.ts +149 -0
- package/dist-types/commands/UpdateHarnessCommand.d.ts +8 -0
- package/dist-types/commands/UpdateHarnessEndpointCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePolicyCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +12 -0
- package/dist-types/models/enums.d.ts +111 -0
- package/dist-types/models/errors.d.ts +13 -0
- package/dist-types/models/models_0.d.ts +2568 -2358
- package/dist-types/models/models_1.d.ts +4322 -4707
- package/dist-types/models/models_2.d.ts +1440 -3
- package/dist-types/pagination/ListAgentRuntimeVersionsByCapacityProviderPaginator.d.ts +7 -0
- package/dist-types/pagination/ListCapacityProvidersPaginator.d.ts +7 -0
- package/dist-types/pagination/ListGatewayRateLimitsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +3 -0
- package/dist-types/schemas/schemas_0.d.ts +61 -0
- package/dist-types/ts3.4/BedrockAgentCoreControl.d.ts +226 -0
- package/dist-types/ts3.4/BedrockAgentCoreControlClient.d.ts +72 -0
- package/dist-types/ts3.4/commands/BatchPutGatewayRateLimitsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/CreateCapacityProviderCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/CreateGatewayRateLimitCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/CreateHarnessEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreatePolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteCapacityProviderCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DeleteGatewayRateLimitCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DeleteGatewayTargetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteHarnessEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetCapacityProviderCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/GetGatewayRateLimitCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/GetGatewayTargetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetHarnessEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetPolicyGenerationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetPolicyGenerationSummaryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetPolicySummaryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetTokenVaultCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAgentRuntimeVersionsByCapacityProviderCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListCapacityProvidersCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListGatewayRateLimitsCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListGatewayTargetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListHarnessEndpointsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListPoliciesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListPolicyGenerationAssetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListPolicyGenerationSummariesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListPolicyGenerationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListPolicySummariesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartPolicyGenerationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SynchronizeGatewayTargetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateCapacityProviderCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/UpdateGatewayRateLimitCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/UpdateHarnessEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdatePolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +12 -0
- package/dist-types/ts3.4/models/enums.d.ts +59 -0
- package/dist-types/ts3.4/models/errors.d.ts +6 -0
- package/dist-types/ts3.4/models/models_0.d.ts +345 -323
- package/dist-types/ts3.4/models/models_1.d.ts +325 -404
- package/dist-types/ts3.4/models/models_2.d.ts +403 -13
- package/dist-types/ts3.4/pagination/ListAgentRuntimeVersionsByCapacityProviderPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListCapacityProvidersPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListGatewayRateLimitsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +61 -0
- 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,26 +29,23 @@ import {
|
|
|
25
29
|
GatewayInterceptionPoint,
|
|
26
30
|
GatewayPolicyEngineMode,
|
|
27
31
|
GatewayProtocolType,
|
|
32
|
+
GatewayRateLimitStatus,
|
|
28
33
|
GatewayRuleStatus,
|
|
29
34
|
GatewayStatus,
|
|
30
|
-
HarnessEndpointStatus,
|
|
31
|
-
HarnessManagedMemoryStrategyType,
|
|
32
35
|
InboundTokenClaimValueType,
|
|
33
36
|
IncludedData,
|
|
34
37
|
InterceptorPayloadExclusion,
|
|
35
|
-
|
|
36
|
-
ListingMode,
|
|
38
|
+
Monitoring,
|
|
37
39
|
NetworkMode,
|
|
38
40
|
OAuthGrantType,
|
|
41
|
+
OperatingSystem,
|
|
39
42
|
PassthroughProtocolType,
|
|
43
|
+
Period,
|
|
40
44
|
PrincipalMatchOperator,
|
|
41
45
|
ResourceType,
|
|
42
|
-
RestApiMethod,
|
|
43
46
|
SearchType,
|
|
44
47
|
SecretSourceType,
|
|
45
48
|
ServerProtocol,
|
|
46
|
-
TargetStatus,
|
|
47
|
-
TargetType,
|
|
48
49
|
WafFailureMode,
|
|
49
50
|
} from "./enums";
|
|
50
51
|
export interface AgentCardDefinition {
|
|
@@ -472,6 +473,13 @@ export declare namespace AuthorizerConfiguration {
|
|
|
472
473
|
_: (name: string, value: any) => T;
|
|
473
474
|
}
|
|
474
475
|
}
|
|
476
|
+
export interface CapacityProviderConfiguration {
|
|
477
|
+
capacityProviderArn?: string | undefined;
|
|
478
|
+
}
|
|
479
|
+
export interface CapacityProviderVolumeConfiguration {
|
|
480
|
+
volumeName: string | undefined;
|
|
481
|
+
mountPath: string | undefined;
|
|
482
|
+
}
|
|
475
483
|
export interface EfsAccessPointConfiguration {
|
|
476
484
|
accessPointArn: string | undefined;
|
|
477
485
|
mountPath: string | undefined;
|
|
@@ -484,6 +492,7 @@ export interface SessionStorageConfiguration {
|
|
|
484
492
|
mountPath: string | undefined;
|
|
485
493
|
}
|
|
486
494
|
export type FilesystemConfiguration =
|
|
495
|
+
| FilesystemConfiguration.CapacityProviderVolumeMember
|
|
487
496
|
| FilesystemConfiguration.EfsAccessPointMember
|
|
488
497
|
| FilesystemConfiguration.S3FilesAccessPointMember
|
|
489
498
|
| FilesystemConfiguration.SessionStorageMember
|
|
@@ -493,30 +502,42 @@ export declare namespace FilesystemConfiguration {
|
|
|
493
502
|
sessionStorage: SessionStorageConfiguration;
|
|
494
503
|
s3FilesAccessPoint?: never;
|
|
495
504
|
efsAccessPoint?: never;
|
|
505
|
+
capacityProviderVolume?: never;
|
|
496
506
|
$unknown?: never;
|
|
497
507
|
}
|
|
498
508
|
interface S3FilesAccessPointMember {
|
|
499
509
|
sessionStorage?: never;
|
|
500
510
|
s3FilesAccessPoint: S3FilesAccessPointConfiguration;
|
|
501
511
|
efsAccessPoint?: never;
|
|
512
|
+
capacityProviderVolume?: never;
|
|
502
513
|
$unknown?: never;
|
|
503
514
|
}
|
|
504
515
|
interface EfsAccessPointMember {
|
|
505
516
|
sessionStorage?: never;
|
|
506
517
|
s3FilesAccessPoint?: never;
|
|
507
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;
|
|
508
527
|
$unknown?: never;
|
|
509
528
|
}
|
|
510
529
|
interface $UnknownMember {
|
|
511
530
|
sessionStorage?: never;
|
|
512
531
|
s3FilesAccessPoint?: never;
|
|
513
532
|
efsAccessPoint?: never;
|
|
533
|
+
capacityProviderVolume?: never;
|
|
514
534
|
$unknown: [string, any];
|
|
515
535
|
}
|
|
516
536
|
interface Visitor<T> {
|
|
517
537
|
sessionStorage: (value: SessionStorageConfiguration) => T;
|
|
518
538
|
s3FilesAccessPoint: (value: S3FilesAccessPointConfiguration) => T;
|
|
519
539
|
efsAccessPoint: (value: EfsAccessPointConfiguration) => T;
|
|
540
|
+
capacityProviderVolume: (value: CapacityProviderVolumeConfiguration) => T;
|
|
520
541
|
_: (name: string, value: any) => T;
|
|
521
542
|
}
|
|
522
543
|
}
|
|
@@ -557,7 +578,7 @@ export interface CreateAgentRuntimeRequest {
|
|
|
557
578
|
agentRuntimeName: string | undefined;
|
|
558
579
|
agentRuntimeArtifact: AgentRuntimeArtifact | undefined;
|
|
559
580
|
roleArn: string | undefined;
|
|
560
|
-
networkConfiguration
|
|
581
|
+
networkConfiguration?: NetworkConfiguration | undefined;
|
|
561
582
|
clientToken?: string | undefined;
|
|
562
583
|
description?: string | undefined;
|
|
563
584
|
authorizerConfiguration?: AuthorizerConfiguration | undefined;
|
|
@@ -566,6 +587,7 @@ export interface CreateAgentRuntimeRequest {
|
|
|
566
587
|
lifecycleConfiguration?: LifecycleConfiguration | undefined;
|
|
567
588
|
environmentVariables?: Record<string, string> | undefined;
|
|
568
589
|
filesystemConfigurations?: FilesystemConfiguration[] | undefined;
|
|
590
|
+
capacityProviderConfiguration?: CapacityProviderConfiguration | undefined;
|
|
569
591
|
tags?: Record<string, string> | undefined;
|
|
570
592
|
}
|
|
571
593
|
export interface WorkloadIdentityDetails {
|
|
@@ -581,11 +603,13 @@ export interface CreateAgentRuntimeResponse {
|
|
|
581
603
|
}
|
|
582
604
|
export interface DeleteAgentRuntimeRequest {
|
|
583
605
|
agentRuntimeId: string | undefined;
|
|
606
|
+
agentRuntimeVersion?: string | undefined;
|
|
584
607
|
clientToken?: string | undefined;
|
|
585
608
|
}
|
|
586
609
|
export interface DeleteAgentRuntimeResponse {
|
|
587
610
|
status: AgentRuntimeStatus | undefined;
|
|
588
611
|
agentRuntimeId?: string | undefined;
|
|
612
|
+
agentRuntimeVersion?: string | undefined;
|
|
589
613
|
}
|
|
590
614
|
export interface GetAgentRuntimeRequest {
|
|
591
615
|
agentRuntimeId: string | undefined;
|
|
@@ -615,6 +639,7 @@ export interface GetAgentRuntimeResponse {
|
|
|
615
639
|
requestHeaderConfiguration?: RequestHeaderConfiguration | undefined;
|
|
616
640
|
metadataConfiguration?: RuntimeMetadataConfiguration | undefined;
|
|
617
641
|
filesystemConfigurations?: FilesystemConfiguration[] | undefined;
|
|
642
|
+
capacityProviderConfiguration?: CapacityProviderConfiguration | undefined;
|
|
618
643
|
}
|
|
619
644
|
export interface ListAgentRuntimesRequest {
|
|
620
645
|
maxResults?: number | undefined;
|
|
@@ -646,7 +671,7 @@ export interface UpdateAgentRuntimeRequest {
|
|
|
646
671
|
agentRuntimeId: string | undefined;
|
|
647
672
|
agentRuntimeArtifact: AgentRuntimeArtifact | undefined;
|
|
648
673
|
roleArn: string | undefined;
|
|
649
|
-
networkConfiguration
|
|
674
|
+
networkConfiguration?: NetworkConfiguration | undefined;
|
|
650
675
|
description?: string | undefined;
|
|
651
676
|
authorizerConfiguration?: AuthorizerConfiguration | undefined;
|
|
652
677
|
requestHeaderConfiguration?: RequestHeaderConfiguration | undefined;
|
|
@@ -655,6 +680,7 @@ export interface UpdateAgentRuntimeRequest {
|
|
|
655
680
|
metadataConfiguration?: RuntimeMetadataConfiguration | undefined;
|
|
656
681
|
environmentVariables?: Record<string, string> | undefined;
|
|
657
682
|
filesystemConfigurations?: FilesystemConfiguration[] | undefined;
|
|
683
|
+
capacityProviderConfiguration?: CapacityProviderConfiguration | undefined;
|
|
658
684
|
clientToken?: string | undefined;
|
|
659
685
|
}
|
|
660
686
|
export interface UpdateAgentRuntimeResponse {
|
|
@@ -666,6 +692,11 @@ export interface UpdateAgentRuntimeResponse {
|
|
|
666
692
|
lastUpdatedAt: Date | undefined;
|
|
667
693
|
status: AgentRuntimeStatus | undefined;
|
|
668
694
|
}
|
|
695
|
+
export interface AgentRuntimeVersionSummary {
|
|
696
|
+
agentRuntimeArn: string | undefined;
|
|
697
|
+
agentRuntimeVersion: string | undefined;
|
|
698
|
+
status: AgentRuntimeStatus | undefined;
|
|
699
|
+
}
|
|
669
700
|
export interface SkillDefinition {
|
|
670
701
|
schemaVersion?: string | undefined;
|
|
671
702
|
inlineContent?: string | undefined;
|
|
@@ -960,6 +991,212 @@ export interface ListBrowsersResponse {
|
|
|
960
991
|
browserSummaries: BrowserSummary[] | undefined;
|
|
961
992
|
nextToken?: string | undefined;
|
|
962
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
|
+
}
|
|
963
1200
|
export interface CodeInterpreterNetworkConfiguration {
|
|
964
1201
|
networkMode: CodeInterpreterNetworkMode | undefined;
|
|
965
1202
|
vpcConfig?: VpcConfig | undefined;
|
|
@@ -1501,6 +1738,105 @@ export interface UpdateEvaluatorResponse {
|
|
|
1501
1738
|
updatedAt: Date | undefined;
|
|
1502
1739
|
status: EvaluatorStatus | undefined;
|
|
1503
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
|
+
}
|
|
1504
1840
|
export type InterceptorPayloadExclusionSelector =
|
|
1505
1841
|
| InterceptorPayloadExclusionSelector.FieldMember
|
|
1506
1842
|
| InterceptorPayloadExclusionSelector.$UnknownMember;
|
|
@@ -2026,318 +2362,4 @@ export interface InferenceConnectorSource {
|
|
|
2026
2362
|
export interface InferenceConnectorTargetConfiguration {
|
|
2027
2363
|
source: InferenceConnectorSource | undefined;
|
|
2028
2364
|
}
|
|
2029
|
-
export interface ProviderPrefix {
|
|
2030
|
-
strip?: boolean | undefined;
|
|
2031
|
-
separator?: string | undefined;
|
|
2032
|
-
}
|
|
2033
|
-
export interface ModelMapping {
|
|
2034
|
-
providerPrefix?: ProviderPrefix | undefined;
|
|
2035
|
-
}
|
|
2036
|
-
export interface ModelEntry {
|
|
2037
|
-
model: string | undefined;
|
|
2038
|
-
}
|
|
2039
|
-
export interface InferenceOperationConfiguration {
|
|
2040
|
-
path: string | undefined;
|
|
2041
|
-
providerPath?: string | undefined;
|
|
2042
|
-
models?: ModelEntry[] | undefined;
|
|
2043
|
-
}
|
|
2044
|
-
export interface InferenceProviderTargetConfiguration {
|
|
2045
|
-
endpoint: string | undefined;
|
|
2046
|
-
modelMapping?: ModelMapping | undefined;
|
|
2047
|
-
operations?: InferenceOperationConfiguration[] | undefined;
|
|
2048
|
-
}
|
|
2049
|
-
export type InferenceTargetConfiguration =
|
|
2050
|
-
| InferenceTargetConfiguration.ConnectorMember
|
|
2051
|
-
| InferenceTargetConfiguration.ProviderMember
|
|
2052
|
-
| InferenceTargetConfiguration.$UnknownMember;
|
|
2053
|
-
export declare namespace InferenceTargetConfiguration {
|
|
2054
|
-
interface ConnectorMember {
|
|
2055
|
-
connector: InferenceConnectorTargetConfiguration;
|
|
2056
|
-
provider?: never;
|
|
2057
|
-
$unknown?: never;
|
|
2058
|
-
}
|
|
2059
|
-
interface ProviderMember {
|
|
2060
|
-
connector?: never;
|
|
2061
|
-
provider: InferenceProviderTargetConfiguration;
|
|
2062
|
-
$unknown?: never;
|
|
2063
|
-
}
|
|
2064
|
-
interface $UnknownMember {
|
|
2065
|
-
connector?: never;
|
|
2066
|
-
provider?: never;
|
|
2067
|
-
$unknown: [string, any];
|
|
2068
|
-
}
|
|
2069
|
-
interface Visitor<T> {
|
|
2070
|
-
connector: (value: InferenceConnectorTargetConfiguration) => T;
|
|
2071
|
-
provider: (value: InferenceProviderTargetConfiguration) => T;
|
|
2072
|
-
_: (name: string, value: any) => T;
|
|
2073
|
-
}
|
|
2074
|
-
}
|
|
2075
|
-
export interface ApiGatewayToolFilter {
|
|
2076
|
-
filterPath: string | undefined;
|
|
2077
|
-
methods: RestApiMethod[] | undefined;
|
|
2078
|
-
}
|
|
2079
|
-
export interface ApiGatewayToolOverride {
|
|
2080
|
-
name: string | undefined;
|
|
2081
|
-
description?: string | undefined;
|
|
2082
|
-
path: string | undefined;
|
|
2083
|
-
method: RestApiMethod | undefined;
|
|
2084
|
-
}
|
|
2085
|
-
export interface ApiGatewayToolConfiguration {
|
|
2086
|
-
toolOverrides?: ApiGatewayToolOverride[] | undefined;
|
|
2087
|
-
toolFilters: ApiGatewayToolFilter[] | undefined;
|
|
2088
|
-
}
|
|
2089
|
-
export interface ApiGatewayTargetConfiguration {
|
|
2090
|
-
restApiId: string | undefined;
|
|
2091
|
-
stage: string | undefined;
|
|
2092
|
-
apiGatewayToolConfiguration: ApiGatewayToolConfiguration | undefined;
|
|
2093
|
-
}
|
|
2094
|
-
export interface ConnectorParameterOverride {
|
|
2095
|
-
path: string | undefined;
|
|
2096
|
-
description?: string | undefined;
|
|
2097
|
-
visible?: boolean | undefined;
|
|
2098
|
-
}
|
|
2099
|
-
export interface ConnectorConfiguration {
|
|
2100
|
-
name: string | undefined;
|
|
2101
|
-
description?: string | undefined;
|
|
2102
|
-
parameterValues?: __DocumentType | undefined;
|
|
2103
|
-
parameterOverrides?: ConnectorParameterOverride[] | undefined;
|
|
2104
|
-
}
|
|
2105
|
-
export interface ConnectorSource {
|
|
2106
|
-
connectorId: string | undefined;
|
|
2107
|
-
version?: string | undefined;
|
|
2108
|
-
}
|
|
2109
|
-
export interface ConnectorTargetConfiguration {
|
|
2110
|
-
source: ConnectorSource | undefined;
|
|
2111
|
-
enabled?: string[] | undefined;
|
|
2112
|
-
configurations?: ConnectorConfiguration[] | undefined;
|
|
2113
|
-
}
|
|
2114
|
-
export type McpToolSchemaConfiguration =
|
|
2115
|
-
| McpToolSchemaConfiguration.InlinePayloadMember
|
|
2116
|
-
| McpToolSchemaConfiguration.S3Member
|
|
2117
|
-
| McpToolSchemaConfiguration.$UnknownMember;
|
|
2118
|
-
export declare namespace McpToolSchemaConfiguration {
|
|
2119
|
-
interface S3Member {
|
|
2120
|
-
s3: S3Configuration;
|
|
2121
|
-
inlinePayload?: never;
|
|
2122
|
-
$unknown?: never;
|
|
2123
|
-
}
|
|
2124
|
-
interface InlinePayloadMember {
|
|
2125
|
-
s3?: never;
|
|
2126
|
-
inlinePayload: string;
|
|
2127
|
-
$unknown?: never;
|
|
2128
|
-
}
|
|
2129
|
-
interface $UnknownMember {
|
|
2130
|
-
s3?: never;
|
|
2131
|
-
inlinePayload?: never;
|
|
2132
|
-
$unknown: [string, any];
|
|
2133
|
-
}
|
|
2134
|
-
interface Visitor<T> {
|
|
2135
|
-
s3: (value: S3Configuration) => T;
|
|
2136
|
-
inlinePayload: (value: string) => T;
|
|
2137
|
-
_: (name: string, value: any) => T;
|
|
2138
|
-
}
|
|
2139
|
-
}
|
|
2140
|
-
export interface McpServerTargetConfiguration {
|
|
2141
|
-
endpoint: string | undefined;
|
|
2142
|
-
mcpToolSchema?: McpToolSchemaConfiguration | undefined;
|
|
2143
|
-
listingMode?: ListingMode | undefined;
|
|
2144
|
-
resourcePriority?: number | undefined;
|
|
2145
|
-
}
|
|
2146
|
-
export interface OAuth2AuthorizationData {
|
|
2147
|
-
authorizationUrl: string | undefined;
|
|
2148
|
-
userId?: string | undefined;
|
|
2149
|
-
}
|
|
2150
|
-
export type AuthorizationData = AuthorizationData.Oauth2Member | AuthorizationData.$UnknownMember;
|
|
2151
|
-
export declare namespace AuthorizationData {
|
|
2152
|
-
interface Oauth2Member {
|
|
2153
|
-
oauth2: OAuth2AuthorizationData;
|
|
2154
|
-
$unknown?: never;
|
|
2155
|
-
}
|
|
2156
|
-
interface $UnknownMember {
|
|
2157
|
-
oauth2?: never;
|
|
2158
|
-
$unknown: [string, any];
|
|
2159
|
-
}
|
|
2160
|
-
interface Visitor<T> {
|
|
2161
|
-
oauth2: (value: OAuth2AuthorizationData) => T;
|
|
2162
|
-
_: (name: string, value: any) => T;
|
|
2163
|
-
}
|
|
2164
|
-
}
|
|
2165
|
-
export interface ManagedResourceDetails {
|
|
2166
|
-
domain?: string | undefined;
|
|
2167
|
-
resourceGatewayArn?: string | undefined;
|
|
2168
|
-
resourceAssociationArn?: string | undefined;
|
|
2169
|
-
}
|
|
2170
|
-
export interface DeleteGatewayTargetRequest {
|
|
2171
|
-
gatewayIdentifier: string | undefined;
|
|
2172
|
-
targetId: string | undefined;
|
|
2173
|
-
}
|
|
2174
|
-
export interface DeleteGatewayTargetResponse {
|
|
2175
|
-
gatewayArn: string | undefined;
|
|
2176
|
-
targetId: string | undefined;
|
|
2177
|
-
status: TargetStatus | undefined;
|
|
2178
|
-
statusReasons?: string[] | undefined;
|
|
2179
|
-
}
|
|
2180
|
-
export interface GetGatewayTargetRequest {
|
|
2181
|
-
gatewayIdentifier: string | undefined;
|
|
2182
|
-
targetId: string | undefined;
|
|
2183
|
-
}
|
|
2184
|
-
export interface ListGatewayTargetsRequest {
|
|
2185
|
-
gatewayIdentifier: string | undefined;
|
|
2186
|
-
maxResults?: number | undefined;
|
|
2187
|
-
nextToken?: string | undefined;
|
|
2188
|
-
}
|
|
2189
|
-
export interface TargetSummary {
|
|
2190
|
-
targetId: string | undefined;
|
|
2191
|
-
name: string | undefined;
|
|
2192
|
-
status: TargetStatus | undefined;
|
|
2193
|
-
description?: string | undefined;
|
|
2194
|
-
createdAt: Date | undefined;
|
|
2195
|
-
updatedAt: Date | undefined;
|
|
2196
|
-
resourcePriority?: number | undefined;
|
|
2197
|
-
lastSynchronizedAt?: Date | undefined;
|
|
2198
|
-
authorizationData?: AuthorizationData | undefined;
|
|
2199
|
-
targetType?: TargetType | undefined;
|
|
2200
|
-
listingMode?: ListingMode | undefined;
|
|
2201
|
-
}
|
|
2202
|
-
export interface ListGatewayTargetsResponse {
|
|
2203
|
-
items: TargetSummary[] | undefined;
|
|
2204
|
-
nextToken?: string | undefined;
|
|
2205
|
-
}
|
|
2206
|
-
export interface SynchronizeGatewayTargetsRequest {
|
|
2207
|
-
gatewayIdentifier: string | undefined;
|
|
2208
|
-
targetIdList: string[] | undefined;
|
|
2209
|
-
}
|
|
2210
|
-
export interface GetResourcePolicyRequest {
|
|
2211
|
-
resourceArn: string | undefined;
|
|
2212
|
-
}
|
|
2213
|
-
export interface GetResourcePolicyResponse {
|
|
2214
|
-
policy?: string | undefined;
|
|
2215
|
-
}
|
|
2216
|
-
export interface GetTokenVaultRequest {
|
|
2217
|
-
tokenVaultId?: string | undefined;
|
|
2218
|
-
}
|
|
2219
|
-
export interface KmsConfiguration {
|
|
2220
|
-
keyType: KeyType | undefined;
|
|
2221
|
-
kmsKeyArn?: string | undefined;
|
|
2222
|
-
}
|
|
2223
|
-
export interface GetTokenVaultResponse {
|
|
2224
|
-
tokenVaultId: string | undefined;
|
|
2225
|
-
kmsConfiguration: KmsConfiguration | undefined;
|
|
2226
|
-
lastModifiedDate: Date | undefined;
|
|
2227
|
-
}
|
|
2228
|
-
export interface CreateHarnessEndpointRequest {
|
|
2229
|
-
harnessId: string | undefined;
|
|
2230
|
-
endpointName: string | undefined;
|
|
2231
|
-
targetVersion?: string | undefined;
|
|
2232
|
-
description?: string | undefined;
|
|
2233
|
-
clientToken?: string | undefined;
|
|
2234
|
-
tags?: Record<string, string> | undefined;
|
|
2235
|
-
}
|
|
2236
|
-
export interface HarnessEndpoint {
|
|
2237
|
-
harnessId: string | undefined;
|
|
2238
|
-
harnessName: string | undefined;
|
|
2239
|
-
endpointName: string | undefined;
|
|
2240
|
-
arn: string | undefined;
|
|
2241
|
-
status: HarnessEndpointStatus | undefined;
|
|
2242
|
-
createdAt: Date | undefined;
|
|
2243
|
-
updatedAt: Date | undefined;
|
|
2244
|
-
liveVersion?: string | undefined;
|
|
2245
|
-
targetVersion?: string | undefined;
|
|
2246
|
-
description?: string | undefined;
|
|
2247
|
-
failureReason?: string | undefined;
|
|
2248
|
-
}
|
|
2249
|
-
export interface CreateHarnessEndpointResponse {
|
|
2250
|
-
endpoint: HarnessEndpoint | undefined;
|
|
2251
|
-
}
|
|
2252
|
-
export interface DeleteHarnessEndpointRequest {
|
|
2253
|
-
harnessId: string | undefined;
|
|
2254
|
-
endpointName: string | undefined;
|
|
2255
|
-
clientToken?: string | undefined;
|
|
2256
|
-
}
|
|
2257
|
-
export interface DeleteHarnessEndpointResponse {
|
|
2258
|
-
endpoint: HarnessEndpoint | undefined;
|
|
2259
|
-
}
|
|
2260
|
-
export interface GetHarnessEndpointRequest {
|
|
2261
|
-
harnessId: string | undefined;
|
|
2262
|
-
endpointName: string | undefined;
|
|
2263
|
-
}
|
|
2264
|
-
export interface GetHarnessEndpointResponse {
|
|
2265
|
-
endpoint: HarnessEndpoint | undefined;
|
|
2266
|
-
}
|
|
2267
|
-
export interface ListHarnessEndpointsRequest {
|
|
2268
|
-
harnessId: string | undefined;
|
|
2269
|
-
maxResults?: number | undefined;
|
|
2270
|
-
nextToken?: string | undefined;
|
|
2271
|
-
}
|
|
2272
|
-
export interface ListHarnessEndpointsResponse {
|
|
2273
|
-
endpoints: HarnessEndpoint[] | undefined;
|
|
2274
|
-
nextToken?: string | undefined;
|
|
2275
|
-
}
|
|
2276
|
-
export interface UpdateHarnessEndpointRequest {
|
|
2277
|
-
harnessId: string | undefined;
|
|
2278
|
-
endpointName: string | undefined;
|
|
2279
|
-
targetVersion?: string | undefined;
|
|
2280
|
-
description?: string | undefined;
|
|
2281
|
-
clientToken?: string | undefined;
|
|
2282
|
-
}
|
|
2283
|
-
export interface UpdateHarnessEndpointResponse {
|
|
2284
|
-
endpoint: HarnessEndpoint | undefined;
|
|
2285
|
-
}
|
|
2286
|
-
export interface HarnessAgentCoreRuntimeEnvironmentRequest {
|
|
2287
|
-
lifecycleConfiguration?: LifecycleConfiguration | undefined;
|
|
2288
|
-
networkConfiguration?: NetworkConfiguration | undefined;
|
|
2289
|
-
filesystemConfigurations?: FilesystemConfiguration[] | undefined;
|
|
2290
|
-
}
|
|
2291
|
-
export type HarnessEnvironmentProviderRequest =
|
|
2292
|
-
| HarnessEnvironmentProviderRequest.AgentCoreRuntimeEnvironmentMember
|
|
2293
|
-
| HarnessEnvironmentProviderRequest.$UnknownMember;
|
|
2294
|
-
export declare namespace HarnessEnvironmentProviderRequest {
|
|
2295
|
-
interface AgentCoreRuntimeEnvironmentMember {
|
|
2296
|
-
agentCoreRuntimeEnvironment: HarnessAgentCoreRuntimeEnvironmentRequest;
|
|
2297
|
-
$unknown?: never;
|
|
2298
|
-
}
|
|
2299
|
-
interface $UnknownMember {
|
|
2300
|
-
agentCoreRuntimeEnvironment?: never;
|
|
2301
|
-
$unknown: [string, any];
|
|
2302
|
-
}
|
|
2303
|
-
interface Visitor<T> {
|
|
2304
|
-
agentCoreRuntimeEnvironment: (value: HarnessAgentCoreRuntimeEnvironmentRequest) => T;
|
|
2305
|
-
_: (name: string, value: any) => T;
|
|
2306
|
-
}
|
|
2307
|
-
}
|
|
2308
|
-
export type HarnessEnvironmentArtifact =
|
|
2309
|
-
| HarnessEnvironmentArtifact.ContainerConfigurationMember
|
|
2310
|
-
| HarnessEnvironmentArtifact.$UnknownMember;
|
|
2311
|
-
export declare namespace HarnessEnvironmentArtifact {
|
|
2312
|
-
interface ContainerConfigurationMember {
|
|
2313
|
-
containerConfiguration: ContainerConfiguration;
|
|
2314
|
-
$unknown?: never;
|
|
2315
|
-
}
|
|
2316
|
-
interface $UnknownMember {
|
|
2317
|
-
containerConfiguration?: never;
|
|
2318
|
-
$unknown: [string, any];
|
|
2319
|
-
}
|
|
2320
|
-
interface Visitor<T> {
|
|
2321
|
-
containerConfiguration: (value: ContainerConfiguration) => T;
|
|
2322
|
-
_: (name: string, value: any) => T;
|
|
2323
|
-
}
|
|
2324
|
-
}
|
|
2325
|
-
export interface HarnessAgentCoreMemoryRetrievalConfig {
|
|
2326
|
-
topK?: number | undefined;
|
|
2327
|
-
relevanceScore?: number | undefined;
|
|
2328
|
-
strategyId?: string | undefined;
|
|
2329
|
-
}
|
|
2330
|
-
export interface HarnessAgentCoreMemoryConfiguration {
|
|
2331
|
-
arn: string | undefined;
|
|
2332
|
-
actorId?: string | undefined;
|
|
2333
|
-
messagesCount?: number | undefined;
|
|
2334
|
-
retrievalConfig?: Record<string, HarnessAgentCoreMemoryRetrievalConfig> | undefined;
|
|
2335
|
-
}
|
|
2336
|
-
export interface HarnessDisabledMemoryConfiguration {}
|
|
2337
|
-
export interface HarnessManagedMemoryConfiguration {
|
|
2338
|
-
arn?: string | undefined;
|
|
2339
|
-
strategies?: HarnessManagedMemoryStrategyType[] | undefined;
|
|
2340
|
-
eventExpiryDuration?: number | undefined;
|
|
2341
|
-
encryptionKeyArn?: string | undefined;
|
|
2342
|
-
}
|
|
2343
2365
|
export interface Unit {}
|