@aws-sdk/client-detective 3.297.0 → 3.298.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/commands/AcceptInvitationCommand.js +2 -3
- package/dist-cjs/commands/BatchGetGraphMemberDatasourcesCommand.js +2 -3
- package/dist-cjs/commands/BatchGetMembershipDatasourcesCommand.js +2 -3
- package/dist-cjs/commands/CreateGraphCommand.js +2 -3
- package/dist-cjs/commands/CreateMembersCommand.js +2 -3
- package/dist-cjs/commands/DeleteGraphCommand.js +2 -3
- package/dist-cjs/commands/DeleteMembersCommand.js +2 -3
- package/dist-cjs/commands/DescribeOrganizationConfigurationCommand.js +2 -3
- package/dist-cjs/commands/DisableOrganizationAdminAccountCommand.js +2 -2
- package/dist-cjs/commands/DisassociateMembershipCommand.js +2 -3
- package/dist-cjs/commands/EnableOrganizationAdminAccountCommand.js +2 -3
- package/dist-cjs/commands/GetMembersCommand.js +2 -3
- package/dist-cjs/commands/ListDatasourcePackagesCommand.js +2 -3
- package/dist-cjs/commands/ListGraphsCommand.js +2 -3
- package/dist-cjs/commands/ListInvitationsCommand.js +2 -3
- package/dist-cjs/commands/ListMembersCommand.js +2 -3
- package/dist-cjs/commands/ListOrganizationAdminAccountsCommand.js +2 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-cjs/commands/RejectInvitationCommand.js +2 -3
- package/dist-cjs/commands/StartMonitoringMemberCommand.js +2 -3
- package/dist-cjs/commands/TagResourceCommand.js +2 -3
- package/dist-cjs/commands/UntagResourceCommand.js +2 -3
- package/dist-cjs/commands/UpdateDatasourcePackagesCommand.js +2 -3
- package/dist-cjs/commands/UpdateOrganizationConfigurationCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -194
- package/dist-es/commands/AcceptInvitationCommand.js +2 -3
- package/dist-es/commands/BatchGetGraphMemberDatasourcesCommand.js +2 -3
- package/dist-es/commands/BatchGetMembershipDatasourcesCommand.js +2 -3
- package/dist-es/commands/CreateGraphCommand.js +2 -3
- package/dist-es/commands/CreateMembersCommand.js +2 -3
- package/dist-es/commands/DeleteGraphCommand.js +2 -3
- package/dist-es/commands/DeleteMembersCommand.js +2 -3
- package/dist-es/commands/DescribeOrganizationConfigurationCommand.js +2 -3
- package/dist-es/commands/DisableOrganizationAdminAccountCommand.js +2 -2
- package/dist-es/commands/DisassociateMembershipCommand.js +2 -3
- package/dist-es/commands/EnableOrganizationAdminAccountCommand.js +2 -3
- package/dist-es/commands/GetMembersCommand.js +2 -3
- package/dist-es/commands/ListDatasourcePackagesCommand.js +2 -3
- package/dist-es/commands/ListGraphsCommand.js +2 -3
- package/dist-es/commands/ListInvitationsCommand.js +2 -3
- package/dist-es/commands/ListMembersCommand.js +2 -3
- package/dist-es/commands/ListOrganizationAdminAccountsCommand.js +2 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-es/commands/RejectInvitationCommand.js +2 -3
- package/dist-es/commands/StartMonitoringMemberCommand.js +2 -3
- package/dist-es/commands/TagResourceCommand.js +2 -3
- package/dist-es/commands/UntagResourceCommand.js +2 -3
- package/dist-es/commands/UpdateDatasourcePackagesCommand.js +2 -3
- package/dist-es/commands/UpdateOrganizationConfigurationCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -144
- package/dist-types/models/models_0.d.ts +0 -192
- package/dist-types/ts3.4/models/models_0.d.ts +0 -138
- package/package.json +4 -3
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { UpdateDatasourcePackagesRequestFilterSensitiveLog } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1UpdateDatasourcePackagesCommand, serializeAws_restJson1UpdateDatasourcePackagesCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class UpdateDatasourcePackagesCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class UpdateDatasourcePackagesCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog: (
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { UpdateOrganizationConfigurationRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1UpdateOrganizationConfigurationCommand, serializeAws_restJson1UpdateOrganizationConfigurationCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class UpdateOrganizationConfigurationCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class UpdateOrganizationConfigurationCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog: (
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -132,147 +132,3 @@ export class TooManyRequestsException extends __BaseException {
|
|
|
132
132
|
this.Message = opts.Message;
|
|
133
133
|
}
|
|
134
134
|
}
|
|
135
|
-
export const AcceptInvitationRequestFilterSensitiveLog = (obj) => ({
|
|
136
|
-
...obj,
|
|
137
|
-
});
|
|
138
|
-
export const AccountFilterSensitiveLog = (obj) => ({
|
|
139
|
-
...obj,
|
|
140
|
-
});
|
|
141
|
-
export const AdministratorFilterSensitiveLog = (obj) => ({
|
|
142
|
-
...obj,
|
|
143
|
-
});
|
|
144
|
-
export const BatchGetGraphMemberDatasourcesRequestFilterSensitiveLog = (obj) => ({
|
|
145
|
-
...obj,
|
|
146
|
-
});
|
|
147
|
-
export const TimestampForCollectionFilterSensitiveLog = (obj) => ({
|
|
148
|
-
...obj,
|
|
149
|
-
});
|
|
150
|
-
export const MembershipDatasourcesFilterSensitiveLog = (obj) => ({
|
|
151
|
-
...obj,
|
|
152
|
-
});
|
|
153
|
-
export const UnprocessedAccountFilterSensitiveLog = (obj) => ({
|
|
154
|
-
...obj,
|
|
155
|
-
});
|
|
156
|
-
export const BatchGetGraphMemberDatasourcesResponseFilterSensitiveLog = (obj) => ({
|
|
157
|
-
...obj,
|
|
158
|
-
});
|
|
159
|
-
export const BatchGetMembershipDatasourcesRequestFilterSensitiveLog = (obj) => ({
|
|
160
|
-
...obj,
|
|
161
|
-
});
|
|
162
|
-
export const UnprocessedGraphFilterSensitiveLog = (obj) => ({
|
|
163
|
-
...obj,
|
|
164
|
-
});
|
|
165
|
-
export const BatchGetMembershipDatasourcesResponseFilterSensitiveLog = (obj) => ({
|
|
166
|
-
...obj,
|
|
167
|
-
});
|
|
168
|
-
export const CreateGraphRequestFilterSensitiveLog = (obj) => ({
|
|
169
|
-
...obj,
|
|
170
|
-
});
|
|
171
|
-
export const CreateGraphResponseFilterSensitiveLog = (obj) => ({
|
|
172
|
-
...obj,
|
|
173
|
-
});
|
|
174
|
-
export const CreateMembersRequestFilterSensitiveLog = (obj) => ({
|
|
175
|
-
...obj,
|
|
176
|
-
});
|
|
177
|
-
export const DatasourcePackageUsageInfoFilterSensitiveLog = (obj) => ({
|
|
178
|
-
...obj,
|
|
179
|
-
});
|
|
180
|
-
export const MemberDetailFilterSensitiveLog = (obj) => ({
|
|
181
|
-
...obj,
|
|
182
|
-
});
|
|
183
|
-
export const CreateMembersResponseFilterSensitiveLog = (obj) => ({
|
|
184
|
-
...obj,
|
|
185
|
-
});
|
|
186
|
-
export const DeleteGraphRequestFilterSensitiveLog = (obj) => ({
|
|
187
|
-
...obj,
|
|
188
|
-
});
|
|
189
|
-
export const DeleteMembersRequestFilterSensitiveLog = (obj) => ({
|
|
190
|
-
...obj,
|
|
191
|
-
});
|
|
192
|
-
export const DeleteMembersResponseFilterSensitiveLog = (obj) => ({
|
|
193
|
-
...obj,
|
|
194
|
-
});
|
|
195
|
-
export const DescribeOrganizationConfigurationRequestFilterSensitiveLog = (obj) => ({
|
|
196
|
-
...obj,
|
|
197
|
-
});
|
|
198
|
-
export const DescribeOrganizationConfigurationResponseFilterSensitiveLog = (obj) => ({
|
|
199
|
-
...obj,
|
|
200
|
-
});
|
|
201
|
-
export const DisassociateMembershipRequestFilterSensitiveLog = (obj) => ({
|
|
202
|
-
...obj,
|
|
203
|
-
});
|
|
204
|
-
export const EnableOrganizationAdminAccountRequestFilterSensitiveLog = (obj) => ({
|
|
205
|
-
...obj,
|
|
206
|
-
});
|
|
207
|
-
export const GetMembersRequestFilterSensitiveLog = (obj) => ({
|
|
208
|
-
...obj,
|
|
209
|
-
});
|
|
210
|
-
export const GetMembersResponseFilterSensitiveLog = (obj) => ({
|
|
211
|
-
...obj,
|
|
212
|
-
});
|
|
213
|
-
export const ListDatasourcePackagesRequestFilterSensitiveLog = (obj) => ({
|
|
214
|
-
...obj,
|
|
215
|
-
});
|
|
216
|
-
export const DatasourcePackageIngestDetailFilterSensitiveLog = (obj) => ({
|
|
217
|
-
...obj,
|
|
218
|
-
});
|
|
219
|
-
export const ListDatasourcePackagesResponseFilterSensitiveLog = (obj) => ({
|
|
220
|
-
...obj,
|
|
221
|
-
});
|
|
222
|
-
export const ListGraphsRequestFilterSensitiveLog = (obj) => ({
|
|
223
|
-
...obj,
|
|
224
|
-
});
|
|
225
|
-
export const GraphFilterSensitiveLog = (obj) => ({
|
|
226
|
-
...obj,
|
|
227
|
-
});
|
|
228
|
-
export const ListGraphsResponseFilterSensitiveLog = (obj) => ({
|
|
229
|
-
...obj,
|
|
230
|
-
});
|
|
231
|
-
export const ListInvitationsRequestFilterSensitiveLog = (obj) => ({
|
|
232
|
-
...obj,
|
|
233
|
-
});
|
|
234
|
-
export const ListInvitationsResponseFilterSensitiveLog = (obj) => ({
|
|
235
|
-
...obj,
|
|
236
|
-
});
|
|
237
|
-
export const ListMembersRequestFilterSensitiveLog = (obj) => ({
|
|
238
|
-
...obj,
|
|
239
|
-
});
|
|
240
|
-
export const ListMembersResponseFilterSensitiveLog = (obj) => ({
|
|
241
|
-
...obj,
|
|
242
|
-
});
|
|
243
|
-
export const ListOrganizationAdminAccountsRequestFilterSensitiveLog = (obj) => ({
|
|
244
|
-
...obj,
|
|
245
|
-
});
|
|
246
|
-
export const ListOrganizationAdminAccountsResponseFilterSensitiveLog = (obj) => ({
|
|
247
|
-
...obj,
|
|
248
|
-
});
|
|
249
|
-
export const ListTagsForResourceRequestFilterSensitiveLog = (obj) => ({
|
|
250
|
-
...obj,
|
|
251
|
-
});
|
|
252
|
-
export const ListTagsForResourceResponseFilterSensitiveLog = (obj) => ({
|
|
253
|
-
...obj,
|
|
254
|
-
});
|
|
255
|
-
export const RejectInvitationRequestFilterSensitiveLog = (obj) => ({
|
|
256
|
-
...obj,
|
|
257
|
-
});
|
|
258
|
-
export const StartMonitoringMemberRequestFilterSensitiveLog = (obj) => ({
|
|
259
|
-
...obj,
|
|
260
|
-
});
|
|
261
|
-
export const TagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
262
|
-
...obj,
|
|
263
|
-
});
|
|
264
|
-
export const TagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
265
|
-
...obj,
|
|
266
|
-
});
|
|
267
|
-
export const UntagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
268
|
-
...obj,
|
|
269
|
-
});
|
|
270
|
-
export const UntagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
271
|
-
...obj,
|
|
272
|
-
});
|
|
273
|
-
export const UpdateDatasourcePackagesRequestFilterSensitiveLog = (obj) => ({
|
|
274
|
-
...obj,
|
|
275
|
-
});
|
|
276
|
-
export const UpdateOrganizationConfigurationRequestFilterSensitiveLog = (obj) => ({
|
|
277
|
-
...obj,
|
|
278
|
-
});
|
|
@@ -992,195 +992,3 @@ export interface UpdateOrganizationConfigurationRequest {
|
|
|
992
992
|
*/
|
|
993
993
|
AutoEnable?: boolean;
|
|
994
994
|
}
|
|
995
|
-
/**
|
|
996
|
-
* @internal
|
|
997
|
-
*/
|
|
998
|
-
export declare const AcceptInvitationRequestFilterSensitiveLog: (obj: AcceptInvitationRequest) => any;
|
|
999
|
-
/**
|
|
1000
|
-
* @internal
|
|
1001
|
-
*/
|
|
1002
|
-
export declare const AccountFilterSensitiveLog: (obj: Account) => any;
|
|
1003
|
-
/**
|
|
1004
|
-
* @internal
|
|
1005
|
-
*/
|
|
1006
|
-
export declare const AdministratorFilterSensitiveLog: (obj: Administrator) => any;
|
|
1007
|
-
/**
|
|
1008
|
-
* @internal
|
|
1009
|
-
*/
|
|
1010
|
-
export declare const BatchGetGraphMemberDatasourcesRequestFilterSensitiveLog: (obj: BatchGetGraphMemberDatasourcesRequest) => any;
|
|
1011
|
-
/**
|
|
1012
|
-
* @internal
|
|
1013
|
-
*/
|
|
1014
|
-
export declare const TimestampForCollectionFilterSensitiveLog: (obj: TimestampForCollection) => any;
|
|
1015
|
-
/**
|
|
1016
|
-
* @internal
|
|
1017
|
-
*/
|
|
1018
|
-
export declare const MembershipDatasourcesFilterSensitiveLog: (obj: MembershipDatasources) => any;
|
|
1019
|
-
/**
|
|
1020
|
-
* @internal
|
|
1021
|
-
*/
|
|
1022
|
-
export declare const UnprocessedAccountFilterSensitiveLog: (obj: UnprocessedAccount) => any;
|
|
1023
|
-
/**
|
|
1024
|
-
* @internal
|
|
1025
|
-
*/
|
|
1026
|
-
export declare const BatchGetGraphMemberDatasourcesResponseFilterSensitiveLog: (obj: BatchGetGraphMemberDatasourcesResponse) => any;
|
|
1027
|
-
/**
|
|
1028
|
-
* @internal
|
|
1029
|
-
*/
|
|
1030
|
-
export declare const BatchGetMembershipDatasourcesRequestFilterSensitiveLog: (obj: BatchGetMembershipDatasourcesRequest) => any;
|
|
1031
|
-
/**
|
|
1032
|
-
* @internal
|
|
1033
|
-
*/
|
|
1034
|
-
export declare const UnprocessedGraphFilterSensitiveLog: (obj: UnprocessedGraph) => any;
|
|
1035
|
-
/**
|
|
1036
|
-
* @internal
|
|
1037
|
-
*/
|
|
1038
|
-
export declare const BatchGetMembershipDatasourcesResponseFilterSensitiveLog: (obj: BatchGetMembershipDatasourcesResponse) => any;
|
|
1039
|
-
/**
|
|
1040
|
-
* @internal
|
|
1041
|
-
*/
|
|
1042
|
-
export declare const CreateGraphRequestFilterSensitiveLog: (obj: CreateGraphRequest) => any;
|
|
1043
|
-
/**
|
|
1044
|
-
* @internal
|
|
1045
|
-
*/
|
|
1046
|
-
export declare const CreateGraphResponseFilterSensitiveLog: (obj: CreateGraphResponse) => any;
|
|
1047
|
-
/**
|
|
1048
|
-
* @internal
|
|
1049
|
-
*/
|
|
1050
|
-
export declare const CreateMembersRequestFilterSensitiveLog: (obj: CreateMembersRequest) => any;
|
|
1051
|
-
/**
|
|
1052
|
-
* @internal
|
|
1053
|
-
*/
|
|
1054
|
-
export declare const DatasourcePackageUsageInfoFilterSensitiveLog: (obj: DatasourcePackageUsageInfo) => any;
|
|
1055
|
-
/**
|
|
1056
|
-
* @internal
|
|
1057
|
-
*/
|
|
1058
|
-
export declare const MemberDetailFilterSensitiveLog: (obj: MemberDetail) => any;
|
|
1059
|
-
/**
|
|
1060
|
-
* @internal
|
|
1061
|
-
*/
|
|
1062
|
-
export declare const CreateMembersResponseFilterSensitiveLog: (obj: CreateMembersResponse) => any;
|
|
1063
|
-
/**
|
|
1064
|
-
* @internal
|
|
1065
|
-
*/
|
|
1066
|
-
export declare const DeleteGraphRequestFilterSensitiveLog: (obj: DeleteGraphRequest) => any;
|
|
1067
|
-
/**
|
|
1068
|
-
* @internal
|
|
1069
|
-
*/
|
|
1070
|
-
export declare const DeleteMembersRequestFilterSensitiveLog: (obj: DeleteMembersRequest) => any;
|
|
1071
|
-
/**
|
|
1072
|
-
* @internal
|
|
1073
|
-
*/
|
|
1074
|
-
export declare const DeleteMembersResponseFilterSensitiveLog: (obj: DeleteMembersResponse) => any;
|
|
1075
|
-
/**
|
|
1076
|
-
* @internal
|
|
1077
|
-
*/
|
|
1078
|
-
export declare const DescribeOrganizationConfigurationRequestFilterSensitiveLog: (obj: DescribeOrganizationConfigurationRequest) => any;
|
|
1079
|
-
/**
|
|
1080
|
-
* @internal
|
|
1081
|
-
*/
|
|
1082
|
-
export declare const DescribeOrganizationConfigurationResponseFilterSensitiveLog: (obj: DescribeOrganizationConfigurationResponse) => any;
|
|
1083
|
-
/**
|
|
1084
|
-
* @internal
|
|
1085
|
-
*/
|
|
1086
|
-
export declare const DisassociateMembershipRequestFilterSensitiveLog: (obj: DisassociateMembershipRequest) => any;
|
|
1087
|
-
/**
|
|
1088
|
-
* @internal
|
|
1089
|
-
*/
|
|
1090
|
-
export declare const EnableOrganizationAdminAccountRequestFilterSensitiveLog: (obj: EnableOrganizationAdminAccountRequest) => any;
|
|
1091
|
-
/**
|
|
1092
|
-
* @internal
|
|
1093
|
-
*/
|
|
1094
|
-
export declare const GetMembersRequestFilterSensitiveLog: (obj: GetMembersRequest) => any;
|
|
1095
|
-
/**
|
|
1096
|
-
* @internal
|
|
1097
|
-
*/
|
|
1098
|
-
export declare const GetMembersResponseFilterSensitiveLog: (obj: GetMembersResponse) => any;
|
|
1099
|
-
/**
|
|
1100
|
-
* @internal
|
|
1101
|
-
*/
|
|
1102
|
-
export declare const ListDatasourcePackagesRequestFilterSensitiveLog: (obj: ListDatasourcePackagesRequest) => any;
|
|
1103
|
-
/**
|
|
1104
|
-
* @internal
|
|
1105
|
-
*/
|
|
1106
|
-
export declare const DatasourcePackageIngestDetailFilterSensitiveLog: (obj: DatasourcePackageIngestDetail) => any;
|
|
1107
|
-
/**
|
|
1108
|
-
* @internal
|
|
1109
|
-
*/
|
|
1110
|
-
export declare const ListDatasourcePackagesResponseFilterSensitiveLog: (obj: ListDatasourcePackagesResponse) => any;
|
|
1111
|
-
/**
|
|
1112
|
-
* @internal
|
|
1113
|
-
*/
|
|
1114
|
-
export declare const ListGraphsRequestFilterSensitiveLog: (obj: ListGraphsRequest) => any;
|
|
1115
|
-
/**
|
|
1116
|
-
* @internal
|
|
1117
|
-
*/
|
|
1118
|
-
export declare const GraphFilterSensitiveLog: (obj: Graph) => any;
|
|
1119
|
-
/**
|
|
1120
|
-
* @internal
|
|
1121
|
-
*/
|
|
1122
|
-
export declare const ListGraphsResponseFilterSensitiveLog: (obj: ListGraphsResponse) => any;
|
|
1123
|
-
/**
|
|
1124
|
-
* @internal
|
|
1125
|
-
*/
|
|
1126
|
-
export declare const ListInvitationsRequestFilterSensitiveLog: (obj: ListInvitationsRequest) => any;
|
|
1127
|
-
/**
|
|
1128
|
-
* @internal
|
|
1129
|
-
*/
|
|
1130
|
-
export declare const ListInvitationsResponseFilterSensitiveLog: (obj: ListInvitationsResponse) => any;
|
|
1131
|
-
/**
|
|
1132
|
-
* @internal
|
|
1133
|
-
*/
|
|
1134
|
-
export declare const ListMembersRequestFilterSensitiveLog: (obj: ListMembersRequest) => any;
|
|
1135
|
-
/**
|
|
1136
|
-
* @internal
|
|
1137
|
-
*/
|
|
1138
|
-
export declare const ListMembersResponseFilterSensitiveLog: (obj: ListMembersResponse) => any;
|
|
1139
|
-
/**
|
|
1140
|
-
* @internal
|
|
1141
|
-
*/
|
|
1142
|
-
export declare const ListOrganizationAdminAccountsRequestFilterSensitiveLog: (obj: ListOrganizationAdminAccountsRequest) => any;
|
|
1143
|
-
/**
|
|
1144
|
-
* @internal
|
|
1145
|
-
*/
|
|
1146
|
-
export declare const ListOrganizationAdminAccountsResponseFilterSensitiveLog: (obj: ListOrganizationAdminAccountsResponse) => any;
|
|
1147
|
-
/**
|
|
1148
|
-
* @internal
|
|
1149
|
-
*/
|
|
1150
|
-
export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
1151
|
-
/**
|
|
1152
|
-
* @internal
|
|
1153
|
-
*/
|
|
1154
|
-
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
1155
|
-
/**
|
|
1156
|
-
* @internal
|
|
1157
|
-
*/
|
|
1158
|
-
export declare const RejectInvitationRequestFilterSensitiveLog: (obj: RejectInvitationRequest) => any;
|
|
1159
|
-
/**
|
|
1160
|
-
* @internal
|
|
1161
|
-
*/
|
|
1162
|
-
export declare const StartMonitoringMemberRequestFilterSensitiveLog: (obj: StartMonitoringMemberRequest) => any;
|
|
1163
|
-
/**
|
|
1164
|
-
* @internal
|
|
1165
|
-
*/
|
|
1166
|
-
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
1167
|
-
/**
|
|
1168
|
-
* @internal
|
|
1169
|
-
*/
|
|
1170
|
-
export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
1171
|
-
/**
|
|
1172
|
-
* @internal
|
|
1173
|
-
*/
|
|
1174
|
-
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
1175
|
-
/**
|
|
1176
|
-
* @internal
|
|
1177
|
-
*/
|
|
1178
|
-
export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
1179
|
-
/**
|
|
1180
|
-
* @internal
|
|
1181
|
-
*/
|
|
1182
|
-
export declare const UpdateDatasourcePackagesRequestFilterSensitiveLog: (obj: UpdateDatasourcePackagesRequest) => any;
|
|
1183
|
-
/**
|
|
1184
|
-
* @internal
|
|
1185
|
-
*/
|
|
1186
|
-
export declare const UpdateOrganizationConfigurationRequestFilterSensitiveLog: (obj: UpdateOrganizationConfigurationRequest) => any;
|
|
@@ -289,141 +289,3 @@ export interface UpdateOrganizationConfigurationRequest {
|
|
|
289
289
|
GraphArn: string | undefined;
|
|
290
290
|
AutoEnable?: boolean;
|
|
291
291
|
}
|
|
292
|
-
export declare const AcceptInvitationRequestFilterSensitiveLog: (
|
|
293
|
-
obj: AcceptInvitationRequest
|
|
294
|
-
) => any;
|
|
295
|
-
export declare const AccountFilterSensitiveLog: (obj: Account) => any;
|
|
296
|
-
export declare const AdministratorFilterSensitiveLog: (
|
|
297
|
-
obj: Administrator
|
|
298
|
-
) => any;
|
|
299
|
-
export declare const BatchGetGraphMemberDatasourcesRequestFilterSensitiveLog: (
|
|
300
|
-
obj: BatchGetGraphMemberDatasourcesRequest
|
|
301
|
-
) => any;
|
|
302
|
-
export declare const TimestampForCollectionFilterSensitiveLog: (
|
|
303
|
-
obj: TimestampForCollection
|
|
304
|
-
) => any;
|
|
305
|
-
export declare const MembershipDatasourcesFilterSensitiveLog: (
|
|
306
|
-
obj: MembershipDatasources
|
|
307
|
-
) => any;
|
|
308
|
-
export declare const UnprocessedAccountFilterSensitiveLog: (
|
|
309
|
-
obj: UnprocessedAccount
|
|
310
|
-
) => any;
|
|
311
|
-
export declare const BatchGetGraphMemberDatasourcesResponseFilterSensitiveLog: (
|
|
312
|
-
obj: BatchGetGraphMemberDatasourcesResponse
|
|
313
|
-
) => any;
|
|
314
|
-
export declare const BatchGetMembershipDatasourcesRequestFilterSensitiveLog: (
|
|
315
|
-
obj: BatchGetMembershipDatasourcesRequest
|
|
316
|
-
) => any;
|
|
317
|
-
export declare const UnprocessedGraphFilterSensitiveLog: (
|
|
318
|
-
obj: UnprocessedGraph
|
|
319
|
-
) => any;
|
|
320
|
-
export declare const BatchGetMembershipDatasourcesResponseFilterSensitiveLog: (
|
|
321
|
-
obj: BatchGetMembershipDatasourcesResponse
|
|
322
|
-
) => any;
|
|
323
|
-
export declare const CreateGraphRequestFilterSensitiveLog: (
|
|
324
|
-
obj: CreateGraphRequest
|
|
325
|
-
) => any;
|
|
326
|
-
export declare const CreateGraphResponseFilterSensitiveLog: (
|
|
327
|
-
obj: CreateGraphResponse
|
|
328
|
-
) => any;
|
|
329
|
-
export declare const CreateMembersRequestFilterSensitiveLog: (
|
|
330
|
-
obj: CreateMembersRequest
|
|
331
|
-
) => any;
|
|
332
|
-
export declare const DatasourcePackageUsageInfoFilterSensitiveLog: (
|
|
333
|
-
obj: DatasourcePackageUsageInfo
|
|
334
|
-
) => any;
|
|
335
|
-
export declare const MemberDetailFilterSensitiveLog: (obj: MemberDetail) => any;
|
|
336
|
-
export declare const CreateMembersResponseFilterSensitiveLog: (
|
|
337
|
-
obj: CreateMembersResponse
|
|
338
|
-
) => any;
|
|
339
|
-
export declare const DeleteGraphRequestFilterSensitiveLog: (
|
|
340
|
-
obj: DeleteGraphRequest
|
|
341
|
-
) => any;
|
|
342
|
-
export declare const DeleteMembersRequestFilterSensitiveLog: (
|
|
343
|
-
obj: DeleteMembersRequest
|
|
344
|
-
) => any;
|
|
345
|
-
export declare const DeleteMembersResponseFilterSensitiveLog: (
|
|
346
|
-
obj: DeleteMembersResponse
|
|
347
|
-
) => any;
|
|
348
|
-
export declare const DescribeOrganizationConfigurationRequestFilterSensitiveLog: (
|
|
349
|
-
obj: DescribeOrganizationConfigurationRequest
|
|
350
|
-
) => any;
|
|
351
|
-
export declare const DescribeOrganizationConfigurationResponseFilterSensitiveLog: (
|
|
352
|
-
obj: DescribeOrganizationConfigurationResponse
|
|
353
|
-
) => any;
|
|
354
|
-
export declare const DisassociateMembershipRequestFilterSensitiveLog: (
|
|
355
|
-
obj: DisassociateMembershipRequest
|
|
356
|
-
) => any;
|
|
357
|
-
export declare const EnableOrganizationAdminAccountRequestFilterSensitiveLog: (
|
|
358
|
-
obj: EnableOrganizationAdminAccountRequest
|
|
359
|
-
) => any;
|
|
360
|
-
export declare const GetMembersRequestFilterSensitiveLog: (
|
|
361
|
-
obj: GetMembersRequest
|
|
362
|
-
) => any;
|
|
363
|
-
export declare const GetMembersResponseFilterSensitiveLog: (
|
|
364
|
-
obj: GetMembersResponse
|
|
365
|
-
) => any;
|
|
366
|
-
export declare const ListDatasourcePackagesRequestFilterSensitiveLog: (
|
|
367
|
-
obj: ListDatasourcePackagesRequest
|
|
368
|
-
) => any;
|
|
369
|
-
export declare const DatasourcePackageIngestDetailFilterSensitiveLog: (
|
|
370
|
-
obj: DatasourcePackageIngestDetail
|
|
371
|
-
) => any;
|
|
372
|
-
export declare const ListDatasourcePackagesResponseFilterSensitiveLog: (
|
|
373
|
-
obj: ListDatasourcePackagesResponse
|
|
374
|
-
) => any;
|
|
375
|
-
export declare const ListGraphsRequestFilterSensitiveLog: (
|
|
376
|
-
obj: ListGraphsRequest
|
|
377
|
-
) => any;
|
|
378
|
-
export declare const GraphFilterSensitiveLog: (obj: Graph) => any;
|
|
379
|
-
export declare const ListGraphsResponseFilterSensitiveLog: (
|
|
380
|
-
obj: ListGraphsResponse
|
|
381
|
-
) => any;
|
|
382
|
-
export declare const ListInvitationsRequestFilterSensitiveLog: (
|
|
383
|
-
obj: ListInvitationsRequest
|
|
384
|
-
) => any;
|
|
385
|
-
export declare const ListInvitationsResponseFilterSensitiveLog: (
|
|
386
|
-
obj: ListInvitationsResponse
|
|
387
|
-
) => any;
|
|
388
|
-
export declare const ListMembersRequestFilterSensitiveLog: (
|
|
389
|
-
obj: ListMembersRequest
|
|
390
|
-
) => any;
|
|
391
|
-
export declare const ListMembersResponseFilterSensitiveLog: (
|
|
392
|
-
obj: ListMembersResponse
|
|
393
|
-
) => any;
|
|
394
|
-
export declare const ListOrganizationAdminAccountsRequestFilterSensitiveLog: (
|
|
395
|
-
obj: ListOrganizationAdminAccountsRequest
|
|
396
|
-
) => any;
|
|
397
|
-
export declare const ListOrganizationAdminAccountsResponseFilterSensitiveLog: (
|
|
398
|
-
obj: ListOrganizationAdminAccountsResponse
|
|
399
|
-
) => any;
|
|
400
|
-
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
401
|
-
obj: ListTagsForResourceRequest
|
|
402
|
-
) => any;
|
|
403
|
-
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
404
|
-
obj: ListTagsForResourceResponse
|
|
405
|
-
) => any;
|
|
406
|
-
export declare const RejectInvitationRequestFilterSensitiveLog: (
|
|
407
|
-
obj: RejectInvitationRequest
|
|
408
|
-
) => any;
|
|
409
|
-
export declare const StartMonitoringMemberRequestFilterSensitiveLog: (
|
|
410
|
-
obj: StartMonitoringMemberRequest
|
|
411
|
-
) => any;
|
|
412
|
-
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
413
|
-
obj: TagResourceRequest
|
|
414
|
-
) => any;
|
|
415
|
-
export declare const TagResourceResponseFilterSensitiveLog: (
|
|
416
|
-
obj: TagResourceResponse
|
|
417
|
-
) => any;
|
|
418
|
-
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
419
|
-
obj: UntagResourceRequest
|
|
420
|
-
) => any;
|
|
421
|
-
export declare const UntagResourceResponseFilterSensitiveLog: (
|
|
422
|
-
obj: UntagResourceResponse
|
|
423
|
-
) => any;
|
|
424
|
-
export declare const UpdateDatasourcePackagesRequestFilterSensitiveLog: (
|
|
425
|
-
obj: UpdateDatasourcePackagesRequest
|
|
426
|
-
) => any;
|
|
427
|
-
export declare const UpdateOrganizationConfigurationRequestFilterSensitiveLog: (
|
|
428
|
-
obj: UpdateOrganizationConfigurationRequest
|
|
429
|
-
) => any;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-detective",
|
|
3
3
|
"description": "AWS SDK for JavaScript Detective Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.298.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",
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
"build:types": "tsc -p tsconfig.types.json",
|
|
12
12
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
13
13
|
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
|
|
14
|
+
"extract:docs": "api-extractor run --local",
|
|
14
15
|
"generate:client": "node ../../scripts/generate-clients/single-service --solo detective"
|
|
15
16
|
},
|
|
16
17
|
"main": "./dist-cjs/index.js",
|
|
@@ -20,9 +21,9 @@
|
|
|
20
21
|
"dependencies": {
|
|
21
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.298.0",
|
|
24
25
|
"@aws-sdk/config-resolver": "3.296.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.298.0",
|
|
26
27
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
27
28
|
"@aws-sdk/hash-node": "3.296.0",
|
|
28
29
|
"@aws-sdk/invalid-dependency": "3.296.0",
|