@aws-sdk/client-bedrock-agentcore-control 3.983.0 → 3.985.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.
Files changed (50) hide show
  1. package/README.md +28 -0
  2. package/dist-cjs/index.js +176 -15
  3. package/dist-es/BedrockAgentCoreControl.js +10 -0
  4. package/dist-es/commands/CreateBrowserProfileCommand.js +16 -0
  5. package/dist-es/commands/DeleteBrowserProfileCommand.js +16 -0
  6. package/dist-es/commands/GetBrowserProfileCommand.js +16 -0
  7. package/dist-es/commands/ListBrowserProfilesCommand.js +16 -0
  8. package/dist-es/commands/index.js +4 -0
  9. package/dist-es/models/enums.js +6 -0
  10. package/dist-es/pagination/ListBrowserProfilesPaginator.js +4 -0
  11. package/dist-es/pagination/index.js +1 -0
  12. package/dist-es/schemas/schemas_0.js +96 -15
  13. package/dist-types/BedrockAgentCoreControl.d.ts +36 -0
  14. package/dist-types/BedrockAgentCoreControlClient.d.ts +6 -2
  15. package/dist-types/commands/CreateBrowserProfileCommand.d.ts +100 -0
  16. package/dist-types/commands/CreatePolicyCommand.d.ts +1 -1
  17. package/dist-types/commands/DeleteBrowserProfileCommand.d.ts +97 -0
  18. package/dist-types/commands/DeletePolicyCommand.d.ts +1 -1
  19. package/dist-types/commands/GetBrowserProfileCommand.d.ts +98 -0
  20. package/dist-types/commands/GetPolicyCommand.d.ts +1 -1
  21. package/dist-types/commands/ListBrowserProfilesCommand.d.ts +101 -0
  22. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  23. package/dist-types/commands/StartPolicyGenerationCommand.d.ts +1 -1
  24. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  25. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  26. package/dist-types/commands/index.d.ts +4 -0
  27. package/dist-types/models/enums.d.ts +14 -0
  28. package/dist-types/models/models_0.d.ts +252 -354
  29. package/dist-types/models/models_1.d.ts +350 -2
  30. package/dist-types/pagination/ListBrowserProfilesPaginator.d.ts +7 -0
  31. package/dist-types/pagination/index.d.ts +1 -0
  32. package/dist-types/schemas/schemas_0.d.ts +13 -0
  33. package/dist-types/ts3.4/BedrockAgentCoreControl.d.ts +76 -0
  34. package/dist-types/ts3.4/BedrockAgentCoreControlClient.d.ts +24 -0
  35. package/dist-types/ts3.4/commands/CreateBrowserProfileCommand.d.ts +51 -0
  36. package/dist-types/ts3.4/commands/CreatePolicyCommand.d.ts +1 -1
  37. package/dist-types/ts3.4/commands/DeleteBrowserProfileCommand.d.ts +51 -0
  38. package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +1 -1
  39. package/dist-types/ts3.4/commands/GetBrowserProfileCommand.d.ts +51 -0
  40. package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +1 -1
  41. package/dist-types/ts3.4/commands/ListBrowserProfilesCommand.d.ts +51 -0
  42. package/dist-types/ts3.4/commands/StartPolicyGenerationCommand.d.ts +1 -1
  43. package/dist-types/ts3.4/commands/index.d.ts +4 -0
  44. package/dist-types/ts3.4/models/enums.d.ts +8 -0
  45. package/dist-types/ts3.4/models/models_0.d.ts +59 -88
  46. package/dist-types/ts3.4/models/models_1.d.ts +88 -0
  47. package/dist-types/ts3.4/pagination/ListBrowserProfilesPaginator.d.ts +11 -0
  48. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  49. package/dist-types/ts3.4/schemas/schemas_0.d.ts +13 -0
  50. package/package.json +13 -13
package/README.md CHANGED
@@ -229,6 +229,13 @@ CreateBrowser
229
229
  </details>
230
230
  <details>
231
231
  <summary>
232
+ CreateBrowserProfile
233
+ </summary>
234
+
235
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/bedrock-agentcore-control/command/CreateBrowserProfileCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore-control/Interface/CreateBrowserProfileCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore-control/Interface/CreateBrowserProfileCommandOutput/)
236
+ </details>
237
+ <details>
238
+ <summary>
232
239
  CreateCodeInterpreter
233
240
  </summary>
234
241
 
@@ -327,6 +334,13 @@ DeleteBrowser
327
334
  </details>
328
335
  <details>
329
336
  <summary>
337
+ DeleteBrowserProfile
338
+ </summary>
339
+
340
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/bedrock-agentcore-control/command/DeleteBrowserProfileCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore-control/Interface/DeleteBrowserProfileCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore-control/Interface/DeleteBrowserProfileCommandOutput/)
341
+ </details>
342
+ <details>
343
+ <summary>
330
344
  DeleteCodeInterpreter
331
345
  </summary>
332
346
 
@@ -432,6 +446,13 @@ GetBrowser
432
446
  </details>
433
447
  <details>
434
448
  <summary>
449
+ GetBrowserProfile
450
+ </summary>
451
+
452
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/bedrock-agentcore-control/command/GetBrowserProfileCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore-control/Interface/GetBrowserProfileCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore-control/Interface/GetBrowserProfileCommandOutput/)
453
+ </details>
454
+ <details>
455
+ <summary>
435
456
  GetCodeInterpreter
436
457
  </summary>
437
458
 
@@ -551,6 +572,13 @@ ListApiKeyCredentialProviders
551
572
  </details>
552
573
  <details>
553
574
  <summary>
575
+ ListBrowserProfiles
576
+ </summary>
577
+
578
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/bedrock-agentcore-control/command/ListBrowserProfilesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore-control/Interface/ListBrowserProfilesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore-control/Interface/ListBrowserProfilesCommandOutput/)
579
+ </details>
580
+ <details>
581
+ <summary>
554
582
  ListBrowsers
555
583
  </summary>
556
584
 
package/dist-cjs/index.js CHANGED
@@ -315,6 +315,8 @@ const _ARg = "AgentRuntimes";
315
315
  const _ASC = "ApiSchemaConfiguration";
316
316
  const _BEMC = "BedrockEvaluatorModelConfig";
317
317
  const _BNC = "BrowserNetworkConfiguration";
318
+ const _BPS = "BrowserProfileSummary";
319
+ const _BPSr = "BrowserProfileSummaries";
318
320
  const _BS = "BrowserSummary";
319
321
  const _BSCI = "BrowserSigningConfigInput";
320
322
  const _BSCO = "BrowserSigningConfigOutput";
@@ -330,6 +332,9 @@ const _CARERr = "CreateAgentRuntimeEndpointResponse";
330
332
  const _CARR = "CreateAgentRuntimeRequest";
331
333
  const _CARRr = "CreateAgentRuntimeResponse";
332
334
  const _CB = "CreateBrowser";
335
+ const _CBP = "CreateBrowserProfile";
336
+ const _CBPR = "CreateBrowserProfileRequest";
337
+ const _CBPRr = "CreateBrowserProfileResponse";
333
338
  const _CBR = "CreateBrowserRequest";
334
339
  const _CBRr = "CreateBrowserResponse";
335
340
  const _CC = "CodeConfiguration";
@@ -405,6 +410,9 @@ const _DARERe = "DeleteAgentRuntimeEndpointResponse";
405
410
  const _DARR = "DeleteAgentRuntimeRequest";
406
411
  const _DARRe = "DeleteAgentRuntimeResponse";
407
412
  const _DB = "DeleteBrowser";
413
+ const _DBP = "DeleteBrowserProfile";
414
+ const _DBPR = "DeleteBrowserProfileRequest";
415
+ const _DBPRe = "DeleteBrowserProfileResponse";
408
416
  const _DBR = "DeleteBrowserRequest";
409
417
  const _DBRe = "DeleteBrowserResponse";
410
418
  const _DCI = "DeleteCodeInterpreter";
@@ -483,6 +491,9 @@ const _GARERe = "GetAgentRuntimeEndpointResponse";
483
491
  const _GARR = "GetAgentRuntimeRequest";
484
492
  const _GARRe = "GetAgentRuntimeResponse";
485
493
  const _GB = "GetBrowser";
494
+ const _GBP = "GetBrowserProfile";
495
+ const _GBPR = "GetBrowserProfileRequest";
496
+ const _GBPRe = "GetBrowserProfileResponse";
486
497
  const _GBR = "GetBrowserRequest";
487
498
  const _GBRe = "GetBrowserResponse";
488
499
  const _GCI = "GetCodeInterpreter";
@@ -562,6 +573,9 @@ const _LARV = "ListAgentRuntimeVersions";
562
573
  const _LARVR = "ListAgentRuntimeVersionsRequest";
563
574
  const _LARVRi = "ListAgentRuntimeVersionsResponse";
564
575
  const _LB = "ListBrowsers";
576
+ const _LBP = "ListBrowserProfiles";
577
+ const _LBPR = "ListBrowserProfilesRequest";
578
+ const _LBPRi = "ListBrowserProfilesResponse";
565
579
  const _LBR = "ListBrowsersRequest";
566
580
  const _LBRi = "ListBrowsersResponse";
567
581
  const _LC = "LifecycleConfiguration";
@@ -936,7 +950,10 @@ const _lGN = "logGroupNames";
936
950
  const _lGNo = "logGroupName";
937
951
  const _lMD = "lastModifiedDate";
938
952
  const _lOPC = "linkedinOauth2ProviderConfig";
939
- const _lSA = "lastSynchronizedAt";
953
+ const _lSA = "lastSavedAt";
954
+ const _lSAa = "lastSynchronizedAt";
955
+ const _lSBI = "lastSavedBrowserId";
956
+ const _lSBSI = "lastSavedBrowserSessionId";
940
957
  const _lUA = "lastUpdatedAt";
941
958
  const _lUT = "lastUpdatedTime";
942
959
  const _lV = "liveVersion";
@@ -986,7 +1003,8 @@ const _oPCI = "oauth2ProviderConfigInput";
986
1003
  const _oPCO = "oauth2ProviderConfigOutput";
987
1004
  const _oS = "outputSchema";
988
1005
  const _p = "path";
989
- const _pA = "policyArn";
1006
+ const _pA = "profileArn";
1007
+ const _pAo = "policyArn";
990
1008
  const _pAr = "providerArn";
991
1009
  const _pC = "protocolConfiguration";
992
1010
  const _pDBN = "payloadDeliveryBucketName";
@@ -999,8 +1017,10 @@ const _pGA = "policyGenerationArn";
999
1017
  const _pGAI = "policyGenerationAssetId";
1000
1018
  const _pGAo = "policyGenerationAssets";
1001
1019
  const _pGI = "policyGenerationId";
1002
- const _pI = "policyId";
1020
+ const _pI = "profileId";
1021
+ const _pIo = "policyId";
1003
1022
  const _pRH = "passRequestHeaders";
1023
+ const _pS = "profileSummaries";
1004
1024
  const _pT = "protocolType";
1005
1025
  const _po = "policy";
1006
1026
  const _pol = "policies";
@@ -1178,6 +1198,11 @@ var BrowserNetworkConfiguration$ = [3, n0, _BNC,
1178
1198
  [_nM, _vC],
1179
1199
  [0, () => VpcConfig$], 1
1180
1200
  ];
1201
+ var BrowserProfileSummary$ = [3, n0, _BPS,
1202
+ 0,
1203
+ [_pI, _pA, _n, _s, _cA, _lUA, _d, _lSA, _lSBSI, _lSBI],
1204
+ [0, 0, 0, 0, 5, 5, [() => Description, 0], 5, 0, 0], 6
1205
+ ];
1181
1206
  var BrowserSigningConfigInput$ = [3, n0, _BSCI,
1182
1207
  0,
1183
1208
  [_en],
@@ -1275,6 +1300,16 @@ var CreateApiKeyCredentialProviderResponse$ = [3, n0, _CAKCPRr,
1275
1300
  [_aKSA, _n, _cPA],
1276
1301
  [() => Secret$, 0, 0], 3
1277
1302
  ];
1303
+ var CreateBrowserProfileRequest$ = [3, n0, _CBPR,
1304
+ 0,
1305
+ [_n, _d, _cTl, _t],
1306
+ [0, [() => Description, 0], [0, 4], 128 | 0], 1
1307
+ ];
1308
+ var CreateBrowserProfileResponse$ = [3, n0, _CBPRr,
1309
+ 0,
1310
+ [_pI, _pA, _cA, _s],
1311
+ [0, 0, 5, 0], 4
1312
+ ];
1278
1313
  var CreateBrowserRequest$ = [3, n0, _CBR,
1279
1314
  0,
1280
1315
  [_n, _nC, _d, _eRA, _re, _bS, _cTl, _t],
@@ -1322,7 +1357,7 @@ var CreateGatewayTargetRequest$ = [3, n0, _CGTR,
1322
1357
  ];
1323
1358
  var CreateGatewayTargetResponse$ = [3, n0, _CGTRr,
1324
1359
  0,
1325
- [_gA, _tI, _cA, _uA, _s, _n, _tC, _cPC, _sR, _d, _lSA, _mC],
1360
+ [_gA, _tI, _cA, _uA, _s, _n, _tC, _cPC, _sR, _d, _lSAa, _mC],
1326
1361
  [0, 0, 5, 5, 0, [() => TargetName, 0], [() => TargetConfiguration$, 0], [() => CredentialProviderConfigurations, 0], 64 | 0, [() => TargetDescription, 0], 5, () => MetadataConfiguration$], 8
1327
1362
  ];
1328
1363
  var CreateMemoryInput$ = [3, n0, _CMI,
@@ -1372,7 +1407,7 @@ var CreatePolicyRequest$ = [3, n0, _CPR,
1372
1407
  ];
1373
1408
  var CreatePolicyResponse$ = [3, n0, _CPRr,
1374
1409
  0,
1375
- [_pI, _n, _pEI, _de, _cA, _uA, _pA, _s, _sR, _d],
1410
+ [_pIo, _n, _pEI, _de, _cA, _uA, _pAo, _s, _sR, _d],
1376
1411
  [0, 0, 0, () => PolicyDefinition$, 5, 5, 0, 0, 64 | 0, [() => Description, 0]], 9
1377
1412
  ];
1378
1413
  var CreateWorkloadIdentityRequest$ = [3, n0, _CWIR,
@@ -1451,6 +1486,16 @@ var DeleteApiKeyCredentialProviderResponse$ = [3, n0, _DAKCPRe,
1451
1486
  [],
1452
1487
  []
1453
1488
  ];
1489
+ var DeleteBrowserProfileRequest$ = [3, n0, _DBPR,
1490
+ 0,
1491
+ [_pI, _cTl],
1492
+ [[0, 1], [0, { [_hQ]: _cTl, [_iT]: 1 }]], 1
1493
+ ];
1494
+ var DeleteBrowserProfileResponse$ = [3, n0, _DBPRe,
1495
+ 0,
1496
+ [_pI, _pA, _s, _lUA, _lSA],
1497
+ [0, 0, 0, 5, 5], 4
1498
+ ];
1454
1499
  var DeleteBrowserRequest$ = [3, n0, _DBR,
1455
1500
  0,
1456
1501
  [_bI, _cTl],
@@ -1548,12 +1593,12 @@ var DeletePolicyEngineResponse$ = [3, n0, _DPERe,
1548
1593
  ];
1549
1594
  var DeletePolicyRequest$ = [3, n0, _DPR,
1550
1595
  0,
1551
- [_pEI, _pI],
1596
+ [_pEI, _pIo],
1552
1597
  [[0, 1], [0, 1]], 2
1553
1598
  ];
1554
1599
  var DeletePolicyResponse$ = [3, n0, _DPRe,
1555
1600
  0,
1556
- [_pI, _n, _pEI, _de, _cA, _uA, _pA, _s, _sR, _d],
1601
+ [_pIo, _n, _pEI, _de, _cA, _uA, _pAo, _s, _sR, _d],
1557
1602
  [0, 0, 0, () => PolicyDefinition$, 5, 5, 0, 0, 64 | 0, [() => Description, 0]], 9
1558
1603
  ];
1559
1604
  var DeleteResourcePolicyRequest$ = [3, n0, _DRPR,
@@ -1669,7 +1714,7 @@ var GatewaySummary$ = [3, n0, _GS,
1669
1714
  ];
1670
1715
  var GatewayTarget$ = [3, n0, _GT,
1671
1716
  0,
1672
- [_gA, _tI, _cA, _uA, _s, _n, _tC, _cPC, _sR, _d, _lSA, _mC],
1717
+ [_gA, _tI, _cA, _uA, _s, _n, _tC, _cPC, _sR, _d, _lSAa, _mC],
1673
1718
  [0, 0, 5, 5, 0, [() => TargetName, 0], [() => TargetConfiguration$, 0], [() => CredentialProviderConfigurations, 0], 64 | 0, [() => TargetDescription, 0], 5, () => MetadataConfiguration$], 8
1674
1719
  ];
1675
1720
  var GetAgentRuntimeEndpointRequest$ = [3, n0, _GARER,
@@ -1702,6 +1747,16 @@ var GetApiKeyCredentialProviderResponse$ = [3, n0, _GAKCPRe,
1702
1747
  [_aKSA, _n, _cPA, _cT, _lUT],
1703
1748
  [() => Secret$, 0, 0, 4, 4], 5
1704
1749
  ];
1750
+ var GetBrowserProfileRequest$ = [3, n0, _GBPR,
1751
+ 0,
1752
+ [_pI],
1753
+ [[0, 1]], 1
1754
+ ];
1755
+ var GetBrowserProfileResponse$ = [3, n0, _GBPRe,
1756
+ 0,
1757
+ [_pI, _pA, _n, _s, _cA, _lUA, _d, _lSA, _lSBSI, _lSBI],
1758
+ [0, 0, 0, 0, 5, 5, [() => Description, 0], 5, 0, 0], 6
1759
+ ];
1705
1760
  var GetBrowserRequest$ = [3, n0, _GBR,
1706
1761
  0,
1707
1762
  [_bI],
@@ -1749,7 +1804,7 @@ var GetGatewayTargetRequest$ = [3, n0, _GGTR,
1749
1804
  ];
1750
1805
  var GetGatewayTargetResponse$ = [3, n0, _GGTRe,
1751
1806
  0,
1752
- [_gA, _tI, _cA, _uA, _s, _n, _tC, _cPC, _sR, _d, _lSA, _mC],
1807
+ [_gA, _tI, _cA, _uA, _s, _n, _tC, _cPC, _sR, _d, _lSAa, _mC],
1753
1808
  [0, 0, 5, 5, 0, [() => TargetName, 0], [() => TargetConfiguration$, 0], [() => CredentialProviderConfigurations, 0], 64 | 0, [() => TargetDescription, 0], 5, () => MetadataConfiguration$], 8
1754
1809
  ];
1755
1810
  var GetMemoryInput$ = [3, n0, _GMI,
@@ -1804,12 +1859,12 @@ var GetPolicyGenerationResponse$ = [3, n0, _GPGRe,
1804
1859
  ];
1805
1860
  var GetPolicyRequest$ = [3, n0, _GPR,
1806
1861
  0,
1807
- [_pEI, _pI],
1862
+ [_pEI, _pIo],
1808
1863
  [[0, 1], [0, 1]], 2
1809
1864
  ];
1810
1865
  var GetPolicyResponse$ = [3, n0, _GPRe,
1811
1866
  0,
1812
- [_pI, _n, _pEI, _de, _cA, _uA, _pA, _s, _sR, _d],
1867
+ [_pIo, _n, _pEI, _de, _cA, _uA, _pAo, _s, _sR, _d],
1813
1868
  [0, 0, 0, () => PolicyDefinition$, 5, 5, 0, 0, 64 | 0, [() => Description, 0]], 9
1814
1869
  ];
1815
1870
  var GetResourcePolicyRequest$ = [3, n0, _GRPR,
@@ -1963,6 +2018,16 @@ var ListApiKeyCredentialProvidersResponse$ = [3, n0, _LAKCPRi,
1963
2018
  [_cPre, _nT],
1964
2019
  [() => ApiKeyCredentialProviders, 0], 1
1965
2020
  ];
2021
+ var ListBrowserProfilesRequest$ = [3, n0, _LBPR,
2022
+ 0,
2023
+ [_mR, _nT],
2024
+ [[1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]]
2025
+ ];
2026
+ var ListBrowserProfilesResponse$ = [3, n0, _LBPRi,
2027
+ 0,
2028
+ [_pS, _nT],
2029
+ [[() => BrowserProfileSummaries, 0], 0], 1
2030
+ ];
1966
2031
  var ListBrowsersRequest$ = [3, n0, _LBR,
1967
2032
  0,
1968
2033
  [_mR, _nT, _ty],
@@ -2225,7 +2290,7 @@ var OutputConfig$ = [3, n0, _OC,
2225
2290
  ];
2226
2291
  var Policy$ = [3, n0, _Po,
2227
2292
  0,
2228
- [_pI, _n, _pEI, _de, _cA, _uA, _pA, _s, _sR, _d],
2293
+ [_pIo, _n, _pEI, _de, _cA, _uA, _pAo, _s, _sR, _d],
2229
2294
  [0, 0, 0, () => PolicyDefinition$, 5, 5, 0, 0, 64 | 0, [() => Description, 0]], 9
2230
2295
  ];
2231
2296
  var PolicyEngine$ = [3, n0, _PE,
@@ -2562,7 +2627,7 @@ var UpdateGatewayTargetRequest$ = [3, n0, _UGTR,
2562
2627
  ];
2563
2628
  var UpdateGatewayTargetResponse$ = [3, n0, _UGTRp,
2564
2629
  0,
2565
- [_gA, _tI, _cA, _uA, _s, _n, _tC, _cPC, _sR, _d, _lSA, _mC],
2630
+ [_gA, _tI, _cA, _uA, _s, _n, _tC, _cPC, _sR, _d, _lSAa, _mC],
2566
2631
  [0, 0, 5, 5, 0, [() => TargetName, 0], [() => TargetConfiguration$, 0], [() => CredentialProviderConfigurations, 0], 64 | 0, [() => TargetDescription, 0], 5, () => MetadataConfiguration$], 8
2567
2632
  ];
2568
2633
  var UpdateMemoryInput$ = [3, n0, _UMI,
@@ -2607,12 +2672,12 @@ var UpdatePolicyEngineResponse$ = [3, n0, _UPERp,
2607
2672
  ];
2608
2673
  var UpdatePolicyRequest$ = [3, n0, _UPR,
2609
2674
  0,
2610
- [_pEI, _pI, _de, _d, _vM],
2675
+ [_pEI, _pIo, _de, _d, _vM],
2611
2676
  [[0, 1], [0, 1], () => PolicyDefinition$, [() => Description, 0], 0], 3
2612
2677
  ];
2613
2678
  var UpdatePolicyResponse$ = [3, n0, _UPRp,
2614
2679
  0,
2615
- [_pI, _n, _pEI, _de, _cA, _uA, _pA, _s, _sR, _d],
2680
+ [_pIo, _n, _pEI, _de, _cA, _uA, _pAo, _s, _sR, _d],
2616
2681
  [0, 0, 0, () => PolicyDefinition$, 5, 5, 0, 0, 64 | 0, [() => Description, 0]], 9
2617
2682
  ];
2618
2683
  var UpdateWorkloadIdentityRequest$ = [3, n0, _UWIR,
@@ -2700,6 +2765,10 @@ var ApiGatewayToolOverrides = [1, n0, _AGTOp,
2700
2765
  var ApiKeyCredentialProviders = [1, n0, _AKCP,
2701
2766
  0, () => ApiKeyCredentialProviderItem$
2702
2767
  ];
2768
+ var BrowserProfileSummaries = [1, n0, _BPSr,
2769
+ 0, [() => BrowserProfileSummary$,
2770
+ 0]
2771
+ ];
2703
2772
  var BrowserSummaries = [1, n0, _BSr,
2704
2773
  0, [() => BrowserSummary$,
2705
2774
  0]
@@ -3027,6 +3096,9 @@ var CreateApiKeyCredentialProvider$ = [9, n0, _CAKCP,
3027
3096
  var CreateBrowser$ = [9, n0, _CB,
3028
3097
  { [_h]: ["PUT", "/browsers", 202] }, () => CreateBrowserRequest$, () => CreateBrowserResponse$
3029
3098
  ];
3099
+ var CreateBrowserProfile$ = [9, n0, _CBP,
3100
+ { [_h]: ["PUT", "/browser-profiles", 200] }, () => CreateBrowserProfileRequest$, () => CreateBrowserProfileResponse$
3101
+ ];
3030
3102
  var CreateCodeInterpreter$ = [9, n0, _CCIr,
3031
3103
  { [_h]: ["PUT", "/code-interpreters", 202] }, () => CreateCodeInterpreterRequest$, () => CreateCodeInterpreterResponse$
3032
3104
  ];
@@ -3069,6 +3141,9 @@ var DeleteApiKeyCredentialProvider$ = [9, n0, _DAKCP,
3069
3141
  var DeleteBrowser$ = [9, n0, _DB,
3070
3142
  { [_h]: ["DELETE", "/browsers/{browserId}", 202] }, () => DeleteBrowserRequest$, () => DeleteBrowserResponse$
3071
3143
  ];
3144
+ var DeleteBrowserProfile$ = [9, n0, _DBP,
3145
+ { [_h]: ["DELETE", "/browser-profiles/{profileId}", 200] }, () => DeleteBrowserProfileRequest$, () => DeleteBrowserProfileResponse$
3146
+ ];
3072
3147
  var DeleteCodeInterpreter$ = [9, n0, _DCI,
3073
3148
  { [_h]: ["DELETE", "/code-interpreters/{codeInterpreterId}", 202] }, () => DeleteCodeInterpreterRequest$, () => DeleteCodeInterpreterResponse$
3074
3149
  ];
@@ -3114,6 +3189,9 @@ var GetApiKeyCredentialProvider$ = [9, n0, _GAKCPe,
3114
3189
  var GetBrowser$ = [9, n0, _GB,
3115
3190
  { [_h]: ["GET", "/browsers/{browserId}", 200] }, () => GetBrowserRequest$, () => GetBrowserResponse$
3116
3191
  ];
3192
+ var GetBrowserProfile$ = [9, n0, _GBP,
3193
+ { [_h]: ["GET", "/browser-profiles/{profileId}", 200] }, () => GetBrowserProfileRequest$, () => GetBrowserProfileResponse$
3194
+ ];
3117
3195
  var GetCodeInterpreter$ = [9, n0, _GCI,
3118
3196
  { [_h]: ["GET", "/code-interpreters/{codeInterpreterId}", 200] }, () => GetCodeInterpreterRequest$, () => GetCodeInterpreterResponse$
3119
3197
  ];
@@ -3165,6 +3243,9 @@ var ListAgentRuntimeVersions$ = [9, n0, _LARV,
3165
3243
  var ListApiKeyCredentialProviders$ = [9, n0, _LAKCP,
3166
3244
  { [_h]: ["POST", "/identities/ListApiKeyCredentialProviders", 200] }, () => ListApiKeyCredentialProvidersRequest$, () => ListApiKeyCredentialProvidersResponse$
3167
3245
  ];
3246
+ var ListBrowserProfiles$ = [9, n0, _LBP,
3247
+ { [_h]: ["POST", "/browser-profiles", 200] }, () => ListBrowserProfilesRequest$, () => ListBrowserProfilesResponse$
3248
+ ];
3168
3249
  var ListBrowsers$ = [9, n0, _LB,
3169
3250
  { [_h]: ["POST", "/browsers", 200] }, () => ListBrowsersRequest$, () => ListBrowsersResponse$
3170
3251
  ];
@@ -3310,6 +3391,18 @@ class CreateBrowserCommand extends smithyClient.Command
3310
3391
  .build() {
3311
3392
  }
3312
3393
 
3394
+ class CreateBrowserProfileCommand extends smithyClient.Command
3395
+ .classBuilder()
3396
+ .ep(commonParams)
3397
+ .m(function (Command, cs, config, o) {
3398
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3399
+ })
3400
+ .s("AmazonBedrockAgentCoreControl", "CreateBrowserProfile", {})
3401
+ .n("BedrockAgentCoreControlClient", "CreateBrowserProfileCommand")
3402
+ .sc(CreateBrowserProfile$)
3403
+ .build() {
3404
+ }
3405
+
3313
3406
  class CreateCodeInterpreterCommand extends smithyClient.Command
3314
3407
  .classBuilder()
3315
3408
  .ep(commonParams)
@@ -3478,6 +3571,18 @@ class DeleteBrowserCommand extends smithyClient.Command
3478
3571
  .build() {
3479
3572
  }
3480
3573
 
3574
+ class DeleteBrowserProfileCommand extends smithyClient.Command
3575
+ .classBuilder()
3576
+ .ep(commonParams)
3577
+ .m(function (Command, cs, config, o) {
3578
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3579
+ })
3580
+ .s("AmazonBedrockAgentCoreControl", "DeleteBrowserProfile", {})
3581
+ .n("BedrockAgentCoreControlClient", "DeleteBrowserProfileCommand")
3582
+ .sc(DeleteBrowserProfile$)
3583
+ .build() {
3584
+ }
3585
+
3481
3586
  class DeleteCodeInterpreterCommand extends smithyClient.Command
3482
3587
  .classBuilder()
3483
3588
  .ep(commonParams)
@@ -3658,6 +3763,18 @@ class GetBrowserCommand extends smithyClient.Command
3658
3763
  .build() {
3659
3764
  }
3660
3765
 
3766
+ class GetBrowserProfileCommand extends smithyClient.Command
3767
+ .classBuilder()
3768
+ .ep(commonParams)
3769
+ .m(function (Command, cs, config, o) {
3770
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3771
+ })
3772
+ .s("AmazonBedrockAgentCoreControl", "GetBrowserProfile", {})
3773
+ .n("BedrockAgentCoreControlClient", "GetBrowserProfileCommand")
3774
+ .sc(GetBrowserProfile$)
3775
+ .build() {
3776
+ }
3777
+
3661
3778
  class GetCodeInterpreterCommand extends smithyClient.Command
3662
3779
  .classBuilder()
3663
3780
  .ep(commonParams)
@@ -3862,6 +3979,18 @@ class ListApiKeyCredentialProvidersCommand extends smithyClient.Command
3862
3979
  .build() {
3863
3980
  }
3864
3981
 
3982
+ class ListBrowserProfilesCommand extends smithyClient.Command
3983
+ .classBuilder()
3984
+ .ep(commonParams)
3985
+ .m(function (Command, cs, config, o) {
3986
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3987
+ })
3988
+ .s("AmazonBedrockAgentCoreControl", "ListBrowserProfiles", {})
3989
+ .n("BedrockAgentCoreControlClient", "ListBrowserProfilesCommand")
3990
+ .sc(ListBrowserProfiles$)
3991
+ .build() {
3992
+ }
3993
+
3865
3994
  class ListBrowsersCommand extends smithyClient.Command
3866
3995
  .classBuilder()
3867
3996
  .ep(commonParams)
@@ -4254,6 +4383,8 @@ const paginateListAgentRuntimeVersions = core.createPaginator(BedrockAgentCoreCo
4254
4383
 
4255
4384
  const paginateListApiKeyCredentialProviders = core.createPaginator(BedrockAgentCoreControlClient, ListApiKeyCredentialProvidersCommand, "nextToken", "nextToken", "maxResults");
4256
4385
 
4386
+ const paginateListBrowserProfiles = core.createPaginator(BedrockAgentCoreControlClient, ListBrowserProfilesCommand, "nextToken", "nextToken", "maxResults");
4387
+
4257
4388
  const paginateListBrowsers = core.createPaginator(BedrockAgentCoreControlClient, ListBrowsersCommand, "nextToken", "nextToken", "maxResults");
4258
4389
 
4259
4390
  const paginateListCodeInterpreters = core.createPaginator(BedrockAgentCoreControlClient, ListCodeInterpretersCommand, "nextToken", "nextToken", "maxResults");
@@ -4588,6 +4719,7 @@ const commands = {
4588
4719
  CreateAgentRuntimeEndpointCommand,
4589
4720
  CreateApiKeyCredentialProviderCommand,
4590
4721
  CreateBrowserCommand,
4722
+ CreateBrowserProfileCommand,
4591
4723
  CreateCodeInterpreterCommand,
4592
4724
  CreateEvaluatorCommand,
4593
4725
  CreateGatewayCommand,
@@ -4602,6 +4734,7 @@ const commands = {
4602
4734
  DeleteAgentRuntimeEndpointCommand,
4603
4735
  DeleteApiKeyCredentialProviderCommand,
4604
4736
  DeleteBrowserCommand,
4737
+ DeleteBrowserProfileCommand,
4605
4738
  DeleteCodeInterpreterCommand,
4606
4739
  DeleteEvaluatorCommand,
4607
4740
  DeleteGatewayCommand,
@@ -4617,6 +4750,7 @@ const commands = {
4617
4750
  GetAgentRuntimeEndpointCommand,
4618
4751
  GetApiKeyCredentialProviderCommand,
4619
4752
  GetBrowserCommand,
4753
+ GetBrowserProfileCommand,
4620
4754
  GetCodeInterpreterCommand,
4621
4755
  GetEvaluatorCommand,
4622
4756
  GetGatewayCommand,
@@ -4634,6 +4768,7 @@ const commands = {
4634
4768
  ListAgentRuntimesCommand,
4635
4769
  ListAgentRuntimeVersionsCommand,
4636
4770
  ListApiKeyCredentialProvidersCommand,
4771
+ ListBrowserProfilesCommand,
4637
4772
  ListBrowsersCommand,
4638
4773
  ListCodeInterpretersCommand,
4639
4774
  ListEvaluatorsCommand,
@@ -4672,6 +4807,7 @@ const paginators = {
4672
4807
  paginateListAgentRuntimes,
4673
4808
  paginateListAgentRuntimeVersions,
4674
4809
  paginateListApiKeyCredentialProviders,
4810
+ paginateListBrowserProfiles,
4675
4811
  paginateListBrowsers,
4676
4812
  paginateListCodeInterpreters,
4677
4813
  paginateListEvaluators,
@@ -4745,6 +4881,12 @@ const AgentRuntimeStatus = {
4745
4881
  UPDATE_FAILED: "UPDATE_FAILED",
4746
4882
  UPDATING: "UPDATING",
4747
4883
  };
4884
+ const BrowserProfileStatus = {
4885
+ DELETED: "DELETED",
4886
+ DELETING: "DELETING",
4887
+ READY: "READY",
4888
+ SAVING: "SAVING",
4889
+ };
4748
4890
  const BrowserNetworkMode = {
4749
4891
  PUBLIC: "PUBLIC",
4750
4892
  VPC: "VPC",
@@ -5017,6 +5159,8 @@ exports.BedrockAgentCoreControlServiceException$ = BedrockAgentCoreControlServic
5017
5159
  exports.BedrockEvaluatorModelConfig$ = BedrockEvaluatorModelConfig$;
5018
5160
  exports.BrowserNetworkConfiguration$ = BrowserNetworkConfiguration$;
5019
5161
  exports.BrowserNetworkMode = BrowserNetworkMode;
5162
+ exports.BrowserProfileStatus = BrowserProfileStatus;
5163
+ exports.BrowserProfileSummary$ = BrowserProfileSummary$;
5020
5164
  exports.BrowserSigningConfigInput$ = BrowserSigningConfigInput$;
5021
5165
  exports.BrowserSigningConfigOutput$ = BrowserSigningConfigOutput$;
5022
5166
  exports.BrowserStatus = BrowserStatus;
@@ -5054,6 +5198,10 @@ exports.CreateApiKeyCredentialProviderRequest$ = CreateApiKeyCredentialProviderR
5054
5198
  exports.CreateApiKeyCredentialProviderResponse$ = CreateApiKeyCredentialProviderResponse$;
5055
5199
  exports.CreateBrowser$ = CreateBrowser$;
5056
5200
  exports.CreateBrowserCommand = CreateBrowserCommand;
5201
+ exports.CreateBrowserProfile$ = CreateBrowserProfile$;
5202
+ exports.CreateBrowserProfileCommand = CreateBrowserProfileCommand;
5203
+ exports.CreateBrowserProfileRequest$ = CreateBrowserProfileRequest$;
5204
+ exports.CreateBrowserProfileResponse$ = CreateBrowserProfileResponse$;
5057
5205
  exports.CreateBrowserRequest$ = CreateBrowserRequest$;
5058
5206
  exports.CreateBrowserResponse$ = CreateBrowserResponse$;
5059
5207
  exports.CreateCodeInterpreter$ = CreateCodeInterpreter$;
@@ -5129,6 +5277,10 @@ exports.DeleteApiKeyCredentialProviderRequest$ = DeleteApiKeyCredentialProviderR
5129
5277
  exports.DeleteApiKeyCredentialProviderResponse$ = DeleteApiKeyCredentialProviderResponse$;
5130
5278
  exports.DeleteBrowser$ = DeleteBrowser$;
5131
5279
  exports.DeleteBrowserCommand = DeleteBrowserCommand;
5280
+ exports.DeleteBrowserProfile$ = DeleteBrowserProfile$;
5281
+ exports.DeleteBrowserProfileCommand = DeleteBrowserProfileCommand;
5282
+ exports.DeleteBrowserProfileRequest$ = DeleteBrowserProfileRequest$;
5283
+ exports.DeleteBrowserProfileResponse$ = DeleteBrowserProfileResponse$;
5132
5284
  exports.DeleteBrowserRequest$ = DeleteBrowserRequest$;
5133
5285
  exports.DeleteBrowserResponse$ = DeleteBrowserResponse$;
5134
5286
  exports.DeleteCodeInterpreter$ = DeleteCodeInterpreter$;
@@ -5226,6 +5378,10 @@ exports.GetApiKeyCredentialProviderRequest$ = GetApiKeyCredentialProviderRequest
5226
5378
  exports.GetApiKeyCredentialProviderResponse$ = GetApiKeyCredentialProviderResponse$;
5227
5379
  exports.GetBrowser$ = GetBrowser$;
5228
5380
  exports.GetBrowserCommand = GetBrowserCommand;
5381
+ exports.GetBrowserProfile$ = GetBrowserProfile$;
5382
+ exports.GetBrowserProfileCommand = GetBrowserProfileCommand;
5383
+ exports.GetBrowserProfileRequest$ = GetBrowserProfileRequest$;
5384
+ exports.GetBrowserProfileResponse$ = GetBrowserProfileResponse$;
5229
5385
  exports.GetBrowserRequest$ = GetBrowserRequest$;
5230
5386
  exports.GetBrowserResponse$ = GetBrowserResponse$;
5231
5387
  exports.GetCodeInterpreter$ = GetCodeInterpreter$;
@@ -5316,6 +5472,10 @@ exports.ListApiKeyCredentialProviders$ = ListApiKeyCredentialProviders$;
5316
5472
  exports.ListApiKeyCredentialProvidersCommand = ListApiKeyCredentialProvidersCommand;
5317
5473
  exports.ListApiKeyCredentialProvidersRequest$ = ListApiKeyCredentialProvidersRequest$;
5318
5474
  exports.ListApiKeyCredentialProvidersResponse$ = ListApiKeyCredentialProvidersResponse$;
5475
+ exports.ListBrowserProfiles$ = ListBrowserProfiles$;
5476
+ exports.ListBrowserProfilesCommand = ListBrowserProfilesCommand;
5477
+ exports.ListBrowserProfilesRequest$ = ListBrowserProfilesRequest$;
5478
+ exports.ListBrowserProfilesResponse$ = ListBrowserProfilesResponse$;
5319
5479
  exports.ListBrowsers$ = ListBrowsers$;
5320
5480
  exports.ListBrowsersCommand = ListBrowsersCommand;
5321
5481
  exports.ListBrowsersRequest$ = ListBrowsersRequest$;
@@ -5571,6 +5731,7 @@ exports.paginateListAgentRuntimeEndpoints = paginateListAgentRuntimeEndpoints;
5571
5731
  exports.paginateListAgentRuntimeVersions = paginateListAgentRuntimeVersions;
5572
5732
  exports.paginateListAgentRuntimes = paginateListAgentRuntimes;
5573
5733
  exports.paginateListApiKeyCredentialProviders = paginateListApiKeyCredentialProviders;
5734
+ exports.paginateListBrowserProfiles = paginateListBrowserProfiles;
5574
5735
  exports.paginateListBrowsers = paginateListBrowsers;
5575
5736
  exports.paginateListCodeInterpreters = paginateListCodeInterpreters;
5576
5737
  exports.paginateListEvaluators = paginateListEvaluators;
@@ -4,6 +4,7 @@ import { CreateAgentRuntimeCommand, } from "./commands/CreateAgentRuntimeCommand
4
4
  import { CreateAgentRuntimeEndpointCommand, } from "./commands/CreateAgentRuntimeEndpointCommand";
5
5
  import { CreateApiKeyCredentialProviderCommand, } from "./commands/CreateApiKeyCredentialProviderCommand";
6
6
  import { CreateBrowserCommand, } from "./commands/CreateBrowserCommand";
7
+ import { CreateBrowserProfileCommand, } from "./commands/CreateBrowserProfileCommand";
7
8
  import { CreateCodeInterpreterCommand, } from "./commands/CreateCodeInterpreterCommand";
8
9
  import { CreateEvaluatorCommand, } from "./commands/CreateEvaluatorCommand";
9
10
  import { CreateGatewayCommand, } from "./commands/CreateGatewayCommand";
@@ -18,6 +19,7 @@ import { DeleteAgentRuntimeCommand, } from "./commands/DeleteAgentRuntimeCommand
18
19
  import { DeleteAgentRuntimeEndpointCommand, } from "./commands/DeleteAgentRuntimeEndpointCommand";
19
20
  import { DeleteApiKeyCredentialProviderCommand, } from "./commands/DeleteApiKeyCredentialProviderCommand";
20
21
  import { DeleteBrowserCommand, } from "./commands/DeleteBrowserCommand";
22
+ import { DeleteBrowserProfileCommand, } from "./commands/DeleteBrowserProfileCommand";
21
23
  import { DeleteCodeInterpreterCommand, } from "./commands/DeleteCodeInterpreterCommand";
22
24
  import { DeleteEvaluatorCommand, } from "./commands/DeleteEvaluatorCommand";
23
25
  import { DeleteGatewayCommand, } from "./commands/DeleteGatewayCommand";
@@ -33,6 +35,7 @@ import { GetAgentRuntimeCommand, } from "./commands/GetAgentRuntimeCommand";
33
35
  import { GetAgentRuntimeEndpointCommand, } from "./commands/GetAgentRuntimeEndpointCommand";
34
36
  import { GetApiKeyCredentialProviderCommand, } from "./commands/GetApiKeyCredentialProviderCommand";
35
37
  import { GetBrowserCommand } from "./commands/GetBrowserCommand";
38
+ import { GetBrowserProfileCommand, } from "./commands/GetBrowserProfileCommand";
36
39
  import { GetCodeInterpreterCommand, } from "./commands/GetCodeInterpreterCommand";
37
40
  import { GetEvaluatorCommand, } from "./commands/GetEvaluatorCommand";
38
41
  import { GetGatewayCommand } from "./commands/GetGatewayCommand";
@@ -50,6 +53,7 @@ import { ListAgentRuntimeEndpointsCommand, } from "./commands/ListAgentRuntimeEn
50
53
  import { ListAgentRuntimesCommand, } from "./commands/ListAgentRuntimesCommand";
51
54
  import { ListAgentRuntimeVersionsCommand, } from "./commands/ListAgentRuntimeVersionsCommand";
52
55
  import { ListApiKeyCredentialProvidersCommand, } from "./commands/ListApiKeyCredentialProvidersCommand";
56
+ import { ListBrowserProfilesCommand, } from "./commands/ListBrowserProfilesCommand";
53
57
  import { ListBrowsersCommand, } from "./commands/ListBrowsersCommand";
54
58
  import { ListCodeInterpretersCommand, } from "./commands/ListCodeInterpretersCommand";
55
59
  import { ListEvaluatorsCommand, } from "./commands/ListEvaluatorsCommand";
@@ -86,6 +90,7 @@ import { paginateListAgentRuntimeEndpoints } from "./pagination/ListAgentRuntime
86
90
  import { paginateListAgentRuntimes } from "./pagination/ListAgentRuntimesPaginator";
87
91
  import { paginateListAgentRuntimeVersions } from "./pagination/ListAgentRuntimeVersionsPaginator";
88
92
  import { paginateListApiKeyCredentialProviders } from "./pagination/ListApiKeyCredentialProvidersPaginator";
93
+ import { paginateListBrowserProfiles } from "./pagination/ListBrowserProfilesPaginator";
89
94
  import { paginateListBrowsers } from "./pagination/ListBrowsersPaginator";
90
95
  import { paginateListCodeInterpreters } from "./pagination/ListCodeInterpretersPaginator";
91
96
  import { paginateListEvaluators } from "./pagination/ListEvaluatorsPaginator";
@@ -110,6 +115,7 @@ const commands = {
110
115
  CreateAgentRuntimeEndpointCommand,
111
116
  CreateApiKeyCredentialProviderCommand,
112
117
  CreateBrowserCommand,
118
+ CreateBrowserProfileCommand,
113
119
  CreateCodeInterpreterCommand,
114
120
  CreateEvaluatorCommand,
115
121
  CreateGatewayCommand,
@@ -124,6 +130,7 @@ const commands = {
124
130
  DeleteAgentRuntimeEndpointCommand,
125
131
  DeleteApiKeyCredentialProviderCommand,
126
132
  DeleteBrowserCommand,
133
+ DeleteBrowserProfileCommand,
127
134
  DeleteCodeInterpreterCommand,
128
135
  DeleteEvaluatorCommand,
129
136
  DeleteGatewayCommand,
@@ -139,6 +146,7 @@ const commands = {
139
146
  GetAgentRuntimeEndpointCommand,
140
147
  GetApiKeyCredentialProviderCommand,
141
148
  GetBrowserCommand,
149
+ GetBrowserProfileCommand,
142
150
  GetCodeInterpreterCommand,
143
151
  GetEvaluatorCommand,
144
152
  GetGatewayCommand,
@@ -156,6 +164,7 @@ const commands = {
156
164
  ListAgentRuntimesCommand,
157
165
  ListAgentRuntimeVersionsCommand,
158
166
  ListApiKeyCredentialProvidersCommand,
167
+ ListBrowserProfilesCommand,
159
168
  ListBrowsersCommand,
160
169
  ListCodeInterpretersCommand,
161
170
  ListEvaluatorsCommand,
@@ -194,6 +203,7 @@ const paginators = {
194
203
  paginateListAgentRuntimes,
195
204
  paginateListAgentRuntimeVersions,
196
205
  paginateListApiKeyCredentialProviders,
206
+ paginateListBrowserProfiles,
197
207
  paginateListBrowsers,
198
208
  paginateListCodeInterpreters,
199
209
  paginateListEvaluators,
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { CreateBrowserProfile$ } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class CreateBrowserProfileCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("AmazonBedrockAgentCoreControl", "CreateBrowserProfile", {})
13
+ .n("BedrockAgentCoreControlClient", "CreateBrowserProfileCommand")
14
+ .sc(CreateBrowserProfile$)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { DeleteBrowserProfile$ } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class DeleteBrowserProfileCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("AmazonBedrockAgentCoreControl", "DeleteBrowserProfile", {})
13
+ .n("BedrockAgentCoreControlClient", "DeleteBrowserProfileCommand")
14
+ .sc(DeleteBrowserProfile$)
15
+ .build() {
16
+ }