@aws-sdk/client-managedblockchain 3.36.0 → 3.36.1
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/CHANGELOG.md +11 -0
- package/dist-cjs/ManagedBlockchain.js +0 -6
- package/dist-cjs/ManagedBlockchainClient.js +0 -11
- package/dist-cjs/commands/CreateMemberCommand.js +0 -25
- package/dist-cjs/commands/CreateNetworkCommand.js +0 -25
- package/dist-cjs/commands/CreateNodeCommand.js +0 -25
- package/dist-cjs/commands/CreateProposalCommand.js +0 -25
- package/dist-cjs/commands/DeleteMemberCommand.js +0 -25
- package/dist-cjs/commands/DeleteNodeCommand.js +0 -25
- package/dist-cjs/commands/GetMemberCommand.js +0 -25
- package/dist-cjs/commands/GetNetworkCommand.js +0 -25
- package/dist-cjs/commands/GetNodeCommand.js +0 -25
- package/dist-cjs/commands/GetProposalCommand.js +0 -25
- package/dist-cjs/commands/ListInvitationsCommand.js +0 -25
- package/dist-cjs/commands/ListMembersCommand.js +0 -25
- package/dist-cjs/commands/ListNetworksCommand.js +0 -25
- package/dist-cjs/commands/ListNodesCommand.js +0 -25
- package/dist-cjs/commands/ListProposalVotesCommand.js +0 -25
- package/dist-cjs/commands/ListProposalsCommand.js +0 -25
- package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -25
- package/dist-cjs/commands/RejectInvitationCommand.js +0 -25
- package/dist-cjs/commands/TagResourceCommand.js +0 -27
- package/dist-cjs/commands/UntagResourceCommand.js +0 -25
- package/dist-cjs/commands/UpdateMemberCommand.js +0 -25
- package/dist-cjs/commands/UpdateNodeCommand.js +0 -25
- package/dist-cjs/commands/VoteOnProposalCommand.js +0 -25
- package/dist-cjs/models/models_0.js +0 -273
- package/dist-cjs/pagination/ListInvitationsPaginator.js +0 -10
- package/dist-cjs/pagination/ListMembersPaginator.js +0 -10
- package/dist-cjs/pagination/ListNetworksPaginator.js +0 -10
- package/dist-cjs/pagination/ListNodesPaginator.js +0 -10
- package/dist-cjs/pagination/ListProposalVotesPaginator.js +0 -10
- package/dist-cjs/pagination/ListProposalsPaginator.js +0 -10
- package/dist-cjs/protocols/Aws_restJson1.js +0 -5
- package/dist-cjs/runtimeConfig.browser.js +1 -5
- package/dist-cjs/runtimeConfig.js +1 -5
- package/dist-cjs/runtimeConfig.native.js +0 -3
- package/dist-cjs/runtimeConfig.shared.js +0 -3
- package/dist-types/ts3.4/ManagedBlockchain.d.ts +24 -100
- package/dist-types/ts3.4/ManagedBlockchainClient.d.ts +24 -92
- package/dist-types/ts3.4/commands/CreateMemberCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/CreateNetworkCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/CreateNodeCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/CreateProposalCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DeleteMemberCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DeleteNodeCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/GetMemberCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/GetNetworkCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/GetNodeCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/GetProposalCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListInvitationsCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListNetworksCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListNodesCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListProposalVotesCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListProposalsCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/RejectInvitationCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/UpdateMemberCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/UpdateNodeCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/VoteOnProposalCommand.d.ts +2 -21
- package/dist-types/ts3.4/models/models_0.d.ts +371 -1455
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/package.json +3 -3
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import { FetchHttpHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
2
|
import { ManagedBlockchainClientConfig } from "./ManagedBlockchainClient";
|
|
3
|
-
|
|
4
|
-
* @internal
|
|
5
|
-
*/
|
|
3
|
+
|
|
6
4
|
export declare const getRuntimeConfig: (config: ManagedBlockchainClientConfig) => {
|
|
7
5
|
runtime: string;
|
|
8
6
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import { NodeHttpHandler } from "@aws-sdk/node-http-handler";
|
|
2
2
|
import { ManagedBlockchainClientConfig } from "./ManagedBlockchainClient";
|
|
3
|
-
|
|
4
|
-
* @internal
|
|
5
|
-
*/
|
|
3
|
+
|
|
6
4
|
export declare const getRuntimeConfig: (config: ManagedBlockchainClientConfig) => {
|
|
7
5
|
runtime: string;
|
|
8
6
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import { Logger as __Logger } from "@aws-sdk/types";
|
|
2
2
|
import { ManagedBlockchainClientConfig } from "./ManagedBlockchainClient";
|
|
3
|
-
|
|
4
|
-
* @internal
|
|
5
|
-
*/
|
|
3
|
+
|
|
6
4
|
export declare const getRuntimeConfig: (config: ManagedBlockchainClientConfig) => {
|
|
7
5
|
apiVersion: string;
|
|
8
6
|
disableHostPrefix: boolean;
|
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.36.
|
|
4
|
+
"version": "3.36.1",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "yarn build:cjs && yarn build:es && yarn build:types",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.json",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "^1.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "^1.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.36.
|
|
24
|
+
"@aws-sdk/client-sts": "3.36.1",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.36.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.36.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.36.1",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.36.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.36.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.36.0",
|