@aws-sdk/client-agent-registry-control 3.1121.0 → 3.1122.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist-cjs/index.js +223 -43
- package/dist-es/models/enums.js +36 -12
- package/dist-es/schemas/schemas_0.js +163 -30
- package/dist-types/AgentRegistryControl.d.ts +1 -1
- package/dist-types/AgentRegistryControlClient.d.ts +1 -1
- package/dist-types/commands/CreateRegistryCommand.d.ts +7 -0
- package/dist-types/commands/CreateRegistryRecordCommand.d.ts +228 -4
- package/dist-types/commands/GetRegistryCommand.d.ts +11 -0
- package/dist-types/commands/GetRegistryRecordCommand.d.ts +229 -1
- package/dist-types/commands/ListRegistriesCommand.d.ts +8 -0
- package/dist-types/commands/ListRegistryRecordsCommand.d.ts +10 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRegistryCommand.d.ts +17 -0
- package/dist-types/commands/UpdateRegistryRecordCommand.d.ts +464 -2
- package/dist-types/index.d.ts +1 -1
- package/dist-types/models/enums.d.ts +101 -29
- package/dist-types/models/models_0.d.ts +773 -362
- package/dist-types/schemas/schemas_0.d.ts +17 -0
- package/dist-types/ts3.4/models/enums.d.ts +50 -18
- package/dist-types/ts3.4/models/models_0.d.ts +231 -115
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +17 -0
- package/package.json +1 -1
|
@@ -15,11 +15,17 @@ export declare var ValidationException$: StaticErrorSchema;
|
|
|
15
15
|
*/
|
|
16
16
|
export declare const errorTypeRegistries: TypeRegistry[];
|
|
17
17
|
export declare var A2aAgentCardDescriptor$: StaticStructureSchema;
|
|
18
|
+
export declare var AgentCoreGatewaySourceDetails$: StaticStructureSchema;
|
|
19
|
+
export declare var AgentCoreRuntimeProtocolConfiguration$: StaticStructureSchema;
|
|
20
|
+
export declare var AgentCoreRuntimeSourceDetails$: StaticStructureSchema;
|
|
18
21
|
export declare var AgentSkillsAdditionalData$: StaticStructureSchema;
|
|
19
22
|
export declare var AgentSkillsDefinitionDescriptor$: StaticStructureSchema;
|
|
20
23
|
export declare var AgentSkillsMdDescriptor$: StaticStructureSchema;
|
|
24
|
+
export declare var AgUiDescriptor$: StaticStructureSchema;
|
|
21
25
|
export declare var ApprovalConfiguration$: StaticStructureSchema;
|
|
22
26
|
export declare var AuthorizingClaimMatchValueType$: StaticStructureSchema;
|
|
27
|
+
export declare var AutoDetection$: StaticStructureSchema;
|
|
28
|
+
export declare var AutoDetectionConfiguration$: StaticStructureSchema;
|
|
23
29
|
export declare var CreateRegistryRecordRequest$: StaticStructureSchema;
|
|
24
30
|
export declare var CreateRegistryRecordResponse$: StaticStructureSchema;
|
|
25
31
|
export declare var CreateRegistryRequest$: StaticStructureSchema;
|
|
@@ -35,10 +41,12 @@ export declare var Descriptors$: StaticStructureSchema;
|
|
|
35
41
|
export declare var DescriptorSource$: StaticStructureSchema;
|
|
36
42
|
export declare var DescriptorSourceFromUrl$: StaticStructureSchema;
|
|
37
43
|
export declare var DiscoveryConfiguration$: StaticStructureSchema;
|
|
44
|
+
export declare var EncryptionConfiguration$: StaticStructureSchema;
|
|
38
45
|
export declare var GetRegistryRecordRequest$: StaticStructureSchema;
|
|
39
46
|
export declare var GetRegistryRecordResponse$: StaticStructureSchema;
|
|
40
47
|
export declare var GetRegistryRequest$: StaticStructureSchema;
|
|
41
48
|
export declare var GetRegistryResponse$: StaticStructureSchema;
|
|
49
|
+
export declare var HttpDescriptor$: StaticStructureSchema;
|
|
42
50
|
export declare var ListRegistriesRequest$: StaticStructureSchema;
|
|
43
51
|
export declare var ListRegistriesResponse$: StaticStructureSchema;
|
|
44
52
|
export declare var ListRegistryRecordsRequest$: StaticStructureSchema;
|
|
@@ -50,6 +58,8 @@ export declare var McpServerAdditionalData$: StaticStructureSchema;
|
|
|
50
58
|
export declare var McpServerDescriptor$: StaticStructureSchema;
|
|
51
59
|
export declare var McpToolsDescriptor$: StaticStructureSchema;
|
|
52
60
|
export declare var PrivateEndpointOverride$: StaticStructureSchema;
|
|
61
|
+
export declare var Provenance$: StaticStructureSchema;
|
|
62
|
+
export declare var ProvenanceSummary$: StaticStructureSchema;
|
|
53
63
|
export declare var RegistryFilter$: StaticStructureSchema;
|
|
54
64
|
export declare var RegistryRecordCredentialProviderConfiguration$: StaticStructureSchema;
|
|
55
65
|
export declare var RegistryRecordFilter$: StaticStructureSchema;
|
|
@@ -71,8 +81,11 @@ export declare var UpdatedAgentSkillsDefinitionDescriptor$: StaticStructureSchem
|
|
|
71
81
|
export declare var UpdatedAgentSkillsDefinitionDescriptorFields$: StaticStructureSchema;
|
|
72
82
|
export declare var UpdatedAgentSkillsMdDescriptor$: StaticStructureSchema;
|
|
73
83
|
export declare var UpdatedAgentSkillsMdDescriptorFields$: StaticStructureSchema;
|
|
84
|
+
export declare var UpdatedAgUiDescriptor$: StaticStructureSchema;
|
|
85
|
+
export declare var UpdatedAgUiDescriptorFields$: StaticStructureSchema;
|
|
74
86
|
export declare var UpdatedApprovalConfiguration$: StaticStructureSchema;
|
|
75
87
|
export declare var UpdatedAuthorizerConfiguration$: StaticStructureSchema;
|
|
88
|
+
export declare var UpdatedAutoDetectionConfiguration$: StaticStructureSchema;
|
|
76
89
|
export declare var UpdatedCustomDescriptor$: StaticStructureSchema;
|
|
77
90
|
export declare var UpdatedCustomDescriptorFields$: StaticStructureSchema;
|
|
78
91
|
export declare var UpdatedDataSchemaVersion$: StaticStructureSchema;
|
|
@@ -83,6 +96,8 @@ export declare var UpdatedDescriptorsFields$: StaticStructureSchema;
|
|
|
83
96
|
export declare var UpdatedDescriptorSource$: StaticStructureSchema;
|
|
84
97
|
export declare var UpdatedDiscoveryConfiguration$: StaticStructureSchema;
|
|
85
98
|
export declare var UpdatedDisplayName$: StaticStructureSchema;
|
|
99
|
+
export declare var UpdatedHttpDescriptor$: StaticStructureSchema;
|
|
100
|
+
export declare var UpdatedHttpDescriptorFields$: StaticStructureSchema;
|
|
86
101
|
export declare var UpdatedMcpServerAdditionalData$: StaticStructureSchema;
|
|
87
102
|
export declare var UpdatedMcpServerAdditionalDataFields$: StaticStructureSchema;
|
|
88
103
|
export declare var UpdatedMcpServerDescriptor$: StaticStructureSchema;
|
|
@@ -96,11 +111,13 @@ export declare var UpdateRegistryRecordStatusResponse$: StaticStructureSchema;
|
|
|
96
111
|
export declare var UpdateRegistryRequest$: StaticStructureSchema;
|
|
97
112
|
export declare var UpdateRegistryResponse$: StaticStructureSchema;
|
|
98
113
|
export declare var ValidationExceptionField$: StaticStructureSchema;
|
|
114
|
+
export declare var WorkloadIdentityDetails$: StaticStructureSchema;
|
|
99
115
|
export declare var AuthorizerConfiguration$: StaticUnionSchema;
|
|
100
116
|
export declare var ClaimMatchValueType$: StaticUnionSchema;
|
|
101
117
|
export declare var PrivateEndpoint$: StaticUnionSchema;
|
|
102
118
|
export declare var RegistryRecordCredentialProviderUnion$: StaticUnionSchema;
|
|
103
119
|
export declare var SelfManagedLatticeResource$: StaticUnionSchema;
|
|
120
|
+
export declare var SourceDetails$: StaticUnionSchema;
|
|
104
121
|
export declare var CreateRegistry$: StaticOperationSchema;
|
|
105
122
|
export declare var CreateRegistryRecord$: StaticOperationSchema;
|
|
106
123
|
export declare var DeleteRegistry$: StaticOperationSchema;
|
|
@@ -9,6 +9,38 @@ export declare const RegistryRecordCredentialProviderType: {
|
|
|
9
9
|
};
|
|
10
10
|
export type RegistryRecordCredentialProviderType =
|
|
11
11
|
(typeof RegistryRecordCredentialProviderType)[keyof typeof RegistryRecordCredentialProviderType];
|
|
12
|
+
export declare const AgentCoreGatewayProtocolType: {
|
|
13
|
+
readonly MCP: "MCP";
|
|
14
|
+
};
|
|
15
|
+
export type AgentCoreGatewayProtocolType =
|
|
16
|
+
(typeof AgentCoreGatewayProtocolType)[keyof typeof AgentCoreGatewayProtocolType];
|
|
17
|
+
export declare const ClaimMatchOperatorType: {
|
|
18
|
+
readonly CONTAINS: "CONTAINS";
|
|
19
|
+
readonly CONTAINS_ANY: "CONTAINS_ANY";
|
|
20
|
+
readonly EQUALS: "EQUALS";
|
|
21
|
+
};
|
|
22
|
+
export type ClaimMatchOperatorType =
|
|
23
|
+
(typeof ClaimMatchOperatorType)[keyof typeof ClaimMatchOperatorType];
|
|
24
|
+
export declare const InboundTokenClaimValueType: {
|
|
25
|
+
readonly STRING: "STRING";
|
|
26
|
+
readonly STRING_ARRAY: "STRING_ARRAY";
|
|
27
|
+
};
|
|
28
|
+
export type InboundTokenClaimValueType =
|
|
29
|
+
(typeof InboundTokenClaimValueType)[keyof typeof InboundTokenClaimValueType];
|
|
30
|
+
export declare const EndpointIpAddressType: {
|
|
31
|
+
readonly IPV4: "IPV4";
|
|
32
|
+
readonly IPV6: "IPV6";
|
|
33
|
+
};
|
|
34
|
+
export type EndpointIpAddressType =
|
|
35
|
+
(typeof EndpointIpAddressType)[keyof typeof EndpointIpAddressType];
|
|
36
|
+
export declare const AgentCoreRuntimeServerProtocol: {
|
|
37
|
+
readonly A2A: "A2A";
|
|
38
|
+
readonly AGUI: "AGUI";
|
|
39
|
+
readonly HTTP: "HTTP";
|
|
40
|
+
readonly MCP: "MCP";
|
|
41
|
+
};
|
|
42
|
+
export type AgentCoreRuntimeServerProtocol =
|
|
43
|
+
(typeof AgentCoreRuntimeServerProtocol)[keyof typeof AgentCoreRuntimeServerProtocol];
|
|
12
44
|
export declare const ValidationExceptionReason: {
|
|
13
45
|
readonly CANNOT_PARSE: "CannotParse";
|
|
14
46
|
readonly FIELD_VALIDATION_FAILED: "FieldValidationFailed";
|
|
@@ -18,9 +50,19 @@ export declare const ValidationExceptionReason: {
|
|
|
18
50
|
};
|
|
19
51
|
export type ValidationExceptionReason =
|
|
20
52
|
(typeof ValidationExceptionReason)[keyof typeof ValidationExceptionReason];
|
|
53
|
+
export declare const ProvenanceRelation: {
|
|
54
|
+
readonly DETECTED_FROM: "DETECTED_FROM";
|
|
55
|
+
};
|
|
56
|
+
export type ProvenanceRelation = (typeof ProvenanceRelation)[keyof typeof ProvenanceRelation];
|
|
57
|
+
export declare const SourceType: {
|
|
58
|
+
readonly AWS_BEDROCK_AGENTCORE_GATEWAY: "AWS::BedrockAgentCore::Gateway";
|
|
59
|
+
readonly AWS_BEDROCK_AGENTCORE_RUNTIME: "AWS::BedrockAgentCore::Runtime";
|
|
60
|
+
};
|
|
61
|
+
export type SourceType = (typeof SourceType)[keyof typeof SourceType];
|
|
21
62
|
export declare const RecordType: {
|
|
22
63
|
readonly AGENT: "AGENT";
|
|
23
64
|
readonly CUSTOM: "CUSTOM";
|
|
65
|
+
readonly GATEWAY: "GATEWAY";
|
|
24
66
|
readonly MCP: "MCP";
|
|
25
67
|
readonly SKILL: "SKILL";
|
|
26
68
|
};
|
|
@@ -48,25 +90,10 @@ export declare const AutoApprovalRule: {
|
|
|
48
90
|
readonly APPROVE_ALL: "APPROVE_ALL";
|
|
49
91
|
};
|
|
50
92
|
export type AutoApprovalRule = (typeof AutoApprovalRule)[keyof typeof AutoApprovalRule];
|
|
51
|
-
export declare const
|
|
52
|
-
readonly
|
|
53
|
-
readonly CONTAINS_ANY: "CONTAINS_ANY";
|
|
54
|
-
readonly EQUALS: "EQUALS";
|
|
55
|
-
};
|
|
56
|
-
export type ClaimMatchOperatorType =
|
|
57
|
-
(typeof ClaimMatchOperatorType)[keyof typeof ClaimMatchOperatorType];
|
|
58
|
-
export declare const InboundTokenClaimValueType: {
|
|
59
|
-
readonly STRING: "STRING";
|
|
60
|
-
readonly STRING_ARRAY: "STRING_ARRAY";
|
|
93
|
+
export declare const AutoDetectionScope: {
|
|
94
|
+
readonly ORGANIZATION: "ORGANIZATION";
|
|
61
95
|
};
|
|
62
|
-
export type
|
|
63
|
-
(typeof InboundTokenClaimValueType)[keyof typeof InboundTokenClaimValueType];
|
|
64
|
-
export declare const EndpointIpAddressType: {
|
|
65
|
-
readonly IPV4: "IPV4";
|
|
66
|
-
readonly IPV6: "IPV6";
|
|
67
|
-
};
|
|
68
|
-
export type EndpointIpAddressType =
|
|
69
|
-
(typeof EndpointIpAddressType)[keyof typeof EndpointIpAddressType];
|
|
96
|
+
export type AutoDetectionScope = (typeof AutoDetectionScope)[keyof typeof AutoDetectionScope];
|
|
70
97
|
export declare const RegistryAuthorizerType: {
|
|
71
98
|
readonly AWS_IAM: "AWS_IAM";
|
|
72
99
|
readonly CUSTOM_JWT: "CUSTOM_JWT";
|
|
@@ -83,6 +110,11 @@ export declare const RegistryStatus: {
|
|
|
83
110
|
readonly UPDATING: "UPDATING";
|
|
84
111
|
};
|
|
85
112
|
export type RegistryStatus = (typeof RegistryStatus)[keyof typeof RegistryStatus];
|
|
113
|
+
export declare const AutoDetectionStatus: {
|
|
114
|
+
readonly ACTIVE: "ACTIVE";
|
|
115
|
+
readonly INACTIVE: "INACTIVE";
|
|
116
|
+
};
|
|
117
|
+
export type AutoDetectionStatus = (typeof AutoDetectionStatus)[keyof typeof AutoDetectionStatus];
|
|
86
118
|
export declare const RegistryFilterName: {
|
|
87
119
|
readonly DISCOVERY_CONFIGURATION_AUTHORIZER_TYPE: "discoveryConfiguration.authorizerType";
|
|
88
120
|
readonly STATUS: "status";
|
|
@@ -1,8 +1,13 @@
|
|
|
1
1
|
import {
|
|
2
|
+
AgentCoreGatewayProtocolType,
|
|
3
|
+
AgentCoreRuntimeServerProtocol,
|
|
2
4
|
AutoApprovalRule,
|
|
5
|
+
AutoDetectionScope,
|
|
6
|
+
AutoDetectionStatus,
|
|
3
7
|
ClaimMatchOperatorType,
|
|
4
8
|
EndpointIpAddressType,
|
|
5
9
|
InboundTokenClaimValueType,
|
|
10
|
+
ProvenanceRelation,
|
|
6
11
|
RecordType,
|
|
7
12
|
RegistryAuthorizerType,
|
|
8
13
|
RegistryFilterName,
|
|
@@ -11,6 +16,7 @@ import {
|
|
|
11
16
|
RegistryRecordOAuthGrantType,
|
|
12
17
|
RegistryRecordStatus,
|
|
13
18
|
RegistryStatus,
|
|
19
|
+
SourceType,
|
|
14
20
|
} from "./enums";
|
|
15
21
|
export interface RegistryRecordIamCredentialProvider {
|
|
16
22
|
roleArn?: string | undefined;
|
|
@@ -65,6 +71,139 @@ export interface A2aAgentCardDescriptor {
|
|
|
65
71
|
dataSchemaVersion?: string | undefined;
|
|
66
72
|
source?: DescriptorSource | undefined;
|
|
67
73
|
}
|
|
74
|
+
export type ClaimMatchValueType =
|
|
75
|
+
| ClaimMatchValueType.MatchValueStringMember
|
|
76
|
+
| ClaimMatchValueType.MatchValueStringListMember
|
|
77
|
+
| ClaimMatchValueType.$UnknownMember;
|
|
78
|
+
export declare namespace ClaimMatchValueType {
|
|
79
|
+
interface MatchValueStringMember {
|
|
80
|
+
matchValueString: string;
|
|
81
|
+
matchValueStringList?: never;
|
|
82
|
+
$unknown?: never;
|
|
83
|
+
}
|
|
84
|
+
interface MatchValueStringListMember {
|
|
85
|
+
matchValueString?: never;
|
|
86
|
+
matchValueStringList: string[];
|
|
87
|
+
$unknown?: never;
|
|
88
|
+
}
|
|
89
|
+
interface $UnknownMember {
|
|
90
|
+
matchValueString?: never;
|
|
91
|
+
matchValueStringList?: never;
|
|
92
|
+
$unknown: [string, any];
|
|
93
|
+
}
|
|
94
|
+
interface Visitor<T> {
|
|
95
|
+
matchValueString: (value: string) => T;
|
|
96
|
+
matchValueStringList: (value: string[]) => T;
|
|
97
|
+
_: (name: string, value: any) => T;
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
export interface AuthorizingClaimMatchValueType {
|
|
101
|
+
claimMatchValue: ClaimMatchValueType | undefined;
|
|
102
|
+
claimMatchOperator: ClaimMatchOperatorType | undefined;
|
|
103
|
+
}
|
|
104
|
+
export interface CustomClaimValidationType {
|
|
105
|
+
inboundTokenClaimName: string | undefined;
|
|
106
|
+
inboundTokenClaimValueType: InboundTokenClaimValueType | undefined;
|
|
107
|
+
authorizingClaimMatchValue: AuthorizingClaimMatchValueType | undefined;
|
|
108
|
+
}
|
|
109
|
+
export interface ManagedVpcResource {
|
|
110
|
+
vpcIdentifier: string | undefined;
|
|
111
|
+
subnetIds: string[] | undefined;
|
|
112
|
+
endpointIpAddressType: EndpointIpAddressType | undefined;
|
|
113
|
+
securityGroupIds?: string[] | undefined;
|
|
114
|
+
tags?: Record<string, string> | undefined;
|
|
115
|
+
routingDomain?: string | undefined;
|
|
116
|
+
}
|
|
117
|
+
export type SelfManagedLatticeResource =
|
|
118
|
+
| SelfManagedLatticeResource.ResourceConfigurationIdentifierMember
|
|
119
|
+
| SelfManagedLatticeResource.$UnknownMember;
|
|
120
|
+
export declare namespace SelfManagedLatticeResource {
|
|
121
|
+
interface ResourceConfigurationIdentifierMember {
|
|
122
|
+
resourceConfigurationIdentifier: string;
|
|
123
|
+
$unknown?: never;
|
|
124
|
+
}
|
|
125
|
+
interface $UnknownMember {
|
|
126
|
+
resourceConfigurationIdentifier?: never;
|
|
127
|
+
$unknown: [string, any];
|
|
128
|
+
}
|
|
129
|
+
interface Visitor<T> {
|
|
130
|
+
resourceConfigurationIdentifier: (value: string) => T;
|
|
131
|
+
_: (name: string, value: any) => T;
|
|
132
|
+
}
|
|
133
|
+
}
|
|
134
|
+
export type PrivateEndpoint =
|
|
135
|
+
| PrivateEndpoint.ManagedVpcResourceMember
|
|
136
|
+
| PrivateEndpoint.SelfManagedLatticeResourceMember
|
|
137
|
+
| PrivateEndpoint.$UnknownMember;
|
|
138
|
+
export declare namespace PrivateEndpoint {
|
|
139
|
+
interface SelfManagedLatticeResourceMember {
|
|
140
|
+
selfManagedLatticeResource: SelfManagedLatticeResource;
|
|
141
|
+
managedVpcResource?: never;
|
|
142
|
+
$unknown?: never;
|
|
143
|
+
}
|
|
144
|
+
interface ManagedVpcResourceMember {
|
|
145
|
+
selfManagedLatticeResource?: never;
|
|
146
|
+
managedVpcResource: ManagedVpcResource;
|
|
147
|
+
$unknown?: never;
|
|
148
|
+
}
|
|
149
|
+
interface $UnknownMember {
|
|
150
|
+
selfManagedLatticeResource?: never;
|
|
151
|
+
managedVpcResource?: never;
|
|
152
|
+
$unknown: [string, any];
|
|
153
|
+
}
|
|
154
|
+
interface Visitor<T> {
|
|
155
|
+
selfManagedLatticeResource: (value: SelfManagedLatticeResource) => T;
|
|
156
|
+
managedVpcResource: (value: ManagedVpcResource) => T;
|
|
157
|
+
_: (name: string, value: any) => T;
|
|
158
|
+
}
|
|
159
|
+
}
|
|
160
|
+
export interface PrivateEndpointOverride {
|
|
161
|
+
domain: string | undefined;
|
|
162
|
+
privateEndpoint: PrivateEndpoint | undefined;
|
|
163
|
+
}
|
|
164
|
+
export interface CustomJWTAuthorizerConfiguration {
|
|
165
|
+
discoveryUrl: string | undefined;
|
|
166
|
+
allowedAudience?: string[] | undefined;
|
|
167
|
+
allowedClients?: string[] | undefined;
|
|
168
|
+
allowedScopes?: string[] | undefined;
|
|
169
|
+
customClaims?: CustomClaimValidationType[] | undefined;
|
|
170
|
+
privateEndpoint?: PrivateEndpoint | undefined;
|
|
171
|
+
privateEndpointOverrides?: PrivateEndpointOverride[] | undefined;
|
|
172
|
+
}
|
|
173
|
+
export type AuthorizerConfiguration =
|
|
174
|
+
| AuthorizerConfiguration.CustomJWTAuthorizerMember
|
|
175
|
+
| AuthorizerConfiguration.$UnknownMember;
|
|
176
|
+
export declare namespace AuthorizerConfiguration {
|
|
177
|
+
interface CustomJWTAuthorizerMember {
|
|
178
|
+
customJWTAuthorizer: CustomJWTAuthorizerConfiguration;
|
|
179
|
+
$unknown?: never;
|
|
180
|
+
}
|
|
181
|
+
interface $UnknownMember {
|
|
182
|
+
customJWTAuthorizer?: never;
|
|
183
|
+
$unknown: [string, any];
|
|
184
|
+
}
|
|
185
|
+
interface Visitor<T> {
|
|
186
|
+
customJWTAuthorizer: (value: CustomJWTAuthorizerConfiguration) => T;
|
|
187
|
+
_: (name: string, value: any) => T;
|
|
188
|
+
}
|
|
189
|
+
}
|
|
190
|
+
export interface WorkloadIdentityDetails {
|
|
191
|
+
workloadIdentityArn: string | undefined;
|
|
192
|
+
}
|
|
193
|
+
export interface AgentCoreGatewaySourceDetails {
|
|
194
|
+
protocolType?: AgentCoreGatewayProtocolType | undefined;
|
|
195
|
+
authorizerType?: string | undefined;
|
|
196
|
+
authorizerConfiguration?: AuthorizerConfiguration | undefined;
|
|
197
|
+
workloadIdentityDetails?: WorkloadIdentityDetails | undefined;
|
|
198
|
+
}
|
|
199
|
+
export interface AgentCoreRuntimeProtocolConfiguration {
|
|
200
|
+
serverProtocol?: AgentCoreRuntimeServerProtocol | undefined;
|
|
201
|
+
}
|
|
202
|
+
export interface AgentCoreRuntimeSourceDetails {
|
|
203
|
+
protocolConfiguration?: AgentCoreRuntimeProtocolConfiguration | undefined;
|
|
204
|
+
authorizerConfiguration?: AuthorizerConfiguration | undefined;
|
|
205
|
+
workloadIdentityDetails?: WorkloadIdentityDetails | undefined;
|
|
206
|
+
}
|
|
68
207
|
export interface ListTagsForResourceRequest {
|
|
69
208
|
resourceArn: string | undefined;
|
|
70
209
|
}
|
|
@@ -88,9 +227,15 @@ export interface AgentSkillsDefinitionDescriptor {
|
|
|
88
227
|
dataSchemaVersion?: string | undefined;
|
|
89
228
|
additionalData?: AgentSkillsAdditionalData | undefined;
|
|
90
229
|
}
|
|
230
|
+
export interface AgUiDescriptor {
|
|
231
|
+
source?: DescriptorSource | undefined;
|
|
232
|
+
}
|
|
91
233
|
export interface CustomDescriptor {
|
|
92
234
|
data?: string | undefined;
|
|
93
235
|
}
|
|
236
|
+
export interface HttpDescriptor {
|
|
237
|
+
source?: DescriptorSource | undefined;
|
|
238
|
+
}
|
|
94
239
|
export interface McpToolsDescriptor {
|
|
95
240
|
data?: string | undefined;
|
|
96
241
|
dataSchemaVersion?: string | undefined;
|
|
@@ -109,6 +254,40 @@ export interface Descriptors {
|
|
|
109
254
|
a2aAgentCard?: A2aAgentCardDescriptor | undefined;
|
|
110
255
|
agentSkillsDefinition?: AgentSkillsDefinitionDescriptor | undefined;
|
|
111
256
|
custom?: CustomDescriptor | undefined;
|
|
257
|
+
http?: HttpDescriptor | undefined;
|
|
258
|
+
agui?: AgUiDescriptor | undefined;
|
|
259
|
+
}
|
|
260
|
+
export type SourceDetails =
|
|
261
|
+
| SourceDetails.AgentcoreGatewayMember
|
|
262
|
+
| SourceDetails.AgentcoreRuntimeMember
|
|
263
|
+
| SourceDetails.$UnknownMember;
|
|
264
|
+
export declare namespace SourceDetails {
|
|
265
|
+
interface AgentcoreRuntimeMember {
|
|
266
|
+
agentcoreRuntime: AgentCoreRuntimeSourceDetails;
|
|
267
|
+
agentcoreGateway?: never;
|
|
268
|
+
$unknown?: never;
|
|
269
|
+
}
|
|
270
|
+
interface AgentcoreGatewayMember {
|
|
271
|
+
agentcoreRuntime?: never;
|
|
272
|
+
agentcoreGateway: AgentCoreGatewaySourceDetails;
|
|
273
|
+
$unknown?: never;
|
|
274
|
+
}
|
|
275
|
+
interface $UnknownMember {
|
|
276
|
+
agentcoreRuntime?: never;
|
|
277
|
+
agentcoreGateway?: never;
|
|
278
|
+
$unknown: [string, any];
|
|
279
|
+
}
|
|
280
|
+
interface Visitor<T> {
|
|
281
|
+
agentcoreRuntime: (value: AgentCoreRuntimeSourceDetails) => T;
|
|
282
|
+
agentcoreGateway: (value: AgentCoreGatewaySourceDetails) => T;
|
|
283
|
+
_: (name: string, value: any) => T;
|
|
284
|
+
}
|
|
285
|
+
}
|
|
286
|
+
export interface Provenance {
|
|
287
|
+
relation: ProvenanceRelation | undefined;
|
|
288
|
+
sourceId: string | undefined;
|
|
289
|
+
sourceType?: SourceType | undefined;
|
|
290
|
+
sourceDetails?: SourceDetails | undefined;
|
|
112
291
|
}
|
|
113
292
|
export interface CreateRegistryRecordRequest {
|
|
114
293
|
registryId: string | undefined;
|
|
@@ -119,6 +298,7 @@ export interface CreateRegistryRecordRequest {
|
|
|
119
298
|
descriptors: Descriptors | undefined;
|
|
120
299
|
recordVersion?: string | undefined;
|
|
121
300
|
clientToken?: string | undefined;
|
|
301
|
+
provenance?: Provenance[] | undefined;
|
|
122
302
|
tags?: Record<string, string> | undefined;
|
|
123
303
|
}
|
|
124
304
|
export interface CreateRegistryRecordResponse {
|
|
@@ -148,6 +328,9 @@ export interface GetRegistryRecordResponse {
|
|
|
148
328
|
createdAt: Date | undefined;
|
|
149
329
|
updatedAt: Date | undefined;
|
|
150
330
|
statusReason?: string | undefined;
|
|
331
|
+
provenance?: Provenance[] | undefined;
|
|
332
|
+
createdByAutoDetection?: boolean | undefined;
|
|
333
|
+
createdBy?: string | undefined;
|
|
151
334
|
}
|
|
152
335
|
export interface RegistryRecordFilter {
|
|
153
336
|
name: RegistryRecordFilterName | undefined;
|
|
@@ -159,6 +342,11 @@ export interface ListRegistryRecordsRequest {
|
|
|
159
342
|
nextToken?: string | undefined;
|
|
160
343
|
filters?: RegistryRecordFilter[] | undefined;
|
|
161
344
|
}
|
|
345
|
+
export interface ProvenanceSummary {
|
|
346
|
+
relation: ProvenanceRelation | undefined;
|
|
347
|
+
sourceId: string | undefined;
|
|
348
|
+
sourceType?: SourceType | undefined;
|
|
349
|
+
}
|
|
162
350
|
export interface RegistryRecordSummary {
|
|
163
351
|
registryArn: string | undefined;
|
|
164
352
|
recordArn: string | undefined;
|
|
@@ -171,6 +359,9 @@ export interface RegistryRecordSummary {
|
|
|
171
359
|
status: RegistryRecordStatus | undefined;
|
|
172
360
|
createdAt: Date | undefined;
|
|
173
361
|
updatedAt: Date | undefined;
|
|
362
|
+
createdByAutoDetection?: boolean | undefined;
|
|
363
|
+
createdBy?: string | undefined;
|
|
364
|
+
provenanceSummaryList?: ProvenanceSummary[] | undefined;
|
|
174
365
|
}
|
|
175
366
|
export interface ListRegistryRecordsResponse {
|
|
176
367
|
registryRecords: RegistryRecordSummary[] | undefined;
|
|
@@ -229,12 +420,24 @@ export interface UpdatedAgentSkillsDefinitionDescriptorFields {
|
|
|
229
420
|
export interface UpdatedAgentSkillsDefinitionDescriptor {
|
|
230
421
|
optionalValue?: UpdatedAgentSkillsDefinitionDescriptorFields | undefined;
|
|
231
422
|
}
|
|
423
|
+
export interface UpdatedAgUiDescriptorFields {
|
|
424
|
+
source?: UpdatedDescriptorSource | undefined;
|
|
425
|
+
}
|
|
426
|
+
export interface UpdatedAgUiDescriptor {
|
|
427
|
+
optionalValue?: UpdatedAgUiDescriptorFields | undefined;
|
|
428
|
+
}
|
|
232
429
|
export interface UpdatedCustomDescriptorFields {
|
|
233
430
|
data?: UpdatedDescriptorData | undefined;
|
|
234
431
|
}
|
|
235
432
|
export interface UpdatedCustomDescriptor {
|
|
236
433
|
optionalValue?: UpdatedCustomDescriptorFields | undefined;
|
|
237
434
|
}
|
|
435
|
+
export interface UpdatedHttpDescriptorFields {
|
|
436
|
+
source?: UpdatedDescriptorSource | undefined;
|
|
437
|
+
}
|
|
438
|
+
export interface UpdatedHttpDescriptor {
|
|
439
|
+
optionalValue?: UpdatedHttpDescriptorFields | undefined;
|
|
440
|
+
}
|
|
238
441
|
export interface UpdatedMcpToolsDescriptorFields {
|
|
239
442
|
data?: UpdatedDescriptorData | undefined;
|
|
240
443
|
dataSchemaVersion?: UpdatedDataSchemaVersion | undefined;
|
|
@@ -262,6 +465,8 @@ export interface UpdatedDescriptorsFields {
|
|
|
262
465
|
a2aAgentCard?: UpdatedA2aAgentCardDescriptor | undefined;
|
|
263
466
|
agentSkillsDefinition?: UpdatedAgentSkillsDefinitionDescriptor | undefined;
|
|
264
467
|
custom?: UpdatedCustomDescriptor | undefined;
|
|
468
|
+
http?: UpdatedHttpDescriptor | undefined;
|
|
469
|
+
agui?: UpdatedAgUiDescriptor | undefined;
|
|
265
470
|
}
|
|
266
471
|
export interface UpdatedDescriptors {
|
|
267
472
|
optionalValue?: UpdatedDescriptorsFields | undefined;
|
|
@@ -279,6 +484,7 @@ export interface UpdateRegistryRecordRequest {
|
|
|
279
484
|
descriptors?: UpdatedDescriptors | undefined;
|
|
280
485
|
recordVersion?: string | undefined;
|
|
281
486
|
triggerSynchronization?: boolean | undefined;
|
|
487
|
+
provenance?: Provenance[] | undefined;
|
|
282
488
|
}
|
|
283
489
|
export interface UpdateRegistryRecordResponse {
|
|
284
490
|
registryArn: string | undefined;
|
|
@@ -294,6 +500,9 @@ export interface UpdateRegistryRecordResponse {
|
|
|
294
500
|
createdAt: Date | undefined;
|
|
295
501
|
updatedAt: Date | undefined;
|
|
296
502
|
statusReason?: string | undefined;
|
|
503
|
+
provenance?: Provenance[] | undefined;
|
|
504
|
+
createdByAutoDetection?: boolean | undefined;
|
|
505
|
+
createdBy?: string | undefined;
|
|
297
506
|
}
|
|
298
507
|
export interface UpdateRegistryRecordStatusRequest {
|
|
299
508
|
registryId: string | undefined;
|
|
@@ -312,133 +521,26 @@ export interface UpdateRegistryRecordStatusResponse {
|
|
|
312
521
|
export interface ApprovalConfiguration {
|
|
313
522
|
autoApprovalRules?: AutoApprovalRule[] | undefined;
|
|
314
523
|
}
|
|
315
|
-
export
|
|
316
|
-
|
|
|
317
|
-
|
|
|
318
|
-
| ClaimMatchValueType.$UnknownMember;
|
|
319
|
-
export declare namespace ClaimMatchValueType {
|
|
320
|
-
interface MatchValueStringMember {
|
|
321
|
-
matchValueString: string;
|
|
322
|
-
matchValueStringList?: never;
|
|
323
|
-
$unknown?: never;
|
|
324
|
-
}
|
|
325
|
-
interface MatchValueStringListMember {
|
|
326
|
-
matchValueString?: never;
|
|
327
|
-
matchValueStringList: string[];
|
|
328
|
-
$unknown?: never;
|
|
329
|
-
}
|
|
330
|
-
interface $UnknownMember {
|
|
331
|
-
matchValueString?: never;
|
|
332
|
-
matchValueStringList?: never;
|
|
333
|
-
$unknown: [string, any];
|
|
334
|
-
}
|
|
335
|
-
interface Visitor<T> {
|
|
336
|
-
matchValueString: (value: string) => T;
|
|
337
|
-
matchValueStringList: (value: string[]) => T;
|
|
338
|
-
_: (name: string, value: any) => T;
|
|
339
|
-
}
|
|
340
|
-
}
|
|
341
|
-
export interface AuthorizingClaimMatchValueType {
|
|
342
|
-
claimMatchValue: ClaimMatchValueType | undefined;
|
|
343
|
-
claimMatchOperator: ClaimMatchOperatorType | undefined;
|
|
344
|
-
}
|
|
345
|
-
export interface CustomClaimValidationType {
|
|
346
|
-
inboundTokenClaimName: string | undefined;
|
|
347
|
-
inboundTokenClaimValueType: InboundTokenClaimValueType | undefined;
|
|
348
|
-
authorizingClaimMatchValue: AuthorizingClaimMatchValueType | undefined;
|
|
349
|
-
}
|
|
350
|
-
export interface ManagedVpcResource {
|
|
351
|
-
vpcIdentifier: string | undefined;
|
|
352
|
-
subnetIds: string[] | undefined;
|
|
353
|
-
endpointIpAddressType: EndpointIpAddressType | undefined;
|
|
354
|
-
securityGroupIds?: string[] | undefined;
|
|
355
|
-
tags?: Record<string, string> | undefined;
|
|
356
|
-
routingDomain?: string | undefined;
|
|
357
|
-
}
|
|
358
|
-
export type SelfManagedLatticeResource =
|
|
359
|
-
| SelfManagedLatticeResource.ResourceConfigurationIdentifierMember
|
|
360
|
-
| SelfManagedLatticeResource.$UnknownMember;
|
|
361
|
-
export declare namespace SelfManagedLatticeResource {
|
|
362
|
-
interface ResourceConfigurationIdentifierMember {
|
|
363
|
-
resourceConfigurationIdentifier: string;
|
|
364
|
-
$unknown?: never;
|
|
365
|
-
}
|
|
366
|
-
interface $UnknownMember {
|
|
367
|
-
resourceConfigurationIdentifier?: never;
|
|
368
|
-
$unknown: [string, any];
|
|
369
|
-
}
|
|
370
|
-
interface Visitor<T> {
|
|
371
|
-
resourceConfigurationIdentifier: (value: string) => T;
|
|
372
|
-
_: (name: string, value: any) => T;
|
|
373
|
-
}
|
|
374
|
-
}
|
|
375
|
-
export type PrivateEndpoint =
|
|
376
|
-
| PrivateEndpoint.ManagedVpcResourceMember
|
|
377
|
-
| PrivateEndpoint.SelfManagedLatticeResourceMember
|
|
378
|
-
| PrivateEndpoint.$UnknownMember;
|
|
379
|
-
export declare namespace PrivateEndpoint {
|
|
380
|
-
interface SelfManagedLatticeResourceMember {
|
|
381
|
-
selfManagedLatticeResource: SelfManagedLatticeResource;
|
|
382
|
-
managedVpcResource?: never;
|
|
383
|
-
$unknown?: never;
|
|
384
|
-
}
|
|
385
|
-
interface ManagedVpcResourceMember {
|
|
386
|
-
selfManagedLatticeResource?: never;
|
|
387
|
-
managedVpcResource: ManagedVpcResource;
|
|
388
|
-
$unknown?: never;
|
|
389
|
-
}
|
|
390
|
-
interface $UnknownMember {
|
|
391
|
-
selfManagedLatticeResource?: never;
|
|
392
|
-
managedVpcResource?: never;
|
|
393
|
-
$unknown: [string, any];
|
|
394
|
-
}
|
|
395
|
-
interface Visitor<T> {
|
|
396
|
-
selfManagedLatticeResource: (value: SelfManagedLatticeResource) => T;
|
|
397
|
-
managedVpcResource: (value: ManagedVpcResource) => T;
|
|
398
|
-
_: (name: string, value: any) => T;
|
|
399
|
-
}
|
|
400
|
-
}
|
|
401
|
-
export interface PrivateEndpointOverride {
|
|
402
|
-
domain: string | undefined;
|
|
403
|
-
privateEndpoint: PrivateEndpoint | undefined;
|
|
404
|
-
}
|
|
405
|
-
export interface CustomJWTAuthorizerConfiguration {
|
|
406
|
-
discoveryUrl: string | undefined;
|
|
407
|
-
allowedAudience?: string[] | undefined;
|
|
408
|
-
allowedClients?: string[] | undefined;
|
|
409
|
-
allowedScopes?: string[] | undefined;
|
|
410
|
-
customClaims?: CustomClaimValidationType[] | undefined;
|
|
411
|
-
privateEndpoint?: PrivateEndpoint | undefined;
|
|
412
|
-
privateEndpointOverrides?: PrivateEndpointOverride[] | undefined;
|
|
413
|
-
}
|
|
414
|
-
export type AuthorizerConfiguration =
|
|
415
|
-
| AuthorizerConfiguration.CustomJWTAuthorizerMember
|
|
416
|
-
| AuthorizerConfiguration.$UnknownMember;
|
|
417
|
-
export declare namespace AuthorizerConfiguration {
|
|
418
|
-
interface CustomJWTAuthorizerMember {
|
|
419
|
-
customJWTAuthorizer: CustomJWTAuthorizerConfiguration;
|
|
420
|
-
$unknown?: never;
|
|
421
|
-
}
|
|
422
|
-
interface $UnknownMember {
|
|
423
|
-
customJWTAuthorizer?: never;
|
|
424
|
-
$unknown: [string, any];
|
|
425
|
-
}
|
|
426
|
-
interface Visitor<T> {
|
|
427
|
-
customJWTAuthorizer: (value: CustomJWTAuthorizerConfiguration) => T;
|
|
428
|
-
_: (name: string, value: any) => T;
|
|
429
|
-
}
|
|
524
|
+
export interface AutoDetectionConfiguration {
|
|
525
|
+
scope: AutoDetectionScope | undefined;
|
|
526
|
+
enabled: boolean | undefined;
|
|
430
527
|
}
|
|
431
528
|
export interface DiscoveryConfiguration {
|
|
432
529
|
authorizerConfiguration?: AuthorizerConfiguration | undefined;
|
|
433
530
|
authorizerType?: RegistryAuthorizerType | undefined;
|
|
434
531
|
}
|
|
532
|
+
export interface EncryptionConfiguration {
|
|
533
|
+
kmsKeyArn: string | undefined;
|
|
534
|
+
}
|
|
435
535
|
export interface CreateRegistryRequest {
|
|
436
536
|
name: string | undefined;
|
|
437
537
|
description?: string | undefined;
|
|
538
|
+
encryptionConfiguration?: EncryptionConfiguration | undefined;
|
|
438
539
|
discoveryConfiguration?: DiscoveryConfiguration | undefined;
|
|
439
540
|
clientToken?: string | undefined;
|
|
440
541
|
tags?: Record<string, string> | undefined;
|
|
441
542
|
approvalConfiguration?: ApprovalConfiguration | undefined;
|
|
543
|
+
autoDetectionConfiguration?: AutoDetectionConfiguration | undefined;
|
|
442
544
|
}
|
|
443
545
|
export interface CreateRegistryResponse {
|
|
444
546
|
registryArn: string | undefined;
|
|
@@ -452,15 +554,22 @@ export interface DeleteRegistryResponse {
|
|
|
452
554
|
export interface GetRegistryRequest {
|
|
453
555
|
registryId: string | undefined;
|
|
454
556
|
}
|
|
557
|
+
export interface AutoDetection {
|
|
558
|
+
configuration: AutoDetectionConfiguration | undefined;
|
|
559
|
+
status: AutoDetectionStatus | undefined;
|
|
560
|
+
statusReason?: string | undefined;
|
|
561
|
+
}
|
|
455
562
|
export interface GetRegistryResponse {
|
|
456
563
|
name: string | undefined;
|
|
457
564
|
description?: string | undefined;
|
|
458
565
|
registryId: string | undefined;
|
|
459
566
|
registryArn: string | undefined;
|
|
460
567
|
discoveryConfiguration?: DiscoveryConfiguration | undefined;
|
|
568
|
+
encryptionConfiguration?: EncryptionConfiguration | undefined;
|
|
461
569
|
approvalConfiguration?: ApprovalConfiguration | undefined;
|
|
462
570
|
status: RegistryStatus | undefined;
|
|
463
571
|
statusReason?: string | undefined;
|
|
572
|
+
autoDetection?: AutoDetection | undefined;
|
|
464
573
|
createdAt: Date | undefined;
|
|
465
574
|
updatedAt: Date | undefined;
|
|
466
575
|
}
|
|
@@ -481,6 +590,7 @@ export interface RegistrySummary {
|
|
|
481
590
|
discoveryConfiguration?: DiscoveryConfiguration | undefined;
|
|
482
591
|
status: RegistryStatus | undefined;
|
|
483
592
|
statusReason?: string | undefined;
|
|
593
|
+
autoDetection?: AutoDetection | undefined;
|
|
484
594
|
createdAt: Date | undefined;
|
|
485
595
|
updatedAt: Date | undefined;
|
|
486
596
|
}
|
|
@@ -491,6 +601,9 @@ export interface ListRegistriesResponse {
|
|
|
491
601
|
export interface UpdatedApprovalConfiguration {
|
|
492
602
|
optionalValue?: ApprovalConfiguration | undefined;
|
|
493
603
|
}
|
|
604
|
+
export interface UpdatedAutoDetectionConfiguration {
|
|
605
|
+
optionalValue?: AutoDetectionConfiguration | undefined;
|
|
606
|
+
}
|
|
494
607
|
export interface UpdatedAuthorizerConfiguration {
|
|
495
608
|
optionalValue?: AuthorizerConfiguration | undefined;
|
|
496
609
|
}
|
|
@@ -503,6 +616,7 @@ export interface UpdateRegistryRequest {
|
|
|
503
616
|
description?: UpdatedDescription | undefined;
|
|
504
617
|
discoveryConfiguration?: UpdatedDiscoveryConfiguration | undefined;
|
|
505
618
|
approvalConfiguration?: UpdatedApprovalConfiguration | undefined;
|
|
619
|
+
autoDetectionConfiguration?: UpdatedAutoDetectionConfiguration | undefined;
|
|
506
620
|
}
|
|
507
621
|
export interface UpdateRegistryResponse {
|
|
508
622
|
name: string | undefined;
|
|
@@ -510,9 +624,11 @@ export interface UpdateRegistryResponse {
|
|
|
510
624
|
registryId: string | undefined;
|
|
511
625
|
registryArn: string | undefined;
|
|
512
626
|
discoveryConfiguration?: DiscoveryConfiguration | undefined;
|
|
627
|
+
encryptionConfiguration?: EncryptionConfiguration | undefined;
|
|
513
628
|
approvalConfiguration?: ApprovalConfiguration | undefined;
|
|
514
629
|
status: RegistryStatus | undefined;
|
|
515
630
|
statusReason?: string | undefined;
|
|
631
|
+
autoDetection?: AutoDetection | undefined;
|
|
516
632
|
createdAt: Date | undefined;
|
|
517
633
|
updatedAt: Date | undefined;
|
|
518
634
|
}
|