@aws-sdk/client-taxsettings 3.1044.0 → 3.1046.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/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +48 -49
- package/dist-cjs/models/TaxSettingsServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/TaxSettings.js +1 -1
- package/dist-es/TaxSettingsClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/BatchDeleteTaxRegistrationCommand.js +2 -2
- package/dist-es/commands/BatchGetTaxExemptionsCommand.js +2 -2
- package/dist-es/commands/BatchPutTaxRegistrationCommand.js +2 -2
- package/dist-es/commands/DeleteSupplementalTaxRegistrationCommand.js +2 -2
- package/dist-es/commands/DeleteTaxRegistrationCommand.js +2 -2
- package/dist-es/commands/GetTaxExemptionTypesCommand.js +2 -2
- package/dist-es/commands/GetTaxInheritanceCommand.js +2 -2
- package/dist-es/commands/GetTaxRegistrationCommand.js +2 -2
- package/dist-es/commands/GetTaxRegistrationDocumentCommand.js +2 -2
- package/dist-es/commands/ListSupplementalTaxRegistrationsCommand.js +2 -2
- package/dist-es/commands/ListTaxExemptionsCommand.js +2 -2
- package/dist-es/commands/ListTaxRegistrationsCommand.js +2 -2
- package/dist-es/commands/PutSupplementalTaxRegistrationCommand.js +2 -2
- package/dist-es/commands/PutTaxExemptionCommand.js +2 -2
- package/dist-es/commands/PutTaxInheritanceCommand.js +2 -2
- package/dist-es/commands/PutTaxRegistrationCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/TaxSettingsServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-types/TaxSettingsClient.d.ts +5 -5
- package/dist-types/commands/BatchDeleteTaxRegistrationCommand.d.ts +6 -4
- package/dist-types/commands/BatchGetTaxExemptionsCommand.d.ts +6 -4
- package/dist-types/commands/BatchPutTaxRegistrationCommand.d.ts +6 -4
- package/dist-types/commands/DeleteSupplementalTaxRegistrationCommand.d.ts +6 -4
- package/dist-types/commands/DeleteTaxRegistrationCommand.d.ts +6 -4
- package/dist-types/commands/GetTaxExemptionTypesCommand.d.ts +6 -4
- package/dist-types/commands/GetTaxInheritanceCommand.d.ts +6 -4
- package/dist-types/commands/GetTaxRegistrationCommand.d.ts +6 -4
- package/dist-types/commands/GetTaxRegistrationDocumentCommand.d.ts +6 -4
- package/dist-types/commands/ListSupplementalTaxRegistrationsCommand.d.ts +6 -4
- package/dist-types/commands/ListTaxExemptionsCommand.d.ts +6 -4
- package/dist-types/commands/ListTaxRegistrationsCommand.d.ts +6 -4
- package/dist-types/commands/PutSupplementalTaxRegistrationCommand.d.ts +6 -4
- package/dist-types/commands/PutTaxExemptionCommand.d.ts +6 -4
- package/dist-types/commands/PutTaxInheritanceCommand.d.ts +6 -4
- package/dist-types/commands/PutTaxRegistrationCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/TaxSettingsServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/TaxSettingsClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/BatchDeleteTaxRegistrationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/BatchGetTaxExemptionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/BatchPutTaxRegistrationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteSupplementalTaxRegistrationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteTaxRegistrationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetTaxExemptionTypesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetTaxInheritanceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetTaxRegistrationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetTaxRegistrationDocumentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListSupplementalTaxRegistrationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTaxExemptionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTaxRegistrationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutSupplementalTaxRegistrationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutTaxExemptionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutTaxInheritanceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutTaxRegistrationCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/TaxSettingsServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +13 -34
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/
|
|
1
|
+
import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client";
|
|
2
2
|
import type { ValidationExceptionErrorCode } from "./enums";
|
|
3
3
|
import type { ValidationExceptionField } from "./models_0";
|
|
4
4
|
import { TaxSettingsServiceException as __BaseException } from "./TaxSettingsServiceException";
|
|
@@ -5,13 +5,13 @@ import type { TaxSettingsClientConfig } from "./TaxSettingsClient";
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: TaxSettingsClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
-
defaultsMode: import("@smithy/types").Provider<import("@smithy/
|
|
8
|
+
defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
|
|
9
9
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
10
10
|
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
11
11
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
|
|
12
12
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
13
13
|
region: string | import("@smithy/types").Provider<any>;
|
|
14
|
-
requestHandler: import("@smithy/
|
|
14
|
+
requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
|
|
15
15
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
16
16
|
sha256: import("@smithy/types").HashConstructor;
|
|
17
17
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -5,14 +5,14 @@ import type { TaxSettingsClientConfig } from "./TaxSettingsClient";
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: TaxSettingsClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
-
defaultsMode: import("@smithy/types").Provider<import("@smithy/
|
|
8
|
+
defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
|
|
9
9
|
authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
|
|
10
10
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
11
11
|
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit) => import("@aws-sdk/credential-provider-node/dist-types/runtime/memoize-chain").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
|
|
12
12
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
|
|
13
13
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
14
14
|
region: string | import("@smithy/types").Provider<string>;
|
|
15
|
-
requestHandler: RequestHandler | import("@smithy/
|
|
15
|
+
requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
|
|
16
16
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
17
17
|
sha256: import("@smithy/types").HashConstructor;
|
|
18
18
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -5,7 +5,7 @@ import type { TaxSettingsClientConfig } from "./TaxSettingsClient";
|
|
|
5
5
|
export declare const getRuntimeConfig: (config: TaxSettingsClientConfig) => {
|
|
6
6
|
runtime: string;
|
|
7
7
|
sha256: import("@smithy/types").HashConstructor;
|
|
8
|
-
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/
|
|
8
|
+
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
9
9
|
cacheMiddleware?: boolean;
|
|
10
10
|
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
|
|
11
11
|
protocolSettings: {
|
|
@@ -32,7 +32,7 @@ export declare const getRuntimeConfig: (config: TaxSettingsClientConfig) => {
|
|
|
32
32
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
33
33
|
logger: import("@smithy/types").Logger;
|
|
34
34
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
35
|
-
defaultsMode: import("@smithy/
|
|
35
|
+
defaultsMode: import("@smithy/core/client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/core/client").DefaultsMode>;
|
|
36
36
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
37
37
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
38
38
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
@@ -6,25 +6,19 @@ import {
|
|
|
6
6
|
UserAgentInputConfig,
|
|
7
7
|
UserAgentResolvedConfig,
|
|
8
8
|
} from "@aws-sdk/middleware-user-agent";
|
|
9
|
-
import {
|
|
10
|
-
RegionInputConfig,
|
|
11
|
-
RegionResolvedConfig,
|
|
12
|
-
} from "@smithy/config-resolver";
|
|
13
|
-
import {
|
|
14
|
-
EndpointInputConfig,
|
|
15
|
-
EndpointResolvedConfig,
|
|
16
|
-
} from "@smithy/middleware-endpoint";
|
|
17
|
-
import {
|
|
18
|
-
RetryInputConfig,
|
|
19
|
-
RetryResolvedConfig,
|
|
20
|
-
} from "@smithy/middleware-retry";
|
|
21
|
-
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
22
9
|
import {
|
|
23
10
|
DefaultsMode as __DefaultsMode,
|
|
24
11
|
SmithyConfiguration as __SmithyConfiguration,
|
|
25
12
|
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
26
13
|
Client as __Client,
|
|
27
|
-
} from "@smithy/
|
|
14
|
+
} from "@smithy/core/client";
|
|
15
|
+
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
|
|
16
|
+
import {
|
|
17
|
+
EndpointInputConfig,
|
|
18
|
+
EndpointResolvedConfig,
|
|
19
|
+
} from "@smithy/core/endpoints";
|
|
20
|
+
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
21
|
+
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
|
|
28
22
|
import {
|
|
29
23
|
AwsCredentialIdentityProvider,
|
|
30
24
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
BatchDeleteTaxRegistrationRequest,
|
|
@@ -19,7 +19,7 @@ export interface BatchDeleteTaxRegistrationCommandOutput
|
|
|
19
19
|
declare const BatchDeleteTaxRegistrationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: BatchDeleteTaxRegistrationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
BatchDeleteTaxRegistrationCommandInput,
|
|
24
24
|
BatchDeleteTaxRegistrationCommandOutput,
|
|
25
25
|
TaxSettingsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const BatchDeleteTaxRegistrationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: BatchDeleteTaxRegistrationCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
BatchDeleteTaxRegistrationCommandInput,
|
|
33
33
|
BatchDeleteTaxRegistrationCommandOutput,
|
|
34
34
|
TaxSettingsClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class BatchDeleteTaxRegistrationCommand extends BatchDeleteTaxRegistrationCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
BatchGetTaxExemptionsRequest,
|
|
@@ -19,7 +19,7 @@ export interface BatchGetTaxExemptionsCommandOutput
|
|
|
19
19
|
declare const BatchGetTaxExemptionsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: BatchGetTaxExemptionsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
BatchGetTaxExemptionsCommandInput,
|
|
24
24
|
BatchGetTaxExemptionsCommandOutput,
|
|
25
25
|
TaxSettingsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const BatchGetTaxExemptionsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: BatchGetTaxExemptionsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
BatchGetTaxExemptionsCommandInput,
|
|
33
33
|
BatchGetTaxExemptionsCommandOutput,
|
|
34
34
|
TaxSettingsClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class BatchGetTaxExemptionsCommand extends BatchGetTaxExemptionsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
BatchPutTaxRegistrationRequest,
|
|
@@ -19,7 +19,7 @@ export interface BatchPutTaxRegistrationCommandOutput
|
|
|
19
19
|
declare const BatchPutTaxRegistrationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: BatchPutTaxRegistrationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
BatchPutTaxRegistrationCommandInput,
|
|
24
24
|
BatchPutTaxRegistrationCommandOutput,
|
|
25
25
|
TaxSettingsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const BatchPutTaxRegistrationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: BatchPutTaxRegistrationCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
BatchPutTaxRegistrationCommandInput,
|
|
33
33
|
BatchPutTaxRegistrationCommandOutput,
|
|
34
34
|
TaxSettingsClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class BatchPutTaxRegistrationCommand extends BatchPutTaxRegistrationCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
DeleteSupplementalTaxRegistrationRequest,
|
|
@@ -19,7 +19,7 @@ export interface DeleteSupplementalTaxRegistrationCommandOutput
|
|
|
19
19
|
declare const DeleteSupplementalTaxRegistrationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DeleteSupplementalTaxRegistrationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DeleteSupplementalTaxRegistrationCommandInput,
|
|
24
24
|
DeleteSupplementalTaxRegistrationCommandOutput,
|
|
25
25
|
TaxSettingsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DeleteSupplementalTaxRegistrationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DeleteSupplementalTaxRegistrationCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DeleteSupplementalTaxRegistrationCommandInput,
|
|
33
33
|
DeleteSupplementalTaxRegistrationCommandOutput,
|
|
34
34
|
TaxSettingsClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DeleteSupplementalTaxRegistrationCommand extends DeleteSupplementalTaxRegistrationCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
DeleteTaxRegistrationRequest,
|
|
@@ -19,7 +19,7 @@ export interface DeleteTaxRegistrationCommandOutput
|
|
|
19
19
|
declare const DeleteTaxRegistrationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DeleteTaxRegistrationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DeleteTaxRegistrationCommandInput,
|
|
24
24
|
DeleteTaxRegistrationCommandOutput,
|
|
25
25
|
TaxSettingsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DeleteTaxRegistrationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [DeleteTaxRegistrationCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DeleteTaxRegistrationCommandInput,
|
|
33
33
|
DeleteTaxRegistrationCommandOutput,
|
|
34
34
|
TaxSettingsClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DeleteTaxRegistrationCommand extends DeleteTaxRegistrationCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
GetTaxExemptionTypesRequest,
|
|
@@ -19,7 +19,7 @@ export interface GetTaxExemptionTypesCommandOutput
|
|
|
19
19
|
declare const GetTaxExemptionTypesCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetTaxExemptionTypesCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetTaxExemptionTypesCommandInput,
|
|
24
24
|
GetTaxExemptionTypesCommandOutput,
|
|
25
25
|
TaxSettingsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetTaxExemptionTypesCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [GetTaxExemptionTypesCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetTaxExemptionTypesCommandInput,
|
|
33
33
|
GetTaxExemptionTypesCommandOutput,
|
|
34
34
|
TaxSettingsClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetTaxExemptionTypesCommand extends GetTaxExemptionTypesCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
GetTaxInheritanceRequest,
|
|
@@ -19,7 +19,7 @@ export interface GetTaxInheritanceCommandOutput
|
|
|
19
19
|
declare const GetTaxInheritanceCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetTaxInheritanceCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetTaxInheritanceCommandInput,
|
|
24
24
|
GetTaxInheritanceCommandOutput,
|
|
25
25
|
TaxSettingsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetTaxInheritanceCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [GetTaxInheritanceCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetTaxInheritanceCommandInput,
|
|
33
33
|
GetTaxInheritanceCommandOutput,
|
|
34
34
|
TaxSettingsClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetTaxInheritanceCommand extends GetTaxInheritanceCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
GetTaxRegistrationRequest,
|
|
@@ -19,7 +19,7 @@ export interface GetTaxRegistrationCommandOutput
|
|
|
19
19
|
declare const GetTaxRegistrationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetTaxRegistrationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetTaxRegistrationCommandInput,
|
|
24
24
|
GetTaxRegistrationCommandOutput,
|
|
25
25
|
TaxSettingsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetTaxRegistrationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [GetTaxRegistrationCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetTaxRegistrationCommandInput,
|
|
33
33
|
GetTaxRegistrationCommandOutput,
|
|
34
34
|
TaxSettingsClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetTaxRegistrationCommand extends GetTaxRegistrationCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
GetTaxRegistrationDocumentRequest,
|
|
@@ -19,7 +19,7 @@ export interface GetTaxRegistrationDocumentCommandOutput
|
|
|
19
19
|
declare const GetTaxRegistrationDocumentCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetTaxRegistrationDocumentCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetTaxRegistrationDocumentCommandInput,
|
|
24
24
|
GetTaxRegistrationDocumentCommandOutput,
|
|
25
25
|
TaxSettingsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetTaxRegistrationDocumentCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetTaxRegistrationDocumentCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetTaxRegistrationDocumentCommandInput,
|
|
33
33
|
GetTaxRegistrationDocumentCommandOutput,
|
|
34
34
|
TaxSettingsClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetTaxRegistrationDocumentCommand extends GetTaxRegistrationDocumentCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ListSupplementalTaxRegistrationsRequest,
|
|
@@ -19,7 +19,7 @@ export interface ListSupplementalTaxRegistrationsCommandOutput
|
|
|
19
19
|
declare const ListSupplementalTaxRegistrationsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListSupplementalTaxRegistrationsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListSupplementalTaxRegistrationsCommandInput,
|
|
24
24
|
ListSupplementalTaxRegistrationsCommandOutput,
|
|
25
25
|
TaxSettingsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListSupplementalTaxRegistrationsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [ListSupplementalTaxRegistrationsCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListSupplementalTaxRegistrationsCommandInput,
|
|
33
33
|
ListSupplementalTaxRegistrationsCommandOutput,
|
|
34
34
|
TaxSettingsClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListSupplementalTaxRegistrationsCommand extends ListSupplementalTaxRegistrationsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ListTaxExemptionsRequest,
|
|
@@ -19,7 +19,7 @@ export interface ListTaxExemptionsCommandOutput
|
|
|
19
19
|
declare const ListTaxExemptionsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListTaxExemptionsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListTaxExemptionsCommandInput,
|
|
24
24
|
ListTaxExemptionsCommandOutput,
|
|
25
25
|
TaxSettingsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListTaxExemptionsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [ListTaxExemptionsCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListTaxExemptionsCommandInput,
|
|
33
33
|
ListTaxExemptionsCommandOutput,
|
|
34
34
|
TaxSettingsClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListTaxExemptionsCommand extends ListTaxExemptionsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ListTaxRegistrationsRequest,
|
|
@@ -19,7 +19,7 @@ export interface ListTaxRegistrationsCommandOutput
|
|
|
19
19
|
declare const ListTaxRegistrationsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListTaxRegistrationsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListTaxRegistrationsCommandInput,
|
|
24
24
|
ListTaxRegistrationsCommandOutput,
|
|
25
25
|
TaxSettingsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListTaxRegistrationsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [ListTaxRegistrationsCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListTaxRegistrationsCommandInput,
|
|
33
33
|
ListTaxRegistrationsCommandOutput,
|
|
34
34
|
TaxSettingsClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListTaxRegistrationsCommand extends ListTaxRegistrationsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
PutSupplementalTaxRegistrationRequest,
|
|
@@ -19,7 +19,7 @@ export interface PutSupplementalTaxRegistrationCommandOutput
|
|
|
19
19
|
declare const PutSupplementalTaxRegistrationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: PutSupplementalTaxRegistrationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
PutSupplementalTaxRegistrationCommandInput,
|
|
24
24
|
PutSupplementalTaxRegistrationCommandOutput,
|
|
25
25
|
TaxSettingsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const PutSupplementalTaxRegistrationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: PutSupplementalTaxRegistrationCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
PutSupplementalTaxRegistrationCommandInput,
|
|
33
33
|
PutSupplementalTaxRegistrationCommandOutput,
|
|
34
34
|
TaxSettingsClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class PutSupplementalTaxRegistrationCommand extends PutSupplementalTaxRegistrationCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
PutTaxExemptionRequest,
|
|
@@ -18,7 +18,7 @@ export interface PutTaxExemptionCommandOutput
|
|
|
18
18
|
declare const PutTaxExemptionCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: PutTaxExemptionCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
PutTaxExemptionCommandInput,
|
|
23
23
|
PutTaxExemptionCommandOutput,
|
|
24
24
|
TaxSettingsClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const PutTaxExemptionCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: PutTaxExemptionCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
PutTaxExemptionCommandInput,
|
|
32
32
|
PutTaxExemptionCommandOutput,
|
|
33
33
|
TaxSettingsClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class PutTaxExemptionCommand extends PutTaxExemptionCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
PutTaxInheritanceRequest,
|
|
@@ -19,7 +19,7 @@ export interface PutTaxInheritanceCommandOutput
|
|
|
19
19
|
declare const PutTaxInheritanceCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: PutTaxInheritanceCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
PutTaxInheritanceCommandInput,
|
|
24
24
|
PutTaxInheritanceCommandOutput,
|
|
25
25
|
TaxSettingsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const PutTaxInheritanceCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [PutTaxInheritanceCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
PutTaxInheritanceCommandInput,
|
|
33
33
|
PutTaxInheritanceCommandOutput,
|
|
34
34
|
TaxSettingsClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class PutTaxInheritanceCommand extends PutTaxInheritanceCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
PutTaxRegistrationRequest,
|
|
@@ -19,7 +19,7 @@ export interface PutTaxRegistrationCommandOutput
|
|
|
19
19
|
declare const PutTaxRegistrationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: PutTaxRegistrationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
PutTaxRegistrationCommandInput,
|
|
24
24
|
PutTaxRegistrationCommandOutput,
|
|
25
25
|
TaxSettingsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const PutTaxRegistrationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: PutTaxRegistrationCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
PutTaxRegistrationCommandInput,
|
|
33
33
|
PutTaxRegistrationCommandOutput,
|
|
34
34
|
TaxSettingsClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class PutTaxRegistrationCommand extends PutTaxRegistrationCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { BinaryDecisionDiagram } from "@smithy/
|
|
1
|
+
import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
|
|
2
2
|
export declare const bdd: BinaryDecisionDiagram;
|