@aws-sdk/client-detective 3.337.0 → 3.341.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.
Files changed (109) hide show
  1. package/dist-cjs/DetectiveClient.js +2 -1
  2. package/dist-cjs/commands/AcceptInvitationCommand.js +2 -1
  3. package/dist-cjs/commands/BatchGetGraphMemberDatasourcesCommand.js +2 -1
  4. package/dist-cjs/commands/BatchGetMembershipDatasourcesCommand.js +2 -1
  5. package/dist-cjs/commands/CreateGraphCommand.js +2 -1
  6. package/dist-cjs/commands/CreateMembersCommand.js +2 -1
  7. package/dist-cjs/commands/DeleteGraphCommand.js +2 -1
  8. package/dist-cjs/commands/DeleteMembersCommand.js +2 -1
  9. package/dist-cjs/commands/DescribeOrganizationConfigurationCommand.js +2 -1
  10. package/dist-cjs/commands/DisableOrganizationAdminAccountCommand.js +2 -1
  11. package/dist-cjs/commands/DisassociateMembershipCommand.js +2 -1
  12. package/dist-cjs/commands/EnableOrganizationAdminAccountCommand.js +2 -1
  13. package/dist-cjs/commands/GetMembersCommand.js +2 -1
  14. package/dist-cjs/commands/ListDatasourcePackagesCommand.js +2 -1
  15. package/dist-cjs/commands/ListGraphsCommand.js +2 -1
  16. package/dist-cjs/commands/ListInvitationsCommand.js +2 -1
  17. package/dist-cjs/commands/ListMembersCommand.js +2 -1
  18. package/dist-cjs/commands/ListOrganizationAdminAccountsCommand.js +2 -1
  19. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
  20. package/dist-cjs/commands/RejectInvitationCommand.js +2 -1
  21. package/dist-cjs/commands/StartMonitoringMemberCommand.js +2 -1
  22. package/dist-cjs/commands/TagResourceCommand.js +2 -1
  23. package/dist-cjs/commands/UntagResourceCommand.js +2 -1
  24. package/dist-cjs/commands/UpdateDatasourcePackagesCommand.js +2 -1
  25. package/dist-cjs/commands/UpdateOrganizationConfigurationCommand.js +2 -1
  26. package/dist-cjs/index.js +2 -2
  27. package/dist-cjs/models/DetectiveServiceException.js +2 -1
  28. package/dist-es/DetectiveClient.js +1 -0
  29. package/dist-es/commands/AcceptInvitationCommand.js +1 -0
  30. package/dist-es/commands/BatchGetGraphMemberDatasourcesCommand.js +1 -0
  31. package/dist-es/commands/BatchGetMembershipDatasourcesCommand.js +1 -0
  32. package/dist-es/commands/CreateGraphCommand.js +1 -0
  33. package/dist-es/commands/CreateMembersCommand.js +1 -0
  34. package/dist-es/commands/DeleteGraphCommand.js +1 -0
  35. package/dist-es/commands/DeleteMembersCommand.js +1 -0
  36. package/dist-es/commands/DescribeOrganizationConfigurationCommand.js +1 -0
  37. package/dist-es/commands/DisableOrganizationAdminAccountCommand.js +1 -0
  38. package/dist-es/commands/DisassociateMembershipCommand.js +1 -0
  39. package/dist-es/commands/EnableOrganizationAdminAccountCommand.js +1 -0
  40. package/dist-es/commands/GetMembersCommand.js +1 -0
  41. package/dist-es/commands/ListDatasourcePackagesCommand.js +1 -0
  42. package/dist-es/commands/ListGraphsCommand.js +1 -0
  43. package/dist-es/commands/ListInvitationsCommand.js +1 -0
  44. package/dist-es/commands/ListMembersCommand.js +1 -0
  45. package/dist-es/commands/ListOrganizationAdminAccountsCommand.js +1 -0
  46. package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
  47. package/dist-es/commands/RejectInvitationCommand.js +1 -0
  48. package/dist-es/commands/StartMonitoringMemberCommand.js +1 -0
  49. package/dist-es/commands/TagResourceCommand.js +1 -0
  50. package/dist-es/commands/UntagResourceCommand.js +1 -0
  51. package/dist-es/commands/UpdateDatasourcePackagesCommand.js +1 -0
  52. package/dist-es/commands/UpdateOrganizationConfigurationCommand.js +1 -0
  53. package/dist-es/index.js +2 -2
  54. package/dist-es/models/DetectiveServiceException.js +1 -0
  55. package/dist-types/DetectiveClient.d.ts +3 -3
  56. package/dist-types/commands/AcceptInvitationCommand.d.ts +4 -0
  57. package/dist-types/commands/BatchGetGraphMemberDatasourcesCommand.d.ts +4 -0
  58. package/dist-types/commands/BatchGetMembershipDatasourcesCommand.d.ts +4 -0
  59. package/dist-types/commands/CreateGraphCommand.d.ts +4 -0
  60. package/dist-types/commands/CreateMembersCommand.d.ts +4 -0
  61. package/dist-types/commands/DeleteGraphCommand.d.ts +4 -0
  62. package/dist-types/commands/DeleteMembersCommand.d.ts +4 -0
  63. package/dist-types/commands/DescribeOrganizationConfigurationCommand.d.ts +4 -0
  64. package/dist-types/commands/DisableOrganizationAdminAccountCommand.d.ts +4 -0
  65. package/dist-types/commands/DisassociateMembershipCommand.d.ts +4 -0
  66. package/dist-types/commands/EnableOrganizationAdminAccountCommand.d.ts +4 -0
  67. package/dist-types/commands/GetMembersCommand.d.ts +4 -0
  68. package/dist-types/commands/ListDatasourcePackagesCommand.d.ts +4 -0
  69. package/dist-types/commands/ListGraphsCommand.d.ts +4 -0
  70. package/dist-types/commands/ListInvitationsCommand.d.ts +4 -0
  71. package/dist-types/commands/ListMembersCommand.d.ts +4 -0
  72. package/dist-types/commands/ListOrganizationAdminAccountsCommand.d.ts +4 -0
  73. package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
  74. package/dist-types/commands/RejectInvitationCommand.d.ts +4 -0
  75. package/dist-types/commands/StartMonitoringMemberCommand.d.ts +4 -0
  76. package/dist-types/commands/TagResourceCommand.d.ts +4 -0
  77. package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
  78. package/dist-types/commands/UpdateDatasourcePackagesCommand.d.ts +4 -0
  79. package/dist-types/commands/UpdateOrganizationConfigurationCommand.d.ts +4 -0
  80. package/dist-types/index.d.ts +82 -2
  81. package/dist-types/models/DetectiveServiceException.d.ts +1 -0
  82. package/dist-types/ts3.4/DetectiveClient.d.ts +3 -3
  83. package/dist-types/ts3.4/commands/AcceptInvitationCommand.d.ts +1 -0
  84. package/dist-types/ts3.4/commands/BatchGetGraphMemberDatasourcesCommand.d.ts +1 -0
  85. package/dist-types/ts3.4/commands/BatchGetMembershipDatasourcesCommand.d.ts +1 -0
  86. package/dist-types/ts3.4/commands/CreateGraphCommand.d.ts +1 -0
  87. package/dist-types/ts3.4/commands/CreateMembersCommand.d.ts +1 -0
  88. package/dist-types/ts3.4/commands/DeleteGraphCommand.d.ts +1 -0
  89. package/dist-types/ts3.4/commands/DeleteMembersCommand.d.ts +1 -0
  90. package/dist-types/ts3.4/commands/DescribeOrganizationConfigurationCommand.d.ts +1 -0
  91. package/dist-types/ts3.4/commands/DisableOrganizationAdminAccountCommand.d.ts +1 -0
  92. package/dist-types/ts3.4/commands/DisassociateMembershipCommand.d.ts +1 -0
  93. package/dist-types/ts3.4/commands/EnableOrganizationAdminAccountCommand.d.ts +1 -0
  94. package/dist-types/ts3.4/commands/GetMembersCommand.d.ts +1 -0
  95. package/dist-types/ts3.4/commands/ListDatasourcePackagesCommand.d.ts +1 -0
  96. package/dist-types/ts3.4/commands/ListGraphsCommand.d.ts +1 -0
  97. package/dist-types/ts3.4/commands/ListInvitationsCommand.d.ts +1 -0
  98. package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +1 -0
  99. package/dist-types/ts3.4/commands/ListOrganizationAdminAccountsCommand.d.ts +1 -0
  100. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
  101. package/dist-types/ts3.4/commands/RejectInvitationCommand.d.ts +1 -0
  102. package/dist-types/ts3.4/commands/StartMonitoringMemberCommand.d.ts +1 -0
  103. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
  104. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
  105. package/dist-types/ts3.4/commands/UpdateDatasourcePackagesCommand.d.ts +1 -0
  106. package/dist-types/ts3.4/commands/UpdateOrganizationConfigurationCommand.d.ts +1 -0
  107. package/dist-types/ts3.4/index.d.ts +2 -2
  108. package/dist-types/ts3.4/models/DetectiveServiceException.d.ts +1 -0
  109. package/package.json +28 -28
@@ -33,6 +33,7 @@ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./command
33
33
  import { UpdateDatasourcePackagesCommandInput, UpdateDatasourcePackagesCommandOutput } from "./commands/UpdateDatasourcePackagesCommand";
34
34
  import { UpdateOrganizationConfigurationCommandInput, UpdateOrganizationConfigurationCommandOutput } from "./commands/UpdateOrganizationConfigurationCommand";
35
35
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
36
+ export { __Client };
36
37
  /**
37
38
  * @public
38
39
  */
@@ -147,7 +148,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
147
148
  /**
148
149
  * @public
149
150
  */
150
- type DetectiveClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
151
+ export type DetectiveClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
151
152
  /**
152
153
  * @public
153
154
  *
@@ -158,7 +159,7 @@ export interface DetectiveClientConfig extends DetectiveClientConfigType {
158
159
  /**
159
160
  * @public
160
161
  */
161
- type DetectiveClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
162
+ export type DetectiveClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
162
163
  /**
163
164
  * @public
164
165
  *
@@ -258,4 +259,3 @@ export declare class DetectiveClient extends __Client<__HttpHandlerOptions, Serv
258
259
  */
259
260
  destroy(): void;
260
261
  }
261
- export {};
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
5
5
  import { AcceptInvitationRequest } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
5
5
  import { BatchGetGraphMemberDatasourcesRequest, BatchGetGraphMemberDatasourcesResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
5
5
  import { BatchGetMembershipDatasourcesRequest, BatchGetMembershipDatasourcesResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
5
5
  import { CreateGraphRequest, CreateGraphResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
5
5
  import { CreateMembersRequest, CreateMembersResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
5
5
  import { DeleteGraphRequest } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
5
5
  import { DeleteMembersRequest, DeleteMembersResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
5
5
  import { DescribeOrganizationConfigurationRequest, DescribeOrganizationConfigurationResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -2,6 +2,10 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
5
+ /**
6
+ * @public
7
+ */
8
+ export { __MetadataBearer, $Command };
5
9
  /**
6
10
  * @public
7
11
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
5
5
  import { DisassociateMembershipRequest } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
5
5
  import { EnableOrganizationAdminAccountRequest } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
5
5
  import { GetMembersRequest, GetMembersResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
5
5
  import { ListDatasourcePackagesRequest, ListDatasourcePackagesResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
5
5
  import { ListGraphsRequest, ListGraphsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
5
5
  import { ListInvitationsRequest, ListInvitationsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
5
5
  import { ListMembersRequest, ListMembersResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
5
5
  import { ListOrganizationAdminAccountsRequest, ListOrganizationAdminAccountsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
5
5
  import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
5
5
  import { RejectInvitationRequest } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
5
5
  import { StartMonitoringMemberRequest } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
5
5
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
5
5
  import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
5
5
  import { UpdateDatasourcePackagesRequest } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
5
5
  import { UpdateOrganizationConfigurationRequest } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -1,6 +1,86 @@
1
- export * from "./Detective";
1
+ /**
2
+ * <p>Detective uses machine learning and purpose-built visualizations to help you to
3
+ * analyze and investigate security issues across your Amazon Web Services (Amazon Web Services) workloads. Detective automatically extracts time-based events such
4
+ * as login attempts, API calls, and network traffic from CloudTrail and Amazon Virtual Private Cloud (Amazon VPC) flow logs. It also extracts findings detected by
5
+ * Amazon GuardDuty.</p>
6
+ * <p>The Detective API primarily supports the creation and management of behavior
7
+ * graphs. A behavior graph contains the extracted data from a set of member accounts, and is
8
+ * created and managed by an administrator account.</p>
9
+ * <p>To add a member account to the behavior graph, the administrator account sends an
10
+ * invitation to the account. When the account accepts the invitation, it becomes a member
11
+ * account in the behavior graph.</p>
12
+ * <p>Detective is also integrated with Organizations. The organization
13
+ * management account designates the Detective administrator account for the
14
+ * organization. That account becomes the administrator account for the organization behavior
15
+ * graph. The Detective administrator account is also the delegated administrator
16
+ * account for Detective in Organizations.</p>
17
+ * <p>The Detective administrator account can enable any organization account as a
18
+ * member account in the organization behavior graph. The organization accounts do not receive
19
+ * invitations. The Detective administrator account can also invite other accounts to
20
+ * the organization behavior graph.</p>
21
+ * <p>Every behavior graph is specific to a Region. You can only use the API to manage
22
+ * behavior graphs that belong to the Region that is associated with the currently selected
23
+ * endpoint.</p>
24
+ * <p>The administrator account for a behavior graph can use the Detective API to do
25
+ * the following:</p>
26
+ * <ul>
27
+ * <li>
28
+ * <p>Enable and disable Detective. Enabling Detective creates a new
29
+ * behavior graph.</p>
30
+ * </li>
31
+ * <li>
32
+ * <p>View the list of member accounts in a behavior graph.</p>
33
+ * </li>
34
+ * <li>
35
+ * <p>Add member accounts to a behavior graph.</p>
36
+ * </li>
37
+ * <li>
38
+ * <p>Remove member accounts from a behavior graph.</p>
39
+ * </li>
40
+ * <li>
41
+ * <p>Apply tags to a behavior graph.</p>
42
+ * </li>
43
+ * </ul>
44
+ * <p>The organization management account can use the Detective API to select the
45
+ * delegated administrator for Detective.</p>
46
+ * <p>The Detective administrator account for an organization can use the Detective API to do the following:</p>
47
+ * <ul>
48
+ * <li>
49
+ * <p>Perform all of the functions of an administrator account.</p>
50
+ * </li>
51
+ * <li>
52
+ * <p>Determine whether to automatically enable new organization accounts as member
53
+ * accounts in the organization behavior graph.</p>
54
+ * </li>
55
+ * </ul>
56
+ * <p>An invited member account can use the Detective API to do the following:</p>
57
+ * <ul>
58
+ * <li>
59
+ * <p>View the list of behavior graphs that they are invited to.</p>
60
+ * </li>
61
+ * <li>
62
+ * <p>Accept an invitation to contribute to a behavior graph.</p>
63
+ * </li>
64
+ * <li>
65
+ * <p>Decline an invitation to contribute to a behavior graph.</p>
66
+ * </li>
67
+ * <li>
68
+ * <p>Remove their account from a behavior graph.</p>
69
+ * </li>
70
+ * </ul>
71
+ * <p>All API actions are logged as CloudTrail events. See <a href="https://docs.aws.amazon.com/detective/latest/adminguide/logging-using-cloudtrail.html">Logging Detective API Calls with CloudTrail</a>.</p>
72
+ * <note>
73
+ * <p>We replaced the term "master account" with the term "administrator account." An
74
+ * administrator account is used to centrally manage multiple accounts. In the case of
75
+ * Detective, the administrator account manages the accounts in their behavior
76
+ * graph.</p>
77
+ * </note>
78
+ *
79
+ * @packageDocumentation
80
+ */
2
81
  export * from "./DetectiveClient";
82
+ export * from "./Detective";
3
83
  export * from "./commands";
4
- export * from "./models";
5
84
  export * from "./pagination";
85
+ export * from "./models";
6
86
  export { DetectiveServiceException } from "./models/DetectiveServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException, __ServiceExceptionOptions };
2
3
  /**
3
4
  * @public
4
5
  *
@@ -147,6 +147,7 @@ import {
147
147
  ClientResolvedEndpointParameters,
148
148
  EndpointParameters,
149
149
  } from "./endpoint/EndpointParameters";
150
+ export { __Client };
150
151
  export type ServiceInputTypes =
151
152
  | AcceptInvitationCommandInput
152
153
  | BatchGetGraphMemberDatasourcesCommandInput
@@ -221,7 +222,7 @@ export interface ClientDefaults
221
222
  logger?: __Logger;
222
223
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
223
224
  }
224
- type DetectiveClientConfigType = Partial<
225
+ export type DetectiveClientConfigType = Partial<
225
226
  __SmithyConfiguration<__HttpHandlerOptions>
226
227
  > &
227
228
  ClientDefaults &
@@ -233,7 +234,7 @@ type DetectiveClientConfigType = Partial<
233
234
  UserAgentInputConfig &
234
235
  ClientInputEndpointParameters;
235
236
  export interface DetectiveClientConfig extends DetectiveClientConfigType {}
236
- type DetectiveClientResolvedConfigType =
237
+ export type DetectiveClientResolvedConfigType =
237
238
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
238
239
  Required<ClientDefaults> &
239
240
  RegionResolvedConfig &
@@ -255,4 +256,3 @@ export declare class DetectiveClient extends __Client<
255
256
  constructor(configuration: DetectiveClientConfig);
256
257
  destroy(): void;
257
258
  }
258
- export {};
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../DetectiveClient";
14
14
  import { AcceptInvitationRequest } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface AcceptInvitationCommandInput extends AcceptInvitationRequest {}
16
17
  export interface AcceptInvitationCommandOutput extends __MetadataBearer {}
17
18
  export declare class AcceptInvitationCommand extends $Command<
@@ -15,6 +15,7 @@ import {
15
15
  BatchGetGraphMemberDatasourcesRequest,
16
16
  BatchGetGraphMemberDatasourcesResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface BatchGetGraphMemberDatasourcesCommandInput
19
20
  extends BatchGetGraphMemberDatasourcesRequest {}
20
21
  export interface BatchGetGraphMemberDatasourcesCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  BatchGetMembershipDatasourcesRequest,
16
16
  BatchGetMembershipDatasourcesResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface BatchGetMembershipDatasourcesCommandInput
19
20
  extends BatchGetMembershipDatasourcesRequest {}
20
21
  export interface BatchGetMembershipDatasourcesCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../DetectiveClient";
14
14
  import { CreateGraphRequest, CreateGraphResponse } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface CreateGraphCommandInput extends CreateGraphRequest {}
16
17
  export interface CreateGraphCommandOutput
17
18
  extends CreateGraphResponse,
@@ -15,6 +15,7 @@ import {
15
15
  CreateMembersRequest,
16
16
  CreateMembersResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateMembersCommandInput extends CreateMembersRequest {}
19
20
  export interface CreateMembersCommandOutput
20
21
  extends CreateMembersResponse,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../DetectiveClient";
14
14
  import { DeleteGraphRequest } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface DeleteGraphCommandInput extends DeleteGraphRequest {}
16
17
  export interface DeleteGraphCommandOutput extends __MetadataBearer {}
17
18
  export declare class DeleteGraphCommand extends $Command<
@@ -15,6 +15,7 @@ import {
15
15
  DeleteMembersRequest,
16
16
  DeleteMembersResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeleteMembersCommandInput extends DeleteMembersRequest {}
19
20
  export interface DeleteMembersCommandOutput
20
21
  extends DeleteMembersResponse,
@@ -15,6 +15,7 @@ import {
15
15
  DescribeOrganizationConfigurationRequest,
16
16
  DescribeOrganizationConfigurationResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeOrganizationConfigurationCommandInput
19
20
  extends DescribeOrganizationConfigurationRequest {}
20
21
  export interface DescribeOrganizationConfigurationCommandOutput
@@ -11,6 +11,7 @@ import {
11
11
  ServiceInputTypes,
12
12
  ServiceOutputTypes,
13
13
  } from "../DetectiveClient";
14
+ export { __MetadataBearer, $Command };
14
15
  export interface DisableOrganizationAdminAccountCommandInput {}
15
16
  export interface DisableOrganizationAdminAccountCommandOutput
16
17
  extends __MetadataBearer {}
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../DetectiveClient";
14
14
  import { DisassociateMembershipRequest } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface DisassociateMembershipCommandInput
16
17
  extends DisassociateMembershipRequest {}
17
18
  export interface DisassociateMembershipCommandOutput extends __MetadataBearer {}
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../DetectiveClient";
14
14
  import { EnableOrganizationAdminAccountRequest } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface EnableOrganizationAdminAccountCommandInput
16
17
  extends EnableOrganizationAdminAccountRequest {}
17
18
  export interface EnableOrganizationAdminAccountCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../DetectiveClient";
14
14
  import { GetMembersRequest, GetMembersResponse } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface GetMembersCommandInput extends GetMembersRequest {}
16
17
  export interface GetMembersCommandOutput
17
18
  extends GetMembersResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ListDatasourcePackagesRequest,
16
16
  ListDatasourcePackagesResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListDatasourcePackagesCommandInput
19
20
  extends ListDatasourcePackagesRequest {}
20
21
  export interface ListDatasourcePackagesCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../DetectiveClient";
14
14
  import { ListGraphsRequest, ListGraphsResponse } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface ListGraphsCommandInput extends ListGraphsRequest {}
16
17
  export interface ListGraphsCommandOutput
17
18
  extends ListGraphsResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ListInvitationsRequest,
16
16
  ListInvitationsResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListInvitationsCommandInput extends ListInvitationsRequest {}
19
20
  export interface ListInvitationsCommandOutput
20
21
  extends ListInvitationsResponse,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../DetectiveClient";
14
14
  import { ListMembersRequest, ListMembersResponse } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface ListMembersCommandInput extends ListMembersRequest {}
16
17
  export interface ListMembersCommandOutput
17
18
  extends ListMembersResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ListOrganizationAdminAccountsRequest,
16
16
  ListOrganizationAdminAccountsResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListOrganizationAdminAccountsCommandInput
19
20
  extends ListOrganizationAdminAccountsRequest {}
20
21
  export interface ListOrganizationAdminAccountsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ListTagsForResourceRequest,
16
16
  ListTagsForResourceResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListTagsForResourceCommandInput
19
20
  extends ListTagsForResourceRequest {}
20
21
  export interface ListTagsForResourceCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../DetectiveClient";
14
14
  import { RejectInvitationRequest } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface RejectInvitationCommandInput extends RejectInvitationRequest {}
16
17
  export interface RejectInvitationCommandOutput extends __MetadataBearer {}
17
18
  export declare class RejectInvitationCommand extends $Command<
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../DetectiveClient";
14
14
  import { StartMonitoringMemberRequest } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface StartMonitoringMemberCommandInput
16
17
  extends StartMonitoringMemberRequest {}
17
18
  export interface StartMonitoringMemberCommandOutput extends __MetadataBearer {}