@aws-sdk/client-invoicing 3.1077.0 → 3.1079.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 +25 -173
- 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-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/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/package.json +8 -8
package/dist-cjs/index.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
|
|
2
2
|
const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
|
|
3
|
-
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client,
|
|
4
|
-
|
|
3
|
+
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createAggregatedClient } = require("@smithy/core/client");
|
|
4
|
+
const { Command: $Command } = require("@smithy/core/client");
|
|
5
|
+
exports.$Command = $Command;
|
|
5
6
|
exports.__Client = Client;
|
|
6
7
|
const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
|
|
7
8
|
const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
|
|
@@ -66,7 +67,7 @@ const commonParams = {
|
|
|
66
67
|
Region: { type: "builtInParams", name: "region" },
|
|
67
68
|
};
|
|
68
69
|
|
|
69
|
-
var version = "3.
|
|
70
|
+
var version = "3.1078.0";
|
|
70
71
|
var packageInfo = {
|
|
71
72
|
version: version};
|
|
72
73
|
|
|
@@ -1065,208 +1066,59 @@ class InvoicingClient extends Client {
|
|
|
1065
1066
|
}
|
|
1066
1067
|
}
|
|
1067
1068
|
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
})
|
|
1074
|
-
.s("Invoicing", "BatchGetInvoiceProfile", {})
|
|
1075
|
-
.n("InvoicingClient", "BatchGetInvoiceProfileCommand")
|
|
1076
|
-
.sc(BatchGetInvoiceProfile$)
|
|
1077
|
-
.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$) {
|
|
1078
1074
|
}
|
|
1079
1075
|
|
|
1080
|
-
class CreateInvoiceUnitCommand extends
|
|
1081
|
-
.classBuilder()
|
|
1082
|
-
.ep(commonParams)
|
|
1083
|
-
.m(function (Command, cs, config, o) {
|
|
1084
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1085
|
-
})
|
|
1086
|
-
.s("Invoicing", "CreateInvoiceUnit", {})
|
|
1087
|
-
.n("InvoicingClient", "CreateInvoiceUnitCommand")
|
|
1088
|
-
.sc(CreateInvoiceUnit$)
|
|
1089
|
-
.build() {
|
|
1076
|
+
class CreateInvoiceUnitCommand extends command(_ep0, _mw0, "CreateInvoiceUnit", CreateInvoiceUnit$) {
|
|
1090
1077
|
}
|
|
1091
1078
|
|
|
1092
|
-
class CreateProcurementPortalPreferenceCommand extends
|
|
1093
|
-
.classBuilder()
|
|
1094
|
-
.ep(commonParams)
|
|
1095
|
-
.m(function (Command, cs, config, o) {
|
|
1096
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1097
|
-
})
|
|
1098
|
-
.s("Invoicing", "CreateProcurementPortalPreference", {})
|
|
1099
|
-
.n("InvoicingClient", "CreateProcurementPortalPreferenceCommand")
|
|
1100
|
-
.sc(CreateProcurementPortalPreference$)
|
|
1101
|
-
.build() {
|
|
1079
|
+
class CreateProcurementPortalPreferenceCommand extends command(_ep0, _mw0, "CreateProcurementPortalPreference", CreateProcurementPortalPreference$) {
|
|
1102
1080
|
}
|
|
1103
1081
|
|
|
1104
|
-
class DeleteInvoiceUnitCommand extends
|
|
1105
|
-
.classBuilder()
|
|
1106
|
-
.ep(commonParams)
|
|
1107
|
-
.m(function (Command, cs, config, o) {
|
|
1108
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1109
|
-
})
|
|
1110
|
-
.s("Invoicing", "DeleteInvoiceUnit", {})
|
|
1111
|
-
.n("InvoicingClient", "DeleteInvoiceUnitCommand")
|
|
1112
|
-
.sc(DeleteInvoiceUnit$)
|
|
1113
|
-
.build() {
|
|
1082
|
+
class DeleteInvoiceUnitCommand extends command(_ep0, _mw0, "DeleteInvoiceUnit", DeleteInvoiceUnit$) {
|
|
1114
1083
|
}
|
|
1115
1084
|
|
|
1116
|
-
class DeleteProcurementPortalPreferenceCommand extends
|
|
1117
|
-
.classBuilder()
|
|
1118
|
-
.ep(commonParams)
|
|
1119
|
-
.m(function (Command, cs, config, o) {
|
|
1120
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1121
|
-
})
|
|
1122
|
-
.s("Invoicing", "DeleteProcurementPortalPreference", {})
|
|
1123
|
-
.n("InvoicingClient", "DeleteProcurementPortalPreferenceCommand")
|
|
1124
|
-
.sc(DeleteProcurementPortalPreference$)
|
|
1125
|
-
.build() {
|
|
1085
|
+
class DeleteProcurementPortalPreferenceCommand extends command(_ep0, _mw0, "DeleteProcurementPortalPreference", DeleteProcurementPortalPreference$) {
|
|
1126
1086
|
}
|
|
1127
1087
|
|
|
1128
|
-
class GetInvoicePDFCommand extends
|
|
1129
|
-
.classBuilder()
|
|
1130
|
-
.ep(commonParams)
|
|
1131
|
-
.m(function (Command, cs, config, o) {
|
|
1132
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1133
|
-
})
|
|
1134
|
-
.s("Invoicing", "GetInvoicePDF", {})
|
|
1135
|
-
.n("InvoicingClient", "GetInvoicePDFCommand")
|
|
1136
|
-
.sc(GetInvoicePDF$)
|
|
1137
|
-
.build() {
|
|
1088
|
+
class GetInvoicePDFCommand extends command(_ep0, _mw0, "GetInvoicePDF", GetInvoicePDF$) {
|
|
1138
1089
|
}
|
|
1139
1090
|
|
|
1140
|
-
class GetInvoiceUnitCommand extends
|
|
1141
|
-
.classBuilder()
|
|
1142
|
-
.ep(commonParams)
|
|
1143
|
-
.m(function (Command, cs, config, o) {
|
|
1144
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1145
|
-
})
|
|
1146
|
-
.s("Invoicing", "GetInvoiceUnit", {})
|
|
1147
|
-
.n("InvoicingClient", "GetInvoiceUnitCommand")
|
|
1148
|
-
.sc(GetInvoiceUnit$)
|
|
1149
|
-
.build() {
|
|
1091
|
+
class GetInvoiceUnitCommand extends command(_ep0, _mw0, "GetInvoiceUnit", GetInvoiceUnit$) {
|
|
1150
1092
|
}
|
|
1151
1093
|
|
|
1152
|
-
class GetProcurementPortalPreferenceCommand extends
|
|
1153
|
-
.classBuilder()
|
|
1154
|
-
.ep(commonParams)
|
|
1155
|
-
.m(function (Command, cs, config, o) {
|
|
1156
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1157
|
-
})
|
|
1158
|
-
.s("Invoicing", "GetProcurementPortalPreference", {})
|
|
1159
|
-
.n("InvoicingClient", "GetProcurementPortalPreferenceCommand")
|
|
1160
|
-
.sc(GetProcurementPortalPreference$)
|
|
1161
|
-
.build() {
|
|
1094
|
+
class GetProcurementPortalPreferenceCommand extends command(_ep0, _mw0, "GetProcurementPortalPreference", GetProcurementPortalPreference$) {
|
|
1162
1095
|
}
|
|
1163
1096
|
|
|
1164
|
-
class ListInvoiceSummariesCommand extends
|
|
1165
|
-
.classBuilder()
|
|
1166
|
-
.ep(commonParams)
|
|
1167
|
-
.m(function (Command, cs, config, o) {
|
|
1168
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1169
|
-
})
|
|
1170
|
-
.s("Invoicing", "ListInvoiceSummaries", {})
|
|
1171
|
-
.n("InvoicingClient", "ListInvoiceSummariesCommand")
|
|
1172
|
-
.sc(ListInvoiceSummaries$)
|
|
1173
|
-
.build() {
|
|
1097
|
+
class ListInvoiceSummariesCommand extends command(_ep0, _mw0, "ListInvoiceSummaries", ListInvoiceSummaries$) {
|
|
1174
1098
|
}
|
|
1175
1099
|
|
|
1176
|
-
class ListInvoiceUnitsCommand extends
|
|
1177
|
-
.classBuilder()
|
|
1178
|
-
.ep(commonParams)
|
|
1179
|
-
.m(function (Command, cs, config, o) {
|
|
1180
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1181
|
-
})
|
|
1182
|
-
.s("Invoicing", "ListInvoiceUnits", {})
|
|
1183
|
-
.n("InvoicingClient", "ListInvoiceUnitsCommand")
|
|
1184
|
-
.sc(ListInvoiceUnits$)
|
|
1185
|
-
.build() {
|
|
1100
|
+
class ListInvoiceUnitsCommand extends command(_ep0, _mw0, "ListInvoiceUnits", ListInvoiceUnits$) {
|
|
1186
1101
|
}
|
|
1187
1102
|
|
|
1188
|
-
class ListProcurementPortalPreferencesCommand extends
|
|
1189
|
-
.classBuilder()
|
|
1190
|
-
.ep(commonParams)
|
|
1191
|
-
.m(function (Command, cs, config, o) {
|
|
1192
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1193
|
-
})
|
|
1194
|
-
.s("Invoicing", "ListProcurementPortalPreferences", {})
|
|
1195
|
-
.n("InvoicingClient", "ListProcurementPortalPreferencesCommand")
|
|
1196
|
-
.sc(ListProcurementPortalPreferences$)
|
|
1197
|
-
.build() {
|
|
1103
|
+
class ListProcurementPortalPreferencesCommand extends command(_ep0, _mw0, "ListProcurementPortalPreferences", ListProcurementPortalPreferences$) {
|
|
1198
1104
|
}
|
|
1199
1105
|
|
|
1200
|
-
class ListTagsForResourceCommand extends
|
|
1201
|
-
.classBuilder()
|
|
1202
|
-
.ep(commonParams)
|
|
1203
|
-
.m(function (Command, cs, config, o) {
|
|
1204
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1205
|
-
})
|
|
1206
|
-
.s("Invoicing", "ListTagsForResource", {})
|
|
1207
|
-
.n("InvoicingClient", "ListTagsForResourceCommand")
|
|
1208
|
-
.sc(ListTagsForResource$)
|
|
1209
|
-
.build() {
|
|
1106
|
+
class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
1210
1107
|
}
|
|
1211
1108
|
|
|
1212
|
-
class PutProcurementPortalPreferenceCommand extends
|
|
1213
|
-
.classBuilder()
|
|
1214
|
-
.ep(commonParams)
|
|
1215
|
-
.m(function (Command, cs, config, o) {
|
|
1216
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1217
|
-
})
|
|
1218
|
-
.s("Invoicing", "PutProcurementPortalPreference", {})
|
|
1219
|
-
.n("InvoicingClient", "PutProcurementPortalPreferenceCommand")
|
|
1220
|
-
.sc(PutProcurementPortalPreference$)
|
|
1221
|
-
.build() {
|
|
1109
|
+
class PutProcurementPortalPreferenceCommand extends command(_ep0, _mw0, "PutProcurementPortalPreference", PutProcurementPortalPreference$) {
|
|
1222
1110
|
}
|
|
1223
1111
|
|
|
1224
|
-
class TagResourceCommand extends
|
|
1225
|
-
.classBuilder()
|
|
1226
|
-
.ep(commonParams)
|
|
1227
|
-
.m(function (Command, cs, config, o) {
|
|
1228
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1229
|
-
})
|
|
1230
|
-
.s("Invoicing", "TagResource", {})
|
|
1231
|
-
.n("InvoicingClient", "TagResourceCommand")
|
|
1232
|
-
.sc(TagResource$)
|
|
1233
|
-
.build() {
|
|
1112
|
+
class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
1234
1113
|
}
|
|
1235
1114
|
|
|
1236
|
-
class UntagResourceCommand extends
|
|
1237
|
-
.classBuilder()
|
|
1238
|
-
.ep(commonParams)
|
|
1239
|
-
.m(function (Command, cs, config, o) {
|
|
1240
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1241
|
-
})
|
|
1242
|
-
.s("Invoicing", "UntagResource", {})
|
|
1243
|
-
.n("InvoicingClient", "UntagResourceCommand")
|
|
1244
|
-
.sc(UntagResource$)
|
|
1245
|
-
.build() {
|
|
1115
|
+
class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
1246
1116
|
}
|
|
1247
1117
|
|
|
1248
|
-
class UpdateInvoiceUnitCommand extends
|
|
1249
|
-
.classBuilder()
|
|
1250
|
-
.ep(commonParams)
|
|
1251
|
-
.m(function (Command, cs, config, o) {
|
|
1252
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1253
|
-
})
|
|
1254
|
-
.s("Invoicing", "UpdateInvoiceUnit", {})
|
|
1255
|
-
.n("InvoicingClient", "UpdateInvoiceUnitCommand")
|
|
1256
|
-
.sc(UpdateInvoiceUnit$)
|
|
1257
|
-
.build() {
|
|
1118
|
+
class UpdateInvoiceUnitCommand extends command(_ep0, _mw0, "UpdateInvoiceUnit", UpdateInvoiceUnit$) {
|
|
1258
1119
|
}
|
|
1259
1120
|
|
|
1260
|
-
class UpdateProcurementPortalPreferenceStatusCommand extends
|
|
1261
|
-
.classBuilder()
|
|
1262
|
-
.ep(commonParams)
|
|
1263
|
-
.m(function (Command, cs, config, o) {
|
|
1264
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1265
|
-
})
|
|
1266
|
-
.s("Invoicing", "UpdateProcurementPortalPreferenceStatus", {})
|
|
1267
|
-
.n("InvoicingClient", "UpdateProcurementPortalPreferenceStatusCommand")
|
|
1268
|
-
.sc(UpdateProcurementPortalPreferenceStatus$)
|
|
1269
|
-
.build() {
|
|
1121
|
+
class UpdateProcurementPortalPreferenceStatusCommand extends command(_ep0, _mw0, "UpdateProcurementPortalPreferenceStatus", UpdateProcurementPortalPreferenceStatus$) {
|
|
1270
1122
|
}
|
|
1271
1123
|
|
|
1272
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
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
+
import type { InvoicingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./InvoicingClient";
|
|
3
|
+
/**
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
6
|
+
export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
|
|
7
|
+
new (input: I): import("@smithy/core/client").CommandImpl<I, O, InvoicingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
8
|
+
new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, InvoicingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
9
|
+
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
10
|
+
};
|
|
11
|
+
/**
|
|
12
|
+
* @internal
|
|
13
|
+
*/
|
|
14
|
+
export declare const _ep0: EndpointParameterInstructions;
|
|
15
|
+
/**
|
|
16
|
+
* @internal
|
|
17
|
+
*/
|
|
18
|
+
export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
|