cdk-lambda-subminute 2.0.231 → 2.0.233
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 +3 -3
- package/lib/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/CHANGELOG.md +11 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/neptunedata-2023-08-01.min.json +30 -73
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +871 -862
- package/node_modules/aws-sdk/apis/simspaceweaver-2022-10-28.min.json +7 -0
- package/node_modules/aws-sdk/apis/sso-admin-2020-07-20.min.json +134 -134
- package/node_modules/aws-sdk/apis/sso-admin-2020-07-20.paginators.json +11 -11
- package/node_modules/aws-sdk/apis/workspaces-2015-04-08.min.json +28 -18
- package/node_modules/aws-sdk/clients/fsx.d.ts +3 -3
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +17 -5
- package/node_modules/aws-sdk/clients/securityhub.d.ts +35 -35
- package/node_modules/aws-sdk/clients/simspaceweaver.d.ts +3 -3
- package/node_modules/aws-sdk/clients/ssoadmin.d.ts +247 -247
- package/node_modules/aws-sdk/clients/workspaces.d.ts +16 -0
- 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 +7 -7
- 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/lib/response.d.ts +2 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +5 -5
@@ -2,62 +2,62 @@
|
|
2
2
|
"pagination": {
|
3
3
|
"ListAccountAssignmentCreationStatus": {
|
4
4
|
"input_token": "NextToken",
|
5
|
-
"limit_key": "MaxResults",
|
6
5
|
"output_token": "NextToken",
|
6
|
+
"limit_key": "MaxResults",
|
7
7
|
"result_key": "AccountAssignmentsCreationStatus"
|
8
8
|
},
|
9
9
|
"ListAccountAssignmentDeletionStatus": {
|
10
10
|
"input_token": "NextToken",
|
11
|
-
"limit_key": "MaxResults",
|
12
11
|
"output_token": "NextToken",
|
12
|
+
"limit_key": "MaxResults",
|
13
13
|
"result_key": "AccountAssignmentsDeletionStatus"
|
14
14
|
},
|
15
15
|
"ListAccountAssignments": {
|
16
16
|
"input_token": "NextToken",
|
17
|
-
"limit_key": "MaxResults",
|
18
17
|
"output_token": "NextToken",
|
18
|
+
"limit_key": "MaxResults",
|
19
19
|
"result_key": "AccountAssignments"
|
20
20
|
},
|
21
21
|
"ListAccountsForProvisionedPermissionSet": {
|
22
22
|
"input_token": "NextToken",
|
23
|
-
"limit_key": "MaxResults",
|
24
23
|
"output_token": "NextToken",
|
24
|
+
"limit_key": "MaxResults",
|
25
25
|
"result_key": "AccountIds"
|
26
26
|
},
|
27
27
|
"ListCustomerManagedPolicyReferencesInPermissionSet": {
|
28
28
|
"input_token": "NextToken",
|
29
|
-
"limit_key": "MaxResults",
|
30
29
|
"output_token": "NextToken",
|
30
|
+
"limit_key": "MaxResults",
|
31
31
|
"result_key": "CustomerManagedPolicyReferences"
|
32
32
|
},
|
33
33
|
"ListInstances": {
|
34
34
|
"input_token": "NextToken",
|
35
|
-
"limit_key": "MaxResults",
|
36
35
|
"output_token": "NextToken",
|
36
|
+
"limit_key": "MaxResults",
|
37
37
|
"result_key": "Instances"
|
38
38
|
},
|
39
39
|
"ListManagedPoliciesInPermissionSet": {
|
40
40
|
"input_token": "NextToken",
|
41
|
-
"limit_key": "MaxResults",
|
42
41
|
"output_token": "NextToken",
|
42
|
+
"limit_key": "MaxResults",
|
43
43
|
"result_key": "AttachedManagedPolicies"
|
44
44
|
},
|
45
45
|
"ListPermissionSetProvisioningStatus": {
|
46
46
|
"input_token": "NextToken",
|
47
|
-
"limit_key": "MaxResults",
|
48
47
|
"output_token": "NextToken",
|
48
|
+
"limit_key": "MaxResults",
|
49
49
|
"result_key": "PermissionSetsProvisioningStatus"
|
50
50
|
},
|
51
51
|
"ListPermissionSets": {
|
52
52
|
"input_token": "NextToken",
|
53
|
-
"limit_key": "MaxResults",
|
54
53
|
"output_token": "NextToken",
|
54
|
+
"limit_key": "MaxResults",
|
55
55
|
"result_key": "PermissionSets"
|
56
56
|
},
|
57
57
|
"ListPermissionSetsProvisionedToAccount": {
|
58
58
|
"input_token": "NextToken",
|
59
|
-
"limit_key": "MaxResults",
|
60
59
|
"output_token": "NextToken",
|
60
|
+
"limit_key": "MaxResults",
|
61
61
|
"result_key": "PermissionSets"
|
62
62
|
},
|
63
63
|
"ListTagsForResource": {
|
@@ -66,4 +66,4 @@
|
|
66
66
|
"result_key": "Tags"
|
67
67
|
}
|
68
68
|
}
|
69
|
-
}
|
69
|
+
}
|
@@ -937,6 +937,16 @@
|
|
937
937
|
},
|
938
938
|
"Description": {}
|
939
939
|
}
|
940
|
+
},
|
941
|
+
"ErrorDetails": {
|
942
|
+
"type": "list",
|
943
|
+
"member": {
|
944
|
+
"type": "structure",
|
945
|
+
"members": {
|
946
|
+
"ErrorCode": {},
|
947
|
+
"ErrorMessage": {}
|
948
|
+
}
|
949
|
+
}
|
940
950
|
}
|
941
951
|
}
|
942
952
|
}
|
@@ -959,10 +969,10 @@
|
|
959
969
|
"type": "structure",
|
960
970
|
"members": {
|
961
971
|
"RebuildSnapshots": {
|
962
|
-
"shape": "
|
972
|
+
"shape": "S67"
|
963
973
|
},
|
964
974
|
"RestoreSnapshots": {
|
965
|
-
"shape": "
|
975
|
+
"shape": "S67"
|
966
976
|
}
|
967
977
|
}
|
968
978
|
}
|
@@ -972,7 +982,7 @@
|
|
972
982
|
"type": "structure",
|
973
983
|
"members": {
|
974
984
|
"WorkspaceIds": {
|
975
|
-
"shape": "
|
985
|
+
"shape": "S6a"
|
976
986
|
},
|
977
987
|
"DirectoryId": {},
|
978
988
|
"UserName": {},
|
@@ -998,7 +1008,7 @@
|
|
998
1008
|
"type": "structure",
|
999
1009
|
"members": {
|
1000
1010
|
"WorkspaceIds": {
|
1001
|
-
"shape": "
|
1011
|
+
"shape": "S6a"
|
1002
1012
|
},
|
1003
1013
|
"NextToken": {}
|
1004
1014
|
}
|
@@ -1069,13 +1079,13 @@
|
|
1069
1079
|
"members": {
|
1070
1080
|
"ResourceId": {},
|
1071
1081
|
"DeviceTypeWindows": {
|
1072
|
-
"shape": "
|
1082
|
+
"shape": "S6m"
|
1073
1083
|
},
|
1074
1084
|
"DeviceTypeOsx": {
|
1075
|
-
"shape": "
|
1085
|
+
"shape": "S6m"
|
1076
1086
|
},
|
1077
1087
|
"DeviceTypeAndroid": {
|
1078
|
-
"shape": "
|
1088
|
+
"shape": "S6m"
|
1079
1089
|
},
|
1080
1090
|
"DeviceTypeIos": {
|
1081
1091
|
"type": "structure",
|
@@ -1098,10 +1108,10 @@
|
|
1098
1108
|
}
|
1099
1109
|
},
|
1100
1110
|
"DeviceTypeLinux": {
|
1101
|
-
"shape": "
|
1111
|
+
"shape": "S6m"
|
1102
1112
|
},
|
1103
1113
|
"DeviceTypeWeb": {
|
1104
|
-
"shape": "
|
1114
|
+
"shape": "S6m"
|
1105
1115
|
}
|
1106
1116
|
}
|
1107
1117
|
},
|
@@ -1416,7 +1426,7 @@
|
|
1416
1426
|
"FailedRequests": {
|
1417
1427
|
"type": "list",
|
1418
1428
|
"member": {
|
1419
|
-
"shape": "
|
1429
|
+
"shape": "S80"
|
1420
1430
|
}
|
1421
1431
|
}
|
1422
1432
|
}
|
@@ -1449,7 +1459,7 @@
|
|
1449
1459
|
"FailedRequests": {
|
1450
1460
|
"type": "list",
|
1451
1461
|
"member": {
|
1452
|
-
"shape": "
|
1462
|
+
"shape": "S80"
|
1453
1463
|
}
|
1454
1464
|
}
|
1455
1465
|
}
|
@@ -1543,7 +1553,7 @@
|
|
1543
1553
|
"FailedRequests": {
|
1544
1554
|
"type": "list",
|
1545
1555
|
"member": {
|
1546
|
-
"shape": "
|
1556
|
+
"shape": "S80"
|
1547
1557
|
}
|
1548
1558
|
}
|
1549
1559
|
}
|
@@ -1573,7 +1583,7 @@
|
|
1573
1583
|
"FailedRequests": {
|
1574
1584
|
"type": "list",
|
1575
1585
|
"member": {
|
1576
|
-
"shape": "
|
1586
|
+
"shape": "S80"
|
1577
1587
|
}
|
1578
1588
|
}
|
1579
1589
|
}
|
@@ -1606,7 +1616,7 @@
|
|
1606
1616
|
"FailedRequests": {
|
1607
1617
|
"type": "list",
|
1608
1618
|
"member": {
|
1609
|
-
"shape": "
|
1619
|
+
"shape": "S80"
|
1610
1620
|
}
|
1611
1621
|
}
|
1612
1622
|
}
|
@@ -1987,7 +1997,7 @@
|
|
1987
1997
|
"CertificateAuthorityArn": {}
|
1988
1998
|
}
|
1989
1999
|
},
|
1990
|
-
"
|
2000
|
+
"S67": {
|
1991
2001
|
"type": "list",
|
1992
2002
|
"member": {
|
1993
2003
|
"type": "structure",
|
@@ -1998,11 +2008,11 @@
|
|
1998
2008
|
}
|
1999
2009
|
}
|
2000
2010
|
},
|
2001
|
-
"
|
2011
|
+
"S6a": {
|
2002
2012
|
"type": "list",
|
2003
2013
|
"member": {}
|
2004
2014
|
},
|
2005
|
-
"
|
2015
|
+
"S6m": {
|
2006
2016
|
"type": "structure",
|
2007
2017
|
"members": {
|
2008
2018
|
"Logo": {
|
@@ -2016,7 +2026,7 @@
|
|
2016
2026
|
}
|
2017
2027
|
}
|
2018
2028
|
},
|
2019
|
-
"
|
2029
|
+
"S80": {
|
2020
2030
|
"type": "structure",
|
2021
2031
|
"members": {
|
2022
2032
|
"WorkspaceId": {},
|
@@ -919,13 +919,13 @@ declare namespace FSx {
|
|
919
919
|
Tags?: Tags;
|
920
920
|
KmsKeyId?: KmsKeyId;
|
921
921
|
/**
|
922
|
-
* The Microsoft Windows configuration for the file system that's being created.
|
922
|
+
* The Microsoft Windows configuration for the file system that's being created.
|
923
923
|
*/
|
924
924
|
WindowsConfiguration?: CreateFileSystemWindowsConfiguration;
|
925
925
|
LustreConfiguration?: CreateFileSystemLustreConfiguration;
|
926
926
|
OntapConfiguration?: CreateFileSystemOntapConfiguration;
|
927
927
|
/**
|
928
|
-
* (Optional) For FSx for Lustre file systems, sets the Lustre version for the file system that you're creating. Valid values are 2.10, 2.
|
928
|
+
* (Optional) For FSx for Lustre file systems, sets the Lustre version for the file system that you're creating. Valid values are 2.10, 2.12, and 2.15: 2.10 is supported by the Scratch and Persistent_1 Lustre deployment types. 2.12 and 2.15 are supported by all Lustre deployment types. 2.12 or 2.15 is required when setting FSx for Lustre DeploymentType to PERSISTENT_2. Default value = 2.10, except when DeploymentType is set to PERSISTENT_2, then the default is 2.12. If you set FileSystemTypeVersion to 2.10 for a PERSISTENT_2 Lustre deployment type, the CreateFileSystem operation fails.
|
929
929
|
*/
|
930
930
|
FileSystemTypeVersion?: FileSystemTypeVersion;
|
931
931
|
/**
|
@@ -2098,7 +2098,7 @@ declare namespace FSx {
|
|
2098
2098
|
*/
|
2099
2099
|
OntapConfiguration?: OntapFileSystemConfiguration;
|
2100
2100
|
/**
|
2101
|
-
* The Lustre version of the Amazon FSx for Lustre file system, which
|
2101
|
+
* The Lustre version of the Amazon FSx for Lustre file system, which can be 2.10, 2.12, or 2.15.
|
2102
2102
|
*/
|
2103
2103
|
FileSystemTypeVersion?: FileSystemTypeVersion;
|
2104
2104
|
/**
|
@@ -85,19 +85,19 @@ declare class SageMaker extends Service {
|
|
85
85
|
*/
|
86
86
|
createArtifact(callback?: (err: AWSError, data: SageMaker.Types.CreateArtifactResponse) => void): Request<SageMaker.Types.CreateArtifactResponse, AWSError>;
|
87
87
|
/**
|
88
|
-
* Creates an Autopilot job also referred to as Autopilot experiment or AutoML job. We recommend using the new versions CreateAutoMLJobV2 and DescribeAutoMLJobV2, which offer backward compatibility. CreateAutoMLJobV2 can manage tabular problem types identical to those of its previous version CreateAutoMLJob, as well as non-tabular problem types such as image or text classification. Find guidelines about how to migrate a CreateAutoMLJob to CreateAutoMLJobV2 in Migrate a CreateAutoMLJob to CreateAutoMLJobV2. You can find the best-performing model after you run an AutoML job by calling DescribeAutoMLJobV2 (recommended) or DescribeAutoMLJob.
|
88
|
+
* Creates an Autopilot job also referred to as Autopilot experiment or AutoML job. We recommend using the new versions CreateAutoMLJobV2 and DescribeAutoMLJobV2, which offer backward compatibility. CreateAutoMLJobV2 can manage tabular problem types identical to those of its previous version CreateAutoMLJob, as well as time-series forecasting, and non-tabular problem types such as image or text classification. Find guidelines about how to migrate a CreateAutoMLJob to CreateAutoMLJobV2 in Migrate a CreateAutoMLJob to CreateAutoMLJobV2. You can find the best-performing model after you run an AutoML job by calling DescribeAutoMLJobV2 (recommended) or DescribeAutoMLJob.
|
89
89
|
*/
|
90
90
|
createAutoMLJob(params: SageMaker.Types.CreateAutoMLJobRequest, callback?: (err: AWSError, data: SageMaker.Types.CreateAutoMLJobResponse) => void): Request<SageMaker.Types.CreateAutoMLJobResponse, AWSError>;
|
91
91
|
/**
|
92
|
-
* Creates an Autopilot job also referred to as Autopilot experiment or AutoML job. We recommend using the new versions CreateAutoMLJobV2 and DescribeAutoMLJobV2, which offer backward compatibility. CreateAutoMLJobV2 can manage tabular problem types identical to those of its previous version CreateAutoMLJob, as well as non-tabular problem types such as image or text classification. Find guidelines about how to migrate a CreateAutoMLJob to CreateAutoMLJobV2 in Migrate a CreateAutoMLJob to CreateAutoMLJobV2. You can find the best-performing model after you run an AutoML job by calling DescribeAutoMLJobV2 (recommended) or DescribeAutoMLJob.
|
92
|
+
* Creates an Autopilot job also referred to as Autopilot experiment or AutoML job. We recommend using the new versions CreateAutoMLJobV2 and DescribeAutoMLJobV2, which offer backward compatibility. CreateAutoMLJobV2 can manage tabular problem types identical to those of its previous version CreateAutoMLJob, as well as time-series forecasting, and non-tabular problem types such as image or text classification. Find guidelines about how to migrate a CreateAutoMLJob to CreateAutoMLJobV2 in Migrate a CreateAutoMLJob to CreateAutoMLJobV2. You can find the best-performing model after you run an AutoML job by calling DescribeAutoMLJobV2 (recommended) or DescribeAutoMLJob.
|
93
93
|
*/
|
94
94
|
createAutoMLJob(callback?: (err: AWSError, data: SageMaker.Types.CreateAutoMLJobResponse) => void): Request<SageMaker.Types.CreateAutoMLJobResponse, AWSError>;
|
95
95
|
/**
|
96
|
-
* Creates an Autopilot job also referred to as Autopilot experiment or AutoML job V2. CreateAutoMLJobV2 and DescribeAutoMLJobV2 are new versions of CreateAutoMLJob and DescribeAutoMLJob which offer backward compatibility. CreateAutoMLJobV2 can manage tabular problem types identical to those of its previous version CreateAutoMLJob, as well as non-tabular problem types such as image or text classification. Find guidelines about how to migrate a CreateAutoMLJob to CreateAutoMLJobV2 in Migrate a CreateAutoMLJob to CreateAutoMLJobV2. For the list of available problem types supported by CreateAutoMLJobV2, see AutoMLProblemTypeConfig. You can find the best-performing model after you run an AutoML job V2 by calling DescribeAutoMLJobV2.
|
96
|
+
* Creates an Autopilot job also referred to as Autopilot experiment or AutoML job V2. CreateAutoMLJobV2 and DescribeAutoMLJobV2 are new versions of CreateAutoMLJob and DescribeAutoMLJob which offer backward compatibility. CreateAutoMLJobV2 can manage tabular problem types identical to those of its previous version CreateAutoMLJob, as well as time-series forecasting, and non-tabular problem types such as image or text classification. Find guidelines about how to migrate a CreateAutoMLJob to CreateAutoMLJobV2 in Migrate a CreateAutoMLJob to CreateAutoMLJobV2. For the list of available problem types supported by CreateAutoMLJobV2, see AutoMLProblemTypeConfig. You can find the best-performing model after you run an AutoML job V2 by calling DescribeAutoMLJobV2.
|
97
97
|
*/
|
98
98
|
createAutoMLJobV2(params: SageMaker.Types.CreateAutoMLJobV2Request, callback?: (err: AWSError, data: SageMaker.Types.CreateAutoMLJobV2Response) => void): Request<SageMaker.Types.CreateAutoMLJobV2Response, AWSError>;
|
99
99
|
/**
|
100
|
-
* Creates an Autopilot job also referred to as Autopilot experiment or AutoML job V2. CreateAutoMLJobV2 and DescribeAutoMLJobV2 are new versions of CreateAutoMLJob and DescribeAutoMLJob which offer backward compatibility. CreateAutoMLJobV2 can manage tabular problem types identical to those of its previous version CreateAutoMLJob, as well as non-tabular problem types such as image or text classification. Find guidelines about how to migrate a CreateAutoMLJob to CreateAutoMLJobV2 in Migrate a CreateAutoMLJob to CreateAutoMLJobV2. For the list of available problem types supported by CreateAutoMLJobV2, see AutoMLProblemTypeConfig. You can find the best-performing model after you run an AutoML job V2 by calling DescribeAutoMLJobV2.
|
100
|
+
* Creates an Autopilot job also referred to as Autopilot experiment or AutoML job V2. CreateAutoMLJobV2 and DescribeAutoMLJobV2 are new versions of CreateAutoMLJob and DescribeAutoMLJob which offer backward compatibility. CreateAutoMLJobV2 can manage tabular problem types identical to those of its previous version CreateAutoMLJob, as well as time-series forecasting, and non-tabular problem types such as image or text classification. Find guidelines about how to migrate a CreateAutoMLJob to CreateAutoMLJobV2 in Migrate a CreateAutoMLJob to CreateAutoMLJobV2. For the list of available problem types supported by CreateAutoMLJobV2, see AutoMLProblemTypeConfig. You can find the best-performing model after you run an AutoML job V2 by calling DescribeAutoMLJobV2.
|
101
101
|
*/
|
102
102
|
createAutoMLJobV2(callback?: (err: AWSError, data: SageMaker.Types.CreateAutoMLJobV2Response) => void): Request<SageMaker.Types.CreateAutoMLJobV2Response, AWSError>;
|
103
103
|
/**
|
@@ -3369,7 +3369,7 @@ declare namespace SageMaker {
|
|
3369
3369
|
*/
|
3370
3370
|
TabularJobConfig?: TabularJobConfig;
|
3371
3371
|
/**
|
3372
|
-
* Settings used to configure an AutoML job V2 for a time-series forecasting problem type.
|
3372
|
+
* Settings used to configure an AutoML job V2 for a time-series forecasting problem type.
|
3373
3373
|
*/
|
3374
3374
|
TimeSeriesForecastingJobConfig?: TimeSeriesForecastingJobConfig;
|
3375
3375
|
}
|
@@ -4245,6 +4245,7 @@ declare namespace SageMaker {
|
|
4245
4245
|
*/
|
4246
4246
|
CompleteOnConvergence?: CompleteOnConvergence;
|
4247
4247
|
}
|
4248
|
+
export type CountryCode = string;
|
4248
4249
|
export interface CreateActionRequest {
|
4249
4250
|
/**
|
4250
4251
|
* The name of the action. Must be unique to your account in an Amazon Web Services Region.
|
@@ -11660,6 +11661,13 @@ declare namespace SageMaker {
|
|
11660
11661
|
export type GroupingAttributeName = string;
|
11661
11662
|
export type GroupingAttributeNames = GroupingAttributeName[];
|
11662
11663
|
export type Groups = Group[];
|
11664
|
+
export type HolidayConfig = HolidayConfigAttributes[];
|
11665
|
+
export interface HolidayConfigAttributes {
|
11666
|
+
/**
|
11667
|
+
* The country code for the holiday calendar. For the list of public holiday calendars supported by AutoML job V2, see Country Codes. Use the country code corresponding to the country of your choice.
|
11668
|
+
*/
|
11669
|
+
CountryCode?: CountryCode;
|
11670
|
+
}
|
11663
11671
|
export type HookParameters = {[key: string]: ConfigValue};
|
11664
11672
|
export type Horovod = boolean;
|
11665
11673
|
export type HubArn = string;
|
@@ -20793,6 +20801,10 @@ declare namespace SageMaker {
|
|
20793
20801
|
* The collection of components that defines the time-series.
|
20794
20802
|
*/
|
20795
20803
|
TimeSeriesConfig: TimeSeriesConfig;
|
20804
|
+
/**
|
20805
|
+
* The collection of holiday featurization attributes used to incorporate national holiday information into your forecasting model.
|
20806
|
+
*/
|
20807
|
+
HolidayConfig?: HolidayConfig;
|
20796
20808
|
}
|
20797
20809
|
export interface TimeSeriesForecastingSettings {
|
20798
20810
|
/**
|
@@ -833,143 +833,143 @@ declare namespace SecurityHub {
|
|
833
833
|
}
|
834
834
|
export interface AutomationRulesFindingFilters {
|
835
835
|
/**
|
836
|
-
* The Amazon Resource Name (ARN) for a third-party product that generated a finding in Security Hub.
|
836
|
+
* The Amazon Resource Name (ARN) for a third-party product that generated a finding in Security Hub. Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
837
837
|
*/
|
838
838
|
ProductArn?: StringFilterList;
|
839
839
|
/**
|
840
|
-
* The Amazon Web Services account ID in which a finding was generated.
|
840
|
+
* The Amazon Web Services account ID in which a finding was generated. Array Members: Minimum number of 1 item. Maximum number of 100 items.
|
841
841
|
*/
|
842
842
|
AwsAccountId?: StringFilterList;
|
843
843
|
/**
|
844
|
-
* The product-specific identifier for a finding.
|
844
|
+
* The product-specific identifier for a finding. Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
845
845
|
*/
|
846
846
|
Id?: StringFilterList;
|
847
847
|
/**
|
848
|
-
* The identifier for the solution-specific component that generated a finding.
|
848
|
+
* The identifier for the solution-specific component that generated a finding. Array Members: Minimum number of 1 item. Maximum number of 100 items.
|
849
849
|
*/
|
850
850
|
GeneratorId?: StringFilterList;
|
851
851
|
/**
|
852
|
-
* One or more finding types in the format of namespace/category/classifier that classify a finding. For a list of namespaces, classifiers, and categories, see Types taxonomy for ASFF in the Security Hub User Guide.
|
852
|
+
* One or more finding types in the format of namespace/category/classifier that classify a finding. For a list of namespaces, classifiers, and categories, see Types taxonomy for ASFF in the Security Hub User Guide. Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
853
853
|
*/
|
854
854
|
Type?: StringFilterList;
|
855
855
|
/**
|
856
|
-
* A timestamp that indicates when the potential security issue captured by a finding was first observed by the security findings product. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
|
856
|
+
* A timestamp that indicates when the potential security issue captured by a finding was first observed by the security findings product. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z. Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
857
857
|
*/
|
858
858
|
FirstObservedAt?: DateFilterList;
|
859
859
|
/**
|
860
|
-
* A timestamp that indicates when the potential security issue captured by a finding was most recently observed by the security findings product. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
|
860
|
+
* A timestamp that indicates when the potential security issue captured by a finding was most recently observed by the security findings product. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z. Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
861
861
|
*/
|
862
862
|
LastObservedAt?: DateFilterList;
|
863
863
|
/**
|
864
|
-
* A timestamp that indicates when this finding record was created. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
|
864
|
+
* A timestamp that indicates when this finding record was created. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z. Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
865
865
|
*/
|
866
866
|
CreatedAt?: DateFilterList;
|
867
867
|
/**
|
868
|
-
* A timestamp that indicates when the finding record was most recently updated. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
|
868
|
+
* A timestamp that indicates when the finding record was most recently updated. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z. Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
869
869
|
*/
|
870
870
|
UpdatedAt?: DateFilterList;
|
871
871
|
/**
|
872
|
-
* The likelihood that a finding accurately identifies the behavior or issue that it was intended to identify. Confidence is scored on a 0–100 basis using a ratio scale. A value of 0 means 0 percent confidence, and a value of 100 means 100 percent confidence. For example, a data exfiltration detection based on a statistical deviation of network traffic has low confidence because an actual exfiltration hasn't been verified. For more information, see Confidence in the Security Hub User Guide.
|
872
|
+
* The likelihood that a finding accurately identifies the behavior or issue that it was intended to identify. Confidence is scored on a 0–100 basis using a ratio scale. A value of 0 means 0 percent confidence, and a value of 100 means 100 percent confidence. For example, a data exfiltration detection based on a statistical deviation of network traffic has low confidence because an actual exfiltration hasn't been verified. For more information, see Confidence in the Security Hub User Guide. Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
873
873
|
*/
|
874
874
|
Confidence?: NumberFilterList;
|
875
875
|
/**
|
876
|
-
* The level of importance that is assigned to the resources that are associated with a finding. Criticality is scored on a 0–100 basis, using a ratio scale that supports only full integers. A score of 0 means that the underlying resources have no criticality, and a score of 100 is reserved for the most critical resources. For more information, see Criticality in the Security Hub User Guide.
|
876
|
+
* The level of importance that is assigned to the resources that are associated with a finding. Criticality is scored on a 0–100 basis, using a ratio scale that supports only full integers. A score of 0 means that the underlying resources have no criticality, and a score of 100 is reserved for the most critical resources. For more information, see Criticality in the Security Hub User Guide. Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
877
877
|
*/
|
878
878
|
Criticality?: NumberFilterList;
|
879
879
|
/**
|
880
|
-
* A finding's title.
|
880
|
+
* A finding's title. Array Members: Minimum number of 1 item. Maximum number of 100 items.
|
881
881
|
*/
|
882
882
|
Title?: StringFilterList;
|
883
883
|
/**
|
884
|
-
* A finding's description.
|
884
|
+
* A finding's description. Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
885
885
|
*/
|
886
886
|
Description?: StringFilterList;
|
887
887
|
/**
|
888
|
-
* Provides a URL that links to a page about the current finding in the finding product.
|
888
|
+
* Provides a URL that links to a page about the current finding in the finding product. Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
889
889
|
*/
|
890
890
|
SourceUrl?: StringFilterList;
|
891
891
|
/**
|
892
|
-
* Provides the name of the product that generated the finding. For control-based findings, the product name is Security Hub.
|
892
|
+
* Provides the name of the product that generated the finding. For control-based findings, the product name is Security Hub. Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
893
893
|
*/
|
894
894
|
ProductName?: StringFilterList;
|
895
895
|
/**
|
896
|
-
* The name of the company for the product that generated the finding. For control-based findings, the company is Amazon Web Services.
|
896
|
+
* The name of the company for the product that generated the finding. For control-based findings, the company is Amazon Web Services. Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
897
897
|
*/
|
898
898
|
CompanyName?: StringFilterList;
|
899
899
|
/**
|
900
|
-
* The severity value of the finding.
|
900
|
+
* The severity value of the finding. Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
901
901
|
*/
|
902
902
|
SeverityLabel?: StringFilterList;
|
903
903
|
/**
|
904
|
-
* The type of resource that the finding pertains to.
|
904
|
+
* The type of resource that the finding pertains to. Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
905
905
|
*/
|
906
906
|
ResourceType?: StringFilterList;
|
907
907
|
/**
|
908
|
-
* The identifier for the given resource type. For Amazon Web Services resources that are identified by Amazon Resource Names (ARNs), this is the ARN. For Amazon Web Services resources that lack ARNs, this is the identifier as defined by the Amazon Web Service that created the resource. For non-Amazon Web Services resources, this is a unique identifier that is associated with the resource.
|
908
|
+
* The identifier for the given resource type. For Amazon Web Services resources that are identified by Amazon Resource Names (ARNs), this is the ARN. For Amazon Web Services resources that lack ARNs, this is the identifier as defined by the Amazon Web Service that created the resource. For non-Amazon Web Services resources, this is a unique identifier that is associated with the resource. Array Members: Minimum number of 1 item. Maximum number of 100 items.
|
909
909
|
*/
|
910
910
|
ResourceId?: StringFilterList;
|
911
911
|
/**
|
912
|
-
* The partition in which the resource that the finding pertains to is located. A partition is a group of Amazon Web Services Regions. Each Amazon Web Services account is scoped to one partition.
|
912
|
+
* The partition in which the resource that the finding pertains to is located. A partition is a group of Amazon Web Services Regions. Each Amazon Web Services account is scoped to one partition. Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
913
913
|
*/
|
914
914
|
ResourcePartition?: StringFilterList;
|
915
915
|
/**
|
916
|
-
* The Amazon Web Services Region where the resource that a finding pertains to is located.
|
916
|
+
* The Amazon Web Services Region where the resource that a finding pertains to is located. Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
917
917
|
*/
|
918
918
|
ResourceRegion?: StringFilterList;
|
919
919
|
/**
|
920
|
-
* A list of Amazon Web Services tags associated with a resource at the time the finding was processed.
|
920
|
+
* A list of Amazon Web Services tags associated with a resource at the time the finding was processed. Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
921
921
|
*/
|
922
922
|
ResourceTags?: MapFilterList;
|
923
923
|
/**
|
924
|
-
* Custom fields and values about the resource that a finding pertains to.
|
924
|
+
* Custom fields and values about the resource that a finding pertains to. Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
925
925
|
*/
|
926
926
|
ResourceDetailsOther?: MapFilterList;
|
927
927
|
/**
|
928
|
-
* The result of a security check. This field is only used for findings generated from controls.
|
928
|
+
* The result of a security check. This field is only used for findings generated from controls. Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
929
929
|
*/
|
930
930
|
ComplianceStatus?: StringFilterList;
|
931
931
|
/**
|
932
|
-
* The security control ID for which a finding was generated. Security control IDs are the same across standards.
|
932
|
+
* The security control ID for which a finding was generated. Security control IDs are the same across standards. Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
933
933
|
*/
|
934
934
|
ComplianceSecurityControlId?: StringFilterList;
|
935
935
|
/**
|
936
|
-
* The unique identifier of a standard in which a control is enabled. This field consists of the resource portion of the Amazon Resource Name (ARN) returned for a standard in the DescribeStandards API response.
|
936
|
+
* The unique identifier of a standard in which a control is enabled. This field consists of the resource portion of the Amazon Resource Name (ARN) returned for a standard in the DescribeStandards API response. Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
937
937
|
*/
|
938
938
|
ComplianceAssociatedStandardsId?: StringFilterList;
|
939
939
|
/**
|
940
|
-
* Provides the veracity of a finding.
|
940
|
+
* Provides the veracity of a finding. Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
941
941
|
*/
|
942
942
|
VerificationState?: StringFilterList;
|
943
943
|
/**
|
944
|
-
* Provides information about the status of the investigation into a finding.
|
944
|
+
* Provides information about the status of the investigation into a finding. Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
945
945
|
*/
|
946
946
|
WorkflowStatus?: StringFilterList;
|
947
947
|
/**
|
948
|
-
* Provides the current state of a finding.
|
948
|
+
* Provides the current state of a finding. Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
949
949
|
*/
|
950
950
|
RecordState?: StringFilterList;
|
951
951
|
/**
|
952
|
-
* The ARN for the product that generated a related finding.
|
952
|
+
* The ARN for the product that generated a related finding. Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
953
953
|
*/
|
954
954
|
RelatedFindingsProductArn?: StringFilterList;
|
955
955
|
/**
|
956
|
-
* The product-generated identifier for a related finding.
|
956
|
+
* The product-generated identifier for a related finding. Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
957
957
|
*/
|
958
958
|
RelatedFindingsId?: StringFilterList;
|
959
959
|
/**
|
960
|
-
* The text of a user-defined note that's added to a finding.
|
960
|
+
* The text of a user-defined note that's added to a finding. Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
961
961
|
*/
|
962
962
|
NoteText?: StringFilterList;
|
963
963
|
/**
|
964
|
-
* The timestamp of when the note was updated. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
|
964
|
+
* The timestamp of when the note was updated. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z. Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
965
965
|
*/
|
966
966
|
NoteUpdatedAt?: DateFilterList;
|
967
967
|
/**
|
968
|
-
* The principal that created a note.
|
968
|
+
* The principal that created a note. Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
969
969
|
*/
|
970
970
|
NoteUpdatedBy?: StringFilterList;
|
971
971
|
/**
|
972
|
-
* A list of user-defined name and value string pairs added to a finding.
|
972
|
+
* A list of user-defined name and value string pairs added to a finding. Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
973
973
|
*/
|
974
974
|
UserDefinedFields?: MapFilterList;
|
975
975
|
}
|
@@ -413,7 +413,7 @@ declare namespace SimSpaceWeaver {
|
|
413
413
|
/**
|
414
414
|
* The name of an Amazon S3 bucket. For more information about buckets, see Creating, configuring, and working with Amazon S3 buckets in the Amazon Simple Storage Service User Guide.
|
415
415
|
*/
|
416
|
-
BucketName
|
416
|
+
BucketName: BucketName;
|
417
417
|
/**
|
418
418
|
* A string prefix for an Amazon S3 object key. It's usually a folder name. For more information about folders in Amazon S3, see Organizing objects in the Amazon S3 console using folders in the Amazon Simple Storage Service User Guide.
|
419
419
|
*/
|
@@ -423,11 +423,11 @@ declare namespace SimSpaceWeaver {
|
|
423
423
|
/**
|
424
424
|
* The name of an Amazon S3 bucket. For more information about buckets, see Creating, configuring, and working with Amazon S3 buckets in the Amazon Simple Storage Service User Guide.
|
425
425
|
*/
|
426
|
-
BucketName
|
426
|
+
BucketName: BucketName;
|
427
427
|
/**
|
428
428
|
* The key name of an object in Amazon S3. For more information about Amazon S3 objects and object keys, see Uploading, downloading, and working with objects in Amazon S3 in the Amazon Simple Storage Service User Guide.
|
429
429
|
*/
|
430
|
-
ObjectKey
|
430
|
+
ObjectKey: ObjectKey;
|
431
431
|
}
|
432
432
|
export type SimSpaceWeaverArn = string;
|
433
433
|
export type SimSpaceWeaverLongResourceName = string;
|