@aws-sdk/client-auditmanager 3.775.0 → 3.782.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.
- package/dist-types/commands/AssociateAssessmentReportEvidenceFolderCommand.d.ts +1 -0
- package/dist-types/commands/BatchAssociateAssessmentReportEvidenceCommand.d.ts +1 -0
- package/dist-types/commands/BatchCreateDelegationByAssessmentCommand.d.ts +1 -0
- package/dist-types/commands/BatchDeleteDelegationByAssessmentCommand.d.ts +1 -0
- package/dist-types/commands/BatchDisassociateAssessmentReportEvidenceCommand.d.ts +1 -0
- package/dist-types/commands/BatchImportEvidenceToAssessmentControlCommand.d.ts +1 -0
- package/dist-types/commands/CreateAssessmentCommand.d.ts +1 -0
- package/dist-types/commands/CreateAssessmentFrameworkCommand.d.ts +1 -0
- package/dist-types/commands/CreateAssessmentReportCommand.d.ts +1 -0
- package/dist-types/commands/CreateControlCommand.d.ts +1 -0
- package/dist-types/commands/DeleteAssessmentCommand.d.ts +1 -0
- package/dist-types/commands/DeleteAssessmentFrameworkCommand.d.ts +1 -0
- package/dist-types/commands/DeleteAssessmentFrameworkShareCommand.d.ts +1 -0
- package/dist-types/commands/DeleteAssessmentReportCommand.d.ts +1 -0
- package/dist-types/commands/DeleteControlCommand.d.ts +1 -0
- package/dist-types/commands/DeregisterAccountCommand.d.ts +1 -0
- package/dist-types/commands/DeregisterOrganizationAdminAccountCommand.d.ts +1 -0
- package/dist-types/commands/DisassociateAssessmentReportEvidenceFolderCommand.d.ts +1 -0
- package/dist-types/commands/GetAccountStatusCommand.d.ts +1 -0
- package/dist-types/commands/GetAssessmentCommand.d.ts +1 -0
- package/dist-types/commands/GetAssessmentFrameworkCommand.d.ts +1 -0
- package/dist-types/commands/GetAssessmentReportUrlCommand.d.ts +1 -0
- package/dist-types/commands/GetChangeLogsCommand.d.ts +1 -0
- package/dist-types/commands/GetControlCommand.d.ts +1 -0
- package/dist-types/commands/GetDelegationsCommand.d.ts +1 -0
- package/dist-types/commands/GetEvidenceByEvidenceFolderCommand.d.ts +1 -0
- package/dist-types/commands/GetEvidenceCommand.d.ts +1 -0
- package/dist-types/commands/GetEvidenceFileUploadUrlCommand.d.ts +1 -0
- package/dist-types/commands/GetEvidenceFolderCommand.d.ts +1 -0
- package/dist-types/commands/GetEvidenceFoldersByAssessmentCommand.d.ts +1 -0
- package/dist-types/commands/GetEvidenceFoldersByAssessmentControlCommand.d.ts +1 -0
- package/dist-types/commands/GetInsightsByAssessmentCommand.d.ts +1 -0
- package/dist-types/commands/GetInsightsCommand.d.ts +1 -0
- package/dist-types/commands/GetOrganizationAdminAccountCommand.d.ts +1 -0
- package/dist-types/commands/GetServicesInScopeCommand.d.ts +1 -0
- package/dist-types/commands/GetSettingsCommand.d.ts +1 -0
- package/dist-types/commands/ListAssessmentControlInsightsByControlDomainCommand.d.ts +1 -0
- package/dist-types/commands/ListAssessmentFrameworkShareRequestsCommand.d.ts +1 -0
- package/dist-types/commands/ListAssessmentFrameworksCommand.d.ts +1 -0
- package/dist-types/commands/ListAssessmentReportsCommand.d.ts +1 -0
- package/dist-types/commands/ListAssessmentsCommand.d.ts +1 -0
- package/dist-types/commands/ListControlDomainInsightsByAssessmentCommand.d.ts +1 -0
- package/dist-types/commands/ListControlDomainInsightsCommand.d.ts +1 -0
- package/dist-types/commands/ListControlInsightsByControlDomainCommand.d.ts +1 -0
- package/dist-types/commands/ListControlsCommand.d.ts +1 -0
- package/dist-types/commands/ListKeywordsForDataSourceCommand.d.ts +1 -0
- package/dist-types/commands/ListNotificationsCommand.d.ts +1 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/commands/RegisterAccountCommand.d.ts +1 -0
- package/dist-types/commands/RegisterOrganizationAdminAccountCommand.d.ts +1 -0
- package/dist-types/commands/StartAssessmentFrameworkShareCommand.d.ts +1 -0
- package/dist-types/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UpdateAssessmentCommand.d.ts +1 -0
- package/dist-types/commands/UpdateAssessmentControlCommand.d.ts +1 -0
- package/dist-types/commands/UpdateAssessmentControlSetStatusCommand.d.ts +1 -0
- package/dist-types/commands/UpdateAssessmentFrameworkCommand.d.ts +1 -0
- package/dist-types/commands/UpdateAssessmentFrameworkShareCommand.d.ts +1 -0
- package/dist-types/commands/UpdateAssessmentStatusCommand.d.ts +1 -0
- package/dist-types/commands/UpdateControlCommand.d.ts +1 -0
- package/dist-types/commands/UpdateSettingsCommand.d.ts +1 -0
- package/dist-types/commands/ValidateAssessmentReportIntegrityCommand.d.ts +1 -0
- package/package.json +5 -5
|
@@ -68,6 +68,7 @@ declare const AssociateAssessmentReportEvidenceFolderCommand_base: {
|
|
|
68
68
|
* @throws {@link AuditManagerServiceException}
|
|
69
69
|
* <p>Base exception class for all service exceptions from AuditManager service.</p>
|
|
70
70
|
*
|
|
71
|
+
*
|
|
71
72
|
* @public
|
|
72
73
|
*/
|
|
73
74
|
export declare class AssociateAssessmentReportEvidenceFolderCommand extends AssociateAssessmentReportEvidenceFolderCommand_base {
|
|
@@ -82,6 +82,7 @@ declare const BatchAssociateAssessmentReportEvidenceCommand_base: {
|
|
|
82
82
|
* @throws {@link AuditManagerServiceException}
|
|
83
83
|
* <p>Base exception class for all service exceptions from AuditManager service.</p>
|
|
84
84
|
*
|
|
85
|
+
*
|
|
85
86
|
* @public
|
|
86
87
|
*/
|
|
87
88
|
export declare class BatchAssociateAssessmentReportEvidenceCommand extends BatchAssociateAssessmentReportEvidenceCommand_base {
|
|
@@ -102,6 +102,7 @@ declare const BatchCreateDelegationByAssessmentCommand_base: {
|
|
|
102
102
|
* @throws {@link AuditManagerServiceException}
|
|
103
103
|
* <p>Base exception class for all service exceptions from AuditManager service.</p>
|
|
104
104
|
*
|
|
105
|
+
*
|
|
105
106
|
* @public
|
|
106
107
|
*/
|
|
107
108
|
export declare class BatchCreateDelegationByAssessmentCommand extends BatchCreateDelegationByAssessmentCommand_base {
|
|
@@ -77,6 +77,7 @@ declare const BatchDeleteDelegationByAssessmentCommand_base: {
|
|
|
77
77
|
* @throws {@link AuditManagerServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from AuditManager service.</p>
|
|
79
79
|
*
|
|
80
|
+
*
|
|
80
81
|
* @public
|
|
81
82
|
*/
|
|
82
83
|
export declare class BatchDeleteDelegationByAssessmentCommand extends BatchDeleteDelegationByAssessmentCommand_base {
|
|
@@ -82,6 +82,7 @@ declare const BatchDisassociateAssessmentReportEvidenceCommand_base: {
|
|
|
82
82
|
* @throws {@link AuditManagerServiceException}
|
|
83
83
|
* <p>Base exception class for all service exceptions from AuditManager service.</p>
|
|
84
84
|
*
|
|
85
|
+
*
|
|
85
86
|
* @public
|
|
86
87
|
*/
|
|
87
88
|
export declare class BatchDisassociateAssessmentReportEvidenceCommand extends BatchDisassociateAssessmentReportEvidenceCommand_base {
|
|
@@ -115,6 +115,7 @@ declare const BatchImportEvidenceToAssessmentControlCommand_base: {
|
|
|
115
115
|
* @throws {@link AuditManagerServiceException}
|
|
116
116
|
* <p>Base exception class for all service exceptions from AuditManager service.</p>
|
|
117
117
|
*
|
|
118
|
+
*
|
|
118
119
|
* @public
|
|
119
120
|
*/
|
|
120
121
|
export declare class BatchImportEvidenceToAssessmentControlCommand extends BatchImportEvidenceToAssessmentControlCommand_base {
|
|
@@ -225,6 +225,7 @@ declare const CreateAssessmentCommand_base: {
|
|
|
225
225
|
* @throws {@link AuditManagerServiceException}
|
|
226
226
|
* <p>Base exception class for all service exceptions from AuditManager service.</p>
|
|
227
227
|
*
|
|
228
|
+
*
|
|
228
229
|
* @public
|
|
229
230
|
*/
|
|
230
231
|
export declare class CreateAssessmentCommand extends CreateAssessmentCommand_base {
|
|
@@ -147,6 +147,7 @@ declare const CreateAssessmentFrameworkCommand_base: {
|
|
|
147
147
|
* @throws {@link AuditManagerServiceException}
|
|
148
148
|
* <p>Base exception class for all service exceptions from AuditManager service.</p>
|
|
149
149
|
*
|
|
150
|
+
*
|
|
150
151
|
* @public
|
|
151
152
|
*/
|
|
152
153
|
export declare class CreateAssessmentFrameworkCommand extends CreateAssessmentFrameworkCommand_base {
|
|
@@ -81,6 +81,7 @@ declare const CreateAssessmentReportCommand_base: {
|
|
|
81
81
|
* @throws {@link AuditManagerServiceException}
|
|
82
82
|
* <p>Base exception class for all service exceptions from AuditManager service.</p>
|
|
83
83
|
*
|
|
84
|
+
*
|
|
84
85
|
* @public
|
|
85
86
|
*/
|
|
86
87
|
export declare class CreateAssessmentReportCommand extends CreateAssessmentReportCommand_base {
|
|
@@ -128,6 +128,7 @@ declare const CreateControlCommand_base: {
|
|
|
128
128
|
* @throws {@link AuditManagerServiceException}
|
|
129
129
|
* <p>Base exception class for all service exceptions from AuditManager service.</p>
|
|
130
130
|
*
|
|
131
|
+
*
|
|
131
132
|
* @public
|
|
132
133
|
*/
|
|
133
134
|
export declare class CreateControlCommand extends CreateControlCommand_base {
|
|
@@ -66,6 +66,7 @@ declare const DeleteAssessmentCommand_base: {
|
|
|
66
66
|
* @throws {@link AuditManagerServiceException}
|
|
67
67
|
* <p>Base exception class for all service exceptions from AuditManager service.</p>
|
|
68
68
|
*
|
|
69
|
+
*
|
|
69
70
|
* @public
|
|
70
71
|
*/
|
|
71
72
|
export declare class DeleteAssessmentCommand extends DeleteAssessmentCommand_base {
|
|
@@ -66,6 +66,7 @@ declare const DeleteAssessmentFrameworkCommand_base: {
|
|
|
66
66
|
* @throws {@link AuditManagerServiceException}
|
|
67
67
|
* <p>Base exception class for all service exceptions from AuditManager service.</p>
|
|
68
68
|
*
|
|
69
|
+
*
|
|
69
70
|
* @public
|
|
70
71
|
*/
|
|
71
72
|
export declare class DeleteAssessmentFrameworkCommand extends DeleteAssessmentFrameworkCommand_base {
|
|
@@ -67,6 +67,7 @@ declare const DeleteAssessmentFrameworkShareCommand_base: {
|
|
|
67
67
|
* @throws {@link AuditManagerServiceException}
|
|
68
68
|
* <p>Base exception class for all service exceptions from AuditManager service.</p>
|
|
69
69
|
*
|
|
70
|
+
*
|
|
70
71
|
* @public
|
|
71
72
|
*/
|
|
72
73
|
export declare class DeleteAssessmentFrameworkShareCommand extends DeleteAssessmentFrameworkShareCommand_base {
|
|
@@ -88,6 +88,7 @@ declare const DeleteAssessmentReportCommand_base: {
|
|
|
88
88
|
* @throws {@link AuditManagerServiceException}
|
|
89
89
|
* <p>Base exception class for all service exceptions from AuditManager service.</p>
|
|
90
90
|
*
|
|
91
|
+
*
|
|
91
92
|
* @public
|
|
92
93
|
*/
|
|
93
94
|
export declare class DeleteAssessmentReportCommand extends DeleteAssessmentReportCommand_base {
|
|
@@ -72,6 +72,7 @@ declare const DeleteControlCommand_base: {
|
|
|
72
72
|
* @throws {@link AuditManagerServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from AuditManager service.</p>
|
|
74
74
|
*
|
|
75
|
+
*
|
|
75
76
|
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class DeleteControlCommand extends DeleteControlCommand_base {
|
|
@@ -75,6 +75,7 @@ declare const DeregisterAccountCommand_base: {
|
|
|
75
75
|
* @throws {@link AuditManagerServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from AuditManager service.</p>
|
|
77
77
|
*
|
|
78
|
+
*
|
|
78
79
|
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class DeregisterAccountCommand extends DeregisterAccountCommand_base {
|
|
@@ -125,6 +125,7 @@ declare const DeregisterOrganizationAdminAccountCommand_base: {
|
|
|
125
125
|
* @throws {@link AuditManagerServiceException}
|
|
126
126
|
* <p>Base exception class for all service exceptions from AuditManager service.</p>
|
|
127
127
|
*
|
|
128
|
+
*
|
|
128
129
|
* @public
|
|
129
130
|
*/
|
|
130
131
|
export declare class DeregisterOrganizationAdminAccountCommand extends DeregisterOrganizationAdminAccountCommand_base {
|
|
@@ -67,6 +67,7 @@ declare const DisassociateAssessmentReportEvidenceFolderCommand_base: {
|
|
|
67
67
|
* @throws {@link AuditManagerServiceException}
|
|
68
68
|
* <p>Base exception class for all service exceptions from AuditManager service.</p>
|
|
69
69
|
*
|
|
70
|
+
*
|
|
70
71
|
* @public
|
|
71
72
|
*/
|
|
72
73
|
export declare class DisassociateAssessmentReportEvidenceFolderCommand extends DisassociateAssessmentReportEvidenceFolderCommand_base {
|
|
@@ -56,6 +56,7 @@ declare const GetAccountStatusCommand_base: {
|
|
|
56
56
|
* @throws {@link AuditManagerServiceException}
|
|
57
57
|
* <p>Base exception class for all service exceptions from AuditManager service.</p>
|
|
58
58
|
*
|
|
59
|
+
*
|
|
59
60
|
* @public
|
|
60
61
|
*/
|
|
61
62
|
export declare class GetAccountStatusCommand extends GetAccountStatusCommand_base {
|
|
@@ -188,6 +188,7 @@ declare const GetAssessmentCommand_base: {
|
|
|
188
188
|
* @throws {@link AuditManagerServiceException}
|
|
189
189
|
* <p>Base exception class for all service exceptions from AuditManager service.</p>
|
|
190
190
|
*
|
|
191
|
+
*
|
|
191
192
|
* @public
|
|
192
193
|
*/
|
|
193
194
|
export declare class GetAssessmentCommand extends GetAssessmentCommand_base {
|
|
@@ -126,6 +126,7 @@ declare const GetAssessmentFrameworkCommand_base: {
|
|
|
126
126
|
* @throws {@link AuditManagerServiceException}
|
|
127
127
|
* <p>Base exception class for all service exceptions from AuditManager service.</p>
|
|
128
128
|
*
|
|
129
|
+
*
|
|
129
130
|
* @public
|
|
130
131
|
*/
|
|
131
132
|
export declare class GetAssessmentFrameworkCommand extends GetAssessmentFrameworkCommand_base {
|
|
@@ -72,6 +72,7 @@ declare const GetAssessmentReportUrlCommand_base: {
|
|
|
72
72
|
* @throws {@link AuditManagerServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from AuditManager service.</p>
|
|
74
74
|
*
|
|
75
|
+
*
|
|
75
76
|
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class GetAssessmentReportUrlCommand extends GetAssessmentReportUrlCommand_base {
|
|
@@ -81,6 +81,7 @@ declare const GetChangeLogsCommand_base: {
|
|
|
81
81
|
* @throws {@link AuditManagerServiceException}
|
|
82
82
|
* <p>Base exception class for all service exceptions from AuditManager service.</p>
|
|
83
83
|
*
|
|
84
|
+
*
|
|
84
85
|
* @public
|
|
85
86
|
*/
|
|
86
87
|
export declare class GetChangeLogsCommand extends GetChangeLogsCommand_base {
|
|
@@ -101,6 +101,7 @@ declare const GetControlCommand_base: {
|
|
|
101
101
|
* @throws {@link AuditManagerServiceException}
|
|
102
102
|
* <p>Base exception class for all service exceptions from AuditManager service.</p>
|
|
103
103
|
*
|
|
104
|
+
*
|
|
104
105
|
* @public
|
|
105
106
|
*/
|
|
106
107
|
export declare class GetControlCommand extends GetControlCommand_base {
|
|
@@ -77,6 +77,7 @@ declare const GetDelegationsCommand_base: {
|
|
|
77
77
|
* @throws {@link AuditManagerServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from AuditManager service.</p>
|
|
79
79
|
*
|
|
80
|
+
*
|
|
80
81
|
* @public
|
|
81
82
|
*/
|
|
82
83
|
export declare class GetDelegationsCommand extends GetDelegationsCommand_base {
|
|
@@ -99,6 +99,7 @@ declare const GetEvidenceByEvidenceFolderCommand_base: {
|
|
|
99
99
|
* @throws {@link AuditManagerServiceException}
|
|
100
100
|
* <p>Base exception class for all service exceptions from AuditManager service.</p>
|
|
101
101
|
*
|
|
102
|
+
*
|
|
102
103
|
* @public
|
|
103
104
|
*/
|
|
104
105
|
export declare class GetEvidenceByEvidenceFolderCommand extends GetEvidenceByEvidenceFolderCommand_base {
|
|
@@ -95,6 +95,7 @@ declare const GetEvidenceCommand_base: {
|
|
|
95
95
|
* @throws {@link AuditManagerServiceException}
|
|
96
96
|
* <p>Base exception class for all service exceptions from AuditManager service.</p>
|
|
97
97
|
*
|
|
98
|
+
*
|
|
98
99
|
* @public
|
|
99
100
|
*/
|
|
100
101
|
export declare class GetEvidenceCommand extends GetEvidenceCommand_base {
|
|
@@ -86,6 +86,7 @@ declare const GetEvidenceFileUploadUrlCommand_base: {
|
|
|
86
86
|
* @throws {@link AuditManagerServiceException}
|
|
87
87
|
* <p>Base exception class for all service exceptions from AuditManager service.</p>
|
|
88
88
|
*
|
|
89
|
+
*
|
|
89
90
|
* @public
|
|
90
91
|
*/
|
|
91
92
|
export declare class GetEvidenceFileUploadUrlCommand extends GetEvidenceFileUploadUrlCommand_base {
|
|
@@ -89,6 +89,7 @@ declare const GetEvidenceFolderCommand_base: {
|
|
|
89
89
|
* @throws {@link AuditManagerServiceException}
|
|
90
90
|
* <p>Base exception class for all service exceptions from AuditManager service.</p>
|
|
91
91
|
*
|
|
92
|
+
*
|
|
92
93
|
* @public
|
|
93
94
|
*/
|
|
94
95
|
export declare class GetEvidenceFolderCommand extends GetEvidenceFolderCommand_base {
|
|
@@ -92,6 +92,7 @@ declare const GetEvidenceFoldersByAssessmentCommand_base: {
|
|
|
92
92
|
* @throws {@link AuditManagerServiceException}
|
|
93
93
|
* <p>Base exception class for all service exceptions from AuditManager service.</p>
|
|
94
94
|
*
|
|
95
|
+
*
|
|
95
96
|
* @public
|
|
96
97
|
*/
|
|
97
98
|
export declare class GetEvidenceFoldersByAssessmentCommand extends GetEvidenceFoldersByAssessmentCommand_base {
|
|
@@ -95,6 +95,7 @@ declare const GetEvidenceFoldersByAssessmentControlCommand_base: {
|
|
|
95
95
|
* @throws {@link AuditManagerServiceException}
|
|
96
96
|
* <p>Base exception class for all service exceptions from AuditManager service.</p>
|
|
97
97
|
*
|
|
98
|
+
*
|
|
98
99
|
* @public
|
|
99
100
|
*/
|
|
100
101
|
export declare class GetEvidenceFoldersByAssessmentControlCommand extends GetEvidenceFoldersByAssessmentControlCommand_base {
|
|
@@ -75,6 +75,7 @@ declare const GetInsightsByAssessmentCommand_base: {
|
|
|
75
75
|
* @throws {@link AuditManagerServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from AuditManager service.</p>
|
|
77
77
|
*
|
|
78
|
+
*
|
|
78
79
|
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class GetInsightsByAssessmentCommand extends GetInsightsByAssessmentCommand_base {
|
|
@@ -68,6 +68,7 @@ declare const GetInsightsCommand_base: {
|
|
|
68
68
|
* @throws {@link AuditManagerServiceException}
|
|
69
69
|
* <p>Base exception class for all service exceptions from AuditManager service.</p>
|
|
70
70
|
*
|
|
71
|
+
*
|
|
71
72
|
* @public
|
|
72
73
|
*/
|
|
73
74
|
export declare class GetInsightsCommand extends GetInsightsCommand_base {
|
|
@@ -68,6 +68,7 @@ declare const GetOrganizationAdminAccountCommand_base: {
|
|
|
68
68
|
* @throws {@link AuditManagerServiceException}
|
|
69
69
|
* <p>Base exception class for all service exceptions from AuditManager service.</p>
|
|
70
70
|
*
|
|
71
|
+
*
|
|
71
72
|
* @public
|
|
72
73
|
*/
|
|
73
74
|
export declare class GetOrganizationAdminAccountCommand extends GetOrganizationAdminAccountCommand_base {
|
|
@@ -81,6 +81,7 @@ declare const GetServicesInScopeCommand_base: {
|
|
|
81
81
|
* @throws {@link AuditManagerServiceException}
|
|
82
82
|
* <p>Base exception class for all service exceptions from AuditManager service.</p>
|
|
83
83
|
*
|
|
84
|
+
*
|
|
84
85
|
* @public
|
|
85
86
|
*/
|
|
86
87
|
export declare class GetServicesInScopeCommand extends GetServicesInScopeCommand_base {
|
|
@@ -89,6 +89,7 @@ declare const GetSettingsCommand_base: {
|
|
|
89
89
|
* @throws {@link AuditManagerServiceException}
|
|
90
90
|
* <p>Base exception class for all service exceptions from AuditManager service.</p>
|
|
91
91
|
*
|
|
92
|
+
*
|
|
92
93
|
* @public
|
|
93
94
|
*/
|
|
94
95
|
export declare class GetSettingsCommand extends GetSettingsCommand_base {
|
|
@@ -91,6 +91,7 @@ declare const ListAssessmentControlInsightsByControlDomainCommand_base: {
|
|
|
91
91
|
* @throws {@link AuditManagerServiceException}
|
|
92
92
|
* <p>Base exception class for all service exceptions from AuditManager service.</p>
|
|
93
93
|
*
|
|
94
|
+
*
|
|
94
95
|
* @public
|
|
95
96
|
*/
|
|
96
97
|
export declare class ListAssessmentControlInsightsByControlDomainCommand extends ListAssessmentControlInsightsByControlDomainCommand_base {
|
|
@@ -86,6 +86,7 @@ declare const ListAssessmentFrameworkShareRequestsCommand_base: {
|
|
|
86
86
|
* @throws {@link AuditManagerServiceException}
|
|
87
87
|
* <p>Base exception class for all service exceptions from AuditManager service.</p>
|
|
88
88
|
*
|
|
89
|
+
*
|
|
89
90
|
* @public
|
|
90
91
|
*/
|
|
91
92
|
export declare class ListAssessmentFrameworkShareRequestsCommand extends ListAssessmentFrameworkShareRequestsCommand_base {
|
|
@@ -83,6 +83,7 @@ declare const ListAssessmentFrameworksCommand_base: {
|
|
|
83
83
|
* @throws {@link AuditManagerServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from AuditManager service.</p>
|
|
85
85
|
*
|
|
86
|
+
*
|
|
86
87
|
* @public
|
|
87
88
|
*/
|
|
88
89
|
export declare class ListAssessmentFrameworksCommand extends ListAssessmentFrameworksCommand_base {
|
|
@@ -78,6 +78,7 @@ declare const ListAssessmentReportsCommand_base: {
|
|
|
78
78
|
* @throws {@link AuditManagerServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from AuditManager service.</p>
|
|
80
80
|
*
|
|
81
|
+
*
|
|
81
82
|
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class ListAssessmentReportsCommand extends ListAssessmentReportsCommand_base {
|
|
@@ -98,6 +98,7 @@ declare const ListAssessmentsCommand_base: {
|
|
|
98
98
|
* @throws {@link AuditManagerServiceException}
|
|
99
99
|
* <p>Base exception class for all service exceptions from AuditManager service.</p>
|
|
100
100
|
*
|
|
101
|
+
*
|
|
101
102
|
* @public
|
|
102
103
|
*/
|
|
103
104
|
export declare class ListAssessmentsCommand extends ListAssessmentsCommand_base {
|
|
@@ -96,6 +96,7 @@ declare const ListControlDomainInsightsByAssessmentCommand_base: {
|
|
|
96
96
|
* @throws {@link AuditManagerServiceException}
|
|
97
97
|
* <p>Base exception class for all service exceptions from AuditManager service.</p>
|
|
98
98
|
*
|
|
99
|
+
*
|
|
99
100
|
* @public
|
|
100
101
|
*/
|
|
101
102
|
export declare class ListControlDomainInsightsByAssessmentCommand extends ListControlDomainInsightsByAssessmentCommand_base {
|
|
@@ -96,6 +96,7 @@ declare const ListControlDomainInsightsCommand_base: {
|
|
|
96
96
|
* @throws {@link AuditManagerServiceException}
|
|
97
97
|
* <p>Base exception class for all service exceptions from AuditManager service.</p>
|
|
98
98
|
*
|
|
99
|
+
*
|
|
99
100
|
* @public
|
|
100
101
|
*/
|
|
101
102
|
export declare class ListControlDomainInsightsCommand extends ListControlDomainInsightsCommand_base {
|
|
@@ -89,6 +89,7 @@ declare const ListControlInsightsByControlDomainCommand_base: {
|
|
|
89
89
|
* @throws {@link AuditManagerServiceException}
|
|
90
90
|
* <p>Base exception class for all service exceptions from AuditManager service.</p>
|
|
91
91
|
*
|
|
92
|
+
*
|
|
92
93
|
* @public
|
|
93
94
|
*/
|
|
94
95
|
export declare class ListControlInsightsByControlDomainCommand extends ListControlInsightsByControlDomainCommand_base {
|
|
@@ -78,6 +78,7 @@ declare const ListControlsCommand_base: {
|
|
|
78
78
|
* @throws {@link AuditManagerServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from AuditManager service.</p>
|
|
80
80
|
*
|
|
81
|
+
*
|
|
81
82
|
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class ListControlsCommand extends ListControlsCommand_base {
|
|
@@ -71,6 +71,7 @@ declare const ListKeywordsForDataSourceCommand_base: {
|
|
|
71
71
|
* @throws {@link AuditManagerServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from AuditManager service.</p>
|
|
73
73
|
*
|
|
74
|
+
*
|
|
74
75
|
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class ListKeywordsForDataSourceCommand extends ListKeywordsForDataSourceCommand_base {
|
|
@@ -78,6 +78,7 @@ declare const ListNotificationsCommand_base: {
|
|
|
78
78
|
* @throws {@link AuditManagerServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from AuditManager service.</p>
|
|
80
80
|
*
|
|
81
|
+
*
|
|
81
82
|
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class ListNotificationsCommand extends ListNotificationsCommand_base {
|
|
@@ -66,6 +66,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
66
66
|
* @throws {@link AuditManagerServiceException}
|
|
67
67
|
* <p>Base exception class for all service exceptions from AuditManager service.</p>
|
|
68
68
|
*
|
|
69
|
+
*
|
|
69
70
|
* @public
|
|
70
71
|
*/
|
|
71
72
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
@@ -72,6 +72,7 @@ declare const RegisterAccountCommand_base: {
|
|
|
72
72
|
* @throws {@link AuditManagerServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from AuditManager service.</p>
|
|
74
74
|
*
|
|
75
|
+
*
|
|
75
76
|
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class RegisterAccountCommand extends RegisterAccountCommand_base {
|
|
@@ -70,6 +70,7 @@ declare const RegisterOrganizationAdminAccountCommand_base: {
|
|
|
70
70
|
* @throws {@link AuditManagerServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from AuditManager service.</p>
|
|
72
72
|
*
|
|
73
|
+
*
|
|
73
74
|
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class RegisterOrganizationAdminAccountCommand extends RegisterOrganizationAdminAccountCommand_base {
|
|
@@ -123,6 +123,7 @@ declare const StartAssessmentFrameworkShareCommand_base: {
|
|
|
123
123
|
* @throws {@link AuditManagerServiceException}
|
|
124
124
|
* <p>Base exception class for all service exceptions from AuditManager service.</p>
|
|
125
125
|
*
|
|
126
|
+
*
|
|
126
127
|
* @public
|
|
127
128
|
*/
|
|
128
129
|
export declare class StartAssessmentFrameworkShareCommand extends StartAssessmentFrameworkShareCommand_base {
|
|
@@ -65,6 +65,7 @@ declare const TagResourceCommand_base: {
|
|
|
65
65
|
* @throws {@link AuditManagerServiceException}
|
|
66
66
|
* <p>Base exception class for all service exceptions from AuditManager service.</p>
|
|
67
67
|
*
|
|
68
|
+
*
|
|
68
69
|
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
@@ -65,6 +65,7 @@ declare const UntagResourceCommand_base: {
|
|
|
65
65
|
* @throws {@link AuditManagerServiceException}
|
|
66
66
|
* <p>Base exception class for all service exceptions from AuditManager service.</p>
|
|
67
67
|
*
|
|
68
|
+
*
|
|
68
69
|
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
@@ -216,6 +216,7 @@ declare const UpdateAssessmentCommand_base: {
|
|
|
216
216
|
* @throws {@link AuditManagerServiceException}
|
|
217
217
|
* <p>Base exception class for all service exceptions from AuditManager service.</p>
|
|
218
218
|
*
|
|
219
|
+
*
|
|
219
220
|
* @public
|
|
220
221
|
*/
|
|
221
222
|
export declare class UpdateAssessmentCommand extends UpdateAssessmentCommand_base {
|
|
@@ -90,6 +90,7 @@ declare const UpdateAssessmentControlCommand_base: {
|
|
|
90
90
|
* @throws {@link AuditManagerServiceException}
|
|
91
91
|
* <p>Base exception class for all service exceptions from AuditManager service.</p>
|
|
92
92
|
*
|
|
93
|
+
*
|
|
93
94
|
* @public
|
|
94
95
|
*/
|
|
95
96
|
export declare class UpdateAssessmentControlCommand extends UpdateAssessmentControlCommand_base {
|
|
@@ -119,6 +119,7 @@ declare const UpdateAssessmentControlSetStatusCommand_base: {
|
|
|
119
119
|
* @throws {@link AuditManagerServiceException}
|
|
120
120
|
* <p>Base exception class for all service exceptions from AuditManager service.</p>
|
|
121
121
|
*
|
|
122
|
+
*
|
|
122
123
|
* @public
|
|
123
124
|
*/
|
|
124
125
|
export declare class UpdateAssessmentControlSetStatusCommand extends UpdateAssessmentControlSetStatusCommand_base {
|
|
@@ -140,6 +140,7 @@ declare const UpdateAssessmentFrameworkCommand_base: {
|
|
|
140
140
|
* @throws {@link AuditManagerServiceException}
|
|
141
141
|
* <p>Base exception class for all service exceptions from AuditManager service.</p>
|
|
142
142
|
*
|
|
143
|
+
*
|
|
143
144
|
* @public
|
|
144
145
|
*/
|
|
145
146
|
export declare class UpdateAssessmentFrameworkCommand extends UpdateAssessmentFrameworkCommand_base {
|
|
@@ -92,6 +92,7 @@ declare const UpdateAssessmentFrameworkShareCommand_base: {
|
|
|
92
92
|
* @throws {@link AuditManagerServiceException}
|
|
93
93
|
* <p>Base exception class for all service exceptions from AuditManager service.</p>
|
|
94
94
|
*
|
|
95
|
+
*
|
|
95
96
|
* @public
|
|
96
97
|
*/
|
|
97
98
|
export declare class UpdateAssessmentFrameworkShareCommand extends UpdateAssessmentFrameworkShareCommand_base {
|
|
@@ -194,6 +194,7 @@ declare const UpdateAssessmentStatusCommand_base: {
|
|
|
194
194
|
* @throws {@link AuditManagerServiceException}
|
|
195
195
|
* <p>Base exception class for all service exceptions from AuditManager service.</p>
|
|
196
196
|
*
|
|
197
|
+
*
|
|
197
198
|
* @public
|
|
198
199
|
*/
|
|
199
200
|
export declare class UpdateAssessmentStatusCommand extends UpdateAssessmentStatusCommand_base {
|
|
@@ -121,6 +121,7 @@ declare const UpdateControlCommand_base: {
|
|
|
121
121
|
* @throws {@link AuditManagerServiceException}
|
|
122
122
|
* <p>Base exception class for all service exceptions from AuditManager service.</p>
|
|
123
123
|
*
|
|
124
|
+
*
|
|
124
125
|
* @public
|
|
125
126
|
*/
|
|
126
127
|
export declare class UpdateControlCommand extends UpdateControlCommand_base {
|
|
@@ -111,6 +111,7 @@ declare const UpdateSettingsCommand_base: {
|
|
|
111
111
|
* @throws {@link AuditManagerServiceException}
|
|
112
112
|
* <p>Base exception class for all service exceptions from AuditManager service.</p>
|
|
113
113
|
*
|
|
114
|
+
*
|
|
114
115
|
* @public
|
|
115
116
|
*/
|
|
116
117
|
export declare class UpdateSettingsCommand extends UpdateSettingsCommand_base {
|
|
@@ -74,6 +74,7 @@ declare const ValidateAssessmentReportIntegrityCommand_base: {
|
|
|
74
74
|
* @throws {@link AuditManagerServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from AuditManager service.</p>
|
|
76
76
|
*
|
|
77
|
+
*
|
|
77
78
|
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class ValidateAssessmentReportIntegrityCommand extends ValidateAssessmentReportIntegrityCommand_base {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-auditmanager",
|
|
3
3
|
"description": "AWS SDK for JavaScript Auditmanager Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.782.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-auditmanager",
|
|
@@ -21,16 +21,16 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.775.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.782.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.775.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.775.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.775.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.782.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.775.0",
|
|
30
30
|
"@aws-sdk/types": "3.775.0",
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.782.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.775.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.782.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.1.0",
|
|
35
35
|
"@smithy/core": "^3.2.0",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.2",
|