@aws-sdk/client-fms 3.325.0 → 3.326.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.
- package/dist-types/commands/AssociateAdminAccountCommand.d.ts +4 -0
- package/dist-types/commands/AssociateThirdPartyFirewallCommand.d.ts +6 -0
- package/dist-types/commands/BatchAssociateResourceCommand.d.ts +12 -0
- package/dist-types/commands/BatchDisassociateResourceCommand.d.ts +12 -0
- package/dist-types/commands/DeleteAppsListCommand.d.ts +4 -0
- package/dist-types/commands/DeleteNotificationChannelCommand.d.ts +4 -0
- package/dist-types/commands/DeletePolicyCommand.d.ts +4 -0
- package/dist-types/commands/DeleteProtocolsListCommand.d.ts +4 -0
- package/dist-types/commands/DeleteResourceSetCommand.d.ts +4 -0
- package/dist-types/commands/DisassociateAdminAccountCommand.d.ts +4 -0
- package/dist-types/commands/DisassociateThirdPartyFirewallCommand.d.ts +6 -0
- package/dist-types/commands/GetAdminAccountCommand.d.ts +7 -0
- package/dist-types/commands/GetAdminScopeCommand.d.ts +34 -0
- package/dist-types/commands/GetAppsListCommand.d.ts +29 -0
- package/dist-types/commands/GetComplianceDetailCommand.d.ts +25 -0
- package/dist-types/commands/GetNotificationChannelCommand.d.ts +7 -0
- package/dist-types/commands/GetPolicyCommand.d.ts +51 -0
- package/dist-types/commands/GetProtectionStatusCommand.d.ts +9 -0
- package/dist-types/commands/GetProtocolsListCommand.d.ts +21 -0
- package/dist-types/commands/GetResourceSetCommand.d.ts +17 -0
- package/dist-types/commands/GetThirdPartyFirewallAssociationStatusCommand.d.ts +7 -0
- package/dist-types/commands/GetViolationDetailsCommand.d.ts +449 -0
- package/dist-types/commands/ListAdminAccountsForOrganizationCommand.d.ts +13 -0
- package/dist-types/commands/ListAdminsManagingAccountCommand.d.ts +9 -0
- package/dist-types/commands/ListAppsListsCommand.d.ts +20 -0
- package/dist-types/commands/ListComplianceStatusCommand.d.ts +25 -0
- package/dist-types/commands/ListDiscoveredResourcesCommand.d.ts +14 -0
- package/dist-types/commands/ListMemberAccountsCommand.d.ts +9 -0
- package/dist-types/commands/ListPoliciesCommand.d.ts +18 -0
- package/dist-types/commands/ListProtocolsListsCommand.d.ts +16 -0
- package/dist-types/commands/ListResourceSetResourcesCommand.d.ts +12 -0
- package/dist-types/commands/ListResourceSetsCommand.d.ts +15 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
- package/dist-types/commands/ListThirdPartyFirewallFirewallPoliciesCommand.d.ts +12 -0
- package/dist-types/commands/PutAdminAccountCommand.d.ts +4 -0
- package/dist-types/commands/PutAppsListCommand.d.ts +29 -0
- package/dist-types/commands/PutNotificationChannelCommand.d.ts +4 -0
- package/dist-types/commands/PutPolicyCommand.d.ts +51 -0
- package/dist-types/commands/PutProtocolsListCommand.d.ts +21 -0
- package/dist-types/commands/PutResourceSetCommand.d.ts +17 -0
- package/dist-types/commands/TagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
- package/package.json +3 -3
|
@@ -34,6 +34,453 @@ export interface GetViolationDetailsCommandOutput extends GetViolationDetailsRes
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new GetViolationDetailsCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // { // GetViolationDetailsResponse
|
|
38
|
+
* // ViolationDetail: { // ViolationDetail
|
|
39
|
+
* // PolicyId: "STRING_VALUE", // required
|
|
40
|
+
* // MemberAccount: "STRING_VALUE", // required
|
|
41
|
+
* // ResourceId: "STRING_VALUE", // required
|
|
42
|
+
* // ResourceType: "STRING_VALUE", // required
|
|
43
|
+
* // ResourceViolations: [ // ResourceViolations // required
|
|
44
|
+
* // { // ResourceViolation
|
|
45
|
+
* // AwsVPCSecurityGroupViolation: { // AwsVPCSecurityGroupViolation
|
|
46
|
+
* // ViolationTarget: "STRING_VALUE",
|
|
47
|
+
* // ViolationTargetDescription: "STRING_VALUE",
|
|
48
|
+
* // PartialMatches: [ // PartialMatches
|
|
49
|
+
* // { // PartialMatch
|
|
50
|
+
* // Reference: "STRING_VALUE",
|
|
51
|
+
* // TargetViolationReasons: [ // TargetViolationReasons
|
|
52
|
+
* // "STRING_VALUE",
|
|
53
|
+
* // ],
|
|
54
|
+
* // },
|
|
55
|
+
* // ],
|
|
56
|
+
* // PossibleSecurityGroupRemediationActions: [ // SecurityGroupRemediationActions
|
|
57
|
+
* // { // SecurityGroupRemediationAction
|
|
58
|
+
* // RemediationActionType: "REMOVE" || "MODIFY",
|
|
59
|
+
* // Description: "STRING_VALUE",
|
|
60
|
+
* // RemediationResult: { // SecurityGroupRuleDescription
|
|
61
|
+
* // IPV4Range: "STRING_VALUE",
|
|
62
|
+
* // IPV6Range: "STRING_VALUE",
|
|
63
|
+
* // PrefixListId: "STRING_VALUE",
|
|
64
|
+
* // Protocol: "STRING_VALUE",
|
|
65
|
+
* // FromPort: Number("long"),
|
|
66
|
+
* // ToPort: Number("long"),
|
|
67
|
+
* // },
|
|
68
|
+
* // IsDefaultAction: true || false,
|
|
69
|
+
* // },
|
|
70
|
+
* // ],
|
|
71
|
+
* // },
|
|
72
|
+
* // AwsEc2NetworkInterfaceViolation: { // AwsEc2NetworkInterfaceViolation
|
|
73
|
+
* // ViolationTarget: "STRING_VALUE",
|
|
74
|
+
* // ViolatingSecurityGroups: [ // ResourceIdList
|
|
75
|
+
* // "STRING_VALUE",
|
|
76
|
+
* // ],
|
|
77
|
+
* // },
|
|
78
|
+
* // AwsEc2InstanceViolation: { // AwsEc2InstanceViolation
|
|
79
|
+
* // ViolationTarget: "STRING_VALUE",
|
|
80
|
+
* // AwsEc2NetworkInterfaceViolations: [ // AwsEc2NetworkInterfaceViolations
|
|
81
|
+
* // {
|
|
82
|
+
* // ViolationTarget: "STRING_VALUE",
|
|
83
|
+
* // ViolatingSecurityGroups: [
|
|
84
|
+
* // "STRING_VALUE",
|
|
85
|
+
* // ],
|
|
86
|
+
* // },
|
|
87
|
+
* // ],
|
|
88
|
+
* // },
|
|
89
|
+
* // NetworkFirewallMissingFirewallViolation: { // NetworkFirewallMissingFirewallViolation
|
|
90
|
+
* // ViolationTarget: "STRING_VALUE",
|
|
91
|
+
* // VPC: "STRING_VALUE",
|
|
92
|
+
* // AvailabilityZone: "STRING_VALUE",
|
|
93
|
+
* // TargetViolationReason: "STRING_VALUE",
|
|
94
|
+
* // },
|
|
95
|
+
* // NetworkFirewallMissingSubnetViolation: { // NetworkFirewallMissingSubnetViolation
|
|
96
|
+
* // ViolationTarget: "STRING_VALUE",
|
|
97
|
+
* // VPC: "STRING_VALUE",
|
|
98
|
+
* // AvailabilityZone: "STRING_VALUE",
|
|
99
|
+
* // TargetViolationReason: "STRING_VALUE",
|
|
100
|
+
* // },
|
|
101
|
+
* // NetworkFirewallMissingExpectedRTViolation: { // NetworkFirewallMissingExpectedRTViolation
|
|
102
|
+
* // ViolationTarget: "STRING_VALUE",
|
|
103
|
+
* // VPC: "STRING_VALUE",
|
|
104
|
+
* // AvailabilityZone: "STRING_VALUE",
|
|
105
|
+
* // CurrentRouteTable: "STRING_VALUE",
|
|
106
|
+
* // ExpectedRouteTable: "STRING_VALUE",
|
|
107
|
+
* // },
|
|
108
|
+
* // NetworkFirewallPolicyModifiedViolation: { // NetworkFirewallPolicyModifiedViolation
|
|
109
|
+
* // ViolationTarget: "STRING_VALUE",
|
|
110
|
+
* // CurrentPolicyDescription: { // NetworkFirewallPolicyDescription
|
|
111
|
+
* // StatelessRuleGroups: [ // StatelessRuleGroupList
|
|
112
|
+
* // { // StatelessRuleGroup
|
|
113
|
+
* // RuleGroupName: "STRING_VALUE",
|
|
114
|
+
* // ResourceId: "STRING_VALUE",
|
|
115
|
+
* // Priority: Number("int"),
|
|
116
|
+
* // },
|
|
117
|
+
* // ],
|
|
118
|
+
* // StatelessDefaultActions: [ // NetworkFirewallActionList
|
|
119
|
+
* // "STRING_VALUE",
|
|
120
|
+
* // ],
|
|
121
|
+
* // StatelessFragmentDefaultActions: [
|
|
122
|
+
* // "STRING_VALUE",
|
|
123
|
+
* // ],
|
|
124
|
+
* // StatelessCustomActions: [
|
|
125
|
+
* // "STRING_VALUE",
|
|
126
|
+
* // ],
|
|
127
|
+
* // StatefulRuleGroups: [ // StatefulRuleGroupList
|
|
128
|
+
* // { // StatefulRuleGroup
|
|
129
|
+
* // RuleGroupName: "STRING_VALUE",
|
|
130
|
+
* // ResourceId: "STRING_VALUE",
|
|
131
|
+
* // Priority: Number("int"),
|
|
132
|
+
* // Override: { // NetworkFirewallStatefulRuleGroupOverride
|
|
133
|
+
* // Action: "DROP_TO_ALERT",
|
|
134
|
+
* // },
|
|
135
|
+
* // },
|
|
136
|
+
* // ],
|
|
137
|
+
* // StatefulDefaultActions: [
|
|
138
|
+
* // "STRING_VALUE",
|
|
139
|
+
* // ],
|
|
140
|
+
* // StatefulEngineOptions: { // StatefulEngineOptions
|
|
141
|
+
* // RuleOrder: "STRICT_ORDER" || "DEFAULT_ACTION_ORDER",
|
|
142
|
+
* // },
|
|
143
|
+
* // },
|
|
144
|
+
* // ExpectedPolicyDescription: {
|
|
145
|
+
* // StatelessRuleGroups: [
|
|
146
|
+
* // {
|
|
147
|
+
* // RuleGroupName: "STRING_VALUE",
|
|
148
|
+
* // ResourceId: "STRING_VALUE",
|
|
149
|
+
* // Priority: Number("int"),
|
|
150
|
+
* // },
|
|
151
|
+
* // ],
|
|
152
|
+
* // StatelessDefaultActions: [
|
|
153
|
+
* // "STRING_VALUE",
|
|
154
|
+
* // ],
|
|
155
|
+
* // StatelessFragmentDefaultActions: "<NetworkFirewallActionList>",
|
|
156
|
+
* // StatelessCustomActions: "<NetworkFirewallActionList>",
|
|
157
|
+
* // StatefulRuleGroups: [
|
|
158
|
+
* // {
|
|
159
|
+
* // RuleGroupName: "STRING_VALUE",
|
|
160
|
+
* // ResourceId: "STRING_VALUE",
|
|
161
|
+
* // Priority: Number("int"),
|
|
162
|
+
* // Override: {
|
|
163
|
+
* // Action: "DROP_TO_ALERT",
|
|
164
|
+
* // },
|
|
165
|
+
* // },
|
|
166
|
+
* // ],
|
|
167
|
+
* // StatefulDefaultActions: "<NetworkFirewallActionList>",
|
|
168
|
+
* // StatefulEngineOptions: {
|
|
169
|
+
* // RuleOrder: "STRICT_ORDER" || "DEFAULT_ACTION_ORDER",
|
|
170
|
+
* // },
|
|
171
|
+
* // },
|
|
172
|
+
* // },
|
|
173
|
+
* // NetworkFirewallInternetTrafficNotInspectedViolation: { // NetworkFirewallInternetTrafficNotInspectedViolation
|
|
174
|
+
* // SubnetId: "STRING_VALUE",
|
|
175
|
+
* // SubnetAvailabilityZone: "STRING_VALUE",
|
|
176
|
+
* // RouteTableId: "STRING_VALUE",
|
|
177
|
+
* // ViolatingRoutes: [ // Routes
|
|
178
|
+
* // { // Route
|
|
179
|
+
* // DestinationType: "IPV4" || "IPV6" || "PREFIX_LIST",
|
|
180
|
+
* // TargetType: "GATEWAY" || "CARRIER_GATEWAY" || "INSTANCE" || "LOCAL_GATEWAY" || "NAT_GATEWAY" || "NETWORK_INTERFACE" || "VPC_ENDPOINT" || "VPC_PEERING_CONNECTION" || "EGRESS_ONLY_INTERNET_GATEWAY" || "TRANSIT_GATEWAY",
|
|
181
|
+
* // Destination: "STRING_VALUE",
|
|
182
|
+
* // Target: "STRING_VALUE",
|
|
183
|
+
* // },
|
|
184
|
+
* // ],
|
|
185
|
+
* // IsRouteTableUsedInDifferentAZ: true || false,
|
|
186
|
+
* // CurrentFirewallSubnetRouteTable: "STRING_VALUE",
|
|
187
|
+
* // ExpectedFirewallEndpoint: "STRING_VALUE",
|
|
188
|
+
* // FirewallSubnetId: "STRING_VALUE",
|
|
189
|
+
* // ExpectedFirewallSubnetRoutes: [ // ExpectedRoutes
|
|
190
|
+
* // { // ExpectedRoute
|
|
191
|
+
* // IpV4Cidr: "STRING_VALUE",
|
|
192
|
+
* // PrefixListId: "STRING_VALUE",
|
|
193
|
+
* // IpV6Cidr: "STRING_VALUE",
|
|
194
|
+
* // ContributingSubnets: [
|
|
195
|
+
* // "STRING_VALUE",
|
|
196
|
+
* // ],
|
|
197
|
+
* // AllowedTargets: [ // LengthBoundedStringList
|
|
198
|
+
* // "STRING_VALUE",
|
|
199
|
+
* // ],
|
|
200
|
+
* // RouteTableId: "STRING_VALUE",
|
|
201
|
+
* // },
|
|
202
|
+
* // ],
|
|
203
|
+
* // ActualFirewallSubnetRoutes: [
|
|
204
|
+
* // {
|
|
205
|
+
* // DestinationType: "IPV4" || "IPV6" || "PREFIX_LIST",
|
|
206
|
+
* // TargetType: "GATEWAY" || "CARRIER_GATEWAY" || "INSTANCE" || "LOCAL_GATEWAY" || "NAT_GATEWAY" || "NETWORK_INTERFACE" || "VPC_ENDPOINT" || "VPC_PEERING_CONNECTION" || "EGRESS_ONLY_INTERNET_GATEWAY" || "TRANSIT_GATEWAY",
|
|
207
|
+
* // Destination: "STRING_VALUE",
|
|
208
|
+
* // Target: "STRING_VALUE",
|
|
209
|
+
* // },
|
|
210
|
+
* // ],
|
|
211
|
+
* // InternetGatewayId: "STRING_VALUE",
|
|
212
|
+
* // CurrentInternetGatewayRouteTable: "STRING_VALUE",
|
|
213
|
+
* // ExpectedInternetGatewayRoutes: [
|
|
214
|
+
* // {
|
|
215
|
+
* // IpV4Cidr: "STRING_VALUE",
|
|
216
|
+
* // PrefixListId: "STRING_VALUE",
|
|
217
|
+
* // IpV6Cidr: "STRING_VALUE",
|
|
218
|
+
* // ContributingSubnets: [
|
|
219
|
+
* // "STRING_VALUE",
|
|
220
|
+
* // ],
|
|
221
|
+
* // AllowedTargets: [
|
|
222
|
+
* // "STRING_VALUE",
|
|
223
|
+
* // ],
|
|
224
|
+
* // RouteTableId: "STRING_VALUE",
|
|
225
|
+
* // },
|
|
226
|
+
* // ],
|
|
227
|
+
* // ActualInternetGatewayRoutes: [
|
|
228
|
+
* // {
|
|
229
|
+
* // DestinationType: "IPV4" || "IPV6" || "PREFIX_LIST",
|
|
230
|
+
* // TargetType: "GATEWAY" || "CARRIER_GATEWAY" || "INSTANCE" || "LOCAL_GATEWAY" || "NAT_GATEWAY" || "NETWORK_INTERFACE" || "VPC_ENDPOINT" || "VPC_PEERING_CONNECTION" || "EGRESS_ONLY_INTERNET_GATEWAY" || "TRANSIT_GATEWAY",
|
|
231
|
+
* // Destination: "STRING_VALUE",
|
|
232
|
+
* // Target: "STRING_VALUE",
|
|
233
|
+
* // },
|
|
234
|
+
* // ],
|
|
235
|
+
* // VpcId: "STRING_VALUE",
|
|
236
|
+
* // },
|
|
237
|
+
* // NetworkFirewallInvalidRouteConfigurationViolation: { // NetworkFirewallInvalidRouteConfigurationViolation
|
|
238
|
+
* // AffectedSubnets: [
|
|
239
|
+
* // "STRING_VALUE",
|
|
240
|
+
* // ],
|
|
241
|
+
* // RouteTableId: "STRING_VALUE",
|
|
242
|
+
* // IsRouteTableUsedInDifferentAZ: true || false,
|
|
243
|
+
* // ViolatingRoute: {
|
|
244
|
+
* // DestinationType: "IPV4" || "IPV6" || "PREFIX_LIST",
|
|
245
|
+
* // TargetType: "GATEWAY" || "CARRIER_GATEWAY" || "INSTANCE" || "LOCAL_GATEWAY" || "NAT_GATEWAY" || "NETWORK_INTERFACE" || "VPC_ENDPOINT" || "VPC_PEERING_CONNECTION" || "EGRESS_ONLY_INTERNET_GATEWAY" || "TRANSIT_GATEWAY",
|
|
246
|
+
* // Destination: "STRING_VALUE",
|
|
247
|
+
* // Target: "STRING_VALUE",
|
|
248
|
+
* // },
|
|
249
|
+
* // CurrentFirewallSubnetRouteTable: "STRING_VALUE",
|
|
250
|
+
* // ExpectedFirewallEndpoint: "STRING_VALUE",
|
|
251
|
+
* // ActualFirewallEndpoint: "STRING_VALUE",
|
|
252
|
+
* // ExpectedFirewallSubnetId: "STRING_VALUE",
|
|
253
|
+
* // ActualFirewallSubnetId: "STRING_VALUE",
|
|
254
|
+
* // ExpectedFirewallSubnetRoutes: [
|
|
255
|
+
* // {
|
|
256
|
+
* // IpV4Cidr: "STRING_VALUE",
|
|
257
|
+
* // PrefixListId: "STRING_VALUE",
|
|
258
|
+
* // IpV6Cidr: "STRING_VALUE",
|
|
259
|
+
* // ContributingSubnets: "<ResourceIdList>",
|
|
260
|
+
* // AllowedTargets: [
|
|
261
|
+
* // "STRING_VALUE",
|
|
262
|
+
* // ],
|
|
263
|
+
* // RouteTableId: "STRING_VALUE",
|
|
264
|
+
* // },
|
|
265
|
+
* // ],
|
|
266
|
+
* // ActualFirewallSubnetRoutes: [
|
|
267
|
+
* // {
|
|
268
|
+
* // DestinationType: "IPV4" || "IPV6" || "PREFIX_LIST",
|
|
269
|
+
* // TargetType: "GATEWAY" || "CARRIER_GATEWAY" || "INSTANCE" || "LOCAL_GATEWAY" || "NAT_GATEWAY" || "NETWORK_INTERFACE" || "VPC_ENDPOINT" || "VPC_PEERING_CONNECTION" || "EGRESS_ONLY_INTERNET_GATEWAY" || "TRANSIT_GATEWAY",
|
|
270
|
+
* // Destination: "STRING_VALUE",
|
|
271
|
+
* // Target: "STRING_VALUE",
|
|
272
|
+
* // },
|
|
273
|
+
* // ],
|
|
274
|
+
* // InternetGatewayId: "STRING_VALUE",
|
|
275
|
+
* // CurrentInternetGatewayRouteTable: "STRING_VALUE",
|
|
276
|
+
* // ExpectedInternetGatewayRoutes: [
|
|
277
|
+
* // {
|
|
278
|
+
* // IpV4Cidr: "STRING_VALUE",
|
|
279
|
+
* // PrefixListId: "STRING_VALUE",
|
|
280
|
+
* // IpV6Cidr: "STRING_VALUE",
|
|
281
|
+
* // ContributingSubnets: "<ResourceIdList>",
|
|
282
|
+
* // AllowedTargets: [
|
|
283
|
+
* // "STRING_VALUE",
|
|
284
|
+
* // ],
|
|
285
|
+
* // RouteTableId: "STRING_VALUE",
|
|
286
|
+
* // },
|
|
287
|
+
* // ],
|
|
288
|
+
* // ActualInternetGatewayRoutes: [
|
|
289
|
+
* // "<Route>",
|
|
290
|
+
* // ],
|
|
291
|
+
* // VpcId: "STRING_VALUE",
|
|
292
|
+
* // },
|
|
293
|
+
* // NetworkFirewallBlackHoleRouteDetectedViolation: { // NetworkFirewallBlackHoleRouteDetectedViolation
|
|
294
|
+
* // ViolationTarget: "STRING_VALUE",
|
|
295
|
+
* // RouteTableId: "STRING_VALUE",
|
|
296
|
+
* // VpcId: "STRING_VALUE",
|
|
297
|
+
* // ViolatingRoutes: "<Routes>",
|
|
298
|
+
* // },
|
|
299
|
+
* // NetworkFirewallUnexpectedFirewallRoutesViolation: { // NetworkFirewallUnexpectedFirewallRoutesViolation
|
|
300
|
+
* // FirewallSubnetId: "STRING_VALUE",
|
|
301
|
+
* // ViolatingRoutes: "<Routes>",
|
|
302
|
+
* // RouteTableId: "STRING_VALUE",
|
|
303
|
+
* // FirewallEndpoint: "STRING_VALUE",
|
|
304
|
+
* // VpcId: "STRING_VALUE",
|
|
305
|
+
* // },
|
|
306
|
+
* // NetworkFirewallUnexpectedGatewayRoutesViolation: { // NetworkFirewallUnexpectedGatewayRoutesViolation
|
|
307
|
+
* // GatewayId: "STRING_VALUE",
|
|
308
|
+
* // ViolatingRoutes: "<Routes>",
|
|
309
|
+
* // RouteTableId: "STRING_VALUE",
|
|
310
|
+
* // VpcId: "STRING_VALUE",
|
|
311
|
+
* // },
|
|
312
|
+
* // NetworkFirewallMissingExpectedRoutesViolation: { // NetworkFirewallMissingExpectedRoutesViolation
|
|
313
|
+
* // ViolationTarget: "STRING_VALUE",
|
|
314
|
+
* // ExpectedRoutes: [
|
|
315
|
+
* // {
|
|
316
|
+
* // IpV4Cidr: "STRING_VALUE",
|
|
317
|
+
* // PrefixListId: "STRING_VALUE",
|
|
318
|
+
* // IpV6Cidr: "STRING_VALUE",
|
|
319
|
+
* // ContributingSubnets: "<ResourceIdList>",
|
|
320
|
+
* // AllowedTargets: [
|
|
321
|
+
* // "STRING_VALUE",
|
|
322
|
+
* // ],
|
|
323
|
+
* // RouteTableId: "STRING_VALUE",
|
|
324
|
+
* // },
|
|
325
|
+
* // ],
|
|
326
|
+
* // VpcId: "STRING_VALUE",
|
|
327
|
+
* // },
|
|
328
|
+
* // DnsRuleGroupPriorityConflictViolation: { // DnsRuleGroupPriorityConflictViolation
|
|
329
|
+
* // ViolationTarget: "STRING_VALUE",
|
|
330
|
+
* // ViolationTargetDescription: "STRING_VALUE",
|
|
331
|
+
* // ConflictingPriority: Number("int"),
|
|
332
|
+
* // ConflictingPolicyId: "STRING_VALUE",
|
|
333
|
+
* // UnavailablePriorities: [ // DnsRuleGroupPriorities
|
|
334
|
+
* // Number("int"),
|
|
335
|
+
* // ],
|
|
336
|
+
* // },
|
|
337
|
+
* // DnsDuplicateRuleGroupViolation: { // DnsDuplicateRuleGroupViolation
|
|
338
|
+
* // ViolationTarget: "STRING_VALUE",
|
|
339
|
+
* // ViolationTargetDescription: "STRING_VALUE",
|
|
340
|
+
* // },
|
|
341
|
+
* // DnsRuleGroupLimitExceededViolation: { // DnsRuleGroupLimitExceededViolation
|
|
342
|
+
* // ViolationTarget: "STRING_VALUE",
|
|
343
|
+
* // ViolationTargetDescription: "STRING_VALUE",
|
|
344
|
+
* // NumberOfRuleGroupsAlreadyAssociated: Number("int"),
|
|
345
|
+
* // },
|
|
346
|
+
* // PossibleRemediationActions: { // PossibleRemediationActions
|
|
347
|
+
* // Description: "STRING_VALUE",
|
|
348
|
+
* // Actions: [ // PossibleRemediationActionList
|
|
349
|
+
* // { // PossibleRemediationAction
|
|
350
|
+
* // Description: "STRING_VALUE",
|
|
351
|
+
* // OrderedRemediationActions: [ // OrderedRemediationActions // required
|
|
352
|
+
* // { // RemediationActionWithOrder
|
|
353
|
+
* // RemediationAction: { // RemediationAction
|
|
354
|
+
* // Description: "STRING_VALUE",
|
|
355
|
+
* // EC2CreateRouteAction: { // EC2CreateRouteAction
|
|
356
|
+
* // Description: "STRING_VALUE",
|
|
357
|
+
* // DestinationCidrBlock: "STRING_VALUE",
|
|
358
|
+
* // DestinationPrefixListId: "STRING_VALUE",
|
|
359
|
+
* // DestinationIpv6CidrBlock: "STRING_VALUE",
|
|
360
|
+
* // VpcEndpointId: { // ActionTarget
|
|
361
|
+
* // ResourceId: "STRING_VALUE",
|
|
362
|
+
* // Description: "STRING_VALUE",
|
|
363
|
+
* // },
|
|
364
|
+
* // GatewayId: {
|
|
365
|
+
* // ResourceId: "STRING_VALUE",
|
|
366
|
+
* // Description: "STRING_VALUE",
|
|
367
|
+
* // },
|
|
368
|
+
* // RouteTableId: {
|
|
369
|
+
* // ResourceId: "STRING_VALUE",
|
|
370
|
+
* // Description: "STRING_VALUE",
|
|
371
|
+
* // },
|
|
372
|
+
* // },
|
|
373
|
+
* // EC2ReplaceRouteAction: { // EC2ReplaceRouteAction
|
|
374
|
+
* // Description: "STRING_VALUE",
|
|
375
|
+
* // DestinationCidrBlock: "STRING_VALUE",
|
|
376
|
+
* // DestinationPrefixListId: "STRING_VALUE",
|
|
377
|
+
* // DestinationIpv6CidrBlock: "STRING_VALUE",
|
|
378
|
+
* // GatewayId: {
|
|
379
|
+
* // ResourceId: "STRING_VALUE",
|
|
380
|
+
* // Description: "STRING_VALUE",
|
|
381
|
+
* // },
|
|
382
|
+
* // RouteTableId: {
|
|
383
|
+
* // ResourceId: "STRING_VALUE",
|
|
384
|
+
* // Description: "STRING_VALUE",
|
|
385
|
+
* // },
|
|
386
|
+
* // },
|
|
387
|
+
* // EC2DeleteRouteAction: { // EC2DeleteRouteAction
|
|
388
|
+
* // Description: "STRING_VALUE",
|
|
389
|
+
* // DestinationCidrBlock: "STRING_VALUE",
|
|
390
|
+
* // DestinationPrefixListId: "STRING_VALUE",
|
|
391
|
+
* // DestinationIpv6CidrBlock: "STRING_VALUE",
|
|
392
|
+
* // RouteTableId: "<ActionTarget>", // required
|
|
393
|
+
* // },
|
|
394
|
+
* // EC2CopyRouteTableAction: { // EC2CopyRouteTableAction
|
|
395
|
+
* // Description: "STRING_VALUE",
|
|
396
|
+
* // VpcId: "<ActionTarget>", // required
|
|
397
|
+
* // RouteTableId: "<ActionTarget>", // required
|
|
398
|
+
* // },
|
|
399
|
+
* // EC2ReplaceRouteTableAssociationAction: { // EC2ReplaceRouteTableAssociationAction
|
|
400
|
+
* // Description: "STRING_VALUE",
|
|
401
|
+
* // AssociationId: "<ActionTarget>", // required
|
|
402
|
+
* // RouteTableId: "<ActionTarget>", // required
|
|
403
|
+
* // },
|
|
404
|
+
* // EC2AssociateRouteTableAction: { // EC2AssociateRouteTableAction
|
|
405
|
+
* // Description: "STRING_VALUE",
|
|
406
|
+
* // RouteTableId: "<ActionTarget>", // required
|
|
407
|
+
* // SubnetId: "<ActionTarget>",
|
|
408
|
+
* // GatewayId: "<ActionTarget>",
|
|
409
|
+
* // },
|
|
410
|
+
* // EC2CreateRouteTableAction: { // EC2CreateRouteTableAction
|
|
411
|
+
* // Description: "STRING_VALUE",
|
|
412
|
+
* // VpcId: "<ActionTarget>", // required
|
|
413
|
+
* // },
|
|
414
|
+
* // FMSPolicyUpdateFirewallCreationConfigAction: { // FMSPolicyUpdateFirewallCreationConfigAction
|
|
415
|
+
* // Description: "STRING_VALUE",
|
|
416
|
+
* // FirewallCreationConfig: "STRING_VALUE",
|
|
417
|
+
* // },
|
|
418
|
+
* // },
|
|
419
|
+
* // Order: Number("int"),
|
|
420
|
+
* // },
|
|
421
|
+
* // ],
|
|
422
|
+
* // IsDefaultAction: true || false,
|
|
423
|
+
* // },
|
|
424
|
+
* // ],
|
|
425
|
+
* // },
|
|
426
|
+
* // FirewallSubnetIsOutOfScopeViolation: { // FirewallSubnetIsOutOfScopeViolation
|
|
427
|
+
* // FirewallSubnetId: "STRING_VALUE",
|
|
428
|
+
* // VpcId: "STRING_VALUE",
|
|
429
|
+
* // SubnetAvailabilityZone: "STRING_VALUE",
|
|
430
|
+
* // SubnetAvailabilityZoneId: "STRING_VALUE",
|
|
431
|
+
* // VpcEndpointId: "STRING_VALUE",
|
|
432
|
+
* // },
|
|
433
|
+
* // RouteHasOutOfScopeEndpointViolation: { // RouteHasOutOfScopeEndpointViolation
|
|
434
|
+
* // SubnetId: "STRING_VALUE",
|
|
435
|
+
* // VpcId: "STRING_VALUE",
|
|
436
|
+
* // RouteTableId: "STRING_VALUE",
|
|
437
|
+
* // ViolatingRoutes: "<Routes>",
|
|
438
|
+
* // SubnetAvailabilityZone: "STRING_VALUE",
|
|
439
|
+
* // SubnetAvailabilityZoneId: "STRING_VALUE",
|
|
440
|
+
* // CurrentFirewallSubnetRouteTable: "STRING_VALUE",
|
|
441
|
+
* // FirewallSubnetId: "STRING_VALUE",
|
|
442
|
+
* // FirewallSubnetRoutes: "<Routes>",
|
|
443
|
+
* // InternetGatewayId: "STRING_VALUE",
|
|
444
|
+
* // CurrentInternetGatewayRouteTable: "STRING_VALUE",
|
|
445
|
+
* // InternetGatewayRoutes: "<Routes>",
|
|
446
|
+
* // },
|
|
447
|
+
* // ThirdPartyFirewallMissingFirewallViolation: { // ThirdPartyFirewallMissingFirewallViolation
|
|
448
|
+
* // ViolationTarget: "STRING_VALUE",
|
|
449
|
+
* // VPC: "STRING_VALUE",
|
|
450
|
+
* // AvailabilityZone: "STRING_VALUE",
|
|
451
|
+
* // TargetViolationReason: "STRING_VALUE",
|
|
452
|
+
* // },
|
|
453
|
+
* // ThirdPartyFirewallMissingSubnetViolation: { // ThirdPartyFirewallMissingSubnetViolation
|
|
454
|
+
* // ViolationTarget: "STRING_VALUE",
|
|
455
|
+
* // VPC: "STRING_VALUE",
|
|
456
|
+
* // AvailabilityZone: "STRING_VALUE",
|
|
457
|
+
* // TargetViolationReason: "STRING_VALUE",
|
|
458
|
+
* // },
|
|
459
|
+
* // ThirdPartyFirewallMissingExpectedRouteTableViolation: { // ThirdPartyFirewallMissingExpectedRouteTableViolation
|
|
460
|
+
* // ViolationTarget: "STRING_VALUE",
|
|
461
|
+
* // VPC: "STRING_VALUE",
|
|
462
|
+
* // AvailabilityZone: "STRING_VALUE",
|
|
463
|
+
* // CurrentRouteTable: "STRING_VALUE",
|
|
464
|
+
* // ExpectedRouteTable: "STRING_VALUE",
|
|
465
|
+
* // },
|
|
466
|
+
* // FirewallSubnetMissingVPCEndpointViolation: { // FirewallSubnetMissingVPCEndpointViolation
|
|
467
|
+
* // FirewallSubnetId: "STRING_VALUE",
|
|
468
|
+
* // VpcId: "STRING_VALUE",
|
|
469
|
+
* // SubnetAvailabilityZone: "STRING_VALUE",
|
|
470
|
+
* // SubnetAvailabilityZoneId: "STRING_VALUE",
|
|
471
|
+
* // },
|
|
472
|
+
* // },
|
|
473
|
+
* // ],
|
|
474
|
+
* // ResourceTags: [ // TagList
|
|
475
|
+
* // { // Tag
|
|
476
|
+
* // Key: "STRING_VALUE", // required
|
|
477
|
+
* // Value: "STRING_VALUE", // required
|
|
478
|
+
* // },
|
|
479
|
+
* // ],
|
|
480
|
+
* // ResourceDescription: "STRING_VALUE",
|
|
481
|
+
* // },
|
|
482
|
+
* // };
|
|
483
|
+
*
|
|
37
484
|
* ```
|
|
38
485
|
*
|
|
39
486
|
* @param GetViolationDetailsCommandInput - {@link GetViolationDetailsCommandInput}
|
|
@@ -52,6 +499,8 @@ export interface GetViolationDetailsCommandOutput extends GetViolationDetailsRes
|
|
|
52
499
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
53
500
|
* <p>The specified resource was not found.</p>
|
|
54
501
|
*
|
|
502
|
+
* @throws {@link FMSServiceException}
|
|
503
|
+
* <p>Base exception class for all service exceptions from FMS service.</p>
|
|
55
504
|
*
|
|
56
505
|
*/
|
|
57
506
|
export declare class GetViolationDetailsCommand extends $Command<GetViolationDetailsCommandInput, GetViolationDetailsCommandOutput, FMSClientResolvedConfig> {
|
|
@@ -33,6 +33,17 @@ export interface ListAdminAccountsForOrganizationCommandOutput extends ListAdmin
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new ListAdminAccountsForOrganizationCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // ListAdminAccountsForOrganizationResponse
|
|
37
|
+
* // AdminAccounts: [ // AdminAccountSummaryList
|
|
38
|
+
* // { // AdminAccountSummary
|
|
39
|
+
* // AdminAccount: "STRING_VALUE",
|
|
40
|
+
* // DefaultAdmin: true || false,
|
|
41
|
+
* // Status: "ONBOARDING" || "ONBOARDING_COMPLETE" || "OFFBOARDING" || "OFFBOARDING_COMPLETE",
|
|
42
|
+
* // },
|
|
43
|
+
* // ],
|
|
44
|
+
* // NextToken: "STRING_VALUE",
|
|
45
|
+
* // };
|
|
46
|
+
*
|
|
36
47
|
* ```
|
|
37
48
|
*
|
|
38
49
|
* @param ListAdminAccountsForOrganizationCommandInput - {@link ListAdminAccountsForOrganizationCommandInput}
|
|
@@ -55,6 +66,8 @@ export interface ListAdminAccountsForOrganizationCommandOutput extends ListAdmin
|
|
|
55
66
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
56
67
|
* <p>The specified resource was not found.</p>
|
|
57
68
|
*
|
|
69
|
+
* @throws {@link FMSServiceException}
|
|
70
|
+
* <p>Base exception class for all service exceptions from FMS service.</p>
|
|
58
71
|
*
|
|
59
72
|
*/
|
|
60
73
|
export declare class ListAdminAccountsForOrganizationCommand extends $Command<ListAdminAccountsForOrganizationCommandInput, ListAdminAccountsForOrganizationCommandOutput, FMSClientResolvedConfig> {
|
|
@@ -32,6 +32,13 @@ export interface ListAdminsManagingAccountCommandOutput extends ListAdminsManagi
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new ListAdminsManagingAccountCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // { // ListAdminsManagingAccountResponse
|
|
36
|
+
* // AdminAccounts: [ // AccountIdList
|
|
37
|
+
* // "STRING_VALUE",
|
|
38
|
+
* // ],
|
|
39
|
+
* // NextToken: "STRING_VALUE",
|
|
40
|
+
* // };
|
|
41
|
+
*
|
|
35
42
|
* ```
|
|
36
43
|
*
|
|
37
44
|
* @param ListAdminsManagingAccountCommandInput - {@link ListAdminsManagingAccountCommandInput}
|
|
@@ -50,6 +57,8 @@ export interface ListAdminsManagingAccountCommandOutput extends ListAdminsManagi
|
|
|
50
57
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
51
58
|
* <p>The specified resource was not found.</p>
|
|
52
59
|
*
|
|
60
|
+
* @throws {@link FMSServiceException}
|
|
61
|
+
* <p>Base exception class for all service exceptions from FMS service.</p>
|
|
53
62
|
*
|
|
54
63
|
*/
|
|
55
64
|
export declare class ListAdminsManagingAccountCommand extends $Command<ListAdminsManagingAccountCommandInput, ListAdminsManagingAccountCommandOutput, FMSClientResolvedConfig> {
|
|
@@ -33,6 +33,24 @@ export interface ListAppsListsCommandOutput extends ListAppsListsResponse, __Met
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new ListAppsListsCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // ListAppsListsResponse
|
|
37
|
+
* // AppsLists: [ // AppsListsData
|
|
38
|
+
* // { // AppsListDataSummary
|
|
39
|
+
* // ListArn: "STRING_VALUE",
|
|
40
|
+
* // ListId: "STRING_VALUE",
|
|
41
|
+
* // ListName: "STRING_VALUE",
|
|
42
|
+
* // AppsList: [ // AppsList
|
|
43
|
+
* // { // App
|
|
44
|
+
* // AppName: "STRING_VALUE", // required
|
|
45
|
+
* // Protocol: "STRING_VALUE", // required
|
|
46
|
+
* // Port: Number("long"), // required
|
|
47
|
+
* // },
|
|
48
|
+
* // ],
|
|
49
|
+
* // },
|
|
50
|
+
* // ],
|
|
51
|
+
* // NextToken: "STRING_VALUE",
|
|
52
|
+
* // };
|
|
53
|
+
*
|
|
36
54
|
* ```
|
|
37
55
|
*
|
|
38
56
|
* @param ListAppsListsCommandInput - {@link ListAppsListsCommandInput}
|
|
@@ -61,6 +79,8 @@ export interface ListAppsListsCommandOutput extends ListAppsListsResponse, __Met
|
|
|
61
79
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
62
80
|
* <p>The specified resource was not found.</p>
|
|
63
81
|
*
|
|
82
|
+
* @throws {@link FMSServiceException}
|
|
83
|
+
* <p>Base exception class for all service exceptions from FMS service.</p>
|
|
64
84
|
*
|
|
65
85
|
*/
|
|
66
86
|
export declare class ListAppsListsCommand extends $Command<ListAppsListsCommandInput, ListAppsListsCommandOutput, FMSClientResolvedConfig> {
|
|
@@ -35,6 +35,29 @@ export interface ListComplianceStatusCommandOutput extends ListComplianceStatusR
|
|
|
35
35
|
* };
|
|
36
36
|
* const command = new ListComplianceStatusCommand(input);
|
|
37
37
|
* const response = await client.send(command);
|
|
38
|
+
* // { // ListComplianceStatusResponse
|
|
39
|
+
* // PolicyComplianceStatusList: [ // PolicyComplianceStatusList
|
|
40
|
+
* // { // PolicyComplianceStatus
|
|
41
|
+
* // PolicyOwner: "STRING_VALUE",
|
|
42
|
+
* // PolicyId: "STRING_VALUE",
|
|
43
|
+
* // PolicyName: "STRING_VALUE",
|
|
44
|
+
* // MemberAccount: "STRING_VALUE",
|
|
45
|
+
* // EvaluationResults: [ // EvaluationResults
|
|
46
|
+
* // { // EvaluationResult
|
|
47
|
+
* // ComplianceStatus: "COMPLIANT" || "NON_COMPLIANT",
|
|
48
|
+
* // ViolatorCount: Number("long"),
|
|
49
|
+
* // EvaluationLimitExceeded: true || false,
|
|
50
|
+
* // },
|
|
51
|
+
* // ],
|
|
52
|
+
* // LastUpdated: new Date("TIMESTAMP"),
|
|
53
|
+
* // IssueInfoMap: { // IssueInfoMap
|
|
54
|
+
* // "<keys>": "STRING_VALUE",
|
|
55
|
+
* // },
|
|
56
|
+
* // },
|
|
57
|
+
* // ],
|
|
58
|
+
* // NextToken: "STRING_VALUE",
|
|
59
|
+
* // };
|
|
60
|
+
*
|
|
38
61
|
* ```
|
|
39
62
|
*
|
|
40
63
|
* @param ListComplianceStatusCommandInput - {@link ListComplianceStatusCommandInput}
|
|
@@ -50,6 +73,8 @@ export interface ListComplianceStatusCommandOutput extends ListComplianceStatusR
|
|
|
50
73
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
51
74
|
* <p>The specified resource was not found.</p>
|
|
52
75
|
*
|
|
76
|
+
* @throws {@link FMSServiceException}
|
|
77
|
+
* <p>Base exception class for all service exceptions from FMS service.</p>
|
|
53
78
|
*
|
|
54
79
|
*/
|
|
55
80
|
export declare class ListComplianceStatusCommand extends $Command<ListComplianceStatusCommandInput, ListComplianceStatusCommandOutput, FMSClientResolvedConfig> {
|
|
@@ -36,6 +36,18 @@ export interface ListDiscoveredResourcesCommandOutput extends ListDiscoveredReso
|
|
|
36
36
|
* };
|
|
37
37
|
* const command = new ListDiscoveredResourcesCommand(input);
|
|
38
38
|
* const response = await client.send(command);
|
|
39
|
+
* // { // ListDiscoveredResourcesResponse
|
|
40
|
+
* // Items: [ // DiscoveredResourceList
|
|
41
|
+
* // { // DiscoveredResource
|
|
42
|
+
* // URI: "STRING_VALUE",
|
|
43
|
+
* // AccountId: "STRING_VALUE",
|
|
44
|
+
* // Type: "STRING_VALUE",
|
|
45
|
+
* // Name: "STRING_VALUE",
|
|
46
|
+
* // },
|
|
47
|
+
* // ],
|
|
48
|
+
* // NextToken: "STRING_VALUE",
|
|
49
|
+
* // };
|
|
50
|
+
*
|
|
39
51
|
* ```
|
|
40
52
|
*
|
|
41
53
|
* @param ListDiscoveredResourcesCommandInput - {@link ListDiscoveredResourcesCommandInput}
|
|
@@ -58,6 +70,8 @@ export interface ListDiscoveredResourcesCommandOutput extends ListDiscoveredReso
|
|
|
58
70
|
* that's disabled by default, and that you need to enable for the Firewall Manager
|
|
59
71
|
* administrator account and for Organizations before you can access it.</p>
|
|
60
72
|
*
|
|
73
|
+
* @throws {@link FMSServiceException}
|
|
74
|
+
* <p>Base exception class for all service exceptions from FMS service.</p>
|
|
61
75
|
*
|
|
62
76
|
*/
|
|
63
77
|
export declare class ListDiscoveredResourcesCommand extends $Command<ListDiscoveredResourcesCommandInput, ListDiscoveredResourcesCommandOutput, FMSClientResolvedConfig> {
|
|
@@ -34,6 +34,13 @@ export interface ListMemberAccountsCommandOutput extends ListMemberAccountsRespo
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new ListMemberAccountsCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // { // ListMemberAccountsResponse
|
|
38
|
+
* // MemberAccounts: [ // MemberAccounts
|
|
39
|
+
* // "STRING_VALUE",
|
|
40
|
+
* // ],
|
|
41
|
+
* // NextToken: "STRING_VALUE",
|
|
42
|
+
* // };
|
|
43
|
+
*
|
|
37
44
|
* ```
|
|
38
45
|
*
|
|
39
46
|
* @param ListMemberAccountsCommandInput - {@link ListMemberAccountsCommandInput}
|
|
@@ -49,6 +56,8 @@ export interface ListMemberAccountsCommandOutput extends ListMemberAccountsRespo
|
|
|
49
56
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
50
57
|
* <p>The specified resource was not found.</p>
|
|
51
58
|
*
|
|
59
|
+
* @throws {@link FMSServiceException}
|
|
60
|
+
* <p>Base exception class for all service exceptions from FMS service.</p>
|
|
52
61
|
*
|
|
53
62
|
*/
|
|
54
63
|
export declare class ListMemberAccountsCommand extends $Command<ListMemberAccountsCommandInput, ListMemberAccountsCommandOutput, FMSClientResolvedConfig> {
|