Skip to content

Commit 1666bd7

Browse files
With this release, the AssessmentControl description field has been deprecated, as of May 19, 2025. Additionally, the UpdateAssessment API can now return a ServiceQuotaExceededException when applicable service quotas are exceeded.
1 parent a45cb47 commit 1666bd7

18 files changed

+327
-427
lines changed

generator/ServiceModels/auditmanager/auditmanager-2017-07-25.api.json

Lines changed: 26 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@
55
"endpointPrefix":"auditmanager",
66
"jsonVersion":"1.1",
77
"protocol":"rest-json",
8+
"protocols":["rest-json"],
89
"serviceFullName":"AWS Audit Manager",
910
"serviceId":"AuditManager",
1011
"signatureVersion":"v4",
1112
"signingName":"auditmanager",
12-
"uid":"auditmanager-2017-07-25"
13+
"uid":"auditmanager-2017-07-25",
14+
"auth":["aws.auth#sigv4"]
1315
},
1416
"operations":{
1517
"AssociateAssessmentReportEvidenceFolder":{
@@ -807,7 +809,8 @@
807809
{"shape":"ValidationException"},
808810
{"shape":"AccessDeniedException"},
809811
{"shape":"InternalServerException"},
810-
{"shape":"ThrottlingException"}
812+
{"shape":"ThrottlingException"},
813+
{"shape":"ServiceQuotaExceededException"}
811814
]
812815
},
813816
"UpdateAssessmentControl":{
@@ -1033,7 +1036,12 @@
10331036
"members":{
10341037
"id":{"shape":"UUID"},
10351038
"name":{"shape":"ControlName"},
1036-
"description":{"shape":"ControlDescription"},
1039+
"description":{
1040+
"shape":"ControlDescription",
1041+
"deprecated":true,
1042+
"deprecatedMessage":"This data type will be deprecated on May 19, 2025. To view the assessment control description, use GetControl.",
1043+
"deprecatedSince":"2025-05-19"
1044+
},
10371045
"status":{"shape":"ControlStatus"},
10381046
"response":{"shape":"ControlResponse"},
10391047
"comments":{"shape":"ControlComments"},
@@ -1293,8 +1301,7 @@
12931301
},
12941302
"AssociateAssessmentReportEvidenceFolderResponse":{
12951303
"type":"structure",
1296-
"members":{
1297-
}
1304+
"members":{}
12981305
},
12991306
"AuditManagerArn":{
13001307
"type":"string",
@@ -1950,8 +1957,7 @@
19501957
},
19511958
"DeleteAssessmentFrameworkResponse":{
19521959
"type":"structure",
1953-
"members":{
1954-
}
1960+
"members":{}
19551961
},
19561962
"DeleteAssessmentFrameworkShareRequest":{
19571963
"type":"structure",
@@ -1974,8 +1980,7 @@
19741980
},
19751981
"DeleteAssessmentFrameworkShareResponse":{
19761982
"type":"structure",
1977-
"members":{
1978-
}
1983+
"members":{}
19791984
},
19801985
"DeleteAssessmentReportRequest":{
19811986
"type":"structure",
@@ -1998,8 +2003,7 @@
19982003
},
19992004
"DeleteAssessmentReportResponse":{
20002005
"type":"structure",
2001-
"members":{
2002-
}
2006+
"members":{}
20032007
},
20042008
"DeleteAssessmentRequest":{
20052009
"type":"structure",
@@ -2014,8 +2018,7 @@
20142018
},
20152019
"DeleteAssessmentResponse":{
20162020
"type":"structure",
2017-
"members":{
2018-
}
2021+
"members":{}
20192022
},
20202023
"DeleteControlRequest":{
20212024
"type":"structure",
@@ -2030,8 +2033,7 @@
20302033
},
20312034
"DeleteControlResponse":{
20322035
"type":"structure",
2033-
"members":{
2034-
}
2036+
"members":{}
20352037
},
20362038
"DeleteResources":{
20372039
"type":"string",
@@ -2042,8 +2044,7 @@
20422044
},
20432045
"DeregisterAccountRequest":{
20442046
"type":"structure",
2045-
"members":{
2046-
}
2047+
"members":{}
20472048
},
20482049
"DeregisterAccountResponse":{
20492050
"type":"structure",
@@ -2059,8 +2060,7 @@
20592060
},
20602061
"DeregisterOrganizationAdminAccountResponse":{
20612062
"type":"structure",
2062-
"members":{
2063-
}
2063+
"members":{}
20642064
},
20652065
"DeregistrationPolicy":{
20662066
"type":"structure",
@@ -2085,8 +2085,7 @@
20852085
},
20862086
"DisassociateAssessmentReportEvidenceFolderResponse":{
20872087
"type":"structure",
2088-
"members":{
2089-
}
2088+
"members":{}
20902089
},
20912090
"EmailAddress":{
20922091
"type":"string",
@@ -2263,8 +2262,7 @@
22632262
},
22642263
"GetAccountStatusRequest":{
22652264
"type":"structure",
2266-
"members":{
2267-
}
2265+
"members":{}
22682266
},
22692267
"GetAccountStatusResponse":{
22702268
"type":"structure",
@@ -2627,8 +2625,7 @@
26272625
},
26282626
"GetInsightsRequest":{
26292627
"type":"structure",
2630-
"members":{
2631-
}
2628+
"members":{}
26322629
},
26332630
"GetInsightsResponse":{
26342631
"type":"structure",
@@ -2638,8 +2635,7 @@
26382635
},
26392636
"GetOrganizationAdminAccountRequest":{
26402637
"type":"structure",
2641-
"members":{
2642-
}
2638+
"members":{}
26432639
},
26442640
"GetOrganizationAdminAccountResponse":{
26452641
"type":"structure",
@@ -2650,8 +2646,7 @@
26502646
},
26512647
"GetServicesInScopeRequest":{
26522648
"type":"structure",
2653-
"members":{
2654-
}
2649+
"members":{}
26552650
},
26562651
"GetServicesInScopeResponse":{
26572652
"type":"structure",
@@ -3452,8 +3447,7 @@
34523447
},
34533448
"TagResourceResponse":{
34543449
"type":"structure",
3455-
"members":{
3456-
}
3450+
"members":{}
34573451
},
34583452
"TagValue":{
34593453
"type":"string",
@@ -3529,8 +3523,7 @@
35293523
},
35303524
"UntagResourceResponse":{
35313525
"type":"structure",
3532-
"members":{
3533-
}
3526+
"members":{}
35343527
},
35353528
"UpdateAssessmentControlRequest":{
35363529
"type":"structure",

0 commit comments

Comments
 (0)