cdk-lambda-subminute 2.0.408 → 2.0.410

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 (30) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/aws-sdk/README.md +1 -1
  4. package/node_modules/aws-sdk/apis/accessanalyzer-2019-11-01.min.json +107 -95
  5. package/node_modules/aws-sdk/apis/dynamodb-2012-08-10.min.json +321 -258
  6. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +305 -258
  7. package/node_modules/aws-sdk/apis/ec2-2016-11-15.paginators.json +6 -0
  8. package/node_modules/aws-sdk/apis/finspace-2021-03-12.min.json +57 -39
  9. package/node_modules/aws-sdk/apis/logs-2014-03-28.min.json +9 -1
  10. package/node_modules/aws-sdk/apis/managedblockchain-query-2023-05-04.min.json +130 -35
  11. package/node_modules/aws-sdk/apis/managedblockchain-query-2023-05-04.paginators.json +6 -0
  12. package/node_modules/aws-sdk/apis/savingsplans-2019-06-28.min.json +25 -1
  13. package/node_modules/aws-sdk/clients/accessanalyzer.d.ts +24 -2
  14. package/node_modules/aws-sdk/clients/cloudformation.d.ts +51 -51
  15. package/node_modules/aws-sdk/clients/cloudwatchlogs.d.ts +32 -23
  16. package/node_modules/aws-sdk/clients/codebuild.d.ts +1 -1
  17. package/node_modules/aws-sdk/clients/connect.d.ts +2 -2
  18. package/node_modules/aws-sdk/clients/dynamodb.d.ts +154 -67
  19. package/node_modules/aws-sdk/clients/ec2.d.ts +49 -0
  20. package/node_modules/aws-sdk/clients/finspace.d.ts +37 -13
  21. package/node_modules/aws-sdk/clients/managedblockchainquery.d.ts +134 -21
  22. package/node_modules/aws-sdk/clients/savingsplans.d.ts +53 -25
  23. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  24. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +10 -10
  25. package/node_modules/aws-sdk/dist/aws-sdk.js +644 -520
  26. package/node_modules/aws-sdk/dist/aws-sdk.min.js +78 -78
  27. package/node_modules/aws-sdk/lib/core.js +1 -1
  28. package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +128 -65
  29. package/node_modules/aws-sdk/package.json +1 -1
  30. package/package.json +3 -3
@@ -2348,6 +2348,14 @@ declare class EC2 extends Service {
2348
2348
  * Describes the lock status for a snapshot.
2349
2349
  */
2350
2350
  describeLockedSnapshots(callback?: (err: AWSError, data: EC2.Types.DescribeLockedSnapshotsResult) => void): Request<EC2.Types.DescribeLockedSnapshotsResult, AWSError>;
2351
+ /**
2352
+ * Describes the specified EC2 Mac Dedicated Host or all of your EC2 Mac Dedicated Hosts.
2353
+ */
2354
+ describeMacHosts(params: EC2.Types.DescribeMacHostsRequest, callback?: (err: AWSError, data: EC2.Types.DescribeMacHostsResult) => void): Request<EC2.Types.DescribeMacHostsResult, AWSError>;
2355
+ /**
2356
+ * Describes the specified EC2 Mac Dedicated Host or all of your EC2 Mac Dedicated Hosts.
2357
+ */
2358
+ describeMacHosts(callback?: (err: AWSError, data: EC2.Types.DescribeMacHostsResult) => void): Request<EC2.Types.DescribeMacHostsResult, AWSError>;
2351
2359
  /**
2352
2360
  * Describes your managed prefix lists and any Amazon Web Services-managed prefix lists. To view the entries for your prefix list, use GetManagedPrefixListEntries.
2353
2361
  */
@@ -15837,6 +15845,35 @@ declare namespace EC2 {
15837
15845
  */
15838
15846
  NextToken?: String;
15839
15847
  }
15848
+ export interface DescribeMacHostsRequest {
15849
+ /**
15850
+ * The filters. availability-zone - The Availability Zone of the EC2 Mac Dedicated Host. instance-type - The instance type size that the EC2 Mac Dedicated Host is configured to support.
15851
+ */
15852
+ Filters?: FilterList;
15853
+ /**
15854
+ * The IDs of the EC2 Mac Dedicated Hosts.
15855
+ */
15856
+ HostIds?: RequestHostIdList;
15857
+ /**
15858
+ * The maximum number of results to return for the request in a single page. The remaining results can be seen by sending another request with the returned nextToken value. This value can be between 5 and 500. If maxResults is given a larger value than 500, you receive an error.
15859
+ */
15860
+ MaxResults?: DescribeMacHostsRequestMaxResults;
15861
+ /**
15862
+ * The token to use to retrieve the next page of results.
15863
+ */
15864
+ NextToken?: String;
15865
+ }
15866
+ export type DescribeMacHostsRequestMaxResults = number;
15867
+ export interface DescribeMacHostsResult {
15868
+ /**
15869
+ * Information about the EC2 Mac Dedicated Hosts.
15870
+ */
15871
+ MacHosts?: MacHostList;
15872
+ /**
15873
+ * The token to use to retrieve the next page of results.
15874
+ */
15875
+ NextToken?: String;
15876
+ }
15840
15877
  export interface DescribeManagedPrefixListsRequest {
15841
15878
  /**
15842
15879
  * Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
@@ -27718,6 +27755,18 @@ declare namespace EC2 {
27718
27755
  export type LockedSnapshotsInfoList = LockedSnapshotsInfo[];
27719
27756
  export type LogDestinationType = "cloud-watch-logs"|"s3"|"kinesis-data-firehose"|string;
27720
27757
  export type Long = number;
27758
+ export interface MacHost {
27759
+ /**
27760
+ * The EC2 Mac Dedicated Host ID.
27761
+ */
27762
+ HostId?: DedicatedHostId;
27763
+ /**
27764
+ * The latest macOS versions that the EC2 Mac Dedicated Host can launch without being upgraded.
27765
+ */
27766
+ MacOSLatestSupportedVersions?: MacOSVersionStringList;
27767
+ }
27768
+ export type MacHostList = MacHost[];
27769
+ export type MacOSVersionStringList = String[];
27721
27770
  export interface MaintenanceDetails {
27722
27771
  /**
27723
27772
  * Verify existence of a pending maintenance.
@@ -828,7 +828,7 @@ declare namespace Finspace {
828
828
  */
829
829
  dataviewName: KxDataviewName;
830
830
  /**
831
- * The number of availability zones you want to assign per cluster. This can be one of the following SINGLE Assigns one availability zone per cluster. MULTI Assigns all the availability zones per cluster.
831
+ * The number of availability zones you want to assign per volume. Currently, FinSpace only supports SINGLE for volumes. This places dataview in a single AZ.
832
832
  */
833
833
  azMode: KxAzMode;
834
834
  /**
@@ -847,6 +847,10 @@ declare namespace Finspace {
847
847
  * The option to specify whether you want to apply all the future additions and corrections automatically to the dataview, when you ingest new changesets. The default value is false.
848
848
  */
849
849
  autoUpdate?: booleanValue;
850
+ /**
851
+ * The option to specify whether you want to make the dataview writable to perform database maintenance. The following are some considerations related to writable dataviews.&#x2028;&#x2028; You cannot create partial writable dataviews. When you create writeable dataviews you must provide the entire database path. You cannot perform updates on a writeable dataview. Hence, autoUpdate must be set as False if readWrite is True for a dataview. You must also use a unique volume for creating a writeable dataview. So, if you choose a volume that is already in use by another dataview, the dataview creation fails. Once you create a dataview as writeable, you cannot change it to read-only. So, you cannot update the readWrite parameter later.
852
+ */
853
+ readWrite?: booleanValue;
850
854
  /**
851
855
  * A description of the dataview.
852
856
  */
@@ -874,7 +878,7 @@ declare namespace Finspace {
874
878
  */
875
879
  environmentId?: EnvironmentId;
876
880
  /**
877
- * The number of availability zones you want to assign per cluster. This can be one of the following SINGLE Assigns one availability zone per cluster. MULTI Assigns all the availability zones per cluster.
881
+ * The number of availability zones you want to assign per volume. Currently, FinSpace only supports SINGLE for volumes. This places dataview in a single AZ.
878
882
  */
879
883
  azMode?: KxAzMode;
880
884
  /**
@@ -897,6 +901,10 @@ declare namespace Finspace {
897
901
  * The option to select whether you want to apply all the future additions and corrections automatically to the dataview when you ingest new changesets. The default value is false.
898
902
  */
899
903
  autoUpdate?: booleanValue;
904
+ /**
905
+ * Returns True if the dataview is created as writeable and False otherwise.
906
+ */
907
+ readWrite?: booleanValue;
900
908
  /**
901
909
  * The timestamp at which the dataview was created in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.
902
910
  */
@@ -976,7 +984,7 @@ declare namespace Finspace {
976
984
  */
977
985
  scalingGroupName: KxScalingGroupName;
978
986
  /**
979
- * The memory and CPU capabilities of the scaling group host on which FinSpace Managed kdb clusters will be placed.
987
+ * The memory and CPU capabilities of the scaling group host on which FinSpace Managed kdb clusters will be placed. You can add one of the following values: kx.sg.4xlarge – The host type with a configuration of 108 GiB memory and 16 vCPUs. kx.sg.8xlarge – The host type with a configuration of 216 GiB memory and 32 vCPUs. kx.sg.16xlarge – The host type with a configuration of 432 GiB memory and 64 vCPUs. kx.sg.32xlarge – The host type with a configuration of 864 GiB memory and 128 vCPUs. kx.sg1.16xlarge – The host type with a configuration of 1949 GiB memory and 64 vCPUs. kx.sg1.24xlarge – The host type with a configuration of 2948 GiB memory and 96 vCPUs.
980
988
  */
981
989
  hostType: KxHostType;
982
990
  /**
@@ -1084,7 +1092,7 @@ declare namespace Finspace {
1084
1092
  */
1085
1093
  nas1Configuration?: KxNAS1Configuration;
1086
1094
  /**
1087
- * The number of availability zones you want to assign per cluster. Currently, FinSpace only support SINGLE for volumes.
1095
+ * The number of availability zones you want to assign per volume. Currently, FinSpace only supports SINGLE for volumes. This places dataview in a single AZ.
1088
1096
  */
1089
1097
  azMode: KxAzMode;
1090
1098
  /**
@@ -1126,7 +1134,7 @@ declare namespace Finspace {
1126
1134
  */
1127
1135
  statusReason?: KxVolumeStatusReason;
1128
1136
  /**
1129
- * The number of availability zones you want to assign per cluster. Currently, FinSpace only support SINGLE for volumes.
1137
+ * The number of availability zones you want to assign per volume. Currently, FinSpace only supports SINGLE for volumes. This places dataview in a single AZ.
1130
1138
  */
1131
1139
  azMode?: KxAzMode;
1132
1140
  /**
@@ -1639,7 +1647,7 @@ declare namespace Finspace {
1639
1647
  */
1640
1648
  dataviewName?: KxDataviewName;
1641
1649
  /**
1642
- * The number of availability zones you want to assign per cluster. This can be one of the following SINGLE Assigns one availability zone per cluster. MULTI Assigns all the availability zones per cluster.
1650
+ * The number of availability zones you want to assign per volume. Currently, FinSpace only supports SINGLE for volumes. This places dataview in a single AZ.
1643
1651
  */
1644
1652
  azMode?: KxAzMode;
1645
1653
  /**
@@ -1666,6 +1674,10 @@ declare namespace Finspace {
1666
1674
  * The option to specify whether you want to apply all the future additions and corrections automatically to the dataview when new changesets are ingested. The default value is false.
1667
1675
  */
1668
1676
  autoUpdate?: booleanValue;
1677
+ /**
1678
+ * Returns True if the dataview is created as writeable and False otherwise.
1679
+ */
1680
+ readWrite?: booleanValue;
1669
1681
  /**
1670
1682
  * A unique identifier for the kdb environment, from where you want to retrieve the dataview details.
1671
1683
  */
@@ -1780,7 +1792,7 @@ declare namespace Finspace {
1780
1792
  */
1781
1793
  scalingGroupArn?: arn;
1782
1794
  /**
1783
- * The memory and CPU capabilities of the scaling group host on which FinSpace Managed kdb clusters will be placed.
1795
+ * The memory and CPU capabilities of the scaling group host on which FinSpace Managed kdb clusters will be placed. It can have one of the following values: kx.sg.4xlarge – The host type with a configuration of 108 GiB memory and 16 vCPUs. kx.sg.8xlarge – The host type with a configuration of 216 GiB memory and 32 vCPUs. kx.sg.16xlarge – The host type with a configuration of 432 GiB memory and 64 vCPUs. kx.sg.32xlarge – The host type with a configuration of 864 GiB memory and 128 vCPUs. kx.sg1.16xlarge – The host type with a configuration of 1949 GiB memory and 64 vCPUs. kx.sg1.24xlarge – The host type with a configuration of 2948 GiB memory and 96 vCPUs.
1784
1796
  */
1785
1797
  hostType?: KxHostType;
1786
1798
  /**
@@ -1884,7 +1896,7 @@ declare namespace Finspace {
1884
1896
  */
1885
1897
  description?: Description;
1886
1898
  /**
1887
- * The number of availability zones you want to assign per cluster. Currently, FinSpace only support SINGLE for volumes.
1899
+ * The number of availability zones you want to assign per volume. Currently, FinSpace only supports SINGLE for volumes. This places dataview in a single AZ.
1888
1900
  */
1889
1901
  azMode?: KxAzMode;
1890
1902
  /**
@@ -2158,7 +2170,7 @@ declare namespace Finspace {
2158
2170
  */
2159
2171
  dataviewName?: KxDataviewName;
2160
2172
  /**
2161
- * The number of availability zones you want to assign per cluster. This can be one of the following SINGLE Assigns one availability zone per cluster. MULTI Assigns all the availability zones per cluster.
2173
+ * The number of availability zones you want to assign per volume. Currently, FinSpace only supports SINGLE for volumes. This places dataview in a single AZ.
2162
2174
  */
2163
2175
  azMode?: KxAzMode;
2164
2176
  /**
@@ -2189,6 +2201,10 @@ declare namespace Finspace {
2189
2201
  * The option to specify whether you want to apply all the future additions and corrections automatically to the dataview when you ingest new changesets. The default value is false.
2190
2202
  */
2191
2203
  autoUpdate?: booleanValue;
2204
+ /**
2205
+ * Returns True if the dataview is created as writeable and False otherwise.
2206
+ */
2207
+ readWrite?: booleanValue;
2192
2208
  /**
2193
2209
  * The timestamp at which the dataview list entry was created in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.
2194
2210
  */
@@ -2212,6 +2228,10 @@ declare namespace Finspace {
2212
2228
  * The name of the volume where you want to add data.
2213
2229
  */
2214
2230
  volumeName: KxVolumeName;
2231
+ /**
2232
+ * Enables on-demand caching on the selected database path when a particular file or a column of the database is accessed. When on demand caching is True, dataviews perform minimal loading of files on the filesystem as needed. When it is set to False, everything is cached. The default value is False.
2233
+ */
2234
+ onDemand?: booleanValue;
2215
2235
  }
2216
2236
  export type KxDataviewSegmentConfigurationList = KxDataviewSegmentConfiguration[];
2217
2237
  export type KxDataviewStatus = "CREATING"|"ACTIVE"|"UPDATING"|"FAILED"|"DELETING"|string;
@@ -2347,7 +2367,7 @@ declare namespace Finspace {
2347
2367
  */
2348
2368
  scalingGroupName?: KxScalingGroupName;
2349
2369
  /**
2350
- * The memory and CPU capabilities of the scaling group host on which FinSpace Managed kdb clusters will be placed.
2370
+ * The memory and CPU capabilities of the scaling group host on which FinSpace Managed kdb clusters will be placed. You can add one of the following values: kx.sg.4xlarge – The host type with a configuration of 108 GiB memory and 16 vCPUs. kx.sg.8xlarge – The host type with a configuration of 216 GiB memory and 32 vCPUs. kx.sg.16xlarge – The host type with a configuration of 432 GiB memory and 64 vCPUs. kx.sg.32xlarge – The host type with a configuration of 864 GiB memory and 128 vCPUs. kx.sg1.16xlarge – The host type with a configuration of 1949 GiB memory and 64 vCPUs. kx.sg1.24xlarge – The host type with a configuration of 2948 GiB memory and 96 vCPUs.
2351
2371
  */
2352
2372
  hostType?: KxHostType;
2353
2373
  /**
@@ -2447,7 +2467,7 @@ declare namespace Finspace {
2447
2467
  */
2448
2468
  statusReason?: KxVolumeStatusReason;
2449
2469
  /**
2450
- * The number of availability zones assigned to the volume. Currently, only SINGLE is supported.
2470
+ * The number of availability zones you want to assign per volume. Currently, FinSpace only supports SINGLE for volumes. This places dataview in a single AZ.
2451
2471
  */
2452
2472
  azMode?: KxAzMode;
2453
2473
  /**
@@ -3018,7 +3038,7 @@ declare namespace Finspace {
3018
3038
  */
3019
3039
  dataviewName?: KxDataviewName;
3020
3040
  /**
3021
- * The number of availability zones you want to assign per cluster. This can be one of the following SINGLE Assigns one availability zone per cluster. MULTI Assigns all the availability zones per cluster.
3041
+ * The number of availability zones you want to assign per volume. Currently, FinSpace only supports SINGLE for volumes. This places dataview in a single AZ.
3022
3042
  */
3023
3043
  azMode?: KxAzMode;
3024
3044
  /**
@@ -3045,6 +3065,10 @@ declare namespace Finspace {
3045
3065
  * The option to specify whether you want to apply all the future additions and corrections automatically to the dataview when new changesets are ingested. The default value is false.
3046
3066
  */
3047
3067
  autoUpdate?: booleanValue;
3068
+ /**
3069
+ * Returns True if the dataview is created as writeable and False otherwise.
3070
+ */
3071
+ readWrite?: booleanValue;
3048
3072
  /**
3049
3073
  * A description of the dataview.
3050
3074
  */
@@ -3316,7 +3340,7 @@ declare namespace Finspace {
3316
3340
  */
3317
3341
  createdTimestamp?: Timestamp;
3318
3342
  /**
3319
- * The number of availability zones you want to assign per cluster. Currently, FinSpace only support SINGLE for volumes.
3343
+ * The number of availability zones you want to assign per volume. Currently, FinSpace only supports SINGLE for volumes. This places dataview in a single AZ.
3320
3344
  */
3321
3345
  azMode?: KxAzMode;
3322
3346
  /**
@@ -51,6 +51,14 @@ declare class ManagedBlockchainQuery extends Service {
51
51
  * Lists all the contracts for a given contract type deployed by an address (either a contract address or a wallet address). The Bitcoin blockchain networks do not support this operation.
52
52
  */
53
53
  listAssetContracts(callback?: (err: AWSError, data: ManagedBlockchainQuery.Types.ListAssetContractsOutput) => void): Request<ManagedBlockchainQuery.Types.ListAssetContractsOutput, AWSError>;
54
+ /**
55
+ * Lists all the transaction events for an address on the blockchain. This operation is only supported on the Bitcoin networks.
56
+ */
57
+ listFilteredTransactionEvents(params: ManagedBlockchainQuery.Types.ListFilteredTransactionEventsInput, callback?: (err: AWSError, data: ManagedBlockchainQuery.Types.ListFilteredTransactionEventsOutput) => void): Request<ManagedBlockchainQuery.Types.ListFilteredTransactionEventsOutput, AWSError>;
58
+ /**
59
+ * Lists all the transaction events for an address on the blockchain. This operation is only supported on the Bitcoin networks.
60
+ */
61
+ listFilteredTransactionEvents(callback?: (err: AWSError, data: ManagedBlockchainQuery.Types.ListFilteredTransactionEventsOutput) => void): Request<ManagedBlockchainQuery.Types.ListFilteredTransactionEventsOutput, AWSError>;
54
62
  /**
55
63
  * This action returns the following for a given blockchain network: Lists all token balances owned by an address (either a contract address or a wallet address). Lists all token balances for all tokens created by a contract. Lists all token balances for a given token. You must always specify the network property of the tokenFilter when using this operation.
56
64
  */
@@ -60,23 +68,30 @@ declare class ManagedBlockchainQuery extends Service {
60
68
  */
61
69
  listTokenBalances(callback?: (err: AWSError, data: ManagedBlockchainQuery.Types.ListTokenBalancesOutput) => void): Request<ManagedBlockchainQuery.Types.ListTokenBalancesOutput, AWSError>;
62
70
  /**
63
- * An array of TransactionEvent objects. Each object contains details about the transaction event. This action will return transaction details for all transactions that are confirmed on the blockchain, even if they have not reached finality.
71
+ * Lists all the transaction events for a transaction This action will return transaction details for all transactions that are confirmed on the blockchain, even if they have not reached finality.
64
72
  */
65
73
  listTransactionEvents(params: ManagedBlockchainQuery.Types.ListTransactionEventsInput, callback?: (err: AWSError, data: ManagedBlockchainQuery.Types.ListTransactionEventsOutput) => void): Request<ManagedBlockchainQuery.Types.ListTransactionEventsOutput, AWSError>;
66
74
  /**
67
- * An array of TransactionEvent objects. Each object contains details about the transaction event. This action will return transaction details for all transactions that are confirmed on the blockchain, even if they have not reached finality.
75
+ * Lists all the transaction events for a transaction This action will return transaction details for all transactions that are confirmed on the blockchain, even if they have not reached finality.
68
76
  */
69
77
  listTransactionEvents(callback?: (err: AWSError, data: ManagedBlockchainQuery.Types.ListTransactionEventsOutput) => void): Request<ManagedBlockchainQuery.Types.ListTransactionEventsOutput, AWSError>;
70
78
  /**
71
- * Lists all of the transactions on a given wallet address or to a specific contract.
79
+ * Lists all the transaction events for a transaction.
72
80
  */
73
81
  listTransactions(params: ManagedBlockchainQuery.Types.ListTransactionsInput, callback?: (err: AWSError, data: ManagedBlockchainQuery.Types.ListTransactionsOutput) => void): Request<ManagedBlockchainQuery.Types.ListTransactionsOutput, AWSError>;
74
82
  /**
75
- * Lists all of the transactions on a given wallet address or to a specific contract.
83
+ * Lists all the transaction events for a transaction.
76
84
  */
77
85
  listTransactions(callback?: (err: AWSError, data: ManagedBlockchainQuery.Types.ListTransactionsOutput) => void): Request<ManagedBlockchainQuery.Types.ListTransactionsOutput, AWSError>;
78
86
  }
79
87
  declare namespace ManagedBlockchainQuery {
88
+ export interface AddressIdentifierFilter {
89
+ /**
90
+ * The container for the recipient address of the transaction.
91
+ */
92
+ transactionEventToAddress: AddressIdentifierFilterTransactionEventToAddressList;
93
+ }
94
+ export type AddressIdentifierFilterTransactionEventToAddressList = ChainAddress[];
80
95
  export interface AssetContract {
81
96
  /**
82
97
  * The container for the contract identifier containing its blockchain network and address.
@@ -149,6 +164,7 @@ declare namespace ManagedBlockchainQuery {
149
164
  */
150
165
  time?: Timestamp;
151
166
  }
167
+ export type Boolean = boolean;
152
168
  export type ChainAddress = string;
153
169
  export type ConfirmationStatus = "FINAL"|"NONFINAL"|string;
154
170
  export interface ConfirmationStatusFilter {
@@ -246,9 +262,13 @@ declare namespace ManagedBlockchainQuery {
246
262
  }
247
263
  export interface GetTransactionInput {
248
264
  /**
249
- * The hash of the transaction. It is generated whenever a transaction is verified and added to the blockchain.
265
+ * The hash of a transaction. It is generated when a transaction is created.
250
266
  */
251
- transactionHash: QueryTransactionHash;
267
+ transactionHash?: QueryTransactionHash;
268
+ /**
269
+ * The identifier of a Bitcoin transaction. It is generated when a transaction is created. transactionId is only supported on the Bitcoin networks.
270
+ */
271
+ transactionId?: QueryTransactionId;
252
272
  /**
253
273
  * The blockchain network where the transaction occurred.
254
274
  */
@@ -271,7 +291,7 @@ declare namespace ManagedBlockchainQuery {
271
291
  */
272
292
  nextToken?: NextToken;
273
293
  /**
274
- * The maximum number of contracts to list. Default:100 Even if additional results can be retrieved, the request can return less results than maxResults or an empty array of results. To retrieve the next set of results, make another request with the returned nextToken value. The value of nextToken is null when there are no more results to return
294
+ * The maximum number of contracts to list. Default: 100 Even if additional results can be retrieved, the request can return less results than maxResults or an empty array of results. To retrieve the next set of results, make another request with the returned nextToken value. The value of nextToken is null when there are no more results to return
275
295
  */
276
296
  maxResults?: ListAssetContractsInputMaxResultsInteger;
277
297
  }
@@ -286,6 +306,59 @@ declare namespace ManagedBlockchainQuery {
286
306
  */
287
307
  nextToken?: NextToken;
288
308
  }
309
+ export interface ListFilteredTransactionEventsInput {
310
+ /**
311
+ * The blockchain network where the transaction occurred. Valid Values: BITCOIN_MAINNET | BITCOIN_TESTNET
312
+ */
313
+ network: String;
314
+ /**
315
+ * This is the unique public address on the blockchain for which the transaction events are being requested.
316
+ */
317
+ addressIdentifierFilter: AddressIdentifierFilter;
318
+ /**
319
+ * This container specifies the time frame for the transaction events returned in the response.
320
+ */
321
+ timeFilter?: TimeFilter;
322
+ /**
323
+ * This container specifies filtering attributes related to BITCOIN_VOUT event types
324
+ */
325
+ voutFilter?: VoutFilter;
326
+ confirmationStatusFilter?: ConfirmationStatusFilter;
327
+ /**
328
+ * The order by which the results will be sorted.
329
+ */
330
+ sort?: ListFilteredTransactionEventsSort;
331
+ /**
332
+ * The pagination token that indicates the next set of results to retrieve.
333
+ */
334
+ nextToken?: NextToken;
335
+ /**
336
+ * The maximum number of transaction events to list. Default: 100 Even if additional results can be retrieved, the request can return less results than maxResults or an empty array of results. To retrieve the next set of results, make another request with the returned nextToken value. The value of nextToken is null when there are no more results to return
337
+ */
338
+ maxResults?: ListFilteredTransactionEventsInputMaxResultsInteger;
339
+ }
340
+ export type ListFilteredTransactionEventsInputMaxResultsInteger = number;
341
+ export interface ListFilteredTransactionEventsOutput {
342
+ /**
343
+ * The transaction events returned by the request.
344
+ */
345
+ events: TransactionEventList;
346
+ /**
347
+ * The pagination token that indicates the next set of results to retrieve.
348
+ */
349
+ nextToken?: NextToken;
350
+ }
351
+ export interface ListFilteredTransactionEventsSort {
352
+ /**
353
+ * Container on how the results will be sorted by?
354
+ */
355
+ sortBy?: ListFilteredTransactionEventsSortBy;
356
+ /**
357
+ * The container for the sort order for ListFilteredTransactionEvents. The SortOrder field only accepts the values ASCENDING and DESCENDING. Not providing SortOrder will default to ASCENDING.
358
+ */
359
+ sortOrder?: SortOrder;
360
+ }
361
+ export type ListFilteredTransactionEventsSortBy = "blockchainInstant"|string;
289
362
  export interface ListTokenBalancesInput {
290
363
  /**
291
364
  * The contract or wallet address on the blockchain network by which to filter the request. You must specify the address property of the ownerFilter when listing balances of tokens owned by the address.
@@ -300,7 +373,7 @@ declare namespace ManagedBlockchainQuery {
300
373
  */
301
374
  nextToken?: NextToken;
302
375
  /**
303
- * The maximum number of token balances to return. Default:100 Even if additional results can be retrieved, the request can return less results than maxResults or an empty array of results. To retrieve the next set of results, make another request with the returned nextToken value. The value of nextToken is null when there are no more results to return
376
+ * The maximum number of token balances to return. Default: 100 Even if additional results can be retrieved, the request can return less results than maxResults or an empty array of results. To retrieve the next set of results, make another request with the returned nextToken value. The value of nextToken is null when there are no more results to return
304
377
  */
305
378
  maxResults?: ListTokenBalancesInputMaxResultsInteger;
306
379
  }
@@ -317,9 +390,13 @@ declare namespace ManagedBlockchainQuery {
317
390
  }
318
391
  export interface ListTransactionEventsInput {
319
392
  /**
320
- * The hash of the transaction. It is generated whenever a transaction is verified and added to the blockchain.
393
+ * The hash of a transaction. It is generated when a transaction is created.
321
394
  */
322
- transactionHash: QueryTransactionHash;
395
+ transactionHash?: QueryTransactionHash;
396
+ /**
397
+ * The identifier of a Bitcoin transaction. It is generated when a transaction is created. transactionId is only supported on the Bitcoin networks.
398
+ */
399
+ transactionId?: QueryTransactionId;
323
400
  /**
324
401
  * The blockchain network where the transaction events occurred.
325
402
  */
@@ -329,7 +406,7 @@ declare namespace ManagedBlockchainQuery {
329
406
  */
330
407
  nextToken?: NextToken;
331
408
  /**
332
- * The maximum number of transaction events to list. Default:100 Even if additional results can be retrieved, the request can return less results than maxResults or an empty array of results. To retrieve the next set of results, make another request with the returned nextToken value. The value of nextToken is null when there are no more results to return
409
+ * The maximum number of transaction events to list. Default: 100 Even if additional results can be retrieved, the request can return less results than maxResults or an empty array of results. To retrieve the next set of results, make another request with the returned nextToken value. The value of nextToken is null when there are no more results to return
333
410
  */
334
411
  maxResults?: ListTransactionEventsInputMaxResultsInteger;
335
412
  }
@@ -356,7 +433,7 @@ declare namespace ManagedBlockchainQuery {
356
433
  fromBlockchainInstant?: BlockchainInstant;
357
434
  toBlockchainInstant?: BlockchainInstant;
358
435
  /**
359
- * The order by which the results will be sorted. If ASCENNDING is selected, the results will be ordered by fromTime.
436
+ * The order by which the results will be sorted.
360
437
  */
361
438
  sort?: ListTransactionsSort;
362
439
  /**
@@ -364,11 +441,11 @@ declare namespace ManagedBlockchainQuery {
364
441
  */
365
442
  nextToken?: NextToken;
366
443
  /**
367
- * The maximum number of transactions to list. Default:100 Even if additional results can be retrieved, the request can return less results than maxResults or an empty array of results. To retrieve the next set of results, make another request with the returned nextToken value. The value of nextToken is null when there are no more results to return
444
+ * The maximum number of transactions to list. Default: 100 Even if additional results can be retrieved, the request can return less results than maxResults or an empty array of results. To retrieve the next set of results, make another request with the returned nextToken value. The value of nextToken is null when there are no more results to return
368
445
  */
369
446
  maxResults?: ListTransactionsInputMaxResultsInteger;
370
447
  /**
371
- * This filter is used to include transactions in the response that haven't reached finality . Transactions that have reached finiality are always part of the response.
448
+ * This filter is used to include transactions in the response that haven't reached finality . Transactions that have reached finality are always part of the response.
372
449
  */
373
450
  confirmationStatusFilter?: ConfirmationStatusFilter;
374
451
  }
@@ -413,8 +490,13 @@ declare namespace ManagedBlockchainQuery {
413
490
  export type QueryTokenStandard = "ERC20"|"ERC721"|"ERC1155"|string;
414
491
  export type QueryTransactionEventType = "ERC20_TRANSFER"|"ERC20_MINT"|"ERC20_BURN"|"ERC20_DEPOSIT"|"ERC20_WITHDRAWAL"|"ERC721_TRANSFER"|"ERC1155_TRANSFER"|"BITCOIN_VIN"|"BITCOIN_VOUT"|"INTERNAL_ETH_TRANSFER"|"ETH_TRANSFER"|string;
415
492
  export type QueryTransactionHash = string;
493
+ export type QueryTransactionId = string;
416
494
  export type SortOrder = "ASCENDING"|"DESCENDING"|string;
417
495
  export type String = string;
496
+ export interface TimeFilter {
497
+ from?: BlockchainInstant;
498
+ to?: BlockchainInstant;
499
+ }
418
500
  export type Timestamp = Date;
419
501
  export interface TokenBalance {
420
502
  /**
@@ -477,7 +559,7 @@ declare namespace ManagedBlockchainQuery {
477
559
  */
478
560
  blockHash?: BlockHash;
479
561
  /**
480
- * The hash of the transaction. It is generated whenever a transaction is verified and added to the blockchain.
562
+ * The hash of a transaction. It is generated when a transaction is created.
481
563
  */
482
564
  transactionHash: QueryTransactionHash;
483
565
  /**
@@ -537,7 +619,7 @@ declare namespace ManagedBlockchainQuery {
537
619
  */
538
620
  transactionFee?: String;
539
621
  /**
540
- * The unique identifier of the transaction. It is generated whenever a transaction is verified and added to the blockchain.
622
+ * The identifier of a Bitcoin transaction. It is generated when a transaction is created.
541
623
  */
542
624
  transactionId?: String;
543
625
  /**
@@ -555,7 +637,7 @@ declare namespace ManagedBlockchainQuery {
555
637
  */
556
638
  network: QueryNetwork;
557
639
  /**
558
- * The hash of the transaction. It is generated whenever a transaction is verified and added to the blockchain.
640
+ * The hash of a transaction. It is generated when a transaction is created.
559
641
  */
560
642
  transactionHash: QueryTransactionHash;
561
643
  /**
@@ -575,7 +657,7 @@ declare namespace ManagedBlockchainQuery {
575
657
  */
576
658
  value?: String;
577
659
  /**
578
- * The blockchain address. for the contract
660
+ * The blockchain address for the contract
579
661
  */
580
662
  contractAddress?: ChainAddress;
581
663
  /**
@@ -583,20 +665,45 @@ declare namespace ManagedBlockchainQuery {
583
665
  */
584
666
  tokenId?: QueryTokenId;
585
667
  /**
586
- * The unique identifier of the transaction. It is generated whenever a transaction is verified and added to the blockchain.
668
+ * The identifier of a Bitcoin transaction. It is generated when a transaction is created.
587
669
  */
588
670
  transactionId?: String;
589
671
  /**
590
- * The position of the vout in the transaction output list.
672
+ * The position of the transaction output in the transaction output list.
591
673
  */
592
674
  voutIndex?: Integer;
675
+ /**
676
+ * Specifies if the transaction output is spent or unspent. This is only returned for BITCOIN_VOUT event types. This is only returned for BITCOIN_VOUT event types.
677
+ */
678
+ voutSpent?: Boolean;
679
+ /**
680
+ * The transactionId that created the spent transaction output. This is only returned for BITCOIN_VIN event types.
681
+ */
682
+ spentVoutTransactionId?: String;
683
+ /**
684
+ * The transactionHash that created the spent transaction output. This is only returned for BITCOIN_VIN event types.
685
+ */
686
+ spentVoutTransactionHash?: String;
687
+ /**
688
+ * The position of the spent transaction output in the output list of the creating transaction. This is only returned for BITCOIN_VIN event types.
689
+ */
690
+ spentVoutIndex?: Integer;
691
+ blockchainInstant?: BlockchainInstant;
692
+ /**
693
+ * This container specifies whether the transaction has reached Finality.
694
+ */
695
+ confirmationStatus?: ConfirmationStatus;
593
696
  }
594
697
  export type TransactionEventList = TransactionEvent[];
595
698
  export interface TransactionOutputItem {
596
699
  /**
597
- * The hash of the transaction. It is generated whenever a transaction is verified and added to the blockchain.
700
+ * The hash of a transaction. It is generated when a transaction is created.
598
701
  */
599
702
  transactionHash: QueryTransactionHash;
703
+ /**
704
+ * The identifier of a Bitcoin transaction. It is generated when a transaction is created.
705
+ */
706
+ transactionId?: QueryTransactionId;
600
707
  /**
601
708
  * The blockchain network where the transaction occurred.
602
709
  */
@@ -611,6 +718,12 @@ declare namespace ManagedBlockchainQuery {
611
718
  confirmationStatus?: ConfirmationStatus;
612
719
  }
613
720
  export type TransactionOutputList = TransactionOutputItem[];
721
+ export interface VoutFilter {
722
+ /**
723
+ * Specifies if the transaction output is spent or unspent.
724
+ */
725
+ voutSpent: Boolean;
726
+ }
614
727
  /**
615
728
  * A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version.
616
729
  */