@aws-sdk/client-macie2 3.300.0 → 3.301.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 (68) hide show
  1. package/dist-types/commands/AcceptInvitationCommand.d.ts +1 -1
  2. package/dist-types/commands/BatchGetCustomDataIdentifiersCommand.d.ts +2 -2
  3. package/dist-types/commands/CreateAllowListCommand.d.ts +4 -4
  4. package/dist-types/commands/CreateClassificationJobCommand.d.ts +28 -34
  5. package/dist-types/commands/CreateCustomDataIdentifierCommand.d.ts +5 -5
  6. package/dist-types/commands/CreateFindingsFilterCommand.d.ts +6 -6
  7. package/dist-types/commands/CreateInvitationsCommand.d.ts +2 -2
  8. package/dist-types/commands/CreateMemberCommand.d.ts +3 -3
  9. package/dist-types/commands/CreateSampleFindingsCommand.d.ts +2 -2
  10. package/dist-types/commands/DeclineInvitationsCommand.d.ts +2 -2
  11. package/dist-types/commands/DeleteAllowListCommand.d.ts +1 -1
  12. package/dist-types/commands/DeleteCustomDataIdentifierCommand.d.ts +1 -1
  13. package/dist-types/commands/DeleteFindingsFilterCommand.d.ts +1 -1
  14. package/dist-types/commands/DeleteInvitationsCommand.d.ts +2 -2
  15. package/dist-types/commands/DeleteMemberCommand.d.ts +1 -1
  16. package/dist-types/commands/DescribeBucketsCommand.d.ts +5 -5
  17. package/dist-types/commands/DescribeClassificationJobCommand.d.ts +1 -1
  18. package/dist-types/commands/DisableOrganizationAdminAccountCommand.d.ts +1 -1
  19. package/dist-types/commands/DisassociateMemberCommand.d.ts +1 -1
  20. package/dist-types/commands/EnableMacieCommand.d.ts +1 -1
  21. package/dist-types/commands/EnableOrganizationAdminAccountCommand.d.ts +1 -1
  22. package/dist-types/commands/GetAllowListCommand.d.ts +1 -1
  23. package/dist-types/commands/GetBucketStatisticsCommand.d.ts +1 -1
  24. package/dist-types/commands/GetClassificationScopeCommand.d.ts +1 -1
  25. package/dist-types/commands/GetCustomDataIdentifierCommand.d.ts +1 -1
  26. package/dist-types/commands/GetFindingStatisticsCommand.d.ts +6 -6
  27. package/dist-types/commands/GetFindingsCommand.d.ts +3 -3
  28. package/dist-types/commands/GetFindingsFilterCommand.d.ts +1 -1
  29. package/dist-types/commands/GetMemberCommand.d.ts +1 -1
  30. package/dist-types/commands/GetResourceProfileCommand.d.ts +1 -1
  31. package/dist-types/commands/GetSensitiveDataOccurrencesAvailabilityCommand.d.ts +1 -1
  32. package/dist-types/commands/GetSensitiveDataOccurrencesCommand.d.ts +1 -1
  33. package/dist-types/commands/GetSensitivityInspectionTemplateCommand.d.ts +1 -1
  34. package/dist-types/commands/GetUsageStatisticsCommand.d.ts +5 -5
  35. package/dist-types/commands/GetUsageTotalsCommand.d.ts +1 -1
  36. package/dist-types/commands/ListAllowListsCommand.d.ts +1 -1
  37. package/dist-types/commands/ListClassificationJobsCommand.d.ts +6 -6
  38. package/dist-types/commands/ListClassificationScopesCommand.d.ts +1 -1
  39. package/dist-types/commands/ListCustomDataIdentifiersCommand.d.ts +1 -1
  40. package/dist-types/commands/ListFindingsCommand.d.ts +6 -6
  41. package/dist-types/commands/ListFindingsFiltersCommand.d.ts +1 -1
  42. package/dist-types/commands/ListInvitationsCommand.d.ts +1 -1
  43. package/dist-types/commands/ListManagedDataIdentifiersCommand.d.ts +1 -1
  44. package/dist-types/commands/ListMembersCommand.d.ts +1 -1
  45. package/dist-types/commands/ListOrganizationAdminAccountsCommand.d.ts +1 -1
  46. package/dist-types/commands/ListResourceProfileArtifactsCommand.d.ts +1 -1
  47. package/dist-types/commands/ListResourceProfileDetectionsCommand.d.ts +1 -1
  48. package/dist-types/commands/ListSensitivityInspectionTemplatesCommand.d.ts +1 -1
  49. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  50. package/dist-types/commands/PutClassificationExportConfigurationCommand.d.ts +3 -3
  51. package/dist-types/commands/PutFindingsPublicationConfigurationCommand.d.ts +2 -2
  52. package/dist-types/commands/SearchResourcesCommand.d.ts +11 -11
  53. package/dist-types/commands/TagResourceCommand.d.ts +2 -2
  54. package/dist-types/commands/TestCustomDataIdentifierCommand.d.ts +2 -2
  55. package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
  56. package/dist-types/commands/UpdateAllowListCommand.d.ts +3 -3
  57. package/dist-types/commands/UpdateAutomatedDiscoveryConfigurationCommand.d.ts +1 -1
  58. package/dist-types/commands/UpdateClassificationJobCommand.d.ts +1 -1
  59. package/dist-types/commands/UpdateClassificationScopeCommand.d.ts +4 -4
  60. package/dist-types/commands/UpdateFindingsFilterCommand.d.ts +5 -5
  61. package/dist-types/commands/UpdateMacieSessionCommand.d.ts +1 -1
  62. package/dist-types/commands/UpdateMemberSessionCommand.d.ts +1 -1
  63. package/dist-types/commands/UpdateOrganizationConfigurationCommand.d.ts +1 -1
  64. package/dist-types/commands/UpdateResourceProfileCommand.d.ts +1 -1
  65. package/dist-types/commands/UpdateResourceProfileDetectionsCommand.d.ts +3 -3
  66. package/dist-types/commands/UpdateRevealConfigurationCommand.d.ts +2 -2
  67. package/dist-types/commands/UpdateSensitivityInspectionTemplateCommand.d.ts +4 -4
  68. package/package.json +3 -3
@@ -26,7 +26,7 @@ export interface AcceptInvitationCommandOutput extends AcceptInvitationResponse,
26
26
  * import { Macie2Client, AcceptInvitationCommand } from "@aws-sdk/client-macie2"; // ES Modules import
27
27
  * // const { Macie2Client, AcceptInvitationCommand } = require("@aws-sdk/client-macie2"); // CommonJS import
28
28
  * const client = new Macie2Client(config);
29
- * const input = {
29
+ * const input = { // AcceptInvitationRequest
30
30
  * administratorAccountId: "STRING_VALUE",
31
31
  * invitationId: "STRING_VALUE", // required
32
32
  * masterAccount: "STRING_VALUE",
@@ -26,8 +26,8 @@ export interface BatchGetCustomDataIdentifiersCommandOutput extends BatchGetCust
26
26
  * import { Macie2Client, BatchGetCustomDataIdentifiersCommand } from "@aws-sdk/client-macie2"; // ES Modules import
27
27
  * // const { Macie2Client, BatchGetCustomDataIdentifiersCommand } = require("@aws-sdk/client-macie2"); // CommonJS import
28
28
  * const client = new Macie2Client(config);
29
- * const input = {
30
- * ids: [
29
+ * const input = { // BatchGetCustomDataIdentifiersRequest
30
+ * ids: [ // __listOf__string
31
31
  * "STRING_VALUE",
32
32
  * ],
33
33
  * };
@@ -26,18 +26,18 @@ export interface CreateAllowListCommandOutput extends CreateAllowListResponse, _
26
26
  * import { Macie2Client, CreateAllowListCommand } from "@aws-sdk/client-macie2"; // ES Modules import
27
27
  * // const { Macie2Client, CreateAllowListCommand } = require("@aws-sdk/client-macie2"); // CommonJS import
28
28
  * const client = new Macie2Client(config);
29
- * const input = {
29
+ * const input = { // CreateAllowListRequest
30
30
  * clientToken: "STRING_VALUE", // required
31
- * criteria: {
31
+ * criteria: { // AllowListCriteria
32
32
  * regex: "STRING_VALUE",
33
- * s3WordsList: {
33
+ * s3WordsList: { // S3WordsList
34
34
  * bucketName: "STRING_VALUE", // required
35
35
  * objectKey: "STRING_VALUE", // required
36
36
  * },
37
37
  * },
38
38
  * description: "STRING_VALUE",
39
39
  * name: "STRING_VALUE", // required
40
- * tags: {
40
+ * tags: { // TagMap
41
41
  * "<keys>": "STRING_VALUE",
42
42
  * },
43
43
  * };
@@ -26,8 +26,8 @@ export interface CreateClassificationJobCommandOutput extends CreateClassificati
26
26
  * import { Macie2Client, CreateClassificationJobCommand } from "@aws-sdk/client-macie2"; // ES Modules import
27
27
  * // const { Macie2Client, CreateClassificationJobCommand } = require("@aws-sdk/client-macie2"); // CommonJS import
28
28
  * const client = new Macie2Client(config);
29
- * const input = {
30
- * allowListIds: [
29
+ * const input = { // CreateClassificationJobRequest
30
+ * allowListIds: [ // __listOf__string
31
31
  * "STRING_VALUE",
32
32
  * ],
33
33
  * clientToken: "STRING_VALUE", // required
@@ -42,22 +42,22 @@ export interface CreateClassificationJobCommandOutput extends CreateClassificati
42
42
  * ],
43
43
  * managedDataIdentifierSelector: "ALL" || "EXCLUDE" || "INCLUDE" || "NONE",
44
44
  * name: "STRING_VALUE", // required
45
- * s3JobDefinition: {
46
- * bucketCriteria: {
47
- * excludes: {
48
- * and: [
49
- * {
50
- * simpleCriterion: {
45
+ * s3JobDefinition: { // S3JobDefinition
46
+ * bucketCriteria: { // S3BucketCriteriaForJob
47
+ * excludes: { // CriteriaBlockForJob
48
+ * and: [ // __listOfCriteriaForJob
49
+ * { // CriteriaForJob
50
+ * simpleCriterion: { // SimpleCriterionForJob
51
51
  * comparator: "EQ" || "GT" || "GTE" || "LT" || "LTE" || "NE" || "CONTAINS" || "STARTS_WITH",
52
52
  * key: "ACCOUNT_ID" || "S3_BUCKET_NAME" || "S3_BUCKET_EFFECTIVE_PERMISSION" || "S3_BUCKET_SHARED_ACCESS",
53
53
  * values: [
54
54
  * "STRING_VALUE",
55
55
  * ],
56
56
  * },
57
- * tagCriterion: {
57
+ * tagCriterion: { // TagCriterionForJob
58
58
  * comparator: "EQ" || "GT" || "GTE" || "LT" || "LTE" || "NE" || "CONTAINS" || "STARTS_WITH",
59
- * tagValues: [
60
- * {
59
+ * tagValues: [ // __listOfTagCriterionPairForJob
60
+ * { // TagCriterionPairForJob
61
61
  * key: "STRING_VALUE",
62
62
  * value: "STRING_VALUE",
63
63
  * },
@@ -89,30 +89,26 @@ export interface CreateClassificationJobCommandOutput extends CreateClassificati
89
89
  * ],
90
90
  * },
91
91
  * },
92
- * bucketDefinitions: [
93
- * {
92
+ * bucketDefinitions: [ // __listOfS3BucketDefinitionForJob
93
+ * { // S3BucketDefinitionForJob
94
94
  * accountId: "STRING_VALUE", // required
95
- * buckets: [ // required
96
- * "<__listOf__string>",
97
- * ],
95
+ * buckets: "<__listOf__string>", // required
98
96
  * },
99
97
  * ],
100
- * scoping: {
101
- * excludes: {
102
- * and: [
103
- * {
104
- * simpleScopeTerm: {
98
+ * scoping: { // Scoping
99
+ * excludes: { // JobScopingBlock
100
+ * and: [ // __listOfJobScopeTerm
101
+ * { // JobScopeTerm
102
+ * simpleScopeTerm: { // SimpleScopeTerm
105
103
  * comparator: "EQ" || "GT" || "GTE" || "LT" || "LTE" || "NE" || "CONTAINS" || "STARTS_WITH",
106
104
  * key: "OBJECT_EXTENSION" || "OBJECT_LAST_MODIFIED_DATE" || "OBJECT_SIZE" || "OBJECT_KEY",
107
- * values: [
108
- * "<__listOf__string>",
109
- * ],
105
+ * values: "<__listOf__string>",
110
106
  * },
111
- * tagScopeTerm: {
107
+ * tagScopeTerm: { // TagScopeTerm
112
108
  * comparator: "EQ" || "GT" || "GTE" || "LT" || "LTE" || "NE" || "CONTAINS" || "STARTS_WITH",
113
109
  * key: "STRING_VALUE",
114
- * tagValues: [
115
- * {
110
+ * tagValues: [ // __listOfTagValuePair
111
+ * { // TagValuePair
116
112
  * key: "STRING_VALUE",
117
113
  * value: "STRING_VALUE",
118
114
  * },
@@ -128,9 +124,7 @@ export interface CreateClassificationJobCommandOutput extends CreateClassificati
128
124
  * simpleScopeTerm: {
129
125
  * comparator: "EQ" || "GT" || "GTE" || "LT" || "LTE" || "NE" || "CONTAINS" || "STARTS_WITH",
130
126
  * key: "OBJECT_EXTENSION" || "OBJECT_LAST_MODIFIED_DATE" || "OBJECT_SIZE" || "OBJECT_KEY",
131
- * values: [
132
- * "<__listOf__string>",
133
- * ],
127
+ * values: "<__listOf__string>",
134
128
  * },
135
129
  * tagScopeTerm: {
136
130
  * comparator: "EQ" || "GT" || "GTE" || "LT" || "LTE" || "NE" || "CONTAINS" || "STARTS_WITH",
@@ -149,16 +143,16 @@ export interface CreateClassificationJobCommandOutput extends CreateClassificati
149
143
  * },
150
144
  * },
151
145
  * samplingPercentage: Number("int"),
152
- * scheduleFrequency: {
146
+ * scheduleFrequency: { // JobScheduleFrequency
153
147
  * dailySchedule: {},
154
- * monthlySchedule: {
148
+ * monthlySchedule: { // MonthlySchedule
155
149
  * dayOfMonth: Number("int"),
156
150
  * },
157
- * weeklySchedule: {
151
+ * weeklySchedule: { // WeeklySchedule
158
152
  * dayOfWeek: "SUNDAY" || "MONDAY" || "TUESDAY" || "WEDNESDAY" || "THURSDAY" || "FRIDAY" || "SATURDAY",
159
153
  * },
160
154
  * },
161
- * tags: {
155
+ * tags: { // TagMap
162
156
  * "<keys>": "STRING_VALUE",
163
157
  * },
164
158
  * };
@@ -26,10 +26,10 @@ export interface CreateCustomDataIdentifierCommandOutput extends CreateCustomDat
26
26
  * import { Macie2Client, CreateCustomDataIdentifierCommand } from "@aws-sdk/client-macie2"; // ES Modules import
27
27
  * // const { Macie2Client, CreateCustomDataIdentifierCommand } = require("@aws-sdk/client-macie2"); // CommonJS import
28
28
  * const client = new Macie2Client(config);
29
- * const input = {
29
+ * const input = { // CreateCustomDataIdentifierRequest
30
30
  * clientToken: "STRING_VALUE",
31
31
  * description: "STRING_VALUE",
32
- * ignoreWords: [
32
+ * ignoreWords: [ // __listOf__string
33
33
  * "STRING_VALUE",
34
34
  * ],
35
35
  * keywords: [
@@ -38,13 +38,13 @@ export interface CreateCustomDataIdentifierCommandOutput extends CreateCustomDat
38
38
  * maximumMatchDistance: Number("int"),
39
39
  * name: "STRING_VALUE", // required
40
40
  * regex: "STRING_VALUE", // required
41
- * severityLevels: [
42
- * {
41
+ * severityLevels: [ // SeverityLevelList
42
+ * { // SeverityLevel
43
43
  * occurrencesThreshold: Number("long"), // required
44
44
  * severity: "LOW" || "MEDIUM" || "HIGH", // required
45
45
  * },
46
46
  * ],
47
- * tags: {
47
+ * tags: { // TagMap
48
48
  * "<keys>": "STRING_VALUE",
49
49
  * },
50
50
  * };
@@ -26,14 +26,14 @@ export interface CreateFindingsFilterCommandOutput extends CreateFindingsFilterR
26
26
  * import { Macie2Client, CreateFindingsFilterCommand } from "@aws-sdk/client-macie2"; // ES Modules import
27
27
  * // const { Macie2Client, CreateFindingsFilterCommand } = require("@aws-sdk/client-macie2"); // CommonJS import
28
28
  * const client = new Macie2Client(config);
29
- * const input = {
29
+ * const input = { // CreateFindingsFilterRequest
30
30
  * action: "ARCHIVE" || "NOOP", // required
31
31
  * clientToken: "STRING_VALUE",
32
32
  * description: "STRING_VALUE",
33
- * findingCriteria: {
34
- * criterion: {
35
- * "<keys>": {
36
- * eq: [
33
+ * findingCriteria: { // FindingCriteria
34
+ * criterion: { // Criterion
35
+ * "<keys>": { // CriterionAdditionalProperties
36
+ * eq: [ // __listOf__string
37
37
  * "STRING_VALUE",
38
38
  * ],
39
39
  * eqExactMatch: [
@@ -51,7 +51,7 @@ export interface CreateFindingsFilterCommandOutput extends CreateFindingsFilterR
51
51
  * },
52
52
  * name: "STRING_VALUE", // required
53
53
  * position: Number("int"),
54
- * tags: {
54
+ * tags: { // TagMap
55
55
  * "<keys>": "STRING_VALUE",
56
56
  * },
57
57
  * };
@@ -26,8 +26,8 @@ export interface CreateInvitationsCommandOutput extends CreateInvitationsRespons
26
26
  * import { Macie2Client, CreateInvitationsCommand } from "@aws-sdk/client-macie2"; // ES Modules import
27
27
  * // const { Macie2Client, CreateInvitationsCommand } = require("@aws-sdk/client-macie2"); // CommonJS import
28
28
  * const client = new Macie2Client(config);
29
- * const input = {
30
- * accountIds: [ // required
29
+ * const input = { // CreateInvitationsRequest
30
+ * accountIds: [ // __listOf__string // required
31
31
  * "STRING_VALUE",
32
32
  * ],
33
33
  * disableEmailNotification: true || false,
@@ -26,12 +26,12 @@ export interface CreateMemberCommandOutput extends CreateMemberResponse, __Metad
26
26
  * import { Macie2Client, CreateMemberCommand } from "@aws-sdk/client-macie2"; // ES Modules import
27
27
  * // const { Macie2Client, CreateMemberCommand } = require("@aws-sdk/client-macie2"); // CommonJS import
28
28
  * const client = new Macie2Client(config);
29
- * const input = {
30
- * account: {
29
+ * const input = { // CreateMemberRequest
30
+ * account: { // AccountDetail
31
31
  * accountId: "STRING_VALUE", // required
32
32
  * email: "STRING_VALUE", // required
33
33
  * },
34
- * tags: {
34
+ * tags: { // TagMap
35
35
  * "<keys>": "STRING_VALUE",
36
36
  * },
37
37
  * };
@@ -26,8 +26,8 @@ export interface CreateSampleFindingsCommandOutput extends CreateSampleFindingsR
26
26
  * import { Macie2Client, CreateSampleFindingsCommand } from "@aws-sdk/client-macie2"; // ES Modules import
27
27
  * // const { Macie2Client, CreateSampleFindingsCommand } = require("@aws-sdk/client-macie2"); // CommonJS import
28
28
  * const client = new Macie2Client(config);
29
- * const input = {
30
- * findingTypes: [
29
+ * const input = { // CreateSampleFindingsRequest
30
+ * findingTypes: [ // __listOfFindingType
31
31
  * "SensitiveData:S3Object/Multiple" || "SensitiveData:S3Object/Financial" || "SensitiveData:S3Object/Personal" || "SensitiveData:S3Object/Credentials" || "SensitiveData:S3Object/CustomIdentifier" || "Policy:IAMUser/S3BucketPublic" || "Policy:IAMUser/S3BucketSharedExternally" || "Policy:IAMUser/S3BucketReplicatedExternally" || "Policy:IAMUser/S3BucketEncryptionDisabled" || "Policy:IAMUser/S3BlockPublicAccessDisabled" || "Policy:IAMUser/S3BucketSharedWithCloudFront",
32
32
  * ],
33
33
  * };
@@ -26,8 +26,8 @@ export interface DeclineInvitationsCommandOutput extends DeclineInvitationsRespo
26
26
  * import { Macie2Client, DeclineInvitationsCommand } from "@aws-sdk/client-macie2"; // ES Modules import
27
27
  * // const { Macie2Client, DeclineInvitationsCommand } = require("@aws-sdk/client-macie2"); // CommonJS import
28
28
  * const client = new Macie2Client(config);
29
- * const input = {
30
- * accountIds: [ // required
29
+ * const input = { // DeclineInvitationsRequest
30
+ * accountIds: [ // __listOf__string // required
31
31
  * "STRING_VALUE",
32
32
  * ],
33
33
  * };
@@ -26,7 +26,7 @@ export interface DeleteAllowListCommandOutput extends DeleteAllowListResponse, _
26
26
  * import { Macie2Client, DeleteAllowListCommand } from "@aws-sdk/client-macie2"; // ES Modules import
27
27
  * // const { Macie2Client, DeleteAllowListCommand } = require("@aws-sdk/client-macie2"); // CommonJS import
28
28
  * const client = new Macie2Client(config);
29
- * const input = {
29
+ * const input = { // DeleteAllowListRequest
30
30
  * id: "STRING_VALUE", // required
31
31
  * ignoreJobChecks: "STRING_VALUE",
32
32
  * };
@@ -26,7 +26,7 @@ export interface DeleteCustomDataIdentifierCommandOutput extends DeleteCustomDat
26
26
  * import { Macie2Client, DeleteCustomDataIdentifierCommand } from "@aws-sdk/client-macie2"; // ES Modules import
27
27
  * // const { Macie2Client, DeleteCustomDataIdentifierCommand } = require("@aws-sdk/client-macie2"); // CommonJS import
28
28
  * const client = new Macie2Client(config);
29
- * const input = {
29
+ * const input = { // DeleteCustomDataIdentifierRequest
30
30
  * id: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new DeleteCustomDataIdentifierCommand(input);
@@ -26,7 +26,7 @@ export interface DeleteFindingsFilterCommandOutput extends DeleteFindingsFilterR
26
26
  * import { Macie2Client, DeleteFindingsFilterCommand } from "@aws-sdk/client-macie2"; // ES Modules import
27
27
  * // const { Macie2Client, DeleteFindingsFilterCommand } = require("@aws-sdk/client-macie2"); // CommonJS import
28
28
  * const client = new Macie2Client(config);
29
- * const input = {
29
+ * const input = { // DeleteFindingsFilterRequest
30
30
  * id: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new DeleteFindingsFilterCommand(input);
@@ -26,8 +26,8 @@ export interface DeleteInvitationsCommandOutput extends DeleteInvitationsRespons
26
26
  * import { Macie2Client, DeleteInvitationsCommand } from "@aws-sdk/client-macie2"; // ES Modules import
27
27
  * // const { Macie2Client, DeleteInvitationsCommand } = require("@aws-sdk/client-macie2"); // CommonJS import
28
28
  * const client = new Macie2Client(config);
29
- * const input = {
30
- * accountIds: [ // required
29
+ * const input = { // DeleteInvitationsRequest
30
+ * accountIds: [ // __listOf__string // required
31
31
  * "STRING_VALUE",
32
32
  * ],
33
33
  * };
@@ -26,7 +26,7 @@ export interface DeleteMemberCommandOutput extends DeleteMemberResponse, __Metad
26
26
  * import { Macie2Client, DeleteMemberCommand } from "@aws-sdk/client-macie2"; // ES Modules import
27
27
  * // const { Macie2Client, DeleteMemberCommand } = require("@aws-sdk/client-macie2"); // CommonJS import
28
28
  * const client = new Macie2Client(config);
29
- * const input = {
29
+ * const input = { // DeleteMemberRequest
30
30
  * id: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new DeleteMemberCommand(input);
@@ -26,10 +26,10 @@ export interface DescribeBucketsCommandOutput extends DescribeBucketsResponse, _
26
26
  * import { Macie2Client, DescribeBucketsCommand } from "@aws-sdk/client-macie2"; // ES Modules import
27
27
  * // const { Macie2Client, DescribeBucketsCommand } = require("@aws-sdk/client-macie2"); // CommonJS import
28
28
  * const client = new Macie2Client(config);
29
- * const input = {
30
- * criteria: {
31
- * "<keys>": {
32
- * eq: [
29
+ * const input = { // DescribeBucketsRequest
30
+ * criteria: { // BucketCriteria
31
+ * "<keys>": { // BucketCriteriaAdditionalProperties
32
+ * eq: [ // __listOf__string
33
33
  * "STRING_VALUE",
34
34
  * ],
35
35
  * gt: Number("long"),
@@ -44,7 +44,7 @@ export interface DescribeBucketsCommandOutput extends DescribeBucketsResponse, _
44
44
  * },
45
45
  * maxResults: Number("int"),
46
46
  * nextToken: "STRING_VALUE",
47
- * sortCriteria: {
47
+ * sortCriteria: { // BucketSortCriteria
48
48
  * attributeName: "STRING_VALUE",
49
49
  * orderBy: "ASC" || "DESC",
50
50
  * },
@@ -26,7 +26,7 @@ export interface DescribeClassificationJobCommandOutput extends DescribeClassifi
26
26
  * import { Macie2Client, DescribeClassificationJobCommand } from "@aws-sdk/client-macie2"; // ES Modules import
27
27
  * // const { Macie2Client, DescribeClassificationJobCommand } = require("@aws-sdk/client-macie2"); // CommonJS import
28
28
  * const client = new Macie2Client(config);
29
- * const input = {
29
+ * const input = { // DescribeClassificationJobRequest
30
30
  * jobId: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new DescribeClassificationJobCommand(input);
@@ -26,7 +26,7 @@ export interface DisableOrganizationAdminAccountCommandOutput extends DisableOrg
26
26
  * import { Macie2Client, DisableOrganizationAdminAccountCommand } from "@aws-sdk/client-macie2"; // ES Modules import
27
27
  * // const { Macie2Client, DisableOrganizationAdminAccountCommand } = require("@aws-sdk/client-macie2"); // CommonJS import
28
28
  * const client = new Macie2Client(config);
29
- * const input = {
29
+ * const input = { // DisableOrganizationAdminAccountRequest
30
30
  * adminAccountId: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new DisableOrganizationAdminAccountCommand(input);
@@ -26,7 +26,7 @@ export interface DisassociateMemberCommandOutput extends DisassociateMemberRespo
26
26
  * import { Macie2Client, DisassociateMemberCommand } from "@aws-sdk/client-macie2"; // ES Modules import
27
27
  * // const { Macie2Client, DisassociateMemberCommand } = require("@aws-sdk/client-macie2"); // CommonJS import
28
28
  * const client = new Macie2Client(config);
29
- * const input = {
29
+ * const input = { // DisassociateMemberRequest
30
30
  * id: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new DisassociateMemberCommand(input);
@@ -26,7 +26,7 @@ export interface EnableMacieCommandOutput extends EnableMacieResponse, __Metadat
26
26
  * import { Macie2Client, EnableMacieCommand } from "@aws-sdk/client-macie2"; // ES Modules import
27
27
  * // const { Macie2Client, EnableMacieCommand } = require("@aws-sdk/client-macie2"); // CommonJS import
28
28
  * const client = new Macie2Client(config);
29
- * const input = {
29
+ * const input = { // EnableMacieRequest
30
30
  * clientToken: "STRING_VALUE",
31
31
  * findingPublishingFrequency: "FIFTEEN_MINUTES" || "ONE_HOUR" || "SIX_HOURS",
32
32
  * status: "PAUSED" || "ENABLED",
@@ -26,7 +26,7 @@ export interface EnableOrganizationAdminAccountCommandOutput extends EnableOrgan
26
26
  * import { Macie2Client, EnableOrganizationAdminAccountCommand } from "@aws-sdk/client-macie2"; // ES Modules import
27
27
  * // const { Macie2Client, EnableOrganizationAdminAccountCommand } = require("@aws-sdk/client-macie2"); // CommonJS import
28
28
  * const client = new Macie2Client(config);
29
- * const input = {
29
+ * const input = { // EnableOrganizationAdminAccountRequest
30
30
  * adminAccountId: "STRING_VALUE", // required
31
31
  * clientToken: "STRING_VALUE",
32
32
  * };
@@ -26,7 +26,7 @@ export interface GetAllowListCommandOutput extends GetAllowListResponse, __Metad
26
26
  * import { Macie2Client, GetAllowListCommand } from "@aws-sdk/client-macie2"; // ES Modules import
27
27
  * // const { Macie2Client, GetAllowListCommand } = require("@aws-sdk/client-macie2"); // CommonJS import
28
28
  * const client = new Macie2Client(config);
29
- * const input = {
29
+ * const input = { // GetAllowListRequest
30
30
  * id: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new GetAllowListCommand(input);
@@ -26,7 +26,7 @@ export interface GetBucketStatisticsCommandOutput extends GetBucketStatisticsRes
26
26
  * import { Macie2Client, GetBucketStatisticsCommand } from "@aws-sdk/client-macie2"; // ES Modules import
27
27
  * // const { Macie2Client, GetBucketStatisticsCommand } = require("@aws-sdk/client-macie2"); // CommonJS import
28
28
  * const client = new Macie2Client(config);
29
- * const input = {
29
+ * const input = { // GetBucketStatisticsRequest
30
30
  * accountId: "STRING_VALUE",
31
31
  * };
32
32
  * const command = new GetBucketStatisticsCommand(input);
@@ -26,7 +26,7 @@ export interface GetClassificationScopeCommandOutput extends GetClassificationSc
26
26
  * import { Macie2Client, GetClassificationScopeCommand } from "@aws-sdk/client-macie2"; // ES Modules import
27
27
  * // const { Macie2Client, GetClassificationScopeCommand } = require("@aws-sdk/client-macie2"); // CommonJS import
28
28
  * const client = new Macie2Client(config);
29
- * const input = {
29
+ * const input = { // GetClassificationScopeRequest
30
30
  * id: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new GetClassificationScopeCommand(input);
@@ -26,7 +26,7 @@ export interface GetCustomDataIdentifierCommandOutput extends GetCustomDataIdent
26
26
  * import { Macie2Client, GetCustomDataIdentifierCommand } from "@aws-sdk/client-macie2"; // ES Modules import
27
27
  * // const { Macie2Client, GetCustomDataIdentifierCommand } = require("@aws-sdk/client-macie2"); // CommonJS import
28
28
  * const client = new Macie2Client(config);
29
- * const input = {
29
+ * const input = { // GetCustomDataIdentifierRequest
30
30
  * id: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new GetCustomDataIdentifierCommand(input);
@@ -26,11 +26,11 @@ export interface GetFindingStatisticsCommandOutput extends GetFindingStatisticsR
26
26
  * import { Macie2Client, GetFindingStatisticsCommand } from "@aws-sdk/client-macie2"; // ES Modules import
27
27
  * // const { Macie2Client, GetFindingStatisticsCommand } = require("@aws-sdk/client-macie2"); // CommonJS import
28
28
  * const client = new Macie2Client(config);
29
- * const input = {
30
- * findingCriteria: {
31
- * criterion: {
32
- * "<keys>": {
33
- * eq: [
29
+ * const input = { // GetFindingStatisticsRequest
30
+ * findingCriteria: { // FindingCriteria
31
+ * criterion: { // Criterion
32
+ * "<keys>": { // CriterionAdditionalProperties
33
+ * eq: [ // __listOf__string
34
34
  * "STRING_VALUE",
35
35
  * ],
36
36
  * eqExactMatch: [
@@ -48,7 +48,7 @@ export interface GetFindingStatisticsCommandOutput extends GetFindingStatisticsR
48
48
  * },
49
49
  * groupBy: "resourcesAffected.s3Bucket.name" || "type" || "classificationDetails.jobId" || "severity.description", // required
50
50
  * size: Number("int"),
51
- * sortCriteria: {
51
+ * sortCriteria: { // FindingStatisticsSortCriteria
52
52
  * attributeName: "groupKey" || "count",
53
53
  * orderBy: "ASC" || "DESC",
54
54
  * },
@@ -26,11 +26,11 @@ export interface GetFindingsCommandOutput extends GetFindingsResponse, __Metadat
26
26
  * import { Macie2Client, GetFindingsCommand } from "@aws-sdk/client-macie2"; // ES Modules import
27
27
  * // const { Macie2Client, GetFindingsCommand } = require("@aws-sdk/client-macie2"); // CommonJS import
28
28
  * const client = new Macie2Client(config);
29
- * const input = {
30
- * findingIds: [ // required
29
+ * const input = { // GetFindingsRequest
30
+ * findingIds: [ // __listOf__string // required
31
31
  * "STRING_VALUE",
32
32
  * ],
33
- * sortCriteria: {
33
+ * sortCriteria: { // SortCriteria
34
34
  * attributeName: "STRING_VALUE",
35
35
  * orderBy: "ASC" || "DESC",
36
36
  * },
@@ -26,7 +26,7 @@ export interface GetFindingsFilterCommandOutput extends GetFindingsFilterRespons
26
26
  * import { Macie2Client, GetFindingsFilterCommand } from "@aws-sdk/client-macie2"; // ES Modules import
27
27
  * // const { Macie2Client, GetFindingsFilterCommand } = require("@aws-sdk/client-macie2"); // CommonJS import
28
28
  * const client = new Macie2Client(config);
29
- * const input = {
29
+ * const input = { // GetFindingsFilterRequest
30
30
  * id: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new GetFindingsFilterCommand(input);
@@ -26,7 +26,7 @@ export interface GetMemberCommandOutput extends GetMemberResponse, __MetadataBea
26
26
  * import { Macie2Client, GetMemberCommand } from "@aws-sdk/client-macie2"; // ES Modules import
27
27
  * // const { Macie2Client, GetMemberCommand } = require("@aws-sdk/client-macie2"); // CommonJS import
28
28
  * const client = new Macie2Client(config);
29
- * const input = {
29
+ * const input = { // GetMemberRequest
30
30
  * id: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new GetMemberCommand(input);
@@ -26,7 +26,7 @@ export interface GetResourceProfileCommandOutput extends GetResourceProfileRespo
26
26
  * import { Macie2Client, GetResourceProfileCommand } from "@aws-sdk/client-macie2"; // ES Modules import
27
27
  * // const { Macie2Client, GetResourceProfileCommand } = require("@aws-sdk/client-macie2"); // CommonJS import
28
28
  * const client = new Macie2Client(config);
29
- * const input = {
29
+ * const input = { // GetResourceProfileRequest
30
30
  * resourceArn: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new GetResourceProfileCommand(input);
@@ -26,7 +26,7 @@ export interface GetSensitiveDataOccurrencesAvailabilityCommandOutput extends Ge
26
26
  * import { Macie2Client, GetSensitiveDataOccurrencesAvailabilityCommand } from "@aws-sdk/client-macie2"; // ES Modules import
27
27
  * // const { Macie2Client, GetSensitiveDataOccurrencesAvailabilityCommand } = require("@aws-sdk/client-macie2"); // CommonJS import
28
28
  * const client = new Macie2Client(config);
29
- * const input = {
29
+ * const input = { // GetSensitiveDataOccurrencesAvailabilityRequest
30
30
  * findingId: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new GetSensitiveDataOccurrencesAvailabilityCommand(input);
@@ -26,7 +26,7 @@ export interface GetSensitiveDataOccurrencesCommandOutput extends GetSensitiveDa
26
26
  * import { Macie2Client, GetSensitiveDataOccurrencesCommand } from "@aws-sdk/client-macie2"; // ES Modules import
27
27
  * // const { Macie2Client, GetSensitiveDataOccurrencesCommand } = require("@aws-sdk/client-macie2"); // CommonJS import
28
28
  * const client = new Macie2Client(config);
29
- * const input = {
29
+ * const input = { // GetSensitiveDataOccurrencesRequest
30
30
  * findingId: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new GetSensitiveDataOccurrencesCommand(input);
@@ -26,7 +26,7 @@ export interface GetSensitivityInspectionTemplateCommandOutput extends GetSensit
26
26
  * import { Macie2Client, GetSensitivityInspectionTemplateCommand } from "@aws-sdk/client-macie2"; // ES Modules import
27
27
  * // const { Macie2Client, GetSensitivityInspectionTemplateCommand } = require("@aws-sdk/client-macie2"); // CommonJS import
28
28
  * const client = new Macie2Client(config);
29
- * const input = {
29
+ * const input = { // GetSensitivityInspectionTemplateRequest
30
30
  * id: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new GetSensitivityInspectionTemplateCommand(input);
@@ -26,19 +26,19 @@ export interface GetUsageStatisticsCommandOutput extends GetUsageStatisticsRespo
26
26
  * import { Macie2Client, GetUsageStatisticsCommand } from "@aws-sdk/client-macie2"; // ES Modules import
27
27
  * // const { Macie2Client, GetUsageStatisticsCommand } = require("@aws-sdk/client-macie2"); // CommonJS import
28
28
  * const client = new Macie2Client(config);
29
- * const input = {
30
- * filterBy: [
31
- * {
29
+ * const input = { // GetUsageStatisticsRequest
30
+ * filterBy: [ // __listOfUsageStatisticsFilter
31
+ * { // UsageStatisticsFilter
32
32
  * comparator: "GT" || "GTE" || "LT" || "LTE" || "EQ" || "NE" || "CONTAINS",
33
33
  * key: "accountId" || "serviceLimit" || "freeTrialStartDate" || "total",
34
- * values: [
34
+ * values: [ // __listOf__string
35
35
  * "STRING_VALUE",
36
36
  * ],
37
37
  * },
38
38
  * ],
39
39
  * maxResults: Number("int"),
40
40
  * nextToken: "STRING_VALUE",
41
- * sortBy: {
41
+ * sortBy: { // UsageStatisticsSortBy
42
42
  * key: "accountId" || "total" || "serviceLimitValue" || "freeTrialStartDate",
43
43
  * orderBy: "ASC" || "DESC",
44
44
  * },
@@ -26,7 +26,7 @@ export interface GetUsageTotalsCommandOutput extends GetUsageTotalsResponse, __M
26
26
  * import { Macie2Client, GetUsageTotalsCommand } from "@aws-sdk/client-macie2"; // ES Modules import
27
27
  * // const { Macie2Client, GetUsageTotalsCommand } = require("@aws-sdk/client-macie2"); // CommonJS import
28
28
  * const client = new Macie2Client(config);
29
- * const input = {
29
+ * const input = { // GetUsageTotalsRequest
30
30
  * timeRange: "STRING_VALUE",
31
31
  * };
32
32
  * const command = new GetUsageTotalsCommand(input);
@@ -26,7 +26,7 @@ export interface ListAllowListsCommandOutput extends ListAllowListsResponse, __M
26
26
  * import { Macie2Client, ListAllowListsCommand } from "@aws-sdk/client-macie2"; // ES Modules import
27
27
  * // const { Macie2Client, ListAllowListsCommand } = require("@aws-sdk/client-macie2"); // CommonJS import
28
28
  * const client = new Macie2Client(config);
29
- * const input = {
29
+ * const input = { // ListAllowListsRequest
30
30
  * maxResults: Number("int"),
31
31
  * nextToken: "STRING_VALUE",
32
32
  * };
@@ -26,13 +26,13 @@ export interface ListClassificationJobsCommandOutput extends ListClassificationJ
26
26
  * import { Macie2Client, ListClassificationJobsCommand } from "@aws-sdk/client-macie2"; // ES Modules import
27
27
  * // const { Macie2Client, ListClassificationJobsCommand } = require("@aws-sdk/client-macie2"); // CommonJS import
28
28
  * const client = new Macie2Client(config);
29
- * const input = {
30
- * filterCriteria: {
31
- * excludes: [
32
- * {
29
+ * const input = { // ListClassificationJobsRequest
30
+ * filterCriteria: { // ListJobsFilterCriteria
31
+ * excludes: [ // __listOfListJobsFilterTerm
32
+ * { // ListJobsFilterTerm
33
33
  * comparator: "EQ" || "GT" || "GTE" || "LT" || "LTE" || "NE" || "CONTAINS" || "STARTS_WITH",
34
34
  * key: "jobType" || "jobStatus" || "createdAt" || "name",
35
- * values: [
35
+ * values: [ // __listOf__string
36
36
  * "STRING_VALUE",
37
37
  * ],
38
38
  * },
@@ -49,7 +49,7 @@ export interface ListClassificationJobsCommandOutput extends ListClassificationJ
49
49
  * },
50
50
  * maxResults: Number("int"),
51
51
  * nextToken: "STRING_VALUE",
52
- * sortCriteria: {
52
+ * sortCriteria: { // ListJobsSortCriteria
53
53
  * attributeName: "createdAt" || "jobStatus" || "name" || "jobType",
54
54
  * orderBy: "ASC" || "DESC",
55
55
  * },
@@ -26,7 +26,7 @@ export interface ListClassificationScopesCommandOutput extends ListClassificatio
26
26
  * import { Macie2Client, ListClassificationScopesCommand } from "@aws-sdk/client-macie2"; // ES Modules import
27
27
  * // const { Macie2Client, ListClassificationScopesCommand } = require("@aws-sdk/client-macie2"); // CommonJS import
28
28
  * const client = new Macie2Client(config);
29
- * const input = {
29
+ * const input = { // ListClassificationScopesRequest
30
30
  * name: "STRING_VALUE",
31
31
  * nextToken: "STRING_VALUE",
32
32
  * };
@@ -26,7 +26,7 @@ export interface ListCustomDataIdentifiersCommandOutput extends ListCustomDataId
26
26
  * import { Macie2Client, ListCustomDataIdentifiersCommand } from "@aws-sdk/client-macie2"; // ES Modules import
27
27
  * // const { Macie2Client, ListCustomDataIdentifiersCommand } = require("@aws-sdk/client-macie2"); // CommonJS import
28
28
  * const client = new Macie2Client(config);
29
- * const input = {
29
+ * const input = { // ListCustomDataIdentifiersRequest
30
30
  * maxResults: Number("int"),
31
31
  * nextToken: "STRING_VALUE",
32
32
  * };
@@ -26,11 +26,11 @@ export interface ListFindingsCommandOutput extends ListFindingsResponse, __Metad
26
26
  * import { Macie2Client, ListFindingsCommand } from "@aws-sdk/client-macie2"; // ES Modules import
27
27
  * // const { Macie2Client, ListFindingsCommand } = require("@aws-sdk/client-macie2"); // CommonJS import
28
28
  * const client = new Macie2Client(config);
29
- * const input = {
30
- * findingCriteria: {
31
- * criterion: {
32
- * "<keys>": {
33
- * eq: [
29
+ * const input = { // ListFindingsRequest
30
+ * findingCriteria: { // FindingCriteria
31
+ * criterion: { // Criterion
32
+ * "<keys>": { // CriterionAdditionalProperties
33
+ * eq: [ // __listOf__string
34
34
  * "STRING_VALUE",
35
35
  * ],
36
36
  * eqExactMatch: [
@@ -48,7 +48,7 @@ export interface ListFindingsCommandOutput extends ListFindingsResponse, __Metad
48
48
  * },
49
49
  * maxResults: Number("int"),
50
50
  * nextToken: "STRING_VALUE",
51
- * sortCriteria: {
51
+ * sortCriteria: { // SortCriteria
52
52
  * attributeName: "STRING_VALUE",
53
53
  * orderBy: "ASC" || "DESC",
54
54
  * },
@@ -26,7 +26,7 @@ export interface ListFindingsFiltersCommandOutput extends ListFindingsFiltersRes
26
26
  * import { Macie2Client, ListFindingsFiltersCommand } from "@aws-sdk/client-macie2"; // ES Modules import
27
27
  * // const { Macie2Client, ListFindingsFiltersCommand } = require("@aws-sdk/client-macie2"); // CommonJS import
28
28
  * const client = new Macie2Client(config);
29
- * const input = {
29
+ * const input = { // ListFindingsFiltersRequest
30
30
  * maxResults: Number("int"),
31
31
  * nextToken: "STRING_VALUE",
32
32
  * };
@@ -26,7 +26,7 @@ export interface ListInvitationsCommandOutput extends ListInvitationsResponse, _
26
26
  * import { Macie2Client, ListInvitationsCommand } from "@aws-sdk/client-macie2"; // ES Modules import
27
27
  * // const { Macie2Client, ListInvitationsCommand } = require("@aws-sdk/client-macie2"); // CommonJS import
28
28
  * const client = new Macie2Client(config);
29
- * const input = {
29
+ * const input = { // ListInvitationsRequest
30
30
  * maxResults: Number("int"),
31
31
  * nextToken: "STRING_VALUE",
32
32
  * };
@@ -26,7 +26,7 @@ export interface ListManagedDataIdentifiersCommandOutput extends ListManagedData
26
26
  * import { Macie2Client, ListManagedDataIdentifiersCommand } from "@aws-sdk/client-macie2"; // ES Modules import
27
27
  * // const { Macie2Client, ListManagedDataIdentifiersCommand } = require("@aws-sdk/client-macie2"); // CommonJS import
28
28
  * const client = new Macie2Client(config);
29
- * const input = {
29
+ * const input = { // ListManagedDataIdentifiersRequest
30
30
  * nextToken: "STRING_VALUE",
31
31
  * };
32
32
  * const command = new ListManagedDataIdentifiersCommand(input);
@@ -26,7 +26,7 @@ export interface ListMembersCommandOutput extends ListMembersResponse, __Metadat
26
26
  * import { Macie2Client, ListMembersCommand } from "@aws-sdk/client-macie2"; // ES Modules import
27
27
  * // const { Macie2Client, ListMembersCommand } = require("@aws-sdk/client-macie2"); // CommonJS import
28
28
  * const client = new Macie2Client(config);
29
- * const input = {
29
+ * const input = { // ListMembersRequest
30
30
  * maxResults: Number("int"),
31
31
  * nextToken: "STRING_VALUE",
32
32
  * onlyAssociated: "STRING_VALUE",
@@ -26,7 +26,7 @@ export interface ListOrganizationAdminAccountsCommandOutput extends ListOrganiza
26
26
  * import { Macie2Client, ListOrganizationAdminAccountsCommand } from "@aws-sdk/client-macie2"; // ES Modules import
27
27
  * // const { Macie2Client, ListOrganizationAdminAccountsCommand } = require("@aws-sdk/client-macie2"); // CommonJS import
28
28
  * const client = new Macie2Client(config);
29
- * const input = {
29
+ * const input = { // ListOrganizationAdminAccountsRequest
30
30
  * maxResults: Number("int"),
31
31
  * nextToken: "STRING_VALUE",
32
32
  * };
@@ -26,7 +26,7 @@ export interface ListResourceProfileArtifactsCommandOutput extends ListResourceP
26
26
  * import { Macie2Client, ListResourceProfileArtifactsCommand } from "@aws-sdk/client-macie2"; // ES Modules import
27
27
  * // const { Macie2Client, ListResourceProfileArtifactsCommand } = require("@aws-sdk/client-macie2"); // CommonJS import
28
28
  * const client = new Macie2Client(config);
29
- * const input = {
29
+ * const input = { // ListResourceProfileArtifactsRequest
30
30
  * nextToken: "STRING_VALUE",
31
31
  * resourceArn: "STRING_VALUE", // required
32
32
  * };
@@ -26,7 +26,7 @@ export interface ListResourceProfileDetectionsCommandOutput extends ListResource
26
26
  * import { Macie2Client, ListResourceProfileDetectionsCommand } from "@aws-sdk/client-macie2"; // ES Modules import
27
27
  * // const { Macie2Client, ListResourceProfileDetectionsCommand } = require("@aws-sdk/client-macie2"); // CommonJS import
28
28
  * const client = new Macie2Client(config);
29
- * const input = {
29
+ * const input = { // ListResourceProfileDetectionsRequest
30
30
  * maxResults: Number("int"),
31
31
  * nextToken: "STRING_VALUE",
32
32
  * resourceArn: "STRING_VALUE", // required
@@ -26,7 +26,7 @@ export interface ListSensitivityInspectionTemplatesCommandOutput extends ListSen
26
26
  * import { Macie2Client, ListSensitivityInspectionTemplatesCommand } from "@aws-sdk/client-macie2"; // ES Modules import
27
27
  * // const { Macie2Client, ListSensitivityInspectionTemplatesCommand } = require("@aws-sdk/client-macie2"); // CommonJS import
28
28
  * const client = new Macie2Client(config);
29
- * const input = {
29
+ * const input = { // ListSensitivityInspectionTemplatesRequest
30
30
  * maxResults: Number("int"),
31
31
  * nextToken: "STRING_VALUE",
32
32
  * };
@@ -26,7 +26,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
26
26
  * import { Macie2Client, ListTagsForResourceCommand } from "@aws-sdk/client-macie2"; // ES Modules import
27
27
  * // const { Macie2Client, ListTagsForResourceCommand } = require("@aws-sdk/client-macie2"); // CommonJS import
28
28
  * const client = new Macie2Client(config);
29
- * const input = {
29
+ * const input = { // ListTagsForResourceRequest
30
30
  * resourceArn: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new ListTagsForResourceCommand(input);
@@ -26,9 +26,9 @@ export interface PutClassificationExportConfigurationCommandOutput extends PutCl
26
26
  * import { Macie2Client, PutClassificationExportConfigurationCommand } from "@aws-sdk/client-macie2"; // ES Modules import
27
27
  * // const { Macie2Client, PutClassificationExportConfigurationCommand } = require("@aws-sdk/client-macie2"); // CommonJS import
28
28
  * const client = new Macie2Client(config);
29
- * const input = {
30
- * configuration: {
31
- * s3Destination: {
29
+ * const input = { // PutClassificationExportConfigurationRequest
30
+ * configuration: { // ClassificationExportConfiguration
31
+ * s3Destination: { // S3Destination
32
32
  * bucketName: "STRING_VALUE", // required
33
33
  * keyPrefix: "STRING_VALUE",
34
34
  * kmsKeyArn: "STRING_VALUE", // required
@@ -26,9 +26,9 @@ export interface PutFindingsPublicationConfigurationCommandOutput extends PutFin
26
26
  * import { Macie2Client, PutFindingsPublicationConfigurationCommand } from "@aws-sdk/client-macie2"; // ES Modules import
27
27
  * // const { Macie2Client, PutFindingsPublicationConfigurationCommand } = require("@aws-sdk/client-macie2"); // CommonJS import
28
28
  * const client = new Macie2Client(config);
29
- * const input = {
29
+ * const input = { // PutFindingsPublicationConfigurationRequest
30
30
  * clientToken: "STRING_VALUE",
31
- * securityHubConfiguration: {
31
+ * securityHubConfiguration: { // SecurityHubConfiguration
32
32
  * publishClassificationFindings: true || false, // required
33
33
  * publishPolicyFindings: true || false, // required
34
34
  * },
@@ -26,22 +26,22 @@ export interface SearchResourcesCommandOutput extends SearchResourcesResponse, _
26
26
  * import { Macie2Client, SearchResourcesCommand } from "@aws-sdk/client-macie2"; // ES Modules import
27
27
  * // const { Macie2Client, SearchResourcesCommand } = require("@aws-sdk/client-macie2"); // CommonJS import
28
28
  * const client = new Macie2Client(config);
29
- * const input = {
30
- * bucketCriteria: {
31
- * excludes: {
32
- * and: [
33
- * {
34
- * simpleCriterion: {
29
+ * const input = { // SearchResourcesRequest
30
+ * bucketCriteria: { // SearchResourcesBucketCriteria
31
+ * excludes: { // SearchResourcesCriteriaBlock
32
+ * and: [ // __listOfSearchResourcesCriteria
33
+ * { // SearchResourcesCriteria
34
+ * simpleCriterion: { // SearchResourcesSimpleCriterion
35
35
  * comparator: "EQ" || "NE",
36
36
  * key: "ACCOUNT_ID" || "S3_BUCKET_NAME" || "S3_BUCKET_EFFECTIVE_PERMISSION" || "S3_BUCKET_SHARED_ACCESS",
37
- * values: [
37
+ * values: [ // __listOf__string
38
38
  * "STRING_VALUE",
39
39
  * ],
40
40
  * },
41
- * tagCriterion: {
41
+ * tagCriterion: { // SearchResourcesTagCriterion
42
42
  * comparator: "EQ" || "NE",
43
- * tagValues: [
44
- * {
43
+ * tagValues: [ // __listOfSearchResourcesTagCriterionPair
44
+ * { // SearchResourcesTagCriterionPair
45
45
  * key: "STRING_VALUE",
46
46
  * value: "STRING_VALUE",
47
47
  * },
@@ -75,7 +75,7 @@ export interface SearchResourcesCommandOutput extends SearchResourcesResponse, _
75
75
  * },
76
76
  * maxResults: Number("int"),
77
77
  * nextToken: "STRING_VALUE",
78
- * sortCriteria: {
78
+ * sortCriteria: { // SearchResourcesSortCriteria
79
79
  * attributeName: "ACCOUNT_ID" || "RESOURCE_NAME" || "S3_CLASSIFIABLE_OBJECT_COUNT" || "S3_CLASSIFIABLE_SIZE_IN_BYTES",
80
80
  * orderBy: "ASC" || "DESC",
81
81
  * },
@@ -26,9 +26,9 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
26
26
  * import { Macie2Client, TagResourceCommand } from "@aws-sdk/client-macie2"; // ES Modules import
27
27
  * // const { Macie2Client, TagResourceCommand } = require("@aws-sdk/client-macie2"); // CommonJS import
28
28
  * const client = new Macie2Client(config);
29
- * const input = {
29
+ * const input = { // TagResourceRequest
30
30
  * resourceArn: "STRING_VALUE", // required
31
- * tags: { // required
31
+ * tags: { // TagMap // required
32
32
  * "<keys>": "STRING_VALUE",
33
33
  * },
34
34
  * };
@@ -26,8 +26,8 @@ export interface TestCustomDataIdentifierCommandOutput extends TestCustomDataIde
26
26
  * import { Macie2Client, TestCustomDataIdentifierCommand } from "@aws-sdk/client-macie2"; // ES Modules import
27
27
  * // const { Macie2Client, TestCustomDataIdentifierCommand } = require("@aws-sdk/client-macie2"); // CommonJS import
28
28
  * const client = new Macie2Client(config);
29
- * const input = {
30
- * ignoreWords: [
29
+ * const input = { // TestCustomDataIdentifierRequest
30
+ * ignoreWords: [ // __listOf__string
31
31
  * "STRING_VALUE",
32
32
  * ],
33
33
  * keywords: [
@@ -26,9 +26,9 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
26
26
  * import { Macie2Client, UntagResourceCommand } from "@aws-sdk/client-macie2"; // ES Modules import
27
27
  * // const { Macie2Client, UntagResourceCommand } = require("@aws-sdk/client-macie2"); // CommonJS import
28
28
  * const client = new Macie2Client(config);
29
- * const input = {
29
+ * const input = { // UntagResourceRequest
30
30
  * resourceArn: "STRING_VALUE", // required
31
- * tagKeys: [ // required
31
+ * tagKeys: [ // __listOf__string // required
32
32
  * "STRING_VALUE",
33
33
  * ],
34
34
  * };
@@ -26,10 +26,10 @@ export interface UpdateAllowListCommandOutput extends UpdateAllowListResponse, _
26
26
  * import { Macie2Client, UpdateAllowListCommand } from "@aws-sdk/client-macie2"; // ES Modules import
27
27
  * // const { Macie2Client, UpdateAllowListCommand } = require("@aws-sdk/client-macie2"); // CommonJS import
28
28
  * const client = new Macie2Client(config);
29
- * const input = {
30
- * criteria: {
29
+ * const input = { // UpdateAllowListRequest
30
+ * criteria: { // AllowListCriteria
31
31
  * regex: "STRING_VALUE",
32
- * s3WordsList: {
32
+ * s3WordsList: { // S3WordsList
33
33
  * bucketName: "STRING_VALUE", // required
34
34
  * objectKey: "STRING_VALUE", // required
35
35
  * },
@@ -26,7 +26,7 @@ export interface UpdateAutomatedDiscoveryConfigurationCommandOutput extends Upda
26
26
  * import { Macie2Client, UpdateAutomatedDiscoveryConfigurationCommand } from "@aws-sdk/client-macie2"; // ES Modules import
27
27
  * // const { Macie2Client, UpdateAutomatedDiscoveryConfigurationCommand } = require("@aws-sdk/client-macie2"); // CommonJS import
28
28
  * const client = new Macie2Client(config);
29
- * const input = {
29
+ * const input = { // UpdateAutomatedDiscoveryConfigurationRequest
30
30
  * status: "ENABLED" || "DISABLED", // required
31
31
  * };
32
32
  * const command = new UpdateAutomatedDiscoveryConfigurationCommand(input);
@@ -26,7 +26,7 @@ export interface UpdateClassificationJobCommandOutput extends UpdateClassificati
26
26
  * import { Macie2Client, UpdateClassificationJobCommand } from "@aws-sdk/client-macie2"; // ES Modules import
27
27
  * // const { Macie2Client, UpdateClassificationJobCommand } = require("@aws-sdk/client-macie2"); // CommonJS import
28
28
  * const client = new Macie2Client(config);
29
- * const input = {
29
+ * const input = { // UpdateClassificationJobRequest
30
30
  * jobId: "STRING_VALUE", // required
31
31
  * jobStatus: "RUNNING" || "PAUSED" || "CANCELLED" || "COMPLETE" || "IDLE" || "USER_PAUSED", // required
32
32
  * };
@@ -26,11 +26,11 @@ export interface UpdateClassificationScopeCommandOutput extends UpdateClassifica
26
26
  * import { Macie2Client, UpdateClassificationScopeCommand } from "@aws-sdk/client-macie2"; // ES Modules import
27
27
  * // const { Macie2Client, UpdateClassificationScopeCommand } = require("@aws-sdk/client-macie2"); // CommonJS import
28
28
  * const client = new Macie2Client(config);
29
- * const input = {
29
+ * const input = { // UpdateClassificationScopeRequest
30
30
  * id: "STRING_VALUE", // required
31
- * s3: {
32
- * excludes: {
33
- * bucketNames: [ // required
31
+ * s3: { // S3ClassificationScopeUpdate
32
+ * excludes: { // S3ClassificationScopeExclusionUpdate
33
+ * bucketNames: [ // __listOfS3BucketName // required
34
34
  * "STRING_VALUE",
35
35
  * ],
36
36
  * operation: "ADD" || "REPLACE" || "REMOVE", // required
@@ -26,14 +26,14 @@ export interface UpdateFindingsFilterCommandOutput extends UpdateFindingsFilterR
26
26
  * import { Macie2Client, UpdateFindingsFilterCommand } from "@aws-sdk/client-macie2"; // ES Modules import
27
27
  * // const { Macie2Client, UpdateFindingsFilterCommand } = require("@aws-sdk/client-macie2"); // CommonJS import
28
28
  * const client = new Macie2Client(config);
29
- * const input = {
29
+ * const input = { // UpdateFindingsFilterRequest
30
30
  * action: "ARCHIVE" || "NOOP",
31
31
  * clientToken: "STRING_VALUE",
32
32
  * description: "STRING_VALUE",
33
- * findingCriteria: {
34
- * criterion: {
35
- * "<keys>": {
36
- * eq: [
33
+ * findingCriteria: { // FindingCriteria
34
+ * criterion: { // Criterion
35
+ * "<keys>": { // CriterionAdditionalProperties
36
+ * eq: [ // __listOf__string
37
37
  * "STRING_VALUE",
38
38
  * ],
39
39
  * eqExactMatch: [
@@ -26,7 +26,7 @@ export interface UpdateMacieSessionCommandOutput extends UpdateMacieSessionRespo
26
26
  * import { Macie2Client, UpdateMacieSessionCommand } from "@aws-sdk/client-macie2"; // ES Modules import
27
27
  * // const { Macie2Client, UpdateMacieSessionCommand } = require("@aws-sdk/client-macie2"); // CommonJS import
28
28
  * const client = new Macie2Client(config);
29
- * const input = {
29
+ * const input = { // UpdateMacieSessionRequest
30
30
  * findingPublishingFrequency: "FIFTEEN_MINUTES" || "ONE_HOUR" || "SIX_HOURS",
31
31
  * status: "PAUSED" || "ENABLED",
32
32
  * };
@@ -26,7 +26,7 @@ export interface UpdateMemberSessionCommandOutput extends UpdateMemberSessionRes
26
26
  * import { Macie2Client, UpdateMemberSessionCommand } from "@aws-sdk/client-macie2"; // ES Modules import
27
27
  * // const { Macie2Client, UpdateMemberSessionCommand } = require("@aws-sdk/client-macie2"); // CommonJS import
28
28
  * const client = new Macie2Client(config);
29
- * const input = {
29
+ * const input = { // UpdateMemberSessionRequest
30
30
  * id: "STRING_VALUE", // required
31
31
  * status: "PAUSED" || "ENABLED", // required
32
32
  * };
@@ -26,7 +26,7 @@ export interface UpdateOrganizationConfigurationCommandOutput extends UpdateOrga
26
26
  * import { Macie2Client, UpdateOrganizationConfigurationCommand } from "@aws-sdk/client-macie2"; // ES Modules import
27
27
  * // const { Macie2Client, UpdateOrganizationConfigurationCommand } = require("@aws-sdk/client-macie2"); // CommonJS import
28
28
  * const client = new Macie2Client(config);
29
- * const input = {
29
+ * const input = { // UpdateOrganizationConfigurationRequest
30
30
  * autoEnable: true || false, // required
31
31
  * };
32
32
  * const command = new UpdateOrganizationConfigurationCommand(input);
@@ -26,7 +26,7 @@ export interface UpdateResourceProfileCommandOutput extends UpdateResourceProfil
26
26
  * import { Macie2Client, UpdateResourceProfileCommand } from "@aws-sdk/client-macie2"; // ES Modules import
27
27
  * // const { Macie2Client, UpdateResourceProfileCommand } = require("@aws-sdk/client-macie2"); // CommonJS import
28
28
  * const client = new Macie2Client(config);
29
- * const input = {
29
+ * const input = { // UpdateResourceProfileRequest
30
30
  * resourceArn: "STRING_VALUE", // required
31
31
  * sensitivityScoreOverride: Number("int"),
32
32
  * };
@@ -26,10 +26,10 @@ export interface UpdateResourceProfileDetectionsCommandOutput extends UpdateReso
26
26
  * import { Macie2Client, UpdateResourceProfileDetectionsCommand } from "@aws-sdk/client-macie2"; // ES Modules import
27
27
  * // const { Macie2Client, UpdateResourceProfileDetectionsCommand } = require("@aws-sdk/client-macie2"); // CommonJS import
28
28
  * const client = new Macie2Client(config);
29
- * const input = {
29
+ * const input = { // UpdateResourceProfileDetectionsRequest
30
30
  * resourceArn: "STRING_VALUE", // required
31
- * suppressDataIdentifiers: [
32
- * {
31
+ * suppressDataIdentifiers: [ // __listOfSuppressDataIdentifier
32
+ * { // SuppressDataIdentifier
33
33
  * id: "STRING_VALUE",
34
34
  * type: "CUSTOM" || "MANAGED",
35
35
  * },
@@ -26,8 +26,8 @@ export interface UpdateRevealConfigurationCommandOutput extends UpdateRevealConf
26
26
  * import { Macie2Client, UpdateRevealConfigurationCommand } from "@aws-sdk/client-macie2"; // ES Modules import
27
27
  * // const { Macie2Client, UpdateRevealConfigurationCommand } = require("@aws-sdk/client-macie2"); // CommonJS import
28
28
  * const client = new Macie2Client(config);
29
- * const input = {
30
- * configuration: {
29
+ * const input = { // UpdateRevealConfigurationRequest
30
+ * configuration: { // RevealConfiguration
31
31
  * kmsKeyId: "STRING_VALUE",
32
32
  * status: "ENABLED" || "DISABLED", // required
33
33
  * },
@@ -26,15 +26,15 @@ export interface UpdateSensitivityInspectionTemplateCommandOutput extends Update
26
26
  * import { Macie2Client, UpdateSensitivityInspectionTemplateCommand } from "@aws-sdk/client-macie2"; // ES Modules import
27
27
  * // const { Macie2Client, UpdateSensitivityInspectionTemplateCommand } = require("@aws-sdk/client-macie2"); // CommonJS import
28
28
  * const client = new Macie2Client(config);
29
- * const input = {
29
+ * const input = { // UpdateSensitivityInspectionTemplateRequest
30
30
  * description: "STRING_VALUE",
31
- * excludes: {
32
- * managedDataIdentifierIds: [
31
+ * excludes: { // SensitivityInspectionTemplateExcludes
32
+ * managedDataIdentifierIds: [ // __listOf__string
33
33
  * "STRING_VALUE",
34
34
  * ],
35
35
  * },
36
36
  * id: "STRING_VALUE", // required
37
- * includes: {
37
+ * includes: { // SensitivityInspectionTemplateIncludes
38
38
  * allowListIds: [
39
39
  * "STRING_VALUE",
40
40
  * ],
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-macie2",
3
3
  "description": "AWS SDK for JavaScript Macie2 Client for Node.js, Browser and React Native",
4
- "version": "3.300.0",
4
+ "version": "3.301.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",
@@ -21,9 +21,9 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.300.0",
24
+ "@aws-sdk/client-sts": "3.301.0",
25
25
  "@aws-sdk/config-resolver": "3.300.0",
26
- "@aws-sdk/credential-provider-node": "3.300.0",
26
+ "@aws-sdk/credential-provider-node": "3.301.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.296.0",
28
28
  "@aws-sdk/hash-node": "3.296.0",
29
29
  "@aws-sdk/invalid-dependency": "3.296.0",