@aws-sdk/client-detective 3.170.0 → 3.178.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/CHANGELOG.md +16 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/Detective.d.ts +0 -24
- package/dist-types/ts3.4/DetectiveClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/AcceptInvitationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/BatchGetGraphMemberDatasourcesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/BatchGetMembershipDatasourcesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateGraphCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateMembersCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteGraphCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteMembersCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeOrganizationConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisableOrganizationAdminAccountCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisassociateMembershipCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/EnableOrganizationAdminAccountCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetMembersCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListDatasourcePackagesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListGraphsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListInvitationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListOrganizationAdminAccountsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RejectInvitationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StartMonitoringMemberCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateDatasourcePackagesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateOrganizationConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/DetectiveServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -126
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
|
@@ -18,7 +18,6 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
|
18
18
|
export interface UntagResourceCommandOutput
|
|
19
19
|
extends UntagResourceResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class UntagResourceCommand extends $Command<
|
|
23
22
|
UntagResourceCommandInput,
|
|
24
23
|
UntagResourceCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class UntagResourceCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: UntagResourceCommandInput;
|
|
28
27
|
constructor(input: UntagResourceCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: DetectiveClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface UpdateDatasourcePackagesCommandInput
|
|
|
15
15
|
extends UpdateDatasourcePackagesRequest {}
|
|
16
16
|
export interface UpdateDatasourcePackagesCommandOutput
|
|
17
17
|
extends __MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class UpdateDatasourcePackagesCommand extends $Command<
|
|
20
19
|
UpdateDatasourcePackagesCommandInput,
|
|
21
20
|
UpdateDatasourcePackagesCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class UpdateDatasourcePackagesCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: UpdateDatasourcePackagesCommandInput;
|
|
25
24
|
constructor(input: UpdateDatasourcePackagesCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: DetectiveClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface UpdateOrganizationConfigurationCommandInput
|
|
|
15
15
|
extends UpdateOrganizationConfigurationRequest {}
|
|
16
16
|
export interface UpdateOrganizationConfigurationCommandOutput
|
|
17
17
|
extends __MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class UpdateOrganizationConfigurationCommand extends $Command<
|
|
20
19
|
UpdateOrganizationConfigurationCommandInput,
|
|
21
20
|
UpdateOrganizationConfigurationCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class UpdateOrganizationConfigurationCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: UpdateOrganizationConfigurationCommandInput;
|
|
25
24
|
constructor(input: UpdateOrganizationConfigurationCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: DetectiveClientResolvedConfig,
|
|
@@ -2,7 +2,6 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
-
|
|
6
5
|
export declare class DetectiveServiceException extends __ServiceException {
|
|
7
6
|
constructor(options: __ServiceExceptionOptions);
|
|
8
7
|
}
|
|
@@ -3,30 +3,24 @@ import { DetectiveServiceException as __BaseException } from "./DetectiveService
|
|
|
3
3
|
export interface AcceptInvitationRequest {
|
|
4
4
|
GraphArn: string | undefined;
|
|
5
5
|
}
|
|
6
|
-
|
|
7
6
|
export declare class ConflictException extends __BaseException {
|
|
8
7
|
readonly name: "ConflictException";
|
|
9
8
|
readonly $fault: "client";
|
|
10
9
|
Message?: string;
|
|
11
|
-
|
|
12
10
|
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
13
11
|
}
|
|
14
|
-
|
|
15
12
|
export declare class InternalServerException extends __BaseException {
|
|
16
13
|
readonly name: "InternalServerException";
|
|
17
14
|
readonly $fault: "server";
|
|
18
15
|
Message?: string;
|
|
19
|
-
|
|
20
16
|
constructor(
|
|
21
17
|
opts: __ExceptionOptionType<InternalServerException, __BaseException>
|
|
22
18
|
);
|
|
23
19
|
}
|
|
24
|
-
|
|
25
20
|
export declare class ResourceNotFoundException extends __BaseException {
|
|
26
21
|
readonly name: "ResourceNotFoundException";
|
|
27
22
|
readonly $fault: "client";
|
|
28
23
|
Message?: string;
|
|
29
|
-
|
|
30
24
|
constructor(
|
|
31
25
|
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
32
26
|
);
|
|
@@ -36,37 +30,27 @@ export declare enum ErrorCode {
|
|
|
36
30
|
InvalidGraphArn = "INVALID_GRAPH_ARN",
|
|
37
31
|
InvalidRequestBody = "INVALID_REQUEST_BODY",
|
|
38
32
|
}
|
|
39
|
-
|
|
40
33
|
export declare class ValidationException extends __BaseException {
|
|
41
34
|
readonly name: "ValidationException";
|
|
42
35
|
readonly $fault: "client";
|
|
43
36
|
Message?: string;
|
|
44
|
-
|
|
45
37
|
ErrorCode?: ErrorCode | string;
|
|
46
|
-
|
|
47
38
|
ErrorCodeReason?: string;
|
|
48
|
-
|
|
49
39
|
constructor(
|
|
50
40
|
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
51
41
|
);
|
|
52
42
|
}
|
|
53
|
-
|
|
54
43
|
export interface Account {
|
|
55
44
|
AccountId: string | undefined;
|
|
56
|
-
|
|
57
45
|
EmailAddress: string | undefined;
|
|
58
46
|
}
|
|
59
|
-
|
|
60
47
|
export interface Administrator {
|
|
61
48
|
AccountId?: string;
|
|
62
|
-
|
|
63
49
|
GraphArn?: string;
|
|
64
|
-
|
|
65
50
|
DelegationTime?: Date;
|
|
66
51
|
}
|
|
67
52
|
export interface BatchGetGraphMemberDatasourcesRequest {
|
|
68
53
|
GraphArn: string | undefined;
|
|
69
|
-
|
|
70
54
|
AccountIds: string[] | undefined;
|
|
71
55
|
}
|
|
72
56
|
export declare enum DatasourcePackage {
|
|
@@ -78,44 +62,34 @@ export declare enum DatasourcePackageIngestState {
|
|
|
78
62
|
STARTED = "STARTED",
|
|
79
63
|
STOPPED = "STOPPED",
|
|
80
64
|
}
|
|
81
|
-
|
|
82
65
|
export interface TimestampForCollection {
|
|
83
66
|
Timestamp?: Date;
|
|
84
67
|
}
|
|
85
|
-
|
|
86
68
|
export interface MembershipDatasources {
|
|
87
69
|
AccountId?: string;
|
|
88
|
-
|
|
89
70
|
GraphArn?: string;
|
|
90
|
-
|
|
91
71
|
DatasourcePackageIngestHistory?: Record<
|
|
92
72
|
string,
|
|
93
73
|
Record<string, TimestampForCollection>
|
|
94
74
|
>;
|
|
95
75
|
}
|
|
96
|
-
|
|
97
76
|
export interface UnprocessedAccount {
|
|
98
77
|
AccountId?: string;
|
|
99
|
-
|
|
100
78
|
Reason?: string;
|
|
101
79
|
}
|
|
102
80
|
export interface BatchGetGraphMemberDatasourcesResponse {
|
|
103
81
|
MemberDatasources?: MembershipDatasources[];
|
|
104
|
-
|
|
105
82
|
UnprocessedAccounts?: UnprocessedAccount[];
|
|
106
83
|
}
|
|
107
84
|
export interface BatchGetMembershipDatasourcesRequest {
|
|
108
85
|
GraphArns: string[] | undefined;
|
|
109
86
|
}
|
|
110
|
-
|
|
111
87
|
export interface UnprocessedGraph {
|
|
112
88
|
GraphArn?: string;
|
|
113
|
-
|
|
114
89
|
Reason?: string;
|
|
115
90
|
}
|
|
116
91
|
export interface BatchGetMembershipDatasourcesResponse {
|
|
117
92
|
MembershipDatasources?: MembershipDatasources[];
|
|
118
|
-
|
|
119
93
|
UnprocessedGraphs?: UnprocessedGraph[];
|
|
120
94
|
}
|
|
121
95
|
export interface CreateGraphRequest {
|
|
@@ -124,25 +98,19 @@ export interface CreateGraphRequest {
|
|
|
124
98
|
export interface CreateGraphResponse {
|
|
125
99
|
GraphArn?: string;
|
|
126
100
|
}
|
|
127
|
-
|
|
128
101
|
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
129
102
|
readonly name: "ServiceQuotaExceededException";
|
|
130
103
|
readonly $fault: "client";
|
|
131
104
|
Message?: string;
|
|
132
|
-
|
|
133
105
|
Resources?: string[];
|
|
134
|
-
|
|
135
106
|
constructor(
|
|
136
107
|
opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
|
|
137
108
|
);
|
|
138
109
|
}
|
|
139
110
|
export interface CreateMembersRequest {
|
|
140
111
|
GraphArn: string | undefined;
|
|
141
|
-
|
|
142
112
|
Message?: string;
|
|
143
|
-
|
|
144
113
|
DisableEmailNotification?: boolean;
|
|
145
|
-
|
|
146
114
|
Accounts: Account[] | undefined;
|
|
147
115
|
}
|
|
148
116
|
export declare enum MemberDisabledReason {
|
|
@@ -160,44 +128,26 @@ export declare enum MemberStatus {
|
|
|
160
128
|
VERIFICATION_FAILED = "VERIFICATION_FAILED",
|
|
161
129
|
VERIFICATION_IN_PROGRESS = "VERIFICATION_IN_PROGRESS",
|
|
162
130
|
}
|
|
163
|
-
|
|
164
131
|
export interface DatasourcePackageUsageInfo {
|
|
165
132
|
VolumeUsageInBytes?: number;
|
|
166
|
-
|
|
167
133
|
VolumeUsageUpdateTime?: Date;
|
|
168
134
|
}
|
|
169
|
-
|
|
170
135
|
export interface MemberDetail {
|
|
171
136
|
AccountId?: string;
|
|
172
|
-
|
|
173
137
|
EmailAddress?: string;
|
|
174
|
-
|
|
175
138
|
GraphArn?: string;
|
|
176
|
-
|
|
177
139
|
MasterId?: string;
|
|
178
|
-
|
|
179
140
|
AdministratorId?: string;
|
|
180
|
-
|
|
181
141
|
Status?: MemberStatus | string;
|
|
182
|
-
|
|
183
142
|
DisabledReason?: MemberDisabledReason | string;
|
|
184
|
-
|
|
185
143
|
InvitedTime?: Date;
|
|
186
|
-
|
|
187
144
|
UpdatedTime?: Date;
|
|
188
|
-
|
|
189
145
|
VolumeUsageInBytes?: number;
|
|
190
|
-
|
|
191
146
|
VolumeUsageUpdatedTime?: Date;
|
|
192
|
-
|
|
193
147
|
PercentOfGraphUtilization?: number;
|
|
194
|
-
|
|
195
148
|
PercentOfGraphUtilizationUpdatedTime?: Date;
|
|
196
|
-
|
|
197
149
|
InvitationType?: InvitationType | string;
|
|
198
|
-
|
|
199
150
|
VolumeUsageByDatasourcePackage?: Record<string, DatasourcePackageUsageInfo>;
|
|
200
|
-
|
|
201
151
|
DatasourcePackageIngestStates?: Record<
|
|
202
152
|
string,
|
|
203
153
|
DatasourcePackageIngestState | string
|
|
@@ -205,7 +155,6 @@ export interface MemberDetail {
|
|
|
205
155
|
}
|
|
206
156
|
export interface CreateMembersResponse {
|
|
207
157
|
Members?: MemberDetail[];
|
|
208
|
-
|
|
209
158
|
UnprocessedAccounts?: UnprocessedAccount[];
|
|
210
159
|
}
|
|
211
160
|
export interface DeleteGraphRequest {
|
|
@@ -213,12 +162,10 @@ export interface DeleteGraphRequest {
|
|
|
213
162
|
}
|
|
214
163
|
export interface DeleteMembersRequest {
|
|
215
164
|
GraphArn: string | undefined;
|
|
216
|
-
|
|
217
165
|
AccountIds: string[] | undefined;
|
|
218
166
|
}
|
|
219
167
|
export interface DeleteMembersResponse {
|
|
220
168
|
AccountIds?: string[];
|
|
221
|
-
|
|
222
169
|
UnprocessedAccounts?: UnprocessedAccount[];
|
|
223
170
|
}
|
|
224
171
|
export interface DescribeOrganizationConfigurationRequest {
|
|
@@ -227,12 +174,10 @@ export interface DescribeOrganizationConfigurationRequest {
|
|
|
227
174
|
export interface DescribeOrganizationConfigurationResponse {
|
|
228
175
|
AutoEnable?: boolean;
|
|
229
176
|
}
|
|
230
|
-
|
|
231
177
|
export declare class TooManyRequestsException extends __BaseException {
|
|
232
178
|
readonly name: "TooManyRequestsException";
|
|
233
179
|
readonly $fault: "client";
|
|
234
180
|
Message?: string;
|
|
235
|
-
|
|
236
181
|
constructor(
|
|
237
182
|
opts: __ExceptionOptionType<TooManyRequestsException, __BaseException>
|
|
238
183
|
);
|
|
@@ -245,78 +190,60 @@ export interface EnableOrganizationAdminAccountRequest {
|
|
|
245
190
|
}
|
|
246
191
|
export interface GetMembersRequest {
|
|
247
192
|
GraphArn: string | undefined;
|
|
248
|
-
|
|
249
193
|
AccountIds: string[] | undefined;
|
|
250
194
|
}
|
|
251
195
|
export interface GetMembersResponse {
|
|
252
196
|
MemberDetails?: MemberDetail[];
|
|
253
|
-
|
|
254
197
|
UnprocessedAccounts?: UnprocessedAccount[];
|
|
255
198
|
}
|
|
256
199
|
export interface ListDatasourcePackagesRequest {
|
|
257
200
|
GraphArn: string | undefined;
|
|
258
|
-
|
|
259
201
|
NextToken?: string;
|
|
260
|
-
|
|
261
202
|
MaxResults?: number;
|
|
262
203
|
}
|
|
263
|
-
|
|
264
204
|
export interface DatasourcePackageIngestDetail {
|
|
265
205
|
DatasourcePackageIngestState?: DatasourcePackageIngestState | string;
|
|
266
|
-
|
|
267
206
|
LastIngestStateChange?: Record<string, TimestampForCollection>;
|
|
268
207
|
}
|
|
269
208
|
export interface ListDatasourcePackagesResponse {
|
|
270
209
|
DatasourcePackages?: Record<string, DatasourcePackageIngestDetail>;
|
|
271
|
-
|
|
272
210
|
NextToken?: string;
|
|
273
211
|
}
|
|
274
212
|
export interface ListGraphsRequest {
|
|
275
213
|
NextToken?: string;
|
|
276
|
-
|
|
277
214
|
MaxResults?: number;
|
|
278
215
|
}
|
|
279
|
-
|
|
280
216
|
export interface Graph {
|
|
281
217
|
Arn?: string;
|
|
282
|
-
|
|
283
218
|
CreatedTime?: Date;
|
|
284
219
|
}
|
|
285
220
|
export interface ListGraphsResponse {
|
|
286
221
|
GraphList?: Graph[];
|
|
287
|
-
|
|
288
222
|
NextToken?: string;
|
|
289
223
|
}
|
|
290
224
|
export interface ListInvitationsRequest {
|
|
291
225
|
NextToken?: string;
|
|
292
|
-
|
|
293
226
|
MaxResults?: number;
|
|
294
227
|
}
|
|
295
228
|
export interface ListInvitationsResponse {
|
|
296
229
|
Invitations?: MemberDetail[];
|
|
297
|
-
|
|
298
230
|
NextToken?: string;
|
|
299
231
|
}
|
|
300
232
|
export interface ListMembersRequest {
|
|
301
233
|
GraphArn: string | undefined;
|
|
302
|
-
|
|
303
234
|
NextToken?: string;
|
|
304
|
-
|
|
305
235
|
MaxResults?: number;
|
|
306
236
|
}
|
|
307
237
|
export interface ListMembersResponse {
|
|
308
238
|
MemberDetails?: MemberDetail[];
|
|
309
|
-
|
|
310
239
|
NextToken?: string;
|
|
311
240
|
}
|
|
312
241
|
export interface ListOrganizationAdminAccountsRequest {
|
|
313
242
|
NextToken?: string;
|
|
314
|
-
|
|
315
243
|
MaxResults?: number;
|
|
316
244
|
}
|
|
317
245
|
export interface ListOrganizationAdminAccountsResponse {
|
|
318
246
|
Administrators?: Administrator[];
|
|
319
|
-
|
|
320
247
|
NextToken?: string;
|
|
321
248
|
}
|
|
322
249
|
export interface ListTagsForResourceRequest {
|
|
@@ -330,214 +257,161 @@ export interface RejectInvitationRequest {
|
|
|
330
257
|
}
|
|
331
258
|
export interface StartMonitoringMemberRequest {
|
|
332
259
|
GraphArn: string | undefined;
|
|
333
|
-
|
|
334
260
|
AccountId: string | undefined;
|
|
335
261
|
}
|
|
336
262
|
export interface TagResourceRequest {
|
|
337
263
|
ResourceArn: string | undefined;
|
|
338
|
-
|
|
339
264
|
Tags: Record<string, string> | undefined;
|
|
340
265
|
}
|
|
341
266
|
export interface TagResourceResponse {}
|
|
342
267
|
export interface UntagResourceRequest {
|
|
343
268
|
ResourceArn: string | undefined;
|
|
344
|
-
|
|
345
269
|
TagKeys: string[] | undefined;
|
|
346
270
|
}
|
|
347
271
|
export interface UntagResourceResponse {}
|
|
348
272
|
export interface UpdateDatasourcePackagesRequest {
|
|
349
273
|
GraphArn: string | undefined;
|
|
350
|
-
|
|
351
274
|
DatasourcePackages: (DatasourcePackage | string)[] | undefined;
|
|
352
275
|
}
|
|
353
276
|
export interface UpdateOrganizationConfigurationRequest {
|
|
354
277
|
GraphArn: string | undefined;
|
|
355
|
-
|
|
356
278
|
AutoEnable?: boolean;
|
|
357
279
|
}
|
|
358
|
-
|
|
359
280
|
export declare const AcceptInvitationRequestFilterSensitiveLog: (
|
|
360
281
|
obj: AcceptInvitationRequest
|
|
361
282
|
) => any;
|
|
362
|
-
|
|
363
283
|
export declare const AccountFilterSensitiveLog: (obj: Account) => any;
|
|
364
|
-
|
|
365
284
|
export declare const AdministratorFilterSensitiveLog: (
|
|
366
285
|
obj: Administrator
|
|
367
286
|
) => any;
|
|
368
|
-
|
|
369
287
|
export declare const BatchGetGraphMemberDatasourcesRequestFilterSensitiveLog: (
|
|
370
288
|
obj: BatchGetGraphMemberDatasourcesRequest
|
|
371
289
|
) => any;
|
|
372
|
-
|
|
373
290
|
export declare const TimestampForCollectionFilterSensitiveLog: (
|
|
374
291
|
obj: TimestampForCollection
|
|
375
292
|
) => any;
|
|
376
|
-
|
|
377
293
|
export declare const MembershipDatasourcesFilterSensitiveLog: (
|
|
378
294
|
obj: MembershipDatasources
|
|
379
295
|
) => any;
|
|
380
|
-
|
|
381
296
|
export declare const UnprocessedAccountFilterSensitiveLog: (
|
|
382
297
|
obj: UnprocessedAccount
|
|
383
298
|
) => any;
|
|
384
|
-
|
|
385
299
|
export declare const BatchGetGraphMemberDatasourcesResponseFilterSensitiveLog: (
|
|
386
300
|
obj: BatchGetGraphMemberDatasourcesResponse
|
|
387
301
|
) => any;
|
|
388
|
-
|
|
389
302
|
export declare const BatchGetMembershipDatasourcesRequestFilterSensitiveLog: (
|
|
390
303
|
obj: BatchGetMembershipDatasourcesRequest
|
|
391
304
|
) => any;
|
|
392
|
-
|
|
393
305
|
export declare const UnprocessedGraphFilterSensitiveLog: (
|
|
394
306
|
obj: UnprocessedGraph
|
|
395
307
|
) => any;
|
|
396
|
-
|
|
397
308
|
export declare const BatchGetMembershipDatasourcesResponseFilterSensitiveLog: (
|
|
398
309
|
obj: BatchGetMembershipDatasourcesResponse
|
|
399
310
|
) => any;
|
|
400
|
-
|
|
401
311
|
export declare const CreateGraphRequestFilterSensitiveLog: (
|
|
402
312
|
obj: CreateGraphRequest
|
|
403
313
|
) => any;
|
|
404
|
-
|
|
405
314
|
export declare const CreateGraphResponseFilterSensitiveLog: (
|
|
406
315
|
obj: CreateGraphResponse
|
|
407
316
|
) => any;
|
|
408
|
-
|
|
409
317
|
export declare const CreateMembersRequestFilterSensitiveLog: (
|
|
410
318
|
obj: CreateMembersRequest
|
|
411
319
|
) => any;
|
|
412
|
-
|
|
413
320
|
export declare const DatasourcePackageUsageInfoFilterSensitiveLog: (
|
|
414
321
|
obj: DatasourcePackageUsageInfo
|
|
415
322
|
) => any;
|
|
416
|
-
|
|
417
323
|
export declare const MemberDetailFilterSensitiveLog: (obj: MemberDetail) => any;
|
|
418
|
-
|
|
419
324
|
export declare const CreateMembersResponseFilterSensitiveLog: (
|
|
420
325
|
obj: CreateMembersResponse
|
|
421
326
|
) => any;
|
|
422
|
-
|
|
423
327
|
export declare const DeleteGraphRequestFilterSensitiveLog: (
|
|
424
328
|
obj: DeleteGraphRequest
|
|
425
329
|
) => any;
|
|
426
|
-
|
|
427
330
|
export declare const DeleteMembersRequestFilterSensitiveLog: (
|
|
428
331
|
obj: DeleteMembersRequest
|
|
429
332
|
) => any;
|
|
430
|
-
|
|
431
333
|
export declare const DeleteMembersResponseFilterSensitiveLog: (
|
|
432
334
|
obj: DeleteMembersResponse
|
|
433
335
|
) => any;
|
|
434
|
-
|
|
435
336
|
export declare const DescribeOrganizationConfigurationRequestFilterSensitiveLog: (
|
|
436
337
|
obj: DescribeOrganizationConfigurationRequest
|
|
437
338
|
) => any;
|
|
438
|
-
|
|
439
339
|
export declare const DescribeOrganizationConfigurationResponseFilterSensitiveLog: (
|
|
440
340
|
obj: DescribeOrganizationConfigurationResponse
|
|
441
341
|
) => any;
|
|
442
|
-
|
|
443
342
|
export declare const DisassociateMembershipRequestFilterSensitiveLog: (
|
|
444
343
|
obj: DisassociateMembershipRequest
|
|
445
344
|
) => any;
|
|
446
|
-
|
|
447
345
|
export declare const EnableOrganizationAdminAccountRequestFilterSensitiveLog: (
|
|
448
346
|
obj: EnableOrganizationAdminAccountRequest
|
|
449
347
|
) => any;
|
|
450
|
-
|
|
451
348
|
export declare const GetMembersRequestFilterSensitiveLog: (
|
|
452
349
|
obj: GetMembersRequest
|
|
453
350
|
) => any;
|
|
454
|
-
|
|
455
351
|
export declare const GetMembersResponseFilterSensitiveLog: (
|
|
456
352
|
obj: GetMembersResponse
|
|
457
353
|
) => any;
|
|
458
|
-
|
|
459
354
|
export declare const ListDatasourcePackagesRequestFilterSensitiveLog: (
|
|
460
355
|
obj: ListDatasourcePackagesRequest
|
|
461
356
|
) => any;
|
|
462
|
-
|
|
463
357
|
export declare const DatasourcePackageIngestDetailFilterSensitiveLog: (
|
|
464
358
|
obj: DatasourcePackageIngestDetail
|
|
465
359
|
) => any;
|
|
466
|
-
|
|
467
360
|
export declare const ListDatasourcePackagesResponseFilterSensitiveLog: (
|
|
468
361
|
obj: ListDatasourcePackagesResponse
|
|
469
362
|
) => any;
|
|
470
|
-
|
|
471
363
|
export declare const ListGraphsRequestFilterSensitiveLog: (
|
|
472
364
|
obj: ListGraphsRequest
|
|
473
365
|
) => any;
|
|
474
|
-
|
|
475
366
|
export declare const GraphFilterSensitiveLog: (obj: Graph) => any;
|
|
476
|
-
|
|
477
367
|
export declare const ListGraphsResponseFilterSensitiveLog: (
|
|
478
368
|
obj: ListGraphsResponse
|
|
479
369
|
) => any;
|
|
480
|
-
|
|
481
370
|
export declare const ListInvitationsRequestFilterSensitiveLog: (
|
|
482
371
|
obj: ListInvitationsRequest
|
|
483
372
|
) => any;
|
|
484
|
-
|
|
485
373
|
export declare const ListInvitationsResponseFilterSensitiveLog: (
|
|
486
374
|
obj: ListInvitationsResponse
|
|
487
375
|
) => any;
|
|
488
|
-
|
|
489
376
|
export declare const ListMembersRequestFilterSensitiveLog: (
|
|
490
377
|
obj: ListMembersRequest
|
|
491
378
|
) => any;
|
|
492
|
-
|
|
493
379
|
export declare const ListMembersResponseFilterSensitiveLog: (
|
|
494
380
|
obj: ListMembersResponse
|
|
495
381
|
) => any;
|
|
496
|
-
|
|
497
382
|
export declare const ListOrganizationAdminAccountsRequestFilterSensitiveLog: (
|
|
498
383
|
obj: ListOrganizationAdminAccountsRequest
|
|
499
384
|
) => any;
|
|
500
|
-
|
|
501
385
|
export declare const ListOrganizationAdminAccountsResponseFilterSensitiveLog: (
|
|
502
386
|
obj: ListOrganizationAdminAccountsResponse
|
|
503
387
|
) => any;
|
|
504
|
-
|
|
505
388
|
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
506
389
|
obj: ListTagsForResourceRequest
|
|
507
390
|
) => any;
|
|
508
|
-
|
|
509
391
|
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
510
392
|
obj: ListTagsForResourceResponse
|
|
511
393
|
) => any;
|
|
512
|
-
|
|
513
394
|
export declare const RejectInvitationRequestFilterSensitiveLog: (
|
|
514
395
|
obj: RejectInvitationRequest
|
|
515
396
|
) => any;
|
|
516
|
-
|
|
517
397
|
export declare const StartMonitoringMemberRequestFilterSensitiveLog: (
|
|
518
398
|
obj: StartMonitoringMemberRequest
|
|
519
399
|
) => any;
|
|
520
|
-
|
|
521
400
|
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
522
401
|
obj: TagResourceRequest
|
|
523
402
|
) => any;
|
|
524
|
-
|
|
525
403
|
export declare const TagResourceResponseFilterSensitiveLog: (
|
|
526
404
|
obj: TagResourceResponse
|
|
527
405
|
) => any;
|
|
528
|
-
|
|
529
406
|
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
530
407
|
obj: UntagResourceRequest
|
|
531
408
|
) => any;
|
|
532
|
-
|
|
533
409
|
export declare const UntagResourceResponseFilterSensitiveLog: (
|
|
534
410
|
obj: UntagResourceResponse
|
|
535
411
|
) => any;
|
|
536
|
-
|
|
537
412
|
export declare const UpdateDatasourcePackagesRequestFilterSensitiveLog: (
|
|
538
413
|
obj: UpdateDatasourcePackagesRequest
|
|
539
414
|
) => any;
|
|
540
|
-
|
|
541
415
|
export declare const UpdateOrganizationConfigurationRequestFilterSensitiveLog: (
|
|
542
416
|
obj: UpdateOrganizationConfigurationRequest
|
|
543
417
|
) => any;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
2
|
import { DetectiveClientConfig } from "./DetectiveClient";
|
|
3
|
-
|
|
4
3
|
export declare const getRuntimeConfig: (config: DetectiveClientConfig) => {
|
|
5
4
|
runtime: string;
|
|
6
5
|
defaultsMode: import("@aws-sdk/types").Provider<
|
|
@@ -51,7 +50,9 @@ export declare const getRuntimeConfig: (config: DetectiveClientConfig) => {
|
|
|
51
50
|
| undefined;
|
|
52
51
|
signer?:
|
|
53
52
|
| import("@aws-sdk/types").RequestSigner
|
|
54
|
-
|
|
|
53
|
+
| ((
|
|
54
|
+
authScheme?: import("@aws-sdk/types").AuthScheme | undefined
|
|
55
|
+
) => Promise<import("@aws-sdk/types").RequestSigner>)
|
|
55
56
|
| undefined;
|
|
56
57
|
signingEscapePath?: boolean | undefined;
|
|
57
58
|
systemClockOffset?: number | undefined;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
|
|
2
2
|
import { DetectiveClientConfig } from "./DetectiveClient";
|
|
3
|
-
|
|
4
3
|
export declare const getRuntimeConfig: (config: DetectiveClientConfig) => {
|
|
5
4
|
runtime: string;
|
|
6
5
|
defaultsMode: import("@aws-sdk/types").Provider<
|
|
@@ -51,7 +50,9 @@ export declare const getRuntimeConfig: (config: DetectiveClientConfig) => {
|
|
|
51
50
|
| undefined;
|
|
52
51
|
signer?:
|
|
53
52
|
| import("@aws-sdk/types").RequestSigner
|
|
54
|
-
|
|
|
53
|
+
| ((
|
|
54
|
+
authScheme?: import("@aws-sdk/types").AuthScheme | undefined
|
|
55
|
+
) => Promise<import("@aws-sdk/types").RequestSigner>)
|
|
55
56
|
| undefined;
|
|
56
57
|
signingEscapePath?: boolean | undefined;
|
|
57
58
|
systemClockOffset?: number | undefined;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { DetectiveClientConfig } from "./DetectiveClient";
|
|
2
|
-
|
|
3
2
|
export declare const getRuntimeConfig: (config: DetectiveClientConfig) => {
|
|
4
3
|
runtime: string;
|
|
5
4
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
@@ -52,7 +51,9 @@ export declare const getRuntimeConfig: (config: DetectiveClientConfig) => {
|
|
|
52
51
|
| undefined;
|
|
53
52
|
signer?:
|
|
54
53
|
| import("@aws-sdk/types").RequestSigner
|
|
55
|
-
|
|
|
54
|
+
| ((
|
|
55
|
+
authScheme?: import("@aws-sdk/types").AuthScheme | undefined
|
|
56
|
+
) => Promise<import("@aws-sdk/types").RequestSigner>)
|
|
56
57
|
| undefined;
|
|
57
58
|
signingEscapePath?: boolean | undefined;
|
|
58
59
|
systemClockOffset?: number | undefined;
|