@aws-sdk/client-resource-groups 3.590.0 → 3.592.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.
Files changed (41) hide show
  1. package/dist-cjs/index.js +0 -18
  2. package/dist-types/commands/CreateGroupCommand.d.ts +2 -1
  3. package/dist-types/commands/DeleteGroupCommand.d.ts +2 -1
  4. package/dist-types/commands/GetAccountSettingsCommand.d.ts +2 -1
  5. package/dist-types/commands/GetGroupCommand.d.ts +2 -1
  6. package/dist-types/commands/GetGroupConfigurationCommand.d.ts +2 -1
  7. package/dist-types/commands/GetGroupQueryCommand.d.ts +2 -1
  8. package/dist-types/commands/GetTagsCommand.d.ts +2 -1
  9. package/dist-types/commands/GroupResourcesCommand.d.ts +2 -1
  10. package/dist-types/commands/ListGroupResourcesCommand.d.ts +2 -1
  11. package/dist-types/commands/ListGroupsCommand.d.ts +2 -1
  12. package/dist-types/commands/PutGroupConfigurationCommand.d.ts +2 -1
  13. package/dist-types/commands/SearchResourcesCommand.d.ts +2 -1
  14. package/dist-types/commands/TagCommand.d.ts +2 -1
  15. package/dist-types/commands/UngroupResourcesCommand.d.ts +2 -1
  16. package/dist-types/commands/UntagCommand.d.ts +2 -1
  17. package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +2 -1
  18. package/dist-types/commands/UpdateGroupCommand.d.ts +2 -1
  19. package/dist-types/commands/UpdateGroupQueryCommand.d.ts +2 -1
  20. package/dist-types/index.d.ts +2 -2
  21. package/dist-types/models/ResourceGroupsServiceException.d.ts +2 -1
  22. package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +2 -1
  23. package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +2 -1
  24. package/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +2 -1
  25. package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +2 -1
  26. package/dist-types/ts3.4/commands/GetGroupConfigurationCommand.d.ts +2 -1
  27. package/dist-types/ts3.4/commands/GetGroupQueryCommand.d.ts +2 -1
  28. package/dist-types/ts3.4/commands/GetTagsCommand.d.ts +2 -1
  29. package/dist-types/ts3.4/commands/GroupResourcesCommand.d.ts +2 -1
  30. package/dist-types/ts3.4/commands/ListGroupResourcesCommand.d.ts +2 -1
  31. package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +2 -1
  32. package/dist-types/ts3.4/commands/PutGroupConfigurationCommand.d.ts +2 -1
  33. package/dist-types/ts3.4/commands/SearchResourcesCommand.d.ts +2 -1
  34. package/dist-types/ts3.4/commands/TagCommand.d.ts +2 -1
  35. package/dist-types/ts3.4/commands/UngroupResourcesCommand.d.ts +2 -1
  36. package/dist-types/ts3.4/commands/UntagCommand.d.ts +2 -1
  37. package/dist-types/ts3.4/commands/UpdateAccountSettingsCommand.d.ts +2 -1
  38. package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +2 -1
  39. package/dist-types/ts3.4/commands/UpdateGroupQueryCommand.d.ts +2 -1
  40. package/dist-types/ts3.4/models/ResourceGroupsServiceException.d.ts +2 -1
  41. package/package.json +6 -6
package/dist-cjs/index.js CHANGED
@@ -214,7 +214,6 @@ var ResourceGroupsClient = _ResourceGroupsClient;
214
214
 
215
215
  var import_middleware_serde = require("@smithy/middleware-serde");
216
216
 
217
- var import_types = require("@smithy/types");
218
217
 
219
218
  // src/protocols/Aws_restJson1.ts
220
219
  var import_core2 = require("@aws-sdk/core");
@@ -1107,7 +1106,6 @@ var CreateGroupCommand = _CreateGroupCommand;
1107
1106
 
1108
1107
 
1109
1108
 
1110
-
1111
1109
  var _DeleteGroupCommand = class _DeleteGroupCommand extends import_smithy_client.Command.classBuilder().ep({
1112
1110
  ...commonParams
1113
1111
  }).m(function(Command, cs, config, o) {
@@ -1124,7 +1122,6 @@ var DeleteGroupCommand = _DeleteGroupCommand;
1124
1122
 
1125
1123
 
1126
1124
 
1127
-
1128
1125
  var _GetAccountSettingsCommand = class _GetAccountSettingsCommand extends import_smithy_client.Command.classBuilder().ep({
1129
1126
  ...commonParams
1130
1127
  }).m(function(Command, cs, config, o) {
@@ -1141,7 +1138,6 @@ var GetAccountSettingsCommand = _GetAccountSettingsCommand;
1141
1138
 
1142
1139
 
1143
1140
 
1144
-
1145
1141
  var _GetGroupCommand = class _GetGroupCommand extends import_smithy_client.Command.classBuilder().ep({
1146
1142
  ...commonParams
1147
1143
  }).m(function(Command, cs, config, o) {
@@ -1158,7 +1154,6 @@ var GetGroupCommand = _GetGroupCommand;
1158
1154
 
1159
1155
 
1160
1156
 
1161
-
1162
1157
  var _GetGroupConfigurationCommand = class _GetGroupConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
1163
1158
  ...commonParams
1164
1159
  }).m(function(Command, cs, config, o) {
@@ -1175,7 +1170,6 @@ var GetGroupConfigurationCommand = _GetGroupConfigurationCommand;
1175
1170
 
1176
1171
 
1177
1172
 
1178
-
1179
1173
  var _GetGroupQueryCommand = class _GetGroupQueryCommand extends import_smithy_client.Command.classBuilder().ep({
1180
1174
  ...commonParams
1181
1175
  }).m(function(Command, cs, config, o) {
@@ -1192,7 +1186,6 @@ var GetGroupQueryCommand = _GetGroupQueryCommand;
1192
1186
 
1193
1187
 
1194
1188
 
1195
-
1196
1189
  var _GetTagsCommand = class _GetTagsCommand extends import_smithy_client.Command.classBuilder().ep({
1197
1190
  ...commonParams
1198
1191
  }).m(function(Command, cs, config, o) {
@@ -1209,7 +1202,6 @@ var GetTagsCommand = _GetTagsCommand;
1209
1202
 
1210
1203
 
1211
1204
 
1212
-
1213
1205
  var _GroupResourcesCommand = class _GroupResourcesCommand extends import_smithy_client.Command.classBuilder().ep({
1214
1206
  ...commonParams
1215
1207
  }).m(function(Command, cs, config, o) {
@@ -1226,7 +1218,6 @@ var GroupResourcesCommand = _GroupResourcesCommand;
1226
1218
 
1227
1219
 
1228
1220
 
1229
-
1230
1221
  var _ListGroupResourcesCommand = class _ListGroupResourcesCommand extends import_smithy_client.Command.classBuilder().ep({
1231
1222
  ...commonParams
1232
1223
  }).m(function(Command, cs, config, o) {
@@ -1243,7 +1234,6 @@ var ListGroupResourcesCommand = _ListGroupResourcesCommand;
1243
1234
 
1244
1235
 
1245
1236
 
1246
-
1247
1237
  var _ListGroupsCommand = class _ListGroupsCommand extends import_smithy_client.Command.classBuilder().ep({
1248
1238
  ...commonParams
1249
1239
  }).m(function(Command, cs, config, o) {
@@ -1260,7 +1250,6 @@ var ListGroupsCommand = _ListGroupsCommand;
1260
1250
 
1261
1251
 
1262
1252
 
1263
-
1264
1253
  var _PutGroupConfigurationCommand = class _PutGroupConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
1265
1254
  ...commonParams
1266
1255
  }).m(function(Command, cs, config, o) {
@@ -1277,7 +1266,6 @@ var PutGroupConfigurationCommand = _PutGroupConfigurationCommand;
1277
1266
 
1278
1267
 
1279
1268
 
1280
-
1281
1269
  var _SearchResourcesCommand = class _SearchResourcesCommand extends import_smithy_client.Command.classBuilder().ep({
1282
1270
  ...commonParams
1283
1271
  }).m(function(Command, cs, config, o) {
@@ -1294,7 +1282,6 @@ var SearchResourcesCommand = _SearchResourcesCommand;
1294
1282
 
1295
1283
 
1296
1284
 
1297
-
1298
1285
  var _TagCommand = class _TagCommand extends import_smithy_client.Command.classBuilder().ep({
1299
1286
  ...commonParams
1300
1287
  }).m(function(Command, cs, config, o) {
@@ -1311,7 +1298,6 @@ var TagCommand = _TagCommand;
1311
1298
 
1312
1299
 
1313
1300
 
1314
-
1315
1301
  var _UngroupResourcesCommand = class _UngroupResourcesCommand extends import_smithy_client.Command.classBuilder().ep({
1316
1302
  ...commonParams
1317
1303
  }).m(function(Command, cs, config, o) {
@@ -1328,7 +1314,6 @@ var UngroupResourcesCommand = _UngroupResourcesCommand;
1328
1314
 
1329
1315
 
1330
1316
 
1331
-
1332
1317
  var _UntagCommand = class _UntagCommand extends import_smithy_client.Command.classBuilder().ep({
1333
1318
  ...commonParams
1334
1319
  }).m(function(Command, cs, config, o) {
@@ -1345,7 +1330,6 @@ var UntagCommand = _UntagCommand;
1345
1330
 
1346
1331
 
1347
1332
 
1348
-
1349
1333
  var _UpdateAccountSettingsCommand = class _UpdateAccountSettingsCommand extends import_smithy_client.Command.classBuilder().ep({
1350
1334
  ...commonParams
1351
1335
  }).m(function(Command, cs, config, o) {
@@ -1362,7 +1346,6 @@ var UpdateAccountSettingsCommand = _UpdateAccountSettingsCommand;
1362
1346
 
1363
1347
 
1364
1348
 
1365
-
1366
1349
  var _UpdateGroupCommand = class _UpdateGroupCommand extends import_smithy_client.Command.classBuilder().ep({
1367
1350
  ...commonParams
1368
1351
  }).m(function(Command, cs, config, o) {
@@ -1379,7 +1362,6 @@ var UpdateGroupCommand = _UpdateGroupCommand;
1379
1362
 
1380
1363
 
1381
1364
 
1382
-
1383
1365
  var _UpdateGroupQueryCommand = class _UpdateGroupQueryCommand extends import_smithy_client.Command.classBuilder().ep({
1384
1366
  ...commonParams
1385
1367
  }).m(function(Command, cs, config, o) {
@@ -5,7 +5,8 @@ import { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -39,8 +39,8 @@
39
39
  export * from "./ResourceGroupsClient";
40
40
  export * from "./ResourceGroups";
41
41
  export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
42
- export { RuntimeExtension } from "./runtimeExtensions";
43
- export { ResourceGroupsExtensionConfiguration } from "./extensionConfiguration";
42
+ export type { RuntimeExtension } from "./runtimeExtensions";
43
+ export type { ResourceGroupsExtensionConfiguration } from "./extensionConfiguration";
44
44
  export * from "./commands";
45
45
  export * from "./pagination";
46
46
  export * from "./models";
@@ -1,5 +1,6 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
2
- export { __ServiceException, __ServiceExceptionOptions };
2
+ export type { __ServiceExceptionOptions };
3
+ export { __ServiceException };
3
4
  /**
4
5
  * @public
5
6
  *
@@ -6,7 +6,8 @@ import {
6
6
  ServiceInputTypes,
7
7
  ServiceOutputTypes,
8
8
  } from "../ResourceGroupsClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface CreateGroupCommandInput extends CreateGroupInput {}
11
12
  export interface CreateGroupCommandOutput
12
13
  extends CreateGroupOutput,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceInputTypes,
7
7
  ServiceOutputTypes,
8
8
  } from "../ResourceGroupsClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DeleteGroupCommandInput extends DeleteGroupInput {}
11
12
  export interface DeleteGroupCommandOutput
12
13
  extends DeleteGroupOutput,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceInputTypes,
7
7
  ServiceOutputTypes,
8
8
  } from "../ResourceGroupsClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface GetAccountSettingsCommandInput {}
11
12
  export interface GetAccountSettingsCommandOutput
12
13
  extends GetAccountSettingsOutput,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceInputTypes,
7
7
  ServiceOutputTypes,
8
8
  } from "../ResourceGroupsClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface GetGroupCommandInput extends GetGroupInput {}
11
12
  export interface GetGroupCommandOutput
12
13
  extends GetGroupOutput,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../ResourceGroupsClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetGroupConfigurationCommandInput
14
15
  extends GetGroupConfigurationInput {}
15
16
  export interface GetGroupConfigurationCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceInputTypes,
7
7
  ServiceOutputTypes,
8
8
  } from "../ResourceGroupsClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface GetGroupQueryCommandInput extends GetGroupQueryInput {}
11
12
  export interface GetGroupQueryCommandOutput
12
13
  extends GetGroupQueryOutput,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceInputTypes,
7
7
  ServiceOutputTypes,
8
8
  } from "../ResourceGroupsClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface GetTagsCommandInput extends GetTagsInput {}
11
12
  export interface GetTagsCommandOutput extends GetTagsOutput, __MetadataBearer {}
12
13
  declare const GetTagsCommand_base: {
@@ -6,7 +6,8 @@ import {
6
6
  ServiceInputTypes,
7
7
  ServiceOutputTypes,
8
8
  } from "../ResourceGroupsClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface GroupResourcesCommandInput extends GroupResourcesInput {}
11
12
  export interface GroupResourcesCommandOutput
12
13
  extends GroupResourcesOutput,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../ResourceGroupsClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListGroupResourcesCommandInput
14
15
  extends ListGroupResourcesInput {}
15
16
  export interface ListGroupResourcesCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceInputTypes,
7
7
  ServiceOutputTypes,
8
8
  } from "../ResourceGroupsClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface ListGroupsCommandInput extends ListGroupsInput {}
11
12
  export interface ListGroupsCommandOutput
12
13
  extends ListGroupsOutput,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../ResourceGroupsClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface PutGroupConfigurationCommandInput
14
15
  extends PutGroupConfigurationInput {}
15
16
  export interface PutGroupConfigurationCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../ResourceGroupsClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface SearchResourcesCommandInput extends SearchResourcesInput {}
14
15
  export interface SearchResourcesCommandOutput
15
16
  extends SearchResourcesOutput,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceInputTypes,
7
7
  ServiceOutputTypes,
8
8
  } from "../ResourceGroupsClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface TagCommandInput extends TagInput {}
11
12
  export interface TagCommandOutput extends TagOutput, __MetadataBearer {}
12
13
  declare const TagCommand_base: {
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../ResourceGroupsClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UngroupResourcesCommandInput extends UngroupResourcesInput {}
14
15
  export interface UngroupResourcesCommandOutput
15
16
  extends UngroupResourcesOutput,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceInputTypes,
7
7
  ServiceOutputTypes,
8
8
  } from "../ResourceGroupsClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface UntagCommandInput extends UntagInput {}
11
12
  export interface UntagCommandOutput extends UntagOutput, __MetadataBearer {}
12
13
  declare const UntagCommand_base: {
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../ResourceGroupsClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UpdateAccountSettingsCommandInput
14
15
  extends UpdateAccountSettingsInput {}
15
16
  export interface UpdateAccountSettingsCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceInputTypes,
7
7
  ServiceOutputTypes,
8
8
  } from "../ResourceGroupsClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface UpdateGroupCommandInput extends UpdateGroupInput {}
11
12
  export interface UpdateGroupCommandOutput
12
13
  extends UpdateGroupOutput,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../ResourceGroupsClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UpdateGroupQueryCommandInput extends UpdateGroupQueryInput {}
14
15
  export interface UpdateGroupQueryCommandOutput
15
16
  extends UpdateGroupQueryOutput,
@@ -2,7 +2,8 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@smithy/smithy-client";
5
- export { __ServiceException, __ServiceExceptionOptions };
5
+ export { __ServiceExceptionOptions };
6
+ export { __ServiceException };
6
7
  export declare class ResourceGroupsServiceException extends __ServiceException {
7
8
  constructor(options: __ServiceExceptionOptions);
8
9
  }
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.590.0",
4
+ "version": "3.592.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",
@@ -20,10 +20,10 @@
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-sso-oidc": "3.590.0",
24
- "@aws-sdk/client-sts": "3.590.0",
25
- "@aws-sdk/core": "3.588.0",
26
- "@aws-sdk/credential-provider-node": "3.590.0",
23
+ "@aws-sdk/client-sso-oidc": "3.592.0",
24
+ "@aws-sdk/client-sts": "3.592.0",
25
+ "@aws-sdk/core": "3.592.0",
26
+ "@aws-sdk/credential-provider-node": "3.592.0",
27
27
  "@aws-sdk/middleware-host-header": "3.577.0",
28
28
  "@aws-sdk/middleware-logger": "3.577.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.577.0",
@@ -34,7 +34,7 @@
34
34
  "@aws-sdk/util-user-agent-browser": "3.577.0",
35
35
  "@aws-sdk/util-user-agent-node": "3.587.0",
36
36
  "@smithy/config-resolver": "^3.0.1",
37
- "@smithy/core": "^2.1.1",
37
+ "@smithy/core": "^2.2.0",
38
38
  "@smithy/fetch-http-handler": "^3.0.1",
39
39
  "@smithy/hash-node": "^3.0.0",
40
40
  "@smithy/invalid-dependency": "^3.0.0",