@aws-sdk/client-b2bi 3.533.0 → 3.540.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 (65) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +4 -2
  2. package/dist-cjs/index.js +0 -3
  3. package/dist-es/endpoint/endpointResolver.js +3 -1
  4. package/dist-es/index.js +0 -1
  5. package/dist-types/B2bi.d.ts +5 -1
  6. package/dist-types/B2biClient.d.ts +1 -1
  7. package/dist-types/commands/CreateCapabilityCommand.d.ts +2 -1
  8. package/dist-types/commands/CreatePartnershipCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateProfileCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateTransformerCommand.d.ts +2 -1
  11. package/dist-types/commands/DeleteCapabilityCommand.d.ts +2 -1
  12. package/dist-types/commands/DeletePartnershipCommand.d.ts +2 -1
  13. package/dist-types/commands/DeleteProfileCommand.d.ts +2 -1
  14. package/dist-types/commands/DeleteTransformerCommand.d.ts +2 -1
  15. package/dist-types/commands/GetCapabilityCommand.d.ts +2 -1
  16. package/dist-types/commands/GetPartnershipCommand.d.ts +2 -1
  17. package/dist-types/commands/GetProfileCommand.d.ts +2 -1
  18. package/dist-types/commands/GetTransformerCommand.d.ts +2 -1
  19. package/dist-types/commands/GetTransformerJobCommand.d.ts +2 -1
  20. package/dist-types/commands/ListCapabilitiesCommand.d.ts +2 -1
  21. package/dist-types/commands/ListPartnershipsCommand.d.ts +2 -1
  22. package/dist-types/commands/ListProfilesCommand.d.ts +2 -1
  23. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  24. package/dist-types/commands/ListTransformersCommand.d.ts +2 -1
  25. package/dist-types/commands/StartTransformerJobCommand.d.ts +2 -1
  26. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  27. package/dist-types/commands/TestMappingCommand.d.ts +2 -1
  28. package/dist-types/commands/TestParsingCommand.d.ts +2 -1
  29. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  30. package/dist-types/commands/UpdateCapabilityCommand.d.ts +2 -1
  31. package/dist-types/commands/UpdatePartnershipCommand.d.ts +2 -1
  32. package/dist-types/commands/UpdateProfileCommand.d.ts +2 -1
  33. package/dist-types/commands/UpdateTransformerCommand.d.ts +2 -1
  34. package/dist-types/index.d.ts +0 -1
  35. package/dist-types/models/models_0.d.ts +268 -268
  36. package/dist-types/ts3.4/B2bi.d.ts +4 -0
  37. package/dist-types/ts3.4/commands/CreateCapabilityCommand.d.ts +9 -0
  38. package/dist-types/ts3.4/commands/CreatePartnershipCommand.d.ts +9 -0
  39. package/dist-types/ts3.4/commands/CreateProfileCommand.d.ts +9 -0
  40. package/dist-types/ts3.4/commands/CreateTransformerCommand.d.ts +9 -0
  41. package/dist-types/ts3.4/commands/DeleteCapabilityCommand.d.ts +9 -0
  42. package/dist-types/ts3.4/commands/DeletePartnershipCommand.d.ts +9 -0
  43. package/dist-types/ts3.4/commands/DeleteProfileCommand.d.ts +9 -0
  44. package/dist-types/ts3.4/commands/DeleteTransformerCommand.d.ts +9 -0
  45. package/dist-types/ts3.4/commands/GetCapabilityCommand.d.ts +9 -0
  46. package/dist-types/ts3.4/commands/GetPartnershipCommand.d.ts +9 -0
  47. package/dist-types/ts3.4/commands/GetProfileCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/GetTransformerCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/GetTransformerJobCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/ListCapabilitiesCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/ListPartnershipsCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/ListProfilesCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/ListTransformersCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/StartTransformerJobCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/TestMappingCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/TestParsingCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/UpdateCapabilityCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/UpdatePartnershipCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/UpdateProfileCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/UpdateTransformerCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/index.d.ts +0 -1
  65. package/package.json +40 -40
@@ -22,10 +22,10 @@ export interface UpdatePartnershipCommandOutput extends UpdatePartnershipRespons
22
22
  }
23
23
  declare const UpdatePartnershipCommand_base: {
24
24
  new (input: UpdatePartnershipCommandInput): import("@smithy/smithy-client").CommandImpl<UpdatePartnershipCommandInput, UpdatePartnershipCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdatePartnershipCommandInput): import("@smithy/smithy-client").CommandImpl<UpdatePartnershipCommandInput, UpdatePartnershipCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates some of the parameters for a partnership between a customer and trading partner. A partnership represents the connection between you and your trading partner. It ties
30
30
  * together a profile and one or more trading capabilities.</p>
31
31
  * @example
@@ -90,6 +90,7 @@ declare const UpdatePartnershipCommand_base: {
90
90
  * @throws {@link B2biServiceException}
91
91
  * <p>Base exception class for all service exceptions from B2bi service.</p>
92
92
  *
93
+ * @public
93
94
  * @example Sample UpdatePartnership call
94
95
  * ```javascript
95
96
  * //
@@ -22,10 +22,10 @@ export interface UpdateProfileCommandOutput extends UpdateProfileResponse, __Met
22
22
  }
23
23
  declare const UpdateProfileCommand_base: {
24
24
  new (input: UpdateProfileCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateProfileCommandInput, UpdateProfileCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateProfileCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateProfileCommandInput, UpdateProfileCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates the specified parameters for a profile. A profile is the mechanism used to create the concept of
30
30
  * a private network.</p>
31
31
  * @example
@@ -88,6 +88,7 @@ declare const UpdateProfileCommand_base: {
88
88
  * @throws {@link B2biServiceException}
89
89
  * <p>Base exception class for all service exceptions from B2bi service.</p>
90
90
  *
91
+ * @public
91
92
  * @example Sample UpdateProfile call
92
93
  * ```javascript
93
94
  * //
@@ -22,10 +22,10 @@ export interface UpdateTransformerCommandOutput extends UpdateTransformerRespons
22
22
  }
23
23
  declare const UpdateTransformerCommand_base: {
24
24
  new (input: UpdateTransformerCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateTransformerCommandInput, UpdateTransformerCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateTransformerCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateTransformerCommandInput, UpdateTransformerCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates the specified parameters for a transformer. A transformer
30
30
  * describes how to process the incoming EDI documents and extract the necessary
31
31
  * information to the output file.</p>
@@ -101,6 +101,7 @@ declare const UpdateTransformerCommand_base: {
101
101
  * @throws {@link B2biServiceException}
102
102
  * <p>Base exception class for all service exceptions from B2bi service.</p>
103
103
  *
104
+ * @public
104
105
  * @example Sample UpdateTransformer call
105
106
  * ```javascript
106
107
  * //
@@ -21,5 +21,4 @@ export { B2biExtensionConfiguration } from "./extensionConfiguration";
21
21
  export * from "./commands";
22
22
  export * from "./pagination";
23
23
  export * from "./models";
24
- import "@aws-sdk/util-endpoints";
25
24
  export { B2biServiceException } from "./models/B2biServiceException";