cdk-lambda-subminute 2.0.367 → 2.0.369

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 (119) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/available-typed-arrays/.eslintrc +0 -4
  4. package/node_modules/available-typed-arrays/CHANGELOG.md +15 -0
  5. package/node_modules/available-typed-arrays/index.d.ts +17 -0
  6. package/node_modules/available-typed-arrays/index.js +4 -2
  7. package/node_modules/available-typed-arrays/package.json +23 -15
  8. package/node_modules/available-typed-arrays/tsconfig.json +49 -0
  9. package/node_modules/aws-sdk/README.md +1 -1
  10. package/node_modules/aws-sdk/apis/appsync-2017-07-25.min.json +67 -6
  11. package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.examples.json +519 -0
  12. package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +508 -81
  13. package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.paginators.json +24 -0
  14. package/node_modules/aws-sdk/apis/cognito-idp-2016-04-18.min.json +1 -1
  15. package/node_modules/aws-sdk/apis/datasync-2018-11-09.min.json +76 -32
  16. package/node_modules/aws-sdk/apis/es-2015-01-01.min.json +227 -152
  17. package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +102 -101
  18. package/node_modules/aws-sdk/apis/ivs-2020-07-14.min.json +240 -49
  19. package/node_modules/aws-sdk/apis/ivs-2020-07-14.paginators.json +5 -0
  20. package/node_modules/aws-sdk/apis/logs-2014-03-28.min.json +2 -1
  21. package/node_modules/aws-sdk/apis/managedblockchain-query-2023-05-04.min.json +14 -5
  22. package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +104 -87
  23. package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +597 -333
  24. package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.paginators.json +10 -0
  25. package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +259 -184
  26. package/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json +68 -3
  27. package/node_modules/aws-sdk/apis/redshift-2012-12-01.paginators.json +6 -0
  28. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +779 -773
  29. package/node_modules/aws-sdk/apis/ssm-2014-11-06.min.json +319 -301
  30. package/node_modules/aws-sdk/apis/wafv2-2019-07-29.min.json +45 -28
  31. package/node_modules/aws-sdk/clients/appsync.d.ts +47 -0
  32. package/node_modules/aws-sdk/clients/cloudformation.d.ts +600 -1
  33. package/node_modules/aws-sdk/clients/cloudwatchlogs.d.ts +12 -8
  34. package/node_modules/aws-sdk/clients/cognitoidentityserviceprovider.d.ts +63 -63
  35. package/node_modules/aws-sdk/clients/datasync.d.ts +185 -124
  36. package/node_modules/aws-sdk/clients/dynamodb.d.ts +3 -3
  37. package/node_modules/aws-sdk/clients/ecs.d.ts +5 -5
  38. package/node_modules/aws-sdk/clients/elbv2.d.ts +5 -5
  39. package/node_modules/aws-sdk/clients/es.d.ts +111 -0
  40. package/node_modules/aws-sdk/clients/glue.d.ts +16 -9
  41. package/node_modules/aws-sdk/clients/ivs.d.ts +223 -4
  42. package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +324 -0
  43. package/node_modules/aws-sdk/clients/managedblockchainquery.d.ts +30 -20
  44. package/node_modules/aws-sdk/clients/mediaconvert.d.ts +17 -8
  45. package/node_modules/aws-sdk/clients/opensearch.d.ts +108 -0
  46. package/node_modules/aws-sdk/clients/redshift.d.ts +119 -0
  47. package/node_modules/aws-sdk/clients/sagemaker.d.ts +51 -41
  48. package/node_modules/aws-sdk/clients/ssm.d.ts +38 -13
  49. package/node_modules/aws-sdk/clients/wafv2.d.ts +23 -3
  50. package/node_modules/aws-sdk/clients/workspaces.d.ts +1 -1
  51. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +211 -108
  52. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +2388 -2182
  53. package/node_modules/aws-sdk/dist/aws-sdk.js +931 -390
  54. package/node_modules/aws-sdk/dist/aws-sdk.min.js +101 -101
  55. package/node_modules/aws-sdk/lib/core.js +1 -1
  56. package/node_modules/aws-sdk/lib/credentials/remote_credentials.js +14 -2
  57. package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +1 -1
  58. package/node_modules/aws-sdk/package.json +1 -1
  59. package/node_modules/call-bind/CHANGELOG.md +9 -0
  60. package/node_modules/call-bind/index.js +1 -1
  61. package/node_modules/call-bind/package.json +10 -6
  62. package/node_modules/define-data-property/CHANGELOG.md +11 -0
  63. package/node_modules/define-data-property/index.js +2 -2
  64. package/node_modules/define-data-property/package.json +19 -18
  65. package/node_modules/define-data-property/test/index.js +7 -7
  66. package/node_modules/es-errors/.eslintrc +5 -0
  67. package/node_modules/es-errors/.github/FUNDING.yml +12 -0
  68. package/node_modules/es-errors/CHANGELOG.md +40 -0
  69. package/node_modules/es-errors/LICENSE +21 -0
  70. package/node_modules/es-errors/README.md +55 -0
  71. package/node_modules/es-errors/eval.d.ts +3 -0
  72. package/node_modules/es-errors/eval.js +4 -0
  73. package/node_modules/es-errors/index.d.ts +3 -0
  74. package/node_modules/es-errors/index.js +4 -0
  75. package/node_modules/es-errors/package.json +80 -0
  76. package/node_modules/es-errors/range.d.ts +3 -0
  77. package/node_modules/es-errors/range.js +4 -0
  78. package/node_modules/es-errors/ref.d.ts +3 -0
  79. package/node_modules/es-errors/ref.js +4 -0
  80. package/node_modules/es-errors/syntax.d.ts +3 -0
  81. package/node_modules/es-errors/syntax.js +4 -0
  82. package/node_modules/es-errors/test/index.js +19 -0
  83. package/node_modules/es-errors/tsconfig.json +49 -0
  84. package/node_modules/es-errors/type.d.ts +3 -0
  85. package/node_modules/es-errors/type.js +4 -0
  86. package/node_modules/es-errors/uri.d.ts +3 -0
  87. package/node_modules/es-errors/uri.js +4 -0
  88. package/node_modules/get-intrinsic/CHANGELOG.md +18 -0
  89. package/node_modules/get-intrinsic/index.js +15 -7
  90. package/node_modules/get-intrinsic/package.json +12 -12
  91. package/node_modules/has-tostringtag/.eslintrc +0 -6
  92. package/node_modules/has-tostringtag/.nycrc +13 -0
  93. package/node_modules/has-tostringtag/CHANGELOG.md +22 -0
  94. package/node_modules/has-tostringtag/index.d.ts +3 -0
  95. package/node_modules/has-tostringtag/index.js +1 -0
  96. package/node_modules/has-tostringtag/package.json +37 -13
  97. package/node_modules/has-tostringtag/shams.d.ts +3 -0
  98. package/node_modules/has-tostringtag/shams.js +1 -0
  99. package/node_modules/has-tostringtag/test/shams/core-js.js +3 -0
  100. package/node_modules/has-tostringtag/test/shams/get-own-property-symbols.js +2 -0
  101. package/node_modules/has-tostringtag/test/tests.js +2 -1
  102. package/node_modules/has-tostringtag/tsconfig.json +49 -0
  103. package/node_modules/is-typed-array/CHANGELOG.md +10 -0
  104. package/node_modules/is-typed-array/index.d.ts +16 -0
  105. package/node_modules/is-typed-array/index.js +1 -0
  106. package/node_modules/is-typed-array/package.json +18 -7
  107. package/node_modules/is-typed-array/test/index.js +9 -1
  108. package/node_modules/is-typed-array/tsconfig.json +49 -0
  109. package/node_modules/set-function-length/CHANGELOG.md +8 -0
  110. package/node_modules/set-function-length/index.js +1 -1
  111. package/node_modules/set-function-length/package.json +7 -6
  112. package/node_modules/which-typed-array/CHANGELOG.md +9 -0
  113. package/node_modules/which-typed-array/index.d.ts +16 -0
  114. package/node_modules/which-typed-array/index.js +39 -18
  115. package/node_modules/which-typed-array/package.json +18 -7
  116. package/node_modules/which-typed-array/test/index.js +9 -1
  117. package/node_modules/which-typed-array/tsconfig.json +49 -0
  118. package/package.json +4 -4
  119. package/node_modules/available-typed-arrays/.eslintignore +0 -1
@@ -67,6 +67,14 @@ declare class LexModelsV2 extends Service {
67
67
  * Creates a locale in the bot. The locale contains the intents and slot types that the bot uses in conversations with users in the specified language and locale. You must add a locale to a bot before you can add intents and slot types to the bot.
68
68
  */
69
69
  createBotLocale(callback?: (err: AWSError, data: LexModelsV2.Types.CreateBotLocaleResponse) => void): Request<LexModelsV2.Types.CreateBotLocaleResponse, AWSError>;
70
+ /**
71
+ * Action to create a replication of the source bot in the secondary region.
72
+ */
73
+ createBotReplica(params: LexModelsV2.Types.CreateBotReplicaRequest, callback?: (err: AWSError, data: LexModelsV2.Types.CreateBotReplicaResponse) => void): Request<LexModelsV2.Types.CreateBotReplicaResponse, AWSError>;
74
+ /**
75
+ * Action to create a replication of the source bot in the secondary region.
76
+ */
77
+ createBotReplica(callback?: (err: AWSError, data: LexModelsV2.Types.CreateBotReplicaResponse) => void): Request<LexModelsV2.Types.CreateBotReplicaResponse, AWSError>;
70
78
  /**
71
79
  * Creates an immutable version of the bot. When you create the first version of a bot, Amazon Lex sets the version number to 1. Subsequent bot versions increase in an increment of 1. The version number will always represent the total number of versions created of the bot, not the current number of versions. If a bot version is deleted, that bot version number will not be reused.
72
80
  */
@@ -163,6 +171,14 @@ declare class LexModelsV2 extends Service {
163
171
  * Removes a locale from a bot. When you delete a locale, all intents, slots, and slot types defined for the locale are also deleted.
164
172
  */
165
173
  deleteBotLocale(callback?: (err: AWSError, data: LexModelsV2.Types.DeleteBotLocaleResponse) => void): Request<LexModelsV2.Types.DeleteBotLocaleResponse, AWSError>;
174
+ /**
175
+ * The action to delete the replicated bot in the secondary region.
176
+ */
177
+ deleteBotReplica(params: LexModelsV2.Types.DeleteBotReplicaRequest, callback?: (err: AWSError, data: LexModelsV2.Types.DeleteBotReplicaResponse) => void): Request<LexModelsV2.Types.DeleteBotReplicaResponse, AWSError>;
178
+ /**
179
+ * The action to delete the replicated bot in the secondary region.
180
+ */
181
+ deleteBotReplica(callback?: (err: AWSError, data: LexModelsV2.Types.DeleteBotReplicaResponse) => void): Request<LexModelsV2.Types.DeleteBotReplicaResponse, AWSError>;
166
182
  /**
167
183
  * Deletes a specific version of a bot. To delete all versions of a bot, use the DeleteBot operation.
168
184
  */
@@ -283,6 +299,14 @@ declare class LexModelsV2 extends Service {
283
299
  * Provides metadata information about a bot recommendation. This information will enable you to get a description on the request inputs, to download associated transcripts after processing is complete, and to download intents and slot-types generated by the bot recommendation.
284
300
  */
285
301
  describeBotRecommendation(callback?: (err: AWSError, data: LexModelsV2.Types.DescribeBotRecommendationResponse) => void): Request<LexModelsV2.Types.DescribeBotRecommendationResponse, AWSError>;
302
+ /**
303
+ * Monitors the bot replication status through the UI console.
304
+ */
305
+ describeBotReplica(params: LexModelsV2.Types.DescribeBotReplicaRequest, callback?: (err: AWSError, data: LexModelsV2.Types.DescribeBotReplicaResponse) => void): Request<LexModelsV2.Types.DescribeBotReplicaResponse, AWSError>;
306
+ /**
307
+ * Monitors the bot replication status through the UI console.
308
+ */
309
+ describeBotReplica(callback?: (err: AWSError, data: LexModelsV2.Types.DescribeBotReplicaResponse) => void): Request<LexModelsV2.Types.DescribeBotReplicaResponse, AWSError>;
286
310
  /**
287
311
  * Returns information about a request to generate a bot through natural language description, made through the StartBotResource API. Use the generatedBotLocaleUrl to retrieve the Amazon S3 object containing the bot locale configuration. You can then modify and import this configuration.
288
312
  */
@@ -411,6 +435,14 @@ declare class LexModelsV2 extends Service {
411
435
  * Provides a list of utterances that users have sent to the bot. Utterances are aggregated by the text of the utterance. For example, all instances where customers used the phrase "I want to order pizza" are aggregated into the same line in the response. You can see both detected utterances and missed utterances. A detected utterance is where the bot properly recognized the utterance and activated the associated intent. A missed utterance was not recognized by the bot and didn't activate an intent. Utterances can be aggregated for a bot alias or for a bot version, but not both at the same time. Utterances statistics are not generated under the following conditions: The childDirected field was set to true when the bot was created. You are using slot obfuscation with one or more slots. You opted out of participating in improving Amazon Lex.
412
436
  */
413
437
  listAggregatedUtterances(callback?: (err: AWSError, data: LexModelsV2.Types.ListAggregatedUtterancesResponse) => void): Request<LexModelsV2.Types.ListAggregatedUtterancesResponse, AWSError>;
438
+ /**
439
+ * The action to list the replicated bots created from the source bot alias.
440
+ */
441
+ listBotAliasReplicas(params: LexModelsV2.Types.ListBotAliasReplicasRequest, callback?: (err: AWSError, data: LexModelsV2.Types.ListBotAliasReplicasResponse) => void): Request<LexModelsV2.Types.ListBotAliasReplicasResponse, AWSError>;
442
+ /**
443
+ * The action to list the replicated bots created from the source bot alias.
444
+ */
445
+ listBotAliasReplicas(callback?: (err: AWSError, data: LexModelsV2.Types.ListBotAliasReplicasResponse) => void): Request<LexModelsV2.Types.ListBotAliasReplicasResponse, AWSError>;
414
446
  /**
415
447
  * Gets a list of aliases for the specified bot.
416
448
  */
@@ -435,6 +467,14 @@ declare class LexModelsV2 extends Service {
435
467
  * Get a list of bot recommendations that meet the specified criteria.
436
468
  */
437
469
  listBotRecommendations(callback?: (err: AWSError, data: LexModelsV2.Types.ListBotRecommendationsResponse) => void): Request<LexModelsV2.Types.ListBotRecommendationsResponse, AWSError>;
470
+ /**
471
+ * The action to list the replicated bots.
472
+ */
473
+ listBotReplicas(params: LexModelsV2.Types.ListBotReplicasRequest, callback?: (err: AWSError, data: LexModelsV2.Types.ListBotReplicasResponse) => void): Request<LexModelsV2.Types.ListBotReplicasResponse, AWSError>;
474
+ /**
475
+ * The action to list the replicated bots.
476
+ */
477
+ listBotReplicas(callback?: (err: AWSError, data: LexModelsV2.Types.ListBotReplicasResponse) => void): Request<LexModelsV2.Types.ListBotReplicasResponse, AWSError>;
438
478
  /**
439
479
  * Lists the generation requests made for a bot locale.
440
480
  */
@@ -443,6 +483,14 @@ declare class LexModelsV2 extends Service {
443
483
  * Lists the generation requests made for a bot locale.
444
484
  */
445
485
  listBotResourceGenerations(callback?: (err: AWSError, data: LexModelsV2.Types.ListBotResourceGenerationsResponse) => void): Request<LexModelsV2.Types.ListBotResourceGenerationsResponse, AWSError>;
486
+ /**
487
+ * Contains information about all the versions replication statuses applicable for Global Resiliency.
488
+ */
489
+ listBotVersionReplicas(params: LexModelsV2.Types.ListBotVersionReplicasRequest, callback?: (err: AWSError, data: LexModelsV2.Types.ListBotVersionReplicasResponse) => void): Request<LexModelsV2.Types.ListBotVersionReplicasResponse, AWSError>;
490
+ /**
491
+ * Contains information about all the versions replication statuses applicable for Global Resiliency.
492
+ */
493
+ listBotVersionReplicas(callback?: (err: AWSError, data: LexModelsV2.Types.ListBotVersionReplicasResponse) => void): Request<LexModelsV2.Types.ListBotVersionReplicasResponse, AWSError>;
446
494
  /**
447
495
  * Gets information about all of the versions of a bot. The ListBotVersions operation returns a summary of each version of a bot. For example, if a bot has three numbered versions, the ListBotVersions operation returns for summaries, one for each numbered version and one for the DRAFT version. The ListBotVersions operation always returns at least one version, the DRAFT version.
448
496
  */
@@ -1536,6 +1584,34 @@ declare namespace LexModelsV2 {
1536
1584
  }
1537
1585
  export type BotAliasLocaleSettingsMap = {[key: string]: BotAliasLocaleSettings};
1538
1586
  export type BotAliasName = string;
1587
+ export interface BotAliasReplicaSummary {
1588
+ /**
1589
+ * The bot alias ID for all the alias bot replications.
1590
+ */
1591
+ botAliasId?: BotAliasId;
1592
+ /**
1593
+ * The replication statuses for all the alias bot replications.
1594
+ */
1595
+ botAliasReplicationStatus?: BotAliasReplicationStatus;
1596
+ /**
1597
+ * The bot version for all the alias bot replications.
1598
+ */
1599
+ botVersion?: BotVersion;
1600
+ /**
1601
+ * The creation time and date for all the alias bot replications.
1602
+ */
1603
+ creationDateTime?: Timestamp;
1604
+ /**
1605
+ * The last time and date updated for all the alias bot replications.
1606
+ */
1607
+ lastUpdatedDateTime?: Timestamp;
1608
+ /**
1609
+ * The reasons for failure for the aliases bot replications.
1610
+ */
1611
+ failureReasons?: FailureReasons;
1612
+ }
1613
+ export type BotAliasReplicaSummaryList = BotAliasReplicaSummary[];
1614
+ export type BotAliasReplicationStatus = "Creating"|"Updating"|"Available"|"Deleting"|"Failed"|string;
1539
1615
  export type BotAliasStatus = "Creating"|"Available"|"Deleting"|"Failed"|string;
1540
1616
  export interface BotAliasSummary {
1541
1617
  /**
@@ -1800,6 +1876,26 @@ declare namespace LexModelsV2 {
1800
1876
  lastUpdatedDateTime?: Timestamp;
1801
1877
  }
1802
1878
  export type BotRecommendationSummaryList = BotRecommendationSummary[];
1879
+ export type BotReplicaStatus = "Enabling"|"Enabled"|"Deleting"|"Failed"|string;
1880
+ export interface BotReplicaSummary {
1881
+ /**
1882
+ * The replica region used in the replication statuses summary.
1883
+ */
1884
+ replicaRegion?: ReplicaRegion;
1885
+ /**
1886
+ * The creation time and date for the replicated bots.
1887
+ */
1888
+ creationDateTime?: Timestamp;
1889
+ /**
1890
+ * The operation status for the replicated bot applicable.
1891
+ */
1892
+ botReplicaStatus?: BotReplicaStatus;
1893
+ /**
1894
+ * The reasons for the failure for the replicated bot.
1895
+ */
1896
+ failureReasons?: FailureReasons;
1897
+ }
1898
+ export type BotReplicaSummaryList = BotReplicaSummary[];
1803
1899
  export type BotSortAttribute = "BotName"|string;
1804
1900
  export interface BotSortBy {
1805
1901
  /**
@@ -1852,6 +1948,37 @@ declare namespace LexModelsV2 {
1852
1948
  sourceBotVersion: BotVersion;
1853
1949
  }
1854
1950
  export type BotVersionLocaleSpecification = {[key: string]: BotVersionLocaleDetails};
1951
+ export type BotVersionReplicaSortAttribute = "BotVersion"|string;
1952
+ export interface BotVersionReplicaSortBy {
1953
+ /**
1954
+ * The attribute of the sort category for the version replicated bots.
1955
+ */
1956
+ attribute: BotVersionReplicaSortAttribute;
1957
+ /**
1958
+ * The order of the sort category for the version replicated bots.
1959
+ */
1960
+ order: SortOrder;
1961
+ }
1962
+ export interface BotVersionReplicaSummary {
1963
+ /**
1964
+ * The bot version for the summary information for all the version replication statuses.
1965
+ */
1966
+ botVersion?: BotVersion;
1967
+ /**
1968
+ * The version replication status for all the replicated bots.
1969
+ */
1970
+ botVersionReplicationStatus?: BotVersionReplicationStatus;
1971
+ /**
1972
+ * The creation date and time of the replication status for all the replicated bots.
1973
+ */
1974
+ creationDateTime?: Timestamp;
1975
+ /**
1976
+ * The reasons for replication failure for all the replicated bots.
1977
+ */
1978
+ failureReasons?: FailureReasons;
1979
+ }
1980
+ export type BotVersionReplicaSummaryList = BotVersionReplicaSummary[];
1981
+ export type BotVersionReplicationStatus = "Creating"|"Available"|"Deleting"|"Failed"|string;
1855
1982
  export type BotVersionSortAttribute = "BotVersion"|string;
1856
1983
  export interface BotVersionSortBy {
1857
1984
  /**
@@ -2312,6 +2439,38 @@ declare namespace LexModelsV2 {
2312
2439
  creationDateTime?: Timestamp;
2313
2440
  generativeAISettings?: GenerativeAISettings;
2314
2441
  }
2442
+ export interface CreateBotReplicaRequest {
2443
+ /**
2444
+ * The request for the unique bot ID of the source bot to be replicated in the secondary region.
2445
+ */
2446
+ botId: Id;
2447
+ /**
2448
+ * The request for the secondary region that will be used in the replication of the source bot.
2449
+ */
2450
+ replicaRegion: ReplicaRegion;
2451
+ }
2452
+ export interface CreateBotReplicaResponse {
2453
+ /**
2454
+ * The unique bot ID of the replicated bot generated.
2455
+ */
2456
+ botId?: Id;
2457
+ /**
2458
+ * The region of the replicated bot generated.
2459
+ */
2460
+ replicaRegion?: ReplicaRegion;
2461
+ /**
2462
+ * The source region for the source bot used for the replicated bot generated.
2463
+ */
2464
+ sourceRegion?: ReplicaRegion;
2465
+ /**
2466
+ * The creation date and time of the replicated bot generated.
2467
+ */
2468
+ creationDateTime?: Timestamp;
2469
+ /**
2470
+ * The operational status of the replicated bot generated.
2471
+ */
2472
+ botReplicaStatus?: BotReplicaStatus;
2473
+ }
2315
2474
  export interface CreateBotRequest {
2316
2475
  /**
2317
2476
  * The name of the bot. The bot name must be unique in the account that creates the bot.
@@ -3064,6 +3223,30 @@ declare namespace LexModelsV2 {
3064
3223
  */
3065
3224
  botLocaleStatus?: BotLocaleStatus;
3066
3225
  }
3226
+ export interface DeleteBotReplicaRequest {
3227
+ /**
3228
+ * The unique ID of the replicated bot to be deleted from the secondary region
3229
+ */
3230
+ botId: Id;
3231
+ /**
3232
+ * The secondary region of the replicated bot that will be deleted.
3233
+ */
3234
+ replicaRegion: ReplicaRegion;
3235
+ }
3236
+ export interface DeleteBotReplicaResponse {
3237
+ /**
3238
+ * The unique bot ID of the replicated bot generated.
3239
+ */
3240
+ botId?: Id;
3241
+ /**
3242
+ * The region of the replicated bot generated.
3243
+ */
3244
+ replicaRegion?: ReplicaRegion;
3245
+ /**
3246
+ * The operational status of the replicated bot generated.
3247
+ */
3248
+ botReplicaStatus?: BotReplicaStatus;
3249
+ }
3067
3250
  export interface DeleteBotRequest {
3068
3251
  /**
3069
3252
  * The identifier of the bot to delete.
@@ -3514,6 +3697,42 @@ declare namespace LexModelsV2 {
3514
3697
  */
3515
3698
  botRecommendationResults?: BotRecommendationResults;
3516
3699
  }
3700
+ export interface DescribeBotReplicaRequest {
3701
+ /**
3702
+ * The request for the unique bot ID of the replicated bot being monitored.
3703
+ */
3704
+ botId: Id;
3705
+ /**
3706
+ * The request for the region of the replicated bot being monitored.
3707
+ */
3708
+ replicaRegion: ReplicaRegion;
3709
+ }
3710
+ export interface DescribeBotReplicaResponse {
3711
+ /**
3712
+ * The unique bot ID of the replicated bot being monitored.
3713
+ */
3714
+ botId?: Id;
3715
+ /**
3716
+ * The region of the replicated bot being monitored.
3717
+ */
3718
+ replicaRegion?: ReplicaRegion;
3719
+ /**
3720
+ * The source region of the replicated bot being monitored.
3721
+ */
3722
+ sourceRegion?: ReplicaRegion;
3723
+ /**
3724
+ * The creation date and time of the replicated bot being monitored.
3725
+ */
3726
+ creationDateTime?: Timestamp;
3727
+ /**
3728
+ * The operational status of the replicated bot being monitored.
3729
+ */
3730
+ botReplicaStatus?: BotReplicaStatus;
3731
+ /**
3732
+ * The failure reasons the bot being monitored failed to replicate.
3733
+ */
3734
+ failureReasons?: FailureReasons;
3735
+ }
3517
3736
  export interface DescribeBotRequest {
3518
3737
  /**
3519
3738
  * The unique identifier of the bot to describe.
@@ -5105,6 +5324,46 @@ declare namespace LexModelsV2 {
5105
5324
  */
5106
5325
  nextToken?: NextToken;
5107
5326
  }
5327
+ export interface ListBotAliasReplicasRequest {
5328
+ /**
5329
+ * The request for the unique bot ID of the replicated bot created from the source bot alias.
5330
+ */
5331
+ botId: Id;
5332
+ /**
5333
+ * The request for the secondary region of the replicated bot created from the source bot alias.
5334
+ */
5335
+ replicaRegion: ReplicaRegion;
5336
+ /**
5337
+ * The request for maximum results to list the replicated bots created from the source bot alias.
5338
+ */
5339
+ maxResults?: MaxResults;
5340
+ /**
5341
+ * The request for the next token for the replicated bot created from the source bot alias.
5342
+ */
5343
+ nextToken?: NextToken;
5344
+ }
5345
+ export interface ListBotAliasReplicasResponse {
5346
+ /**
5347
+ * The unique bot ID of the replicated bot created from the source bot alias.
5348
+ */
5349
+ botId?: Id;
5350
+ /**
5351
+ * The source region of the replicated bot created from the source bot alias.
5352
+ */
5353
+ sourceRegion?: ReplicaRegion;
5354
+ /**
5355
+ * The secondary region of the replicated bot created from the source bot alias.
5356
+ */
5357
+ replicaRegion?: ReplicaRegion;
5358
+ /**
5359
+ * The summary information of the replicated bot created from the source bot alias.
5360
+ */
5361
+ botAliasReplicaSummaries?: BotAliasReplicaSummaryList;
5362
+ /**
5363
+ * The next token for the replicated bots created from the source bot alias.
5364
+ */
5365
+ nextToken?: NextToken;
5366
+ }
5108
5367
  export interface ListBotAliasesRequest {
5109
5368
  /**
5110
5369
  * The identifier of the bot to list aliases for.
@@ -5221,6 +5480,26 @@ declare namespace LexModelsV2 {
5221
5480
  */
5222
5481
  nextToken?: NextToken;
5223
5482
  }
5483
+ export interface ListBotReplicasRequest {
5484
+ /**
5485
+ * The request for the unique bot IDs in the list of replicated bots.
5486
+ */
5487
+ botId: Id;
5488
+ }
5489
+ export interface ListBotReplicasResponse {
5490
+ /**
5491
+ * the unique bot IDs in the list of replicated bots.
5492
+ */
5493
+ botId?: Id;
5494
+ /**
5495
+ * The source region of the source bots in the list of replicated bots.
5496
+ */
5497
+ sourceRegion?: ReplicaRegion;
5498
+ /**
5499
+ * The summary details for the replicated bots.
5500
+ */
5501
+ botReplicaSummaries?: BotReplicaSummaryList;
5502
+ }
5224
5503
  export interface ListBotResourceGenerationsRequest {
5225
5504
  /**
5226
5505
  * The unique identifier of the bot whose generation requests you want to view.
@@ -5269,6 +5548,50 @@ declare namespace LexModelsV2 {
5269
5548
  */
5270
5549
  nextToken?: NextToken;
5271
5550
  }
5551
+ export interface ListBotVersionReplicasRequest {
5552
+ /**
5553
+ * The request for the unique ID in the list of replicated bots.
5554
+ */
5555
+ botId: Id;
5556
+ /**
5557
+ * The request for the region used in the list of replicated bots.
5558
+ */
5559
+ replicaRegion: ReplicaRegion;
5560
+ /**
5561
+ * The maximum results given in the list of replicated bots.
5562
+ */
5563
+ maxResults?: MaxResults;
5564
+ /**
5565
+ * The next token given in the list of replicated bots.
5566
+ */
5567
+ nextToken?: NextToken;
5568
+ /**
5569
+ * The requested sort category for the list of replicated bots.
5570
+ */
5571
+ sortBy?: BotVersionReplicaSortBy;
5572
+ }
5573
+ export interface ListBotVersionReplicasResponse {
5574
+ /**
5575
+ * The unique ID of the bots in the list of replicated bots.
5576
+ */
5577
+ botId?: Id;
5578
+ /**
5579
+ * The source region used for the bots in the list of replicated bots.
5580
+ */
5581
+ sourceRegion?: ReplicaRegion;
5582
+ /**
5583
+ * The region used for the replicated bots in the list of replicated bots.
5584
+ */
5585
+ replicaRegion?: ReplicaRegion;
5586
+ /**
5587
+ * The information summary used for the replicated bots in the list of replicated bots.
5588
+ */
5589
+ botVersionReplicaSummaries?: BotVersionReplicaSummaryList;
5590
+ /**
5591
+ * The next token used for the replicated bots in the list of replicated bots.
5592
+ */
5593
+ nextToken?: NextToken;
5594
+ }
5272
5595
  export interface ListBotVersionsRequest {
5273
5596
  /**
5274
5597
  * The identifier of the bot to list versions for.
@@ -6482,6 +6805,7 @@ declare namespace LexModelsV2 {
6482
6805
  */
6483
6806
  timeValue: TimeValue;
6484
6807
  }
6808
+ export type ReplicaRegion = string;
6485
6809
  export type ResourceCount = number;
6486
6810
  export interface ResponseSpecification {
6487
6811
  /**
@@ -12,11 +12,11 @@ declare class ManagedBlockchainQuery extends Service {
12
12
  constructor(options?: ManagedBlockchainQuery.Types.ClientConfiguration)
13
13
  config: Config & ManagedBlockchainQuery.Types.ClientConfiguration;
14
14
  /**
15
- * Gets the token balance for a batch of tokens by using the BatchGetTokenBalance action for every token in the request. Only the native tokens BTC,ETH, and the ERC-20, ERC-721, and ERC 1155 token standards are supported.
15
+ * Gets the token balance for a batch of tokens by using the BatchGetTokenBalance action for every token in the request. Only the native tokens BTC and ETH, and the ERC-20, ERC-721, and ERC 1155 token standards are supported.
16
16
  */
17
17
  batchGetTokenBalance(params: ManagedBlockchainQuery.Types.BatchGetTokenBalanceInput, callback?: (err: AWSError, data: ManagedBlockchainQuery.Types.BatchGetTokenBalanceOutput) => void): Request<ManagedBlockchainQuery.Types.BatchGetTokenBalanceOutput, AWSError>;
18
18
  /**
19
- * Gets the token balance for a batch of tokens by using the BatchGetTokenBalance action for every token in the request. Only the native tokens BTC,ETH, and the ERC-20, ERC-721, and ERC 1155 token standards are supported.
19
+ * Gets the token balance for a batch of tokens by using the BatchGetTokenBalance action for every token in the request. Only the native tokens BTC and ETH, and the ERC-20, ERC-721, and ERC 1155 token standards are supported.
20
20
  */
21
21
  batchGetTokenBalance(callback?: (err: AWSError, data: ManagedBlockchainQuery.Types.BatchGetTokenBalanceOutput) => void): Request<ManagedBlockchainQuery.Types.BatchGetTokenBalanceOutput, AWSError>;
22
22
  /**
@@ -28,19 +28,19 @@ declare class ManagedBlockchainQuery extends Service {
28
28
  */
29
29
  getAssetContract(callback?: (err: AWSError, data: ManagedBlockchainQuery.Types.GetAssetContractOutput) => void): Request<ManagedBlockchainQuery.Types.GetAssetContractOutput, AWSError>;
30
30
  /**
31
- * Gets the balance of a specific token, including native tokens, for a given address (wallet or contract) on the blockchain. Only the native tokens BTC,ETH, and the ERC-20, ERC-721, and ERC 1155 token standards are supported.
31
+ * Gets the balance of a specific token, including native tokens, for a given address (wallet or contract) on the blockchain. Only the native tokens BTC and ETH, and the ERC-20, ERC-721, and ERC 1155 token standards are supported.
32
32
  */
33
33
  getTokenBalance(params: ManagedBlockchainQuery.Types.GetTokenBalanceInput, callback?: (err: AWSError, data: ManagedBlockchainQuery.Types.GetTokenBalanceOutput) => void): Request<ManagedBlockchainQuery.Types.GetTokenBalanceOutput, AWSError>;
34
34
  /**
35
- * Gets the balance of a specific token, including native tokens, for a given address (wallet or contract) on the blockchain. Only the native tokens BTC,ETH, and the ERC-20, ERC-721, and ERC 1155 token standards are supported.
35
+ * Gets the balance of a specific token, including native tokens, for a given address (wallet or contract) on the blockchain. Only the native tokens BTC and ETH, and the ERC-20, ERC-721, and ERC 1155 token standards are supported.
36
36
  */
37
37
  getTokenBalance(callback?: (err: AWSError, data: ManagedBlockchainQuery.Types.GetTokenBalanceOutput) => void): Request<ManagedBlockchainQuery.Types.GetTokenBalanceOutput, AWSError>;
38
38
  /**
39
- * Get the details of a transaction.
39
+ * Gets the details of a transaction. This action will return transaction details for all transactions that are confirmed on the blockchain, even if they have not reached finality.
40
40
  */
41
41
  getTransaction(params: ManagedBlockchainQuery.Types.GetTransactionInput, callback?: (err: AWSError, data: ManagedBlockchainQuery.Types.GetTransactionOutput) => void): Request<ManagedBlockchainQuery.Types.GetTransactionOutput, AWSError>;
42
42
  /**
43
- * Get the details of a transaction.
43
+ * Gets the details of a transaction. This action will return transaction details for all transactions that are confirmed on the blockchain, even if they have not reached finality.
44
44
  */
45
45
  getTransaction(callback?: (err: AWSError, data: ManagedBlockchainQuery.Types.GetTransactionOutput) => void): Request<ManagedBlockchainQuery.Types.GetTransactionOutput, AWSError>;
46
46
  /**
@@ -60,11 +60,11 @@ declare class ManagedBlockchainQuery extends Service {
60
60
  */
61
61
  listTokenBalances(callback?: (err: AWSError, data: ManagedBlockchainQuery.Types.ListTokenBalancesOutput) => void): Request<ManagedBlockchainQuery.Types.ListTokenBalancesOutput, AWSError>;
62
62
  /**
63
- * An array of TransactionEvent objects. Each object contains details about the transaction event.
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.
64
64
  */
65
65
  listTransactionEvents(params: ManagedBlockchainQuery.Types.ListTransactionEventsInput, callback?: (err: AWSError, data: ManagedBlockchainQuery.Types.ListTransactionEventsOutput) => void): Request<ManagedBlockchainQuery.Types.ListTransactionEventsOutput, AWSError>;
66
66
  /**
67
- * An array of TransactionEvent objects. Each object contains details about the transaction event.
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.
68
68
  */
69
69
  listTransactionEvents(callback?: (err: AWSError, data: ManagedBlockchainQuery.Types.ListTransactionEventsOutput) => void): Request<ManagedBlockchainQuery.Types.ListTransactionEventsOutput, AWSError>;
70
70
  /**
@@ -150,7 +150,14 @@ declare namespace ManagedBlockchainQuery {
150
150
  time?: Timestamp;
151
151
  }
152
152
  export type ChainAddress = string;
153
- export type ConfirmationStatus = "FINAL"|string;
153
+ export type ConfirmationStatus = "FINAL"|"NONFINAL"|string;
154
+ export interface ConfirmationStatusFilter {
155
+ /**
156
+ * The container to determine whether to list results that have only reached finality . Transactions that have reached finality are always part of the response.
157
+ */
158
+ include: ConfirmationStatusIncludeList;
159
+ }
160
+ export type ConfirmationStatusIncludeList = ConfirmationStatus[];
154
161
  export interface ContractFilter {
155
162
  /**
156
163
  * The blockchain network of the contract.
@@ -264,7 +271,7 @@ declare namespace ManagedBlockchainQuery {
264
271
  */
265
272
  nextToken?: NextToken;
266
273
  /**
267
- * The maximum number of contracts to list.
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
268
275
  */
269
276
  maxResults?: ListAssetContractsInputMaxResultsInteger;
270
277
  }
@@ -293,7 +300,7 @@ declare namespace ManagedBlockchainQuery {
293
300
  */
294
301
  nextToken?: NextToken;
295
302
  /**
296
- * The maximum number of token balances to return.
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
297
304
  */
298
305
  maxResults?: ListTokenBalancesInputMaxResultsInteger;
299
306
  }
@@ -322,7 +329,7 @@ declare namespace ManagedBlockchainQuery {
322
329
  */
323
330
  nextToken?: NextToken;
324
331
  /**
325
- * The maximum number of transaction events to list. 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
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
326
333
  */
327
334
  maxResults?: ListTransactionEventsInputMaxResultsInteger;
328
335
  }
@@ -349,7 +356,7 @@ declare namespace ManagedBlockchainQuery {
349
356
  fromBlockchainInstant?: BlockchainInstant;
350
357
  toBlockchainInstant?: BlockchainInstant;
351
358
  /**
352
- * Sorts items in an ascending order if the first page starts at fromTime. Sorts items in a descending order if the first page starts at toTime.
359
+ * The order by which the results will be sorted. If ASCENNDING is selected, the results will be ordered by fromTime.
353
360
  */
354
361
  sort?: ListTransactionsSort;
355
362
  /**
@@ -357,9 +364,13 @@ declare namespace ManagedBlockchainQuery {
357
364
  */
358
365
  nextToken?: NextToken;
359
366
  /**
360
- * The maximum number of transactions to list. 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
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
361
368
  */
362
369
  maxResults?: ListTransactionsInputMaxResultsInteger;
370
+ /**
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.
372
+ */
373
+ confirmationStatusFilter?: ConfirmationStatusFilter;
363
374
  }
364
375
  export type ListTransactionsInputMaxResultsInteger = number;
365
376
  export interface ListTransactionsOutput {
@@ -402,7 +413,6 @@ declare namespace ManagedBlockchainQuery {
402
413
  export type QueryTokenStandard = "ERC20"|"ERC721"|"ERC1155"|string;
403
414
  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;
404
415
  export type QueryTransactionHash = string;
405
- export type QueryTransactionStatus = "FINAL"|"FAILED"|string;
406
416
  export type SortOrder = "ASCENDING"|"DESCENDING"|string;
407
417
  export type String = string;
408
418
  export type Timestamp = Date;
@@ -453,7 +463,7 @@ declare namespace ManagedBlockchainQuery {
453
463
  */
454
464
  contractAddress?: ChainAddress;
455
465
  /**
456
- * The unique identifier of the token. You must specify this container with btc for the native BTC token, and eth for the native ETH token. For all other token types you must specify the tokenId in the 64 character hexadecimal tokenid format.
466
+ * The unique identifier of the token. For native tokens, use the 3 character abbreviation that best matches your token. For example, btc for Bitcoin, eth for Ether, etc. For all other token types you must specify the tokenId in the 64 character hexadecimal tokenid format.
457
467
  */
458
468
  tokenId?: QueryTokenId;
459
469
  }
@@ -486,10 +496,6 @@ declare namespace ManagedBlockchainQuery {
486
496
  * The number of transactions in the block.
487
497
  */
488
498
  numberOfTransactions: Long;
489
- /**
490
- * The status of the transaction. This property is deprecated. You must use the confirmationStatus and the executionStatus properties to determine if the status of the transaction is FINAL or FAILED. Transactions with a status of FINAL will now have the confirmationStatus set to FINAL and the executionStatus set to SUCCEEDED. Transactions with a status of FAILED will now have the confirmationStatus set to FINAL and the executionStatus set to FAILED.
491
- */
492
- status?: QueryTransactionStatus;
493
499
  /**
494
500
  * The identifier of the transaction. It is generated whenever a transaction is verified and added to the blockchain.
495
501
  */
@@ -599,6 +605,10 @@ declare namespace ManagedBlockchainQuery {
599
605
  * The time when the transaction occurred.
600
606
  */
601
607
  transactionTimestamp: Timestamp;
608
+ /**
609
+ * Specifies whether to list transactions that have not reached Finality.
610
+ */
611
+ confirmationStatus?: ConfirmationStatus;
602
612
  }
603
613
  export type TransactionOutputList = TransactionOutputItem[];
604
614
  /**