Values.PutConformancePackResponseSourceCreates or updates a conformance pack. A conformance pack is a collection of Config rules that can be easily deployed in an account and a region and across an organization. For information on how many conformance packs you can have per account, see Service Limits in the Config Developer Guide. When you use PutConformancePack to deploy conformance packs in your account, the operation can create Config rules and remediation actions without requiring config:PutConfigRule or config:PutRemediationConfigurations permissions in your account IAM policies. This API uses the AWSServiceRoleForConfigConforms service-linked role in your account to create conformance pack resources. This service-linked role includes the permissions to create Config rules and remediation configurations, even if your account IAM policies explicitly deny these actions. This API creates a service-linked role AWSServiceRoleForConfigConforms in your account. The service-linked role is created only when the role does not exist in your account. You must specify only one of the follow parameters: TemplateS3Uri, TemplateBody or TemplateSSMDocumentDetails. Tags are added at creation and cannot be updated with this operation PutConformancePack is an idempotent API. Subsequent requests won't create a duplicate resource if one was already created. If a following request has different tags values, Config will ignore these differences and treat it as an idempotent request of the previous. In this case, tags will not be updated, even if they are different. Use TagResource and UntagResource to update tags after creation.
type nonrec t = {conformancePackArn : ConformancePackArn.t option;ARN of the conformance pack.
*)}type nonrec error = [ | `ConformancePackTemplateValidationException of
ConformancePackTemplateValidationException.t| `InsufficientPermissionsException of InsufficientPermissionsException.t| `InvalidParameterValueException of InvalidParameterValueException.t| `MaxNumberOfConformancePacksExceededException of
MaxNumberOfConformancePacksExceededException.t| `ResourceInUseException of ResourceInUseException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ConformancePackTemplateValidationException of unit
| `InsufficientPermissionsException of unit
| `InvalidParameterValueException of unit
| `MaxNumberOfConformancePacksExceededException of unit
| `ResourceInUseException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ConformancePackTemplateValidationException of unit
| `InsufficientPermissionsException of unit
| `InvalidParameterValueException of unit
| `MaxNumberOfConformancePacksExceededException of unit
| `ResourceInUseException of unit
| `Unknown_operation_error of string * string option ]