@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
@@ -1,5 +1,5 @@
1
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import type { DeleteHarnessEndpointRequest, DeleteHarnessEndpointResponse } from "../models/models_0";
2
+ import type { DeleteHarnessEndpointRequest, DeleteHarnessEndpointResponse } from "../models/models_1";
3
3
  /**
4
4
  * @public
5
5
  */
@@ -1,5 +1,5 @@
1
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import type { DeletePolicyRequest, DeletePolicyResponse } from "../models/models_1";
2
+ import type { DeletePolicyRequest, DeletePolicyResponse } from "../models/models_2";
3
3
  /**
4
4
  * @public
5
5
  */
@@ -199,8 +199,15 @@ declare const GetAgentRuntimeCommand_base: {
199
199
  * // accessPointArn: "STRING_VALUE", // required
200
200
  * // mountPath: "STRING_VALUE", // required
201
201
  * // },
202
+ * // capacityProviderVolume: { // CapacityProviderVolumeConfiguration
203
+ * // volumeName: "STRING_VALUE", // required
204
+ * // mountPath: "STRING_VALUE", // required
205
+ * // },
202
206
  * // },
203
207
  * // ],
208
+ * // capacityProviderConfiguration: { // CapacityProviderConfiguration
209
+ * // capacityProviderArn: "STRING_VALUE",
210
+ * // },
204
211
  * // };
205
212
  *
206
213
  * ```
@@ -0,0 +1,180 @@
1
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
+ import type { GetCapacityProviderInput, GetCapacityProviderOutput } from "../models/models_0";
3
+ /**
4
+ * @public
5
+ */
6
+ export type { __MetadataBearer };
7
+ /**
8
+ * @public
9
+ *
10
+ * The input for {@link GetCapacityProviderCommand}.
11
+ */
12
+ export interface GetCapacityProviderCommandInput extends GetCapacityProviderInput {
13
+ }
14
+ /**
15
+ * @public
16
+ *
17
+ * The output of {@link GetCapacityProviderCommand}.
18
+ */
19
+ export interface GetCapacityProviderCommandOutput extends GetCapacityProviderOutput, __MetadataBearer {
20
+ }
21
+ declare const GetCapacityProviderCommand_base: {
22
+ new (input: GetCapacityProviderCommandInput): import("@smithy/core/client").CommandImpl<GetCapacityProviderCommandInput, GetCapacityProviderCommandOutput, import("..").BedrockAgentCoreControlClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetCapacityProviderCommandInput): import("@smithy/core/client").CommandImpl<GetCapacityProviderCommandInput, GetCapacityProviderCommandOutput, import("..").BedrockAgentCoreControlClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
25
+ };
26
+ /**
27
+ * <p>Retrieves information about a capacity provider, including its status, permissions configuration, and compute configuration.</p>
28
+ * @example
29
+ * Use a bare-bones client and the command you need to make an API call.
30
+ * ```javascript
31
+ * import { BedrockAgentCoreControlClient, GetCapacityProviderCommand } from "@aws-sdk/client-bedrock-agentcore-control"; // ES Modules import
32
+ * // const { BedrockAgentCoreControlClient, GetCapacityProviderCommand } = require("@aws-sdk/client-bedrock-agentcore-control"); // CommonJS import
33
+ * // import type { BedrockAgentCoreControlClientConfig } from "@aws-sdk/client-bedrock-agentcore-control";
34
+ * const config = {}; // type is BedrockAgentCoreControlClientConfig
35
+ * const client = new BedrockAgentCoreControlClient(config);
36
+ * const input = { // GetCapacityProviderInput
37
+ * capacityProviderId: "STRING_VALUE", // required
38
+ * };
39
+ * const command = new GetCapacityProviderCommand(input);
40
+ * const response = await client.send(command);
41
+ * // { // GetCapacityProviderOutput
42
+ * // capacityProviderId: "STRING_VALUE", // required
43
+ * // capacityProviderArn: "STRING_VALUE", // required
44
+ * // name: "STRING_VALUE", // required
45
+ * // status: "CREATING" || "CREATE_FAILED" || "UPDATING" || "UPDATE_FAILED" || "READY" || "DELETING" || "DELETE_FAILED", // required
46
+ * // description: "STRING_VALUE",
47
+ * // statusCode: "VALIDATION_ERROR" || "QUOTA_EXCEEDED" || "THROTTLED" || "INTERNAL_SERVER_EXCEPTION",
48
+ * // statusReason: "STRING_VALUE",
49
+ * // permissionsConfiguration: { // PermissionsConfiguration
50
+ * // capacityProviderOperatorRoleArn: "STRING_VALUE", // required
51
+ * // },
52
+ * // computeConfiguration: { // ComputeConfiguration Union: only one key present
53
+ * // ec2Configuration: { // Ec2Configuration
54
+ * // launchTemplateSource: { // LaunchTemplateSource Union: only one key present
55
+ * // launchParameters: { // LaunchParameters
56
+ * // operatingSystem: "LINUX_X86_64" || "LINUX_ARM64", // required
57
+ * // instanceRequirements: { // InstanceRequirements
58
+ * // allowedInstanceTypes: [ // InstanceTypeList // required
59
+ * // "STRING_VALUE",
60
+ * // ],
61
+ * // },
62
+ * // ephemeralVolumes: [ // EphemeralBlockDeviceMappingList
63
+ * // { // EphemeralBlockDeviceMapping
64
+ * // deviceName: "STRING_VALUE",
65
+ * // virtualName: "STRING_VALUE",
66
+ * // ebs: { // EphemeralEBSVolumeConfiguration
67
+ * // volumeType: "standard" || "io1" || "io2" || "gp2" || "sc1" || "st1" || "gp3",
68
+ * // iops: Number("int"),
69
+ * // throughput: Number("int"),
70
+ * // encrypted: true || false,
71
+ * // kmsKeyId: "STRING_VALUE",
72
+ * // snapshotId: "STRING_VALUE",
73
+ * // volumeSize: Number("int"),
74
+ * // volumeInitializationRate: Number("int"),
75
+ * // ebsCardIndex: Number("int"),
76
+ * // },
77
+ * // },
78
+ * // ],
79
+ * // monitoring: "BASIC" || "DETAILED",
80
+ * // licenseSpecifications: [ // LicenseSpecificationList
81
+ * // { // LicenseSpecification
82
+ * // licenseConfigurationArn: "STRING_VALUE", // required
83
+ * // },
84
+ * // ],
85
+ * // capacityReservationSpecification: { // CapacityReservationSpecification
86
+ * // capacityReservationPreference: "capacity-reservations-only" || "open" || "none",
87
+ * // capacityReservationTarget: { // CapacityReservationTarget
88
+ * // capacityReservationId: "STRING_VALUE",
89
+ * // capacityReservationResourceGroupArn: "STRING_VALUE",
90
+ * // },
91
+ * // },
92
+ * // sshKeyName: "STRING_VALUE",
93
+ * // instanceProfileArn: "STRING_VALUE",
94
+ * // propagatedTags: { // TagsMap
95
+ * // "<keys>": "STRING_VALUE",
96
+ * // },
97
+ * // },
98
+ * // },
99
+ * // vpcConfiguration: { // VpcConfiguration
100
+ * // subnets: [ // SubnetIdList // required
101
+ * // "STRING_VALUE",
102
+ * // ],
103
+ * // securityGroups: [ // SecurityGroupIdList // required
104
+ * // "STRING_VALUE",
105
+ * // ],
106
+ * // },
107
+ * // volumes: [ // VolumeConfigurationList
108
+ * // { // VolumeConfiguration Union: only one key present
109
+ * // ebsConfiguration: { // EbsVolumeConfiguration
110
+ * // name: "STRING_VALUE", // required
111
+ * // sizeGiB: Number("int"), // required
112
+ * // volumeType: "standard" || "io1" || "io2" || "gp2" || "sc1" || "st1" || "gp3",
113
+ * // iops: Number("int"),
114
+ * // throughput: Number("int"),
115
+ * // encrypted: true || false,
116
+ * // kmsKeyId: "STRING_VALUE",
117
+ * // snapshotId: "STRING_VALUE",
118
+ * // },
119
+ * // },
120
+ * // ],
121
+ * // lifecycleConfiguration: { // InstanceLifecycleConfiguration
122
+ * // idleInstanceTimeout: Number("int"),
123
+ * // maxLifetime: Number("int"),
124
+ * // },
125
+ * // rootVolume: { // RootVolumeConfiguration
126
+ * // volumeType: "standard" || "io1" || "io2" || "gp2" || "sc1" || "st1" || "gp3",
127
+ * // iops: Number("int"),
128
+ * // throughput: Number("int"),
129
+ * // encrypted: true || false,
130
+ * // kmsKeyId: "STRING_VALUE",
131
+ * // freeSpaceGiB: Number("int"),
132
+ * // },
133
+ * // },
134
+ * // },
135
+ * // createdAt: new Date("TIMESTAMP"), // required
136
+ * // lastUpdatedAt: new Date("TIMESTAMP"), // required
137
+ * // };
138
+ *
139
+ * ```
140
+ *
141
+ * @param GetCapacityProviderCommandInput - {@link GetCapacityProviderCommandInput}
142
+ * @returns {@link GetCapacityProviderCommandOutput}
143
+ * @see {@link GetCapacityProviderCommandInput} for command's `input` shape.
144
+ * @see {@link GetCapacityProviderCommandOutput} for command's `response` shape.
145
+ * @see {@link BedrockAgentCoreControlClientResolvedConfig | config} for BedrockAgentCoreControlClient's `config` shape.
146
+ *
147
+ * @throws {@link AccessDeniedException} (client fault)
148
+ * <p>This exception is thrown when a request is denied per access permissions</p>
149
+ *
150
+ * @throws {@link InternalServerException} (server fault)
151
+ * <p>This exception is thrown if there was an unexpected error during processing of request</p>
152
+ *
153
+ * @throws {@link ResourceNotFoundException} (client fault)
154
+ * <p>This exception is thrown when a resource referenced by the operation does not exist</p>
155
+ *
156
+ * @throws {@link ThrottlingException} (client fault)
157
+ * <p>This exception is thrown when the number of requests exceeds the limit</p>
158
+ *
159
+ * @throws {@link ValidationException} (client fault)
160
+ * <p>The input fails to satisfy the constraints specified by the service.</p>
161
+ *
162
+ * @throws {@link BedrockAgentCoreControlServiceException}
163
+ * <p>Base exception class for all service exceptions from BedrockAgentCoreControl service.</p>
164
+ *
165
+ *
166
+ * @public
167
+ */
168
+ export declare class GetCapacityProviderCommand extends GetCapacityProviderCommand_base {
169
+ /** @internal type navigation helper, not in runtime. */
170
+ protected static __types: {
171
+ api: {
172
+ input: GetCapacityProviderInput;
173
+ output: GetCapacityProviderOutput;
174
+ };
175
+ sdk: {
176
+ input: GetCapacityProviderCommandInput;
177
+ output: GetCapacityProviderCommandOutput;
178
+ };
179
+ };
180
+ }
@@ -0,0 +1,120 @@
1
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
+ import type { GetGatewayRateLimitRequest, GetGatewayRateLimitResponse } from "../models/models_0";
3
+ /**
4
+ * @public
5
+ */
6
+ export type { __MetadataBearer };
7
+ /**
8
+ * @public
9
+ *
10
+ * The input for {@link GetGatewayRateLimitCommand}.
11
+ */
12
+ export interface GetGatewayRateLimitCommandInput extends GetGatewayRateLimitRequest {
13
+ }
14
+ /**
15
+ * @public
16
+ *
17
+ * The output of {@link GetGatewayRateLimitCommand}.
18
+ */
19
+ export interface GetGatewayRateLimitCommandOutput extends GetGatewayRateLimitResponse, __MetadataBearer {
20
+ }
21
+ declare const GetGatewayRateLimitCommand_base: {
22
+ new (input: GetGatewayRateLimitCommandInput): import("@smithy/core/client").CommandImpl<GetGatewayRateLimitCommandInput, GetGatewayRateLimitCommandOutput, import("..").BedrockAgentCoreControlClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetGatewayRateLimitCommandInput): import("@smithy/core/client").CommandImpl<GetGatewayRateLimitCommandInput, GetGatewayRateLimitCommandOutput, import("..").BedrockAgentCoreControlClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
25
+ };
26
+ /**
27
+ * <p>Retrieves information about a gateway rate limit.</p>
28
+ * @example
29
+ * Use a bare-bones client and the command you need to make an API call.
30
+ * ```javascript
31
+ * import { BedrockAgentCoreControlClient, GetGatewayRateLimitCommand } from "@aws-sdk/client-bedrock-agentcore-control"; // ES Modules import
32
+ * // const { BedrockAgentCoreControlClient, GetGatewayRateLimitCommand } = require("@aws-sdk/client-bedrock-agentcore-control"); // CommonJS import
33
+ * // import type { BedrockAgentCoreControlClientConfig } from "@aws-sdk/client-bedrock-agentcore-control";
34
+ * const config = {}; // type is BedrockAgentCoreControlClientConfig
35
+ * const client = new BedrockAgentCoreControlClient(config);
36
+ * const input = { // GetGatewayRateLimitRequest
37
+ * gatewayIdentifier: "STRING_VALUE", // required
38
+ * rateLimitId: "STRING_VALUE", // required
39
+ * };
40
+ * const command = new GetGatewayRateLimitCommand(input);
41
+ * const response = await client.send(command);
42
+ * // { // GetGatewayRateLimitResponse
43
+ * // rateLimitId: "STRING_VALUE", // required
44
+ * // gatewayIdentifier: "STRING_VALUE", // required
45
+ * // description: "STRING_VALUE",
46
+ * // dimensionKeys: [ // DimensionKeys // required
47
+ * // "STRING_VALUE",
48
+ * // ],
49
+ * // entries: [ // LimitEntries // required
50
+ * // { // LimitEntry
51
+ * // dimensions: { // Dimensions // required
52
+ * // "<keys>": "STRING_VALUE",
53
+ * // },
54
+ * // requests: [ // RateConfigs
55
+ * // { // RateConfig
56
+ * // rate: Number("double"), // required
57
+ * // period: "second" || "minute", // required
58
+ * // },
59
+ * // ],
60
+ * // tokens: [
61
+ * // {
62
+ * // rate: Number("double"), // required
63
+ * // period: "second" || "minute", // required
64
+ * // },
65
+ * // ],
66
+ * // connections: [
67
+ * // {
68
+ * // rate: Number("double"), // required
69
+ * // period: "second" || "minute", // required
70
+ * // },
71
+ * // ],
72
+ * // },
73
+ * // ],
74
+ * // status: "CREATING" || "ACTIVE" || "UPDATING" || "DELETING", // required
75
+ * // createdAt: new Date("TIMESTAMP"), // required
76
+ * // updatedAt: new Date("TIMESTAMP"), // required
77
+ * // };
78
+ *
79
+ * ```
80
+ *
81
+ * @param GetGatewayRateLimitCommandInput - {@link GetGatewayRateLimitCommandInput}
82
+ * @returns {@link GetGatewayRateLimitCommandOutput}
83
+ * @see {@link GetGatewayRateLimitCommandInput} for command's `input` shape.
84
+ * @see {@link GetGatewayRateLimitCommandOutput} for command's `response` shape.
85
+ * @see {@link BedrockAgentCoreControlClientResolvedConfig | config} for BedrockAgentCoreControlClient's `config` shape.
86
+ *
87
+ * @throws {@link AccessDeniedException} (client fault)
88
+ * <p>This exception is thrown when a request is denied per access permissions</p>
89
+ *
90
+ * @throws {@link InternalServerException} (server fault)
91
+ * <p>This exception is thrown if there was an unexpected error during processing of request</p>
92
+ *
93
+ * @throws {@link ResourceNotFoundException} (client fault)
94
+ * <p>This exception is thrown when a resource referenced by the operation does not exist</p>
95
+ *
96
+ * @throws {@link ThrottlingException} (client fault)
97
+ * <p>This exception is thrown when the number of requests exceeds the limit</p>
98
+ *
99
+ * @throws {@link ValidationException} (client fault)
100
+ * <p>The input fails to satisfy the constraints specified by the service.</p>
101
+ *
102
+ * @throws {@link BedrockAgentCoreControlServiceException}
103
+ * <p>Base exception class for all service exceptions from BedrockAgentCoreControl service.</p>
104
+ *
105
+ *
106
+ * @public
107
+ */
108
+ export declare class GetGatewayRateLimitCommand extends GetGatewayRateLimitCommand_base {
109
+ /** @internal type navigation helper, not in runtime. */
110
+ protected static __types: {
111
+ api: {
112
+ input: GetGatewayRateLimitRequest;
113
+ output: GetGatewayRateLimitResponse;
114
+ };
115
+ sdk: {
116
+ input: GetGatewayRateLimitCommandInput;
117
+ output: GetGatewayRateLimitCommandOutput;
118
+ };
119
+ };
120
+ }
@@ -1,5 +1,5 @@
1
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import type { GetGatewayTargetRequest } from "../models/models_0";
2
+ import type { GetGatewayTargetRequest } from "../models/models_1";
3
3
  import type { GetGatewayTargetResponse } from "../models/models_2";
4
4
  /**
5
5
  * @public
@@ -187,6 +187,14 @@ declare const GetGatewayTargetCommand_base: {
187
187
  * // timeout: Number("int"),
188
188
  * // },
189
189
  * // },
190
+ * // connector: { // HttpConnectorTargetConfiguration
191
+ * // source: { // HttpConnectorSource
192
+ * // connectorId: "STRING_VALUE", // required
193
+ * // },
194
+ * // parameters: { // HttpConnectorParameters
195
+ * // "<keys>": "STRING_VALUE",
196
+ * // },
197
+ * // },
190
198
  * // },
191
199
  * // inference: { // InferenceTargetConfiguration Union: only one key present
192
200
  * // connector: { // InferenceConnectorTargetConfiguration
@@ -204,6 +204,10 @@ declare const GetHarnessCommand_base: {
204
204
  * // accessPointArn: "STRING_VALUE", // required
205
205
  * // mountPath: "STRING_VALUE", // required
206
206
  * // },
207
+ * // capacityProviderVolume: { // CapacityProviderVolumeConfiguration
208
+ * // volumeName: "STRING_VALUE", // required
209
+ * // mountPath: "STRING_VALUE", // required
210
+ * // },
207
211
  * // },
208
212
  * // ],
209
213
  * // },
@@ -1,5 +1,5 @@
1
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import type { GetHarnessEndpointRequest, GetHarnessEndpointResponse } from "../models/models_0";
2
+ import type { GetHarnessEndpointRequest, GetHarnessEndpointResponse } from "../models/models_1";
3
3
  /**
4
4
  * @public
5
5
  */
@@ -1,5 +1,5 @@
1
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import type { GetPolicyRequest, GetPolicyResponse } from "../models/models_1";
2
+ import type { GetPolicyRequest, GetPolicyResponse } from "../models/models_2";
3
3
  /**
4
4
  * @public
5
5
  */
@@ -1,5 +1,6 @@
1
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import type { GetPolicyGenerationRequest, GetPolicyGenerationResponse } from "../models/models_1";
2
+ import type { GetPolicyGenerationRequest } from "../models/models_1";
3
+ import type { GetPolicyGenerationResponse } from "../models/models_2";
3
4
  /**
4
5
  * @public
5
6
  */
@@ -1,5 +1,5 @@
1
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import type { GetPolicyGenerationSummaryRequest, GetPolicyGenerationSummaryResponse } from "../models/models_1";
2
+ import type { GetPolicyGenerationSummaryRequest, GetPolicyGenerationSummaryResponse } from "../models/models_2";
3
3
  /**
4
4
  * @public
5
5
  */
@@ -1,5 +1,5 @@
1
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import type { GetPolicySummaryRequest, GetPolicySummaryResponse } from "../models/models_1";
2
+ import type { GetPolicySummaryRequest, GetPolicySummaryResponse } from "../models/models_2";
3
3
  /**
4
4
  * @public
5
5
  */
@@ -1,5 +1,5 @@
1
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import type { GetResourcePolicyRequest, GetResourcePolicyResponse } from "../models/models_0";
2
+ import type { GetResourcePolicyRequest, GetResourcePolicyResponse } from "../models/models_1";
3
3
  /**
4
4
  * @public
5
5
  */
@@ -1,5 +1,5 @@
1
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import type { GetTokenVaultRequest, GetTokenVaultResponse } from "../models/models_0";
2
+ import type { GetTokenVaultRequest, GetTokenVaultResponse } from "../models/models_1";
3
3
  /**
4
4
  * @public
5
5
  */
@@ -0,0 +1,92 @@
1
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
+ import type { ListAgentRuntimeVersionsByCapacityProviderInput, ListAgentRuntimeVersionsByCapacityProviderOutput } from "../models/models_0";
3
+ /**
4
+ * @public
5
+ */
6
+ export type { __MetadataBearer };
7
+ /**
8
+ * @public
9
+ *
10
+ * The input for {@link ListAgentRuntimeVersionsByCapacityProviderCommand}.
11
+ */
12
+ export interface ListAgentRuntimeVersionsByCapacityProviderCommandInput extends ListAgentRuntimeVersionsByCapacityProviderInput {
13
+ }
14
+ /**
15
+ * @public
16
+ *
17
+ * The output of {@link ListAgentRuntimeVersionsByCapacityProviderCommand}.
18
+ */
19
+ export interface ListAgentRuntimeVersionsByCapacityProviderCommandOutput extends ListAgentRuntimeVersionsByCapacityProviderOutput, __MetadataBearer {
20
+ }
21
+ declare const ListAgentRuntimeVersionsByCapacityProviderCommand_base: {
22
+ new (input: ListAgentRuntimeVersionsByCapacityProviderCommandInput): import("@smithy/core/client").CommandImpl<ListAgentRuntimeVersionsByCapacityProviderCommandInput, ListAgentRuntimeVersionsByCapacityProviderCommandOutput, import("..").BedrockAgentCoreControlClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListAgentRuntimeVersionsByCapacityProviderCommandInput): import("@smithy/core/client").CommandImpl<ListAgentRuntimeVersionsByCapacityProviderCommandInput, ListAgentRuntimeVersionsByCapacityProviderCommandOutput, import("..").BedrockAgentCoreControlClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
25
+ };
26
+ /**
27
+ * <p>Lists the agent runtime versions that are associated with a capacity provider. Use this operation to identify the runtimes you must disassociate before you can delete the capacity provider. Results are paginated; use the <code>nextToken</code> parameter to retrieve additional results.</p>
28
+ * @example
29
+ * Use a bare-bones client and the command you need to make an API call.
30
+ * ```javascript
31
+ * import { BedrockAgentCoreControlClient, ListAgentRuntimeVersionsByCapacityProviderCommand } from "@aws-sdk/client-bedrock-agentcore-control"; // ES Modules import
32
+ * // const { BedrockAgentCoreControlClient, ListAgentRuntimeVersionsByCapacityProviderCommand } = require("@aws-sdk/client-bedrock-agentcore-control"); // CommonJS import
33
+ * // import type { BedrockAgentCoreControlClientConfig } from "@aws-sdk/client-bedrock-agentcore-control";
34
+ * const config = {}; // type is BedrockAgentCoreControlClientConfig
35
+ * const client = new BedrockAgentCoreControlClient(config);
36
+ * const input = { // ListAgentRuntimeVersionsByCapacityProviderInput
37
+ * capacityProviderId: "STRING_VALUE", // required
38
+ * maxResults: Number("int"),
39
+ * nextToken: "STRING_VALUE",
40
+ * };
41
+ * const command = new ListAgentRuntimeVersionsByCapacityProviderCommand(input);
42
+ * const response = await client.send(command);
43
+ * // { // ListAgentRuntimeVersionsByCapacityProviderOutput
44
+ * // agentRuntimes: [ // AgentRuntimeVersionSummaryList // required
45
+ * // { // AgentRuntimeVersionSummary
46
+ * // agentRuntimeArn: "STRING_VALUE", // required
47
+ * // agentRuntimeVersion: "STRING_VALUE", // required
48
+ * // status: "CREATING" || "CREATE_FAILED" || "UPDATING" || "UPDATE_FAILED" || "READY" || "DELETING", // required
49
+ * // },
50
+ * // ],
51
+ * // nextToken: "STRING_VALUE",
52
+ * // };
53
+ *
54
+ * ```
55
+ *
56
+ * @param ListAgentRuntimeVersionsByCapacityProviderCommandInput - {@link ListAgentRuntimeVersionsByCapacityProviderCommandInput}
57
+ * @returns {@link ListAgentRuntimeVersionsByCapacityProviderCommandOutput}
58
+ * @see {@link ListAgentRuntimeVersionsByCapacityProviderCommandInput} for command's `input` shape.
59
+ * @see {@link ListAgentRuntimeVersionsByCapacityProviderCommandOutput} for command's `response` shape.
60
+ * @see {@link BedrockAgentCoreControlClientResolvedConfig | config} for BedrockAgentCoreControlClient's `config` shape.
61
+ *
62
+ * @throws {@link AccessDeniedException} (client fault)
63
+ * <p>This exception is thrown when a request is denied per access permissions</p>
64
+ *
65
+ * @throws {@link InternalServerException} (server fault)
66
+ * <p>This exception is thrown if there was an unexpected error during processing of request</p>
67
+ *
68
+ * @throws {@link ThrottlingException} (client fault)
69
+ * <p>This exception is thrown when the number of requests exceeds the limit</p>
70
+ *
71
+ * @throws {@link ValidationException} (client fault)
72
+ * <p>The input fails to satisfy the constraints specified by the service.</p>
73
+ *
74
+ * @throws {@link BedrockAgentCoreControlServiceException}
75
+ * <p>Base exception class for all service exceptions from BedrockAgentCoreControl service.</p>
76
+ *
77
+ *
78
+ * @public
79
+ */
80
+ export declare class ListAgentRuntimeVersionsByCapacityProviderCommand extends ListAgentRuntimeVersionsByCapacityProviderCommand_base {
81
+ /** @internal type navigation helper, not in runtime. */
82
+ protected static __types: {
83
+ api: {
84
+ input: ListAgentRuntimeVersionsByCapacityProviderInput;
85
+ output: ListAgentRuntimeVersionsByCapacityProviderOutput;
86
+ };
87
+ sdk: {
88
+ input: ListAgentRuntimeVersionsByCapacityProviderCommandInput;
89
+ output: ListAgentRuntimeVersionsByCapacityProviderCommandOutput;
90
+ };
91
+ };
92
+ }
@@ -0,0 +1,93 @@
1
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
+ import type { ListCapacityProvidersInput, ListCapacityProvidersOutput } from "../models/models_0";
3
+ /**
4
+ * @public
5
+ */
6
+ export type { __MetadataBearer };
7
+ /**
8
+ * @public
9
+ *
10
+ * The input for {@link ListCapacityProvidersCommand}.
11
+ */
12
+ export interface ListCapacityProvidersCommandInput extends ListCapacityProvidersInput {
13
+ }
14
+ /**
15
+ * @public
16
+ *
17
+ * The output of {@link ListCapacityProvidersCommand}.
18
+ */
19
+ export interface ListCapacityProvidersCommandOutput extends ListCapacityProvidersOutput, __MetadataBearer {
20
+ }
21
+ declare const ListCapacityProvidersCommand_base: {
22
+ new (input: ListCapacityProvidersCommandInput): import("@smithy/core/client").CommandImpl<ListCapacityProvidersCommandInput, ListCapacityProvidersCommandOutput, import("..").BedrockAgentCoreControlClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListCapacityProvidersCommandInput]): import("@smithy/core/client").CommandImpl<ListCapacityProvidersCommandInput, ListCapacityProvidersCommandOutput, import("..").BedrockAgentCoreControlClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
25
+ };
26
+ /**
27
+ * <p>Lists the capacity providers in your account and returns summary information for each one. To retrieve the full configuration for a specific capacity provider, use <code>GetCapacityProvider</code>. Results are paginated; use the <code>nextToken</code> parameter to retrieve additional results.</p>
28
+ * @example
29
+ * Use a bare-bones client and the command you need to make an API call.
30
+ * ```javascript
31
+ * import { BedrockAgentCoreControlClient, ListCapacityProvidersCommand } from "@aws-sdk/client-bedrock-agentcore-control"; // ES Modules import
32
+ * // const { BedrockAgentCoreControlClient, ListCapacityProvidersCommand } = require("@aws-sdk/client-bedrock-agentcore-control"); // CommonJS import
33
+ * // import type { BedrockAgentCoreControlClientConfig } from "@aws-sdk/client-bedrock-agentcore-control";
34
+ * const config = {}; // type is BedrockAgentCoreControlClientConfig
35
+ * const client = new BedrockAgentCoreControlClient(config);
36
+ * const input = { // ListCapacityProvidersInput
37
+ * maxResults: Number("int"),
38
+ * nextToken: "STRING_VALUE",
39
+ * };
40
+ * const command = new ListCapacityProvidersCommand(input);
41
+ * const response = await client.send(command);
42
+ * // { // ListCapacityProvidersOutput
43
+ * // capacityProviders: [ // CapacityProviderList // required
44
+ * // { // CapacityProviderSummary
45
+ * // capacityProviderId: "STRING_VALUE", // required
46
+ * // capacityProviderArn: "STRING_VALUE", // required
47
+ * // name: "STRING_VALUE", // required
48
+ * // status: "CREATING" || "CREATE_FAILED" || "UPDATING" || "UPDATE_FAILED" || "READY" || "DELETING" || "DELETE_FAILED", // required
49
+ * // lastUpdatedAt: new Date("TIMESTAMP"), // required
50
+ * // },
51
+ * // ],
52
+ * // nextToken: "STRING_VALUE",
53
+ * // };
54
+ *
55
+ * ```
56
+ *
57
+ * @param ListCapacityProvidersCommandInput - {@link ListCapacityProvidersCommandInput}
58
+ * @returns {@link ListCapacityProvidersCommandOutput}
59
+ * @see {@link ListCapacityProvidersCommandInput} for command's `input` shape.
60
+ * @see {@link ListCapacityProvidersCommandOutput} for command's `response` shape.
61
+ * @see {@link BedrockAgentCoreControlClientResolvedConfig | config} for BedrockAgentCoreControlClient's `config` shape.
62
+ *
63
+ * @throws {@link AccessDeniedException} (client fault)
64
+ * <p>This exception is thrown when a request is denied per access permissions</p>
65
+ *
66
+ * @throws {@link InternalServerException} (server fault)
67
+ * <p>This exception is thrown if there was an unexpected error during processing of request</p>
68
+ *
69
+ * @throws {@link ThrottlingException} (client fault)
70
+ * <p>This exception is thrown when the number of requests exceeds the limit</p>
71
+ *
72
+ * @throws {@link ValidationException} (client fault)
73
+ * <p>The input fails to satisfy the constraints specified by the service.</p>
74
+ *
75
+ * @throws {@link BedrockAgentCoreControlServiceException}
76
+ * <p>Base exception class for all service exceptions from BedrockAgentCoreControl service.</p>
77
+ *
78
+ *
79
+ * @public
80
+ */
81
+ export declare class ListCapacityProvidersCommand extends ListCapacityProvidersCommand_base {
82
+ /** @internal type navigation helper, not in runtime. */
83
+ protected static __types: {
84
+ api: {
85
+ input: ListCapacityProvidersInput;
86
+ output: ListCapacityProvidersOutput;
87
+ };
88
+ sdk: {
89
+ input: ListCapacityProvidersCommandInput;
90
+ output: ListCapacityProvidersCommandOutput;
91
+ };
92
+ };
93
+ }