@aws-sdk/client-appintegrations 3.1077.0 → 3.1079.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +31 -233
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/CreateApplicationCommand.js +2 -14
- package/dist-es/commands/CreateDataIntegrationAssociationCommand.js +2 -14
- package/dist-es/commands/CreateDataIntegrationCommand.js +2 -14
- package/dist-es/commands/CreateEventIntegrationCommand.js +2 -14
- package/dist-es/commands/DeleteApplicationCommand.js +2 -14
- package/dist-es/commands/DeleteDataIntegrationCommand.js +2 -14
- package/dist-es/commands/DeleteEventIntegrationCommand.js +2 -14
- package/dist-es/commands/GetApplicationCommand.js +2 -14
- package/dist-es/commands/GetDataIntegrationCommand.js +2 -14
- package/dist-es/commands/GetEventIntegrationCommand.js +2 -14
- package/dist-es/commands/ListApplicationAssociationsCommand.js +2 -14
- package/dist-es/commands/ListApplicationsCommand.js +2 -14
- package/dist-es/commands/ListDataIntegrationAssociationsCommand.js +2 -14
- package/dist-es/commands/ListDataIntegrationsCommand.js +2 -14
- package/dist-es/commands/ListEventIntegrationAssociationsCommand.js +2 -14
- package/dist-es/commands/ListEventIntegrationsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateApplicationCommand.js +2 -14
- package/dist-es/commands/UpdateDataIntegrationAssociationCommand.js +2 -14
- package/dist-es/commands/UpdateDataIntegrationCommand.js +2 -14
- package/dist-es/commands/UpdateEventIntegrationCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/CreateApplicationCommand.d.ts +3 -8
- package/dist-types/commands/CreateDataIntegrationAssociationCommand.d.ts +3 -8
- package/dist-types/commands/CreateDataIntegrationCommand.d.ts +3 -8
- package/dist-types/commands/CreateEventIntegrationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteApplicationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDataIntegrationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteEventIntegrationCommand.d.ts +3 -8
- package/dist-types/commands/GetApplicationCommand.d.ts +3 -8
- package/dist-types/commands/GetDataIntegrationCommand.d.ts +3 -8
- package/dist-types/commands/GetEventIntegrationCommand.d.ts +3 -8
- package/dist-types/commands/ListApplicationAssociationsCommand.d.ts +3 -8
- package/dist-types/commands/ListApplicationsCommand.d.ts +3 -8
- package/dist-types/commands/ListDataIntegrationAssociationsCommand.d.ts +3 -8
- package/dist-types/commands/ListDataIntegrationsCommand.d.ts +3 -8
- package/dist-types/commands/ListEventIntegrationAssociationsCommand.d.ts +3 -8
- package/dist-types/commands/ListEventIntegrationsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateApplicationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateDataIntegrationAssociationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateDataIntegrationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateEventIntegrationCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDataIntegrationAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDataIntegrationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateEventIntegrationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDataIntegrationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteEventIntegrationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDataIntegrationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetEventIntegrationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListApplicationAssociationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDataIntegrationAssociationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDataIntegrationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListEventIntegrationAssociationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListEventIntegrationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateDataIntegrationAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateDataIntegrationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateEventIntegrationCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- 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,
|
|
4
|
-
|
|
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.
|
|
72
|
+
var version = "3.1078.0";
|
|
72
73
|
var packageInfo = {
|
|
73
74
|
version: version};
|
|
74
75
|
|
|
@@ -1054,280 +1055,77 @@ class AppIntegrationsClient extends Client {
|
|
|
1054
1055
|
}
|
|
1055
1056
|
}
|
|
1056
1057
|
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
})
|
|
1063
|
-
.s("AmazonAppIntegrationService", "CreateApplication", {})
|
|
1064
|
-
.n("AppIntegrationsClient", "CreateApplicationCommand")
|
|
1065
|
-
.sc(CreateApplication$)
|
|
1066
|
-
.build() {
|
|
1058
|
+
const command = makeBuilder(commonParams, "AmazonAppIntegrationService", "AppIntegrationsClient", getEndpointPlugin);
|
|
1059
|
+
const _ep0 = {};
|
|
1060
|
+
const _mw0 = (Command, cs, config, o) => [];
|
|
1061
|
+
|
|
1062
|
+
class CreateApplicationCommand extends command(_ep0, _mw0, "CreateApplication", CreateApplication$) {
|
|
1067
1063
|
}
|
|
1068
1064
|
|
|
1069
|
-
class CreateDataIntegrationAssociationCommand extends
|
|
1070
|
-
.classBuilder()
|
|
1071
|
-
.ep(commonParams)
|
|
1072
|
-
.m(function (Command, cs, config, o) {
|
|
1073
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1074
|
-
})
|
|
1075
|
-
.s("AmazonAppIntegrationService", "CreateDataIntegrationAssociation", {})
|
|
1076
|
-
.n("AppIntegrationsClient", "CreateDataIntegrationAssociationCommand")
|
|
1077
|
-
.sc(CreateDataIntegrationAssociation$)
|
|
1078
|
-
.build() {
|
|
1065
|
+
class CreateDataIntegrationAssociationCommand extends command(_ep0, _mw0, "CreateDataIntegrationAssociation", CreateDataIntegrationAssociation$) {
|
|
1079
1066
|
}
|
|
1080
1067
|
|
|
1081
|
-
class CreateDataIntegrationCommand extends
|
|
1082
|
-
.classBuilder()
|
|
1083
|
-
.ep(commonParams)
|
|
1084
|
-
.m(function (Command, cs, config, o) {
|
|
1085
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1086
|
-
})
|
|
1087
|
-
.s("AmazonAppIntegrationService", "CreateDataIntegration", {})
|
|
1088
|
-
.n("AppIntegrationsClient", "CreateDataIntegrationCommand")
|
|
1089
|
-
.sc(CreateDataIntegration$)
|
|
1090
|
-
.build() {
|
|
1068
|
+
class CreateDataIntegrationCommand extends command(_ep0, _mw0, "CreateDataIntegration", CreateDataIntegration$) {
|
|
1091
1069
|
}
|
|
1092
1070
|
|
|
1093
|
-
class CreateEventIntegrationCommand extends
|
|
1094
|
-
.classBuilder()
|
|
1095
|
-
.ep(commonParams)
|
|
1096
|
-
.m(function (Command, cs, config, o) {
|
|
1097
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1098
|
-
})
|
|
1099
|
-
.s("AmazonAppIntegrationService", "CreateEventIntegration", {})
|
|
1100
|
-
.n("AppIntegrationsClient", "CreateEventIntegrationCommand")
|
|
1101
|
-
.sc(CreateEventIntegration$)
|
|
1102
|
-
.build() {
|
|
1071
|
+
class CreateEventIntegrationCommand extends command(_ep0, _mw0, "CreateEventIntegration", CreateEventIntegration$) {
|
|
1103
1072
|
}
|
|
1104
1073
|
|
|
1105
|
-
class DeleteApplicationCommand extends
|
|
1106
|
-
.classBuilder()
|
|
1107
|
-
.ep(commonParams)
|
|
1108
|
-
.m(function (Command, cs, config, o) {
|
|
1109
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1110
|
-
})
|
|
1111
|
-
.s("AmazonAppIntegrationService", "DeleteApplication", {})
|
|
1112
|
-
.n("AppIntegrationsClient", "DeleteApplicationCommand")
|
|
1113
|
-
.sc(DeleteApplication$)
|
|
1114
|
-
.build() {
|
|
1074
|
+
class DeleteApplicationCommand extends command(_ep0, _mw0, "DeleteApplication", DeleteApplication$) {
|
|
1115
1075
|
}
|
|
1116
1076
|
|
|
1117
|
-
class DeleteDataIntegrationCommand extends
|
|
1118
|
-
.classBuilder()
|
|
1119
|
-
.ep(commonParams)
|
|
1120
|
-
.m(function (Command, cs, config, o) {
|
|
1121
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1122
|
-
})
|
|
1123
|
-
.s("AmazonAppIntegrationService", "DeleteDataIntegration", {})
|
|
1124
|
-
.n("AppIntegrationsClient", "DeleteDataIntegrationCommand")
|
|
1125
|
-
.sc(DeleteDataIntegration$)
|
|
1126
|
-
.build() {
|
|
1077
|
+
class DeleteDataIntegrationCommand extends command(_ep0, _mw0, "DeleteDataIntegration", DeleteDataIntegration$) {
|
|
1127
1078
|
}
|
|
1128
1079
|
|
|
1129
|
-
class DeleteEventIntegrationCommand extends
|
|
1130
|
-
.classBuilder()
|
|
1131
|
-
.ep(commonParams)
|
|
1132
|
-
.m(function (Command, cs, config, o) {
|
|
1133
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1134
|
-
})
|
|
1135
|
-
.s("AmazonAppIntegrationService", "DeleteEventIntegration", {})
|
|
1136
|
-
.n("AppIntegrationsClient", "DeleteEventIntegrationCommand")
|
|
1137
|
-
.sc(DeleteEventIntegration$)
|
|
1138
|
-
.build() {
|
|
1080
|
+
class DeleteEventIntegrationCommand extends command(_ep0, _mw0, "DeleteEventIntegration", DeleteEventIntegration$) {
|
|
1139
1081
|
}
|
|
1140
1082
|
|
|
1141
|
-
class GetApplicationCommand extends
|
|
1142
|
-
.classBuilder()
|
|
1143
|
-
.ep(commonParams)
|
|
1144
|
-
.m(function (Command, cs, config, o) {
|
|
1145
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1146
|
-
})
|
|
1147
|
-
.s("AmazonAppIntegrationService", "GetApplication", {})
|
|
1148
|
-
.n("AppIntegrationsClient", "GetApplicationCommand")
|
|
1149
|
-
.sc(GetApplication$)
|
|
1150
|
-
.build() {
|
|
1083
|
+
class GetApplicationCommand extends command(_ep0, _mw0, "GetApplication", GetApplication$) {
|
|
1151
1084
|
}
|
|
1152
1085
|
|
|
1153
|
-
class GetDataIntegrationCommand extends
|
|
1154
|
-
.classBuilder()
|
|
1155
|
-
.ep(commonParams)
|
|
1156
|
-
.m(function (Command, cs, config, o) {
|
|
1157
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1158
|
-
})
|
|
1159
|
-
.s("AmazonAppIntegrationService", "GetDataIntegration", {})
|
|
1160
|
-
.n("AppIntegrationsClient", "GetDataIntegrationCommand")
|
|
1161
|
-
.sc(GetDataIntegration$)
|
|
1162
|
-
.build() {
|
|
1086
|
+
class GetDataIntegrationCommand extends command(_ep0, _mw0, "GetDataIntegration", GetDataIntegration$) {
|
|
1163
1087
|
}
|
|
1164
1088
|
|
|
1165
|
-
class GetEventIntegrationCommand extends
|
|
1166
|
-
.classBuilder()
|
|
1167
|
-
.ep(commonParams)
|
|
1168
|
-
.m(function (Command, cs, config, o) {
|
|
1169
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1170
|
-
})
|
|
1171
|
-
.s("AmazonAppIntegrationService", "GetEventIntegration", {})
|
|
1172
|
-
.n("AppIntegrationsClient", "GetEventIntegrationCommand")
|
|
1173
|
-
.sc(GetEventIntegration$)
|
|
1174
|
-
.build() {
|
|
1089
|
+
class GetEventIntegrationCommand extends command(_ep0, _mw0, "GetEventIntegration", GetEventIntegration$) {
|
|
1175
1090
|
}
|
|
1176
1091
|
|
|
1177
|
-
class ListApplicationAssociationsCommand extends
|
|
1178
|
-
.classBuilder()
|
|
1179
|
-
.ep(commonParams)
|
|
1180
|
-
.m(function (Command, cs, config, o) {
|
|
1181
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1182
|
-
})
|
|
1183
|
-
.s("AmazonAppIntegrationService", "ListApplicationAssociations", {})
|
|
1184
|
-
.n("AppIntegrationsClient", "ListApplicationAssociationsCommand")
|
|
1185
|
-
.sc(ListApplicationAssociations$)
|
|
1186
|
-
.build() {
|
|
1092
|
+
class ListApplicationAssociationsCommand extends command(_ep0, _mw0, "ListApplicationAssociations", ListApplicationAssociations$) {
|
|
1187
1093
|
}
|
|
1188
1094
|
|
|
1189
|
-
class ListApplicationsCommand extends
|
|
1190
|
-
.classBuilder()
|
|
1191
|
-
.ep(commonParams)
|
|
1192
|
-
.m(function (Command, cs, config, o) {
|
|
1193
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1194
|
-
})
|
|
1195
|
-
.s("AmazonAppIntegrationService", "ListApplications", {})
|
|
1196
|
-
.n("AppIntegrationsClient", "ListApplicationsCommand")
|
|
1197
|
-
.sc(ListApplications$)
|
|
1198
|
-
.build() {
|
|
1095
|
+
class ListApplicationsCommand extends command(_ep0, _mw0, "ListApplications", ListApplications$) {
|
|
1199
1096
|
}
|
|
1200
1097
|
|
|
1201
|
-
class ListDataIntegrationAssociationsCommand extends
|
|
1202
|
-
.classBuilder()
|
|
1203
|
-
.ep(commonParams)
|
|
1204
|
-
.m(function (Command, cs, config, o) {
|
|
1205
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1206
|
-
})
|
|
1207
|
-
.s("AmazonAppIntegrationService", "ListDataIntegrationAssociations", {})
|
|
1208
|
-
.n("AppIntegrationsClient", "ListDataIntegrationAssociationsCommand")
|
|
1209
|
-
.sc(ListDataIntegrationAssociations$)
|
|
1210
|
-
.build() {
|
|
1098
|
+
class ListDataIntegrationAssociationsCommand extends command(_ep0, _mw0, "ListDataIntegrationAssociations", ListDataIntegrationAssociations$) {
|
|
1211
1099
|
}
|
|
1212
1100
|
|
|
1213
|
-
class ListDataIntegrationsCommand extends
|
|
1214
|
-
.classBuilder()
|
|
1215
|
-
.ep(commonParams)
|
|
1216
|
-
.m(function (Command, cs, config, o) {
|
|
1217
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1218
|
-
})
|
|
1219
|
-
.s("AmazonAppIntegrationService", "ListDataIntegrations", {})
|
|
1220
|
-
.n("AppIntegrationsClient", "ListDataIntegrationsCommand")
|
|
1221
|
-
.sc(ListDataIntegrations$)
|
|
1222
|
-
.build() {
|
|
1101
|
+
class ListDataIntegrationsCommand extends command(_ep0, _mw0, "ListDataIntegrations", ListDataIntegrations$) {
|
|
1223
1102
|
}
|
|
1224
1103
|
|
|
1225
|
-
class ListEventIntegrationAssociationsCommand extends
|
|
1226
|
-
.classBuilder()
|
|
1227
|
-
.ep(commonParams)
|
|
1228
|
-
.m(function (Command, cs, config, o) {
|
|
1229
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1230
|
-
})
|
|
1231
|
-
.s("AmazonAppIntegrationService", "ListEventIntegrationAssociations", {})
|
|
1232
|
-
.n("AppIntegrationsClient", "ListEventIntegrationAssociationsCommand")
|
|
1233
|
-
.sc(ListEventIntegrationAssociations$)
|
|
1234
|
-
.build() {
|
|
1104
|
+
class ListEventIntegrationAssociationsCommand extends command(_ep0, _mw0, "ListEventIntegrationAssociations", ListEventIntegrationAssociations$) {
|
|
1235
1105
|
}
|
|
1236
1106
|
|
|
1237
|
-
class ListEventIntegrationsCommand extends
|
|
1238
|
-
.classBuilder()
|
|
1239
|
-
.ep(commonParams)
|
|
1240
|
-
.m(function (Command, cs, config, o) {
|
|
1241
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1242
|
-
})
|
|
1243
|
-
.s("AmazonAppIntegrationService", "ListEventIntegrations", {})
|
|
1244
|
-
.n("AppIntegrationsClient", "ListEventIntegrationsCommand")
|
|
1245
|
-
.sc(ListEventIntegrations$)
|
|
1246
|
-
.build() {
|
|
1107
|
+
class ListEventIntegrationsCommand extends command(_ep0, _mw0, "ListEventIntegrations", ListEventIntegrations$) {
|
|
1247
1108
|
}
|
|
1248
1109
|
|
|
1249
|
-
class ListTagsForResourceCommand extends
|
|
1250
|
-
.classBuilder()
|
|
1251
|
-
.ep(commonParams)
|
|
1252
|
-
.m(function (Command, cs, config, o) {
|
|
1253
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1254
|
-
})
|
|
1255
|
-
.s("AmazonAppIntegrationService", "ListTagsForResource", {})
|
|
1256
|
-
.n("AppIntegrationsClient", "ListTagsForResourceCommand")
|
|
1257
|
-
.sc(ListTagsForResource$)
|
|
1258
|
-
.build() {
|
|
1110
|
+
class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
1259
1111
|
}
|
|
1260
1112
|
|
|
1261
|
-
class TagResourceCommand extends
|
|
1262
|
-
.classBuilder()
|
|
1263
|
-
.ep(commonParams)
|
|
1264
|
-
.m(function (Command, cs, config, o) {
|
|
1265
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1266
|
-
})
|
|
1267
|
-
.s("AmazonAppIntegrationService", "TagResource", {})
|
|
1268
|
-
.n("AppIntegrationsClient", "TagResourceCommand")
|
|
1269
|
-
.sc(TagResource$)
|
|
1270
|
-
.build() {
|
|
1113
|
+
class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
1271
1114
|
}
|
|
1272
1115
|
|
|
1273
|
-
class UntagResourceCommand extends
|
|
1274
|
-
.classBuilder()
|
|
1275
|
-
.ep(commonParams)
|
|
1276
|
-
.m(function (Command, cs, config, o) {
|
|
1277
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1278
|
-
})
|
|
1279
|
-
.s("AmazonAppIntegrationService", "UntagResource", {})
|
|
1280
|
-
.n("AppIntegrationsClient", "UntagResourceCommand")
|
|
1281
|
-
.sc(UntagResource$)
|
|
1282
|
-
.build() {
|
|
1116
|
+
class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
1283
1117
|
}
|
|
1284
1118
|
|
|
1285
|
-
class UpdateApplicationCommand extends
|
|
1286
|
-
.classBuilder()
|
|
1287
|
-
.ep(commonParams)
|
|
1288
|
-
.m(function (Command, cs, config, o) {
|
|
1289
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1290
|
-
})
|
|
1291
|
-
.s("AmazonAppIntegrationService", "UpdateApplication", {})
|
|
1292
|
-
.n("AppIntegrationsClient", "UpdateApplicationCommand")
|
|
1293
|
-
.sc(UpdateApplication$)
|
|
1294
|
-
.build() {
|
|
1119
|
+
class UpdateApplicationCommand extends command(_ep0, _mw0, "UpdateApplication", UpdateApplication$) {
|
|
1295
1120
|
}
|
|
1296
1121
|
|
|
1297
|
-
class UpdateDataIntegrationAssociationCommand extends
|
|
1298
|
-
.classBuilder()
|
|
1299
|
-
.ep(commonParams)
|
|
1300
|
-
.m(function (Command, cs, config, o) {
|
|
1301
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1302
|
-
})
|
|
1303
|
-
.s("AmazonAppIntegrationService", "UpdateDataIntegrationAssociation", {})
|
|
1304
|
-
.n("AppIntegrationsClient", "UpdateDataIntegrationAssociationCommand")
|
|
1305
|
-
.sc(UpdateDataIntegrationAssociation$)
|
|
1306
|
-
.build() {
|
|
1122
|
+
class UpdateDataIntegrationAssociationCommand extends command(_ep0, _mw0, "UpdateDataIntegrationAssociation", UpdateDataIntegrationAssociation$) {
|
|
1307
1123
|
}
|
|
1308
1124
|
|
|
1309
|
-
class UpdateDataIntegrationCommand extends
|
|
1310
|
-
.classBuilder()
|
|
1311
|
-
.ep(commonParams)
|
|
1312
|
-
.m(function (Command, cs, config, o) {
|
|
1313
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1314
|
-
})
|
|
1315
|
-
.s("AmazonAppIntegrationService", "UpdateDataIntegration", {})
|
|
1316
|
-
.n("AppIntegrationsClient", "UpdateDataIntegrationCommand")
|
|
1317
|
-
.sc(UpdateDataIntegration$)
|
|
1318
|
-
.build() {
|
|
1125
|
+
class UpdateDataIntegrationCommand extends command(_ep0, _mw0, "UpdateDataIntegration", UpdateDataIntegration$) {
|
|
1319
1126
|
}
|
|
1320
1127
|
|
|
1321
|
-
class UpdateEventIntegrationCommand extends
|
|
1322
|
-
.classBuilder()
|
|
1323
|
-
.ep(commonParams)
|
|
1324
|
-
.m(function (Command, cs, config, o) {
|
|
1325
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1326
|
-
})
|
|
1327
|
-
.s("AmazonAppIntegrationService", "UpdateEventIntegration", {})
|
|
1328
|
-
.n("AppIntegrationsClient", "UpdateEventIntegrationCommand")
|
|
1329
|
-
.sc(UpdateEventIntegration$)
|
|
1330
|
-
.build() {
|
|
1128
|
+
class UpdateEventIntegrationCommand extends command(_ep0, _mw0, "UpdateEventIntegration", UpdateEventIntegration$) {
|
|
1331
1129
|
}
|
|
1332
1130
|
|
|
1333
1131
|
const paginateListApplicationAssociations = createPaginator(AppIntegrationsClient, ListApplicationAssociationsCommand, "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, "AmazonAppIntegrationService", "AppIntegrationsClient", getEndpointPlugin);
|
|
5
|
+
export const _ep0 = {};
|
|
6
|
+
export const _mw0 = (Command, cs, config, o) => [];
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
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
|
|
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("AmazonAppIntegrationService", "CreateApplication", {})
|
|
13
|
-
.n("AppIntegrationsClient", "CreateApplicationCommand")
|
|
14
|
-
.sc(CreateApplication$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateApplicationCommand extends command(_ep0, _mw0, "CreateApplication", CreateApplication$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateDataIntegrationAssociation$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateDataIntegrationAssociationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonAppIntegrationService", "CreateDataIntegrationAssociation", {})
|
|
13
|
-
.n("AppIntegrationsClient", "CreateDataIntegrationAssociationCommand")
|
|
14
|
-
.sc(CreateDataIntegrationAssociation$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateDataIntegrationAssociationCommand extends command(_ep0, _mw0, "CreateDataIntegrationAssociation", CreateDataIntegrationAssociation$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateDataIntegration$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateDataIntegrationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonAppIntegrationService", "CreateDataIntegration", {})
|
|
13
|
-
.n("AppIntegrationsClient", "CreateDataIntegrationCommand")
|
|
14
|
-
.sc(CreateDataIntegration$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateDataIntegrationCommand extends command(_ep0, _mw0, "CreateDataIntegration", CreateDataIntegration$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateEventIntegration$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateEventIntegrationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonAppIntegrationService", "CreateEventIntegration", {})
|
|
13
|
-
.n("AppIntegrationsClient", "CreateEventIntegrationCommand")
|
|
14
|
-
.sc(CreateEventIntegration$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateEventIntegrationCommand extends command(_ep0, _mw0, "CreateEventIntegration", CreateEventIntegration$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
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
|
|
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("AmazonAppIntegrationService", "DeleteApplication", {})
|
|
13
|
-
.n("AppIntegrationsClient", "DeleteApplicationCommand")
|
|
14
|
-
.sc(DeleteApplication$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteApplicationCommand extends command(_ep0, _mw0, "DeleteApplication", DeleteApplication$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteDataIntegration$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteDataIntegrationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonAppIntegrationService", "DeleteDataIntegration", {})
|
|
13
|
-
.n("AppIntegrationsClient", "DeleteDataIntegrationCommand")
|
|
14
|
-
.sc(DeleteDataIntegration$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteDataIntegrationCommand extends command(_ep0, _mw0, "DeleteDataIntegration", DeleteDataIntegration$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteEventIntegration$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteEventIntegrationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonAppIntegrationService", "DeleteEventIntegration", {})
|
|
13
|
-
.n("AppIntegrationsClient", "DeleteEventIntegrationCommand")
|
|
14
|
-
.sc(DeleteEventIntegration$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteEventIntegrationCommand extends command(_ep0, _mw0, "DeleteEventIntegration", DeleteEventIntegration$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
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
|
|
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("AmazonAppIntegrationService", "GetApplication", {})
|
|
13
|
-
.n("AppIntegrationsClient", "GetApplicationCommand")
|
|
14
|
-
.sc(GetApplication$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetApplicationCommand extends command(_ep0, _mw0, "GetApplication", GetApplication$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetDataIntegration$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetDataIntegrationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonAppIntegrationService", "GetDataIntegration", {})
|
|
13
|
-
.n("AppIntegrationsClient", "GetDataIntegrationCommand")
|
|
14
|
-
.sc(GetDataIntegration$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetDataIntegrationCommand extends command(_ep0, _mw0, "GetDataIntegration", GetDataIntegration$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetEventIntegration$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetEventIntegrationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonAppIntegrationService", "GetEventIntegration", {})
|
|
13
|
-
.n("AppIntegrationsClient", "GetEventIntegrationCommand")
|
|
14
|
-
.sc(GetEventIntegration$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetEventIntegrationCommand extends command(_ep0, _mw0, "GetEventIntegration", GetEventIntegration$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListApplicationAssociations$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListApplicationAssociationsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonAppIntegrationService", "ListApplicationAssociations", {})
|
|
13
|
-
.n("AppIntegrationsClient", "ListApplicationAssociationsCommand")
|
|
14
|
-
.sc(ListApplicationAssociations$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListApplicationAssociationsCommand extends command(_ep0, _mw0, "ListApplicationAssociations", ListApplicationAssociations$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
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
|
|
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("AmazonAppIntegrationService", "ListApplications", {})
|
|
13
|
-
.n("AppIntegrationsClient", "ListApplicationsCommand")
|
|
14
|
-
.sc(ListApplications$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListApplicationsCommand extends command(_ep0, _mw0, "ListApplications", ListApplications$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListDataIntegrationAssociations$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListDataIntegrationAssociationsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonAppIntegrationService", "ListDataIntegrationAssociations", {})
|
|
13
|
-
.n("AppIntegrationsClient", "ListDataIntegrationAssociationsCommand")
|
|
14
|
-
.sc(ListDataIntegrationAssociations$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListDataIntegrationAssociationsCommand extends command(_ep0, _mw0, "ListDataIntegrationAssociations", ListDataIntegrationAssociations$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListDataIntegrations$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListDataIntegrationsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonAppIntegrationService", "ListDataIntegrations", {})
|
|
13
|
-
.n("AppIntegrationsClient", "ListDataIntegrationsCommand")
|
|
14
|
-
.sc(ListDataIntegrations$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListDataIntegrationsCommand extends command(_ep0, _mw0, "ListDataIntegrations", ListDataIntegrations$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListEventIntegrationAssociations$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListEventIntegrationAssociationsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonAppIntegrationService", "ListEventIntegrationAssociations", {})
|
|
13
|
-
.n("AppIntegrationsClient", "ListEventIntegrationAssociationsCommand")
|
|
14
|
-
.sc(ListEventIntegrationAssociations$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListEventIntegrationAssociationsCommand extends command(_ep0, _mw0, "ListEventIntegrationAssociations", ListEventIntegrationAssociations$) {
|
|
16
4
|
}
|