@aws-sdk/client-bedrock-agentcore-control 3.1110.0 → 3.1112.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 +95 -38
- package/dist-es/models/enums.js +18 -0
- package/dist-es/models/errors.js +16 -0
- package/dist-es/schemas/schemas_0.js +56 -38
- package/dist-types/commands/CreateAgentRuntimeCommand.d.ts +1 -1
- package/dist-types/commands/CreateDatasetCommand.d.ts +1 -1
- package/dist-types/commands/CreateEvaluatorCommand.d.ts +26 -0
- package/dist-types/commands/CreatePaymentConnectorCommand.d.ts +6 -1
- package/dist-types/commands/CreatePaymentManagerCommand.d.ts +2 -0
- package/dist-types/commands/CreatePolicyCommand.d.ts +1 -1
- package/dist-types/commands/DeletePaymentConnectorCommand.d.ts +1 -1
- package/dist-types/commands/GetAgentRuntimeCommand.d.ts +1 -1
- package/dist-types/commands/GetDatasetCommand.d.ts +1 -1
- package/dist-types/commands/GetEvaluatorCommand.d.ts +28 -0
- package/dist-types/commands/GetPaymentConnectorCommand.d.ts +2 -1
- package/dist-types/commands/GetPaymentManagerCommand.d.ts +1 -0
- package/dist-types/commands/GetPolicyGenerationCommand.d.ts +1 -2
- package/dist-types/commands/ListDatasetsCommand.d.ts +1 -1
- package/dist-types/commands/ListEvaluatorsCommand.d.ts +2 -1
- package/dist-types/commands/ListPaymentConnectorsCommand.d.ts +1 -1
- package/dist-types/commands/ListPaymentManagersCommand.d.ts +1 -0
- package/dist-types/commands/UpdateAgentRuntimeCommand.d.ts +1 -1
- package/dist-types/commands/UpdateEvaluatorCommand.d.ts +26 -0
- package/dist-types/commands/UpdatePaymentConnectorCommand.d.ts +5 -1
- package/dist-types/commands/UpdatePaymentManagerCommand.d.ts +2 -0
- package/dist-types/commands/UpdatePolicyCommand.d.ts +1 -1
- package/dist-types/models/enums.d.ts +37 -0
- package/dist-types/models/errors.d.ts +22 -0
- package/dist-types/models/models_0.d.ts +49 -15
- package/dist-types/models/models_1.d.ts +63 -17
- package/dist-types/models/models_2.d.ts +15 -0
- package/dist-types/runtimeConfig.browser.d.ts +38 -38
- package/dist-types/runtimeConfig.d.ts +36 -36
- package/dist-types/runtimeConfig.native.d.ts +37 -37
- package/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/dist-types/schemas/schemas_0.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetPolicyGenerationCommand.d.ts +1 -2
- package/dist-types/ts3.4/models/enums.d.ts +21 -0
- package/dist-types/ts3.4/models/errors.d.ts +7 -0
- package/dist-types/ts3.4/models/models_0.d.ts +21 -5
- package/dist-types/ts3.4/models/models_1.d.ts +15 -5
- package/dist-types/ts3.4/models/models_2.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +54 -56
- package/dist-types/ts3.4/runtimeConfig.d.ts +57 -57
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +58 -60
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +3 -3
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +2 -0
- package/package.json +5 -5
|
@@ -236,6 +236,7 @@ const _DDERe = "DeleteDatasetExamplesResponse";
|
|
|
236
236
|
const _DDR = "DeleteDatasetRequest";
|
|
237
237
|
const _DDRe = "DeleteDatasetResponse";
|
|
238
238
|
const _DE = "DeleteEvaluator";
|
|
239
|
+
const _DEC = "DerivedEvaluatorConfig";
|
|
239
240
|
const _DEL = "DatasetExampleList";
|
|
240
241
|
const _DER = "DeleteEvaluatorRequest";
|
|
241
242
|
const _DERe = "DeleteEvaluatorResponse";
|
|
@@ -860,6 +861,7 @@ const _SPGR = "StartPolicyGenerationRequest";
|
|
|
860
861
|
const _SPGRt = "StartPolicyGenerationResponse";
|
|
861
862
|
const _SQEE = "ServiceQuotaExceededException";
|
|
862
863
|
const _SR = "SecretReference";
|
|
864
|
+
const _SRE = "SubscriptionRequiredException";
|
|
863
865
|
const _SRRFA = "SubmitRegistryRecordForApproval";
|
|
864
866
|
const _SRRFAR = "SubmitRegistryRecordForApprovalRequest";
|
|
865
867
|
const _SRRFARu = "SubmitRegistryRecordForApprovalResponse";
|
|
@@ -1108,6 +1110,7 @@ const _au = "auth";
|
|
|
1108
1110
|
const _b = "bundles";
|
|
1109
1111
|
const _bA = "browserArn";
|
|
1110
1112
|
const _bAu = "bundleArn";
|
|
1113
|
+
const _bEI = "baseEvaluatorId";
|
|
1111
1114
|
const _bEMC = "bedrockEvaluatorModelConfig";
|
|
1112
1115
|
const _bI = "browserId";
|
|
1113
1116
|
const _bIu = "bundleId";
|
|
@@ -1218,6 +1221,7 @@ const _dV = "datasetVersion";
|
|
|
1218
1221
|
const _dVo = "doubleValue";
|
|
1219
1222
|
const _da = "datasets";
|
|
1220
1223
|
const _de = "definition";
|
|
1224
|
+
const _der = "derived";
|
|
1221
1225
|
const _des = "descriptors";
|
|
1222
1226
|
const _di = "dimensions";
|
|
1223
1227
|
const _dis = "disabled";
|
|
@@ -1482,9 +1486,11 @@ const _pI = "profileId";
|
|
|
1482
1486
|
const _pIo = "policyId";
|
|
1483
1487
|
const _pKJC = "privateKeyJwtConfig";
|
|
1484
1488
|
const _pKS = "privateKeySource";
|
|
1485
|
-
const _pM = "
|
|
1489
|
+
const _pM = "provisionMode";
|
|
1486
1490
|
const _pMA = "paymentManagerArn";
|
|
1487
1491
|
const _pMI = "paymentManagerId";
|
|
1492
|
+
const _pMa = "paymentManagers";
|
|
1493
|
+
const _pN = "productName";
|
|
1488
1494
|
const _pO = "parameterOverrides";
|
|
1489
1495
|
const _pP = "providerPath";
|
|
1490
1496
|
const _pPr = "providerPrefix";
|
|
@@ -1504,8 +1510,8 @@ const _po = "policy";
|
|
|
1504
1510
|
const _pol = "policies";
|
|
1505
1511
|
const _pr = "priority";
|
|
1506
1512
|
const _pre = "prefix";
|
|
1507
|
-
const _pro = "
|
|
1508
|
-
const
|
|
1513
|
+
const _pro = "provider";
|
|
1514
|
+
const _prop = "properties";
|
|
1509
1515
|
const _q = "qualifier";
|
|
1510
1516
|
const _r = "reason";
|
|
1511
1517
|
const _rA = "roleArn";
|
|
@@ -1611,7 +1617,8 @@ const _sTIS = "sessionTimeoutInSeconds";
|
|
|
1611
1617
|
const _sTM = "sessionTimeoutMinutes";
|
|
1612
1618
|
const _sTe = "searchType";
|
|
1613
1619
|
const _sTy = "synchronizationType";
|
|
1614
|
-
const _sU = "
|
|
1620
|
+
const _sU = "subscriptionUrl";
|
|
1621
|
+
const _sUr = "s3Uri";
|
|
1615
1622
|
const _sV = "schemaVersion";
|
|
1616
1623
|
const _sVt = "stringValue";
|
|
1617
1624
|
const _sVtr = "stringValidation";
|
|
@@ -1714,7 +1721,7 @@ const _wSS = "walletSecretSource";
|
|
|
1714
1721
|
const n0 = "com.amazonaws.bedrockagentcorecontrol";
|
|
1715
1722
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
1716
1723
|
import { BedrockAgentCoreControlServiceException } from "../models/BedrockAgentCoreControlServiceException";
|
|
1717
|
-
import { AccessDeniedException, ConcurrentModificationException, ConflictException, DecryptionFailure, EncryptionFailure, InternalServerException, ResourceLimitExceededException, ResourceNotFoundException, RetryableConflictException, ServiceException, ServiceQuotaExceededException, ThrottledException, ThrottlingException, UnauthorizedException, ValidationException, } from "../models/errors";
|
|
1724
|
+
import { AccessDeniedException, ConcurrentModificationException, ConflictException, DecryptionFailure, EncryptionFailure, InternalServerException, ResourceLimitExceededException, ResourceNotFoundException, RetryableConflictException, ServiceException, ServiceQuotaExceededException, SubscriptionRequiredException, ThrottledException, ThrottlingException, UnauthorizedException, ValidationException, } from "../models/errors";
|
|
1718
1725
|
const _s_registry = TypeRegistry.for(_s);
|
|
1719
1726
|
export var BedrockAgentCoreControlServiceException$ = [-3, _s, "BedrockAgentCoreControlServiceException", 0, [], []];
|
|
1720
1727
|
_s_registry.registerError(BedrockAgentCoreControlServiceException$, BedrockAgentCoreControlServiceException);
|
|
@@ -1785,6 +1792,12 @@ export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
|
1785
1792
|
[0]
|
|
1786
1793
|
];
|
|
1787
1794
|
n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
1795
|
+
export var SubscriptionRequiredException$ = [-3, n0, _SRE,
|
|
1796
|
+
{ [_e]: _c, [_hE]: 403 },
|
|
1797
|
+
[_m, _sU, _pN],
|
|
1798
|
+
[0, 0, 0], 1
|
|
1799
|
+
];
|
|
1800
|
+
n0_registry.registerError(SubscriptionRequiredException$, SubscriptionRequiredException);
|
|
1788
1801
|
export var ThrottledException$ = [-3, n0, _TE,
|
|
1789
1802
|
{ [_e]: _c, [_hE]: 429 },
|
|
1790
1803
|
[_m],
|
|
@@ -1984,7 +1997,7 @@ export var BrowserSummary$ = [3, n0, _BS,
|
|
|
1984
1997
|
export var CapacityProviderConfiguration$ = [3, n0, _CPC,
|
|
1985
1998
|
0,
|
|
1986
1999
|
[_cPAa],
|
|
1987
|
-
[0]
|
|
2000
|
+
[0], 1
|
|
1988
2001
|
];
|
|
1989
2002
|
export var CapacityProviderSummary$ = [3, n0, _CPS,
|
|
1990
2003
|
0,
|
|
@@ -2313,13 +2326,13 @@ export var CreateOnlineEvaluationConfigResponse$ = [3, n0, _COECRr,
|
|
|
2313
2326
|
];
|
|
2314
2327
|
export var CreatePaymentConnectorRequest$ = [3, n0, _CPCR,
|
|
2315
2328
|
0,
|
|
2316
|
-
[_pMI, _n, _t, _cPCr, _d, _cT],
|
|
2317
|
-
[[0, 1], 0, 0, () => CredentialsProviderConfigurations, 0, [0, 4]], 4
|
|
2329
|
+
[_pMI, _n, _t, _cPCr, _d, _pM, _cT],
|
|
2330
|
+
[[0, 1], 0, 0, () => CredentialsProviderConfigurations, 0, 0, [0, 4]], 4
|
|
2318
2331
|
];
|
|
2319
2332
|
export var CreatePaymentConnectorResponse$ = [3, n0, _CPCRr,
|
|
2320
2333
|
0,
|
|
2321
|
-
[_pCI, _pMI, _n, _t, _cPCr, _cA, _st],
|
|
2322
|
-
[0, 0, 0, 0, () => CredentialsProviderConfigurations, 5, 0], 7
|
|
2334
|
+
[_pCI, _pMI, _n, _t, _cPCr, _cA, _st, _aU],
|
|
2335
|
+
[0, 0, 0, 0, () => CredentialsProviderConfigurations, 5, 0, 0], 7
|
|
2323
2336
|
];
|
|
2324
2337
|
export var CreatePaymentCredentialProviderRequest$ = [3, n0, _CPCPR,
|
|
2325
2338
|
0,
|
|
@@ -2333,13 +2346,13 @@ export var CreatePaymentCredentialProviderResponse$ = [3, n0, _CPCPRr,
|
|
|
2333
2346
|
];
|
|
2334
2347
|
export var CreatePaymentManagerRequest$ = [3, n0, _CPMR,
|
|
2335
2348
|
0,
|
|
2336
|
-
[_n, _aT, _rA, _d, _aCu, _cT, _ta],
|
|
2337
|
-
[0, 0, 0, 0, () => AuthorizerConfiguration$, [0, 4], 128 | 0], 3
|
|
2349
|
+
[_n, _aT, _rA, _d, _aCu, _cT, _ta, _kKA],
|
|
2350
|
+
[0, 0, 0, 0, () => AuthorizerConfiguration$, [0, 4], 128 | 0, 0], 3
|
|
2338
2351
|
];
|
|
2339
2352
|
export var CreatePaymentManagerResponse$ = [3, n0, _CPMRr,
|
|
2340
2353
|
0,
|
|
2341
|
-
[_pMA, _pMI, _n, _aT, _rA, _cA, _st, _aCu, _wID, _ta],
|
|
2342
|
-
[0, 0, 0, 0, 0, 5, 0, () => AuthorizerConfiguration$, () => WorkloadIdentityDetails$, 128 | 0], 7
|
|
2354
|
+
[_pMA, _pMI, _n, _aT, _rA, _cA, _st, _aCu, _wID, _ta, _kKA],
|
|
2355
|
+
[0, 0, 0, 0, 0, 5, 0, () => AuthorizerConfiguration$, () => WorkloadIdentityDetails$, 128 | 0, 0], 7
|
|
2343
2356
|
];
|
|
2344
2357
|
export var CreatePolicyEngineRequest$ = [3, n0, _CPER,
|
|
2345
2358
|
0,
|
|
@@ -2736,6 +2749,11 @@ export var DeleteWorkloadIdentityResponse$ = [3, n0, _DWIRe,
|
|
|
2736
2749
|
[],
|
|
2737
2750
|
[]
|
|
2738
2751
|
];
|
|
2752
|
+
export var DerivedEvaluatorConfig$ = [3, n0, _DEC,
|
|
2753
|
+
0,
|
|
2754
|
+
[_bEI, _mCo],
|
|
2755
|
+
[0, () => EvaluatorModelConfig$], 2
|
|
2756
|
+
];
|
|
2739
2757
|
export var Descriptors$ = [3, n0, _Des,
|
|
2740
2758
|
0,
|
|
2741
2759
|
[_mc, _aa, _cu, _aSg],
|
|
@@ -2823,8 +2841,8 @@ export var EpisodicReflectionOverride$ = [3, n0, _ERO,
|
|
|
2823
2841
|
];
|
|
2824
2842
|
export var EvaluatorSummary$ = [3, n0, _ES,
|
|
2825
2843
|
0,
|
|
2826
|
-
[_eA, _eIv, _eNv, _eT, _st, _cA, _uA, _d, _le, _lFM, _kKA],
|
|
2827
|
-
[0, 0, 0, 0, 0, 4, 4, [() => EvaluatorDescription, 0], 0, 2, 0], 7
|
|
2844
|
+
[_eA, _eIv, _eNv, _eT, _st, _cA, _uA, _d, _pro, _le, _lFM, _kKA],
|
|
2845
|
+
[0, 0, 0, 0, 0, 4, 4, [() => EvaluatorDescription, 0], 0, 0, 2, 0], 7
|
|
2828
2846
|
];
|
|
2829
2847
|
export var Filter$ = [3, n0, _F,
|
|
2830
2848
|
0,
|
|
@@ -2893,8 +2911,8 @@ export var GetAgentRuntimeRequest$ = [3, n0, _GARR,
|
|
|
2893
2911
|
];
|
|
2894
2912
|
export var GetAgentRuntimeResponse$ = [3, n0, _GARRe,
|
|
2895
2913
|
0,
|
|
2896
|
-
[_aRA, _aRN, _aRI, _aRV, _cA, _lUA, _rA,
|
|
2897
|
-
[0, 0, 0, 0, 5, 5, 0, () =>
|
|
2914
|
+
[_aRA, _aRN, _aRI, _aRV, _cA, _lUA, _rA, _st, _lC, _nC, _fR, _d, _wID, _aRAg, _pC, _eV, _aCu, _rHC, _mC, _fC, _cPC],
|
|
2915
|
+
[0, 0, 0, 0, 5, 5, 0, 0, () => LifecycleConfiguration$, () => NetworkConfiguration$, 0, [() => Description, 0], () => WorkloadIdentityDetails$, () => AgentRuntimeArtifact$, () => ProtocolConfiguration$, [() => EnvironmentVariablesMap, 0], () => AuthorizerConfiguration$, () => RequestHeaderConfiguration$, () => RuntimeMetadataConfiguration$, () => FilesystemConfigurations, () => CapacityProviderConfiguration$], 9
|
|
2898
2916
|
];
|
|
2899
2917
|
export var GetApiKeyCredentialProviderRequest$ = [3, n0, _GAKCPR,
|
|
2900
2918
|
0,
|
|
@@ -2983,8 +3001,8 @@ export var GetEvaluatorRequest$ = [3, n0, _GER,
|
|
|
2983
3001
|
];
|
|
2984
3002
|
export var GetEvaluatorResponse$ = [3, n0, _GERe,
|
|
2985
3003
|
0,
|
|
2986
|
-
[_eA, _eIv, _eNv, _eC, _le, _st, _cA, _uA, _d, _lFM, _kKA],
|
|
2987
|
-
[0, 0, 0, [() => EvaluatorConfig$, 0], 0, 0, 4, 4, [() => EvaluatorDescription, 0], 2, 0], 8
|
|
3004
|
+
[_eA, _eIv, _eNv, _eC, _le, _st, _cA, _uA, _d, _eT, _pro, _lFM, _kKA],
|
|
3005
|
+
[0, 0, 0, [() => EvaluatorConfig$, 0], 0, 0, 4, 4, [() => EvaluatorDescription, 0], 0, 0, 2, 0], 8
|
|
2988
3006
|
];
|
|
2989
3007
|
export var GetGatewayRateLimitRequest$ = [3, n0, _GGRLR,
|
|
2990
3008
|
0,
|
|
@@ -3083,8 +3101,8 @@ export var GetPaymentConnectorRequest$ = [3, n0, _GPCR,
|
|
|
3083
3101
|
];
|
|
3084
3102
|
export var GetPaymentConnectorResponse$ = [3, n0, _GPCRe,
|
|
3085
3103
|
0,
|
|
3086
|
-
[_pCI, _n, _t, _cPCr, _cA, _lUA, _st, _d],
|
|
3087
|
-
[0, 0, 0, () => CredentialsProviderConfigurations, 5, 5, 0, 0], 7
|
|
3104
|
+
[_pCI, _n, _t, _cPCr, _cA, _lUA, _st, _d, _aU],
|
|
3105
|
+
[0, 0, 0, () => CredentialsProviderConfigurations, 5, 5, 0, 0, 0], 7
|
|
3088
3106
|
];
|
|
3089
3107
|
export var GetPaymentCredentialProviderRequest$ = [3, n0, _GPCPR,
|
|
3090
3108
|
0,
|
|
@@ -3103,8 +3121,8 @@ export var GetPaymentManagerRequest$ = [3, n0, _GPMR,
|
|
|
3103
3121
|
];
|
|
3104
3122
|
export var GetPaymentManagerResponse$ = [3, n0, _GPMRe,
|
|
3105
3123
|
0,
|
|
3106
|
-
[_pMA, _pMI, _n, _aT, _rA, _cA, _lUA, _st, _d, _aCu, _wID, _ta],
|
|
3107
|
-
[0, 0, 0, 0, 0, 5, 5, 0, 0, () => AuthorizerConfiguration$, () => WorkloadIdentityDetails$, 128 | 0], 8
|
|
3124
|
+
[_pMA, _pMI, _n, _aT, _rA, _cA, _lUA, _st, _d, _aCu, _wID, _ta, _kKA],
|
|
3125
|
+
[0, 0, 0, 0, 0, 5, 5, 0, 0, () => AuthorizerConfiguration$, () => WorkloadIdentityDetails$, 128 | 0, 0], 8
|
|
3108
3126
|
];
|
|
3109
3127
|
export var GetPolicyEngineRequest$ = [3, n0, _GPER,
|
|
3110
3128
|
0,
|
|
@@ -3818,7 +3836,7 @@ export var ListPaymentManagersRequest$ = [3, n0, _LPMR,
|
|
|
3818
3836
|
];
|
|
3819
3837
|
export var ListPaymentManagersResponse$ = [3, n0, _LPMRi,
|
|
3820
3838
|
0,
|
|
3821
|
-
[
|
|
3839
|
+
[_pMa, _nTe],
|
|
3822
3840
|
[() => PaymentManagerSummaries, 0], 1
|
|
3823
3841
|
];
|
|
3824
3842
|
export var ListPoliciesRequest$ = [3, n0, _LPR,
|
|
@@ -4143,8 +4161,8 @@ export var PaymentCredentialProviderItem$ = [3, n0, _PCPI,
|
|
|
4143
4161
|
];
|
|
4144
4162
|
export var PaymentManagerSummary$ = [3, n0, _PMS,
|
|
4145
4163
|
0,
|
|
4146
|
-
[_pMA, _pMI, _n, _aT, _rA, _st, _lUA, _d, _cA],
|
|
4147
|
-
[0, 0, 0, 0, 0, 0, 5, 0, 5], 7
|
|
4164
|
+
[_pMA, _pMI, _n, _aT, _rA, _st, _lUA, _d, _cA, _kKA],
|
|
4165
|
+
[0, 0, 0, 0, 0, 0, 5, 0, 5, 0], 7
|
|
4148
4166
|
];
|
|
4149
4167
|
export var PermissionsConfiguration$ = [3, n0, _PC,
|
|
4150
4168
|
0,
|
|
@@ -4308,7 +4326,7 @@ export var S3Location$ = [3, n0, _SL,
|
|
|
4308
4326
|
];
|
|
4309
4327
|
export var S3Source$ = [3, n0, _SS,
|
|
4310
4328
|
0,
|
|
4311
|
-
[
|
|
4329
|
+
[_sUr],
|
|
4312
4330
|
[0], 1
|
|
4313
4331
|
];
|
|
4314
4332
|
export var SalesforceOauth2ProviderConfigInput$ = [3, n0, _SOPCI,
|
|
@@ -4328,7 +4346,7 @@ export var SamplingConfig$ = [3, n0, _SCa,
|
|
|
4328
4346
|
];
|
|
4329
4347
|
export var SchemaDefinition$ = [3, n0, _SD,
|
|
4330
4348
|
0,
|
|
4331
|
-
[_t,
|
|
4349
|
+
[_t, _prop, _requ, _it, _d],
|
|
4332
4350
|
[0, () => SchemaProperties, 64 | 0, () => SchemaDefinition$, 0], 1
|
|
4333
4351
|
];
|
|
4334
4352
|
export var Secret$ = [3, n0, _S,
|
|
@@ -4888,8 +4906,8 @@ export var UpdatePaymentConnectorRequest$ = [3, n0, _UPCR,
|
|
|
4888
4906
|
];
|
|
4889
4907
|
export var UpdatePaymentConnectorResponse$ = [3, n0, _UPCRp,
|
|
4890
4908
|
0,
|
|
4891
|
-
[_pCI, _pMI, _n, _t, _cPCr, _lUA, _st],
|
|
4892
|
-
[0, 0, 0, 0, () => CredentialsProviderConfigurations, 5, 0], 7
|
|
4909
|
+
[_pCI, _pMI, _n, _t, _cPCr, _lUA, _st, _aU],
|
|
4910
|
+
[0, 0, 0, 0, () => CredentialsProviderConfigurations, 5, 0, 0], 7
|
|
4893
4911
|
];
|
|
4894
4912
|
export var UpdatePaymentCredentialProviderRequest$ = [3, n0, _UPCPR,
|
|
4895
4913
|
0,
|
|
@@ -4903,13 +4921,13 @@ export var UpdatePaymentCredentialProviderResponse$ = [3, n0, _UPCPRp,
|
|
|
4903
4921
|
];
|
|
4904
4922
|
export var UpdatePaymentManagerRequest$ = [3, n0, _UPMR,
|
|
4905
4923
|
0,
|
|
4906
|
-
[_pMI, _d, _aT, _aCu, _rA, _cT],
|
|
4907
|
-
[[0, 1], 0, 0, () => AuthorizerConfiguration$, 0, [0, 4]], 1
|
|
4924
|
+
[_pMI, _d, _aT, _aCu, _rA, _cT, _kKA],
|
|
4925
|
+
[[0, 1], 0, 0, () => AuthorizerConfiguration$, 0, [0, 4], 0], 1
|
|
4908
4926
|
];
|
|
4909
4927
|
export var UpdatePaymentManagerResponse$ = [3, n0, _UPMRp,
|
|
4910
4928
|
0,
|
|
4911
|
-
[_pMA, _pMI, _n, _aT, _rA, _lUA, _st, _wID],
|
|
4912
|
-
[0, 0, 0, 0, 0, 5, 0, () => WorkloadIdentityDetails
|
|
4929
|
+
[_pMA, _pMI, _n, _aT, _rA, _lUA, _st, _wID, _kKA],
|
|
4930
|
+
[0, 0, 0, 0, 0, 5, 0, () => WorkloadIdentityDetails$, 0], 7
|
|
4913
4931
|
];
|
|
4914
4932
|
export var UpdatePolicyEngineRequest$ = [3, n0, _UPER,
|
|
4915
4933
|
0,
|
|
@@ -5560,8 +5578,8 @@ export var DataSourceType$ = [4, n0, _DST,
|
|
|
5560
5578
|
];
|
|
5561
5579
|
export var EvaluatorConfig$ = [4, n0, _ECv,
|
|
5562
5580
|
0,
|
|
5563
|
-
[_lAAJ, _cBod],
|
|
5564
|
-
[[() => LlmAsAJudgeEvaluatorConfig$, 0], () => CodeBasedEvaluatorConfig$]
|
|
5581
|
+
[_lAAJ, _cBod, _der],
|
|
5582
|
+
[[() => LlmAsAJudgeEvaluatorConfig$, 0], () => CodeBasedEvaluatorConfig$, () => DerivedEvaluatorConfig$]
|
|
5565
5583
|
];
|
|
5566
5584
|
export var EvaluatorModelConfig$ = [4, n0, _EMC,
|
|
5567
5585
|
0,
|
|
@@ -5655,7 +5673,7 @@ export var HttpTargetConfiguration$ = [4, n0, _HTCt,
|
|
|
5655
5673
|
];
|
|
5656
5674
|
export var InferenceTargetConfiguration$ = [4, n0, _ITC,
|
|
5657
5675
|
0,
|
|
5658
|
-
[_conne,
|
|
5676
|
+
[_conne, _pro],
|
|
5659
5677
|
[() => InferenceConnectorTargetConfiguration$, () => InferenceProviderTargetConfiguration$]
|
|
5660
5678
|
];
|
|
5661
5679
|
export var InterceptorConfiguration$ = [4, n0, _ICnt,
|
|
@@ -188,7 +188,7 @@ declare const CreateAgentRuntimeCommand_base: {
|
|
|
188
188
|
* },
|
|
189
189
|
* ],
|
|
190
190
|
* capacityProviderConfiguration: { // CapacityProviderConfiguration
|
|
191
|
-
* capacityProviderArn: "STRING_VALUE",
|
|
191
|
+
* capacityProviderArn: "STRING_VALUE", // required
|
|
192
192
|
* },
|
|
193
193
|
* tags: "<TagsMap>",
|
|
194
194
|
* };
|
|
@@ -47,7 +47,7 @@ declare const CreateDatasetCommand_base: {
|
|
|
47
47
|
* s3Uri: "STRING_VALUE", // required
|
|
48
48
|
* },
|
|
49
49
|
* },
|
|
50
|
-
* schemaType: "AGENTCORE_EVALUATION_PREDEFINED_V1" || "AGENTCORE_EVALUATION_SIMULATED_V1", // required
|
|
50
|
+
* schemaType: "AGENTCORE_EVALUATION_PREDEFINED_V1" || "AGENTCORE_EVALUATION_SIMULATED_V1" || "GENERIC_EVALUATION_PREDEFINED_V1", // required
|
|
51
51
|
* kmsKeyArn: "STRING_VALUE",
|
|
52
52
|
* tags: { // TagsMap
|
|
53
53
|
* "<keys>": "STRING_VALUE",
|
|
@@ -85,6 +85,32 @@ declare const CreateEvaluatorCommand_base: {
|
|
|
85
85
|
* lambdaTimeoutInSeconds: Number("int"),
|
|
86
86
|
* },
|
|
87
87
|
* },
|
|
88
|
+
* derived: { // DerivedEvaluatorConfig
|
|
89
|
+
* baseEvaluatorId: "STRING_VALUE", // required
|
|
90
|
+
* modelConfig: {// Union: only one key present
|
|
91
|
+
* bedrockEvaluatorModelConfig: {
|
|
92
|
+
* modelId: "STRING_VALUE", // required
|
|
93
|
+
* inferenceConfig: {
|
|
94
|
+
* maxTokens: Number("int"),
|
|
95
|
+
* temperature: Number("float"),
|
|
96
|
+
* topP: Number("float"),
|
|
97
|
+
* stopSequences: [
|
|
98
|
+
* "STRING_VALUE",
|
|
99
|
+
* ],
|
|
100
|
+
* },
|
|
101
|
+
* additionalModelRequestFields: "DOCUMENT_VALUE",
|
|
102
|
+
* },
|
|
103
|
+
* responsesEvaluatorModelConfig: {
|
|
104
|
+
* modelId: "STRING_VALUE", // required
|
|
105
|
+
* maxOutputTokens: Number("int"),
|
|
106
|
+
* temperature: Number("float"),
|
|
107
|
+
* topP: Number("float"),
|
|
108
|
+
* reasoning: {
|
|
109
|
+
* effort: "STRING_VALUE",
|
|
110
|
+
* },
|
|
111
|
+
* },
|
|
112
|
+
* },
|
|
113
|
+
* },
|
|
88
114
|
* },
|
|
89
115
|
* level: "TOOL_CALL" || "TRACE" || "SESSION", // required
|
|
90
116
|
* kmsKeyArn: "STRING_VALUE",
|
|
@@ -48,6 +48,7 @@ declare const CreatePaymentConnectorCommand_base: {
|
|
|
48
48
|
* },
|
|
49
49
|
* },
|
|
50
50
|
* ],
|
|
51
|
+
* provisionMode: "MANUAL" || "QUICK_CREATE",
|
|
51
52
|
* clientToken: "STRING_VALUE",
|
|
52
53
|
* };
|
|
53
54
|
* const command = new CreatePaymentConnectorCommand(input);
|
|
@@ -68,7 +69,8 @@ declare const CreatePaymentConnectorCommand_base: {
|
|
|
68
69
|
* // },
|
|
69
70
|
* // ],
|
|
70
71
|
* // createdAt: new Date("TIMESTAMP"), // required
|
|
71
|
-
* // status: "CREATING" || "UPDATING" || "DELETING" || "READY" || "CREATE_FAILED" || "UPDATE_FAILED" || "DELETE_FAILED", // required
|
|
72
|
+
* // status: "CREATING" || "UPDATING" || "DELETING" || "READY" || "CREATE_FAILED" || "UPDATE_FAILED" || "DELETE_FAILED" || "AWS_MARKETPLACE_SUBSCRIPTION_REQUIRED" || "PENDING_AUTHENTICATION" || "PROVISIONING" || "AUTHENTICATION_EXPIRED" || "AUTHENTICATION_FAILED", // required
|
|
73
|
+
* // authorizationUrl: "STRING_VALUE",
|
|
72
74
|
* // };
|
|
73
75
|
*
|
|
74
76
|
* ```
|
|
@@ -94,6 +96,9 @@ declare const CreatePaymentConnectorCommand_base: {
|
|
|
94
96
|
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
95
97
|
* <p>This exception is thrown when a request is made beyond the service quota</p>
|
|
96
98
|
*
|
|
99
|
+
* @throws {@link SubscriptionRequiredException} (client fault)
|
|
100
|
+
* <p>The request failed because it requires an active Amazon Web Services Marketplace subscription that is not present. Subscribe to the required product in Amazon Web Services Marketplace and try again.</p>
|
|
101
|
+
*
|
|
97
102
|
* @throws {@link ThrottlingException} (client fault)
|
|
98
103
|
* <p>This exception is thrown when the number of requests exceeds the limit</p>
|
|
99
104
|
*
|
|
@@ -125,6 +125,7 @@ declare const CreatePaymentManagerCommand_base: {
|
|
|
125
125
|
* roleArn: "STRING_VALUE", // required
|
|
126
126
|
* clientToken: "STRING_VALUE",
|
|
127
127
|
* tags: "<TagsMap>",
|
|
128
|
+
* kmsKeyArn: "STRING_VALUE",
|
|
128
129
|
* };
|
|
129
130
|
* const command = new CreatePaymentManagerCommand(input);
|
|
130
131
|
* const response = await client.send(command);
|
|
@@ -225,6 +226,7 @@ declare const CreatePaymentManagerCommand_base: {
|
|
|
225
226
|
* // createdAt: new Date("TIMESTAMP"), // required
|
|
226
227
|
* // status: "CREATING" || "UPDATING" || "DELETING" || "READY" || "CREATE_FAILED" || "UPDATE_FAILED" || "DELETE_FAILED", // required
|
|
227
228
|
* // tags: "<TagsMap>",
|
|
229
|
+
* // kmsKeyArn: "STRING_VALUE",
|
|
228
230
|
* // };
|
|
229
231
|
*
|
|
230
232
|
* ```
|
|
@@ -24,7 +24,7 @@ declare const CreatePolicyCommand_base: {
|
|
|
24
24
|
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
25
25
|
};
|
|
26
26
|
/**
|
|
27
|
-
* <p>Creates a policy within the AgentCore Policy system. Policies provide real-time, deterministic control over agentic interactions with AgentCore Gateway. Using the Cedar policy language, you can define fine-grained policies that specify which interactions with Gateway tools are permitted based on input parameters and OAuth claims, ensuring agents operate within defined boundaries and business rules. The policy is validated during creation against the Cedar schema generated from the Gateway's tools' input schemas, which defines the available tools, their parameters, and expected data types. This is an asynchronous operation. Use the <a href="https://docs.aws.amazon.com/bedrock-agentcore-control/latest/APIReference/API_GetPolicy.html">GetPolicy</a> operation to poll the <code>status</code> field to track completion.</p>
|
|
27
|
+
* <p>Creates a policy within the AgentCore Policy system. Policies provide real-time, deterministic control over agentic interactions with AgentCore Gateway. Using the Cedar policy language, you can define fine-grained policies that specify which interactions with Gateway tools are permitted based on input parameters and OAuth claims, ensuring agents operate within defined boundaries and business rules. The policy is validated during creation against the Cedar schema generated from the Gateway's tools' input schemas, which defines the available tools, their parameters, and expected data types. This is an asynchronous operation. Use the <a href="https://docs.aws.amazon.com/bedrock-agentcore-control/latest/APIReference/API_GetPolicy.html">GetPolicy</a> operation to poll the <code>status</code> field to track completion.</p> <p>If the new policy is a temporal policy, creating it invalidates the policy engine's active temporal sessions. For more information about temporal policy sessions, see <a href="https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/policy-session-based-temporal.html">session-based temporal policies</a>. The policy engine returns an HTTP 409 <code>ConflictException</code> to in-flight sessions. To resume, you must start a new session with a new session ID.</p>
|
|
28
28
|
* @example
|
|
29
29
|
* Use a bare-bones client and the command you need to make an API call.
|
|
30
30
|
* ```javascript
|
|
@@ -41,7 +41,7 @@ declare const DeletePaymentConnectorCommand_base: {
|
|
|
41
41
|
* const command = new DeletePaymentConnectorCommand(input);
|
|
42
42
|
* const response = await client.send(command);
|
|
43
43
|
* // { // DeletePaymentConnectorResponse
|
|
44
|
-
* // status: "CREATING" || "UPDATING" || "DELETING" || "READY" || "CREATE_FAILED" || "UPDATE_FAILED" || "DELETE_FAILED", // required
|
|
44
|
+
* // status: "CREATING" || "UPDATING" || "DELETING" || "READY" || "CREATE_FAILED" || "UPDATE_FAILED" || "DELETE_FAILED" || "AWS_MARKETPLACE_SUBSCRIPTION_REQUIRED" || "PENDING_AUTHENTICATION" || "PROVISIONING" || "AUTHENTICATION_EXPIRED" || "AUTHENTICATION_FAILED", // required
|
|
45
45
|
* // paymentConnectorId: "STRING_VALUE",
|
|
46
46
|
* // };
|
|
47
47
|
*
|
|
@@ -206,7 +206,7 @@ declare const GetAgentRuntimeCommand_base: {
|
|
|
206
206
|
* // },
|
|
207
207
|
* // ],
|
|
208
208
|
* // capacityProviderConfiguration: { // CapacityProviderConfiguration
|
|
209
|
-
* // capacityProviderArn: "STRING_VALUE",
|
|
209
|
+
* // capacityProviderArn: "STRING_VALUE", // required
|
|
210
210
|
* // },
|
|
211
211
|
* // };
|
|
212
212
|
*
|
|
@@ -48,7 +48,7 @@ declare const GetDatasetCommand_base: {
|
|
|
48
48
|
* // status: "CREATING" || "UPDATING" || "DELETING" || "ACTIVE" || "CREATE_FAILED" || "UPDATE_FAILED" || "DELETE_FAILED", // required
|
|
49
49
|
* // draftStatus: "MODIFIED" || "UNMODIFIED",
|
|
50
50
|
* // failureReason: "STRING_VALUE",
|
|
51
|
-
* // schemaType: "AGENTCORE_EVALUATION_PREDEFINED_V1" || "AGENTCORE_EVALUATION_SIMULATED_V1", // required
|
|
51
|
+
* // schemaType: "AGENTCORE_EVALUATION_PREDEFINED_V1" || "AGENTCORE_EVALUATION_SIMULATED_V1" || "GENERIC_EVALUATION_PREDEFINED_V1", // required
|
|
52
52
|
* // kmsKeyArn: "STRING_VALUE",
|
|
53
53
|
* // exampleCount: Number("long"), // required
|
|
54
54
|
* // downloadUrl: "STRING_VALUE",
|
|
@@ -92,7 +92,35 @@ declare const GetEvaluatorCommand_base: {
|
|
|
92
92
|
* // lambdaTimeoutInSeconds: Number("int"),
|
|
93
93
|
* // },
|
|
94
94
|
* // },
|
|
95
|
+
* // derived: { // DerivedEvaluatorConfig
|
|
96
|
+
* // baseEvaluatorId: "STRING_VALUE", // required
|
|
97
|
+
* // modelConfig: {// Union: only one key present
|
|
98
|
+
* // bedrockEvaluatorModelConfig: {
|
|
99
|
+
* // modelId: "STRING_VALUE", // required
|
|
100
|
+
* // inferenceConfig: {
|
|
101
|
+
* // maxTokens: Number("int"),
|
|
102
|
+
* // temperature: Number("float"),
|
|
103
|
+
* // topP: Number("float"),
|
|
104
|
+
* // stopSequences: [
|
|
105
|
+
* // "STRING_VALUE",
|
|
106
|
+
* // ],
|
|
107
|
+
* // },
|
|
108
|
+
* // additionalModelRequestFields: "DOCUMENT_VALUE",
|
|
109
|
+
* // },
|
|
110
|
+
* // responsesEvaluatorModelConfig: {
|
|
111
|
+
* // modelId: "STRING_VALUE", // required
|
|
112
|
+
* // maxOutputTokens: Number("int"),
|
|
113
|
+
* // temperature: Number("float"),
|
|
114
|
+
* // topP: Number("float"),
|
|
115
|
+
* // reasoning: {
|
|
116
|
+
* // effort: "STRING_VALUE",
|
|
117
|
+
* // },
|
|
118
|
+
* // },
|
|
119
|
+
* // },
|
|
120
|
+
* // },
|
|
95
121
|
* // },
|
|
122
|
+
* // evaluatorType: "Builtin" || "ThirdParty" || "Custom" || "CustomCode" || "CustomDerived",
|
|
123
|
+
* // provider: "AWS" || "DeepEval" || "AutoEval" || "Custom",
|
|
96
124
|
* // level: "TOOL_CALL" || "TRACE" || "SESSION", // required
|
|
97
125
|
* // status: "ACTIVE" || "CREATING" || "CREATE_FAILED" || "UPDATING" || "UPDATE_FAILED" || "DELETING", // required
|
|
98
126
|
* // createdAt: new Date("TIMESTAMP"), // required
|
|
@@ -56,7 +56,8 @@ declare const GetPaymentConnectorCommand_base: {
|
|
|
56
56
|
* // ],
|
|
57
57
|
* // createdAt: new Date("TIMESTAMP"), // required
|
|
58
58
|
* // lastUpdatedAt: new Date("TIMESTAMP"), // required
|
|
59
|
-
* // status: "CREATING" || "UPDATING" || "DELETING" || "READY" || "CREATE_FAILED" || "UPDATE_FAILED" || "DELETE_FAILED", // required
|
|
59
|
+
* // status: "CREATING" || "UPDATING" || "DELETING" || "READY" || "CREATE_FAILED" || "UPDATE_FAILED" || "DELETE_FAILED" || "AWS_MARKETPLACE_SUBSCRIPTION_REQUIRED" || "PENDING_AUTHENTICATION" || "PROVISIONING" || "AUTHENTICATION_EXPIRED" || "AUTHENTICATION_FAILED", // required
|
|
60
|
+
* // authorizationUrl: "STRING_VALUE",
|
|
60
61
|
* // };
|
|
61
62
|
*
|
|
62
63
|
* ```
|
|
@@ -137,6 +137,7 @@ declare const GetPaymentManagerCommand_base: {
|
|
|
137
137
|
* // lastUpdatedAt: new Date("TIMESTAMP"), // required
|
|
138
138
|
* // status: "CREATING" || "UPDATING" || "DELETING" || "READY" || "CREATE_FAILED" || "UPDATE_FAILED" || "DELETE_FAILED", // required
|
|
139
139
|
* // tags: "<TagsMap>",
|
|
140
|
+
* // kmsKeyArn: "STRING_VALUE",
|
|
140
141
|
* // };
|
|
141
142
|
*
|
|
142
143
|
* ```
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import type { GetPolicyGenerationRequest } from "../models/
|
|
3
|
-
import type { GetPolicyGenerationResponse } from "../models/models_2";
|
|
2
|
+
import type { GetPolicyGenerationRequest, GetPolicyGenerationResponse } from "../models/models_2";
|
|
4
3
|
/**
|
|
5
4
|
* @public
|
|
6
5
|
*/
|
|
@@ -48,7 +48,7 @@ declare const ListDatasetsCommand_base: {
|
|
|
48
48
|
* // description: "STRING_VALUE",
|
|
49
49
|
* // status: "CREATING" || "UPDATING" || "DELETING" || "ACTIVE" || "CREATE_FAILED" || "UPDATE_FAILED" || "DELETE_FAILED", // required
|
|
50
50
|
* // draftStatus: "MODIFIED" || "UNMODIFIED",
|
|
51
|
-
* // schemaType: "AGENTCORE_EVALUATION_PREDEFINED_V1" || "AGENTCORE_EVALUATION_SIMULATED_V1", // required
|
|
51
|
+
* // schemaType: "AGENTCORE_EVALUATION_PREDEFINED_V1" || "AGENTCORE_EVALUATION_SIMULATED_V1" || "GENERIC_EVALUATION_PREDEFINED_V1", // required
|
|
52
52
|
* // exampleCount: Number("long"), // required
|
|
53
53
|
* // createdAt: new Date("TIMESTAMP"), // required
|
|
54
54
|
* // updatedAt: new Date("TIMESTAMP"), // required
|
|
@@ -46,7 +46,8 @@ declare const ListEvaluatorsCommand_base: {
|
|
|
46
46
|
* // evaluatorId: "STRING_VALUE", // required
|
|
47
47
|
* // evaluatorName: "STRING_VALUE", // required
|
|
48
48
|
* // description: "STRING_VALUE",
|
|
49
|
-
* // evaluatorType: "Builtin" || "Custom" || "CustomCode", // required
|
|
49
|
+
* // evaluatorType: "Builtin" || "ThirdParty" || "Custom" || "CustomCode" || "CustomDerived", // required
|
|
50
|
+
* // provider: "AWS" || "DeepEval" || "AutoEval" || "Custom",
|
|
50
51
|
* // level: "TOOL_CALL" || "TRACE" || "SESSION",
|
|
51
52
|
* // status: "ACTIVE" || "CREATING" || "CREATE_FAILED" || "UPDATING" || "UPDATE_FAILED" || "DELETING", // required
|
|
52
53
|
* // createdAt: new Date("TIMESTAMP"), // required
|
|
@@ -46,7 +46,7 @@ declare const ListPaymentConnectorsCommand_base: {
|
|
|
46
46
|
* // paymentConnectorId: "STRING_VALUE", // required
|
|
47
47
|
* // name: "STRING_VALUE", // required
|
|
48
48
|
* // type: "CoinbaseCDP" || "StripePrivy", // required
|
|
49
|
-
* // status: "CREATING" || "UPDATING" || "DELETING" || "READY" || "CREATE_FAILED" || "UPDATE_FAILED" || "DELETE_FAILED", // required
|
|
49
|
+
* // status: "CREATING" || "UPDATING" || "DELETING" || "READY" || "CREATE_FAILED" || "UPDATE_FAILED" || "DELETE_FAILED" || "AWS_MARKETPLACE_SUBSCRIPTION_REQUIRED" || "PENDING_AUTHENTICATION" || "PROVISIONING" || "AUTHENTICATION_EXPIRED" || "AUTHENTICATION_FAILED", // required
|
|
50
50
|
* // lastUpdatedAt: new Date("TIMESTAMP"), // required
|
|
51
51
|
* // },
|
|
52
52
|
* // ],
|
|
@@ -51,6 +51,7 @@ declare const ListPaymentManagersCommand_base: {
|
|
|
51
51
|
* // status: "CREATING" || "UPDATING" || "DELETING" || "READY" || "CREATE_FAILED" || "UPDATE_FAILED" || "DELETE_FAILED", // required
|
|
52
52
|
* // createdAt: new Date("TIMESTAMP"),
|
|
53
53
|
* // lastUpdatedAt: new Date("TIMESTAMP"), // required
|
|
54
|
+
* // kmsKeyArn: "STRING_VALUE",
|
|
54
55
|
* // },
|
|
55
56
|
* // ],
|
|
56
57
|
* // nextToken: "STRING_VALUE",
|
|
@@ -190,7 +190,7 @@ declare const UpdateAgentRuntimeCommand_base: {
|
|
|
190
190
|
* },
|
|
191
191
|
* ],
|
|
192
192
|
* capacityProviderConfiguration: { // CapacityProviderConfiguration
|
|
193
|
-
* capacityProviderArn: "STRING_VALUE",
|
|
193
|
+
* capacityProviderArn: "STRING_VALUE", // required
|
|
194
194
|
* },
|
|
195
195
|
* clientToken: "STRING_VALUE",
|
|
196
196
|
* };
|
|
@@ -85,6 +85,32 @@ declare const UpdateEvaluatorCommand_base: {
|
|
|
85
85
|
* lambdaTimeoutInSeconds: Number("int"),
|
|
86
86
|
* },
|
|
87
87
|
* },
|
|
88
|
+
* derived: { // DerivedEvaluatorConfig
|
|
89
|
+
* baseEvaluatorId: "STRING_VALUE", // required
|
|
90
|
+
* modelConfig: {// Union: only one key present
|
|
91
|
+
* bedrockEvaluatorModelConfig: {
|
|
92
|
+
* modelId: "STRING_VALUE", // required
|
|
93
|
+
* inferenceConfig: {
|
|
94
|
+
* maxTokens: Number("int"),
|
|
95
|
+
* temperature: Number("float"),
|
|
96
|
+
* topP: Number("float"),
|
|
97
|
+
* stopSequences: [
|
|
98
|
+
* "STRING_VALUE",
|
|
99
|
+
* ],
|
|
100
|
+
* },
|
|
101
|
+
* additionalModelRequestFields: "DOCUMENT_VALUE",
|
|
102
|
+
* },
|
|
103
|
+
* responsesEvaluatorModelConfig: {
|
|
104
|
+
* modelId: "STRING_VALUE", // required
|
|
105
|
+
* maxOutputTokens: Number("int"),
|
|
106
|
+
* temperature: Number("float"),
|
|
107
|
+
* topP: Number("float"),
|
|
108
|
+
* reasoning: {
|
|
109
|
+
* effort: "STRING_VALUE",
|
|
110
|
+
* },
|
|
111
|
+
* },
|
|
112
|
+
* },
|
|
113
|
+
* },
|
|
88
114
|
* },
|
|
89
115
|
* level: "TOOL_CALL" || "TRACE" || "SESSION",
|
|
90
116
|
* kmsKeyArn: "STRING_VALUE",
|
|
@@ -68,7 +68,8 @@ declare const UpdatePaymentConnectorCommand_base: {
|
|
|
68
68
|
* // },
|
|
69
69
|
* // ],
|
|
70
70
|
* // lastUpdatedAt: new Date("TIMESTAMP"), // required
|
|
71
|
-
* // status: "CREATING" || "UPDATING" || "DELETING" || "READY" || "CREATE_FAILED" || "UPDATE_FAILED" || "DELETE_FAILED", // required
|
|
71
|
+
* // status: "CREATING" || "UPDATING" || "DELETING" || "READY" || "CREATE_FAILED" || "UPDATE_FAILED" || "DELETE_FAILED" || "AWS_MARKETPLACE_SUBSCRIPTION_REQUIRED" || "PENDING_AUTHENTICATION" || "PROVISIONING" || "AUTHENTICATION_EXPIRED" || "AUTHENTICATION_FAILED", // required
|
|
72
|
+
* // authorizationUrl: "STRING_VALUE",
|
|
72
73
|
* // };
|
|
73
74
|
*
|
|
74
75
|
* ```
|
|
@@ -94,6 +95,9 @@ declare const UpdatePaymentConnectorCommand_base: {
|
|
|
94
95
|
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
95
96
|
* <p>This exception is thrown when a request is made beyond the service quota</p>
|
|
96
97
|
*
|
|
98
|
+
* @throws {@link SubscriptionRequiredException} (client fault)
|
|
99
|
+
* <p>The request failed because it requires an active Amazon Web Services Marketplace subscription that is not present. Subscribe to the required product in Amazon Web Services Marketplace and try again.</p>
|
|
100
|
+
*
|
|
97
101
|
* @throws {@link ThrottlingException} (client fault)
|
|
98
102
|
* <p>This exception is thrown when the number of requests exceeds the limit</p>
|
|
99
103
|
*
|
|
@@ -124,6 +124,7 @@ declare const UpdatePaymentManagerCommand_base: {
|
|
|
124
124
|
* },
|
|
125
125
|
* roleArn: "STRING_VALUE",
|
|
126
126
|
* clientToken: "STRING_VALUE",
|
|
127
|
+
* kmsKeyArn: "STRING_VALUE",
|
|
127
128
|
* };
|
|
128
129
|
* const command = new UpdatePaymentManagerCommand(input);
|
|
129
130
|
* const response = await client.send(command);
|
|
@@ -138,6 +139,7 @@ declare const UpdatePaymentManagerCommand_base: {
|
|
|
138
139
|
* // },
|
|
139
140
|
* // lastUpdatedAt: new Date("TIMESTAMP"), // required
|
|
140
141
|
* // status: "CREATING" || "UPDATING" || "DELETING" || "READY" || "CREATE_FAILED" || "UPDATE_FAILED" || "DELETE_FAILED", // required
|
|
142
|
+
* // kmsKeyArn: "STRING_VALUE",
|
|
141
143
|
* // };
|
|
142
144
|
*
|
|
143
145
|
* ```
|
|
@@ -24,7 +24,7 @@ declare const UpdatePolicyCommand_base: {
|
|
|
24
24
|
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
25
25
|
};
|
|
26
26
|
/**
|
|
27
|
-
* <p>Updates an existing policy within the AgentCore Policy system. This operation allows modification of the policy description and definition while maintaining the policy's identity. The updated policy is validated against the Cedar schema before being applied. This is an asynchronous operation. Use the <code>GetPolicy</code> operation to poll the <code>status</code> field to track completion.</p>
|
|
27
|
+
* <p>Updates an existing policy within the AgentCore Policy system. This operation allows modification of the policy description and definition while maintaining the policy's identity. The updated policy is validated against the Cedar schema before being applied. This is an asynchronous operation. Use the <code>GetPolicy</code> operation to poll the <code>status</code> field to track completion.</p> <p>If the updated policy is a temporal policy, the policy engine invalidates all active temporal sessions. If the update adds or removes temporal operators, the policy engine also invalidates active temporal sessions. For more information about temporal policy sessions, see <a href="https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/policy-session-based-temporal.html">session-based temporal policies</a>. The policy engine returns an HTTP 409 <code>ConflictException</code> to in-flight sessions. To resume, you must start a new session with a new session ID.</p>
|
|
28
28
|
* @example
|
|
29
29
|
* Use a bare-bones client and the command you need to make an API call.
|
|
30
30
|
* ```javascript
|