Values.CountsSummarySourceSummary counts of each Proton resource type.
type nonrec t = {components : ResourceCountsSummary.t option;The total number of components in the Amazon Web Services account. The semantics of the components field are different from the semantics of results for other infrastructure-provisioning resources. That's because at this time components don't have associated templates, therefore they don't have the concept of staleness. The components object will only contain total and failed members.
*)environmentTemplates : ResourceCountsSummary.t option;The total number of environment templates in the Amazon Web Services account. The environmentTemplates object will only contain total members.
*)environments : ResourceCountsSummary.t option;The staleness counts for Proton environments in the Amazon Web Services account. The environments object will only contain total members.
*)pipelines : ResourceCountsSummary.t option;The staleness counts for Proton pipelines in the Amazon Web Services account.
*)serviceInstances : ResourceCountsSummary.t option;The staleness counts for Proton service instances in the Amazon Web Services account.
*)serviceTemplates : ResourceCountsSummary.t option;The total number of service templates in the Amazon Web Services account. The serviceTemplates object will only contain total members.
*)services : ResourceCountsSummary.t option;The staleness counts for Proton services in the Amazon Web Services account.
*)}