@aws-sdk/client-securityhub 3.535.0 → 3.536.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.
@@ -34,6 +34,8 @@ declare const AcceptInvitationCommand_base: {
34
34
  * Organizations.</p>
35
35
  * <p>When the member account accepts the invitation, permission is granted to the administrator
36
36
  * account to view findings generated in the member account.</p>
37
+ *
38
+ * @deprecated This API has been deprecated, use AcceptAdministratorInvitation API instead.
37
39
  * @example
38
40
  * Use a bare-bones client and the command you need to make an API call.
39
41
  * ```javascript
@@ -77,7 +79,6 @@ declare const AcceptInvitationCommand_base: {
77
79
  * <p>Base exception class for all service exceptions from SecurityHub service.</p>
78
80
  *
79
81
  * @public
80
- * @deprecated This API has been deprecated, use AcceptAdministratorInvitation API instead.
81
82
  */
82
83
  export declare class AcceptInvitationCommand extends AcceptInvitationCommand_base {
83
84
  }
@@ -33,6 +33,8 @@ declare const DisassociateFromMasterAccountCommand_base: {
33
33
  * <p>This operation is only used by accounts that are not part of an organization. For
34
34
  * organization accounts, only the administrator account can
35
35
  * disassociate a member account.</p>
36
+ *
37
+ * @deprecated This API has been deprecated, use DisassociateFromAdministratorAccount API instead.
36
38
  * @example
37
39
  * Use a bare-bones client and the command you need to make an API call.
38
40
  * ```javascript
@@ -73,7 +75,6 @@ declare const DisassociateFromMasterAccountCommand_base: {
73
75
  * <p>Base exception class for all service exceptions from SecurityHub service.</p>
74
76
  *
75
77
  * @public
76
- * @deprecated This API has been deprecated, use DisassociateFromAdministratorAccount API instead.
77
78
  */
78
79
  export declare class DisassociateFromMasterAccountCommand extends DisassociateFromMasterAccountCommand_base {
79
80
  }
@@ -31,6 +31,8 @@ declare const GetMasterAccountCommand_base: {
31
31
  * <p>Provides the details for the Security Hub administrator account for the current member account.</p>
32
32
  * <p>Can be used by both member accounts that are managed using Organizations and accounts that were
33
33
  * invited manually.</p>
34
+ *
35
+ * @deprecated This API has been deprecated, use GetAdministratorAccount API instead.
34
36
  * @example
35
37
  * Use a bare-bones client and the command you need to make an API call.
36
38
  * ```javascript
@@ -78,7 +80,6 @@ declare const GetMasterAccountCommand_base: {
78
80
  * <p>Base exception class for all service exceptions from SecurityHub service.</p>
79
81
  *
80
82
  * @public
81
- * @deprecated This API has been deprecated, use GetAdministratorAccount API instead.
82
83
  */
83
84
  export declare class GetMasterAccountCommand extends GetMasterAccountCommand_base {
84
85
  }
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.535.0",
4
+ "version": "3.536.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-securityhub",