@aws-sdk/client-resource-groups 3.1077.0 → 3.1078.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 (77) hide show
  1. package/dist-cjs/index.js +31 -233
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/CancelTagSyncTaskCommand.js +2 -14
  4. package/dist-es/commands/CreateGroupCommand.js +2 -14
  5. package/dist-es/commands/DeleteGroupCommand.js +2 -14
  6. package/dist-es/commands/GetAccountSettingsCommand.js +2 -14
  7. package/dist-es/commands/GetGroupCommand.js +2 -14
  8. package/dist-es/commands/GetGroupConfigurationCommand.js +2 -14
  9. package/dist-es/commands/GetGroupQueryCommand.js +2 -14
  10. package/dist-es/commands/GetTagSyncTaskCommand.js +2 -14
  11. package/dist-es/commands/GetTagsCommand.js +2 -14
  12. package/dist-es/commands/GroupResourcesCommand.js +2 -14
  13. package/dist-es/commands/ListGroupResourcesCommand.js +2 -14
  14. package/dist-es/commands/ListGroupingStatusesCommand.js +2 -14
  15. package/dist-es/commands/ListGroupsCommand.js +2 -14
  16. package/dist-es/commands/ListTagSyncTasksCommand.js +2 -14
  17. package/dist-es/commands/PutGroupConfigurationCommand.js +2 -14
  18. package/dist-es/commands/SearchResourcesCommand.js +2 -14
  19. package/dist-es/commands/StartTagSyncTaskCommand.js +2 -14
  20. package/dist-es/commands/TagCommand.js +2 -14
  21. package/dist-es/commands/UngroupResourcesCommand.js +2 -14
  22. package/dist-es/commands/UntagCommand.js +2 -14
  23. package/dist-es/commands/UpdateAccountSettingsCommand.js +2 -14
  24. package/dist-es/commands/UpdateGroupCommand.js +2 -14
  25. package/dist-es/commands/UpdateGroupQueryCommand.js +2 -14
  26. package/dist-es/index.js +1 -0
  27. package/dist-types/commandBuilder.d.ts +18 -0
  28. package/dist-types/commands/CancelTagSyncTaskCommand.d.ts +3 -8
  29. package/dist-types/commands/CreateGroupCommand.d.ts +3 -8
  30. package/dist-types/commands/DeleteGroupCommand.d.ts +3 -8
  31. package/dist-types/commands/GetAccountSettingsCommand.d.ts +3 -8
  32. package/dist-types/commands/GetGroupCommand.d.ts +3 -8
  33. package/dist-types/commands/GetGroupConfigurationCommand.d.ts +3 -8
  34. package/dist-types/commands/GetGroupQueryCommand.d.ts +3 -8
  35. package/dist-types/commands/GetTagSyncTaskCommand.d.ts +3 -8
  36. package/dist-types/commands/GetTagsCommand.d.ts +3 -8
  37. package/dist-types/commands/GroupResourcesCommand.d.ts +3 -8
  38. package/dist-types/commands/ListGroupResourcesCommand.d.ts +3 -8
  39. package/dist-types/commands/ListGroupingStatusesCommand.d.ts +3 -8
  40. package/dist-types/commands/ListGroupsCommand.d.ts +3 -8
  41. package/dist-types/commands/ListTagSyncTasksCommand.d.ts +3 -8
  42. package/dist-types/commands/PutGroupConfigurationCommand.d.ts +3 -8
  43. package/dist-types/commands/SearchResourcesCommand.d.ts +3 -8
  44. package/dist-types/commands/StartTagSyncTaskCommand.d.ts +3 -8
  45. package/dist-types/commands/TagCommand.d.ts +3 -8
  46. package/dist-types/commands/UngroupResourcesCommand.d.ts +3 -8
  47. package/dist-types/commands/UntagCommand.d.ts +3 -8
  48. package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +3 -8
  49. package/dist-types/commands/UpdateGroupCommand.d.ts +3 -8
  50. package/dist-types/commands/UpdateGroupQueryCommand.d.ts +3 -8
  51. package/dist-types/index.d.ts +1 -0
  52. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  53. package/dist-types/ts3.4/commands/CancelTagSyncTaskCommand.d.ts +7 -16
  54. package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +7 -16
  55. package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +7 -16
  56. package/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +7 -16
  57. package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +7 -16
  58. package/dist-types/ts3.4/commands/GetGroupConfigurationCommand.d.ts +7 -16
  59. package/dist-types/ts3.4/commands/GetGroupQueryCommand.d.ts +7 -16
  60. package/dist-types/ts3.4/commands/GetTagSyncTaskCommand.d.ts +7 -16
  61. package/dist-types/ts3.4/commands/GetTagsCommand.d.ts +7 -16
  62. package/dist-types/ts3.4/commands/GroupResourcesCommand.d.ts +7 -16
  63. package/dist-types/ts3.4/commands/ListGroupResourcesCommand.d.ts +7 -16
  64. package/dist-types/ts3.4/commands/ListGroupingStatusesCommand.d.ts +7 -16
  65. package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +7 -16
  66. package/dist-types/ts3.4/commands/ListTagSyncTasksCommand.d.ts +7 -16
  67. package/dist-types/ts3.4/commands/PutGroupConfigurationCommand.d.ts +7 -16
  68. package/dist-types/ts3.4/commands/SearchResourcesCommand.d.ts +7 -16
  69. package/dist-types/ts3.4/commands/StartTagSyncTaskCommand.d.ts +7 -16
  70. package/dist-types/ts3.4/commands/TagCommand.d.ts +7 -16
  71. package/dist-types/ts3.4/commands/UngroupResourcesCommand.d.ts +7 -16
  72. package/dist-types/ts3.4/commands/UntagCommand.d.ts +7 -16
  73. package/dist-types/ts3.4/commands/UpdateAccountSettingsCommand.d.ts +7 -16
  74. package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +7 -16
  75. package/dist-types/ts3.4/commands/UpdateGroupQueryCommand.d.ts +7 -16
  76. package/dist-types/ts3.4/index.d.ts +1 -0
  77. package/package.json +8 -8
package/dist-cjs/index.js CHANGED
@@ -1,7 +1,8 @@
1
1
  const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
2
2
  const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
3
- const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createAggregatedClient } = require("@smithy/core/client");
4
- exports.$Command = Command;
3
+ const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createAggregatedClient } = require("@smithy/core/client");
4
+ const { Command: $Command } = require("@smithy/core/client");
5
+ exports.$Command = $Command;
5
6
  exports.__Client = Client;
6
7
  const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
7
8
  const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
@@ -68,7 +69,7 @@ const commonParams = {
68
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
69
70
  };
70
71
 
71
- var version = "3.1076.0";
72
+ var version = "3.1077.0";
72
73
  var packageInfo = {
73
74
  version: version};
74
75
 
@@ -1039,280 +1040,77 @@ class ResourceGroupsClient extends Client {
1039
1040
  }
1040
1041
  }
1041
1042
 
1042
- class CancelTagSyncTaskCommand extends Command
1043
- .classBuilder()
1044
- .ep(commonParams)
1045
- .m(function (Command, cs, config, o) {
1046
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1047
- })
1048
- .s("Ardi", "CancelTagSyncTask", {})
1049
- .n("ResourceGroupsClient", "CancelTagSyncTaskCommand")
1050
- .sc(CancelTagSyncTask$)
1051
- .build() {
1043
+ const command = makeBuilder(commonParams, "Ardi", "ResourceGroupsClient", getEndpointPlugin);
1044
+ const _ep0 = {};
1045
+ const _mw0 = (Command, cs, config, o) => [];
1046
+
1047
+ class CancelTagSyncTaskCommand extends command(_ep0, _mw0, "CancelTagSyncTask", CancelTagSyncTask$) {
1052
1048
  }
1053
1049
 
1054
- class CreateGroupCommand extends Command
1055
- .classBuilder()
1056
- .ep(commonParams)
1057
- .m(function (Command, cs, config, o) {
1058
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1059
- })
1060
- .s("Ardi", "CreateGroup", {})
1061
- .n("ResourceGroupsClient", "CreateGroupCommand")
1062
- .sc(CreateGroup$)
1063
- .build() {
1050
+ class CreateGroupCommand extends command(_ep0, _mw0, "CreateGroup", CreateGroup$) {
1064
1051
  }
1065
1052
 
1066
- class DeleteGroupCommand extends Command
1067
- .classBuilder()
1068
- .ep(commonParams)
1069
- .m(function (Command, cs, config, o) {
1070
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1071
- })
1072
- .s("Ardi", "DeleteGroup", {})
1073
- .n("ResourceGroupsClient", "DeleteGroupCommand")
1074
- .sc(DeleteGroup$)
1075
- .build() {
1053
+ class DeleteGroupCommand extends command(_ep0, _mw0, "DeleteGroup", DeleteGroup$) {
1076
1054
  }
1077
1055
 
1078
- class GetAccountSettingsCommand extends Command
1079
- .classBuilder()
1080
- .ep(commonParams)
1081
- .m(function (Command, cs, config, o) {
1082
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1083
- })
1084
- .s("Ardi", "GetAccountSettings", {})
1085
- .n("ResourceGroupsClient", "GetAccountSettingsCommand")
1086
- .sc(GetAccountSettings$)
1087
- .build() {
1056
+ class GetAccountSettingsCommand extends command(_ep0, _mw0, "GetAccountSettings", GetAccountSettings$) {
1088
1057
  }
1089
1058
 
1090
- class GetGroupCommand extends Command
1091
- .classBuilder()
1092
- .ep(commonParams)
1093
- .m(function (Command, cs, config, o) {
1094
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1095
- })
1096
- .s("Ardi", "GetGroup", {})
1097
- .n("ResourceGroupsClient", "GetGroupCommand")
1098
- .sc(GetGroup$)
1099
- .build() {
1059
+ class GetGroupCommand extends command(_ep0, _mw0, "GetGroup", GetGroup$) {
1100
1060
  }
1101
1061
 
1102
- class GetGroupConfigurationCommand extends Command
1103
- .classBuilder()
1104
- .ep(commonParams)
1105
- .m(function (Command, cs, config, o) {
1106
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1107
- })
1108
- .s("Ardi", "GetGroupConfiguration", {})
1109
- .n("ResourceGroupsClient", "GetGroupConfigurationCommand")
1110
- .sc(GetGroupConfiguration$)
1111
- .build() {
1062
+ class GetGroupConfigurationCommand extends command(_ep0, _mw0, "GetGroupConfiguration", GetGroupConfiguration$) {
1112
1063
  }
1113
1064
 
1114
- class GetGroupQueryCommand extends Command
1115
- .classBuilder()
1116
- .ep(commonParams)
1117
- .m(function (Command, cs, config, o) {
1118
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1119
- })
1120
- .s("Ardi", "GetGroupQuery", {})
1121
- .n("ResourceGroupsClient", "GetGroupQueryCommand")
1122
- .sc(GetGroupQuery$)
1123
- .build() {
1065
+ class GetGroupQueryCommand extends command(_ep0, _mw0, "GetGroupQuery", GetGroupQuery$) {
1124
1066
  }
1125
1067
 
1126
- class GetTagsCommand extends Command
1127
- .classBuilder()
1128
- .ep(commonParams)
1129
- .m(function (Command, cs, config, o) {
1130
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1131
- })
1132
- .s("Ardi", "GetTags", {})
1133
- .n("ResourceGroupsClient", "GetTagsCommand")
1134
- .sc(GetTags$)
1135
- .build() {
1068
+ class GetTagsCommand extends command(_ep0, _mw0, "GetTags", GetTags$) {
1136
1069
  }
1137
1070
 
1138
- class GetTagSyncTaskCommand extends Command
1139
- .classBuilder()
1140
- .ep(commonParams)
1141
- .m(function (Command, cs, config, o) {
1142
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1143
- })
1144
- .s("Ardi", "GetTagSyncTask", {})
1145
- .n("ResourceGroupsClient", "GetTagSyncTaskCommand")
1146
- .sc(GetTagSyncTask$)
1147
- .build() {
1071
+ class GetTagSyncTaskCommand extends command(_ep0, _mw0, "GetTagSyncTask", GetTagSyncTask$) {
1148
1072
  }
1149
1073
 
1150
- class GroupResourcesCommand extends Command
1151
- .classBuilder()
1152
- .ep(commonParams)
1153
- .m(function (Command, cs, config, o) {
1154
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1155
- })
1156
- .s("Ardi", "GroupResources", {})
1157
- .n("ResourceGroupsClient", "GroupResourcesCommand")
1158
- .sc(GroupResources$)
1159
- .build() {
1074
+ class GroupResourcesCommand extends command(_ep0, _mw0, "GroupResources", GroupResources$) {
1160
1075
  }
1161
1076
 
1162
- class ListGroupingStatusesCommand extends Command
1163
- .classBuilder()
1164
- .ep(commonParams)
1165
- .m(function (Command, cs, config, o) {
1166
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1167
- })
1168
- .s("Ardi", "ListGroupingStatuses", {})
1169
- .n("ResourceGroupsClient", "ListGroupingStatusesCommand")
1170
- .sc(ListGroupingStatuses$)
1171
- .build() {
1077
+ class ListGroupingStatusesCommand extends command(_ep0, _mw0, "ListGroupingStatuses", ListGroupingStatuses$) {
1172
1078
  }
1173
1079
 
1174
- class ListGroupResourcesCommand extends Command
1175
- .classBuilder()
1176
- .ep(commonParams)
1177
- .m(function (Command, cs, config, o) {
1178
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1179
- })
1180
- .s("Ardi", "ListGroupResources", {})
1181
- .n("ResourceGroupsClient", "ListGroupResourcesCommand")
1182
- .sc(ListGroupResources$)
1183
- .build() {
1080
+ class ListGroupResourcesCommand extends command(_ep0, _mw0, "ListGroupResources", ListGroupResources$) {
1184
1081
  }
1185
1082
 
1186
- class ListGroupsCommand extends Command
1187
- .classBuilder()
1188
- .ep(commonParams)
1189
- .m(function (Command, cs, config, o) {
1190
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1191
- })
1192
- .s("Ardi", "ListGroups", {})
1193
- .n("ResourceGroupsClient", "ListGroupsCommand")
1194
- .sc(ListGroups$)
1195
- .build() {
1083
+ class ListGroupsCommand extends command(_ep0, _mw0, "ListGroups", ListGroups$) {
1196
1084
  }
1197
1085
 
1198
- class ListTagSyncTasksCommand extends Command
1199
- .classBuilder()
1200
- .ep(commonParams)
1201
- .m(function (Command, cs, config, o) {
1202
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1203
- })
1204
- .s("Ardi", "ListTagSyncTasks", {})
1205
- .n("ResourceGroupsClient", "ListTagSyncTasksCommand")
1206
- .sc(ListTagSyncTasks$)
1207
- .build() {
1086
+ class ListTagSyncTasksCommand extends command(_ep0, _mw0, "ListTagSyncTasks", ListTagSyncTasks$) {
1208
1087
  }
1209
1088
 
1210
- class PutGroupConfigurationCommand extends Command
1211
- .classBuilder()
1212
- .ep(commonParams)
1213
- .m(function (Command, cs, config, o) {
1214
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1215
- })
1216
- .s("Ardi", "PutGroupConfiguration", {})
1217
- .n("ResourceGroupsClient", "PutGroupConfigurationCommand")
1218
- .sc(PutGroupConfiguration$)
1219
- .build() {
1089
+ class PutGroupConfigurationCommand extends command(_ep0, _mw0, "PutGroupConfiguration", PutGroupConfiguration$) {
1220
1090
  }
1221
1091
 
1222
- class SearchResourcesCommand extends Command
1223
- .classBuilder()
1224
- .ep(commonParams)
1225
- .m(function (Command, cs, config, o) {
1226
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1227
- })
1228
- .s("Ardi", "SearchResources", {})
1229
- .n("ResourceGroupsClient", "SearchResourcesCommand")
1230
- .sc(SearchResources$)
1231
- .build() {
1092
+ class SearchResourcesCommand extends command(_ep0, _mw0, "SearchResources", SearchResources$) {
1232
1093
  }
1233
1094
 
1234
- class StartTagSyncTaskCommand extends Command
1235
- .classBuilder()
1236
- .ep(commonParams)
1237
- .m(function (Command, cs, config, o) {
1238
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1239
- })
1240
- .s("Ardi", "StartTagSyncTask", {})
1241
- .n("ResourceGroupsClient", "StartTagSyncTaskCommand")
1242
- .sc(StartTagSyncTask$)
1243
- .build() {
1095
+ class StartTagSyncTaskCommand extends command(_ep0, _mw0, "StartTagSyncTask", StartTagSyncTask$) {
1244
1096
  }
1245
1097
 
1246
- class TagCommand extends Command
1247
- .classBuilder()
1248
- .ep(commonParams)
1249
- .m(function (Command, cs, config, o) {
1250
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1251
- })
1252
- .s("Ardi", "Tag", {})
1253
- .n("ResourceGroupsClient", "TagCommand")
1254
- .sc(Tag$)
1255
- .build() {
1098
+ class TagCommand extends command(_ep0, _mw0, "Tag", Tag$) {
1256
1099
  }
1257
1100
 
1258
- class UngroupResourcesCommand extends Command
1259
- .classBuilder()
1260
- .ep(commonParams)
1261
- .m(function (Command, cs, config, o) {
1262
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1263
- })
1264
- .s("Ardi", "UngroupResources", {})
1265
- .n("ResourceGroupsClient", "UngroupResourcesCommand")
1266
- .sc(UngroupResources$)
1267
- .build() {
1101
+ class UngroupResourcesCommand extends command(_ep0, _mw0, "UngroupResources", UngroupResources$) {
1268
1102
  }
1269
1103
 
1270
- class UntagCommand extends Command
1271
- .classBuilder()
1272
- .ep(commonParams)
1273
- .m(function (Command, cs, config, o) {
1274
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1275
- })
1276
- .s("Ardi", "Untag", {})
1277
- .n("ResourceGroupsClient", "UntagCommand")
1278
- .sc(Untag$)
1279
- .build() {
1104
+ class UntagCommand extends command(_ep0, _mw0, "Untag", Untag$) {
1280
1105
  }
1281
1106
 
1282
- class UpdateAccountSettingsCommand extends Command
1283
- .classBuilder()
1284
- .ep(commonParams)
1285
- .m(function (Command, cs, config, o) {
1286
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1287
- })
1288
- .s("Ardi", "UpdateAccountSettings", {})
1289
- .n("ResourceGroupsClient", "UpdateAccountSettingsCommand")
1290
- .sc(UpdateAccountSettings$)
1291
- .build() {
1107
+ class UpdateAccountSettingsCommand extends command(_ep0, _mw0, "UpdateAccountSettings", UpdateAccountSettings$) {
1292
1108
  }
1293
1109
 
1294
- class UpdateGroupCommand extends Command
1295
- .classBuilder()
1296
- .ep(commonParams)
1297
- .m(function (Command, cs, config, o) {
1298
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1299
- })
1300
- .s("Ardi", "UpdateGroup", {})
1301
- .n("ResourceGroupsClient", "UpdateGroupCommand")
1302
- .sc(UpdateGroup$)
1303
- .build() {
1110
+ class UpdateGroupCommand extends command(_ep0, _mw0, "UpdateGroup", UpdateGroup$) {
1304
1111
  }
1305
1112
 
1306
- class UpdateGroupQueryCommand extends Command
1307
- .classBuilder()
1308
- .ep(commonParams)
1309
- .m(function (Command, cs, config, o) {
1310
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1311
- })
1312
- .s("Ardi", "UpdateGroupQuery", {})
1313
- .n("ResourceGroupsClient", "UpdateGroupQueryCommand")
1314
- .sc(UpdateGroupQuery$)
1315
- .build() {
1113
+ class UpdateGroupQueryCommand extends command(_ep0, _mw0, "UpdateGroupQuery", UpdateGroupQuery$) {
1316
1114
  }
1317
1115
 
1318
1116
  const paginateListGroupingStatuses = createPaginator(ResourceGroupsClient, ListGroupingStatusesCommand, "NextToken", "NextToken", "MaxResults");
@@ -0,0 +1,6 @@
1
+ import { makeBuilder } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
+ import { commonParams } from "./endpoint/EndpointParameters";
4
+ export const command = makeBuilder(commonParams, "Ardi", "ResourceGroupsClient", getEndpointPlugin);
5
+ export const _ep0 = {};
6
+ export const _mw0 = (Command, cs, config, o) => [];
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { CancelTagSyncTask$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CancelTagSyncTaskCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("Ardi", "CancelTagSyncTask", {})
13
- .n("ResourceGroupsClient", "CancelTagSyncTaskCommand")
14
- .sc(CancelTagSyncTask$)
15
- .build() {
3
+ export class CancelTagSyncTaskCommand extends command(_ep0, _mw0, "CancelTagSyncTask", CancelTagSyncTask$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { CreateGroup$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateGroupCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("Ardi", "CreateGroup", {})
13
- .n("ResourceGroupsClient", "CreateGroupCommand")
14
- .sc(CreateGroup$)
15
- .build() {
3
+ export class CreateGroupCommand extends command(_ep0, _mw0, "CreateGroup", CreateGroup$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteGroup$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteGroupCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("Ardi", "DeleteGroup", {})
13
- .n("ResourceGroupsClient", "DeleteGroupCommand")
14
- .sc(DeleteGroup$)
15
- .build() {
3
+ export class DeleteGroupCommand extends command(_ep0, _mw0, "DeleteGroup", DeleteGroup$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetAccountSettings$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetAccountSettingsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("Ardi", "GetAccountSettings", {})
13
- .n("ResourceGroupsClient", "GetAccountSettingsCommand")
14
- .sc(GetAccountSettings$)
15
- .build() {
3
+ export class GetAccountSettingsCommand extends command(_ep0, _mw0, "GetAccountSettings", GetAccountSettings$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetGroup$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetGroupCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("Ardi", "GetGroup", {})
13
- .n("ResourceGroupsClient", "GetGroupCommand")
14
- .sc(GetGroup$)
15
- .build() {
3
+ export class GetGroupCommand extends command(_ep0, _mw0, "GetGroup", GetGroup$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetGroupConfiguration$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetGroupConfigurationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("Ardi", "GetGroupConfiguration", {})
13
- .n("ResourceGroupsClient", "GetGroupConfigurationCommand")
14
- .sc(GetGroupConfiguration$)
15
- .build() {
3
+ export class GetGroupConfigurationCommand extends command(_ep0, _mw0, "GetGroupConfiguration", GetGroupConfiguration$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetGroupQuery$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetGroupQueryCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("Ardi", "GetGroupQuery", {})
13
- .n("ResourceGroupsClient", "GetGroupQueryCommand")
14
- .sc(GetGroupQuery$)
15
- .build() {
3
+ export class GetGroupQueryCommand extends command(_ep0, _mw0, "GetGroupQuery", GetGroupQuery$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetTagSyncTask$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetTagSyncTaskCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("Ardi", "GetTagSyncTask", {})
13
- .n("ResourceGroupsClient", "GetTagSyncTaskCommand")
14
- .sc(GetTagSyncTask$)
15
- .build() {
3
+ export class GetTagSyncTaskCommand extends command(_ep0, _mw0, "GetTagSyncTask", GetTagSyncTask$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetTags$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetTagsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("Ardi", "GetTags", {})
13
- .n("ResourceGroupsClient", "GetTagsCommand")
14
- .sc(GetTags$)
15
- .build() {
3
+ export class GetTagsCommand extends command(_ep0, _mw0, "GetTags", GetTags$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GroupResources$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GroupResourcesCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("Ardi", "GroupResources", {})
13
- .n("ResourceGroupsClient", "GroupResourcesCommand")
14
- .sc(GroupResources$)
15
- .build() {
3
+ export class GroupResourcesCommand extends command(_ep0, _mw0, "GroupResources", GroupResources$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListGroupResources$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListGroupResourcesCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("Ardi", "ListGroupResources", {})
13
- .n("ResourceGroupsClient", "ListGroupResourcesCommand")
14
- .sc(ListGroupResources$)
15
- .build() {
3
+ export class ListGroupResourcesCommand extends command(_ep0, _mw0, "ListGroupResources", ListGroupResources$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListGroupingStatuses$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListGroupingStatusesCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("Ardi", "ListGroupingStatuses", {})
13
- .n("ResourceGroupsClient", "ListGroupingStatusesCommand")
14
- .sc(ListGroupingStatuses$)
15
- .build() {
3
+ export class ListGroupingStatusesCommand extends command(_ep0, _mw0, "ListGroupingStatuses", ListGroupingStatuses$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListGroups$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListGroupsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("Ardi", "ListGroups", {})
13
- .n("ResourceGroupsClient", "ListGroupsCommand")
14
- .sc(ListGroups$)
15
- .build() {
3
+ export class ListGroupsCommand extends command(_ep0, _mw0, "ListGroups", ListGroups$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListTagSyncTasks$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListTagSyncTasksCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("Ardi", "ListTagSyncTasks", {})
13
- .n("ResourceGroupsClient", "ListTagSyncTasksCommand")
14
- .sc(ListTagSyncTasks$)
15
- .build() {
3
+ export class ListTagSyncTasksCommand extends command(_ep0, _mw0, "ListTagSyncTasks", ListTagSyncTasks$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { PutGroupConfiguration$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class PutGroupConfigurationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("Ardi", "PutGroupConfiguration", {})
13
- .n("ResourceGroupsClient", "PutGroupConfigurationCommand")
14
- .sc(PutGroupConfiguration$)
15
- .build() {
3
+ export class PutGroupConfigurationCommand extends command(_ep0, _mw0, "PutGroupConfiguration", PutGroupConfiguration$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { SearchResources$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class SearchResourcesCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("Ardi", "SearchResources", {})
13
- .n("ResourceGroupsClient", "SearchResourcesCommand")
14
- .sc(SearchResources$)
15
- .build() {
3
+ export class SearchResourcesCommand extends command(_ep0, _mw0, "SearchResources", SearchResources$) {
16
4
  }