@aws-sdk/client-b2bi 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.
Files changed (130) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
  2. package/dist-cjs/endpoint/bdd.js +2 -2
  3. package/dist-cjs/endpoint/endpointResolver.js +4 -4
  4. package/dist-cjs/index.js +84 -86
  5. package/dist-cjs/models/B2biServiceException.js +3 -3
  6. package/dist-cjs/runtimeConfig.browser.js +12 -14
  7. package/dist-cjs/runtimeConfig.js +18 -22
  8. package/dist-cjs/runtimeConfig.shared.js +9 -10
  9. package/dist-es/B2bi.js +1 -1
  10. package/dist-es/B2biClient.js +5 -5
  11. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  12. package/dist-es/commands/CreateCapabilityCommand.js +2 -2
  13. package/dist-es/commands/CreatePartnershipCommand.js +2 -2
  14. package/dist-es/commands/CreateProfileCommand.js +2 -2
  15. package/dist-es/commands/CreateStarterMappingTemplateCommand.js +2 -2
  16. package/dist-es/commands/CreateTransformerCommand.js +2 -2
  17. package/dist-es/commands/DeleteCapabilityCommand.js +2 -2
  18. package/dist-es/commands/DeletePartnershipCommand.js +2 -2
  19. package/dist-es/commands/DeleteProfileCommand.js +2 -2
  20. package/dist-es/commands/DeleteTransformerCommand.js +2 -2
  21. package/dist-es/commands/GenerateMappingCommand.js +2 -2
  22. package/dist-es/commands/GetCapabilityCommand.js +2 -2
  23. package/dist-es/commands/GetPartnershipCommand.js +2 -2
  24. package/dist-es/commands/GetProfileCommand.js +2 -2
  25. package/dist-es/commands/GetTransformerCommand.js +2 -2
  26. package/dist-es/commands/GetTransformerJobCommand.js +2 -2
  27. package/dist-es/commands/ListCapabilitiesCommand.js +2 -2
  28. package/dist-es/commands/ListPartnershipsCommand.js +2 -2
  29. package/dist-es/commands/ListProfilesCommand.js +2 -2
  30. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  31. package/dist-es/commands/ListTransformersCommand.js +2 -2
  32. package/dist-es/commands/StartTransformerJobCommand.js +2 -2
  33. package/dist-es/commands/TagResourceCommand.js +2 -2
  34. package/dist-es/commands/TestConversionCommand.js +2 -2
  35. package/dist-es/commands/TestMappingCommand.js +2 -2
  36. package/dist-es/commands/TestParsingCommand.js +2 -2
  37. package/dist-es/commands/UntagResourceCommand.js +2 -2
  38. package/dist-es/commands/UpdateCapabilityCommand.js +2 -2
  39. package/dist-es/commands/UpdatePartnershipCommand.js +2 -2
  40. package/dist-es/commands/UpdateProfileCommand.js +2 -2
  41. package/dist-es/commands/UpdateTransformerCommand.js +2 -2
  42. package/dist-es/endpoint/bdd.js +1 -1
  43. package/dist-es/endpoint/endpointResolver.js +1 -1
  44. package/dist-es/models/B2biServiceException.js +1 -1
  45. package/dist-es/runtimeConfig.browser.js +4 -6
  46. package/dist-es/runtimeConfig.js +4 -8
  47. package/dist-es/runtimeConfig.shared.js +3 -4
  48. package/dist-es/runtimeExtensions.js +2 -2
  49. package/dist-es/waiters/waitForTransformerJobSucceeded.js +1 -1
  50. package/dist-types/B2bi.d.ts +1 -1
  51. package/dist-types/B2biClient.d.ts +5 -5
  52. package/dist-types/commands/CreateCapabilityCommand.d.ts +6 -4
  53. package/dist-types/commands/CreatePartnershipCommand.d.ts +6 -4
  54. package/dist-types/commands/CreateProfileCommand.d.ts +6 -4
  55. package/dist-types/commands/CreateStarterMappingTemplateCommand.d.ts +6 -4
  56. package/dist-types/commands/CreateTransformerCommand.d.ts +6 -4
  57. package/dist-types/commands/DeleteCapabilityCommand.d.ts +6 -4
  58. package/dist-types/commands/DeletePartnershipCommand.d.ts +6 -4
  59. package/dist-types/commands/DeleteProfileCommand.d.ts +6 -4
  60. package/dist-types/commands/DeleteTransformerCommand.d.ts +6 -4
  61. package/dist-types/commands/GenerateMappingCommand.d.ts +6 -4
  62. package/dist-types/commands/GetCapabilityCommand.d.ts +6 -4
  63. package/dist-types/commands/GetPartnershipCommand.d.ts +6 -4
  64. package/dist-types/commands/GetProfileCommand.d.ts +6 -4
  65. package/dist-types/commands/GetTransformerCommand.d.ts +6 -4
  66. package/dist-types/commands/GetTransformerJobCommand.d.ts +6 -4
  67. package/dist-types/commands/ListCapabilitiesCommand.d.ts +6 -4
  68. package/dist-types/commands/ListPartnershipsCommand.d.ts +6 -4
  69. package/dist-types/commands/ListProfilesCommand.d.ts +6 -4
  70. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
  71. package/dist-types/commands/ListTransformersCommand.d.ts +6 -4
  72. package/dist-types/commands/StartTransformerJobCommand.d.ts +6 -4
  73. package/dist-types/commands/TagResourceCommand.d.ts +6 -4
  74. package/dist-types/commands/TestConversionCommand.d.ts +6 -4
  75. package/dist-types/commands/TestMappingCommand.d.ts +6 -4
  76. package/dist-types/commands/TestParsingCommand.d.ts +6 -4
  77. package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
  78. package/dist-types/commands/UpdateCapabilityCommand.d.ts +6 -4
  79. package/dist-types/commands/UpdatePartnershipCommand.d.ts +6 -4
  80. package/dist-types/commands/UpdateProfileCommand.d.ts +6 -4
  81. package/dist-types/commands/UpdateTransformerCommand.d.ts +6 -4
  82. package/dist-types/endpoint/bdd.d.ts +1 -1
  83. package/dist-types/extensionConfiguration.d.ts +1 -1
  84. package/dist-types/models/B2biServiceException.d.ts +1 -1
  85. package/dist-types/models/errors.d.ts +1 -1
  86. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  87. package/dist-types/runtimeConfig.d.ts +2 -2
  88. package/dist-types/runtimeConfig.native.d.ts +2 -2
  89. package/dist-types/ts3.4/B2bi.d.ts +1 -1
  90. package/dist-types/ts3.4/B2biClient.d.ts +8 -14
  91. package/dist-types/ts3.4/commands/CreateCapabilityCommand.d.ts +6 -4
  92. package/dist-types/ts3.4/commands/CreatePartnershipCommand.d.ts +6 -4
  93. package/dist-types/ts3.4/commands/CreateProfileCommand.d.ts +6 -4
  94. package/dist-types/ts3.4/commands/CreateStarterMappingTemplateCommand.d.ts +6 -4
  95. package/dist-types/ts3.4/commands/CreateTransformerCommand.d.ts +6 -4
  96. package/dist-types/ts3.4/commands/DeleteCapabilityCommand.d.ts +6 -4
  97. package/dist-types/ts3.4/commands/DeletePartnershipCommand.d.ts +6 -4
  98. package/dist-types/ts3.4/commands/DeleteProfileCommand.d.ts +6 -4
  99. package/dist-types/ts3.4/commands/DeleteTransformerCommand.d.ts +6 -4
  100. package/dist-types/ts3.4/commands/GenerateMappingCommand.d.ts +6 -4
  101. package/dist-types/ts3.4/commands/GetCapabilityCommand.d.ts +6 -4
  102. package/dist-types/ts3.4/commands/GetPartnershipCommand.d.ts +6 -4
  103. package/dist-types/ts3.4/commands/GetProfileCommand.d.ts +6 -4
  104. package/dist-types/ts3.4/commands/GetTransformerCommand.d.ts +6 -4
  105. package/dist-types/ts3.4/commands/GetTransformerJobCommand.d.ts +6 -4
  106. package/dist-types/ts3.4/commands/ListCapabilitiesCommand.d.ts +6 -4
  107. package/dist-types/ts3.4/commands/ListPartnershipsCommand.d.ts +6 -4
  108. package/dist-types/ts3.4/commands/ListProfilesCommand.d.ts +6 -4
  109. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
  110. package/dist-types/ts3.4/commands/ListTransformersCommand.d.ts +6 -4
  111. package/dist-types/ts3.4/commands/StartTransformerJobCommand.d.ts +6 -4
  112. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
  113. package/dist-types/ts3.4/commands/TestConversionCommand.d.ts +6 -4
  114. package/dist-types/ts3.4/commands/TestMappingCommand.d.ts +6 -4
  115. package/dist-types/ts3.4/commands/TestParsingCommand.d.ts +6 -4
  116. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
  117. package/dist-types/ts3.4/commands/UpdateCapabilityCommand.d.ts +6 -4
  118. package/dist-types/ts3.4/commands/UpdatePartnershipCommand.d.ts +6 -4
  119. package/dist-types/ts3.4/commands/UpdateProfileCommand.d.ts +6 -4
  120. package/dist-types/ts3.4/commands/UpdateTransformerCommand.d.ts +6 -4
  121. package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  122. package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  123. package/dist-types/ts3.4/models/B2biServiceException.d.ts +1 -1
  124. package/dist-types/ts3.4/models/errors.d.ts +1 -1
  125. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  126. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  127. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  128. package/dist-types/ts3.4/waiters/waitForTransformerJobSucceeded.d.ts +1 -1
  129. package/dist-types/waiters/waitForTransformerJobSucceeded.d.ts +1 -1
  130. package/package.json +13 -35
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  B2biClientResolvedConfig,
@@ -18,7 +18,7 @@ export interface GetCapabilityCommandOutput
18
18
  declare const GetCapabilityCommand_base: {
19
19
  new (
20
20
  input: GetCapabilityCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  GetCapabilityCommandInput,
23
23
  GetCapabilityCommandOutput,
24
24
  B2biClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const GetCapabilityCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: GetCapabilityCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  GetCapabilityCommandInput,
32
32
  GetCapabilityCommandOutput,
33
33
  B2biClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class GetCapabilityCommand extends GetCapabilityCommand_base {
40
42
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  B2biClientResolvedConfig,
@@ -18,7 +18,7 @@ export interface GetPartnershipCommandOutput
18
18
  declare const GetPartnershipCommand_base: {
19
19
  new (
20
20
  input: GetPartnershipCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  GetPartnershipCommandInput,
23
23
  GetPartnershipCommandOutput,
24
24
  B2biClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const GetPartnershipCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: GetPartnershipCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  GetPartnershipCommandInput,
32
32
  GetPartnershipCommandOutput,
33
33
  B2biClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class GetPartnershipCommand extends GetPartnershipCommand_base {
40
42
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  B2biClientResolvedConfig,
@@ -15,7 +15,7 @@ export interface GetProfileCommandOutput
15
15
  declare const GetProfileCommand_base: {
16
16
  new (
17
17
  input: GetProfileCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  GetProfileCommandInput,
20
20
  GetProfileCommandOutput,
21
21
  B2biClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const GetProfileCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: GetProfileCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  GetProfileCommandInput,
29
29
  GetProfileCommandOutput,
30
30
  B2biClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class GetProfileCommand extends GetProfileCommand_base {
37
39
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  B2biClientResolvedConfig,
@@ -18,7 +18,7 @@ export interface GetTransformerCommandOutput
18
18
  declare const GetTransformerCommand_base: {
19
19
  new (
20
20
  input: GetTransformerCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  GetTransformerCommandInput,
23
23
  GetTransformerCommandOutput,
24
24
  B2biClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const GetTransformerCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: GetTransformerCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  GetTransformerCommandInput,
32
32
  GetTransformerCommandOutput,
33
33
  B2biClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class GetTransformerCommand extends GetTransformerCommand_base {
40
42
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  B2biClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface GetTransformerJobCommandOutput
19
19
  declare const GetTransformerJobCommand_base: {
20
20
  new (
21
21
  input: GetTransformerJobCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  GetTransformerJobCommandInput,
24
24
  GetTransformerJobCommandOutput,
25
25
  B2biClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const GetTransformerJobCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: GetTransformerJobCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  GetTransformerJobCommandInput,
33
33
  GetTransformerJobCommandOutput,
34
34
  B2biClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class GetTransformerJobCommand extends GetTransformerJobCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  B2biClientResolvedConfig,
@@ -18,7 +18,7 @@ export interface ListCapabilitiesCommandOutput
18
18
  declare const ListCapabilitiesCommand_base: {
19
19
  new (
20
20
  input: ListCapabilitiesCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  ListCapabilitiesCommandInput,
23
23
  ListCapabilitiesCommandOutput,
24
24
  B2biClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const ListCapabilitiesCommand_base: {
27
27
  >;
28
28
  new (
29
29
  ...[input]: [] | [ListCapabilitiesCommandInput]
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  ListCapabilitiesCommandInput,
32
32
  ListCapabilitiesCommandOutput,
33
33
  B2biClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class ListCapabilitiesCommand extends ListCapabilitiesCommand_base {
40
42
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  B2biClientResolvedConfig,
@@ -18,7 +18,7 @@ export interface ListPartnershipsCommandOutput
18
18
  declare const ListPartnershipsCommand_base: {
19
19
  new (
20
20
  input: ListPartnershipsCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  ListPartnershipsCommandInput,
23
23
  ListPartnershipsCommandOutput,
24
24
  B2biClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const ListPartnershipsCommand_base: {
27
27
  >;
28
28
  new (
29
29
  ...[input]: [] | [ListPartnershipsCommandInput]
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  ListPartnershipsCommandInput,
32
32
  ListPartnershipsCommandOutput,
33
33
  B2biClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class ListPartnershipsCommand extends ListPartnershipsCommand_base {
40
42
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  B2biClientResolvedConfig,
@@ -15,7 +15,7 @@ export interface ListProfilesCommandOutput
15
15
  declare const ListProfilesCommand_base: {
16
16
  new (
17
17
  input: ListProfilesCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  ListProfilesCommandInput,
20
20
  ListProfilesCommandOutput,
21
21
  B2biClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const ListProfilesCommand_base: {
24
24
  >;
25
25
  new (
26
26
  ...[input]: [] | [ListProfilesCommandInput]
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  ListProfilesCommandInput,
29
29
  ListProfilesCommandOutput,
30
30
  B2biClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class ListProfilesCommand extends ListProfilesCommand_base {
37
39
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  B2biClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface ListTagsForResourceCommandOutput
19
19
  declare const ListTagsForResourceCommand_base: {
20
20
  new (
21
21
  input: ListTagsForResourceCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  ListTagsForResourceCommandInput,
24
24
  ListTagsForResourceCommandOutput,
25
25
  B2biClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const ListTagsForResourceCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: ListTagsForResourceCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  ListTagsForResourceCommandInput,
33
33
  ListTagsForResourceCommandOutput,
34
34
  B2biClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  B2biClientResolvedConfig,
@@ -18,7 +18,7 @@ export interface ListTransformersCommandOutput
18
18
  declare const ListTransformersCommand_base: {
19
19
  new (
20
20
  input: ListTransformersCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  ListTransformersCommandInput,
23
23
  ListTransformersCommandOutput,
24
24
  B2biClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const ListTransformersCommand_base: {
27
27
  >;
28
28
  new (
29
29
  ...[input]: [] | [ListTransformersCommandInput]
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  ListTransformersCommandInput,
32
32
  ListTransformersCommandOutput,
33
33
  B2biClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class ListTransformersCommand extends ListTransformersCommand_base {
40
42
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  B2biClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface StartTransformerJobCommandOutput
19
19
  declare const StartTransformerJobCommand_base: {
20
20
  new (
21
21
  input: StartTransformerJobCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  StartTransformerJobCommandInput,
24
24
  StartTransformerJobCommandOutput,
25
25
  B2biClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const StartTransformerJobCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: StartTransformerJobCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  StartTransformerJobCommandInput,
33
33
  StartTransformerJobCommandOutput,
34
34
  B2biClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class StartTransformerJobCommand extends StartTransformerJobCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  B2biClientResolvedConfig,
@@ -13,7 +13,7 @@ export interface TagResourceCommandOutput extends __MetadataBearer {}
13
13
  declare const TagResourceCommand_base: {
14
14
  new (
15
15
  input: TagResourceCommandInput
16
- ): import("@smithy/smithy-client").CommandImpl<
16
+ ): import("@smithy/core/client").CommandImpl<
17
17
  TagResourceCommandInput,
18
18
  TagResourceCommandOutput,
19
19
  B2biClientResolvedConfig,
@@ -22,14 +22,16 @@ declare const TagResourceCommand_base: {
22
22
  >;
23
23
  new (
24
24
  input: TagResourceCommandInput
25
- ): import("@smithy/smithy-client").CommandImpl<
25
+ ): import("@smithy/core/client").CommandImpl<
26
26
  TagResourceCommandInput,
27
27
  TagResourceCommandOutput,
28
28
  B2biClientResolvedConfig,
29
29
  ServiceInputTypes,
30
30
  ServiceOutputTypes
31
31
  >;
32
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
32
+ getEndpointParameterInstructions(): {
33
+ [x: string]: unknown;
34
+ };
33
35
  };
34
36
  export declare class TagResourceCommand extends TagResourceCommand_base {
35
37
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  B2biClientResolvedConfig,
@@ -18,7 +18,7 @@ export interface TestConversionCommandOutput
18
18
  declare const TestConversionCommand_base: {
19
19
  new (
20
20
  input: TestConversionCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  TestConversionCommandInput,
23
23
  TestConversionCommandOutput,
24
24
  B2biClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const TestConversionCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: TestConversionCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  TestConversionCommandInput,
32
32
  TestConversionCommandOutput,
33
33
  B2biClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class TestConversionCommand extends TestConversionCommand_base {
40
42
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  B2biClientResolvedConfig,
@@ -15,7 +15,7 @@ export interface TestMappingCommandOutput
15
15
  declare const TestMappingCommand_base: {
16
16
  new (
17
17
  input: TestMappingCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  TestMappingCommandInput,
20
20
  TestMappingCommandOutput,
21
21
  B2biClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const TestMappingCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: TestMappingCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  TestMappingCommandInput,
29
29
  TestMappingCommandOutput,
30
30
  B2biClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class TestMappingCommand extends TestMappingCommand_base {
37
39
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  B2biClientResolvedConfig,
@@ -15,7 +15,7 @@ export interface TestParsingCommandOutput
15
15
  declare const TestParsingCommand_base: {
16
16
  new (
17
17
  input: TestParsingCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  TestParsingCommandInput,
20
20
  TestParsingCommandOutput,
21
21
  B2biClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const TestParsingCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: TestParsingCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  TestParsingCommandInput,
29
29
  TestParsingCommandOutput,
30
30
  B2biClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class TestParsingCommand extends TestParsingCommand_base {
37
39
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  B2biClientResolvedConfig,
@@ -13,7 +13,7 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {}
13
13
  declare const UntagResourceCommand_base: {
14
14
  new (
15
15
  input: UntagResourceCommandInput
16
- ): import("@smithy/smithy-client").CommandImpl<
16
+ ): import("@smithy/core/client").CommandImpl<
17
17
  UntagResourceCommandInput,
18
18
  UntagResourceCommandOutput,
19
19
  B2biClientResolvedConfig,
@@ -22,14 +22,16 @@ declare const UntagResourceCommand_base: {
22
22
  >;
23
23
  new (
24
24
  input: UntagResourceCommandInput
25
- ): import("@smithy/smithy-client").CommandImpl<
25
+ ): import("@smithy/core/client").CommandImpl<
26
26
  UntagResourceCommandInput,
27
27
  UntagResourceCommandOutput,
28
28
  B2biClientResolvedConfig,
29
29
  ServiceInputTypes,
30
30
  ServiceOutputTypes
31
31
  >;
32
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
32
+ getEndpointParameterInstructions(): {
33
+ [x: string]: unknown;
34
+ };
33
35
  };
34
36
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
35
37
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  B2biClientResolvedConfig,
@@ -18,7 +18,7 @@ export interface UpdateCapabilityCommandOutput
18
18
  declare const UpdateCapabilityCommand_base: {
19
19
  new (
20
20
  input: UpdateCapabilityCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  UpdateCapabilityCommandInput,
23
23
  UpdateCapabilityCommandOutput,
24
24
  B2biClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const UpdateCapabilityCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: UpdateCapabilityCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  UpdateCapabilityCommandInput,
32
32
  UpdateCapabilityCommandOutput,
33
33
  B2biClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class UpdateCapabilityCommand extends UpdateCapabilityCommand_base {
40
42
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  B2biClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface UpdatePartnershipCommandOutput
19
19
  declare const UpdatePartnershipCommand_base: {
20
20
  new (
21
21
  input: UpdatePartnershipCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  UpdatePartnershipCommandInput,
24
24
  UpdatePartnershipCommandOutput,
25
25
  B2biClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const UpdatePartnershipCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: UpdatePartnershipCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  UpdatePartnershipCommandInput,
33
33
  UpdatePartnershipCommandOutput,
34
34
  B2biClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class UpdatePartnershipCommand extends UpdatePartnershipCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  B2biClientResolvedConfig,
@@ -18,7 +18,7 @@ export interface UpdateProfileCommandOutput
18
18
  declare const UpdateProfileCommand_base: {
19
19
  new (
20
20
  input: UpdateProfileCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  UpdateProfileCommandInput,
23
23
  UpdateProfileCommandOutput,
24
24
  B2biClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const UpdateProfileCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: UpdateProfileCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  UpdateProfileCommandInput,
32
32
  UpdateProfileCommandOutput,
33
33
  B2biClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class UpdateProfileCommand extends UpdateProfileCommand_base {
40
42
  protected static __types: {