aws-sdk-auditmanager 1.13.0 → 1.17.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -37,6 +37,8 @@ module Aws::AuditManager
37
37
  AssessmentFramework = Shapes::StructureShape.new(name: 'AssessmentFramework')
38
38
  AssessmentFrameworkDescription = Shapes::StringShape.new(name: 'AssessmentFrameworkDescription')
39
39
  AssessmentFrameworkMetadata = Shapes::StructureShape.new(name: 'AssessmentFrameworkMetadata')
40
+ AssessmentFrameworkShareRequest = Shapes::StructureShape.new(name: 'AssessmentFrameworkShareRequest')
41
+ AssessmentFrameworkShareRequestList = Shapes::ListShape.new(name: 'AssessmentFrameworkShareRequestList')
40
42
  AssessmentMetadata = Shapes::StructureShape.new(name: 'AssessmentMetadata')
41
43
  AssessmentMetadataItem = Shapes::StructureShape.new(name: 'AssessmentMetadataItem')
42
44
  AssessmentName = Shapes::StringShape.new(name: 'AssessmentName')
@@ -79,6 +81,12 @@ module Aws::AuditManager
79
81
  ControlCommentBody = Shapes::StringShape.new(name: 'ControlCommentBody')
80
82
  ControlComments = Shapes::ListShape.new(name: 'ControlComments')
81
83
  ControlDescription = Shapes::StringShape.new(name: 'ControlDescription')
84
+ ControlDomainInsights = Shapes::StructureShape.new(name: 'ControlDomainInsights')
85
+ ControlDomainInsightsList = Shapes::ListShape.new(name: 'ControlDomainInsightsList')
86
+ ControlInsightsMetadata = Shapes::ListShape.new(name: 'ControlInsightsMetadata')
87
+ ControlInsightsMetadataByAssessment = Shapes::ListShape.new(name: 'ControlInsightsMetadataByAssessment')
88
+ ControlInsightsMetadataByAssessmentItem = Shapes::StructureShape.new(name: 'ControlInsightsMetadataByAssessmentItem')
89
+ ControlInsightsMetadataItem = Shapes::StructureShape.new(name: 'ControlInsightsMetadataItem')
82
90
  ControlMappingSource = Shapes::StructureShape.new(name: 'ControlMappingSource')
83
91
  ControlMappingSources = Shapes::ListShape.new(name: 'ControlMappingSources')
84
92
  ControlMetadata = Shapes::StructureShape.new(name: 'ControlMetadata')
@@ -122,6 +130,8 @@ module Aws::AuditManager
122
130
  Delegations = Shapes::ListShape.new(name: 'Delegations')
123
131
  DeleteAssessmentFrameworkRequest = Shapes::StructureShape.new(name: 'DeleteAssessmentFrameworkRequest')
124
132
  DeleteAssessmentFrameworkResponse = Shapes::StructureShape.new(name: 'DeleteAssessmentFrameworkResponse')
133
+ DeleteAssessmentFrameworkShareRequest = Shapes::StructureShape.new(name: 'DeleteAssessmentFrameworkShareRequest')
134
+ DeleteAssessmentFrameworkShareResponse = Shapes::StructureShape.new(name: 'DeleteAssessmentFrameworkShareResponse')
125
135
  DeleteAssessmentReportRequest = Shapes::StructureShape.new(name: 'DeleteAssessmentReportRequest')
126
136
  DeleteAssessmentReportResponse = Shapes::StructureShape.new(name: 'DeleteAssessmentReportResponse')
127
137
  DeleteAssessmentRequest = Shapes::StructureShape.new(name: 'DeleteAssessmentRequest')
@@ -143,6 +153,7 @@ module Aws::AuditManager
143
153
  EvidenceAttributeValue = Shapes::StringShape.new(name: 'EvidenceAttributeValue')
144
154
  EvidenceAttributes = Shapes::MapShape.new(name: 'EvidenceAttributes')
145
155
  EvidenceIds = Shapes::ListShape.new(name: 'EvidenceIds')
156
+ EvidenceInsights = Shapes::StructureShape.new(name: 'EvidenceInsights')
146
157
  EvidenceList = Shapes::ListShape.new(name: 'EvidenceList')
147
158
  EvidenceSources = Shapes::ListShape.new(name: 'EvidenceSources')
148
159
  Filename = Shapes::StringShape.new(name: 'Filename')
@@ -177,6 +188,10 @@ module Aws::AuditManager
177
188
  GetEvidenceFoldersByAssessmentResponse = Shapes::StructureShape.new(name: 'GetEvidenceFoldersByAssessmentResponse')
178
189
  GetEvidenceRequest = Shapes::StructureShape.new(name: 'GetEvidenceRequest')
179
190
  GetEvidenceResponse = Shapes::StructureShape.new(name: 'GetEvidenceResponse')
191
+ GetInsightsByAssessmentRequest = Shapes::StructureShape.new(name: 'GetInsightsByAssessmentRequest')
192
+ GetInsightsByAssessmentResponse = Shapes::StructureShape.new(name: 'GetInsightsByAssessmentResponse')
193
+ GetInsightsRequest = Shapes::StructureShape.new(name: 'GetInsightsRequest')
194
+ GetInsightsResponse = Shapes::StructureShape.new(name: 'GetInsightsResponse')
180
195
  GetOrganizationAdminAccountRequest = Shapes::StructureShape.new(name: 'GetOrganizationAdminAccountRequest')
181
196
  GetOrganizationAdminAccountResponse = Shapes::StructureShape.new(name: 'GetOrganizationAdminAccountResponse')
182
197
  GetServicesInScopeRequest = Shapes::StructureShape.new(name: 'GetServicesInScopeRequest')
@@ -185,6 +200,8 @@ module Aws::AuditManager
185
200
  GetSettingsResponse = Shapes::StructureShape.new(name: 'GetSettingsResponse')
186
201
  HyperlinkName = Shapes::StringShape.new(name: 'HyperlinkName')
187
202
  IamArn = Shapes::StringShape.new(name: 'IamArn')
203
+ Insights = Shapes::StructureShape.new(name: 'Insights')
204
+ InsightsByAssessment = Shapes::StructureShape.new(name: 'InsightsByAssessment')
188
205
  Integer = Shapes::IntegerShape.new(name: 'Integer')
189
206
  InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
190
207
  KeywordInputType = Shapes::StringShape.new(name: 'KeywordInputType')
@@ -192,6 +209,10 @@ module Aws::AuditManager
192
209
  Keywords = Shapes::ListShape.new(name: 'Keywords')
193
210
  KmsKey = Shapes::StringShape.new(name: 'KmsKey')
194
211
  LastUpdatedBy = Shapes::StringShape.new(name: 'LastUpdatedBy')
212
+ ListAssessmentControlInsightsByControlDomainRequest = Shapes::StructureShape.new(name: 'ListAssessmentControlInsightsByControlDomainRequest')
213
+ ListAssessmentControlInsightsByControlDomainResponse = Shapes::StructureShape.new(name: 'ListAssessmentControlInsightsByControlDomainResponse')
214
+ ListAssessmentFrameworkShareRequestsRequest = Shapes::StructureShape.new(name: 'ListAssessmentFrameworkShareRequestsRequest')
215
+ ListAssessmentFrameworkShareRequestsResponse = Shapes::StructureShape.new(name: 'ListAssessmentFrameworkShareRequestsResponse')
195
216
  ListAssessmentFrameworksRequest = Shapes::StructureShape.new(name: 'ListAssessmentFrameworksRequest')
196
217
  ListAssessmentFrameworksResponse = Shapes::StructureShape.new(name: 'ListAssessmentFrameworksResponse')
197
218
  ListAssessmentMetadata = Shapes::ListShape.new(name: 'ListAssessmentMetadata')
@@ -199,6 +220,12 @@ module Aws::AuditManager
199
220
  ListAssessmentReportsResponse = Shapes::StructureShape.new(name: 'ListAssessmentReportsResponse')
200
221
  ListAssessmentsRequest = Shapes::StructureShape.new(name: 'ListAssessmentsRequest')
201
222
  ListAssessmentsResponse = Shapes::StructureShape.new(name: 'ListAssessmentsResponse')
223
+ ListControlDomainInsightsByAssessmentRequest = Shapes::StructureShape.new(name: 'ListControlDomainInsightsByAssessmentRequest')
224
+ ListControlDomainInsightsByAssessmentResponse = Shapes::StructureShape.new(name: 'ListControlDomainInsightsByAssessmentResponse')
225
+ ListControlDomainInsightsRequest = Shapes::StructureShape.new(name: 'ListControlDomainInsightsRequest')
226
+ ListControlDomainInsightsResponse = Shapes::StructureShape.new(name: 'ListControlDomainInsightsResponse')
227
+ ListControlInsightsByControlDomainRequest = Shapes::StructureShape.new(name: 'ListControlInsightsByControlDomainRequest')
228
+ ListControlInsightsByControlDomainResponse = Shapes::StructureShape.new(name: 'ListControlInsightsByControlDomainResponse')
202
229
  ListControlsRequest = Shapes::StructureShape.new(name: 'ListControlsRequest')
203
230
  ListControlsResponse = Shapes::StructureShape.new(name: 'ListControlsResponse')
204
231
  ListKeywordsForDataSourceRequest = Shapes::StructureShape.new(name: 'ListKeywordsForDataSourceRequest')
@@ -213,7 +240,9 @@ module Aws::AuditManager
213
240
  NonEmptyString = Shapes::StringShape.new(name: 'NonEmptyString')
214
241
  Notification = Shapes::StructureShape.new(name: 'Notification')
215
242
  Notifications = Shapes::ListShape.new(name: 'Notifications')
243
+ NullableInteger = Shapes::IntegerShape.new(name: 'NullableInteger')
216
244
  ObjectTypeEnum = Shapes::StringShape.new(name: 'ObjectTypeEnum')
245
+ Region = Shapes::StringShape.new(name: 'Region')
217
246
  RegisterAccountRequest = Shapes::StructureShape.new(name: 'RegisterAccountRequest')
218
247
  RegisterAccountResponse = Shapes::StructureShape.new(name: 'RegisterAccountResponse')
219
248
  RegisterOrganizationAdminAccountRequest = Shapes::StructureShape.new(name: 'RegisterOrganizationAdminAccountRequest')
@@ -231,6 +260,10 @@ module Aws::AuditManager
231
260
  ServiceMetadataList = Shapes::ListShape.new(name: 'ServiceMetadataList')
232
261
  SettingAttribute = Shapes::StringShape.new(name: 'SettingAttribute')
233
262
  Settings = Shapes::StructureShape.new(name: 'Settings')
263
+ ShareRequestAction = Shapes::StringShape.new(name: 'ShareRequestAction')
264
+ ShareRequestComment = Shapes::StringShape.new(name: 'ShareRequestComment')
265
+ ShareRequestStatus = Shapes::StringShape.new(name: 'ShareRequestStatus')
266
+ ShareRequestType = Shapes::StringShape.new(name: 'ShareRequestType')
234
267
  SnsArn = Shapes::StringShape.new(name: 'SnsArn')
235
268
  SourceDescription = Shapes::StringShape.new(name: 'SourceDescription')
236
269
  SourceFrequency = Shapes::StringShape.new(name: 'SourceFrequency')
@@ -238,6 +271,8 @@ module Aws::AuditManager
238
271
  SourceName = Shapes::StringShape.new(name: 'SourceName')
239
272
  SourceSetUpOption = Shapes::StringShape.new(name: 'SourceSetUpOption')
240
273
  SourceType = Shapes::StringShape.new(name: 'SourceType')
274
+ StartAssessmentFrameworkShareRequest = Shapes::StructureShape.new(name: 'StartAssessmentFrameworkShareRequest')
275
+ StartAssessmentFrameworkShareResponse = Shapes::StructureShape.new(name: 'StartAssessmentFrameworkShareResponse')
241
276
  String = Shapes::StringShape.new(name: 'String')
242
277
  TagKey = Shapes::StringShape.new(name: 'TagKey')
243
278
  TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
@@ -262,6 +297,8 @@ module Aws::AuditManager
262
297
  UpdateAssessmentFrameworkControlSets = Shapes::ListShape.new(name: 'UpdateAssessmentFrameworkControlSets')
263
298
  UpdateAssessmentFrameworkRequest = Shapes::StructureShape.new(name: 'UpdateAssessmentFrameworkRequest')
264
299
  UpdateAssessmentFrameworkResponse = Shapes::StructureShape.new(name: 'UpdateAssessmentFrameworkResponse')
300
+ UpdateAssessmentFrameworkShareRequest = Shapes::StructureShape.new(name: 'UpdateAssessmentFrameworkShareRequest')
301
+ UpdateAssessmentFrameworkShareResponse = Shapes::StructureShape.new(name: 'UpdateAssessmentFrameworkShareResponse')
265
302
  UpdateAssessmentRequest = Shapes::StructureShape.new(name: 'UpdateAssessmentRequest')
266
303
  UpdateAssessmentResponse = Shapes::StructureShape.new(name: 'UpdateAssessmentResponse')
267
304
  UpdateAssessmentStatusRequest = Shapes::StructureShape.new(name: 'UpdateAssessmentStatusRequest')
@@ -369,6 +406,25 @@ module Aws::AuditManager
369
406
  AssessmentFrameworkMetadata.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedAt"))
370
407
  AssessmentFrameworkMetadata.struct_class = Types::AssessmentFrameworkMetadata
371
408
 
409
+ AssessmentFrameworkShareRequest.add_member(:id, Shapes::ShapeRef.new(shape: UUID, location_name: "id"))
410
+ AssessmentFrameworkShareRequest.add_member(:framework_id, Shapes::ShapeRef.new(shape: UUID, location_name: "frameworkId"))
411
+ AssessmentFrameworkShareRequest.add_member(:framework_name, Shapes::ShapeRef.new(shape: FrameworkName, location_name: "frameworkName"))
412
+ AssessmentFrameworkShareRequest.add_member(:framework_description, Shapes::ShapeRef.new(shape: FrameworkDescription, location_name: "frameworkDescription"))
413
+ AssessmentFrameworkShareRequest.add_member(:status, Shapes::ShapeRef.new(shape: ShareRequestStatus, location_name: "status"))
414
+ AssessmentFrameworkShareRequest.add_member(:source_account, Shapes::ShapeRef.new(shape: AccountId, location_name: "sourceAccount"))
415
+ AssessmentFrameworkShareRequest.add_member(:destination_account, Shapes::ShapeRef.new(shape: AccountId, location_name: "destinationAccount"))
416
+ AssessmentFrameworkShareRequest.add_member(:destination_region, Shapes::ShapeRef.new(shape: Region, location_name: "destinationRegion"))
417
+ AssessmentFrameworkShareRequest.add_member(:expiration_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "expirationTime"))
418
+ AssessmentFrameworkShareRequest.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationTime"))
419
+ AssessmentFrameworkShareRequest.add_member(:last_updated, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdated"))
420
+ AssessmentFrameworkShareRequest.add_member(:comment, Shapes::ShapeRef.new(shape: ShareRequestComment, location_name: "comment"))
421
+ AssessmentFrameworkShareRequest.add_member(:standard_controls_count, Shapes::ShapeRef.new(shape: NullableInteger, location_name: "standardControlsCount"))
422
+ AssessmentFrameworkShareRequest.add_member(:custom_controls_count, Shapes::ShapeRef.new(shape: NullableInteger, location_name: "customControlsCount"))
423
+ AssessmentFrameworkShareRequest.add_member(:compliance_type, Shapes::ShapeRef.new(shape: ComplianceType, location_name: "complianceType"))
424
+ AssessmentFrameworkShareRequest.struct_class = Types::AssessmentFrameworkShareRequest
425
+
426
+ AssessmentFrameworkShareRequestList.member = Shapes::ShapeRef.new(shape: AssessmentFrameworkShareRequest)
427
+
372
428
  AssessmentMetadata.add_member(:name, Shapes::ShapeRef.new(shape: AssessmentName, location_name: "name"))
373
429
  AssessmentMetadata.add_member(:id, Shapes::ShapeRef.new(shape: UUID, location_name: "id"))
374
430
  AssessmentMetadata.add_member(:description, Shapes::ShapeRef.new(shape: AssessmentDescription, location_name: "description"))
@@ -528,6 +584,33 @@ module Aws::AuditManager
528
584
 
529
585
  ControlComments.member = Shapes::ShapeRef.new(shape: ControlComment)
530
586
 
587
+ ControlDomainInsights.add_member(:name, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "name"))
588
+ ControlDomainInsights.add_member(:id, Shapes::ShapeRef.new(shape: UUID, location_name: "id"))
589
+ ControlDomainInsights.add_member(:controls_count_by_noncompliant_evidence, Shapes::ShapeRef.new(shape: NullableInteger, location_name: "controlsCountByNoncompliantEvidence"))
590
+ ControlDomainInsights.add_member(:total_controls_count, Shapes::ShapeRef.new(shape: NullableInteger, location_name: "totalControlsCount"))
591
+ ControlDomainInsights.add_member(:evidence_insights, Shapes::ShapeRef.new(shape: EvidenceInsights, location_name: "evidenceInsights"))
592
+ ControlDomainInsights.add_member(:last_updated, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdated"))
593
+ ControlDomainInsights.struct_class = Types::ControlDomainInsights
594
+
595
+ ControlDomainInsightsList.member = Shapes::ShapeRef.new(shape: ControlDomainInsights)
596
+
597
+ ControlInsightsMetadata.member = Shapes::ShapeRef.new(shape: ControlInsightsMetadataItem)
598
+
599
+ ControlInsightsMetadataByAssessment.member = Shapes::ShapeRef.new(shape: ControlInsightsMetadataByAssessmentItem)
600
+
601
+ ControlInsightsMetadataByAssessmentItem.add_member(:name, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "name"))
602
+ ControlInsightsMetadataByAssessmentItem.add_member(:id, Shapes::ShapeRef.new(shape: UUID, location_name: "id"))
603
+ ControlInsightsMetadataByAssessmentItem.add_member(:evidence_insights, Shapes::ShapeRef.new(shape: EvidenceInsights, location_name: "evidenceInsights"))
604
+ ControlInsightsMetadataByAssessmentItem.add_member(:control_set_name, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "controlSetName"))
605
+ ControlInsightsMetadataByAssessmentItem.add_member(:last_updated, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdated"))
606
+ ControlInsightsMetadataByAssessmentItem.struct_class = Types::ControlInsightsMetadataByAssessmentItem
607
+
608
+ ControlInsightsMetadataItem.add_member(:name, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "name"))
609
+ ControlInsightsMetadataItem.add_member(:id, Shapes::ShapeRef.new(shape: UUID, location_name: "id"))
610
+ ControlInsightsMetadataItem.add_member(:evidence_insights, Shapes::ShapeRef.new(shape: EvidenceInsights, location_name: "evidenceInsights"))
611
+ ControlInsightsMetadataItem.add_member(:last_updated, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdated"))
612
+ ControlInsightsMetadataItem.struct_class = Types::ControlInsightsMetadataItem
613
+
531
614
  ControlMappingSource.add_member(:source_id, Shapes::ShapeRef.new(shape: UUID, location_name: "sourceId"))
532
615
  ControlMappingSource.add_member(:source_name, Shapes::ShapeRef.new(shape: SourceName, location_name: "sourceName"))
533
616
  ControlMappingSource.add_member(:source_description, Shapes::ShapeRef.new(shape: SourceDescription, location_name: "sourceDescription"))
@@ -664,6 +747,12 @@ module Aws::AuditManager
664
747
 
665
748
  DeleteAssessmentFrameworkResponse.struct_class = Types::DeleteAssessmentFrameworkResponse
666
749
 
750
+ DeleteAssessmentFrameworkShareRequest.add_member(:request_id, Shapes::ShapeRef.new(shape: UUID, required: true, location: "uri", location_name: "requestId"))
751
+ DeleteAssessmentFrameworkShareRequest.add_member(:request_type, Shapes::ShapeRef.new(shape: ShareRequestType, required: true, location: "querystring", location_name: "requestType"))
752
+ DeleteAssessmentFrameworkShareRequest.struct_class = Types::DeleteAssessmentFrameworkShareRequest
753
+
754
+ DeleteAssessmentFrameworkShareResponse.struct_class = Types::DeleteAssessmentFrameworkShareResponse
755
+
667
756
  DeleteAssessmentReportRequest.add_member(:assessment_id, Shapes::ShapeRef.new(shape: UUID, required: true, location: "uri", location_name: "assessmentId"))
668
757
  DeleteAssessmentReportRequest.add_member(:assessment_report_id, Shapes::ShapeRef.new(shape: UUID, required: true, location: "uri", location_name: "assessmentReportId"))
669
758
  DeleteAssessmentReportRequest.struct_class = Types::DeleteAssessmentReportRequest
@@ -718,6 +807,11 @@ module Aws::AuditManager
718
807
 
719
808
  EvidenceIds.member = Shapes::ShapeRef.new(shape: UUID)
720
809
 
810
+ EvidenceInsights.add_member(:noncompliant_evidence_count, Shapes::ShapeRef.new(shape: NullableInteger, location_name: "noncompliantEvidenceCount"))
811
+ EvidenceInsights.add_member(:compliant_evidence_count, Shapes::ShapeRef.new(shape: NullableInteger, location_name: "compliantEvidenceCount"))
812
+ EvidenceInsights.add_member(:inconclusive_evidence_count, Shapes::ShapeRef.new(shape: NullableInteger, location_name: "inconclusiveEvidenceCount"))
813
+ EvidenceInsights.struct_class = Types::EvidenceInsights
814
+
721
815
  EvidenceList.member = Shapes::ShapeRef.new(shape: Evidence)
722
816
 
723
817
  EvidenceSources.member = Shapes::ShapeRef.new(shape: NonEmptyString)
@@ -844,6 +938,17 @@ module Aws::AuditManager
844
938
  GetEvidenceResponse.add_member(:evidence, Shapes::ShapeRef.new(shape: Evidence, location_name: "evidence"))
845
939
  GetEvidenceResponse.struct_class = Types::GetEvidenceResponse
846
940
 
941
+ GetInsightsByAssessmentRequest.add_member(:assessment_id, Shapes::ShapeRef.new(shape: UUID, required: true, location: "uri", location_name: "assessmentId"))
942
+ GetInsightsByAssessmentRequest.struct_class = Types::GetInsightsByAssessmentRequest
943
+
944
+ GetInsightsByAssessmentResponse.add_member(:insights, Shapes::ShapeRef.new(shape: InsightsByAssessment, location_name: "insights"))
945
+ GetInsightsByAssessmentResponse.struct_class = Types::GetInsightsByAssessmentResponse
946
+
947
+ GetInsightsRequest.struct_class = Types::GetInsightsRequest
948
+
949
+ GetInsightsResponse.add_member(:insights, Shapes::ShapeRef.new(shape: Insights, location_name: "insights"))
950
+ GetInsightsResponse.struct_class = Types::GetInsightsResponse
951
+
847
952
  GetOrganizationAdminAccountRequest.struct_class = Types::GetOrganizationAdminAccountRequest
848
953
 
849
954
  GetOrganizationAdminAccountResponse.add_member(:admin_account_id, Shapes::ShapeRef.new(shape: AccountId, location_name: "adminAccountId"))
@@ -861,11 +966,47 @@ module Aws::AuditManager
861
966
  GetSettingsResponse.add_member(:settings, Shapes::ShapeRef.new(shape: Settings, location_name: "settings"))
862
967
  GetSettingsResponse.struct_class = Types::GetSettingsResponse
863
968
 
969
+ Insights.add_member(:active_assessments_count, Shapes::ShapeRef.new(shape: NullableInteger, location_name: "activeAssessmentsCount"))
970
+ Insights.add_member(:noncompliant_evidence_count, Shapes::ShapeRef.new(shape: NullableInteger, location_name: "noncompliantEvidenceCount"))
971
+ Insights.add_member(:compliant_evidence_count, Shapes::ShapeRef.new(shape: NullableInteger, location_name: "compliantEvidenceCount"))
972
+ Insights.add_member(:inconclusive_evidence_count, Shapes::ShapeRef.new(shape: NullableInteger, location_name: "inconclusiveEvidenceCount"))
973
+ Insights.add_member(:assessment_controls_count_by_noncompliant_evidence, Shapes::ShapeRef.new(shape: NullableInteger, location_name: "assessmentControlsCountByNoncompliantEvidence"))
974
+ Insights.add_member(:total_assessment_controls_count, Shapes::ShapeRef.new(shape: NullableInteger, location_name: "totalAssessmentControlsCount"))
975
+ Insights.add_member(:last_updated, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdated"))
976
+ Insights.struct_class = Types::Insights
977
+
978
+ InsightsByAssessment.add_member(:noncompliant_evidence_count, Shapes::ShapeRef.new(shape: NullableInteger, location_name: "noncompliantEvidenceCount"))
979
+ InsightsByAssessment.add_member(:compliant_evidence_count, Shapes::ShapeRef.new(shape: NullableInteger, location_name: "compliantEvidenceCount"))
980
+ InsightsByAssessment.add_member(:inconclusive_evidence_count, Shapes::ShapeRef.new(shape: NullableInteger, location_name: "inconclusiveEvidenceCount"))
981
+ InsightsByAssessment.add_member(:assessment_controls_count_by_noncompliant_evidence, Shapes::ShapeRef.new(shape: NullableInteger, location_name: "assessmentControlsCountByNoncompliantEvidence"))
982
+ InsightsByAssessment.add_member(:total_assessment_controls_count, Shapes::ShapeRef.new(shape: NullableInteger, location_name: "totalAssessmentControlsCount"))
983
+ InsightsByAssessment.add_member(:last_updated, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdated"))
984
+ InsightsByAssessment.struct_class = Types::InsightsByAssessment
985
+
864
986
  InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
865
987
  InternalServerException.struct_class = Types::InternalServerException
866
988
 
867
989
  Keywords.member = Shapes::ShapeRef.new(shape: KeywordValue)
868
990
 
991
+ ListAssessmentControlInsightsByControlDomainRequest.add_member(:control_domain_id, Shapes::ShapeRef.new(shape: UUID, required: true, location: "querystring", location_name: "controlDomainId"))
992
+ ListAssessmentControlInsightsByControlDomainRequest.add_member(:assessment_id, Shapes::ShapeRef.new(shape: UUID, required: true, location: "querystring", location_name: "assessmentId"))
993
+ ListAssessmentControlInsightsByControlDomainRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location: "querystring", location_name: "nextToken"))
994
+ ListAssessmentControlInsightsByControlDomainRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
995
+ ListAssessmentControlInsightsByControlDomainRequest.struct_class = Types::ListAssessmentControlInsightsByControlDomainRequest
996
+
997
+ ListAssessmentControlInsightsByControlDomainResponse.add_member(:control_insights_by_assessment, Shapes::ShapeRef.new(shape: ControlInsightsMetadataByAssessment, location_name: "controlInsightsByAssessment"))
998
+ ListAssessmentControlInsightsByControlDomainResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "nextToken"))
999
+ ListAssessmentControlInsightsByControlDomainResponse.struct_class = Types::ListAssessmentControlInsightsByControlDomainResponse
1000
+
1001
+ ListAssessmentFrameworkShareRequestsRequest.add_member(:request_type, Shapes::ShapeRef.new(shape: ShareRequestType, required: true, location: "querystring", location_name: "requestType"))
1002
+ ListAssessmentFrameworkShareRequestsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location: "querystring", location_name: "nextToken"))
1003
+ ListAssessmentFrameworkShareRequestsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
1004
+ ListAssessmentFrameworkShareRequestsRequest.struct_class = Types::ListAssessmentFrameworkShareRequestsRequest
1005
+
1006
+ ListAssessmentFrameworkShareRequestsResponse.add_member(:assessment_framework_share_requests, Shapes::ShapeRef.new(shape: AssessmentFrameworkShareRequestList, location_name: "assessmentFrameworkShareRequests"))
1007
+ ListAssessmentFrameworkShareRequestsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "nextToken"))
1008
+ ListAssessmentFrameworkShareRequestsResponse.struct_class = Types::ListAssessmentFrameworkShareRequestsResponse
1009
+
869
1010
  ListAssessmentFrameworksRequest.add_member(:framework_type, Shapes::ShapeRef.new(shape: FrameworkType, required: true, location: "querystring", location_name: "frameworkType"))
870
1011
  ListAssessmentFrameworksRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location: "querystring", location_name: "nextToken"))
871
1012
  ListAssessmentFrameworksRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
@@ -885,6 +1026,7 @@ module Aws::AuditManager
885
1026
  ListAssessmentReportsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "nextToken"))
886
1027
  ListAssessmentReportsResponse.struct_class = Types::ListAssessmentReportsResponse
887
1028
 
1029
+ ListAssessmentsRequest.add_member(:status, Shapes::ShapeRef.new(shape: AssessmentStatus, location: "querystring", location_name: "status"))
888
1030
  ListAssessmentsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location: "querystring", location_name: "nextToken"))
889
1031
  ListAssessmentsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
890
1032
  ListAssessmentsRequest.struct_class = Types::ListAssessmentsRequest
@@ -893,6 +1035,32 @@ module Aws::AuditManager
893
1035
  ListAssessmentsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "nextToken"))
894
1036
  ListAssessmentsResponse.struct_class = Types::ListAssessmentsResponse
895
1037
 
1038
+ ListControlDomainInsightsByAssessmentRequest.add_member(:assessment_id, Shapes::ShapeRef.new(shape: UUID, required: true, location: "querystring", location_name: "assessmentId"))
1039
+ ListControlDomainInsightsByAssessmentRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location: "querystring", location_name: "nextToken"))
1040
+ ListControlDomainInsightsByAssessmentRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
1041
+ ListControlDomainInsightsByAssessmentRequest.struct_class = Types::ListControlDomainInsightsByAssessmentRequest
1042
+
1043
+ ListControlDomainInsightsByAssessmentResponse.add_member(:control_domain_insights, Shapes::ShapeRef.new(shape: ControlDomainInsightsList, location_name: "controlDomainInsights"))
1044
+ ListControlDomainInsightsByAssessmentResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "nextToken"))
1045
+ ListControlDomainInsightsByAssessmentResponse.struct_class = Types::ListControlDomainInsightsByAssessmentResponse
1046
+
1047
+ ListControlDomainInsightsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location: "querystring", location_name: "nextToken"))
1048
+ ListControlDomainInsightsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
1049
+ ListControlDomainInsightsRequest.struct_class = Types::ListControlDomainInsightsRequest
1050
+
1051
+ ListControlDomainInsightsResponse.add_member(:control_domain_insights, Shapes::ShapeRef.new(shape: ControlDomainInsightsList, location_name: "controlDomainInsights"))
1052
+ ListControlDomainInsightsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "nextToken"))
1053
+ ListControlDomainInsightsResponse.struct_class = Types::ListControlDomainInsightsResponse
1054
+
1055
+ ListControlInsightsByControlDomainRequest.add_member(:control_domain_id, Shapes::ShapeRef.new(shape: UUID, required: true, location: "querystring", location_name: "controlDomainId"))
1056
+ ListControlInsightsByControlDomainRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location: "querystring", location_name: "nextToken"))
1057
+ ListControlInsightsByControlDomainRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
1058
+ ListControlInsightsByControlDomainRequest.struct_class = Types::ListControlInsightsByControlDomainRequest
1059
+
1060
+ ListControlInsightsByControlDomainResponse.add_member(:control_insights_metadata, Shapes::ShapeRef.new(shape: ControlInsightsMetadata, location_name: "controlInsightsMetadata"))
1061
+ ListControlInsightsByControlDomainResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "nextToken"))
1062
+ ListControlInsightsByControlDomainResponse.struct_class = Types::ListControlInsightsByControlDomainResponse
1063
+
896
1064
  ListControlsRequest.add_member(:control_type, Shapes::ShapeRef.new(shape: ControlType, required: true, location: "querystring", location_name: "controlType"))
897
1065
  ListControlsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location: "querystring", location_name: "nextToken"))
898
1066
  ListControlsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
@@ -996,6 +1164,15 @@ module Aws::AuditManager
996
1164
  SourceKeyword.add_member(:keyword_value, Shapes::ShapeRef.new(shape: KeywordValue, location_name: "keywordValue"))
997
1165
  SourceKeyword.struct_class = Types::SourceKeyword
998
1166
 
1167
+ StartAssessmentFrameworkShareRequest.add_member(:framework_id, Shapes::ShapeRef.new(shape: UUID, required: true, location: "uri", location_name: "frameworkId"))
1168
+ StartAssessmentFrameworkShareRequest.add_member(:destination_account, Shapes::ShapeRef.new(shape: AccountId, required: true, location_name: "destinationAccount"))
1169
+ StartAssessmentFrameworkShareRequest.add_member(:destination_region, Shapes::ShapeRef.new(shape: Region, required: true, location_name: "destinationRegion"))
1170
+ StartAssessmentFrameworkShareRequest.add_member(:comment, Shapes::ShapeRef.new(shape: ShareRequestComment, location_name: "comment"))
1171
+ StartAssessmentFrameworkShareRequest.struct_class = Types::StartAssessmentFrameworkShareRequest
1172
+
1173
+ StartAssessmentFrameworkShareResponse.add_member(:assessment_framework_share_request, Shapes::ShapeRef.new(shape: AssessmentFrameworkShareRequest, location_name: "assessmentFrameworkShareRequest"))
1174
+ StartAssessmentFrameworkShareResponse.struct_class = Types::StartAssessmentFrameworkShareResponse
1175
+
999
1176
  TagKeyList.member = Shapes::ShapeRef.new(shape: TagKey)
1000
1177
 
1001
1178
  TagMap.key = Shapes::ShapeRef.new(shape: TagKey)
@@ -1053,6 +1230,14 @@ module Aws::AuditManager
1053
1230
  UpdateAssessmentFrameworkResponse.add_member(:framework, Shapes::ShapeRef.new(shape: Framework, location_name: "framework"))
1054
1231
  UpdateAssessmentFrameworkResponse.struct_class = Types::UpdateAssessmentFrameworkResponse
1055
1232
 
1233
+ UpdateAssessmentFrameworkShareRequest.add_member(:request_id, Shapes::ShapeRef.new(shape: UUID, required: true, location: "uri", location_name: "requestId"))
1234
+ UpdateAssessmentFrameworkShareRequest.add_member(:request_type, Shapes::ShapeRef.new(shape: ShareRequestType, required: true, location_name: "requestType"))
1235
+ UpdateAssessmentFrameworkShareRequest.add_member(:action, Shapes::ShapeRef.new(shape: ShareRequestAction, required: true, location_name: "action"))
1236
+ UpdateAssessmentFrameworkShareRequest.struct_class = Types::UpdateAssessmentFrameworkShareRequest
1237
+
1238
+ UpdateAssessmentFrameworkShareResponse.add_member(:assessment_framework_share_request, Shapes::ShapeRef.new(shape: AssessmentFrameworkShareRequest, location_name: "assessmentFrameworkShareRequest"))
1239
+ UpdateAssessmentFrameworkShareResponse.struct_class = Types::UpdateAssessmentFrameworkShareResponse
1240
+
1056
1241
  UpdateAssessmentRequest.add_member(:assessment_id, Shapes::ShapeRef.new(shape: UUID, required: true, location: "uri", location_name: "assessmentId"))
1057
1242
  UpdateAssessmentRequest.add_member(:assessment_name, Shapes::ShapeRef.new(shape: AssessmentName, location_name: "assessmentName"))
1058
1243
  UpdateAssessmentRequest.add_member(:assessment_description, Shapes::ShapeRef.new(shape: AssessmentDescription, location_name: "assessmentDescription"))
@@ -1277,6 +1462,18 @@ module Aws::AuditManager
1277
1462
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1278
1463
  end)
1279
1464
 
1465
+ api.add_operation(:delete_assessment_framework_share, Seahorse::Model::Operation.new.tap do |o|
1466
+ o.name = "DeleteAssessmentFrameworkShare"
1467
+ o.http_method = "DELETE"
1468
+ o.http_request_uri = "/assessmentFrameworkShareRequests/{requestId}"
1469
+ o.input = Shapes::ShapeRef.new(shape: DeleteAssessmentFrameworkShareRequest)
1470
+ o.output = Shapes::ShapeRef.new(shape: DeleteAssessmentFrameworkShareResponse)
1471
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1472
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1473
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1474
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1475
+ end)
1476
+
1280
1477
  api.add_operation(:delete_assessment_report, Seahorse::Model::Operation.new.tap do |o|
1281
1478
  o.name = "DeleteAssessmentReport"
1282
1479
  o.http_method = "DELETE"
@@ -1507,6 +1704,28 @@ module Aws::AuditManager
1507
1704
  )
1508
1705
  end)
1509
1706
 
1707
+ api.add_operation(:get_insights, Seahorse::Model::Operation.new.tap do |o|
1708
+ o.name = "GetInsights"
1709
+ o.http_method = "GET"
1710
+ o.http_request_uri = "/insights"
1711
+ o.input = Shapes::ShapeRef.new(shape: GetInsightsRequest)
1712
+ o.output = Shapes::ShapeRef.new(shape: GetInsightsResponse)
1713
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1714
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1715
+ end)
1716
+
1717
+ api.add_operation(:get_insights_by_assessment, Seahorse::Model::Operation.new.tap do |o|
1718
+ o.name = "GetInsightsByAssessment"
1719
+ o.http_method = "GET"
1720
+ o.http_request_uri = "/insights/assessments/{assessmentId}"
1721
+ o.input = Shapes::ShapeRef.new(shape: GetInsightsByAssessmentRequest)
1722
+ o.output = Shapes::ShapeRef.new(shape: GetInsightsByAssessmentResponse)
1723
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1724
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1725
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1726
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1727
+ end)
1728
+
1510
1729
  api.add_operation(:get_organization_admin_account, Seahorse::Model::Operation.new.tap do |o|
1511
1730
  o.name = "GetOrganizationAdminAccount"
1512
1731
  o.http_method = "GET"
@@ -1540,6 +1759,41 @@ module Aws::AuditManager
1540
1759
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1541
1760
  end)
1542
1761
 
1762
+ api.add_operation(:list_assessment_control_insights_by_control_domain, Seahorse::Model::Operation.new.tap do |o|
1763
+ o.name = "ListAssessmentControlInsightsByControlDomain"
1764
+ o.http_method = "GET"
1765
+ o.http_request_uri = "/insights/controls-by-assessment"
1766
+ o.input = Shapes::ShapeRef.new(shape: ListAssessmentControlInsightsByControlDomainRequest)
1767
+ o.output = Shapes::ShapeRef.new(shape: ListAssessmentControlInsightsByControlDomainResponse)
1768
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1769
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1770
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1771
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1772
+ o[:pager] = Aws::Pager.new(
1773
+ limit_key: "max_results",
1774
+ tokens: {
1775
+ "next_token" => "next_token"
1776
+ }
1777
+ )
1778
+ end)
1779
+
1780
+ api.add_operation(:list_assessment_framework_share_requests, Seahorse::Model::Operation.new.tap do |o|
1781
+ o.name = "ListAssessmentFrameworkShareRequests"
1782
+ o.http_method = "GET"
1783
+ o.http_request_uri = "/assessmentFrameworkShareRequests"
1784
+ o.input = Shapes::ShapeRef.new(shape: ListAssessmentFrameworkShareRequestsRequest)
1785
+ o.output = Shapes::ShapeRef.new(shape: ListAssessmentFrameworkShareRequestsResponse)
1786
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1787
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1788
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1789
+ o[:pager] = Aws::Pager.new(
1790
+ limit_key: "max_results",
1791
+ tokens: {
1792
+ "next_token" => "next_token"
1793
+ }
1794
+ )
1795
+ end)
1796
+
1543
1797
  api.add_operation(:list_assessment_frameworks, Seahorse::Model::Operation.new.tap do |o|
1544
1798
  o.name = "ListAssessmentFrameworks"
1545
1799
  o.http_method = "GET"
@@ -1591,6 +1845,60 @@ module Aws::AuditManager
1591
1845
  )
1592
1846
  end)
1593
1847
 
1848
+ api.add_operation(:list_control_domain_insights, Seahorse::Model::Operation.new.tap do |o|
1849
+ o.name = "ListControlDomainInsights"
1850
+ o.http_method = "GET"
1851
+ o.http_request_uri = "/insights/control-domains"
1852
+ o.input = Shapes::ShapeRef.new(shape: ListControlDomainInsightsRequest)
1853
+ o.output = Shapes::ShapeRef.new(shape: ListControlDomainInsightsResponse)
1854
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1855
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1856
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1857
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1858
+ o[:pager] = Aws::Pager.new(
1859
+ limit_key: "max_results",
1860
+ tokens: {
1861
+ "next_token" => "next_token"
1862
+ }
1863
+ )
1864
+ end)
1865
+
1866
+ api.add_operation(:list_control_domain_insights_by_assessment, Seahorse::Model::Operation.new.tap do |o|
1867
+ o.name = "ListControlDomainInsightsByAssessment"
1868
+ o.http_method = "GET"
1869
+ o.http_request_uri = "/insights/control-domains-by-assessment"
1870
+ o.input = Shapes::ShapeRef.new(shape: ListControlDomainInsightsByAssessmentRequest)
1871
+ o.output = Shapes::ShapeRef.new(shape: ListControlDomainInsightsByAssessmentResponse)
1872
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1873
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1874
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1875
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1876
+ o[:pager] = Aws::Pager.new(
1877
+ limit_key: "max_results",
1878
+ tokens: {
1879
+ "next_token" => "next_token"
1880
+ }
1881
+ )
1882
+ end)
1883
+
1884
+ api.add_operation(:list_control_insights_by_control_domain, Seahorse::Model::Operation.new.tap do |o|
1885
+ o.name = "ListControlInsightsByControlDomain"
1886
+ o.http_method = "GET"
1887
+ o.http_request_uri = "/insights/controls"
1888
+ o.input = Shapes::ShapeRef.new(shape: ListControlInsightsByControlDomainRequest)
1889
+ o.output = Shapes::ShapeRef.new(shape: ListControlInsightsByControlDomainResponse)
1890
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1891
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1892
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1893
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1894
+ o[:pager] = Aws::Pager.new(
1895
+ limit_key: "max_results",
1896
+ tokens: {
1897
+ "next_token" => "next_token"
1898
+ }
1899
+ )
1900
+ end)
1901
+
1594
1902
  api.add_operation(:list_controls, Seahorse::Model::Operation.new.tap do |o|
1595
1903
  o.name = "ListControls"
1596
1904
  o.http_method = "GET"
@@ -1677,6 +1985,18 @@ module Aws::AuditManager
1677
1985
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1678
1986
  end)
1679
1987
 
1988
+ api.add_operation(:start_assessment_framework_share, Seahorse::Model::Operation.new.tap do |o|
1989
+ o.name = "StartAssessmentFrameworkShare"
1990
+ o.http_method = "POST"
1991
+ o.http_request_uri = "/assessmentFrameworks/{frameworkId}/shareRequests"
1992
+ o.input = Shapes::ShapeRef.new(shape: StartAssessmentFrameworkShareRequest)
1993
+ o.output = Shapes::ShapeRef.new(shape: StartAssessmentFrameworkShareResponse)
1994
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1995
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1996
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1997
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1998
+ end)
1999
+
1680
2000
  api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
1681
2001
  o.name = "TagResource"
1682
2002
  o.http_method = "POST"
@@ -1747,6 +2067,18 @@ module Aws::AuditManager
1747
2067
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1748
2068
  end)
1749
2069
 
2070
+ api.add_operation(:update_assessment_framework_share, Seahorse::Model::Operation.new.tap do |o|
2071
+ o.name = "UpdateAssessmentFrameworkShare"
2072
+ o.http_method = "PUT"
2073
+ o.http_request_uri = "/assessmentFrameworkShareRequests/{requestId}"
2074
+ o.input = Shapes::ShapeRef.new(shape: UpdateAssessmentFrameworkShareRequest)
2075
+ o.output = Shapes::ShapeRef.new(shape: UpdateAssessmentFrameworkShareResponse)
2076
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2077
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2078
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2079
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2080
+ end)
2081
+
1750
2082
  api.add_operation(:update_assessment_status, Seahorse::Model::Operation.new.tap do |o|
1751
2083
  o.name = "UpdateAssessmentStatus"
1752
2084
  o.http_method = "PUT"