@aws-sdk/client-managedblockchain 3.209.0 → 3.211.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.
- package/dist-cjs/endpoint/ruleset.js +1 -1
- package/dist-es/endpoint/ruleset.js +1 -1
- package/dist-types/ManagedBlockchain.d.ts +1 -1
- package/dist-types/commands/DeleteAccessorCommand.d.ts +1 -1
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +15 -1
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/package.json +4 -4
|
@@ -85,7 +85,7 @@ export declare class ManagedBlockchain extends ManagedBlockchainClient {
|
|
|
85
85
|
* <code>BILLING_TOKEN</code>. After an accessor is deleted, the status of the accessor changes
|
|
86
86
|
* from <code>AVAILABLE</code> to <code>PENDING_DELETION</code>. An accessor in the
|
|
87
87
|
* <code>PENDING_DELETION</code> state can’t be used for new WebSocket requests or
|
|
88
|
-
* HTTP requests. However, WebSocket connections that
|
|
88
|
+
* HTTP requests. However, WebSocket connections that were initiated while the accessor was in the
|
|
89
89
|
* <code>AVAILABLE</code> state remain open until they expire (up to 2 hours).</p>
|
|
90
90
|
*/
|
|
91
91
|
deleteAccessor(args: DeleteAccessorCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAccessorCommandOutput>;
|
|
@@ -18,7 +18,7 @@ export interface DeleteAccessorCommandOutput extends DeleteAccessorOutput, __Met
|
|
|
18
18
|
* <code>BILLING_TOKEN</code>. After an accessor is deleted, the status of the accessor changes
|
|
19
19
|
* from <code>AVAILABLE</code> to <code>PENDING_DELETION</code>. An accessor in the
|
|
20
20
|
* <code>PENDING_DELETION</code> state can’t be used for new WebSocket requests or
|
|
21
|
-
* HTTP requests. However, WebSocket connections that
|
|
21
|
+
* HTTP requests. However, WebSocket connections that were initiated while the accessor was in the
|
|
22
22
|
* <code>AVAILABLE</code> state remain open until they expire (up to 2 hours).</p>
|
|
23
23
|
* @example
|
|
24
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -12,7 +12,7 @@ export declare const resolveClientEndpointParameters: <T>(options: T & ClientInp
|
|
|
12
12
|
defaultSigningName: string;
|
|
13
13
|
};
|
|
14
14
|
export interface EndpointParameters extends __EndpointParameters {
|
|
15
|
-
Region
|
|
15
|
+
Region?: string;
|
|
16
16
|
UseDualStack?: boolean;
|
|
17
17
|
UseFIPS?: boolean;
|
|
18
18
|
Endpoint?: string;
|
|
@@ -545,6 +545,11 @@ export interface CreateNodeInput {
|
|
|
545
545
|
* </li>
|
|
546
546
|
* <li>
|
|
547
547
|
* <p>
|
|
548
|
+
* <code>n-ethereum-goerli</code>
|
|
549
|
+
* </p>
|
|
550
|
+
* </li>
|
|
551
|
+
* <li>
|
|
552
|
+
* <p>
|
|
548
553
|
* <code>n-ethereum-rinkeby</code>
|
|
549
554
|
* </p>
|
|
550
555
|
* </li>
|
|
@@ -687,6 +692,11 @@ export interface DeleteNodeInput {
|
|
|
687
692
|
* </li>
|
|
688
693
|
* <li>
|
|
689
694
|
* <p>
|
|
695
|
+
* <code>n-ethereum-goerli</code>
|
|
696
|
+
* </p>
|
|
697
|
+
* </li>
|
|
698
|
+
* <li>
|
|
699
|
+
* <p>
|
|
690
700
|
* <code>n-ethereum-rinkeby</code>
|
|
691
701
|
* </p>
|
|
692
702
|
* </li>
|
|
@@ -871,6 +881,10 @@ export interface NetworkEthereumAttributes {
|
|
|
871
881
|
* </p>
|
|
872
882
|
* </li>
|
|
873
883
|
* <li>
|
|
884
|
+
* <p>goerli = <code>5</code>
|
|
885
|
+
* </p>
|
|
886
|
+
* </li>
|
|
887
|
+
* <li>
|
|
874
888
|
* <p>rinkeby = <code>4</code>
|
|
875
889
|
* </p>
|
|
876
890
|
* </li>
|
|
@@ -999,7 +1013,7 @@ export interface NodeEthereumAttributes {
|
|
|
999
1013
|
*/
|
|
1000
1014
|
HttpEndpoint?: string;
|
|
1001
1015
|
/**
|
|
1002
|
-
* <p>The endpoint on which the Ethereum node listens to run Ethereum JSON-RPC methods over
|
|
1016
|
+
* <p>The endpoint on which the Ethereum node listens to run Ethereum JSON-RPC methods over WebSocket connections from a client. Use this endpoint in client code for smart contracts when using a WebSocket connection. Connections to this endpoint are authenticated using <a href="https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html">Signature Version 4</a>.</p>
|
|
1003
1017
|
*/
|
|
1004
1018
|
WebSocketEndpoint?: string;
|
|
1005
1019
|
}
|
|
@@ -27,7 +27,7 @@ export declare const resolveClientEndpointParameters: <T>(
|
|
|
27
27
|
defaultSigningName: string;
|
|
28
28
|
};
|
|
29
29
|
export interface EndpointParameters extends __EndpointParameters {
|
|
30
|
-
Region
|
|
30
|
+
Region?: string;
|
|
31
31
|
UseDualStack?: boolean;
|
|
32
32
|
UseFIPS?: boolean;
|
|
33
33
|
Endpoint?: string;
|
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.
|
|
4
|
+
"version": "3.211.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -19,9 +19,9 @@
|
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
21
21
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
22
|
-
"@aws-sdk/client-sts": "3.
|
|
22
|
+
"@aws-sdk/client-sts": "3.211.0",
|
|
23
23
|
"@aws-sdk/config-resolver": "3.209.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.211.0",
|
|
25
25
|
"@aws-sdk/fetch-http-handler": "3.208.0",
|
|
26
26
|
"@aws-sdk/hash-node": "3.208.0",
|
|
27
27
|
"@aws-sdk/invalid-dependency": "3.208.0",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"@aws-sdk/util-body-length-node": "3.208.0",
|
|
47
47
|
"@aws-sdk/util-defaults-mode-browser": "3.209.0",
|
|
48
48
|
"@aws-sdk/util-defaults-mode-node": "3.209.0",
|
|
49
|
-
"@aws-sdk/util-endpoints": "3.
|
|
49
|
+
"@aws-sdk/util-endpoints": "3.211.0",
|
|
50
50
|
"@aws-sdk/util-user-agent-browser": "3.208.0",
|
|
51
51
|
"@aws-sdk/util-user-agent-node": "3.209.0",
|
|
52
52
|
"@aws-sdk/util-utf8-browser": "3.188.0",
|