@aws-sdk/client-fms 3.477.0 → 3.481.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 (205) hide show
  1. package/dist-cjs/commands/AssociateAdminAccountCommand.js +18 -41
  2. package/dist-cjs/commands/AssociateThirdPartyFirewallCommand.js +18 -41
  3. package/dist-cjs/commands/BatchAssociateResourceCommand.js +18 -41
  4. package/dist-cjs/commands/BatchDisassociateResourceCommand.js +18 -41
  5. package/dist-cjs/commands/DeleteAppsListCommand.js +18 -41
  6. package/dist-cjs/commands/DeleteNotificationChannelCommand.js +18 -41
  7. package/dist-cjs/commands/DeletePolicyCommand.js +18 -41
  8. package/dist-cjs/commands/DeleteProtocolsListCommand.js +18 -41
  9. package/dist-cjs/commands/DeleteResourceSetCommand.js +18 -41
  10. package/dist-cjs/commands/DisassociateAdminAccountCommand.js +18 -41
  11. package/dist-cjs/commands/DisassociateThirdPartyFirewallCommand.js +18 -41
  12. package/dist-cjs/commands/GetAdminAccountCommand.js +18 -41
  13. package/dist-cjs/commands/GetAdminScopeCommand.js +18 -41
  14. package/dist-cjs/commands/GetAppsListCommand.js +18 -41
  15. package/dist-cjs/commands/GetComplianceDetailCommand.js +18 -41
  16. package/dist-cjs/commands/GetNotificationChannelCommand.js +18 -41
  17. package/dist-cjs/commands/GetPolicyCommand.js +18 -41
  18. package/dist-cjs/commands/GetProtectionStatusCommand.js +18 -41
  19. package/dist-cjs/commands/GetProtocolsListCommand.js +18 -41
  20. package/dist-cjs/commands/GetResourceSetCommand.js +18 -41
  21. package/dist-cjs/commands/GetThirdPartyFirewallAssociationStatusCommand.js +18 -41
  22. package/dist-cjs/commands/GetViolationDetailsCommand.js +18 -41
  23. package/dist-cjs/commands/ListAdminAccountsForOrganizationCommand.js +18 -41
  24. package/dist-cjs/commands/ListAdminsManagingAccountCommand.js +18 -41
  25. package/dist-cjs/commands/ListAppsListsCommand.js +18 -41
  26. package/dist-cjs/commands/ListComplianceStatusCommand.js +18 -41
  27. package/dist-cjs/commands/ListDiscoveredResourcesCommand.js +18 -41
  28. package/dist-cjs/commands/ListMemberAccountsCommand.js +18 -41
  29. package/dist-cjs/commands/ListPoliciesCommand.js +18 -41
  30. package/dist-cjs/commands/ListProtocolsListsCommand.js +18 -41
  31. package/dist-cjs/commands/ListResourceSetResourcesCommand.js +18 -41
  32. package/dist-cjs/commands/ListResourceSetsCommand.js +18 -41
  33. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  34. package/dist-cjs/commands/ListThirdPartyFirewallFirewallPoliciesCommand.js +18 -41
  35. package/dist-cjs/commands/PutAdminAccountCommand.js +18 -41
  36. package/dist-cjs/commands/PutAppsListCommand.js +18 -41
  37. package/dist-cjs/commands/PutNotificationChannelCommand.js +18 -41
  38. package/dist-cjs/commands/PutPolicyCommand.js +18 -41
  39. package/dist-cjs/commands/PutProtocolsListCommand.js +18 -41
  40. package/dist-cjs/commands/PutResourceSetCommand.js +18 -41
  41. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  42. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  43. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  44. package/dist-cjs/pagination/ListAdminAccountsForOrganizationPaginator.js +2 -24
  45. package/dist-cjs/pagination/ListAdminsManagingAccountPaginator.js +2 -24
  46. package/dist-cjs/pagination/ListAppsListsPaginator.js +2 -24
  47. package/dist-cjs/pagination/ListComplianceStatusPaginator.js +2 -24
  48. package/dist-cjs/pagination/ListMemberAccountsPaginator.js +2 -24
  49. package/dist-cjs/pagination/ListPoliciesPaginator.js +2 -24
  50. package/dist-cjs/pagination/ListProtocolsListsPaginator.js +2 -24
  51. package/dist-cjs/pagination/ListThirdPartyFirewallFirewallPoliciesPaginator.js +2 -24
  52. package/dist-es/commands/AssociateAdminAccountCommand.js +18 -41
  53. package/dist-es/commands/AssociateThirdPartyFirewallCommand.js +18 -41
  54. package/dist-es/commands/BatchAssociateResourceCommand.js +18 -41
  55. package/dist-es/commands/BatchDisassociateResourceCommand.js +18 -41
  56. package/dist-es/commands/DeleteAppsListCommand.js +18 -41
  57. package/dist-es/commands/DeleteNotificationChannelCommand.js +18 -41
  58. package/dist-es/commands/DeletePolicyCommand.js +18 -41
  59. package/dist-es/commands/DeleteProtocolsListCommand.js +18 -41
  60. package/dist-es/commands/DeleteResourceSetCommand.js +18 -41
  61. package/dist-es/commands/DisassociateAdminAccountCommand.js +18 -41
  62. package/dist-es/commands/DisassociateThirdPartyFirewallCommand.js +18 -41
  63. package/dist-es/commands/GetAdminAccountCommand.js +18 -41
  64. package/dist-es/commands/GetAdminScopeCommand.js +18 -41
  65. package/dist-es/commands/GetAppsListCommand.js +18 -41
  66. package/dist-es/commands/GetComplianceDetailCommand.js +18 -41
  67. package/dist-es/commands/GetNotificationChannelCommand.js +18 -41
  68. package/dist-es/commands/GetPolicyCommand.js +18 -41
  69. package/dist-es/commands/GetProtectionStatusCommand.js +18 -41
  70. package/dist-es/commands/GetProtocolsListCommand.js +18 -41
  71. package/dist-es/commands/GetResourceSetCommand.js +18 -41
  72. package/dist-es/commands/GetThirdPartyFirewallAssociationStatusCommand.js +18 -41
  73. package/dist-es/commands/GetViolationDetailsCommand.js +18 -41
  74. package/dist-es/commands/ListAdminAccountsForOrganizationCommand.js +18 -41
  75. package/dist-es/commands/ListAdminsManagingAccountCommand.js +18 -41
  76. package/dist-es/commands/ListAppsListsCommand.js +18 -41
  77. package/dist-es/commands/ListComplianceStatusCommand.js +18 -41
  78. package/dist-es/commands/ListDiscoveredResourcesCommand.js +18 -41
  79. package/dist-es/commands/ListMemberAccountsCommand.js +18 -41
  80. package/dist-es/commands/ListPoliciesCommand.js +18 -41
  81. package/dist-es/commands/ListProtocolsListsCommand.js +18 -41
  82. package/dist-es/commands/ListResourceSetResourcesCommand.js +18 -41
  83. package/dist-es/commands/ListResourceSetsCommand.js +18 -41
  84. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  85. package/dist-es/commands/ListThirdPartyFirewallFirewallPoliciesCommand.js +18 -41
  86. package/dist-es/commands/PutAdminAccountCommand.js +18 -41
  87. package/dist-es/commands/PutAppsListCommand.js +18 -41
  88. package/dist-es/commands/PutNotificationChannelCommand.js +18 -41
  89. package/dist-es/commands/PutPolicyCommand.js +18 -41
  90. package/dist-es/commands/PutProtocolsListCommand.js +18 -41
  91. package/dist-es/commands/PutResourceSetCommand.js +18 -41
  92. package/dist-es/commands/TagResourceCommand.js +18 -41
  93. package/dist-es/commands/UntagResourceCommand.js +18 -41
  94. package/dist-es/endpoint/EndpointParameters.js +6 -0
  95. package/dist-es/pagination/ListAdminAccountsForOrganizationPaginator.js +2 -23
  96. package/dist-es/pagination/ListAdminsManagingAccountPaginator.js +2 -23
  97. package/dist-es/pagination/ListAppsListsPaginator.js +2 -23
  98. package/dist-es/pagination/ListComplianceStatusPaginator.js +2 -23
  99. package/dist-es/pagination/ListMemberAccountsPaginator.js +2 -23
  100. package/dist-es/pagination/ListPoliciesPaginator.js +2 -23
  101. package/dist-es/pagination/ListProtocolsListsPaginator.js +2 -23
  102. package/dist-es/pagination/ListThirdPartyFirewallFirewallPoliciesPaginator.js +2 -23
  103. package/dist-types/commands/AssociateAdminAccountCommand.d.ts +6 -21
  104. package/dist-types/commands/AssociateThirdPartyFirewallCommand.d.ts +6 -21
  105. package/dist-types/commands/BatchAssociateResourceCommand.d.ts +6 -21
  106. package/dist-types/commands/BatchDisassociateResourceCommand.d.ts +6 -21
  107. package/dist-types/commands/DeleteAppsListCommand.d.ts +6 -21
  108. package/dist-types/commands/DeleteNotificationChannelCommand.d.ts +6 -21
  109. package/dist-types/commands/DeletePolicyCommand.d.ts +6 -21
  110. package/dist-types/commands/DeleteProtocolsListCommand.d.ts +6 -21
  111. package/dist-types/commands/DeleteResourceSetCommand.d.ts +6 -21
  112. package/dist-types/commands/DisassociateAdminAccountCommand.d.ts +6 -21
  113. package/dist-types/commands/DisassociateThirdPartyFirewallCommand.d.ts +6 -21
  114. package/dist-types/commands/GetAdminAccountCommand.d.ts +6 -21
  115. package/dist-types/commands/GetAdminScopeCommand.d.ts +6 -21
  116. package/dist-types/commands/GetAppsListCommand.d.ts +6 -21
  117. package/dist-types/commands/GetComplianceDetailCommand.d.ts +6 -21
  118. package/dist-types/commands/GetNotificationChannelCommand.d.ts +6 -21
  119. package/dist-types/commands/GetPolicyCommand.d.ts +6 -21
  120. package/dist-types/commands/GetProtectionStatusCommand.d.ts +6 -21
  121. package/dist-types/commands/GetProtocolsListCommand.d.ts +6 -21
  122. package/dist-types/commands/GetResourceSetCommand.d.ts +6 -21
  123. package/dist-types/commands/GetThirdPartyFirewallAssociationStatusCommand.d.ts +6 -21
  124. package/dist-types/commands/GetViolationDetailsCommand.d.ts +6 -21
  125. package/dist-types/commands/ListAdminAccountsForOrganizationCommand.d.ts +6 -21
  126. package/dist-types/commands/ListAdminsManagingAccountCommand.d.ts +6 -21
  127. package/dist-types/commands/ListAppsListsCommand.d.ts +6 -21
  128. package/dist-types/commands/ListComplianceStatusCommand.d.ts +6 -21
  129. package/dist-types/commands/ListDiscoveredResourcesCommand.d.ts +6 -21
  130. package/dist-types/commands/ListMemberAccountsCommand.d.ts +6 -21
  131. package/dist-types/commands/ListPoliciesCommand.d.ts +6 -21
  132. package/dist-types/commands/ListProtocolsListsCommand.d.ts +6 -21
  133. package/dist-types/commands/ListResourceSetResourcesCommand.d.ts +6 -21
  134. package/dist-types/commands/ListResourceSetsCommand.d.ts +6 -21
  135. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  136. package/dist-types/commands/ListThirdPartyFirewallFirewallPoliciesCommand.d.ts +6 -21
  137. package/dist-types/commands/PutAdminAccountCommand.d.ts +6 -21
  138. package/dist-types/commands/PutAppsListCommand.d.ts +6 -21
  139. package/dist-types/commands/PutNotificationChannelCommand.d.ts +6 -21
  140. package/dist-types/commands/PutPolicyCommand.d.ts +6 -21
  141. package/dist-types/commands/PutProtocolsListCommand.d.ts +6 -21
  142. package/dist-types/commands/PutResourceSetCommand.d.ts +6 -21
  143. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  144. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  145. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  146. package/dist-types/pagination/ListAdminAccountsForOrganizationPaginator.d.ts +1 -1
  147. package/dist-types/pagination/ListAdminsManagingAccountPaginator.d.ts +1 -1
  148. package/dist-types/pagination/ListAppsListsPaginator.d.ts +1 -1
  149. package/dist-types/pagination/ListComplianceStatusPaginator.d.ts +1 -1
  150. package/dist-types/pagination/ListMemberAccountsPaginator.d.ts +1 -1
  151. package/dist-types/pagination/ListPoliciesPaginator.d.ts +1 -1
  152. package/dist-types/pagination/ListProtocolsListsPaginator.d.ts +1 -1
  153. package/dist-types/pagination/ListThirdPartyFirewallFirewallPoliciesPaginator.d.ts +1 -1
  154. package/dist-types/ts3.4/commands/AssociateAdminAccountCommand.d.ts +12 -24
  155. package/dist-types/ts3.4/commands/AssociateThirdPartyFirewallCommand.d.ts +12 -24
  156. package/dist-types/ts3.4/commands/BatchAssociateResourceCommand.d.ts +12 -24
  157. package/dist-types/ts3.4/commands/BatchDisassociateResourceCommand.d.ts +12 -24
  158. package/dist-types/ts3.4/commands/DeleteAppsListCommand.d.ts +14 -23
  159. package/dist-types/ts3.4/commands/DeleteNotificationChannelCommand.d.ts +12 -24
  160. package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +14 -23
  161. package/dist-types/ts3.4/commands/DeleteProtocolsListCommand.d.ts +14 -23
  162. package/dist-types/ts3.4/commands/DeleteResourceSetCommand.d.ts +14 -23
  163. package/dist-types/ts3.4/commands/DisassociateAdminAccountCommand.d.ts +12 -24
  164. package/dist-types/ts3.4/commands/DisassociateThirdPartyFirewallCommand.d.ts +12 -24
  165. package/dist-types/ts3.4/commands/GetAdminAccountCommand.d.ts +14 -23
  166. package/dist-types/ts3.4/commands/GetAdminScopeCommand.d.ts +14 -23
  167. package/dist-types/ts3.4/commands/GetAppsListCommand.d.ts +14 -23
  168. package/dist-types/ts3.4/commands/GetComplianceDetailCommand.d.ts +14 -23
  169. package/dist-types/ts3.4/commands/GetNotificationChannelCommand.d.ts +12 -24
  170. package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +14 -23
  171. package/dist-types/ts3.4/commands/GetProtectionStatusCommand.d.ts +14 -23
  172. package/dist-types/ts3.4/commands/GetProtocolsListCommand.d.ts +14 -23
  173. package/dist-types/ts3.4/commands/GetResourceSetCommand.d.ts +14 -23
  174. package/dist-types/ts3.4/commands/GetThirdPartyFirewallAssociationStatusCommand.d.ts +12 -24
  175. package/dist-types/ts3.4/commands/GetViolationDetailsCommand.d.ts +14 -23
  176. package/dist-types/ts3.4/commands/ListAdminAccountsForOrganizationCommand.d.ts +12 -24
  177. package/dist-types/ts3.4/commands/ListAdminsManagingAccountCommand.d.ts +12 -24
  178. package/dist-types/ts3.4/commands/ListAppsListsCommand.d.ts +14 -23
  179. package/dist-types/ts3.4/commands/ListComplianceStatusCommand.d.ts +12 -24
  180. package/dist-types/ts3.4/commands/ListDiscoveredResourcesCommand.d.ts +12 -24
  181. package/dist-types/ts3.4/commands/ListMemberAccountsCommand.d.ts +14 -23
  182. package/dist-types/ts3.4/commands/ListPoliciesCommand.d.ts +14 -23
  183. package/dist-types/ts3.4/commands/ListProtocolsListsCommand.d.ts +14 -23
  184. package/dist-types/ts3.4/commands/ListResourceSetResourcesCommand.d.ts +12 -24
  185. package/dist-types/ts3.4/commands/ListResourceSetsCommand.d.ts +14 -23
  186. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  187. package/dist-types/ts3.4/commands/ListThirdPartyFirewallFirewallPoliciesCommand.d.ts +12 -24
  188. package/dist-types/ts3.4/commands/PutAdminAccountCommand.d.ts +14 -23
  189. package/dist-types/ts3.4/commands/PutAppsListCommand.d.ts +14 -23
  190. package/dist-types/ts3.4/commands/PutNotificationChannelCommand.d.ts +12 -24
  191. package/dist-types/ts3.4/commands/PutPolicyCommand.d.ts +14 -23
  192. package/dist-types/ts3.4/commands/PutProtocolsListCommand.d.ts +14 -23
  193. package/dist-types/ts3.4/commands/PutResourceSetCommand.d.ts +14 -23
  194. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  195. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  196. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  197. package/dist-types/ts3.4/pagination/ListAdminAccountsForOrganizationPaginator.d.ts +3 -3
  198. package/dist-types/ts3.4/pagination/ListAdminsManagingAccountPaginator.d.ts +3 -3
  199. package/dist-types/ts3.4/pagination/ListAppsListsPaginator.d.ts +3 -3
  200. package/dist-types/ts3.4/pagination/ListComplianceStatusPaginator.d.ts +3 -3
  201. package/dist-types/ts3.4/pagination/ListMemberAccountsPaginator.d.ts +3 -3
  202. package/dist-types/ts3.4/pagination/ListPoliciesPaginator.d.ts +3 -3
  203. package/dist-types/ts3.4/pagination/ListProtocolsListsPaginator.d.ts +3 -3
  204. package/dist-types/ts3.4/pagination/ListThirdPartyFirewallFirewallPoliciesPaginator.d.ts +3 -3
  205. package/package.json +11 -10
@@ -1,25 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
1
2
  import { ListPoliciesCommand, } from "../commands/ListPoliciesCommand";
2
3
  import { FMSClient } from "../FMSClient";
3
- const makePagedClientRequest = async (client, input, ...args) => {
4
- return await client.send(new ListPoliciesCommand(input), ...args);
5
- };
6
- export async function* paginateListPolicies(config, input, ...additionalArguments) {
7
- let token = config.startingToken || undefined;
8
- let hasNext = true;
9
- let page;
10
- while (hasNext) {
11
- input.NextToken = token;
12
- input["MaxResults"] = config.pageSize;
13
- if (config.client instanceof FMSClient) {
14
- page = await makePagedClientRequest(config.client, input, ...additionalArguments);
15
- }
16
- else {
17
- throw new Error("Invalid client, expected FMS | FMSClient");
18
- }
19
- yield page;
20
- const prevToken = token;
21
- token = page.NextToken;
22
- hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
23
- }
24
- return undefined;
25
- }
4
+ export const paginateListPolicies = createPaginator(FMSClient, ListPoliciesCommand, "NextToken", "NextToken", "MaxResults");
@@ -1,25 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
1
2
  import { ListProtocolsListsCommand, } from "../commands/ListProtocolsListsCommand";
2
3
  import { FMSClient } from "../FMSClient";
3
- const makePagedClientRequest = async (client, input, ...args) => {
4
- return await client.send(new ListProtocolsListsCommand(input), ...args);
5
- };
6
- export async function* paginateListProtocolsLists(config, input, ...additionalArguments) {
7
- let token = config.startingToken || undefined;
8
- let hasNext = true;
9
- let page;
10
- while (hasNext) {
11
- input.NextToken = token;
12
- input["MaxResults"] = config.pageSize;
13
- if (config.client instanceof FMSClient) {
14
- page = await makePagedClientRequest(config.client, input, ...additionalArguments);
15
- }
16
- else {
17
- throw new Error("Invalid client, expected FMS | FMSClient");
18
- }
19
- yield page;
20
- const prevToken = token;
21
- token = page.NextToken;
22
- hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
23
- }
24
- return undefined;
25
- }
4
+ export const paginateListProtocolsLists = createPaginator(FMSClient, ListProtocolsListsCommand, "NextToken", "NextToken", "MaxResults");
@@ -1,25 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
1
2
  import { ListThirdPartyFirewallFirewallPoliciesCommand, } from "../commands/ListThirdPartyFirewallFirewallPoliciesCommand";
2
3
  import { FMSClient } from "../FMSClient";
3
- const makePagedClientRequest = async (client, input, ...args) => {
4
- return await client.send(new ListThirdPartyFirewallFirewallPoliciesCommand(input), ...args);
5
- };
6
- export async function* paginateListThirdPartyFirewallFirewallPolicies(config, input, ...additionalArguments) {
7
- let token = config.startingToken || undefined;
8
- let hasNext = true;
9
- let page;
10
- while (hasNext) {
11
- input.NextToken = token;
12
- input["MaxResults"] = config.pageSize;
13
- if (config.client instanceof FMSClient) {
14
- page = await makePagedClientRequest(config.client, input, ...additionalArguments);
15
- }
16
- else {
17
- throw new Error("Invalid client, expected FMS | FMSClient");
18
- }
19
- yield page;
20
- const prevToken = token;
21
- token = page.NextToken;
22
- hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
23
- }
24
- return undefined;
25
- }
4
+ export const paginateListThirdPartyFirewallFirewallPolicies = createPaginator(FMSClient, ListThirdPartyFirewallFirewallPoliciesCommand, "NextToken", "NextToken", "MaxResults");
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
5
4
  import { AssociateAdminAccountRequest } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface AssociateAdminAccountCommandInput extends AssociateAdminAccount
21
20
  */
22
21
  export interface AssociateAdminAccountCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const AssociateAdminAccountCommand_base: {
24
+ new (input: AssociateAdminAccountCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateAdminAccountCommandInput, AssociateAdminAccountCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Sets a Firewall Manager default administrator account. The Firewall Manager default administrator account can manage third-party firewalls and has full administrative scope that allows administration of all policy types, accounts, organizational units, and Regions. This account must be a member account of the organization in Organizations whose resources you want to protect.</p>
@@ -73,23 +76,5 @@ export interface AssociateAdminAccountCommandOutput extends __MetadataBearer {
73
76
  * <p>Base exception class for all service exceptions from FMS service.</p>
74
77
  *
75
78
  */
76
- export declare class AssociateAdminAccountCommand extends $Command<AssociateAdminAccountCommandInput, AssociateAdminAccountCommandOutput, FMSClientResolvedConfig> {
77
- readonly input: AssociateAdminAccountCommandInput;
78
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
79
- /**
80
- * @public
81
- */
82
- constructor(input: AssociateAdminAccountCommandInput);
83
- /**
84
- * @internal
85
- */
86
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateAdminAccountCommandInput, AssociateAdminAccountCommandOutput>;
87
- /**
88
- * @internal
89
- */
90
- private serialize;
91
- /**
92
- * @internal
93
- */
94
- private deserialize;
79
+ export declare class AssociateAdminAccountCommand extends AssociateAdminAccountCommand_base {
95
80
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
5
4
  import { AssociateThirdPartyFirewallRequest, AssociateThirdPartyFirewallResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface AssociateThirdPartyFirewallCommandInput extends AssociateThirdP
21
20
  */
22
21
  export interface AssociateThirdPartyFirewallCommandOutput extends AssociateThirdPartyFirewallResponse, __MetadataBearer {
23
22
  }
23
+ declare const AssociateThirdPartyFirewallCommand_base: {
24
+ new (input: AssociateThirdPartyFirewallCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateThirdPartyFirewallCommandInput, AssociateThirdPartyFirewallCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Sets the Firewall Manager policy administrator as a tenant administrator of a third-party firewall service. A tenant is an instance of the third-party firewall service that's associated with your Amazon Web Services customer account.</p>
@@ -68,23 +71,5 @@ export interface AssociateThirdPartyFirewallCommandOutput extends AssociateThird
68
71
  * <p>Base exception class for all service exceptions from FMS service.</p>
69
72
  *
70
73
  */
71
- export declare class AssociateThirdPartyFirewallCommand extends $Command<AssociateThirdPartyFirewallCommandInput, AssociateThirdPartyFirewallCommandOutput, FMSClientResolvedConfig> {
72
- readonly input: AssociateThirdPartyFirewallCommandInput;
73
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
74
- /**
75
- * @public
76
- */
77
- constructor(input: AssociateThirdPartyFirewallCommandInput);
78
- /**
79
- * @internal
80
- */
81
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateThirdPartyFirewallCommandInput, AssociateThirdPartyFirewallCommandOutput>;
82
- /**
83
- * @internal
84
- */
85
- private serialize;
86
- /**
87
- * @internal
88
- */
89
- private deserialize;
74
+ export declare class AssociateThirdPartyFirewallCommand extends AssociateThirdPartyFirewallCommand_base {
90
75
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
5
4
  import { BatchAssociateResourceRequest, BatchAssociateResourceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface BatchAssociateResourceCommandInput extends BatchAssociateResour
21
20
  */
22
21
  export interface BatchAssociateResourceCommandOutput extends BatchAssociateResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const BatchAssociateResourceCommand_base: {
24
+ new (input: BatchAssociateResourceCommandInput): import("@smithy/smithy-client").CommandImpl<BatchAssociateResourceCommandInput, BatchAssociateResourceCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Associate resources to a Firewall Manager resource set.</p>
@@ -83,23 +86,5 @@ export interface BatchAssociateResourceCommandOutput extends BatchAssociateResou
83
86
  * <p>Base exception class for all service exceptions from FMS service.</p>
84
87
  *
85
88
  */
86
- export declare class BatchAssociateResourceCommand extends $Command<BatchAssociateResourceCommandInput, BatchAssociateResourceCommandOutput, FMSClientResolvedConfig> {
87
- readonly input: BatchAssociateResourceCommandInput;
88
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
89
- /**
90
- * @public
91
- */
92
- constructor(input: BatchAssociateResourceCommandInput);
93
- /**
94
- * @internal
95
- */
96
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchAssociateResourceCommandInput, BatchAssociateResourceCommandOutput>;
97
- /**
98
- * @internal
99
- */
100
- private serialize;
101
- /**
102
- * @internal
103
- */
104
- private deserialize;
89
+ export declare class BatchAssociateResourceCommand extends BatchAssociateResourceCommand_base {
105
90
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
5
4
  import { BatchDisassociateResourceRequest, BatchDisassociateResourceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface BatchDisassociateResourceCommandInput extends BatchDisassociate
21
20
  */
22
21
  export interface BatchDisassociateResourceCommandOutput extends BatchDisassociateResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const BatchDisassociateResourceCommand_base: {
24
+ new (input: BatchDisassociateResourceCommandInput): import("@smithy/smithy-client").CommandImpl<BatchDisassociateResourceCommandInput, BatchDisassociateResourceCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Disassociates resources from a Firewall Manager resource set.</p>
@@ -77,23 +80,5 @@ export interface BatchDisassociateResourceCommandOutput extends BatchDisassociat
77
80
  * <p>Base exception class for all service exceptions from FMS service.</p>
78
81
  *
79
82
  */
80
- export declare class BatchDisassociateResourceCommand extends $Command<BatchDisassociateResourceCommandInput, BatchDisassociateResourceCommandOutput, FMSClientResolvedConfig> {
81
- readonly input: BatchDisassociateResourceCommandInput;
82
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
83
- /**
84
- * @public
85
- */
86
- constructor(input: BatchDisassociateResourceCommandInput);
87
- /**
88
- * @internal
89
- */
90
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchDisassociateResourceCommandInput, BatchDisassociateResourceCommandOutput>;
91
- /**
92
- * @internal
93
- */
94
- private serialize;
95
- /**
96
- * @internal
97
- */
98
- private deserialize;
83
+ export declare class BatchDisassociateResourceCommand extends BatchDisassociateResourceCommand_base {
99
84
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
5
4
  import { DeleteAppsListRequest } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteAppsListCommandInput extends DeleteAppsListRequest {
21
20
  */
22
21
  export interface DeleteAppsListCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const DeleteAppsListCommand_base: {
24
+ new (input: DeleteAppsListCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAppsListCommandInput, DeleteAppsListCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Permanently deletes an Firewall Manager applications list.</p>
@@ -63,23 +66,5 @@ export interface DeleteAppsListCommandOutput extends __MetadataBearer {
63
66
  * <p>Base exception class for all service exceptions from FMS service.</p>
64
67
  *
65
68
  */
66
- export declare class DeleteAppsListCommand extends $Command<DeleteAppsListCommandInput, DeleteAppsListCommandOutput, FMSClientResolvedConfig> {
67
- readonly input: DeleteAppsListCommandInput;
68
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
69
- /**
70
- * @public
71
- */
72
- constructor(input: DeleteAppsListCommandInput);
73
- /**
74
- * @internal
75
- */
76
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteAppsListCommandInput, DeleteAppsListCommandOutput>;
77
- /**
78
- * @internal
79
- */
80
- private serialize;
81
- /**
82
- * @internal
83
- */
84
- private deserialize;
69
+ export declare class DeleteAppsListCommand extends DeleteAppsListCommand_base {
85
70
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
5
4
  import { DeleteNotificationChannelRequest } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteNotificationChannelCommandInput extends DeleteNotificatio
21
20
  */
22
21
  export interface DeleteNotificationChannelCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const DeleteNotificationChannelCommand_base: {
24
+ new (input: DeleteNotificationChannelCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteNotificationChannelCommandInput, DeleteNotificationChannelCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes an Firewall Manager association with the IAM role and the Amazon Simple
@@ -62,23 +65,5 @@ export interface DeleteNotificationChannelCommandOutput extends __MetadataBearer
62
65
  * <p>Base exception class for all service exceptions from FMS service.</p>
63
66
  *
64
67
  */
65
- export declare class DeleteNotificationChannelCommand extends $Command<DeleteNotificationChannelCommandInput, DeleteNotificationChannelCommandOutput, FMSClientResolvedConfig> {
66
- readonly input: DeleteNotificationChannelCommandInput;
67
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
68
- /**
69
- * @public
70
- */
71
- constructor(input: DeleteNotificationChannelCommandInput);
72
- /**
73
- * @internal
74
- */
75
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteNotificationChannelCommandInput, DeleteNotificationChannelCommandOutput>;
76
- /**
77
- * @internal
78
- */
79
- private serialize;
80
- /**
81
- * @internal
82
- */
83
- private deserialize;
68
+ export declare class DeleteNotificationChannelCommand extends DeleteNotificationChannelCommand_base {
84
69
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
5
4
  import { DeletePolicyRequest } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeletePolicyCommandInput extends DeletePolicyRequest {
21
20
  */
22
21
  export interface DeletePolicyCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const DeletePolicyCommand_base: {
24
+ new (input: DeletePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePolicyCommandInput, DeletePolicyCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Permanently deletes an Firewall Manager policy. </p>
@@ -73,23 +76,5 @@ export interface DeletePolicyCommandOutput extends __MetadataBearer {
73
76
  * <p>Base exception class for all service exceptions from FMS service.</p>
74
77
  *
75
78
  */
76
- export declare class DeletePolicyCommand extends $Command<DeletePolicyCommandInput, DeletePolicyCommandOutput, FMSClientResolvedConfig> {
77
- readonly input: DeletePolicyCommandInput;
78
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
79
- /**
80
- * @public
81
- */
82
- constructor(input: DeletePolicyCommandInput);
83
- /**
84
- * @internal
85
- */
86
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeletePolicyCommandInput, DeletePolicyCommandOutput>;
87
- /**
88
- * @internal
89
- */
90
- private serialize;
91
- /**
92
- * @internal
93
- */
94
- private deserialize;
79
+ export declare class DeletePolicyCommand extends DeletePolicyCommand_base {
95
80
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
5
4
  import { DeleteProtocolsListRequest } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteProtocolsListCommandInput extends DeleteProtocolsListRequ
21
20
  */
22
21
  export interface DeleteProtocolsListCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const DeleteProtocolsListCommand_base: {
24
+ new (input: DeleteProtocolsListCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteProtocolsListCommandInput, DeleteProtocolsListCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Permanently deletes an Firewall Manager protocols list.</p>
@@ -63,23 +66,5 @@ export interface DeleteProtocolsListCommandOutput extends __MetadataBearer {
63
66
  * <p>Base exception class for all service exceptions from FMS service.</p>
64
67
  *
65
68
  */
66
- export declare class DeleteProtocolsListCommand extends $Command<DeleteProtocolsListCommandInput, DeleteProtocolsListCommandOutput, FMSClientResolvedConfig> {
67
- readonly input: DeleteProtocolsListCommandInput;
68
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
69
- /**
70
- * @public
71
- */
72
- constructor(input: DeleteProtocolsListCommandInput);
73
- /**
74
- * @internal
75
- */
76
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteProtocolsListCommandInput, DeleteProtocolsListCommandOutput>;
77
- /**
78
- * @internal
79
- */
80
- private serialize;
81
- /**
82
- * @internal
83
- */
84
- private deserialize;
69
+ export declare class DeleteProtocolsListCommand extends DeleteProtocolsListCommand_base {
85
70
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
5
4
  import { DeleteResourceSetRequest } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteResourceSetCommandInput extends DeleteResourceSetRequest
21
20
  */
22
21
  export interface DeleteResourceSetCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const DeleteResourceSetCommand_base: {
24
+ new (input: DeleteResourceSetCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteResourceSetCommandInput, DeleteResourceSetCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes the specified <a>ResourceSet</a>.</p>
@@ -66,23 +69,5 @@ export interface DeleteResourceSetCommandOutput extends __MetadataBearer {
66
69
  * <p>Base exception class for all service exceptions from FMS service.</p>
67
70
  *
68
71
  */
69
- export declare class DeleteResourceSetCommand extends $Command<DeleteResourceSetCommandInput, DeleteResourceSetCommandOutput, FMSClientResolvedConfig> {
70
- readonly input: DeleteResourceSetCommandInput;
71
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
72
- /**
73
- * @public
74
- */
75
- constructor(input: DeleteResourceSetCommandInput);
76
- /**
77
- * @internal
78
- */
79
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteResourceSetCommandInput, DeleteResourceSetCommandOutput>;
80
- /**
81
- * @internal
82
- */
83
- private serialize;
84
- /**
85
- * @internal
86
- */
87
- private deserialize;
72
+ export declare class DeleteResourceSetCommand extends DeleteResourceSetCommand_base {
88
73
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
5
4
  import { DisassociateAdminAccountRequest } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DisassociateAdminAccountCommandInput extends DisassociateAdminA
21
20
  */
22
21
  export interface DisassociateAdminAccountCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const DisassociateAdminAccountCommand_base: {
24
+ new (input: DisassociateAdminAccountCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateAdminAccountCommandInput, DisassociateAdminAccountCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Disassociates an Firewall Manager administrator account. To set a different account as an Firewall Manager administrator, submit a <a>PutAdminAccount</a> request. To set an account as a default administrator account, you must submit an <a>AssociateAdminAccount</a> request.</p>
@@ -62,23 +65,5 @@ export interface DisassociateAdminAccountCommandOutput extends __MetadataBearer
62
65
  * <p>Base exception class for all service exceptions from FMS service.</p>
63
66
  *
64
67
  */
65
- export declare class DisassociateAdminAccountCommand extends $Command<DisassociateAdminAccountCommandInput, DisassociateAdminAccountCommandOutput, FMSClientResolvedConfig> {
66
- readonly input: DisassociateAdminAccountCommandInput;
67
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
68
- /**
69
- * @public
70
- */
71
- constructor(input: DisassociateAdminAccountCommandInput);
72
- /**
73
- * @internal
74
- */
75
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateAdminAccountCommandInput, DisassociateAdminAccountCommandOutput>;
76
- /**
77
- * @internal
78
- */
79
- private serialize;
80
- /**
81
- * @internal
82
- */
83
- private deserialize;
68
+ export declare class DisassociateAdminAccountCommand extends DisassociateAdminAccountCommand_base {
84
69
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
5
4
  import { DisassociateThirdPartyFirewallRequest, DisassociateThirdPartyFirewallResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DisassociateThirdPartyFirewallCommandInput extends Disassociate
21
20
  */
22
21
  export interface DisassociateThirdPartyFirewallCommandOutput extends DisassociateThirdPartyFirewallResponse, __MetadataBearer {
23
22
  }
23
+ declare const DisassociateThirdPartyFirewallCommand_base: {
24
+ new (input: DisassociateThirdPartyFirewallCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateThirdPartyFirewallCommandInput, DisassociateThirdPartyFirewallCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Disassociates a Firewall Manager policy administrator from a third-party firewall tenant. When you call <code>DisassociateThirdPartyFirewall</code>, the third-party firewall vendor deletes all of the firewalls that are associated with the account.</p>
@@ -68,23 +71,5 @@ export interface DisassociateThirdPartyFirewallCommandOutput extends Disassociat
68
71
  * <p>Base exception class for all service exceptions from FMS service.</p>
69
72
  *
70
73
  */
71
- export declare class DisassociateThirdPartyFirewallCommand extends $Command<DisassociateThirdPartyFirewallCommandInput, DisassociateThirdPartyFirewallCommandOutput, FMSClientResolvedConfig> {
72
- readonly input: DisassociateThirdPartyFirewallCommandInput;
73
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
74
- /**
75
- * @public
76
- */
77
- constructor(input: DisassociateThirdPartyFirewallCommandInput);
78
- /**
79
- * @internal
80
- */
81
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateThirdPartyFirewallCommandInput, DisassociateThirdPartyFirewallCommandOutput>;
82
- /**
83
- * @internal
84
- */
85
- private serialize;
86
- /**
87
- * @internal
88
- */
89
- private deserialize;
74
+ export declare class DisassociateThirdPartyFirewallCommand extends DisassociateThirdPartyFirewallCommand_base {
90
75
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
5
4
  import { GetAdminAccountRequest, GetAdminAccountResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetAdminAccountCommandInput extends GetAdminAccountRequest {
21
20
  */
22
21
  export interface GetAdminAccountCommandOutput extends GetAdminAccountResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetAdminAccountCommand_base: {
24
+ new (input: GetAdminAccountCommandInput): import("@smithy/smithy-client").CommandImpl<GetAdminAccountCommandInput, GetAdminAccountCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns the Organizations account that is associated with Firewall Manager
@@ -65,23 +68,5 @@ export interface GetAdminAccountCommandOutput extends GetAdminAccountResponse, _
65
68
  * <p>Base exception class for all service exceptions from FMS service.</p>
66
69
  *
67
70
  */
68
- export declare class GetAdminAccountCommand extends $Command<GetAdminAccountCommandInput, GetAdminAccountCommandOutput, FMSClientResolvedConfig> {
69
- readonly input: GetAdminAccountCommandInput;
70
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
71
- /**
72
- * @public
73
- */
74
- constructor(input: GetAdminAccountCommandInput);
75
- /**
76
- * @internal
77
- */
78
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetAdminAccountCommandInput, GetAdminAccountCommandOutput>;
79
- /**
80
- * @internal
81
- */
82
- private serialize;
83
- /**
84
- * @internal
85
- */
86
- private deserialize;
71
+ export declare class GetAdminAccountCommand extends GetAdminAccountCommand_base {
87
72
  }