@aws-sdk/client-bedrock-agentcore-control 3.1093.0 → 3.1095.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 +39 -11
- package/dist-es/schemas/schemas_0.js +35 -10
- package/dist-types/commands/CreateBrowserCommand.d.ts +14 -0
- package/dist-types/commands/CreateCodeInterpreterCommand.d.ts +14 -0
- package/dist-types/commands/GetBrowserCommand.d.ts +14 -0
- package/dist-types/commands/GetCodeInterpreterCommand.d.ts +14 -0
- package/dist-types/commands/GetRegistryRecordCommand.d.ts +2 -1
- package/dist-types/commands/ListRegistryRecordsCommand.d.ts +1 -2
- package/dist-types/models/models_0.d.ts +108 -128
- package/dist-types/models/models_1.d.ts +129 -168
- package/dist-types/models/models_2.d.ts +167 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/runtimeConfig.d.ts +2 -0
- package/dist-types/runtimeConfig.native.d.ts +2 -0
- package/dist-types/schemas/schemas_0.d.ts +3 -0
- package/dist-types/ts3.4/commands/GetRegistryRecordCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListRegistryRecordsCommand.d.ts +1 -2
- package/dist-types/ts3.4/models/models_0.d.ts +40 -63
- package/dist-types/ts3.4/models/models_1.d.ts +66 -38
- package/dist-types/ts3.4/models/models_2.d.ts +36 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +3 -0
- package/package.json +6 -6
package/dist-cjs/index.js
CHANGED
|
@@ -69,7 +69,7 @@ const commonParams = {
|
|
|
69
69
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
70
70
|
};
|
|
71
71
|
|
|
72
|
-
var version = "3.
|
|
72
|
+
var version = "3.1094.0";
|
|
73
73
|
var packageInfo = {
|
|
74
74
|
version: version};
|
|
75
75
|
|
|
@@ -595,9 +595,10 @@ const _DWIRe = "DeleteWorkloadIdentityResponse";
|
|
|
595
595
|
const _De = "Description";
|
|
596
596
|
const _Des = "Descriptors";
|
|
597
597
|
const _EAPC = "EfsAccessPointConfiguration";
|
|
598
|
-
const _EC = "
|
|
598
|
+
const _EC = "EfsConfiguration";
|
|
599
599
|
const _ECD = "EvaluationConfigDescription";
|
|
600
600
|
const _ECO = "EpisodicConsolidationOverride";
|
|
601
|
+
const _ECv = "EvaluatorConfig";
|
|
601
602
|
const _ECx = "ExtractionConfig";
|
|
602
603
|
const _ECxt = "ExtractionConfiguration";
|
|
603
604
|
const _ED = "EvaluatorDescription";
|
|
@@ -1071,6 +1072,7 @@ const _SDk = "SkillDefinition";
|
|
|
1071
1072
|
const _SE = "ServiceException";
|
|
1072
1073
|
const _SEO = "SemanticExtractionOverride";
|
|
1073
1074
|
const _SFAPC = "S3FilesAccessPointConfiguration";
|
|
1075
|
+
const _SFC = "S3FilesConfiguration";
|
|
1074
1076
|
const _SGT = "SynchronizeGatewayTargets";
|
|
1075
1077
|
const _SGTR = "SynchronizeGatewayTargetsRequest";
|
|
1076
1078
|
const _SGTRy = "SynchronizeGatewayTargetsResponse";
|
|
@@ -1130,6 +1132,8 @@ const _TDool = "ToolDefinitions";
|
|
|
1130
1132
|
const _TE = "ThrottledException";
|
|
1131
1133
|
const _TEGTCT = "TokenExchangeGrantTypeConfigType";
|
|
1132
1134
|
const _TEh = "ThrottlingException";
|
|
1135
|
+
const _TFSC = "ToolsFileSystemConfigurations";
|
|
1136
|
+
const _TFSCo = "ToolsFileSystemConfiguration";
|
|
1133
1137
|
const _TN = "TargetName";
|
|
1134
1138
|
const _TR = "TagResource";
|
|
1135
1139
|
const _TRR = "TagResourceRequest";
|
|
@@ -1441,6 +1445,7 @@ const _eAP = "efsAccessPoint";
|
|
|
1441
1445
|
const _eAn = "environmentArtifact";
|
|
1442
1446
|
const _eC = "evaluatorConfig";
|
|
1443
1447
|
const _eCO = "episodicConsolidationOverride";
|
|
1448
|
+
const _eCf = "efsConfiguration";
|
|
1444
1449
|
const _eCx = "exampleCount";
|
|
1445
1450
|
const _eCxt = "extractionConfig";
|
|
1446
1451
|
const _eED = "eventExpiryDuration";
|
|
@@ -1481,6 +1486,7 @@ const _fL = "fieldList";
|
|
|
1481
1486
|
const _fM = "failureMode";
|
|
1482
1487
|
const _fP = "filterPath";
|
|
1483
1488
|
const _fR = "failureReason";
|
|
1489
|
+
const _fSA = "fileSystemArn";
|
|
1484
1490
|
const _fU = "fromUrl";
|
|
1485
1491
|
const _fi = "findings";
|
|
1486
1492
|
const _fie = "field";
|
|
@@ -1743,6 +1749,7 @@ const _sD = "skillDefinition";
|
|
|
1743
1749
|
const _sDR = "streamDeliveryResources";
|
|
1744
1750
|
const _sEO = "semanticExtractionOverride";
|
|
1745
1751
|
const _sFAP = "s3FilesAccessPoint";
|
|
1752
|
+
const _sFC = "s3FilesConfiguration";
|
|
1746
1753
|
const _sG = "securityGroups";
|
|
1747
1754
|
const _sGI = "securityGroupIds";
|
|
1748
1755
|
const _sI = "strategyId";
|
|
@@ -2259,8 +2266,8 @@ var CreateBrowserProfileResponse$ = [3, n0, _CBPRr,
|
|
|
2259
2266
|
];
|
|
2260
2267
|
var CreateBrowserRequest$ = [3, n0, _CBRr,
|
|
2261
2268
|
0,
|
|
2262
|
-
[_n, _nC, _d, _eRA, _re, _bS, _ePn, _ce, _cT, _ta],
|
|
2263
|
-
[0, () => BrowserNetworkConfiguration$, [() => Description, 0], 0, () => RecordingConfig$, () => BrowserSigningConfigInput$, () => BrowserEnterprisePolicies, () => Certificates, [0, 4], 128 | 0], 2
|
|
2269
|
+
[_n, _nC, _d, _eRA, _re, _bS, _ePn, _ce, _fC, _cT, _ta],
|
|
2270
|
+
[0, () => BrowserNetworkConfiguration$, [() => Description, 0], 0, () => RecordingConfig$, () => BrowserSigningConfigInput$, () => BrowserEnterprisePolicies, () => Certificates, () => ToolsFileSystemConfigurations, [0, 4], 128 | 0], 2
|
|
2264
2271
|
];
|
|
2265
2272
|
var CreateBrowserResponse$ = [3, n0, _CBRre,
|
|
2266
2273
|
0,
|
|
@@ -2269,8 +2276,8 @@ var CreateBrowserResponse$ = [3, n0, _CBRre,
|
|
|
2269
2276
|
];
|
|
2270
2277
|
var CreateCodeInterpreterRequest$ = [3, n0, _CCIR,
|
|
2271
2278
|
0,
|
|
2272
|
-
[_n, _nC, _d, _eRA, _ce, _cT, _ta],
|
|
2273
|
-
[0, () => CodeInterpreterNetworkConfiguration$, [() => Description, 0], 0, () => Certificates, [0, 4], 128 | 0], 2
|
|
2279
|
+
[_n, _nC, _d, _eRA, _ce, _fC, _cT, _ta],
|
|
2280
|
+
[0, () => CodeInterpreterNetworkConfiguration$, [() => Description, 0], 0, () => Certificates, () => ToolsFileSystemConfigurations, [0, 4], 128 | 0], 2
|
|
2274
2281
|
];
|
|
2275
2282
|
var CreateCodeInterpreterResponse$ = [3, n0, _CCIRr,
|
|
2276
2283
|
0,
|
|
@@ -2812,6 +2819,11 @@ var EfsAccessPointConfiguration$ = [3, n0, _EAPC,
|
|
|
2812
2819
|
[_aPA, _mP],
|
|
2813
2820
|
[0, 0], 2
|
|
2814
2821
|
];
|
|
2822
|
+
var EfsConfiguration$ = [3, n0, _EC,
|
|
2823
|
+
0,
|
|
2824
|
+
[_aPA, _mP, _fSA],
|
|
2825
|
+
[0, 0, 0], 3
|
|
2826
|
+
];
|
|
2815
2827
|
var EpisodicConsolidationOverride$ = [3, n0, _ECO,
|
|
2816
2828
|
0,
|
|
2817
2829
|
[_aTP, _mI],
|
|
@@ -2959,8 +2971,8 @@ var GetBrowserRequest$ = [3, n0, _GBR,
|
|
|
2959
2971
|
];
|
|
2960
2972
|
var GetBrowserResponse$ = [3, n0, _GBRe,
|
|
2961
2973
|
0,
|
|
2962
|
-
[_bI, _bA, _n, _nC, _st, _cA, _lUA, _d, _eRA, _re, _bS, _ePn, _ce, _fR],
|
|
2963
|
-
[0, 0, 0, () => BrowserNetworkConfiguration$, 0, 5, 5, [() => Description, 0], 0, () => RecordingConfig$, () => BrowserSigningConfigOutput$, () => BrowserEnterprisePolicies, () => Certificates, 0], 7
|
|
2974
|
+
[_bI, _bA, _n, _nC, _st, _cA, _lUA, _d, _eRA, _re, _bS, _ePn, _ce, _fC, _fR],
|
|
2975
|
+
[0, 0, 0, () => BrowserNetworkConfiguration$, 0, 5, 5, [() => Description, 0], 0, () => RecordingConfig$, () => BrowserSigningConfigOutput$, () => BrowserEnterprisePolicies, () => Certificates, () => ToolsFileSystemConfigurations, 0], 7
|
|
2964
2976
|
];
|
|
2965
2977
|
var GetCodeInterpreterRequest$ = [3, n0, _GCIR,
|
|
2966
2978
|
0,
|
|
@@ -2969,8 +2981,8 @@ var GetCodeInterpreterRequest$ = [3, n0, _GCIR,
|
|
|
2969
2981
|
];
|
|
2970
2982
|
var GetCodeInterpreterResponse$ = [3, n0, _GCIRe,
|
|
2971
2983
|
0,
|
|
2972
|
-
[_cII, _cIA, _n, _nC, _st, _cA, _lUA, _d, _eRA, _ce, _fR],
|
|
2973
|
-
[0, 0, 0, () => CodeInterpreterNetworkConfiguration$, 0, 5, 5, [() => Description, 0], 0, () => Certificates, 0], 7
|
|
2984
|
+
[_cII, _cIA, _n, _nC, _st, _cA, _lUA, _d, _eRA, _ce, _fC, _fR],
|
|
2985
|
+
[0, 0, 0, () => CodeInterpreterNetworkConfiguration$, 0, 5, 5, [() => Description, 0], 0, () => Certificates, () => ToolsFileSystemConfigurations, 0], 7
|
|
2974
2986
|
];
|
|
2975
2987
|
var GetConfigurationBundleRequest$ = [3, n0, _GCBR,
|
|
2976
2988
|
0,
|
|
@@ -4212,6 +4224,11 @@ var S3FilesAccessPointConfiguration$ = [3, n0, _SFAPC,
|
|
|
4212
4224
|
[_aPA, _mP],
|
|
4213
4225
|
[0, 0], 2
|
|
4214
4226
|
];
|
|
4227
|
+
var S3FilesConfiguration$ = [3, n0, _SFC,
|
|
4228
|
+
0,
|
|
4229
|
+
[_aPA, _mP, _fSA],
|
|
4230
|
+
[0, 0, 0], 3
|
|
4231
|
+
];
|
|
4215
4232
|
var S3Location$ = [3, n0, _SL,
|
|
4216
4233
|
0,
|
|
4217
4234
|
[_bu, _pre, _vI],
|
|
@@ -5192,6 +5209,9 @@ var ToolDefinitions = [1, n0, _TDool,
|
|
|
5192
5209
|
0, [() => ToolDefinition$,
|
|
5193
5210
|
0]
|
|
5194
5211
|
];
|
|
5212
|
+
var ToolsFileSystemConfigurations = [1, n0, _TFSC,
|
|
5213
|
+
0, () => ToolsFileSystemConfiguration$
|
|
5214
|
+
];
|
|
5195
5215
|
var TrafficSplitEntries = [1, n0, _TSEr,
|
|
5196
5216
|
0, () => TrafficSplitEntry$
|
|
5197
5217
|
];
|
|
@@ -5351,7 +5371,7 @@ var DataSourceType$ = [4, n0, _DST,
|
|
|
5351
5371
|
[_iE, _sSo],
|
|
5352
5372
|
[[() => InlineExamplesSource$, 0], () => S3Source$]
|
|
5353
5373
|
];
|
|
5354
|
-
var EvaluatorConfig$ = [4, n0,
|
|
5374
|
+
var EvaluatorConfig$ = [4, n0, _ECv,
|
|
5355
5375
|
0,
|
|
5356
5376
|
[_lAAJ, _cBod],
|
|
5357
5377
|
[[() => LlmAsAJudgeEvaluatorConfig$, 0], () => CodeBasedEvaluatorConfig$]
|
|
@@ -5586,6 +5606,11 @@ var ToolSchema$ = [4, n0, _TSo,
|
|
|
5586
5606
|
[_s_, _iPn],
|
|
5587
5607
|
[() => S3Configuration$, [() => ToolDefinitions, 0]]
|
|
5588
5608
|
];
|
|
5609
|
+
var ToolsFileSystemConfiguration$ = [4, n0, _TFSCo,
|
|
5610
|
+
0,
|
|
5611
|
+
[_sFC, _eCf],
|
|
5612
|
+
[() => S3FilesConfiguration$, () => EfsConfiguration$]
|
|
5613
|
+
];
|
|
5589
5614
|
var TriggerCondition$ = [4, n0, _TCr,
|
|
5590
5615
|
0,
|
|
5591
5616
|
[_mBT, _tBT, _tBTi],
|
|
@@ -8129,6 +8154,7 @@ exports.DescriptorType = DescriptorType;
|
|
|
8129
8154
|
exports.Descriptors$ = Descriptors$;
|
|
8130
8155
|
exports.DraftStatus = DraftStatus;
|
|
8131
8156
|
exports.EfsAccessPointConfiguration$ = EfsAccessPointConfiguration$;
|
|
8157
|
+
exports.EfsConfiguration$ = EfsConfiguration$;
|
|
8132
8158
|
exports.EncryptionFailure = EncryptionFailure;
|
|
8133
8159
|
exports.EncryptionFailure$ = EncryptionFailure$;
|
|
8134
8160
|
exports.EndpointIpAddressType = EndpointIpAddressType;
|
|
@@ -8653,6 +8679,7 @@ exports.RuntimeMetadataConfiguration$ = RuntimeMetadataConfiguration$;
|
|
|
8653
8679
|
exports.RuntimeTargetConfiguration$ = RuntimeTargetConfiguration$;
|
|
8654
8680
|
exports.S3Configuration$ = S3Configuration$;
|
|
8655
8681
|
exports.S3FilesAccessPointConfiguration$ = S3FilesAccessPointConfiguration$;
|
|
8682
|
+
exports.S3FilesConfiguration$ = S3FilesConfiguration$;
|
|
8656
8683
|
exports.S3Location$ = S3Location$;
|
|
8657
8684
|
exports.S3Source$ = S3Source$;
|
|
8658
8685
|
exports.SalesforceOauth2ProviderConfigInput$ = SalesforceOauth2ProviderConfigInput$;
|
|
@@ -8744,6 +8771,7 @@ exports.TokenExchangeGrantTypeConfigType$ = TokenExchangeGrantTypeConfigType$;
|
|
|
8744
8771
|
exports.ToolDefinition$ = ToolDefinition$;
|
|
8745
8772
|
exports.ToolSchema$ = ToolSchema$;
|
|
8746
8773
|
exports.ToolsDefinition$ = ToolsDefinition$;
|
|
8774
|
+
exports.ToolsFileSystemConfiguration$ = ToolsFileSystemConfiguration$;
|
|
8747
8775
|
exports.TrafficSplitEntry$ = TrafficSplitEntry$;
|
|
8748
8776
|
exports.TriggerCondition$ = TriggerCondition$;
|
|
8749
8777
|
exports.TriggerConditionInput$ = TriggerConditionInput$;
|
|
@@ -280,9 +280,10 @@ const _DWIRe = "DeleteWorkloadIdentityResponse";
|
|
|
280
280
|
const _De = "Description";
|
|
281
281
|
const _Des = "Descriptors";
|
|
282
282
|
const _EAPC = "EfsAccessPointConfiguration";
|
|
283
|
-
const _EC = "
|
|
283
|
+
const _EC = "EfsConfiguration";
|
|
284
284
|
const _ECD = "EvaluationConfigDescription";
|
|
285
285
|
const _ECO = "EpisodicConsolidationOverride";
|
|
286
|
+
const _ECv = "EvaluatorConfig";
|
|
286
287
|
const _ECx = "ExtractionConfig";
|
|
287
288
|
const _ECxt = "ExtractionConfiguration";
|
|
288
289
|
const _ED = "EvaluatorDescription";
|
|
@@ -756,6 +757,7 @@ const _SDk = "SkillDefinition";
|
|
|
756
757
|
const _SE = "ServiceException";
|
|
757
758
|
const _SEO = "SemanticExtractionOverride";
|
|
758
759
|
const _SFAPC = "S3FilesAccessPointConfiguration";
|
|
760
|
+
const _SFC = "S3FilesConfiguration";
|
|
759
761
|
const _SGT = "SynchronizeGatewayTargets";
|
|
760
762
|
const _SGTR = "SynchronizeGatewayTargetsRequest";
|
|
761
763
|
const _SGTRy = "SynchronizeGatewayTargetsResponse";
|
|
@@ -815,6 +817,8 @@ const _TDool = "ToolDefinitions";
|
|
|
815
817
|
const _TE = "ThrottledException";
|
|
816
818
|
const _TEGTCT = "TokenExchangeGrantTypeConfigType";
|
|
817
819
|
const _TEh = "ThrottlingException";
|
|
820
|
+
const _TFSC = "ToolsFileSystemConfigurations";
|
|
821
|
+
const _TFSCo = "ToolsFileSystemConfiguration";
|
|
818
822
|
const _TN = "TargetName";
|
|
819
823
|
const _TR = "TagResource";
|
|
820
824
|
const _TRR = "TagResourceRequest";
|
|
@@ -1126,6 +1130,7 @@ const _eAP = "efsAccessPoint";
|
|
|
1126
1130
|
const _eAn = "environmentArtifact";
|
|
1127
1131
|
const _eC = "evaluatorConfig";
|
|
1128
1132
|
const _eCO = "episodicConsolidationOverride";
|
|
1133
|
+
const _eCf = "efsConfiguration";
|
|
1129
1134
|
const _eCx = "exampleCount";
|
|
1130
1135
|
const _eCxt = "extractionConfig";
|
|
1131
1136
|
const _eED = "eventExpiryDuration";
|
|
@@ -1166,6 +1171,7 @@ const _fL = "fieldList";
|
|
|
1166
1171
|
const _fM = "failureMode";
|
|
1167
1172
|
const _fP = "filterPath";
|
|
1168
1173
|
const _fR = "failureReason";
|
|
1174
|
+
const _fSA = "fileSystemArn";
|
|
1169
1175
|
const _fU = "fromUrl";
|
|
1170
1176
|
const _fi = "findings";
|
|
1171
1177
|
const _fie = "field";
|
|
@@ -1428,6 +1434,7 @@ const _sD = "skillDefinition";
|
|
|
1428
1434
|
const _sDR = "streamDeliveryResources";
|
|
1429
1435
|
const _sEO = "semanticExtractionOverride";
|
|
1430
1436
|
const _sFAP = "s3FilesAccessPoint";
|
|
1437
|
+
const _sFC = "s3FilesConfiguration";
|
|
1431
1438
|
const _sG = "securityGroups";
|
|
1432
1439
|
const _sGI = "securityGroupIds";
|
|
1433
1440
|
const _sI = "strategyId";
|
|
@@ -1947,8 +1954,8 @@ export var CreateBrowserProfileResponse$ = [3, n0, _CBPRr,
|
|
|
1947
1954
|
];
|
|
1948
1955
|
export var CreateBrowserRequest$ = [3, n0, _CBRr,
|
|
1949
1956
|
0,
|
|
1950
|
-
[_n, _nC, _d, _eRA, _re, _bS, _ePn, _ce, _cT, _ta],
|
|
1951
|
-
[0, () => BrowserNetworkConfiguration$, [() => Description, 0], 0, () => RecordingConfig$, () => BrowserSigningConfigInput$, () => BrowserEnterprisePolicies, () => Certificates, [0, 4], 128 | 0], 2
|
|
1957
|
+
[_n, _nC, _d, _eRA, _re, _bS, _ePn, _ce, _fC, _cT, _ta],
|
|
1958
|
+
[0, () => BrowserNetworkConfiguration$, [() => Description, 0], 0, () => RecordingConfig$, () => BrowserSigningConfigInput$, () => BrowserEnterprisePolicies, () => Certificates, () => ToolsFileSystemConfigurations, [0, 4], 128 | 0], 2
|
|
1952
1959
|
];
|
|
1953
1960
|
export var CreateBrowserResponse$ = [3, n0, _CBRre,
|
|
1954
1961
|
0,
|
|
@@ -1957,8 +1964,8 @@ export var CreateBrowserResponse$ = [3, n0, _CBRre,
|
|
|
1957
1964
|
];
|
|
1958
1965
|
export var CreateCodeInterpreterRequest$ = [3, n0, _CCIR,
|
|
1959
1966
|
0,
|
|
1960
|
-
[_n, _nC, _d, _eRA, _ce, _cT, _ta],
|
|
1961
|
-
[0, () => CodeInterpreterNetworkConfiguration$, [() => Description, 0], 0, () => Certificates, [0, 4], 128 | 0], 2
|
|
1967
|
+
[_n, _nC, _d, _eRA, _ce, _fC, _cT, _ta],
|
|
1968
|
+
[0, () => CodeInterpreterNetworkConfiguration$, [() => Description, 0], 0, () => Certificates, () => ToolsFileSystemConfigurations, [0, 4], 128 | 0], 2
|
|
1962
1969
|
];
|
|
1963
1970
|
export var CreateCodeInterpreterResponse$ = [3, n0, _CCIRr,
|
|
1964
1971
|
0,
|
|
@@ -2500,6 +2507,11 @@ export var EfsAccessPointConfiguration$ = [3, n0, _EAPC,
|
|
|
2500
2507
|
[_aPA, _mP],
|
|
2501
2508
|
[0, 0], 2
|
|
2502
2509
|
];
|
|
2510
|
+
export var EfsConfiguration$ = [3, n0, _EC,
|
|
2511
|
+
0,
|
|
2512
|
+
[_aPA, _mP, _fSA],
|
|
2513
|
+
[0, 0, 0], 3
|
|
2514
|
+
];
|
|
2503
2515
|
export var EpisodicConsolidationOverride$ = [3, n0, _ECO,
|
|
2504
2516
|
0,
|
|
2505
2517
|
[_aTP, _mI],
|
|
@@ -2647,8 +2659,8 @@ export var GetBrowserRequest$ = [3, n0, _GBR,
|
|
|
2647
2659
|
];
|
|
2648
2660
|
export var GetBrowserResponse$ = [3, n0, _GBRe,
|
|
2649
2661
|
0,
|
|
2650
|
-
[_bI, _bA, _n, _nC, _st, _cA, _lUA, _d, _eRA, _re, _bS, _ePn, _ce, _fR],
|
|
2651
|
-
[0, 0, 0, () => BrowserNetworkConfiguration$, 0, 5, 5, [() => Description, 0], 0, () => RecordingConfig$, () => BrowserSigningConfigOutput$, () => BrowserEnterprisePolicies, () => Certificates, 0], 7
|
|
2662
|
+
[_bI, _bA, _n, _nC, _st, _cA, _lUA, _d, _eRA, _re, _bS, _ePn, _ce, _fC, _fR],
|
|
2663
|
+
[0, 0, 0, () => BrowserNetworkConfiguration$, 0, 5, 5, [() => Description, 0], 0, () => RecordingConfig$, () => BrowserSigningConfigOutput$, () => BrowserEnterprisePolicies, () => Certificates, () => ToolsFileSystemConfigurations, 0], 7
|
|
2652
2664
|
];
|
|
2653
2665
|
export var GetCodeInterpreterRequest$ = [3, n0, _GCIR,
|
|
2654
2666
|
0,
|
|
@@ -2657,8 +2669,8 @@ export var GetCodeInterpreterRequest$ = [3, n0, _GCIR,
|
|
|
2657
2669
|
];
|
|
2658
2670
|
export var GetCodeInterpreterResponse$ = [3, n0, _GCIRe,
|
|
2659
2671
|
0,
|
|
2660
|
-
[_cII, _cIA, _n, _nC, _st, _cA, _lUA, _d, _eRA, _ce, _fR],
|
|
2661
|
-
[0, 0, 0, () => CodeInterpreterNetworkConfiguration$, 0, 5, 5, [() => Description, 0], 0, () => Certificates, 0], 7
|
|
2672
|
+
[_cII, _cIA, _n, _nC, _st, _cA, _lUA, _d, _eRA, _ce, _fC, _fR],
|
|
2673
|
+
[0, 0, 0, () => CodeInterpreterNetworkConfiguration$, 0, 5, 5, [() => Description, 0], 0, () => Certificates, () => ToolsFileSystemConfigurations, 0], 7
|
|
2662
2674
|
];
|
|
2663
2675
|
export var GetConfigurationBundleRequest$ = [3, n0, _GCBR,
|
|
2664
2676
|
0,
|
|
@@ -3900,6 +3912,11 @@ export var S3FilesAccessPointConfiguration$ = [3, n0, _SFAPC,
|
|
|
3900
3912
|
[_aPA, _mP],
|
|
3901
3913
|
[0, 0], 2
|
|
3902
3914
|
];
|
|
3915
|
+
export var S3FilesConfiguration$ = [3, n0, _SFC,
|
|
3916
|
+
0,
|
|
3917
|
+
[_aPA, _mP, _fSA],
|
|
3918
|
+
[0, 0, 0], 3
|
|
3919
|
+
];
|
|
3903
3920
|
export var S3Location$ = [3, n0, _SL,
|
|
3904
3921
|
0,
|
|
3905
3922
|
[_bu, _pre, _vI],
|
|
@@ -4921,6 +4938,9 @@ var ToolDefinitions = [1, n0, _TDool,
|
|
|
4921
4938
|
0, [() => ToolDefinition$,
|
|
4922
4939
|
0]
|
|
4923
4940
|
];
|
|
4941
|
+
var ToolsFileSystemConfigurations = [1, n0, _TFSC,
|
|
4942
|
+
0, () => ToolsFileSystemConfiguration$
|
|
4943
|
+
];
|
|
4924
4944
|
var TrafficSplitEntries = [1, n0, _TSEr,
|
|
4925
4945
|
0, () => TrafficSplitEntry$
|
|
4926
4946
|
];
|
|
@@ -5085,7 +5105,7 @@ export var DataSourceType$ = [4, n0, _DST,
|
|
|
5085
5105
|
[_iE, _sSo],
|
|
5086
5106
|
[[() => InlineExamplesSource$, 0], () => S3Source$]
|
|
5087
5107
|
];
|
|
5088
|
-
export var EvaluatorConfig$ = [4, n0,
|
|
5108
|
+
export var EvaluatorConfig$ = [4, n0, _ECv,
|
|
5089
5109
|
0,
|
|
5090
5110
|
[_lAAJ, _cBod],
|
|
5091
5111
|
[[() => LlmAsAJudgeEvaluatorConfig$, 0], () => CodeBasedEvaluatorConfig$]
|
|
@@ -5320,6 +5340,11 @@ export var ToolSchema$ = [4, n0, _TSo,
|
|
|
5320
5340
|
[_s_, _iPn],
|
|
5321
5341
|
[() => S3Configuration$, [() => ToolDefinitions, 0]]
|
|
5322
5342
|
];
|
|
5343
|
+
export var ToolsFileSystemConfiguration$ = [4, n0, _TFSCo,
|
|
5344
|
+
0,
|
|
5345
|
+
[_sFC, _eCf],
|
|
5346
|
+
[() => S3FilesConfiguration$, () => EfsConfiguration$]
|
|
5347
|
+
];
|
|
5323
5348
|
export var TriggerCondition$ = [4, n0, _TCr,
|
|
5324
5349
|
0,
|
|
5325
5350
|
[_mBT, _tBT, _tBTi],
|
|
@@ -81,6 +81,20 @@ declare const CreateBrowserCommand_base: {
|
|
|
81
81
|
* },
|
|
82
82
|
* },
|
|
83
83
|
* ],
|
|
84
|
+
* filesystemConfigurations: [ // ToolsFileSystemConfigurations
|
|
85
|
+
* { // ToolsFileSystemConfiguration Union: only one key present
|
|
86
|
+
* s3FilesConfiguration: { // S3FilesConfiguration
|
|
87
|
+
* accessPointArn: "STRING_VALUE", // required
|
|
88
|
+
* mountPath: "STRING_VALUE", // required
|
|
89
|
+
* fileSystemArn: "STRING_VALUE", // required
|
|
90
|
+
* },
|
|
91
|
+
* efsConfiguration: { // EfsConfiguration
|
|
92
|
+
* accessPointArn: "STRING_VALUE", // required
|
|
93
|
+
* mountPath: "STRING_VALUE", // required
|
|
94
|
+
* fileSystemArn: "STRING_VALUE", // required
|
|
95
|
+
* },
|
|
96
|
+
* },
|
|
97
|
+
* ],
|
|
84
98
|
* clientToken: "STRING_VALUE",
|
|
85
99
|
* tags: { // TagsMap
|
|
86
100
|
* "<keys>": "STRING_VALUE",
|
|
@@ -58,6 +58,20 @@ declare const CreateCodeInterpreterCommand_base: {
|
|
|
58
58
|
* },
|
|
59
59
|
* },
|
|
60
60
|
* ],
|
|
61
|
+
* filesystemConfigurations: [ // ToolsFileSystemConfigurations
|
|
62
|
+
* { // ToolsFileSystemConfiguration Union: only one key present
|
|
63
|
+
* s3FilesConfiguration: { // S3FilesConfiguration
|
|
64
|
+
* accessPointArn: "STRING_VALUE", // required
|
|
65
|
+
* mountPath: "STRING_VALUE", // required
|
|
66
|
+
* fileSystemArn: "STRING_VALUE", // required
|
|
67
|
+
* },
|
|
68
|
+
* efsConfiguration: { // EfsConfiguration
|
|
69
|
+
* accessPointArn: "STRING_VALUE", // required
|
|
70
|
+
* mountPath: "STRING_VALUE", // required
|
|
71
|
+
* fileSystemArn: "STRING_VALUE", // required
|
|
72
|
+
* },
|
|
73
|
+
* },
|
|
74
|
+
* ],
|
|
61
75
|
* clientToken: "STRING_VALUE",
|
|
62
76
|
* tags: { // TagsMap
|
|
63
77
|
* "<keys>": "STRING_VALUE",
|
|
@@ -88,6 +88,20 @@ declare const GetBrowserCommand_base: {
|
|
|
88
88
|
* // },
|
|
89
89
|
* // },
|
|
90
90
|
* // ],
|
|
91
|
+
* // filesystemConfigurations: [ // ToolsFileSystemConfigurations
|
|
92
|
+
* // { // ToolsFileSystemConfiguration Union: only one key present
|
|
93
|
+
* // s3FilesConfiguration: { // S3FilesConfiguration
|
|
94
|
+
* // accessPointArn: "STRING_VALUE", // required
|
|
95
|
+
* // mountPath: "STRING_VALUE", // required
|
|
96
|
+
* // fileSystemArn: "STRING_VALUE", // required
|
|
97
|
+
* // },
|
|
98
|
+
* // efsConfiguration: { // EfsConfiguration
|
|
99
|
+
* // accessPointArn: "STRING_VALUE", // required
|
|
100
|
+
* // mountPath: "STRING_VALUE", // required
|
|
101
|
+
* // fileSystemArn: "STRING_VALUE", // required
|
|
102
|
+
* // },
|
|
103
|
+
* // },
|
|
104
|
+
* // ],
|
|
91
105
|
* // status: "CREATING" || "CREATE_FAILED" || "READY" || "DELETING" || "DELETE_FAILED" || "DELETED", // required
|
|
92
106
|
* // failureReason: "STRING_VALUE",
|
|
93
107
|
* // createdAt: new Date("TIMESTAMP"), // required
|
|
@@ -66,6 +66,20 @@ declare const GetCodeInterpreterCommand_base: {
|
|
|
66
66
|
* // },
|
|
67
67
|
* // },
|
|
68
68
|
* // ],
|
|
69
|
+
* // filesystemConfigurations: [ // ToolsFileSystemConfigurations
|
|
70
|
+
* // { // ToolsFileSystemConfiguration Union: only one key present
|
|
71
|
+
* // s3FilesConfiguration: { // S3FilesConfiguration
|
|
72
|
+
* // accessPointArn: "STRING_VALUE", // required
|
|
73
|
+
* // mountPath: "STRING_VALUE", // required
|
|
74
|
+
* // fileSystemArn: "STRING_VALUE", // required
|
|
75
|
+
* // },
|
|
76
|
+
* // efsConfiguration: { // EfsConfiguration
|
|
77
|
+
* // accessPointArn: "STRING_VALUE", // required
|
|
78
|
+
* // mountPath: "STRING_VALUE", // required
|
|
79
|
+
* // fileSystemArn: "STRING_VALUE", // required
|
|
80
|
+
* // },
|
|
81
|
+
* // },
|
|
82
|
+
* // ],
|
|
69
83
|
* // failureReason: "STRING_VALUE",
|
|
70
84
|
* // createdAt: new Date("TIMESTAMP"), // required
|
|
71
85
|
* // lastUpdatedAt: new Date("TIMESTAMP"), // required
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import type { GetRegistryRecordRequest
|
|
2
|
+
import type { GetRegistryRecordRequest } from "../models/models_1";
|
|
3
|
+
import type { GetRegistryRecordResponse } from "../models/models_2";
|
|
3
4
|
/**
|
|
4
5
|
* @public
|
|
5
6
|
*/
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import type { ListRegistryRecordsRequest } from "../models/
|
|
3
|
-
import type { ListRegistryRecordsResponse } from "../models/models_2";
|
|
2
|
+
import type { ListRegistryRecordsRequest, ListRegistryRecordsResponse } from "../models/models_2";
|
|
4
3
|
/**
|
|
5
4
|
* @public
|
|
6
5
|
*/
|