@aws-sdk/client-guardduty 3.358.0 → 3.360.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/protocols/Aws_restJson1.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +1 -0
- package/dist-types/commands/GetFindingsCommand.d.ts +3 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +5 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1 -0
- package/package.json +7 -7
|
@@ -4883,6 +4883,7 @@ const de_KubernetesDetails = (output, context) => {
|
|
|
4883
4883
|
const de_KubernetesUserDetails = (output, context) => {
|
|
4884
4884
|
return (0, smithy_client_1.take)(output, {
|
|
4885
4885
|
Groups: [, smithy_client_1._json, `groups`],
|
|
4886
|
+
SessionName: [, smithy_client_1._json, `sessionName`],
|
|
4886
4887
|
Uid: [, smithy_client_1.expectString, `uid`],
|
|
4887
4888
|
Username: [, smithy_client_1.expectString, `username`],
|
|
4888
4889
|
});
|
|
@@ -4742,6 +4742,7 @@ const de_KubernetesDetails = (output, context) => {
|
|
|
4742
4742
|
const de_KubernetesUserDetails = (output, context) => {
|
|
4743
4743
|
return take(output, {
|
|
4744
4744
|
Groups: [, _json, `groups`],
|
|
4745
|
+
SessionName: [, _json, `sessionName`],
|
|
4745
4746
|
Uid: [, __expectString, `uid`],
|
|
4746
4747
|
Username: [, __expectString, `username`],
|
|
4747
4748
|
});
|
|
@@ -183,6 +183,9 @@ export interface GetFindingsCommandOutput extends GetFindingsResponse, __Metadat
|
|
|
183
183
|
* // Groups: [ // Groups
|
|
184
184
|
* // "STRING_VALUE",
|
|
185
185
|
* // ],
|
|
186
|
+
* // SessionName: [ // SessionNameList
|
|
187
|
+
* // "STRING_VALUE",
|
|
188
|
+
* // ],
|
|
186
189
|
* // },
|
|
187
190
|
* // KubernetesWorkloadDetails: { // KubernetesWorkloadDetails
|
|
188
191
|
* // Name: "STRING_VALUE",
|
|
@@ -24,7 +24,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
26
|
* <p>Lists tags for a resource. Tagging is currently supported for detectors, finding filters,
|
|
27
|
-
* IP sets,
|
|
27
|
+
* IP sets, threat intel sets, publishing destination, with a limit of 50 tags per resource. When invoked, this
|
|
28
28
|
* operation returns all assigned tags for a given resource.</p>
|
|
29
29
|
* @example
|
|
30
30
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -3594,6 +3594,11 @@ export interface KubernetesUserDetails {
|
|
|
3594
3594
|
* <p>The groups that include the user who called the Kubernetes API.</p>
|
|
3595
3595
|
*/
|
|
3596
3596
|
Groups?: string[];
|
|
3597
|
+
/**
|
|
3598
|
+
* <p>Entity that assumes the IAM role
|
|
3599
|
+
* when Kubernetes RBAC permissions are assigned to that role.</p>
|
|
3600
|
+
*/
|
|
3601
|
+
SessionName?: string[];
|
|
3597
3602
|
}
|
|
3598
3603
|
/**
|
|
3599
3604
|
* @public
|
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.360.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.360.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.357.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.360.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.357.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.357.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.357.0",
|
|
@@ -38,15 +38,15 @@
|
|
|
38
38
|
"@aws-sdk/middleware-stack": "3.357.0",
|
|
39
39
|
"@aws-sdk/middleware-user-agent": "3.357.0",
|
|
40
40
|
"@aws-sdk/node-config-provider": "3.357.0",
|
|
41
|
-
"@aws-sdk/node-http-handler": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
41
|
+
"@aws-sdk/node-http-handler": "3.360.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.360.0",
|
|
43
43
|
"@aws-sdk/types": "3.357.0",
|
|
44
44
|
"@aws-sdk/url-parser": "3.357.0",
|
|
45
45
|
"@aws-sdk/util-base64": "3.310.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.310.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.360.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.360.0",
|
|
50
50
|
"@aws-sdk/util-endpoints": "3.357.0",
|
|
51
51
|
"@aws-sdk/util-retry": "3.357.0",
|
|
52
52
|
"@aws-sdk/util-user-agent-browser": "3.357.0",
|