@aws-sdk/client-managedblockchain 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 +34 -33
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -2993,31 +2993,24 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
2993
2993
  // Annotate the CommonJS export names for ESM import in node:
2994
2994
 
2995
2995
  0 && (module.exports = {
2996
- AccessDeniedException,
2997
- AccessorNetworkType,
2998
- AccessorStatus,
2999
- AccessorType,
2996
+ ManagedBlockchainServiceException,
2997
+ __Client,
2998
+ ManagedBlockchainClient,
2999
+ ManagedBlockchain,
3000
+ $Command,
3000
3001
  CreateAccessorCommand,
3001
3002
  CreateMemberCommand,
3002
- CreateMemberInputFilterSensitiveLog,
3003
3003
  CreateNetworkCommand,
3004
- CreateNetworkInputFilterSensitiveLog,
3005
3004
  CreateNodeCommand,
3006
3005
  CreateProposalCommand,
3007
3006
  DeleteAccessorCommand,
3008
3007
  DeleteMemberCommand,
3009
3008
  DeleteNodeCommand,
3010
- Edition,
3011
- Framework,
3012
3009
  GetAccessorCommand,
3013
3010
  GetMemberCommand,
3014
3011
  GetNetworkCommand,
3015
3012
  GetNodeCommand,
3016
3013
  GetProposalCommand,
3017
- IllegalActionException,
3018
- InternalServiceErrorException,
3019
- InvalidRequestException,
3020
- InvitationStatus,
3021
3014
  ListAccessorsCommand,
3022
3015
  ListInvitationsCommand,
3023
3016
  ListMembersCommand,
@@ -3026,38 +3019,46 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
3026
3019
  ListProposalVotesCommand,
3027
3020
  ListProposalsCommand,
3028
3021
  ListTagsForResourceCommand,
3029
- ManagedBlockchain,
3030
- ManagedBlockchainClient,
3031
- ManagedBlockchainServiceException,
3032
- MemberConfigurationFilterSensitiveLog,
3033
- MemberFabricConfigurationFilterSensitiveLog,
3034
- MemberFrameworkConfigurationFilterSensitiveLog,
3035
- MemberStatus,
3036
- NetworkStatus,
3037
- NodeStatus,
3038
- ProposalStatus,
3039
3022
  RejectInvitationCommand,
3040
- ResourceAlreadyExistsException,
3041
- ResourceLimitExceededException,
3042
- ResourceNotFoundException,
3043
- ResourceNotReadyException,
3044
- StateDBType,
3045
3023
  TagResourceCommand,
3046
- ThresholdComparator,
3047
- ThrottlingException,
3048
- TooManyTagsException,
3049
3024
  UntagResourceCommand,
3050
3025
  UpdateMemberCommand,
3051
3026
  UpdateNodeCommand,
3052
3027
  VoteOnProposalCommand,
3053
- VoteValue,
3054
- __Client,
3055
3028
  paginateListAccessors,
3056
3029
  paginateListInvitations,
3057
3030
  paginateListMembers,
3058
3031
  paginateListNetworks,
3059
3032
  paginateListNodes,
3060
3033
  paginateListProposalVotes,
3061
- paginateListProposals
3034
+ paginateListProposals,
3035
+ AccessDeniedException,
3036
+ AccessorNetworkType,
3037
+ AccessorStatus,
3038
+ AccessorType,
3039
+ ThresholdComparator,
3040
+ InternalServiceErrorException,
3041
+ InvalidRequestException,
3042
+ ResourceAlreadyExistsException,
3043
+ ResourceLimitExceededException,
3044
+ ThrottlingException,
3045
+ TooManyTagsException,
3046
+ ResourceNotFoundException,
3047
+ ResourceNotReadyException,
3048
+ Framework,
3049
+ Edition,
3050
+ StateDBType,
3051
+ MemberStatus,
3052
+ NetworkStatus,
3053
+ NodeStatus,
3054
+ ProposalStatus,
3055
+ IllegalActionException,
3056
+ InvitationStatus,
3057
+ VoteValue,
3058
+ MemberFabricConfigurationFilterSensitiveLog,
3059
+ MemberFrameworkConfigurationFilterSensitiveLog,
3060
+ MemberConfigurationFilterSensitiveLog,
3061
+ CreateMemberInputFilterSensitiveLog,
3062
+ CreateNetworkInputFilterSensitiveLog
3062
3063
  });
3063
3064
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-managedblockchain",
3
3
  "description": "AWS SDK for JavaScript Managedblockchain 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-managedblockchain",
@@ -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",