@aws-sdk/client-taxsettings 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/TaxSettings.d.ts +52 -60
- package/dist-types/ts3.4/TaxSettingsClient.d.ts +5 -14
- 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/BatchDeleteTaxRegistrationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/BatchGetTaxExemptionsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/BatchPutTaxRegistrationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteSupplementalTaxRegistrationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteTaxRegistrationCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetTaxExemptionTypesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetTaxInheritanceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetTaxRegistrationCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetTaxRegistrationDocumentCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListSupplementalTaxRegistrationsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListTaxExemptionsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListTaxRegistrationsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/PutSupplementalTaxRegistrationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/PutTaxExemptionCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/PutTaxInheritanceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/PutTaxRegistrationCommand.d.ts +5 -10
- 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 +8 -16
- package/dist-types/ts3.4/models/errors.d.ts +6 -21
- 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
|
@@ -71,248 +71,240 @@ import { TaxSettingsClient } from "./TaxSettingsClient";
|
|
|
71
71
|
export interface TaxSettings {
|
|
72
72
|
batchDeleteTaxRegistration(
|
|
73
73
|
args: BatchDeleteTaxRegistrationCommandInput,
|
|
74
|
-
options?: __HttpHandlerOptions
|
|
74
|
+
options?: __HttpHandlerOptions,
|
|
75
75
|
): Promise<BatchDeleteTaxRegistrationCommandOutput>;
|
|
76
76
|
batchDeleteTaxRegistration(
|
|
77
77
|
args: BatchDeleteTaxRegistrationCommandInput,
|
|
78
|
-
cb: (err: any, data?: BatchDeleteTaxRegistrationCommandOutput) => void
|
|
78
|
+
cb: (err: any, data?: BatchDeleteTaxRegistrationCommandOutput) => void,
|
|
79
79
|
): void;
|
|
80
80
|
batchDeleteTaxRegistration(
|
|
81
81
|
args: BatchDeleteTaxRegistrationCommandInput,
|
|
82
82
|
options: __HttpHandlerOptions,
|
|
83
|
-
cb: (err: any, data?: BatchDeleteTaxRegistrationCommandOutput) => void
|
|
83
|
+
cb: (err: any, data?: BatchDeleteTaxRegistrationCommandOutput) => void,
|
|
84
84
|
): void;
|
|
85
85
|
batchGetTaxExemptions(
|
|
86
86
|
args: BatchGetTaxExemptionsCommandInput,
|
|
87
|
-
options?: __HttpHandlerOptions
|
|
87
|
+
options?: __HttpHandlerOptions,
|
|
88
88
|
): Promise<BatchGetTaxExemptionsCommandOutput>;
|
|
89
89
|
batchGetTaxExemptions(
|
|
90
90
|
args: BatchGetTaxExemptionsCommandInput,
|
|
91
|
-
cb: (err: any, data?: BatchGetTaxExemptionsCommandOutput) => void
|
|
91
|
+
cb: (err: any, data?: BatchGetTaxExemptionsCommandOutput) => void,
|
|
92
92
|
): void;
|
|
93
93
|
batchGetTaxExemptions(
|
|
94
94
|
args: BatchGetTaxExemptionsCommandInput,
|
|
95
95
|
options: __HttpHandlerOptions,
|
|
96
|
-
cb: (err: any, data?: BatchGetTaxExemptionsCommandOutput) => void
|
|
96
|
+
cb: (err: any, data?: BatchGetTaxExemptionsCommandOutput) => void,
|
|
97
97
|
): void;
|
|
98
98
|
batchPutTaxRegistration(
|
|
99
99
|
args: BatchPutTaxRegistrationCommandInput,
|
|
100
|
-
options?: __HttpHandlerOptions
|
|
100
|
+
options?: __HttpHandlerOptions,
|
|
101
101
|
): Promise<BatchPutTaxRegistrationCommandOutput>;
|
|
102
102
|
batchPutTaxRegistration(
|
|
103
103
|
args: BatchPutTaxRegistrationCommandInput,
|
|
104
|
-
cb: (err: any, data?: BatchPutTaxRegistrationCommandOutput) => void
|
|
104
|
+
cb: (err: any, data?: BatchPutTaxRegistrationCommandOutput) => void,
|
|
105
105
|
): void;
|
|
106
106
|
batchPutTaxRegistration(
|
|
107
107
|
args: BatchPutTaxRegistrationCommandInput,
|
|
108
108
|
options: __HttpHandlerOptions,
|
|
109
|
-
cb: (err: any, data?: BatchPutTaxRegistrationCommandOutput) => void
|
|
109
|
+
cb: (err: any, data?: BatchPutTaxRegistrationCommandOutput) => void,
|
|
110
110
|
): void;
|
|
111
111
|
deleteSupplementalTaxRegistration(
|
|
112
112
|
args: DeleteSupplementalTaxRegistrationCommandInput,
|
|
113
|
-
options?: __HttpHandlerOptions
|
|
113
|
+
options?: __HttpHandlerOptions,
|
|
114
114
|
): Promise<DeleteSupplementalTaxRegistrationCommandOutput>;
|
|
115
115
|
deleteSupplementalTaxRegistration(
|
|
116
116
|
args: DeleteSupplementalTaxRegistrationCommandInput,
|
|
117
|
-
cb: (
|
|
118
|
-
err: any,
|
|
119
|
-
data?: DeleteSupplementalTaxRegistrationCommandOutput
|
|
120
|
-
) => void
|
|
117
|
+
cb: (err: any, data?: DeleteSupplementalTaxRegistrationCommandOutput) => void,
|
|
121
118
|
): void;
|
|
122
119
|
deleteSupplementalTaxRegistration(
|
|
123
120
|
args: DeleteSupplementalTaxRegistrationCommandInput,
|
|
124
121
|
options: __HttpHandlerOptions,
|
|
125
|
-
cb: (
|
|
126
|
-
err: any,
|
|
127
|
-
data?: DeleteSupplementalTaxRegistrationCommandOutput
|
|
128
|
-
) => void
|
|
122
|
+
cb: (err: any, data?: DeleteSupplementalTaxRegistrationCommandOutput) => void,
|
|
129
123
|
): void;
|
|
130
124
|
deleteTaxRegistration(): Promise<DeleteTaxRegistrationCommandOutput>;
|
|
131
125
|
deleteTaxRegistration(
|
|
132
126
|
args: DeleteTaxRegistrationCommandInput,
|
|
133
|
-
options?: __HttpHandlerOptions
|
|
127
|
+
options?: __HttpHandlerOptions,
|
|
134
128
|
): Promise<DeleteTaxRegistrationCommandOutput>;
|
|
135
129
|
deleteTaxRegistration(
|
|
136
130
|
args: DeleteTaxRegistrationCommandInput,
|
|
137
|
-
cb: (err: any, data?: DeleteTaxRegistrationCommandOutput) => void
|
|
131
|
+
cb: (err: any, data?: DeleteTaxRegistrationCommandOutput) => void,
|
|
138
132
|
): void;
|
|
139
133
|
deleteTaxRegistration(
|
|
140
134
|
args: DeleteTaxRegistrationCommandInput,
|
|
141
135
|
options: __HttpHandlerOptions,
|
|
142
|
-
cb: (err: any, data?: DeleteTaxRegistrationCommandOutput) => void
|
|
136
|
+
cb: (err: any, data?: DeleteTaxRegistrationCommandOutput) => void,
|
|
143
137
|
): void;
|
|
144
138
|
getTaxExemptionTypes(): Promise<GetTaxExemptionTypesCommandOutput>;
|
|
145
139
|
getTaxExemptionTypes(
|
|
146
140
|
args: GetTaxExemptionTypesCommandInput,
|
|
147
|
-
options?: __HttpHandlerOptions
|
|
141
|
+
options?: __HttpHandlerOptions,
|
|
148
142
|
): Promise<GetTaxExemptionTypesCommandOutput>;
|
|
149
143
|
getTaxExemptionTypes(
|
|
150
144
|
args: GetTaxExemptionTypesCommandInput,
|
|
151
|
-
cb: (err: any, data?: GetTaxExemptionTypesCommandOutput) => void
|
|
145
|
+
cb: (err: any, data?: GetTaxExemptionTypesCommandOutput) => void,
|
|
152
146
|
): void;
|
|
153
147
|
getTaxExemptionTypes(
|
|
154
148
|
args: GetTaxExemptionTypesCommandInput,
|
|
155
149
|
options: __HttpHandlerOptions,
|
|
156
|
-
cb: (err: any, data?: GetTaxExemptionTypesCommandOutput) => void
|
|
150
|
+
cb: (err: any, data?: GetTaxExemptionTypesCommandOutput) => void,
|
|
157
151
|
): void;
|
|
158
152
|
getTaxInheritance(): Promise<GetTaxInheritanceCommandOutput>;
|
|
159
153
|
getTaxInheritance(
|
|
160
154
|
args: GetTaxInheritanceCommandInput,
|
|
161
|
-
options?: __HttpHandlerOptions
|
|
155
|
+
options?: __HttpHandlerOptions,
|
|
162
156
|
): Promise<GetTaxInheritanceCommandOutput>;
|
|
163
157
|
getTaxInheritance(
|
|
164
158
|
args: GetTaxInheritanceCommandInput,
|
|
165
|
-
cb: (err: any, data?: GetTaxInheritanceCommandOutput) => void
|
|
159
|
+
cb: (err: any, data?: GetTaxInheritanceCommandOutput) => void,
|
|
166
160
|
): void;
|
|
167
161
|
getTaxInheritance(
|
|
168
162
|
args: GetTaxInheritanceCommandInput,
|
|
169
163
|
options: __HttpHandlerOptions,
|
|
170
|
-
cb: (err: any, data?: GetTaxInheritanceCommandOutput) => void
|
|
164
|
+
cb: (err: any, data?: GetTaxInheritanceCommandOutput) => void,
|
|
171
165
|
): void;
|
|
172
166
|
getTaxRegistration(): Promise<GetTaxRegistrationCommandOutput>;
|
|
173
167
|
getTaxRegistration(
|
|
174
168
|
args: GetTaxRegistrationCommandInput,
|
|
175
|
-
options?: __HttpHandlerOptions
|
|
169
|
+
options?: __HttpHandlerOptions,
|
|
176
170
|
): Promise<GetTaxRegistrationCommandOutput>;
|
|
177
171
|
getTaxRegistration(
|
|
178
172
|
args: GetTaxRegistrationCommandInput,
|
|
179
|
-
cb: (err: any, data?: GetTaxRegistrationCommandOutput) => void
|
|
173
|
+
cb: (err: any, data?: GetTaxRegistrationCommandOutput) => void,
|
|
180
174
|
): void;
|
|
181
175
|
getTaxRegistration(
|
|
182
176
|
args: GetTaxRegistrationCommandInput,
|
|
183
177
|
options: __HttpHandlerOptions,
|
|
184
|
-
cb: (err: any, data?: GetTaxRegistrationCommandOutput) => void
|
|
178
|
+
cb: (err: any, data?: GetTaxRegistrationCommandOutput) => void,
|
|
185
179
|
): void;
|
|
186
180
|
getTaxRegistrationDocument(
|
|
187
181
|
args: GetTaxRegistrationDocumentCommandInput,
|
|
188
|
-
options?: __HttpHandlerOptions
|
|
182
|
+
options?: __HttpHandlerOptions,
|
|
189
183
|
): Promise<GetTaxRegistrationDocumentCommandOutput>;
|
|
190
184
|
getTaxRegistrationDocument(
|
|
191
185
|
args: GetTaxRegistrationDocumentCommandInput,
|
|
192
|
-
cb: (err: any, data?: GetTaxRegistrationDocumentCommandOutput) => void
|
|
186
|
+
cb: (err: any, data?: GetTaxRegistrationDocumentCommandOutput) => void,
|
|
193
187
|
): void;
|
|
194
188
|
getTaxRegistrationDocument(
|
|
195
189
|
args: GetTaxRegistrationDocumentCommandInput,
|
|
196
190
|
options: __HttpHandlerOptions,
|
|
197
|
-
cb: (err: any, data?: GetTaxRegistrationDocumentCommandOutput) => void
|
|
191
|
+
cb: (err: any, data?: GetTaxRegistrationDocumentCommandOutput) => void,
|
|
198
192
|
): void;
|
|
199
193
|
listSupplementalTaxRegistrations(): Promise<ListSupplementalTaxRegistrationsCommandOutput>;
|
|
200
194
|
listSupplementalTaxRegistrations(
|
|
201
195
|
args: ListSupplementalTaxRegistrationsCommandInput,
|
|
202
|
-
options?: __HttpHandlerOptions
|
|
196
|
+
options?: __HttpHandlerOptions,
|
|
203
197
|
): Promise<ListSupplementalTaxRegistrationsCommandOutput>;
|
|
204
198
|
listSupplementalTaxRegistrations(
|
|
205
199
|
args: ListSupplementalTaxRegistrationsCommandInput,
|
|
206
|
-
cb: (err: any, data?: ListSupplementalTaxRegistrationsCommandOutput) => void
|
|
200
|
+
cb: (err: any, data?: ListSupplementalTaxRegistrationsCommandOutput) => void,
|
|
207
201
|
): void;
|
|
208
202
|
listSupplementalTaxRegistrations(
|
|
209
203
|
args: ListSupplementalTaxRegistrationsCommandInput,
|
|
210
204
|
options: __HttpHandlerOptions,
|
|
211
|
-
cb: (err: any, data?: ListSupplementalTaxRegistrationsCommandOutput) => void
|
|
205
|
+
cb: (err: any, data?: ListSupplementalTaxRegistrationsCommandOutput) => void,
|
|
212
206
|
): void;
|
|
213
207
|
listTaxExemptions(): Promise<ListTaxExemptionsCommandOutput>;
|
|
214
208
|
listTaxExemptions(
|
|
215
209
|
args: ListTaxExemptionsCommandInput,
|
|
216
|
-
options?: __HttpHandlerOptions
|
|
210
|
+
options?: __HttpHandlerOptions,
|
|
217
211
|
): Promise<ListTaxExemptionsCommandOutput>;
|
|
218
212
|
listTaxExemptions(
|
|
219
213
|
args: ListTaxExemptionsCommandInput,
|
|
220
|
-
cb: (err: any, data?: ListTaxExemptionsCommandOutput) => void
|
|
214
|
+
cb: (err: any, data?: ListTaxExemptionsCommandOutput) => void,
|
|
221
215
|
): void;
|
|
222
216
|
listTaxExemptions(
|
|
223
217
|
args: ListTaxExemptionsCommandInput,
|
|
224
218
|
options: __HttpHandlerOptions,
|
|
225
|
-
cb: (err: any, data?: ListTaxExemptionsCommandOutput) => void
|
|
219
|
+
cb: (err: any, data?: ListTaxExemptionsCommandOutput) => void,
|
|
226
220
|
): void;
|
|
227
221
|
listTaxRegistrations(): Promise<ListTaxRegistrationsCommandOutput>;
|
|
228
222
|
listTaxRegistrations(
|
|
229
223
|
args: ListTaxRegistrationsCommandInput,
|
|
230
|
-
options?: __HttpHandlerOptions
|
|
224
|
+
options?: __HttpHandlerOptions,
|
|
231
225
|
): Promise<ListTaxRegistrationsCommandOutput>;
|
|
232
226
|
listTaxRegistrations(
|
|
233
227
|
args: ListTaxRegistrationsCommandInput,
|
|
234
|
-
cb: (err: any, data?: ListTaxRegistrationsCommandOutput) => void
|
|
228
|
+
cb: (err: any, data?: ListTaxRegistrationsCommandOutput) => void,
|
|
235
229
|
): void;
|
|
236
230
|
listTaxRegistrations(
|
|
237
231
|
args: ListTaxRegistrationsCommandInput,
|
|
238
232
|
options: __HttpHandlerOptions,
|
|
239
|
-
cb: (err: any, data?: ListTaxRegistrationsCommandOutput) => void
|
|
233
|
+
cb: (err: any, data?: ListTaxRegistrationsCommandOutput) => void,
|
|
240
234
|
): void;
|
|
241
235
|
putSupplementalTaxRegistration(
|
|
242
236
|
args: PutSupplementalTaxRegistrationCommandInput,
|
|
243
|
-
options?: __HttpHandlerOptions
|
|
237
|
+
options?: __HttpHandlerOptions,
|
|
244
238
|
): Promise<PutSupplementalTaxRegistrationCommandOutput>;
|
|
245
239
|
putSupplementalTaxRegistration(
|
|
246
240
|
args: PutSupplementalTaxRegistrationCommandInput,
|
|
247
|
-
cb: (err: any, data?: PutSupplementalTaxRegistrationCommandOutput) => void
|
|
241
|
+
cb: (err: any, data?: PutSupplementalTaxRegistrationCommandOutput) => void,
|
|
248
242
|
): void;
|
|
249
243
|
putSupplementalTaxRegistration(
|
|
250
244
|
args: PutSupplementalTaxRegistrationCommandInput,
|
|
251
245
|
options: __HttpHandlerOptions,
|
|
252
|
-
cb: (err: any, data?: PutSupplementalTaxRegistrationCommandOutput) => void
|
|
246
|
+
cb: (err: any, data?: PutSupplementalTaxRegistrationCommandOutput) => void,
|
|
253
247
|
): void;
|
|
254
248
|
putTaxExemption(
|
|
255
249
|
args: PutTaxExemptionCommandInput,
|
|
256
|
-
options?: __HttpHandlerOptions
|
|
250
|
+
options?: __HttpHandlerOptions,
|
|
257
251
|
): Promise<PutTaxExemptionCommandOutput>;
|
|
258
252
|
putTaxExemption(
|
|
259
253
|
args: PutTaxExemptionCommandInput,
|
|
260
|
-
cb: (err: any, data?: PutTaxExemptionCommandOutput) => void
|
|
254
|
+
cb: (err: any, data?: PutTaxExemptionCommandOutput) => void,
|
|
261
255
|
): void;
|
|
262
256
|
putTaxExemption(
|
|
263
257
|
args: PutTaxExemptionCommandInput,
|
|
264
258
|
options: __HttpHandlerOptions,
|
|
265
|
-
cb: (err: any, data?: PutTaxExemptionCommandOutput) => void
|
|
259
|
+
cb: (err: any, data?: PutTaxExemptionCommandOutput) => void,
|
|
266
260
|
): void;
|
|
267
261
|
putTaxInheritance(): Promise<PutTaxInheritanceCommandOutput>;
|
|
268
262
|
putTaxInheritance(
|
|
269
263
|
args: PutTaxInheritanceCommandInput,
|
|
270
|
-
options?: __HttpHandlerOptions
|
|
264
|
+
options?: __HttpHandlerOptions,
|
|
271
265
|
): Promise<PutTaxInheritanceCommandOutput>;
|
|
272
266
|
putTaxInheritance(
|
|
273
267
|
args: PutTaxInheritanceCommandInput,
|
|
274
|
-
cb: (err: any, data?: PutTaxInheritanceCommandOutput) => void
|
|
268
|
+
cb: (err: any, data?: PutTaxInheritanceCommandOutput) => void,
|
|
275
269
|
): void;
|
|
276
270
|
putTaxInheritance(
|
|
277
271
|
args: PutTaxInheritanceCommandInput,
|
|
278
272
|
options: __HttpHandlerOptions,
|
|
279
|
-
cb: (err: any, data?: PutTaxInheritanceCommandOutput) => void
|
|
273
|
+
cb: (err: any, data?: PutTaxInheritanceCommandOutput) => void,
|
|
280
274
|
): void;
|
|
281
275
|
putTaxRegistration(
|
|
282
276
|
args: PutTaxRegistrationCommandInput,
|
|
283
|
-
options?: __HttpHandlerOptions
|
|
277
|
+
options?: __HttpHandlerOptions,
|
|
284
278
|
): Promise<PutTaxRegistrationCommandOutput>;
|
|
285
279
|
putTaxRegistration(
|
|
286
280
|
args: PutTaxRegistrationCommandInput,
|
|
287
|
-
cb: (err: any, data?: PutTaxRegistrationCommandOutput) => void
|
|
281
|
+
cb: (err: any, data?: PutTaxRegistrationCommandOutput) => void,
|
|
288
282
|
): void;
|
|
289
283
|
putTaxRegistration(
|
|
290
284
|
args: PutTaxRegistrationCommandInput,
|
|
291
285
|
options: __HttpHandlerOptions,
|
|
292
|
-
cb: (err: any, data?: PutTaxRegistrationCommandOutput) => void
|
|
286
|
+
cb: (err: any, data?: PutTaxRegistrationCommandOutput) => void,
|
|
293
287
|
): void;
|
|
294
288
|
paginateListSupplementalTaxRegistrations(
|
|
295
289
|
args?: ListSupplementalTaxRegistrationsCommandInput,
|
|
296
290
|
paginationConfig?: Pick<
|
|
297
291
|
PaginationConfiguration,
|
|
298
292
|
Exclude<keyof PaginationConfiguration, "client">
|
|
299
|
-
|
|
293
|
+
>,
|
|
300
294
|
): Paginator<ListSupplementalTaxRegistrationsCommandOutput>;
|
|
301
295
|
paginateListTaxExemptions(
|
|
302
296
|
args?: ListTaxExemptionsCommandInput,
|
|
303
297
|
paginationConfig?: Pick<
|
|
304
298
|
PaginationConfiguration,
|
|
305
299
|
Exclude<keyof PaginationConfiguration, "client">
|
|
306
|
-
|
|
300
|
+
>,
|
|
307
301
|
): Paginator<ListTaxExemptionsCommandOutput>;
|
|
308
302
|
paginateListTaxRegistrations(
|
|
309
303
|
args?: ListTaxRegistrationsCommandInput,
|
|
310
304
|
paginationConfig?: Pick<
|
|
311
305
|
PaginationConfiguration,
|
|
312
306
|
Exclude<keyof PaginationConfiguration, "client">
|
|
313
|
-
|
|
307
|
+
>,
|
|
314
308
|
): Paginator<ListTaxRegistrationsCommandOutput>;
|
|
315
309
|
}
|
|
316
|
-
export declare class TaxSettings
|
|
317
|
-
extends TaxSettingsClient
|
|
318
|
-
implements TaxSettings {}
|
|
310
|
+
export declare class TaxSettings extends TaxSettingsClient implements TaxSettings {}
|
|
@@ -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 {
|
|
@@ -141,8 +138,7 @@ export type ServiceOutputTypes =
|
|
|
141
138
|
| PutTaxExemptionCommandOutput
|
|
142
139
|
| PutTaxInheritanceCommandOutput
|
|
143
140
|
| PutTaxRegistrationCommandOutput;
|
|
144
|
-
export interface ClientDefaults
|
|
145
|
-
extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
141
|
+
export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
146
142
|
requestHandler?: __HttpHandlerUserInput;
|
|
147
143
|
sha256?: __ChecksumConstructor | __HashConstructor;
|
|
148
144
|
urlParser?: __UrlParser;
|
|
@@ -167,9 +163,7 @@ export interface ClientDefaults
|
|
|
167
163
|
extensions?: RuntimeExtension[];
|
|
168
164
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
169
165
|
}
|
|
170
|
-
export type TaxSettingsClientConfigType = Partial<
|
|
171
|
-
__SmithyConfiguration<__HttpHandlerOptions>
|
|
172
|
-
> &
|
|
166
|
+
export type TaxSettingsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> &
|
|
173
167
|
ClientDefaults &
|
|
174
168
|
UserAgentInputConfig &
|
|
175
169
|
RetryInputConfig &
|
|
@@ -190,8 +184,7 @@ export type TaxSettingsClientResolvedConfigType =
|
|
|
190
184
|
EndpointResolvedConfig<EndpointParameters> &
|
|
191
185
|
HttpAuthSchemeResolvedConfig &
|
|
192
186
|
ClientResolvedEndpointParameters;
|
|
193
|
-
export interface TaxSettingsClientResolvedConfig
|
|
194
|
-
extends TaxSettingsClientResolvedConfigType {}
|
|
187
|
+
export interface TaxSettingsClientResolvedConfig extends TaxSettingsClientResolvedConfigType {}
|
|
195
188
|
export declare class TaxSettingsClient extends __Client<
|
|
196
189
|
__HttpHandlerOptions,
|
|
197
190
|
ServiceInputTypes,
|
|
@@ -199,8 +192,6 @@ export declare class TaxSettingsClient extends __Client<
|
|
|
199
192
|
TaxSettingsClientResolvedConfig
|
|
200
193
|
> {
|
|
201
194
|
readonly config: TaxSettingsClientResolvedConfig;
|
|
202
|
-
constructor(
|
|
203
|
-
...[configuration]: __CheckOptionalClientConfig<TaxSettingsClientConfig>
|
|
204
|
-
);
|
|
195
|
+
constructor(...[configuration]: __CheckOptionalClientConfig<TaxSettingsClientConfig>);
|
|
205
196
|
destroy(): void;
|
|
206
197
|
}
|
|
@@ -7,17 +7,10 @@ import { TaxSettingsHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
|
7
7
|
export interface HttpAuthExtensionConfiguration {
|
|
8
8
|
setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
|
|
9
9
|
httpAuthSchemes(): HttpAuthScheme[];
|
|
10
|
-
setHttpAuthSchemeProvider(
|
|
11
|
-
httpAuthSchemeProvider: TaxSettingsHttpAuthSchemeProvider
|
|
12
|
-
): void;
|
|
10
|
+
setHttpAuthSchemeProvider(httpAuthSchemeProvider: TaxSettingsHttpAuthSchemeProvider): void;
|
|
13
11
|
httpAuthSchemeProvider(): TaxSettingsHttpAuthSchemeProvider;
|
|
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 { TaxSettingsClientResolvedConfig } from "../TaxSettingsClient";
|
|
15
|
-
export interface TaxSettingsHttpAuthSchemeParameters
|
|
16
|
-
extends HttpAuthSchemeParameters {
|
|
15
|
+
export interface TaxSettingsHttpAuthSchemeParameters extends HttpAuthSchemeParameters {
|
|
17
16
|
region?: string;
|
|
18
17
|
}
|
|
19
|
-
export interface TaxSettingsHttpAuthSchemeParametersProvider
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
> {}
|
|
18
|
+
export interface TaxSettingsHttpAuthSchemeParametersProvider extends HttpAuthSchemeParametersProvider<
|
|
19
|
+
TaxSettingsClientResolvedConfig,
|
|
20
|
+
HandlerExecutionContext,
|
|
21
|
+
TaxSettingsHttpAuthSchemeParameters,
|
|
22
|
+
object
|
|
23
|
+
> {}
|
|
26
24
|
export declare const defaultTaxSettingsHttpAuthSchemeParametersProvider: (
|
|
27
25
|
config: TaxSettingsClientResolvedConfig,
|
|
28
26
|
context: HandlerExecutionContext,
|
|
29
|
-
input: object
|
|
27
|
+
input: object,
|
|
30
28
|
) => Promise<TaxSettingsHttpAuthSchemeParameters>;
|
|
31
|
-
export interface TaxSettingsHttpAuthSchemeProvider
|
|
32
|
-
extends HttpAuthSchemeProvider<TaxSettingsHttpAuthSchemeParameters> {}
|
|
29
|
+
export interface TaxSettingsHttpAuthSchemeProvider extends HttpAuthSchemeProvider<TaxSettingsHttpAuthSchemeParameters> {}
|
|
33
30
|
export declare const defaultTaxSettingsHttpAuthSchemeProvider: TaxSettingsHttpAuthSchemeProvider;
|
|
34
31
|
export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
|
|
35
32
|
authSchemePreference?: string[] | Provider<string[]>;
|
|
36
33
|
httpAuthSchemes?: HttpAuthScheme[];
|
|
37
34
|
httpAuthSchemeProvider?: TaxSettingsHttpAuthSchemeProvider;
|
|
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: TaxSettingsHttpAuthSchemeProvider;
|
|
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
|
ServiceOutputTypes,
|
|
5
5
|
TaxSettingsClientResolvedConfig,
|
|
6
6
|
} from "./TaxSettingsClient";
|
|
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
|
TaxSettingsClientResolvedConfig,
|
|
@@ -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[];
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
BatchDeleteTaxRegistrationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface BatchDeleteTaxRegistrationCommandInput
|
|
8
|
-
extends BatchDeleteTaxRegistrationRequest {}
|
|
7
|
+
export interface BatchDeleteTaxRegistrationCommandInput extends BatchDeleteTaxRegistrationRequest {}
|
|
9
8
|
export interface BatchDeleteTaxRegistrationCommandOutput
|
|
10
|
-
extends BatchDeleteTaxRegistrationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends BatchDeleteTaxRegistrationResponse, __MetadataBearer {}
|
|
12
10
|
declare const BatchDeleteTaxRegistrationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: BatchDeleteTaxRegistrationCommandInput
|
|
12
|
+
input: BatchDeleteTaxRegistrationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
BatchDeleteTaxRegistrationCommandInput,
|
|
17
15
|
BatchDeleteTaxRegistrationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const BatchDeleteTaxRegistrationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: BatchDeleteTaxRegistrationCommandInput
|
|
21
|
+
input: BatchDeleteTaxRegistrationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
BatchDeleteTaxRegistrationCommandInput,
|
|
26
24
|
BatchDeleteTaxRegistrationCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
BatchGetTaxExemptionsRequest,
|
|
4
|
-
BatchGetTaxExemptionsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { BatchGetTaxExemptionsRequest, BatchGetTaxExemptionsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface BatchGetTaxExemptionsCommandInput
|
|
8
|
-
extends BatchGetTaxExemptionsRequest {}
|
|
4
|
+
export interface BatchGetTaxExemptionsCommandInput extends BatchGetTaxExemptionsRequest {}
|
|
9
5
|
export interface BatchGetTaxExemptionsCommandOutput
|
|
10
|
-
extends BatchGetTaxExemptionsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends BatchGetTaxExemptionsResponse, __MetadataBearer {}
|
|
12
7
|
declare const BatchGetTaxExemptionsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: BatchGetTaxExemptionsCommandInput
|
|
9
|
+
input: BatchGetTaxExemptionsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
BatchGetTaxExemptionsCommandInput,
|
|
17
12
|
BatchGetTaxExemptionsCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const BatchGetTaxExemptionsCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: BatchGetTaxExemptionsCommandInput
|
|
18
|
+
input: BatchGetTaxExemptionsCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
BatchGetTaxExemptionsCommandInput,
|
|
26
21
|
BatchGetTaxExemptionsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
BatchPutTaxRegistrationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface BatchPutTaxRegistrationCommandInput
|
|
8
|
-
extends BatchPutTaxRegistrationRequest {}
|
|
7
|
+
export interface BatchPutTaxRegistrationCommandInput extends BatchPutTaxRegistrationRequest {}
|
|
9
8
|
export interface BatchPutTaxRegistrationCommandOutput
|
|
10
|
-
extends BatchPutTaxRegistrationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends BatchPutTaxRegistrationResponse, __MetadataBearer {}
|
|
12
10
|
declare const BatchPutTaxRegistrationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: BatchPutTaxRegistrationCommandInput
|
|
12
|
+
input: BatchPutTaxRegistrationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
BatchPutTaxRegistrationCommandInput,
|
|
17
15
|
BatchPutTaxRegistrationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const BatchPutTaxRegistrationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: BatchPutTaxRegistrationCommandInput
|
|
21
|
+
input: BatchPutTaxRegistrationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
BatchPutTaxRegistrationCommandInput,
|
|
26
24
|
BatchPutTaxRegistrationCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DeleteSupplementalTaxRegistrationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeleteSupplementalTaxRegistrationCommandInput
|
|
8
|
-
extends DeleteSupplementalTaxRegistrationRequest {}
|
|
7
|
+
export interface DeleteSupplementalTaxRegistrationCommandInput extends DeleteSupplementalTaxRegistrationRequest {}
|
|
9
8
|
export interface DeleteSupplementalTaxRegistrationCommandOutput
|
|
10
|
-
extends DeleteSupplementalTaxRegistrationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DeleteSupplementalTaxRegistrationResponse, __MetadataBearer {}
|
|
12
10
|
declare const DeleteSupplementalTaxRegistrationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DeleteSupplementalTaxRegistrationCommandInput
|
|
12
|
+
input: DeleteSupplementalTaxRegistrationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DeleteSupplementalTaxRegistrationCommandInput,
|
|
17
15
|
DeleteSupplementalTaxRegistrationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DeleteSupplementalTaxRegistrationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DeleteSupplementalTaxRegistrationCommandInput
|
|
21
|
+
input: DeleteSupplementalTaxRegistrationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DeleteSupplementalTaxRegistrationCommandInput,
|
|
26
24
|
DeleteSupplementalTaxRegistrationCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteTaxRegistrationRequest,
|
|
4
|
-
DeleteTaxRegistrationResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteTaxRegistrationRequest, DeleteTaxRegistrationResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeleteTaxRegistrationCommandInput
|
|
8
|
-
extends DeleteTaxRegistrationRequest {}
|
|
4
|
+
export interface DeleteTaxRegistrationCommandInput extends DeleteTaxRegistrationRequest {}
|
|
9
5
|
export interface DeleteTaxRegistrationCommandOutput
|
|
10
|
-
extends DeleteTaxRegistrationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DeleteTaxRegistrationResponse, __MetadataBearer {}
|
|
12
7
|
declare const DeleteTaxRegistrationCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DeleteTaxRegistrationCommandInput
|
|
9
|
+
input: DeleteTaxRegistrationCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DeleteTaxRegistrationCommandInput,
|
|
17
12
|
DeleteTaxRegistrationCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetTaxExemptionTypesRequest,
|
|
4
|
-
GetTaxExemptionTypesResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetTaxExemptionTypesRequest, GetTaxExemptionTypesResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetTaxExemptionTypesCommandInput
|
|
8
|
-
extends GetTaxExemptionTypesRequest {}
|
|
4
|
+
export interface GetTaxExemptionTypesCommandInput extends GetTaxExemptionTypesRequest {}
|
|
9
5
|
export interface GetTaxExemptionTypesCommandOutput
|
|
10
|
-
extends GetTaxExemptionTypesResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetTaxExemptionTypesResponse, __MetadataBearer {}
|
|
12
7
|
declare const GetTaxExemptionTypesCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetTaxExemptionTypesCommandInput
|
|
9
|
+
input: GetTaxExemptionTypesCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetTaxExemptionTypesCommandInput,
|
|
17
12
|
GetTaxExemptionTypesCommandOutput,
|