@aws-sdk/client-service-catalog-appregistry 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 (80) hide show
  1. package/dist-cjs/index.js +32 -243
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/AssociateAttributeGroupCommand.js +2 -14
  4. package/dist-es/commands/AssociateResourceCommand.js +2 -14
  5. package/dist-es/commands/CreateApplicationCommand.js +2 -14
  6. package/dist-es/commands/CreateAttributeGroupCommand.js +2 -14
  7. package/dist-es/commands/DeleteApplicationCommand.js +2 -14
  8. package/dist-es/commands/DeleteAttributeGroupCommand.js +2 -14
  9. package/dist-es/commands/DisassociateAttributeGroupCommand.js +2 -14
  10. package/dist-es/commands/DisassociateResourceCommand.js +2 -14
  11. package/dist-es/commands/GetApplicationCommand.js +2 -14
  12. package/dist-es/commands/GetAssociatedResourceCommand.js +2 -14
  13. package/dist-es/commands/GetAttributeGroupCommand.js +2 -14
  14. package/dist-es/commands/GetConfigurationCommand.js +2 -14
  15. package/dist-es/commands/ListApplicationsCommand.js +2 -14
  16. package/dist-es/commands/ListAssociatedAttributeGroupsCommand.js +2 -14
  17. package/dist-es/commands/ListAssociatedResourcesCommand.js +2 -14
  18. package/dist-es/commands/ListAttributeGroupsCommand.js +2 -14
  19. package/dist-es/commands/ListAttributeGroupsForApplicationCommand.js +2 -14
  20. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  21. package/dist-es/commands/PutConfigurationCommand.js +2 -14
  22. package/dist-es/commands/SyncResourceCommand.js +2 -14
  23. package/dist-es/commands/TagResourceCommand.js +2 -14
  24. package/dist-es/commands/UntagResourceCommand.js +2 -14
  25. package/dist-es/commands/UpdateApplicationCommand.js +2 -14
  26. package/dist-es/commands/UpdateAttributeGroupCommand.js +2 -14
  27. package/dist-es/index.js +1 -0
  28. package/dist-types/commandBuilder.d.ts +18 -0
  29. package/dist-types/commands/AssociateAttributeGroupCommand.d.ts +3 -8
  30. package/dist-types/commands/AssociateResourceCommand.d.ts +3 -8
  31. package/dist-types/commands/CreateApplicationCommand.d.ts +3 -8
  32. package/dist-types/commands/CreateAttributeGroupCommand.d.ts +3 -8
  33. package/dist-types/commands/DeleteApplicationCommand.d.ts +3 -8
  34. package/dist-types/commands/DeleteAttributeGroupCommand.d.ts +3 -8
  35. package/dist-types/commands/DisassociateAttributeGroupCommand.d.ts +3 -8
  36. package/dist-types/commands/DisassociateResourceCommand.d.ts +3 -8
  37. package/dist-types/commands/GetApplicationCommand.d.ts +3 -8
  38. package/dist-types/commands/GetAssociatedResourceCommand.d.ts +3 -8
  39. package/dist-types/commands/GetAttributeGroupCommand.d.ts +3 -8
  40. package/dist-types/commands/GetConfigurationCommand.d.ts +3 -8
  41. package/dist-types/commands/ListApplicationsCommand.d.ts +3 -8
  42. package/dist-types/commands/ListAssociatedAttributeGroupsCommand.d.ts +3 -8
  43. package/dist-types/commands/ListAssociatedResourcesCommand.d.ts +3 -8
  44. package/dist-types/commands/ListAttributeGroupsCommand.d.ts +3 -8
  45. package/dist-types/commands/ListAttributeGroupsForApplicationCommand.d.ts +3 -8
  46. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  47. package/dist-types/commands/PutConfigurationCommand.d.ts +3 -8
  48. package/dist-types/commands/SyncResourceCommand.d.ts +3 -8
  49. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  50. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  51. package/dist-types/commands/UpdateApplicationCommand.d.ts +3 -8
  52. package/dist-types/commands/UpdateAttributeGroupCommand.d.ts +3 -8
  53. package/dist-types/index.d.ts +1 -0
  54. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  55. package/dist-types/ts3.4/commands/AssociateAttributeGroupCommand.d.ts +7 -16
  56. package/dist-types/ts3.4/commands/AssociateResourceCommand.d.ts +7 -16
  57. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +7 -16
  58. package/dist-types/ts3.4/commands/CreateAttributeGroupCommand.d.ts +7 -16
  59. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +7 -16
  60. package/dist-types/ts3.4/commands/DeleteAttributeGroupCommand.d.ts +7 -16
  61. package/dist-types/ts3.4/commands/DisassociateAttributeGroupCommand.d.ts +7 -16
  62. package/dist-types/ts3.4/commands/DisassociateResourceCommand.d.ts +7 -16
  63. package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +7 -16
  64. package/dist-types/ts3.4/commands/GetAssociatedResourceCommand.d.ts +7 -16
  65. package/dist-types/ts3.4/commands/GetAttributeGroupCommand.d.ts +7 -16
  66. package/dist-types/ts3.4/commands/GetConfigurationCommand.d.ts +7 -16
  67. package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +7 -16
  68. package/dist-types/ts3.4/commands/ListAssociatedAttributeGroupsCommand.d.ts +7 -16
  69. package/dist-types/ts3.4/commands/ListAssociatedResourcesCommand.d.ts +7 -16
  70. package/dist-types/ts3.4/commands/ListAttributeGroupsCommand.d.ts +7 -16
  71. package/dist-types/ts3.4/commands/ListAttributeGroupsForApplicationCommand.d.ts +7 -16
  72. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  73. package/dist-types/ts3.4/commands/PutConfigurationCommand.d.ts +7 -16
  74. package/dist-types/ts3.4/commands/SyncResourceCommand.d.ts +7 -16
  75. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  76. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  77. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +7 -16
  78. package/dist-types/ts3.4/commands/UpdateAttributeGroupCommand.d.ts +7 -16
  79. package/dist-types/ts3.4/index.d.ts +1 -0
  80. 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
 
@@ -948,292 +949,80 @@ class ServiceCatalogAppRegistryClient extends Client {
948
949
  }
949
950
  }
950
951
 
951
- class AssociateAttributeGroupCommand extends Command
952
- .classBuilder()
953
- .ep(commonParams)
954
- .m(function (Command, cs, config, o) {
955
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
956
- })
957
- .s("AWS242AppRegistry", "AssociateAttributeGroup", {})
958
- .n("ServiceCatalogAppRegistryClient", "AssociateAttributeGroupCommand")
959
- .sc(AssociateAttributeGroup$)
960
- .build() {
952
+ const command = makeBuilder(commonParams, "AWS242AppRegistry", "ServiceCatalogAppRegistryClient", getEndpointPlugin);
953
+ const _ep0 = {};
954
+ const _mw0 = (Command, cs, config, o) => [];
955
+
956
+ class AssociateAttributeGroupCommand extends command(_ep0, _mw0, "AssociateAttributeGroup", AssociateAttributeGroup$) {
961
957
  }
962
958
 
963
- class AssociateResourceCommand extends Command
964
- .classBuilder()
965
- .ep(commonParams)
966
- .m(function (Command, cs, config, o) {
967
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
968
- })
969
- .s("AWS242AppRegistry", "AssociateResource", {})
970
- .n("ServiceCatalogAppRegistryClient", "AssociateResourceCommand")
971
- .sc(AssociateResource$)
972
- .build() {
959
+ class AssociateResourceCommand extends command(_ep0, _mw0, "AssociateResource", AssociateResource$) {
973
960
  }
974
961
 
975
- class CreateApplicationCommand extends Command
976
- .classBuilder()
977
- .ep(commonParams)
978
- .m(function (Command, cs, config, o) {
979
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
980
- })
981
- .s("AWS242AppRegistry", "CreateApplication", {})
982
- .n("ServiceCatalogAppRegistryClient", "CreateApplicationCommand")
983
- .sc(CreateApplication$)
984
- .build() {
962
+ class CreateApplicationCommand extends command(_ep0, _mw0, "CreateApplication", CreateApplication$) {
985
963
  }
986
964
 
987
- class CreateAttributeGroupCommand extends Command
988
- .classBuilder()
989
- .ep(commonParams)
990
- .m(function (Command, cs, config, o) {
991
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
992
- })
993
- .s("AWS242AppRegistry", "CreateAttributeGroup", {})
994
- .n("ServiceCatalogAppRegistryClient", "CreateAttributeGroupCommand")
995
- .sc(CreateAttributeGroup$)
996
- .build() {
965
+ class CreateAttributeGroupCommand extends command(_ep0, _mw0, "CreateAttributeGroup", CreateAttributeGroup$) {
997
966
  }
998
967
 
999
- class DeleteApplicationCommand extends Command
1000
- .classBuilder()
1001
- .ep(commonParams)
1002
- .m(function (Command, cs, config, o) {
1003
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1004
- })
1005
- .s("AWS242AppRegistry", "DeleteApplication", {})
1006
- .n("ServiceCatalogAppRegistryClient", "DeleteApplicationCommand")
1007
- .sc(DeleteApplication$)
1008
- .build() {
968
+ class DeleteApplicationCommand extends command(_ep0, _mw0, "DeleteApplication", DeleteApplication$) {
1009
969
  }
1010
970
 
1011
- class DeleteAttributeGroupCommand extends Command
1012
- .classBuilder()
1013
- .ep(commonParams)
1014
- .m(function (Command, cs, config, o) {
1015
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1016
- })
1017
- .s("AWS242AppRegistry", "DeleteAttributeGroup", {})
1018
- .n("ServiceCatalogAppRegistryClient", "DeleteAttributeGroupCommand")
1019
- .sc(DeleteAttributeGroup$)
1020
- .build() {
971
+ class DeleteAttributeGroupCommand extends command(_ep0, _mw0, "DeleteAttributeGroup", DeleteAttributeGroup$) {
1021
972
  }
1022
973
 
1023
- class DisassociateAttributeGroupCommand extends Command
1024
- .classBuilder()
1025
- .ep(commonParams)
1026
- .m(function (Command, cs, config, o) {
1027
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1028
- })
1029
- .s("AWS242AppRegistry", "DisassociateAttributeGroup", {})
1030
- .n("ServiceCatalogAppRegistryClient", "DisassociateAttributeGroupCommand")
1031
- .sc(DisassociateAttributeGroup$)
1032
- .build() {
974
+ class DisassociateAttributeGroupCommand extends command(_ep0, _mw0, "DisassociateAttributeGroup", DisassociateAttributeGroup$) {
1033
975
  }
1034
976
 
1035
- class DisassociateResourceCommand extends Command
1036
- .classBuilder()
1037
- .ep(commonParams)
1038
- .m(function (Command, cs, config, o) {
1039
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1040
- })
1041
- .s("AWS242AppRegistry", "DisassociateResource", {})
1042
- .n("ServiceCatalogAppRegistryClient", "DisassociateResourceCommand")
1043
- .sc(DisassociateResource$)
1044
- .build() {
977
+ class DisassociateResourceCommand extends command(_ep0, _mw0, "DisassociateResource", DisassociateResource$) {
1045
978
  }
1046
979
 
1047
- class GetApplicationCommand extends Command
1048
- .classBuilder()
1049
- .ep(commonParams)
1050
- .m(function (Command, cs, config, o) {
1051
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1052
- })
1053
- .s("AWS242AppRegistry", "GetApplication", {})
1054
- .n("ServiceCatalogAppRegistryClient", "GetApplicationCommand")
1055
- .sc(GetApplication$)
1056
- .build() {
980
+ class GetApplicationCommand extends command(_ep0, _mw0, "GetApplication", GetApplication$) {
1057
981
  }
1058
982
 
1059
- class GetAssociatedResourceCommand extends Command
1060
- .classBuilder()
1061
- .ep(commonParams)
1062
- .m(function (Command, cs, config, o) {
1063
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1064
- })
1065
- .s("AWS242AppRegistry", "GetAssociatedResource", {})
1066
- .n("ServiceCatalogAppRegistryClient", "GetAssociatedResourceCommand")
1067
- .sc(GetAssociatedResource$)
1068
- .build() {
983
+ class GetAssociatedResourceCommand extends command(_ep0, _mw0, "GetAssociatedResource", GetAssociatedResource$) {
1069
984
  }
1070
985
 
1071
- class GetAttributeGroupCommand extends Command
1072
- .classBuilder()
1073
- .ep(commonParams)
1074
- .m(function (Command, cs, config, o) {
1075
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1076
- })
1077
- .s("AWS242AppRegistry", "GetAttributeGroup", {})
1078
- .n("ServiceCatalogAppRegistryClient", "GetAttributeGroupCommand")
1079
- .sc(GetAttributeGroup$)
1080
- .build() {
986
+ class GetAttributeGroupCommand extends command(_ep0, _mw0, "GetAttributeGroup", GetAttributeGroup$) {
1081
987
  }
1082
988
 
1083
- class GetConfigurationCommand extends Command
1084
- .classBuilder()
1085
- .ep(commonParams)
1086
- .m(function (Command, cs, config, o) {
1087
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1088
- })
1089
- .s("AWS242AppRegistry", "GetConfiguration", {})
1090
- .n("ServiceCatalogAppRegistryClient", "GetConfigurationCommand")
1091
- .sc(GetConfiguration$)
1092
- .build() {
989
+ class GetConfigurationCommand extends command(_ep0, _mw0, "GetConfiguration", GetConfiguration$) {
1093
990
  }
1094
991
 
1095
- class ListApplicationsCommand extends Command
1096
- .classBuilder()
1097
- .ep(commonParams)
1098
- .m(function (Command, cs, config, o) {
1099
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1100
- })
1101
- .s("AWS242AppRegistry", "ListApplications", {})
1102
- .n("ServiceCatalogAppRegistryClient", "ListApplicationsCommand")
1103
- .sc(ListApplications$)
1104
- .build() {
992
+ class ListApplicationsCommand extends command(_ep0, _mw0, "ListApplications", ListApplications$) {
1105
993
  }
1106
994
 
1107
- class ListAssociatedAttributeGroupsCommand extends Command
1108
- .classBuilder()
1109
- .ep(commonParams)
1110
- .m(function (Command, cs, config, o) {
1111
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1112
- })
1113
- .s("AWS242AppRegistry", "ListAssociatedAttributeGroups", {})
1114
- .n("ServiceCatalogAppRegistryClient", "ListAssociatedAttributeGroupsCommand")
1115
- .sc(ListAssociatedAttributeGroups$)
1116
- .build() {
995
+ class ListAssociatedAttributeGroupsCommand extends command(_ep0, _mw0, "ListAssociatedAttributeGroups", ListAssociatedAttributeGroups$) {
1117
996
  }
1118
997
 
1119
- class ListAssociatedResourcesCommand extends Command
1120
- .classBuilder()
1121
- .ep(commonParams)
1122
- .m(function (Command, cs, config, o) {
1123
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1124
- })
1125
- .s("AWS242AppRegistry", "ListAssociatedResources", {})
1126
- .n("ServiceCatalogAppRegistryClient", "ListAssociatedResourcesCommand")
1127
- .sc(ListAssociatedResources$)
1128
- .build() {
998
+ class ListAssociatedResourcesCommand extends command(_ep0, _mw0, "ListAssociatedResources", ListAssociatedResources$) {
1129
999
  }
1130
1000
 
1131
- class ListAttributeGroupsCommand extends Command
1132
- .classBuilder()
1133
- .ep(commonParams)
1134
- .m(function (Command, cs, config, o) {
1135
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1136
- })
1137
- .s("AWS242AppRegistry", "ListAttributeGroups", {})
1138
- .n("ServiceCatalogAppRegistryClient", "ListAttributeGroupsCommand")
1139
- .sc(ListAttributeGroups$)
1140
- .build() {
1001
+ class ListAttributeGroupsCommand extends command(_ep0, _mw0, "ListAttributeGroups", ListAttributeGroups$) {
1141
1002
  }
1142
1003
 
1143
- class ListAttributeGroupsForApplicationCommand extends Command
1144
- .classBuilder()
1145
- .ep(commonParams)
1146
- .m(function (Command, cs, config, o) {
1147
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1148
- })
1149
- .s("AWS242AppRegistry", "ListAttributeGroupsForApplication", {})
1150
- .n("ServiceCatalogAppRegistryClient", "ListAttributeGroupsForApplicationCommand")
1151
- .sc(ListAttributeGroupsForApplication$)
1152
- .build() {
1004
+ class ListAttributeGroupsForApplicationCommand extends command(_ep0, _mw0, "ListAttributeGroupsForApplication", ListAttributeGroupsForApplication$) {
1153
1005
  }
1154
1006
 
1155
- class ListTagsForResourceCommand extends Command
1156
- .classBuilder()
1157
- .ep(commonParams)
1158
- .m(function (Command, cs, config, o) {
1159
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1160
- })
1161
- .s("AWS242AppRegistry", "ListTagsForResource", {})
1162
- .n("ServiceCatalogAppRegistryClient", "ListTagsForResourceCommand")
1163
- .sc(ListTagsForResource$)
1164
- .build() {
1007
+ class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
1165
1008
  }
1166
1009
 
1167
- class PutConfigurationCommand extends Command
1168
- .classBuilder()
1169
- .ep(commonParams)
1170
- .m(function (Command, cs, config, o) {
1171
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1172
- })
1173
- .s("AWS242AppRegistry", "PutConfiguration", {})
1174
- .n("ServiceCatalogAppRegistryClient", "PutConfigurationCommand")
1175
- .sc(PutConfiguration$)
1176
- .build() {
1010
+ class PutConfigurationCommand extends command(_ep0, _mw0, "PutConfiguration", PutConfiguration$) {
1177
1011
  }
1178
1012
 
1179
- class SyncResourceCommand extends Command
1180
- .classBuilder()
1181
- .ep(commonParams)
1182
- .m(function (Command, cs, config, o) {
1183
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1184
- })
1185
- .s("AWS242AppRegistry", "SyncResource", {})
1186
- .n("ServiceCatalogAppRegistryClient", "SyncResourceCommand")
1187
- .sc(SyncResource$)
1188
- .build() {
1013
+ class SyncResourceCommand extends command(_ep0, _mw0, "SyncResource", SyncResource$) {
1189
1014
  }
1190
1015
 
1191
- class TagResourceCommand extends Command
1192
- .classBuilder()
1193
- .ep(commonParams)
1194
- .m(function (Command, cs, config, o) {
1195
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1196
- })
1197
- .s("AWS242AppRegistry", "TagResource", {})
1198
- .n("ServiceCatalogAppRegistryClient", "TagResourceCommand")
1199
- .sc(TagResource$)
1200
- .build() {
1016
+ class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
1201
1017
  }
1202
1018
 
1203
- class UntagResourceCommand extends Command
1204
- .classBuilder()
1205
- .ep(commonParams)
1206
- .m(function (Command, cs, config, o) {
1207
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1208
- })
1209
- .s("AWS242AppRegistry", "UntagResource", {})
1210
- .n("ServiceCatalogAppRegistryClient", "UntagResourceCommand")
1211
- .sc(UntagResource$)
1212
- .build() {
1019
+ class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
1213
1020
  }
1214
1021
 
1215
- class UpdateApplicationCommand extends Command
1216
- .classBuilder()
1217
- .ep(commonParams)
1218
- .m(function (Command, cs, config, o) {
1219
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1220
- })
1221
- .s("AWS242AppRegistry", "UpdateApplication", {})
1222
- .n("ServiceCatalogAppRegistryClient", "UpdateApplicationCommand")
1223
- .sc(UpdateApplication$)
1224
- .build() {
1022
+ class UpdateApplicationCommand extends command(_ep0, _mw0, "UpdateApplication", UpdateApplication$) {
1225
1023
  }
1226
1024
 
1227
- class UpdateAttributeGroupCommand extends Command
1228
- .classBuilder()
1229
- .ep(commonParams)
1230
- .m(function (Command, cs, config, o) {
1231
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1232
- })
1233
- .s("AWS242AppRegistry", "UpdateAttributeGroup", {})
1234
- .n("ServiceCatalogAppRegistryClient", "UpdateAttributeGroupCommand")
1235
- .sc(UpdateAttributeGroup$)
1236
- .build() {
1025
+ class UpdateAttributeGroupCommand extends command(_ep0, _mw0, "UpdateAttributeGroup", UpdateAttributeGroup$) {
1237
1026
  }
1238
1027
 
1239
1028
  const paginateListApplications = createPaginator(ServiceCatalogAppRegistryClient, ListApplicationsCommand, "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, "AWS242AppRegistry", "ServiceCatalogAppRegistryClient", 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 { AssociateAttributeGroup$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class AssociateAttributeGroupCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWS242AppRegistry", "AssociateAttributeGroup", {})
13
- .n("ServiceCatalogAppRegistryClient", "AssociateAttributeGroupCommand")
14
- .sc(AssociateAttributeGroup$)
15
- .build() {
3
+ export class AssociateAttributeGroupCommand extends command(_ep0, _mw0, "AssociateAttributeGroup", AssociateAttributeGroup$) {
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 { AssociateResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class AssociateResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWS242AppRegistry", "AssociateResource", {})
13
- .n("ServiceCatalogAppRegistryClient", "AssociateResourceCommand")
14
- .sc(AssociateResource$)
15
- .build() {
3
+ export class AssociateResourceCommand extends command(_ep0, _mw0, "AssociateResource", AssociateResource$) {
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 { CreateApplication$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateApplicationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWS242AppRegistry", "CreateApplication", {})
13
- .n("ServiceCatalogAppRegistryClient", "CreateApplicationCommand")
14
- .sc(CreateApplication$)
15
- .build() {
3
+ export class CreateApplicationCommand extends command(_ep0, _mw0, "CreateApplication", CreateApplication$) {
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 { CreateAttributeGroup$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateAttributeGroupCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWS242AppRegistry", "CreateAttributeGroup", {})
13
- .n("ServiceCatalogAppRegistryClient", "CreateAttributeGroupCommand")
14
- .sc(CreateAttributeGroup$)
15
- .build() {
3
+ export class CreateAttributeGroupCommand extends command(_ep0, _mw0, "CreateAttributeGroup", CreateAttributeGroup$) {
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 { DeleteApplication$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteApplicationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWS242AppRegistry", "DeleteApplication", {})
13
- .n("ServiceCatalogAppRegistryClient", "DeleteApplicationCommand")
14
- .sc(DeleteApplication$)
15
- .build() {
3
+ export class DeleteApplicationCommand extends command(_ep0, _mw0, "DeleteApplication", DeleteApplication$) {
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 { DeleteAttributeGroup$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteAttributeGroupCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWS242AppRegistry", "DeleteAttributeGroup", {})
13
- .n("ServiceCatalogAppRegistryClient", "DeleteAttributeGroupCommand")
14
- .sc(DeleteAttributeGroup$)
15
- .build() {
3
+ export class DeleteAttributeGroupCommand extends command(_ep0, _mw0, "DeleteAttributeGroup", DeleteAttributeGroup$) {
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 { DisassociateAttributeGroup$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DisassociateAttributeGroupCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWS242AppRegistry", "DisassociateAttributeGroup", {})
13
- .n("ServiceCatalogAppRegistryClient", "DisassociateAttributeGroupCommand")
14
- .sc(DisassociateAttributeGroup$)
15
- .build() {
3
+ export class DisassociateAttributeGroupCommand extends command(_ep0, _mw0, "DisassociateAttributeGroup", DisassociateAttributeGroup$) {
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 { DisassociateResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DisassociateResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWS242AppRegistry", "DisassociateResource", {})
13
- .n("ServiceCatalogAppRegistryClient", "DisassociateResourceCommand")
14
- .sc(DisassociateResource$)
15
- .build() {
3
+ export class DisassociateResourceCommand extends command(_ep0, _mw0, "DisassociateResource", DisassociateResource$) {
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 { GetApplication$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetApplicationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWS242AppRegistry", "GetApplication", {})
13
- .n("ServiceCatalogAppRegistryClient", "GetApplicationCommand")
14
- .sc(GetApplication$)
15
- .build() {
3
+ export class GetApplicationCommand extends command(_ep0, _mw0, "GetApplication", GetApplication$) {
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 { GetAssociatedResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetAssociatedResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWS242AppRegistry", "GetAssociatedResource", {})
13
- .n("ServiceCatalogAppRegistryClient", "GetAssociatedResourceCommand")
14
- .sc(GetAssociatedResource$)
15
- .build() {
3
+ export class GetAssociatedResourceCommand extends command(_ep0, _mw0, "GetAssociatedResource", GetAssociatedResource$) {
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 { GetAttributeGroup$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetAttributeGroupCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWS242AppRegistry", "GetAttributeGroup", {})
13
- .n("ServiceCatalogAppRegistryClient", "GetAttributeGroupCommand")
14
- .sc(GetAttributeGroup$)
15
- .build() {
3
+ export class GetAttributeGroupCommand extends command(_ep0, _mw0, "GetAttributeGroup", GetAttributeGroup$) {
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 { GetConfiguration$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetConfigurationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWS242AppRegistry", "GetConfiguration", {})
13
- .n("ServiceCatalogAppRegistryClient", "GetConfigurationCommand")
14
- .sc(GetConfiguration$)
15
- .build() {
3
+ export class GetConfigurationCommand extends command(_ep0, _mw0, "GetConfiguration", GetConfiguration$) {
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 { ListApplications$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListApplicationsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWS242AppRegistry", "ListApplications", {})
13
- .n("ServiceCatalogAppRegistryClient", "ListApplicationsCommand")
14
- .sc(ListApplications$)
15
- .build() {
3
+ export class ListApplicationsCommand extends command(_ep0, _mw0, "ListApplications", ListApplications$) {
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 { ListAssociatedAttributeGroups$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListAssociatedAttributeGroupsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWS242AppRegistry", "ListAssociatedAttributeGroups", {})
13
- .n("ServiceCatalogAppRegistryClient", "ListAssociatedAttributeGroupsCommand")
14
- .sc(ListAssociatedAttributeGroups$)
15
- .build() {
3
+ export class ListAssociatedAttributeGroupsCommand extends command(_ep0, _mw0, "ListAssociatedAttributeGroups", ListAssociatedAttributeGroups$) {
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 { ListAssociatedResources$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListAssociatedResourcesCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWS242AppRegistry", "ListAssociatedResources", {})
13
- .n("ServiceCatalogAppRegistryClient", "ListAssociatedResourcesCommand")
14
- .sc(ListAssociatedResources$)
15
- .build() {
3
+ export class ListAssociatedResourcesCommand extends command(_ep0, _mw0, "ListAssociatedResources", ListAssociatedResources$) {
16
4
  }