@aws-sdk/client-bedrock-agentcore-control 3.1067.0 → 3.1069.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/auth/httpAuthSchemeProvider.js +9 -15
- package/dist-cjs/endpoint/bdd.js +2 -5
- package/dist-cjs/endpoint/endpointResolver.js +7 -11
- package/dist-cjs/index.js +577 -591
- package/dist-cjs/models/BedrockAgentCoreControlServiceException.js +4 -8
- package/dist-cjs/models/errors.js +29 -46
- package/dist-cjs/runtimeConfig.browser.js +22 -26
- package/dist-cjs/runtimeConfig.js +30 -34
- package/dist-cjs/runtimeConfig.native.js +4 -7
- package/dist-cjs/runtimeConfig.shared.js +20 -24
- package/dist-cjs/schemas/schemas_0.js +1823 -1181
- package/dist-es/models/enums.js +5 -0
- package/dist-es/schemas/schemas_0.js +56 -35
- package/dist-types/commands/CreateConfigurationBundleCommand.d.ts +1 -0
- package/dist-types/commands/CreateOnlineEvaluationConfigCommand.d.ts +11 -1
- package/dist-types/commands/CreateWorkloadIdentityCommand.d.ts +1 -1
- package/dist-types/commands/GetConfigurationBundleCommand.d.ts +1 -0
- package/dist-types/commands/GetConfigurationBundleVersionCommand.d.ts +1 -0
- package/dist-types/commands/GetOnlineEvaluationConfigCommand.d.ts +11 -1
- package/dist-types/commands/ListOnlineEvaluationConfigsCommand.d.ts +10 -0
- package/dist-types/commands/UpdateConfigurationBundleCommand.d.ts +1 -0
- package/dist-types/commands/UpdateOnlineEvaluationConfigCommand.d.ts +10 -0
- package/dist-types/models/enums.d.ts +13 -0
- package/dist-types/models/models_0.d.ts +20 -0
- package/dist-types/models/models_1.d.ts +66 -43
- package/dist-types/models/models_2.d.ts +40 -0
- package/dist-types/schemas/schemas_0.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateWorkloadIdentityCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/enums.d.ts +7 -0
- package/dist-types/ts3.4/models/models_0.d.ts +4 -0
- package/dist-types/ts3.4/models/models_1.d.ts +17 -12
- package/dist-types/ts3.4/models/models_2.d.ts +10 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +2 -0
- package/package.json +8 -8
package/dist-es/models/enums.js
CHANGED
|
@@ -369,6 +369,11 @@ export const Status = {
|
|
|
369
369
|
UPDATE_FAILED: "UPDATE_FAILED",
|
|
370
370
|
UPDATING: "UPDATING",
|
|
371
371
|
};
|
|
372
|
+
export const ClusteringFrequency = {
|
|
373
|
+
DAILY: "DAILY",
|
|
374
|
+
MONTHLY: "MONTHLY",
|
|
375
|
+
WEEKLY: "WEEKLY",
|
|
376
|
+
};
|
|
372
377
|
export const FilterOperator = {
|
|
373
378
|
CONTAINS: "Contains",
|
|
374
379
|
EQUALS: "Equals",
|
|
@@ -61,7 +61,7 @@ const _CBS = "ConfigurationBundleSummary";
|
|
|
61
61
|
const _CBSL = "ConfigurationBundleSummaryList";
|
|
62
62
|
const _CBVS = "ConfigurationBundleVersionSummary";
|
|
63
63
|
const _CBVSL = "ConfigurationBundleVersionSummaryList";
|
|
64
|
-
const _CC = "
|
|
64
|
+
const _CC = "ClusteringConfig";
|
|
65
65
|
const _CCB = "CreateConfigurationBundle";
|
|
66
66
|
const _CCBR = "CreateConfigurationBundleRequest";
|
|
67
67
|
const _CCBRr = "CreateConfigurationBundleResponse";
|
|
@@ -77,7 +77,8 @@ const _CCL = "ContentConfigurationList";
|
|
|
77
77
|
const _CCM = "ComponentConfigurationMap";
|
|
78
78
|
const _CCVT = "CustomClaimValidationType";
|
|
79
79
|
const _CCVTu = "CustomClaimValidationsType";
|
|
80
|
-
const _CCo = "
|
|
80
|
+
const _CCo = "CodeConfiguration";
|
|
81
|
+
const _CCom = "ComponentConfiguration";
|
|
81
82
|
const _CCon = "ContainerConfiguration";
|
|
82
83
|
const _CCons = "ConsolidationConfiguration";
|
|
83
84
|
const _CCont = "ContentConfiguration";
|
|
@@ -449,6 +450,7 @@ const _HTCa = "HarnessToolConfiguration";
|
|
|
449
450
|
const _HTCt = "HttpTargetConfiguration";
|
|
450
451
|
const _HTSC = "HarnessTruncationStrategyConfiguration";
|
|
451
452
|
const _HTa = "HarnessTools";
|
|
453
|
+
const _I = "Insight";
|
|
452
454
|
const _IC = "InferenceConfiguration";
|
|
453
455
|
const _ICI = "InvocationConfigurationInput";
|
|
454
456
|
const _ICP = "IamCredentialProvider";
|
|
@@ -458,6 +460,7 @@ const _IES = "InlineExamplesSource";
|
|
|
458
460
|
const _IIC = "InterceptorInputConfiguration";
|
|
459
461
|
const _IK = "IndexedKey";
|
|
460
462
|
const _IKL = "IndexedKeysList";
|
|
463
|
+
const _IL = "InsightList";
|
|
461
464
|
const _IOPCI = "IncludedOauth2ProviderConfigInput";
|
|
462
465
|
const _IOPCO = "IncludedOauth2ProviderConfigOutput";
|
|
463
466
|
const _IP = "InlinePayload";
|
|
@@ -982,13 +985,14 @@ const _cB = "createdBy";
|
|
|
982
985
|
const _cBN = "createdByName";
|
|
983
986
|
const _cBo = "configurationBundle";
|
|
984
987
|
const _cBod = "codeBased";
|
|
985
|
-
const _cC = "
|
|
988
|
+
const _cC = "clusteringConfig";
|
|
986
989
|
const _cCC = "customConsolidationConfiguration";
|
|
987
990
|
const _cCCo = "coinbaseCdpConfiguration";
|
|
988
991
|
const _cCDP = "coinbaseCDP";
|
|
989
992
|
const _cCo = "contentConfigurations";
|
|
990
993
|
const _cCod = "codeConfiguration";
|
|
991
994
|
const _cCon = "containerConfiguration";
|
|
995
|
+
const _cCu = "customClaims";
|
|
992
996
|
const _cEC = "customExtractionConfiguration";
|
|
993
997
|
const _cI = "clientId";
|
|
994
998
|
const _cIA = "codeInterpreterArn";
|
|
@@ -1090,14 +1094,15 @@ const _env = "environment";
|
|
|
1090
1094
|
const _ev = "evaluators";
|
|
1091
1095
|
const _ex = "extraction";
|
|
1092
1096
|
const _exa = "examples";
|
|
1093
|
-
const _f = "
|
|
1097
|
+
const _f = "frequencies";
|
|
1094
1098
|
const _fC = "filesystemConfigurations";
|
|
1095
1099
|
const _fL = "fieldList";
|
|
1096
1100
|
const _fP = "filterPath";
|
|
1097
1101
|
const _fR = "failureReason";
|
|
1098
1102
|
const _fU = "fromUrl";
|
|
1099
|
-
const _fi = "
|
|
1100
|
-
const _fil = "
|
|
1103
|
+
const _fi = "findings";
|
|
1104
|
+
const _fil = "filter";
|
|
1105
|
+
const _filt = "filters";
|
|
1101
1106
|
const _g = "git";
|
|
1102
1107
|
const _gA = "gatewayArn";
|
|
1103
1108
|
const _gI = "gatewayId";
|
|
@@ -1127,6 +1132,7 @@ const _iCnv = "invocationConfiguration";
|
|
|
1127
1132
|
const _iD = "includedData";
|
|
1128
1133
|
const _iE = "inlineExamples";
|
|
1129
1134
|
const _iF = "inlineFunction";
|
|
1135
|
+
const _iI = "insightId";
|
|
1130
1136
|
const _iK = "indexedKeys";
|
|
1131
1137
|
const _iOPC = "includedOauth2ProviderConfig";
|
|
1132
1138
|
const _iP = "interceptionPoints";
|
|
@@ -1138,8 +1144,9 @@ const _iST = "idleSessionTimeout";
|
|
|
1138
1144
|
const _iT = "idempotencyToken";
|
|
1139
1145
|
const _iTCN = "inboundTokenClaimName";
|
|
1140
1146
|
const _iTCVT = "inboundTokenClaimValueType";
|
|
1141
|
-
const _in = "
|
|
1147
|
+
const _in = "insights";
|
|
1142
1148
|
const _ins = "instructions";
|
|
1149
|
+
const _int = "interceptor";
|
|
1143
1150
|
const _is = "issuer";
|
|
1144
1151
|
const _it = "items";
|
|
1145
1152
|
const _jK = "jsonKey";
|
|
@@ -1718,7 +1725,12 @@ export var CloudWatchOutputConfig$ = [3, n0, _CWOC,
|
|
|
1718
1725
|
[_lGNo],
|
|
1719
1726
|
[0], 1
|
|
1720
1727
|
];
|
|
1721
|
-
export var
|
|
1728
|
+
export var ClusteringConfig$ = [3, n0, _CC,
|
|
1729
|
+
0,
|
|
1730
|
+
[_f],
|
|
1731
|
+
[64 | 0], 1
|
|
1732
|
+
];
|
|
1733
|
+
export var CodeConfiguration$ = [3, n0, _CCo,
|
|
1722
1734
|
0,
|
|
1723
1735
|
[_co, _ru, _eP],
|
|
1724
1736
|
[() => Code$, 0, 64 | 0], 3
|
|
@@ -1743,7 +1755,7 @@ export var CoinbaseCdpConfigurationOutput$ = [3, n0, _CCCO,
|
|
|
1743
1755
|
[_aKI, _aKSA, _wSA, _aKSJK, _aKSS, _wSJK, _wSS],
|
|
1744
1756
|
[0, () => Secret$, () => Secret$, 0, 0, 0, 0], 3
|
|
1745
1757
|
];
|
|
1746
|
-
export var ComponentConfiguration$ = [3, n0,
|
|
1758
|
+
export var ComponentConfiguration$ = [3, n0, _CCom,
|
|
1747
1759
|
8,
|
|
1748
1760
|
[_con],
|
|
1749
1761
|
[15], 1
|
|
@@ -1835,8 +1847,8 @@ export var CreateCodeInterpreterResponse$ = [3, n0, _CCIRr,
|
|
|
1835
1847
|
];
|
|
1836
1848
|
export var CreateConfigurationBundleRequest$ = [3, n0, _CCBR,
|
|
1837
1849
|
0,
|
|
1838
|
-
[_bN, _com, _cT, _d, _bNr, _cM, _cB, _ta],
|
|
1839
|
-
[0, [() => ComponentConfigurationMap, 0], [0, 4], [() => ConfigurationBundleDescription, 0], 0, 0, () => VersionCreatedBySource$, 128 | 0], 2
|
|
1850
|
+
[_bN, _com, _cT, _d, _bNr, _cM, _cB, _kKA, _ta],
|
|
1851
|
+
[0, [() => ComponentConfigurationMap, 0], [0, 4], [() => ConfigurationBundleDescription, 0], 0, 0, () => VersionCreatedBySource$, 0, 128 | 0], 2
|
|
1840
1852
|
];
|
|
1841
1853
|
export var CreateConfigurationBundleResponse$ = [3, n0, _CCBRr,
|
|
1842
1854
|
0,
|
|
@@ -1935,8 +1947,8 @@ export var CreateOauth2CredentialProviderResponse$ = [3, n0, _COCPRr,
|
|
|
1935
1947
|
];
|
|
1936
1948
|
export var CreateOnlineEvaluationConfigRequest$ = [3, n0, _COECR,
|
|
1937
1949
|
0,
|
|
1938
|
-
[_oECN, _rul, _dSC,
|
|
1939
|
-
[0, () => Rule$, () => DataSourceConfig$,
|
|
1950
|
+
[_oECN, _rul, _dSC, _eERA, _eOC, _cT, _d, _ev, _in, _cC, _ta],
|
|
1951
|
+
[0, () => Rule$, () => DataSourceConfig$, 0, 2, [0, 4], [() => EvaluationConfigDescription, 0], () => EvaluatorList, () => InsightList, () => ClusteringConfig$, 128 | 0], 5
|
|
1940
1952
|
];
|
|
1941
1953
|
export var CreateOnlineEvaluationConfigResponse$ = [3, n0, _COECRr,
|
|
1942
1954
|
0,
|
|
@@ -2040,7 +2052,7 @@ export var CustomDescriptor$ = [3, n0, _CD,
|
|
|
2040
2052
|
];
|
|
2041
2053
|
export var CustomJWTAuthorizerConfiguration$ = [3, n0, _CJWTAC,
|
|
2042
2054
|
0,
|
|
2043
|
-
[_dU, _aAl, _aCl, _aS,
|
|
2055
|
+
[_dU, _aAl, _aCl, _aS, _cCu, _pE, _pEO],
|
|
2044
2056
|
[0, 64 | 0, 64 | 0, 64 | 0, () => CustomClaimValidationsType, () => PrivateEndpoint$, () => PrivateEndpointOverrides], 1
|
|
2045
2057
|
];
|
|
2046
2058
|
export var CustomMemoryStrategyInput$ = [3, n0, _CMSI,
|
|
@@ -2420,7 +2432,7 @@ export var GatewayApiKeyCredentialProvider$ = [3, n0, _GAKCP,
|
|
|
2420
2432
|
];
|
|
2421
2433
|
export var GatewayInterceptorConfiguration$ = [3, n0, _GIC,
|
|
2422
2434
|
0,
|
|
2423
|
-
[
|
|
2435
|
+
[_int, _iP, _iCnp],
|
|
2424
2436
|
[() => InterceptorConfiguration$, 64 | 0, () => InterceptorInputConfiguration$], 2
|
|
2425
2437
|
];
|
|
2426
2438
|
export var GatewayPolicyEngineConfiguration$ = [3, n0, _GPEC,
|
|
@@ -2510,8 +2522,8 @@ export var GetConfigurationBundleRequest$ = [3, n0, _GCBR,
|
|
|
2510
2522
|
];
|
|
2511
2523
|
export var GetConfigurationBundleResponse$ = [3, n0, _GCBRe,
|
|
2512
2524
|
0,
|
|
2513
|
-
[_bAu, _bIu, _bN, _vI, _com, _cA, _uA, _d, _lM],
|
|
2514
|
-
[0, 0, 0, 0, [() => ComponentConfigurationMap, 0], 4, 4, [() => ConfigurationBundleDescription, 0], () => VersionLineageMetadata
|
|
2525
|
+
[_bAu, _bIu, _bN, _vI, _com, _cA, _uA, _d, _lM, _kKA],
|
|
2526
|
+
[0, 0, 0, 0, [() => ComponentConfigurationMap, 0], 4, 4, [() => ConfigurationBundleDescription, 0], () => VersionLineageMetadata$, 0], 7
|
|
2515
2527
|
];
|
|
2516
2528
|
export var GetConfigurationBundleVersionRequest$ = [3, n0, _GCBVR,
|
|
2517
2529
|
0,
|
|
@@ -2520,8 +2532,8 @@ export var GetConfigurationBundleVersionRequest$ = [3, n0, _GCBVR,
|
|
|
2520
2532
|
];
|
|
2521
2533
|
export var GetConfigurationBundleVersionResponse$ = [3, n0, _GCBVRe,
|
|
2522
2534
|
0,
|
|
2523
|
-
[_bAu, _bIu, _bN, _vI, _com, _cA, _vCA, _d, _lM],
|
|
2524
|
-
[0, 0, 0, 0, [() => ComponentConfigurationMap, 0], 4, 4, [() => ConfigurationBundleDescription, 0], () => VersionLineageMetadata
|
|
2535
|
+
[_bAu, _bIu, _bN, _vI, _com, _cA, _vCA, _d, _lM, _kKA],
|
|
2536
|
+
[0, 0, 0, 0, [() => ComponentConfigurationMap, 0], 4, 4, [() => ConfigurationBundleDescription, 0], () => VersionLineageMetadata$, 0], 7
|
|
2525
2537
|
];
|
|
2526
2538
|
export var GetDatasetRequest$ = [3, n0, _GDR,
|
|
2527
2539
|
0,
|
|
@@ -2610,8 +2622,8 @@ export var GetOnlineEvaluationConfigRequest$ = [3, n0, _GOECR,
|
|
|
2610
2622
|
];
|
|
2611
2623
|
export var GetOnlineEvaluationConfigResponse$ = [3, n0, _GOECRe,
|
|
2612
2624
|
0,
|
|
2613
|
-
[_oECA, _oECI, _oECN, _rul, _dSC,
|
|
2614
|
-
[0, 0, 0, () => Rule$, () => DataSourceConfig$,
|
|
2625
|
+
[_oECA, _oECI, _oECN, _rul, _dSC, _st, _eS, _cA, _uA, _d, _ev, _in, _cC, _oC, _eERA, _fR],
|
|
2626
|
+
[0, 0, 0, () => Rule$, () => DataSourceConfig$, 0, 0, 4, 4, [() => EvaluationConfigDescription, 0], () => EvaluatorList, () => InsightList, () => ClusteringConfig$, () => OutputConfig$, 0, 0], 9
|
|
2615
2627
|
];
|
|
2616
2628
|
export var GetPaymentConnectorRequest$ = [3, n0, _GPCR,
|
|
2617
2629
|
0,
|
|
@@ -2670,7 +2682,7 @@ export var GetPolicyGenerationRequest$ = [3, n0, _GPGR,
|
|
|
2670
2682
|
];
|
|
2671
2683
|
export var GetPolicyGenerationResponse$ = [3, n0, _GPGRe,
|
|
2672
2684
|
0,
|
|
2673
|
-
[_pEI, _pGI, _n, _pGA, _res, _cA, _uA, _st, _sR,
|
|
2685
|
+
[_pEI, _pGI, _n, _pGA, _res, _cA, _uA, _st, _sR, _fi],
|
|
2674
2686
|
[0, 0, 0, 0, () => Resource$, 5, 5, 0, 64 | 0, 0], 9
|
|
2675
2687
|
];
|
|
2676
2688
|
export var GetPolicyGenerationSummaryRequest$ = [3, n0, _GPGSR,
|
|
@@ -2680,7 +2692,7 @@ export var GetPolicyGenerationSummaryRequest$ = [3, n0, _GPGSR,
|
|
|
2680
2692
|
];
|
|
2681
2693
|
export var GetPolicyGenerationSummaryResponse$ = [3, n0, _GPGSRe,
|
|
2682
2694
|
0,
|
|
2683
|
-
[_pEI, _pGI, _n, _pGA, _res, _cA, _uA, _st,
|
|
2695
|
+
[_pEI, _pGI, _n, _pGA, _res, _cA, _uA, _st, _fi],
|
|
2684
2696
|
[0, 0, 0, 0, () => Resource$, 5, 5, 0, 0], 8
|
|
2685
2697
|
];
|
|
2686
2698
|
export var GetPolicyRequest$ = [3, n0, _GPR,
|
|
@@ -2918,6 +2930,11 @@ export var InlineExamplesSource$ = [3, n0, _IES,
|
|
|
2918
2930
|
[_exa],
|
|
2919
2931
|
[[() => DatasetExampleList, 0]], 1
|
|
2920
2932
|
];
|
|
2933
|
+
export var Insight$ = [3, n0, _I,
|
|
2934
|
+
0,
|
|
2935
|
+
[_iI],
|
|
2936
|
+
[0], 1
|
|
2937
|
+
];
|
|
2921
2938
|
export var InterceptorInputConfiguration$ = [3, n0, _IIC,
|
|
2922
2939
|
0,
|
|
2923
2940
|
[_pRH],
|
|
@@ -3050,7 +3067,7 @@ export var ListConfigurationBundlesResponse$ = [3, n0, _LCBRi,
|
|
|
3050
3067
|
];
|
|
3051
3068
|
export var ListConfigurationBundleVersionsRequest$ = [3, n0, _LCBVR,
|
|
3052
3069
|
0,
|
|
3053
|
-
[_bIu, _nTe, _mR,
|
|
3070
|
+
[_bIu, _nTe, _mR, _fil],
|
|
3054
3071
|
[[0, 1], [0, { [_hQ]: _nTe }], [1, { [_hQ]: _mR }], () => VersionFilter$], 1
|
|
3055
3072
|
];
|
|
3056
3073
|
export var ListConfigurationBundleVersionsResponse$ = [3, n0, _LCBVRi,
|
|
@@ -3475,8 +3492,8 @@ export var OnBehalfOfTokenExchangeConfigType$ = [3, n0, _OBOTECT,
|
|
|
3475
3492
|
];
|
|
3476
3493
|
export var OnlineEvaluationConfigSummary$ = [3, n0, _OECS,
|
|
3477
3494
|
0,
|
|
3478
|
-
[_oECA, _oECI, _oECN, _st, _eS, _cA, _uA, _d, _fR],
|
|
3479
|
-
[0, 0, 0, 0, 0, 4, 4, [() => EvaluationConfigDescription, 0], 0], 7
|
|
3495
|
+
[_oECA, _oECI, _oECN, _st, _eS, _cA, _uA, _d, _fR, _in, _cC],
|
|
3496
|
+
[0, 0, 0, 0, 0, 4, 4, [() => EvaluationConfigDescription, 0], 0, () => InsightList, () => ClusteringConfig$], 7
|
|
3480
3497
|
];
|
|
3481
3498
|
export var OutputConfig$ = [3, n0, _OC,
|
|
3482
3499
|
0,
|
|
@@ -3520,12 +3537,12 @@ export var PolicyEngineSummary$ = [3, n0, _PES,
|
|
|
3520
3537
|
];
|
|
3521
3538
|
export var PolicyGeneration$ = [3, n0, _PG,
|
|
3522
3539
|
0,
|
|
3523
|
-
[_pEI, _pGI, _n, _pGA, _res, _cA, _uA, _st, _sR,
|
|
3540
|
+
[_pEI, _pGI, _n, _pGA, _res, _cA, _uA, _st, _sR, _fi],
|
|
3524
3541
|
[0, 0, 0, 0, () => Resource$, 5, 5, 0, 64 | 0, 0], 9
|
|
3525
3542
|
];
|
|
3526
3543
|
export var PolicyGenerationAsset$ = [3, n0, _PGA,
|
|
3527
3544
|
0,
|
|
3528
|
-
[_pGAI, _rTF,
|
|
3545
|
+
[_pGAI, _rTF, _fi, _de],
|
|
3529
3546
|
[0, 0, () => Findings, () => PolicyDefinition$], 3
|
|
3530
3547
|
];
|
|
3531
3548
|
export var PolicyGenerationDetails$ = [3, n0, _PGD,
|
|
@@ -3535,7 +3552,7 @@ export var PolicyGenerationDetails$ = [3, n0, _PGD,
|
|
|
3535
3552
|
];
|
|
3536
3553
|
export var PolicyGenerationSummary$ = [3, n0, _PGS,
|
|
3537
3554
|
0,
|
|
3538
|
-
[_pEI, _pGI, _n, _pGA, _res, _cA, _uA, _st,
|
|
3555
|
+
[_pEI, _pGI, _n, _pGA, _res, _cA, _uA, _st, _fi],
|
|
3539
3556
|
[0, 0, 0, 0, () => Resource$, 5, 5, 0, 0], 8
|
|
3540
3557
|
];
|
|
3541
3558
|
export var PolicySummary$ = [3, n0, _PS,
|
|
@@ -3595,7 +3612,7 @@ export var RegistrySummary$ = [3, n0, _RS,
|
|
|
3595
3612
|
];
|
|
3596
3613
|
export var Rule$ = [3, n0, _R,
|
|
3597
3614
|
0,
|
|
3598
|
-
[_sCa,
|
|
3615
|
+
[_sCa, _filt, _sCes],
|
|
3599
3616
|
[() => SamplingConfig$, () => FilterList, () => SessionConfig$], 1
|
|
3600
3617
|
];
|
|
3601
3618
|
export var RuntimeMetadataConfiguration$ = [3, n0, _RMC,
|
|
@@ -3760,7 +3777,7 @@ export var StartPolicyGenerationRequest$ = [3, n0, _SPGR,
|
|
|
3760
3777
|
];
|
|
3761
3778
|
export var StartPolicyGenerationResponse$ = [3, n0, _SPGRt,
|
|
3762
3779
|
0,
|
|
3763
|
-
[_pEI, _pGI, _n, _pGA, _res, _cA, _uA, _st, _sR,
|
|
3780
|
+
[_pEI, _pGI, _n, _pGA, _res, _cA, _uA, _st, _sR, _fi],
|
|
3764
3781
|
[0, 0, 0, 0, () => Resource$, 5, 5, 0, 64 | 0, 0], 9
|
|
3765
3782
|
];
|
|
3766
3783
|
export var StaticOverride$ = [3, n0, _SO,
|
|
@@ -3960,8 +3977,8 @@ export var UpdateApiKeyCredentialProviderResponse$ = [3, n0, _UAKCPRp,
|
|
|
3960
3977
|
];
|
|
3961
3978
|
export var UpdateConfigurationBundleRequest$ = [3, n0, _UCBR,
|
|
3962
3979
|
0,
|
|
3963
|
-
[_bIu, _cT, _bN, _d, _com, _pVI, _bNr, _cM, _cB],
|
|
3964
|
-
[[0, 1], [0, 4], 0, [() => ConfigurationBundleDescription, 0], [() => ComponentConfigurationMap, 0], 64 | 0, 0, 0, () => VersionCreatedBySource
|
|
3980
|
+
[_bIu, _cT, _bN, _d, _com, _pVI, _bNr, _cM, _cB, _kKA],
|
|
3981
|
+
[[0, 1], [0, 4], 0, [() => ConfigurationBundleDescription, 0], [() => ComponentConfigurationMap, 0], 64 | 0, 0, 0, () => VersionCreatedBySource$, 0], 1
|
|
3965
3982
|
];
|
|
3966
3983
|
export var UpdateConfigurationBundleResponse$ = [3, n0, _UCBRp,
|
|
3967
3984
|
0,
|
|
@@ -4155,8 +4172,8 @@ export var UpdateOauth2CredentialProviderResponse$ = [3, n0, _UOCPRp,
|
|
|
4155
4172
|
];
|
|
4156
4173
|
export var UpdateOnlineEvaluationConfigRequest$ = [3, n0, _UOECR,
|
|
4157
4174
|
0,
|
|
4158
|
-
[_oECI, _cT, _d, _rul, _dSC, _ev, _eERA, _eS],
|
|
4159
|
-
[[0, 1], [0, 4], [() => EvaluationConfigDescription, 0], () => Rule$, () => DataSourceConfig$, () => EvaluatorList, 0, 0], 1
|
|
4175
|
+
[_oECI, _cT, _d, _rul, _dSC, _ev, _in, _cC, _eERA, _eS],
|
|
4176
|
+
[[0, 1], [0, 4], [() => EvaluationConfigDescription, 0], () => Rule$, () => DataSourceConfig$, () => EvaluatorList, () => InsightList, () => ClusteringConfig$, 0, 0], 1
|
|
4160
4177
|
];
|
|
4161
4178
|
export var UpdateOnlineEvaluationConfigResponse$ = [3, n0, _UOECRp,
|
|
4162
4179
|
0,
|
|
@@ -4375,6 +4392,7 @@ var CategoricalScaleDefinitions = [1, n0, _CSDa,
|
|
|
4375
4392
|
var Certificates = [1, n0, _Ce,
|
|
4376
4393
|
0, () => Certificate$
|
|
4377
4394
|
];
|
|
4395
|
+
var ClusteringFrequencyList = 64 | 0;
|
|
4378
4396
|
var CodeInterpreterSummaries = [1, n0, _CISo,
|
|
4379
4397
|
0, [() => CodeInterpreterSummary$,
|
|
4380
4398
|
0]
|
|
@@ -4468,6 +4486,9 @@ var HarnessTools = [1, n0, _HTa,
|
|
|
4468
4486
|
var IndexedKeysList = [1, n0, _IKL,
|
|
4469
4487
|
0, () => IndexedKey$
|
|
4470
4488
|
];
|
|
4489
|
+
var InsightList = [1, n0, _IL,
|
|
4490
|
+
0, () => Insight$
|
|
4491
|
+
];
|
|
4471
4492
|
var LogGroupNamesList = 64 | 0;
|
|
4472
4493
|
var MatchPathPatterns = 64 | 0;
|
|
4473
4494
|
var MatchPrincipalEntries = [1, n0, _MPE,
|
|
@@ -71,11 +71,21 @@ declare const CreateOnlineEvaluationConfigCommand_base: {
|
|
|
71
71
|
* ],
|
|
72
72
|
* },
|
|
73
73
|
* },
|
|
74
|
-
* evaluators: [ // EvaluatorList
|
|
74
|
+
* evaluators: [ // EvaluatorList
|
|
75
75
|
* { // EvaluatorReference Union: only one key present
|
|
76
76
|
* evaluatorId: "STRING_VALUE",
|
|
77
77
|
* },
|
|
78
78
|
* ],
|
|
79
|
+
* insights: [ // InsightList
|
|
80
|
+
* { // Insight
|
|
81
|
+
* insightId: "STRING_VALUE", // required
|
|
82
|
+
* },
|
|
83
|
+
* ],
|
|
84
|
+
* clusteringConfig: { // ClusteringConfig
|
|
85
|
+
* frequencies: [ // ClusteringFrequencyList // required
|
|
86
|
+
* "DAILY" || "WEEKLY" || "MONTHLY",
|
|
87
|
+
* ],
|
|
88
|
+
* },
|
|
79
89
|
* evaluationExecutionRoleArn: "STRING_VALUE", // required
|
|
80
90
|
* enableOnCreate: true || false, // required
|
|
81
91
|
* tags: { // TagsMap
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockAgentCoreControlClient";
|
|
4
|
-
import type { CreateWorkloadIdentityRequest, CreateWorkloadIdentityResponse } from "../models/
|
|
4
|
+
import type { CreateWorkloadIdentityRequest, CreateWorkloadIdentityResponse } from "../models/models_2";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -77,11 +77,21 @@ declare const GetOnlineEvaluationConfigCommand_base: {
|
|
|
77
77
|
* // ],
|
|
78
78
|
* // },
|
|
79
79
|
* // },
|
|
80
|
-
* // evaluators: [ // EvaluatorList
|
|
80
|
+
* // evaluators: [ // EvaluatorList
|
|
81
81
|
* // { // EvaluatorReference Union: only one key present
|
|
82
82
|
* // evaluatorId: "STRING_VALUE",
|
|
83
83
|
* // },
|
|
84
84
|
* // ],
|
|
85
|
+
* // insights: [ // InsightList
|
|
86
|
+
* // { // Insight
|
|
87
|
+
* // insightId: "STRING_VALUE", // required
|
|
88
|
+
* // },
|
|
89
|
+
* // ],
|
|
90
|
+
* // clusteringConfig: { // ClusteringConfig
|
|
91
|
+
* // frequencies: [ // ClusteringFrequencyList // required
|
|
92
|
+
* // "DAILY" || "WEEKLY" || "MONTHLY",
|
|
93
|
+
* // ],
|
|
94
|
+
* // },
|
|
85
95
|
* // outputConfig: { // OutputConfig
|
|
86
96
|
* // cloudWatchConfig: { // CloudWatchOutputConfig
|
|
87
97
|
* // logGroupName: "STRING_VALUE", // required
|
|
@@ -56,6 +56,16 @@ declare const ListOnlineEvaluationConfigsCommand_base: {
|
|
|
56
56
|
* // createdAt: new Date("TIMESTAMP"), // required
|
|
57
57
|
* // updatedAt: new Date("TIMESTAMP"), // required
|
|
58
58
|
* // failureReason: "STRING_VALUE",
|
|
59
|
+
* // insights: [ // InsightList
|
|
60
|
+
* // { // Insight
|
|
61
|
+
* // insightId: "STRING_VALUE", // required
|
|
62
|
+
* // },
|
|
63
|
+
* // ],
|
|
64
|
+
* // clusteringConfig: { // ClusteringConfig
|
|
65
|
+
* // frequencies: [ // ClusteringFrequencyList // required
|
|
66
|
+
* // "DAILY" || "WEEKLY" || "MONTHLY",
|
|
67
|
+
* // ],
|
|
68
|
+
* // },
|
|
59
69
|
* // },
|
|
60
70
|
* // ],
|
|
61
71
|
* // nextToken: "STRING_VALUE",
|
|
@@ -57,6 +57,7 @@ declare const UpdateConfigurationBundleCommand_base: {
|
|
|
57
57
|
* name: "STRING_VALUE", // required
|
|
58
58
|
* arn: "STRING_VALUE",
|
|
59
59
|
* },
|
|
60
|
+
* kmsKeyArn: "STRING_VALUE",
|
|
60
61
|
* };
|
|
61
62
|
* const command = new UpdateConfigurationBundleCommand(input);
|
|
62
63
|
* const response = await client.send(command);
|
|
@@ -76,6 +76,16 @@ declare const UpdateOnlineEvaluationConfigCommand_base: {
|
|
|
76
76
|
* evaluatorId: "STRING_VALUE",
|
|
77
77
|
* },
|
|
78
78
|
* ],
|
|
79
|
+
* insights: [ // InsightList
|
|
80
|
+
* { // Insight
|
|
81
|
+
* insightId: "STRING_VALUE", // required
|
|
82
|
+
* },
|
|
83
|
+
* ],
|
|
84
|
+
* clusteringConfig: { // ClusteringConfig
|
|
85
|
+
* frequencies: [ // ClusteringFrequencyList // required
|
|
86
|
+
* "DAILY" || "WEEKLY" || "MONTHLY",
|
|
87
|
+
* ],
|
|
88
|
+
* },
|
|
79
89
|
* evaluationExecutionRoleArn: "STRING_VALUE",
|
|
80
90
|
* executionStatus: "ENABLED" || "DISABLED",
|
|
81
91
|
* };
|
|
@@ -919,6 +919,19 @@ export declare const Status: {
|
|
|
919
919
|
* @public
|
|
920
920
|
*/
|
|
921
921
|
export type Status = (typeof Status)[keyof typeof Status];
|
|
922
|
+
/**
|
|
923
|
+
* @public
|
|
924
|
+
* @enum
|
|
925
|
+
*/
|
|
926
|
+
export declare const ClusteringFrequency: {
|
|
927
|
+
readonly DAILY: "DAILY";
|
|
928
|
+
readonly MONTHLY: "MONTHLY";
|
|
929
|
+
readonly WEEKLY: "WEEKLY";
|
|
930
|
+
};
|
|
931
|
+
/**
|
|
932
|
+
* @public
|
|
933
|
+
*/
|
|
934
|
+
export type ClusteringFrequency = (typeof ClusteringFrequency)[keyof typeof ClusteringFrequency];
|
|
922
935
|
/**
|
|
923
936
|
* @public
|
|
924
937
|
* @enum
|
|
@@ -3216,6 +3216,11 @@ export interface CreateConfigurationBundleRequest {
|
|
|
3216
3216
|
* @public
|
|
3217
3217
|
*/
|
|
3218
3218
|
createdBy?: VersionCreatedBySource | undefined;
|
|
3219
|
+
/**
|
|
3220
|
+
* <p>Optional KMS key ARN for encrypting component configurations.</p>
|
|
3221
|
+
* @public
|
|
3222
|
+
*/
|
|
3223
|
+
kmsKeyArn?: string | undefined;
|
|
3219
3224
|
/**
|
|
3220
3225
|
* <p>A map of tag keys and values to assign to the configuration bundle. Tags enable you to categorize your resources in different ways, for example, by purpose, owner, or environment.</p>
|
|
3221
3226
|
* @public
|
|
@@ -3362,6 +3367,11 @@ export interface GetConfigurationBundleResponse {
|
|
|
3362
3367
|
* @public
|
|
3363
3368
|
*/
|
|
3364
3369
|
updatedAt: Date | undefined;
|
|
3370
|
+
/**
|
|
3371
|
+
* <p>KMS key ARN used to encrypt component configurations, if CMK was provided.</p>
|
|
3372
|
+
* @public
|
|
3373
|
+
*/
|
|
3374
|
+
kmsKeyArn?: string | undefined;
|
|
3365
3375
|
}
|
|
3366
3376
|
/**
|
|
3367
3377
|
* @public
|
|
@@ -3427,6 +3437,11 @@ export interface GetConfigurationBundleVersionResponse {
|
|
|
3427
3437
|
* @public
|
|
3428
3438
|
*/
|
|
3429
3439
|
versionCreatedAt: Date | undefined;
|
|
3440
|
+
/**
|
|
3441
|
+
* <p>KMS key ARN used to encrypt component configurations, if CMK was provided.</p>
|
|
3442
|
+
* @public
|
|
3443
|
+
*/
|
|
3444
|
+
kmsKeyArn?: string | undefined;
|
|
3430
3445
|
}
|
|
3431
3446
|
/**
|
|
3432
3447
|
* @public
|
|
@@ -3630,6 +3645,11 @@ export interface UpdateConfigurationBundleRequest {
|
|
|
3630
3645
|
* @public
|
|
3631
3646
|
*/
|
|
3632
3647
|
createdBy?: VersionCreatedBySource | undefined;
|
|
3648
|
+
/**
|
|
3649
|
+
* <p>Optional KMS key ARN for encrypting component configurations. If provided, components will be encrypted with this key. If the bundle already has a KMS key, this rotates to the new key.</p>
|
|
3650
|
+
* @public
|
|
3651
|
+
*/
|
|
3652
|
+
kmsKeyArn?: string | undefined;
|
|
3633
3653
|
}
|
|
3634
3654
|
/**
|
|
3635
3655
|
* @public
|