@aws-sdk/client-bedrock-agentcore-control 3.1021.0 → 3.1023.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 +8 -0
- package/dist-cjs/schemas/schemas_0.js +105 -30
- package/dist-es/models/enums.js +7 -0
- package/dist-es/schemas/schemas_0.js +98 -23
- package/dist-types/commands/CreateGatewayTargetCommand.d.ts +74 -1
- package/dist-types/commands/CreatePolicyEngineCommand.d.ts +2 -1
- package/dist-types/commands/DeleteGatewayTargetCommand.d.ts +2 -2
- package/dist-types/commands/DeletePolicyEngineCommand.d.ts +1 -1
- package/dist-types/commands/GetGatewayTargetCommand.d.ts +44 -1
- package/dist-types/commands/GetPolicyEngineCommand.d.ts +1 -1
- package/dist-types/commands/ListGatewayTargetsCommand.d.ts +1 -1
- package/dist-types/commands/ListPolicyEnginesCommand.d.ts +1 -1
- package/dist-types/commands/SynchronizeGatewayTargetsCommand.d.ts +45 -2
- package/dist-types/commands/UpdateGatewayTargetCommand.d.ts +75 -2
- package/dist-types/models/enums.d.ts +15 -0
- package/dist-types/models/models_0.d.ts +266 -253
- package/dist-types/models/models_1.d.ts +322 -1
- package/dist-types/schemas/schemas_0.d.ts +8 -0
- package/dist-types/ts3.4/commands/CreatePolicyEngineCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DeletePolicyEngineCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetPolicyEngineCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListPolicyEnginesCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/enums.d.ts +9 -0
- package/dist-types/ts3.4/models/models_0.d.ts +120 -59
- package/dist-types/ts3.4/models/models_1.d.ts +75 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +8 -0
- package/package.json +1 -1
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
const _AC = "AuthorizerConfiguration";
|
|
2
2
|
const _ACMVT = "AuthorizingClaimMatchValueType";
|
|
3
|
+
const _AD = "AuthorizationData";
|
|
3
4
|
const _ADE = "AccessDeniedException";
|
|
4
5
|
const _AGTC = "ApiGatewayTargetConfiguration";
|
|
5
6
|
const _AGTCp = "ApiGatewayToolConfiguration";
|
|
@@ -266,6 +267,7 @@ const _GWIR = "GetWorkloadIdentityRequest";
|
|
|
266
267
|
const _GWIRe = "GetWorkloadIdentityResponse";
|
|
267
268
|
const _IC = "InferenceConfiguration";
|
|
268
269
|
const _ICI = "InvocationConfigurationInput";
|
|
270
|
+
const _ICP = "IamCredentialProvider";
|
|
269
271
|
const _ICn = "InvocationConfiguration";
|
|
270
272
|
const _ICnt = "InterceptorConfiguration";
|
|
271
273
|
const _IIC = "InterceptorInputConfiguration";
|
|
@@ -346,6 +348,7 @@ const _MCC = "ModifyConsolidationConfiguration";
|
|
|
346
348
|
const _MCPGC = "MCPGatewayConfiguration";
|
|
347
349
|
const _MEC = "ModifyExtractionConfiguration";
|
|
348
350
|
const _MICI = "ModifyInvocationConfigurationInput";
|
|
351
|
+
const _MLR = "ManagedLatticeResource";
|
|
349
352
|
const _MLTC = "McpLambdaTargetConfiguration";
|
|
350
353
|
const _MMS = "ModifyMemoryStrategies";
|
|
351
354
|
const _MMSI = "ModifyMemoryStrategyInput";
|
|
@@ -353,6 +356,7 @@ const _MMSL = "ModifyMemoryStrategiesList";
|
|
|
353
356
|
const _MOPCI = "MicrosoftOauth2ProviderConfigInput";
|
|
354
357
|
const _MOPCO = "MicrosoftOauth2ProviderConfigOutput";
|
|
355
358
|
const _MRC = "ModifyReflectionConfiguration";
|
|
359
|
+
const _MRD = "ManagedResourceDetails";
|
|
356
360
|
const _MS = "MemoryStrategy";
|
|
357
361
|
const _MSC = "ModifyStrategyConfiguration";
|
|
358
362
|
const _MSI = "MemoryStrategyInput";
|
|
@@ -363,9 +367,11 @@ const _MSMC = "ModifySelfManagedConfiguration";
|
|
|
363
367
|
const _MSTC = "McpServerTargetConfiguration";
|
|
364
368
|
const _MSe = "MemorySummary";
|
|
365
369
|
const _MTC = "McpTargetConfiguration";
|
|
370
|
+
const _MTSC = "McpToolSchemaConfiguration";
|
|
366
371
|
const _NC = "NetworkConfiguration";
|
|
367
372
|
const _NSD = "NumericalScaleDefinition";
|
|
368
373
|
const _NSDu = "NumericalScaleDefinitions";
|
|
374
|
+
const _OAAD = "OAuth2AuthorizationData";
|
|
369
375
|
const _OACP = "OAuthCredentialProvider";
|
|
370
376
|
const _OACPV = "OAuthCustomParametersValue";
|
|
371
377
|
const _OACPu = "OAuthCustomParameters";
|
|
@@ -382,7 +388,9 @@ const _P = "Prompt";
|
|
|
382
388
|
const _PC = "ProtocolConfiguration";
|
|
383
389
|
const _PD = "PolicyDefinition";
|
|
384
390
|
const _PE = "PolicyEngine";
|
|
391
|
+
const _PEMR = "PrivateEndpointManagedResources";
|
|
385
392
|
const _PEo = "PolicyEngines";
|
|
393
|
+
const _PEr = "PrivateEndpoint";
|
|
386
394
|
const _PG = "PolicyGeneration";
|
|
387
395
|
const _PGA = "PolicyGenerationAsset";
|
|
388
396
|
const _PGAo = "PolicyGenerationAssets";
|
|
@@ -423,6 +431,7 @@ const _SL = "S3Location";
|
|
|
423
431
|
const _SMC = "SelfManagedConfiguration";
|
|
424
432
|
const _SMCI = "SelfManagedConfigurationInput";
|
|
425
433
|
const _SML = "SecretsManagerLocation";
|
|
434
|
+
const _SMLR = "SelfManagedLatticeResource";
|
|
426
435
|
const _SMSI = "SemanticMemoryStrategyInput";
|
|
427
436
|
const _SMSIu = "SummaryMemoryStrategyInput";
|
|
428
437
|
const _SOCCI = "SemanticOverrideConsolidationConfigurationInput";
|
|
@@ -523,6 +532,7 @@ const _aA = "allowedAudience";
|
|
|
523
532
|
const _aC = "authorizerConfiguration";
|
|
524
533
|
const _aCMV = "authorizingClaimMatchValue";
|
|
525
534
|
const _aCl = "allowedClients";
|
|
535
|
+
const _aD = "authorizationData";
|
|
526
536
|
const _aE = "authorizationEndpoint";
|
|
527
537
|
const _aG = "apiGateway";
|
|
528
538
|
const _aGTC = "apiGatewayToolConfiguration";
|
|
@@ -547,6 +557,7 @@ const _aS = "allowedScopes";
|
|
|
547
557
|
const _aSM = "authorizationServerMetadata";
|
|
548
558
|
const _aT = "authorizerType";
|
|
549
559
|
const _aTP = "appendToPrompt";
|
|
560
|
+
const _aU = "authorizationUrl";
|
|
550
561
|
const _b = "bucket";
|
|
551
562
|
const _bA = "browserArn";
|
|
552
563
|
const _bEMC = "bedrockEvaluatorModelConfig";
|
|
@@ -607,6 +618,7 @@ const _dSC = "dataSourceConfig";
|
|
|
607
618
|
const _dU = "discoveryUrl";
|
|
608
619
|
const _dV = "doubleValue";
|
|
609
620
|
const _de = "definition";
|
|
621
|
+
const _do = "domain";
|
|
610
622
|
const _e = "error";
|
|
611
623
|
const _eA = "evaluatorArn";
|
|
612
624
|
const _eC = "evaluatorConfig";
|
|
@@ -615,6 +627,7 @@ const _eED = "eventExpiryDuration";
|
|
|
615
627
|
const _eEO = "episodicExtractionOverride";
|
|
616
628
|
const _eERA = "evaluationExecutionRoleArn";
|
|
617
629
|
const _eI = "evaluatorId";
|
|
630
|
+
const _eIAT = "endpointIpAddressType";
|
|
618
631
|
const _eKA = "encryptionKeyArn";
|
|
619
632
|
const _eL = "exceptionLevel";
|
|
620
633
|
const _eMS = "episodicMemoryStrategy";
|
|
@@ -653,6 +666,7 @@ const _hE = "httpError";
|
|
|
653
666
|
const _hQ = "httpQuery";
|
|
654
667
|
const _i = "id";
|
|
655
668
|
const _iC = "inferenceConfig";
|
|
669
|
+
const _iCP = "iamCredentialProvider";
|
|
656
670
|
const _iCn = "interceptorConfigurations";
|
|
657
671
|
const _iCnp = "inputConfiguration";
|
|
658
672
|
const _iCnv = "invocationConfiguration";
|
|
@@ -704,6 +718,7 @@ const _mERA = "memoryExecutionRoleArn";
|
|
|
704
718
|
const _mI = "modelId";
|
|
705
719
|
const _mIe = "memoryId";
|
|
706
720
|
const _mL = "maxLifetime";
|
|
721
|
+
const _mLR = "managedLatticeResource";
|
|
707
722
|
const _mMS = "modifyMemoryStrategies";
|
|
708
723
|
const _mOPC = "microsoftOauth2ProviderConfig";
|
|
709
724
|
const _mP = "mountPath";
|
|
@@ -712,6 +727,7 @@ const _mS = "memoryStrategies";
|
|
|
712
727
|
const _mSI = "memoryStrategyId";
|
|
713
728
|
const _mSc = "mcpServer";
|
|
714
729
|
const _mT = "maxTokens";
|
|
730
|
+
const _mTS = "mcpToolSchema";
|
|
715
731
|
const _mVS = "matchValueString";
|
|
716
732
|
const _mVSL = "matchValueStringList";
|
|
717
733
|
const _mc = "mcp";
|
|
@@ -741,16 +757,19 @@ const _oPCI = "oauth2ProviderConfigInput";
|
|
|
741
757
|
const _oPCO = "oauth2ProviderConfigOutput";
|
|
742
758
|
const _oS = "outputSchema";
|
|
743
759
|
const _oV = "optionalValue";
|
|
760
|
+
const _oa = "oauth2";
|
|
744
761
|
const _p = "path";
|
|
745
762
|
const _pA = "profileArn";
|
|
746
763
|
const _pAo = "policyArn";
|
|
747
764
|
const _pAr = "providerArn";
|
|
748
765
|
const _pC = "protocolConfiguration";
|
|
749
766
|
const _pDBN = "payloadDeliveryBucketName";
|
|
750
|
-
const _pE = "
|
|
767
|
+
const _pE = "privateEndpoint";
|
|
751
768
|
const _pEA = "policyEngineArn";
|
|
752
769
|
const _pEC = "policyEngineConfiguration";
|
|
753
770
|
const _pEI = "policyEngineId";
|
|
771
|
+
const _pEMR = "privateEndpointManagedResources";
|
|
772
|
+
const _pEo = "policyEngines";
|
|
754
773
|
const _pG = "policyGenerations";
|
|
755
774
|
const _pGA = "policyGenerationArn";
|
|
756
775
|
const _pGAI = "policyGenerationAssetId";
|
|
@@ -768,10 +787,14 @@ const _pr = "prefix";
|
|
|
768
787
|
const _pro = "properties";
|
|
769
788
|
const _r = "reason";
|
|
770
789
|
const _rA = "roleArn";
|
|
790
|
+
const _rAA = "resourceAssociationArn";
|
|
771
791
|
const _rAI = "restApiId";
|
|
772
792
|
const _rAe = "resourceArn";
|
|
773
793
|
const _rC = "reflectionConfiguration";
|
|
794
|
+
const _rCI = "resourceConfigurationIdentifier";
|
|
795
|
+
const _rD = "routingDomain";
|
|
774
796
|
const _rE = "runtimeEndpoints";
|
|
797
|
+
const _rGA = "resourceGatewayArn";
|
|
775
798
|
const _rHA = "requestHeaderAllowlist";
|
|
776
799
|
const _rHC = "requestHeaderConfiguration";
|
|
777
800
|
const _rMMDSV = "requireMMDSV2";
|
|
@@ -781,6 +804,7 @@ const _rTF = "rawTextFragment";
|
|
|
781
804
|
const _rTa = "rawText";
|
|
782
805
|
const _re = "recording";
|
|
783
806
|
const _ref = "reflection";
|
|
807
|
+
const _reg = "region";
|
|
784
808
|
const _req = "required";
|
|
785
809
|
const _res = "resource";
|
|
786
810
|
const _reso = "resources";
|
|
@@ -795,10 +819,13 @@ const _sCe = "sessionConfig";
|
|
|
795
819
|
const _sDR = "streamDeliveryResources";
|
|
796
820
|
const _sEO = "semanticExtractionOverride";
|
|
797
821
|
const _sG = "securityGroups";
|
|
798
|
-
const
|
|
822
|
+
const _sGI = "securityGroupIds";
|
|
823
|
+
const _sI = "subnetIds";
|
|
824
|
+
const _sIt = "strategyId";
|
|
799
825
|
const _sL = "s3Location";
|
|
800
826
|
const _sM = "secretsManager";
|
|
801
827
|
const _sMC = "selfManagedConfiguration";
|
|
828
|
+
const _sMLR = "selfManagedLatticeResource";
|
|
802
829
|
const _sMS = "semanticMemoryStrategy";
|
|
803
830
|
const _sMSu = "summaryMemoryStrategy";
|
|
804
831
|
const _sMm = "smithyModel";
|
|
@@ -819,6 +846,7 @@ const _sVt = "stringValue";
|
|
|
819
846
|
const _s_ = "s3";
|
|
820
847
|
const _sc = "scopes";
|
|
821
848
|
const _se = "server";
|
|
849
|
+
const _ser = "service";
|
|
822
850
|
const _st = "status";
|
|
823
851
|
const _sta = "stage";
|
|
824
852
|
const _stat = "statement";
|
|
@@ -849,13 +877,15 @@ const _tar = "targets";
|
|
|
849
877
|
const _te = "temperature";
|
|
850
878
|
const _u = "uri";
|
|
851
879
|
const _uA = "updatedAt";
|
|
880
|
+
const _uI = "userId";
|
|
852
881
|
const _uPCO = "userPreferenceConsolidationOverride";
|
|
853
882
|
const _uPEO = "userPreferenceExtractionOverride";
|
|
854
883
|
const _uPMS = "userPreferenceMemoryStrategy";
|
|
855
884
|
const _uPO = "userPreferenceOverride";
|
|
856
885
|
const _v = "value";
|
|
857
886
|
const _vC = "vpcConfig";
|
|
858
|
-
const _vI = "
|
|
887
|
+
const _vI = "vpcIdentifier";
|
|
888
|
+
const _vIe = "versionId";
|
|
859
889
|
const _vM = "validationMode";
|
|
860
890
|
const _ve = "version";
|
|
861
891
|
const _vi = "view";
|
|
@@ -1189,13 +1219,13 @@ export var CreateGatewayResponse$ = [3, n0, _CGRr,
|
|
|
1189
1219
|
];
|
|
1190
1220
|
export var CreateGatewayTargetRequest$ = [3, n0, _CGTR,
|
|
1191
1221
|
0,
|
|
1192
|
-
[_gIa, _n, _tC, _d, _cTl, _cPC, _mC],
|
|
1193
|
-
[[0, 1], [() => TargetName, 0], [() => TargetConfiguration$, 0], [() => TargetDescription, 0], [0, 4], [() => CredentialProviderConfigurations, 0], () => MetadataConfiguration$], 3
|
|
1222
|
+
[_gIa, _n, _tC, _d, _cTl, _cPC, _mC, _pE],
|
|
1223
|
+
[[0, 1], [() => TargetName, 0], [() => TargetConfiguration$, 0], [() => TargetDescription, 0], [0, 4], [() => CredentialProviderConfigurations, 0], () => MetadataConfiguration$, () => PrivateEndpoint$], 3
|
|
1194
1224
|
];
|
|
1195
1225
|
export var CreateGatewayTargetResponse$ = [3, n0, _CGTRr,
|
|
1196
1226
|
0,
|
|
1197
|
-
[_gA, _tI, _cA, _uA, _st, _n, _tC, _cPC, _sR, _d, _lSAa, _mC],
|
|
1198
|
-
[0, 0, 5, 5, 0, [() => TargetName, 0], [() => TargetConfiguration$, 0], [() => CredentialProviderConfigurations, 0], 64 | 0, [() => TargetDescription, 0], 5, () => MetadataConfiguration$], 8
|
|
1227
|
+
[_gA, _tI, _cA, _uA, _st, _n, _tC, _cPC, _sR, _d, _lSAa, _mC, _pE, _pEMR, _aD],
|
|
1228
|
+
[0, 0, 5, 5, 0, [() => TargetName, 0], [() => TargetConfiguration$, 0], [() => CredentialProviderConfigurations, 0], 64 | 0, [() => TargetDescription, 0], 5, () => MetadataConfiguration$, () => PrivateEndpoint$, () => PrivateEndpointManagedResources, () => AuthorizationData$], 8
|
|
1199
1229
|
];
|
|
1200
1230
|
export var CreateMemoryInput$ = [3, n0, _CMI,
|
|
1201
1231
|
0,
|
|
@@ -1539,8 +1569,8 @@ export var GatewaySummary$ = [3, n0, _GS,
|
|
|
1539
1569
|
];
|
|
1540
1570
|
export var GatewayTarget$ = [3, n0, _GT,
|
|
1541
1571
|
0,
|
|
1542
|
-
[_gA, _tI, _cA, _uA, _st, _n, _tC, _cPC, _sR, _d, _lSAa, _mC],
|
|
1543
|
-
[0, 0, 5, 5, 0, [() => TargetName, 0], [() => TargetConfiguration$, 0], [() => CredentialProviderConfigurations, 0], 64 | 0, [() => TargetDescription, 0], 5, () => MetadataConfiguration$], 8
|
|
1572
|
+
[_gA, _tI, _cA, _uA, _st, _n, _tC, _cPC, _sR, _d, _lSAa, _mC, _pE, _pEMR, _aD],
|
|
1573
|
+
[0, 0, 5, 5, 0, [() => TargetName, 0], [() => TargetConfiguration$, 0], [() => CredentialProviderConfigurations, 0], 64 | 0, [() => TargetDescription, 0], 5, () => MetadataConfiguration$, () => PrivateEndpoint$, () => PrivateEndpointManagedResources, () => AuthorizationData$], 8
|
|
1544
1574
|
];
|
|
1545
1575
|
export var GetAgentRuntimeEndpointRequest$ = [3, n0, _GARER,
|
|
1546
1576
|
0,
|
|
@@ -1629,8 +1659,8 @@ export var GetGatewayTargetRequest$ = [3, n0, _GGTR,
|
|
|
1629
1659
|
];
|
|
1630
1660
|
export var GetGatewayTargetResponse$ = [3, n0, _GGTRe,
|
|
1631
1661
|
0,
|
|
1632
|
-
[_gA, _tI, _cA, _uA, _st, _n, _tC, _cPC, _sR, _d, _lSAa, _mC],
|
|
1633
|
-
[0, 0, 5, 5, 0, [() => TargetName, 0], [() => TargetConfiguration$, 0], [() => CredentialProviderConfigurations, 0], 64 | 0, [() => TargetDescription, 0], 5, () => MetadataConfiguration$], 8
|
|
1662
|
+
[_gA, _tI, _cA, _uA, _st, _n, _tC, _cPC, _sR, _d, _lSAa, _mC, _pE, _pEMR, _aD],
|
|
1663
|
+
[0, 0, 5, 5, 0, [() => TargetName, 0], [() => TargetConfiguration$, 0], [() => CredentialProviderConfigurations, 0], 64 | 0, [() => TargetDescription, 0], 5, () => MetadataConfiguration$, () => PrivateEndpoint$, () => PrivateEndpointManagedResources, () => AuthorizationData$], 8
|
|
1634
1664
|
];
|
|
1635
1665
|
export var GetMemoryInput$ = [3, n0, _GMI,
|
|
1636
1666
|
0,
|
|
@@ -1742,6 +1772,11 @@ export var GoogleOauth2ProviderConfigOutput$ = [3, n0, _GOPCOo,
|
|
|
1742
1772
|
[_oD, _cI],
|
|
1743
1773
|
[() => Oauth2Discovery$, 0], 1
|
|
1744
1774
|
];
|
|
1775
|
+
export var IamCredentialProvider$ = [3, n0, _ICP,
|
|
1776
|
+
0,
|
|
1777
|
+
[_ser, _reg],
|
|
1778
|
+
[0, 0], 1
|
|
1779
|
+
];
|
|
1745
1780
|
export var IncludedOauth2ProviderConfigInput$ = [3, n0, _IOPCI,
|
|
1746
1781
|
0,
|
|
1747
1782
|
[_cI, _cS, _is, _aE, _tE],
|
|
@@ -1954,7 +1989,7 @@ export var ListPolicyEnginesRequest$ = [3, n0, _LPER,
|
|
|
1954
1989
|
];
|
|
1955
1990
|
export var ListPolicyEnginesResponse$ = [3, n0, _LPERi,
|
|
1956
1991
|
0,
|
|
1957
|
-
[
|
|
1992
|
+
[_pEo, _nTe],
|
|
1958
1993
|
[[() => PolicyEngines, 0], 0], 1
|
|
1959
1994
|
];
|
|
1960
1995
|
export var ListPolicyGenerationAssetsRequest$ = [3, n0, _LPGAR,
|
|
@@ -2002,6 +2037,16 @@ export var LlmAsAJudgeEvaluatorConfig$ = [3, n0, _LAAJEC,
|
|
|
2002
2037
|
[_ins, _rS, _mCo],
|
|
2003
2038
|
[[() => EvaluatorInstructions, 0], () => RatingScale$, () => EvaluatorModelConfig$], 3
|
|
2004
2039
|
];
|
|
2040
|
+
export var ManagedLatticeResource$ = [3, n0, _MLR,
|
|
2041
|
+
0,
|
|
2042
|
+
[_vI, _sI, _eIAT, _sGI, _ta, _rD],
|
|
2043
|
+
[0, 64 | 0, 0, 64 | 0, 128 | 0, 0], 3
|
|
2044
|
+
];
|
|
2045
|
+
export var ManagedResourceDetails$ = [3, n0, _MRD,
|
|
2046
|
+
0,
|
|
2047
|
+
[_do, _rGA, _rAA],
|
|
2048
|
+
[0, 0, 0]
|
|
2049
|
+
];
|
|
2005
2050
|
export var MCPGatewayConfiguration$ = [3, n0, _MCPGC,
|
|
2006
2051
|
0,
|
|
2007
2052
|
[_sV, _ins, _sT],
|
|
@@ -2014,8 +2059,8 @@ export var McpLambdaTargetConfiguration$ = [3, n0, _MLTC,
|
|
|
2014
2059
|
];
|
|
2015
2060
|
export var McpServerTargetConfiguration$ = [3, n0, _MSTC,
|
|
2016
2061
|
0,
|
|
2017
|
-
[_end],
|
|
2018
|
-
[0], 1
|
|
2062
|
+
[_end, _mTS],
|
|
2063
|
+
[0, [() => McpToolSchemaConfiguration$, 0]], 1
|
|
2019
2064
|
];
|
|
2020
2065
|
export var Memory$ = [3, n0, _M,
|
|
2021
2066
|
0,
|
|
@@ -2024,7 +2069,7 @@ export var Memory$ = [3, n0, _M,
|
|
|
2024
2069
|
];
|
|
2025
2070
|
export var MemoryStrategy$ = [3, n0, _MS,
|
|
2026
2071
|
0,
|
|
2027
|
-
[
|
|
2072
|
+
[_sIt, _n, _t, _na, _nT, _d, _con, _cA, _uA, _st],
|
|
2028
2073
|
[0, 0, 0, 64 | 0, 64 | 0, [() => Description, 0], [() => StrategyConfiguration$, 0], 4, 4, 0], 5
|
|
2029
2074
|
];
|
|
2030
2075
|
export var MemorySummary$ = [3, n0, _MSe,
|
|
@@ -2092,6 +2137,11 @@ export var NumericalScaleDefinition$ = [3, n0, _NSD,
|
|
|
2092
2137
|
[_de, _v, _la],
|
|
2093
2138
|
[0, 1, 0], 3
|
|
2094
2139
|
];
|
|
2140
|
+
export var OAuth2AuthorizationData$ = [3, n0, _OAAD,
|
|
2141
|
+
0,
|
|
2142
|
+
[_aU, _uI],
|
|
2143
|
+
[0, 0], 1
|
|
2144
|
+
];
|
|
2095
2145
|
export var Oauth2AuthorizationServerMetadata$ = [3, n0, _OASM,
|
|
2096
2146
|
0,
|
|
2097
2147
|
[_is, _aE, _tE, _rT, _tEAM],
|
|
@@ -2179,7 +2229,7 @@ export var S3Configuration$ = [3, n0, _SC,
|
|
|
2179
2229
|
];
|
|
2180
2230
|
export var S3Location$ = [3, n0, _SL,
|
|
2181
2231
|
0,
|
|
2182
|
-
[_b, _pr,
|
|
2232
|
+
[_b, _pr, _vIe],
|
|
2183
2233
|
[0, 0, 0], 2
|
|
2184
2234
|
];
|
|
2185
2235
|
export var SalesforceOauth2ProviderConfigInput$ = [3, n0, _SOPCI,
|
|
@@ -2439,13 +2489,13 @@ export var UpdateGatewayResponse$ = [3, n0, _UGRp,
|
|
|
2439
2489
|
];
|
|
2440
2490
|
export var UpdateGatewayTargetRequest$ = [3, n0, _UGTR,
|
|
2441
2491
|
0,
|
|
2442
|
-
[_gIa, _tI, _n, _tC, _d, _cPC, _mC],
|
|
2443
|
-
[[0, 1], [0, 1], [() => TargetName, 0], [() => TargetConfiguration$, 0], [() => TargetDescription, 0], [() => CredentialProviderConfigurations, 0], () => MetadataConfiguration$], 4
|
|
2492
|
+
[_gIa, _tI, _n, _tC, _d, _cPC, _mC, _pE],
|
|
2493
|
+
[[0, 1], [0, 1], [() => TargetName, 0], [() => TargetConfiguration$, 0], [() => TargetDescription, 0], [() => CredentialProviderConfigurations, 0], () => MetadataConfiguration$, () => PrivateEndpoint$], 4
|
|
2444
2494
|
];
|
|
2445
2495
|
export var UpdateGatewayTargetResponse$ = [3, n0, _UGTRp,
|
|
2446
2496
|
0,
|
|
2447
|
-
[_gA, _tI, _cA, _uA, _st, _n, _tC, _cPC, _sR, _d, _lSAa, _mC],
|
|
2448
|
-
[0, 0, 5, 5, 0, [() => TargetName, 0], [() => TargetConfiguration$, 0], [() => CredentialProviderConfigurations, 0], 64 | 0, [() => TargetDescription, 0], 5, () => MetadataConfiguration$], 8
|
|
2497
|
+
[_gA, _tI, _cA, _uA, _st, _n, _tC, _cPC, _sR, _d, _lSAa, _mC, _pE, _pEMR, _aD],
|
|
2498
|
+
[0, 0, 5, 5, 0, [() => TargetName, 0], [() => TargetConfiguration$, 0], [() => CredentialProviderConfigurations, 0], 64 | 0, [() => TargetDescription, 0], 5, () => MetadataConfiguration$, () => PrivateEndpoint$, () => PrivateEndpointManagedResources, () => AuthorizationData$], 8
|
|
2449
2499
|
];
|
|
2450
2500
|
export var UpdateMemoryInput$ = [3, n0, _UMI,
|
|
2451
2501
|
0,
|
|
@@ -2689,17 +2739,22 @@ var PolicyGenerations = [1, n0, _PGo,
|
|
|
2689
2739
|
0, () => PolicyGeneration$
|
|
2690
2740
|
];
|
|
2691
2741
|
var PolicyStatusReasons = 64 | 0;
|
|
2742
|
+
var PrivateEndpointManagedResources = [1, n0, _PEMR,
|
|
2743
|
+
0, () => ManagedResourceDetails$
|
|
2744
|
+
];
|
|
2692
2745
|
var RequestHeaderAllowlist = 64 | 0;
|
|
2693
2746
|
var RequiredProperties = 64 | 0;
|
|
2694
2747
|
var ResourceOauth2ReturnUrlListType = 64 | 0;
|
|
2695
2748
|
var ResponseListType = 64 | 0;
|
|
2696
2749
|
var RestApiMethods = 64 | 0;
|
|
2750
|
+
var SecurityGroupIds = 64 | 0;
|
|
2697
2751
|
var SecurityGroups = 64 | 0;
|
|
2698
2752
|
var ServiceNamesList = 64 | 0;
|
|
2699
2753
|
var StatusReasons = 64 | 0;
|
|
2700
2754
|
var StreamDeliveryResourcesList = [1, n0, _SDRL,
|
|
2701
2755
|
0, () => StreamDeliveryResource$
|
|
2702
2756
|
];
|
|
2757
|
+
var SubnetIds = 64 | 0;
|
|
2703
2758
|
var Subnets = 64 | 0;
|
|
2704
2759
|
var TagKeyList = 64 | 0;
|
|
2705
2760
|
var TargetIdList = 64 | 0;
|
|
@@ -2746,6 +2801,11 @@ export var ApiSchemaConfiguration$ = [4, n0, _ASC,
|
|
|
2746
2801
|
[_s_, _iPn],
|
|
2747
2802
|
[() => S3Configuration$, [() => InlinePayload, 0]]
|
|
2748
2803
|
];
|
|
2804
|
+
export var AuthorizationData$ = [4, n0, _AD,
|
|
2805
|
+
0,
|
|
2806
|
+
[_oa],
|
|
2807
|
+
[() => OAuth2AuthorizationData$]
|
|
2808
|
+
];
|
|
2749
2809
|
export var AuthorizerConfiguration$ = [4, n0, _AC,
|
|
2750
2810
|
0,
|
|
2751
2811
|
[_cJWTA],
|
|
@@ -2783,8 +2843,8 @@ export var Content$ = [4, n0, _Con,
|
|
|
2783
2843
|
];
|
|
2784
2844
|
export var CredentialProvider$ = [4, n0, _CPr,
|
|
2785
2845
|
0,
|
|
2786
|
-
[_oCP, _aKCP],
|
|
2787
|
-
[[() => OAuthCredentialProvider$, 0], () => GatewayApiKeyCredentialProvider$]
|
|
2846
|
+
[_oCP, _aKCP, _iCP],
|
|
2847
|
+
[[() => OAuthCredentialProvider$, 0], () => GatewayApiKeyCredentialProvider$, () => IamCredentialProvider$]
|
|
2788
2848
|
];
|
|
2789
2849
|
export var CustomConfigurationInput$ = [4, n0, _CCI,
|
|
2790
2850
|
0,
|
|
@@ -2869,7 +2929,12 @@ export var InterceptorConfiguration$ = [4, n0, _ICnt,
|
|
|
2869
2929
|
export var McpTargetConfiguration$ = [4, n0, _MTC,
|
|
2870
2930
|
0,
|
|
2871
2931
|
[_oAS, _sMm, _lam, _mSc, _aG],
|
|
2872
|
-
[[() => ApiSchemaConfiguration$, 0], [() => ApiSchemaConfiguration$, 0], () => McpLambdaTargetConfiguration$, () => McpServerTargetConfiguration$, () => ApiGatewayTargetConfiguration$]
|
|
2932
|
+
[[() => ApiSchemaConfiguration$, 0], [() => ApiSchemaConfiguration$, 0], () => McpLambdaTargetConfiguration$, [() => McpServerTargetConfiguration$, 0], () => ApiGatewayTargetConfiguration$]
|
|
2933
|
+
];
|
|
2934
|
+
export var McpToolSchemaConfiguration$ = [4, n0, _MTSC,
|
|
2935
|
+
0,
|
|
2936
|
+
[_s_, _iPn],
|
|
2937
|
+
[() => S3Configuration$, [() => InlinePayload, 0]]
|
|
2873
2938
|
];
|
|
2874
2939
|
export var MemoryStrategyInput$ = [4, n0, _MSI,
|
|
2875
2940
|
0,
|
|
@@ -2911,6 +2976,11 @@ export var PolicyDefinition$ = [4, n0, _PD,
|
|
|
2911
2976
|
[_ced, _pGo],
|
|
2912
2977
|
[() => CedarPolicy$, () => PolicyGenerationDetails$]
|
|
2913
2978
|
];
|
|
2979
|
+
export var PrivateEndpoint$ = [4, n0, _PEr,
|
|
2980
|
+
0,
|
|
2981
|
+
[_sMLR, _mLR],
|
|
2982
|
+
[() => SelfManagedLatticeResource$, () => ManagedLatticeResource$]
|
|
2983
|
+
];
|
|
2914
2984
|
export var RatingScale$ = [4, n0, _RS,
|
|
2915
2985
|
0,
|
|
2916
2986
|
[_nu, _ca],
|
|
@@ -2936,6 +3006,11 @@ export var ResourceLocation$ = [4, n0, _RL,
|
|
|
2936
3006
|
[_s_],
|
|
2937
3007
|
[() => S3Location$]
|
|
2938
3008
|
];
|
|
3009
|
+
export var SelfManagedLatticeResource$ = [4, n0, _SMLR,
|
|
3010
|
+
0,
|
|
3011
|
+
[_rCI],
|
|
3012
|
+
[0]
|
|
3013
|
+
];
|
|
2939
3014
|
export var StreamDeliveryResource$ = [4, n0, _SDRt,
|
|
2940
3015
|
0,
|
|
2941
3016
|
[_ki],
|
|
@@ -96,6 +96,13 @@ declare const CreateGatewayTargetCommand_base: {
|
|
|
96
96
|
* },
|
|
97
97
|
* mcpServer: { // McpServerTargetConfiguration
|
|
98
98
|
* endpoint: "STRING_VALUE", // required
|
|
99
|
+
* mcpToolSchema: { // McpToolSchemaConfiguration Union: only one key present
|
|
100
|
+
* s3: {
|
|
101
|
+
* uri: "STRING_VALUE",
|
|
102
|
+
* bucketOwnerAccountId: "STRING_VALUE",
|
|
103
|
+
* },
|
|
104
|
+
* inlinePayload: "STRING_VALUE",
|
|
105
|
+
* },
|
|
99
106
|
* },
|
|
100
107
|
* apiGateway: { // ApiGatewayTargetConfiguration
|
|
101
108
|
* restApiId: "STRING_VALUE", // required
|
|
@@ -142,6 +149,10 @@ declare const CreateGatewayTargetCommand_base: {
|
|
|
142
149
|
* credentialPrefix: "STRING_VALUE",
|
|
143
150
|
* credentialLocation: "HEADER" || "QUERY_PARAMETER",
|
|
144
151
|
* },
|
|
152
|
+
* iamCredentialProvider: { // IamCredentialProvider
|
|
153
|
+
* service: "STRING_VALUE", // required
|
|
154
|
+
* region: "STRING_VALUE",
|
|
155
|
+
* },
|
|
145
156
|
* },
|
|
146
157
|
* },
|
|
147
158
|
* ],
|
|
@@ -156,6 +167,25 @@ declare const CreateGatewayTargetCommand_base: {
|
|
|
156
167
|
* "STRING_VALUE",
|
|
157
168
|
* ],
|
|
158
169
|
* },
|
|
170
|
+
* privateEndpoint: { // PrivateEndpoint Union: only one key present
|
|
171
|
+
* selfManagedLatticeResource: { // SelfManagedLatticeResource Union: only one key present
|
|
172
|
+
* resourceConfigurationIdentifier: "STRING_VALUE",
|
|
173
|
+
* },
|
|
174
|
+
* managedLatticeResource: { // ManagedLatticeResource
|
|
175
|
+
* vpcIdentifier: "STRING_VALUE", // required
|
|
176
|
+
* subnetIds: [ // SubnetIds // required
|
|
177
|
+
* "STRING_VALUE",
|
|
178
|
+
* ],
|
|
179
|
+
* endpointIpAddressType: "IPV4" || "IPV6", // required
|
|
180
|
+
* securityGroupIds: [ // SecurityGroupIds
|
|
181
|
+
* "STRING_VALUE",
|
|
182
|
+
* ],
|
|
183
|
+
* tags: { // TagsMap
|
|
184
|
+
* "<keys>": "STRING_VALUE",
|
|
185
|
+
* },
|
|
186
|
+
* routingDomain: "STRING_VALUE",
|
|
187
|
+
* },
|
|
188
|
+
* },
|
|
159
189
|
* };
|
|
160
190
|
* const command = new CreateGatewayTargetCommand(input);
|
|
161
191
|
* const response = await client.send(command);
|
|
@@ -164,7 +194,7 @@ declare const CreateGatewayTargetCommand_base: {
|
|
|
164
194
|
* // targetId: "STRING_VALUE", // required
|
|
165
195
|
* // createdAt: new Date("TIMESTAMP"), // required
|
|
166
196
|
* // updatedAt: new Date("TIMESTAMP"), // required
|
|
167
|
-
* // status: "CREATING" || "UPDATING" || "UPDATE_UNSUCCESSFUL" || "DELETING" || "READY" || "FAILED" || "SYNCHRONIZING" || "SYNCHRONIZE_UNSUCCESSFUL", // required
|
|
197
|
+
* // status: "CREATING" || "UPDATING" || "UPDATE_UNSUCCESSFUL" || "DELETING" || "READY" || "FAILED" || "SYNCHRONIZING" || "SYNCHRONIZE_UNSUCCESSFUL" || "CREATE_PENDING_AUTH" || "UPDATE_PENDING_AUTH" || "SYNCHRONIZE_PENDING_AUTH", // required
|
|
168
198
|
* // statusReasons: [ // StatusReasons
|
|
169
199
|
* // "STRING_VALUE",
|
|
170
200
|
* // ],
|
|
@@ -225,6 +255,13 @@ declare const CreateGatewayTargetCommand_base: {
|
|
|
225
255
|
* // },
|
|
226
256
|
* // mcpServer: { // McpServerTargetConfiguration
|
|
227
257
|
* // endpoint: "STRING_VALUE", // required
|
|
258
|
+
* // mcpToolSchema: { // McpToolSchemaConfiguration Union: only one key present
|
|
259
|
+
* // s3: {
|
|
260
|
+
* // uri: "STRING_VALUE",
|
|
261
|
+
* // bucketOwnerAccountId: "STRING_VALUE",
|
|
262
|
+
* // },
|
|
263
|
+
* // inlinePayload: "STRING_VALUE",
|
|
264
|
+
* // },
|
|
228
265
|
* // },
|
|
229
266
|
* // apiGateway: { // ApiGatewayTargetConfiguration
|
|
230
267
|
* // restApiId: "STRING_VALUE", // required
|
|
@@ -271,6 +308,10 @@ declare const CreateGatewayTargetCommand_base: {
|
|
|
271
308
|
* // credentialPrefix: "STRING_VALUE",
|
|
272
309
|
* // credentialLocation: "HEADER" || "QUERY_PARAMETER",
|
|
273
310
|
* // },
|
|
311
|
+
* // iamCredentialProvider: { // IamCredentialProvider
|
|
312
|
+
* // service: "STRING_VALUE", // required
|
|
313
|
+
* // region: "STRING_VALUE",
|
|
314
|
+
* // },
|
|
274
315
|
* // },
|
|
275
316
|
* // },
|
|
276
317
|
* // ],
|
|
@@ -286,6 +327,38 @@ declare const CreateGatewayTargetCommand_base: {
|
|
|
286
327
|
* // "STRING_VALUE",
|
|
287
328
|
* // ],
|
|
288
329
|
* // },
|
|
330
|
+
* // privateEndpoint: { // PrivateEndpoint Union: only one key present
|
|
331
|
+
* // selfManagedLatticeResource: { // SelfManagedLatticeResource Union: only one key present
|
|
332
|
+
* // resourceConfigurationIdentifier: "STRING_VALUE",
|
|
333
|
+
* // },
|
|
334
|
+
* // managedLatticeResource: { // ManagedLatticeResource
|
|
335
|
+
* // vpcIdentifier: "STRING_VALUE", // required
|
|
336
|
+
* // subnetIds: [ // SubnetIds // required
|
|
337
|
+
* // "STRING_VALUE",
|
|
338
|
+
* // ],
|
|
339
|
+
* // endpointIpAddressType: "IPV4" || "IPV6", // required
|
|
340
|
+
* // securityGroupIds: [ // SecurityGroupIds
|
|
341
|
+
* // "STRING_VALUE",
|
|
342
|
+
* // ],
|
|
343
|
+
* // tags: { // TagsMap
|
|
344
|
+
* // "<keys>": "STRING_VALUE",
|
|
345
|
+
* // },
|
|
346
|
+
* // routingDomain: "STRING_VALUE",
|
|
347
|
+
* // },
|
|
348
|
+
* // },
|
|
349
|
+
* // privateEndpointManagedResources: [ // PrivateEndpointManagedResources
|
|
350
|
+
* // { // ManagedResourceDetails
|
|
351
|
+
* // domain: "STRING_VALUE",
|
|
352
|
+
* // resourceGatewayArn: "STRING_VALUE",
|
|
353
|
+
* // resourceAssociationArn: "STRING_VALUE",
|
|
354
|
+
* // },
|
|
355
|
+
* // ],
|
|
356
|
+
* // authorizationData: { // AuthorizationData Union: only one key present
|
|
357
|
+
* // oauth2: { // OAuth2AuthorizationData
|
|
358
|
+
* // authorizationUrl: "STRING_VALUE", // required
|
|
359
|
+
* // userId: "STRING_VALUE",
|
|
360
|
+
* // },
|
|
361
|
+
* // },
|
|
289
362
|
* // };
|
|
290
363
|
*
|
|
291
364
|
* ```
|
|
@@ -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 { CreatePolicyEngineRequest
|
|
4
|
+
import type { CreatePolicyEngineRequest } from "../models/models_0";
|
|
5
|
+
import type { CreatePolicyEngineResponse } from "../models/models_1";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
7
8
|
*/
|
|
@@ -27,7 +27,7 @@ declare const DeleteGatewayTargetCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Deletes a gateway target.</p>
|
|
30
|
+
* <p>Deletes a gateway target.</p> <p>You cannot delete a target that is in a pending authorization state (<code>CREATE_PENDING_AUTH</code>, <code>UPDATE_PENDING_AUTH</code>, or <code>SYNCHRONIZE_PENDING_AUTH</code>). Wait for the authorization to complete or fail before deleting the target.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -45,7 +45,7 @@ declare const DeleteGatewayTargetCommand_base: {
|
|
|
45
45
|
* // { // DeleteGatewayTargetResponse
|
|
46
46
|
* // gatewayArn: "STRING_VALUE", // required
|
|
47
47
|
* // targetId: "STRING_VALUE", // required
|
|
48
|
-
* // status: "CREATING" || "UPDATING" || "UPDATE_UNSUCCESSFUL" || "DELETING" || "READY" || "FAILED" || "SYNCHRONIZING" || "SYNCHRONIZE_UNSUCCESSFUL", // required
|
|
48
|
+
* // status: "CREATING" || "UPDATING" || "UPDATE_UNSUCCESSFUL" || "DELETING" || "READY" || "FAILED" || "SYNCHRONIZING" || "SYNCHRONIZE_UNSUCCESSFUL" || "CREATE_PENDING_AUTH" || "UPDATE_PENDING_AUTH" || "SYNCHRONIZE_PENDING_AUTH", // required
|
|
49
49
|
* // statusReasons: [ // StatusReasons
|
|
50
50
|
* // "STRING_VALUE",
|
|
51
51
|
* // ],
|
|
@@ -1,7 +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 { DeletePolicyEngineRequest, DeletePolicyEngineResponse } from "../models/
|
|
4
|
+
import type { DeletePolicyEngineRequest, DeletePolicyEngineResponse } from "../models/models_1";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -48,7 +48,7 @@ declare const GetGatewayTargetCommand_base: {
|
|
|
48
48
|
* // targetId: "STRING_VALUE", // required
|
|
49
49
|
* // createdAt: new Date("TIMESTAMP"), // required
|
|
50
50
|
* // updatedAt: new Date("TIMESTAMP"), // required
|
|
51
|
-
* // status: "CREATING" || "UPDATING" || "UPDATE_UNSUCCESSFUL" || "DELETING" || "READY" || "FAILED" || "SYNCHRONIZING" || "SYNCHRONIZE_UNSUCCESSFUL", // required
|
|
51
|
+
* // status: "CREATING" || "UPDATING" || "UPDATE_UNSUCCESSFUL" || "DELETING" || "READY" || "FAILED" || "SYNCHRONIZING" || "SYNCHRONIZE_UNSUCCESSFUL" || "CREATE_PENDING_AUTH" || "UPDATE_PENDING_AUTH" || "SYNCHRONIZE_PENDING_AUTH", // required
|
|
52
52
|
* // statusReasons: [ // StatusReasons
|
|
53
53
|
* // "STRING_VALUE",
|
|
54
54
|
* // ],
|
|
@@ -109,6 +109,13 @@ declare const GetGatewayTargetCommand_base: {
|
|
|
109
109
|
* // },
|
|
110
110
|
* // mcpServer: { // McpServerTargetConfiguration
|
|
111
111
|
* // endpoint: "STRING_VALUE", // required
|
|
112
|
+
* // mcpToolSchema: { // McpToolSchemaConfiguration Union: only one key present
|
|
113
|
+
* // s3: {
|
|
114
|
+
* // uri: "STRING_VALUE",
|
|
115
|
+
* // bucketOwnerAccountId: "STRING_VALUE",
|
|
116
|
+
* // },
|
|
117
|
+
* // inlinePayload: "STRING_VALUE",
|
|
118
|
+
* // },
|
|
112
119
|
* // },
|
|
113
120
|
* // apiGateway: { // ApiGatewayTargetConfiguration
|
|
114
121
|
* // restApiId: "STRING_VALUE", // required
|
|
@@ -155,6 +162,10 @@ declare const GetGatewayTargetCommand_base: {
|
|
|
155
162
|
* // credentialPrefix: "STRING_VALUE",
|
|
156
163
|
* // credentialLocation: "HEADER" || "QUERY_PARAMETER",
|
|
157
164
|
* // },
|
|
165
|
+
* // iamCredentialProvider: { // IamCredentialProvider
|
|
166
|
+
* // service: "STRING_VALUE", // required
|
|
167
|
+
* // region: "STRING_VALUE",
|
|
168
|
+
* // },
|
|
158
169
|
* // },
|
|
159
170
|
* // },
|
|
160
171
|
* // ],
|
|
@@ -170,6 +181,38 @@ declare const GetGatewayTargetCommand_base: {
|
|
|
170
181
|
* // "STRING_VALUE",
|
|
171
182
|
* // ],
|
|
172
183
|
* // },
|
|
184
|
+
* // privateEndpoint: { // PrivateEndpoint Union: only one key present
|
|
185
|
+
* // selfManagedLatticeResource: { // SelfManagedLatticeResource Union: only one key present
|
|
186
|
+
* // resourceConfigurationIdentifier: "STRING_VALUE",
|
|
187
|
+
* // },
|
|
188
|
+
* // managedLatticeResource: { // ManagedLatticeResource
|
|
189
|
+
* // vpcIdentifier: "STRING_VALUE", // required
|
|
190
|
+
* // subnetIds: [ // SubnetIds // required
|
|
191
|
+
* // "STRING_VALUE",
|
|
192
|
+
* // ],
|
|
193
|
+
* // endpointIpAddressType: "IPV4" || "IPV6", // required
|
|
194
|
+
* // securityGroupIds: [ // SecurityGroupIds
|
|
195
|
+
* // "STRING_VALUE",
|
|
196
|
+
* // ],
|
|
197
|
+
* // tags: { // TagsMap
|
|
198
|
+
* // "<keys>": "STRING_VALUE",
|
|
199
|
+
* // },
|
|
200
|
+
* // routingDomain: "STRING_VALUE",
|
|
201
|
+
* // },
|
|
202
|
+
* // },
|
|
203
|
+
* // privateEndpointManagedResources: [ // PrivateEndpointManagedResources
|
|
204
|
+
* // { // ManagedResourceDetails
|
|
205
|
+
* // domain: "STRING_VALUE",
|
|
206
|
+
* // resourceGatewayArn: "STRING_VALUE",
|
|
207
|
+
* // resourceAssociationArn: "STRING_VALUE",
|
|
208
|
+
* // },
|
|
209
|
+
* // ],
|
|
210
|
+
* // authorizationData: { // AuthorizationData Union: only one key present
|
|
211
|
+
* // oauth2: { // OAuth2AuthorizationData
|
|
212
|
+
* // authorizationUrl: "STRING_VALUE", // required
|
|
213
|
+
* // userId: "STRING_VALUE",
|
|
214
|
+
* // },
|
|
215
|
+
* // },
|
|
173
216
|
* // };
|
|
174
217
|
*
|
|
175
218
|
* ```
|
|
@@ -1,7 +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 { GetPolicyEngineRequest, GetPolicyEngineResponse } from "../models/
|
|
4
|
+
import type { GetPolicyEngineRequest, GetPolicyEngineResponse } from "../models/models_1";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -48,7 +48,7 @@ declare const ListGatewayTargetsCommand_base: {
|
|
|
48
48
|
* // { // TargetSummary
|
|
49
49
|
* // targetId: "STRING_VALUE", // required
|
|
50
50
|
* // name: "STRING_VALUE", // required
|
|
51
|
-
* // status: "CREATING" || "UPDATING" || "UPDATE_UNSUCCESSFUL" || "DELETING" || "READY" || "FAILED" || "SYNCHRONIZING" || "SYNCHRONIZE_UNSUCCESSFUL", // required
|
|
51
|
+
* // status: "CREATING" || "UPDATING" || "UPDATE_UNSUCCESSFUL" || "DELETING" || "READY" || "FAILED" || "SYNCHRONIZING" || "SYNCHRONIZE_UNSUCCESSFUL" || "CREATE_PENDING_AUTH" || "UPDATE_PENDING_AUTH" || "SYNCHRONIZE_PENDING_AUTH", // required
|
|
52
52
|
* // description: "STRING_VALUE",
|
|
53
53
|
* // createdAt: new Date("TIMESTAMP"), // required
|
|
54
54
|
* // updatedAt: new Date("TIMESTAMP"), // required
|