AWS code-library documentation change
Summary
Added SAP ABAP SDK code example for GetAccountSummary API
Security assessment
Adds documentation for security summary feature but no vulnerability remediation. Improves security posture visibility.
Diff
diff --git a/code-library/latest/ug/iam_example_iam_GetAccountSummary_section.md b/code-library/latest/ug/iam_example_iam_GetAccountSummary_section.md index d6a3a629f..f5b3d32e8 100644 --- a//code-library/latest/ug/iam_example_iam_GetAccountSummary_section.md +++ b//code-library/latest/ug/iam_example_iam_GetAccountSummary_section.md @@ -211,0 +212,25 @@ There's more on GitHub. Find the complete example and learn how to set up and ru +SAP ABAP + + +**SDK for SAP ABAP** + + +###### Note + +There's more on GitHub. Find the complete example and learn how to set up and run in the [AWS Code Examples Repository](https://github.com/awsdocs/aws-doc-sdk-examples/tree/main/sap-abap/services/iam#code-examples). + + + TRY. + oo_result = lo_iam->getaccountsummary( ). + MESSAGE 'Retrieved account summary.' TYPE 'I'. + CATCH /aws1/cx_iamservicefailureex. + MESSAGE 'Service failure when getting account summary.' TYPE 'E'. + ENDTRY. + + + + * For API details, see [GetAccountSummary](https://docs.aws.amazon.com/sdk-for-sap-abap/v1/api/latest/index.html) in _AWS SDK for SAP ABAP API reference_. + + + +