@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,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { GetTaxInheritance$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { GetTaxRegistration$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { GetTaxRegistrationDocument$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { ListSupplementalTaxRegistrations$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { ListTaxExemptions$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { ListTaxRegistrations$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { PutSupplementalTaxRegistration$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { PutTaxExemption$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { PutTaxInheritance$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { PutTaxRegistration$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
package/dist-es/endpoint/bdd.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { BinaryDecisionDiagram } from "@smithy/
|
|
1
|
+
import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
|
|
2
2
|
const k = "ref";
|
|
3
3
|
const a = -1, b = true, c = "isSet", d = "PartitionResult", e = "booleanEquals", f = "getAttr", g = { [k]: "Endpoint" }, h = { [k]: d }, i = { "authSchemes": [{ "name": "sigv4", "signingRegion": "{PartitionResult#implicitGlobalRegion}" }] }, j = [{ [k]: "Region" }];
|
|
4
4
|
const _data = {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
|
|
2
|
-
import { customEndpointFunctions, decideEndpoint, EndpointCache } from "@smithy/
|
|
2
|
+
import { customEndpointFunctions, decideEndpoint, EndpointCache } from "@smithy/core/endpoints";
|
|
3
3
|
import { bdd } from "./bdd";
|
|
4
4
|
const cache = new EndpointCache({
|
|
5
5
|
size: 50,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ServiceException as __ServiceException, } from "@smithy/
|
|
1
|
+
import { ServiceException as __ServiceException, } from "@smithy/core/client";
|
|
2
2
|
export { __ServiceException };
|
|
3
3
|
export class TaxSettingsServiceException extends __ServiceException {
|
|
4
4
|
constructor(options) {
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import packageInfo from "../package.json";
|
|
2
2
|
import { Sha256 } from "@aws-crypto/sha256-browser";
|
|
3
3
|
import { createDefaultUserAgentProvider } from "@aws-sdk/util-user-agent-browser";
|
|
4
|
-
import {
|
|
4
|
+
import { invalidProvider, loadConfigsForDefaultMode } from "@smithy/core/client";
|
|
5
|
+
import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT, resolveDefaultsModeConfig, } from "@smithy/core/config";
|
|
6
|
+
import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/core/retry";
|
|
7
|
+
import { calculateBodyLength } from "@smithy/core/serde";
|
|
5
8
|
import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler";
|
|
6
|
-
import { invalidProvider } from "@smithy/invalid-dependency";
|
|
7
|
-
import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
|
|
8
|
-
import { calculateBodyLength } from "@smithy/util-body-length-browser";
|
|
9
|
-
import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser";
|
|
10
|
-
import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry";
|
|
11
9
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
12
10
|
export const getRuntimeConfig = (config) => {
|
|
13
11
|
const defaultsMode = resolveDefaultsModeConfig(config);
|
package/dist-es/runtimeConfig.js
CHANGED
|
@@ -3,15 +3,11 @@ import { emitWarningIfUnsupportedVersion as awsCheckVersion } from "@aws-sdk/cor
|
|
|
3
3
|
import { NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } from "@aws-sdk/core/httpAuthSchemes";
|
|
4
4
|
import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
|
|
5
5
|
import { createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS } from "@aws-sdk/util-user-agent-node";
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/
|
|
9
|
-
import {
|
|
6
|
+
import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/core/client";
|
|
7
|
+
import { loadConfig as loadNodeConfig, NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, resolveDefaultsModeConfig, } from "@smithy/core/config";
|
|
8
|
+
import { DEFAULT_RETRY_MODE, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS, } from "@smithy/core/retry";
|
|
9
|
+
import { calculateBodyLength, Hash } from "@smithy/core/serde";
|
|
10
10
|
import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
|
|
11
|
-
import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/smithy-client";
|
|
12
|
-
import { calculateBodyLength } from "@smithy/util-body-length-node";
|
|
13
|
-
import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node";
|
|
14
|
-
import { DEFAULT_RETRY_MODE } from "@smithy/util-retry";
|
|
15
11
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
16
12
|
export const getRuntimeConfig = (config) => {
|
|
17
13
|
emitWarningIfUnsupportedVersion(process.version);
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
|
|
2
2
|
import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
|
|
3
|
-
import { NoOpLogger } from "@smithy/
|
|
4
|
-
import { parseUrl } from "@smithy/
|
|
5
|
-
import { fromBase64, toBase64 } from "@smithy/
|
|
6
|
-
import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
|
|
3
|
+
import { NoOpLogger } from "@smithy/core/client";
|
|
4
|
+
import { parseUrl } from "@smithy/core/protocols";
|
|
5
|
+
import { fromBase64, fromUtf8, toBase64, toUtf8 } from "@smithy/core/serde";
|
|
7
6
|
import { defaultTaxSettingsHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
|
|
8
7
|
import { defaultEndpointResolver } from "./endpoint/endpointResolver";
|
|
9
8
|
import { errorTypeRegistries } from "./schemas/schemas_0";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, } from "@aws-sdk/region-config-resolver";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
2
|
+
import { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig } from "@smithy/core/client";
|
|
3
|
+
import { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig } from "@smithy/core/protocols";
|
|
4
4
|
import { getHttpAuthExtensionConfiguration, resolveHttpAuthRuntimeConfig } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
export const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
|
|
6
6
|
const extensionConfiguration = Object.assign(getAwsRegionExtensionConfiguration(runtimeConfig), getDefaultExtensionConfiguration(runtimeConfig), getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
2
2
|
import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
3
|
-
import { type
|
|
4
|
-
import { type
|
|
5
|
-
import { type
|
|
6
|
-
import type
|
|
7
|
-
import { type
|
|
3
|
+
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/core/client";
|
|
4
|
+
import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/core/config";
|
|
5
|
+
import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/core/endpoints";
|
|
6
|
+
import { type HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
7
|
+
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/core/retry";
|
|
8
8
|
import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import type { BatchDeleteTaxRegistrationCommandInput, BatchDeleteTaxRegistrationCommandOutput } from "./commands/BatchDeleteTaxRegistrationCommand";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { BatchDeleteTaxRegistrationRequest, BatchDeleteTaxRegistrationResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, TaxSettingsClientResolvedConfig } from "../TaxSettingsClient";
|
|
@@ -22,9 +22,11 @@ export interface BatchDeleteTaxRegistrationCommandInput extends BatchDeleteTaxRe
|
|
|
22
22
|
export interface BatchDeleteTaxRegistrationCommandOutput extends BatchDeleteTaxRegistrationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const BatchDeleteTaxRegistrationCommand_base: {
|
|
25
|
-
new (input: BatchDeleteTaxRegistrationCommandInput): import("@smithy/
|
|
26
|
-
new (input: BatchDeleteTaxRegistrationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: BatchDeleteTaxRegistrationCommandInput): import("@smithy/core/client").CommandImpl<BatchDeleteTaxRegistrationCommandInput, BatchDeleteTaxRegistrationCommandOutput, TaxSettingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: BatchDeleteTaxRegistrationCommandInput): import("@smithy/core/client").CommandImpl<BatchDeleteTaxRegistrationCommandInput, BatchDeleteTaxRegistrationCommandOutput, TaxSettingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes tax registration for multiple accounts in batch. This can be used to delete tax
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { BatchGetTaxExemptionsRequest, BatchGetTaxExemptionsResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, TaxSettingsClientResolvedConfig } from "../TaxSettingsClient";
|
|
@@ -22,9 +22,11 @@ export interface BatchGetTaxExemptionsCommandInput extends BatchGetTaxExemptions
|
|
|
22
22
|
export interface BatchGetTaxExemptionsCommandOutput extends BatchGetTaxExemptionsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const BatchGetTaxExemptionsCommand_base: {
|
|
25
|
-
new (input: BatchGetTaxExemptionsCommandInput): import("@smithy/
|
|
26
|
-
new (input: BatchGetTaxExemptionsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: BatchGetTaxExemptionsCommandInput): import("@smithy/core/client").CommandImpl<BatchGetTaxExemptionsCommandInput, BatchGetTaxExemptionsCommandOutput, TaxSettingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: BatchGetTaxExemptionsCommandInput): import("@smithy/core/client").CommandImpl<BatchGetTaxExemptionsCommandInput, BatchGetTaxExemptionsCommandOutput, TaxSettingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Get the active tax exemptions for a given list of accounts. The IAM action is <code>tax:GetExemptions</code>.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { BatchPutTaxRegistrationRequest, BatchPutTaxRegistrationResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, TaxSettingsClientResolvedConfig } from "../TaxSettingsClient";
|
|
@@ -22,9 +22,11 @@ export interface BatchPutTaxRegistrationCommandInput extends BatchPutTaxRegistra
|
|
|
22
22
|
export interface BatchPutTaxRegistrationCommandOutput extends BatchPutTaxRegistrationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const BatchPutTaxRegistrationCommand_base: {
|
|
25
|
-
new (input: BatchPutTaxRegistrationCommandInput): import("@smithy/
|
|
26
|
-
new (input: BatchPutTaxRegistrationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: BatchPutTaxRegistrationCommandInput): import("@smithy/core/client").CommandImpl<BatchPutTaxRegistrationCommandInput, BatchPutTaxRegistrationCommandOutput, TaxSettingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: BatchPutTaxRegistrationCommandInput): import("@smithy/core/client").CommandImpl<BatchPutTaxRegistrationCommandInput, BatchPutTaxRegistrationCommandOutput, TaxSettingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Adds or updates tax registration for multiple accounts in batch. This can be used to add
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DeleteSupplementalTaxRegistrationRequest, DeleteSupplementalTaxRegistrationResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, TaxSettingsClientResolvedConfig } from "../TaxSettingsClient";
|
|
@@ -22,9 +22,11 @@ export interface DeleteSupplementalTaxRegistrationCommandInput extends DeleteSup
|
|
|
22
22
|
export interface DeleteSupplementalTaxRegistrationCommandOutput extends DeleteSupplementalTaxRegistrationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteSupplementalTaxRegistrationCommand_base: {
|
|
25
|
-
new (input: DeleteSupplementalTaxRegistrationCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteSupplementalTaxRegistrationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteSupplementalTaxRegistrationCommandInput): import("@smithy/core/client").CommandImpl<DeleteSupplementalTaxRegistrationCommandInput, DeleteSupplementalTaxRegistrationCommandOutput, TaxSettingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteSupplementalTaxRegistrationCommandInput): import("@smithy/core/client").CommandImpl<DeleteSupplementalTaxRegistrationCommandInput, DeleteSupplementalTaxRegistrationCommandOutput, TaxSettingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DeleteTaxRegistrationRequest, DeleteTaxRegistrationResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, TaxSettingsClientResolvedConfig } from "../TaxSettingsClient";
|
|
@@ -22,9 +22,11 @@ export interface DeleteTaxRegistrationCommandInput extends DeleteTaxRegistration
|
|
|
22
22
|
export interface DeleteTaxRegistrationCommandOutput extends DeleteTaxRegistrationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteTaxRegistrationCommand_base: {
|
|
25
|
-
new (input: DeleteTaxRegistrationCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [DeleteTaxRegistrationCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteTaxRegistrationCommandInput): import("@smithy/core/client").CommandImpl<DeleteTaxRegistrationCommandInput, DeleteTaxRegistrationCommandOutput, TaxSettingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [DeleteTaxRegistrationCommandInput]): import("@smithy/core/client").CommandImpl<DeleteTaxRegistrationCommandInput, DeleteTaxRegistrationCommandOutput, TaxSettingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes tax registration for a single account. </p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GetTaxExemptionTypesRequest, GetTaxExemptionTypesResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, TaxSettingsClientResolvedConfig } from "../TaxSettingsClient";
|
|
@@ -22,9 +22,11 @@ export interface GetTaxExemptionTypesCommandInput extends GetTaxExemptionTypesRe
|
|
|
22
22
|
export interface GetTaxExemptionTypesCommandOutput extends GetTaxExemptionTypesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetTaxExemptionTypesCommand_base: {
|
|
25
|
-
new (input: GetTaxExemptionTypesCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [GetTaxExemptionTypesCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetTaxExemptionTypesCommandInput): import("@smithy/core/client").CommandImpl<GetTaxExemptionTypesCommandInput, GetTaxExemptionTypesCommandOutput, TaxSettingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [GetTaxExemptionTypesCommandInput]): import("@smithy/core/client").CommandImpl<GetTaxExemptionTypesCommandInput, GetTaxExemptionTypesCommandOutput, TaxSettingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Get supported tax exemption types. The IAM action is <code>tax:GetExemptions</code>.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GetTaxInheritanceRequest, GetTaxInheritanceResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, TaxSettingsClientResolvedConfig } from "../TaxSettingsClient";
|
|
@@ -22,9 +22,11 @@ export interface GetTaxInheritanceCommandInput extends GetTaxInheritanceRequest
|
|
|
22
22
|
export interface GetTaxInheritanceCommandOutput extends GetTaxInheritanceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetTaxInheritanceCommand_base: {
|
|
25
|
-
new (input: GetTaxInheritanceCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [GetTaxInheritanceCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetTaxInheritanceCommandInput): import("@smithy/core/client").CommandImpl<GetTaxInheritanceCommandInput, GetTaxInheritanceCommandOutput, TaxSettingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [GetTaxInheritanceCommandInput]): import("@smithy/core/client").CommandImpl<GetTaxInheritanceCommandInput, GetTaxInheritanceCommandOutput, TaxSettingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>The get account tax inheritance status.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GetTaxRegistrationRequest, GetTaxRegistrationResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, TaxSettingsClientResolvedConfig } from "../TaxSettingsClient";
|
|
@@ -22,9 +22,11 @@ export interface GetTaxRegistrationCommandInput extends GetTaxRegistrationReques
|
|
|
22
22
|
export interface GetTaxRegistrationCommandOutput extends GetTaxRegistrationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetTaxRegistrationCommand_base: {
|
|
25
|
-
new (input: GetTaxRegistrationCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [GetTaxRegistrationCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetTaxRegistrationCommandInput): import("@smithy/core/client").CommandImpl<GetTaxRegistrationCommandInput, GetTaxRegistrationCommandOutput, TaxSettingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [GetTaxRegistrationCommandInput]): import("@smithy/core/client").CommandImpl<GetTaxRegistrationCommandInput, GetTaxRegistrationCommandOutput, TaxSettingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves tax registration for a single account.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GetTaxRegistrationDocumentRequest, GetTaxRegistrationDocumentResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, TaxSettingsClientResolvedConfig } from "../TaxSettingsClient";
|
|
@@ -22,9 +22,11 @@ export interface GetTaxRegistrationDocumentCommandInput extends GetTaxRegistrati
|
|
|
22
22
|
export interface GetTaxRegistrationDocumentCommandOutput extends GetTaxRegistrationDocumentResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetTaxRegistrationDocumentCommand_base: {
|
|
25
|
-
new (input: GetTaxRegistrationDocumentCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetTaxRegistrationDocumentCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetTaxRegistrationDocumentCommandInput): import("@smithy/core/client").CommandImpl<GetTaxRegistrationDocumentCommandInput, GetTaxRegistrationDocumentCommandOutput, TaxSettingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetTaxRegistrationDocumentCommandInput): import("@smithy/core/client").CommandImpl<GetTaxRegistrationDocumentCommandInput, GetTaxRegistrationDocumentCommandOutput, TaxSettingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Downloads your tax documents to the Amazon S3 bucket that you specify in your
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ListSupplementalTaxRegistrationsRequest, ListSupplementalTaxRegistrationsResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, TaxSettingsClientResolvedConfig } from "../TaxSettingsClient";
|
|
@@ -22,9 +22,11 @@ export interface ListSupplementalTaxRegistrationsCommandInput extends ListSupple
|
|
|
22
22
|
export interface ListSupplementalTaxRegistrationsCommandOutput extends ListSupplementalTaxRegistrationsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListSupplementalTaxRegistrationsCommand_base: {
|
|
25
|
-
new (input: ListSupplementalTaxRegistrationsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListSupplementalTaxRegistrationsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListSupplementalTaxRegistrationsCommandInput): import("@smithy/core/client").CommandImpl<ListSupplementalTaxRegistrationsCommandInput, ListSupplementalTaxRegistrationsCommandOutput, TaxSettingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListSupplementalTaxRegistrationsCommandInput]): import("@smithy/core/client").CommandImpl<ListSupplementalTaxRegistrationsCommandInput, ListSupplementalTaxRegistrationsCommandOutput, TaxSettingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ListTaxExemptionsRequest, ListTaxExemptionsResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, TaxSettingsClientResolvedConfig } from "../TaxSettingsClient";
|
|
@@ -22,9 +22,11 @@ export interface ListTaxExemptionsCommandInput extends ListTaxExemptionsRequest
|
|
|
22
22
|
export interface ListTaxExemptionsCommandOutput extends ListTaxExemptionsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListTaxExemptionsCommand_base: {
|
|
25
|
-
new (input: ListTaxExemptionsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListTaxExemptionsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListTaxExemptionsCommandInput): import("@smithy/core/client").CommandImpl<ListTaxExemptionsCommandInput, ListTaxExemptionsCommandOutput, TaxSettingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListTaxExemptionsCommandInput]): import("@smithy/core/client").CommandImpl<ListTaxExemptionsCommandInput, ListTaxExemptionsCommandOutput, TaxSettingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves the tax exemption of accounts listed in a consolidated billing family. The IAM action is <code>tax:GetExemptions</code>.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ListTaxRegistrationsRequest, ListTaxRegistrationsResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, TaxSettingsClientResolvedConfig } from "../TaxSettingsClient";
|
|
@@ -22,9 +22,11 @@ export interface ListTaxRegistrationsCommandInput extends ListTaxRegistrationsRe
|
|
|
22
22
|
export interface ListTaxRegistrationsCommandOutput extends ListTaxRegistrationsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListTaxRegistrationsCommand_base: {
|
|
25
|
-
new (input: ListTaxRegistrationsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListTaxRegistrationsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListTaxRegistrationsCommandInput): import("@smithy/core/client").CommandImpl<ListTaxRegistrationsCommandInput, ListTaxRegistrationsCommandOutput, TaxSettingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListTaxRegistrationsCommandInput]): import("@smithy/core/client").CommandImpl<ListTaxRegistrationsCommandInput, ListTaxRegistrationsCommandOutput, TaxSettingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves the tax registration of accounts listed in a consolidated billing family. This
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { PutSupplementalTaxRegistrationRequest, PutSupplementalTaxRegistrationResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, TaxSettingsClientResolvedConfig } from "../TaxSettingsClient";
|
|
@@ -22,9 +22,11 @@ export interface PutSupplementalTaxRegistrationCommandInput extends PutSupplemen
|
|
|
22
22
|
export interface PutSupplementalTaxRegistrationCommandOutput extends PutSupplementalTaxRegistrationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const PutSupplementalTaxRegistrationCommand_base: {
|
|
25
|
-
new (input: PutSupplementalTaxRegistrationCommandInput): import("@smithy/
|
|
26
|
-
new (input: PutSupplementalTaxRegistrationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: PutSupplementalTaxRegistrationCommandInput): import("@smithy/core/client").CommandImpl<PutSupplementalTaxRegistrationCommandInput, PutSupplementalTaxRegistrationCommandOutput, TaxSettingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: PutSupplementalTaxRegistrationCommandInput): import("@smithy/core/client").CommandImpl<PutSupplementalTaxRegistrationCommandInput, PutSupplementalTaxRegistrationCommandOutput, TaxSettingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { PutTaxExemptionRequest, PutTaxExemptionResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, TaxSettingsClientResolvedConfig } from "../TaxSettingsClient";
|
|
@@ -22,9 +22,11 @@ export interface PutTaxExemptionCommandInput extends PutTaxExemptionRequest {
|
|
|
22
22
|
export interface PutTaxExemptionCommandOutput extends PutTaxExemptionResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const PutTaxExemptionCommand_base: {
|
|
25
|
-
new (input: PutTaxExemptionCommandInput): import("@smithy/
|
|
26
|
-
new (input: PutTaxExemptionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: PutTaxExemptionCommandInput): import("@smithy/core/client").CommandImpl<PutTaxExemptionCommandInput, PutTaxExemptionCommandOutput, TaxSettingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: PutTaxExemptionCommandInput): import("@smithy/core/client").CommandImpl<PutTaxExemptionCommandInput, PutTaxExemptionCommandOutput, TaxSettingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Adds the tax exemption for a single account or all accounts listed in a consolidated billing family. The IAM action is <code>tax:UpdateExemptions</code>.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { PutTaxInheritanceRequest, PutTaxInheritanceResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, TaxSettingsClientResolvedConfig } from "../TaxSettingsClient";
|
|
@@ -22,9 +22,11 @@ export interface PutTaxInheritanceCommandInput extends PutTaxInheritanceRequest
|
|
|
22
22
|
export interface PutTaxInheritanceCommandOutput extends PutTaxInheritanceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const PutTaxInheritanceCommand_base: {
|
|
25
|
-
new (input: PutTaxInheritanceCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [PutTaxInheritanceCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: PutTaxInheritanceCommandInput): import("@smithy/core/client").CommandImpl<PutTaxInheritanceCommandInput, PutTaxInheritanceCommandOutput, TaxSettingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [PutTaxInheritanceCommandInput]): import("@smithy/core/client").CommandImpl<PutTaxInheritanceCommandInput, PutTaxInheritanceCommandOutput, TaxSettingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>The updated tax inheritance status.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { PutTaxRegistrationRequest, PutTaxRegistrationResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, TaxSettingsClientResolvedConfig } from "../TaxSettingsClient";
|
|
@@ -22,9 +22,11 @@ export interface PutTaxRegistrationCommandInput extends PutTaxRegistrationReques
|
|
|
22
22
|
export interface PutTaxRegistrationCommandOutput extends PutTaxRegistrationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const PutTaxRegistrationCommand_base: {
|
|
25
|
-
new (input: PutTaxRegistrationCommandInput): import("@smithy/
|
|
26
|
-
new (input: PutTaxRegistrationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: PutTaxRegistrationCommandInput): import("@smithy/core/client").CommandImpl<PutTaxRegistrationCommandInput, PutTaxRegistrationCommandOutput, TaxSettingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: PutTaxRegistrationCommandInput): import("@smithy/core/client").CommandImpl<PutTaxRegistrationCommandInput, PutTaxRegistrationCommandOutput, TaxSettingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Adds or updates tax registration for a single account. You can't set a TRN if there's a pending TRN. You'll need to delete the pending TRN first.</p>
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { BinaryDecisionDiagram } from "@smithy/
|
|
1
|
+
import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
|
|
2
2
|
export declare const bdd: BinaryDecisionDiagram;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import type { HttpHandlerExtensionConfiguration } from "@smithy/
|
|
2
|
+
import type { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
3
3
|
import type { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
4
|
import type { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/
|
|
1
|
+
import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/core/client";
|
|
2
2
|
export type { __ServiceExceptionOptions };
|
|
3
3
|
export { __ServiceException };
|
|
4
4
|
/**
|