@aws-sdk/client-bedrock-agentcore-control 3.1087.0 → 3.1089.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (187) hide show
  1. package/dist-cjs/index.js +3 -3
  2. package/dist-es/schemas/schemas_0.js +2 -2
  3. package/dist-types/commands/CreateHarnessCommand.d.ts +2 -0
  4. package/dist-types/commands/DeleteHarnessCommand.d.ts +1 -0
  5. package/dist-types/commands/GetHarnessCommand.d.ts +1 -0
  6. package/dist-types/commands/UpdateHarnessCommand.d.ts +2 -0
  7. package/dist-types/commands/UpdatePolicyCommand.d.ts +3 -0
  8. package/dist-types/models/models_0.d.ts +5 -0
  9. package/dist-types/ts3.4/BedrockAgentCoreControl.d.ts +508 -532
  10. package/dist-types/ts3.4/BedrockAgentCoreControlClient.d.ts +13 -47
  11. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -10
  12. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  13. package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
  14. package/dist-types/ts3.4/commands/AddDatasetExamplesCommand.d.ts +5 -10
  15. package/dist-types/ts3.4/commands/CreateAgentRuntimeCommand.d.ts +5 -10
  16. package/dist-types/ts3.4/commands/CreateAgentRuntimeEndpointCommand.d.ts +4 -6
  17. package/dist-types/ts3.4/commands/CreateApiKeyCredentialProviderCommand.d.ts +4 -6
  18. package/dist-types/ts3.4/commands/CreateBrowserCommand.d.ts +4 -9
  19. package/dist-types/ts3.4/commands/CreateBrowserProfileCommand.d.ts +5 -10
  20. package/dist-types/ts3.4/commands/CreateCodeInterpreterCommand.d.ts +5 -10
  21. package/dist-types/ts3.4/commands/CreateConfigurationBundleCommand.d.ts +4 -6
  22. package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +4 -9
  23. package/dist-types/ts3.4/commands/CreateDatasetVersionCommand.d.ts +5 -10
  24. package/dist-types/ts3.4/commands/CreateEvaluatorCommand.d.ts +4 -9
  25. package/dist-types/ts3.4/commands/CreateGatewayCommand.d.ts +4 -9
  26. package/dist-types/ts3.4/commands/CreateGatewayRuleCommand.d.ts +5 -10
  27. package/dist-types/ts3.4/commands/CreateGatewayTargetCommand.d.ts +5 -10
  28. package/dist-types/ts3.4/commands/CreateHarnessCommand.d.ts +4 -9
  29. package/dist-types/ts3.4/commands/CreateHarnessEndpointCommand.d.ts +5 -10
  30. package/dist-types/ts3.4/commands/CreateMemoryCommand.d.ts +3 -5
  31. package/dist-types/ts3.4/commands/CreateOauth2CredentialProviderCommand.d.ts +4 -6
  32. package/dist-types/ts3.4/commands/CreateOnlineEvaluationConfigCommand.d.ts +4 -6
  33. package/dist-types/ts3.4/commands/CreatePaymentConnectorCommand.d.ts +5 -10
  34. package/dist-types/ts3.4/commands/CreatePaymentCredentialProviderCommand.d.ts +4 -6
  35. package/dist-types/ts3.4/commands/CreatePaymentManagerCommand.d.ts +5 -10
  36. package/dist-types/ts3.4/commands/CreatePolicyCommand.d.ts +3 -5
  37. package/dist-types/ts3.4/commands/CreatePolicyEngineCommand.d.ts +5 -10
  38. package/dist-types/ts3.4/commands/CreateRegistryCommand.d.ts +4 -9
  39. package/dist-types/ts3.4/commands/CreateRegistryRecordCommand.d.ts +5 -10
  40. package/dist-types/ts3.4/commands/CreateWorkloadIdentityCommand.d.ts +5 -10
  41. package/dist-types/ts3.4/commands/DeleteAgentRuntimeCommand.d.ts +5 -10
  42. package/dist-types/ts3.4/commands/DeleteAgentRuntimeEndpointCommand.d.ts +4 -6
  43. package/dist-types/ts3.4/commands/DeleteApiKeyCredentialProviderCommand.d.ts +4 -6
  44. package/dist-types/ts3.4/commands/DeleteBrowserCommand.d.ts +4 -9
  45. package/dist-types/ts3.4/commands/DeleteBrowserProfileCommand.d.ts +5 -10
  46. package/dist-types/ts3.4/commands/DeleteCodeInterpreterCommand.d.ts +5 -10
  47. package/dist-types/ts3.4/commands/DeleteConfigurationBundleCommand.d.ts +4 -6
  48. package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +4 -9
  49. package/dist-types/ts3.4/commands/DeleteDatasetExamplesCommand.d.ts +5 -10
  50. package/dist-types/ts3.4/commands/DeleteEvaluatorCommand.d.ts +4 -9
  51. package/dist-types/ts3.4/commands/DeleteGatewayCommand.d.ts +4 -9
  52. package/dist-types/ts3.4/commands/DeleteGatewayRuleCommand.d.ts +5 -10
  53. package/dist-types/ts3.4/commands/DeleteGatewayTargetCommand.d.ts +5 -10
  54. package/dist-types/ts3.4/commands/DeleteHarnessCommand.d.ts +4 -9
  55. package/dist-types/ts3.4/commands/DeleteHarnessEndpointCommand.d.ts +5 -10
  56. package/dist-types/ts3.4/commands/DeleteMemoryCommand.d.ts +3 -5
  57. package/dist-types/ts3.4/commands/DeleteOauth2CredentialProviderCommand.d.ts +4 -6
  58. package/dist-types/ts3.4/commands/DeleteOnlineEvaluationConfigCommand.d.ts +4 -6
  59. package/dist-types/ts3.4/commands/DeletePaymentConnectorCommand.d.ts +5 -10
  60. package/dist-types/ts3.4/commands/DeletePaymentCredentialProviderCommand.d.ts +4 -6
  61. package/dist-types/ts3.4/commands/DeletePaymentManagerCommand.d.ts +5 -10
  62. package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +3 -5
  63. package/dist-types/ts3.4/commands/DeletePolicyEngineCommand.d.ts +5 -10
  64. package/dist-types/ts3.4/commands/DeleteRegistryCommand.d.ts +4 -9
  65. package/dist-types/ts3.4/commands/DeleteRegistryRecordCommand.d.ts +5 -10
  66. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +5 -10
  67. package/dist-types/ts3.4/commands/DeleteWorkloadIdentityCommand.d.ts +5 -10
  68. package/dist-types/ts3.4/commands/GetAgentRuntimeCommand.d.ts +4 -9
  69. package/dist-types/ts3.4/commands/GetAgentRuntimeEndpointCommand.d.ts +4 -6
  70. package/dist-types/ts3.4/commands/GetApiKeyCredentialProviderCommand.d.ts +4 -6
  71. package/dist-types/ts3.4/commands/GetBrowserCommand.d.ts +3 -5
  72. package/dist-types/ts3.4/commands/GetBrowserProfileCommand.d.ts +5 -10
  73. package/dist-types/ts3.4/commands/GetCodeInterpreterCommand.d.ts +5 -10
  74. package/dist-types/ts3.4/commands/GetConfigurationBundleCommand.d.ts +5 -10
  75. package/dist-types/ts3.4/commands/GetConfigurationBundleVersionCommand.d.ts +4 -6
  76. package/dist-types/ts3.4/commands/GetDatasetCommand.d.ts +3 -5
  77. package/dist-types/ts3.4/commands/GetEvaluatorCommand.d.ts +3 -5
  78. package/dist-types/ts3.4/commands/GetGatewayCommand.d.ts +3 -5
  79. package/dist-types/ts3.4/commands/GetGatewayRuleCommand.d.ts +4 -9
  80. package/dist-types/ts3.4/commands/GetGatewayTargetCommand.d.ts +3 -5
  81. package/dist-types/ts3.4/commands/GetHarnessCommand.d.ts +3 -5
  82. package/dist-types/ts3.4/commands/GetHarnessEndpointCommand.d.ts +5 -10
  83. package/dist-types/ts3.4/commands/GetMemoryCommand.d.ts +7 -5
  84. package/dist-types/ts3.4/commands/GetOauth2CredentialProviderCommand.d.ts +4 -6
  85. package/dist-types/ts3.4/commands/GetOnlineEvaluationConfigCommand.d.ts +4 -6
  86. package/dist-types/ts3.4/commands/GetPaymentConnectorCommand.d.ts +5 -10
  87. package/dist-types/ts3.4/commands/GetPaymentCredentialProviderCommand.d.ts +4 -6
  88. package/dist-types/ts3.4/commands/GetPaymentManagerCommand.d.ts +5 -10
  89. package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +7 -5
  90. package/dist-types/ts3.4/commands/GetPolicyEngineCommand.d.ts +4 -9
  91. package/dist-types/ts3.4/commands/GetPolicyEngineSummaryCommand.d.ts +5 -10
  92. package/dist-types/ts3.4/commands/GetPolicyGenerationCommand.d.ts +5 -10
  93. package/dist-types/ts3.4/commands/GetPolicyGenerationSummaryCommand.d.ts +4 -6
  94. package/dist-types/ts3.4/commands/GetPolicySummaryCommand.d.ts +4 -9
  95. package/dist-types/ts3.4/commands/GetRegistryCommand.d.ts +3 -5
  96. package/dist-types/ts3.4/commands/GetRegistryRecordCommand.d.ts +5 -10
  97. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +5 -10
  98. package/dist-types/ts3.4/commands/GetTokenVaultCommand.d.ts +3 -8
  99. package/dist-types/ts3.4/commands/GetWorkloadIdentityCommand.d.ts +5 -10
  100. package/dist-types/ts3.4/commands/ListAgentRuntimeEndpointsCommand.d.ts +4 -6
  101. package/dist-types/ts3.4/commands/ListAgentRuntimeVersionsCommand.d.ts +4 -6
  102. package/dist-types/ts3.4/commands/ListAgentRuntimesCommand.d.ts +4 -9
  103. package/dist-types/ts3.4/commands/ListApiKeyCredentialProvidersCommand.d.ts +3 -5
  104. package/dist-types/ts3.4/commands/ListBrowserProfilesCommand.d.ts +4 -9
  105. package/dist-types/ts3.4/commands/ListBrowsersCommand.d.ts +2 -4
  106. package/dist-types/ts3.4/commands/ListCodeInterpretersCommand.d.ts +4 -9
  107. package/dist-types/ts3.4/commands/ListConfigurationBundleVersionsCommand.d.ts +4 -6
  108. package/dist-types/ts3.4/commands/ListConfigurationBundlesCommand.d.ts +3 -5
  109. package/dist-types/ts3.4/commands/ListDatasetExamplesCommand.d.ts +5 -10
  110. package/dist-types/ts3.4/commands/ListDatasetVersionsCommand.d.ts +5 -10
  111. package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +2 -4
  112. package/dist-types/ts3.4/commands/ListEvaluatorsCommand.d.ts +3 -8
  113. package/dist-types/ts3.4/commands/ListGatewayRulesCommand.d.ts +4 -9
  114. package/dist-types/ts3.4/commands/ListGatewayTargetsCommand.d.ts +5 -10
  115. package/dist-types/ts3.4/commands/ListGatewaysCommand.d.ts +2 -4
  116. package/dist-types/ts3.4/commands/ListHarnessEndpointsCommand.d.ts +5 -10
  117. package/dist-types/ts3.4/commands/ListHarnessVersionsCommand.d.ts +5 -10
  118. package/dist-types/ts3.4/commands/ListHarnessesCommand.d.ts +3 -8
  119. package/dist-types/ts3.4/commands/ListMemoriesCommand.d.ts +2 -4
  120. package/dist-types/ts3.4/commands/ListOauth2CredentialProvidersCommand.d.ts +3 -5
  121. package/dist-types/ts3.4/commands/ListOnlineEvaluationConfigsCommand.d.ts +3 -5
  122. package/dist-types/ts3.4/commands/ListPaymentConnectorsCommand.d.ts +5 -10
  123. package/dist-types/ts3.4/commands/ListPaymentCredentialProvidersCommand.d.ts +3 -5
  124. package/dist-types/ts3.4/commands/ListPaymentManagersCommand.d.ts +4 -9
  125. package/dist-types/ts3.4/commands/ListPoliciesCommand.d.ts +3 -5
  126. package/dist-types/ts3.4/commands/ListPolicyEngineSummariesCommand.d.ts +3 -5
  127. package/dist-types/ts3.4/commands/ListPolicyEnginesCommand.d.ts +4 -9
  128. package/dist-types/ts3.4/commands/ListPolicyGenerationAssetsCommand.d.ts +4 -6
  129. package/dist-types/ts3.4/commands/ListPolicyGenerationSummariesCommand.d.ts +4 -6
  130. package/dist-types/ts3.4/commands/ListPolicyGenerationsCommand.d.ts +5 -10
  131. package/dist-types/ts3.4/commands/ListPolicySummariesCommand.d.ts +5 -10
  132. package/dist-types/ts3.4/commands/ListRegistriesCommand.d.ts +3 -8
  133. package/dist-types/ts3.4/commands/ListRegistryRecordsCommand.d.ts +4 -6
  134. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  135. package/dist-types/ts3.4/commands/ListWorkloadIdentitiesCommand.d.ts +4 -9
  136. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +5 -10
  137. package/dist-types/ts3.4/commands/SetTokenVaultCMKCommand.d.ts +4 -9
  138. package/dist-types/ts3.4/commands/StartPolicyGenerationCommand.d.ts +5 -10
  139. package/dist-types/ts3.4/commands/SubmitRegistryRecordForApprovalCommand.d.ts +4 -6
  140. package/dist-types/ts3.4/commands/SynchronizeGatewayTargetsCommand.d.ts +4 -6
  141. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
  142. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
  143. package/dist-types/ts3.4/commands/UpdateAgentRuntimeCommand.d.ts +5 -10
  144. package/dist-types/ts3.4/commands/UpdateAgentRuntimeEndpointCommand.d.ts +4 -6
  145. package/dist-types/ts3.4/commands/UpdateApiKeyCredentialProviderCommand.d.ts +4 -6
  146. package/dist-types/ts3.4/commands/UpdateConfigurationBundleCommand.d.ts +4 -6
  147. package/dist-types/ts3.4/commands/UpdateDatasetCommand.d.ts +4 -9
  148. package/dist-types/ts3.4/commands/UpdateDatasetExamplesCommand.d.ts +5 -10
  149. package/dist-types/ts3.4/commands/UpdateEvaluatorCommand.d.ts +4 -9
  150. package/dist-types/ts3.4/commands/UpdateGatewayCommand.d.ts +4 -9
  151. package/dist-types/ts3.4/commands/UpdateGatewayRuleCommand.d.ts +5 -10
  152. package/dist-types/ts3.4/commands/UpdateGatewayTargetCommand.d.ts +5 -10
  153. package/dist-types/ts3.4/commands/UpdateHarnessCommand.d.ts +4 -9
  154. package/dist-types/ts3.4/commands/UpdateHarnessEndpointCommand.d.ts +5 -10
  155. package/dist-types/ts3.4/commands/UpdateMemoryCommand.d.ts +3 -5
  156. package/dist-types/ts3.4/commands/UpdateOauth2CredentialProviderCommand.d.ts +4 -6
  157. package/dist-types/ts3.4/commands/UpdateOnlineEvaluationConfigCommand.d.ts +4 -6
  158. package/dist-types/ts3.4/commands/UpdatePaymentConnectorCommand.d.ts +5 -10
  159. package/dist-types/ts3.4/commands/UpdatePaymentCredentialProviderCommand.d.ts +4 -6
  160. package/dist-types/ts3.4/commands/UpdatePaymentManagerCommand.d.ts +5 -10
  161. package/dist-types/ts3.4/commands/UpdatePolicyCommand.d.ts +3 -5
  162. package/dist-types/ts3.4/commands/UpdatePolicyEngineCommand.d.ts +5 -10
  163. package/dist-types/ts3.4/commands/UpdateRegistryCommand.d.ts +4 -9
  164. package/dist-types/ts3.4/commands/UpdateRegistryRecordCommand.d.ts +5 -10
  165. package/dist-types/ts3.4/commands/UpdateRegistryRecordStatusCommand.d.ts +4 -6
  166. package/dist-types/ts3.4/commands/UpdateWorkloadIdentityCommand.d.ts +5 -10
  167. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  168. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  169. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  170. package/dist-types/ts3.4/models/enums.d.ts +31 -62
  171. package/dist-types/ts3.4/models/errors.d.ts +9 -30
  172. package/dist-types/ts3.4/models/models_0.d.ts +6 -15
  173. package/dist-types/ts3.4/models/models_1.d.ts +39 -113
  174. package/dist-types/ts3.4/models/models_2.d.ts +7 -21
  175. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  176. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +10 -25
  177. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -19
  178. package/dist-types/ts3.4/runtimeConfig.native.d.ts +10 -25
  179. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -4
  180. package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -4
  181. package/dist-types/ts3.4/waiters/waitForMemoryCreated.d.ts +4 -9
  182. package/dist-types/ts3.4/waiters/waitForPolicyActive.d.ts +4 -9
  183. package/dist-types/ts3.4/waiters/waitForPolicyDeleted.d.ts +4 -9
  184. package/dist-types/ts3.4/waiters/waitForPolicyEngineActive.d.ts +3 -7
  185. package/dist-types/ts3.4/waiters/waitForPolicyEngineDeleted.d.ts +3 -7
  186. package/dist-types/ts3.4/waiters/waitForPolicyGenerationCompleted.d.ts +3 -5
  187. package/package.json +38 -38
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DeleteDatasetExamplesRequest,
4
- DeleteDatasetExamplesResponse,
5
- } from "../models/models_0";
2
+ import { DeleteDatasetExamplesRequest, DeleteDatasetExamplesResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface DeleteDatasetExamplesCommandInput
8
- extends DeleteDatasetExamplesRequest {}
4
+ export interface DeleteDatasetExamplesCommandInput extends DeleteDatasetExamplesRequest {}
9
5
  export interface DeleteDatasetExamplesCommandOutput
10
- extends DeleteDatasetExamplesResponse,
11
- __MetadataBearer {}
6
+ extends DeleteDatasetExamplesResponse, __MetadataBearer {}
12
7
  declare const DeleteDatasetExamplesCommand_base: {
13
8
  new (
14
- input: DeleteDatasetExamplesCommandInput
9
+ input: DeleteDatasetExamplesCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  DeleteDatasetExamplesCommandInput,
17
12
  DeleteDatasetExamplesCommandOutput,
@@ -20,7 +15,7 @@ declare const DeleteDatasetExamplesCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: DeleteDatasetExamplesCommandInput
18
+ input: DeleteDatasetExamplesCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  DeleteDatasetExamplesCommandInput,
26
21
  DeleteDatasetExamplesCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DeleteEvaluatorRequest,
4
- DeleteEvaluatorResponse,
5
- } from "../models/models_0";
2
+ import { DeleteEvaluatorRequest, DeleteEvaluatorResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface DeleteEvaluatorCommandInput extends DeleteEvaluatorRequest {}
8
- export interface DeleteEvaluatorCommandOutput
9
- extends DeleteEvaluatorResponse,
10
- __MetadataBearer {}
5
+ export interface DeleteEvaluatorCommandOutput extends DeleteEvaluatorResponse, __MetadataBearer {}
11
6
  declare const DeleteEvaluatorCommand_base: {
12
7
  new (
13
- input: DeleteEvaluatorCommandInput
8
+ input: DeleteEvaluatorCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  DeleteEvaluatorCommandInput,
16
11
  DeleteEvaluatorCommandOutput,
@@ -19,7 +14,7 @@ declare const DeleteEvaluatorCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: DeleteEvaluatorCommandInput
17
+ input: DeleteEvaluatorCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  DeleteEvaluatorCommandInput,
25
20
  DeleteEvaluatorCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DeleteGatewayRequest,
4
- DeleteGatewayResponse,
5
- } from "../models/models_0";
2
+ import { DeleteGatewayRequest, DeleteGatewayResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface DeleteGatewayCommandInput extends DeleteGatewayRequest {}
8
- export interface DeleteGatewayCommandOutput
9
- extends DeleteGatewayResponse,
10
- __MetadataBearer {}
5
+ export interface DeleteGatewayCommandOutput extends DeleteGatewayResponse, __MetadataBearer {}
11
6
  declare const DeleteGatewayCommand_base: {
12
7
  new (
13
- input: DeleteGatewayCommandInput
8
+ input: DeleteGatewayCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  DeleteGatewayCommandInput,
16
11
  DeleteGatewayCommandOutput,
@@ -19,7 +14,7 @@ declare const DeleteGatewayCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: DeleteGatewayCommandInput
17
+ input: DeleteGatewayCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  DeleteGatewayCommandInput,
25
20
  DeleteGatewayCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DeleteGatewayRuleRequest,
4
- DeleteGatewayRuleResponse,
5
- } from "../models/models_0";
2
+ import { DeleteGatewayRuleRequest, DeleteGatewayRuleResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface DeleteGatewayRuleCommandInput
8
- extends DeleteGatewayRuleRequest {}
4
+ export interface DeleteGatewayRuleCommandInput extends DeleteGatewayRuleRequest {}
9
5
  export interface DeleteGatewayRuleCommandOutput
10
- extends DeleteGatewayRuleResponse,
11
- __MetadataBearer {}
6
+ extends DeleteGatewayRuleResponse, __MetadataBearer {}
12
7
  declare const DeleteGatewayRuleCommand_base: {
13
8
  new (
14
- input: DeleteGatewayRuleCommandInput
9
+ input: DeleteGatewayRuleCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  DeleteGatewayRuleCommandInput,
17
12
  DeleteGatewayRuleCommandOutput,
@@ -20,7 +15,7 @@ declare const DeleteGatewayRuleCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: DeleteGatewayRuleCommandInput
18
+ input: DeleteGatewayRuleCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  DeleteGatewayRuleCommandInput,
26
21
  DeleteGatewayRuleCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DeleteGatewayTargetRequest,
4
- DeleteGatewayTargetResponse,
5
- } from "../models/models_0";
2
+ import { DeleteGatewayTargetRequest, DeleteGatewayTargetResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface DeleteGatewayTargetCommandInput
8
- extends DeleteGatewayTargetRequest {}
4
+ export interface DeleteGatewayTargetCommandInput extends DeleteGatewayTargetRequest {}
9
5
  export interface DeleteGatewayTargetCommandOutput
10
- extends DeleteGatewayTargetResponse,
11
- __MetadataBearer {}
6
+ extends DeleteGatewayTargetResponse, __MetadataBearer {}
12
7
  declare const DeleteGatewayTargetCommand_base: {
13
8
  new (
14
- input: DeleteGatewayTargetCommandInput
9
+ input: DeleteGatewayTargetCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  DeleteGatewayTargetCommandInput,
17
12
  DeleteGatewayTargetCommandOutput,
@@ -20,7 +15,7 @@ declare const DeleteGatewayTargetCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: DeleteGatewayTargetCommandInput
18
+ input: DeleteGatewayTargetCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  DeleteGatewayTargetCommandInput,
26
21
  DeleteGatewayTargetCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DeleteHarnessRequest,
4
- DeleteHarnessResponse,
5
- } from "../models/models_1";
2
+ import { DeleteHarnessRequest, DeleteHarnessResponse } from "../models/models_1";
6
3
  export { __MetadataBearer };
7
4
  export interface DeleteHarnessCommandInput extends DeleteHarnessRequest {}
8
- export interface DeleteHarnessCommandOutput
9
- extends DeleteHarnessResponse,
10
- __MetadataBearer {}
5
+ export interface DeleteHarnessCommandOutput extends DeleteHarnessResponse, __MetadataBearer {}
11
6
  declare const DeleteHarnessCommand_base: {
12
7
  new (
13
- input: DeleteHarnessCommandInput
8
+ input: DeleteHarnessCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  DeleteHarnessCommandInput,
16
11
  DeleteHarnessCommandOutput,
@@ -19,7 +14,7 @@ declare const DeleteHarnessCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: DeleteHarnessCommandInput
17
+ input: DeleteHarnessCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  DeleteHarnessCommandInput,
25
20
  DeleteHarnessCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DeleteHarnessEndpointRequest,
4
- DeleteHarnessEndpointResponse,
5
- } from "../models/models_0";
2
+ import { DeleteHarnessEndpointRequest, DeleteHarnessEndpointResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface DeleteHarnessEndpointCommandInput
8
- extends DeleteHarnessEndpointRequest {}
4
+ export interface DeleteHarnessEndpointCommandInput extends DeleteHarnessEndpointRequest {}
9
5
  export interface DeleteHarnessEndpointCommandOutput
10
- extends DeleteHarnessEndpointResponse,
11
- __MetadataBearer {}
6
+ extends DeleteHarnessEndpointResponse, __MetadataBearer {}
12
7
  declare const DeleteHarnessEndpointCommand_base: {
13
8
  new (
14
- input: DeleteHarnessEndpointCommandInput
9
+ input: DeleteHarnessEndpointCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  DeleteHarnessEndpointCommandInput,
17
12
  DeleteHarnessEndpointCommandOutput,
@@ -20,7 +15,7 @@ declare const DeleteHarnessEndpointCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: DeleteHarnessEndpointCommandInput
18
+ input: DeleteHarnessEndpointCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  DeleteHarnessEndpointCommandInput,
26
21
  DeleteHarnessEndpointCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { DeleteMemoryInput, DeleteMemoryOutput } from "../models/models_1";
3
3
  export { __MetadataBearer };
4
4
  export interface DeleteMemoryCommandInput extends DeleteMemoryInput {}
5
- export interface DeleteMemoryCommandOutput
6
- extends DeleteMemoryOutput,
7
- __MetadataBearer {}
5
+ export interface DeleteMemoryCommandOutput extends DeleteMemoryOutput, __MetadataBearer {}
8
6
  declare const DeleteMemoryCommand_base: {
9
7
  new (
10
- input: DeleteMemoryCommandInput
8
+ input: DeleteMemoryCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  DeleteMemoryCommandInput,
13
11
  DeleteMemoryCommandOutput,
@@ -16,7 +14,7 @@ declare const DeleteMemoryCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: DeleteMemoryCommandInput
17
+ input: DeleteMemoryCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  DeleteMemoryCommandInput,
22
20
  DeleteMemoryCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  DeleteOauth2CredentialProviderResponse,
5
5
  } from "../models/models_1";
6
6
  export { __MetadataBearer };
7
- export interface DeleteOauth2CredentialProviderCommandInput
8
- extends DeleteOauth2CredentialProviderRequest {}
7
+ export interface DeleteOauth2CredentialProviderCommandInput extends DeleteOauth2CredentialProviderRequest {}
9
8
  export interface DeleteOauth2CredentialProviderCommandOutput
10
- extends DeleteOauth2CredentialProviderResponse,
11
- __MetadataBearer {}
9
+ extends DeleteOauth2CredentialProviderResponse, __MetadataBearer {}
12
10
  declare const DeleteOauth2CredentialProviderCommand_base: {
13
11
  new (
14
- input: DeleteOauth2CredentialProviderCommandInput
12
+ input: DeleteOauth2CredentialProviderCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  DeleteOauth2CredentialProviderCommandInput,
17
15
  DeleteOauth2CredentialProviderCommandOutput,
@@ -20,7 +18,7 @@ declare const DeleteOauth2CredentialProviderCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: DeleteOauth2CredentialProviderCommandInput
21
+ input: DeleteOauth2CredentialProviderCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  DeleteOauth2CredentialProviderCommandInput,
26
24
  DeleteOauth2CredentialProviderCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  DeleteOnlineEvaluationConfigResponse,
5
5
  } from "../models/models_1";
6
6
  export { __MetadataBearer };
7
- export interface DeleteOnlineEvaluationConfigCommandInput
8
- extends DeleteOnlineEvaluationConfigRequest {}
7
+ export interface DeleteOnlineEvaluationConfigCommandInput extends DeleteOnlineEvaluationConfigRequest {}
9
8
  export interface DeleteOnlineEvaluationConfigCommandOutput
10
- extends DeleteOnlineEvaluationConfigResponse,
11
- __MetadataBearer {}
9
+ extends DeleteOnlineEvaluationConfigResponse, __MetadataBearer {}
12
10
  declare const DeleteOnlineEvaluationConfigCommand_base: {
13
11
  new (
14
- input: DeleteOnlineEvaluationConfigCommandInput
12
+ input: DeleteOnlineEvaluationConfigCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  DeleteOnlineEvaluationConfigCommandInput,
17
15
  DeleteOnlineEvaluationConfigCommandOutput,
@@ -20,7 +18,7 @@ declare const DeleteOnlineEvaluationConfigCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: DeleteOnlineEvaluationConfigCommandInput
21
+ input: DeleteOnlineEvaluationConfigCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  DeleteOnlineEvaluationConfigCommandInput,
26
24
  DeleteOnlineEvaluationConfigCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DeletePaymentConnectorRequest,
4
- DeletePaymentConnectorResponse,
5
- } from "../models/models_1";
2
+ import { DeletePaymentConnectorRequest, DeletePaymentConnectorResponse } from "../models/models_1";
6
3
  export { __MetadataBearer };
7
- export interface DeletePaymentConnectorCommandInput
8
- extends DeletePaymentConnectorRequest {}
4
+ export interface DeletePaymentConnectorCommandInput extends DeletePaymentConnectorRequest {}
9
5
  export interface DeletePaymentConnectorCommandOutput
10
- extends DeletePaymentConnectorResponse,
11
- __MetadataBearer {}
6
+ extends DeletePaymentConnectorResponse, __MetadataBearer {}
12
7
  declare const DeletePaymentConnectorCommand_base: {
13
8
  new (
14
- input: DeletePaymentConnectorCommandInput
9
+ input: DeletePaymentConnectorCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  DeletePaymentConnectorCommandInput,
17
12
  DeletePaymentConnectorCommandOutput,
@@ -20,7 +15,7 @@ declare const DeletePaymentConnectorCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: DeletePaymentConnectorCommandInput
18
+ input: DeletePaymentConnectorCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  DeletePaymentConnectorCommandInput,
26
21
  DeletePaymentConnectorCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  DeletePaymentCredentialProviderResponse,
5
5
  } from "../models/models_1";
6
6
  export { __MetadataBearer };
7
- export interface DeletePaymentCredentialProviderCommandInput
8
- extends DeletePaymentCredentialProviderRequest {}
7
+ export interface DeletePaymentCredentialProviderCommandInput extends DeletePaymentCredentialProviderRequest {}
9
8
  export interface DeletePaymentCredentialProviderCommandOutput
10
- extends DeletePaymentCredentialProviderResponse,
11
- __MetadataBearer {}
9
+ extends DeletePaymentCredentialProviderResponse, __MetadataBearer {}
12
10
  declare const DeletePaymentCredentialProviderCommand_base: {
13
11
  new (
14
- input: DeletePaymentCredentialProviderCommandInput
12
+ input: DeletePaymentCredentialProviderCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  DeletePaymentCredentialProviderCommandInput,
17
15
  DeletePaymentCredentialProviderCommandOutput,
@@ -20,7 +18,7 @@ declare const DeletePaymentCredentialProviderCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: DeletePaymentCredentialProviderCommandInput
21
+ input: DeletePaymentCredentialProviderCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  DeletePaymentCredentialProviderCommandInput,
26
24
  DeletePaymentCredentialProviderCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DeletePaymentManagerRequest,
4
- DeletePaymentManagerResponse,
5
- } from "../models/models_1";
2
+ import { DeletePaymentManagerRequest, DeletePaymentManagerResponse } from "../models/models_1";
6
3
  export { __MetadataBearer };
7
- export interface DeletePaymentManagerCommandInput
8
- extends DeletePaymentManagerRequest {}
4
+ export interface DeletePaymentManagerCommandInput extends DeletePaymentManagerRequest {}
9
5
  export interface DeletePaymentManagerCommandOutput
10
- extends DeletePaymentManagerResponse,
11
- __MetadataBearer {}
6
+ extends DeletePaymentManagerResponse, __MetadataBearer {}
12
7
  declare const DeletePaymentManagerCommand_base: {
13
8
  new (
14
- input: DeletePaymentManagerCommandInput
9
+ input: DeletePaymentManagerCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  DeletePaymentManagerCommandInput,
17
12
  DeletePaymentManagerCommandOutput,
@@ -20,7 +15,7 @@ declare const DeletePaymentManagerCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: DeletePaymentManagerCommandInput
18
+ input: DeletePaymentManagerCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  DeletePaymentManagerCommandInput,
26
21
  DeletePaymentManagerCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { DeletePolicyRequest, DeletePolicyResponse } from "../models/models_1";
3
3
  export { __MetadataBearer };
4
4
  export interface DeletePolicyCommandInput extends DeletePolicyRequest {}
5
- export interface DeletePolicyCommandOutput
6
- extends DeletePolicyResponse,
7
- __MetadataBearer {}
5
+ export interface DeletePolicyCommandOutput extends DeletePolicyResponse, __MetadataBearer {}
8
6
  declare const DeletePolicyCommand_base: {
9
7
  new (
10
- input: DeletePolicyCommandInput
8
+ input: DeletePolicyCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  DeletePolicyCommandInput,
13
11
  DeletePolicyCommandOutput,
@@ -16,7 +14,7 @@ declare const DeletePolicyCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: DeletePolicyCommandInput
17
+ input: DeletePolicyCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  DeletePolicyCommandInput,
22
20
  DeletePolicyCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DeletePolicyEngineRequest,
4
- DeletePolicyEngineResponse,
5
- } from "../models/models_1";
2
+ import { DeletePolicyEngineRequest, DeletePolicyEngineResponse } from "../models/models_1";
6
3
  export { __MetadataBearer };
7
- export interface DeletePolicyEngineCommandInput
8
- extends DeletePolicyEngineRequest {}
4
+ export interface DeletePolicyEngineCommandInput extends DeletePolicyEngineRequest {}
9
5
  export interface DeletePolicyEngineCommandOutput
10
- extends DeletePolicyEngineResponse,
11
- __MetadataBearer {}
6
+ extends DeletePolicyEngineResponse, __MetadataBearer {}
12
7
  declare const DeletePolicyEngineCommand_base: {
13
8
  new (
14
- input: DeletePolicyEngineCommandInput
9
+ input: DeletePolicyEngineCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  DeletePolicyEngineCommandInput,
17
12
  DeletePolicyEngineCommandOutput,
@@ -20,7 +15,7 @@ declare const DeletePolicyEngineCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: DeletePolicyEngineCommandInput
18
+ input: DeletePolicyEngineCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  DeletePolicyEngineCommandInput,
26
21
  DeletePolicyEngineCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DeleteRegistryRequest,
4
- DeleteRegistryResponse,
5
- } from "../models/models_2";
2
+ import { DeleteRegistryRequest, DeleteRegistryResponse } from "../models/models_2";
6
3
  export { __MetadataBearer };
7
4
  export interface DeleteRegistryCommandInput extends DeleteRegistryRequest {}
8
- export interface DeleteRegistryCommandOutput
9
- extends DeleteRegistryResponse,
10
- __MetadataBearer {}
5
+ export interface DeleteRegistryCommandOutput extends DeleteRegistryResponse, __MetadataBearer {}
11
6
  declare const DeleteRegistryCommand_base: {
12
7
  new (
13
- input: DeleteRegistryCommandInput
8
+ input: DeleteRegistryCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  DeleteRegistryCommandInput,
16
11
  DeleteRegistryCommandOutput,
@@ -19,7 +14,7 @@ declare const DeleteRegistryCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: DeleteRegistryCommandInput
17
+ input: DeleteRegistryCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  DeleteRegistryCommandInput,
25
20
  DeleteRegistryCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DeleteRegistryRecordRequest,
4
- DeleteRegistryRecordResponse,
5
- } from "../models/models_1";
2
+ import { DeleteRegistryRecordRequest, DeleteRegistryRecordResponse } from "../models/models_1";
6
3
  export { __MetadataBearer };
7
- export interface DeleteRegistryRecordCommandInput
8
- extends DeleteRegistryRecordRequest {}
4
+ export interface DeleteRegistryRecordCommandInput extends DeleteRegistryRecordRequest {}
9
5
  export interface DeleteRegistryRecordCommandOutput
10
- extends DeleteRegistryRecordResponse,
11
- __MetadataBearer {}
6
+ extends DeleteRegistryRecordResponse, __MetadataBearer {}
12
7
  declare const DeleteRegistryRecordCommand_base: {
13
8
  new (
14
- input: DeleteRegistryRecordCommandInput
9
+ input: DeleteRegistryRecordCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  DeleteRegistryRecordCommandInput,
17
12
  DeleteRegistryRecordCommandOutput,
@@ -20,7 +15,7 @@ declare const DeleteRegistryRecordCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: DeleteRegistryRecordCommandInput
18
+ input: DeleteRegistryRecordCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  DeleteRegistryRecordCommandInput,
26
21
  DeleteRegistryRecordCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DeleteResourcePolicyRequest,
4
- DeleteResourcePolicyResponse,
5
- } from "../models/models_0";
2
+ import { DeleteResourcePolicyRequest, DeleteResourcePolicyResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface DeleteResourcePolicyCommandInput
8
- extends DeleteResourcePolicyRequest {}
4
+ export interface DeleteResourcePolicyCommandInput extends DeleteResourcePolicyRequest {}
9
5
  export interface DeleteResourcePolicyCommandOutput
10
- extends DeleteResourcePolicyResponse,
11
- __MetadataBearer {}
6
+ extends DeleteResourcePolicyResponse, __MetadataBearer {}
12
7
  declare const DeleteResourcePolicyCommand_base: {
13
8
  new (
14
- input: DeleteResourcePolicyCommandInput
9
+ input: DeleteResourcePolicyCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  DeleteResourcePolicyCommandInput,
17
12
  DeleteResourcePolicyCommandOutput,
@@ -20,7 +15,7 @@ declare const DeleteResourcePolicyCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: DeleteResourcePolicyCommandInput
18
+ input: DeleteResourcePolicyCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  DeleteResourcePolicyCommandInput,
26
21
  DeleteResourcePolicyCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DeleteWorkloadIdentityRequest,
4
- DeleteWorkloadIdentityResponse,
5
- } from "../models/models_2";
2
+ import { DeleteWorkloadIdentityRequest, DeleteWorkloadIdentityResponse } from "../models/models_2";
6
3
  export { __MetadataBearer };
7
- export interface DeleteWorkloadIdentityCommandInput
8
- extends DeleteWorkloadIdentityRequest {}
4
+ export interface DeleteWorkloadIdentityCommandInput extends DeleteWorkloadIdentityRequest {}
9
5
  export interface DeleteWorkloadIdentityCommandOutput
10
- extends DeleteWorkloadIdentityResponse,
11
- __MetadataBearer {}
6
+ extends DeleteWorkloadIdentityResponse, __MetadataBearer {}
12
7
  declare const DeleteWorkloadIdentityCommand_base: {
13
8
  new (
14
- input: DeleteWorkloadIdentityCommandInput
9
+ input: DeleteWorkloadIdentityCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  DeleteWorkloadIdentityCommandInput,
17
12
  DeleteWorkloadIdentityCommandOutput,
@@ -20,7 +15,7 @@ declare const DeleteWorkloadIdentityCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: DeleteWorkloadIdentityCommandInput
18
+ input: DeleteWorkloadIdentityCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  DeleteWorkloadIdentityCommandInput,
26
21
  DeleteWorkloadIdentityCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetAgentRuntimeRequest,
4
- GetAgentRuntimeResponse,
5
- } from "../models/models_0";
2
+ import { GetAgentRuntimeRequest, GetAgentRuntimeResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface GetAgentRuntimeCommandInput extends GetAgentRuntimeRequest {}
8
- export interface GetAgentRuntimeCommandOutput
9
- extends GetAgentRuntimeResponse,
10
- __MetadataBearer {}
5
+ export interface GetAgentRuntimeCommandOutput extends GetAgentRuntimeResponse, __MetadataBearer {}
11
6
  declare const GetAgentRuntimeCommand_base: {
12
7
  new (
13
- input: GetAgentRuntimeCommandInput
8
+ input: GetAgentRuntimeCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  GetAgentRuntimeCommandInput,
16
11
  GetAgentRuntimeCommandOutput,
@@ -19,7 +14,7 @@ declare const GetAgentRuntimeCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: GetAgentRuntimeCommandInput
17
+ input: GetAgentRuntimeCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  GetAgentRuntimeCommandInput,
25
20
  GetAgentRuntimeCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  GetAgentRuntimeEndpointResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface GetAgentRuntimeEndpointCommandInput
8
- extends GetAgentRuntimeEndpointRequest {}
7
+ export interface GetAgentRuntimeEndpointCommandInput extends GetAgentRuntimeEndpointRequest {}
9
8
  export interface GetAgentRuntimeEndpointCommandOutput
10
- extends GetAgentRuntimeEndpointResponse,
11
- __MetadataBearer {}
9
+ extends GetAgentRuntimeEndpointResponse, __MetadataBearer {}
12
10
  declare const GetAgentRuntimeEndpointCommand_base: {
13
11
  new (
14
- input: GetAgentRuntimeEndpointCommandInput
12
+ input: GetAgentRuntimeEndpointCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  GetAgentRuntimeEndpointCommandInput,
17
15
  GetAgentRuntimeEndpointCommandOutput,
@@ -20,7 +18,7 @@ declare const GetAgentRuntimeEndpointCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: GetAgentRuntimeEndpointCommandInput
21
+ input: GetAgentRuntimeEndpointCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  GetAgentRuntimeEndpointCommandInput,
26
24
  GetAgentRuntimeEndpointCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  GetApiKeyCredentialProviderResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface GetApiKeyCredentialProviderCommandInput
8
- extends GetApiKeyCredentialProviderRequest {}
7
+ export interface GetApiKeyCredentialProviderCommandInput extends GetApiKeyCredentialProviderRequest {}
9
8
  export interface GetApiKeyCredentialProviderCommandOutput
10
- extends GetApiKeyCredentialProviderResponse,
11
- __MetadataBearer {}
9
+ extends GetApiKeyCredentialProviderResponse, __MetadataBearer {}
12
10
  declare const GetApiKeyCredentialProviderCommand_base: {
13
11
  new (
14
- input: GetApiKeyCredentialProviderCommandInput
12
+ input: GetApiKeyCredentialProviderCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  GetApiKeyCredentialProviderCommandInput,
17
15
  GetApiKeyCredentialProviderCommandOutput,
@@ -20,7 +18,7 @@ declare const GetApiKeyCredentialProviderCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: GetApiKeyCredentialProviderCommandInput
21
+ input: GetApiKeyCredentialProviderCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  GetApiKeyCredentialProviderCommandInput,
26
24
  GetApiKeyCredentialProviderCommandOutput,