@aws-sdk/client-bedrock-agentcore-control 3.987.0 → 3.989.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/dist-cjs/index.js +105 -3780
- package/dist-cjs/models/BedrockAgentCoreControlServiceException.js +12 -0
- package/dist-cjs/models/errors.js +192 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +3097 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +164 -158
- package/dist-types/schemas/schemas_0.d.ts +21 -14
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +16 -14
- package/package.json +13 -13
|
@@ -731,7 +731,7 @@ const _po = "policy";
|
|
|
731
731
|
const _pol = "policies";
|
|
732
732
|
const _pr = "prefix";
|
|
733
733
|
const _pro = "properties";
|
|
734
|
-
const _r = "
|
|
734
|
+
const _r = "reason";
|
|
735
735
|
const _rA = "roleArn";
|
|
736
736
|
const _rAI = "restApiId";
|
|
737
737
|
const _rAe = "resourceArn";
|
|
@@ -744,12 +744,12 @@ const _rT = "responseTypes";
|
|
|
744
744
|
const _rTF = "rawTextFragment";
|
|
745
745
|
const _rTa = "rawText";
|
|
746
746
|
const _re = "recording";
|
|
747
|
-
const _rea = "reason";
|
|
748
747
|
const _ref = "reflection";
|
|
749
748
|
const _req = "required";
|
|
750
749
|
const _res = "resource";
|
|
751
|
-
const _ru = "
|
|
752
|
-
const
|
|
750
|
+
const _ru = "runtime";
|
|
751
|
+
const _rul = "rule";
|
|
752
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.bedrockagentcorecontrol";
|
|
753
753
|
const _sA = "secretArn";
|
|
754
754
|
const _sC = "samplingConfig";
|
|
755
755
|
const _sCO = "semanticConsolidationOverride";
|
|
@@ -779,9 +779,9 @@ const _sVt = "stringValue";
|
|
|
779
779
|
const _s_ = "s3";
|
|
780
780
|
const _sc = "scopes";
|
|
781
781
|
const _se = "server";
|
|
782
|
-
const
|
|
783
|
-
const
|
|
784
|
-
const
|
|
782
|
+
const _st = "status";
|
|
783
|
+
const _sta = "stage";
|
|
784
|
+
const _stat = "statement";
|
|
785
785
|
const _str = "strategies";
|
|
786
786
|
const _su = "subnets";
|
|
787
787
|
const _t = "tags";
|
|
@@ -826,6 +826,98 @@ const n0 = "com.amazonaws.bedrockagentcorecontrol";
|
|
|
826
826
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
827
827
|
import { BedrockAgentCoreControlServiceException } from "../models/BedrockAgentCoreControlServiceException";
|
|
828
828
|
import { AccessDeniedException, ConcurrentModificationException, ConflictException, DecryptionFailure, EncryptionFailure, InternalServerException, ResourceLimitExceededException, ResourceNotFoundException, ServiceException, ServiceQuotaExceededException, ThrottledException, ThrottlingException, UnauthorizedException, ValidationException, } from "../models/errors";
|
|
829
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
830
|
+
export var BedrockAgentCoreControlServiceException$ = [-3, _s, "BedrockAgentCoreControlServiceException", 0, [], []];
|
|
831
|
+
_s_registry.registerError(BedrockAgentCoreControlServiceException$, BedrockAgentCoreControlServiceException);
|
|
832
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
833
|
+
export var AccessDeniedException$ = [-3, n0, _ADE,
|
|
834
|
+
{ [_e]: _c, [_hE]: 403 },
|
|
835
|
+
[_m],
|
|
836
|
+
[0]
|
|
837
|
+
];
|
|
838
|
+
n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
|
|
839
|
+
export var ConcurrentModificationException$ = [-3, n0, _CME,
|
|
840
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
841
|
+
[_m],
|
|
842
|
+
[0], 1
|
|
843
|
+
];
|
|
844
|
+
n0_registry.registerError(ConcurrentModificationException$, ConcurrentModificationException);
|
|
845
|
+
export var ConflictException$ = [-3, n0, _CE,
|
|
846
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
847
|
+
[_m],
|
|
848
|
+
[0]
|
|
849
|
+
];
|
|
850
|
+
n0_registry.registerError(ConflictException$, ConflictException);
|
|
851
|
+
export var DecryptionFailure$ = [-3, n0, _DF,
|
|
852
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
853
|
+
[_m],
|
|
854
|
+
[0], 1
|
|
855
|
+
];
|
|
856
|
+
n0_registry.registerError(DecryptionFailure$, DecryptionFailure);
|
|
857
|
+
export var EncryptionFailure$ = [-3, n0, _EF,
|
|
858
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
859
|
+
[_m],
|
|
860
|
+
[0], 1
|
|
861
|
+
];
|
|
862
|
+
n0_registry.registerError(EncryptionFailure$, EncryptionFailure);
|
|
863
|
+
export var InternalServerException$ = [-3, n0, _ISE,
|
|
864
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
865
|
+
[_m],
|
|
866
|
+
[0]
|
|
867
|
+
];
|
|
868
|
+
n0_registry.registerError(InternalServerException$, InternalServerException);
|
|
869
|
+
export var ResourceLimitExceededException$ = [-3, n0, _RLEE,
|
|
870
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
871
|
+
[_m],
|
|
872
|
+
[0]
|
|
873
|
+
];
|
|
874
|
+
n0_registry.registerError(ResourceLimitExceededException$, ResourceLimitExceededException);
|
|
875
|
+
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
876
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
877
|
+
[_m],
|
|
878
|
+
[0]
|
|
879
|
+
];
|
|
880
|
+
n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
881
|
+
export var ServiceException$ = [-3, n0, _SE,
|
|
882
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
883
|
+
[_m],
|
|
884
|
+
[0]
|
|
885
|
+
];
|
|
886
|
+
n0_registry.registerError(ServiceException$, ServiceException);
|
|
887
|
+
export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
888
|
+
{ [_e]: _c, [_hE]: 402 },
|
|
889
|
+
[_m],
|
|
890
|
+
[0]
|
|
891
|
+
];
|
|
892
|
+
n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
893
|
+
export var ThrottledException$ = [-3, n0, _TE,
|
|
894
|
+
{ [_e]: _c, [_hE]: 429 },
|
|
895
|
+
[_m],
|
|
896
|
+
[0]
|
|
897
|
+
];
|
|
898
|
+
n0_registry.registerError(ThrottledException$, ThrottledException);
|
|
899
|
+
export var ThrottlingException$ = [-3, n0, _TEh,
|
|
900
|
+
{ [_e]: _c, [_hE]: 429 },
|
|
901
|
+
[_m],
|
|
902
|
+
[0]
|
|
903
|
+
];
|
|
904
|
+
n0_registry.registerError(ThrottlingException$, ThrottlingException);
|
|
905
|
+
export var UnauthorizedException$ = [-3, n0, _UE,
|
|
906
|
+
{ [_e]: _c, [_hE]: 401 },
|
|
907
|
+
[_m],
|
|
908
|
+
[0]
|
|
909
|
+
];
|
|
910
|
+
n0_registry.registerError(UnauthorizedException$, UnauthorizedException);
|
|
911
|
+
export var ValidationException$ = [-3, n0, _VE,
|
|
912
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
913
|
+
[_m, _r, _fL],
|
|
914
|
+
[0, 0, () => ValidationExceptionFieldList], 2
|
|
915
|
+
];
|
|
916
|
+
n0_registry.registerError(ValidationException$, ValidationException);
|
|
917
|
+
export const errorTypeRegistries = [
|
|
918
|
+
_s_registry,
|
|
919
|
+
n0_registry,
|
|
920
|
+
];
|
|
829
921
|
var ApiKeyType = [0, n0, _AKT, 8, 0];
|
|
830
922
|
var ClientSecretType = [0, n0, _CST, 8, 0];
|
|
831
923
|
var Description = [0, n0, _D, 8, 0];
|
|
@@ -840,25 +932,19 @@ var OAuthCustomParametersValue = [0, n0, _OACPV, 8, 0];
|
|
|
840
932
|
var Prompt = [0, n0, _P, 8, 0];
|
|
841
933
|
var TargetDescription = [0, n0, _TD, 8, 0];
|
|
842
934
|
var TargetName = [0, n0, _TN, 8, 0];
|
|
843
|
-
export var AccessDeniedException$ = [-3, n0, _ADE,
|
|
844
|
-
{ [_e]: _c, [_hE]: 403 },
|
|
845
|
-
[_m],
|
|
846
|
-
[0]
|
|
847
|
-
];
|
|
848
|
-
TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
849
935
|
export var AgentRuntime$ = [3, n0, _AR,
|
|
850
936
|
0,
|
|
851
|
-
[_aRA, _aRI, _aRV, _aRN, _d, _lUA,
|
|
937
|
+
[_aRA, _aRI, _aRV, _aRN, _d, _lUA, _st],
|
|
852
938
|
[0, 0, 0, 0, [() => Description, 0], 5, 0], 7
|
|
853
939
|
];
|
|
854
940
|
export var AgentRuntimeEndpoint$ = [3, n0, _ARE,
|
|
855
941
|
0,
|
|
856
|
-
[_n, _aREA, _aRA,
|
|
942
|
+
[_n, _aREA, _aRA, _st, _i, _cA, _lUA, _lV, _tV, _d],
|
|
857
943
|
[[() => EndpointName, 0], 0, 0, 0, 0, 5, 5, 0, 0, 0], 7
|
|
858
944
|
];
|
|
859
945
|
export var ApiGatewayTargetConfiguration$ = [3, n0, _AGTC,
|
|
860
946
|
0,
|
|
861
|
-
[_rAI,
|
|
947
|
+
[_rAI, _sta, _aGTC],
|
|
862
948
|
[0, 0, () => ApiGatewayToolConfiguration$], 3
|
|
863
949
|
];
|
|
864
950
|
export var ApiGatewayToolConfiguration$ = [3, n0, _AGTCp,
|
|
@@ -908,7 +994,7 @@ export var BrowserNetworkConfiguration$ = [3, n0, _BNC,
|
|
|
908
994
|
];
|
|
909
995
|
export var BrowserProfileSummary$ = [3, n0, _BPS,
|
|
910
996
|
0,
|
|
911
|
-
[_pI, _pA, _n,
|
|
997
|
+
[_pI, _pA, _n, _st, _cA, _lUA, _d, _lSA, _lSBSI, _lSBI],
|
|
912
998
|
[0, 0, 0, 0, 5, 5, [() => Description, 0], 5, 0, 0], 6
|
|
913
999
|
];
|
|
914
1000
|
export var BrowserSigningConfigInput$ = [3, n0, _BSCI,
|
|
@@ -923,7 +1009,7 @@ export var BrowserSigningConfigOutput$ = [3, n0, _BSCO,
|
|
|
923
1009
|
];
|
|
924
1010
|
export var BrowserSummary$ = [3, n0, _BS,
|
|
925
1011
|
0,
|
|
926
|
-
[_bI, _bA,
|
|
1012
|
+
[_bI, _bA, _st, _cA, _n, _d, _lUA],
|
|
927
1013
|
[0, 0, 0, 5, 0, [() => Description, 0], 5], 4
|
|
928
1014
|
];
|
|
929
1015
|
export var CategoricalScaleDefinition$ = [3, n0, _CSD,
|
|
@@ -933,7 +1019,7 @@ export var CategoricalScaleDefinition$ = [3, n0, _CSD,
|
|
|
933
1019
|
];
|
|
934
1020
|
export var CedarPolicy$ = [3, n0, _CP,
|
|
935
1021
|
0,
|
|
936
|
-
[
|
|
1022
|
+
[_stat],
|
|
937
1023
|
[0], 1
|
|
938
1024
|
];
|
|
939
1025
|
export var CloudWatchLogsInputConfig$ = [3, n0, _CWLIC,
|
|
@@ -948,7 +1034,7 @@ export var CloudWatchOutputConfig$ = [3, n0, _CWOC,
|
|
|
948
1034
|
];
|
|
949
1035
|
export var CodeConfiguration$ = [3, n0, _CC,
|
|
950
1036
|
0,
|
|
951
|
-
[_co,
|
|
1037
|
+
[_co, _ru, _eP],
|
|
952
1038
|
[() => Code$, 0, 64 | 0], 3
|
|
953
1039
|
];
|
|
954
1040
|
export var CodeInterpreterNetworkConfiguration$ = [3, n0, _CINC,
|
|
@@ -958,21 +1044,9 @@ export var CodeInterpreterNetworkConfiguration$ = [3, n0, _CINC,
|
|
|
958
1044
|
];
|
|
959
1045
|
export var CodeInterpreterSummary$ = [3, n0, _CIS,
|
|
960
1046
|
0,
|
|
961
|
-
[_cII, _cIA,
|
|
1047
|
+
[_cII, _cIA, _st, _cA, _n, _d, _lUA],
|
|
962
1048
|
[0, 0, 0, 5, 0, [() => Description, 0], 5], 4
|
|
963
1049
|
];
|
|
964
|
-
export var ConcurrentModificationException$ = [-3, n0, _CME,
|
|
965
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
966
|
-
[_m],
|
|
967
|
-
[0], 1
|
|
968
|
-
];
|
|
969
|
-
TypeRegistry.for(n0).registerError(ConcurrentModificationException$, ConcurrentModificationException);
|
|
970
|
-
export var ConflictException$ = [-3, n0, _CE,
|
|
971
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
972
|
-
[_m],
|
|
973
|
-
[0]
|
|
974
|
-
];
|
|
975
|
-
TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
976
1050
|
export var ContainerConfiguration$ = [3, n0, _CCo,
|
|
977
1051
|
0,
|
|
978
1052
|
[_cU],
|
|
@@ -985,7 +1059,7 @@ export var CreateAgentRuntimeEndpointRequest$ = [3, n0, _CARER,
|
|
|
985
1059
|
];
|
|
986
1060
|
export var CreateAgentRuntimeEndpointResponse$ = [3, n0, _CARERr,
|
|
987
1061
|
0,
|
|
988
|
-
[_tV, _aREA, _aRA,
|
|
1062
|
+
[_tV, _aREA, _aRA, _st, _cA, _aRI, _eN],
|
|
989
1063
|
[0, 0, 0, 0, 5, 0, [() => EndpointName, 0]], 5
|
|
990
1064
|
];
|
|
991
1065
|
export var CreateAgentRuntimeRequest$ = [3, n0, _CARR,
|
|
@@ -995,7 +1069,7 @@ export var CreateAgentRuntimeRequest$ = [3, n0, _CARR,
|
|
|
995
1069
|
];
|
|
996
1070
|
export var CreateAgentRuntimeResponse$ = [3, n0, _CARRr,
|
|
997
1071
|
0,
|
|
998
|
-
[_aRA, _aRI, _aRV, _cA,
|
|
1072
|
+
[_aRA, _aRI, _aRV, _cA, _st, _wID],
|
|
999
1073
|
[0, 0, 0, 5, 0, () => WorkloadIdentityDetails$], 5
|
|
1000
1074
|
];
|
|
1001
1075
|
export var CreateApiKeyCredentialProviderRequest$ = [3, n0, _CAKCPR,
|
|
@@ -1015,7 +1089,7 @@ export var CreateBrowserProfileRequest$ = [3, n0, _CBPR,
|
|
|
1015
1089
|
];
|
|
1016
1090
|
export var CreateBrowserProfileResponse$ = [3, n0, _CBPRr,
|
|
1017
1091
|
0,
|
|
1018
|
-
[_pI, _pA, _cA,
|
|
1092
|
+
[_pI, _pA, _cA, _st],
|
|
1019
1093
|
[0, 0, 5, 0], 4
|
|
1020
1094
|
];
|
|
1021
1095
|
export var CreateBrowserRequest$ = [3, n0, _CBR,
|
|
@@ -1025,7 +1099,7 @@ export var CreateBrowserRequest$ = [3, n0, _CBR,
|
|
|
1025
1099
|
];
|
|
1026
1100
|
export var CreateBrowserResponse$ = [3, n0, _CBRr,
|
|
1027
1101
|
0,
|
|
1028
|
-
[_bI, _bA, _cA,
|
|
1102
|
+
[_bI, _bA, _cA, _st],
|
|
1029
1103
|
[0, 0, 5, 0], 4
|
|
1030
1104
|
];
|
|
1031
1105
|
export var CreateCodeInterpreterRequest$ = [3, n0, _CCIR,
|
|
@@ -1035,7 +1109,7 @@ export var CreateCodeInterpreterRequest$ = [3, n0, _CCIR,
|
|
|
1035
1109
|
];
|
|
1036
1110
|
export var CreateCodeInterpreterResponse$ = [3, n0, _CCIRr,
|
|
1037
1111
|
0,
|
|
1038
|
-
[_cII, _cIA, _cA,
|
|
1112
|
+
[_cII, _cIA, _cA, _st],
|
|
1039
1113
|
[0, 0, 5, 0], 4
|
|
1040
1114
|
];
|
|
1041
1115
|
export var CreateEvaluatorRequest$ = [3, n0, _CER,
|
|
@@ -1045,7 +1119,7 @@ export var CreateEvaluatorRequest$ = [3, n0, _CER,
|
|
|
1045
1119
|
];
|
|
1046
1120
|
export var CreateEvaluatorResponse$ = [3, n0, _CERr,
|
|
1047
1121
|
0,
|
|
1048
|
-
[_eA, _eI, _cA,
|
|
1122
|
+
[_eA, _eI, _cA, _st],
|
|
1049
1123
|
[0, 0, 4, 0], 4
|
|
1050
1124
|
];
|
|
1051
1125
|
export var CreateGatewayRequest$ = [3, n0, _CGR,
|
|
@@ -1055,7 +1129,7 @@ export var CreateGatewayRequest$ = [3, n0, _CGR,
|
|
|
1055
1129
|
];
|
|
1056
1130
|
export var CreateGatewayResponse$ = [3, n0, _CGRr,
|
|
1057
1131
|
0,
|
|
1058
|
-
[_gA, _gI, _cA, _uA,
|
|
1132
|
+
[_gA, _gI, _cA, _uA, _st, _n, _pT, _aT, _gU, _sR, _d, _rA, _pC, _aC, _kKA, _iCn, _pEC, _wID, _eL],
|
|
1059
1133
|
[0, 0, 5, 5, 0, [() => GatewayName, 0], 0, 0, 0, 64 | 0, [() => GatewayDescription, 0], 0, () => GatewayProtocolConfiguration$, () => AuthorizerConfiguration$, 0, () => GatewayInterceptorConfigurations, () => GatewayPolicyEngineConfiguration$, () => WorkloadIdentityDetails$, 0], 8
|
|
1060
1134
|
];
|
|
1061
1135
|
export var CreateGatewayTargetRequest$ = [3, n0, _CGTR,
|
|
@@ -1065,7 +1139,7 @@ export var CreateGatewayTargetRequest$ = [3, n0, _CGTR,
|
|
|
1065
1139
|
];
|
|
1066
1140
|
export var CreateGatewayTargetResponse$ = [3, n0, _CGTRr,
|
|
1067
1141
|
0,
|
|
1068
|
-
[_gA, _tI, _cA, _uA,
|
|
1142
|
+
[_gA, _tI, _cA, _uA, _st, _n, _tC, _cPC, _sR, _d, _lSAa, _mC],
|
|
1069
1143
|
[0, 0, 5, 5, 0, [() => TargetName, 0], [() => TargetConfiguration$, 0], [() => CredentialProviderConfigurations, 0], 64 | 0, [() => TargetDescription, 0], 5, () => MetadataConfiguration$], 8
|
|
1070
1144
|
];
|
|
1071
1145
|
export var CreateMemoryInput$ = [3, n0, _CMI,
|
|
@@ -1090,12 +1164,12 @@ export var CreateOauth2CredentialProviderResponse$ = [3, n0, _COCPRr,
|
|
|
1090
1164
|
];
|
|
1091
1165
|
export var CreateOnlineEvaluationConfigRequest$ = [3, n0, _COECR,
|
|
1092
1166
|
0,
|
|
1093
|
-
[_oECN,
|
|
1167
|
+
[_oECN, _rul, _dSC, _ev, _eERA, _eOC, _cTl, _d, _t],
|
|
1094
1168
|
[0, () => Rule$, () => DataSourceConfig$, () => EvaluatorList, 0, 2, [0, 4], [() => EvaluationConfigDescription, 0], 128 | 0], 6
|
|
1095
1169
|
];
|
|
1096
1170
|
export var CreateOnlineEvaluationConfigResponse$ = [3, n0, _COECRr,
|
|
1097
1171
|
0,
|
|
1098
|
-
[_oECA, _oECI, _cA,
|
|
1172
|
+
[_oECA, _oECI, _cA, _st, _eS, _oC, _fR],
|
|
1099
1173
|
[0, 0, 4, 0, 0, () => OutputConfig$, 0], 5
|
|
1100
1174
|
];
|
|
1101
1175
|
export var CreatePolicyEngineRequest$ = [3, n0, _CPER,
|
|
@@ -1105,7 +1179,7 @@ export var CreatePolicyEngineRequest$ = [3, n0, _CPER,
|
|
|
1105
1179
|
];
|
|
1106
1180
|
export var CreatePolicyEngineResponse$ = [3, n0, _CPERr,
|
|
1107
1181
|
0,
|
|
1108
|
-
[_pEI, _n, _cA, _uA, _pEA,
|
|
1182
|
+
[_pEI, _n, _cA, _uA, _pEA, _st, _sR, _d],
|
|
1109
1183
|
[0, 0, 5, 5, 0, 0, 64 | 0, [() => Description, 0]], 7
|
|
1110
1184
|
];
|
|
1111
1185
|
export var CreatePolicyRequest$ = [3, n0, _CPR,
|
|
@@ -1115,7 +1189,7 @@ export var CreatePolicyRequest$ = [3, n0, _CPR,
|
|
|
1115
1189
|
];
|
|
1116
1190
|
export var CreatePolicyResponse$ = [3, n0, _CPRr,
|
|
1117
1191
|
0,
|
|
1118
|
-
[_pIo, _n, _pEI, _de, _cA, _uA, _pAo,
|
|
1192
|
+
[_pIo, _n, _pEI, _de, _cA, _uA, _pAo, _st, _sR, _d],
|
|
1119
1193
|
[0, 0, 0, () => PolicyDefinition$, 5, 5, 0, 0, 64 | 0, [() => Description, 0]], 9
|
|
1120
1194
|
];
|
|
1121
1195
|
export var CreateWorkloadIdentityRequest$ = [3, n0, _CWIR,
|
|
@@ -1158,12 +1232,6 @@ export var CustomOauth2ProviderConfigOutput$ = [3, n0, _COPCO,
|
|
|
1158
1232
|
[_oD, _cI],
|
|
1159
1233
|
[() => Oauth2Discovery$, 0], 1
|
|
1160
1234
|
];
|
|
1161
|
-
export var DecryptionFailure$ = [-3, n0, _DF,
|
|
1162
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
1163
|
-
[_m],
|
|
1164
|
-
[0], 1
|
|
1165
|
-
];
|
|
1166
|
-
TypeRegistry.for(n0).registerError(DecryptionFailure$, DecryptionFailure);
|
|
1167
1235
|
export var DeleteAgentRuntimeEndpointRequest$ = [3, n0, _DARER,
|
|
1168
1236
|
0,
|
|
1169
1237
|
[_aRI, _eN, _cTl],
|
|
@@ -1171,7 +1239,7 @@ export var DeleteAgentRuntimeEndpointRequest$ = [3, n0, _DARER,
|
|
|
1171
1239
|
];
|
|
1172
1240
|
export var DeleteAgentRuntimeEndpointResponse$ = [3, n0, _DARERe,
|
|
1173
1241
|
0,
|
|
1174
|
-
[
|
|
1242
|
+
[_st, _aRI, _eN],
|
|
1175
1243
|
[0, 0, [() => EndpointName, 0]], 1
|
|
1176
1244
|
];
|
|
1177
1245
|
export var DeleteAgentRuntimeRequest$ = [3, n0, _DARR,
|
|
@@ -1181,7 +1249,7 @@ export var DeleteAgentRuntimeRequest$ = [3, n0, _DARR,
|
|
|
1181
1249
|
];
|
|
1182
1250
|
export var DeleteAgentRuntimeResponse$ = [3, n0, _DARRe,
|
|
1183
1251
|
0,
|
|
1184
|
-
[
|
|
1252
|
+
[_st, _aRI],
|
|
1185
1253
|
[0, 0], 1
|
|
1186
1254
|
];
|
|
1187
1255
|
export var DeleteApiKeyCredentialProviderRequest$ = [3, n0, _DAKCPR,
|
|
@@ -1201,7 +1269,7 @@ export var DeleteBrowserProfileRequest$ = [3, n0, _DBPR,
|
|
|
1201
1269
|
];
|
|
1202
1270
|
export var DeleteBrowserProfileResponse$ = [3, n0, _DBPRe,
|
|
1203
1271
|
0,
|
|
1204
|
-
[_pI, _pA,
|
|
1272
|
+
[_pI, _pA, _st, _lUA, _lSA],
|
|
1205
1273
|
[0, 0, 0, 5, 5], 4
|
|
1206
1274
|
];
|
|
1207
1275
|
export var DeleteBrowserRequest$ = [3, n0, _DBR,
|
|
@@ -1211,7 +1279,7 @@ export var DeleteBrowserRequest$ = [3, n0, _DBR,
|
|
|
1211
1279
|
];
|
|
1212
1280
|
export var DeleteBrowserResponse$ = [3, n0, _DBRe,
|
|
1213
1281
|
0,
|
|
1214
|
-
[_bI,
|
|
1282
|
+
[_bI, _st, _lUA],
|
|
1215
1283
|
[0, 0, 5], 3
|
|
1216
1284
|
];
|
|
1217
1285
|
export var DeleteCodeInterpreterRequest$ = [3, n0, _DCIR,
|
|
@@ -1221,7 +1289,7 @@ export var DeleteCodeInterpreterRequest$ = [3, n0, _DCIR,
|
|
|
1221
1289
|
];
|
|
1222
1290
|
export var DeleteCodeInterpreterResponse$ = [3, n0, _DCIRe,
|
|
1223
1291
|
0,
|
|
1224
|
-
[_cII,
|
|
1292
|
+
[_cII, _st, _lUA],
|
|
1225
1293
|
[0, 0, 5], 3
|
|
1226
1294
|
];
|
|
1227
1295
|
export var DeleteEvaluatorRequest$ = [3, n0, _DER,
|
|
@@ -1231,7 +1299,7 @@ export var DeleteEvaluatorRequest$ = [3, n0, _DER,
|
|
|
1231
1299
|
];
|
|
1232
1300
|
export var DeleteEvaluatorResponse$ = [3, n0, _DERe,
|
|
1233
1301
|
0,
|
|
1234
|
-
[_eA, _eI,
|
|
1302
|
+
[_eA, _eI, _st],
|
|
1235
1303
|
[0, 0, 0], 3
|
|
1236
1304
|
];
|
|
1237
1305
|
export var DeleteGatewayRequest$ = [3, n0, _DGR,
|
|
@@ -1241,7 +1309,7 @@ export var DeleteGatewayRequest$ = [3, n0, _DGR,
|
|
|
1241
1309
|
];
|
|
1242
1310
|
export var DeleteGatewayResponse$ = [3, n0, _DGRe,
|
|
1243
1311
|
0,
|
|
1244
|
-
[_gI,
|
|
1312
|
+
[_gI, _st, _sR],
|
|
1245
1313
|
[0, 0, 64 | 0], 2
|
|
1246
1314
|
];
|
|
1247
1315
|
export var DeleteGatewayTargetRequest$ = [3, n0, _DGTR,
|
|
@@ -1251,7 +1319,7 @@ export var DeleteGatewayTargetRequest$ = [3, n0, _DGTR,
|
|
|
1251
1319
|
];
|
|
1252
1320
|
export var DeleteGatewayTargetResponse$ = [3, n0, _DGTRe,
|
|
1253
1321
|
0,
|
|
1254
|
-
[_gA, _tI,
|
|
1322
|
+
[_gA, _tI, _st, _sR],
|
|
1255
1323
|
[0, 0, 0, 64 | 0], 3
|
|
1256
1324
|
];
|
|
1257
1325
|
export var DeleteMemoryInput$ = [3, n0, _DMI,
|
|
@@ -1261,7 +1329,7 @@ export var DeleteMemoryInput$ = [3, n0, _DMI,
|
|
|
1261
1329
|
];
|
|
1262
1330
|
export var DeleteMemoryOutput$ = [3, n0, _DMO,
|
|
1263
1331
|
0,
|
|
1264
|
-
[_mIe,
|
|
1332
|
+
[_mIe, _st],
|
|
1265
1333
|
[0, 0], 1
|
|
1266
1334
|
];
|
|
1267
1335
|
export var DeleteMemoryStrategyInput$ = [3, n0, _DMSI,
|
|
@@ -1286,7 +1354,7 @@ export var DeleteOnlineEvaluationConfigRequest$ = [3, n0, _DOECR,
|
|
|
1286
1354
|
];
|
|
1287
1355
|
export var DeleteOnlineEvaluationConfigResponse$ = [3, n0, _DOECRe,
|
|
1288
1356
|
0,
|
|
1289
|
-
[_oECA, _oECI,
|
|
1357
|
+
[_oECA, _oECI, _st],
|
|
1290
1358
|
[0, 0, 0], 3
|
|
1291
1359
|
];
|
|
1292
1360
|
export var DeletePolicyEngineRequest$ = [3, n0, _DPER,
|
|
@@ -1296,7 +1364,7 @@ export var DeletePolicyEngineRequest$ = [3, n0, _DPER,
|
|
|
1296
1364
|
];
|
|
1297
1365
|
export var DeletePolicyEngineResponse$ = [3, n0, _DPERe,
|
|
1298
1366
|
0,
|
|
1299
|
-
[_pEI, _n, _cA, _uA, _pEA,
|
|
1367
|
+
[_pEI, _n, _cA, _uA, _pEA, _st, _sR, _d],
|
|
1300
1368
|
[0, 0, 5, 5, 0, 0, 64 | 0, [() => Description, 0]], 7
|
|
1301
1369
|
];
|
|
1302
1370
|
export var DeletePolicyRequest$ = [3, n0, _DPR,
|
|
@@ -1306,7 +1374,7 @@ export var DeletePolicyRequest$ = [3, n0, _DPR,
|
|
|
1306
1374
|
];
|
|
1307
1375
|
export var DeletePolicyResponse$ = [3, n0, _DPRe,
|
|
1308
1376
|
0,
|
|
1309
|
-
[_pIo, _n, _pEI, _de, _cA, _uA, _pAo,
|
|
1377
|
+
[_pIo, _n, _pEI, _de, _cA, _uA, _pAo, _st, _sR, _d],
|
|
1310
1378
|
[0, 0, 0, () => PolicyDefinition$, 5, 5, 0, 0, 64 | 0, [() => Description, 0]], 9
|
|
1311
1379
|
];
|
|
1312
1380
|
export var DeleteResourcePolicyRequest$ = [3, n0, _DRPR,
|
|
@@ -1329,12 +1397,6 @@ export var DeleteWorkloadIdentityResponse$ = [3, n0, _DWIRe,
|
|
|
1329
1397
|
[],
|
|
1330
1398
|
[]
|
|
1331
1399
|
];
|
|
1332
|
-
export var EncryptionFailure$ = [-3, n0, _EF,
|
|
1333
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
1334
|
-
[_m],
|
|
1335
|
-
[0], 1
|
|
1336
|
-
];
|
|
1337
|
-
TypeRegistry.for(n0).registerError(EncryptionFailure$, EncryptionFailure);
|
|
1338
1400
|
export var EpisodicConsolidationOverride$ = [3, n0, _ECO,
|
|
1339
1401
|
0,
|
|
1340
1402
|
[_aTP, _mI],
|
|
@@ -1387,7 +1449,7 @@ export var EpisodicReflectionOverride$ = [3, n0, _ERO,
|
|
|
1387
1449
|
];
|
|
1388
1450
|
export var EvaluatorSummary$ = [3, n0, _ES,
|
|
1389
1451
|
0,
|
|
1390
|
-
[_eA, _eI, _eNv, _eT,
|
|
1452
|
+
[_eA, _eI, _eNv, _eT, _st, _cA, _uA, _d, _le, _lFM],
|
|
1391
1453
|
[0, 0, 0, 0, 0, 4, 4, [() => EvaluatorDescription, 0], 0, 2], 7
|
|
1392
1454
|
];
|
|
1393
1455
|
export var Filter$ = [3, n0, _F,
|
|
@@ -1417,12 +1479,12 @@ export var GatewayPolicyEngineConfiguration$ = [3, n0, _GPEC,
|
|
|
1417
1479
|
];
|
|
1418
1480
|
export var GatewaySummary$ = [3, n0, _GS,
|
|
1419
1481
|
0,
|
|
1420
|
-
[_gI, _n,
|
|
1482
|
+
[_gI, _n, _st, _cA, _uA, _aT, _pT, _d],
|
|
1421
1483
|
[0, [() => GatewayName, 0], 0, 5, 5, 0, 0, [() => GatewayDescription, 0]], 7
|
|
1422
1484
|
];
|
|
1423
1485
|
export var GatewayTarget$ = [3, n0, _GT,
|
|
1424
1486
|
0,
|
|
1425
|
-
[_gA, _tI, _cA, _uA,
|
|
1487
|
+
[_gA, _tI, _cA, _uA, _st, _n, _tC, _cPC, _sR, _d, _lSAa, _mC],
|
|
1426
1488
|
[0, 0, 5, 5, 0, [() => TargetName, 0], [() => TargetConfiguration$, 0], [() => CredentialProviderConfigurations, 0], 64 | 0, [() => TargetDescription, 0], 5, () => MetadataConfiguration$], 8
|
|
1427
1489
|
];
|
|
1428
1490
|
export var GetAgentRuntimeEndpointRequest$ = [3, n0, _GARER,
|
|
@@ -1432,7 +1494,7 @@ export var GetAgentRuntimeEndpointRequest$ = [3, n0, _GARER,
|
|
|
1432
1494
|
];
|
|
1433
1495
|
export var GetAgentRuntimeEndpointResponse$ = [3, n0, _GARERe,
|
|
1434
1496
|
0,
|
|
1435
|
-
[_aREA, _aRA,
|
|
1497
|
+
[_aREA, _aRA, _st, _cA, _lUA, _n, _i, _lV, _tV, _d, _fR],
|
|
1436
1498
|
[0, 0, 0, 5, 5, [() => EndpointName, 0], 0, 0, 0, 0, 0], 7
|
|
1437
1499
|
];
|
|
1438
1500
|
export var GetAgentRuntimeRequest$ = [3, n0, _GARR,
|
|
@@ -1442,7 +1504,7 @@ export var GetAgentRuntimeRequest$ = [3, n0, _GARR,
|
|
|
1442
1504
|
];
|
|
1443
1505
|
export var GetAgentRuntimeResponse$ = [3, n0, _GARRe,
|
|
1444
1506
|
0,
|
|
1445
|
-
[_aRA, _aRN, _aRI, _aRV, _cA, _lUA, _rA, _nC,
|
|
1507
|
+
[_aRA, _aRN, _aRI, _aRV, _cA, _lUA, _rA, _nC, _st, _lC, _fR, _d, _wID, _aRAg, _pC, _eV, _aC, _rHC],
|
|
1446
1508
|
[0, 0, 0, 0, 5, 5, 0, () => NetworkConfiguration$, 0, () => LifecycleConfiguration$, 0, [() => Description, 0], () => WorkloadIdentityDetails$, () => AgentRuntimeArtifact$, () => ProtocolConfiguration$, [() => EnvironmentVariablesMap, 0], () => AuthorizerConfiguration$, () => RequestHeaderConfiguration$], 10
|
|
1447
1509
|
];
|
|
1448
1510
|
export var GetApiKeyCredentialProviderRequest$ = [3, n0, _GAKCPR,
|
|
@@ -1462,7 +1524,7 @@ export var GetBrowserProfileRequest$ = [3, n0, _GBPR,
|
|
|
1462
1524
|
];
|
|
1463
1525
|
export var GetBrowserProfileResponse$ = [3, n0, _GBPRe,
|
|
1464
1526
|
0,
|
|
1465
|
-
[_pI, _pA, _n,
|
|
1527
|
+
[_pI, _pA, _n, _st, _cA, _lUA, _d, _lSA, _lSBSI, _lSBI],
|
|
1466
1528
|
[0, 0, 0, 0, 5, 5, [() => Description, 0], 5, 0, 0], 6
|
|
1467
1529
|
];
|
|
1468
1530
|
export var GetBrowserRequest$ = [3, n0, _GBR,
|
|
@@ -1472,7 +1534,7 @@ export var GetBrowserRequest$ = [3, n0, _GBR,
|
|
|
1472
1534
|
];
|
|
1473
1535
|
export var GetBrowserResponse$ = [3, n0, _GBRe,
|
|
1474
1536
|
0,
|
|
1475
|
-
[_bI, _bA, _n, _nC,
|
|
1537
|
+
[_bI, _bA, _n, _nC, _st, _cA, _lUA, _d, _eRA, _re, _bS, _fR],
|
|
1476
1538
|
[0, 0, 0, () => BrowserNetworkConfiguration$, 0, 5, 5, [() => Description, 0], 0, () => RecordingConfig$, () => BrowserSigningConfigOutput$, 0], 7
|
|
1477
1539
|
];
|
|
1478
1540
|
export var GetCodeInterpreterRequest$ = [3, n0, _GCIR,
|
|
@@ -1482,7 +1544,7 @@ export var GetCodeInterpreterRequest$ = [3, n0, _GCIR,
|
|
|
1482
1544
|
];
|
|
1483
1545
|
export var GetCodeInterpreterResponse$ = [3, n0, _GCIRe,
|
|
1484
1546
|
0,
|
|
1485
|
-
[_cII, _cIA, _n, _nC,
|
|
1547
|
+
[_cII, _cIA, _n, _nC, _st, _cA, _lUA, _d, _eRA, _fR],
|
|
1486
1548
|
[0, 0, 0, () => CodeInterpreterNetworkConfiguration$, 0, 5, 5, [() => Description, 0], 0, 0], 7
|
|
1487
1549
|
];
|
|
1488
1550
|
export var GetEvaluatorRequest$ = [3, n0, _GER,
|
|
@@ -1492,7 +1554,7 @@ export var GetEvaluatorRequest$ = [3, n0, _GER,
|
|
|
1492
1554
|
];
|
|
1493
1555
|
export var GetEvaluatorResponse$ = [3, n0, _GERe,
|
|
1494
1556
|
0,
|
|
1495
|
-
[_eA, _eI, _eNv, _eC, _le,
|
|
1557
|
+
[_eA, _eI, _eNv, _eC, _le, _st, _cA, _uA, _d, _lFM],
|
|
1496
1558
|
[0, 0, 0, [() => EvaluatorConfig$, 0], 0, 0, 4, 4, [() => EvaluatorDescription, 0], 2], 8
|
|
1497
1559
|
];
|
|
1498
1560
|
export var GetGatewayRequest$ = [3, n0, _GGR,
|
|
@@ -1502,7 +1564,7 @@ export var GetGatewayRequest$ = [3, n0, _GGR,
|
|
|
1502
1564
|
];
|
|
1503
1565
|
export var GetGatewayResponse$ = [3, n0, _GGRe,
|
|
1504
1566
|
0,
|
|
1505
|
-
[_gA, _gI, _cA, _uA,
|
|
1567
|
+
[_gA, _gI, _cA, _uA, _st, _n, _pT, _aT, _gU, _sR, _d, _rA, _pC, _aC, _kKA, _iCn, _pEC, _wID, _eL],
|
|
1506
1568
|
[0, 0, 5, 5, 0, [() => GatewayName, 0], 0, 0, 0, 64 | 0, [() => GatewayDescription, 0], 0, () => GatewayProtocolConfiguration$, () => AuthorizerConfiguration$, 0, () => GatewayInterceptorConfigurations, () => GatewayPolicyEngineConfiguration$, () => WorkloadIdentityDetails$, 0], 8
|
|
1507
1569
|
];
|
|
1508
1570
|
export var GetGatewayTargetRequest$ = [3, n0, _GGTR,
|
|
@@ -1512,7 +1574,7 @@ export var GetGatewayTargetRequest$ = [3, n0, _GGTR,
|
|
|
1512
1574
|
];
|
|
1513
1575
|
export var GetGatewayTargetResponse$ = [3, n0, _GGTRe,
|
|
1514
1576
|
0,
|
|
1515
|
-
[_gA, _tI, _cA, _uA,
|
|
1577
|
+
[_gA, _tI, _cA, _uA, _st, _n, _tC, _cPC, _sR, _d, _lSAa, _mC],
|
|
1516
1578
|
[0, 0, 5, 5, 0, [() => TargetName, 0], [() => TargetConfiguration$, 0], [() => CredentialProviderConfigurations, 0], 64 | 0, [() => TargetDescription, 0], 5, () => MetadataConfiguration$], 8
|
|
1517
1579
|
];
|
|
1518
1580
|
export var GetMemoryInput$ = [3, n0, _GMI,
|
|
@@ -1542,7 +1604,7 @@ export var GetOnlineEvaluationConfigRequest$ = [3, n0, _GOECR,
|
|
|
1542
1604
|
];
|
|
1543
1605
|
export var GetOnlineEvaluationConfigResponse$ = [3, n0, _GOECRe,
|
|
1544
1606
|
0,
|
|
1545
|
-
[_oECA, _oECI, _oECN,
|
|
1607
|
+
[_oECA, _oECI, _oECN, _rul, _dSC, _ev, _st, _eS, _cA, _uA, _d, _oC, _eERA, _fR],
|
|
1546
1608
|
[0, 0, 0, () => Rule$, () => DataSourceConfig$, () => EvaluatorList, 0, 0, 4, 4, [() => EvaluationConfigDescription, 0], () => OutputConfig$, 0, 0], 10
|
|
1547
1609
|
];
|
|
1548
1610
|
export var GetPolicyEngineRequest$ = [3, n0, _GPER,
|
|
@@ -1552,7 +1614,7 @@ export var GetPolicyEngineRequest$ = [3, n0, _GPER,
|
|
|
1552
1614
|
];
|
|
1553
1615
|
export var GetPolicyEngineResponse$ = [3, n0, _GPERe,
|
|
1554
1616
|
0,
|
|
1555
|
-
[_pEI, _n, _cA, _uA, _pEA,
|
|
1617
|
+
[_pEI, _n, _cA, _uA, _pEA, _st, _sR, _d],
|
|
1556
1618
|
[0, 0, 5, 5, 0, 0, 64 | 0, [() => Description, 0]], 7
|
|
1557
1619
|
];
|
|
1558
1620
|
export var GetPolicyGenerationRequest$ = [3, n0, _GPGR,
|
|
@@ -1562,7 +1624,7 @@ export var GetPolicyGenerationRequest$ = [3, n0, _GPGR,
|
|
|
1562
1624
|
];
|
|
1563
1625
|
export var GetPolicyGenerationResponse$ = [3, n0, _GPGRe,
|
|
1564
1626
|
0,
|
|
1565
|
-
[_pEI, _pGI, _n, _pGA, _res, _cA, _uA,
|
|
1627
|
+
[_pEI, _pGI, _n, _pGA, _res, _cA, _uA, _st, _sR, _f],
|
|
1566
1628
|
[0, 0, 0, 0, () => Resource$, 5, 5, 0, 64 | 0, 0], 9
|
|
1567
1629
|
];
|
|
1568
1630
|
export var GetPolicyRequest$ = [3, n0, _GPR,
|
|
@@ -1572,7 +1634,7 @@ export var GetPolicyRequest$ = [3, n0, _GPR,
|
|
|
1572
1634
|
];
|
|
1573
1635
|
export var GetPolicyResponse$ = [3, n0, _GPRe,
|
|
1574
1636
|
0,
|
|
1575
|
-
[_pIo, _n, _pEI, _de, _cA, _uA, _pAo,
|
|
1637
|
+
[_pIo, _n, _pEI, _de, _cA, _uA, _pAo, _st, _sR, _d],
|
|
1576
1638
|
[0, 0, 0, () => PolicyDefinition$, 5, 5, 0, 0, 64 | 0, [() => Description, 0]], 9
|
|
1577
1639
|
];
|
|
1578
1640
|
export var GetResourcePolicyRequest$ = [3, n0, _GRPR,
|
|
@@ -1645,12 +1707,6 @@ export var InterceptorInputConfiguration$ = [3, n0, _IIC,
|
|
|
1645
1707
|
[_pRH],
|
|
1646
1708
|
[2], 1
|
|
1647
1709
|
];
|
|
1648
|
-
export var InternalServerException$ = [-3, n0, _ISE,
|
|
1649
|
-
{ [_e]: _se, [_hE]: 500 },
|
|
1650
|
-
[_m],
|
|
1651
|
-
[0]
|
|
1652
|
-
];
|
|
1653
|
-
TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
1654
1710
|
export var InvocationConfiguration$ = [3, n0, _ICn,
|
|
1655
1711
|
0,
|
|
1656
1712
|
[_tA, _pDBN],
|
|
@@ -1898,17 +1954,17 @@ export var McpServerTargetConfiguration$ = [3, n0, _MSTC,
|
|
|
1898
1954
|
];
|
|
1899
1955
|
export var Memory$ = [3, n0, _M,
|
|
1900
1956
|
0,
|
|
1901
|
-
[_a, _i, _n, _eED,
|
|
1957
|
+
[_a, _i, _n, _eED, _st, _cA, _uA, _d, _eKA, _mERA, _fR, _str],
|
|
1902
1958
|
[0, 0, 0, 1, 0, 4, 4, [() => Description, 0], 0, 0, 0, [() => MemoryStrategyList, 0]], 7
|
|
1903
1959
|
];
|
|
1904
1960
|
export var MemoryStrategy$ = [3, n0, _MS,
|
|
1905
1961
|
0,
|
|
1906
|
-
[_sI, _n, _ty, _na, _d, _con, _cA, _uA,
|
|
1962
|
+
[_sI, _n, _ty, _na, _d, _con, _cA, _uA, _st],
|
|
1907
1963
|
[0, 0, 0, 64 | 0, [() => Description, 0], [() => StrategyConfiguration$, 0], 4, 4, 0], 4
|
|
1908
1964
|
];
|
|
1909
1965
|
export var MemorySummary$ = [3, n0, _MSe,
|
|
1910
1966
|
0,
|
|
1911
|
-
[_cA, _uA, _a, _i,
|
|
1967
|
+
[_cA, _uA, _a, _i, _st],
|
|
1912
1968
|
[4, 4, 0, 0, 0], 2
|
|
1913
1969
|
];
|
|
1914
1970
|
export var MessageBasedTrigger$ = [3, n0, _MBT,
|
|
@@ -1988,7 +2044,7 @@ export var OAuthCredentialProvider$ = [3, n0, _OACP,
|
|
|
1988
2044
|
];
|
|
1989
2045
|
export var OnlineEvaluationConfigSummary$ = [3, n0, _OECS,
|
|
1990
2046
|
0,
|
|
1991
|
-
[_oECA, _oECI, _oECN,
|
|
2047
|
+
[_oECA, _oECI, _oECN, _st, _eS, _cA, _uA, _d, _fR],
|
|
1992
2048
|
[0, 0, 0, 0, 0, 4, 4, [() => EvaluationConfigDescription, 0], 0], 7
|
|
1993
2049
|
];
|
|
1994
2050
|
export var OutputConfig$ = [3, n0, _OC,
|
|
@@ -1998,17 +2054,17 @@ export var OutputConfig$ = [3, n0, _OC,
|
|
|
1998
2054
|
];
|
|
1999
2055
|
export var Policy$ = [3, n0, _Po,
|
|
2000
2056
|
0,
|
|
2001
|
-
[_pIo, _n, _pEI, _de, _cA, _uA, _pAo,
|
|
2057
|
+
[_pIo, _n, _pEI, _de, _cA, _uA, _pAo, _st, _sR, _d],
|
|
2002
2058
|
[0, 0, 0, () => PolicyDefinition$, 5, 5, 0, 0, 64 | 0, [() => Description, 0]], 9
|
|
2003
2059
|
];
|
|
2004
2060
|
export var PolicyEngine$ = [3, n0, _PE,
|
|
2005
2061
|
0,
|
|
2006
|
-
[_pEI, _n, _cA, _uA, _pEA,
|
|
2062
|
+
[_pEI, _n, _cA, _uA, _pEA, _st, _sR, _d],
|
|
2007
2063
|
[0, 0, 5, 5, 0, 0, 64 | 0, [() => Description, 0]], 7
|
|
2008
2064
|
];
|
|
2009
2065
|
export var PolicyGeneration$ = [3, n0, _PG,
|
|
2010
2066
|
0,
|
|
2011
|
-
[_pEI, _pGI, _n, _pGA, _res, _cA, _uA,
|
|
2067
|
+
[_pEI, _pGI, _n, _pGA, _res, _cA, _uA, _st, _sR, _f],
|
|
2012
2068
|
[0, 0, 0, 0, () => Resource$, 5, 5, 0, 64 | 0, 0], 9
|
|
2013
2069
|
];
|
|
2014
2070
|
export var PolicyGenerationAsset$ = [3, n0, _PGA,
|
|
@@ -2036,18 +2092,6 @@ export var RecordingConfig$ = [3, n0, _RC,
|
|
|
2036
2092
|
[_en, _sL],
|
|
2037
2093
|
[2, () => S3Location$]
|
|
2038
2094
|
];
|
|
2039
|
-
export var ResourceLimitExceededException$ = [-3, n0, _RLEE,
|
|
2040
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
2041
|
-
[_m],
|
|
2042
|
-
[0]
|
|
2043
|
-
];
|
|
2044
|
-
TypeRegistry.for(n0).registerError(ResourceLimitExceededException$, ResourceLimitExceededException);
|
|
2045
|
-
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
2046
|
-
{ [_e]: _c, [_hE]: 404 },
|
|
2047
|
-
[_m],
|
|
2048
|
-
[0]
|
|
2049
|
-
];
|
|
2050
|
-
TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
2051
2095
|
export var Rule$ = [3, n0, _R,
|
|
2052
2096
|
0,
|
|
2053
2097
|
[_sC, _fi, _sCe],
|
|
@@ -2128,18 +2172,6 @@ export var SemanticOverrideExtractionConfigurationInput$ = [3, n0, _SOECI,
|
|
|
2128
2172
|
[_aTP, _mI],
|
|
2129
2173
|
[[() => Prompt, 0], 0], 2
|
|
2130
2174
|
];
|
|
2131
|
-
export var ServiceException$ = [-3, n0, _SE,
|
|
2132
|
-
{ [_e]: _se, [_hE]: 500 },
|
|
2133
|
-
[_m],
|
|
2134
|
-
[0]
|
|
2135
|
-
];
|
|
2136
|
-
TypeRegistry.for(n0).registerError(ServiceException$, ServiceException);
|
|
2137
|
-
export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
2138
|
-
{ [_e]: _c, [_hE]: 402 },
|
|
2139
|
-
[_m],
|
|
2140
|
-
[0]
|
|
2141
|
-
];
|
|
2142
|
-
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
2143
2175
|
export var SessionConfig$ = [3, n0, _SCe,
|
|
2144
2176
|
0,
|
|
2145
2177
|
[_sTM],
|
|
@@ -2172,7 +2204,7 @@ export var StartPolicyGenerationRequest$ = [3, n0, _SPGR,
|
|
|
2172
2204
|
];
|
|
2173
2205
|
export var StartPolicyGenerationResponse$ = [3, n0, _SPGRt,
|
|
2174
2206
|
0,
|
|
2175
|
-
[_pEI, _pGI, _n, _pGA, _res, _cA, _uA,
|
|
2207
|
+
[_pEI, _pGI, _n, _pGA, _res, _cA, _uA, _st, _sR, _f],
|
|
2176
2208
|
[0, 0, 0, 0, () => Resource$, 5, 5, 0, 64 | 0, 0], 9
|
|
2177
2209
|
];
|
|
2178
2210
|
export var StrategyConfiguration$ = [3, n0, _SCt,
|
|
@@ -2222,21 +2254,9 @@ export var TagResourceResponse$ = [3, n0, _TRRa,
|
|
|
2222
2254
|
];
|
|
2223
2255
|
export var TargetSummary$ = [3, n0, _TS,
|
|
2224
2256
|
0,
|
|
2225
|
-
[_tI, _n,
|
|
2257
|
+
[_tI, _n, _st, _cA, _uA, _d],
|
|
2226
2258
|
[0, [() => TargetName, 0], 0, 5, 5, [() => TargetDescription, 0]], 5
|
|
2227
2259
|
];
|
|
2228
|
-
export var ThrottledException$ = [-3, n0, _TE,
|
|
2229
|
-
{ [_e]: _c, [_hE]: 429 },
|
|
2230
|
-
[_m],
|
|
2231
|
-
[0]
|
|
2232
|
-
];
|
|
2233
|
-
TypeRegistry.for(n0).registerError(ThrottledException$, ThrottledException);
|
|
2234
|
-
export var ThrottlingException$ = [-3, n0, _TEh,
|
|
2235
|
-
{ [_e]: _c, [_hE]: 429 },
|
|
2236
|
-
[_m],
|
|
2237
|
-
[0]
|
|
2238
|
-
];
|
|
2239
|
-
TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
2240
2260
|
export var TimeBasedTrigger$ = [3, n0, _TBT,
|
|
2241
2261
|
0,
|
|
2242
2262
|
[_iST],
|
|
@@ -2262,12 +2282,6 @@ export var ToolDefinition$ = [3, n0, _TDo,
|
|
|
2262
2282
|
[_n, _d, _iS, _oS],
|
|
2263
2283
|
[0, 0, () => SchemaDefinition$, () => SchemaDefinition$], 3
|
|
2264
2284
|
];
|
|
2265
|
-
export var UnauthorizedException$ = [-3, n0, _UE,
|
|
2266
|
-
{ [_e]: _c, [_hE]: 401 },
|
|
2267
|
-
[_m],
|
|
2268
|
-
[0]
|
|
2269
|
-
];
|
|
2270
|
-
TypeRegistry.for(n0).registerError(UnauthorizedException$, UnauthorizedException);
|
|
2271
2285
|
export var UntagResourceRequest$ = [3, n0, _URR,
|
|
2272
2286
|
0,
|
|
2273
2287
|
[_rAe, _tK],
|
|
@@ -2285,7 +2299,7 @@ export var UpdateAgentRuntimeEndpointRequest$ = [3, n0, _UARER,
|
|
|
2285
2299
|
];
|
|
2286
2300
|
export var UpdateAgentRuntimeEndpointResponse$ = [3, n0, _UARERp,
|
|
2287
2301
|
0,
|
|
2288
|
-
[_aREA, _aRA,
|
|
2302
|
+
[_aREA, _aRA, _st, _cA, _lUA, _lV, _tV],
|
|
2289
2303
|
[0, 0, 0, 5, 5, 0, 0], 5
|
|
2290
2304
|
];
|
|
2291
2305
|
export var UpdateAgentRuntimeRequest$ = [3, n0, _UARR,
|
|
@@ -2295,7 +2309,7 @@ export var UpdateAgentRuntimeRequest$ = [3, n0, _UARR,
|
|
|
2295
2309
|
];
|
|
2296
2310
|
export var UpdateAgentRuntimeResponse$ = [3, n0, _UARRp,
|
|
2297
2311
|
0,
|
|
2298
|
-
[_aRA, _aRI, _aRV, _cA, _lUA,
|
|
2312
|
+
[_aRA, _aRI, _aRV, _cA, _lUA, _st, _wID],
|
|
2299
2313
|
[0, 0, 0, 5, 5, 0, () => WorkloadIdentityDetails$], 6
|
|
2300
2314
|
];
|
|
2301
2315
|
export var UpdateApiKeyCredentialProviderRequest$ = [3, n0, _UAKCPR,
|
|
@@ -2315,7 +2329,7 @@ export var UpdateEvaluatorRequest$ = [3, n0, _UER,
|
|
|
2315
2329
|
];
|
|
2316
2330
|
export var UpdateEvaluatorResponse$ = [3, n0, _UERp,
|
|
2317
2331
|
0,
|
|
2318
|
-
[_eA, _eI, _uA,
|
|
2332
|
+
[_eA, _eI, _uA, _st],
|
|
2319
2333
|
[0, 0, 4, 0], 4
|
|
2320
2334
|
];
|
|
2321
2335
|
export var UpdateGatewayRequest$ = [3, n0, _UGR,
|
|
@@ -2325,7 +2339,7 @@ export var UpdateGatewayRequest$ = [3, n0, _UGR,
|
|
|
2325
2339
|
];
|
|
2326
2340
|
export var UpdateGatewayResponse$ = [3, n0, _UGRp,
|
|
2327
2341
|
0,
|
|
2328
|
-
[_gA, _gI, _cA, _uA,
|
|
2342
|
+
[_gA, _gI, _cA, _uA, _st, _n, _pT, _aT, _gU, _sR, _d, _rA, _pC, _aC, _kKA, _iCn, _pEC, _wID, _eL],
|
|
2329
2343
|
[0, 0, 5, 5, 0, [() => GatewayName, 0], 0, 0, 0, 64 | 0, [() => GatewayDescription, 0], 0, () => GatewayProtocolConfiguration$, () => AuthorizerConfiguration$, 0, () => GatewayInterceptorConfigurations, () => GatewayPolicyEngineConfiguration$, () => WorkloadIdentityDetails$, 0], 8
|
|
2330
2344
|
];
|
|
2331
2345
|
export var UpdateGatewayTargetRequest$ = [3, n0, _UGTR,
|
|
@@ -2335,7 +2349,7 @@ export var UpdateGatewayTargetRequest$ = [3, n0, _UGTR,
|
|
|
2335
2349
|
];
|
|
2336
2350
|
export var UpdateGatewayTargetResponse$ = [3, n0, _UGTRp,
|
|
2337
2351
|
0,
|
|
2338
|
-
[_gA, _tI, _cA, _uA,
|
|
2352
|
+
[_gA, _tI, _cA, _uA, _st, _n, _tC, _cPC, _sR, _d, _lSAa, _mC],
|
|
2339
2353
|
[0, 0, 5, 5, 0, [() => TargetName, 0], [() => TargetConfiguration$, 0], [() => CredentialProviderConfigurations, 0], 64 | 0, [() => TargetDescription, 0], 5, () => MetadataConfiguration$], 8
|
|
2340
2354
|
];
|
|
2341
2355
|
export var UpdateMemoryInput$ = [3, n0, _UMI,
|
|
@@ -2360,12 +2374,12 @@ export var UpdateOauth2CredentialProviderResponse$ = [3, n0, _UOCPRp,
|
|
|
2360
2374
|
];
|
|
2361
2375
|
export var UpdateOnlineEvaluationConfigRequest$ = [3, n0, _UOECR,
|
|
2362
2376
|
0,
|
|
2363
|
-
[_oECI, _cTl, _d,
|
|
2377
|
+
[_oECI, _cTl, _d, _rul, _dSC, _ev, _eERA, _eS],
|
|
2364
2378
|
[[0, 1], [0, 4], [() => EvaluationConfigDescription, 0], () => Rule$, () => DataSourceConfig$, () => EvaluatorList, 0, 0], 1
|
|
2365
2379
|
];
|
|
2366
2380
|
export var UpdateOnlineEvaluationConfigResponse$ = [3, n0, _UOECRp,
|
|
2367
2381
|
0,
|
|
2368
|
-
[_oECA, _oECI, _uA,
|
|
2382
|
+
[_oECA, _oECI, _uA, _st, _eS, _fR],
|
|
2369
2383
|
[0, 0, 4, 0, 0, 0], 5
|
|
2370
2384
|
];
|
|
2371
2385
|
export var UpdatePolicyEngineRequest$ = [3, n0, _UPER,
|
|
@@ -2375,7 +2389,7 @@ export var UpdatePolicyEngineRequest$ = [3, n0, _UPER,
|
|
|
2375
2389
|
];
|
|
2376
2390
|
export var UpdatePolicyEngineResponse$ = [3, n0, _UPERp,
|
|
2377
2391
|
0,
|
|
2378
|
-
[_pEI, _n, _cA, _uA, _pEA,
|
|
2392
|
+
[_pEI, _n, _cA, _uA, _pEA, _st, _sR, _d],
|
|
2379
2393
|
[0, 0, 5, 5, 0, 0, 64 | 0, [() => Description, 0]], 7
|
|
2380
2394
|
];
|
|
2381
2395
|
export var UpdatePolicyRequest$ = [3, n0, _UPR,
|
|
@@ -2385,7 +2399,7 @@ export var UpdatePolicyRequest$ = [3, n0, _UPR,
|
|
|
2385
2399
|
];
|
|
2386
2400
|
export var UpdatePolicyResponse$ = [3, n0, _UPRp,
|
|
2387
2401
|
0,
|
|
2388
|
-
[_pIo, _n, _pEI, _de, _cA, _uA, _pAo,
|
|
2402
|
+
[_pIo, _n, _pEI, _de, _cA, _uA, _pAo, _st, _sR, _d],
|
|
2389
2403
|
[0, 0, 0, () => PolicyDefinition$, 5, 5, 0, 0, 64 | 0, [() => Description, 0]], 9
|
|
2390
2404
|
];
|
|
2391
2405
|
export var UpdateWorkloadIdentityRequest$ = [3, n0, _UWIR,
|
|
@@ -2428,12 +2442,6 @@ export var UserPreferenceOverrideExtractionConfigurationInput$ = [3, n0, _UPOECI
|
|
|
2428
2442
|
[_aTP, _mI],
|
|
2429
2443
|
[[() => Prompt, 0], 0], 2
|
|
2430
2444
|
];
|
|
2431
|
-
export var ValidationException$ = [-3, n0, _VE,
|
|
2432
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
2433
|
-
[_m, _rea, _fL],
|
|
2434
|
-
[0, 0, () => ValidationExceptionFieldList], 2
|
|
2435
|
-
];
|
|
2436
|
-
TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
2437
2445
|
export var ValidationExceptionField$ = [3, n0, _VEF,
|
|
2438
2446
|
0,
|
|
2439
2447
|
[_n, _m],
|
|
@@ -2454,8 +2462,6 @@ export var WorkloadIdentityType$ = [3, n0, _WIT,
|
|
|
2454
2462
|
[_n, _wIA],
|
|
2455
2463
|
[0, 0], 2
|
|
2456
2464
|
];
|
|
2457
|
-
export var BedrockAgentCoreControlServiceException$ = [-3, _sm, "BedrockAgentCoreControlServiceException", 0, [], []];
|
|
2458
|
-
TypeRegistry.for(_sm).registerError(BedrockAgentCoreControlServiceException$, BedrockAgentCoreControlServiceException);
|
|
2459
2465
|
var AgentRuntimeEndpoints = [1, n0, _AREg,
|
|
2460
2466
|
0, [() => AgentRuntimeEndpoint$,
|
|
2461
2467
|
0]
|