@aws-sdk/client-taxsettings 3.893.0 → 3.894.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.
Files changed (34) hide show
  1. package/dist-cjs/index.js +1597 -10
  2. package/package.json +6 -6
  3. package/dist-cjs/TaxSettings.js +0 -43
  4. package/dist-cjs/TaxSettingsClient.js +0 -52
  5. package/dist-cjs/auth/httpAuthExtensionConfiguration.js +0 -43
  6. package/dist-cjs/commands/BatchDeleteTaxRegistrationCommand.js +0 -27
  7. package/dist-cjs/commands/BatchGetTaxExemptionsCommand.js +0 -26
  8. package/dist-cjs/commands/BatchPutTaxRegistrationCommand.js +0 -27
  9. package/dist-cjs/commands/DeleteSupplementalTaxRegistrationCommand.js +0 -26
  10. package/dist-cjs/commands/DeleteTaxRegistrationCommand.js +0 -26
  11. package/dist-cjs/commands/GetTaxExemptionTypesCommand.js +0 -26
  12. package/dist-cjs/commands/GetTaxInheritanceCommand.js +0 -26
  13. package/dist-cjs/commands/GetTaxRegistrationCommand.js +0 -27
  14. package/dist-cjs/commands/GetTaxRegistrationDocumentCommand.js +0 -26
  15. package/dist-cjs/commands/ListSupplementalTaxRegistrationsCommand.js +0 -27
  16. package/dist-cjs/commands/ListTaxExemptionsCommand.js +0 -26
  17. package/dist-cjs/commands/ListTaxRegistrationsCommand.js +0 -27
  18. package/dist-cjs/commands/PutSupplementalTaxRegistrationCommand.js +0 -27
  19. package/dist-cjs/commands/PutTaxExemptionCommand.js +0 -26
  20. package/dist-cjs/commands/PutTaxInheritanceCommand.js +0 -26
  21. package/dist-cjs/commands/PutTaxRegistrationCommand.js +0 -27
  22. package/dist-cjs/commands/index.js +0 -19
  23. package/dist-cjs/endpoint/EndpointParameters.js +0 -17
  24. package/dist-cjs/extensionConfiguration.js +0 -2
  25. package/dist-cjs/models/TaxSettingsServiceException.js +0 -12
  26. package/dist-cjs/models/index.js +0 -4
  27. package/dist-cjs/models/models_0.js +0 -285
  28. package/dist-cjs/pagination/Interfaces.js +0 -2
  29. package/dist-cjs/pagination/ListSupplementalTaxRegistrationsPaginator.js +0 -7
  30. package/dist-cjs/pagination/ListTaxExemptionsPaginator.js +0 -7
  31. package/dist-cjs/pagination/ListTaxRegistrationsPaginator.js +0 -7
  32. package/dist-cjs/pagination/index.js +0 -7
  33. package/dist-cjs/protocols/Aws_restJson1.js +0 -685
  34. package/dist-cjs/runtimeExtensions.js +0 -13
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-taxsettings",
3
3
  "description": "AWS SDK for JavaScript Taxsettings Client for Node.js, Browser and React Native",
4
- "version": "3.893.0",
4
+ "version": "3.894.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
- "build:cjs": "tsc -p tsconfig.cjs.json",
7
+ "build:cjs": "node ../../scripts/compilation/inline client-taxsettings",
8
8
  "build:es": "tsc -p tsconfig.es.json",
9
9
  "build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build",
10
10
  "build:types": "tsc -p tsconfig.types.json",
@@ -20,17 +20,17 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.893.0",
24
- "@aws-sdk/credential-provider-node": "3.893.0",
23
+ "@aws-sdk/core": "3.894.0",
24
+ "@aws-sdk/credential-provider-node": "3.894.0",
25
25
  "@aws-sdk/middleware-host-header": "3.893.0",
26
26
  "@aws-sdk/middleware-logger": "3.893.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.893.0",
28
- "@aws-sdk/middleware-user-agent": "3.893.0",
28
+ "@aws-sdk/middleware-user-agent": "3.894.0",
29
29
  "@aws-sdk/region-config-resolver": "3.893.0",
30
30
  "@aws-sdk/types": "3.893.0",
31
31
  "@aws-sdk/util-endpoints": "3.893.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.893.0",
33
- "@aws-sdk/util-user-agent-node": "3.893.0",
33
+ "@aws-sdk/util-user-agent-node": "3.894.0",
34
34
  "@smithy/config-resolver": "^4.2.2",
35
35
  "@smithy/core": "^3.11.1",
36
36
  "@smithy/fetch-http-handler": "^5.2.1",
@@ -1,43 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TaxSettings = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- const BatchDeleteTaxRegistrationCommand_1 = require("./commands/BatchDeleteTaxRegistrationCommand");
6
- const BatchGetTaxExemptionsCommand_1 = require("./commands/BatchGetTaxExemptionsCommand");
7
- const BatchPutTaxRegistrationCommand_1 = require("./commands/BatchPutTaxRegistrationCommand");
8
- const DeleteSupplementalTaxRegistrationCommand_1 = require("./commands/DeleteSupplementalTaxRegistrationCommand");
9
- const DeleteTaxRegistrationCommand_1 = require("./commands/DeleteTaxRegistrationCommand");
10
- const GetTaxExemptionTypesCommand_1 = require("./commands/GetTaxExemptionTypesCommand");
11
- const GetTaxInheritanceCommand_1 = require("./commands/GetTaxInheritanceCommand");
12
- const GetTaxRegistrationCommand_1 = require("./commands/GetTaxRegistrationCommand");
13
- const GetTaxRegistrationDocumentCommand_1 = require("./commands/GetTaxRegistrationDocumentCommand");
14
- const ListSupplementalTaxRegistrationsCommand_1 = require("./commands/ListSupplementalTaxRegistrationsCommand");
15
- const ListTaxExemptionsCommand_1 = require("./commands/ListTaxExemptionsCommand");
16
- const ListTaxRegistrationsCommand_1 = require("./commands/ListTaxRegistrationsCommand");
17
- const PutSupplementalTaxRegistrationCommand_1 = require("./commands/PutSupplementalTaxRegistrationCommand");
18
- const PutTaxExemptionCommand_1 = require("./commands/PutTaxExemptionCommand");
19
- const PutTaxInheritanceCommand_1 = require("./commands/PutTaxInheritanceCommand");
20
- const PutTaxRegistrationCommand_1 = require("./commands/PutTaxRegistrationCommand");
21
- const TaxSettingsClient_1 = require("./TaxSettingsClient");
22
- const commands = {
23
- BatchDeleteTaxRegistrationCommand: BatchDeleteTaxRegistrationCommand_1.BatchDeleteTaxRegistrationCommand,
24
- BatchGetTaxExemptionsCommand: BatchGetTaxExemptionsCommand_1.BatchGetTaxExemptionsCommand,
25
- BatchPutTaxRegistrationCommand: BatchPutTaxRegistrationCommand_1.BatchPutTaxRegistrationCommand,
26
- DeleteSupplementalTaxRegistrationCommand: DeleteSupplementalTaxRegistrationCommand_1.DeleteSupplementalTaxRegistrationCommand,
27
- DeleteTaxRegistrationCommand: DeleteTaxRegistrationCommand_1.DeleteTaxRegistrationCommand,
28
- GetTaxExemptionTypesCommand: GetTaxExemptionTypesCommand_1.GetTaxExemptionTypesCommand,
29
- GetTaxInheritanceCommand: GetTaxInheritanceCommand_1.GetTaxInheritanceCommand,
30
- GetTaxRegistrationCommand: GetTaxRegistrationCommand_1.GetTaxRegistrationCommand,
31
- GetTaxRegistrationDocumentCommand: GetTaxRegistrationDocumentCommand_1.GetTaxRegistrationDocumentCommand,
32
- ListSupplementalTaxRegistrationsCommand: ListSupplementalTaxRegistrationsCommand_1.ListSupplementalTaxRegistrationsCommand,
33
- ListTaxExemptionsCommand: ListTaxExemptionsCommand_1.ListTaxExemptionsCommand,
34
- ListTaxRegistrationsCommand: ListTaxRegistrationsCommand_1.ListTaxRegistrationsCommand,
35
- PutSupplementalTaxRegistrationCommand: PutSupplementalTaxRegistrationCommand_1.PutSupplementalTaxRegistrationCommand,
36
- PutTaxExemptionCommand: PutTaxExemptionCommand_1.PutTaxExemptionCommand,
37
- PutTaxInheritanceCommand: PutTaxInheritanceCommand_1.PutTaxInheritanceCommand,
38
- PutTaxRegistrationCommand: PutTaxRegistrationCommand_1.PutTaxRegistrationCommand,
39
- };
40
- class TaxSettings extends TaxSettingsClient_1.TaxSettingsClient {
41
- }
42
- exports.TaxSettings = TaxSettings;
43
- (0, smithy_client_1.createAggregatedClient)(commands, TaxSettings);
@@ -1,52 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TaxSettingsClient = exports.__Client = void 0;
4
- const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
5
- const middleware_logger_1 = require("@aws-sdk/middleware-logger");
6
- const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
7
- const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
8
- const config_resolver_1 = require("@smithy/config-resolver");
9
- const core_1 = require("@smithy/core");
10
- const middleware_content_length_1 = require("@smithy/middleware-content-length");
11
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
12
- const middleware_retry_1 = require("@smithy/middleware-retry");
13
- const smithy_client_1 = require("@smithy/smithy-client");
14
- Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
15
- const httpAuthSchemeProvider_1 = require("./auth/httpAuthSchemeProvider");
16
- const EndpointParameters_1 = require("./endpoint/EndpointParameters");
17
- const runtimeConfig_1 = require("./runtimeConfig");
18
- const runtimeExtensions_1 = require("./runtimeExtensions");
19
- class TaxSettingsClient extends smithy_client_1.Client {
20
- config;
21
- constructor(...[configuration]) {
22
- const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
23
- super(_config_0);
24
- this.initConfig = _config_0;
25
- const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
26
- const _config_2 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_1);
27
- const _config_3 = (0, middleware_retry_1.resolveRetryConfig)(_config_2);
28
- const _config_4 = (0, config_resolver_1.resolveRegionConfig)(_config_3);
29
- const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
30
- const _config_6 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_5);
31
- const _config_7 = (0, httpAuthSchemeProvider_1.resolveHttpAuthSchemeConfig)(_config_6);
32
- const _config_8 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_7, configuration?.extensions || []);
33
- this.config = _config_8;
34
- this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
35
- this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
36
- this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
37
- this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
38
- this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
39
- this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
40
- this.middlewareStack.use((0, core_1.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
41
- httpAuthSchemeParametersProvider: httpAuthSchemeProvider_1.defaultTaxSettingsHttpAuthSchemeParametersProvider,
42
- identityProviderConfigProvider: async (config) => new core_1.DefaultIdentityProviderConfig({
43
- "aws.auth#sigv4": config.credentials,
44
- }),
45
- }));
46
- this.middlewareStack.use((0, core_1.getHttpSigningPlugin)(this.config));
47
- }
48
- destroy() {
49
- super.destroy();
50
- }
51
- }
52
- exports.TaxSettingsClient = TaxSettingsClient;
@@ -1,43 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.resolveHttpAuthRuntimeConfig = exports.getHttpAuthExtensionConfiguration = void 0;
4
- const getHttpAuthExtensionConfiguration = (runtimeConfig) => {
5
- const _httpAuthSchemes = runtimeConfig.httpAuthSchemes;
6
- let _httpAuthSchemeProvider = runtimeConfig.httpAuthSchemeProvider;
7
- let _credentials = runtimeConfig.credentials;
8
- return {
9
- setHttpAuthScheme(httpAuthScheme) {
10
- const index = _httpAuthSchemes.findIndex((scheme) => scheme.schemeId === httpAuthScheme.schemeId);
11
- if (index === -1) {
12
- _httpAuthSchemes.push(httpAuthScheme);
13
- }
14
- else {
15
- _httpAuthSchemes.splice(index, 1, httpAuthScheme);
16
- }
17
- },
18
- httpAuthSchemes() {
19
- return _httpAuthSchemes;
20
- },
21
- setHttpAuthSchemeProvider(httpAuthSchemeProvider) {
22
- _httpAuthSchemeProvider = httpAuthSchemeProvider;
23
- },
24
- httpAuthSchemeProvider() {
25
- return _httpAuthSchemeProvider;
26
- },
27
- setCredentials(credentials) {
28
- _credentials = credentials;
29
- },
30
- credentials() {
31
- return _credentials;
32
- },
33
- };
34
- };
35
- exports.getHttpAuthExtensionConfiguration = getHttpAuthExtensionConfiguration;
36
- const resolveHttpAuthRuntimeConfig = (config) => {
37
- return {
38
- httpAuthSchemes: config.httpAuthSchemes(),
39
- httpAuthSchemeProvider: config.httpAuthSchemeProvider(),
40
- credentials: config.credentials(),
41
- };
42
- };
43
- exports.resolveHttpAuthRuntimeConfig = resolveHttpAuthRuntimeConfig;
@@ -1,27 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.BatchDeleteTaxRegistrationCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class BatchDeleteTaxRegistrationCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep(EndpointParameters_1.commonParams)
14
- .m(function (Command, cs, config, o) {
15
- return [
16
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
17
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
18
- ];
19
- })
20
- .s("TaxSettings", "BatchDeleteTaxRegistration", {})
21
- .n("TaxSettingsClient", "BatchDeleteTaxRegistrationCommand")
22
- .f(void 0, models_0_1.BatchDeleteTaxRegistrationResponseFilterSensitiveLog)
23
- .ser(Aws_restJson1_1.se_BatchDeleteTaxRegistrationCommand)
24
- .de(Aws_restJson1_1.de_BatchDeleteTaxRegistrationCommand)
25
- .build() {
26
- }
27
- exports.BatchDeleteTaxRegistrationCommand = BatchDeleteTaxRegistrationCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.BatchGetTaxExemptionsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class BatchGetTaxExemptionsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep(EndpointParameters_1.commonParams)
13
- .m(function (Command, cs, config, o) {
14
- return [
15
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
16
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
17
- ];
18
- })
19
- .s("TaxSettings", "BatchGetTaxExemptions", {})
20
- .n("TaxSettingsClient", "BatchGetTaxExemptionsCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_BatchGetTaxExemptionsCommand)
23
- .de(Aws_restJson1_1.de_BatchGetTaxExemptionsCommand)
24
- .build() {
25
- }
26
- exports.BatchGetTaxExemptionsCommand = BatchGetTaxExemptionsCommand;
@@ -1,27 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.BatchPutTaxRegistrationCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class BatchPutTaxRegistrationCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep(EndpointParameters_1.commonParams)
14
- .m(function (Command, cs, config, o) {
15
- return [
16
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
17
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
18
- ];
19
- })
20
- .s("TaxSettings", "BatchPutTaxRegistration", {})
21
- .n("TaxSettingsClient", "BatchPutTaxRegistrationCommand")
22
- .f(models_0_1.BatchPutTaxRegistrationRequestFilterSensitiveLog, models_0_1.BatchPutTaxRegistrationResponseFilterSensitiveLog)
23
- .ser(Aws_restJson1_1.se_BatchPutTaxRegistrationCommand)
24
- .de(Aws_restJson1_1.de_BatchPutTaxRegistrationCommand)
25
- .build() {
26
- }
27
- exports.BatchPutTaxRegistrationCommand = BatchPutTaxRegistrationCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteSupplementalTaxRegistrationCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DeleteSupplementalTaxRegistrationCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep(EndpointParameters_1.commonParams)
13
- .m(function (Command, cs, config, o) {
14
- return [
15
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
16
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
17
- ];
18
- })
19
- .s("TaxSettings", "DeleteSupplementalTaxRegistration", {})
20
- .n("TaxSettingsClient", "DeleteSupplementalTaxRegistrationCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_DeleteSupplementalTaxRegistrationCommand)
23
- .de(Aws_restJson1_1.de_DeleteSupplementalTaxRegistrationCommand)
24
- .build() {
25
- }
26
- exports.DeleteSupplementalTaxRegistrationCommand = DeleteSupplementalTaxRegistrationCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteTaxRegistrationCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DeleteTaxRegistrationCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep(EndpointParameters_1.commonParams)
13
- .m(function (Command, cs, config, o) {
14
- return [
15
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
16
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
17
- ];
18
- })
19
- .s("TaxSettings", "DeleteTaxRegistration", {})
20
- .n("TaxSettingsClient", "DeleteTaxRegistrationCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_DeleteTaxRegistrationCommand)
23
- .de(Aws_restJson1_1.de_DeleteTaxRegistrationCommand)
24
- .build() {
25
- }
26
- exports.DeleteTaxRegistrationCommand = DeleteTaxRegistrationCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetTaxExemptionTypesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetTaxExemptionTypesCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep(EndpointParameters_1.commonParams)
13
- .m(function (Command, cs, config, o) {
14
- return [
15
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
16
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
17
- ];
18
- })
19
- .s("TaxSettings", "GetTaxExemptionTypes", {})
20
- .n("TaxSettingsClient", "GetTaxExemptionTypesCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_GetTaxExemptionTypesCommand)
23
- .de(Aws_restJson1_1.de_GetTaxExemptionTypesCommand)
24
- .build() {
25
- }
26
- exports.GetTaxExemptionTypesCommand = GetTaxExemptionTypesCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetTaxInheritanceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetTaxInheritanceCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep(EndpointParameters_1.commonParams)
13
- .m(function (Command, cs, config, o) {
14
- return [
15
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
16
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
17
- ];
18
- })
19
- .s("TaxSettings", "GetTaxInheritance", {})
20
- .n("TaxSettingsClient", "GetTaxInheritanceCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_GetTaxInheritanceCommand)
23
- .de(Aws_restJson1_1.de_GetTaxInheritanceCommand)
24
- .build() {
25
- }
26
- exports.GetTaxInheritanceCommand = GetTaxInheritanceCommand;
@@ -1,27 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetTaxRegistrationCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class GetTaxRegistrationCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep(EndpointParameters_1.commonParams)
14
- .m(function (Command, cs, config, o) {
15
- return [
16
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
17
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
18
- ];
19
- })
20
- .s("TaxSettings", "GetTaxRegistration", {})
21
- .n("TaxSettingsClient", "GetTaxRegistrationCommand")
22
- .f(void 0, models_0_1.GetTaxRegistrationResponseFilterSensitiveLog)
23
- .ser(Aws_restJson1_1.se_GetTaxRegistrationCommand)
24
- .de(Aws_restJson1_1.de_GetTaxRegistrationCommand)
25
- .build() {
26
- }
27
- exports.GetTaxRegistrationCommand = GetTaxRegistrationCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetTaxRegistrationDocumentCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetTaxRegistrationDocumentCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep(EndpointParameters_1.commonParams)
13
- .m(function (Command, cs, config, o) {
14
- return [
15
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
16
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
17
- ];
18
- })
19
- .s("TaxSettings", "GetTaxRegistrationDocument", {})
20
- .n("TaxSettingsClient", "GetTaxRegistrationDocumentCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_GetTaxRegistrationDocumentCommand)
23
- .de(Aws_restJson1_1.de_GetTaxRegistrationDocumentCommand)
24
- .build() {
25
- }
26
- exports.GetTaxRegistrationDocumentCommand = GetTaxRegistrationDocumentCommand;
@@ -1,27 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListSupplementalTaxRegistrationsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class ListSupplementalTaxRegistrationsCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep(EndpointParameters_1.commonParams)
14
- .m(function (Command, cs, config, o) {
15
- return [
16
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
17
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
18
- ];
19
- })
20
- .s("TaxSettings", "ListSupplementalTaxRegistrations", {})
21
- .n("TaxSettingsClient", "ListSupplementalTaxRegistrationsCommand")
22
- .f(void 0, models_0_1.ListSupplementalTaxRegistrationsResponseFilterSensitiveLog)
23
- .ser(Aws_restJson1_1.se_ListSupplementalTaxRegistrationsCommand)
24
- .de(Aws_restJson1_1.de_ListSupplementalTaxRegistrationsCommand)
25
- .build() {
26
- }
27
- exports.ListSupplementalTaxRegistrationsCommand = ListSupplementalTaxRegistrationsCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListTaxExemptionsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListTaxExemptionsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep(EndpointParameters_1.commonParams)
13
- .m(function (Command, cs, config, o) {
14
- return [
15
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
16
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
17
- ];
18
- })
19
- .s("TaxSettings", "ListTaxExemptions", {})
20
- .n("TaxSettingsClient", "ListTaxExemptionsCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_ListTaxExemptionsCommand)
23
- .de(Aws_restJson1_1.de_ListTaxExemptionsCommand)
24
- .build() {
25
- }
26
- exports.ListTaxExemptionsCommand = ListTaxExemptionsCommand;
@@ -1,27 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListTaxRegistrationsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class ListTaxRegistrationsCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep(EndpointParameters_1.commonParams)
14
- .m(function (Command, cs, config, o) {
15
- return [
16
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
17
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
18
- ];
19
- })
20
- .s("TaxSettings", "ListTaxRegistrations", {})
21
- .n("TaxSettingsClient", "ListTaxRegistrationsCommand")
22
- .f(void 0, models_0_1.ListTaxRegistrationsResponseFilterSensitiveLog)
23
- .ser(Aws_restJson1_1.se_ListTaxRegistrationsCommand)
24
- .de(Aws_restJson1_1.de_ListTaxRegistrationsCommand)
25
- .build() {
26
- }
27
- exports.ListTaxRegistrationsCommand = ListTaxRegistrationsCommand;
@@ -1,27 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PutSupplementalTaxRegistrationCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class PutSupplementalTaxRegistrationCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep(EndpointParameters_1.commonParams)
14
- .m(function (Command, cs, config, o) {
15
- return [
16
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
17
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
18
- ];
19
- })
20
- .s("TaxSettings", "PutSupplementalTaxRegistration", {})
21
- .n("TaxSettingsClient", "PutSupplementalTaxRegistrationCommand")
22
- .f(models_0_1.PutSupplementalTaxRegistrationRequestFilterSensitiveLog, void 0)
23
- .ser(Aws_restJson1_1.se_PutSupplementalTaxRegistrationCommand)
24
- .de(Aws_restJson1_1.de_PutSupplementalTaxRegistrationCommand)
25
- .build() {
26
- }
27
- exports.PutSupplementalTaxRegistrationCommand = PutSupplementalTaxRegistrationCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PutTaxExemptionCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class PutTaxExemptionCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep(EndpointParameters_1.commonParams)
13
- .m(function (Command, cs, config, o) {
14
- return [
15
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
16
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
17
- ];
18
- })
19
- .s("TaxSettings", "PutTaxExemption", {})
20
- .n("TaxSettingsClient", "PutTaxExemptionCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_PutTaxExemptionCommand)
23
- .de(Aws_restJson1_1.de_PutTaxExemptionCommand)
24
- .build() {
25
- }
26
- exports.PutTaxExemptionCommand = PutTaxExemptionCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PutTaxInheritanceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class PutTaxInheritanceCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep(EndpointParameters_1.commonParams)
13
- .m(function (Command, cs, config, o) {
14
- return [
15
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
16
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
17
- ];
18
- })
19
- .s("TaxSettings", "PutTaxInheritance", {})
20
- .n("TaxSettingsClient", "PutTaxInheritanceCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_PutTaxInheritanceCommand)
23
- .de(Aws_restJson1_1.de_PutTaxInheritanceCommand)
24
- .build() {
25
- }
26
- exports.PutTaxInheritanceCommand = PutTaxInheritanceCommand;
@@ -1,27 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PutTaxRegistrationCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class PutTaxRegistrationCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep(EndpointParameters_1.commonParams)
14
- .m(function (Command, cs, config, o) {
15
- return [
16
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
17
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
18
- ];
19
- })
20
- .s("TaxSettings", "PutTaxRegistration", {})
21
- .n("TaxSettingsClient", "PutTaxRegistrationCommand")
22
- .f(models_0_1.PutTaxRegistrationRequestFilterSensitiveLog, void 0)
23
- .ser(Aws_restJson1_1.se_PutTaxRegistrationCommand)
24
- .de(Aws_restJson1_1.de_PutTaxRegistrationCommand)
25
- .build() {
26
- }
27
- exports.PutTaxRegistrationCommand = PutTaxRegistrationCommand;