aws-sdk 2.972.0 → 2.976.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (52) hide show
  1. package/CHANGELOG.md +29 -1
  2. package/README.md +1 -1
  3. package/apis/backup-2018-11-15.min.json +573 -32
  4. package/apis/backup-2018-11-15.paginators.json +15 -0
  5. package/apis/comprehend-2017-11-27.min.json +109 -69
  6. package/apis/datasync-2018-11-09.min.json +13 -1
  7. package/apis/dlm-2018-01-12.min.json +30 -9
  8. package/apis/dms-2016-01-01.min.json +191 -134
  9. package/apis/ec2-2016-11-15.min.json +232 -223
  10. package/apis/ec2-2016-11-15.paginators.json +6 -0
  11. package/apis/eks-2017-11-01.min.json +5 -0
  12. package/apis/fms-2018-01-01.min.json +6 -0
  13. package/apis/frauddetector-2019-11-15.min.json +30 -28
  14. package/apis/glue-2017-03-31.min.json +624 -354
  15. package/apis/glue-2017-03-31.paginators.json +10 -0
  16. package/apis/iot-data-2015-05-28.min.json +82 -0
  17. package/apis/iot-data-2015-05-28.paginators.json +7 -1
  18. package/apis/mediaconvert-2017-08-29.min.json +110 -89
  19. package/apis/ssm-2014-11-06.min.json +13 -3
  20. package/apis/transcribe-2017-10-26.min.json +161 -64
  21. package/clients/apigateway.d.ts +9 -9
  22. package/clients/backup.d.ts +715 -109
  23. package/clients/cloudwatchevents.d.ts +67 -67
  24. package/clients/comprehend.d.ts +96 -0
  25. package/clients/datasync.d.ts +69 -53
  26. package/clients/dlm.d.ts +50 -18
  27. package/clients/dms.d.ts +110 -19
  28. package/clients/ec2.d.ts +60 -42
  29. package/clients/eks.d.ts +6 -2
  30. package/clients/eventbridge.d.ts +3 -3
  31. package/clients/fms.d.ts +9 -1
  32. package/clients/frauddetector.d.ts +10 -9
  33. package/clients/glue.d.ts +392 -0
  34. package/clients/iotdata.d.ts +99 -13
  35. package/clients/iotsitewise.d.ts +3 -3
  36. package/clients/mediaconvert.d.ts +46 -12
  37. package/clients/polly.d.ts +15 -15
  38. package/clients/robomaker.d.ts +3 -3
  39. package/clients/transcribeservice.d.ts +146 -35
  40. package/dist/aws-sdk-core-react-native.js +1 -1
  41. package/dist/aws-sdk-react-native.js +19 -19
  42. package/dist/aws-sdk.js +456 -300
  43. package/dist/aws-sdk.min.js +72 -71
  44. package/lib/core.js +1 -1
  45. package/lib/metadata_service/endpoint.js +6 -0
  46. package/lib/metadata_service/endpoint_config_options.js +14 -0
  47. package/lib/metadata_service/endpoint_mode.js +6 -0
  48. package/lib/metadata_service/endpoint_mode_config_options.js +16 -0
  49. package/lib/metadata_service/get_metadata_service_endpoint.js +24 -0
  50. package/lib/metadata_service.js +13 -3
  51. package/lib/node_loader.js +27 -0
  52. package/package.json +1 -1
@@ -1189,6 +1189,10 @@ declare namespace Comprehend {
1189
1189
  * The identifier assigned to the document classification job.
1190
1190
  */
1191
1191
  JobId?: JobId;
1192
+ /**
1193
+ * The Amazon Resource Name (ARN) of the document classification job. It is a unique, fully qualified identifier for the job. It includes the AWS account, Region, and the job ID. The format of the ARN is as follows: arn:<partition>:comprehend:<region>:<account-id>:document-classification-job/<job-id> The following is an example job ARN: arn:aws:comprehend:us-west-2:111122223333:document-classification-job/1234abcd12ab34cd56ef1234567890ab
1194
+ */
1195
+ JobArn?: ComprehendArn;
1192
1196
  /**
1193
1197
  * The name that you assigned to the document classification job.
1194
1198
  */
@@ -1392,6 +1396,10 @@ declare namespace Comprehend {
1392
1396
  * The identifier assigned to the dominant language detection job.
1393
1397
  */
1394
1398
  JobId?: JobId;
1399
+ /**
1400
+ * The Amazon Resource Name (ARN) of the dominant language detection job. It is a unique, fully qualified identifier for the job. It includes the AWS account, Region, and the job ID. The format of the ARN is as follows: arn:<partition>:comprehend:<region>:<account-id>:dominant-language-detection-job/<job-id> The following is an example job ARN: arn:aws:comprehend:us-west-2:111122223333:dominant-language-detection-job/1234abcd12ab34cd56ef1234567890ab
1401
+ */
1402
+ JobArn?: ComprehendArn;
1395
1403
  /**
1396
1404
  * The name that you assigned to the dominant language detection job.
1397
1405
  */
@@ -1516,6 +1524,10 @@ declare namespace Comprehend {
1516
1524
  * The identifier assigned to the entities detection job.
1517
1525
  */
1518
1526
  JobId?: JobId;
1527
+ /**
1528
+ * The Amazon Resource Name (ARN) of the entities detection job. It is a unique, fully qualified identifier for the job. It includes the AWS account, Region, and the job ID. The format of the ARN is as follows: arn:<partition>:comprehend:<region>:<account-id>:entities-detection-job/<job-id> The following is an example job ARN: arn:aws:comprehend:us-west-2:111122223333:entities-detection-job/1234abcd12ab34cd56ef1234567890ab
1529
+ */
1530
+ JobArn?: ComprehendArn;
1519
1531
  /**
1520
1532
  * The name that you assigned the entities detection job.
1521
1533
  */
@@ -1813,6 +1825,10 @@ declare namespace Comprehend {
1813
1825
  * The identifier assigned to the events detection job.
1814
1826
  */
1815
1827
  JobId?: JobId;
1828
+ /**
1829
+ * The Amazon Resource Name (ARN) of the events detection job. It is a unique, fully qualified identifier for the job. It includes the AWS account, Region, and the job ID. The format of the ARN is as follows: arn:<partition>:comprehend:<region>:<account-id>:events-detection-job/<job-id> The following is an example job ARN: arn:aws:comprehend:us-west-2:111122223333:events-detection-job/1234abcd12ab34cd56ef1234567890ab
1830
+ */
1831
+ JobArn?: ComprehendArn;
1816
1832
  /**
1817
1833
  * The name you assigned the events detection job.
1818
1834
  */
@@ -1914,6 +1930,10 @@ declare namespace Comprehend {
1914
1930
  * The identifier assigned to the key phrases detection job.
1915
1931
  */
1916
1932
  JobId?: JobId;
1933
+ /**
1934
+ * The Amazon Resource Name (ARN) of the key phrases detection job. It is a unique, fully qualified identifier for the job. It includes the AWS account, Region, and the job ID. The format of the ARN is as follows: arn:<partition>:comprehend:<region>:<account-id>:key-phrases-detection-job/<job-id> The following is an example job ARN: arn:aws:comprehend:us-west-2:111122223333:key-phrases-detection-job/1234abcd12ab34cd56ef1234567890ab
1935
+ */
1936
+ JobArn?: ComprehendArn;
1917
1937
  /**
1918
1938
  * The name that you assigned the key phrases detection job.
1919
1939
  */
@@ -2305,6 +2325,10 @@ declare namespace Comprehend {
2305
2325
  * The identifier assigned to the PII entities detection job.
2306
2326
  */
2307
2327
  JobId?: JobId;
2328
+ /**
2329
+ * The Amazon Resource Name (ARN) of the PII entities detection job. It is a unique, fully qualified identifier for the job. It includes the AWS account, Region, and the job ID. The format of the ARN is as follows: arn:<partition>:comprehend:<region>:<account-id>:pii-entities-detection-job/<job-id> The following is an example job ARN: arn:aws:comprehend:us-west-2:111122223333:pii-entities-detection-job/1234abcd12ab34cd56ef1234567890ab
2330
+ */
2331
+ JobArn?: ComprehendArn;
2308
2332
  /**
2309
2333
  * The name that you assigned the PII entities detection job.
2310
2334
  */
@@ -2422,6 +2446,10 @@ declare namespace Comprehend {
2422
2446
  * The identifier assigned to the sentiment detection job.
2423
2447
  */
2424
2448
  JobId?: JobId;
2449
+ /**
2450
+ * The Amazon Resource Name (ARN) of the sentiment detection job. It is a unique, fully qualified identifier for the job. It includes the AWS account, Region, and the job ID. The format of the ARN is as follows: arn:<partition>:comprehend:<region>:<account-id>:sentiment-detection-job/<job-id> The following is an example job ARN: arn:aws:comprehend:us-west-2:111122223333:sentiment-detection-job/1234abcd12ab34cd56ef1234567890ab
2451
+ */
2452
+ JobArn?: ComprehendArn;
2425
2453
  /**
2426
2454
  * The name that you assigned to the sentiment detection job
2427
2455
  */
@@ -2520,12 +2548,20 @@ declare namespace Comprehend {
2520
2548
  * Configuration parameters for an optional private Virtual Private Cloud (VPC) containing the resources you are using for your document classification job. For more information, see Amazon VPC.
2521
2549
  */
2522
2550
  VpcConfig?: VpcConfig;
2551
+ /**
2552
+ * Tags to be associated with the document classification job. A tag is a key-value pair that adds metadata to a resource used by Amazon Comprehend. For example, a tag with "Sales" as the key might be added to a resource to indicate its use by the sales department.
2553
+ */
2554
+ Tags?: TagList;
2523
2555
  }
2524
2556
  export interface StartDocumentClassificationJobResponse {
2525
2557
  /**
2526
2558
  * The identifier generated for the job. To get the status of the job, use this identifier with the operation.
2527
2559
  */
2528
2560
  JobId?: JobId;
2561
+ /**
2562
+ * The Amazon Resource Name (ARN) of the document classification job. It is a unique, fully qualified identifier for the job. It includes the AWS account, Region, and the job ID. The format of the ARN is as follows: arn:<partition>:comprehend:<region>:<account-id>:document-classification-job/<job-id> The following is an example job ARN: arn:aws:comprehend:us-west-2:111122223333:document-classification-job/1234abcd12ab34cd56ef1234567890ab
2563
+ */
2564
+ JobArn?: ComprehendArn;
2529
2565
  /**
2530
2566
  * The status of the job: SUBMITTED - The job has been received and queued for processing. IN_PROGRESS - Amazon Comprehend is processing the job. COMPLETED - The job was successfully completed and the output is available. FAILED - The job did not complete. For details, use the operation. STOP_REQUESTED - Amazon Comprehend has received a stop request for the job and is processing the request. STOPPED - The job was successfully stopped without completing.
2531
2567
  */
@@ -2560,12 +2596,20 @@ declare namespace Comprehend {
2560
2596
  * Configuration parameters for an optional private Virtual Private Cloud (VPC) containing the resources you are using for your dominant language detection job. For more information, see Amazon VPC.
2561
2597
  */
2562
2598
  VpcConfig?: VpcConfig;
2599
+ /**
2600
+ * Tags to be associated with the dominant language detection job. A tag is a key-value pair that adds metadata to a resource used by Amazon Comprehend. For example, a tag with "Sales" as the key might be added to a resource to indicate its use by the sales department.
2601
+ */
2602
+ Tags?: TagList;
2563
2603
  }
2564
2604
  export interface StartDominantLanguageDetectionJobResponse {
2565
2605
  /**
2566
2606
  * The identifier generated for the job. To get the status of a job, use this identifier with the operation.
2567
2607
  */
2568
2608
  JobId?: JobId;
2609
+ /**
2610
+ * The Amazon Resource Name (ARN) of the dominant language detection job. It is a unique, fully qualified identifier for the job. It includes the AWS account, Region, and the job ID. The format of the ARN is as follows: arn:<partition>:comprehend:<region>:<account-id>:dominant-language-detection-job/<job-id> The following is an example job ARN: arn:aws:comprehend:us-west-2:111122223333:dominant-language-detection-job/1234abcd12ab34cd56ef1234567890ab
2611
+ */
2612
+ JobArn?: ComprehendArn;
2569
2613
  /**
2570
2614
  * The status of the job. SUBMITTED - The job has been received and is queued for processing. IN_PROGRESS - Amazon Comprehend is processing the job. COMPLETED - The job was successfully completed and the output is available. FAILED - The job did not complete. To get details, use the operation.
2571
2615
  */
@@ -2608,12 +2652,20 @@ declare namespace Comprehend {
2608
2652
  * Configuration parameters for an optional private Virtual Private Cloud (VPC) containing the resources you are using for your entity detection job. For more information, see Amazon VPC.
2609
2653
  */
2610
2654
  VpcConfig?: VpcConfig;
2655
+ /**
2656
+ * Tags to be associated with the entities detection job. A tag is a key-value pair that adds metadata to a resource used by Amazon Comprehend. For example, a tag with "Sales" as the key might be added to a resource to indicate its use by the sales department.
2657
+ */
2658
+ Tags?: TagList;
2611
2659
  }
2612
2660
  export interface StartEntitiesDetectionJobResponse {
2613
2661
  /**
2614
2662
  * The identifier generated for the job. To get the status of job, use this identifier with the operation.
2615
2663
  */
2616
2664
  JobId?: JobId;
2665
+ /**
2666
+ * The Amazon Resource Name (ARN) of the entities detection job. It is a unique, fully qualified identifier for the job. It includes the AWS account, Region, and the job ID. The format of the ARN is as follows: arn:<partition>:comprehend:<region>:<account-id>:entities-detection-job/<job-id> The following is an example job ARN: arn:aws:comprehend:us-west-2:111122223333:entities-detection-job/1234abcd12ab34cd56ef1234567890ab
2667
+ */
2668
+ JobArn?: ComprehendArn;
2617
2669
  /**
2618
2670
  * The status of the job. SUBMITTED - The job has been received and is queued for processing. IN_PROGRESS - Amazon Comprehend is processing the job. COMPLETED - The job was successfully completed and the output is available. FAILED - The job did not complete. To get details, use the operation. STOP_REQUESTED - Amazon Comprehend has received a stop request for the job and is processing the request. STOPPED - The job was successfully stopped without completing.
2619
2671
  */
@@ -2648,12 +2700,20 @@ declare namespace Comprehend {
2648
2700
  * The types of events to detect in the input documents.
2649
2701
  */
2650
2702
  TargetEventTypes: TargetEventTypes;
2703
+ /**
2704
+ * Tags to be associated with the events detection job. A tag is a key-value pair that adds metadata to a resource used by Amazon Comprehend. For example, a tag with "Sales" as the key might be added to a resource to indicate its use by the sales department.
2705
+ */
2706
+ Tags?: TagList;
2651
2707
  }
2652
2708
  export interface StartEventsDetectionJobResponse {
2653
2709
  /**
2654
2710
  * An unique identifier for the request. If you don't set the client request token, Amazon Comprehend generates one.
2655
2711
  */
2656
2712
  JobId?: JobId;
2713
+ /**
2714
+ * The Amazon Resource Name (ARN) of the events detection job. It is a unique, fully qualified identifier for the job. It includes the AWS account, Region, and the job ID. The format of the ARN is as follows: arn:<partition>:comprehend:<region>:<account-id>:events-detection-job/<job-id> The following is an example job ARN: arn:aws:comprehend:us-west-2:111122223333:events-detection-job/1234abcd12ab34cd56ef1234567890ab
2715
+ */
2716
+ JobArn?: ComprehendArn;
2657
2717
  /**
2658
2718
  * The status of the events detection job.
2659
2719
  */
@@ -2692,12 +2752,20 @@ declare namespace Comprehend {
2692
2752
  * Configuration parameters for an optional private Virtual Private Cloud (VPC) containing the resources you are using for your key phrases detection job. For more information, see Amazon VPC.
2693
2753
  */
2694
2754
  VpcConfig?: VpcConfig;
2755
+ /**
2756
+ * Tags to be associated with the key phrases detection job. A tag is a key-value pair that adds metadata to a resource used by Amazon Comprehend. For example, a tag with "Sales" as the key might be added to a resource to indicate its use by the sales department.
2757
+ */
2758
+ Tags?: TagList;
2695
2759
  }
2696
2760
  export interface StartKeyPhrasesDetectionJobResponse {
2697
2761
  /**
2698
2762
  * The identifier generated for the job. To get the status of a job, use this identifier with the operation.
2699
2763
  */
2700
2764
  JobId?: JobId;
2765
+ /**
2766
+ * The Amazon Resource Name (ARN) of the key phrase detection job. It is a unique, fully qualified identifier for the job. It includes the AWS account, Region, and the job ID. The format of the ARN is as follows: arn:<partition>:comprehend:<region>:<account-id>:key-phrases-detection-job/<job-id> The following is an example job ARN: arn:aws:comprehend:us-west-2:111122223333:key-phrases-detection-job/1234abcd12ab34cd56ef1234567890ab
2767
+ */
2768
+ JobArn?: ComprehendArn;
2701
2769
  /**
2702
2770
  * The status of the job. SUBMITTED - The job has been received and is queued for processing. IN_PROGRESS - Amazon Comprehend is processing the job. COMPLETED - The job was successfully completed and the output is available. FAILED - The job did not complete. To get details, use the operation.
2703
2771
  */
@@ -2736,12 +2804,20 @@ declare namespace Comprehend {
2736
2804
  * A unique identifier for the request. If you don't set the client request token, Amazon Comprehend generates one.
2737
2805
  */
2738
2806
  ClientRequestToken?: ClientRequestTokenString;
2807
+ /**
2808
+ * Tags to be associated with the PII entities detection job. A tag is a key-value pair that adds metadata to a resource used by Amazon Comprehend. For example, a tag with "Sales" as the key might be added to a resource to indicate its use by the sales department.
2809
+ */
2810
+ Tags?: TagList;
2739
2811
  }
2740
2812
  export interface StartPiiEntitiesDetectionJobResponse {
2741
2813
  /**
2742
2814
  * The identifier generated for the job.
2743
2815
  */
2744
2816
  JobId?: JobId;
2817
+ /**
2818
+ * The Amazon Resource Name (ARN) of the PII entity detection job. It is a unique, fully qualified identifier for the job. It includes the AWS account, Region, and the job ID. The format of the ARN is as follows: arn:<partition>:comprehend:<region>:<account-id>:pii-entities-detection-job/<job-id> The following is an example job ARN: arn:aws:comprehend:us-west-2:111122223333:pii-entities-detection-job/1234abcd12ab34cd56ef1234567890ab
2819
+ */
2820
+ JobArn?: ComprehendArn;
2745
2821
  /**
2746
2822
  * The status of the job.
2747
2823
  */
@@ -2780,12 +2856,20 @@ declare namespace Comprehend {
2780
2856
  * Configuration parameters for an optional private Virtual Private Cloud (VPC) containing the resources you are using for your sentiment detection job. For more information, see Amazon VPC.
2781
2857
  */
2782
2858
  VpcConfig?: VpcConfig;
2859
+ /**
2860
+ * Tags to be associated with the sentiment detection job. A tag is a key-value pair that adds metadata to a resource used by Amazon Comprehend. For example, a tag with "Sales" as the key might be added to a resource to indicate its use by the sales department.
2861
+ */
2862
+ Tags?: TagList;
2783
2863
  }
2784
2864
  export interface StartSentimentDetectionJobResponse {
2785
2865
  /**
2786
2866
  * The identifier generated for the job. To get the status of a job, use this identifier with the operation.
2787
2867
  */
2788
2868
  JobId?: JobId;
2869
+ /**
2870
+ * The Amazon Resource Name (ARN) of the sentiment detection job. It is a unique, fully qualified identifier for the job. It includes the AWS account, Region, and the job ID. The format of the ARN is as follows: arn:<partition>:comprehend:<region>:<account-id>:sentiment-detection-job/<job-id> The following is an example job ARN: arn:aws:comprehend:us-west-2:111122223333:sentiment-detection-job/1234abcd12ab34cd56ef1234567890ab
2871
+ */
2872
+ JobArn?: ComprehendArn;
2789
2873
  /**
2790
2874
  * The status of the job. SUBMITTED - The job has been received and is queued for processing. IN_PROGRESS - Amazon Comprehend is processing the job. COMPLETED - The job was successfully completed and the output is available. FAILED - The job did not complete. To get details, use the operation.
2791
2875
  */
@@ -2824,12 +2908,20 @@ declare namespace Comprehend {
2824
2908
  * Configuration parameters for an optional private Virtual Private Cloud (VPC) containing the resources you are using for your topic detection job. For more information, see Amazon VPC.
2825
2909
  */
2826
2910
  VpcConfig?: VpcConfig;
2911
+ /**
2912
+ * Tags to be associated with the topics detection job. A tag is a key-value pair that adds metadata to a resource used by Amazon Comprehend. For example, a tag with "Sales" as the key might be added to a resource to indicate its use by the sales department.
2913
+ */
2914
+ Tags?: TagList;
2827
2915
  }
2828
2916
  export interface StartTopicsDetectionJobResponse {
2829
2917
  /**
2830
2918
  * The identifier generated for the job. To get the status of the job, use this identifier with the DescribeTopicDetectionJob operation.
2831
2919
  */
2832
2920
  JobId?: JobId;
2921
+ /**
2922
+ * The Amazon Resource Name (ARN) of the topics detection job. It is a unique, fully qualified identifier for the job. It includes the AWS account, Region, and the job ID. The format of the ARN is as follows: arn:<partition>:comprehend:<region>:<account-id>:topics-detection-job/<job-id> The following is an example job ARN: arn:aws:comprehend:us-west-2:111122223333:document-classification-job/1234abcd12ab34cd56ef1234567890ab
2923
+ */
2924
+ JobArn?: ComprehendArn;
2833
2925
  /**
2834
2926
  * The status of the job: SUBMITTED - The job has been received and is queued for processing. IN_PROGRESS - Amazon Comprehend is processing the job. COMPLETED - The job was successfully completed and the output is available. FAILED - The job did not complete. To get details, use the DescribeTopicDetectionJob operation.
2835
2927
  */
@@ -3024,6 +3116,10 @@ declare namespace Comprehend {
3024
3116
  * The identifier assigned to the topic detection job.
3025
3117
  */
3026
3118
  JobId?: JobId;
3119
+ /**
3120
+ * The Amazon Resource Name (ARN) of the topics detection job. It is a unique, fully qualified identifier for the job. It includes the AWS account, Region, and the job ID. The format of the ARN is as follows: arn:<partition>:comprehend:<region>:<account-id>:topics-detection-job/<job-id> The following is an example job ARN: arn:aws:comprehend:us-west-2:111122223333:topics-detection-job/1234abcd12ab34cd56ef1234567890ab
3121
+ */
3122
+ JobArn?: ComprehendArn;
3027
3123
  /**
3028
3124
  * The name of the topic detection job.
3029
3125
  */