@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
|
@@ -10,6 +10,10 @@ import {
|
|
|
10
10
|
AddDatasetExamplesCommandInput,
|
|
11
11
|
AddDatasetExamplesCommandOutput,
|
|
12
12
|
} from "./commands/AddDatasetExamplesCommand";
|
|
13
|
+
import {
|
|
14
|
+
BatchPutGatewayRateLimitsCommandInput,
|
|
15
|
+
BatchPutGatewayRateLimitsCommandOutput,
|
|
16
|
+
} from "./commands/BatchPutGatewayRateLimitsCommand";
|
|
13
17
|
import {
|
|
14
18
|
CreateAgentRuntimeCommandInput,
|
|
15
19
|
CreateAgentRuntimeCommandOutput,
|
|
@@ -30,6 +34,10 @@ import {
|
|
|
30
34
|
CreateBrowserProfileCommandInput,
|
|
31
35
|
CreateBrowserProfileCommandOutput,
|
|
32
36
|
} from "./commands/CreateBrowserProfileCommand";
|
|
37
|
+
import {
|
|
38
|
+
CreateCapacityProviderCommandInput,
|
|
39
|
+
CreateCapacityProviderCommandOutput,
|
|
40
|
+
} from "./commands/CreateCapacityProviderCommand";
|
|
33
41
|
import {
|
|
34
42
|
CreateCodeInterpreterCommandInput,
|
|
35
43
|
CreateCodeInterpreterCommandOutput,
|
|
@@ -54,6 +62,10 @@ import {
|
|
|
54
62
|
CreateGatewayCommandInput,
|
|
55
63
|
CreateGatewayCommandOutput,
|
|
56
64
|
} from "./commands/CreateGatewayCommand";
|
|
65
|
+
import {
|
|
66
|
+
CreateGatewayRateLimitCommandInput,
|
|
67
|
+
CreateGatewayRateLimitCommandOutput,
|
|
68
|
+
} from "./commands/CreateGatewayRateLimitCommand";
|
|
57
69
|
import {
|
|
58
70
|
CreateGatewayRuleCommandInput,
|
|
59
71
|
CreateGatewayRuleCommandOutput,
|
|
@@ -134,6 +146,10 @@ import {
|
|
|
134
146
|
DeleteBrowserProfileCommandInput,
|
|
135
147
|
DeleteBrowserProfileCommandOutput,
|
|
136
148
|
} from "./commands/DeleteBrowserProfileCommand";
|
|
149
|
+
import {
|
|
150
|
+
DeleteCapacityProviderCommandInput,
|
|
151
|
+
DeleteCapacityProviderCommandOutput,
|
|
152
|
+
} from "./commands/DeleteCapacityProviderCommand";
|
|
137
153
|
import {
|
|
138
154
|
DeleteCodeInterpreterCommandInput,
|
|
139
155
|
DeleteCodeInterpreterCommandOutput,
|
|
@@ -158,6 +174,10 @@ import {
|
|
|
158
174
|
DeleteGatewayCommandInput,
|
|
159
175
|
DeleteGatewayCommandOutput,
|
|
160
176
|
} from "./commands/DeleteGatewayCommand";
|
|
177
|
+
import {
|
|
178
|
+
DeleteGatewayRateLimitCommandInput,
|
|
179
|
+
DeleteGatewayRateLimitCommandOutput,
|
|
180
|
+
} from "./commands/DeleteGatewayRateLimitCommand";
|
|
161
181
|
import {
|
|
162
182
|
DeleteGatewayRuleCommandInput,
|
|
163
183
|
DeleteGatewayRuleCommandOutput,
|
|
@@ -239,6 +259,10 @@ import {
|
|
|
239
259
|
GetBrowserProfileCommandInput,
|
|
240
260
|
GetBrowserProfileCommandOutput,
|
|
241
261
|
} from "./commands/GetBrowserProfileCommand";
|
|
262
|
+
import {
|
|
263
|
+
GetCapacityProviderCommandInput,
|
|
264
|
+
GetCapacityProviderCommandOutput,
|
|
265
|
+
} from "./commands/GetCapacityProviderCommand";
|
|
242
266
|
import {
|
|
243
267
|
GetCodeInterpreterCommandInput,
|
|
244
268
|
GetCodeInterpreterCommandOutput,
|
|
@@ -257,6 +281,10 @@ import {
|
|
|
257
281
|
GetEvaluatorCommandOutput,
|
|
258
282
|
} from "./commands/GetEvaluatorCommand";
|
|
259
283
|
import { GetGatewayCommandInput, GetGatewayCommandOutput } from "./commands/GetGatewayCommand";
|
|
284
|
+
import {
|
|
285
|
+
GetGatewayRateLimitCommandInput,
|
|
286
|
+
GetGatewayRateLimitCommandOutput,
|
|
287
|
+
} from "./commands/GetGatewayRateLimitCommand";
|
|
260
288
|
import {
|
|
261
289
|
GetGatewayRuleCommandInput,
|
|
262
290
|
GetGatewayRuleCommandOutput,
|
|
@@ -337,6 +365,10 @@ import {
|
|
|
337
365
|
ListAgentRuntimesCommandInput,
|
|
338
366
|
ListAgentRuntimesCommandOutput,
|
|
339
367
|
} from "./commands/ListAgentRuntimesCommand";
|
|
368
|
+
import {
|
|
369
|
+
ListAgentRuntimeVersionsByCapacityProviderCommandInput,
|
|
370
|
+
ListAgentRuntimeVersionsByCapacityProviderCommandOutput,
|
|
371
|
+
} from "./commands/ListAgentRuntimeVersionsByCapacityProviderCommand";
|
|
340
372
|
import {
|
|
341
373
|
ListAgentRuntimeVersionsCommandInput,
|
|
342
374
|
ListAgentRuntimeVersionsCommandOutput,
|
|
@@ -353,6 +385,10 @@ import {
|
|
|
353
385
|
ListBrowsersCommandInput,
|
|
354
386
|
ListBrowsersCommandOutput,
|
|
355
387
|
} from "./commands/ListBrowsersCommand";
|
|
388
|
+
import {
|
|
389
|
+
ListCapacityProvidersCommandInput,
|
|
390
|
+
ListCapacityProvidersCommandOutput,
|
|
391
|
+
} from "./commands/ListCapacityProvidersCommand";
|
|
356
392
|
import {
|
|
357
393
|
ListCodeInterpretersCommandInput,
|
|
358
394
|
ListCodeInterpretersCommandOutput,
|
|
@@ -381,6 +417,10 @@ import {
|
|
|
381
417
|
ListEvaluatorsCommandInput,
|
|
382
418
|
ListEvaluatorsCommandOutput,
|
|
383
419
|
} from "./commands/ListEvaluatorsCommand";
|
|
420
|
+
import {
|
|
421
|
+
ListGatewayRateLimitsCommandInput,
|
|
422
|
+
ListGatewayRateLimitsCommandOutput,
|
|
423
|
+
} from "./commands/ListGatewayRateLimitsCommand";
|
|
384
424
|
import {
|
|
385
425
|
ListGatewayRulesCommandInput,
|
|
386
426
|
ListGatewayRulesCommandOutput,
|
|
@@ -510,6 +550,10 @@ import {
|
|
|
510
550
|
UpdateApiKeyCredentialProviderCommandInput,
|
|
511
551
|
UpdateApiKeyCredentialProviderCommandOutput,
|
|
512
552
|
} from "./commands/UpdateApiKeyCredentialProviderCommand";
|
|
553
|
+
import {
|
|
554
|
+
UpdateCapacityProviderCommandInput,
|
|
555
|
+
UpdateCapacityProviderCommandOutput,
|
|
556
|
+
} from "./commands/UpdateCapacityProviderCommand";
|
|
513
557
|
import {
|
|
514
558
|
UpdateConfigurationBundleCommandInput,
|
|
515
559
|
UpdateConfigurationBundleCommandOutput,
|
|
@@ -530,6 +574,10 @@ import {
|
|
|
530
574
|
UpdateGatewayCommandInput,
|
|
531
575
|
UpdateGatewayCommandOutput,
|
|
532
576
|
} from "./commands/UpdateGatewayCommand";
|
|
577
|
+
import {
|
|
578
|
+
UpdateGatewayRateLimitCommandInput,
|
|
579
|
+
UpdateGatewayRateLimitCommandOutput,
|
|
580
|
+
} from "./commands/UpdateGatewayRateLimitCommand";
|
|
533
581
|
import {
|
|
534
582
|
UpdateGatewayRuleCommandInput,
|
|
535
583
|
UpdateGatewayRuleCommandOutput,
|
|
@@ -609,6 +657,19 @@ export interface BedrockAgentCoreControl {
|
|
|
609
657
|
options: __HttpHandlerOptions,
|
|
610
658
|
cb: (err: any, data?: AddDatasetExamplesCommandOutput) => void,
|
|
611
659
|
): void;
|
|
660
|
+
batchPutGatewayRateLimits(
|
|
661
|
+
args: BatchPutGatewayRateLimitsCommandInput,
|
|
662
|
+
options?: __HttpHandlerOptions,
|
|
663
|
+
): Promise<BatchPutGatewayRateLimitsCommandOutput>;
|
|
664
|
+
batchPutGatewayRateLimits(
|
|
665
|
+
args: BatchPutGatewayRateLimitsCommandInput,
|
|
666
|
+
cb: (err: any, data?: BatchPutGatewayRateLimitsCommandOutput) => void,
|
|
667
|
+
): void;
|
|
668
|
+
batchPutGatewayRateLimits(
|
|
669
|
+
args: BatchPutGatewayRateLimitsCommandInput,
|
|
670
|
+
options: __HttpHandlerOptions,
|
|
671
|
+
cb: (err: any, data?: BatchPutGatewayRateLimitsCommandOutput) => void,
|
|
672
|
+
): void;
|
|
612
673
|
createAgentRuntime(
|
|
613
674
|
args: CreateAgentRuntimeCommandInput,
|
|
614
675
|
options?: __HttpHandlerOptions,
|
|
@@ -674,6 +735,19 @@ export interface BedrockAgentCoreControl {
|
|
|
674
735
|
options: __HttpHandlerOptions,
|
|
675
736
|
cb: (err: any, data?: CreateBrowserProfileCommandOutput) => void,
|
|
676
737
|
): void;
|
|
738
|
+
createCapacityProvider(
|
|
739
|
+
args: CreateCapacityProviderCommandInput,
|
|
740
|
+
options?: __HttpHandlerOptions,
|
|
741
|
+
): Promise<CreateCapacityProviderCommandOutput>;
|
|
742
|
+
createCapacityProvider(
|
|
743
|
+
args: CreateCapacityProviderCommandInput,
|
|
744
|
+
cb: (err: any, data?: CreateCapacityProviderCommandOutput) => void,
|
|
745
|
+
): void;
|
|
746
|
+
createCapacityProvider(
|
|
747
|
+
args: CreateCapacityProviderCommandInput,
|
|
748
|
+
options: __HttpHandlerOptions,
|
|
749
|
+
cb: (err: any, data?: CreateCapacityProviderCommandOutput) => void,
|
|
750
|
+
): void;
|
|
677
751
|
createCodeInterpreter(
|
|
678
752
|
args: CreateCodeInterpreterCommandInput,
|
|
679
753
|
options?: __HttpHandlerOptions,
|
|
@@ -752,6 +826,19 @@ export interface BedrockAgentCoreControl {
|
|
|
752
826
|
options: __HttpHandlerOptions,
|
|
753
827
|
cb: (err: any, data?: CreateGatewayCommandOutput) => void,
|
|
754
828
|
): void;
|
|
829
|
+
createGatewayRateLimit(
|
|
830
|
+
args: CreateGatewayRateLimitCommandInput,
|
|
831
|
+
options?: __HttpHandlerOptions,
|
|
832
|
+
): Promise<CreateGatewayRateLimitCommandOutput>;
|
|
833
|
+
createGatewayRateLimit(
|
|
834
|
+
args: CreateGatewayRateLimitCommandInput,
|
|
835
|
+
cb: (err: any, data?: CreateGatewayRateLimitCommandOutput) => void,
|
|
836
|
+
): void;
|
|
837
|
+
createGatewayRateLimit(
|
|
838
|
+
args: CreateGatewayRateLimitCommandInput,
|
|
839
|
+
options: __HttpHandlerOptions,
|
|
840
|
+
cb: (err: any, data?: CreateGatewayRateLimitCommandOutput) => void,
|
|
841
|
+
): void;
|
|
755
842
|
createGatewayRule(
|
|
756
843
|
args: CreateGatewayRuleCommandInput,
|
|
757
844
|
options?: __HttpHandlerOptions,
|
|
@@ -1012,6 +1099,19 @@ export interface BedrockAgentCoreControl {
|
|
|
1012
1099
|
options: __HttpHandlerOptions,
|
|
1013
1100
|
cb: (err: any, data?: DeleteBrowserProfileCommandOutput) => void,
|
|
1014
1101
|
): void;
|
|
1102
|
+
deleteCapacityProvider(
|
|
1103
|
+
args: DeleteCapacityProviderCommandInput,
|
|
1104
|
+
options?: __HttpHandlerOptions,
|
|
1105
|
+
): Promise<DeleteCapacityProviderCommandOutput>;
|
|
1106
|
+
deleteCapacityProvider(
|
|
1107
|
+
args: DeleteCapacityProviderCommandInput,
|
|
1108
|
+
cb: (err: any, data?: DeleteCapacityProviderCommandOutput) => void,
|
|
1109
|
+
): void;
|
|
1110
|
+
deleteCapacityProvider(
|
|
1111
|
+
args: DeleteCapacityProviderCommandInput,
|
|
1112
|
+
options: __HttpHandlerOptions,
|
|
1113
|
+
cb: (err: any, data?: DeleteCapacityProviderCommandOutput) => void,
|
|
1114
|
+
): void;
|
|
1015
1115
|
deleteCodeInterpreter(
|
|
1016
1116
|
args: DeleteCodeInterpreterCommandInput,
|
|
1017
1117
|
options?: __HttpHandlerOptions,
|
|
@@ -1090,6 +1190,19 @@ export interface BedrockAgentCoreControl {
|
|
|
1090
1190
|
options: __HttpHandlerOptions,
|
|
1091
1191
|
cb: (err: any, data?: DeleteGatewayCommandOutput) => void,
|
|
1092
1192
|
): void;
|
|
1193
|
+
deleteGatewayRateLimit(
|
|
1194
|
+
args: DeleteGatewayRateLimitCommandInput,
|
|
1195
|
+
options?: __HttpHandlerOptions,
|
|
1196
|
+
): Promise<DeleteGatewayRateLimitCommandOutput>;
|
|
1197
|
+
deleteGatewayRateLimit(
|
|
1198
|
+
args: DeleteGatewayRateLimitCommandInput,
|
|
1199
|
+
cb: (err: any, data?: DeleteGatewayRateLimitCommandOutput) => void,
|
|
1200
|
+
): void;
|
|
1201
|
+
deleteGatewayRateLimit(
|
|
1202
|
+
args: DeleteGatewayRateLimitCommandInput,
|
|
1203
|
+
options: __HttpHandlerOptions,
|
|
1204
|
+
cb: (err: any, data?: DeleteGatewayRateLimitCommandOutput) => void,
|
|
1205
|
+
): void;
|
|
1093
1206
|
deleteGatewayRule(
|
|
1094
1207
|
args: DeleteGatewayRuleCommandInput,
|
|
1095
1208
|
options?: __HttpHandlerOptions,
|
|
@@ -1363,6 +1476,19 @@ export interface BedrockAgentCoreControl {
|
|
|
1363
1476
|
options: __HttpHandlerOptions,
|
|
1364
1477
|
cb: (err: any, data?: GetBrowserProfileCommandOutput) => void,
|
|
1365
1478
|
): void;
|
|
1479
|
+
getCapacityProvider(
|
|
1480
|
+
args: GetCapacityProviderCommandInput,
|
|
1481
|
+
options?: __HttpHandlerOptions,
|
|
1482
|
+
): Promise<GetCapacityProviderCommandOutput>;
|
|
1483
|
+
getCapacityProvider(
|
|
1484
|
+
args: GetCapacityProviderCommandInput,
|
|
1485
|
+
cb: (err: any, data?: GetCapacityProviderCommandOutput) => void,
|
|
1486
|
+
): void;
|
|
1487
|
+
getCapacityProvider(
|
|
1488
|
+
args: GetCapacityProviderCommandInput,
|
|
1489
|
+
options: __HttpHandlerOptions,
|
|
1490
|
+
cb: (err: any, data?: GetCapacityProviderCommandOutput) => void,
|
|
1491
|
+
): void;
|
|
1366
1492
|
getCodeInterpreter(
|
|
1367
1493
|
args: GetCodeInterpreterCommandInput,
|
|
1368
1494
|
options?: __HttpHandlerOptions,
|
|
@@ -1441,6 +1567,19 @@ export interface BedrockAgentCoreControl {
|
|
|
1441
1567
|
options: __HttpHandlerOptions,
|
|
1442
1568
|
cb: (err: any, data?: GetGatewayCommandOutput) => void,
|
|
1443
1569
|
): void;
|
|
1570
|
+
getGatewayRateLimit(
|
|
1571
|
+
args: GetGatewayRateLimitCommandInput,
|
|
1572
|
+
options?: __HttpHandlerOptions,
|
|
1573
|
+
): Promise<GetGatewayRateLimitCommandOutput>;
|
|
1574
|
+
getGatewayRateLimit(
|
|
1575
|
+
args: GetGatewayRateLimitCommandInput,
|
|
1576
|
+
cb: (err: any, data?: GetGatewayRateLimitCommandOutput) => void,
|
|
1577
|
+
): void;
|
|
1578
|
+
getGatewayRateLimit(
|
|
1579
|
+
args: GetGatewayRateLimitCommandInput,
|
|
1580
|
+
options: __HttpHandlerOptions,
|
|
1581
|
+
cb: (err: any, data?: GetGatewayRateLimitCommandOutput) => void,
|
|
1582
|
+
): void;
|
|
1444
1583
|
getGatewayRule(
|
|
1445
1584
|
args: GetGatewayRuleCommandInput,
|
|
1446
1585
|
options?: __HttpHandlerOptions,
|
|
@@ -1755,6 +1894,19 @@ export interface BedrockAgentCoreControl {
|
|
|
1755
1894
|
options: __HttpHandlerOptions,
|
|
1756
1895
|
cb: (err: any, data?: ListAgentRuntimeVersionsCommandOutput) => void,
|
|
1757
1896
|
): void;
|
|
1897
|
+
listAgentRuntimeVersionsByCapacityProvider(
|
|
1898
|
+
args: ListAgentRuntimeVersionsByCapacityProviderCommandInput,
|
|
1899
|
+
options?: __HttpHandlerOptions,
|
|
1900
|
+
): Promise<ListAgentRuntimeVersionsByCapacityProviderCommandOutput>;
|
|
1901
|
+
listAgentRuntimeVersionsByCapacityProvider(
|
|
1902
|
+
args: ListAgentRuntimeVersionsByCapacityProviderCommandInput,
|
|
1903
|
+
cb: (err: any, data?: ListAgentRuntimeVersionsByCapacityProviderCommandOutput) => void,
|
|
1904
|
+
): void;
|
|
1905
|
+
listAgentRuntimeVersionsByCapacityProvider(
|
|
1906
|
+
args: ListAgentRuntimeVersionsByCapacityProviderCommandInput,
|
|
1907
|
+
options: __HttpHandlerOptions,
|
|
1908
|
+
cb: (err: any, data?: ListAgentRuntimeVersionsByCapacityProviderCommandOutput) => void,
|
|
1909
|
+
): void;
|
|
1758
1910
|
listApiKeyCredentialProviders(): Promise<ListApiKeyCredentialProvidersCommandOutput>;
|
|
1759
1911
|
listApiKeyCredentialProviders(
|
|
1760
1912
|
args: ListApiKeyCredentialProvidersCommandInput,
|
|
@@ -1797,6 +1949,20 @@ export interface BedrockAgentCoreControl {
|
|
|
1797
1949
|
options: __HttpHandlerOptions,
|
|
1798
1950
|
cb: (err: any, data?: ListBrowsersCommandOutput) => void,
|
|
1799
1951
|
): void;
|
|
1952
|
+
listCapacityProviders(): Promise<ListCapacityProvidersCommandOutput>;
|
|
1953
|
+
listCapacityProviders(
|
|
1954
|
+
args: ListCapacityProvidersCommandInput,
|
|
1955
|
+
options?: __HttpHandlerOptions,
|
|
1956
|
+
): Promise<ListCapacityProvidersCommandOutput>;
|
|
1957
|
+
listCapacityProviders(
|
|
1958
|
+
args: ListCapacityProvidersCommandInput,
|
|
1959
|
+
cb: (err: any, data?: ListCapacityProvidersCommandOutput) => void,
|
|
1960
|
+
): void;
|
|
1961
|
+
listCapacityProviders(
|
|
1962
|
+
args: ListCapacityProvidersCommandInput,
|
|
1963
|
+
options: __HttpHandlerOptions,
|
|
1964
|
+
cb: (err: any, data?: ListCapacityProvidersCommandOutput) => void,
|
|
1965
|
+
): void;
|
|
1800
1966
|
listCodeInterpreters(): Promise<ListCodeInterpretersCommandOutput>;
|
|
1801
1967
|
listCodeInterpreters(
|
|
1802
1968
|
args: ListCodeInterpretersCommandInput,
|
|
@@ -1892,6 +2058,19 @@ export interface BedrockAgentCoreControl {
|
|
|
1892
2058
|
options: __HttpHandlerOptions,
|
|
1893
2059
|
cb: (err: any, data?: ListEvaluatorsCommandOutput) => void,
|
|
1894
2060
|
): void;
|
|
2061
|
+
listGatewayRateLimits(
|
|
2062
|
+
args: ListGatewayRateLimitsCommandInput,
|
|
2063
|
+
options?: __HttpHandlerOptions,
|
|
2064
|
+
): Promise<ListGatewayRateLimitsCommandOutput>;
|
|
2065
|
+
listGatewayRateLimits(
|
|
2066
|
+
args: ListGatewayRateLimitsCommandInput,
|
|
2067
|
+
cb: (err: any, data?: ListGatewayRateLimitsCommandOutput) => void,
|
|
2068
|
+
): void;
|
|
2069
|
+
listGatewayRateLimits(
|
|
2070
|
+
args: ListGatewayRateLimitsCommandInput,
|
|
2071
|
+
options: __HttpHandlerOptions,
|
|
2072
|
+
cb: (err: any, data?: ListGatewayRateLimitsCommandOutput) => void,
|
|
2073
|
+
): void;
|
|
1895
2074
|
listGatewayRules(
|
|
1896
2075
|
args: ListGatewayRulesCommandInput,
|
|
1897
2076
|
options?: __HttpHandlerOptions,
|
|
@@ -2332,6 +2511,19 @@ export interface BedrockAgentCoreControl {
|
|
|
2332
2511
|
options: __HttpHandlerOptions,
|
|
2333
2512
|
cb: (err: any, data?: UpdateApiKeyCredentialProviderCommandOutput) => void,
|
|
2334
2513
|
): void;
|
|
2514
|
+
updateCapacityProvider(
|
|
2515
|
+
args: UpdateCapacityProviderCommandInput,
|
|
2516
|
+
options?: __HttpHandlerOptions,
|
|
2517
|
+
): Promise<UpdateCapacityProviderCommandOutput>;
|
|
2518
|
+
updateCapacityProvider(
|
|
2519
|
+
args: UpdateCapacityProviderCommandInput,
|
|
2520
|
+
cb: (err: any, data?: UpdateCapacityProviderCommandOutput) => void,
|
|
2521
|
+
): void;
|
|
2522
|
+
updateCapacityProvider(
|
|
2523
|
+
args: UpdateCapacityProviderCommandInput,
|
|
2524
|
+
options: __HttpHandlerOptions,
|
|
2525
|
+
cb: (err: any, data?: UpdateCapacityProviderCommandOutput) => void,
|
|
2526
|
+
): void;
|
|
2335
2527
|
updateConfigurationBundle(
|
|
2336
2528
|
args: UpdateConfigurationBundleCommandInput,
|
|
2337
2529
|
options?: __HttpHandlerOptions,
|
|
@@ -2397,6 +2589,19 @@ export interface BedrockAgentCoreControl {
|
|
|
2397
2589
|
options: __HttpHandlerOptions,
|
|
2398
2590
|
cb: (err: any, data?: UpdateGatewayCommandOutput) => void,
|
|
2399
2591
|
): void;
|
|
2592
|
+
updateGatewayRateLimit(
|
|
2593
|
+
args: UpdateGatewayRateLimitCommandInput,
|
|
2594
|
+
options?: __HttpHandlerOptions,
|
|
2595
|
+
): Promise<UpdateGatewayRateLimitCommandOutput>;
|
|
2596
|
+
updateGatewayRateLimit(
|
|
2597
|
+
args: UpdateGatewayRateLimitCommandInput,
|
|
2598
|
+
cb: (err: any, data?: UpdateGatewayRateLimitCommandOutput) => void,
|
|
2599
|
+
): void;
|
|
2600
|
+
updateGatewayRateLimit(
|
|
2601
|
+
args: UpdateGatewayRateLimitCommandInput,
|
|
2602
|
+
options: __HttpHandlerOptions,
|
|
2603
|
+
cb: (err: any, data?: UpdateGatewayRateLimitCommandOutput) => void,
|
|
2604
|
+
): void;
|
|
2400
2605
|
updateGatewayRule(
|
|
2401
2606
|
args: UpdateGatewayRuleCommandInput,
|
|
2402
2607
|
options?: __HttpHandlerOptions,
|
|
@@ -2626,6 +2831,13 @@ export interface BedrockAgentCoreControl {
|
|
|
2626
2831
|
Exclude<keyof PaginationConfiguration, "client">
|
|
2627
2832
|
>,
|
|
2628
2833
|
): Paginator<ListAgentRuntimeVersionsCommandOutput>;
|
|
2834
|
+
paginateListAgentRuntimeVersionsByCapacityProvider(
|
|
2835
|
+
args: ListAgentRuntimeVersionsByCapacityProviderCommandInput,
|
|
2836
|
+
paginationConfig?: Pick<
|
|
2837
|
+
PaginationConfiguration,
|
|
2838
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2839
|
+
>,
|
|
2840
|
+
): Paginator<ListAgentRuntimeVersionsByCapacityProviderCommandOutput>;
|
|
2629
2841
|
paginateListApiKeyCredentialProviders(
|
|
2630
2842
|
args?: ListApiKeyCredentialProvidersCommandInput,
|
|
2631
2843
|
paginationConfig?: Pick<
|
|
@@ -2647,6 +2859,13 @@ export interface BedrockAgentCoreControl {
|
|
|
2647
2859
|
Exclude<keyof PaginationConfiguration, "client">
|
|
2648
2860
|
>,
|
|
2649
2861
|
): Paginator<ListBrowsersCommandOutput>;
|
|
2862
|
+
paginateListCapacityProviders(
|
|
2863
|
+
args?: ListCapacityProvidersCommandInput,
|
|
2864
|
+
paginationConfig?: Pick<
|
|
2865
|
+
PaginationConfiguration,
|
|
2866
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2867
|
+
>,
|
|
2868
|
+
): Paginator<ListCapacityProvidersCommandOutput>;
|
|
2650
2869
|
paginateListCodeInterpreters(
|
|
2651
2870
|
args?: ListCodeInterpretersCommandInput,
|
|
2652
2871
|
paginationConfig?: Pick<
|
|
@@ -2696,6 +2915,13 @@ export interface BedrockAgentCoreControl {
|
|
|
2696
2915
|
Exclude<keyof PaginationConfiguration, "client">
|
|
2697
2916
|
>,
|
|
2698
2917
|
): Paginator<ListEvaluatorsCommandOutput>;
|
|
2918
|
+
paginateListGatewayRateLimits(
|
|
2919
|
+
args: ListGatewayRateLimitsCommandInput,
|
|
2920
|
+
paginationConfig?: Pick<
|
|
2921
|
+
PaginationConfiguration,
|
|
2922
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2923
|
+
>,
|
|
2924
|
+
): Paginator<ListGatewayRateLimitsCommandOutput>;
|
|
2699
2925
|
paginateListGatewayRules(
|
|
2700
2926
|
args: ListGatewayRulesCommandInput,
|
|
2701
2927
|
paginationConfig?: Pick<
|
|
@@ -37,6 +37,10 @@ import {
|
|
|
37
37
|
AddDatasetExamplesCommandInput,
|
|
38
38
|
AddDatasetExamplesCommandOutput,
|
|
39
39
|
} from "./commands/AddDatasetExamplesCommand";
|
|
40
|
+
import {
|
|
41
|
+
BatchPutGatewayRateLimitsCommandInput,
|
|
42
|
+
BatchPutGatewayRateLimitsCommandOutput,
|
|
43
|
+
} from "./commands/BatchPutGatewayRateLimitsCommand";
|
|
40
44
|
import {
|
|
41
45
|
CreateAgentRuntimeCommandInput,
|
|
42
46
|
CreateAgentRuntimeCommandOutput,
|
|
@@ -57,6 +61,10 @@ import {
|
|
|
57
61
|
CreateBrowserProfileCommandInput,
|
|
58
62
|
CreateBrowserProfileCommandOutput,
|
|
59
63
|
} from "./commands/CreateBrowserProfileCommand";
|
|
64
|
+
import {
|
|
65
|
+
CreateCapacityProviderCommandInput,
|
|
66
|
+
CreateCapacityProviderCommandOutput,
|
|
67
|
+
} from "./commands/CreateCapacityProviderCommand";
|
|
60
68
|
import {
|
|
61
69
|
CreateCodeInterpreterCommandInput,
|
|
62
70
|
CreateCodeInterpreterCommandOutput,
|
|
@@ -81,6 +89,10 @@ import {
|
|
|
81
89
|
CreateGatewayCommandInput,
|
|
82
90
|
CreateGatewayCommandOutput,
|
|
83
91
|
} from "./commands/CreateGatewayCommand";
|
|
92
|
+
import {
|
|
93
|
+
CreateGatewayRateLimitCommandInput,
|
|
94
|
+
CreateGatewayRateLimitCommandOutput,
|
|
95
|
+
} from "./commands/CreateGatewayRateLimitCommand";
|
|
84
96
|
import {
|
|
85
97
|
CreateGatewayRuleCommandInput,
|
|
86
98
|
CreateGatewayRuleCommandOutput,
|
|
@@ -161,6 +173,10 @@ import {
|
|
|
161
173
|
DeleteBrowserProfileCommandInput,
|
|
162
174
|
DeleteBrowserProfileCommandOutput,
|
|
163
175
|
} from "./commands/DeleteBrowserProfileCommand";
|
|
176
|
+
import {
|
|
177
|
+
DeleteCapacityProviderCommandInput,
|
|
178
|
+
DeleteCapacityProviderCommandOutput,
|
|
179
|
+
} from "./commands/DeleteCapacityProviderCommand";
|
|
164
180
|
import {
|
|
165
181
|
DeleteCodeInterpreterCommandInput,
|
|
166
182
|
DeleteCodeInterpreterCommandOutput,
|
|
@@ -185,6 +201,10 @@ import {
|
|
|
185
201
|
DeleteGatewayCommandInput,
|
|
186
202
|
DeleteGatewayCommandOutput,
|
|
187
203
|
} from "./commands/DeleteGatewayCommand";
|
|
204
|
+
import {
|
|
205
|
+
DeleteGatewayRateLimitCommandInput,
|
|
206
|
+
DeleteGatewayRateLimitCommandOutput,
|
|
207
|
+
} from "./commands/DeleteGatewayRateLimitCommand";
|
|
188
208
|
import {
|
|
189
209
|
DeleteGatewayRuleCommandInput,
|
|
190
210
|
DeleteGatewayRuleCommandOutput,
|
|
@@ -266,6 +286,10 @@ import {
|
|
|
266
286
|
GetBrowserProfileCommandInput,
|
|
267
287
|
GetBrowserProfileCommandOutput,
|
|
268
288
|
} from "./commands/GetBrowserProfileCommand";
|
|
289
|
+
import {
|
|
290
|
+
GetCapacityProviderCommandInput,
|
|
291
|
+
GetCapacityProviderCommandOutput,
|
|
292
|
+
} from "./commands/GetCapacityProviderCommand";
|
|
269
293
|
import {
|
|
270
294
|
GetCodeInterpreterCommandInput,
|
|
271
295
|
GetCodeInterpreterCommandOutput,
|
|
@@ -284,6 +308,10 @@ import {
|
|
|
284
308
|
GetEvaluatorCommandOutput,
|
|
285
309
|
} from "./commands/GetEvaluatorCommand";
|
|
286
310
|
import { GetGatewayCommandInput, GetGatewayCommandOutput } from "./commands/GetGatewayCommand";
|
|
311
|
+
import {
|
|
312
|
+
GetGatewayRateLimitCommandInput,
|
|
313
|
+
GetGatewayRateLimitCommandOutput,
|
|
314
|
+
} from "./commands/GetGatewayRateLimitCommand";
|
|
287
315
|
import {
|
|
288
316
|
GetGatewayRuleCommandInput,
|
|
289
317
|
GetGatewayRuleCommandOutput,
|
|
@@ -364,6 +392,10 @@ import {
|
|
|
364
392
|
ListAgentRuntimesCommandInput,
|
|
365
393
|
ListAgentRuntimesCommandOutput,
|
|
366
394
|
} from "./commands/ListAgentRuntimesCommand";
|
|
395
|
+
import {
|
|
396
|
+
ListAgentRuntimeVersionsByCapacityProviderCommandInput,
|
|
397
|
+
ListAgentRuntimeVersionsByCapacityProviderCommandOutput,
|
|
398
|
+
} from "./commands/ListAgentRuntimeVersionsByCapacityProviderCommand";
|
|
367
399
|
import {
|
|
368
400
|
ListAgentRuntimeVersionsCommandInput,
|
|
369
401
|
ListAgentRuntimeVersionsCommandOutput,
|
|
@@ -380,6 +412,10 @@ import {
|
|
|
380
412
|
ListBrowsersCommandInput,
|
|
381
413
|
ListBrowsersCommandOutput,
|
|
382
414
|
} from "./commands/ListBrowsersCommand";
|
|
415
|
+
import {
|
|
416
|
+
ListCapacityProvidersCommandInput,
|
|
417
|
+
ListCapacityProvidersCommandOutput,
|
|
418
|
+
} from "./commands/ListCapacityProvidersCommand";
|
|
383
419
|
import {
|
|
384
420
|
ListCodeInterpretersCommandInput,
|
|
385
421
|
ListCodeInterpretersCommandOutput,
|
|
@@ -408,6 +444,10 @@ import {
|
|
|
408
444
|
ListEvaluatorsCommandInput,
|
|
409
445
|
ListEvaluatorsCommandOutput,
|
|
410
446
|
} from "./commands/ListEvaluatorsCommand";
|
|
447
|
+
import {
|
|
448
|
+
ListGatewayRateLimitsCommandInput,
|
|
449
|
+
ListGatewayRateLimitsCommandOutput,
|
|
450
|
+
} from "./commands/ListGatewayRateLimitsCommand";
|
|
411
451
|
import {
|
|
412
452
|
ListGatewayRulesCommandInput,
|
|
413
453
|
ListGatewayRulesCommandOutput,
|
|
@@ -537,6 +577,10 @@ import {
|
|
|
537
577
|
UpdateApiKeyCredentialProviderCommandInput,
|
|
538
578
|
UpdateApiKeyCredentialProviderCommandOutput,
|
|
539
579
|
} from "./commands/UpdateApiKeyCredentialProviderCommand";
|
|
580
|
+
import {
|
|
581
|
+
UpdateCapacityProviderCommandInput,
|
|
582
|
+
UpdateCapacityProviderCommandOutput,
|
|
583
|
+
} from "./commands/UpdateCapacityProviderCommand";
|
|
540
584
|
import {
|
|
541
585
|
UpdateConfigurationBundleCommandInput,
|
|
542
586
|
UpdateConfigurationBundleCommandOutput,
|
|
@@ -557,6 +601,10 @@ import {
|
|
|
557
601
|
UpdateGatewayCommandInput,
|
|
558
602
|
UpdateGatewayCommandOutput,
|
|
559
603
|
} from "./commands/UpdateGatewayCommand";
|
|
604
|
+
import {
|
|
605
|
+
UpdateGatewayRateLimitCommandInput,
|
|
606
|
+
UpdateGatewayRateLimitCommandOutput,
|
|
607
|
+
} from "./commands/UpdateGatewayRateLimitCommand";
|
|
560
608
|
import {
|
|
561
609
|
UpdateGatewayRuleCommandInput,
|
|
562
610
|
UpdateGatewayRuleCommandOutput,
|
|
@@ -630,17 +678,20 @@ import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
|
630
678
|
export { __Client };
|
|
631
679
|
export type ServiceInputTypes =
|
|
632
680
|
| AddDatasetExamplesCommandInput
|
|
681
|
+
| BatchPutGatewayRateLimitsCommandInput
|
|
633
682
|
| CreateAgentRuntimeCommandInput
|
|
634
683
|
| CreateAgentRuntimeEndpointCommandInput
|
|
635
684
|
| CreateApiKeyCredentialProviderCommandInput
|
|
636
685
|
| CreateBrowserCommandInput
|
|
637
686
|
| CreateBrowserProfileCommandInput
|
|
687
|
+
| CreateCapacityProviderCommandInput
|
|
638
688
|
| CreateCodeInterpreterCommandInput
|
|
639
689
|
| CreateConfigurationBundleCommandInput
|
|
640
690
|
| CreateDatasetCommandInput
|
|
641
691
|
| CreateDatasetVersionCommandInput
|
|
642
692
|
| CreateEvaluatorCommandInput
|
|
643
693
|
| CreateGatewayCommandInput
|
|
694
|
+
| CreateGatewayRateLimitCommandInput
|
|
644
695
|
| CreateGatewayRuleCommandInput
|
|
645
696
|
| CreateGatewayTargetCommandInput
|
|
646
697
|
| CreateHarnessCommandInput
|
|
@@ -661,12 +712,14 @@ export type ServiceInputTypes =
|
|
|
661
712
|
| DeleteApiKeyCredentialProviderCommandInput
|
|
662
713
|
| DeleteBrowserCommandInput
|
|
663
714
|
| DeleteBrowserProfileCommandInput
|
|
715
|
+
| DeleteCapacityProviderCommandInput
|
|
664
716
|
| DeleteCodeInterpreterCommandInput
|
|
665
717
|
| DeleteConfigurationBundleCommandInput
|
|
666
718
|
| DeleteDatasetCommandInput
|
|
667
719
|
| DeleteDatasetExamplesCommandInput
|
|
668
720
|
| DeleteEvaluatorCommandInput
|
|
669
721
|
| DeleteGatewayCommandInput
|
|
722
|
+
| DeleteGatewayRateLimitCommandInput
|
|
670
723
|
| DeleteGatewayRuleCommandInput
|
|
671
724
|
| DeleteGatewayTargetCommandInput
|
|
672
725
|
| DeleteHarnessCommandInput
|
|
@@ -688,12 +741,14 @@ export type ServiceInputTypes =
|
|
|
688
741
|
| GetApiKeyCredentialProviderCommandInput
|
|
689
742
|
| GetBrowserCommandInput
|
|
690
743
|
| GetBrowserProfileCommandInput
|
|
744
|
+
| GetCapacityProviderCommandInput
|
|
691
745
|
| GetCodeInterpreterCommandInput
|
|
692
746
|
| GetConfigurationBundleCommandInput
|
|
693
747
|
| GetConfigurationBundleVersionCommandInput
|
|
694
748
|
| GetDatasetCommandInput
|
|
695
749
|
| GetEvaluatorCommandInput
|
|
696
750
|
| GetGatewayCommandInput
|
|
751
|
+
| GetGatewayRateLimitCommandInput
|
|
697
752
|
| GetGatewayRuleCommandInput
|
|
698
753
|
| GetGatewayTargetCommandInput
|
|
699
754
|
| GetHarnessCommandInput
|
|
@@ -716,11 +771,13 @@ export type ServiceInputTypes =
|
|
|
716
771
|
| GetTokenVaultCommandInput
|
|
717
772
|
| GetWorkloadIdentityCommandInput
|
|
718
773
|
| ListAgentRuntimeEndpointsCommandInput
|
|
774
|
+
| ListAgentRuntimeVersionsByCapacityProviderCommandInput
|
|
719
775
|
| ListAgentRuntimeVersionsCommandInput
|
|
720
776
|
| ListAgentRuntimesCommandInput
|
|
721
777
|
| ListApiKeyCredentialProvidersCommandInput
|
|
722
778
|
| ListBrowserProfilesCommandInput
|
|
723
779
|
| ListBrowsersCommandInput
|
|
780
|
+
| ListCapacityProvidersCommandInput
|
|
724
781
|
| ListCodeInterpretersCommandInput
|
|
725
782
|
| ListConfigurationBundleVersionsCommandInput
|
|
726
783
|
| ListConfigurationBundlesCommandInput
|
|
@@ -728,6 +785,7 @@ export type ServiceInputTypes =
|
|
|
728
785
|
| ListDatasetVersionsCommandInput
|
|
729
786
|
| ListDatasetsCommandInput
|
|
730
787
|
| ListEvaluatorsCommandInput
|
|
788
|
+
| ListGatewayRateLimitsCommandInput
|
|
731
789
|
| ListGatewayRulesCommandInput
|
|
732
790
|
| ListGatewayTargetsCommandInput
|
|
733
791
|
| ListGatewaysCommandInput
|
|
@@ -761,11 +819,13 @@ export type ServiceInputTypes =
|
|
|
761
819
|
| UpdateAgentRuntimeCommandInput
|
|
762
820
|
| UpdateAgentRuntimeEndpointCommandInput
|
|
763
821
|
| UpdateApiKeyCredentialProviderCommandInput
|
|
822
|
+
| UpdateCapacityProviderCommandInput
|
|
764
823
|
| UpdateConfigurationBundleCommandInput
|
|
765
824
|
| UpdateDatasetCommandInput
|
|
766
825
|
| UpdateDatasetExamplesCommandInput
|
|
767
826
|
| UpdateEvaluatorCommandInput
|
|
768
827
|
| UpdateGatewayCommandInput
|
|
828
|
+
| UpdateGatewayRateLimitCommandInput
|
|
769
829
|
| UpdateGatewayRuleCommandInput
|
|
770
830
|
| UpdateGatewayTargetCommandInput
|
|
771
831
|
| UpdateHarnessCommandInput
|
|
@@ -784,17 +844,20 @@ export type ServiceInputTypes =
|
|
|
784
844
|
| UpdateWorkloadIdentityCommandInput;
|
|
785
845
|
export type ServiceOutputTypes =
|
|
786
846
|
| AddDatasetExamplesCommandOutput
|
|
847
|
+
| BatchPutGatewayRateLimitsCommandOutput
|
|
787
848
|
| CreateAgentRuntimeCommandOutput
|
|
788
849
|
| CreateAgentRuntimeEndpointCommandOutput
|
|
789
850
|
| CreateApiKeyCredentialProviderCommandOutput
|
|
790
851
|
| CreateBrowserCommandOutput
|
|
791
852
|
| CreateBrowserProfileCommandOutput
|
|
853
|
+
| CreateCapacityProviderCommandOutput
|
|
792
854
|
| CreateCodeInterpreterCommandOutput
|
|
793
855
|
| CreateConfigurationBundleCommandOutput
|
|
794
856
|
| CreateDatasetCommandOutput
|
|
795
857
|
| CreateDatasetVersionCommandOutput
|
|
796
858
|
| CreateEvaluatorCommandOutput
|
|
797
859
|
| CreateGatewayCommandOutput
|
|
860
|
+
| CreateGatewayRateLimitCommandOutput
|
|
798
861
|
| CreateGatewayRuleCommandOutput
|
|
799
862
|
| CreateGatewayTargetCommandOutput
|
|
800
863
|
| CreateHarnessCommandOutput
|
|
@@ -815,12 +878,14 @@ export type ServiceOutputTypes =
|
|
|
815
878
|
| DeleteApiKeyCredentialProviderCommandOutput
|
|
816
879
|
| DeleteBrowserCommandOutput
|
|
817
880
|
| DeleteBrowserProfileCommandOutput
|
|
881
|
+
| DeleteCapacityProviderCommandOutput
|
|
818
882
|
| DeleteCodeInterpreterCommandOutput
|
|
819
883
|
| DeleteConfigurationBundleCommandOutput
|
|
820
884
|
| DeleteDatasetCommandOutput
|
|
821
885
|
| DeleteDatasetExamplesCommandOutput
|
|
822
886
|
| DeleteEvaluatorCommandOutput
|
|
823
887
|
| DeleteGatewayCommandOutput
|
|
888
|
+
| DeleteGatewayRateLimitCommandOutput
|
|
824
889
|
| DeleteGatewayRuleCommandOutput
|
|
825
890
|
| DeleteGatewayTargetCommandOutput
|
|
826
891
|
| DeleteHarnessCommandOutput
|
|
@@ -842,12 +907,14 @@ export type ServiceOutputTypes =
|
|
|
842
907
|
| GetApiKeyCredentialProviderCommandOutput
|
|
843
908
|
| GetBrowserCommandOutput
|
|
844
909
|
| GetBrowserProfileCommandOutput
|
|
910
|
+
| GetCapacityProviderCommandOutput
|
|
845
911
|
| GetCodeInterpreterCommandOutput
|
|
846
912
|
| GetConfigurationBundleCommandOutput
|
|
847
913
|
| GetConfigurationBundleVersionCommandOutput
|
|
848
914
|
| GetDatasetCommandOutput
|
|
849
915
|
| GetEvaluatorCommandOutput
|
|
850
916
|
| GetGatewayCommandOutput
|
|
917
|
+
| GetGatewayRateLimitCommandOutput
|
|
851
918
|
| GetGatewayRuleCommandOutput
|
|
852
919
|
| GetGatewayTargetCommandOutput
|
|
853
920
|
| GetHarnessCommandOutput
|
|
@@ -870,11 +937,13 @@ export type ServiceOutputTypes =
|
|
|
870
937
|
| GetTokenVaultCommandOutput
|
|
871
938
|
| GetWorkloadIdentityCommandOutput
|
|
872
939
|
| ListAgentRuntimeEndpointsCommandOutput
|
|
940
|
+
| ListAgentRuntimeVersionsByCapacityProviderCommandOutput
|
|
873
941
|
| ListAgentRuntimeVersionsCommandOutput
|
|
874
942
|
| ListAgentRuntimesCommandOutput
|
|
875
943
|
| ListApiKeyCredentialProvidersCommandOutput
|
|
876
944
|
| ListBrowserProfilesCommandOutput
|
|
877
945
|
| ListBrowsersCommandOutput
|
|
946
|
+
| ListCapacityProvidersCommandOutput
|
|
878
947
|
| ListCodeInterpretersCommandOutput
|
|
879
948
|
| ListConfigurationBundleVersionsCommandOutput
|
|
880
949
|
| ListConfigurationBundlesCommandOutput
|
|
@@ -882,6 +951,7 @@ export type ServiceOutputTypes =
|
|
|
882
951
|
| ListDatasetVersionsCommandOutput
|
|
883
952
|
| ListDatasetsCommandOutput
|
|
884
953
|
| ListEvaluatorsCommandOutput
|
|
954
|
+
| ListGatewayRateLimitsCommandOutput
|
|
885
955
|
| ListGatewayRulesCommandOutput
|
|
886
956
|
| ListGatewayTargetsCommandOutput
|
|
887
957
|
| ListGatewaysCommandOutput
|
|
@@ -915,11 +985,13 @@ export type ServiceOutputTypes =
|
|
|
915
985
|
| UpdateAgentRuntimeCommandOutput
|
|
916
986
|
| UpdateAgentRuntimeEndpointCommandOutput
|
|
917
987
|
| UpdateApiKeyCredentialProviderCommandOutput
|
|
988
|
+
| UpdateCapacityProviderCommandOutput
|
|
918
989
|
| UpdateConfigurationBundleCommandOutput
|
|
919
990
|
| UpdateDatasetCommandOutput
|
|
920
991
|
| UpdateDatasetExamplesCommandOutput
|
|
921
992
|
| UpdateEvaluatorCommandOutput
|
|
922
993
|
| UpdateGatewayCommandOutput
|
|
994
|
+
| UpdateGatewayRateLimitCommandOutput
|
|
923
995
|
| UpdateGatewayRuleCommandOutput
|
|
924
996
|
| UpdateGatewayTargetCommandOutput
|
|
925
997
|
| UpdateHarnessCommandOutput
|