@aws-sdk/client-guardduty 3.862.0 → 3.863.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-cjs/index.js
CHANGED
|
@@ -3892,7 +3892,8 @@ var de_DnsRequestAction = /* @__PURE__ */ __name((output, context) => {
|
|
|
3892
3892
|
Blocked: [, import_smithy_client.expectBoolean, `blocked`],
|
|
3893
3893
|
Domain: [, import_smithy_client.expectString, `domain`],
|
|
3894
3894
|
DomainWithSuffix: [, import_smithy_client.expectString, `domainWithSuffix`],
|
|
3895
|
-
Protocol: [, import_smithy_client.expectString, `protocol`]
|
|
3895
|
+
Protocol: [, import_smithy_client.expectString, `protocol`],
|
|
3896
|
+
VpcOwnerAccountId: [, import_smithy_client.expectString, `vpcOwnerAccountId`]
|
|
3896
3897
|
});
|
|
3897
3898
|
}, "de_DnsRequestAction");
|
|
3898
3899
|
var de_DomainDetails = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -2919,6 +2919,7 @@ const de_DnsRequestAction = (output, context) => {
|
|
|
2919
2919
|
Domain: [, __expectString, `domain`],
|
|
2920
2920
|
DomainWithSuffix: [, __expectString, `domainWithSuffix`],
|
|
2921
2921
|
Protocol: [, __expectString, `protocol`],
|
|
2922
|
+
VpcOwnerAccountId: [, __expectString, `vpcOwnerAccountId`],
|
|
2922
2923
|
});
|
|
2923
2924
|
};
|
|
2924
2925
|
const de_DomainDetails = (output, context) => {
|
|
@@ -438,6 +438,7 @@ declare const GetFindingsCommand_base: {
|
|
|
438
438
|
* // Protocol: "STRING_VALUE",
|
|
439
439
|
* // Blocked: true || false,
|
|
440
440
|
* // DomainWithSuffix: "STRING_VALUE",
|
|
441
|
+
* // VpcOwnerAccountId: "STRING_VALUE",
|
|
441
442
|
* // },
|
|
442
443
|
* // NetworkConnectionAction: { // NetworkConnectionAction
|
|
443
444
|
* // Blocked: true || false,
|
|
@@ -658,6 +658,11 @@ export interface DnsRequestAction {
|
|
|
658
658
|
* @public
|
|
659
659
|
*/
|
|
660
660
|
DomainWithSuffix?: string | undefined;
|
|
661
|
+
/**
|
|
662
|
+
* <p>The Amazon Web Services account ID that owns the VPC through which the DNS request was made.</p>
|
|
663
|
+
* @public
|
|
664
|
+
*/
|
|
665
|
+
VpcOwnerAccountId?: string | undefined;
|
|
661
666
|
}
|
|
662
667
|
/**
|
|
663
668
|
* <p>Information about the Kubernetes API call action described in this finding.</p>
|
|
@@ -2593,6 +2598,9 @@ export interface CreateFilterRequest {
|
|
|
2593
2598
|
* <p>service.action.dnsRequestAction.domainWithSuffix</p>
|
|
2594
2599
|
* </li>
|
|
2595
2600
|
* <li>
|
|
2601
|
+
* <p>service.action.dnsRequestAction.vpcOwnerAccountId</p>
|
|
2602
|
+
* </li>
|
|
2603
|
+
* <li>
|
|
2596
2604
|
* <p>service.action.networkConnectionAction.blocked</p>
|
|
2597
2605
|
* </li>
|
|
2598
2606
|
* <li>
|
|
@@ -165,6 +165,7 @@ export interface DnsRequestAction {
|
|
|
165
165
|
Protocol?: string | undefined;
|
|
166
166
|
Blocked?: boolean | undefined;
|
|
167
167
|
DomainWithSuffix?: string | undefined;
|
|
168
|
+
VpcOwnerAccountId?: string | undefined;
|
|
168
169
|
}
|
|
169
170
|
export interface KubernetesApiCallAction {
|
|
170
171
|
RequestUri?: string | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-guardduty",
|
|
3
3
|
"description": "AWS SDK for JavaScript Guardduty Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.863.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-guardduty",
|
|
@@ -20,17 +20,17 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.863.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.863.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.862.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.862.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.862.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.863.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.862.0",
|
|
30
30
|
"@aws-sdk/types": "3.862.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.862.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.862.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.863.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.1.5",
|
|
35
35
|
"@smithy/core": "^3.8.0",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.1.1",
|