@aws-sdk/client-managedblockchain 3.582.0 → 3.584.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.
@@ -216,18 +216,34 @@ export interface CreateAccessorInput {
216
216
  /**
217
217
  * <p>The blockchain network that the <code>Accessor</code> token is created for.</p>
218
218
  * <note>
219
- * <p>We recommend using the appropriate <code>networkType</code>
220
- * value for the blockchain network that you are creating the <code>Accessor</code>
221
- * token for. You cannnot use the value <code>ETHEREUM_MAINNET_AND_GOERLI</code> to
222
- * specify a <code>networkType</code> for your Accessor token.</p>
223
- * <p>The default value of <code>ETHEREUM_MAINNET_AND_GOERLI</code> is only applied:</p>
224
219
  * <ul>
225
220
  * <li>
226
- * <p>when the <code>CreateAccessor</code> action does not set a <code>networkType</code>.</p>
221
+ * <p>Use the actual <code>networkType</code> value for the blockchain network that you are creating
222
+ * the <code>Accessor</code> token for.</p>
227
223
  * </li>
228
224
  * <li>
229
- * <p>to all existing <code>Accessor</code> tokens that were created before the <code>networkType</code> property was introduced.
230
- * </p>
225
+ * <p>With the shut down of the <i>Ethereum Goerli</i> and <i>Polygon Mumbai
226
+ * Testnet</i> networks the following <code>networkType</code> values are no longer available
227
+ * for selection and use.</p>
228
+ * <ul>
229
+ * <li>
230
+ * <p>
231
+ * <code>ETHEREUM_MAINNET_AND_GOERLI</code>
232
+ * </p>
233
+ * </li>
234
+ * <li>
235
+ * <p>
236
+ * <code>ETHEREUM_GOERLI</code>
237
+ * </p>
238
+ * </li>
239
+ * <li>
240
+ * <p>
241
+ * <code>POLYGON_MUMBAI</code>
242
+ * </p>
243
+ * </li>
244
+ * </ul>
245
+ * <p>However, your existing <code>Accessor</code> tokens with these <code>networkType</code>
246
+ * values will remain unchanged.</p>
231
247
  * </li>
232
248
  * </ul>
233
249
  * </note>
@@ -758,11 +774,6 @@ export interface CreateNodeInput {
758
774
  * <code>n-ethereum-mainnet</code>
759
775
  * </p>
760
776
  * </li>
761
- * <li>
762
- * <p>
763
- * <code>n-ethereum-goerli</code>
764
- * </p>
765
- * </li>
766
777
  * </ul>
767
778
  * @public
768
779
  */
@@ -945,11 +956,6 @@ export interface DeleteNodeInput {
945
956
  * <code>n-ethereum-mainnet</code>
946
957
  * </p>
947
958
  * </li>
948
- * <li>
949
- * <p>
950
- * <code>n-ethereum-goerli</code>
951
- * </p>
952
- * </li>
953
959
  * </ul>
954
960
  * @public
955
961
  */
@@ -1179,10 +1185,6 @@ export interface NetworkEthereumAttributes {
1179
1185
  * <p>mainnet = <code>1</code>
1180
1186
  * </p>
1181
1187
  * </li>
1182
- * <li>
1183
- * <p>goerli = <code>5</code>
1184
- * </p>
1185
- * </li>
1186
1188
  * </ul>
1187
1189
  * @public
1188
1190
  */
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.582.0",
4
+ "version": "3.584.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,17 +20,17 @@
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-sso-oidc": "3.582.0",
24
- "@aws-sdk/client-sts": "3.582.0",
23
+ "@aws-sdk/client-sso-oidc": "3.583.0",
24
+ "@aws-sdk/client-sts": "3.583.0",
25
25
  "@aws-sdk/core": "3.582.0",
26
- "@aws-sdk/credential-provider-node": "3.582.0",
26
+ "@aws-sdk/credential-provider-node": "3.583.0",
27
27
  "@aws-sdk/middleware-host-header": "3.577.0",
28
28
  "@aws-sdk/middleware-logger": "3.577.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.577.0",
30
- "@aws-sdk/middleware-user-agent": "3.577.0",
30
+ "@aws-sdk/middleware-user-agent": "3.583.0",
31
31
  "@aws-sdk/region-config-resolver": "3.577.0",
32
32
  "@aws-sdk/types": "3.577.0",
33
- "@aws-sdk/util-endpoints": "3.577.0",
33
+ "@aws-sdk/util-endpoints": "3.583.0",
34
34
  "@aws-sdk/util-user-agent-browser": "3.577.0",
35
35
  "@aws-sdk/util-user-agent-node": "3.577.0",
36
36
  "@smithy/config-resolver": "^3.0.0",