@aws-sdk/client-bedrock-agentcore-control 3.1104.0 → 3.1105.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/README.md +84 -0
- package/dist-cjs/index.js +728 -90
- package/dist-es/BedrockAgentCoreControl.js +30 -0
- package/dist-es/commands/BatchPutGatewayRateLimitsCommand.js +4 -0
- package/dist-es/commands/CreateCapacityProviderCommand.js +4 -0
- package/dist-es/commands/CreateGatewayRateLimitCommand.js +4 -0
- package/dist-es/commands/DeleteCapacityProviderCommand.js +4 -0
- package/dist-es/commands/DeleteGatewayRateLimitCommand.js +4 -0
- package/dist-es/commands/GetCapacityProviderCommand.js +4 -0
- package/dist-es/commands/GetGatewayRateLimitCommand.js +4 -0
- package/dist-es/commands/ListAgentRuntimeVersionsByCapacityProviderCommand.js +4 -0
- package/dist-es/commands/ListCapacityProvidersCommand.js +4 -0
- package/dist-es/commands/ListGatewayRateLimitsCommand.js +4 -0
- package/dist-es/commands/UpdateCapacityProviderCommand.js +4 -0
- package/dist-es/commands/UpdateGatewayRateLimitCommand.js +4 -0
- package/dist-es/commands/index.js +12 -0
- package/dist-es/models/enums.js +47 -0
- package/dist-es/models/errors.js +13 -0
- package/dist-es/pagination/ListAgentRuntimeVersionsByCapacityProviderPaginator.js +4 -0
- package/dist-es/pagination/ListCapacityProvidersPaginator.js +4 -0
- package/dist-es/pagination/ListGatewayRateLimitsPaginator.js +4 -0
- package/dist-es/pagination/index.js +3 -0
- package/dist-es/schemas/schemas_0.js +531 -90
- package/dist-types/BedrockAgentCoreControl.d.ts +106 -0
- package/dist-types/BedrockAgentCoreControlClient.d.ts +14 -2
- package/dist-types/commands/BatchPutGatewayRateLimitsCommand.d.ts +164 -0
- package/dist-types/commands/CreateAgentRuntimeCommand.d.ts +7 -0
- package/dist-types/commands/CreateCapacityProviderCommand.d.ts +189 -0
- package/dist-types/commands/CreateGatewayRateLimitCommand.d.ts +156 -0
- package/dist-types/commands/CreateHarnessCommand.d.ts +8 -0
- package/dist-types/commands/CreateHarnessEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreatePolicyCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAgentRuntimeCommand.d.ts +3 -1
- package/dist-types/commands/DeleteAgentRuntimeEndpointCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCapacityProviderCommand.d.ts +94 -0
- package/dist-types/commands/DeleteGatewayRateLimitCommand.d.ts +91 -0
- package/dist-types/commands/DeleteGatewayTargetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteHarnessCommand.d.ts +4 -0
- package/dist-types/commands/DeleteHarnessEndpointCommand.d.ts +1 -1
- package/dist-types/commands/DeletePolicyCommand.d.ts +1 -1
- package/dist-types/commands/GetAgentRuntimeCommand.d.ts +7 -0
- package/dist-types/commands/GetCapacityProviderCommand.d.ts +180 -0
- package/dist-types/commands/GetGatewayRateLimitCommand.d.ts +120 -0
- package/dist-types/commands/GetGatewayTargetCommand.d.ts +1 -1
- package/dist-types/commands/GetHarnessCommand.d.ts +4 -0
- package/dist-types/commands/GetHarnessEndpointCommand.d.ts +1 -1
- package/dist-types/commands/GetPolicyCommand.d.ts +1 -1
- package/dist-types/commands/GetPolicyGenerationCommand.d.ts +2 -1
- package/dist-types/commands/GetPolicyGenerationSummaryCommand.d.ts +1 -1
- package/dist-types/commands/GetPolicySummaryCommand.d.ts +1 -1
- package/dist-types/commands/GetResourcePolicyCommand.d.ts +1 -1
- package/dist-types/commands/GetTokenVaultCommand.d.ts +1 -1
- package/dist-types/commands/ListAgentRuntimeVersionsByCapacityProviderCommand.d.ts +92 -0
- package/dist-types/commands/ListCapacityProvidersCommand.d.ts +93 -0
- package/dist-types/commands/ListGatewayRateLimitsCommand.d.ts +126 -0
- package/dist-types/commands/ListGatewayTargetsCommand.d.ts +1 -1
- package/dist-types/commands/ListHarnessEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/ListPoliciesCommand.d.ts +1 -1
- package/dist-types/commands/ListPolicyGenerationAssetsCommand.d.ts +1 -1
- package/dist-types/commands/ListPolicyGenerationSummariesCommand.d.ts +1 -1
- package/dist-types/commands/ListPolicyGenerationsCommand.d.ts +1 -1
- package/dist-types/commands/ListPolicySummariesCommand.d.ts +1 -1
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +1 -1
- package/dist-types/commands/StartPolicyGenerationCommand.d.ts +1 -1
- package/dist-types/commands/SynchronizeGatewayTargetsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAgentRuntimeCommand.d.ts +7 -0
- package/dist-types/commands/UpdateCapacityProviderCommand.d.ts +101 -0
- package/dist-types/commands/UpdateGatewayRateLimitCommand.d.ts +149 -0
- package/dist-types/commands/UpdateHarnessCommand.d.ts +8 -0
- package/dist-types/commands/UpdateHarnessEndpointCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePolicyCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +12 -0
- package/dist-types/models/enums.d.ts +111 -0
- package/dist-types/models/errors.d.ts +13 -0
- package/dist-types/models/models_0.d.ts +2568 -2358
- package/dist-types/models/models_1.d.ts +4322 -4707
- package/dist-types/models/models_2.d.ts +1440 -3
- package/dist-types/pagination/ListAgentRuntimeVersionsByCapacityProviderPaginator.d.ts +7 -0
- package/dist-types/pagination/ListCapacityProvidersPaginator.d.ts +7 -0
- package/dist-types/pagination/ListGatewayRateLimitsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +3 -0
- package/dist-types/schemas/schemas_0.d.ts +61 -0
- package/dist-types/ts3.4/BedrockAgentCoreControl.d.ts +226 -0
- package/dist-types/ts3.4/BedrockAgentCoreControlClient.d.ts +72 -0
- package/dist-types/ts3.4/commands/BatchPutGatewayRateLimitsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/CreateCapacityProviderCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/CreateGatewayRateLimitCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/CreateHarnessEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreatePolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteCapacityProviderCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DeleteGatewayRateLimitCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DeleteGatewayTargetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteHarnessEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetCapacityProviderCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/GetGatewayRateLimitCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/GetGatewayTargetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetHarnessEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetPolicyGenerationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetPolicyGenerationSummaryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetPolicySummaryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetTokenVaultCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAgentRuntimeVersionsByCapacityProviderCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListCapacityProvidersCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListGatewayRateLimitsCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListGatewayTargetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListHarnessEndpointsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListPoliciesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListPolicyGenerationAssetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListPolicyGenerationSummariesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListPolicyGenerationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListPolicySummariesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartPolicyGenerationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SynchronizeGatewayTargetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateCapacityProviderCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/UpdateGatewayRateLimitCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/UpdateHarnessEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdatePolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +12 -0
- package/dist-types/ts3.4/models/enums.d.ts +59 -0
- package/dist-types/ts3.4/models/errors.d.ts +6 -0
- package/dist-types/ts3.4/models/models_0.d.ts +345 -323
- package/dist-types/ts3.4/models/models_1.d.ts +325 -404
- package/dist-types/ts3.4/models/models_2.d.ts +403 -13
- package/dist-types/ts3.4/pagination/ListAgentRuntimeVersionsByCapacityProviderPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListCapacityProvidersPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListGatewayRateLimitsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +61 -0
- package/package.json +1 -1
|
@@ -25,6 +25,8 @@ const _AR = "AgentRuntime";
|
|
|
25
25
|
const _ARA = "AgentRuntimeArtifact";
|
|
26
26
|
const _ARE = "AgentRuntimeEndpoint";
|
|
27
27
|
const _AREg = "AgentRuntimeEndpoints";
|
|
28
|
+
const _ARVS = "AgentRuntimeVersionSummary";
|
|
29
|
+
const _ARVSL = "AgentRuntimeVersionSummaryList";
|
|
28
30
|
const _ARg = "AgentRuntimes";
|
|
29
31
|
const _ASC = "ApiSchemaConfiguration";
|
|
30
32
|
const _ASD = "AgentSkillsDescriptor";
|
|
@@ -34,6 +36,11 @@ const _BEMC = "BedrockEvaluatorModelConfig";
|
|
|
34
36
|
const _BEP = "BrowserEnterprisePolicy";
|
|
35
37
|
const _BEPr = "BrowserEnterprisePolicies";
|
|
36
38
|
const _BNC = "BrowserNetworkConfiguration";
|
|
39
|
+
const _BPGRL = "BatchPutGatewayRateLimits";
|
|
40
|
+
const _BPGRLR = "BatchPutGatewayRateLimitsRequest";
|
|
41
|
+
const _BPGRLRa = "BatchPutGatewayRateLimitsResponse";
|
|
42
|
+
const _BPLE = "BatchPutLimitEntry";
|
|
43
|
+
const _BPLEa = "BatchPutLimitEntries";
|
|
37
44
|
const _BPS = "BrowserProfileSummary";
|
|
38
45
|
const _BPSr = "BrowserProfileSummaries";
|
|
39
46
|
const _BS = "BrowserSummary";
|
|
@@ -78,10 +85,14 @@ const _CCIRr = "CreateCodeInterpreterResponse";
|
|
|
78
85
|
const _CCIr = "CreateCodeInterpreter";
|
|
79
86
|
const _CCL = "ContentConfigurationList";
|
|
80
87
|
const _CCM = "ComponentConfigurationMap";
|
|
88
|
+
const _CCP = "CreateCapacityProvider";
|
|
89
|
+
const _CCPI = "CreateCapacityProviderInput";
|
|
90
|
+
const _CCPO = "CreateCapacityProviderOutput";
|
|
81
91
|
const _CCVT = "CustomClaimValidationType";
|
|
82
92
|
const _CCVTu = "CustomClaimValidationsType";
|
|
83
93
|
const _CCo = "CodeConfiguration";
|
|
84
94
|
const _CCom = "ComponentConfiguration";
|
|
95
|
+
const _CComp = "ComputeConfiguration";
|
|
85
96
|
const _CCon = "ConnectorConfiguration";
|
|
86
97
|
const _CConn = "ConnectorConfigurations";
|
|
87
98
|
const _CCons = "ConsolidationConfiguration";
|
|
@@ -102,6 +113,9 @@ const _CERr = "CreateEvaluatorResponse";
|
|
|
102
113
|
const _CEr = "CreateEvaluator";
|
|
103
114
|
const _CG = "CreateGateway";
|
|
104
115
|
const _CGR = "CreateGatewayRequest";
|
|
116
|
+
const _CGRL = "CreateGatewayRateLimit";
|
|
117
|
+
const _CGRLR = "CreateGatewayRateLimitRequest";
|
|
118
|
+
const _CGRLRr = "CreateGatewayRateLimitResponse";
|
|
105
119
|
const _CGRR = "CreateGatewayRuleRequest";
|
|
106
120
|
const _CGRRr = "CreateGatewayRuleResponse";
|
|
107
121
|
const _CGRr = "CreateGatewayResponse";
|
|
@@ -135,19 +149,21 @@ const _COECRr = "CreateOnlineEvaluationConfigResponse";
|
|
|
135
149
|
const _COPCI = "CustomOauth2ProviderConfigInput";
|
|
136
150
|
const _COPCO = "CustomOauth2ProviderConfigOutput";
|
|
137
151
|
const _CP = "CedarPolicy";
|
|
138
|
-
const _CPC = "
|
|
152
|
+
const _CPC = "CapacityProviderConfiguration";
|
|
139
153
|
const _CPCP = "CreatePaymentCredentialProvider";
|
|
140
154
|
const _CPCPR = "CreatePaymentCredentialProviderRequest";
|
|
141
155
|
const _CPCPRr = "CreatePaymentCredentialProviderResponse";
|
|
142
156
|
const _CPCR = "CreatePaymentConnectorRequest";
|
|
143
157
|
const _CPCRr = "CreatePaymentConnectorResponse";
|
|
144
|
-
const _CPCr = "
|
|
145
|
-
const _CPCre = "
|
|
158
|
+
const _CPCr = "CredentialProviderConfiguration";
|
|
159
|
+
const _CPCre = "CredentialProviderConfigurations";
|
|
146
160
|
const _CPCrea = "CreatePaymentConnector";
|
|
147
|
-
const _CPCred = "
|
|
161
|
+
const _CPCred = "CredentialsProviderConfigurations";
|
|
162
|
+
const _CPCrede = "CredentialsProviderConfiguration";
|
|
148
163
|
const _CPE = "CreatePolicyEngine";
|
|
149
164
|
const _CPER = "CreatePolicyEngineRequest";
|
|
150
165
|
const _CPERr = "CreatePolicyEngineResponse";
|
|
166
|
+
const _CPL = "CapacityProviderList";
|
|
151
167
|
const _CPM = "CreatePaymentManager";
|
|
152
168
|
const _CPMR = "CreatePaymentManagerRequest";
|
|
153
169
|
const _CPMRr = "CreatePaymentManagerResponse";
|
|
@@ -155,6 +171,8 @@ const _CPO = "ConnectorParameterOverride";
|
|
|
155
171
|
const _CPOo = "ConnectorParameterOverrides";
|
|
156
172
|
const _CPR = "CreatePolicyRequest";
|
|
157
173
|
const _CPRr = "CreatePolicyResponse";
|
|
174
|
+
const _CPS = "CapacityProviderSummary";
|
|
175
|
+
const _CPVC = "CapacityProviderVolumeConfiguration";
|
|
158
176
|
const _CPr = "CredentialProvider";
|
|
159
177
|
const _CPre = "CreatePolicy";
|
|
160
178
|
const _CR = "CreateRegistry";
|
|
@@ -165,6 +183,8 @@ const _CRRR = "CreateRegistryRecordRequest";
|
|
|
165
183
|
const _CRRRr = "CreateRegistryRecordResponse";
|
|
166
184
|
const _CRRr = "CreateRegistryResponse";
|
|
167
185
|
const _CRRre = "CreateRegistryRecord";
|
|
186
|
+
const _CRS = "CapacityReservationSpecification";
|
|
187
|
+
const _CRT = "CapacityReservationTarget";
|
|
168
188
|
const _CS = "ConnectorSource";
|
|
169
189
|
const _CSD = "CategoricalScaleDefinition";
|
|
170
190
|
const _CSDa = "CategoricalScaleDefinitions";
|
|
@@ -205,6 +225,9 @@ const _DCCWST = "DefaultCoinbaseCdpWalletSecretType";
|
|
|
205
225
|
const _DCI = "DeleteCodeInterpreter";
|
|
206
226
|
const _DCIR = "DeleteCodeInterpreterRequest";
|
|
207
227
|
const _DCIRe = "DeleteCodeInterpreterResponse";
|
|
228
|
+
const _DCP = "DeleteCapacityProvider";
|
|
229
|
+
const _DCPI = "DeleteCapacityProviderInput";
|
|
230
|
+
const _DCPO = "DeleteCapacityProviderOutput";
|
|
208
231
|
const _DCST = "DefaultClientSecretType";
|
|
209
232
|
const _DD = "DeleteDataset";
|
|
210
233
|
const _DDE = "DeleteDatasetExamples";
|
|
@@ -219,6 +242,9 @@ const _DERe = "DeleteEvaluatorResponse";
|
|
|
219
242
|
const _DF = "DecryptionFailure";
|
|
220
243
|
const _DG = "DeleteGateway";
|
|
221
244
|
const _DGR = "DeleteGatewayRequest";
|
|
245
|
+
const _DGRL = "DeleteGatewayRateLimit";
|
|
246
|
+
const _DGRLR = "DeleteGatewayRateLimitRequest";
|
|
247
|
+
const _DGRLRe = "DeleteGatewayRateLimitResponse";
|
|
222
248
|
const _DGRR = "DeleteGatewayRuleRequest";
|
|
223
249
|
const _DGRRe = "DeleteGatewayRuleResponse";
|
|
224
250
|
const _DGRe = "DeleteGatewayResponse";
|
|
@@ -282,13 +308,17 @@ const _DWIRe = "DeleteWorkloadIdentityResponse";
|
|
|
282
308
|
const _De = "Description";
|
|
283
309
|
const _Des = "Descriptors";
|
|
284
310
|
const _EAPC = "EfsAccessPointConfiguration";
|
|
285
|
-
const
|
|
311
|
+
const _EBDM = "EphemeralBlockDeviceMapping";
|
|
312
|
+
const _EBDML = "EphemeralBlockDeviceMappingList";
|
|
313
|
+
const _EC = "Ec2Configuration";
|
|
286
314
|
const _ECD = "EvaluationConfigDescription";
|
|
287
315
|
const _ECO = "EpisodicConsolidationOverride";
|
|
316
|
+
const _ECf = "EfsConfiguration";
|
|
288
317
|
const _ECv = "EvaluatorConfig";
|
|
289
318
|
const _ECx = "ExtractionConfig";
|
|
290
319
|
const _ECxt = "ExtractionConfiguration";
|
|
291
320
|
const _ED = "EvaluatorDescription";
|
|
321
|
+
const _EEBSVC = "EphemeralEBSVolumeConfiguration";
|
|
292
322
|
const _EEO = "EpisodicExtractionOverride";
|
|
293
323
|
const _EF = "EncryptionFailure";
|
|
294
324
|
const _EI = "EvaluatorInstructions";
|
|
@@ -306,6 +336,7 @@ const _ERCI = "EpisodicReflectionConfigurationInput";
|
|
|
306
336
|
const _ERO = "EpisodicReflectionOverride";
|
|
307
337
|
const _ES = "EvaluatorSummary";
|
|
308
338
|
const _ESL = "EvaluatorSummaryList";
|
|
339
|
+
const _EVC = "EbsVolumeConfiguration";
|
|
309
340
|
const _EVM = "EnvironmentVariablesMap";
|
|
310
341
|
const _F = "Filter";
|
|
311
342
|
const _FC = "FilesystemConfigurations";
|
|
@@ -340,6 +371,9 @@ const _GCBVRe = "GetConfigurationBundleVersionResponse";
|
|
|
340
371
|
const _GCI = "GetCodeInterpreter";
|
|
341
372
|
const _GCIR = "GetCodeInterpreterRequest";
|
|
342
373
|
const _GCIRe = "GetCodeInterpreterResponse";
|
|
374
|
+
const _GCP = "GetCapacityProvider";
|
|
375
|
+
const _GCPI = "GetCapacityProviderInput";
|
|
376
|
+
const _GCPO = "GetCapacityProviderOutput";
|
|
343
377
|
const _GD = "GatewayDescription";
|
|
344
378
|
const _GDR = "GetDatasetRequest";
|
|
345
379
|
const _GDRe = "GetDatasetResponse";
|
|
@@ -349,6 +383,9 @@ const _GER = "GetEvaluatorRequest";
|
|
|
349
383
|
const _GERe = "GetEvaluatorResponse";
|
|
350
384
|
const _GG = "GetGateway";
|
|
351
385
|
const _GGR = "GetGatewayRequest";
|
|
386
|
+
const _GGRL = "GetGatewayRateLimit";
|
|
387
|
+
const _GGRLR = "GetGatewayRateLimitRequest";
|
|
388
|
+
const _GGRLRe = "GetGatewayRateLimitResponse";
|
|
352
389
|
const _GGRR = "GetGatewayRuleRequest";
|
|
353
390
|
const _GGRRe = "GetGatewayRuleResponse";
|
|
354
391
|
const _GGRe = "GetGatewayResponse";
|
|
@@ -408,6 +445,8 @@ const _GPSR = "GetPolicySummaryRequest";
|
|
|
408
445
|
const _GPSRe = "GetPolicySummaryResponse";
|
|
409
446
|
const _GR = "GatewayRules";
|
|
410
447
|
const _GRD = "GatewayRuleDetail";
|
|
448
|
+
const _GRL = "GatewayRateLimits";
|
|
449
|
+
const _GRLD = "GatewayRateLimitDetail";
|
|
411
450
|
const _GRP = "GetResourcePolicy";
|
|
412
451
|
const _GRPR = "GetResourcePolicyRequest";
|
|
413
452
|
const _GRPRe = "GetResourcePolicyResponse";
|
|
@@ -494,6 +533,7 @@ const _IIC = "InterceptorInputConfiguration";
|
|
|
494
533
|
const _IK = "IndexedKey";
|
|
495
534
|
const _IKL = "IndexedKeysList";
|
|
496
535
|
const _IL = "InsightList";
|
|
536
|
+
const _ILC = "InstanceLifecycleConfiguration";
|
|
497
537
|
const _IOC = "InferenceOperationConfiguration";
|
|
498
538
|
const _IOCn = "InferenceOperationConfigurations";
|
|
499
539
|
const _IOPCI = "IncludedOauth2ProviderConfigInput";
|
|
@@ -504,6 +544,7 @@ const _IPESL = "InterceptorPayloadExclusionSelectorList";
|
|
|
504
544
|
const _IPF = "InterceptorPayloadFilter";
|
|
505
545
|
const _IPTC = "InferenceProviderTargetConfiguration";
|
|
506
546
|
const _IPa = "IamPrincipal";
|
|
547
|
+
const _IR = "InstanceRequirements";
|
|
507
548
|
const _ISE = "InternalServerException";
|
|
508
549
|
const _ITC = "InferenceTargetConfiguration";
|
|
509
550
|
const _KC = "KmsConfiguration";
|
|
@@ -520,6 +561,9 @@ const _LARERi = "ListAgentRuntimeEndpointsResponse";
|
|
|
520
561
|
const _LARR = "ListAgentRuntimesRequest";
|
|
521
562
|
const _LARRi = "ListAgentRuntimesResponse";
|
|
522
563
|
const _LARV = "ListAgentRuntimeVersions";
|
|
564
|
+
const _LARVBCP = "ListAgentRuntimeVersionsByCapacityProvider";
|
|
565
|
+
const _LARVBCPI = "ListAgentRuntimeVersionsByCapacityProviderInput";
|
|
566
|
+
const _LARVBCPO = "ListAgentRuntimeVersionsByCapacityProviderOutput";
|
|
523
567
|
const _LARVR = "ListAgentRuntimeVersionsRequest";
|
|
524
568
|
const _LARVRi = "ListAgentRuntimeVersionsResponse";
|
|
525
569
|
const _LB = "ListBrowsers";
|
|
@@ -538,6 +582,9 @@ const _LCBVRi = "ListConfigurationBundleVersionsResponse";
|
|
|
538
582
|
const _LCI = "ListCodeInterpreters";
|
|
539
583
|
const _LCIR = "ListCodeInterpretersRequest";
|
|
540
584
|
const _LCIRi = "ListCodeInterpretersResponse";
|
|
585
|
+
const _LCP = "ListCapacityProviders";
|
|
586
|
+
const _LCPI = "ListCapacityProvidersInput";
|
|
587
|
+
const _LCPO = "ListCapacityProvidersOutput";
|
|
541
588
|
const _LD = "ListDatasets";
|
|
542
589
|
const _LDE = "ListDatasetExamples";
|
|
543
590
|
const _LDER = "ListDatasetExamplesRequest";
|
|
@@ -547,14 +594,19 @@ const _LDRi = "ListDatasetsResponse";
|
|
|
547
594
|
const _LDV = "ListDatasetVersions";
|
|
548
595
|
const _LDVR = "ListDatasetVersionsRequest";
|
|
549
596
|
const _LDVRi = "ListDatasetVersionsResponse";
|
|
550
|
-
const _LE = "
|
|
597
|
+
const _LE = "LimitEntry";
|
|
551
598
|
const _LEC = "LambdaEvaluatorConfig";
|
|
552
599
|
const _LECl = "LlmExtractionConfig";
|
|
553
600
|
const _LEI = "LlmExtractionInstruction";
|
|
554
601
|
const _LER = "ListEvaluatorsRequest";
|
|
555
602
|
const _LERi = "ListEvaluatorsResponse";
|
|
603
|
+
const _LEi = "LimitEntries";
|
|
604
|
+
const _LEis = "ListEvaluators";
|
|
556
605
|
const _LG = "ListGateways";
|
|
557
606
|
const _LGR = "ListGatewaysRequest";
|
|
607
|
+
const _LGRL = "ListGatewayRateLimits";
|
|
608
|
+
const _LGRLR = "ListGatewayRateLimitsRequest";
|
|
609
|
+
const _LGRLRi = "ListGatewayRateLimitsResponse";
|
|
558
610
|
const _LGRR = "ListGatewayRulesRequest";
|
|
559
611
|
const _LGRRi = "ListGatewayRulesResponse";
|
|
560
612
|
const _LGRi = "ListGatewaysResponse";
|
|
@@ -583,7 +635,7 @@ const _LOECR = "ListOnlineEvaluationConfigsRequest";
|
|
|
583
635
|
const _LOECRi = "ListOnlineEvaluationConfigsResponse";
|
|
584
636
|
const _LOPCI = "LinkedinOauth2ProviderConfigInput";
|
|
585
637
|
const _LOPCO = "LinkedinOauth2ProviderConfigOutput";
|
|
586
|
-
const _LP = "
|
|
638
|
+
const _LP = "LaunchParameters";
|
|
587
639
|
const _LPC = "ListPaymentConnectors";
|
|
588
640
|
const _LPCP = "ListPaymentCredentialProviders";
|
|
589
641
|
const _LPCPR = "ListPaymentCredentialProvidersRequest";
|
|
@@ -613,16 +665,20 @@ const _LPRi = "ListPoliciesResponse";
|
|
|
613
665
|
const _LPS = "ListPolicySummaries";
|
|
614
666
|
const _LPSR = "ListPolicySummariesRequest";
|
|
615
667
|
const _LPSRi = "ListPolicySummariesResponse";
|
|
668
|
+
const _LPi = "ListPolicies";
|
|
616
669
|
const _LR = "ListRegistries";
|
|
617
670
|
const _LRR = "ListRegistriesRequest";
|
|
618
671
|
const _LRRR = "ListRegistryRecordsRequest";
|
|
619
672
|
const _LRRRi = "ListRegistryRecordsResponse";
|
|
620
673
|
const _LRRi = "ListRegistriesResponse";
|
|
621
674
|
const _LRRis = "ListRegistryRecords";
|
|
675
|
+
const _LS = "LicenseSpecification";
|
|
676
|
+
const _LSL = "LicenseSpecificationList";
|
|
622
677
|
const _LTC = "LambdaTransformConfiguration";
|
|
623
678
|
const _LTFR = "ListTagsForResource";
|
|
624
679
|
const _LTFRR = "ListTagsForResourceRequest";
|
|
625
680
|
const _LTFRRi = "ListTagsForResourceResponse";
|
|
681
|
+
const _LTS = "LaunchTemplateSource";
|
|
626
682
|
const _LWI = "ListWorkloadIdentities";
|
|
627
683
|
const _LWIR = "ListWorkloadIdentitiesRequest";
|
|
628
684
|
const _LWIRi = "ListWorkloadIdentitiesResponse";
|
|
@@ -686,12 +742,13 @@ const _OPCI = "Oauth2ProviderConfigInput";
|
|
|
686
742
|
const _OPCO = "Oauth2ProviderConfigOutput";
|
|
687
743
|
const _OREMC = "OpenResponsesEvaluatorModelConfig";
|
|
688
744
|
const _P = "Prompt";
|
|
689
|
-
const _PC = "
|
|
745
|
+
const _PC = "PermissionsConfiguration";
|
|
690
746
|
const _PCP = "PaymentCredentialProviders";
|
|
691
747
|
const _PCPC = "PaymentCredentialProviderConfiguration";
|
|
692
748
|
const _PCPI = "PaymentCredentialProviderItem";
|
|
693
749
|
const _PCS = "PaymentConnectorSummary";
|
|
694
750
|
const _PCSa = "PaymentConnectorSummaries";
|
|
751
|
+
const _PCr = "ProtocolConfiguration";
|
|
695
752
|
const _PD = "PolicyDefinition";
|
|
696
753
|
const _PE = "PolicyEngine";
|
|
697
754
|
const _PEMR = "PrivateEndpointManagedResources";
|
|
@@ -725,8 +782,11 @@ const _PTC = "PassthroughTargetConfiguration";
|
|
|
725
782
|
const _Po = "Policy";
|
|
726
783
|
const _Pol = "Policies";
|
|
727
784
|
const _R = "Rule";
|
|
728
|
-
const _RC = "
|
|
729
|
-
const
|
|
785
|
+
const _RC = "RateConfig";
|
|
786
|
+
const _RCE = "RetryableConflictException";
|
|
787
|
+
const _RCa = "RateConfigs";
|
|
788
|
+
const _RCe = "ReasoningConfiguration";
|
|
789
|
+
const _RCec = "RecordingConfig";
|
|
730
790
|
const _RCef = "ReflectionConfiguration";
|
|
731
791
|
const _RHC = "RequestHeaderConfiguration";
|
|
732
792
|
const _RL = "ResourceLocation";
|
|
@@ -745,6 +805,7 @@ const _RSL = "RegistrySummaryList";
|
|
|
745
805
|
const _RSa = "RatingScale";
|
|
746
806
|
const _RTC = "RuntimeTargetConfiguration";
|
|
747
807
|
const _RTTA = "RouteToTargetAction";
|
|
808
|
+
const _RVC = "RootVolumeConfiguration";
|
|
748
809
|
const _Re = "Resource";
|
|
749
810
|
const _S = "Secret";
|
|
750
811
|
const _SC = "S3Configuration";
|
|
@@ -857,6 +918,9 @@ const _UCB = "UpdateConfigurationBundle";
|
|
|
857
918
|
const _UCBR = "UpdateConfigurationBundleRequest";
|
|
858
919
|
const _UCBRp = "UpdateConfigurationBundleResponse";
|
|
859
920
|
const _UCD = "UpdatedCustomDescriptor";
|
|
921
|
+
const _UCP = "UpdateCapacityProvider";
|
|
922
|
+
const _UCPI = "UpdateCapacityProviderInput";
|
|
923
|
+
const _UCPO = "UpdateCapacityProviderOutput";
|
|
860
924
|
const _UD = "UpdatedDescription";
|
|
861
925
|
const _UDE = "UpdateDatasetExamples";
|
|
862
926
|
const _UDER = "UpdateDatasetExamplesRequest";
|
|
@@ -872,6 +936,9 @@ const _UERp = "UpdateEvaluatorResponse";
|
|
|
872
936
|
const _UEp = "UpdateEvaluator";
|
|
873
937
|
const _UG = "UpdateGateway";
|
|
874
938
|
const _UGR = "UpdateGatewayRequest";
|
|
939
|
+
const _UGRL = "UpdateGatewayRateLimit";
|
|
940
|
+
const _UGRLR = "UpdateGatewayRateLimitRequest";
|
|
941
|
+
const _UGRLRp = "UpdateGatewayRateLimitResponse";
|
|
875
942
|
const _UGRR = "UpdateGatewayRuleRequest";
|
|
876
943
|
const _UGRRp = "UpdateGatewayRuleResponse";
|
|
877
944
|
const _UGRp = "UpdateGatewayResponse";
|
|
@@ -943,6 +1010,9 @@ const _UWIRp = "UpdateWorkloadIdentityResponse";
|
|
|
943
1010
|
const _V = "Validation";
|
|
944
1011
|
const _VC = "VpcConfig";
|
|
945
1012
|
const _VCBS = "VersionCreatedBySource";
|
|
1013
|
+
const _VCL = "VolumeConfigurationList";
|
|
1014
|
+
const _VCo = "VolumeConfiguration";
|
|
1015
|
+
const _VCp = "VpcConfiguration";
|
|
946
1016
|
const _VE = "ValidationException";
|
|
947
1017
|
const _VEF = "ValidationExceptionField";
|
|
948
1018
|
const _VEFL = "ValidationExceptionFieldList";
|
|
@@ -977,6 +1047,7 @@ const _aGTC = "apiGatewayToolConfiguration";
|
|
|
977
1047
|
const _aHC = "additionalHeaderClaims";
|
|
978
1048
|
const _aI = "actorId";
|
|
979
1049
|
const _aIK = "addIndexedKeys";
|
|
1050
|
+
const _aIT = "allowedInstanceTypes";
|
|
980
1051
|
const _aIp = "appId";
|
|
981
1052
|
const _aIu = "authorizationId";
|
|
982
1053
|
const _aIw = "awsIam";
|
|
@@ -1057,10 +1128,11 @@ const _cB = "createdBy";
|
|
|
1057
1128
|
const _cBN = "createdByName";
|
|
1058
1129
|
const _cBo = "configurationBundle";
|
|
1059
1130
|
const _cBod = "codeBased";
|
|
1060
|
-
const _cC = "
|
|
1131
|
+
const _cC = "computeConfiguration";
|
|
1061
1132
|
const _cCC = "customConsolidationConfiguration";
|
|
1062
1133
|
const _cCCo = "coinbaseCdpConfiguration";
|
|
1063
1134
|
const _cCDP = "coinbaseCDP";
|
|
1135
|
+
const _cCl = "clusteringConfig";
|
|
1064
1136
|
const _cCo = "contentConfigurations";
|
|
1065
1137
|
const _cCod = "codeConfiguration";
|
|
1066
1138
|
const _cCon = "containerConfiguration";
|
|
@@ -1080,14 +1152,25 @@ const _cMV = "claimMatchValue";
|
|
|
1080
1152
|
const _cOPC = "customOauth2ProviderConfig";
|
|
1081
1153
|
const _cP = "credentialProvider";
|
|
1082
1154
|
const _cPA = "credentialProviderArn";
|
|
1083
|
-
const
|
|
1155
|
+
const _cPAa = "capacityProviderArn";
|
|
1156
|
+
const _cPC = "capacityProviderConfiguration";
|
|
1157
|
+
const _cPCr = "credentialProviderConfigurations";
|
|
1158
|
+
const _cPI = "capacityProviderId";
|
|
1084
1159
|
const _cPN = "credentialParameterName";
|
|
1160
|
+
const _cPORA = "capacityProviderOperatorRoleArn";
|
|
1085
1161
|
const _cPT = "credentialProviderType";
|
|
1086
1162
|
const _cPV = "credentialProviderVendor";
|
|
1163
|
+
const _cPVa = "capacityProviderVolume";
|
|
1164
|
+
const _cPa = "capacityProviders";
|
|
1087
1165
|
const _cPr = "credentialPrefix";
|
|
1088
1166
|
const _cPre = "credentialProviders";
|
|
1089
1167
|
const _cPu = "customParameters";
|
|
1090
1168
|
const _cRC = "customReflectionConfiguration";
|
|
1169
|
+
const _cRI = "capacityReservationId";
|
|
1170
|
+
const _cRP = "capacityReservationPreference";
|
|
1171
|
+
const _cRRGA = "capacityReservationResourceGroupArn";
|
|
1172
|
+
const _cRS = "capacityReservationSpecification";
|
|
1173
|
+
const _cRT = "capacityReservationTarget";
|
|
1091
1174
|
const _cS = "clientSecret";
|
|
1092
1175
|
const _cSA = "clientSecretArn";
|
|
1093
1176
|
const _cSC = "clientSecretConfig";
|
|
@@ -1109,7 +1192,8 @@ const _con = "configuration";
|
|
|
1109
1192
|
const _cond = "conditions";
|
|
1110
1193
|
const _conf = "configurations";
|
|
1111
1194
|
const _confi = "config";
|
|
1112
|
-
const _conn = "
|
|
1195
|
+
const _conn = "connections";
|
|
1196
|
+
const _conne = "connector";
|
|
1113
1197
|
const _cons = "consolidation";
|
|
1114
1198
|
const _cont = "content";
|
|
1115
1199
|
const _cu = "custom";
|
|
@@ -1117,9 +1201,11 @@ const _d = "description";
|
|
|
1117
1201
|
const _dA = "datasetArn";
|
|
1118
1202
|
const _dC = "deletedCount";
|
|
1119
1203
|
const _dI = "datasetId";
|
|
1204
|
+
const _dK = "dimensionKeys";
|
|
1120
1205
|
const _dMM = "deleteManagedMemory";
|
|
1121
1206
|
const _dMS = "deleteMemoryStrategies";
|
|
1122
1207
|
const _dN = "datasetName";
|
|
1208
|
+
const _dNe = "deviceName";
|
|
1123
1209
|
const _dRU = "defaultReturnUrl";
|
|
1124
1210
|
const _dS = "draftStatus";
|
|
1125
1211
|
const _dSA = "dataStreamArn";
|
|
@@ -1133,14 +1219,18 @@ const _dVo = "doubleValue";
|
|
|
1133
1219
|
const _da = "datasets";
|
|
1134
1220
|
const _de = "definition";
|
|
1135
1221
|
const _des = "descriptors";
|
|
1136
|
-
const _di = "
|
|
1222
|
+
const _di = "dimensions";
|
|
1223
|
+
const _dis = "disabled";
|
|
1137
1224
|
const _do = "domain";
|
|
1138
1225
|
const _e = "error";
|
|
1139
1226
|
const _eA = "evaluatorArn";
|
|
1140
1227
|
const _eAP = "efsAccessPoint";
|
|
1141
1228
|
const _eAn = "environmentArtifact";
|
|
1142
1229
|
const _eC = "evaluatorConfig";
|
|
1230
|
+
const _eCI = "ebsCardIndex";
|
|
1143
1231
|
const _eCO = "episodicConsolidationOverride";
|
|
1232
|
+
const _eCb = "ebsConfiguration";
|
|
1233
|
+
const _eCc = "ec2Configuration";
|
|
1144
1234
|
const _eCf = "efsConfiguration";
|
|
1145
1235
|
const _eCx = "exampleCount";
|
|
1146
1236
|
const _eCxt = "extractionConfig";
|
|
@@ -1168,8 +1258,12 @@ const _eS = "executionStatus";
|
|
|
1168
1258
|
const _eT = "evaluatorType";
|
|
1169
1259
|
const _eTx = "extractionType";
|
|
1170
1260
|
const _eV = "environmentVariables";
|
|
1261
|
+
const _eVp = "ephemeralVolumes";
|
|
1262
|
+
const _eb = "ebs";
|
|
1171
1263
|
const _ef = "effort";
|
|
1172
|
-
const _en = "
|
|
1264
|
+
const _en = "entries";
|
|
1265
|
+
const _ena = "enabled";
|
|
1266
|
+
const _enc = "encrypted";
|
|
1173
1267
|
const _end = "endpoint";
|
|
1174
1268
|
const _endp = "endpoints";
|
|
1175
1269
|
const _env = "environment";
|
|
@@ -1184,6 +1278,7 @@ const _fM = "failureMode";
|
|
|
1184
1278
|
const _fP = "filterPath";
|
|
1185
1279
|
const _fR = "failureReason";
|
|
1186
1280
|
const _fSA = "fileSystemArn";
|
|
1281
|
+
const _fSGB = "freeSpaceGiB";
|
|
1187
1282
|
const _fU = "fromUrl";
|
|
1188
1283
|
const _fi = "findings";
|
|
1189
1284
|
const _fie = "field";
|
|
@@ -1191,8 +1286,8 @@ const _fil = "filter";
|
|
|
1191
1286
|
const _filt = "filters";
|
|
1192
1287
|
const _g = "git";
|
|
1193
1288
|
const _gA = "gatewayArn";
|
|
1194
|
-
const _gI = "
|
|
1195
|
-
const _gIa = "
|
|
1289
|
+
const _gI = "gatewayIdentifier";
|
|
1290
|
+
const _gIa = "gatewayId";
|
|
1196
1291
|
const _gMC = "geminiModelConfig";
|
|
1197
1292
|
const _gOPC = "googleOauth2ProviderConfig";
|
|
1198
1293
|
const _gOPCi = "githubOauth2ProviderConfig";
|
|
@@ -1222,11 +1317,14 @@ const _iD = "includedData";
|
|
|
1222
1317
|
const _iE = "inlineExamples";
|
|
1223
1318
|
const _iF = "inlineFunction";
|
|
1224
1319
|
const _iI = "insightId";
|
|
1320
|
+
const _iIT = "idleInstanceTimeout";
|
|
1225
1321
|
const _iK = "indexedKeys";
|
|
1226
1322
|
const _iOPC = "includedOauth2ProviderConfig";
|
|
1227
1323
|
const _iP = "interceptionPoints";
|
|
1324
|
+
const _iPA = "instanceProfileArn";
|
|
1228
1325
|
const _iPa = "iamPrincipal";
|
|
1229
1326
|
const _iPn = "inlinePayload";
|
|
1327
|
+
const _iR = "instanceRequirements";
|
|
1230
1328
|
const _iRST = "idleRuntimeSessionTimeout";
|
|
1231
1329
|
const _iS = "inputSchema";
|
|
1232
1330
|
const _iST = "idleSessionTimeout";
|
|
@@ -1238,12 +1336,14 @@ const _in = "insights";
|
|
|
1238
1336
|
const _inf = "inference";
|
|
1239
1337
|
const _ins = "instructions";
|
|
1240
1338
|
const _int = "interceptor";
|
|
1339
|
+
const _io = "iops";
|
|
1241
1340
|
const _is = "issuer";
|
|
1242
1341
|
const _it = "items";
|
|
1243
1342
|
const _jK = "jsonKey";
|
|
1244
1343
|
const _k = "key";
|
|
1245
1344
|
const _kC = "kmsConfiguration";
|
|
1246
1345
|
const _kKA = "kmsKeyArn";
|
|
1346
|
+
const _kKI = "kmsKeyId";
|
|
1247
1347
|
const _kKS = "kmsKeySource";
|
|
1248
1348
|
const _kT = "keyType";
|
|
1249
1349
|
const _ki = "kinesis";
|
|
@@ -1251,6 +1351,7 @@ const _l = "location";
|
|
|
1251
1351
|
const _lA = "lambdaArn";
|
|
1252
1352
|
const _lAAJ = "llmAsAJudge";
|
|
1253
1353
|
const _lC = "lifecycleConfiguration";
|
|
1354
|
+
const _lCA = "licenseConfigurationArn";
|
|
1254
1355
|
const _lCa = "lambdaConfig";
|
|
1255
1356
|
const _lEC = "llmExtractionConfig";
|
|
1256
1357
|
const _lEI = "llmExtractionInstruction";
|
|
@@ -1262,12 +1363,15 @@ const _lM = "lineageMetadata";
|
|
|
1262
1363
|
const _lMD = "lastModifiedDate";
|
|
1263
1364
|
const _lMi = "listingMode";
|
|
1264
1365
|
const _lOPC = "linkedinOauth2ProviderConfig";
|
|
1366
|
+
const _lP = "launchParameters";
|
|
1265
1367
|
const _lPB = "latestPerBranch";
|
|
1368
|
+
const _lS = "licenseSpecifications";
|
|
1266
1369
|
const _lSA = "lastSavedAt";
|
|
1267
1370
|
const _lSAa = "lastSynchronizedAt";
|
|
1268
1371
|
const _lSBI = "lastSavedBrowserId";
|
|
1269
1372
|
const _lSBSI = "lastSavedBrowserSessionId";
|
|
1270
1373
|
const _lTIS = "lambdaTimeoutInSeconds";
|
|
1374
|
+
const _lTS = "launchTemplateSource";
|
|
1271
1375
|
const _lUA = "lastUpdatedAt";
|
|
1272
1376
|
const _lUT = "lastUpdatedTime";
|
|
1273
1377
|
const _lV = "liveVersion";
|
|
@@ -1318,6 +1422,7 @@ const _meta = "metadata";
|
|
|
1318
1422
|
const _mo = "model";
|
|
1319
1423
|
const _mod = "mode";
|
|
1320
1424
|
const _mode = "models";
|
|
1425
|
+
const _mon = "monitoring";
|
|
1321
1426
|
const _n = "name";
|
|
1322
1427
|
const _nC = "networkConfiguration";
|
|
1323
1428
|
const _nM = "networkMode";
|
|
@@ -1342,7 +1447,8 @@ const _oECI = "onlineEvaluationConfigId";
|
|
|
1342
1447
|
const _oECN = "onlineEvaluationConfigName";
|
|
1343
1448
|
const _oPCI = "oauth2ProviderConfigInput";
|
|
1344
1449
|
const _oPCO = "oauth2ProviderConfigOutput";
|
|
1345
|
-
const _oS = "
|
|
1450
|
+
const _oS = "operatingSystem";
|
|
1451
|
+
const _oSu = "outputSchema";
|
|
1346
1452
|
const _oV = "optionalValue";
|
|
1347
1453
|
const _oa = "oauth2";
|
|
1348
1454
|
const _oau = "oauth";
|
|
@@ -1356,6 +1462,7 @@ const _pCI = "paymentConnectorId";
|
|
|
1356
1462
|
const _pCIr = "providerConfigurationInput";
|
|
1357
1463
|
const _pCO = "providerConfigurationOutput";
|
|
1358
1464
|
const _pCa = "paymentConnectors";
|
|
1465
|
+
const _pCe = "permissionsConfiguration";
|
|
1359
1466
|
const _pDBN = "payloadDeliveryBucketName";
|
|
1360
1467
|
const _pE = "privateEndpoint";
|
|
1361
1468
|
const _pEA = "policyEngineArn";
|
|
@@ -1385,12 +1492,14 @@ const _pRH = "passRequestHeaders";
|
|
|
1385
1492
|
const _pRM = "preserveRecentMessages";
|
|
1386
1493
|
const _pS = "profileSummaries";
|
|
1387
1494
|
const _pT = "protocolType";
|
|
1495
|
+
const _pTr = "propagatedTags";
|
|
1388
1496
|
const _pV = "parameterValues";
|
|
1389
1497
|
const _pVI = "parentVersionIds";
|
|
1390
1498
|
const _pVr = "protocolVersion";
|
|
1391
1499
|
const _pa = "paths";
|
|
1392
1500
|
const _par = "parameters";
|
|
1393
1501
|
const _pas = "passthrough";
|
|
1502
|
+
const _pe = "period";
|
|
1394
1503
|
const _po = "policy";
|
|
1395
1504
|
const _pol = "policies";
|
|
1396
1505
|
const _pr = "priority";
|
|
@@ -1417,6 +1526,8 @@ const _rHC = "requestHeaderConfiguration";
|
|
|
1417
1526
|
const _rI = "ruleId";
|
|
1418
1527
|
const _rIe = "registryId";
|
|
1419
1528
|
const _rIec = "recordId";
|
|
1529
|
+
const _rL = "rateLimits";
|
|
1530
|
+
const _rLI = "rateLimitId";
|
|
1420
1531
|
const _rM = "remoteMcp";
|
|
1421
1532
|
const _rMMDSV = "requireMMDSV2";
|
|
1422
1533
|
const _rP = "resourcePriority";
|
|
@@ -1429,12 +1540,15 @@ const _rTF = "rawTextFragment";
|
|
|
1429
1540
|
const _rTT = "routeToTarget";
|
|
1430
1541
|
const _rTa = "rawText";
|
|
1431
1542
|
const _rV = "recordVersion";
|
|
1543
|
+
const _rVo = "rootVolume";
|
|
1544
|
+
const _ra = "rate";
|
|
1432
1545
|
const _re = "recording";
|
|
1433
1546
|
const _rea = "reasoning";
|
|
1434
1547
|
const _ref = "reflection";
|
|
1435
1548
|
const _reg = "region";
|
|
1436
1549
|
const _regi = "registries";
|
|
1437
|
-
const _req = "
|
|
1550
|
+
const _req = "requests";
|
|
1551
|
+
const _requ = "required";
|
|
1438
1552
|
const _res = "resource";
|
|
1439
1553
|
const _reso = "resources";
|
|
1440
1554
|
const _ru = "runtime";
|
|
@@ -1448,18 +1562,22 @@ const _sCOu = "summaryConsolidationOverride";
|
|
|
1448
1562
|
const _sCa = "samplingConfig";
|
|
1449
1563
|
const _sCe = "sessionConfiguration";
|
|
1450
1564
|
const _sCes = "sessionConfig";
|
|
1451
|
-
const _sCt = "
|
|
1565
|
+
const _sCt = "statusCode";
|
|
1452
1566
|
const _sCti = "stickinessConfiguration";
|
|
1567
|
+
const _sCtr = "streamingConfiguration";
|
|
1453
1568
|
const _sD = "skillDefinition";
|
|
1454
1569
|
const _sDR = "streamDeliveryResources";
|
|
1455
1570
|
const _sEO = "semanticExtractionOverride";
|
|
1456
1571
|
const _sFAP = "s3FilesAccessPoint";
|
|
1457
1572
|
const _sFC = "s3FilesConfiguration";
|
|
1458
1573
|
const _sG = "securityGroups";
|
|
1574
|
+
const _sGB = "sizeGiB";
|
|
1459
1575
|
const _sGI = "securityGroupIds";
|
|
1460
|
-
const _sI = "
|
|
1576
|
+
const _sI = "snapshotId";
|
|
1461
1577
|
const _sIe = "secretId";
|
|
1578
|
+
const _sIt = "strategyId";
|
|
1462
1579
|
const _sIu = "subnetIds";
|
|
1580
|
+
const _sKN = "sshKeyName";
|
|
1463
1581
|
const _sL = "s3Location";
|
|
1464
1582
|
const _sLV = "stringListValidation";
|
|
1465
1583
|
const _sM = "skillMd";
|
|
@@ -1547,8 +1665,10 @@ const _ta = "tags";
|
|
|
1547
1665
|
const _tar = "targets";
|
|
1548
1666
|
const _te = "temperature";
|
|
1549
1667
|
const _tex = "text";
|
|
1668
|
+
const _th = "throughput";
|
|
1550
1669
|
const _ti = "timeout";
|
|
1551
1670
|
const _to = "tools";
|
|
1671
|
+
const _tok = "tokens";
|
|
1552
1672
|
const _tr = "truncation";
|
|
1553
1673
|
const _u = "url";
|
|
1554
1674
|
const _uA = "updatedAt";
|
|
@@ -1563,14 +1683,21 @@ const _us = "username";
|
|
|
1563
1683
|
const _v = "visible";
|
|
1564
1684
|
const _vC = "vpcConfig";
|
|
1565
1685
|
const _vCA = "versionCreatedAt";
|
|
1686
|
+
const _vCp = "vpcConfiguration";
|
|
1566
1687
|
const _vI = "versionId";
|
|
1688
|
+
const _vIR = "volumeInitializationRate";
|
|
1567
1689
|
const _vIp = "vpcIdentifier";
|
|
1568
1690
|
const _vM = "validationMode";
|
|
1691
|
+
const _vN = "volumeName";
|
|
1692
|
+
const _vNi = "virtualName";
|
|
1693
|
+
const _vS = "volumeSize";
|
|
1694
|
+
const _vT = "volumeType";
|
|
1569
1695
|
const _va = "value";
|
|
1570
1696
|
const _val = "validation";
|
|
1571
1697
|
const _ve = "version";
|
|
1572
1698
|
const _ver = "versions";
|
|
1573
1699
|
const _vi = "view";
|
|
1700
|
+
const _vo = "volumes";
|
|
1574
1701
|
const _w = "weight";
|
|
1575
1702
|
const _wAA = "webAclArn";
|
|
1576
1703
|
const _wC = "wafConfiguration";
|
|
@@ -1587,7 +1714,7 @@ const _wSS = "walletSecretSource";
|
|
|
1587
1714
|
const n0 = "com.amazonaws.bedrockagentcorecontrol";
|
|
1588
1715
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
1589
1716
|
import { BedrockAgentCoreControlServiceException } from "../models/BedrockAgentCoreControlServiceException";
|
|
1590
|
-
import { AccessDeniedException, ConcurrentModificationException, ConflictException, DecryptionFailure, EncryptionFailure, InternalServerException, ResourceLimitExceededException, ResourceNotFoundException, ServiceException, ServiceQuotaExceededException, ThrottledException, ThrottlingException, UnauthorizedException, ValidationException, } from "../models/errors";
|
|
1717
|
+
import { AccessDeniedException, ConcurrentModificationException, ConflictException, DecryptionFailure, EncryptionFailure, InternalServerException, ResourceLimitExceededException, ResourceNotFoundException, RetryableConflictException, ServiceException, ServiceQuotaExceededException, ThrottledException, ThrottlingException, UnauthorizedException, ValidationException, } from "../models/errors";
|
|
1591
1718
|
const _s_registry = TypeRegistry.for(_s);
|
|
1592
1719
|
export var BedrockAgentCoreControlServiceException$ = [-3, _s, "BedrockAgentCoreControlServiceException", 0, [], []];
|
|
1593
1720
|
_s_registry.registerError(BedrockAgentCoreControlServiceException$, BedrockAgentCoreControlServiceException);
|
|
@@ -1640,6 +1767,12 @@ export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
|
1640
1767
|
[0]
|
|
1641
1768
|
];
|
|
1642
1769
|
n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
1770
|
+
export var RetryableConflictException$ = [-3, n0, _RCE,
|
|
1771
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
1772
|
+
[_m],
|
|
1773
|
+
[0], 1
|
|
1774
|
+
];
|
|
1775
|
+
n0_registry.registerError(RetryableConflictException$, RetryableConflictException);
|
|
1643
1776
|
export var ServiceException$ = [-3, n0, _SE,
|
|
1644
1777
|
{ [_e]: _se, [_hE]: 500 },
|
|
1645
1778
|
[_m],
|
|
@@ -1738,6 +1871,11 @@ export var AgentRuntimeEndpoint$ = [3, n0, _ARE,
|
|
|
1738
1871
|
[_n, _aREA, _aRA, _st, _i, _cA, _lUA, _lV, _tV, _d],
|
|
1739
1872
|
[[() => EndpointName, 0], 0, 0, 0, 0, 5, 5, 0, 0, 0], 7
|
|
1740
1873
|
];
|
|
1874
|
+
export var AgentRuntimeVersionSummary$ = [3, n0, _ARVS,
|
|
1875
|
+
0,
|
|
1876
|
+
[_aRA, _aRV, _st],
|
|
1877
|
+
[0, 0, 0], 3
|
|
1878
|
+
];
|
|
1741
1879
|
export var AgentSkillsDescriptor$ = [3, n0, _ASD,
|
|
1742
1880
|
0,
|
|
1743
1881
|
[_sM, _sD],
|
|
@@ -1793,6 +1931,21 @@ export var AuthorizingClaimMatchValueType$ = [3, n0, _ACMVT,
|
|
|
1793
1931
|
[_cMV, _cMO],
|
|
1794
1932
|
[() => ClaimMatchValueType$, 0], 2
|
|
1795
1933
|
];
|
|
1934
|
+
export var BatchPutGatewayRateLimitsRequest$ = [3, n0, _BPGRLR,
|
|
1935
|
+
0,
|
|
1936
|
+
[_gI, _rL, _cT],
|
|
1937
|
+
[[0, 1], () => BatchPutLimitEntries, [0, 4]], 2
|
|
1938
|
+
];
|
|
1939
|
+
export var BatchPutGatewayRateLimitsResponse$ = [3, n0, _BPGRLRa,
|
|
1940
|
+
0,
|
|
1941
|
+
[_rL],
|
|
1942
|
+
[() => GatewayRateLimits], 1
|
|
1943
|
+
];
|
|
1944
|
+
export var BatchPutLimitEntry$ = [3, n0, _BPLE,
|
|
1945
|
+
0,
|
|
1946
|
+
[_dK, _en, _rLI, _d],
|
|
1947
|
+
[64 | 0, () => LimitEntries, 0, 0], 2
|
|
1948
|
+
];
|
|
1796
1949
|
export var BedrockEvaluatorModelConfig$ = [3, n0, _BEMC,
|
|
1797
1950
|
0,
|
|
1798
1951
|
[_mI, _iCn, _aMRF],
|
|
@@ -1815,12 +1968,12 @@ export var BrowserProfileSummary$ = [3, n0, _BPS,
|
|
|
1815
1968
|
];
|
|
1816
1969
|
export var BrowserSigningConfigInput$ = [3, n0, _BSCI,
|
|
1817
1970
|
0,
|
|
1818
|
-
[
|
|
1971
|
+
[_ena],
|
|
1819
1972
|
[2], 1
|
|
1820
1973
|
];
|
|
1821
1974
|
export var BrowserSigningConfigOutput$ = [3, n0, _BSCO,
|
|
1822
1975
|
0,
|
|
1823
|
-
[
|
|
1976
|
+
[_ena],
|
|
1824
1977
|
[2], 1
|
|
1825
1978
|
];
|
|
1826
1979
|
export var BrowserSummary$ = [3, n0, _BS,
|
|
@@ -1828,6 +1981,31 @@ export var BrowserSummary$ = [3, n0, _BS,
|
|
|
1828
1981
|
[_bI, _bA, _st, _cA, _n, _d, _lUA],
|
|
1829
1982
|
[0, 0, 0, 5, 0, [() => Description, 0], 5], 4
|
|
1830
1983
|
];
|
|
1984
|
+
export var CapacityProviderConfiguration$ = [3, n0, _CPC,
|
|
1985
|
+
0,
|
|
1986
|
+
[_cPAa],
|
|
1987
|
+
[0]
|
|
1988
|
+
];
|
|
1989
|
+
export var CapacityProviderSummary$ = [3, n0, _CPS,
|
|
1990
|
+
0,
|
|
1991
|
+
[_cPI, _cPAa, _n, _st, _lUA],
|
|
1992
|
+
[0, 0, 0, 0, 4], 5
|
|
1993
|
+
];
|
|
1994
|
+
export var CapacityProviderVolumeConfiguration$ = [3, n0, _CPVC,
|
|
1995
|
+
0,
|
|
1996
|
+
[_vN, _mP],
|
|
1997
|
+
[0, 0], 2
|
|
1998
|
+
];
|
|
1999
|
+
export var CapacityReservationSpecification$ = [3, n0, _CRS,
|
|
2000
|
+
0,
|
|
2001
|
+
[_cRP, _cRT],
|
|
2002
|
+
[0, () => CapacityReservationTarget$]
|
|
2003
|
+
];
|
|
2004
|
+
export var CapacityReservationTarget$ = [3, n0, _CRT,
|
|
2005
|
+
0,
|
|
2006
|
+
[_cRI, _cRRGA],
|
|
2007
|
+
[0, 0]
|
|
2008
|
+
];
|
|
1831
2009
|
export var CategoricalScaleDefinition$ = [3, n0, _CSD,
|
|
1832
2010
|
0,
|
|
1833
2011
|
[_de, _la],
|
|
@@ -1920,7 +2098,7 @@ export var ConnectorSource$ = [3, n0, _CS,
|
|
|
1920
2098
|
];
|
|
1921
2099
|
export var ConnectorTargetConfiguration$ = [3, n0, _CTC,
|
|
1922
2100
|
0,
|
|
1923
|
-
[_so,
|
|
2101
|
+
[_so, _ena, _conf],
|
|
1924
2102
|
[() => ConnectorSource$, 64 | 0, () => ConnectorConfigurations], 1
|
|
1925
2103
|
];
|
|
1926
2104
|
export var ContainerConfiguration$ = [3, n0, _CCont,
|
|
@@ -1945,8 +2123,8 @@ export var CreateAgentRuntimeEndpointResponse$ = [3, n0, _CARERr,
|
|
|
1945
2123
|
];
|
|
1946
2124
|
export var CreateAgentRuntimeRequest$ = [3, n0, _CARR,
|
|
1947
2125
|
0,
|
|
1948
|
-
[_aRN, _aRAg, _rA, _nC, _cT, _d, _aCu, _rHC, _pC, _lC, _eV, _fC, _ta],
|
|
1949
|
-
[0, () => AgentRuntimeArtifact$, 0, () => NetworkConfiguration$, [0, 4], [() => Description, 0], () => AuthorizerConfiguration$, () => RequestHeaderConfiguration$, () => ProtocolConfiguration$, () => LifecycleConfiguration$, [() => EnvironmentVariablesMap, 0], () => FilesystemConfigurations, 128 | 0],
|
|
2126
|
+
[_aRN, _aRAg, _rA, _nC, _cT, _d, _aCu, _rHC, _pC, _lC, _eV, _fC, _cPC, _ta],
|
|
2127
|
+
[0, () => AgentRuntimeArtifact$, 0, () => NetworkConfiguration$, [0, 4], [() => Description, 0], () => AuthorizerConfiguration$, () => RequestHeaderConfiguration$, () => ProtocolConfiguration$, () => LifecycleConfiguration$, [() => EnvironmentVariablesMap, 0], () => FilesystemConfigurations, () => CapacityProviderConfiguration$, 128 | 0], 3
|
|
1950
2128
|
];
|
|
1951
2129
|
export var CreateAgentRuntimeResponse$ = [3, n0, _CARRr,
|
|
1952
2130
|
0,
|
|
@@ -1983,6 +2161,16 @@ export var CreateBrowserResponse$ = [3, n0, _CBRre,
|
|
|
1983
2161
|
[_bI, _bA, _cA, _st],
|
|
1984
2162
|
[0, 0, 5, 0], 4
|
|
1985
2163
|
];
|
|
2164
|
+
export var CreateCapacityProviderInput$ = [3, n0, _CCPI,
|
|
2165
|
+
0,
|
|
2166
|
+
[_n, _pCe, _cC, _d, _cT, _ta],
|
|
2167
|
+
[0, () => PermissionsConfiguration$, () => ComputeConfiguration$, [() => Description, 0], [0, 4], 128 | 0], 3
|
|
2168
|
+
];
|
|
2169
|
+
export var CreateCapacityProviderOutput$ = [3, n0, _CCPO,
|
|
2170
|
+
0,
|
|
2171
|
+
[_cPI, _cPAa, _n, _st],
|
|
2172
|
+
[0, 0, 0, 0], 4
|
|
2173
|
+
];
|
|
1986
2174
|
export var CreateCodeInterpreterRequest$ = [3, n0, _CCIR,
|
|
1987
2175
|
0,
|
|
1988
2176
|
[_n, _nC, _d, _eRA, _ce, _fC, _cT, _ta],
|
|
@@ -2033,6 +2221,16 @@ export var CreateEvaluatorResponse$ = [3, n0, _CERr,
|
|
|
2033
2221
|
[_eA, _eIv, _cA, _st],
|
|
2034
2222
|
[0, 0, 4, 0], 4
|
|
2035
2223
|
];
|
|
2224
|
+
export var CreateGatewayRateLimitRequest$ = [3, n0, _CGRLR,
|
|
2225
|
+
0,
|
|
2226
|
+
[_gI, _dK, _en, _cT, _rLI, _d],
|
|
2227
|
+
[[0, 1], 64 | 0, () => LimitEntries, [0, 4], 0, 0], 3
|
|
2228
|
+
];
|
|
2229
|
+
export var CreateGatewayRateLimitResponse$ = [3, n0, _CGRLRr,
|
|
2230
|
+
0,
|
|
2231
|
+
[_rLI, _gI, _dK, _en, _st, _cA, _uA, _d],
|
|
2232
|
+
[0, 0, 64 | 0, () => LimitEntries, 0, 5, 5, 0], 7
|
|
2233
|
+
];
|
|
2036
2234
|
export var CreateGatewayRequest$ = [3, n0, _CGR,
|
|
2037
2235
|
0,
|
|
2038
2236
|
[_n, _rA, _aT, _d, _cT, _pT, _pC, _aCu, _kKA, _iCnt, _pEC, _eL, _ta],
|
|
@@ -2040,12 +2238,12 @@ export var CreateGatewayRequest$ = [3, n0, _CGR,
|
|
|
2040
2238
|
];
|
|
2041
2239
|
export var CreateGatewayResponse$ = [3, n0, _CGRr,
|
|
2042
2240
|
0,
|
|
2043
|
-
[_gA,
|
|
2241
|
+
[_gA, _gIa, _cA, _uA, _st, _n, _aT, _gU, _sR, _d, _rA, _pT, _pC, _aCu, _kKA, _cTC, _iCnt, _pEC, _wID, _eL, _wAA, _wC],
|
|
2044
2242
|
[0, 0, 5, 5, 0, 0, 0, 0, 64 | 0, [() => GatewayDescription, 0], 0, 0, [() => GatewayProtocolConfiguration$, 0], () => AuthorizerConfiguration$, 0, () => CustomTransformConfiguration$, () => GatewayInterceptorConfigurations, () => GatewayPolicyEngineConfiguration$, () => WorkloadIdentityDetails$, 0, 0, () => WafConfiguration$], 7
|
|
2045
2243
|
];
|
|
2046
2244
|
export var CreateGatewayRuleRequest$ = [3, n0, _CGRR,
|
|
2047
2245
|
0,
|
|
2048
|
-
[
|
|
2246
|
+
[_gI, _pr, _a, _cT, _cond, _d],
|
|
2049
2247
|
[[0, 1], 1, [() => Actions, 0], [0, 4], () => Conditions, 0], 3
|
|
2050
2248
|
];
|
|
2051
2249
|
export var CreateGatewayRuleResponse$ = [3, n0, _CGRRr,
|
|
@@ -2055,12 +2253,12 @@ export var CreateGatewayRuleResponse$ = [3, n0, _CGRRr,
|
|
|
2055
2253
|
];
|
|
2056
2254
|
export var CreateGatewayTargetRequest$ = [3, n0, _CGTR,
|
|
2057
2255
|
0,
|
|
2058
|
-
[
|
|
2256
|
+
[_gI, _tC, _n, _d, _cT, _cPCr, _mC, _pE],
|
|
2059
2257
|
[[0, 1], [() => TargetConfiguration$, 0], [() => TargetName, 0], [() => TargetDescription, 0], [0, 4], [() => CredentialProviderConfigurations, 0], () => MetadataConfiguration$, () => PrivateEndpoint$], 2
|
|
2060
2258
|
];
|
|
2061
2259
|
export var CreateGatewayTargetResponse$ = [3, n0, _CGTRr,
|
|
2062
2260
|
0,
|
|
2063
|
-
[_gA, _tI, _cA, _uA, _st, _n, _tC,
|
|
2261
|
+
[_gA, _tI, _cA, _uA, _st, _n, _tC, _cPCr, _sR, _d, _lSAa, _mC, _pE, _pEMR, _aD, _pT],
|
|
2064
2262
|
[0, 0, 5, 5, 0, [() => TargetName, 0], [() => TargetConfiguration$, 0], [() => CredentialProviderConfigurations, 0], 64 | 0, [() => TargetDescription, 0], 5, () => MetadataConfiguration$, () => PrivateEndpoint$, () => PrivateEndpointManagedResources, () => AuthorizationData$, 0], 8
|
|
2065
2263
|
];
|
|
2066
2264
|
export var CreateHarnessEndpointRequest$ = [3, n0, _CHER,
|
|
@@ -2105,7 +2303,7 @@ export var CreateOauth2CredentialProviderResponse$ = [3, n0, _COCPRr,
|
|
|
2105
2303
|
];
|
|
2106
2304
|
export var CreateOnlineEvaluationConfigRequest$ = [3, n0, _COECR,
|
|
2107
2305
|
0,
|
|
2108
|
-
[_oECN, _rul, _dSC, _eERA, _eOC, _cT, _d, _ev, _in,
|
|
2306
|
+
[_oECN, _rul, _dSC, _eERA, _eOC, _cT, _d, _ev, _in, _cCl, _ta],
|
|
2109
2307
|
[0, () => Rule$, () => DataSourceConfig$, 0, 2, [0, 4], [() => EvaluationConfigDescription, 0], () => EvaluatorList, () => InsightList, () => ClusteringConfig$, 128 | 0], 5
|
|
2110
2308
|
];
|
|
2111
2309
|
export var CreateOnlineEvaluationConfigResponse$ = [3, n0, _COECRr,
|
|
@@ -2115,12 +2313,12 @@ export var CreateOnlineEvaluationConfigResponse$ = [3, n0, _COECRr,
|
|
|
2115
2313
|
];
|
|
2116
2314
|
export var CreatePaymentConnectorRequest$ = [3, n0, _CPCR,
|
|
2117
2315
|
0,
|
|
2118
|
-
[_pMI, _n, _t,
|
|
2316
|
+
[_pMI, _n, _t, _cPCr, _d, _cT],
|
|
2119
2317
|
[[0, 1], 0, 0, () => CredentialsProviderConfigurations, 0, [0, 4]], 4
|
|
2120
2318
|
];
|
|
2121
2319
|
export var CreatePaymentConnectorResponse$ = [3, n0, _CPCRr,
|
|
2122
2320
|
0,
|
|
2123
|
-
[_pCI, _pMI, _n, _t,
|
|
2321
|
+
[_pCI, _pMI, _n, _t, _cPCr, _cA, _st],
|
|
2124
2322
|
[0, 0, 0, 0, () => CredentialsProviderConfigurations, 5, 0], 7
|
|
2125
2323
|
];
|
|
2126
2324
|
export var CreatePaymentCredentialProviderRequest$ = [3, n0, _CPCPR,
|
|
@@ -2193,7 +2391,7 @@ export var CreateWorkloadIdentityResponse$ = [3, n0, _CWIRr,
|
|
|
2193
2391
|
[_n, _wIA, _aRORU],
|
|
2194
2392
|
[0, 0, 64 | 0], 2
|
|
2195
2393
|
];
|
|
2196
|
-
export var CredentialProviderConfiguration$ = [3, n0,
|
|
2394
|
+
export var CredentialProviderConfiguration$ = [3, n0, _CPCr,
|
|
2197
2395
|
0,
|
|
2198
2396
|
[_cPT, _cP],
|
|
2199
2397
|
[0, [() => CredentialProvider$, 0]], 1
|
|
@@ -2255,13 +2453,13 @@ export var DeleteAgentRuntimeEndpointResponse$ = [3, n0, _DARERe,
|
|
|
2255
2453
|
];
|
|
2256
2454
|
export var DeleteAgentRuntimeRequest$ = [3, n0, _DARR,
|
|
2257
2455
|
0,
|
|
2258
|
-
[_aRI, _cT],
|
|
2259
|
-
[[0, 1], [0, { [_hQ]: _cT, [_iT]: 1 }]], 1
|
|
2456
|
+
[_aRI, _aRV, _cT],
|
|
2457
|
+
[[0, 1], [0, { [_hQ]: _ve }], [0, { [_hQ]: _cT, [_iT]: 1 }]], 1
|
|
2260
2458
|
];
|
|
2261
2459
|
export var DeleteAgentRuntimeResponse$ = [3, n0, _DARRe,
|
|
2262
2460
|
0,
|
|
2263
|
-
[_st, _aRI],
|
|
2264
|
-
[0, 0], 1
|
|
2461
|
+
[_st, _aRI, _aRV],
|
|
2462
|
+
[0, 0, 0], 1
|
|
2265
2463
|
];
|
|
2266
2464
|
export var DeleteApiKeyCredentialProviderRequest$ = [3, n0, _DAKCPR,
|
|
2267
2465
|
0,
|
|
@@ -2293,6 +2491,16 @@ export var DeleteBrowserResponse$ = [3, n0, _DBRe,
|
|
|
2293
2491
|
[_bI, _st, _lUA],
|
|
2294
2492
|
[0, 0, 5], 3
|
|
2295
2493
|
];
|
|
2494
|
+
export var DeleteCapacityProviderInput$ = [3, n0, _DCPI,
|
|
2495
|
+
0,
|
|
2496
|
+
[_cPI, _cT],
|
|
2497
|
+
[[0, 1], [0, { [_hQ]: _cT, [_iT]: 1 }]], 1
|
|
2498
|
+
];
|
|
2499
|
+
export var DeleteCapacityProviderOutput$ = [3, n0, _DCPO,
|
|
2500
|
+
0,
|
|
2501
|
+
[_cPI, _st],
|
|
2502
|
+
[0, 0], 2
|
|
2503
|
+
];
|
|
2296
2504
|
export var DeleteCodeInterpreterRequest$ = [3, n0, _DCIR,
|
|
2297
2505
|
0,
|
|
2298
2506
|
[_cII, _cT],
|
|
@@ -2343,19 +2551,29 @@ export var DeleteEvaluatorResponse$ = [3, n0, _DERe,
|
|
|
2343
2551
|
[_eA, _eIv, _st],
|
|
2344
2552
|
[0, 0, 0], 3
|
|
2345
2553
|
];
|
|
2554
|
+
export var DeleteGatewayRateLimitRequest$ = [3, n0, _DGRLR,
|
|
2555
|
+
0,
|
|
2556
|
+
[_gI, _rLI],
|
|
2557
|
+
[[0, 1], [0, 1]], 2
|
|
2558
|
+
];
|
|
2559
|
+
export var DeleteGatewayRateLimitResponse$ = [3, n0, _DGRLRe,
|
|
2560
|
+
0,
|
|
2561
|
+
[_rLI, _st],
|
|
2562
|
+
[0, 0], 2
|
|
2563
|
+
];
|
|
2346
2564
|
export var DeleteGatewayRequest$ = [3, n0, _DGR,
|
|
2347
2565
|
0,
|
|
2348
|
-
[
|
|
2566
|
+
[_gI],
|
|
2349
2567
|
[[0, 1]], 1
|
|
2350
2568
|
];
|
|
2351
2569
|
export var DeleteGatewayResponse$ = [3, n0, _DGRe,
|
|
2352
2570
|
0,
|
|
2353
|
-
[
|
|
2571
|
+
[_gIa, _st, _sR],
|
|
2354
2572
|
[0, 0, 64 | 0], 2
|
|
2355
2573
|
];
|
|
2356
2574
|
export var DeleteGatewayRuleRequest$ = [3, n0, _DGRR,
|
|
2357
2575
|
0,
|
|
2358
|
-
[
|
|
2576
|
+
[_gI, _rI],
|
|
2359
2577
|
[[0, 1], [0, 1]], 2
|
|
2360
2578
|
];
|
|
2361
2579
|
export var DeleteGatewayRuleResponse$ = [3, n0, _DGRRe,
|
|
@@ -2365,7 +2583,7 @@ export var DeleteGatewayRuleResponse$ = [3, n0, _DGRRe,
|
|
|
2365
2583
|
];
|
|
2366
2584
|
export var DeleteGatewayTargetRequest$ = [3, n0, _DGTR,
|
|
2367
2585
|
0,
|
|
2368
|
-
[
|
|
2586
|
+
[_gI, _tI],
|
|
2369
2587
|
[[0, 1], [0, 1]], 2
|
|
2370
2588
|
];
|
|
2371
2589
|
export var DeleteGatewayTargetResponse$ = [3, n0, _DGTRe,
|
|
@@ -2523,16 +2741,36 @@ export var Descriptors$ = [3, n0, _Des,
|
|
|
2523
2741
|
[_mc, _aa, _cu, _aSg],
|
|
2524
2742
|
[() => McpDescriptor$, () => A2aDescriptor$, () => CustomDescriptor$, () => AgentSkillsDescriptor$]
|
|
2525
2743
|
];
|
|
2744
|
+
export var EbsVolumeConfiguration$ = [3, n0, _EVC,
|
|
2745
|
+
0,
|
|
2746
|
+
[_n, _sGB, _vT, _io, _th, _enc, _kKI, _sI],
|
|
2747
|
+
[0, 1, 0, 1, 1, 2, 0, 0], 2
|
|
2748
|
+
];
|
|
2749
|
+
export var Ec2Configuration$ = [3, n0, _EC,
|
|
2750
|
+
0,
|
|
2751
|
+
[_lTS, _vCp, _vo, _lC, _rVo],
|
|
2752
|
+
[() => LaunchTemplateSource$, () => VpcConfiguration$, () => VolumeConfigurationList, () => InstanceLifecycleConfiguration$, () => RootVolumeConfiguration$], 2
|
|
2753
|
+
];
|
|
2526
2754
|
export var EfsAccessPointConfiguration$ = [3, n0, _EAPC,
|
|
2527
2755
|
0,
|
|
2528
2756
|
[_aPA, _mP],
|
|
2529
2757
|
[0, 0], 2
|
|
2530
2758
|
];
|
|
2531
|
-
export var EfsConfiguration$ = [3, n0,
|
|
2759
|
+
export var EfsConfiguration$ = [3, n0, _ECf,
|
|
2532
2760
|
0,
|
|
2533
2761
|
[_aPA, _mP, _fSA],
|
|
2534
2762
|
[0, 0, 0], 3
|
|
2535
2763
|
];
|
|
2764
|
+
export var EphemeralBlockDeviceMapping$ = [3, n0, _EBDM,
|
|
2765
|
+
0,
|
|
2766
|
+
[_dNe, _vNi, _eb],
|
|
2767
|
+
[0, 0, () => EphemeralEBSVolumeConfiguration$]
|
|
2768
|
+
];
|
|
2769
|
+
export var EphemeralEBSVolumeConfiguration$ = [3, n0, _EEBSVC,
|
|
2770
|
+
0,
|
|
2771
|
+
[_vT, _io, _th, _enc, _kKI, _sI, _vS, _vIR, _eCI],
|
|
2772
|
+
[0, 1, 1, 2, 0, 0, 1, 1, 1]
|
|
2773
|
+
];
|
|
2536
2774
|
export var EpisodicConsolidationOverride$ = [3, n0, _ECO,
|
|
2537
2775
|
0,
|
|
2538
2776
|
[_aTP, _mI],
|
|
@@ -2600,7 +2838,7 @@ export var Finding$ = [3, n0, _Fi,
|
|
|
2600
2838
|
];
|
|
2601
2839
|
export var FromUrlSynchronizationConfiguration$ = [3, n0, _FUSC,
|
|
2602
2840
|
0,
|
|
2603
|
-
[_u,
|
|
2841
|
+
[_u, _cPCr],
|
|
2604
2842
|
[0, () => RegistryRecordCredentialProviderConfigurationList], 1
|
|
2605
2843
|
];
|
|
2606
2844
|
export var GatewayApiKeyCredentialProvider$ = [3, n0, _GAKCP,
|
|
@@ -2618,6 +2856,11 @@ export var GatewayPolicyEngineConfiguration$ = [3, n0, _GPEC,
|
|
|
2618
2856
|
[_ar, _mod],
|
|
2619
2857
|
[0, 0], 2
|
|
2620
2858
|
];
|
|
2859
|
+
export var GatewayRateLimitDetail$ = [3, n0, _GRLD,
|
|
2860
|
+
0,
|
|
2861
|
+
[_rLI, _gI, _dK, _en, _st, _cA, _uA, _d],
|
|
2862
|
+
[0, 0, 64 | 0, () => LimitEntries, 0, 5, 5, 0], 7
|
|
2863
|
+
];
|
|
2621
2864
|
export var GatewayRuleDetail$ = [3, n0, _GRD,
|
|
2622
2865
|
0,
|
|
2623
2866
|
[_rI, _gA, _pr, _a, _cA, _st, _cond, _d, _sy, _uA],
|
|
@@ -2625,12 +2868,12 @@ export var GatewayRuleDetail$ = [3, n0, _GRD,
|
|
|
2625
2868
|
];
|
|
2626
2869
|
export var GatewaySummary$ = [3, n0, _GS,
|
|
2627
2870
|
0,
|
|
2628
|
-
[
|
|
2871
|
+
[_gIa, _n, _st, _cA, _uA, _aT, _d, _pT],
|
|
2629
2872
|
[0, 0, 0, 5, 5, 0, [() => GatewayDescription, 0], 0], 6
|
|
2630
2873
|
];
|
|
2631
2874
|
export var GatewayTarget$ = [3, n0, _GT,
|
|
2632
2875
|
0,
|
|
2633
|
-
[_gA, _tI, _cA, _uA, _st, _n, _tC,
|
|
2876
|
+
[_gA, _tI, _cA, _uA, _st, _n, _tC, _cPCr, _sR, _d, _lSAa, _mC, _pE, _pEMR, _aD, _pT],
|
|
2634
2877
|
[0, 0, 5, 5, 0, [() => TargetName, 0], [() => TargetConfiguration$, 0], [() => CredentialProviderConfigurations, 0], 64 | 0, [() => TargetDescription, 0], 5, () => MetadataConfiguration$, () => PrivateEndpoint$, () => PrivateEndpointManagedResources, () => AuthorizationData$, 0], 8
|
|
2635
2878
|
];
|
|
2636
2879
|
export var GetAgentRuntimeEndpointRequest$ = [3, n0, _GARER,
|
|
@@ -2650,8 +2893,8 @@ export var GetAgentRuntimeRequest$ = [3, n0, _GARR,
|
|
|
2650
2893
|
];
|
|
2651
2894
|
export var GetAgentRuntimeResponse$ = [3, n0, _GARRe,
|
|
2652
2895
|
0,
|
|
2653
|
-
[_aRA, _aRN, _aRI, _aRV, _cA, _lUA, _rA, _nC, _st, _lC, _fR, _d, _wID, _aRAg, _pC, _eV, _aCu, _rHC, _mC, _fC],
|
|
2654
|
-
[0, 0, 0, 0, 5, 5, 0, () => NetworkConfiguration$, 0, () => LifecycleConfiguration$, 0, [() => Description, 0], () => WorkloadIdentityDetails$, () => AgentRuntimeArtifact$, () => ProtocolConfiguration$, [() => EnvironmentVariablesMap, 0], () => AuthorizerConfiguration$, () => RequestHeaderConfiguration$, () => RuntimeMetadataConfiguration$, () => FilesystemConfigurations], 10
|
|
2896
|
+
[_aRA, _aRN, _aRI, _aRV, _cA, _lUA, _rA, _nC, _st, _lC, _fR, _d, _wID, _aRAg, _pC, _eV, _aCu, _rHC, _mC, _fC, _cPC],
|
|
2897
|
+
[0, 0, 0, 0, 5, 5, 0, () => NetworkConfiguration$, 0, () => LifecycleConfiguration$, 0, [() => Description, 0], () => WorkloadIdentityDetails$, () => AgentRuntimeArtifact$, () => ProtocolConfiguration$, [() => EnvironmentVariablesMap, 0], () => AuthorizerConfiguration$, () => RequestHeaderConfiguration$, () => RuntimeMetadataConfiguration$, () => FilesystemConfigurations, () => CapacityProviderConfiguration$], 10
|
|
2655
2898
|
];
|
|
2656
2899
|
export var GetApiKeyCredentialProviderRequest$ = [3, n0, _GAKCPR,
|
|
2657
2900
|
0,
|
|
@@ -2683,6 +2926,16 @@ export var GetBrowserResponse$ = [3, n0, _GBRe,
|
|
|
2683
2926
|
[_bI, _bA, _n, _nC, _st, _cA, _lUA, _d, _eRA, _re, _bS, _ePn, _ce, _fC, _fR],
|
|
2684
2927
|
[0, 0, 0, () => BrowserNetworkConfiguration$, 0, 5, 5, [() => Description, 0], 0, () => RecordingConfig$, () => BrowserSigningConfigOutput$, () => BrowserEnterprisePolicies, () => Certificates, () => ToolsFileSystemConfigurations, 0], 7
|
|
2685
2928
|
];
|
|
2929
|
+
export var GetCapacityProviderInput$ = [3, n0, _GCPI,
|
|
2930
|
+
0,
|
|
2931
|
+
[_cPI],
|
|
2932
|
+
[[0, 1]], 1
|
|
2933
|
+
];
|
|
2934
|
+
export var GetCapacityProviderOutput$ = [3, n0, _GCPO,
|
|
2935
|
+
0,
|
|
2936
|
+
[_cPI, _cPAa, _n, _st, _pCe, _cC, _cA, _lUA, _d, _sCt, _sRt],
|
|
2937
|
+
[0, 0, 0, 0, () => PermissionsConfiguration$, () => ComputeConfiguration$, 5, 5, [() => Description, 0], 0, 0], 8
|
|
2938
|
+
];
|
|
2686
2939
|
export var GetCodeInterpreterRequest$ = [3, n0, _GCIR,
|
|
2687
2940
|
0,
|
|
2688
2941
|
[_cII],
|
|
@@ -2733,19 +2986,29 @@ export var GetEvaluatorResponse$ = [3, n0, _GERe,
|
|
|
2733
2986
|
[_eA, _eIv, _eNv, _eC, _le, _st, _cA, _uA, _d, _lFM, _kKA],
|
|
2734
2987
|
[0, 0, 0, [() => EvaluatorConfig$, 0], 0, 0, 4, 4, [() => EvaluatorDescription, 0], 2, 0], 8
|
|
2735
2988
|
];
|
|
2989
|
+
export var GetGatewayRateLimitRequest$ = [3, n0, _GGRLR,
|
|
2990
|
+
0,
|
|
2991
|
+
[_gI, _rLI],
|
|
2992
|
+
[[0, 1], [0, 1]], 2
|
|
2993
|
+
];
|
|
2994
|
+
export var GetGatewayRateLimitResponse$ = [3, n0, _GGRLRe,
|
|
2995
|
+
0,
|
|
2996
|
+
[_rLI, _gI, _dK, _en, _st, _cA, _uA, _d],
|
|
2997
|
+
[0, 0, 64 | 0, () => LimitEntries, 0, 5, 5, 0], 7
|
|
2998
|
+
];
|
|
2736
2999
|
export var GetGatewayRequest$ = [3, n0, _GGR,
|
|
2737
3000
|
0,
|
|
2738
|
-
[
|
|
3001
|
+
[_gI],
|
|
2739
3002
|
[[0, 1]], 1
|
|
2740
3003
|
];
|
|
2741
3004
|
export var GetGatewayResponse$ = [3, n0, _GGRe,
|
|
2742
3005
|
0,
|
|
2743
|
-
[_gA,
|
|
3006
|
+
[_gA, _gIa, _cA, _uA, _st, _n, _aT, _gU, _sR, _d, _rA, _pT, _pC, _aCu, _kKA, _cTC, _iCnt, _pEC, _wID, _eL, _wAA, _wC],
|
|
2744
3007
|
[0, 0, 5, 5, 0, 0, 0, 0, 64 | 0, [() => GatewayDescription, 0], 0, 0, [() => GatewayProtocolConfiguration$, 0], () => AuthorizerConfiguration$, 0, () => CustomTransformConfiguration$, () => GatewayInterceptorConfigurations, () => GatewayPolicyEngineConfiguration$, () => WorkloadIdentityDetails$, 0, 0, () => WafConfiguration$], 7
|
|
2745
3008
|
];
|
|
2746
3009
|
export var GetGatewayRuleRequest$ = [3, n0, _GGRR,
|
|
2747
3010
|
0,
|
|
2748
|
-
[
|
|
3011
|
+
[_gI, _rI],
|
|
2749
3012
|
[[0, 1], [0, 1]], 2
|
|
2750
3013
|
];
|
|
2751
3014
|
export var GetGatewayRuleResponse$ = [3, n0, _GGRRe,
|
|
@@ -2755,12 +3018,12 @@ export var GetGatewayRuleResponse$ = [3, n0, _GGRRe,
|
|
|
2755
3018
|
];
|
|
2756
3019
|
export var GetGatewayTargetRequest$ = [3, n0, _GGTR,
|
|
2757
3020
|
0,
|
|
2758
|
-
[
|
|
3021
|
+
[_gI, _tI],
|
|
2759
3022
|
[[0, 1], [0, 1]], 2
|
|
2760
3023
|
];
|
|
2761
3024
|
export var GetGatewayTargetResponse$ = [3, n0, _GGTRe,
|
|
2762
3025
|
0,
|
|
2763
|
-
[_gA, _tI, _cA, _uA, _st, _n, _tC,
|
|
3026
|
+
[_gA, _tI, _cA, _uA, _st, _n, _tC, _cPCr, _sR, _d, _lSAa, _mC, _pE, _pEMR, _aD, _pT],
|
|
2764
3027
|
[0, 0, 5, 5, 0, [() => TargetName, 0], [() => TargetConfiguration$, 0], [() => CredentialProviderConfigurations, 0], 64 | 0, [() => TargetDescription, 0], 5, () => MetadataConfiguration$, () => PrivateEndpoint$, () => PrivateEndpointManagedResources, () => AuthorizationData$, 0], 8
|
|
2765
3028
|
];
|
|
2766
3029
|
export var GetHarnessEndpointRequest$ = [3, n0, _GHER,
|
|
@@ -2810,7 +3073,7 @@ export var GetOnlineEvaluationConfigRequest$ = [3, n0, _GOECR,
|
|
|
2810
3073
|
];
|
|
2811
3074
|
export var GetOnlineEvaluationConfigResponse$ = [3, n0, _GOECRe,
|
|
2812
3075
|
0,
|
|
2813
|
-
[_oECA, _oECI, _oECN, _rul, _dSC, _st, _eS, _cA, _uA, _d, _ev, _in,
|
|
3076
|
+
[_oECA, _oECI, _oECN, _rul, _dSC, _st, _eS, _cA, _uA, _d, _ev, _in, _cCl, _oC, _eERA, _fR],
|
|
2814
3077
|
[0, 0, 0, () => Rule$, () => DataSourceConfig$, 0, 0, 4, 4, [() => EvaluationConfigDescription, 0], () => EvaluatorList, () => InsightList, () => ClusteringConfig$, () => OutputConfig$, 0, 0], 9
|
|
2815
3078
|
];
|
|
2816
3079
|
export var GetPaymentConnectorRequest$ = [3, n0, _GPCR,
|
|
@@ -2820,7 +3083,7 @@ export var GetPaymentConnectorRequest$ = [3, n0, _GPCR,
|
|
|
2820
3083
|
];
|
|
2821
3084
|
export var GetPaymentConnectorResponse$ = [3, n0, _GPCRe,
|
|
2822
3085
|
0,
|
|
2823
|
-
[_pCI, _n, _t,
|
|
3086
|
+
[_pCI, _n, _t, _cPCr, _cA, _lUA, _st, _d],
|
|
2824
3087
|
[0, 0, 0, () => CredentialsProviderConfigurations, 5, 5, 0, 0], 7
|
|
2825
3088
|
];
|
|
2826
3089
|
export var GetPaymentCredentialProviderRequest$ = [3, n0, _GPCPR,
|
|
@@ -3000,7 +3263,7 @@ export var HarnessAgentCoreMemoryConfiguration$ = [3, n0, _HACMC,
|
|
|
3000
3263
|
];
|
|
3001
3264
|
export var HarnessAgentCoreMemoryRetrievalConfig$ = [3, n0, _HACMRC,
|
|
3002
3265
|
0,
|
|
3003
|
-
[_tK, _rS,
|
|
3266
|
+
[_tK, _rS, _sIt],
|
|
3004
3267
|
[1, 1, 0]
|
|
3005
3268
|
];
|
|
3006
3269
|
export var HarnessAgentCoreRuntimeEnvironment$ = [3, n0, _HACRE,
|
|
@@ -3188,6 +3451,16 @@ export var Insight$ = [3, n0, _I,
|
|
|
3188
3451
|
[_iI],
|
|
3189
3452
|
[0], 1
|
|
3190
3453
|
];
|
|
3454
|
+
export var InstanceLifecycleConfiguration$ = [3, n0, _ILC,
|
|
3455
|
+
0,
|
|
3456
|
+
[_iIT, _mL],
|
|
3457
|
+
[1, 1]
|
|
3458
|
+
];
|
|
3459
|
+
export var InstanceRequirements$ = [3, n0, _IR,
|
|
3460
|
+
0,
|
|
3461
|
+
[_aIT],
|
|
3462
|
+
[64 | 0], 1
|
|
3463
|
+
];
|
|
3191
3464
|
export var InterceptorInputConfiguration$ = [3, n0, _IIC,
|
|
3192
3465
|
0,
|
|
3193
3466
|
[_pRH, _pF],
|
|
@@ -3238,11 +3511,26 @@ export var LambdaTransformConfiguration$ = [3, n0, _LTC,
|
|
|
3238
3511
|
[_ar],
|
|
3239
3512
|
[0]
|
|
3240
3513
|
];
|
|
3514
|
+
export var LaunchParameters$ = [3, n0, _LP,
|
|
3515
|
+
0,
|
|
3516
|
+
[_oS, _iR, _eVp, _mon, _lS, _cRS, _sKN, _iPA, _pTr],
|
|
3517
|
+
[0, () => InstanceRequirements$, () => EphemeralBlockDeviceMappingList, 0, () => LicenseSpecificationList, () => CapacityReservationSpecification$, 0, 0, 128 | 0], 2
|
|
3518
|
+
];
|
|
3519
|
+
export var LicenseSpecification$ = [3, n0, _LS,
|
|
3520
|
+
0,
|
|
3521
|
+
[_lCA],
|
|
3522
|
+
[0], 1
|
|
3523
|
+
];
|
|
3241
3524
|
export var LifecycleConfiguration$ = [3, n0, _LC,
|
|
3242
3525
|
0,
|
|
3243
3526
|
[_iRST, _mL],
|
|
3244
3527
|
[1, 1]
|
|
3245
3528
|
];
|
|
3529
|
+
export var LimitEntry$ = [3, n0, _LE,
|
|
3530
|
+
0,
|
|
3531
|
+
[_di, _req, _tok, _conn],
|
|
3532
|
+
[128 | 0, () => RateConfigs, () => RateConfigs, () => RateConfigs], 1
|
|
3533
|
+
];
|
|
3246
3534
|
export var LinkedinOauth2ProviderConfigInput$ = [3, n0, _LOPCI,
|
|
3247
3535
|
0,
|
|
3248
3536
|
[_cI, _cS, _cSC, _cSS],
|
|
@@ -3273,6 +3561,16 @@ export var ListAgentRuntimesResponse$ = [3, n0, _LARRi,
|
|
|
3273
3561
|
[_aR, _nTe],
|
|
3274
3562
|
[[() => AgentRuntimes, 0], 0], 1
|
|
3275
3563
|
];
|
|
3564
|
+
export var ListAgentRuntimeVersionsByCapacityProviderInput$ = [3, n0, _LARVBCPI,
|
|
3565
|
+
0,
|
|
3566
|
+
[_cPI, _mR, _nTe],
|
|
3567
|
+
[[0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nTe }]], 1
|
|
3568
|
+
];
|
|
3569
|
+
export var ListAgentRuntimeVersionsByCapacityProviderOutput$ = [3, n0, _LARVBCPO,
|
|
3570
|
+
0,
|
|
3571
|
+
[_aR, _nTe],
|
|
3572
|
+
[() => AgentRuntimeVersionSummaryList, 0], 1
|
|
3573
|
+
];
|
|
3276
3574
|
export var ListAgentRuntimeVersionsRequest$ = [3, n0, _LARVR,
|
|
3277
3575
|
0,
|
|
3278
3576
|
[_aRI, _mR, _nTe],
|
|
@@ -3313,6 +3611,16 @@ export var ListBrowsersResponse$ = [3, n0, _LBRi,
|
|
|
3313
3611
|
[_bSr, _nTe],
|
|
3314
3612
|
[[() => BrowserSummaries, 0], 0], 1
|
|
3315
3613
|
];
|
|
3614
|
+
export var ListCapacityProvidersInput$ = [3, n0, _LCPI,
|
|
3615
|
+
0,
|
|
3616
|
+
[_mR, _nTe],
|
|
3617
|
+
[[1, { [_hQ]: _mR }], [0, { [_hQ]: _nTe }]]
|
|
3618
|
+
];
|
|
3619
|
+
export var ListCapacityProvidersOutput$ = [3, n0, _LCPO,
|
|
3620
|
+
0,
|
|
3621
|
+
[_cPa, _nTe],
|
|
3622
|
+
[() => CapacityProviderList, 0], 1
|
|
3623
|
+
];
|
|
3316
3624
|
export var ListCodeInterpretersRequest$ = [3, n0, _LCIR,
|
|
3317
3625
|
0,
|
|
3318
3626
|
[_mR, _nTe, _t],
|
|
@@ -3383,9 +3691,19 @@ export var ListEvaluatorsResponse$ = [3, n0, _LERi,
|
|
|
3383
3691
|
[_ev, _nTe],
|
|
3384
3692
|
[[() => EvaluatorSummaryList, 0], 0], 1
|
|
3385
3693
|
];
|
|
3694
|
+
export var ListGatewayRateLimitsRequest$ = [3, n0, _LGRLR,
|
|
3695
|
+
0,
|
|
3696
|
+
[_gI, _mR, _nTe],
|
|
3697
|
+
[[0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nTe }]], 1
|
|
3698
|
+
];
|
|
3699
|
+
export var ListGatewayRateLimitsResponse$ = [3, n0, _LGRLRi,
|
|
3700
|
+
0,
|
|
3701
|
+
[_rL, _nTe],
|
|
3702
|
+
[() => GatewayRateLimits, 0], 1
|
|
3703
|
+
];
|
|
3386
3704
|
export var ListGatewayRulesRequest$ = [3, n0, _LGRR,
|
|
3387
3705
|
0,
|
|
3388
|
-
[
|
|
3706
|
+
[_gI, _mR, _nTe],
|
|
3389
3707
|
[[0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nTe }]], 1
|
|
3390
3708
|
];
|
|
3391
3709
|
export var ListGatewayRulesResponse$ = [3, n0, _LGRRi,
|
|
@@ -3405,7 +3723,7 @@ export var ListGatewaysResponse$ = [3, n0, _LGRi,
|
|
|
3405
3723
|
];
|
|
3406
3724
|
export var ListGatewayTargetsRequest$ = [3, n0, _LGTR,
|
|
3407
3725
|
0,
|
|
3408
|
-
[
|
|
3726
|
+
[_gI, _mR, _nTe],
|
|
3409
3727
|
[[0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nTe }]], 1
|
|
3410
3728
|
];
|
|
3411
3729
|
export var ListGatewayTargetsResponse$ = [3, n0, _LGTRi,
|
|
@@ -3650,7 +3968,7 @@ export var McpDescriptor$ = [3, n0, _MD,
|
|
|
3650
3968
|
];
|
|
3651
3969
|
export var MCPGatewayConfiguration$ = [3, n0, _MCPGC,
|
|
3652
3970
|
0,
|
|
3653
|
-
[_sVu, _ins, _sTe, _sCe,
|
|
3971
|
+
[_sVu, _ins, _sTe, _sCe, _sCtr],
|
|
3654
3972
|
[64 | 0, [() => McpInstructions, 0], 0, () => SessionConfiguration$, () => StreamingConfiguration$]
|
|
3655
3973
|
];
|
|
3656
3974
|
export var McpLambdaTargetConfiguration$ = [3, n0, _MLTC,
|
|
@@ -3675,7 +3993,7 @@ export var MemoryRecordSchema$ = [3, n0, _MRS,
|
|
|
3675
3993
|
];
|
|
3676
3994
|
export var MemoryStrategy$ = [3, n0, _MS,
|
|
3677
3995
|
0,
|
|
3678
|
-
[
|
|
3996
|
+
[_sIt, _n, _t, _na, _nT, _d, _con, _cA, _uA, _st, _mRS],
|
|
3679
3997
|
[0, 0, 0, 64 | 0, 64 | 0, [() => Description, 0], [() => StrategyConfiguration$, 0], 4, 4, 0, [() => MemoryRecordSchema$, 0]], 5
|
|
3680
3998
|
];
|
|
3681
3999
|
export var MemorySummary$ = [3, n0, _MSe,
|
|
@@ -3790,7 +4108,7 @@ export var OnBehalfOfTokenExchangeConfigType$ = [3, n0, _OBOTECT,
|
|
|
3790
4108
|
];
|
|
3791
4109
|
export var OnlineEvaluationConfigSummary$ = [3, n0, _OECS,
|
|
3792
4110
|
0,
|
|
3793
|
-
[_oECA, _oECI, _oECN, _st, _eS, _cA, _uA, _d, _fR, _in,
|
|
4111
|
+
[_oECA, _oECI, _oECN, _st, _eS, _cA, _uA, _d, _fR, _in, _cCl],
|
|
3794
4112
|
[0, 0, 0, 0, 0, 4, 4, [() => EvaluationConfigDescription, 0], 0, () => InsightList, () => ClusteringConfig$], 7
|
|
3795
4113
|
];
|
|
3796
4114
|
export var OpenResponsesEvaluatorModelConfig$ = [3, n0, _OREMC,
|
|
@@ -3828,6 +4146,11 @@ export var PaymentManagerSummary$ = [3, n0, _PMS,
|
|
|
3828
4146
|
[_pMA, _pMI, _n, _aT, _rA, _st, _lUA, _d, _cA],
|
|
3829
4147
|
[0, 0, 0, 0, 0, 0, 5, 0, 5], 7
|
|
3830
4148
|
];
|
|
4149
|
+
export var PermissionsConfiguration$ = [3, n0, _PC,
|
|
4150
|
+
0,
|
|
4151
|
+
[_cPORA],
|
|
4152
|
+
[0], 1
|
|
4153
|
+
];
|
|
3831
4154
|
export var Policy$ = [3, n0, _Po,
|
|
3832
4155
|
0,
|
|
3833
4156
|
[_pIo, _n, _pEI, _cA, _uA, _pAo, _st, _de, _sR, _eM, _d],
|
|
@@ -3883,7 +4206,7 @@ export var PrivateKeyJwtConfig$ = [3, n0, _PKJC,
|
|
|
3883
4206
|
[_pKS, _sA, _aHC, _aPC],
|
|
3884
4207
|
[() => PrivateKeySource$, 0, [() => AdditionalClaims, 0], [() => AdditionalClaims, 0]]
|
|
3885
4208
|
];
|
|
3886
|
-
export var ProtocolConfiguration$ = [3, n0,
|
|
4209
|
+
export var ProtocolConfiguration$ = [3, n0, _PCr,
|
|
3887
4210
|
0,
|
|
3888
4211
|
[_sPe],
|
|
3889
4212
|
[0], 1
|
|
@@ -3903,14 +4226,19 @@ export var PutResourcePolicyResponse$ = [3, n0, _PRPRu,
|
|
|
3903
4226
|
[_po],
|
|
3904
4227
|
[0], 1
|
|
3905
4228
|
];
|
|
3906
|
-
export var
|
|
4229
|
+
export var RateConfig$ = [3, n0, _RC,
|
|
4230
|
+
0,
|
|
4231
|
+
[_ra, _pe],
|
|
4232
|
+
[1, 0], 2
|
|
4233
|
+
];
|
|
4234
|
+
export var ReasoningConfiguration$ = [3, n0, _RCe,
|
|
3907
4235
|
0,
|
|
3908
4236
|
[_ef],
|
|
3909
4237
|
[0]
|
|
3910
4238
|
];
|
|
3911
|
-
export var RecordingConfig$ = [3, n0,
|
|
4239
|
+
export var RecordingConfig$ = [3, n0, _RCec,
|
|
3912
4240
|
0,
|
|
3913
|
-
[
|
|
4241
|
+
[_ena, _sL],
|
|
3914
4242
|
[2, () => S3Location$]
|
|
3915
4243
|
];
|
|
3916
4244
|
export var RegistryRecordCredentialProviderConfiguration$ = [3, n0, _RRCPC,
|
|
@@ -3938,6 +4266,11 @@ export var RegistrySummary$ = [3, n0, _RS,
|
|
|
3938
4266
|
[_n, _rIe, _rAeg, _st, _cA, _uA, _d, _aT, _sRt],
|
|
3939
4267
|
[0, 0, 0, 0, 5, 5, [() => Description, 0], 0, 0], 6
|
|
3940
4268
|
];
|
|
4269
|
+
export var RootVolumeConfiguration$ = [3, n0, _RVC,
|
|
4270
|
+
0,
|
|
4271
|
+
[_vT, _io, _th, _enc, _kKI, _fSGB],
|
|
4272
|
+
[0, 1, 1, 2, 0, 1]
|
|
4273
|
+
];
|
|
3941
4274
|
export var Rule$ = [3, n0, _R,
|
|
3942
4275
|
0,
|
|
3943
4276
|
[_sCa, _filt, _sCes],
|
|
@@ -3995,7 +4328,7 @@ export var SamplingConfig$ = [3, n0, _SCa,
|
|
|
3995
4328
|
];
|
|
3996
4329
|
export var SchemaDefinition$ = [3, n0, _SD,
|
|
3997
4330
|
0,
|
|
3998
|
-
[_t, _pro,
|
|
4331
|
+
[_t, _pro, _requ, _it, _d],
|
|
3999
4332
|
[0, () => SchemaProperties, 64 | 0, () => SchemaDefinition$, 0], 1
|
|
4000
4333
|
];
|
|
4001
4334
|
export var Secret$ = [3, n0, _S,
|
|
@@ -4200,7 +4533,7 @@ export var SynchronizationConfiguration$ = [3, n0, _SCy,
|
|
|
4200
4533
|
];
|
|
4201
4534
|
export var SynchronizeGatewayTargetsRequest$ = [3, n0, _SGTR,
|
|
4202
4535
|
0,
|
|
4203
|
-
[
|
|
4536
|
+
[_gI, _tIL],
|
|
4204
4537
|
[[0, 1], 64 | 0], 2
|
|
4205
4538
|
];
|
|
4206
4539
|
export var SynchronizeGatewayTargetsResponse$ = [3, n0, _SGTRy,
|
|
@@ -4260,7 +4593,7 @@ export var TokenExchangeGrantTypeConfigType$ = [3, n0, _TEGTCT,
|
|
|
4260
4593
|
];
|
|
4261
4594
|
export var ToolDefinition$ = [3, n0, _TDo,
|
|
4262
4595
|
8,
|
|
4263
|
-
[_n, _d, _iS,
|
|
4596
|
+
[_n, _d, _iS, _oSu],
|
|
4264
4597
|
[0, 0, () => SchemaDefinition$, () => SchemaDefinition$], 3
|
|
4265
4598
|
];
|
|
4266
4599
|
export var ToolsDefinition$ = [3, n0, _TDoo,
|
|
@@ -4295,8 +4628,8 @@ export var UpdateAgentRuntimeEndpointResponse$ = [3, n0, _UARERp,
|
|
|
4295
4628
|
];
|
|
4296
4629
|
export var UpdateAgentRuntimeRequest$ = [3, n0, _UARR,
|
|
4297
4630
|
0,
|
|
4298
|
-
[_aRI, _aRAg, _rA, _nC, _d, _aCu, _rHC, _pC, _lC, _mC, _eV, _fC, _cT],
|
|
4299
|
-
[[0, 1], () => AgentRuntimeArtifact$, 0, () => NetworkConfiguration$, [() => Description, 0], () => AuthorizerConfiguration$, () => RequestHeaderConfiguration$, () => ProtocolConfiguration$, () => LifecycleConfiguration$, () => RuntimeMetadataConfiguration$, [() => EnvironmentVariablesMap, 0], () => FilesystemConfigurations, [0, 4]],
|
|
4631
|
+
[_aRI, _aRAg, _rA, _nC, _d, _aCu, _rHC, _pC, _lC, _mC, _eV, _fC, _cPC, _cT],
|
|
4632
|
+
[[0, 1], () => AgentRuntimeArtifact$, 0, () => NetworkConfiguration$, [() => Description, 0], () => AuthorizerConfiguration$, () => RequestHeaderConfiguration$, () => ProtocolConfiguration$, () => LifecycleConfiguration$, () => RuntimeMetadataConfiguration$, [() => EnvironmentVariablesMap, 0], () => FilesystemConfigurations, () => CapacityProviderConfiguration$, [0, 4]], 3
|
|
4300
4633
|
];
|
|
4301
4634
|
export var UpdateAgentRuntimeResponse$ = [3, n0, _UARRp,
|
|
4302
4635
|
0,
|
|
@@ -4313,6 +4646,16 @@ export var UpdateApiKeyCredentialProviderResponse$ = [3, n0, _UAKCPRp,
|
|
|
4313
4646
|
[_aKSA, _n, _cPA, _cTr, _lUT, _aKSJK, _aKSS],
|
|
4314
4647
|
[() => Secret$, 0, 0, 4, 4, 0, 0], 5
|
|
4315
4648
|
];
|
|
4649
|
+
export var UpdateCapacityProviderInput$ = [3, n0, _UCPI,
|
|
4650
|
+
0,
|
|
4651
|
+
[_cPI, _d, _cT],
|
|
4652
|
+
[[0, 1], [() => UpdatedDescription$, 0], [0, 4]], 1
|
|
4653
|
+
];
|
|
4654
|
+
export var UpdateCapacityProviderOutput$ = [3, n0, _UCPO,
|
|
4655
|
+
0,
|
|
4656
|
+
[_cPI, _cPAa, _n, _st, _cA, _lUA],
|
|
4657
|
+
[0, 0, 0, 0, 5, 5], 6
|
|
4658
|
+
];
|
|
4316
4659
|
export var UpdateConfigurationBundleRequest$ = [3, n0, _UCBR,
|
|
4317
4660
|
0,
|
|
4318
4661
|
[_bIu, _cT, _bN, _d, _com, _pVI, _bNr, _cM, _cB, _kKA],
|
|
@@ -4448,19 +4791,29 @@ export var UpdateEvaluatorResponse$ = [3, n0, _UERp,
|
|
|
4448
4791
|
[_eA, _eIv, _uA, _st],
|
|
4449
4792
|
[0, 0, 4, 0], 4
|
|
4450
4793
|
];
|
|
4794
|
+
export var UpdateGatewayRateLimitRequest$ = [3, n0, _UGRLR,
|
|
4795
|
+
0,
|
|
4796
|
+
[_gI, _rLI, _en, _d],
|
|
4797
|
+
[[0, 1], [0, 1], () => LimitEntries, 0], 3
|
|
4798
|
+
];
|
|
4799
|
+
export var UpdateGatewayRateLimitResponse$ = [3, n0, _UGRLRp,
|
|
4800
|
+
0,
|
|
4801
|
+
[_rLI, _gI, _dK, _en, _st, _cA, _uA, _d],
|
|
4802
|
+
[0, 0, 64 | 0, () => LimitEntries, 0, 5, 5, 0], 7
|
|
4803
|
+
];
|
|
4451
4804
|
export var UpdateGatewayRequest$ = [3, n0, _UGR,
|
|
4452
4805
|
0,
|
|
4453
|
-
[
|
|
4806
|
+
[_gI, _n, _rA, _aT, _d, _pT, _pC, _aCu, _kKA, _cTC, _iCnt, _pEC, _eL, _wC],
|
|
4454
4807
|
[[0, 1], 0, 0, 0, [() => GatewayDescription, 0], 0, [() => GatewayProtocolConfiguration$, 0], () => AuthorizerConfiguration$, 0, () => CustomTransformConfiguration$, () => GatewayInterceptorConfigurations, () => GatewayPolicyEngineConfiguration$, 0, () => WafConfiguration$], 4
|
|
4455
4808
|
];
|
|
4456
4809
|
export var UpdateGatewayResponse$ = [3, n0, _UGRp,
|
|
4457
4810
|
0,
|
|
4458
|
-
[_gA,
|
|
4811
|
+
[_gA, _gIa, _cA, _uA, _st, _n, _aT, _gU, _sR, _d, _rA, _pT, _pC, _aCu, _kKA, _cTC, _iCnt, _pEC, _wID, _eL, _wAA, _wC],
|
|
4459
4812
|
[0, 0, 5, 5, 0, 0, 0, 0, 64 | 0, [() => GatewayDescription, 0], 0, 0, [() => GatewayProtocolConfiguration$, 0], () => AuthorizerConfiguration$, 0, () => CustomTransformConfiguration$, () => GatewayInterceptorConfigurations, () => GatewayPolicyEngineConfiguration$, () => WorkloadIdentityDetails$, 0, 0, () => WafConfiguration$], 7
|
|
4460
4813
|
];
|
|
4461
4814
|
export var UpdateGatewayRuleRequest$ = [3, n0, _UGRR,
|
|
4462
4815
|
0,
|
|
4463
|
-
[
|
|
4816
|
+
[_gI, _rI, _pr, _cond, _a, _d],
|
|
4464
4817
|
[[0, 1], [0, 1], 1, () => Conditions, [() => Actions, 0], 0], 2
|
|
4465
4818
|
];
|
|
4466
4819
|
export var UpdateGatewayRuleResponse$ = [3, n0, _UGRRp,
|
|
@@ -4470,12 +4823,12 @@ export var UpdateGatewayRuleResponse$ = [3, n0, _UGRRp,
|
|
|
4470
4823
|
];
|
|
4471
4824
|
export var UpdateGatewayTargetRequest$ = [3, n0, _UGTR,
|
|
4472
4825
|
0,
|
|
4473
|
-
[
|
|
4826
|
+
[_gI, _tI, _tC, _n, _d, _cPCr, _mC, _pE],
|
|
4474
4827
|
[[0, 1], [0, 1], [() => TargetConfiguration$, 0], [() => TargetName, 0], [() => TargetDescription, 0], [() => CredentialProviderConfigurations, 0], () => MetadataConfiguration$, () => PrivateEndpoint$], 3
|
|
4475
4828
|
];
|
|
4476
4829
|
export var UpdateGatewayTargetResponse$ = [3, n0, _UGTRp,
|
|
4477
4830
|
0,
|
|
4478
|
-
[_gA, _tI, _cA, _uA, _st, _n, _tC,
|
|
4831
|
+
[_gA, _tI, _cA, _uA, _st, _n, _tC, _cPCr, _sR, _d, _lSAa, _mC, _pE, _pEMR, _aD, _pT],
|
|
4479
4832
|
[0, 0, 5, 5, 0, [() => TargetName, 0], [() => TargetConfiguration$, 0], [() => CredentialProviderConfigurations, 0], 64 | 0, [() => TargetDescription, 0], 5, () => MetadataConfiguration$, () => PrivateEndpoint$, () => PrivateEndpointManagedResources, () => AuthorizationData$, 0], 8
|
|
4480
4833
|
];
|
|
4481
4834
|
export var UpdateHarnessEndpointRequest$ = [3, n0, _UHER,
|
|
@@ -4520,7 +4873,7 @@ export var UpdateOauth2CredentialProviderResponse$ = [3, n0, _UOCPRp,
|
|
|
4520
4873
|
];
|
|
4521
4874
|
export var UpdateOnlineEvaluationConfigRequest$ = [3, n0, _UOECR,
|
|
4522
4875
|
0,
|
|
4523
|
-
[_oECI, _cT, _d, _rul, _dSC, _ev, _in,
|
|
4876
|
+
[_oECI, _cT, _d, _rul, _dSC, _ev, _in, _cCl, _eERA, _eS],
|
|
4524
4877
|
[[0, 1], [0, 4], [() => EvaluationConfigDescription, 0], () => Rule$, () => DataSourceConfig$, () => EvaluatorList, () => InsightList, () => ClusteringConfig$, 0, 0], 1
|
|
4525
4878
|
];
|
|
4526
4879
|
export var UpdateOnlineEvaluationConfigResponse$ = [3, n0, _UOECRp,
|
|
@@ -4530,12 +4883,12 @@ export var UpdateOnlineEvaluationConfigResponse$ = [3, n0, _UOECRp,
|
|
|
4530
4883
|
];
|
|
4531
4884
|
export var UpdatePaymentConnectorRequest$ = [3, n0, _UPCR,
|
|
4532
4885
|
0,
|
|
4533
|
-
[_pMI, _pCI, _d, _t,
|
|
4886
|
+
[_pMI, _pCI, _d, _t, _cPCr, _cT],
|
|
4534
4887
|
[[0, 1], [0, 1], 0, 0, () => CredentialsProviderConfigurations, [0, 4]], 2
|
|
4535
4888
|
];
|
|
4536
4889
|
export var UpdatePaymentConnectorResponse$ = [3, n0, _UPCRp,
|
|
4537
4890
|
0,
|
|
4538
|
-
[_pCI, _pMI, _n, _t,
|
|
4891
|
+
[_pCI, _pMI, _n, _t, _cPCr, _lUA, _st],
|
|
4539
4892
|
[0, 0, 0, 0, () => CredentialsProviderConfigurations, 5, 0], 7
|
|
4540
4893
|
];
|
|
4541
4894
|
export var UpdatePaymentCredentialProviderRequest$ = [3, n0, _UPCPR,
|
|
@@ -4673,6 +5026,11 @@ export var VpcConfig$ = [3, n0, _VC,
|
|
|
4673
5026
|
[_sG, _su, _rSSE],
|
|
4674
5027
|
[64 | 0, 64 | 0, 2], 2
|
|
4675
5028
|
];
|
|
5029
|
+
export var VpcConfiguration$ = [3, n0, _VCp,
|
|
5030
|
+
0,
|
|
5031
|
+
[_su, _sG],
|
|
5032
|
+
[64 | 0, 64 | 0], 2
|
|
5033
|
+
];
|
|
4676
5034
|
export var WafConfiguration$ = [3, n0, _WC,
|
|
4677
5035
|
0,
|
|
4678
5036
|
[_fM],
|
|
@@ -4711,6 +5069,9 @@ var AgentRuntimes = [1, n0, _ARg,
|
|
|
4711
5069
|
0, [() => AgentRuntime$,
|
|
4712
5070
|
0]
|
|
4713
5071
|
];
|
|
5072
|
+
var AgentRuntimeVersionSummaryList = [1, n0, _ARVSL,
|
|
5073
|
+
0, () => AgentRuntimeVersionSummary$
|
|
5074
|
+
];
|
|
4714
5075
|
var AllowedAudienceList = 64 | 0;
|
|
4715
5076
|
var AllowedClientsList = 64 | 0;
|
|
4716
5077
|
var AllowedQueryParameters = 64 | 0;
|
|
@@ -4728,6 +5089,9 @@ var ApiGatewayToolOverrides = [1, n0, _AGTOp,
|
|
|
4728
5089
|
var ApiKeyCredentialProviders = [1, n0, _AKCP,
|
|
4729
5090
|
0, () => ApiKeyCredentialProviderItem$
|
|
4730
5091
|
];
|
|
5092
|
+
var BatchPutLimitEntries = [1, n0, _BPLEa,
|
|
5093
|
+
0, () => BatchPutLimitEntry$
|
|
5094
|
+
];
|
|
4731
5095
|
var BrowserEnterprisePolicies = [1, n0, _BEPr,
|
|
4732
5096
|
0, () => BrowserEnterprisePolicy$
|
|
4733
5097
|
];
|
|
@@ -4739,6 +5103,9 @@ var BrowserSummaries = [1, n0, _BSr,
|
|
|
4739
5103
|
0, [() => BrowserSummary$,
|
|
4740
5104
|
0]
|
|
4741
5105
|
];
|
|
5106
|
+
var CapacityProviderList = [1, n0, _CPL,
|
|
5107
|
+
0, () => CapacityProviderSummary$
|
|
5108
|
+
];
|
|
4742
5109
|
var CategoricalScaleDefinitions = [1, n0, _CSDa,
|
|
4743
5110
|
0, () => CategoricalScaleDefinition$
|
|
4744
5111
|
];
|
|
@@ -4770,11 +5137,11 @@ var ConnectorParameterOverrides = [1, n0, _CPOo,
|
|
|
4770
5137
|
var ContentConfigurationList = [1, n0, _CCL,
|
|
4771
5138
|
0, () => ContentConfiguration$
|
|
4772
5139
|
];
|
|
4773
|
-
var CredentialProviderConfigurations = [1, n0,
|
|
5140
|
+
var CredentialProviderConfigurations = [1, n0, _CPCre,
|
|
4774
5141
|
0, [() => CredentialProviderConfiguration$,
|
|
4775
5142
|
0]
|
|
4776
5143
|
];
|
|
4777
|
-
var CredentialsProviderConfigurations = [1, n0,
|
|
5144
|
+
var CredentialsProviderConfigurations = [1, n0, _CPCred,
|
|
4778
5145
|
0, () => CredentialsProviderConfiguration$
|
|
4779
5146
|
];
|
|
4780
5147
|
var CustomClaimValidationsType = [1, n0, _CCVTu,
|
|
@@ -4793,8 +5160,12 @@ var DatasetVersionSummaryList = [1, n0, _DVSL,
|
|
|
4793
5160
|
var DeleteMemoryStrategiesList = [1, n0, _DMSL,
|
|
4794
5161
|
0, () => DeleteMemoryStrategyInput$
|
|
4795
5162
|
];
|
|
5163
|
+
var DimensionKeys = 64 | 0;
|
|
4796
5164
|
var EnabledConnectors = 64 | 0;
|
|
4797
5165
|
var EntryPoints = 64 | 0;
|
|
5166
|
+
var EphemeralBlockDeviceMappingList = [1, n0, _EBDML,
|
|
5167
|
+
0, () => EphemeralBlockDeviceMapping$
|
|
5168
|
+
];
|
|
4798
5169
|
var EvaluatorList = [1, n0, _EL,
|
|
4799
5170
|
0, () => EvaluatorReference$
|
|
4800
5171
|
];
|
|
@@ -4816,6 +5187,9 @@ var GatewayInterceptionPoints = 64 | 0;
|
|
|
4816
5187
|
var GatewayInterceptorConfigurations = [1, n0, _GICa,
|
|
4817
5188
|
0, () => GatewayInterceptorConfiguration$
|
|
4818
5189
|
];
|
|
5190
|
+
var GatewayRateLimits = [1, n0, _GRL,
|
|
5191
|
+
0, () => GatewayRateLimitDetail$
|
|
5192
|
+
];
|
|
4819
5193
|
var GatewayRules = [1, n0, _GR,
|
|
4820
5194
|
0, [() => GatewayRuleDetail$,
|
|
4821
5195
|
0]
|
|
@@ -4863,9 +5237,16 @@ var InferenceOperationConfigurations = [1, n0, _IOCn,
|
|
|
4863
5237
|
var InsightList = [1, n0, _IL,
|
|
4864
5238
|
0, () => Insight$
|
|
4865
5239
|
];
|
|
5240
|
+
var InstanceTypeList = 64 | 0;
|
|
4866
5241
|
var InterceptorPayloadExclusionSelectorList = [1, n0, _IPESL,
|
|
4867
5242
|
0, () => InterceptorPayloadExclusionSelector$
|
|
4868
5243
|
];
|
|
5244
|
+
var LicenseSpecificationList = [1, n0, _LSL,
|
|
5245
|
+
0, () => LicenseSpecification$
|
|
5246
|
+
];
|
|
5247
|
+
var LimitEntries = [1, n0, _LEi,
|
|
5248
|
+
0, () => LimitEntry$
|
|
5249
|
+
];
|
|
4869
5250
|
var LogGroupNamesList = 64 | 0;
|
|
4870
5251
|
var MatchPathPatterns = 64 | 0;
|
|
4871
5252
|
var MatchPrincipalEntries = [1, n0, _MPE,
|
|
@@ -4947,6 +5328,9 @@ var PrivateEndpointManagedResources = [1, n0, _PEMR,
|
|
|
4947
5328
|
var PrivateEndpointOverrides = [1, n0, _PEOr,
|
|
4948
5329
|
0, () => PrivateEndpointOverride$
|
|
4949
5330
|
];
|
|
5331
|
+
var RateConfigs = [1, n0, _RCa,
|
|
5332
|
+
0, () => RateConfig$
|
|
5333
|
+
];
|
|
4950
5334
|
var RegistryRecordCredentialProviderConfigurationList = [1, n0, _RRCPCL,
|
|
4951
5335
|
0, () => RegistryRecordCredentialProviderConfiguration$
|
|
4952
5336
|
];
|
|
@@ -4965,6 +5349,7 @@ var ResponseListType = 64 | 0;
|
|
|
4965
5349
|
var RestApiMethods = 64 | 0;
|
|
4966
5350
|
var ScopeList = 64 | 0;
|
|
4967
5351
|
var ScopesListType = 64 | 0;
|
|
5352
|
+
var SecurityGroupIdList = 64 | 0;
|
|
4968
5353
|
var SecurityGroupIds = 64 | 0;
|
|
4969
5354
|
var SecurityGroups = 64 | 0;
|
|
4970
5355
|
var ServiceNamesList = 64 | 0;
|
|
@@ -4972,6 +5357,7 @@ var StatusReasons = 64 | 0;
|
|
|
4972
5357
|
var StreamDeliveryResourcesList = [1, n0, _SDRL,
|
|
4973
5358
|
0, () => StreamDeliveryResource$
|
|
4974
5359
|
];
|
|
5360
|
+
var SubnetIdList = 64 | 0;
|
|
4975
5361
|
var SubnetIds = 64 | 0;
|
|
4976
5362
|
var Subnets = 64 | 0;
|
|
4977
5363
|
var TagKeyList = 64 | 0;
|
|
@@ -5004,6 +5390,9 @@ var TriggerConditionsList = [1, n0, _TCL,
|
|
|
5004
5390
|
var ValidationExceptionFieldList = [1, n0, _VEFL,
|
|
5005
5391
|
0, () => ValidationExceptionField$
|
|
5006
5392
|
];
|
|
5393
|
+
var VolumeConfigurationList = [1, n0, _VCL,
|
|
5394
|
+
0, () => VolumeConfiguration$
|
|
5395
|
+
];
|
|
5007
5396
|
var WorkloadIdentityList = [1, n0, _WIL,
|
|
5008
5397
|
0, () => WorkloadIdentityType$
|
|
5009
5398
|
];
|
|
@@ -5022,6 +5411,7 @@ var ComponentConfigurationMap = [2, n0, _CCM,
|
|
|
5022
5411
|
0]
|
|
5023
5412
|
];
|
|
5024
5413
|
var CustomParameterMap = 128 | 0;
|
|
5414
|
+
var Dimensions = 128 | 0;
|
|
5025
5415
|
var EnvironmentVariablesMap = [2, n0, _EVM,
|
|
5026
5416
|
8, 0, 0
|
|
5027
5417
|
];
|
|
@@ -5088,6 +5478,11 @@ export var CodeBasedEvaluatorConfig$ = [4, n0, _CBEC,
|
|
|
5088
5478
|
[_lCa],
|
|
5089
5479
|
[() => LambdaEvaluatorConfig$]
|
|
5090
5480
|
];
|
|
5481
|
+
export var ComputeConfiguration$ = [4, n0, _CComp,
|
|
5482
|
+
0,
|
|
5483
|
+
[_eCc],
|
|
5484
|
+
[() => Ec2Configuration$]
|
|
5485
|
+
];
|
|
5091
5486
|
export var Condition$ = [4, n0, _Con,
|
|
5092
5487
|
0,
|
|
5093
5488
|
[_mPa, _mPat],
|
|
@@ -5113,7 +5508,7 @@ export var CredentialProvider$ = [4, n0, _CPr,
|
|
|
5113
5508
|
[_oCP, _aKCP, _iCP],
|
|
5114
5509
|
[[() => OAuthCredentialProvider$, 0], () => GatewayApiKeyCredentialProvider$, () => IamCredentialProvider$]
|
|
5115
5510
|
];
|
|
5116
|
-
export var CredentialsProviderConfiguration$ = [4, n0,
|
|
5511
|
+
export var CredentialsProviderConfiguration$ = [4, n0, _CPCrede,
|
|
5117
5512
|
0,
|
|
5118
5513
|
[_cCDP, _sPt],
|
|
5119
5514
|
[() => PaymentCredentialProviderConfiguration$, () => PaymentCredentialProviderConfiguration$]
|
|
@@ -5190,8 +5585,8 @@ export var ExtractionConfiguration$ = [4, n0, _ECxt,
|
|
|
5190
5585
|
];
|
|
5191
5586
|
export var FilesystemConfiguration$ = [4, n0, _FCi,
|
|
5192
5587
|
0,
|
|
5193
|
-
[_sSe, _sFAP, _eAP],
|
|
5194
|
-
[() => SessionStorageConfiguration$, () => S3FilesAccessPointConfiguration$, () => EfsAccessPointConfiguration$]
|
|
5588
|
+
[_sSe, _sFAP, _eAP, _cPVa],
|
|
5589
|
+
[() => SessionStorageConfiguration$, () => S3FilesAccessPointConfiguration$, () => EfsAccessPointConfiguration$, () => CapacityProviderVolumeConfiguration$]
|
|
5195
5590
|
];
|
|
5196
5591
|
export var FilterValue$ = [4, n0, _FV,
|
|
5197
5592
|
0,
|
|
@@ -5225,7 +5620,7 @@ export var HarnessGatewayOutboundAuth$ = [4, n0, _HGOA,
|
|
|
5225
5620
|
];
|
|
5226
5621
|
export var HarnessMemoryConfiguration$ = [4, n0, _HMC,
|
|
5227
5622
|
0,
|
|
5228
|
-
[_aCMC, _mMC,
|
|
5623
|
+
[_aCMC, _mMC, _dis],
|
|
5229
5624
|
[() => HarnessAgentCoreMemoryConfiguration$, () => HarnessManagedMemoryConfiguration$, () => HarnessDisabledMemoryConfiguration$]
|
|
5230
5625
|
];
|
|
5231
5626
|
export var HarnessModelConfiguration$ = [4, n0, _HMCa,
|
|
@@ -5255,12 +5650,12 @@ export var HarnessTruncationStrategyConfiguration$ = [4, n0, _HTSC,
|
|
|
5255
5650
|
];
|
|
5256
5651
|
export var HttpTargetConfiguration$ = [4, n0, _HTCt,
|
|
5257
5652
|
0,
|
|
5258
|
-
[_aRg, _pas,
|
|
5653
|
+
[_aRg, _pas, _conne],
|
|
5259
5654
|
[[() => RuntimeTargetConfiguration$, 0], [() => PassthroughTargetConfiguration$, 0], () => HttpConnectorTargetConfiguration$]
|
|
5260
5655
|
];
|
|
5261
5656
|
export var InferenceTargetConfiguration$ = [4, n0, _ITC,
|
|
5262
5657
|
0,
|
|
5263
|
-
[
|
|
5658
|
+
[_conne, _prov],
|
|
5264
5659
|
[() => InferenceConnectorTargetConfiguration$, () => InferenceProviderTargetConfiguration$]
|
|
5265
5660
|
];
|
|
5266
5661
|
export var InterceptorConfiguration$ = [4, n0, _ICnt,
|
|
@@ -5273,6 +5668,11 @@ export var InterceptorPayloadExclusionSelector$ = [4, n0, _IPES,
|
|
|
5273
5668
|
[_fie],
|
|
5274
5669
|
[0]
|
|
5275
5670
|
];
|
|
5671
|
+
export var LaunchTemplateSource$ = [4, n0, _LTS,
|
|
5672
|
+
0,
|
|
5673
|
+
[_lP],
|
|
5674
|
+
[() => LaunchParameters$]
|
|
5675
|
+
];
|
|
5276
5676
|
export var MatchPrincipalEntry$ = [4, n0, _MPEa,
|
|
5277
5677
|
0,
|
|
5278
5678
|
[_iPa],
|
|
@@ -5280,7 +5680,7 @@ export var MatchPrincipalEntry$ = [4, n0, _MPEa,
|
|
|
5280
5680
|
];
|
|
5281
5681
|
export var McpTargetConfiguration$ = [4, n0, _MTC,
|
|
5282
5682
|
0,
|
|
5283
|
-
[_oAS, _sMm, _lam, _mSc, _aG,
|
|
5683
|
+
[_oAS, _sMm, _lam, _mSc, _aG, _conne],
|
|
5284
5684
|
[[() => ApiSchemaConfiguration$, 0], [() => ApiSchemaConfiguration$, 0], [() => McpLambdaTargetConfiguration$, 0], [() => McpServerTargetConfiguration$, 0], () => ApiGatewayTargetConfiguration$, () => ConnectorTargetConfiguration$]
|
|
5285
5685
|
];
|
|
5286
5686
|
export var McpToolSchemaConfiguration$ = [4, n0, _MTSC,
|
|
@@ -5423,9 +5823,17 @@ export var Validation$ = [4, n0, _V,
|
|
|
5423
5823
|
[_sVtr, _sLV, _nV],
|
|
5424
5824
|
[() => StringValidation$, () => StringListValidation$, () => NumberValidation$]
|
|
5425
5825
|
];
|
|
5826
|
+
export var VolumeConfiguration$ = [4, n0, _VCo,
|
|
5827
|
+
0,
|
|
5828
|
+
[_eCb],
|
|
5829
|
+
[() => EbsVolumeConfiguration$]
|
|
5830
|
+
];
|
|
5426
5831
|
export var AddDatasetExamples$ = [9, n0, _ADEd,
|
|
5427
5832
|
{ [_ht]: ["POST", "/datasets/{datasetId}/examples/add", 202] }, () => AddDatasetExamplesRequest$, () => AddDatasetExamplesResponse$
|
|
5428
5833
|
];
|
|
5834
|
+
export var BatchPutGatewayRateLimits$ = [9, n0, _BPGRL,
|
|
5835
|
+
{ [_ht]: ["PUT", "/gateways/{gatewayIdentifier}/rate-limits/batch", 200] }, () => BatchPutGatewayRateLimitsRequest$, () => BatchPutGatewayRateLimitsResponse$
|
|
5836
|
+
];
|
|
5429
5837
|
export var CreateAgentRuntime$ = [9, n0, _CAR,
|
|
5430
5838
|
{ [_ht]: ["PUT", "/runtimes/", 202] }, () => CreateAgentRuntimeRequest$, () => CreateAgentRuntimeResponse$
|
|
5431
5839
|
];
|
|
@@ -5441,6 +5849,9 @@ export var CreateBrowser$ = [9, n0, _CB,
|
|
|
5441
5849
|
export var CreateBrowserProfile$ = [9, n0, _CBP,
|
|
5442
5850
|
{ [_ht]: ["PUT", "/browser-profiles", 200] }, () => CreateBrowserProfileRequest$, () => CreateBrowserProfileResponse$
|
|
5443
5851
|
];
|
|
5852
|
+
export var CreateCapacityProvider$ = [9, n0, _CCP,
|
|
5853
|
+
{ [_ht]: ["PUT", "/capacity-providers", 202] }, () => CreateCapacityProviderInput$, () => CreateCapacityProviderOutput$
|
|
5854
|
+
];
|
|
5444
5855
|
export var CreateCodeInterpreter$ = [9, n0, _CCIr,
|
|
5445
5856
|
{ [_ht]: ["PUT", "/code-interpreters", 202] }, () => CreateCodeInterpreterRequest$, () => CreateCodeInterpreterResponse$
|
|
5446
5857
|
];
|
|
@@ -5459,6 +5870,9 @@ export var CreateEvaluator$ = [9, n0, _CEr,
|
|
|
5459
5870
|
export var CreateGateway$ = [9, n0, _CG,
|
|
5460
5871
|
{ [_ht]: ["POST", "/gateways/", 202] }, () => CreateGatewayRequest$, () => CreateGatewayResponse$
|
|
5461
5872
|
];
|
|
5873
|
+
export var CreateGatewayRateLimit$ = [9, n0, _CGRL,
|
|
5874
|
+
{ [_ht]: ["POST", "/gateways/{gatewayIdentifier}/rate-limits", 201] }, () => CreateGatewayRateLimitRequest$, () => CreateGatewayRateLimitResponse$
|
|
5875
|
+
];
|
|
5462
5876
|
export var CreateGatewayRule$ = [9, n0, _CGRre,
|
|
5463
5877
|
{ [_ht]: ["POST", "/gateways/{gatewayIdentifier}/rules", 202] }, () => CreateGatewayRuleRequest$, () => CreateGatewayRuleResponse$
|
|
5464
5878
|
];
|
|
@@ -5519,6 +5933,9 @@ export var DeleteBrowser$ = [9, n0, _DB,
|
|
|
5519
5933
|
export var DeleteBrowserProfile$ = [9, n0, _DBP,
|
|
5520
5934
|
{ [_ht]: ["DELETE", "/browser-profiles/{profileId}", 200] }, () => DeleteBrowserProfileRequest$, () => DeleteBrowserProfileResponse$
|
|
5521
5935
|
];
|
|
5936
|
+
export var DeleteCapacityProvider$ = [9, n0, _DCP,
|
|
5937
|
+
{ [_ht]: ["DELETE", "/capacity-providers/{capacityProviderId}", 202] }, () => DeleteCapacityProviderInput$, () => DeleteCapacityProviderOutput$
|
|
5938
|
+
];
|
|
5522
5939
|
export var DeleteCodeInterpreter$ = [9, n0, _DCI,
|
|
5523
5940
|
{ [_ht]: ["DELETE", "/code-interpreters/{codeInterpreterId}", 202] }, () => DeleteCodeInterpreterRequest$, () => DeleteCodeInterpreterResponse$
|
|
5524
5941
|
];
|
|
@@ -5537,6 +5954,9 @@ export var DeleteEvaluator$ = [9, n0, _DE,
|
|
|
5537
5954
|
export var DeleteGateway$ = [9, n0, _DG,
|
|
5538
5955
|
{ [_ht]: ["DELETE", "/gateways/{gatewayIdentifier}/", 202] }, () => DeleteGatewayRequest$, () => DeleteGatewayResponse$
|
|
5539
5956
|
];
|
|
5957
|
+
export var DeleteGatewayRateLimit$ = [9, n0, _DGRL,
|
|
5958
|
+
{ [_ht]: ["DELETE", "/gateways/{gatewayIdentifier}/rate-limits/{rateLimitId}", 200] }, () => DeleteGatewayRateLimitRequest$, () => DeleteGatewayRateLimitResponse$
|
|
5959
|
+
];
|
|
5540
5960
|
export var DeleteGatewayRule$ = [9, n0, _DGRel,
|
|
5541
5961
|
{ [_ht]: ["DELETE", "/gateways/{gatewayIdentifier}/rules/{ruleId}", 202] }, () => DeleteGatewayRuleRequest$, () => DeleteGatewayRuleResponse$
|
|
5542
5962
|
];
|
|
@@ -5600,6 +6020,9 @@ export var GetBrowser$ = [9, n0, _GB,
|
|
|
5600
6020
|
export var GetBrowserProfile$ = [9, n0, _GBP,
|
|
5601
6021
|
{ [_ht]: ["GET", "/browser-profiles/{profileId}", 200] }, () => GetBrowserProfileRequest$, () => GetBrowserProfileResponse$
|
|
5602
6022
|
];
|
|
6023
|
+
export var GetCapacityProvider$ = [9, n0, _GCP,
|
|
6024
|
+
{ [_ht]: ["GET", "/capacity-providers/{capacityProviderId}", 200] }, () => GetCapacityProviderInput$, () => GetCapacityProviderOutput$
|
|
6025
|
+
];
|
|
5603
6026
|
export var GetCodeInterpreter$ = [9, n0, _GCI,
|
|
5604
6027
|
{ [_ht]: ["GET", "/code-interpreters/{codeInterpreterId}", 200] }, () => GetCodeInterpreterRequest$, () => GetCodeInterpreterResponse$
|
|
5605
6028
|
];
|
|
@@ -5618,6 +6041,9 @@ export var GetEvaluator$ = [9, n0, _GE,
|
|
|
5618
6041
|
export var GetGateway$ = [9, n0, _GG,
|
|
5619
6042
|
{ [_ht]: ["GET", "/gateways/{gatewayIdentifier}/", 200] }, () => GetGatewayRequest$, () => GetGatewayResponse$
|
|
5620
6043
|
];
|
|
6044
|
+
export var GetGatewayRateLimit$ = [9, n0, _GGRL,
|
|
6045
|
+
{ [_ht]: ["GET", "/gateways/{gatewayIdentifier}/rate-limits/{rateLimitId}", 200] }, () => GetGatewayRateLimitRequest$, () => GetGatewayRateLimitResponse$
|
|
6046
|
+
];
|
|
5621
6047
|
export var GetGatewayRule$ = [9, n0, _GGRet,
|
|
5622
6048
|
{ [_ht]: ["GET", "/gateways/{gatewayIdentifier}/rules/{ruleId}", 200] }, () => GetGatewayRuleRequest$, () => GetGatewayRuleResponse$
|
|
5623
6049
|
];
|
|
@@ -5690,6 +6116,9 @@ export var ListAgentRuntimes$ = [9, n0, _LAR,
|
|
|
5690
6116
|
export var ListAgentRuntimeVersions$ = [9, n0, _LARV,
|
|
5691
6117
|
{ [_ht]: ["POST", "/runtimes/{agentRuntimeId}/versions/", 200] }, () => ListAgentRuntimeVersionsRequest$, () => ListAgentRuntimeVersionsResponse$
|
|
5692
6118
|
];
|
|
6119
|
+
export var ListAgentRuntimeVersionsByCapacityProvider$ = [9, n0, _LARVBCP,
|
|
6120
|
+
{ [_ht]: ["POST", "/capacity-providers/{capacityProviderId}/runtime-versions", 200] }, () => ListAgentRuntimeVersionsByCapacityProviderInput$, () => ListAgentRuntimeVersionsByCapacityProviderOutput$
|
|
6121
|
+
];
|
|
5693
6122
|
export var ListApiKeyCredentialProviders$ = [9, n0, _LAKCP,
|
|
5694
6123
|
{ [_ht]: ["POST", "/identities/ListApiKeyCredentialProviders", 200] }, () => ListApiKeyCredentialProvidersRequest$, () => ListApiKeyCredentialProvidersResponse$
|
|
5695
6124
|
];
|
|
@@ -5699,6 +6128,9 @@ export var ListBrowserProfiles$ = [9, n0, _LBP,
|
|
|
5699
6128
|
export var ListBrowsers$ = [9, n0, _LB,
|
|
5700
6129
|
{ [_ht]: ["POST", "/browsers", 200] }, () => ListBrowsersRequest$, () => ListBrowsersResponse$
|
|
5701
6130
|
];
|
|
6131
|
+
export var ListCapacityProviders$ = [9, n0, _LCP,
|
|
6132
|
+
{ [_ht]: ["POST", "/capacity-providers", 200] }, () => ListCapacityProvidersInput$, () => ListCapacityProvidersOutput$
|
|
6133
|
+
];
|
|
5702
6134
|
export var ListCodeInterpreters$ = [9, n0, _LCI,
|
|
5703
6135
|
{ [_ht]: ["POST", "/code-interpreters", 200] }, () => ListCodeInterpretersRequest$, () => ListCodeInterpretersResponse$
|
|
5704
6136
|
];
|
|
@@ -5717,9 +6149,12 @@ export var ListDatasets$ = [9, n0, _LD,
|
|
|
5717
6149
|
export var ListDatasetVersions$ = [9, n0, _LDV,
|
|
5718
6150
|
{ [_ht]: ["GET", "/datasets/{datasetId}/versions", 200] }, () => ListDatasetVersionsRequest$, () => ListDatasetVersionsResponse$
|
|
5719
6151
|
];
|
|
5720
|
-
export var ListEvaluators$ = [9, n0,
|
|
6152
|
+
export var ListEvaluators$ = [9, n0, _LEis,
|
|
5721
6153
|
{ [_ht]: ["POST", "/evaluators", 200] }, () => ListEvaluatorsRequest$, () => ListEvaluatorsResponse$
|
|
5722
6154
|
];
|
|
6155
|
+
export var ListGatewayRateLimits$ = [9, n0, _LGRL,
|
|
6156
|
+
{ [_ht]: ["GET", "/gateways/{gatewayIdentifier}/rate-limits", 200] }, () => ListGatewayRateLimitsRequest$, () => ListGatewayRateLimitsResponse$
|
|
6157
|
+
];
|
|
5723
6158
|
export var ListGatewayRules$ = [9, n0, _LGRis,
|
|
5724
6159
|
{ [_ht]: ["GET", "/gateways/{gatewayIdentifier}/rules", 200] }, () => ListGatewayRulesRequest$, () => ListGatewayRulesResponse$
|
|
5725
6160
|
];
|
|
@@ -5756,7 +6191,7 @@ export var ListPaymentCredentialProviders$ = [9, n0, _LPCP,
|
|
|
5756
6191
|
export var ListPaymentManagers$ = [9, n0, _LPM,
|
|
5757
6192
|
{ [_ht]: ["POST", "/payments/managers-list", 200] }, () => ListPaymentManagersRequest$, () => ListPaymentManagersResponse$
|
|
5758
6193
|
];
|
|
5759
|
-
export var ListPolicies$ = [9, n0,
|
|
6194
|
+
export var ListPolicies$ = [9, n0, _LPi,
|
|
5760
6195
|
{ [_ht]: ["GET", "/policy-engines/{policyEngineId}/policies", 200] }, () => ListPoliciesRequest$, () => ListPoliciesResponse$
|
|
5761
6196
|
];
|
|
5762
6197
|
export var ListPolicyEngines$ = [9, n0, _LPE,
|
|
@@ -5819,6 +6254,9 @@ export var UpdateAgentRuntimeEndpoint$ = [9, n0, _UARE,
|
|
|
5819
6254
|
export var UpdateApiKeyCredentialProvider$ = [9, n0, _UAKCP,
|
|
5820
6255
|
{ [_ht]: ["POST", "/identities/UpdateApiKeyCredentialProvider", 200] }, () => UpdateApiKeyCredentialProviderRequest$, () => UpdateApiKeyCredentialProviderResponse$
|
|
5821
6256
|
];
|
|
6257
|
+
export var UpdateCapacityProvider$ = [9, n0, _UCP,
|
|
6258
|
+
{ [_ht]: ["PUT", "/capacity-providers/{capacityProviderId}", 202] }, () => UpdateCapacityProviderInput$, () => UpdateCapacityProviderOutput$
|
|
6259
|
+
];
|
|
5822
6260
|
export var UpdateConfigurationBundle$ = [9, n0, _UCB,
|
|
5823
6261
|
{ [_ht]: ["PUT", "/configuration-bundles/{bundleId}", 200] }, () => UpdateConfigurationBundleRequest$, () => UpdateConfigurationBundleResponse$
|
|
5824
6262
|
];
|
|
@@ -5834,6 +6272,9 @@ export var UpdateEvaluator$ = [9, n0, _UEp,
|
|
|
5834
6272
|
export var UpdateGateway$ = [9, n0, _UG,
|
|
5835
6273
|
{ [_ht]: ["PUT", "/gateways/{gatewayIdentifier}/", 202] }, () => UpdateGatewayRequest$, () => UpdateGatewayResponse$
|
|
5836
6274
|
];
|
|
6275
|
+
export var UpdateGatewayRateLimit$ = [9, n0, _UGRL,
|
|
6276
|
+
{ [_ht]: ["PATCH", "/gateways/{gatewayIdentifier}/rate-limits/{rateLimitId}", 200] }, () => UpdateGatewayRateLimitRequest$, () => UpdateGatewayRateLimitResponse$
|
|
6277
|
+
];
|
|
5837
6278
|
export var UpdateGatewayRule$ = [9, n0, _UGRpd,
|
|
5838
6279
|
{ [_ht]: ["PATCH", "/gateways/{gatewayIdentifier}/rules/{ruleId}", 202] }, () => UpdateGatewayRuleRequest$, () => UpdateGatewayRuleResponse$
|
|
5839
6280
|
];
|