@aws-sdk/client-securityhub 3.465.0 → 3.470.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.
|
@@ -70,22 +70,6 @@ export interface DescribeOrganizationConfigurationCommandOutput extends Describe
|
|
|
70
70
|
* @throws {@link SecurityHubServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from SecurityHub service.</p>
|
|
72
72
|
*
|
|
73
|
-
* @example To get information about Organizations configuration
|
|
74
|
-
* ```javascript
|
|
75
|
-
* // The following example returns details about the way in which AWS Organizations is configured for a Security Hub account that belongs to an organization. Only a Security Hub administrator account can call this operation.
|
|
76
|
-
* const input = {};
|
|
77
|
-
* const command = new DescribeOrganizationConfigurationCommand(input);
|
|
78
|
-
* const response = await client.send(command);
|
|
79
|
-
* /* response ==
|
|
80
|
-
* {
|
|
81
|
-
* "AutoEnable": true,
|
|
82
|
-
* "AutoEnableStandards": "DEFAULT",
|
|
83
|
-
* "MemberAccountLimitReached": true
|
|
84
|
-
* }
|
|
85
|
-
* *\/
|
|
86
|
-
* // example id: to-get-information-about-organizations-configuration-1676059786304
|
|
87
|
-
* ```
|
|
88
|
-
*
|
|
89
73
|
* @example To get information about organization configuration
|
|
90
74
|
* ```javascript
|
|
91
75
|
* // This operation provides information about the way your organization is configured in Security Hub. Only a Security Hub administrator account can invoke this operation.
|
|
@@ -80,9 +80,13 @@ export interface UpdateOrganizationConfigurationCommandOutput extends UpdateOrga
|
|
|
80
80
|
*
|
|
81
81
|
* @example To update organization configuration
|
|
82
82
|
* ```javascript
|
|
83
|
-
* //
|
|
83
|
+
* // This operation updates the way your organization is configured in Security Hub. Only a Security Hub administrator account can invoke this operation.
|
|
84
84
|
* const input = {
|
|
85
|
-
* "AutoEnable":
|
|
85
|
+
* "AutoEnable": false,
|
|
86
|
+
* "AutoEnableStandards": "NONE",
|
|
87
|
+
* "OrganizationConfiguration": {
|
|
88
|
+
* "ConfigurationType": "CENTRAL"
|
|
89
|
+
* }
|
|
86
90
|
* };
|
|
87
91
|
* const command = new UpdateOrganizationConfigurationCommand(input);
|
|
88
92
|
* await client.send(command);
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-securityhub",
|
|
3
3
|
"description": "AWS SDK for JavaScript Securityhub Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.470.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",
|
|
@@ -20,41 +20,41 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/core": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-signing": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^2.0.
|
|
37
|
-
"@smithy/fetch-http-handler": "^2.
|
|
38
|
-
"@smithy/hash-node": "^2.0.
|
|
39
|
-
"@smithy/invalid-dependency": "^2.0.
|
|
40
|
-
"@smithy/middleware-content-length": "^2.0.
|
|
41
|
-
"@smithy/middleware-endpoint": "^2.2.
|
|
42
|
-
"@smithy/middleware-retry": "^2.0.
|
|
43
|
-
"@smithy/middleware-serde": "^2.0.
|
|
44
|
-
"@smithy/middleware-stack": "^2.0.
|
|
45
|
-
"@smithy/node-config-provider": "^2.1.
|
|
46
|
-
"@smithy/node-http-handler": "^2.1
|
|
47
|
-
"@smithy/protocol-http": "^3.0.
|
|
48
|
-
"@smithy/smithy-client": "^2.1.
|
|
49
|
-
"@smithy/types": "^2.
|
|
50
|
-
"@smithy/url-parser": "^2.0.
|
|
23
|
+
"@aws-sdk/client-sts": "3.470.0",
|
|
24
|
+
"@aws-sdk/core": "3.468.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.470.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.468.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.468.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.468.0",
|
|
29
|
+
"@aws-sdk/middleware-signing": "3.468.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.470.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.470.0",
|
|
32
|
+
"@aws-sdk/types": "3.468.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.470.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.468.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.470.0",
|
|
36
|
+
"@smithy/config-resolver": "^2.0.21",
|
|
37
|
+
"@smithy/fetch-http-handler": "^2.3.1",
|
|
38
|
+
"@smithy/hash-node": "^2.0.17",
|
|
39
|
+
"@smithy/invalid-dependency": "^2.0.15",
|
|
40
|
+
"@smithy/middleware-content-length": "^2.0.17",
|
|
41
|
+
"@smithy/middleware-endpoint": "^2.2.3",
|
|
42
|
+
"@smithy/middleware-retry": "^2.0.24",
|
|
43
|
+
"@smithy/middleware-serde": "^2.0.15",
|
|
44
|
+
"@smithy/middleware-stack": "^2.0.9",
|
|
45
|
+
"@smithy/node-config-provider": "^2.1.8",
|
|
46
|
+
"@smithy/node-http-handler": "^2.2.1",
|
|
47
|
+
"@smithy/protocol-http": "^3.0.11",
|
|
48
|
+
"@smithy/smithy-client": "^2.1.18",
|
|
49
|
+
"@smithy/types": "^2.7.0",
|
|
50
|
+
"@smithy/url-parser": "^2.0.15",
|
|
51
51
|
"@smithy/util-base64": "^2.0.1",
|
|
52
|
-
"@smithy/util-body-length-browser": "^2.0.
|
|
52
|
+
"@smithy/util-body-length-browser": "^2.0.1",
|
|
53
53
|
"@smithy/util-body-length-node": "^2.1.0",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^2.0.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^2.0.
|
|
56
|
-
"@smithy/util-endpoints": "^1.0.
|
|
57
|
-
"@smithy/util-retry": "^2.0.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^2.0.22",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^2.0.29",
|
|
56
|
+
"@smithy/util-endpoints": "^1.0.7",
|
|
57
|
+
"@smithy/util-retry": "^2.0.8",
|
|
58
58
|
"@smithy/util-utf8": "^2.0.2",
|
|
59
59
|
"tslib": "^2.5.0"
|
|
60
60
|
},
|