@aws-sdk/client-connectcampaigns 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.
- package/dist-cjs/index.js +30 -223
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/CreateCampaignCommand.js +2 -14
- package/dist-es/commands/DeleteCampaignCommand.js +2 -14
- package/dist-es/commands/DeleteConnectInstanceConfigCommand.js +2 -14
- package/dist-es/commands/DeleteInstanceOnboardingJobCommand.js +2 -14
- package/dist-es/commands/DescribeCampaignCommand.js +2 -14
- package/dist-es/commands/GetCampaignStateBatchCommand.js +2 -14
- package/dist-es/commands/GetCampaignStateCommand.js +2 -14
- package/dist-es/commands/GetConnectInstanceConfigCommand.js +2 -14
- package/dist-es/commands/GetInstanceOnboardingJobStatusCommand.js +2 -14
- package/dist-es/commands/ListCampaignsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/PauseCampaignCommand.js +2 -14
- package/dist-es/commands/PutDialRequestBatchCommand.js +2 -14
- package/dist-es/commands/ResumeCampaignCommand.js +2 -14
- package/dist-es/commands/StartCampaignCommand.js +2 -14
- package/dist-es/commands/StartInstanceOnboardingJobCommand.js +2 -14
- package/dist-es/commands/StopCampaignCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateCampaignDialerConfigCommand.js +2 -14
- package/dist-es/commands/UpdateCampaignNameCommand.js +2 -14
- package/dist-es/commands/UpdateCampaignOutboundCallConfigCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/CreateCampaignCommand.d.ts +3 -8
- package/dist-types/commands/DeleteCampaignCommand.d.ts +3 -8
- package/dist-types/commands/DeleteConnectInstanceConfigCommand.d.ts +3 -8
- package/dist-types/commands/DeleteInstanceOnboardingJobCommand.d.ts +3 -8
- package/dist-types/commands/DescribeCampaignCommand.d.ts +3 -8
- package/dist-types/commands/GetCampaignStateBatchCommand.d.ts +3 -8
- package/dist-types/commands/GetCampaignStateCommand.d.ts +3 -8
- package/dist-types/commands/GetConnectInstanceConfigCommand.d.ts +3 -8
- package/dist-types/commands/GetInstanceOnboardingJobStatusCommand.d.ts +3 -8
- package/dist-types/commands/ListCampaignsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/PauseCampaignCommand.d.ts +3 -8
- package/dist-types/commands/PutDialRequestBatchCommand.d.ts +3 -8
- package/dist-types/commands/ResumeCampaignCommand.d.ts +3 -8
- package/dist-types/commands/StartCampaignCommand.d.ts +3 -8
- package/dist-types/commands/StartInstanceOnboardingJobCommand.d.ts +3 -8
- package/dist-types/commands/StopCampaignCommand.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/UpdateCampaignDialerConfigCommand.d.ts +3 -8
- package/dist-types/commands/UpdateCampaignNameCommand.d.ts +3 -8
- package/dist-types/commands/UpdateCampaignOutboundCallConfigCommand.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/CreateCampaignCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteCampaignCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteConnectInstanceConfigCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteInstanceOnboardingJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeCampaignCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetCampaignStateBatchCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetCampaignStateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetConnectInstanceConfigCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetInstanceOnboardingJobStatusCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCampaignsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PauseCampaignCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutDialRequestBatchCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ResumeCampaignCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartCampaignCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartInstanceOnboardingJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopCampaignCommand.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/UpdateCampaignDialerConfigCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateCampaignNameCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateCampaignOutboundCallConfigCommand.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.1077.0";
|
|
72
73
|
var packageInfo = {
|
|
73
74
|
version: version};
|
|
74
75
|
|
|
@@ -964,268 +965,74 @@ class ConnectCampaignsClient extends Client {
|
|
|
964
965
|
}
|
|
965
966
|
}
|
|
966
967
|
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
})
|
|
973
|
-
.s("AmazonConnectCampaignService", "CreateCampaign", {})
|
|
974
|
-
.n("ConnectCampaignsClient", "CreateCampaignCommand")
|
|
975
|
-
.sc(CreateCampaign$)
|
|
976
|
-
.build() {
|
|
968
|
+
const command = makeBuilder(commonParams, "AmazonConnectCampaignService", "ConnectCampaignsClient", getEndpointPlugin);
|
|
969
|
+
const _ep0 = {};
|
|
970
|
+
const _mw0 = (Command, cs, config, o) => [];
|
|
971
|
+
|
|
972
|
+
class CreateCampaignCommand extends command(_ep0, _mw0, "CreateCampaign", CreateCampaign$) {
|
|
977
973
|
}
|
|
978
974
|
|
|
979
|
-
class DeleteCampaignCommand extends
|
|
980
|
-
.classBuilder()
|
|
981
|
-
.ep(commonParams)
|
|
982
|
-
.m(function (Command, cs, config, o) {
|
|
983
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
984
|
-
})
|
|
985
|
-
.s("AmazonConnectCampaignService", "DeleteCampaign", {})
|
|
986
|
-
.n("ConnectCampaignsClient", "DeleteCampaignCommand")
|
|
987
|
-
.sc(DeleteCampaign$)
|
|
988
|
-
.build() {
|
|
975
|
+
class DeleteCampaignCommand extends command(_ep0, _mw0, "DeleteCampaign", DeleteCampaign$) {
|
|
989
976
|
}
|
|
990
977
|
|
|
991
|
-
class DeleteConnectInstanceConfigCommand extends
|
|
992
|
-
.classBuilder()
|
|
993
|
-
.ep(commonParams)
|
|
994
|
-
.m(function (Command, cs, config, o) {
|
|
995
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
996
|
-
})
|
|
997
|
-
.s("AmazonConnectCampaignService", "DeleteConnectInstanceConfig", {})
|
|
998
|
-
.n("ConnectCampaignsClient", "DeleteConnectInstanceConfigCommand")
|
|
999
|
-
.sc(DeleteConnectInstanceConfig$)
|
|
1000
|
-
.build() {
|
|
978
|
+
class DeleteConnectInstanceConfigCommand extends command(_ep0, _mw0, "DeleteConnectInstanceConfig", DeleteConnectInstanceConfig$) {
|
|
1001
979
|
}
|
|
1002
980
|
|
|
1003
|
-
class DeleteInstanceOnboardingJobCommand extends
|
|
1004
|
-
.classBuilder()
|
|
1005
|
-
.ep(commonParams)
|
|
1006
|
-
.m(function (Command, cs, config, o) {
|
|
1007
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1008
|
-
})
|
|
1009
|
-
.s("AmazonConnectCampaignService", "DeleteInstanceOnboardingJob", {})
|
|
1010
|
-
.n("ConnectCampaignsClient", "DeleteInstanceOnboardingJobCommand")
|
|
1011
|
-
.sc(DeleteInstanceOnboardingJob$)
|
|
1012
|
-
.build() {
|
|
981
|
+
class DeleteInstanceOnboardingJobCommand extends command(_ep0, _mw0, "DeleteInstanceOnboardingJob", DeleteInstanceOnboardingJob$) {
|
|
1013
982
|
}
|
|
1014
983
|
|
|
1015
|
-
class DescribeCampaignCommand extends
|
|
1016
|
-
.classBuilder()
|
|
1017
|
-
.ep(commonParams)
|
|
1018
|
-
.m(function (Command, cs, config, o) {
|
|
1019
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1020
|
-
})
|
|
1021
|
-
.s("AmazonConnectCampaignService", "DescribeCampaign", {})
|
|
1022
|
-
.n("ConnectCampaignsClient", "DescribeCampaignCommand")
|
|
1023
|
-
.sc(DescribeCampaign$)
|
|
1024
|
-
.build() {
|
|
984
|
+
class DescribeCampaignCommand extends command(_ep0, _mw0, "DescribeCampaign", DescribeCampaign$) {
|
|
1025
985
|
}
|
|
1026
986
|
|
|
1027
|
-
class GetCampaignStateBatchCommand extends
|
|
1028
|
-
.classBuilder()
|
|
1029
|
-
.ep(commonParams)
|
|
1030
|
-
.m(function (Command, cs, config, o) {
|
|
1031
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1032
|
-
})
|
|
1033
|
-
.s("AmazonConnectCampaignService", "GetCampaignStateBatch", {})
|
|
1034
|
-
.n("ConnectCampaignsClient", "GetCampaignStateBatchCommand")
|
|
1035
|
-
.sc(GetCampaignStateBatch$)
|
|
1036
|
-
.build() {
|
|
987
|
+
class GetCampaignStateBatchCommand extends command(_ep0, _mw0, "GetCampaignStateBatch", GetCampaignStateBatch$) {
|
|
1037
988
|
}
|
|
1038
989
|
|
|
1039
|
-
class GetCampaignStateCommand extends
|
|
1040
|
-
.classBuilder()
|
|
1041
|
-
.ep(commonParams)
|
|
1042
|
-
.m(function (Command, cs, config, o) {
|
|
1043
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1044
|
-
})
|
|
1045
|
-
.s("AmazonConnectCampaignService", "GetCampaignState", {})
|
|
1046
|
-
.n("ConnectCampaignsClient", "GetCampaignStateCommand")
|
|
1047
|
-
.sc(GetCampaignState$)
|
|
1048
|
-
.build() {
|
|
990
|
+
class GetCampaignStateCommand extends command(_ep0, _mw0, "GetCampaignState", GetCampaignState$) {
|
|
1049
991
|
}
|
|
1050
992
|
|
|
1051
|
-
class GetConnectInstanceConfigCommand extends
|
|
1052
|
-
.classBuilder()
|
|
1053
|
-
.ep(commonParams)
|
|
1054
|
-
.m(function (Command, cs, config, o) {
|
|
1055
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1056
|
-
})
|
|
1057
|
-
.s("AmazonConnectCampaignService", "GetConnectInstanceConfig", {})
|
|
1058
|
-
.n("ConnectCampaignsClient", "GetConnectInstanceConfigCommand")
|
|
1059
|
-
.sc(GetConnectInstanceConfig$)
|
|
1060
|
-
.build() {
|
|
993
|
+
class GetConnectInstanceConfigCommand extends command(_ep0, _mw0, "GetConnectInstanceConfig", GetConnectInstanceConfig$) {
|
|
1061
994
|
}
|
|
1062
995
|
|
|
1063
|
-
class GetInstanceOnboardingJobStatusCommand extends
|
|
1064
|
-
.classBuilder()
|
|
1065
|
-
.ep(commonParams)
|
|
1066
|
-
.m(function (Command, cs, config, o) {
|
|
1067
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1068
|
-
})
|
|
1069
|
-
.s("AmazonConnectCampaignService", "GetInstanceOnboardingJobStatus", {})
|
|
1070
|
-
.n("ConnectCampaignsClient", "GetInstanceOnboardingJobStatusCommand")
|
|
1071
|
-
.sc(GetInstanceOnboardingJobStatus$)
|
|
1072
|
-
.build() {
|
|
996
|
+
class GetInstanceOnboardingJobStatusCommand extends command(_ep0, _mw0, "GetInstanceOnboardingJobStatus", GetInstanceOnboardingJobStatus$) {
|
|
1073
997
|
}
|
|
1074
998
|
|
|
1075
|
-
class ListCampaignsCommand extends
|
|
1076
|
-
.classBuilder()
|
|
1077
|
-
.ep(commonParams)
|
|
1078
|
-
.m(function (Command, cs, config, o) {
|
|
1079
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1080
|
-
})
|
|
1081
|
-
.s("AmazonConnectCampaignService", "ListCampaigns", {})
|
|
1082
|
-
.n("ConnectCampaignsClient", "ListCampaignsCommand")
|
|
1083
|
-
.sc(ListCampaigns$)
|
|
1084
|
-
.build() {
|
|
999
|
+
class ListCampaignsCommand extends command(_ep0, _mw0, "ListCampaigns", ListCampaigns$) {
|
|
1085
1000
|
}
|
|
1086
1001
|
|
|
1087
|
-
class ListTagsForResourceCommand extends
|
|
1088
|
-
.classBuilder()
|
|
1089
|
-
.ep(commonParams)
|
|
1090
|
-
.m(function (Command, cs, config, o) {
|
|
1091
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1092
|
-
})
|
|
1093
|
-
.s("AmazonConnectCampaignService", "ListTagsForResource", {})
|
|
1094
|
-
.n("ConnectCampaignsClient", "ListTagsForResourceCommand")
|
|
1095
|
-
.sc(ListTagsForResource$)
|
|
1096
|
-
.build() {
|
|
1002
|
+
class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
1097
1003
|
}
|
|
1098
1004
|
|
|
1099
|
-
class PauseCampaignCommand extends
|
|
1100
|
-
.classBuilder()
|
|
1101
|
-
.ep(commonParams)
|
|
1102
|
-
.m(function (Command, cs, config, o) {
|
|
1103
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1104
|
-
})
|
|
1105
|
-
.s("AmazonConnectCampaignService", "PauseCampaign", {})
|
|
1106
|
-
.n("ConnectCampaignsClient", "PauseCampaignCommand")
|
|
1107
|
-
.sc(PauseCampaign$)
|
|
1108
|
-
.build() {
|
|
1005
|
+
class PauseCampaignCommand extends command(_ep0, _mw0, "PauseCampaign", PauseCampaign$) {
|
|
1109
1006
|
}
|
|
1110
1007
|
|
|
1111
|
-
class PutDialRequestBatchCommand extends
|
|
1112
|
-
.classBuilder()
|
|
1113
|
-
.ep(commonParams)
|
|
1114
|
-
.m(function (Command, cs, config, o) {
|
|
1115
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1116
|
-
})
|
|
1117
|
-
.s("AmazonConnectCampaignService", "PutDialRequestBatch", {})
|
|
1118
|
-
.n("ConnectCampaignsClient", "PutDialRequestBatchCommand")
|
|
1119
|
-
.sc(PutDialRequestBatch$)
|
|
1120
|
-
.build() {
|
|
1008
|
+
class PutDialRequestBatchCommand extends command(_ep0, _mw0, "PutDialRequestBatch", PutDialRequestBatch$) {
|
|
1121
1009
|
}
|
|
1122
1010
|
|
|
1123
|
-
class ResumeCampaignCommand extends
|
|
1124
|
-
.classBuilder()
|
|
1125
|
-
.ep(commonParams)
|
|
1126
|
-
.m(function (Command, cs, config, o) {
|
|
1127
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1128
|
-
})
|
|
1129
|
-
.s("AmazonConnectCampaignService", "ResumeCampaign", {})
|
|
1130
|
-
.n("ConnectCampaignsClient", "ResumeCampaignCommand")
|
|
1131
|
-
.sc(ResumeCampaign$)
|
|
1132
|
-
.build() {
|
|
1011
|
+
class ResumeCampaignCommand extends command(_ep0, _mw0, "ResumeCampaign", ResumeCampaign$) {
|
|
1133
1012
|
}
|
|
1134
1013
|
|
|
1135
|
-
class StartCampaignCommand extends
|
|
1136
|
-
.classBuilder()
|
|
1137
|
-
.ep(commonParams)
|
|
1138
|
-
.m(function (Command, cs, config, o) {
|
|
1139
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1140
|
-
})
|
|
1141
|
-
.s("AmazonConnectCampaignService", "StartCampaign", {})
|
|
1142
|
-
.n("ConnectCampaignsClient", "StartCampaignCommand")
|
|
1143
|
-
.sc(StartCampaign$)
|
|
1144
|
-
.build() {
|
|
1014
|
+
class StartCampaignCommand extends command(_ep0, _mw0, "StartCampaign", StartCampaign$) {
|
|
1145
1015
|
}
|
|
1146
1016
|
|
|
1147
|
-
class StartInstanceOnboardingJobCommand extends
|
|
1148
|
-
.classBuilder()
|
|
1149
|
-
.ep(commonParams)
|
|
1150
|
-
.m(function (Command, cs, config, o) {
|
|
1151
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1152
|
-
})
|
|
1153
|
-
.s("AmazonConnectCampaignService", "StartInstanceOnboardingJob", {})
|
|
1154
|
-
.n("ConnectCampaignsClient", "StartInstanceOnboardingJobCommand")
|
|
1155
|
-
.sc(StartInstanceOnboardingJob$)
|
|
1156
|
-
.build() {
|
|
1017
|
+
class StartInstanceOnboardingJobCommand extends command(_ep0, _mw0, "StartInstanceOnboardingJob", StartInstanceOnboardingJob$) {
|
|
1157
1018
|
}
|
|
1158
1019
|
|
|
1159
|
-
class StopCampaignCommand extends
|
|
1160
|
-
.classBuilder()
|
|
1161
|
-
.ep(commonParams)
|
|
1162
|
-
.m(function (Command, cs, config, o) {
|
|
1163
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1164
|
-
})
|
|
1165
|
-
.s("AmazonConnectCampaignService", "StopCampaign", {})
|
|
1166
|
-
.n("ConnectCampaignsClient", "StopCampaignCommand")
|
|
1167
|
-
.sc(StopCampaign$)
|
|
1168
|
-
.build() {
|
|
1020
|
+
class StopCampaignCommand extends command(_ep0, _mw0, "StopCampaign", StopCampaign$) {
|
|
1169
1021
|
}
|
|
1170
1022
|
|
|
1171
|
-
class TagResourceCommand extends
|
|
1172
|
-
.classBuilder()
|
|
1173
|
-
.ep(commonParams)
|
|
1174
|
-
.m(function (Command, cs, config, o) {
|
|
1175
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1176
|
-
})
|
|
1177
|
-
.s("AmazonConnectCampaignService", "TagResource", {})
|
|
1178
|
-
.n("ConnectCampaignsClient", "TagResourceCommand")
|
|
1179
|
-
.sc(TagResource$)
|
|
1180
|
-
.build() {
|
|
1023
|
+
class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
1181
1024
|
}
|
|
1182
1025
|
|
|
1183
|
-
class UntagResourceCommand extends
|
|
1184
|
-
.classBuilder()
|
|
1185
|
-
.ep(commonParams)
|
|
1186
|
-
.m(function (Command, cs, config, o) {
|
|
1187
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1188
|
-
})
|
|
1189
|
-
.s("AmazonConnectCampaignService", "UntagResource", {})
|
|
1190
|
-
.n("ConnectCampaignsClient", "UntagResourceCommand")
|
|
1191
|
-
.sc(UntagResource$)
|
|
1192
|
-
.build() {
|
|
1026
|
+
class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
1193
1027
|
}
|
|
1194
1028
|
|
|
1195
|
-
class UpdateCampaignDialerConfigCommand extends
|
|
1196
|
-
.classBuilder()
|
|
1197
|
-
.ep(commonParams)
|
|
1198
|
-
.m(function (Command, cs, config, o) {
|
|
1199
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1200
|
-
})
|
|
1201
|
-
.s("AmazonConnectCampaignService", "UpdateCampaignDialerConfig", {})
|
|
1202
|
-
.n("ConnectCampaignsClient", "UpdateCampaignDialerConfigCommand")
|
|
1203
|
-
.sc(UpdateCampaignDialerConfig$)
|
|
1204
|
-
.build() {
|
|
1029
|
+
class UpdateCampaignDialerConfigCommand extends command(_ep0, _mw0, "UpdateCampaignDialerConfig", UpdateCampaignDialerConfig$) {
|
|
1205
1030
|
}
|
|
1206
1031
|
|
|
1207
|
-
class UpdateCampaignNameCommand extends
|
|
1208
|
-
.classBuilder()
|
|
1209
|
-
.ep(commonParams)
|
|
1210
|
-
.m(function (Command, cs, config, o) {
|
|
1211
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1212
|
-
})
|
|
1213
|
-
.s("AmazonConnectCampaignService", "UpdateCampaignName", {})
|
|
1214
|
-
.n("ConnectCampaignsClient", "UpdateCampaignNameCommand")
|
|
1215
|
-
.sc(UpdateCampaignName$)
|
|
1216
|
-
.build() {
|
|
1032
|
+
class UpdateCampaignNameCommand extends command(_ep0, _mw0, "UpdateCampaignName", UpdateCampaignName$) {
|
|
1217
1033
|
}
|
|
1218
1034
|
|
|
1219
|
-
class UpdateCampaignOutboundCallConfigCommand extends
|
|
1220
|
-
.classBuilder()
|
|
1221
|
-
.ep(commonParams)
|
|
1222
|
-
.m(function (Command, cs, config, o) {
|
|
1223
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1224
|
-
})
|
|
1225
|
-
.s("AmazonConnectCampaignService", "UpdateCampaignOutboundCallConfig", {})
|
|
1226
|
-
.n("ConnectCampaignsClient", "UpdateCampaignOutboundCallConfigCommand")
|
|
1227
|
-
.sc(UpdateCampaignOutboundCallConfig$)
|
|
1228
|
-
.build() {
|
|
1035
|
+
class UpdateCampaignOutboundCallConfigCommand extends command(_ep0, _mw0, "UpdateCampaignOutboundCallConfig", UpdateCampaignOutboundCallConfig$) {
|
|
1229
1036
|
}
|
|
1230
1037
|
|
|
1231
1038
|
const paginateListCampaigns = createPaginator(ConnectCampaignsClient, ListCampaignsCommand, "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, "AmazonConnectCampaignService", "ConnectCampaignsClient", 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 { CreateCampaign$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateCampaignCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonConnectCampaignService", "CreateCampaign", {})
|
|
13
|
-
.n("ConnectCampaignsClient", "CreateCampaignCommand")
|
|
14
|
-
.sc(CreateCampaign$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateCampaignCommand extends command(_ep0, _mw0, "CreateCampaign", CreateCampaign$) {
|
|
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 { DeleteCampaign$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteCampaignCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonConnectCampaignService", "DeleteCampaign", {})
|
|
13
|
-
.n("ConnectCampaignsClient", "DeleteCampaignCommand")
|
|
14
|
-
.sc(DeleteCampaign$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteCampaignCommand extends command(_ep0, _mw0, "DeleteCampaign", DeleteCampaign$) {
|
|
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 { DeleteConnectInstanceConfig$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteConnectInstanceConfigCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonConnectCampaignService", "DeleteConnectInstanceConfig", {})
|
|
13
|
-
.n("ConnectCampaignsClient", "DeleteConnectInstanceConfigCommand")
|
|
14
|
-
.sc(DeleteConnectInstanceConfig$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteConnectInstanceConfigCommand extends command(_ep0, _mw0, "DeleteConnectInstanceConfig", DeleteConnectInstanceConfig$) {
|
|
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 { DeleteInstanceOnboardingJob$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteInstanceOnboardingJobCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonConnectCampaignService", "DeleteInstanceOnboardingJob", {})
|
|
13
|
-
.n("ConnectCampaignsClient", "DeleteInstanceOnboardingJobCommand")
|
|
14
|
-
.sc(DeleteInstanceOnboardingJob$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteInstanceOnboardingJobCommand extends command(_ep0, _mw0, "DeleteInstanceOnboardingJob", DeleteInstanceOnboardingJob$) {
|
|
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 { DescribeCampaign$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeCampaignCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonConnectCampaignService", "DescribeCampaign", {})
|
|
13
|
-
.n("ConnectCampaignsClient", "DescribeCampaignCommand")
|
|
14
|
-
.sc(DescribeCampaign$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeCampaignCommand extends command(_ep0, _mw0, "DescribeCampaign", DescribeCampaign$) {
|
|
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 { GetCampaignStateBatch$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetCampaignStateBatchCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonConnectCampaignService", "GetCampaignStateBatch", {})
|
|
13
|
-
.n("ConnectCampaignsClient", "GetCampaignStateBatchCommand")
|
|
14
|
-
.sc(GetCampaignStateBatch$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetCampaignStateBatchCommand extends command(_ep0, _mw0, "GetCampaignStateBatch", GetCampaignStateBatch$) {
|
|
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 { GetCampaignState$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetCampaignStateCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonConnectCampaignService", "GetCampaignState", {})
|
|
13
|
-
.n("ConnectCampaignsClient", "GetCampaignStateCommand")
|
|
14
|
-
.sc(GetCampaignState$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetCampaignStateCommand extends command(_ep0, _mw0, "GetCampaignState", GetCampaignState$) {
|
|
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 { GetConnectInstanceConfig$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetConnectInstanceConfigCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonConnectCampaignService", "GetConnectInstanceConfig", {})
|
|
13
|
-
.n("ConnectCampaignsClient", "GetConnectInstanceConfigCommand")
|
|
14
|
-
.sc(GetConnectInstanceConfig$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetConnectInstanceConfigCommand extends command(_ep0, _mw0, "GetConnectInstanceConfig", GetConnectInstanceConfig$) {
|
|
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 { GetInstanceOnboardingJobStatus$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetInstanceOnboardingJobStatusCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonConnectCampaignService", "GetInstanceOnboardingJobStatus", {})
|
|
13
|
-
.n("ConnectCampaignsClient", "GetInstanceOnboardingJobStatusCommand")
|
|
14
|
-
.sc(GetInstanceOnboardingJobStatus$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetInstanceOnboardingJobStatusCommand extends command(_ep0, _mw0, "GetInstanceOnboardingJobStatus", GetInstanceOnboardingJobStatus$) {
|
|
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 { ListCampaigns$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListCampaignsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonConnectCampaignService", "ListCampaigns", {})
|
|
13
|
-
.n("ConnectCampaignsClient", "ListCampaignsCommand")
|
|
14
|
-
.sc(ListCampaigns$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListCampaignsCommand extends command(_ep0, _mw0, "ListCampaigns", ListCampaigns$) {
|
|
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 { ListTagsForResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListTagsForResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonConnectCampaignService", "ListTagsForResource", {})
|
|
13
|
-
.n("ConnectCampaignsClient", "ListTagsForResourceCommand")
|
|
14
|
-
.sc(ListTagsForResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
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 { PauseCampaign$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class PauseCampaignCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonConnectCampaignService", "PauseCampaign", {})
|
|
13
|
-
.n("ConnectCampaignsClient", "PauseCampaignCommand")
|
|
14
|
-
.sc(PauseCampaign$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class PauseCampaignCommand extends command(_ep0, _mw0, "PauseCampaign", PauseCampaign$) {
|
|
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 { PutDialRequestBatch$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class PutDialRequestBatchCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonConnectCampaignService", "PutDialRequestBatch", {})
|
|
13
|
-
.n("ConnectCampaignsClient", "PutDialRequestBatchCommand")
|
|
14
|
-
.sc(PutDialRequestBatch$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class PutDialRequestBatchCommand extends command(_ep0, _mw0, "PutDialRequestBatch", PutDialRequestBatch$) {
|
|
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 { ResumeCampaign$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ResumeCampaignCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonConnectCampaignService", "ResumeCampaign", {})
|
|
13
|
-
.n("ConnectCampaignsClient", "ResumeCampaignCommand")
|
|
14
|
-
.sc(ResumeCampaign$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ResumeCampaignCommand extends command(_ep0, _mw0, "ResumeCampaign", ResumeCampaign$) {
|
|
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 { StartCampaign$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class StartCampaignCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonConnectCampaignService", "StartCampaign", {})
|
|
13
|
-
.n("ConnectCampaignsClient", "StartCampaignCommand")
|
|
14
|
-
.sc(StartCampaign$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class StartCampaignCommand extends command(_ep0, _mw0, "StartCampaign", StartCampaign$) {
|
|
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 { StartInstanceOnboardingJob$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class StartInstanceOnboardingJobCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonConnectCampaignService", "StartInstanceOnboardingJob", {})
|
|
13
|
-
.n("ConnectCampaignsClient", "StartInstanceOnboardingJobCommand")
|
|
14
|
-
.sc(StartInstanceOnboardingJob$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class StartInstanceOnboardingJobCommand extends command(_ep0, _mw0, "StartInstanceOnboardingJob", StartInstanceOnboardingJob$) {
|
|
16
4
|
}
|