@aws-sdk/client-resource-groups-tagging-api 3.775.0 → 3.777.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 +1 -0
- package/dist-types/commands/GetComplianceSummaryCommand.d.ts +1 -0
- package/dist-types/commands/GetResourcesCommand.d.ts +1 -0
- package/dist-types/commands/GetTagKeysCommand.d.ts +1 -0
- package/dist-types/commands/GetTagValuesCommand.d.ts +1 -0
- package/dist-types/commands/StartReportCreationCommand.d.ts +1 -0
- package/dist-types/commands/TagResourcesCommand.d.ts +1 -0
- package/dist-types/commands/UntagResourcesCommand.d.ts +1 -0
- package/package.json +2 -2
|
@@ -109,6 +109,7 @@ declare const DescribeReportCreationCommand_base: {
|
|
|
109
109
|
* @throws {@link ResourceGroupsTaggingAPIServiceException}
|
|
110
110
|
* <p>Base exception class for all service exceptions from ResourceGroupsTaggingAPI service.</p>
|
|
111
111
|
*
|
|
112
|
+
*
|
|
112
113
|
* @public
|
|
113
114
|
*/
|
|
114
115
|
export declare class DescribeReportCreationCommand extends DescribeReportCreationCommand_base {
|
|
@@ -144,6 +144,7 @@ declare const GetComplianceSummaryCommand_base: {
|
|
|
144
144
|
* @throws {@link ResourceGroupsTaggingAPIServiceException}
|
|
145
145
|
* <p>Base exception class for all service exceptions from ResourceGroupsTaggingAPI service.</p>
|
|
146
146
|
*
|
|
147
|
+
*
|
|
147
148
|
* @public
|
|
148
149
|
*/
|
|
149
150
|
export declare class GetComplianceSummaryCommand extends GetComplianceSummaryCommand_base {
|
|
@@ -149,6 +149,7 @@ declare const GetResourcesCommand_base: {
|
|
|
149
149
|
* @throws {@link ResourceGroupsTaggingAPIServiceException}
|
|
150
150
|
* <p>Base exception class for all service exceptions from ResourceGroupsTaggingAPI service.</p>
|
|
151
151
|
*
|
|
152
|
+
*
|
|
152
153
|
* @public
|
|
153
154
|
*/
|
|
154
155
|
export declare class GetResourcesCommand extends GetResourcesCommand_base {
|
|
@@ -98,6 +98,7 @@ declare const GetTagKeysCommand_base: {
|
|
|
98
98
|
* @throws {@link ResourceGroupsTaggingAPIServiceException}
|
|
99
99
|
* <p>Base exception class for all service exceptions from ResourceGroupsTaggingAPI service.</p>
|
|
100
100
|
*
|
|
101
|
+
*
|
|
101
102
|
* @public
|
|
102
103
|
*/
|
|
103
104
|
export declare class GetTagKeysCommand extends GetTagKeysCommand_base {
|
|
@@ -99,6 +99,7 @@ declare const GetTagValuesCommand_base: {
|
|
|
99
99
|
* @throws {@link ResourceGroupsTaggingAPIServiceException}
|
|
100
100
|
* <p>Base exception class for all service exceptions from ResourceGroupsTaggingAPI service.</p>
|
|
101
101
|
*
|
|
102
|
+
*
|
|
102
103
|
* @public
|
|
103
104
|
*/
|
|
104
105
|
export declare class GetTagValuesCommand extends GetTagValuesCommand_base {
|
|
@@ -116,6 +116,7 @@ declare const StartReportCreationCommand_base: {
|
|
|
116
116
|
* @throws {@link ResourceGroupsTaggingAPIServiceException}
|
|
117
117
|
* <p>Base exception class for all service exceptions from ResourceGroupsTaggingAPI service.</p>
|
|
118
118
|
*
|
|
119
|
+
*
|
|
119
120
|
* @public
|
|
120
121
|
*/
|
|
121
122
|
export declare class StartReportCreationCommand extends StartReportCreationCommand_base {
|
|
@@ -144,6 +144,7 @@ declare const TagResourcesCommand_base: {
|
|
|
144
144
|
* @throws {@link ResourceGroupsTaggingAPIServiceException}
|
|
145
145
|
* <p>Base exception class for all service exceptions from ResourceGroupsTaggingAPI service.</p>
|
|
146
146
|
*
|
|
147
|
+
*
|
|
147
148
|
* @public
|
|
148
149
|
*/
|
|
149
150
|
export declare class TagResourcesCommand extends TagResourcesCommand_base {
|
|
@@ -130,6 +130,7 @@ declare const UntagResourcesCommand_base: {
|
|
|
130
130
|
* @throws {@link ResourceGroupsTaggingAPIServiceException}
|
|
131
131
|
* <p>Base exception class for all service exceptions from ResourceGroupsTaggingAPI service.</p>
|
|
132
132
|
*
|
|
133
|
+
*
|
|
133
134
|
* @public
|
|
134
135
|
*/
|
|
135
136
|
export declare class UntagResourcesCommand extends UntagResourcesCommand_base {
|
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.777.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-resource-groups-tagging-api",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.775.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.777.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.775.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.775.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.775.0",
|