@aws-sdk/client-bedrock-agentcore-control 3.1087.0 → 3.1088.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
@@ -234,10 +234,7 @@ import {
234
234
  GetApiKeyCredentialProviderCommandInput,
235
235
  GetApiKeyCredentialProviderCommandOutput,
236
236
  } from "./commands/GetApiKeyCredentialProviderCommand";
237
- import {
238
- GetBrowserCommandInput,
239
- GetBrowserCommandOutput,
240
- } from "./commands/GetBrowserCommand";
237
+ import { GetBrowserCommandInput, GetBrowserCommandOutput } from "./commands/GetBrowserCommand";
241
238
  import {
242
239
  GetBrowserProfileCommandInput,
243
240
  GetBrowserProfileCommandOutput,
@@ -254,18 +251,12 @@ import {
254
251
  GetConfigurationBundleVersionCommandInput,
255
252
  GetConfigurationBundleVersionCommandOutput,
256
253
  } from "./commands/GetConfigurationBundleVersionCommand";
257
- import {
258
- GetDatasetCommandInput,
259
- GetDatasetCommandOutput,
260
- } from "./commands/GetDatasetCommand";
254
+ import { GetDatasetCommandInput, GetDatasetCommandOutput } from "./commands/GetDatasetCommand";
261
255
  import {
262
256
  GetEvaluatorCommandInput,
263
257
  GetEvaluatorCommandOutput,
264
258
  } from "./commands/GetEvaluatorCommand";
265
- import {
266
- GetGatewayCommandInput,
267
- GetGatewayCommandOutput,
268
- } from "./commands/GetGatewayCommand";
259
+ import { GetGatewayCommandInput, GetGatewayCommandOutput } from "./commands/GetGatewayCommand";
269
260
  import {
270
261
  GetGatewayRuleCommandInput,
271
262
  GetGatewayRuleCommandOutput,
@@ -274,18 +265,12 @@ import {
274
265
  GetGatewayTargetCommandInput,
275
266
  GetGatewayTargetCommandOutput,
276
267
  } from "./commands/GetGatewayTargetCommand";
277
- import {
278
- GetHarnessCommandInput,
279
- GetHarnessCommandOutput,
280
- } from "./commands/GetHarnessCommand";
268
+ import { GetHarnessCommandInput, GetHarnessCommandOutput } from "./commands/GetHarnessCommand";
281
269
  import {
282
270
  GetHarnessEndpointCommandInput,
283
271
  GetHarnessEndpointCommandOutput,
284
272
  } from "./commands/GetHarnessEndpointCommand";
285
- import {
286
- GetMemoryCommandInput,
287
- GetMemoryCommandOutput,
288
- } from "./commands/GetMemoryCommand";
273
+ import { GetMemoryCommandInput, GetMemoryCommandOutput } from "./commands/GetMemoryCommand";
289
274
  import {
290
275
  GetOauth2CredentialProviderCommandInput,
291
276
  GetOauth2CredentialProviderCommandOutput,
@@ -306,10 +291,7 @@ import {
306
291
  GetPaymentManagerCommandInput,
307
292
  GetPaymentManagerCommandOutput,
308
293
  } from "./commands/GetPaymentManagerCommand";
309
- import {
310
- GetPolicyCommandInput,
311
- GetPolicyCommandOutput,
312
- } from "./commands/GetPolicyCommand";
294
+ import { GetPolicyCommandInput, GetPolicyCommandOutput } from "./commands/GetPolicyCommand";
313
295
  import {
314
296
  GetPolicyEngineCommandInput,
315
297
  GetPolicyEngineCommandOutput,
@@ -330,10 +312,7 @@ import {
330
312
  GetPolicySummaryCommandInput,
331
313
  GetPolicySummaryCommandOutput,
332
314
  } from "./commands/GetPolicySummaryCommand";
333
- import {
334
- GetRegistryCommandInput,
335
- GetRegistryCommandOutput,
336
- } from "./commands/GetRegistryCommand";
315
+ import { GetRegistryCommandInput, GetRegistryCommandOutput } from "./commands/GetRegistryCommand";
337
316
  import {
338
317
  GetRegistryRecordCommandInput,
339
318
  GetRegistryRecordCommandOutput,
@@ -514,10 +493,7 @@ import {
514
493
  SynchronizeGatewayTargetsCommandInput,
515
494
  SynchronizeGatewayTargetsCommandOutput,
516
495
  } from "./commands/SynchronizeGatewayTargetsCommand";
517
- import {
518
- TagResourceCommandInput,
519
- TagResourceCommandOutput,
520
- } from "./commands/TagResourceCommand";
496
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
521
497
  import {
522
498
  UntagResourceCommandInput,
523
499
  UntagResourceCommandOutput,
@@ -622,2257 +598,2257 @@ import { ResourceNotFoundException } from "./models/errors";
622
598
  export interface BedrockAgentCoreControl {
623
599
  addDatasetExamples(
624
600
  args: AddDatasetExamplesCommandInput,
625
- options?: __HttpHandlerOptions
601
+ options?: __HttpHandlerOptions,
626
602
  ): Promise<AddDatasetExamplesCommandOutput>;
627
603
  addDatasetExamples(
628
604
  args: AddDatasetExamplesCommandInput,
629
- cb: (err: any, data?: AddDatasetExamplesCommandOutput) => void
605
+ cb: (err: any, data?: AddDatasetExamplesCommandOutput) => void,
630
606
  ): void;
631
607
  addDatasetExamples(
632
608
  args: AddDatasetExamplesCommandInput,
633
609
  options: __HttpHandlerOptions,
634
- cb: (err: any, data?: AddDatasetExamplesCommandOutput) => void
610
+ cb: (err: any, data?: AddDatasetExamplesCommandOutput) => void,
635
611
  ): void;
636
612
  createAgentRuntime(
637
613
  args: CreateAgentRuntimeCommandInput,
638
- options?: __HttpHandlerOptions
614
+ options?: __HttpHandlerOptions,
639
615
  ): Promise<CreateAgentRuntimeCommandOutput>;
640
616
  createAgentRuntime(
641
617
  args: CreateAgentRuntimeCommandInput,
642
- cb: (err: any, data?: CreateAgentRuntimeCommandOutput) => void
618
+ cb: (err: any, data?: CreateAgentRuntimeCommandOutput) => void,
643
619
  ): void;
644
620
  createAgentRuntime(
645
621
  args: CreateAgentRuntimeCommandInput,
646
622
  options: __HttpHandlerOptions,
647
- cb: (err: any, data?: CreateAgentRuntimeCommandOutput) => void
623
+ cb: (err: any, data?: CreateAgentRuntimeCommandOutput) => void,
648
624
  ): void;
649
625
  createAgentRuntimeEndpoint(
650
626
  args: CreateAgentRuntimeEndpointCommandInput,
651
- options?: __HttpHandlerOptions
627
+ options?: __HttpHandlerOptions,
652
628
  ): Promise<CreateAgentRuntimeEndpointCommandOutput>;
653
629
  createAgentRuntimeEndpoint(
654
630
  args: CreateAgentRuntimeEndpointCommandInput,
655
- cb: (err: any, data?: CreateAgentRuntimeEndpointCommandOutput) => void
631
+ cb: (err: any, data?: CreateAgentRuntimeEndpointCommandOutput) => void,
656
632
  ): void;
657
633
  createAgentRuntimeEndpoint(
658
634
  args: CreateAgentRuntimeEndpointCommandInput,
659
635
  options: __HttpHandlerOptions,
660
- cb: (err: any, data?: CreateAgentRuntimeEndpointCommandOutput) => void
636
+ cb: (err: any, data?: CreateAgentRuntimeEndpointCommandOutput) => void,
661
637
  ): void;
662
638
  createApiKeyCredentialProvider(
663
639
  args: CreateApiKeyCredentialProviderCommandInput,
664
- options?: __HttpHandlerOptions
640
+ options?: __HttpHandlerOptions,
665
641
  ): Promise<CreateApiKeyCredentialProviderCommandOutput>;
666
642
  createApiKeyCredentialProvider(
667
643
  args: CreateApiKeyCredentialProviderCommandInput,
668
- cb: (err: any, data?: CreateApiKeyCredentialProviderCommandOutput) => void
644
+ cb: (err: any, data?: CreateApiKeyCredentialProviderCommandOutput) => void,
669
645
  ): void;
670
646
  createApiKeyCredentialProvider(
671
647
  args: CreateApiKeyCredentialProviderCommandInput,
672
648
  options: __HttpHandlerOptions,
673
- cb: (err: any, data?: CreateApiKeyCredentialProviderCommandOutput) => void
649
+ cb: (err: any, data?: CreateApiKeyCredentialProviderCommandOutput) => void,
674
650
  ): void;
675
651
  createBrowser(
676
652
  args: CreateBrowserCommandInput,
677
- options?: __HttpHandlerOptions
653
+ options?: __HttpHandlerOptions,
678
654
  ): Promise<CreateBrowserCommandOutput>;
679
655
  createBrowser(
680
656
  args: CreateBrowserCommandInput,
681
- cb: (err: any, data?: CreateBrowserCommandOutput) => void
657
+ cb: (err: any, data?: CreateBrowserCommandOutput) => void,
682
658
  ): void;
683
659
  createBrowser(
684
660
  args: CreateBrowserCommandInput,
685
661
  options: __HttpHandlerOptions,
686
- cb: (err: any, data?: CreateBrowserCommandOutput) => void
662
+ cb: (err: any, data?: CreateBrowserCommandOutput) => void,
687
663
  ): void;
688
664
  createBrowserProfile(
689
665
  args: CreateBrowserProfileCommandInput,
690
- options?: __HttpHandlerOptions
666
+ options?: __HttpHandlerOptions,
691
667
  ): Promise<CreateBrowserProfileCommandOutput>;
692
668
  createBrowserProfile(
693
669
  args: CreateBrowserProfileCommandInput,
694
- cb: (err: any, data?: CreateBrowserProfileCommandOutput) => void
670
+ cb: (err: any, data?: CreateBrowserProfileCommandOutput) => void,
695
671
  ): void;
696
672
  createBrowserProfile(
697
673
  args: CreateBrowserProfileCommandInput,
698
674
  options: __HttpHandlerOptions,
699
- cb: (err: any, data?: CreateBrowserProfileCommandOutput) => void
675
+ cb: (err: any, data?: CreateBrowserProfileCommandOutput) => void,
700
676
  ): void;
701
677
  createCodeInterpreter(
702
678
  args: CreateCodeInterpreterCommandInput,
703
- options?: __HttpHandlerOptions
679
+ options?: __HttpHandlerOptions,
704
680
  ): Promise<CreateCodeInterpreterCommandOutput>;
705
681
  createCodeInterpreter(
706
682
  args: CreateCodeInterpreterCommandInput,
707
- cb: (err: any, data?: CreateCodeInterpreterCommandOutput) => void
683
+ cb: (err: any, data?: CreateCodeInterpreterCommandOutput) => void,
708
684
  ): void;
709
685
  createCodeInterpreter(
710
686
  args: CreateCodeInterpreterCommandInput,
711
687
  options: __HttpHandlerOptions,
712
- cb: (err: any, data?: CreateCodeInterpreterCommandOutput) => void
688
+ cb: (err: any, data?: CreateCodeInterpreterCommandOutput) => void,
713
689
  ): void;
714
690
  createConfigurationBundle(
715
691
  args: CreateConfigurationBundleCommandInput,
716
- options?: __HttpHandlerOptions
692
+ options?: __HttpHandlerOptions,
717
693
  ): Promise<CreateConfigurationBundleCommandOutput>;
718
694
  createConfigurationBundle(
719
695
  args: CreateConfigurationBundleCommandInput,
720
- cb: (err: any, data?: CreateConfigurationBundleCommandOutput) => void
696
+ cb: (err: any, data?: CreateConfigurationBundleCommandOutput) => void,
721
697
  ): void;
722
698
  createConfigurationBundle(
723
699
  args: CreateConfigurationBundleCommandInput,
724
700
  options: __HttpHandlerOptions,
725
- cb: (err: any, data?: CreateConfigurationBundleCommandOutput) => void
701
+ cb: (err: any, data?: CreateConfigurationBundleCommandOutput) => void,
726
702
  ): void;
727
703
  createDataset(
728
704
  args: CreateDatasetCommandInput,
729
- options?: __HttpHandlerOptions
705
+ options?: __HttpHandlerOptions,
730
706
  ): Promise<CreateDatasetCommandOutput>;
731
707
  createDataset(
732
708
  args: CreateDatasetCommandInput,
733
- cb: (err: any, data?: CreateDatasetCommandOutput) => void
709
+ cb: (err: any, data?: CreateDatasetCommandOutput) => void,
734
710
  ): void;
735
711
  createDataset(
736
712
  args: CreateDatasetCommandInput,
737
713
  options: __HttpHandlerOptions,
738
- cb: (err: any, data?: CreateDatasetCommandOutput) => void
714
+ cb: (err: any, data?: CreateDatasetCommandOutput) => void,
739
715
  ): void;
740
716
  createDatasetVersion(
741
717
  args: CreateDatasetVersionCommandInput,
742
- options?: __HttpHandlerOptions
718
+ options?: __HttpHandlerOptions,
743
719
  ): Promise<CreateDatasetVersionCommandOutput>;
744
720
  createDatasetVersion(
745
721
  args: CreateDatasetVersionCommandInput,
746
- cb: (err: any, data?: CreateDatasetVersionCommandOutput) => void
722
+ cb: (err: any, data?: CreateDatasetVersionCommandOutput) => void,
747
723
  ): void;
748
724
  createDatasetVersion(
749
725
  args: CreateDatasetVersionCommandInput,
750
726
  options: __HttpHandlerOptions,
751
- cb: (err: any, data?: CreateDatasetVersionCommandOutput) => void
727
+ cb: (err: any, data?: CreateDatasetVersionCommandOutput) => void,
752
728
  ): void;
753
729
  createEvaluator(
754
730
  args: CreateEvaluatorCommandInput,
755
- options?: __HttpHandlerOptions
731
+ options?: __HttpHandlerOptions,
756
732
  ): Promise<CreateEvaluatorCommandOutput>;
757
733
  createEvaluator(
758
734
  args: CreateEvaluatorCommandInput,
759
- cb: (err: any, data?: CreateEvaluatorCommandOutput) => void
735
+ cb: (err: any, data?: CreateEvaluatorCommandOutput) => void,
760
736
  ): void;
761
737
  createEvaluator(
762
738
  args: CreateEvaluatorCommandInput,
763
739
  options: __HttpHandlerOptions,
764
- cb: (err: any, data?: CreateEvaluatorCommandOutput) => void
740
+ cb: (err: any, data?: CreateEvaluatorCommandOutput) => void,
765
741
  ): void;
766
742
  createGateway(
767
743
  args: CreateGatewayCommandInput,
768
- options?: __HttpHandlerOptions
744
+ options?: __HttpHandlerOptions,
769
745
  ): Promise<CreateGatewayCommandOutput>;
770
746
  createGateway(
771
747
  args: CreateGatewayCommandInput,
772
- cb: (err: any, data?: CreateGatewayCommandOutput) => void
748
+ cb: (err: any, data?: CreateGatewayCommandOutput) => void,
773
749
  ): void;
774
750
  createGateway(
775
751
  args: CreateGatewayCommandInput,
776
752
  options: __HttpHandlerOptions,
777
- cb: (err: any, data?: CreateGatewayCommandOutput) => void
753
+ cb: (err: any, data?: CreateGatewayCommandOutput) => void,
778
754
  ): void;
779
755
  createGatewayRule(
780
756
  args: CreateGatewayRuleCommandInput,
781
- options?: __HttpHandlerOptions
757
+ options?: __HttpHandlerOptions,
782
758
  ): Promise<CreateGatewayRuleCommandOutput>;
783
759
  createGatewayRule(
784
760
  args: CreateGatewayRuleCommandInput,
785
- cb: (err: any, data?: CreateGatewayRuleCommandOutput) => void
761
+ cb: (err: any, data?: CreateGatewayRuleCommandOutput) => void,
786
762
  ): void;
787
763
  createGatewayRule(
788
764
  args: CreateGatewayRuleCommandInput,
789
765
  options: __HttpHandlerOptions,
790
- cb: (err: any, data?: CreateGatewayRuleCommandOutput) => void
766
+ cb: (err: any, data?: CreateGatewayRuleCommandOutput) => void,
791
767
  ): void;
792
768
  createGatewayTarget(
793
769
  args: CreateGatewayTargetCommandInput,
794
- options?: __HttpHandlerOptions
770
+ options?: __HttpHandlerOptions,
795
771
  ): Promise<CreateGatewayTargetCommandOutput>;
796
772
  createGatewayTarget(
797
773
  args: CreateGatewayTargetCommandInput,
798
- cb: (err: any, data?: CreateGatewayTargetCommandOutput) => void
774
+ cb: (err: any, data?: CreateGatewayTargetCommandOutput) => void,
799
775
  ): void;
800
776
  createGatewayTarget(
801
777
  args: CreateGatewayTargetCommandInput,
802
778
  options: __HttpHandlerOptions,
803
- cb: (err: any, data?: CreateGatewayTargetCommandOutput) => void
779
+ cb: (err: any, data?: CreateGatewayTargetCommandOutput) => void,
804
780
  ): void;
805
781
  createHarness(
806
782
  args: CreateHarnessCommandInput,
807
- options?: __HttpHandlerOptions
783
+ options?: __HttpHandlerOptions,
808
784
  ): Promise<CreateHarnessCommandOutput>;
809
785
  createHarness(
810
786
  args: CreateHarnessCommandInput,
811
- cb: (err: any, data?: CreateHarnessCommandOutput) => void
787
+ cb: (err: any, data?: CreateHarnessCommandOutput) => void,
812
788
  ): void;
813
789
  createHarness(
814
790
  args: CreateHarnessCommandInput,
815
791
  options: __HttpHandlerOptions,
816
- cb: (err: any, data?: CreateHarnessCommandOutput) => void
792
+ cb: (err: any, data?: CreateHarnessCommandOutput) => void,
817
793
  ): void;
818
794
  createHarnessEndpoint(
819
795
  args: CreateHarnessEndpointCommandInput,
820
- options?: __HttpHandlerOptions
796
+ options?: __HttpHandlerOptions,
821
797
  ): Promise<CreateHarnessEndpointCommandOutput>;
822
798
  createHarnessEndpoint(
823
799
  args: CreateHarnessEndpointCommandInput,
824
- cb: (err: any, data?: CreateHarnessEndpointCommandOutput) => void
800
+ cb: (err: any, data?: CreateHarnessEndpointCommandOutput) => void,
825
801
  ): void;
826
802
  createHarnessEndpoint(
827
803
  args: CreateHarnessEndpointCommandInput,
828
804
  options: __HttpHandlerOptions,
829
- cb: (err: any, data?: CreateHarnessEndpointCommandOutput) => void
805
+ cb: (err: any, data?: CreateHarnessEndpointCommandOutput) => void,
830
806
  ): void;
831
807
  createMemory(
832
808
  args: CreateMemoryCommandInput,
833
- options?: __HttpHandlerOptions
809
+ options?: __HttpHandlerOptions,
834
810
  ): Promise<CreateMemoryCommandOutput>;
835
811
  createMemory(
836
812
  args: CreateMemoryCommandInput,
837
- cb: (err: any, data?: CreateMemoryCommandOutput) => void
813
+ cb: (err: any, data?: CreateMemoryCommandOutput) => void,
838
814
  ): void;
839
815
  createMemory(
840
816
  args: CreateMemoryCommandInput,
841
817
  options: __HttpHandlerOptions,
842
- cb: (err: any, data?: CreateMemoryCommandOutput) => void
818
+ cb: (err: any, data?: CreateMemoryCommandOutput) => void,
843
819
  ): void;
844
820
  createOauth2CredentialProvider(
845
821
  args: CreateOauth2CredentialProviderCommandInput,
846
- options?: __HttpHandlerOptions
822
+ options?: __HttpHandlerOptions,
847
823
  ): Promise<CreateOauth2CredentialProviderCommandOutput>;
848
824
  createOauth2CredentialProvider(
849
825
  args: CreateOauth2CredentialProviderCommandInput,
850
- cb: (err: any, data?: CreateOauth2CredentialProviderCommandOutput) => void
826
+ cb: (err: any, data?: CreateOauth2CredentialProviderCommandOutput) => void,
851
827
  ): void;
852
828
  createOauth2CredentialProvider(
853
829
  args: CreateOauth2CredentialProviderCommandInput,
854
830
  options: __HttpHandlerOptions,
855
- cb: (err: any, data?: CreateOauth2CredentialProviderCommandOutput) => void
831
+ cb: (err: any, data?: CreateOauth2CredentialProviderCommandOutput) => void,
856
832
  ): void;
857
833
  createOnlineEvaluationConfig(
858
834
  args: CreateOnlineEvaluationConfigCommandInput,
859
- options?: __HttpHandlerOptions
835
+ options?: __HttpHandlerOptions,
860
836
  ): Promise<CreateOnlineEvaluationConfigCommandOutput>;
861
837
  createOnlineEvaluationConfig(
862
838
  args: CreateOnlineEvaluationConfigCommandInput,
863
- cb: (err: any, data?: CreateOnlineEvaluationConfigCommandOutput) => void
839
+ cb: (err: any, data?: CreateOnlineEvaluationConfigCommandOutput) => void,
864
840
  ): void;
865
841
  createOnlineEvaluationConfig(
866
842
  args: CreateOnlineEvaluationConfigCommandInput,
867
843
  options: __HttpHandlerOptions,
868
- cb: (err: any, data?: CreateOnlineEvaluationConfigCommandOutput) => void
844
+ cb: (err: any, data?: CreateOnlineEvaluationConfigCommandOutput) => void,
869
845
  ): void;
870
846
  createPaymentConnector(
871
847
  args: CreatePaymentConnectorCommandInput,
872
- options?: __HttpHandlerOptions
848
+ options?: __HttpHandlerOptions,
873
849
  ): Promise<CreatePaymentConnectorCommandOutput>;
874
850
  createPaymentConnector(
875
851
  args: CreatePaymentConnectorCommandInput,
876
- cb: (err: any, data?: CreatePaymentConnectorCommandOutput) => void
852
+ cb: (err: any, data?: CreatePaymentConnectorCommandOutput) => void,
877
853
  ): void;
878
854
  createPaymentConnector(
879
855
  args: CreatePaymentConnectorCommandInput,
880
856
  options: __HttpHandlerOptions,
881
- cb: (err: any, data?: CreatePaymentConnectorCommandOutput) => void
857
+ cb: (err: any, data?: CreatePaymentConnectorCommandOutput) => void,
882
858
  ): void;
883
859
  createPaymentCredentialProvider(
884
860
  args: CreatePaymentCredentialProviderCommandInput,
885
- options?: __HttpHandlerOptions
861
+ options?: __HttpHandlerOptions,
886
862
  ): Promise<CreatePaymentCredentialProviderCommandOutput>;
887
863
  createPaymentCredentialProvider(
888
864
  args: CreatePaymentCredentialProviderCommandInput,
889
- cb: (err: any, data?: CreatePaymentCredentialProviderCommandOutput) => void
865
+ cb: (err: any, data?: CreatePaymentCredentialProviderCommandOutput) => void,
890
866
  ): void;
891
867
  createPaymentCredentialProvider(
892
868
  args: CreatePaymentCredentialProviderCommandInput,
893
869
  options: __HttpHandlerOptions,
894
- cb: (err: any, data?: CreatePaymentCredentialProviderCommandOutput) => void
870
+ cb: (err: any, data?: CreatePaymentCredentialProviderCommandOutput) => void,
895
871
  ): void;
896
872
  createPaymentManager(
897
873
  args: CreatePaymentManagerCommandInput,
898
- options?: __HttpHandlerOptions
874
+ options?: __HttpHandlerOptions,
899
875
  ): Promise<CreatePaymentManagerCommandOutput>;
900
876
  createPaymentManager(
901
877
  args: CreatePaymentManagerCommandInput,
902
- cb: (err: any, data?: CreatePaymentManagerCommandOutput) => void
878
+ cb: (err: any, data?: CreatePaymentManagerCommandOutput) => void,
903
879
  ): void;
904
880
  createPaymentManager(
905
881
  args: CreatePaymentManagerCommandInput,
906
882
  options: __HttpHandlerOptions,
907
- cb: (err: any, data?: CreatePaymentManagerCommandOutput) => void
883
+ cb: (err: any, data?: CreatePaymentManagerCommandOutput) => void,
908
884
  ): void;
909
885
  createPolicy(
910
886
  args: CreatePolicyCommandInput,
911
- options?: __HttpHandlerOptions
887
+ options?: __HttpHandlerOptions,
912
888
  ): Promise<CreatePolicyCommandOutput>;
913
889
  createPolicy(
914
890
  args: CreatePolicyCommandInput,
915
- cb: (err: any, data?: CreatePolicyCommandOutput) => void
891
+ cb: (err: any, data?: CreatePolicyCommandOutput) => void,
916
892
  ): void;
917
893
  createPolicy(
918
894
  args: CreatePolicyCommandInput,
919
895
  options: __HttpHandlerOptions,
920
- cb: (err: any, data?: CreatePolicyCommandOutput) => void
896
+ cb: (err: any, data?: CreatePolicyCommandOutput) => void,
921
897
  ): void;
922
898
  createPolicyEngine(
923
899
  args: CreatePolicyEngineCommandInput,
924
- options?: __HttpHandlerOptions
900
+ options?: __HttpHandlerOptions,
925
901
  ): Promise<CreatePolicyEngineCommandOutput>;
926
902
  createPolicyEngine(
927
903
  args: CreatePolicyEngineCommandInput,
928
- cb: (err: any, data?: CreatePolicyEngineCommandOutput) => void
904
+ cb: (err: any, data?: CreatePolicyEngineCommandOutput) => void,
929
905
  ): void;
930
906
  createPolicyEngine(
931
907
  args: CreatePolicyEngineCommandInput,
932
908
  options: __HttpHandlerOptions,
933
- cb: (err: any, data?: CreatePolicyEngineCommandOutput) => void
909
+ cb: (err: any, data?: CreatePolicyEngineCommandOutput) => void,
934
910
  ): void;
935
911
  createRegistry(
936
912
  args: CreateRegistryCommandInput,
937
- options?: __HttpHandlerOptions
913
+ options?: __HttpHandlerOptions,
938
914
  ): Promise<CreateRegistryCommandOutput>;
939
915
  createRegistry(
940
916
  args: CreateRegistryCommandInput,
941
- cb: (err: any, data?: CreateRegistryCommandOutput) => void
917
+ cb: (err: any, data?: CreateRegistryCommandOutput) => void,
942
918
  ): void;
943
919
  createRegistry(
944
920
  args: CreateRegistryCommandInput,
945
921
  options: __HttpHandlerOptions,
946
- cb: (err: any, data?: CreateRegistryCommandOutput) => void
922
+ cb: (err: any, data?: CreateRegistryCommandOutput) => void,
947
923
  ): void;
948
924
  createRegistryRecord(
949
925
  args: CreateRegistryRecordCommandInput,
950
- options?: __HttpHandlerOptions
926
+ options?: __HttpHandlerOptions,
951
927
  ): Promise<CreateRegistryRecordCommandOutput>;
952
928
  createRegistryRecord(
953
929
  args: CreateRegistryRecordCommandInput,
954
- cb: (err: any, data?: CreateRegistryRecordCommandOutput) => void
930
+ cb: (err: any, data?: CreateRegistryRecordCommandOutput) => void,
955
931
  ): void;
956
932
  createRegistryRecord(
957
933
  args: CreateRegistryRecordCommandInput,
958
934
  options: __HttpHandlerOptions,
959
- cb: (err: any, data?: CreateRegistryRecordCommandOutput) => void
935
+ cb: (err: any, data?: CreateRegistryRecordCommandOutput) => void,
960
936
  ): void;
961
937
  createWorkloadIdentity(
962
938
  args: CreateWorkloadIdentityCommandInput,
963
- options?: __HttpHandlerOptions
939
+ options?: __HttpHandlerOptions,
964
940
  ): Promise<CreateWorkloadIdentityCommandOutput>;
965
941
  createWorkloadIdentity(
966
942
  args: CreateWorkloadIdentityCommandInput,
967
- cb: (err: any, data?: CreateWorkloadIdentityCommandOutput) => void
943
+ cb: (err: any, data?: CreateWorkloadIdentityCommandOutput) => void,
968
944
  ): void;
969
945
  createWorkloadIdentity(
970
946
  args: CreateWorkloadIdentityCommandInput,
971
947
  options: __HttpHandlerOptions,
972
- cb: (err: any, data?: CreateWorkloadIdentityCommandOutput) => void
948
+ cb: (err: any, data?: CreateWorkloadIdentityCommandOutput) => void,
973
949
  ): void;
974
950
  deleteAgentRuntime(
975
951
  args: DeleteAgentRuntimeCommandInput,
976
- options?: __HttpHandlerOptions
952
+ options?: __HttpHandlerOptions,
977
953
  ): Promise<DeleteAgentRuntimeCommandOutput>;
978
954
  deleteAgentRuntime(
979
955
  args: DeleteAgentRuntimeCommandInput,
980
- cb: (err: any, data?: DeleteAgentRuntimeCommandOutput) => void
956
+ cb: (err: any, data?: DeleteAgentRuntimeCommandOutput) => void,
981
957
  ): void;
982
958
  deleteAgentRuntime(
983
959
  args: DeleteAgentRuntimeCommandInput,
984
960
  options: __HttpHandlerOptions,
985
- cb: (err: any, data?: DeleteAgentRuntimeCommandOutput) => void
961
+ cb: (err: any, data?: DeleteAgentRuntimeCommandOutput) => void,
986
962
  ): void;
987
963
  deleteAgentRuntimeEndpoint(
988
964
  args: DeleteAgentRuntimeEndpointCommandInput,
989
- options?: __HttpHandlerOptions
965
+ options?: __HttpHandlerOptions,
990
966
  ): Promise<DeleteAgentRuntimeEndpointCommandOutput>;
991
967
  deleteAgentRuntimeEndpoint(
992
968
  args: DeleteAgentRuntimeEndpointCommandInput,
993
- cb: (err: any, data?: DeleteAgentRuntimeEndpointCommandOutput) => void
969
+ cb: (err: any, data?: DeleteAgentRuntimeEndpointCommandOutput) => void,
994
970
  ): void;
995
971
  deleteAgentRuntimeEndpoint(
996
972
  args: DeleteAgentRuntimeEndpointCommandInput,
997
973
  options: __HttpHandlerOptions,
998
- cb: (err: any, data?: DeleteAgentRuntimeEndpointCommandOutput) => void
974
+ cb: (err: any, data?: DeleteAgentRuntimeEndpointCommandOutput) => void,
999
975
  ): void;
1000
976
  deleteApiKeyCredentialProvider(
1001
977
  args: DeleteApiKeyCredentialProviderCommandInput,
1002
- options?: __HttpHandlerOptions
978
+ options?: __HttpHandlerOptions,
1003
979
  ): Promise<DeleteApiKeyCredentialProviderCommandOutput>;
1004
980
  deleteApiKeyCredentialProvider(
1005
981
  args: DeleteApiKeyCredentialProviderCommandInput,
1006
- cb: (err: any, data?: DeleteApiKeyCredentialProviderCommandOutput) => void
982
+ cb: (err: any, data?: DeleteApiKeyCredentialProviderCommandOutput) => void,
1007
983
  ): void;
1008
984
  deleteApiKeyCredentialProvider(
1009
985
  args: DeleteApiKeyCredentialProviderCommandInput,
1010
986
  options: __HttpHandlerOptions,
1011
- cb: (err: any, data?: DeleteApiKeyCredentialProviderCommandOutput) => void
987
+ cb: (err: any, data?: DeleteApiKeyCredentialProviderCommandOutput) => void,
1012
988
  ): void;
1013
989
  deleteBrowser(
1014
990
  args: DeleteBrowserCommandInput,
1015
- options?: __HttpHandlerOptions
991
+ options?: __HttpHandlerOptions,
1016
992
  ): Promise<DeleteBrowserCommandOutput>;
1017
993
  deleteBrowser(
1018
994
  args: DeleteBrowserCommandInput,
1019
- cb: (err: any, data?: DeleteBrowserCommandOutput) => void
995
+ cb: (err: any, data?: DeleteBrowserCommandOutput) => void,
1020
996
  ): void;
1021
997
  deleteBrowser(
1022
998
  args: DeleteBrowserCommandInput,
1023
999
  options: __HttpHandlerOptions,
1024
- cb: (err: any, data?: DeleteBrowserCommandOutput) => void
1000
+ cb: (err: any, data?: DeleteBrowserCommandOutput) => void,
1025
1001
  ): void;
1026
1002
  deleteBrowserProfile(
1027
1003
  args: DeleteBrowserProfileCommandInput,
1028
- options?: __HttpHandlerOptions
1004
+ options?: __HttpHandlerOptions,
1029
1005
  ): Promise<DeleteBrowserProfileCommandOutput>;
1030
1006
  deleteBrowserProfile(
1031
1007
  args: DeleteBrowserProfileCommandInput,
1032
- cb: (err: any, data?: DeleteBrowserProfileCommandOutput) => void
1008
+ cb: (err: any, data?: DeleteBrowserProfileCommandOutput) => void,
1033
1009
  ): void;
1034
1010
  deleteBrowserProfile(
1035
1011
  args: DeleteBrowserProfileCommandInput,
1036
1012
  options: __HttpHandlerOptions,
1037
- cb: (err: any, data?: DeleteBrowserProfileCommandOutput) => void
1013
+ cb: (err: any, data?: DeleteBrowserProfileCommandOutput) => void,
1038
1014
  ): void;
1039
1015
  deleteCodeInterpreter(
1040
1016
  args: DeleteCodeInterpreterCommandInput,
1041
- options?: __HttpHandlerOptions
1017
+ options?: __HttpHandlerOptions,
1042
1018
  ): Promise<DeleteCodeInterpreterCommandOutput>;
1043
1019
  deleteCodeInterpreter(
1044
1020
  args: DeleteCodeInterpreterCommandInput,
1045
- cb: (err: any, data?: DeleteCodeInterpreterCommandOutput) => void
1021
+ cb: (err: any, data?: DeleteCodeInterpreterCommandOutput) => void,
1046
1022
  ): void;
1047
1023
  deleteCodeInterpreter(
1048
1024
  args: DeleteCodeInterpreterCommandInput,
1049
1025
  options: __HttpHandlerOptions,
1050
- cb: (err: any, data?: DeleteCodeInterpreterCommandOutput) => void
1026
+ cb: (err: any, data?: DeleteCodeInterpreterCommandOutput) => void,
1051
1027
  ): void;
1052
1028
  deleteConfigurationBundle(
1053
1029
  args: DeleteConfigurationBundleCommandInput,
1054
- options?: __HttpHandlerOptions
1030
+ options?: __HttpHandlerOptions,
1055
1031
  ): Promise<DeleteConfigurationBundleCommandOutput>;
1056
1032
  deleteConfigurationBundle(
1057
1033
  args: DeleteConfigurationBundleCommandInput,
1058
- cb: (err: any, data?: DeleteConfigurationBundleCommandOutput) => void
1034
+ cb: (err: any, data?: DeleteConfigurationBundleCommandOutput) => void,
1059
1035
  ): void;
1060
1036
  deleteConfigurationBundle(
1061
1037
  args: DeleteConfigurationBundleCommandInput,
1062
1038
  options: __HttpHandlerOptions,
1063
- cb: (err: any, data?: DeleteConfigurationBundleCommandOutput) => void
1039
+ cb: (err: any, data?: DeleteConfigurationBundleCommandOutput) => void,
1064
1040
  ): void;
1065
1041
  deleteDataset(
1066
1042
  args: DeleteDatasetCommandInput,
1067
- options?: __HttpHandlerOptions
1043
+ options?: __HttpHandlerOptions,
1068
1044
  ): Promise<DeleteDatasetCommandOutput>;
1069
1045
  deleteDataset(
1070
1046
  args: DeleteDatasetCommandInput,
1071
- cb: (err: any, data?: DeleteDatasetCommandOutput) => void
1047
+ cb: (err: any, data?: DeleteDatasetCommandOutput) => void,
1072
1048
  ): void;
1073
1049
  deleteDataset(
1074
1050
  args: DeleteDatasetCommandInput,
1075
1051
  options: __HttpHandlerOptions,
1076
- cb: (err: any, data?: DeleteDatasetCommandOutput) => void
1052
+ cb: (err: any, data?: DeleteDatasetCommandOutput) => void,
1077
1053
  ): void;
1078
1054
  deleteDatasetExamples(
1079
1055
  args: DeleteDatasetExamplesCommandInput,
1080
- options?: __HttpHandlerOptions
1056
+ options?: __HttpHandlerOptions,
1081
1057
  ): Promise<DeleteDatasetExamplesCommandOutput>;
1082
1058
  deleteDatasetExamples(
1083
1059
  args: DeleteDatasetExamplesCommandInput,
1084
- cb: (err: any, data?: DeleteDatasetExamplesCommandOutput) => void
1060
+ cb: (err: any, data?: DeleteDatasetExamplesCommandOutput) => void,
1085
1061
  ): void;
1086
1062
  deleteDatasetExamples(
1087
1063
  args: DeleteDatasetExamplesCommandInput,
1088
1064
  options: __HttpHandlerOptions,
1089
- cb: (err: any, data?: DeleteDatasetExamplesCommandOutput) => void
1065
+ cb: (err: any, data?: DeleteDatasetExamplesCommandOutput) => void,
1090
1066
  ): void;
1091
1067
  deleteEvaluator(
1092
1068
  args: DeleteEvaluatorCommandInput,
1093
- options?: __HttpHandlerOptions
1069
+ options?: __HttpHandlerOptions,
1094
1070
  ): Promise<DeleteEvaluatorCommandOutput>;
1095
1071
  deleteEvaluator(
1096
1072
  args: DeleteEvaluatorCommandInput,
1097
- cb: (err: any, data?: DeleteEvaluatorCommandOutput) => void
1073
+ cb: (err: any, data?: DeleteEvaluatorCommandOutput) => void,
1098
1074
  ): void;
1099
1075
  deleteEvaluator(
1100
1076
  args: DeleteEvaluatorCommandInput,
1101
1077
  options: __HttpHandlerOptions,
1102
- cb: (err: any, data?: DeleteEvaluatorCommandOutput) => void
1078
+ cb: (err: any, data?: DeleteEvaluatorCommandOutput) => void,
1103
1079
  ): void;
1104
1080
  deleteGateway(
1105
1081
  args: DeleteGatewayCommandInput,
1106
- options?: __HttpHandlerOptions
1082
+ options?: __HttpHandlerOptions,
1107
1083
  ): Promise<DeleteGatewayCommandOutput>;
1108
1084
  deleteGateway(
1109
1085
  args: DeleteGatewayCommandInput,
1110
- cb: (err: any, data?: DeleteGatewayCommandOutput) => void
1086
+ cb: (err: any, data?: DeleteGatewayCommandOutput) => void,
1111
1087
  ): void;
1112
1088
  deleteGateway(
1113
1089
  args: DeleteGatewayCommandInput,
1114
1090
  options: __HttpHandlerOptions,
1115
- cb: (err: any, data?: DeleteGatewayCommandOutput) => void
1091
+ cb: (err: any, data?: DeleteGatewayCommandOutput) => void,
1116
1092
  ): void;
1117
1093
  deleteGatewayRule(
1118
1094
  args: DeleteGatewayRuleCommandInput,
1119
- options?: __HttpHandlerOptions
1095
+ options?: __HttpHandlerOptions,
1120
1096
  ): Promise<DeleteGatewayRuleCommandOutput>;
1121
1097
  deleteGatewayRule(
1122
1098
  args: DeleteGatewayRuleCommandInput,
1123
- cb: (err: any, data?: DeleteGatewayRuleCommandOutput) => void
1099
+ cb: (err: any, data?: DeleteGatewayRuleCommandOutput) => void,
1124
1100
  ): void;
1125
1101
  deleteGatewayRule(
1126
1102
  args: DeleteGatewayRuleCommandInput,
1127
1103
  options: __HttpHandlerOptions,
1128
- cb: (err: any, data?: DeleteGatewayRuleCommandOutput) => void
1104
+ cb: (err: any, data?: DeleteGatewayRuleCommandOutput) => void,
1129
1105
  ): void;
1130
1106
  deleteGatewayTarget(
1131
1107
  args: DeleteGatewayTargetCommandInput,
1132
- options?: __HttpHandlerOptions
1108
+ options?: __HttpHandlerOptions,
1133
1109
  ): Promise<DeleteGatewayTargetCommandOutput>;
1134
1110
  deleteGatewayTarget(
1135
1111
  args: DeleteGatewayTargetCommandInput,
1136
- cb: (err: any, data?: DeleteGatewayTargetCommandOutput) => void
1112
+ cb: (err: any, data?: DeleteGatewayTargetCommandOutput) => void,
1137
1113
  ): void;
1138
1114
  deleteGatewayTarget(
1139
1115
  args: DeleteGatewayTargetCommandInput,
1140
1116
  options: __HttpHandlerOptions,
1141
- cb: (err: any, data?: DeleteGatewayTargetCommandOutput) => void
1117
+ cb: (err: any, data?: DeleteGatewayTargetCommandOutput) => void,
1142
1118
  ): void;
1143
1119
  deleteHarness(
1144
1120
  args: DeleteHarnessCommandInput,
1145
- options?: __HttpHandlerOptions
1121
+ options?: __HttpHandlerOptions,
1146
1122
  ): Promise<DeleteHarnessCommandOutput>;
1147
1123
  deleteHarness(
1148
1124
  args: DeleteHarnessCommandInput,
1149
- cb: (err: any, data?: DeleteHarnessCommandOutput) => void
1125
+ cb: (err: any, data?: DeleteHarnessCommandOutput) => void,
1150
1126
  ): void;
1151
1127
  deleteHarness(
1152
1128
  args: DeleteHarnessCommandInput,
1153
1129
  options: __HttpHandlerOptions,
1154
- cb: (err: any, data?: DeleteHarnessCommandOutput) => void
1130
+ cb: (err: any, data?: DeleteHarnessCommandOutput) => void,
1155
1131
  ): void;
1156
1132
  deleteHarnessEndpoint(
1157
1133
  args: DeleteHarnessEndpointCommandInput,
1158
- options?: __HttpHandlerOptions
1134
+ options?: __HttpHandlerOptions,
1159
1135
  ): Promise<DeleteHarnessEndpointCommandOutput>;
1160
1136
  deleteHarnessEndpoint(
1161
1137
  args: DeleteHarnessEndpointCommandInput,
1162
- cb: (err: any, data?: DeleteHarnessEndpointCommandOutput) => void
1138
+ cb: (err: any, data?: DeleteHarnessEndpointCommandOutput) => void,
1163
1139
  ): void;
1164
1140
  deleteHarnessEndpoint(
1165
1141
  args: DeleteHarnessEndpointCommandInput,
1166
1142
  options: __HttpHandlerOptions,
1167
- cb: (err: any, data?: DeleteHarnessEndpointCommandOutput) => void
1143
+ cb: (err: any, data?: DeleteHarnessEndpointCommandOutput) => void,
1168
1144
  ): void;
1169
1145
  deleteMemory(
1170
1146
  args: DeleteMemoryCommandInput,
1171
- options?: __HttpHandlerOptions
1147
+ options?: __HttpHandlerOptions,
1172
1148
  ): Promise<DeleteMemoryCommandOutput>;
1173
1149
  deleteMemory(
1174
1150
  args: DeleteMemoryCommandInput,
1175
- cb: (err: any, data?: DeleteMemoryCommandOutput) => void
1151
+ cb: (err: any, data?: DeleteMemoryCommandOutput) => void,
1176
1152
  ): void;
1177
1153
  deleteMemory(
1178
1154
  args: DeleteMemoryCommandInput,
1179
1155
  options: __HttpHandlerOptions,
1180
- cb: (err: any, data?: DeleteMemoryCommandOutput) => void
1156
+ cb: (err: any, data?: DeleteMemoryCommandOutput) => void,
1181
1157
  ): void;
1182
1158
  deleteOauth2CredentialProvider(
1183
1159
  args: DeleteOauth2CredentialProviderCommandInput,
1184
- options?: __HttpHandlerOptions
1160
+ options?: __HttpHandlerOptions,
1185
1161
  ): Promise<DeleteOauth2CredentialProviderCommandOutput>;
1186
1162
  deleteOauth2CredentialProvider(
1187
1163
  args: DeleteOauth2CredentialProviderCommandInput,
1188
- cb: (err: any, data?: DeleteOauth2CredentialProviderCommandOutput) => void
1164
+ cb: (err: any, data?: DeleteOauth2CredentialProviderCommandOutput) => void,
1189
1165
  ): void;
1190
1166
  deleteOauth2CredentialProvider(
1191
1167
  args: DeleteOauth2CredentialProviderCommandInput,
1192
1168
  options: __HttpHandlerOptions,
1193
- cb: (err: any, data?: DeleteOauth2CredentialProviderCommandOutput) => void
1169
+ cb: (err: any, data?: DeleteOauth2CredentialProviderCommandOutput) => void,
1194
1170
  ): void;
1195
1171
  deleteOnlineEvaluationConfig(
1196
1172
  args: DeleteOnlineEvaluationConfigCommandInput,
1197
- options?: __HttpHandlerOptions
1173
+ options?: __HttpHandlerOptions,
1198
1174
  ): Promise<DeleteOnlineEvaluationConfigCommandOutput>;
1199
1175
  deleteOnlineEvaluationConfig(
1200
1176
  args: DeleteOnlineEvaluationConfigCommandInput,
1201
- cb: (err: any, data?: DeleteOnlineEvaluationConfigCommandOutput) => void
1177
+ cb: (err: any, data?: DeleteOnlineEvaluationConfigCommandOutput) => void,
1202
1178
  ): void;
1203
1179
  deleteOnlineEvaluationConfig(
1204
1180
  args: DeleteOnlineEvaluationConfigCommandInput,
1205
1181
  options: __HttpHandlerOptions,
1206
- cb: (err: any, data?: DeleteOnlineEvaluationConfigCommandOutput) => void
1182
+ cb: (err: any, data?: DeleteOnlineEvaluationConfigCommandOutput) => void,
1207
1183
  ): void;
1208
1184
  deletePaymentConnector(
1209
1185
  args: DeletePaymentConnectorCommandInput,
1210
- options?: __HttpHandlerOptions
1186
+ options?: __HttpHandlerOptions,
1211
1187
  ): Promise<DeletePaymentConnectorCommandOutput>;
1212
1188
  deletePaymentConnector(
1213
1189
  args: DeletePaymentConnectorCommandInput,
1214
- cb: (err: any, data?: DeletePaymentConnectorCommandOutput) => void
1190
+ cb: (err: any, data?: DeletePaymentConnectorCommandOutput) => void,
1215
1191
  ): void;
1216
1192
  deletePaymentConnector(
1217
1193
  args: DeletePaymentConnectorCommandInput,
1218
1194
  options: __HttpHandlerOptions,
1219
- cb: (err: any, data?: DeletePaymentConnectorCommandOutput) => void
1195
+ cb: (err: any, data?: DeletePaymentConnectorCommandOutput) => void,
1220
1196
  ): void;
1221
1197
  deletePaymentCredentialProvider(
1222
1198
  args: DeletePaymentCredentialProviderCommandInput,
1223
- options?: __HttpHandlerOptions
1199
+ options?: __HttpHandlerOptions,
1224
1200
  ): Promise<DeletePaymentCredentialProviderCommandOutput>;
1225
1201
  deletePaymentCredentialProvider(
1226
1202
  args: DeletePaymentCredentialProviderCommandInput,
1227
- cb: (err: any, data?: DeletePaymentCredentialProviderCommandOutput) => void
1203
+ cb: (err: any, data?: DeletePaymentCredentialProviderCommandOutput) => void,
1228
1204
  ): void;
1229
1205
  deletePaymentCredentialProvider(
1230
1206
  args: DeletePaymentCredentialProviderCommandInput,
1231
1207
  options: __HttpHandlerOptions,
1232
- cb: (err: any, data?: DeletePaymentCredentialProviderCommandOutput) => void
1208
+ cb: (err: any, data?: DeletePaymentCredentialProviderCommandOutput) => void,
1233
1209
  ): void;
1234
1210
  deletePaymentManager(
1235
1211
  args: DeletePaymentManagerCommandInput,
1236
- options?: __HttpHandlerOptions
1212
+ options?: __HttpHandlerOptions,
1237
1213
  ): Promise<DeletePaymentManagerCommandOutput>;
1238
1214
  deletePaymentManager(
1239
1215
  args: DeletePaymentManagerCommandInput,
1240
- cb: (err: any, data?: DeletePaymentManagerCommandOutput) => void
1216
+ cb: (err: any, data?: DeletePaymentManagerCommandOutput) => void,
1241
1217
  ): void;
1242
1218
  deletePaymentManager(
1243
1219
  args: DeletePaymentManagerCommandInput,
1244
1220
  options: __HttpHandlerOptions,
1245
- cb: (err: any, data?: DeletePaymentManagerCommandOutput) => void
1221
+ cb: (err: any, data?: DeletePaymentManagerCommandOutput) => void,
1246
1222
  ): void;
1247
1223
  deletePolicy(
1248
1224
  args: DeletePolicyCommandInput,
1249
- options?: __HttpHandlerOptions
1225
+ options?: __HttpHandlerOptions,
1250
1226
  ): Promise<DeletePolicyCommandOutput>;
1251
1227
  deletePolicy(
1252
1228
  args: DeletePolicyCommandInput,
1253
- cb: (err: any, data?: DeletePolicyCommandOutput) => void
1229
+ cb: (err: any, data?: DeletePolicyCommandOutput) => void,
1254
1230
  ): void;
1255
1231
  deletePolicy(
1256
1232
  args: DeletePolicyCommandInput,
1257
1233
  options: __HttpHandlerOptions,
1258
- cb: (err: any, data?: DeletePolicyCommandOutput) => void
1234
+ cb: (err: any, data?: DeletePolicyCommandOutput) => void,
1259
1235
  ): void;
1260
1236
  deletePolicyEngine(
1261
1237
  args: DeletePolicyEngineCommandInput,
1262
- options?: __HttpHandlerOptions
1238
+ options?: __HttpHandlerOptions,
1263
1239
  ): Promise<DeletePolicyEngineCommandOutput>;
1264
1240
  deletePolicyEngine(
1265
1241
  args: DeletePolicyEngineCommandInput,
1266
- cb: (err: any, data?: DeletePolicyEngineCommandOutput) => void
1242
+ cb: (err: any, data?: DeletePolicyEngineCommandOutput) => void,
1267
1243
  ): void;
1268
1244
  deletePolicyEngine(
1269
1245
  args: DeletePolicyEngineCommandInput,
1270
1246
  options: __HttpHandlerOptions,
1271
- cb: (err: any, data?: DeletePolicyEngineCommandOutput) => void
1247
+ cb: (err: any, data?: DeletePolicyEngineCommandOutput) => void,
1272
1248
  ): void;
1273
1249
  deleteRegistry(
1274
1250
  args: DeleteRegistryCommandInput,
1275
- options?: __HttpHandlerOptions
1251
+ options?: __HttpHandlerOptions,
1276
1252
  ): Promise<DeleteRegistryCommandOutput>;
1277
1253
  deleteRegistry(
1278
1254
  args: DeleteRegistryCommandInput,
1279
- cb: (err: any, data?: DeleteRegistryCommandOutput) => void
1255
+ cb: (err: any, data?: DeleteRegistryCommandOutput) => void,
1280
1256
  ): void;
1281
1257
  deleteRegistry(
1282
1258
  args: DeleteRegistryCommandInput,
1283
1259
  options: __HttpHandlerOptions,
1284
- cb: (err: any, data?: DeleteRegistryCommandOutput) => void
1260
+ cb: (err: any, data?: DeleteRegistryCommandOutput) => void,
1285
1261
  ): void;
1286
1262
  deleteRegistryRecord(
1287
1263
  args: DeleteRegistryRecordCommandInput,
1288
- options?: __HttpHandlerOptions
1264
+ options?: __HttpHandlerOptions,
1289
1265
  ): Promise<DeleteRegistryRecordCommandOutput>;
1290
1266
  deleteRegistryRecord(
1291
1267
  args: DeleteRegistryRecordCommandInput,
1292
- cb: (err: any, data?: DeleteRegistryRecordCommandOutput) => void
1268
+ cb: (err: any, data?: DeleteRegistryRecordCommandOutput) => void,
1293
1269
  ): void;
1294
1270
  deleteRegistryRecord(
1295
1271
  args: DeleteRegistryRecordCommandInput,
1296
1272
  options: __HttpHandlerOptions,
1297
- cb: (err: any, data?: DeleteRegistryRecordCommandOutput) => void
1273
+ cb: (err: any, data?: DeleteRegistryRecordCommandOutput) => void,
1298
1274
  ): void;
1299
1275
  deleteResourcePolicy(
1300
1276
  args: DeleteResourcePolicyCommandInput,
1301
- options?: __HttpHandlerOptions
1277
+ options?: __HttpHandlerOptions,
1302
1278
  ): Promise<DeleteResourcePolicyCommandOutput>;
1303
1279
  deleteResourcePolicy(
1304
1280
  args: DeleteResourcePolicyCommandInput,
1305
- cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void
1281
+ cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void,
1306
1282
  ): void;
1307
1283
  deleteResourcePolicy(
1308
1284
  args: DeleteResourcePolicyCommandInput,
1309
1285
  options: __HttpHandlerOptions,
1310
- cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void
1286
+ cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void,
1311
1287
  ): void;
1312
1288
  deleteWorkloadIdentity(
1313
1289
  args: DeleteWorkloadIdentityCommandInput,
1314
- options?: __HttpHandlerOptions
1290
+ options?: __HttpHandlerOptions,
1315
1291
  ): Promise<DeleteWorkloadIdentityCommandOutput>;
1316
1292
  deleteWorkloadIdentity(
1317
1293
  args: DeleteWorkloadIdentityCommandInput,
1318
- cb: (err: any, data?: DeleteWorkloadIdentityCommandOutput) => void
1294
+ cb: (err: any, data?: DeleteWorkloadIdentityCommandOutput) => void,
1319
1295
  ): void;
1320
1296
  deleteWorkloadIdentity(
1321
1297
  args: DeleteWorkloadIdentityCommandInput,
1322
1298
  options: __HttpHandlerOptions,
1323
- cb: (err: any, data?: DeleteWorkloadIdentityCommandOutput) => void
1299
+ cb: (err: any, data?: DeleteWorkloadIdentityCommandOutput) => void,
1324
1300
  ): void;
1325
1301
  getAgentRuntime(
1326
1302
  args: GetAgentRuntimeCommandInput,
1327
- options?: __HttpHandlerOptions
1303
+ options?: __HttpHandlerOptions,
1328
1304
  ): Promise<GetAgentRuntimeCommandOutput>;
1329
1305
  getAgentRuntime(
1330
1306
  args: GetAgentRuntimeCommandInput,
1331
- cb: (err: any, data?: GetAgentRuntimeCommandOutput) => void
1307
+ cb: (err: any, data?: GetAgentRuntimeCommandOutput) => void,
1332
1308
  ): void;
1333
1309
  getAgentRuntime(
1334
1310
  args: GetAgentRuntimeCommandInput,
1335
1311
  options: __HttpHandlerOptions,
1336
- cb: (err: any, data?: GetAgentRuntimeCommandOutput) => void
1312
+ cb: (err: any, data?: GetAgentRuntimeCommandOutput) => void,
1337
1313
  ): void;
1338
1314
  getAgentRuntimeEndpoint(
1339
1315
  args: GetAgentRuntimeEndpointCommandInput,
1340
- options?: __HttpHandlerOptions
1316
+ options?: __HttpHandlerOptions,
1341
1317
  ): Promise<GetAgentRuntimeEndpointCommandOutput>;
1342
1318
  getAgentRuntimeEndpoint(
1343
1319
  args: GetAgentRuntimeEndpointCommandInput,
1344
- cb: (err: any, data?: GetAgentRuntimeEndpointCommandOutput) => void
1320
+ cb: (err: any, data?: GetAgentRuntimeEndpointCommandOutput) => void,
1345
1321
  ): void;
1346
1322
  getAgentRuntimeEndpoint(
1347
1323
  args: GetAgentRuntimeEndpointCommandInput,
1348
1324
  options: __HttpHandlerOptions,
1349
- cb: (err: any, data?: GetAgentRuntimeEndpointCommandOutput) => void
1325
+ cb: (err: any, data?: GetAgentRuntimeEndpointCommandOutput) => void,
1350
1326
  ): void;
1351
1327
  getApiKeyCredentialProvider(
1352
1328
  args: GetApiKeyCredentialProviderCommandInput,
1353
- options?: __HttpHandlerOptions
1329
+ options?: __HttpHandlerOptions,
1354
1330
  ): Promise<GetApiKeyCredentialProviderCommandOutput>;
1355
1331
  getApiKeyCredentialProvider(
1356
1332
  args: GetApiKeyCredentialProviderCommandInput,
1357
- cb: (err: any, data?: GetApiKeyCredentialProviderCommandOutput) => void
1333
+ cb: (err: any, data?: GetApiKeyCredentialProviderCommandOutput) => void,
1358
1334
  ): void;
1359
1335
  getApiKeyCredentialProvider(
1360
1336
  args: GetApiKeyCredentialProviderCommandInput,
1361
1337
  options: __HttpHandlerOptions,
1362
- cb: (err: any, data?: GetApiKeyCredentialProviderCommandOutput) => void
1338
+ cb: (err: any, data?: GetApiKeyCredentialProviderCommandOutput) => void,
1363
1339
  ): void;
1364
1340
  getBrowser(
1365
1341
  args: GetBrowserCommandInput,
1366
- options?: __HttpHandlerOptions
1342
+ options?: __HttpHandlerOptions,
1367
1343
  ): Promise<GetBrowserCommandOutput>;
1368
1344
  getBrowser(
1369
1345
  args: GetBrowserCommandInput,
1370
- cb: (err: any, data?: GetBrowserCommandOutput) => void
1346
+ cb: (err: any, data?: GetBrowserCommandOutput) => void,
1371
1347
  ): void;
1372
1348
  getBrowser(
1373
1349
  args: GetBrowserCommandInput,
1374
1350
  options: __HttpHandlerOptions,
1375
- cb: (err: any, data?: GetBrowserCommandOutput) => void
1351
+ cb: (err: any, data?: GetBrowserCommandOutput) => void,
1376
1352
  ): void;
1377
1353
  getBrowserProfile(
1378
1354
  args: GetBrowserProfileCommandInput,
1379
- options?: __HttpHandlerOptions
1355
+ options?: __HttpHandlerOptions,
1380
1356
  ): Promise<GetBrowserProfileCommandOutput>;
1381
1357
  getBrowserProfile(
1382
1358
  args: GetBrowserProfileCommandInput,
1383
- cb: (err: any, data?: GetBrowserProfileCommandOutput) => void
1359
+ cb: (err: any, data?: GetBrowserProfileCommandOutput) => void,
1384
1360
  ): void;
1385
1361
  getBrowserProfile(
1386
1362
  args: GetBrowserProfileCommandInput,
1387
1363
  options: __HttpHandlerOptions,
1388
- cb: (err: any, data?: GetBrowserProfileCommandOutput) => void
1364
+ cb: (err: any, data?: GetBrowserProfileCommandOutput) => void,
1389
1365
  ): void;
1390
1366
  getCodeInterpreter(
1391
1367
  args: GetCodeInterpreterCommandInput,
1392
- options?: __HttpHandlerOptions
1368
+ options?: __HttpHandlerOptions,
1393
1369
  ): Promise<GetCodeInterpreterCommandOutput>;
1394
1370
  getCodeInterpreter(
1395
1371
  args: GetCodeInterpreterCommandInput,
1396
- cb: (err: any, data?: GetCodeInterpreterCommandOutput) => void
1372
+ cb: (err: any, data?: GetCodeInterpreterCommandOutput) => void,
1397
1373
  ): void;
1398
1374
  getCodeInterpreter(
1399
1375
  args: GetCodeInterpreterCommandInput,
1400
1376
  options: __HttpHandlerOptions,
1401
- cb: (err: any, data?: GetCodeInterpreterCommandOutput) => void
1377
+ cb: (err: any, data?: GetCodeInterpreterCommandOutput) => void,
1402
1378
  ): void;
1403
1379
  getConfigurationBundle(
1404
1380
  args: GetConfigurationBundleCommandInput,
1405
- options?: __HttpHandlerOptions
1381
+ options?: __HttpHandlerOptions,
1406
1382
  ): Promise<GetConfigurationBundleCommandOutput>;
1407
1383
  getConfigurationBundle(
1408
1384
  args: GetConfigurationBundleCommandInput,
1409
- cb: (err: any, data?: GetConfigurationBundleCommandOutput) => void
1385
+ cb: (err: any, data?: GetConfigurationBundleCommandOutput) => void,
1410
1386
  ): void;
1411
1387
  getConfigurationBundle(
1412
1388
  args: GetConfigurationBundleCommandInput,
1413
1389
  options: __HttpHandlerOptions,
1414
- cb: (err: any, data?: GetConfigurationBundleCommandOutput) => void
1390
+ cb: (err: any, data?: GetConfigurationBundleCommandOutput) => void,
1415
1391
  ): void;
1416
1392
  getConfigurationBundleVersion(
1417
1393
  args: GetConfigurationBundleVersionCommandInput,
1418
- options?: __HttpHandlerOptions
1394
+ options?: __HttpHandlerOptions,
1419
1395
  ): Promise<GetConfigurationBundleVersionCommandOutput>;
1420
1396
  getConfigurationBundleVersion(
1421
1397
  args: GetConfigurationBundleVersionCommandInput,
1422
- cb: (err: any, data?: GetConfigurationBundleVersionCommandOutput) => void
1398
+ cb: (err: any, data?: GetConfigurationBundleVersionCommandOutput) => void,
1423
1399
  ): void;
1424
1400
  getConfigurationBundleVersion(
1425
1401
  args: GetConfigurationBundleVersionCommandInput,
1426
1402
  options: __HttpHandlerOptions,
1427
- cb: (err: any, data?: GetConfigurationBundleVersionCommandOutput) => void
1403
+ cb: (err: any, data?: GetConfigurationBundleVersionCommandOutput) => void,
1428
1404
  ): void;
1429
1405
  getDataset(
1430
1406
  args: GetDatasetCommandInput,
1431
- options?: __HttpHandlerOptions
1407
+ options?: __HttpHandlerOptions,
1432
1408
  ): Promise<GetDatasetCommandOutput>;
1433
1409
  getDataset(
1434
1410
  args: GetDatasetCommandInput,
1435
- cb: (err: any, data?: GetDatasetCommandOutput) => void
1411
+ cb: (err: any, data?: GetDatasetCommandOutput) => void,
1436
1412
  ): void;
1437
1413
  getDataset(
1438
1414
  args: GetDatasetCommandInput,
1439
1415
  options: __HttpHandlerOptions,
1440
- cb: (err: any, data?: GetDatasetCommandOutput) => void
1416
+ cb: (err: any, data?: GetDatasetCommandOutput) => void,
1441
1417
  ): void;
1442
1418
  getEvaluator(
1443
1419
  args: GetEvaluatorCommandInput,
1444
- options?: __HttpHandlerOptions
1420
+ options?: __HttpHandlerOptions,
1445
1421
  ): Promise<GetEvaluatorCommandOutput>;
1446
1422
  getEvaluator(
1447
1423
  args: GetEvaluatorCommandInput,
1448
- cb: (err: any, data?: GetEvaluatorCommandOutput) => void
1424
+ cb: (err: any, data?: GetEvaluatorCommandOutput) => void,
1449
1425
  ): void;
1450
1426
  getEvaluator(
1451
1427
  args: GetEvaluatorCommandInput,
1452
1428
  options: __HttpHandlerOptions,
1453
- cb: (err: any, data?: GetEvaluatorCommandOutput) => void
1429
+ cb: (err: any, data?: GetEvaluatorCommandOutput) => void,
1454
1430
  ): void;
1455
1431
  getGateway(
1456
1432
  args: GetGatewayCommandInput,
1457
- options?: __HttpHandlerOptions
1433
+ options?: __HttpHandlerOptions,
1458
1434
  ): Promise<GetGatewayCommandOutput>;
1459
1435
  getGateway(
1460
1436
  args: GetGatewayCommandInput,
1461
- cb: (err: any, data?: GetGatewayCommandOutput) => void
1437
+ cb: (err: any, data?: GetGatewayCommandOutput) => void,
1462
1438
  ): void;
1463
1439
  getGateway(
1464
1440
  args: GetGatewayCommandInput,
1465
1441
  options: __HttpHandlerOptions,
1466
- cb: (err: any, data?: GetGatewayCommandOutput) => void
1442
+ cb: (err: any, data?: GetGatewayCommandOutput) => void,
1467
1443
  ): void;
1468
1444
  getGatewayRule(
1469
1445
  args: GetGatewayRuleCommandInput,
1470
- options?: __HttpHandlerOptions
1446
+ options?: __HttpHandlerOptions,
1471
1447
  ): Promise<GetGatewayRuleCommandOutput>;
1472
1448
  getGatewayRule(
1473
1449
  args: GetGatewayRuleCommandInput,
1474
- cb: (err: any, data?: GetGatewayRuleCommandOutput) => void
1450
+ cb: (err: any, data?: GetGatewayRuleCommandOutput) => void,
1475
1451
  ): void;
1476
1452
  getGatewayRule(
1477
1453
  args: GetGatewayRuleCommandInput,
1478
1454
  options: __HttpHandlerOptions,
1479
- cb: (err: any, data?: GetGatewayRuleCommandOutput) => void
1455
+ cb: (err: any, data?: GetGatewayRuleCommandOutput) => void,
1480
1456
  ): void;
1481
1457
  getGatewayTarget(
1482
1458
  args: GetGatewayTargetCommandInput,
1483
- options?: __HttpHandlerOptions
1459
+ options?: __HttpHandlerOptions,
1484
1460
  ): Promise<GetGatewayTargetCommandOutput>;
1485
1461
  getGatewayTarget(
1486
1462
  args: GetGatewayTargetCommandInput,
1487
- cb: (err: any, data?: GetGatewayTargetCommandOutput) => void
1463
+ cb: (err: any, data?: GetGatewayTargetCommandOutput) => void,
1488
1464
  ): void;
1489
1465
  getGatewayTarget(
1490
1466
  args: GetGatewayTargetCommandInput,
1491
1467
  options: __HttpHandlerOptions,
1492
- cb: (err: any, data?: GetGatewayTargetCommandOutput) => void
1468
+ cb: (err: any, data?: GetGatewayTargetCommandOutput) => void,
1493
1469
  ): void;
1494
1470
  getHarness(
1495
1471
  args: GetHarnessCommandInput,
1496
- options?: __HttpHandlerOptions
1472
+ options?: __HttpHandlerOptions,
1497
1473
  ): Promise<GetHarnessCommandOutput>;
1498
1474
  getHarness(
1499
1475
  args: GetHarnessCommandInput,
1500
- cb: (err: any, data?: GetHarnessCommandOutput) => void
1476
+ cb: (err: any, data?: GetHarnessCommandOutput) => void,
1501
1477
  ): void;
1502
1478
  getHarness(
1503
1479
  args: GetHarnessCommandInput,
1504
1480
  options: __HttpHandlerOptions,
1505
- cb: (err: any, data?: GetHarnessCommandOutput) => void
1481
+ cb: (err: any, data?: GetHarnessCommandOutput) => void,
1506
1482
  ): void;
1507
1483
  getHarnessEndpoint(
1508
1484
  args: GetHarnessEndpointCommandInput,
1509
- options?: __HttpHandlerOptions
1485
+ options?: __HttpHandlerOptions,
1510
1486
  ): Promise<GetHarnessEndpointCommandOutput>;
1511
1487
  getHarnessEndpoint(
1512
1488
  args: GetHarnessEndpointCommandInput,
1513
- cb: (err: any, data?: GetHarnessEndpointCommandOutput) => void
1489
+ cb: (err: any, data?: GetHarnessEndpointCommandOutput) => void,
1514
1490
  ): void;
1515
1491
  getHarnessEndpoint(
1516
1492
  args: GetHarnessEndpointCommandInput,
1517
1493
  options: __HttpHandlerOptions,
1518
- cb: (err: any, data?: GetHarnessEndpointCommandOutput) => void
1494
+ cb: (err: any, data?: GetHarnessEndpointCommandOutput) => void,
1519
1495
  ): void;
1520
1496
  getMemory(
1521
1497
  args: GetMemoryCommandInput,
1522
- options?: __HttpHandlerOptions
1498
+ options?: __HttpHandlerOptions,
1523
1499
  ): Promise<GetMemoryCommandOutput>;
1524
1500
  getMemory(
1525
1501
  args: GetMemoryCommandInput,
1526
- cb: (err: any, data?: GetMemoryCommandOutput) => void
1502
+ cb: (err: any, data?: GetMemoryCommandOutput) => void,
1527
1503
  ): void;
1528
1504
  getMemory(
1529
1505
  args: GetMemoryCommandInput,
1530
1506
  options: __HttpHandlerOptions,
1531
- cb: (err: any, data?: GetMemoryCommandOutput) => void
1507
+ cb: (err: any, data?: GetMemoryCommandOutput) => void,
1532
1508
  ): void;
1533
1509
  getOauth2CredentialProvider(
1534
1510
  args: GetOauth2CredentialProviderCommandInput,
1535
- options?: __HttpHandlerOptions
1511
+ options?: __HttpHandlerOptions,
1536
1512
  ): Promise<GetOauth2CredentialProviderCommandOutput>;
1537
1513
  getOauth2CredentialProvider(
1538
1514
  args: GetOauth2CredentialProviderCommandInput,
1539
- cb: (err: any, data?: GetOauth2CredentialProviderCommandOutput) => void
1515
+ cb: (err: any, data?: GetOauth2CredentialProviderCommandOutput) => void,
1540
1516
  ): void;
1541
1517
  getOauth2CredentialProvider(
1542
1518
  args: GetOauth2CredentialProviderCommandInput,
1543
1519
  options: __HttpHandlerOptions,
1544
- cb: (err: any, data?: GetOauth2CredentialProviderCommandOutput) => void
1520
+ cb: (err: any, data?: GetOauth2CredentialProviderCommandOutput) => void,
1545
1521
  ): void;
1546
1522
  getOnlineEvaluationConfig(
1547
1523
  args: GetOnlineEvaluationConfigCommandInput,
1548
- options?: __HttpHandlerOptions
1524
+ options?: __HttpHandlerOptions,
1549
1525
  ): Promise<GetOnlineEvaluationConfigCommandOutput>;
1550
1526
  getOnlineEvaluationConfig(
1551
1527
  args: GetOnlineEvaluationConfigCommandInput,
1552
- cb: (err: any, data?: GetOnlineEvaluationConfigCommandOutput) => void
1528
+ cb: (err: any, data?: GetOnlineEvaluationConfigCommandOutput) => void,
1553
1529
  ): void;
1554
1530
  getOnlineEvaluationConfig(
1555
1531
  args: GetOnlineEvaluationConfigCommandInput,
1556
1532
  options: __HttpHandlerOptions,
1557
- cb: (err: any, data?: GetOnlineEvaluationConfigCommandOutput) => void
1533
+ cb: (err: any, data?: GetOnlineEvaluationConfigCommandOutput) => void,
1558
1534
  ): void;
1559
1535
  getPaymentConnector(
1560
1536
  args: GetPaymentConnectorCommandInput,
1561
- options?: __HttpHandlerOptions
1537
+ options?: __HttpHandlerOptions,
1562
1538
  ): Promise<GetPaymentConnectorCommandOutput>;
1563
1539
  getPaymentConnector(
1564
1540
  args: GetPaymentConnectorCommandInput,
1565
- cb: (err: any, data?: GetPaymentConnectorCommandOutput) => void
1541
+ cb: (err: any, data?: GetPaymentConnectorCommandOutput) => void,
1566
1542
  ): void;
1567
1543
  getPaymentConnector(
1568
1544
  args: GetPaymentConnectorCommandInput,
1569
1545
  options: __HttpHandlerOptions,
1570
- cb: (err: any, data?: GetPaymentConnectorCommandOutput) => void
1546
+ cb: (err: any, data?: GetPaymentConnectorCommandOutput) => void,
1571
1547
  ): void;
1572
1548
  getPaymentCredentialProvider(
1573
1549
  args: GetPaymentCredentialProviderCommandInput,
1574
- options?: __HttpHandlerOptions
1550
+ options?: __HttpHandlerOptions,
1575
1551
  ): Promise<GetPaymentCredentialProviderCommandOutput>;
1576
1552
  getPaymentCredentialProvider(
1577
1553
  args: GetPaymentCredentialProviderCommandInput,
1578
- cb: (err: any, data?: GetPaymentCredentialProviderCommandOutput) => void
1554
+ cb: (err: any, data?: GetPaymentCredentialProviderCommandOutput) => void,
1579
1555
  ): void;
1580
1556
  getPaymentCredentialProvider(
1581
1557
  args: GetPaymentCredentialProviderCommandInput,
1582
1558
  options: __HttpHandlerOptions,
1583
- cb: (err: any, data?: GetPaymentCredentialProviderCommandOutput) => void
1559
+ cb: (err: any, data?: GetPaymentCredentialProviderCommandOutput) => void,
1584
1560
  ): void;
1585
1561
  getPaymentManager(
1586
1562
  args: GetPaymentManagerCommandInput,
1587
- options?: __HttpHandlerOptions
1563
+ options?: __HttpHandlerOptions,
1588
1564
  ): Promise<GetPaymentManagerCommandOutput>;
1589
1565
  getPaymentManager(
1590
1566
  args: GetPaymentManagerCommandInput,
1591
- cb: (err: any, data?: GetPaymentManagerCommandOutput) => void
1567
+ cb: (err: any, data?: GetPaymentManagerCommandOutput) => void,
1592
1568
  ): void;
1593
1569
  getPaymentManager(
1594
1570
  args: GetPaymentManagerCommandInput,
1595
1571
  options: __HttpHandlerOptions,
1596
- cb: (err: any, data?: GetPaymentManagerCommandOutput) => void
1572
+ cb: (err: any, data?: GetPaymentManagerCommandOutput) => void,
1597
1573
  ): void;
1598
1574
  getPolicy(
1599
1575
  args: GetPolicyCommandInput,
1600
- options?: __HttpHandlerOptions
1576
+ options?: __HttpHandlerOptions,
1601
1577
  ): Promise<GetPolicyCommandOutput>;
1602
1578
  getPolicy(
1603
1579
  args: GetPolicyCommandInput,
1604
- cb: (err: any, data?: GetPolicyCommandOutput) => void
1580
+ cb: (err: any, data?: GetPolicyCommandOutput) => void,
1605
1581
  ): void;
1606
1582
  getPolicy(
1607
1583
  args: GetPolicyCommandInput,
1608
1584
  options: __HttpHandlerOptions,
1609
- cb: (err: any, data?: GetPolicyCommandOutput) => void
1585
+ cb: (err: any, data?: GetPolicyCommandOutput) => void,
1610
1586
  ): void;
1611
1587
  getPolicyEngine(
1612
1588
  args: GetPolicyEngineCommandInput,
1613
- options?: __HttpHandlerOptions
1589
+ options?: __HttpHandlerOptions,
1614
1590
  ): Promise<GetPolicyEngineCommandOutput>;
1615
1591
  getPolicyEngine(
1616
1592
  args: GetPolicyEngineCommandInput,
1617
- cb: (err: any, data?: GetPolicyEngineCommandOutput) => void
1593
+ cb: (err: any, data?: GetPolicyEngineCommandOutput) => void,
1618
1594
  ): void;
1619
1595
  getPolicyEngine(
1620
1596
  args: GetPolicyEngineCommandInput,
1621
1597
  options: __HttpHandlerOptions,
1622
- cb: (err: any, data?: GetPolicyEngineCommandOutput) => void
1598
+ cb: (err: any, data?: GetPolicyEngineCommandOutput) => void,
1623
1599
  ): void;
1624
1600
  getPolicyEngineSummary(
1625
1601
  args: GetPolicyEngineSummaryCommandInput,
1626
- options?: __HttpHandlerOptions
1602
+ options?: __HttpHandlerOptions,
1627
1603
  ): Promise<GetPolicyEngineSummaryCommandOutput>;
1628
1604
  getPolicyEngineSummary(
1629
1605
  args: GetPolicyEngineSummaryCommandInput,
1630
- cb: (err: any, data?: GetPolicyEngineSummaryCommandOutput) => void
1606
+ cb: (err: any, data?: GetPolicyEngineSummaryCommandOutput) => void,
1631
1607
  ): void;
1632
1608
  getPolicyEngineSummary(
1633
1609
  args: GetPolicyEngineSummaryCommandInput,
1634
1610
  options: __HttpHandlerOptions,
1635
- cb: (err: any, data?: GetPolicyEngineSummaryCommandOutput) => void
1611
+ cb: (err: any, data?: GetPolicyEngineSummaryCommandOutput) => void,
1636
1612
  ): void;
1637
1613
  getPolicyGeneration(
1638
1614
  args: GetPolicyGenerationCommandInput,
1639
- options?: __HttpHandlerOptions
1615
+ options?: __HttpHandlerOptions,
1640
1616
  ): Promise<GetPolicyGenerationCommandOutput>;
1641
1617
  getPolicyGeneration(
1642
1618
  args: GetPolicyGenerationCommandInput,
1643
- cb: (err: any, data?: GetPolicyGenerationCommandOutput) => void
1619
+ cb: (err: any, data?: GetPolicyGenerationCommandOutput) => void,
1644
1620
  ): void;
1645
1621
  getPolicyGeneration(
1646
1622
  args: GetPolicyGenerationCommandInput,
1647
1623
  options: __HttpHandlerOptions,
1648
- cb: (err: any, data?: GetPolicyGenerationCommandOutput) => void
1624
+ cb: (err: any, data?: GetPolicyGenerationCommandOutput) => void,
1649
1625
  ): void;
1650
1626
  getPolicyGenerationSummary(
1651
1627
  args: GetPolicyGenerationSummaryCommandInput,
1652
- options?: __HttpHandlerOptions
1628
+ options?: __HttpHandlerOptions,
1653
1629
  ): Promise<GetPolicyGenerationSummaryCommandOutput>;
1654
1630
  getPolicyGenerationSummary(
1655
1631
  args: GetPolicyGenerationSummaryCommandInput,
1656
- cb: (err: any, data?: GetPolicyGenerationSummaryCommandOutput) => void
1632
+ cb: (err: any, data?: GetPolicyGenerationSummaryCommandOutput) => void,
1657
1633
  ): void;
1658
1634
  getPolicyGenerationSummary(
1659
1635
  args: GetPolicyGenerationSummaryCommandInput,
1660
1636
  options: __HttpHandlerOptions,
1661
- cb: (err: any, data?: GetPolicyGenerationSummaryCommandOutput) => void
1637
+ cb: (err: any, data?: GetPolicyGenerationSummaryCommandOutput) => void,
1662
1638
  ): void;
1663
1639
  getPolicySummary(
1664
1640
  args: GetPolicySummaryCommandInput,
1665
- options?: __HttpHandlerOptions
1641
+ options?: __HttpHandlerOptions,
1666
1642
  ): Promise<GetPolicySummaryCommandOutput>;
1667
1643
  getPolicySummary(
1668
1644
  args: GetPolicySummaryCommandInput,
1669
- cb: (err: any, data?: GetPolicySummaryCommandOutput) => void
1645
+ cb: (err: any, data?: GetPolicySummaryCommandOutput) => void,
1670
1646
  ): void;
1671
1647
  getPolicySummary(
1672
1648
  args: GetPolicySummaryCommandInput,
1673
1649
  options: __HttpHandlerOptions,
1674
- cb: (err: any, data?: GetPolicySummaryCommandOutput) => void
1650
+ cb: (err: any, data?: GetPolicySummaryCommandOutput) => void,
1675
1651
  ): void;
1676
1652
  getRegistry(
1677
1653
  args: GetRegistryCommandInput,
1678
- options?: __HttpHandlerOptions
1654
+ options?: __HttpHandlerOptions,
1679
1655
  ): Promise<GetRegistryCommandOutput>;
1680
1656
  getRegistry(
1681
1657
  args: GetRegistryCommandInput,
1682
- cb: (err: any, data?: GetRegistryCommandOutput) => void
1658
+ cb: (err: any, data?: GetRegistryCommandOutput) => void,
1683
1659
  ): void;
1684
1660
  getRegistry(
1685
1661
  args: GetRegistryCommandInput,
1686
1662
  options: __HttpHandlerOptions,
1687
- cb: (err: any, data?: GetRegistryCommandOutput) => void
1663
+ cb: (err: any, data?: GetRegistryCommandOutput) => void,
1688
1664
  ): void;
1689
1665
  getRegistryRecord(
1690
1666
  args: GetRegistryRecordCommandInput,
1691
- options?: __HttpHandlerOptions
1667
+ options?: __HttpHandlerOptions,
1692
1668
  ): Promise<GetRegistryRecordCommandOutput>;
1693
1669
  getRegistryRecord(
1694
1670
  args: GetRegistryRecordCommandInput,
1695
- cb: (err: any, data?: GetRegistryRecordCommandOutput) => void
1671
+ cb: (err: any, data?: GetRegistryRecordCommandOutput) => void,
1696
1672
  ): void;
1697
1673
  getRegistryRecord(
1698
1674
  args: GetRegistryRecordCommandInput,
1699
1675
  options: __HttpHandlerOptions,
1700
- cb: (err: any, data?: GetRegistryRecordCommandOutput) => void
1676
+ cb: (err: any, data?: GetRegistryRecordCommandOutput) => void,
1701
1677
  ): void;
1702
1678
  getResourcePolicy(
1703
1679
  args: GetResourcePolicyCommandInput,
1704
- options?: __HttpHandlerOptions
1680
+ options?: __HttpHandlerOptions,
1705
1681
  ): Promise<GetResourcePolicyCommandOutput>;
1706
1682
  getResourcePolicy(
1707
1683
  args: GetResourcePolicyCommandInput,
1708
- cb: (err: any, data?: GetResourcePolicyCommandOutput) => void
1684
+ cb: (err: any, data?: GetResourcePolicyCommandOutput) => void,
1709
1685
  ): void;
1710
1686
  getResourcePolicy(
1711
1687
  args: GetResourcePolicyCommandInput,
1712
1688
  options: __HttpHandlerOptions,
1713
- cb: (err: any, data?: GetResourcePolicyCommandOutput) => void
1689
+ cb: (err: any, data?: GetResourcePolicyCommandOutput) => void,
1714
1690
  ): void;
1715
1691
  getTokenVault(): Promise<GetTokenVaultCommandOutput>;
1716
1692
  getTokenVault(
1717
1693
  args: GetTokenVaultCommandInput,
1718
- options?: __HttpHandlerOptions
1694
+ options?: __HttpHandlerOptions,
1719
1695
  ): Promise<GetTokenVaultCommandOutput>;
1720
1696
  getTokenVault(
1721
1697
  args: GetTokenVaultCommandInput,
1722
- cb: (err: any, data?: GetTokenVaultCommandOutput) => void
1698
+ cb: (err: any, data?: GetTokenVaultCommandOutput) => void,
1723
1699
  ): void;
1724
1700
  getTokenVault(
1725
1701
  args: GetTokenVaultCommandInput,
1726
1702
  options: __HttpHandlerOptions,
1727
- cb: (err: any, data?: GetTokenVaultCommandOutput) => void
1703
+ cb: (err: any, data?: GetTokenVaultCommandOutput) => void,
1728
1704
  ): void;
1729
1705
  getWorkloadIdentity(
1730
1706
  args: GetWorkloadIdentityCommandInput,
1731
- options?: __HttpHandlerOptions
1707
+ options?: __HttpHandlerOptions,
1732
1708
  ): Promise<GetWorkloadIdentityCommandOutput>;
1733
1709
  getWorkloadIdentity(
1734
1710
  args: GetWorkloadIdentityCommandInput,
1735
- cb: (err: any, data?: GetWorkloadIdentityCommandOutput) => void
1711
+ cb: (err: any, data?: GetWorkloadIdentityCommandOutput) => void,
1736
1712
  ): void;
1737
1713
  getWorkloadIdentity(
1738
1714
  args: GetWorkloadIdentityCommandInput,
1739
1715
  options: __HttpHandlerOptions,
1740
- cb: (err: any, data?: GetWorkloadIdentityCommandOutput) => void
1716
+ cb: (err: any, data?: GetWorkloadIdentityCommandOutput) => void,
1741
1717
  ): void;
1742
1718
  listAgentRuntimeEndpoints(
1743
1719
  args: ListAgentRuntimeEndpointsCommandInput,
1744
- options?: __HttpHandlerOptions
1720
+ options?: __HttpHandlerOptions,
1745
1721
  ): Promise<ListAgentRuntimeEndpointsCommandOutput>;
1746
1722
  listAgentRuntimeEndpoints(
1747
1723
  args: ListAgentRuntimeEndpointsCommandInput,
1748
- cb: (err: any, data?: ListAgentRuntimeEndpointsCommandOutput) => void
1724
+ cb: (err: any, data?: ListAgentRuntimeEndpointsCommandOutput) => void,
1749
1725
  ): void;
1750
1726
  listAgentRuntimeEndpoints(
1751
1727
  args: ListAgentRuntimeEndpointsCommandInput,
1752
1728
  options: __HttpHandlerOptions,
1753
- cb: (err: any, data?: ListAgentRuntimeEndpointsCommandOutput) => void
1729
+ cb: (err: any, data?: ListAgentRuntimeEndpointsCommandOutput) => void,
1754
1730
  ): void;
1755
1731
  listAgentRuntimes(): Promise<ListAgentRuntimesCommandOutput>;
1756
1732
  listAgentRuntimes(
1757
1733
  args: ListAgentRuntimesCommandInput,
1758
- options?: __HttpHandlerOptions
1734
+ options?: __HttpHandlerOptions,
1759
1735
  ): Promise<ListAgentRuntimesCommandOutput>;
1760
1736
  listAgentRuntimes(
1761
1737
  args: ListAgentRuntimesCommandInput,
1762
- cb: (err: any, data?: ListAgentRuntimesCommandOutput) => void
1738
+ cb: (err: any, data?: ListAgentRuntimesCommandOutput) => void,
1763
1739
  ): void;
1764
1740
  listAgentRuntimes(
1765
1741
  args: ListAgentRuntimesCommandInput,
1766
1742
  options: __HttpHandlerOptions,
1767
- cb: (err: any, data?: ListAgentRuntimesCommandOutput) => void
1743
+ cb: (err: any, data?: ListAgentRuntimesCommandOutput) => void,
1768
1744
  ): void;
1769
1745
  listAgentRuntimeVersions(
1770
1746
  args: ListAgentRuntimeVersionsCommandInput,
1771
- options?: __HttpHandlerOptions
1747
+ options?: __HttpHandlerOptions,
1772
1748
  ): Promise<ListAgentRuntimeVersionsCommandOutput>;
1773
1749
  listAgentRuntimeVersions(
1774
1750
  args: ListAgentRuntimeVersionsCommandInput,
1775
- cb: (err: any, data?: ListAgentRuntimeVersionsCommandOutput) => void
1751
+ cb: (err: any, data?: ListAgentRuntimeVersionsCommandOutput) => void,
1776
1752
  ): void;
1777
1753
  listAgentRuntimeVersions(
1778
1754
  args: ListAgentRuntimeVersionsCommandInput,
1779
1755
  options: __HttpHandlerOptions,
1780
- cb: (err: any, data?: ListAgentRuntimeVersionsCommandOutput) => void
1756
+ cb: (err: any, data?: ListAgentRuntimeVersionsCommandOutput) => void,
1781
1757
  ): void;
1782
1758
  listApiKeyCredentialProviders(): Promise<ListApiKeyCredentialProvidersCommandOutput>;
1783
1759
  listApiKeyCredentialProviders(
1784
1760
  args: ListApiKeyCredentialProvidersCommandInput,
1785
- options?: __HttpHandlerOptions
1761
+ options?: __HttpHandlerOptions,
1786
1762
  ): Promise<ListApiKeyCredentialProvidersCommandOutput>;
1787
1763
  listApiKeyCredentialProviders(
1788
1764
  args: ListApiKeyCredentialProvidersCommandInput,
1789
- cb: (err: any, data?: ListApiKeyCredentialProvidersCommandOutput) => void
1765
+ cb: (err: any, data?: ListApiKeyCredentialProvidersCommandOutput) => void,
1790
1766
  ): void;
1791
1767
  listApiKeyCredentialProviders(
1792
1768
  args: ListApiKeyCredentialProvidersCommandInput,
1793
1769
  options: __HttpHandlerOptions,
1794
- cb: (err: any, data?: ListApiKeyCredentialProvidersCommandOutput) => void
1770
+ cb: (err: any, data?: ListApiKeyCredentialProvidersCommandOutput) => void,
1795
1771
  ): void;
1796
1772
  listBrowserProfiles(): Promise<ListBrowserProfilesCommandOutput>;
1797
1773
  listBrowserProfiles(
1798
1774
  args: ListBrowserProfilesCommandInput,
1799
- options?: __HttpHandlerOptions
1775
+ options?: __HttpHandlerOptions,
1800
1776
  ): Promise<ListBrowserProfilesCommandOutput>;
1801
1777
  listBrowserProfiles(
1802
1778
  args: ListBrowserProfilesCommandInput,
1803
- cb: (err: any, data?: ListBrowserProfilesCommandOutput) => void
1779
+ cb: (err: any, data?: ListBrowserProfilesCommandOutput) => void,
1804
1780
  ): void;
1805
1781
  listBrowserProfiles(
1806
1782
  args: ListBrowserProfilesCommandInput,
1807
1783
  options: __HttpHandlerOptions,
1808
- cb: (err: any, data?: ListBrowserProfilesCommandOutput) => void
1784
+ cb: (err: any, data?: ListBrowserProfilesCommandOutput) => void,
1809
1785
  ): void;
1810
1786
  listBrowsers(): Promise<ListBrowsersCommandOutput>;
1811
1787
  listBrowsers(
1812
1788
  args: ListBrowsersCommandInput,
1813
- options?: __HttpHandlerOptions
1789
+ options?: __HttpHandlerOptions,
1814
1790
  ): Promise<ListBrowsersCommandOutput>;
1815
1791
  listBrowsers(
1816
1792
  args: ListBrowsersCommandInput,
1817
- cb: (err: any, data?: ListBrowsersCommandOutput) => void
1793
+ cb: (err: any, data?: ListBrowsersCommandOutput) => void,
1818
1794
  ): void;
1819
1795
  listBrowsers(
1820
1796
  args: ListBrowsersCommandInput,
1821
1797
  options: __HttpHandlerOptions,
1822
- cb: (err: any, data?: ListBrowsersCommandOutput) => void
1798
+ cb: (err: any, data?: ListBrowsersCommandOutput) => void,
1823
1799
  ): void;
1824
1800
  listCodeInterpreters(): Promise<ListCodeInterpretersCommandOutput>;
1825
1801
  listCodeInterpreters(
1826
1802
  args: ListCodeInterpretersCommandInput,
1827
- options?: __HttpHandlerOptions
1803
+ options?: __HttpHandlerOptions,
1828
1804
  ): Promise<ListCodeInterpretersCommandOutput>;
1829
1805
  listCodeInterpreters(
1830
1806
  args: ListCodeInterpretersCommandInput,
1831
- cb: (err: any, data?: ListCodeInterpretersCommandOutput) => void
1807
+ cb: (err: any, data?: ListCodeInterpretersCommandOutput) => void,
1832
1808
  ): void;
1833
1809
  listCodeInterpreters(
1834
1810
  args: ListCodeInterpretersCommandInput,
1835
1811
  options: __HttpHandlerOptions,
1836
- cb: (err: any, data?: ListCodeInterpretersCommandOutput) => void
1812
+ cb: (err: any, data?: ListCodeInterpretersCommandOutput) => void,
1837
1813
  ): void;
1838
1814
  listConfigurationBundles(): Promise<ListConfigurationBundlesCommandOutput>;
1839
1815
  listConfigurationBundles(
1840
1816
  args: ListConfigurationBundlesCommandInput,
1841
- options?: __HttpHandlerOptions
1817
+ options?: __HttpHandlerOptions,
1842
1818
  ): Promise<ListConfigurationBundlesCommandOutput>;
1843
1819
  listConfigurationBundles(
1844
1820
  args: ListConfigurationBundlesCommandInput,
1845
- cb: (err: any, data?: ListConfigurationBundlesCommandOutput) => void
1821
+ cb: (err: any, data?: ListConfigurationBundlesCommandOutput) => void,
1846
1822
  ): void;
1847
1823
  listConfigurationBundles(
1848
1824
  args: ListConfigurationBundlesCommandInput,
1849
1825
  options: __HttpHandlerOptions,
1850
- cb: (err: any, data?: ListConfigurationBundlesCommandOutput) => void
1826
+ cb: (err: any, data?: ListConfigurationBundlesCommandOutput) => void,
1851
1827
  ): void;
1852
1828
  listConfigurationBundleVersions(
1853
1829
  args: ListConfigurationBundleVersionsCommandInput,
1854
- options?: __HttpHandlerOptions
1830
+ options?: __HttpHandlerOptions,
1855
1831
  ): Promise<ListConfigurationBundleVersionsCommandOutput>;
1856
1832
  listConfigurationBundleVersions(
1857
1833
  args: ListConfigurationBundleVersionsCommandInput,
1858
- cb: (err: any, data?: ListConfigurationBundleVersionsCommandOutput) => void
1834
+ cb: (err: any, data?: ListConfigurationBundleVersionsCommandOutput) => void,
1859
1835
  ): void;
1860
1836
  listConfigurationBundleVersions(
1861
1837
  args: ListConfigurationBundleVersionsCommandInput,
1862
1838
  options: __HttpHandlerOptions,
1863
- cb: (err: any, data?: ListConfigurationBundleVersionsCommandOutput) => void
1839
+ cb: (err: any, data?: ListConfigurationBundleVersionsCommandOutput) => void,
1864
1840
  ): void;
1865
1841
  listDatasetExamples(
1866
1842
  args: ListDatasetExamplesCommandInput,
1867
- options?: __HttpHandlerOptions
1843
+ options?: __HttpHandlerOptions,
1868
1844
  ): Promise<ListDatasetExamplesCommandOutput>;
1869
1845
  listDatasetExamples(
1870
1846
  args: ListDatasetExamplesCommandInput,
1871
- cb: (err: any, data?: ListDatasetExamplesCommandOutput) => void
1847
+ cb: (err: any, data?: ListDatasetExamplesCommandOutput) => void,
1872
1848
  ): void;
1873
1849
  listDatasetExamples(
1874
1850
  args: ListDatasetExamplesCommandInput,
1875
1851
  options: __HttpHandlerOptions,
1876
- cb: (err: any, data?: ListDatasetExamplesCommandOutput) => void
1852
+ cb: (err: any, data?: ListDatasetExamplesCommandOutput) => void,
1877
1853
  ): void;
1878
1854
  listDatasets(): Promise<ListDatasetsCommandOutput>;
1879
1855
  listDatasets(
1880
1856
  args: ListDatasetsCommandInput,
1881
- options?: __HttpHandlerOptions
1857
+ options?: __HttpHandlerOptions,
1882
1858
  ): Promise<ListDatasetsCommandOutput>;
1883
1859
  listDatasets(
1884
1860
  args: ListDatasetsCommandInput,
1885
- cb: (err: any, data?: ListDatasetsCommandOutput) => void
1861
+ cb: (err: any, data?: ListDatasetsCommandOutput) => void,
1886
1862
  ): void;
1887
1863
  listDatasets(
1888
1864
  args: ListDatasetsCommandInput,
1889
1865
  options: __HttpHandlerOptions,
1890
- cb: (err: any, data?: ListDatasetsCommandOutput) => void
1866
+ cb: (err: any, data?: ListDatasetsCommandOutput) => void,
1891
1867
  ): void;
1892
1868
  listDatasetVersions(
1893
1869
  args: ListDatasetVersionsCommandInput,
1894
- options?: __HttpHandlerOptions
1870
+ options?: __HttpHandlerOptions,
1895
1871
  ): Promise<ListDatasetVersionsCommandOutput>;
1896
1872
  listDatasetVersions(
1897
1873
  args: ListDatasetVersionsCommandInput,
1898
- cb: (err: any, data?: ListDatasetVersionsCommandOutput) => void
1874
+ cb: (err: any, data?: ListDatasetVersionsCommandOutput) => void,
1899
1875
  ): void;
1900
1876
  listDatasetVersions(
1901
1877
  args: ListDatasetVersionsCommandInput,
1902
1878
  options: __HttpHandlerOptions,
1903
- cb: (err: any, data?: ListDatasetVersionsCommandOutput) => void
1879
+ cb: (err: any, data?: ListDatasetVersionsCommandOutput) => void,
1904
1880
  ): void;
1905
1881
  listEvaluators(): Promise<ListEvaluatorsCommandOutput>;
1906
1882
  listEvaluators(
1907
1883
  args: ListEvaluatorsCommandInput,
1908
- options?: __HttpHandlerOptions
1884
+ options?: __HttpHandlerOptions,
1909
1885
  ): Promise<ListEvaluatorsCommandOutput>;
1910
1886
  listEvaluators(
1911
1887
  args: ListEvaluatorsCommandInput,
1912
- cb: (err: any, data?: ListEvaluatorsCommandOutput) => void
1888
+ cb: (err: any, data?: ListEvaluatorsCommandOutput) => void,
1913
1889
  ): void;
1914
1890
  listEvaluators(
1915
1891
  args: ListEvaluatorsCommandInput,
1916
1892
  options: __HttpHandlerOptions,
1917
- cb: (err: any, data?: ListEvaluatorsCommandOutput) => void
1893
+ cb: (err: any, data?: ListEvaluatorsCommandOutput) => void,
1918
1894
  ): void;
1919
1895
  listGatewayRules(
1920
1896
  args: ListGatewayRulesCommandInput,
1921
- options?: __HttpHandlerOptions
1897
+ options?: __HttpHandlerOptions,
1922
1898
  ): Promise<ListGatewayRulesCommandOutput>;
1923
1899
  listGatewayRules(
1924
1900
  args: ListGatewayRulesCommandInput,
1925
- cb: (err: any, data?: ListGatewayRulesCommandOutput) => void
1901
+ cb: (err: any, data?: ListGatewayRulesCommandOutput) => void,
1926
1902
  ): void;
1927
1903
  listGatewayRules(
1928
1904
  args: ListGatewayRulesCommandInput,
1929
1905
  options: __HttpHandlerOptions,
1930
- cb: (err: any, data?: ListGatewayRulesCommandOutput) => void
1906
+ cb: (err: any, data?: ListGatewayRulesCommandOutput) => void,
1931
1907
  ): void;
1932
1908
  listGateways(): Promise<ListGatewaysCommandOutput>;
1933
1909
  listGateways(
1934
1910
  args: ListGatewaysCommandInput,
1935
- options?: __HttpHandlerOptions
1911
+ options?: __HttpHandlerOptions,
1936
1912
  ): Promise<ListGatewaysCommandOutput>;
1937
1913
  listGateways(
1938
1914
  args: ListGatewaysCommandInput,
1939
- cb: (err: any, data?: ListGatewaysCommandOutput) => void
1915
+ cb: (err: any, data?: ListGatewaysCommandOutput) => void,
1940
1916
  ): void;
1941
1917
  listGateways(
1942
1918
  args: ListGatewaysCommandInput,
1943
1919
  options: __HttpHandlerOptions,
1944
- cb: (err: any, data?: ListGatewaysCommandOutput) => void
1920
+ cb: (err: any, data?: ListGatewaysCommandOutput) => void,
1945
1921
  ): void;
1946
1922
  listGatewayTargets(
1947
1923
  args: ListGatewayTargetsCommandInput,
1948
- options?: __HttpHandlerOptions
1924
+ options?: __HttpHandlerOptions,
1949
1925
  ): Promise<ListGatewayTargetsCommandOutput>;
1950
1926
  listGatewayTargets(
1951
1927
  args: ListGatewayTargetsCommandInput,
1952
- cb: (err: any, data?: ListGatewayTargetsCommandOutput) => void
1928
+ cb: (err: any, data?: ListGatewayTargetsCommandOutput) => void,
1953
1929
  ): void;
1954
1930
  listGatewayTargets(
1955
1931
  args: ListGatewayTargetsCommandInput,
1956
1932
  options: __HttpHandlerOptions,
1957
- cb: (err: any, data?: ListGatewayTargetsCommandOutput) => void
1933
+ cb: (err: any, data?: ListGatewayTargetsCommandOutput) => void,
1958
1934
  ): void;
1959
1935
  listHarnessEndpoints(
1960
1936
  args: ListHarnessEndpointsCommandInput,
1961
- options?: __HttpHandlerOptions
1937
+ options?: __HttpHandlerOptions,
1962
1938
  ): Promise<ListHarnessEndpointsCommandOutput>;
1963
1939
  listHarnessEndpoints(
1964
1940
  args: ListHarnessEndpointsCommandInput,
1965
- cb: (err: any, data?: ListHarnessEndpointsCommandOutput) => void
1941
+ cb: (err: any, data?: ListHarnessEndpointsCommandOutput) => void,
1966
1942
  ): void;
1967
1943
  listHarnessEndpoints(
1968
1944
  args: ListHarnessEndpointsCommandInput,
1969
1945
  options: __HttpHandlerOptions,
1970
- cb: (err: any, data?: ListHarnessEndpointsCommandOutput) => void
1946
+ cb: (err: any, data?: ListHarnessEndpointsCommandOutput) => void,
1971
1947
  ): void;
1972
1948
  listHarnesses(): Promise<ListHarnessesCommandOutput>;
1973
1949
  listHarnesses(
1974
1950
  args: ListHarnessesCommandInput,
1975
- options?: __HttpHandlerOptions
1951
+ options?: __HttpHandlerOptions,
1976
1952
  ): Promise<ListHarnessesCommandOutput>;
1977
1953
  listHarnesses(
1978
1954
  args: ListHarnessesCommandInput,
1979
- cb: (err: any, data?: ListHarnessesCommandOutput) => void
1955
+ cb: (err: any, data?: ListHarnessesCommandOutput) => void,
1980
1956
  ): void;
1981
1957
  listHarnesses(
1982
1958
  args: ListHarnessesCommandInput,
1983
1959
  options: __HttpHandlerOptions,
1984
- cb: (err: any, data?: ListHarnessesCommandOutput) => void
1960
+ cb: (err: any, data?: ListHarnessesCommandOutput) => void,
1985
1961
  ): void;
1986
1962
  listHarnessVersions(
1987
1963
  args: ListHarnessVersionsCommandInput,
1988
- options?: __HttpHandlerOptions
1964
+ options?: __HttpHandlerOptions,
1989
1965
  ): Promise<ListHarnessVersionsCommandOutput>;
1990
1966
  listHarnessVersions(
1991
1967
  args: ListHarnessVersionsCommandInput,
1992
- cb: (err: any, data?: ListHarnessVersionsCommandOutput) => void
1968
+ cb: (err: any, data?: ListHarnessVersionsCommandOutput) => void,
1993
1969
  ): void;
1994
1970
  listHarnessVersions(
1995
1971
  args: ListHarnessVersionsCommandInput,
1996
1972
  options: __HttpHandlerOptions,
1997
- cb: (err: any, data?: ListHarnessVersionsCommandOutput) => void
1973
+ cb: (err: any, data?: ListHarnessVersionsCommandOutput) => void,
1998
1974
  ): void;
1999
1975
  listMemories(): Promise<ListMemoriesCommandOutput>;
2000
1976
  listMemories(
2001
1977
  args: ListMemoriesCommandInput,
2002
- options?: __HttpHandlerOptions
1978
+ options?: __HttpHandlerOptions,
2003
1979
  ): Promise<ListMemoriesCommandOutput>;
2004
1980
  listMemories(
2005
1981
  args: ListMemoriesCommandInput,
2006
- cb: (err: any, data?: ListMemoriesCommandOutput) => void
1982
+ cb: (err: any, data?: ListMemoriesCommandOutput) => void,
2007
1983
  ): void;
2008
1984
  listMemories(
2009
1985
  args: ListMemoriesCommandInput,
2010
1986
  options: __HttpHandlerOptions,
2011
- cb: (err: any, data?: ListMemoriesCommandOutput) => void
1987
+ cb: (err: any, data?: ListMemoriesCommandOutput) => void,
2012
1988
  ): void;
2013
1989
  listOauth2CredentialProviders(): Promise<ListOauth2CredentialProvidersCommandOutput>;
2014
1990
  listOauth2CredentialProviders(
2015
1991
  args: ListOauth2CredentialProvidersCommandInput,
2016
- options?: __HttpHandlerOptions
1992
+ options?: __HttpHandlerOptions,
2017
1993
  ): Promise<ListOauth2CredentialProvidersCommandOutput>;
2018
1994
  listOauth2CredentialProviders(
2019
1995
  args: ListOauth2CredentialProvidersCommandInput,
2020
- cb: (err: any, data?: ListOauth2CredentialProvidersCommandOutput) => void
1996
+ cb: (err: any, data?: ListOauth2CredentialProvidersCommandOutput) => void,
2021
1997
  ): void;
2022
1998
  listOauth2CredentialProviders(
2023
1999
  args: ListOauth2CredentialProvidersCommandInput,
2024
2000
  options: __HttpHandlerOptions,
2025
- cb: (err: any, data?: ListOauth2CredentialProvidersCommandOutput) => void
2001
+ cb: (err: any, data?: ListOauth2CredentialProvidersCommandOutput) => void,
2026
2002
  ): void;
2027
2003
  listOnlineEvaluationConfigs(): Promise<ListOnlineEvaluationConfigsCommandOutput>;
2028
2004
  listOnlineEvaluationConfigs(
2029
2005
  args: ListOnlineEvaluationConfigsCommandInput,
2030
- options?: __HttpHandlerOptions
2006
+ options?: __HttpHandlerOptions,
2031
2007
  ): Promise<ListOnlineEvaluationConfigsCommandOutput>;
2032
2008
  listOnlineEvaluationConfigs(
2033
2009
  args: ListOnlineEvaluationConfigsCommandInput,
2034
- cb: (err: any, data?: ListOnlineEvaluationConfigsCommandOutput) => void
2010
+ cb: (err: any, data?: ListOnlineEvaluationConfigsCommandOutput) => void,
2035
2011
  ): void;
2036
2012
  listOnlineEvaluationConfigs(
2037
2013
  args: ListOnlineEvaluationConfigsCommandInput,
2038
2014
  options: __HttpHandlerOptions,
2039
- cb: (err: any, data?: ListOnlineEvaluationConfigsCommandOutput) => void
2015
+ cb: (err: any, data?: ListOnlineEvaluationConfigsCommandOutput) => void,
2040
2016
  ): void;
2041
2017
  listPaymentConnectors(
2042
2018
  args: ListPaymentConnectorsCommandInput,
2043
- options?: __HttpHandlerOptions
2019
+ options?: __HttpHandlerOptions,
2044
2020
  ): Promise<ListPaymentConnectorsCommandOutput>;
2045
2021
  listPaymentConnectors(
2046
2022
  args: ListPaymentConnectorsCommandInput,
2047
- cb: (err: any, data?: ListPaymentConnectorsCommandOutput) => void
2023
+ cb: (err: any, data?: ListPaymentConnectorsCommandOutput) => void,
2048
2024
  ): void;
2049
2025
  listPaymentConnectors(
2050
2026
  args: ListPaymentConnectorsCommandInput,
2051
2027
  options: __HttpHandlerOptions,
2052
- cb: (err: any, data?: ListPaymentConnectorsCommandOutput) => void
2028
+ cb: (err: any, data?: ListPaymentConnectorsCommandOutput) => void,
2053
2029
  ): void;
2054
2030
  listPaymentCredentialProviders(): Promise<ListPaymentCredentialProvidersCommandOutput>;
2055
2031
  listPaymentCredentialProviders(
2056
2032
  args: ListPaymentCredentialProvidersCommandInput,
2057
- options?: __HttpHandlerOptions
2033
+ options?: __HttpHandlerOptions,
2058
2034
  ): Promise<ListPaymentCredentialProvidersCommandOutput>;
2059
2035
  listPaymentCredentialProviders(
2060
2036
  args: ListPaymentCredentialProvidersCommandInput,
2061
- cb: (err: any, data?: ListPaymentCredentialProvidersCommandOutput) => void
2037
+ cb: (err: any, data?: ListPaymentCredentialProvidersCommandOutput) => void,
2062
2038
  ): void;
2063
2039
  listPaymentCredentialProviders(
2064
2040
  args: ListPaymentCredentialProvidersCommandInput,
2065
2041
  options: __HttpHandlerOptions,
2066
- cb: (err: any, data?: ListPaymentCredentialProvidersCommandOutput) => void
2042
+ cb: (err: any, data?: ListPaymentCredentialProvidersCommandOutput) => void,
2067
2043
  ): void;
2068
2044
  listPaymentManagers(): Promise<ListPaymentManagersCommandOutput>;
2069
2045
  listPaymentManagers(
2070
2046
  args: ListPaymentManagersCommandInput,
2071
- options?: __HttpHandlerOptions
2047
+ options?: __HttpHandlerOptions,
2072
2048
  ): Promise<ListPaymentManagersCommandOutput>;
2073
2049
  listPaymentManagers(
2074
2050
  args: ListPaymentManagersCommandInput,
2075
- cb: (err: any, data?: ListPaymentManagersCommandOutput) => void
2051
+ cb: (err: any, data?: ListPaymentManagersCommandOutput) => void,
2076
2052
  ): void;
2077
2053
  listPaymentManagers(
2078
2054
  args: ListPaymentManagersCommandInput,
2079
2055
  options: __HttpHandlerOptions,
2080
- cb: (err: any, data?: ListPaymentManagersCommandOutput) => void
2056
+ cb: (err: any, data?: ListPaymentManagersCommandOutput) => void,
2081
2057
  ): void;
2082
2058
  listPolicies(
2083
2059
  args: ListPoliciesCommandInput,
2084
- options?: __HttpHandlerOptions
2060
+ options?: __HttpHandlerOptions,
2085
2061
  ): Promise<ListPoliciesCommandOutput>;
2086
2062
  listPolicies(
2087
2063
  args: ListPoliciesCommandInput,
2088
- cb: (err: any, data?: ListPoliciesCommandOutput) => void
2064
+ cb: (err: any, data?: ListPoliciesCommandOutput) => void,
2089
2065
  ): void;
2090
2066
  listPolicies(
2091
2067
  args: ListPoliciesCommandInput,
2092
2068
  options: __HttpHandlerOptions,
2093
- cb: (err: any, data?: ListPoliciesCommandOutput) => void
2069
+ cb: (err: any, data?: ListPoliciesCommandOutput) => void,
2094
2070
  ): void;
2095
2071
  listPolicyEngines(): Promise<ListPolicyEnginesCommandOutput>;
2096
2072
  listPolicyEngines(
2097
2073
  args: ListPolicyEnginesCommandInput,
2098
- options?: __HttpHandlerOptions
2074
+ options?: __HttpHandlerOptions,
2099
2075
  ): Promise<ListPolicyEnginesCommandOutput>;
2100
2076
  listPolicyEngines(
2101
2077
  args: ListPolicyEnginesCommandInput,
2102
- cb: (err: any, data?: ListPolicyEnginesCommandOutput) => void
2078
+ cb: (err: any, data?: ListPolicyEnginesCommandOutput) => void,
2103
2079
  ): void;
2104
2080
  listPolicyEngines(
2105
2081
  args: ListPolicyEnginesCommandInput,
2106
2082
  options: __HttpHandlerOptions,
2107
- cb: (err: any, data?: ListPolicyEnginesCommandOutput) => void
2083
+ cb: (err: any, data?: ListPolicyEnginesCommandOutput) => void,
2108
2084
  ): void;
2109
2085
  listPolicyEngineSummaries(): Promise<ListPolicyEngineSummariesCommandOutput>;
2110
2086
  listPolicyEngineSummaries(
2111
2087
  args: ListPolicyEngineSummariesCommandInput,
2112
- options?: __HttpHandlerOptions
2088
+ options?: __HttpHandlerOptions,
2113
2089
  ): Promise<ListPolicyEngineSummariesCommandOutput>;
2114
2090
  listPolicyEngineSummaries(
2115
2091
  args: ListPolicyEngineSummariesCommandInput,
2116
- cb: (err: any, data?: ListPolicyEngineSummariesCommandOutput) => void
2092
+ cb: (err: any, data?: ListPolicyEngineSummariesCommandOutput) => void,
2117
2093
  ): void;
2118
2094
  listPolicyEngineSummaries(
2119
2095
  args: ListPolicyEngineSummariesCommandInput,
2120
2096
  options: __HttpHandlerOptions,
2121
- cb: (err: any, data?: ListPolicyEngineSummariesCommandOutput) => void
2097
+ cb: (err: any, data?: ListPolicyEngineSummariesCommandOutput) => void,
2122
2098
  ): void;
2123
2099
  listPolicyGenerationAssets(
2124
2100
  args: ListPolicyGenerationAssetsCommandInput,
2125
- options?: __HttpHandlerOptions
2101
+ options?: __HttpHandlerOptions,
2126
2102
  ): Promise<ListPolicyGenerationAssetsCommandOutput>;
2127
2103
  listPolicyGenerationAssets(
2128
2104
  args: ListPolicyGenerationAssetsCommandInput,
2129
- cb: (err: any, data?: ListPolicyGenerationAssetsCommandOutput) => void
2105
+ cb: (err: any, data?: ListPolicyGenerationAssetsCommandOutput) => void,
2130
2106
  ): void;
2131
2107
  listPolicyGenerationAssets(
2132
2108
  args: ListPolicyGenerationAssetsCommandInput,
2133
2109
  options: __HttpHandlerOptions,
2134
- cb: (err: any, data?: ListPolicyGenerationAssetsCommandOutput) => void
2110
+ cb: (err: any, data?: ListPolicyGenerationAssetsCommandOutput) => void,
2135
2111
  ): void;
2136
2112
  listPolicyGenerations(
2137
2113
  args: ListPolicyGenerationsCommandInput,
2138
- options?: __HttpHandlerOptions
2114
+ options?: __HttpHandlerOptions,
2139
2115
  ): Promise<ListPolicyGenerationsCommandOutput>;
2140
2116
  listPolicyGenerations(
2141
2117
  args: ListPolicyGenerationsCommandInput,
2142
- cb: (err: any, data?: ListPolicyGenerationsCommandOutput) => void
2118
+ cb: (err: any, data?: ListPolicyGenerationsCommandOutput) => void,
2143
2119
  ): void;
2144
2120
  listPolicyGenerations(
2145
2121
  args: ListPolicyGenerationsCommandInput,
2146
2122
  options: __HttpHandlerOptions,
2147
- cb: (err: any, data?: ListPolicyGenerationsCommandOutput) => void
2123
+ cb: (err: any, data?: ListPolicyGenerationsCommandOutput) => void,
2148
2124
  ): void;
2149
2125
  listPolicyGenerationSummaries(
2150
2126
  args: ListPolicyGenerationSummariesCommandInput,
2151
- options?: __HttpHandlerOptions
2127
+ options?: __HttpHandlerOptions,
2152
2128
  ): Promise<ListPolicyGenerationSummariesCommandOutput>;
2153
2129
  listPolicyGenerationSummaries(
2154
2130
  args: ListPolicyGenerationSummariesCommandInput,
2155
- cb: (err: any, data?: ListPolicyGenerationSummariesCommandOutput) => void
2131
+ cb: (err: any, data?: ListPolicyGenerationSummariesCommandOutput) => void,
2156
2132
  ): void;
2157
2133
  listPolicyGenerationSummaries(
2158
2134
  args: ListPolicyGenerationSummariesCommandInput,
2159
2135
  options: __HttpHandlerOptions,
2160
- cb: (err: any, data?: ListPolicyGenerationSummariesCommandOutput) => void
2136
+ cb: (err: any, data?: ListPolicyGenerationSummariesCommandOutput) => void,
2161
2137
  ): void;
2162
2138
  listPolicySummaries(
2163
2139
  args: ListPolicySummariesCommandInput,
2164
- options?: __HttpHandlerOptions
2140
+ options?: __HttpHandlerOptions,
2165
2141
  ): Promise<ListPolicySummariesCommandOutput>;
2166
2142
  listPolicySummaries(
2167
2143
  args: ListPolicySummariesCommandInput,
2168
- cb: (err: any, data?: ListPolicySummariesCommandOutput) => void
2144
+ cb: (err: any, data?: ListPolicySummariesCommandOutput) => void,
2169
2145
  ): void;
2170
2146
  listPolicySummaries(
2171
2147
  args: ListPolicySummariesCommandInput,
2172
2148
  options: __HttpHandlerOptions,
2173
- cb: (err: any, data?: ListPolicySummariesCommandOutput) => void
2149
+ cb: (err: any, data?: ListPolicySummariesCommandOutput) => void,
2174
2150
  ): void;
2175
2151
  listRegistries(): Promise<ListRegistriesCommandOutput>;
2176
2152
  listRegistries(
2177
2153
  args: ListRegistriesCommandInput,
2178
- options?: __HttpHandlerOptions
2154
+ options?: __HttpHandlerOptions,
2179
2155
  ): Promise<ListRegistriesCommandOutput>;
2180
2156
  listRegistries(
2181
2157
  args: ListRegistriesCommandInput,
2182
- cb: (err: any, data?: ListRegistriesCommandOutput) => void
2158
+ cb: (err: any, data?: ListRegistriesCommandOutput) => void,
2183
2159
  ): void;
2184
2160
  listRegistries(
2185
2161
  args: ListRegistriesCommandInput,
2186
2162
  options: __HttpHandlerOptions,
2187
- cb: (err: any, data?: ListRegistriesCommandOutput) => void
2163
+ cb: (err: any, data?: ListRegistriesCommandOutput) => void,
2188
2164
  ): void;
2189
2165
  listRegistryRecords(
2190
2166
  args: ListRegistryRecordsCommandInput,
2191
- options?: __HttpHandlerOptions
2167
+ options?: __HttpHandlerOptions,
2192
2168
  ): Promise<ListRegistryRecordsCommandOutput>;
2193
2169
  listRegistryRecords(
2194
2170
  args: ListRegistryRecordsCommandInput,
2195
- cb: (err: any, data?: ListRegistryRecordsCommandOutput) => void
2171
+ cb: (err: any, data?: ListRegistryRecordsCommandOutput) => void,
2196
2172
  ): void;
2197
2173
  listRegistryRecords(
2198
2174
  args: ListRegistryRecordsCommandInput,
2199
2175
  options: __HttpHandlerOptions,
2200
- cb: (err: any, data?: ListRegistryRecordsCommandOutput) => void
2176
+ cb: (err: any, data?: ListRegistryRecordsCommandOutput) => void,
2201
2177
  ): void;
2202
2178
  listTagsForResource(
2203
2179
  args: ListTagsForResourceCommandInput,
2204
- options?: __HttpHandlerOptions
2180
+ options?: __HttpHandlerOptions,
2205
2181
  ): Promise<ListTagsForResourceCommandOutput>;
2206
2182
  listTagsForResource(
2207
2183
  args: ListTagsForResourceCommandInput,
2208
- cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
2184
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
2209
2185
  ): void;
2210
2186
  listTagsForResource(
2211
2187
  args: ListTagsForResourceCommandInput,
2212
2188
  options: __HttpHandlerOptions,
2213
- cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
2189
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
2214
2190
  ): void;
2215
2191
  listWorkloadIdentities(): Promise<ListWorkloadIdentitiesCommandOutput>;
2216
2192
  listWorkloadIdentities(
2217
2193
  args: ListWorkloadIdentitiesCommandInput,
2218
- options?: __HttpHandlerOptions
2194
+ options?: __HttpHandlerOptions,
2219
2195
  ): Promise<ListWorkloadIdentitiesCommandOutput>;
2220
2196
  listWorkloadIdentities(
2221
2197
  args: ListWorkloadIdentitiesCommandInput,
2222
- cb: (err: any, data?: ListWorkloadIdentitiesCommandOutput) => void
2198
+ cb: (err: any, data?: ListWorkloadIdentitiesCommandOutput) => void,
2223
2199
  ): void;
2224
2200
  listWorkloadIdentities(
2225
2201
  args: ListWorkloadIdentitiesCommandInput,
2226
2202
  options: __HttpHandlerOptions,
2227
- cb: (err: any, data?: ListWorkloadIdentitiesCommandOutput) => void
2203
+ cb: (err: any, data?: ListWorkloadIdentitiesCommandOutput) => void,
2228
2204
  ): void;
2229
2205
  putResourcePolicy(
2230
2206
  args: PutResourcePolicyCommandInput,
2231
- options?: __HttpHandlerOptions
2207
+ options?: __HttpHandlerOptions,
2232
2208
  ): Promise<PutResourcePolicyCommandOutput>;
2233
2209
  putResourcePolicy(
2234
2210
  args: PutResourcePolicyCommandInput,
2235
- cb: (err: any, data?: PutResourcePolicyCommandOutput) => void
2211
+ cb: (err: any, data?: PutResourcePolicyCommandOutput) => void,
2236
2212
  ): void;
2237
2213
  putResourcePolicy(
2238
2214
  args: PutResourcePolicyCommandInput,
2239
2215
  options: __HttpHandlerOptions,
2240
- cb: (err: any, data?: PutResourcePolicyCommandOutput) => void
2216
+ cb: (err: any, data?: PutResourcePolicyCommandOutput) => void,
2241
2217
  ): void;
2242
2218
  setTokenVaultCMK(
2243
2219
  args: SetTokenVaultCMKCommandInput,
2244
- options?: __HttpHandlerOptions
2220
+ options?: __HttpHandlerOptions,
2245
2221
  ): Promise<SetTokenVaultCMKCommandOutput>;
2246
2222
  setTokenVaultCMK(
2247
2223
  args: SetTokenVaultCMKCommandInput,
2248
- cb: (err: any, data?: SetTokenVaultCMKCommandOutput) => void
2224
+ cb: (err: any, data?: SetTokenVaultCMKCommandOutput) => void,
2249
2225
  ): void;
2250
2226
  setTokenVaultCMK(
2251
2227
  args: SetTokenVaultCMKCommandInput,
2252
2228
  options: __HttpHandlerOptions,
2253
- cb: (err: any, data?: SetTokenVaultCMKCommandOutput) => void
2229
+ cb: (err: any, data?: SetTokenVaultCMKCommandOutput) => void,
2254
2230
  ): void;
2255
2231
  startPolicyGeneration(
2256
2232
  args: StartPolicyGenerationCommandInput,
2257
- options?: __HttpHandlerOptions
2233
+ options?: __HttpHandlerOptions,
2258
2234
  ): Promise<StartPolicyGenerationCommandOutput>;
2259
2235
  startPolicyGeneration(
2260
2236
  args: StartPolicyGenerationCommandInput,
2261
- cb: (err: any, data?: StartPolicyGenerationCommandOutput) => void
2237
+ cb: (err: any, data?: StartPolicyGenerationCommandOutput) => void,
2262
2238
  ): void;
2263
2239
  startPolicyGeneration(
2264
2240
  args: StartPolicyGenerationCommandInput,
2265
2241
  options: __HttpHandlerOptions,
2266
- cb: (err: any, data?: StartPolicyGenerationCommandOutput) => void
2242
+ cb: (err: any, data?: StartPolicyGenerationCommandOutput) => void,
2267
2243
  ): void;
2268
2244
  submitRegistryRecordForApproval(
2269
2245
  args: SubmitRegistryRecordForApprovalCommandInput,
2270
- options?: __HttpHandlerOptions
2246
+ options?: __HttpHandlerOptions,
2271
2247
  ): Promise<SubmitRegistryRecordForApprovalCommandOutput>;
2272
2248
  submitRegistryRecordForApproval(
2273
2249
  args: SubmitRegistryRecordForApprovalCommandInput,
2274
- cb: (err: any, data?: SubmitRegistryRecordForApprovalCommandOutput) => void
2250
+ cb: (err: any, data?: SubmitRegistryRecordForApprovalCommandOutput) => void,
2275
2251
  ): void;
2276
2252
  submitRegistryRecordForApproval(
2277
2253
  args: SubmitRegistryRecordForApprovalCommandInput,
2278
2254
  options: __HttpHandlerOptions,
2279
- cb: (err: any, data?: SubmitRegistryRecordForApprovalCommandOutput) => void
2255
+ cb: (err: any, data?: SubmitRegistryRecordForApprovalCommandOutput) => void,
2280
2256
  ): void;
2281
2257
  synchronizeGatewayTargets(
2282
2258
  args: SynchronizeGatewayTargetsCommandInput,
2283
- options?: __HttpHandlerOptions
2259
+ options?: __HttpHandlerOptions,
2284
2260
  ): Promise<SynchronizeGatewayTargetsCommandOutput>;
2285
2261
  synchronizeGatewayTargets(
2286
2262
  args: SynchronizeGatewayTargetsCommandInput,
2287
- cb: (err: any, data?: SynchronizeGatewayTargetsCommandOutput) => void
2263
+ cb: (err: any, data?: SynchronizeGatewayTargetsCommandOutput) => void,
2288
2264
  ): void;
2289
2265
  synchronizeGatewayTargets(
2290
2266
  args: SynchronizeGatewayTargetsCommandInput,
2291
2267
  options: __HttpHandlerOptions,
2292
- cb: (err: any, data?: SynchronizeGatewayTargetsCommandOutput) => void
2268
+ cb: (err: any, data?: SynchronizeGatewayTargetsCommandOutput) => void,
2293
2269
  ): void;
2294
2270
  tagResource(
2295
2271
  args: TagResourceCommandInput,
2296
- options?: __HttpHandlerOptions
2272
+ options?: __HttpHandlerOptions,
2297
2273
  ): Promise<TagResourceCommandOutput>;
2298
2274
  tagResource(
2299
2275
  args: TagResourceCommandInput,
2300
- cb: (err: any, data?: TagResourceCommandOutput) => void
2276
+ cb: (err: any, data?: TagResourceCommandOutput) => void,
2301
2277
  ): void;
2302
2278
  tagResource(
2303
2279
  args: TagResourceCommandInput,
2304
2280
  options: __HttpHandlerOptions,
2305
- cb: (err: any, data?: TagResourceCommandOutput) => void
2281
+ cb: (err: any, data?: TagResourceCommandOutput) => void,
2306
2282
  ): void;
2307
2283
  untagResource(
2308
2284
  args: UntagResourceCommandInput,
2309
- options?: __HttpHandlerOptions
2285
+ options?: __HttpHandlerOptions,
2310
2286
  ): Promise<UntagResourceCommandOutput>;
2311
2287
  untagResource(
2312
2288
  args: UntagResourceCommandInput,
2313
- cb: (err: any, data?: UntagResourceCommandOutput) => void
2289
+ cb: (err: any, data?: UntagResourceCommandOutput) => void,
2314
2290
  ): void;
2315
2291
  untagResource(
2316
2292
  args: UntagResourceCommandInput,
2317
2293
  options: __HttpHandlerOptions,
2318
- cb: (err: any, data?: UntagResourceCommandOutput) => void
2294
+ cb: (err: any, data?: UntagResourceCommandOutput) => void,
2319
2295
  ): void;
2320
2296
  updateAgentRuntime(
2321
2297
  args: UpdateAgentRuntimeCommandInput,
2322
- options?: __HttpHandlerOptions
2298
+ options?: __HttpHandlerOptions,
2323
2299
  ): Promise<UpdateAgentRuntimeCommandOutput>;
2324
2300
  updateAgentRuntime(
2325
2301
  args: UpdateAgentRuntimeCommandInput,
2326
- cb: (err: any, data?: UpdateAgentRuntimeCommandOutput) => void
2302
+ cb: (err: any, data?: UpdateAgentRuntimeCommandOutput) => void,
2327
2303
  ): void;
2328
2304
  updateAgentRuntime(
2329
2305
  args: UpdateAgentRuntimeCommandInput,
2330
2306
  options: __HttpHandlerOptions,
2331
- cb: (err: any, data?: UpdateAgentRuntimeCommandOutput) => void
2307
+ cb: (err: any, data?: UpdateAgentRuntimeCommandOutput) => void,
2332
2308
  ): void;
2333
2309
  updateAgentRuntimeEndpoint(
2334
2310
  args: UpdateAgentRuntimeEndpointCommandInput,
2335
- options?: __HttpHandlerOptions
2311
+ options?: __HttpHandlerOptions,
2336
2312
  ): Promise<UpdateAgentRuntimeEndpointCommandOutput>;
2337
2313
  updateAgentRuntimeEndpoint(
2338
2314
  args: UpdateAgentRuntimeEndpointCommandInput,
2339
- cb: (err: any, data?: UpdateAgentRuntimeEndpointCommandOutput) => void
2315
+ cb: (err: any, data?: UpdateAgentRuntimeEndpointCommandOutput) => void,
2340
2316
  ): void;
2341
2317
  updateAgentRuntimeEndpoint(
2342
2318
  args: UpdateAgentRuntimeEndpointCommandInput,
2343
2319
  options: __HttpHandlerOptions,
2344
- cb: (err: any, data?: UpdateAgentRuntimeEndpointCommandOutput) => void
2320
+ cb: (err: any, data?: UpdateAgentRuntimeEndpointCommandOutput) => void,
2345
2321
  ): void;
2346
2322
  updateApiKeyCredentialProvider(
2347
2323
  args: UpdateApiKeyCredentialProviderCommandInput,
2348
- options?: __HttpHandlerOptions
2324
+ options?: __HttpHandlerOptions,
2349
2325
  ): Promise<UpdateApiKeyCredentialProviderCommandOutput>;
2350
2326
  updateApiKeyCredentialProvider(
2351
2327
  args: UpdateApiKeyCredentialProviderCommandInput,
2352
- cb: (err: any, data?: UpdateApiKeyCredentialProviderCommandOutput) => void
2328
+ cb: (err: any, data?: UpdateApiKeyCredentialProviderCommandOutput) => void,
2353
2329
  ): void;
2354
2330
  updateApiKeyCredentialProvider(
2355
2331
  args: UpdateApiKeyCredentialProviderCommandInput,
2356
2332
  options: __HttpHandlerOptions,
2357
- cb: (err: any, data?: UpdateApiKeyCredentialProviderCommandOutput) => void
2333
+ cb: (err: any, data?: UpdateApiKeyCredentialProviderCommandOutput) => void,
2358
2334
  ): void;
2359
2335
  updateConfigurationBundle(
2360
2336
  args: UpdateConfigurationBundleCommandInput,
2361
- options?: __HttpHandlerOptions
2337
+ options?: __HttpHandlerOptions,
2362
2338
  ): Promise<UpdateConfigurationBundleCommandOutput>;
2363
2339
  updateConfigurationBundle(
2364
2340
  args: UpdateConfigurationBundleCommandInput,
2365
- cb: (err: any, data?: UpdateConfigurationBundleCommandOutput) => void
2341
+ cb: (err: any, data?: UpdateConfigurationBundleCommandOutput) => void,
2366
2342
  ): void;
2367
2343
  updateConfigurationBundle(
2368
2344
  args: UpdateConfigurationBundleCommandInput,
2369
2345
  options: __HttpHandlerOptions,
2370
- cb: (err: any, data?: UpdateConfigurationBundleCommandOutput) => void
2346
+ cb: (err: any, data?: UpdateConfigurationBundleCommandOutput) => void,
2371
2347
  ): void;
2372
2348
  updateDataset(
2373
2349
  args: UpdateDatasetCommandInput,
2374
- options?: __HttpHandlerOptions
2350
+ options?: __HttpHandlerOptions,
2375
2351
  ): Promise<UpdateDatasetCommandOutput>;
2376
2352
  updateDataset(
2377
2353
  args: UpdateDatasetCommandInput,
2378
- cb: (err: any, data?: UpdateDatasetCommandOutput) => void
2354
+ cb: (err: any, data?: UpdateDatasetCommandOutput) => void,
2379
2355
  ): void;
2380
2356
  updateDataset(
2381
2357
  args: UpdateDatasetCommandInput,
2382
2358
  options: __HttpHandlerOptions,
2383
- cb: (err: any, data?: UpdateDatasetCommandOutput) => void
2359
+ cb: (err: any, data?: UpdateDatasetCommandOutput) => void,
2384
2360
  ): void;
2385
2361
  updateDatasetExamples(
2386
2362
  args: UpdateDatasetExamplesCommandInput,
2387
- options?: __HttpHandlerOptions
2363
+ options?: __HttpHandlerOptions,
2388
2364
  ): Promise<UpdateDatasetExamplesCommandOutput>;
2389
2365
  updateDatasetExamples(
2390
2366
  args: UpdateDatasetExamplesCommandInput,
2391
- cb: (err: any, data?: UpdateDatasetExamplesCommandOutput) => void
2367
+ cb: (err: any, data?: UpdateDatasetExamplesCommandOutput) => void,
2392
2368
  ): void;
2393
2369
  updateDatasetExamples(
2394
2370
  args: UpdateDatasetExamplesCommandInput,
2395
2371
  options: __HttpHandlerOptions,
2396
- cb: (err: any, data?: UpdateDatasetExamplesCommandOutput) => void
2372
+ cb: (err: any, data?: UpdateDatasetExamplesCommandOutput) => void,
2397
2373
  ): void;
2398
2374
  updateEvaluator(
2399
2375
  args: UpdateEvaluatorCommandInput,
2400
- options?: __HttpHandlerOptions
2376
+ options?: __HttpHandlerOptions,
2401
2377
  ): Promise<UpdateEvaluatorCommandOutput>;
2402
2378
  updateEvaluator(
2403
2379
  args: UpdateEvaluatorCommandInput,
2404
- cb: (err: any, data?: UpdateEvaluatorCommandOutput) => void
2380
+ cb: (err: any, data?: UpdateEvaluatorCommandOutput) => void,
2405
2381
  ): void;
2406
2382
  updateEvaluator(
2407
2383
  args: UpdateEvaluatorCommandInput,
2408
2384
  options: __HttpHandlerOptions,
2409
- cb: (err: any, data?: UpdateEvaluatorCommandOutput) => void
2385
+ cb: (err: any, data?: UpdateEvaluatorCommandOutput) => void,
2410
2386
  ): void;
2411
2387
  updateGateway(
2412
2388
  args: UpdateGatewayCommandInput,
2413
- options?: __HttpHandlerOptions
2389
+ options?: __HttpHandlerOptions,
2414
2390
  ): Promise<UpdateGatewayCommandOutput>;
2415
2391
  updateGateway(
2416
2392
  args: UpdateGatewayCommandInput,
2417
- cb: (err: any, data?: UpdateGatewayCommandOutput) => void
2393
+ cb: (err: any, data?: UpdateGatewayCommandOutput) => void,
2418
2394
  ): void;
2419
2395
  updateGateway(
2420
2396
  args: UpdateGatewayCommandInput,
2421
2397
  options: __HttpHandlerOptions,
2422
- cb: (err: any, data?: UpdateGatewayCommandOutput) => void
2398
+ cb: (err: any, data?: UpdateGatewayCommandOutput) => void,
2423
2399
  ): void;
2424
2400
  updateGatewayRule(
2425
2401
  args: UpdateGatewayRuleCommandInput,
2426
- options?: __HttpHandlerOptions
2402
+ options?: __HttpHandlerOptions,
2427
2403
  ): Promise<UpdateGatewayRuleCommandOutput>;
2428
2404
  updateGatewayRule(
2429
2405
  args: UpdateGatewayRuleCommandInput,
2430
- cb: (err: any, data?: UpdateGatewayRuleCommandOutput) => void
2406
+ cb: (err: any, data?: UpdateGatewayRuleCommandOutput) => void,
2431
2407
  ): void;
2432
2408
  updateGatewayRule(
2433
2409
  args: UpdateGatewayRuleCommandInput,
2434
2410
  options: __HttpHandlerOptions,
2435
- cb: (err: any, data?: UpdateGatewayRuleCommandOutput) => void
2411
+ cb: (err: any, data?: UpdateGatewayRuleCommandOutput) => void,
2436
2412
  ): void;
2437
2413
  updateGatewayTarget(
2438
2414
  args: UpdateGatewayTargetCommandInput,
2439
- options?: __HttpHandlerOptions
2415
+ options?: __HttpHandlerOptions,
2440
2416
  ): Promise<UpdateGatewayTargetCommandOutput>;
2441
2417
  updateGatewayTarget(
2442
2418
  args: UpdateGatewayTargetCommandInput,
2443
- cb: (err: any, data?: UpdateGatewayTargetCommandOutput) => void
2419
+ cb: (err: any, data?: UpdateGatewayTargetCommandOutput) => void,
2444
2420
  ): void;
2445
2421
  updateGatewayTarget(
2446
2422
  args: UpdateGatewayTargetCommandInput,
2447
2423
  options: __HttpHandlerOptions,
2448
- cb: (err: any, data?: UpdateGatewayTargetCommandOutput) => void
2424
+ cb: (err: any, data?: UpdateGatewayTargetCommandOutput) => void,
2449
2425
  ): void;
2450
2426
  updateHarness(
2451
2427
  args: UpdateHarnessCommandInput,
2452
- options?: __HttpHandlerOptions
2428
+ options?: __HttpHandlerOptions,
2453
2429
  ): Promise<UpdateHarnessCommandOutput>;
2454
2430
  updateHarness(
2455
2431
  args: UpdateHarnessCommandInput,
2456
- cb: (err: any, data?: UpdateHarnessCommandOutput) => void
2432
+ cb: (err: any, data?: UpdateHarnessCommandOutput) => void,
2457
2433
  ): void;
2458
2434
  updateHarness(
2459
2435
  args: UpdateHarnessCommandInput,
2460
2436
  options: __HttpHandlerOptions,
2461
- cb: (err: any, data?: UpdateHarnessCommandOutput) => void
2437
+ cb: (err: any, data?: UpdateHarnessCommandOutput) => void,
2462
2438
  ): void;
2463
2439
  updateHarnessEndpoint(
2464
2440
  args: UpdateHarnessEndpointCommandInput,
2465
- options?: __HttpHandlerOptions
2441
+ options?: __HttpHandlerOptions,
2466
2442
  ): Promise<UpdateHarnessEndpointCommandOutput>;
2467
2443
  updateHarnessEndpoint(
2468
2444
  args: UpdateHarnessEndpointCommandInput,
2469
- cb: (err: any, data?: UpdateHarnessEndpointCommandOutput) => void
2445
+ cb: (err: any, data?: UpdateHarnessEndpointCommandOutput) => void,
2470
2446
  ): void;
2471
2447
  updateHarnessEndpoint(
2472
2448
  args: UpdateHarnessEndpointCommandInput,
2473
2449
  options: __HttpHandlerOptions,
2474
- cb: (err: any, data?: UpdateHarnessEndpointCommandOutput) => void
2450
+ cb: (err: any, data?: UpdateHarnessEndpointCommandOutput) => void,
2475
2451
  ): void;
2476
2452
  updateMemory(
2477
2453
  args: UpdateMemoryCommandInput,
2478
- options?: __HttpHandlerOptions
2454
+ options?: __HttpHandlerOptions,
2479
2455
  ): Promise<UpdateMemoryCommandOutput>;
2480
2456
  updateMemory(
2481
2457
  args: UpdateMemoryCommandInput,
2482
- cb: (err: any, data?: UpdateMemoryCommandOutput) => void
2458
+ cb: (err: any, data?: UpdateMemoryCommandOutput) => void,
2483
2459
  ): void;
2484
2460
  updateMemory(
2485
2461
  args: UpdateMemoryCommandInput,
2486
2462
  options: __HttpHandlerOptions,
2487
- cb: (err: any, data?: UpdateMemoryCommandOutput) => void
2463
+ cb: (err: any, data?: UpdateMemoryCommandOutput) => void,
2488
2464
  ): void;
2489
2465
  updateOauth2CredentialProvider(
2490
2466
  args: UpdateOauth2CredentialProviderCommandInput,
2491
- options?: __HttpHandlerOptions
2467
+ options?: __HttpHandlerOptions,
2492
2468
  ): Promise<UpdateOauth2CredentialProviderCommandOutput>;
2493
2469
  updateOauth2CredentialProvider(
2494
2470
  args: UpdateOauth2CredentialProviderCommandInput,
2495
- cb: (err: any, data?: UpdateOauth2CredentialProviderCommandOutput) => void
2471
+ cb: (err: any, data?: UpdateOauth2CredentialProviderCommandOutput) => void,
2496
2472
  ): void;
2497
2473
  updateOauth2CredentialProvider(
2498
2474
  args: UpdateOauth2CredentialProviderCommandInput,
2499
2475
  options: __HttpHandlerOptions,
2500
- cb: (err: any, data?: UpdateOauth2CredentialProviderCommandOutput) => void
2476
+ cb: (err: any, data?: UpdateOauth2CredentialProviderCommandOutput) => void,
2501
2477
  ): void;
2502
2478
  updateOnlineEvaluationConfig(
2503
2479
  args: UpdateOnlineEvaluationConfigCommandInput,
2504
- options?: __HttpHandlerOptions
2480
+ options?: __HttpHandlerOptions,
2505
2481
  ): Promise<UpdateOnlineEvaluationConfigCommandOutput>;
2506
2482
  updateOnlineEvaluationConfig(
2507
2483
  args: UpdateOnlineEvaluationConfigCommandInput,
2508
- cb: (err: any, data?: UpdateOnlineEvaluationConfigCommandOutput) => void
2484
+ cb: (err: any, data?: UpdateOnlineEvaluationConfigCommandOutput) => void,
2509
2485
  ): void;
2510
2486
  updateOnlineEvaluationConfig(
2511
2487
  args: UpdateOnlineEvaluationConfigCommandInput,
2512
2488
  options: __HttpHandlerOptions,
2513
- cb: (err: any, data?: UpdateOnlineEvaluationConfigCommandOutput) => void
2489
+ cb: (err: any, data?: UpdateOnlineEvaluationConfigCommandOutput) => void,
2514
2490
  ): void;
2515
2491
  updatePaymentConnector(
2516
2492
  args: UpdatePaymentConnectorCommandInput,
2517
- options?: __HttpHandlerOptions
2493
+ options?: __HttpHandlerOptions,
2518
2494
  ): Promise<UpdatePaymentConnectorCommandOutput>;
2519
2495
  updatePaymentConnector(
2520
2496
  args: UpdatePaymentConnectorCommandInput,
2521
- cb: (err: any, data?: UpdatePaymentConnectorCommandOutput) => void
2497
+ cb: (err: any, data?: UpdatePaymentConnectorCommandOutput) => void,
2522
2498
  ): void;
2523
2499
  updatePaymentConnector(
2524
2500
  args: UpdatePaymentConnectorCommandInput,
2525
2501
  options: __HttpHandlerOptions,
2526
- cb: (err: any, data?: UpdatePaymentConnectorCommandOutput) => void
2502
+ cb: (err: any, data?: UpdatePaymentConnectorCommandOutput) => void,
2527
2503
  ): void;
2528
2504
  updatePaymentCredentialProvider(
2529
2505
  args: UpdatePaymentCredentialProviderCommandInput,
2530
- options?: __HttpHandlerOptions
2506
+ options?: __HttpHandlerOptions,
2531
2507
  ): Promise<UpdatePaymentCredentialProviderCommandOutput>;
2532
2508
  updatePaymentCredentialProvider(
2533
2509
  args: UpdatePaymentCredentialProviderCommandInput,
2534
- cb: (err: any, data?: UpdatePaymentCredentialProviderCommandOutput) => void
2510
+ cb: (err: any, data?: UpdatePaymentCredentialProviderCommandOutput) => void,
2535
2511
  ): void;
2536
2512
  updatePaymentCredentialProvider(
2537
2513
  args: UpdatePaymentCredentialProviderCommandInput,
2538
2514
  options: __HttpHandlerOptions,
2539
- cb: (err: any, data?: UpdatePaymentCredentialProviderCommandOutput) => void
2515
+ cb: (err: any, data?: UpdatePaymentCredentialProviderCommandOutput) => void,
2540
2516
  ): void;
2541
2517
  updatePaymentManager(
2542
2518
  args: UpdatePaymentManagerCommandInput,
2543
- options?: __HttpHandlerOptions
2519
+ options?: __HttpHandlerOptions,
2544
2520
  ): Promise<UpdatePaymentManagerCommandOutput>;
2545
2521
  updatePaymentManager(
2546
2522
  args: UpdatePaymentManagerCommandInput,
2547
- cb: (err: any, data?: UpdatePaymentManagerCommandOutput) => void
2523
+ cb: (err: any, data?: UpdatePaymentManagerCommandOutput) => void,
2548
2524
  ): void;
2549
2525
  updatePaymentManager(
2550
2526
  args: UpdatePaymentManagerCommandInput,
2551
2527
  options: __HttpHandlerOptions,
2552
- cb: (err: any, data?: UpdatePaymentManagerCommandOutput) => void
2528
+ cb: (err: any, data?: UpdatePaymentManagerCommandOutput) => void,
2553
2529
  ): void;
2554
2530
  updatePolicy(
2555
2531
  args: UpdatePolicyCommandInput,
2556
- options?: __HttpHandlerOptions
2532
+ options?: __HttpHandlerOptions,
2557
2533
  ): Promise<UpdatePolicyCommandOutput>;
2558
2534
  updatePolicy(
2559
2535
  args: UpdatePolicyCommandInput,
2560
- cb: (err: any, data?: UpdatePolicyCommandOutput) => void
2536
+ cb: (err: any, data?: UpdatePolicyCommandOutput) => void,
2561
2537
  ): void;
2562
2538
  updatePolicy(
2563
2539
  args: UpdatePolicyCommandInput,
2564
2540
  options: __HttpHandlerOptions,
2565
- cb: (err: any, data?: UpdatePolicyCommandOutput) => void
2541
+ cb: (err: any, data?: UpdatePolicyCommandOutput) => void,
2566
2542
  ): void;
2567
2543
  updatePolicyEngine(
2568
2544
  args: UpdatePolicyEngineCommandInput,
2569
- options?: __HttpHandlerOptions
2545
+ options?: __HttpHandlerOptions,
2570
2546
  ): Promise<UpdatePolicyEngineCommandOutput>;
2571
2547
  updatePolicyEngine(
2572
2548
  args: UpdatePolicyEngineCommandInput,
2573
- cb: (err: any, data?: UpdatePolicyEngineCommandOutput) => void
2549
+ cb: (err: any, data?: UpdatePolicyEngineCommandOutput) => void,
2574
2550
  ): void;
2575
2551
  updatePolicyEngine(
2576
2552
  args: UpdatePolicyEngineCommandInput,
2577
2553
  options: __HttpHandlerOptions,
2578
- cb: (err: any, data?: UpdatePolicyEngineCommandOutput) => void
2554
+ cb: (err: any, data?: UpdatePolicyEngineCommandOutput) => void,
2579
2555
  ): void;
2580
2556
  updateRegistry(
2581
2557
  args: UpdateRegistryCommandInput,
2582
- options?: __HttpHandlerOptions
2558
+ options?: __HttpHandlerOptions,
2583
2559
  ): Promise<UpdateRegistryCommandOutput>;
2584
2560
  updateRegistry(
2585
2561
  args: UpdateRegistryCommandInput,
2586
- cb: (err: any, data?: UpdateRegistryCommandOutput) => void
2562
+ cb: (err: any, data?: UpdateRegistryCommandOutput) => void,
2587
2563
  ): void;
2588
2564
  updateRegistry(
2589
2565
  args: UpdateRegistryCommandInput,
2590
2566
  options: __HttpHandlerOptions,
2591
- cb: (err: any, data?: UpdateRegistryCommandOutput) => void
2567
+ cb: (err: any, data?: UpdateRegistryCommandOutput) => void,
2592
2568
  ): void;
2593
2569
  updateRegistryRecord(
2594
2570
  args: UpdateRegistryRecordCommandInput,
2595
- options?: __HttpHandlerOptions
2571
+ options?: __HttpHandlerOptions,
2596
2572
  ): Promise<UpdateRegistryRecordCommandOutput>;
2597
2573
  updateRegistryRecord(
2598
2574
  args: UpdateRegistryRecordCommandInput,
2599
- cb: (err: any, data?: UpdateRegistryRecordCommandOutput) => void
2575
+ cb: (err: any, data?: UpdateRegistryRecordCommandOutput) => void,
2600
2576
  ): void;
2601
2577
  updateRegistryRecord(
2602
2578
  args: UpdateRegistryRecordCommandInput,
2603
2579
  options: __HttpHandlerOptions,
2604
- cb: (err: any, data?: UpdateRegistryRecordCommandOutput) => void
2580
+ cb: (err: any, data?: UpdateRegistryRecordCommandOutput) => void,
2605
2581
  ): void;
2606
2582
  updateRegistryRecordStatus(
2607
2583
  args: UpdateRegistryRecordStatusCommandInput,
2608
- options?: __HttpHandlerOptions
2584
+ options?: __HttpHandlerOptions,
2609
2585
  ): Promise<UpdateRegistryRecordStatusCommandOutput>;
2610
2586
  updateRegistryRecordStatus(
2611
2587
  args: UpdateRegistryRecordStatusCommandInput,
2612
- cb: (err: any, data?: UpdateRegistryRecordStatusCommandOutput) => void
2588
+ cb: (err: any, data?: UpdateRegistryRecordStatusCommandOutput) => void,
2613
2589
  ): void;
2614
2590
  updateRegistryRecordStatus(
2615
2591
  args: UpdateRegistryRecordStatusCommandInput,
2616
2592
  options: __HttpHandlerOptions,
2617
- cb: (err: any, data?: UpdateRegistryRecordStatusCommandOutput) => void
2593
+ cb: (err: any, data?: UpdateRegistryRecordStatusCommandOutput) => void,
2618
2594
  ): void;
2619
2595
  updateWorkloadIdentity(
2620
2596
  args: UpdateWorkloadIdentityCommandInput,
2621
- options?: __HttpHandlerOptions
2597
+ options?: __HttpHandlerOptions,
2622
2598
  ): Promise<UpdateWorkloadIdentityCommandOutput>;
2623
2599
  updateWorkloadIdentity(
2624
2600
  args: UpdateWorkloadIdentityCommandInput,
2625
- cb: (err: any, data?: UpdateWorkloadIdentityCommandOutput) => void
2601
+ cb: (err: any, data?: UpdateWorkloadIdentityCommandOutput) => void,
2626
2602
  ): void;
2627
2603
  updateWorkloadIdentity(
2628
2604
  args: UpdateWorkloadIdentityCommandInput,
2629
2605
  options: __HttpHandlerOptions,
2630
- cb: (err: any, data?: UpdateWorkloadIdentityCommandOutput) => void
2606
+ cb: (err: any, data?: UpdateWorkloadIdentityCommandOutput) => void,
2631
2607
  ): void;
2632
2608
  paginateListAgentRuntimeEndpoints(
2633
2609
  args: ListAgentRuntimeEndpointsCommandInput,
2634
2610
  paginationConfig?: Pick<
2635
2611
  PaginationConfiguration,
2636
2612
  Exclude<keyof PaginationConfiguration, "client">
2637
- >
2613
+ >,
2638
2614
  ): Paginator<ListAgentRuntimeEndpointsCommandOutput>;
2639
2615
  paginateListAgentRuntimes(
2640
2616
  args?: ListAgentRuntimesCommandInput,
2641
2617
  paginationConfig?: Pick<
2642
2618
  PaginationConfiguration,
2643
2619
  Exclude<keyof PaginationConfiguration, "client">
2644
- >
2620
+ >,
2645
2621
  ): Paginator<ListAgentRuntimesCommandOutput>;
2646
2622
  paginateListAgentRuntimeVersions(
2647
2623
  args: ListAgentRuntimeVersionsCommandInput,
2648
2624
  paginationConfig?: Pick<
2649
2625
  PaginationConfiguration,
2650
2626
  Exclude<keyof PaginationConfiguration, "client">
2651
- >
2627
+ >,
2652
2628
  ): Paginator<ListAgentRuntimeVersionsCommandOutput>;
2653
2629
  paginateListApiKeyCredentialProviders(
2654
2630
  args?: ListApiKeyCredentialProvidersCommandInput,
2655
2631
  paginationConfig?: Pick<
2656
2632
  PaginationConfiguration,
2657
2633
  Exclude<keyof PaginationConfiguration, "client">
2658
- >
2634
+ >,
2659
2635
  ): Paginator<ListApiKeyCredentialProvidersCommandOutput>;
2660
2636
  paginateListBrowserProfiles(
2661
2637
  args?: ListBrowserProfilesCommandInput,
2662
2638
  paginationConfig?: Pick<
2663
2639
  PaginationConfiguration,
2664
2640
  Exclude<keyof PaginationConfiguration, "client">
2665
- >
2641
+ >,
2666
2642
  ): Paginator<ListBrowserProfilesCommandOutput>;
2667
2643
  paginateListBrowsers(
2668
2644
  args?: ListBrowsersCommandInput,
2669
2645
  paginationConfig?: Pick<
2670
2646
  PaginationConfiguration,
2671
2647
  Exclude<keyof PaginationConfiguration, "client">
2672
- >
2648
+ >,
2673
2649
  ): Paginator<ListBrowsersCommandOutput>;
2674
2650
  paginateListCodeInterpreters(
2675
2651
  args?: ListCodeInterpretersCommandInput,
2676
2652
  paginationConfig?: Pick<
2677
2653
  PaginationConfiguration,
2678
2654
  Exclude<keyof PaginationConfiguration, "client">
2679
- >
2655
+ >,
2680
2656
  ): Paginator<ListCodeInterpretersCommandOutput>;
2681
2657
  paginateListConfigurationBundles(
2682
2658
  args?: ListConfigurationBundlesCommandInput,
2683
2659
  paginationConfig?: Pick<
2684
2660
  PaginationConfiguration,
2685
2661
  Exclude<keyof PaginationConfiguration, "client">
2686
- >
2662
+ >,
2687
2663
  ): Paginator<ListConfigurationBundlesCommandOutput>;
2688
2664
  paginateListConfigurationBundleVersions(
2689
2665
  args: ListConfigurationBundleVersionsCommandInput,
2690
2666
  paginationConfig?: Pick<
2691
2667
  PaginationConfiguration,
2692
2668
  Exclude<keyof PaginationConfiguration, "client">
2693
- >
2669
+ >,
2694
2670
  ): Paginator<ListConfigurationBundleVersionsCommandOutput>;
2695
2671
  paginateListDatasetExamples(
2696
2672
  args: ListDatasetExamplesCommandInput,
2697
2673
  paginationConfig?: Pick<
2698
2674
  PaginationConfiguration,
2699
2675
  Exclude<keyof PaginationConfiguration, "client">
2700
- >
2676
+ >,
2701
2677
  ): Paginator<ListDatasetExamplesCommandOutput>;
2702
2678
  paginateListDatasets(
2703
2679
  args?: ListDatasetsCommandInput,
2704
2680
  paginationConfig?: Pick<
2705
2681
  PaginationConfiguration,
2706
2682
  Exclude<keyof PaginationConfiguration, "client">
2707
- >
2683
+ >,
2708
2684
  ): Paginator<ListDatasetsCommandOutput>;
2709
2685
  paginateListDatasetVersions(
2710
2686
  args: ListDatasetVersionsCommandInput,
2711
2687
  paginationConfig?: Pick<
2712
2688
  PaginationConfiguration,
2713
2689
  Exclude<keyof PaginationConfiguration, "client">
2714
- >
2690
+ >,
2715
2691
  ): Paginator<ListDatasetVersionsCommandOutput>;
2716
2692
  paginateListEvaluators(
2717
2693
  args?: ListEvaluatorsCommandInput,
2718
2694
  paginationConfig?: Pick<
2719
2695
  PaginationConfiguration,
2720
2696
  Exclude<keyof PaginationConfiguration, "client">
2721
- >
2697
+ >,
2722
2698
  ): Paginator<ListEvaluatorsCommandOutput>;
2723
2699
  paginateListGatewayRules(
2724
2700
  args: ListGatewayRulesCommandInput,
2725
2701
  paginationConfig?: Pick<
2726
2702
  PaginationConfiguration,
2727
2703
  Exclude<keyof PaginationConfiguration, "client">
2728
- >
2704
+ >,
2729
2705
  ): Paginator<ListGatewayRulesCommandOutput>;
2730
2706
  paginateListGateways(
2731
2707
  args?: ListGatewaysCommandInput,
2732
2708
  paginationConfig?: Pick<
2733
2709
  PaginationConfiguration,
2734
2710
  Exclude<keyof PaginationConfiguration, "client">
2735
- >
2711
+ >,
2736
2712
  ): Paginator<ListGatewaysCommandOutput>;
2737
2713
  paginateListGatewayTargets(
2738
2714
  args: ListGatewayTargetsCommandInput,
2739
2715
  paginationConfig?: Pick<
2740
2716
  PaginationConfiguration,
2741
2717
  Exclude<keyof PaginationConfiguration, "client">
2742
- >
2718
+ >,
2743
2719
  ): Paginator<ListGatewayTargetsCommandOutput>;
2744
2720
  paginateListHarnessEndpoints(
2745
2721
  args: ListHarnessEndpointsCommandInput,
2746
2722
  paginationConfig?: Pick<
2747
2723
  PaginationConfiguration,
2748
2724
  Exclude<keyof PaginationConfiguration, "client">
2749
- >
2725
+ >,
2750
2726
  ): Paginator<ListHarnessEndpointsCommandOutput>;
2751
2727
  paginateListHarnesses(
2752
2728
  args?: ListHarnessesCommandInput,
2753
2729
  paginationConfig?: Pick<
2754
2730
  PaginationConfiguration,
2755
2731
  Exclude<keyof PaginationConfiguration, "client">
2756
- >
2732
+ >,
2757
2733
  ): Paginator<ListHarnessesCommandOutput>;
2758
2734
  paginateListHarnessVersions(
2759
2735
  args: ListHarnessVersionsCommandInput,
2760
2736
  paginationConfig?: Pick<
2761
2737
  PaginationConfiguration,
2762
2738
  Exclude<keyof PaginationConfiguration, "client">
2763
- >
2739
+ >,
2764
2740
  ): Paginator<ListHarnessVersionsCommandOutput>;
2765
2741
  paginateListMemories(
2766
2742
  args?: ListMemoriesCommandInput,
2767
2743
  paginationConfig?: Pick<
2768
2744
  PaginationConfiguration,
2769
2745
  Exclude<keyof PaginationConfiguration, "client">
2770
- >
2746
+ >,
2771
2747
  ): Paginator<ListMemoriesCommandOutput>;
2772
2748
  paginateListOauth2CredentialProviders(
2773
2749
  args?: ListOauth2CredentialProvidersCommandInput,
2774
2750
  paginationConfig?: Pick<
2775
2751
  PaginationConfiguration,
2776
2752
  Exclude<keyof PaginationConfiguration, "client">
2777
- >
2753
+ >,
2778
2754
  ): Paginator<ListOauth2CredentialProvidersCommandOutput>;
2779
2755
  paginateListOnlineEvaluationConfigs(
2780
2756
  args?: ListOnlineEvaluationConfigsCommandInput,
2781
2757
  paginationConfig?: Pick<
2782
2758
  PaginationConfiguration,
2783
2759
  Exclude<keyof PaginationConfiguration, "client">
2784
- >
2760
+ >,
2785
2761
  ): Paginator<ListOnlineEvaluationConfigsCommandOutput>;
2786
2762
  paginateListPaymentConnectors(
2787
2763
  args: ListPaymentConnectorsCommandInput,
2788
2764
  paginationConfig?: Pick<
2789
2765
  PaginationConfiguration,
2790
2766
  Exclude<keyof PaginationConfiguration, "client">
2791
- >
2767
+ >,
2792
2768
  ): Paginator<ListPaymentConnectorsCommandOutput>;
2793
2769
  paginateListPaymentCredentialProviders(
2794
2770
  args?: ListPaymentCredentialProvidersCommandInput,
2795
2771
  paginationConfig?: Pick<
2796
2772
  PaginationConfiguration,
2797
2773
  Exclude<keyof PaginationConfiguration, "client">
2798
- >
2774
+ >,
2799
2775
  ): Paginator<ListPaymentCredentialProvidersCommandOutput>;
2800
2776
  paginateListPaymentManagers(
2801
2777
  args?: ListPaymentManagersCommandInput,
2802
2778
  paginationConfig?: Pick<
2803
2779
  PaginationConfiguration,
2804
2780
  Exclude<keyof PaginationConfiguration, "client">
2805
- >
2781
+ >,
2806
2782
  ): Paginator<ListPaymentManagersCommandOutput>;
2807
2783
  paginateListPolicies(
2808
2784
  args: ListPoliciesCommandInput,
2809
2785
  paginationConfig?: Pick<
2810
2786
  PaginationConfiguration,
2811
2787
  Exclude<keyof PaginationConfiguration, "client">
2812
- >
2788
+ >,
2813
2789
  ): Paginator<ListPoliciesCommandOutput>;
2814
2790
  paginateListPolicyEngines(
2815
2791
  args?: ListPolicyEnginesCommandInput,
2816
2792
  paginationConfig?: Pick<
2817
2793
  PaginationConfiguration,
2818
2794
  Exclude<keyof PaginationConfiguration, "client">
2819
- >
2795
+ >,
2820
2796
  ): Paginator<ListPolicyEnginesCommandOutput>;
2821
2797
  paginateListPolicyEngineSummaries(
2822
2798
  args?: ListPolicyEngineSummariesCommandInput,
2823
2799
  paginationConfig?: Pick<
2824
2800
  PaginationConfiguration,
2825
2801
  Exclude<keyof PaginationConfiguration, "client">
2826
- >
2802
+ >,
2827
2803
  ): Paginator<ListPolicyEngineSummariesCommandOutput>;
2828
2804
  paginateListPolicyGenerationAssets(
2829
2805
  args: ListPolicyGenerationAssetsCommandInput,
2830
2806
  paginationConfig?: Pick<
2831
2807
  PaginationConfiguration,
2832
2808
  Exclude<keyof PaginationConfiguration, "client">
2833
- >
2809
+ >,
2834
2810
  ): Paginator<ListPolicyGenerationAssetsCommandOutput>;
2835
2811
  paginateListPolicyGenerations(
2836
2812
  args: ListPolicyGenerationsCommandInput,
2837
2813
  paginationConfig?: Pick<
2838
2814
  PaginationConfiguration,
2839
2815
  Exclude<keyof PaginationConfiguration, "client">
2840
- >
2816
+ >,
2841
2817
  ): Paginator<ListPolicyGenerationsCommandOutput>;
2842
2818
  paginateListPolicyGenerationSummaries(
2843
2819
  args: ListPolicyGenerationSummariesCommandInput,
2844
2820
  paginationConfig?: Pick<
2845
2821
  PaginationConfiguration,
2846
2822
  Exclude<keyof PaginationConfiguration, "client">
2847
- >
2823
+ >,
2848
2824
  ): Paginator<ListPolicyGenerationSummariesCommandOutput>;
2849
2825
  paginateListPolicySummaries(
2850
2826
  args: ListPolicySummariesCommandInput,
2851
2827
  paginationConfig?: Pick<
2852
2828
  PaginationConfiguration,
2853
2829
  Exclude<keyof PaginationConfiguration, "client">
2854
- >
2830
+ >,
2855
2831
  ): Paginator<ListPolicySummariesCommandOutput>;
2856
2832
  paginateListRegistries(
2857
2833
  args?: ListRegistriesCommandInput,
2858
2834
  paginationConfig?: Pick<
2859
2835
  PaginationConfiguration,
2860
2836
  Exclude<keyof PaginationConfiguration, "client">
2861
- >
2837
+ >,
2862
2838
  ): Paginator<ListRegistriesCommandOutput>;
2863
2839
  paginateListRegistryRecords(
2864
2840
  args: ListRegistryRecordsCommandInput,
2865
2841
  paginationConfig?: Pick<
2866
2842
  PaginationConfiguration,
2867
2843
  Exclude<keyof PaginationConfiguration, "client">
2868
- >
2844
+ >,
2869
2845
  ): Paginator<ListRegistryRecordsCommandOutput>;
2870
2846
  paginateListWorkloadIdentities(
2871
2847
  args?: ListWorkloadIdentitiesCommandInput,
2872
2848
  paginationConfig?: Pick<
2873
2849
  PaginationConfiguration,
2874
2850
  Exclude<keyof PaginationConfiguration, "client">
2875
- >
2851
+ >,
2876
2852
  ): Paginator<ListWorkloadIdentitiesCommandOutput>;
2877
2853
  waitUntilMemoryCreated(
2878
2854
  args: GetMemoryCommandInput,
@@ -2881,7 +2857,7 @@ export interface BedrockAgentCoreControl {
2881
2857
  | Pick<
2882
2858
  WaiterConfiguration<BedrockAgentCoreControl>,
2883
2859
  Exclude<keyof WaiterConfiguration<BedrockAgentCoreControl>, "client">
2884
- >
2860
+ >,
2885
2861
  ): Promise<WaiterResult<GetMemoryCommandOutput>>;
2886
2862
  waitUntilPolicyActive(
2887
2863
  args: GetPolicyCommandInput,
@@ -2890,7 +2866,7 @@ export interface BedrockAgentCoreControl {
2890
2866
  | Pick<
2891
2867
  WaiterConfiguration<BedrockAgentCoreControl>,
2892
2868
  Exclude<keyof WaiterConfiguration<BedrockAgentCoreControl>, "client">
2893
- >
2869
+ >,
2894
2870
  ): Promise<WaiterResult<GetPolicyCommandOutput>>;
2895
2871
  waitUntilPolicyDeleted(
2896
2872
  args: GetPolicyCommandInput,
@@ -2899,7 +2875,7 @@ export interface BedrockAgentCoreControl {
2899
2875
  | Pick<
2900
2876
  WaiterConfiguration<BedrockAgentCoreControl>,
2901
2877
  Exclude<keyof WaiterConfiguration<BedrockAgentCoreControl>, "client">
2902
- >
2878
+ >,
2903
2879
  ): Promise<WaiterResult<ResourceNotFoundException>>;
2904
2880
  waitUntilPolicyEngineActive(
2905
2881
  args: GetPolicyEngineCommandInput,
@@ -2908,7 +2884,7 @@ export interface BedrockAgentCoreControl {
2908
2884
  | Pick<
2909
2885
  WaiterConfiguration<BedrockAgentCoreControl>,
2910
2886
  Exclude<keyof WaiterConfiguration<BedrockAgentCoreControl>, "client">
2911
- >
2887
+ >,
2912
2888
  ): Promise<WaiterResult<GetPolicyEngineCommandOutput>>;
2913
2889
  waitUntilPolicyEngineDeleted(
2914
2890
  args: GetPolicyEngineCommandInput,
@@ -2917,7 +2893,7 @@ export interface BedrockAgentCoreControl {
2917
2893
  | Pick<
2918
2894
  WaiterConfiguration<BedrockAgentCoreControl>,
2919
2895
  Exclude<keyof WaiterConfiguration<BedrockAgentCoreControl>, "client">
2920
- >
2896
+ >,
2921
2897
  ): Promise<WaiterResult<ResourceNotFoundException>>;
2922
2898
  waitUntilPolicyGenerationCompleted(
2923
2899
  args: GetPolicyGenerationCommandInput,
@@ -2926,7 +2902,7 @@ export interface BedrockAgentCoreControl {
2926
2902
  | Pick<
2927
2903
  WaiterConfiguration<BedrockAgentCoreControl>,
2928
2904
  Exclude<keyof WaiterConfiguration<BedrockAgentCoreControl>, "client">
2929
- >
2905
+ >,
2930
2906
  ): Promise<WaiterResult<GetPolicyGenerationCommandOutput>>;
2931
2907
  }
2932
2908
  export declare class BedrockAgentCoreControl