@aws-sdk/client-b2bi 3.890.0 → 3.893.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-types/commands/CreateCapabilityCommand.d.ts +2 -0
- package/dist-types/commands/CreatePartnershipCommand.d.ts +2 -0
- package/dist-types/commands/CreateProfileCommand.d.ts +2 -0
- package/dist-types/commands/CreateStarterMappingTemplateCommand.d.ts +2 -0
- package/dist-types/commands/CreateTransformerCommand.d.ts +2 -0
- package/dist-types/commands/DeleteCapabilityCommand.d.ts +2 -0
- package/dist-types/commands/DeletePartnershipCommand.d.ts +2 -0
- package/dist-types/commands/DeleteProfileCommand.d.ts +2 -0
- package/dist-types/commands/DeleteTransformerCommand.d.ts +2 -0
- package/dist-types/commands/GenerateMappingCommand.d.ts +2 -0
- package/dist-types/commands/GetCapabilityCommand.d.ts +2 -0
- package/dist-types/commands/GetPartnershipCommand.d.ts +2 -0
- package/dist-types/commands/GetProfileCommand.d.ts +2 -0
- package/dist-types/commands/GetTransformerCommand.d.ts +2 -0
- package/dist-types/commands/GetTransformerJobCommand.d.ts +2 -0
- package/dist-types/commands/ListCapabilitiesCommand.d.ts +2 -0
- package/dist-types/commands/ListPartnershipsCommand.d.ts +2 -0
- package/dist-types/commands/ListProfilesCommand.d.ts +2 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/commands/ListTransformersCommand.d.ts +2 -0
- package/dist-types/commands/StartTransformerJobCommand.d.ts +2 -0
- package/dist-types/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/commands/TestConversionCommand.d.ts +2 -0
- package/dist-types/commands/TestMappingCommand.d.ts +2 -0
- package/dist-types/commands/TestParsingCommand.d.ts +2 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateCapabilityCommand.d.ts +2 -0
- package/dist-types/commands/UpdatePartnershipCommand.d.ts +2 -0
- package/dist-types/commands/UpdateProfileCommand.d.ts +2 -0
- package/dist-types/commands/UpdateTransformerCommand.d.ts +2 -0
- package/package.json +19 -19
|
@@ -33,6 +33,8 @@ declare const CreateCapabilityCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { B2biClient, CreateCapabilityCommand } from "@aws-sdk/client-b2bi"; // ES Modules import
|
|
35
35
|
* // const { B2biClient, CreateCapabilityCommand } = require("@aws-sdk/client-b2bi"); // CommonJS import
|
|
36
|
+
* // import type { B2biClientConfig } from "@aws-sdk/client-b2bi";
|
|
37
|
+
* const config = {}; // type is B2biClientConfig
|
|
36
38
|
* const client = new B2biClient(config);
|
|
37
39
|
* const input = { // CreateCapabilityRequest
|
|
38
40
|
* name: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const CreatePartnershipCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { B2biClient, CreatePartnershipCommand } from "@aws-sdk/client-b2bi"; // ES Modules import
|
|
35
35
|
* // const { B2biClient, CreatePartnershipCommand } = require("@aws-sdk/client-b2bi"); // CommonJS import
|
|
36
|
+
* // import type { B2biClientConfig } from "@aws-sdk/client-b2bi";
|
|
37
|
+
* const config = {}; // type is B2biClientConfig
|
|
36
38
|
* const client = new B2biClient(config);
|
|
37
39
|
* const input = { // CreatePartnershipRequest
|
|
38
40
|
* profileId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const CreateProfileCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { B2biClient, CreateProfileCommand } from "@aws-sdk/client-b2bi"; // ES Modules import
|
|
35
35
|
* // const { B2biClient, CreateProfileCommand } = require("@aws-sdk/client-b2bi"); // CommonJS import
|
|
36
|
+
* // import type { B2biClientConfig } from "@aws-sdk/client-b2bi";
|
|
37
|
+
* const config = {}; // type is B2biClientConfig
|
|
36
38
|
* const client = new B2biClient(config);
|
|
37
39
|
* const input = { // CreateProfileRequest
|
|
38
40
|
* name: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const CreateStarterMappingTemplateCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { B2biClient, CreateStarterMappingTemplateCommand } from "@aws-sdk/client-b2bi"; // ES Modules import
|
|
35
35
|
* // const { B2biClient, CreateStarterMappingTemplateCommand } = require("@aws-sdk/client-b2bi"); // CommonJS import
|
|
36
|
+
* // import type { B2biClientConfig } from "@aws-sdk/client-b2bi";
|
|
37
|
+
* const config = {}; // type is B2biClientConfig
|
|
36
38
|
* const client = new B2biClient(config);
|
|
37
39
|
* const input = { // CreateStarterMappingTemplateRequest
|
|
38
40
|
* outputSampleLocation: { // S3Location
|
|
@@ -33,6 +33,8 @@ declare const CreateTransformerCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { B2biClient, CreateTransformerCommand } from "@aws-sdk/client-b2bi"; // ES Modules import
|
|
35
35
|
* // const { B2biClient, CreateTransformerCommand } = require("@aws-sdk/client-b2bi"); // CommonJS import
|
|
36
|
+
* // import type { B2biClientConfig } from "@aws-sdk/client-b2bi";
|
|
37
|
+
* const config = {}; // type is B2biClientConfig
|
|
36
38
|
* const client = new B2biClient(config);
|
|
37
39
|
* const input = { // CreateTransformerRequest
|
|
38
40
|
* name: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteCapabilityCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { B2biClient, DeleteCapabilityCommand } from "@aws-sdk/client-b2bi"; // ES Modules import
|
|
35
35
|
* // const { B2biClient, DeleteCapabilityCommand } = require("@aws-sdk/client-b2bi"); // CommonJS import
|
|
36
|
+
* // import type { B2biClientConfig } from "@aws-sdk/client-b2bi";
|
|
37
|
+
* const config = {}; // type is B2biClientConfig
|
|
36
38
|
* const client = new B2biClient(config);
|
|
37
39
|
* const input = { // DeleteCapabilityRequest
|
|
38
40
|
* capabilityId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeletePartnershipCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { B2biClient, DeletePartnershipCommand } from "@aws-sdk/client-b2bi"; // ES Modules import
|
|
35
35
|
* // const { B2biClient, DeletePartnershipCommand } = require("@aws-sdk/client-b2bi"); // CommonJS import
|
|
36
|
+
* // import type { B2biClientConfig } from "@aws-sdk/client-b2bi";
|
|
37
|
+
* const config = {}; // type is B2biClientConfig
|
|
36
38
|
* const client = new B2biClient(config);
|
|
37
39
|
* const input = { // DeletePartnershipRequest
|
|
38
40
|
* partnershipId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteProfileCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { B2biClient, DeleteProfileCommand } from "@aws-sdk/client-b2bi"; // ES Modules import
|
|
35
35
|
* // const { B2biClient, DeleteProfileCommand } = require("@aws-sdk/client-b2bi"); // CommonJS import
|
|
36
|
+
* // import type { B2biClientConfig } from "@aws-sdk/client-b2bi";
|
|
37
|
+
* const config = {}; // type is B2biClientConfig
|
|
36
38
|
* const client = new B2biClient(config);
|
|
37
39
|
* const input = { // DeleteProfileRequest
|
|
38
40
|
* profileId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteTransformerCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { B2biClient, DeleteTransformerCommand } from "@aws-sdk/client-b2bi"; // ES Modules import
|
|
35
35
|
* // const { B2biClient, DeleteTransformerCommand } = require("@aws-sdk/client-b2bi"); // CommonJS import
|
|
36
|
+
* // import type { B2biClientConfig } from "@aws-sdk/client-b2bi";
|
|
37
|
+
* const config = {}; // type is B2biClientConfig
|
|
36
38
|
* const client = new B2biClient(config);
|
|
37
39
|
* const input = { // DeleteTransformerRequest
|
|
38
40
|
* transformerId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GenerateMappingCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { B2biClient, GenerateMappingCommand } from "@aws-sdk/client-b2bi"; // ES Modules import
|
|
35
35
|
* // const { B2biClient, GenerateMappingCommand } = require("@aws-sdk/client-b2bi"); // CommonJS import
|
|
36
|
+
* // import type { B2biClientConfig } from "@aws-sdk/client-b2bi";
|
|
37
|
+
* const config = {}; // type is B2biClientConfig
|
|
36
38
|
* const client = new B2biClient(config);
|
|
37
39
|
* const input = { // GenerateMappingRequest
|
|
38
40
|
* inputFileContent: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetCapabilityCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { B2biClient, GetCapabilityCommand } from "@aws-sdk/client-b2bi"; // ES Modules import
|
|
35
35
|
* // const { B2biClient, GetCapabilityCommand } = require("@aws-sdk/client-b2bi"); // CommonJS import
|
|
36
|
+
* // import type { B2biClientConfig } from "@aws-sdk/client-b2bi";
|
|
37
|
+
* const config = {}; // type is B2biClientConfig
|
|
36
38
|
* const client = new B2biClient(config);
|
|
37
39
|
* const input = { // GetCapabilityRequest
|
|
38
40
|
* capabilityId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetPartnershipCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { B2biClient, GetPartnershipCommand } from "@aws-sdk/client-b2bi"; // ES Modules import
|
|
35
35
|
* // const { B2biClient, GetPartnershipCommand } = require("@aws-sdk/client-b2bi"); // CommonJS import
|
|
36
|
+
* // import type { B2biClientConfig } from "@aws-sdk/client-b2bi";
|
|
37
|
+
* const config = {}; // type is B2biClientConfig
|
|
36
38
|
* const client = new B2biClient(config);
|
|
37
39
|
* const input = { // GetPartnershipRequest
|
|
38
40
|
* partnershipId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetProfileCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { B2biClient, GetProfileCommand } from "@aws-sdk/client-b2bi"; // ES Modules import
|
|
35
35
|
* // const { B2biClient, GetProfileCommand } = require("@aws-sdk/client-b2bi"); // CommonJS import
|
|
36
|
+
* // import type { B2biClientConfig } from "@aws-sdk/client-b2bi";
|
|
37
|
+
* const config = {}; // type is B2biClientConfig
|
|
36
38
|
* const client = new B2biClient(config);
|
|
37
39
|
* const input = { // GetProfileRequest
|
|
38
40
|
* profileId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetTransformerCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { B2biClient, GetTransformerCommand } from "@aws-sdk/client-b2bi"; // ES Modules import
|
|
35
35
|
* // const { B2biClient, GetTransformerCommand } = require("@aws-sdk/client-b2bi"); // CommonJS import
|
|
36
|
+
* // import type { B2biClientConfig } from "@aws-sdk/client-b2bi";
|
|
37
|
+
* const config = {}; // type is B2biClientConfig
|
|
36
38
|
* const client = new B2biClient(config);
|
|
37
39
|
* const input = { // GetTransformerRequest
|
|
38
40
|
* transformerId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetTransformerJobCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { B2biClient, GetTransformerJobCommand } from "@aws-sdk/client-b2bi"; // ES Modules import
|
|
35
35
|
* // const { B2biClient, GetTransformerJobCommand } = require("@aws-sdk/client-b2bi"); // CommonJS import
|
|
36
|
+
* // import type { B2biClientConfig } from "@aws-sdk/client-b2bi";
|
|
37
|
+
* const config = {}; // type is B2biClientConfig
|
|
36
38
|
* const client = new B2biClient(config);
|
|
37
39
|
* const input = { // GetTransformerJobRequest
|
|
38
40
|
* transformerJobId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListCapabilitiesCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { B2biClient, ListCapabilitiesCommand } from "@aws-sdk/client-b2bi"; // ES Modules import
|
|
35
35
|
* // const { B2biClient, ListCapabilitiesCommand } = require("@aws-sdk/client-b2bi"); // CommonJS import
|
|
36
|
+
* // import type { B2biClientConfig } from "@aws-sdk/client-b2bi";
|
|
37
|
+
* const config = {}; // type is B2biClientConfig
|
|
36
38
|
* const client = new B2biClient(config);
|
|
37
39
|
* const input = { // ListCapabilitiesRequest
|
|
38
40
|
* nextToken: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const ListPartnershipsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { B2biClient, ListPartnershipsCommand } from "@aws-sdk/client-b2bi"; // ES Modules import
|
|
35
35
|
* // const { B2biClient, ListPartnershipsCommand } = require("@aws-sdk/client-b2bi"); // CommonJS import
|
|
36
|
+
* // import type { B2biClientConfig } from "@aws-sdk/client-b2bi";
|
|
37
|
+
* const config = {}; // type is B2biClientConfig
|
|
36
38
|
* const client = new B2biClient(config);
|
|
37
39
|
* const input = { // ListPartnershipsRequest
|
|
38
40
|
* profileId: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const ListProfilesCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { B2biClient, ListProfilesCommand } from "@aws-sdk/client-b2bi"; // ES Modules import
|
|
35
35
|
* // const { B2biClient, ListProfilesCommand } = require("@aws-sdk/client-b2bi"); // CommonJS import
|
|
36
|
+
* // import type { B2biClientConfig } from "@aws-sdk/client-b2bi";
|
|
37
|
+
* const config = {}; // type is B2biClientConfig
|
|
36
38
|
* const client = new B2biClient(config);
|
|
37
39
|
* const input = { // ListProfilesRequest
|
|
38
40
|
* nextToken: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { B2biClient, ListTagsForResourceCommand } from "@aws-sdk/client-b2bi"; // ES Modules import
|
|
35
35
|
* // const { B2biClient, ListTagsForResourceCommand } = require("@aws-sdk/client-b2bi"); // CommonJS import
|
|
36
|
+
* // import type { B2biClientConfig } from "@aws-sdk/client-b2bi";
|
|
37
|
+
* const config = {}; // type is B2biClientConfig
|
|
36
38
|
* const client = new B2biClient(config);
|
|
37
39
|
* const input = { // ListTagsForResourceRequest
|
|
38
40
|
* ResourceARN: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListTransformersCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { B2biClient, ListTransformersCommand } from "@aws-sdk/client-b2bi"; // ES Modules import
|
|
35
35
|
* // const { B2biClient, ListTransformersCommand } = require("@aws-sdk/client-b2bi"); // CommonJS import
|
|
36
|
+
* // import type { B2biClientConfig } from "@aws-sdk/client-b2bi";
|
|
37
|
+
* const config = {}; // type is B2biClientConfig
|
|
36
38
|
* const client = new B2biClient(config);
|
|
37
39
|
* const input = { // ListTransformersRequest
|
|
38
40
|
* nextToken: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const StartTransformerJobCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { B2biClient, StartTransformerJobCommand } from "@aws-sdk/client-b2bi"; // ES Modules import
|
|
35
35
|
* // const { B2biClient, StartTransformerJobCommand } = require("@aws-sdk/client-b2bi"); // CommonJS import
|
|
36
|
+
* // import type { B2biClientConfig } from "@aws-sdk/client-b2bi";
|
|
37
|
+
* const config = {}; // type is B2biClientConfig
|
|
36
38
|
* const client = new B2biClient(config);
|
|
37
39
|
* const input = { // StartTransformerJobRequest
|
|
38
40
|
* inputFile: { // S3Location
|
|
@@ -33,6 +33,8 @@ declare const TagResourceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { B2biClient, TagResourceCommand } from "@aws-sdk/client-b2bi"; // ES Modules import
|
|
35
35
|
* // const { B2biClient, TagResourceCommand } = require("@aws-sdk/client-b2bi"); // CommonJS import
|
|
36
|
+
* // import type { B2biClientConfig } from "@aws-sdk/client-b2bi";
|
|
37
|
+
* const config = {}; // type is B2biClientConfig
|
|
36
38
|
* const client = new B2biClient(config);
|
|
37
39
|
* const input = { // TagResourceRequest
|
|
38
40
|
* ResourceARN: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const TestConversionCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { B2biClient, TestConversionCommand } from "@aws-sdk/client-b2bi"; // ES Modules import
|
|
35
35
|
* // const { B2biClient, TestConversionCommand } = require("@aws-sdk/client-b2bi"); // CommonJS import
|
|
36
|
+
* // import type { B2biClientConfig } from "@aws-sdk/client-b2bi";
|
|
37
|
+
* const config = {}; // type is B2biClientConfig
|
|
36
38
|
* const client = new B2biClient(config);
|
|
37
39
|
* const input = { // TestConversionRequest
|
|
38
40
|
* source: { // ConversionSource
|
|
@@ -33,6 +33,8 @@ declare const TestMappingCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { B2biClient, TestMappingCommand } from "@aws-sdk/client-b2bi"; // ES Modules import
|
|
35
35
|
* // const { B2biClient, TestMappingCommand } = require("@aws-sdk/client-b2bi"); // CommonJS import
|
|
36
|
+
* // import type { B2biClientConfig } from "@aws-sdk/client-b2bi";
|
|
37
|
+
* const config = {}; // type is B2biClientConfig
|
|
36
38
|
* const client = new B2biClient(config);
|
|
37
39
|
* const input = { // TestMappingRequest
|
|
38
40
|
* inputFileContent: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const TestParsingCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { B2biClient, TestParsingCommand } from "@aws-sdk/client-b2bi"; // ES Modules import
|
|
35
35
|
* // const { B2biClient, TestParsingCommand } = require("@aws-sdk/client-b2bi"); // CommonJS import
|
|
36
|
+
* // import type { B2biClientConfig } from "@aws-sdk/client-b2bi";
|
|
37
|
+
* const config = {}; // type is B2biClientConfig
|
|
36
38
|
* const client = new B2biClient(config);
|
|
37
39
|
* const input = { // TestParsingRequest
|
|
38
40
|
* inputFile: { // S3Location
|
|
@@ -33,6 +33,8 @@ declare const UntagResourceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { B2biClient, UntagResourceCommand } from "@aws-sdk/client-b2bi"; // ES Modules import
|
|
35
35
|
* // const { B2biClient, UntagResourceCommand } = require("@aws-sdk/client-b2bi"); // CommonJS import
|
|
36
|
+
* // import type { B2biClientConfig } from "@aws-sdk/client-b2bi";
|
|
37
|
+
* const config = {}; // type is B2biClientConfig
|
|
36
38
|
* const client = new B2biClient(config);
|
|
37
39
|
* const input = { // UntagResourceRequest
|
|
38
40
|
* ResourceARN: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateCapabilityCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { B2biClient, UpdateCapabilityCommand } from "@aws-sdk/client-b2bi"; // ES Modules import
|
|
35
35
|
* // const { B2biClient, UpdateCapabilityCommand } = require("@aws-sdk/client-b2bi"); // CommonJS import
|
|
36
|
+
* // import type { B2biClientConfig } from "@aws-sdk/client-b2bi";
|
|
37
|
+
* const config = {}; // type is B2biClientConfig
|
|
36
38
|
* const client = new B2biClient(config);
|
|
37
39
|
* const input = { // UpdateCapabilityRequest
|
|
38
40
|
* capabilityId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdatePartnershipCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { B2biClient, UpdatePartnershipCommand } from "@aws-sdk/client-b2bi"; // ES Modules import
|
|
35
35
|
* // const { B2biClient, UpdatePartnershipCommand } = require("@aws-sdk/client-b2bi"); // CommonJS import
|
|
36
|
+
* // import type { B2biClientConfig } from "@aws-sdk/client-b2bi";
|
|
37
|
+
* const config = {}; // type is B2biClientConfig
|
|
36
38
|
* const client = new B2biClient(config);
|
|
37
39
|
* const input = { // UpdatePartnershipRequest
|
|
38
40
|
* partnershipId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateProfileCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { B2biClient, UpdateProfileCommand } from "@aws-sdk/client-b2bi"; // ES Modules import
|
|
35
35
|
* // const { B2biClient, UpdateProfileCommand } = require("@aws-sdk/client-b2bi"); // CommonJS import
|
|
36
|
+
* // import type { B2biClientConfig } from "@aws-sdk/client-b2bi";
|
|
37
|
+
* const config = {}; // type is B2biClientConfig
|
|
36
38
|
* const client = new B2biClient(config);
|
|
37
39
|
* const input = { // UpdateProfileRequest
|
|
38
40
|
* profileId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateTransformerCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { B2biClient, UpdateTransformerCommand } from "@aws-sdk/client-b2bi"; // ES Modules import
|
|
35
35
|
* // const { B2biClient, UpdateTransformerCommand } = require("@aws-sdk/client-b2bi"); // CommonJS import
|
|
36
|
+
* // import type { B2biClientConfig } from "@aws-sdk/client-b2bi";
|
|
37
|
+
* const config = {}; // type is B2biClientConfig
|
|
36
38
|
* const client = new B2biClient(config);
|
|
37
39
|
* const input = { // UpdateTransformerRequest
|
|
38
40
|
* transformerId: "STRING_VALUE", // required
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-b2bi",
|
|
3
3
|
"description": "AWS SDK for JavaScript B2bi Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.893.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-b2bi",
|
|
@@ -20,41 +20,41 @@
|
|
|
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.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
30
|
-
"@aws-sdk/types": "3.
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.893.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.893.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.893.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.893.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.893.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.893.0",
|
|
29
|
+
"@aws-sdk/region-config-resolver": "3.893.0",
|
|
30
|
+
"@aws-sdk/types": "3.893.0",
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.893.0",
|
|
32
|
+
"@aws-sdk/util-user-agent-browser": "3.893.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.893.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.2.2",
|
|
35
|
-
"@smithy/core": "^3.11.
|
|
35
|
+
"@smithy/core": "^3.11.1",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.2.1",
|
|
37
37
|
"@smithy/hash-node": "^4.1.1",
|
|
38
38
|
"@smithy/invalid-dependency": "^4.1.1",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.1.1",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.2.
|
|
41
|
-
"@smithy/middleware-retry": "^4.2.
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.2.3",
|
|
41
|
+
"@smithy/middleware-retry": "^4.2.4",
|
|
42
42
|
"@smithy/middleware-serde": "^4.1.1",
|
|
43
43
|
"@smithy/middleware-stack": "^4.1.1",
|
|
44
44
|
"@smithy/node-config-provider": "^4.2.2",
|
|
45
45
|
"@smithy/node-http-handler": "^4.2.1",
|
|
46
46
|
"@smithy/protocol-http": "^5.2.1",
|
|
47
|
-
"@smithy/smithy-client": "^4.6.
|
|
47
|
+
"@smithy/smithy-client": "^4.6.3",
|
|
48
48
|
"@smithy/types": "^4.5.0",
|
|
49
49
|
"@smithy/url-parser": "^4.1.1",
|
|
50
50
|
"@smithy/util-base64": "^4.1.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.1.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.1.0",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.1.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.1.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.1.3",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.1.3",
|
|
55
55
|
"@smithy/util-endpoints": "^3.1.2",
|
|
56
56
|
"@smithy/util-middleware": "^4.1.1",
|
|
57
|
-
"@smithy/util-retry": "^4.1.
|
|
57
|
+
"@smithy/util-retry": "^4.1.2",
|
|
58
58
|
"@smithy/util-utf8": "^4.1.0",
|
|
59
59
|
"@smithy/util-waiter": "^4.1.1",
|
|
60
60
|
"@types/uuid": "^9.0.1",
|