@aws-sdk/client-detective 3.296.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/Detective.d.ts +25 -0
- package/dist-types/DetectiveClient.d.ts +24 -4
- package/dist-types/commands/AcceptInvitationCommand.d.ts +16 -0
- package/dist-types/commands/BatchGetGraphMemberDatasourcesCommand.d.ts +16 -0
- package/dist-types/commands/BatchGetMembershipDatasourcesCommand.d.ts +16 -0
- package/dist-types/commands/CreateGraphCommand.d.ts +16 -0
- package/dist-types/commands/CreateMembersCommand.d.ts +16 -0
- package/dist-types/commands/DeleteGraphCommand.d.ts +16 -0
- package/dist-types/commands/DeleteMembersCommand.d.ts +16 -0
- package/dist-types/commands/DescribeOrganizationConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/DisableOrganizationAdminAccountCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateMembershipCommand.d.ts +16 -0
- package/dist-types/commands/EnableOrganizationAdminAccountCommand.d.ts +16 -0
- package/dist-types/commands/GetMembersCommand.d.ts +16 -0
- package/dist-types/commands/ListDatasourcePackagesCommand.d.ts +16 -0
- package/dist-types/commands/ListGraphsCommand.d.ts +16 -0
- package/dist-types/commands/ListInvitationsCommand.d.ts +16 -0
- package/dist-types/commands/ListMembersCommand.d.ts +16 -0
- package/dist-types/commands/ListOrganizationAdminAccountsCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/RejectInvitationCommand.d.ts +16 -0
- package/dist-types/commands/StartMonitoringMemberCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateDatasourcePackagesCommand.d.ts +16 -0
- package/dist-types/commands/UpdateOrganizationConfigurationCommand.d.ts +16 -0
- package/dist-types/models/DetectiveServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +149 -192
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListDatasourcePackagesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListGraphsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListInvitationsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListMembersPaginator.d.ts +3 -0
- package/dist-types/pagination/ListOrganizationAdminAccountsPaginator.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -138
- package/package.json +4 -3
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListDatasourcePackagesCommandInput, ListDatasourcePackagesCommandOutput } from "../commands/ListDatasourcePackagesCommand";
|
|
3
3
|
import { DetectivePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListDatasourcePackages(config: DetectivePaginationConfiguration, input: ListDatasourcePackagesCommandInput, ...additionalArguments: any): Paginator<ListDatasourcePackagesCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListGraphsCommandInput, ListGraphsCommandOutput } from "../commands/ListGraphsCommand";
|
|
3
3
|
import { DetectivePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListGraphs(config: DetectivePaginationConfiguration, input: ListGraphsCommandInput, ...additionalArguments: any): Paginator<ListGraphsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListInvitationsCommandInput, ListInvitationsCommandOutput } from "../commands/ListInvitationsCommand";
|
|
3
3
|
import { DetectivePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListInvitations(config: DetectivePaginationConfiguration, input: ListInvitationsCommandInput, ...additionalArguments: any): Paginator<ListInvitationsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListMembersCommandInput, ListMembersCommandOutput } from "../commands/ListMembersCommand";
|
|
3
3
|
import { DetectivePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListMembers(config: DetectivePaginationConfiguration, input: ListMembersCommandInput, ...additionalArguments: any): Paginator<ListMembersCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListOrganizationAdminAccountsCommandInput, ListOrganizationAdminAccountsCommandOutput } from "../commands/ListOrganizationAdminAccountsCommand";
|
|
3
3
|
import { DetectivePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListOrganizationAdminAccounts(config: DetectivePaginationConfiguration, input: ListOrganizationAdminAccountsCommandInput, ...additionalArguments: any): Paginator<ListOrganizationAdminAccountsCommandOutput>;
|
|
@@ -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",
|