@aws-sdk/client-bedrock-agentcore-control 3.1087.0 → 3.1089.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 (187) hide show
  1. package/dist-cjs/index.js +3 -3
  2. package/dist-es/schemas/schemas_0.js +2 -2
  3. package/dist-types/commands/CreateHarnessCommand.d.ts +2 -0
  4. package/dist-types/commands/DeleteHarnessCommand.d.ts +1 -0
  5. package/dist-types/commands/GetHarnessCommand.d.ts +1 -0
  6. package/dist-types/commands/UpdateHarnessCommand.d.ts +2 -0
  7. package/dist-types/commands/UpdatePolicyCommand.d.ts +3 -0
  8. package/dist-types/models/models_0.d.ts +5 -0
  9. package/dist-types/ts3.4/BedrockAgentCoreControl.d.ts +508 -532
  10. package/dist-types/ts3.4/BedrockAgentCoreControlClient.d.ts +13 -47
  11. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -10
  12. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  13. package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
  14. package/dist-types/ts3.4/commands/AddDatasetExamplesCommand.d.ts +5 -10
  15. package/dist-types/ts3.4/commands/CreateAgentRuntimeCommand.d.ts +5 -10
  16. package/dist-types/ts3.4/commands/CreateAgentRuntimeEndpointCommand.d.ts +4 -6
  17. package/dist-types/ts3.4/commands/CreateApiKeyCredentialProviderCommand.d.ts +4 -6
  18. package/dist-types/ts3.4/commands/CreateBrowserCommand.d.ts +4 -9
  19. package/dist-types/ts3.4/commands/CreateBrowserProfileCommand.d.ts +5 -10
  20. package/dist-types/ts3.4/commands/CreateCodeInterpreterCommand.d.ts +5 -10
  21. package/dist-types/ts3.4/commands/CreateConfigurationBundleCommand.d.ts +4 -6
  22. package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +4 -9
  23. package/dist-types/ts3.4/commands/CreateDatasetVersionCommand.d.ts +5 -10
  24. package/dist-types/ts3.4/commands/CreateEvaluatorCommand.d.ts +4 -9
  25. package/dist-types/ts3.4/commands/CreateGatewayCommand.d.ts +4 -9
  26. package/dist-types/ts3.4/commands/CreateGatewayRuleCommand.d.ts +5 -10
  27. package/dist-types/ts3.4/commands/CreateGatewayTargetCommand.d.ts +5 -10
  28. package/dist-types/ts3.4/commands/CreateHarnessCommand.d.ts +4 -9
  29. package/dist-types/ts3.4/commands/CreateHarnessEndpointCommand.d.ts +5 -10
  30. package/dist-types/ts3.4/commands/CreateMemoryCommand.d.ts +3 -5
  31. package/dist-types/ts3.4/commands/CreateOauth2CredentialProviderCommand.d.ts +4 -6
  32. package/dist-types/ts3.4/commands/CreateOnlineEvaluationConfigCommand.d.ts +4 -6
  33. package/dist-types/ts3.4/commands/CreatePaymentConnectorCommand.d.ts +5 -10
  34. package/dist-types/ts3.4/commands/CreatePaymentCredentialProviderCommand.d.ts +4 -6
  35. package/dist-types/ts3.4/commands/CreatePaymentManagerCommand.d.ts +5 -10
  36. package/dist-types/ts3.4/commands/CreatePolicyCommand.d.ts +3 -5
  37. package/dist-types/ts3.4/commands/CreatePolicyEngineCommand.d.ts +5 -10
  38. package/dist-types/ts3.4/commands/CreateRegistryCommand.d.ts +4 -9
  39. package/dist-types/ts3.4/commands/CreateRegistryRecordCommand.d.ts +5 -10
  40. package/dist-types/ts3.4/commands/CreateWorkloadIdentityCommand.d.ts +5 -10
  41. package/dist-types/ts3.4/commands/DeleteAgentRuntimeCommand.d.ts +5 -10
  42. package/dist-types/ts3.4/commands/DeleteAgentRuntimeEndpointCommand.d.ts +4 -6
  43. package/dist-types/ts3.4/commands/DeleteApiKeyCredentialProviderCommand.d.ts +4 -6
  44. package/dist-types/ts3.4/commands/DeleteBrowserCommand.d.ts +4 -9
  45. package/dist-types/ts3.4/commands/DeleteBrowserProfileCommand.d.ts +5 -10
  46. package/dist-types/ts3.4/commands/DeleteCodeInterpreterCommand.d.ts +5 -10
  47. package/dist-types/ts3.4/commands/DeleteConfigurationBundleCommand.d.ts +4 -6
  48. package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +4 -9
  49. package/dist-types/ts3.4/commands/DeleteDatasetExamplesCommand.d.ts +5 -10
  50. package/dist-types/ts3.4/commands/DeleteEvaluatorCommand.d.ts +4 -9
  51. package/dist-types/ts3.4/commands/DeleteGatewayCommand.d.ts +4 -9
  52. package/dist-types/ts3.4/commands/DeleteGatewayRuleCommand.d.ts +5 -10
  53. package/dist-types/ts3.4/commands/DeleteGatewayTargetCommand.d.ts +5 -10
  54. package/dist-types/ts3.4/commands/DeleteHarnessCommand.d.ts +4 -9
  55. package/dist-types/ts3.4/commands/DeleteHarnessEndpointCommand.d.ts +5 -10
  56. package/dist-types/ts3.4/commands/DeleteMemoryCommand.d.ts +3 -5
  57. package/dist-types/ts3.4/commands/DeleteOauth2CredentialProviderCommand.d.ts +4 -6
  58. package/dist-types/ts3.4/commands/DeleteOnlineEvaluationConfigCommand.d.ts +4 -6
  59. package/dist-types/ts3.4/commands/DeletePaymentConnectorCommand.d.ts +5 -10
  60. package/dist-types/ts3.4/commands/DeletePaymentCredentialProviderCommand.d.ts +4 -6
  61. package/dist-types/ts3.4/commands/DeletePaymentManagerCommand.d.ts +5 -10
  62. package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +3 -5
  63. package/dist-types/ts3.4/commands/DeletePolicyEngineCommand.d.ts +5 -10
  64. package/dist-types/ts3.4/commands/DeleteRegistryCommand.d.ts +4 -9
  65. package/dist-types/ts3.4/commands/DeleteRegistryRecordCommand.d.ts +5 -10
  66. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +5 -10
  67. package/dist-types/ts3.4/commands/DeleteWorkloadIdentityCommand.d.ts +5 -10
  68. package/dist-types/ts3.4/commands/GetAgentRuntimeCommand.d.ts +4 -9
  69. package/dist-types/ts3.4/commands/GetAgentRuntimeEndpointCommand.d.ts +4 -6
  70. package/dist-types/ts3.4/commands/GetApiKeyCredentialProviderCommand.d.ts +4 -6
  71. package/dist-types/ts3.4/commands/GetBrowserCommand.d.ts +3 -5
  72. package/dist-types/ts3.4/commands/GetBrowserProfileCommand.d.ts +5 -10
  73. package/dist-types/ts3.4/commands/GetCodeInterpreterCommand.d.ts +5 -10
  74. package/dist-types/ts3.4/commands/GetConfigurationBundleCommand.d.ts +5 -10
  75. package/dist-types/ts3.4/commands/GetConfigurationBundleVersionCommand.d.ts +4 -6
  76. package/dist-types/ts3.4/commands/GetDatasetCommand.d.ts +3 -5
  77. package/dist-types/ts3.4/commands/GetEvaluatorCommand.d.ts +3 -5
  78. package/dist-types/ts3.4/commands/GetGatewayCommand.d.ts +3 -5
  79. package/dist-types/ts3.4/commands/GetGatewayRuleCommand.d.ts +4 -9
  80. package/dist-types/ts3.4/commands/GetGatewayTargetCommand.d.ts +3 -5
  81. package/dist-types/ts3.4/commands/GetHarnessCommand.d.ts +3 -5
  82. package/dist-types/ts3.4/commands/GetHarnessEndpointCommand.d.ts +5 -10
  83. package/dist-types/ts3.4/commands/GetMemoryCommand.d.ts +7 -5
  84. package/dist-types/ts3.4/commands/GetOauth2CredentialProviderCommand.d.ts +4 -6
  85. package/dist-types/ts3.4/commands/GetOnlineEvaluationConfigCommand.d.ts +4 -6
  86. package/dist-types/ts3.4/commands/GetPaymentConnectorCommand.d.ts +5 -10
  87. package/dist-types/ts3.4/commands/GetPaymentCredentialProviderCommand.d.ts +4 -6
  88. package/dist-types/ts3.4/commands/GetPaymentManagerCommand.d.ts +5 -10
  89. package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +7 -5
  90. package/dist-types/ts3.4/commands/GetPolicyEngineCommand.d.ts +4 -9
  91. package/dist-types/ts3.4/commands/GetPolicyEngineSummaryCommand.d.ts +5 -10
  92. package/dist-types/ts3.4/commands/GetPolicyGenerationCommand.d.ts +5 -10
  93. package/dist-types/ts3.4/commands/GetPolicyGenerationSummaryCommand.d.ts +4 -6
  94. package/dist-types/ts3.4/commands/GetPolicySummaryCommand.d.ts +4 -9
  95. package/dist-types/ts3.4/commands/GetRegistryCommand.d.ts +3 -5
  96. package/dist-types/ts3.4/commands/GetRegistryRecordCommand.d.ts +5 -10
  97. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +5 -10
  98. package/dist-types/ts3.4/commands/GetTokenVaultCommand.d.ts +3 -8
  99. package/dist-types/ts3.4/commands/GetWorkloadIdentityCommand.d.ts +5 -10
  100. package/dist-types/ts3.4/commands/ListAgentRuntimeEndpointsCommand.d.ts +4 -6
  101. package/dist-types/ts3.4/commands/ListAgentRuntimeVersionsCommand.d.ts +4 -6
  102. package/dist-types/ts3.4/commands/ListAgentRuntimesCommand.d.ts +4 -9
  103. package/dist-types/ts3.4/commands/ListApiKeyCredentialProvidersCommand.d.ts +3 -5
  104. package/dist-types/ts3.4/commands/ListBrowserProfilesCommand.d.ts +4 -9
  105. package/dist-types/ts3.4/commands/ListBrowsersCommand.d.ts +2 -4
  106. package/dist-types/ts3.4/commands/ListCodeInterpretersCommand.d.ts +4 -9
  107. package/dist-types/ts3.4/commands/ListConfigurationBundleVersionsCommand.d.ts +4 -6
  108. package/dist-types/ts3.4/commands/ListConfigurationBundlesCommand.d.ts +3 -5
  109. package/dist-types/ts3.4/commands/ListDatasetExamplesCommand.d.ts +5 -10
  110. package/dist-types/ts3.4/commands/ListDatasetVersionsCommand.d.ts +5 -10
  111. package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +2 -4
  112. package/dist-types/ts3.4/commands/ListEvaluatorsCommand.d.ts +3 -8
  113. package/dist-types/ts3.4/commands/ListGatewayRulesCommand.d.ts +4 -9
  114. package/dist-types/ts3.4/commands/ListGatewayTargetsCommand.d.ts +5 -10
  115. package/dist-types/ts3.4/commands/ListGatewaysCommand.d.ts +2 -4
  116. package/dist-types/ts3.4/commands/ListHarnessEndpointsCommand.d.ts +5 -10
  117. package/dist-types/ts3.4/commands/ListHarnessVersionsCommand.d.ts +5 -10
  118. package/dist-types/ts3.4/commands/ListHarnessesCommand.d.ts +3 -8
  119. package/dist-types/ts3.4/commands/ListMemoriesCommand.d.ts +2 -4
  120. package/dist-types/ts3.4/commands/ListOauth2CredentialProvidersCommand.d.ts +3 -5
  121. package/dist-types/ts3.4/commands/ListOnlineEvaluationConfigsCommand.d.ts +3 -5
  122. package/dist-types/ts3.4/commands/ListPaymentConnectorsCommand.d.ts +5 -10
  123. package/dist-types/ts3.4/commands/ListPaymentCredentialProvidersCommand.d.ts +3 -5
  124. package/dist-types/ts3.4/commands/ListPaymentManagersCommand.d.ts +4 -9
  125. package/dist-types/ts3.4/commands/ListPoliciesCommand.d.ts +3 -5
  126. package/dist-types/ts3.4/commands/ListPolicyEngineSummariesCommand.d.ts +3 -5
  127. package/dist-types/ts3.4/commands/ListPolicyEnginesCommand.d.ts +4 -9
  128. package/dist-types/ts3.4/commands/ListPolicyGenerationAssetsCommand.d.ts +4 -6
  129. package/dist-types/ts3.4/commands/ListPolicyGenerationSummariesCommand.d.ts +4 -6
  130. package/dist-types/ts3.4/commands/ListPolicyGenerationsCommand.d.ts +5 -10
  131. package/dist-types/ts3.4/commands/ListPolicySummariesCommand.d.ts +5 -10
  132. package/dist-types/ts3.4/commands/ListRegistriesCommand.d.ts +3 -8
  133. package/dist-types/ts3.4/commands/ListRegistryRecordsCommand.d.ts +4 -6
  134. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  135. package/dist-types/ts3.4/commands/ListWorkloadIdentitiesCommand.d.ts +4 -9
  136. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +5 -10
  137. package/dist-types/ts3.4/commands/SetTokenVaultCMKCommand.d.ts +4 -9
  138. package/dist-types/ts3.4/commands/StartPolicyGenerationCommand.d.ts +5 -10
  139. package/dist-types/ts3.4/commands/SubmitRegistryRecordForApprovalCommand.d.ts +4 -6
  140. package/dist-types/ts3.4/commands/SynchronizeGatewayTargetsCommand.d.ts +4 -6
  141. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
  142. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
  143. package/dist-types/ts3.4/commands/UpdateAgentRuntimeCommand.d.ts +5 -10
  144. package/dist-types/ts3.4/commands/UpdateAgentRuntimeEndpointCommand.d.ts +4 -6
  145. package/dist-types/ts3.4/commands/UpdateApiKeyCredentialProviderCommand.d.ts +4 -6
  146. package/dist-types/ts3.4/commands/UpdateConfigurationBundleCommand.d.ts +4 -6
  147. package/dist-types/ts3.4/commands/UpdateDatasetCommand.d.ts +4 -9
  148. package/dist-types/ts3.4/commands/UpdateDatasetExamplesCommand.d.ts +5 -10
  149. package/dist-types/ts3.4/commands/UpdateEvaluatorCommand.d.ts +4 -9
  150. package/dist-types/ts3.4/commands/UpdateGatewayCommand.d.ts +4 -9
  151. package/dist-types/ts3.4/commands/UpdateGatewayRuleCommand.d.ts +5 -10
  152. package/dist-types/ts3.4/commands/UpdateGatewayTargetCommand.d.ts +5 -10
  153. package/dist-types/ts3.4/commands/UpdateHarnessCommand.d.ts +4 -9
  154. package/dist-types/ts3.4/commands/UpdateHarnessEndpointCommand.d.ts +5 -10
  155. package/dist-types/ts3.4/commands/UpdateMemoryCommand.d.ts +3 -5
  156. package/dist-types/ts3.4/commands/UpdateOauth2CredentialProviderCommand.d.ts +4 -6
  157. package/dist-types/ts3.4/commands/UpdateOnlineEvaluationConfigCommand.d.ts +4 -6
  158. package/dist-types/ts3.4/commands/UpdatePaymentConnectorCommand.d.ts +5 -10
  159. package/dist-types/ts3.4/commands/UpdatePaymentCredentialProviderCommand.d.ts +4 -6
  160. package/dist-types/ts3.4/commands/UpdatePaymentManagerCommand.d.ts +5 -10
  161. package/dist-types/ts3.4/commands/UpdatePolicyCommand.d.ts +3 -5
  162. package/dist-types/ts3.4/commands/UpdatePolicyEngineCommand.d.ts +5 -10
  163. package/dist-types/ts3.4/commands/UpdateRegistryCommand.d.ts +4 -9
  164. package/dist-types/ts3.4/commands/UpdateRegistryRecordCommand.d.ts +5 -10
  165. package/dist-types/ts3.4/commands/UpdateRegistryRecordStatusCommand.d.ts +4 -6
  166. package/dist-types/ts3.4/commands/UpdateWorkloadIdentityCommand.d.ts +5 -10
  167. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  168. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  169. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  170. package/dist-types/ts3.4/models/enums.d.ts +31 -62
  171. package/dist-types/ts3.4/models/errors.d.ts +9 -30
  172. package/dist-types/ts3.4/models/models_0.d.ts +6 -15
  173. package/dist-types/ts3.4/models/models_1.d.ts +39 -113
  174. package/dist-types/ts3.4/models/models_2.d.ts +7 -21
  175. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  176. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +10 -25
  177. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -19
  178. package/dist-types/ts3.4/runtimeConfig.native.d.ts +10 -25
  179. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -4
  180. package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -4
  181. package/dist-types/ts3.4/waiters/waitForMemoryCreated.d.ts +4 -9
  182. package/dist-types/ts3.4/waiters/waitForPolicyActive.d.ts +4 -9
  183. package/dist-types/ts3.4/waiters/waitForPolicyDeleted.d.ts +4 -9
  184. package/dist-types/ts3.4/waiters/waitForPolicyEngineActive.d.ts +3 -7
  185. package/dist-types/ts3.4/waiters/waitForPolicyEngineDeleted.d.ts +3 -7
  186. package/dist-types/ts3.4/waiters/waitForPolicyGenerationCompleted.d.ts +3 -5
  187. package/package.json +38 -38
@@ -11,10 +11,7 @@ import {
11
11
  Client as __Client,
12
12
  } from "@smithy/core/client";
13
13
  import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
14
- import {
15
- EndpointInputConfig,
16
- EndpointResolvedConfig,
17
- } from "@smithy/core/endpoints";
14
+ import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/core/endpoints";
18
15
  import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
19
16
  import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
20
17
  import {
@@ -264,10 +261,7 @@ import {
264
261
  GetApiKeyCredentialProviderCommandInput,
265
262
  GetApiKeyCredentialProviderCommandOutput,
266
263
  } from "./commands/GetApiKeyCredentialProviderCommand";
267
- import {
268
- GetBrowserCommandInput,
269
- GetBrowserCommandOutput,
270
- } from "./commands/GetBrowserCommand";
264
+ import { GetBrowserCommandInput, GetBrowserCommandOutput } from "./commands/GetBrowserCommand";
271
265
  import {
272
266
  GetBrowserProfileCommandInput,
273
267
  GetBrowserProfileCommandOutput,
@@ -284,18 +278,12 @@ import {
284
278
  GetConfigurationBundleVersionCommandInput,
285
279
  GetConfigurationBundleVersionCommandOutput,
286
280
  } from "./commands/GetConfigurationBundleVersionCommand";
287
- import {
288
- GetDatasetCommandInput,
289
- GetDatasetCommandOutput,
290
- } from "./commands/GetDatasetCommand";
281
+ import { GetDatasetCommandInput, GetDatasetCommandOutput } from "./commands/GetDatasetCommand";
291
282
  import {
292
283
  GetEvaluatorCommandInput,
293
284
  GetEvaluatorCommandOutput,
294
285
  } from "./commands/GetEvaluatorCommand";
295
- import {
296
- GetGatewayCommandInput,
297
- GetGatewayCommandOutput,
298
- } from "./commands/GetGatewayCommand";
286
+ import { GetGatewayCommandInput, GetGatewayCommandOutput } from "./commands/GetGatewayCommand";
299
287
  import {
300
288
  GetGatewayRuleCommandInput,
301
289
  GetGatewayRuleCommandOutput,
@@ -304,18 +292,12 @@ import {
304
292
  GetGatewayTargetCommandInput,
305
293
  GetGatewayTargetCommandOutput,
306
294
  } from "./commands/GetGatewayTargetCommand";
307
- import {
308
- GetHarnessCommandInput,
309
- GetHarnessCommandOutput,
310
- } from "./commands/GetHarnessCommand";
295
+ import { GetHarnessCommandInput, GetHarnessCommandOutput } from "./commands/GetHarnessCommand";
311
296
  import {
312
297
  GetHarnessEndpointCommandInput,
313
298
  GetHarnessEndpointCommandOutput,
314
299
  } from "./commands/GetHarnessEndpointCommand";
315
- import {
316
- GetMemoryCommandInput,
317
- GetMemoryCommandOutput,
318
- } from "./commands/GetMemoryCommand";
300
+ import { GetMemoryCommandInput, GetMemoryCommandOutput } from "./commands/GetMemoryCommand";
319
301
  import {
320
302
  GetOauth2CredentialProviderCommandInput,
321
303
  GetOauth2CredentialProviderCommandOutput,
@@ -336,10 +318,7 @@ import {
336
318
  GetPaymentManagerCommandInput,
337
319
  GetPaymentManagerCommandOutput,
338
320
  } from "./commands/GetPaymentManagerCommand";
339
- import {
340
- GetPolicyCommandInput,
341
- GetPolicyCommandOutput,
342
- } from "./commands/GetPolicyCommand";
321
+ import { GetPolicyCommandInput, GetPolicyCommandOutput } from "./commands/GetPolicyCommand";
343
322
  import {
344
323
  GetPolicyEngineCommandInput,
345
324
  GetPolicyEngineCommandOutput,
@@ -360,10 +339,7 @@ import {
360
339
  GetPolicySummaryCommandInput,
361
340
  GetPolicySummaryCommandOutput,
362
341
  } from "./commands/GetPolicySummaryCommand";
363
- import {
364
- GetRegistryCommandInput,
365
- GetRegistryCommandOutput,
366
- } from "./commands/GetRegistryCommand";
342
+ import { GetRegistryCommandInput, GetRegistryCommandOutput } from "./commands/GetRegistryCommand";
367
343
  import {
368
344
  GetRegistryRecordCommandInput,
369
345
  GetRegistryRecordCommandOutput,
@@ -544,10 +520,7 @@ import {
544
520
  SynchronizeGatewayTargetsCommandInput,
545
521
  SynchronizeGatewayTargetsCommandOutput,
546
522
  } from "./commands/SynchronizeGatewayTargetsCommand";
547
- import {
548
- TagResourceCommandInput,
549
- TagResourceCommandOutput,
550
- } from "./commands/TagResourceCommand";
523
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
551
524
  import {
552
525
  UntagResourceCommandInput,
553
526
  UntagResourceCommandOutput,
@@ -963,8 +936,7 @@ export type ServiceOutputTypes =
963
936
  | UpdateRegistryRecordCommandOutput
964
937
  | UpdateRegistryRecordStatusCommandOutput
965
938
  | UpdateWorkloadIdentityCommandOutput;
966
- export interface ClientDefaults
967
- extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
939
+ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
968
940
  requestHandler?: __HttpHandlerUserInput;
969
941
  sha256?: __ChecksumConstructor | __HashConstructor;
970
942
  urlParser?: __UrlParser;
@@ -1000,8 +972,7 @@ export type BedrockAgentCoreControlClientConfigType = Partial<
1000
972
  EndpointInputConfig<EndpointParameters> &
1001
973
  HttpAuthSchemeInputConfig &
1002
974
  ClientInputEndpointParameters;
1003
- export interface BedrockAgentCoreControlClientConfig
1004
- extends BedrockAgentCoreControlClientConfigType {}
975
+ export interface BedrockAgentCoreControlClientConfig extends BedrockAgentCoreControlClientConfigType {}
1005
976
  export type BedrockAgentCoreControlClientResolvedConfigType =
1006
977
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
1007
978
  Required<ClientDefaults> &
@@ -1013,8 +984,7 @@ export type BedrockAgentCoreControlClientResolvedConfigType =
1013
984
  EndpointResolvedConfig<EndpointParameters> &
1014
985
  HttpAuthSchemeResolvedConfig &
1015
986
  ClientResolvedEndpointParameters;
1016
- export interface BedrockAgentCoreControlClientResolvedConfig
1017
- extends BedrockAgentCoreControlClientResolvedConfigType {}
987
+ export interface BedrockAgentCoreControlClientResolvedConfig extends BedrockAgentCoreControlClientResolvedConfigType {}
1018
988
  export declare class BedrockAgentCoreControlClient extends __Client<
1019
989
  __HttpHandlerOptions,
1020
990
  ServiceInputTypes,
@@ -1022,10 +992,6 @@ export declare class BedrockAgentCoreControlClient extends __Client<
1022
992
  BedrockAgentCoreControlClientResolvedConfig
1023
993
  > {
1024
994
  readonly config: BedrockAgentCoreControlClientResolvedConfig;
1025
- constructor(
1026
- ...[
1027
- configuration,
1028
- ]: __CheckOptionalClientConfig<BedrockAgentCoreControlClientConfig>
1029
- );
995
+ constructor(...[configuration]: __CheckOptionalClientConfig<BedrockAgentCoreControlClientConfig>);
1030
996
  destroy(): void;
1031
997
  }
@@ -8,16 +8,11 @@ export interface HttpAuthExtensionConfiguration {
8
8
  setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
9
9
  httpAuthSchemes(): HttpAuthScheme[];
10
10
  setHttpAuthSchemeProvider(
11
- httpAuthSchemeProvider: BedrockAgentCoreControlHttpAuthSchemeProvider
11
+ httpAuthSchemeProvider: BedrockAgentCoreControlHttpAuthSchemeProvider,
12
12
  ): void;
13
13
  httpAuthSchemeProvider(): BedrockAgentCoreControlHttpAuthSchemeProvider;
14
- setCredentials(
15
- credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider
16
- ): void;
17
- credentials():
18
- | AwsCredentialIdentity
19
- | AwsCredentialIdentityProvider
20
- | undefined;
14
+ setCredentials(credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider): void;
15
+ credentials(): AwsCredentialIdentity | AwsCredentialIdentityProvider | undefined;
21
16
  }
22
17
  export type HttpAuthRuntimeConfig = Partial<{
23
18
  httpAuthSchemes: HttpAuthScheme[];
@@ -25,8 +20,8 @@ export type HttpAuthRuntimeConfig = Partial<{
25
20
  credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider;
26
21
  }>;
27
22
  export declare const getHttpAuthExtensionConfiguration: (
28
- runtimeConfig: HttpAuthRuntimeConfig
23
+ runtimeConfig: HttpAuthRuntimeConfig,
29
24
  ) => HttpAuthExtensionConfiguration;
30
25
  export declare const resolveHttpAuthRuntimeConfig: (
31
- config: HttpAuthExtensionConfiguration
26
+ config: HttpAuthExtensionConfiguration,
32
27
  ) => HttpAuthRuntimeConfig;
@@ -12,36 +12,32 @@ import {
12
12
  Provider,
13
13
  } from "@smithy/types";
14
14
  import { BedrockAgentCoreControlClientResolvedConfig } from "../BedrockAgentCoreControlClient";
15
- export interface BedrockAgentCoreControlHttpAuthSchemeParameters
16
- extends HttpAuthSchemeParameters {
15
+ export interface BedrockAgentCoreControlHttpAuthSchemeParameters extends HttpAuthSchemeParameters {
17
16
  region?: string;
18
17
  }
19
- export interface BedrockAgentCoreControlHttpAuthSchemeParametersProvider
20
- extends HttpAuthSchemeParametersProvider<
21
- BedrockAgentCoreControlClientResolvedConfig,
22
- HandlerExecutionContext,
23
- BedrockAgentCoreControlHttpAuthSchemeParameters,
24
- object
25
- > {}
18
+ export interface BedrockAgentCoreControlHttpAuthSchemeParametersProvider extends HttpAuthSchemeParametersProvider<
19
+ BedrockAgentCoreControlClientResolvedConfig,
20
+ HandlerExecutionContext,
21
+ BedrockAgentCoreControlHttpAuthSchemeParameters,
22
+ object
23
+ > {}
26
24
  export declare const defaultBedrockAgentCoreControlHttpAuthSchemeParametersProvider: (
27
25
  config: BedrockAgentCoreControlClientResolvedConfig,
28
26
  context: HandlerExecutionContext,
29
- input: object
27
+ input: object,
30
28
  ) => Promise<BedrockAgentCoreControlHttpAuthSchemeParameters>;
31
- export interface BedrockAgentCoreControlHttpAuthSchemeProvider
32
- extends HttpAuthSchemeProvider<BedrockAgentCoreControlHttpAuthSchemeParameters> {}
29
+ export interface BedrockAgentCoreControlHttpAuthSchemeProvider extends HttpAuthSchemeProvider<BedrockAgentCoreControlHttpAuthSchemeParameters> {}
33
30
  export declare const defaultBedrockAgentCoreControlHttpAuthSchemeProvider: BedrockAgentCoreControlHttpAuthSchemeProvider;
34
31
  export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
35
32
  authSchemePreference?: string[] | Provider<string[]>;
36
33
  httpAuthSchemes?: HttpAuthScheme[];
37
34
  httpAuthSchemeProvider?: BedrockAgentCoreControlHttpAuthSchemeProvider;
38
35
  }
39
- export interface HttpAuthSchemeResolvedConfig
40
- extends AwsSdkSigV4AuthResolvedConfig {
36
+ export interface HttpAuthSchemeResolvedConfig extends AwsSdkSigV4AuthResolvedConfig {
41
37
  readonly authSchemePreference: Provider<string[]>;
42
38
  readonly httpAuthSchemes: HttpAuthScheme[];
43
39
  readonly httpAuthSchemeProvider: BedrockAgentCoreControlHttpAuthSchemeProvider;
44
40
  }
45
41
  export declare const resolveHttpAuthSchemeConfig: <T>(
46
- config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved
42
+ config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved,
47
43
  ) => T & HttpAuthSchemeResolvedConfig;
@@ -4,22 +4,21 @@ import {
4
4
  ServiceInputTypes,
5
5
  ServiceOutputTypes,
6
6
  } from "./BedrockAgentCoreControlClient";
7
- export declare const command: <
8
- I extends ServiceInputTypes,
9
- O extends ServiceOutputTypes
10
- >(
7
+ export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(
11
8
  added: EndpointParameterInstructions,
12
9
  plugins: (
13
10
  CommandCtor: any,
14
11
  clientStack: any,
15
12
  config: any,
16
- options: any
13
+ options: any,
17
14
  ) => import("@smithy/types").Pluggable<any, any>[],
18
15
  op: string,
19
16
  $: import("@smithy/types").StaticOperationSchema,
20
- smithyContext?: Record<string, unknown>
17
+ smithyContext?: Record<string, unknown>,
21
18
  ) => {
22
- new (input: I): import("@smithy/core/client").CommandImpl<
19
+ new (
20
+ input: I,
21
+ ): import("@smithy/core/client").CommandImpl<
23
22
  I,
24
23
  O,
25
24
  BedrockAgentCoreControlClientResolvedConfig,
@@ -38,9 +37,4 @@ export declare const command: <
38
37
  getEndpointParameterInstructions(): EndpointParameterInstructions;
39
38
  };
40
39
  export declare const _ep0: EndpointParameterInstructions;
41
- export declare const _mw0: (
42
- Command: any,
43
- cs: any,
44
- config: any,
45
- o: any
46
- ) => never[];
40
+ export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- AddDatasetExamplesRequest,
4
- AddDatasetExamplesResponse,
5
- } from "../models/models_0";
2
+ import { AddDatasetExamplesRequest, AddDatasetExamplesResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface AddDatasetExamplesCommandInput
8
- extends AddDatasetExamplesRequest {}
4
+ export interface AddDatasetExamplesCommandInput extends AddDatasetExamplesRequest {}
9
5
  export interface AddDatasetExamplesCommandOutput
10
- extends AddDatasetExamplesResponse,
11
- __MetadataBearer {}
6
+ extends AddDatasetExamplesResponse, __MetadataBearer {}
12
7
  declare const AddDatasetExamplesCommand_base: {
13
8
  new (
14
- input: AddDatasetExamplesCommandInput
9
+ input: AddDatasetExamplesCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  AddDatasetExamplesCommandInput,
17
12
  AddDatasetExamplesCommandOutput,
@@ -20,7 +15,7 @@ declare const AddDatasetExamplesCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: AddDatasetExamplesCommandInput
18
+ input: AddDatasetExamplesCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  AddDatasetExamplesCommandInput,
26
21
  AddDatasetExamplesCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateAgentRuntimeRequest,
4
- CreateAgentRuntimeResponse,
5
- } from "../models/models_0";
2
+ import { CreateAgentRuntimeRequest, CreateAgentRuntimeResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface CreateAgentRuntimeCommandInput
8
- extends CreateAgentRuntimeRequest {}
4
+ export interface CreateAgentRuntimeCommandInput extends CreateAgentRuntimeRequest {}
9
5
  export interface CreateAgentRuntimeCommandOutput
10
- extends CreateAgentRuntimeResponse,
11
- __MetadataBearer {}
6
+ extends CreateAgentRuntimeResponse, __MetadataBearer {}
12
7
  declare const CreateAgentRuntimeCommand_base: {
13
8
  new (
14
- input: CreateAgentRuntimeCommandInput
9
+ input: CreateAgentRuntimeCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  CreateAgentRuntimeCommandInput,
17
12
  CreateAgentRuntimeCommandOutput,
@@ -20,7 +15,7 @@ declare const CreateAgentRuntimeCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: CreateAgentRuntimeCommandInput
18
+ input: CreateAgentRuntimeCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  CreateAgentRuntimeCommandInput,
26
21
  CreateAgentRuntimeCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  CreateAgentRuntimeEndpointResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface CreateAgentRuntimeEndpointCommandInput
8
- extends CreateAgentRuntimeEndpointRequest {}
7
+ export interface CreateAgentRuntimeEndpointCommandInput extends CreateAgentRuntimeEndpointRequest {}
9
8
  export interface CreateAgentRuntimeEndpointCommandOutput
10
- extends CreateAgentRuntimeEndpointResponse,
11
- __MetadataBearer {}
9
+ extends CreateAgentRuntimeEndpointResponse, __MetadataBearer {}
12
10
  declare const CreateAgentRuntimeEndpointCommand_base: {
13
11
  new (
14
- input: CreateAgentRuntimeEndpointCommandInput
12
+ input: CreateAgentRuntimeEndpointCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  CreateAgentRuntimeEndpointCommandInput,
17
15
  CreateAgentRuntimeEndpointCommandOutput,
@@ -20,7 +18,7 @@ declare const CreateAgentRuntimeEndpointCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: CreateAgentRuntimeEndpointCommandInput
21
+ input: CreateAgentRuntimeEndpointCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  CreateAgentRuntimeEndpointCommandInput,
26
24
  CreateAgentRuntimeEndpointCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  CreateApiKeyCredentialProviderResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface CreateApiKeyCredentialProviderCommandInput
8
- extends CreateApiKeyCredentialProviderRequest {}
7
+ export interface CreateApiKeyCredentialProviderCommandInput extends CreateApiKeyCredentialProviderRequest {}
9
8
  export interface CreateApiKeyCredentialProviderCommandOutput
10
- extends CreateApiKeyCredentialProviderResponse,
11
- __MetadataBearer {}
9
+ extends CreateApiKeyCredentialProviderResponse, __MetadataBearer {}
12
10
  declare const CreateApiKeyCredentialProviderCommand_base: {
13
11
  new (
14
- input: CreateApiKeyCredentialProviderCommandInput
12
+ input: CreateApiKeyCredentialProviderCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  CreateApiKeyCredentialProviderCommandInput,
17
15
  CreateApiKeyCredentialProviderCommandOutput,
@@ -20,7 +18,7 @@ declare const CreateApiKeyCredentialProviderCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: CreateApiKeyCredentialProviderCommandInput
21
+ input: CreateApiKeyCredentialProviderCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  CreateApiKeyCredentialProviderCommandInput,
26
24
  CreateApiKeyCredentialProviderCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateBrowserRequest,
4
- CreateBrowserResponse,
5
- } from "../models/models_0";
2
+ import { CreateBrowserRequest, CreateBrowserResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface CreateBrowserCommandInput extends CreateBrowserRequest {}
8
- export interface CreateBrowserCommandOutput
9
- extends CreateBrowserResponse,
10
- __MetadataBearer {}
5
+ export interface CreateBrowserCommandOutput extends CreateBrowserResponse, __MetadataBearer {}
11
6
  declare const CreateBrowserCommand_base: {
12
7
  new (
13
- input: CreateBrowserCommandInput
8
+ input: CreateBrowserCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  CreateBrowserCommandInput,
16
11
  CreateBrowserCommandOutput,
@@ -19,7 +14,7 @@ declare const CreateBrowserCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: CreateBrowserCommandInput
17
+ input: CreateBrowserCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  CreateBrowserCommandInput,
25
20
  CreateBrowserCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateBrowserProfileRequest,
4
- CreateBrowserProfileResponse,
5
- } from "../models/models_0";
2
+ import { CreateBrowserProfileRequest, CreateBrowserProfileResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface CreateBrowserProfileCommandInput
8
- extends CreateBrowserProfileRequest {}
4
+ export interface CreateBrowserProfileCommandInput extends CreateBrowserProfileRequest {}
9
5
  export interface CreateBrowserProfileCommandOutput
10
- extends CreateBrowserProfileResponse,
11
- __MetadataBearer {}
6
+ extends CreateBrowserProfileResponse, __MetadataBearer {}
12
7
  declare const CreateBrowserProfileCommand_base: {
13
8
  new (
14
- input: CreateBrowserProfileCommandInput
9
+ input: CreateBrowserProfileCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  CreateBrowserProfileCommandInput,
17
12
  CreateBrowserProfileCommandOutput,
@@ -20,7 +15,7 @@ declare const CreateBrowserProfileCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: CreateBrowserProfileCommandInput
18
+ input: CreateBrowserProfileCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  CreateBrowserProfileCommandInput,
26
21
  CreateBrowserProfileCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateCodeInterpreterRequest,
4
- CreateCodeInterpreterResponse,
5
- } from "../models/models_0";
2
+ import { CreateCodeInterpreterRequest, CreateCodeInterpreterResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface CreateCodeInterpreterCommandInput
8
- extends CreateCodeInterpreterRequest {}
4
+ export interface CreateCodeInterpreterCommandInput extends CreateCodeInterpreterRequest {}
9
5
  export interface CreateCodeInterpreterCommandOutput
10
- extends CreateCodeInterpreterResponse,
11
- __MetadataBearer {}
6
+ extends CreateCodeInterpreterResponse, __MetadataBearer {}
12
7
  declare const CreateCodeInterpreterCommand_base: {
13
8
  new (
14
- input: CreateCodeInterpreterCommandInput
9
+ input: CreateCodeInterpreterCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  CreateCodeInterpreterCommandInput,
17
12
  CreateCodeInterpreterCommandOutput,
@@ -20,7 +15,7 @@ declare const CreateCodeInterpreterCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: CreateCodeInterpreterCommandInput
18
+ input: CreateCodeInterpreterCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  CreateCodeInterpreterCommandInput,
26
21
  CreateCodeInterpreterCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  CreateConfigurationBundleResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface CreateConfigurationBundleCommandInput
8
- extends CreateConfigurationBundleRequest {}
7
+ export interface CreateConfigurationBundleCommandInput extends CreateConfigurationBundleRequest {}
9
8
  export interface CreateConfigurationBundleCommandOutput
10
- extends CreateConfigurationBundleResponse,
11
- __MetadataBearer {}
9
+ extends CreateConfigurationBundleResponse, __MetadataBearer {}
12
10
  declare const CreateConfigurationBundleCommand_base: {
13
11
  new (
14
- input: CreateConfigurationBundleCommandInput
12
+ input: CreateConfigurationBundleCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  CreateConfigurationBundleCommandInput,
17
15
  CreateConfigurationBundleCommandOutput,
@@ -20,7 +18,7 @@ declare const CreateConfigurationBundleCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: CreateConfigurationBundleCommandInput
21
+ input: CreateConfigurationBundleCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  CreateConfigurationBundleCommandInput,
26
24
  CreateConfigurationBundleCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateDatasetRequest,
4
- CreateDatasetResponse,
5
- } from "../models/models_0";
2
+ import { CreateDatasetRequest, CreateDatasetResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface CreateDatasetCommandInput extends CreateDatasetRequest {}
8
- export interface CreateDatasetCommandOutput
9
- extends CreateDatasetResponse,
10
- __MetadataBearer {}
5
+ export interface CreateDatasetCommandOutput extends CreateDatasetResponse, __MetadataBearer {}
11
6
  declare const CreateDatasetCommand_base: {
12
7
  new (
13
- input: CreateDatasetCommandInput
8
+ input: CreateDatasetCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  CreateDatasetCommandInput,
16
11
  CreateDatasetCommandOutput,
@@ -19,7 +14,7 @@ declare const CreateDatasetCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: CreateDatasetCommandInput
17
+ input: CreateDatasetCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  CreateDatasetCommandInput,
25
20
  CreateDatasetCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateDatasetVersionRequest,
4
- CreateDatasetVersionResponse,
5
- } from "../models/models_0";
2
+ import { CreateDatasetVersionRequest, CreateDatasetVersionResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface CreateDatasetVersionCommandInput
8
- extends CreateDatasetVersionRequest {}
4
+ export interface CreateDatasetVersionCommandInput extends CreateDatasetVersionRequest {}
9
5
  export interface CreateDatasetVersionCommandOutput
10
- extends CreateDatasetVersionResponse,
11
- __MetadataBearer {}
6
+ extends CreateDatasetVersionResponse, __MetadataBearer {}
12
7
  declare const CreateDatasetVersionCommand_base: {
13
8
  new (
14
- input: CreateDatasetVersionCommandInput
9
+ input: CreateDatasetVersionCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  CreateDatasetVersionCommandInput,
17
12
  CreateDatasetVersionCommandOutput,
@@ -20,7 +15,7 @@ declare const CreateDatasetVersionCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: CreateDatasetVersionCommandInput
18
+ input: CreateDatasetVersionCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  CreateDatasetVersionCommandInput,
26
21
  CreateDatasetVersionCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateEvaluatorRequest,
4
- CreateEvaluatorResponse,
5
- } from "../models/models_0";
2
+ import { CreateEvaluatorRequest, CreateEvaluatorResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface CreateEvaluatorCommandInput extends CreateEvaluatorRequest {}
8
- export interface CreateEvaluatorCommandOutput
9
- extends CreateEvaluatorResponse,
10
- __MetadataBearer {}
5
+ export interface CreateEvaluatorCommandOutput extends CreateEvaluatorResponse, __MetadataBearer {}
11
6
  declare const CreateEvaluatorCommand_base: {
12
7
  new (
13
- input: CreateEvaluatorCommandInput
8
+ input: CreateEvaluatorCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  CreateEvaluatorCommandInput,
16
11
  CreateEvaluatorCommandOutput,
@@ -19,7 +14,7 @@ declare const CreateEvaluatorCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: CreateEvaluatorCommandInput
17
+ input: CreateEvaluatorCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  CreateEvaluatorCommandInput,
25
20
  CreateEvaluatorCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateGatewayRequest,
4
- CreateGatewayResponse,
5
- } from "../models/models_0";
2
+ import { CreateGatewayRequest, CreateGatewayResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface CreateGatewayCommandInput extends CreateGatewayRequest {}
8
- export interface CreateGatewayCommandOutput
9
- extends CreateGatewayResponse,
10
- __MetadataBearer {}
5
+ export interface CreateGatewayCommandOutput extends CreateGatewayResponse, __MetadataBearer {}
11
6
  declare const CreateGatewayCommand_base: {
12
7
  new (
13
- input: CreateGatewayCommandInput
8
+ input: CreateGatewayCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  CreateGatewayCommandInput,
16
11
  CreateGatewayCommandOutput,
@@ -19,7 +14,7 @@ declare const CreateGatewayCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: CreateGatewayCommandInput
17
+ input: CreateGatewayCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  CreateGatewayCommandInput,
25
20
  CreateGatewayCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateGatewayRuleRequest,
4
- CreateGatewayRuleResponse,
5
- } from "../models/models_0";
2
+ import { CreateGatewayRuleRequest, CreateGatewayRuleResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface CreateGatewayRuleCommandInput
8
- extends CreateGatewayRuleRequest {}
4
+ export interface CreateGatewayRuleCommandInput extends CreateGatewayRuleRequest {}
9
5
  export interface CreateGatewayRuleCommandOutput
10
- extends CreateGatewayRuleResponse,
11
- __MetadataBearer {}
6
+ extends CreateGatewayRuleResponse, __MetadataBearer {}
12
7
  declare const CreateGatewayRuleCommand_base: {
13
8
  new (
14
- input: CreateGatewayRuleCommandInput
9
+ input: CreateGatewayRuleCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  CreateGatewayRuleCommandInput,
17
12
  CreateGatewayRuleCommandOutput,
@@ -20,7 +15,7 @@ declare const CreateGatewayRuleCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: CreateGatewayRuleCommandInput
18
+ input: CreateGatewayRuleCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  CreateGatewayRuleCommandInput,
26
21
  CreateGatewayRuleCommandOutput,