@aws-sdk/client-macie2 3.295.0 → 3.297.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 (102) hide show
  1. package/dist-types/Macie2.d.ts +80 -0
  2. package/dist-types/Macie2Client.d.ts +24 -4
  3. package/dist-types/commands/AcceptInvitationCommand.d.ts +16 -0
  4. package/dist-types/commands/BatchGetCustomDataIdentifiersCommand.d.ts +16 -0
  5. package/dist-types/commands/CreateAllowListCommand.d.ts +16 -0
  6. package/dist-types/commands/CreateClassificationJobCommand.d.ts +16 -0
  7. package/dist-types/commands/CreateCustomDataIdentifierCommand.d.ts +16 -0
  8. package/dist-types/commands/CreateFindingsFilterCommand.d.ts +16 -0
  9. package/dist-types/commands/CreateInvitationsCommand.d.ts +16 -0
  10. package/dist-types/commands/CreateMemberCommand.d.ts +16 -0
  11. package/dist-types/commands/CreateSampleFindingsCommand.d.ts +16 -0
  12. package/dist-types/commands/DeclineInvitationsCommand.d.ts +16 -0
  13. package/dist-types/commands/DeleteAllowListCommand.d.ts +16 -0
  14. package/dist-types/commands/DeleteCustomDataIdentifierCommand.d.ts +16 -0
  15. package/dist-types/commands/DeleteFindingsFilterCommand.d.ts +16 -0
  16. package/dist-types/commands/DeleteInvitationsCommand.d.ts +16 -0
  17. package/dist-types/commands/DeleteMemberCommand.d.ts +16 -0
  18. package/dist-types/commands/DescribeBucketsCommand.d.ts +16 -0
  19. package/dist-types/commands/DescribeClassificationJobCommand.d.ts +16 -0
  20. package/dist-types/commands/DescribeOrganizationConfigurationCommand.d.ts +16 -0
  21. package/dist-types/commands/DisableMacieCommand.d.ts +16 -0
  22. package/dist-types/commands/DisableOrganizationAdminAccountCommand.d.ts +16 -0
  23. package/dist-types/commands/DisassociateFromAdministratorAccountCommand.d.ts +16 -0
  24. package/dist-types/commands/DisassociateFromMasterAccountCommand.d.ts +16 -0
  25. package/dist-types/commands/DisassociateMemberCommand.d.ts +16 -0
  26. package/dist-types/commands/EnableMacieCommand.d.ts +16 -0
  27. package/dist-types/commands/EnableOrganizationAdminAccountCommand.d.ts +16 -0
  28. package/dist-types/commands/GetAdministratorAccountCommand.d.ts +16 -0
  29. package/dist-types/commands/GetAllowListCommand.d.ts +16 -0
  30. package/dist-types/commands/GetAutomatedDiscoveryConfigurationCommand.d.ts +16 -0
  31. package/dist-types/commands/GetBucketStatisticsCommand.d.ts +16 -0
  32. package/dist-types/commands/GetClassificationExportConfigurationCommand.d.ts +16 -0
  33. package/dist-types/commands/GetClassificationScopeCommand.d.ts +16 -0
  34. package/dist-types/commands/GetCustomDataIdentifierCommand.d.ts +16 -0
  35. package/dist-types/commands/GetFindingStatisticsCommand.d.ts +16 -0
  36. package/dist-types/commands/GetFindingsCommand.d.ts +16 -0
  37. package/dist-types/commands/GetFindingsFilterCommand.d.ts +16 -0
  38. package/dist-types/commands/GetFindingsPublicationConfigurationCommand.d.ts +16 -0
  39. package/dist-types/commands/GetInvitationsCountCommand.d.ts +16 -0
  40. package/dist-types/commands/GetMacieSessionCommand.d.ts +16 -0
  41. package/dist-types/commands/GetMasterAccountCommand.d.ts +16 -0
  42. package/dist-types/commands/GetMemberCommand.d.ts +16 -0
  43. package/dist-types/commands/GetResourceProfileCommand.d.ts +16 -0
  44. package/dist-types/commands/GetRevealConfigurationCommand.d.ts +16 -0
  45. package/dist-types/commands/GetSensitiveDataOccurrencesAvailabilityCommand.d.ts +16 -0
  46. package/dist-types/commands/GetSensitiveDataOccurrencesCommand.d.ts +16 -0
  47. package/dist-types/commands/GetSensitivityInspectionTemplateCommand.d.ts +16 -0
  48. package/dist-types/commands/GetUsageStatisticsCommand.d.ts +16 -0
  49. package/dist-types/commands/GetUsageTotalsCommand.d.ts +16 -0
  50. package/dist-types/commands/ListAllowListsCommand.d.ts +16 -0
  51. package/dist-types/commands/ListClassificationJobsCommand.d.ts +16 -0
  52. package/dist-types/commands/ListClassificationScopesCommand.d.ts +16 -0
  53. package/dist-types/commands/ListCustomDataIdentifiersCommand.d.ts +16 -0
  54. package/dist-types/commands/ListFindingsCommand.d.ts +16 -0
  55. package/dist-types/commands/ListFindingsFiltersCommand.d.ts +16 -0
  56. package/dist-types/commands/ListInvitationsCommand.d.ts +16 -0
  57. package/dist-types/commands/ListManagedDataIdentifiersCommand.d.ts +16 -0
  58. package/dist-types/commands/ListMembersCommand.d.ts +16 -0
  59. package/dist-types/commands/ListOrganizationAdminAccountsCommand.d.ts +16 -0
  60. package/dist-types/commands/ListResourceProfileArtifactsCommand.d.ts +16 -0
  61. package/dist-types/commands/ListResourceProfileDetectionsCommand.d.ts +16 -0
  62. package/dist-types/commands/ListSensitivityInspectionTemplatesCommand.d.ts +16 -0
  63. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  64. package/dist-types/commands/PutClassificationExportConfigurationCommand.d.ts +16 -0
  65. package/dist-types/commands/PutFindingsPublicationConfigurationCommand.d.ts +16 -0
  66. package/dist-types/commands/SearchResourcesCommand.d.ts +16 -0
  67. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  68. package/dist-types/commands/TestCustomDataIdentifierCommand.d.ts +16 -0
  69. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  70. package/dist-types/commands/UpdateAllowListCommand.d.ts +16 -0
  71. package/dist-types/commands/UpdateAutomatedDiscoveryConfigurationCommand.d.ts +16 -0
  72. package/dist-types/commands/UpdateClassificationJobCommand.d.ts +16 -0
  73. package/dist-types/commands/UpdateClassificationScopeCommand.d.ts +16 -0
  74. package/dist-types/commands/UpdateFindingsFilterCommand.d.ts +16 -0
  75. package/dist-types/commands/UpdateMacieSessionCommand.d.ts +16 -0
  76. package/dist-types/commands/UpdateMemberSessionCommand.d.ts +16 -0
  77. package/dist-types/commands/UpdateOrganizationConfigurationCommand.d.ts +16 -0
  78. package/dist-types/commands/UpdateResourceProfileCommand.d.ts +16 -0
  79. package/dist-types/commands/UpdateResourceProfileDetectionsCommand.d.ts +16 -0
  80. package/dist-types/commands/UpdateRevealConfigurationCommand.d.ts +16 -0
  81. package/dist-types/commands/UpdateSensitivityInspectionTemplateCommand.d.ts +16 -0
  82. package/dist-types/models/Macie2ServiceException.d.ts +2 -0
  83. package/dist-types/models/models_0.d.ts +620 -0
  84. package/dist-types/models/models_1.d.ts +164 -0
  85. package/dist-types/pagination/DescribeBucketsPaginator.d.ts +3 -0
  86. package/dist-types/pagination/GetUsageStatisticsPaginator.d.ts +3 -0
  87. package/dist-types/pagination/Interfaces.d.ts +3 -0
  88. package/dist-types/pagination/ListAllowListsPaginator.d.ts +3 -0
  89. package/dist-types/pagination/ListClassificationJobsPaginator.d.ts +3 -0
  90. package/dist-types/pagination/ListClassificationScopesPaginator.d.ts +3 -0
  91. package/dist-types/pagination/ListCustomDataIdentifiersPaginator.d.ts +3 -0
  92. package/dist-types/pagination/ListFindingsFiltersPaginator.d.ts +3 -0
  93. package/dist-types/pagination/ListFindingsPaginator.d.ts +3 -0
  94. package/dist-types/pagination/ListInvitationsPaginator.d.ts +3 -0
  95. package/dist-types/pagination/ListManagedDataIdentifiersPaginator.d.ts +3 -0
  96. package/dist-types/pagination/ListMembersPaginator.d.ts +3 -0
  97. package/dist-types/pagination/ListOrganizationAdminAccountsPaginator.d.ts +3 -0
  98. package/dist-types/pagination/ListResourceProfileArtifactsPaginator.d.ts +3 -0
  99. package/dist-types/pagination/ListResourceProfileDetectionsPaginator.d.ts +3 -0
  100. package/dist-types/pagination/ListSensitivityInspectionTemplatesPaginator.d.ts +3 -0
  101. package/dist-types/pagination/SearchResourcesPaginator.d.ts +3 -0
  102. package/package.json +30 -30
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client";
5
5
  import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListTagsForResourceCommand}.
8
10
  */
9
11
  export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListTagsForResourceCommand}.
13
17
  */
14
18
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Retrieves the tags (keys and values) that are associated with an Amazon Macie resource.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListTagsForResourceCommandInput - {@link ListTagsForResourceCommandInput}
34
+ * @returns {@link ListTagsForResourceCommandOutput}
28
35
  * @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
29
36
  * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
30
37
  * @see {@link Macie2ClientResolvedConfig | config} for Macie2Client's `config` shape.
@@ -34,11 +41,20 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
34
41
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, Macie2ClientResolvedConfig> {
35
42
  readonly input: ListTagsForResourceCommandInput;
36
43
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
44
+ /**
45
+ * @public
46
+ */
37
47
  constructor(input: ListTagsForResourceCommandInput);
38
48
  /**
39
49
  * @internal
40
50
  */
41
51
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Macie2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
52
+ /**
53
+ * @internal
54
+ */
42
55
  private serialize;
56
+ /**
57
+ * @internal
58
+ */
43
59
  private deserialize;
44
60
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client";
5
5
  import { PutClassificationExportConfigurationRequest, PutClassificationExportConfigurationResponse } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link PutClassificationExportConfigurationCommand}.
8
10
  */
9
11
  export interface PutClassificationExportConfigurationCommandInput extends PutClassificationExportConfigurationRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link PutClassificationExportConfigurationCommand}.
13
17
  */
14
18
  export interface PutClassificationExportConfigurationCommandOutput extends PutClassificationExportConfigurationResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates or updates the configuration settings for storing data classification results.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface PutClassificationExportConfigurationCommandOutput extends PutCl
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param PutClassificationExportConfigurationCommandInput - {@link PutClassificationExportConfigurationCommandInput}
34
+ * @returns {@link PutClassificationExportConfigurationCommandOutput}
28
35
  * @see {@link PutClassificationExportConfigurationCommandInput} for command's `input` shape.
29
36
  * @see {@link PutClassificationExportConfigurationCommandOutput} for command's `response` shape.
30
37
  * @see {@link Macie2ClientResolvedConfig | config} for Macie2Client's `config` shape.
@@ -55,11 +62,20 @@ export interface PutClassificationExportConfigurationCommandOutput extends PutCl
55
62
  export declare class PutClassificationExportConfigurationCommand extends $Command<PutClassificationExportConfigurationCommandInput, PutClassificationExportConfigurationCommandOutput, Macie2ClientResolvedConfig> {
56
63
  readonly input: PutClassificationExportConfigurationCommandInput;
57
64
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
+ /**
66
+ * @public
67
+ */
58
68
  constructor(input: PutClassificationExportConfigurationCommandInput);
59
69
  /**
60
70
  * @internal
61
71
  */
62
72
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Macie2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutClassificationExportConfigurationCommandInput, PutClassificationExportConfigurationCommandOutput>;
73
+ /**
74
+ * @internal
75
+ */
63
76
  private serialize;
77
+ /**
78
+ * @internal
79
+ */
64
80
  private deserialize;
65
81
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client";
5
5
  import { PutFindingsPublicationConfigurationRequest, PutFindingsPublicationConfigurationResponse } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link PutFindingsPublicationConfigurationCommand}.
8
10
  */
9
11
  export interface PutFindingsPublicationConfigurationCommandInput extends PutFindingsPublicationConfigurationRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link PutFindingsPublicationConfigurationCommand}.
13
17
  */
14
18
  export interface PutFindingsPublicationConfigurationCommandOutput extends PutFindingsPublicationConfigurationResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates the configuration settings for publishing findings to Security Hub.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface PutFindingsPublicationConfigurationCommandOutput extends PutFin
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param PutFindingsPublicationConfigurationCommandInput - {@link PutFindingsPublicationConfigurationCommandInput}
34
+ * @returns {@link PutFindingsPublicationConfigurationCommandOutput}
28
35
  * @see {@link PutFindingsPublicationConfigurationCommandInput} for command's `input` shape.
29
36
  * @see {@link PutFindingsPublicationConfigurationCommandOutput} for command's `response` shape.
30
37
  * @see {@link Macie2ClientResolvedConfig | config} for Macie2Client's `config` shape.
@@ -55,11 +62,20 @@ export interface PutFindingsPublicationConfigurationCommandOutput extends PutFin
55
62
  export declare class PutFindingsPublicationConfigurationCommand extends $Command<PutFindingsPublicationConfigurationCommandInput, PutFindingsPublicationConfigurationCommandOutput, Macie2ClientResolvedConfig> {
56
63
  readonly input: PutFindingsPublicationConfigurationCommandInput;
57
64
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
+ /**
66
+ * @public
67
+ */
58
68
  constructor(input: PutFindingsPublicationConfigurationCommandInput);
59
69
  /**
60
70
  * @internal
61
71
  */
62
72
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Macie2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutFindingsPublicationConfigurationCommandInput, PutFindingsPublicationConfigurationCommandOutput>;
73
+ /**
74
+ * @internal
75
+ */
63
76
  private serialize;
77
+ /**
78
+ * @internal
79
+ */
64
80
  private deserialize;
65
81
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client";
5
5
  import { SearchResourcesRequest, SearchResourcesResponse } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link SearchResourcesCommand}.
8
10
  */
9
11
  export interface SearchResourcesCommandInput extends SearchResourcesRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link SearchResourcesCommand}.
13
17
  */
14
18
  export interface SearchResourcesCommandOutput extends SearchResourcesResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Retrieves (queries) statistical data and other information about Amazon Web Services resources that Amazon Macie monitors and analyzes.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface SearchResourcesCommandOutput extends SearchResourcesResponse, _
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param SearchResourcesCommandInput - {@link SearchResourcesCommandInput}
34
+ * @returns {@link SearchResourcesCommandOutput}
28
35
  * @see {@link SearchResourcesCommandInput} for command's `input` shape.
29
36
  * @see {@link SearchResourcesCommandOutput} for command's `response` shape.
30
37
  * @see {@link Macie2ClientResolvedConfig | config} for Macie2Client's `config` shape.
@@ -55,11 +62,20 @@ export interface SearchResourcesCommandOutput extends SearchResourcesResponse, _
55
62
  export declare class SearchResourcesCommand extends $Command<SearchResourcesCommandInput, SearchResourcesCommandOutput, Macie2ClientResolvedConfig> {
56
63
  readonly input: SearchResourcesCommandInput;
57
64
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
+ /**
66
+ * @public
67
+ */
58
68
  constructor(input: SearchResourcesCommandInput);
59
69
  /**
60
70
  * @internal
61
71
  */
62
72
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Macie2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SearchResourcesCommandInput, SearchResourcesCommandOutput>;
73
+ /**
74
+ * @internal
75
+ */
63
76
  private serialize;
77
+ /**
78
+ * @internal
79
+ */
64
80
  private deserialize;
65
81
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client";
5
5
  import { TagResourceRequest, TagResourceResponse } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link TagResourceCommand}.
8
10
  */
9
11
  export interface TagResourceCommandInput extends TagResourceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link TagResourceCommand}.
13
17
  */
14
18
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Adds or updates one or more tags (keys and values) that are associated with an Amazon Macie resource.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param TagResourceCommandInput - {@link TagResourceCommandInput}
34
+ * @returns {@link TagResourceCommandOutput}
28
35
  * @see {@link TagResourceCommandInput} for command's `input` shape.
29
36
  * @see {@link TagResourceCommandOutput} for command's `response` shape.
30
37
  * @see {@link Macie2ClientResolvedConfig | config} for Macie2Client's `config` shape.
@@ -34,11 +41,20 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
34
41
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, Macie2ClientResolvedConfig> {
35
42
  readonly input: TagResourceCommandInput;
36
43
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
44
+ /**
45
+ * @public
46
+ */
37
47
  constructor(input: TagResourceCommandInput);
38
48
  /**
39
49
  * @internal
40
50
  */
41
51
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Macie2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
52
+ /**
53
+ * @internal
54
+ */
42
55
  private serialize;
56
+ /**
57
+ * @internal
58
+ */
43
59
  private deserialize;
44
60
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client";
5
5
  import { TestCustomDataIdentifierRequest, TestCustomDataIdentifierResponse } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link TestCustomDataIdentifierCommand}.
8
10
  */
9
11
  export interface TestCustomDataIdentifierCommandInput extends TestCustomDataIdentifierRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link TestCustomDataIdentifierCommand}.
13
17
  */
14
18
  export interface TestCustomDataIdentifierCommandOutput extends TestCustomDataIdentifierResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Tests a custom data identifier.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface TestCustomDataIdentifierCommandOutput extends TestCustomDataIde
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param TestCustomDataIdentifierCommandInput - {@link TestCustomDataIdentifierCommandInput}
34
+ * @returns {@link TestCustomDataIdentifierCommandOutput}
28
35
  * @see {@link TestCustomDataIdentifierCommandInput} for command's `input` shape.
29
36
  * @see {@link TestCustomDataIdentifierCommandOutput} for command's `response` shape.
30
37
  * @see {@link Macie2ClientResolvedConfig | config} for Macie2Client's `config` shape.
@@ -55,11 +62,20 @@ export interface TestCustomDataIdentifierCommandOutput extends TestCustomDataIde
55
62
  export declare class TestCustomDataIdentifierCommand extends $Command<TestCustomDataIdentifierCommandInput, TestCustomDataIdentifierCommandOutput, Macie2ClientResolvedConfig> {
56
63
  readonly input: TestCustomDataIdentifierCommandInput;
57
64
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
+ /**
66
+ * @public
67
+ */
58
68
  constructor(input: TestCustomDataIdentifierCommandInput);
59
69
  /**
60
70
  * @internal
61
71
  */
62
72
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Macie2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TestCustomDataIdentifierCommandInput, TestCustomDataIdentifierCommandOutput>;
73
+ /**
74
+ * @internal
75
+ */
63
76
  private serialize;
77
+ /**
78
+ * @internal
79
+ */
64
80
  private deserialize;
65
81
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client";
5
5
  import { UntagResourceRequest, UntagResourceResponse } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UntagResourceCommand}.
8
10
  */
9
11
  export interface UntagResourceCommandInput extends UntagResourceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UntagResourceCommand}.
13
17
  */
14
18
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Removes one or more tags (keys and values) from an Amazon Macie resource.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UntagResourceCommandInput - {@link UntagResourceCommandInput}
34
+ * @returns {@link UntagResourceCommandOutput}
28
35
  * @see {@link UntagResourceCommandInput} for command's `input` shape.
29
36
  * @see {@link UntagResourceCommandOutput} for command's `response` shape.
30
37
  * @see {@link Macie2ClientResolvedConfig | config} for Macie2Client's `config` shape.
@@ -34,11 +41,20 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
34
41
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, Macie2ClientResolvedConfig> {
35
42
  readonly input: UntagResourceCommandInput;
36
43
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
44
+ /**
45
+ * @public
46
+ */
37
47
  constructor(input: UntagResourceCommandInput);
38
48
  /**
39
49
  * @internal
40
50
  */
41
51
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Macie2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
52
+ /**
53
+ * @internal
54
+ */
42
55
  private serialize;
56
+ /**
57
+ * @internal
58
+ */
43
59
  private deserialize;
44
60
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client";
5
5
  import { UpdateAllowListRequest, UpdateAllowListResponse } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateAllowListCommand}.
8
10
  */
9
11
  export interface UpdateAllowListCommandInput extends UpdateAllowListRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateAllowListCommand}.
13
17
  */
14
18
  export interface UpdateAllowListCommandOutput extends UpdateAllowListResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates the settings for an allow list.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface UpdateAllowListCommandOutput extends UpdateAllowListResponse, _
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateAllowListCommandInput - {@link UpdateAllowListCommandInput}
34
+ * @returns {@link UpdateAllowListCommandOutput}
28
35
  * @see {@link UpdateAllowListCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateAllowListCommandOutput} for command's `response` shape.
30
37
  * @see {@link Macie2ClientResolvedConfig | config} for Macie2Client's `config` shape.
@@ -49,11 +56,20 @@ export interface UpdateAllowListCommandOutput extends UpdateAllowListResponse, _
49
56
  export declare class UpdateAllowListCommand extends $Command<UpdateAllowListCommandInput, UpdateAllowListCommandOutput, Macie2ClientResolvedConfig> {
50
57
  readonly input: UpdateAllowListCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: UpdateAllowListCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Macie2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateAllowListCommandInput, UpdateAllowListCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client";
5
5
  import { UpdateAutomatedDiscoveryConfigurationRequest, UpdateAutomatedDiscoveryConfigurationResponse } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateAutomatedDiscoveryConfigurationCommand}.
8
10
  */
9
11
  export interface UpdateAutomatedDiscoveryConfigurationCommandInput extends UpdateAutomatedDiscoveryConfigurationRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateAutomatedDiscoveryConfigurationCommand}.
13
17
  */
14
18
  export interface UpdateAutomatedDiscoveryConfigurationCommandOutput extends UpdateAutomatedDiscoveryConfigurationResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Enables or disables automated sensitive data discovery for an account.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface UpdateAutomatedDiscoveryConfigurationCommandOutput extends Upda
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateAutomatedDiscoveryConfigurationCommandInput - {@link UpdateAutomatedDiscoveryConfigurationCommandInput}
34
+ * @returns {@link UpdateAutomatedDiscoveryConfigurationCommandOutput}
28
35
  * @see {@link UpdateAutomatedDiscoveryConfigurationCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateAutomatedDiscoveryConfigurationCommandOutput} for command's `response` shape.
30
37
  * @see {@link Macie2ClientResolvedConfig | config} for Macie2Client's `config` shape.
@@ -46,11 +53,20 @@ export interface UpdateAutomatedDiscoveryConfigurationCommandOutput extends Upda
46
53
  export declare class UpdateAutomatedDiscoveryConfigurationCommand extends $Command<UpdateAutomatedDiscoveryConfigurationCommandInput, UpdateAutomatedDiscoveryConfigurationCommandOutput, Macie2ClientResolvedConfig> {
47
54
  readonly input: UpdateAutomatedDiscoveryConfigurationCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: UpdateAutomatedDiscoveryConfigurationCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Macie2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateAutomatedDiscoveryConfigurationCommandInput, UpdateAutomatedDiscoveryConfigurationCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client";
5
5
  import { UpdateClassificationJobRequest, UpdateClassificationJobResponse } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateClassificationJobCommand}.
8
10
  */
9
11
  export interface UpdateClassificationJobCommandInput extends UpdateClassificationJobRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateClassificationJobCommand}.
13
17
  */
14
18
  export interface UpdateClassificationJobCommandOutput extends UpdateClassificationJobResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Changes the status of a classification job.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface UpdateClassificationJobCommandOutput extends UpdateClassificati
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateClassificationJobCommandInput - {@link UpdateClassificationJobCommandInput}
34
+ * @returns {@link UpdateClassificationJobCommandOutput}
28
35
  * @see {@link UpdateClassificationJobCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateClassificationJobCommandOutput} for command's `response` shape.
30
37
  * @see {@link Macie2ClientResolvedConfig | config} for Macie2Client's `config` shape.
@@ -55,11 +62,20 @@ export interface UpdateClassificationJobCommandOutput extends UpdateClassificati
55
62
  export declare class UpdateClassificationJobCommand extends $Command<UpdateClassificationJobCommandInput, UpdateClassificationJobCommandOutput, Macie2ClientResolvedConfig> {
56
63
  readonly input: UpdateClassificationJobCommandInput;
57
64
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
+ /**
66
+ * @public
67
+ */
58
68
  constructor(input: UpdateClassificationJobCommandInput);
59
69
  /**
60
70
  * @internal
61
71
  */
62
72
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Macie2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateClassificationJobCommandInput, UpdateClassificationJobCommandOutput>;
73
+ /**
74
+ * @internal
75
+ */
63
76
  private serialize;
77
+ /**
78
+ * @internal
79
+ */
64
80
  private deserialize;
65
81
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client";
5
5
  import { UpdateClassificationScopeRequest, UpdateClassificationScopeResponse } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateClassificationScopeCommand}.
8
10
  */
9
11
  export interface UpdateClassificationScopeCommandInput extends UpdateClassificationScopeRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateClassificationScopeCommand}.
13
17
  */
14
18
  export interface UpdateClassificationScopeCommandOutput extends UpdateClassificationScopeResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates the classification scope settings for an account.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface UpdateClassificationScopeCommandOutput extends UpdateClassifica
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateClassificationScopeCommandInput - {@link UpdateClassificationScopeCommandInput}
34
+ * @returns {@link UpdateClassificationScopeCommandOutput}
28
35
  * @see {@link UpdateClassificationScopeCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateClassificationScopeCommandOutput} for command's `response` shape.
30
37
  * @see {@link Macie2ClientResolvedConfig | config} for Macie2Client's `config` shape.
@@ -49,11 +56,20 @@ export interface UpdateClassificationScopeCommandOutput extends UpdateClassifica
49
56
  export declare class UpdateClassificationScopeCommand extends $Command<UpdateClassificationScopeCommandInput, UpdateClassificationScopeCommandOutput, Macie2ClientResolvedConfig> {
50
57
  readonly input: UpdateClassificationScopeCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: UpdateClassificationScopeCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Macie2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateClassificationScopeCommandInput, UpdateClassificationScopeCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client";
5
5
  import { UpdateFindingsFilterRequest, UpdateFindingsFilterResponse } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateFindingsFilterCommand}.
8
10
  */
9
11
  export interface UpdateFindingsFilterCommandInput extends UpdateFindingsFilterRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateFindingsFilterCommand}.
13
17
  */
14
18
  export interface UpdateFindingsFilterCommandOutput extends UpdateFindingsFilterResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates the criteria and other settings for a findings filter.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface UpdateFindingsFilterCommandOutput extends UpdateFindingsFilterR
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateFindingsFilterCommandInput - {@link UpdateFindingsFilterCommandInput}
34
+ * @returns {@link UpdateFindingsFilterCommandOutput}
28
35
  * @see {@link UpdateFindingsFilterCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateFindingsFilterCommandOutput} for command's `response` shape.
30
37
  * @see {@link Macie2ClientResolvedConfig | config} for Macie2Client's `config` shape.
@@ -55,11 +62,20 @@ export interface UpdateFindingsFilterCommandOutput extends UpdateFindingsFilterR
55
62
  export declare class UpdateFindingsFilterCommand extends $Command<UpdateFindingsFilterCommandInput, UpdateFindingsFilterCommandOutput, Macie2ClientResolvedConfig> {
56
63
  readonly input: UpdateFindingsFilterCommandInput;
57
64
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
+ /**
66
+ * @public
67
+ */
58
68
  constructor(input: UpdateFindingsFilterCommandInput);
59
69
  /**
60
70
  * @internal
61
71
  */
62
72
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Macie2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateFindingsFilterCommandInput, UpdateFindingsFilterCommandOutput>;
73
+ /**
74
+ * @internal
75
+ */
63
76
  private serialize;
77
+ /**
78
+ * @internal
79
+ */
64
80
  private deserialize;
65
81
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client";
5
5
  import { UpdateMacieSessionRequest, UpdateMacieSessionResponse } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateMacieSessionCommand}.
8
10
  */
9
11
  export interface UpdateMacieSessionCommandInput extends UpdateMacieSessionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateMacieSessionCommand}.
13
17
  */
14
18
  export interface UpdateMacieSessionCommandOutput extends UpdateMacieSessionResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Suspends or re-enables Amazon Macie, or updates the configuration settings for a Macie account.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface UpdateMacieSessionCommandOutput extends UpdateMacieSessionRespo
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateMacieSessionCommandInput - {@link UpdateMacieSessionCommandInput}
34
+ * @returns {@link UpdateMacieSessionCommandOutput}
28
35
  * @see {@link UpdateMacieSessionCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateMacieSessionCommandOutput} for command's `response` shape.
30
37
  * @see {@link Macie2ClientResolvedConfig | config} for Macie2Client's `config` shape.
@@ -55,11 +62,20 @@ export interface UpdateMacieSessionCommandOutput extends UpdateMacieSessionRespo
55
62
  export declare class UpdateMacieSessionCommand extends $Command<UpdateMacieSessionCommandInput, UpdateMacieSessionCommandOutput, Macie2ClientResolvedConfig> {
56
63
  readonly input: UpdateMacieSessionCommandInput;
57
64
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
+ /**
66
+ * @public
67
+ */
58
68
  constructor(input: UpdateMacieSessionCommandInput);
59
69
  /**
60
70
  * @internal
61
71
  */
62
72
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Macie2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateMacieSessionCommandInput, UpdateMacieSessionCommandOutput>;
73
+ /**
74
+ * @internal
75
+ */
63
76
  private serialize;
77
+ /**
78
+ * @internal
79
+ */
64
80
  private deserialize;
65
81
  }