@aws-sdk/client-bedrock-agentcore-control 3.1038.0 → 3.1039.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (92) hide show
  1. package/README.md +84 -0
  2. package/dist-cjs/index.js +215 -0
  3. package/dist-cjs/schemas/schemas_0.js +529 -98
  4. package/dist-es/BedrockAgentCoreControl.js +30 -0
  5. package/dist-es/commands/CreateConfigurationBundleCommand.js +16 -0
  6. package/dist-es/commands/CreateGatewayRuleCommand.js +16 -0
  7. package/dist-es/commands/DeleteConfigurationBundleCommand.js +16 -0
  8. package/dist-es/commands/DeleteGatewayRuleCommand.js +16 -0
  9. package/dist-es/commands/GetConfigurationBundleCommand.js +16 -0
  10. package/dist-es/commands/GetConfigurationBundleVersionCommand.js +16 -0
  11. package/dist-es/commands/GetGatewayRuleCommand.js +16 -0
  12. package/dist-es/commands/ListConfigurationBundleVersionsCommand.js +16 -0
  13. package/dist-es/commands/ListConfigurationBundlesCommand.js +16 -0
  14. package/dist-es/commands/ListGatewayRulesCommand.js +16 -0
  15. package/dist-es/commands/UpdateConfigurationBundleCommand.js +16 -0
  16. package/dist-es/commands/UpdateGatewayRuleCommand.js +16 -0
  17. package/dist-es/commands/index.js +12 -0
  18. package/dist-es/models/enums.js +30 -0
  19. package/dist-es/pagination/ListConfigurationBundleVersionsPaginator.js +4 -0
  20. package/dist-es/pagination/ListConfigurationBundlesPaginator.js +4 -0
  21. package/dist-es/pagination/ListGatewayRulesPaginator.js +4 -0
  22. package/dist-es/pagination/index.js +3 -0
  23. package/dist-es/schemas/schemas_0.js +516 -86
  24. package/dist-types/BedrockAgentCoreControl.d.ts +106 -0
  25. package/dist-types/BedrockAgentCoreControlClient.d.ts +14 -2
  26. package/dist-types/commands/CreateConfigurationBundleCommand.d.ts +111 -0
  27. package/dist-types/commands/CreateEvaluatorCommand.d.ts +1 -0
  28. package/dist-types/commands/CreateGatewayCommand.d.ts +4 -4
  29. package/dist-types/commands/CreateGatewayRuleCommand.d.ts +232 -0
  30. package/dist-types/commands/CreateGatewayTargetCommand.d.ts +17 -4
  31. package/dist-types/commands/CreateMemoryCommand.d.ts +2 -1
  32. package/dist-types/commands/DeleteConfigurationBundleCommand.d.ts +93 -0
  33. package/dist-types/commands/DeleteGatewayRuleCommand.d.ts +94 -0
  34. package/dist-types/commands/DeleteMemoryCommand.d.ts +1 -1
  35. package/dist-types/commands/GetConfigurationBundleCommand.d.ts +112 -0
  36. package/dist-types/commands/GetConfigurationBundleVersionCommand.d.ts +112 -0
  37. package/dist-types/commands/GetEvaluatorCommand.d.ts +2 -0
  38. package/dist-types/commands/GetGatewayCommand.d.ts +2 -2
  39. package/dist-types/commands/GetGatewayRuleCommand.d.ts +162 -0
  40. package/dist-types/commands/GetGatewayTargetCommand.d.ts +9 -2
  41. package/dist-types/commands/GetMemoryCommand.d.ts +1 -1
  42. package/dist-types/commands/ListConfigurationBundleVersionsCommand.d.ts +115 -0
  43. package/dist-types/commands/ListConfigurationBundlesCommand.d.ts +95 -0
  44. package/dist-types/commands/ListEvaluatorsCommand.d.ts +1 -0
  45. package/dist-types/commands/ListGatewayRulesCommand.d.ts +168 -0
  46. package/dist-types/commands/ListGatewaysCommand.d.ts +2 -2
  47. package/dist-types/commands/ListMemoriesCommand.d.ts +1 -1
  48. package/dist-types/commands/SynchronizeGatewayTargetsCommand.d.ts +9 -2
  49. package/dist-types/commands/UpdateConfigurationBundleCommand.d.ts +112 -0
  50. package/dist-types/commands/UpdateEvaluatorCommand.d.ts +1 -0
  51. package/dist-types/commands/UpdateGatewayCommand.d.ts +4 -4
  52. package/dist-types/commands/UpdateGatewayRuleCommand.d.ts +230 -0
  53. package/dist-types/commands/UpdateGatewayTargetCommand.d.ts +17 -4
  54. package/dist-types/commands/UpdateMemoryCommand.d.ts +1 -1
  55. package/dist-types/commands/index.d.ts +12 -0
  56. package/dist-types/models/enums.d.ts +70 -0
  57. package/dist-types/models/models_0.d.ts +2866 -2901
  58. package/dist-types/models/models_1.d.ts +1406 -4
  59. package/dist-types/pagination/ListConfigurationBundleVersionsPaginator.d.ts +7 -0
  60. package/dist-types/pagination/ListConfigurationBundlesPaginator.d.ts +7 -0
  61. package/dist-types/pagination/ListGatewayRulesPaginator.d.ts +7 -0
  62. package/dist-types/pagination/index.d.ts +3 -0
  63. package/dist-types/schemas/schemas_0.d.ts +61 -0
  64. package/dist-types/ts3.4/BedrockAgentCoreControl.d.ts +226 -0
  65. package/dist-types/ts3.4/BedrockAgentCoreControlClient.d.ts +72 -0
  66. package/dist-types/ts3.4/commands/CreateConfigurationBundleCommand.d.ts +51 -0
  67. package/dist-types/ts3.4/commands/CreateGatewayRuleCommand.d.ts +51 -0
  68. package/dist-types/ts3.4/commands/CreateMemoryCommand.d.ts +2 -1
  69. package/dist-types/ts3.4/commands/DeleteConfigurationBundleCommand.d.ts +51 -0
  70. package/dist-types/ts3.4/commands/DeleteGatewayRuleCommand.d.ts +51 -0
  71. package/dist-types/ts3.4/commands/DeleteMemoryCommand.d.ts +1 -1
  72. package/dist-types/ts3.4/commands/GetConfigurationBundleCommand.d.ts +51 -0
  73. package/dist-types/ts3.4/commands/GetConfigurationBundleVersionCommand.d.ts +51 -0
  74. package/dist-types/ts3.4/commands/GetGatewayRuleCommand.d.ts +50 -0
  75. package/dist-types/ts3.4/commands/GetMemoryCommand.d.ts +1 -1
  76. package/dist-types/ts3.4/commands/ListConfigurationBundleVersionsCommand.d.ts +51 -0
  77. package/dist-types/ts3.4/commands/ListConfigurationBundlesCommand.d.ts +51 -0
  78. package/dist-types/ts3.4/commands/ListGatewayRulesCommand.d.ts +50 -0
  79. package/dist-types/ts3.4/commands/ListMemoriesCommand.d.ts +1 -1
  80. package/dist-types/ts3.4/commands/UpdateConfigurationBundleCommand.d.ts +51 -0
  81. package/dist-types/ts3.4/commands/UpdateGatewayRuleCommand.d.ts +51 -0
  82. package/dist-types/ts3.4/commands/UpdateMemoryCommand.d.ts +1 -1
  83. package/dist-types/ts3.4/commands/index.d.ts +12 -0
  84. package/dist-types/ts3.4/models/enums.d.ts +39 -0
  85. package/dist-types/ts3.4/models/models_0.d.ts +405 -571
  86. package/dist-types/ts3.4/models/models_1.d.ts +592 -7
  87. package/dist-types/ts3.4/pagination/ListConfigurationBundleVersionsPaginator.d.ts +11 -0
  88. package/dist-types/ts3.4/pagination/ListConfigurationBundlesPaginator.d.ts +11 -0
  89. package/dist-types/ts3.4/pagination/ListGatewayRulesPaginator.d.ts +11 -0
  90. package/dist-types/ts3.4/pagination/index.d.ts +3 -0
  91. package/dist-types/ts3.4/schemas/schemas_0.d.ts +61 -0
  92. package/package.json +7 -7
@@ -68,6 +68,10 @@ import {
68
68
  CreateCodeInterpreterCommandInput,
69
69
  CreateCodeInterpreterCommandOutput,
70
70
  } from "./commands/CreateCodeInterpreterCommand";
71
+ import {
72
+ CreateConfigurationBundleCommandInput,
73
+ CreateConfigurationBundleCommandOutput,
74
+ } from "./commands/CreateConfigurationBundleCommand";
71
75
  import {
72
76
  CreateEvaluatorCommandInput,
73
77
  CreateEvaluatorCommandOutput,
@@ -76,6 +80,10 @@ import {
76
80
  CreateGatewayCommandInput,
77
81
  CreateGatewayCommandOutput,
78
82
  } from "./commands/CreateGatewayCommand";
83
+ import {
84
+ CreateGatewayRuleCommandInput,
85
+ CreateGatewayRuleCommandOutput,
86
+ } from "./commands/CreateGatewayRuleCommand";
79
87
  import {
80
88
  CreateGatewayTargetCommandInput,
81
89
  CreateGatewayTargetCommandOutput,
@@ -140,6 +148,10 @@ import {
140
148
  DeleteCodeInterpreterCommandInput,
141
149
  DeleteCodeInterpreterCommandOutput,
142
150
  } from "./commands/DeleteCodeInterpreterCommand";
151
+ import {
152
+ DeleteConfigurationBundleCommandInput,
153
+ DeleteConfigurationBundleCommandOutput,
154
+ } from "./commands/DeleteConfigurationBundleCommand";
143
155
  import {
144
156
  DeleteEvaluatorCommandInput,
145
157
  DeleteEvaluatorCommandOutput,
@@ -148,6 +160,10 @@ import {
148
160
  DeleteGatewayCommandInput,
149
161
  DeleteGatewayCommandOutput,
150
162
  } from "./commands/DeleteGatewayCommand";
163
+ import {
164
+ DeleteGatewayRuleCommandInput,
165
+ DeleteGatewayRuleCommandOutput,
166
+ } from "./commands/DeleteGatewayRuleCommand";
151
167
  import {
152
168
  DeleteGatewayTargetCommandInput,
153
169
  DeleteGatewayTargetCommandOutput,
@@ -216,6 +232,14 @@ import {
216
232
  GetCodeInterpreterCommandInput,
217
233
  GetCodeInterpreterCommandOutput,
218
234
  } from "./commands/GetCodeInterpreterCommand";
235
+ import {
236
+ GetConfigurationBundleCommandInput,
237
+ GetConfigurationBundleCommandOutput,
238
+ } from "./commands/GetConfigurationBundleCommand";
239
+ import {
240
+ GetConfigurationBundleVersionCommandInput,
241
+ GetConfigurationBundleVersionCommandOutput,
242
+ } from "./commands/GetConfigurationBundleVersionCommand";
219
243
  import {
220
244
  GetEvaluatorCommandInput,
221
245
  GetEvaluatorCommandOutput,
@@ -224,6 +248,10 @@ import {
224
248
  GetGatewayCommandInput,
225
249
  GetGatewayCommandOutput,
226
250
  } from "./commands/GetGatewayCommand";
251
+ import {
252
+ GetGatewayRuleCommandInput,
253
+ GetGatewayRuleCommandOutput,
254
+ } from "./commands/GetGatewayRuleCommand";
227
255
  import {
228
256
  GetGatewayTargetCommandInput,
229
257
  GetGatewayTargetCommandOutput,
@@ -304,10 +332,22 @@ import {
304
332
  ListCodeInterpretersCommandInput,
305
333
  ListCodeInterpretersCommandOutput,
306
334
  } from "./commands/ListCodeInterpretersCommand";
335
+ import {
336
+ ListConfigurationBundlesCommandInput,
337
+ ListConfigurationBundlesCommandOutput,
338
+ } from "./commands/ListConfigurationBundlesCommand";
339
+ import {
340
+ ListConfigurationBundleVersionsCommandInput,
341
+ ListConfigurationBundleVersionsCommandOutput,
342
+ } from "./commands/ListConfigurationBundleVersionsCommand";
307
343
  import {
308
344
  ListEvaluatorsCommandInput,
309
345
  ListEvaluatorsCommandOutput,
310
346
  } from "./commands/ListEvaluatorsCommand";
347
+ import {
348
+ ListGatewayRulesCommandInput,
349
+ ListGatewayRulesCommandOutput,
350
+ } from "./commands/ListGatewayRulesCommand";
311
351
  import {
312
352
  ListGatewaysCommandInput,
313
353
  ListGatewaysCommandOutput,
@@ -404,6 +444,10 @@ import {
404
444
  UpdateApiKeyCredentialProviderCommandInput,
405
445
  UpdateApiKeyCredentialProviderCommandOutput,
406
446
  } from "./commands/UpdateApiKeyCredentialProviderCommand";
447
+ import {
448
+ UpdateConfigurationBundleCommandInput,
449
+ UpdateConfigurationBundleCommandOutput,
450
+ } from "./commands/UpdateConfigurationBundleCommand";
407
451
  import {
408
452
  UpdateEvaluatorCommandInput,
409
453
  UpdateEvaluatorCommandOutput,
@@ -412,6 +456,10 @@ import {
412
456
  UpdateGatewayCommandInput,
413
457
  UpdateGatewayCommandOutput,
414
458
  } from "./commands/UpdateGatewayCommand";
459
+ import {
460
+ UpdateGatewayRuleCommandInput,
461
+ UpdateGatewayRuleCommandOutput,
462
+ } from "./commands/UpdateGatewayRuleCommand";
415
463
  import {
416
464
  UpdateGatewayTargetCommandInput,
417
465
  UpdateGatewayTargetCommandOutput,
@@ -470,8 +518,10 @@ export type ServiceInputTypes =
470
518
  | CreateBrowserCommandInput
471
519
  | CreateBrowserProfileCommandInput
472
520
  | CreateCodeInterpreterCommandInput
521
+ | CreateConfigurationBundleCommandInput
473
522
  | CreateEvaluatorCommandInput
474
523
  | CreateGatewayCommandInput
524
+ | CreateGatewayRuleCommandInput
475
525
  | CreateGatewayTargetCommandInput
476
526
  | CreateHarnessCommandInput
477
527
  | CreateMemoryCommandInput
@@ -488,8 +538,10 @@ export type ServiceInputTypes =
488
538
  | DeleteBrowserCommandInput
489
539
  | DeleteBrowserProfileCommandInput
490
540
  | DeleteCodeInterpreterCommandInput
541
+ | DeleteConfigurationBundleCommandInput
491
542
  | DeleteEvaluatorCommandInput
492
543
  | DeleteGatewayCommandInput
544
+ | DeleteGatewayRuleCommandInput
493
545
  | DeleteGatewayTargetCommandInput
494
546
  | DeleteHarnessCommandInput
495
547
  | DeleteMemoryCommandInput
@@ -507,8 +559,11 @@ export type ServiceInputTypes =
507
559
  | GetBrowserCommandInput
508
560
  | GetBrowserProfileCommandInput
509
561
  | GetCodeInterpreterCommandInput
562
+ | GetConfigurationBundleCommandInput
563
+ | GetConfigurationBundleVersionCommandInput
510
564
  | GetEvaluatorCommandInput
511
565
  | GetGatewayCommandInput
566
+ | GetGatewayRuleCommandInput
512
567
  | GetGatewayTargetCommandInput
513
568
  | GetHarnessCommandInput
514
569
  | GetMemoryCommandInput
@@ -529,7 +584,10 @@ export type ServiceInputTypes =
529
584
  | ListBrowserProfilesCommandInput
530
585
  | ListBrowsersCommandInput
531
586
  | ListCodeInterpretersCommandInput
587
+ | ListConfigurationBundleVersionsCommandInput
588
+ | ListConfigurationBundlesCommandInput
532
589
  | ListEvaluatorsCommandInput
590
+ | ListGatewayRulesCommandInput
533
591
  | ListGatewayTargetsCommandInput
534
592
  | ListGatewaysCommandInput
535
593
  | ListHarnessesCommandInput
@@ -554,8 +612,10 @@ export type ServiceInputTypes =
554
612
  | UpdateAgentRuntimeCommandInput
555
613
  | UpdateAgentRuntimeEndpointCommandInput
556
614
  | UpdateApiKeyCredentialProviderCommandInput
615
+ | UpdateConfigurationBundleCommandInput
557
616
  | UpdateEvaluatorCommandInput
558
617
  | UpdateGatewayCommandInput
618
+ | UpdateGatewayRuleCommandInput
559
619
  | UpdateGatewayTargetCommandInput
560
620
  | UpdateHarnessCommandInput
561
621
  | UpdateMemoryCommandInput
@@ -574,8 +634,10 @@ export type ServiceOutputTypes =
574
634
  | CreateBrowserCommandOutput
575
635
  | CreateBrowserProfileCommandOutput
576
636
  | CreateCodeInterpreterCommandOutput
637
+ | CreateConfigurationBundleCommandOutput
577
638
  | CreateEvaluatorCommandOutput
578
639
  | CreateGatewayCommandOutput
640
+ | CreateGatewayRuleCommandOutput
579
641
  | CreateGatewayTargetCommandOutput
580
642
  | CreateHarnessCommandOutput
581
643
  | CreateMemoryCommandOutput
@@ -592,8 +654,10 @@ export type ServiceOutputTypes =
592
654
  | DeleteBrowserCommandOutput
593
655
  | DeleteBrowserProfileCommandOutput
594
656
  | DeleteCodeInterpreterCommandOutput
657
+ | DeleteConfigurationBundleCommandOutput
595
658
  | DeleteEvaluatorCommandOutput
596
659
  | DeleteGatewayCommandOutput
660
+ | DeleteGatewayRuleCommandOutput
597
661
  | DeleteGatewayTargetCommandOutput
598
662
  | DeleteHarnessCommandOutput
599
663
  | DeleteMemoryCommandOutput
@@ -611,8 +675,11 @@ export type ServiceOutputTypes =
611
675
  | GetBrowserCommandOutput
612
676
  | GetBrowserProfileCommandOutput
613
677
  | GetCodeInterpreterCommandOutput
678
+ | GetConfigurationBundleCommandOutput
679
+ | GetConfigurationBundleVersionCommandOutput
614
680
  | GetEvaluatorCommandOutput
615
681
  | GetGatewayCommandOutput
682
+ | GetGatewayRuleCommandOutput
616
683
  | GetGatewayTargetCommandOutput
617
684
  | GetHarnessCommandOutput
618
685
  | GetMemoryCommandOutput
@@ -633,7 +700,10 @@ export type ServiceOutputTypes =
633
700
  | ListBrowserProfilesCommandOutput
634
701
  | ListBrowsersCommandOutput
635
702
  | ListCodeInterpretersCommandOutput
703
+ | ListConfigurationBundleVersionsCommandOutput
704
+ | ListConfigurationBundlesCommandOutput
636
705
  | ListEvaluatorsCommandOutput
706
+ | ListGatewayRulesCommandOutput
637
707
  | ListGatewayTargetsCommandOutput
638
708
  | ListGatewaysCommandOutput
639
709
  | ListHarnessesCommandOutput
@@ -658,8 +728,10 @@ export type ServiceOutputTypes =
658
728
  | UpdateAgentRuntimeCommandOutput
659
729
  | UpdateAgentRuntimeEndpointCommandOutput
660
730
  | UpdateApiKeyCredentialProviderCommandOutput
731
+ | UpdateConfigurationBundleCommandOutput
661
732
  | UpdateEvaluatorCommandOutput
662
733
  | UpdateGatewayCommandOutput
734
+ | UpdateGatewayRuleCommandOutput
663
735
  | UpdateGatewayTargetCommandOutput
664
736
  | UpdateHarnessCommandOutput
665
737
  | UpdateMemoryCommandOutput
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ BedrockAgentCoreControlClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../BedrockAgentCoreControlClient";
8
+ import {
9
+ CreateConfigurationBundleRequest,
10
+ CreateConfigurationBundleResponse,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface CreateConfigurationBundleCommandInput
15
+ extends CreateConfigurationBundleRequest {}
16
+ export interface CreateConfigurationBundleCommandOutput
17
+ extends CreateConfigurationBundleResponse,
18
+ __MetadataBearer {}
19
+ declare const CreateConfigurationBundleCommand_base: {
20
+ new (
21
+ input: CreateConfigurationBundleCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ CreateConfigurationBundleCommandInput,
24
+ CreateConfigurationBundleCommandOutput,
25
+ BedrockAgentCoreControlClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: CreateConfigurationBundleCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ CreateConfigurationBundleCommandInput,
33
+ CreateConfigurationBundleCommandOutput,
34
+ BedrockAgentCoreControlClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class CreateConfigurationBundleCommand extends CreateConfigurationBundleCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateConfigurationBundleRequest;
44
+ output: CreateConfigurationBundleResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateConfigurationBundleCommandInput;
48
+ output: CreateConfigurationBundleCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ BedrockAgentCoreControlClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../BedrockAgentCoreControlClient";
8
+ import {
9
+ CreateGatewayRuleRequest,
10
+ CreateGatewayRuleResponse,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface CreateGatewayRuleCommandInput
15
+ extends CreateGatewayRuleRequest {}
16
+ export interface CreateGatewayRuleCommandOutput
17
+ extends CreateGatewayRuleResponse,
18
+ __MetadataBearer {}
19
+ declare const CreateGatewayRuleCommand_base: {
20
+ new (
21
+ input: CreateGatewayRuleCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ CreateGatewayRuleCommandInput,
24
+ CreateGatewayRuleCommandOutput,
25
+ BedrockAgentCoreControlClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: CreateGatewayRuleCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ CreateGatewayRuleCommandInput,
33
+ CreateGatewayRuleCommandOutput,
34
+ BedrockAgentCoreControlClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class CreateGatewayRuleCommand extends CreateGatewayRuleCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateGatewayRuleRequest;
44
+ output: CreateGatewayRuleResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateGatewayRuleCommandInput;
48
+ output: CreateGatewayRuleCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -5,7 +5,8 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../BedrockAgentCoreControlClient";
8
- import { CreateMemoryInput, CreateMemoryOutput } from "../models/models_0";
8
+ import { CreateMemoryInput } from "../models/models_0";
9
+ import { CreateMemoryOutput } from "../models/models_1";
9
10
  export { __MetadataBearer };
10
11
  export { $Command };
11
12
  export interface CreateMemoryCommandInput extends CreateMemoryInput {}
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ BedrockAgentCoreControlClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../BedrockAgentCoreControlClient";
8
+ import {
9
+ DeleteConfigurationBundleRequest,
10
+ DeleteConfigurationBundleResponse,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface DeleteConfigurationBundleCommandInput
15
+ extends DeleteConfigurationBundleRequest {}
16
+ export interface DeleteConfigurationBundleCommandOutput
17
+ extends DeleteConfigurationBundleResponse,
18
+ __MetadataBearer {}
19
+ declare const DeleteConfigurationBundleCommand_base: {
20
+ new (
21
+ input: DeleteConfigurationBundleCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ DeleteConfigurationBundleCommandInput,
24
+ DeleteConfigurationBundleCommandOutput,
25
+ BedrockAgentCoreControlClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: DeleteConfigurationBundleCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ DeleteConfigurationBundleCommandInput,
33
+ DeleteConfigurationBundleCommandOutput,
34
+ BedrockAgentCoreControlClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class DeleteConfigurationBundleCommand extends DeleteConfigurationBundleCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteConfigurationBundleRequest;
44
+ output: DeleteConfigurationBundleResponse;
45
+ };
46
+ sdk: {
47
+ input: DeleteConfigurationBundleCommandInput;
48
+ output: DeleteConfigurationBundleCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ BedrockAgentCoreControlClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../BedrockAgentCoreControlClient";
8
+ import {
9
+ DeleteGatewayRuleRequest,
10
+ DeleteGatewayRuleResponse,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface DeleteGatewayRuleCommandInput
15
+ extends DeleteGatewayRuleRequest {}
16
+ export interface DeleteGatewayRuleCommandOutput
17
+ extends DeleteGatewayRuleResponse,
18
+ __MetadataBearer {}
19
+ declare const DeleteGatewayRuleCommand_base: {
20
+ new (
21
+ input: DeleteGatewayRuleCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ DeleteGatewayRuleCommandInput,
24
+ DeleteGatewayRuleCommandOutput,
25
+ BedrockAgentCoreControlClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: DeleteGatewayRuleCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ DeleteGatewayRuleCommandInput,
33
+ DeleteGatewayRuleCommandOutput,
34
+ BedrockAgentCoreControlClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class DeleteGatewayRuleCommand extends DeleteGatewayRuleCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteGatewayRuleRequest;
44
+ output: DeleteGatewayRuleResponse;
45
+ };
46
+ sdk: {
47
+ input: DeleteGatewayRuleCommandInput;
48
+ output: DeleteGatewayRuleCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../BedrockAgentCoreControlClient";
8
- import { DeleteMemoryInput, DeleteMemoryOutput } from "../models/models_0";
8
+ import { DeleteMemoryInput, DeleteMemoryOutput } from "../models/models_1";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface DeleteMemoryCommandInput extends DeleteMemoryInput {}
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ BedrockAgentCoreControlClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../BedrockAgentCoreControlClient";
8
+ import {
9
+ GetConfigurationBundleRequest,
10
+ GetConfigurationBundleResponse,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface GetConfigurationBundleCommandInput
15
+ extends GetConfigurationBundleRequest {}
16
+ export interface GetConfigurationBundleCommandOutput
17
+ extends GetConfigurationBundleResponse,
18
+ __MetadataBearer {}
19
+ declare const GetConfigurationBundleCommand_base: {
20
+ new (
21
+ input: GetConfigurationBundleCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ GetConfigurationBundleCommandInput,
24
+ GetConfigurationBundleCommandOutput,
25
+ BedrockAgentCoreControlClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: GetConfigurationBundleCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ GetConfigurationBundleCommandInput,
33
+ GetConfigurationBundleCommandOutput,
34
+ BedrockAgentCoreControlClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class GetConfigurationBundleCommand extends GetConfigurationBundleCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetConfigurationBundleRequest;
44
+ output: GetConfigurationBundleResponse;
45
+ };
46
+ sdk: {
47
+ input: GetConfigurationBundleCommandInput;
48
+ output: GetConfigurationBundleCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ BedrockAgentCoreControlClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../BedrockAgentCoreControlClient";
8
+ import {
9
+ GetConfigurationBundleVersionRequest,
10
+ GetConfigurationBundleVersionResponse,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface GetConfigurationBundleVersionCommandInput
15
+ extends GetConfigurationBundleVersionRequest {}
16
+ export interface GetConfigurationBundleVersionCommandOutput
17
+ extends GetConfigurationBundleVersionResponse,
18
+ __MetadataBearer {}
19
+ declare const GetConfigurationBundleVersionCommand_base: {
20
+ new (
21
+ input: GetConfigurationBundleVersionCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ GetConfigurationBundleVersionCommandInput,
24
+ GetConfigurationBundleVersionCommandOutput,
25
+ BedrockAgentCoreControlClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: GetConfigurationBundleVersionCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ GetConfigurationBundleVersionCommandInput,
33
+ GetConfigurationBundleVersionCommandOutput,
34
+ BedrockAgentCoreControlClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class GetConfigurationBundleVersionCommand extends GetConfigurationBundleVersionCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetConfigurationBundleVersionRequest;
44
+ output: GetConfigurationBundleVersionResponse;
45
+ };
46
+ sdk: {
47
+ input: GetConfigurationBundleVersionCommandInput;
48
+ output: GetConfigurationBundleVersionCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,50 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ BedrockAgentCoreControlClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../BedrockAgentCoreControlClient";
8
+ import {
9
+ GetGatewayRuleRequest,
10
+ GetGatewayRuleResponse,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface GetGatewayRuleCommandInput extends GetGatewayRuleRequest {}
15
+ export interface GetGatewayRuleCommandOutput
16
+ extends GetGatewayRuleResponse,
17
+ __MetadataBearer {}
18
+ declare const GetGatewayRuleCommand_base: {
19
+ new (
20
+ input: GetGatewayRuleCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ GetGatewayRuleCommandInput,
23
+ GetGatewayRuleCommandOutput,
24
+ BedrockAgentCoreControlClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ new (
29
+ input: GetGatewayRuleCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetGatewayRuleCommandInput,
32
+ GetGatewayRuleCommandOutput,
33
+ BedrockAgentCoreControlClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
37
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ };
39
+ export declare class GetGatewayRuleCommand extends GetGatewayRuleCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: GetGatewayRuleRequest;
43
+ output: GetGatewayRuleResponse;
44
+ };
45
+ sdk: {
46
+ input: GetGatewayRuleCommandInput;
47
+ output: GetGatewayRuleCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../BedrockAgentCoreControlClient";
8
- import { GetMemoryInput, GetMemoryOutput } from "../models/models_0";
8
+ import { GetMemoryInput, GetMemoryOutput } from "../models/models_1";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface GetMemoryCommandInput extends GetMemoryInput {}
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ BedrockAgentCoreControlClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../BedrockAgentCoreControlClient";
8
+ import {
9
+ ListConfigurationBundleVersionsRequest,
10
+ ListConfigurationBundleVersionsResponse,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface ListConfigurationBundleVersionsCommandInput
15
+ extends ListConfigurationBundleVersionsRequest {}
16
+ export interface ListConfigurationBundleVersionsCommandOutput
17
+ extends ListConfigurationBundleVersionsResponse,
18
+ __MetadataBearer {}
19
+ declare const ListConfigurationBundleVersionsCommand_base: {
20
+ new (
21
+ input: ListConfigurationBundleVersionsCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ ListConfigurationBundleVersionsCommandInput,
24
+ ListConfigurationBundleVersionsCommandOutput,
25
+ BedrockAgentCoreControlClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: ListConfigurationBundleVersionsCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ ListConfigurationBundleVersionsCommandInput,
33
+ ListConfigurationBundleVersionsCommandOutput,
34
+ BedrockAgentCoreControlClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class ListConfigurationBundleVersionsCommand extends ListConfigurationBundleVersionsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListConfigurationBundleVersionsRequest;
44
+ output: ListConfigurationBundleVersionsResponse;
45
+ };
46
+ sdk: {
47
+ input: ListConfigurationBundleVersionsCommandInput;
48
+ output: ListConfigurationBundleVersionsCommandOutput;
49
+ };
50
+ };
51
+ }