@aws-sdk/client-macie2 3.296.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 +3 -3
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client";
5
5
  import { UpdateMemberSessionRequest, UpdateMemberSessionResponse } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateMemberSessionCommand}.
8
10
  */
9
11
  export interface UpdateMemberSessionCommandInput extends UpdateMemberSessionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateMemberSessionCommand}.
13
17
  */
14
18
  export interface UpdateMemberSessionCommandOutput extends UpdateMemberSessionResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Enables an Amazon Macie administrator to suspend or re-enable Macie for a member 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 UpdateMemberSessionCommandOutput extends UpdateMemberSessionRes
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateMemberSessionCommandInput - {@link UpdateMemberSessionCommandInput}
34
+ * @returns {@link UpdateMemberSessionCommandOutput}
28
35
  * @see {@link UpdateMemberSessionCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateMemberSessionCommandOutput} for command's `response` shape.
30
37
  * @see {@link Macie2ClientResolvedConfig | config} for Macie2Client's `config` shape.
@@ -55,11 +62,20 @@ export interface UpdateMemberSessionCommandOutput extends UpdateMemberSessionRes
55
62
  export declare class UpdateMemberSessionCommand extends $Command<UpdateMemberSessionCommandInput, UpdateMemberSessionCommandOutput, Macie2ClientResolvedConfig> {
56
63
  readonly input: UpdateMemberSessionCommandInput;
57
64
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
+ /**
66
+ * @public
67
+ */
58
68
  constructor(input: UpdateMemberSessionCommandInput);
59
69
  /**
60
70
  * @internal
61
71
  */
62
72
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Macie2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateMemberSessionCommandInput, UpdateMemberSessionCommandOutput>;
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 { UpdateOrganizationConfigurationRequest, UpdateOrganizationConfigurationResponse } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateOrganizationConfigurationCommand}.
8
10
  */
9
11
  export interface UpdateOrganizationConfigurationCommandInput extends UpdateOrganizationConfigurationRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateOrganizationConfigurationCommand}.
13
17
  */
14
18
  export interface UpdateOrganizationConfigurationCommandOutput extends UpdateOrganizationConfigurationResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates the Amazon Macie configuration settings for an organization in Organizations.</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 UpdateOrganizationConfigurationCommandOutput extends UpdateOrga
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateOrganizationConfigurationCommandInput - {@link UpdateOrganizationConfigurationCommandInput}
34
+ * @returns {@link UpdateOrganizationConfigurationCommandOutput}
28
35
  * @see {@link UpdateOrganizationConfigurationCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateOrganizationConfigurationCommandOutput} for command's `response` shape.
30
37
  * @see {@link Macie2ClientResolvedConfig | config} for Macie2Client's `config` shape.
@@ -55,11 +62,20 @@ export interface UpdateOrganizationConfigurationCommandOutput extends UpdateOrga
55
62
  export declare class UpdateOrganizationConfigurationCommand extends $Command<UpdateOrganizationConfigurationCommandInput, UpdateOrganizationConfigurationCommandOutput, Macie2ClientResolvedConfig> {
56
63
  readonly input: UpdateOrganizationConfigurationCommandInput;
57
64
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
+ /**
66
+ * @public
67
+ */
58
68
  constructor(input: UpdateOrganizationConfigurationCommandInput);
59
69
  /**
60
70
  * @internal
61
71
  */
62
72
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Macie2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateOrganizationConfigurationCommandInput, UpdateOrganizationConfigurationCommandOutput>;
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 { UpdateResourceProfileRequest, UpdateResourceProfileResponse } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateResourceProfileCommand}.
8
10
  */
9
11
  export interface UpdateResourceProfileCommandInput extends UpdateResourceProfileRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateResourceProfileCommand}.
13
17
  */
14
18
  export interface UpdateResourceProfileCommandOutput extends UpdateResourceProfileResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates the sensitivity score for an S3 bucket.</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 UpdateResourceProfileCommandOutput extends UpdateResourceProfil
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateResourceProfileCommandInput - {@link UpdateResourceProfileCommandInput}
34
+ * @returns {@link UpdateResourceProfileCommandOutput}
28
35
  * @see {@link UpdateResourceProfileCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateResourceProfileCommandOutput} for command's `response` shape.
30
37
  * @see {@link Macie2ClientResolvedConfig | config} for Macie2Client's `config` shape.
@@ -52,11 +59,20 @@ export interface UpdateResourceProfileCommandOutput extends UpdateResourceProfil
52
59
  export declare class UpdateResourceProfileCommand extends $Command<UpdateResourceProfileCommandInput, UpdateResourceProfileCommandOutput, Macie2ClientResolvedConfig> {
53
60
  readonly input: UpdateResourceProfileCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: UpdateResourceProfileCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Macie2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateResourceProfileCommandInput, UpdateResourceProfileCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client";
5
5
  import { UpdateResourceProfileDetectionsRequest, UpdateResourceProfileDetectionsResponse } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateResourceProfileDetectionsCommand}.
8
10
  */
9
11
  export interface UpdateResourceProfileDetectionsCommandInput extends UpdateResourceProfileDetectionsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateResourceProfileDetectionsCommand}.
13
17
  */
14
18
  export interface UpdateResourceProfileDetectionsCommandOutput extends UpdateResourceProfileDetectionsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates the sensitivity scoring settings for an S3 bucket.</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 UpdateResourceProfileDetectionsCommandOutput extends UpdateReso
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateResourceProfileDetectionsCommandInput - {@link UpdateResourceProfileDetectionsCommandInput}
34
+ * @returns {@link UpdateResourceProfileDetectionsCommandOutput}
28
35
  * @see {@link UpdateResourceProfileDetectionsCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateResourceProfileDetectionsCommandOutput} for command's `response` shape.
30
37
  * @see {@link Macie2ClientResolvedConfig | config} for Macie2Client's `config` shape.
@@ -52,11 +59,20 @@ export interface UpdateResourceProfileDetectionsCommandOutput extends UpdateReso
52
59
  export declare class UpdateResourceProfileDetectionsCommand extends $Command<UpdateResourceProfileDetectionsCommandInput, UpdateResourceProfileDetectionsCommandOutput, Macie2ClientResolvedConfig> {
53
60
  readonly input: UpdateResourceProfileDetectionsCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: UpdateResourceProfileDetectionsCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Macie2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateResourceProfileDetectionsCommandInput, UpdateResourceProfileDetectionsCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client";
5
5
  import { UpdateRevealConfigurationRequest, UpdateRevealConfigurationResponse } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateRevealConfigurationCommand}.
8
10
  */
9
11
  export interface UpdateRevealConfigurationCommandInput extends UpdateRevealConfigurationRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateRevealConfigurationCommand}.
13
17
  */
14
18
  export interface UpdateRevealConfigurationCommandOutput extends UpdateRevealConfigurationResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates the status and configuration settings for retrieving occurrences of sensitive data reported by findings.</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 UpdateRevealConfigurationCommandOutput extends UpdateRevealConf
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateRevealConfigurationCommandInput - {@link UpdateRevealConfigurationCommandInput}
34
+ * @returns {@link UpdateRevealConfigurationCommandOutput}
28
35
  * @see {@link UpdateRevealConfigurationCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateRevealConfigurationCommandOutput} for command's `response` shape.
30
37
  * @see {@link Macie2ClientResolvedConfig | config} for Macie2Client's `config` shape.
@@ -46,11 +53,20 @@ export interface UpdateRevealConfigurationCommandOutput extends UpdateRevealConf
46
53
  export declare class UpdateRevealConfigurationCommand extends $Command<UpdateRevealConfigurationCommandInput, UpdateRevealConfigurationCommandOutput, Macie2ClientResolvedConfig> {
47
54
  readonly input: UpdateRevealConfigurationCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: UpdateRevealConfigurationCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Macie2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateRevealConfigurationCommandInput, UpdateRevealConfigurationCommandOutput>;
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 { UpdateSensitivityInspectionTemplateRequest, UpdateSensitivityInspectionTemplateResponse } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateSensitivityInspectionTemplateCommand}.
8
10
  */
9
11
  export interface UpdateSensitivityInspectionTemplateCommandInput extends UpdateSensitivityInspectionTemplateRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateSensitivityInspectionTemplateCommand}.
13
17
  */
14
18
  export interface UpdateSensitivityInspectionTemplateCommandOutput extends UpdateSensitivityInspectionTemplateResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates the settings for the sensitivity inspection template 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 UpdateSensitivityInspectionTemplateCommandOutput extends Update
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateSensitivityInspectionTemplateCommandInput - {@link UpdateSensitivityInspectionTemplateCommandInput}
34
+ * @returns {@link UpdateSensitivityInspectionTemplateCommandOutput}
28
35
  * @see {@link UpdateSensitivityInspectionTemplateCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateSensitivityInspectionTemplateCommandOutput} for command's `response` shape.
30
37
  * @see {@link Macie2ClientResolvedConfig | config} for Macie2Client's `config` shape.
@@ -49,11 +56,20 @@ export interface UpdateSensitivityInspectionTemplateCommandOutput extends Update
49
56
  export declare class UpdateSensitivityInspectionTemplateCommand extends $Command<UpdateSensitivityInspectionTemplateCommandInput, UpdateSensitivityInspectionTemplateCommandOutput, Macie2ClientResolvedConfig> {
50
57
  readonly input: UpdateSensitivityInspectionTemplateCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: UpdateSensitivityInspectionTemplateCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Macie2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateSensitivityInspectionTemplateCommandInput, UpdateSensitivityInspectionTemplateCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -1,5 +1,7 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
2
  /**
3
+ * @public
4
+ *
3
5
  * Base exception class for all service exceptions from Macie2 service.
4
6
  */
5
7
  export declare class Macie2ServiceException extends __ServiceException {