1// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
2
3// Package resourcegroups provides the client and types for making API
4// requests to AWS Resource Groups.
5//
6// AWS Resource Groups lets you organize AWS resources such as Amazon EC2 instances,
7// Amazon Relational Database Service databases, and Amazon S3 buckets into
8// groups using criteria that you define as tags. A resource group is a collection
9// of resources that match the resource types specified in a query, and share
10// one or more tags or portions of tags. You can create a group of resources
11// based on their roles in your cloud infrastructure, lifecycle stages, regions,
12// application layers, or virtually any criteria. Resource groups enable you
13// to automate management tasks, such as those in AWS Systems Manager Automation
14// documents, on tag-related resources in AWS Systems Manager. Groups of tagged
15// resources also let you quickly view a custom console in AWS Systems Manager
16// that shows AWS Config compliance and other monitoring data about member resources.
17//
18// To create a resource group, build a resource query, and specify tags that
19// identify the criteria that members of the group have in common. Tags are
20// key-value pairs.
21//
22// For more information about Resource Groups, see the AWS Resource Groups User
23// Guide (https://docs.aws.amazon.com/ARG/latest/userguide/welcome.html).
24//
25// AWS Resource Groups uses a REST-compliant API that you can use to perform
26// the following types of operations.
27//
28//    * Create, Read, Update, and Delete (CRUD) operations on resource groups
29//    and resource query entities
30//
31//    * Applying, editing, and removing tags from resource groups
32//
33//    * Resolving resource group member ARNs so they can be returned as search
34//    results
35//
36//    * Getting data about resources that are members of a group
37//
38//    * Searching AWS resources based on a resource query
39//
40// See https://docs.aws.amazon.com/goto/WebAPI/resource-groups-2017-11-27 for more information on this service.
41//
42// See resourcegroups package documentation for more information.
43// https://docs.aws.amazon.com/sdk-for-go/api/service/resourcegroups/
44//
45// Using the Client
46//
47// To contact AWS Resource Groups with the SDK use the New function to create
48// a new service client. With that client you can make API requests to the service.
49// These clients are safe to use concurrently.
50//
51// See the SDK's documentation for more information on how to use the SDK.
52// https://docs.aws.amazon.com/sdk-for-go/api/
53//
54// See aws.Config documentation for more information on configuring SDK clients.
55// https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config
56//
57// See the AWS Resource Groups client ResourceGroups for more
58// information on creating client for this service.
59// https://docs.aws.amazon.com/sdk-for-go/api/service/resourcegroups/#New
60package resourcegroups
61