+19
-1
lines changedFilter options
+19
-1
lines changed Original file line number Diff line number Diff line change
@@ -439,6 +439,7 @@ export interface GetFindingsCommandOutput extends GetFindingsResponse, __Metadat
439
439
* // Protocol: "STRING_VALUE",
440
440
* // Blocked: true || false,
441
441
* // DomainWithSuffix: "STRING_VALUE",
442
+
* // VpcOwnerAccountId: "STRING_VALUE",
442
443
* // },
443
444
* // NetworkConnectionAction: { // NetworkConnectionAction
444
445
* // Blocked: true || false,
Original file line number Diff line number Diff line change
@@ -767,6 +767,12 @@ export interface DnsRequestAction {
767
767
* @public
768
768
*/
769
769
DomainWithSuffix?: string | undefined;
770
+
771
+
/**
772
+
* <p>The Amazon Web Services account ID that owns the VPC through which the DNS request was made.</p>
773
+
* @public
774
+
*/
775
+
VpcOwnerAccountId?: string | undefined;
770
776
}
771
777
772
778
/**
@@ -2948,6 +2954,9 @@ export interface CreateFilterRequest {
2948
2954
* <p>service.action.dnsRequestAction.domainWithSuffix</p>
2949
2955
* </li>
2950
2956
* <li>
2957
+
* <p>service.action.dnsRequestAction.vpcOwnerAccountId</p>
2958
+
* </li>
2959
+
* <li>
2951
2960
* <p>service.action.networkConnectionAction.blocked</p>
2952
2961
* </li>
2953
2962
* <li>
Original file line number Diff line number Diff line change
@@ -5079,6 +5079,7 @@ const de_DnsRequestAction = (output: any, context: __SerdeContext): DnsRequestAc
5079
5079
Domain: [, __expectString, `domain`],
5080
5080
DomainWithSuffix: [, __expectString, `domainWithSuffix`],
5081
5081
Protocol: [, __expectString, `protocol`],
5082
+
VpcOwnerAccountId: [, __expectString, `vpcOwnerAccountId`],
5082
5083
}) as any;
5083
5084
};
5084
5085
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4