cdk-docker-image-deployment 0.0.192 → 0.0.194
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/destination.js +1 -1
- package/lib/docker-image-deployment.js +1 -1
- package/lib/source.js +1 -1
- package/node_modules/@types/aws-lambda/README.md +1 -1
- package/node_modules/@types/aws-lambda/index.d.ts +1 -1
- package/node_modules/@types/aws-lambda/package.json +2 -2
- package/node_modules/@types/aws-lambda/trigger/codecommit.d.ts +36 -0
- package/node_modules/aws-sdk/CHANGELOG.md +9 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/guardduty-2017-11-28.min.json +353 -107
- package/node_modules/aws-sdk/apis/guardduty-2017-11-28.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/migrationhubstrategy-2020-02-19.min.json +70 -30
- package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +106 -90
- package/node_modules/aws-sdk/apis/securitylake-2018-05-10.min.json +26 -8
- package/node_modules/aws-sdk/clients/guardduty.d.ts +245 -6
- package/node_modules/aws-sdk/clients/migrationhubstrategy.d.ts +67 -0
- package/node_modules/aws-sdk/clients/s3control.d.ts +34 -10
- package/node_modules/aws-sdk/clients/sagemakerruntime.d.ts +2 -2
- package/node_modules/aws-sdk/clients/securitylake.d.ts +57 -11
- 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 +6 -6
- package/node_modules/aws-sdk/dist/aws-sdk.js +3 -3
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +2 -2
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +8 -8
|
@@ -205,6 +205,8 @@
|
|
|
205
205
|
"subscriptionId"
|
|
206
206
|
],
|
|
207
207
|
"members": {
|
|
208
|
+
"resourceShareArn": {},
|
|
209
|
+
"resourceShareName": {},
|
|
208
210
|
"roleArn": {},
|
|
209
211
|
"s3BucketArn": {},
|
|
210
212
|
"snsArn": {},
|
|
@@ -472,6 +474,20 @@
|
|
|
472
474
|
"status": {},
|
|
473
475
|
"tagsMap": {
|
|
474
476
|
"shape": "Sr"
|
|
477
|
+
},
|
|
478
|
+
"updateStatus": {
|
|
479
|
+
"type": "structure",
|
|
480
|
+
"members": {
|
|
481
|
+
"lastUpdateFailure": {
|
|
482
|
+
"type": "structure",
|
|
483
|
+
"members": {
|
|
484
|
+
"code": {},
|
|
485
|
+
"reason": {}
|
|
486
|
+
}
|
|
487
|
+
},
|
|
488
|
+
"lastUpdateRequestId": {},
|
|
489
|
+
"lastUpdateStatus": {}
|
|
490
|
+
}
|
|
475
491
|
}
|
|
476
492
|
}
|
|
477
493
|
}
|
|
@@ -627,7 +643,7 @@
|
|
|
627
643
|
"type": "structure",
|
|
628
644
|
"members": {
|
|
629
645
|
"subscriber": {
|
|
630
|
-
"shape": "
|
|
646
|
+
"shape": "S2r"
|
|
631
647
|
}
|
|
632
648
|
}
|
|
633
649
|
}
|
|
@@ -674,7 +690,7 @@
|
|
|
674
690
|
"exceptionMessage": {},
|
|
675
691
|
"remediation": {},
|
|
676
692
|
"timestamp": {
|
|
677
|
-
"shape": "
|
|
693
|
+
"shape": "S2s"
|
|
678
694
|
}
|
|
679
695
|
}
|
|
680
696
|
}
|
|
@@ -758,7 +774,7 @@
|
|
|
758
774
|
"subscribers": {
|
|
759
775
|
"type": "list",
|
|
760
776
|
"member": {
|
|
761
|
-
"shape": "
|
|
777
|
+
"shape": "S2r"
|
|
762
778
|
}
|
|
763
779
|
}
|
|
764
780
|
}
|
|
@@ -860,7 +876,7 @@
|
|
|
860
876
|
"type": "structure",
|
|
861
877
|
"members": {
|
|
862
878
|
"subscriber": {
|
|
863
|
-
"shape": "
|
|
879
|
+
"shape": "S2r"
|
|
864
880
|
}
|
|
865
881
|
}
|
|
866
882
|
},
|
|
@@ -1001,7 +1017,7 @@
|
|
|
1001
1017
|
"union": true
|
|
1002
1018
|
}
|
|
1003
1019
|
},
|
|
1004
|
-
"
|
|
1020
|
+
"S2r": {
|
|
1005
1021
|
"type": "structure",
|
|
1006
1022
|
"required": [
|
|
1007
1023
|
"accountId",
|
|
@@ -1014,9 +1030,11 @@
|
|
|
1014
1030
|
},
|
|
1015
1031
|
"accountId": {},
|
|
1016
1032
|
"createdAt": {
|
|
1017
|
-
"shape": "
|
|
1033
|
+
"shape": "S2s"
|
|
1018
1034
|
},
|
|
1019
1035
|
"externalId": {},
|
|
1036
|
+
"resourceShareArn": {},
|
|
1037
|
+
"resourceShareName": {},
|
|
1020
1038
|
"roleArn": {},
|
|
1021
1039
|
"s3BucketArn": {},
|
|
1022
1040
|
"snsArn": {},
|
|
@@ -1030,11 +1048,11 @@
|
|
|
1030
1048
|
"subscriptionProtocol": {},
|
|
1031
1049
|
"subscriptionStatus": {},
|
|
1032
1050
|
"updatedAt": {
|
|
1033
|
-
"shape": "
|
|
1051
|
+
"shape": "S2s"
|
|
1034
1052
|
}
|
|
1035
1053
|
}
|
|
1036
1054
|
},
|
|
1037
|
-
"
|
|
1055
|
+
"S2s": {
|
|
1038
1056
|
"type": "timestamp",
|
|
1039
1057
|
"timestampFormat": "iso8601"
|
|
1040
1058
|
}
|
|
@@ -44,11 +44,11 @@ declare class GuardDuty extends Service {
|
|
|
44
44
|
*/
|
|
45
45
|
createDetector(callback?: (err: AWSError, data: GuardDuty.Types.CreateDetectorResponse) => void): Request<GuardDuty.Types.CreateDetectorResponse, AWSError>;
|
|
46
46
|
/**
|
|
47
|
-
* Creates a filter using the specified finding criteria.
|
|
47
|
+
* Creates a filter using the specified finding criteria. The maximum number of saved filters per Amazon Web Services account per Region is 100. For more information, see Quotas for GuardDuty.
|
|
48
48
|
*/
|
|
49
49
|
createFilter(params: GuardDuty.Types.CreateFilterRequest, callback?: (err: AWSError, data: GuardDuty.Types.CreateFilterResponse) => void): Request<GuardDuty.Types.CreateFilterResponse, AWSError>;
|
|
50
50
|
/**
|
|
51
|
-
* Creates a filter using the specified finding criteria.
|
|
51
|
+
* Creates a filter using the specified finding criteria. The maximum number of saved filters per Amazon Web Services account per Region is 100. For more information, see Quotas for GuardDuty.
|
|
52
52
|
*/
|
|
53
53
|
createFilter(callback?: (err: AWSError, data: GuardDuty.Types.CreateFilterResponse) => void): Request<GuardDuty.Types.CreateFilterResponse, AWSError>;
|
|
54
54
|
/**
|
|
@@ -613,6 +613,10 @@ declare namespace GuardDuty {
|
|
|
613
613
|
* Describes the data source enabled for the GuardDuty member account.
|
|
614
614
|
*/
|
|
615
615
|
DataSources?: DataSourcesFreeTrial;
|
|
616
|
+
/**
|
|
617
|
+
* A list of features enabled for the GuardDuty account.
|
|
618
|
+
*/
|
|
619
|
+
Features?: FreeTrialFeatureConfigurationsResults;
|
|
616
620
|
}
|
|
617
621
|
export type AccountFreeTrialInfos = AccountFreeTrialInfo[];
|
|
618
622
|
export type AccountId = string;
|
|
@@ -648,6 +652,10 @@ declare namespace GuardDuty {
|
|
|
648
652
|
* Information about the Kubernetes API call action described in this finding.
|
|
649
653
|
*/
|
|
650
654
|
KubernetesApiCallAction?: KubernetesApiCallAction;
|
|
655
|
+
/**
|
|
656
|
+
* Information about RDS_LOGIN_ATTEMPT action described in this finding.
|
|
657
|
+
*/
|
|
658
|
+
RdsLoginAttemptAction?: RdsLoginAttemptAction;
|
|
651
659
|
}
|
|
652
660
|
export interface AdminAccount {
|
|
653
661
|
/**
|
|
@@ -899,6 +907,10 @@ declare namespace GuardDuty {
|
|
|
899
907
|
* The tags to be added to a new detector resource.
|
|
900
908
|
*/
|
|
901
909
|
Tags?: TagMap;
|
|
910
|
+
/**
|
|
911
|
+
* A list of features that will be configured for the detector.
|
|
912
|
+
*/
|
|
913
|
+
Features?: DetectorFeatureConfigurations;
|
|
902
914
|
}
|
|
903
915
|
export interface CreateDetectorResponse {
|
|
904
916
|
/**
|
|
@@ -920,7 +932,7 @@ declare namespace GuardDuty {
|
|
|
920
932
|
*/
|
|
921
933
|
Name: FilterName;
|
|
922
934
|
/**
|
|
923
|
-
* The description of the filter. Valid characters include alphanumeric characters, and special characters such as
|
|
935
|
+
* The description of the filter. Valid characters include alphanumeric characters, and special characters such as hyphen, period, colon, underscore, parentheses ({ }, [ ], and ( )), forward slash, horizontal tab, vertical tab, newline, form feed, return, and whitespace.
|
|
924
936
|
*/
|
|
925
937
|
Description?: FilterDescription;
|
|
926
938
|
/**
|
|
@@ -1300,6 +1312,14 @@ declare namespace GuardDuty {
|
|
|
1300
1312
|
* The ID of the detector to retrieve information about the delegated administrator from.
|
|
1301
1313
|
*/
|
|
1302
1314
|
DetectorId: DetectorId;
|
|
1315
|
+
/**
|
|
1316
|
+
* You can use this parameter to indicate the maximum number of items that you want in the response.
|
|
1317
|
+
*/
|
|
1318
|
+
MaxResults?: MaxResults;
|
|
1319
|
+
/**
|
|
1320
|
+
* You can use this parameter when paginating results. Set the value of this parameter to null on your first call to the list action. For subsequent calls to the action, fill nextToken in the request with the value of NextToken from the previous response to continue listing data.
|
|
1321
|
+
*/
|
|
1322
|
+
NextToken?: String;
|
|
1303
1323
|
}
|
|
1304
1324
|
export interface DescribeOrganizationConfigurationResponse {
|
|
1305
1325
|
/**
|
|
@@ -1314,6 +1334,14 @@ declare namespace GuardDuty {
|
|
|
1314
1334
|
* Describes which data sources are enabled automatically for member accounts.
|
|
1315
1335
|
*/
|
|
1316
1336
|
DataSources?: OrganizationDataSourceConfigurationsResult;
|
|
1337
|
+
/**
|
|
1338
|
+
* A list of features that are configured for this organization.
|
|
1339
|
+
*/
|
|
1340
|
+
Features?: OrganizationFeaturesConfigurationsResults;
|
|
1341
|
+
/**
|
|
1342
|
+
* The pagination parameter to be used on the next list operation to retrieve more items.
|
|
1343
|
+
*/
|
|
1344
|
+
NextToken?: String;
|
|
1317
1345
|
}
|
|
1318
1346
|
export interface DescribePublishingDestinationRequest {
|
|
1319
1347
|
/**
|
|
@@ -1373,6 +1401,34 @@ declare namespace GuardDuty {
|
|
|
1373
1401
|
}
|
|
1374
1402
|
export type DestinationType = "S3"|string;
|
|
1375
1403
|
export type Destinations = Destination[];
|
|
1404
|
+
export type DetectorFeature = "S3_DATA_EVENTS"|"EKS_AUDIT_LOGS"|"EBS_MALWARE_PROTECTION"|"RDS_LOGIN_EVENTS"|string;
|
|
1405
|
+
export interface DetectorFeatureConfiguration {
|
|
1406
|
+
/**
|
|
1407
|
+
* The name of the feature.
|
|
1408
|
+
*/
|
|
1409
|
+
Name?: DetectorFeature;
|
|
1410
|
+
/**
|
|
1411
|
+
* The status of the feature.
|
|
1412
|
+
*/
|
|
1413
|
+
Status?: FeatureStatus;
|
|
1414
|
+
}
|
|
1415
|
+
export interface DetectorFeatureConfigurationResult {
|
|
1416
|
+
/**
|
|
1417
|
+
* Indicates the name of the feature that can be enabled for the detector.
|
|
1418
|
+
*/
|
|
1419
|
+
Name?: DetectorFeatureResult;
|
|
1420
|
+
/**
|
|
1421
|
+
* Indicates the status of the feature that is enabled for the detector.
|
|
1422
|
+
*/
|
|
1423
|
+
Status?: FeatureStatus;
|
|
1424
|
+
/**
|
|
1425
|
+
* The timestamp at which the feature object was updated.
|
|
1426
|
+
*/
|
|
1427
|
+
UpdatedAt?: Timestamp;
|
|
1428
|
+
}
|
|
1429
|
+
export type DetectorFeatureConfigurations = DetectorFeatureConfiguration[];
|
|
1430
|
+
export type DetectorFeatureConfigurationsResults = DetectorFeatureConfigurationResult[];
|
|
1431
|
+
export type DetectorFeatureResult = "FLOW_LOGS"|"CLOUD_TRAIL"|"DNS_LOGS"|"S3_DATA_EVENTS"|"EKS_AUDIT_LOGS"|"EBS_MALWARE_PROTECTION"|"RDS_LOGIN_EVENTS"|string;
|
|
1376
1432
|
export type DetectorId = string;
|
|
1377
1433
|
export type DetectorIds = DetectorId[];
|
|
1378
1434
|
export type DetectorStatus = "ENABLED"|"DISABLED"|string;
|
|
@@ -1603,6 +1659,7 @@ declare namespace GuardDuty {
|
|
|
1603
1659
|
*/
|
|
1604
1660
|
ThreatIntelligenceDetails?: ThreatIntelligenceDetails;
|
|
1605
1661
|
}
|
|
1662
|
+
export type FeatureStatus = "ENABLED"|"DISABLED"|string;
|
|
1606
1663
|
export type Feedback = "USEFUL"|"NOT_USEFUL"|string;
|
|
1607
1664
|
export type FilePaths = ScanFilePath[];
|
|
1608
1665
|
export type FilterAction = "NOOP"|"ARCHIVE"|string;
|
|
@@ -1723,6 +1780,18 @@ declare namespace GuardDuty {
|
|
|
1723
1780
|
*/
|
|
1724
1781
|
Status: DataSourceStatus;
|
|
1725
1782
|
}
|
|
1783
|
+
export interface FreeTrialFeatureConfigurationResult {
|
|
1784
|
+
/**
|
|
1785
|
+
* The name of the feature for which the free trial is configured.
|
|
1786
|
+
*/
|
|
1787
|
+
Name?: FreeTrialFeatureResult;
|
|
1788
|
+
/**
|
|
1789
|
+
* The number of the remaining free trial days for the feature.
|
|
1790
|
+
*/
|
|
1791
|
+
FreeTrialDaysRemaining?: Integer;
|
|
1792
|
+
}
|
|
1793
|
+
export type FreeTrialFeatureConfigurationsResults = FreeTrialFeatureConfigurationResult[];
|
|
1794
|
+
export type FreeTrialFeatureResult = "FLOW_LOGS"|"CLOUD_TRAIL"|"DNS_LOGS"|"S3_DATA_EVENTS"|"EKS_AUDIT_LOGS"|"EBS_MALWARE_PROTECTION"|"RDS_LOGIN_EVENTS"|string;
|
|
1726
1795
|
export interface GeoLocation {
|
|
1727
1796
|
/**
|
|
1728
1797
|
* The latitude information of the remote IP address.
|
|
@@ -1780,6 +1849,10 @@ declare namespace GuardDuty {
|
|
|
1780
1849
|
* The tags of the detector resource.
|
|
1781
1850
|
*/
|
|
1782
1851
|
Tags?: TagMap;
|
|
1852
|
+
/**
|
|
1853
|
+
* Describes the features that have been enabled for the detector.
|
|
1854
|
+
*/
|
|
1855
|
+
Features?: DetectorFeatureConfigurationsResults;
|
|
1783
1856
|
}
|
|
1784
1857
|
export interface GetFilterRequest {
|
|
1785
1858
|
/**
|
|
@@ -2545,6 +2618,25 @@ declare namespace GuardDuty {
|
|
|
2545
2618
|
PortName?: String;
|
|
2546
2619
|
}
|
|
2547
2620
|
export type Location = string;
|
|
2621
|
+
export interface LoginAttribute {
|
|
2622
|
+
/**
|
|
2623
|
+
* Indicates the user name which attempted to log in.
|
|
2624
|
+
*/
|
|
2625
|
+
User?: String;
|
|
2626
|
+
/**
|
|
2627
|
+
* Indicates the application name used to attempt log in.
|
|
2628
|
+
*/
|
|
2629
|
+
Application?: String;
|
|
2630
|
+
/**
|
|
2631
|
+
* Represents the sum of failed (unsuccessful) login attempts made to establish a connection to the database instance.
|
|
2632
|
+
*/
|
|
2633
|
+
FailedLoginAttempts?: Integer;
|
|
2634
|
+
/**
|
|
2635
|
+
* Represents the sum of successful connections (a correct combination of login attributes) made to the database instance by the actor.
|
|
2636
|
+
*/
|
|
2637
|
+
SuccessfulLoginAttempts?: Integer;
|
|
2638
|
+
}
|
|
2639
|
+
export type LoginAttributes = LoginAttribute[];
|
|
2548
2640
|
export type Long = number;
|
|
2549
2641
|
export type LongValue = number;
|
|
2550
2642
|
export interface MalwareProtectionConfiguration {
|
|
@@ -2631,9 +2723,39 @@ declare namespace GuardDuty {
|
|
|
2631
2723
|
/**
|
|
2632
2724
|
* Contains information on the status of data sources for the account.
|
|
2633
2725
|
*/
|
|
2634
|
-
DataSources
|
|
2726
|
+
DataSources?: DataSourceConfigurationsResult;
|
|
2727
|
+
/**
|
|
2728
|
+
* Contains information about the status of the features for the member account.
|
|
2729
|
+
*/
|
|
2730
|
+
Features?: MemberFeaturesConfigurationsResults;
|
|
2635
2731
|
}
|
|
2636
2732
|
export type MemberDataSourceConfigurations = MemberDataSourceConfiguration[];
|
|
2733
|
+
export interface MemberFeaturesConfiguration {
|
|
2734
|
+
/**
|
|
2735
|
+
* The name of the feature.
|
|
2736
|
+
*/
|
|
2737
|
+
Name?: OrgFeature;
|
|
2738
|
+
/**
|
|
2739
|
+
* The status of the feature.
|
|
2740
|
+
*/
|
|
2741
|
+
Status?: FeatureStatus;
|
|
2742
|
+
}
|
|
2743
|
+
export interface MemberFeaturesConfigurationResult {
|
|
2744
|
+
/**
|
|
2745
|
+
* Indicates the name of the feature that is enabled for the detector.
|
|
2746
|
+
*/
|
|
2747
|
+
Name?: OrgFeature;
|
|
2748
|
+
/**
|
|
2749
|
+
* Indicates the status of the feature that is enabled for the detector.
|
|
2750
|
+
*/
|
|
2751
|
+
Status?: FeatureStatus;
|
|
2752
|
+
/**
|
|
2753
|
+
* The timestamp at which the feature object was updated.
|
|
2754
|
+
*/
|
|
2755
|
+
UpdatedAt?: Timestamp;
|
|
2756
|
+
}
|
|
2757
|
+
export type MemberFeaturesConfigurations = MemberFeaturesConfiguration[];
|
|
2758
|
+
export type MemberFeaturesConfigurationsResults = MemberFeaturesConfigurationResult[];
|
|
2637
2759
|
export type Members = Member[];
|
|
2638
2760
|
export type Name = string;
|
|
2639
2761
|
export type Neq = String[];
|
|
@@ -2713,6 +2835,8 @@ declare namespace GuardDuty {
|
|
|
2713
2835
|
export type NonEmptyString = string;
|
|
2714
2836
|
export type NotEquals = String[];
|
|
2715
2837
|
export type OrderBy = "ASC"|"DESC"|string;
|
|
2838
|
+
export type OrgFeature = "S3_DATA_EVENTS"|"EKS_AUDIT_LOGS"|"EBS_MALWARE_PROTECTION"|"RDS_LOGIN_EVENTS"|string;
|
|
2839
|
+
export type OrgFeatureStatus = "NEW"|"NONE"|string;
|
|
2716
2840
|
export interface Organization {
|
|
2717
2841
|
/**
|
|
2718
2842
|
* The Autonomous System Number (ASN) of the internet provider of the remote IP address.
|
|
@@ -2771,6 +2895,28 @@ declare namespace GuardDuty {
|
|
|
2771
2895
|
*/
|
|
2772
2896
|
AutoEnable?: Boolean;
|
|
2773
2897
|
}
|
|
2898
|
+
export interface OrganizationFeatureConfiguration {
|
|
2899
|
+
/**
|
|
2900
|
+
* The name of the feature that will be configured for the organization.
|
|
2901
|
+
*/
|
|
2902
|
+
Name?: OrgFeature;
|
|
2903
|
+
/**
|
|
2904
|
+
* The status of the feature that will be configured for the organization.
|
|
2905
|
+
*/
|
|
2906
|
+
AutoEnable?: OrgFeatureStatus;
|
|
2907
|
+
}
|
|
2908
|
+
export interface OrganizationFeatureConfigurationResult {
|
|
2909
|
+
/**
|
|
2910
|
+
* The name of the feature that is configured for the member accounts within the organization.
|
|
2911
|
+
*/
|
|
2912
|
+
Name?: OrgFeature;
|
|
2913
|
+
/**
|
|
2914
|
+
* Describes how The status of the feature that are configured for the member accounts within the organization. If you set AutoEnable to NEW, a feature will be configured for only the new accounts when they join the organization. If you set AutoEnable to NONE, no feature will be configured for the accounts when they join the organization.
|
|
2915
|
+
*/
|
|
2916
|
+
AutoEnable?: OrgFeatureStatus;
|
|
2917
|
+
}
|
|
2918
|
+
export type OrganizationFeaturesConfigurations = OrganizationFeatureConfiguration[];
|
|
2919
|
+
export type OrganizationFeaturesConfigurationsResults = OrganizationFeatureConfigurationResult[];
|
|
2774
2920
|
export interface OrganizationKubernetesAuditLogsConfiguration {
|
|
2775
2921
|
/**
|
|
2776
2922
|
* A value that contains information on whether Kubernetes audit logs should be enabled automatically as a data source for the organization.
|
|
@@ -2906,6 +3052,61 @@ declare namespace GuardDuty {
|
|
|
2906
3052
|
EffectivePermission?: String;
|
|
2907
3053
|
}
|
|
2908
3054
|
export type PublishingStatus = "PENDING_VERIFICATION"|"PUBLISHING"|"UNABLE_TO_PUBLISH_FIX_DESTINATION_PROPERTY"|"STOPPED"|string;
|
|
3055
|
+
export interface RdsDbInstanceDetails {
|
|
3056
|
+
/**
|
|
3057
|
+
* The identifier associated to the database instance that was involved in the finding.
|
|
3058
|
+
*/
|
|
3059
|
+
DbInstanceIdentifier?: String;
|
|
3060
|
+
/**
|
|
3061
|
+
* The database engine of the database instance involved in the finding.
|
|
3062
|
+
*/
|
|
3063
|
+
Engine?: String;
|
|
3064
|
+
/**
|
|
3065
|
+
* The version of the database engine that was involved in the finding.
|
|
3066
|
+
*/
|
|
3067
|
+
EngineVersion?: String;
|
|
3068
|
+
/**
|
|
3069
|
+
* The identifier of the database cluster that contains the database instance ID involved in the finding.
|
|
3070
|
+
*/
|
|
3071
|
+
DbClusterIdentifier?: String;
|
|
3072
|
+
/**
|
|
3073
|
+
* The Amazon Resource Name (ARN) that identifies the database instance involved in the finding.
|
|
3074
|
+
*/
|
|
3075
|
+
DbInstanceArn?: String;
|
|
3076
|
+
/**
|
|
3077
|
+
* Instance tag key-value pairs associated with the database instance ID.
|
|
3078
|
+
*/
|
|
3079
|
+
Tags?: Tags;
|
|
3080
|
+
}
|
|
3081
|
+
export interface RdsDbUserDetails {
|
|
3082
|
+
/**
|
|
3083
|
+
* The user name used in the anomalous login attempt.
|
|
3084
|
+
*/
|
|
3085
|
+
User?: String;
|
|
3086
|
+
/**
|
|
3087
|
+
* The application name used in the anomalous login attempt.
|
|
3088
|
+
*/
|
|
3089
|
+
Application?: String;
|
|
3090
|
+
/**
|
|
3091
|
+
* The name of the database instance involved in the anomalous login attempt.
|
|
3092
|
+
*/
|
|
3093
|
+
Database?: String;
|
|
3094
|
+
/**
|
|
3095
|
+
* The version of the Secure Socket Layer (SSL) used for the network.
|
|
3096
|
+
*/
|
|
3097
|
+
Ssl?: String;
|
|
3098
|
+
/**
|
|
3099
|
+
* The authentication method used by the user involved in the finding.
|
|
3100
|
+
*/
|
|
3101
|
+
AuthMethod?: String;
|
|
3102
|
+
}
|
|
3103
|
+
export interface RdsLoginAttemptAction {
|
|
3104
|
+
RemoteIpDetails?: RemoteIpDetails;
|
|
3105
|
+
/**
|
|
3106
|
+
* Indicates the login attributes used in the login attempt.
|
|
3107
|
+
*/
|
|
3108
|
+
LoginAttributes?: LoginAttributes;
|
|
3109
|
+
}
|
|
2909
3110
|
export interface RemoteAccountDetails {
|
|
2910
3111
|
/**
|
|
2911
3112
|
* The Amazon Web Services account ID of the remote API caller.
|
|
@@ -2982,6 +3183,14 @@ declare namespace GuardDuty {
|
|
|
2982
3183
|
*/
|
|
2983
3184
|
EcsClusterDetails?: EcsClusterDetails;
|
|
2984
3185
|
ContainerDetails?: Container;
|
|
3186
|
+
/**
|
|
3187
|
+
* Contains information about the database instance to which an anomalous login attempt was made.
|
|
3188
|
+
*/
|
|
3189
|
+
RdsDbInstanceDetails?: RdsDbInstanceDetails;
|
|
3190
|
+
/**
|
|
3191
|
+
* Contains information about the user details through which anomalous login attempt was made.
|
|
3192
|
+
*/
|
|
3193
|
+
RdsDbUserDetails?: RdsDbUserDetails;
|
|
2985
3194
|
}
|
|
2986
3195
|
export interface ResourceDetails {
|
|
2987
3196
|
/**
|
|
@@ -3481,6 +3690,10 @@ declare namespace GuardDuty {
|
|
|
3481
3690
|
* Describes which data sources will be updated. 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.
|
|
3482
3691
|
*/
|
|
3483
3692
|
DataSources?: DataSourceConfigurations;
|
|
3693
|
+
/**
|
|
3694
|
+
* Provides the features that will be updated for the detector.
|
|
3695
|
+
*/
|
|
3696
|
+
Features?: DetectorFeatureConfigurations;
|
|
3484
3697
|
}
|
|
3485
3698
|
export interface UpdateDetectorResponse {
|
|
3486
3699
|
}
|
|
@@ -3589,6 +3802,10 @@ declare namespace GuardDuty {
|
|
|
3589
3802
|
* Describes which data sources will be updated.
|
|
3590
3803
|
*/
|
|
3591
3804
|
DataSources?: DataSourceConfigurations;
|
|
3805
|
+
/**
|
|
3806
|
+
* A list of features that will be updated for the specified member accounts.
|
|
3807
|
+
*/
|
|
3808
|
+
Features?: MemberFeaturesConfigurations;
|
|
3592
3809
|
}
|
|
3593
3810
|
export interface UpdateMemberDetectorsResponse {
|
|
3594
3811
|
/**
|
|
@@ -3609,6 +3826,10 @@ declare namespace GuardDuty {
|
|
|
3609
3826
|
* Describes which data sources will be updated.
|
|
3610
3827
|
*/
|
|
3611
3828
|
DataSources?: OrganizationDataSourceConfigurations;
|
|
3829
|
+
/**
|
|
3830
|
+
* A list of features that will be configured for the organization.
|
|
3831
|
+
*/
|
|
3832
|
+
Features?: OrganizationFeaturesConfigurations;
|
|
3612
3833
|
}
|
|
3613
3834
|
export interface UpdateOrganizationConfigurationResponse {
|
|
3614
3835
|
}
|
|
@@ -3671,11 +3892,15 @@ declare namespace GuardDuty {
|
|
|
3671
3892
|
/**
|
|
3672
3893
|
* The data sources to aggregate usage statistics from.
|
|
3673
3894
|
*/
|
|
3674
|
-
DataSources
|
|
3895
|
+
DataSources?: DataSourceList;
|
|
3675
3896
|
/**
|
|
3676
3897
|
* The resources to aggregate usage statistics from. Only accepts exact resource names.
|
|
3677
3898
|
*/
|
|
3678
3899
|
Resources?: ResourceList;
|
|
3900
|
+
/**
|
|
3901
|
+
* The features to aggregate usage statistics from.
|
|
3902
|
+
*/
|
|
3903
|
+
Features?: UsageFeatureList;
|
|
3679
3904
|
}
|
|
3680
3905
|
export interface UsageDataSourceResult {
|
|
3681
3906
|
/**
|
|
@@ -3688,6 +3913,16 @@ declare namespace GuardDuty {
|
|
|
3688
3913
|
Total?: Total;
|
|
3689
3914
|
}
|
|
3690
3915
|
export type UsageDataSourceResultList = UsageDataSourceResult[];
|
|
3916
|
+
export type UsageFeature = "FLOW_LOGS"|"CLOUD_TRAIL"|"DNS_LOGS"|"S3_DATA_EVENTS"|"EKS_AUDIT_LOGS"|"EBS_MALWARE_PROTECTION"|"RDS_LOGIN_EVENTS"|"LAMBDA_NETWORK_LOGS"|"EKS_RUNTIME_MONITORING"|string;
|
|
3917
|
+
export type UsageFeatureList = UsageFeature[];
|
|
3918
|
+
export interface UsageFeatureResult {
|
|
3919
|
+
/**
|
|
3920
|
+
* The feature that generated the usage cost.
|
|
3921
|
+
*/
|
|
3922
|
+
Feature?: UsageFeature;
|
|
3923
|
+
Total?: Total;
|
|
3924
|
+
}
|
|
3925
|
+
export type UsageFeatureResultList = UsageFeatureResult[];
|
|
3691
3926
|
export interface UsageResourceResult {
|
|
3692
3927
|
/**
|
|
3693
3928
|
* The Amazon Web Services resource that generated usage.
|
|
@@ -3699,7 +3934,7 @@ declare namespace GuardDuty {
|
|
|
3699
3934
|
Total?: Total;
|
|
3700
3935
|
}
|
|
3701
3936
|
export type UsageResourceResultList = UsageResourceResult[];
|
|
3702
|
-
export type UsageStatisticType = "SUM_BY_ACCOUNT"|"SUM_BY_DATA_SOURCE"|"SUM_BY_RESOURCE"|"TOP_RESOURCES"|string;
|
|
3937
|
+
export type UsageStatisticType = "SUM_BY_ACCOUNT"|"SUM_BY_DATA_SOURCE"|"SUM_BY_RESOURCE"|"TOP_RESOURCES"|"SUM_BY_FEATURES"|string;
|
|
3703
3938
|
export interface UsageStatistics {
|
|
3704
3939
|
/**
|
|
3705
3940
|
* The usage statistic sum organized by account ID.
|
|
@@ -3717,6 +3952,10 @@ declare namespace GuardDuty {
|
|
|
3717
3952
|
* Lists the top 50 resources that have generated the most GuardDuty usage, in order from most to least expensive.
|
|
3718
3953
|
*/
|
|
3719
3954
|
TopResources?: UsageResourceResultList;
|
|
3955
|
+
/**
|
|
3956
|
+
* The usage statistic sum organized by feature.
|
|
3957
|
+
*/
|
|
3958
|
+
SumByFeature?: UsageFeatureResultList;
|
|
3720
3959
|
}
|
|
3721
3960
|
export interface Volume {
|
|
3722
3961
|
/**
|
|
@@ -181,6 +181,47 @@ declare class MigrationHubStrategy extends Service {
|
|
|
181
181
|
updateServerConfig(callback?: (err: AWSError, data: MigrationHubStrategy.Types.UpdateServerConfigResponse) => void): Request<MigrationHubStrategy.Types.UpdateServerConfigResponse, AWSError>;
|
|
182
182
|
}
|
|
183
183
|
declare namespace MigrationHubStrategy {
|
|
184
|
+
export interface AnalysisStatusUnion {
|
|
185
|
+
/**
|
|
186
|
+
* The status of the analysis.
|
|
187
|
+
*/
|
|
188
|
+
runtimeAnalysisStatus?: RuntimeAnalysisStatus;
|
|
189
|
+
/**
|
|
190
|
+
* The status of the source code or database analysis.
|
|
191
|
+
*/
|
|
192
|
+
srcCodeOrDbAnalysisStatus?: SrcCodeOrDbAnalysisStatus;
|
|
193
|
+
}
|
|
194
|
+
export type AnalysisType = "SOURCE_CODE_ANALYSIS"|"DATABASE_ANALYSIS"|"RUNTIME_ANALYSIS"|"BINARY_ANALYSIS"|string;
|
|
195
|
+
export interface AnalyzerNameUnion {
|
|
196
|
+
/**
|
|
197
|
+
* The binary analyzer names.
|
|
198
|
+
*/
|
|
199
|
+
binaryAnalyzerName?: BinaryAnalyzerName;
|
|
200
|
+
/**
|
|
201
|
+
* The assessment analyzer names.
|
|
202
|
+
*/
|
|
203
|
+
runTimeAnalyzerName?: RunTimeAnalyzerName;
|
|
204
|
+
/**
|
|
205
|
+
* The source code analyzer names.
|
|
206
|
+
*/
|
|
207
|
+
sourceCodeAnalyzerName?: SourceCodeAnalyzerName;
|
|
208
|
+
}
|
|
209
|
+
export interface AntipatternReportResult {
|
|
210
|
+
/**
|
|
211
|
+
* The analyzer name.
|
|
212
|
+
*/
|
|
213
|
+
analyzerName?: AnalyzerNameUnion;
|
|
214
|
+
antiPatternReportS3Object?: S3Object;
|
|
215
|
+
/**
|
|
216
|
+
* The status of the anti-pattern report generation.
|
|
217
|
+
*/
|
|
218
|
+
antipatternReportStatus?: AntipatternReportStatus;
|
|
219
|
+
/**
|
|
220
|
+
* The status message for the anti-pattern.
|
|
221
|
+
*/
|
|
222
|
+
antipatternReportStatusMessage?: StatusMessage;
|
|
223
|
+
}
|
|
224
|
+
export type AntipatternReportResultList = AntipatternReportResult[];
|
|
184
225
|
export type AntipatternReportStatus = "FAILED"|"IN_PROGRESS"|"SUCCESS"|string;
|
|
185
226
|
export interface AntipatternSeveritySummary {
|
|
186
227
|
/**
|
|
@@ -274,6 +315,10 @@ declare namespace MigrationHubStrategy {
|
|
|
274
315
|
* The application component subtype.
|
|
275
316
|
*/
|
|
276
317
|
resourceSubType?: ResourceSubType;
|
|
318
|
+
/**
|
|
319
|
+
* A list of the analysis results.
|
|
320
|
+
*/
|
|
321
|
+
resultList?: ResultList;
|
|
277
322
|
/**
|
|
278
323
|
* The status of the application unit.
|
|
279
324
|
*/
|
|
@@ -421,6 +466,7 @@ declare namespace MigrationHubStrategy {
|
|
|
421
466
|
}
|
|
422
467
|
export type AwsManagedTargetDestination = "None specified"|"AWS Elastic BeanStalk"|"AWS Fargate"|string;
|
|
423
468
|
export type AwsManagedTargetDestinations = AwsManagedTargetDestination[];
|
|
469
|
+
export type BinaryAnalyzerName = "DLL_ANALYZER"|"BYTECODE_ANALYZER"|string;
|
|
424
470
|
export type Boolean = boolean;
|
|
425
471
|
export interface BusinessGoals {
|
|
426
472
|
/**
|
|
@@ -1137,6 +1183,26 @@ declare namespace MigrationHubStrategy {
|
|
|
1137
1183
|
export type ResourceId = string;
|
|
1138
1184
|
export type ResourceName = string;
|
|
1139
1185
|
export type ResourceSubType = "Database"|"Process"|"DatabaseProcess"|string;
|
|
1186
|
+
export interface Result {
|
|
1187
|
+
/**
|
|
1188
|
+
* The error in server analysis.
|
|
1189
|
+
*/
|
|
1190
|
+
analysisStatus?: AnalysisStatusUnion;
|
|
1191
|
+
/**
|
|
1192
|
+
* The error in server analysis.
|
|
1193
|
+
*/
|
|
1194
|
+
analysisType?: AnalysisType;
|
|
1195
|
+
/**
|
|
1196
|
+
* The error in server analysis.
|
|
1197
|
+
*/
|
|
1198
|
+
antipatternReportResultList?: AntipatternReportResultList;
|
|
1199
|
+
/**
|
|
1200
|
+
* The error in server analysis.
|
|
1201
|
+
*/
|
|
1202
|
+
statusMessage?: StatusMessage;
|
|
1203
|
+
}
|
|
1204
|
+
export type ResultList = Result[];
|
|
1205
|
+
export type RunTimeAnalyzerName = "A2C_ANALYZER"|"REHOST_ANALYZER"|"EMP_PA_ANALYZER"|"DATABASE_ANALYZER"|"SCT_ANALYZER"|string;
|
|
1140
1206
|
export type RunTimeAssessmentStatus = "dataCollectionTaskToBeScheduled"|"dataCollectionTaskScheduled"|"dataCollectionTaskStarted"|"dataCollectionTaskStopped"|"dataCollectionTaskSuccess"|"dataCollectionTaskFailed"|"dataCollectionTaskPartialSuccess"|string;
|
|
1141
1207
|
export type RuntimeAnalysisStatus = "ANALYSIS_TO_BE_SCHEDULED"|"ANALYSIS_STARTED"|"ANALYSIS_SUCCESS"|"ANALYSIS_FAILED"|string;
|
|
1142
1208
|
export type S3Bucket = string;
|
|
@@ -1289,6 +1355,7 @@ declare namespace MigrationHubStrategy {
|
|
|
1289
1355
|
*/
|
|
1290
1356
|
versionControl?: VersionControl;
|
|
1291
1357
|
}
|
|
1358
|
+
export type SourceCodeAnalyzerName = "CSHARP_ANALYZER"|"JAVA_ANALYZER"|"BYTECODE_ANALYZER"|"PORTING_ASSISTANT"|string;
|
|
1292
1359
|
export type SourceCodeList = SourceCode[];
|
|
1293
1360
|
export type SourceCodeRepositories = SourceCodeRepository[];
|
|
1294
1361
|
export interface SourceCodeRepository {
|