@aws-sdk/client-bedrock-agentcore-control 3.1012.0 → 3.1014.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 +5 -0
- package/dist-cjs/schemas/schemas_0.js +73 -31
- package/dist-es/models/enums.js +4 -0
- package/dist-es/schemas/schemas_0.js +63 -21
- package/dist-types/commands/CreateBrowserCommand.d.ts +21 -0
- package/dist-types/commands/CreateCodeInterpreterCommand.d.ts +9 -0
- package/dist-types/commands/GetBrowserCommand.d.ts +21 -0
- package/dist-types/commands/GetCodeInterpreterCommand.d.ts +9 -0
- package/dist-types/commands/GetPolicyGenerationCommand.d.ts +2 -1
- package/dist-types/commands/ListPolicyGenerationAssetsCommand.d.ts +1 -2
- package/dist-types/models/enums.d.ts +12 -0
- package/dist-types/models/models_0.d.ts +135 -141
- package/dist-types/models/models_1.d.ts +141 -1
- package/dist-types/schemas/schemas_0.d.ts +5 -0
- package/dist-types/ts3.4/commands/GetPolicyGenerationCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListPolicyGenerationAssetsCommand.d.ts +4 -2
- package/dist-types/ts3.4/models/enums.d.ts +6 -0
- package/dist-types/ts3.4/models/models_0.d.ts +51 -41
- package/dist-types/ts3.4/models/models_1.d.ts +40 -3
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +5 -0
- package/package.json +12 -12
|
@@ -19,6 +19,8 @@ const _AREg = "AgentRuntimeEndpoints";
|
|
|
19
19
|
const _ARg = "AgentRuntimes";
|
|
20
20
|
const _ASC = "ApiSchemaConfiguration";
|
|
21
21
|
const _BEMC = "BedrockEvaluatorModelConfig";
|
|
22
|
+
const _BEP = "BrowserEnterprisePolicy";
|
|
23
|
+
const _BEPr = "BrowserEnterprisePolicies";
|
|
22
24
|
const _BNC = "BrowserNetworkConfiguration";
|
|
23
25
|
const _BPS = "BrowserProfileSummary";
|
|
24
26
|
const _BPSr = "BrowserProfileSummaries";
|
|
@@ -26,7 +28,7 @@ const _BS = "BrowserSummary";
|
|
|
26
28
|
const _BSCI = "BrowserSigningConfigInput";
|
|
27
29
|
const _BSCO = "BrowserSigningConfigOutput";
|
|
28
30
|
const _BSr = "BrowserSummaries";
|
|
29
|
-
const _C = "
|
|
31
|
+
const _C = "Certificate";
|
|
30
32
|
const _CAKCP = "CreateApiKeyCredentialProvider";
|
|
31
33
|
const _CAKCPR = "CreateApiKeyCredentialProviderRequest";
|
|
32
34
|
const _CAKCPRr = "CreateApiKeyCredentialProviderResponse";
|
|
@@ -71,6 +73,7 @@ const _CINC = "CodeInterpreterNetworkConfiguration";
|
|
|
71
73
|
const _CIS = "CodeInterpreterSummary";
|
|
72
74
|
const _CISo = "CodeInterpreterSummaries";
|
|
73
75
|
const _CJWTAC = "CustomJWTAuthorizerConfiguration";
|
|
76
|
+
const _CL = "CertificateLocation";
|
|
74
77
|
const _CM = "CreateMemory";
|
|
75
78
|
const _CME = "ConcurrentModificationException";
|
|
76
79
|
const _CMI = "CreateMemoryInput";
|
|
@@ -105,7 +108,9 @@ const _CWIR = "CreateWorkloadIdentityRequest";
|
|
|
105
108
|
const _CWIRr = "CreateWorkloadIdentityResponse";
|
|
106
109
|
const _CWLIC = "CloudWatchLogsInputConfig";
|
|
107
110
|
const _CWOC = "CloudWatchOutputConfig";
|
|
108
|
-
const
|
|
111
|
+
const _Ce = "Certificates";
|
|
112
|
+
const _Co = "Code";
|
|
113
|
+
const _Con = "Content";
|
|
109
114
|
const _D = "Description";
|
|
110
115
|
const _DAKCP = "DeleteApiKeyCredentialProvider";
|
|
111
116
|
const _DAKCPR = "DeleteApiKeyCredentialProviderRequest";
|
|
@@ -388,6 +393,7 @@ const _R = "Rule";
|
|
|
388
393
|
const _RC = "RecordingConfig";
|
|
389
394
|
const _RCe = "ReflectionConfiguration";
|
|
390
395
|
const _RHC = "RequestHeaderConfiguration";
|
|
396
|
+
const _RL = "ResourceLocation";
|
|
391
397
|
const _RLEE = "ResourceLimitExceededException";
|
|
392
398
|
const _RMC = "RuntimeMetadataConfiguration";
|
|
393
399
|
const _RNFE = "ResourceNotFoundException";
|
|
@@ -412,6 +418,7 @@ const _SGTRy = "SynchronizeGatewayTargetsResponse";
|
|
|
412
418
|
const _SL = "S3Location";
|
|
413
419
|
const _SMC = "SelfManagedConfiguration";
|
|
414
420
|
const _SMCI = "SelfManagedConfigurationInput";
|
|
421
|
+
const _SML = "SecretsManagerLocation";
|
|
415
422
|
const _SMSI = "SemanticMemoryStrategyInput";
|
|
416
423
|
const _SMSIu = "SummaryMemoryStrategyInput";
|
|
417
424
|
const _SOCCI = "SemanticOverrideConsolidationConfigurationInput";
|
|
@@ -580,7 +587,8 @@ const _cUa = "callbackUrl";
|
|
|
580
587
|
const _cWC = "cloudWatchConfig";
|
|
581
588
|
const _cWL = "cloudWatchLogs";
|
|
582
589
|
const _ca = "categorical";
|
|
583
|
-
const _ce = "
|
|
590
|
+
const _ce = "certificates";
|
|
591
|
+
const _ced = "cedar";
|
|
584
592
|
const _co = "code";
|
|
585
593
|
const _con = "configuration";
|
|
586
594
|
const _cons = "consolidation";
|
|
@@ -609,6 +617,7 @@ const _eNv = "evaluatorName";
|
|
|
609
617
|
const _eO = "episodicOverride";
|
|
610
618
|
const _eOC = "enableOnCreate";
|
|
611
619
|
const _eP = "entryPoint";
|
|
620
|
+
const _ePn = "enterprisePolicies";
|
|
612
621
|
const _eRA = "executionRoleArn";
|
|
613
622
|
const _eRC = "episodicReflectionConfiguration";
|
|
614
623
|
const _eRO = "episodicReflectionOverride";
|
|
@@ -658,7 +667,7 @@ const _kC = "kmsConfiguration";
|
|
|
658
667
|
const _kKA = "kmsKeyArn";
|
|
659
668
|
const _kT = "keyType";
|
|
660
669
|
const _ki = "kinesis";
|
|
661
|
-
const _l = "
|
|
670
|
+
const _l = "location";
|
|
662
671
|
const _lA = "lambdaArn";
|
|
663
672
|
const _lAAJ = "llmAsAJudge";
|
|
664
673
|
const _lC = "lifecycleConfiguration";
|
|
@@ -674,7 +683,8 @@ const _lSBSI = "lastSavedBrowserSessionId";
|
|
|
674
683
|
const _lUA = "lastUpdatedAt";
|
|
675
684
|
const _lUT = "lastUpdatedTime";
|
|
676
685
|
const _lV = "liveVersion";
|
|
677
|
-
const _la = "
|
|
686
|
+
const _la = "label";
|
|
687
|
+
const _lam = "lambda";
|
|
678
688
|
const _le = "level";
|
|
679
689
|
const _m = "message";
|
|
680
690
|
const _mBT = "messageBasedTrigger";
|
|
@@ -777,10 +787,11 @@ const _sEO = "semanticExtractionOverride";
|
|
|
777
787
|
const _sG = "securityGroups";
|
|
778
788
|
const _sI = "strategyId";
|
|
779
789
|
const _sL = "s3Location";
|
|
780
|
-
const _sM = "
|
|
790
|
+
const _sM = "secretsManager";
|
|
781
791
|
const _sMC = "selfManagedConfiguration";
|
|
782
792
|
const _sMS = "semanticMemoryStrategy";
|
|
783
793
|
const _sMSu = "summaryMemoryStrategy";
|
|
794
|
+
const _sMm = "smithyModel";
|
|
784
795
|
const _sN = "serviceNames";
|
|
785
796
|
const _sO = "semanticOverride";
|
|
786
797
|
const _sOPC = "slackOauth2ProviderConfig";
|
|
@@ -1005,6 +1016,11 @@ export var BedrockEvaluatorModelConfig$ = [3, n0, _BEMC,
|
|
|
1005
1016
|
[_mI, _iC, _aMRF],
|
|
1006
1017
|
[0, () => InferenceConfiguration$, 15], 1
|
|
1007
1018
|
];
|
|
1019
|
+
export var BrowserEnterprisePolicy$ = [3, n0, _BEP,
|
|
1020
|
+
0,
|
|
1021
|
+
[_l, _t],
|
|
1022
|
+
[() => ResourceLocation$, 0], 1
|
|
1023
|
+
];
|
|
1008
1024
|
export var BrowserNetworkConfiguration$ = [3, n0, _BNC,
|
|
1009
1025
|
0,
|
|
1010
1026
|
[_nM, _vC],
|
|
@@ -1032,7 +1048,7 @@ export var BrowserSummary$ = [3, n0, _BS,
|
|
|
1032
1048
|
];
|
|
1033
1049
|
export var CategoricalScaleDefinition$ = [3, n0, _CSD,
|
|
1034
1050
|
0,
|
|
1035
|
-
[_de,
|
|
1051
|
+
[_de, _la],
|
|
1036
1052
|
[0, 0], 2
|
|
1037
1053
|
];
|
|
1038
1054
|
export var CedarPolicy$ = [3, n0, _CP,
|
|
@@ -1040,6 +1056,11 @@ export var CedarPolicy$ = [3, n0, _CP,
|
|
|
1040
1056
|
[_stat],
|
|
1041
1057
|
[0], 1
|
|
1042
1058
|
];
|
|
1059
|
+
export var Certificate$ = [3, n0, _C,
|
|
1060
|
+
0,
|
|
1061
|
+
[_l],
|
|
1062
|
+
[() => CertificateLocation$], 1
|
|
1063
|
+
];
|
|
1043
1064
|
export var CloudWatchLogsInputConfig$ = [3, n0, _CWLIC,
|
|
1044
1065
|
0,
|
|
1045
1066
|
[_lGN, _sN],
|
|
@@ -1117,8 +1138,8 @@ export var CreateBrowserProfileResponse$ = [3, n0, _CBPRr,
|
|
|
1117
1138
|
];
|
|
1118
1139
|
export var CreateBrowserRequest$ = [3, n0, _CBR,
|
|
1119
1140
|
0,
|
|
1120
|
-
[_n, _nC, _d, _eRA, _re, _bS, _cTl, _ta],
|
|
1121
|
-
[0, () => BrowserNetworkConfiguration$, [() => Description, 0], 0, () => RecordingConfig$, () => BrowserSigningConfigInput$, [0, 4], 128 | 0], 2
|
|
1141
|
+
[_n, _nC, _d, _eRA, _re, _bS, _ePn, _ce, _cTl, _ta],
|
|
1142
|
+
[0, () => BrowserNetworkConfiguration$, [() => Description, 0], 0, () => RecordingConfig$, () => BrowserSigningConfigInput$, () => BrowserEnterprisePolicies, () => Certificates, [0, 4], 128 | 0], 2
|
|
1122
1143
|
];
|
|
1123
1144
|
export var CreateBrowserResponse$ = [3, n0, _CBRr,
|
|
1124
1145
|
0,
|
|
@@ -1127,8 +1148,8 @@ export var CreateBrowserResponse$ = [3, n0, _CBRr,
|
|
|
1127
1148
|
];
|
|
1128
1149
|
export var CreateCodeInterpreterRequest$ = [3, n0, _CCIR,
|
|
1129
1150
|
0,
|
|
1130
|
-
[_n, _nC, _d, _eRA, _cTl, _ta],
|
|
1131
|
-
[0, () => CodeInterpreterNetworkConfiguration$, [() => Description, 0], 0, [0, 4], 128 | 0], 2
|
|
1151
|
+
[_n, _nC, _d, _eRA, _ce, _cTl, _ta],
|
|
1152
|
+
[0, () => CodeInterpreterNetworkConfiguration$, [() => Description, 0], 0, () => Certificates, [0, 4], 128 | 0], 2
|
|
1132
1153
|
];
|
|
1133
1154
|
export var CreateCodeInterpreterResponse$ = [3, n0, _CCIRr,
|
|
1134
1155
|
0,
|
|
@@ -1557,8 +1578,8 @@ export var GetBrowserRequest$ = [3, n0, _GBR,
|
|
|
1557
1578
|
];
|
|
1558
1579
|
export var GetBrowserResponse$ = [3, n0, _GBRe,
|
|
1559
1580
|
0,
|
|
1560
|
-
[_bI, _bA, _n, _nC, _st, _cA, _lUA, _d, _eRA, _re, _bS, _fR],
|
|
1561
|
-
[0, 0, 0, () => BrowserNetworkConfiguration$, 0, 5, 5, [() => Description, 0], 0, () => RecordingConfig$, () => BrowserSigningConfigOutput$, 0], 7
|
|
1581
|
+
[_bI, _bA, _n, _nC, _st, _cA, _lUA, _d, _eRA, _re, _bS, _ePn, _ce, _fR],
|
|
1582
|
+
[0, 0, 0, () => BrowserNetworkConfiguration$, 0, 5, 5, [() => Description, 0], 0, () => RecordingConfig$, () => BrowserSigningConfigOutput$, () => BrowserEnterprisePolicies, () => Certificates, 0], 7
|
|
1562
1583
|
];
|
|
1563
1584
|
export var GetCodeInterpreterRequest$ = [3, n0, _GCIR,
|
|
1564
1585
|
0,
|
|
@@ -1567,8 +1588,8 @@ export var GetCodeInterpreterRequest$ = [3, n0, _GCIR,
|
|
|
1567
1588
|
];
|
|
1568
1589
|
export var GetCodeInterpreterResponse$ = [3, n0, _GCIRe,
|
|
1569
1590
|
0,
|
|
1570
|
-
[_cII, _cIA, _n, _nC, _st, _cA, _lUA, _d, _eRA, _fR],
|
|
1571
|
-
[0, 0, 0, () => CodeInterpreterNetworkConfiguration$, 0, 5, 5, [() => Description, 0], 0, 0], 7
|
|
1591
|
+
[_cII, _cIA, _n, _nC, _st, _cA, _lUA, _d, _eRA, _ce, _fR],
|
|
1592
|
+
[0, 0, 0, () => CodeInterpreterNetworkConfiguration$, 0, 5, 5, [() => Description, 0], 0, () => Certificates, 0], 7
|
|
1572
1593
|
];
|
|
1573
1594
|
export var GetEvaluatorRequest$ = [3, n0, _GER,
|
|
1574
1595
|
0,
|
|
@@ -2052,7 +2073,7 @@ export var NetworkConfiguration$ = [3, n0, _NC,
|
|
|
2052
2073
|
];
|
|
2053
2074
|
export var NumericalScaleDefinition$ = [3, n0, _NSD,
|
|
2054
2075
|
0,
|
|
2055
|
-
[_de, _v,
|
|
2076
|
+
[_de, _v, _la],
|
|
2056
2077
|
[0, 1, 0], 3
|
|
2057
2078
|
];
|
|
2058
2079
|
export var Oauth2AuthorizationServerMetadata$ = [3, n0, _OASM,
|
|
@@ -2170,6 +2191,11 @@ export var Secret$ = [3, n0, _S,
|
|
|
2170
2191
|
[_sA],
|
|
2171
2192
|
[0], 1
|
|
2172
2193
|
];
|
|
2194
|
+
export var SecretsManagerLocation$ = [3, n0, _SML,
|
|
2195
|
+
0,
|
|
2196
|
+
[_sA],
|
|
2197
|
+
[0], 1
|
|
2198
|
+
];
|
|
2173
2199
|
export var SelfManagedConfiguration$ = [3, n0, _SMC,
|
|
2174
2200
|
0,
|
|
2175
2201
|
[_tCr, _iCnv, _hCWS],
|
|
@@ -2533,6 +2559,9 @@ var ApiGatewayToolOverrides = [1, n0, _AGTOp,
|
|
|
2533
2559
|
var ApiKeyCredentialProviders = [1, n0, _AKCP,
|
|
2534
2560
|
0, () => ApiKeyCredentialProviderItem$
|
|
2535
2561
|
];
|
|
2562
|
+
var BrowserEnterprisePolicies = [1, n0, _BEPr,
|
|
2563
|
+
0, () => BrowserEnterprisePolicy$
|
|
2564
|
+
];
|
|
2536
2565
|
var BrowserProfileSummaries = [1, n0, _BPSr,
|
|
2537
2566
|
0, [() => BrowserProfileSummary$,
|
|
2538
2567
|
0]
|
|
@@ -2544,6 +2573,9 @@ var BrowserSummaries = [1, n0, _BSr,
|
|
|
2544
2573
|
var CategoricalScaleDefinitions = [1, n0, _CSDa,
|
|
2545
2574
|
0, () => CategoricalScaleDefinition$
|
|
2546
2575
|
];
|
|
2576
|
+
var Certificates = [1, n0, _Ce,
|
|
2577
|
+
0, () => Certificate$
|
|
2578
|
+
];
|
|
2547
2579
|
var CodeInterpreterSummaries = [1, n0, _CISo,
|
|
2548
2580
|
0, [() => CodeInterpreterSummary$,
|
|
2549
2581
|
0]
|
|
@@ -2695,12 +2727,17 @@ export var AuthorizerConfiguration$ = [4, n0, _AC,
|
|
|
2695
2727
|
[_cJWTA],
|
|
2696
2728
|
[() => CustomJWTAuthorizerConfiguration$]
|
|
2697
2729
|
];
|
|
2730
|
+
export var CertificateLocation$ = [4, n0, _CL,
|
|
2731
|
+
0,
|
|
2732
|
+
[_sM],
|
|
2733
|
+
[() => SecretsManagerLocation$]
|
|
2734
|
+
];
|
|
2698
2735
|
export var ClaimMatchValueType$ = [4, n0, _CMVT,
|
|
2699
2736
|
0,
|
|
2700
2737
|
[_mVS, _mVSL],
|
|
2701
2738
|
[0, 64 | 0]
|
|
2702
2739
|
];
|
|
2703
|
-
export var Code$ = [4, n0,
|
|
2740
|
+
export var Code$ = [4, n0, _Co,
|
|
2704
2741
|
0,
|
|
2705
2742
|
[_s_],
|
|
2706
2743
|
[() => S3Location$]
|
|
@@ -2710,7 +2747,7 @@ export var ConsolidationConfiguration$ = [4, n0, _CCons,
|
|
|
2710
2747
|
[_cCC],
|
|
2711
2748
|
[[() => CustomConsolidationConfiguration$, 0]]
|
|
2712
2749
|
];
|
|
2713
|
-
export var Content$ = [4, n0,
|
|
2750
|
+
export var Content$ = [4, n0, _Con,
|
|
2714
2751
|
0,
|
|
2715
2752
|
[_rTa],
|
|
2716
2753
|
[0]
|
|
@@ -2792,12 +2829,12 @@ export var GatewayProtocolConfiguration$ = [4, n0, _GPC,
|
|
|
2792
2829
|
];
|
|
2793
2830
|
export var InterceptorConfiguration$ = [4, n0, _ICnt,
|
|
2794
2831
|
0,
|
|
2795
|
-
[
|
|
2832
|
+
[_lam],
|
|
2796
2833
|
[() => LambdaInterceptorConfiguration$]
|
|
2797
2834
|
];
|
|
2798
2835
|
export var McpTargetConfiguration$ = [4, n0, _MTC,
|
|
2799
2836
|
0,
|
|
2800
|
-
[_oAS,
|
|
2837
|
+
[_oAS, _sMm, _lam, _mSc, _aG],
|
|
2801
2838
|
[[() => ApiSchemaConfiguration$, 0], [() => ApiSchemaConfiguration$, 0], () => McpLambdaTargetConfiguration$, () => McpServerTargetConfiguration$, () => ApiGatewayTargetConfiguration$]
|
|
2802
2839
|
];
|
|
2803
2840
|
export var MemoryStrategyInput$ = [4, n0, _MSI,
|
|
@@ -2837,7 +2874,7 @@ export var Oauth2ProviderConfigOutput$ = [4, n0, _OPCO,
|
|
|
2837
2874
|
];
|
|
2838
2875
|
export var PolicyDefinition$ = [4, n0, _PD,
|
|
2839
2876
|
0,
|
|
2840
|
-
[
|
|
2877
|
+
[_ced, _pGo],
|
|
2841
2878
|
[() => CedarPolicy$, () => PolicyGenerationDetails$]
|
|
2842
2879
|
];
|
|
2843
2880
|
export var RatingScale$ = [4, n0, _RS,
|
|
@@ -2860,6 +2897,11 @@ export var Resource$ = [4, n0, _Re,
|
|
|
2860
2897
|
[_a],
|
|
2861
2898
|
[0]
|
|
2862
2899
|
];
|
|
2900
|
+
export var ResourceLocation$ = [4, n0, _RL,
|
|
2901
|
+
0,
|
|
2902
|
+
[_s_],
|
|
2903
|
+
[() => S3Location$]
|
|
2904
|
+
];
|
|
2863
2905
|
export var StreamDeliveryResource$ = [4, n0, _SDRt,
|
|
2864
2906
|
0,
|
|
2865
2907
|
[_ki],
|
|
@@ -62,6 +62,27 @@ declare const CreateBrowserCommand_base: {
|
|
|
62
62
|
* browserSigning: { // BrowserSigningConfigInput
|
|
63
63
|
* enabled: true || false, // required
|
|
64
64
|
* },
|
|
65
|
+
* enterprisePolicies: [ // BrowserEnterprisePolicies
|
|
66
|
+
* { // BrowserEnterprisePolicy
|
|
67
|
+
* location: { // ResourceLocation Union: only one key present
|
|
68
|
+
* s3: {
|
|
69
|
+
* bucket: "STRING_VALUE", // required
|
|
70
|
+
* prefix: "STRING_VALUE", // required
|
|
71
|
+
* versionId: "STRING_VALUE",
|
|
72
|
+
* },
|
|
73
|
+
* },
|
|
74
|
+
* type: "MANAGED" || "RECOMMENDED",
|
|
75
|
+
* },
|
|
76
|
+
* ],
|
|
77
|
+
* certificates: [ // Certificates
|
|
78
|
+
* { // Certificate
|
|
79
|
+
* location: { // CertificateLocation Union: only one key present
|
|
80
|
+
* secretsManager: { // SecretsManagerLocation
|
|
81
|
+
* secretArn: "STRING_VALUE", // required
|
|
82
|
+
* },
|
|
83
|
+
* },
|
|
84
|
+
* },
|
|
85
|
+
* ],
|
|
65
86
|
* clientToken: "STRING_VALUE",
|
|
66
87
|
* tags: { // TagsMap
|
|
67
88
|
* "<keys>": "STRING_VALUE",
|
|
@@ -51,6 +51,15 @@ declare const CreateCodeInterpreterCommand_base: {
|
|
|
51
51
|
* ],
|
|
52
52
|
* },
|
|
53
53
|
* },
|
|
54
|
+
* certificates: [ // Certificates
|
|
55
|
+
* { // Certificate
|
|
56
|
+
* location: { // CertificateLocation Union: only one key present
|
|
57
|
+
* secretsManager: { // SecretsManagerLocation
|
|
58
|
+
* secretArn: "STRING_VALUE", // required
|
|
59
|
+
* },
|
|
60
|
+
* },
|
|
61
|
+
* },
|
|
62
|
+
* ],
|
|
54
63
|
* clientToken: "STRING_VALUE",
|
|
55
64
|
* tags: { // TagsMap
|
|
56
65
|
* "<keys>": "STRING_VALUE",
|
|
@@ -69,6 +69,27 @@ declare const GetBrowserCommand_base: {
|
|
|
69
69
|
* // browserSigning: { // BrowserSigningConfigOutput
|
|
70
70
|
* // enabled: true || false, // required
|
|
71
71
|
* // },
|
|
72
|
+
* // enterprisePolicies: [ // BrowserEnterprisePolicies
|
|
73
|
+
* // { // BrowserEnterprisePolicy
|
|
74
|
+
* // location: { // ResourceLocation Union: only one key present
|
|
75
|
+
* // s3: {
|
|
76
|
+
* // bucket: "STRING_VALUE", // required
|
|
77
|
+
* // prefix: "STRING_VALUE", // required
|
|
78
|
+
* // versionId: "STRING_VALUE",
|
|
79
|
+
* // },
|
|
80
|
+
* // },
|
|
81
|
+
* // type: "MANAGED" || "RECOMMENDED",
|
|
82
|
+
* // },
|
|
83
|
+
* // ],
|
|
84
|
+
* // certificates: [ // Certificates
|
|
85
|
+
* // { // Certificate
|
|
86
|
+
* // location: { // CertificateLocation Union: only one key present
|
|
87
|
+
* // secretsManager: { // SecretsManagerLocation
|
|
88
|
+
* // secretArn: "STRING_VALUE", // required
|
|
89
|
+
* // },
|
|
90
|
+
* // },
|
|
91
|
+
* // },
|
|
92
|
+
* // ],
|
|
72
93
|
* // status: "CREATING" || "CREATE_FAILED" || "READY" || "DELETING" || "DELETE_FAILED" || "DELETED", // required
|
|
73
94
|
* // failureReason: "STRING_VALUE",
|
|
74
95
|
* // createdAt: new Date("TIMESTAMP"), // required
|
|
@@ -59,6 +59,15 @@ declare const GetCodeInterpreterCommand_base: {
|
|
|
59
59
|
* // },
|
|
60
60
|
* // },
|
|
61
61
|
* // status: "CREATING" || "CREATE_FAILED" || "READY" || "DELETING" || "DELETE_FAILED" || "DELETED", // required
|
|
62
|
+
* // certificates: [ // Certificates
|
|
63
|
+
* // { // Certificate
|
|
64
|
+
* // location: { // CertificateLocation Union: only one key present
|
|
65
|
+
* // secretsManager: { // SecretsManagerLocation
|
|
66
|
+
* // secretArn: "STRING_VALUE", // required
|
|
67
|
+
* // },
|
|
68
|
+
* // },
|
|
69
|
+
* // },
|
|
70
|
+
* // ],
|
|
62
71
|
* // failureReason: "STRING_VALUE",
|
|
63
72
|
* // createdAt: new Date("TIMESTAMP"), // required
|
|
64
73
|
* // lastUpdatedAt: new Date("TIMESTAMP"), // required
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockAgentCoreControlClient";
|
|
4
|
-
import type { GetPolicyGenerationRequest
|
|
4
|
+
import type { GetPolicyGenerationRequest } from "../models/models_0";
|
|
5
|
+
import type { GetPolicyGenerationResponse } from "../models/models_1";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
7
8
|
*/
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockAgentCoreControlClient";
|
|
4
|
-
import type { ListPolicyGenerationAssetsRequest } from "../models/
|
|
5
|
-
import type { ListPolicyGenerationAssetsResponse } from "../models/models_1";
|
|
4
|
+
import type { ListPolicyGenerationAssetsRequest, ListPolicyGenerationAssetsResponse } from "../models/models_1";
|
|
6
5
|
/**
|
|
7
6
|
* @public
|
|
8
7
|
*/
|
|
@@ -125,6 +125,18 @@ export declare const BrowserProfileStatus: {
|
|
|
125
125
|
* @public
|
|
126
126
|
*/
|
|
127
127
|
export type BrowserProfileStatus = (typeof BrowserProfileStatus)[keyof typeof BrowserProfileStatus];
|
|
128
|
+
/**
|
|
129
|
+
* @public
|
|
130
|
+
* @enum
|
|
131
|
+
*/
|
|
132
|
+
export declare const BrowserEnterprisePolicyType: {
|
|
133
|
+
readonly MANAGED: "MANAGED";
|
|
134
|
+
readonly RECOMMENDED: "RECOMMENDED";
|
|
135
|
+
};
|
|
136
|
+
/**
|
|
137
|
+
* @public
|
|
138
|
+
*/
|
|
139
|
+
export type BrowserEnterprisePolicyType = (typeof BrowserEnterprisePolicyType)[keyof typeof BrowserEnterprisePolicyType];
|
|
128
140
|
/**
|
|
129
141
|
* @public
|
|
130
142
|
* @enum
|