@aws-sdk/client-auditmanager 3.168.0 → 3.170.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/AuditManager.d.ts +1186 -310
- package/dist-types/ts3.4/AuditManagerClient.d.ts +496 -134
- package/dist-types/ts3.4/commands/AssociateAssessmentReportEvidenceFolderCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchAssociateAssessmentReportEvidenceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchCreateDelegationByAssessmentCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchDeleteDelegationByAssessmentCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchDisassociateAssessmentReportEvidenceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchImportEvidenceToAssessmentControlCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateAssessmentCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateAssessmentFrameworkCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateAssessmentReportCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateControlCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteAssessmentCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteAssessmentFrameworkCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteAssessmentFrameworkShareCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteAssessmentReportCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteControlCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeregisterAccountCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeregisterOrganizationAdminAccountCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisassociateAssessmentReportEvidenceFolderCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetAccountStatusCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetAssessmentCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetAssessmentFrameworkCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetAssessmentReportUrlCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetChangeLogsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetControlCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetDelegationsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetEvidenceByEvidenceFolderCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetEvidenceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetEvidenceFolderCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetEvidenceFoldersByAssessmentCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetEvidenceFoldersByAssessmentControlCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetInsightsByAssessmentCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetInsightsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetOrganizationAdminAccountCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetServicesInScopeCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetSettingsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListAssessmentControlInsightsByControlDomainCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListAssessmentFrameworkShareRequestsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListAssessmentFrameworksCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListAssessmentReportsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListAssessmentsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListControlDomainInsightsByAssessmentCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListControlDomainInsightsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListControlInsightsByControlDomainCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListControlsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListKeywordsForDataSourceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListNotificationsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/RegisterAccountCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/RegisterOrganizationAdminAccountCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartAssessmentFrameworkShareCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateAssessmentCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateAssessmentControlCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateAssessmentControlSetStatusCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateAssessmentFrameworkCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateAssessmentFrameworkShareCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateAssessmentStatusCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateControlCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateSettingsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ValidateAssessmentReportIntegrityCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/index.d.ts +61 -61
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/AuditManagerServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2124 -1972
- package/dist-types/ts3.4/pagination/GetChangeLogsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetDelegationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetEvidenceByEvidenceFolderPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetEvidenceFoldersByAssessmentControlPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetEvidenceFoldersByAssessmentPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListAssessmentControlInsightsByControlDomainPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAssessmentFrameworkShareRequestsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAssessmentFrameworksPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAssessmentReportsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAssessmentsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListControlDomainInsightsByAssessmentPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListControlDomainInsightsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListControlInsightsByControlDomainPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListControlsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListKeywordsForDataSourcePaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListNotificationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +17 -17
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +737 -185
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,134 +1,496 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
import {
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
import {
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
import {
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
import {
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
import {
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
import {
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
import {
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
1
|
+
import {
|
|
2
|
+
EndpointsInputConfig,
|
|
3
|
+
EndpointsResolvedConfig,
|
|
4
|
+
RegionInputConfig,
|
|
5
|
+
RegionResolvedConfig,
|
|
6
|
+
} from "@aws-sdk/config-resolver";
|
|
7
|
+
import {
|
|
8
|
+
HostHeaderInputConfig,
|
|
9
|
+
HostHeaderResolvedConfig,
|
|
10
|
+
} from "@aws-sdk/middleware-host-header";
|
|
11
|
+
import {
|
|
12
|
+
RetryInputConfig,
|
|
13
|
+
RetryResolvedConfig,
|
|
14
|
+
} from "@aws-sdk/middleware-retry";
|
|
15
|
+
import {
|
|
16
|
+
AwsAuthInputConfig,
|
|
17
|
+
AwsAuthResolvedConfig,
|
|
18
|
+
} from "@aws-sdk/middleware-signing";
|
|
19
|
+
import {
|
|
20
|
+
UserAgentInputConfig,
|
|
21
|
+
UserAgentResolvedConfig,
|
|
22
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
23
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
24
|
+
import {
|
|
25
|
+
Client as __Client,
|
|
26
|
+
DefaultsMode,
|
|
27
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
28
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
29
|
+
} from "@aws-sdk/smithy-client";
|
|
30
|
+
import {
|
|
31
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
32
|
+
Credentials as __Credentials,
|
|
33
|
+
Decoder as __Decoder,
|
|
34
|
+
Encoder as __Encoder,
|
|
35
|
+
HashConstructor as __HashConstructor,
|
|
36
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
+
Logger as __Logger,
|
|
38
|
+
Provider as __Provider,
|
|
39
|
+
Provider,
|
|
40
|
+
RegionInfoProvider,
|
|
41
|
+
StreamCollector as __StreamCollector,
|
|
42
|
+
UrlParser as __UrlParser,
|
|
43
|
+
UserAgent as __UserAgent,
|
|
44
|
+
} from "@aws-sdk/types";
|
|
45
|
+
import {
|
|
46
|
+
AssociateAssessmentReportEvidenceFolderCommandInput,
|
|
47
|
+
AssociateAssessmentReportEvidenceFolderCommandOutput,
|
|
48
|
+
} from "./commands/AssociateAssessmentReportEvidenceFolderCommand";
|
|
49
|
+
import {
|
|
50
|
+
BatchAssociateAssessmentReportEvidenceCommandInput,
|
|
51
|
+
BatchAssociateAssessmentReportEvidenceCommandOutput,
|
|
52
|
+
} from "./commands/BatchAssociateAssessmentReportEvidenceCommand";
|
|
53
|
+
import {
|
|
54
|
+
BatchCreateDelegationByAssessmentCommandInput,
|
|
55
|
+
BatchCreateDelegationByAssessmentCommandOutput,
|
|
56
|
+
} from "./commands/BatchCreateDelegationByAssessmentCommand";
|
|
57
|
+
import {
|
|
58
|
+
BatchDeleteDelegationByAssessmentCommandInput,
|
|
59
|
+
BatchDeleteDelegationByAssessmentCommandOutput,
|
|
60
|
+
} from "./commands/BatchDeleteDelegationByAssessmentCommand";
|
|
61
|
+
import {
|
|
62
|
+
BatchDisassociateAssessmentReportEvidenceCommandInput,
|
|
63
|
+
BatchDisassociateAssessmentReportEvidenceCommandOutput,
|
|
64
|
+
} from "./commands/BatchDisassociateAssessmentReportEvidenceCommand";
|
|
65
|
+
import {
|
|
66
|
+
BatchImportEvidenceToAssessmentControlCommandInput,
|
|
67
|
+
BatchImportEvidenceToAssessmentControlCommandOutput,
|
|
68
|
+
} from "./commands/BatchImportEvidenceToAssessmentControlCommand";
|
|
69
|
+
import {
|
|
70
|
+
CreateAssessmentCommandInput,
|
|
71
|
+
CreateAssessmentCommandOutput,
|
|
72
|
+
} from "./commands/CreateAssessmentCommand";
|
|
73
|
+
import {
|
|
74
|
+
CreateAssessmentFrameworkCommandInput,
|
|
75
|
+
CreateAssessmentFrameworkCommandOutput,
|
|
76
|
+
} from "./commands/CreateAssessmentFrameworkCommand";
|
|
77
|
+
import {
|
|
78
|
+
CreateAssessmentReportCommandInput,
|
|
79
|
+
CreateAssessmentReportCommandOutput,
|
|
80
|
+
} from "./commands/CreateAssessmentReportCommand";
|
|
81
|
+
import {
|
|
82
|
+
CreateControlCommandInput,
|
|
83
|
+
CreateControlCommandOutput,
|
|
84
|
+
} from "./commands/CreateControlCommand";
|
|
85
|
+
import {
|
|
86
|
+
DeleteAssessmentCommandInput,
|
|
87
|
+
DeleteAssessmentCommandOutput,
|
|
88
|
+
} from "./commands/DeleteAssessmentCommand";
|
|
89
|
+
import {
|
|
90
|
+
DeleteAssessmentFrameworkCommandInput,
|
|
91
|
+
DeleteAssessmentFrameworkCommandOutput,
|
|
92
|
+
} from "./commands/DeleteAssessmentFrameworkCommand";
|
|
93
|
+
import {
|
|
94
|
+
DeleteAssessmentFrameworkShareCommandInput,
|
|
95
|
+
DeleteAssessmentFrameworkShareCommandOutput,
|
|
96
|
+
} from "./commands/DeleteAssessmentFrameworkShareCommand";
|
|
97
|
+
import {
|
|
98
|
+
DeleteAssessmentReportCommandInput,
|
|
99
|
+
DeleteAssessmentReportCommandOutput,
|
|
100
|
+
} from "./commands/DeleteAssessmentReportCommand";
|
|
101
|
+
import {
|
|
102
|
+
DeleteControlCommandInput,
|
|
103
|
+
DeleteControlCommandOutput,
|
|
104
|
+
} from "./commands/DeleteControlCommand";
|
|
105
|
+
import {
|
|
106
|
+
DeregisterAccountCommandInput,
|
|
107
|
+
DeregisterAccountCommandOutput,
|
|
108
|
+
} from "./commands/DeregisterAccountCommand";
|
|
109
|
+
import {
|
|
110
|
+
DeregisterOrganizationAdminAccountCommandInput,
|
|
111
|
+
DeregisterOrganizationAdminAccountCommandOutput,
|
|
112
|
+
} from "./commands/DeregisterOrganizationAdminAccountCommand";
|
|
113
|
+
import {
|
|
114
|
+
DisassociateAssessmentReportEvidenceFolderCommandInput,
|
|
115
|
+
DisassociateAssessmentReportEvidenceFolderCommandOutput,
|
|
116
|
+
} from "./commands/DisassociateAssessmentReportEvidenceFolderCommand";
|
|
117
|
+
import {
|
|
118
|
+
GetAccountStatusCommandInput,
|
|
119
|
+
GetAccountStatusCommandOutput,
|
|
120
|
+
} from "./commands/GetAccountStatusCommand";
|
|
121
|
+
import {
|
|
122
|
+
GetAssessmentCommandInput,
|
|
123
|
+
GetAssessmentCommandOutput,
|
|
124
|
+
} from "./commands/GetAssessmentCommand";
|
|
125
|
+
import {
|
|
126
|
+
GetAssessmentFrameworkCommandInput,
|
|
127
|
+
GetAssessmentFrameworkCommandOutput,
|
|
128
|
+
} from "./commands/GetAssessmentFrameworkCommand";
|
|
129
|
+
import {
|
|
130
|
+
GetAssessmentReportUrlCommandInput,
|
|
131
|
+
GetAssessmentReportUrlCommandOutput,
|
|
132
|
+
} from "./commands/GetAssessmentReportUrlCommand";
|
|
133
|
+
import {
|
|
134
|
+
GetChangeLogsCommandInput,
|
|
135
|
+
GetChangeLogsCommandOutput,
|
|
136
|
+
} from "./commands/GetChangeLogsCommand";
|
|
137
|
+
import {
|
|
138
|
+
GetControlCommandInput,
|
|
139
|
+
GetControlCommandOutput,
|
|
140
|
+
} from "./commands/GetControlCommand";
|
|
141
|
+
import {
|
|
142
|
+
GetDelegationsCommandInput,
|
|
143
|
+
GetDelegationsCommandOutput,
|
|
144
|
+
} from "./commands/GetDelegationsCommand";
|
|
145
|
+
import {
|
|
146
|
+
GetEvidenceByEvidenceFolderCommandInput,
|
|
147
|
+
GetEvidenceByEvidenceFolderCommandOutput,
|
|
148
|
+
} from "./commands/GetEvidenceByEvidenceFolderCommand";
|
|
149
|
+
import {
|
|
150
|
+
GetEvidenceCommandInput,
|
|
151
|
+
GetEvidenceCommandOutput,
|
|
152
|
+
} from "./commands/GetEvidenceCommand";
|
|
153
|
+
import {
|
|
154
|
+
GetEvidenceFolderCommandInput,
|
|
155
|
+
GetEvidenceFolderCommandOutput,
|
|
156
|
+
} from "./commands/GetEvidenceFolderCommand";
|
|
157
|
+
import {
|
|
158
|
+
GetEvidenceFoldersByAssessmentCommandInput,
|
|
159
|
+
GetEvidenceFoldersByAssessmentCommandOutput,
|
|
160
|
+
} from "./commands/GetEvidenceFoldersByAssessmentCommand";
|
|
161
|
+
import {
|
|
162
|
+
GetEvidenceFoldersByAssessmentControlCommandInput,
|
|
163
|
+
GetEvidenceFoldersByAssessmentControlCommandOutput,
|
|
164
|
+
} from "./commands/GetEvidenceFoldersByAssessmentControlCommand";
|
|
165
|
+
import {
|
|
166
|
+
GetInsightsByAssessmentCommandInput,
|
|
167
|
+
GetInsightsByAssessmentCommandOutput,
|
|
168
|
+
} from "./commands/GetInsightsByAssessmentCommand";
|
|
169
|
+
import {
|
|
170
|
+
GetInsightsCommandInput,
|
|
171
|
+
GetInsightsCommandOutput,
|
|
172
|
+
} from "./commands/GetInsightsCommand";
|
|
173
|
+
import {
|
|
174
|
+
GetOrganizationAdminAccountCommandInput,
|
|
175
|
+
GetOrganizationAdminAccountCommandOutput,
|
|
176
|
+
} from "./commands/GetOrganizationAdminAccountCommand";
|
|
177
|
+
import {
|
|
178
|
+
GetServicesInScopeCommandInput,
|
|
179
|
+
GetServicesInScopeCommandOutput,
|
|
180
|
+
} from "./commands/GetServicesInScopeCommand";
|
|
181
|
+
import {
|
|
182
|
+
GetSettingsCommandInput,
|
|
183
|
+
GetSettingsCommandOutput,
|
|
184
|
+
} from "./commands/GetSettingsCommand";
|
|
185
|
+
import {
|
|
186
|
+
ListAssessmentControlInsightsByControlDomainCommandInput,
|
|
187
|
+
ListAssessmentControlInsightsByControlDomainCommandOutput,
|
|
188
|
+
} from "./commands/ListAssessmentControlInsightsByControlDomainCommand";
|
|
189
|
+
import {
|
|
190
|
+
ListAssessmentFrameworksCommandInput,
|
|
191
|
+
ListAssessmentFrameworksCommandOutput,
|
|
192
|
+
} from "./commands/ListAssessmentFrameworksCommand";
|
|
193
|
+
import {
|
|
194
|
+
ListAssessmentFrameworkShareRequestsCommandInput,
|
|
195
|
+
ListAssessmentFrameworkShareRequestsCommandOutput,
|
|
196
|
+
} from "./commands/ListAssessmentFrameworkShareRequestsCommand";
|
|
197
|
+
import {
|
|
198
|
+
ListAssessmentReportsCommandInput,
|
|
199
|
+
ListAssessmentReportsCommandOutput,
|
|
200
|
+
} from "./commands/ListAssessmentReportsCommand";
|
|
201
|
+
import {
|
|
202
|
+
ListAssessmentsCommandInput,
|
|
203
|
+
ListAssessmentsCommandOutput,
|
|
204
|
+
} from "./commands/ListAssessmentsCommand";
|
|
205
|
+
import {
|
|
206
|
+
ListControlDomainInsightsByAssessmentCommandInput,
|
|
207
|
+
ListControlDomainInsightsByAssessmentCommandOutput,
|
|
208
|
+
} from "./commands/ListControlDomainInsightsByAssessmentCommand";
|
|
209
|
+
import {
|
|
210
|
+
ListControlDomainInsightsCommandInput,
|
|
211
|
+
ListControlDomainInsightsCommandOutput,
|
|
212
|
+
} from "./commands/ListControlDomainInsightsCommand";
|
|
213
|
+
import {
|
|
214
|
+
ListControlInsightsByControlDomainCommandInput,
|
|
215
|
+
ListControlInsightsByControlDomainCommandOutput,
|
|
216
|
+
} from "./commands/ListControlInsightsByControlDomainCommand";
|
|
217
|
+
import {
|
|
218
|
+
ListControlsCommandInput,
|
|
219
|
+
ListControlsCommandOutput,
|
|
220
|
+
} from "./commands/ListControlsCommand";
|
|
221
|
+
import {
|
|
222
|
+
ListKeywordsForDataSourceCommandInput,
|
|
223
|
+
ListKeywordsForDataSourceCommandOutput,
|
|
224
|
+
} from "./commands/ListKeywordsForDataSourceCommand";
|
|
225
|
+
import {
|
|
226
|
+
ListNotificationsCommandInput,
|
|
227
|
+
ListNotificationsCommandOutput,
|
|
228
|
+
} from "./commands/ListNotificationsCommand";
|
|
229
|
+
import {
|
|
230
|
+
ListTagsForResourceCommandInput,
|
|
231
|
+
ListTagsForResourceCommandOutput,
|
|
232
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
233
|
+
import {
|
|
234
|
+
RegisterAccountCommandInput,
|
|
235
|
+
RegisterAccountCommandOutput,
|
|
236
|
+
} from "./commands/RegisterAccountCommand";
|
|
237
|
+
import {
|
|
238
|
+
RegisterOrganizationAdminAccountCommandInput,
|
|
239
|
+
RegisterOrganizationAdminAccountCommandOutput,
|
|
240
|
+
} from "./commands/RegisterOrganizationAdminAccountCommand";
|
|
241
|
+
import {
|
|
242
|
+
StartAssessmentFrameworkShareCommandInput,
|
|
243
|
+
StartAssessmentFrameworkShareCommandOutput,
|
|
244
|
+
} from "./commands/StartAssessmentFrameworkShareCommand";
|
|
245
|
+
import {
|
|
246
|
+
TagResourceCommandInput,
|
|
247
|
+
TagResourceCommandOutput,
|
|
248
|
+
} from "./commands/TagResourceCommand";
|
|
249
|
+
import {
|
|
250
|
+
UntagResourceCommandInput,
|
|
251
|
+
UntagResourceCommandOutput,
|
|
252
|
+
} from "./commands/UntagResourceCommand";
|
|
253
|
+
import {
|
|
254
|
+
UpdateAssessmentCommandInput,
|
|
255
|
+
UpdateAssessmentCommandOutput,
|
|
256
|
+
} from "./commands/UpdateAssessmentCommand";
|
|
257
|
+
import {
|
|
258
|
+
UpdateAssessmentControlCommandInput,
|
|
259
|
+
UpdateAssessmentControlCommandOutput,
|
|
260
|
+
} from "./commands/UpdateAssessmentControlCommand";
|
|
261
|
+
import {
|
|
262
|
+
UpdateAssessmentControlSetStatusCommandInput,
|
|
263
|
+
UpdateAssessmentControlSetStatusCommandOutput,
|
|
264
|
+
} from "./commands/UpdateAssessmentControlSetStatusCommand";
|
|
265
|
+
import {
|
|
266
|
+
UpdateAssessmentFrameworkCommandInput,
|
|
267
|
+
UpdateAssessmentFrameworkCommandOutput,
|
|
268
|
+
} from "./commands/UpdateAssessmentFrameworkCommand";
|
|
269
|
+
import {
|
|
270
|
+
UpdateAssessmentFrameworkShareCommandInput,
|
|
271
|
+
UpdateAssessmentFrameworkShareCommandOutput,
|
|
272
|
+
} from "./commands/UpdateAssessmentFrameworkShareCommand";
|
|
273
|
+
import {
|
|
274
|
+
UpdateAssessmentStatusCommandInput,
|
|
275
|
+
UpdateAssessmentStatusCommandOutput,
|
|
276
|
+
} from "./commands/UpdateAssessmentStatusCommand";
|
|
277
|
+
import {
|
|
278
|
+
UpdateControlCommandInput,
|
|
279
|
+
UpdateControlCommandOutput,
|
|
280
|
+
} from "./commands/UpdateControlCommand";
|
|
281
|
+
import {
|
|
282
|
+
UpdateSettingsCommandInput,
|
|
283
|
+
UpdateSettingsCommandOutput,
|
|
284
|
+
} from "./commands/UpdateSettingsCommand";
|
|
285
|
+
import {
|
|
286
|
+
ValidateAssessmentReportIntegrityCommandInput,
|
|
287
|
+
ValidateAssessmentReportIntegrityCommandOutput,
|
|
288
|
+
} from "./commands/ValidateAssessmentReportIntegrityCommand";
|
|
289
|
+
export declare type ServiceInputTypes =
|
|
290
|
+
| AssociateAssessmentReportEvidenceFolderCommandInput
|
|
291
|
+
| BatchAssociateAssessmentReportEvidenceCommandInput
|
|
292
|
+
| BatchCreateDelegationByAssessmentCommandInput
|
|
293
|
+
| BatchDeleteDelegationByAssessmentCommandInput
|
|
294
|
+
| BatchDisassociateAssessmentReportEvidenceCommandInput
|
|
295
|
+
| BatchImportEvidenceToAssessmentControlCommandInput
|
|
296
|
+
| CreateAssessmentCommandInput
|
|
297
|
+
| CreateAssessmentFrameworkCommandInput
|
|
298
|
+
| CreateAssessmentReportCommandInput
|
|
299
|
+
| CreateControlCommandInput
|
|
300
|
+
| DeleteAssessmentCommandInput
|
|
301
|
+
| DeleteAssessmentFrameworkCommandInput
|
|
302
|
+
| DeleteAssessmentFrameworkShareCommandInput
|
|
303
|
+
| DeleteAssessmentReportCommandInput
|
|
304
|
+
| DeleteControlCommandInput
|
|
305
|
+
| DeregisterAccountCommandInput
|
|
306
|
+
| DeregisterOrganizationAdminAccountCommandInput
|
|
307
|
+
| DisassociateAssessmentReportEvidenceFolderCommandInput
|
|
308
|
+
| GetAccountStatusCommandInput
|
|
309
|
+
| GetAssessmentCommandInput
|
|
310
|
+
| GetAssessmentFrameworkCommandInput
|
|
311
|
+
| GetAssessmentReportUrlCommandInput
|
|
312
|
+
| GetChangeLogsCommandInput
|
|
313
|
+
| GetControlCommandInput
|
|
314
|
+
| GetDelegationsCommandInput
|
|
315
|
+
| GetEvidenceByEvidenceFolderCommandInput
|
|
316
|
+
| GetEvidenceCommandInput
|
|
317
|
+
| GetEvidenceFolderCommandInput
|
|
318
|
+
| GetEvidenceFoldersByAssessmentCommandInput
|
|
319
|
+
| GetEvidenceFoldersByAssessmentControlCommandInput
|
|
320
|
+
| GetInsightsByAssessmentCommandInput
|
|
321
|
+
| GetInsightsCommandInput
|
|
322
|
+
| GetOrganizationAdminAccountCommandInput
|
|
323
|
+
| GetServicesInScopeCommandInput
|
|
324
|
+
| GetSettingsCommandInput
|
|
325
|
+
| ListAssessmentControlInsightsByControlDomainCommandInput
|
|
326
|
+
| ListAssessmentFrameworkShareRequestsCommandInput
|
|
327
|
+
| ListAssessmentFrameworksCommandInput
|
|
328
|
+
| ListAssessmentReportsCommandInput
|
|
329
|
+
| ListAssessmentsCommandInput
|
|
330
|
+
| ListControlDomainInsightsByAssessmentCommandInput
|
|
331
|
+
| ListControlDomainInsightsCommandInput
|
|
332
|
+
| ListControlInsightsByControlDomainCommandInput
|
|
333
|
+
| ListControlsCommandInput
|
|
334
|
+
| ListKeywordsForDataSourceCommandInput
|
|
335
|
+
| ListNotificationsCommandInput
|
|
336
|
+
| ListTagsForResourceCommandInput
|
|
337
|
+
| RegisterAccountCommandInput
|
|
338
|
+
| RegisterOrganizationAdminAccountCommandInput
|
|
339
|
+
| StartAssessmentFrameworkShareCommandInput
|
|
340
|
+
| TagResourceCommandInput
|
|
341
|
+
| UntagResourceCommandInput
|
|
342
|
+
| UpdateAssessmentCommandInput
|
|
343
|
+
| UpdateAssessmentControlCommandInput
|
|
344
|
+
| UpdateAssessmentControlSetStatusCommandInput
|
|
345
|
+
| UpdateAssessmentFrameworkCommandInput
|
|
346
|
+
| UpdateAssessmentFrameworkShareCommandInput
|
|
347
|
+
| UpdateAssessmentStatusCommandInput
|
|
348
|
+
| UpdateControlCommandInput
|
|
349
|
+
| UpdateSettingsCommandInput
|
|
350
|
+
| ValidateAssessmentReportIntegrityCommandInput;
|
|
351
|
+
export declare type ServiceOutputTypes =
|
|
352
|
+
| AssociateAssessmentReportEvidenceFolderCommandOutput
|
|
353
|
+
| BatchAssociateAssessmentReportEvidenceCommandOutput
|
|
354
|
+
| BatchCreateDelegationByAssessmentCommandOutput
|
|
355
|
+
| BatchDeleteDelegationByAssessmentCommandOutput
|
|
356
|
+
| BatchDisassociateAssessmentReportEvidenceCommandOutput
|
|
357
|
+
| BatchImportEvidenceToAssessmentControlCommandOutput
|
|
358
|
+
| CreateAssessmentCommandOutput
|
|
359
|
+
| CreateAssessmentFrameworkCommandOutput
|
|
360
|
+
| CreateAssessmentReportCommandOutput
|
|
361
|
+
| CreateControlCommandOutput
|
|
362
|
+
| DeleteAssessmentCommandOutput
|
|
363
|
+
| DeleteAssessmentFrameworkCommandOutput
|
|
364
|
+
| DeleteAssessmentFrameworkShareCommandOutput
|
|
365
|
+
| DeleteAssessmentReportCommandOutput
|
|
366
|
+
| DeleteControlCommandOutput
|
|
367
|
+
| DeregisterAccountCommandOutput
|
|
368
|
+
| DeregisterOrganizationAdminAccountCommandOutput
|
|
369
|
+
| DisassociateAssessmentReportEvidenceFolderCommandOutput
|
|
370
|
+
| GetAccountStatusCommandOutput
|
|
371
|
+
| GetAssessmentCommandOutput
|
|
372
|
+
| GetAssessmentFrameworkCommandOutput
|
|
373
|
+
| GetAssessmentReportUrlCommandOutput
|
|
374
|
+
| GetChangeLogsCommandOutput
|
|
375
|
+
| GetControlCommandOutput
|
|
376
|
+
| GetDelegationsCommandOutput
|
|
377
|
+
| GetEvidenceByEvidenceFolderCommandOutput
|
|
378
|
+
| GetEvidenceCommandOutput
|
|
379
|
+
| GetEvidenceFolderCommandOutput
|
|
380
|
+
| GetEvidenceFoldersByAssessmentCommandOutput
|
|
381
|
+
| GetEvidenceFoldersByAssessmentControlCommandOutput
|
|
382
|
+
| GetInsightsByAssessmentCommandOutput
|
|
383
|
+
| GetInsightsCommandOutput
|
|
384
|
+
| GetOrganizationAdminAccountCommandOutput
|
|
385
|
+
| GetServicesInScopeCommandOutput
|
|
386
|
+
| GetSettingsCommandOutput
|
|
387
|
+
| ListAssessmentControlInsightsByControlDomainCommandOutput
|
|
388
|
+
| ListAssessmentFrameworkShareRequestsCommandOutput
|
|
389
|
+
| ListAssessmentFrameworksCommandOutput
|
|
390
|
+
| ListAssessmentReportsCommandOutput
|
|
391
|
+
| ListAssessmentsCommandOutput
|
|
392
|
+
| ListControlDomainInsightsByAssessmentCommandOutput
|
|
393
|
+
| ListControlDomainInsightsCommandOutput
|
|
394
|
+
| ListControlInsightsByControlDomainCommandOutput
|
|
395
|
+
| ListControlsCommandOutput
|
|
396
|
+
| ListKeywordsForDataSourceCommandOutput
|
|
397
|
+
| ListNotificationsCommandOutput
|
|
398
|
+
| ListTagsForResourceCommandOutput
|
|
399
|
+
| RegisterAccountCommandOutput
|
|
400
|
+
| RegisterOrganizationAdminAccountCommandOutput
|
|
401
|
+
| StartAssessmentFrameworkShareCommandOutput
|
|
402
|
+
| TagResourceCommandOutput
|
|
403
|
+
| UntagResourceCommandOutput
|
|
404
|
+
| UpdateAssessmentCommandOutput
|
|
405
|
+
| UpdateAssessmentControlCommandOutput
|
|
406
|
+
| UpdateAssessmentControlSetStatusCommandOutput
|
|
407
|
+
| UpdateAssessmentFrameworkCommandOutput
|
|
408
|
+
| UpdateAssessmentFrameworkShareCommandOutput
|
|
409
|
+
| UpdateAssessmentStatusCommandOutput
|
|
410
|
+
| UpdateControlCommandOutput
|
|
411
|
+
| UpdateSettingsCommandOutput
|
|
412
|
+
| ValidateAssessmentReportIntegrityCommandOutput;
|
|
413
|
+
export interface ClientDefaults
|
|
414
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
415
|
+
requestHandler?: __HttpHandler;
|
|
416
|
+
|
|
417
|
+
sha256?: __HashConstructor;
|
|
418
|
+
|
|
419
|
+
urlParser?: __UrlParser;
|
|
420
|
+
|
|
421
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
422
|
+
|
|
423
|
+
streamCollector?: __StreamCollector;
|
|
424
|
+
|
|
425
|
+
base64Decoder?: __Decoder;
|
|
426
|
+
|
|
427
|
+
base64Encoder?: __Encoder;
|
|
428
|
+
|
|
429
|
+
utf8Decoder?: __Decoder;
|
|
430
|
+
|
|
431
|
+
utf8Encoder?: __Encoder;
|
|
432
|
+
|
|
433
|
+
runtime?: string;
|
|
434
|
+
|
|
435
|
+
disableHostPrefix?: boolean;
|
|
436
|
+
|
|
437
|
+
maxAttempts?: number | __Provider<number>;
|
|
438
|
+
|
|
439
|
+
retryMode?: string | __Provider<string>;
|
|
440
|
+
|
|
441
|
+
logger?: __Logger;
|
|
442
|
+
|
|
443
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
444
|
+
|
|
445
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
446
|
+
|
|
447
|
+
serviceId?: string;
|
|
448
|
+
|
|
449
|
+
region?: string | __Provider<string>;
|
|
450
|
+
|
|
451
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
452
|
+
|
|
453
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
454
|
+
|
|
455
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
456
|
+
|
|
457
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
458
|
+
}
|
|
459
|
+
declare type AuditManagerClientConfigType = Partial<
|
|
460
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
461
|
+
> &
|
|
462
|
+
ClientDefaults &
|
|
463
|
+
RegionInputConfig &
|
|
464
|
+
EndpointsInputConfig &
|
|
465
|
+
RetryInputConfig &
|
|
466
|
+
HostHeaderInputConfig &
|
|
467
|
+
AwsAuthInputConfig &
|
|
468
|
+
UserAgentInputConfig;
|
|
469
|
+
|
|
470
|
+
export interface AuditManagerClientConfig
|
|
471
|
+
extends AuditManagerClientConfigType {}
|
|
472
|
+
declare type AuditManagerClientResolvedConfigType =
|
|
473
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
474
|
+
Required<ClientDefaults> &
|
|
475
|
+
RegionResolvedConfig &
|
|
476
|
+
EndpointsResolvedConfig &
|
|
477
|
+
RetryResolvedConfig &
|
|
478
|
+
HostHeaderResolvedConfig &
|
|
479
|
+
AwsAuthResolvedConfig &
|
|
480
|
+
UserAgentResolvedConfig;
|
|
481
|
+
|
|
482
|
+
export interface AuditManagerClientResolvedConfig
|
|
483
|
+
extends AuditManagerClientResolvedConfigType {}
|
|
484
|
+
|
|
485
|
+
export declare class AuditManagerClient extends __Client<
|
|
486
|
+
__HttpHandlerOptions,
|
|
487
|
+
ServiceInputTypes,
|
|
488
|
+
ServiceOutputTypes,
|
|
489
|
+
AuditManagerClientResolvedConfig
|
|
490
|
+
> {
|
|
491
|
+
readonly config: AuditManagerClientResolvedConfig;
|
|
492
|
+
constructor(configuration: AuditManagerClientConfig);
|
|
493
|
+
|
|
494
|
+
destroy(): void;
|
|
495
|
+
}
|
|
496
|
+
export {};
|