@aws-sdk/client-fms 3.296.0 → 3.297.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 (50) hide show
  1. package/dist-types/FMS.d.ts +39 -0
  2. package/dist-types/FMSClient.d.ts +24 -4
  3. package/dist-types/commands/AssociateAdminAccountCommand.d.ts +16 -0
  4. package/dist-types/commands/AssociateThirdPartyFirewallCommand.d.ts +16 -0
  5. package/dist-types/commands/BatchAssociateResourceCommand.d.ts +16 -0
  6. package/dist-types/commands/BatchDisassociateResourceCommand.d.ts +16 -0
  7. package/dist-types/commands/DeleteAppsListCommand.d.ts +16 -0
  8. package/dist-types/commands/DeleteNotificationChannelCommand.d.ts +16 -0
  9. package/dist-types/commands/DeletePolicyCommand.d.ts +16 -0
  10. package/dist-types/commands/DeleteProtocolsListCommand.d.ts +16 -0
  11. package/dist-types/commands/DeleteResourceSetCommand.d.ts +16 -0
  12. package/dist-types/commands/DisassociateAdminAccountCommand.d.ts +16 -0
  13. package/dist-types/commands/DisassociateThirdPartyFirewallCommand.d.ts +16 -0
  14. package/dist-types/commands/GetAdminAccountCommand.d.ts +16 -0
  15. package/dist-types/commands/GetAppsListCommand.d.ts +16 -0
  16. package/dist-types/commands/GetComplianceDetailCommand.d.ts +16 -0
  17. package/dist-types/commands/GetNotificationChannelCommand.d.ts +16 -0
  18. package/dist-types/commands/GetPolicyCommand.d.ts +16 -0
  19. package/dist-types/commands/GetProtectionStatusCommand.d.ts +16 -0
  20. package/dist-types/commands/GetProtocolsListCommand.d.ts +16 -0
  21. package/dist-types/commands/GetResourceSetCommand.d.ts +16 -0
  22. package/dist-types/commands/GetThirdPartyFirewallAssociationStatusCommand.d.ts +16 -0
  23. package/dist-types/commands/GetViolationDetailsCommand.d.ts +16 -0
  24. package/dist-types/commands/ListAppsListsCommand.d.ts +16 -0
  25. package/dist-types/commands/ListComplianceStatusCommand.d.ts +16 -0
  26. package/dist-types/commands/ListDiscoveredResourcesCommand.d.ts +16 -0
  27. package/dist-types/commands/ListMemberAccountsCommand.d.ts +16 -0
  28. package/dist-types/commands/ListPoliciesCommand.d.ts +16 -0
  29. package/dist-types/commands/ListProtocolsListsCommand.d.ts +16 -0
  30. package/dist-types/commands/ListResourceSetResourcesCommand.d.ts +16 -0
  31. package/dist-types/commands/ListResourceSetsCommand.d.ts +16 -0
  32. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  33. package/dist-types/commands/ListThirdPartyFirewallFirewallPoliciesCommand.d.ts +16 -0
  34. package/dist-types/commands/PutAppsListCommand.d.ts +16 -0
  35. package/dist-types/commands/PutNotificationChannelCommand.d.ts +16 -0
  36. package/dist-types/commands/PutPolicyCommand.d.ts +16 -0
  37. package/dist-types/commands/PutProtocolsListCommand.d.ts +16 -0
  38. package/dist-types/commands/PutResourceSetCommand.d.ts +16 -0
  39. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  40. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  41. package/dist-types/models/FMSServiceException.d.ts +2 -0
  42. package/dist-types/models/models_0.d.ts +378 -50
  43. package/dist-types/pagination/Interfaces.d.ts +3 -0
  44. package/dist-types/pagination/ListAppsListsPaginator.d.ts +3 -0
  45. package/dist-types/pagination/ListComplianceStatusPaginator.d.ts +3 -0
  46. package/dist-types/pagination/ListMemberAccountsPaginator.d.ts +3 -0
  47. package/dist-types/pagination/ListPoliciesPaginator.d.ts +3 -0
  48. package/dist-types/pagination/ListProtocolsListsPaginator.d.ts +3 -0
  49. package/dist-types/pagination/ListThirdPartyFirewallFirewallPoliciesPaginator.d.ts +3 -0
  50. package/package.json +3 -3
@@ -39,6 +39,7 @@ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/Ta
39
39
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
40
40
  import { FMSClient } from "./FMSClient";
41
41
  /**
42
+ * @public
42
43
  * <p>This is the <i>Firewall Manager API Reference</i>. This guide is for
43
44
  * developers who need detailed information about the Firewall Manager API actions, data
44
45
  * types, and errors. For detailed information about Firewall Manager features, see the
@@ -49,6 +50,7 @@ import { FMSClient } from "./FMSClient";
49
50
  */
50
51
  export declare class FMS extends FMSClient {
51
52
  /**
53
+ * @public
52
54
  * <p>Sets the Firewall Manager administrator account. The account must be
53
55
  * a member of the organization in Organizations whose resources you want to protect.
54
56
  * Firewall Manager sets the permissions that allow the account to administer your Firewall Manager policies.</p>
@@ -58,30 +60,35 @@ export declare class FMS extends FMSClient {
58
60
  associateAdminAccount(args: AssociateAdminAccountCommandInput, cb: (err: any, data?: AssociateAdminAccountCommandOutput) => void): void;
59
61
  associateAdminAccount(args: AssociateAdminAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateAdminAccountCommandOutput) => void): void;
60
62
  /**
63
+ * @public
61
64
  * <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>
62
65
  */
63
66
  associateThirdPartyFirewall(args: AssociateThirdPartyFirewallCommandInput, options?: __HttpHandlerOptions): Promise<AssociateThirdPartyFirewallCommandOutput>;
64
67
  associateThirdPartyFirewall(args: AssociateThirdPartyFirewallCommandInput, cb: (err: any, data?: AssociateThirdPartyFirewallCommandOutput) => void): void;
65
68
  associateThirdPartyFirewall(args: AssociateThirdPartyFirewallCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateThirdPartyFirewallCommandOutput) => void): void;
66
69
  /**
70
+ * @public
67
71
  * <p>Associate resources to a Firewall Manager resource set.</p>
68
72
  */
69
73
  batchAssociateResource(args: BatchAssociateResourceCommandInput, options?: __HttpHandlerOptions): Promise<BatchAssociateResourceCommandOutput>;
70
74
  batchAssociateResource(args: BatchAssociateResourceCommandInput, cb: (err: any, data?: BatchAssociateResourceCommandOutput) => void): void;
71
75
  batchAssociateResource(args: BatchAssociateResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchAssociateResourceCommandOutput) => void): void;
72
76
  /**
77
+ * @public
73
78
  * <p>Disassociates resources from a Firewall Manager resource set.</p>
74
79
  */
75
80
  batchDisassociateResource(args: BatchDisassociateResourceCommandInput, options?: __HttpHandlerOptions): Promise<BatchDisassociateResourceCommandOutput>;
76
81
  batchDisassociateResource(args: BatchDisassociateResourceCommandInput, cb: (err: any, data?: BatchDisassociateResourceCommandOutput) => void): void;
77
82
  batchDisassociateResource(args: BatchDisassociateResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchDisassociateResourceCommandOutput) => void): void;
78
83
  /**
84
+ * @public
79
85
  * <p>Permanently deletes an Firewall Manager applications list.</p>
80
86
  */
81
87
  deleteAppsList(args: DeleteAppsListCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAppsListCommandOutput>;
82
88
  deleteAppsList(args: DeleteAppsListCommandInput, cb: (err: any, data?: DeleteAppsListCommandOutput) => void): void;
83
89
  deleteAppsList(args: DeleteAppsListCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAppsListCommandOutput) => void): void;
84
90
  /**
91
+ * @public
85
92
  * <p>Deletes an Firewall Manager association with the IAM role and the Amazon Simple
86
93
  * Notification Service (SNS) topic that is used to record Firewall Manager SNS logs.</p>
87
94
  */
@@ -89,24 +96,28 @@ export declare class FMS extends FMSClient {
89
96
  deleteNotificationChannel(args: DeleteNotificationChannelCommandInput, cb: (err: any, data?: DeleteNotificationChannelCommandOutput) => void): void;
90
97
  deleteNotificationChannel(args: DeleteNotificationChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteNotificationChannelCommandOutput) => void): void;
91
98
  /**
99
+ * @public
92
100
  * <p>Permanently deletes an Firewall Manager policy. </p>
93
101
  */
94
102
  deletePolicy(args: DeletePolicyCommandInput, options?: __HttpHandlerOptions): Promise<DeletePolicyCommandOutput>;
95
103
  deletePolicy(args: DeletePolicyCommandInput, cb: (err: any, data?: DeletePolicyCommandOutput) => void): void;
96
104
  deletePolicy(args: DeletePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeletePolicyCommandOutput) => void): void;
97
105
  /**
106
+ * @public
98
107
  * <p>Permanently deletes an Firewall Manager protocols list.</p>
99
108
  */
100
109
  deleteProtocolsList(args: DeleteProtocolsListCommandInput, options?: __HttpHandlerOptions): Promise<DeleteProtocolsListCommandOutput>;
101
110
  deleteProtocolsList(args: DeleteProtocolsListCommandInput, cb: (err: any, data?: DeleteProtocolsListCommandOutput) => void): void;
102
111
  deleteProtocolsList(args: DeleteProtocolsListCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteProtocolsListCommandOutput) => void): void;
103
112
  /**
113
+ * @public
104
114
  * <p>Deletes the specified <a>ResourceSet</a>.</p>
105
115
  */
106
116
  deleteResourceSet(args: DeleteResourceSetCommandInput, options?: __HttpHandlerOptions): Promise<DeleteResourceSetCommandOutput>;
107
117
  deleteResourceSet(args: DeleteResourceSetCommandInput, cb: (err: any, data?: DeleteResourceSetCommandOutput) => void): void;
108
118
  deleteResourceSet(args: DeleteResourceSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteResourceSetCommandOutput) => void): void;
109
119
  /**
120
+ * @public
110
121
  * <p>Disassociates the account that has been set as the Firewall Manager administrator
111
122
  * account. To set a different account as the administrator account, you must submit an
112
123
  * <code>AssociateAdminAccount</code> request.</p>
@@ -115,12 +126,14 @@ export declare class FMS extends FMSClient {
115
126
  disassociateAdminAccount(args: DisassociateAdminAccountCommandInput, cb: (err: any, data?: DisassociateAdminAccountCommandOutput) => void): void;
116
127
  disassociateAdminAccount(args: DisassociateAdminAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateAdminAccountCommandOutput) => void): void;
117
128
  /**
129
+ * @public
118
130
  * <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>
119
131
  */
120
132
  disassociateThirdPartyFirewall(args: DisassociateThirdPartyFirewallCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateThirdPartyFirewallCommandOutput>;
121
133
  disassociateThirdPartyFirewall(args: DisassociateThirdPartyFirewallCommandInput, cb: (err: any, data?: DisassociateThirdPartyFirewallCommandOutput) => void): void;
122
134
  disassociateThirdPartyFirewall(args: DisassociateThirdPartyFirewallCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateThirdPartyFirewallCommandOutput) => void): void;
123
135
  /**
136
+ * @public
124
137
  * <p>Returns the Organizations account that is associated with Firewall Manager
125
138
  * as the Firewall Manager administrator.</p>
126
139
  */
@@ -128,12 +141,14 @@ export declare class FMS extends FMSClient {
128
141
  getAdminAccount(args: GetAdminAccountCommandInput, cb: (err: any, data?: GetAdminAccountCommandOutput) => void): void;
129
142
  getAdminAccount(args: GetAdminAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAdminAccountCommandOutput) => void): void;
130
143
  /**
144
+ * @public
131
145
  * <p>Returns information about the specified Firewall Manager applications list.</p>
132
146
  */
133
147
  getAppsList(args: GetAppsListCommandInput, options?: __HttpHandlerOptions): Promise<GetAppsListCommandOutput>;
134
148
  getAppsList(args: GetAppsListCommandInput, cb: (err: any, data?: GetAppsListCommandOutput) => void): void;
135
149
  getAppsList(args: GetAppsListCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAppsListCommandOutput) => void): void;
136
150
  /**
151
+ * @public
137
152
  * <p>Returns detailed compliance information about the specified member account. Details
138
153
  * include resources that are in and out of compliance with the specified policy. </p>
139
154
  * <ul>
@@ -163,6 +178,7 @@ export declare class FMS extends FMSClient {
163
178
  getComplianceDetail(args: GetComplianceDetailCommandInput, cb: (err: any, data?: GetComplianceDetailCommandOutput) => void): void;
164
179
  getComplianceDetail(args: GetComplianceDetailCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetComplianceDetailCommandOutput) => void): void;
165
180
  /**
181
+ * @public
166
182
  * <p>Information
167
183
  * about the Amazon Simple Notification Service (SNS) topic that is used to
168
184
  * record Firewall Manager SNS logs.</p>
@@ -171,12 +187,14 @@ export declare class FMS extends FMSClient {
171
187
  getNotificationChannel(args: GetNotificationChannelCommandInput, cb: (err: any, data?: GetNotificationChannelCommandOutput) => void): void;
172
188
  getNotificationChannel(args: GetNotificationChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetNotificationChannelCommandOutput) => void): void;
173
189
  /**
190
+ * @public
174
191
  * <p>Returns information about the specified Firewall Manager policy.</p>
175
192
  */
176
193
  getPolicy(args: GetPolicyCommandInput, options?: __HttpHandlerOptions): Promise<GetPolicyCommandOutput>;
177
194
  getPolicy(args: GetPolicyCommandInput, cb: (err: any, data?: GetPolicyCommandOutput) => void): void;
178
195
  getPolicy(args: GetPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPolicyCommandOutput) => void): void;
179
196
  /**
197
+ * @public
180
198
  * <p>If you created a Shield Advanced policy, returns policy-level attack summary information
181
199
  * in the event of a potential DDoS attack. Other policy types are currently unsupported.</p>
182
200
  */
@@ -184,36 +202,42 @@ export declare class FMS extends FMSClient {
184
202
  getProtectionStatus(args: GetProtectionStatusCommandInput, cb: (err: any, data?: GetProtectionStatusCommandOutput) => void): void;
185
203
  getProtectionStatus(args: GetProtectionStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetProtectionStatusCommandOutput) => void): void;
186
204
  /**
205
+ * @public
187
206
  * <p>Returns information about the specified Firewall Manager protocols list.</p>
188
207
  */
189
208
  getProtocolsList(args: GetProtocolsListCommandInput, options?: __HttpHandlerOptions): Promise<GetProtocolsListCommandOutput>;
190
209
  getProtocolsList(args: GetProtocolsListCommandInput, cb: (err: any, data?: GetProtocolsListCommandOutput) => void): void;
191
210
  getProtocolsList(args: GetProtocolsListCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetProtocolsListCommandOutput) => void): void;
192
211
  /**
212
+ * @public
193
213
  * <p>Gets information about a specific resource set.</p>
194
214
  */
195
215
  getResourceSet(args: GetResourceSetCommandInput, options?: __HttpHandlerOptions): Promise<GetResourceSetCommandOutput>;
196
216
  getResourceSet(args: GetResourceSetCommandInput, cb: (err: any, data?: GetResourceSetCommandOutput) => void): void;
197
217
  getResourceSet(args: GetResourceSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetResourceSetCommandOutput) => void): void;
198
218
  /**
219
+ * @public
199
220
  * <p>The onboarding status of a Firewall Manager admin account to third-party firewall vendor tenant.</p>
200
221
  */
201
222
  getThirdPartyFirewallAssociationStatus(args: GetThirdPartyFirewallAssociationStatusCommandInput, options?: __HttpHandlerOptions): Promise<GetThirdPartyFirewallAssociationStatusCommandOutput>;
202
223
  getThirdPartyFirewallAssociationStatus(args: GetThirdPartyFirewallAssociationStatusCommandInput, cb: (err: any, data?: GetThirdPartyFirewallAssociationStatusCommandOutput) => void): void;
203
224
  getThirdPartyFirewallAssociationStatus(args: GetThirdPartyFirewallAssociationStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetThirdPartyFirewallAssociationStatusCommandOutput) => void): void;
204
225
  /**
226
+ * @public
205
227
  * <p>Retrieves violations for a resource based on the specified Firewall Manager policy and Amazon Web Services account.</p>
206
228
  */
207
229
  getViolationDetails(args: GetViolationDetailsCommandInput, options?: __HttpHandlerOptions): Promise<GetViolationDetailsCommandOutput>;
208
230
  getViolationDetails(args: GetViolationDetailsCommandInput, cb: (err: any, data?: GetViolationDetailsCommandOutput) => void): void;
209
231
  getViolationDetails(args: GetViolationDetailsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetViolationDetailsCommandOutput) => void): void;
210
232
  /**
233
+ * @public
211
234
  * <p>Returns an array of <code>AppsListDataSummary</code> objects.</p>
212
235
  */
213
236
  listAppsLists(args: ListAppsListsCommandInput, options?: __HttpHandlerOptions): Promise<ListAppsListsCommandOutput>;
214
237
  listAppsLists(args: ListAppsListsCommandInput, cb: (err: any, data?: ListAppsListsCommandOutput) => void): void;
215
238
  listAppsLists(args: ListAppsListsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAppsListsCommandOutput) => void): void;
216
239
  /**
240
+ * @public
217
241
  * <p>Returns an array of <code>PolicyComplianceStatus</code> objects. Use
218
242
  * <code>PolicyComplianceStatus</code> to get a summary of which member accounts are protected
219
243
  * by the specified policy. </p>
@@ -222,12 +246,14 @@ export declare class FMS extends FMSClient {
222
246
  listComplianceStatus(args: ListComplianceStatusCommandInput, cb: (err: any, data?: ListComplianceStatusCommandOutput) => void): void;
223
247
  listComplianceStatus(args: ListComplianceStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListComplianceStatusCommandOutput) => void): void;
224
248
  /**
249
+ * @public
225
250
  * <p>Returns an array of resources in the organization's accounts that are available to be associated with a resource set.</p>
226
251
  */
227
252
  listDiscoveredResources(args: ListDiscoveredResourcesCommandInput, options?: __HttpHandlerOptions): Promise<ListDiscoveredResourcesCommandOutput>;
228
253
  listDiscoveredResources(args: ListDiscoveredResourcesCommandInput, cb: (err: any, data?: ListDiscoveredResourcesCommandOutput) => void): void;
229
254
  listDiscoveredResources(args: ListDiscoveredResourcesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDiscoveredResourcesCommandOutput) => void): void;
230
255
  /**
256
+ * @public
231
257
  * <p>Returns a <code>MemberAccounts</code> object that lists the member accounts in the
232
258
  * administrator's Amazon Web Services organization.</p>
233
259
  * <p>The <code>ListMemberAccounts</code> must be submitted by the account that is set as the
@@ -237,48 +263,56 @@ export declare class FMS extends FMSClient {
237
263
  listMemberAccounts(args: ListMemberAccountsCommandInput, cb: (err: any, data?: ListMemberAccountsCommandOutput) => void): void;
238
264
  listMemberAccounts(args: ListMemberAccountsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListMemberAccountsCommandOutput) => void): void;
239
265
  /**
266
+ * @public
240
267
  * <p>Returns an array of <code>PolicySummary</code> objects.</p>
241
268
  */
242
269
  listPolicies(args: ListPoliciesCommandInput, options?: __HttpHandlerOptions): Promise<ListPoliciesCommandOutput>;
243
270
  listPolicies(args: ListPoliciesCommandInput, cb: (err: any, data?: ListPoliciesCommandOutput) => void): void;
244
271
  listPolicies(args: ListPoliciesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPoliciesCommandOutput) => void): void;
245
272
  /**
273
+ * @public
246
274
  * <p>Returns an array of <code>ProtocolsListDataSummary</code> objects.</p>
247
275
  */
248
276
  listProtocolsLists(args: ListProtocolsListsCommandInput, options?: __HttpHandlerOptions): Promise<ListProtocolsListsCommandOutput>;
249
277
  listProtocolsLists(args: ListProtocolsListsCommandInput, cb: (err: any, data?: ListProtocolsListsCommandOutput) => void): void;
250
278
  listProtocolsLists(args: ListProtocolsListsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListProtocolsListsCommandOutput) => void): void;
251
279
  /**
280
+ * @public
252
281
  * <p>Returns an array of resources that are currently associated to a resource set.</p>
253
282
  */
254
283
  listResourceSetResources(args: ListResourceSetResourcesCommandInput, options?: __HttpHandlerOptions): Promise<ListResourceSetResourcesCommandOutput>;
255
284
  listResourceSetResources(args: ListResourceSetResourcesCommandInput, cb: (err: any, data?: ListResourceSetResourcesCommandOutput) => void): void;
256
285
  listResourceSetResources(args: ListResourceSetResourcesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListResourceSetResourcesCommandOutput) => void): void;
257
286
  /**
287
+ * @public
258
288
  * <p>Returns an array of <code>ResourceSetSummary</code> objects.</p>
259
289
  */
260
290
  listResourceSets(args: ListResourceSetsCommandInput, options?: __HttpHandlerOptions): Promise<ListResourceSetsCommandOutput>;
261
291
  listResourceSets(args: ListResourceSetsCommandInput, cb: (err: any, data?: ListResourceSetsCommandOutput) => void): void;
262
292
  listResourceSets(args: ListResourceSetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListResourceSetsCommandOutput) => void): void;
263
293
  /**
294
+ * @public
264
295
  * <p>Retrieves the list of tags for the specified Amazon Web Services resource. </p>
265
296
  */
266
297
  listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
267
298
  listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
268
299
  listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
269
300
  /**
301
+ * @public
270
302
  * <p>Retrieves a list of all of the third-party firewall policies that are associated with the third-party firewall administrator's account.</p>
271
303
  */
272
304
  listThirdPartyFirewallFirewallPolicies(args: ListThirdPartyFirewallFirewallPoliciesCommandInput, options?: __HttpHandlerOptions): Promise<ListThirdPartyFirewallFirewallPoliciesCommandOutput>;
273
305
  listThirdPartyFirewallFirewallPolicies(args: ListThirdPartyFirewallFirewallPoliciesCommandInput, cb: (err: any, data?: ListThirdPartyFirewallFirewallPoliciesCommandOutput) => void): void;
274
306
  listThirdPartyFirewallFirewallPolicies(args: ListThirdPartyFirewallFirewallPoliciesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListThirdPartyFirewallFirewallPoliciesCommandOutput) => void): void;
275
307
  /**
308
+ * @public
276
309
  * <p>Creates an Firewall Manager applications list.</p>
277
310
  */
278
311
  putAppsList(args: PutAppsListCommandInput, options?: __HttpHandlerOptions): Promise<PutAppsListCommandOutput>;
279
312
  putAppsList(args: PutAppsListCommandInput, cb: (err: any, data?: PutAppsListCommandOutput) => void): void;
280
313
  putAppsList(args: PutAppsListCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutAppsListCommandOutput) => void): void;
281
314
  /**
315
+ * @public
282
316
  * <p>Designates the IAM role and Amazon Simple Notification Service (SNS) topic that
283
317
  * Firewall Manager uses to record SNS logs.</p>
284
318
  * <p>To perform this action outside of the console, you must configure the SNS topic to allow the Firewall Manager
@@ -289,6 +323,7 @@ export declare class FMS extends FMSClient {
289
323
  putNotificationChannel(args: PutNotificationChannelCommandInput, cb: (err: any, data?: PutNotificationChannelCommandOutput) => void): void;
290
324
  putNotificationChannel(args: PutNotificationChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutNotificationChannelCommandOutput) => void): void;
291
325
  /**
326
+ * @public
292
327
  * <p>Creates an Firewall Manager policy.</p>
293
328
  * <p>Firewall Manager provides the following types of policies: </p>
294
329
  * <ul>
@@ -327,12 +362,14 @@ export declare class FMS extends FMSClient {
327
362
  putPolicy(args: PutPolicyCommandInput, cb: (err: any, data?: PutPolicyCommandOutput) => void): void;
328
363
  putPolicy(args: PutPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutPolicyCommandOutput) => void): void;
329
364
  /**
365
+ * @public
330
366
  * <p>Creates an Firewall Manager protocols list.</p>
331
367
  */
332
368
  putProtocolsList(args: PutProtocolsListCommandInput, options?: __HttpHandlerOptions): Promise<PutProtocolsListCommandOutput>;
333
369
  putProtocolsList(args: PutProtocolsListCommandInput, cb: (err: any, data?: PutProtocolsListCommandOutput) => void): void;
334
370
  putProtocolsList(args: PutProtocolsListCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutProtocolsListCommandOutput) => void): void;
335
371
  /**
372
+ * @public
336
373
  * <p>Creates the resource set.</p>
337
374
  * <p>An Firewall Manager resource set defines the resources to import into an Firewall Manager policy from another Amazon Web Services service.</p>
338
375
  */
@@ -340,12 +377,14 @@ export declare class FMS extends FMSClient {
340
377
  putResourceSet(args: PutResourceSetCommandInput, cb: (err: any, data?: PutResourceSetCommandOutput) => void): void;
341
378
  putResourceSet(args: PutResourceSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutResourceSetCommandOutput) => void): void;
342
379
  /**
380
+ * @public
343
381
  * <p>Adds one or more tags to an Amazon Web Services resource.</p>
344
382
  */
345
383
  tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
346
384
  tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
347
385
  tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
348
386
  /**
387
+ * @public
349
388
  * <p>Removes one or more tags from an Amazon Web Services resource.</p>
350
389
  */
351
390
  untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
@@ -46,15 +46,24 @@ import { PutResourceSetCommandInput, PutResourceSetCommandOutput } from "./comma
46
46
  import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
47
47
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
48
48
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
49
+ /**
50
+ * @public
51
+ */
49
52
  export type ServiceInputTypes = AssociateAdminAccountCommandInput | AssociateThirdPartyFirewallCommandInput | BatchAssociateResourceCommandInput | BatchDisassociateResourceCommandInput | DeleteAppsListCommandInput | DeleteNotificationChannelCommandInput | DeletePolicyCommandInput | DeleteProtocolsListCommandInput | DeleteResourceSetCommandInput | DisassociateAdminAccountCommandInput | DisassociateThirdPartyFirewallCommandInput | GetAdminAccountCommandInput | GetAppsListCommandInput | GetComplianceDetailCommandInput | GetNotificationChannelCommandInput | GetPolicyCommandInput | GetProtectionStatusCommandInput | GetProtocolsListCommandInput | GetResourceSetCommandInput | GetThirdPartyFirewallAssociationStatusCommandInput | GetViolationDetailsCommandInput | ListAppsListsCommandInput | ListComplianceStatusCommandInput | ListDiscoveredResourcesCommandInput | ListMemberAccountsCommandInput | ListPoliciesCommandInput | ListProtocolsListsCommandInput | ListResourceSetResourcesCommandInput | ListResourceSetsCommandInput | ListTagsForResourceCommandInput | ListThirdPartyFirewallFirewallPoliciesCommandInput | PutAppsListCommandInput | PutNotificationChannelCommandInput | PutPolicyCommandInput | PutProtocolsListCommandInput | PutResourceSetCommandInput | TagResourceCommandInput | UntagResourceCommandInput;
53
+ /**
54
+ * @public
55
+ */
50
56
  export type ServiceOutputTypes = AssociateAdminAccountCommandOutput | AssociateThirdPartyFirewallCommandOutput | BatchAssociateResourceCommandOutput | BatchDisassociateResourceCommandOutput | DeleteAppsListCommandOutput | DeleteNotificationChannelCommandOutput | DeletePolicyCommandOutput | DeleteProtocolsListCommandOutput | DeleteResourceSetCommandOutput | DisassociateAdminAccountCommandOutput | DisassociateThirdPartyFirewallCommandOutput | GetAdminAccountCommandOutput | GetAppsListCommandOutput | GetComplianceDetailCommandOutput | GetNotificationChannelCommandOutput | GetPolicyCommandOutput | GetProtectionStatusCommandOutput | GetProtocolsListCommandOutput | GetResourceSetCommandOutput | GetThirdPartyFirewallAssociationStatusCommandOutput | GetViolationDetailsCommandOutput | ListAppsListsCommandOutput | ListComplianceStatusCommandOutput | ListDiscoveredResourcesCommandOutput | ListMemberAccountsCommandOutput | ListPoliciesCommandOutput | ListProtocolsListsCommandOutput | ListResourceSetResourcesCommandOutput | ListResourceSetsCommandOutput | ListTagsForResourceCommandOutput | ListThirdPartyFirewallFirewallPoliciesCommandOutput | PutAppsListCommandOutput | PutNotificationChannelCommandOutput | PutPolicyCommandOutput | PutProtocolsListCommandOutput | PutResourceSetCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput;
57
+ /**
58
+ * @public
59
+ */
51
60
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
52
61
  /**
53
62
  * The HTTP handler to use. Fetch in browser and Https in Nodejs.
54
63
  */
55
64
  requestHandler?: __HttpHandler;
56
65
  /**
57
- * A constructor for a class implementing the {@link __Checksum} interface
66
+ * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface
58
67
  * that computes the SHA-256 HMAC or checksum of a string or binary buffer.
59
68
  * @internal
60
69
  */
@@ -144,23 +153,34 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
144
153
  */
145
154
  logger?: __Logger;
146
155
  /**
147
- * The {@link __DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
156
+ * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
148
157
  */
149
158
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
150
159
  }
160
+ /**
161
+ * @public
162
+ */
151
163
  type FMSClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
152
164
  /**
153
- * The configuration interface of FMSClient class constructor that set the region, credentials and other options.
165
+ * @public
166
+ *
167
+ * The configuration interface of FMSClient class constructor that set the region, credentials and other options.
154
168
  */
155
169
  export interface FMSClientConfig extends FMSClientConfigType {
156
170
  }
171
+ /**
172
+ * @public
173
+ */
157
174
  type FMSClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
158
175
  /**
159
- * The resolved configuration interface of FMSClient class. This is resolved and normalized from the {@link FMSClientConfig | constructor configuration interface}.
176
+ * @public
177
+ *
178
+ * The resolved configuration interface of FMSClient class. This is resolved and normalized from the {@link FMSClientConfig | constructor configuration interface}.
160
179
  */
161
180
  export interface FMSClientResolvedConfig extends FMSClientResolvedConfigType {
162
181
  }
163
182
  /**
183
+ * @public
164
184
  * <p>This is the <i>Firewall Manager API Reference</i>. This guide is for
165
185
  * developers who need detailed information about the Firewall Manager API actions, data
166
186
  * types, and errors. For detailed information about Firewall Manager features, see the
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
5
5
  import { AssociateAdminAccountRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link AssociateAdminAccountCommand}.
8
10
  */
9
11
  export interface AssociateAdminAccountCommandInput extends AssociateAdminAccountRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link AssociateAdminAccountCommand}.
13
17
  */
14
18
  export interface AssociateAdminAccountCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Sets the Firewall Manager administrator account. The account must be
18
23
  * a member of the organization in Organizations whose resources you want to protect.
19
24
  * Firewall Manager sets the permissions that allow the account to administer your Firewall Manager policies.</p>
@@ -28,6 +33,8 @@ export interface AssociateAdminAccountCommandOutput extends __MetadataBearer {
28
33
  * const response = await client.send(command);
29
34
  * ```
30
35
  *
36
+ * @param AssociateAdminAccountCommandInput - {@link AssociateAdminAccountCommandInput}
37
+ * @returns {@link AssociateAdminAccountCommandOutput}
31
38
  * @see {@link AssociateAdminAccountCommandInput} for command's `input` shape.
32
39
  * @see {@link AssociateAdminAccountCommandOutput} for command's `response` shape.
33
40
  * @see {@link FMSClientResolvedConfig | config} for FMSClient's `config` shape.
@@ -60,11 +67,20 @@ export interface AssociateAdminAccountCommandOutput extends __MetadataBearer {
60
67
  export declare class AssociateAdminAccountCommand extends $Command<AssociateAdminAccountCommandInput, AssociateAdminAccountCommandOutput, FMSClientResolvedConfig> {
61
68
  readonly input: AssociateAdminAccountCommandInput;
62
69
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
70
+ /**
71
+ * @public
72
+ */
63
73
  constructor(input: AssociateAdminAccountCommandInput);
64
74
  /**
65
75
  * @internal
66
76
  */
67
77
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateAdminAccountCommandInput, AssociateAdminAccountCommandOutput>;
78
+ /**
79
+ * @internal
80
+ */
68
81
  private serialize;
82
+ /**
83
+ * @internal
84
+ */
69
85
  private deserialize;
70
86
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
5
5
  import { AssociateThirdPartyFirewallRequest, AssociateThirdPartyFirewallResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link AssociateThirdPartyFirewallCommand}.
8
10
  */
9
11
  export interface AssociateThirdPartyFirewallCommandInput extends AssociateThirdPartyFirewallRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link AssociateThirdPartyFirewallCommand}.
13
17
  */
14
18
  export interface AssociateThirdPartyFirewallCommandOutput extends AssociateThirdPartyFirewallResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <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>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface AssociateThirdPartyFirewallCommandOutput extends AssociateThird
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param AssociateThirdPartyFirewallCommandInput - {@link AssociateThirdPartyFirewallCommandInput}
34
+ * @returns {@link AssociateThirdPartyFirewallCommandOutput}
28
35
  * @see {@link AssociateThirdPartyFirewallCommandInput} for command's `input` shape.
29
36
  * @see {@link AssociateThirdPartyFirewallCommandOutput} for command's `response` shape.
30
37
  * @see {@link FMSClientResolvedConfig | config} for FMSClient's `config` shape.
@@ -51,11 +58,20 @@ export interface AssociateThirdPartyFirewallCommandOutput extends AssociateThird
51
58
  export declare class AssociateThirdPartyFirewallCommand extends $Command<AssociateThirdPartyFirewallCommandInput, AssociateThirdPartyFirewallCommandOutput, FMSClientResolvedConfig> {
52
59
  readonly input: AssociateThirdPartyFirewallCommandInput;
53
60
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
61
+ /**
62
+ * @public
63
+ */
54
64
  constructor(input: AssociateThirdPartyFirewallCommandInput);
55
65
  /**
56
66
  * @internal
57
67
  */
58
68
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateThirdPartyFirewallCommandInput, AssociateThirdPartyFirewallCommandOutput>;
69
+ /**
70
+ * @internal
71
+ */
59
72
  private serialize;
73
+ /**
74
+ * @internal
75
+ */
60
76
  private deserialize;
61
77
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
5
5
  import { BatchAssociateResourceRequest, BatchAssociateResourceResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link BatchAssociateResourceCommand}.
8
10
  */
9
11
  export interface BatchAssociateResourceCommandInput extends BatchAssociateResourceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link BatchAssociateResourceCommand}.
13
17
  */
14
18
  export interface BatchAssociateResourceCommandOutput extends BatchAssociateResourceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Associate resources to a Firewall Manager resource set.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface BatchAssociateResourceCommandOutput extends BatchAssociateResou
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param BatchAssociateResourceCommandInput - {@link BatchAssociateResourceCommandInput}
34
+ * @returns {@link BatchAssociateResourceCommandOutput}
28
35
  * @see {@link BatchAssociateResourceCommandInput} for command's `input` shape.
29
36
  * @see {@link BatchAssociateResourceCommandOutput} for command's `response` shape.
30
37
  * @see {@link FMSClientResolvedConfig | config} for FMSClient's `config` shape.
@@ -57,11 +64,20 @@ export interface BatchAssociateResourceCommandOutput extends BatchAssociateResou
57
64
  export declare class BatchAssociateResourceCommand extends $Command<BatchAssociateResourceCommandInput, BatchAssociateResourceCommandOutput, FMSClientResolvedConfig> {
58
65
  readonly input: BatchAssociateResourceCommandInput;
59
66
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
67
+ /**
68
+ * @public
69
+ */
60
70
  constructor(input: BatchAssociateResourceCommandInput);
61
71
  /**
62
72
  * @internal
63
73
  */
64
74
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchAssociateResourceCommandInput, BatchAssociateResourceCommandOutput>;
75
+ /**
76
+ * @internal
77
+ */
65
78
  private serialize;
79
+ /**
80
+ * @internal
81
+ */
66
82
  private deserialize;
67
83
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
5
5
  import { BatchDisassociateResourceRequest, BatchDisassociateResourceResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link BatchDisassociateResourceCommand}.
8
10
  */
9
11
  export interface BatchDisassociateResourceCommandInput extends BatchDisassociateResourceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link BatchDisassociateResourceCommand}.
13
17
  */
14
18
  export interface BatchDisassociateResourceCommandOutput extends BatchDisassociateResourceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Disassociates resources from a Firewall Manager resource set.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface BatchDisassociateResourceCommandOutput extends BatchDisassociat
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param BatchDisassociateResourceCommandInput - {@link BatchDisassociateResourceCommandInput}
34
+ * @returns {@link BatchDisassociateResourceCommandOutput}
28
35
  * @see {@link BatchDisassociateResourceCommandInput} for command's `input` shape.
29
36
  * @see {@link BatchDisassociateResourceCommandOutput} for command's `response` shape.
30
37
  * @see {@link FMSClientResolvedConfig | config} for FMSClient's `config` shape.
@@ -51,11 +58,20 @@ export interface BatchDisassociateResourceCommandOutput extends BatchDisassociat
51
58
  export declare class BatchDisassociateResourceCommand extends $Command<BatchDisassociateResourceCommandInput, BatchDisassociateResourceCommandOutput, FMSClientResolvedConfig> {
52
59
  readonly input: BatchDisassociateResourceCommandInput;
53
60
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
61
+ /**
62
+ * @public
63
+ */
54
64
  constructor(input: BatchDisassociateResourceCommandInput);
55
65
  /**
56
66
  * @internal
57
67
  */
58
68
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchDisassociateResourceCommandInput, BatchDisassociateResourceCommandOutput>;
69
+ /**
70
+ * @internal
71
+ */
59
72
  private serialize;
73
+ /**
74
+ * @internal
75
+ */
60
76
  private deserialize;
61
77
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
5
5
  import { DeleteAppsListRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteAppsListCommand}.
8
10
  */
9
11
  export interface DeleteAppsListCommandInput extends DeleteAppsListRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteAppsListCommand}.
13
17
  */
14
18
  export interface DeleteAppsListCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Permanently deletes an Firewall Manager applications list.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DeleteAppsListCommandOutput extends __MetadataBearer {
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteAppsListCommandInput - {@link DeleteAppsListCommandInput}
34
+ * @returns {@link DeleteAppsListCommandOutput}
28
35
  * @see {@link DeleteAppsListCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteAppsListCommandOutput} for command's `response` shape.
30
37
  * @see {@link FMSClientResolvedConfig | config} for FMSClient's `config` shape.
@@ -48,11 +55,20 @@ export interface DeleteAppsListCommandOutput extends __MetadataBearer {
48
55
  export declare class DeleteAppsListCommand extends $Command<DeleteAppsListCommandInput, DeleteAppsListCommandOutput, FMSClientResolvedConfig> {
49
56
  readonly input: DeleteAppsListCommandInput;
50
57
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
58
+ /**
59
+ * @public
60
+ */
51
61
  constructor(input: DeleteAppsListCommandInput);
52
62
  /**
53
63
  * @internal
54
64
  */
55
65
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteAppsListCommandInput, DeleteAppsListCommandOutput>;
66
+ /**
67
+ * @internal
68
+ */
56
69
  private serialize;
70
+ /**
71
+ * @internal
72
+ */
57
73
  private deserialize;
58
74
  }