@aws-sdk/client-detective 3.289.0 → 3.292.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-types/commands/AcceptInvitationCommand.d.ts +17 -0
- package/dist-types/commands/BatchGetGraphMemberDatasourcesCommand.d.ts +14 -0
- package/dist-types/commands/BatchGetMembershipDatasourcesCommand.d.ts +14 -0
- package/dist-types/commands/CreateGraphCommand.d.ts +29 -0
- package/dist-types/commands/CreateMembersCommand.d.ts +32 -0
- package/dist-types/commands/DeleteGraphCommand.d.ts +14 -0
- package/dist-types/commands/DeleteMembersCommand.d.ts +17 -0
- package/dist-types/commands/DescribeOrganizationConfigurationCommand.d.ts +15 -0
- package/dist-types/commands/DisableOrganizationAdminAccountCommand.d.ts +15 -0
- package/dist-types/commands/DisassociateMembershipCommand.d.ts +17 -0
- package/dist-types/commands/EnableOrganizationAdminAccountCommand.d.ts +15 -0
- package/dist-types/commands/GetMembersCommand.d.ts +14 -0
- package/dist-types/commands/ListDatasourcePackagesCommand.d.ts +14 -0
- package/dist-types/commands/ListGraphsCommand.d.ts +11 -0
- package/dist-types/commands/ListInvitationsCommand.d.ts +11 -0
- package/dist-types/commands/ListMembersCommand.d.ts +14 -0
- package/dist-types/commands/ListOrganizationAdminAccountsCommand.d.ts +15 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +14 -0
- package/dist-types/commands/RejectInvitationCommand.d.ts +17 -0
- package/dist-types/commands/StartMonitoringMemberCommand.d.ts +35 -0
- package/dist-types/commands/TagResourceCommand.d.ts +14 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +14 -0
- package/dist-types/commands/UpdateDatasourcePackagesCommand.d.ts +32 -0
- package/dist-types/commands/UpdateOrganizationConfigurationCommand.d.ts +15 -0
- package/package.json +35 -40
|
@@ -32,6 +32,23 @@ export interface AcceptInvitationCommandOutput extends __MetadataBearer {
|
|
|
32
32
|
* @see {@link AcceptInvitationCommandOutput} for command's `response` shape.
|
|
33
33
|
* @see {@link DetectiveClientResolvedConfig | config} for DetectiveClient's `config` shape.
|
|
34
34
|
*
|
|
35
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
36
|
+
* <p>The request issuer does not have permission to access this resource or perform this
|
|
37
|
+
* operation.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ConflictException} (client fault)
|
|
40
|
+
* <p>The request attempted an invalid action.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link InternalServerException} (server fault)
|
|
43
|
+
* <p>The request was valid but failed because of a problem with the service.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
46
|
+
* <p>The request refers to a nonexistent resource.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ValidationException} (client fault)
|
|
49
|
+
* <p>The request parameters are invalid.</p>
|
|
50
|
+
*
|
|
51
|
+
*
|
|
35
52
|
*/
|
|
36
53
|
export declare class AcceptInvitationCommand extends $Command<AcceptInvitationCommandInput, AcceptInvitationCommandOutput, DetectiveClientResolvedConfig> {
|
|
37
54
|
readonly input: AcceptInvitationCommandInput;
|
|
@@ -29,6 +29,20 @@ export interface BatchGetGraphMemberDatasourcesCommandOutput extends BatchGetGra
|
|
|
29
29
|
* @see {@link BatchGetGraphMemberDatasourcesCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DetectiveClientResolvedConfig | config} for DetectiveClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>The request issuer does not have permission to access this resource or perform this
|
|
34
|
+
* operation.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InternalServerException} (server fault)
|
|
37
|
+
* <p>The request was valid but failed because of a problem with the service.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
40
|
+
* <p>The request refers to a nonexistent resource.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ValidationException} (client fault)
|
|
43
|
+
* <p>The request parameters are invalid.</p>
|
|
44
|
+
*
|
|
45
|
+
*
|
|
32
46
|
*/
|
|
33
47
|
export declare class BatchGetGraphMemberDatasourcesCommand extends $Command<BatchGetGraphMemberDatasourcesCommandInput, BatchGetGraphMemberDatasourcesCommandOutput, DetectiveClientResolvedConfig> {
|
|
34
48
|
readonly input: BatchGetGraphMemberDatasourcesCommandInput;
|
|
@@ -29,6 +29,20 @@ export interface BatchGetMembershipDatasourcesCommandOutput extends BatchGetMemb
|
|
|
29
29
|
* @see {@link BatchGetMembershipDatasourcesCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DetectiveClientResolvedConfig | config} for DetectiveClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>The request issuer does not have permission to access this resource or perform this
|
|
34
|
+
* operation.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InternalServerException} (server fault)
|
|
37
|
+
* <p>The request was valid but failed because of a problem with the service.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
40
|
+
* <p>The request refers to a nonexistent resource.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ValidationException} (client fault)
|
|
43
|
+
* <p>The request parameters are invalid.</p>
|
|
44
|
+
*
|
|
45
|
+
*
|
|
32
46
|
*/
|
|
33
47
|
export declare class BatchGetMembershipDatasourcesCommand extends $Command<BatchGetMembershipDatasourcesCommandInput, BatchGetMembershipDatasourcesCommandOutput, DetectiveClientResolvedConfig> {
|
|
34
48
|
readonly input: BatchGetMembershipDatasourcesCommandInput;
|
|
@@ -44,6 +44,35 @@ export interface CreateGraphCommandOutput extends CreateGraphResponse, __Metadat
|
|
|
44
44
|
* @see {@link CreateGraphCommandOutput} for command's `response` shape.
|
|
45
45
|
* @see {@link DetectiveClientResolvedConfig | config} for DetectiveClient's `config` shape.
|
|
46
46
|
*
|
|
47
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
48
|
+
* <p>The request issuer does not have permission to access this resource or perform this
|
|
49
|
+
* operation.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link ConflictException} (client fault)
|
|
52
|
+
* <p>The request attempted an invalid action.</p>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link InternalServerException} (server fault)
|
|
55
|
+
* <p>The request was valid but failed because of a problem with the service.</p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
58
|
+
* <p>This request cannot be completed for one of the following reasons.</p>
|
|
59
|
+
* <ul>
|
|
60
|
+
* <li>
|
|
61
|
+
* <p>The request would cause the number of member accounts in the behavior graph to
|
|
62
|
+
* exceed the maximum allowed. A behavior graph cannot have more than 1200 member
|
|
63
|
+
* accounts.</p>
|
|
64
|
+
* </li>
|
|
65
|
+
* <li>
|
|
66
|
+
* <p>The request would cause the data rate for the behavior graph to exceed the maximum
|
|
67
|
+
* allowed.</p>
|
|
68
|
+
* </li>
|
|
69
|
+
* <li>
|
|
70
|
+
* <p>Detective is unable to verify the data rate for the member account. This
|
|
71
|
+
* is usually because the member account is not enrolled in Amazon GuardDuty.</p>
|
|
72
|
+
* </li>
|
|
73
|
+
* </ul>
|
|
74
|
+
*
|
|
75
|
+
*
|
|
47
76
|
*/
|
|
48
77
|
export declare class CreateGraphCommand extends $Command<CreateGraphCommandInput, CreateGraphCommandOutput, DetectiveClientResolvedConfig> {
|
|
49
78
|
readonly input: CreateGraphCommandInput;
|
|
@@ -60,6 +60,38 @@ export interface CreateMembersCommandOutput extends CreateMembersResponse, __Met
|
|
|
60
60
|
* @see {@link CreateMembersCommandOutput} for command's `response` shape.
|
|
61
61
|
* @see {@link DetectiveClientResolvedConfig | config} for DetectiveClient's `config` shape.
|
|
62
62
|
*
|
|
63
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
64
|
+
* <p>The request issuer does not have permission to access this resource or perform this
|
|
65
|
+
* operation.</p>
|
|
66
|
+
*
|
|
67
|
+
* @throws {@link InternalServerException} (server fault)
|
|
68
|
+
* <p>The request was valid but failed because of a problem with the service.</p>
|
|
69
|
+
*
|
|
70
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
71
|
+
* <p>The request refers to a nonexistent resource.</p>
|
|
72
|
+
*
|
|
73
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
74
|
+
* <p>This request cannot be completed for one of the following reasons.</p>
|
|
75
|
+
* <ul>
|
|
76
|
+
* <li>
|
|
77
|
+
* <p>The request would cause the number of member accounts in the behavior graph to
|
|
78
|
+
* exceed the maximum allowed. A behavior graph cannot have more than 1200 member
|
|
79
|
+
* accounts.</p>
|
|
80
|
+
* </li>
|
|
81
|
+
* <li>
|
|
82
|
+
* <p>The request would cause the data rate for the behavior graph to exceed the maximum
|
|
83
|
+
* allowed.</p>
|
|
84
|
+
* </li>
|
|
85
|
+
* <li>
|
|
86
|
+
* <p>Detective is unable to verify the data rate for the member account. This
|
|
87
|
+
* is usually because the member account is not enrolled in Amazon GuardDuty.</p>
|
|
88
|
+
* </li>
|
|
89
|
+
* </ul>
|
|
90
|
+
*
|
|
91
|
+
* @throws {@link ValidationException} (client fault)
|
|
92
|
+
* <p>The request parameters are invalid.</p>
|
|
93
|
+
*
|
|
94
|
+
*
|
|
63
95
|
*/
|
|
64
96
|
export declare class CreateMembersCommand extends $Command<CreateMembersCommandInput, CreateMembersCommandOutput, DetectiveClientResolvedConfig> {
|
|
65
97
|
readonly input: CreateMembersCommandInput;
|
|
@@ -33,6 +33,20 @@ export interface DeleteGraphCommandOutput extends __MetadataBearer {
|
|
|
33
33
|
* @see {@link DeleteGraphCommandOutput} for command's `response` shape.
|
|
34
34
|
* @see {@link DetectiveClientResolvedConfig | config} for DetectiveClient's `config` shape.
|
|
35
35
|
*
|
|
36
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
37
|
+
* <p>The request issuer does not have permission to access this resource or perform this
|
|
38
|
+
* operation.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link InternalServerException} (server fault)
|
|
41
|
+
* <p>The request was valid but failed because of a problem with the service.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
44
|
+
* <p>The request refers to a nonexistent resource.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ValidationException} (client fault)
|
|
47
|
+
* <p>The request parameters are invalid.</p>
|
|
48
|
+
*
|
|
49
|
+
*
|
|
36
50
|
*/
|
|
37
51
|
export declare class DeleteGraphCommand extends $Command<DeleteGraphCommandInput, DeleteGraphCommandOutput, DetectiveClientResolvedConfig> {
|
|
38
52
|
readonly input: DeleteGraphCommandInput;
|
|
@@ -41,6 +41,23 @@ export interface DeleteMembersCommandOutput extends DeleteMembersResponse, __Met
|
|
|
41
41
|
* @see {@link DeleteMembersCommandOutput} for command's `response` shape.
|
|
42
42
|
* @see {@link DetectiveClientResolvedConfig | config} for DetectiveClient's `config` shape.
|
|
43
43
|
*
|
|
44
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
45
|
+
* <p>The request issuer does not have permission to access this resource or perform this
|
|
46
|
+
* operation.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ConflictException} (client fault)
|
|
49
|
+
* <p>The request attempted an invalid action.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link InternalServerException} (server fault)
|
|
52
|
+
* <p>The request was valid but failed because of a problem with the service.</p>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
55
|
+
* <p>The request refers to a nonexistent resource.</p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link ValidationException} (client fault)
|
|
58
|
+
* <p>The request parameters are invalid.</p>
|
|
59
|
+
*
|
|
60
|
+
*
|
|
44
61
|
*/
|
|
45
62
|
export declare class DeleteMembersCommand extends $Command<DeleteMembersCommandInput, DeleteMembersCommandOutput, DetectiveClientResolvedConfig> {
|
|
46
63
|
readonly input: DeleteMembersCommandInput;
|
|
@@ -32,6 +32,21 @@ export interface DescribeOrganizationConfigurationCommandOutput extends Describe
|
|
|
32
32
|
* @see {@link DescribeOrganizationConfigurationCommandOutput} for command's `response` shape.
|
|
33
33
|
* @see {@link DetectiveClientResolvedConfig | config} for DetectiveClient's `config` shape.
|
|
34
34
|
*
|
|
35
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
36
|
+
* <p>The request issuer does not have permission to access this resource or perform this
|
|
37
|
+
* operation.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InternalServerException} (server fault)
|
|
40
|
+
* <p>The request was valid but failed because of a problem with the service.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
43
|
+
* <p>The request cannot be completed because too many other requests are occurring at the
|
|
44
|
+
* same time.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ValidationException} (client fault)
|
|
47
|
+
* <p>The request parameters are invalid.</p>
|
|
48
|
+
*
|
|
49
|
+
*
|
|
35
50
|
*/
|
|
36
51
|
export declare class DescribeOrganizationConfigurationCommand extends $Command<DescribeOrganizationConfigurationCommandInput, DescribeOrganizationConfigurationCommandOutput, DetectiveClientResolvedConfig> {
|
|
37
52
|
readonly input: DescribeOrganizationConfigurationCommandInput;
|
|
@@ -33,6 +33,21 @@ export interface DisableOrganizationAdminAccountCommandOutput extends __Metadata
|
|
|
33
33
|
* @see {@link DisableOrganizationAdminAccountCommandOutput} for command's `response` shape.
|
|
34
34
|
* @see {@link DetectiveClientResolvedConfig | config} for DetectiveClient's `config` shape.
|
|
35
35
|
*
|
|
36
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
37
|
+
* <p>The request issuer does not have permission to access this resource or perform this
|
|
38
|
+
* operation.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link InternalServerException} (server fault)
|
|
41
|
+
* <p>The request was valid but failed because of a problem with the service.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
44
|
+
* <p>The request cannot be completed because too many other requests are occurring at the
|
|
45
|
+
* same time.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ValidationException} (client fault)
|
|
48
|
+
* <p>The request parameters are invalid.</p>
|
|
49
|
+
*
|
|
50
|
+
*
|
|
36
51
|
*/
|
|
37
52
|
export declare class DisableOrganizationAdminAccountCommand extends $Command<DisableOrganizationAdminAccountCommandInput, DisableOrganizationAdminAccountCommandOutput, DetectiveClientResolvedConfig> {
|
|
38
53
|
readonly input: DisableOrganizationAdminAccountCommandInput;
|
|
@@ -35,6 +35,23 @@ export interface DisassociateMembershipCommandOutput extends __MetadataBearer {
|
|
|
35
35
|
* @see {@link DisassociateMembershipCommandOutput} for command's `response` shape.
|
|
36
36
|
* @see {@link DetectiveClientResolvedConfig | config} for DetectiveClient's `config` shape.
|
|
37
37
|
*
|
|
38
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
39
|
+
* <p>The request issuer does not have permission to access this resource or perform this
|
|
40
|
+
* operation.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ConflictException} (client fault)
|
|
43
|
+
* <p>The request attempted an invalid action.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link InternalServerException} (server fault)
|
|
46
|
+
* <p>The request was valid but failed because of a problem with the service.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
49
|
+
* <p>The request refers to a nonexistent resource.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link ValidationException} (client fault)
|
|
52
|
+
* <p>The request parameters are invalid.</p>
|
|
53
|
+
*
|
|
54
|
+
*
|
|
38
55
|
*/
|
|
39
56
|
export declare class DisassociateMembershipCommand extends $Command<DisassociateMembershipCommandInput, DisassociateMembershipCommandOutput, DetectiveClientResolvedConfig> {
|
|
40
57
|
readonly input: DisassociateMembershipCommandInput;
|
|
@@ -40,6 +40,21 @@ export interface EnableOrganizationAdminAccountCommandOutput extends __MetadataB
|
|
|
40
40
|
* @see {@link EnableOrganizationAdminAccountCommandOutput} for command's `response` shape.
|
|
41
41
|
* @see {@link DetectiveClientResolvedConfig | config} for DetectiveClient's `config` shape.
|
|
42
42
|
*
|
|
43
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
44
|
+
* <p>The request issuer does not have permission to access this resource or perform this
|
|
45
|
+
* operation.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link InternalServerException} (server fault)
|
|
48
|
+
* <p>The request was valid but failed because of a problem with the service.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
51
|
+
* <p>The request cannot be completed because too many other requests are occurring at the
|
|
52
|
+
* same time.</p>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link ValidationException} (client fault)
|
|
55
|
+
* <p>The request parameters are invalid.</p>
|
|
56
|
+
*
|
|
57
|
+
*
|
|
43
58
|
*/
|
|
44
59
|
export declare class EnableOrganizationAdminAccountCommand extends $Command<EnableOrganizationAdminAccountCommandInput, EnableOrganizationAdminAccountCommandOutput, DetectiveClientResolvedConfig> {
|
|
45
60
|
readonly input: EnableOrganizationAdminAccountCommandInput;
|
|
@@ -30,6 +30,20 @@ export interface GetMembersCommandOutput extends GetMembersResponse, __MetadataB
|
|
|
30
30
|
* @see {@link GetMembersCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link DetectiveClientResolvedConfig | config} for DetectiveClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
34
|
+
* <p>The request issuer does not have permission to access this resource or perform this
|
|
35
|
+
* operation.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link InternalServerException} (server fault)
|
|
38
|
+
* <p>The request was valid but failed because of a problem with the service.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
41
|
+
* <p>The request refers to a nonexistent resource.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ValidationException} (client fault)
|
|
44
|
+
* <p>The request parameters are invalid.</p>
|
|
45
|
+
*
|
|
46
|
+
*
|
|
33
47
|
*/
|
|
34
48
|
export declare class GetMembersCommand extends $Command<GetMembersCommandInput, GetMembersCommandOutput, DetectiveClientResolvedConfig> {
|
|
35
49
|
readonly input: GetMembersCommandInput;
|
|
@@ -29,6 +29,20 @@ export interface ListDatasourcePackagesCommandOutput extends ListDatasourcePacka
|
|
|
29
29
|
* @see {@link ListDatasourcePackagesCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DetectiveClientResolvedConfig | config} for DetectiveClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>The request issuer does not have permission to access this resource or perform this
|
|
34
|
+
* operation.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InternalServerException} (server fault)
|
|
37
|
+
* <p>The request was valid but failed because of a problem with the service.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
40
|
+
* <p>The request refers to a nonexistent resource.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ValidationException} (client fault)
|
|
43
|
+
* <p>The request parameters are invalid.</p>
|
|
44
|
+
*
|
|
45
|
+
*
|
|
32
46
|
*/
|
|
33
47
|
export declare class ListDatasourcePackagesCommand extends $Command<ListDatasourcePackagesCommandInput, ListDatasourcePackagesCommandOutput, DetectiveClientResolvedConfig> {
|
|
34
48
|
readonly input: ListDatasourcePackagesCommandInput;
|
|
@@ -32,6 +32,17 @@ export interface ListGraphsCommandOutput extends ListGraphsResponse, __MetadataB
|
|
|
32
32
|
* @see {@link ListGraphsCommandOutput} for command's `response` shape.
|
|
33
33
|
* @see {@link DetectiveClientResolvedConfig | config} for DetectiveClient's `config` shape.
|
|
34
34
|
*
|
|
35
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
36
|
+
* <p>The request issuer does not have permission to access this resource or perform this
|
|
37
|
+
* operation.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InternalServerException} (server fault)
|
|
40
|
+
* <p>The request was valid but failed because of a problem with the service.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ValidationException} (client fault)
|
|
43
|
+
* <p>The request parameters are invalid.</p>
|
|
44
|
+
*
|
|
45
|
+
*
|
|
35
46
|
*/
|
|
36
47
|
export declare class ListGraphsCommand extends $Command<ListGraphsCommandInput, ListGraphsCommandOutput, DetectiveClientResolvedConfig> {
|
|
37
48
|
readonly input: ListGraphsCommandInput;
|
|
@@ -34,6 +34,17 @@ export interface ListInvitationsCommandOutput extends ListInvitationsResponse, _
|
|
|
34
34
|
* @see {@link ListInvitationsCommandOutput} for command's `response` shape.
|
|
35
35
|
* @see {@link DetectiveClientResolvedConfig | config} for DetectiveClient's `config` shape.
|
|
36
36
|
*
|
|
37
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
38
|
+
* <p>The request issuer does not have permission to access this resource or perform this
|
|
39
|
+
* operation.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InternalServerException} (server fault)
|
|
42
|
+
* <p>The request was valid but failed because of a problem with the service.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ValidationException} (client fault)
|
|
45
|
+
* <p>The request parameters are invalid.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
37
48
|
*/
|
|
38
49
|
export declare class ListInvitationsCommand extends $Command<ListInvitationsCommandInput, ListInvitationsCommandOutput, DetectiveClientResolvedConfig> {
|
|
39
50
|
readonly input: ListInvitationsCommandInput;
|
|
@@ -34,6 +34,20 @@ export interface ListMembersCommandOutput extends ListMembersResponse, __Metadat
|
|
|
34
34
|
* @see {@link ListMembersCommandOutput} for command's `response` shape.
|
|
35
35
|
* @see {@link DetectiveClientResolvedConfig | config} for DetectiveClient's `config` shape.
|
|
36
36
|
*
|
|
37
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
38
|
+
* <p>The request issuer does not have permission to access this resource or perform this
|
|
39
|
+
* operation.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InternalServerException} (server fault)
|
|
42
|
+
* <p>The request was valid but failed because of a problem with the service.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
45
|
+
* <p>The request refers to a nonexistent resource.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ValidationException} (client fault)
|
|
48
|
+
* <p>The request parameters are invalid.</p>
|
|
49
|
+
*
|
|
50
|
+
*
|
|
37
51
|
*/
|
|
38
52
|
export declare class ListMembersCommand extends $Command<ListMembersCommandInput, ListMembersCommandOutput, DetectiveClientResolvedConfig> {
|
|
39
53
|
readonly input: ListMembersCommandInput;
|
|
@@ -30,6 +30,21 @@ export interface ListOrganizationAdminAccountsCommandOutput extends ListOrganiza
|
|
|
30
30
|
* @see {@link ListOrganizationAdminAccountsCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link DetectiveClientResolvedConfig | config} for DetectiveClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
34
|
+
* <p>The request issuer does not have permission to access this resource or perform this
|
|
35
|
+
* operation.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link InternalServerException} (server fault)
|
|
38
|
+
* <p>The request was valid but failed because of a problem with the service.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
41
|
+
* <p>The request cannot be completed because too many other requests are occurring at the
|
|
42
|
+
* same time.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ValidationException} (client fault)
|
|
45
|
+
* <p>The request parameters are invalid.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
33
48
|
*/
|
|
34
49
|
export declare class ListOrganizationAdminAccountsCommand extends $Command<ListOrganizationAdminAccountsCommandInput, ListOrganizationAdminAccountsCommandOutput, DetectiveClientResolvedConfig> {
|
|
35
50
|
readonly input: ListOrganizationAdminAccountsCommandInput;
|
|
@@ -29,6 +29,20 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
29
29
|
* @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DetectiveClientResolvedConfig | config} for DetectiveClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>The request issuer does not have permission to access this resource or perform this
|
|
34
|
+
* operation.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InternalServerException} (server fault)
|
|
37
|
+
* <p>The request was valid but failed because of a problem with the service.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
40
|
+
* <p>The request refers to a nonexistent resource.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ValidationException} (client fault)
|
|
43
|
+
* <p>The request parameters are invalid.</p>
|
|
44
|
+
*
|
|
45
|
+
*
|
|
32
46
|
*/
|
|
33
47
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, DetectiveClientResolvedConfig> {
|
|
34
48
|
readonly input: ListTagsForResourceCommandInput;
|
|
@@ -35,6 +35,23 @@ export interface RejectInvitationCommandOutput extends __MetadataBearer {
|
|
|
35
35
|
* @see {@link RejectInvitationCommandOutput} for command's `response` shape.
|
|
36
36
|
* @see {@link DetectiveClientResolvedConfig | config} for DetectiveClient's `config` shape.
|
|
37
37
|
*
|
|
38
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
39
|
+
* <p>The request issuer does not have permission to access this resource or perform this
|
|
40
|
+
* operation.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ConflictException} (client fault)
|
|
43
|
+
* <p>The request attempted an invalid action.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link InternalServerException} (server fault)
|
|
46
|
+
* <p>The request was valid but failed because of a problem with the service.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
49
|
+
* <p>The request refers to a nonexistent resource.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link ValidationException} (client fault)
|
|
52
|
+
* <p>The request parameters are invalid.</p>
|
|
53
|
+
*
|
|
54
|
+
*
|
|
38
55
|
*/
|
|
39
56
|
export declare class RejectInvitationCommand extends $Command<RejectInvitationCommandInput, RejectInvitationCommandOutput, DetectiveClientResolvedConfig> {
|
|
40
57
|
readonly input: RejectInvitationCommandInput;
|
|
@@ -41,6 +41,41 @@ export interface StartMonitoringMemberCommandOutput extends __MetadataBearer {
|
|
|
41
41
|
* @see {@link StartMonitoringMemberCommandOutput} for command's `response` shape.
|
|
42
42
|
* @see {@link DetectiveClientResolvedConfig | config} for DetectiveClient's `config` shape.
|
|
43
43
|
*
|
|
44
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
45
|
+
* <p>The request issuer does not have permission to access this resource or perform this
|
|
46
|
+
* operation.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ConflictException} (client fault)
|
|
49
|
+
* <p>The request attempted an invalid action.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link InternalServerException} (server fault)
|
|
52
|
+
* <p>The request was valid but failed because of a problem with the service.</p>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
55
|
+
* <p>The request refers to a nonexistent resource.</p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
58
|
+
* <p>This request cannot be completed for one of the following reasons.</p>
|
|
59
|
+
* <ul>
|
|
60
|
+
* <li>
|
|
61
|
+
* <p>The request would cause the number of member accounts in the behavior graph to
|
|
62
|
+
* exceed the maximum allowed. A behavior graph cannot have more than 1200 member
|
|
63
|
+
* accounts.</p>
|
|
64
|
+
* </li>
|
|
65
|
+
* <li>
|
|
66
|
+
* <p>The request would cause the data rate for the behavior graph to exceed the maximum
|
|
67
|
+
* allowed.</p>
|
|
68
|
+
* </li>
|
|
69
|
+
* <li>
|
|
70
|
+
* <p>Detective is unable to verify the data rate for the member account. This
|
|
71
|
+
* is usually because the member account is not enrolled in Amazon GuardDuty.</p>
|
|
72
|
+
* </li>
|
|
73
|
+
* </ul>
|
|
74
|
+
*
|
|
75
|
+
* @throws {@link ValidationException} (client fault)
|
|
76
|
+
* <p>The request parameters are invalid.</p>
|
|
77
|
+
*
|
|
78
|
+
*
|
|
44
79
|
*/
|
|
45
80
|
export declare class StartMonitoringMemberCommand extends $Command<StartMonitoringMemberCommandInput, StartMonitoringMemberCommandOutput, DetectiveClientResolvedConfig> {
|
|
46
81
|
readonly input: StartMonitoringMemberCommandInput;
|
|
@@ -29,6 +29,20 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
29
29
|
* @see {@link TagResourceCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DetectiveClientResolvedConfig | config} for DetectiveClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>The request issuer does not have permission to access this resource or perform this
|
|
34
|
+
* operation.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InternalServerException} (server fault)
|
|
37
|
+
* <p>The request was valid but failed because of a problem with the service.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
40
|
+
* <p>The request refers to a nonexistent resource.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ValidationException} (client fault)
|
|
43
|
+
* <p>The request parameters are invalid.</p>
|
|
44
|
+
*
|
|
45
|
+
*
|
|
32
46
|
*/
|
|
33
47
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, DetectiveClientResolvedConfig> {
|
|
34
48
|
readonly input: TagResourceCommandInput;
|
|
@@ -29,6 +29,20 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
29
29
|
* @see {@link UntagResourceCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DetectiveClientResolvedConfig | config} for DetectiveClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>The request issuer does not have permission to access this resource or perform this
|
|
34
|
+
* operation.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InternalServerException} (server fault)
|
|
37
|
+
* <p>The request was valid but failed because of a problem with the service.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
40
|
+
* <p>The request refers to a nonexistent resource.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ValidationException} (client fault)
|
|
43
|
+
* <p>The request parameters are invalid.</p>
|
|
44
|
+
*
|
|
45
|
+
*
|
|
32
46
|
*/
|
|
33
47
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, DetectiveClientResolvedConfig> {
|
|
34
48
|
readonly input: UntagResourceCommandInput;
|
|
@@ -29,6 +29,38 @@ export interface UpdateDatasourcePackagesCommandOutput extends __MetadataBearer
|
|
|
29
29
|
* @see {@link UpdateDatasourcePackagesCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DetectiveClientResolvedConfig | config} for DetectiveClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>The request issuer does not have permission to access this resource or perform this
|
|
34
|
+
* operation.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InternalServerException} (server fault)
|
|
37
|
+
* <p>The request was valid but failed because of a problem with the service.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
40
|
+
* <p>The request refers to a nonexistent resource.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
43
|
+
* <p>This request cannot be completed for one of the following reasons.</p>
|
|
44
|
+
* <ul>
|
|
45
|
+
* <li>
|
|
46
|
+
* <p>The request would cause the number of member accounts in the behavior graph to
|
|
47
|
+
* exceed the maximum allowed. A behavior graph cannot have more than 1200 member
|
|
48
|
+
* accounts.</p>
|
|
49
|
+
* </li>
|
|
50
|
+
* <li>
|
|
51
|
+
* <p>The request would cause the data rate for the behavior graph to exceed the maximum
|
|
52
|
+
* allowed.</p>
|
|
53
|
+
* </li>
|
|
54
|
+
* <li>
|
|
55
|
+
* <p>Detective is unable to verify the data rate for the member account. This
|
|
56
|
+
* is usually because the member account is not enrolled in Amazon GuardDuty.</p>
|
|
57
|
+
* </li>
|
|
58
|
+
* </ul>
|
|
59
|
+
*
|
|
60
|
+
* @throws {@link ValidationException} (client fault)
|
|
61
|
+
* <p>The request parameters are invalid.</p>
|
|
62
|
+
*
|
|
63
|
+
*
|
|
32
64
|
*/
|
|
33
65
|
export declare class UpdateDatasourcePackagesCommand extends $Command<UpdateDatasourcePackagesCommandInput, UpdateDatasourcePackagesCommandOutput, DetectiveClientResolvedConfig> {
|
|
34
66
|
readonly input: UpdateDatasourcePackagesCommandInput;
|
|
@@ -31,6 +31,21 @@ export interface UpdateOrganizationConfigurationCommandOutput extends __Metadata
|
|
|
31
31
|
* @see {@link UpdateOrganizationConfigurationCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link DetectiveClientResolvedConfig | config} for DetectiveClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
35
|
+
* <p>The request issuer does not have permission to access this resource or perform this
|
|
36
|
+
* operation.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServerException} (server fault)
|
|
39
|
+
* <p>The request was valid but failed because of a problem with the service.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
42
|
+
* <p>The request cannot be completed because too many other requests are occurring at the
|
|
43
|
+
* same time.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ValidationException} (client fault)
|
|
46
|
+
* <p>The request parameters are invalid.</p>
|
|
47
|
+
*
|
|
48
|
+
*
|
|
34
49
|
*/
|
|
35
50
|
export declare class UpdateOrganizationConfigurationCommand extends $Command<UpdateOrganizationConfigurationCommandInput, UpdateOrganizationConfigurationCommandOutput, DetectiveClientResolvedConfig> {
|
|
36
51
|
readonly input: UpdateOrganizationConfigurationCommandInput;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-detective",
|
|
3
3
|
"description": "AWS SDK for JavaScript Detective Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.292.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,55 +20,50 @@
|
|
|
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/config-resolver": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
27
|
-
"@aws-sdk/hash-node": "3.
|
|
28
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
29
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
30
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
31
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
34
|
-
"@aws-sdk/middleware-retry": "3.
|
|
35
|
-
"@aws-sdk/middleware-serde": "3.
|
|
36
|
-
"@aws-sdk/middleware-signing": "3.
|
|
37
|
-
"@aws-sdk/middleware-stack": "3.
|
|
38
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
-
"@aws-sdk/node-config-provider": "3.
|
|
40
|
-
"@aws-sdk/node-http-handler": "3.
|
|
41
|
-
"@aws-sdk/protocol-http": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
-
"@aws-sdk/types": "3.
|
|
44
|
-
"@aws-sdk/url-parser": "3.
|
|
45
|
-
"@aws-sdk/util-base64": "3.
|
|
46
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
47
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
-
"@aws-sdk/util-retry": "3.
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
54
|
-
"@aws-sdk/util-utf8": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.292.0",
|
|
24
|
+
"@aws-sdk/config-resolver": "3.292.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.292.0",
|
|
26
|
+
"@aws-sdk/fetch-http-handler": "3.292.0",
|
|
27
|
+
"@aws-sdk/hash-node": "3.292.0",
|
|
28
|
+
"@aws-sdk/invalid-dependency": "3.292.0",
|
|
29
|
+
"@aws-sdk/middleware-content-length": "3.292.0",
|
|
30
|
+
"@aws-sdk/middleware-endpoint": "3.292.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.292.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.292.0",
|
|
33
|
+
"@aws-sdk/middleware-recursion-detection": "3.292.0",
|
|
34
|
+
"@aws-sdk/middleware-retry": "3.292.0",
|
|
35
|
+
"@aws-sdk/middleware-serde": "3.292.0",
|
|
36
|
+
"@aws-sdk/middleware-signing": "3.292.0",
|
|
37
|
+
"@aws-sdk/middleware-stack": "3.292.0",
|
|
38
|
+
"@aws-sdk/middleware-user-agent": "3.292.0",
|
|
39
|
+
"@aws-sdk/node-config-provider": "3.292.0",
|
|
40
|
+
"@aws-sdk/node-http-handler": "3.292.0",
|
|
41
|
+
"@aws-sdk/protocol-http": "3.292.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.292.0",
|
|
43
|
+
"@aws-sdk/types": "3.292.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.292.0",
|
|
45
|
+
"@aws-sdk/util-base64": "3.292.0",
|
|
46
|
+
"@aws-sdk/util-body-length-browser": "3.292.0",
|
|
47
|
+
"@aws-sdk/util-body-length-node": "3.292.0",
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.292.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.292.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.292.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.292.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.292.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.292.0",
|
|
54
|
+
"@aws-sdk/util-utf8": "3.292.0",
|
|
55
55
|
"tslib": "^2.3.1"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
58
|
+
"@aws-sdk/service-client-documentation-generator": "3.292.0",
|
|
59
59
|
"@tsconfig/node14": "1.0.3",
|
|
60
60
|
"@types/node": "^14.14.31",
|
|
61
61
|
"concurrently": "7.0.0",
|
|
62
62
|
"downlevel-dts": "0.10.1",
|
|
63
63
|
"rimraf": "3.0.2",
|
|
64
|
-
"typedoc": "0.
|
|
64
|
+
"typedoc": "0.23.23",
|
|
65
65
|
"typescript": "~4.6.2"
|
|
66
66
|
},
|
|
67
|
-
"overrides": {
|
|
68
|
-
"typedoc": {
|
|
69
|
-
"typescript": "~4.6.2"
|
|
70
|
-
}
|
|
71
|
-
},
|
|
72
67
|
"engines": {
|
|
73
68
|
"node": ">=14.0.0"
|
|
74
69
|
},
|