cdk-lambda-subminute 2.0.300 → 2.0.302
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 +52 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/athena-2017-05-18.min.json +6 -0
- package/node_modules/aws-sdk/apis/cloud9-2017-09-23.examples.json +1 -0
- package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +90 -81
- package/node_modules/aws-sdk/apis/codecatalyst-2022-09-28.min.json +8 -4
- package/node_modules/aws-sdk/apis/codepipeline-2015-07-09.min.json +16 -0
- package/node_modules/aws-sdk/apis/codestar-connections-2019-12-01.min.json +590 -3
- package/node_modules/aws-sdk/apis/codestar-connections-2019-12-01.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/dlm-2018-01-12.min.json +108 -15
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +1864 -1397
- package/node_modules/aws-sdk/apis/ecr-2015-09-21.min.json +100 -40
- package/node_modules/aws-sdk/apis/elasticmapreduce-2009-03-31.min.json +91 -78
- package/node_modules/aws-sdk/apis/fsx-2018-03-01.min.json +3 -0
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +259 -101
- package/node_modules/aws-sdk/apis/glue-2017-03-31.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/imagebuilder-2019-12-02.min.json +724 -151
- package/node_modules/aws-sdk/apis/imagebuilder-2019-12-02.paginators.json +18 -0
- package/node_modules/aws-sdk/apis/internetmonitor-2021-06-03.min.json +172 -0
- package/node_modules/aws-sdk/apis/internetmonitor-2021-06-03.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +60 -50
- package/node_modules/aws-sdk/apis/ivs-realtime-2020-07-14.min.json +578 -33
- package/node_modules/aws-sdk/apis/ivs-realtime-2020-07-14.paginators.json +15 -0
- package/node_modules/aws-sdk/apis/ivschat-2020-07-14.min.json +16 -4
- package/node_modules/aws-sdk/apis/kafka-2018-11-14.min.json +32 -26
- package/node_modules/aws-sdk/apis/lambda-2015-03-31.min.json +69 -51
- package/node_modules/aws-sdk/apis/macie2-2020-01-01.min.json +52 -12
- package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +379 -301
- package/node_modules/aws-sdk/apis/metadata.json +3 -3
- package/node_modules/aws-sdk/apis/osis-2022-01-01.min.json +66 -12
- package/node_modules/aws-sdk/apis/pinpoint-sms-voice-v2-2022-03-31.min.json +1426 -59
- package/node_modules/aws-sdk/apis/pinpoint-sms-voice-v2-2022-03-31.paginators.json +54 -0
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +909 -335
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +233 -217
- package/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json +250 -91
- package/node_modules/aws-sdk/apis/redshift-2012-12-01.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/redshift-serverless-2021-04-21.min.json +39 -38
- package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +126 -126
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +977 -974
- package/node_modules/aws-sdk/apis/ssm-2014-11-06.min.json +161 -146
- package/node_modules/aws-sdk/apis/ssm-incidents-2018-05-10.min.json +201 -52
- package/node_modules/aws-sdk/apis/ssm-incidents-2018-05-10.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/sso-admin-2020-07-20.min.json +1121 -73
- package/node_modules/aws-sdk/apis/sso-admin-2020-07-20.paginators.json +52 -0
- package/node_modules/aws-sdk/apis/sso-oidc-2019-06-10.examples.json +228 -0
- package/node_modules/aws-sdk/apis/sso-oidc-2019-06-10.min.json +94 -8
- package/node_modules/aws-sdk/apis/transfer-2018-11-05.min.json +121 -105
- package/node_modules/aws-sdk/apis/trustedadvisor-2022-09-15.min.json +794 -0
- package/node_modules/aws-sdk/apis/trustedadvisor-2022-09-15.paginators.json +40 -0
- package/node_modules/aws-sdk/apis/verifiedpermissions-2021-12-01.min.json +269 -199
- package/node_modules/aws-sdk/apis/wisdom-2020-10-19.min.json +790 -27
- package/node_modules/aws-sdk/apis/wisdom-2020-10-19.paginators.json +18 -0
- package/node_modules/aws-sdk/clients/all.d.ts +1 -1
- package/node_modules/aws-sdk/clients/all.js +2 -2
- package/node_modules/aws-sdk/clients/appmesh.d.ts +2 -2
- package/node_modules/aws-sdk/clients/athena.d.ts +27 -19
- package/node_modules/aws-sdk/clients/cloud9.d.ts +1 -1
- package/node_modules/aws-sdk/clients/cloudformation.d.ts +14 -1
- package/node_modules/aws-sdk/clients/codecatalyst.d.ts +16 -0
- package/node_modules/aws-sdk/clients/codepipeline.d.ts +22 -2
- package/node_modules/aws-sdk/clients/codestarconnections.d.ts +727 -0
- package/node_modules/aws-sdk/clients/connect.d.ts +2 -2
- package/node_modules/aws-sdk/clients/dlm.d.ts +153 -25
- package/node_modules/aws-sdk/clients/ec2.d.ts +582 -23
- package/node_modules/aws-sdk/clients/ecr.d.ts +128 -7
- package/node_modules/aws-sdk/clients/emr.d.ts +80 -43
- package/node_modules/aws-sdk/clients/eventbridge.d.ts +40 -37
- package/node_modules/aws-sdk/clients/fsx.d.ts +7 -3
- package/node_modules/aws-sdk/clients/glue.d.ts +228 -0
- package/node_modules/aws-sdk/clients/imagebuilder.d.ts +776 -60
- package/node_modules/aws-sdk/clients/internetmonitor.d.ts +157 -4
- package/node_modules/aws-sdk/clients/iot.d.ts +23 -6
- package/node_modules/aws-sdk/clients/ivsrealtime.d.ts +593 -6
- package/node_modules/aws-sdk/clients/kafka.d.ts +13 -0
- package/node_modules/aws-sdk/clients/kinesisvideo.d.ts +8 -8
- package/node_modules/aws-sdk/clients/lambda.d.ts +39 -5
- package/node_modules/aws-sdk/clients/macie2.d.ts +54 -16
- package/node_modules/aws-sdk/clients/medialive.d.ts +121 -47
- package/node_modules/aws-sdk/clients/mediapackage.d.ts +2 -2
- package/node_modules/aws-sdk/clients/osis.d.ts +55 -0
- package/node_modules/aws-sdk/clients/pinpointsmsvoicev2.d.ts +1860 -96
- package/node_modules/aws-sdk/clients/polly.d.ts +9 -9
- package/node_modules/aws-sdk/clients/quicksight.d.ts +537 -20
- package/node_modules/aws-sdk/clients/rds.d.ts +31 -4
- package/node_modules/aws-sdk/clients/redshift.d.ts +207 -0
- package/node_modules/aws-sdk/clients/redshiftserverless.d.ts +5 -0
- package/node_modules/aws-sdk/clients/s3.d.ts +2 -2
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +12 -2
- package/node_modules/aws-sdk/clients/ssm.d.ts +38 -8
- package/node_modules/aws-sdk/clients/ssmincidents.d.ts +191 -40
- package/node_modules/aws-sdk/clients/ssoadmin.d.ts +1529 -128
- package/node_modules/aws-sdk/clients/ssooidc.d.ts +99 -16
- package/node_modules/aws-sdk/clients/sts.d.ts +3 -3
- package/node_modules/aws-sdk/clients/transfer.d.ts +25 -1
- package/node_modules/aws-sdk/clients/trustedadvisor.d.ts +918 -0
- package/node_modules/aws-sdk/clients/trustedadvisor.js +18 -0
- package/node_modules/aws-sdk/clients/verifiedpermissions.d.ts +67 -1
- package/node_modules/aws-sdk/clients/wisdom.d.ts +849 -25
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +1444 -1444
- package/node_modules/aws-sdk/dist/aws-sdk.js +2953 -2158
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +101 -101
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -2
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +1 -1
- package/node_modules/aws-sdk/lib/dynamodb/document_client.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +5 -5
- package/node_modules/aws-sdk/apis/macie-2017-12-19.min.json +0 -222
- package/node_modules/aws-sdk/apis/macie-2017-12-19.paginators.json +0 -14
- package/node_modules/aws-sdk/clients/macie.d.ts +0 -284
- package/node_modules/aws-sdk/clients/macie.js +0 -18
- /package/node_modules/aws-sdk/apis/{macie-2017-12-19.examples.json → trustedadvisor-2022-09-15.examples.json} +0 -0
@@ -925,6 +925,12 @@ kafka.m5.4xlarge, kafka.m5.12xlarge, and kafka.m5.24xlarge.
|
|
925
925
|
|
926
926
|
*/
|
927
927
|
StorageMode?: StorageMode;
|
928
|
+
/**
|
929
|
+
*
|
930
|
+
Determines if there is an action required from the customer.
|
931
|
+
|
932
|
+
*/
|
933
|
+
CustomerActionStatus?: CustomerActionStatus;
|
928
934
|
}
|
929
935
|
export interface Cluster {
|
930
936
|
/**
|
@@ -1221,6 +1227,12 @@ kafka.m5.4xlarge, kafka.m5.12xlarge, and kafka.m5.24xlarge.
|
|
1221
1227
|
|
1222
1228
|
*/
|
1223
1229
|
StorageMode?: StorageMode;
|
1230
|
+
/**
|
1231
|
+
*
|
1232
|
+
Determines if there is an action required from the customer.
|
1233
|
+
|
1234
|
+
*/
|
1235
|
+
CustomerActionStatus?: CustomerActionStatus;
|
1224
1236
|
}
|
1225
1237
|
export interface VpcConfig {
|
1226
1238
|
/**
|
@@ -1923,6 +1935,7 @@ kafka.m5.4xlarge, kafka.m5.12xlarge, and kafka.m5.24xlarge.
|
|
1923
1935
|
*/
|
1924
1936
|
OperationType?: __string;
|
1925
1937
|
}
|
1938
|
+
export type CustomerActionStatus = "CRITICAL_ACTION_REQUIRED"|"ACTION_RECOMMENDED"|"NONE"|string;
|
1926
1939
|
export interface DeleteClusterRequest {
|
1927
1940
|
/**
|
1928
1941
|
*
|
@@ -76,11 +76,11 @@ declare class KinesisVideo extends Service {
|
|
76
76
|
*/
|
77
77
|
describeMappedResourceConfiguration(callback?: (err: AWSError, data: KinesisVideo.Types.DescribeMappedResourceConfigurationOutput) => void): Request<KinesisVideo.Types.DescribeMappedResourceConfigurationOutput, AWSError>;
|
78
78
|
/**
|
79
|
-
*
|
79
|
+
* Returns the most current information about the channel. Specify the ChannelName or ChannelARN in the input.
|
80
80
|
*/
|
81
81
|
describeMediaStorageConfiguration(params: KinesisVideo.Types.DescribeMediaStorageConfigurationInput, callback?: (err: AWSError, data: KinesisVideo.Types.DescribeMediaStorageConfigurationOutput) => void): Request<KinesisVideo.Types.DescribeMediaStorageConfigurationOutput, AWSError>;
|
82
82
|
/**
|
83
|
-
*
|
83
|
+
* Returns the most current information about the channel. Specify the ChannelName or ChannelARN in the input.
|
84
84
|
*/
|
85
85
|
describeMediaStorageConfiguration(callback?: (err: AWSError, data: KinesisVideo.Types.DescribeMediaStorageConfigurationOutput) => void): Request<KinesisVideo.Types.DescribeMediaStorageConfigurationOutput, AWSError>;
|
86
86
|
/**
|
@@ -204,11 +204,11 @@ declare class KinesisVideo extends Service {
|
|
204
204
|
*/
|
205
205
|
untagStream(callback?: (err: AWSError, data: KinesisVideo.Types.UntagStreamOutput) => void): Request<KinesisVideo.Types.UntagStreamOutput, AWSError>;
|
206
206
|
/**
|
207
|
-
*
|
207
|
+
* Increases or decreases the stream's data retention period by the value that you specify. To indicate whether you want to increase or decrease the data retention period, specify the Operation parameter in the request body. In the request, you must specify either the StreamName or the StreamARN. This operation requires permission for the KinesisVideo:UpdateDataRetention action. Changing the data retention period affects the data in the stream as follows: If the data retention period is increased, existing data is retained for the new retention period. For example, if the data retention period is increased from one hour to seven hours, all existing data is retained for seven hours. If the data retention period is decreased, existing data is retained for the new retention period. For example, if the data retention period is decreased from seven hours to one hour, all existing data is retained for one hour, and any data older than one hour is deleted immediately.
|
208
208
|
*/
|
209
209
|
updateDataRetention(params: KinesisVideo.Types.UpdateDataRetentionInput, callback?: (err: AWSError, data: KinesisVideo.Types.UpdateDataRetentionOutput) => void): Request<KinesisVideo.Types.UpdateDataRetentionOutput, AWSError>;
|
210
210
|
/**
|
211
|
-
*
|
211
|
+
* Increases or decreases the stream's data retention period by the value that you specify. To indicate whether you want to increase or decrease the data retention period, specify the Operation parameter in the request body. In the request, you must specify either the StreamName or the StreamARN. This operation requires permission for the KinesisVideo:UpdateDataRetention action. Changing the data retention period affects the data in the stream as follows: If the data retention period is increased, existing data is retained for the new retention period. For example, if the data retention period is increased from one hour to seven hours, all existing data is retained for seven hours. If the data retention period is decreased, existing data is retained for the new retention period. For example, if the data retention period is decreased from seven hours to one hour, all existing data is retained for one hour, and any data older than one hour is deleted immediately.
|
212
212
|
*/
|
213
213
|
updateDataRetention(callback?: (err: AWSError, data: KinesisVideo.Types.UpdateDataRetentionOutput) => void): Request<KinesisVideo.Types.UpdateDataRetentionOutput, AWSError>;
|
214
214
|
/**
|
@@ -220,11 +220,11 @@ declare class KinesisVideo extends Service {
|
|
220
220
|
*/
|
221
221
|
updateImageGenerationConfiguration(callback?: (err: AWSError, data: KinesisVideo.Types.UpdateImageGenerationConfigurationOutput) => void): Request<KinesisVideo.Types.UpdateImageGenerationConfigurationOutput, AWSError>;
|
222
222
|
/**
|
223
|
-
*
|
223
|
+
* Associates a SignalingChannel to a stream to store the media. There are two signaling modes that you can specify : If StorageStatus is enabled, the data will be stored in the StreamARN provided. In order for WebRTC Ingestion to work, the stream must have data retention enabled. If StorageStatus is disabled, no data will be stored, and the StreamARN parameter will not be needed. If StorageStatus is enabled, direct peer-to-peer (master-viewer) connections no longer occur. Peers connect directly to the storage session. You must call the JoinStorageSession API to trigger an SDP offer send and establish a connection between a peer and the storage session.
|
224
224
|
*/
|
225
225
|
updateMediaStorageConfiguration(params: KinesisVideo.Types.UpdateMediaStorageConfigurationInput, callback?: (err: AWSError, data: KinesisVideo.Types.UpdateMediaStorageConfigurationOutput) => void): Request<KinesisVideo.Types.UpdateMediaStorageConfigurationOutput, AWSError>;
|
226
226
|
/**
|
227
|
-
*
|
227
|
+
* Associates a SignalingChannel to a stream to store the media. There are two signaling modes that you can specify : If StorageStatus is enabled, the data will be stored in the StreamARN provided. In order for WebRTC Ingestion to work, the stream must have data retention enabled. If StorageStatus is disabled, no data will be stored, and the StreamARN parameter will not be needed. If StorageStatus is enabled, direct peer-to-peer (master-viewer) connections no longer occur. Peers connect directly to the storage session. You must call the JoinStorageSession API to trigger an SDP offer send and establish a connection between a peer and the storage session.
|
228
228
|
*/
|
229
229
|
updateMediaStorageConfiguration(callback?: (err: AWSError, data: KinesisVideo.Types.UpdateMediaStorageConfigurationOutput) => void): Request<KinesisVideo.Types.UpdateMediaStorageConfigurationOutput, AWSError>;
|
230
230
|
/**
|
@@ -904,7 +904,7 @@ declare namespace KinesisVideo {
|
|
904
904
|
}
|
905
905
|
export interface MediaStorageConfiguration {
|
906
906
|
/**
|
907
|
-
* The Amazon Resource Name (ARN) of the stream
|
907
|
+
* The Amazon Resource Name (ARN) of the stream.
|
908
908
|
*/
|
909
909
|
StreamARN?: ResourceARN;
|
910
910
|
/**
|
@@ -1175,7 +1175,7 @@ declare namespace KinesisVideo {
|
|
1175
1175
|
*/
|
1176
1176
|
Operation: UpdateDataRetentionOperation;
|
1177
1177
|
/**
|
1178
|
-
* The
|
1178
|
+
* The number of hours to adjust the current retention by. The value you specify is added to or subtracted from the current value, depending on the operation. The minimum value for data retention is 0 and the maximum value is 87600 (ten years).
|
1179
1179
|
*/
|
1180
1180
|
DataRetentionChangeInHours: DataRetentionChangeInHours;
|
1181
1181
|
}
|
@@ -287,11 +287,11 @@ declare class Lambda extends Service {
|
|
287
287
|
*/
|
288
288
|
invoke(callback?: (err: AWSError, data: Lambda.Types.InvocationResponse) => void): Request<Lambda.Types.InvocationResponse, AWSError>;
|
289
289
|
/**
|
290
|
-
* For asynchronous function invocation, use Invoke. Invokes a function asynchronously.
|
290
|
+
* For asynchronous function invocation, use Invoke. Invokes a function asynchronously.
|
291
291
|
*/
|
292
292
|
invokeAsync(params: Lambda.Types.InvokeAsyncRequest, callback?: (err: AWSError, data: Lambda.Types.InvokeAsyncResponse) => void): Request<Lambda.Types.InvokeAsyncResponse, AWSError>;
|
293
293
|
/**
|
294
|
-
* For asynchronous function invocation, use Invoke. Invokes a function asynchronously.
|
294
|
+
* For asynchronous function invocation, use Invoke. Invokes a function asynchronously.
|
295
295
|
*/
|
296
296
|
invokeAsync(callback?: (err: AWSError, data: Lambda.Types.InvokeAsyncResponse) => void): Request<Lambda.Types.InvokeAsyncResponse, AWSError>;
|
297
297
|
/**
|
@@ -768,6 +768,7 @@ declare namespace Lambda {
|
|
768
768
|
*/
|
769
769
|
ConsumerGroupId?: URI;
|
770
770
|
}
|
771
|
+
export type ApplicationLogLevel = "TRACE"|"DEBUG"|"INFO"|"WARN"|"ERROR"|"FATAL"|string;
|
771
772
|
export type Architecture = "x86_64"|"arm64"|string;
|
772
773
|
export type ArchitecturesList = Architecture[];
|
773
774
|
export type Arn = string;
|
@@ -1069,13 +1070,17 @@ declare namespace Lambda {
|
|
1069
1070
|
*/
|
1070
1071
|
Architectures?: ArchitecturesList;
|
1071
1072
|
/**
|
1072
|
-
* The size of the function's /tmp directory in MB. The default value is 512, but can be any whole number between 512 and 10,240 MB.
|
1073
|
+
* The size of the function's /tmp directory in MB. The default value is 512, but can be any whole number between 512 and 10,240 MB.
|
1073
1074
|
*/
|
1074
1075
|
EphemeralStorage?: EphemeralStorage;
|
1075
1076
|
/**
|
1076
1077
|
* The function's SnapStart setting.
|
1077
1078
|
*/
|
1078
1079
|
SnapStart?: SnapStart;
|
1080
|
+
/**
|
1081
|
+
* The function's Amazon CloudWatch Logs configuration settings.
|
1082
|
+
*/
|
1083
|
+
LoggingConfig?: LoggingConfig;
|
1079
1084
|
}
|
1080
1085
|
export interface CreateFunctionUrlConfigRequest {
|
1081
1086
|
/**
|
@@ -1597,7 +1602,7 @@ declare namespace Lambda {
|
|
1597
1602
|
*/
|
1598
1603
|
Architectures?: ArchitecturesList;
|
1599
1604
|
/**
|
1600
|
-
* The size of the function
|
1605
|
+
* The size of the function’s /tmp directory in MB. The default value is 512, but it can be any whole number between 512 and 10,240 MB.
|
1601
1606
|
*/
|
1602
1607
|
EphemeralStorage?: EphemeralStorage;
|
1603
1608
|
/**
|
@@ -1608,6 +1613,10 @@ declare namespace Lambda {
|
|
1608
1613
|
* The ARN of the runtime and any errors that occured.
|
1609
1614
|
*/
|
1610
1615
|
RuntimeVersionConfig?: RuntimeVersionConfig;
|
1616
|
+
/**
|
1617
|
+
* The function's Amazon CloudWatch Logs configuration settings.
|
1618
|
+
*/
|
1619
|
+
LoggingConfig?: LoggingConfig;
|
1611
1620
|
}
|
1612
1621
|
export interface FunctionEventInvokeConfig {
|
1613
1622
|
/**
|
@@ -2565,7 +2574,27 @@ declare namespace Lambda {
|
|
2565
2574
|
Versions?: FunctionList;
|
2566
2575
|
}
|
2567
2576
|
export type LocalMountPath = string;
|
2577
|
+
export type LogFormat = "JSON"|"Text"|string;
|
2578
|
+
export type LogGroup = string;
|
2568
2579
|
export type LogType = "None"|"Tail"|string;
|
2580
|
+
export interface LoggingConfig {
|
2581
|
+
/**
|
2582
|
+
* The format in which Lambda sends your function's application and system logs to CloudWatch. Select between plain text and structured JSON.
|
2583
|
+
*/
|
2584
|
+
LogFormat?: LogFormat;
|
2585
|
+
/**
|
2586
|
+
* Set this property to filter the application logs for your function that Lambda sends to CloudWatch. Lambda only sends application logs at the selected level and lower.
|
2587
|
+
*/
|
2588
|
+
ApplicationLogLevel?: ApplicationLogLevel;
|
2589
|
+
/**
|
2590
|
+
* Set this property to filter the system logs for your function that Lambda sends to CloudWatch. Lambda only sends system logs at the selected level and lower.
|
2591
|
+
*/
|
2592
|
+
SystemLogLevel?: SystemLogLevel;
|
2593
|
+
/**
|
2594
|
+
* The name of the Amazon CloudWatch log group the function sends logs to. By default, Lambda functions send logs to a default log group named /aws/lambda/<function name>. To use a different log group, enter an existing log group or enter a new log group name.
|
2595
|
+
*/
|
2596
|
+
LogGroup?: LogGroup;
|
2597
|
+
}
|
2569
2598
|
export type Long = number;
|
2570
2599
|
export type MasterRegion = string;
|
2571
2600
|
export type MaxAge = number;
|
@@ -2974,6 +3003,7 @@ declare namespace Lambda {
|
|
2974
3003
|
export type StringList = String[];
|
2975
3004
|
export type SubnetId = string;
|
2976
3005
|
export type SubnetIds = SubnetId[];
|
3006
|
+
export type SystemLogLevel = "DEBUG"|"INFO"|"WARN"|string;
|
2977
3007
|
export type TagKey = string;
|
2978
3008
|
export type TagKeyList = TagKey[];
|
2979
3009
|
export interface TagResourceRequest {
|
@@ -3242,13 +3272,17 @@ declare namespace Lambda {
|
|
3242
3272
|
*/
|
3243
3273
|
ImageConfig?: ImageConfig;
|
3244
3274
|
/**
|
3245
|
-
* The size of the function's /tmp directory in MB. The default value is 512, but can be any whole number between 512 and 10,240 MB.
|
3275
|
+
* The size of the function's /tmp directory in MB. The default value is 512, but can be any whole number between 512 and 10,240 MB.
|
3246
3276
|
*/
|
3247
3277
|
EphemeralStorage?: EphemeralStorage;
|
3248
3278
|
/**
|
3249
3279
|
* The function's SnapStart setting.
|
3250
3280
|
*/
|
3251
3281
|
SnapStart?: SnapStart;
|
3282
|
+
/**
|
3283
|
+
* The function's Amazon CloudWatch Logs configuration settings.
|
3284
|
+
*/
|
3285
|
+
LoggingConfig?: LoggingConfig;
|
3252
3286
|
}
|
3253
3287
|
export interface UpdateFunctionEventInvokeConfigRequest {
|
3254
3288
|
/**
|
@@ -1319,7 +1319,7 @@ declare namespace Macie2 {
|
|
1319
1319
|
*/
|
1320
1320
|
managedDataIdentifierIds?: __listOf__string;
|
1321
1321
|
/**
|
1322
|
-
* The selection type to apply when determining which managed data identifiers the job uses to analyze data. Valid values are: ALL - Use all managed data identifiers. If you specify this value, don't specify any values for the managedDataIdentifierIds property. EXCLUDE - Use all managed data identifiers except the ones specified by the managedDataIdentifierIds property. INCLUDE - Use only the managed data identifiers specified by the managedDataIdentifierIds property. NONE - Don't use any managed data identifiers. If you specify this value, specify at least one value for the customDataIdentifierIds property and don't specify any values for the managedDataIdentifierIds property. RECOMMENDED (default) - Use the recommended set of managed data identifiers. If you specify this value, don't specify any values for the managedDataIdentifierIds property. If you don't specify a value for this property, the job uses the recommended set of managed data identifiers. If the job is a recurring job and you specify ALL or EXCLUDE, each job run automatically uses new managed data identifiers that are released. If you specify RECOMMENDED for a recurring job, each job run automatically uses all the managed data identifiers that are in the recommended set when the run starts. For information about individual managed data identifiers or to determine which ones are in the recommended set, see Using managed data identifiers and Recommended managed data identifiers in the Amazon Macie User Guide.
|
1322
|
+
* The selection type to apply when determining which managed data identifiers the job uses to analyze data. Valid values are: ALL - Use all managed data identifiers. If you specify this value, don't specify any values for the managedDataIdentifierIds property. EXCLUDE - Use all managed data identifiers except the ones specified by the managedDataIdentifierIds property. INCLUDE - Use only the managed data identifiers specified by the managedDataIdentifierIds property. NONE - Don't use any managed data identifiers. If you specify this value, specify at least one value for the customDataIdentifierIds property and don't specify any values for the managedDataIdentifierIds property. RECOMMENDED (default) - Use the recommended set of managed data identifiers. If you specify this value, don't specify any values for the managedDataIdentifierIds property. If you don't specify a value for this property, the job uses the recommended set of managed data identifiers. If the job is a recurring job and you specify ALL or EXCLUDE, each job run automatically uses new managed data identifiers that are released. If you don't specify a value for this property or you specify RECOMMENDED for a recurring job, each job run automatically uses all the managed data identifiers that are in the recommended set when the run starts. For information about individual managed data identifiers or to determine which ones are in the recommended set, see Using managed data identifiers and Recommended managed data identifiers in the Amazon Macie User Guide.
|
1323
1323
|
*/
|
1324
1324
|
managedDataIdentifierSelector?: ManagedDataIdentifierSelector;
|
1325
1325
|
/**
|
@@ -1794,7 +1794,7 @@ declare namespace Macie2 {
|
|
1794
1794
|
}
|
1795
1795
|
export interface DetectedDataDetails {
|
1796
1796
|
/**
|
1797
|
-
* An occurrence of the specified type of sensitive data. Each occurrence
|
1797
|
+
* An occurrence of the specified type of sensitive data. Each occurrence contains 1-128 characters.
|
1798
1798
|
*/
|
1799
1799
|
value: __stringMin1Max128;
|
1800
1800
|
}
|
@@ -2397,7 +2397,7 @@ declare namespace Macie2 {
|
|
2397
2397
|
*/
|
2398
2398
|
status?: MacieStatus;
|
2399
2399
|
/**
|
2400
|
-
* The date and time, in UTC and extended ISO 8601 format, of the most recent change to the status
|
2400
|
+
* The date and time, in UTC and extended ISO 8601 format, of the most recent change to the status or configuration settings for the Amazon Macie account.
|
2401
2401
|
*/
|
2402
2402
|
updatedAt?: __timestampIso8601;
|
2403
2403
|
}
|
@@ -2481,9 +2481,13 @@ declare namespace Macie2 {
|
|
2481
2481
|
}
|
2482
2482
|
export interface GetRevealConfigurationResponse {
|
2483
2483
|
/**
|
2484
|
-
* The
|
2484
|
+
* The KMS key that's used to encrypt the sensitive data, and the status of the configuration for the Amazon Macie account.
|
2485
2485
|
*/
|
2486
2486
|
configuration?: RevealConfiguration;
|
2487
|
+
/**
|
2488
|
+
* The access method and settings that are used to retrieve the sensitive data.
|
2489
|
+
*/
|
2490
|
+
retrievalConfiguration?: RetrievalConfiguration;
|
2487
2491
|
}
|
2488
2492
|
export interface GetSensitiveDataOccurrencesAvailabilityRequest {
|
2489
2493
|
/**
|
@@ -2497,7 +2501,7 @@ declare namespace Macie2 {
|
|
2497
2501
|
*/
|
2498
2502
|
code?: AvailabilityCode;
|
2499
2503
|
/**
|
2500
|
-
* Specifies why occurrences of sensitive data can't be retrieved for the finding. Possible values are:
|
2504
|
+
* Specifies why occurrences of sensitive data can't be retrieved for the finding. Possible values are: ACCOUNT_NOT_IN_ORGANIZATION - The affected account isn't currently part of your organization. Or the account is part of your organization but Macie isn't currently enabled for the account. You're not allowed to access the affected S3 object by using Macie. INVALID_CLASSIFICATION_RESULT - There isn't a corresponding sensitive data discovery result for the finding. Or the corresponding sensitive data discovery result isn't available, is malformed or corrupted, or uses an unsupported storage format. Macie can't verify the location of the sensitive data to retrieve. INVALID_RESULT_SIGNATURE - The corresponding sensitive data discovery result is stored in an S3 object that wasn't signed by Macie. Macie can't verify the integrity and authenticity of the sensitive data discovery result. Therefore, Macie can't verify the location of the sensitive data to retrieve. MEMBER_ROLE_TOO_PERMISSIVE - The affected member account is configured to retrieve occurrences of sensitive data by using an IAM role whose trust or permissions policy doesn't meet Macie requirements for restricting access to the role. Or the role's trust policy doesn't specify the correct external ID. Macie can't assume the role to retrieve the sensitive data. MISSING_GET_MEMBER_PERMISSION - You're not allowed to retrieve information about the association between your account and the affected account. Macie can't determine whether you’re allowed to access the affected S3 object as the delegated Macie administrator for the affected account. OBJECT_EXCEEDS_SIZE_QUOTA - The storage size of the affected S3 object exceeds the size quota for retrieving occurrences of sensitive data from this type of file. OBJECT_UNAVAILABLE - The affected S3 object isn't available. The object was renamed, moved, or deleted. Or the object was changed after Macie created the finding. RESULT_NOT_SIGNED - The corresponding sensitive data discovery result is stored in an S3 object that hasn't been signed. Macie can't verify the integrity and authenticity of the sensitive data discovery result. Therefore, Macie can't verify the location of the sensitive data to retrieve. ROLE_TOO_PERMISSIVE - Your account is configured to retrieve occurrences of sensitive data by using an IAM role whose trust or permissions policy doesn't meet Macie requirements for restricting access to the role. Macie can’t assume the role to retrieve the sensitive data. UNSUPPORTED_FINDING_TYPE - The specified finding isn't a sensitive data finding. UNSUPPORTED_OBJECT_TYPE - The affected S3 object uses a file or storage format that Macie doesn't support for retrieving occurrences of sensitive data. This value is null if sensitive data can be retrieved for the finding.
|
2501
2505
|
*/
|
2502
2506
|
reasons?: __listOfUnavailabilityReasonCode;
|
2503
2507
|
}
|
@@ -2537,7 +2541,7 @@ declare namespace Macie2 {
|
|
2537
2541
|
*/
|
2538
2542
|
excludes?: SensitivityInspectionTemplateExcludes;
|
2539
2543
|
/**
|
2540
|
-
* The allow lists, custom data identifiers, and managed data identifiers that are included (used) when analyzing data.
|
2544
|
+
* The allow lists, custom data identifiers, and managed data identifiers that are explicitly included (used) when analyzing data.
|
2541
2545
|
*/
|
2542
2546
|
includes?: SensitivityInspectionTemplateIncludes;
|
2543
2547
|
/**
|
@@ -3403,7 +3407,7 @@ declare namespace Macie2 {
|
|
3403
3407
|
export type Ranges = Range[];
|
3404
3408
|
export interface Record {
|
3405
3409
|
/**
|
3406
|
-
* The path, as a JSONPath expression, to the sensitive data. For an Avro object container or Parquet file, this is the path to the field in the record (recordIndex) that contains the data. For a JSON or JSON Lines file, this is the path to the field or array that contains the data. If the data is a value in an array, the path also indicates which value contains the data. If Amazon Macie detects sensitive data in the name of any element in the path, Macie omits this field. If the name of an element exceeds
|
3410
|
+
* The path, as a JSONPath expression, to the sensitive data. For an Avro object container or Parquet file, this is the path to the field in the record (recordIndex) that contains the data. For a JSON or JSON Lines file, this is the path to the field or array that contains the data. If the data is a value in an array, the path also indicates which value contains the data. If Amazon Macie detects sensitive data in the name of any element in the path, Macie omits this field. If the name of an element exceeds 240 characters, Macie truncates the name by removing characters from the beginning of the name. If the resulting full path exceeds 250 characters, Macie also truncates the path, starting with the first element in the path, until the path contains 250 or fewer characters.
|
3407
3411
|
*/
|
3408
3412
|
jsonPath?: __string;
|
3409
3413
|
/**
|
@@ -3463,7 +3467,7 @@ declare namespace Macie2 {
|
|
3463
3467
|
*/
|
3464
3468
|
totalItemsSensitive?: __long;
|
3465
3469
|
/**
|
3466
|
-
* The total number of objects that Amazon Macie wasn't able to analyze in the bucket due to an object-level issue or error. For example,
|
3470
|
+
* The total number of objects that Amazon Macie wasn't able to analyze in the bucket due to an object-level issue or error. For example, an object is a malformed file. This value includes objects that Macie wasn't able to analyze for reasons reported by other statistics in the ResourceStatistics object.
|
3467
3471
|
*/
|
3468
3472
|
totalItemsSkipped?: __long;
|
3469
3473
|
/**
|
@@ -3489,9 +3493,24 @@ declare namespace Macie2 {
|
|
3489
3493
|
*/
|
3490
3494
|
s3Object?: S3Object;
|
3491
3495
|
}
|
3496
|
+
export interface RetrievalConfiguration {
|
3497
|
+
/**
|
3498
|
+
* The external ID to specify in the trust policy for the IAM role to assume when retrieving sensitive data from affected S3 objects (roleName). The trust policy must include an sts:ExternalId condition that requires this ID. This ID is a unique alphanumeric string that Amazon Macie generates automatically after you configure it to assume a role. This value is null if the value for retrievalMode is CALLER_CREDENTIALS.
|
3499
|
+
*/
|
3500
|
+
externalId?: __string;
|
3501
|
+
/**
|
3502
|
+
* The access method that's used when retrieving sensitive data from affected S3 objects. Valid values are: ASSUME_ROLE, assume an IAM role that is in the affected Amazon Web Services account and delegates access to Amazon Macie (roleName); and, CALLER_CREDENTIALS, use the credentials of the IAM user who requests the sensitive data.
|
3503
|
+
*/
|
3504
|
+
retrievalMode: RetrievalMode;
|
3505
|
+
/**
|
3506
|
+
* The name of the IAM role that is in the affected Amazon Web Services account and Amazon Macie is allowed to assume when retrieving sensitive data from affected S3 objects for the account. This value is null if the value for retrievalMode is CALLER_CREDENTIALS.
|
3507
|
+
*/
|
3508
|
+
roleName?: __stringMin1Max64PatternW;
|
3509
|
+
}
|
3510
|
+
export type RetrievalMode = "CALLER_CREDENTIALS"|"ASSUME_ROLE"|string;
|
3492
3511
|
export interface RevealConfiguration {
|
3493
3512
|
/**
|
3494
|
-
* The Amazon Resource Name (ARN), ID, or alias of the KMS key to use to encrypt sensitive data that's retrieved. The key must be an existing, customer managed, symmetric encryption key that's in the same Amazon Web Services Region as the Amazon Macie account. If this value specifies an alias, it must include the following prefix: alias/. If this value specifies a key that's owned by another Amazon Web Services account, it must specify the ARN of the key or the ARN of the key's alias.
|
3513
|
+
* The Amazon Resource Name (ARN), ID, or alias of the KMS key to use to encrypt sensitive data that's retrieved. The key must be an existing, customer managed, symmetric encryption key that's enabled in the same Amazon Web Services Region as the Amazon Macie account. If this value specifies an alias, it must include the following prefix: alias/. If this value specifies a key that's owned by another Amazon Web Services account, it must specify the ARN of the key or the ARN of the key's alias.
|
3495
3514
|
*/
|
3496
3515
|
kmsKeyId?: __stringMin1Max2048;
|
3497
3516
|
/**
|
@@ -3604,7 +3623,7 @@ declare namespace Macie2 {
|
|
3604
3623
|
*/
|
3605
3624
|
keyPrefix?: __string;
|
3606
3625
|
/**
|
3607
|
-
* The Amazon Resource Name (ARN) of the customer managed KMS key to use for encryption of the results. This must be the ARN of an existing, symmetric encryption KMS key that's in the same Amazon Web Services Region as the bucket.
|
3626
|
+
* The Amazon Resource Name (ARN) of the customer managed KMS key to use for encryption of the results. This must be the ARN of an existing, symmetric encryption KMS key that's enabled in the same Amazon Web Services Region as the bucket.
|
3608
3627
|
*/
|
3609
3628
|
kmsKeyArn: __string;
|
3610
3629
|
}
|
@@ -3976,7 +3995,7 @@ declare namespace Macie2 {
|
|
3976
3995
|
export type SimpleCriterionKeyForJob = "ACCOUNT_ID"|"S3_BUCKET_NAME"|"S3_BUCKET_EFFECTIVE_PERMISSION"|"S3_BUCKET_SHARED_ACCESS"|string;
|
3977
3996
|
export interface SimpleScopeTerm {
|
3978
3997
|
/**
|
3979
|
-
* The operator to use in the condition. Valid values for each supported property (key) are: OBJECT_EXTENSION - EQ (equals) or NE (not equals) OBJECT_KEY - STARTS_WITH OBJECT_LAST_MODIFIED_DATE -
|
3998
|
+
* The operator to use in the condition. Valid values for each supported property (key) are: OBJECT_EXTENSION - EQ (equals) or NE (not equals) OBJECT_KEY - STARTS_WITH OBJECT_LAST_MODIFIED_DATE - EQ (equals), GT (greater than), GTE (greater than or equals), LT (less than), LTE (less than or equals), or NE (not equals) OBJECT_SIZE - EQ (equals), GT (greater than), GTE (greater than or equals), LT (less than), LTE (less than or equals), or NE (not equals)
|
3980
3999
|
*/
|
3981
4000
|
comparator?: JobComparator;
|
3982
4001
|
/**
|
@@ -3984,7 +4003,7 @@ declare namespace Macie2 {
|
|
3984
4003
|
*/
|
3985
4004
|
key?: ScopeFilterKey;
|
3986
4005
|
/**
|
3987
|
-
* An array that lists the values to use in the condition. If the value for the key property is OBJECT_EXTENSION or OBJECT_KEY, this array can specify multiple values and Amazon Macie uses OR logic to join the values. Otherwise, this array can specify only one value. Valid values for each supported property (key) are: OBJECT_EXTENSION - A string that represents the file name extension of an object. For example: docx or pdf OBJECT_KEY - A string that represents the key prefix (folder name or path) of an object. For example: logs or awslogs/eventlogs. This value applies a condition to objects whose keys (names) begin with the specified value. OBJECT_LAST_MODIFIED_DATE - The date and time (in UTC and extended ISO 8601 format) when an object was created or last changed, whichever is latest. For example:
|
4006
|
+
* An array that lists the values to use in the condition. If the value for the key property is OBJECT_EXTENSION or OBJECT_KEY, this array can specify multiple values and Amazon Macie uses OR logic to join the values. Otherwise, this array can specify only one value. Valid values for each supported property (key) are: OBJECT_EXTENSION - A string that represents the file name extension of an object. For example: docx or pdf OBJECT_KEY - A string that represents the key prefix (folder name or path) of an object. For example: logs or awslogs/eventlogs. This value applies a condition to objects whose keys (names) begin with the specified value. OBJECT_LAST_MODIFIED_DATE - The date and time (in UTC and extended ISO 8601 format) when an object was created or last changed, whichever is latest. For example: 2023-09-24T14:31:13Z OBJECT_SIZE - An integer that represents the storage size (in bytes) of an object. Macie doesn't support use of wildcard characters in these values. Also, string values are case sensitive.
|
3988
4007
|
*/
|
3989
4008
|
values?: __listOf__string;
|
3990
4009
|
}
|
@@ -4112,7 +4131,7 @@ declare namespace Macie2 {
|
|
4112
4131
|
export type TimeRange = "MONTH_TO_DATE"|"PAST_30_DAYS"|string;
|
4113
4132
|
export type Timestamp = Date;
|
4114
4133
|
export type Type = "NONE"|"AES256"|"aws:kms"|string;
|
4115
|
-
export type UnavailabilityReasonCode = "OBJECT_EXCEEDS_SIZE_QUOTA"|"UNSUPPORTED_OBJECT_TYPE"|"UNSUPPORTED_FINDING_TYPE"|"INVALID_CLASSIFICATION_RESULT"|"OBJECT_UNAVAILABLE"|string;
|
4134
|
+
export type UnavailabilityReasonCode = "OBJECT_EXCEEDS_SIZE_QUOTA"|"UNSUPPORTED_OBJECT_TYPE"|"UNSUPPORTED_FINDING_TYPE"|"INVALID_CLASSIFICATION_RESULT"|"OBJECT_UNAVAILABLE"|"ACCOUNT_NOT_IN_ORGANIZATION"|"MISSING_GET_MEMBER_PERMISSION"|"ROLE_TOO_PERMISSIVE"|"MEMBER_ROLE_TOO_PERMISSIVE"|"INVALID_RESULT_SIGNATURE"|"RESULT_NOT_SIGNED"|string;
|
4116
4135
|
export type Unit = "TERABYTES"|string;
|
4117
4136
|
export interface UnprocessedAccount {
|
4118
4137
|
/**
|
@@ -4296,17 +4315,35 @@ declare namespace Macie2 {
|
|
4296
4315
|
}
|
4297
4316
|
export interface UpdateResourceProfileResponse {
|
4298
4317
|
}
|
4318
|
+
export interface UpdateRetrievalConfiguration {
|
4319
|
+
/**
|
4320
|
+
* The access method to use when retrieving sensitive data from affected S3 objects. Valid values are: ASSUME_ROLE, assume an IAM role that is in the affected Amazon Web Services account and delegates access to Amazon Macie; and, CALLER_CREDENTIALS, use the credentials of the IAM user who requests the sensitive data. If you specify ASSUME_ROLE, also specify the name of an existing IAM role for Macie to assume (roleName). If you change this value from ASSUME_ROLE to CALLER_CREDENTIALS for an existing configuration, Macie permanently deletes the external ID and role name currently specified for the configuration. These settings can't be recovered after they're deleted.
|
4321
|
+
*/
|
4322
|
+
retrievalMode: RetrievalMode;
|
4323
|
+
/**
|
4324
|
+
* The name of the IAM role that is in the affected Amazon Web Services account and Amazon Macie is allowed to assume when retrieving sensitive data from affected S3 objects for the account. The trust and permissions policies for the role must meet all requirements for Macie to assume the role.
|
4325
|
+
*/
|
4326
|
+
roleName?: __stringMin1Max64PatternW;
|
4327
|
+
}
|
4299
4328
|
export interface UpdateRevealConfigurationRequest {
|
4300
4329
|
/**
|
4301
|
-
* The
|
4330
|
+
* The KMS key to use to encrypt the sensitive data, and the status of the configuration for the Amazon Macie account.
|
4302
4331
|
*/
|
4303
4332
|
configuration: RevealConfiguration;
|
4333
|
+
/**
|
4334
|
+
* The access method and settings to use to retrieve the sensitive data.
|
4335
|
+
*/
|
4336
|
+
retrievalConfiguration?: UpdateRetrievalConfiguration;
|
4304
4337
|
}
|
4305
4338
|
export interface UpdateRevealConfigurationResponse {
|
4306
4339
|
/**
|
4307
|
-
* The
|
4340
|
+
* The KMS key to use to encrypt the sensitive data, and the status of the configuration for the Amazon Macie account.
|
4308
4341
|
*/
|
4309
4342
|
configuration?: RevealConfiguration;
|
4343
|
+
/**
|
4344
|
+
* The access method and settings to use to retrieve the sensitive data.
|
4345
|
+
*/
|
4346
|
+
retrievalConfiguration?: RetrievalConfiguration;
|
4310
4347
|
}
|
4311
4348
|
export interface UpdateSensitivityInspectionTemplateRequest {
|
4312
4349
|
/**
|
@@ -4322,7 +4359,7 @@ declare namespace Macie2 {
|
|
4322
4359
|
*/
|
4323
4360
|
id: __string;
|
4324
4361
|
/**
|
4325
|
-
* The allow lists, custom data identifiers, and managed data identifiers to include (use) when analyzing data.
|
4362
|
+
* The allow lists, custom data identifiers, and managed data identifiers to explicitly include (use) when analyzing data.
|
4326
4363
|
*/
|
4327
4364
|
includes?: SensitivityInspectionTemplateIncludes;
|
4328
4365
|
}
|
@@ -4518,6 +4555,7 @@ declare namespace Macie2 {
|
|
4518
4555
|
export type __stringMin1Max128Pattern = string;
|
4519
4556
|
export type __stringMin1Max2048 = string;
|
4520
4557
|
export type __stringMin1Max512PatternSS = string;
|
4558
|
+
export type __stringMin1Max64PatternW = string;
|
4521
4559
|
export type __stringMin22Max22PatternAZ0922 = string;
|
4522
4560
|
export type __stringMin3Max255PatternAZaZ093255 = string;
|
4523
4561
|
export type __stringMin71Max89PatternArnAwsAwsCnAwsUsGovMacie2AZ19920D12AllowListAZ0922 = string;
|