@aws-sdk/client-fms 3.533.0 → 3.540.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 (95) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +4 -2
  2. package/dist-cjs/index.js +0 -3
  3. package/dist-es/endpoint/endpointResolver.js +3 -1
  4. package/dist-es/index.js +0 -1
  5. package/dist-types/FMS.d.ts +10 -1
  6. package/dist-types/FMSClient.d.ts +1 -1
  7. package/dist-types/commands/AssociateAdminAccountCommand.d.ts +2 -1
  8. package/dist-types/commands/AssociateThirdPartyFirewallCommand.d.ts +2 -1
  9. package/dist-types/commands/BatchAssociateResourceCommand.d.ts +2 -1
  10. package/dist-types/commands/BatchDisassociateResourceCommand.d.ts +2 -1
  11. package/dist-types/commands/DeleteAppsListCommand.d.ts +2 -1
  12. package/dist-types/commands/DeleteNotificationChannelCommand.d.ts +2 -1
  13. package/dist-types/commands/DeletePolicyCommand.d.ts +2 -1
  14. package/dist-types/commands/DeleteProtocolsListCommand.d.ts +2 -1
  15. package/dist-types/commands/DeleteResourceSetCommand.d.ts +2 -1
  16. package/dist-types/commands/DisassociateAdminAccountCommand.d.ts +2 -1
  17. package/dist-types/commands/DisassociateThirdPartyFirewallCommand.d.ts +2 -1
  18. package/dist-types/commands/GetAdminAccountCommand.d.ts +2 -1
  19. package/dist-types/commands/GetAdminScopeCommand.d.ts +2 -1
  20. package/dist-types/commands/GetAppsListCommand.d.ts +2 -1
  21. package/dist-types/commands/GetComplianceDetailCommand.d.ts +2 -1
  22. package/dist-types/commands/GetNotificationChannelCommand.d.ts +2 -1
  23. package/dist-types/commands/GetPolicyCommand.d.ts +2 -1
  24. package/dist-types/commands/GetProtectionStatusCommand.d.ts +2 -1
  25. package/dist-types/commands/GetProtocolsListCommand.d.ts +2 -1
  26. package/dist-types/commands/GetResourceSetCommand.d.ts +2 -1
  27. package/dist-types/commands/GetThirdPartyFirewallAssociationStatusCommand.d.ts +2 -1
  28. package/dist-types/commands/GetViolationDetailsCommand.d.ts +2 -1
  29. package/dist-types/commands/ListAdminAccountsForOrganizationCommand.d.ts +2 -1
  30. package/dist-types/commands/ListAdminsManagingAccountCommand.d.ts +2 -1
  31. package/dist-types/commands/ListAppsListsCommand.d.ts +2 -1
  32. package/dist-types/commands/ListComplianceStatusCommand.d.ts +2 -1
  33. package/dist-types/commands/ListDiscoveredResourcesCommand.d.ts +2 -1
  34. package/dist-types/commands/ListMemberAccountsCommand.d.ts +2 -1
  35. package/dist-types/commands/ListPoliciesCommand.d.ts +2 -1
  36. package/dist-types/commands/ListProtocolsListsCommand.d.ts +2 -1
  37. package/dist-types/commands/ListResourceSetResourcesCommand.d.ts +2 -1
  38. package/dist-types/commands/ListResourceSetsCommand.d.ts +2 -1
  39. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  40. package/dist-types/commands/ListThirdPartyFirewallFirewallPoliciesCommand.d.ts +2 -1
  41. package/dist-types/commands/PutAdminAccountCommand.d.ts +2 -1
  42. package/dist-types/commands/PutAppsListCommand.d.ts +2 -1
  43. package/dist-types/commands/PutNotificationChannelCommand.d.ts +2 -1
  44. package/dist-types/commands/PutPolicyCommand.d.ts +2 -1
  45. package/dist-types/commands/PutProtocolsListCommand.d.ts +2 -1
  46. package/dist-types/commands/PutResourceSetCommand.d.ts +2 -1
  47. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  48. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  49. package/dist-types/index.d.ts +0 -1
  50. package/dist-types/models/models_0.d.ts +571 -571
  51. package/dist-types/ts3.4/FMS.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/AssociateAdminAccountCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/AssociateThirdPartyFirewallCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/BatchAssociateResourceCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/BatchDisassociateResourceCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/DeleteAppsListCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/DeleteNotificationChannelCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/DeleteProtocolsListCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/DeleteResourceSetCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/DisassociateAdminAccountCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/DisassociateThirdPartyFirewallCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/GetAdminAccountCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/GetAdminScopeCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/GetAppsListCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/GetComplianceDetailCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/GetNotificationChannelCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/GetProtectionStatusCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/GetProtocolsListCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/GetResourceSetCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/GetThirdPartyFirewallAssociationStatusCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/GetViolationDetailsCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/ListAdminAccountsForOrganizationCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/ListAdminsManagingAccountCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/ListAppsListsCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/ListComplianceStatusCommand.d.ts +9 -0
  78. package/dist-types/ts3.4/commands/ListDiscoveredResourcesCommand.d.ts +9 -0
  79. package/dist-types/ts3.4/commands/ListMemberAccountsCommand.d.ts +9 -0
  80. package/dist-types/ts3.4/commands/ListPoliciesCommand.d.ts +9 -0
  81. package/dist-types/ts3.4/commands/ListProtocolsListsCommand.d.ts +9 -0
  82. package/dist-types/ts3.4/commands/ListResourceSetResourcesCommand.d.ts +9 -0
  83. package/dist-types/ts3.4/commands/ListResourceSetsCommand.d.ts +9 -0
  84. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  85. package/dist-types/ts3.4/commands/ListThirdPartyFirewallFirewallPoliciesCommand.d.ts +9 -0
  86. package/dist-types/ts3.4/commands/PutAdminAccountCommand.d.ts +9 -0
  87. package/dist-types/ts3.4/commands/PutAppsListCommand.d.ts +9 -0
  88. package/dist-types/ts3.4/commands/PutNotificationChannelCommand.d.ts +9 -0
  89. package/dist-types/ts3.4/commands/PutPolicyCommand.d.ts +9 -0
  90. package/dist-types/ts3.4/commands/PutProtocolsListCommand.d.ts +9 -0
  91. package/dist-types/ts3.4/commands/PutResourceSetCommand.d.ts +9 -0
  92. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  93. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  94. package/dist-types/ts3.4/index.d.ts +0 -1
  95. package/package.json +40 -40
@@ -1,12 +1,14 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.defaultEndpointResolver = void 0;
4
- const util_endpoints_1 = require("@smithy/util-endpoints");
4
+ const util_endpoints_1 = require("@aws-sdk/util-endpoints");
5
+ const util_endpoints_2 = require("@smithy/util-endpoints");
5
6
  const ruleset_1 = require("./ruleset");
6
7
  const defaultEndpointResolver = (endpointParams, context = {}) => {
7
- return (0, util_endpoints_1.resolveEndpoint)(ruleset_1.ruleSet, {
8
+ return (0, util_endpoints_2.resolveEndpoint)(ruleset_1.ruleSet, {
8
9
  endpointParams: endpointParams,
9
10
  logger: context.logger,
10
11
  });
11
12
  };
12
13
  exports.defaultEndpointResolver = defaultEndpointResolver;
14
+ util_endpoints_2.customEndpointFunctions.aws = util_endpoints_1.awsEndpointFunctions;
package/dist-cjs/index.js CHANGED
@@ -2408,9 +2408,6 @@ var paginateListProtocolsLists = (0, import_core.createPaginator)(FMSClient, Lis
2408
2408
  // src/pagination/ListThirdPartyFirewallFirewallPoliciesPaginator.ts
2409
2409
 
2410
2410
  var paginateListThirdPartyFirewallFirewallPolicies = (0, import_core.createPaginator)(FMSClient, ListThirdPartyFirewallFirewallPoliciesCommand, "NextToken", "NextToken", "MaxResults");
2411
-
2412
- // src/index.ts
2413
- var import_util_endpoints = require("@aws-sdk/util-endpoints");
2414
2411
  // Annotate the CommonJS export names for ESM import in node:
2415
2412
 
2416
2413
  0 && (module.exports = {
@@ -1,4 +1,5 @@
1
- import { resolveEndpoint } from "@smithy/util-endpoints";
1
+ import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
2
+ import { customEndpointFunctions, resolveEndpoint } from "@smithy/util-endpoints";
2
3
  import { ruleSet } from "./ruleset";
3
4
  export const defaultEndpointResolver = (endpointParams, context = {}) => {
4
5
  return resolveEndpoint(ruleSet, {
@@ -6,3 +7,4 @@ export const defaultEndpointResolver = (endpointParams, context = {}) => {
6
7
  logger: context.logger,
7
8
  });
8
9
  };
10
+ customEndpointFunctions.aws = awsEndpointFunctions;
package/dist-es/index.js CHANGED
@@ -3,5 +3,4 @@ export * from "./FMS";
3
3
  export * from "./commands";
4
4
  export * from "./pagination";
5
5
  export * from "./models";
6
- import "@aws-sdk/util-endpoints";
7
6
  export { FMSServiceException } from "./models/FMSServiceException";
@@ -76,6 +76,7 @@ export interface FMS {
76
76
  /**
77
77
  * @see {@link DeleteNotificationChannelCommand}
78
78
  */
79
+ deleteNotificationChannel(): Promise<DeleteNotificationChannelCommandOutput>;
79
80
  deleteNotificationChannel(args: DeleteNotificationChannelCommandInput, options?: __HttpHandlerOptions): Promise<DeleteNotificationChannelCommandOutput>;
80
81
  deleteNotificationChannel(args: DeleteNotificationChannelCommandInput, cb: (err: any, data?: DeleteNotificationChannelCommandOutput) => void): void;
81
82
  deleteNotificationChannel(args: DeleteNotificationChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteNotificationChannelCommandOutput) => void): void;
@@ -100,6 +101,7 @@ export interface FMS {
100
101
  /**
101
102
  * @see {@link DisassociateAdminAccountCommand}
102
103
  */
104
+ disassociateAdminAccount(): Promise<DisassociateAdminAccountCommandOutput>;
103
105
  disassociateAdminAccount(args: DisassociateAdminAccountCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateAdminAccountCommandOutput>;
104
106
  disassociateAdminAccount(args: DisassociateAdminAccountCommandInput, cb: (err: any, data?: DisassociateAdminAccountCommandOutput) => void): void;
105
107
  disassociateAdminAccount(args: DisassociateAdminAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateAdminAccountCommandOutput) => void): void;
@@ -112,6 +114,7 @@ export interface FMS {
112
114
  /**
113
115
  * @see {@link GetAdminAccountCommand}
114
116
  */
117
+ getAdminAccount(): Promise<GetAdminAccountCommandOutput>;
115
118
  getAdminAccount(args: GetAdminAccountCommandInput, options?: __HttpHandlerOptions): Promise<GetAdminAccountCommandOutput>;
116
119
  getAdminAccount(args: GetAdminAccountCommandInput, cb: (err: any, data?: GetAdminAccountCommandOutput) => void): void;
117
120
  getAdminAccount(args: GetAdminAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAdminAccountCommandOutput) => void): void;
@@ -136,6 +139,7 @@ export interface FMS {
136
139
  /**
137
140
  * @see {@link GetNotificationChannelCommand}
138
141
  */
142
+ getNotificationChannel(): Promise<GetNotificationChannelCommandOutput>;
139
143
  getNotificationChannel(args: GetNotificationChannelCommandInput, options?: __HttpHandlerOptions): Promise<GetNotificationChannelCommandOutput>;
140
144
  getNotificationChannel(args: GetNotificationChannelCommandInput, cb: (err: any, data?: GetNotificationChannelCommandOutput) => void): void;
141
145
  getNotificationChannel(args: GetNotificationChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetNotificationChannelCommandOutput) => void): void;
@@ -178,12 +182,14 @@ export interface FMS {
178
182
  /**
179
183
  * @see {@link ListAdminAccountsForOrganizationCommand}
180
184
  */
185
+ listAdminAccountsForOrganization(): Promise<ListAdminAccountsForOrganizationCommandOutput>;
181
186
  listAdminAccountsForOrganization(args: ListAdminAccountsForOrganizationCommandInput, options?: __HttpHandlerOptions): Promise<ListAdminAccountsForOrganizationCommandOutput>;
182
187
  listAdminAccountsForOrganization(args: ListAdminAccountsForOrganizationCommandInput, cb: (err: any, data?: ListAdminAccountsForOrganizationCommandOutput) => void): void;
183
188
  listAdminAccountsForOrganization(args: ListAdminAccountsForOrganizationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAdminAccountsForOrganizationCommandOutput) => void): void;
184
189
  /**
185
190
  * @see {@link ListAdminsManagingAccountCommand}
186
191
  */
192
+ listAdminsManagingAccount(): Promise<ListAdminsManagingAccountCommandOutput>;
187
193
  listAdminsManagingAccount(args: ListAdminsManagingAccountCommandInput, options?: __HttpHandlerOptions): Promise<ListAdminsManagingAccountCommandOutput>;
188
194
  listAdminsManagingAccount(args: ListAdminsManagingAccountCommandInput, cb: (err: any, data?: ListAdminsManagingAccountCommandOutput) => void): void;
189
195
  listAdminsManagingAccount(args: ListAdminsManagingAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAdminsManagingAccountCommandOutput) => void): void;
@@ -208,12 +214,14 @@ export interface FMS {
208
214
  /**
209
215
  * @see {@link ListMemberAccountsCommand}
210
216
  */
217
+ listMemberAccounts(): Promise<ListMemberAccountsCommandOutput>;
211
218
  listMemberAccounts(args: ListMemberAccountsCommandInput, options?: __HttpHandlerOptions): Promise<ListMemberAccountsCommandOutput>;
212
219
  listMemberAccounts(args: ListMemberAccountsCommandInput, cb: (err: any, data?: ListMemberAccountsCommandOutput) => void): void;
213
220
  listMemberAccounts(args: ListMemberAccountsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListMemberAccountsCommandOutput) => void): void;
214
221
  /**
215
222
  * @see {@link ListPoliciesCommand}
216
223
  */
224
+ listPolicies(): Promise<ListPoliciesCommandOutput>;
217
225
  listPolicies(args: ListPoliciesCommandInput, options?: __HttpHandlerOptions): Promise<ListPoliciesCommandOutput>;
218
226
  listPolicies(args: ListPoliciesCommandInput, cb: (err: any, data?: ListPoliciesCommandOutput) => void): void;
219
227
  listPolicies(args: ListPoliciesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPoliciesCommandOutput) => void): void;
@@ -232,6 +240,7 @@ export interface FMS {
232
240
  /**
233
241
  * @see {@link ListResourceSetsCommand}
234
242
  */
243
+ listResourceSets(): Promise<ListResourceSetsCommandOutput>;
235
244
  listResourceSets(args: ListResourceSetsCommandInput, options?: __HttpHandlerOptions): Promise<ListResourceSetsCommandOutput>;
236
245
  listResourceSets(args: ListResourceSetsCommandInput, cb: (err: any, data?: ListResourceSetsCommandOutput) => void): void;
237
246
  listResourceSets(args: ListResourceSetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListResourceSetsCommandOutput) => void): void;
@@ -297,7 +306,6 @@ export interface FMS {
297
306
  untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
298
307
  }
299
308
  /**
300
- * @public
301
309
  * <p>This is the <i>Firewall Manager API Reference</i>. This guide is for
302
310
  * developers who need detailed information about the Firewall Manager API actions, data
303
311
  * types, and errors. For detailed information about Firewall Manager features, see the
@@ -305,6 +313,7 @@ export interface FMS {
305
313
  * <p>Some API actions require explicit resource permissions. For information, see the developer guide topic
306
314
  * <a href="https://docs.aws.amazon.com/waf/latest/developerguide/fms-security_iam_service-with-iam.html#fms-security_iam_service-with-iam-roles-service">Service roles for Firewall Manager</a>.
307
315
  * </p>
316
+ * @public
308
317
  */
309
318
  export declare class FMS extends FMSClient implements FMS {
310
319
  }
@@ -193,7 +193,6 @@ export type FMSClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHa
193
193
  export interface FMSClientResolvedConfig extends FMSClientResolvedConfigType {
194
194
  }
195
195
  /**
196
- * @public
197
196
  * <p>This is the <i>Firewall Manager API Reference</i>. This guide is for
198
197
  * developers who need detailed information about the Firewall Manager API actions, data
199
198
  * types, and errors. For detailed information about Firewall Manager features, see the
@@ -201,6 +200,7 @@ export interface FMSClientResolvedConfig extends FMSClientResolvedConfigType {
201
200
  * <p>Some API actions require explicit resource permissions. For information, see the developer guide topic
202
201
  * <a href="https://docs.aws.amazon.com/waf/latest/developerguide/fms-security_iam_service-with-iam.html#fms-security_iam_service-with-iam-roles-service">Service roles for Firewall Manager</a>.
203
202
  * </p>
203
+ * @public
204
204
  */
205
205
  export declare class FMSClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, FMSClientResolvedConfig> {
206
206
  /**
@@ -22,10 +22,10 @@ export interface AssociateAdminAccountCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const AssociateAdminAccountCommand_base: {
24
24
  new (input: AssociateAdminAccountCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateAdminAccountCommandInput, AssociateAdminAccountCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: AssociateAdminAccountCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateAdminAccountCommandInput, AssociateAdminAccountCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
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>
30
30
  * <p>For information about working with Firewall Manager administrator accounts, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/fms-administrators.html">Managing Firewall Manager administrators</a> in the <i>Firewall Manager Developer Guide</i>.</p>
31
31
  * @example
@@ -75,6 +75,7 @@ declare const AssociateAdminAccountCommand_base: {
75
75
  * @throws {@link FMSServiceException}
76
76
  * <p>Base exception class for all service exceptions from FMS service.</p>
77
77
  *
78
+ * @public
78
79
  */
79
80
  export declare class AssociateAdminAccountCommand extends AssociateAdminAccountCommand_base {
80
81
  }
@@ -22,10 +22,10 @@ export interface AssociateThirdPartyFirewallCommandOutput extends AssociateThird
22
22
  }
23
23
  declare const AssociateThirdPartyFirewallCommand_base: {
24
24
  new (input: AssociateThirdPartyFirewallCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateThirdPartyFirewallCommandInput, AssociateThirdPartyFirewallCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: AssociateThirdPartyFirewallCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateThirdPartyFirewallCommandInput, AssociateThirdPartyFirewallCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
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>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -70,6 +70,7 @@ declare const AssociateThirdPartyFirewallCommand_base: {
70
70
  * @throws {@link FMSServiceException}
71
71
  * <p>Base exception class for all service exceptions from FMS service.</p>
72
72
  *
73
+ * @public
73
74
  */
74
75
  export declare class AssociateThirdPartyFirewallCommand extends AssociateThirdPartyFirewallCommand_base {
75
76
  }
@@ -22,10 +22,10 @@ export interface BatchAssociateResourceCommandOutput extends BatchAssociateResou
22
22
  }
23
23
  declare const BatchAssociateResourceCommand_base: {
24
24
  new (input: BatchAssociateResourceCommandInput): import("@smithy/smithy-client").CommandImpl<BatchAssociateResourceCommandInput, BatchAssociateResourceCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: BatchAssociateResourceCommandInput): import("@smithy/smithy-client").CommandImpl<BatchAssociateResourceCommandInput, BatchAssociateResourceCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Associate resources to a Firewall Manager resource set.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -85,6 +85,7 @@ declare const BatchAssociateResourceCommand_base: {
85
85
  * @throws {@link FMSServiceException}
86
86
  * <p>Base exception class for all service exceptions from FMS service.</p>
87
87
  *
88
+ * @public
88
89
  */
89
90
  export declare class BatchAssociateResourceCommand extends BatchAssociateResourceCommand_base {
90
91
  }
@@ -22,10 +22,10 @@ export interface BatchDisassociateResourceCommandOutput extends BatchDisassociat
22
22
  }
23
23
  declare const BatchDisassociateResourceCommand_base: {
24
24
  new (input: BatchDisassociateResourceCommandInput): import("@smithy/smithy-client").CommandImpl<BatchDisassociateResourceCommandInput, BatchDisassociateResourceCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: BatchDisassociateResourceCommandInput): import("@smithy/smithy-client").CommandImpl<BatchDisassociateResourceCommandInput, BatchDisassociateResourceCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Disassociates resources from a Firewall Manager resource set.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -79,6 +79,7 @@ declare const BatchDisassociateResourceCommand_base: {
79
79
  * @throws {@link FMSServiceException}
80
80
  * <p>Base exception class for all service exceptions from FMS service.</p>
81
81
  *
82
+ * @public
82
83
  */
83
84
  export declare class BatchDisassociateResourceCommand extends BatchDisassociateResourceCommand_base {
84
85
  }
@@ -22,10 +22,10 @@ export interface DeleteAppsListCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const DeleteAppsListCommand_base: {
24
24
  new (input: DeleteAppsListCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAppsListCommandInput, DeleteAppsListCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteAppsListCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAppsListCommandInput, DeleteAppsListCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Permanently deletes an Firewall Manager applications list.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -65,6 +65,7 @@ declare const DeleteAppsListCommand_base: {
65
65
  * @throws {@link FMSServiceException}
66
66
  * <p>Base exception class for all service exceptions from FMS service.</p>
67
67
  *
68
+ * @public
68
69
  */
69
70
  export declare class DeleteAppsListCommand extends DeleteAppsListCommand_base {
70
71
  }
@@ -22,10 +22,10 @@ export interface DeleteNotificationChannelCommandOutput extends __MetadataBearer
22
22
  }
23
23
  declare const DeleteNotificationChannelCommand_base: {
24
24
  new (input: DeleteNotificationChannelCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteNotificationChannelCommandInput, DeleteNotificationChannelCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [DeleteNotificationChannelCommandInput]): import("@smithy/smithy-client").CommandImpl<DeleteNotificationChannelCommandInput, DeleteNotificationChannelCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes an Firewall Manager association with the IAM role and the Amazon Simple
30
30
  * Notification Service (SNS) topic that is used to record Firewall Manager SNS logs.</p>
31
31
  * @example
@@ -64,6 +64,7 @@ declare const DeleteNotificationChannelCommand_base: {
64
64
  * @throws {@link FMSServiceException}
65
65
  * <p>Base exception class for all service exceptions from FMS service.</p>
66
66
  *
67
+ * @public
67
68
  */
68
69
  export declare class DeleteNotificationChannelCommand extends DeleteNotificationChannelCommand_base {
69
70
  }
@@ -22,10 +22,10 @@ export interface DeletePolicyCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const DeletePolicyCommand_base: {
24
24
  new (input: DeletePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePolicyCommandInput, DeletePolicyCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeletePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePolicyCommandInput, DeletePolicyCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Permanently deletes an Firewall Manager policy. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -75,6 +75,7 @@ declare const DeletePolicyCommand_base: {
75
75
  * @throws {@link FMSServiceException}
76
76
  * <p>Base exception class for all service exceptions from FMS service.</p>
77
77
  *
78
+ * @public
78
79
  */
79
80
  export declare class DeletePolicyCommand extends DeletePolicyCommand_base {
80
81
  }
@@ -22,10 +22,10 @@ export interface DeleteProtocolsListCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const DeleteProtocolsListCommand_base: {
24
24
  new (input: DeleteProtocolsListCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteProtocolsListCommandInput, DeleteProtocolsListCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteProtocolsListCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteProtocolsListCommandInput, DeleteProtocolsListCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Permanently deletes an Firewall Manager protocols list.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -65,6 +65,7 @@ declare const DeleteProtocolsListCommand_base: {
65
65
  * @throws {@link FMSServiceException}
66
66
  * <p>Base exception class for all service exceptions from FMS service.</p>
67
67
  *
68
+ * @public
68
69
  */
69
70
  export declare class DeleteProtocolsListCommand extends DeleteProtocolsListCommand_base {
70
71
  }
@@ -22,10 +22,10 @@ export interface DeleteResourceSetCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const DeleteResourceSetCommand_base: {
24
24
  new (input: DeleteResourceSetCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteResourceSetCommandInput, DeleteResourceSetCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteResourceSetCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteResourceSetCommandInput, DeleteResourceSetCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes the specified <a>ResourceSet</a>.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -68,6 +68,7 @@ declare const DeleteResourceSetCommand_base: {
68
68
  * @throws {@link FMSServiceException}
69
69
  * <p>Base exception class for all service exceptions from FMS service.</p>
70
70
  *
71
+ * @public
71
72
  */
72
73
  export declare class DeleteResourceSetCommand extends DeleteResourceSetCommand_base {
73
74
  }
@@ -22,10 +22,10 @@ export interface DisassociateAdminAccountCommandOutput extends __MetadataBearer
22
22
  }
23
23
  declare const DisassociateAdminAccountCommand_base: {
24
24
  new (input: DisassociateAdminAccountCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateAdminAccountCommandInput, DisassociateAdminAccountCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [DisassociateAdminAccountCommandInput]): import("@smithy/smithy-client").CommandImpl<DisassociateAdminAccountCommandInput, DisassociateAdminAccountCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
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>
30
30
  * <p>Disassociation of the default administrator account follows the first in, last out principle. If you are the default administrator, all Firewall Manager administrators within the organization must first disassociate their accounts before you can disassociate your account.</p>
31
31
  * @example
@@ -64,6 +64,7 @@ declare const DisassociateAdminAccountCommand_base: {
64
64
  * @throws {@link FMSServiceException}
65
65
  * <p>Base exception class for all service exceptions from FMS service.</p>
66
66
  *
67
+ * @public
67
68
  */
68
69
  export declare class DisassociateAdminAccountCommand extends DisassociateAdminAccountCommand_base {
69
70
  }
@@ -22,10 +22,10 @@ export interface DisassociateThirdPartyFirewallCommandOutput extends Disassociat
22
22
  }
23
23
  declare const DisassociateThirdPartyFirewallCommand_base: {
24
24
  new (input: DisassociateThirdPartyFirewallCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateThirdPartyFirewallCommandInput, DisassociateThirdPartyFirewallCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DisassociateThirdPartyFirewallCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateThirdPartyFirewallCommandInput, DisassociateThirdPartyFirewallCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
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>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -70,6 +70,7 @@ declare const DisassociateThirdPartyFirewallCommand_base: {
70
70
  * @throws {@link FMSServiceException}
71
71
  * <p>Base exception class for all service exceptions from FMS service.</p>
72
72
  *
73
+ * @public
73
74
  */
74
75
  export declare class DisassociateThirdPartyFirewallCommand extends DisassociateThirdPartyFirewallCommand_base {
75
76
  }
@@ -22,10 +22,10 @@ export interface GetAdminAccountCommandOutput extends GetAdminAccountResponse, _
22
22
  }
23
23
  declare const GetAdminAccountCommand_base: {
24
24
  new (input: GetAdminAccountCommandInput): import("@smithy/smithy-client").CommandImpl<GetAdminAccountCommandInput, GetAdminAccountCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [GetAdminAccountCommandInput]): import("@smithy/smithy-client").CommandImpl<GetAdminAccountCommandInput, GetAdminAccountCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns the Organizations account that is associated with Firewall Manager
30
30
  * as the Firewall Manager default administrator.</p>
31
31
  * @example
@@ -67,6 +67,7 @@ declare const GetAdminAccountCommand_base: {
67
67
  * @throws {@link FMSServiceException}
68
68
  * <p>Base exception class for all service exceptions from FMS service.</p>
69
69
  *
70
+ * @public
70
71
  */
71
72
  export declare class GetAdminAccountCommand extends GetAdminAccountCommand_base {
72
73
  }
@@ -22,10 +22,10 @@ export interface GetAdminScopeCommandOutput extends GetAdminScopeResponse, __Met
22
22
  }
23
23
  declare const GetAdminScopeCommand_base: {
24
24
  new (input: GetAdminScopeCommandInput): import("@smithy/smithy-client").CommandImpl<GetAdminScopeCommandInput, GetAdminScopeCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetAdminScopeCommandInput): import("@smithy/smithy-client").CommandImpl<GetAdminScopeCommandInput, GetAdminScopeCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns information about the specified account's administrative scope. The admistrative scope defines the resources that an Firewall Manager administrator can manage.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -104,6 +104,7 @@ declare const GetAdminScopeCommand_base: {
104
104
  * @throws {@link FMSServiceException}
105
105
  * <p>Base exception class for all service exceptions from FMS service.</p>
106
106
  *
107
+ * @public
107
108
  */
108
109
  export declare class GetAdminScopeCommand extends GetAdminScopeCommand_base {
109
110
  }
@@ -22,10 +22,10 @@ export interface GetAppsListCommandOutput extends GetAppsListResponse, __Metadat
22
22
  }
23
23
  declare const GetAppsListCommand_base: {
24
24
  new (input: GetAppsListCommandInput): import("@smithy/smithy-client").CommandImpl<GetAppsListCommandInput, GetAppsListCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetAppsListCommandInput): import("@smithy/smithy-client").CommandImpl<GetAppsListCommandInput, GetAppsListCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns information about the specified Firewall Manager applications list.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -91,6 +91,7 @@ declare const GetAppsListCommand_base: {
91
91
  * @throws {@link FMSServiceException}
92
92
  * <p>Base exception class for all service exceptions from FMS service.</p>
93
93
  *
94
+ * @public
94
95
  */
95
96
  export declare class GetAppsListCommand extends GetAppsListCommand_base {
96
97
  }
@@ -22,10 +22,10 @@ export interface GetComplianceDetailCommandOutput extends GetComplianceDetailRes
22
22
  }
23
23
  declare const GetComplianceDetailCommand_base: {
24
24
  new (input: GetComplianceDetailCommandInput): import("@smithy/smithy-client").CommandImpl<GetComplianceDetailCommandInput, GetComplianceDetailCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetComplianceDetailCommandInput): import("@smithy/smithy-client").CommandImpl<GetComplianceDetailCommandInput, GetComplianceDetailCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns detailed compliance information about the specified member account. Details
30
30
  * include resources that are in and out of compliance with the specified policy. </p>
31
31
  * <ul>
@@ -113,6 +113,7 @@ declare const GetComplianceDetailCommand_base: {
113
113
  * @throws {@link FMSServiceException}
114
114
  * <p>Base exception class for all service exceptions from FMS service.</p>
115
115
  *
116
+ * @public
116
117
  */
117
118
  export declare class GetComplianceDetailCommand extends GetComplianceDetailCommand_base {
118
119
  }
@@ -22,10 +22,10 @@ export interface GetNotificationChannelCommandOutput extends GetNotificationChan
22
22
  }
23
23
  declare const GetNotificationChannelCommand_base: {
24
24
  new (input: GetNotificationChannelCommandInput): import("@smithy/smithy-client").CommandImpl<GetNotificationChannelCommandInput, GetNotificationChannelCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [GetNotificationChannelCommandInput]): import("@smithy/smithy-client").CommandImpl<GetNotificationChannelCommandInput, GetNotificationChannelCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Information
30
30
  * about the Amazon Simple Notification Service (SNS) topic that is used to
31
31
  * record Firewall Manager SNS logs.</p>
@@ -68,6 +68,7 @@ declare const GetNotificationChannelCommand_base: {
68
68
  * @throws {@link FMSServiceException}
69
69
  * <p>Base exception class for all service exceptions from FMS service.</p>
70
70
  *
71
+ * @public
71
72
  */
72
73
  export declare class GetNotificationChannelCommand extends GetNotificationChannelCommand_base {
73
74
  }
@@ -22,10 +22,10 @@ export interface GetPolicyCommandOutput extends GetPolicyResponse, __MetadataBea
22
22
  }
23
23
  declare const GetPolicyCommand_base: {
24
24
  new (input: GetPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetPolicyCommandInput, GetPolicyCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetPolicyCommandInput, GetPolicyCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns information about the specified Firewall Manager policy.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -115,6 +115,7 @@ declare const GetPolicyCommand_base: {
115
115
  * @throws {@link FMSServiceException}
116
116
  * <p>Base exception class for all service exceptions from FMS service.</p>
117
117
  *
118
+ * @public
118
119
  */
119
120
  export declare class GetPolicyCommand extends GetPolicyCommand_base {
120
121
  }
@@ -22,10 +22,10 @@ export interface GetProtectionStatusCommandOutput extends GetProtectionStatusRes
22
22
  }
23
23
  declare const GetProtectionStatusCommand_base: {
24
24
  new (input: GetProtectionStatusCommandInput): import("@smithy/smithy-client").CommandImpl<GetProtectionStatusCommandInput, GetProtectionStatusCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetProtectionStatusCommandInput): import("@smithy/smithy-client").CommandImpl<GetProtectionStatusCommandInput, GetProtectionStatusCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>If you created a Shield Advanced policy, returns policy-level attack summary information
30
30
  * in the event of a potential DDoS attack. Other policy types are currently unsupported.</p>
31
31
  * @example
@@ -72,6 +72,7 @@ declare const GetProtectionStatusCommand_base: {
72
72
  * @throws {@link FMSServiceException}
73
73
  * <p>Base exception class for all service exceptions from FMS service.</p>
74
74
  *
75
+ * @public
75
76
  */
76
77
  export declare class GetProtectionStatusCommand extends GetProtectionStatusCommand_base {
77
78
  }
@@ -22,10 +22,10 @@ export interface GetProtocolsListCommandOutput extends GetProtocolsListResponse,
22
22
  }
23
23
  declare const GetProtocolsListCommand_base: {
24
24
  new (input: GetProtocolsListCommandInput): import("@smithy/smithy-client").CommandImpl<GetProtocolsListCommandInput, GetProtocolsListCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetProtocolsListCommandInput): import("@smithy/smithy-client").CommandImpl<GetProtocolsListCommandInput, GetProtocolsListCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns information about the specified Firewall Manager protocols list.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -83,6 +83,7 @@ declare const GetProtocolsListCommand_base: {
83
83
  * @throws {@link FMSServiceException}
84
84
  * <p>Base exception class for all service exceptions from FMS service.</p>
85
85
  *
86
+ * @public
86
87
  */
87
88
  export declare class GetProtocolsListCommand extends GetProtocolsListCommand_base {
88
89
  }
@@ -22,10 +22,10 @@ export interface GetResourceSetCommandOutput extends GetResourceSetResponse, __M
22
22
  }
23
23
  declare const GetResourceSetCommand_base: {
24
24
  new (input: GetResourceSetCommandInput): import("@smithy/smithy-client").CommandImpl<GetResourceSetCommandInput, GetResourceSetCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetResourceSetCommandInput): import("@smithy/smithy-client").CommandImpl<GetResourceSetCommandInput, GetResourceSetCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets information about a specific resource set.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -81,6 +81,7 @@ declare const GetResourceSetCommand_base: {
81
81
  * @throws {@link FMSServiceException}
82
82
  * <p>Base exception class for all service exceptions from FMS service.</p>
83
83
  *
84
+ * @public
84
85
  */
85
86
  export declare class GetResourceSetCommand extends GetResourceSetCommand_base {
86
87
  }
@@ -22,10 +22,10 @@ export interface GetThirdPartyFirewallAssociationStatusCommandOutput extends Get
22
22
  }
23
23
  declare const GetThirdPartyFirewallAssociationStatusCommand_base: {
24
24
  new (input: GetThirdPartyFirewallAssociationStatusCommandInput): import("@smithy/smithy-client").CommandImpl<GetThirdPartyFirewallAssociationStatusCommandInput, GetThirdPartyFirewallAssociationStatusCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetThirdPartyFirewallAssociationStatusCommandInput): import("@smithy/smithy-client").CommandImpl<GetThirdPartyFirewallAssociationStatusCommandInput, GetThirdPartyFirewallAssociationStatusCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>The onboarding status of a Firewall Manager admin account to third-party firewall vendor tenant.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -71,6 +71,7 @@ declare const GetThirdPartyFirewallAssociationStatusCommand_base: {
71
71
  * @throws {@link FMSServiceException}
72
72
  * <p>Base exception class for all service exceptions from FMS service.</p>
73
73
  *
74
+ * @public
74
75
  */
75
76
  export declare class GetThirdPartyFirewallAssociationStatusCommand extends GetThirdPartyFirewallAssociationStatusCommand_base {
76
77
  }
@@ -22,10 +22,10 @@ export interface GetViolationDetailsCommandOutput extends GetViolationDetailsRes
22
22
  }
23
23
  declare const GetViolationDetailsCommand_base: {
24
24
  new (input: GetViolationDetailsCommandInput): import("@smithy/smithy-client").CommandImpl<GetViolationDetailsCommandInput, GetViolationDetailsCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetViolationDetailsCommandInput): import("@smithy/smithy-client").CommandImpl<GetViolationDetailsCommandInput, GetViolationDetailsCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves violations for a resource based on the specified Firewall Manager policy and Amazon Web Services account.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -509,6 +509,7 @@ declare const GetViolationDetailsCommand_base: {
509
509
  * @throws {@link FMSServiceException}
510
510
  * <p>Base exception class for all service exceptions from FMS service.</p>
511
511
  *
512
+ * @public
512
513
  */
513
514
  export declare class GetViolationDetailsCommand extends GetViolationDetailsCommand_base {
514
515
  }