@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,139 +1,525 @@
1
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
- import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
- import { AcceptInvitationCommandInput, AcceptInvitationCommandOutput } from "./commands/AcceptInvitationCommand";
10
- import { BatchGetCustomDataIdentifiersCommandInput, BatchGetCustomDataIdentifiersCommandOutput } from "./commands/BatchGetCustomDataIdentifiersCommand";
11
- import { CreateAllowListCommandInput, CreateAllowListCommandOutput } from "./commands/CreateAllowListCommand";
12
- import { CreateClassificationJobCommandInput, CreateClassificationJobCommandOutput } from "./commands/CreateClassificationJobCommand";
13
- import { CreateCustomDataIdentifierCommandInput, CreateCustomDataIdentifierCommandOutput } from "./commands/CreateCustomDataIdentifierCommand";
14
- import { CreateFindingsFilterCommandInput, CreateFindingsFilterCommandOutput } from "./commands/CreateFindingsFilterCommand";
15
- import { CreateInvitationsCommandInput, CreateInvitationsCommandOutput } from "./commands/CreateInvitationsCommand";
16
- import { CreateMemberCommandInput, CreateMemberCommandOutput } from "./commands/CreateMemberCommand";
17
- import { CreateSampleFindingsCommandInput, CreateSampleFindingsCommandOutput } from "./commands/CreateSampleFindingsCommand";
18
- import { DeclineInvitationsCommandInput, DeclineInvitationsCommandOutput } from "./commands/DeclineInvitationsCommand";
19
- import { DeleteAllowListCommandInput, DeleteAllowListCommandOutput } from "./commands/DeleteAllowListCommand";
20
- import { DeleteCustomDataIdentifierCommandInput, DeleteCustomDataIdentifierCommandOutput } from "./commands/DeleteCustomDataIdentifierCommand";
21
- import { DeleteFindingsFilterCommandInput, DeleteFindingsFilterCommandOutput } from "./commands/DeleteFindingsFilterCommand";
22
- import { DeleteInvitationsCommandInput, DeleteInvitationsCommandOutput } from "./commands/DeleteInvitationsCommand";
23
- import { DeleteMemberCommandInput, DeleteMemberCommandOutput } from "./commands/DeleteMemberCommand";
24
- import { DescribeBucketsCommandInput, DescribeBucketsCommandOutput } from "./commands/DescribeBucketsCommand";
25
- import { DescribeClassificationJobCommandInput, DescribeClassificationJobCommandOutput } from "./commands/DescribeClassificationJobCommand";
26
- import { DescribeOrganizationConfigurationCommandInput, DescribeOrganizationConfigurationCommandOutput } from "./commands/DescribeOrganizationConfigurationCommand";
27
- import { DisableMacieCommandInput, DisableMacieCommandOutput } from "./commands/DisableMacieCommand";
28
- import { DisableOrganizationAdminAccountCommandInput, DisableOrganizationAdminAccountCommandOutput } from "./commands/DisableOrganizationAdminAccountCommand";
29
- import { DisassociateFromAdministratorAccountCommandInput, DisassociateFromAdministratorAccountCommandOutput } from "./commands/DisassociateFromAdministratorAccountCommand";
30
- import { DisassociateFromMasterAccountCommandInput, DisassociateFromMasterAccountCommandOutput } from "./commands/DisassociateFromMasterAccountCommand";
31
- import { DisassociateMemberCommandInput, DisassociateMemberCommandOutput } from "./commands/DisassociateMemberCommand";
32
- import { EnableMacieCommandInput, EnableMacieCommandOutput } from "./commands/EnableMacieCommand";
33
- import { EnableOrganizationAdminAccountCommandInput, EnableOrganizationAdminAccountCommandOutput } from "./commands/EnableOrganizationAdminAccountCommand";
34
- import { GetAdministratorAccountCommandInput, GetAdministratorAccountCommandOutput } from "./commands/GetAdministratorAccountCommand";
35
- import { GetAllowListCommandInput, GetAllowListCommandOutput } from "./commands/GetAllowListCommand";
36
- import { GetBucketStatisticsCommandInput, GetBucketStatisticsCommandOutput } from "./commands/GetBucketStatisticsCommand";
37
- import { GetClassificationExportConfigurationCommandInput, GetClassificationExportConfigurationCommandOutput } from "./commands/GetClassificationExportConfigurationCommand";
38
- import { GetCustomDataIdentifierCommandInput, GetCustomDataIdentifierCommandOutput } from "./commands/GetCustomDataIdentifierCommand";
39
- import { GetFindingsCommandInput, GetFindingsCommandOutput } from "./commands/GetFindingsCommand";
40
- import { GetFindingsFilterCommandInput, GetFindingsFilterCommandOutput } from "./commands/GetFindingsFilterCommand";
41
- import { GetFindingsPublicationConfigurationCommandInput, GetFindingsPublicationConfigurationCommandOutput } from "./commands/GetFindingsPublicationConfigurationCommand";
42
- import { GetFindingStatisticsCommandInput, GetFindingStatisticsCommandOutput } from "./commands/GetFindingStatisticsCommand";
43
- import { GetInvitationsCountCommandInput, GetInvitationsCountCommandOutput } from "./commands/GetInvitationsCountCommand";
44
- import { GetMacieSessionCommandInput, GetMacieSessionCommandOutput } from "./commands/GetMacieSessionCommand";
45
- import { GetMasterAccountCommandInput, GetMasterAccountCommandOutput } from "./commands/GetMasterAccountCommand";
46
- import { GetMemberCommandInput, GetMemberCommandOutput } from "./commands/GetMemberCommand";
47
- import { GetRevealConfigurationCommandInput, GetRevealConfigurationCommandOutput } from "./commands/GetRevealConfigurationCommand";
48
- import { GetSensitiveDataOccurrencesAvailabilityCommandInput, GetSensitiveDataOccurrencesAvailabilityCommandOutput } from "./commands/GetSensitiveDataOccurrencesAvailabilityCommand";
49
- import { GetSensitiveDataOccurrencesCommandInput, GetSensitiveDataOccurrencesCommandOutput } from "./commands/GetSensitiveDataOccurrencesCommand";
50
- import { GetUsageStatisticsCommandInput, GetUsageStatisticsCommandOutput } from "./commands/GetUsageStatisticsCommand";
51
- import { GetUsageTotalsCommandInput, GetUsageTotalsCommandOutput } from "./commands/GetUsageTotalsCommand";
52
- import { ListAllowListsCommandInput, ListAllowListsCommandOutput } from "./commands/ListAllowListsCommand";
53
- import { ListClassificationJobsCommandInput, ListClassificationJobsCommandOutput } from "./commands/ListClassificationJobsCommand";
54
- import { ListCustomDataIdentifiersCommandInput, ListCustomDataIdentifiersCommandOutput } from "./commands/ListCustomDataIdentifiersCommand";
55
- import { ListFindingsCommandInput, ListFindingsCommandOutput } from "./commands/ListFindingsCommand";
56
- import { ListFindingsFiltersCommandInput, ListFindingsFiltersCommandOutput } from "./commands/ListFindingsFiltersCommand";
57
- import { ListInvitationsCommandInput, ListInvitationsCommandOutput } from "./commands/ListInvitationsCommand";
58
- import { ListManagedDataIdentifiersCommandInput, ListManagedDataIdentifiersCommandOutput } from "./commands/ListManagedDataIdentifiersCommand";
59
- import { ListMembersCommandInput, ListMembersCommandOutput } from "./commands/ListMembersCommand";
60
- import { ListOrganizationAdminAccountsCommandInput, ListOrganizationAdminAccountsCommandOutput } from "./commands/ListOrganizationAdminAccountsCommand";
61
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
62
- import { PutClassificationExportConfigurationCommandInput, PutClassificationExportConfigurationCommandOutput } from "./commands/PutClassificationExportConfigurationCommand";
63
- import { PutFindingsPublicationConfigurationCommandInput, PutFindingsPublicationConfigurationCommandOutput } from "./commands/PutFindingsPublicationConfigurationCommand";
64
- import { SearchResourcesCommandInput, SearchResourcesCommandOutput } from "./commands/SearchResourcesCommand";
65
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
66
- import { TestCustomDataIdentifierCommandInput, TestCustomDataIdentifierCommandOutput } from "./commands/TestCustomDataIdentifierCommand";
67
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
68
- import { UpdateAllowListCommandInput, UpdateAllowListCommandOutput } from "./commands/UpdateAllowListCommand";
69
- import { UpdateClassificationJobCommandInput, UpdateClassificationJobCommandOutput } from "./commands/UpdateClassificationJobCommand";
70
- import { UpdateFindingsFilterCommandInput, UpdateFindingsFilterCommandOutput } from "./commands/UpdateFindingsFilterCommand";
71
- import { UpdateMacieSessionCommandInput, UpdateMacieSessionCommandOutput } from "./commands/UpdateMacieSessionCommand";
72
- import { UpdateMemberSessionCommandInput, UpdateMemberSessionCommandOutput } from "./commands/UpdateMemberSessionCommand";
73
- import { UpdateOrganizationConfigurationCommandInput, UpdateOrganizationConfigurationCommandOutput } from "./commands/UpdateOrganizationConfigurationCommand";
74
- import { UpdateRevealConfigurationCommandInput, UpdateRevealConfigurationCommandOutput } from "./commands/UpdateRevealConfigurationCommand";
75
- export declare type ServiceInputTypes = AcceptInvitationCommandInput | BatchGetCustomDataIdentifiersCommandInput | CreateAllowListCommandInput | CreateClassificationJobCommandInput | CreateCustomDataIdentifierCommandInput | CreateFindingsFilterCommandInput | CreateInvitationsCommandInput | CreateMemberCommandInput | CreateSampleFindingsCommandInput | DeclineInvitationsCommandInput | DeleteAllowListCommandInput | DeleteCustomDataIdentifierCommandInput | DeleteFindingsFilterCommandInput | DeleteInvitationsCommandInput | DeleteMemberCommandInput | DescribeBucketsCommandInput | DescribeClassificationJobCommandInput | DescribeOrganizationConfigurationCommandInput | DisableMacieCommandInput | DisableOrganizationAdminAccountCommandInput | DisassociateFromAdministratorAccountCommandInput | DisassociateFromMasterAccountCommandInput | DisassociateMemberCommandInput | EnableMacieCommandInput | EnableOrganizationAdminAccountCommandInput | GetAdministratorAccountCommandInput | GetAllowListCommandInput | GetBucketStatisticsCommandInput | GetClassificationExportConfigurationCommandInput | GetCustomDataIdentifierCommandInput | GetFindingStatisticsCommandInput | GetFindingsCommandInput | GetFindingsFilterCommandInput | GetFindingsPublicationConfigurationCommandInput | GetInvitationsCountCommandInput | GetMacieSessionCommandInput | GetMasterAccountCommandInput | GetMemberCommandInput | GetRevealConfigurationCommandInput | GetSensitiveDataOccurrencesAvailabilityCommandInput | GetSensitiveDataOccurrencesCommandInput | GetUsageStatisticsCommandInput | GetUsageTotalsCommandInput | ListAllowListsCommandInput | ListClassificationJobsCommandInput | ListCustomDataIdentifiersCommandInput | ListFindingsCommandInput | ListFindingsFiltersCommandInput | ListInvitationsCommandInput | ListManagedDataIdentifiersCommandInput | ListMembersCommandInput | ListOrganizationAdminAccountsCommandInput | ListTagsForResourceCommandInput | PutClassificationExportConfigurationCommandInput | PutFindingsPublicationConfigurationCommandInput | SearchResourcesCommandInput | TagResourceCommandInput | TestCustomDataIdentifierCommandInput | UntagResourceCommandInput | UpdateAllowListCommandInput | UpdateClassificationJobCommandInput | UpdateFindingsFilterCommandInput | UpdateMacieSessionCommandInput | UpdateMemberSessionCommandInput | UpdateOrganizationConfigurationCommandInput | UpdateRevealConfigurationCommandInput;
76
- export declare type ServiceOutputTypes = AcceptInvitationCommandOutput | BatchGetCustomDataIdentifiersCommandOutput | CreateAllowListCommandOutput | CreateClassificationJobCommandOutput | CreateCustomDataIdentifierCommandOutput | CreateFindingsFilterCommandOutput | CreateInvitationsCommandOutput | CreateMemberCommandOutput | CreateSampleFindingsCommandOutput | DeclineInvitationsCommandOutput | DeleteAllowListCommandOutput | DeleteCustomDataIdentifierCommandOutput | DeleteFindingsFilterCommandOutput | DeleteInvitationsCommandOutput | DeleteMemberCommandOutput | DescribeBucketsCommandOutput | DescribeClassificationJobCommandOutput | DescribeOrganizationConfigurationCommandOutput | DisableMacieCommandOutput | DisableOrganizationAdminAccountCommandOutput | DisassociateFromAdministratorAccountCommandOutput | DisassociateFromMasterAccountCommandOutput | DisassociateMemberCommandOutput | EnableMacieCommandOutput | EnableOrganizationAdminAccountCommandOutput | GetAdministratorAccountCommandOutput | GetAllowListCommandOutput | GetBucketStatisticsCommandOutput | GetClassificationExportConfigurationCommandOutput | GetCustomDataIdentifierCommandOutput | GetFindingStatisticsCommandOutput | GetFindingsCommandOutput | GetFindingsFilterCommandOutput | GetFindingsPublicationConfigurationCommandOutput | GetInvitationsCountCommandOutput | GetMacieSessionCommandOutput | GetMasterAccountCommandOutput | GetMemberCommandOutput | GetRevealConfigurationCommandOutput | GetSensitiveDataOccurrencesAvailabilityCommandOutput | GetSensitiveDataOccurrencesCommandOutput | GetUsageStatisticsCommandOutput | GetUsageTotalsCommandOutput | ListAllowListsCommandOutput | ListClassificationJobsCommandOutput | ListCustomDataIdentifiersCommandOutput | ListFindingsCommandOutput | ListFindingsFiltersCommandOutput | ListInvitationsCommandOutput | ListManagedDataIdentifiersCommandOutput | ListMembersCommandOutput | ListOrganizationAdminAccountsCommandOutput | ListTagsForResourceCommandOutput | PutClassificationExportConfigurationCommandOutput | PutFindingsPublicationConfigurationCommandOutput | SearchResourcesCommandOutput | TagResourceCommandOutput | TestCustomDataIdentifierCommandOutput | UntagResourceCommandOutput | UpdateAllowListCommandOutput | UpdateClassificationJobCommandOutput | UpdateFindingsFilterCommandOutput | UpdateMacieSessionCommandOutput | UpdateMemberSessionCommandOutput | UpdateOrganizationConfigurationCommandOutput | UpdateRevealConfigurationCommandOutput;
77
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
78
-
79
- requestHandler?: __HttpHandler;
80
-
81
- sha256?: __HashConstructor;
82
-
83
- urlParser?: __UrlParser;
84
-
85
- bodyLengthChecker?: __BodyLengthCalculator;
86
-
87
- streamCollector?: __StreamCollector;
88
-
89
- base64Decoder?: __Decoder;
90
-
91
- base64Encoder?: __Encoder;
92
-
93
- utf8Decoder?: __Decoder;
94
-
95
- utf8Encoder?: __Encoder;
96
-
97
- runtime?: string;
98
-
99
- disableHostPrefix?: boolean;
100
-
101
- maxAttempts?: number | __Provider<number>;
102
-
103
- retryMode?: string | __Provider<string>;
104
-
105
- logger?: __Logger;
106
-
107
- useDualstackEndpoint?: boolean | __Provider<boolean>;
108
-
109
- useFipsEndpoint?: boolean | __Provider<boolean>;
110
-
111
- serviceId?: string;
112
-
113
- region?: string | __Provider<string>;
114
-
115
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
116
-
117
- regionInfoProvider?: RegionInfoProvider;
118
-
119
- defaultUserAgentProvider?: Provider<__UserAgent>;
120
-
121
- defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
122
- }
123
- declare type Macie2ClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
124
-
125
- export interface Macie2ClientConfig extends Macie2ClientConfigType {
126
- }
127
- declare type Macie2ClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
128
-
129
- export interface Macie2ClientResolvedConfig extends Macie2ClientResolvedConfigType {
130
- }
131
-
132
- export declare class Macie2Client extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, Macie2ClientResolvedConfig> {
133
-
134
- readonly config: Macie2ClientResolvedConfig;
135
- constructor(configuration: Macie2ClientConfig);
136
-
137
- destroy(): void;
138
- }
139
- export {};
1
+ import {
2
+ EndpointsInputConfig,
3
+ EndpointsResolvedConfig,
4
+ RegionInputConfig,
5
+ RegionResolvedConfig,
6
+ } from "@aws-sdk/config-resolver";
7
+ import {
8
+ HostHeaderInputConfig,
9
+ HostHeaderResolvedConfig,
10
+ } from "@aws-sdk/middleware-host-header";
11
+ import {
12
+ RetryInputConfig,
13
+ RetryResolvedConfig,
14
+ } from "@aws-sdk/middleware-retry";
15
+ import {
16
+ AwsAuthInputConfig,
17
+ AwsAuthResolvedConfig,
18
+ } from "@aws-sdk/middleware-signing";
19
+ import {
20
+ UserAgentInputConfig,
21
+ UserAgentResolvedConfig,
22
+ } from "@aws-sdk/middleware-user-agent";
23
+ import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
24
+ import {
25
+ Client as __Client,
26
+ DefaultsMode,
27
+ SmithyConfiguration as __SmithyConfiguration,
28
+ SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
29
+ } from "@aws-sdk/smithy-client";
30
+ import {
31
+ BodyLengthCalculator as __BodyLengthCalculator,
32
+ Credentials as __Credentials,
33
+ Decoder as __Decoder,
34
+ Encoder as __Encoder,
35
+ HashConstructor as __HashConstructor,
36
+ HttpHandlerOptions as __HttpHandlerOptions,
37
+ Logger as __Logger,
38
+ Provider as __Provider,
39
+ Provider,
40
+ RegionInfoProvider,
41
+ StreamCollector as __StreamCollector,
42
+ UrlParser as __UrlParser,
43
+ UserAgent as __UserAgent,
44
+ } from "@aws-sdk/types";
45
+ import {
46
+ AcceptInvitationCommandInput,
47
+ AcceptInvitationCommandOutput,
48
+ } from "./commands/AcceptInvitationCommand";
49
+ import {
50
+ BatchGetCustomDataIdentifiersCommandInput,
51
+ BatchGetCustomDataIdentifiersCommandOutput,
52
+ } from "./commands/BatchGetCustomDataIdentifiersCommand";
53
+ import {
54
+ CreateAllowListCommandInput,
55
+ CreateAllowListCommandOutput,
56
+ } from "./commands/CreateAllowListCommand";
57
+ import {
58
+ CreateClassificationJobCommandInput,
59
+ CreateClassificationJobCommandOutput,
60
+ } from "./commands/CreateClassificationJobCommand";
61
+ import {
62
+ CreateCustomDataIdentifierCommandInput,
63
+ CreateCustomDataIdentifierCommandOutput,
64
+ } from "./commands/CreateCustomDataIdentifierCommand";
65
+ import {
66
+ CreateFindingsFilterCommandInput,
67
+ CreateFindingsFilterCommandOutput,
68
+ } from "./commands/CreateFindingsFilterCommand";
69
+ import {
70
+ CreateInvitationsCommandInput,
71
+ CreateInvitationsCommandOutput,
72
+ } from "./commands/CreateInvitationsCommand";
73
+ import {
74
+ CreateMemberCommandInput,
75
+ CreateMemberCommandOutput,
76
+ } from "./commands/CreateMemberCommand";
77
+ import {
78
+ CreateSampleFindingsCommandInput,
79
+ CreateSampleFindingsCommandOutput,
80
+ } from "./commands/CreateSampleFindingsCommand";
81
+ import {
82
+ DeclineInvitationsCommandInput,
83
+ DeclineInvitationsCommandOutput,
84
+ } from "./commands/DeclineInvitationsCommand";
85
+ import {
86
+ DeleteAllowListCommandInput,
87
+ DeleteAllowListCommandOutput,
88
+ } from "./commands/DeleteAllowListCommand";
89
+ import {
90
+ DeleteCustomDataIdentifierCommandInput,
91
+ DeleteCustomDataIdentifierCommandOutput,
92
+ } from "./commands/DeleteCustomDataIdentifierCommand";
93
+ import {
94
+ DeleteFindingsFilterCommandInput,
95
+ DeleteFindingsFilterCommandOutput,
96
+ } from "./commands/DeleteFindingsFilterCommand";
97
+ import {
98
+ DeleteInvitationsCommandInput,
99
+ DeleteInvitationsCommandOutput,
100
+ } from "./commands/DeleteInvitationsCommand";
101
+ import {
102
+ DeleteMemberCommandInput,
103
+ DeleteMemberCommandOutput,
104
+ } from "./commands/DeleteMemberCommand";
105
+ import {
106
+ DescribeBucketsCommandInput,
107
+ DescribeBucketsCommandOutput,
108
+ } from "./commands/DescribeBucketsCommand";
109
+ import {
110
+ DescribeClassificationJobCommandInput,
111
+ DescribeClassificationJobCommandOutput,
112
+ } from "./commands/DescribeClassificationJobCommand";
113
+ import {
114
+ DescribeOrganizationConfigurationCommandInput,
115
+ DescribeOrganizationConfigurationCommandOutput,
116
+ } from "./commands/DescribeOrganizationConfigurationCommand";
117
+ import {
118
+ DisableMacieCommandInput,
119
+ DisableMacieCommandOutput,
120
+ } from "./commands/DisableMacieCommand";
121
+ import {
122
+ DisableOrganizationAdminAccountCommandInput,
123
+ DisableOrganizationAdminAccountCommandOutput,
124
+ } from "./commands/DisableOrganizationAdminAccountCommand";
125
+ import {
126
+ DisassociateFromAdministratorAccountCommandInput,
127
+ DisassociateFromAdministratorAccountCommandOutput,
128
+ } from "./commands/DisassociateFromAdministratorAccountCommand";
129
+ import {
130
+ DisassociateFromMasterAccountCommandInput,
131
+ DisassociateFromMasterAccountCommandOutput,
132
+ } from "./commands/DisassociateFromMasterAccountCommand";
133
+ import {
134
+ DisassociateMemberCommandInput,
135
+ DisassociateMemberCommandOutput,
136
+ } from "./commands/DisassociateMemberCommand";
137
+ import {
138
+ EnableMacieCommandInput,
139
+ EnableMacieCommandOutput,
140
+ } from "./commands/EnableMacieCommand";
141
+ import {
142
+ EnableOrganizationAdminAccountCommandInput,
143
+ EnableOrganizationAdminAccountCommandOutput,
144
+ } from "./commands/EnableOrganizationAdminAccountCommand";
145
+ import {
146
+ GetAdministratorAccountCommandInput,
147
+ GetAdministratorAccountCommandOutput,
148
+ } from "./commands/GetAdministratorAccountCommand";
149
+ import {
150
+ GetAllowListCommandInput,
151
+ GetAllowListCommandOutput,
152
+ } from "./commands/GetAllowListCommand";
153
+ import {
154
+ GetBucketStatisticsCommandInput,
155
+ GetBucketStatisticsCommandOutput,
156
+ } from "./commands/GetBucketStatisticsCommand";
157
+ import {
158
+ GetClassificationExportConfigurationCommandInput,
159
+ GetClassificationExportConfigurationCommandOutput,
160
+ } from "./commands/GetClassificationExportConfigurationCommand";
161
+ import {
162
+ GetCustomDataIdentifierCommandInput,
163
+ GetCustomDataIdentifierCommandOutput,
164
+ } from "./commands/GetCustomDataIdentifierCommand";
165
+ import {
166
+ GetFindingsCommandInput,
167
+ GetFindingsCommandOutput,
168
+ } from "./commands/GetFindingsCommand";
169
+ import {
170
+ GetFindingsFilterCommandInput,
171
+ GetFindingsFilterCommandOutput,
172
+ } from "./commands/GetFindingsFilterCommand";
173
+ import {
174
+ GetFindingsPublicationConfigurationCommandInput,
175
+ GetFindingsPublicationConfigurationCommandOutput,
176
+ } from "./commands/GetFindingsPublicationConfigurationCommand";
177
+ import {
178
+ GetFindingStatisticsCommandInput,
179
+ GetFindingStatisticsCommandOutput,
180
+ } from "./commands/GetFindingStatisticsCommand";
181
+ import {
182
+ GetInvitationsCountCommandInput,
183
+ GetInvitationsCountCommandOutput,
184
+ } from "./commands/GetInvitationsCountCommand";
185
+ import {
186
+ GetMacieSessionCommandInput,
187
+ GetMacieSessionCommandOutput,
188
+ } from "./commands/GetMacieSessionCommand";
189
+ import {
190
+ GetMasterAccountCommandInput,
191
+ GetMasterAccountCommandOutput,
192
+ } from "./commands/GetMasterAccountCommand";
193
+ import {
194
+ GetMemberCommandInput,
195
+ GetMemberCommandOutput,
196
+ } from "./commands/GetMemberCommand";
197
+ import {
198
+ GetRevealConfigurationCommandInput,
199
+ GetRevealConfigurationCommandOutput,
200
+ } from "./commands/GetRevealConfigurationCommand";
201
+ import {
202
+ GetSensitiveDataOccurrencesAvailabilityCommandInput,
203
+ GetSensitiveDataOccurrencesAvailabilityCommandOutput,
204
+ } from "./commands/GetSensitiveDataOccurrencesAvailabilityCommand";
205
+ import {
206
+ GetSensitiveDataOccurrencesCommandInput,
207
+ GetSensitiveDataOccurrencesCommandOutput,
208
+ } from "./commands/GetSensitiveDataOccurrencesCommand";
209
+ import {
210
+ GetUsageStatisticsCommandInput,
211
+ GetUsageStatisticsCommandOutput,
212
+ } from "./commands/GetUsageStatisticsCommand";
213
+ import {
214
+ GetUsageTotalsCommandInput,
215
+ GetUsageTotalsCommandOutput,
216
+ } from "./commands/GetUsageTotalsCommand";
217
+ import {
218
+ ListAllowListsCommandInput,
219
+ ListAllowListsCommandOutput,
220
+ } from "./commands/ListAllowListsCommand";
221
+ import {
222
+ ListClassificationJobsCommandInput,
223
+ ListClassificationJobsCommandOutput,
224
+ } from "./commands/ListClassificationJobsCommand";
225
+ import {
226
+ ListCustomDataIdentifiersCommandInput,
227
+ ListCustomDataIdentifiersCommandOutput,
228
+ } from "./commands/ListCustomDataIdentifiersCommand";
229
+ import {
230
+ ListFindingsCommandInput,
231
+ ListFindingsCommandOutput,
232
+ } from "./commands/ListFindingsCommand";
233
+ import {
234
+ ListFindingsFiltersCommandInput,
235
+ ListFindingsFiltersCommandOutput,
236
+ } from "./commands/ListFindingsFiltersCommand";
237
+ import {
238
+ ListInvitationsCommandInput,
239
+ ListInvitationsCommandOutput,
240
+ } from "./commands/ListInvitationsCommand";
241
+ import {
242
+ ListManagedDataIdentifiersCommandInput,
243
+ ListManagedDataIdentifiersCommandOutput,
244
+ } from "./commands/ListManagedDataIdentifiersCommand";
245
+ import {
246
+ ListMembersCommandInput,
247
+ ListMembersCommandOutput,
248
+ } from "./commands/ListMembersCommand";
249
+ import {
250
+ ListOrganizationAdminAccountsCommandInput,
251
+ ListOrganizationAdminAccountsCommandOutput,
252
+ } from "./commands/ListOrganizationAdminAccountsCommand";
253
+ import {
254
+ ListTagsForResourceCommandInput,
255
+ ListTagsForResourceCommandOutput,
256
+ } from "./commands/ListTagsForResourceCommand";
257
+ import {
258
+ PutClassificationExportConfigurationCommandInput,
259
+ PutClassificationExportConfigurationCommandOutput,
260
+ } from "./commands/PutClassificationExportConfigurationCommand";
261
+ import {
262
+ PutFindingsPublicationConfigurationCommandInput,
263
+ PutFindingsPublicationConfigurationCommandOutput,
264
+ } from "./commands/PutFindingsPublicationConfigurationCommand";
265
+ import {
266
+ SearchResourcesCommandInput,
267
+ SearchResourcesCommandOutput,
268
+ } from "./commands/SearchResourcesCommand";
269
+ import {
270
+ TagResourceCommandInput,
271
+ TagResourceCommandOutput,
272
+ } from "./commands/TagResourceCommand";
273
+ import {
274
+ TestCustomDataIdentifierCommandInput,
275
+ TestCustomDataIdentifierCommandOutput,
276
+ } from "./commands/TestCustomDataIdentifierCommand";
277
+ import {
278
+ UntagResourceCommandInput,
279
+ UntagResourceCommandOutput,
280
+ } from "./commands/UntagResourceCommand";
281
+ import {
282
+ UpdateAllowListCommandInput,
283
+ UpdateAllowListCommandOutput,
284
+ } from "./commands/UpdateAllowListCommand";
285
+ import {
286
+ UpdateClassificationJobCommandInput,
287
+ UpdateClassificationJobCommandOutput,
288
+ } from "./commands/UpdateClassificationJobCommand";
289
+ import {
290
+ UpdateFindingsFilterCommandInput,
291
+ UpdateFindingsFilterCommandOutput,
292
+ } from "./commands/UpdateFindingsFilterCommand";
293
+ import {
294
+ UpdateMacieSessionCommandInput,
295
+ UpdateMacieSessionCommandOutput,
296
+ } from "./commands/UpdateMacieSessionCommand";
297
+ import {
298
+ UpdateMemberSessionCommandInput,
299
+ UpdateMemberSessionCommandOutput,
300
+ } from "./commands/UpdateMemberSessionCommand";
301
+ import {
302
+ UpdateOrganizationConfigurationCommandInput,
303
+ UpdateOrganizationConfigurationCommandOutput,
304
+ } from "./commands/UpdateOrganizationConfigurationCommand";
305
+ import {
306
+ UpdateRevealConfigurationCommandInput,
307
+ UpdateRevealConfigurationCommandOutput,
308
+ } from "./commands/UpdateRevealConfigurationCommand";
309
+ export declare type ServiceInputTypes =
310
+ | AcceptInvitationCommandInput
311
+ | BatchGetCustomDataIdentifiersCommandInput
312
+ | CreateAllowListCommandInput
313
+ | CreateClassificationJobCommandInput
314
+ | CreateCustomDataIdentifierCommandInput
315
+ | CreateFindingsFilterCommandInput
316
+ | CreateInvitationsCommandInput
317
+ | CreateMemberCommandInput
318
+ | CreateSampleFindingsCommandInput
319
+ | DeclineInvitationsCommandInput
320
+ | DeleteAllowListCommandInput
321
+ | DeleteCustomDataIdentifierCommandInput
322
+ | DeleteFindingsFilterCommandInput
323
+ | DeleteInvitationsCommandInput
324
+ | DeleteMemberCommandInput
325
+ | DescribeBucketsCommandInput
326
+ | DescribeClassificationJobCommandInput
327
+ | DescribeOrganizationConfigurationCommandInput
328
+ | DisableMacieCommandInput
329
+ | DisableOrganizationAdminAccountCommandInput
330
+ | DisassociateFromAdministratorAccountCommandInput
331
+ | DisassociateFromMasterAccountCommandInput
332
+ | DisassociateMemberCommandInput
333
+ | EnableMacieCommandInput
334
+ | EnableOrganizationAdminAccountCommandInput
335
+ | GetAdministratorAccountCommandInput
336
+ | GetAllowListCommandInput
337
+ | GetBucketStatisticsCommandInput
338
+ | GetClassificationExportConfigurationCommandInput
339
+ | GetCustomDataIdentifierCommandInput
340
+ | GetFindingStatisticsCommandInput
341
+ | GetFindingsCommandInput
342
+ | GetFindingsFilterCommandInput
343
+ | GetFindingsPublicationConfigurationCommandInput
344
+ | GetInvitationsCountCommandInput
345
+ | GetMacieSessionCommandInput
346
+ | GetMasterAccountCommandInput
347
+ | GetMemberCommandInput
348
+ | GetRevealConfigurationCommandInput
349
+ | GetSensitiveDataOccurrencesAvailabilityCommandInput
350
+ | GetSensitiveDataOccurrencesCommandInput
351
+ | GetUsageStatisticsCommandInput
352
+ | GetUsageTotalsCommandInput
353
+ | ListAllowListsCommandInput
354
+ | ListClassificationJobsCommandInput
355
+ | ListCustomDataIdentifiersCommandInput
356
+ | ListFindingsCommandInput
357
+ | ListFindingsFiltersCommandInput
358
+ | ListInvitationsCommandInput
359
+ | ListManagedDataIdentifiersCommandInput
360
+ | ListMembersCommandInput
361
+ | ListOrganizationAdminAccountsCommandInput
362
+ | ListTagsForResourceCommandInput
363
+ | PutClassificationExportConfigurationCommandInput
364
+ | PutFindingsPublicationConfigurationCommandInput
365
+ | SearchResourcesCommandInput
366
+ | TagResourceCommandInput
367
+ | TestCustomDataIdentifierCommandInput
368
+ | UntagResourceCommandInput
369
+ | UpdateAllowListCommandInput
370
+ | UpdateClassificationJobCommandInput
371
+ | UpdateFindingsFilterCommandInput
372
+ | UpdateMacieSessionCommandInput
373
+ | UpdateMemberSessionCommandInput
374
+ | UpdateOrganizationConfigurationCommandInput
375
+ | UpdateRevealConfigurationCommandInput;
376
+ export declare type ServiceOutputTypes =
377
+ | AcceptInvitationCommandOutput
378
+ | BatchGetCustomDataIdentifiersCommandOutput
379
+ | CreateAllowListCommandOutput
380
+ | CreateClassificationJobCommandOutput
381
+ | CreateCustomDataIdentifierCommandOutput
382
+ | CreateFindingsFilterCommandOutput
383
+ | CreateInvitationsCommandOutput
384
+ | CreateMemberCommandOutput
385
+ | CreateSampleFindingsCommandOutput
386
+ | DeclineInvitationsCommandOutput
387
+ | DeleteAllowListCommandOutput
388
+ | DeleteCustomDataIdentifierCommandOutput
389
+ | DeleteFindingsFilterCommandOutput
390
+ | DeleteInvitationsCommandOutput
391
+ | DeleteMemberCommandOutput
392
+ | DescribeBucketsCommandOutput
393
+ | DescribeClassificationJobCommandOutput
394
+ | DescribeOrganizationConfigurationCommandOutput
395
+ | DisableMacieCommandOutput
396
+ | DisableOrganizationAdminAccountCommandOutput
397
+ | DisassociateFromAdministratorAccountCommandOutput
398
+ | DisassociateFromMasterAccountCommandOutput
399
+ | DisassociateMemberCommandOutput
400
+ | EnableMacieCommandOutput
401
+ | EnableOrganizationAdminAccountCommandOutput
402
+ | GetAdministratorAccountCommandOutput
403
+ | GetAllowListCommandOutput
404
+ | GetBucketStatisticsCommandOutput
405
+ | GetClassificationExportConfigurationCommandOutput
406
+ | GetCustomDataIdentifierCommandOutput
407
+ | GetFindingStatisticsCommandOutput
408
+ | GetFindingsCommandOutput
409
+ | GetFindingsFilterCommandOutput
410
+ | GetFindingsPublicationConfigurationCommandOutput
411
+ | GetInvitationsCountCommandOutput
412
+ | GetMacieSessionCommandOutput
413
+ | GetMasterAccountCommandOutput
414
+ | GetMemberCommandOutput
415
+ | GetRevealConfigurationCommandOutput
416
+ | GetSensitiveDataOccurrencesAvailabilityCommandOutput
417
+ | GetSensitiveDataOccurrencesCommandOutput
418
+ | GetUsageStatisticsCommandOutput
419
+ | GetUsageTotalsCommandOutput
420
+ | ListAllowListsCommandOutput
421
+ | ListClassificationJobsCommandOutput
422
+ | ListCustomDataIdentifiersCommandOutput
423
+ | ListFindingsCommandOutput
424
+ | ListFindingsFiltersCommandOutput
425
+ | ListInvitationsCommandOutput
426
+ | ListManagedDataIdentifiersCommandOutput
427
+ | ListMembersCommandOutput
428
+ | ListOrganizationAdminAccountsCommandOutput
429
+ | ListTagsForResourceCommandOutput
430
+ | PutClassificationExportConfigurationCommandOutput
431
+ | PutFindingsPublicationConfigurationCommandOutput
432
+ | SearchResourcesCommandOutput
433
+ | TagResourceCommandOutput
434
+ | TestCustomDataIdentifierCommandOutput
435
+ | UntagResourceCommandOutput
436
+ | UpdateAllowListCommandOutput
437
+ | UpdateClassificationJobCommandOutput
438
+ | UpdateFindingsFilterCommandOutput
439
+ | UpdateMacieSessionCommandOutput
440
+ | UpdateMemberSessionCommandOutput
441
+ | UpdateOrganizationConfigurationCommandOutput
442
+ | UpdateRevealConfigurationCommandOutput;
443
+ export interface ClientDefaults
444
+ extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
445
+ requestHandler?: __HttpHandler;
446
+
447
+ sha256?: __HashConstructor;
448
+
449
+ urlParser?: __UrlParser;
450
+
451
+ bodyLengthChecker?: __BodyLengthCalculator;
452
+
453
+ streamCollector?: __StreamCollector;
454
+
455
+ base64Decoder?: __Decoder;
456
+
457
+ base64Encoder?: __Encoder;
458
+
459
+ utf8Decoder?: __Decoder;
460
+
461
+ utf8Encoder?: __Encoder;
462
+
463
+ runtime?: string;
464
+
465
+ disableHostPrefix?: boolean;
466
+
467
+ maxAttempts?: number | __Provider<number>;
468
+
469
+ retryMode?: string | __Provider<string>;
470
+
471
+ logger?: __Logger;
472
+
473
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
474
+
475
+ useFipsEndpoint?: boolean | __Provider<boolean>;
476
+
477
+ serviceId?: string;
478
+
479
+ region?: string | __Provider<string>;
480
+
481
+ credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
482
+
483
+ regionInfoProvider?: RegionInfoProvider;
484
+
485
+ defaultUserAgentProvider?: Provider<__UserAgent>;
486
+
487
+ defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
488
+ }
489
+ declare type Macie2ClientConfigType = Partial<
490
+ __SmithyConfiguration<__HttpHandlerOptions>
491
+ > &
492
+ ClientDefaults &
493
+ RegionInputConfig &
494
+ EndpointsInputConfig &
495
+ RetryInputConfig &
496
+ HostHeaderInputConfig &
497
+ AwsAuthInputConfig &
498
+ UserAgentInputConfig;
499
+
500
+ export interface Macie2ClientConfig extends Macie2ClientConfigType {}
501
+ declare type Macie2ClientResolvedConfigType =
502
+ __SmithyResolvedConfiguration<__HttpHandlerOptions> &
503
+ Required<ClientDefaults> &
504
+ RegionResolvedConfig &
505
+ EndpointsResolvedConfig &
506
+ RetryResolvedConfig &
507
+ HostHeaderResolvedConfig &
508
+ AwsAuthResolvedConfig &
509
+ UserAgentResolvedConfig;
510
+
511
+ export interface Macie2ClientResolvedConfig
512
+ extends Macie2ClientResolvedConfigType {}
513
+
514
+ export declare class Macie2Client extends __Client<
515
+ __HttpHandlerOptions,
516
+ ServiceInputTypes,
517
+ ServiceOutputTypes,
518
+ Macie2ClientResolvedConfig
519
+ > {
520
+ readonly config: Macie2ClientResolvedConfig;
521
+ constructor(configuration: Macie2ClientConfig);
522
+
523
+ destroy(): void;
524
+ }
525
+ export {};