@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
@@ -4,14 +4,12 @@ import {
4
4
  ListOauth2CredentialProvidersResponse,
5
5
  } from "../models/models_1";
6
6
  export { __MetadataBearer };
7
- export interface ListOauth2CredentialProvidersCommandInput
8
- extends ListOauth2CredentialProvidersRequest {}
7
+ export interface ListOauth2CredentialProvidersCommandInput extends ListOauth2CredentialProvidersRequest {}
9
8
  export interface ListOauth2CredentialProvidersCommandOutput
10
- extends ListOauth2CredentialProvidersResponse,
11
- __MetadataBearer {}
9
+ extends ListOauth2CredentialProvidersResponse, __MetadataBearer {}
12
10
  declare const ListOauth2CredentialProvidersCommand_base: {
13
11
  new (
14
- input: ListOauth2CredentialProvidersCommandInput
12
+ input: ListOauth2CredentialProvidersCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  ListOauth2CredentialProvidersCommandInput,
17
15
  ListOauth2CredentialProvidersCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  ListOnlineEvaluationConfigsResponse,
5
5
  } from "../models/models_1";
6
6
  export { __MetadataBearer };
7
- export interface ListOnlineEvaluationConfigsCommandInput
8
- extends ListOnlineEvaluationConfigsRequest {}
7
+ export interface ListOnlineEvaluationConfigsCommandInput extends ListOnlineEvaluationConfigsRequest {}
9
8
  export interface ListOnlineEvaluationConfigsCommandOutput
10
- extends ListOnlineEvaluationConfigsResponse,
11
- __MetadataBearer {}
9
+ extends ListOnlineEvaluationConfigsResponse, __MetadataBearer {}
12
10
  declare const ListOnlineEvaluationConfigsCommand_base: {
13
11
  new (
14
- input: ListOnlineEvaluationConfigsCommandInput
12
+ input: ListOnlineEvaluationConfigsCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  ListOnlineEvaluationConfigsCommandInput,
17
15
  ListOnlineEvaluationConfigsCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListPaymentConnectorsRequest,
4
- ListPaymentConnectorsResponse,
5
- } from "../models/models_1";
2
+ import { ListPaymentConnectorsRequest, ListPaymentConnectorsResponse } from "../models/models_1";
6
3
  export { __MetadataBearer };
7
- export interface ListPaymentConnectorsCommandInput
8
- extends ListPaymentConnectorsRequest {}
4
+ export interface ListPaymentConnectorsCommandInput extends ListPaymentConnectorsRequest {}
9
5
  export interface ListPaymentConnectorsCommandOutput
10
- extends ListPaymentConnectorsResponse,
11
- __MetadataBearer {}
6
+ extends ListPaymentConnectorsResponse, __MetadataBearer {}
12
7
  declare const ListPaymentConnectorsCommand_base: {
13
8
  new (
14
- input: ListPaymentConnectorsCommandInput
9
+ input: ListPaymentConnectorsCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ListPaymentConnectorsCommandInput,
17
12
  ListPaymentConnectorsCommandOutput,
@@ -20,7 +15,7 @@ declare const ListPaymentConnectorsCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: ListPaymentConnectorsCommandInput
18
+ input: ListPaymentConnectorsCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  ListPaymentConnectorsCommandInput,
26
21
  ListPaymentConnectorsCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  ListPaymentCredentialProvidersResponse,
5
5
  } from "../models/models_1";
6
6
  export { __MetadataBearer };
7
- export interface ListPaymentCredentialProvidersCommandInput
8
- extends ListPaymentCredentialProvidersRequest {}
7
+ export interface ListPaymentCredentialProvidersCommandInput extends ListPaymentCredentialProvidersRequest {}
9
8
  export interface ListPaymentCredentialProvidersCommandOutput
10
- extends ListPaymentCredentialProvidersResponse,
11
- __MetadataBearer {}
9
+ extends ListPaymentCredentialProvidersResponse, __MetadataBearer {}
12
10
  declare const ListPaymentCredentialProvidersCommand_base: {
13
11
  new (
14
- input: ListPaymentCredentialProvidersCommandInput
12
+ input: ListPaymentCredentialProvidersCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  ListPaymentCredentialProvidersCommandInput,
17
15
  ListPaymentCredentialProvidersCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListPaymentManagersRequest,
4
- ListPaymentManagersResponse,
5
- } from "../models/models_1";
2
+ import { ListPaymentManagersRequest, ListPaymentManagersResponse } from "../models/models_1";
6
3
  export { __MetadataBearer };
7
- export interface ListPaymentManagersCommandInput
8
- extends ListPaymentManagersRequest {}
4
+ export interface ListPaymentManagersCommandInput extends ListPaymentManagersRequest {}
9
5
  export interface ListPaymentManagersCommandOutput
10
- extends ListPaymentManagersResponse,
11
- __MetadataBearer {}
6
+ extends ListPaymentManagersResponse, __MetadataBearer {}
12
7
  declare const ListPaymentManagersCommand_base: {
13
8
  new (
14
- input: ListPaymentManagersCommandInput
9
+ input: ListPaymentManagersCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ListPaymentManagersCommandInput,
17
12
  ListPaymentManagersCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { ListPoliciesRequest, ListPoliciesResponse } from "../models/models_1";
3
3
  export { __MetadataBearer };
4
4
  export interface ListPoliciesCommandInput extends ListPoliciesRequest {}
5
- export interface ListPoliciesCommandOutput
6
- extends ListPoliciesResponse,
7
- __MetadataBearer {}
5
+ export interface ListPoliciesCommandOutput extends ListPoliciesResponse, __MetadataBearer {}
8
6
  declare const ListPoliciesCommand_base: {
9
7
  new (
10
- input: ListPoliciesCommandInput
8
+ input: ListPoliciesCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  ListPoliciesCommandInput,
13
11
  ListPoliciesCommandOutput,
@@ -16,7 +14,7 @@ declare const ListPoliciesCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: ListPoliciesCommandInput
17
+ input: ListPoliciesCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  ListPoliciesCommandInput,
22
20
  ListPoliciesCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  ListPolicyEngineSummariesResponse,
5
5
  } from "../models/models_1";
6
6
  export { __MetadataBearer };
7
- export interface ListPolicyEngineSummariesCommandInput
8
- extends ListPolicyEngineSummariesRequest {}
7
+ export interface ListPolicyEngineSummariesCommandInput extends ListPolicyEngineSummariesRequest {}
9
8
  export interface ListPolicyEngineSummariesCommandOutput
10
- extends ListPolicyEngineSummariesResponse,
11
- __MetadataBearer {}
9
+ extends ListPolicyEngineSummariesResponse, __MetadataBearer {}
12
10
  declare const ListPolicyEngineSummariesCommand_base: {
13
11
  new (
14
- input: ListPolicyEngineSummariesCommandInput
12
+ input: ListPolicyEngineSummariesCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  ListPolicyEngineSummariesCommandInput,
17
15
  ListPolicyEngineSummariesCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListPolicyEnginesRequest,
4
- ListPolicyEnginesResponse,
5
- } from "../models/models_1";
2
+ import { ListPolicyEnginesRequest, ListPolicyEnginesResponse } from "../models/models_1";
6
3
  export { __MetadataBearer };
7
- export interface ListPolicyEnginesCommandInput
8
- extends ListPolicyEnginesRequest {}
4
+ export interface ListPolicyEnginesCommandInput extends ListPolicyEnginesRequest {}
9
5
  export interface ListPolicyEnginesCommandOutput
10
- extends ListPolicyEnginesResponse,
11
- __MetadataBearer {}
6
+ extends ListPolicyEnginesResponse, __MetadataBearer {}
12
7
  declare const ListPolicyEnginesCommand_base: {
13
8
  new (
14
- input: ListPolicyEnginesCommandInput
9
+ input: ListPolicyEnginesCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ListPolicyEnginesCommandInput,
17
12
  ListPolicyEnginesCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  ListPolicyGenerationAssetsResponse,
5
5
  } from "../models/models_1";
6
6
  export { __MetadataBearer };
7
- export interface ListPolicyGenerationAssetsCommandInput
8
- extends ListPolicyGenerationAssetsRequest {}
7
+ export interface ListPolicyGenerationAssetsCommandInput extends ListPolicyGenerationAssetsRequest {}
9
8
  export interface ListPolicyGenerationAssetsCommandOutput
10
- extends ListPolicyGenerationAssetsResponse,
11
- __MetadataBearer {}
9
+ extends ListPolicyGenerationAssetsResponse, __MetadataBearer {}
12
10
  declare const ListPolicyGenerationAssetsCommand_base: {
13
11
  new (
14
- input: ListPolicyGenerationAssetsCommandInput
12
+ input: ListPolicyGenerationAssetsCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  ListPolicyGenerationAssetsCommandInput,
17
15
  ListPolicyGenerationAssetsCommandOutput,
@@ -20,7 +18,7 @@ declare const ListPolicyGenerationAssetsCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: ListPolicyGenerationAssetsCommandInput
21
+ input: ListPolicyGenerationAssetsCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  ListPolicyGenerationAssetsCommandInput,
26
24
  ListPolicyGenerationAssetsCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  ListPolicyGenerationSummariesResponse,
5
5
  } from "../models/models_1";
6
6
  export { __MetadataBearer };
7
- export interface ListPolicyGenerationSummariesCommandInput
8
- extends ListPolicyGenerationSummariesRequest {}
7
+ export interface ListPolicyGenerationSummariesCommandInput extends ListPolicyGenerationSummariesRequest {}
9
8
  export interface ListPolicyGenerationSummariesCommandOutput
10
- extends ListPolicyGenerationSummariesResponse,
11
- __MetadataBearer {}
9
+ extends ListPolicyGenerationSummariesResponse, __MetadataBearer {}
12
10
  declare const ListPolicyGenerationSummariesCommand_base: {
13
11
  new (
14
- input: ListPolicyGenerationSummariesCommandInput
12
+ input: ListPolicyGenerationSummariesCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  ListPolicyGenerationSummariesCommandInput,
17
15
  ListPolicyGenerationSummariesCommandOutput,
@@ -20,7 +18,7 @@ declare const ListPolicyGenerationSummariesCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: ListPolicyGenerationSummariesCommandInput
21
+ input: ListPolicyGenerationSummariesCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  ListPolicyGenerationSummariesCommandInput,
26
24
  ListPolicyGenerationSummariesCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListPolicyGenerationsRequest,
4
- ListPolicyGenerationsResponse,
5
- } from "../models/models_1";
2
+ import { ListPolicyGenerationsRequest, ListPolicyGenerationsResponse } from "../models/models_1";
6
3
  export { __MetadataBearer };
7
- export interface ListPolicyGenerationsCommandInput
8
- extends ListPolicyGenerationsRequest {}
4
+ export interface ListPolicyGenerationsCommandInput extends ListPolicyGenerationsRequest {}
9
5
  export interface ListPolicyGenerationsCommandOutput
10
- extends ListPolicyGenerationsResponse,
11
- __MetadataBearer {}
6
+ extends ListPolicyGenerationsResponse, __MetadataBearer {}
12
7
  declare const ListPolicyGenerationsCommand_base: {
13
8
  new (
14
- input: ListPolicyGenerationsCommandInput
9
+ input: ListPolicyGenerationsCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ListPolicyGenerationsCommandInput,
17
12
  ListPolicyGenerationsCommandOutput,
@@ -20,7 +15,7 @@ declare const ListPolicyGenerationsCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: ListPolicyGenerationsCommandInput
18
+ input: ListPolicyGenerationsCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  ListPolicyGenerationsCommandInput,
26
21
  ListPolicyGenerationsCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListPolicySummariesRequest,
4
- ListPolicySummariesResponse,
5
- } from "../models/models_1";
2
+ import { ListPolicySummariesRequest, ListPolicySummariesResponse } from "../models/models_1";
6
3
  export { __MetadataBearer };
7
- export interface ListPolicySummariesCommandInput
8
- extends ListPolicySummariesRequest {}
4
+ export interface ListPolicySummariesCommandInput extends ListPolicySummariesRequest {}
9
5
  export interface ListPolicySummariesCommandOutput
10
- extends ListPolicySummariesResponse,
11
- __MetadataBearer {}
6
+ extends ListPolicySummariesResponse, __MetadataBearer {}
12
7
  declare const ListPolicySummariesCommand_base: {
13
8
  new (
14
- input: ListPolicySummariesCommandInput
9
+ input: ListPolicySummariesCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ListPolicySummariesCommandInput,
17
12
  ListPolicySummariesCommandOutput,
@@ -20,7 +15,7 @@ declare const ListPolicySummariesCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: ListPolicySummariesCommandInput
18
+ input: ListPolicySummariesCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  ListPolicySummariesCommandInput,
26
21
  ListPolicySummariesCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListRegistriesRequest,
4
- ListRegistriesResponse,
5
- } from "../models/models_2";
2
+ import { ListRegistriesRequest, ListRegistriesResponse } from "../models/models_2";
6
3
  export { __MetadataBearer };
7
4
  export interface ListRegistriesCommandInput extends ListRegistriesRequest {}
8
- export interface ListRegistriesCommandOutput
9
- extends ListRegistriesResponse,
10
- __MetadataBearer {}
5
+ export interface ListRegistriesCommandOutput extends ListRegistriesResponse, __MetadataBearer {}
11
6
  declare const ListRegistriesCommand_base: {
12
7
  new (
13
- input: ListRegistriesCommandInput
8
+ input: ListRegistriesCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  ListRegistriesCommandInput,
16
11
  ListRegistriesCommandOutput,
@@ -2,14 +2,12 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { ListRegistryRecordsRequest } from "../models/models_1";
3
3
  import { ListRegistryRecordsResponse } from "../models/models_2";
4
4
  export { __MetadataBearer };
5
- export interface ListRegistryRecordsCommandInput
6
- extends ListRegistryRecordsRequest {}
5
+ export interface ListRegistryRecordsCommandInput extends ListRegistryRecordsRequest {}
7
6
  export interface ListRegistryRecordsCommandOutput
8
- extends ListRegistryRecordsResponse,
9
- __MetadataBearer {}
7
+ extends ListRegistryRecordsResponse, __MetadataBearer {}
10
8
  declare const ListRegistryRecordsCommand_base: {
11
9
  new (
12
- input: ListRegistryRecordsCommandInput
10
+ input: ListRegistryRecordsCommandInput,
13
11
  ): import("@smithy/core/client").CommandImpl<
14
12
  ListRegistryRecordsCommandInput,
15
13
  ListRegistryRecordsCommandOutput,
@@ -18,7 +16,7 @@ declare const ListRegistryRecordsCommand_base: {
18
16
  import("..").ServiceOutputTypes
19
17
  >;
20
18
  new (
21
- input: ListRegistryRecordsCommandInput
19
+ input: ListRegistryRecordsCommandInput,
22
20
  ): import("@smithy/core/client").CommandImpl<
23
21
  ListRegistryRecordsCommandInput,
24
22
  ListRegistryRecordsCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListTagsForResourceRequest,
4
- ListTagsForResourceResponse,
5
- } from "../models/models_1";
2
+ import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_1";
6
3
  export { __MetadataBearer };
7
- export interface ListTagsForResourceCommandInput
8
- extends ListTagsForResourceRequest {}
4
+ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {}
9
5
  export interface ListTagsForResourceCommandOutput
10
- extends ListTagsForResourceResponse,
11
- __MetadataBearer {}
6
+ extends ListTagsForResourceResponse, __MetadataBearer {}
12
7
  declare const ListTagsForResourceCommand_base: {
13
8
  new (
14
- input: ListTagsForResourceCommandInput
9
+ input: ListTagsForResourceCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ListTagsForResourceCommandInput,
17
12
  ListTagsForResourceCommandOutput,
@@ -20,7 +15,7 @@ declare const ListTagsForResourceCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: ListTagsForResourceCommandInput
18
+ input: ListTagsForResourceCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  ListTagsForResourceCommandInput,
26
21
  ListTagsForResourceCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListWorkloadIdentitiesRequest,
4
- ListWorkloadIdentitiesResponse,
5
- } from "../models/models_2";
2
+ import { ListWorkloadIdentitiesRequest, ListWorkloadIdentitiesResponse } from "../models/models_2";
6
3
  export { __MetadataBearer };
7
- export interface ListWorkloadIdentitiesCommandInput
8
- extends ListWorkloadIdentitiesRequest {}
4
+ export interface ListWorkloadIdentitiesCommandInput extends ListWorkloadIdentitiesRequest {}
9
5
  export interface ListWorkloadIdentitiesCommandOutput
10
- extends ListWorkloadIdentitiesResponse,
11
- __MetadataBearer {}
6
+ extends ListWorkloadIdentitiesResponse, __MetadataBearer {}
12
7
  declare const ListWorkloadIdentitiesCommand_base: {
13
8
  new (
14
- input: ListWorkloadIdentitiesCommandInput
9
+ input: ListWorkloadIdentitiesCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ListWorkloadIdentitiesCommandInput,
17
12
  ListWorkloadIdentitiesCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- PutResourcePolicyRequest,
4
- PutResourcePolicyResponse,
5
- } from "../models/models_1";
2
+ import { PutResourcePolicyRequest, PutResourcePolicyResponse } from "../models/models_1";
6
3
  export { __MetadataBearer };
7
- export interface PutResourcePolicyCommandInput
8
- extends PutResourcePolicyRequest {}
4
+ export interface PutResourcePolicyCommandInput extends PutResourcePolicyRequest {}
9
5
  export interface PutResourcePolicyCommandOutput
10
- extends PutResourcePolicyResponse,
11
- __MetadataBearer {}
6
+ extends PutResourcePolicyResponse, __MetadataBearer {}
12
7
  declare const PutResourcePolicyCommand_base: {
13
8
  new (
14
- input: PutResourcePolicyCommandInput
9
+ input: PutResourcePolicyCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  PutResourcePolicyCommandInput,
17
12
  PutResourcePolicyCommandOutput,
@@ -20,7 +15,7 @@ declare const PutResourcePolicyCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: PutResourcePolicyCommandInput
18
+ input: PutResourcePolicyCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  PutResourcePolicyCommandInput,
26
21
  PutResourcePolicyCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- SetTokenVaultCMKRequest,
4
- SetTokenVaultCMKResponse,
5
- } from "../models/models_2";
2
+ import { SetTokenVaultCMKRequest, SetTokenVaultCMKResponse } from "../models/models_2";
6
3
  export { __MetadataBearer };
7
4
  export interface SetTokenVaultCMKCommandInput extends SetTokenVaultCMKRequest {}
8
- export interface SetTokenVaultCMKCommandOutput
9
- extends SetTokenVaultCMKResponse,
10
- __MetadataBearer {}
5
+ export interface SetTokenVaultCMKCommandOutput extends SetTokenVaultCMKResponse, __MetadataBearer {}
11
6
  declare const SetTokenVaultCMKCommand_base: {
12
7
  new (
13
- input: SetTokenVaultCMKCommandInput
8
+ input: SetTokenVaultCMKCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  SetTokenVaultCMKCommandInput,
16
11
  SetTokenVaultCMKCommandOutput,
@@ -19,7 +14,7 @@ declare const SetTokenVaultCMKCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: SetTokenVaultCMKCommandInput
17
+ input: SetTokenVaultCMKCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  SetTokenVaultCMKCommandInput,
25
20
  SetTokenVaultCMKCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- StartPolicyGenerationRequest,
4
- StartPolicyGenerationResponse,
5
- } from "../models/models_1";
2
+ import { StartPolicyGenerationRequest, StartPolicyGenerationResponse } from "../models/models_1";
6
3
  export { __MetadataBearer };
7
- export interface StartPolicyGenerationCommandInput
8
- extends StartPolicyGenerationRequest {}
4
+ export interface StartPolicyGenerationCommandInput extends StartPolicyGenerationRequest {}
9
5
  export interface StartPolicyGenerationCommandOutput
10
- extends StartPolicyGenerationResponse,
11
- __MetadataBearer {}
6
+ extends StartPolicyGenerationResponse, __MetadataBearer {}
12
7
  declare const StartPolicyGenerationCommand_base: {
13
8
  new (
14
- input: StartPolicyGenerationCommandInput
9
+ input: StartPolicyGenerationCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  StartPolicyGenerationCommandInput,
17
12
  StartPolicyGenerationCommandOutput,
@@ -20,7 +15,7 @@ declare const StartPolicyGenerationCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: StartPolicyGenerationCommandInput
18
+ input: StartPolicyGenerationCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  StartPolicyGenerationCommandInput,
26
21
  StartPolicyGenerationCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  SubmitRegistryRecordForApprovalResponse,
5
5
  } from "../models/models_2";
6
6
  export { __MetadataBearer };
7
- export interface SubmitRegistryRecordForApprovalCommandInput
8
- extends SubmitRegistryRecordForApprovalRequest {}
7
+ export interface SubmitRegistryRecordForApprovalCommandInput extends SubmitRegistryRecordForApprovalRequest {}
9
8
  export interface SubmitRegistryRecordForApprovalCommandOutput
10
- extends SubmitRegistryRecordForApprovalResponse,
11
- __MetadataBearer {}
9
+ extends SubmitRegistryRecordForApprovalResponse, __MetadataBearer {}
12
10
  declare const SubmitRegistryRecordForApprovalCommand_base: {
13
11
  new (
14
- input: SubmitRegistryRecordForApprovalCommandInput
12
+ input: SubmitRegistryRecordForApprovalCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  SubmitRegistryRecordForApprovalCommandInput,
17
15
  SubmitRegistryRecordForApprovalCommandOutput,
@@ -20,7 +18,7 @@ declare const SubmitRegistryRecordForApprovalCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: SubmitRegistryRecordForApprovalCommandInput
21
+ input: SubmitRegistryRecordForApprovalCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  SubmitRegistryRecordForApprovalCommandInput,
26
24
  SubmitRegistryRecordForApprovalCommandOutput,
@@ -2,14 +2,12 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { SynchronizeGatewayTargetsRequest } from "../models/models_0";
3
3
  import { SynchronizeGatewayTargetsResponse } from "../models/models_2";
4
4
  export { __MetadataBearer };
5
- export interface SynchronizeGatewayTargetsCommandInput
6
- extends SynchronizeGatewayTargetsRequest {}
5
+ export interface SynchronizeGatewayTargetsCommandInput extends SynchronizeGatewayTargetsRequest {}
7
6
  export interface SynchronizeGatewayTargetsCommandOutput
8
- extends SynchronizeGatewayTargetsResponse,
9
- __MetadataBearer {}
7
+ extends SynchronizeGatewayTargetsResponse, __MetadataBearer {}
10
8
  declare const SynchronizeGatewayTargetsCommand_base: {
11
9
  new (
12
- input: SynchronizeGatewayTargetsCommandInput
10
+ input: SynchronizeGatewayTargetsCommandInput,
13
11
  ): import("@smithy/core/client").CommandImpl<
14
12
  SynchronizeGatewayTargetsCommandInput,
15
13
  SynchronizeGatewayTargetsCommandOutput,
@@ -18,7 +16,7 @@ declare const SynchronizeGatewayTargetsCommand_base: {
18
16
  import("..").ServiceOutputTypes
19
17
  >;
20
18
  new (
21
- input: SynchronizeGatewayTargetsCommandInput
19
+ input: SynchronizeGatewayTargetsCommandInput,
22
20
  ): import("@smithy/core/client").CommandImpl<
23
21
  SynchronizeGatewayTargetsCommandInput,
24
22
  SynchronizeGatewayTargetsCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { TagResourceRequest, TagResourceResponse } from "../models/models_2";
3
3
  export { __MetadataBearer };
4
4
  export interface TagResourceCommandInput extends TagResourceRequest {}
5
- export interface TagResourceCommandOutput
6
- extends TagResourceResponse,
7
- __MetadataBearer {}
5
+ export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {}
8
6
  declare const TagResourceCommand_base: {
9
7
  new (
10
- input: TagResourceCommandInput
8
+ input: TagResourceCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  TagResourceCommandInput,
13
11
  TagResourceCommandOutput,
@@ -16,7 +14,7 @@ declare const TagResourceCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: TagResourceCommandInput
17
+ input: TagResourceCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  TagResourceCommandInput,
22
20
  TagResourceCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- UntagResourceRequest,
4
- UntagResourceResponse,
5
- } from "../models/models_2";
2
+ import { UntagResourceRequest, UntagResourceResponse } from "../models/models_2";
6
3
  export { __MetadataBearer };
7
4
  export interface UntagResourceCommandInput extends UntagResourceRequest {}
8
- export interface UntagResourceCommandOutput
9
- extends UntagResourceResponse,
10
- __MetadataBearer {}
5
+ export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {}
11
6
  declare const UntagResourceCommand_base: {
12
7
  new (
13
- input: UntagResourceCommandInput
8
+ input: UntagResourceCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  UntagResourceCommandInput,
16
11
  UntagResourceCommandOutput,
@@ -19,7 +14,7 @@ declare const UntagResourceCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: UntagResourceCommandInput
17
+ input: UntagResourceCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  UntagResourceCommandInput,
25
20
  UntagResourceCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- UpdateAgentRuntimeRequest,
4
- UpdateAgentRuntimeResponse,
5
- } from "../models/models_0";
2
+ import { UpdateAgentRuntimeRequest, UpdateAgentRuntimeResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface UpdateAgentRuntimeCommandInput
8
- extends UpdateAgentRuntimeRequest {}
4
+ export interface UpdateAgentRuntimeCommandInput extends UpdateAgentRuntimeRequest {}
9
5
  export interface UpdateAgentRuntimeCommandOutput
10
- extends UpdateAgentRuntimeResponse,
11
- __MetadataBearer {}
6
+ extends UpdateAgentRuntimeResponse, __MetadataBearer {}
12
7
  declare const UpdateAgentRuntimeCommand_base: {
13
8
  new (
14
- input: UpdateAgentRuntimeCommandInput
9
+ input: UpdateAgentRuntimeCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  UpdateAgentRuntimeCommandInput,
17
12
  UpdateAgentRuntimeCommandOutput,
@@ -20,7 +15,7 @@ declare const UpdateAgentRuntimeCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: UpdateAgentRuntimeCommandInput
18
+ input: UpdateAgentRuntimeCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  UpdateAgentRuntimeCommandInput,
26
21
  UpdateAgentRuntimeCommandOutput,