@aws-sdk/client-bedrock-agentcore-control 3.1103.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.
Files changed (135) hide show
  1. package/README.md +84 -0
  2. package/dist-cjs/index.js +745 -91
  3. package/dist-es/BedrockAgentCoreControl.js +30 -0
  4. package/dist-es/commands/BatchPutGatewayRateLimitsCommand.js +4 -0
  5. package/dist-es/commands/CreateCapacityProviderCommand.js +4 -0
  6. package/dist-es/commands/CreateGatewayRateLimitCommand.js +4 -0
  7. package/dist-es/commands/DeleteCapacityProviderCommand.js +4 -0
  8. package/dist-es/commands/DeleteGatewayRateLimitCommand.js +4 -0
  9. package/dist-es/commands/GetCapacityProviderCommand.js +4 -0
  10. package/dist-es/commands/GetGatewayRateLimitCommand.js +4 -0
  11. package/dist-es/commands/ListAgentRuntimeVersionsByCapacityProviderCommand.js +4 -0
  12. package/dist-es/commands/ListCapacityProvidersCommand.js +4 -0
  13. package/dist-es/commands/ListGatewayRateLimitsCommand.js +4 -0
  14. package/dist-es/commands/UpdateCapacityProviderCommand.js +4 -0
  15. package/dist-es/commands/UpdateGatewayRateLimitCommand.js +4 -0
  16. package/dist-es/commands/index.js +12 -0
  17. package/dist-es/models/enums.js +48 -0
  18. package/dist-es/models/errors.js +13 -0
  19. package/dist-es/pagination/ListAgentRuntimeVersionsByCapacityProviderPaginator.js +4 -0
  20. package/dist-es/pagination/ListCapacityProvidersPaginator.js +4 -0
  21. package/dist-es/pagination/ListGatewayRateLimitsPaginator.js +4 -0
  22. package/dist-es/pagination/index.js +3 -0
  23. package/dist-es/schemas/schemas_0.js +546 -91
  24. package/dist-types/BedrockAgentCoreControl.d.ts +106 -0
  25. package/dist-types/BedrockAgentCoreControlClient.d.ts +14 -2
  26. package/dist-types/commands/BatchPutGatewayRateLimitsCommand.d.ts +164 -0
  27. package/dist-types/commands/CreateAgentRuntimeCommand.d.ts +7 -0
  28. package/dist-types/commands/CreateCapacityProviderCommand.d.ts +189 -0
  29. package/dist-types/commands/CreateGatewayRateLimitCommand.d.ts +156 -0
  30. package/dist-types/commands/CreateGatewayTargetCommand.d.ts +16 -0
  31. package/dist-types/commands/CreateHarnessCommand.d.ts +8 -0
  32. package/dist-types/commands/CreateHarnessEndpointCommand.d.ts +1 -1
  33. package/dist-types/commands/CreatePolicyCommand.d.ts +1 -1
  34. package/dist-types/commands/DeleteAgentRuntimeCommand.d.ts +3 -1
  35. package/dist-types/commands/DeleteAgentRuntimeEndpointCommand.d.ts +1 -1
  36. package/dist-types/commands/DeleteCapacityProviderCommand.d.ts +94 -0
  37. package/dist-types/commands/DeleteGatewayRateLimitCommand.d.ts +91 -0
  38. package/dist-types/commands/DeleteGatewayTargetCommand.d.ts +1 -1
  39. package/dist-types/commands/DeleteHarnessCommand.d.ts +4 -0
  40. package/dist-types/commands/DeleteHarnessEndpointCommand.d.ts +1 -1
  41. package/dist-types/commands/DeletePolicyCommand.d.ts +1 -1
  42. package/dist-types/commands/GetAgentRuntimeCommand.d.ts +7 -0
  43. package/dist-types/commands/GetCapacityProviderCommand.d.ts +180 -0
  44. package/dist-types/commands/GetGatewayRateLimitCommand.d.ts +120 -0
  45. package/dist-types/commands/GetGatewayTargetCommand.d.ts +9 -1
  46. package/dist-types/commands/GetHarnessCommand.d.ts +4 -0
  47. package/dist-types/commands/GetHarnessEndpointCommand.d.ts +1 -1
  48. package/dist-types/commands/GetPolicyCommand.d.ts +1 -1
  49. package/dist-types/commands/GetPolicyGenerationCommand.d.ts +2 -1
  50. package/dist-types/commands/GetPolicyGenerationSummaryCommand.d.ts +1 -1
  51. package/dist-types/commands/GetPolicySummaryCommand.d.ts +1 -1
  52. package/dist-types/commands/GetResourcePolicyCommand.d.ts +1 -1
  53. package/dist-types/commands/GetTokenVaultCommand.d.ts +1 -1
  54. package/dist-types/commands/ListAgentRuntimeVersionsByCapacityProviderCommand.d.ts +92 -0
  55. package/dist-types/commands/ListCapacityProvidersCommand.d.ts +93 -0
  56. package/dist-types/commands/ListGatewayRateLimitsCommand.d.ts +126 -0
  57. package/dist-types/commands/ListGatewayTargetsCommand.d.ts +2 -2
  58. package/dist-types/commands/ListHarnessEndpointsCommand.d.ts +1 -1
  59. package/dist-types/commands/ListPoliciesCommand.d.ts +1 -1
  60. package/dist-types/commands/ListPolicyGenerationAssetsCommand.d.ts +1 -1
  61. package/dist-types/commands/ListPolicyGenerationSummariesCommand.d.ts +1 -1
  62. package/dist-types/commands/ListPolicyGenerationsCommand.d.ts +1 -1
  63. package/dist-types/commands/ListPolicySummariesCommand.d.ts +1 -1
  64. package/dist-types/commands/PutResourcePolicyCommand.d.ts +1 -1
  65. package/dist-types/commands/StartPolicyGenerationCommand.d.ts +1 -1
  66. package/dist-types/commands/SynchronizeGatewayTargetsCommand.d.ts +9 -1
  67. package/dist-types/commands/UpdateAgentRuntimeCommand.d.ts +7 -0
  68. package/dist-types/commands/UpdateCapacityProviderCommand.d.ts +101 -0
  69. package/dist-types/commands/UpdateGatewayRateLimitCommand.d.ts +149 -0
  70. package/dist-types/commands/UpdateGatewayTargetCommand.d.ts +16 -0
  71. package/dist-types/commands/UpdateHarnessCommand.d.ts +8 -0
  72. package/dist-types/commands/UpdateHarnessEndpointCommand.d.ts +1 -1
  73. package/dist-types/commands/UpdatePolicyCommand.d.ts +1 -1
  74. package/dist-types/commands/index.d.ts +12 -0
  75. package/dist-types/models/enums.d.ts +112 -0
  76. package/dist-types/models/errors.d.ts +13 -0
  77. package/dist-types/models/models_0.d.ts +2529 -2373
  78. package/dist-types/models/models_1.d.ts +4418 -4735
  79. package/dist-types/models/models_2.d.ts +1467 -3
  80. package/dist-types/pagination/ListAgentRuntimeVersionsByCapacityProviderPaginator.d.ts +7 -0
  81. package/dist-types/pagination/ListCapacityProvidersPaginator.d.ts +7 -0
  82. package/dist-types/pagination/ListGatewayRateLimitsPaginator.d.ts +7 -0
  83. package/dist-types/pagination/index.d.ts +3 -0
  84. package/dist-types/schemas/schemas_0.d.ts +63 -0
  85. package/dist-types/ts3.4/BedrockAgentCoreControl.d.ts +226 -0
  86. package/dist-types/ts3.4/BedrockAgentCoreControlClient.d.ts +72 -0
  87. package/dist-types/ts3.4/commands/BatchPutGatewayRateLimitsCommand.d.ts +42 -0
  88. package/dist-types/ts3.4/commands/CreateCapacityProviderCommand.d.ts +39 -0
  89. package/dist-types/ts3.4/commands/CreateGatewayRateLimitCommand.d.ts +39 -0
  90. package/dist-types/ts3.4/commands/CreateHarnessEndpointCommand.d.ts +1 -1
  91. package/dist-types/ts3.4/commands/CreatePolicyCommand.d.ts +1 -1
  92. package/dist-types/ts3.4/commands/DeleteCapacityProviderCommand.d.ts +39 -0
  93. package/dist-types/ts3.4/commands/DeleteGatewayRateLimitCommand.d.ts +39 -0
  94. package/dist-types/ts3.4/commands/DeleteGatewayTargetCommand.d.ts +1 -1
  95. package/dist-types/ts3.4/commands/DeleteHarnessEndpointCommand.d.ts +1 -1
  96. package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +1 -1
  97. package/dist-types/ts3.4/commands/GetCapacityProviderCommand.d.ts +39 -0
  98. package/dist-types/ts3.4/commands/GetGatewayRateLimitCommand.d.ts +39 -0
  99. package/dist-types/ts3.4/commands/GetGatewayTargetCommand.d.ts +1 -1
  100. package/dist-types/ts3.4/commands/GetHarnessEndpointCommand.d.ts +1 -1
  101. package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +1 -1
  102. package/dist-types/ts3.4/commands/GetPolicyGenerationCommand.d.ts +2 -1
  103. package/dist-types/ts3.4/commands/GetPolicyGenerationSummaryCommand.d.ts +1 -1
  104. package/dist-types/ts3.4/commands/GetPolicySummaryCommand.d.ts +1 -1
  105. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +1 -1
  106. package/dist-types/ts3.4/commands/GetTokenVaultCommand.d.ts +1 -1
  107. package/dist-types/ts3.4/commands/ListAgentRuntimeVersionsByCapacityProviderCommand.d.ts +42 -0
  108. package/dist-types/ts3.4/commands/ListCapacityProvidersCommand.d.ts +39 -0
  109. package/dist-types/ts3.4/commands/ListGatewayRateLimitsCommand.d.ts +39 -0
  110. package/dist-types/ts3.4/commands/ListGatewayTargetsCommand.d.ts +1 -1
  111. package/dist-types/ts3.4/commands/ListHarnessEndpointsCommand.d.ts +1 -1
  112. package/dist-types/ts3.4/commands/ListPoliciesCommand.d.ts +1 -1
  113. package/dist-types/ts3.4/commands/ListPolicyGenerationAssetsCommand.d.ts +1 -1
  114. package/dist-types/ts3.4/commands/ListPolicyGenerationSummariesCommand.d.ts +1 -1
  115. package/dist-types/ts3.4/commands/ListPolicyGenerationsCommand.d.ts +1 -1
  116. package/dist-types/ts3.4/commands/ListPolicySummariesCommand.d.ts +1 -1
  117. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +1 -1
  118. package/dist-types/ts3.4/commands/StartPolicyGenerationCommand.d.ts +1 -1
  119. package/dist-types/ts3.4/commands/SynchronizeGatewayTargetsCommand.d.ts +1 -1
  120. package/dist-types/ts3.4/commands/UpdateCapacityProviderCommand.d.ts +39 -0
  121. package/dist-types/ts3.4/commands/UpdateGatewayRateLimitCommand.d.ts +39 -0
  122. package/dist-types/ts3.4/commands/UpdateHarnessEndpointCommand.d.ts +1 -1
  123. package/dist-types/ts3.4/commands/UpdatePolicyCommand.d.ts +1 -1
  124. package/dist-types/ts3.4/commands/index.d.ts +12 -0
  125. package/dist-types/ts3.4/models/enums.d.ts +60 -0
  126. package/dist-types/ts3.4/models/errors.d.ts +6 -0
  127. package/dist-types/ts3.4/models/models_0.d.ts +363 -369
  128. package/dist-types/ts3.4/models/models_1.d.ts +371 -410
  129. package/dist-types/ts3.4/models/models_2.d.ts +410 -13
  130. package/dist-types/ts3.4/pagination/ListAgentRuntimeVersionsByCapacityProviderPaginator.d.ts +11 -0
  131. package/dist-types/ts3.4/pagination/ListCapacityProvidersPaginator.d.ts +11 -0
  132. package/dist-types/ts3.4/pagination/ListGatewayRateLimitsPaginator.d.ts +11 -0
  133. package/dist-types/ts3.4/pagination/index.d.ts +3 -0
  134. package/dist-types/ts3.4/schemas/schemas_0.d.ts +63 -0
  135. package/package.json +1 -1
@@ -0,0 +1,42 @@
1
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
+ import {
3
+ BatchPutGatewayRateLimitsRequest,
4
+ BatchPutGatewayRateLimitsResponse,
5
+ } from "../models/models_0";
6
+ export { __MetadataBearer };
7
+ export interface BatchPutGatewayRateLimitsCommandInput extends BatchPutGatewayRateLimitsRequest {}
8
+ export interface BatchPutGatewayRateLimitsCommandOutput
9
+ extends BatchPutGatewayRateLimitsResponse, __MetadataBearer {}
10
+ declare const BatchPutGatewayRateLimitsCommand_base: {
11
+ new (
12
+ input: BatchPutGatewayRateLimitsCommandInput,
13
+ ): import("@smithy/core/client").CommandImpl<
14
+ BatchPutGatewayRateLimitsCommandInput,
15
+ BatchPutGatewayRateLimitsCommandOutput,
16
+ import("..").BedrockAgentCoreControlClientResolvedConfig,
17
+ import("..").ServiceInputTypes,
18
+ import("..").ServiceOutputTypes
19
+ >;
20
+ new (
21
+ input: BatchPutGatewayRateLimitsCommandInput,
22
+ ): import("@smithy/core/client").CommandImpl<
23
+ BatchPutGatewayRateLimitsCommandInput,
24
+ BatchPutGatewayRateLimitsCommandOutput,
25
+ import("..").BedrockAgentCoreControlClientResolvedConfig,
26
+ import("..").ServiceInputTypes,
27
+ import("..").ServiceOutputTypes
28
+ >;
29
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
+ };
31
+ export declare class BatchPutGatewayRateLimitsCommand extends BatchPutGatewayRateLimitsCommand_base {
32
+ protected static __types: {
33
+ api: {
34
+ input: BatchPutGatewayRateLimitsRequest;
35
+ output: BatchPutGatewayRateLimitsResponse;
36
+ };
37
+ sdk: {
38
+ input: BatchPutGatewayRateLimitsCommandInput;
39
+ output: BatchPutGatewayRateLimitsCommandOutput;
40
+ };
41
+ };
42
+ }
@@ -0,0 +1,39 @@
1
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
+ import { CreateCapacityProviderInput, CreateCapacityProviderOutput } from "../models/models_0";
3
+ export { __MetadataBearer };
4
+ export interface CreateCapacityProviderCommandInput extends CreateCapacityProviderInput {}
5
+ export interface CreateCapacityProviderCommandOutput
6
+ extends CreateCapacityProviderOutput, __MetadataBearer {}
7
+ declare const CreateCapacityProviderCommand_base: {
8
+ new (
9
+ input: CreateCapacityProviderCommandInput,
10
+ ): import("@smithy/core/client").CommandImpl<
11
+ CreateCapacityProviderCommandInput,
12
+ CreateCapacityProviderCommandOutput,
13
+ import("..").BedrockAgentCoreControlClientResolvedConfig,
14
+ import("..").ServiceInputTypes,
15
+ import("..").ServiceOutputTypes
16
+ >;
17
+ new (
18
+ input: CreateCapacityProviderCommandInput,
19
+ ): import("@smithy/core/client").CommandImpl<
20
+ CreateCapacityProviderCommandInput,
21
+ CreateCapacityProviderCommandOutput,
22
+ import("..").BedrockAgentCoreControlClientResolvedConfig,
23
+ import("..").ServiceInputTypes,
24
+ import("..").ServiceOutputTypes
25
+ >;
26
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
27
+ };
28
+ export declare class CreateCapacityProviderCommand extends CreateCapacityProviderCommand_base {
29
+ protected static __types: {
30
+ api: {
31
+ input: CreateCapacityProviderInput;
32
+ output: CreateCapacityProviderOutput;
33
+ };
34
+ sdk: {
35
+ input: CreateCapacityProviderCommandInput;
36
+ output: CreateCapacityProviderCommandOutput;
37
+ };
38
+ };
39
+ }
@@ -0,0 +1,39 @@
1
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
+ import { CreateGatewayRateLimitRequest, CreateGatewayRateLimitResponse } from "../models/models_0";
3
+ export { __MetadataBearer };
4
+ export interface CreateGatewayRateLimitCommandInput extends CreateGatewayRateLimitRequest {}
5
+ export interface CreateGatewayRateLimitCommandOutput
6
+ extends CreateGatewayRateLimitResponse, __MetadataBearer {}
7
+ declare const CreateGatewayRateLimitCommand_base: {
8
+ new (
9
+ input: CreateGatewayRateLimitCommandInput,
10
+ ): import("@smithy/core/client").CommandImpl<
11
+ CreateGatewayRateLimitCommandInput,
12
+ CreateGatewayRateLimitCommandOutput,
13
+ import("..").BedrockAgentCoreControlClientResolvedConfig,
14
+ import("..").ServiceInputTypes,
15
+ import("..").ServiceOutputTypes
16
+ >;
17
+ new (
18
+ input: CreateGatewayRateLimitCommandInput,
19
+ ): import("@smithy/core/client").CommandImpl<
20
+ CreateGatewayRateLimitCommandInput,
21
+ CreateGatewayRateLimitCommandOutput,
22
+ import("..").BedrockAgentCoreControlClientResolvedConfig,
23
+ import("..").ServiceInputTypes,
24
+ import("..").ServiceOutputTypes
25
+ >;
26
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
27
+ };
28
+ export declare class CreateGatewayRateLimitCommand extends CreateGatewayRateLimitCommand_base {
29
+ protected static __types: {
30
+ api: {
31
+ input: CreateGatewayRateLimitRequest;
32
+ output: CreateGatewayRateLimitResponse;
33
+ };
34
+ sdk: {
35
+ input: CreateGatewayRateLimitCommandInput;
36
+ output: CreateGatewayRateLimitCommandOutput;
37
+ };
38
+ };
39
+ }
@@ -1,5 +1,5 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import { CreateHarnessEndpointRequest, CreateHarnessEndpointResponse } from "../models/models_0";
2
+ import { CreateHarnessEndpointRequest, CreateHarnessEndpointResponse } from "../models/models_1";
3
3
  export { __MetadataBearer };
4
4
  export interface CreateHarnessEndpointCommandInput extends CreateHarnessEndpointRequest {}
5
5
  export interface CreateHarnessEndpointCommandOutput
@@ -1,5 +1,5 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import { CreatePolicyRequest, CreatePolicyResponse } from "../models/models_1";
2
+ import { CreatePolicyRequest, CreatePolicyResponse } from "../models/models_2";
3
3
  export { __MetadataBearer };
4
4
  export interface CreatePolicyCommandInput extends CreatePolicyRequest {}
5
5
  export interface CreatePolicyCommandOutput extends CreatePolicyResponse, __MetadataBearer {}
@@ -0,0 +1,39 @@
1
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
+ import { DeleteCapacityProviderInput, DeleteCapacityProviderOutput } from "../models/models_0";
3
+ export { __MetadataBearer };
4
+ export interface DeleteCapacityProviderCommandInput extends DeleteCapacityProviderInput {}
5
+ export interface DeleteCapacityProviderCommandOutput
6
+ extends DeleteCapacityProviderOutput, __MetadataBearer {}
7
+ declare const DeleteCapacityProviderCommand_base: {
8
+ new (
9
+ input: DeleteCapacityProviderCommandInput,
10
+ ): import("@smithy/core/client").CommandImpl<
11
+ DeleteCapacityProviderCommandInput,
12
+ DeleteCapacityProviderCommandOutput,
13
+ import("..").BedrockAgentCoreControlClientResolvedConfig,
14
+ import("..").ServiceInputTypes,
15
+ import("..").ServiceOutputTypes
16
+ >;
17
+ new (
18
+ input: DeleteCapacityProviderCommandInput,
19
+ ): import("@smithy/core/client").CommandImpl<
20
+ DeleteCapacityProviderCommandInput,
21
+ DeleteCapacityProviderCommandOutput,
22
+ import("..").BedrockAgentCoreControlClientResolvedConfig,
23
+ import("..").ServiceInputTypes,
24
+ import("..").ServiceOutputTypes
25
+ >;
26
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
27
+ };
28
+ export declare class DeleteCapacityProviderCommand extends DeleteCapacityProviderCommand_base {
29
+ protected static __types: {
30
+ api: {
31
+ input: DeleteCapacityProviderInput;
32
+ output: DeleteCapacityProviderOutput;
33
+ };
34
+ sdk: {
35
+ input: DeleteCapacityProviderCommandInput;
36
+ output: DeleteCapacityProviderCommandOutput;
37
+ };
38
+ };
39
+ }
@@ -0,0 +1,39 @@
1
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
+ import { DeleteGatewayRateLimitRequest, DeleteGatewayRateLimitResponse } from "../models/models_0";
3
+ export { __MetadataBearer };
4
+ export interface DeleteGatewayRateLimitCommandInput extends DeleteGatewayRateLimitRequest {}
5
+ export interface DeleteGatewayRateLimitCommandOutput
6
+ extends DeleteGatewayRateLimitResponse, __MetadataBearer {}
7
+ declare const DeleteGatewayRateLimitCommand_base: {
8
+ new (
9
+ input: DeleteGatewayRateLimitCommandInput,
10
+ ): import("@smithy/core/client").CommandImpl<
11
+ DeleteGatewayRateLimitCommandInput,
12
+ DeleteGatewayRateLimitCommandOutput,
13
+ import("..").BedrockAgentCoreControlClientResolvedConfig,
14
+ import("..").ServiceInputTypes,
15
+ import("..").ServiceOutputTypes
16
+ >;
17
+ new (
18
+ input: DeleteGatewayRateLimitCommandInput,
19
+ ): import("@smithy/core/client").CommandImpl<
20
+ DeleteGatewayRateLimitCommandInput,
21
+ DeleteGatewayRateLimitCommandOutput,
22
+ import("..").BedrockAgentCoreControlClientResolvedConfig,
23
+ import("..").ServiceInputTypes,
24
+ import("..").ServiceOutputTypes
25
+ >;
26
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
27
+ };
28
+ export declare class DeleteGatewayRateLimitCommand extends DeleteGatewayRateLimitCommand_base {
29
+ protected static __types: {
30
+ api: {
31
+ input: DeleteGatewayRateLimitRequest;
32
+ output: DeleteGatewayRateLimitResponse;
33
+ };
34
+ sdk: {
35
+ input: DeleteGatewayRateLimitCommandInput;
36
+ output: DeleteGatewayRateLimitCommandOutput;
37
+ };
38
+ };
39
+ }
@@ -1,5 +1,5 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import { DeleteGatewayTargetRequest, DeleteGatewayTargetResponse } from "../models/models_0";
2
+ import { DeleteGatewayTargetRequest, DeleteGatewayTargetResponse } from "../models/models_1";
3
3
  export { __MetadataBearer };
4
4
  export interface DeleteGatewayTargetCommandInput extends DeleteGatewayTargetRequest {}
5
5
  export interface DeleteGatewayTargetCommandOutput
@@ -1,5 +1,5 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import { DeleteHarnessEndpointRequest, DeleteHarnessEndpointResponse } from "../models/models_0";
2
+ import { DeleteHarnessEndpointRequest, DeleteHarnessEndpointResponse } from "../models/models_1";
3
3
  export { __MetadataBearer };
4
4
  export interface DeleteHarnessEndpointCommandInput extends DeleteHarnessEndpointRequest {}
5
5
  export interface DeleteHarnessEndpointCommandOutput
@@ -1,5 +1,5 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import { DeletePolicyRequest, DeletePolicyResponse } from "../models/models_1";
2
+ import { DeletePolicyRequest, DeletePolicyResponse } from "../models/models_2";
3
3
  export { __MetadataBearer };
4
4
  export interface DeletePolicyCommandInput extends DeletePolicyRequest {}
5
5
  export interface DeletePolicyCommandOutput extends DeletePolicyResponse, __MetadataBearer {}
@@ -0,0 +1,39 @@
1
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
+ import { GetCapacityProviderInput, GetCapacityProviderOutput } from "../models/models_0";
3
+ export { __MetadataBearer };
4
+ export interface GetCapacityProviderCommandInput extends GetCapacityProviderInput {}
5
+ export interface GetCapacityProviderCommandOutput
6
+ extends GetCapacityProviderOutput, __MetadataBearer {}
7
+ declare const GetCapacityProviderCommand_base: {
8
+ new (
9
+ input: GetCapacityProviderCommandInput,
10
+ ): import("@smithy/core/client").CommandImpl<
11
+ GetCapacityProviderCommandInput,
12
+ GetCapacityProviderCommandOutput,
13
+ import("..").BedrockAgentCoreControlClientResolvedConfig,
14
+ import("..").ServiceInputTypes,
15
+ import("..").ServiceOutputTypes
16
+ >;
17
+ new (
18
+ input: GetCapacityProviderCommandInput,
19
+ ): import("@smithy/core/client").CommandImpl<
20
+ GetCapacityProviderCommandInput,
21
+ GetCapacityProviderCommandOutput,
22
+ import("..").BedrockAgentCoreControlClientResolvedConfig,
23
+ import("..").ServiceInputTypes,
24
+ import("..").ServiceOutputTypes
25
+ >;
26
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
27
+ };
28
+ export declare class GetCapacityProviderCommand extends GetCapacityProviderCommand_base {
29
+ protected static __types: {
30
+ api: {
31
+ input: GetCapacityProviderInput;
32
+ output: GetCapacityProviderOutput;
33
+ };
34
+ sdk: {
35
+ input: GetCapacityProviderCommandInput;
36
+ output: GetCapacityProviderCommandOutput;
37
+ };
38
+ };
39
+ }
@@ -0,0 +1,39 @@
1
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
+ import { GetGatewayRateLimitRequest, GetGatewayRateLimitResponse } from "../models/models_0";
3
+ export { __MetadataBearer };
4
+ export interface GetGatewayRateLimitCommandInput extends GetGatewayRateLimitRequest {}
5
+ export interface GetGatewayRateLimitCommandOutput
6
+ extends GetGatewayRateLimitResponse, __MetadataBearer {}
7
+ declare const GetGatewayRateLimitCommand_base: {
8
+ new (
9
+ input: GetGatewayRateLimitCommandInput,
10
+ ): import("@smithy/core/client").CommandImpl<
11
+ GetGatewayRateLimitCommandInput,
12
+ GetGatewayRateLimitCommandOutput,
13
+ import("..").BedrockAgentCoreControlClientResolvedConfig,
14
+ import("..").ServiceInputTypes,
15
+ import("..").ServiceOutputTypes
16
+ >;
17
+ new (
18
+ input: GetGatewayRateLimitCommandInput,
19
+ ): import("@smithy/core/client").CommandImpl<
20
+ GetGatewayRateLimitCommandInput,
21
+ GetGatewayRateLimitCommandOutput,
22
+ import("..").BedrockAgentCoreControlClientResolvedConfig,
23
+ import("..").ServiceInputTypes,
24
+ import("..").ServiceOutputTypes
25
+ >;
26
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
27
+ };
28
+ export declare class GetGatewayRateLimitCommand extends GetGatewayRateLimitCommand_base {
29
+ protected static __types: {
30
+ api: {
31
+ input: GetGatewayRateLimitRequest;
32
+ output: GetGatewayRateLimitResponse;
33
+ };
34
+ sdk: {
35
+ input: GetGatewayRateLimitCommandInput;
36
+ output: GetGatewayRateLimitCommandOutput;
37
+ };
38
+ };
39
+ }
@@ -1,5 +1,5 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import { GetGatewayTargetRequest } from "../models/models_0";
2
+ import { GetGatewayTargetRequest } from "../models/models_1";
3
3
  import { GetGatewayTargetResponse } from "../models/models_2";
4
4
  export { __MetadataBearer };
5
5
  export interface GetGatewayTargetCommandInput extends GetGatewayTargetRequest {}
@@ -1,5 +1,5 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import { GetHarnessEndpointRequest, GetHarnessEndpointResponse } from "../models/models_0";
2
+ import { GetHarnessEndpointRequest, GetHarnessEndpointResponse } from "../models/models_1";
3
3
  export { __MetadataBearer };
4
4
  export interface GetHarnessEndpointCommandInput extends GetHarnessEndpointRequest {}
5
5
  export interface GetHarnessEndpointCommandOutput
@@ -1,5 +1,5 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import { GetPolicyRequest, GetPolicyResponse } from "../models/models_1";
2
+ import { GetPolicyRequest, GetPolicyResponse } from "../models/models_2";
3
3
  export { __MetadataBearer };
4
4
  export interface GetPolicyCommandInput extends GetPolicyRequest {}
5
5
  export interface GetPolicyCommandOutput extends GetPolicyResponse, __MetadataBearer {}
@@ -1,5 +1,6 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import { GetPolicyGenerationRequest, GetPolicyGenerationResponse } from "../models/models_1";
2
+ import { GetPolicyGenerationRequest } from "../models/models_1";
3
+ import { GetPolicyGenerationResponse } from "../models/models_2";
3
4
  export { __MetadataBearer };
4
5
  export interface GetPolicyGenerationCommandInput extends GetPolicyGenerationRequest {}
5
6
  export interface GetPolicyGenerationCommandOutput
@@ -2,7 +2,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import {
3
3
  GetPolicyGenerationSummaryRequest,
4
4
  GetPolicyGenerationSummaryResponse,
5
- } from "../models/models_1";
5
+ } from "../models/models_2";
6
6
  export { __MetadataBearer };
7
7
  export interface GetPolicyGenerationSummaryCommandInput extends GetPolicyGenerationSummaryRequest {}
8
8
  export interface GetPolicyGenerationSummaryCommandOutput
@@ -1,5 +1,5 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import { GetPolicySummaryRequest, GetPolicySummaryResponse } from "../models/models_1";
2
+ import { GetPolicySummaryRequest, GetPolicySummaryResponse } from "../models/models_2";
3
3
  export { __MetadataBearer };
4
4
  export interface GetPolicySummaryCommandInput extends GetPolicySummaryRequest {}
5
5
  export interface GetPolicySummaryCommandOutput extends GetPolicySummaryResponse, __MetadataBearer {}
@@ -1,5 +1,5 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import { GetResourcePolicyRequest, GetResourcePolicyResponse } from "../models/models_0";
2
+ import { GetResourcePolicyRequest, GetResourcePolicyResponse } from "../models/models_1";
3
3
  export { __MetadataBearer };
4
4
  export interface GetResourcePolicyCommandInput extends GetResourcePolicyRequest {}
5
5
  export interface GetResourcePolicyCommandOutput
@@ -1,5 +1,5 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import { GetTokenVaultRequest, GetTokenVaultResponse } from "../models/models_0";
2
+ import { GetTokenVaultRequest, GetTokenVaultResponse } from "../models/models_1";
3
3
  export { __MetadataBearer };
4
4
  export interface GetTokenVaultCommandInput extends GetTokenVaultRequest {}
5
5
  export interface GetTokenVaultCommandOutput extends GetTokenVaultResponse, __MetadataBearer {}
@@ -0,0 +1,42 @@
1
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
+ import {
3
+ ListAgentRuntimeVersionsByCapacityProviderInput,
4
+ ListAgentRuntimeVersionsByCapacityProviderOutput,
5
+ } from "../models/models_0";
6
+ export { __MetadataBearer };
7
+ export interface ListAgentRuntimeVersionsByCapacityProviderCommandInput extends ListAgentRuntimeVersionsByCapacityProviderInput {}
8
+ export interface ListAgentRuntimeVersionsByCapacityProviderCommandOutput
9
+ extends ListAgentRuntimeVersionsByCapacityProviderOutput, __MetadataBearer {}
10
+ declare const ListAgentRuntimeVersionsByCapacityProviderCommand_base: {
11
+ new (
12
+ input: ListAgentRuntimeVersionsByCapacityProviderCommandInput,
13
+ ): import("@smithy/core/client").CommandImpl<
14
+ ListAgentRuntimeVersionsByCapacityProviderCommandInput,
15
+ ListAgentRuntimeVersionsByCapacityProviderCommandOutput,
16
+ import("..").BedrockAgentCoreControlClientResolvedConfig,
17
+ import("..").ServiceInputTypes,
18
+ import("..").ServiceOutputTypes
19
+ >;
20
+ new (
21
+ input: ListAgentRuntimeVersionsByCapacityProviderCommandInput,
22
+ ): import("@smithy/core/client").CommandImpl<
23
+ ListAgentRuntimeVersionsByCapacityProviderCommandInput,
24
+ ListAgentRuntimeVersionsByCapacityProviderCommandOutput,
25
+ import("..").BedrockAgentCoreControlClientResolvedConfig,
26
+ import("..").ServiceInputTypes,
27
+ import("..").ServiceOutputTypes
28
+ >;
29
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
+ };
31
+ export declare class ListAgentRuntimeVersionsByCapacityProviderCommand extends ListAgentRuntimeVersionsByCapacityProviderCommand_base {
32
+ protected static __types: {
33
+ api: {
34
+ input: ListAgentRuntimeVersionsByCapacityProviderInput;
35
+ output: ListAgentRuntimeVersionsByCapacityProviderOutput;
36
+ };
37
+ sdk: {
38
+ input: ListAgentRuntimeVersionsByCapacityProviderCommandInput;
39
+ output: ListAgentRuntimeVersionsByCapacityProviderCommandOutput;
40
+ };
41
+ };
42
+ }
@@ -0,0 +1,39 @@
1
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
+ import { ListCapacityProvidersInput, ListCapacityProvidersOutput } from "../models/models_0";
3
+ export { __MetadataBearer };
4
+ export interface ListCapacityProvidersCommandInput extends ListCapacityProvidersInput {}
5
+ export interface ListCapacityProvidersCommandOutput
6
+ extends ListCapacityProvidersOutput, __MetadataBearer {}
7
+ declare const ListCapacityProvidersCommand_base: {
8
+ new (
9
+ input: ListCapacityProvidersCommandInput,
10
+ ): import("@smithy/core/client").CommandImpl<
11
+ ListCapacityProvidersCommandInput,
12
+ ListCapacityProvidersCommandOutput,
13
+ import("..").BedrockAgentCoreControlClientResolvedConfig,
14
+ import("..").ServiceInputTypes,
15
+ import("..").ServiceOutputTypes
16
+ >;
17
+ new (
18
+ ...[input]: [] | [ListCapacityProvidersCommandInput]
19
+ ): import("@smithy/core/client").CommandImpl<
20
+ ListCapacityProvidersCommandInput,
21
+ ListCapacityProvidersCommandOutput,
22
+ import("..").BedrockAgentCoreControlClientResolvedConfig,
23
+ import("..").ServiceInputTypes,
24
+ import("..").ServiceOutputTypes
25
+ >;
26
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
27
+ };
28
+ export declare class ListCapacityProvidersCommand extends ListCapacityProvidersCommand_base {
29
+ protected static __types: {
30
+ api: {
31
+ input: ListCapacityProvidersInput;
32
+ output: ListCapacityProvidersOutput;
33
+ };
34
+ sdk: {
35
+ input: ListCapacityProvidersCommandInput;
36
+ output: ListCapacityProvidersCommandOutput;
37
+ };
38
+ };
39
+ }
@@ -0,0 +1,39 @@
1
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
+ import { ListGatewayRateLimitsRequest, ListGatewayRateLimitsResponse } from "../models/models_0";
3
+ export { __MetadataBearer };
4
+ export interface ListGatewayRateLimitsCommandInput extends ListGatewayRateLimitsRequest {}
5
+ export interface ListGatewayRateLimitsCommandOutput
6
+ extends ListGatewayRateLimitsResponse, __MetadataBearer {}
7
+ declare const ListGatewayRateLimitsCommand_base: {
8
+ new (
9
+ input: ListGatewayRateLimitsCommandInput,
10
+ ): import("@smithy/core/client").CommandImpl<
11
+ ListGatewayRateLimitsCommandInput,
12
+ ListGatewayRateLimitsCommandOutput,
13
+ import("..").BedrockAgentCoreControlClientResolvedConfig,
14
+ import("..").ServiceInputTypes,
15
+ import("..").ServiceOutputTypes
16
+ >;
17
+ new (
18
+ input: ListGatewayRateLimitsCommandInput,
19
+ ): import("@smithy/core/client").CommandImpl<
20
+ ListGatewayRateLimitsCommandInput,
21
+ ListGatewayRateLimitsCommandOutput,
22
+ import("..").BedrockAgentCoreControlClientResolvedConfig,
23
+ import("..").ServiceInputTypes,
24
+ import("..").ServiceOutputTypes
25
+ >;
26
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
27
+ };
28
+ export declare class ListGatewayRateLimitsCommand extends ListGatewayRateLimitsCommand_base {
29
+ protected static __types: {
30
+ api: {
31
+ input: ListGatewayRateLimitsRequest;
32
+ output: ListGatewayRateLimitsResponse;
33
+ };
34
+ sdk: {
35
+ input: ListGatewayRateLimitsCommandInput;
36
+ output: ListGatewayRateLimitsCommandOutput;
37
+ };
38
+ };
39
+ }
@@ -1,5 +1,5 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import { ListGatewayTargetsRequest, ListGatewayTargetsResponse } from "../models/models_0";
2
+ import { ListGatewayTargetsRequest, ListGatewayTargetsResponse } from "../models/models_1";
3
3
  export { __MetadataBearer };
4
4
  export interface ListGatewayTargetsCommandInput extends ListGatewayTargetsRequest {}
5
5
  export interface ListGatewayTargetsCommandOutput
@@ -1,5 +1,5 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import { ListHarnessEndpointsRequest, ListHarnessEndpointsResponse } from "../models/models_0";
2
+ import { ListHarnessEndpointsRequest, ListHarnessEndpointsResponse } from "../models/models_1";
3
3
  export { __MetadataBearer };
4
4
  export interface ListHarnessEndpointsCommandInput extends ListHarnessEndpointsRequest {}
5
5
  export interface ListHarnessEndpointsCommandOutput
@@ -1,5 +1,5 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import { ListPoliciesRequest, ListPoliciesResponse } from "../models/models_1";
2
+ import { ListPoliciesRequest, ListPoliciesResponse } from "../models/models_2";
3
3
  export { __MetadataBearer };
4
4
  export interface ListPoliciesCommandInput extends ListPoliciesRequest {}
5
5
  export interface ListPoliciesCommandOutput extends ListPoliciesResponse, __MetadataBearer {}
@@ -2,7 +2,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import {
3
3
  ListPolicyGenerationAssetsRequest,
4
4
  ListPolicyGenerationAssetsResponse,
5
- } from "../models/models_1";
5
+ } from "../models/models_2";
6
6
  export { __MetadataBearer };
7
7
  export interface ListPolicyGenerationAssetsCommandInput extends ListPolicyGenerationAssetsRequest {}
8
8
  export interface ListPolicyGenerationAssetsCommandOutput
@@ -2,7 +2,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import {
3
3
  ListPolicyGenerationSummariesRequest,
4
4
  ListPolicyGenerationSummariesResponse,
5
- } from "../models/models_1";
5
+ } from "../models/models_2";
6
6
  export { __MetadataBearer };
7
7
  export interface ListPolicyGenerationSummariesCommandInput extends ListPolicyGenerationSummariesRequest {}
8
8
  export interface ListPolicyGenerationSummariesCommandOutput
@@ -1,5 +1,5 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import { ListPolicyGenerationsRequest, ListPolicyGenerationsResponse } from "../models/models_1";
2
+ import { ListPolicyGenerationsRequest, ListPolicyGenerationsResponse } from "../models/models_2";
3
3
  export { __MetadataBearer };
4
4
  export interface ListPolicyGenerationsCommandInput extends ListPolicyGenerationsRequest {}
5
5
  export interface ListPolicyGenerationsCommandOutput
@@ -1,5 +1,5 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import { ListPolicySummariesRequest, ListPolicySummariesResponse } from "../models/models_1";
2
+ import { ListPolicySummariesRequest, ListPolicySummariesResponse } from "../models/models_2";
3
3
  export { __MetadataBearer };
4
4
  export interface ListPolicySummariesCommandInput extends ListPolicySummariesRequest {}
5
5
  export interface ListPolicySummariesCommandOutput
@@ -1,5 +1,5 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import { PutResourcePolicyRequest, PutResourcePolicyResponse } from "../models/models_1";
2
+ import { PutResourcePolicyRequest, PutResourcePolicyResponse } from "../models/models_2";
3
3
  export { __MetadataBearer };
4
4
  export interface PutResourcePolicyCommandInput extends PutResourcePolicyRequest {}
5
5
  export interface PutResourcePolicyCommandOutput
@@ -1,5 +1,5 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import { StartPolicyGenerationRequest, StartPolicyGenerationResponse } from "../models/models_1";
2
+ import { StartPolicyGenerationRequest, StartPolicyGenerationResponse } from "../models/models_2";
3
3
  export { __MetadataBearer };
4
4
  export interface StartPolicyGenerationCommandInput extends StartPolicyGenerationRequest {}
5
5
  export interface StartPolicyGenerationCommandOutput
@@ -1,5 +1,5 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import { SynchronizeGatewayTargetsRequest } from "../models/models_0";
2
+ import { SynchronizeGatewayTargetsRequest } from "../models/models_1";
3
3
  import { SynchronizeGatewayTargetsResponse } from "../models/models_2";
4
4
  export { __MetadataBearer };
5
5
  export interface SynchronizeGatewayTargetsCommandInput extends SynchronizeGatewayTargetsRequest {}
@@ -0,0 +1,39 @@
1
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
+ import { UpdateCapacityProviderInput, UpdateCapacityProviderOutput } from "../models/models_0";
3
+ export { __MetadataBearer };
4
+ export interface UpdateCapacityProviderCommandInput extends UpdateCapacityProviderInput {}
5
+ export interface UpdateCapacityProviderCommandOutput
6
+ extends UpdateCapacityProviderOutput, __MetadataBearer {}
7
+ declare const UpdateCapacityProviderCommand_base: {
8
+ new (
9
+ input: UpdateCapacityProviderCommandInput,
10
+ ): import("@smithy/core/client").CommandImpl<
11
+ UpdateCapacityProviderCommandInput,
12
+ UpdateCapacityProviderCommandOutput,
13
+ import("..").BedrockAgentCoreControlClientResolvedConfig,
14
+ import("..").ServiceInputTypes,
15
+ import("..").ServiceOutputTypes
16
+ >;
17
+ new (
18
+ input: UpdateCapacityProviderCommandInput,
19
+ ): import("@smithy/core/client").CommandImpl<
20
+ UpdateCapacityProviderCommandInput,
21
+ UpdateCapacityProviderCommandOutput,
22
+ import("..").BedrockAgentCoreControlClientResolvedConfig,
23
+ import("..").ServiceInputTypes,
24
+ import("..").ServiceOutputTypes
25
+ >;
26
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
27
+ };
28
+ export declare class UpdateCapacityProviderCommand extends UpdateCapacityProviderCommand_base {
29
+ protected static __types: {
30
+ api: {
31
+ input: UpdateCapacityProviderInput;
32
+ output: UpdateCapacityProviderOutput;
33
+ };
34
+ sdk: {
35
+ input: UpdateCapacityProviderCommandInput;
36
+ output: UpdateCapacityProviderCommandOutput;
37
+ };
38
+ };
39
+ }