@aws-sdk/client-macie2 3.169.0 → 3.170.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 (96) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/Macie2.d.ts +1234 -335
  3. package/dist-types/ts3.4/Macie2Client.d.ts +525 -139
  4. package/dist-types/ts3.4/commands/AcceptInvitationCommand.d.ts +37 -17
  5. package/dist-types/ts3.4/commands/BatchGetCustomDataIdentifiersCommand.d.ts +41 -17
  6. package/dist-types/ts3.4/commands/CreateAllowListCommand.d.ts +37 -17
  7. package/dist-types/ts3.4/commands/CreateClassificationJobCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/CreateCustomDataIdentifierCommand.d.ts +41 -17
  9. package/dist-types/ts3.4/commands/CreateFindingsFilterCommand.d.ts +41 -17
  10. package/dist-types/ts3.4/commands/CreateInvitationsCommand.d.ts +38 -17
  11. package/dist-types/ts3.4/commands/CreateMemberCommand.d.ts +34 -17
  12. package/dist-types/ts3.4/commands/CreateSampleFindingsCommand.d.ts +41 -17
  13. package/dist-types/ts3.4/commands/DeclineInvitationsCommand.d.ts +38 -17
  14. package/dist-types/ts3.4/commands/DeleteAllowListCommand.d.ts +37 -17
  15. package/dist-types/ts3.4/commands/DeleteCustomDataIdentifierCommand.d.ts +41 -17
  16. package/dist-types/ts3.4/commands/DeleteFindingsFilterCommand.d.ts +41 -17
  17. package/dist-types/ts3.4/commands/DeleteInvitationsCommand.d.ts +38 -17
  18. package/dist-types/ts3.4/commands/DeleteMemberCommand.d.ts +34 -17
  19. package/dist-types/ts3.4/commands/DescribeBucketsCommand.d.ts +37 -17
  20. package/dist-types/ts3.4/commands/DescribeClassificationJobCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/DescribeOrganizationConfigurationCommand.d.ts +41 -17
  22. package/dist-types/ts3.4/commands/DisableMacieCommand.d.ts +34 -17
  23. package/dist-types/ts3.4/commands/DisableOrganizationAdminAccountCommand.d.ts +41 -17
  24. package/dist-types/ts3.4/commands/DisassociateFromAdministratorAccountCommand.d.ts +41 -17
  25. package/dist-types/ts3.4/commands/DisassociateFromMasterAccountCommand.d.ts +41 -17
  26. package/dist-types/ts3.4/commands/DisassociateMemberCommand.d.ts +38 -17
  27. package/dist-types/ts3.4/commands/EnableMacieCommand.d.ts +34 -17
  28. package/dist-types/ts3.4/commands/EnableOrganizationAdminAccountCommand.d.ts +41 -17
  29. package/dist-types/ts3.4/commands/GetAdministratorAccountCommand.d.ts +41 -17
  30. package/dist-types/ts3.4/commands/GetAllowListCommand.d.ts +34 -17
  31. package/dist-types/ts3.4/commands/GetBucketStatisticsCommand.d.ts +38 -17
  32. package/dist-types/ts3.4/commands/GetClassificationExportConfigurationCommand.d.ts +41 -17
  33. package/dist-types/ts3.4/commands/GetCustomDataIdentifierCommand.d.ts +41 -17
  34. package/dist-types/ts3.4/commands/GetFindingStatisticsCommand.d.ts +41 -17
  35. package/dist-types/ts3.4/commands/GetFindingsCommand.d.ts +34 -17
  36. package/dist-types/ts3.4/commands/GetFindingsFilterCommand.d.ts +38 -17
  37. package/dist-types/ts3.4/commands/GetFindingsPublicationConfigurationCommand.d.ts +41 -17
  38. package/dist-types/ts3.4/commands/GetInvitationsCountCommand.d.ts +38 -17
  39. package/dist-types/ts3.4/commands/GetMacieSessionCommand.d.ts +37 -17
  40. package/dist-types/ts3.4/commands/GetMasterAccountCommand.d.ts +37 -17
  41. package/dist-types/ts3.4/commands/GetMemberCommand.d.ts +34 -17
  42. package/dist-types/ts3.4/commands/GetRevealConfigurationCommand.d.ts +41 -17
  43. package/dist-types/ts3.4/commands/GetSensitiveDataOccurrencesAvailabilityCommand.d.ts +41 -17
  44. package/dist-types/ts3.4/commands/GetSensitiveDataOccurrencesCommand.d.ts +41 -17
  45. package/dist-types/ts3.4/commands/GetUsageStatisticsCommand.d.ts +38 -17
  46. package/dist-types/ts3.4/commands/GetUsageTotalsCommand.d.ts +37 -17
  47. package/dist-types/ts3.4/commands/ListAllowListsCommand.d.ts +37 -17
  48. package/dist-types/ts3.4/commands/ListClassificationJobsCommand.d.ts +41 -17
  49. package/dist-types/ts3.4/commands/ListCustomDataIdentifiersCommand.d.ts +41 -17
  50. package/dist-types/ts3.4/commands/ListFindingsCommand.d.ts +34 -17
  51. package/dist-types/ts3.4/commands/ListFindingsFiltersCommand.d.ts +38 -17
  52. package/dist-types/ts3.4/commands/ListInvitationsCommand.d.ts +37 -17
  53. package/dist-types/ts3.4/commands/ListManagedDataIdentifiersCommand.d.ts +41 -17
  54. package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +34 -17
  55. package/dist-types/ts3.4/commands/ListOrganizationAdminAccountsCommand.d.ts +41 -17
  56. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  57. package/dist-types/ts3.4/commands/PutClassificationExportConfigurationCommand.d.ts +41 -17
  58. package/dist-types/ts3.4/commands/PutFindingsPublicationConfigurationCommand.d.ts +41 -17
  59. package/dist-types/ts3.4/commands/SearchResourcesCommand.d.ts +37 -17
  60. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  61. package/dist-types/ts3.4/commands/TestCustomDataIdentifierCommand.d.ts +41 -17
  62. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -18
  63. package/dist-types/ts3.4/commands/UpdateAllowListCommand.d.ts +37 -17
  64. package/dist-types/ts3.4/commands/UpdateClassificationJobCommand.d.ts +41 -17
  65. package/dist-types/ts3.4/commands/UpdateFindingsFilterCommand.d.ts +41 -17
  66. package/dist-types/ts3.4/commands/UpdateMacieSessionCommand.d.ts +38 -17
  67. package/dist-types/ts3.4/commands/UpdateMemberSessionCommand.d.ts +38 -17
  68. package/dist-types/ts3.4/commands/UpdateOrganizationConfigurationCommand.d.ts +41 -17
  69. package/dist-types/ts3.4/commands/UpdateRevealConfigurationCommand.d.ts +41 -17
  70. package/dist-types/ts3.4/commands/index.d.ts +66 -66
  71. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  72. package/dist-types/ts3.4/index.d.ts +7 -7
  73. package/dist-types/ts3.4/models/Macie2ServiceException.d.ts +8 -6
  74. package/dist-types/ts3.4/models/index.d.ts +2 -2
  75. package/dist-types/ts3.4/models/models_0.d.ts +2950 -2768
  76. package/dist-types/ts3.4/models/models_1.d.ts +132 -109
  77. package/dist-types/ts3.4/pagination/DescribeBucketsPaginator.d.ts +11 -4
  78. package/dist-types/ts3.4/pagination/GetUsageStatisticsPaginator.d.ts +11 -4
  79. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
  80. package/dist-types/ts3.4/pagination/ListClassificationJobsPaginator.d.ts +11 -4
  81. package/dist-types/ts3.4/pagination/ListCustomDataIdentifiersPaginator.d.ts +11 -4
  82. package/dist-types/ts3.4/pagination/ListFindingsFiltersPaginator.d.ts +11 -4
  83. package/dist-types/ts3.4/pagination/ListFindingsPaginator.d.ts +11 -4
  84. package/dist-types/ts3.4/pagination/ListInvitationsPaginator.d.ts +11 -4
  85. package/dist-types/ts3.4/pagination/ListMembersPaginator.d.ts +11 -4
  86. package/dist-types/ts3.4/pagination/ListOrganizationAdminAccountsPaginator.d.ts +11 -4
  87. package/dist-types/ts3.4/pagination/SearchResourcesPaginator.d.ts +11 -4
  88. package/dist-types/ts3.4/pagination/index.d.ts +11 -11
  89. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +797 -200
  90. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  91. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  92. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  93. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  94. package/dist-types/ts3.4/waiters/index.d.ts +1 -1
  95. package/dist-types/ts3.4/waiters/waitForFindingRevealed.d.ts +13 -7
  96. package/package.json +35 -35
@@ -1,66 +1,66 @@
1
- export * from "./AcceptInvitationCommand";
2
- export * from "./BatchGetCustomDataIdentifiersCommand";
3
- export * from "./CreateAllowListCommand";
4
- export * from "./CreateClassificationJobCommand";
5
- export * from "./CreateCustomDataIdentifierCommand";
6
- export * from "./CreateFindingsFilterCommand";
7
- export * from "./CreateInvitationsCommand";
8
- export * from "./CreateMemberCommand";
9
- export * from "./CreateSampleFindingsCommand";
10
- export * from "./DeclineInvitationsCommand";
11
- export * from "./DeleteAllowListCommand";
12
- export * from "./DeleteCustomDataIdentifierCommand";
13
- export * from "./DeleteFindingsFilterCommand";
14
- export * from "./DeleteInvitationsCommand";
15
- export * from "./DeleteMemberCommand";
16
- export * from "./DescribeBucketsCommand";
17
- export * from "./DescribeClassificationJobCommand";
18
- export * from "./DescribeOrganizationConfigurationCommand";
19
- export * from "./DisableMacieCommand";
20
- export * from "./DisableOrganizationAdminAccountCommand";
21
- export * from "./DisassociateFromAdministratorAccountCommand";
22
- export * from "./DisassociateFromMasterAccountCommand";
23
- export * from "./DisassociateMemberCommand";
24
- export * from "./EnableMacieCommand";
25
- export * from "./EnableOrganizationAdminAccountCommand";
26
- export * from "./GetAdministratorAccountCommand";
27
- export * from "./GetAllowListCommand";
28
- export * from "./GetBucketStatisticsCommand";
29
- export * from "./GetClassificationExportConfigurationCommand";
30
- export * from "./GetCustomDataIdentifierCommand";
31
- export * from "./GetFindingStatisticsCommand";
32
- export * from "./GetFindingsCommand";
33
- export * from "./GetFindingsFilterCommand";
34
- export * from "./GetFindingsPublicationConfigurationCommand";
35
- export * from "./GetInvitationsCountCommand";
36
- export * from "./GetMacieSessionCommand";
37
- export * from "./GetMasterAccountCommand";
38
- export * from "./GetMemberCommand";
39
- export * from "./GetRevealConfigurationCommand";
40
- export * from "./GetSensitiveDataOccurrencesAvailabilityCommand";
41
- export * from "./GetSensitiveDataOccurrencesCommand";
42
- export * from "./GetUsageStatisticsCommand";
43
- export * from "./GetUsageTotalsCommand";
44
- export * from "./ListAllowListsCommand";
45
- export * from "./ListClassificationJobsCommand";
46
- export * from "./ListCustomDataIdentifiersCommand";
47
- export * from "./ListFindingsCommand";
48
- export * from "./ListFindingsFiltersCommand";
49
- export * from "./ListInvitationsCommand";
50
- export * from "./ListManagedDataIdentifiersCommand";
51
- export * from "./ListMembersCommand";
52
- export * from "./ListOrganizationAdminAccountsCommand";
53
- export * from "./ListTagsForResourceCommand";
54
- export * from "./PutClassificationExportConfigurationCommand";
55
- export * from "./PutFindingsPublicationConfigurationCommand";
56
- export * from "./SearchResourcesCommand";
57
- export * from "./TagResourceCommand";
58
- export * from "./TestCustomDataIdentifierCommand";
59
- export * from "./UntagResourceCommand";
60
- export * from "./UpdateAllowListCommand";
61
- export * from "./UpdateClassificationJobCommand";
62
- export * from "./UpdateFindingsFilterCommand";
63
- export * from "./UpdateMacieSessionCommand";
64
- export * from "./UpdateMemberSessionCommand";
65
- export * from "./UpdateOrganizationConfigurationCommand";
66
- export * from "./UpdateRevealConfigurationCommand";
1
+ export * from "./AcceptInvitationCommand";
2
+ export * from "./BatchGetCustomDataIdentifiersCommand";
3
+ export * from "./CreateAllowListCommand";
4
+ export * from "./CreateClassificationJobCommand";
5
+ export * from "./CreateCustomDataIdentifierCommand";
6
+ export * from "./CreateFindingsFilterCommand";
7
+ export * from "./CreateInvitationsCommand";
8
+ export * from "./CreateMemberCommand";
9
+ export * from "./CreateSampleFindingsCommand";
10
+ export * from "./DeclineInvitationsCommand";
11
+ export * from "./DeleteAllowListCommand";
12
+ export * from "./DeleteCustomDataIdentifierCommand";
13
+ export * from "./DeleteFindingsFilterCommand";
14
+ export * from "./DeleteInvitationsCommand";
15
+ export * from "./DeleteMemberCommand";
16
+ export * from "./DescribeBucketsCommand";
17
+ export * from "./DescribeClassificationJobCommand";
18
+ export * from "./DescribeOrganizationConfigurationCommand";
19
+ export * from "./DisableMacieCommand";
20
+ export * from "./DisableOrganizationAdminAccountCommand";
21
+ export * from "./DisassociateFromAdministratorAccountCommand";
22
+ export * from "./DisassociateFromMasterAccountCommand";
23
+ export * from "./DisassociateMemberCommand";
24
+ export * from "./EnableMacieCommand";
25
+ export * from "./EnableOrganizationAdminAccountCommand";
26
+ export * from "./GetAdministratorAccountCommand";
27
+ export * from "./GetAllowListCommand";
28
+ export * from "./GetBucketStatisticsCommand";
29
+ export * from "./GetClassificationExportConfigurationCommand";
30
+ export * from "./GetCustomDataIdentifierCommand";
31
+ export * from "./GetFindingStatisticsCommand";
32
+ export * from "./GetFindingsCommand";
33
+ export * from "./GetFindingsFilterCommand";
34
+ export * from "./GetFindingsPublicationConfigurationCommand";
35
+ export * from "./GetInvitationsCountCommand";
36
+ export * from "./GetMacieSessionCommand";
37
+ export * from "./GetMasterAccountCommand";
38
+ export * from "./GetMemberCommand";
39
+ export * from "./GetRevealConfigurationCommand";
40
+ export * from "./GetSensitiveDataOccurrencesAvailabilityCommand";
41
+ export * from "./GetSensitiveDataOccurrencesCommand";
42
+ export * from "./GetUsageStatisticsCommand";
43
+ export * from "./GetUsageTotalsCommand";
44
+ export * from "./ListAllowListsCommand";
45
+ export * from "./ListClassificationJobsCommand";
46
+ export * from "./ListCustomDataIdentifiersCommand";
47
+ export * from "./ListFindingsCommand";
48
+ export * from "./ListFindingsFiltersCommand";
49
+ export * from "./ListInvitationsCommand";
50
+ export * from "./ListManagedDataIdentifiersCommand";
51
+ export * from "./ListMembersCommand";
52
+ export * from "./ListOrganizationAdminAccountsCommand";
53
+ export * from "./ListTagsForResourceCommand";
54
+ export * from "./PutClassificationExportConfigurationCommand";
55
+ export * from "./PutFindingsPublicationConfigurationCommand";
56
+ export * from "./SearchResourcesCommand";
57
+ export * from "./TagResourceCommand";
58
+ export * from "./TestCustomDataIdentifierCommand";
59
+ export * from "./UntagResourceCommand";
60
+ export * from "./UpdateAllowListCommand";
61
+ export * from "./UpdateClassificationJobCommand";
62
+ export * from "./UpdateFindingsFilterCommand";
63
+ export * from "./UpdateMacieSessionCommand";
64
+ export * from "./UpdateMemberSessionCommand";
65
+ export * from "./UpdateOrganizationConfigurationCommand";
66
+ export * from "./UpdateRevealConfigurationCommand";
@@ -1,2 +1,2 @@
1
- import { RegionInfoProvider } from "@aws-sdk/types";
2
- export declare const defaultRegionInfoProvider: RegionInfoProvider;
1
+ import { RegionInfoProvider } from "@aws-sdk/types";
2
+ export declare const defaultRegionInfoProvider: RegionInfoProvider;
@@ -1,7 +1,7 @@
1
- export * from "./Macie2";
2
- export * from "./Macie2Client";
3
- export * from "./commands";
4
- export * from "./models";
5
- export * from "./pagination";
6
- export * from "./waiters";
7
- export { Macie2ServiceException } from "./models/Macie2ServiceException";
1
+ export * from "./Macie2";
2
+ export * from "./Macie2Client";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export * from "./pagination";
6
+ export * from "./waiters";
7
+ export { Macie2ServiceException } from "./models/Macie2ServiceException";
@@ -1,6 +1,8 @@
1
- import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
-
3
- export declare class Macie2ServiceException extends __ServiceException {
4
-
5
- constructor(options: __ServiceExceptionOptions);
6
- }
1
+ import {
2
+ ServiceException as __ServiceException,
3
+ ServiceExceptionOptions as __ServiceExceptionOptions,
4
+ } from "@aws-sdk/smithy-client";
5
+
6
+ export declare class Macie2ServiceException extends __ServiceException {
7
+ constructor(options: __ServiceExceptionOptions);
8
+ }
@@ -1,2 +1,2 @@
1
- export * from "./models_0";
2
- export * from "./models_1";
1
+ export * from "./models_0";
2
+ export * from "./models_1";