@aws-sdk/client-fms 3.169.0 → 3.170.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 (53) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/FMS.d.ts +556 -155
  3. package/dist-types/ts3.4/FMSClient.d.ts +308 -103
  4. package/dist-types/ts3.4/commands/AssociateAdminAccountCommand.d.ts +36 -17
  5. package/dist-types/ts3.4/commands/AssociateThirdPartyFirewallCommand.d.ts +41 -17
  6. package/dist-types/ts3.4/commands/DeleteAppsListCommand.d.ts +32 -17
  7. package/dist-types/ts3.4/commands/DeleteNotificationChannelCommand.d.ts +37 -17
  8. package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +32 -17
  9. package/dist-types/ts3.4/commands/DeleteProtocolsListCommand.d.ts +33 -17
  10. package/dist-types/ts3.4/commands/DisassociateAdminAccountCommand.d.ts +37 -17
  11. package/dist-types/ts3.4/commands/DisassociateThirdPartyFirewallCommand.d.ts +41 -17
  12. package/dist-types/ts3.4/commands/GetAdminAccountCommand.d.ts +37 -17
  13. package/dist-types/ts3.4/commands/GetAppsListCommand.d.ts +34 -17
  14. package/dist-types/ts3.4/commands/GetComplianceDetailCommand.d.ts +38 -17
  15. package/dist-types/ts3.4/commands/GetNotificationChannelCommand.d.ts +41 -17
  16. package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +34 -17
  17. package/dist-types/ts3.4/commands/GetProtectionStatusCommand.d.ts +38 -17
  18. package/dist-types/ts3.4/commands/GetProtocolsListCommand.d.ts +37 -17
  19. package/dist-types/ts3.4/commands/GetThirdPartyFirewallAssociationStatusCommand.d.ts +41 -17
  20. package/dist-types/ts3.4/commands/GetViolationDetailsCommand.d.ts +38 -17
  21. package/dist-types/ts3.4/commands/ListAppsListsCommand.d.ts +37 -17
  22. package/dist-types/ts3.4/commands/ListComplianceStatusCommand.d.ts +41 -17
  23. package/dist-types/ts3.4/commands/ListMemberAccountsCommand.d.ts +38 -17
  24. package/dist-types/ts3.4/commands/ListPoliciesCommand.d.ts +34 -17
  25. package/dist-types/ts3.4/commands/ListProtocolsListsCommand.d.ts +38 -17
  26. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  27. package/dist-types/ts3.4/commands/ListThirdPartyFirewallFirewallPoliciesCommand.d.ts +41 -17
  28. package/dist-types/ts3.4/commands/PutAppsListCommand.d.ts +34 -17
  29. package/dist-types/ts3.4/commands/PutNotificationChannelCommand.d.ts +36 -17
  30. package/dist-types/ts3.4/commands/PutPolicyCommand.d.ts +34 -17
  31. package/dist-types/ts3.4/commands/PutProtocolsListCommand.d.ts +37 -17
  32. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  33. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  34. package/dist-types/ts3.4/commands/index.d.ts +30 -30
  35. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  36. package/dist-types/ts3.4/index.d.ts +6 -6
  37. package/dist-types/ts3.4/models/FMSServiceException.d.ts +8 -6
  38. package/dist-types/ts3.4/models/index.d.ts +1 -1
  39. package/dist-types/ts3.4/models/models_0.d.ts +1605 -1492
  40. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
  41. package/dist-types/ts3.4/pagination/ListAppsListsPaginator.d.ts +11 -4
  42. package/dist-types/ts3.4/pagination/ListComplianceStatusPaginator.d.ts +11 -4
  43. package/dist-types/ts3.4/pagination/ListMemberAccountsPaginator.d.ts +11 -4
  44. package/dist-types/ts3.4/pagination/ListPoliciesPaginator.d.ts +11 -4
  45. package/dist-types/ts3.4/pagination/ListProtocolsListsPaginator.d.ts +11 -4
  46. package/dist-types/ts3.4/pagination/ListThirdPartyFirewallFirewallPoliciesPaginator.d.ts +11 -4
  47. package/dist-types/ts3.4/pagination/index.d.ts +7 -7
  48. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +365 -92
  49. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  50. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  51. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  52. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  53. package/package.json +34 -34
@@ -1,103 +1,308 @@
1
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
- import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
- import { AssociateAdminAccountCommandInput, AssociateAdminAccountCommandOutput } from "./commands/AssociateAdminAccountCommand";
10
- import { AssociateThirdPartyFirewallCommandInput, AssociateThirdPartyFirewallCommandOutput } from "./commands/AssociateThirdPartyFirewallCommand";
11
- import { DeleteAppsListCommandInput, DeleteAppsListCommandOutput } from "./commands/DeleteAppsListCommand";
12
- import { DeleteNotificationChannelCommandInput, DeleteNotificationChannelCommandOutput } from "./commands/DeleteNotificationChannelCommand";
13
- import { DeletePolicyCommandInput, DeletePolicyCommandOutput } from "./commands/DeletePolicyCommand";
14
- import { DeleteProtocolsListCommandInput, DeleteProtocolsListCommandOutput } from "./commands/DeleteProtocolsListCommand";
15
- import { DisassociateAdminAccountCommandInput, DisassociateAdminAccountCommandOutput } from "./commands/DisassociateAdminAccountCommand";
16
- import { DisassociateThirdPartyFirewallCommandInput, DisassociateThirdPartyFirewallCommandOutput } from "./commands/DisassociateThirdPartyFirewallCommand";
17
- import { GetAdminAccountCommandInput, GetAdminAccountCommandOutput } from "./commands/GetAdminAccountCommand";
18
- import { GetAppsListCommandInput, GetAppsListCommandOutput } from "./commands/GetAppsListCommand";
19
- import { GetComplianceDetailCommandInput, GetComplianceDetailCommandOutput } from "./commands/GetComplianceDetailCommand";
20
- import { GetNotificationChannelCommandInput, GetNotificationChannelCommandOutput } from "./commands/GetNotificationChannelCommand";
21
- import { GetPolicyCommandInput, GetPolicyCommandOutput } from "./commands/GetPolicyCommand";
22
- import { GetProtectionStatusCommandInput, GetProtectionStatusCommandOutput } from "./commands/GetProtectionStatusCommand";
23
- import { GetProtocolsListCommandInput, GetProtocolsListCommandOutput } from "./commands/GetProtocolsListCommand";
24
- import { GetThirdPartyFirewallAssociationStatusCommandInput, GetThirdPartyFirewallAssociationStatusCommandOutput } from "./commands/GetThirdPartyFirewallAssociationStatusCommand";
25
- import { GetViolationDetailsCommandInput, GetViolationDetailsCommandOutput } from "./commands/GetViolationDetailsCommand";
26
- import { ListAppsListsCommandInput, ListAppsListsCommandOutput } from "./commands/ListAppsListsCommand";
27
- import { ListComplianceStatusCommandInput, ListComplianceStatusCommandOutput } from "./commands/ListComplianceStatusCommand";
28
- import { ListMemberAccountsCommandInput, ListMemberAccountsCommandOutput } from "./commands/ListMemberAccountsCommand";
29
- import { ListPoliciesCommandInput, ListPoliciesCommandOutput } from "./commands/ListPoliciesCommand";
30
- import { ListProtocolsListsCommandInput, ListProtocolsListsCommandOutput } from "./commands/ListProtocolsListsCommand";
31
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
32
- import { ListThirdPartyFirewallFirewallPoliciesCommandInput, ListThirdPartyFirewallFirewallPoliciesCommandOutput } from "./commands/ListThirdPartyFirewallFirewallPoliciesCommand";
33
- import { PutAppsListCommandInput, PutAppsListCommandOutput } from "./commands/PutAppsListCommand";
34
- import { PutNotificationChannelCommandInput, PutNotificationChannelCommandOutput } from "./commands/PutNotificationChannelCommand";
35
- import { PutPolicyCommandInput, PutPolicyCommandOutput } from "./commands/PutPolicyCommand";
36
- import { PutProtocolsListCommandInput, PutProtocolsListCommandOutput } from "./commands/PutProtocolsListCommand";
37
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
38
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
39
- export declare type ServiceInputTypes = AssociateAdminAccountCommandInput | AssociateThirdPartyFirewallCommandInput | DeleteAppsListCommandInput | DeleteNotificationChannelCommandInput | DeletePolicyCommandInput | DeleteProtocolsListCommandInput | DisassociateAdminAccountCommandInput | DisassociateThirdPartyFirewallCommandInput | GetAdminAccountCommandInput | GetAppsListCommandInput | GetComplianceDetailCommandInput | GetNotificationChannelCommandInput | GetPolicyCommandInput | GetProtectionStatusCommandInput | GetProtocolsListCommandInput | GetThirdPartyFirewallAssociationStatusCommandInput | GetViolationDetailsCommandInput | ListAppsListsCommandInput | ListComplianceStatusCommandInput | ListMemberAccountsCommandInput | ListPoliciesCommandInput | ListProtocolsListsCommandInput | ListTagsForResourceCommandInput | ListThirdPartyFirewallFirewallPoliciesCommandInput | PutAppsListCommandInput | PutNotificationChannelCommandInput | PutPolicyCommandInput | PutProtocolsListCommandInput | TagResourceCommandInput | UntagResourceCommandInput;
40
- export declare type ServiceOutputTypes = AssociateAdminAccountCommandOutput | AssociateThirdPartyFirewallCommandOutput | DeleteAppsListCommandOutput | DeleteNotificationChannelCommandOutput | DeletePolicyCommandOutput | DeleteProtocolsListCommandOutput | DisassociateAdminAccountCommandOutput | DisassociateThirdPartyFirewallCommandOutput | GetAdminAccountCommandOutput | GetAppsListCommandOutput | GetComplianceDetailCommandOutput | GetNotificationChannelCommandOutput | GetPolicyCommandOutput | GetProtectionStatusCommandOutput | GetProtocolsListCommandOutput | GetThirdPartyFirewallAssociationStatusCommandOutput | GetViolationDetailsCommandOutput | ListAppsListsCommandOutput | ListComplianceStatusCommandOutput | ListMemberAccountsCommandOutput | ListPoliciesCommandOutput | ListProtocolsListsCommandOutput | ListTagsForResourceCommandOutput | ListThirdPartyFirewallFirewallPoliciesCommandOutput | PutAppsListCommandOutput | PutNotificationChannelCommandOutput | PutPolicyCommandOutput | PutProtocolsListCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput;
41
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
42
-
43
- requestHandler?: __HttpHandler;
44
-
45
- sha256?: __HashConstructor;
46
-
47
- urlParser?: __UrlParser;
48
-
49
- bodyLengthChecker?: __BodyLengthCalculator;
50
-
51
- streamCollector?: __StreamCollector;
52
-
53
- base64Decoder?: __Decoder;
54
-
55
- base64Encoder?: __Encoder;
56
-
57
- utf8Decoder?: __Decoder;
58
-
59
- utf8Encoder?: __Encoder;
60
-
61
- runtime?: string;
62
-
63
- disableHostPrefix?: boolean;
64
-
65
- maxAttempts?: number | __Provider<number>;
66
-
67
- retryMode?: string | __Provider<string>;
68
-
69
- logger?: __Logger;
70
-
71
- useDualstackEndpoint?: boolean | __Provider<boolean>;
72
-
73
- useFipsEndpoint?: boolean | __Provider<boolean>;
74
-
75
- serviceId?: string;
76
-
77
- region?: string | __Provider<string>;
78
-
79
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
80
-
81
- regionInfoProvider?: RegionInfoProvider;
82
-
83
- defaultUserAgentProvider?: Provider<__UserAgent>;
84
-
85
- defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
86
- }
87
- declare type FMSClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
88
-
89
- export interface FMSClientConfig extends FMSClientConfigType {
90
- }
91
- declare type FMSClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
92
-
93
- export interface FMSClientResolvedConfig extends FMSClientResolvedConfigType {
94
- }
95
-
96
- export declare class FMSClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, FMSClientResolvedConfig> {
97
-
98
- readonly config: FMSClientResolvedConfig;
99
- constructor(configuration: FMSClientConfig);
100
-
101
- destroy(): void;
102
- }
103
- export {};
1
+ import {
2
+ EndpointsInputConfig,
3
+ EndpointsResolvedConfig,
4
+ RegionInputConfig,
5
+ RegionResolvedConfig,
6
+ } from "@aws-sdk/config-resolver";
7
+ import {
8
+ HostHeaderInputConfig,
9
+ HostHeaderResolvedConfig,
10
+ } from "@aws-sdk/middleware-host-header";
11
+ import {
12
+ RetryInputConfig,
13
+ RetryResolvedConfig,
14
+ } from "@aws-sdk/middleware-retry";
15
+ import {
16
+ AwsAuthInputConfig,
17
+ AwsAuthResolvedConfig,
18
+ } from "@aws-sdk/middleware-signing";
19
+ import {
20
+ UserAgentInputConfig,
21
+ UserAgentResolvedConfig,
22
+ } from "@aws-sdk/middleware-user-agent";
23
+ import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
24
+ import {
25
+ Client as __Client,
26
+ DefaultsMode,
27
+ SmithyConfiguration as __SmithyConfiguration,
28
+ SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
29
+ } from "@aws-sdk/smithy-client";
30
+ import {
31
+ BodyLengthCalculator as __BodyLengthCalculator,
32
+ Credentials as __Credentials,
33
+ Decoder as __Decoder,
34
+ Encoder as __Encoder,
35
+ HashConstructor as __HashConstructor,
36
+ HttpHandlerOptions as __HttpHandlerOptions,
37
+ Logger as __Logger,
38
+ Provider as __Provider,
39
+ Provider,
40
+ RegionInfoProvider,
41
+ StreamCollector as __StreamCollector,
42
+ UrlParser as __UrlParser,
43
+ UserAgent as __UserAgent,
44
+ } from "@aws-sdk/types";
45
+ import {
46
+ AssociateAdminAccountCommandInput,
47
+ AssociateAdminAccountCommandOutput,
48
+ } from "./commands/AssociateAdminAccountCommand";
49
+ import {
50
+ AssociateThirdPartyFirewallCommandInput,
51
+ AssociateThirdPartyFirewallCommandOutput,
52
+ } from "./commands/AssociateThirdPartyFirewallCommand";
53
+ import {
54
+ DeleteAppsListCommandInput,
55
+ DeleteAppsListCommandOutput,
56
+ } from "./commands/DeleteAppsListCommand";
57
+ import {
58
+ DeleteNotificationChannelCommandInput,
59
+ DeleteNotificationChannelCommandOutput,
60
+ } from "./commands/DeleteNotificationChannelCommand";
61
+ import {
62
+ DeletePolicyCommandInput,
63
+ DeletePolicyCommandOutput,
64
+ } from "./commands/DeletePolicyCommand";
65
+ import {
66
+ DeleteProtocolsListCommandInput,
67
+ DeleteProtocolsListCommandOutput,
68
+ } from "./commands/DeleteProtocolsListCommand";
69
+ import {
70
+ DisassociateAdminAccountCommandInput,
71
+ DisassociateAdminAccountCommandOutput,
72
+ } from "./commands/DisassociateAdminAccountCommand";
73
+ import {
74
+ DisassociateThirdPartyFirewallCommandInput,
75
+ DisassociateThirdPartyFirewallCommandOutput,
76
+ } from "./commands/DisassociateThirdPartyFirewallCommand";
77
+ import {
78
+ GetAdminAccountCommandInput,
79
+ GetAdminAccountCommandOutput,
80
+ } from "./commands/GetAdminAccountCommand";
81
+ import {
82
+ GetAppsListCommandInput,
83
+ GetAppsListCommandOutput,
84
+ } from "./commands/GetAppsListCommand";
85
+ import {
86
+ GetComplianceDetailCommandInput,
87
+ GetComplianceDetailCommandOutput,
88
+ } from "./commands/GetComplianceDetailCommand";
89
+ import {
90
+ GetNotificationChannelCommandInput,
91
+ GetNotificationChannelCommandOutput,
92
+ } from "./commands/GetNotificationChannelCommand";
93
+ import {
94
+ GetPolicyCommandInput,
95
+ GetPolicyCommandOutput,
96
+ } from "./commands/GetPolicyCommand";
97
+ import {
98
+ GetProtectionStatusCommandInput,
99
+ GetProtectionStatusCommandOutput,
100
+ } from "./commands/GetProtectionStatusCommand";
101
+ import {
102
+ GetProtocolsListCommandInput,
103
+ GetProtocolsListCommandOutput,
104
+ } from "./commands/GetProtocolsListCommand";
105
+ import {
106
+ GetThirdPartyFirewallAssociationStatusCommandInput,
107
+ GetThirdPartyFirewallAssociationStatusCommandOutput,
108
+ } from "./commands/GetThirdPartyFirewallAssociationStatusCommand";
109
+ import {
110
+ GetViolationDetailsCommandInput,
111
+ GetViolationDetailsCommandOutput,
112
+ } from "./commands/GetViolationDetailsCommand";
113
+ import {
114
+ ListAppsListsCommandInput,
115
+ ListAppsListsCommandOutput,
116
+ } from "./commands/ListAppsListsCommand";
117
+ import {
118
+ ListComplianceStatusCommandInput,
119
+ ListComplianceStatusCommandOutput,
120
+ } from "./commands/ListComplianceStatusCommand";
121
+ import {
122
+ ListMemberAccountsCommandInput,
123
+ ListMemberAccountsCommandOutput,
124
+ } from "./commands/ListMemberAccountsCommand";
125
+ import {
126
+ ListPoliciesCommandInput,
127
+ ListPoliciesCommandOutput,
128
+ } from "./commands/ListPoliciesCommand";
129
+ import {
130
+ ListProtocolsListsCommandInput,
131
+ ListProtocolsListsCommandOutput,
132
+ } from "./commands/ListProtocolsListsCommand";
133
+ import {
134
+ ListTagsForResourceCommandInput,
135
+ ListTagsForResourceCommandOutput,
136
+ } from "./commands/ListTagsForResourceCommand";
137
+ import {
138
+ ListThirdPartyFirewallFirewallPoliciesCommandInput,
139
+ ListThirdPartyFirewallFirewallPoliciesCommandOutput,
140
+ } from "./commands/ListThirdPartyFirewallFirewallPoliciesCommand";
141
+ import {
142
+ PutAppsListCommandInput,
143
+ PutAppsListCommandOutput,
144
+ } from "./commands/PutAppsListCommand";
145
+ import {
146
+ PutNotificationChannelCommandInput,
147
+ PutNotificationChannelCommandOutput,
148
+ } from "./commands/PutNotificationChannelCommand";
149
+ import {
150
+ PutPolicyCommandInput,
151
+ PutPolicyCommandOutput,
152
+ } from "./commands/PutPolicyCommand";
153
+ import {
154
+ PutProtocolsListCommandInput,
155
+ PutProtocolsListCommandOutput,
156
+ } from "./commands/PutProtocolsListCommand";
157
+ import {
158
+ TagResourceCommandInput,
159
+ TagResourceCommandOutput,
160
+ } from "./commands/TagResourceCommand";
161
+ import {
162
+ UntagResourceCommandInput,
163
+ UntagResourceCommandOutput,
164
+ } from "./commands/UntagResourceCommand";
165
+ export declare type ServiceInputTypes =
166
+ | AssociateAdminAccountCommandInput
167
+ | AssociateThirdPartyFirewallCommandInput
168
+ | DeleteAppsListCommandInput
169
+ | DeleteNotificationChannelCommandInput
170
+ | DeletePolicyCommandInput
171
+ | DeleteProtocolsListCommandInput
172
+ | DisassociateAdminAccountCommandInput
173
+ | DisassociateThirdPartyFirewallCommandInput
174
+ | GetAdminAccountCommandInput
175
+ | GetAppsListCommandInput
176
+ | GetComplianceDetailCommandInput
177
+ | GetNotificationChannelCommandInput
178
+ | GetPolicyCommandInput
179
+ | GetProtectionStatusCommandInput
180
+ | GetProtocolsListCommandInput
181
+ | GetThirdPartyFirewallAssociationStatusCommandInput
182
+ | GetViolationDetailsCommandInput
183
+ | ListAppsListsCommandInput
184
+ | ListComplianceStatusCommandInput
185
+ | ListMemberAccountsCommandInput
186
+ | ListPoliciesCommandInput
187
+ | ListProtocolsListsCommandInput
188
+ | ListTagsForResourceCommandInput
189
+ | ListThirdPartyFirewallFirewallPoliciesCommandInput
190
+ | PutAppsListCommandInput
191
+ | PutNotificationChannelCommandInput
192
+ | PutPolicyCommandInput
193
+ | PutProtocolsListCommandInput
194
+ | TagResourceCommandInput
195
+ | UntagResourceCommandInput;
196
+ export declare type ServiceOutputTypes =
197
+ | AssociateAdminAccountCommandOutput
198
+ | AssociateThirdPartyFirewallCommandOutput
199
+ | DeleteAppsListCommandOutput
200
+ | DeleteNotificationChannelCommandOutput
201
+ | DeletePolicyCommandOutput
202
+ | DeleteProtocolsListCommandOutput
203
+ | DisassociateAdminAccountCommandOutput
204
+ | DisassociateThirdPartyFirewallCommandOutput
205
+ | GetAdminAccountCommandOutput
206
+ | GetAppsListCommandOutput
207
+ | GetComplianceDetailCommandOutput
208
+ | GetNotificationChannelCommandOutput
209
+ | GetPolicyCommandOutput
210
+ | GetProtectionStatusCommandOutput
211
+ | GetProtocolsListCommandOutput
212
+ | GetThirdPartyFirewallAssociationStatusCommandOutput
213
+ | GetViolationDetailsCommandOutput
214
+ | ListAppsListsCommandOutput
215
+ | ListComplianceStatusCommandOutput
216
+ | ListMemberAccountsCommandOutput
217
+ | ListPoliciesCommandOutput
218
+ | ListProtocolsListsCommandOutput
219
+ | ListTagsForResourceCommandOutput
220
+ | ListThirdPartyFirewallFirewallPoliciesCommandOutput
221
+ | PutAppsListCommandOutput
222
+ | PutNotificationChannelCommandOutput
223
+ | PutPolicyCommandOutput
224
+ | PutProtocolsListCommandOutput
225
+ | TagResourceCommandOutput
226
+ | UntagResourceCommandOutput;
227
+ export interface ClientDefaults
228
+ extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
229
+ requestHandler?: __HttpHandler;
230
+
231
+ sha256?: __HashConstructor;
232
+
233
+ urlParser?: __UrlParser;
234
+
235
+ bodyLengthChecker?: __BodyLengthCalculator;
236
+
237
+ streamCollector?: __StreamCollector;
238
+
239
+ base64Decoder?: __Decoder;
240
+
241
+ base64Encoder?: __Encoder;
242
+
243
+ utf8Decoder?: __Decoder;
244
+
245
+ utf8Encoder?: __Encoder;
246
+
247
+ runtime?: string;
248
+
249
+ disableHostPrefix?: boolean;
250
+
251
+ maxAttempts?: number | __Provider<number>;
252
+
253
+ retryMode?: string | __Provider<string>;
254
+
255
+ logger?: __Logger;
256
+
257
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
258
+
259
+ useFipsEndpoint?: boolean | __Provider<boolean>;
260
+
261
+ serviceId?: string;
262
+
263
+ region?: string | __Provider<string>;
264
+
265
+ credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
266
+
267
+ regionInfoProvider?: RegionInfoProvider;
268
+
269
+ defaultUserAgentProvider?: Provider<__UserAgent>;
270
+
271
+ defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
272
+ }
273
+ declare type FMSClientConfigType = Partial<
274
+ __SmithyConfiguration<__HttpHandlerOptions>
275
+ > &
276
+ ClientDefaults &
277
+ RegionInputConfig &
278
+ EndpointsInputConfig &
279
+ RetryInputConfig &
280
+ HostHeaderInputConfig &
281
+ AwsAuthInputConfig &
282
+ UserAgentInputConfig;
283
+
284
+ export interface FMSClientConfig extends FMSClientConfigType {}
285
+ declare type FMSClientResolvedConfigType =
286
+ __SmithyResolvedConfiguration<__HttpHandlerOptions> &
287
+ Required<ClientDefaults> &
288
+ RegionResolvedConfig &
289
+ EndpointsResolvedConfig &
290
+ RetryResolvedConfig &
291
+ HostHeaderResolvedConfig &
292
+ AwsAuthResolvedConfig &
293
+ UserAgentResolvedConfig;
294
+
295
+ export interface FMSClientResolvedConfig extends FMSClientResolvedConfigType {}
296
+
297
+ export declare class FMSClient extends __Client<
298
+ __HttpHandlerOptions,
299
+ ServiceInputTypes,
300
+ ServiceOutputTypes,
301
+ FMSClientResolvedConfig
302
+ > {
303
+ readonly config: FMSClientResolvedConfig;
304
+ constructor(configuration: FMSClientConfig);
305
+
306
+ destroy(): void;
307
+ }
308
+ export {};
@@ -1,17 +1,36 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
4
- import { AssociateAdminAccountRequest } from "../models/models_0";
5
- export interface AssociateAdminAccountCommandInput extends AssociateAdminAccountRequest {
6
- }
7
- export interface AssociateAdminAccountCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class AssociateAdminAccountCommand extends $Command<AssociateAdminAccountCommandInput, AssociateAdminAccountCommandOutput, FMSClientResolvedConfig> {
11
- readonly input: AssociateAdminAccountCommandInput;
12
- constructor(input: AssociateAdminAccountCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateAdminAccountCommandInput, AssociateAdminAccountCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ FMSClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../FMSClient";
13
+ import { AssociateAdminAccountRequest } from "../models/models_0";
14
+ export interface AssociateAdminAccountCommandInput
15
+ extends AssociateAdminAccountRequest {}
16
+ export interface AssociateAdminAccountCommandOutput extends __MetadataBearer {}
17
+
18
+ export declare class AssociateAdminAccountCommand extends $Command<
19
+ AssociateAdminAccountCommandInput,
20
+ AssociateAdminAccountCommandOutput,
21
+ FMSClientResolvedConfig
22
+ > {
23
+ readonly input: AssociateAdminAccountCommandInput;
24
+ constructor(input: AssociateAdminAccountCommandInput);
25
+
26
+ resolveMiddleware(
27
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
+ configuration: FMSClientResolvedConfig,
29
+ options?: __HttpHandlerOptions
30
+ ): Handler<
31
+ AssociateAdminAccountCommandInput,
32
+ AssociateAdminAccountCommandOutput
33
+ >;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
4
- import { AssociateThirdPartyFirewallRequest, AssociateThirdPartyFirewallResponse } from "../models/models_0";
5
- export interface AssociateThirdPartyFirewallCommandInput extends AssociateThirdPartyFirewallRequest {
6
- }
7
- export interface AssociateThirdPartyFirewallCommandOutput extends AssociateThirdPartyFirewallResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class AssociateThirdPartyFirewallCommand extends $Command<AssociateThirdPartyFirewallCommandInput, AssociateThirdPartyFirewallCommandOutput, FMSClientResolvedConfig> {
11
- readonly input: AssociateThirdPartyFirewallCommandInput;
12
- constructor(input: AssociateThirdPartyFirewallCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateThirdPartyFirewallCommandInput, AssociateThirdPartyFirewallCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ FMSClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../FMSClient";
13
+ import {
14
+ AssociateThirdPartyFirewallRequest,
15
+ AssociateThirdPartyFirewallResponse,
16
+ } from "../models/models_0";
17
+ export interface AssociateThirdPartyFirewallCommandInput
18
+ extends AssociateThirdPartyFirewallRequest {}
19
+ export interface AssociateThirdPartyFirewallCommandOutput
20
+ extends AssociateThirdPartyFirewallResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class AssociateThirdPartyFirewallCommand extends $Command<
24
+ AssociateThirdPartyFirewallCommandInput,
25
+ AssociateThirdPartyFirewallCommandOutput,
26
+ FMSClientResolvedConfig
27
+ > {
28
+ readonly input: AssociateThirdPartyFirewallCommandInput;
29
+ constructor(input: AssociateThirdPartyFirewallCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: FMSClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ AssociateThirdPartyFirewallCommandInput,
37
+ AssociateThirdPartyFirewallCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
4
- import { DeleteAppsListRequest } from "../models/models_0";
5
- export interface DeleteAppsListCommandInput extends DeleteAppsListRequest {
6
- }
7
- export interface DeleteAppsListCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteAppsListCommand extends $Command<DeleteAppsListCommandInput, DeleteAppsListCommandOutput, FMSClientResolvedConfig> {
11
- readonly input: DeleteAppsListCommandInput;
12
- constructor(input: DeleteAppsListCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteAppsListCommandInput, DeleteAppsListCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ FMSClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../FMSClient";
13
+ import { DeleteAppsListRequest } from "../models/models_0";
14
+ export interface DeleteAppsListCommandInput extends DeleteAppsListRequest {}
15
+ export interface DeleteAppsListCommandOutput extends __MetadataBearer {}
16
+
17
+ export declare class DeleteAppsListCommand extends $Command<
18
+ DeleteAppsListCommandInput,
19
+ DeleteAppsListCommandOutput,
20
+ FMSClientResolvedConfig
21
+ > {
22
+ readonly input: DeleteAppsListCommandInput;
23
+ constructor(input: DeleteAppsListCommandInput);
24
+
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: FMSClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<DeleteAppsListCommandInput, DeleteAppsListCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,37 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
4
- import { DeleteNotificationChannelRequest } from "../models/models_0";
5
- export interface DeleteNotificationChannelCommandInput extends DeleteNotificationChannelRequest {
6
- }
7
- export interface DeleteNotificationChannelCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteNotificationChannelCommand extends $Command<DeleteNotificationChannelCommandInput, DeleteNotificationChannelCommandOutput, FMSClientResolvedConfig> {
11
- readonly input: DeleteNotificationChannelCommandInput;
12
- constructor(input: DeleteNotificationChannelCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteNotificationChannelCommandInput, DeleteNotificationChannelCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ FMSClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../FMSClient";
13
+ import { DeleteNotificationChannelRequest } from "../models/models_0";
14
+ export interface DeleteNotificationChannelCommandInput
15
+ extends DeleteNotificationChannelRequest {}
16
+ export interface DeleteNotificationChannelCommandOutput
17
+ extends __MetadataBearer {}
18
+
19
+ export declare class DeleteNotificationChannelCommand extends $Command<
20
+ DeleteNotificationChannelCommandInput,
21
+ DeleteNotificationChannelCommandOutput,
22
+ FMSClientResolvedConfig
23
+ > {
24
+ readonly input: DeleteNotificationChannelCommandInput;
25
+ constructor(input: DeleteNotificationChannelCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: FMSClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<
32
+ DeleteNotificationChannelCommandInput,
33
+ DeleteNotificationChannelCommandOutput
34
+ >;
35
+ private serialize;
36
+ private deserialize;
37
+ }