cdk-docker-image-deployment 0.0.57 → 0.0.59

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/destination.js +1 -1
  3. package/lib/docker-image-deployment.js +1 -1
  4. package/lib/source.js +1 -1
  5. package/node_modules/aws-sdk/CHANGELOG.md +10 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/apprunner-2020-05-15.min.json +270 -75
  8. package/node_modules/aws-sdk/apis/apprunner-2020-05-15.paginators.json +5 -0
  9. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +129 -101
  10. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +1700 -1563
  11. package/node_modules/aws-sdk/apis/ec2-2016-11-15.paginators.json +6 -0
  12. package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +149 -122
  13. package/node_modules/aws-sdk/apis/logs-2014-03-28.min.json +71 -4
  14. package/node_modules/aws-sdk/apis/sesv2-2019-09-27.min.json +355 -139
  15. package/node_modules/aws-sdk/apis/sesv2-2019-09-27.paginators.json +5 -0
  16. package/node_modules/aws-sdk/apis/textract-2018-06-27.min.json +44 -19
  17. package/node_modules/aws-sdk/clients/apprunner.d.ts +240 -3
  18. package/node_modules/aws-sdk/clients/cloudwatchlogs.d.ts +70 -8
  19. package/node_modules/aws-sdk/clients/connect.d.ts +26 -2
  20. package/node_modules/aws-sdk/clients/ec2.d.ts +157 -0
  21. package/node_modules/aws-sdk/clients/iot.d.ts +44 -4
  22. package/node_modules/aws-sdk/clients/sesv2.d.ts +259 -0
  23. package/node_modules/aws-sdk/clients/textract.d.ts +45 -11
  24. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  25. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +11 -11
  26. package/node_modules/aws-sdk/dist/aws-sdk.js +2058 -1793
  27. package/node_modules/aws-sdk/dist/aws-sdk.min.js +75 -75
  28. package/node_modules/aws-sdk/lib/core.js +1 -1
  29. package/node_modules/aws-sdk/package.json +1 -1
  30. package/package.json +4 -4
@@ -11,6 +11,14 @@ declare class SESV2 extends Service {
11
11
  */
12
12
  constructor(options?: SESV2.Types.ClientConfiguration)
13
13
  config: Config & SESV2.Types.ClientConfiguration;
14
+ /**
15
+ * Retrieves batches of metric data collected based on your sending activity. You can execute this operation no more than 16 times per second, and with at most 160 queries from the batches per second (cumulative).
16
+ */
17
+ batchGetMetricData(params: SESV2.Types.BatchGetMetricDataRequest, callback?: (err: AWSError, data: SESV2.Types.BatchGetMetricDataResponse) => void): Request<SESV2.Types.BatchGetMetricDataResponse, AWSError>;
18
+ /**
19
+ * Retrieves batches of metric data collected based on your sending activity. You can execute this operation no more than 16 times per second, and with at most 160 queries from the batches per second (cumulative).
20
+ */
21
+ batchGetMetricData(callback?: (err: AWSError, data: SESV2.Types.BatchGetMetricDataResponse) => void): Request<SESV2.Types.BatchGetMetricDataResponse, AWSError>;
14
22
  /**
15
23
  * Create a configuration set. Configuration sets are groups of rules that you can apply to the emails that you send. You apply a configuration set to an email by specifying the name of the configuration set when you call the Amazon SES API v2. When you apply a configuration set to an email, all of the rules in that configuration set are applied to the email.
16
24
  */
@@ -411,6 +419,14 @@ declare class SESV2 extends Service {
411
419
  * Lists all of the import jobs.
412
420
  */
413
421
  listImportJobs(callback?: (err: AWSError, data: SESV2.Types.ListImportJobsResponse) => void): Request<SESV2.Types.ListImportJobsResponse, AWSError>;
422
+ /**
423
+ * Lists the recommendations present in your Amazon SES account in the current Amazon Web Services Region. You can execute this operation no more than once per second.
424
+ */
425
+ listRecommendations(params: SESV2.Types.ListRecommendationsRequest, callback?: (err: AWSError, data: SESV2.Types.ListRecommendationsResponse) => void): Request<SESV2.Types.ListRecommendationsResponse, AWSError>;
426
+ /**
427
+ * Lists the recommendations present in your Amazon SES account in the current Amazon Web Services Region. You can execute this operation no more than once per second.
428
+ */
429
+ listRecommendations(callback?: (err: AWSError, data: SESV2.Types.ListRecommendationsResponse) => void): Request<SESV2.Types.ListRecommendationsResponse, AWSError>;
414
430
  /**
415
431
  * Retrieves a list of email addresses that are on the suppression list for your account.
416
432
  */
@@ -459,6 +475,14 @@ declare class SESV2 extends Service {
459
475
  * Change the settings for the account-level suppression list.
460
476
  */
461
477
  putAccountSuppressionAttributes(callback?: (err: AWSError, data: SESV2.Types.PutAccountSuppressionAttributesResponse) => void): Request<SESV2.Types.PutAccountSuppressionAttributesResponse, AWSError>;
478
+ /**
479
+ * Update your Amazon SES account VDM attributes. You can execute this operation no more than once per second.
480
+ */
481
+ putAccountVdmAttributes(params: SESV2.Types.PutAccountVdmAttributesRequest, callback?: (err: AWSError, data: SESV2.Types.PutAccountVdmAttributesResponse) => void): Request<SESV2.Types.PutAccountVdmAttributesResponse, AWSError>;
482
+ /**
483
+ * Update your Amazon SES account VDM attributes. You can execute this operation no more than once per second.
484
+ */
485
+ putAccountVdmAttributes(callback?: (err: AWSError, data: SESV2.Types.PutAccountVdmAttributesResponse) => void): Request<SESV2.Types.PutAccountVdmAttributesResponse, AWSError>;
462
486
  /**
463
487
  * Associate a configuration set with a dedicated IP pool. You can use dedicated IP pools to create groups of dedicated IP addresses for sending specific types of email.
464
488
  */
@@ -499,6 +523,14 @@ declare class SESV2 extends Service {
499
523
  * Specify a custom domain to use for open and click tracking elements in email that you send.
500
524
  */
501
525
  putConfigurationSetTrackingOptions(callback?: (err: AWSError, data: SESV2.Types.PutConfigurationSetTrackingOptionsResponse) => void): Request<SESV2.Types.PutConfigurationSetTrackingOptionsResponse, AWSError>;
526
+ /**
527
+ * Specify VDM preferences for email that you send using the configuration set. You can execute this operation no more than once per second.
528
+ */
529
+ putConfigurationSetVdmOptions(params: SESV2.Types.PutConfigurationSetVdmOptionsRequest, callback?: (err: AWSError, data: SESV2.Types.PutConfigurationSetVdmOptionsResponse) => void): Request<SESV2.Types.PutConfigurationSetVdmOptionsResponse, AWSError>;
530
+ /**
531
+ * Specify VDM preferences for email that you send using the configuration set. You can execute this operation no more than once per second.
532
+ */
533
+ putConfigurationSetVdmOptions(callback?: (err: AWSError, data: SESV2.Types.PutConfigurationSetVdmOptionsResponse) => void): Request<SESV2.Types.PutConfigurationSetVdmOptionsResponse, AWSError>;
502
534
  /**
503
535
  * Move a dedicated IP address to an existing dedicated IP pool. The dedicated IP address that you specify must already exist, and must be associated with your Amazon Web Services account. The dedicated IP pool you specify must already exist. You can create a new pool by using the CreateDedicatedIpPool operation.
504
536
  */
@@ -699,6 +731,49 @@ declare namespace SESV2 {
699
731
  export type AdditionalContactEmailAddresses = AdditionalContactEmailAddress[];
700
732
  export type AmazonResourceName = string;
701
733
  export type AttributesData = string;
734
+ export type BatchGetMetricDataQueries = BatchGetMetricDataQuery[];
735
+ export interface BatchGetMetricDataQuery {
736
+ /**
737
+ * The query identifier.
738
+ */
739
+ Id: QueryIdentifier;
740
+ /**
741
+ * The query namespace - e.g. VDM
742
+ */
743
+ Namespace: MetricNamespace;
744
+ /**
745
+ * The queried metric. This can be one of the following: SEND – Emails sent eligible for tracking in the VDM dashboard. This excludes emails sent to the mailbox simulator and emails addressed to more than one recipient. COMPLAINT – Complaints received for your account. This excludes complaints from the mailbox simulator, those originating from your account-level suppression list (if enabled), and those for emails addressed to more than one recipient PERMANENT_BOUNCE – Permanent bounces - i.e. feedback received for emails sent to non-existent mailboxes. Excludes bounces from the mailbox simulator, those originating from your account-level suppression list (if enabled), and those for emails addressed to more than one recipient. TRANSIENT_BOUNCE – Transient bounces - i.e. feedback received for delivery failures excluding issues with non-existent mailboxes. Excludes bounces from the mailbox simulator, and those for emails addressed to more than one recipient. OPEN – Unique open events for emails including open trackers. Excludes opens for emails addressed to more than one recipient. CLICK – Unique click events for emails including wrapped links. Excludes clicks for emails addressed to more than one recipient. DELIVERY – Successful deliveries for email sending attempts. Excludes deliveries to the mailbox simulator and for emails addressed to more than one recipient. DELIVERY_OPEN – Successful deliveries for email sending attempts. Excludes deliveries to the mailbox simulator, for emails addressed to more than one recipient, and emails without open trackers. DELIVERY_CLICK – Successful deliveries for email sending attempts. Excludes deliveries to the mailbox simulator, for emails addressed to more than one recipient, and emails without click trackers. DELIVERY_COMPLAINT – Successful deliveries for email sending attempts. Excludes deliveries to the mailbox simulator, for emails addressed to more than one recipient, and emails addressed to recipients hosted by ISPs with which Amazon SES does not have a feedback loop agreement.
746
+ */
747
+ Metric: Metric;
748
+ /**
749
+ * An object that contains mapping between MetricDimensionName and MetricDimensionValue to filter metrics by.
750
+ */
751
+ Dimensions?: Dimensions;
752
+ /**
753
+ * Represents the start date for the query interval.
754
+ */
755
+ StartDate: Timestamp;
756
+ /**
757
+ * Represents the end date for the query interval.
758
+ */
759
+ EndDate: Timestamp;
760
+ }
761
+ export interface BatchGetMetricDataRequest {
762
+ /**
763
+ * A list of queries for metrics to be retrieved.
764
+ */
765
+ Queries: BatchGetMetricDataQueries;
766
+ }
767
+ export interface BatchGetMetricDataResponse {
768
+ /**
769
+ * A list of successfully retrieved MetricDataResult.
770
+ */
771
+ Results?: MetricDataResultList;
772
+ /**
773
+ * A list of MetricDataError encountered while processing your metric data batch request.
774
+ */
775
+ Errors?: MetricDataErrorList;
776
+ }
702
777
  export type BehaviorOnMxFailure = "USE_DEFAULT_VALUE"|"REJECT_MESSAGE"|string;
703
778
  export type BlacklistEntries = BlacklistEntry[];
704
779
  export interface BlacklistEntry {
@@ -847,6 +922,7 @@ declare namespace SESV2 {
847
922
  */
848
923
  Charset?: Charset;
849
924
  }
925
+ export type Counter = number;
850
926
  export interface CreateConfigurationSetEventDestinationRequest {
851
927
  /**
852
928
  * The name of the configuration set .
@@ -889,6 +965,10 @@ declare namespace SESV2 {
889
965
  */
890
966
  Tags?: TagList;
891
967
  SuppressionOptions?: SuppressionOptions;
968
+ /**
969
+ * An object that defines the VDM options for emails that you send using the configuration set.
970
+ */
971
+ VdmOptions?: VdmOptions;
892
972
  }
893
973
  export interface CreateConfigurationSetResponse {
894
974
  }
@@ -1123,6 +1203,18 @@ declare namespace SESV2 {
1123
1203
  DomainIspPlacements?: DomainIspPlacements;
1124
1204
  }
1125
1205
  export type DailyVolumes = DailyVolume[];
1206
+ export interface DashboardAttributes {
1207
+ /**
1208
+ * Specifies the status of your VDM engagement metrics collection. Can be one of the following: ENABLED – Amazon SES enables engagement metrics for your account. DISABLED – Amazon SES disables engagement metrics for your account.
1209
+ */
1210
+ EngagementMetrics?: FeatureStatus;
1211
+ }
1212
+ export interface DashboardOptions {
1213
+ /**
1214
+ * Specifies the status of your VDM engagement metrics collection. Can be one of the following: ENABLED – Amazon SES enables engagement metrics for the configuration set. DISABLED – Amazon SES disables engagement metrics for the configuration set.
1215
+ */
1216
+ EngagementMetrics?: FeatureStatus;
1217
+ }
1126
1218
  export type DataFormat = "CSV"|"JSON"|string;
1127
1219
  export interface DedicatedIp {
1128
1220
  /**
@@ -1303,6 +1395,7 @@ declare namespace SESV2 {
1303
1395
  }
1304
1396
  export type DimensionName = string;
1305
1397
  export type DimensionValueSource = "MESSAGE_TAG"|"EMAIL_HEADER"|"LINK_TAG"|string;
1398
+ export type Dimensions = {[key: string]: MetricDimensionValue};
1306
1399
  export type DisplayName = string;
1307
1400
  export interface DkimAttributes {
1308
1401
  /**
@@ -1575,6 +1668,7 @@ declare namespace SESV2 {
1575
1668
  ErrorMessage?: ErrorMessage;
1576
1669
  }
1577
1670
  export type FailureRedirectionURL = string;
1671
+ export type FeatureStatus = "ENABLED"|"DISABLED"|string;
1578
1672
  export type FeedbackId = string;
1579
1673
  export type GeneralEnforcementStatus = string;
1580
1674
  export interface GetAccountRequest {
@@ -1608,6 +1702,10 @@ declare namespace SESV2 {
1608
1702
  * An object that defines your account details.
1609
1703
  */
1610
1704
  Details?: AccountDetails;
1705
+ /**
1706
+ * The VDM attributes that apply to your Amazon SES account.
1707
+ */
1708
+ VdmAttributes?: VdmAttributes;
1611
1709
  }
1612
1710
  export interface GetBlacklistReportsRequest {
1613
1711
  /**
@@ -1668,6 +1766,10 @@ declare namespace SESV2 {
1668
1766
  * An object that contains information about the suppression list preferences for your account.
1669
1767
  */
1670
1768
  SuppressionOptions?: SuppressionOptions;
1769
+ /**
1770
+ * An object that contains information about the VDM preferences for your configuration set.
1771
+ */
1772
+ VdmOptions?: VdmOptions;
1671
1773
  }
1672
1774
  export interface GetContactListRequest {
1673
1775
  /**
@@ -2041,6 +2143,18 @@ declare namespace SESV2 {
2041
2143
  */
2042
2144
  SuppressedDestination: SuppressedDestination;
2043
2145
  }
2146
+ export interface GuardianAttributes {
2147
+ /**
2148
+ * Specifies the status of your VDM optimized shared delivery. Can be one of the following: ENABLED – Amazon SES enables optimized shared delivery for your account. DISABLED – Amazon SES disables optimized shared delivery for your account.
2149
+ */
2150
+ OptimizedSharedDelivery?: FeatureStatus;
2151
+ }
2152
+ export interface GuardianOptions {
2153
+ /**
2154
+ * Specifies the status of your VDM optimized shared delivery. Can be one of the following: ENABLED – Amazon SES enables optimized shared delivery for the configuration set. DISABLED – Amazon SES disables optimized shared delivery for the configuration set.
2155
+ */
2156
+ OptimizedSharedDelivery?: FeatureStatus;
2157
+ }
2044
2158
  export type Identity = string;
2045
2159
  export interface IdentityInfo {
2046
2160
  /**
@@ -2387,6 +2501,33 @@ declare namespace SESV2 {
2387
2501
  export type ListOfContactLists = ContactList[];
2388
2502
  export type ListOfContacts = Contact[];
2389
2503
  export type ListOfDedicatedIpPools = PoolName[];
2504
+ export type ListRecommendationFilterValue = string;
2505
+ export type ListRecommendationsFilter = {[key: string]: ListRecommendationFilterValue};
2506
+ export type ListRecommendationsFilterKey = "TYPE"|"IMPACT"|"STATUS"|"RESOURCE_ARN"|string;
2507
+ export interface ListRecommendationsRequest {
2508
+ /**
2509
+ * Filters applied when retrieving recommendations. Can eiter be an individual filter, or combinations of STATUS and IMPACT or STATUS and TYPE
2510
+ */
2511
+ Filter?: ListRecommendationsFilter;
2512
+ /**
2513
+ * A token returned from a previous call to ListRecommendations to indicate the position in the list of recommendations.
2514
+ */
2515
+ NextToken?: NextToken;
2516
+ /**
2517
+ * The number of results to show in a single call to ListRecommendations. If the number of results is larger than the number you specified in this parameter, then the response includes a NextToken element, which you can use to obtain additional results. The value you specify has to be at least 1, and can be no more than 100.
2518
+ */
2519
+ PageSize?: MaxItems;
2520
+ }
2521
+ export interface ListRecommendationsResponse {
2522
+ /**
2523
+ * The recommendations applicable to your account.
2524
+ */
2525
+ Recommendations?: RecommendationsList;
2526
+ /**
2527
+ * A string token indicating that there might be additional recommendations available to be listed. Use the token provided in the ListRecommendationsResponse to use in the subsequent call to ListRecommendations with the same parameters to retrieve the next page of recommendations.
2528
+ */
2529
+ NextToken?: NextToken;
2530
+ }
2390
2531
  export interface ListSuppressedDestinationsRequest {
2391
2532
  /**
2392
2533
  * The factors that caused the email address to be added to .
@@ -2476,6 +2617,41 @@ declare namespace SESV2 {
2476
2617
  export type MessageTagList = MessageTag[];
2477
2618
  export type MessageTagName = string;
2478
2619
  export type MessageTagValue = string;
2620
+ export type Metric = "SEND"|"COMPLAINT"|"PERMANENT_BOUNCE"|"TRANSIENT_BOUNCE"|"OPEN"|"CLICK"|"DELIVERY"|"DELIVERY_OPEN"|"DELIVERY_CLICK"|"DELIVERY_COMPLAINT"|string;
2621
+ export interface MetricDataError {
2622
+ /**
2623
+ * The query identifier.
2624
+ */
2625
+ Id?: QueryIdentifier;
2626
+ /**
2627
+ * The query error code. Can be one of: INTERNAL_FAILURE – Amazon SES has failed to process one of the queries. ACCESS_DENIED – You have insufficient access to retrieve metrics based on the given query.
2628
+ */
2629
+ Code?: QueryErrorCode;
2630
+ /**
2631
+ * The error message associated with the current query error.
2632
+ */
2633
+ Message?: QueryErrorMessage;
2634
+ }
2635
+ export type MetricDataErrorList = MetricDataError[];
2636
+ export interface MetricDataResult {
2637
+ /**
2638
+ * The query identifier.
2639
+ */
2640
+ Id?: QueryIdentifier;
2641
+ /**
2642
+ * A list of timestamps for the metric data results.
2643
+ */
2644
+ Timestamps?: TimestampList;
2645
+ /**
2646
+ * A list of values (cumulative / sum) for the metric data results.
2647
+ */
2648
+ Values?: MetricValueList;
2649
+ }
2650
+ export type MetricDataResultList = MetricDataResult[];
2651
+ export type MetricDimensionName = "EMAIL_IDENTITY"|"CONFIGURATION_SET"|"ISP"|string;
2652
+ export type MetricDimensionValue = string;
2653
+ export type MetricNamespace = "VDM"|string;
2654
+ export type MetricValueList = Counter[];
2479
2655
  export type NextToken = string;
2480
2656
  export type OutboundMessageId = string;
2481
2657
  export interface OverallVolume {
@@ -2580,6 +2756,14 @@ declare namespace SESV2 {
2580
2756
  }
2581
2757
  export interface PutAccountSuppressionAttributesResponse {
2582
2758
  }
2759
+ export interface PutAccountVdmAttributesRequest {
2760
+ /**
2761
+ * The VDM attributes that you wish to apply to your Amazon SES account.
2762
+ */
2763
+ VdmAttributes: VdmAttributes;
2764
+ }
2765
+ export interface PutAccountVdmAttributesResponse {
2766
+ }
2583
2767
  export interface PutConfigurationSetDeliveryOptionsRequest {
2584
2768
  /**
2585
2769
  * The name of the configuration set to associate with a dedicated IP pool.
@@ -2644,6 +2828,18 @@ declare namespace SESV2 {
2644
2828
  }
2645
2829
  export interface PutConfigurationSetTrackingOptionsResponse {
2646
2830
  }
2831
+ export interface PutConfigurationSetVdmOptionsRequest {
2832
+ /**
2833
+ * The name of the configuration set.
2834
+ */
2835
+ ConfigurationSetName: ConfigurationSetName;
2836
+ /**
2837
+ * The VDM options to apply to the configuration set.
2838
+ */
2839
+ VdmOptions?: VdmOptions;
2840
+ }
2841
+ export interface PutConfigurationSetVdmOptionsResponse {
2842
+ }
2647
2843
  export interface PutDedicatedIpInPoolRequest {
2648
2844
  /**
2649
2845
  * The IP address that you want to move to the dedicated IP pool. The value you specify has to be a dedicated IP address that's associated with your Amazon Web Services account.
@@ -2768,6 +2964,9 @@ declare namespace SESV2 {
2768
2964
  }
2769
2965
  export interface PutSuppressedDestinationResponse {
2770
2966
  }
2967
+ export type QueryErrorCode = "INTERNAL_FAILURE"|"ACCESS_DENIED"|string;
2968
+ export type QueryErrorMessage = string;
2969
+ export type QueryIdentifier = string;
2771
2970
  export interface RawMessage {
2772
2971
  /**
2773
2972
  * The raw email message. The message has to meet the following criteria: The message has to contain a header and a body, separated by one blank line. All of the required header fields must be present in the message. Each part of a multipart MIME message must be formatted properly. Attachments must be in a file format that the Amazon SES supports. The entire message must be Base64 encoded. If any of the MIME parts in your message contain content that is outside of the 7-bit ASCII character range, you should encode that content to ensure that recipients' email clients render the message properly. The length of any single line of text in the message can't exceed 1,000 characters. This restriction is defined in RFC 5321.
@@ -2776,6 +2975,41 @@ declare namespace SESV2 {
2776
2975
  }
2777
2976
  export type RawMessageData = Buffer|Uint8Array|Blob|string;
2778
2977
  export type RblName = string;
2978
+ export interface Recommendation {
2979
+ /**
2980
+ * The resource affected by the recommendation, with values like arn:aws:ses:us-east-1:123456789012:identity/example.com.
2981
+ */
2982
+ ResourceArn?: AmazonResourceName;
2983
+ /**
2984
+ * The recommendation type, with values like DKIM, SPF or DMARC.
2985
+ */
2986
+ Type?: RecommendationType;
2987
+ /**
2988
+ * The recommendation description / disambiguator - e.g. DKIM1 and DKIM2 are different recommendations about your DKIM setup.
2989
+ */
2990
+ Description?: RecommendationDescription;
2991
+ /**
2992
+ * The recommendation status, with values like OPEN or FIXED.
2993
+ */
2994
+ Status?: RecommendationStatus;
2995
+ /**
2996
+ * The first time this issue was encountered and the recommendation was generated.
2997
+ */
2998
+ CreatedTimestamp?: Timestamp;
2999
+ /**
3000
+ * The last time the recommendation was updated.
3001
+ */
3002
+ LastUpdatedTimestamp?: Timestamp;
3003
+ /**
3004
+ * The recommendation impact, with values like HIGH or LOW.
3005
+ */
3006
+ Impact?: RecommendationImpact;
3007
+ }
3008
+ export type RecommendationDescription = string;
3009
+ export type RecommendationImpact = "LOW"|"HIGH"|string;
3010
+ export type RecommendationStatus = "OPEN"|"FIXED"|string;
3011
+ export type RecommendationType = "DKIM"|"DMARC"|"SPF"|string;
3012
+ export type RecommendationsList = Recommendation[];
2779
3013
  export type RenderedEmailTemplate = string;
2780
3014
  export interface ReplacementEmailContent {
2781
3015
  /**
@@ -3080,6 +3314,7 @@ declare namespace SESV2 {
3080
3314
  RenderedTemplate: RenderedEmailTemplate;
3081
3315
  }
3082
3316
  export type Timestamp = Date;
3317
+ export type TimestampList = Timestamp[];
3083
3318
  export type TlsPolicy = "REQUIRE"|"OPTIONAL"|string;
3084
3319
  export interface Topic {
3085
3320
  /**
@@ -3255,6 +3490,30 @@ declare namespace SESV2 {
3255
3490
  }
3256
3491
  export type UseCaseDescription = string;
3257
3492
  export type UseDefaultIfPreferenceUnavailable = boolean;
3493
+ export interface VdmAttributes {
3494
+ /**
3495
+ * Specifies the status of your VDM configuration. Can be one of the following: ENABLED – Amazon SES enables VDM for your account. DISABLED – Amazon SES disables VDM for your account.
3496
+ */
3497
+ VdmEnabled: FeatureStatus;
3498
+ /**
3499
+ * Specifies additional settings for your VDM configuration as applicable to the Dashboard.
3500
+ */
3501
+ DashboardAttributes?: DashboardAttributes;
3502
+ /**
3503
+ * Specifies additional settings for your VDM configuration as applicable to the Guardian.
3504
+ */
3505
+ GuardianAttributes?: GuardianAttributes;
3506
+ }
3507
+ export interface VdmOptions {
3508
+ /**
3509
+ * Specifies additional settings for your VDM configuration as applicable to the Dashboard.
3510
+ */
3511
+ DashboardOptions?: DashboardOptions;
3512
+ /**
3513
+ * Specifies additional settings for your VDM configuration as applicable to the Guardian.
3514
+ */
3515
+ GuardianOptions?: GuardianOptions;
3516
+ }
3258
3517
  export type VerificationStatus = "PENDING"|"SUCCESS"|"FAILED"|"TEMPORARY_FAILURE"|"NOT_STARTED"|string;
3259
3518
  export type Volume = number;
3260
3519
  export interface VolumeStatistics {
@@ -12,19 +12,19 @@ declare class Textract extends Service {
12
12
  constructor(options?: Textract.Types.ClientConfiguration)
13
13
  config: Config & Textract.Types.ClientConfiguration;
14
14
  /**
15
- * Analyzes an input document for relationships between detected items. The types of information returned are as follows: Form data (key-value pairs). The related information is returned in two Block objects, each of type KEY_VALUE_SET: a KEY Block object and a VALUE Block object. For example, Name: Ana Silva Carolina contains a key and value. Name: is the key. Ana Silva Carolina is the value. Table and table cell data. A TABLE Block object contains information about a detected table. A CELL Block object is returned for each cell in a table. Lines and words of text. A LINE Block object contains one or more WORD Block objects. All lines and words that are detected in the document are returned (including text that doesn't have a relationship with the value of FeatureTypes). Queries.A QUERIES_RESULT Block object contains the answer to the query, the alias associated and an ID that connect it to the query asked. This Block also contains a location and attached confidence score. Selection elements such as check boxes and option buttons (radio buttons) can be detected in form data and in tables. A SELECTION_ELEMENT Block object contains information about a selection element, including the selection status. You can choose which type of analysis to perform by specifying the FeatureTypes list. The output is returned in a list of Block objects. AnalyzeDocument is a synchronous operation. To analyze documents asynchronously, use StartDocumentAnalysis. For more information, see Document Text Analysis.
15
+ * Analyzes an input document for relationships between detected items. The types of information returned are as follows: Form data (key-value pairs). The related information is returned in two Block objects, each of type KEY_VALUE_SET: a KEY Block object and a VALUE Block object. For example, Name: Ana Silva Carolina contains a key and value. Name: is the key. Ana Silva Carolina is the value. Table and table cell data. A TABLE Block object contains information about a detected table. A CELL Block object is returned for each cell in a table. Lines and words of text. A LINE Block object contains one or more WORD Block objects. All lines and words that are detected in the document are returned (including text that doesn't have a relationship with the value of FeatureTypes). Query. A QUERY Block object contains the query text, alias and link to the associated Query results block object. Query Result. A QUERY_RESULT Block object contains the answer to the query and an ID that connects it to the query asked. This Block also contains a confidence score. Selection elements such as check boxes and option buttons (radio buttons) can be detected in form data and in tables. A SELECTION_ELEMENT Block object contains information about a selection element, including the selection status. You can choose which type of analysis to perform by specifying the FeatureTypes list. The output is returned in a list of Block objects. AnalyzeDocument is a synchronous operation. To analyze documents asynchronously, use StartDocumentAnalysis. For more information, see Document Text Analysis.
16
16
  */
17
17
  analyzeDocument(params: Textract.Types.AnalyzeDocumentRequest, callback?: (err: AWSError, data: Textract.Types.AnalyzeDocumentResponse) => void): Request<Textract.Types.AnalyzeDocumentResponse, AWSError>;
18
18
  /**
19
- * Analyzes an input document for relationships between detected items. The types of information returned are as follows: Form data (key-value pairs). The related information is returned in two Block objects, each of type KEY_VALUE_SET: a KEY Block object and a VALUE Block object. For example, Name: Ana Silva Carolina contains a key and value. Name: is the key. Ana Silva Carolina is the value. Table and table cell data. A TABLE Block object contains information about a detected table. A CELL Block object is returned for each cell in a table. Lines and words of text. A LINE Block object contains one or more WORD Block objects. All lines and words that are detected in the document are returned (including text that doesn't have a relationship with the value of FeatureTypes). Queries.A QUERIES_RESULT Block object contains the answer to the query, the alias associated and an ID that connect it to the query asked. This Block also contains a location and attached confidence score. Selection elements such as check boxes and option buttons (radio buttons) can be detected in form data and in tables. A SELECTION_ELEMENT Block object contains information about a selection element, including the selection status. You can choose which type of analysis to perform by specifying the FeatureTypes list. The output is returned in a list of Block objects. AnalyzeDocument is a synchronous operation. To analyze documents asynchronously, use StartDocumentAnalysis. For more information, see Document Text Analysis.
19
+ * Analyzes an input document for relationships between detected items. The types of information returned are as follows: Form data (key-value pairs). The related information is returned in two Block objects, each of type KEY_VALUE_SET: a KEY Block object and a VALUE Block object. For example, Name: Ana Silva Carolina contains a key and value. Name: is the key. Ana Silva Carolina is the value. Table and table cell data. A TABLE Block object contains information about a detected table. A CELL Block object is returned for each cell in a table. Lines and words of text. A LINE Block object contains one or more WORD Block objects. All lines and words that are detected in the document are returned (including text that doesn't have a relationship with the value of FeatureTypes). Query. A QUERY Block object contains the query text, alias and link to the associated Query results block object. Query Result. A QUERY_RESULT Block object contains the answer to the query and an ID that connects it to the query asked. This Block also contains a confidence score. Selection elements such as check boxes and option buttons (radio buttons) can be detected in form data and in tables. A SELECTION_ELEMENT Block object contains information about a selection element, including the selection status. You can choose which type of analysis to perform by specifying the FeatureTypes list. The output is returned in a list of Block objects. AnalyzeDocument is a synchronous operation. To analyze documents asynchronously, use StartDocumentAnalysis. For more information, see Document Text Analysis.
20
20
  */
21
21
  analyzeDocument(callback?: (err: AWSError, data: Textract.Types.AnalyzeDocumentResponse) => void): Request<Textract.Types.AnalyzeDocumentResponse, AWSError>;
22
22
  /**
23
- * AnalyzeExpense synchronously analyzes an input document for financially related relationships between text. Information is returned as ExpenseDocuments and seperated as follows. LineItemGroups- A data set containing LineItems which store information about the lines of text, such as an item purchased and its price on a receipt. SummaryFields- Contains all other information a receipt, such as header information or the vendors name.
23
+ * AnalyzeExpense synchronously analyzes an input document for financially related relationships between text. Information is returned as ExpenseDocuments and seperated as follows: LineItemGroups- A data set containing LineItems which store information about the lines of text, such as an item purchased and its price on a receipt. SummaryFields- Contains all other information a receipt, such as header information or the vendors name.
24
24
  */
25
25
  analyzeExpense(params: Textract.Types.AnalyzeExpenseRequest, callback?: (err: AWSError, data: Textract.Types.AnalyzeExpenseResponse) => void): Request<Textract.Types.AnalyzeExpenseResponse, AWSError>;
26
26
  /**
27
- * AnalyzeExpense synchronously analyzes an input document for financially related relationships between text. Information is returned as ExpenseDocuments and seperated as follows. LineItemGroups- A data set containing LineItems which store information about the lines of text, such as an item purchased and its price on a receipt. SummaryFields- Contains all other information a receipt, such as header information or the vendors name.
27
+ * AnalyzeExpense synchronously analyzes an input document for financially related relationships between text. Information is returned as ExpenseDocuments and seperated as follows: LineItemGroups- A data set containing LineItems which store information about the lines of text, such as an item purchased and its price on a receipt. SummaryFields- Contains all other information a receipt, such as header information or the vendors name.
28
28
  */
29
29
  analyzeExpense(callback?: (err: AWSError, data: Textract.Types.AnalyzeExpenseResponse) => void): Request<Textract.Types.AnalyzeExpenseResponse, AWSError>;
30
30
  /**
@@ -36,19 +36,19 @@ declare class Textract extends Service {
36
36
  */
37
37
  analyzeID(callback?: (err: AWSError, data: Textract.Types.AnalyzeIDResponse) => void): Request<Textract.Types.AnalyzeIDResponse, AWSError>;
38
38
  /**
39
- * Detects text in the input document. Amazon Textract can detect lines of text and the words that make up a line of text. The input document must be an image in JPEG, PNG, PDF, or TIFF format. DetectDocumentText returns the detected text in an array of Block objects. Each document page has as an associated Block of type PAGE. Each PAGE Block object is the parent of LINE Block objects that represent the lines of detected text on a page. A LINE Block object is a parent for each word that makes up the line. Words are represented by Block objects of type WORD. DetectDocumentText is a synchronous operation. To analyze documents asynchronously, use StartDocumentTextDetection. For more information, see Document Text Detection.
39
+ * Detects text in the input document. Amazon Textract can detect lines of text and the words that make up a line of text. The input document must be in one of the following image formats: JPEG, PNG, PDF, or TIFF. DetectDocumentText returns the detected text in an array of Block objects. Each document page has as an associated Block of type PAGE. Each PAGE Block object is the parent of LINE Block objects that represent the lines of detected text on a page. A LINE Block object is a parent for each word that makes up the line. Words are represented by Block objects of type WORD. DetectDocumentText is a synchronous operation. To analyze documents asynchronously, use StartDocumentTextDetection. For more information, see Document Text Detection.
40
40
  */
41
41
  detectDocumentText(params: Textract.Types.DetectDocumentTextRequest, callback?: (err: AWSError, data: Textract.Types.DetectDocumentTextResponse) => void): Request<Textract.Types.DetectDocumentTextResponse, AWSError>;
42
42
  /**
43
- * Detects text in the input document. Amazon Textract can detect lines of text and the words that make up a line of text. The input document must be an image in JPEG, PNG, PDF, or TIFF format. DetectDocumentText returns the detected text in an array of Block objects. Each document page has as an associated Block of type PAGE. Each PAGE Block object is the parent of LINE Block objects that represent the lines of detected text on a page. A LINE Block object is a parent for each word that makes up the line. Words are represented by Block objects of type WORD. DetectDocumentText is a synchronous operation. To analyze documents asynchronously, use StartDocumentTextDetection. For more information, see Document Text Detection.
43
+ * Detects text in the input document. Amazon Textract can detect lines of text and the words that make up a line of text. The input document must be in one of the following image formats: JPEG, PNG, PDF, or TIFF. DetectDocumentText returns the detected text in an array of Block objects. Each document page has as an associated Block of type PAGE. Each PAGE Block object is the parent of LINE Block objects that represent the lines of detected text on a page. A LINE Block object is a parent for each word that makes up the line. Words are represented by Block objects of type WORD. DetectDocumentText is a synchronous operation. To analyze documents asynchronously, use StartDocumentTextDetection. For more information, see Document Text Detection.
44
44
  */
45
45
  detectDocumentText(callback?: (err: AWSError, data: Textract.Types.DetectDocumentTextResponse) => void): Request<Textract.Types.DetectDocumentTextResponse, AWSError>;
46
46
  /**
47
- * Gets the results for an Amazon Textract asynchronous operation that analyzes text in a document. You start asynchronous text analysis by calling StartDocumentAnalysis, which returns a job identifier (JobId). When the text analysis operation finishes, Amazon Textract publishes a completion status to the Amazon Simple Notification Service (Amazon SNS) topic that's registered in the initial call to StartDocumentAnalysis. To get the results of the text-detection operation, first check that the status value published to the Amazon SNS topic is SUCCEEDED. If so, call GetDocumentAnalysis, and pass the job identifier (JobId) from the initial call to StartDocumentAnalysis. GetDocumentAnalysis returns an array of Block objects. The following types of information are returned: Form data (key-value pairs). The related information is returned in two Block objects, each of type KEY_VALUE_SET: a KEY Block object and a VALUE Block object. For example, Name: Ana Silva Carolina contains a key and value. Name: is the key. Ana Silva Carolina is the value. Table and table cell data. A TABLE Block object contains information about a detected table. A CELL Block object is returned for each cell in a table. Lines and words of text. A LINE Block object contains one or more WORD Block objects. All lines and words that are detected in the document are returned (including text that doesn't have a relationship with the value of the StartDocumentAnalysis FeatureTypes input parameter). Queries. A QUERIES_RESULT Block object contains the answer to the query, the alias associated and an ID that connect it to the query asked. This Block also contains a location and attached confidence score Selection elements such as check boxes and option buttons (radio buttons) can be detected in form data and in tables. A SELECTION_ELEMENT Block object contains information about a selection element, including the selection status. Use the MaxResults parameter to limit the number of blocks that are returned. If there are more results than specified in MaxResults, the value of NextToken in the operation response contains a pagination token for getting the next set of results. To get the next page of results, call GetDocumentAnalysis, and populate the NextToken request parameter with the token value that's returned from the previous call to GetDocumentAnalysis. For more information, see Document Text Analysis.
47
+ * Gets the results for an Amazon Textract asynchronous operation that analyzes text in a document. You start asynchronous text analysis by calling StartDocumentAnalysis, which returns a job identifier (JobId). When the text analysis operation finishes, Amazon Textract publishes a completion status to the Amazon Simple Notification Service (Amazon SNS) topic that's registered in the initial call to StartDocumentAnalysis. To get the results of the text-detection operation, first check that the status value published to the Amazon SNS topic is SUCCEEDED. If so, call GetDocumentAnalysis, and pass the job identifier (JobId) from the initial call to StartDocumentAnalysis. GetDocumentAnalysis returns an array of Block objects. The following types of information are returned: Form data (key-value pairs). The related information is returned in two Block objects, each of type KEY_VALUE_SET: a KEY Block object and a VALUE Block object. For example, Name: Ana Silva Carolina contains a key and value. Name: is the key. Ana Silva Carolina is the value. Table and table cell data. A TABLE Block object contains information about a detected table. A CELL Block object is returned for each cell in a table. Lines and words of text. A LINE Block object contains one or more WORD Block objects. All lines and words that are detected in the document are returned (including text that doesn't have a relationship with the value of the StartDocumentAnalysis FeatureTypes input parameter). Query. A QUERY Block object contains the query text, alias and link to the associated Query results block object. Query Results. A QUERY_RESULT Block object contains the answer to the query and an ID that connects it to the query asked. This Block also contains a confidence score. While processing a document with queries, look out for INVALID_REQUEST_PARAMETERS output. This indicates that either the per page query limit has been exceeded or that the operation is trying to query a page in the document which doesn’t exist. Selection elements such as check boxes and option buttons (radio buttons) can be detected in form data and in tables. A SELECTION_ELEMENT Block object contains information about a selection element, including the selection status. Use the MaxResults parameter to limit the number of blocks that are returned. If there are more results than specified in MaxResults, the value of NextToken in the operation response contains a pagination token for getting the next set of results. To get the next page of results, call GetDocumentAnalysis, and populate the NextToken request parameter with the token value that's returned from the previous call to GetDocumentAnalysis. For more information, see Document Text Analysis.
48
48
  */
49
49
  getDocumentAnalysis(params: Textract.Types.GetDocumentAnalysisRequest, callback?: (err: AWSError, data: Textract.Types.GetDocumentAnalysisResponse) => void): Request<Textract.Types.GetDocumentAnalysisResponse, AWSError>;
50
50
  /**
51
- * Gets the results for an Amazon Textract asynchronous operation that analyzes text in a document. You start asynchronous text analysis by calling StartDocumentAnalysis, which returns a job identifier (JobId). When the text analysis operation finishes, Amazon Textract publishes a completion status to the Amazon Simple Notification Service (Amazon SNS) topic that's registered in the initial call to StartDocumentAnalysis. To get the results of the text-detection operation, first check that the status value published to the Amazon SNS topic is SUCCEEDED. If so, call GetDocumentAnalysis, and pass the job identifier (JobId) from the initial call to StartDocumentAnalysis. GetDocumentAnalysis returns an array of Block objects. The following types of information are returned: Form data (key-value pairs). The related information is returned in two Block objects, each of type KEY_VALUE_SET: a KEY Block object and a VALUE Block object. For example, Name: Ana Silva Carolina contains a key and value. Name: is the key. Ana Silva Carolina is the value. Table and table cell data. A TABLE Block object contains information about a detected table. A CELL Block object is returned for each cell in a table. Lines and words of text. A LINE Block object contains one or more WORD Block objects. All lines and words that are detected in the document are returned (including text that doesn't have a relationship with the value of the StartDocumentAnalysis FeatureTypes input parameter). Queries. A QUERIES_RESULT Block object contains the answer to the query, the alias associated and an ID that connect it to the query asked. This Block also contains a location and attached confidence score Selection elements such as check boxes and option buttons (radio buttons) can be detected in form data and in tables. A SELECTION_ELEMENT Block object contains information about a selection element, including the selection status. Use the MaxResults parameter to limit the number of blocks that are returned. If there are more results than specified in MaxResults, the value of NextToken in the operation response contains a pagination token for getting the next set of results. To get the next page of results, call GetDocumentAnalysis, and populate the NextToken request parameter with the token value that's returned from the previous call to GetDocumentAnalysis. For more information, see Document Text Analysis.
51
+ * Gets the results for an Amazon Textract asynchronous operation that analyzes text in a document. You start asynchronous text analysis by calling StartDocumentAnalysis, which returns a job identifier (JobId). When the text analysis operation finishes, Amazon Textract publishes a completion status to the Amazon Simple Notification Service (Amazon SNS) topic that's registered in the initial call to StartDocumentAnalysis. To get the results of the text-detection operation, first check that the status value published to the Amazon SNS topic is SUCCEEDED. If so, call GetDocumentAnalysis, and pass the job identifier (JobId) from the initial call to StartDocumentAnalysis. GetDocumentAnalysis returns an array of Block objects. The following types of information are returned: Form data (key-value pairs). The related information is returned in two Block objects, each of type KEY_VALUE_SET: a KEY Block object and a VALUE Block object. For example, Name: Ana Silva Carolina contains a key and value. Name: is the key. Ana Silva Carolina is the value. Table and table cell data. A TABLE Block object contains information about a detected table. A CELL Block object is returned for each cell in a table. Lines and words of text. A LINE Block object contains one or more WORD Block objects. All lines and words that are detected in the document are returned (including text that doesn't have a relationship with the value of the StartDocumentAnalysis FeatureTypes input parameter). Query. A QUERY Block object contains the query text, alias and link to the associated Query results block object. Query Results. A QUERY_RESULT Block object contains the answer to the query and an ID that connects it to the query asked. This Block also contains a confidence score. While processing a document with queries, look out for INVALID_REQUEST_PARAMETERS output. This indicates that either the per page query limit has been exceeded or that the operation is trying to query a page in the document which doesn’t exist. Selection elements such as check boxes and option buttons (radio buttons) can be detected in form data and in tables. A SELECTION_ELEMENT Block object contains information about a selection element, including the selection status. Use the MaxResults parameter to limit the number of blocks that are returned. If there are more results than specified in MaxResults, the value of NextToken in the operation response contains a pagination token for getting the next set of results. To get the next page of results, call GetDocumentAnalysis, and populate the NextToken request parameter with the token value that's returned from the previous call to GetDocumentAnalysis. For more information, see Document Text Analysis.
52
52
  */
53
53
  getDocumentAnalysis(callback?: (err: AWSError, data: Textract.Types.GetDocumentAnalysisResponse) => void): Request<Textract.Types.GetDocumentAnalysisResponse, AWSError>;
54
54
  /**
@@ -172,7 +172,7 @@ declare namespace Textract {
172
172
  }
173
173
  export interface Block {
174
174
  /**
175
- * The type of text item that's recognized. In operations for text detection, the following types are returned: PAGE - Contains a list of the LINE Block objects that are detected on a document page. WORD - A word detected on a document page. A word is one or more ISO basic Latin script characters that aren't separated by spaces. LINE - A string of tab-delimited, contiguous words that are detected on a document page. In text analysis operations, the following types are returned: PAGE - Contains a list of child Block objects that are detected on a document page. KEY_VALUE_SET - Stores the KEY and VALUE Block objects for linked text that's detected on a document page. Use the EntityType field to determine if a KEY_VALUE_SET object is a KEY Block object or a VALUE Block object. WORD - A word that's detected on a document page. A word is one or more ISO basic Latin script characters that aren't separated by spaces. LINE - A string of tab-delimited, contiguous words that are detected on a document page. TABLE - A table that's detected on a document page. A table is grid-based information with two or more rows or columns, with a cell span of one row and one column each. CELL - A cell within a detected table. The cell is the parent of the block that contains the text in the cell. SELECTION_ELEMENT - A selection element such as an option button (radio button) or a check box that's detected on a document page. Use the value of SelectionStatus to determine the status of the selection element. QUERY - A question asked during the call of AnalyzeDocument. Contains an alias and an ID that attachs it to its answer. QUERY_RESULT - A response to a question asked during the call of analyze document. Comes with an alias and ID for ease of locating in a response. Also contains location and confidence score.
175
+ * The type of text item that's recognized. In operations for text detection, the following types are returned: PAGE - Contains a list of the LINE Block objects that are detected on a document page. WORD - A word detected on a document page. A word is one or more ISO basic Latin script characters that aren't separated by spaces. LINE - A string of tab-delimited, contiguous words that are detected on a document page. In text analysis operations, the following types are returned: PAGE - Contains a list of child Block objects that are detected on a document page. KEY_VALUE_SET - Stores the KEY and VALUE Block objects for linked text that's detected on a document page. Use the EntityType field to determine if a KEY_VALUE_SET object is a KEY Block object or a VALUE Block object. WORD - A word that's detected on a document page. A word is one or more ISO basic Latin script characters that aren't separated by spaces. LINE - A string of tab-delimited, contiguous words that are detected on a document page. TABLE - A table that's detected on a document page. A table is grid-based information with two or more rows or columns, with a cell span of one row and one column each. CELL - A cell within a detected table. The cell is the parent of the block that contains the text in the cell. SELECTION_ELEMENT - A selection element such as an option button (radio button) or a check box that's detected on a document page. Use the value of SelectionStatus to determine the status of the selection element. QUERY - A question asked during the call of AnalyzeDocument. Contains an alias and an ID that attaches it to its answer. QUERY_RESULT - A response to a question asked during the call of analyze document. Comes with an alias and ID for ease of locating in a response. Also contains location and confidence score.
176
176
  */
177
177
  BlockType?: BlockType;
178
178
  /**
@@ -224,7 +224,7 @@ declare namespace Textract {
224
224
  */
225
225
  SelectionStatus?: SelectionStatus;
226
226
  /**
227
- * The page on which a block was detected. Page is returned by asynchronous operations. Page values greater than 1 are only returned for multipage documents that are in PDF or TIFF format. A scanned image (JPEG/PNG), even if it contains multiple document pages, is considered to be a single-page document. The value of Page is always 1. Synchronous operations don't return Page because every input document is considered to be a single-page document.
227
+ * The page on which a block was detected. Page is returned by synchronous and asynchronous operations. Page values greater than 1 are only returned for multipage documents that are in PDF or TIFF format. A scanned image (JPEG/PNG) provided to an asynchronous operation, even if it contains multiple document pages, is considered a single-page document. This means that for scanned images the value of Page is always 1. Synchronous operations operations will also return a Page value of 1 because every input document is considered to be a single-page document.
228
228
  */
229
229
  Page?: UInteger;
230
230
  /**
@@ -301,6 +301,16 @@ declare namespace Textract {
301
301
  export type EntityType = "KEY"|"VALUE"|"COLUMN_HEADER"|string;
302
302
  export type EntityTypes = EntityType[];
303
303
  export type ErrorCode = string;
304
+ export interface ExpenseCurrency {
305
+ /**
306
+ * Currency code for detected currency.
307
+ */
308
+ Code?: String;
309
+ /**
310
+ * Percentage confideence in the detected currency.
311
+ */
312
+ Confidence?: Percent;
313
+ }
304
314
  export interface ExpenseDetection {
305
315
  /**
306
316
  * The word or line of text recognized by Amazon Textract
@@ -325,6 +335,10 @@ declare namespace Textract {
325
335
  * Information detected on each table of a document, seperated into LineItems.
326
336
  */
327
337
  LineItemGroups?: LineItemGroupList;
338
+ /**
339
+ * This is a block object, the same as reported when DetectDocumentText is run on a document. It provides word level recognition of text.
340
+ */
341
+ Blocks?: BlockList;
328
342
  }
329
343
  export type ExpenseDocumentList = ExpenseDocument[];
330
344
  export interface ExpenseField {
@@ -344,8 +358,27 @@ declare namespace Textract {
344
358
  * The page number the value was detected on.
345
359
  */
346
360
  PageNumber?: UInteger;
361
+ /**
362
+ * Shows the kind of currency, both the code and confidence associated with any monatary value detected.
363
+ */
364
+ Currency?: ExpenseCurrency;
365
+ /**
366
+ * Shows which group a response object belongs to, such as whether an address line belongs to the vendor's address or the recipent's address.
367
+ */
368
+ GroupProperties?: ExpenseGroupPropertyList;
347
369
  }
348
370
  export type ExpenseFieldList = ExpenseField[];
371
+ export interface ExpenseGroupProperty {
372
+ /**
373
+ * Informs you on the kind of label associated with the group
374
+ */
375
+ Types?: StringList;
376
+ /**
377
+ * Provides a group Id number, which will be the same for each in the group.
378
+ */
379
+ Id?: String;
380
+ }
381
+ export type ExpenseGroupPropertyList = ExpenseGroupProperty[];
349
382
  export interface ExpenseType {
350
383
  /**
351
384
  * The word or line of text detected by Amazon Textract.
@@ -644,7 +677,7 @@ declare namespace Textract {
644
677
  */
645
678
  Alias?: QueryInput;
646
679
  /**
647
- * List of pages associated with the query. The following is a list of rules for using this parameter. If a page is not specified, it is set to ["1"] by default. The following characters are allowed in the parameter's string: 0 1 2 3 4 5 6 7 8 9 - *. No whitespace is allowed. When using * to indicate all pages, it must be the only element in the string. You can use page intervals, such as [“1-3”, “1-1”, “4-*”]. Where * indicates last page of document. Specified pages must be greater than 0 and less than or equal to the number of pages in the document.
680
+ * Pages is a parameter that the user inputs to specify which pages to apply a query to. The following is a list of rules for using this parameter. If a page is not specified, it is set to ["1"] by default. The following characters are allowed in the parameter's string: 0 1 2 3 4 5 6 7 8 9 - *. No whitespace is allowed. When using * to indicate all pages, it must be the only element in the list. You can use page intervals, such as [“1-3”, “1-1”, “4-*”]. Where * indicates last page of document. Specified pages must be greater than 0 and less than or equal to the number of pages in the document.
648
681
  */
649
682
  Pages?: QueryPages;
650
683
  }
@@ -786,6 +819,7 @@ declare namespace Textract {
786
819
  }
787
820
  export type StatusMessage = string;
788
821
  export type String = string;
822
+ export type StringList = String[];
789
823
  export type TextType = "HANDWRITING"|"PRINTED"|string;
790
824
  export type UInteger = number;
791
825
  export type ValueType = "DATE"|string;
@@ -83,7 +83,7 @@ return /******/ (function(modules) { // webpackBootstrap
83
83
  /**
84
84
  * @constant
85
85
  */
86
- VERSION: '2.1243.0',
86
+ VERSION: '2.1244.0',
87
87
 
88
88
  /**
89
89
  * @api private