Values.PutConfigurationAggregatorResponseSourceCreates and updates the configuration aggregator with the selected source accounts and regions. The source account can be individual account(s) or an organization. accountIds that are passed will be replaced with existing accounts. If you want to add additional accounts into the aggregator, call DescribeConfigurationAggregators to get the previous accounts and then append new ones. Config should be enabled in source accounts and regions you want to aggregate. If your source type is an organization, you must be signed in to the management account or a registered delegated administrator and all the features must be enabled in your organization. If the caller is a management account, Config calls EnableAwsServiceAccess API to enable integration between Config and Organizations. If the caller is a registered delegated administrator, Config calls ListDelegatedAdministrators API to verify whether the caller is a valid delegated administrator. To register a delegated administrator, see Register a Delegated Administrator in the Config developer guide. Tags are added at creation and cannot be updated with this operation PutConfigurationAggregator 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 = {configurationAggregator : ConfigurationAggregator.t option;Returns a ConfigurationAggregator object.
*)}type nonrec error = [ | `InvalidParameterValueException of InvalidParameterValueException.t| `InvalidRoleException of InvalidRoleException.t| `LimitExceededException of LimitExceededException.t| `NoAvailableOrganizationException of NoAvailableOrganizationException.t| `OrganizationAccessDeniedException of OrganizationAccessDeniedException.t| `OrganizationAllFeaturesNotEnabledException of
OrganizationAllFeaturesNotEnabledException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidParameterValueException of unit
| `InvalidRoleException of unit
| `LimitExceededException of unit
| `NoAvailableOrganizationException of unit
| `OrganizationAccessDeniedException of unit
| `OrganizationAllFeaturesNotEnabledException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidParameterValueException of unit
| `InvalidRoleException of unit
| `LimitExceededException of unit
| `NoAvailableOrganizationException of unit
| `OrganizationAccessDeniedException of unit
| `OrganizationAllFeaturesNotEnabledException of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `List of [> `String of AccountId.t ] list ])
list ]
list
| `String of ConfigurationAggregatorName.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `List of [> `String of String_.t ] list
| `String of String_.t
| `Structure of
(string
* [> `Enum of string
| `List of [> `String of ResourceTypeValue.t ] list ])
list ])
list
| `Timestamp of Date.t ])
list ])
list ]