aws-sdk 2.1557.0 → 2.1559.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 (35) hide show
  1. package/README.md +1 -1
  2. package/apis/artifact-2018-05-10.examples.json +5 -0
  3. package/apis/artifact-2018-05-10.min.json +258 -0
  4. package/apis/artifact-2018-05-10.paginators.json +10 -0
  5. package/apis/codepipeline-2015-07-09.min.json +76 -73
  6. package/apis/controltower-2018-05-10.min.json +375 -24
  7. package/apis/controltower-2018-05-10.paginators.json +12 -0
  8. package/apis/guardduty-2017-11-28.min.json +73 -59
  9. package/apis/healthlake-2017-07-01.min.json +29 -0
  10. package/apis/lookoutequipment-2020-12-15.min.json +61 -24
  11. package/apis/metadata.json +3 -0
  12. package/apis/qbusiness-2023-11-27.min.json +85 -30
  13. package/apis/sagemaker-2017-07-24.min.json +24 -4
  14. package/clients/all.d.ts +1 -0
  15. package/clients/all.js +2 -1
  16. package/clients/artifact.d.ts +333 -0
  17. package/clients/artifact.js +18 -0
  18. package/clients/codepipeline.d.ts +5 -0
  19. package/clients/controltower.d.ts +374 -11
  20. package/clients/detective.d.ts +49 -49
  21. package/clients/guardduty.d.ts +11 -10
  22. package/clients/healthlake.d.ts +42 -2
  23. package/clients/lookoutequipment.d.ts +48 -7
  24. package/clients/opensearch.d.ts +19 -19
  25. package/clients/polly.d.ts +1 -1
  26. package/clients/qbusiness.d.ts +67 -3
  27. package/clients/sagemaker.d.ts +22 -2
  28. package/clients/secretsmanager.d.ts +3 -3
  29. package/dist/aws-sdk-core-react-native.js +2 -2
  30. package/dist/aws-sdk-react-native.js +49 -12
  31. package/dist/aws-sdk.js +82 -76
  32. package/dist/aws-sdk.min.js +23 -23
  33. package/lib/config_service_placeholders.d.ts +2 -0
  34. package/lib/core.js +1 -1
  35. package/package.json +1 -1
@@ -36,11 +36,11 @@ declare class Detective extends Service {
36
36
  */
37
37
  batchGetMembershipDatasources(callback?: (err: AWSError, data: Detective.Types.BatchGetMembershipDatasourcesResponse) => void): Request<Detective.Types.BatchGetMembershipDatasourcesResponse, AWSError>;
38
38
  /**
39
- * Creates a new behavior graph for the calling account, and sets that account as the administrator account. This operation is called by the account that is enabling Detective. Before you try to enable Detective, make sure that your account has been enrolled in Amazon GuardDuty for at least 48 hours. If you do not meet this requirement, you cannot enable Detective. If you do meet the GuardDuty prerequisite, then when you make the request to enable Detective, it checks whether your data volume is within the Detective quota. If it exceeds the quota, then you cannot enable Detective. The operation also enables Detective for the calling account in the currently selected Region. It returns the ARN of the new behavior graph. CreateGraph triggers a process to create the corresponding data tables for the new behavior graph. An account can only be the administrator account for one behavior graph within a Region. If the same account calls CreateGraph with the same administrator account, it always returns the same behavior graph ARN. It does not create a new behavior graph.
39
+ * Creates a new behavior graph for the calling account, and sets that account as the administrator account. This operation is called by the account that is enabling Detective. The operation also enables Detective for the calling account in the currently selected Region. It returns the ARN of the new behavior graph. CreateGraph triggers a process to create the corresponding data tables for the new behavior graph. An account can only be the administrator account for one behavior graph within a Region. If the same account calls CreateGraph with the same administrator account, it always returns the same behavior graph ARN. It does not create a new behavior graph.
40
40
  */
41
41
  createGraph(params: Detective.Types.CreateGraphRequest, callback?: (err: AWSError, data: Detective.Types.CreateGraphResponse) => void): Request<Detective.Types.CreateGraphResponse, AWSError>;
42
42
  /**
43
- * Creates a new behavior graph for the calling account, and sets that account as the administrator account. This operation is called by the account that is enabling Detective. Before you try to enable Detective, make sure that your account has been enrolled in Amazon GuardDuty for at least 48 hours. If you do not meet this requirement, you cannot enable Detective. If you do meet the GuardDuty prerequisite, then when you make the request to enable Detective, it checks whether your data volume is within the Detective quota. If it exceeds the quota, then you cannot enable Detective. The operation also enables Detective for the calling account in the currently selected Region. It returns the ARN of the new behavior graph. CreateGraph triggers a process to create the corresponding data tables for the new behavior graph. An account can only be the administrator account for one behavior graph within a Region. If the same account calls CreateGraph with the same administrator account, it always returns the same behavior graph ARN. It does not create a new behavior graph.
43
+ * Creates a new behavior graph for the calling account, and sets that account as the administrator account. This operation is called by the account that is enabling Detective. The operation also enables Detective for the calling account in the currently selected Region. It returns the ARN of the new behavior graph. CreateGraph triggers a process to create the corresponding data tables for the new behavior graph. An account can only be the administrator account for one behavior graph within a Region. If the same account calls CreateGraph with the same administrator account, it always returns the same behavior graph ARN. It does not create a new behavior graph.
44
44
  */
45
45
  createGraph(callback?: (err: AWSError, data: Detective.Types.CreateGraphResponse) => void): Request<Detective.Types.CreateGraphResponse, AWSError>;
46
46
  /**
@@ -96,11 +96,11 @@ declare class Detective extends Service {
96
96
  */
97
97
  enableOrganizationAdminAccount(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
98
98
  /**
99
- * Returns the investigation results of an investigation for a behavior graph.
99
+ * Detective investigations lets you investigate IAM users and IAM roles using indicators of compromise. An indicator of compromise (IOC) is an artifact observed in or on a network, system, or environment that can (with a high level of confidence) identify malicious activity or a security incident. GetInvestigation returns the investigation results of an investigation for a behavior graph.
100
100
  */
101
101
  getInvestigation(params: Detective.Types.GetInvestigationRequest, callback?: (err: AWSError, data: Detective.Types.GetInvestigationResponse) => void): Request<Detective.Types.GetInvestigationResponse, AWSError>;
102
102
  /**
103
- * Returns the investigation results of an investigation for a behavior graph.
103
+ * Detective investigations lets you investigate IAM users and IAM roles using indicators of compromise. An indicator of compromise (IOC) is an artifact observed in or on a network, system, or environment that can (with a high level of confidence) identify malicious activity or a security incident. GetInvestigation returns the investigation results of an investigation for a behavior graph.
104
104
  */
105
105
  getInvestigation(callback?: (err: AWSError, data: Detective.Types.GetInvestigationResponse) => void): Request<Detective.Types.GetInvestigationResponse, AWSError>;
106
106
  /**
@@ -128,19 +128,19 @@ declare class Detective extends Service {
128
128
  */
129
129
  listGraphs(callback?: (err: AWSError, data: Detective.Types.ListGraphsResponse) => void): Request<Detective.Types.ListGraphsResponse, AWSError>;
130
130
  /**
131
- * Get the indicators from an investigation
131
+ * Gets the indicators from an investigation. You can use the information from the indicators to determine if an IAM user and/or IAM role is involved in an unusual activity that could indicate malicious behavior and its impact.
132
132
  */
133
133
  listIndicators(params: Detective.Types.ListIndicatorsRequest, callback?: (err: AWSError, data: Detective.Types.ListIndicatorsResponse) => void): Request<Detective.Types.ListIndicatorsResponse, AWSError>;
134
134
  /**
135
- * Get the indicators from an investigation
135
+ * Gets the indicators from an investigation. You can use the information from the indicators to determine if an IAM user and/or IAM role is involved in an unusual activity that could indicate malicious behavior and its impact.
136
136
  */
137
137
  listIndicators(callback?: (err: AWSError, data: Detective.Types.ListIndicatorsResponse) => void): Request<Detective.Types.ListIndicatorsResponse, AWSError>;
138
138
  /**
139
- * List all Investigations.
139
+ * Detective investigations lets you investigate IAM users and IAM roles using indicators of compromise. An indicator of compromise (IOC) is an artifact observed in or on a network, system, or environment that can (with a high level of confidence) identify malicious activity or a security incident. ListInvestigations lists all active Detective investigations.
140
140
  */
141
141
  listInvestigations(params: Detective.Types.ListInvestigationsRequest, callback?: (err: AWSError, data: Detective.Types.ListInvestigationsResponse) => void): Request<Detective.Types.ListInvestigationsResponse, AWSError>;
142
142
  /**
143
- * List all Investigations.
143
+ * Detective investigations lets you investigate IAM users and IAM roles using indicators of compromise. An indicator of compromise (IOC) is an artifact observed in or on a network, system, or environment that can (with a high level of confidence) identify malicious activity or a security incident. ListInvestigations lists all active Detective investigations.
144
144
  */
145
145
  listInvestigations(callback?: (err: AWSError, data: Detective.Types.ListInvestigationsResponse) => void): Request<Detective.Types.ListInvestigationsResponse, AWSError>;
146
146
  /**
@@ -184,11 +184,11 @@ declare class Detective extends Service {
184
184
  */
185
185
  rejectInvitation(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
186
186
  /**
187
- * initiate an investigation on an entity in a graph
187
+ * Detective investigations lets you investigate IAM users and IAM roles using indicators of compromise. An indicator of compromise (IOC) is an artifact observed in or on a network, system, or environment that can (with a high level of confidence) identify malicious activity or a security incident. StartInvestigation initiates an investigation on an entity in a behavior graph.
188
188
  */
189
189
  startInvestigation(params: Detective.Types.StartInvestigationRequest, callback?: (err: AWSError, data: Detective.Types.StartInvestigationResponse) => void): Request<Detective.Types.StartInvestigationResponse, AWSError>;
190
190
  /**
191
- * initiate an investigation on an entity in a graph
191
+ * Detective investigations lets you investigate IAM users and IAM roles using indicators of compromise. An indicator of compromise (IOC) is an artifact observed in or on a network, system, or environment that can (with a high level of confidence) identify malicious activity or a security incident. StartInvestigation initiates an investigation on an entity in a behavior graph.
192
192
  */
193
193
  startInvestigation(callback?: (err: AWSError, data: Detective.Types.StartInvestigationResponse) => void): Request<Detective.Types.StartInvestigationResponse, AWSError>;
194
194
  /**
@@ -224,11 +224,11 @@ declare class Detective extends Service {
224
224
  */
225
225
  updateDatasourcePackages(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
226
226
  /**
227
- * Update the state of an investigation.
227
+ * Updates the state of an investigation.
228
228
  */
229
229
  updateInvestigationState(params: Detective.Types.UpdateInvestigationStateRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
230
230
  /**
231
- * Update the state of an investigation.
231
+ * Updates the state of an investigation.
232
232
  */
233
233
  updateInvestigationState(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
234
234
  /**
@@ -391,7 +391,7 @@ declare namespace Detective {
391
391
  */
392
392
  StartInclusive: Timestamp;
393
393
  /**
394
- * A timestamp representing the end date of the time period until when data is filtered , including the end date.
394
+ * A timestamp representing the end date of the time period until when data is filtered, including the end date.
395
395
  */
396
396
  EndInclusive: Timestamp;
397
397
  }
@@ -484,7 +484,7 @@ declare namespace Detective {
484
484
  }
485
485
  export interface GetInvestigationRequest {
486
486
  /**
487
- * The ARN of the behavior graph.
487
+ * The Amazon Resource Name (ARN) of the behavior graph.
488
488
  */
489
489
  GraphArn: GraphArn;
490
490
  /**
@@ -494,7 +494,7 @@ declare namespace Detective {
494
494
  }
495
495
  export interface GetInvestigationResponse {
496
496
  /**
497
- * The ARN of the behavior graph.
497
+ * The Amazon Resource Name (ARN) of the behavior graph.
498
498
  */
499
499
  GraphArn?: GraphArn;
500
500
  /**
@@ -502,19 +502,19 @@ declare namespace Detective {
502
502
  */
503
503
  InvestigationId?: InvestigationId;
504
504
  /**
505
- * The unique Amazon Resource Name (ARN) of the IAM user and IAM role.
505
+ * The unique Amazon Resource Name (ARN). Detective supports IAM user ARNs and IAM role ARNs.
506
506
  */
507
507
  EntityArn?: EntityArn;
508
508
  /**
509
- * Type of entity. For example, Amazon Web Services accounts, such as IAM user and role.
509
+ * Type of entity. For example, Amazon Web Services accounts, such as an IAM user and/or IAM role.
510
510
  */
511
511
  EntityType?: EntityType;
512
512
  /**
513
- * The UTC time stamp of the creation time of the investigation report.
513
+ * The creation time of the investigation report in UTC time stamp format.
514
514
  */
515
515
  CreatedTime?: Timestamp;
516
516
  /**
517
- * The start date and time for the scope time set to generate the investigation report.
517
+ * The start date and time used to set the scope time within which you want to generate the investigation report. The value is an UTC ISO8601 formatted string. For example, 2021-08-18T16:35:56.284Z.
518
518
  */
519
519
  ScopeStartTime?: Timestamp;
520
520
  /**
@@ -522,15 +522,15 @@ declare namespace Detective {
522
522
  */
523
523
  ScopeEndTime?: Timestamp;
524
524
  /**
525
- * Status based on the completion status of the investigation.
525
+ * The status based on the completion status of the investigation.
526
526
  */
527
527
  Status?: Status;
528
528
  /**
529
- * Severity based on the likelihood and impact of the indicators of compromise discovered in the investigation.
529
+ * The severity assigned is based on the likelihood and impact of the indicators of compromise discovered in the investigation.
530
530
  */
531
531
  Severity?: Severity;
532
532
  /**
533
- * The current state of the investigation. An archived investigation indicates you have completed reviewing the investigation.
533
+ * The current state of the investigation. An archived investigation indicates that you have completed reviewing the investigation.
534
534
  */
535
535
  State?: State;
536
536
  }
@@ -571,7 +571,7 @@ declare namespace Detective {
571
571
  export type Id = string;
572
572
  export interface ImpossibleTravelDetail {
573
573
  /**
574
- * IP address where the resource was first used in the impossible travel
574
+ * IP address where the resource was first used in the impossible travel.
575
575
  */
576
576
  StartingIpAddress?: IpAddress;
577
577
  /**
@@ -579,7 +579,7 @@ declare namespace Detective {
579
579
  */
580
580
  EndingIpAddress?: IpAddress;
581
581
  /**
582
- * Location where the resource was first used in the impossible travel
582
+ * Location where the resource was first used in the impossible travel.
583
583
  */
584
584
  StartingLocation?: Location;
585
585
  /**
@@ -593,11 +593,11 @@ declare namespace Detective {
593
593
  }
594
594
  export interface Indicator {
595
595
  /**
596
- * The type of indicator.
596
+ * The type of indicator.
597
597
  */
598
598
  IndicatorType?: IndicatorType;
599
599
  /**
600
- * Details about the indicator of compromise.
600
+ * Details about the indicators of compromise that are used to determine if a resource is involved in a security incident. An indicator of compromise (IOC) is an artifact observed in or on a network, system, or environment that can (with a high level of confidence) identify malicious activity or a security incident.
601
601
  */
602
602
  IndicatorDetail?: IndicatorDetail;
603
603
  }
@@ -611,7 +611,7 @@ declare namespace Detective {
611
611
  */
612
612
  ImpossibleTravelDetail?: ImpossibleTravelDetail;
613
613
  /**
614
- * Suspicious IP addresses that are flagged, which indicates critical or severe threats based on threat intelligence by Detective. This indicator is derived from AWS threat intelligence.
614
+ * Suspicious IP addresses that are flagged, which indicates critical or severe threats based on threat intelligence by Detective. This indicator is derived from Amazon Web Services threat intelligence.
615
615
  */
616
616
  FlaggedIpAddressDetail?: FlaggedIpAddressDetail;
617
617
  /**
@@ -655,7 +655,7 @@ declare namespace Detective {
655
655
  */
656
656
  State?: State;
657
657
  /**
658
- * The UTC time stamp of the creation time of the investigation report.
658
+ * The time stamp of the creation time of the investigation report. The value is an UTC ISO8601 formatted string. For example, 2021-08-18T16:35:56.284Z.
659
659
  */
660
660
  CreatedTime?: Timestamp;
661
661
  /**
@@ -719,7 +719,7 @@ declare namespace Detective {
719
719
  }
720
720
  export interface ListIndicatorsRequest {
721
721
  /**
722
- * The ARN of the behavior graph.
722
+ * The Amazon Resource Name (ARN) of the behavior graph.
723
723
  */
724
724
  GraphArn: GraphArn;
725
725
  /**
@@ -727,21 +727,21 @@ declare namespace Detective {
727
727
  */
728
728
  InvestigationId: InvestigationId;
729
729
  /**
730
- * See Detective investigations..
730
+ * For the list of indicators of compromise that are generated by Detective investigations, see Detective investigations.
731
731
  */
732
732
  IndicatorType?: IndicatorType;
733
733
  /**
734
- * List if there are more results available. The value of nextToken is a unique pagination token for each page. Repeat the call using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return a Validation Exception error.
734
+ * Lists if there are more results available. The value of nextToken is a unique pagination token for each page. Repeat the call using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return a Validation Exception error.
735
735
  */
736
736
  NextToken?: AiPaginationToken;
737
737
  /**
738
- * List the maximum number of indicators in a page.
738
+ * Lists the maximum number of indicators in a page.
739
739
  */
740
740
  MaxResults?: MaxResults;
741
741
  }
742
742
  export interface ListIndicatorsResponse {
743
743
  /**
744
- * The ARN of the behavior graph.
744
+ * The Amazon Resource Name (ARN) of the behavior graph.
745
745
  */
746
746
  GraphArn?: GraphArn;
747
747
  /**
@@ -749,29 +749,29 @@ declare namespace Detective {
749
749
  */
750
750
  InvestigationId?: InvestigationId;
751
751
  /**
752
- * List if there are more results available. The value of nextToken is a unique pagination token for each page. Repeat the call using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return a Validation Exception error.
752
+ * Lists if there are more results available. The value of nextToken is a unique pagination token for each page. Repeat the call using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return a Validation Exception error.
753
753
  */
754
754
  NextToken?: AiPaginationToken;
755
755
  /**
756
- * Indicators of compromise listed based on severity.
756
+ * Lists the indicators of compromise.
757
757
  */
758
758
  Indicators?: Indicators;
759
759
  }
760
760
  export interface ListInvestigationsRequest {
761
761
  /**
762
- * The ARN of the behavior graph.
762
+ * The Amazon Resource Name (ARN) of the behavior graph.
763
763
  */
764
764
  GraphArn: GraphArn;
765
765
  /**
766
- * List if there are more results available. The value of nextToken is a unique pagination token for each page. Repeat the call using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return a Validation Exception error.
766
+ * Lists if there are more results available. The value of nextToken is a unique pagination token for each page. Repeat the call using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return a Validation Exception error.
767
767
  */
768
768
  NextToken?: AiPaginationToken;
769
769
  /**
770
- * List the maximum number of investigations in a page.
770
+ * Lists the maximum number of investigations in a page.
771
771
  */
772
772
  MaxResults?: MaxResults;
773
773
  /**
774
- * Filter the investigation results based on a criteria.
774
+ * Filters the investigation results based on a criteria.
775
775
  */
776
776
  FilterCriteria?: FilterCriteria;
777
777
  /**
@@ -781,11 +781,11 @@ declare namespace Detective {
781
781
  }
782
782
  export interface ListInvestigationsResponse {
783
783
  /**
784
- * Investigations details lists the summary of uncommon behavior or malicious activity which indicates a compromise.
784
+ * Lists the summary of uncommon behavior or malicious activity which indicates a compromise.
785
785
  */
786
786
  InvestigationDetails?: InvestigationDetails;
787
787
  /**
788
- * List if there are more results available. The value of nextToken is a unique pagination token for each page. Repeat the call using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.
788
+ * Lists if there are more results available. The value of nextToken is a unique pagination token for each page. Repeat the call using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours.
789
789
  */
790
790
  NextToken?: AiPaginationToken;
791
791
  }
@@ -958,7 +958,7 @@ declare namespace Detective {
958
958
  */
959
959
  Aso?: Aso;
960
960
  /**
961
- * Checks if the ASO is for new for the entire account.
961
+ * Checks if the Autonomous System Organization (ASO) is new for the entire account.
962
962
  */
963
963
  IsNewForEntireAccount?: IsNewForEntireAccount;
964
964
  }
@@ -972,7 +972,7 @@ declare namespace Detective {
972
972
  */
973
973
  IpAddress?: IpAddress;
974
974
  /**
975
- * Checks if the gelocation is new for the entire account.
975
+ * Checks if the geolocation is new for the entire account.
976
976
  */
977
977
  IsNewForEntireAccount?: IsNewForEntireAccount;
978
978
  }
@@ -998,7 +998,7 @@ declare namespace Detective {
998
998
  }
999
999
  export interface RelatedFindingDetail {
1000
1000
  /**
1001
- * The ARN of the related finding.
1001
+ * The Amazon Resource Name (ARN) of the related finding.
1002
1002
  */
1003
1003
  Arn?: EntityArn;
1004
1004
  /**
@@ -1030,7 +1030,7 @@ declare namespace Detective {
1030
1030
  export type SortOrder = "ASC"|"DESC"|string;
1031
1031
  export interface StartInvestigationRequest {
1032
1032
  /**
1033
- * The ARN of the behavior graph.
1033
+ * The Amazon Resource Name (ARN) of the behavior graph.
1034
1034
  */
1035
1035
  GraphArn: GraphArn;
1036
1036
  /**
@@ -1042,7 +1042,7 @@ declare namespace Detective {
1042
1042
  */
1043
1043
  ScopeStartTime: Timestamp;
1044
1044
  /**
1045
- * The data and time when the investigation began. The value is an UTC ISO8601 formatted string. For example, 2021-08-18T16:35:56.284Z.
1045
+ * The data and time when the investigation ended. The value is an UTC ISO8601 formatted string. For example, 2021-08-18T16:35:56.284Z.
1046
1046
  */
1047
1047
  ScopeEndTime: Timestamp;
1048
1048
  }
@@ -1084,11 +1084,11 @@ declare namespace Detective {
1084
1084
  */
1085
1085
  Procedure?: Procedure;
1086
1086
  /**
1087
- * The IP address where the TTP was observed.
1087
+ * The IP address where the tactics, techniques, and procedure (TTP) was observed.
1088
1088
  */
1089
1089
  IpAddress?: IpAddress;
1090
1090
  /**
1091
- * The name of the API where the TTP was observed.
1091
+ * The name of the API where the tactics, techniques, and procedure (TTP) was observed.
1092
1092
  */
1093
1093
  APIName?: APIName;
1094
1094
  /**
@@ -1173,7 +1173,7 @@ declare namespace Detective {
1173
1173
  }
1174
1174
  export interface UpdateInvestigationStateRequest {
1175
1175
  /**
1176
- * The ARN of the behavior graph.
1176
+ * The Amazon Resource Name (ARN) of the behavior graph.
1177
1177
  */
1178
1178
  GraphArn: GraphArn;
1179
1179
  /**
@@ -260,11 +260,11 @@ declare class GuardDuty extends Service {
260
260
  */
261
261
  getFindings(callback?: (err: AWSError, data: GuardDuty.Types.GetFindingsResponse) => void): Request<GuardDuty.Types.GetFindingsResponse, AWSError>;
262
262
  /**
263
- * Lists Amazon GuardDuty findings statistics for the specified detector ID.
263
+ * Lists Amazon GuardDuty findings statistics for the specified detector ID. There might be regional differences because some flags might not be available in all the Regions where GuardDuty is currently supported. For more information, see Regions and endpoints.
264
264
  */
265
265
  getFindingsStatistics(params: GuardDuty.Types.GetFindingsStatisticsRequest, callback?: (err: AWSError, data: GuardDuty.Types.GetFindingsStatisticsResponse) => void): Request<GuardDuty.Types.GetFindingsStatisticsResponse, AWSError>;
266
266
  /**
267
- * Lists Amazon GuardDuty findings statistics for the specified detector ID.
267
+ * Lists Amazon GuardDuty findings statistics for the specified detector ID. There might be regional differences because some flags might not be available in all the Regions where GuardDuty is currently supported. For more information, see Regions and endpoints.
268
268
  */
269
269
  getFindingsStatistics(callback?: (err: AWSError, data: GuardDuty.Types.GetFindingsStatisticsResponse) => void): Request<GuardDuty.Types.GetFindingsStatisticsResponse, AWSError>;
270
270
  /**
@@ -376,11 +376,11 @@ declare class GuardDuty extends Service {
376
376
  */
377
377
  listFilters(callback?: (err: AWSError, data: GuardDuty.Types.ListFiltersResponse) => void): Request<GuardDuty.Types.ListFiltersResponse, AWSError>;
378
378
  /**
379
- * Lists Amazon GuardDuty findings for the specified detector ID.
379
+ * Lists GuardDuty findings for the specified detector ID. There might be regional differences because some flags might not be available in all the Regions where GuardDuty is currently supported. For more information, see Regions and endpoints.
380
380
  */
381
381
  listFindings(params: GuardDuty.Types.ListFindingsRequest, callback?: (err: AWSError, data: GuardDuty.Types.ListFindingsResponse) => void): Request<GuardDuty.Types.ListFindingsResponse, AWSError>;
382
382
  /**
383
- * Lists Amazon GuardDuty findings for the specified detector ID.
383
+ * Lists GuardDuty findings for the specified detector ID. There might be regional differences because some flags might not be available in all the Regions where GuardDuty is currently supported. For more information, see Regions and endpoints.
384
384
  */
385
385
  listFindings(callback?: (err: AWSError, data: GuardDuty.Types.ListFindingsResponse) => void): Request<GuardDuty.Types.ListFindingsResponse, AWSError>;
386
386
  /**
@@ -488,11 +488,11 @@ declare class GuardDuty extends Service {
488
488
  */
489
489
  untagResource(callback?: (err: AWSError, data: GuardDuty.Types.UntagResourceResponse) => void): Request<GuardDuty.Types.UntagResourceResponse, AWSError>;
490
490
  /**
491
- * Updates the Amazon GuardDuty detector specified by the detectorId. There might be regional differences because some data sources might not be available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more information, see Regions and endpoints.
491
+ * Updates the GuardDuty detector specified by the detectorId. There might be regional differences because some data sources might not be available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more information, see Regions and endpoints.
492
492
  */
493
493
  updateDetector(params: GuardDuty.Types.UpdateDetectorRequest, callback?: (err: AWSError, data: GuardDuty.Types.UpdateDetectorResponse) => void): Request<GuardDuty.Types.UpdateDetectorResponse, AWSError>;
494
494
  /**
495
- * Updates the Amazon GuardDuty detector specified by the detectorId. There might be regional differences because some data sources might not be available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more information, see Regions and endpoints.
495
+ * Updates the GuardDuty detector specified by the detectorId. There might be regional differences because some data sources might not be available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more information, see Regions and endpoints.
496
496
  */
497
497
  updateDetector(callback?: (err: AWSError, data: GuardDuty.Types.UpdateDetectorResponse) => void): Request<GuardDuty.Types.UpdateDetectorResponse, AWSError>;
498
498
  /**
@@ -3168,7 +3168,7 @@ declare namespace GuardDuty {
3168
3168
  /**
3169
3169
  * The IPv4 local address of the connection.
3170
3170
  */
3171
- IpAddressV4?: String;
3171
+ IpAddressV4?: SensitiveString;
3172
3172
  }
3173
3173
  export interface LocalPortDetails {
3174
3174
  /**
@@ -3404,7 +3404,7 @@ declare namespace GuardDuty {
3404
3404
  /**
3405
3405
  * The private IP address of the EC2 instance.
3406
3406
  */
3407
- PrivateIpAddress?: String;
3407
+ PrivateIpAddress?: SensitiveString;
3408
3408
  /**
3409
3409
  * Other private IP address information of the EC2 instance.
3410
3410
  */
@@ -3722,7 +3722,7 @@ declare namespace GuardDuty {
3722
3722
  /**
3723
3723
  * The private IP address of the EC2 instance.
3724
3724
  */
3725
- PrivateIpAddress?: String;
3725
+ PrivateIpAddress?: SensitiveString;
3726
3726
  }
3727
3727
  export type PrivateIpAddresses = PrivateIpAddressDetails[];
3728
3728
  export interface ProcessDetails {
@@ -3884,7 +3884,7 @@ declare namespace GuardDuty {
3884
3884
  /**
3885
3885
  * The IPv4 remote address of the connection.
3886
3886
  */
3887
- IpAddressV4?: String;
3887
+ IpAddressV4?: SensitiveString;
3888
3888
  /**
3889
3889
  * The ISP organization information of the remote IP address.
3890
3890
  */
@@ -4297,6 +4297,7 @@ declare namespace GuardDuty {
4297
4297
  GroupName?: String;
4298
4298
  }
4299
4299
  export type SecurityGroups = SecurityGroup[];
4300
+ export type SensitiveString = string;
4300
4301
  export interface Service {
4301
4302
  /**
4302
4303
  * Information about the activity that is described in a finding.
@@ -301,7 +301,7 @@ declare namespace HealthLake {
301
301
  }
302
302
  export interface DescribeFHIRImportJobResponse {
303
303
  /**
304
- * The properties of the Import job request, including the ID, ARN, name, and the status of the job.
304
+ * The properties of the Import job request, including the ID, ARN, name, status of the job, and the progress report of the job.
305
305
  */
306
306
  ImportJobProperties: ImportJobProperties;
307
307
  }
@@ -346,6 +346,8 @@ declare namespace HealthLake {
346
346
  }
347
347
  export type ExportJobPropertiesList = ExportJobProperties[];
348
348
  export type FHIRVersion = "R4"|string;
349
+ export type GenericDouble = number;
350
+ export type GenericLong = number;
349
351
  export type IamRoleArn = string;
350
352
  export interface IdentityProviderConfiguration {
351
353
  /**
@@ -395,6 +397,10 @@ declare namespace HealthLake {
395
397
  */
396
398
  InputDataConfig: InputDataConfig;
397
399
  JobOutputDataConfig?: OutputDataConfig;
400
+ /**
401
+ * Displays the progress of the import job, including total resources scanned, total resources ingested, and total size of data ingested.
402
+ */
403
+ JobProgressReport?: JobProgressReport;
398
404
  /**
399
405
  * The Amazon Resource Name (ARN) that gives AWS HealthLake access to your input data.
400
406
  */
@@ -413,6 +419,40 @@ declare namespace HealthLake {
413
419
  }
414
420
  export type JobId = string;
415
421
  export type JobName = string;
422
+ export interface JobProgressReport {
423
+ /**
424
+ * The number of files scanned from input S3 bucket.
425
+ */
426
+ TotalNumberOfScannedFiles?: GenericLong;
427
+ /**
428
+ * The size (in MB) of the files scanned from the input S3 bucket.
429
+ */
430
+ TotalSizeOfScannedFilesInMB?: GenericDouble;
431
+ /**
432
+ * The number of files imported so far.
433
+ */
434
+ TotalNumberOfImportedFiles?: GenericLong;
435
+ /**
436
+ * The number of resources scanned from the input S3 bucket.
437
+ */
438
+ TotalNumberOfResourcesScanned?: GenericLong;
439
+ /**
440
+ * The number of resources imported so far.
441
+ */
442
+ TotalNumberOfResourcesImported?: GenericLong;
443
+ /**
444
+ * The number of resources that failed due to customer error.
445
+ */
446
+ TotalNumberOfResourcesWithCustomerError?: GenericLong;
447
+ /**
448
+ * The number of files that failed to be read from the input S3 bucket due to customer error.
449
+ */
450
+ TotalNumberOfFilesReadWithCustomerError?: GenericLong;
451
+ /**
452
+ * The throughput (in MB/sec) of the import job.
453
+ */
454
+ Throughput?: GenericDouble;
455
+ }
416
456
  export type JobStatus = "SUBMITTED"|"IN_PROGRESS"|"COMPLETED_WITH_ERRORS"|"COMPLETED"|"FAILED"|"CANCEL_SUBMITTED"|"CANCEL_IN_PROGRESS"|"CANCEL_COMPLETED"|"CANCEL_FAILED"|string;
417
457
  export interface KmsEncryptionConfig {
418
458
  /**
@@ -521,7 +561,7 @@ declare namespace HealthLake {
521
561
  }
522
562
  export interface ListFHIRImportJobsResponse {
523
563
  /**
524
- * The properties of a listed FHIR import jobs, including the ID, ARN, name, and the status of the job.
564
+ * The properties of a listed FHIR import jobs, including the ID, ARN, name, the status of the job, and the progress report of the job.
525
565
  */
526
566
  ImportJobPropertiesList: ImportJobPropertiesList;
527
567
  /**
@@ -650,6 +650,10 @@ declare namespace LookoutEquipment {
650
650
  * Indicates that the asset associated with this sensor has been shut off. As long as this condition is met, Lookout for Equipment will not use data from this asset for training, evaluation, or inference.
651
651
  */
652
652
  OffCondition?: OffCondition;
653
+ /**
654
+ * The Amazon S3 location where you want Amazon Lookout for Equipment to save the pointwise model diagnostics. You must also specify the RoleArn request parameter.
655
+ */
656
+ ModelDiagnosticsOutputConfiguration?: ModelDiagnosticsOutputConfiguration;
653
657
  }
654
658
  export interface CreateModelResponse {
655
659
  /**
@@ -935,7 +939,7 @@ declare namespace LookoutEquipment {
935
939
  */
936
940
  DataQualitySummary?: DataQualitySummary;
937
941
  /**
938
- * IngestedFilesSummary associated with the given dataset for the latest successful associated ingestion job id.
942
+ * IngestedFilesSummary associated with the given dataset for the latest successful associated ingestion job id.
939
943
  */
940
944
  IngestedFilesSummary?: IngestedFilesSummary;
941
945
  /**
@@ -1266,6 +1270,10 @@ declare namespace LookoutEquipment {
1266
1270
  * Indicates the status of the retraining scheduler.
1267
1271
  */
1268
1272
  RetrainingSchedulerStatus?: RetrainingSchedulerStatus;
1273
+ /**
1274
+ * Configuration information for the model's pointwise model diagnostics.
1275
+ */
1276
+ ModelDiagnosticsOutputConfiguration?: ModelDiagnosticsOutputConfiguration;
1269
1277
  }
1270
1278
  export interface DescribeModelVersionRequest {
1271
1279
  /**
@@ -1400,6 +1408,14 @@ declare namespace LookoutEquipment {
1400
1408
  * Indicates the reason for the AutoPromotionResult. For example, a model might not be promoted if its performance was worse than the active version, if there was an error during training, or if the retraining scheduler was using MANUAL promote mode. The model will be promoted in MANAGED promote mode if the performance is better than the previous model.
1401
1409
  */
1402
1410
  AutoPromotionResultReason?: AutoPromotionResultReason;
1411
+ /**
1412
+ * The Amazon S3 location where Amazon Lookout for Equipment saves the pointwise model diagnostics for the model version.
1413
+ */
1414
+ ModelDiagnosticsOutputConfiguration?: ModelDiagnosticsOutputConfiguration;
1415
+ /**
1416
+ * The Amazon S3 output prefix for where Lookout for Equipment saves the pointwise model diagnostics for the model version.
1417
+ */
1418
+ ModelDiagnosticsResultsObject?: S3Object;
1403
1419
  }
1404
1420
  export interface DescribeResourcePolicyRequest {
1405
1421
  /**
@@ -1804,7 +1820,7 @@ declare namespace LookoutEquipment {
1804
1820
  */
1805
1821
  MissingCompleteSensorData: MissingCompleteSensorData;
1806
1822
  /**
1807
- * Parameter that describes the total number of sensors that have a short date range of less than 90 days of data overall.
1823
+ * Parameter that describes the total number of sensors that have a short date range of less than 14 days of data overall.
1808
1824
  */
1809
1825
  SensorsWithShortDateRange: SensorsWithShortDateRange;
1810
1826
  }
@@ -2034,7 +2050,7 @@ declare namespace LookoutEquipment {
2034
2050
  */
2035
2051
  NextToken?: NextToken;
2036
2052
  /**
2037
- * Provides an array of information about the individual inference executions returned from the ListInferenceExecutions operation, including model used, inference scheduler, data configuration, and so on.
2053
+ * Provides an array of information about the individual inference executions returned from the ListInferenceExecutions operation, including model used, inference scheduler, data configuration, and so on. If you don't supply the InferenceSchedulerName request parameter, or if you supply the name of an inference scheduler that doesn't exist, ListInferenceExecutions returns an empty array in InferenceExecutionSummaries.
2038
2054
  */
2039
2055
  InferenceExecutionSummaries?: InferenceExecutionSummaries;
2040
2056
  }
@@ -2096,7 +2112,7 @@ declare namespace LookoutEquipment {
2096
2112
  }
2097
2113
  export interface ListLabelsRequest {
2098
2114
  /**
2099
- * Retruns the name of the label group.
2115
+ * Returns the name of the label group.
2100
2116
  */
2101
2117
  LabelGroupName: LabelGroupName;
2102
2118
  /**
@@ -2130,7 +2146,7 @@ declare namespace LookoutEquipment {
2130
2146
  */
2131
2147
  NextToken?: NextToken;
2132
2148
  /**
2133
- * A summary of the items in the label group.
2149
+ * A summary of the items in the label group. If you don't supply the LabelGroupName request parameter, or if you supply the name of a label group that doesn't exist, ListLabels returns an empty array in LabelSummaries.
2134
2150
  */
2135
2151
  LabelSummaries?: LabelSummaries;
2136
2152
  }
@@ -2178,7 +2194,7 @@ declare namespace LookoutEquipment {
2178
2194
  */
2179
2195
  NextToken?: NextToken;
2180
2196
  /**
2181
- * Provides information on the specified model version, including the created time, model and dataset ARNs, and status.
2197
+ * Provides information on the specified model version, including the created time, model and dataset ARNs, and status. If you don't supply the ModelName request parameter, or if you supply the name of a model that doesn't exist, ListModelVersions returns an empty array in ModelVersionSummaries.
2182
2198
  */
2183
2199
  ModelVersionSummaries?: ModelVersionSummaries;
2184
2200
  }
@@ -2302,6 +2318,26 @@ declare namespace LookoutEquipment {
2302
2318
  TotalNumberOfMissingValues: Integer;
2303
2319
  }
2304
2320
  export type ModelArn = string;
2321
+ export interface ModelDiagnosticsOutputConfiguration {
2322
+ /**
2323
+ * The Amazon S3 location for the pointwise model diagnostics.
2324
+ */
2325
+ S3OutputConfiguration: ModelDiagnosticsS3OutputConfiguration;
2326
+ /**
2327
+ * The Amazon Web Services Key Management Service (KMS) key identifier to encrypt the pointwise model diagnostics files.
2328
+ */
2329
+ KmsKeyId?: NameOrArn;
2330
+ }
2331
+ export interface ModelDiagnosticsS3OutputConfiguration {
2332
+ /**
2333
+ * The name of the Amazon S3 bucket where the pointwise model diagnostics are located. You must be the owner of the Amazon S3 bucket.
2334
+ */
2335
+ Bucket: S3Bucket;
2336
+ /**
2337
+ * The Amazon S3 prefix for the location of the pointwise model diagnostics. The prefix specifies the folder and evaluation result file name. (bucket). When you call CreateModel or UpdateModel, specify the path within the bucket that you want Lookout for Equipment to save the model to. During training, Lookout for Equipment creates the model evaluation model as a compressed JSON file with the name model_diagnostics_results.json.gz. When you call DescribeModel or DescribeModelVersion, prefix contains the file path and filename of the model evaluation file.
2338
+ */
2339
+ Prefix?: S3Prefix;
2340
+ }
2305
2341
  export type ModelMetrics = string;
2306
2342
  export type ModelName = string;
2307
2343
  export type ModelPromoteMode = "MANAGED"|"MANUAL"|string;
@@ -2360,6 +2396,7 @@ declare namespace LookoutEquipment {
2360
2396
  * Indicates the status of the retraining scheduler.
2361
2397
  */
2362
2398
  RetrainingSchedulerStatus?: RetrainingSchedulerStatus;
2399
+ ModelDiagnosticsOutputConfiguration?: ModelDiagnosticsOutputConfiguration;
2363
2400
  }
2364
2401
  export type ModelVersion = number;
2365
2402
  export type ModelVersionArn = string;
@@ -2547,7 +2584,7 @@ declare namespace LookoutEquipment {
2547
2584
  }
2548
2585
  export interface SensorsWithShortDateRange {
2549
2586
  /**
2550
- * Indicates the number of sensors that have less than 90 days of data.
2587
+ * Indicates the number of sensors that have less than 14 days of data.
2551
2588
  */
2552
2589
  AffectedSensorCount: Integer;
2553
2590
  }
@@ -2805,6 +2842,10 @@ declare namespace LookoutEquipment {
2805
2842
  * The ARN of the model to update.
2806
2843
  */
2807
2844
  RoleArn?: IamRoleArn;
2845
+ /**
2846
+ * The Amazon S3 location where you want Amazon Lookout for Equipment to save the pointwise model diagnostics for the model. You must also specify the RoleArn request parameter.
2847
+ */
2848
+ ModelDiagnosticsOutputConfiguration?: ModelDiagnosticsOutputConfiguration;
2808
2849
  }
2809
2850
  export interface UpdateRetrainingSchedulerRequest {
2810
2851
  /**