@aws-sdk/client-signer 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.
Files changed (77) hide show
  1. package/dist-cjs/index.js +30 -195
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/AddProfilePermissionCommand.js +2 -14
  4. package/dist-es/commands/CancelSigningProfileCommand.js +2 -14
  5. package/dist-es/commands/DescribeSigningJobCommand.js +2 -14
  6. package/dist-es/commands/GetRevocationStatusCommand.js +2 -14
  7. package/dist-es/commands/GetSigningPlatformCommand.js +2 -14
  8. package/dist-es/commands/GetSigningProfileCommand.js +2 -14
  9. package/dist-es/commands/ListProfilePermissionsCommand.js +2 -14
  10. package/dist-es/commands/ListSigningJobsCommand.js +2 -14
  11. package/dist-es/commands/ListSigningPlatformsCommand.js +2 -14
  12. package/dist-es/commands/ListSigningProfilesCommand.js +2 -14
  13. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  14. package/dist-es/commands/PutSigningProfileCommand.js +2 -14
  15. package/dist-es/commands/RemoveProfilePermissionCommand.js +2 -14
  16. package/dist-es/commands/RevokeSignatureCommand.js +2 -14
  17. package/dist-es/commands/RevokeSigningProfileCommand.js +2 -14
  18. package/dist-es/commands/SignPayloadCommand.js +2 -14
  19. package/dist-es/commands/StartSigningJobCommand.js +2 -14
  20. package/dist-es/commands/TagResourceCommand.js +2 -14
  21. package/dist-es/commands/UntagResourceCommand.js +2 -14
  22. package/dist-es/index.js +1 -0
  23. package/dist-es/runtimeConfig.browser.js +0 -2
  24. package/dist-es/runtimeConfig.js +1 -2
  25. package/dist-es/runtimeConfig.native.js +0 -2
  26. package/dist-es/runtimeConfig.shared.js +2 -0
  27. package/dist-types/commandBuilder.d.ts +18 -0
  28. package/dist-types/commands/AddProfilePermissionCommand.d.ts +3 -8
  29. package/dist-types/commands/CancelSigningProfileCommand.d.ts +3 -8
  30. package/dist-types/commands/DescribeSigningJobCommand.d.ts +3 -8
  31. package/dist-types/commands/GetRevocationStatusCommand.d.ts +3 -8
  32. package/dist-types/commands/GetSigningPlatformCommand.d.ts +3 -8
  33. package/dist-types/commands/GetSigningProfileCommand.d.ts +3 -8
  34. package/dist-types/commands/ListProfilePermissionsCommand.d.ts +3 -8
  35. package/dist-types/commands/ListSigningJobsCommand.d.ts +3 -8
  36. package/dist-types/commands/ListSigningPlatformsCommand.d.ts +3 -8
  37. package/dist-types/commands/ListSigningProfilesCommand.d.ts +3 -8
  38. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  39. package/dist-types/commands/PutSigningProfileCommand.d.ts +3 -8
  40. package/dist-types/commands/RemoveProfilePermissionCommand.d.ts +3 -8
  41. package/dist-types/commands/RevokeSignatureCommand.d.ts +3 -8
  42. package/dist-types/commands/RevokeSigningProfileCommand.d.ts +3 -8
  43. package/dist-types/commands/SignPayloadCommand.d.ts +3 -8
  44. package/dist-types/commands/StartSigningJobCommand.d.ts +3 -8
  45. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  46. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  47. package/dist-types/index.d.ts +1 -0
  48. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  49. package/dist-types/runtimeConfig.d.ts +1 -1
  50. package/dist-types/runtimeConfig.native.d.ts +1 -1
  51. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  52. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  53. package/dist-types/ts3.4/commands/AddProfilePermissionCommand.d.ts +7 -16
  54. package/dist-types/ts3.4/commands/CancelSigningProfileCommand.d.ts +7 -16
  55. package/dist-types/ts3.4/commands/DescribeSigningJobCommand.d.ts +7 -16
  56. package/dist-types/ts3.4/commands/GetRevocationStatusCommand.d.ts +7 -16
  57. package/dist-types/ts3.4/commands/GetSigningPlatformCommand.d.ts +7 -16
  58. package/dist-types/ts3.4/commands/GetSigningProfileCommand.d.ts +7 -16
  59. package/dist-types/ts3.4/commands/ListProfilePermissionsCommand.d.ts +7 -16
  60. package/dist-types/ts3.4/commands/ListSigningJobsCommand.d.ts +7 -16
  61. package/dist-types/ts3.4/commands/ListSigningPlatformsCommand.d.ts +7 -16
  62. package/dist-types/ts3.4/commands/ListSigningProfilesCommand.d.ts +7 -16
  63. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  64. package/dist-types/ts3.4/commands/PutSigningProfileCommand.d.ts +7 -16
  65. package/dist-types/ts3.4/commands/RemoveProfilePermissionCommand.d.ts +7 -16
  66. package/dist-types/ts3.4/commands/RevokeSignatureCommand.d.ts +7 -16
  67. package/dist-types/ts3.4/commands/RevokeSigningProfileCommand.d.ts +7 -16
  68. package/dist-types/ts3.4/commands/SignPayloadCommand.d.ts +7 -16
  69. package/dist-types/ts3.4/commands/StartSigningJobCommand.d.ts +7 -16
  70. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  71. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  72. package/dist-types/ts3.4/index.d.ts +1 -0
  73. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  74. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  75. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  76. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  77. 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, Command, createWaiter, checkExceptions, WaiterState, createAggregatedClient } = require("@smithy/core/client");
4
- exports.$Command = Command;
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");
@@ -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, Hash, calculateBodyLength } = require("@smithy/core/serde");
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 defaultSignerHttpAuthSchemeParametersProvider = 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.1075.0";
72
+ var version = "3.1077.0";
71
73
  var packageInfo = {
72
74
  version: version};
73
75
 
@@ -896,6 +898,7 @@ const getRuntimeConfig$1 = (config) => {
896
898
  serviceTarget: "WallabyService",
897
899
  },
898
900
  serviceId: config?.serviceId ?? "signer",
901
+ sha256: config?.sha256 ?? Sha256,
899
902
  urlParser: config?.urlParser ?? parseUrl,
900
903
  utf8Decoder: config?.utf8Decoder ?? fromUtf8,
901
904
  utf8Encoder: config?.utf8Encoder ?? toUtf8,
@@ -929,7 +932,6 @@ const getRuntimeConfig = (config) => {
929
932
  ...NODE_RETRY_MODE_CONFIG_OPTIONS,
930
933
  default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
931
934
  }, config),
932
- sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
933
935
  streamCollector: config?.streamCollector ?? streamCollector,
934
936
  useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
935
937
  useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
@@ -1017,232 +1019,65 @@ class SignerClient extends Client {
1017
1019
  }
1018
1020
  }
1019
1021
 
1020
- class AddProfilePermissionCommand extends Command
1021
- .classBuilder()
1022
- .ep(commonParams)
1023
- .m(function (Command, cs, config, o) {
1024
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1025
- })
1026
- .s("WallabyService", "AddProfilePermission", {})
1027
- .n("SignerClient", "AddProfilePermissionCommand")
1028
- .sc(AddProfilePermission$)
1029
- .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$) {
1030
1027
  }
1031
1028
 
1032
- class CancelSigningProfileCommand extends Command
1033
- .classBuilder()
1034
- .ep(commonParams)
1035
- .m(function (Command, cs, config, o) {
1036
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1037
- })
1038
- .s("WallabyService", "CancelSigningProfile", {})
1039
- .n("SignerClient", "CancelSigningProfileCommand")
1040
- .sc(CancelSigningProfile$)
1041
- .build() {
1029
+ class CancelSigningProfileCommand extends command(_ep0, _mw0, "CancelSigningProfile", CancelSigningProfile$) {
1042
1030
  }
1043
1031
 
1044
- class DescribeSigningJobCommand extends Command
1045
- .classBuilder()
1046
- .ep(commonParams)
1047
- .m(function (Command, cs, config, o) {
1048
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1049
- })
1050
- .s("WallabyService", "DescribeSigningJob", {})
1051
- .n("SignerClient", "DescribeSigningJobCommand")
1052
- .sc(DescribeSigningJob$)
1053
- .build() {
1032
+ class DescribeSigningJobCommand extends command(_ep0, _mw0, "DescribeSigningJob", DescribeSigningJob$) {
1054
1033
  }
1055
1034
 
1056
- class GetRevocationStatusCommand extends Command
1057
- .classBuilder()
1058
- .ep(commonParams)
1059
- .m(function (Command, cs, config, o) {
1060
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1061
- })
1062
- .s("WallabyService", "GetRevocationStatus", {})
1063
- .n("SignerClient", "GetRevocationStatusCommand")
1064
- .sc(GetRevocationStatus$)
1065
- .build() {
1035
+ class GetRevocationStatusCommand extends command(_ep0, _mw0, "GetRevocationStatus", GetRevocationStatus$) {
1066
1036
  }
1067
1037
 
1068
- class GetSigningPlatformCommand extends Command
1069
- .classBuilder()
1070
- .ep(commonParams)
1071
- .m(function (Command, cs, config, o) {
1072
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1073
- })
1074
- .s("WallabyService", "GetSigningPlatform", {})
1075
- .n("SignerClient", "GetSigningPlatformCommand")
1076
- .sc(GetSigningPlatform$)
1077
- .build() {
1038
+ class GetSigningPlatformCommand extends command(_ep0, _mw0, "GetSigningPlatform", GetSigningPlatform$) {
1078
1039
  }
1079
1040
 
1080
- class GetSigningProfileCommand extends Command
1081
- .classBuilder()
1082
- .ep(commonParams)
1083
- .m(function (Command, cs, config, o) {
1084
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1085
- })
1086
- .s("WallabyService", "GetSigningProfile", {})
1087
- .n("SignerClient", "GetSigningProfileCommand")
1088
- .sc(GetSigningProfile$)
1089
- .build() {
1041
+ class GetSigningProfileCommand extends command(_ep0, _mw0, "GetSigningProfile", GetSigningProfile$) {
1090
1042
  }
1091
1043
 
1092
- class ListProfilePermissionsCommand extends Command
1093
- .classBuilder()
1094
- .ep(commonParams)
1095
- .m(function (Command, cs, config, o) {
1096
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1097
- })
1098
- .s("WallabyService", "ListProfilePermissions", {})
1099
- .n("SignerClient", "ListProfilePermissionsCommand")
1100
- .sc(ListProfilePermissions$)
1101
- .build() {
1044
+ class ListProfilePermissionsCommand extends command(_ep0, _mw0, "ListProfilePermissions", ListProfilePermissions$) {
1102
1045
  }
1103
1046
 
1104
- class ListSigningJobsCommand extends Command
1105
- .classBuilder()
1106
- .ep(commonParams)
1107
- .m(function (Command, cs, config, o) {
1108
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1109
- })
1110
- .s("WallabyService", "ListSigningJobs", {})
1111
- .n("SignerClient", "ListSigningJobsCommand")
1112
- .sc(ListSigningJobs$)
1113
- .build() {
1047
+ class ListSigningJobsCommand extends command(_ep0, _mw0, "ListSigningJobs", ListSigningJobs$) {
1114
1048
  }
1115
1049
 
1116
- class ListSigningPlatformsCommand extends Command
1117
- .classBuilder()
1118
- .ep(commonParams)
1119
- .m(function (Command, cs, config, o) {
1120
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1121
- })
1122
- .s("WallabyService", "ListSigningPlatforms", {})
1123
- .n("SignerClient", "ListSigningPlatformsCommand")
1124
- .sc(ListSigningPlatforms$)
1125
- .build() {
1050
+ class ListSigningPlatformsCommand extends command(_ep0, _mw0, "ListSigningPlatforms", ListSigningPlatforms$) {
1126
1051
  }
1127
1052
 
1128
- class ListSigningProfilesCommand extends Command
1129
- .classBuilder()
1130
- .ep(commonParams)
1131
- .m(function (Command, cs, config, o) {
1132
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1133
- })
1134
- .s("WallabyService", "ListSigningProfiles", {})
1135
- .n("SignerClient", "ListSigningProfilesCommand")
1136
- .sc(ListSigningProfiles$)
1137
- .build() {
1053
+ class ListSigningProfilesCommand extends command(_ep0, _mw0, "ListSigningProfiles", ListSigningProfiles$) {
1138
1054
  }
1139
1055
 
1140
- class ListTagsForResourceCommand extends Command
1141
- .classBuilder()
1142
- .ep(commonParams)
1143
- .m(function (Command, cs, config, o) {
1144
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1145
- })
1146
- .s("WallabyService", "ListTagsForResource", {})
1147
- .n("SignerClient", "ListTagsForResourceCommand")
1148
- .sc(ListTagsForResource$)
1149
- .build() {
1056
+ class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
1150
1057
  }
1151
1058
 
1152
- class PutSigningProfileCommand extends Command
1153
- .classBuilder()
1154
- .ep(commonParams)
1155
- .m(function (Command, cs, config, o) {
1156
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1157
- })
1158
- .s("WallabyService", "PutSigningProfile", {})
1159
- .n("SignerClient", "PutSigningProfileCommand")
1160
- .sc(PutSigningProfile$)
1161
- .build() {
1059
+ class PutSigningProfileCommand extends command(_ep0, _mw0, "PutSigningProfile", PutSigningProfile$) {
1162
1060
  }
1163
1061
 
1164
- class RemoveProfilePermissionCommand extends Command
1165
- .classBuilder()
1166
- .ep(commonParams)
1167
- .m(function (Command, cs, config, o) {
1168
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1169
- })
1170
- .s("WallabyService", "RemoveProfilePermission", {})
1171
- .n("SignerClient", "RemoveProfilePermissionCommand")
1172
- .sc(RemoveProfilePermission$)
1173
- .build() {
1062
+ class RemoveProfilePermissionCommand extends command(_ep0, _mw0, "RemoveProfilePermission", RemoveProfilePermission$) {
1174
1063
  }
1175
1064
 
1176
- class RevokeSignatureCommand extends Command
1177
- .classBuilder()
1178
- .ep(commonParams)
1179
- .m(function (Command, cs, config, o) {
1180
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1181
- })
1182
- .s("WallabyService", "RevokeSignature", {})
1183
- .n("SignerClient", "RevokeSignatureCommand")
1184
- .sc(RevokeSignature$)
1185
- .build() {
1065
+ class RevokeSignatureCommand extends command(_ep0, _mw0, "RevokeSignature", RevokeSignature$) {
1186
1066
  }
1187
1067
 
1188
- class RevokeSigningProfileCommand extends Command
1189
- .classBuilder()
1190
- .ep(commonParams)
1191
- .m(function (Command, cs, config, o) {
1192
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1193
- })
1194
- .s("WallabyService", "RevokeSigningProfile", {})
1195
- .n("SignerClient", "RevokeSigningProfileCommand")
1196
- .sc(RevokeSigningProfile$)
1197
- .build() {
1068
+ class RevokeSigningProfileCommand extends command(_ep0, _mw0, "RevokeSigningProfile", RevokeSigningProfile$) {
1198
1069
  }
1199
1070
 
1200
- class SignPayloadCommand extends Command
1201
- .classBuilder()
1202
- .ep(commonParams)
1203
- .m(function (Command, cs, config, o) {
1204
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1205
- })
1206
- .s("WallabyService", "SignPayload", {})
1207
- .n("SignerClient", "SignPayloadCommand")
1208
- .sc(SignPayload$)
1209
- .build() {
1071
+ class SignPayloadCommand extends command(_ep0, _mw0, "SignPayload", SignPayload$) {
1210
1072
  }
1211
1073
 
1212
- class StartSigningJobCommand extends Command
1213
- .classBuilder()
1214
- .ep(commonParams)
1215
- .m(function (Command, cs, config, o) {
1216
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1217
- })
1218
- .s("WallabyService", "StartSigningJob", {})
1219
- .n("SignerClient", "StartSigningJobCommand")
1220
- .sc(StartSigningJob$)
1221
- .build() {
1074
+ class StartSigningJobCommand extends command(_ep0, _mw0, "StartSigningJob", StartSigningJob$) {
1222
1075
  }
1223
1076
 
1224
- class TagResourceCommand extends Command
1225
- .classBuilder()
1226
- .ep(commonParams)
1227
- .m(function (Command, cs, config, o) {
1228
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1229
- })
1230
- .s("WallabyService", "TagResource", {})
1231
- .n("SignerClient", "TagResourceCommand")
1232
- .sc(TagResource$)
1233
- .build() {
1077
+ class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
1234
1078
  }
1235
1079
 
1236
- class UntagResourceCommand extends Command
1237
- .classBuilder()
1238
- .ep(commonParams)
1239
- .m(function (Command, cs, config, o) {
1240
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1241
- })
1242
- .s("WallabyService", "UntagResource", {})
1243
- .n("SignerClient", "UntagResourceCommand")
1244
- .sc(UntagResource$)
1245
- .build() {
1080
+ class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
1246
1081
  }
1247
1082
 
1248
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 { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { AddProfilePermission$ } from "../schemas/schemas_0";
5
- export { $Command };
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 { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { CancelSigningProfile$ } from "../schemas/schemas_0";
5
- export { $Command };
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 { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DescribeSigningJob$ } from "../schemas/schemas_0";
5
- export { $Command };
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 { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetRevocationStatus$ } from "../schemas/schemas_0";
5
- export { $Command };
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 { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetSigningPlatform$ } from "../schemas/schemas_0";
5
- export { $Command };
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 { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetSigningProfile$ } from "../schemas/schemas_0";
5
- export { $Command };
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 { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListProfilePermissions$ } from "../schemas/schemas_0";
5
- export { $Command };
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 { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListSigningJobs$ } from "../schemas/schemas_0";
5
- export { $Command };
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 { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListSigningPlatforms$ } from "../schemas/schemas_0";
5
- export { $Command };
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 { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListSigningProfiles$ } from "../schemas/schemas_0";
5
- export { $Command };
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 { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListTagsForResource$ } from "../schemas/schemas_0";
5
- export { $Command };
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 { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { PutSigningProfile$ } from "../schemas/schemas_0";
5
- export { $Command };
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 { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { RemoveProfilePermission$ } from "../schemas/schemas_0";
5
- export { $Command };
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 { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { RevokeSignature$ } from "../schemas/schemas_0";
5
- export { $Command };
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 { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { RevokeSigningProfile$ } from "../schemas/schemas_0";
5
- export { $Command };
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 { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { SignPayload$ } from "../schemas/schemas_0";
5
- export { $Command };
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 { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { StartSigningJob$ } from "../schemas/schemas_0";
5
- export { $Command };
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
  }