@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.
- 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 +84 -86
- package/dist-cjs/models/B2biServiceException.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/B2bi.js +1 -1
- package/dist-es/B2biClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/CreateCapabilityCommand.js +2 -2
- package/dist-es/commands/CreatePartnershipCommand.js +2 -2
- package/dist-es/commands/CreateProfileCommand.js +2 -2
- package/dist-es/commands/CreateStarterMappingTemplateCommand.js +2 -2
- package/dist-es/commands/CreateTransformerCommand.js +2 -2
- package/dist-es/commands/DeleteCapabilityCommand.js +2 -2
- package/dist-es/commands/DeletePartnershipCommand.js +2 -2
- package/dist-es/commands/DeleteProfileCommand.js +2 -2
- package/dist-es/commands/DeleteTransformerCommand.js +2 -2
- package/dist-es/commands/GenerateMappingCommand.js +2 -2
- package/dist-es/commands/GetCapabilityCommand.js +2 -2
- package/dist-es/commands/GetPartnershipCommand.js +2 -2
- package/dist-es/commands/GetProfileCommand.js +2 -2
- package/dist-es/commands/GetTransformerCommand.js +2 -2
- package/dist-es/commands/GetTransformerJobCommand.js +2 -2
- package/dist-es/commands/ListCapabilitiesCommand.js +2 -2
- package/dist-es/commands/ListPartnershipsCommand.js +2 -2
- package/dist-es/commands/ListProfilesCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ListTransformersCommand.js +2 -2
- package/dist-es/commands/StartTransformerJobCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/TestConversionCommand.js +2 -2
- package/dist-es/commands/TestMappingCommand.js +2 -2
- package/dist-es/commands/TestParsingCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateCapabilityCommand.js +2 -2
- package/dist-es/commands/UpdatePartnershipCommand.js +2 -2
- package/dist-es/commands/UpdateProfileCommand.js +2 -2
- package/dist-es/commands/UpdateTransformerCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/B2biServiceException.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-es/waiters/waitForTransformerJobSucceeded.js +1 -1
- package/dist-types/B2bi.d.ts +1 -1
- package/dist-types/B2biClient.d.ts +5 -5
- package/dist-types/commands/CreateCapabilityCommand.d.ts +6 -4
- package/dist-types/commands/CreatePartnershipCommand.d.ts +6 -4
- package/dist-types/commands/CreateProfileCommand.d.ts +6 -4
- package/dist-types/commands/CreateStarterMappingTemplateCommand.d.ts +6 -4
- package/dist-types/commands/CreateTransformerCommand.d.ts +6 -4
- package/dist-types/commands/DeleteCapabilityCommand.d.ts +6 -4
- package/dist-types/commands/DeletePartnershipCommand.d.ts +6 -4
- package/dist-types/commands/DeleteProfileCommand.d.ts +6 -4
- package/dist-types/commands/DeleteTransformerCommand.d.ts +6 -4
- package/dist-types/commands/GenerateMappingCommand.d.ts +6 -4
- package/dist-types/commands/GetCapabilityCommand.d.ts +6 -4
- package/dist-types/commands/GetPartnershipCommand.d.ts +6 -4
- package/dist-types/commands/GetProfileCommand.d.ts +6 -4
- package/dist-types/commands/GetTransformerCommand.d.ts +6 -4
- package/dist-types/commands/GetTransformerJobCommand.d.ts +6 -4
- package/dist-types/commands/ListCapabilitiesCommand.d.ts +6 -4
- package/dist-types/commands/ListPartnershipsCommand.d.ts +6 -4
- package/dist-types/commands/ListProfilesCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/ListTransformersCommand.d.ts +6 -4
- package/dist-types/commands/StartTransformerJobCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/TestConversionCommand.d.ts +6 -4
- package/dist-types/commands/TestMappingCommand.d.ts +6 -4
- package/dist-types/commands/TestParsingCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateCapabilityCommand.d.ts +6 -4
- package/dist-types/commands/UpdatePartnershipCommand.d.ts +6 -4
- package/dist-types/commands/UpdateProfileCommand.d.ts +6 -4
- package/dist-types/commands/UpdateTransformerCommand.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/B2biServiceException.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/B2bi.d.ts +1 -1
- package/dist-types/ts3.4/B2biClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/CreateCapabilityCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreatePartnershipCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateProfileCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateStarterMappingTemplateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateTransformerCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteCapabilityCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeletePartnershipCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteProfileCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteTransformerCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GenerateMappingCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetCapabilityCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetPartnershipCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetProfileCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetTransformerCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetTransformerJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListCapabilitiesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListPartnershipsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListProfilesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTransformersCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartTransformerJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TestConversionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TestMappingCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TestParsingCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateCapabilityCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdatePartnershipCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateProfileCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateTransformerCommand.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/B2biServiceException.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/dist-types/ts3.4/waiters/waitForTransformerJobSucceeded.d.ts +1 -1
- package/dist-types/waiters/waitForTransformerJobSucceeded.d.ts +1 -1
- package/package.json +13 -35
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
B2biClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface GetCapabilityCommandOutput
|
|
|
18
18
|
declare const GetCapabilityCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: GetCapabilityCommandInput
|
|
21
|
-
): import("@smithy/
|
|
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/
|
|
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():
|
|
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/
|
|
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/
|
|
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/
|
|
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():
|
|
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/
|
|
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/
|
|
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/
|
|
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():
|
|
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/
|
|
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/
|
|
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/
|
|
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():
|
|
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/
|
|
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/
|
|
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/
|
|
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():
|
|
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/
|
|
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/
|
|
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/
|
|
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():
|
|
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/
|
|
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/
|
|
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/
|
|
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():
|
|
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/
|
|
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/
|
|
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/
|
|
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():
|
|
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/
|
|
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/
|
|
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/
|
|
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():
|
|
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/
|
|
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/
|
|
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/
|
|
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():
|
|
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/
|
|
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/
|
|
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/
|
|
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():
|
|
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/
|
|
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/
|
|
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/
|
|
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():
|
|
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/
|
|
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/
|
|
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/
|
|
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():
|
|
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/
|
|
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/
|
|
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/
|
|
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():
|
|
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/
|
|
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/
|
|
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/
|
|
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():
|
|
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/
|
|
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/
|
|
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/
|
|
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():
|
|
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/
|
|
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/
|
|
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/
|
|
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():
|
|
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/
|
|
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/
|
|
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/
|
|
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():
|
|
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/
|
|
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/
|
|
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/
|
|
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():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class UpdateProfileCommand extends UpdateProfileCommand_base {
|
|
40
42
|
protected static __types: {
|