cdk-lambda-subminute 2.0.408 → 2.0.409
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/.jsii +3 -3
- package/lib/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +305 -258
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/finspace-2021-03-12.min.json +57 -39
- package/node_modules/aws-sdk/apis/logs-2014-03-28.min.json +9 -1
- package/node_modules/aws-sdk/apis/managedblockchain-query-2023-05-04.min.json +128 -34
- package/node_modules/aws-sdk/apis/managedblockchain-query-2023-05-04.paginators.json +6 -0
- package/node_modules/aws-sdk/clients/cloudformation.d.ts +51 -51
- package/node_modules/aws-sdk/clients/cloudwatchlogs.d.ts +32 -23
- package/node_modules/aws-sdk/clients/ec2.d.ts +49 -0
- package/node_modules/aws-sdk/clients/finspace.d.ts +37 -13
- package/node_modules/aws-sdk/clients/managedblockchainquery.d.ts +125 -20
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +7 -7
- package/node_modules/aws-sdk/dist/aws-sdk.js +323 -262
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +72 -72
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +2 -2
| @@ -342,6 +342,12 @@ | |
| 342 342 | 
             
                  "output_token": "NextToken",
         | 
| 343 343 | 
             
                  "result_key": "LocalGateways"
         | 
| 344 344 | 
             
                },
         | 
| 345 | 
            +
                "DescribeMacHosts": {
         | 
| 346 | 
            +
                  "input_token": "NextToken",
         | 
| 347 | 
            +
                  "limit_key": "MaxResults",
         | 
| 348 | 
            +
                  "output_token": "NextToken",
         | 
| 349 | 
            +
                  "result_key": "MacHosts"
         | 
| 350 | 
            +
                },
         | 
| 345 351 | 
             
                "DescribeManagedPrefixLists": {
         | 
| 346 352 | 
             
                  "input_token": "NextToken",
         | 
| 347 353 | 
             
                  "limit_key": "MaxResults",
         | 
| @@ -148,29 +148,29 @@ | |
| 148 148 | 
             
                        "shape": "S1d"
         | 
| 149 149 | 
             
                      },
         | 
| 150 150 | 
             
                      "cacheStorageConfigurations": {
         | 
| 151 | 
            -
                        "shape": " | 
| 151 | 
            +
                        "shape": "S1r"
         | 
| 152 152 | 
             
                      },
         | 
| 153 153 | 
             
                      "autoScalingConfiguration": {
         | 
| 154 | 
            -
                        "shape": " | 
| 154 | 
            +
                        "shape": "S1u"
         | 
| 155 155 | 
             
                      },
         | 
| 156 156 | 
             
                      "clusterDescription": {},
         | 
| 157 157 | 
             
                      "capacityConfiguration": {
         | 
| 158 | 
            -
                        "shape": " | 
| 158 | 
            +
                        "shape": "S20"
         | 
| 159 159 | 
             
                      },
         | 
| 160 160 | 
             
                      "releaseLabel": {},
         | 
| 161 161 | 
             
                      "vpcConfiguration": {
         | 
| 162 | 
            -
                        "shape": " | 
| 162 | 
            +
                        "shape": "S23"
         | 
| 163 163 | 
             
                      },
         | 
| 164 164 | 
             
                      "initializationScript": {},
         | 
| 165 165 | 
             
                      "commandLineArguments": {
         | 
| 166 | 
            -
                        "shape": " | 
| 166 | 
            +
                        "shape": "S2b"
         | 
| 167 167 | 
             
                      },
         | 
| 168 168 | 
             
                      "code": {
         | 
| 169 | 
            -
                        "shape": " | 
| 169 | 
            +
                        "shape": "S2f"
         | 
| 170 170 | 
             
                      },
         | 
| 171 171 | 
             
                      "executionRole": {},
         | 
| 172 172 | 
             
                      "savedownStorageConfiguration": {
         | 
| 173 | 
            -
                        "shape": " | 
| 173 | 
            +
                        "shape": "S2k"
         | 
| 174 174 | 
             
                      },
         | 
| 175 175 | 
             
                      "azMode": {},
         | 
| 176 176 | 
             
                      "availabilityZoneId": {},
         | 
| @@ -178,7 +178,7 @@ | |
| 178 178 | 
             
                        "shape": "S5"
         | 
| 179 179 | 
             
                      },
         | 
| 180 180 | 
             
                      "scalingGroupConfiguration": {
         | 
| 181 | 
            -
                        "shape": " | 
| 181 | 
            +
                        "shape": "S2p"
         | 
| 182 182 | 
             
                      }
         | 
| 183 183 | 
             
                    }
         | 
| 184 184 | 
             
                  },
         | 
| @@ -194,38 +194,38 @@ | |
| 194 194 | 
             
                        "shape": "S1a"
         | 
| 195 195 | 
             
                      },
         | 
| 196 196 | 
             
                      "volumes": {
         | 
| 197 | 
            -
                        "shape": " | 
| 197 | 
            +
                        "shape": "S2x"
         | 
| 198 198 | 
             
                      },
         | 
| 199 199 | 
             
                      "databases": {
         | 
| 200 200 | 
             
                        "shape": "S1d"
         | 
| 201 201 | 
             
                      },
         | 
| 202 202 | 
             
                      "cacheStorageConfigurations": {
         | 
| 203 | 
            -
                        "shape": " | 
| 203 | 
            +
                        "shape": "S1r"
         | 
| 204 204 | 
             
                      },
         | 
| 205 205 | 
             
                      "autoScalingConfiguration": {
         | 
| 206 | 
            -
                        "shape": " | 
| 206 | 
            +
                        "shape": "S1u"
         | 
| 207 207 | 
             
                      },
         | 
| 208 208 | 
             
                      "clusterDescription": {},
         | 
| 209 209 | 
             
                      "capacityConfiguration": {
         | 
| 210 | 
            -
                        "shape": " | 
| 210 | 
            +
                        "shape": "S20"
         | 
| 211 211 | 
             
                      },
         | 
| 212 212 | 
             
                      "releaseLabel": {},
         | 
| 213 213 | 
             
                      "vpcConfiguration": {
         | 
| 214 | 
            -
                        "shape": " | 
| 214 | 
            +
                        "shape": "S23"
         | 
| 215 215 | 
             
                      },
         | 
| 216 216 | 
             
                      "initializationScript": {},
         | 
| 217 217 | 
             
                      "commandLineArguments": {
         | 
| 218 | 
            -
                        "shape": " | 
| 218 | 
            +
                        "shape": "S2b"
         | 
| 219 219 | 
             
                      },
         | 
| 220 220 | 
             
                      "code": {
         | 
| 221 | 
            -
                        "shape": " | 
| 221 | 
            +
                        "shape": "S2f"
         | 
| 222 222 | 
             
                      },
         | 
| 223 223 | 
             
                      "executionRole": {},
         | 
| 224 224 | 
             
                      "lastModifiedTimestamp": {
         | 
| 225 225 | 
             
                        "type": "timestamp"
         | 
| 226 226 | 
             
                      },
         | 
| 227 227 | 
             
                      "savedownStorageConfiguration": {
         | 
| 228 | 
            -
                        "shape": " | 
| 228 | 
            +
                        "shape": "S2k"
         | 
| 229 229 | 
             
                      },
         | 
| 230 230 | 
             
                      "azMode": {},
         | 
| 231 231 | 
             
                      "availabilityZoneId": {},
         | 
| @@ -233,7 +233,7 @@ | |
| 233 233 | 
             
                        "type": "timestamp"
         | 
| 234 234 | 
             
                      },
         | 
| 235 235 | 
             
                      "scalingGroupConfiguration": {
         | 
| 236 | 
            -
                        "shape": " | 
| 236 | 
            +
                        "shape": "S2p"
         | 
| 237 237 | 
             
                      }
         | 
| 238 238 | 
             
                    }
         | 
| 239 239 | 
             
                  }
         | 
| @@ -312,6 +312,9 @@ | |
| 312 312 | 
             
                      "autoUpdate": {
         | 
| 313 313 | 
             
                        "type": "boolean"
         | 
| 314 314 | 
             
                      },
         | 
| 315 | 
            +
                      "readWrite": {
         | 
| 316 | 
            +
                        "type": "boolean"
         | 
| 317 | 
            +
                      },
         | 
| 315 318 | 
             
                      "description": {},
         | 
| 316 319 | 
             
                      "tags": {
         | 
| 317 320 | 
             
                        "shape": "S5"
         | 
| @@ -337,6 +340,9 @@ | |
| 337 340 | 
             
                      "autoUpdate": {
         | 
| 338 341 | 
             
                        "type": "boolean"
         | 
| 339 342 | 
             
                      },
         | 
| 343 | 
            +
                      "readWrite": {
         | 
| 344 | 
            +
                        "type": "boolean"
         | 
| 345 | 
            +
                      },
         | 
| 340 346 | 
             
                      "createdTimestamp": {
         | 
| 341 347 | 
             
                        "type": "timestamp"
         | 
| 342 348 | 
             
                      },
         | 
| @@ -888,38 +894,38 @@ | |
| 888 894 | 
             
                        "shape": "S1a"
         | 
| 889 895 | 
             
                      },
         | 
| 890 896 | 
             
                      "volumes": {
         | 
| 891 | 
            -
                        "shape": " | 
| 897 | 
            +
                        "shape": "S2x"
         | 
| 892 898 | 
             
                      },
         | 
| 893 899 | 
             
                      "databases": {
         | 
| 894 900 | 
             
                        "shape": "S1d"
         | 
| 895 901 | 
             
                      },
         | 
| 896 902 | 
             
                      "cacheStorageConfigurations": {
         | 
| 897 | 
            -
                        "shape": " | 
| 903 | 
            +
                        "shape": "S1r"
         | 
| 898 904 | 
             
                      },
         | 
| 899 905 | 
             
                      "autoScalingConfiguration": {
         | 
| 900 | 
            -
                        "shape": " | 
| 906 | 
            +
                        "shape": "S1u"
         | 
| 901 907 | 
             
                      },
         | 
| 902 908 | 
             
                      "clusterDescription": {},
         | 
| 903 909 | 
             
                      "capacityConfiguration": {
         | 
| 904 | 
            -
                        "shape": " | 
| 910 | 
            +
                        "shape": "S20"
         | 
| 905 911 | 
             
                      },
         | 
| 906 912 | 
             
                      "releaseLabel": {},
         | 
| 907 913 | 
             
                      "vpcConfiguration": {
         | 
| 908 | 
            -
                        "shape": " | 
| 914 | 
            +
                        "shape": "S23"
         | 
| 909 915 | 
             
                      },
         | 
| 910 916 | 
             
                      "initializationScript": {},
         | 
| 911 917 | 
             
                      "commandLineArguments": {
         | 
| 912 | 
            -
                        "shape": " | 
| 918 | 
            +
                        "shape": "S2b"
         | 
| 913 919 | 
             
                      },
         | 
| 914 920 | 
             
                      "code": {
         | 
| 915 | 
            -
                        "shape": " | 
| 921 | 
            +
                        "shape": "S2f"
         | 
| 916 922 | 
             
                      },
         | 
| 917 923 | 
             
                      "executionRole": {},
         | 
| 918 924 | 
             
                      "lastModifiedTimestamp": {
         | 
| 919 925 | 
             
                        "type": "timestamp"
         | 
| 920 926 | 
             
                      },
         | 
| 921 927 | 
             
                      "savedownStorageConfiguration": {
         | 
| 922 | 
            -
                        "shape": " | 
| 928 | 
            +
                        "shape": "S2k"
         | 
| 923 929 | 
             
                      },
         | 
| 924 930 | 
             
                      "azMode": {},
         | 
| 925 931 | 
             
                      "availabilityZoneId": {},
         | 
| @@ -927,7 +933,7 @@ | |
| 927 933 | 
             
                        "type": "timestamp"
         | 
| 928 934 | 
             
                      },
         | 
| 929 935 | 
             
                      "scalingGroupConfiguration": {
         | 
| 930 | 
            -
                        "shape": " | 
| 936 | 
            +
                        "shape": "S2p"
         | 
| 931 937 | 
             
                      }
         | 
| 932 938 | 
             
                    }
         | 
| 933 939 | 
             
                  }
         | 
| @@ -1062,6 +1068,9 @@ | |
| 1062 1068 | 
             
                      "autoUpdate": {
         | 
| 1063 1069 | 
             
                        "type": "boolean"
         | 
| 1064 1070 | 
             
                      },
         | 
| 1071 | 
            +
                      "readWrite": {
         | 
| 1072 | 
            +
                        "type": "boolean"
         | 
| 1073 | 
            +
                      },
         | 
| 1065 1074 | 
             
                      "environmentId": {},
         | 
| 1066 1075 | 
             
                      "createdTimestamp": {
         | 
| 1067 1076 | 
             
                        "type": "timestamp"
         | 
| @@ -1437,7 +1446,7 @@ | |
| 1437 1446 | 
             
                            "clusterDescription": {},
         | 
| 1438 1447 | 
             
                            "releaseLabel": {},
         | 
| 1439 1448 | 
             
                            "volumes": {
         | 
| 1440 | 
            -
                              "shape": " | 
| 1449 | 
            +
                              "shape": "S2x"
         | 
| 1441 1450 | 
             
                            },
         | 
| 1442 1451 | 
             
                            "initializationScript": {},
         | 
| 1443 1452 | 
             
                            "executionRole": {},
         | 
| @@ -1560,6 +1569,9 @@ | |
| 1560 1569 | 
             
                            "autoUpdate": {
         | 
| 1561 1570 | 
             
                              "type": "boolean"
         | 
| 1562 1571 | 
             
                            },
         | 
| 1572 | 
            +
                            "readWrite": {
         | 
| 1573 | 
            +
                              "type": "boolean"
         | 
| 1574 | 
            +
                            },
         | 
| 1563 1575 | 
             
                            "createdTimestamp": {
         | 
| 1564 1576 | 
             
                              "type": "timestamp"
         | 
| 1565 1577 | 
             
                            },
         | 
| @@ -1939,11 +1951,11 @@ | |
| 1939 1951 | 
             
                        "idempotencyToken": true
         | 
| 1940 1952 | 
             
                      },
         | 
| 1941 1953 | 
             
                      "code": {
         | 
| 1942 | 
            -
                        "shape": " | 
| 1954 | 
            +
                        "shape": "S2f"
         | 
| 1943 1955 | 
             
                      },
         | 
| 1944 1956 | 
             
                      "initializationScript": {},
         | 
| 1945 1957 | 
             
                      "commandLineArguments": {
         | 
| 1946 | 
            -
                        "shape": " | 
| 1958 | 
            +
                        "shape": "S2b"
         | 
| 1947 1959 | 
             
                      },
         | 
| 1948 1960 | 
             
                      "deploymentConfiguration": {
         | 
| 1949 1961 | 
             
                        "type": "structure",
         | 
| @@ -2098,6 +2110,9 @@ | |
| 2098 2110 | 
             
                      "autoUpdate": {
         | 
| 2099 2111 | 
             
                        "type": "boolean"
         | 
| 2100 2112 | 
             
                      },
         | 
| 2113 | 
            +
                      "readWrite": {
         | 
| 2114 | 
            +
                        "type": "boolean"
         | 
| 2115 | 
            +
                      },
         | 
| 2101 2116 | 
             
                      "description": {},
         | 
| 2102 2117 | 
             
                      "createdTimestamp": {
         | 
| 2103 2118 | 
             
                        "type": "timestamp"
         | 
| @@ -2424,11 +2439,14 @@ | |
| 2424 2439 | 
             
                        "type": "list",
         | 
| 2425 2440 | 
             
                        "member": {}
         | 
| 2426 2441 | 
             
                      },
         | 
| 2427 | 
            -
                      "volumeName": {}
         | 
| 2442 | 
            +
                      "volumeName": {},
         | 
| 2443 | 
            +
                      "onDemand": {
         | 
| 2444 | 
            +
                        "type": "boolean"
         | 
| 2445 | 
            +
                      }
         | 
| 2428 2446 | 
             
                    }
         | 
| 2429 2447 | 
             
                  }
         | 
| 2430 2448 | 
             
                },
         | 
| 2431 | 
            -
                " | 
| 2449 | 
            +
                "S1r": {
         | 
| 2432 2450 | 
             
                  "type": "list",
         | 
| 2433 2451 | 
             
                  "member": {
         | 
| 2434 2452 | 
             
                    "type": "structure",
         | 
| @@ -2444,7 +2462,7 @@ | |
| 2444 2462 | 
             
                    }
         | 
| 2445 2463 | 
             
                  }
         | 
| 2446 2464 | 
             
                },
         | 
| 2447 | 
            -
                " | 
| 2465 | 
            +
                "S1u": {
         | 
| 2448 2466 | 
             
                  "type": "structure",
         | 
| 2449 2467 | 
             
                  "members": {
         | 
| 2450 2468 | 
             
                    "minNodeCount": {
         | 
| @@ -2465,7 +2483,7 @@ | |
| 2465 2483 | 
             
                    }
         | 
| 2466 2484 | 
             
                  }
         | 
| 2467 2485 | 
             
                },
         | 
| 2468 | 
            -
                " | 
| 2486 | 
            +
                "S20": {
         | 
| 2469 2487 | 
             
                  "type": "structure",
         | 
| 2470 2488 | 
             
                  "members": {
         | 
| 2471 2489 | 
             
                    "nodeType": {},
         | 
| @@ -2474,7 +2492,7 @@ | |
| 2474 2492 | 
             
                    }
         | 
| 2475 2493 | 
             
                  }
         | 
| 2476 2494 | 
             
                },
         | 
| 2477 | 
            -
                " | 
| 2495 | 
            +
                "S23": {
         | 
| 2478 2496 | 
             
                  "type": "structure",
         | 
| 2479 2497 | 
             
                  "members": {
         | 
| 2480 2498 | 
             
                    "vpcId": {},
         | 
| @@ -2489,7 +2507,7 @@ | |
| 2489 2507 | 
             
                    "ipAddressType": {}
         | 
| 2490 2508 | 
             
                  }
         | 
| 2491 2509 | 
             
                },
         | 
| 2492 | 
            -
                " | 
| 2510 | 
            +
                "S2b": {
         | 
| 2493 2511 | 
             
                  "type": "list",
         | 
| 2494 2512 | 
             
                  "member": {
         | 
| 2495 2513 | 
             
                    "type": "structure",
         | 
| @@ -2499,7 +2517,7 @@ | |
| 2499 2517 | 
             
                    }
         | 
| 2500 2518 | 
             
                  }
         | 
| 2501 2519 | 
             
                },
         | 
| 2502 | 
            -
                " | 
| 2520 | 
            +
                "S2f": {
         | 
| 2503 2521 | 
             
                  "type": "structure",
         | 
| 2504 2522 | 
             
                  "members": {
         | 
| 2505 2523 | 
             
                    "s3Bucket": {},
         | 
| @@ -2507,7 +2525,7 @@ | |
| 2507 2525 | 
             
                    "s3ObjectVersion": {}
         | 
| 2508 2526 | 
             
                  }
         | 
| 2509 2527 | 
             
                },
         | 
| 2510 | 
            -
                " | 
| 2528 | 
            +
                "S2k": {
         | 
| 2511 2529 | 
             
                  "type": "structure",
         | 
| 2512 2530 | 
             
                  "members": {
         | 
| 2513 2531 | 
             
                    "type": {},
         | 
| @@ -2517,7 +2535,7 @@ | |
| 2517 2535 | 
             
                    "volumeName": {}
         | 
| 2518 2536 | 
             
                  }
         | 
| 2519 2537 | 
             
                },
         | 
| 2520 | 
            -
                " | 
| 2538 | 
            +
                "S2p": {
         | 
| 2521 2539 | 
             
                  "type": "structure",
         | 
| 2522 2540 | 
             
                  "required": [
         | 
| 2523 2541 | 
             
                    "scalingGroupName",
         | 
| @@ -2540,7 +2558,7 @@ | |
| 2540 2558 | 
             
                    }
         | 
| 2541 2559 | 
             
                  }
         | 
| 2542 2560 | 
             
                },
         | 
| 2543 | 
            -
                " | 
| 2561 | 
            +
                "S2x": {
         | 
| 2544 2562 | 
             
                  "type": "list",
         | 
| 2545 2563 | 
             
                  "member": {
         | 
| 2546 2564 | 
             
                    "type": "structure",
         | 
| @@ -1194,7 +1194,15 @@ | |
| 1194 1194 | 
             
                            },
         | 
| 1195 1195 | 
             
                            "logSamples": {
         | 
| 1196 1196 | 
             
                              "type": "list",
         | 
| 1197 | 
            -
                              "member": { | 
| 1197 | 
            +
                              "member": {
         | 
| 1198 | 
            +
                                "type": "structure",
         | 
| 1199 | 
            +
                                "members": {
         | 
| 1200 | 
            +
                                  "timestamp": {
         | 
| 1201 | 
            +
                                    "type": "long"
         | 
| 1202 | 
            +
                                  },
         | 
| 1203 | 
            +
                                  "message": {}
         | 
| 1204 | 
            +
                                }
         | 
| 1205 | 
            +
                              }
         | 
| 1198 1206 | 
             
                            },
         | 
| 1199 1207 | 
             
                            "patternTokens": {
         | 
| 1200 1208 | 
             
                              "type": "list",
         | 
| @@ -316,6 +316,82 @@ | |
| 316 316 | 
             
                    }
         | 
| 317 317 | 
             
                  }
         | 
| 318 318 | 
             
                },
         | 
| 319 | 
            +
                "ListFilteredTransactionEvents": {
         | 
| 320 | 
            +
                  "http": {
         | 
| 321 | 
            +
                    "requestUri": "/list-filtered-transaction-events",
         | 
| 322 | 
            +
                    "responseCode": 200
         | 
| 323 | 
            +
                  },
         | 
| 324 | 
            +
                  "input": {
         | 
| 325 | 
            +
                    "type": "structure",
         | 
| 326 | 
            +
                    "required": [
         | 
| 327 | 
            +
                      "network",
         | 
| 328 | 
            +
                      "addressIdentifierFilter"
         | 
| 329 | 
            +
                    ],
         | 
| 330 | 
            +
                    "members": {
         | 
| 331 | 
            +
                      "network": {},
         | 
| 332 | 
            +
                      "addressIdentifierFilter": {
         | 
| 333 | 
            +
                        "type": "structure",
         | 
| 334 | 
            +
                        "required": [
         | 
| 335 | 
            +
                          "transactionEventToAddress"
         | 
| 336 | 
            +
                        ],
         | 
| 337 | 
            +
                        "members": {
         | 
| 338 | 
            +
                          "transactionEventToAddress": {
         | 
| 339 | 
            +
                            "type": "list",
         | 
| 340 | 
            +
                            "member": {}
         | 
| 341 | 
            +
                          }
         | 
| 342 | 
            +
                        }
         | 
| 343 | 
            +
                      },
         | 
| 344 | 
            +
                      "timeFilter": {
         | 
| 345 | 
            +
                        "type": "structure",
         | 
| 346 | 
            +
                        "members": {
         | 
| 347 | 
            +
                          "from": {
         | 
| 348 | 
            +
                            "shape": "S9"
         | 
| 349 | 
            +
                          },
         | 
| 350 | 
            +
                          "to": {
         | 
| 351 | 
            +
                            "shape": "S9"
         | 
| 352 | 
            +
                          }
         | 
| 353 | 
            +
                        }
         | 
| 354 | 
            +
                      },
         | 
| 355 | 
            +
                      "voutFilter": {
         | 
| 356 | 
            +
                        "type": "structure",
         | 
| 357 | 
            +
                        "required": [
         | 
| 358 | 
            +
                          "voutSpent"
         | 
| 359 | 
            +
                        ],
         | 
| 360 | 
            +
                        "members": {
         | 
| 361 | 
            +
                          "voutSpent": {
         | 
| 362 | 
            +
                            "type": "boolean"
         | 
| 363 | 
            +
                          }
         | 
| 364 | 
            +
                        }
         | 
| 365 | 
            +
                      },
         | 
| 366 | 
            +
                      "confirmationStatusFilter": {
         | 
| 367 | 
            +
                        "shape": "S1b"
         | 
| 368 | 
            +
                      },
         | 
| 369 | 
            +
                      "sort": {
         | 
| 370 | 
            +
                        "type": "structure",
         | 
| 371 | 
            +
                        "members": {
         | 
| 372 | 
            +
                          "sortBy": {},
         | 
| 373 | 
            +
                          "sortOrder": {}
         | 
| 374 | 
            +
                        }
         | 
| 375 | 
            +
                      },
         | 
| 376 | 
            +
                      "nextToken": {},
         | 
| 377 | 
            +
                      "maxResults": {
         | 
| 378 | 
            +
                        "type": "integer"
         | 
| 379 | 
            +
                      }
         | 
| 380 | 
            +
                    }
         | 
| 381 | 
            +
                  },
         | 
| 382 | 
            +
                  "output": {
         | 
| 383 | 
            +
                    "type": "structure",
         | 
| 384 | 
            +
                    "required": [
         | 
| 385 | 
            +
                      "events"
         | 
| 386 | 
            +
                    ],
         | 
| 387 | 
            +
                    "members": {
         | 
| 388 | 
            +
                      "events": {
         | 
| 389 | 
            +
                        "shape": "S1i"
         | 
| 390 | 
            +
                      },
         | 
| 391 | 
            +
                      "nextToken": {}
         | 
| 392 | 
            +
                    }
         | 
| 393 | 
            +
                  }
         | 
| 394 | 
            +
                },
         | 
| 319 395 | 
             
                "ListTokenBalances": {
         | 
| 320 396 | 
             
                  "http": {
         | 
| 321 397 | 
             
                    "requestUri": "/list-token-balances",
         | 
| @@ -396,11 +472,11 @@ | |
| 396 472 | 
             
                  "input": {
         | 
| 397 473 | 
             
                    "type": "structure",
         | 
| 398 474 | 
             
                    "required": [
         | 
| 399 | 
            -
                      "transactionHash",
         | 
| 400 475 | 
             
                      "network"
         | 
| 401 476 | 
             
                    ],
         | 
| 402 477 | 
             
                    "members": {
         | 
| 403 478 | 
             
                      "transactionHash": {},
         | 
| 479 | 
            +
                      "transactionId": {},
         | 
| 404 480 | 
             
                      "network": {},
         | 
| 405 481 | 
             
                      "nextToken": {},
         | 
| 406 482 | 
             
                      "maxResults": {
         | 
| @@ -415,29 +491,7 @@ | |
| 415 491 | 
             
                    ],
         | 
| 416 492 | 
             
                    "members": {
         | 
| 417 493 | 
             
                      "events": {
         | 
| 418 | 
            -
                        " | 
| 419 | 
            -
                        "member": {
         | 
| 420 | 
            -
                          "type": "structure",
         | 
| 421 | 
            -
                          "required": [
         | 
| 422 | 
            -
                            "network",
         | 
| 423 | 
            -
                            "transactionHash",
         | 
| 424 | 
            -
                            "eventType"
         | 
| 425 | 
            -
                          ],
         | 
| 426 | 
            -
                          "members": {
         | 
| 427 | 
            -
                            "network": {},
         | 
| 428 | 
            -
                            "transactionHash": {},
         | 
| 429 | 
            -
                            "eventType": {},
         | 
| 430 | 
            -
                            "from": {},
         | 
| 431 | 
            -
                            "to": {},
         | 
| 432 | 
            -
                            "value": {},
         | 
| 433 | 
            -
                            "contractAddress": {},
         | 
| 434 | 
            -
                            "tokenId": {},
         | 
| 435 | 
            -
                            "transactionId": {},
         | 
| 436 | 
            -
                            "voutIndex": {
         | 
| 437 | 
            -
                              "type": "integer"
         | 
| 438 | 
            -
                            }
         | 
| 439 | 
            -
                          }
         | 
| 440 | 
            -
                        }
         | 
| 494 | 
            +
                        "shape": "S1i"
         | 
| 441 495 | 
             
                      },
         | 
| 442 496 | 
             
                      "nextToken": {}
         | 
| 443 497 | 
             
                    }
         | 
| @@ -475,16 +529,7 @@ | |
| 475 529 | 
             
                        "type": "integer"
         | 
| 476 530 | 
             
                      },
         | 
| 477 531 | 
             
                      "confirmationStatusFilter": {
         | 
| 478 | 
            -
                        " | 
| 479 | 
            -
                        "required": [
         | 
| 480 | 
            -
                          "include"
         | 
| 481 | 
            -
                        ],
         | 
| 482 | 
            -
                        "members": {
         | 
| 483 | 
            -
                          "include": {
         | 
| 484 | 
            -
                            "type": "list",
         | 
| 485 | 
            -
                            "member": {}
         | 
| 486 | 
            -
                          }
         | 
| 487 | 
            -
                        }
         | 
| 532 | 
            +
                        "shape": "S1b"
         | 
| 488 533 | 
             
                      }
         | 
| 489 534 | 
             
                    }
         | 
| 490 535 | 
             
                  },
         | 
| @@ -557,6 +602,55 @@ | |
| 557 602 | 
             
                    "network": {},
         | 
| 558 603 | 
             
                    "contractAddress": {}
         | 
| 559 604 | 
             
                  }
         | 
| 605 | 
            +
                },
         | 
| 606 | 
            +
                "S1b": {
         | 
| 607 | 
            +
                  "type": "structure",
         | 
| 608 | 
            +
                  "required": [
         | 
| 609 | 
            +
                    "include"
         | 
| 610 | 
            +
                  ],
         | 
| 611 | 
            +
                  "members": {
         | 
| 612 | 
            +
                    "include": {
         | 
| 613 | 
            +
                      "type": "list",
         | 
| 614 | 
            +
                      "member": {}
         | 
| 615 | 
            +
                    }
         | 
| 616 | 
            +
                  }
         | 
| 617 | 
            +
                },
         | 
| 618 | 
            +
                "S1i": {
         | 
| 619 | 
            +
                  "type": "list",
         | 
| 620 | 
            +
                  "member": {
         | 
| 621 | 
            +
                    "type": "structure",
         | 
| 622 | 
            +
                    "required": [
         | 
| 623 | 
            +
                      "network",
         | 
| 624 | 
            +
                      "transactionHash",
         | 
| 625 | 
            +
                      "eventType"
         | 
| 626 | 
            +
                    ],
         | 
| 627 | 
            +
                    "members": {
         | 
| 628 | 
            +
                      "network": {},
         | 
| 629 | 
            +
                      "transactionHash": {},
         | 
| 630 | 
            +
                      "eventType": {},
         | 
| 631 | 
            +
                      "from": {},
         | 
| 632 | 
            +
                      "to": {},
         | 
| 633 | 
            +
                      "value": {},
         | 
| 634 | 
            +
                      "contractAddress": {},
         | 
| 635 | 
            +
                      "tokenId": {},
         | 
| 636 | 
            +
                      "transactionId": {},
         | 
| 637 | 
            +
                      "voutIndex": {
         | 
| 638 | 
            +
                        "type": "integer"
         | 
| 639 | 
            +
                      },
         | 
| 640 | 
            +
                      "voutSpent": {
         | 
| 641 | 
            +
                        "type": "boolean"
         | 
| 642 | 
            +
                      },
         | 
| 643 | 
            +
                      "spentVoutTransactionId": {},
         | 
| 644 | 
            +
                      "spentVoutTransactionHash": {},
         | 
| 645 | 
            +
                      "spentVoutIndex": {
         | 
| 646 | 
            +
                        "type": "integer"
         | 
| 647 | 
            +
                      },
         | 
| 648 | 
            +
                      "blockchainInstant": {
         | 
| 649 | 
            +
                        "shape": "S9"
         | 
| 650 | 
            +
                      },
         | 
| 651 | 
            +
                      "confirmationStatus": {}
         | 
| 652 | 
            +
                    }
         | 
| 653 | 
            +
                  }
         | 
| 560 654 | 
             
                }
         | 
| 561 655 | 
             
              }
         | 
| 562 656 | 
             
            }
         | 
| @@ -6,6 +6,12 @@ | |
| 6 6 | 
             
                  "limit_key": "maxResults",
         | 
| 7 7 | 
             
                  "result_key": "contracts"
         | 
| 8 8 | 
             
                },
         | 
| 9 | 
            +
                "ListFilteredTransactionEvents": {
         | 
| 10 | 
            +
                  "input_token": "nextToken",
         | 
| 11 | 
            +
                  "output_token": "nextToken",
         | 
| 12 | 
            +
                  "limit_key": "maxResults",
         | 
| 13 | 
            +
                  "result_key": "events"
         | 
| 14 | 
            +
                },
         | 
| 9 15 | 
             
                "ListTokenBalances": {
         | 
| 10 16 | 
             
                  "input_token": "nextToken",
         | 
| 11 17 | 
             
                  "output_token": "nextToken",
         |