aws-sdk 2.1447.0 → 2.1449.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 (54) hide show
  1. package/CHANGELOG.md +27 -1
  2. package/README.md +1 -1
  3. package/apis/appflow-2020-08-23.min.json +115 -87
  4. package/apis/auditmanager-2017-07-25.min.json +238 -63
  5. package/apis/chime-sdk-media-pipelines-2021-07-15.min.json +39 -21
  6. package/apis/cleanrooms-2022-02-17.min.json +70 -31
  7. package/apis/cloudhsm-2014-05-30.min.json +60 -20
  8. package/apis/connectcampaigns-2021-01-30.min.json +103 -90
  9. package/apis/connectparticipant-2018-09-07.min.json +62 -0
  10. package/apis/customer-profiles-2020-08-15.min.json +269 -118
  11. package/apis/datasync-2018-11-09.min.json +97 -14
  12. package/apis/grafana-2020-08-18.min.json +2 -1
  13. package/apis/health-2016-08-04.min.json +116 -34
  14. package/apis/kafkaconnect-2021-09-14.min.json +38 -36
  15. package/apis/metadata.json +7 -0
  16. package/apis/neptunedata-2023-08-01.examples.json +5 -0
  17. package/apis/neptunedata-2023-08-01.min.json +1923 -0
  18. package/apis/neptunedata-2023-08-01.paginators.json +4 -0
  19. package/apis/payment-cryptography-data-2022-02-03.min.json +29 -16
  20. package/apis/pca-connector-ad-2018-05-10.examples.json +5 -0
  21. package/apis/pca-connector-ad-2018-05-10.min.json +1465 -0
  22. package/apis/pca-connector-ad-2018-05-10.paginators.json +34 -0
  23. package/apis/runtime.sagemaker-2017-05-13.min.json +104 -0
  24. package/apis/sagemaker-2017-07-24.min.json +739 -728
  25. package/clients/all.d.ts +2 -0
  26. package/clients/all.js +3 -1
  27. package/clients/appflow.d.ts +30 -0
  28. package/clients/apprunner.d.ts +5 -5
  29. package/clients/chimesdkmediapipelines.d.ts +28 -2
  30. package/clients/cleanrooms.d.ts +41 -5
  31. package/clients/cloudwatchevents.d.ts +2 -2
  32. package/clients/connectcampaigns.d.ts +30 -23
  33. package/clients/connectparticipant.d.ts +71 -2
  34. package/clients/customerprofiles.d.ts +56 -52
  35. package/clients/datasync.d.ts +144 -21
  36. package/clients/ecs.d.ts +14 -14
  37. package/clients/health.d.ts +86 -2
  38. package/clients/ivs.d.ts +4 -4
  39. package/clients/kafkaconnect.d.ts +6 -8
  40. package/clients/neptunedata.d.ts +1976 -0
  41. package/clients/neptunedata.js +18 -0
  42. package/clients/networkfirewall.d.ts +9 -9
  43. package/clients/paymentcryptographydata.d.ts +8 -6
  44. package/clients/pcaconnectorad.d.ts +1606 -0
  45. package/clients/pcaconnectorad.js +18 -0
  46. package/clients/sagemaker.d.ts +21 -1
  47. package/clients/sagemakerruntime.d.ts +86 -8
  48. package/dist/aws-sdk-core-react-native.js +2 -2
  49. package/dist/aws-sdk-react-native.js +93 -19
  50. package/dist/aws-sdk.js +70 -23
  51. package/dist/aws-sdk.min.js +89 -89
  52. package/lib/config_service_placeholders.d.ts +4 -0
  53. package/lib/core.js +1 -1
  54. package/package.json +1 -1
@@ -909,11 +909,11 @@ declare namespace CustomerProfiles {
909
909
  /**
910
910
  * A unique account number that you have given to the customer.
911
911
  */
912
- AccountNumber?: string1To255;
912
+ AccountNumber?: sensitiveString1To255;
913
913
  /**
914
914
  * Any additional information relevant to the customer’s profile.
915
915
  */
916
- AdditionalInformation?: string1To1000;
916
+ AdditionalInformation?: sensitiveString1To1000;
917
917
  /**
918
918
  * The type of profile used to describe the customer.
919
919
  */
@@ -921,23 +921,23 @@ declare namespace CustomerProfiles {
921
921
  /**
922
922
  * The name of the customer’s business.
923
923
  */
924
- BusinessName?: string1To255;
924
+ BusinessName?: sensitiveString1To255;
925
925
  /**
926
926
  * The customer’s first name.
927
927
  */
928
- FirstName?: string1To255;
928
+ FirstName?: sensitiveString1To255;
929
929
  /**
930
930
  * The customer’s middle name.
931
931
  */
932
- MiddleName?: string1To255;
932
+ MiddleName?: sensitiveString1To255;
933
933
  /**
934
934
  * The customer’s last name.
935
935
  */
936
- LastName?: string1To255;
936
+ LastName?: sensitiveString1To255;
937
937
  /**
938
938
  * The customer’s birth date.
939
939
  */
940
- BirthDate?: string1To255;
940
+ BirthDate?: sensitiveString1To255;
941
941
  /**
942
942
  * The gender with which the customer identifies.
943
943
  */
@@ -945,31 +945,31 @@ declare namespace CustomerProfiles {
945
945
  /**
946
946
  * The customer’s phone number, which has not been specified as a mobile, home, or business number.
947
947
  */
948
- PhoneNumber?: string1To255;
948
+ PhoneNumber?: sensitiveString1To255;
949
949
  /**
950
950
  * The customer’s mobile phone number.
951
951
  */
952
- MobilePhoneNumber?: string1To255;
952
+ MobilePhoneNumber?: sensitiveString1To255;
953
953
  /**
954
954
  * The customer’s home phone number.
955
955
  */
956
- HomePhoneNumber?: string1To255;
956
+ HomePhoneNumber?: sensitiveString1To255;
957
957
  /**
958
958
  * The customer’s business phone number.
959
959
  */
960
- BusinessPhoneNumber?: string1To255;
960
+ BusinessPhoneNumber?: sensitiveString1To255;
961
961
  /**
962
962
  * The customer’s email address, which has not been specified as a personal or business address.
963
963
  */
964
- EmailAddress?: string1To255;
964
+ EmailAddress?: sensitiveString1To255;
965
965
  /**
966
966
  * The customer’s personal email address.
967
967
  */
968
- PersonalEmailAddress?: string1To255;
968
+ PersonalEmailAddress?: sensitiveString1To255;
969
969
  /**
970
970
  * The customer’s business email address.
971
971
  */
972
- BusinessEmailAddress?: string1To255;
972
+ BusinessEmailAddress?: sensitiveString1To255;
973
973
  /**
974
974
  * A generic address associated with the customer that is not mailing, shipping, or billing.
975
975
  */
@@ -993,11 +993,11 @@ declare namespace CustomerProfiles {
993
993
  /**
994
994
  * An alternative to PartyType which accepts any string as input.
995
995
  */
996
- PartyTypeString?: string1To255;
996
+ PartyTypeString?: sensitiveString1To255;
997
997
  /**
998
998
  * An alternative to Gender which accepts any string as input.
999
999
  */
1000
- GenderString?: string1To255;
1000
+ GenderString?: sensitiveString1To255;
1001
1001
  }
1002
1002
  export interface CreateProfileResponse {
1003
1003
  /**
@@ -1738,7 +1738,7 @@ declare namespace CustomerProfiles {
1738
1738
  /**
1739
1739
  * The description of the profile object type.
1740
1740
  */
1741
- Description: text;
1741
+ Description: sensitiveText;
1742
1742
  /**
1743
1743
  * A unique identifier for the object template.
1744
1744
  */
@@ -2679,11 +2679,11 @@ declare namespace CustomerProfiles {
2679
2679
  /**
2680
2680
  * A unique account number that you have given to the customer.
2681
2681
  */
2682
- AccountNumber?: string1To255;
2682
+ AccountNumber?: sensitiveString1To255;
2683
2683
  /**
2684
2684
  * Any additional information relevant to the customer’s profile.
2685
2685
  */
2686
- AdditionalInformation?: string1To1000;
2686
+ AdditionalInformation?: sensitiveString1To1000;
2687
2687
  /**
2688
2688
  * The type of profile used to describe the customer.
2689
2689
  */
@@ -2691,23 +2691,23 @@ declare namespace CustomerProfiles {
2691
2691
  /**
2692
2692
  * The name of the customer’s business.
2693
2693
  */
2694
- BusinessName?: string1To255;
2694
+ BusinessName?: sensitiveString1To255;
2695
2695
  /**
2696
2696
  * The customer’s first name.
2697
2697
  */
2698
- FirstName?: string1To255;
2698
+ FirstName?: sensitiveString1To255;
2699
2699
  /**
2700
2700
  * The customer’s middle name.
2701
2701
  */
2702
- MiddleName?: string1To255;
2702
+ MiddleName?: sensitiveString1To255;
2703
2703
  /**
2704
2704
  * The customer’s last name.
2705
2705
  */
2706
- LastName?: string1To255;
2706
+ LastName?: sensitiveString1To255;
2707
2707
  /**
2708
2708
  * The customer’s birth date.
2709
2709
  */
2710
- BirthDate?: string1To255;
2710
+ BirthDate?: sensitiveString1To255;
2711
2711
  /**
2712
2712
  * The gender with which the customer identifies.
2713
2713
  */
@@ -2715,31 +2715,31 @@ declare namespace CustomerProfiles {
2715
2715
  /**
2716
2716
  * The customer's phone number, which has not been specified as a mobile, home, or business number.
2717
2717
  */
2718
- PhoneNumber?: string1To255;
2718
+ PhoneNumber?: sensitiveString1To255;
2719
2719
  /**
2720
2720
  * The customer’s mobile phone number.
2721
2721
  */
2722
- MobilePhoneNumber?: string1To255;
2722
+ MobilePhoneNumber?: sensitiveString1To255;
2723
2723
  /**
2724
2724
  * The customer’s home phone number.
2725
2725
  */
2726
- HomePhoneNumber?: string1To255;
2726
+ HomePhoneNumber?: sensitiveString1To255;
2727
2727
  /**
2728
2728
  * The customer’s home phone number.
2729
2729
  */
2730
- BusinessPhoneNumber?: string1To255;
2730
+ BusinessPhoneNumber?: sensitiveString1To255;
2731
2731
  /**
2732
2732
  * The customer’s email address, which has not been specified as a personal or business address.
2733
2733
  */
2734
- EmailAddress?: string1To255;
2734
+ EmailAddress?: sensitiveString1To255;
2735
2735
  /**
2736
2736
  * The customer’s personal email address.
2737
2737
  */
2738
- PersonalEmailAddress?: string1To255;
2738
+ PersonalEmailAddress?: sensitiveString1To255;
2739
2739
  /**
2740
2740
  * The customer’s business email address.
2741
2741
  */
2742
- BusinessEmailAddress?: string1To255;
2742
+ BusinessEmailAddress?: sensitiveString1To255;
2743
2743
  /**
2744
2744
  * A generic address associated with the customer that is not mailing, shipping, or billing.
2745
2745
  */
@@ -2767,11 +2767,11 @@ declare namespace CustomerProfiles {
2767
2767
  /**
2768
2768
  * An alternative to PartyType which accepts any string as input.
2769
2769
  */
2770
- PartyTypeString?: string1To255;
2770
+ PartyTypeString?: sensitiveString1To255;
2771
2771
  /**
2772
2772
  * An alternative to Gender which accepts any string as input.
2773
2773
  */
2774
- GenderString?: string1To255;
2774
+ GenderString?: sensitiveString1To255;
2775
2775
  }
2776
2776
  export type ProfileIdList = uuid[];
2777
2777
  export type ProfileIdToBeMergedList = uuid[];
@@ -2876,7 +2876,7 @@ declare namespace CustomerProfiles {
2876
2876
  /**
2877
2877
  * Description of the profile object type.
2878
2878
  */
2879
- Description: text;
2879
+ Description: sensitiveText;
2880
2880
  /**
2881
2881
  * A unique identifier for the object template. For some attributes in the request, the service will use the default value from the object template when TemplateId is present. If these attributes are present in the request, the service may return a BadRequestException. These attributes include: AllowProfileCreation, SourceLastUpdatedTimestampFormat, Fields, and Keys. For example, if AllowProfileCreation is set to true when TemplateId is set, the service may return a BadRequestException.
2882
2882
  */
@@ -2918,7 +2918,7 @@ declare namespace CustomerProfiles {
2918
2918
  /**
2919
2919
  * Description of the profile object type.
2920
2920
  */
2921
- Description: text;
2921
+ Description: sensitiveText;
2922
2922
  /**
2923
2923
  * A unique identifier for the object template.
2924
2924
  */
@@ -3462,11 +3462,11 @@ declare namespace CustomerProfiles {
3462
3462
  /**
3463
3463
  * Any additional information relevant to the customer’s profile.
3464
3464
  */
3465
- AdditionalInformation?: string0To1000;
3465
+ AdditionalInformation?: sensitiveString0To1000;
3466
3466
  /**
3467
3467
  * A unique account number that you have given to the customer.
3468
3468
  */
3469
- AccountNumber?: string0To255;
3469
+ AccountNumber?: sensitiveString0To255;
3470
3470
  /**
3471
3471
  * The type of profile used to describe the customer.
3472
3472
  */
@@ -3474,23 +3474,23 @@ declare namespace CustomerProfiles {
3474
3474
  /**
3475
3475
  * The name of the customer’s business.
3476
3476
  */
3477
- BusinessName?: string0To255;
3477
+ BusinessName?: sensitiveString0To255;
3478
3478
  /**
3479
3479
  * The customer’s first name.
3480
3480
  */
3481
- FirstName?: string0To255;
3481
+ FirstName?: sensitiveString0To255;
3482
3482
  /**
3483
3483
  * The customer’s middle name.
3484
3484
  */
3485
- MiddleName?: string0To255;
3485
+ MiddleName?: sensitiveString0To255;
3486
3486
  /**
3487
3487
  * The customer’s last name.
3488
3488
  */
3489
- LastName?: string0To255;
3489
+ LastName?: sensitiveString0To255;
3490
3490
  /**
3491
3491
  * The customer’s birth date.
3492
3492
  */
3493
- BirthDate?: string0To255;
3493
+ BirthDate?: sensitiveString0To255;
3494
3494
  /**
3495
3495
  * The gender with which the customer identifies.
3496
3496
  */
@@ -3498,31 +3498,31 @@ declare namespace CustomerProfiles {
3498
3498
  /**
3499
3499
  * The customer’s phone number, which has not been specified as a mobile, home, or business number.
3500
3500
  */
3501
- PhoneNumber?: string0To255;
3501
+ PhoneNumber?: sensitiveString0To255;
3502
3502
  /**
3503
3503
  * The customer’s mobile phone number.
3504
3504
  */
3505
- MobilePhoneNumber?: string0To255;
3505
+ MobilePhoneNumber?: sensitiveString0To255;
3506
3506
  /**
3507
3507
  * The customer’s home phone number.
3508
3508
  */
3509
- HomePhoneNumber?: string0To255;
3509
+ HomePhoneNumber?: sensitiveString0To255;
3510
3510
  /**
3511
3511
  * The customer’s business phone number.
3512
3512
  */
3513
- BusinessPhoneNumber?: string0To255;
3513
+ BusinessPhoneNumber?: sensitiveString0To255;
3514
3514
  /**
3515
3515
  * The customer’s email address, which has not been specified as a personal or business address.
3516
3516
  */
3517
- EmailAddress?: string0To255;
3517
+ EmailAddress?: sensitiveString0To255;
3518
3518
  /**
3519
3519
  * The customer’s personal email address.
3520
3520
  */
3521
- PersonalEmailAddress?: string0To255;
3521
+ PersonalEmailAddress?: sensitiveString0To255;
3522
3522
  /**
3523
3523
  * The customer’s business email address.
3524
3524
  */
3525
- BusinessEmailAddress?: string0To255;
3525
+ BusinessEmailAddress?: sensitiveString0To255;
3526
3526
  /**
3527
3527
  * A generic address associated with the customer that is not mailing, shipping, or billing.
3528
3528
  */
@@ -3546,11 +3546,11 @@ declare namespace CustomerProfiles {
3546
3546
  /**
3547
3547
  * An alternative to PartyType which accepts any string as input.
3548
3548
  */
3549
- PartyTypeString?: string0To255;
3549
+ PartyTypeString?: sensitiveString0To255;
3550
3550
  /**
3551
3551
  * An alternative to Gender which accepts any string as input.
3552
3552
  */
3553
- GenderString?: string0To255;
3553
+ GenderString?: sensitiveString0To255;
3554
3554
  }
3555
3555
  export interface UpdateProfileResponse {
3556
3556
  /**
@@ -3603,8 +3603,12 @@ declare namespace CustomerProfiles {
3603
3603
  export type s3BucketName = string;
3604
3604
  export type s3KeyName = string;
3605
3605
  export type s3KeyNameCustomerOutputConfig = string;
3606
+ export type sensitiveString0To1000 = string;
3607
+ export type sensitiveString0To255 = string;
3608
+ export type sensitiveString1To1000 = string;
3609
+ export type sensitiveString1To255 = string;
3610
+ export type sensitiveText = string;
3606
3611
  export type sqsQueueUrl = string;
3607
- export type string0To1000 = string;
3608
3612
  export type string0To255 = string;
3609
3613
  export type string1To1000 = string;
3610
3614
  export type string1To255 = string;
@@ -124,11 +124,11 @@ declare class DataSync extends Service {
124
124
  */
125
125
  createLocationSmb(callback?: (err: AWSError, data: DataSync.Types.CreateLocationSmbResponse) => void): Request<DataSync.Types.CreateLocationSmbResponse, AWSError>;
126
126
  /**
127
- * Configures a task, which defines where and how DataSync transfers your data. A task includes a source location, a destination location, and the preferences for how and when you want to transfer your data (such as bandwidth limits, scheduling, among other options). If you're planning to transfer data to or from an Amazon S3 location, review how DataSync can affect your S3 request charges and the DataSync pricing page before you begin.
127
+ * Configures a transfer task, which defines where and how DataSync moves your data. A task includes a source location, destination location, and the options for how and when you want to transfer your data (such as bandwidth limits, scheduling, among other options). If you're planning to transfer data to or from an Amazon S3 location, review how DataSync can affect your S3 request charges and the DataSync pricing page before you begin.
128
128
  */
129
129
  createTask(params: DataSync.Types.CreateTaskRequest, callback?: (err: AWSError, data: DataSync.Types.CreateTaskResponse) => void): Request<DataSync.Types.CreateTaskResponse, AWSError>;
130
130
  /**
131
- * Configures a task, which defines where and how DataSync transfers your data. A task includes a source location, a destination location, and the preferences for how and when you want to transfer your data (such as bandwidth limits, scheduling, among other options). If you're planning to transfer data to or from an Amazon S3 location, review how DataSync can affect your S3 request charges and the DataSync pricing page before you begin.
131
+ * Configures a transfer task, which defines where and how DataSync moves your data. A task includes a source location, destination location, and the options for how and when you want to transfer your data (such as bandwidth limits, scheduling, among other options). If you're planning to transfer data to or from an Amazon S3 location, review how DataSync can affect your S3 request charges and the DataSync pricing page before you begin.
132
132
  */
133
133
  createTask(callback?: (err: AWSError, data: DataSync.Types.CreateTaskResponse) => void): Request<DataSync.Types.CreateTaskResponse, AWSError>;
134
134
  /**
@@ -148,11 +148,11 @@ declare class DataSync extends Service {
148
148
  */
149
149
  deleteLocation(callback?: (err: AWSError, data: DataSync.Types.DeleteLocationResponse) => void): Request<DataSync.Types.DeleteLocationResponse, AWSError>;
150
150
  /**
151
- * Deletes an DataSync task.
151
+ * Deletes an DataSync transfer task.
152
152
  */
153
153
  deleteTask(params: DataSync.Types.DeleteTaskRequest, callback?: (err: AWSError, data: DataSync.Types.DeleteTaskResponse) => void): Request<DataSync.Types.DeleteTaskResponse, AWSError>;
154
154
  /**
155
- * Deletes an DataSync task.
155
+ * Deletes an DataSync transfer task.
156
156
  */
157
157
  deleteTask(callback?: (err: AWSError, data: DataSync.Types.DeleteTaskResponse) => void): Request<DataSync.Types.DeleteTaskResponse, AWSError>;
158
158
  /**
@@ -292,11 +292,11 @@ declare class DataSync extends Service {
292
292
  */
293
293
  describeTask(callback?: (err: AWSError, data: DataSync.Types.DescribeTaskResponse) => void): Request<DataSync.Types.DescribeTaskResponse, AWSError>;
294
294
  /**
295
- * Provides information about an DataSync transfer task that's running.
295
+ * Provides information about an execution of your DataSync task. You can use this operation to help monitor the progress of an ongoing transfer or check the results of the transfer.
296
296
  */
297
297
  describeTaskExecution(params: DataSync.Types.DescribeTaskExecutionRequest, callback?: (err: AWSError, data: DataSync.Types.DescribeTaskExecutionResponse) => void): Request<DataSync.Types.DescribeTaskExecutionResponse, AWSError>;
298
298
  /**
299
- * Provides information about an DataSync transfer task that's running.
299
+ * Provides information about an execution of your DataSync task. You can use this operation to help monitor the progress of an ongoing transfer or check the results of the transfer.
300
300
  */
301
301
  describeTaskExecution(callback?: (err: AWSError, data: DataSync.Types.DescribeTaskExecutionResponse) => void): Request<DataSync.Types.DescribeTaskExecutionResponse, AWSError>;
302
302
  /**
@@ -380,11 +380,11 @@ declare class DataSync extends Service {
380
380
  */
381
381
  startDiscoveryJob(callback?: (err: AWSError, data: DataSync.Types.StartDiscoveryJobResponse) => void): Request<DataSync.Types.StartDiscoveryJobResponse, AWSError>;
382
382
  /**
383
- * Starts an DataSync task. For each task, you can only run one task execution at a time. There are several phases to a task execution. For more information, see Task execution statuses. If you're planning to transfer data to or from an Amazon S3 location, review how DataSync can affect your S3 request charges and the DataSync pricing page before you begin.
383
+ * Starts an DataSync transfer task. For each task, you can only run one task execution at a time. There are several phases to a task execution. For more information, see Task execution statuses. If you're planning to transfer data to or from an Amazon S3 location, review how DataSync can affect your S3 request charges and the DataSync pricing page before you begin.
384
384
  */
385
385
  startTaskExecution(params: DataSync.Types.StartTaskExecutionRequest, callback?: (err: AWSError, data: DataSync.Types.StartTaskExecutionResponse) => void): Request<DataSync.Types.StartTaskExecutionResponse, AWSError>;
386
386
  /**
387
- * Starts an DataSync task. For each task, you can only run one task execution at a time. There are several phases to a task execution. For more information, see Task execution statuses. If you're planning to transfer data to or from an Amazon S3 location, review how DataSync can affect your S3 request charges and the DataSync pricing page before you begin.
387
+ * Starts an DataSync transfer task. For each task, you can only run one task execution at a time. There are several phases to a task execution. For more information, see Task execution statuses. If you're planning to transfer data to or from an Amazon S3 location, review how DataSync can affect your S3 request charges and the DataSync pricing page before you begin.
388
388
  */
389
389
  startTaskExecution(callback?: (err: AWSError, data: DataSync.Types.StartTaskExecutionResponse) => void): Request<DataSync.Types.StartTaskExecutionResponse, AWSError>;
390
390
  /**
@@ -476,19 +476,19 @@ declare class DataSync extends Service {
476
476
  */
477
477
  updateStorageSystem(callback?: (err: AWSError, data: DataSync.Types.UpdateStorageSystemResponse) => void): Request<DataSync.Types.UpdateStorageSystemResponse, AWSError>;
478
478
  /**
479
- * Updates the metadata associated with a task.
479
+ * Updates the configuration of a DataSync transfer task.
480
480
  */
481
481
  updateTask(params: DataSync.Types.UpdateTaskRequest, callback?: (err: AWSError, data: DataSync.Types.UpdateTaskResponse) => void): Request<DataSync.Types.UpdateTaskResponse, AWSError>;
482
482
  /**
483
- * Updates the metadata associated with a task.
483
+ * Updates the configuration of a DataSync transfer task.
484
484
  */
485
485
  updateTask(callback?: (err: AWSError, data: DataSync.Types.UpdateTaskResponse) => void): Request<DataSync.Types.UpdateTaskResponse, AWSError>;
486
486
  /**
487
- * Modifies a running DataSync task. Currently, the only Option that you can modify with UpdateTaskExecution is BytesPerSecond , which throttles bandwidth for a running or queued task.
487
+ * Updates the configuration of a running DataSync task execution. Currently, the only Option that you can modify with UpdateTaskExecution is BytesPerSecond , which throttles bandwidth for a running or queued task execution.
488
488
  */
489
489
  updateTaskExecution(params: DataSync.Types.UpdateTaskExecutionRequest, callback?: (err: AWSError, data: DataSync.Types.UpdateTaskExecutionResponse) => void): Request<DataSync.Types.UpdateTaskExecutionResponse, AWSError>;
490
490
  /**
491
- * Modifies a running DataSync task. Currently, the only Option that you can modify with UpdateTaskExecution is BytesPerSecond , which throttles bandwidth for a running or queued task.
491
+ * Updates the configuration of a running DataSync task execution. Currently, the only Option that you can modify with UpdateTaskExecution is BytesPerSecond , which throttles bandwidth for a running or queued task execution.
492
492
  */
493
493
  updateTaskExecution(callback?: (err: AWSError, data: DataSync.Types.UpdateTaskExecutionResponse) => void): Request<DataSync.Types.UpdateTaskExecutionResponse, AWSError>;
494
494
  }
@@ -558,7 +558,7 @@ declare namespace DataSync {
558
558
  export type AzureBlobContainerUrl = string;
559
559
  export interface AzureBlobSasConfiguration {
560
560
  /**
561
- * Specifies a SAS token that provides permissions at the Azure storage account, container, or folder level. The token is part of the SAS URI string that comes after the storage resource URI and a question mark. A token looks something like this: sp=r&amp;st=2023-12-20T14:54:52Z&amp;se=2023-12-20T22:54:52Z&amp;spr=https&amp;sv=2021-06-08&amp;sr=c&amp;sig=aBBKDWQvyuVcTPH9EBp%2FXTI9E%2F%2Fmq171%2BZU178wcwqU%3D
561
+ * Specifies a SAS token that provides permissions to access your Azure Blob Storage. The token is part of the SAS URI string that comes after the storage resource URI and a question mark. A token looks something like this: sp=r&amp;st=2023-12-20T14:54:52Z&amp;se=2023-12-20T22:54:52Z&amp;spr=https&amp;sv=2021-06-08&amp;sr=c&amp;sig=aBBKDWQvyuVcTPH9EBp%2FXTI9E%2F%2Fmq171%2BZU178wcwqU%3D
562
562
  */
563
563
  Token: AzureBlobSasToken;
564
564
  }
@@ -1056,6 +1056,10 @@ declare namespace DataSync {
1056
1056
  * Specifies a list of filter rules that include specific data during your transfer. For more information and examples, see Filtering data transferred by DataSync.
1057
1057
  */
1058
1058
  Includes?: FilterList;
1059
+ /**
1060
+ * Specifies how you want to configure a task report, which provides detailed information about for your DataSync transfer.
1061
+ */
1062
+ TaskReportConfig?: TaskReportConfig;
1059
1063
  }
1060
1064
  export interface CreateTaskResponse {
1061
1065
  /**
@@ -1663,17 +1667,17 @@ declare namespace DataSync {
1663
1667
  }
1664
1668
  export interface DescribeTaskExecutionRequest {
1665
1669
  /**
1666
- * Specifies the Amazon Resource Name (ARN) of the transfer task that's running.
1670
+ * Specifies the Amazon Resource Name (ARN) of the task execution that you want information about.
1667
1671
  */
1668
1672
  TaskExecutionArn: TaskExecutionArn;
1669
1673
  }
1670
1674
  export interface DescribeTaskExecutionResponse {
1671
1675
  /**
1672
- * The Amazon Resource Name (ARN) of the task execution that was described. TaskExecutionArn is hierarchical and includes TaskArn for the task that was executed. For example, a TaskExecution value with the ARN arn:aws:datasync:us-east-1:111222333444:task/task-0208075f79cedf4a2/execution/exec-08ef1e88ec491019b executed the task with the ARN arn:aws:datasync:us-east-1:111222333444:task/task-0208075f79cedf4a2.
1676
+ * The ARN of the task execution that you wanted information about. TaskExecutionArn is hierarchical and includes TaskArn for the task that was executed. For example, a TaskExecution value with the ARN arn:aws:datasync:us-east-1:111222333444:task/task-0208075f79cedf4a2/execution/exec-08ef1e88ec491019b executed the task with the ARN arn:aws:datasync:us-east-1:111222333444:task/task-0208075f79cedf4a2.
1673
1677
  */
1674
1678
  TaskExecutionArn?: TaskExecutionArn;
1675
1679
  /**
1676
- * The status of the task execution. For detailed information about task execution statuses, see Understanding Task Statuses in the DataSync User Guide.
1680
+ * The status of the task execution.
1677
1681
  */
1678
1682
  Status?: TaskExecutionStatus;
1679
1683
  Options?: Options;
@@ -1686,23 +1690,23 @@ declare namespace DataSync {
1686
1690
  */
1687
1691
  Includes?: FilterList;
1688
1692
  /**
1689
- * The time that the task execution was started.
1693
+ * The time when the task execution started.
1690
1694
  */
1691
1695
  StartTime?: Time;
1692
1696
  /**
1693
- * The expected number of files that is to be transferred over the network. This value is calculated during the PREPARING phase before the TRANSFERRING phase of the task execution. This value is the expected number of files to be transferred. It's calculated based on comparing the content of the source and destination locations and finding the delta that needs to be transferred.
1697
+ * The expected number of files, objects, and directories that DataSync will transfer over the network. This value is calculated during the task execution's PREPARING phase before the TRANSFERRING phase. The calculation is based on comparing the content of the source and destination locations and finding the difference that needs to be transferred.
1694
1698
  */
1695
1699
  EstimatedFilesToTransfer?: long;
1696
1700
  /**
1697
- * The estimated physical number of bytes that is to be transferred over the network.
1701
+ * The estimated physical number of bytes that will transfer over the network.
1698
1702
  */
1699
1703
  EstimatedBytesToTransfer?: long;
1700
1704
  /**
1701
- * The actual number of files that was transferred over the network. This value is calculated and updated on an ongoing basis during the TRANSFERRING phase of the task execution. It's updated periodically when each file is read from the source and sent over the network. If failures occur during a transfer, this value can be less than EstimatedFilesToTransfer. In some cases, this value can also be greater than EstimatedFilesToTransfer. This element is implementation-specific for some location types, so don't use it as an indicator for a correct file number or to monitor your task execution.
1705
+ * The actual number of files, objects, and directories that DataSync transferred over the network. This value is updated periodically during the task execution's TRANSFERRING phase when something is read from the source and sent over the network. If DataSync fails to transfer something, this value can be less than EstimatedFilesToTransfer. In some cases, this value can also be greater than EstimatedFilesToTransfer. This element is implementation-specific for some location types, so don't use it as an exact indication of what transferred or to monitor your task execution.
1702
1706
  */
1703
1707
  FilesTransferred?: long;
1704
1708
  /**
1705
- * The number of logical bytes written to the destination Amazon Web Services storage resource.
1709
+ * The number of logical bytes written to the destination location.
1706
1710
  */
1707
1711
  BytesWritten?: long;
1708
1712
  /**
@@ -1717,6 +1721,30 @@ declare namespace DataSync {
1717
1721
  * The physical number of bytes transferred over the network after compression was applied. In most cases, this number is less than BytesTransferred unless the data isn't compressible.
1718
1722
  */
1719
1723
  BytesCompressed?: long;
1724
+ /**
1725
+ * The configuration of your task report, which provides detailed information about for your DataSync transfer.
1726
+ */
1727
+ TaskReportConfig?: TaskReportConfig;
1728
+ /**
1729
+ * The number of files, objects, and directories that DataSync deleted in your destination location. If you don't configure your task to delete data in the destination that isn't in the source, the value is always 0.
1730
+ */
1731
+ FilesDeleted?: long;
1732
+ /**
1733
+ * The number of files, objects, and directories that DataSync skipped during your transfer.
1734
+ */
1735
+ FilesSkipped?: long;
1736
+ /**
1737
+ * The number of files, objects, and directories that DataSync verified during your transfer.
1738
+ */
1739
+ FilesVerified?: long;
1740
+ /**
1741
+ * Indicates whether DataSync generated a complete task report for your transfer.
1742
+ */
1743
+ ReportResult?: ReportResult;
1744
+ /**
1745
+ * The expected number of files, objects, and directories that DataSync will delete in your destination location. If you don't configure your task to delete data in the destination that isn't in the source, the value is always 0.
1746
+ */
1747
+ EstimatedFilesToDelete?: long;
1720
1748
  }
1721
1749
  export interface DescribeTaskRequest {
1722
1750
  /**
@@ -1789,6 +1817,10 @@ declare namespace DataSync {
1789
1817
  * A list of filter rules that include specific data during your transfer. For more information and examples, see Filtering data transferred by DataSync.
1790
1818
  */
1791
1819
  Includes?: FilterList;
1820
+ /**
1821
+ * The configuration of your task report. For more information, see Creating a task report.
1822
+ */
1823
+ TaskReportConfig?: TaskReportConfig;
1792
1824
  }
1793
1825
  export type DestinationNetworkInterfaceArns = NetworkInterfaceArn[];
1794
1826
  export type DiscoveryAgentArnList = AgentArn[];
@@ -2402,6 +2434,7 @@ declare namespace DataSync {
2402
2434
  export type ObjectStorageServerPort = number;
2403
2435
  export type ObjectStorageServerProtocol = "HTTPS"|"HTTP"|string;
2404
2436
  export type ObjectTags = "PRESERVE"|"NONE"|string;
2437
+ export type ObjectVersionIds = "INCLUDE"|"NONE"|string;
2405
2438
  export interface OnPremConfig {
2406
2439
  /**
2407
2440
  * The Amazon Resource Names (ARNs) of the agents connecting to a transfer location.
@@ -2551,6 +2584,66 @@ declare namespace DataSync {
2551
2584
  }
2552
2585
  export interface RemoveStorageSystemResponse {
2553
2586
  }
2587
+ export interface ReportDestination {
2588
+ /**
2589
+ * Specifies the Amazon S3 bucket where DataSync uploads your task report.
2590
+ */
2591
+ S3?: ReportDestinationS3;
2592
+ }
2593
+ export interface ReportDestinationS3 {
2594
+ /**
2595
+ * Specifies a bucket prefix for your report.
2596
+ */
2597
+ Subdirectory?: S3Subdirectory;
2598
+ /**
2599
+ * Specifies the ARN of the S3 bucket where DataSync uploads your report.
2600
+ */
2601
+ S3BucketArn: S3BucketArn;
2602
+ /**
2603
+ * Specifies the Amazon Resource Name (ARN) of the IAM policy that allows DataSync to upload a task report to your S3 bucket. For more information, see Allowing DataSync to upload a task report to an Amazon S3 bucket.
2604
+ */
2605
+ BucketAccessRoleArn: IamRoleArn;
2606
+ }
2607
+ export type ReportLevel = "ERRORS_ONLY"|"SUCCESSES_AND_ERRORS"|string;
2608
+ export type ReportOutputType = "SUMMARY_ONLY"|"STANDARD"|string;
2609
+ export interface ReportOverride {
2610
+ /**
2611
+ * Specifies whether your task report includes errors only or successes and errors. For example, your report might mostly include only what didn't go well in your transfer (ERRORS_ONLY). At the same time, you want to verify that your task filter is working correctly. In this situation, you can get a list of what files DataSync successfully skipped and if something transferred that you didn't to transfer (SUCCESSES_AND_ERRORS).
2612
+ */
2613
+ ReportLevel?: ReportLevel;
2614
+ }
2615
+ export interface ReportOverrides {
2616
+ /**
2617
+ * Specifies the level of reporting for the files, objects, and directories that DataSync attempted to transfer.
2618
+ */
2619
+ Transferred?: ReportOverride;
2620
+ /**
2621
+ * Specifies the level of reporting for the files, objects, and directories that DataSync attempted to verify at the end of your transfer. This only applies if you configure your task to verify data during and after the transfer (which DataSync does by default).
2622
+ */
2623
+ Verified?: ReportOverride;
2624
+ /**
2625
+ * Specifies the level of reporting for the files, objects, and directories that DataSync attempted to delete in your destination location. This only applies if you configure your task to delete data in the destination that isn't in the source.
2626
+ */
2627
+ Deleted?: ReportOverride;
2628
+ /**
2629
+ * Specifies the level of reporting for the files, objects, and directories that DataSync attempted to skip during your transfer.
2630
+ */
2631
+ Skipped?: ReportOverride;
2632
+ }
2633
+ export interface ReportResult {
2634
+ /**
2635
+ * Indicates whether DataSync is still working on your report, created a report, or can't create a complete report.
2636
+ */
2637
+ Status?: PhaseStatus;
2638
+ /**
2639
+ * Indicates the code associated with the error if DataSync can't create a complete report.
2640
+ */
2641
+ ErrorCode?: string;
2642
+ /**
2643
+ * Provides details about issues creating a report.
2644
+ */
2645
+ ErrorDetail?: string;
2646
+ }
2554
2647
  export interface ResourceDetails {
2555
2648
  /**
2556
2649
  * The information that DataSync Discovery collects about storage virtual machines (SVMs) in your on-premises storage system.
@@ -2657,6 +2750,10 @@ declare namespace DataSync {
2657
2750
  * Specifies the tags that you want to apply to the Amazon Resource Name (ARN) representing the task execution. Tags are key-value pairs that help you manage, filter, and search for your DataSync resources.
2658
2751
  */
2659
2752
  Tags?: InputTagList;
2753
+ /**
2754
+ * Specifies how you want to configure a task report, which provides detailed information about for your DataSync transfer.
2755
+ */
2756
+ TaskReportConfig?: TaskReportConfig;
2660
2757
  }
2661
2758
  export interface StartTaskExecutionResponse {
2662
2759
  /**
@@ -2796,6 +2893,28 @@ declare namespace DataSync {
2796
2893
  Name?: TagValue;
2797
2894
  }
2798
2895
  export type TaskQueueing = "ENABLED"|"DISABLED"|string;
2896
+ export interface TaskReportConfig {
2897
+ /**
2898
+ * Specifies the Amazon S3 bucket where DataSync uploads your task report. For more information, see Task reports.
2899
+ */
2900
+ Destination?: ReportDestination;
2901
+ /**
2902
+ * Specifies the type of task report that you want: SUMMARY_ONLY: Provides necessary details about your task, including the number of files, objects, and directories transferred and transfer duration. STANDARD: Provides complete details about your task, including a full list of files, objects, and directories that were transferred, skipped, verified, and more.
2903
+ */
2904
+ OutputType?: ReportOutputType;
2905
+ /**
2906
+ * Specifies whether you want your task report to include only what went wrong with your transfer or a list of what succeeded and didn't. ERRORS_ONLY: A report shows what DataSync was unable to transfer, skip, verify, and delete. SUCCESSES_AND_ERRORS: A report shows what DataSync was able and unable to transfer, skip, verify, and delete.
2907
+ */
2908
+ ReportLevel?: ReportLevel;
2909
+ /**
2910
+ * Specifies whether your task report includes the new version of each object transferred into an S3 bucket. This only applies if you enable versioning on your bucket. Keep in mind that setting this to INCLUDE can increase the duration of your task execution.
2911
+ */
2912
+ ObjectVersionIds?: ObjectVersionIds;
2913
+ /**
2914
+ * Customizes the reporting level for aspects of your task report. For example, your report might generally only include errors, but you could specify that you want a list of successes and errors just for the files that DataSync attempted to delete in your destination location.
2915
+ */
2916
+ Overrides?: ReportOverrides;
2917
+ }
2799
2918
  export interface TaskSchedule {
2800
2919
  /**
2801
2920
  * A cron expression that specifies when DataSync initiates a scheduled transfer from a source to a destination location.
@@ -3091,6 +3210,10 @@ declare namespace DataSync {
3091
3210
  * Specifies a list of filter rules that include specific data during your transfer. For more information and examples, see Filtering data transferred by DataSync.
3092
3211
  */
3093
3212
  Includes?: FilterList;
3213
+ /**
3214
+ * Specifies how you want to configure a task report, which provides detailed information about for your DataSync transfer.
3215
+ */
3216
+ TaskReportConfig?: TaskReportConfig;
3094
3217
  }
3095
3218
  export interface UpdateTaskResponse {
3096
3219
  }