@aws-sdk/client-b2bi 3.496.0 → 3.501.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 (2) hide show
  1. package/dist-cjs/index.js +30 -29
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -2716,65 +2716,66 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
2716
2716
  // Annotate the CommonJS export names for ESM import in node:
2717
2717
 
2718
2718
  0 && (module.exports = {
2719
- AccessDeniedException,
2720
- B2bi,
2721
- B2biClient,
2722
2719
  B2biServiceException,
2723
- CapabilityConfiguration,
2724
- CapabilityType,
2725
- ConflictException,
2720
+ __Client,
2721
+ B2biClient,
2722
+ B2bi,
2723
+ $Command,
2726
2724
  CreateCapabilityCommand,
2727
2725
  CreatePartnershipCommand,
2728
- CreatePartnershipRequestFilterSensitiveLog,
2729
- CreatePartnershipResponseFilterSensitiveLog,
2730
2726
  CreateProfileCommand,
2731
- CreateProfileRequestFilterSensitiveLog,
2732
- CreateProfileResponseFilterSensitiveLog,
2733
2727
  CreateTransformerCommand,
2734
2728
  DeleteCapabilityCommand,
2735
2729
  DeletePartnershipCommand,
2736
2730
  DeleteProfileCommand,
2737
2731
  DeleteTransformerCommand,
2738
- EdiType,
2739
- FileFormat,
2740
2732
  GetCapabilityCommand,
2741
2733
  GetPartnershipCommand,
2742
- GetPartnershipResponseFilterSensitiveLog,
2743
2734
  GetProfileCommand,
2744
- GetProfileResponseFilterSensitiveLog,
2745
2735
  GetTransformerCommand,
2746
2736
  GetTransformerJobCommand,
2747
- InternalServerException,
2748
2737
  ListCapabilitiesCommand,
2749
2738
  ListPartnershipsCommand,
2750
2739
  ListProfilesCommand,
2751
2740
  ListTagsForResourceCommand,
2752
2741
  ListTransformersCommand,
2753
- Logging,
2754
- ResourceNotFoundException,
2755
- ServiceQuotaExceededException,
2756
2742
  StartTransformerJobCommand,
2757
2743
  TagResourceCommand,
2758
2744
  TestMappingCommand,
2759
2745
  TestParsingCommand,
2760
- ThrottlingException,
2761
- TransformerJobStatus,
2762
- TransformerStatus,
2763
2746
  UntagResourceCommand,
2764
2747
  UpdateCapabilityCommand,
2765
2748
  UpdatePartnershipCommand,
2766
- UpdatePartnershipResponseFilterSensitiveLog,
2767
2749
  UpdateProfileCommand,
2768
- UpdateProfileRequestFilterSensitiveLog,
2769
- UpdateProfileResponseFilterSensitiveLog,
2770
2750
  UpdateTransformerCommand,
2771
- ValidationException,
2772
- X12TransactionSet,
2773
- X12Version,
2774
- __Client,
2775
2751
  paginateListCapabilities,
2776
2752
  paginateListPartnerships,
2777
2753
  paginateListProfiles,
2778
- paginateListTransformers
2754
+ paginateListTransformers,
2755
+ AccessDeniedException,
2756
+ ConflictException,
2757
+ X12TransactionSet,
2758
+ X12Version,
2759
+ EdiType,
2760
+ CapabilityConfiguration,
2761
+ CapabilityType,
2762
+ InternalServerException,
2763
+ ResourceNotFoundException,
2764
+ ServiceQuotaExceededException,
2765
+ ThrottlingException,
2766
+ ValidationException,
2767
+ TransformerJobStatus,
2768
+ Logging,
2769
+ FileFormat,
2770
+ TransformerStatus,
2771
+ CreatePartnershipRequestFilterSensitiveLog,
2772
+ CreatePartnershipResponseFilterSensitiveLog,
2773
+ GetPartnershipResponseFilterSensitiveLog,
2774
+ UpdatePartnershipResponseFilterSensitiveLog,
2775
+ CreateProfileRequestFilterSensitiveLog,
2776
+ CreateProfileResponseFilterSensitiveLog,
2777
+ GetProfileResponseFilterSensitiveLog,
2778
+ UpdateProfileRequestFilterSensitiveLog,
2779
+ UpdateProfileResponseFilterSensitiveLog
2779
2780
  });
2780
2781
 
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.496.0",
4
+ "version": "3.501.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,9 +20,9 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.496.0",
23
+ "@aws-sdk/client-sts": "3.501.0",
24
24
  "@aws-sdk/core": "3.496.0",
25
- "@aws-sdk/credential-provider-node": "3.496.0",
25
+ "@aws-sdk/credential-provider-node": "3.501.0",
26
26
  "@aws-sdk/middleware-host-header": "3.496.0",
27
27
  "@aws-sdk/middleware-logger": "3.496.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.496.0",