@aws-sdk/client-invoicing 3.1076.0 → 3.1078.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +28 -175
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/BatchGetInvoiceProfileCommand.js +2 -14
- package/dist-es/commands/CreateInvoiceUnitCommand.js +2 -14
- package/dist-es/commands/CreateProcurementPortalPreferenceCommand.js +2 -14
- package/dist-es/commands/DeleteInvoiceUnitCommand.js +2 -14
- package/dist-es/commands/DeleteProcurementPortalPreferenceCommand.js +2 -14
- package/dist-es/commands/GetInvoicePDFCommand.js +2 -14
- package/dist-es/commands/GetInvoiceUnitCommand.js +2 -14
- package/dist-es/commands/GetProcurementPortalPreferenceCommand.js +2 -14
- package/dist-es/commands/ListInvoiceSummariesCommand.js +2 -14
- package/dist-es/commands/ListInvoiceUnitsCommand.js +2 -14
- package/dist-es/commands/ListProcurementPortalPreferencesCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/PutProcurementPortalPreferenceCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateInvoiceUnitCommand.js +2 -14
- package/dist-es/commands/UpdateProcurementPortalPreferenceStatusCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/BatchGetInvoiceProfileCommand.d.ts +3 -8
- package/dist-types/commands/CreateInvoiceUnitCommand.d.ts +3 -8
- package/dist-types/commands/CreateProcurementPortalPreferenceCommand.d.ts +3 -8
- package/dist-types/commands/DeleteInvoiceUnitCommand.d.ts +3 -8
- package/dist-types/commands/DeleteProcurementPortalPreferenceCommand.d.ts +3 -8
- package/dist-types/commands/GetInvoicePDFCommand.d.ts +3 -8
- package/dist-types/commands/GetInvoiceUnitCommand.d.ts +3 -8
- package/dist-types/commands/GetProcurementPortalPreferenceCommand.d.ts +3 -8
- package/dist-types/commands/ListInvoiceSummariesCommand.d.ts +3 -8
- package/dist-types/commands/ListInvoiceUnitsCommand.d.ts +3 -8
- package/dist-types/commands/ListProcurementPortalPreferencesCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/PutProcurementPortalPreferenceCommand.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/UpdateInvoiceUnitCommand.d.ts +3 -8
- package/dist-types/commands/UpdateProcurementPortalPreferenceStatusCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/BatchGetInvoiceProfileCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateInvoiceUnitCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateProcurementPortalPreferenceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteInvoiceUnitCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteProcurementPortalPreferenceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetInvoicePDFCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetInvoiceUnitCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetProcurementPortalPreferenceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListInvoiceSummariesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListInvoiceUnitsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListProcurementPortalPreferencesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutProcurementPortalPreferenceCommand.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/UpdateInvoiceUnitCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateProcurementPortalPreferenceStatusCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +8 -10
package/dist-cjs/index.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
|
|
2
2
|
const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
|
|
3
|
-
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client,
|
|
4
|
-
|
|
3
|
+
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createAggregatedClient } = require("@smithy/core/client");
|
|
4
|
+
const { Command: $Command } = require("@smithy/core/client");
|
|
5
|
+
exports.$Command = $Command;
|
|
5
6
|
exports.__Client = Client;
|
|
6
7
|
const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
|
|
7
8
|
const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
|
|
@@ -10,9 +11,10 @@ const { DEFAULT_RETRY_MODE, NODE_RETRY_MODE_CONFIG_OPTIONS, NODE_MAX_ATTEMPT_CON
|
|
|
10
11
|
const { TypeRegistry, getSchemaSerdePlugin } = require("@smithy/core/schema");
|
|
11
12
|
const { resolveAwsSdkSigV4Config, AwsSdkSigV4Signer, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
|
|
12
13
|
const { defaultProvider } = require("@aws-sdk/credential-provider-node");
|
|
13
|
-
const { toUtf8, fromUtf8, toBase64, fromBase64,
|
|
14
|
+
const { toUtf8, fromUtf8, toBase64, fromBase64, calculateBodyLength } = require("@smithy/core/serde");
|
|
14
15
|
const { streamCollector, NodeHttpHandler } = require("@smithy/node-http-handler");
|
|
15
16
|
const { AwsJson1_0Protocol } = require("@aws-sdk/core/protocols");
|
|
17
|
+
const { Sha256 } = require("@smithy/core/checksum");
|
|
16
18
|
|
|
17
19
|
const defaultInvoicingHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
18
20
|
return {
|
|
@@ -65,7 +67,7 @@ const commonParams = {
|
|
|
65
67
|
Region: { type: "builtInParams", name: "region" },
|
|
66
68
|
};
|
|
67
69
|
|
|
68
|
-
var version = "3.
|
|
70
|
+
var version = "3.1077.0";
|
|
69
71
|
var packageInfo = {
|
|
70
72
|
version: version};
|
|
71
73
|
|
|
@@ -943,6 +945,7 @@ const getRuntimeConfig$1 = (config) => {
|
|
|
943
945
|
serviceTarget: "Invoicing",
|
|
944
946
|
},
|
|
945
947
|
serviceId: config?.serviceId ?? "Invoicing",
|
|
948
|
+
sha256: config?.sha256 ?? Sha256,
|
|
946
949
|
urlParser: config?.urlParser ?? parseUrl,
|
|
947
950
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
948
951
|
utf8Encoder: config?.utf8Encoder ?? toUtf8,
|
|
@@ -976,7 +979,6 @@ const getRuntimeConfig = (config) => {
|
|
|
976
979
|
...NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
977
980
|
default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
|
|
978
981
|
}, config),
|
|
979
|
-
sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
|
|
980
982
|
streamCollector: config?.streamCollector ?? streamCollector,
|
|
981
983
|
useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
982
984
|
useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
@@ -1064,208 +1066,59 @@ class InvoicingClient extends Client {
|
|
|
1064
1066
|
}
|
|
1065
1067
|
}
|
|
1066
1068
|
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
})
|
|
1073
|
-
.s("Invoicing", "BatchGetInvoiceProfile", {})
|
|
1074
|
-
.n("InvoicingClient", "BatchGetInvoiceProfileCommand")
|
|
1075
|
-
.sc(BatchGetInvoiceProfile$)
|
|
1076
|
-
.build() {
|
|
1069
|
+
const command = makeBuilder(commonParams, "Invoicing", "InvoicingClient", getEndpointPlugin);
|
|
1070
|
+
const _ep0 = {};
|
|
1071
|
+
const _mw0 = (Command, cs, config, o) => [];
|
|
1072
|
+
|
|
1073
|
+
class BatchGetInvoiceProfileCommand extends command(_ep0, _mw0, "BatchGetInvoiceProfile", BatchGetInvoiceProfile$) {
|
|
1077
1074
|
}
|
|
1078
1075
|
|
|
1079
|
-
class CreateInvoiceUnitCommand extends
|
|
1080
|
-
.classBuilder()
|
|
1081
|
-
.ep(commonParams)
|
|
1082
|
-
.m(function (Command, cs, config, o) {
|
|
1083
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1084
|
-
})
|
|
1085
|
-
.s("Invoicing", "CreateInvoiceUnit", {})
|
|
1086
|
-
.n("InvoicingClient", "CreateInvoiceUnitCommand")
|
|
1087
|
-
.sc(CreateInvoiceUnit$)
|
|
1088
|
-
.build() {
|
|
1076
|
+
class CreateInvoiceUnitCommand extends command(_ep0, _mw0, "CreateInvoiceUnit", CreateInvoiceUnit$) {
|
|
1089
1077
|
}
|
|
1090
1078
|
|
|
1091
|
-
class CreateProcurementPortalPreferenceCommand extends
|
|
1092
|
-
.classBuilder()
|
|
1093
|
-
.ep(commonParams)
|
|
1094
|
-
.m(function (Command, cs, config, o) {
|
|
1095
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1096
|
-
})
|
|
1097
|
-
.s("Invoicing", "CreateProcurementPortalPreference", {})
|
|
1098
|
-
.n("InvoicingClient", "CreateProcurementPortalPreferenceCommand")
|
|
1099
|
-
.sc(CreateProcurementPortalPreference$)
|
|
1100
|
-
.build() {
|
|
1079
|
+
class CreateProcurementPortalPreferenceCommand extends command(_ep0, _mw0, "CreateProcurementPortalPreference", CreateProcurementPortalPreference$) {
|
|
1101
1080
|
}
|
|
1102
1081
|
|
|
1103
|
-
class DeleteInvoiceUnitCommand extends
|
|
1104
|
-
.classBuilder()
|
|
1105
|
-
.ep(commonParams)
|
|
1106
|
-
.m(function (Command, cs, config, o) {
|
|
1107
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1108
|
-
})
|
|
1109
|
-
.s("Invoicing", "DeleteInvoiceUnit", {})
|
|
1110
|
-
.n("InvoicingClient", "DeleteInvoiceUnitCommand")
|
|
1111
|
-
.sc(DeleteInvoiceUnit$)
|
|
1112
|
-
.build() {
|
|
1082
|
+
class DeleteInvoiceUnitCommand extends command(_ep0, _mw0, "DeleteInvoiceUnit", DeleteInvoiceUnit$) {
|
|
1113
1083
|
}
|
|
1114
1084
|
|
|
1115
|
-
class DeleteProcurementPortalPreferenceCommand extends
|
|
1116
|
-
.classBuilder()
|
|
1117
|
-
.ep(commonParams)
|
|
1118
|
-
.m(function (Command, cs, config, o) {
|
|
1119
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1120
|
-
})
|
|
1121
|
-
.s("Invoicing", "DeleteProcurementPortalPreference", {})
|
|
1122
|
-
.n("InvoicingClient", "DeleteProcurementPortalPreferenceCommand")
|
|
1123
|
-
.sc(DeleteProcurementPortalPreference$)
|
|
1124
|
-
.build() {
|
|
1085
|
+
class DeleteProcurementPortalPreferenceCommand extends command(_ep0, _mw0, "DeleteProcurementPortalPreference", DeleteProcurementPortalPreference$) {
|
|
1125
1086
|
}
|
|
1126
1087
|
|
|
1127
|
-
class GetInvoicePDFCommand extends
|
|
1128
|
-
.classBuilder()
|
|
1129
|
-
.ep(commonParams)
|
|
1130
|
-
.m(function (Command, cs, config, o) {
|
|
1131
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1132
|
-
})
|
|
1133
|
-
.s("Invoicing", "GetInvoicePDF", {})
|
|
1134
|
-
.n("InvoicingClient", "GetInvoicePDFCommand")
|
|
1135
|
-
.sc(GetInvoicePDF$)
|
|
1136
|
-
.build() {
|
|
1088
|
+
class GetInvoicePDFCommand extends command(_ep0, _mw0, "GetInvoicePDF", GetInvoicePDF$) {
|
|
1137
1089
|
}
|
|
1138
1090
|
|
|
1139
|
-
class GetInvoiceUnitCommand extends
|
|
1140
|
-
.classBuilder()
|
|
1141
|
-
.ep(commonParams)
|
|
1142
|
-
.m(function (Command, cs, config, o) {
|
|
1143
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1144
|
-
})
|
|
1145
|
-
.s("Invoicing", "GetInvoiceUnit", {})
|
|
1146
|
-
.n("InvoicingClient", "GetInvoiceUnitCommand")
|
|
1147
|
-
.sc(GetInvoiceUnit$)
|
|
1148
|
-
.build() {
|
|
1091
|
+
class GetInvoiceUnitCommand extends command(_ep0, _mw0, "GetInvoiceUnit", GetInvoiceUnit$) {
|
|
1149
1092
|
}
|
|
1150
1093
|
|
|
1151
|
-
class GetProcurementPortalPreferenceCommand extends
|
|
1152
|
-
.classBuilder()
|
|
1153
|
-
.ep(commonParams)
|
|
1154
|
-
.m(function (Command, cs, config, o) {
|
|
1155
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1156
|
-
})
|
|
1157
|
-
.s("Invoicing", "GetProcurementPortalPreference", {})
|
|
1158
|
-
.n("InvoicingClient", "GetProcurementPortalPreferenceCommand")
|
|
1159
|
-
.sc(GetProcurementPortalPreference$)
|
|
1160
|
-
.build() {
|
|
1094
|
+
class GetProcurementPortalPreferenceCommand extends command(_ep0, _mw0, "GetProcurementPortalPreference", GetProcurementPortalPreference$) {
|
|
1161
1095
|
}
|
|
1162
1096
|
|
|
1163
|
-
class ListInvoiceSummariesCommand extends
|
|
1164
|
-
.classBuilder()
|
|
1165
|
-
.ep(commonParams)
|
|
1166
|
-
.m(function (Command, cs, config, o) {
|
|
1167
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1168
|
-
})
|
|
1169
|
-
.s("Invoicing", "ListInvoiceSummaries", {})
|
|
1170
|
-
.n("InvoicingClient", "ListInvoiceSummariesCommand")
|
|
1171
|
-
.sc(ListInvoiceSummaries$)
|
|
1172
|
-
.build() {
|
|
1097
|
+
class ListInvoiceSummariesCommand extends command(_ep0, _mw0, "ListInvoiceSummaries", ListInvoiceSummaries$) {
|
|
1173
1098
|
}
|
|
1174
1099
|
|
|
1175
|
-
class ListInvoiceUnitsCommand extends
|
|
1176
|
-
.classBuilder()
|
|
1177
|
-
.ep(commonParams)
|
|
1178
|
-
.m(function (Command, cs, config, o) {
|
|
1179
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1180
|
-
})
|
|
1181
|
-
.s("Invoicing", "ListInvoiceUnits", {})
|
|
1182
|
-
.n("InvoicingClient", "ListInvoiceUnitsCommand")
|
|
1183
|
-
.sc(ListInvoiceUnits$)
|
|
1184
|
-
.build() {
|
|
1100
|
+
class ListInvoiceUnitsCommand extends command(_ep0, _mw0, "ListInvoiceUnits", ListInvoiceUnits$) {
|
|
1185
1101
|
}
|
|
1186
1102
|
|
|
1187
|
-
class ListProcurementPortalPreferencesCommand extends
|
|
1188
|
-
.classBuilder()
|
|
1189
|
-
.ep(commonParams)
|
|
1190
|
-
.m(function (Command, cs, config, o) {
|
|
1191
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1192
|
-
})
|
|
1193
|
-
.s("Invoicing", "ListProcurementPortalPreferences", {})
|
|
1194
|
-
.n("InvoicingClient", "ListProcurementPortalPreferencesCommand")
|
|
1195
|
-
.sc(ListProcurementPortalPreferences$)
|
|
1196
|
-
.build() {
|
|
1103
|
+
class ListProcurementPortalPreferencesCommand extends command(_ep0, _mw0, "ListProcurementPortalPreferences", ListProcurementPortalPreferences$) {
|
|
1197
1104
|
}
|
|
1198
1105
|
|
|
1199
|
-
class ListTagsForResourceCommand extends
|
|
1200
|
-
.classBuilder()
|
|
1201
|
-
.ep(commonParams)
|
|
1202
|
-
.m(function (Command, cs, config, o) {
|
|
1203
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1204
|
-
})
|
|
1205
|
-
.s("Invoicing", "ListTagsForResource", {})
|
|
1206
|
-
.n("InvoicingClient", "ListTagsForResourceCommand")
|
|
1207
|
-
.sc(ListTagsForResource$)
|
|
1208
|
-
.build() {
|
|
1106
|
+
class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
1209
1107
|
}
|
|
1210
1108
|
|
|
1211
|
-
class PutProcurementPortalPreferenceCommand extends
|
|
1212
|
-
.classBuilder()
|
|
1213
|
-
.ep(commonParams)
|
|
1214
|
-
.m(function (Command, cs, config, o) {
|
|
1215
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1216
|
-
})
|
|
1217
|
-
.s("Invoicing", "PutProcurementPortalPreference", {})
|
|
1218
|
-
.n("InvoicingClient", "PutProcurementPortalPreferenceCommand")
|
|
1219
|
-
.sc(PutProcurementPortalPreference$)
|
|
1220
|
-
.build() {
|
|
1109
|
+
class PutProcurementPortalPreferenceCommand extends command(_ep0, _mw0, "PutProcurementPortalPreference", PutProcurementPortalPreference$) {
|
|
1221
1110
|
}
|
|
1222
1111
|
|
|
1223
|
-
class TagResourceCommand extends
|
|
1224
|
-
.classBuilder()
|
|
1225
|
-
.ep(commonParams)
|
|
1226
|
-
.m(function (Command, cs, config, o) {
|
|
1227
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1228
|
-
})
|
|
1229
|
-
.s("Invoicing", "TagResource", {})
|
|
1230
|
-
.n("InvoicingClient", "TagResourceCommand")
|
|
1231
|
-
.sc(TagResource$)
|
|
1232
|
-
.build() {
|
|
1112
|
+
class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
1233
1113
|
}
|
|
1234
1114
|
|
|
1235
|
-
class UntagResourceCommand extends
|
|
1236
|
-
.classBuilder()
|
|
1237
|
-
.ep(commonParams)
|
|
1238
|
-
.m(function (Command, cs, config, o) {
|
|
1239
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1240
|
-
})
|
|
1241
|
-
.s("Invoicing", "UntagResource", {})
|
|
1242
|
-
.n("InvoicingClient", "UntagResourceCommand")
|
|
1243
|
-
.sc(UntagResource$)
|
|
1244
|
-
.build() {
|
|
1115
|
+
class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
1245
1116
|
}
|
|
1246
1117
|
|
|
1247
|
-
class UpdateInvoiceUnitCommand extends
|
|
1248
|
-
.classBuilder()
|
|
1249
|
-
.ep(commonParams)
|
|
1250
|
-
.m(function (Command, cs, config, o) {
|
|
1251
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1252
|
-
})
|
|
1253
|
-
.s("Invoicing", "UpdateInvoiceUnit", {})
|
|
1254
|
-
.n("InvoicingClient", "UpdateInvoiceUnitCommand")
|
|
1255
|
-
.sc(UpdateInvoiceUnit$)
|
|
1256
|
-
.build() {
|
|
1118
|
+
class UpdateInvoiceUnitCommand extends command(_ep0, _mw0, "UpdateInvoiceUnit", UpdateInvoiceUnit$) {
|
|
1257
1119
|
}
|
|
1258
1120
|
|
|
1259
|
-
class UpdateProcurementPortalPreferenceStatusCommand extends
|
|
1260
|
-
.classBuilder()
|
|
1261
|
-
.ep(commonParams)
|
|
1262
|
-
.m(function (Command, cs, config, o) {
|
|
1263
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1264
|
-
})
|
|
1265
|
-
.s("Invoicing", "UpdateProcurementPortalPreferenceStatus", {})
|
|
1266
|
-
.n("InvoicingClient", "UpdateProcurementPortalPreferenceStatusCommand")
|
|
1267
|
-
.sc(UpdateProcurementPortalPreferenceStatus$)
|
|
1268
|
-
.build() {
|
|
1121
|
+
class UpdateProcurementPortalPreferenceStatusCommand extends command(_ep0, _mw0, "UpdateProcurementPortalPreferenceStatus", UpdateProcurementPortalPreferenceStatus$) {
|
|
1269
1122
|
}
|
|
1270
1123
|
|
|
1271
1124
|
const paginateListInvoiceSummaries = createPaginator(InvoicingClient, ListInvoiceSummariesCommand, "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, "Invoicing", "InvoicingClient", 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 { BatchGetInvoiceProfile$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class BatchGetInvoiceProfileCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Invoicing", "BatchGetInvoiceProfile", {})
|
|
13
|
-
.n("InvoicingClient", "BatchGetInvoiceProfileCommand")
|
|
14
|
-
.sc(BatchGetInvoiceProfile$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class BatchGetInvoiceProfileCommand extends command(_ep0, _mw0, "BatchGetInvoiceProfile", BatchGetInvoiceProfile$) {
|
|
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 { CreateInvoiceUnit$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateInvoiceUnitCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Invoicing", "CreateInvoiceUnit", {})
|
|
13
|
-
.n("InvoicingClient", "CreateInvoiceUnitCommand")
|
|
14
|
-
.sc(CreateInvoiceUnit$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateInvoiceUnitCommand extends command(_ep0, _mw0, "CreateInvoiceUnit", CreateInvoiceUnit$) {
|
|
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 { CreateProcurementPortalPreference$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateProcurementPortalPreferenceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Invoicing", "CreateProcurementPortalPreference", {})
|
|
13
|
-
.n("InvoicingClient", "CreateProcurementPortalPreferenceCommand")
|
|
14
|
-
.sc(CreateProcurementPortalPreference$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateProcurementPortalPreferenceCommand extends command(_ep0, _mw0, "CreateProcurementPortalPreference", CreateProcurementPortalPreference$) {
|
|
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 { DeleteInvoiceUnit$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteInvoiceUnitCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Invoicing", "DeleteInvoiceUnit", {})
|
|
13
|
-
.n("InvoicingClient", "DeleteInvoiceUnitCommand")
|
|
14
|
-
.sc(DeleteInvoiceUnit$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteInvoiceUnitCommand extends command(_ep0, _mw0, "DeleteInvoiceUnit", DeleteInvoiceUnit$) {
|
|
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 { DeleteProcurementPortalPreference$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteProcurementPortalPreferenceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Invoicing", "DeleteProcurementPortalPreference", {})
|
|
13
|
-
.n("InvoicingClient", "DeleteProcurementPortalPreferenceCommand")
|
|
14
|
-
.sc(DeleteProcurementPortalPreference$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteProcurementPortalPreferenceCommand extends command(_ep0, _mw0, "DeleteProcurementPortalPreference", DeleteProcurementPortalPreference$) {
|
|
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 { GetInvoicePDF$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetInvoicePDFCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Invoicing", "GetInvoicePDF", {})
|
|
13
|
-
.n("InvoicingClient", "GetInvoicePDFCommand")
|
|
14
|
-
.sc(GetInvoicePDF$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetInvoicePDFCommand extends command(_ep0, _mw0, "GetInvoicePDF", GetInvoicePDF$) {
|
|
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 { GetInvoiceUnit$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetInvoiceUnitCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Invoicing", "GetInvoiceUnit", {})
|
|
13
|
-
.n("InvoicingClient", "GetInvoiceUnitCommand")
|
|
14
|
-
.sc(GetInvoiceUnit$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetInvoiceUnitCommand extends command(_ep0, _mw0, "GetInvoiceUnit", GetInvoiceUnit$) {
|
|
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 { GetProcurementPortalPreference$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetProcurementPortalPreferenceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Invoicing", "GetProcurementPortalPreference", {})
|
|
13
|
-
.n("InvoicingClient", "GetProcurementPortalPreferenceCommand")
|
|
14
|
-
.sc(GetProcurementPortalPreference$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetProcurementPortalPreferenceCommand extends command(_ep0, _mw0, "GetProcurementPortalPreference", GetProcurementPortalPreference$) {
|
|
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 { ListInvoiceSummaries$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListInvoiceSummariesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Invoicing", "ListInvoiceSummaries", {})
|
|
13
|
-
.n("InvoicingClient", "ListInvoiceSummariesCommand")
|
|
14
|
-
.sc(ListInvoiceSummaries$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListInvoiceSummariesCommand extends command(_ep0, _mw0, "ListInvoiceSummaries", ListInvoiceSummaries$) {
|
|
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 { ListInvoiceUnits$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListInvoiceUnitsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Invoicing", "ListInvoiceUnits", {})
|
|
13
|
-
.n("InvoicingClient", "ListInvoiceUnitsCommand")
|
|
14
|
-
.sc(ListInvoiceUnits$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListInvoiceUnitsCommand extends command(_ep0, _mw0, "ListInvoiceUnits", ListInvoiceUnits$) {
|
|
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 { ListProcurementPortalPreferences$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListProcurementPortalPreferencesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Invoicing", "ListProcurementPortalPreferences", {})
|
|
13
|
-
.n("InvoicingClient", "ListProcurementPortalPreferencesCommand")
|
|
14
|
-
.sc(ListProcurementPortalPreferences$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListProcurementPortalPreferencesCommand extends command(_ep0, _mw0, "ListProcurementPortalPreferences", ListProcurementPortalPreferences$) {
|
|
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("Invoicing", "ListTagsForResource", {})
|
|
13
|
-
.n("InvoicingClient", "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 { PutProcurementPortalPreference$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class PutProcurementPortalPreferenceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Invoicing", "PutProcurementPortalPreference", {})
|
|
13
|
-
.n("InvoicingClient", "PutProcurementPortalPreferenceCommand")
|
|
14
|
-
.sc(PutProcurementPortalPreference$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class PutProcurementPortalPreferenceCommand extends command(_ep0, _mw0, "PutProcurementPortalPreference", PutProcurementPortalPreference$) {
|
|
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("Invoicing", "TagResource", {})
|
|
13
|
-
.n("InvoicingClient", "TagResourceCommand")
|
|
14
|
-
.sc(TagResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
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 { UntagResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UntagResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Invoicing", "UntagResource", {})
|
|
13
|
-
.n("InvoicingClient", "UntagResourceCommand")
|
|
14
|
-
.sc(UntagResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
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 { UpdateInvoiceUnit$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateInvoiceUnitCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Invoicing", "UpdateInvoiceUnit", {})
|
|
13
|
-
.n("InvoicingClient", "UpdateInvoiceUnitCommand")
|
|
14
|
-
.sc(UpdateInvoiceUnit$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateInvoiceUnitCommand extends command(_ep0, _mw0, "UpdateInvoiceUnit", UpdateInvoiceUnit$) {
|
|
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 { UpdateProcurementPortalPreferenceStatus$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateProcurementPortalPreferenceStatusCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Invoicing", "UpdateProcurementPortalPreferenceStatus", {})
|
|
13
|
-
.n("InvoicingClient", "UpdateProcurementPortalPreferenceStatusCommand")
|
|
14
|
-
.sc(UpdateProcurementPortalPreferenceStatus$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateProcurementPortalPreferenceStatusCommand extends command(_ep0, _mw0, "UpdateProcurementPortalPreferenceStatus", UpdateProcurementPortalPreferenceStatus$) {
|
|
16
4
|
}
|
package/dist-es/index.js
CHANGED