@aws-sdk/client-fms 3.1045.0 → 3.1046.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 (161) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
  2. package/dist-cjs/endpoint/bdd.js +2 -2
  3. package/dist-cjs/endpoint/endpointResolver.js +4 -4
  4. package/dist-cjs/index.js +100 -101
  5. package/dist-cjs/models/FMSServiceException.js +3 -3
  6. package/dist-cjs/runtimeConfig.browser.js +12 -14
  7. package/dist-cjs/runtimeConfig.js +18 -22
  8. package/dist-cjs/runtimeConfig.shared.js +9 -10
  9. package/dist-es/FMS.js +1 -1
  10. package/dist-es/FMSClient.js +5 -5
  11. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  12. package/dist-es/commands/AssociateAdminAccountCommand.js +2 -2
  13. package/dist-es/commands/AssociateThirdPartyFirewallCommand.js +2 -2
  14. package/dist-es/commands/BatchAssociateResourceCommand.js +2 -2
  15. package/dist-es/commands/BatchDisassociateResourceCommand.js +2 -2
  16. package/dist-es/commands/DeleteAppsListCommand.js +2 -2
  17. package/dist-es/commands/DeleteNotificationChannelCommand.js +2 -2
  18. package/dist-es/commands/DeletePolicyCommand.js +2 -2
  19. package/dist-es/commands/DeleteProtocolsListCommand.js +2 -2
  20. package/dist-es/commands/DeleteResourceSetCommand.js +2 -2
  21. package/dist-es/commands/DisassociateAdminAccountCommand.js +2 -2
  22. package/dist-es/commands/DisassociateThirdPartyFirewallCommand.js +2 -2
  23. package/dist-es/commands/GetAdminAccountCommand.js +2 -2
  24. package/dist-es/commands/GetAdminScopeCommand.js +2 -2
  25. package/dist-es/commands/GetAppsListCommand.js +2 -2
  26. package/dist-es/commands/GetComplianceDetailCommand.js +2 -2
  27. package/dist-es/commands/GetNotificationChannelCommand.js +2 -2
  28. package/dist-es/commands/GetPolicyCommand.js +2 -2
  29. package/dist-es/commands/GetProtectionStatusCommand.js +2 -2
  30. package/dist-es/commands/GetProtocolsListCommand.js +2 -2
  31. package/dist-es/commands/GetResourceSetCommand.js +2 -2
  32. package/dist-es/commands/GetThirdPartyFirewallAssociationStatusCommand.js +2 -2
  33. package/dist-es/commands/GetViolationDetailsCommand.js +2 -2
  34. package/dist-es/commands/ListAdminAccountsForOrganizationCommand.js +2 -2
  35. package/dist-es/commands/ListAdminsManagingAccountCommand.js +2 -2
  36. package/dist-es/commands/ListAppsListsCommand.js +2 -2
  37. package/dist-es/commands/ListComplianceStatusCommand.js +2 -2
  38. package/dist-es/commands/ListDiscoveredResourcesCommand.js +2 -2
  39. package/dist-es/commands/ListMemberAccountsCommand.js +2 -2
  40. package/dist-es/commands/ListPoliciesCommand.js +2 -2
  41. package/dist-es/commands/ListProtocolsListsCommand.js +2 -2
  42. package/dist-es/commands/ListResourceSetResourcesCommand.js +2 -2
  43. package/dist-es/commands/ListResourceSetsCommand.js +2 -2
  44. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  45. package/dist-es/commands/ListThirdPartyFirewallFirewallPoliciesCommand.js +2 -2
  46. package/dist-es/commands/PutAdminAccountCommand.js +2 -2
  47. package/dist-es/commands/PutAppsListCommand.js +2 -2
  48. package/dist-es/commands/PutNotificationChannelCommand.js +2 -2
  49. package/dist-es/commands/PutPolicyCommand.js +2 -2
  50. package/dist-es/commands/PutProtocolsListCommand.js +2 -2
  51. package/dist-es/commands/PutResourceSetCommand.js +2 -2
  52. package/dist-es/commands/TagResourceCommand.js +2 -2
  53. package/dist-es/commands/UntagResourceCommand.js +2 -2
  54. package/dist-es/endpoint/bdd.js +1 -1
  55. package/dist-es/endpoint/endpointResolver.js +1 -1
  56. package/dist-es/models/FMSServiceException.js +1 -1
  57. package/dist-es/runtimeConfig.browser.js +4 -6
  58. package/dist-es/runtimeConfig.js +4 -8
  59. package/dist-es/runtimeConfig.shared.js +3 -4
  60. package/dist-es/runtimeExtensions.js +2 -2
  61. package/dist-types/FMSClient.d.ts +5 -5
  62. package/dist-types/commands/AssociateAdminAccountCommand.d.ts +6 -4
  63. package/dist-types/commands/AssociateThirdPartyFirewallCommand.d.ts +6 -4
  64. package/dist-types/commands/BatchAssociateResourceCommand.d.ts +6 -4
  65. package/dist-types/commands/BatchDisassociateResourceCommand.d.ts +6 -4
  66. package/dist-types/commands/DeleteAppsListCommand.d.ts +6 -4
  67. package/dist-types/commands/DeleteNotificationChannelCommand.d.ts +6 -4
  68. package/dist-types/commands/DeletePolicyCommand.d.ts +6 -4
  69. package/dist-types/commands/DeleteProtocolsListCommand.d.ts +6 -4
  70. package/dist-types/commands/DeleteResourceSetCommand.d.ts +6 -4
  71. package/dist-types/commands/DisassociateAdminAccountCommand.d.ts +6 -4
  72. package/dist-types/commands/DisassociateThirdPartyFirewallCommand.d.ts +6 -4
  73. package/dist-types/commands/GetAdminAccountCommand.d.ts +6 -4
  74. package/dist-types/commands/GetAdminScopeCommand.d.ts +6 -4
  75. package/dist-types/commands/GetAppsListCommand.d.ts +6 -4
  76. package/dist-types/commands/GetComplianceDetailCommand.d.ts +6 -4
  77. package/dist-types/commands/GetNotificationChannelCommand.d.ts +6 -4
  78. package/dist-types/commands/GetPolicyCommand.d.ts +6 -4
  79. package/dist-types/commands/GetProtectionStatusCommand.d.ts +6 -4
  80. package/dist-types/commands/GetProtocolsListCommand.d.ts +6 -4
  81. package/dist-types/commands/GetResourceSetCommand.d.ts +6 -4
  82. package/dist-types/commands/GetThirdPartyFirewallAssociationStatusCommand.d.ts +6 -4
  83. package/dist-types/commands/GetViolationDetailsCommand.d.ts +6 -4
  84. package/dist-types/commands/ListAdminAccountsForOrganizationCommand.d.ts +6 -4
  85. package/dist-types/commands/ListAdminsManagingAccountCommand.d.ts +6 -4
  86. package/dist-types/commands/ListAppsListsCommand.d.ts +6 -4
  87. package/dist-types/commands/ListComplianceStatusCommand.d.ts +6 -4
  88. package/dist-types/commands/ListDiscoveredResourcesCommand.d.ts +6 -4
  89. package/dist-types/commands/ListMemberAccountsCommand.d.ts +6 -4
  90. package/dist-types/commands/ListPoliciesCommand.d.ts +6 -4
  91. package/dist-types/commands/ListProtocolsListsCommand.d.ts +6 -4
  92. package/dist-types/commands/ListResourceSetResourcesCommand.d.ts +6 -4
  93. package/dist-types/commands/ListResourceSetsCommand.d.ts +6 -4
  94. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
  95. package/dist-types/commands/ListThirdPartyFirewallFirewallPoliciesCommand.d.ts +6 -4
  96. package/dist-types/commands/PutAdminAccountCommand.d.ts +6 -4
  97. package/dist-types/commands/PutAppsListCommand.d.ts +6 -4
  98. package/dist-types/commands/PutNotificationChannelCommand.d.ts +6 -4
  99. package/dist-types/commands/PutPolicyCommand.d.ts +6 -4
  100. package/dist-types/commands/PutProtocolsListCommand.d.ts +6 -4
  101. package/dist-types/commands/PutResourceSetCommand.d.ts +6 -4
  102. package/dist-types/commands/TagResourceCommand.d.ts +6 -4
  103. package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
  104. package/dist-types/endpoint/bdd.d.ts +1 -1
  105. package/dist-types/extensionConfiguration.d.ts +1 -1
  106. package/dist-types/models/FMSServiceException.d.ts +1 -1
  107. package/dist-types/models/errors.d.ts +1 -1
  108. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  109. package/dist-types/runtimeConfig.d.ts +2 -2
  110. package/dist-types/runtimeConfig.native.d.ts +2 -2
  111. package/dist-types/ts3.4/FMSClient.d.ts +8 -14
  112. package/dist-types/ts3.4/commands/AssociateAdminAccountCommand.d.ts +6 -4
  113. package/dist-types/ts3.4/commands/AssociateThirdPartyFirewallCommand.d.ts +6 -4
  114. package/dist-types/ts3.4/commands/BatchAssociateResourceCommand.d.ts +6 -4
  115. package/dist-types/ts3.4/commands/BatchDisassociateResourceCommand.d.ts +6 -4
  116. package/dist-types/ts3.4/commands/DeleteAppsListCommand.d.ts +6 -4
  117. package/dist-types/ts3.4/commands/DeleteNotificationChannelCommand.d.ts +6 -4
  118. package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +6 -4
  119. package/dist-types/ts3.4/commands/DeleteProtocolsListCommand.d.ts +6 -4
  120. package/dist-types/ts3.4/commands/DeleteResourceSetCommand.d.ts +6 -4
  121. package/dist-types/ts3.4/commands/DisassociateAdminAccountCommand.d.ts +6 -4
  122. package/dist-types/ts3.4/commands/DisassociateThirdPartyFirewallCommand.d.ts +6 -4
  123. package/dist-types/ts3.4/commands/GetAdminAccountCommand.d.ts +6 -4
  124. package/dist-types/ts3.4/commands/GetAdminScopeCommand.d.ts +6 -4
  125. package/dist-types/ts3.4/commands/GetAppsListCommand.d.ts +6 -4
  126. package/dist-types/ts3.4/commands/GetComplianceDetailCommand.d.ts +6 -4
  127. package/dist-types/ts3.4/commands/GetNotificationChannelCommand.d.ts +6 -4
  128. package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +6 -8
  129. package/dist-types/ts3.4/commands/GetProtectionStatusCommand.d.ts +6 -4
  130. package/dist-types/ts3.4/commands/GetProtocolsListCommand.d.ts +6 -4
  131. package/dist-types/ts3.4/commands/GetResourceSetCommand.d.ts +6 -4
  132. package/dist-types/ts3.4/commands/GetThirdPartyFirewallAssociationStatusCommand.d.ts +6 -4
  133. package/dist-types/ts3.4/commands/GetViolationDetailsCommand.d.ts +6 -4
  134. package/dist-types/ts3.4/commands/ListAdminAccountsForOrganizationCommand.d.ts +6 -4
  135. package/dist-types/ts3.4/commands/ListAdminsManagingAccountCommand.d.ts +6 -4
  136. package/dist-types/ts3.4/commands/ListAppsListsCommand.d.ts +6 -4
  137. package/dist-types/ts3.4/commands/ListComplianceStatusCommand.d.ts +6 -4
  138. package/dist-types/ts3.4/commands/ListDiscoveredResourcesCommand.d.ts +6 -4
  139. package/dist-types/ts3.4/commands/ListMemberAccountsCommand.d.ts +6 -4
  140. package/dist-types/ts3.4/commands/ListPoliciesCommand.d.ts +6 -4
  141. package/dist-types/ts3.4/commands/ListProtocolsListsCommand.d.ts +6 -4
  142. package/dist-types/ts3.4/commands/ListResourceSetResourcesCommand.d.ts +6 -4
  143. package/dist-types/ts3.4/commands/ListResourceSetsCommand.d.ts +6 -4
  144. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
  145. package/dist-types/ts3.4/commands/ListThirdPartyFirewallFirewallPoliciesCommand.d.ts +6 -4
  146. package/dist-types/ts3.4/commands/PutAdminAccountCommand.d.ts +6 -4
  147. package/dist-types/ts3.4/commands/PutAppsListCommand.d.ts +6 -4
  148. package/dist-types/ts3.4/commands/PutNotificationChannelCommand.d.ts +6 -4
  149. package/dist-types/ts3.4/commands/PutPolicyCommand.d.ts +6 -8
  150. package/dist-types/ts3.4/commands/PutProtocolsListCommand.d.ts +6 -4
  151. package/dist-types/ts3.4/commands/PutResourceSetCommand.d.ts +6 -4
  152. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
  153. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
  154. package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  155. package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  156. package/dist-types/ts3.4/models/FMSServiceException.d.ts +1 -1
  157. package/dist-types/ts3.4/models/errors.d.ts +1 -1
  158. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  159. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  160. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  161. package/package.json +13 -34
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
4
4
  import type { GetViolationDetailsRequest, GetViolationDetailsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GetViolationDetailsCommandInput extends GetViolationDetailsRequ
22
22
  export interface GetViolationDetailsCommandOutput extends GetViolationDetailsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetViolationDetailsCommand_base: {
25
- new (input: GetViolationDetailsCommandInput): import("@smithy/smithy-client").CommandImpl<GetViolationDetailsCommandInput, GetViolationDetailsCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetViolationDetailsCommandInput): import("@smithy/smithy-client").CommandImpl<GetViolationDetailsCommandInput, GetViolationDetailsCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetViolationDetailsCommandInput): import("@smithy/core/client").CommandImpl<GetViolationDetailsCommandInput, GetViolationDetailsCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetViolationDetailsCommandInput): import("@smithy/core/client").CommandImpl<GetViolationDetailsCommandInput, GetViolationDetailsCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves violations for a resource based on the specified Firewall Manager policy and Amazon Web Services account.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
4
4
  import type { ListAdminAccountsForOrganizationRequest, ListAdminAccountsForOrganizationResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListAdminAccountsForOrganizationCommandInput extends ListAdminA
22
22
  export interface ListAdminAccountsForOrganizationCommandOutput extends ListAdminAccountsForOrganizationResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListAdminAccountsForOrganizationCommand_base: {
25
- new (input: ListAdminAccountsForOrganizationCommandInput): import("@smithy/smithy-client").CommandImpl<ListAdminAccountsForOrganizationCommandInput, ListAdminAccountsForOrganizationCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListAdminAccountsForOrganizationCommandInput]): import("@smithy/smithy-client").CommandImpl<ListAdminAccountsForOrganizationCommandInput, ListAdminAccountsForOrganizationCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListAdminAccountsForOrganizationCommandInput): import("@smithy/core/client").CommandImpl<ListAdminAccountsForOrganizationCommandInput, ListAdminAccountsForOrganizationCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListAdminAccountsForOrganizationCommandInput]): import("@smithy/core/client").CommandImpl<ListAdminAccountsForOrganizationCommandInput, ListAdminAccountsForOrganizationCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns a <code>AdminAccounts</code> object that lists the Firewall Manager administrators within the organization that are onboarded to Firewall Manager by <a>AssociateAdminAccount</a>.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
4
4
  import type { ListAdminsManagingAccountRequest, ListAdminsManagingAccountResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListAdminsManagingAccountCommandInput extends ListAdminsManagin
22
22
  export interface ListAdminsManagingAccountCommandOutput extends ListAdminsManagingAccountResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListAdminsManagingAccountCommand_base: {
25
- new (input: ListAdminsManagingAccountCommandInput): import("@smithy/smithy-client").CommandImpl<ListAdminsManagingAccountCommandInput, ListAdminsManagingAccountCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListAdminsManagingAccountCommandInput]): import("@smithy/smithy-client").CommandImpl<ListAdminsManagingAccountCommandInput, ListAdminsManagingAccountCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListAdminsManagingAccountCommandInput): import("@smithy/core/client").CommandImpl<ListAdminsManagingAccountCommandInput, ListAdminsManagingAccountCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListAdminsManagingAccountCommandInput]): import("@smithy/core/client").CommandImpl<ListAdminsManagingAccountCommandInput, ListAdminsManagingAccountCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists the accounts that are managing the specified Organizations member account. This is useful for any member account so that they can view the accounts who are managing their account. This operation only returns the managing administrators that have the requested account within their <a>AdminScope</a>.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
4
4
  import type { ListAppsListsRequest, ListAppsListsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListAppsListsCommandInput extends ListAppsListsRequest {
22
22
  export interface ListAppsListsCommandOutput extends ListAppsListsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListAppsListsCommand_base: {
25
- new (input: ListAppsListsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAppsListsCommandInput, ListAppsListsCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListAppsListsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAppsListsCommandInput, ListAppsListsCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListAppsListsCommandInput): import("@smithy/core/client").CommandImpl<ListAppsListsCommandInput, ListAppsListsCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListAppsListsCommandInput): import("@smithy/core/client").CommandImpl<ListAppsListsCommandInput, ListAppsListsCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns an array of <code>AppsListDataSummary</code> objects.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
4
4
  import type { ListComplianceStatusRequest, ListComplianceStatusResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListComplianceStatusCommandInput extends ListComplianceStatusRe
22
22
  export interface ListComplianceStatusCommandOutput extends ListComplianceStatusResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListComplianceStatusCommand_base: {
25
- new (input: ListComplianceStatusCommandInput): import("@smithy/smithy-client").CommandImpl<ListComplianceStatusCommandInput, ListComplianceStatusCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListComplianceStatusCommandInput): import("@smithy/smithy-client").CommandImpl<ListComplianceStatusCommandInput, ListComplianceStatusCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListComplianceStatusCommandInput): import("@smithy/core/client").CommandImpl<ListComplianceStatusCommandInput, ListComplianceStatusCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListComplianceStatusCommandInput): import("@smithy/core/client").CommandImpl<ListComplianceStatusCommandInput, ListComplianceStatusCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns an array of <code>PolicyComplianceStatus</code> objects. Use
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
4
4
  import type { ListDiscoveredResourcesRequest, ListDiscoveredResourcesResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListDiscoveredResourcesCommandInput extends ListDiscoveredResou
22
22
  export interface ListDiscoveredResourcesCommandOutput extends ListDiscoveredResourcesResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListDiscoveredResourcesCommand_base: {
25
- new (input: ListDiscoveredResourcesCommandInput): import("@smithy/smithy-client").CommandImpl<ListDiscoveredResourcesCommandInput, ListDiscoveredResourcesCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListDiscoveredResourcesCommandInput): import("@smithy/smithy-client").CommandImpl<ListDiscoveredResourcesCommandInput, ListDiscoveredResourcesCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListDiscoveredResourcesCommandInput): import("@smithy/core/client").CommandImpl<ListDiscoveredResourcesCommandInput, ListDiscoveredResourcesCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListDiscoveredResourcesCommandInput): import("@smithy/core/client").CommandImpl<ListDiscoveredResourcesCommandInput, ListDiscoveredResourcesCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns an array of resources in the organization's accounts that are available to be associated with a resource set.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
4
4
  import type { ListMemberAccountsRequest, ListMemberAccountsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListMemberAccountsCommandInput extends ListMemberAccountsReques
22
22
  export interface ListMemberAccountsCommandOutput extends ListMemberAccountsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListMemberAccountsCommand_base: {
25
- new (input: ListMemberAccountsCommandInput): import("@smithy/smithy-client").CommandImpl<ListMemberAccountsCommandInput, ListMemberAccountsCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListMemberAccountsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListMemberAccountsCommandInput, ListMemberAccountsCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListMemberAccountsCommandInput): import("@smithy/core/client").CommandImpl<ListMemberAccountsCommandInput, ListMemberAccountsCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListMemberAccountsCommandInput]): import("@smithy/core/client").CommandImpl<ListMemberAccountsCommandInput, ListMemberAccountsCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns a <code>MemberAccounts</code> object that lists the member accounts in the
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
4
4
  import type { ListPoliciesRequest, ListPoliciesResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListPoliciesCommandInput extends ListPoliciesRequest {
22
22
  export interface ListPoliciesCommandOutput extends ListPoliciesResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListPoliciesCommand_base: {
25
- new (input: ListPoliciesCommandInput): import("@smithy/smithy-client").CommandImpl<ListPoliciesCommandInput, ListPoliciesCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListPoliciesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListPoliciesCommandInput, ListPoliciesCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListPoliciesCommandInput): import("@smithy/core/client").CommandImpl<ListPoliciesCommandInput, ListPoliciesCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListPoliciesCommandInput]): import("@smithy/core/client").CommandImpl<ListPoliciesCommandInput, ListPoliciesCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns an array of <code>PolicySummary</code> objects.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
4
4
  import type { ListProtocolsListsRequest, ListProtocolsListsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListProtocolsListsCommandInput extends ListProtocolsListsReques
22
22
  export interface ListProtocolsListsCommandOutput extends ListProtocolsListsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListProtocolsListsCommand_base: {
25
- new (input: ListProtocolsListsCommandInput): import("@smithy/smithy-client").CommandImpl<ListProtocolsListsCommandInput, ListProtocolsListsCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListProtocolsListsCommandInput): import("@smithy/smithy-client").CommandImpl<ListProtocolsListsCommandInput, ListProtocolsListsCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListProtocolsListsCommandInput): import("@smithy/core/client").CommandImpl<ListProtocolsListsCommandInput, ListProtocolsListsCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListProtocolsListsCommandInput): import("@smithy/core/client").CommandImpl<ListProtocolsListsCommandInput, ListProtocolsListsCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns an array of <code>ProtocolsListDataSummary</code> objects.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
4
4
  import type { ListResourceSetResourcesRequest, ListResourceSetResourcesResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListResourceSetResourcesCommandInput extends ListResourceSetRes
22
22
  export interface ListResourceSetResourcesCommandOutput extends ListResourceSetResourcesResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListResourceSetResourcesCommand_base: {
25
- new (input: ListResourceSetResourcesCommandInput): import("@smithy/smithy-client").CommandImpl<ListResourceSetResourcesCommandInput, ListResourceSetResourcesCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListResourceSetResourcesCommandInput): import("@smithy/smithy-client").CommandImpl<ListResourceSetResourcesCommandInput, ListResourceSetResourcesCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListResourceSetResourcesCommandInput): import("@smithy/core/client").CommandImpl<ListResourceSetResourcesCommandInput, ListResourceSetResourcesCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListResourceSetResourcesCommandInput): import("@smithy/core/client").CommandImpl<ListResourceSetResourcesCommandInput, ListResourceSetResourcesCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns an array of resources that are currently associated to a resource set.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
4
4
  import type { ListResourceSetsRequest, ListResourceSetsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListResourceSetsCommandInput extends ListResourceSetsRequest {
22
22
  export interface ListResourceSetsCommandOutput extends ListResourceSetsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListResourceSetsCommand_base: {
25
- new (input: ListResourceSetsCommandInput): import("@smithy/smithy-client").CommandImpl<ListResourceSetsCommandInput, ListResourceSetsCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListResourceSetsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListResourceSetsCommandInput, ListResourceSetsCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListResourceSetsCommandInput): import("@smithy/core/client").CommandImpl<ListResourceSetsCommandInput, ListResourceSetsCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListResourceSetsCommandInput]): import("@smithy/core/client").CommandImpl<ListResourceSetsCommandInput, ListResourceSetsCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns an array of <code>ResourceSetSummary</code> objects.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
4
4
  import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
22
22
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListTagsForResourceCommand_base: {
25
- new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves the list of tags for the specified Amazon Web Services resource. </p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
4
4
  import type { ListThirdPartyFirewallFirewallPoliciesRequest, ListThirdPartyFirewallFirewallPoliciesResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListThirdPartyFirewallFirewallPoliciesCommandInput extends List
22
22
  export interface ListThirdPartyFirewallFirewallPoliciesCommandOutput extends ListThirdPartyFirewallFirewallPoliciesResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListThirdPartyFirewallFirewallPoliciesCommand_base: {
25
- new (input: ListThirdPartyFirewallFirewallPoliciesCommandInput): import("@smithy/smithy-client").CommandImpl<ListThirdPartyFirewallFirewallPoliciesCommandInput, ListThirdPartyFirewallFirewallPoliciesCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListThirdPartyFirewallFirewallPoliciesCommandInput): import("@smithy/smithy-client").CommandImpl<ListThirdPartyFirewallFirewallPoliciesCommandInput, ListThirdPartyFirewallFirewallPoliciesCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListThirdPartyFirewallFirewallPoliciesCommandInput): import("@smithy/core/client").CommandImpl<ListThirdPartyFirewallFirewallPoliciesCommandInput, ListThirdPartyFirewallFirewallPoliciesCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListThirdPartyFirewallFirewallPoliciesCommandInput): import("@smithy/core/client").CommandImpl<ListThirdPartyFirewallFirewallPoliciesCommandInput, ListThirdPartyFirewallFirewallPoliciesCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves a list of all of the third-party firewall policies that are associated with the third-party firewall administrator's account.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
4
4
  import type { PutAdminAccountRequest } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface PutAdminAccountCommandInput extends PutAdminAccountRequest {
22
22
  export interface PutAdminAccountCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const PutAdminAccountCommand_base: {
25
- new (input: PutAdminAccountCommandInput): import("@smithy/smithy-client").CommandImpl<PutAdminAccountCommandInput, PutAdminAccountCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutAdminAccountCommandInput): import("@smithy/smithy-client").CommandImpl<PutAdminAccountCommandInput, PutAdminAccountCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: PutAdminAccountCommandInput): import("@smithy/core/client").CommandImpl<PutAdminAccountCommandInput, PutAdminAccountCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: PutAdminAccountCommandInput): import("@smithy/core/client").CommandImpl<PutAdminAccountCommandInput, PutAdminAccountCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates or updates an Firewall Manager administrator account. The account must be a member of the organization that was onboarded to Firewall Manager by <a>AssociateAdminAccount</a>. Only the organization's management account can create an Firewall Manager administrator account. When you create an Firewall Manager administrator account, the service checks to see if the account is already a delegated administrator within Organizations. If the account isn't a delegated administrator, Firewall Manager calls Organizations to delegate the account within Organizations. For more information about administrator accounts within Organizations, see
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
4
4
  import type { PutAppsListRequest, PutAppsListResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface PutAppsListCommandInput extends PutAppsListRequest {
22
22
  export interface PutAppsListCommandOutput extends PutAppsListResponse, __MetadataBearer {
23
23
  }
24
24
  declare const PutAppsListCommand_base: {
25
- new (input: PutAppsListCommandInput): import("@smithy/smithy-client").CommandImpl<PutAppsListCommandInput, PutAppsListCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutAppsListCommandInput): import("@smithy/smithy-client").CommandImpl<PutAppsListCommandInput, PutAppsListCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: PutAppsListCommandInput): import("@smithy/core/client").CommandImpl<PutAppsListCommandInput, PutAppsListCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: PutAppsListCommandInput): import("@smithy/core/client").CommandImpl<PutAppsListCommandInput, PutAppsListCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates an Firewall Manager applications list.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
4
4
  import type { PutNotificationChannelRequest } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface PutNotificationChannelCommandInput extends PutNotificationChann
22
22
  export interface PutNotificationChannelCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const PutNotificationChannelCommand_base: {
25
- new (input: PutNotificationChannelCommandInput): import("@smithy/smithy-client").CommandImpl<PutNotificationChannelCommandInput, PutNotificationChannelCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutNotificationChannelCommandInput): import("@smithy/smithy-client").CommandImpl<PutNotificationChannelCommandInput, PutNotificationChannelCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: PutNotificationChannelCommandInput): import("@smithy/core/client").CommandImpl<PutNotificationChannelCommandInput, PutNotificationChannelCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: PutNotificationChannelCommandInput): import("@smithy/core/client").CommandImpl<PutNotificationChannelCommandInput, PutNotificationChannelCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Designates the IAM role and Amazon Simple Notification Service (SNS) topic that
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
4
4
  import type { PutPolicyRequest, PutPolicyResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface PutPolicyCommandInput extends PutPolicyRequest {
22
22
  export interface PutPolicyCommandOutput extends PutPolicyResponse, __MetadataBearer {
23
23
  }
24
24
  declare const PutPolicyCommand_base: {
25
- new (input: PutPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutPolicyCommandInput, PutPolicyCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutPolicyCommandInput, PutPolicyCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: PutPolicyCommandInput): import("@smithy/core/client").CommandImpl<PutPolicyCommandInput, PutPolicyCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: PutPolicyCommandInput): import("@smithy/core/client").CommandImpl<PutPolicyCommandInput, PutPolicyCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates an Firewall Manager policy.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
4
4
  import type { PutProtocolsListRequest, PutProtocolsListResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface PutProtocolsListCommandInput extends PutProtocolsListRequest {
22
22
  export interface PutProtocolsListCommandOutput extends PutProtocolsListResponse, __MetadataBearer {
23
23
  }
24
24
  declare const PutProtocolsListCommand_base: {
25
- new (input: PutProtocolsListCommandInput): import("@smithy/smithy-client").CommandImpl<PutProtocolsListCommandInput, PutProtocolsListCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutProtocolsListCommandInput): import("@smithy/smithy-client").CommandImpl<PutProtocolsListCommandInput, PutProtocolsListCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: PutProtocolsListCommandInput): import("@smithy/core/client").CommandImpl<PutProtocolsListCommandInput, PutProtocolsListCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: PutProtocolsListCommandInput): import("@smithy/core/client").CommandImpl<PutProtocolsListCommandInput, PutProtocolsListCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates an Firewall Manager protocols list.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
4
4
  import type { PutResourceSetRequest, PutResourceSetResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface PutResourceSetCommandInput extends PutResourceSetRequest {
22
22
  export interface PutResourceSetCommandOutput extends PutResourceSetResponse, __MetadataBearer {
23
23
  }
24
24
  declare const PutResourceSetCommand_base: {
25
- new (input: PutResourceSetCommandInput): import("@smithy/smithy-client").CommandImpl<PutResourceSetCommandInput, PutResourceSetCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutResourceSetCommandInput): import("@smithy/smithy-client").CommandImpl<PutResourceSetCommandInput, PutResourceSetCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: PutResourceSetCommandInput): import("@smithy/core/client").CommandImpl<PutResourceSetCommandInput, PutResourceSetCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: PutResourceSetCommandInput): import("@smithy/core/client").CommandImpl<PutResourceSetCommandInput, PutResourceSetCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates the resource set.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
4
4
  import type { TagResourceRequest, TagResourceResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface TagResourceCommandInput extends TagResourceRequest {
22
22
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
23
23
  }
24
24
  declare const TagResourceCommand_base: {
25
- new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Adds one or more tags to an Amazon Web Services resource.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
4
4
  import type { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
22
22
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
23
23
  }
24
24
  declare const UntagResourceCommand_base: {
25
- new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Removes one or more tags from an Amazon Web Services resource.</p>
@@ -1,2 +1,2 @@
1
- import { BinaryDecisionDiagram } from "@smithy/util-endpoints";
1
+ import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
2
2
  export declare const bdd: BinaryDecisionDiagram;
@@ -1,5 +1,5 @@
1
1
  import type { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
2
- import type { HttpHandlerExtensionConfiguration } from "@smithy/protocol-http";
2
+ import type { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
3
3
  import type { DefaultExtensionConfiguration } from "@smithy/types";
4
4
  import type { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
5
5
  /**
@@ -1,4 +1,4 @@
1
- import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/smithy-client";
1
+ import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/core/client";
2
2
  export type { __ServiceExceptionOptions };
3
3
  export { __ServiceException };
4
4
  /**
@@ -1,4 +1,4 @@
1
- import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
1
+ import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client";
2
2
  import { FMSServiceException as __BaseException } from "./FMSServiceException";
3
3
  /**
4
4
  * <p>The operation failed because of a system problem, even though the request was valid. Retry
@@ -5,13 +5,13 @@ import type { FMSClientConfig } from "./FMSClient";
5
5
  */
6
6
  export declare const getRuntimeConfig: (config: FMSClientConfig) => {
7
7
  runtime: string;
8
- defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
8
+ defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
9
9
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
10
10
  credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
11
11
  defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
12
12
  maxAttempts: number | import("@smithy/types").Provider<number>;
13
13
  region: string | import("@smithy/types").Provider<any>;
14
- requestHandler: import("@smithy/protocol-http").HttpHandler<any> | RequestHandler;
14
+ requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
15
15
  retryMode: string | import("@smithy/types").Provider<string>;
16
16
  sha256: import("@smithy/types").HashConstructor;
17
17
  streamCollector: import("@smithy/types").StreamCollector;
@@ -5,14 +5,14 @@ import type { FMSClientConfig } from "./FMSClient";
5
5
  */
6
6
  export declare const getRuntimeConfig: (config: FMSClientConfig) => {
7
7
  runtime: string;
8
- defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
8
+ defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
9
9
  authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
10
10
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
11
11
  credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit) => import("@aws-sdk/credential-provider-node/dist-types/runtime/memoize-chain").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
12
12
  defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
13
13
  maxAttempts: number | import("@smithy/types").Provider<number>;
14
14
  region: string | import("@smithy/types").Provider<string>;
15
- requestHandler: RequestHandler | import("@smithy/protocol-http").HttpHandler<any>;
15
+ requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
16
16
  retryMode: string | import("@smithy/types").Provider<string>;
17
17
  sha256: import("@smithy/types").HashConstructor;
18
18
  streamCollector: import("@smithy/types").StreamCollector;
@@ -5,7 +5,7 @@ import type { FMSClientConfig } from "./FMSClient";
5
5
  export declare const getRuntimeConfig: (config: FMSClientConfig) => {
6
6
  runtime: string;
7
7
  sha256: import("@smithy/types").HashConstructor;
8
- requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/protocol-http").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
8
+ requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
9
9
  cacheMiddleware?: boolean;
10
10
  protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsJson1_1Protocol;
11
11
  protocolSettings: {
@@ -32,7 +32,7 @@ export declare const getRuntimeConfig: (config: FMSClientConfig) => {
32
32
  retryMode: string | import("@smithy/types").Provider<string>;
33
33
  logger: import("@smithy/types").Logger;
34
34
  extensions: import("./runtimeExtensions").RuntimeExtension[];
35
- defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
35
+ defaultsMode: import("@smithy/core/client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/core/client").DefaultsMode>;
36
36
  customUserAgent?: string | import("@smithy/types").UserAgent;
37
37
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
38
38
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
@@ -6,25 +6,19 @@ import {
6
6
  UserAgentInputConfig,
7
7
  UserAgentResolvedConfig,
8
8
  } from "@aws-sdk/middleware-user-agent";
9
- import {
10
- RegionInputConfig,
11
- RegionResolvedConfig,
12
- } from "@smithy/config-resolver";
13
- import {
14
- EndpointInputConfig,
15
- EndpointResolvedConfig,
16
- } from "@smithy/middleware-endpoint";
17
- import {
18
- RetryInputConfig,
19
- RetryResolvedConfig,
20
- } from "@smithy/middleware-retry";
21
- import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
22
9
  import {
23
10
  DefaultsMode as __DefaultsMode,
24
11
  SmithyConfiguration as __SmithyConfiguration,
25
12
  SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
26
13
  Client as __Client,
27
- } from "@smithy/smithy-client";
14
+ } from "@smithy/core/client";
15
+ import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
16
+ import {
17
+ EndpointInputConfig,
18
+ EndpointResolvedConfig,
19
+ } from "@smithy/core/endpoints";
20
+ import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
21
+ import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
28
22
  import {
29
23
  AwsCredentialIdentityProvider,
30
24
  BodyLengthCalculator as __BodyLengthCalculator,