aws-sdk 2.1397.0 → 2.1399.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 +11 -1
- package/README.md +1 -1
- package/apis/account-2021-02-01.paginators.json +2 -1
- package/apis/auditmanager-2017-07-25.min.json +128 -88
- package/apis/connect-2017-08-08.min.json +75 -73
- package/apis/discovery-2015-11-01.min.json +48 -0
- package/apis/location-2020-11-19.min.json +56 -8
- package/apis/s3-2006-03-01.examples.json +137 -137
- package/apis/s3-2006-03-01.min.json +37 -5
- package/clients/auditmanager.d.ts +105 -52
- package/clients/connect.d.ts +13 -5
- package/clients/discovery.d.ts +133 -35
- package/clients/efs.d.ts +5 -5
- package/clients/guardduty.d.ts +11 -11
- package/clients/iam.d.ts +4 -4
- package/clients/location.d.ts +60 -7
- package/clients/s3.d.ts +67 -59
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +7 -7
- package/dist/aws-sdk.js +171 -89
- package/dist/aws-sdk.min.js +54 -54
- package/lib/core.js +1 -1
- package/package.json +1 -1
@@ -52,11 +52,11 @@ declare class AuditManager extends Service {
|
|
52
52
|
*/
|
53
53
|
batchDisassociateAssessmentReportEvidence(callback?: (err: AWSError, data: AuditManager.Types.BatchDisassociateAssessmentReportEvidenceResponse) => void): Request<AuditManager.Types.BatchDisassociateAssessmentReportEvidenceResponse, AWSError>;
|
54
54
|
/**
|
55
|
-
*
|
55
|
+
* Adds one or more pieces of evidence to a control in an Audit Manager assessment. You can import manual evidence from any S3 bucket by specifying the S3 URI of the object. You can also upload a file from your browser, or enter plain text in response to a risk assessment question. The following restrictions apply to this action: manualEvidence can be only one of the following: evidenceFileName, s3ResourcePath, or textResponse Maximum size of an individual evidence file: 100 MB Number of daily manual evidence uploads per control: 100 Supported file formats: See Supported file types for manual evidence in the Audit Manager User Guide For more information about Audit Manager service restrictions, see Quotas and restrictions for Audit Manager.
|
56
56
|
*/
|
57
57
|
batchImportEvidenceToAssessmentControl(params: AuditManager.Types.BatchImportEvidenceToAssessmentControlRequest, callback?: (err: AWSError, data: AuditManager.Types.BatchImportEvidenceToAssessmentControlResponse) => void): Request<AuditManager.Types.BatchImportEvidenceToAssessmentControlResponse, AWSError>;
|
58
58
|
/**
|
59
|
-
*
|
59
|
+
* Adds one or more pieces of evidence to a control in an Audit Manager assessment. You can import manual evidence from any S3 bucket by specifying the S3 URI of the object. You can also upload a file from your browser, or enter plain text in response to a risk assessment question. The following restrictions apply to this action: manualEvidence can be only one of the following: evidenceFileName, s3ResourcePath, or textResponse Maximum size of an individual evidence file: 100 MB Number of daily manual evidence uploads per control: 100 Supported file formats: See Supported file types for manual evidence in the Audit Manager User Guide For more information about Audit Manager service restrictions, see Quotas and restrictions for Audit Manager.
|
60
60
|
*/
|
61
61
|
batchImportEvidenceToAssessmentControl(callback?: (err: AWSError, data: AuditManager.Types.BatchImportEvidenceToAssessmentControlResponse) => void): Request<AuditManager.Types.BatchImportEvidenceToAssessmentControlResponse, AWSError>;
|
62
62
|
/**
|
@@ -124,11 +124,11 @@ declare class AuditManager extends Service {
|
|
124
124
|
*/
|
125
125
|
deleteAssessmentReport(callback?: (err: AWSError, data: AuditManager.Types.DeleteAssessmentReportResponse) => void): Request<AuditManager.Types.DeleteAssessmentReportResponse, AWSError>;
|
126
126
|
/**
|
127
|
-
* Deletes a custom control in Audit Manager.
|
127
|
+
* Deletes a custom control in Audit Manager. When you invoke this operation, the custom control is deleted from any frameworks or assessments that it’s currently part of. As a result, Audit Manager will stop collecting evidence for that custom control in all of your assessments. This includes assessments that you previously created before you deleted the custom control.
|
128
128
|
*/
|
129
129
|
deleteControl(params: AuditManager.Types.DeleteControlRequest, callback?: (err: AWSError, data: AuditManager.Types.DeleteControlResponse) => void): Request<AuditManager.Types.DeleteControlResponse, AWSError>;
|
130
130
|
/**
|
131
|
-
* Deletes a custom control in Audit Manager.
|
131
|
+
* Deletes a custom control in Audit Manager. When you invoke this operation, the custom control is deleted from any frameworks or assessments that it’s currently part of. As a result, Audit Manager will stop collecting evidence for that custom control in all of your assessments. This includes assessments that you previously created before you deleted the custom control.
|
132
132
|
*/
|
133
133
|
deleteControl(callback?: (err: AWSError, data: AuditManager.Types.DeleteControlResponse) => void): Request<AuditManager.Types.DeleteControlResponse, AWSError>;
|
134
134
|
/**
|
@@ -156,99 +156,107 @@ declare class AuditManager extends Service {
|
|
156
156
|
*/
|
157
157
|
disassociateAssessmentReportEvidenceFolder(callback?: (err: AWSError, data: AuditManager.Types.DisassociateAssessmentReportEvidenceFolderResponse) => void): Request<AuditManager.Types.DisassociateAssessmentReportEvidenceFolderResponse, AWSError>;
|
158
158
|
/**
|
159
|
-
*
|
159
|
+
* Gets the registration status of an account in Audit Manager.
|
160
160
|
*/
|
161
161
|
getAccountStatus(params: AuditManager.Types.GetAccountStatusRequest, callback?: (err: AWSError, data: AuditManager.Types.GetAccountStatusResponse) => void): Request<AuditManager.Types.GetAccountStatusResponse, AWSError>;
|
162
162
|
/**
|
163
|
-
*
|
163
|
+
* Gets the registration status of an account in Audit Manager.
|
164
164
|
*/
|
165
165
|
getAccountStatus(callback?: (err: AWSError, data: AuditManager.Types.GetAccountStatusResponse) => void): Request<AuditManager.Types.GetAccountStatusResponse, AWSError>;
|
166
166
|
/**
|
167
|
-
*
|
167
|
+
* Gets information about a specified assessment.
|
168
168
|
*/
|
169
169
|
getAssessment(params: AuditManager.Types.GetAssessmentRequest, callback?: (err: AWSError, data: AuditManager.Types.GetAssessmentResponse) => void): Request<AuditManager.Types.GetAssessmentResponse, AWSError>;
|
170
170
|
/**
|
171
|
-
*
|
171
|
+
* Gets information about a specified assessment.
|
172
172
|
*/
|
173
173
|
getAssessment(callback?: (err: AWSError, data: AuditManager.Types.GetAssessmentResponse) => void): Request<AuditManager.Types.GetAssessmentResponse, AWSError>;
|
174
174
|
/**
|
175
|
-
*
|
175
|
+
* Gets information about a specified framework.
|
176
176
|
*/
|
177
177
|
getAssessmentFramework(params: AuditManager.Types.GetAssessmentFrameworkRequest, callback?: (err: AWSError, data: AuditManager.Types.GetAssessmentFrameworkResponse) => void): Request<AuditManager.Types.GetAssessmentFrameworkResponse, AWSError>;
|
178
178
|
/**
|
179
|
-
*
|
179
|
+
* Gets information about a specified framework.
|
180
180
|
*/
|
181
181
|
getAssessmentFramework(callback?: (err: AWSError, data: AuditManager.Types.GetAssessmentFrameworkResponse) => void): Request<AuditManager.Types.GetAssessmentFrameworkResponse, AWSError>;
|
182
182
|
/**
|
183
|
-
*
|
183
|
+
* Gets the URL of an assessment report in Audit Manager.
|
184
184
|
*/
|
185
185
|
getAssessmentReportUrl(params: AuditManager.Types.GetAssessmentReportUrlRequest, callback?: (err: AWSError, data: AuditManager.Types.GetAssessmentReportUrlResponse) => void): Request<AuditManager.Types.GetAssessmentReportUrlResponse, AWSError>;
|
186
186
|
/**
|
187
|
-
*
|
187
|
+
* Gets the URL of an assessment report in Audit Manager.
|
188
188
|
*/
|
189
189
|
getAssessmentReportUrl(callback?: (err: AWSError, data: AuditManager.Types.GetAssessmentReportUrlResponse) => void): Request<AuditManager.Types.GetAssessmentReportUrlResponse, AWSError>;
|
190
190
|
/**
|
191
|
-
*
|
191
|
+
* Gets a list of changelogs from Audit Manager.
|
192
192
|
*/
|
193
193
|
getChangeLogs(params: AuditManager.Types.GetChangeLogsRequest, callback?: (err: AWSError, data: AuditManager.Types.GetChangeLogsResponse) => void): Request<AuditManager.Types.GetChangeLogsResponse, AWSError>;
|
194
194
|
/**
|
195
|
-
*
|
195
|
+
* Gets a list of changelogs from Audit Manager.
|
196
196
|
*/
|
197
197
|
getChangeLogs(callback?: (err: AWSError, data: AuditManager.Types.GetChangeLogsResponse) => void): Request<AuditManager.Types.GetChangeLogsResponse, AWSError>;
|
198
198
|
/**
|
199
|
-
*
|
199
|
+
* Gets information about a specified control.
|
200
200
|
*/
|
201
201
|
getControl(params: AuditManager.Types.GetControlRequest, callback?: (err: AWSError, data: AuditManager.Types.GetControlResponse) => void): Request<AuditManager.Types.GetControlResponse, AWSError>;
|
202
202
|
/**
|
203
|
-
*
|
203
|
+
* Gets information about a specified control.
|
204
204
|
*/
|
205
205
|
getControl(callback?: (err: AWSError, data: AuditManager.Types.GetControlResponse) => void): Request<AuditManager.Types.GetControlResponse, AWSError>;
|
206
206
|
/**
|
207
|
-
*
|
207
|
+
* Gets a list of delegations from an audit owner to a delegate.
|
208
208
|
*/
|
209
209
|
getDelegations(params: AuditManager.Types.GetDelegationsRequest, callback?: (err: AWSError, data: AuditManager.Types.GetDelegationsResponse) => void): Request<AuditManager.Types.GetDelegationsResponse, AWSError>;
|
210
210
|
/**
|
211
|
-
*
|
211
|
+
* Gets a list of delegations from an audit owner to a delegate.
|
212
212
|
*/
|
213
213
|
getDelegations(callback?: (err: AWSError, data: AuditManager.Types.GetDelegationsResponse) => void): Request<AuditManager.Types.GetDelegationsResponse, AWSError>;
|
214
214
|
/**
|
215
|
-
*
|
215
|
+
* Gets information about a specified evidence item.
|
216
216
|
*/
|
217
217
|
getEvidence(params: AuditManager.Types.GetEvidenceRequest, callback?: (err: AWSError, data: AuditManager.Types.GetEvidenceResponse) => void): Request<AuditManager.Types.GetEvidenceResponse, AWSError>;
|
218
218
|
/**
|
219
|
-
*
|
219
|
+
* Gets information about a specified evidence item.
|
220
220
|
*/
|
221
221
|
getEvidence(callback?: (err: AWSError, data: AuditManager.Types.GetEvidenceResponse) => void): Request<AuditManager.Types.GetEvidenceResponse, AWSError>;
|
222
222
|
/**
|
223
|
-
*
|
223
|
+
* Gets all evidence from a specified evidence folder in Audit Manager.
|
224
224
|
*/
|
225
225
|
getEvidenceByEvidenceFolder(params: AuditManager.Types.GetEvidenceByEvidenceFolderRequest, callback?: (err: AWSError, data: AuditManager.Types.GetEvidenceByEvidenceFolderResponse) => void): Request<AuditManager.Types.GetEvidenceByEvidenceFolderResponse, AWSError>;
|
226
226
|
/**
|
227
|
-
*
|
227
|
+
* Gets all evidence from a specified evidence folder in Audit Manager.
|
228
228
|
*/
|
229
229
|
getEvidenceByEvidenceFolder(callback?: (err: AWSError, data: AuditManager.Types.GetEvidenceByEvidenceFolderResponse) => void): Request<AuditManager.Types.GetEvidenceByEvidenceFolderResponse, AWSError>;
|
230
230
|
/**
|
231
|
-
*
|
231
|
+
* Creates a presigned Amazon S3 URL that can be used to upload a file as manual evidence. For instructions on how to use this operation, see Upload a file from your browser in the Audit Manager User Guide. The following restrictions apply to this operation: Maximum size of an individual evidence file: 100 MB Number of daily manual evidence uploads per control: 100 Supported file formats: See Supported file types for manual evidence in the Audit Manager User Guide For more information about Audit Manager service restrictions, see Quotas and restrictions for Audit Manager.
|
232
|
+
*/
|
233
|
+
getEvidenceFileUploadUrl(params: AuditManager.Types.GetEvidenceFileUploadUrlRequest, callback?: (err: AWSError, data: AuditManager.Types.GetEvidenceFileUploadUrlResponse) => void): Request<AuditManager.Types.GetEvidenceFileUploadUrlResponse, AWSError>;
|
234
|
+
/**
|
235
|
+
* Creates a presigned Amazon S3 URL that can be used to upload a file as manual evidence. For instructions on how to use this operation, see Upload a file from your browser in the Audit Manager User Guide. The following restrictions apply to this operation: Maximum size of an individual evidence file: 100 MB Number of daily manual evidence uploads per control: 100 Supported file formats: See Supported file types for manual evidence in the Audit Manager User Guide For more information about Audit Manager service restrictions, see Quotas and restrictions for Audit Manager.
|
236
|
+
*/
|
237
|
+
getEvidenceFileUploadUrl(callback?: (err: AWSError, data: AuditManager.Types.GetEvidenceFileUploadUrlResponse) => void): Request<AuditManager.Types.GetEvidenceFileUploadUrlResponse, AWSError>;
|
238
|
+
/**
|
239
|
+
* Gets an evidence folder from a specified assessment in Audit Manager.
|
232
240
|
*/
|
233
241
|
getEvidenceFolder(params: AuditManager.Types.GetEvidenceFolderRequest, callback?: (err: AWSError, data: AuditManager.Types.GetEvidenceFolderResponse) => void): Request<AuditManager.Types.GetEvidenceFolderResponse, AWSError>;
|
234
242
|
/**
|
235
|
-
*
|
243
|
+
* Gets an evidence folder from a specified assessment in Audit Manager.
|
236
244
|
*/
|
237
245
|
getEvidenceFolder(callback?: (err: AWSError, data: AuditManager.Types.GetEvidenceFolderResponse) => void): Request<AuditManager.Types.GetEvidenceFolderResponse, AWSError>;
|
238
246
|
/**
|
239
|
-
*
|
247
|
+
* Gets the evidence folders from a specified assessment in Audit Manager.
|
240
248
|
*/
|
241
249
|
getEvidenceFoldersByAssessment(params: AuditManager.Types.GetEvidenceFoldersByAssessmentRequest, callback?: (err: AWSError, data: AuditManager.Types.GetEvidenceFoldersByAssessmentResponse) => void): Request<AuditManager.Types.GetEvidenceFoldersByAssessmentResponse, AWSError>;
|
242
250
|
/**
|
243
|
-
*
|
251
|
+
* Gets the evidence folders from a specified assessment in Audit Manager.
|
244
252
|
*/
|
245
253
|
getEvidenceFoldersByAssessment(callback?: (err: AWSError, data: AuditManager.Types.GetEvidenceFoldersByAssessmentResponse) => void): Request<AuditManager.Types.GetEvidenceFoldersByAssessmentResponse, AWSError>;
|
246
254
|
/**
|
247
|
-
*
|
255
|
+
* Gets a list of evidence folders that are associated with a specified control in an Audit Manager assessment.
|
248
256
|
*/
|
249
257
|
getEvidenceFoldersByAssessmentControl(params: AuditManager.Types.GetEvidenceFoldersByAssessmentControlRequest, callback?: (err: AWSError, data: AuditManager.Types.GetEvidenceFoldersByAssessmentControlResponse) => void): Request<AuditManager.Types.GetEvidenceFoldersByAssessmentControlResponse, AWSError>;
|
250
258
|
/**
|
251
|
-
*
|
259
|
+
* Gets a list of evidence folders that are associated with a specified control in an Audit Manager assessment.
|
252
260
|
*/
|
253
261
|
getEvidenceFoldersByAssessmentControl(callback?: (err: AWSError, data: AuditManager.Types.GetEvidenceFoldersByAssessmentControlResponse) => void): Request<AuditManager.Types.GetEvidenceFoldersByAssessmentControlResponse, AWSError>;
|
254
262
|
/**
|
@@ -268,27 +276,27 @@ declare class AuditManager extends Service {
|
|
268
276
|
*/
|
269
277
|
getInsightsByAssessment(callback?: (err: AWSError, data: AuditManager.Types.GetInsightsByAssessmentResponse) => void): Request<AuditManager.Types.GetInsightsByAssessmentResponse, AWSError>;
|
270
278
|
/**
|
271
|
-
*
|
279
|
+
* Gets the name of the delegated Amazon Web Services administrator account for a specified organization.
|
272
280
|
*/
|
273
281
|
getOrganizationAdminAccount(params: AuditManager.Types.GetOrganizationAdminAccountRequest, callback?: (err: AWSError, data: AuditManager.Types.GetOrganizationAdminAccountResponse) => void): Request<AuditManager.Types.GetOrganizationAdminAccountResponse, AWSError>;
|
274
282
|
/**
|
275
|
-
*
|
283
|
+
* Gets the name of the delegated Amazon Web Services administrator account for a specified organization.
|
276
284
|
*/
|
277
285
|
getOrganizationAdminAccount(callback?: (err: AWSError, data: AuditManager.Types.GetOrganizationAdminAccountResponse) => void): Request<AuditManager.Types.GetOrganizationAdminAccountResponse, AWSError>;
|
278
286
|
/**
|
279
|
-
*
|
287
|
+
* Gets a list of all of the Amazon Web Services that you can choose to include in your assessment. When you create an assessment, specify which of these services you want to include to narrow the assessment's scope.
|
280
288
|
*/
|
281
289
|
getServicesInScope(params: AuditManager.Types.GetServicesInScopeRequest, callback?: (err: AWSError, data: AuditManager.Types.GetServicesInScopeResponse) => void): Request<AuditManager.Types.GetServicesInScopeResponse, AWSError>;
|
282
290
|
/**
|
283
|
-
*
|
291
|
+
* Gets a list of all of the Amazon Web Services that you can choose to include in your assessment. When you create an assessment, specify which of these services you want to include to narrow the assessment's scope.
|
284
292
|
*/
|
285
293
|
getServicesInScope(callback?: (err: AWSError, data: AuditManager.Types.GetServicesInScopeResponse) => void): Request<AuditManager.Types.GetServicesInScopeResponse, AWSError>;
|
286
294
|
/**
|
287
|
-
*
|
295
|
+
* Gets the settings for a specified Amazon Web Services account.
|
288
296
|
*/
|
289
297
|
getSettings(params: AuditManager.Types.GetSettingsRequest, callback?: (err: AWSError, data: AuditManager.Types.GetSettingsResponse) => void): Request<AuditManager.Types.GetSettingsResponse, AWSError>;
|
290
298
|
/**
|
291
|
-
*
|
299
|
+
* Gets the settings for a specified Amazon Web Services account.
|
292
300
|
*/
|
293
301
|
getSettings(callback?: (err: AWSError, data: AuditManager.Types.GetSettingsResponse) => void): Request<AuditManager.Types.GetSettingsResponse, AWSError>;
|
294
302
|
/**
|
@@ -1006,7 +1014,7 @@ declare namespace AuditManager {
|
|
1006
1014
|
*/
|
1007
1015
|
destinationType?: AssessmentReportDestinationType;
|
1008
1016
|
/**
|
1009
|
-
* The destination
|
1017
|
+
* The destination bucket where Audit Manager stores assessment reports.
|
1010
1018
|
*/
|
1011
1019
|
destination?: S3Url;
|
1012
1020
|
}
|
@@ -1214,7 +1222,7 @@ declare namespace AuditManager {
|
|
1214
1222
|
*/
|
1215
1223
|
id?: UUID;
|
1216
1224
|
/**
|
1217
|
-
*
|
1225
|
+
* Specifies whether the control is a standard control or a custom control.
|
1218
1226
|
*/
|
1219
1227
|
type?: ControlType;
|
1220
1228
|
/**
|
@@ -1375,7 +1383,7 @@ declare namespace AuditManager {
|
|
1375
1383
|
sourceType?: SourceType;
|
1376
1384
|
sourceKeyword?: SourceKeyword;
|
1377
1385
|
/**
|
1378
|
-
*
|
1386
|
+
* Specifies how often evidence is collected from the control mapping source.
|
1379
1387
|
*/
|
1380
1388
|
sourceFrequency?: SourceFrequency;
|
1381
1389
|
/**
|
@@ -1556,7 +1564,7 @@ declare namespace AuditManager {
|
|
1556
1564
|
sourceType?: SourceType;
|
1557
1565
|
sourceKeyword?: SourceKeyword;
|
1558
1566
|
/**
|
1559
|
-
*
|
1567
|
+
* Specifies how often evidence is collected from the control mapping source.
|
1560
1568
|
*/
|
1561
1569
|
sourceFrequency?: SourceFrequency;
|
1562
1570
|
/**
|
@@ -1621,6 +1629,16 @@ declare namespace AuditManager {
|
|
1621
1629
|
}
|
1622
1630
|
export type CreateDelegationRequests = CreateDelegationRequest[];
|
1623
1631
|
export type CreatedBy = string;
|
1632
|
+
export interface DefaultExportDestination {
|
1633
|
+
/**
|
1634
|
+
* The destination type, such as Amazon S3.
|
1635
|
+
*/
|
1636
|
+
destinationType?: ExportDestinationType;
|
1637
|
+
/**
|
1638
|
+
* The destination bucket where Audit Manager stores exported files.
|
1639
|
+
*/
|
1640
|
+
destination?: S3Url;
|
1641
|
+
}
|
1624
1642
|
export interface Delegation {
|
1625
1643
|
/**
|
1626
1644
|
* The unique identifier for the delegation.
|
@@ -1891,6 +1909,7 @@ declare namespace AuditManager {
|
|
1891
1909
|
}
|
1892
1910
|
export type EvidenceList = Evidence[];
|
1893
1911
|
export type EvidenceSources = NonEmptyString[];
|
1912
|
+
export type ExportDestinationType = "S3"|string;
|
1894
1913
|
export type Filename = string;
|
1895
1914
|
export interface Framework {
|
1896
1915
|
/**
|
@@ -1906,11 +1925,11 @@ declare namespace AuditManager {
|
|
1906
1925
|
*/
|
1907
1926
|
name?: FrameworkName;
|
1908
1927
|
/**
|
1909
|
-
*
|
1928
|
+
* Specifies whether the framework is a standard framework or a custom framework.
|
1910
1929
|
*/
|
1911
1930
|
type?: FrameworkType;
|
1912
1931
|
/**
|
1913
|
-
* The compliance type that the
|
1932
|
+
* The compliance type that the framework supports, such as CIS or HIPAA.
|
1914
1933
|
*/
|
1915
1934
|
complianceType?: ComplianceType;
|
1916
1935
|
/**
|
@@ -1922,7 +1941,7 @@ declare namespace AuditManager {
|
|
1922
1941
|
*/
|
1923
1942
|
logo?: Filename;
|
1924
1943
|
/**
|
1925
|
-
* The sources
|
1944
|
+
* The control data sources where Audit Manager collects evidence from.
|
1926
1945
|
*/
|
1927
1946
|
controlSources?: ControlSources;
|
1928
1947
|
/**
|
@@ -2056,7 +2075,7 @@ declare namespace AuditManager {
|
|
2056
2075
|
}
|
2057
2076
|
export interface GetControlResponse {
|
2058
2077
|
/**
|
2059
|
-
* The
|
2078
|
+
* The details of the control that the GetControl API returned.
|
2060
2079
|
*/
|
2061
2080
|
control?: Control;
|
2062
2081
|
}
|
@@ -2112,6 +2131,22 @@ declare namespace AuditManager {
|
|
2112
2131
|
*/
|
2113
2132
|
nextToken?: Token;
|
2114
2133
|
}
|
2134
|
+
export interface GetEvidenceFileUploadUrlRequest {
|
2135
|
+
/**
|
2136
|
+
* The file that you want to upload. For a list of supported file formats, see Supported file types for manual evidence in the Audit Manager User Guide.
|
2137
|
+
*/
|
2138
|
+
fileName: ManualEvidenceLocalFileName;
|
2139
|
+
}
|
2140
|
+
export interface GetEvidenceFileUploadUrlResponse {
|
2141
|
+
/**
|
2142
|
+
* The name of the uploaded manual evidence file that the presigned URL was generated for.
|
2143
|
+
*/
|
2144
|
+
evidenceFileName?: NonEmptyString;
|
2145
|
+
/**
|
2146
|
+
* The presigned URL that was generated.
|
2147
|
+
*/
|
2148
|
+
uploadUrl?: NonEmptyString;
|
2149
|
+
}
|
2115
2150
|
export interface GetEvidenceFolderRequest {
|
2116
2151
|
/**
|
2117
2152
|
* The unique identifier for the assessment.
|
@@ -2323,7 +2358,7 @@ declare namespace AuditManager {
|
|
2323
2358
|
lastUpdated?: Timestamp;
|
2324
2359
|
}
|
2325
2360
|
export type Integer = number;
|
2326
|
-
export type KeywordInputType = "SELECT_FROM_LIST"|string;
|
2361
|
+
export type KeywordInputType = "SELECT_FROM_LIST"|"UPLOAD_FILE"|"INPUT_TEXT"|string;
|
2327
2362
|
export type KeywordValue = string;
|
2328
2363
|
export type Keywords = KeywordValue[];
|
2329
2364
|
export type KmsKey = string;
|
@@ -2396,7 +2431,7 @@ declare namespace AuditManager {
|
|
2396
2431
|
}
|
2397
2432
|
export interface ListAssessmentFrameworksResponse {
|
2398
2433
|
/**
|
2399
|
-
*
|
2434
|
+
* A list of metadata that the ListAssessmentFrameworks API returns for each framework.
|
2400
2435
|
*/
|
2401
2436
|
frameworkMetadataList?: FrameworkMetadataList;
|
2402
2437
|
/**
|
@@ -2441,7 +2476,7 @@ declare namespace AuditManager {
|
|
2441
2476
|
}
|
2442
2477
|
export interface ListAssessmentsResponse {
|
2443
2478
|
/**
|
2444
|
-
*
|
2479
|
+
* The metadata that the ListAssessments API returns for each assessment.
|
2445
2480
|
*/
|
2446
2481
|
assessmentMetadata?: ListAssessmentMetadata;
|
2447
2482
|
/**
|
@@ -2533,7 +2568,7 @@ declare namespace AuditManager {
|
|
2533
2568
|
}
|
2534
2569
|
export interface ListControlsResponse {
|
2535
2570
|
/**
|
2536
|
-
*
|
2571
|
+
* A list of metadata that the ListControls API returns for each control.
|
2537
2572
|
*/
|
2538
2573
|
controlMetadataList?: ControlMetadataList;
|
2539
2574
|
/**
|
@@ -2599,11 +2634,21 @@ declare namespace AuditManager {
|
|
2599
2634
|
}
|
2600
2635
|
export interface ManualEvidence {
|
2601
2636
|
/**
|
2602
|
-
*
|
2637
|
+
* The S3 URL of the object that's imported as manual evidence.
|
2603
2638
|
*/
|
2604
2639
|
s3ResourcePath?: S3Url;
|
2640
|
+
/**
|
2641
|
+
* The plain text response that's entered and saved as manual evidence.
|
2642
|
+
*/
|
2643
|
+
textResponse?: ManualEvidenceTextResponse;
|
2644
|
+
/**
|
2645
|
+
* The name of the file that's uploaded as manual evidence. This name is populated using the evidenceFileName value from the GetEvidenceFileUploadUrl API response.
|
2646
|
+
*/
|
2647
|
+
evidenceFileName?: ManualEvidenceLocalFileName;
|
2605
2648
|
}
|
2606
2649
|
export type ManualEvidenceList = ManualEvidence[];
|
2650
|
+
export type ManualEvidenceLocalFileName = string;
|
2651
|
+
export type ManualEvidenceTextResponse = string;
|
2607
2652
|
export type MaxResults = number;
|
2608
2653
|
export type NonEmptyString = string;
|
2609
2654
|
export interface Notification {
|
@@ -2735,7 +2780,7 @@ declare namespace AuditManager {
|
|
2735
2780
|
category?: NonEmptyString;
|
2736
2781
|
}
|
2737
2782
|
export type ServiceMetadataList = ServiceMetadata[];
|
2738
|
-
export type SettingAttribute = "ALL"|"IS_AWS_ORG_ENABLED"|"SNS_TOPIC"|"DEFAULT_ASSESSMENT_REPORTS_DESTINATION"|"DEFAULT_PROCESS_OWNERS"|"EVIDENCE_FINDER_ENABLEMENT"|"DEREGISTRATION_POLICY"|string;
|
2783
|
+
export type SettingAttribute = "ALL"|"IS_AWS_ORG_ENABLED"|"SNS_TOPIC"|"DEFAULT_ASSESSMENT_REPORTS_DESTINATION"|"DEFAULT_PROCESS_OWNERS"|"EVIDENCE_FINDER_ENABLEMENT"|"DEREGISTRATION_POLICY"|"DEFAULT_EXPORT_DESTINATION"|string;
|
2739
2784
|
export interface Settings {
|
2740
2785
|
/**
|
2741
2786
|
* Specifies whether Organizations is enabled.
|
@@ -2746,7 +2791,7 @@ declare namespace AuditManager {
|
|
2746
2791
|
*/
|
2747
2792
|
snsTopic?: SNSTopic;
|
2748
2793
|
/**
|
2749
|
-
*
|
2794
|
+
* The default S3 destination bucket for storing assessment reports.
|
2750
2795
|
*/
|
2751
2796
|
defaultAssessmentReportsDestination?: AssessmentReportsDestination;
|
2752
2797
|
/**
|
@@ -2765,6 +2810,10 @@ declare namespace AuditManager {
|
|
2765
2810
|
* The deregistration policy for your Audit Manager data. You can use this attribute to determine how your data is handled when you deregister Audit Manager.
|
2766
2811
|
*/
|
2767
2812
|
deregistrationPolicy?: DeregistrationPolicy;
|
2813
|
+
/**
|
2814
|
+
* The default S3 destination bucket for storing evidence finder exports.
|
2815
|
+
*/
|
2816
|
+
defaultExportDestination?: DefaultExportDestination;
|
2768
2817
|
}
|
2769
2818
|
export type ShareRequestAction = "ACCEPT"|"DECLINE"|"REVOKE"|string;
|
2770
2819
|
export type ShareRequestComment = string;
|
@@ -2775,11 +2824,11 @@ declare namespace AuditManager {
|
|
2775
2824
|
export type SourceFrequency = "DAILY"|"WEEKLY"|"MONTHLY"|string;
|
2776
2825
|
export interface SourceKeyword {
|
2777
2826
|
/**
|
2778
|
-
* The input method for the keyword.
|
2827
|
+
* The input method for the keyword. SELECT_FROM_LIST is used when mapping a data source for automated evidence. When keywordInputType is SELECT_FROM_LIST, a keyword must be selected to collect automated evidence. For example, this keyword can be a CloudTrail event name, a rule name for Config, a Security Hub control, or the name of an Amazon Web Services API call. UPLOAD_FILE and INPUT_TEXT are only used when mapping a data source for manual evidence. When keywordInputType is UPLOAD_FILE, a file must be uploaded as manual evidence. When keywordInputType is INPUT_TEXT, text must be entered as manual evidence.
|
2779
2828
|
*/
|
2780
2829
|
keywordInputType?: KeywordInputType;
|
2781
2830
|
/**
|
2782
|
-
* The value of the keyword that's used when mapping a control data source. For example, this can be a CloudTrail event name, a rule name for Config, a Security Hub control, or the name of an Amazon Web Services API call. If you’re mapping a data source to a rule in Config, the keywordValue that you specify depends on the type of rule: For managed rules, you can use the rule identifier as the keywordValue. You can find the rule identifier from the list of Config managed rules. Managed rule name: s3-bucket-acl-prohibited keywordValue: S3_BUCKET_ACL_PROHIBITED For custom rules, you form the keywordValue by adding the Custom_ prefix to the rule name. This prefix distinguishes the rule from a managed rule. Custom rule name: my-custom-config-rule keywordValue: Custom_my-custom-config-rule For service-linked rules, you form the keywordValue by adding the Custom_ prefix to the rule name. In addition, you remove the suffix ID that appears at the end of the rule name. Service-linked rule name: CustomRuleForAccount-conformance-pack-szsm1uv0w keywordValue: Custom_CustomRuleForAccount-conformance-pack Service-linked rule name: OrgConfigRule-s3-bucket-versioning-enabled-dbgzf8ba keywordValue: Custom_OrgConfigRule-s3-bucket-versioning-enabled
|
2831
|
+
* The value of the keyword that's used when mapping a control data source. For example, this can be a CloudTrail event name, a rule name for Config, a Security Hub control, or the name of an Amazon Web Services API call. If you’re mapping a data source to a rule in Config, the keywordValue that you specify depends on the type of rule: For managed rules, you can use the rule identifier as the keywordValue. You can find the rule identifier from the list of Config managed rules. For some rules, the rule identifier is different from the rule name. For example, the rule name restricted-ssh has the following rule identifier: INCOMING_SSH_DISABLED. Make sure to use the rule identifier, not the rule name. Keyword example for managed rules: Managed rule name: s3-bucket-acl-prohibited keywordValue: S3_BUCKET_ACL_PROHIBITED For custom rules, you form the keywordValue by adding the Custom_ prefix to the rule name. This prefix distinguishes the custom rule from a managed rule. Keyword example for custom rules: Custom rule name: my-custom-config-rule keywordValue: Custom_my-custom-config-rule For service-linked rules, you form the keywordValue by adding the Custom_ prefix to the rule name. In addition, you remove the suffix ID that appears at the end of the rule name. Keyword examples for service-linked rules: Service-linked rule name: CustomRuleForAccount-conformance-pack-szsm1uv0w keywordValue: Custom_CustomRuleForAccount-conformance-pack Service-linked rule name: OrgConfigRule-s3-bucket-versioning-enabled-dbgzf8ba keywordValue: Custom_OrgConfigRule-s3-bucket-versioning-enabled The keywordValue is case sensitive. If you enter a value incorrectly, Audit Manager might not recognize the data source mapping. As a result, you might not successfully collect evidence from that data source as intended. Keep in mind the following requirements, depending on the data source type that you're using. For Config: For managed rules, make sure that the keywordValue is the rule identifier in ALL_CAPS_WITH_UNDERSCORES. For example, CLOUDWATCH_LOG_GROUP_ENCRYPTED. For accuracy, we recommend that you reference the list of supported Config managed rules. For custom rules, make sure that the keywordValue has the Custom_ prefix followed by the custom rule name. The format of the custom rule name itself may vary. For accuracy, we recommend that you visit the Config console to verify your custom rule name. For Security Hub: The format varies for Security Hub control names. For accuracy, we recommend that you reference the list of supported Security Hub controls. For Amazon Web Services API calls: Make sure that the keywordValue is written as serviceprefix_ActionName. For example, iam_ListGroups. For accuracy, we recommend that you reference the list of supported API calls. For CloudTrail: Make sure that the keywordValue is written as serviceprefix_ActionName. For example, cloudtrail_StartLogging. For accuracy, we recommend that you review the Amazon Web Service prefix and action names in the Service Authorization Reference.
|
2783
2832
|
*/
|
2784
2833
|
keywordValue?: KeywordValue;
|
2785
2834
|
}
|
@@ -3060,7 +3109,7 @@ declare namespace AuditManager {
|
|
3060
3109
|
*/
|
3061
3110
|
snsTopic?: SnsArn;
|
3062
3111
|
/**
|
3063
|
-
* The default
|
3112
|
+
* The default S3 destination bucket for storing assessment reports.
|
3064
3113
|
*/
|
3065
3114
|
defaultAssessmentReportsDestination?: AssessmentReportsDestination;
|
3066
3115
|
/**
|
@@ -3079,6 +3128,10 @@ declare namespace AuditManager {
|
|
3079
3128
|
* The deregistration policy for your Audit Manager data. You can use this attribute to determine how your data is handled when you deregister Audit Manager.
|
3080
3129
|
*/
|
3081
3130
|
deregistrationPolicy?: DeregistrationPolicy;
|
3131
|
+
/**
|
3132
|
+
* The default S3 destination bucket for storing evidence finder exports.
|
3133
|
+
*/
|
3134
|
+
defaultExportDestination?: DefaultExportDestination;
|
3082
3135
|
}
|
3083
3136
|
export interface UpdateSettingsResponse {
|
3084
3137
|
/**
|
package/clients/connect.d.ts
CHANGED
@@ -1052,11 +1052,11 @@ declare class Connect extends Service {
|
|
1052
1052
|
*/
|
1053
1053
|
replicateInstance(callback?: (err: AWSError, data: Connect.Types.ReplicateInstanceResponse) => void): Request<Connect.Types.ReplicateInstanceResponse, AWSError>;
|
1054
1054
|
/**
|
1055
|
-
* When a contact is being recorded, and the recording has been suspended using SuspendContactRecording, this API resumes recording the call.
|
1055
|
+
* When a contact is being recorded, and the recording has been suspended using SuspendContactRecording, this API resumes recording the call or screen. Voice and screen recordings are supported.
|
1056
1056
|
*/
|
1057
1057
|
resumeContactRecording(params: Connect.Types.ResumeContactRecordingRequest, callback?: (err: AWSError, data: Connect.Types.ResumeContactRecordingResponse) => void): Request<Connect.Types.ResumeContactRecordingResponse, AWSError>;
|
1058
1058
|
/**
|
1059
|
-
* When a contact is being recorded, and the recording has been suspended using SuspendContactRecording, this API resumes recording the call.
|
1059
|
+
* When a contact is being recorded, and the recording has been suspended using SuspendContactRecording, this API resumes recording the call or screen. Voice and screen recordings are supported.
|
1060
1060
|
*/
|
1061
1061
|
resumeContactRecording(callback?: (err: AWSError, data: Connect.Types.ResumeContactRecordingResponse) => void): Request<Connect.Types.ResumeContactRecordingResponse, AWSError>;
|
1062
1062
|
/**
|
@@ -1212,11 +1212,11 @@ declare class Connect extends Service {
|
|
1212
1212
|
*/
|
1213
1213
|
submitContactEvaluation(callback?: (err: AWSError, data: Connect.Types.SubmitContactEvaluationResponse) => void): Request<Connect.Types.SubmitContactEvaluationResponse, AWSError>;
|
1214
1214
|
/**
|
1215
|
-
* When a contact is being recorded, this API suspends recording the call. For example, you might suspend the call recording while collecting sensitive information, such as a credit card number. Then use ResumeContactRecording to restart recording.
|
1215
|
+
* When a contact is being recorded, this API suspends recording the call or screen. For example, you might suspend the call or screen recording while collecting sensitive information, such as a credit card number. Then use ResumeContactRecording to restart recording. The period of time that the recording is suspended is filled with silence in the final recording. Voice and screen recordings are supported.
|
1216
1216
|
*/
|
1217
1217
|
suspendContactRecording(params: Connect.Types.SuspendContactRecordingRequest, callback?: (err: AWSError, data: Connect.Types.SuspendContactRecordingResponse) => void): Request<Connect.Types.SuspendContactRecordingResponse, AWSError>;
|
1218
1218
|
/**
|
1219
|
-
* When a contact is being recorded, this API suspends recording the call. For example, you might suspend the call recording while collecting sensitive information, such as a credit card number. Then use ResumeContactRecording to restart recording.
|
1219
|
+
* When a contact is being recorded, this API suspends recording the call or screen. For example, you might suspend the call or screen recording while collecting sensitive information, such as a credit card number. Then use ResumeContactRecording to restart recording. The period of time that the recording is suspended is filled with silence in the final recording. Voice and screen recordings are supported.
|
1220
1220
|
*/
|
1221
1221
|
suspendContactRecording(callback?: (err: AWSError, data: Connect.Types.SuspendContactRecordingResponse) => void): Request<Connect.Types.SuspendContactRecordingResponse, AWSError>;
|
1222
1222
|
/**
|
@@ -5043,6 +5043,10 @@ declare namespace Connect {
|
|
5043
5043
|
* Whether outbound calls are enabled.
|
5044
5044
|
*/
|
5045
5045
|
OutboundCallsEnabled?: OutboundCallsEnabled;
|
5046
|
+
/**
|
5047
|
+
* This URL allows contact center users to access Amazon Connect admin website.
|
5048
|
+
*/
|
5049
|
+
InstanceAccessUrl?: Url;
|
5046
5050
|
}
|
5047
5051
|
export type InstanceArn = string;
|
5048
5052
|
export type InstanceAttributeType = "INBOUND_CALLS"|"OUTBOUND_CALLS"|"CONTACTFLOW_LOGS"|"CONTACT_LENS"|"AUTO_RESOLVE_BEST_VOICES"|"USE_CUSTOM_TTS_VOICES"|"EARLY_MEDIA"|"MULTI_PARTY_CONFERENCE"|"HIGH_VOLUME_OUTBOUND"|"ENHANCED_CONTACT_MONITORING"|string;
|
@@ -5083,7 +5087,7 @@ declare namespace Connect {
|
|
5083
5087
|
KinesisFirehoseConfig?: KinesisFirehoseConfig;
|
5084
5088
|
}
|
5085
5089
|
export type InstanceStorageConfigs = InstanceStorageConfig[];
|
5086
|
-
export type InstanceStorageResourceType = "CHAT_TRANSCRIPTS"|"CALL_RECORDINGS"|"SCHEDULED_REPORTS"|"MEDIA_STREAMS"|"CONTACT_TRACE_RECORDS"|"AGENT_EVENTS"|"REAL_TIME_CONTACT_ANALYSIS_SEGMENTS"|"ATTACHMENTS"|"CONTACT_EVALUATIONS"|string;
|
5090
|
+
export type InstanceStorageResourceType = "CHAT_TRANSCRIPTS"|"CALL_RECORDINGS"|"SCHEDULED_REPORTS"|"MEDIA_STREAMS"|"CONTACT_TRACE_RECORDS"|"AGENT_EVENTS"|"REAL_TIME_CONTACT_ANALYSIS_SEGMENTS"|"ATTACHMENTS"|"CONTACT_EVALUATIONS"|"SCREEN_RECORDINGS"|string;
|
5087
5091
|
export interface InstanceSummary {
|
5088
5092
|
/**
|
5089
5093
|
* The identifier of the instance.
|
@@ -5121,6 +5125,10 @@ declare namespace Connect {
|
|
5121
5125
|
* Whether outbound calls are enabled.
|
5122
5126
|
*/
|
5123
5127
|
OutboundCallsEnabled?: OutboundCallsEnabled;
|
5128
|
+
/**
|
5129
|
+
* This URL allows contact center users to access Amazon Connect admin website.
|
5130
|
+
*/
|
5131
|
+
InstanceAccessUrl?: Url;
|
5124
5132
|
}
|
5125
5133
|
export type InstanceSummaryList = InstanceSummary[];
|
5126
5134
|
export type Integer = number;
|