@aws-sdk/client-detective 3.303.0 → 3.309.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 (53) hide show
  1. package/dist-cjs/commands/AcceptInvitationCommand.js +2 -2
  2. package/dist-cjs/commands/BatchGetGraphMemberDatasourcesCommand.js +2 -2
  3. package/dist-cjs/commands/BatchGetMembershipDatasourcesCommand.js +2 -2
  4. package/dist-cjs/commands/CreateGraphCommand.js +2 -2
  5. package/dist-cjs/commands/CreateMembersCommand.js +2 -2
  6. package/dist-cjs/commands/DeleteGraphCommand.js +2 -2
  7. package/dist-cjs/commands/DeleteMembersCommand.js +2 -2
  8. package/dist-cjs/commands/DescribeOrganizationConfigurationCommand.js +2 -2
  9. package/dist-cjs/commands/DisableOrganizationAdminAccountCommand.js +2 -2
  10. package/dist-cjs/commands/DisassociateMembershipCommand.js +2 -2
  11. package/dist-cjs/commands/EnableOrganizationAdminAccountCommand.js +2 -2
  12. package/dist-cjs/commands/GetMembersCommand.js +2 -2
  13. package/dist-cjs/commands/ListDatasourcePackagesCommand.js +2 -2
  14. package/dist-cjs/commands/ListGraphsCommand.js +2 -2
  15. package/dist-cjs/commands/ListInvitationsCommand.js +2 -2
  16. package/dist-cjs/commands/ListMembersCommand.js +2 -2
  17. package/dist-cjs/commands/ListOrganizationAdminAccountsCommand.js +2 -2
  18. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  19. package/dist-cjs/commands/RejectInvitationCommand.js +2 -2
  20. package/dist-cjs/commands/StartMonitoringMemberCommand.js +2 -2
  21. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  22. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  23. package/dist-cjs/commands/UpdateDatasourcePackagesCommand.js +2 -2
  24. package/dist-cjs/commands/UpdateOrganizationConfigurationCommand.js +2 -2
  25. package/dist-cjs/protocols/Aws_restJson1.js +324 -326
  26. package/dist-es/commands/AcceptInvitationCommand.js +3 -3
  27. package/dist-es/commands/BatchGetGraphMemberDatasourcesCommand.js +3 -3
  28. package/dist-es/commands/BatchGetMembershipDatasourcesCommand.js +3 -3
  29. package/dist-es/commands/CreateGraphCommand.js +3 -3
  30. package/dist-es/commands/CreateMembersCommand.js +3 -3
  31. package/dist-es/commands/DeleteGraphCommand.js +3 -3
  32. package/dist-es/commands/DeleteMembersCommand.js +3 -3
  33. package/dist-es/commands/DescribeOrganizationConfigurationCommand.js +3 -3
  34. package/dist-es/commands/DisableOrganizationAdminAccountCommand.js +3 -3
  35. package/dist-es/commands/DisassociateMembershipCommand.js +3 -3
  36. package/dist-es/commands/EnableOrganizationAdminAccountCommand.js +3 -3
  37. package/dist-es/commands/GetMembersCommand.js +3 -3
  38. package/dist-es/commands/ListDatasourcePackagesCommand.js +3 -3
  39. package/dist-es/commands/ListGraphsCommand.js +3 -3
  40. package/dist-es/commands/ListInvitationsCommand.js +3 -3
  41. package/dist-es/commands/ListMembersCommand.js +3 -3
  42. package/dist-es/commands/ListOrganizationAdminAccountsCommand.js +3 -3
  43. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  44. package/dist-es/commands/RejectInvitationCommand.js +3 -3
  45. package/dist-es/commands/StartMonitoringMemberCommand.js +3 -3
  46. package/dist-es/commands/TagResourceCommand.js +3 -3
  47. package/dist-es/commands/UntagResourceCommand.js +3 -3
  48. package/dist-es/commands/UpdateDatasourcePackagesCommand.js +3 -3
  49. package/dist-es/commands/UpdateOrganizationConfigurationCommand.js +3 -3
  50. package/dist-es/protocols/Aws_restJson1.js +275 -277
  51. package/dist-types/protocols/Aws_restJson1.d.ts +192 -48
  52. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +48 -48
  53. package/package.json +29 -29
@@ -24,51 +24,195 @@ import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/T
24
24
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
25
25
  import { UpdateDatasourcePackagesCommandInput, UpdateDatasourcePackagesCommandOutput } from "../commands/UpdateDatasourcePackagesCommand";
26
26
  import { UpdateOrganizationConfigurationCommandInput, UpdateOrganizationConfigurationCommandOutput } from "../commands/UpdateOrganizationConfigurationCommand";
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>;
30
- export declare const serializeAws_restJson1CreateGraphCommand: (input: CreateGraphCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
31
- export declare const serializeAws_restJson1CreateMembersCommand: (input: CreateMembersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
32
- export declare const serializeAws_restJson1DeleteGraphCommand: (input: DeleteGraphCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
33
- export declare const serializeAws_restJson1DeleteMembersCommand: (input: DeleteMembersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
34
- export declare const serializeAws_restJson1DescribeOrganizationConfigurationCommand: (input: DescribeOrganizationConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
35
- export declare const serializeAws_restJson1DisableOrganizationAdminAccountCommand: (input: DisableOrganizationAdminAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
36
- export declare const serializeAws_restJson1DisassociateMembershipCommand: (input: DisassociateMembershipCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
37
- export declare const serializeAws_restJson1EnableOrganizationAdminAccountCommand: (input: EnableOrganizationAdminAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
38
- export declare const serializeAws_restJson1GetMembersCommand: (input: GetMembersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
39
- export declare const serializeAws_restJson1ListDatasourcePackagesCommand: (input: ListDatasourcePackagesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
40
- export declare const serializeAws_restJson1ListGraphsCommand: (input: ListGraphsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
41
- export declare const serializeAws_restJson1ListInvitationsCommand: (input: ListInvitationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
42
- export declare const serializeAws_restJson1ListMembersCommand: (input: ListMembersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
43
- export declare const serializeAws_restJson1ListOrganizationAdminAccountsCommand: (input: ListOrganizationAdminAccountsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
44
- export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
45
- export declare const serializeAws_restJson1RejectInvitationCommand: (input: RejectInvitationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
- export declare const serializeAws_restJson1StartMonitoringMemberCommand: (input: StartMonitoringMemberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
47
- export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
48
- export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
- export declare const serializeAws_restJson1UpdateDatasourcePackagesCommand: (input: UpdateDatasourcePackagesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
- export declare const serializeAws_restJson1UpdateOrganizationConfigurationCommand: (input: UpdateOrganizationConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
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>;
54
- export declare const deserializeAws_restJson1CreateGraphCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateGraphCommandOutput>;
55
- export declare const deserializeAws_restJson1CreateMembersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMembersCommandOutput>;
56
- export declare const deserializeAws_restJson1DeleteGraphCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteGraphCommandOutput>;
57
- export declare const deserializeAws_restJson1DeleteMembersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMembersCommandOutput>;
58
- export declare const deserializeAws_restJson1DescribeOrganizationConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeOrganizationConfigurationCommandOutput>;
59
- export declare const deserializeAws_restJson1DisableOrganizationAdminAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableOrganizationAdminAccountCommandOutput>;
60
- export declare const deserializeAws_restJson1DisassociateMembershipCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateMembershipCommandOutput>;
61
- export declare const deserializeAws_restJson1EnableOrganizationAdminAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableOrganizationAdminAccountCommandOutput>;
62
- export declare const deserializeAws_restJson1GetMembersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMembersCommandOutput>;
63
- export declare const deserializeAws_restJson1ListDatasourcePackagesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDatasourcePackagesCommandOutput>;
64
- export declare const deserializeAws_restJson1ListGraphsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListGraphsCommandOutput>;
65
- export declare const deserializeAws_restJson1ListInvitationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListInvitationsCommandOutput>;
66
- export declare const deserializeAws_restJson1ListMembersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMembersCommandOutput>;
67
- export declare const deserializeAws_restJson1ListOrganizationAdminAccountsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListOrganizationAdminAccountsCommandOutput>;
68
- export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
69
- export declare const deserializeAws_restJson1RejectInvitationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RejectInvitationCommandOutput>;
70
- export declare const deserializeAws_restJson1StartMonitoringMemberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartMonitoringMemberCommandOutput>;
71
- export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
72
- export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
73
- export declare const deserializeAws_restJson1UpdateDatasourcePackagesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDatasourcePackagesCommandOutput>;
74
- export declare const deserializeAws_restJson1UpdateOrganizationConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateOrganizationConfigurationCommandOutput>;
27
+ /**
28
+ * serializeAws_restJson1AcceptInvitationCommand
29
+ */
30
+ export declare const se_AcceptInvitationCommand: (input: AcceptInvitationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
31
+ /**
32
+ * serializeAws_restJson1BatchGetGraphMemberDatasourcesCommand
33
+ */
34
+ export declare const se_BatchGetGraphMemberDatasourcesCommand: (input: BatchGetGraphMemberDatasourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
35
+ /**
36
+ * serializeAws_restJson1BatchGetMembershipDatasourcesCommand
37
+ */
38
+ export declare const se_BatchGetMembershipDatasourcesCommand: (input: BatchGetMembershipDatasourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
39
+ /**
40
+ * serializeAws_restJson1CreateGraphCommand
41
+ */
42
+ export declare const se_CreateGraphCommand: (input: CreateGraphCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
43
+ /**
44
+ * serializeAws_restJson1CreateMembersCommand
45
+ */
46
+ export declare const se_CreateMembersCommand: (input: CreateMembersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
47
+ /**
48
+ * serializeAws_restJson1DeleteGraphCommand
49
+ */
50
+ export declare const se_DeleteGraphCommand: (input: DeleteGraphCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
+ /**
52
+ * serializeAws_restJson1DeleteMembersCommand
53
+ */
54
+ export declare const se_DeleteMembersCommand: (input: DeleteMembersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
+ /**
56
+ * serializeAws_restJson1DescribeOrganizationConfigurationCommand
57
+ */
58
+ export declare const se_DescribeOrganizationConfigurationCommand: (input: DescribeOrganizationConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
+ /**
60
+ * serializeAws_restJson1DisableOrganizationAdminAccountCommand
61
+ */
62
+ export declare const se_DisableOrganizationAdminAccountCommand: (input: DisableOrganizationAdminAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
+ /**
64
+ * serializeAws_restJson1DisassociateMembershipCommand
65
+ */
66
+ export declare const se_DisassociateMembershipCommand: (input: DisassociateMembershipCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
+ /**
68
+ * serializeAws_restJson1EnableOrganizationAdminAccountCommand
69
+ */
70
+ export declare const se_EnableOrganizationAdminAccountCommand: (input: EnableOrganizationAdminAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
+ /**
72
+ * serializeAws_restJson1GetMembersCommand
73
+ */
74
+ export declare const se_GetMembersCommand: (input: GetMembersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
+ /**
76
+ * serializeAws_restJson1ListDatasourcePackagesCommand
77
+ */
78
+ export declare const se_ListDatasourcePackagesCommand: (input: ListDatasourcePackagesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
79
+ /**
80
+ * serializeAws_restJson1ListGraphsCommand
81
+ */
82
+ export declare const se_ListGraphsCommand: (input: ListGraphsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
83
+ /**
84
+ * serializeAws_restJson1ListInvitationsCommand
85
+ */
86
+ export declare const se_ListInvitationsCommand: (input: ListInvitationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
87
+ /**
88
+ * serializeAws_restJson1ListMembersCommand
89
+ */
90
+ export declare const se_ListMembersCommand: (input: ListMembersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
91
+ /**
92
+ * serializeAws_restJson1ListOrganizationAdminAccountsCommand
93
+ */
94
+ export declare const se_ListOrganizationAdminAccountsCommand: (input: ListOrganizationAdminAccountsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
95
+ /**
96
+ * serializeAws_restJson1ListTagsForResourceCommand
97
+ */
98
+ export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
99
+ /**
100
+ * serializeAws_restJson1RejectInvitationCommand
101
+ */
102
+ export declare const se_RejectInvitationCommand: (input: RejectInvitationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
103
+ /**
104
+ * serializeAws_restJson1StartMonitoringMemberCommand
105
+ */
106
+ export declare const se_StartMonitoringMemberCommand: (input: StartMonitoringMemberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
107
+ /**
108
+ * serializeAws_restJson1TagResourceCommand
109
+ */
110
+ export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
111
+ /**
112
+ * serializeAws_restJson1UntagResourceCommand
113
+ */
114
+ export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
115
+ /**
116
+ * serializeAws_restJson1UpdateDatasourcePackagesCommand
117
+ */
118
+ export declare const se_UpdateDatasourcePackagesCommand: (input: UpdateDatasourcePackagesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
119
+ /**
120
+ * serializeAws_restJson1UpdateOrganizationConfigurationCommand
121
+ */
122
+ export declare const se_UpdateOrganizationConfigurationCommand: (input: UpdateOrganizationConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
123
+ /**
124
+ * deserializeAws_restJson1AcceptInvitationCommand
125
+ */
126
+ export declare const de_AcceptInvitationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AcceptInvitationCommandOutput>;
127
+ /**
128
+ * deserializeAws_restJson1BatchGetGraphMemberDatasourcesCommand
129
+ */
130
+ export declare const de_BatchGetGraphMemberDatasourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetGraphMemberDatasourcesCommandOutput>;
131
+ /**
132
+ * deserializeAws_restJson1BatchGetMembershipDatasourcesCommand
133
+ */
134
+ export declare const de_BatchGetMembershipDatasourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetMembershipDatasourcesCommandOutput>;
135
+ /**
136
+ * deserializeAws_restJson1CreateGraphCommand
137
+ */
138
+ export declare const de_CreateGraphCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateGraphCommandOutput>;
139
+ /**
140
+ * deserializeAws_restJson1CreateMembersCommand
141
+ */
142
+ export declare const de_CreateMembersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMembersCommandOutput>;
143
+ /**
144
+ * deserializeAws_restJson1DeleteGraphCommand
145
+ */
146
+ export declare const de_DeleteGraphCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteGraphCommandOutput>;
147
+ /**
148
+ * deserializeAws_restJson1DeleteMembersCommand
149
+ */
150
+ export declare const de_DeleteMembersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMembersCommandOutput>;
151
+ /**
152
+ * deserializeAws_restJson1DescribeOrganizationConfigurationCommand
153
+ */
154
+ export declare const de_DescribeOrganizationConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeOrganizationConfigurationCommandOutput>;
155
+ /**
156
+ * deserializeAws_restJson1DisableOrganizationAdminAccountCommand
157
+ */
158
+ export declare const de_DisableOrganizationAdminAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableOrganizationAdminAccountCommandOutput>;
159
+ /**
160
+ * deserializeAws_restJson1DisassociateMembershipCommand
161
+ */
162
+ export declare const de_DisassociateMembershipCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateMembershipCommandOutput>;
163
+ /**
164
+ * deserializeAws_restJson1EnableOrganizationAdminAccountCommand
165
+ */
166
+ export declare const de_EnableOrganizationAdminAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableOrganizationAdminAccountCommandOutput>;
167
+ /**
168
+ * deserializeAws_restJson1GetMembersCommand
169
+ */
170
+ export declare const de_GetMembersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMembersCommandOutput>;
171
+ /**
172
+ * deserializeAws_restJson1ListDatasourcePackagesCommand
173
+ */
174
+ export declare const de_ListDatasourcePackagesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDatasourcePackagesCommandOutput>;
175
+ /**
176
+ * deserializeAws_restJson1ListGraphsCommand
177
+ */
178
+ export declare const de_ListGraphsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListGraphsCommandOutput>;
179
+ /**
180
+ * deserializeAws_restJson1ListInvitationsCommand
181
+ */
182
+ export declare const de_ListInvitationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListInvitationsCommandOutput>;
183
+ /**
184
+ * deserializeAws_restJson1ListMembersCommand
185
+ */
186
+ export declare const de_ListMembersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMembersCommandOutput>;
187
+ /**
188
+ * deserializeAws_restJson1ListOrganizationAdminAccountsCommand
189
+ */
190
+ export declare const de_ListOrganizationAdminAccountsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListOrganizationAdminAccountsCommandOutput>;
191
+ /**
192
+ * deserializeAws_restJson1ListTagsForResourceCommand
193
+ */
194
+ export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
195
+ /**
196
+ * deserializeAws_restJson1RejectInvitationCommand
197
+ */
198
+ export declare const de_RejectInvitationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RejectInvitationCommandOutput>;
199
+ /**
200
+ * deserializeAws_restJson1StartMonitoringMemberCommand
201
+ */
202
+ export declare const de_StartMonitoringMemberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartMonitoringMemberCommandOutput>;
203
+ /**
204
+ * deserializeAws_restJson1TagResourceCommand
205
+ */
206
+ export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
207
+ /**
208
+ * deserializeAws_restJson1UntagResourceCommand
209
+ */
210
+ export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
211
+ /**
212
+ * deserializeAws_restJson1UpdateDatasourcePackagesCommand
213
+ */
214
+ export declare const de_UpdateDatasourcePackagesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDatasourcePackagesCommandOutput>;
215
+ /**
216
+ * deserializeAws_restJson1UpdateOrganizationConfigurationCommand
217
+ */
218
+ export declare const de_UpdateOrganizationConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateOrganizationConfigurationCommandOutput>;
@@ -99,195 +99,195 @@ import {
99
99
  UpdateOrganizationConfigurationCommandInput,
100
100
  UpdateOrganizationConfigurationCommandOutput,
101
101
  } from "../commands/UpdateOrganizationConfigurationCommand";
102
- export declare const serializeAws_restJson1AcceptInvitationCommand: (
102
+ export declare const se_AcceptInvitationCommand: (
103
103
  input: AcceptInvitationCommandInput,
104
104
  context: __SerdeContext
105
105
  ) => Promise<__HttpRequest>;
106
- export declare const serializeAws_restJson1BatchGetGraphMemberDatasourcesCommand: (
106
+ export declare const se_BatchGetGraphMemberDatasourcesCommand: (
107
107
  input: BatchGetGraphMemberDatasourcesCommandInput,
108
108
  context: __SerdeContext
109
109
  ) => Promise<__HttpRequest>;
110
- export declare const serializeAws_restJson1BatchGetMembershipDatasourcesCommand: (
110
+ export declare const se_BatchGetMembershipDatasourcesCommand: (
111
111
  input: BatchGetMembershipDatasourcesCommandInput,
112
112
  context: __SerdeContext
113
113
  ) => Promise<__HttpRequest>;
114
- export declare const serializeAws_restJson1CreateGraphCommand: (
114
+ export declare const se_CreateGraphCommand: (
115
115
  input: CreateGraphCommandInput,
116
116
  context: __SerdeContext
117
117
  ) => Promise<__HttpRequest>;
118
- export declare const serializeAws_restJson1CreateMembersCommand: (
118
+ export declare const se_CreateMembersCommand: (
119
119
  input: CreateMembersCommandInput,
120
120
  context: __SerdeContext
121
121
  ) => Promise<__HttpRequest>;
122
- export declare const serializeAws_restJson1DeleteGraphCommand: (
122
+ export declare const se_DeleteGraphCommand: (
123
123
  input: DeleteGraphCommandInput,
124
124
  context: __SerdeContext
125
125
  ) => Promise<__HttpRequest>;
126
- export declare const serializeAws_restJson1DeleteMembersCommand: (
126
+ export declare const se_DeleteMembersCommand: (
127
127
  input: DeleteMembersCommandInput,
128
128
  context: __SerdeContext
129
129
  ) => Promise<__HttpRequest>;
130
- export declare const serializeAws_restJson1DescribeOrganizationConfigurationCommand: (
130
+ export declare const se_DescribeOrganizationConfigurationCommand: (
131
131
  input: DescribeOrganizationConfigurationCommandInput,
132
132
  context: __SerdeContext
133
133
  ) => Promise<__HttpRequest>;
134
- export declare const serializeAws_restJson1DisableOrganizationAdminAccountCommand: (
134
+ export declare const se_DisableOrganizationAdminAccountCommand: (
135
135
  input: DisableOrganizationAdminAccountCommandInput,
136
136
  context: __SerdeContext
137
137
  ) => Promise<__HttpRequest>;
138
- export declare const serializeAws_restJson1DisassociateMembershipCommand: (
138
+ export declare const se_DisassociateMembershipCommand: (
139
139
  input: DisassociateMembershipCommandInput,
140
140
  context: __SerdeContext
141
141
  ) => Promise<__HttpRequest>;
142
- export declare const serializeAws_restJson1EnableOrganizationAdminAccountCommand: (
142
+ export declare const se_EnableOrganizationAdminAccountCommand: (
143
143
  input: EnableOrganizationAdminAccountCommandInput,
144
144
  context: __SerdeContext
145
145
  ) => Promise<__HttpRequest>;
146
- export declare const serializeAws_restJson1GetMembersCommand: (
146
+ export declare const se_GetMembersCommand: (
147
147
  input: GetMembersCommandInput,
148
148
  context: __SerdeContext
149
149
  ) => Promise<__HttpRequest>;
150
- export declare const serializeAws_restJson1ListDatasourcePackagesCommand: (
150
+ export declare const se_ListDatasourcePackagesCommand: (
151
151
  input: ListDatasourcePackagesCommandInput,
152
152
  context: __SerdeContext
153
153
  ) => Promise<__HttpRequest>;
154
- export declare const serializeAws_restJson1ListGraphsCommand: (
154
+ export declare const se_ListGraphsCommand: (
155
155
  input: ListGraphsCommandInput,
156
156
  context: __SerdeContext
157
157
  ) => Promise<__HttpRequest>;
158
- export declare const serializeAws_restJson1ListInvitationsCommand: (
158
+ export declare const se_ListInvitationsCommand: (
159
159
  input: ListInvitationsCommandInput,
160
160
  context: __SerdeContext
161
161
  ) => Promise<__HttpRequest>;
162
- export declare const serializeAws_restJson1ListMembersCommand: (
162
+ export declare const se_ListMembersCommand: (
163
163
  input: ListMembersCommandInput,
164
164
  context: __SerdeContext
165
165
  ) => Promise<__HttpRequest>;
166
- export declare const serializeAws_restJson1ListOrganizationAdminAccountsCommand: (
166
+ export declare const se_ListOrganizationAdminAccountsCommand: (
167
167
  input: ListOrganizationAdminAccountsCommandInput,
168
168
  context: __SerdeContext
169
169
  ) => Promise<__HttpRequest>;
170
- export declare const serializeAws_restJson1ListTagsForResourceCommand: (
170
+ export declare const se_ListTagsForResourceCommand: (
171
171
  input: ListTagsForResourceCommandInput,
172
172
  context: __SerdeContext
173
173
  ) => Promise<__HttpRequest>;
174
- export declare const serializeAws_restJson1RejectInvitationCommand: (
174
+ export declare const se_RejectInvitationCommand: (
175
175
  input: RejectInvitationCommandInput,
176
176
  context: __SerdeContext
177
177
  ) => Promise<__HttpRequest>;
178
- export declare const serializeAws_restJson1StartMonitoringMemberCommand: (
178
+ export declare const se_StartMonitoringMemberCommand: (
179
179
  input: StartMonitoringMemberCommandInput,
180
180
  context: __SerdeContext
181
181
  ) => Promise<__HttpRequest>;
182
- export declare const serializeAws_restJson1TagResourceCommand: (
182
+ export declare const se_TagResourceCommand: (
183
183
  input: TagResourceCommandInput,
184
184
  context: __SerdeContext
185
185
  ) => Promise<__HttpRequest>;
186
- export declare const serializeAws_restJson1UntagResourceCommand: (
186
+ export declare const se_UntagResourceCommand: (
187
187
  input: UntagResourceCommandInput,
188
188
  context: __SerdeContext
189
189
  ) => Promise<__HttpRequest>;
190
- export declare const serializeAws_restJson1UpdateDatasourcePackagesCommand: (
190
+ export declare const se_UpdateDatasourcePackagesCommand: (
191
191
  input: UpdateDatasourcePackagesCommandInput,
192
192
  context: __SerdeContext
193
193
  ) => Promise<__HttpRequest>;
194
- export declare const serializeAws_restJson1UpdateOrganizationConfigurationCommand: (
194
+ export declare const se_UpdateOrganizationConfigurationCommand: (
195
195
  input: UpdateOrganizationConfigurationCommandInput,
196
196
  context: __SerdeContext
197
197
  ) => Promise<__HttpRequest>;
198
- export declare const deserializeAws_restJson1AcceptInvitationCommand: (
198
+ export declare const de_AcceptInvitationCommand: (
199
199
  output: __HttpResponse,
200
200
  context: __SerdeContext
201
201
  ) => Promise<AcceptInvitationCommandOutput>;
202
- export declare const deserializeAws_restJson1BatchGetGraphMemberDatasourcesCommand: (
202
+ export declare const de_BatchGetGraphMemberDatasourcesCommand: (
203
203
  output: __HttpResponse,
204
204
  context: __SerdeContext
205
205
  ) => Promise<BatchGetGraphMemberDatasourcesCommandOutput>;
206
- export declare const deserializeAws_restJson1BatchGetMembershipDatasourcesCommand: (
206
+ export declare const de_BatchGetMembershipDatasourcesCommand: (
207
207
  output: __HttpResponse,
208
208
  context: __SerdeContext
209
209
  ) => Promise<BatchGetMembershipDatasourcesCommandOutput>;
210
- export declare const deserializeAws_restJson1CreateGraphCommand: (
210
+ export declare const de_CreateGraphCommand: (
211
211
  output: __HttpResponse,
212
212
  context: __SerdeContext
213
213
  ) => Promise<CreateGraphCommandOutput>;
214
- export declare const deserializeAws_restJson1CreateMembersCommand: (
214
+ export declare const de_CreateMembersCommand: (
215
215
  output: __HttpResponse,
216
216
  context: __SerdeContext
217
217
  ) => Promise<CreateMembersCommandOutput>;
218
- export declare const deserializeAws_restJson1DeleteGraphCommand: (
218
+ export declare const de_DeleteGraphCommand: (
219
219
  output: __HttpResponse,
220
220
  context: __SerdeContext
221
221
  ) => Promise<DeleteGraphCommandOutput>;
222
- export declare const deserializeAws_restJson1DeleteMembersCommand: (
222
+ export declare const de_DeleteMembersCommand: (
223
223
  output: __HttpResponse,
224
224
  context: __SerdeContext
225
225
  ) => Promise<DeleteMembersCommandOutput>;
226
- export declare const deserializeAws_restJson1DescribeOrganizationConfigurationCommand: (
226
+ export declare const de_DescribeOrganizationConfigurationCommand: (
227
227
  output: __HttpResponse,
228
228
  context: __SerdeContext
229
229
  ) => Promise<DescribeOrganizationConfigurationCommandOutput>;
230
- export declare const deserializeAws_restJson1DisableOrganizationAdminAccountCommand: (
230
+ export declare const de_DisableOrganizationAdminAccountCommand: (
231
231
  output: __HttpResponse,
232
232
  context: __SerdeContext
233
233
  ) => Promise<DisableOrganizationAdminAccountCommandOutput>;
234
- export declare const deserializeAws_restJson1DisassociateMembershipCommand: (
234
+ export declare const de_DisassociateMembershipCommand: (
235
235
  output: __HttpResponse,
236
236
  context: __SerdeContext
237
237
  ) => Promise<DisassociateMembershipCommandOutput>;
238
- export declare const deserializeAws_restJson1EnableOrganizationAdminAccountCommand: (
238
+ export declare const de_EnableOrganizationAdminAccountCommand: (
239
239
  output: __HttpResponse,
240
240
  context: __SerdeContext
241
241
  ) => Promise<EnableOrganizationAdminAccountCommandOutput>;
242
- export declare const deserializeAws_restJson1GetMembersCommand: (
242
+ export declare const de_GetMembersCommand: (
243
243
  output: __HttpResponse,
244
244
  context: __SerdeContext
245
245
  ) => Promise<GetMembersCommandOutput>;
246
- export declare const deserializeAws_restJson1ListDatasourcePackagesCommand: (
246
+ export declare const de_ListDatasourcePackagesCommand: (
247
247
  output: __HttpResponse,
248
248
  context: __SerdeContext
249
249
  ) => Promise<ListDatasourcePackagesCommandOutput>;
250
- export declare const deserializeAws_restJson1ListGraphsCommand: (
250
+ export declare const de_ListGraphsCommand: (
251
251
  output: __HttpResponse,
252
252
  context: __SerdeContext
253
253
  ) => Promise<ListGraphsCommandOutput>;
254
- export declare const deserializeAws_restJson1ListInvitationsCommand: (
254
+ export declare const de_ListInvitationsCommand: (
255
255
  output: __HttpResponse,
256
256
  context: __SerdeContext
257
257
  ) => Promise<ListInvitationsCommandOutput>;
258
- export declare const deserializeAws_restJson1ListMembersCommand: (
258
+ export declare const de_ListMembersCommand: (
259
259
  output: __HttpResponse,
260
260
  context: __SerdeContext
261
261
  ) => Promise<ListMembersCommandOutput>;
262
- export declare const deserializeAws_restJson1ListOrganizationAdminAccountsCommand: (
262
+ export declare const de_ListOrganizationAdminAccountsCommand: (
263
263
  output: __HttpResponse,
264
264
  context: __SerdeContext
265
265
  ) => Promise<ListOrganizationAdminAccountsCommandOutput>;
266
- export declare const deserializeAws_restJson1ListTagsForResourceCommand: (
266
+ export declare const de_ListTagsForResourceCommand: (
267
267
  output: __HttpResponse,
268
268
  context: __SerdeContext
269
269
  ) => Promise<ListTagsForResourceCommandOutput>;
270
- export declare const deserializeAws_restJson1RejectInvitationCommand: (
270
+ export declare const de_RejectInvitationCommand: (
271
271
  output: __HttpResponse,
272
272
  context: __SerdeContext
273
273
  ) => Promise<RejectInvitationCommandOutput>;
274
- export declare const deserializeAws_restJson1StartMonitoringMemberCommand: (
274
+ export declare const de_StartMonitoringMemberCommand: (
275
275
  output: __HttpResponse,
276
276
  context: __SerdeContext
277
277
  ) => Promise<StartMonitoringMemberCommandOutput>;
278
- export declare const deserializeAws_restJson1TagResourceCommand: (
278
+ export declare const de_TagResourceCommand: (
279
279
  output: __HttpResponse,
280
280
  context: __SerdeContext
281
281
  ) => Promise<TagResourceCommandOutput>;
282
- export declare const deserializeAws_restJson1UntagResourceCommand: (
282
+ export declare const de_UntagResourceCommand: (
283
283
  output: __HttpResponse,
284
284
  context: __SerdeContext
285
285
  ) => Promise<UntagResourceCommandOutput>;
286
- export declare const deserializeAws_restJson1UpdateDatasourcePackagesCommand: (
286
+ export declare const de_UpdateDatasourcePackagesCommand: (
287
287
  output: __HttpResponse,
288
288
  context: __SerdeContext
289
289
  ) => Promise<UpdateDatasourcePackagesCommandOutput>;
290
- export declare const deserializeAws_restJson1UpdateOrganizationConfigurationCommand: (
290
+ export declare const de_UpdateOrganizationConfigurationCommand: (
291
291
  output: __HttpResponse,
292
292
  context: __SerdeContext
293
293
  ) => Promise<UpdateOrganizationConfigurationCommandOutput>;
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.303.0",
4
+ "version": "3.309.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",
@@ -21,37 +21,37 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.303.0",
25
- "@aws-sdk/config-resolver": "3.303.0",
26
- "@aws-sdk/credential-provider-node": "3.303.0",
27
- "@aws-sdk/fetch-http-handler": "3.303.0",
28
- "@aws-sdk/hash-node": "3.303.0",
29
- "@aws-sdk/invalid-dependency": "3.303.0",
30
- "@aws-sdk/middleware-content-length": "3.303.0",
31
- "@aws-sdk/middleware-endpoint": "3.303.0",
32
- "@aws-sdk/middleware-host-header": "3.303.0",
33
- "@aws-sdk/middleware-logger": "3.303.0",
34
- "@aws-sdk/middleware-recursion-detection": "3.303.0",
35
- "@aws-sdk/middleware-retry": "3.303.0",
36
- "@aws-sdk/middleware-serde": "3.303.0",
37
- "@aws-sdk/middleware-signing": "3.303.0",
38
- "@aws-sdk/middleware-stack": "3.303.0",
39
- "@aws-sdk/middleware-user-agent": "3.303.0",
40
- "@aws-sdk/node-config-provider": "3.303.0",
41
- "@aws-sdk/node-http-handler": "3.303.0",
42
- "@aws-sdk/protocol-http": "3.303.0",
43
- "@aws-sdk/smithy-client": "3.303.0",
44
- "@aws-sdk/types": "3.303.0",
45
- "@aws-sdk/url-parser": "3.303.0",
24
+ "@aws-sdk/client-sts": "3.309.0",
25
+ "@aws-sdk/config-resolver": "3.306.0",
26
+ "@aws-sdk/credential-provider-node": "3.309.0",
27
+ "@aws-sdk/fetch-http-handler": "3.306.0",
28
+ "@aws-sdk/hash-node": "3.306.0",
29
+ "@aws-sdk/invalid-dependency": "3.306.0",
30
+ "@aws-sdk/middleware-content-length": "3.306.0",
31
+ "@aws-sdk/middleware-endpoint": "3.306.0",
32
+ "@aws-sdk/middleware-host-header": "3.306.0",
33
+ "@aws-sdk/middleware-logger": "3.306.0",
34
+ "@aws-sdk/middleware-recursion-detection": "3.306.0",
35
+ "@aws-sdk/middleware-retry": "3.306.0",
36
+ "@aws-sdk/middleware-serde": "3.306.0",
37
+ "@aws-sdk/middleware-signing": "3.306.0",
38
+ "@aws-sdk/middleware-stack": "3.306.0",
39
+ "@aws-sdk/middleware-user-agent": "3.306.0",
40
+ "@aws-sdk/node-config-provider": "3.306.0",
41
+ "@aws-sdk/node-http-handler": "3.306.0",
42
+ "@aws-sdk/protocol-http": "3.306.0",
43
+ "@aws-sdk/smithy-client": "3.309.0",
44
+ "@aws-sdk/types": "3.306.0",
45
+ "@aws-sdk/url-parser": "3.306.0",
46
46
  "@aws-sdk/util-base64": "3.303.0",
47
47
  "@aws-sdk/util-body-length-browser": "3.303.0",
48
48
  "@aws-sdk/util-body-length-node": "3.303.0",
49
- "@aws-sdk/util-defaults-mode-browser": "3.303.0",
50
- "@aws-sdk/util-defaults-mode-node": "3.303.0",
51
- "@aws-sdk/util-endpoints": "3.303.0",
52
- "@aws-sdk/util-retry": "3.303.0",
53
- "@aws-sdk/util-user-agent-browser": "3.303.0",
54
- "@aws-sdk/util-user-agent-node": "3.303.0",
49
+ "@aws-sdk/util-defaults-mode-browser": "3.309.0",
50
+ "@aws-sdk/util-defaults-mode-node": "3.309.0",
51
+ "@aws-sdk/util-endpoints": "3.306.0",
52
+ "@aws-sdk/util-retry": "3.306.0",
53
+ "@aws-sdk/util-user-agent-browser": "3.306.0",
54
+ "@aws-sdk/util-user-agent-node": "3.306.0",
55
55
  "@aws-sdk/util-utf8": "3.303.0",
56
56
  "tslib": "^2.5.0"
57
57
  },