@aws-sdk/client-appintegrations 3.1076.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.
- package/dist-cjs/index.js +34 -235
- 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-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -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/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.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/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +8 -10
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");
|
|
@@ -10,9 +11,10 @@ const { DEFAULT_RETRY_MODE, NODE_RETRY_MODE_CONFIG_OPTIONS, NODE_MAX_ATTEMPT_CON
|
|
|
10
11
|
const { TypeRegistry, getSchemaSerdePlugin } = require("@smithy/core/schema");
|
|
11
12
|
const { resolveAwsSdkSigV4Config, AwsSdkSigV4Signer, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
|
|
12
13
|
const { defaultProvider } = require("@aws-sdk/credential-provider-node");
|
|
13
|
-
const { toUtf8, fromUtf8, toBase64, fromBase64,
|
|
14
|
+
const { toUtf8, fromUtf8, toBase64, fromBase64, calculateBodyLength } = require("@smithy/core/serde");
|
|
14
15
|
const { streamCollector, NodeHttpHandler } = require("@smithy/node-http-handler");
|
|
15
16
|
const { AwsRestJsonProtocol } = require("@aws-sdk/core/protocols");
|
|
17
|
+
const { Sha256 } = require("@smithy/core/checksum");
|
|
16
18
|
|
|
17
19
|
const defaultAppIntegrationsHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
18
20
|
return {
|
|
@@ -67,7 +69,7 @@ const commonParams = {
|
|
|
67
69
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
68
70
|
};
|
|
69
71
|
|
|
70
|
-
var version = "3.
|
|
72
|
+
var version = "3.1077.0";
|
|
71
73
|
var packageInfo = {
|
|
72
74
|
version: version};
|
|
73
75
|
|
|
@@ -932,6 +934,7 @@ const getRuntimeConfig$1 = (config) => {
|
|
|
932
934
|
serviceTarget: "AmazonAppIntegrationService",
|
|
933
935
|
},
|
|
934
936
|
serviceId: config?.serviceId ?? "AppIntegrations",
|
|
937
|
+
sha256: config?.sha256 ?? Sha256,
|
|
935
938
|
urlParser: config?.urlParser ?? parseUrl,
|
|
936
939
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
937
940
|
utf8Encoder: config?.utf8Encoder ?? toUtf8,
|
|
@@ -965,7 +968,6 @@ const getRuntimeConfig = (config) => {
|
|
|
965
968
|
...NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
966
969
|
default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
|
|
967
970
|
}, config),
|
|
968
|
-
sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
|
|
969
971
|
streamCollector: config?.streamCollector ?? streamCollector,
|
|
970
972
|
useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
971
973
|
useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
@@ -1053,280 +1055,77 @@ class AppIntegrationsClient extends Client {
|
|
|
1053
1055
|
}
|
|
1054
1056
|
}
|
|
1055
1057
|
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
})
|
|
1062
|
-
.s("AmazonAppIntegrationService", "CreateApplication", {})
|
|
1063
|
-
.n("AppIntegrationsClient", "CreateApplicationCommand")
|
|
1064
|
-
.sc(CreateApplication$)
|
|
1065
|
-
.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$) {
|
|
1066
1063
|
}
|
|
1067
1064
|
|
|
1068
|
-
class CreateDataIntegrationAssociationCommand extends
|
|
1069
|
-
.classBuilder()
|
|
1070
|
-
.ep(commonParams)
|
|
1071
|
-
.m(function (Command, cs, config, o) {
|
|
1072
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1073
|
-
})
|
|
1074
|
-
.s("AmazonAppIntegrationService", "CreateDataIntegrationAssociation", {})
|
|
1075
|
-
.n("AppIntegrationsClient", "CreateDataIntegrationAssociationCommand")
|
|
1076
|
-
.sc(CreateDataIntegrationAssociation$)
|
|
1077
|
-
.build() {
|
|
1065
|
+
class CreateDataIntegrationAssociationCommand extends command(_ep0, _mw0, "CreateDataIntegrationAssociation", CreateDataIntegrationAssociation$) {
|
|
1078
1066
|
}
|
|
1079
1067
|
|
|
1080
|
-
class CreateDataIntegrationCommand extends
|
|
1081
|
-
.classBuilder()
|
|
1082
|
-
.ep(commonParams)
|
|
1083
|
-
.m(function (Command, cs, config, o) {
|
|
1084
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1085
|
-
})
|
|
1086
|
-
.s("AmazonAppIntegrationService", "CreateDataIntegration", {})
|
|
1087
|
-
.n("AppIntegrationsClient", "CreateDataIntegrationCommand")
|
|
1088
|
-
.sc(CreateDataIntegration$)
|
|
1089
|
-
.build() {
|
|
1068
|
+
class CreateDataIntegrationCommand extends command(_ep0, _mw0, "CreateDataIntegration", CreateDataIntegration$) {
|
|
1090
1069
|
}
|
|
1091
1070
|
|
|
1092
|
-
class CreateEventIntegrationCommand extends
|
|
1093
|
-
.classBuilder()
|
|
1094
|
-
.ep(commonParams)
|
|
1095
|
-
.m(function (Command, cs, config, o) {
|
|
1096
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1097
|
-
})
|
|
1098
|
-
.s("AmazonAppIntegrationService", "CreateEventIntegration", {})
|
|
1099
|
-
.n("AppIntegrationsClient", "CreateEventIntegrationCommand")
|
|
1100
|
-
.sc(CreateEventIntegration$)
|
|
1101
|
-
.build() {
|
|
1071
|
+
class CreateEventIntegrationCommand extends command(_ep0, _mw0, "CreateEventIntegration", CreateEventIntegration$) {
|
|
1102
1072
|
}
|
|
1103
1073
|
|
|
1104
|
-
class DeleteApplicationCommand extends
|
|
1105
|
-
.classBuilder()
|
|
1106
|
-
.ep(commonParams)
|
|
1107
|
-
.m(function (Command, cs, config, o) {
|
|
1108
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1109
|
-
})
|
|
1110
|
-
.s("AmazonAppIntegrationService", "DeleteApplication", {})
|
|
1111
|
-
.n("AppIntegrationsClient", "DeleteApplicationCommand")
|
|
1112
|
-
.sc(DeleteApplication$)
|
|
1113
|
-
.build() {
|
|
1074
|
+
class DeleteApplicationCommand extends command(_ep0, _mw0, "DeleteApplication", DeleteApplication$) {
|
|
1114
1075
|
}
|
|
1115
1076
|
|
|
1116
|
-
class DeleteDataIntegrationCommand extends
|
|
1117
|
-
.classBuilder()
|
|
1118
|
-
.ep(commonParams)
|
|
1119
|
-
.m(function (Command, cs, config, o) {
|
|
1120
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1121
|
-
})
|
|
1122
|
-
.s("AmazonAppIntegrationService", "DeleteDataIntegration", {})
|
|
1123
|
-
.n("AppIntegrationsClient", "DeleteDataIntegrationCommand")
|
|
1124
|
-
.sc(DeleteDataIntegration$)
|
|
1125
|
-
.build() {
|
|
1077
|
+
class DeleteDataIntegrationCommand extends command(_ep0, _mw0, "DeleteDataIntegration", DeleteDataIntegration$) {
|
|
1126
1078
|
}
|
|
1127
1079
|
|
|
1128
|
-
class DeleteEventIntegrationCommand extends
|
|
1129
|
-
.classBuilder()
|
|
1130
|
-
.ep(commonParams)
|
|
1131
|
-
.m(function (Command, cs, config, o) {
|
|
1132
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1133
|
-
})
|
|
1134
|
-
.s("AmazonAppIntegrationService", "DeleteEventIntegration", {})
|
|
1135
|
-
.n("AppIntegrationsClient", "DeleteEventIntegrationCommand")
|
|
1136
|
-
.sc(DeleteEventIntegration$)
|
|
1137
|
-
.build() {
|
|
1080
|
+
class DeleteEventIntegrationCommand extends command(_ep0, _mw0, "DeleteEventIntegration", DeleteEventIntegration$) {
|
|
1138
1081
|
}
|
|
1139
1082
|
|
|
1140
|
-
class GetApplicationCommand extends
|
|
1141
|
-
.classBuilder()
|
|
1142
|
-
.ep(commonParams)
|
|
1143
|
-
.m(function (Command, cs, config, o) {
|
|
1144
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1145
|
-
})
|
|
1146
|
-
.s("AmazonAppIntegrationService", "GetApplication", {})
|
|
1147
|
-
.n("AppIntegrationsClient", "GetApplicationCommand")
|
|
1148
|
-
.sc(GetApplication$)
|
|
1149
|
-
.build() {
|
|
1083
|
+
class GetApplicationCommand extends command(_ep0, _mw0, "GetApplication", GetApplication$) {
|
|
1150
1084
|
}
|
|
1151
1085
|
|
|
1152
|
-
class GetDataIntegrationCommand extends
|
|
1153
|
-
.classBuilder()
|
|
1154
|
-
.ep(commonParams)
|
|
1155
|
-
.m(function (Command, cs, config, o) {
|
|
1156
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1157
|
-
})
|
|
1158
|
-
.s("AmazonAppIntegrationService", "GetDataIntegration", {})
|
|
1159
|
-
.n("AppIntegrationsClient", "GetDataIntegrationCommand")
|
|
1160
|
-
.sc(GetDataIntegration$)
|
|
1161
|
-
.build() {
|
|
1086
|
+
class GetDataIntegrationCommand extends command(_ep0, _mw0, "GetDataIntegration", GetDataIntegration$) {
|
|
1162
1087
|
}
|
|
1163
1088
|
|
|
1164
|
-
class GetEventIntegrationCommand extends
|
|
1165
|
-
.classBuilder()
|
|
1166
|
-
.ep(commonParams)
|
|
1167
|
-
.m(function (Command, cs, config, o) {
|
|
1168
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1169
|
-
})
|
|
1170
|
-
.s("AmazonAppIntegrationService", "GetEventIntegration", {})
|
|
1171
|
-
.n("AppIntegrationsClient", "GetEventIntegrationCommand")
|
|
1172
|
-
.sc(GetEventIntegration$)
|
|
1173
|
-
.build() {
|
|
1089
|
+
class GetEventIntegrationCommand extends command(_ep0, _mw0, "GetEventIntegration", GetEventIntegration$) {
|
|
1174
1090
|
}
|
|
1175
1091
|
|
|
1176
|
-
class ListApplicationAssociationsCommand extends
|
|
1177
|
-
.classBuilder()
|
|
1178
|
-
.ep(commonParams)
|
|
1179
|
-
.m(function (Command, cs, config, o) {
|
|
1180
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1181
|
-
})
|
|
1182
|
-
.s("AmazonAppIntegrationService", "ListApplicationAssociations", {})
|
|
1183
|
-
.n("AppIntegrationsClient", "ListApplicationAssociationsCommand")
|
|
1184
|
-
.sc(ListApplicationAssociations$)
|
|
1185
|
-
.build() {
|
|
1092
|
+
class ListApplicationAssociationsCommand extends command(_ep0, _mw0, "ListApplicationAssociations", ListApplicationAssociations$) {
|
|
1186
1093
|
}
|
|
1187
1094
|
|
|
1188
|
-
class ListApplicationsCommand extends
|
|
1189
|
-
.classBuilder()
|
|
1190
|
-
.ep(commonParams)
|
|
1191
|
-
.m(function (Command, cs, config, o) {
|
|
1192
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1193
|
-
})
|
|
1194
|
-
.s("AmazonAppIntegrationService", "ListApplications", {})
|
|
1195
|
-
.n("AppIntegrationsClient", "ListApplicationsCommand")
|
|
1196
|
-
.sc(ListApplications$)
|
|
1197
|
-
.build() {
|
|
1095
|
+
class ListApplicationsCommand extends command(_ep0, _mw0, "ListApplications", ListApplications$) {
|
|
1198
1096
|
}
|
|
1199
1097
|
|
|
1200
|
-
class ListDataIntegrationAssociationsCommand extends
|
|
1201
|
-
.classBuilder()
|
|
1202
|
-
.ep(commonParams)
|
|
1203
|
-
.m(function (Command, cs, config, o) {
|
|
1204
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1205
|
-
})
|
|
1206
|
-
.s("AmazonAppIntegrationService", "ListDataIntegrationAssociations", {})
|
|
1207
|
-
.n("AppIntegrationsClient", "ListDataIntegrationAssociationsCommand")
|
|
1208
|
-
.sc(ListDataIntegrationAssociations$)
|
|
1209
|
-
.build() {
|
|
1098
|
+
class ListDataIntegrationAssociationsCommand extends command(_ep0, _mw0, "ListDataIntegrationAssociations", ListDataIntegrationAssociations$) {
|
|
1210
1099
|
}
|
|
1211
1100
|
|
|
1212
|
-
class ListDataIntegrationsCommand extends
|
|
1213
|
-
.classBuilder()
|
|
1214
|
-
.ep(commonParams)
|
|
1215
|
-
.m(function (Command, cs, config, o) {
|
|
1216
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1217
|
-
})
|
|
1218
|
-
.s("AmazonAppIntegrationService", "ListDataIntegrations", {})
|
|
1219
|
-
.n("AppIntegrationsClient", "ListDataIntegrationsCommand")
|
|
1220
|
-
.sc(ListDataIntegrations$)
|
|
1221
|
-
.build() {
|
|
1101
|
+
class ListDataIntegrationsCommand extends command(_ep0, _mw0, "ListDataIntegrations", ListDataIntegrations$) {
|
|
1222
1102
|
}
|
|
1223
1103
|
|
|
1224
|
-
class ListEventIntegrationAssociationsCommand extends
|
|
1225
|
-
.classBuilder()
|
|
1226
|
-
.ep(commonParams)
|
|
1227
|
-
.m(function (Command, cs, config, o) {
|
|
1228
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1229
|
-
})
|
|
1230
|
-
.s("AmazonAppIntegrationService", "ListEventIntegrationAssociations", {})
|
|
1231
|
-
.n("AppIntegrationsClient", "ListEventIntegrationAssociationsCommand")
|
|
1232
|
-
.sc(ListEventIntegrationAssociations$)
|
|
1233
|
-
.build() {
|
|
1104
|
+
class ListEventIntegrationAssociationsCommand extends command(_ep0, _mw0, "ListEventIntegrationAssociations", ListEventIntegrationAssociations$) {
|
|
1234
1105
|
}
|
|
1235
1106
|
|
|
1236
|
-
class ListEventIntegrationsCommand extends
|
|
1237
|
-
.classBuilder()
|
|
1238
|
-
.ep(commonParams)
|
|
1239
|
-
.m(function (Command, cs, config, o) {
|
|
1240
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1241
|
-
})
|
|
1242
|
-
.s("AmazonAppIntegrationService", "ListEventIntegrations", {})
|
|
1243
|
-
.n("AppIntegrationsClient", "ListEventIntegrationsCommand")
|
|
1244
|
-
.sc(ListEventIntegrations$)
|
|
1245
|
-
.build() {
|
|
1107
|
+
class ListEventIntegrationsCommand extends command(_ep0, _mw0, "ListEventIntegrations", ListEventIntegrations$) {
|
|
1246
1108
|
}
|
|
1247
1109
|
|
|
1248
|
-
class ListTagsForResourceCommand extends
|
|
1249
|
-
.classBuilder()
|
|
1250
|
-
.ep(commonParams)
|
|
1251
|
-
.m(function (Command, cs, config, o) {
|
|
1252
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1253
|
-
})
|
|
1254
|
-
.s("AmazonAppIntegrationService", "ListTagsForResource", {})
|
|
1255
|
-
.n("AppIntegrationsClient", "ListTagsForResourceCommand")
|
|
1256
|
-
.sc(ListTagsForResource$)
|
|
1257
|
-
.build() {
|
|
1110
|
+
class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
1258
1111
|
}
|
|
1259
1112
|
|
|
1260
|
-
class TagResourceCommand extends
|
|
1261
|
-
.classBuilder()
|
|
1262
|
-
.ep(commonParams)
|
|
1263
|
-
.m(function (Command, cs, config, o) {
|
|
1264
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1265
|
-
})
|
|
1266
|
-
.s("AmazonAppIntegrationService", "TagResource", {})
|
|
1267
|
-
.n("AppIntegrationsClient", "TagResourceCommand")
|
|
1268
|
-
.sc(TagResource$)
|
|
1269
|
-
.build() {
|
|
1113
|
+
class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
1270
1114
|
}
|
|
1271
1115
|
|
|
1272
|
-
class UntagResourceCommand extends
|
|
1273
|
-
.classBuilder()
|
|
1274
|
-
.ep(commonParams)
|
|
1275
|
-
.m(function (Command, cs, config, o) {
|
|
1276
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1277
|
-
})
|
|
1278
|
-
.s("AmazonAppIntegrationService", "UntagResource", {})
|
|
1279
|
-
.n("AppIntegrationsClient", "UntagResourceCommand")
|
|
1280
|
-
.sc(UntagResource$)
|
|
1281
|
-
.build() {
|
|
1116
|
+
class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
1282
1117
|
}
|
|
1283
1118
|
|
|
1284
|
-
class UpdateApplicationCommand extends
|
|
1285
|
-
.classBuilder()
|
|
1286
|
-
.ep(commonParams)
|
|
1287
|
-
.m(function (Command, cs, config, o) {
|
|
1288
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1289
|
-
})
|
|
1290
|
-
.s("AmazonAppIntegrationService", "UpdateApplication", {})
|
|
1291
|
-
.n("AppIntegrationsClient", "UpdateApplicationCommand")
|
|
1292
|
-
.sc(UpdateApplication$)
|
|
1293
|
-
.build() {
|
|
1119
|
+
class UpdateApplicationCommand extends command(_ep0, _mw0, "UpdateApplication", UpdateApplication$) {
|
|
1294
1120
|
}
|
|
1295
1121
|
|
|
1296
|
-
class UpdateDataIntegrationAssociationCommand extends
|
|
1297
|
-
.classBuilder()
|
|
1298
|
-
.ep(commonParams)
|
|
1299
|
-
.m(function (Command, cs, config, o) {
|
|
1300
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1301
|
-
})
|
|
1302
|
-
.s("AmazonAppIntegrationService", "UpdateDataIntegrationAssociation", {})
|
|
1303
|
-
.n("AppIntegrationsClient", "UpdateDataIntegrationAssociationCommand")
|
|
1304
|
-
.sc(UpdateDataIntegrationAssociation$)
|
|
1305
|
-
.build() {
|
|
1122
|
+
class UpdateDataIntegrationAssociationCommand extends command(_ep0, _mw0, "UpdateDataIntegrationAssociation", UpdateDataIntegrationAssociation$) {
|
|
1306
1123
|
}
|
|
1307
1124
|
|
|
1308
|
-
class UpdateDataIntegrationCommand extends
|
|
1309
|
-
.classBuilder()
|
|
1310
|
-
.ep(commonParams)
|
|
1311
|
-
.m(function (Command, cs, config, o) {
|
|
1312
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1313
|
-
})
|
|
1314
|
-
.s("AmazonAppIntegrationService", "UpdateDataIntegration", {})
|
|
1315
|
-
.n("AppIntegrationsClient", "UpdateDataIntegrationCommand")
|
|
1316
|
-
.sc(UpdateDataIntegration$)
|
|
1317
|
-
.build() {
|
|
1125
|
+
class UpdateDataIntegrationCommand extends command(_ep0, _mw0, "UpdateDataIntegration", UpdateDataIntegration$) {
|
|
1318
1126
|
}
|
|
1319
1127
|
|
|
1320
|
-
class UpdateEventIntegrationCommand extends
|
|
1321
|
-
.classBuilder()
|
|
1322
|
-
.ep(commonParams)
|
|
1323
|
-
.m(function (Command, cs, config, o) {
|
|
1324
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1325
|
-
})
|
|
1326
|
-
.s("AmazonAppIntegrationService", "UpdateEventIntegration", {})
|
|
1327
|
-
.n("AppIntegrationsClient", "UpdateEventIntegrationCommand")
|
|
1328
|
-
.sc(UpdateEventIntegration$)
|
|
1329
|
-
.build() {
|
|
1128
|
+
class UpdateEventIntegrationCommand extends command(_ep0, _mw0, "UpdateEventIntegration", UpdateEventIntegration$) {
|
|
1330
1129
|
}
|
|
1331
1130
|
|
|
1332
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
|
}
|