cdk-comprehend-s3olap 2.0.48 → 2.0.51
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.
- package/.jsii +5 -5
- package/lib/cdk-comprehend-s3olap.js +2 -2
- package/lib/comprehend-lambdas.js +2 -2
- package/lib/iam-roles.js +4 -4
- package/node_modules/aws-sdk/CHANGELOG.md +25 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/appsync-2017-07-25.min.json +34 -3
- package/node_modules/aws-sdk/apis/chime-2018-05-01.min.json +116 -0
- package/node_modules/aws-sdk/apis/config-2014-11-12.min.json +67 -20
- package/node_modules/aws-sdk/apis/config-2014-11-12.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/detective-2018-10-26.min.json +213 -39
- package/node_modules/aws-sdk/apis/detective-2018-10-26.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/es-2015-01-01.min.json +3 -0
- package/node_modules/aws-sdk/apis/globalaccelerator-2018-08-08.min.json +70 -53
- package/node_modules/aws-sdk/apis/guardduty-2017-11-28.min.json +776 -162
- package/node_modules/aws-sdk/apis/guardduty-2017-11-28.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/lookoutvision-2020-11-20.min.json +35 -6
- package/node_modules/aws-sdk/apis/macie2-2020-01-01.min.json +149 -6
- package/node_modules/aws-sdk/apis/macie2-2020-01-01.waiters2.json +25 -0
- package/node_modules/aws-sdk/apis/marketplace-catalog-2018-09-17.min.json +3 -1
- package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +3 -0
- package/node_modules/aws-sdk/apis/rekognition-2016-06-27.min.json +7 -1
- package/node_modules/aws-sdk/apis/transfer-2018-11-05.min.json +717 -67
- package/node_modules/aws-sdk/apis/transfer-2018-11-05.paginators.json +24 -0
- package/node_modules/aws-sdk/apis/workspaces-2015-04-08.min.json +104 -66
- package/node_modules/aws-sdk/clients/appsync.d.ts +41 -3
- package/node_modules/aws-sdk/clients/autoscaling.d.ts +118 -118
- package/node_modules/aws-sdk/clients/chime.d.ts +135 -4
- package/node_modules/aws-sdk/clients/configservice.d.ts +66 -0
- package/node_modules/aws-sdk/clients/detective.d.ts +176 -4
- package/node_modules/aws-sdk/clients/ec2.d.ts +23 -23
- package/node_modules/aws-sdk/clients/es.d.ts +7 -3
- package/node_modules/aws-sdk/clients/globalaccelerator.d.ts +109 -85
- package/node_modules/aws-sdk/clients/guardduty.d.ts +604 -1
- package/node_modules/aws-sdk/clients/lookoutvision.d.ts +53 -9
- package/node_modules/aws-sdk/clients/macie2.d.ts +131 -9
- package/node_modules/aws-sdk/clients/macie2.js +1 -0
- package/node_modules/aws-sdk/clients/marketplacecatalog.d.ts +1 -1
- package/node_modules/aws-sdk/clients/opensearch.d.ts +7 -3
- package/node_modules/aws-sdk/clients/polly.d.ts +1 -1
- package/node_modules/aws-sdk/clients/rds.d.ts +2 -2
- package/node_modules/aws-sdk/clients/rekognition.d.ts +12 -4
- package/node_modules/aws-sdk/clients/securityhub.d.ts +3 -3
- package/node_modules/aws-sdk/clients/ssm.d.ts +12 -12
- package/node_modules/aws-sdk/clients/transfer.d.ts +1000 -86
- package/node_modules/aws-sdk/clients/workspaces.d.ts +65 -5
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +575 -568
- package/node_modules/aws-sdk/dist/aws-sdk.js +82 -24
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +72 -72
- package/node_modules/aws-sdk/dist-tools/service-collector.js +4 -6
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/node_modules/esbuild/install.js +4 -4
- package/node_modules/esbuild/lib/main.d.ts +5 -1
- package/node_modules/esbuild/lib/main.js +13 -7
- package/node_modules/esbuild/package.json +21 -21
- package/node_modules/esbuild-linux-64/bin/esbuild +0 -0
- package/node_modules/esbuild-linux-64/package.json +1 -1
- package/package.json +8 -8
@@ -1204,11 +1204,11 @@ declare class Chime extends Service {
|
|
1204
1204
|
*/
|
1205
1205
|
putVoiceConnectorProxy(callback?: (err: AWSError, data: Chime.Types.PutVoiceConnectorProxyResponse) => void): Request<Chime.Types.PutVoiceConnectorProxyResponse, AWSError>;
|
1206
1206
|
/**
|
1207
|
-
* Adds a streaming configuration for the specified Amazon Chime Voice Connector. The streaming configuration specifies whether media streaming is enabled for sending to
|
1207
|
+
* Adds a streaming configuration for the specified Amazon Chime Voice Connector. The streaming configuration specifies whether media streaming is enabled for sending to Kinesis. It also sets the retention period, in hours, for the Amazon Kinesis data.
|
1208
1208
|
*/
|
1209
1209
|
putVoiceConnectorStreamingConfiguration(params: Chime.Types.PutVoiceConnectorStreamingConfigurationRequest, callback?: (err: AWSError, data: Chime.Types.PutVoiceConnectorStreamingConfigurationResponse) => void): Request<Chime.Types.PutVoiceConnectorStreamingConfigurationResponse, AWSError>;
|
1210
1210
|
/**
|
1211
|
-
* Adds a streaming configuration for the specified Amazon Chime Voice Connector. The streaming configuration specifies whether media streaming is enabled for sending to
|
1211
|
+
* Adds a streaming configuration for the specified Amazon Chime Voice Connector. The streaming configuration specifies whether media streaming is enabled for sending to Kinesis. It also sets the retention period, in hours, for the Amazon Kinesis data.
|
1212
1212
|
*/
|
1213
1213
|
putVoiceConnectorStreamingConfiguration(callback?: (err: AWSError, data: Chime.Types.PutVoiceConnectorStreamingConfigurationResponse) => void): Request<Chime.Types.PutVoiceConnectorStreamingConfigurationResponse, AWSError>;
|
1214
1214
|
/**
|
@@ -1523,6 +1523,14 @@ declare class Chime extends Service {
|
|
1523
1523
|
* Updates details of the specified Amazon Chime Voice Connector group, such as the name and Amazon Chime Voice Connector priority ranking.
|
1524
1524
|
*/
|
1525
1525
|
updateVoiceConnectorGroup(callback?: (err: AWSError, data: Chime.Types.UpdateVoiceConnectorGroupResponse) => void): Request<Chime.Types.UpdateVoiceConnectorGroupResponse, AWSError>;
|
1526
|
+
/**
|
1527
|
+
* Validates an address to be used for 911 calls made with Amazon Chime Voice Connectors. You can use validated addresses in a Presence Information Data Format Location Object file that you include in SIP requests. That helps ensure that addresses are routed to the appropriate Public Safety Answering Point.
|
1528
|
+
*/
|
1529
|
+
validateE911Address(params: Chime.Types.ValidateE911AddressRequest, callback?: (err: AWSError, data: Chime.Types.ValidateE911AddressResponse) => void): Request<Chime.Types.ValidateE911AddressResponse, AWSError>;
|
1530
|
+
/**
|
1531
|
+
* Validates an address to be used for 911 calls made with Amazon Chime Voice Connectors. You can use validated addresses in a Presence Information Data Format Location Object file that you include in SIP requests. That helps ensure that addresses are routed to the appropriate Public Safety Answering Point.
|
1532
|
+
*/
|
1533
|
+
validateE911Address(callback?: (err: AWSError, data: Chime.Types.ValidateE911AddressResponse) => void): Request<Chime.Types.ValidateE911AddressResponse, AWSError>;
|
1526
1534
|
}
|
1527
1535
|
declare namespace Chime {
|
1528
1536
|
export interface Account {
|
@@ -1577,6 +1585,48 @@ declare namespace Chime {
|
|
1577
1585
|
}
|
1578
1586
|
export type AccountStatus = "Suspended"|"Active"|string;
|
1579
1587
|
export type AccountType = "Team"|"EnterpriseDirectory"|"EnterpriseLWA"|"EnterpriseOIDC"|string;
|
1588
|
+
export interface Address {
|
1589
|
+
/**
|
1590
|
+
* The address street, such as 8th Avenue.
|
1591
|
+
*/
|
1592
|
+
streetName?: SensitiveNonEmptyString;
|
1593
|
+
/**
|
1594
|
+
* The address suffix, such as the N in 8th Avenue N.
|
1595
|
+
*/
|
1596
|
+
streetSuffix?: SensitiveNonEmptyString;
|
1597
|
+
/**
|
1598
|
+
* An address suffix location, such as the S. Unit A in Central Park S. Unit A.
|
1599
|
+
*/
|
1600
|
+
postDirectional?: SensitiveNonEmptyString;
|
1601
|
+
/**
|
1602
|
+
* An address prefix location, such as the N in N. Third St..
|
1603
|
+
*/
|
1604
|
+
preDirectional?: SensitiveNonEmptyString;
|
1605
|
+
/**
|
1606
|
+
* The numeric portion of an address.
|
1607
|
+
*/
|
1608
|
+
streetNumber?: SensitiveNonEmptyString;
|
1609
|
+
/**
|
1610
|
+
* The city of an address.
|
1611
|
+
*/
|
1612
|
+
city?: SensitiveNonEmptyString;
|
1613
|
+
/**
|
1614
|
+
* The state of an address.
|
1615
|
+
*/
|
1616
|
+
state?: SensitiveNonEmptyString;
|
1617
|
+
/**
|
1618
|
+
* The postal code of an address.
|
1619
|
+
*/
|
1620
|
+
postalCode?: SensitiveNonEmptyString;
|
1621
|
+
/**
|
1622
|
+
* The Zip + 4 or postal code + 4 of an address.
|
1623
|
+
*/
|
1624
|
+
postalCodePlus4?: SensitiveNonEmptyString;
|
1625
|
+
/**
|
1626
|
+
* The country of an address.
|
1627
|
+
*/
|
1628
|
+
country?: SensitiveNonEmptyString;
|
1629
|
+
}
|
1580
1630
|
export interface AlexaForBusinessMetadata {
|
1581
1631
|
/**
|
1582
1632
|
* Starts or stops Alexa for Business.
|
@@ -2046,6 +2096,37 @@ declare namespace Chime {
|
|
2046
2096
|
export type CallingNameStatus = "Unassigned"|"UpdateInProgress"|"UpdateSucceeded"|"UpdateFailed"|string;
|
2047
2097
|
export type CallingRegion = string;
|
2048
2098
|
export type CallingRegionList = CallingRegion[];
|
2099
|
+
export interface CandidateAddress {
|
2100
|
+
/**
|
2101
|
+
* The street information of a candidate address
|
2102
|
+
*/
|
2103
|
+
streetInfo?: SensitiveNonEmptyString;
|
2104
|
+
/**
|
2105
|
+
* The numeric portion of a candidate address.
|
2106
|
+
*/
|
2107
|
+
streetNumber?: SensitiveNonEmptyString;
|
2108
|
+
/**
|
2109
|
+
* The city of a candidate address.
|
2110
|
+
*/
|
2111
|
+
city?: SensitiveNonEmptyString;
|
2112
|
+
/**
|
2113
|
+
* The state of a candidate address.
|
2114
|
+
*/
|
2115
|
+
state?: SensitiveNonEmptyString;
|
2116
|
+
/**
|
2117
|
+
* The postal code of a candidate address.
|
2118
|
+
*/
|
2119
|
+
postalCode?: SensitiveNonEmptyString;
|
2120
|
+
/**
|
2121
|
+
* The Zip + 4 or postal code + 4 of a candidate address.
|
2122
|
+
*/
|
2123
|
+
postalCodePlus4?: SensitiveNonEmptyString;
|
2124
|
+
/**
|
2125
|
+
* The country of a candidate address.
|
2126
|
+
*/
|
2127
|
+
country?: SensitiveNonEmptyString;
|
2128
|
+
}
|
2129
|
+
export type CandidateAddressList = CandidateAddress[];
|
2049
2130
|
export type Capability = "Voice"|"SMS"|string;
|
2050
2131
|
export type CapabilityList = Capability[];
|
2051
2132
|
export interface Channel {
|
@@ -4773,11 +4854,11 @@ declare namespace Chime {
|
|
4773
4854
|
}
|
4774
4855
|
export interface LoggingConfiguration {
|
4775
4856
|
/**
|
4776
|
-
*
|
4857
|
+
* When true, enables SIP message logs for sending to Amazon CloudWatch Logs.
|
4777
4858
|
*/
|
4778
4859
|
EnableSIPLogs?: Boolean;
|
4779
4860
|
/**
|
4780
|
-
* Boolean that enables logging of
|
4861
|
+
* Boolean that enables the logging of Voice Connector metrics to Cloudwatch.
|
4781
4862
|
*/
|
4782
4863
|
EnableMediaMetricLogs?: Boolean;
|
4783
4864
|
}
|
@@ -5733,6 +5814,7 @@ declare namespace Chime {
|
|
5733
5814
|
*/
|
5734
5815
|
MessageId?: MessageId;
|
5735
5816
|
}
|
5817
|
+
export type SensitiveNonEmptyString = string;
|
5736
5818
|
export type SensitiveString = string;
|
5737
5819
|
export type SensitiveStringList = SensitiveString[];
|
5738
5820
|
export interface SigninDelegateGroup {
|
@@ -6579,6 +6661,55 @@ declare namespace Chime {
|
|
6579
6661
|
Telephony: TelephonySettings;
|
6580
6662
|
}
|
6581
6663
|
export type UserType = "PrivateUser"|"SharedDevice"|string;
|
6664
|
+
export interface ValidateE911AddressRequest {
|
6665
|
+
/**
|
6666
|
+
* The AWS account ID.
|
6667
|
+
*/
|
6668
|
+
AwsAccountId: NonEmptyString;
|
6669
|
+
/**
|
6670
|
+
* The address street number, such as 200 or 2121.
|
6671
|
+
*/
|
6672
|
+
StreetNumber: SensitiveNonEmptyString;
|
6673
|
+
/**
|
6674
|
+
* The address street information, such as 8th Avenue.
|
6675
|
+
*/
|
6676
|
+
StreetInfo: SensitiveNonEmptyString;
|
6677
|
+
/**
|
6678
|
+
* The address city, such as Portland.
|
6679
|
+
*/
|
6680
|
+
City: SensitiveNonEmptyString;
|
6681
|
+
/**
|
6682
|
+
* The address state, such as ME.
|
6683
|
+
*/
|
6684
|
+
State: SensitiveNonEmptyString;
|
6685
|
+
/**
|
6686
|
+
* The address country, such as US.
|
6687
|
+
*/
|
6688
|
+
Country: SensitiveNonEmptyString;
|
6689
|
+
/**
|
6690
|
+
* The address postal code, such as 04352.
|
6691
|
+
*/
|
6692
|
+
PostalCode: SensitiveNonEmptyString;
|
6693
|
+
}
|
6694
|
+
export interface ValidateE911AddressResponse {
|
6695
|
+
/**
|
6696
|
+
* Number indicating the result of address validation. 0 means the address was perfect as is and successfully validated. 1 means the address was corrected. 2 means the address sent was not close enough and was not validated.
|
6697
|
+
*/
|
6698
|
+
ValidationResult?: ValidationResult;
|
6699
|
+
/**
|
6700
|
+
* The ID that represents the address.
|
6701
|
+
*/
|
6702
|
+
AddressExternalId?: String;
|
6703
|
+
/**
|
6704
|
+
* The validated address.
|
6705
|
+
*/
|
6706
|
+
Address?: Address;
|
6707
|
+
/**
|
6708
|
+
* The list of address suggestions.
|
6709
|
+
*/
|
6710
|
+
CandidateAddressList?: CandidateAddressList;
|
6711
|
+
}
|
6712
|
+
export type ValidationResult = number;
|
6582
6713
|
export interface VideoArtifactsConfiguration {
|
6583
6714
|
/**
|
6584
6715
|
* Indicates whether the video artifact is enabled or disabled.
|
@@ -503,6 +503,14 @@ declare class ConfigService extends Service {
|
|
503
503
|
* Accepts a resource type and returns a list of resource identifiers that are aggregated for a specific resource type across accounts and regions. A resource identifier includes the resource type, ID, (if available) the custom resource name, source account, and source region. You can narrow the results to include only resources that have specific resource IDs, or a resource name, or source account ID, or source region. For example, if the input consists of accountID 12345678910 and the region is us-east-1 for resource type AWS::EC2::Instance then the API returns all the EC2 instance identifiers of accountID 12345678910 and region us-east-1.
|
504
504
|
*/
|
505
505
|
listAggregateDiscoveredResources(callback?: (err: AWSError, data: ConfigService.Types.ListAggregateDiscoveredResourcesResponse) => void): Request<ConfigService.Types.ListAggregateDiscoveredResourcesResponse, AWSError>;
|
506
|
+
/**
|
507
|
+
* Returns a list of conformance pack compliance scores. A compliance score is the percentage of the number of compliant rule-resource combinations in a conformance pack compared to the number of total possible rule-resource combinations in the conformance pack. This metric provides you with a high-level view of the compliance state of your conformance packs, and can be used to identify, investigate, and understand compliance deviations in your conformance packs.
|
508
|
+
*/
|
509
|
+
listConformancePackComplianceScores(params: ConfigService.Types.ListConformancePackComplianceScoresRequest, callback?: (err: AWSError, data: ConfigService.Types.ListConformancePackComplianceScoresResponse) => void): Request<ConfigService.Types.ListConformancePackComplianceScoresResponse, AWSError>;
|
510
|
+
/**
|
511
|
+
* Returns a list of conformance pack compliance scores. A compliance score is the percentage of the number of compliant rule-resource combinations in a conformance pack compared to the number of total possible rule-resource combinations in the conformance pack. This metric provides you with a high-level view of the compliance state of your conformance packs, and can be used to identify, investigate, and understand compliance deviations in your conformance packs.
|
512
|
+
*/
|
513
|
+
listConformancePackComplianceScores(callback?: (err: AWSError, data: ConfigService.Types.ListConformancePackComplianceScoresResponse) => void): Request<ConfigService.Types.ListConformancePackComplianceScoresResponse, AWSError>;
|
506
514
|
/**
|
507
515
|
* Accepts a resource type and returns a list of resource identifiers for the resources of that type. A resource identifier includes the resource type, ID, and (if available) the custom resource name. The results consist of resources that Config has discovered, including those that Config is not currently recording. You can narrow the results to include only resources that have specific resource IDs or a resource name. You can specify either resource IDs or a resource name, but not both, in the same request. The response is paginated. By default, Config lists 100 resource identifiers on each page. You can customize this number with the limit parameter. The response includes a nextToken string. To get the next page of results, run the request again and specify the string for the nextToken parameter.
|
508
516
|
*/
|
@@ -1108,6 +1116,7 @@ declare namespace ConfigService {
|
|
1108
1116
|
CapExceeded?: Boolean;
|
1109
1117
|
}
|
1110
1118
|
export type ComplianceResourceTypes = StringWithCharLimit256[];
|
1119
|
+
export type ComplianceScore = string;
|
1111
1120
|
export type ComplianceSummariesByResourceType = ComplianceSummaryByResourceType[];
|
1112
1121
|
export interface ComplianceSummary {
|
1113
1122
|
/**
|
@@ -1500,6 +1509,27 @@ declare namespace ConfigService {
|
|
1500
1509
|
ComplianceType?: ConformancePackComplianceType;
|
1501
1510
|
}
|
1502
1511
|
export type ConformancePackComplianceResourceIds = StringWithCharLimit256[];
|
1512
|
+
export interface ConformancePackComplianceScore {
|
1513
|
+
/**
|
1514
|
+
* Compliance score for the conformance pack.
|
1515
|
+
*/
|
1516
|
+
Score?: ComplianceScore;
|
1517
|
+
/**
|
1518
|
+
* The name of the conformance pack.
|
1519
|
+
*/
|
1520
|
+
ConformancePackName?: ConformancePackName;
|
1521
|
+
/**
|
1522
|
+
* The time that the conformance pack compliance score was last updated.
|
1523
|
+
*/
|
1524
|
+
LastUpdatedTime?: LastUpdatedTime;
|
1525
|
+
}
|
1526
|
+
export type ConformancePackComplianceScores = ConformancePackComplianceScore[];
|
1527
|
+
export interface ConformancePackComplianceScoresFilters {
|
1528
|
+
/**
|
1529
|
+
* The name of a conformance pack whose score should be included in the compliance score result.
|
1530
|
+
*/
|
1531
|
+
ConformancePackNames: ConformancePackNameFilter;
|
1532
|
+
}
|
1503
1533
|
export interface ConformancePackComplianceSummary {
|
1504
1534
|
/**
|
1505
1535
|
* The name of the conformance pack name.
|
@@ -1598,6 +1628,7 @@ declare namespace ConfigService {
|
|
1598
1628
|
}
|
1599
1629
|
export type ConformancePackInputParameters = ConformancePackInputParameter[];
|
1600
1630
|
export type ConformancePackName = string;
|
1631
|
+
export type ConformancePackNameFilter = ConformancePackName[];
|
1601
1632
|
export type ConformancePackNamesList = ConformancePackName[];
|
1602
1633
|
export type ConformancePackNamesToSummarizeList = ConformancePackName[];
|
1603
1634
|
export interface ConformancePackRuleCompliance {
|
@@ -3039,6 +3070,7 @@ declare namespace ConfigService {
|
|
3039
3070
|
export type GroupedResourceCountList = GroupedResourceCount[];
|
3040
3071
|
export type IncludeGlobalResourceTypes = boolean;
|
3041
3072
|
export type Integer = number;
|
3073
|
+
export type LastUpdatedTime = Date;
|
3042
3074
|
export type LaterTime = Date;
|
3043
3075
|
export type Limit = number;
|
3044
3076
|
export interface ListAggregateDiscoveredResourcesRequest {
|
@@ -3073,6 +3105,38 @@ declare namespace ConfigService {
|
|
3073
3105
|
*/
|
3074
3106
|
NextToken?: NextToken;
|
3075
3107
|
}
|
3108
|
+
export interface ListConformancePackComplianceScoresRequest {
|
3109
|
+
/**
|
3110
|
+
* Filters the results based on the ConformancePackComplianceScoresFilters.
|
3111
|
+
*/
|
3112
|
+
Filters?: ConformancePackComplianceScoresFilters;
|
3113
|
+
/**
|
3114
|
+
* Determines the order in which conformance pack compliance scores are sorted. Either in ascending or descending order.
|
3115
|
+
*/
|
3116
|
+
SortOrder?: SortOrder;
|
3117
|
+
/**
|
3118
|
+
* Sorts your conformance pack compliance scores in either ascending or descending order, depending on SortOrder.
|
3119
|
+
*/
|
3120
|
+
SortBy?: SortBy;
|
3121
|
+
/**
|
3122
|
+
* The maximum number of conformance pack compliance scores returned on each page.
|
3123
|
+
*/
|
3124
|
+
Limit?: PageSizeLimit;
|
3125
|
+
/**
|
3126
|
+
* The nextToken string in a prior request that you can use to get the paginated response for next set of conformance pack compliance scores.
|
3127
|
+
*/
|
3128
|
+
NextToken?: NextToken;
|
3129
|
+
}
|
3130
|
+
export interface ListConformancePackComplianceScoresResponse {
|
3131
|
+
/**
|
3132
|
+
* The nextToken string that you can use to get the next page of results in a paginated response.
|
3133
|
+
*/
|
3134
|
+
NextToken?: NextToken;
|
3135
|
+
/**
|
3136
|
+
* A list of ConformancePackComplianceScore objects
|
3137
|
+
*/
|
3138
|
+
ConformancePackComplianceScores: ConformancePackComplianceScores;
|
3139
|
+
}
|
3076
3140
|
export interface ListDiscoveredResourcesRequest {
|
3077
3141
|
/**
|
3078
3142
|
* The type of resources that you want Config to list in the response.
|
@@ -4199,6 +4263,8 @@ declare namespace ConfigService {
|
|
4199
4263
|
*/
|
4200
4264
|
NextToken?: NextToken;
|
4201
4265
|
}
|
4266
|
+
export type SortBy = "SCORE"|string;
|
4267
|
+
export type SortOrder = "ASCENDING"|"DESCENDING"|string;
|
4202
4268
|
export interface Source {
|
4203
4269
|
/**
|
4204
4270
|
* Indicates whether Amazon Web Services or the customer owns and manages the Config rule. Config Managed Rules are predefined rules owned by Amazon Web Services. For more information, see Config Managed Rules in the Config developer guide. Config Custom Rules are rules that you can develop either with Guard (CUSTOM_POLICY) or Lambda (CUSTOM_LAMBDA). For more information, see Config Custom Rules in the Config developer guide.
|
@@ -19,6 +19,22 @@ declare class Detective extends Service {
|
|
19
19
|
* Accepts an invitation for the member account to contribute data to a behavior graph. This operation can only be called by an invited member account. The request provides the ARN of behavior graph. The member account status in the graph must be INVITED.
|
20
20
|
*/
|
21
21
|
acceptInvitation(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
22
|
+
/**
|
23
|
+
* Gets data source package information for the behavior graph.
|
24
|
+
*/
|
25
|
+
batchGetGraphMemberDatasources(params: Detective.Types.BatchGetGraphMemberDatasourcesRequest, callback?: (err: AWSError, data: Detective.Types.BatchGetGraphMemberDatasourcesResponse) => void): Request<Detective.Types.BatchGetGraphMemberDatasourcesResponse, AWSError>;
|
26
|
+
/**
|
27
|
+
* Gets data source package information for the behavior graph.
|
28
|
+
*/
|
29
|
+
batchGetGraphMemberDatasources(callback?: (err: AWSError, data: Detective.Types.BatchGetGraphMemberDatasourcesResponse) => void): Request<Detective.Types.BatchGetGraphMemberDatasourcesResponse, AWSError>;
|
30
|
+
/**
|
31
|
+
* Gets information on the data source package history for an account.
|
32
|
+
*/
|
33
|
+
batchGetMembershipDatasources(params: Detective.Types.BatchGetMembershipDatasourcesRequest, callback?: (err: AWSError, data: Detective.Types.BatchGetMembershipDatasourcesResponse) => void): Request<Detective.Types.BatchGetMembershipDatasourcesResponse, AWSError>;
|
34
|
+
/**
|
35
|
+
* Gets information on the data source package history for an account.
|
36
|
+
*/
|
37
|
+
batchGetMembershipDatasources(callback?: (err: AWSError, data: Detective.Types.BatchGetMembershipDatasourcesResponse) => void): Request<Detective.Types.BatchGetMembershipDatasourcesResponse, AWSError>;
|
22
38
|
/**
|
23
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.
|
24
40
|
*/
|
@@ -60,7 +76,7 @@ declare class Detective extends Service {
|
|
60
76
|
*/
|
61
77
|
describeOrganizationConfiguration(callback?: (err: AWSError, data: Detective.Types.DescribeOrganizationConfigurationResponse) => void): Request<Detective.Types.DescribeOrganizationConfigurationResponse, AWSError>;
|
62
78
|
/**
|
63
|
-
* Removes the Detective administrator account
|
79
|
+
* Removes the Detective administrator account in the current Region. Deletes the organization behavior graph. Can only be called by the organization management account. Removing the Detective administrator account does not affect the delegated administrator account for Detective in Organizations. To remove the delegated administrator account in Organizations, use the Organizations API. Removing the delegated administrator account also removes the Detective administrator account in all Regions, except for Regions where the Detective administrator account is the organization management account.
|
64
80
|
*/
|
65
81
|
disableOrganizationAdminAccount(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
66
82
|
/**
|
@@ -72,11 +88,11 @@ declare class Detective extends Service {
|
|
72
88
|
*/
|
73
89
|
disassociateMembership(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
74
90
|
/**
|
75
|
-
* Designates the Detective administrator account for the organization in the current Region. If the account does not have Detective enabled, then enables Detective for that account and creates a new behavior graph. Can only be called by the organization management account.
|
91
|
+
* Designates the Detective administrator account for the organization in the current Region. If the account does not have Detective enabled, then enables Detective for that account and creates a new behavior graph. Can only be called by the organization management account. If the organization has a delegated administrator account in Organizations, then the Detective administrator account must be either the delegated administrator account or the organization management account. If the organization does not have a delegated administrator account in Organizations, then you can choose any account in the organization. If you choose an account other than the organization management account, Detective calls Organizations to make that account the delegated administrator account for Detective. The organization management account cannot be the delegated administrator account.
|
76
92
|
*/
|
77
93
|
enableOrganizationAdminAccount(params: Detective.Types.EnableOrganizationAdminAccountRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
78
94
|
/**
|
79
|
-
* Designates the Detective administrator account for the organization in the current Region. If the account does not have Detective enabled, then enables Detective for that account and creates a new behavior graph. Can only be called by the organization management account.
|
95
|
+
* Designates the Detective administrator account for the organization in the current Region. If the account does not have Detective enabled, then enables Detective for that account and creates a new behavior graph. Can only be called by the organization management account. If the organization has a delegated administrator account in Organizations, then the Detective administrator account must be either the delegated administrator account or the organization management account. If the organization does not have a delegated administrator account in Organizations, then you can choose any account in the organization. If you choose an account other than the organization management account, Detective calls Organizations to make that account the delegated administrator account for Detective. The organization management account cannot be the delegated administrator account.
|
80
96
|
*/
|
81
97
|
enableOrganizationAdminAccount(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
82
98
|
/**
|
@@ -87,6 +103,14 @@ declare class Detective extends Service {
|
|
87
103
|
* Returns the membership details for specified member accounts for a behavior graph.
|
88
104
|
*/
|
89
105
|
getMembers(callback?: (err: AWSError, data: Detective.Types.GetMembersResponse) => void): Request<Detective.Types.GetMembersResponse, AWSError>;
|
106
|
+
/**
|
107
|
+
* Lists data source packages in the behavior graph.
|
108
|
+
*/
|
109
|
+
listDatasourcePackages(params: Detective.Types.ListDatasourcePackagesRequest, callback?: (err: AWSError, data: Detective.Types.ListDatasourcePackagesResponse) => void): Request<Detective.Types.ListDatasourcePackagesResponse, AWSError>;
|
110
|
+
/**
|
111
|
+
* Lists data source packages in the behavior graph.
|
112
|
+
*/
|
113
|
+
listDatasourcePackages(callback?: (err: AWSError, data: Detective.Types.ListDatasourcePackagesResponse) => void): Request<Detective.Types.ListDatasourcePackagesResponse, AWSError>;
|
90
114
|
/**
|
91
115
|
* Returns the list of behavior graphs that the calling account is an administrator account of. This operation can only be called by an administrator account. Because an account can currently only be the administrator of one behavior graph within a Region, the results always contain a single behavior graph.
|
92
116
|
*/
|
@@ -159,6 +183,14 @@ declare class Detective extends Service {
|
|
159
183
|
* Removes tags from a behavior graph.
|
160
184
|
*/
|
161
185
|
untagResource(callback?: (err: AWSError, data: Detective.Types.UntagResourceResponse) => void): Request<Detective.Types.UntagResourceResponse, AWSError>;
|
186
|
+
/**
|
187
|
+
* Starts a data source packages for the behavior graph.
|
188
|
+
*/
|
189
|
+
updateDatasourcePackages(params: Detective.Types.UpdateDatasourcePackagesRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
190
|
+
/**
|
191
|
+
* Starts a data source packages for the behavior graph.
|
192
|
+
*/
|
193
|
+
updateDatasourcePackages(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
162
194
|
/**
|
163
195
|
* Updates the configuration for the Organizations integration in the current Region. Can only be called by the Detective administrator account for the organization.
|
164
196
|
*/
|
@@ -186,6 +218,7 @@ declare namespace Detective {
|
|
186
218
|
EmailAddress: EmailAddress;
|
187
219
|
}
|
188
220
|
export type AccountId = string;
|
221
|
+
export type AccountIdExtendedList = AccountId[];
|
189
222
|
export type AccountIdList = AccountId[];
|
190
223
|
export type AccountList = Account[];
|
191
224
|
export interface Administrator {
|
@@ -203,6 +236,42 @@ declare namespace Detective {
|
|
203
236
|
DelegationTime?: Timestamp;
|
204
237
|
}
|
205
238
|
export type AdministratorList = Administrator[];
|
239
|
+
export interface BatchGetGraphMemberDatasourcesRequest {
|
240
|
+
/**
|
241
|
+
* The ARN of the behavior graph.
|
242
|
+
*/
|
243
|
+
GraphArn: GraphArn;
|
244
|
+
/**
|
245
|
+
* The list of Amazon Web Services accounts to get data source package information on.
|
246
|
+
*/
|
247
|
+
AccountIds: AccountIdExtendedList;
|
248
|
+
}
|
249
|
+
export interface BatchGetGraphMemberDatasourcesResponse {
|
250
|
+
/**
|
251
|
+
* Details on the status of data source packages for members of the behavior graph.
|
252
|
+
*/
|
253
|
+
MemberDatasources?: MembershipDatasourcesList;
|
254
|
+
/**
|
255
|
+
* Accounts that data source package information could not be retrieved for.
|
256
|
+
*/
|
257
|
+
UnprocessedAccounts?: UnprocessedAccountList;
|
258
|
+
}
|
259
|
+
export interface BatchGetMembershipDatasourcesRequest {
|
260
|
+
/**
|
261
|
+
* The ARN of the behavior graph.
|
262
|
+
*/
|
263
|
+
GraphArns: GraphArnList;
|
264
|
+
}
|
265
|
+
export interface BatchGetMembershipDatasourcesResponse {
|
266
|
+
/**
|
267
|
+
* Details on the data source package history for an member of the behavior graph.
|
268
|
+
*/
|
269
|
+
MembershipDatasources?: MembershipDatasourcesList;
|
270
|
+
/**
|
271
|
+
* Graphs that data source package information could not be retrieved for.
|
272
|
+
*/
|
273
|
+
UnprocessedGraphs?: UnprocessedGraphList;
|
274
|
+
}
|
206
275
|
export type Boolean = boolean;
|
207
276
|
export type ByteValue = number;
|
208
277
|
export interface CreateGraphRequest {
|
@@ -245,6 +314,32 @@ declare namespace Detective {
|
|
245
314
|
*/
|
246
315
|
UnprocessedAccounts?: UnprocessedAccountList;
|
247
316
|
}
|
317
|
+
export type DatasourcePackage = "DETECTIVE_CORE"|"EKS_AUDIT"|string;
|
318
|
+
export interface DatasourcePackageIngestDetail {
|
319
|
+
/**
|
320
|
+
* Details on which data source packages are ingested for a member account.
|
321
|
+
*/
|
322
|
+
DatasourcePackageIngestState?: DatasourcePackageIngestState;
|
323
|
+
/**
|
324
|
+
* The date a data source package was enabled for this account
|
325
|
+
*/
|
326
|
+
LastIngestStateChange?: LastIngestStateChangeDates;
|
327
|
+
}
|
328
|
+
export type DatasourcePackageIngestDetails = {[key: string]: DatasourcePackageIngestDetail};
|
329
|
+
export type DatasourcePackageIngestHistory = {[key: string]: LastIngestStateChangeDates};
|
330
|
+
export type DatasourcePackageIngestState = "STARTED"|"STOPPED"|"DISABLED"|string;
|
331
|
+
export type DatasourcePackageIngestStates = {[key: string]: DatasourcePackageIngestState};
|
332
|
+
export type DatasourcePackageList = DatasourcePackage[];
|
333
|
+
export interface DatasourcePackageUsageInfo {
|
334
|
+
/**
|
335
|
+
* Total volume of data in bytes per day ingested for a given data source package.
|
336
|
+
*/
|
337
|
+
VolumeUsageInBytes?: ByteValue;
|
338
|
+
/**
|
339
|
+
* The data and time when the member account data volume was last updated. The value is an ISO8601 formatted string. For example, 2021-08-18T16:35:56.284Z.
|
340
|
+
*/
|
341
|
+
VolumeUsageUpdateTime?: Timestamp;
|
342
|
+
}
|
248
343
|
export interface DeleteGraphRequest {
|
249
344
|
/**
|
250
345
|
* The ARN of the behavior graph to disable.
|
@@ -328,8 +423,34 @@ declare namespace Detective {
|
|
328
423
|
CreatedTime?: Timestamp;
|
329
424
|
}
|
330
425
|
export type GraphArn = string;
|
426
|
+
export type GraphArnList = GraphArn[];
|
331
427
|
export type GraphList = Graph[];
|
332
428
|
export type InvitationType = "INVITATION"|"ORGANIZATION"|string;
|
429
|
+
export type LastIngestStateChangeDates = {[key: string]: TimestampForCollection};
|
430
|
+
export interface ListDatasourcePackagesRequest {
|
431
|
+
/**
|
432
|
+
* The ARN of the behavior graph.
|
433
|
+
*/
|
434
|
+
GraphArn: GraphArn;
|
435
|
+
/**
|
436
|
+
* For requests to get the next page of results, the pagination token that was returned with the previous set of results. The initial request does not include a pagination token.
|
437
|
+
*/
|
438
|
+
NextToken?: PaginationToken;
|
439
|
+
/**
|
440
|
+
* The maximum number of results to return.
|
441
|
+
*/
|
442
|
+
MaxResults?: MemberResultsLimit;
|
443
|
+
}
|
444
|
+
export interface ListDatasourcePackagesResponse {
|
445
|
+
/**
|
446
|
+
* Details on the data source packages active in the behavior graph.
|
447
|
+
*/
|
448
|
+
DatasourcePackages?: DatasourcePackageIngestDetails;
|
449
|
+
/**
|
450
|
+
* For requests to get the next page of results, the pagination token that was returned with the previous set of results. The initial request does not include a pagination token.
|
451
|
+
*/
|
452
|
+
NextToken?: PaginationToken;
|
453
|
+
}
|
333
454
|
export interface ListGraphsRequest {
|
334
455
|
/**
|
335
456
|
* For requests to get the next page of results, the pagination token that was returned with the previous set of results. The initial request does not include a pagination token.
|
@@ -406,7 +527,7 @@ declare namespace Detective {
|
|
406
527
|
}
|
407
528
|
export interface ListOrganizationAdminAccountsResponse {
|
408
529
|
/**
|
409
|
-
* The list of
|
530
|
+
* The list of Detective administrator accounts.
|
410
531
|
*/
|
411
532
|
Administrators?: AdministratorList;
|
412
533
|
/**
|
@@ -483,11 +604,34 @@ declare namespace Detective {
|
|
483
604
|
* The type of behavior graph membership. For an organization account in the organization behavior graph, the type is ORGANIZATION. For an account that was invited to a behavior graph, the type is INVITATION.
|
484
605
|
*/
|
485
606
|
InvitationType?: InvitationType;
|
607
|
+
/**
|
608
|
+
* Details on the volume of usage for each data source package in a behavior graph.
|
609
|
+
*/
|
610
|
+
VolumeUsageByDatasourcePackage?: VolumeUsageByDatasourcePackage;
|
611
|
+
/**
|
612
|
+
* The state of a data source package for the behavior graph.
|
613
|
+
*/
|
614
|
+
DatasourcePackageIngestStates?: DatasourcePackageIngestStates;
|
486
615
|
}
|
487
616
|
export type MemberDetailList = MemberDetail[];
|
488
617
|
export type MemberDisabledReason = "VOLUME_TOO_HIGH"|"VOLUME_UNKNOWN"|string;
|
489
618
|
export type MemberResultsLimit = number;
|
490
619
|
export type MemberStatus = "INVITED"|"VERIFICATION_IN_PROGRESS"|"VERIFICATION_FAILED"|"ENABLED"|"ACCEPTED_BUT_DISABLED"|string;
|
620
|
+
export interface MembershipDatasources {
|
621
|
+
/**
|
622
|
+
* The account identifier of the Amazon Web Services account.
|
623
|
+
*/
|
624
|
+
AccountId?: AccountId;
|
625
|
+
/**
|
626
|
+
* The ARN of the organization behavior graph.
|
627
|
+
*/
|
628
|
+
GraphArn?: GraphArn;
|
629
|
+
/**
|
630
|
+
* Details on when a data source package was added to a behavior graph.
|
631
|
+
*/
|
632
|
+
DatasourcePackageIngestHistory?: DatasourcePackageIngestHistory;
|
633
|
+
}
|
634
|
+
export type MembershipDatasourcesList = MembershipDatasources[];
|
491
635
|
export type PaginationToken = string;
|
492
636
|
export type Percentage = number;
|
493
637
|
export interface RejectInvitationRequest {
|
@@ -523,6 +667,12 @@ declare namespace Detective {
|
|
523
667
|
}
|
524
668
|
export type TagValue = string;
|
525
669
|
export type Timestamp = Date;
|
670
|
+
export interface TimestampForCollection {
|
671
|
+
/**
|
672
|
+
* The data and time when data collection began for a source package. The value is an ISO8601 formatted string. For example, 2021-08-18T16:35:56.284Z.
|
673
|
+
*/
|
674
|
+
Timestamp?: Timestamp;
|
675
|
+
}
|
526
676
|
export interface UnprocessedAccount {
|
527
677
|
/**
|
528
678
|
* The Amazon Web Services account identifier of the member account that was not processed.
|
@@ -534,6 +684,17 @@ declare namespace Detective {
|
|
534
684
|
Reason?: UnprocessedReason;
|
535
685
|
}
|
536
686
|
export type UnprocessedAccountList = UnprocessedAccount[];
|
687
|
+
export interface UnprocessedGraph {
|
688
|
+
/**
|
689
|
+
* The ARN of the organization behavior graph.
|
690
|
+
*/
|
691
|
+
GraphArn?: GraphArn;
|
692
|
+
/**
|
693
|
+
* The reason data source package information could not be processed for a behavior graph.
|
694
|
+
*/
|
695
|
+
Reason?: UnprocessedReason;
|
696
|
+
}
|
697
|
+
export type UnprocessedGraphList = UnprocessedGraph[];
|
537
698
|
export type UnprocessedReason = string;
|
538
699
|
export interface UntagResourceRequest {
|
539
700
|
/**
|
@@ -547,6 +708,16 @@ declare namespace Detective {
|
|
547
708
|
}
|
548
709
|
export interface UntagResourceResponse {
|
549
710
|
}
|
711
|
+
export interface UpdateDatasourcePackagesRequest {
|
712
|
+
/**
|
713
|
+
* The ARN of the behavior graph.
|
714
|
+
*/
|
715
|
+
GraphArn: GraphArn;
|
716
|
+
/**
|
717
|
+
* The data source package start for the behavior graph.
|
718
|
+
*/
|
719
|
+
DatasourcePackages: DatasourcePackageList;
|
720
|
+
}
|
550
721
|
export interface UpdateOrganizationConfigurationRequest {
|
551
722
|
/**
|
552
723
|
* The ARN of the organization behavior graph.
|
@@ -557,6 +728,7 @@ declare namespace Detective {
|
|
557
728
|
*/
|
558
729
|
AutoEnable?: Boolean;
|
559
730
|
}
|
731
|
+
export type VolumeUsageByDatasourcePackage = {[key: string]: DatasourcePackageUsageInfo};
|
560
732
|
/**
|
561
733
|
* A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version.
|
562
734
|
*/
|