@aws-sdk/client-detective 3.131.0 → 3.142.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 (85) hide show
  1. package/CHANGELOG.md +34 -0
  2. package/README.md +7 -5
  3. package/dist-cjs/Detective.js +60 -0
  4. package/dist-cjs/commands/AcceptInvitationCommand.js +1 -1
  5. package/dist-cjs/commands/BatchGetGraphMemberDatasourcesCommand.js +36 -0
  6. package/dist-cjs/commands/BatchGetMembershipDatasourcesCommand.js +36 -0
  7. package/dist-cjs/commands/CreateGraphCommand.js +2 -2
  8. package/dist-cjs/commands/CreateMembersCommand.js +2 -2
  9. package/dist-cjs/commands/DeleteGraphCommand.js +1 -1
  10. package/dist-cjs/commands/DeleteMembersCommand.js +2 -2
  11. package/dist-cjs/commands/DescribeOrganizationConfigurationCommand.js +2 -2
  12. package/dist-cjs/commands/DisassociateMembershipCommand.js +1 -1
  13. package/dist-cjs/commands/EnableOrganizationAdminAccountCommand.js +1 -1
  14. package/dist-cjs/commands/GetMembersCommand.js +2 -2
  15. package/dist-cjs/commands/ListDatasourcePackagesCommand.js +36 -0
  16. package/dist-cjs/commands/ListGraphsCommand.js +2 -2
  17. package/dist-cjs/commands/ListInvitationsCommand.js +2 -2
  18. package/dist-cjs/commands/ListMembersCommand.js +2 -2
  19. package/dist-cjs/commands/ListOrganizationAdminAccountsCommand.js +2 -2
  20. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  21. package/dist-cjs/commands/RejectInvitationCommand.js +1 -1
  22. package/dist-cjs/commands/StartMonitoringMemberCommand.js +1 -1
  23. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  24. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  25. package/dist-cjs/commands/UpdateDatasourcePackagesCommand.js +36 -0
  26. package/dist-cjs/commands/UpdateOrganizationConfigurationCommand.js +1 -1
  27. package/dist-cjs/commands/index.js +4 -0
  28. package/dist-cjs/models/models_0.js +214 -217
  29. package/dist-cjs/pagination/ListDatasourcePackagesPaginator.js +36 -0
  30. package/dist-cjs/pagination/index.js +1 -0
  31. package/dist-cjs/protocols/Aws_restJson1.js +618 -306
  32. package/dist-es/Detective.js +60 -0
  33. package/dist-es/commands/AcceptInvitationCommand.js +2 -2
  34. package/dist-es/commands/BatchGetGraphMemberDatasourcesCommand.js +39 -0
  35. package/dist-es/commands/BatchGetMembershipDatasourcesCommand.js +39 -0
  36. package/dist-es/commands/CreateGraphCommand.js +3 -3
  37. package/dist-es/commands/CreateMembersCommand.js +3 -3
  38. package/dist-es/commands/DeleteGraphCommand.js +2 -2
  39. package/dist-es/commands/DeleteMembersCommand.js +3 -3
  40. package/dist-es/commands/DescribeOrganizationConfigurationCommand.js +3 -3
  41. package/dist-es/commands/DisassociateMembershipCommand.js +2 -2
  42. package/dist-es/commands/EnableOrganizationAdminAccountCommand.js +2 -2
  43. package/dist-es/commands/GetMembersCommand.js +3 -3
  44. package/dist-es/commands/ListDatasourcePackagesCommand.js +39 -0
  45. package/dist-es/commands/ListGraphsCommand.js +3 -3
  46. package/dist-es/commands/ListInvitationsCommand.js +3 -3
  47. package/dist-es/commands/ListMembersCommand.js +3 -3
  48. package/dist-es/commands/ListOrganizationAdminAccountsCommand.js +3 -3
  49. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  50. package/dist-es/commands/RejectInvitationCommand.js +2 -2
  51. package/dist-es/commands/StartMonitoringMemberCommand.js +2 -2
  52. package/dist-es/commands/TagResourceCommand.js +3 -3
  53. package/dist-es/commands/UntagResourceCommand.js +3 -3
  54. package/dist-es/commands/UpdateDatasourcePackagesCommand.js +39 -0
  55. package/dist-es/commands/UpdateOrganizationConfigurationCommand.js +2 -2
  56. package/dist-es/commands/index.js +4 -0
  57. package/dist-es/models/models_0.js +68 -144
  58. package/dist-es/pagination/ListDatasourcePackagesPaginator.js +75 -0
  59. package/dist-es/pagination/index.js +1 -0
  60. package/dist-es/protocols/Aws_restJson1.js +779 -307
  61. package/dist-types/Detective.d.ts +47 -12
  62. package/dist-types/DetectiveClient.d.ts +12 -6
  63. package/dist-types/commands/BatchGetGraphMemberDatasourcesCommand.d.ts +35 -0
  64. package/dist-types/commands/BatchGetMembershipDatasourcesCommand.d.ts +35 -0
  65. package/dist-types/commands/DisableOrganizationAdminAccountCommand.d.ts +6 -5
  66. package/dist-types/commands/EnableOrganizationAdminAccountCommand.d.ts +7 -3
  67. package/dist-types/commands/ListDatasourcePackagesCommand.d.ts +35 -0
  68. package/dist-types/commands/UpdateDatasourcePackagesCommand.d.ts +35 -0
  69. package/dist-types/commands/index.d.ts +4 -0
  70. package/dist-types/models/models_0.d.ts +376 -219
  71. package/dist-types/pagination/ListDatasourcePackagesPaginator.d.ts +4 -0
  72. package/dist-types/pagination/index.d.ts +1 -0
  73. package/dist-types/protocols/Aws_restJson1.d.ts +12 -0
  74. package/dist-types/ts3.4/Detective.d.ts +20 -0
  75. package/dist-types/ts3.4/DetectiveClient.d.ts +6 -2
  76. package/dist-types/ts3.4/commands/BatchGetGraphMemberDatasourcesCommand.d.ts +17 -0
  77. package/dist-types/ts3.4/commands/BatchGetMembershipDatasourcesCommand.d.ts +17 -0
  78. package/dist-types/ts3.4/commands/ListDatasourcePackagesCommand.d.ts +17 -0
  79. package/dist-types/ts3.4/commands/UpdateDatasourcePackagesCommand.d.ts +17 -0
  80. package/dist-types/ts3.4/commands/index.d.ts +4 -0
  81. package/dist-types/ts3.4/models/models_0.d.ts +195 -142
  82. package/dist-types/ts3.4/pagination/ListDatasourcePackagesPaginator.d.ts +4 -0
  83. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  84. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +12 -0
  85. package/package.json +6 -6
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListDatasourcePackagesCommandInput, ListDatasourcePackagesCommandOutput } from "../commands/ListDatasourcePackagesCommand";
3
+ import { DetectivePaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListDatasourcePackages(config: DetectivePaginationConfiguration, input: ListDatasourcePackagesCommandInput, ...additionalArguments: any): Paginator<ListDatasourcePackagesCommandOutput>;
@@ -1,4 +1,5 @@
1
1
  export * from "./Interfaces";
2
+ export * from "./ListDatasourcePackagesPaginator";
2
3
  export * from "./ListGraphsPaginator";
3
4
  export * from "./ListInvitationsPaginator";
4
5
  export * from "./ListMembersPaginator";
@@ -1,6 +1,8 @@
1
1
  import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
2
  import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
3
3
  import { AcceptInvitationCommandInput, AcceptInvitationCommandOutput } from "../commands/AcceptInvitationCommand";
4
+ import { BatchGetGraphMemberDatasourcesCommandInput, BatchGetGraphMemberDatasourcesCommandOutput } from "../commands/BatchGetGraphMemberDatasourcesCommand";
5
+ import { BatchGetMembershipDatasourcesCommandInput, BatchGetMembershipDatasourcesCommandOutput } from "../commands/BatchGetMembershipDatasourcesCommand";
4
6
  import { CreateGraphCommandInput, CreateGraphCommandOutput } from "../commands/CreateGraphCommand";
5
7
  import { CreateMembersCommandInput, CreateMembersCommandOutput } from "../commands/CreateMembersCommand";
6
8
  import { DeleteGraphCommandInput, DeleteGraphCommandOutput } from "../commands/DeleteGraphCommand";
@@ -10,6 +12,7 @@ import { DisableOrganizationAdminAccountCommandInput, DisableOrganizationAdminAc
10
12
  import { DisassociateMembershipCommandInput, DisassociateMembershipCommandOutput } from "../commands/DisassociateMembershipCommand";
11
13
  import { EnableOrganizationAdminAccountCommandInput, EnableOrganizationAdminAccountCommandOutput } from "../commands/EnableOrganizationAdminAccountCommand";
12
14
  import { GetMembersCommandInput, GetMembersCommandOutput } from "../commands/GetMembersCommand";
15
+ import { ListDatasourcePackagesCommandInput, ListDatasourcePackagesCommandOutput } from "../commands/ListDatasourcePackagesCommand";
13
16
  import { ListGraphsCommandInput, ListGraphsCommandOutput } from "../commands/ListGraphsCommand";
14
17
  import { ListInvitationsCommandInput, ListInvitationsCommandOutput } from "../commands/ListInvitationsCommand";
15
18
  import { ListMembersCommandInput, ListMembersCommandOutput } from "../commands/ListMembersCommand";
@@ -19,8 +22,11 @@ import { RejectInvitationCommandInput, RejectInvitationCommandOutput } from "../
19
22
  import { StartMonitoringMemberCommandInput, StartMonitoringMemberCommandOutput } from "../commands/StartMonitoringMemberCommand";
20
23
  import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
21
24
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
25
+ import { UpdateDatasourcePackagesCommandInput, UpdateDatasourcePackagesCommandOutput } from "../commands/UpdateDatasourcePackagesCommand";
22
26
  import { UpdateOrganizationConfigurationCommandInput, UpdateOrganizationConfigurationCommandOutput } from "../commands/UpdateOrganizationConfigurationCommand";
23
27
  export declare const serializeAws_restJson1AcceptInvitationCommand: (input: AcceptInvitationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
28
+ export declare const serializeAws_restJson1BatchGetGraphMemberDatasourcesCommand: (input: BatchGetGraphMemberDatasourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
29
+ export declare const serializeAws_restJson1BatchGetMembershipDatasourcesCommand: (input: BatchGetMembershipDatasourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
24
30
  export declare const serializeAws_restJson1CreateGraphCommand: (input: CreateGraphCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
25
31
  export declare const serializeAws_restJson1CreateMembersCommand: (input: CreateMembersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
26
32
  export declare const serializeAws_restJson1DeleteGraphCommand: (input: DeleteGraphCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -30,6 +36,7 @@ export declare const serializeAws_restJson1DisableOrganizationAdminAccountComman
30
36
  export declare const serializeAws_restJson1DisassociateMembershipCommand: (input: DisassociateMembershipCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
31
37
  export declare const serializeAws_restJson1EnableOrganizationAdminAccountCommand: (input: EnableOrganizationAdminAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
32
38
  export declare const serializeAws_restJson1GetMembersCommand: (input: GetMembersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
39
+ export declare const serializeAws_restJson1ListDatasourcePackagesCommand: (input: ListDatasourcePackagesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
33
40
  export declare const serializeAws_restJson1ListGraphsCommand: (input: ListGraphsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
34
41
  export declare const serializeAws_restJson1ListInvitationsCommand: (input: ListInvitationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
35
42
  export declare const serializeAws_restJson1ListMembersCommand: (input: ListMembersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -39,8 +46,11 @@ export declare const serializeAws_restJson1RejectInvitationCommand: (input: Reje
39
46
  export declare const serializeAws_restJson1StartMonitoringMemberCommand: (input: StartMonitoringMemberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
40
47
  export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
41
48
  export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
+ export declare const serializeAws_restJson1UpdateDatasourcePackagesCommand: (input: UpdateDatasourcePackagesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
42
50
  export declare const serializeAws_restJson1UpdateOrganizationConfigurationCommand: (input: UpdateOrganizationConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
43
51
  export declare const deserializeAws_restJson1AcceptInvitationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AcceptInvitationCommandOutput>;
52
+ export declare const deserializeAws_restJson1BatchGetGraphMemberDatasourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetGraphMemberDatasourcesCommandOutput>;
53
+ export declare const deserializeAws_restJson1BatchGetMembershipDatasourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetMembershipDatasourcesCommandOutput>;
44
54
  export declare const deserializeAws_restJson1CreateGraphCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateGraphCommandOutput>;
45
55
  export declare const deserializeAws_restJson1CreateMembersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMembersCommandOutput>;
46
56
  export declare const deserializeAws_restJson1DeleteGraphCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteGraphCommandOutput>;
@@ -50,6 +60,7 @@ export declare const deserializeAws_restJson1DisableOrganizationAdminAccountComm
50
60
  export declare const deserializeAws_restJson1DisassociateMembershipCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateMembershipCommandOutput>;
51
61
  export declare const deserializeAws_restJson1EnableOrganizationAdminAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableOrganizationAdminAccountCommandOutput>;
52
62
  export declare const deserializeAws_restJson1GetMembersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMembersCommandOutput>;
63
+ export declare const deserializeAws_restJson1ListDatasourcePackagesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDatasourcePackagesCommandOutput>;
53
64
  export declare const deserializeAws_restJson1ListGraphsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListGraphsCommandOutput>;
54
65
  export declare const deserializeAws_restJson1ListInvitationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListInvitationsCommandOutput>;
55
66
  export declare const deserializeAws_restJson1ListMembersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMembersCommandOutput>;
@@ -59,4 +70,5 @@ export declare const deserializeAws_restJson1RejectInvitationCommand: (output: _
59
70
  export declare const deserializeAws_restJson1StartMonitoringMemberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartMonitoringMemberCommandOutput>;
60
71
  export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
61
72
  export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
73
+ export declare const deserializeAws_restJson1UpdateDatasourcePackagesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDatasourcePackagesCommandOutput>;
62
74
  export declare const deserializeAws_restJson1UpdateOrganizationConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateOrganizationConfigurationCommandOutput>;
@@ -1,5 +1,7 @@
1
1
  import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
2
  import { AcceptInvitationCommandInput, AcceptInvitationCommandOutput } from "./commands/AcceptInvitationCommand";
3
+ import { BatchGetGraphMemberDatasourcesCommandInput, BatchGetGraphMemberDatasourcesCommandOutput } from "./commands/BatchGetGraphMemberDatasourcesCommand";
4
+ import { BatchGetMembershipDatasourcesCommandInput, BatchGetMembershipDatasourcesCommandOutput } from "./commands/BatchGetMembershipDatasourcesCommand";
3
5
  import { CreateGraphCommandInput, CreateGraphCommandOutput } from "./commands/CreateGraphCommand";
4
6
  import { CreateMembersCommandInput, CreateMembersCommandOutput } from "./commands/CreateMembersCommand";
5
7
  import { DeleteGraphCommandInput, DeleteGraphCommandOutput } from "./commands/DeleteGraphCommand";
@@ -9,6 +11,7 @@ import { DisableOrganizationAdminAccountCommandInput, DisableOrganizationAdminAc
9
11
  import { DisassociateMembershipCommandInput, DisassociateMembershipCommandOutput } from "./commands/DisassociateMembershipCommand";
10
12
  import { EnableOrganizationAdminAccountCommandInput, EnableOrganizationAdminAccountCommandOutput } from "./commands/EnableOrganizationAdminAccountCommand";
11
13
  import { GetMembersCommandInput, GetMembersCommandOutput } from "./commands/GetMembersCommand";
14
+ import { ListDatasourcePackagesCommandInput, ListDatasourcePackagesCommandOutput } from "./commands/ListDatasourcePackagesCommand";
12
15
  import { ListGraphsCommandInput, ListGraphsCommandOutput } from "./commands/ListGraphsCommand";
13
16
  import { ListInvitationsCommandInput, ListInvitationsCommandOutput } from "./commands/ListInvitationsCommand";
14
17
  import { ListMembersCommandInput, ListMembersCommandOutput } from "./commands/ListMembersCommand";
@@ -18,6 +21,7 @@ import { RejectInvitationCommandInput, RejectInvitationCommandOutput } from "./c
18
21
  import { StartMonitoringMemberCommandInput, StartMonitoringMemberCommandOutput } from "./commands/StartMonitoringMemberCommand";
19
22
  import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
20
23
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
24
+ import { UpdateDatasourcePackagesCommandInput, UpdateDatasourcePackagesCommandOutput } from "./commands/UpdateDatasourcePackagesCommand";
21
25
  import { UpdateOrganizationConfigurationCommandInput, UpdateOrganizationConfigurationCommandOutput } from "./commands/UpdateOrganizationConfigurationCommand";
22
26
  import { DetectiveClient } from "./DetectiveClient";
23
27
 
@@ -27,6 +31,14 @@ export declare class Detective extends DetectiveClient {
27
31
  acceptInvitation(args: AcceptInvitationCommandInput, cb: (err: any, data?: AcceptInvitationCommandOutput) => void): void;
28
32
  acceptInvitation(args: AcceptInvitationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AcceptInvitationCommandOutput) => void): void;
29
33
 
34
+ batchGetGraphMemberDatasources(args: BatchGetGraphMemberDatasourcesCommandInput, options?: __HttpHandlerOptions): Promise<BatchGetGraphMemberDatasourcesCommandOutput>;
35
+ batchGetGraphMemberDatasources(args: BatchGetGraphMemberDatasourcesCommandInput, cb: (err: any, data?: BatchGetGraphMemberDatasourcesCommandOutput) => void): void;
36
+ batchGetGraphMemberDatasources(args: BatchGetGraphMemberDatasourcesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetGraphMemberDatasourcesCommandOutput) => void): void;
37
+
38
+ batchGetMembershipDatasources(args: BatchGetMembershipDatasourcesCommandInput, options?: __HttpHandlerOptions): Promise<BatchGetMembershipDatasourcesCommandOutput>;
39
+ batchGetMembershipDatasources(args: BatchGetMembershipDatasourcesCommandInput, cb: (err: any, data?: BatchGetMembershipDatasourcesCommandOutput) => void): void;
40
+ batchGetMembershipDatasources(args: BatchGetMembershipDatasourcesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetMembershipDatasourcesCommandOutput) => void): void;
41
+
30
42
  createGraph(args: CreateGraphCommandInput, options?: __HttpHandlerOptions): Promise<CreateGraphCommandOutput>;
31
43
  createGraph(args: CreateGraphCommandInput, cb: (err: any, data?: CreateGraphCommandOutput) => void): void;
32
44
  createGraph(args: CreateGraphCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateGraphCommandOutput) => void): void;
@@ -63,6 +75,10 @@ export declare class Detective extends DetectiveClient {
63
75
  getMembers(args: GetMembersCommandInput, cb: (err: any, data?: GetMembersCommandOutput) => void): void;
64
76
  getMembers(args: GetMembersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMembersCommandOutput) => void): void;
65
77
 
78
+ listDatasourcePackages(args: ListDatasourcePackagesCommandInput, options?: __HttpHandlerOptions): Promise<ListDatasourcePackagesCommandOutput>;
79
+ listDatasourcePackages(args: ListDatasourcePackagesCommandInput, cb: (err: any, data?: ListDatasourcePackagesCommandOutput) => void): void;
80
+ listDatasourcePackages(args: ListDatasourcePackagesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDatasourcePackagesCommandOutput) => void): void;
81
+
66
82
  listGraphs(args: ListGraphsCommandInput, options?: __HttpHandlerOptions): Promise<ListGraphsCommandOutput>;
67
83
  listGraphs(args: ListGraphsCommandInput, cb: (err: any, data?: ListGraphsCommandOutput) => void): void;
68
84
  listGraphs(args: ListGraphsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListGraphsCommandOutput) => void): void;
@@ -99,6 +115,10 @@ export declare class Detective extends DetectiveClient {
99
115
  untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
100
116
  untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
101
117
 
118
+ updateDatasourcePackages(args: UpdateDatasourcePackagesCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDatasourcePackagesCommandOutput>;
119
+ updateDatasourcePackages(args: UpdateDatasourcePackagesCommandInput, cb: (err: any, data?: UpdateDatasourcePackagesCommandOutput) => void): void;
120
+ updateDatasourcePackages(args: UpdateDatasourcePackagesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDatasourcePackagesCommandOutput) => void): void;
121
+
102
122
  updateOrganizationConfiguration(args: UpdateOrganizationConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateOrganizationConfigurationCommandOutput>;
103
123
  updateOrganizationConfiguration(args: UpdateOrganizationConfigurationCommandInput, cb: (err: any, data?: UpdateOrganizationConfigurationCommandOutput) => void): void;
104
124
  updateOrganizationConfiguration(args: UpdateOrganizationConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateOrganizationConfigurationCommandOutput) => void): void;
@@ -7,6 +7,8 @@ import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
7
  import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
8
  import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
9
  import { AcceptInvitationCommandInput, AcceptInvitationCommandOutput } from "./commands/AcceptInvitationCommand";
10
+ import { BatchGetGraphMemberDatasourcesCommandInput, BatchGetGraphMemberDatasourcesCommandOutput } from "./commands/BatchGetGraphMemberDatasourcesCommand";
11
+ import { BatchGetMembershipDatasourcesCommandInput, BatchGetMembershipDatasourcesCommandOutput } from "./commands/BatchGetMembershipDatasourcesCommand";
10
12
  import { CreateGraphCommandInput, CreateGraphCommandOutput } from "./commands/CreateGraphCommand";
11
13
  import { CreateMembersCommandInput, CreateMembersCommandOutput } from "./commands/CreateMembersCommand";
12
14
  import { DeleteGraphCommandInput, DeleteGraphCommandOutput } from "./commands/DeleteGraphCommand";
@@ -16,6 +18,7 @@ import { DisableOrganizationAdminAccountCommandInput, DisableOrganizationAdminAc
16
18
  import { DisassociateMembershipCommandInput, DisassociateMembershipCommandOutput } from "./commands/DisassociateMembershipCommand";
17
19
  import { EnableOrganizationAdminAccountCommandInput, EnableOrganizationAdminAccountCommandOutput } from "./commands/EnableOrganizationAdminAccountCommand";
18
20
  import { GetMembersCommandInput, GetMembersCommandOutput } from "./commands/GetMembersCommand";
21
+ import { ListDatasourcePackagesCommandInput, ListDatasourcePackagesCommandOutput } from "./commands/ListDatasourcePackagesCommand";
19
22
  import { ListGraphsCommandInput, ListGraphsCommandOutput } from "./commands/ListGraphsCommand";
20
23
  import { ListInvitationsCommandInput, ListInvitationsCommandOutput } from "./commands/ListInvitationsCommand";
21
24
  import { ListMembersCommandInput, ListMembersCommandOutput } from "./commands/ListMembersCommand";
@@ -25,9 +28,10 @@ import { RejectInvitationCommandInput, RejectInvitationCommandOutput } from "./c
25
28
  import { StartMonitoringMemberCommandInput, StartMonitoringMemberCommandOutput } from "./commands/StartMonitoringMemberCommand";
26
29
  import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
27
30
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
31
+ import { UpdateDatasourcePackagesCommandInput, UpdateDatasourcePackagesCommandOutput } from "./commands/UpdateDatasourcePackagesCommand";
28
32
  import { UpdateOrganizationConfigurationCommandInput, UpdateOrganizationConfigurationCommandOutput } from "./commands/UpdateOrganizationConfigurationCommand";
29
- export declare type ServiceInputTypes = AcceptInvitationCommandInput | CreateGraphCommandInput | CreateMembersCommandInput | DeleteGraphCommandInput | DeleteMembersCommandInput | DescribeOrganizationConfigurationCommandInput | DisableOrganizationAdminAccountCommandInput | DisassociateMembershipCommandInput | EnableOrganizationAdminAccountCommandInput | GetMembersCommandInput | ListGraphsCommandInput | ListInvitationsCommandInput | ListMembersCommandInput | ListOrganizationAdminAccountsCommandInput | ListTagsForResourceCommandInput | RejectInvitationCommandInput | StartMonitoringMemberCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateOrganizationConfigurationCommandInput;
30
- export declare type ServiceOutputTypes = AcceptInvitationCommandOutput | CreateGraphCommandOutput | CreateMembersCommandOutput | DeleteGraphCommandOutput | DeleteMembersCommandOutput | DescribeOrganizationConfigurationCommandOutput | DisableOrganizationAdminAccountCommandOutput | DisassociateMembershipCommandOutput | EnableOrganizationAdminAccountCommandOutput | GetMembersCommandOutput | ListGraphsCommandOutput | ListInvitationsCommandOutput | ListMembersCommandOutput | ListOrganizationAdminAccountsCommandOutput | ListTagsForResourceCommandOutput | RejectInvitationCommandOutput | StartMonitoringMemberCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateOrganizationConfigurationCommandOutput;
33
+ export declare type ServiceInputTypes = AcceptInvitationCommandInput | BatchGetGraphMemberDatasourcesCommandInput | BatchGetMembershipDatasourcesCommandInput | CreateGraphCommandInput | CreateMembersCommandInput | DeleteGraphCommandInput | DeleteMembersCommandInput | DescribeOrganizationConfigurationCommandInput | DisableOrganizationAdminAccountCommandInput | DisassociateMembershipCommandInput | EnableOrganizationAdminAccountCommandInput | GetMembersCommandInput | ListDatasourcePackagesCommandInput | ListGraphsCommandInput | ListInvitationsCommandInput | ListMembersCommandInput | ListOrganizationAdminAccountsCommandInput | ListTagsForResourceCommandInput | RejectInvitationCommandInput | StartMonitoringMemberCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateDatasourcePackagesCommandInput | UpdateOrganizationConfigurationCommandInput;
34
+ export declare type ServiceOutputTypes = AcceptInvitationCommandOutput | BatchGetGraphMemberDatasourcesCommandOutput | BatchGetMembershipDatasourcesCommandOutput | CreateGraphCommandOutput | CreateMembersCommandOutput | DeleteGraphCommandOutput | DeleteMembersCommandOutput | DescribeOrganizationConfigurationCommandOutput | DisableOrganizationAdminAccountCommandOutput | DisassociateMembershipCommandOutput | EnableOrganizationAdminAccountCommandOutput | GetMembersCommandOutput | ListDatasourcePackagesCommandOutput | ListGraphsCommandOutput | ListInvitationsCommandOutput | ListMembersCommandOutput | ListOrganizationAdminAccountsCommandOutput | ListTagsForResourceCommandOutput | RejectInvitationCommandOutput | StartMonitoringMemberCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateDatasourcePackagesCommandOutput | UpdateOrganizationConfigurationCommandOutput;
31
35
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
32
36
 
33
37
  requestHandler?: __HttpHandler;
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
4
+ import { BatchGetGraphMemberDatasourcesRequest, BatchGetGraphMemberDatasourcesResponse } from "../models/models_0";
5
+ export interface BatchGetGraphMemberDatasourcesCommandInput extends BatchGetGraphMemberDatasourcesRequest {
6
+ }
7
+ export interface BatchGetGraphMemberDatasourcesCommandOutput extends BatchGetGraphMemberDatasourcesResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class BatchGetGraphMemberDatasourcesCommand extends $Command<BatchGetGraphMemberDatasourcesCommandInput, BatchGetGraphMemberDatasourcesCommandOutput, DetectiveClientResolvedConfig> {
11
+ readonly input: BatchGetGraphMemberDatasourcesCommandInput;
12
+ constructor(input: BatchGetGraphMemberDatasourcesCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DetectiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchGetGraphMemberDatasourcesCommandInput, BatchGetGraphMemberDatasourcesCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
4
+ import { BatchGetMembershipDatasourcesRequest, BatchGetMembershipDatasourcesResponse } from "../models/models_0";
5
+ export interface BatchGetMembershipDatasourcesCommandInput extends BatchGetMembershipDatasourcesRequest {
6
+ }
7
+ export interface BatchGetMembershipDatasourcesCommandOutput extends BatchGetMembershipDatasourcesResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class BatchGetMembershipDatasourcesCommand extends $Command<BatchGetMembershipDatasourcesCommandInput, BatchGetMembershipDatasourcesCommandOutput, DetectiveClientResolvedConfig> {
11
+ readonly input: BatchGetMembershipDatasourcesCommandInput;
12
+ constructor(input: BatchGetMembershipDatasourcesCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DetectiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchGetMembershipDatasourcesCommandInput, BatchGetMembershipDatasourcesCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
4
+ import { ListDatasourcePackagesRequest, ListDatasourcePackagesResponse } from "../models/models_0";
5
+ export interface ListDatasourcePackagesCommandInput extends ListDatasourcePackagesRequest {
6
+ }
7
+ export interface ListDatasourcePackagesCommandOutput extends ListDatasourcePackagesResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListDatasourcePackagesCommand extends $Command<ListDatasourcePackagesCommandInput, ListDatasourcePackagesCommandOutput, DetectiveClientResolvedConfig> {
11
+ readonly input: ListDatasourcePackagesCommandInput;
12
+ constructor(input: ListDatasourcePackagesCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DetectiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDatasourcePackagesCommandInput, ListDatasourcePackagesCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
4
+ import { UpdateDatasourcePackagesRequest } from "../models/models_0";
5
+ export interface UpdateDatasourcePackagesCommandInput extends UpdateDatasourcePackagesRequest {
6
+ }
7
+ export interface UpdateDatasourcePackagesCommandOutput extends __MetadataBearer {
8
+ }
9
+
10
+ export declare class UpdateDatasourcePackagesCommand extends $Command<UpdateDatasourcePackagesCommandInput, UpdateDatasourcePackagesCommandOutput, DetectiveClientResolvedConfig> {
11
+ readonly input: UpdateDatasourcePackagesCommandInput;
12
+ constructor(input: UpdateDatasourcePackagesCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DetectiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateDatasourcePackagesCommandInput, UpdateDatasourcePackagesCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -1,4 +1,6 @@
1
1
  export * from "./AcceptInvitationCommand";
2
+ export * from "./BatchGetGraphMemberDatasourcesCommand";
3
+ export * from "./BatchGetMembershipDatasourcesCommand";
2
4
  export * from "./CreateGraphCommand";
3
5
  export * from "./CreateMembersCommand";
4
6
  export * from "./DeleteGraphCommand";
@@ -8,6 +10,7 @@ export * from "./DisableOrganizationAdminAccountCommand";
8
10
  export * from "./DisassociateMembershipCommand";
9
11
  export * from "./EnableOrganizationAdminAccountCommand";
10
12
  export * from "./GetMembersCommand";
13
+ export * from "./ListDatasourcePackagesCommand";
11
14
  export * from "./ListGraphsCommand";
12
15
  export * from "./ListInvitationsCommand";
13
16
  export * from "./ListMembersCommand";
@@ -17,4 +20,5 @@ export * from "./RejectInvitationCommand";
17
20
  export * from "./StartMonitoringMemberCommand";
18
21
  export * from "./TagResourceCommand";
19
22
  export * from "./UntagResourceCommand";
23
+ export * from "./UpdateDatasourcePackagesCommand";
20
24
  export * from "./UpdateOrganizationConfigurationCommand";