@aws-sdk/client-managedblockchain 3.495.0 → 3.499.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 +36 -33
  2. package/package.json +39 -39
package/dist-cjs/index.js CHANGED
@@ -2991,32 +2991,26 @@ var paginateListProposals = (0, import_core.createPaginator)(ManagedBlockchainCl
2991
2991
  // src/index.ts
2992
2992
  var import_util_endpoints = require("@aws-sdk/util-endpoints");
2993
2993
  // Annotate the CommonJS export names for ESM import in node:
2994
+
2994
2995
  0 && (module.exports = {
2995
- AccessDeniedException,
2996
- AccessorNetworkType,
2997
- AccessorStatus,
2998
- AccessorType,
2996
+ ManagedBlockchainServiceException,
2997
+ __Client,
2998
+ ManagedBlockchainClient,
2999
+ ManagedBlockchain,
3000
+ $Command,
2999
3001
  CreateAccessorCommand,
3000
3002
  CreateMemberCommand,
3001
- CreateMemberInputFilterSensitiveLog,
3002
3003
  CreateNetworkCommand,
3003
- CreateNetworkInputFilterSensitiveLog,
3004
3004
  CreateNodeCommand,
3005
3005
  CreateProposalCommand,
3006
3006
  DeleteAccessorCommand,
3007
3007
  DeleteMemberCommand,
3008
3008
  DeleteNodeCommand,
3009
- Edition,
3010
- Framework,
3011
3009
  GetAccessorCommand,
3012
3010
  GetMemberCommand,
3013
3011
  GetNetworkCommand,
3014
3012
  GetNodeCommand,
3015
3013
  GetProposalCommand,
3016
- IllegalActionException,
3017
- InternalServiceErrorException,
3018
- InvalidRequestException,
3019
- InvitationStatus,
3020
3014
  ListAccessorsCommand,
3021
3015
  ListInvitationsCommand,
3022
3016
  ListMembersCommand,
@@ -3025,37 +3019,46 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
3025
3019
  ListProposalVotesCommand,
3026
3020
  ListProposalsCommand,
3027
3021
  ListTagsForResourceCommand,
3028
- ManagedBlockchain,
3029
- ManagedBlockchainClient,
3030
- ManagedBlockchainServiceException,
3031
- MemberConfigurationFilterSensitiveLog,
3032
- MemberFabricConfigurationFilterSensitiveLog,
3033
- MemberFrameworkConfigurationFilterSensitiveLog,
3034
- MemberStatus,
3035
- NetworkStatus,
3036
- NodeStatus,
3037
- ProposalStatus,
3038
3022
  RejectInvitationCommand,
3039
- ResourceAlreadyExistsException,
3040
- ResourceLimitExceededException,
3041
- ResourceNotFoundException,
3042
- ResourceNotReadyException,
3043
- StateDBType,
3044
3023
  TagResourceCommand,
3045
- ThresholdComparator,
3046
- ThrottlingException,
3047
- TooManyTagsException,
3048
3024
  UntagResourceCommand,
3049
3025
  UpdateMemberCommand,
3050
3026
  UpdateNodeCommand,
3051
3027
  VoteOnProposalCommand,
3052
- VoteValue,
3053
- __Client,
3054
3028
  paginateListAccessors,
3055
3029
  paginateListInvitations,
3056
3030
  paginateListMembers,
3057
3031
  paginateListNetworks,
3058
3032
  paginateListNodes,
3059
3033
  paginateListProposalVotes,
3060
- 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
3061
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.495.0",
4
+ "version": "3.499.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,48 +20,48 @@
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.495.0",
24
- "@aws-sdk/core": "3.495.0",
25
- "@aws-sdk/credential-provider-node": "3.495.0",
26
- "@aws-sdk/middleware-host-header": "3.495.0",
27
- "@aws-sdk/middleware-logger": "3.495.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.495.0",
29
- "@aws-sdk/middleware-signing": "3.495.0",
30
- "@aws-sdk/middleware-user-agent": "3.495.0",
31
- "@aws-sdk/region-config-resolver": "3.495.0",
32
- "@aws-sdk/types": "3.495.0",
33
- "@aws-sdk/util-endpoints": "3.495.0",
34
- "@aws-sdk/util-user-agent-browser": "3.495.0",
35
- "@aws-sdk/util-user-agent-node": "3.495.0",
36
- "@smithy/config-resolver": "^2.1.0",
37
- "@smithy/core": "^1.3.0",
38
- "@smithy/fetch-http-handler": "^2.4.0",
39
- "@smithy/hash-node": "^2.1.0",
40
- "@smithy/invalid-dependency": "^2.1.0",
41
- "@smithy/middleware-content-length": "^2.1.0",
42
- "@smithy/middleware-endpoint": "^2.4.0",
43
- "@smithy/middleware-retry": "^2.1.0",
44
- "@smithy/middleware-serde": "^2.1.0",
45
- "@smithy/middleware-stack": "^2.1.0",
46
- "@smithy/node-config-provider": "^2.2.0",
47
- "@smithy/node-http-handler": "^2.3.0",
48
- "@smithy/protocol-http": "^3.1.0",
49
- "@smithy/smithy-client": "^2.3.0",
50
- "@smithy/types": "^2.9.0",
51
- "@smithy/url-parser": "^2.1.0",
52
- "@smithy/util-base64": "^2.1.0",
53
- "@smithy/util-body-length-browser": "^2.1.0",
54
- "@smithy/util-body-length-node": "^2.2.0",
55
- "@smithy/util-defaults-mode-browser": "^2.1.0",
56
- "@smithy/util-defaults-mode-node": "^2.1.0",
57
- "@smithy/util-endpoints": "^1.1.0",
58
- "@smithy/util-retry": "^2.1.0",
59
- "@smithy/util-utf8": "^2.1.0",
23
+ "@aws-sdk/client-sts": "3.499.0",
24
+ "@aws-sdk/core": "3.496.0",
25
+ "@aws-sdk/credential-provider-node": "3.499.0",
26
+ "@aws-sdk/middleware-host-header": "3.496.0",
27
+ "@aws-sdk/middleware-logger": "3.496.0",
28
+ "@aws-sdk/middleware-recursion-detection": "3.496.0",
29
+ "@aws-sdk/middleware-signing": "3.496.0",
30
+ "@aws-sdk/middleware-user-agent": "3.496.0",
31
+ "@aws-sdk/region-config-resolver": "3.496.0",
32
+ "@aws-sdk/types": "3.496.0",
33
+ "@aws-sdk/util-endpoints": "3.496.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.496.0",
35
+ "@aws-sdk/util-user-agent-node": "3.496.0",
36
+ "@smithy/config-resolver": "^2.1.1",
37
+ "@smithy/core": "^1.3.1",
38
+ "@smithy/fetch-http-handler": "^2.4.1",
39
+ "@smithy/hash-node": "^2.1.1",
40
+ "@smithy/invalid-dependency": "^2.1.1",
41
+ "@smithy/middleware-content-length": "^2.1.1",
42
+ "@smithy/middleware-endpoint": "^2.4.1",
43
+ "@smithy/middleware-retry": "^2.1.1",
44
+ "@smithy/middleware-serde": "^2.1.1",
45
+ "@smithy/middleware-stack": "^2.1.1",
46
+ "@smithy/node-config-provider": "^2.2.1",
47
+ "@smithy/node-http-handler": "^2.3.1",
48
+ "@smithy/protocol-http": "^3.1.1",
49
+ "@smithy/smithy-client": "^2.3.1",
50
+ "@smithy/types": "^2.9.1",
51
+ "@smithy/url-parser": "^2.1.1",
52
+ "@smithy/util-base64": "^2.1.1",
53
+ "@smithy/util-body-length-browser": "^2.1.1",
54
+ "@smithy/util-body-length-node": "^2.2.1",
55
+ "@smithy/util-defaults-mode-browser": "^2.1.1",
56
+ "@smithy/util-defaults-mode-node": "^2.1.1",
57
+ "@smithy/util-endpoints": "^1.1.1",
58
+ "@smithy/util-retry": "^2.1.1",
59
+ "@smithy/util-utf8": "^2.1.1",
60
60
  "tslib": "^2.5.0",
61
61
  "uuid": "^8.3.2"
62
62
  },
63
63
  "devDependencies": {
64
- "@smithy/service-client-documentation-generator": "^2.1.0",
64
+ "@smithy/service-client-documentation-generator": "^2.1.1",
65
65
  "@tsconfig/node14": "1.0.3",
66
66
  "@types/node": "^14.14.31",
67
67
  "@types/uuid": "^8.3.0",