@aws-sdk/client-invoicing 3.1086.0 → 3.1088.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 +1 -1
- package/dist-types/ts3.4/Invoicing.d.ts +55 -76
- package/dist-types/ts3.4/InvoicingClient.d.ts +6 -18
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/BatchGetInvoiceProfileCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateInvoiceUnitCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateProcurementPortalPreferenceCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteInvoiceUnitCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteProcurementPortalPreferenceCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetInvoicePDFCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetInvoiceUnitCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetProcurementPortalPreferenceCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListInvoiceSummariesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListInvoiceUnitsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListProcurementPortalPreferencesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PutProcurementPortalPreferenceCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateInvoiceUnitCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateProcurementPortalPreferenceStatusCommand.d.ts +4 -6
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +3 -6
- package/dist-types/ts3.4/models/errors.d.ts +6 -18
- package/dist-types/ts3.4/models/models_0.d.ts +8 -24
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +39 -39
package/dist-cjs/index.js
CHANGED
|
@@ -55,10 +55,7 @@ import {
|
|
|
55
55
|
PutProcurementPortalPreferenceCommandInput,
|
|
56
56
|
PutProcurementPortalPreferenceCommandOutput,
|
|
57
57
|
} from "./commands/PutProcurementPortalPreferenceCommand";
|
|
58
|
-
import {
|
|
59
|
-
TagResourceCommandInput,
|
|
60
|
-
TagResourceCommandOutput,
|
|
61
|
-
} from "./commands/TagResourceCommand";
|
|
58
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
62
59
|
import {
|
|
63
60
|
UntagResourceCommandInput,
|
|
64
61
|
UntagResourceCommandOutput,
|
|
@@ -75,265 +72,247 @@ import { InvoicingClient } from "./InvoicingClient";
|
|
|
75
72
|
export interface Invoicing {
|
|
76
73
|
batchGetInvoiceProfile(
|
|
77
74
|
args: BatchGetInvoiceProfileCommandInput,
|
|
78
|
-
options?: __HttpHandlerOptions
|
|
75
|
+
options?: __HttpHandlerOptions,
|
|
79
76
|
): Promise<BatchGetInvoiceProfileCommandOutput>;
|
|
80
77
|
batchGetInvoiceProfile(
|
|
81
78
|
args: BatchGetInvoiceProfileCommandInput,
|
|
82
|
-
cb: (err: any, data?: BatchGetInvoiceProfileCommandOutput) => void
|
|
79
|
+
cb: (err: any, data?: BatchGetInvoiceProfileCommandOutput) => void,
|
|
83
80
|
): void;
|
|
84
81
|
batchGetInvoiceProfile(
|
|
85
82
|
args: BatchGetInvoiceProfileCommandInput,
|
|
86
83
|
options: __HttpHandlerOptions,
|
|
87
|
-
cb: (err: any, data?: BatchGetInvoiceProfileCommandOutput) => void
|
|
84
|
+
cb: (err: any, data?: BatchGetInvoiceProfileCommandOutput) => void,
|
|
88
85
|
): void;
|
|
89
86
|
createInvoiceUnit(
|
|
90
87
|
args: CreateInvoiceUnitCommandInput,
|
|
91
|
-
options?: __HttpHandlerOptions
|
|
88
|
+
options?: __HttpHandlerOptions,
|
|
92
89
|
): Promise<CreateInvoiceUnitCommandOutput>;
|
|
93
90
|
createInvoiceUnit(
|
|
94
91
|
args: CreateInvoiceUnitCommandInput,
|
|
95
|
-
cb: (err: any, data?: CreateInvoiceUnitCommandOutput) => void
|
|
92
|
+
cb: (err: any, data?: CreateInvoiceUnitCommandOutput) => void,
|
|
96
93
|
): void;
|
|
97
94
|
createInvoiceUnit(
|
|
98
95
|
args: CreateInvoiceUnitCommandInput,
|
|
99
96
|
options: __HttpHandlerOptions,
|
|
100
|
-
cb: (err: any, data?: CreateInvoiceUnitCommandOutput) => void
|
|
97
|
+
cb: (err: any, data?: CreateInvoiceUnitCommandOutput) => void,
|
|
101
98
|
): void;
|
|
102
99
|
createProcurementPortalPreference(
|
|
103
100
|
args: CreateProcurementPortalPreferenceCommandInput,
|
|
104
|
-
options?: __HttpHandlerOptions
|
|
101
|
+
options?: __HttpHandlerOptions,
|
|
105
102
|
): Promise<CreateProcurementPortalPreferenceCommandOutput>;
|
|
106
103
|
createProcurementPortalPreference(
|
|
107
104
|
args: CreateProcurementPortalPreferenceCommandInput,
|
|
108
|
-
cb: (
|
|
109
|
-
err: any,
|
|
110
|
-
data?: CreateProcurementPortalPreferenceCommandOutput
|
|
111
|
-
) => void
|
|
105
|
+
cb: (err: any, data?: CreateProcurementPortalPreferenceCommandOutput) => void,
|
|
112
106
|
): void;
|
|
113
107
|
createProcurementPortalPreference(
|
|
114
108
|
args: CreateProcurementPortalPreferenceCommandInput,
|
|
115
109
|
options: __HttpHandlerOptions,
|
|
116
|
-
cb: (
|
|
117
|
-
err: any,
|
|
118
|
-
data?: CreateProcurementPortalPreferenceCommandOutput
|
|
119
|
-
) => void
|
|
110
|
+
cb: (err: any, data?: CreateProcurementPortalPreferenceCommandOutput) => void,
|
|
120
111
|
): void;
|
|
121
112
|
deleteInvoiceUnit(
|
|
122
113
|
args: DeleteInvoiceUnitCommandInput,
|
|
123
|
-
options?: __HttpHandlerOptions
|
|
114
|
+
options?: __HttpHandlerOptions,
|
|
124
115
|
): Promise<DeleteInvoiceUnitCommandOutput>;
|
|
125
116
|
deleteInvoiceUnit(
|
|
126
117
|
args: DeleteInvoiceUnitCommandInput,
|
|
127
|
-
cb: (err: any, data?: DeleteInvoiceUnitCommandOutput) => void
|
|
118
|
+
cb: (err: any, data?: DeleteInvoiceUnitCommandOutput) => void,
|
|
128
119
|
): void;
|
|
129
120
|
deleteInvoiceUnit(
|
|
130
121
|
args: DeleteInvoiceUnitCommandInput,
|
|
131
122
|
options: __HttpHandlerOptions,
|
|
132
|
-
cb: (err: any, data?: DeleteInvoiceUnitCommandOutput) => void
|
|
123
|
+
cb: (err: any, data?: DeleteInvoiceUnitCommandOutput) => void,
|
|
133
124
|
): void;
|
|
134
125
|
deleteProcurementPortalPreference(
|
|
135
126
|
args: DeleteProcurementPortalPreferenceCommandInput,
|
|
136
|
-
options?: __HttpHandlerOptions
|
|
127
|
+
options?: __HttpHandlerOptions,
|
|
137
128
|
): Promise<DeleteProcurementPortalPreferenceCommandOutput>;
|
|
138
129
|
deleteProcurementPortalPreference(
|
|
139
130
|
args: DeleteProcurementPortalPreferenceCommandInput,
|
|
140
|
-
cb: (
|
|
141
|
-
err: any,
|
|
142
|
-
data?: DeleteProcurementPortalPreferenceCommandOutput
|
|
143
|
-
) => void
|
|
131
|
+
cb: (err: any, data?: DeleteProcurementPortalPreferenceCommandOutput) => void,
|
|
144
132
|
): void;
|
|
145
133
|
deleteProcurementPortalPreference(
|
|
146
134
|
args: DeleteProcurementPortalPreferenceCommandInput,
|
|
147
135
|
options: __HttpHandlerOptions,
|
|
148
|
-
cb: (
|
|
149
|
-
err: any,
|
|
150
|
-
data?: DeleteProcurementPortalPreferenceCommandOutput
|
|
151
|
-
) => void
|
|
136
|
+
cb: (err: any, data?: DeleteProcurementPortalPreferenceCommandOutput) => void,
|
|
152
137
|
): void;
|
|
153
138
|
getInvoicePDF(
|
|
154
139
|
args: GetInvoicePDFCommandInput,
|
|
155
|
-
options?: __HttpHandlerOptions
|
|
140
|
+
options?: __HttpHandlerOptions,
|
|
156
141
|
): Promise<GetInvoicePDFCommandOutput>;
|
|
157
142
|
getInvoicePDF(
|
|
158
143
|
args: GetInvoicePDFCommandInput,
|
|
159
|
-
cb: (err: any, data?: GetInvoicePDFCommandOutput) => void
|
|
144
|
+
cb: (err: any, data?: GetInvoicePDFCommandOutput) => void,
|
|
160
145
|
): void;
|
|
161
146
|
getInvoicePDF(
|
|
162
147
|
args: GetInvoicePDFCommandInput,
|
|
163
148
|
options: __HttpHandlerOptions,
|
|
164
|
-
cb: (err: any, data?: GetInvoicePDFCommandOutput) => void
|
|
149
|
+
cb: (err: any, data?: GetInvoicePDFCommandOutput) => void,
|
|
165
150
|
): void;
|
|
166
151
|
getInvoiceUnit(
|
|
167
152
|
args: GetInvoiceUnitCommandInput,
|
|
168
|
-
options?: __HttpHandlerOptions
|
|
153
|
+
options?: __HttpHandlerOptions,
|
|
169
154
|
): Promise<GetInvoiceUnitCommandOutput>;
|
|
170
155
|
getInvoiceUnit(
|
|
171
156
|
args: GetInvoiceUnitCommandInput,
|
|
172
|
-
cb: (err: any, data?: GetInvoiceUnitCommandOutput) => void
|
|
157
|
+
cb: (err: any, data?: GetInvoiceUnitCommandOutput) => void,
|
|
173
158
|
): void;
|
|
174
159
|
getInvoiceUnit(
|
|
175
160
|
args: GetInvoiceUnitCommandInput,
|
|
176
161
|
options: __HttpHandlerOptions,
|
|
177
|
-
cb: (err: any, data?: GetInvoiceUnitCommandOutput) => void
|
|
162
|
+
cb: (err: any, data?: GetInvoiceUnitCommandOutput) => void,
|
|
178
163
|
): void;
|
|
179
164
|
getProcurementPortalPreference(
|
|
180
165
|
args: GetProcurementPortalPreferenceCommandInput,
|
|
181
|
-
options?: __HttpHandlerOptions
|
|
166
|
+
options?: __HttpHandlerOptions,
|
|
182
167
|
): Promise<GetProcurementPortalPreferenceCommandOutput>;
|
|
183
168
|
getProcurementPortalPreference(
|
|
184
169
|
args: GetProcurementPortalPreferenceCommandInput,
|
|
185
|
-
cb: (err: any, data?: GetProcurementPortalPreferenceCommandOutput) => void
|
|
170
|
+
cb: (err: any, data?: GetProcurementPortalPreferenceCommandOutput) => void,
|
|
186
171
|
): void;
|
|
187
172
|
getProcurementPortalPreference(
|
|
188
173
|
args: GetProcurementPortalPreferenceCommandInput,
|
|
189
174
|
options: __HttpHandlerOptions,
|
|
190
|
-
cb: (err: any, data?: GetProcurementPortalPreferenceCommandOutput) => void
|
|
175
|
+
cb: (err: any, data?: GetProcurementPortalPreferenceCommandOutput) => void,
|
|
191
176
|
): void;
|
|
192
177
|
listInvoiceSummaries(
|
|
193
178
|
args: ListInvoiceSummariesCommandInput,
|
|
194
|
-
options?: __HttpHandlerOptions
|
|
179
|
+
options?: __HttpHandlerOptions,
|
|
195
180
|
): Promise<ListInvoiceSummariesCommandOutput>;
|
|
196
181
|
listInvoiceSummaries(
|
|
197
182
|
args: ListInvoiceSummariesCommandInput,
|
|
198
|
-
cb: (err: any, data?: ListInvoiceSummariesCommandOutput) => void
|
|
183
|
+
cb: (err: any, data?: ListInvoiceSummariesCommandOutput) => void,
|
|
199
184
|
): void;
|
|
200
185
|
listInvoiceSummaries(
|
|
201
186
|
args: ListInvoiceSummariesCommandInput,
|
|
202
187
|
options: __HttpHandlerOptions,
|
|
203
|
-
cb: (err: any, data?: ListInvoiceSummariesCommandOutput) => void
|
|
188
|
+
cb: (err: any, data?: ListInvoiceSummariesCommandOutput) => void,
|
|
204
189
|
): void;
|
|
205
190
|
listInvoiceUnits(): Promise<ListInvoiceUnitsCommandOutput>;
|
|
206
191
|
listInvoiceUnits(
|
|
207
192
|
args: ListInvoiceUnitsCommandInput,
|
|
208
|
-
options?: __HttpHandlerOptions
|
|
193
|
+
options?: __HttpHandlerOptions,
|
|
209
194
|
): Promise<ListInvoiceUnitsCommandOutput>;
|
|
210
195
|
listInvoiceUnits(
|
|
211
196
|
args: ListInvoiceUnitsCommandInput,
|
|
212
|
-
cb: (err: any, data?: ListInvoiceUnitsCommandOutput) => void
|
|
197
|
+
cb: (err: any, data?: ListInvoiceUnitsCommandOutput) => void,
|
|
213
198
|
): void;
|
|
214
199
|
listInvoiceUnits(
|
|
215
200
|
args: ListInvoiceUnitsCommandInput,
|
|
216
201
|
options: __HttpHandlerOptions,
|
|
217
|
-
cb: (err: any, data?: ListInvoiceUnitsCommandOutput) => void
|
|
202
|
+
cb: (err: any, data?: ListInvoiceUnitsCommandOutput) => void,
|
|
218
203
|
): void;
|
|
219
204
|
listProcurementPortalPreferences(): Promise<ListProcurementPortalPreferencesCommandOutput>;
|
|
220
205
|
listProcurementPortalPreferences(
|
|
221
206
|
args: ListProcurementPortalPreferencesCommandInput,
|
|
222
|
-
options?: __HttpHandlerOptions
|
|
207
|
+
options?: __HttpHandlerOptions,
|
|
223
208
|
): Promise<ListProcurementPortalPreferencesCommandOutput>;
|
|
224
209
|
listProcurementPortalPreferences(
|
|
225
210
|
args: ListProcurementPortalPreferencesCommandInput,
|
|
226
|
-
cb: (err: any, data?: ListProcurementPortalPreferencesCommandOutput) => void
|
|
211
|
+
cb: (err: any, data?: ListProcurementPortalPreferencesCommandOutput) => void,
|
|
227
212
|
): void;
|
|
228
213
|
listProcurementPortalPreferences(
|
|
229
214
|
args: ListProcurementPortalPreferencesCommandInput,
|
|
230
215
|
options: __HttpHandlerOptions,
|
|
231
|
-
cb: (err: any, data?: ListProcurementPortalPreferencesCommandOutput) => void
|
|
216
|
+
cb: (err: any, data?: ListProcurementPortalPreferencesCommandOutput) => void,
|
|
232
217
|
): void;
|
|
233
218
|
listTagsForResource(
|
|
234
219
|
args: ListTagsForResourceCommandInput,
|
|
235
|
-
options?: __HttpHandlerOptions
|
|
220
|
+
options?: __HttpHandlerOptions,
|
|
236
221
|
): Promise<ListTagsForResourceCommandOutput>;
|
|
237
222
|
listTagsForResource(
|
|
238
223
|
args: ListTagsForResourceCommandInput,
|
|
239
|
-
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
224
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
|
|
240
225
|
): void;
|
|
241
226
|
listTagsForResource(
|
|
242
227
|
args: ListTagsForResourceCommandInput,
|
|
243
228
|
options: __HttpHandlerOptions,
|
|
244
|
-
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
229
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
|
|
245
230
|
): void;
|
|
246
231
|
putProcurementPortalPreference(
|
|
247
232
|
args: PutProcurementPortalPreferenceCommandInput,
|
|
248
|
-
options?: __HttpHandlerOptions
|
|
233
|
+
options?: __HttpHandlerOptions,
|
|
249
234
|
): Promise<PutProcurementPortalPreferenceCommandOutput>;
|
|
250
235
|
putProcurementPortalPreference(
|
|
251
236
|
args: PutProcurementPortalPreferenceCommandInput,
|
|
252
|
-
cb: (err: any, data?: PutProcurementPortalPreferenceCommandOutput) => void
|
|
237
|
+
cb: (err: any, data?: PutProcurementPortalPreferenceCommandOutput) => void,
|
|
253
238
|
): void;
|
|
254
239
|
putProcurementPortalPreference(
|
|
255
240
|
args: PutProcurementPortalPreferenceCommandInput,
|
|
256
241
|
options: __HttpHandlerOptions,
|
|
257
|
-
cb: (err: any, data?: PutProcurementPortalPreferenceCommandOutput) => void
|
|
242
|
+
cb: (err: any, data?: PutProcurementPortalPreferenceCommandOutput) => void,
|
|
258
243
|
): void;
|
|
259
244
|
tagResource(
|
|
260
245
|
args: TagResourceCommandInput,
|
|
261
|
-
options?: __HttpHandlerOptions
|
|
246
|
+
options?: __HttpHandlerOptions,
|
|
262
247
|
): Promise<TagResourceCommandOutput>;
|
|
263
248
|
tagResource(
|
|
264
249
|
args: TagResourceCommandInput,
|
|
265
|
-
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
250
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void,
|
|
266
251
|
): void;
|
|
267
252
|
tagResource(
|
|
268
253
|
args: TagResourceCommandInput,
|
|
269
254
|
options: __HttpHandlerOptions,
|
|
270
|
-
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
255
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void,
|
|
271
256
|
): void;
|
|
272
257
|
untagResource(
|
|
273
258
|
args: UntagResourceCommandInput,
|
|
274
|
-
options?: __HttpHandlerOptions
|
|
259
|
+
options?: __HttpHandlerOptions,
|
|
275
260
|
): Promise<UntagResourceCommandOutput>;
|
|
276
261
|
untagResource(
|
|
277
262
|
args: UntagResourceCommandInput,
|
|
278
|
-
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
263
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void,
|
|
279
264
|
): void;
|
|
280
265
|
untagResource(
|
|
281
266
|
args: UntagResourceCommandInput,
|
|
282
267
|
options: __HttpHandlerOptions,
|
|
283
|
-
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
268
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void,
|
|
284
269
|
): void;
|
|
285
270
|
updateInvoiceUnit(
|
|
286
271
|
args: UpdateInvoiceUnitCommandInput,
|
|
287
|
-
options?: __HttpHandlerOptions
|
|
272
|
+
options?: __HttpHandlerOptions,
|
|
288
273
|
): Promise<UpdateInvoiceUnitCommandOutput>;
|
|
289
274
|
updateInvoiceUnit(
|
|
290
275
|
args: UpdateInvoiceUnitCommandInput,
|
|
291
|
-
cb: (err: any, data?: UpdateInvoiceUnitCommandOutput) => void
|
|
276
|
+
cb: (err: any, data?: UpdateInvoiceUnitCommandOutput) => void,
|
|
292
277
|
): void;
|
|
293
278
|
updateInvoiceUnit(
|
|
294
279
|
args: UpdateInvoiceUnitCommandInput,
|
|
295
280
|
options: __HttpHandlerOptions,
|
|
296
|
-
cb: (err: any, data?: UpdateInvoiceUnitCommandOutput) => void
|
|
281
|
+
cb: (err: any, data?: UpdateInvoiceUnitCommandOutput) => void,
|
|
297
282
|
): void;
|
|
298
283
|
updateProcurementPortalPreferenceStatus(
|
|
299
284
|
args: UpdateProcurementPortalPreferenceStatusCommandInput,
|
|
300
|
-
options?: __HttpHandlerOptions
|
|
285
|
+
options?: __HttpHandlerOptions,
|
|
301
286
|
): Promise<UpdateProcurementPortalPreferenceStatusCommandOutput>;
|
|
302
287
|
updateProcurementPortalPreferenceStatus(
|
|
303
288
|
args: UpdateProcurementPortalPreferenceStatusCommandInput,
|
|
304
|
-
cb: (
|
|
305
|
-
err: any,
|
|
306
|
-
data?: UpdateProcurementPortalPreferenceStatusCommandOutput
|
|
307
|
-
) => void
|
|
289
|
+
cb: (err: any, data?: UpdateProcurementPortalPreferenceStatusCommandOutput) => void,
|
|
308
290
|
): void;
|
|
309
291
|
updateProcurementPortalPreferenceStatus(
|
|
310
292
|
args: UpdateProcurementPortalPreferenceStatusCommandInput,
|
|
311
293
|
options: __HttpHandlerOptions,
|
|
312
|
-
cb: (
|
|
313
|
-
err: any,
|
|
314
|
-
data?: UpdateProcurementPortalPreferenceStatusCommandOutput
|
|
315
|
-
) => void
|
|
294
|
+
cb: (err: any, data?: UpdateProcurementPortalPreferenceStatusCommandOutput) => void,
|
|
316
295
|
): void;
|
|
317
296
|
paginateListInvoiceSummaries(
|
|
318
297
|
args: ListInvoiceSummariesCommandInput,
|
|
319
298
|
paginationConfig?: Pick<
|
|
320
299
|
PaginationConfiguration,
|
|
321
300
|
Exclude<keyof PaginationConfiguration, "client">
|
|
322
|
-
|
|
301
|
+
>,
|
|
323
302
|
): Paginator<ListInvoiceSummariesCommandOutput>;
|
|
324
303
|
paginateListInvoiceUnits(
|
|
325
304
|
args?: ListInvoiceUnitsCommandInput,
|
|
326
305
|
paginationConfig?: Pick<
|
|
327
306
|
PaginationConfiguration,
|
|
328
307
|
Exclude<keyof PaginationConfiguration, "client">
|
|
329
|
-
|
|
308
|
+
>,
|
|
330
309
|
): Paginator<ListInvoiceUnitsCommandOutput>;
|
|
331
310
|
paginateListProcurementPortalPreferences(
|
|
332
311
|
args?: ListProcurementPortalPreferencesCommandInput,
|
|
333
312
|
paginationConfig?: Pick<
|
|
334
313
|
PaginationConfiguration,
|
|
335
314
|
Exclude<keyof PaginationConfiguration, "client">
|
|
336
|
-
|
|
315
|
+
>,
|
|
337
316
|
): Paginator<ListProcurementPortalPreferencesCommandOutput>;
|
|
338
317
|
}
|
|
339
318
|
export declare class Invoicing extends InvoicingClient implements Invoicing {}
|
|
@@ -11,10 +11,7 @@ import {
|
|
|
11
11
|
Client as __Client,
|
|
12
12
|
} from "@smithy/core/client";
|
|
13
13
|
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
|
|
14
|
-
import {
|
|
15
|
-
EndpointInputConfig,
|
|
16
|
-
EndpointResolvedConfig,
|
|
17
|
-
} from "@smithy/core/endpoints";
|
|
14
|
+
import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/core/endpoints";
|
|
18
15
|
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
19
16
|
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
|
|
20
17
|
import {
|
|
@@ -88,10 +85,7 @@ import {
|
|
|
88
85
|
PutProcurementPortalPreferenceCommandInput,
|
|
89
86
|
PutProcurementPortalPreferenceCommandOutput,
|
|
90
87
|
} from "./commands/PutProcurementPortalPreferenceCommand";
|
|
91
|
-
import {
|
|
92
|
-
TagResourceCommandInput,
|
|
93
|
-
TagResourceCommandOutput,
|
|
94
|
-
} from "./commands/TagResourceCommand";
|
|
88
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
95
89
|
import {
|
|
96
90
|
UntagResourceCommandInput,
|
|
97
91
|
UntagResourceCommandOutput,
|
|
@@ -147,8 +141,7 @@ export type ServiceOutputTypes =
|
|
|
147
141
|
| UntagResourceCommandOutput
|
|
148
142
|
| UpdateInvoiceUnitCommandOutput
|
|
149
143
|
| UpdateProcurementPortalPreferenceStatusCommandOutput;
|
|
150
|
-
export interface ClientDefaults
|
|
151
|
-
extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
144
|
+
export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
152
145
|
requestHandler?: __HttpHandlerUserInput;
|
|
153
146
|
sha256?: __ChecksumConstructor | __HashConstructor;
|
|
154
147
|
urlParser?: __UrlParser;
|
|
@@ -173,9 +166,7 @@ export interface ClientDefaults
|
|
|
173
166
|
extensions?: RuntimeExtension[];
|
|
174
167
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
175
168
|
}
|
|
176
|
-
export type InvoicingClientConfigType = Partial<
|
|
177
|
-
__SmithyConfiguration<__HttpHandlerOptions>
|
|
178
|
-
> &
|
|
169
|
+
export type InvoicingClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> &
|
|
179
170
|
ClientDefaults &
|
|
180
171
|
UserAgentInputConfig &
|
|
181
172
|
RetryInputConfig &
|
|
@@ -196,8 +187,7 @@ export type InvoicingClientResolvedConfigType =
|
|
|
196
187
|
EndpointResolvedConfig<EndpointParameters> &
|
|
197
188
|
HttpAuthSchemeResolvedConfig &
|
|
198
189
|
ClientResolvedEndpointParameters;
|
|
199
|
-
export interface InvoicingClientResolvedConfig
|
|
200
|
-
extends InvoicingClientResolvedConfigType {}
|
|
190
|
+
export interface InvoicingClientResolvedConfig extends InvoicingClientResolvedConfigType {}
|
|
201
191
|
export declare class InvoicingClient extends __Client<
|
|
202
192
|
__HttpHandlerOptions,
|
|
203
193
|
ServiceInputTypes,
|
|
@@ -205,8 +195,6 @@ export declare class InvoicingClient extends __Client<
|
|
|
205
195
|
InvoicingClientResolvedConfig
|
|
206
196
|
> {
|
|
207
197
|
readonly config: InvoicingClientResolvedConfig;
|
|
208
|
-
constructor(
|
|
209
|
-
...[configuration]: __CheckOptionalClientConfig<InvoicingClientConfig>
|
|
210
|
-
);
|
|
198
|
+
constructor(...[configuration]: __CheckOptionalClientConfig<InvoicingClientConfig>);
|
|
211
199
|
destroy(): void;
|
|
212
200
|
}
|
|
@@ -7,17 +7,10 @@ import { InvoicingHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
|
7
7
|
export interface HttpAuthExtensionConfiguration {
|
|
8
8
|
setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
|
|
9
9
|
httpAuthSchemes(): HttpAuthScheme[];
|
|
10
|
-
setHttpAuthSchemeProvider(
|
|
11
|
-
httpAuthSchemeProvider: InvoicingHttpAuthSchemeProvider
|
|
12
|
-
): void;
|
|
10
|
+
setHttpAuthSchemeProvider(httpAuthSchemeProvider: InvoicingHttpAuthSchemeProvider): void;
|
|
13
11
|
httpAuthSchemeProvider(): InvoicingHttpAuthSchemeProvider;
|
|
14
|
-
setCredentials(
|
|
15
|
-
|
|
16
|
-
): void;
|
|
17
|
-
credentials():
|
|
18
|
-
| AwsCredentialIdentity
|
|
19
|
-
| AwsCredentialIdentityProvider
|
|
20
|
-
| undefined;
|
|
12
|
+
setCredentials(credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider): void;
|
|
13
|
+
credentials(): AwsCredentialIdentity | AwsCredentialIdentityProvider | undefined;
|
|
21
14
|
}
|
|
22
15
|
export type HttpAuthRuntimeConfig = Partial<{
|
|
23
16
|
httpAuthSchemes: HttpAuthScheme[];
|
|
@@ -25,8 +18,8 @@ export type HttpAuthRuntimeConfig = Partial<{
|
|
|
25
18
|
credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider;
|
|
26
19
|
}>;
|
|
27
20
|
export declare const getHttpAuthExtensionConfiguration: (
|
|
28
|
-
runtimeConfig: HttpAuthRuntimeConfig
|
|
21
|
+
runtimeConfig: HttpAuthRuntimeConfig,
|
|
29
22
|
) => HttpAuthExtensionConfiguration;
|
|
30
23
|
export declare const resolveHttpAuthRuntimeConfig: (
|
|
31
|
-
config: HttpAuthExtensionConfiguration
|
|
24
|
+
config: HttpAuthExtensionConfiguration,
|
|
32
25
|
) => HttpAuthRuntimeConfig;
|
|
@@ -12,36 +12,32 @@ import {
|
|
|
12
12
|
Provider,
|
|
13
13
|
} from "@smithy/types";
|
|
14
14
|
import { InvoicingClientResolvedConfig } from "../InvoicingClient";
|
|
15
|
-
export interface InvoicingHttpAuthSchemeParameters
|
|
16
|
-
extends HttpAuthSchemeParameters {
|
|
15
|
+
export interface InvoicingHttpAuthSchemeParameters extends HttpAuthSchemeParameters {
|
|
17
16
|
region?: string;
|
|
18
17
|
}
|
|
19
|
-
export interface InvoicingHttpAuthSchemeParametersProvider
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
> {}
|
|
18
|
+
export interface InvoicingHttpAuthSchemeParametersProvider extends HttpAuthSchemeParametersProvider<
|
|
19
|
+
InvoicingClientResolvedConfig,
|
|
20
|
+
HandlerExecutionContext,
|
|
21
|
+
InvoicingHttpAuthSchemeParameters,
|
|
22
|
+
object
|
|
23
|
+
> {}
|
|
26
24
|
export declare const defaultInvoicingHttpAuthSchemeParametersProvider: (
|
|
27
25
|
config: InvoicingClientResolvedConfig,
|
|
28
26
|
context: HandlerExecutionContext,
|
|
29
|
-
input: object
|
|
27
|
+
input: object,
|
|
30
28
|
) => Promise<InvoicingHttpAuthSchemeParameters>;
|
|
31
|
-
export interface InvoicingHttpAuthSchemeProvider
|
|
32
|
-
extends HttpAuthSchemeProvider<InvoicingHttpAuthSchemeParameters> {}
|
|
29
|
+
export interface InvoicingHttpAuthSchemeProvider extends HttpAuthSchemeProvider<InvoicingHttpAuthSchemeParameters> {}
|
|
33
30
|
export declare const defaultInvoicingHttpAuthSchemeProvider: InvoicingHttpAuthSchemeProvider;
|
|
34
31
|
export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
|
|
35
32
|
authSchemePreference?: string[] | Provider<string[]>;
|
|
36
33
|
httpAuthSchemes?: HttpAuthScheme[];
|
|
37
34
|
httpAuthSchemeProvider?: InvoicingHttpAuthSchemeProvider;
|
|
38
35
|
}
|
|
39
|
-
export interface HttpAuthSchemeResolvedConfig
|
|
40
|
-
extends AwsSdkSigV4AuthResolvedConfig {
|
|
36
|
+
export interface HttpAuthSchemeResolvedConfig extends AwsSdkSigV4AuthResolvedConfig {
|
|
41
37
|
readonly authSchemePreference: Provider<string[]>;
|
|
42
38
|
readonly httpAuthSchemes: HttpAuthScheme[];
|
|
43
39
|
readonly httpAuthSchemeProvider: InvoicingHttpAuthSchemeProvider;
|
|
44
40
|
}
|
|
45
41
|
export declare const resolveHttpAuthSchemeConfig: <T>(
|
|
46
|
-
config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved
|
|
42
|
+
config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved,
|
|
47
43
|
) => T & HttpAuthSchemeResolvedConfig;
|
|
@@ -4,22 +4,21 @@ import {
|
|
|
4
4
|
ServiceInputTypes,
|
|
5
5
|
ServiceOutputTypes,
|
|
6
6
|
} from "./InvoicingClient";
|
|
7
|
-
export declare const command: <
|
|
8
|
-
I extends ServiceInputTypes,
|
|
9
|
-
O extends ServiceOutputTypes
|
|
10
|
-
>(
|
|
7
|
+
export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(
|
|
11
8
|
added: EndpointParameterInstructions,
|
|
12
9
|
plugins: (
|
|
13
10
|
CommandCtor: any,
|
|
14
11
|
clientStack: any,
|
|
15
12
|
config: any,
|
|
16
|
-
options: any
|
|
13
|
+
options: any,
|
|
17
14
|
) => import("@smithy/types").Pluggable<any, any>[],
|
|
18
15
|
op: string,
|
|
19
16
|
$: import("@smithy/types").StaticOperationSchema,
|
|
20
|
-
smithyContext?: Record<string, unknown
|
|
17
|
+
smithyContext?: Record<string, unknown>,
|
|
21
18
|
) => {
|
|
22
|
-
new (
|
|
19
|
+
new (
|
|
20
|
+
input: I,
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
22
|
I,
|
|
24
23
|
O,
|
|
25
24
|
InvoicingClientResolvedConfig,
|
|
@@ -38,9 +37,4 @@ export declare const command: <
|
|
|
38
37
|
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
39
38
|
};
|
|
40
39
|
export declare const _ep0: EndpointParameterInstructions;
|
|
41
|
-
export declare const _mw0: (
|
|
42
|
-
Command: any,
|
|
43
|
-
cs: any,
|
|
44
|
-
config: any,
|
|
45
|
-
o: any
|
|
46
|
-
) => never[];
|
|
40
|
+
export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
BatchGetInvoiceProfileRequest,
|
|
4
|
-
BatchGetInvoiceProfileResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { BatchGetInvoiceProfileRequest, BatchGetInvoiceProfileResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface BatchGetInvoiceProfileCommandInput
|
|
8
|
-
extends BatchGetInvoiceProfileRequest {}
|
|
4
|
+
export interface BatchGetInvoiceProfileCommandInput extends BatchGetInvoiceProfileRequest {}
|
|
9
5
|
export interface BatchGetInvoiceProfileCommandOutput
|
|
10
|
-
extends BatchGetInvoiceProfileResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends BatchGetInvoiceProfileResponse, __MetadataBearer {}
|
|
12
7
|
declare const BatchGetInvoiceProfileCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: BatchGetInvoiceProfileCommandInput
|
|
9
|
+
input: BatchGetInvoiceProfileCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
BatchGetInvoiceProfileCommandInput,
|
|
17
12
|
BatchGetInvoiceProfileCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const BatchGetInvoiceProfileCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: BatchGetInvoiceProfileCommandInput
|
|
18
|
+
input: BatchGetInvoiceProfileCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
BatchGetInvoiceProfileCommandInput,
|
|
26
21
|
BatchGetInvoiceProfileCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateInvoiceUnitRequest,
|
|
4
|
-
CreateInvoiceUnitResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateInvoiceUnitRequest, CreateInvoiceUnitResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateInvoiceUnitCommandInput
|
|
8
|
-
extends CreateInvoiceUnitRequest {}
|
|
4
|
+
export interface CreateInvoiceUnitCommandInput extends CreateInvoiceUnitRequest {}
|
|
9
5
|
export interface CreateInvoiceUnitCommandOutput
|
|
10
|
-
extends CreateInvoiceUnitResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends CreateInvoiceUnitResponse, __MetadataBearer {}
|
|
12
7
|
declare const CreateInvoiceUnitCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: CreateInvoiceUnitCommandInput
|
|
9
|
+
input: CreateInvoiceUnitCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
CreateInvoiceUnitCommandInput,
|
|
17
12
|
CreateInvoiceUnitCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const CreateInvoiceUnitCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: CreateInvoiceUnitCommandInput
|
|
18
|
+
input: CreateInvoiceUnitCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
CreateInvoiceUnitCommandInput,
|
|
26
21
|
CreateInvoiceUnitCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
CreateProcurementPortalPreferenceResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateProcurementPortalPreferenceCommandInput
|
|
8
|
-
extends CreateProcurementPortalPreferenceRequest {}
|
|
7
|
+
export interface CreateProcurementPortalPreferenceCommandInput extends CreateProcurementPortalPreferenceRequest {}
|
|
9
8
|
export interface CreateProcurementPortalPreferenceCommandOutput
|
|
10
|
-
extends CreateProcurementPortalPreferenceResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends CreateProcurementPortalPreferenceResponse, __MetadataBearer {}
|
|
12
10
|
declare const CreateProcurementPortalPreferenceCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: CreateProcurementPortalPreferenceCommandInput
|
|
12
|
+
input: CreateProcurementPortalPreferenceCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
CreateProcurementPortalPreferenceCommandInput,
|
|
17
15
|
CreateProcurementPortalPreferenceCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const CreateProcurementPortalPreferenceCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: CreateProcurementPortalPreferenceCommandInput
|
|
21
|
+
input: CreateProcurementPortalPreferenceCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
CreateProcurementPortalPreferenceCommandInput,
|
|
26
24
|
CreateProcurementPortalPreferenceCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteInvoiceUnitRequest,
|
|
4
|
-
DeleteInvoiceUnitResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteInvoiceUnitRequest, DeleteInvoiceUnitResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeleteInvoiceUnitCommandInput
|
|
8
|
-
extends DeleteInvoiceUnitRequest {}
|
|
4
|
+
export interface DeleteInvoiceUnitCommandInput extends DeleteInvoiceUnitRequest {}
|
|
9
5
|
export interface DeleteInvoiceUnitCommandOutput
|
|
10
|
-
extends DeleteInvoiceUnitResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DeleteInvoiceUnitResponse, __MetadataBearer {}
|
|
12
7
|
declare const DeleteInvoiceUnitCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DeleteInvoiceUnitCommandInput
|
|
9
|
+
input: DeleteInvoiceUnitCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DeleteInvoiceUnitCommandInput,
|
|
17
12
|
DeleteInvoiceUnitCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DeleteInvoiceUnitCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DeleteInvoiceUnitCommandInput
|
|
18
|
+
input: DeleteInvoiceUnitCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DeleteInvoiceUnitCommandInput,
|
|
26
21
|
DeleteInvoiceUnitCommandOutput,
|