cdk-lambda-subminute 2.0.299 → 2.0.301
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 +36 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/autoscaling-2011-01-01.examples.json +3 -0
- package/node_modules/aws-sdk/apis/autoscaling-2011-01-01.min.json +117 -94
- package/node_modules/aws-sdk/apis/cloudtrail-2013-11-01.min.json +37 -31
- package/node_modules/aws-sdk/apis/codecatalyst-2022-09-28.min.json +369 -20
- package/node_modules/aws-sdk/apis/codecatalyst-2022-09-28.paginators.json +12 -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 +434 -269
- package/node_modules/aws-sdk/apis/finspace-2021-03-12.min.json +15 -5
- package/node_modules/aws-sdk/apis/finspace-data-2020-07-13.min.json +93 -31
- 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/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/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/mwaa-2020-07-01.min.json +31 -26
- 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/redshift-2012-12-01.min.json +6 -2
- package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +562 -53
- package/node_modules/aws-sdk/apis/s3control-2018-08-20.paginators.json +4 -0
- 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 +1119 -79
- package/node_modules/aws-sdk/apis/sso-admin-2020-07-20.paginators.json +52 -0
- package/node_modules/aws-sdk/apis/transfer-2018-11-05.min.json +121 -105
- package/node_modules/aws-sdk/clients/autoscaling.d.ts +33 -4
- package/node_modules/aws-sdk/clients/cloudtrail.d.ts +29 -4
- package/node_modules/aws-sdk/clients/codecatalyst.d.ts +386 -5
- package/node_modules/aws-sdk/clients/dlm.d.ts +151 -23
- package/node_modules/aws-sdk/clients/ec2.d.ts +198 -2
- 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/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/lambda.d.ts +40 -6
- package/node_modules/aws-sdk/clients/macie2.d.ts +54 -16
- package/node_modules/aws-sdk/clients/mediapackage.d.ts +2 -2
- package/node_modules/aws-sdk/clients/mwaa.d.ts +28 -5
- 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 +1 -1
- package/node_modules/aws-sdk/clients/redshift.d.ts +6 -2
- package/node_modules/aws-sdk/clients/s3control.d.ts +359 -7
- 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 +1517 -128
- package/node_modules/aws-sdk/clients/transfer.d.ts +25 -1
- 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 +36 -36
- package/node_modules/aws-sdk/dist/aws-sdk.js +888 -647
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +100 -100
- 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
@@ -3740,7 +3740,7 @@ declare namespace Iot {
|
|
3740
3740
|
*/
|
3741
3741
|
schedulingConfig?: SchedulingConfig;
|
3742
3742
|
/**
|
3743
|
-
* The package version Amazon Resource Names (ARNs) that are installed on the device when the job successfully completes. Note:The following Length Constraints relates to a single
|
3743
|
+
* The package version Amazon Resource Names (ARNs) that are installed on the device when the job successfully completes. Note:The following Length Constraints relates to a single ARN. Up to 25 package version ARNs are allowed.
|
3744
3744
|
*/
|
3745
3745
|
destinationPackageVersions?: DestinationPackageVersions;
|
3746
3746
|
}
|
@@ -3796,7 +3796,7 @@ declare namespace Iot {
|
|
3796
3796
|
*/
|
3797
3797
|
maintenanceWindows?: MaintenanceWindows;
|
3798
3798
|
/**
|
3799
|
-
* The package version Amazon Resource Names (ARNs) that are installed on the device when the job successfully completes. Note:The following Length Constraints relates to a single
|
3799
|
+
* The package version Amazon Resource Names (ARNs) that are installed on the device when the job successfully completes. Note:The following Length Constraints relates to a single ARN. Up to 25 package version ARNs are allowed.
|
3800
3800
|
*/
|
3801
3801
|
destinationPackageVersions?: DestinationPackageVersions;
|
3802
3802
|
}
|
@@ -5345,7 +5345,7 @@ declare namespace Iot {
|
|
5345
5345
|
*/
|
5346
5346
|
maintenanceWindows?: MaintenanceWindows;
|
5347
5347
|
/**
|
5348
|
-
* The package version Amazon Resource Names (ARNs) that are installed on the device when the job successfully completes. Note:The following Length Constraints relates to a single
|
5348
|
+
* The package version Amazon Resource Names (ARNs) that are installed on the device when the job successfully completes. Note:The following Length Constraints relates to a single ARN. Up to 25 package version ARNs are allowed.
|
5349
5349
|
*/
|
5350
5350
|
destinationPackageVersions?: DestinationPackageVersions;
|
5351
5351
|
}
|
@@ -6256,6 +6256,17 @@ declare namespace Iot {
|
|
6256
6256
|
export type FunctionArn = string;
|
6257
6257
|
export type GenerationId = string;
|
6258
6258
|
export type GenericLongValue = number;
|
6259
|
+
export interface GeoLocationTarget {
|
6260
|
+
/**
|
6261
|
+
* The name of the geolocation target field. If the target field is part of a named shadow, you must select the named shadow using the namedShadow filter.
|
6262
|
+
*/
|
6263
|
+
name?: TargetFieldName;
|
6264
|
+
/**
|
6265
|
+
* The order of the geolocation target field. This field is optional. The default value is LatLon.
|
6266
|
+
*/
|
6267
|
+
order?: TargetFieldOrder;
|
6268
|
+
}
|
6269
|
+
export type GeoLocationsFilter = GeoLocationTarget[];
|
6259
6270
|
export interface GetBehaviorModelTrainingSummariesRequest {
|
6260
6271
|
/**
|
6261
6272
|
* The name of the security profile.
|
@@ -6777,6 +6788,10 @@ declare namespace Iot {
|
|
6777
6788
|
* The shadow names that you select to index. The default maximum number of shadow names for indexing is 10. To increase the limit, see Amazon Web Services IoT Device Management Quotas in the Amazon Web Services General Reference.
|
6778
6789
|
*/
|
6779
6790
|
namedShadowNames?: NamedShadowNamesFilter;
|
6791
|
+
/**
|
6792
|
+
* The list of geolocation targets that you select to index. The default maximum number of geolocation targets for indexing is 1. To increase the limit, see Amazon Web Services IoT Device Management Quotas in the Amazon Web Services General Reference.
|
6793
|
+
*/
|
6794
|
+
geoLocations?: GeoLocationsFilter;
|
6780
6795
|
}
|
6781
6796
|
export type InlineDocument = string;
|
6782
6797
|
export type InputName = string;
|
@@ -6945,7 +6960,7 @@ declare namespace Iot {
|
|
6945
6960
|
*/
|
6946
6961
|
scheduledJobRollouts?: ScheduledJobRolloutList;
|
6947
6962
|
/**
|
6948
|
-
* The package version Amazon Resource Names (ARNs) that are installed on the device when the job successfully completes. Note:The following Length Constraints relates to a single
|
6963
|
+
* The package version Amazon Resource Names (ARNs) that are installed on the device when the job successfully completes. Note:The following Length Constraints relates to a single ARN. Up to 25 package version ARNs are allowed.
|
6949
6964
|
*/
|
6950
6965
|
destinationPackageVersions?: DestinationPackageVersions;
|
6951
6966
|
}
|
@@ -10096,7 +10111,7 @@ declare namespace Iot {
|
|
10096
10111
|
*/
|
10097
10112
|
nextToken?: NextToken;
|
10098
10113
|
/**
|
10099
|
-
* The maximum number of results to return at one time. The response might contain fewer results but will never contain more.
|
10114
|
+
* The maximum number of results to return per page at one time. The response might contain fewer results but will never contain more.
|
10100
10115
|
*/
|
10101
10116
|
maxResults?: QueryMaxResults;
|
10102
10117
|
/**
|
@@ -10601,6 +10616,8 @@ declare namespace Iot {
|
|
10601
10616
|
export type Target = string;
|
10602
10617
|
export type TargetArn = string;
|
10603
10618
|
export type TargetAuditCheckNames = AuditCheckName[];
|
10619
|
+
export type TargetFieldName = string;
|
10620
|
+
export type TargetFieldOrder = "LatLon"|"LonLat"|string;
|
10604
10621
|
export type TargetSelection = "CONTINUOUS"|"SNAPSHOT"|string;
|
10605
10622
|
export type TargetViolationIdsForDetectMitigationActions = ViolationId[];
|
10606
10623
|
export type Targets = Target[];
|
@@ -10921,7 +10938,7 @@ declare namespace Iot {
|
|
10921
10938
|
*/
|
10922
10939
|
customFields?: Fields;
|
10923
10940
|
/**
|
10924
|
-
* Provides additional
|
10941
|
+
* Provides additional selections for named shadows and geolocation data. To add named shadows to your fleet indexing configuration, set namedShadowIndexingMode to be ON and specify your shadow names in namedShadowNames filter. To add geolocation data to your fleet indexing configuration: If you store geolocation data in a class/unnamed shadow, set thingIndexingMode to be REGISTRY_AND_SHADOW and specify your geolocation data in geoLocations filter. If you store geolocation data in a named shadow, set namedShadowIndexingMode to be ON, add the shadow name in namedShadowNames filter, and specify your geolocation data in geoLocations filter. For more information, see Managing fleet indexing.
|
10925
10942
|
*/
|
10926
10943
|
filter?: IndexingFilter;
|
10927
10944
|
}
|