@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
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { GetBrowserRequest, GetBrowserResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface GetBrowserCommandInput extends GetBrowserRequest {}
5
- export interface GetBrowserCommandOutput
6
- extends GetBrowserResponse,
7
- __MetadataBearer {}
5
+ export interface GetBrowserCommandOutput extends GetBrowserResponse, __MetadataBearer {}
8
6
  declare const GetBrowserCommand_base: {
9
7
  new (
10
- input: GetBrowserCommandInput
8
+ input: GetBrowserCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  GetBrowserCommandInput,
13
11
  GetBrowserCommandOutput,
@@ -16,7 +14,7 @@ declare const GetBrowserCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: GetBrowserCommandInput
17
+ input: GetBrowserCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  GetBrowserCommandInput,
22
20
  GetBrowserCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetBrowserProfileRequest,
4
- GetBrowserProfileResponse,
5
- } from "../models/models_0";
2
+ import { GetBrowserProfileRequest, GetBrowserProfileResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface GetBrowserProfileCommandInput
8
- extends GetBrowserProfileRequest {}
4
+ export interface GetBrowserProfileCommandInput extends GetBrowserProfileRequest {}
9
5
  export interface GetBrowserProfileCommandOutput
10
- extends GetBrowserProfileResponse,
11
- __MetadataBearer {}
6
+ extends GetBrowserProfileResponse, __MetadataBearer {}
12
7
  declare const GetBrowserProfileCommand_base: {
13
8
  new (
14
- input: GetBrowserProfileCommandInput
9
+ input: GetBrowserProfileCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  GetBrowserProfileCommandInput,
17
12
  GetBrowserProfileCommandOutput,
@@ -20,7 +15,7 @@ declare const GetBrowserProfileCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: GetBrowserProfileCommandInput
18
+ input: GetBrowserProfileCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  GetBrowserProfileCommandInput,
26
21
  GetBrowserProfileCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetCodeInterpreterRequest,
4
- GetCodeInterpreterResponse,
5
- } from "../models/models_0";
2
+ import { GetCodeInterpreterRequest, GetCodeInterpreterResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface GetCodeInterpreterCommandInput
8
- extends GetCodeInterpreterRequest {}
4
+ export interface GetCodeInterpreterCommandInput extends GetCodeInterpreterRequest {}
9
5
  export interface GetCodeInterpreterCommandOutput
10
- extends GetCodeInterpreterResponse,
11
- __MetadataBearer {}
6
+ extends GetCodeInterpreterResponse, __MetadataBearer {}
12
7
  declare const GetCodeInterpreterCommand_base: {
13
8
  new (
14
- input: GetCodeInterpreterCommandInput
9
+ input: GetCodeInterpreterCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  GetCodeInterpreterCommandInput,
17
12
  GetCodeInterpreterCommandOutput,
@@ -20,7 +15,7 @@ declare const GetCodeInterpreterCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: GetCodeInterpreterCommandInput
18
+ input: GetCodeInterpreterCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  GetCodeInterpreterCommandInput,
26
21
  GetCodeInterpreterCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetConfigurationBundleRequest,
4
- GetConfigurationBundleResponse,
5
- } from "../models/models_0";
2
+ import { GetConfigurationBundleRequest, GetConfigurationBundleResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface GetConfigurationBundleCommandInput
8
- extends GetConfigurationBundleRequest {}
4
+ export interface GetConfigurationBundleCommandInput extends GetConfigurationBundleRequest {}
9
5
  export interface GetConfigurationBundleCommandOutput
10
- extends GetConfigurationBundleResponse,
11
- __MetadataBearer {}
6
+ extends GetConfigurationBundleResponse, __MetadataBearer {}
12
7
  declare const GetConfigurationBundleCommand_base: {
13
8
  new (
14
- input: GetConfigurationBundleCommandInput
9
+ input: GetConfigurationBundleCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  GetConfigurationBundleCommandInput,
17
12
  GetConfigurationBundleCommandOutput,
@@ -20,7 +15,7 @@ declare const GetConfigurationBundleCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: GetConfigurationBundleCommandInput
18
+ input: GetConfigurationBundleCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  GetConfigurationBundleCommandInput,
26
21
  GetConfigurationBundleCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  GetConfigurationBundleVersionResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface GetConfigurationBundleVersionCommandInput
8
- extends GetConfigurationBundleVersionRequest {}
7
+ export interface GetConfigurationBundleVersionCommandInput extends GetConfigurationBundleVersionRequest {}
9
8
  export interface GetConfigurationBundleVersionCommandOutput
10
- extends GetConfigurationBundleVersionResponse,
11
- __MetadataBearer {}
9
+ extends GetConfigurationBundleVersionResponse, __MetadataBearer {}
12
10
  declare const GetConfigurationBundleVersionCommand_base: {
13
11
  new (
14
- input: GetConfigurationBundleVersionCommandInput
12
+ input: GetConfigurationBundleVersionCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  GetConfigurationBundleVersionCommandInput,
17
15
  GetConfigurationBundleVersionCommandOutput,
@@ -20,7 +18,7 @@ declare const GetConfigurationBundleVersionCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: GetConfigurationBundleVersionCommandInput
21
+ input: GetConfigurationBundleVersionCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  GetConfigurationBundleVersionCommandInput,
26
24
  GetConfigurationBundleVersionCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { GetDatasetRequest, GetDatasetResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface GetDatasetCommandInput extends GetDatasetRequest {}
5
- export interface GetDatasetCommandOutput
6
- extends GetDatasetResponse,
7
- __MetadataBearer {}
5
+ export interface GetDatasetCommandOutput extends GetDatasetResponse, __MetadataBearer {}
8
6
  declare const GetDatasetCommand_base: {
9
7
  new (
10
- input: GetDatasetCommandInput
8
+ input: GetDatasetCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  GetDatasetCommandInput,
13
11
  GetDatasetCommandOutput,
@@ -16,7 +14,7 @@ declare const GetDatasetCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: GetDatasetCommandInput
17
+ input: GetDatasetCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  GetDatasetCommandInput,
22
20
  GetDatasetCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { GetEvaluatorRequest, GetEvaluatorResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface GetEvaluatorCommandInput extends GetEvaluatorRequest {}
5
- export interface GetEvaluatorCommandOutput
6
- extends GetEvaluatorResponse,
7
- __MetadataBearer {}
5
+ export interface GetEvaluatorCommandOutput extends GetEvaluatorResponse, __MetadataBearer {}
8
6
  declare const GetEvaluatorCommand_base: {
9
7
  new (
10
- input: GetEvaluatorCommandInput
8
+ input: GetEvaluatorCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  GetEvaluatorCommandInput,
13
11
  GetEvaluatorCommandOutput,
@@ -16,7 +14,7 @@ declare const GetEvaluatorCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: GetEvaluatorCommandInput
17
+ input: GetEvaluatorCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  GetEvaluatorCommandInput,
22
20
  GetEvaluatorCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { GetGatewayRequest, GetGatewayResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface GetGatewayCommandInput extends GetGatewayRequest {}
5
- export interface GetGatewayCommandOutput
6
- extends GetGatewayResponse,
7
- __MetadataBearer {}
5
+ export interface GetGatewayCommandOutput extends GetGatewayResponse, __MetadataBearer {}
8
6
  declare const GetGatewayCommand_base: {
9
7
  new (
10
- input: GetGatewayCommandInput
8
+ input: GetGatewayCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  GetGatewayCommandInput,
13
11
  GetGatewayCommandOutput,
@@ -16,7 +14,7 @@ declare const GetGatewayCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: GetGatewayCommandInput
17
+ input: GetGatewayCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  GetGatewayCommandInput,
22
20
  GetGatewayCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetGatewayRuleRequest,
4
- GetGatewayRuleResponse,
5
- } from "../models/models_0";
2
+ import { GetGatewayRuleRequest, GetGatewayRuleResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface GetGatewayRuleCommandInput extends GetGatewayRuleRequest {}
8
- export interface GetGatewayRuleCommandOutput
9
- extends GetGatewayRuleResponse,
10
- __MetadataBearer {}
5
+ export interface GetGatewayRuleCommandOutput extends GetGatewayRuleResponse, __MetadataBearer {}
11
6
  declare const GetGatewayRuleCommand_base: {
12
7
  new (
13
- input: GetGatewayRuleCommandInput
8
+ input: GetGatewayRuleCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  GetGatewayRuleCommandInput,
16
11
  GetGatewayRuleCommandOutput,
@@ -19,7 +14,7 @@ declare const GetGatewayRuleCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: GetGatewayRuleCommandInput
17
+ input: GetGatewayRuleCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  GetGatewayRuleCommandInput,
25
20
  GetGatewayRuleCommandOutput,
@@ -3,12 +3,10 @@ import { GetGatewayTargetRequest } from "../models/models_0";
3
3
  import { GetGatewayTargetResponse } from "../models/models_2";
4
4
  export { __MetadataBearer };
5
5
  export interface GetGatewayTargetCommandInput extends GetGatewayTargetRequest {}
6
- export interface GetGatewayTargetCommandOutput
7
- extends GetGatewayTargetResponse,
8
- __MetadataBearer {}
6
+ export interface GetGatewayTargetCommandOutput extends GetGatewayTargetResponse, __MetadataBearer {}
9
7
  declare const GetGatewayTargetCommand_base: {
10
8
  new (
11
- input: GetGatewayTargetCommandInput
9
+ input: GetGatewayTargetCommandInput,
12
10
  ): import("@smithy/core/client").CommandImpl<
13
11
  GetGatewayTargetCommandInput,
14
12
  GetGatewayTargetCommandOutput,
@@ -17,7 +15,7 @@ declare const GetGatewayTargetCommand_base: {
17
15
  import("..").ServiceOutputTypes
18
16
  >;
19
17
  new (
20
- input: GetGatewayTargetCommandInput
18
+ input: GetGatewayTargetCommandInput,
21
19
  ): import("@smithy/core/client").CommandImpl<
22
20
  GetGatewayTargetCommandInput,
23
21
  GetGatewayTargetCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { GetHarnessRequest, GetHarnessResponse } from "../models/models_1";
3
3
  export { __MetadataBearer };
4
4
  export interface GetHarnessCommandInput extends GetHarnessRequest {}
5
- export interface GetHarnessCommandOutput
6
- extends GetHarnessResponse,
7
- __MetadataBearer {}
5
+ export interface GetHarnessCommandOutput extends GetHarnessResponse, __MetadataBearer {}
8
6
  declare const GetHarnessCommand_base: {
9
7
  new (
10
- input: GetHarnessCommandInput
8
+ input: GetHarnessCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  GetHarnessCommandInput,
13
11
  GetHarnessCommandOutput,
@@ -16,7 +14,7 @@ declare const GetHarnessCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: GetHarnessCommandInput
17
+ input: GetHarnessCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  GetHarnessCommandInput,
22
20
  GetHarnessCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetHarnessEndpointRequest,
4
- GetHarnessEndpointResponse,
5
- } from "../models/models_0";
2
+ import { GetHarnessEndpointRequest, GetHarnessEndpointResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface GetHarnessEndpointCommandInput
8
- extends GetHarnessEndpointRequest {}
4
+ export interface GetHarnessEndpointCommandInput extends GetHarnessEndpointRequest {}
9
5
  export interface GetHarnessEndpointCommandOutput
10
- extends GetHarnessEndpointResponse,
11
- __MetadataBearer {}
6
+ extends GetHarnessEndpointResponse, __MetadataBearer {}
12
7
  declare const GetHarnessEndpointCommand_base: {
13
8
  new (
14
- input: GetHarnessEndpointCommandInput
9
+ input: GetHarnessEndpointCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  GetHarnessEndpointCommandInput,
17
12
  GetHarnessEndpointCommandOutput,
@@ -20,7 +15,7 @@ declare const GetHarnessEndpointCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: GetHarnessEndpointCommandInput
18
+ input: GetHarnessEndpointCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  GetHarnessEndpointCommandInput,
26
21
  GetHarnessEndpointCommandOutput,
@@ -2,18 +2,20 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { GetMemoryInput, GetMemoryOutput } from "../models/models_1";
3
3
  export { __MetadataBearer };
4
4
  export interface GetMemoryCommandInput extends GetMemoryInput {}
5
- export interface GetMemoryCommandOutput
6
- extends GetMemoryOutput,
7
- __MetadataBearer {}
5
+ export interface GetMemoryCommandOutput extends GetMemoryOutput, __MetadataBearer {}
8
6
  declare const GetMemoryCommand_base: {
9
- new (input: GetMemoryCommandInput): import("@smithy/core/client").CommandImpl<
7
+ new (
8
+ input: GetMemoryCommandInput,
9
+ ): import("@smithy/core/client").CommandImpl<
10
10
  GetMemoryCommandInput,
11
11
  GetMemoryCommandOutput,
12
12
  import("..").BedrockAgentCoreControlClientResolvedConfig,
13
13
  import("..").ServiceInputTypes,
14
14
  import("..").ServiceOutputTypes
15
15
  >;
16
- new (input: GetMemoryCommandInput): import("@smithy/core/client").CommandImpl<
16
+ new (
17
+ input: GetMemoryCommandInput,
18
+ ): import("@smithy/core/client").CommandImpl<
17
19
  GetMemoryCommandInput,
18
20
  GetMemoryCommandOutput,
19
21
  import("..").BedrockAgentCoreControlClientResolvedConfig,
@@ -4,14 +4,12 @@ import {
4
4
  GetOauth2CredentialProviderResponse,
5
5
  } from "../models/models_1";
6
6
  export { __MetadataBearer };
7
- export interface GetOauth2CredentialProviderCommandInput
8
- extends GetOauth2CredentialProviderRequest {}
7
+ export interface GetOauth2CredentialProviderCommandInput extends GetOauth2CredentialProviderRequest {}
9
8
  export interface GetOauth2CredentialProviderCommandOutput
10
- extends GetOauth2CredentialProviderResponse,
11
- __MetadataBearer {}
9
+ extends GetOauth2CredentialProviderResponse, __MetadataBearer {}
12
10
  declare const GetOauth2CredentialProviderCommand_base: {
13
11
  new (
14
- input: GetOauth2CredentialProviderCommandInput
12
+ input: GetOauth2CredentialProviderCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  GetOauth2CredentialProviderCommandInput,
17
15
  GetOauth2CredentialProviderCommandOutput,
@@ -20,7 +18,7 @@ declare const GetOauth2CredentialProviderCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: GetOauth2CredentialProviderCommandInput
21
+ input: GetOauth2CredentialProviderCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  GetOauth2CredentialProviderCommandInput,
26
24
  GetOauth2CredentialProviderCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  GetOnlineEvaluationConfigResponse,
5
5
  } from "../models/models_1";
6
6
  export { __MetadataBearer };
7
- export interface GetOnlineEvaluationConfigCommandInput
8
- extends GetOnlineEvaluationConfigRequest {}
7
+ export interface GetOnlineEvaluationConfigCommandInput extends GetOnlineEvaluationConfigRequest {}
9
8
  export interface GetOnlineEvaluationConfigCommandOutput
10
- extends GetOnlineEvaluationConfigResponse,
11
- __MetadataBearer {}
9
+ extends GetOnlineEvaluationConfigResponse, __MetadataBearer {}
12
10
  declare const GetOnlineEvaluationConfigCommand_base: {
13
11
  new (
14
- input: GetOnlineEvaluationConfigCommandInput
12
+ input: GetOnlineEvaluationConfigCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  GetOnlineEvaluationConfigCommandInput,
17
15
  GetOnlineEvaluationConfigCommandOutput,
@@ -20,7 +18,7 @@ declare const GetOnlineEvaluationConfigCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: GetOnlineEvaluationConfigCommandInput
21
+ input: GetOnlineEvaluationConfigCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  GetOnlineEvaluationConfigCommandInput,
26
24
  GetOnlineEvaluationConfigCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetPaymentConnectorRequest,
4
- GetPaymentConnectorResponse,
5
- } from "../models/models_1";
2
+ import { GetPaymentConnectorRequest, GetPaymentConnectorResponse } from "../models/models_1";
6
3
  export { __MetadataBearer };
7
- export interface GetPaymentConnectorCommandInput
8
- extends GetPaymentConnectorRequest {}
4
+ export interface GetPaymentConnectorCommandInput extends GetPaymentConnectorRequest {}
9
5
  export interface GetPaymentConnectorCommandOutput
10
- extends GetPaymentConnectorResponse,
11
- __MetadataBearer {}
6
+ extends GetPaymentConnectorResponse, __MetadataBearer {}
12
7
  declare const GetPaymentConnectorCommand_base: {
13
8
  new (
14
- input: GetPaymentConnectorCommandInput
9
+ input: GetPaymentConnectorCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  GetPaymentConnectorCommandInput,
17
12
  GetPaymentConnectorCommandOutput,
@@ -20,7 +15,7 @@ declare const GetPaymentConnectorCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: GetPaymentConnectorCommandInput
18
+ input: GetPaymentConnectorCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  GetPaymentConnectorCommandInput,
26
21
  GetPaymentConnectorCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  GetPaymentCredentialProviderResponse,
5
5
  } from "../models/models_1";
6
6
  export { __MetadataBearer };
7
- export interface GetPaymentCredentialProviderCommandInput
8
- extends GetPaymentCredentialProviderRequest {}
7
+ export interface GetPaymentCredentialProviderCommandInput extends GetPaymentCredentialProviderRequest {}
9
8
  export interface GetPaymentCredentialProviderCommandOutput
10
- extends GetPaymentCredentialProviderResponse,
11
- __MetadataBearer {}
9
+ extends GetPaymentCredentialProviderResponse, __MetadataBearer {}
12
10
  declare const GetPaymentCredentialProviderCommand_base: {
13
11
  new (
14
- input: GetPaymentCredentialProviderCommandInput
12
+ input: GetPaymentCredentialProviderCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  GetPaymentCredentialProviderCommandInput,
17
15
  GetPaymentCredentialProviderCommandOutput,
@@ -20,7 +18,7 @@ declare const GetPaymentCredentialProviderCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: GetPaymentCredentialProviderCommandInput
21
+ input: GetPaymentCredentialProviderCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  GetPaymentCredentialProviderCommandInput,
26
24
  GetPaymentCredentialProviderCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetPaymentManagerRequest,
4
- GetPaymentManagerResponse,
5
- } from "../models/models_1";
2
+ import { GetPaymentManagerRequest, GetPaymentManagerResponse } from "../models/models_1";
6
3
  export { __MetadataBearer };
7
- export interface GetPaymentManagerCommandInput
8
- extends GetPaymentManagerRequest {}
4
+ export interface GetPaymentManagerCommandInput extends GetPaymentManagerRequest {}
9
5
  export interface GetPaymentManagerCommandOutput
10
- extends GetPaymentManagerResponse,
11
- __MetadataBearer {}
6
+ extends GetPaymentManagerResponse, __MetadataBearer {}
12
7
  declare const GetPaymentManagerCommand_base: {
13
8
  new (
14
- input: GetPaymentManagerCommandInput
9
+ input: GetPaymentManagerCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  GetPaymentManagerCommandInput,
17
12
  GetPaymentManagerCommandOutput,
@@ -20,7 +15,7 @@ declare const GetPaymentManagerCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: GetPaymentManagerCommandInput
18
+ input: GetPaymentManagerCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  GetPaymentManagerCommandInput,
26
21
  GetPaymentManagerCommandOutput,
@@ -2,18 +2,20 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { GetPolicyRequest, GetPolicyResponse } from "../models/models_1";
3
3
  export { __MetadataBearer };
4
4
  export interface GetPolicyCommandInput extends GetPolicyRequest {}
5
- export interface GetPolicyCommandOutput
6
- extends GetPolicyResponse,
7
- __MetadataBearer {}
5
+ export interface GetPolicyCommandOutput extends GetPolicyResponse, __MetadataBearer {}
8
6
  declare const GetPolicyCommand_base: {
9
- new (input: GetPolicyCommandInput): import("@smithy/core/client").CommandImpl<
7
+ new (
8
+ input: GetPolicyCommandInput,
9
+ ): import("@smithy/core/client").CommandImpl<
10
10
  GetPolicyCommandInput,
11
11
  GetPolicyCommandOutput,
12
12
  import("..").BedrockAgentCoreControlClientResolvedConfig,
13
13
  import("..").ServiceInputTypes,
14
14
  import("..").ServiceOutputTypes
15
15
  >;
16
- new (input: GetPolicyCommandInput): import("@smithy/core/client").CommandImpl<
16
+ new (
17
+ input: GetPolicyCommandInput,
18
+ ): import("@smithy/core/client").CommandImpl<
17
19
  GetPolicyCommandInput,
18
20
  GetPolicyCommandOutput,
19
21
  import("..").BedrockAgentCoreControlClientResolvedConfig,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetPolicyEngineRequest,
4
- GetPolicyEngineResponse,
5
- } from "../models/models_1";
2
+ import { GetPolicyEngineRequest, GetPolicyEngineResponse } from "../models/models_1";
6
3
  export { __MetadataBearer };
7
4
  export interface GetPolicyEngineCommandInput extends GetPolicyEngineRequest {}
8
- export interface GetPolicyEngineCommandOutput
9
- extends GetPolicyEngineResponse,
10
- __MetadataBearer {}
5
+ export interface GetPolicyEngineCommandOutput extends GetPolicyEngineResponse, __MetadataBearer {}
11
6
  declare const GetPolicyEngineCommand_base: {
12
7
  new (
13
- input: GetPolicyEngineCommandInput
8
+ input: GetPolicyEngineCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  GetPolicyEngineCommandInput,
16
11
  GetPolicyEngineCommandOutput,
@@ -19,7 +14,7 @@ declare const GetPolicyEngineCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: GetPolicyEngineCommandInput
17
+ input: GetPolicyEngineCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  GetPolicyEngineCommandInput,
25
20
  GetPolicyEngineCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetPolicyEngineSummaryRequest,
4
- GetPolicyEngineSummaryResponse,
5
- } from "../models/models_1";
2
+ import { GetPolicyEngineSummaryRequest, GetPolicyEngineSummaryResponse } from "../models/models_1";
6
3
  export { __MetadataBearer };
7
- export interface GetPolicyEngineSummaryCommandInput
8
- extends GetPolicyEngineSummaryRequest {}
4
+ export interface GetPolicyEngineSummaryCommandInput extends GetPolicyEngineSummaryRequest {}
9
5
  export interface GetPolicyEngineSummaryCommandOutput
10
- extends GetPolicyEngineSummaryResponse,
11
- __MetadataBearer {}
6
+ extends GetPolicyEngineSummaryResponse, __MetadataBearer {}
12
7
  declare const GetPolicyEngineSummaryCommand_base: {
13
8
  new (
14
- input: GetPolicyEngineSummaryCommandInput
9
+ input: GetPolicyEngineSummaryCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  GetPolicyEngineSummaryCommandInput,
17
12
  GetPolicyEngineSummaryCommandOutput,
@@ -20,7 +15,7 @@ declare const GetPolicyEngineSummaryCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: GetPolicyEngineSummaryCommandInput
18
+ input: GetPolicyEngineSummaryCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  GetPolicyEngineSummaryCommandInput,
26
21
  GetPolicyEngineSummaryCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetPolicyGenerationRequest,
4
- GetPolicyGenerationResponse,
5
- } from "../models/models_1";
2
+ import { GetPolicyGenerationRequest, GetPolicyGenerationResponse } from "../models/models_1";
6
3
  export { __MetadataBearer };
7
- export interface GetPolicyGenerationCommandInput
8
- extends GetPolicyGenerationRequest {}
4
+ export interface GetPolicyGenerationCommandInput extends GetPolicyGenerationRequest {}
9
5
  export interface GetPolicyGenerationCommandOutput
10
- extends GetPolicyGenerationResponse,
11
- __MetadataBearer {}
6
+ extends GetPolicyGenerationResponse, __MetadataBearer {}
12
7
  declare const GetPolicyGenerationCommand_base: {
13
8
  new (
14
- input: GetPolicyGenerationCommandInput
9
+ input: GetPolicyGenerationCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  GetPolicyGenerationCommandInput,
17
12
  GetPolicyGenerationCommandOutput,
@@ -20,7 +15,7 @@ declare const GetPolicyGenerationCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: GetPolicyGenerationCommandInput
18
+ input: GetPolicyGenerationCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  GetPolicyGenerationCommandInput,
26
21
  GetPolicyGenerationCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  GetPolicyGenerationSummaryResponse,
5
5
  } from "../models/models_1";
6
6
  export { __MetadataBearer };
7
- export interface GetPolicyGenerationSummaryCommandInput
8
- extends GetPolicyGenerationSummaryRequest {}
7
+ export interface GetPolicyGenerationSummaryCommandInput extends GetPolicyGenerationSummaryRequest {}
9
8
  export interface GetPolicyGenerationSummaryCommandOutput
10
- extends GetPolicyGenerationSummaryResponse,
11
- __MetadataBearer {}
9
+ extends GetPolicyGenerationSummaryResponse, __MetadataBearer {}
12
10
  declare const GetPolicyGenerationSummaryCommand_base: {
13
11
  new (
14
- input: GetPolicyGenerationSummaryCommandInput
12
+ input: GetPolicyGenerationSummaryCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  GetPolicyGenerationSummaryCommandInput,
17
15
  GetPolicyGenerationSummaryCommandOutput,
@@ -20,7 +18,7 @@ declare const GetPolicyGenerationSummaryCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: GetPolicyGenerationSummaryCommandInput
21
+ input: GetPolicyGenerationSummaryCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  GetPolicyGenerationSummaryCommandInput,
26
24
  GetPolicyGenerationSummaryCommandOutput,