@aws-sdk/client-signer 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 +27 -193
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AddProfilePermissionCommand.js +2 -14
- package/dist-es/commands/CancelSigningProfileCommand.js +2 -14
- package/dist-es/commands/DescribeSigningJobCommand.js +2 -14
- package/dist-es/commands/GetRevocationStatusCommand.js +2 -14
- package/dist-es/commands/GetSigningPlatformCommand.js +2 -14
- package/dist-es/commands/GetSigningProfileCommand.js +2 -14
- package/dist-es/commands/ListProfilePermissionsCommand.js +2 -14
- package/dist-es/commands/ListSigningJobsCommand.js +2 -14
- package/dist-es/commands/ListSigningPlatformsCommand.js +2 -14
- package/dist-es/commands/ListSigningProfilesCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/PutSigningProfileCommand.js +2 -14
- package/dist-es/commands/RemoveProfilePermissionCommand.js +2 -14
- package/dist-es/commands/RevokeSignatureCommand.js +2 -14
- package/dist-es/commands/RevokeSigningProfileCommand.js +2 -14
- package/dist-es/commands/SignPayloadCommand.js +2 -14
- package/dist-es/commands/StartSigningJobCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/AddProfilePermissionCommand.d.ts +3 -8
- package/dist-types/commands/CancelSigningProfileCommand.d.ts +3 -8
- package/dist-types/commands/DescribeSigningJobCommand.d.ts +3 -8
- package/dist-types/commands/GetRevocationStatusCommand.d.ts +3 -8
- package/dist-types/commands/GetSigningPlatformCommand.d.ts +3 -8
- package/dist-types/commands/GetSigningProfileCommand.d.ts +3 -8
- package/dist-types/commands/ListProfilePermissionsCommand.d.ts +3 -8
- package/dist-types/commands/ListSigningJobsCommand.d.ts +3 -8
- package/dist-types/commands/ListSigningPlatformsCommand.d.ts +3 -8
- package/dist-types/commands/ListSigningProfilesCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/PutSigningProfileCommand.d.ts +3 -8
- package/dist-types/commands/RemoveProfilePermissionCommand.d.ts +3 -8
- package/dist-types/commands/RevokeSignatureCommand.d.ts +3 -8
- package/dist-types/commands/RevokeSigningProfileCommand.d.ts +3 -8
- package/dist-types/commands/SignPayloadCommand.d.ts +3 -8
- package/dist-types/commands/StartSigningJobCommand.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/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/AddProfilePermissionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CancelSigningProfileCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeSigningJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetRevocationStatusCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSigningPlatformCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSigningProfileCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListProfilePermissionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListSigningJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListSigningPlatformsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListSigningProfilesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutSigningProfileCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RemoveProfilePermissionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RevokeSignatureCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RevokeSigningProfileCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SignPayloadCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartSigningJobCommand.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/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, createWaiter, checkExceptions, WaiterState, 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
|
|
|
@@ -1018,232 +1019,65 @@ class SignerClient extends Client {
|
|
|
1018
1019
|
}
|
|
1019
1020
|
}
|
|
1020
1021
|
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
})
|
|
1027
|
-
.s("WallabyService", "AddProfilePermission", {})
|
|
1028
|
-
.n("SignerClient", "AddProfilePermissionCommand")
|
|
1029
|
-
.sc(AddProfilePermission$)
|
|
1030
|
-
.build() {
|
|
1022
|
+
const command = makeBuilder(commonParams, "WallabyService", "SignerClient", getEndpointPlugin);
|
|
1023
|
+
const _ep0 = {};
|
|
1024
|
+
const _mw0 = (Command, cs, config, o) => [];
|
|
1025
|
+
|
|
1026
|
+
class AddProfilePermissionCommand extends command(_ep0, _mw0, "AddProfilePermission", AddProfilePermission$) {
|
|
1031
1027
|
}
|
|
1032
1028
|
|
|
1033
|
-
class CancelSigningProfileCommand extends
|
|
1034
|
-
.classBuilder()
|
|
1035
|
-
.ep(commonParams)
|
|
1036
|
-
.m(function (Command, cs, config, o) {
|
|
1037
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1038
|
-
})
|
|
1039
|
-
.s("WallabyService", "CancelSigningProfile", {})
|
|
1040
|
-
.n("SignerClient", "CancelSigningProfileCommand")
|
|
1041
|
-
.sc(CancelSigningProfile$)
|
|
1042
|
-
.build() {
|
|
1029
|
+
class CancelSigningProfileCommand extends command(_ep0, _mw0, "CancelSigningProfile", CancelSigningProfile$) {
|
|
1043
1030
|
}
|
|
1044
1031
|
|
|
1045
|
-
class DescribeSigningJobCommand extends
|
|
1046
|
-
.classBuilder()
|
|
1047
|
-
.ep(commonParams)
|
|
1048
|
-
.m(function (Command, cs, config, o) {
|
|
1049
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1050
|
-
})
|
|
1051
|
-
.s("WallabyService", "DescribeSigningJob", {})
|
|
1052
|
-
.n("SignerClient", "DescribeSigningJobCommand")
|
|
1053
|
-
.sc(DescribeSigningJob$)
|
|
1054
|
-
.build() {
|
|
1032
|
+
class DescribeSigningJobCommand extends command(_ep0, _mw0, "DescribeSigningJob", DescribeSigningJob$) {
|
|
1055
1033
|
}
|
|
1056
1034
|
|
|
1057
|
-
class GetRevocationStatusCommand extends
|
|
1058
|
-
.classBuilder()
|
|
1059
|
-
.ep(commonParams)
|
|
1060
|
-
.m(function (Command, cs, config, o) {
|
|
1061
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1062
|
-
})
|
|
1063
|
-
.s("WallabyService", "GetRevocationStatus", {})
|
|
1064
|
-
.n("SignerClient", "GetRevocationStatusCommand")
|
|
1065
|
-
.sc(GetRevocationStatus$)
|
|
1066
|
-
.build() {
|
|
1035
|
+
class GetRevocationStatusCommand extends command(_ep0, _mw0, "GetRevocationStatus", GetRevocationStatus$) {
|
|
1067
1036
|
}
|
|
1068
1037
|
|
|
1069
|
-
class GetSigningPlatformCommand extends
|
|
1070
|
-
.classBuilder()
|
|
1071
|
-
.ep(commonParams)
|
|
1072
|
-
.m(function (Command, cs, config, o) {
|
|
1073
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1074
|
-
})
|
|
1075
|
-
.s("WallabyService", "GetSigningPlatform", {})
|
|
1076
|
-
.n("SignerClient", "GetSigningPlatformCommand")
|
|
1077
|
-
.sc(GetSigningPlatform$)
|
|
1078
|
-
.build() {
|
|
1038
|
+
class GetSigningPlatformCommand extends command(_ep0, _mw0, "GetSigningPlatform", GetSigningPlatform$) {
|
|
1079
1039
|
}
|
|
1080
1040
|
|
|
1081
|
-
class GetSigningProfileCommand extends
|
|
1082
|
-
.classBuilder()
|
|
1083
|
-
.ep(commonParams)
|
|
1084
|
-
.m(function (Command, cs, config, o) {
|
|
1085
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1086
|
-
})
|
|
1087
|
-
.s("WallabyService", "GetSigningProfile", {})
|
|
1088
|
-
.n("SignerClient", "GetSigningProfileCommand")
|
|
1089
|
-
.sc(GetSigningProfile$)
|
|
1090
|
-
.build() {
|
|
1041
|
+
class GetSigningProfileCommand extends command(_ep0, _mw0, "GetSigningProfile", GetSigningProfile$) {
|
|
1091
1042
|
}
|
|
1092
1043
|
|
|
1093
|
-
class ListProfilePermissionsCommand extends
|
|
1094
|
-
.classBuilder()
|
|
1095
|
-
.ep(commonParams)
|
|
1096
|
-
.m(function (Command, cs, config, o) {
|
|
1097
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1098
|
-
})
|
|
1099
|
-
.s("WallabyService", "ListProfilePermissions", {})
|
|
1100
|
-
.n("SignerClient", "ListProfilePermissionsCommand")
|
|
1101
|
-
.sc(ListProfilePermissions$)
|
|
1102
|
-
.build() {
|
|
1044
|
+
class ListProfilePermissionsCommand extends command(_ep0, _mw0, "ListProfilePermissions", ListProfilePermissions$) {
|
|
1103
1045
|
}
|
|
1104
1046
|
|
|
1105
|
-
class ListSigningJobsCommand extends
|
|
1106
|
-
.classBuilder()
|
|
1107
|
-
.ep(commonParams)
|
|
1108
|
-
.m(function (Command, cs, config, o) {
|
|
1109
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1110
|
-
})
|
|
1111
|
-
.s("WallabyService", "ListSigningJobs", {})
|
|
1112
|
-
.n("SignerClient", "ListSigningJobsCommand")
|
|
1113
|
-
.sc(ListSigningJobs$)
|
|
1114
|
-
.build() {
|
|
1047
|
+
class ListSigningJobsCommand extends command(_ep0, _mw0, "ListSigningJobs", ListSigningJobs$) {
|
|
1115
1048
|
}
|
|
1116
1049
|
|
|
1117
|
-
class ListSigningPlatformsCommand extends
|
|
1118
|
-
.classBuilder()
|
|
1119
|
-
.ep(commonParams)
|
|
1120
|
-
.m(function (Command, cs, config, o) {
|
|
1121
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1122
|
-
})
|
|
1123
|
-
.s("WallabyService", "ListSigningPlatforms", {})
|
|
1124
|
-
.n("SignerClient", "ListSigningPlatformsCommand")
|
|
1125
|
-
.sc(ListSigningPlatforms$)
|
|
1126
|
-
.build() {
|
|
1050
|
+
class ListSigningPlatformsCommand extends command(_ep0, _mw0, "ListSigningPlatforms", ListSigningPlatforms$) {
|
|
1127
1051
|
}
|
|
1128
1052
|
|
|
1129
|
-
class ListSigningProfilesCommand extends
|
|
1130
|
-
.classBuilder()
|
|
1131
|
-
.ep(commonParams)
|
|
1132
|
-
.m(function (Command, cs, config, o) {
|
|
1133
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1134
|
-
})
|
|
1135
|
-
.s("WallabyService", "ListSigningProfiles", {})
|
|
1136
|
-
.n("SignerClient", "ListSigningProfilesCommand")
|
|
1137
|
-
.sc(ListSigningProfiles$)
|
|
1138
|
-
.build() {
|
|
1053
|
+
class ListSigningProfilesCommand extends command(_ep0, _mw0, "ListSigningProfiles", ListSigningProfiles$) {
|
|
1139
1054
|
}
|
|
1140
1055
|
|
|
1141
|
-
class ListTagsForResourceCommand extends
|
|
1142
|
-
.classBuilder()
|
|
1143
|
-
.ep(commonParams)
|
|
1144
|
-
.m(function (Command, cs, config, o) {
|
|
1145
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1146
|
-
})
|
|
1147
|
-
.s("WallabyService", "ListTagsForResource", {})
|
|
1148
|
-
.n("SignerClient", "ListTagsForResourceCommand")
|
|
1149
|
-
.sc(ListTagsForResource$)
|
|
1150
|
-
.build() {
|
|
1056
|
+
class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
1151
1057
|
}
|
|
1152
1058
|
|
|
1153
|
-
class PutSigningProfileCommand extends
|
|
1154
|
-
.classBuilder()
|
|
1155
|
-
.ep(commonParams)
|
|
1156
|
-
.m(function (Command, cs, config, o) {
|
|
1157
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1158
|
-
})
|
|
1159
|
-
.s("WallabyService", "PutSigningProfile", {})
|
|
1160
|
-
.n("SignerClient", "PutSigningProfileCommand")
|
|
1161
|
-
.sc(PutSigningProfile$)
|
|
1162
|
-
.build() {
|
|
1059
|
+
class PutSigningProfileCommand extends command(_ep0, _mw0, "PutSigningProfile", PutSigningProfile$) {
|
|
1163
1060
|
}
|
|
1164
1061
|
|
|
1165
|
-
class RemoveProfilePermissionCommand extends
|
|
1166
|
-
.classBuilder()
|
|
1167
|
-
.ep(commonParams)
|
|
1168
|
-
.m(function (Command, cs, config, o) {
|
|
1169
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1170
|
-
})
|
|
1171
|
-
.s("WallabyService", "RemoveProfilePermission", {})
|
|
1172
|
-
.n("SignerClient", "RemoveProfilePermissionCommand")
|
|
1173
|
-
.sc(RemoveProfilePermission$)
|
|
1174
|
-
.build() {
|
|
1062
|
+
class RemoveProfilePermissionCommand extends command(_ep0, _mw0, "RemoveProfilePermission", RemoveProfilePermission$) {
|
|
1175
1063
|
}
|
|
1176
1064
|
|
|
1177
|
-
class RevokeSignatureCommand extends
|
|
1178
|
-
.classBuilder()
|
|
1179
|
-
.ep(commonParams)
|
|
1180
|
-
.m(function (Command, cs, config, o) {
|
|
1181
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1182
|
-
})
|
|
1183
|
-
.s("WallabyService", "RevokeSignature", {})
|
|
1184
|
-
.n("SignerClient", "RevokeSignatureCommand")
|
|
1185
|
-
.sc(RevokeSignature$)
|
|
1186
|
-
.build() {
|
|
1065
|
+
class RevokeSignatureCommand extends command(_ep0, _mw0, "RevokeSignature", RevokeSignature$) {
|
|
1187
1066
|
}
|
|
1188
1067
|
|
|
1189
|
-
class RevokeSigningProfileCommand extends
|
|
1190
|
-
.classBuilder()
|
|
1191
|
-
.ep(commonParams)
|
|
1192
|
-
.m(function (Command, cs, config, o) {
|
|
1193
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1194
|
-
})
|
|
1195
|
-
.s("WallabyService", "RevokeSigningProfile", {})
|
|
1196
|
-
.n("SignerClient", "RevokeSigningProfileCommand")
|
|
1197
|
-
.sc(RevokeSigningProfile$)
|
|
1198
|
-
.build() {
|
|
1068
|
+
class RevokeSigningProfileCommand extends command(_ep0, _mw0, "RevokeSigningProfile", RevokeSigningProfile$) {
|
|
1199
1069
|
}
|
|
1200
1070
|
|
|
1201
|
-
class SignPayloadCommand extends
|
|
1202
|
-
.classBuilder()
|
|
1203
|
-
.ep(commonParams)
|
|
1204
|
-
.m(function (Command, cs, config, o) {
|
|
1205
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1206
|
-
})
|
|
1207
|
-
.s("WallabyService", "SignPayload", {})
|
|
1208
|
-
.n("SignerClient", "SignPayloadCommand")
|
|
1209
|
-
.sc(SignPayload$)
|
|
1210
|
-
.build() {
|
|
1071
|
+
class SignPayloadCommand extends command(_ep0, _mw0, "SignPayload", SignPayload$) {
|
|
1211
1072
|
}
|
|
1212
1073
|
|
|
1213
|
-
class StartSigningJobCommand extends
|
|
1214
|
-
.classBuilder()
|
|
1215
|
-
.ep(commonParams)
|
|
1216
|
-
.m(function (Command, cs, config, o) {
|
|
1217
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1218
|
-
})
|
|
1219
|
-
.s("WallabyService", "StartSigningJob", {})
|
|
1220
|
-
.n("SignerClient", "StartSigningJobCommand")
|
|
1221
|
-
.sc(StartSigningJob$)
|
|
1222
|
-
.build() {
|
|
1074
|
+
class StartSigningJobCommand extends command(_ep0, _mw0, "StartSigningJob", StartSigningJob$) {
|
|
1223
1075
|
}
|
|
1224
1076
|
|
|
1225
|
-
class TagResourceCommand extends
|
|
1226
|
-
.classBuilder()
|
|
1227
|
-
.ep(commonParams)
|
|
1228
|
-
.m(function (Command, cs, config, o) {
|
|
1229
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1230
|
-
})
|
|
1231
|
-
.s("WallabyService", "TagResource", {})
|
|
1232
|
-
.n("SignerClient", "TagResourceCommand")
|
|
1233
|
-
.sc(TagResource$)
|
|
1234
|
-
.build() {
|
|
1077
|
+
class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
1235
1078
|
}
|
|
1236
1079
|
|
|
1237
|
-
class UntagResourceCommand extends
|
|
1238
|
-
.classBuilder()
|
|
1239
|
-
.ep(commonParams)
|
|
1240
|
-
.m(function (Command, cs, config, o) {
|
|
1241
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1242
|
-
})
|
|
1243
|
-
.s("WallabyService", "UntagResource", {})
|
|
1244
|
-
.n("SignerClient", "UntagResourceCommand")
|
|
1245
|
-
.sc(UntagResource$)
|
|
1246
|
-
.build() {
|
|
1080
|
+
class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
1247
1081
|
}
|
|
1248
1082
|
|
|
1249
1083
|
const paginateListSigningJobs = createPaginator(SignerClient, ListSigningJobsCommand, "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, "WallabyService", "SignerClient", 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 { AddProfilePermission$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class AddProfilePermissionCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WallabyService", "AddProfilePermission", {})
|
|
13
|
-
.n("SignerClient", "AddProfilePermissionCommand")
|
|
14
|
-
.sc(AddProfilePermission$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class AddProfilePermissionCommand extends command(_ep0, _mw0, "AddProfilePermission", AddProfilePermission$) {
|
|
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 { CancelSigningProfile$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CancelSigningProfileCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WallabyService", "CancelSigningProfile", {})
|
|
13
|
-
.n("SignerClient", "CancelSigningProfileCommand")
|
|
14
|
-
.sc(CancelSigningProfile$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CancelSigningProfileCommand extends command(_ep0, _mw0, "CancelSigningProfile", CancelSigningProfile$) {
|
|
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 { DescribeSigningJob$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeSigningJobCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WallabyService", "DescribeSigningJob", {})
|
|
13
|
-
.n("SignerClient", "DescribeSigningJobCommand")
|
|
14
|
-
.sc(DescribeSigningJob$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeSigningJobCommand extends command(_ep0, _mw0, "DescribeSigningJob", DescribeSigningJob$) {
|
|
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 { GetRevocationStatus$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetRevocationStatusCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WallabyService", "GetRevocationStatus", {})
|
|
13
|
-
.n("SignerClient", "GetRevocationStatusCommand")
|
|
14
|
-
.sc(GetRevocationStatus$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetRevocationStatusCommand extends command(_ep0, _mw0, "GetRevocationStatus", GetRevocationStatus$) {
|
|
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 { GetSigningPlatform$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetSigningPlatformCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WallabyService", "GetSigningPlatform", {})
|
|
13
|
-
.n("SignerClient", "GetSigningPlatformCommand")
|
|
14
|
-
.sc(GetSigningPlatform$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetSigningPlatformCommand extends command(_ep0, _mw0, "GetSigningPlatform", GetSigningPlatform$) {
|
|
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 { GetSigningProfile$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetSigningProfileCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WallabyService", "GetSigningProfile", {})
|
|
13
|
-
.n("SignerClient", "GetSigningProfileCommand")
|
|
14
|
-
.sc(GetSigningProfile$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetSigningProfileCommand extends command(_ep0, _mw0, "GetSigningProfile", GetSigningProfile$) {
|
|
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 { ListProfilePermissions$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListProfilePermissionsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WallabyService", "ListProfilePermissions", {})
|
|
13
|
-
.n("SignerClient", "ListProfilePermissionsCommand")
|
|
14
|
-
.sc(ListProfilePermissions$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListProfilePermissionsCommand extends command(_ep0, _mw0, "ListProfilePermissions", ListProfilePermissions$) {
|
|
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 { ListSigningJobs$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListSigningJobsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WallabyService", "ListSigningJobs", {})
|
|
13
|
-
.n("SignerClient", "ListSigningJobsCommand")
|
|
14
|
-
.sc(ListSigningJobs$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListSigningJobsCommand extends command(_ep0, _mw0, "ListSigningJobs", ListSigningJobs$) {
|
|
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 { ListSigningPlatforms$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListSigningPlatformsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WallabyService", "ListSigningPlatforms", {})
|
|
13
|
-
.n("SignerClient", "ListSigningPlatformsCommand")
|
|
14
|
-
.sc(ListSigningPlatforms$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListSigningPlatformsCommand extends command(_ep0, _mw0, "ListSigningPlatforms", ListSigningPlatforms$) {
|
|
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 { ListSigningProfiles$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListSigningProfilesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WallabyService", "ListSigningProfiles", {})
|
|
13
|
-
.n("SignerClient", "ListSigningProfilesCommand")
|
|
14
|
-
.sc(ListSigningProfiles$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListSigningProfilesCommand extends command(_ep0, _mw0, "ListSigningProfiles", ListSigningProfiles$) {
|
|
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("WallabyService", "ListTagsForResource", {})
|
|
13
|
-
.n("SignerClient", "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 { PutSigningProfile$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class PutSigningProfileCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WallabyService", "PutSigningProfile", {})
|
|
13
|
-
.n("SignerClient", "PutSigningProfileCommand")
|
|
14
|
-
.sc(PutSigningProfile$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class PutSigningProfileCommand extends command(_ep0, _mw0, "PutSigningProfile", PutSigningProfile$) {
|
|
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 { RemoveProfilePermission$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class RemoveProfilePermissionCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WallabyService", "RemoveProfilePermission", {})
|
|
13
|
-
.n("SignerClient", "RemoveProfilePermissionCommand")
|
|
14
|
-
.sc(RemoveProfilePermission$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class RemoveProfilePermissionCommand extends command(_ep0, _mw0, "RemoveProfilePermission", RemoveProfilePermission$) {
|
|
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 { RevokeSignature$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class RevokeSignatureCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WallabyService", "RevokeSignature", {})
|
|
13
|
-
.n("SignerClient", "RevokeSignatureCommand")
|
|
14
|
-
.sc(RevokeSignature$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class RevokeSignatureCommand extends command(_ep0, _mw0, "RevokeSignature", RevokeSignature$) {
|
|
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 { RevokeSigningProfile$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class RevokeSigningProfileCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WallabyService", "RevokeSigningProfile", {})
|
|
13
|
-
.n("SignerClient", "RevokeSigningProfileCommand")
|
|
14
|
-
.sc(RevokeSigningProfile$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class RevokeSigningProfileCommand extends command(_ep0, _mw0, "RevokeSigningProfile", RevokeSigningProfile$) {
|
|
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 { SignPayload$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class SignPayloadCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WallabyService", "SignPayload", {})
|
|
13
|
-
.n("SignerClient", "SignPayloadCommand")
|
|
14
|
-
.sc(SignPayload$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class SignPayloadCommand extends command(_ep0, _mw0, "SignPayload", SignPayload$) {
|
|
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 { StartSigningJob$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class StartSigningJobCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WallabyService", "StartSigningJob", {})
|
|
13
|
-
.n("SignerClient", "StartSigningJobCommand")
|
|
14
|
-
.sc(StartSigningJob$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class StartSigningJobCommand extends command(_ep0, _mw0, "StartSigningJob", StartSigningJob$) {
|
|
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 { TagResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class TagResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WallabyService", "TagResource", {})
|
|
13
|
-
.n("SignerClient", "TagResourceCommand")
|
|
14
|
-
.sc(TagResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
16
4
|
}
|