@aws-sdk/client-resource-groups 3.649.0 → 3.651.1
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-cjs/index.js +18 -54
- package/dist-es/commands/CreateGroupCommand.js +1 -3
- package/dist-es/commands/DeleteGroupCommand.js +1 -3
- package/dist-es/commands/GetAccountSettingsCommand.js +1 -3
- package/dist-es/commands/GetGroupCommand.js +1 -3
- package/dist-es/commands/GetGroupConfigurationCommand.js +1 -3
- package/dist-es/commands/GetGroupQueryCommand.js +1 -3
- package/dist-es/commands/GetTagsCommand.js +1 -3
- package/dist-es/commands/GroupResourcesCommand.js +1 -3
- package/dist-es/commands/ListGroupResourcesCommand.js +1 -3
- package/dist-es/commands/ListGroupsCommand.js +1 -3
- package/dist-es/commands/PutGroupConfigurationCommand.js +1 -3
- package/dist-es/commands/SearchResourcesCommand.js +1 -3
- package/dist-es/commands/TagCommand.js +1 -3
- package/dist-es/commands/UngroupResourcesCommand.js +1 -3
- package/dist-es/commands/UntagCommand.js +1 -3
- package/dist-es/commands/UpdateAccountSettingsCommand.js +1 -3
- package/dist-es/commands/UpdateGroupCommand.js +1 -3
- package/dist-es/commands/UpdateGroupQueryCommand.js +1 -3
- package/package.json +5 -5
package/dist-cjs/index.js
CHANGED
|
@@ -1081,9 +1081,7 @@ var _mR = "maxResults";
|
|
|
1081
1081
|
var _nT = "nextToken";
|
|
1082
1082
|
|
|
1083
1083
|
// src/commands/CreateGroupCommand.ts
|
|
1084
|
-
var _CreateGroupCommand = class _CreateGroupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1085
|
-
...commonParams
|
|
1086
|
-
}).m(function(Command, cs, config, o) {
|
|
1084
|
+
var _CreateGroupCommand = class _CreateGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1087
1085
|
return [
|
|
1088
1086
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1089
1087
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1097,9 +1095,7 @@ var CreateGroupCommand = _CreateGroupCommand;
|
|
|
1097
1095
|
|
|
1098
1096
|
|
|
1099
1097
|
|
|
1100
|
-
var _DeleteGroupCommand = class _DeleteGroupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1101
|
-
...commonParams
|
|
1102
|
-
}).m(function(Command, cs, config, o) {
|
|
1098
|
+
var _DeleteGroupCommand = class _DeleteGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1103
1099
|
return [
|
|
1104
1100
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1105
1101
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1113,9 +1109,7 @@ var DeleteGroupCommand = _DeleteGroupCommand;
|
|
|
1113
1109
|
|
|
1114
1110
|
|
|
1115
1111
|
|
|
1116
|
-
var _GetAccountSettingsCommand = class _GetAccountSettingsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1117
|
-
...commonParams
|
|
1118
|
-
}).m(function(Command, cs, config, o) {
|
|
1112
|
+
var _GetAccountSettingsCommand = class _GetAccountSettingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1119
1113
|
return [
|
|
1120
1114
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1121
1115
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1129,9 +1123,7 @@ var GetAccountSettingsCommand = _GetAccountSettingsCommand;
|
|
|
1129
1123
|
|
|
1130
1124
|
|
|
1131
1125
|
|
|
1132
|
-
var _GetGroupCommand = class _GetGroupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1133
|
-
...commonParams
|
|
1134
|
-
}).m(function(Command, cs, config, o) {
|
|
1126
|
+
var _GetGroupCommand = class _GetGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1135
1127
|
return [
|
|
1136
1128
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1137
1129
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1145,9 +1137,7 @@ var GetGroupCommand = _GetGroupCommand;
|
|
|
1145
1137
|
|
|
1146
1138
|
|
|
1147
1139
|
|
|
1148
|
-
var _GetGroupConfigurationCommand = class _GetGroupConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1149
|
-
...commonParams
|
|
1150
|
-
}).m(function(Command, cs, config, o) {
|
|
1140
|
+
var _GetGroupConfigurationCommand = class _GetGroupConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1151
1141
|
return [
|
|
1152
1142
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1153
1143
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1161,9 +1151,7 @@ var GetGroupConfigurationCommand = _GetGroupConfigurationCommand;
|
|
|
1161
1151
|
|
|
1162
1152
|
|
|
1163
1153
|
|
|
1164
|
-
var _GetGroupQueryCommand = class _GetGroupQueryCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1165
|
-
...commonParams
|
|
1166
|
-
}).m(function(Command, cs, config, o) {
|
|
1154
|
+
var _GetGroupQueryCommand = class _GetGroupQueryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1167
1155
|
return [
|
|
1168
1156
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1169
1157
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1177,9 +1165,7 @@ var GetGroupQueryCommand = _GetGroupQueryCommand;
|
|
|
1177
1165
|
|
|
1178
1166
|
|
|
1179
1167
|
|
|
1180
|
-
var _GetTagsCommand = class _GetTagsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1181
|
-
...commonParams
|
|
1182
|
-
}).m(function(Command, cs, config, o) {
|
|
1168
|
+
var _GetTagsCommand = class _GetTagsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1183
1169
|
return [
|
|
1184
1170
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1185
1171
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1193,9 +1179,7 @@ var GetTagsCommand = _GetTagsCommand;
|
|
|
1193
1179
|
|
|
1194
1180
|
|
|
1195
1181
|
|
|
1196
|
-
var _GroupResourcesCommand = class _GroupResourcesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1197
|
-
...commonParams
|
|
1198
|
-
}).m(function(Command, cs, config, o) {
|
|
1182
|
+
var _GroupResourcesCommand = class _GroupResourcesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1199
1183
|
return [
|
|
1200
1184
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1201
1185
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1209,9 +1193,7 @@ var GroupResourcesCommand = _GroupResourcesCommand;
|
|
|
1209
1193
|
|
|
1210
1194
|
|
|
1211
1195
|
|
|
1212
|
-
var _ListGroupResourcesCommand = class _ListGroupResourcesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1213
|
-
...commonParams
|
|
1214
|
-
}).m(function(Command, cs, config, o) {
|
|
1196
|
+
var _ListGroupResourcesCommand = class _ListGroupResourcesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1215
1197
|
return [
|
|
1216
1198
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1217
1199
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1225,9 +1207,7 @@ var ListGroupResourcesCommand = _ListGroupResourcesCommand;
|
|
|
1225
1207
|
|
|
1226
1208
|
|
|
1227
1209
|
|
|
1228
|
-
var _ListGroupsCommand = class _ListGroupsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1229
|
-
...commonParams
|
|
1230
|
-
}).m(function(Command, cs, config, o) {
|
|
1210
|
+
var _ListGroupsCommand = class _ListGroupsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1231
1211
|
return [
|
|
1232
1212
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1233
1213
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1241,9 +1221,7 @@ var ListGroupsCommand = _ListGroupsCommand;
|
|
|
1241
1221
|
|
|
1242
1222
|
|
|
1243
1223
|
|
|
1244
|
-
var _PutGroupConfigurationCommand = class _PutGroupConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1245
|
-
...commonParams
|
|
1246
|
-
}).m(function(Command, cs, config, o) {
|
|
1224
|
+
var _PutGroupConfigurationCommand = class _PutGroupConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1247
1225
|
return [
|
|
1248
1226
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1249
1227
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1257,9 +1235,7 @@ var PutGroupConfigurationCommand = _PutGroupConfigurationCommand;
|
|
|
1257
1235
|
|
|
1258
1236
|
|
|
1259
1237
|
|
|
1260
|
-
var _SearchResourcesCommand = class _SearchResourcesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1261
|
-
...commonParams
|
|
1262
|
-
}).m(function(Command, cs, config, o) {
|
|
1238
|
+
var _SearchResourcesCommand = class _SearchResourcesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1263
1239
|
return [
|
|
1264
1240
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1265
1241
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1273,9 +1249,7 @@ var SearchResourcesCommand = _SearchResourcesCommand;
|
|
|
1273
1249
|
|
|
1274
1250
|
|
|
1275
1251
|
|
|
1276
|
-
var _TagCommand = class _TagCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1277
|
-
...commonParams
|
|
1278
|
-
}).m(function(Command, cs, config, o) {
|
|
1252
|
+
var _TagCommand = class _TagCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1279
1253
|
return [
|
|
1280
1254
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1281
1255
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1289,9 +1263,7 @@ var TagCommand = _TagCommand;
|
|
|
1289
1263
|
|
|
1290
1264
|
|
|
1291
1265
|
|
|
1292
|
-
var _UngroupResourcesCommand = class _UngroupResourcesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1293
|
-
...commonParams
|
|
1294
|
-
}).m(function(Command, cs, config, o) {
|
|
1266
|
+
var _UngroupResourcesCommand = class _UngroupResourcesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1295
1267
|
return [
|
|
1296
1268
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1297
1269
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1305,9 +1277,7 @@ var UngroupResourcesCommand = _UngroupResourcesCommand;
|
|
|
1305
1277
|
|
|
1306
1278
|
|
|
1307
1279
|
|
|
1308
|
-
var _UntagCommand = class _UntagCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1309
|
-
...commonParams
|
|
1310
|
-
}).m(function(Command, cs, config, o) {
|
|
1280
|
+
var _UntagCommand = class _UntagCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1311
1281
|
return [
|
|
1312
1282
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1313
1283
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1321,9 +1291,7 @@ var UntagCommand = _UntagCommand;
|
|
|
1321
1291
|
|
|
1322
1292
|
|
|
1323
1293
|
|
|
1324
|
-
var _UpdateAccountSettingsCommand = class _UpdateAccountSettingsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1325
|
-
...commonParams
|
|
1326
|
-
}).m(function(Command, cs, config, o) {
|
|
1294
|
+
var _UpdateAccountSettingsCommand = class _UpdateAccountSettingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1327
1295
|
return [
|
|
1328
1296
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1329
1297
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1337,9 +1305,7 @@ var UpdateAccountSettingsCommand = _UpdateAccountSettingsCommand;
|
|
|
1337
1305
|
|
|
1338
1306
|
|
|
1339
1307
|
|
|
1340
|
-
var _UpdateGroupCommand = class _UpdateGroupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1341
|
-
...commonParams
|
|
1342
|
-
}).m(function(Command, cs, config, o) {
|
|
1308
|
+
var _UpdateGroupCommand = class _UpdateGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1343
1309
|
return [
|
|
1344
1310
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1345
1311
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1353,9 +1319,7 @@ var UpdateGroupCommand = _UpdateGroupCommand;
|
|
|
1353
1319
|
|
|
1354
1320
|
|
|
1355
1321
|
|
|
1356
|
-
var _UpdateGroupQueryCommand = class _UpdateGroupQueryCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1357
|
-
...commonParams
|
|
1358
|
-
}).m(function(Command, cs, config, o) {
|
|
1322
|
+
var _UpdateGroupQueryCommand = class _UpdateGroupQueryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1359
1323
|
return [
|
|
1360
1324
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1361
1325
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6,9 +6,7 @@ import { de_CreateGroupCommand, se_CreateGroupCommand } from "../protocols/Aws_r
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateGroupCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteGroupCommand, se_DeleteGroupCommand } from "../protocols/Aws_r
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteGroupCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetAccountSettingsCommand, se_GetAccountSettingsCommand } from "../p
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetAccountSettingsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetGroupCommand, se_GetGroupCommand } from "../protocols/Aws_restJso
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetGroupCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetGroupConfigurationCommand, se_GetGroupConfigurationCommand } from
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetGroupConfigurationCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetGroupQueryCommand, se_GetGroupQueryCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetGroupQueryCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetTagsCommand, se_GetTagsCommand } from "../protocols/Aws_restJson1
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetTagsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GroupResourcesCommand, se_GroupResourcesCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GroupResourcesCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListGroupResourcesCommand, se_ListGroupResourcesCommand } from "../p
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListGroupResourcesCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListGroupsCommand, se_ListGroupsCommand } from "../protocols/Aws_res
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListGroupsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_PutGroupConfigurationCommand, se_PutGroupConfigurationCommand } from
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class PutGroupConfigurationCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_SearchResourcesCommand, se_SearchResourcesCommand } from "../protoco
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class SearchResourcesCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_TagCommand, se_TagCommand } from "../protocols/Aws_restJson1";
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class TagCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UngroupResourcesCommand, se_UngroupResourcesCommand } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UngroupResourcesCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UntagCommand, se_UntagCommand } from "../protocols/Aws_restJson1";
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UntagCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UpdateAccountSettingsCommand, se_UpdateAccountSettingsCommand } from
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateAccountSettingsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UpdateGroupCommand, se_UpdateGroupCommand } from "../protocols/Aws_r
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateGroupCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UpdateGroupQueryCommand, se_UpdateGroupQueryCommand } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateGroupQueryCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
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.651.1",
|
|
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": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.651.1",
|
|
24
|
+
"@aws-sdk/client-sts": "3.651.1",
|
|
25
|
+
"@aws-sdk/core": "3.651.1",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.651.1",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.649.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.649.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.649.0",
|