aws-sdk 2.945.0 → 2.949.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (47) hide show
  1. package/CHANGELOG.md +25 -1
  2. package/README.md +1 -1
  3. package/apis/chime-2018-05-01.min.json +259 -258
  4. package/apis/dms-2016-01-01.min.json +127 -97
  5. package/apis/ec2-2016-11-15.min.json +1236 -930
  6. package/apis/ec2-2016-11-15.paginators.json +6 -0
  7. package/apis/emr-containers-2020-10-01.min.json +25 -23
  8. package/apis/glue-2017-03-31.min.json +254 -220
  9. package/apis/health-2016-08-04.min.json +29 -29
  10. package/apis/healthlake-2017-07-01.min.json +258 -60
  11. package/apis/healthlake-2017-07-01.paginators.json +10 -0
  12. package/apis/iotsitewise-2019-12-02.min.json +46 -25
  13. package/apis/lightsail-2016-11-28.min.json +557 -192
  14. package/apis/location-2020-11-19.min.json +205 -0
  15. package/apis/robomaker-2018-06-29.min.json +6 -3
  16. package/apis/wellarchitected-2020-03-31.min.json +60 -19
  17. package/clients/acm.d.ts +16 -16
  18. package/clients/appintegrations.d.ts +22 -22
  19. package/clients/auditmanager.d.ts +138 -138
  20. package/clients/chime.d.ts +5 -0
  21. package/clients/cognitoidentityserviceprovider.d.ts +72 -72
  22. package/clients/directconnect.d.ts +11 -8
  23. package/clients/dms.d.ts +253 -204
  24. package/clients/ec2.d.ts +332 -6
  25. package/clients/ecs.d.ts +83 -83
  26. package/clients/emrcontainers.d.ts +12 -2
  27. package/clients/glue.d.ts +38 -3
  28. package/clients/health.d.ts +3 -2
  29. package/clients/healthlake.d.ts +220 -5
  30. package/clients/imagebuilder.d.ts +27 -27
  31. package/clients/lexmodelbuildingservice.d.ts +1 -1
  32. package/clients/lightsail.d.ts +610 -150
  33. package/clients/location.d.ts +227 -35
  34. package/clients/robomaker.d.ts +12 -0
  35. package/clients/wellarchitected.d.ts +76 -5
  36. package/dist/aws-sdk-core-react-native.js +6 -1
  37. package/dist/aws-sdk-react-native.js +20 -15
  38. package/dist/aws-sdk.js +1455 -933
  39. package/dist/aws-sdk.min.js +65 -65
  40. package/lib/core.d.ts +1 -0
  41. package/lib/core.js +1 -1
  42. package/lib/json/builder.js +3 -0
  43. package/lib/json/parser.js +1 -0
  44. package/lib/model/index.d.ts +4 -0
  45. package/lib/model/shape.js +1 -0
  46. package/package.json +1 -1
  47. package/scripts/lib/ts-generator.js +16 -0
@@ -12,67 +12,67 @@ declare class AuditManager extends Service {
12
12
  constructor(options?: AuditManager.Types.ClientConfiguration)
13
13
  config: Config & AuditManager.Types.ClientConfiguration;
14
14
  /**
15
- * Associates an evidence folder to the specified assessment report in AWS Audit Manager.
15
+ * Associates an evidence folder to the specified assessment report in Audit Manager.
16
16
  */
17
17
  associateAssessmentReportEvidenceFolder(params: AuditManager.Types.AssociateAssessmentReportEvidenceFolderRequest, callback?: (err: AWSError, data: AuditManager.Types.AssociateAssessmentReportEvidenceFolderResponse) => void): Request<AuditManager.Types.AssociateAssessmentReportEvidenceFolderResponse, AWSError>;
18
18
  /**
19
- * Associates an evidence folder to the specified assessment report in AWS Audit Manager.
19
+ * Associates an evidence folder to the specified assessment report in Audit Manager.
20
20
  */
21
21
  associateAssessmentReportEvidenceFolder(callback?: (err: AWSError, data: AuditManager.Types.AssociateAssessmentReportEvidenceFolderResponse) => void): Request<AuditManager.Types.AssociateAssessmentReportEvidenceFolderResponse, AWSError>;
22
22
  /**
23
- * Associates a list of evidence to an assessment report in an AWS Audit Manager assessment.
23
+ * Associates a list of evidence to an assessment report in an Audit Manager assessment.
24
24
  */
25
25
  batchAssociateAssessmentReportEvidence(params: AuditManager.Types.BatchAssociateAssessmentReportEvidenceRequest, callback?: (err: AWSError, data: AuditManager.Types.BatchAssociateAssessmentReportEvidenceResponse) => void): Request<AuditManager.Types.BatchAssociateAssessmentReportEvidenceResponse, AWSError>;
26
26
  /**
27
- * Associates a list of evidence to an assessment report in an AWS Audit Manager assessment.
27
+ * Associates a list of evidence to an assessment report in an Audit Manager assessment.
28
28
  */
29
29
  batchAssociateAssessmentReportEvidence(callback?: (err: AWSError, data: AuditManager.Types.BatchAssociateAssessmentReportEvidenceResponse) => void): Request<AuditManager.Types.BatchAssociateAssessmentReportEvidenceResponse, AWSError>;
30
30
  /**
31
- * Create a batch of delegations for a specified assessment in AWS Audit Manager.
31
+ * Create a batch of delegations for a specified assessment in Audit Manager.
32
32
  */
33
33
  batchCreateDelegationByAssessment(params: AuditManager.Types.BatchCreateDelegationByAssessmentRequest, callback?: (err: AWSError, data: AuditManager.Types.BatchCreateDelegationByAssessmentResponse) => void): Request<AuditManager.Types.BatchCreateDelegationByAssessmentResponse, AWSError>;
34
34
  /**
35
- * Create a batch of delegations for a specified assessment in AWS Audit Manager.
35
+ * Create a batch of delegations for a specified assessment in Audit Manager.
36
36
  */
37
37
  batchCreateDelegationByAssessment(callback?: (err: AWSError, data: AuditManager.Types.BatchCreateDelegationByAssessmentResponse) => void): Request<AuditManager.Types.BatchCreateDelegationByAssessmentResponse, AWSError>;
38
38
  /**
39
- * Deletes the delegations in the specified AWS Audit Manager assessment.
39
+ * Deletes the delegations in the specified Audit Manager assessment.
40
40
  */
41
41
  batchDeleteDelegationByAssessment(params: AuditManager.Types.BatchDeleteDelegationByAssessmentRequest, callback?: (err: AWSError, data: AuditManager.Types.BatchDeleteDelegationByAssessmentResponse) => void): Request<AuditManager.Types.BatchDeleteDelegationByAssessmentResponse, AWSError>;
42
42
  /**
43
- * Deletes the delegations in the specified AWS Audit Manager assessment.
43
+ * Deletes the delegations in the specified Audit Manager assessment.
44
44
  */
45
45
  batchDeleteDelegationByAssessment(callback?: (err: AWSError, data: AuditManager.Types.BatchDeleteDelegationByAssessmentResponse) => void): Request<AuditManager.Types.BatchDeleteDelegationByAssessmentResponse, AWSError>;
46
46
  /**
47
- * Disassociates a list of evidence from the specified assessment report in AWS Audit Manager.
47
+ * Disassociates a list of evidence from the specified assessment report in Audit Manager.
48
48
  */
49
49
  batchDisassociateAssessmentReportEvidence(params: AuditManager.Types.BatchDisassociateAssessmentReportEvidenceRequest, callback?: (err: AWSError, data: AuditManager.Types.BatchDisassociateAssessmentReportEvidenceResponse) => void): Request<AuditManager.Types.BatchDisassociateAssessmentReportEvidenceResponse, AWSError>;
50
50
  /**
51
- * Disassociates a list of evidence from the specified assessment report in AWS Audit Manager.
51
+ * Disassociates a list of evidence from the specified assessment report in Audit Manager.
52
52
  */
53
53
  batchDisassociateAssessmentReportEvidence(callback?: (err: AWSError, data: AuditManager.Types.BatchDisassociateAssessmentReportEvidenceResponse) => void): Request<AuditManager.Types.BatchDisassociateAssessmentReportEvidenceResponse, AWSError>;
54
54
  /**
55
- * Uploads one or more pieces of evidence to the specified control in the assessment in AWS Audit Manager.
55
+ * Uploads one or more pieces of evidence to the specified control in the assessment in 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
- * Uploads one or more pieces of evidence to the specified control in the assessment in AWS Audit Manager.
59
+ * Uploads one or more pieces of evidence to the specified control in the assessment in Audit Manager.
60
60
  */
61
61
  batchImportEvidenceToAssessmentControl(callback?: (err: AWSError, data: AuditManager.Types.BatchImportEvidenceToAssessmentControlResponse) => void): Request<AuditManager.Types.BatchImportEvidenceToAssessmentControlResponse, AWSError>;
62
62
  /**
63
- * Creates an assessment in AWS Audit Manager.
63
+ * Creates an assessment in Audit Manager.
64
64
  */
65
65
  createAssessment(params: AuditManager.Types.CreateAssessmentRequest, callback?: (err: AWSError, data: AuditManager.Types.CreateAssessmentResponse) => void): Request<AuditManager.Types.CreateAssessmentResponse, AWSError>;
66
66
  /**
67
- * Creates an assessment in AWS Audit Manager.
67
+ * Creates an assessment in Audit Manager.
68
68
  */
69
69
  createAssessment(callback?: (err: AWSError, data: AuditManager.Types.CreateAssessmentResponse) => void): Request<AuditManager.Types.CreateAssessmentResponse, AWSError>;
70
70
  /**
71
- * Creates a custom framework in AWS Audit Manager.
71
+ * Creates a custom framework in Audit Manager.
72
72
  */
73
73
  createAssessmentFramework(params: AuditManager.Types.CreateAssessmentFrameworkRequest, callback?: (err: AWSError, data: AuditManager.Types.CreateAssessmentFrameworkResponse) => void): Request<AuditManager.Types.CreateAssessmentFrameworkResponse, AWSError>;
74
74
  /**
75
- * Creates a custom framework in AWS Audit Manager.
75
+ * Creates a custom framework in Audit Manager.
76
76
  */
77
77
  createAssessmentFramework(callback?: (err: AWSError, data: AuditManager.Types.CreateAssessmentFrameworkResponse) => void): Request<AuditManager.Types.CreateAssessmentFrameworkResponse, AWSError>;
78
78
  /**
@@ -84,115 +84,115 @@ declare class AuditManager extends Service {
84
84
  */
85
85
  createAssessmentReport(callback?: (err: AWSError, data: AuditManager.Types.CreateAssessmentReportResponse) => void): Request<AuditManager.Types.CreateAssessmentReportResponse, AWSError>;
86
86
  /**
87
- * Creates a new custom control in AWS Audit Manager.
87
+ * Creates a new custom control in Audit Manager.
88
88
  */
89
89
  createControl(params: AuditManager.Types.CreateControlRequest, callback?: (err: AWSError, data: AuditManager.Types.CreateControlResponse) => void): Request<AuditManager.Types.CreateControlResponse, AWSError>;
90
90
  /**
91
- * Creates a new custom control in AWS Audit Manager.
91
+ * Creates a new custom control in Audit Manager.
92
92
  */
93
93
  createControl(callback?: (err: AWSError, data: AuditManager.Types.CreateControlResponse) => void): Request<AuditManager.Types.CreateControlResponse, AWSError>;
94
94
  /**
95
- * Deletes an assessment in AWS Audit Manager.
95
+ * Deletes an assessment in Audit Manager.
96
96
  */
97
97
  deleteAssessment(params: AuditManager.Types.DeleteAssessmentRequest, callback?: (err: AWSError, data: AuditManager.Types.DeleteAssessmentResponse) => void): Request<AuditManager.Types.DeleteAssessmentResponse, AWSError>;
98
98
  /**
99
- * Deletes an assessment in AWS Audit Manager.
99
+ * Deletes an assessment in Audit Manager.
100
100
  */
101
101
  deleteAssessment(callback?: (err: AWSError, data: AuditManager.Types.DeleteAssessmentResponse) => void): Request<AuditManager.Types.DeleteAssessmentResponse, AWSError>;
102
102
  /**
103
- * Deletes a custom framework in AWS Audit Manager.
103
+ * Deletes a custom framework in Audit Manager.
104
104
  */
105
105
  deleteAssessmentFramework(params: AuditManager.Types.DeleteAssessmentFrameworkRequest, callback?: (err: AWSError, data: AuditManager.Types.DeleteAssessmentFrameworkResponse) => void): Request<AuditManager.Types.DeleteAssessmentFrameworkResponse, AWSError>;
106
106
  /**
107
- * Deletes a custom framework in AWS Audit Manager.
107
+ * Deletes a custom framework in Audit Manager.
108
108
  */
109
109
  deleteAssessmentFramework(callback?: (err: AWSError, data: AuditManager.Types.DeleteAssessmentFrameworkResponse) => void): Request<AuditManager.Types.DeleteAssessmentFrameworkResponse, AWSError>;
110
110
  /**
111
- * Deletes an assessment report from an assessment in AWS Audit Manager.
111
+ * Deletes an assessment report from an assessment in Audit Manager.
112
112
  */
113
113
  deleteAssessmentReport(params: AuditManager.Types.DeleteAssessmentReportRequest, callback?: (err: AWSError, data: AuditManager.Types.DeleteAssessmentReportResponse) => void): Request<AuditManager.Types.DeleteAssessmentReportResponse, AWSError>;
114
114
  /**
115
- * Deletes an assessment report from an assessment in AWS Audit Manager.
115
+ * Deletes an assessment report from an assessment in Audit Manager.
116
116
  */
117
117
  deleteAssessmentReport(callback?: (err: AWSError, data: AuditManager.Types.DeleteAssessmentReportResponse) => void): Request<AuditManager.Types.DeleteAssessmentReportResponse, AWSError>;
118
118
  /**
119
- * Deletes a custom control in AWS Audit Manager.
119
+ * Deletes a custom control in Audit Manager.
120
120
  */
121
121
  deleteControl(params: AuditManager.Types.DeleteControlRequest, callback?: (err: AWSError, data: AuditManager.Types.DeleteControlResponse) => void): Request<AuditManager.Types.DeleteControlResponse, AWSError>;
122
122
  /**
123
- * Deletes a custom control in AWS Audit Manager.
123
+ * Deletes a custom control in Audit Manager.
124
124
  */
125
125
  deleteControl(callback?: (err: AWSError, data: AuditManager.Types.DeleteControlResponse) => void): Request<AuditManager.Types.DeleteControlResponse, AWSError>;
126
126
  /**
127
- * Deregisters an account in AWS Audit Manager.
127
+ * Deregisters an account in Audit Manager.
128
128
  */
129
129
  deregisterAccount(params: AuditManager.Types.DeregisterAccountRequest, callback?: (err: AWSError, data: AuditManager.Types.DeregisterAccountResponse) => void): Request<AuditManager.Types.DeregisterAccountResponse, AWSError>;
130
130
  /**
131
- * Deregisters an account in AWS Audit Manager.
131
+ * Deregisters an account in Audit Manager.
132
132
  */
133
133
  deregisterAccount(callback?: (err: AWSError, data: AuditManager.Types.DeregisterAccountResponse) => void): Request<AuditManager.Types.DeregisterAccountResponse, AWSError>;
134
134
  /**
135
- * Deregisters the delegated AWS administrator account from the AWS organization.
135
+ * Removes the specified member account as a delegated administrator for Audit Manager. When you remove a delegated administrator from your Audit Manager settings, or when you deregister a delegated administrator from Organizations, you continue to have access to the evidence that you previously collected under that account. However, Audit Manager will stop collecting and attaching evidence to that delegated administrator account moving forward.
136
136
  */
137
137
  deregisterOrganizationAdminAccount(params: AuditManager.Types.DeregisterOrganizationAdminAccountRequest, callback?: (err: AWSError, data: AuditManager.Types.DeregisterOrganizationAdminAccountResponse) => void): Request<AuditManager.Types.DeregisterOrganizationAdminAccountResponse, AWSError>;
138
138
  /**
139
- * Deregisters the delegated AWS administrator account from the AWS organization.
139
+ * Removes the specified member account as a delegated administrator for Audit Manager. When you remove a delegated administrator from your Audit Manager settings, or when you deregister a delegated administrator from Organizations, you continue to have access to the evidence that you previously collected under that account. However, Audit Manager will stop collecting and attaching evidence to that delegated administrator account moving forward.
140
140
  */
141
141
  deregisterOrganizationAdminAccount(callback?: (err: AWSError, data: AuditManager.Types.DeregisterOrganizationAdminAccountResponse) => void): Request<AuditManager.Types.DeregisterOrganizationAdminAccountResponse, AWSError>;
142
142
  /**
143
- * Disassociates an evidence folder from the specified assessment report in AWS Audit Manager.
143
+ * Disassociates an evidence folder from the specified assessment report in Audit Manager.
144
144
  */
145
145
  disassociateAssessmentReportEvidenceFolder(params: AuditManager.Types.DisassociateAssessmentReportEvidenceFolderRequest, callback?: (err: AWSError, data: AuditManager.Types.DisassociateAssessmentReportEvidenceFolderResponse) => void): Request<AuditManager.Types.DisassociateAssessmentReportEvidenceFolderResponse, AWSError>;
146
146
  /**
147
- * Disassociates an evidence folder from the specified assessment report in AWS Audit Manager.
147
+ * Disassociates an evidence folder from the specified assessment report in Audit Manager.
148
148
  */
149
149
  disassociateAssessmentReportEvidenceFolder(callback?: (err: AWSError, data: AuditManager.Types.DisassociateAssessmentReportEvidenceFolderResponse) => void): Request<AuditManager.Types.DisassociateAssessmentReportEvidenceFolderResponse, AWSError>;
150
150
  /**
151
- * Returns the registration status of an account in AWS Audit Manager.
151
+ * Returns the registration status of an account in Audit Manager.
152
152
  */
153
153
  getAccountStatus(params: AuditManager.Types.GetAccountStatusRequest, callback?: (err: AWSError, data: AuditManager.Types.GetAccountStatusResponse) => void): Request<AuditManager.Types.GetAccountStatusResponse, AWSError>;
154
154
  /**
155
- * Returns the registration status of an account in AWS Audit Manager.
155
+ * Returns the registration status of an account in Audit Manager.
156
156
  */
157
157
  getAccountStatus(callback?: (err: AWSError, data: AuditManager.Types.GetAccountStatusResponse) => void): Request<AuditManager.Types.GetAccountStatusResponse, AWSError>;
158
158
  /**
159
- * Returns an assessment from AWS Audit Manager.
159
+ * Returns an assessment from Audit Manager.
160
160
  */
161
161
  getAssessment(params: AuditManager.Types.GetAssessmentRequest, callback?: (err: AWSError, data: AuditManager.Types.GetAssessmentResponse) => void): Request<AuditManager.Types.GetAssessmentResponse, AWSError>;
162
162
  /**
163
- * Returns an assessment from AWS Audit Manager.
163
+ * Returns an assessment from Audit Manager.
164
164
  */
165
165
  getAssessment(callback?: (err: AWSError, data: AuditManager.Types.GetAssessmentResponse) => void): Request<AuditManager.Types.GetAssessmentResponse, AWSError>;
166
166
  /**
167
- * Returns a framework from AWS Audit Manager.
167
+ * Returns a framework from Audit Manager.
168
168
  */
169
169
  getAssessmentFramework(params: AuditManager.Types.GetAssessmentFrameworkRequest, callback?: (err: AWSError, data: AuditManager.Types.GetAssessmentFrameworkResponse) => void): Request<AuditManager.Types.GetAssessmentFrameworkResponse, AWSError>;
170
170
  /**
171
- * Returns a framework from AWS Audit Manager.
171
+ * Returns a framework from Audit Manager.
172
172
  */
173
173
  getAssessmentFramework(callback?: (err: AWSError, data: AuditManager.Types.GetAssessmentFrameworkResponse) => void): Request<AuditManager.Types.GetAssessmentFrameworkResponse, AWSError>;
174
174
  /**
175
- * Returns the URL of a specified assessment report in AWS Audit Manager.
175
+ * Returns the URL of a specified assessment report in Audit Manager.
176
176
  */
177
177
  getAssessmentReportUrl(params: AuditManager.Types.GetAssessmentReportUrlRequest, callback?: (err: AWSError, data: AuditManager.Types.GetAssessmentReportUrlResponse) => void): Request<AuditManager.Types.GetAssessmentReportUrlResponse, AWSError>;
178
178
  /**
179
- * Returns the URL of a specified assessment report in AWS Audit Manager.
179
+ * Returns the URL of a specified assessment report in Audit Manager.
180
180
  */
181
181
  getAssessmentReportUrl(callback?: (err: AWSError, data: AuditManager.Types.GetAssessmentReportUrlResponse) => void): Request<AuditManager.Types.GetAssessmentReportUrlResponse, AWSError>;
182
182
  /**
183
- * Returns a list of changelogs from AWS Audit Manager.
183
+ * Returns a list of changelogs from Audit Manager.
184
184
  */
185
185
  getChangeLogs(params: AuditManager.Types.GetChangeLogsRequest, callback?: (err: AWSError, data: AuditManager.Types.GetChangeLogsResponse) => void): Request<AuditManager.Types.GetChangeLogsResponse, AWSError>;
186
186
  /**
187
- * Returns a list of changelogs from AWS Audit Manager.
187
+ * Returns a list of changelogs from Audit Manager.
188
188
  */
189
189
  getChangeLogs(callback?: (err: AWSError, data: AuditManager.Types.GetChangeLogsResponse) => void): Request<AuditManager.Types.GetChangeLogsResponse, AWSError>;
190
190
  /**
191
- * Returns a control from AWS Audit Manager.
191
+ * Returns a control from Audit Manager.
192
192
  */
193
193
  getControl(params: AuditManager.Types.GetControlRequest, callback?: (err: AWSError, data: AuditManager.Types.GetControlResponse) => void): Request<AuditManager.Types.GetControlResponse, AWSError>;
194
194
  /**
195
- * Returns a control from AWS Audit Manager.
195
+ * Returns a control from Audit Manager.
196
196
  */
197
197
  getControl(callback?: (err: AWSError, data: AuditManager.Types.GetControlResponse) => void): Request<AuditManager.Types.GetControlResponse, AWSError>;
198
198
  /**
@@ -204,99 +204,99 @@ declare class AuditManager extends Service {
204
204
  */
205
205
  getDelegations(callback?: (err: AWSError, data: AuditManager.Types.GetDelegationsResponse) => void): Request<AuditManager.Types.GetDelegationsResponse, AWSError>;
206
206
  /**
207
- * Returns evidence from AWS Audit Manager.
207
+ * Returns evidence from Audit Manager.
208
208
  */
209
209
  getEvidence(params: AuditManager.Types.GetEvidenceRequest, callback?: (err: AWSError, data: AuditManager.Types.GetEvidenceResponse) => void): Request<AuditManager.Types.GetEvidenceResponse, AWSError>;
210
210
  /**
211
- * Returns evidence from AWS Audit Manager.
211
+ * Returns evidence from Audit Manager.
212
212
  */
213
213
  getEvidence(callback?: (err: AWSError, data: AuditManager.Types.GetEvidenceResponse) => void): Request<AuditManager.Types.GetEvidenceResponse, AWSError>;
214
214
  /**
215
- * Returns all evidence from a specified evidence folder in AWS Audit Manager.
215
+ * Returns all evidence from a specified evidence folder in Audit Manager.
216
216
  */
217
217
  getEvidenceByEvidenceFolder(params: AuditManager.Types.GetEvidenceByEvidenceFolderRequest, callback?: (err: AWSError, data: AuditManager.Types.GetEvidenceByEvidenceFolderResponse) => void): Request<AuditManager.Types.GetEvidenceByEvidenceFolderResponse, AWSError>;
218
218
  /**
219
- * Returns all evidence from a specified evidence folder in AWS Audit Manager.
219
+ * Returns all evidence from a specified evidence folder in Audit Manager.
220
220
  */
221
221
  getEvidenceByEvidenceFolder(callback?: (err: AWSError, data: AuditManager.Types.GetEvidenceByEvidenceFolderResponse) => void): Request<AuditManager.Types.GetEvidenceByEvidenceFolderResponse, AWSError>;
222
222
  /**
223
- * Returns an evidence folder from the specified assessment in AWS Audit Manager.
223
+ * Returns an evidence folder from the specified assessment in Audit Manager.
224
224
  */
225
225
  getEvidenceFolder(params: AuditManager.Types.GetEvidenceFolderRequest, callback?: (err: AWSError, data: AuditManager.Types.GetEvidenceFolderResponse) => void): Request<AuditManager.Types.GetEvidenceFolderResponse, AWSError>;
226
226
  /**
227
- * Returns an evidence folder from the specified assessment in AWS Audit Manager.
227
+ * Returns an evidence folder from the specified assessment in Audit Manager.
228
228
  */
229
229
  getEvidenceFolder(callback?: (err: AWSError, data: AuditManager.Types.GetEvidenceFolderResponse) => void): Request<AuditManager.Types.GetEvidenceFolderResponse, AWSError>;
230
230
  /**
231
- * Returns the evidence folders from a specified assessment in AWS Audit Manager.
231
+ * Returns the evidence folders from a specified assessment in Audit Manager.
232
232
  */
233
233
  getEvidenceFoldersByAssessment(params: AuditManager.Types.GetEvidenceFoldersByAssessmentRequest, callback?: (err: AWSError, data: AuditManager.Types.GetEvidenceFoldersByAssessmentResponse) => void): Request<AuditManager.Types.GetEvidenceFoldersByAssessmentResponse, AWSError>;
234
234
  /**
235
- * Returns the evidence folders from a specified assessment in AWS Audit Manager.
235
+ * Returns the evidence folders from a specified assessment in Audit Manager.
236
236
  */
237
237
  getEvidenceFoldersByAssessment(callback?: (err: AWSError, data: AuditManager.Types.GetEvidenceFoldersByAssessmentResponse) => void): Request<AuditManager.Types.GetEvidenceFoldersByAssessmentResponse, AWSError>;
238
238
  /**
239
- * Returns a list of evidence folders associated with a specified control of an assessment in AWS Audit Manager.
239
+ * Returns a list of evidence folders associated with a specified control of an assessment in Audit Manager.
240
240
  */
241
241
  getEvidenceFoldersByAssessmentControl(params: AuditManager.Types.GetEvidenceFoldersByAssessmentControlRequest, callback?: (err: AWSError, data: AuditManager.Types.GetEvidenceFoldersByAssessmentControlResponse) => void): Request<AuditManager.Types.GetEvidenceFoldersByAssessmentControlResponse, AWSError>;
242
242
  /**
243
- * Returns a list of evidence folders associated with a specified control of an assessment in AWS Audit Manager.
243
+ * Returns a list of evidence folders associated with a specified control of an assessment in Audit Manager.
244
244
  */
245
245
  getEvidenceFoldersByAssessmentControl(callback?: (err: AWSError, data: AuditManager.Types.GetEvidenceFoldersByAssessmentControlResponse) => void): Request<AuditManager.Types.GetEvidenceFoldersByAssessmentControlResponse, AWSError>;
246
246
  /**
247
- * Returns the name of the delegated AWS administrator account for the AWS organization.
247
+ * Returns the name of the delegated Amazon Web Services administrator account for the organization.
248
248
  */
249
249
  getOrganizationAdminAccount(params: AuditManager.Types.GetOrganizationAdminAccountRequest, callback?: (err: AWSError, data: AuditManager.Types.GetOrganizationAdminAccountResponse) => void): Request<AuditManager.Types.GetOrganizationAdminAccountResponse, AWSError>;
250
250
  /**
251
- * Returns the name of the delegated AWS administrator account for the AWS organization.
251
+ * Returns the name of the delegated Amazon Web Services administrator account for the organization.
252
252
  */
253
253
  getOrganizationAdminAccount(callback?: (err: AWSError, data: AuditManager.Types.GetOrganizationAdminAccountResponse) => void): Request<AuditManager.Types.GetOrganizationAdminAccountResponse, AWSError>;
254
254
  /**
255
- * Returns a list of the in-scope AWS services for the specified assessment.
255
+ * Returns a list of the in-scope Amazon Web Services services for the specified assessment.
256
256
  */
257
257
  getServicesInScope(params: AuditManager.Types.GetServicesInScopeRequest, callback?: (err: AWSError, data: AuditManager.Types.GetServicesInScopeResponse) => void): Request<AuditManager.Types.GetServicesInScopeResponse, AWSError>;
258
258
  /**
259
- * Returns a list of the in-scope AWS services for the specified assessment.
259
+ * Returns a list of the in-scope Amazon Web Services services for the specified assessment.
260
260
  */
261
261
  getServicesInScope(callback?: (err: AWSError, data: AuditManager.Types.GetServicesInScopeResponse) => void): Request<AuditManager.Types.GetServicesInScopeResponse, AWSError>;
262
262
  /**
263
- * Returns the settings for the specified AWS account.
263
+ * Returns the settings for the specified account.
264
264
  */
265
265
  getSettings(params: AuditManager.Types.GetSettingsRequest, callback?: (err: AWSError, data: AuditManager.Types.GetSettingsResponse) => void): Request<AuditManager.Types.GetSettingsResponse, AWSError>;
266
266
  /**
267
- * Returns the settings for the specified AWS account.
267
+ * Returns the settings for the specified account.
268
268
  */
269
269
  getSettings(callback?: (err: AWSError, data: AuditManager.Types.GetSettingsResponse) => void): Request<AuditManager.Types.GetSettingsResponse, AWSError>;
270
270
  /**
271
- * Returns a list of the frameworks available in the AWS Audit Manager framework library.
271
+ * Returns a list of the frameworks available in the Audit Manager framework library.
272
272
  */
273
273
  listAssessmentFrameworks(params: AuditManager.Types.ListAssessmentFrameworksRequest, callback?: (err: AWSError, data: AuditManager.Types.ListAssessmentFrameworksResponse) => void): Request<AuditManager.Types.ListAssessmentFrameworksResponse, AWSError>;
274
274
  /**
275
- * Returns a list of the frameworks available in the AWS Audit Manager framework library.
275
+ * Returns a list of the frameworks available in the Audit Manager framework library.
276
276
  */
277
277
  listAssessmentFrameworks(callback?: (err: AWSError, data: AuditManager.Types.ListAssessmentFrameworksResponse) => void): Request<AuditManager.Types.ListAssessmentFrameworksResponse, AWSError>;
278
278
  /**
279
- * Returns a list of assessment reports created in AWS Audit Manager.
279
+ * Returns a list of assessment reports created in Audit Manager.
280
280
  */
281
281
  listAssessmentReports(params: AuditManager.Types.ListAssessmentReportsRequest, callback?: (err: AWSError, data: AuditManager.Types.ListAssessmentReportsResponse) => void): Request<AuditManager.Types.ListAssessmentReportsResponse, AWSError>;
282
282
  /**
283
- * Returns a list of assessment reports created in AWS Audit Manager.
283
+ * Returns a list of assessment reports created in Audit Manager.
284
284
  */
285
285
  listAssessmentReports(callback?: (err: AWSError, data: AuditManager.Types.ListAssessmentReportsResponse) => void): Request<AuditManager.Types.ListAssessmentReportsResponse, AWSError>;
286
286
  /**
287
- * Returns a list of current and past assessments from AWS Audit Manager.
287
+ * Returns a list of current and past assessments from Audit Manager.
288
288
  */
289
289
  listAssessments(params: AuditManager.Types.ListAssessmentsRequest, callback?: (err: AWSError, data: AuditManager.Types.ListAssessmentsResponse) => void): Request<AuditManager.Types.ListAssessmentsResponse, AWSError>;
290
290
  /**
291
- * Returns a list of current and past assessments from AWS Audit Manager.
291
+ * Returns a list of current and past assessments from Audit Manager.
292
292
  */
293
293
  listAssessments(callback?: (err: AWSError, data: AuditManager.Types.ListAssessmentsResponse) => void): Request<AuditManager.Types.ListAssessmentsResponse, AWSError>;
294
294
  /**
295
- * Returns a list of controls from AWS Audit Manager.
295
+ * Returns a list of controls from Audit Manager.
296
296
  */
297
297
  listControls(params: AuditManager.Types.ListControlsRequest, callback?: (err: AWSError, data: AuditManager.Types.ListControlsResponse) => void): Request<AuditManager.Types.ListControlsResponse, AWSError>;
298
298
  /**
299
- * Returns a list of controls from AWS Audit Manager.
299
+ * Returns a list of controls from Audit Manager.
300
300
  */
301
301
  listControls(callback?: (err: AWSError, data: AuditManager.Types.ListControlsResponse) => void): Request<AuditManager.Types.ListControlsResponse, AWSError>;
302
302
  /**
@@ -308,137 +308,137 @@ declare class AuditManager extends Service {
308
308
  */
309
309
  listKeywordsForDataSource(callback?: (err: AWSError, data: AuditManager.Types.ListKeywordsForDataSourceResponse) => void): Request<AuditManager.Types.ListKeywordsForDataSourceResponse, AWSError>;
310
310
  /**
311
- * Returns a list of all AWS Audit Manager notifications.
311
+ * Returns a list of all Audit Manager notifications.
312
312
  */
313
313
  listNotifications(params: AuditManager.Types.ListNotificationsRequest, callback?: (err: AWSError, data: AuditManager.Types.ListNotificationsResponse) => void): Request<AuditManager.Types.ListNotificationsResponse, AWSError>;
314
314
  /**
315
- * Returns a list of all AWS Audit Manager notifications.
315
+ * Returns a list of all Audit Manager notifications.
316
316
  */
317
317
  listNotifications(callback?: (err: AWSError, data: AuditManager.Types.ListNotificationsResponse) => void): Request<AuditManager.Types.ListNotificationsResponse, AWSError>;
318
318
  /**
319
- * Returns a list of tags for the specified resource in AWS Audit Manager.
319
+ * Returns a list of tags for the specified resource in Audit Manager.
320
320
  */
321
321
  listTagsForResource(params: AuditManager.Types.ListTagsForResourceRequest, callback?: (err: AWSError, data: AuditManager.Types.ListTagsForResourceResponse) => void): Request<AuditManager.Types.ListTagsForResourceResponse, AWSError>;
322
322
  /**
323
- * Returns a list of tags for the specified resource in AWS Audit Manager.
323
+ * Returns a list of tags for the specified resource in Audit Manager.
324
324
  */
325
325
  listTagsForResource(callback?: (err: AWSError, data: AuditManager.Types.ListTagsForResourceResponse) => void): Request<AuditManager.Types.ListTagsForResourceResponse, AWSError>;
326
326
  /**
327
- * Enables AWS Audit Manager for the specified AWS account.
327
+ * Enables Audit Manager for the specified account.
328
328
  */
329
329
  registerAccount(params: AuditManager.Types.RegisterAccountRequest, callback?: (err: AWSError, data: AuditManager.Types.RegisterAccountResponse) => void): Request<AuditManager.Types.RegisterAccountResponse, AWSError>;
330
330
  /**
331
- * Enables AWS Audit Manager for the specified AWS account.
331
+ * Enables Audit Manager for the specified account.
332
332
  */
333
333
  registerAccount(callback?: (err: AWSError, data: AuditManager.Types.RegisterAccountResponse) => void): Request<AuditManager.Types.RegisterAccountResponse, AWSError>;
334
334
  /**
335
- * Enables an AWS account within the organization as the delegated administrator for AWS Audit Manager.
335
+ * Enables an account within the organization as the delegated administrator for Audit Manager.
336
336
  */
337
337
  registerOrganizationAdminAccount(params: AuditManager.Types.RegisterOrganizationAdminAccountRequest, callback?: (err: AWSError, data: AuditManager.Types.RegisterOrganizationAdminAccountResponse) => void): Request<AuditManager.Types.RegisterOrganizationAdminAccountResponse, AWSError>;
338
338
  /**
339
- * Enables an AWS account within the organization as the delegated administrator for AWS Audit Manager.
339
+ * Enables an account within the organization as the delegated administrator for Audit Manager.
340
340
  */
341
341
  registerOrganizationAdminAccount(callback?: (err: AWSError, data: AuditManager.Types.RegisterOrganizationAdminAccountResponse) => void): Request<AuditManager.Types.RegisterOrganizationAdminAccountResponse, AWSError>;
342
342
  /**
343
- * Tags the specified resource in AWS Audit Manager.
343
+ * Tags the specified resource in Audit Manager.
344
344
  */
345
345
  tagResource(params: AuditManager.Types.TagResourceRequest, callback?: (err: AWSError, data: AuditManager.Types.TagResourceResponse) => void): Request<AuditManager.Types.TagResourceResponse, AWSError>;
346
346
  /**
347
- * Tags the specified resource in AWS Audit Manager.
347
+ * Tags the specified resource in Audit Manager.
348
348
  */
349
349
  tagResource(callback?: (err: AWSError, data: AuditManager.Types.TagResourceResponse) => void): Request<AuditManager.Types.TagResourceResponse, AWSError>;
350
350
  /**
351
- * Removes a tag from a resource in AWS Audit Manager.
351
+ * Removes a tag from a resource in Audit Manager.
352
352
  */
353
353
  untagResource(params: AuditManager.Types.UntagResourceRequest, callback?: (err: AWSError, data: AuditManager.Types.UntagResourceResponse) => void): Request<AuditManager.Types.UntagResourceResponse, AWSError>;
354
354
  /**
355
- * Removes a tag from a resource in AWS Audit Manager.
355
+ * Removes a tag from a resource in Audit Manager.
356
356
  */
357
357
  untagResource(callback?: (err: AWSError, data: AuditManager.Types.UntagResourceResponse) => void): Request<AuditManager.Types.UntagResourceResponse, AWSError>;
358
358
  /**
359
- * Edits an AWS Audit Manager assessment.
359
+ * Edits an Audit Manager assessment.
360
360
  */
361
361
  updateAssessment(params: AuditManager.Types.UpdateAssessmentRequest, callback?: (err: AWSError, data: AuditManager.Types.UpdateAssessmentResponse) => void): Request<AuditManager.Types.UpdateAssessmentResponse, AWSError>;
362
362
  /**
363
- * Edits an AWS Audit Manager assessment.
363
+ * Edits an Audit Manager assessment.
364
364
  */
365
365
  updateAssessment(callback?: (err: AWSError, data: AuditManager.Types.UpdateAssessmentResponse) => void): Request<AuditManager.Types.UpdateAssessmentResponse, AWSError>;
366
366
  /**
367
- * Updates a control within an assessment in AWS Audit Manager.
367
+ * Updates a control within an assessment in Audit Manager.
368
368
  */
369
369
  updateAssessmentControl(params: AuditManager.Types.UpdateAssessmentControlRequest, callback?: (err: AWSError, data: AuditManager.Types.UpdateAssessmentControlResponse) => void): Request<AuditManager.Types.UpdateAssessmentControlResponse, AWSError>;
370
370
  /**
371
- * Updates a control within an assessment in AWS Audit Manager.
371
+ * Updates a control within an assessment in Audit Manager.
372
372
  */
373
373
  updateAssessmentControl(callback?: (err: AWSError, data: AuditManager.Types.UpdateAssessmentControlResponse) => void): Request<AuditManager.Types.UpdateAssessmentControlResponse, AWSError>;
374
374
  /**
375
- * Updates the status of a control set in an AWS Audit Manager assessment.
375
+ * Updates the status of a control set in an Audit Manager assessment.
376
376
  */
377
377
  updateAssessmentControlSetStatus(params: AuditManager.Types.UpdateAssessmentControlSetStatusRequest, callback?: (err: AWSError, data: AuditManager.Types.UpdateAssessmentControlSetStatusResponse) => void): Request<AuditManager.Types.UpdateAssessmentControlSetStatusResponse, AWSError>;
378
378
  /**
379
- * Updates the status of a control set in an AWS Audit Manager assessment.
379
+ * Updates the status of a control set in an Audit Manager assessment.
380
380
  */
381
381
  updateAssessmentControlSetStatus(callback?: (err: AWSError, data: AuditManager.Types.UpdateAssessmentControlSetStatusResponse) => void): Request<AuditManager.Types.UpdateAssessmentControlSetStatusResponse, AWSError>;
382
382
  /**
383
- * Updates a custom framework in AWS Audit Manager.
383
+ * Updates a custom framework in Audit Manager.
384
384
  */
385
385
  updateAssessmentFramework(params: AuditManager.Types.UpdateAssessmentFrameworkRequest, callback?: (err: AWSError, data: AuditManager.Types.UpdateAssessmentFrameworkResponse) => void): Request<AuditManager.Types.UpdateAssessmentFrameworkResponse, AWSError>;
386
386
  /**
387
- * Updates a custom framework in AWS Audit Manager.
387
+ * Updates a custom framework in Audit Manager.
388
388
  */
389
389
  updateAssessmentFramework(callback?: (err: AWSError, data: AuditManager.Types.UpdateAssessmentFrameworkResponse) => void): Request<AuditManager.Types.UpdateAssessmentFrameworkResponse, AWSError>;
390
390
  /**
391
- * Updates the status of an assessment in AWS Audit Manager.
391
+ * Updates the status of an assessment in Audit Manager.
392
392
  */
393
393
  updateAssessmentStatus(params: AuditManager.Types.UpdateAssessmentStatusRequest, callback?: (err: AWSError, data: AuditManager.Types.UpdateAssessmentStatusResponse) => void): Request<AuditManager.Types.UpdateAssessmentStatusResponse, AWSError>;
394
394
  /**
395
- * Updates the status of an assessment in AWS Audit Manager.
395
+ * Updates the status of an assessment in Audit Manager.
396
396
  */
397
397
  updateAssessmentStatus(callback?: (err: AWSError, data: AuditManager.Types.UpdateAssessmentStatusResponse) => void): Request<AuditManager.Types.UpdateAssessmentStatusResponse, AWSError>;
398
398
  /**
399
- * Updates a custom control in AWS Audit Manager.
399
+ * Updates a custom control in Audit Manager.
400
400
  */
401
401
  updateControl(params: AuditManager.Types.UpdateControlRequest, callback?: (err: AWSError, data: AuditManager.Types.UpdateControlResponse) => void): Request<AuditManager.Types.UpdateControlResponse, AWSError>;
402
402
  /**
403
- * Updates a custom control in AWS Audit Manager.
403
+ * Updates a custom control in Audit Manager.
404
404
  */
405
405
  updateControl(callback?: (err: AWSError, data: AuditManager.Types.UpdateControlResponse) => void): Request<AuditManager.Types.UpdateControlResponse, AWSError>;
406
406
  /**
407
- * Updates AWS Audit Manager settings for the current user account.
407
+ * Updates Audit Manager settings for the current user account.
408
408
  */
409
409
  updateSettings(params: AuditManager.Types.UpdateSettingsRequest, callback?: (err: AWSError, data: AuditManager.Types.UpdateSettingsResponse) => void): Request<AuditManager.Types.UpdateSettingsResponse, AWSError>;
410
410
  /**
411
- * Updates AWS Audit Manager settings for the current user account.
411
+ * Updates Audit Manager settings for the current user account.
412
412
  */
413
413
  updateSettings(callback?: (err: AWSError, data: AuditManager.Types.UpdateSettingsResponse) => void): Request<AuditManager.Types.UpdateSettingsResponse, AWSError>;
414
414
  /**
415
- * Validates the integrity of an assessment report in AWS Audit Manager.
415
+ * Validates the integrity of an assessment report in Audit Manager.
416
416
  */
417
417
  validateAssessmentReportIntegrity(params: AuditManager.Types.ValidateAssessmentReportIntegrityRequest, callback?: (err: AWSError, data: AuditManager.Types.ValidateAssessmentReportIntegrityResponse) => void): Request<AuditManager.Types.ValidateAssessmentReportIntegrityResponse, AWSError>;
418
418
  /**
419
- * Validates the integrity of an assessment report in AWS Audit Manager.
419
+ * Validates the integrity of an assessment report in Audit Manager.
420
420
  */
421
421
  validateAssessmentReportIntegrity(callback?: (err: AWSError, data: AuditManager.Types.ValidateAssessmentReportIntegrityResponse) => void): Request<AuditManager.Types.ValidateAssessmentReportIntegrityResponse, AWSError>;
422
422
  }
423
423
  declare namespace AuditManager {
424
424
  export interface AWSAccount {
425
425
  /**
426
- * The identifier for the specified AWS account.
426
+ * The identifier for the specified account.
427
427
  */
428
428
  id?: AccountId;
429
429
  /**
430
- * The email address associated with the specified AWS account.
430
+ * The email address associated with the specified account.
431
431
  */
432
432
  emailAddress?: EmailAddress;
433
433
  /**
434
- * The name of the specified AWS account.
434
+ * The name of the specified account.
435
435
  */
436
436
  name?: AccountName;
437
437
  }
438
438
  export type AWSAccounts = AWSAccount[];
439
439
  export interface AWSService {
440
440
  /**
441
- * The name of the AWS service.
441
+ * The name of the Amazon Web Service.
442
442
  */
443
443
  serviceName?: AWSServiceName;
444
444
  }
@@ -456,7 +456,7 @@ declare namespace AuditManager {
456
456
  */
457
457
  arn?: AuditManagerArn;
458
458
  /**
459
- * The AWS account associated with the assessment.
459
+ * The account associated with the assessment.
460
460
  */
461
461
  awsAccount?: AWSAccount;
462
462
  /**
@@ -573,7 +573,7 @@ declare namespace AuditManager {
573
573
  */
574
574
  id?: UUID;
575
575
  /**
576
- * The AWS service from which the evidence was collected.
576
+ * The Amazon Web Service from which the evidence was collected.
577
577
  */
578
578
  dataSource?: String;
579
579
  /**
@@ -597,7 +597,7 @@ declare namespace AuditManager {
597
597
  */
598
598
  evidenceResourcesIncludedCount?: Integer;
599
599
  /**
600
- * The number of evidence that falls under the configuration data category. This evidence is collected from configuration snapshots of other AWS services such as Amazon EC2, Amazon S3, or IAM.
600
+ * The number of evidence that falls under the configuration data category. This evidence is collected from configuration snapshots of other Amazon Web Services services such as Amazon EC2, Amazon S3, or IAM.
601
601
  */
602
602
  evidenceByTypeConfigurationDataCount?: Integer;
603
603
  /**
@@ -605,19 +605,19 @@ declare namespace AuditManager {
605
605
  */
606
606
  evidenceByTypeManualCount?: Integer;
607
607
  /**
608
- * The number of evidence that falls under the compliance check category. This evidence is collected from AWS Config or AWS Security Hub.
608
+ * The number of evidence that falls under the compliance check category. This evidence is collected from Config or Security Hub.
609
609
  */
610
610
  evidenceByTypeComplianceCheckCount?: Integer;
611
611
  /**
612
- * The total number of issues that were reported directly from AWS Security Hub, AWS Config, or both.
612
+ * The total number of issues that were reported directly from Security Hub, Config, or both.
613
613
  */
614
614
  evidenceByTypeComplianceCheckIssuesCount?: Integer;
615
615
  /**
616
- * The number of evidence that falls under the user activity category. This evidence is collected from AWS CloudTrail logs.
616
+ * The number of evidence that falls under the user activity category. This evidence is collected from CloudTrail logs.
617
617
  */
618
618
  evidenceByTypeUserActivityCount?: Integer;
619
619
  /**
620
- * The total number of AWS resources assessed to generate the evidence.
620
+ * The total number of Amazon Web Services resources assessed to generate the evidence.
621
621
  */
622
622
  evidenceAwsServiceSourceCount?: Integer;
623
623
  }
@@ -711,7 +711,7 @@ declare namespace AuditManager {
711
711
  */
712
712
  assessmentReportsDestination?: AssessmentReportsDestination;
713
713
  /**
714
- * The wrapper of AWS accounts and services in scope for the assessment.
714
+ * The wrapper of accounts and services in scope for the assessment.
715
715
  */
716
716
  scope?: Scope;
717
717
  /**
@@ -780,7 +780,7 @@ declare namespace AuditManager {
780
780
  */
781
781
  description?: AssessmentReportDescription;
782
782
  /**
783
- * The identifier for the specified AWS account.
783
+ * The identifier for the specified account.
784
784
  */
785
785
  awsAccountId?: AccountId;
786
786
  /**
@@ -908,7 +908,7 @@ declare namespace AuditManager {
908
908
  }
909
909
  export interface BatchCreateDelegationByAssessmentError {
910
910
  /**
911
- * The API request to batch create delegations in AWS Audit Manager.
911
+ * The API request to batch create delegations in Audit Manager.
912
912
  */
913
913
  createDelegationRequest?: CreateDelegationRequest;
914
914
  /**
@@ -923,7 +923,7 @@ declare namespace AuditManager {
923
923
  export type BatchCreateDelegationByAssessmentErrors = BatchCreateDelegationByAssessmentError[];
924
924
  export interface BatchCreateDelegationByAssessmentRequest {
925
925
  /**
926
- * The API request to batch create delegations in AWS Audit Manager.
926
+ * The API request to batch create delegations in Audit Manager.
927
927
  */
928
928
  createDelegationRequests: CreateDelegationRequests;
929
929
  /**
@@ -998,7 +998,7 @@ declare namespace AuditManager {
998
998
  }
999
999
  export interface BatchImportEvidenceToAssessmentControlError {
1000
1000
  /**
1001
- * Manual evidence that cannot be collected automatically by AWS Audit Manager.
1001
+ * Manual evidence that cannot be collected automatically by Audit Manager.
1002
1002
  */
1003
1003
  manualEvidence?: ManualEvidence;
1004
1004
  /**
@@ -1094,7 +1094,7 @@ declare namespace AuditManager {
1094
1094
  */
1095
1095
  actionPlanInstructions?: ActionPlanInstructions;
1096
1096
  /**
1097
- * The data source that determines from where AWS Audit Manager collects evidence for the control.
1097
+ * The data source that determines from where Audit Manager collects evidence for the control.
1098
1098
  */
1099
1099
  controlSources?: ControlSources;
1100
1100
  /**
@@ -1185,7 +1185,7 @@ declare namespace AuditManager {
1185
1185
  */
1186
1186
  name?: ControlName;
1187
1187
  /**
1188
- * The data source that determines from where AWS Audit Manager collects evidence for the control.
1188
+ * The data source that determines from where Audit Manager collects evidence for the control.
1189
1189
  */
1190
1190
  controlSources?: ControlSources;
1191
1191
  /**
@@ -1326,7 +1326,7 @@ declare namespace AuditManager {
1326
1326
  */
1327
1327
  sourceName?: SourceName;
1328
1328
  /**
1329
- * The description of the data source that determines from where AWS Audit Manager collects evidence for the control.
1329
+ * The description of the data source that determines from where Audit Manager collects evidence for the control.
1330
1330
  */
1331
1331
  sourceDescription?: SourceDescription;
1332
1332
  /**
@@ -1559,7 +1559,7 @@ declare namespace AuditManager {
1559
1559
  */
1560
1560
  dataSource?: String;
1561
1561
  /**
1562
- * The identifier for the specified AWS account.
1562
+ * The identifier for the specified account.
1563
1563
  */
1564
1564
  evidenceAwsAccountId?: AccountId;
1565
1565
  /**
@@ -1567,7 +1567,7 @@ declare namespace AuditManager {
1567
1567
  */
1568
1568
  time?: Timestamp;
1569
1569
  /**
1570
- * The AWS service from which the evidence is collected.
1570
+ * The Amazon Web Service from which the evidence is collected.
1571
1571
  */
1572
1572
  eventSource?: AWSServiceName;
1573
1573
  /**
@@ -1591,15 +1591,15 @@ declare namespace AuditManager {
1591
1591
  */
1592
1592
  iamId?: IamArn;
1593
1593
  /**
1594
- * The evaluation status for evidence that falls under the compliance check category. For evidence collected from AWS Security Hub, a Pass or Fail result is shown. For evidence collected from AWS Config, a Compliant or Noncompliant result is shown.
1594
+ * The evaluation status for evidence that falls under the compliance check category. For evidence collected from Security Hub, a Pass or Fail result is shown. For evidence collected from Config, a Compliant or Noncompliant result is shown.
1595
1595
  */
1596
1596
  complianceCheck?: String;
1597
1597
  /**
1598
- * The AWS account from which the evidence is collected, and its AWS organization path.
1598
+ * The account from which the evidence is collected, and its organization path.
1599
1599
  */
1600
1600
  awsOrganization?: String;
1601
1601
  /**
1602
- * The identifier for the specified AWS account.
1602
+ * The identifier for the specified account.
1603
1603
  */
1604
1604
  awsAccountId?: AccountId;
1605
1605
  /**
@@ -1652,7 +1652,7 @@ declare namespace AuditManager {
1652
1652
  */
1653
1653
  logo?: Filename;
1654
1654
  /**
1655
- * The sources from which AWS Audit Manager collects evidence for the control.
1655
+ * The sources from which Audit Manager collects evidence for the control.
1656
1656
  */
1657
1657
  controlSources?: ControlSources;
1658
1658
  /**
@@ -1707,7 +1707,7 @@ declare namespace AuditManager {
1707
1707
  }
1708
1708
  export interface GetAccountStatusResponse {
1709
1709
  /**
1710
- * The status of the specified AWS account.
1710
+ * The status of the specified account.
1711
1711
  */
1712
1712
  status?: AccountStatus;
1713
1713
  }
@@ -1958,7 +1958,7 @@ declare namespace AuditManager {
1958
1958
  }
1959
1959
  export interface GetServicesInScopeResponse {
1960
1960
  /**
1961
- * The metadata associated with the aAWS service.
1961
+ * The metadata associated with the Amazon Web Service.
1962
1962
  */
1963
1963
  serviceMetadata?: ServiceMetadataList;
1964
1964
  }
@@ -1970,7 +1970,7 @@ declare namespace AuditManager {
1970
1970
  }
1971
1971
  export interface GetSettingsResponse {
1972
1972
  /**
1973
- * The settings object that holds all supported AWS Audit Manager settings.
1973
+ * The settings object that holds all supported Audit Manager settings.
1974
1974
  */
1975
1975
  settings?: Settings;
1976
1976
  }
@@ -2174,11 +2174,11 @@ declare namespace AuditManager {
2174
2174
  export type ObjectTypeEnum = "ASSESSMENT"|"CONTROL_SET"|"CONTROL"|"DELEGATION"|"ASSESSMENT_REPORT"|string;
2175
2175
  export interface RegisterAccountRequest {
2176
2176
  /**
2177
- * The AWS KMS key details.
2177
+ * The KMS key details.
2178
2178
  */
2179
2179
  kmsKey?: KmsKey;
2180
2180
  /**
2181
- * The delegated administrator account for AWS Audit Manager.
2181
+ * The delegated administrator account for Audit Manager.
2182
2182
  */
2183
2183
  delegatedAdminAccount?: AccountId;
2184
2184
  }
@@ -2200,7 +2200,7 @@ declare namespace AuditManager {
2200
2200
  */
2201
2201
  adminAccountId?: AccountId;
2202
2202
  /**
2203
- * The identifier for the specified AWS organization.
2203
+ * The identifier for the specified organization.
2204
2204
  */
2205
2205
  organizationId?: organizationId;
2206
2206
  }
@@ -2231,29 +2231,29 @@ declare namespace AuditManager {
2231
2231
  export type SNSTopic = string;
2232
2232
  export interface Scope {
2233
2233
  /**
2234
- * The AWS accounts included in the scope of the assessment.
2234
+ * The accounts included in the scope of the assessment.
2235
2235
  */
2236
2236
  awsAccounts?: AWSAccounts;
2237
2237
  /**
2238
- * The AWS services included in the scope of the assessment.
2238
+ * The Amazon Web Services services included in the scope of the assessment.
2239
2239
  */
2240
2240
  awsServices?: AWSServices;
2241
2241
  }
2242
2242
  export interface ServiceMetadata {
2243
2243
  /**
2244
- * The name of the AWS service.
2244
+ * The name of the Amazon Web Service.
2245
2245
  */
2246
2246
  name?: AWSServiceName;
2247
2247
  /**
2248
- * The display name of the AWS service.
2248
+ * The display name of the Amazon Web Service.
2249
2249
  */
2250
2250
  displayName?: NonEmptyString;
2251
2251
  /**
2252
- * The description of the specified AWS service.
2252
+ * The description of the specified Amazon Web Service.
2253
2253
  */
2254
2254
  description?: NonEmptyString;
2255
2255
  /**
2256
- * The category in which the AWS service belongs, such as compute, storage, database, and so on.
2256
+ * The category in which the Amazon Web Service belongs, such as compute, storage, database, and so on.
2257
2257
  */
2258
2258
  category?: NonEmptyString;
2259
2259
  }
@@ -2261,7 +2261,7 @@ declare namespace AuditManager {
2261
2261
  export type SettingAttribute = "ALL"|"IS_AWS_ORG_ENABLED"|"SNS_TOPIC"|"DEFAULT_ASSESSMENT_REPORTS_DESTINATION"|"DEFAULT_PROCESS_OWNERS"|string;
2262
2262
  export interface Settings {
2263
2263
  /**
2264
- * Specifies whether AWS Organizations is enabled.
2264
+ * Specifies whether Organizations is enabled.
2265
2265
  */
2266
2266
  isAwsOrgEnabled?: Boolean;
2267
2267
  /**
@@ -2277,7 +2277,7 @@ declare namespace AuditManager {
2277
2277
  */
2278
2278
  defaultProcessOwners?: Roles;
2279
2279
  /**
2280
- * The AWS KMS key details.
2280
+ * The KMS key details.
2281
2281
  */
2282
2282
  kmsKey?: KmsKey;
2283
2283
  }
@@ -2290,7 +2290,7 @@ declare namespace AuditManager {
2290
2290
  */
2291
2291
  keywordInputType?: KeywordInputType;
2292
2292
  /**
2293
- * The value of the keyword used to search AWS CloudTrail logs, AWS Config rules, AWS Security Hub checks, and AWS API names when mapping a control data source.
2293
+ * The value of the keyword used to search CloudTrail logs, Config rules, Security Hub checks, and Amazon Web Services API names when mapping a control data source.
2294
2294
  */
2295
2295
  keywordValue?: KeywordValue;
2296
2296
  }
@@ -2523,7 +2523,7 @@ declare namespace AuditManager {
2523
2523
  }
2524
2524
  export interface UpdateSettingsRequest {
2525
2525
  /**
2526
- * The Amazon Simple Notification Service (Amazon SNS) topic to which AWS Audit Manager sends notifications.
2526
+ * The Amazon Simple Notification Service (Amazon SNS) topic to which Audit Manager sends notifications.
2527
2527
  */
2528
2528
  snsTopic?: SnsArn;
2529
2529
  /**
@@ -2535,7 +2535,7 @@ declare namespace AuditManager {
2535
2535
  */
2536
2536
  defaultProcessOwners?: Roles;
2537
2537
  /**
2538
- * The AWS KMS key details.
2538
+ * The KMS key details.
2539
2539
  */
2540
2540
  kmsKey?: KmsKey;
2541
2541
  }