@aws-sdk/client-resource-groups-tagging-api 3.289.0 → 3.292.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/DescribeReportCreationCommand.d.ts +53 -0
- package/dist-types/commands/GetComplianceSummaryCommand.d.ts +53 -0
- package/dist-types/commands/GetResourcesCommand.d.ts +35 -0
- package/dist-types/commands/GetTagKeysCommand.d.ts +35 -0
- package/dist-types/commands/GetTagValuesCommand.d.ts +35 -0
- package/dist-types/commands/StartReportCreationCommand.d.ts +57 -0
- package/dist-types/commands/TagResourcesCommand.d.ts +31 -0
- package/dist-types/commands/UntagResourcesCommand.d.ts +31 -0
- package/package.json +35 -40
|
@@ -31,6 +31,59 @@ export interface DescribeReportCreationCommandOutput extends DescribeReportCreat
|
|
|
31
31
|
* @see {@link DescribeReportCreationCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link ResourceGroupsTaggingAPIClientResolvedConfig | config} for ResourceGroupsTaggingAPIClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link ConstraintViolationException} (client fault)
|
|
35
|
+
* <p>The request was denied because performing this operation violates a constraint. </p>
|
|
36
|
+
* <p>Some of the reasons in the following list might not apply to this specific
|
|
37
|
+
* operation.</p>
|
|
38
|
+
* <ul>
|
|
39
|
+
* <li>
|
|
40
|
+
* <p>You must meet the prerequisites for using tag policies. For information, see
|
|
41
|
+
* <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies-prereqs.html">Prerequisites and Permissions for Using Tag Policies</a> in the
|
|
42
|
+
* <i>Organizations User Guide.</i>
|
|
43
|
+
* </p>
|
|
44
|
+
* </li>
|
|
45
|
+
* <li>
|
|
46
|
+
* <p>You must enable the tag policies service principal
|
|
47
|
+
* (<code>tagpolicies.tag.amazonaws.com</code>) to integrate with Organizations For
|
|
48
|
+
* information, see <a href="https://docs.aws.amazon.com/organizations/latest/APIReference/API_EnableAWSServiceAccess.html">EnableAWSServiceAccess</a>.</p>
|
|
49
|
+
* </li>
|
|
50
|
+
* <li>
|
|
51
|
+
* <p>You must have a tag policy attached to the organization root, an OU, or an
|
|
52
|
+
* account.</p>
|
|
53
|
+
* </li>
|
|
54
|
+
* </ul>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
57
|
+
* <p>The request processing failed because of an unknown error, exception, or failure. You
|
|
58
|
+
* can retry the request.</p>
|
|
59
|
+
*
|
|
60
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
61
|
+
* <p>This error indicates one of the following:</p>
|
|
62
|
+
* <ul>
|
|
63
|
+
* <li>
|
|
64
|
+
* <p>A parameter is missing.</p>
|
|
65
|
+
* </li>
|
|
66
|
+
* <li>
|
|
67
|
+
* <p>A malformed string was supplied for the request parameter.</p>
|
|
68
|
+
* </li>
|
|
69
|
+
* <li>
|
|
70
|
+
* <p>An out-of-range value was supplied for the request parameter.</p>
|
|
71
|
+
* </li>
|
|
72
|
+
* <li>
|
|
73
|
+
* <p>The target ID is invalid, unsupported, or doesn't exist.</p>
|
|
74
|
+
* </li>
|
|
75
|
+
* <li>
|
|
76
|
+
* <p>You can't access the Amazon S3 bucket for report storage. For more information, see
|
|
77
|
+
* <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies-prereqs.html#bucket-policies-org-report">Additional Requirements for Organization-wide Tag Compliance
|
|
78
|
+
* Reports</a> in the <i>Organizations User Guide.</i>
|
|
79
|
+
* </p>
|
|
80
|
+
* </li>
|
|
81
|
+
* </ul>
|
|
82
|
+
*
|
|
83
|
+
* @throws {@link ThrottledException} (client fault)
|
|
84
|
+
* <p>The request was denied to limit the frequency of submitted requests.</p>
|
|
85
|
+
*
|
|
86
|
+
*
|
|
34
87
|
*/
|
|
35
88
|
export declare class DescribeReportCreationCommand extends $Command<DescribeReportCreationCommandInput, DescribeReportCreationCommandOutput, ResourceGroupsTaggingAPIClientResolvedConfig> {
|
|
36
89
|
readonly input: DescribeReportCreationCommandInput;
|
|
@@ -41,6 +41,59 @@ export interface GetComplianceSummaryCommandOutput extends GetComplianceSummaryO
|
|
|
41
41
|
* @see {@link GetComplianceSummaryCommandOutput} for command's `response` shape.
|
|
42
42
|
* @see {@link ResourceGroupsTaggingAPIClientResolvedConfig | config} for ResourceGroupsTaggingAPIClient's `config` shape.
|
|
43
43
|
*
|
|
44
|
+
* @throws {@link ConstraintViolationException} (client fault)
|
|
45
|
+
* <p>The request was denied because performing this operation violates a constraint. </p>
|
|
46
|
+
* <p>Some of the reasons in the following list might not apply to this specific
|
|
47
|
+
* operation.</p>
|
|
48
|
+
* <ul>
|
|
49
|
+
* <li>
|
|
50
|
+
* <p>You must meet the prerequisites for using tag policies. For information, see
|
|
51
|
+
* <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies-prereqs.html">Prerequisites and Permissions for Using Tag Policies</a> in the
|
|
52
|
+
* <i>Organizations User Guide.</i>
|
|
53
|
+
* </p>
|
|
54
|
+
* </li>
|
|
55
|
+
* <li>
|
|
56
|
+
* <p>You must enable the tag policies service principal
|
|
57
|
+
* (<code>tagpolicies.tag.amazonaws.com</code>) to integrate with Organizations For
|
|
58
|
+
* information, see <a href="https://docs.aws.amazon.com/organizations/latest/APIReference/API_EnableAWSServiceAccess.html">EnableAWSServiceAccess</a>.</p>
|
|
59
|
+
* </li>
|
|
60
|
+
* <li>
|
|
61
|
+
* <p>You must have a tag policy attached to the organization root, an OU, or an
|
|
62
|
+
* account.</p>
|
|
63
|
+
* </li>
|
|
64
|
+
* </ul>
|
|
65
|
+
*
|
|
66
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
67
|
+
* <p>The request processing failed because of an unknown error, exception, or failure. You
|
|
68
|
+
* can retry the request.</p>
|
|
69
|
+
*
|
|
70
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
71
|
+
* <p>This error indicates one of the following:</p>
|
|
72
|
+
* <ul>
|
|
73
|
+
* <li>
|
|
74
|
+
* <p>A parameter is missing.</p>
|
|
75
|
+
* </li>
|
|
76
|
+
* <li>
|
|
77
|
+
* <p>A malformed string was supplied for the request parameter.</p>
|
|
78
|
+
* </li>
|
|
79
|
+
* <li>
|
|
80
|
+
* <p>An out-of-range value was supplied for the request parameter.</p>
|
|
81
|
+
* </li>
|
|
82
|
+
* <li>
|
|
83
|
+
* <p>The target ID is invalid, unsupported, or doesn't exist.</p>
|
|
84
|
+
* </li>
|
|
85
|
+
* <li>
|
|
86
|
+
* <p>You can't access the Amazon S3 bucket for report storage. For more information, see
|
|
87
|
+
* <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies-prereqs.html#bucket-policies-org-report">Additional Requirements for Organization-wide Tag Compliance
|
|
88
|
+
* Reports</a> in the <i>Organizations User Guide.</i>
|
|
89
|
+
* </p>
|
|
90
|
+
* </li>
|
|
91
|
+
* </ul>
|
|
92
|
+
*
|
|
93
|
+
* @throws {@link ThrottledException} (client fault)
|
|
94
|
+
* <p>The request was denied to limit the frequency of submitted requests.</p>
|
|
95
|
+
*
|
|
96
|
+
*
|
|
44
97
|
*/
|
|
45
98
|
export declare class GetComplianceSummaryCommand extends $Command<GetComplianceSummaryCommandInput, GetComplianceSummaryCommandOutput, ResourceGroupsTaggingAPIClientResolvedConfig> {
|
|
46
99
|
readonly input: GetComplianceSummaryCommandInput;
|
|
@@ -52,6 +52,41 @@ export interface GetResourcesCommandOutput extends GetResourcesOutput, __Metadat
|
|
|
52
52
|
* @see {@link GetResourcesCommandOutput} for command's `response` shape.
|
|
53
53
|
* @see {@link ResourceGroupsTaggingAPIClientResolvedConfig | config} for ResourceGroupsTaggingAPIClient's `config` shape.
|
|
54
54
|
*
|
|
55
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
56
|
+
* <p>The request processing failed because of an unknown error, exception, or failure. You
|
|
57
|
+
* can retry the request.</p>
|
|
58
|
+
*
|
|
59
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
60
|
+
* <p>This error indicates one of the following:</p>
|
|
61
|
+
* <ul>
|
|
62
|
+
* <li>
|
|
63
|
+
* <p>A parameter is missing.</p>
|
|
64
|
+
* </li>
|
|
65
|
+
* <li>
|
|
66
|
+
* <p>A malformed string was supplied for the request parameter.</p>
|
|
67
|
+
* </li>
|
|
68
|
+
* <li>
|
|
69
|
+
* <p>An out-of-range value was supplied for the request parameter.</p>
|
|
70
|
+
* </li>
|
|
71
|
+
* <li>
|
|
72
|
+
* <p>The target ID is invalid, unsupported, or doesn't exist.</p>
|
|
73
|
+
* </li>
|
|
74
|
+
* <li>
|
|
75
|
+
* <p>You can't access the Amazon S3 bucket for report storage. For more information, see
|
|
76
|
+
* <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies-prereqs.html#bucket-policies-org-report">Additional Requirements for Organization-wide Tag Compliance
|
|
77
|
+
* Reports</a> in the <i>Organizations User Guide.</i>
|
|
78
|
+
* </p>
|
|
79
|
+
* </li>
|
|
80
|
+
* </ul>
|
|
81
|
+
*
|
|
82
|
+
* @throws {@link PaginationTokenExpiredException} (client fault)
|
|
83
|
+
* <p>A <code>PaginationToken</code> is valid for a maximum of 15 minutes. Your request was
|
|
84
|
+
* denied because the specified <code>PaginationToken</code> has expired.</p>
|
|
85
|
+
*
|
|
86
|
+
* @throws {@link ThrottledException} (client fault)
|
|
87
|
+
* <p>The request was denied to limit the frequency of submitted requests.</p>
|
|
88
|
+
*
|
|
89
|
+
*
|
|
55
90
|
*/
|
|
56
91
|
export declare class GetResourcesCommand extends $Command<GetResourcesCommandInput, GetResourcesCommandOutput, ResourceGroupsTaggingAPIClientResolvedConfig> {
|
|
57
92
|
readonly input: GetResourcesCommandInput;
|
|
@@ -36,6 +36,41 @@ export interface GetTagKeysCommandOutput extends GetTagKeysOutput, __MetadataBea
|
|
|
36
36
|
* @see {@link GetTagKeysCommandOutput} for command's `response` shape.
|
|
37
37
|
* @see {@link ResourceGroupsTaggingAPIClientResolvedConfig | config} for ResourceGroupsTaggingAPIClient's `config` shape.
|
|
38
38
|
*
|
|
39
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
40
|
+
* <p>The request processing failed because of an unknown error, exception, or failure. You
|
|
41
|
+
* can retry the request.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
44
|
+
* <p>This error indicates one of the following:</p>
|
|
45
|
+
* <ul>
|
|
46
|
+
* <li>
|
|
47
|
+
* <p>A parameter is missing.</p>
|
|
48
|
+
* </li>
|
|
49
|
+
* <li>
|
|
50
|
+
* <p>A malformed string was supplied for the request parameter.</p>
|
|
51
|
+
* </li>
|
|
52
|
+
* <li>
|
|
53
|
+
* <p>An out-of-range value was supplied for the request parameter.</p>
|
|
54
|
+
* </li>
|
|
55
|
+
* <li>
|
|
56
|
+
* <p>The target ID is invalid, unsupported, or doesn't exist.</p>
|
|
57
|
+
* </li>
|
|
58
|
+
* <li>
|
|
59
|
+
* <p>You can't access the Amazon S3 bucket for report storage. For more information, see
|
|
60
|
+
* <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies-prereqs.html#bucket-policies-org-report">Additional Requirements for Organization-wide Tag Compliance
|
|
61
|
+
* Reports</a> in the <i>Organizations User Guide.</i>
|
|
62
|
+
* </p>
|
|
63
|
+
* </li>
|
|
64
|
+
* </ul>
|
|
65
|
+
*
|
|
66
|
+
* @throws {@link PaginationTokenExpiredException} (client fault)
|
|
67
|
+
* <p>A <code>PaginationToken</code> is valid for a maximum of 15 minutes. Your request was
|
|
68
|
+
* denied because the specified <code>PaginationToken</code> has expired.</p>
|
|
69
|
+
*
|
|
70
|
+
* @throws {@link ThrottledException} (client fault)
|
|
71
|
+
* <p>The request was denied to limit the frequency of submitted requests.</p>
|
|
72
|
+
*
|
|
73
|
+
*
|
|
39
74
|
*/
|
|
40
75
|
export declare class GetTagKeysCommand extends $Command<GetTagKeysCommandInput, GetTagKeysCommandOutput, ResourceGroupsTaggingAPIClientResolvedConfig> {
|
|
41
76
|
readonly input: GetTagKeysCommandInput;
|
|
@@ -36,6 +36,41 @@ export interface GetTagValuesCommandOutput extends GetTagValuesOutput, __Metadat
|
|
|
36
36
|
* @see {@link GetTagValuesCommandOutput} for command's `response` shape.
|
|
37
37
|
* @see {@link ResourceGroupsTaggingAPIClientResolvedConfig | config} for ResourceGroupsTaggingAPIClient's `config` shape.
|
|
38
38
|
*
|
|
39
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
40
|
+
* <p>The request processing failed because of an unknown error, exception, or failure. You
|
|
41
|
+
* can retry the request.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
44
|
+
* <p>This error indicates one of the following:</p>
|
|
45
|
+
* <ul>
|
|
46
|
+
* <li>
|
|
47
|
+
* <p>A parameter is missing.</p>
|
|
48
|
+
* </li>
|
|
49
|
+
* <li>
|
|
50
|
+
* <p>A malformed string was supplied for the request parameter.</p>
|
|
51
|
+
* </li>
|
|
52
|
+
* <li>
|
|
53
|
+
* <p>An out-of-range value was supplied for the request parameter.</p>
|
|
54
|
+
* </li>
|
|
55
|
+
* <li>
|
|
56
|
+
* <p>The target ID is invalid, unsupported, or doesn't exist.</p>
|
|
57
|
+
* </li>
|
|
58
|
+
* <li>
|
|
59
|
+
* <p>You can't access the Amazon S3 bucket for report storage. For more information, see
|
|
60
|
+
* <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies-prereqs.html#bucket-policies-org-report">Additional Requirements for Organization-wide Tag Compliance
|
|
61
|
+
* Reports</a> in the <i>Organizations User Guide.</i>
|
|
62
|
+
* </p>
|
|
63
|
+
* </li>
|
|
64
|
+
* </ul>
|
|
65
|
+
*
|
|
66
|
+
* @throws {@link PaginationTokenExpiredException} (client fault)
|
|
67
|
+
* <p>A <code>PaginationToken</code> is valid for a maximum of 15 minutes. Your request was
|
|
68
|
+
* denied because the specified <code>PaginationToken</code> has expired.</p>
|
|
69
|
+
*
|
|
70
|
+
* @throws {@link ThrottledException} (client fault)
|
|
71
|
+
* <p>The request was denied to limit the frequency of submitted requests.</p>
|
|
72
|
+
*
|
|
73
|
+
*
|
|
39
74
|
*/
|
|
40
75
|
export declare class GetTagValuesCommand extends $Command<GetTagValuesCommandInput, GetTagValuesCommandOutput, ResourceGroupsTaggingAPIClientResolvedConfig> {
|
|
41
76
|
readonly input: GetTagValuesCommandInput;
|
|
@@ -37,6 +37,63 @@ export interface StartReportCreationCommandOutput extends StartReportCreationOut
|
|
|
37
37
|
* @see {@link StartReportCreationCommandOutput} for command's `response` shape.
|
|
38
38
|
* @see {@link ResourceGroupsTaggingAPIClientResolvedConfig | config} for ResourceGroupsTaggingAPIClient's `config` shape.
|
|
39
39
|
*
|
|
40
|
+
* @throws {@link ConcurrentModificationException} (client fault)
|
|
41
|
+
* <p>The target of the operation is currently being modified by a different request. Try
|
|
42
|
+
* again later.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ConstraintViolationException} (client fault)
|
|
45
|
+
* <p>The request was denied because performing this operation violates a constraint. </p>
|
|
46
|
+
* <p>Some of the reasons in the following list might not apply to this specific
|
|
47
|
+
* operation.</p>
|
|
48
|
+
* <ul>
|
|
49
|
+
* <li>
|
|
50
|
+
* <p>You must meet the prerequisites for using tag policies. For information, see
|
|
51
|
+
* <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies-prereqs.html">Prerequisites and Permissions for Using Tag Policies</a> in the
|
|
52
|
+
* <i>Organizations User Guide.</i>
|
|
53
|
+
* </p>
|
|
54
|
+
* </li>
|
|
55
|
+
* <li>
|
|
56
|
+
* <p>You must enable the tag policies service principal
|
|
57
|
+
* (<code>tagpolicies.tag.amazonaws.com</code>) to integrate with Organizations For
|
|
58
|
+
* information, see <a href="https://docs.aws.amazon.com/organizations/latest/APIReference/API_EnableAWSServiceAccess.html">EnableAWSServiceAccess</a>.</p>
|
|
59
|
+
* </li>
|
|
60
|
+
* <li>
|
|
61
|
+
* <p>You must have a tag policy attached to the organization root, an OU, or an
|
|
62
|
+
* account.</p>
|
|
63
|
+
* </li>
|
|
64
|
+
* </ul>
|
|
65
|
+
*
|
|
66
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
67
|
+
* <p>The request processing failed because of an unknown error, exception, or failure. You
|
|
68
|
+
* can retry the request.</p>
|
|
69
|
+
*
|
|
70
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
71
|
+
* <p>This error indicates one of the following:</p>
|
|
72
|
+
* <ul>
|
|
73
|
+
* <li>
|
|
74
|
+
* <p>A parameter is missing.</p>
|
|
75
|
+
* </li>
|
|
76
|
+
* <li>
|
|
77
|
+
* <p>A malformed string was supplied for the request parameter.</p>
|
|
78
|
+
* </li>
|
|
79
|
+
* <li>
|
|
80
|
+
* <p>An out-of-range value was supplied for the request parameter.</p>
|
|
81
|
+
* </li>
|
|
82
|
+
* <li>
|
|
83
|
+
* <p>The target ID is invalid, unsupported, or doesn't exist.</p>
|
|
84
|
+
* </li>
|
|
85
|
+
* <li>
|
|
86
|
+
* <p>You can't access the Amazon S3 bucket for report storage. For more information, see
|
|
87
|
+
* <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies-prereqs.html#bucket-policies-org-report">Additional Requirements for Organization-wide Tag Compliance
|
|
88
|
+
* Reports</a> in the <i>Organizations User Guide.</i>
|
|
89
|
+
* </p>
|
|
90
|
+
* </li>
|
|
91
|
+
* </ul>
|
|
92
|
+
*
|
|
93
|
+
* @throws {@link ThrottledException} (client fault)
|
|
94
|
+
* <p>The request was denied to limit the frequency of submitted requests.</p>
|
|
95
|
+
*
|
|
96
|
+
*
|
|
40
97
|
*/
|
|
41
98
|
export declare class StartReportCreationCommand extends $Command<StartReportCreationCommandInput, StartReportCreationCommandOutput, ResourceGroupsTaggingAPIClientResolvedConfig> {
|
|
42
99
|
readonly input: StartReportCreationCommandInput;
|
|
@@ -78,6 +78,37 @@ export interface TagResourcesCommandOutput extends TagResourcesOutput, __Metadat
|
|
|
78
78
|
* @see {@link TagResourcesCommandOutput} for command's `response` shape.
|
|
79
79
|
* @see {@link ResourceGroupsTaggingAPIClientResolvedConfig | config} for ResourceGroupsTaggingAPIClient's `config` shape.
|
|
80
80
|
*
|
|
81
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
82
|
+
* <p>The request processing failed because of an unknown error, exception, or failure. You
|
|
83
|
+
* can retry the request.</p>
|
|
84
|
+
*
|
|
85
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
86
|
+
* <p>This error indicates one of the following:</p>
|
|
87
|
+
* <ul>
|
|
88
|
+
* <li>
|
|
89
|
+
* <p>A parameter is missing.</p>
|
|
90
|
+
* </li>
|
|
91
|
+
* <li>
|
|
92
|
+
* <p>A malformed string was supplied for the request parameter.</p>
|
|
93
|
+
* </li>
|
|
94
|
+
* <li>
|
|
95
|
+
* <p>An out-of-range value was supplied for the request parameter.</p>
|
|
96
|
+
* </li>
|
|
97
|
+
* <li>
|
|
98
|
+
* <p>The target ID is invalid, unsupported, or doesn't exist.</p>
|
|
99
|
+
* </li>
|
|
100
|
+
* <li>
|
|
101
|
+
* <p>You can't access the Amazon S3 bucket for report storage. For more information, see
|
|
102
|
+
* <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies-prereqs.html#bucket-policies-org-report">Additional Requirements for Organization-wide Tag Compliance
|
|
103
|
+
* Reports</a> in the <i>Organizations User Guide.</i>
|
|
104
|
+
* </p>
|
|
105
|
+
* </li>
|
|
106
|
+
* </ul>
|
|
107
|
+
*
|
|
108
|
+
* @throws {@link ThrottledException} (client fault)
|
|
109
|
+
* <p>The request was denied to limit the frequency of submitted requests.</p>
|
|
110
|
+
*
|
|
111
|
+
*
|
|
81
112
|
*/
|
|
82
113
|
export declare class TagResourcesCommand extends $Command<TagResourcesCommandInput, TagResourcesCommandOutput, ResourceGroupsTaggingAPIClientResolvedConfig> {
|
|
83
114
|
readonly input: TagResourcesCommandInput;
|
|
@@ -65,6 +65,37 @@ export interface UntagResourcesCommandOutput extends UntagResourcesOutput, __Met
|
|
|
65
65
|
* @see {@link UntagResourcesCommandOutput} for command's `response` shape.
|
|
66
66
|
* @see {@link ResourceGroupsTaggingAPIClientResolvedConfig | config} for ResourceGroupsTaggingAPIClient's `config` shape.
|
|
67
67
|
*
|
|
68
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
69
|
+
* <p>The request processing failed because of an unknown error, exception, or failure. You
|
|
70
|
+
* can retry the request.</p>
|
|
71
|
+
*
|
|
72
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
73
|
+
* <p>This error indicates one of the following:</p>
|
|
74
|
+
* <ul>
|
|
75
|
+
* <li>
|
|
76
|
+
* <p>A parameter is missing.</p>
|
|
77
|
+
* </li>
|
|
78
|
+
* <li>
|
|
79
|
+
* <p>A malformed string was supplied for the request parameter.</p>
|
|
80
|
+
* </li>
|
|
81
|
+
* <li>
|
|
82
|
+
* <p>An out-of-range value was supplied for the request parameter.</p>
|
|
83
|
+
* </li>
|
|
84
|
+
* <li>
|
|
85
|
+
* <p>The target ID is invalid, unsupported, or doesn't exist.</p>
|
|
86
|
+
* </li>
|
|
87
|
+
* <li>
|
|
88
|
+
* <p>You can't access the Amazon S3 bucket for report storage. For more information, see
|
|
89
|
+
* <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies-prereqs.html#bucket-policies-org-report">Additional Requirements for Organization-wide Tag Compliance
|
|
90
|
+
* Reports</a> in the <i>Organizations User Guide.</i>
|
|
91
|
+
* </p>
|
|
92
|
+
* </li>
|
|
93
|
+
* </ul>
|
|
94
|
+
*
|
|
95
|
+
* @throws {@link ThrottledException} (client fault)
|
|
96
|
+
* <p>The request was denied to limit the frequency of submitted requests.</p>
|
|
97
|
+
*
|
|
98
|
+
*
|
|
68
99
|
*/
|
|
69
100
|
export declare class UntagResourcesCommand extends $Command<UntagResourcesCommandInput, UntagResourcesCommandOutput, ResourceGroupsTaggingAPIClientResolvedConfig> {
|
|
70
101
|
readonly input: UntagResourcesCommandInput;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-resource-groups-tagging-api",
|
|
3
3
|
"description": "AWS SDK for JavaScript Resource Groups Tagging Api Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.292.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,55 +20,50 @@
|
|
|
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.
|
|
45
|
-
"@aws-sdk/util-base64": "3.
|
|
46
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
47
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
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.
|
|
54
|
-
"@aws-sdk/util-utf8": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.292.0",
|
|
24
|
+
"@aws-sdk/config-resolver": "3.292.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.292.0",
|
|
26
|
+
"@aws-sdk/fetch-http-handler": "3.292.0",
|
|
27
|
+
"@aws-sdk/hash-node": "3.292.0",
|
|
28
|
+
"@aws-sdk/invalid-dependency": "3.292.0",
|
|
29
|
+
"@aws-sdk/middleware-content-length": "3.292.0",
|
|
30
|
+
"@aws-sdk/middleware-endpoint": "3.292.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.292.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.292.0",
|
|
33
|
+
"@aws-sdk/middleware-recursion-detection": "3.292.0",
|
|
34
|
+
"@aws-sdk/middleware-retry": "3.292.0",
|
|
35
|
+
"@aws-sdk/middleware-serde": "3.292.0",
|
|
36
|
+
"@aws-sdk/middleware-signing": "3.292.0",
|
|
37
|
+
"@aws-sdk/middleware-stack": "3.292.0",
|
|
38
|
+
"@aws-sdk/middleware-user-agent": "3.292.0",
|
|
39
|
+
"@aws-sdk/node-config-provider": "3.292.0",
|
|
40
|
+
"@aws-sdk/node-http-handler": "3.292.0",
|
|
41
|
+
"@aws-sdk/protocol-http": "3.292.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.292.0",
|
|
43
|
+
"@aws-sdk/types": "3.292.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.292.0",
|
|
45
|
+
"@aws-sdk/util-base64": "3.292.0",
|
|
46
|
+
"@aws-sdk/util-body-length-browser": "3.292.0",
|
|
47
|
+
"@aws-sdk/util-body-length-node": "3.292.0",
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.292.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.292.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.292.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.292.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.292.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.292.0",
|
|
54
|
+
"@aws-sdk/util-utf8": "3.292.0",
|
|
55
55
|
"tslib": "^2.3.1"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
58
|
+
"@aws-sdk/service-client-documentation-generator": "3.292.0",
|
|
59
59
|
"@tsconfig/node14": "1.0.3",
|
|
60
60
|
"@types/node": "^14.14.31",
|
|
61
61
|
"concurrently": "7.0.0",
|
|
62
62
|
"downlevel-dts": "0.10.1",
|
|
63
63
|
"rimraf": "3.0.2",
|
|
64
|
-
"typedoc": "0.
|
|
64
|
+
"typedoc": "0.23.23",
|
|
65
65
|
"typescript": "~4.6.2"
|
|
66
66
|
},
|
|
67
|
-
"overrides": {
|
|
68
|
-
"typedoc": {
|
|
69
|
-
"typescript": "~4.6.2"
|
|
70
|
-
}
|
|
71
|
-
},
|
|
72
67
|
"engines": {
|
|
73
68
|
"node": ">=14.0.0"
|
|
74
69
|
},
|