@aws-sdk/client-resource-groups 3.288.0 → 3.290.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/commands/CreateGroupCommand.d.ts +17 -0
- package/dist-types/commands/DeleteGroupCommand.d.ts +20 -0
- package/dist-types/commands/GetAccountSettingsCommand.d.ts +17 -0
- package/dist-types/commands/GetGroupCommand.d.ts +20 -0
- package/dist-types/commands/GetGroupConfigurationCommand.d.ts +20 -0
- package/dist-types/commands/GetGroupQueryCommand.d.ts +20 -0
- package/dist-types/commands/GetTagsCommand.d.ts +20 -0
- package/dist-types/commands/GroupResourcesCommand.d.ts +20 -0
- package/dist-types/commands/ListGroupResourcesCommand.d.ts +24 -0
- package/dist-types/commands/ListGroupsCommand.d.ts +17 -0
- package/dist-types/commands/PutGroupConfigurationCommand.d.ts +20 -0
- package/dist-types/commands/SearchResourcesCommand.d.ts +21 -0
- package/dist-types/commands/TagCommand.d.ts +20 -0
- package/dist-types/commands/UngroupResourcesCommand.d.ts +20 -0
- package/dist-types/commands/UntagCommand.d.ts +20 -0
- package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +17 -0
- package/dist-types/commands/UpdateGroupCommand.d.ts +20 -0
- package/dist-types/commands/UpdateGroupQueryCommand.d.ts +20 -0
- package/package.json +29 -29
|
@@ -44,6 +44,23 @@ export interface CreateGroupCommandOutput extends CreateGroupOutput, __MetadataB
|
|
|
44
44
|
* @see {@link CreateGroupCommandOutput} for command's `response` shape.
|
|
45
45
|
* @see {@link ResourceGroupsClientResolvedConfig | config} for ResourceGroupsClient's `config` shape.
|
|
46
46
|
*
|
|
47
|
+
* @throws {@link BadRequestException} (client fault)
|
|
48
|
+
* <p>The request includes one or more parameters that violate validation rules.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
51
|
+
* <p>The caller isn't authorized to make the request. Check permissions.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
54
|
+
* <p>An internal error occurred while processing the request. Try again later.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link MethodNotAllowedException} (client fault)
|
|
57
|
+
* <p>The request uses an HTTP method that isn't allowed for the specified resource.</p>
|
|
58
|
+
*
|
|
59
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
60
|
+
* <p>You've exceeded throttling limits by making too many requests in a period of
|
|
61
|
+
* time.</p>
|
|
62
|
+
*
|
|
63
|
+
*
|
|
47
64
|
*/
|
|
48
65
|
export declare class CreateGroupCommand extends $Command<CreateGroupCommandInput, CreateGroupCommandOutput, ResourceGroupsClientResolvedConfig> {
|
|
49
66
|
readonly input: CreateGroupCommandInput;
|
|
@@ -41,6 +41,26 @@ export interface DeleteGroupCommandOutput extends DeleteGroupOutput, __MetadataB
|
|
|
41
41
|
* @see {@link DeleteGroupCommandOutput} for command's `response` shape.
|
|
42
42
|
* @see {@link ResourceGroupsClientResolvedConfig | config} for ResourceGroupsClient's `config` shape.
|
|
43
43
|
*
|
|
44
|
+
* @throws {@link BadRequestException} (client fault)
|
|
45
|
+
* <p>The request includes one or more parameters that violate validation rules.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
48
|
+
* <p>The caller isn't authorized to make the request. Check permissions.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
51
|
+
* <p>An internal error occurred while processing the request. Try again later.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link MethodNotAllowedException} (client fault)
|
|
54
|
+
* <p>The request uses an HTTP method that isn't allowed for the specified resource.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link NotFoundException} (client fault)
|
|
57
|
+
* <p>One or more of the specified resources don't exist.</p>
|
|
58
|
+
*
|
|
59
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
60
|
+
* <p>You've exceeded throttling limits by making too many requests in a period of
|
|
61
|
+
* time.</p>
|
|
62
|
+
*
|
|
63
|
+
*
|
|
44
64
|
*/
|
|
45
65
|
export declare class DeleteGroupCommand extends $Command<DeleteGroupCommandInput, DeleteGroupCommandOutput, ResourceGroupsClientResolvedConfig> {
|
|
46
66
|
readonly input: DeleteGroupCommandInput;
|
|
@@ -29,6 +29,23 @@ export interface GetAccountSettingsCommandOutput extends GetAccountSettingsOutpu
|
|
|
29
29
|
* @see {@link GetAccountSettingsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ResourceGroupsClientResolvedConfig | config} for ResourceGroupsClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* <p>The request includes one or more parameters that violate validation rules.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
36
|
+
* <p>The caller isn't authorized to make the request. Check permissions.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
39
|
+
* <p>An internal error occurred while processing the request. Try again later.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link MethodNotAllowedException} (client fault)
|
|
42
|
+
* <p>The request uses an HTTP method that isn't allowed for the specified resource.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
45
|
+
* <p>You've exceeded throttling limits by making too many requests in a period of
|
|
46
|
+
* time.</p>
|
|
47
|
+
*
|
|
48
|
+
*
|
|
32
49
|
*/
|
|
33
50
|
export declare class GetAccountSettingsCommand extends $Command<GetAccountSettingsCommandInput, GetAccountSettingsCommandOutput, ResourceGroupsClientResolvedConfig> {
|
|
34
51
|
readonly input: GetAccountSettingsCommandInput;
|
|
@@ -40,6 +40,26 @@ export interface GetGroupCommandOutput extends GetGroupOutput, __MetadataBearer
|
|
|
40
40
|
* @see {@link GetGroupCommandOutput} for command's `response` shape.
|
|
41
41
|
* @see {@link ResourceGroupsClientResolvedConfig | config} for ResourceGroupsClient's `config` shape.
|
|
42
42
|
*
|
|
43
|
+
* @throws {@link BadRequestException} (client fault)
|
|
44
|
+
* <p>The request includes one or more parameters that violate validation rules.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
47
|
+
* <p>The caller isn't authorized to make the request. Check permissions.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
50
|
+
* <p>An internal error occurred while processing the request. Try again later.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link MethodNotAllowedException} (client fault)
|
|
53
|
+
* <p>The request uses an HTTP method that isn't allowed for the specified resource.</p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link NotFoundException} (client fault)
|
|
56
|
+
* <p>One or more of the specified resources don't exist.</p>
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
59
|
+
* <p>You've exceeded throttling limits by making too many requests in a period of
|
|
60
|
+
* time.</p>
|
|
61
|
+
*
|
|
62
|
+
*
|
|
43
63
|
*/
|
|
44
64
|
export declare class GetGroupCommand extends $Command<GetGroupCommandInput, GetGroupCommandOutput, ResourceGroupsClientResolvedConfig> {
|
|
45
65
|
readonly input: GetGroupCommandInput;
|
|
@@ -41,6 +41,26 @@ export interface GetGroupConfigurationCommandOutput extends GetGroupConfiguratio
|
|
|
41
41
|
* @see {@link GetGroupConfigurationCommandOutput} for command's `response` shape.
|
|
42
42
|
* @see {@link ResourceGroupsClientResolvedConfig | config} for ResourceGroupsClient's `config` shape.
|
|
43
43
|
*
|
|
44
|
+
* @throws {@link BadRequestException} (client fault)
|
|
45
|
+
* <p>The request includes one or more parameters that violate validation rules.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
48
|
+
* <p>The caller isn't authorized to make the request. Check permissions.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
51
|
+
* <p>An internal error occurred while processing the request. Try again later.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link MethodNotAllowedException} (client fault)
|
|
54
|
+
* <p>The request uses an HTTP method that isn't allowed for the specified resource.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link NotFoundException} (client fault)
|
|
57
|
+
* <p>One or more of the specified resources don't exist.</p>
|
|
58
|
+
*
|
|
59
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
60
|
+
* <p>You've exceeded throttling limits by making too many requests in a period of
|
|
61
|
+
* time.</p>
|
|
62
|
+
*
|
|
63
|
+
*
|
|
44
64
|
*/
|
|
45
65
|
export declare class GetGroupConfigurationCommand extends $Command<GetGroupConfigurationCommandInput, GetGroupConfigurationCommandOutput, ResourceGroupsClientResolvedConfig> {
|
|
46
66
|
readonly input: GetGroupConfigurationCommandInput;
|
|
@@ -42,6 +42,26 @@ export interface GetGroupQueryCommandOutput extends GetGroupQueryOutput, __Metad
|
|
|
42
42
|
* @see {@link GetGroupQueryCommandOutput} for command's `response` shape.
|
|
43
43
|
* @see {@link ResourceGroupsClientResolvedConfig | config} for ResourceGroupsClient's `config` shape.
|
|
44
44
|
*
|
|
45
|
+
* @throws {@link BadRequestException} (client fault)
|
|
46
|
+
* <p>The request includes one or more parameters that violate validation rules.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
49
|
+
* <p>The caller isn't authorized to make the request. Check permissions.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
52
|
+
* <p>An internal error occurred while processing the request. Try again later.</p>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link MethodNotAllowedException} (client fault)
|
|
55
|
+
* <p>The request uses an HTTP method that isn't allowed for the specified resource.</p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link NotFoundException} (client fault)
|
|
58
|
+
* <p>One or more of the specified resources don't exist.</p>
|
|
59
|
+
*
|
|
60
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
61
|
+
* <p>You've exceeded throttling limits by making too many requests in a period of
|
|
62
|
+
* time.</p>
|
|
63
|
+
*
|
|
64
|
+
*
|
|
45
65
|
*/
|
|
46
66
|
export declare class GetGroupQueryCommand extends $Command<GetGroupQueryCommandInput, GetGroupQueryCommandOutput, ResourceGroupsClientResolvedConfig> {
|
|
47
67
|
readonly input: GetGroupQueryCommandInput;
|
|
@@ -41,6 +41,26 @@ export interface GetTagsCommandOutput extends GetTagsOutput, __MetadataBearer {
|
|
|
41
41
|
* @see {@link GetTagsCommandOutput} for command's `response` shape.
|
|
42
42
|
* @see {@link ResourceGroupsClientResolvedConfig | config} for ResourceGroupsClient's `config` shape.
|
|
43
43
|
*
|
|
44
|
+
* @throws {@link BadRequestException} (client fault)
|
|
45
|
+
* <p>The request includes one or more parameters that violate validation rules.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
48
|
+
* <p>The caller isn't authorized to make the request. Check permissions.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
51
|
+
* <p>An internal error occurred while processing the request. Try again later.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link MethodNotAllowedException} (client fault)
|
|
54
|
+
* <p>The request uses an HTTP method that isn't allowed for the specified resource.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link NotFoundException} (client fault)
|
|
57
|
+
* <p>One or more of the specified resources don't exist.</p>
|
|
58
|
+
*
|
|
59
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
60
|
+
* <p>You've exceeded throttling limits by making too many requests in a period of
|
|
61
|
+
* time.</p>
|
|
62
|
+
*
|
|
63
|
+
*
|
|
44
64
|
*/
|
|
45
65
|
export declare class GetTagsCommand extends $Command<GetTagsCommandInput, GetTagsCommandOutput, ResourceGroupsClientResolvedConfig> {
|
|
46
66
|
readonly input: GetTagsCommandInput;
|
|
@@ -58,6 +58,26 @@ export interface GroupResourcesCommandOutput extends GroupResourcesOutput, __Met
|
|
|
58
58
|
* @see {@link GroupResourcesCommandOutput} for command's `response` shape.
|
|
59
59
|
* @see {@link ResourceGroupsClientResolvedConfig | config} for ResourceGroupsClient's `config` shape.
|
|
60
60
|
*
|
|
61
|
+
* @throws {@link BadRequestException} (client fault)
|
|
62
|
+
* <p>The request includes one or more parameters that violate validation rules.</p>
|
|
63
|
+
*
|
|
64
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
65
|
+
* <p>The caller isn't authorized to make the request. Check permissions.</p>
|
|
66
|
+
*
|
|
67
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
68
|
+
* <p>An internal error occurred while processing the request. Try again later.</p>
|
|
69
|
+
*
|
|
70
|
+
* @throws {@link MethodNotAllowedException} (client fault)
|
|
71
|
+
* <p>The request uses an HTTP method that isn't allowed for the specified resource.</p>
|
|
72
|
+
*
|
|
73
|
+
* @throws {@link NotFoundException} (client fault)
|
|
74
|
+
* <p>One or more of the specified resources don't exist.</p>
|
|
75
|
+
*
|
|
76
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
77
|
+
* <p>You've exceeded throttling limits by making too many requests in a period of
|
|
78
|
+
* time.</p>
|
|
79
|
+
*
|
|
80
|
+
*
|
|
61
81
|
*/
|
|
62
82
|
export declare class GroupResourcesCommand extends $Command<GroupResourcesCommandInput, GroupResourcesCommandOutput, ResourceGroupsClientResolvedConfig> {
|
|
63
83
|
readonly input: GroupResourcesCommandInput;
|
|
@@ -56,6 +56,30 @@ export interface ListGroupResourcesCommandOutput extends ListGroupResourcesOutpu
|
|
|
56
56
|
* @see {@link ListGroupResourcesCommandOutput} for command's `response` shape.
|
|
57
57
|
* @see {@link ResourceGroupsClientResolvedConfig | config} for ResourceGroupsClient's `config` shape.
|
|
58
58
|
*
|
|
59
|
+
* @throws {@link BadRequestException} (client fault)
|
|
60
|
+
* <p>The request includes one or more parameters that violate validation rules.</p>
|
|
61
|
+
*
|
|
62
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
63
|
+
* <p>The caller isn't authorized to make the request. Check permissions.</p>
|
|
64
|
+
*
|
|
65
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
66
|
+
* <p>An internal error occurred while processing the request. Try again later.</p>
|
|
67
|
+
*
|
|
68
|
+
* @throws {@link MethodNotAllowedException} (client fault)
|
|
69
|
+
* <p>The request uses an HTTP method that isn't allowed for the specified resource.</p>
|
|
70
|
+
*
|
|
71
|
+
* @throws {@link NotFoundException} (client fault)
|
|
72
|
+
* <p>One or more of the specified resources don't exist.</p>
|
|
73
|
+
*
|
|
74
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
75
|
+
* <p>You've exceeded throttling limits by making too many requests in a period of
|
|
76
|
+
* time.</p>
|
|
77
|
+
*
|
|
78
|
+
* @throws {@link UnauthorizedException} (client fault)
|
|
79
|
+
* <p>The request was rejected because it doesn't have valid credentials for the target
|
|
80
|
+
* resource.</p>
|
|
81
|
+
*
|
|
82
|
+
*
|
|
59
83
|
*/
|
|
60
84
|
export declare class ListGroupResourcesCommand extends $Command<ListGroupResourcesCommandInput, ListGroupResourcesCommandOutput, ResourceGroupsClientResolvedConfig> {
|
|
61
85
|
readonly input: ListGroupResourcesCommandInput;
|
|
@@ -40,6 +40,23 @@ export interface ListGroupsCommandOutput extends ListGroupsOutput, __MetadataBea
|
|
|
40
40
|
* @see {@link ListGroupsCommandOutput} for command's `response` shape.
|
|
41
41
|
* @see {@link ResourceGroupsClientResolvedConfig | config} for ResourceGroupsClient's `config` shape.
|
|
42
42
|
*
|
|
43
|
+
* @throws {@link BadRequestException} (client fault)
|
|
44
|
+
* <p>The request includes one or more parameters that violate validation rules.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
47
|
+
* <p>The caller isn't authorized to make the request. Check permissions.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
50
|
+
* <p>An internal error occurred while processing the request. Try again later.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link MethodNotAllowedException} (client fault)
|
|
53
|
+
* <p>The request uses an HTTP method that isn't allowed for the specified resource.</p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
56
|
+
* <p>You've exceeded throttling limits by making too many requests in a period of
|
|
57
|
+
* time.</p>
|
|
58
|
+
*
|
|
59
|
+
*
|
|
43
60
|
*/
|
|
44
61
|
export declare class ListGroupsCommand extends $Command<ListGroupsCommandInput, ListGroupsCommandOutput, ResourceGroupsClientResolvedConfig> {
|
|
45
62
|
readonly input: ListGroupsCommandInput;
|
|
@@ -42,6 +42,26 @@ export interface PutGroupConfigurationCommandOutput extends PutGroupConfiguratio
|
|
|
42
42
|
* @see {@link PutGroupConfigurationCommandOutput} for command's `response` shape.
|
|
43
43
|
* @see {@link ResourceGroupsClientResolvedConfig | config} for ResourceGroupsClient's `config` shape.
|
|
44
44
|
*
|
|
45
|
+
* @throws {@link BadRequestException} (client fault)
|
|
46
|
+
* <p>The request includes one or more parameters that violate validation rules.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
49
|
+
* <p>The caller isn't authorized to make the request. Check permissions.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
52
|
+
* <p>An internal error occurred while processing the request. Try again later.</p>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link MethodNotAllowedException} (client fault)
|
|
55
|
+
* <p>The request uses an HTTP method that isn't allowed for the specified resource.</p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link NotFoundException} (client fault)
|
|
58
|
+
* <p>One or more of the specified resources don't exist.</p>
|
|
59
|
+
*
|
|
60
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
61
|
+
* <p>You've exceeded throttling limits by making too many requests in a period of
|
|
62
|
+
* time.</p>
|
|
63
|
+
*
|
|
64
|
+
*
|
|
45
65
|
*/
|
|
46
66
|
export declare class PutGroupConfigurationCommand extends $Command<PutGroupConfigurationCommandInput, PutGroupConfigurationCommandOutput, ResourceGroupsClientResolvedConfig> {
|
|
47
67
|
readonly input: PutGroupConfigurationCommandInput;
|
|
@@ -57,6 +57,27 @@ export interface SearchResourcesCommandOutput extends SearchResourcesOutput, __M
|
|
|
57
57
|
* @see {@link SearchResourcesCommandOutput} for command's `response` shape.
|
|
58
58
|
* @see {@link ResourceGroupsClientResolvedConfig | config} for ResourceGroupsClient's `config` shape.
|
|
59
59
|
*
|
|
60
|
+
* @throws {@link BadRequestException} (client fault)
|
|
61
|
+
* <p>The request includes one or more parameters that violate validation rules.</p>
|
|
62
|
+
*
|
|
63
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
64
|
+
* <p>The caller isn't authorized to make the request. Check permissions.</p>
|
|
65
|
+
*
|
|
66
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
67
|
+
* <p>An internal error occurred while processing the request. Try again later.</p>
|
|
68
|
+
*
|
|
69
|
+
* @throws {@link MethodNotAllowedException} (client fault)
|
|
70
|
+
* <p>The request uses an HTTP method that isn't allowed for the specified resource.</p>
|
|
71
|
+
*
|
|
72
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
73
|
+
* <p>You've exceeded throttling limits by making too many requests in a period of
|
|
74
|
+
* time.</p>
|
|
75
|
+
*
|
|
76
|
+
* @throws {@link UnauthorizedException} (client fault)
|
|
77
|
+
* <p>The request was rejected because it doesn't have valid credentials for the target
|
|
78
|
+
* resource.</p>
|
|
79
|
+
*
|
|
80
|
+
*
|
|
60
81
|
*/
|
|
61
82
|
export declare class SearchResourcesCommand extends $Command<SearchResourcesCommandInput, SearchResourcesCommandOutput, ResourceGroupsClientResolvedConfig> {
|
|
62
83
|
readonly input: SearchResourcesCommandInput;
|
|
@@ -47,6 +47,26 @@ export interface TagCommandOutput extends TagOutput, __MetadataBearer {
|
|
|
47
47
|
* @see {@link TagCommandOutput} for command's `response` shape.
|
|
48
48
|
* @see {@link ResourceGroupsClientResolvedConfig | config} for ResourceGroupsClient's `config` shape.
|
|
49
49
|
*
|
|
50
|
+
* @throws {@link BadRequestException} (client fault)
|
|
51
|
+
* <p>The request includes one or more parameters that violate validation rules.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
54
|
+
* <p>The caller isn't authorized to make the request. Check permissions.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
57
|
+
* <p>An internal error occurred while processing the request. Try again later.</p>
|
|
58
|
+
*
|
|
59
|
+
* @throws {@link MethodNotAllowedException} (client fault)
|
|
60
|
+
* <p>The request uses an HTTP method that isn't allowed for the specified resource.</p>
|
|
61
|
+
*
|
|
62
|
+
* @throws {@link NotFoundException} (client fault)
|
|
63
|
+
* <p>One or more of the specified resources don't exist.</p>
|
|
64
|
+
*
|
|
65
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
66
|
+
* <p>You've exceeded throttling limits by making too many requests in a period of
|
|
67
|
+
* time.</p>
|
|
68
|
+
*
|
|
69
|
+
*
|
|
50
70
|
*/
|
|
51
71
|
export declare class TagCommand extends $Command<TagCommandInput, TagCommandOutput, ResourceGroupsClientResolvedConfig> {
|
|
52
72
|
readonly input: TagCommandInput;
|
|
@@ -43,6 +43,26 @@ export interface UngroupResourcesCommandOutput extends UngroupResourcesOutput, _
|
|
|
43
43
|
* @see {@link UngroupResourcesCommandOutput} for command's `response` shape.
|
|
44
44
|
* @see {@link ResourceGroupsClientResolvedConfig | config} for ResourceGroupsClient's `config` shape.
|
|
45
45
|
*
|
|
46
|
+
* @throws {@link BadRequestException} (client fault)
|
|
47
|
+
* <p>The request includes one or more parameters that violate validation rules.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
50
|
+
* <p>The caller isn't authorized to make the request. Check permissions.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
53
|
+
* <p>An internal error occurred while processing the request. Try again later.</p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link MethodNotAllowedException} (client fault)
|
|
56
|
+
* <p>The request uses an HTTP method that isn't allowed for the specified resource.</p>
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link NotFoundException} (client fault)
|
|
59
|
+
* <p>One or more of the specified resources don't exist.</p>
|
|
60
|
+
*
|
|
61
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
62
|
+
* <p>You've exceeded throttling limits by making too many requests in a period of
|
|
63
|
+
* time.</p>
|
|
64
|
+
*
|
|
65
|
+
*
|
|
46
66
|
*/
|
|
47
67
|
export declare class UngroupResourcesCommand extends $Command<UngroupResourcesCommandInput, UngroupResourcesCommandOutput, ResourceGroupsClientResolvedConfig> {
|
|
48
68
|
readonly input: UngroupResourcesCommandInput;
|
|
@@ -40,6 +40,26 @@ export interface UntagCommandOutput extends UntagOutput, __MetadataBearer {
|
|
|
40
40
|
* @see {@link UntagCommandOutput} for command's `response` shape.
|
|
41
41
|
* @see {@link ResourceGroupsClientResolvedConfig | config} for ResourceGroupsClient's `config` shape.
|
|
42
42
|
*
|
|
43
|
+
* @throws {@link BadRequestException} (client fault)
|
|
44
|
+
* <p>The request includes one or more parameters that violate validation rules.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
47
|
+
* <p>The caller isn't authorized to make the request. Check permissions.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
50
|
+
* <p>An internal error occurred while processing the request. Try again later.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link MethodNotAllowedException} (client fault)
|
|
53
|
+
* <p>The request uses an HTTP method that isn't allowed for the specified resource.</p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link NotFoundException} (client fault)
|
|
56
|
+
* <p>One or more of the specified resources don't exist.</p>
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
59
|
+
* <p>You've exceeded throttling limits by making too many requests in a period of
|
|
60
|
+
* time.</p>
|
|
61
|
+
*
|
|
62
|
+
*
|
|
43
63
|
*/
|
|
44
64
|
export declare class UntagCommand extends $Command<UntagCommandInput, UntagCommandOutput, ResourceGroupsClientResolvedConfig> {
|
|
45
65
|
readonly input: UntagCommandInput;
|
|
@@ -33,6 +33,23 @@ export interface UpdateAccountSettingsCommandOutput extends UpdateAccountSetting
|
|
|
33
33
|
* @see {@link UpdateAccountSettingsCommandOutput} for command's `response` shape.
|
|
34
34
|
* @see {@link ResourceGroupsClientResolvedConfig | config} for ResourceGroupsClient's `config` shape.
|
|
35
35
|
*
|
|
36
|
+
* @throws {@link BadRequestException} (client fault)
|
|
37
|
+
* <p>The request includes one or more parameters that violate validation rules.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
40
|
+
* <p>The caller isn't authorized to make the request. Check permissions.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
43
|
+
* <p>An internal error occurred while processing the request. Try again later.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link MethodNotAllowedException} (client fault)
|
|
46
|
+
* <p>The request uses an HTTP method that isn't allowed for the specified resource.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
49
|
+
* <p>You've exceeded throttling limits by making too many requests in a period of
|
|
50
|
+
* time.</p>
|
|
51
|
+
*
|
|
52
|
+
*
|
|
36
53
|
*/
|
|
37
54
|
export declare class UpdateAccountSettingsCommand extends $Command<UpdateAccountSettingsCommandInput, UpdateAccountSettingsCommandOutput, ResourceGroupsClientResolvedConfig> {
|
|
38
55
|
readonly input: UpdateAccountSettingsCommandInput;
|
|
@@ -41,6 +41,26 @@ export interface UpdateGroupCommandOutput extends UpdateGroupOutput, __MetadataB
|
|
|
41
41
|
* @see {@link UpdateGroupCommandOutput} for command's `response` shape.
|
|
42
42
|
* @see {@link ResourceGroupsClientResolvedConfig | config} for ResourceGroupsClient's `config` shape.
|
|
43
43
|
*
|
|
44
|
+
* @throws {@link BadRequestException} (client fault)
|
|
45
|
+
* <p>The request includes one or more parameters that violate validation rules.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
48
|
+
* <p>The caller isn't authorized to make the request. Check permissions.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
51
|
+
* <p>An internal error occurred while processing the request. Try again later.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link MethodNotAllowedException} (client fault)
|
|
54
|
+
* <p>The request uses an HTTP method that isn't allowed for the specified resource.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link NotFoundException} (client fault)
|
|
57
|
+
* <p>One or more of the specified resources don't exist.</p>
|
|
58
|
+
*
|
|
59
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
60
|
+
* <p>You've exceeded throttling limits by making too many requests in a period of
|
|
61
|
+
* time.</p>
|
|
62
|
+
*
|
|
63
|
+
*
|
|
44
64
|
*/
|
|
45
65
|
export declare class UpdateGroupCommand extends $Command<UpdateGroupCommandInput, UpdateGroupCommandOutput, ResourceGroupsClientResolvedConfig> {
|
|
46
66
|
readonly input: UpdateGroupCommandInput;
|
|
@@ -41,6 +41,26 @@ export interface UpdateGroupQueryCommandOutput extends UpdateGroupQueryOutput, _
|
|
|
41
41
|
* @see {@link UpdateGroupQueryCommandOutput} for command's `response` shape.
|
|
42
42
|
* @see {@link ResourceGroupsClientResolvedConfig | config} for ResourceGroupsClient's `config` shape.
|
|
43
43
|
*
|
|
44
|
+
* @throws {@link BadRequestException} (client fault)
|
|
45
|
+
* <p>The request includes one or more parameters that violate validation rules.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
48
|
+
* <p>The caller isn't authorized to make the request. Check permissions.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
51
|
+
* <p>An internal error occurred while processing the request. Try again later.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link MethodNotAllowedException} (client fault)
|
|
54
|
+
* <p>The request uses an HTTP method that isn't allowed for the specified resource.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link NotFoundException} (client fault)
|
|
57
|
+
* <p>One or more of the specified resources don't exist.</p>
|
|
58
|
+
*
|
|
59
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
60
|
+
* <p>You've exceeded throttling limits by making too many requests in a period of
|
|
61
|
+
* time.</p>
|
|
62
|
+
*
|
|
63
|
+
*
|
|
44
64
|
*/
|
|
45
65
|
export declare class UpdateGroupQueryCommand extends $Command<UpdateGroupQueryCommandInput, UpdateGroupQueryCommandOutput, ResourceGroupsClientResolvedConfig> {
|
|
46
66
|
readonly input: UpdateGroupQueryCommandInput;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-resource-groups",
|
|
3
3
|
"description": "AWS SDK for JavaScript Resource Groups Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.290.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -20,37 +20,37 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/config-resolver": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
27
|
-
"@aws-sdk/hash-node": "3.
|
|
28
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
29
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
30
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
31
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
34
|
-
"@aws-sdk/middleware-retry": "3.
|
|
35
|
-
"@aws-sdk/middleware-serde": "3.
|
|
36
|
-
"@aws-sdk/middleware-signing": "3.
|
|
37
|
-
"@aws-sdk/middleware-stack": "3.
|
|
38
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
-
"@aws-sdk/node-config-provider": "3.
|
|
40
|
-
"@aws-sdk/node-http-handler": "3.
|
|
41
|
-
"@aws-sdk/protocol-http": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
-
"@aws-sdk/types": "3.
|
|
44
|
-
"@aws-sdk/url-parser": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.290.0",
|
|
24
|
+
"@aws-sdk/config-resolver": "3.290.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.290.0",
|
|
26
|
+
"@aws-sdk/fetch-http-handler": "3.290.0",
|
|
27
|
+
"@aws-sdk/hash-node": "3.290.0",
|
|
28
|
+
"@aws-sdk/invalid-dependency": "3.290.0",
|
|
29
|
+
"@aws-sdk/middleware-content-length": "3.290.0",
|
|
30
|
+
"@aws-sdk/middleware-endpoint": "3.290.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.290.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.290.0",
|
|
33
|
+
"@aws-sdk/middleware-recursion-detection": "3.290.0",
|
|
34
|
+
"@aws-sdk/middleware-retry": "3.290.0",
|
|
35
|
+
"@aws-sdk/middleware-serde": "3.290.0",
|
|
36
|
+
"@aws-sdk/middleware-signing": "3.290.0",
|
|
37
|
+
"@aws-sdk/middleware-stack": "3.290.0",
|
|
38
|
+
"@aws-sdk/middleware-user-agent": "3.290.0",
|
|
39
|
+
"@aws-sdk/node-config-provider": "3.290.0",
|
|
40
|
+
"@aws-sdk/node-http-handler": "3.290.0",
|
|
41
|
+
"@aws-sdk/protocol-http": "3.290.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.290.0",
|
|
43
|
+
"@aws-sdk/types": "3.290.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.290.0",
|
|
45
45
|
"@aws-sdk/util-base64": "3.208.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.188.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.208.0",
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
-
"@aws-sdk/util-retry": "3.
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.290.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.290.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.290.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.290.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.290.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.290.0",
|
|
54
54
|
"@aws-sdk/util-utf8": "3.254.0",
|
|
55
55
|
"tslib": "^2.3.1"
|
|
56
56
|
},
|