cdk-lambda-subminute 2.0.431 → 2.0.432
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/README.md +1 -1
- package/node_modules/aws-sdk/apis/bedrock-agent-2023-06-05.min.json +1 -2
- package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.min.json +56 -55
- package/node_modules/aws-sdk/apis/entityresolution-2018-05-10.min.json +602 -82
- package/node_modules/aws-sdk/apis/entityresolution-2018-05-10.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.min.json +23 -3
- package/node_modules/aws-sdk/apis/lakeformation-2017-03-31.min.json +35 -25
- package/node_modules/aws-sdk/apis/m2-2021-04-28.min.json +83 -6
- package/node_modules/aws-sdk/apis/mediapackagev2-2022-12-25.min.json +131 -8
- package/node_modules/aws-sdk/apis/outposts-2019-12-03.min.json +299 -43
- package/node_modules/aws-sdk/apis/outposts-2019-12-03.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/qbusiness-2023-11-27.min.json +120 -87
- package/node_modules/aws-sdk/apis/wellarchitected-2020-03-31.min.json +203 -82
- package/node_modules/aws-sdk/clients/bedrockagent.d.ts +35 -35
- package/node_modules/aws-sdk/clients/ec2.d.ts +33 -33
- package/node_modules/aws-sdk/clients/emrserverless.d.ts +5 -0
- package/node_modules/aws-sdk/clients/entityresolution.d.ts +604 -19
- package/node_modules/aws-sdk/clients/iotwireless.d.ts +71 -40
- package/node_modules/aws-sdk/clients/lakeformation.d.ts +18 -2
- package/node_modules/aws-sdk/clients/m2.d.ts +88 -1
- package/node_modules/aws-sdk/clients/mediapackagev2.d.ts +154 -0
- package/node_modules/aws-sdk/clients/outposts.d.ts +263 -4
- package/node_modules/aws-sdk/clients/qbusiness.d.ts +381 -321
- package/node_modules/aws-sdk/clients/wellarchitected.d.ts +182 -4
- 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 +15 -15
- package/node_modules/aws-sdk/dist/aws-sdk.js +7 -3
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +8 -8
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/region_config_data.json +4 -0
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +2 -2
@@ -132,11 +132,11 @@ declare class IoTWireless extends Service {
|
|
132
132
|
*/
|
133
133
|
createWirelessDevice(callback?: (err: AWSError, data: IoTWireless.Types.CreateWirelessDeviceResponse) => void): Request<IoTWireless.Types.CreateWirelessDeviceResponse, AWSError>;
|
134
134
|
/**
|
135
|
-
* Provisions a wireless gateway.
|
135
|
+
* Provisions a wireless gateway. When provisioning a wireless gateway, you might run into duplication errors for the following reasons. If you specify a GatewayEui value that already exists. If you used a ClientRequestToken with the same parameters within the last 10 minutes. To avoid this error, make sure that you use unique identifiers and parameters for each request within the specified time period.
|
136
136
|
*/
|
137
137
|
createWirelessGateway(params: IoTWireless.Types.CreateWirelessGatewayRequest, callback?: (err: AWSError, data: IoTWireless.Types.CreateWirelessGatewayResponse) => void): Request<IoTWireless.Types.CreateWirelessGatewayResponse, AWSError>;
|
138
138
|
/**
|
139
|
-
* Provisions a wireless gateway.
|
139
|
+
* Provisions a wireless gateway. When provisioning a wireless gateway, you might run into duplication errors for the following reasons. If you specify a GatewayEui value that already exists. If you used a ClientRequestToken with the same parameters within the last 10 minutes. To avoid this error, make sure that you use unique identifiers and parameters for each request within the specified time period.
|
140
140
|
*/
|
141
141
|
createWirelessGateway(callback?: (err: AWSError, data: IoTWireless.Types.CreateWirelessGatewayResponse) => void): Request<IoTWireless.Types.CreateWirelessGatewayResponse, AWSError>;
|
142
142
|
/**
|
@@ -228,11 +228,11 @@ declare class IoTWireless extends Service {
|
|
228
228
|
*/
|
229
229
|
deleteWirelessDeviceImportTask(callback?: (err: AWSError, data: IoTWireless.Types.DeleteWirelessDeviceImportTaskResponse) => void): Request<IoTWireless.Types.DeleteWirelessDeviceImportTaskResponse, AWSError>;
|
230
230
|
/**
|
231
|
-
* Deletes a wireless gateway.
|
231
|
+
* Deletes a wireless gateway. When deleting a wireless gateway, you might run into duplication errors for the following reasons. If you specify a GatewayEui value that already exists. If you used a ClientRequestToken with the same parameters within the last 10 minutes. To avoid this error, make sure that you use unique identifiers and parameters for each request within the specified time period.
|
232
232
|
*/
|
233
233
|
deleteWirelessGateway(params: IoTWireless.Types.DeleteWirelessGatewayRequest, callback?: (err: AWSError, data: IoTWireless.Types.DeleteWirelessGatewayResponse) => void): Request<IoTWireless.Types.DeleteWirelessGatewayResponse, AWSError>;
|
234
234
|
/**
|
235
|
-
* Deletes a wireless gateway.
|
235
|
+
* Deletes a wireless gateway. When deleting a wireless gateway, you might run into duplication errors for the following reasons. If you specify a GatewayEui value that already exists. If you used a ClientRequestToken with the same parameters within the last 10 minutes. To avoid this error, make sure that you use unique identifiers and parameters for each request within the specified time period.
|
236
236
|
*/
|
237
237
|
deleteWirelessGateway(callback?: (err: AWSError, data: IoTWireless.Types.DeleteWirelessGatewayResponse) => void): Request<IoTWireless.Types.DeleteWirelessGatewayResponse, AWSError>;
|
238
238
|
/**
|
@@ -356,19 +356,19 @@ declare class IoTWireless extends Service {
|
|
356
356
|
*/
|
357
357
|
getLogLevelsByResourceTypes(callback?: (err: AWSError, data: IoTWireless.Types.GetLogLevelsByResourceTypesResponse) => void): Request<IoTWireless.Types.GetLogLevelsByResourceTypesResponse, AWSError>;
|
358
358
|
/**
|
359
|
-
* Get the metric configuration status for this account.
|
359
|
+
* Get the metric configuration status for this AWS account.
|
360
360
|
*/
|
361
361
|
getMetricConfiguration(params: IoTWireless.Types.GetMetricConfigurationRequest, callback?: (err: AWSError, data: IoTWireless.Types.GetMetricConfigurationResponse) => void): Request<IoTWireless.Types.GetMetricConfigurationResponse, AWSError>;
|
362
362
|
/**
|
363
|
-
* Get the metric configuration status for this account.
|
363
|
+
* Get the metric configuration status for this AWS account.
|
364
364
|
*/
|
365
365
|
getMetricConfiguration(callback?: (err: AWSError, data: IoTWireless.Types.GetMetricConfigurationResponse) => void): Request<IoTWireless.Types.GetMetricConfigurationResponse, AWSError>;
|
366
366
|
/**
|
367
|
-
* Get metrics.
|
367
|
+
* Get the summary metrics for this AWS account.
|
368
368
|
*/
|
369
369
|
getMetrics(params: IoTWireless.Types.GetMetricsRequest, callback?: (err: AWSError, data: IoTWireless.Types.GetMetricsResponse) => void): Request<IoTWireless.Types.GetMetricsResponse, AWSError>;
|
370
370
|
/**
|
371
|
-
* Get metrics.
|
371
|
+
* Get the summary metrics for this AWS account.
|
372
372
|
*/
|
373
373
|
getMetrics(callback?: (err: AWSError, data: IoTWireless.Types.GetMetricsResponse) => void): Request<IoTWireless.Types.GetMetricsResponse, AWSError>;
|
374
374
|
/**
|
@@ -828,11 +828,11 @@ declare class IoTWireless extends Service {
|
|
828
828
|
*/
|
829
829
|
updateLogLevelsByResourceTypes(callback?: (err: AWSError, data: IoTWireless.Types.UpdateLogLevelsByResourceTypesResponse) => void): Request<IoTWireless.Types.UpdateLogLevelsByResourceTypesResponse, AWSError>;
|
830
830
|
/**
|
831
|
-
* Update the metric configuration.
|
831
|
+
* Update the summary metric configuration.
|
832
832
|
*/
|
833
833
|
updateMetricConfiguration(params: IoTWireless.Types.UpdateMetricConfigurationRequest, callback?: (err: AWSError, data: IoTWireless.Types.UpdateMetricConfigurationResponse) => void): Request<IoTWireless.Types.UpdateMetricConfigurationResponse, AWSError>;
|
834
834
|
/**
|
835
|
-
* Update the metric configuration.
|
835
|
+
* Update the summary metric configuration.
|
836
836
|
*/
|
837
837
|
updateMetricConfiguration(callback?: (err: AWSError, data: IoTWireless.Types.UpdateMetricConfigurationResponse) => void): Request<IoTWireless.Types.UpdateMetricConfigurationResponse, AWSError>;
|
838
838
|
/**
|
@@ -979,7 +979,7 @@ declare namespace IoTWireless {
|
|
979
979
|
*/
|
980
980
|
Sidewalk: SidewalkAccountInfo;
|
981
981
|
/**
|
982
|
-
* Each resource must have a unique client request token. If you try to create a new resource
|
982
|
+
* Each resource must have a unique client request token. The client token is used to implement idempotency. It ensures that the request completes no more than one time. If you retry a request with the same token and the same parameters, the request will complete successfully. However, if you try to create a new resource using the same token but different parameters, an HTTP 409 conflict occurs. If you omit this value, AWS SDKs will automatically generate a unique client request. For more information about idempotency, see Ensuring idempotency in Amazon EC2 API requests.
|
983
983
|
*/
|
984
984
|
ClientRequestToken?: ClientRequestToken;
|
985
985
|
/**
|
@@ -1235,7 +1235,7 @@ declare namespace IoTWireless {
|
|
1235
1235
|
*/
|
1236
1236
|
Tags?: TagList;
|
1237
1237
|
/**
|
1238
|
-
* Each resource must have a unique client request token. If you try to create a new resource
|
1238
|
+
* Each resource must have a unique client request token. The client token is used to implement idempotency. It ensures that the request completes no more than one time. If you retry a request with the same token and the same parameters, the request will complete successfully. However, if you try to create a new resource using the same token but different parameters, an HTTP 409 conflict occurs. If you omit this value, AWS SDKs will automatically generate a unique client request. For more information about idempotency, see Ensuring idempotency in Amazon EC2 API requests.
|
1239
1239
|
*/
|
1240
1240
|
ClientRequestToken?: ClientRequestToken;
|
1241
1241
|
}
|
@@ -1263,7 +1263,7 @@ declare namespace IoTWireless {
|
|
1263
1263
|
*/
|
1264
1264
|
Tags?: TagList;
|
1265
1265
|
/**
|
1266
|
-
* Each resource must have a unique client request token. If you try to create a new resource
|
1266
|
+
* Each resource must have a unique client request token. The client token is used to implement idempotency. It ensures that the request completes no more than one time. If you retry a request with the same token and the same parameters, the request will complete successfully. However, if you try to create a new resource using the same token but different parameters, an HTTP 409 conflict occurs. If you omit this value, AWS SDKs will automatically generate a unique client request. For more information about idempotency, see Ensuring idempotency in Amazon EC2 API requests.
|
1267
1267
|
*/
|
1268
1268
|
ClientRequestToken?: ClientRequestToken;
|
1269
1269
|
/**
|
@@ -1304,7 +1304,7 @@ declare namespace IoTWireless {
|
|
1304
1304
|
*/
|
1305
1305
|
Description?: Description;
|
1306
1306
|
/**
|
1307
|
-
* Each resource must have a unique client request token. If you try to create a new resource
|
1307
|
+
* Each resource must have a unique client request token. The client token is used to implement idempotency. It ensures that the request completes no more than one time. If you retry a request with the same token and the same parameters, the request will complete successfully. However, if you try to create a new resource using the same token but different parameters, an HTTP 409 conflict occurs. If you omit this value, AWS SDKs will automatically generate a unique client request. For more information about idempotency, see Ensuring idempotency in Amazon EC2 API requests.
|
1308
1308
|
*/
|
1309
1309
|
ClientRequestToken?: ClientRequestToken;
|
1310
1310
|
LoRaWAN: LoRaWANMulticast;
|
@@ -1354,7 +1354,7 @@ declare namespace IoTWireless {
|
|
1354
1354
|
*/
|
1355
1355
|
Tags?: TagList;
|
1356
1356
|
/**
|
1357
|
-
* Each resource must have a unique client request token. If you try to create a new resource
|
1357
|
+
* Each resource must have a unique client request token. The client token is used to implement idempotency. It ensures that the request completes no more than one time. If you retry a request with the same token and the same parameters, the request will complete successfully. However, if you try to create a new resource using the same token but different parameters, an HTTP 409 conflict occurs. If you omit this value, AWS SDKs will automatically generate a unique client request. For more information about idempotency, see Ensuring idempotency in Amazon EC2 API requests.
|
1358
1358
|
*/
|
1359
1359
|
ClientRequestToken?: ClientRequestToken;
|
1360
1360
|
}
|
@@ -1386,7 +1386,7 @@ declare namespace IoTWireless {
|
|
1386
1386
|
*/
|
1387
1387
|
DestinationName: DestinationName;
|
1388
1388
|
/**
|
1389
|
-
* Each resource must have a unique client request token. If you try to create a new resource
|
1389
|
+
* Each resource must have a unique client request token. The client token is used to implement idempotency. It ensures that the request completes no more than one time. If you retry a request with the same token and the same parameters, the request will complete successfully. However, if you try to create a new resource using the same token but different parameters, an HTTP 409 conflict occurs. If you omit this value, AWS SDKs will automatically generate a unique client request. For more information about idempotency, see Ensuring idempotency in Amazon EC2 API requests.
|
1390
1390
|
*/
|
1391
1391
|
ClientRequestToken?: ClientRequestToken;
|
1392
1392
|
/**
|
@@ -1434,7 +1434,7 @@ declare namespace IoTWireless {
|
|
1434
1434
|
*/
|
1435
1435
|
Tags?: TagList;
|
1436
1436
|
/**
|
1437
|
-
* Each resource must have a unique client request token. If you try to create a new resource
|
1437
|
+
* Each resource must have a unique client request token. The client token is used to implement idempotency. It ensures that the request completes no more than one time. If you retry a request with the same token and the same parameters, the request will complete successfully. However, if you try to create a new resource using the same token but different parameters, an HTTP 409 conflict occurs. If you omit this value, AWS SDKs will automatically generate a unique client request. For more information about idempotency, see Ensuring idempotency in Amazon EC2 API requests.
|
1438
1438
|
*/
|
1439
1439
|
ClientRequestToken?: ClientRequestToken;
|
1440
1440
|
}
|
@@ -1462,7 +1462,7 @@ declare namespace IoTWireless {
|
|
1462
1462
|
*/
|
1463
1463
|
Update?: UpdateWirelessGatewayTaskCreate;
|
1464
1464
|
/**
|
1465
|
-
* Each resource must have a unique client request token. If you try to create a new resource
|
1465
|
+
* Each resource must have a unique client request token. The client token is used to implement idempotency. It ensures that the request completes no more than one time. If you retry a request with the same token and the same parameters, the request will complete successfully. However, if you try to create a new resource using the same token but different parameters, an HTTP 409 conflict occurs. If you omit this value, AWS SDKs will automatically generate a unique client request. For more information about idempotency, see Ensuring idempotency in Amazon EC2 API requests.
|
1466
1466
|
*/
|
1467
1467
|
ClientRequestToken?: ClientRequestToken;
|
1468
1468
|
/**
|
@@ -1775,6 +1775,7 @@ declare namespace IoTWireless {
|
|
1775
1775
|
}
|
1776
1776
|
export interface DisassociateWirelessGatewayFromThingResponse {
|
1777
1777
|
}
|
1778
|
+
export type DlAllowed = boolean;
|
1778
1779
|
export type DlBucketSize = number;
|
1779
1780
|
export type DlClass = "ClassB"|"ClassC"|string;
|
1780
1781
|
export type DlDr = number;
|
@@ -2014,19 +2015,19 @@ declare namespace IoTWireless {
|
|
2014
2015
|
}
|
2015
2016
|
export interface GetMetricConfigurationResponse {
|
2016
2017
|
/**
|
2017
|
-
* The
|
2018
|
+
* The configuration status of the AWS account for summary metric aggregation.
|
2018
2019
|
*/
|
2019
2020
|
SummaryMetric?: SummaryMetricConfiguration;
|
2020
2021
|
}
|
2021
2022
|
export interface GetMetricsRequest {
|
2022
2023
|
/**
|
2023
|
-
* The list of queries to retrieve summary metrics.
|
2024
|
+
* The list of queries to retrieve the summary metrics.
|
2024
2025
|
*/
|
2025
2026
|
SummaryMetricQueries?: SummaryMetricQueries;
|
2026
2027
|
}
|
2027
2028
|
export interface GetMetricsResponse {
|
2028
2029
|
/**
|
2029
|
-
* The list of
|
2030
|
+
* The list of summary metrics that were retrieved.
|
2030
2031
|
*/
|
2031
2032
|
SummaryMetricQueryResults?: SummaryMetricQueryResults;
|
2032
2033
|
}
|
@@ -2660,6 +2661,7 @@ declare namespace IoTWireless {
|
|
2660
2661
|
export type HrAllowed = boolean;
|
2661
2662
|
export type IPAddress = string;
|
2662
2663
|
export type ISODateTimeString = string;
|
2664
|
+
export type Id = string;
|
2663
2665
|
export type Identifier = string;
|
2664
2666
|
export type IdentifierType = "PartnerAccountId"|"DevEui"|"GatewayEui"|"WirelessDeviceId"|"WirelessGatewayId"|string;
|
2665
2667
|
export type ImportTaskArn = string;
|
@@ -3142,6 +3144,10 @@ declare namespace IoTWireless {
|
|
3142
3144
|
* Information about the gateways accessed by the device.
|
3143
3145
|
*/
|
3144
3146
|
Gateways?: LoRaWANGatewayMetadataList;
|
3147
|
+
/**
|
3148
|
+
* Information about the LoRaWAN public network accessed by the device.
|
3149
|
+
*/
|
3150
|
+
PublicGateways?: LoRaWANPublicGatewayMetadataList;
|
3145
3151
|
}
|
3146
3152
|
export interface LoRaWANDeviceProfile {
|
3147
3153
|
/**
|
@@ -3403,6 +3409,30 @@ declare namespace IoTWireless {
|
|
3403
3409
|
*/
|
3404
3410
|
PingSlotPeriod?: PingSlotPeriod;
|
3405
3411
|
}
|
3412
|
+
export interface LoRaWANPublicGatewayMetadata {
|
3413
|
+
/**
|
3414
|
+
* The ID of the LoRaWAN public network provider.
|
3415
|
+
*/
|
3416
|
+
ProviderNetId?: ProviderNetId;
|
3417
|
+
/**
|
3418
|
+
* The ID of the gateways that are operated by the network provider.
|
3419
|
+
*/
|
3420
|
+
Id?: Id;
|
3421
|
+
/**
|
3422
|
+
* The RSSI (received signal strength indicator) value.
|
3423
|
+
*/
|
3424
|
+
Rssi?: Double;
|
3425
|
+
/**
|
3426
|
+
* The SNR (signal to noise ratio) value.
|
3427
|
+
*/
|
3428
|
+
Snr?: Double;
|
3429
|
+
RfRegion?: RfRegion;
|
3430
|
+
/**
|
3431
|
+
* Boolean that indicates whether downlink is allowed using the network.
|
3432
|
+
*/
|
3433
|
+
DlAllowed?: DlAllowed;
|
3434
|
+
}
|
3435
|
+
export type LoRaWANPublicGatewayMetadataList = LoRaWANPublicGatewayMetadata[];
|
3406
3436
|
export interface LoRaWANSendDataToDevice {
|
3407
3437
|
FPort?: FPort;
|
3408
3438
|
/**
|
@@ -3595,27 +3625,27 @@ declare namespace IoTWireless {
|
|
3595
3625
|
export type MetricQueryTimestamps = MetricQueryTimestamp[];
|
3596
3626
|
export interface MetricQueryValue {
|
3597
3627
|
/**
|
3598
|
-
* The minimum of the values of
|
3628
|
+
* The minimum of the values of all data points collected during the aggregation period.
|
3599
3629
|
*/
|
3600
3630
|
Min?: Min;
|
3601
3631
|
/**
|
3602
|
-
* The maximum of the values of the
|
3632
|
+
* The maximum of the values of all the data points collected during the aggregation period.
|
3603
3633
|
*/
|
3604
3634
|
Max?: Max;
|
3605
3635
|
/**
|
3606
|
-
* The sum of the values of
|
3636
|
+
* The sum of the values of all data points collected during the aggregation period.
|
3607
3637
|
*/
|
3608
3638
|
Sum?: Sum;
|
3609
3639
|
/**
|
3610
|
-
* The average of the values of
|
3640
|
+
* The average of the values of all data points collected during the aggregation period.
|
3611
3641
|
*/
|
3612
3642
|
Avg?: Avg;
|
3613
3643
|
/**
|
3614
|
-
* The standard deviation of the values of
|
3644
|
+
* The standard deviation of the values of all data points collected during the aggregation period.
|
3615
3645
|
*/
|
3616
3646
|
Std?: Std;
|
3617
3647
|
/**
|
3618
|
-
* The 90th percentile of the values of
|
3648
|
+
* The 90th percentile of the values of all data points collected during the aggregation period.
|
3619
3649
|
*/
|
3620
3650
|
P90?: P90;
|
3621
3651
|
}
|
@@ -3777,6 +3807,7 @@ declare namespace IoTWireless {
|
|
3777
3807
|
export type PrAllowed = boolean;
|
3778
3808
|
export type PresetFreq = number;
|
3779
3809
|
export type PrivateKeysList = CertificateList[];
|
3810
|
+
export type ProviderNetId = string;
|
3780
3811
|
export interface ProximityEventConfiguration {
|
3781
3812
|
/**
|
3782
3813
|
* Proximity event configuration object for enabling or disabling Sidewalk related event topics.
|
@@ -4235,7 +4266,7 @@ declare namespace IoTWireless {
|
|
4235
4266
|
export type Sum = number;
|
4236
4267
|
export interface SummaryMetricConfiguration {
|
4237
4268
|
/**
|
4238
|
-
* The configuration of summary
|
4269
|
+
* The status of the configuration of summary metrics.
|
4239
4270
|
*/
|
4240
4271
|
Status?: SummaryMetricConfigurationStatus;
|
4241
4272
|
}
|
@@ -4243,7 +4274,7 @@ declare namespace IoTWireless {
|
|
4243
4274
|
export type SummaryMetricQueries = SummaryMetricQuery[];
|
4244
4275
|
export interface SummaryMetricQuery {
|
4245
4276
|
/**
|
4246
|
-
* The id of the query.
|
4277
|
+
* The id of the summary metric query.
|
4247
4278
|
*/
|
4248
4279
|
QueryId?: MetricQueryId;
|
4249
4280
|
/**
|
@@ -4251,37 +4282,37 @@ declare namespace IoTWireless {
|
|
4251
4282
|
*/
|
4252
4283
|
MetricName?: MetricName;
|
4253
4284
|
/**
|
4254
|
-
* The dimensions of the metric.
|
4285
|
+
* The dimensions of the summary metric.
|
4255
4286
|
*/
|
4256
4287
|
Dimensions?: Dimensions;
|
4257
4288
|
/**
|
4258
|
-
* The aggregation period of the metric.
|
4289
|
+
* The aggregation period of the summary metric.
|
4259
4290
|
*/
|
4260
4291
|
AggregationPeriod?: AggregationPeriod;
|
4261
4292
|
/**
|
4262
|
-
* The start timestamp for summary metric query.
|
4293
|
+
* The start timestamp for the summary metric query.
|
4263
4294
|
*/
|
4264
4295
|
StartTimestamp?: MetricQueryStartTimestamp;
|
4265
4296
|
/**
|
4266
|
-
* The end timestamp for summary metric query.
|
4297
|
+
* The end timestamp for the summary metric query.
|
4267
4298
|
*/
|
4268
4299
|
EndTimestamp?: MetricQueryEndTimestamp;
|
4269
4300
|
}
|
4270
4301
|
export interface SummaryMetricQueryResult {
|
4271
4302
|
/**
|
4272
|
-
* The
|
4303
|
+
* The ID of the summary metric results query operation.
|
4273
4304
|
*/
|
4274
4305
|
QueryId?: MetricQueryId;
|
4275
4306
|
/**
|
4276
|
-
* The status of the metric query.
|
4307
|
+
* The status of the summary metric query result.
|
4277
4308
|
*/
|
4278
4309
|
QueryStatus?: MetricQueryStatus;
|
4279
4310
|
/**
|
4280
|
-
* The error message for the summary metric query.
|
4311
|
+
* The error message for the summary metric query result.
|
4281
4312
|
*/
|
4282
4313
|
Error?: MetricQueryError;
|
4283
4314
|
/**
|
4284
|
-
* The name of the metric.
|
4315
|
+
* The name of the summary metric query result.
|
4285
4316
|
*/
|
4286
4317
|
MetricName?: MetricName;
|
4287
4318
|
/**
|
@@ -4293,11 +4324,11 @@ declare namespace IoTWireless {
|
|
4293
4324
|
*/
|
4294
4325
|
AggregationPeriod?: AggregationPeriod;
|
4295
4326
|
/**
|
4296
|
-
* The start timestamp for summary metric query.
|
4327
|
+
* The start timestamp for the summary metric query.
|
4297
4328
|
*/
|
4298
4329
|
StartTimestamp?: MetricQueryStartTimestamp;
|
4299
4330
|
/**
|
4300
|
-
* The end timestamp for summary metric query.
|
4331
|
+
* The end timestamp for the summary metric query.
|
4301
4332
|
*/
|
4302
4333
|
EndTimestamp?: MetricQueryEndTimestamp;
|
4303
4334
|
/**
|
@@ -4305,7 +4336,7 @@ declare namespace IoTWireless {
|
|
4305
4336
|
*/
|
4306
4337
|
Timestamps?: MetricQueryTimestamps;
|
4307
4338
|
/**
|
4308
|
-
* The list of aggregated
|
4339
|
+
* The list of aggregated summary metric query results.
|
4309
4340
|
*/
|
4310
4341
|
Values?: MetricQueryValues;
|
4311
4342
|
/**
|
@@ -682,10 +682,14 @@ declare namespace LakeFormation {
|
|
682
682
|
* A list of the account IDs of Amazon Web Services accounts of third-party applications that are allowed to access data managed by Lake Formation.
|
683
683
|
*/
|
684
684
|
ExternalFiltering?: ExternalFilteringConfiguration;
|
685
|
+
/**
|
686
|
+
* A list of Amazon Web Services account IDs and/or Amazon Web Services organization/organizational unit ARNs that are allowed to access data managed by Lake Formation. If the ShareRecipients list includes valid values, a resource share is created with the principals you want to have access to the resources. If the ShareRecipients value is null or the list is empty, no resource share is created.
|
687
|
+
*/
|
688
|
+
ShareRecipients?: DataLakePrincipalList;
|
685
689
|
}
|
686
690
|
export interface CreateLakeFormationIdentityCenterConfigurationResponse {
|
687
691
|
/**
|
688
|
-
* The Amazon Resource Name (ARN) of the integrated
|
692
|
+
* The Amazon Resource Name (ARN) of the Lake Formation application integrated with IAM Identity Center.
|
689
693
|
*/
|
690
694
|
ApplicationArn?: ApplicationArn;
|
691
695
|
}
|
@@ -930,13 +934,21 @@ declare namespace LakeFormation {
|
|
930
934
|
*/
|
931
935
|
InstanceArn?: IdentityCenterInstanceArn;
|
932
936
|
/**
|
933
|
-
* The Amazon Resource Name (ARN) of the integrated
|
937
|
+
* The Amazon Resource Name (ARN) of the Lake Formation application integrated with IAM Identity Center.
|
934
938
|
*/
|
935
939
|
ApplicationArn?: ApplicationArn;
|
936
940
|
/**
|
937
941
|
* Indicates if external filtering is enabled.
|
938
942
|
*/
|
939
943
|
ExternalFiltering?: ExternalFilteringConfiguration;
|
944
|
+
/**
|
945
|
+
* A list of Amazon Web Services account IDs or Amazon Web Services organization/organizational unit ARNs that are allowed to access data managed by Lake Formation. If the ShareRecipients list includes valid values, a resource share is created with the principals you want to have access to the resources as the ShareRecipients. If the ShareRecipients value is null or the list is empty, no resource share is created.
|
946
|
+
*/
|
947
|
+
ShareRecipients?: DataLakePrincipalList;
|
948
|
+
/**
|
949
|
+
* The Amazon Resource Name (ARN) of the RAM share.
|
950
|
+
*/
|
951
|
+
ResourceShare?: RAMResourceShareArn;
|
940
952
|
}
|
941
953
|
export interface DescribeResourceRequest {
|
942
954
|
/**
|
@@ -2264,6 +2276,10 @@ declare namespace LakeFormation {
|
|
2264
2276
|
* The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, view definitions, and other control information to manage your Lake Formation environment.
|
2265
2277
|
*/
|
2266
2278
|
CatalogId?: CatalogIdString;
|
2279
|
+
/**
|
2280
|
+
* A list of Amazon Web Services account IDs or Amazon Web Services organization/organizational unit ARNs that are allowed to access to access data managed by Lake Formation. If the ShareRecipients list includes valid values, then the resource share is updated with the principals you want to have access to the resources. If the ShareRecipients value is null, both the list of share recipients and the resource share remain unchanged. If the ShareRecipients value is an empty list, then the existing share recipients list will be cleared, and the resource share will be deleted.
|
2281
|
+
*/
|
2282
|
+
ShareRecipients?: DataLakePrincipalList;
|
2267
2283
|
/**
|
2268
2284
|
* Allows to enable or disable the IAM Identity Center connection.
|
2269
2285
|
*/
|
@@ -167,6 +167,14 @@ declare class M2 extends Service {
|
|
167
167
|
* Lists historical, current, and scheduled batch job executions for a specific application.
|
168
168
|
*/
|
169
169
|
listBatchJobExecutions(callback?: (err: AWSError, data: M2.Types.ListBatchJobExecutionsResponse) => void): Request<M2.Types.ListBatchJobExecutionsResponse, AWSError>;
|
170
|
+
/**
|
171
|
+
* Lists all the job steps for JCL files to restart a batch job. This is only applicable for Micro Focus engine with versions 8.0.6 and above.
|
172
|
+
*/
|
173
|
+
listBatchJobRestartPoints(params: M2.Types.ListBatchJobRestartPointsRequest, callback?: (err: AWSError, data: M2.Types.ListBatchJobRestartPointsResponse) => void): Request<M2.Types.ListBatchJobRestartPointsResponse, AWSError>;
|
174
|
+
/**
|
175
|
+
* Lists all the job steps for JCL files to restart a batch job. This is only applicable for Micro Focus engine with versions 8.0.6 and above.
|
176
|
+
*/
|
177
|
+
listBatchJobRestartPoints(callback?: (err: AWSError, data: M2.Types.ListBatchJobRestartPointsResponse) => void): Request<M2.Types.ListBatchJobRestartPointsResponse, AWSError>;
|
170
178
|
/**
|
171
179
|
* Lists the data set imports for the specified application.
|
172
180
|
*/
|
@@ -382,7 +390,7 @@ declare namespace M2 {
|
|
382
390
|
scriptBatchJobDefinition?: ScriptBatchJobDefinition;
|
383
391
|
}
|
384
392
|
export type BatchJobDefinitions = BatchJobDefinition[];
|
385
|
-
export type BatchJobExecutionStatus = "Submitting"|"Holding"|"Dispatching"|"Running"|"Cancelling"|"Cancelled"|"Succeeded"|"Failed"|"Succeeded With Warning"|string;
|
393
|
+
export type BatchJobExecutionStatus = "Submitting"|"Holding"|"Dispatching"|"Running"|"Cancelling"|"Cancelled"|"Succeeded"|"Failed"|"Purged"|"Succeeded With Warning"|string;
|
386
394
|
export interface BatchJobExecutionSummary {
|
387
395
|
/**
|
388
396
|
* The unique identifier of the application that hosts this batch job.
|
@@ -431,6 +439,10 @@ declare namespace M2 {
|
|
431
439
|
* Specifies a file associated with a specific batch job.
|
432
440
|
*/
|
433
441
|
fileBatchJobIdentifier?: FileBatchJobIdentifier;
|
442
|
+
/**
|
443
|
+
* Specifies the required information for restart, including execution ID and jobsteprestartmarker.
|
444
|
+
*/
|
445
|
+
restartBatchJobIdentifier?: RestartBatchJobIdentifier;
|
434
446
|
/**
|
435
447
|
* Specifies an Amazon S3 location that identifies the batch jobs that you want to run. Use this identifier to run ad hoc batch jobs.
|
436
448
|
*/
|
@@ -441,6 +453,7 @@ declare namespace M2 {
|
|
441
453
|
scriptBatchJobIdentifier?: ScriptBatchJobIdentifier;
|
442
454
|
}
|
443
455
|
export type BatchJobParametersMap = {[key: string]: BatchParamValue};
|
456
|
+
export type BatchJobStepList = JobStep[];
|
444
457
|
export type BatchJobType = "VSE"|"JES2"|"JES3"|string;
|
445
458
|
export type BatchParamKey = string;
|
446
459
|
export type BatchParamValue = string;
|
@@ -1127,6 +1140,10 @@ declare namespace M2 {
|
|
1127
1140
|
* The name of this batch job.
|
1128
1141
|
*/
|
1129
1142
|
jobName?: String100;
|
1143
|
+
/**
|
1144
|
+
* The restart steps information for the most recent restart operation.
|
1145
|
+
*/
|
1146
|
+
jobStepRestartMarker?: JobStepRestartMarker;
|
1130
1147
|
/**
|
1131
1148
|
* The type of job.
|
1132
1149
|
*/
|
@@ -1385,6 +1402,50 @@ declare namespace M2 {
|
|
1385
1402
|
*/
|
1386
1403
|
scriptName?: String;
|
1387
1404
|
}
|
1405
|
+
export interface JobStep {
|
1406
|
+
/**
|
1407
|
+
* The name of a procedure step.
|
1408
|
+
*/
|
1409
|
+
procStepName?: String;
|
1410
|
+
/**
|
1411
|
+
* The number of a procedure step.
|
1412
|
+
*/
|
1413
|
+
procStepNumber?: Integer;
|
1414
|
+
/**
|
1415
|
+
* The condition code of a step.
|
1416
|
+
*/
|
1417
|
+
stepCondCode?: String;
|
1418
|
+
/**
|
1419
|
+
* The name of a step.
|
1420
|
+
*/
|
1421
|
+
stepName?: String;
|
1422
|
+
/**
|
1423
|
+
* The number of a step.
|
1424
|
+
*/
|
1425
|
+
stepNumber?: Integer;
|
1426
|
+
/**
|
1427
|
+
* Specifies if a step can be restarted or not.
|
1428
|
+
*/
|
1429
|
+
stepRestartable?: Boolean;
|
1430
|
+
}
|
1431
|
+
export interface JobStepRestartMarker {
|
1432
|
+
/**
|
1433
|
+
* The procedure step name that a job was restarted from.
|
1434
|
+
*/
|
1435
|
+
fromProcStep?: String;
|
1436
|
+
/**
|
1437
|
+
* The step name that a batch job restart was from.
|
1438
|
+
*/
|
1439
|
+
fromStep: String;
|
1440
|
+
/**
|
1441
|
+
* The procedure step name that a batch job was restarted to.
|
1442
|
+
*/
|
1443
|
+
toProcStep?: String;
|
1444
|
+
/**
|
1445
|
+
* The step name that a job was restarted to.
|
1446
|
+
*/
|
1447
|
+
toStep?: String;
|
1448
|
+
}
|
1388
1449
|
export interface ListApplicationVersionsRequest {
|
1389
1450
|
/**
|
1390
1451
|
* The unique identifier of the application.
|
@@ -1509,6 +1570,22 @@ declare namespace M2 {
|
|
1509
1570
|
*/
|
1510
1571
|
nextToken?: NextToken;
|
1511
1572
|
}
|
1573
|
+
export interface ListBatchJobRestartPointsRequest {
|
1574
|
+
/**
|
1575
|
+
* The unique identifier of the application.
|
1576
|
+
*/
|
1577
|
+
applicationId: Identifier;
|
1578
|
+
/**
|
1579
|
+
* The unique identifier of each batch job execution.
|
1580
|
+
*/
|
1581
|
+
executionId: Identifier;
|
1582
|
+
}
|
1583
|
+
export interface ListBatchJobRestartPointsResponse {
|
1584
|
+
/**
|
1585
|
+
* Returns all the batch job steps and related information for a batch job that previously ran.
|
1586
|
+
*/
|
1587
|
+
batchJobSteps?: BatchJobStepList;
|
1588
|
+
}
|
1512
1589
|
export interface ListDataSetImportHistoryRequest {
|
1513
1590
|
/**
|
1514
1591
|
* The unique identifier of the application.
|
@@ -1757,6 +1834,16 @@ declare namespace M2 {
|
|
1757
1834
|
*/
|
1758
1835
|
min: Integer;
|
1759
1836
|
}
|
1837
|
+
export interface RestartBatchJobIdentifier {
|
1838
|
+
/**
|
1839
|
+
* The executionId from the StartBatchJob response when the job ran for the first time.
|
1840
|
+
*/
|
1841
|
+
executionId: Identifier;
|
1842
|
+
/**
|
1843
|
+
* The restart step information for the most recent restart operation.
|
1844
|
+
*/
|
1845
|
+
jobStepRestartMarker: JobStepRestartMarker;
|
1846
|
+
}
|
1760
1847
|
export interface S3BatchJobIdentifier {
|
1761
1848
|
/**
|
1762
1849
|
* The Amazon S3 bucket that contains the batch job definitions.
|