cdk-comprehend-s3olap 2.0.60 → 2.0.63
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 +4 -4
- package/lib/cdk-comprehend-s3olap.js +2 -2
- package/lib/comprehend-lambdas.js +2 -2
- package/lib/iam-roles.js +4 -4
- package/node_modules/aws-sdk/CHANGELOG.md +12 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +306 -295
- package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.min.json +128 -87
- package/node_modules/aws-sdk/apis/location-2020-11-19.min.json +60 -44
- package/node_modules/aws-sdk/apis/pinpoint-2016-12-01.min.json +274 -191
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +501 -468
- package/node_modules/aws-sdk/apis/sagemaker-a2i-runtime-2019-11-07.min.json +12 -8
- package/node_modules/aws-sdk/clients/cloudwatch.d.ts +7 -7
- package/node_modules/aws-sdk/clients/glue.d.ts +31 -2
- package/node_modules/aws-sdk/clients/iotwireless.d.ts +45 -0
- package/node_modules/aws-sdk/clients/location.d.ts +27 -13
- package/node_modules/aws-sdk/clients/pinpoint.d.ts +96 -0
- package/node_modules/aws-sdk/clients/quicksight.d.ts +10 -10
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +51 -5
- package/node_modules/aws-sdk/clients/sso.d.ts +19 -19
- package/node_modules/aws-sdk/clients/ssoadmin.d.ts +82 -82
- package/node_modules/aws-sdk/clients/ssooidc.d.ts +11 -11
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +7 -7
- package/node_modules/aws-sdk/dist/aws-sdk.js +63 -47
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +35 -35
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/node_modules/esbuild/install.js +4 -4
- package/node_modules/esbuild/lib/main.js +7 -7
- package/node_modules/esbuild/package.json +22 -22
- package/node_modules/esbuild-linux-64/bin/esbuild +0 -0
- package/node_modules/esbuild-linux-64/package.json +1 -1
- package/package.json +7 -7
@@ -3,7 +3,6 @@
|
|
3
3
|
"metadata": {
|
4
4
|
"apiVersion": "2019-11-07",
|
5
5
|
"endpointPrefix": "a2i-runtime.sagemaker",
|
6
|
-
"jsonVersion": "1.1",
|
7
6
|
"protocol": "rest-json",
|
8
7
|
"serviceFullName": "Amazon Augmented AI Runtime",
|
9
8
|
"serviceId": "SageMaker A2I Runtime",
|
@@ -62,7 +61,7 @@
|
|
62
61
|
],
|
63
62
|
"members": {
|
64
63
|
"CreationTime": {
|
65
|
-
"
|
64
|
+
"shape": "S6"
|
66
65
|
},
|
67
66
|
"FailureReason": {},
|
68
67
|
"FailureCode": {},
|
@@ -94,14 +93,14 @@
|
|
94
93
|
],
|
95
94
|
"members": {
|
96
95
|
"CreationTimeAfter": {
|
96
|
+
"shape": "S6",
|
97
97
|
"location": "querystring",
|
98
|
-
"locationName": "CreationTimeAfter"
|
99
|
-
"type": "timestamp"
|
98
|
+
"locationName": "CreationTimeAfter"
|
100
99
|
},
|
101
100
|
"CreationTimeBefore": {
|
101
|
+
"shape": "S6",
|
102
102
|
"location": "querystring",
|
103
|
-
"locationName": "CreationTimeBefore"
|
104
|
-
"type": "timestamp"
|
103
|
+
"locationName": "CreationTimeBefore"
|
105
104
|
},
|
106
105
|
"FlowDefinitionArn": {
|
107
106
|
"location": "querystring",
|
@@ -136,7 +135,7 @@
|
|
136
135
|
"HumanLoopName": {},
|
137
136
|
"HumanLoopStatus": {},
|
138
137
|
"CreationTime": {
|
139
|
-
"
|
138
|
+
"shape": "S6"
|
140
139
|
},
|
141
140
|
"FailureReason": {},
|
142
141
|
"FlowDefinitionArn": {}
|
@@ -210,5 +209,10 @@
|
|
210
209
|
}
|
211
210
|
}
|
212
211
|
},
|
213
|
-
"shapes": {
|
212
|
+
"shapes": {
|
213
|
+
"S6": {
|
214
|
+
"type": "timestamp",
|
215
|
+
"timestampFormat": "iso8601"
|
216
|
+
}
|
217
|
+
}
|
214
218
|
}
|
@@ -21,11 +21,11 @@ declare class CloudWatch extends Service {
|
|
21
21
|
*/
|
22
22
|
deleteAlarms(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
23
23
|
/**
|
24
|
-
*
|
24
|
+
* Deletes the specified anomaly detection model from your account. For more information about how to delete an anomaly detection model, see Deleting an anomaly detection model in the CloudWatch User Guide.
|
25
25
|
*/
|
26
26
|
deleteAnomalyDetector(params: CloudWatch.Types.DeleteAnomalyDetectorInput, callback?: (err: AWSError, data: CloudWatch.Types.DeleteAnomalyDetectorOutput) => void): Request<CloudWatch.Types.DeleteAnomalyDetectorOutput, AWSError>;
|
27
27
|
/**
|
28
|
-
*
|
28
|
+
* Deletes the specified anomaly detection model from your account. For more information about how to delete an anomaly detection model, see Deleting an anomaly detection model in the CloudWatch User Guide.
|
29
29
|
*/
|
30
30
|
deleteAnomalyDetector(callback?: (err: AWSError, data: CloudWatch.Types.DeleteAnomalyDetectorOutput) => void): Request<CloudWatch.Types.DeleteAnomalyDetectorOutput, AWSError>;
|
31
31
|
/**
|
@@ -245,11 +245,11 @@ declare class CloudWatch extends Service {
|
|
245
245
|
*/
|
246
246
|
putMetricAlarm(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
247
247
|
/**
|
248
|
-
* Publishes metric data points to Amazon CloudWatch. CloudWatch associates the data points with the specified metric. If the specified metric does not exist, CloudWatch creates the metric. When CloudWatch creates a metric, it can take up to fifteen minutes for the metric to appear in calls to ListMetrics. You can publish either individual data points in the Value field, or arrays of values and the number of times each value occurred during the period by using the Values and Counts fields in the MetricDatum structure. Using the Values and Counts method enables you to publish up to 150 values per metric with one PutMetricData request, and supports retrieving percentile statistics on this data. Each PutMetricData request is limited to
|
248
|
+
* Publishes metric data points to Amazon CloudWatch. CloudWatch associates the data points with the specified metric. If the specified metric does not exist, CloudWatch creates the metric. When CloudWatch creates a metric, it can take up to fifteen minutes for the metric to appear in calls to ListMetrics. You can publish either individual data points in the Value field, or arrays of values and the number of times each value occurred during the period by using the Values and Counts fields in the MetricDatum structure. Using the Values and Counts method enables you to publish up to 150 values per metric with one PutMetricData request, and supports retrieving percentile statistics on this data. Each PutMetricData request is limited to 1 MB in size for HTTP POST requests. You can send a payload compressed by gzip. Each request is also limited to no more than 1000 different metrics. Although the Value parameter accepts numbers of type Double, CloudWatch rejects values that are either too small or too large. Values must be in the range of -2^360 to 2^360. In addition, special values (for example, NaN, +Infinity, -Infinity) are not supported. You can use up to 30 dimensions per metric to further clarify what data the metric collects. Each dimension consists of a Name and Value pair. For more information about specifying dimensions, see Publishing Metrics in the Amazon CloudWatch User Guide. You specify the time stamp to be associated with each data point. You can specify time stamps that are as much as two weeks before the current date, and as much as 2 hours after the current day and time. Data points with time stamps from 24 hours ago or longer can take at least 48 hours to become available for GetMetricData or GetMetricStatistics from the time they are submitted. Data points with time stamps between 3 and 24 hours ago can take as much as 2 hours to become available for for GetMetricData or GetMetricStatistics. CloudWatch needs raw data points to calculate percentile statistics. If you publish data using a statistic set instead, you can only retrieve percentile statistics for this data if one of the following conditions is true: The SampleCount value of the statistic set is 1 and Min, Max, and Sum are all equal. The Min and Max are equal, and Sum is equal to Min multiplied by SampleCount.
|
249
249
|
*/
|
250
250
|
putMetricData(params: CloudWatch.Types.PutMetricDataInput, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
251
251
|
/**
|
252
|
-
* Publishes metric data points to Amazon CloudWatch. CloudWatch associates the data points with the specified metric. If the specified metric does not exist, CloudWatch creates the metric. When CloudWatch creates a metric, it can take up to fifteen minutes for the metric to appear in calls to ListMetrics. You can publish either individual data points in the Value field, or arrays of values and the number of times each value occurred during the period by using the Values and Counts fields in the MetricDatum structure. Using the Values and Counts method enables you to publish up to 150 values per metric with one PutMetricData request, and supports retrieving percentile statistics on this data. Each PutMetricData request is limited to
|
252
|
+
* Publishes metric data points to Amazon CloudWatch. CloudWatch associates the data points with the specified metric. If the specified metric does not exist, CloudWatch creates the metric. When CloudWatch creates a metric, it can take up to fifteen minutes for the metric to appear in calls to ListMetrics. You can publish either individual data points in the Value field, or arrays of values and the number of times each value occurred during the period by using the Values and Counts fields in the MetricDatum structure. Using the Values and Counts method enables you to publish up to 150 values per metric with one PutMetricData request, and supports retrieving percentile statistics on this data. Each PutMetricData request is limited to 1 MB in size for HTTP POST requests. You can send a payload compressed by gzip. Each request is also limited to no more than 1000 different metrics. Although the Value parameter accepts numbers of type Double, CloudWatch rejects values that are either too small or too large. Values must be in the range of -2^360 to 2^360. In addition, special values (for example, NaN, +Infinity, -Infinity) are not supported. You can use up to 30 dimensions per metric to further clarify what data the metric collects. Each dimension consists of a Name and Value pair. For more information about specifying dimensions, see Publishing Metrics in the Amazon CloudWatch User Guide. You specify the time stamp to be associated with each data point. You can specify time stamps that are as much as two weeks before the current date, and as much as 2 hours after the current day and time. Data points with time stamps from 24 hours ago or longer can take at least 48 hours to become available for GetMetricData or GetMetricStatistics from the time they are submitted. Data points with time stamps between 3 and 24 hours ago can take as much as 2 hours to become available for for GetMetricData or GetMetricStatistics. CloudWatch needs raw data points to calculate percentile statistics. If you publish data using a statistic set instead, you can only retrieve percentile statistics for this data if one of the following conditions is true: The SampleCount value of the statistic set is 1 and Min, Max, and Sum are all equal. The Min and Max are equal, and Sum is equal to Min multiplied by SampleCount.
|
253
253
|
*/
|
254
254
|
putMetricData(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
255
255
|
/**
|
@@ -1537,7 +1537,7 @@ declare namespace CloudWatch {
|
|
1537
1537
|
*/
|
1538
1538
|
StatisticValues?: StatisticSet;
|
1539
1539
|
/**
|
1540
|
-
* Array of numbers representing the values for the metric during the period. Each unique value is listed just once in this array, and the corresponding number in the Counts array specifies the number of times that value occurred during the period. You can include up to
|
1540
|
+
* Array of numbers representing the values for the metric during the period. Each unique value is listed just once in this array, and the corresponding number in the Counts array specifies the number of times that value occurred during the period. You can include up to 500 unique values in each PutMetricData action that specifies a Values array. Although the Values array accepts numbers of type Double, CloudWatch rejects values that are either too small or too large. Values must be in the range of -2^360 to 2^360. In addition, special values (for example, NaN, +Infinity, -Infinity) are not supported.
|
1541
1541
|
*/
|
1542
1542
|
Values?: Values;
|
1543
1543
|
/**
|
@@ -1836,7 +1836,7 @@ declare namespace CloudWatch {
|
|
1836
1836
|
*/
|
1837
1837
|
Period?: Period;
|
1838
1838
|
/**
|
1839
|
-
* The unit of measure for the statistic. For example, the units for the Amazon EC2 NetworkIn metric are Bytes because NetworkIn tracks the number of bytes that an instance receives on all network interfaces. You can also specify a unit when you create a custom metric. Units help provide conceptual meaning to your data. Metric data points that specify a unit of measure, such as Percent, are aggregated separately. If you don't specify Unit, CloudWatch retrieves all unit types that have been published for the metric and attempts to evaluate the alarm. Usually, metrics are published with only one unit, so the alarm works as intended. However, if the metric is published with multiple types of units and you don't specify a unit, the alarm's behavior is not defined and it behaves
|
1839
|
+
* The unit of measure for the statistic. For example, the units for the Amazon EC2 NetworkIn metric are Bytes because NetworkIn tracks the number of bytes that an instance receives on all network interfaces. You can also specify a unit when you create a custom metric. Units help provide conceptual meaning to your data. Metric data points that specify a unit of measure, such as Percent, are aggregated separately. If you don't specify Unit, CloudWatch retrieves all unit types that have been published for the metric and attempts to evaluate the alarm. Usually, metrics are published with only one unit, so the alarm works as intended. However, if the metric is published with multiple types of units and you don't specify a unit, the alarm's behavior is not defined and it behaves unpredictably. We recommend omitting Unit so that you don't inadvertently specify an incorrect unit that is not published for this metric. Doing so causes the alarm to be stuck in the INSUFFICIENT DATA state.
|
1840
1840
|
*/
|
1841
1841
|
Unit?: StandardUnit;
|
1842
1842
|
/**
|
@@ -1882,7 +1882,7 @@ declare namespace CloudWatch {
|
|
1882
1882
|
*/
|
1883
1883
|
Namespace: Namespace;
|
1884
1884
|
/**
|
1885
|
-
* The data for the metric. The array can include no more than
|
1885
|
+
* The data for the metric. The array can include no more than 1000 metrics per call.
|
1886
1886
|
*/
|
1887
1887
|
MetricData: MetricData;
|
1888
1888
|
}
|
@@ -2887,7 +2887,7 @@ declare namespace Glue {
|
|
2887
2887
|
}
|
2888
2888
|
export type CrawlId = string;
|
2889
2889
|
export type CrawlList = Crawl[];
|
2890
|
-
export type CrawlState = "RUNNING"|"CANCELLING"|"CANCELLED"|"SUCCEEDED"|"FAILED"|string;
|
2890
|
+
export type CrawlState = "RUNNING"|"CANCELLING"|"CANCELLED"|"SUCCEEDED"|"FAILED"|"ERROR"|string;
|
2891
2891
|
export interface Crawler {
|
2892
2892
|
/**
|
2893
2893
|
* The name of the crawler.
|
@@ -3531,6 +3531,10 @@ declare namespace Glue {
|
|
3531
3531
|
* The representation of a directed acyclic graph on which both the Glue Studio visual component and Glue Studio code generation is based.
|
3532
3532
|
*/
|
3533
3533
|
CodeGenConfigurationNodes?: CodeGenConfigurationNodes;
|
3534
|
+
/**
|
3535
|
+
* Indicates whether the job is run with a standard or flexible execution class. The standard execution-class is ideal for time-sensitive workloads that require fast job startup and dedicated resources. The flexible execution class is appropriate for time-insensitive jobs whose start and completion times may vary. Only jobs with Glue version 3.0 and above and command type glueetl will be allowed to set ExecutionClass to FLEX. The flexible execution class is available for Spark jobs.
|
3536
|
+
*/
|
3537
|
+
ExecutionClass?: ExecutionClass;
|
3534
3538
|
}
|
3535
3539
|
export interface CreateJobResponse {
|
3536
3540
|
/**
|
@@ -4973,6 +4977,7 @@ declare namespace Glue {
|
|
4973
4977
|
BatchWindow?: BatchWindow;
|
4974
4978
|
}
|
4975
4979
|
export type EventQueueArn = string;
|
4980
|
+
export type ExecutionClass = "FLEX"|"STANDARD"|string;
|
4976
4981
|
export interface ExecutionProperty {
|
4977
4982
|
/**
|
4978
4983
|
* The maximum number of concurrent runs allowed for the job. The default is 1. An error is returned when this threshold is reached. The maximum value you can specify is controlled by a service limit.
|
@@ -6994,6 +6999,10 @@ declare namespace Glue {
|
|
6994
6999
|
* The representation of a directed acyclic graph on which both the Glue Studio visual component and Glue Studio code generation is based.
|
6995
7000
|
*/
|
6996
7001
|
CodeGenConfigurationNodes?: CodeGenConfigurationNodes;
|
7002
|
+
/**
|
7003
|
+
* Indicates whether the job is run with a standard or flexible execution class. The standard execution class is ideal for time-sensitive workloads that require fast job startup and dedicated resources. The flexible execution class is appropriate for time-insensitive jobs whose start and completion times may vary. Only jobs with Glue version 3.0 and above and command type glueetl will be allowed to set ExecutionClass to FLEX. The flexible execution class is available for Spark jobs.
|
7004
|
+
*/
|
7005
|
+
ExecutionClass?: ExecutionClass;
|
6997
7006
|
}
|
6998
7007
|
export interface JobBookmarkEntry {
|
6999
7008
|
/**
|
@@ -7152,9 +7161,13 @@ declare namespace Glue {
|
|
7152
7161
|
* This field populates only for Auto Scaling job runs, and represents the total time each executor ran during the lifecycle of a job run in seconds, multiplied by a DPU factor (1 for G.1X, 2 for G.2X, or 0.25 for G.025X workers). This value may be different than the executionEngineRuntime * MaxCapacity as in the case of Auto Scaling jobs, as the number of executors running at a given time may be less than the MaxCapacity. Therefore, it is possible that the value of DPUSeconds is less than executionEngineRuntime * MaxCapacity.
|
7153
7162
|
*/
|
7154
7163
|
DPUSeconds?: NullableDouble;
|
7164
|
+
/**
|
7165
|
+
* Indicates whether the job is run with a standard or flexible execution class. The standard execution-class is ideal for time-sensitive workloads that require fast job startup and dedicated resources. The flexible execution class is appropriate for time-insensitive jobs whose start and completion times may vary. Only jobs with Glue version 3.0 and above and command type glueetl will be allowed to set ExecutionClass to FLEX. The flexible execution class is available for Spark jobs.
|
7166
|
+
*/
|
7167
|
+
ExecutionClass?: ExecutionClass;
|
7155
7168
|
}
|
7156
7169
|
export type JobRunList = JobRun[];
|
7157
|
-
export type JobRunState = "STARTING"|"RUNNING"|"STOPPING"|"STOPPED"|"SUCCEEDED"|"FAILED"|"TIMEOUT"|string;
|
7170
|
+
export type JobRunState = "STARTING"|"RUNNING"|"STOPPING"|"STOPPED"|"SUCCEEDED"|"FAILED"|"TIMEOUT"|"ERROR"|"WAITING"|string;
|
7158
7171
|
export interface JobUpdate {
|
7159
7172
|
/**
|
7160
7173
|
* Description of the job being defined.
|
@@ -7228,6 +7241,10 @@ declare namespace Glue {
|
|
7228
7241
|
* The representation of a directed acyclic graph on which both the Glue Studio visual component and Glue Studio code generation is based.
|
7229
7242
|
*/
|
7230
7243
|
CodeGenConfigurationNodes?: CodeGenConfigurationNodes;
|
7244
|
+
/**
|
7245
|
+
* Indicates whether the job is run with a standard or flexible execution class. The standard execution-class is ideal for time-sensitive workloads that require fast job startup and dedicated resources. The flexible execution class is appropriate for time-insensitive jobs whose start and completion times may vary. Only jobs with Glue version 3.0 and above and command type glueetl will be allowed to set ExecutionClass to FLEX. The flexible execution class is available for Spark jobs.
|
7246
|
+
*/
|
7247
|
+
ExecutionClass?: ExecutionClass;
|
7231
7248
|
}
|
7232
7249
|
export interface Join {
|
7233
7250
|
/**
|
@@ -9943,6 +9960,10 @@ declare namespace Glue {
|
|
9943
9960
|
* The number of workers of a defined workerType that are allocated when a job runs.
|
9944
9961
|
*/
|
9945
9962
|
NumberOfWorkers?: NullableInteger;
|
9963
|
+
/**
|
9964
|
+
* Indicates whether the job is run with a standard or flexible execution class. The standard execution-class is ideal for time-sensitive workloads that require fast job startup and dedicated resources. The flexible execution class is appropriate for time-insensitive jobs whose start and completion times may vary. Only jobs with Glue version 3.0 and above and command type glueetl will be allowed to set ExecutionClass to FLEX. The flexible execution class is available for Spark jobs.
|
9965
|
+
*/
|
9966
|
+
ExecutionClass?: ExecutionClass;
|
9946
9967
|
}
|
9947
9968
|
export interface StartJobRunResponse {
|
9948
9969
|
/**
|
@@ -11463,6 +11484,14 @@ declare namespace Glue {
|
|
11463
11484
|
* Total number Actions in running state.
|
11464
11485
|
*/
|
11465
11486
|
RunningActions?: IntegerValue;
|
11487
|
+
/**
|
11488
|
+
* Indicates the count of job runs in the ERROR state in the workflow run.
|
11489
|
+
*/
|
11490
|
+
ErroredActions?: IntegerValue;
|
11491
|
+
/**
|
11492
|
+
* Indicates the count of job runs in WAITING state in the workflow run.
|
11493
|
+
*/
|
11494
|
+
WaitingActions?: IntegerValue;
|
11466
11495
|
}
|
11467
11496
|
export type WorkflowRunStatus = "RUNNING"|"COMPLETED"|"STOPPING"|"STOPPED"|"ERROR"|string;
|
11468
11497
|
export type WorkflowRuns = WorkflowRun[];
|
@@ -836,6 +836,7 @@ declare namespace IoTWireless {
|
|
836
836
|
*/
|
837
837
|
VerticalAccuracy?: VerticalAccuracy;
|
838
838
|
}
|
839
|
+
export type AckModeRetryDurationSecs = number;
|
839
840
|
export type AddGwMetadata = boolean;
|
840
841
|
export type AmazonId = string;
|
841
842
|
export type AmazonResourceName = string;
|
@@ -1473,7 +1474,9 @@ declare namespace IoTWireless {
|
|
1473
1474
|
}
|
1474
1475
|
export type DownlinkQueueMessagesList = DownlinkQueueMessage[];
|
1475
1476
|
export type DrMax = number;
|
1477
|
+
export type DrMaxBox = number;
|
1476
1478
|
export type DrMin = number;
|
1479
|
+
export type DrMinBox = number;
|
1477
1480
|
export type EndPoint = string;
|
1478
1481
|
export type Event = "discovered"|"lost"|"ack"|"nack"|"passthrough"|string;
|
1479
1482
|
export interface EventConfigurationItem {
|
@@ -1509,6 +1512,10 @@ declare namespace IoTWireless {
|
|
1509
1512
|
* Connection status event configuration for an event configuration item.
|
1510
1513
|
*/
|
1511
1514
|
ConnectionStatus?: ConnectionStatusEventConfiguration;
|
1515
|
+
/**
|
1516
|
+
* Message delivery status event configuration for an event configuration item.
|
1517
|
+
*/
|
1518
|
+
MessageDeliveryStatus?: MessageDeliveryStatusEventConfiguration;
|
1512
1519
|
}
|
1513
1520
|
export type EventNotificationPartnerType = "Sidewalk"|string;
|
1514
1521
|
export type EventNotificationResourceType = "SidewalkAccount"|"WirelessDevice"|"WirelessGateway"|string;
|
@@ -1619,6 +1626,10 @@ declare namespace IoTWireless {
|
|
1619
1626
|
* Resource type event configuration for the connection status event.
|
1620
1627
|
*/
|
1621
1628
|
ConnectionStatus?: ConnectionStatusResourceTypeEventConfiguration;
|
1629
|
+
/**
|
1630
|
+
* Resource type event configuration object for the message delivery status event.
|
1631
|
+
*/
|
1632
|
+
MessageDeliveryStatus?: MessageDeliveryStatusResourceTypeEventConfiguration;
|
1622
1633
|
}
|
1623
1634
|
export interface GetFuotaTaskRequest {
|
1624
1635
|
Id: FuotaTaskId;
|
@@ -1786,6 +1797,10 @@ declare namespace IoTWireless {
|
|
1786
1797
|
* Event configuration for the connection status event.
|
1787
1798
|
*/
|
1788
1799
|
ConnectionStatus?: ConnectionStatusEventConfiguration;
|
1800
|
+
/**
|
1801
|
+
* Event configuration for the message delivery status event.
|
1802
|
+
*/
|
1803
|
+
MessageDeliveryStatus?: MessageDeliveryStatusEventConfiguration;
|
1789
1804
|
}
|
1790
1805
|
export interface GetResourceLogLevelRequest {
|
1791
1806
|
ResourceIdentifier: ResourceIdentifier;
|
@@ -2712,6 +2727,14 @@ declare namespace IoTWireless {
|
|
2712
2727
|
* The AddGWMetaData value.
|
2713
2728
|
*/
|
2714
2729
|
AddGwMetadata?: AddGwMetadata;
|
2730
|
+
/**
|
2731
|
+
* The DrMin value.
|
2732
|
+
*/
|
2733
|
+
DrMin?: DrMinBox;
|
2734
|
+
/**
|
2735
|
+
* The DrMax value.
|
2736
|
+
*/
|
2737
|
+
DrMax?: DrMaxBox;
|
2715
2738
|
}
|
2716
2739
|
export interface LoRaWANStartFuotaTask {
|
2717
2740
|
StartTime?: StartTime;
|
@@ -2772,6 +2795,16 @@ declare namespace IoTWireless {
|
|
2772
2795
|
export type MaxEirp = number;
|
2773
2796
|
export type MaxResults = number;
|
2774
2797
|
export type McGroupId = number;
|
2798
|
+
export interface MessageDeliveryStatusEventConfiguration {
|
2799
|
+
Sidewalk?: SidewalkEventNotificationConfigurations;
|
2800
|
+
/**
|
2801
|
+
* Enum to denote whether the wireless device id device registration state event topic is enabled or disabled.
|
2802
|
+
*/
|
2803
|
+
WirelessDeviceIdEventTopic?: EventNotificationTopicStatus;
|
2804
|
+
}
|
2805
|
+
export interface MessageDeliveryStatusResourceTypeEventConfiguration {
|
2806
|
+
Sidewalk?: SidewalkResourceTypeEventConfiguration;
|
2807
|
+
}
|
2775
2808
|
export type MessageId = string;
|
2776
2809
|
export type MessageType = "CUSTOM_COMMAND_ID_NOTIFY"|"CUSTOM_COMMAND_ID_GET"|"CUSTOM_COMMAND_ID_SET"|"CUSTOM_COMMAND_ID_RESP"|string;
|
2777
2810
|
export type MinGwDiversity = number;
|
@@ -3173,6 +3206,10 @@ declare namespace IoTWireless {
|
|
3173
3206
|
*/
|
3174
3207
|
Seq?: Seq;
|
3175
3208
|
MessageType?: MessageType;
|
3209
|
+
/**
|
3210
|
+
* The duration of time in seconds for which you want to retry sending the ACK.
|
3211
|
+
*/
|
3212
|
+
AckModeRetryDurationSecs?: AckModeRetryDurationSecs;
|
3176
3213
|
}
|
3177
3214
|
export interface SidewalkUpdateAccount {
|
3178
3215
|
/**
|
@@ -3331,6 +3368,10 @@ declare namespace IoTWireless {
|
|
3331
3368
|
* Connection status resource type event configuration object for enabling and disabling wireless gateway topic.
|
3332
3369
|
*/
|
3333
3370
|
ConnectionStatus?: ConnectionStatusResourceTypeEventConfiguration;
|
3371
|
+
/**
|
3372
|
+
* Message delivery status resource type event configuration object for enabling and disabling wireless device topic.
|
3373
|
+
*/
|
3374
|
+
MessageDeliveryStatus?: MessageDeliveryStatusResourceTypeEventConfiguration;
|
3334
3375
|
}
|
3335
3376
|
export interface UpdateEventConfigurationByResourceTypesResponse {
|
3336
3377
|
}
|
@@ -3449,6 +3490,10 @@ declare namespace IoTWireless {
|
|
3449
3490
|
* Event configuration for the connection status event.
|
3450
3491
|
*/
|
3451
3492
|
ConnectionStatus?: ConnectionStatusEventConfiguration;
|
3493
|
+
/**
|
3494
|
+
* Event configuration for the message delivery status event.
|
3495
|
+
*/
|
3496
|
+
MessageDeliveryStatus?: MessageDeliveryStatusEventConfiguration;
|
3452
3497
|
}
|
3453
3498
|
export interface UpdateResourceEventConfigurationResponse {
|
3454
3499
|
}
|
@@ -68,11 +68,11 @@ declare class Location extends Service {
|
|
68
68
|
*/
|
69
69
|
batchUpdateDevicePosition(callback?: (err: AWSError, data: Location.Types.BatchUpdateDevicePositionResponse) => void): Request<Location.Types.BatchUpdateDevicePositionResponse, AWSError>;
|
70
70
|
/**
|
71
|
-
* Calculates a route given the following required parameters: DeparturePosition and DestinationPosition. Requires that you first create a route calculator resource. By default, a request that doesn't specify a departure time uses the best time of day to travel with the best traffic conditions when calculating the route. Additional options include: Specifying a departure time using either DepartureTime or DepartNow. This calculates a route based on predictive traffic data at the given time. You can't specify both DepartureTime and DepartNow in a single request. Specifying both parameters returns a validation error. Specifying a travel mode using TravelMode sets the transportation mode used to calculate the routes. This also lets you specify additional route preferences in CarModeOptions if traveling by Car, or TruckModeOptions if traveling by Truck.
|
71
|
+
* Calculates a route given the following required parameters: DeparturePosition and DestinationPosition. Requires that you first create a route calculator resource. By default, a request that doesn't specify a departure time uses the best time of day to travel with the best traffic conditions when calculating the route. Additional options include: Specifying a departure time using either DepartureTime or DepartNow. This calculates a route based on predictive traffic data at the given time. You can't specify both DepartureTime and DepartNow in a single request. Specifying both parameters returns a validation error. Specifying a travel mode using TravelMode sets the transportation mode used to calculate the routes. This also lets you specify additional route preferences in CarModeOptions if traveling by Car, or TruckModeOptions if traveling by Truck. If you specify walking for the travel mode and your data provider is Esri, the start and destination must be within 40km.
|
72
72
|
*/
|
73
73
|
calculateRoute(params: Location.Types.CalculateRouteRequest, callback?: (err: AWSError, data: Location.Types.CalculateRouteResponse) => void): Request<Location.Types.CalculateRouteResponse, AWSError>;
|
74
74
|
/**
|
75
|
-
* Calculates a route given the following required parameters: DeparturePosition and DestinationPosition. Requires that you first create a route calculator resource. By default, a request that doesn't specify a departure time uses the best time of day to travel with the best traffic conditions when calculating the route. Additional options include: Specifying a departure time using either DepartureTime or DepartNow. This calculates a route based on predictive traffic data at the given time. You can't specify both DepartureTime and DepartNow in a single request. Specifying both parameters returns a validation error. Specifying a travel mode using TravelMode sets the transportation mode used to calculate the routes. This also lets you specify additional route preferences in CarModeOptions if traveling by Car, or TruckModeOptions if traveling by Truck.
|
75
|
+
* Calculates a route given the following required parameters: DeparturePosition and DestinationPosition. Requires that you first create a route calculator resource. By default, a request that doesn't specify a departure time uses the best time of day to travel with the best traffic conditions when calculating the route. Additional options include: Specifying a departure time using either DepartureTime or DepartNow. This calculates a route based on predictive traffic data at the given time. You can't specify both DepartureTime and DepartNow in a single request. Specifying both parameters returns a validation error. Specifying a travel mode using TravelMode sets the transportation mode used to calculate the routes. This also lets you specify additional route preferences in CarModeOptions if traveling by Car, or TruckModeOptions if traveling by Truck. If you specify walking for the travel mode and your data provider is Esri, the start and destination must be within 40km.
|
76
76
|
*/
|
77
77
|
calculateRoute(callback?: (err: AWSError, data: Location.Types.CalculateRouteResponse) => void): Request<Location.Types.CalculateRouteResponse, AWSError>;
|
78
78
|
/**
|
@@ -600,7 +600,7 @@ declare namespace Location {
|
|
600
600
|
*/
|
601
601
|
GeofenceId: Id;
|
602
602
|
/**
|
603
|
-
* Contains the
|
603
|
+
* Contains the details of the position of the geofence. Can be either a polygon or a circle. Including both will return a validation error. Each geofence polygon can have a maximum of 1,000 vertices.
|
604
604
|
*/
|
605
605
|
Geometry: GeofenceGeometry;
|
606
606
|
}
|
@@ -788,7 +788,7 @@ declare namespace Location {
|
|
788
788
|
*/
|
789
789
|
IncludeLegGeometry?: Boolean;
|
790
790
|
/**
|
791
|
-
* Specifies the mode of transport when calculating a route. Used in estimating the speed of travel and road compatibility. The TravelMode you specify also determines how you specify route preferences: If traveling by Car use the CarModeOptions parameter. If traveling by Truck use the TruckModeOptions parameter. Default Value: Car
|
791
|
+
* Specifies the mode of transport when calculating a route. Used in estimating the speed of travel and road compatibility. You can choose Car, Truck, or Walking as options for the TravelMode. The TravelMode you specify also determines how you specify route preferences: If traveling by Car use the CarModeOptions parameter. If traveling by Truck use the TruckModeOptions parameter. Default Value: Car
|
792
792
|
*/
|
793
793
|
TravelMode?: TravelMode;
|
794
794
|
/**
|
@@ -853,6 +853,16 @@ declare namespace Location {
|
|
853
853
|
*/
|
854
854
|
Weight?: TruckWeight;
|
855
855
|
}
|
856
|
+
export interface Circle {
|
857
|
+
/**
|
858
|
+
* A single point geometry, specifying the center of the circle, using WGS 84 coordinates, in the form [longitude, latitude].
|
859
|
+
*/
|
860
|
+
Center: Position;
|
861
|
+
/**
|
862
|
+
* The radius of the circle in meters. Must be greater than zero and no larger than 100,000 (100 kilometers).
|
863
|
+
*/
|
864
|
+
Radius: Double;
|
865
|
+
}
|
856
866
|
export type CountryCode = string;
|
857
867
|
export type CountryCodeList = CountryCode[];
|
858
868
|
export interface CreateGeofenceCollectionRequest {
|
@@ -1383,7 +1393,11 @@ declare namespace Location {
|
|
1383
1393
|
export type Double = number;
|
1384
1394
|
export interface GeofenceGeometry {
|
1385
1395
|
/**
|
1386
|
-
*
|
1396
|
+
* A circle on the earth, as defined by a center point and a radius.
|
1397
|
+
*/
|
1398
|
+
Circle?: Circle;
|
1399
|
+
/**
|
1400
|
+
* An array of 1 or more linear rings. A linear ring is an array of 4 or more vertices, where the first and last vertex are the same to form a closed boundary. Each vertex is a 2-dimensional point of the form: [longitude, latitude]. The first linear ring is an outer ring, describing the polygon's boundary. Subsequent linear rings may be inner or outer rings to describe holes and islands. Outer rings must list their vertices in counter-clockwise order around the ring's center, where the left side is the polygon's exterior. Inner rings must list their vertices in clockwise order, where the left side is the polygon's interior. A geofence polygon can consist of between 4 and 1,000 vertices.
|
1387
1401
|
*/
|
1388
1402
|
Polygon?: LinearRings;
|
1389
1403
|
}
|
@@ -1480,7 +1494,7 @@ declare namespace Location {
|
|
1480
1494
|
*/
|
1481
1495
|
GeofenceId: Id;
|
1482
1496
|
/**
|
1483
|
-
* Contains the geofence geometry details describing a polygon.
|
1497
|
+
* Contains the geofence geometry details describing a polygon or a circle.
|
1484
1498
|
*/
|
1485
1499
|
Geometry: GeofenceGeometry;
|
1486
1500
|
/**
|
@@ -1494,7 +1508,7 @@ declare namespace Location {
|
|
1494
1508
|
}
|
1495
1509
|
export interface GetMapGlyphsRequest {
|
1496
1510
|
/**
|
1497
|
-
* A comma-separated list of fonts to load glyphs from in order of preference. For example, Noto Sans Regular, Arial Unicode. Valid fonts stacks for Esri styles: VectorEsriDarkGrayCanvas – Ubuntu Medium Italic | Ubuntu Medium | Ubuntu Italic | Ubuntu Regular | Ubuntu Bold VectorEsriLightGrayCanvas – Ubuntu Italic | Ubuntu Regular | Ubuntu Light | Ubuntu Bold VectorEsriTopographic – Noto Sans Italic | Noto Sans Regular | Noto Sans Bold | Noto Serif Regular | Roboto Condensed Light Italic VectorEsriStreets – Arial Regular | Arial Italic | Arial Bold VectorEsriNavigation – Arial Regular | Arial Italic | Arial Bold Valid font stacks for HERE Technologies styles:
|
1511
|
+
* A comma-separated list of fonts to load glyphs from in order of preference. For example, Noto Sans Regular, Arial Unicode. Valid fonts stacks for Esri styles: VectorEsriDarkGrayCanvas – Ubuntu Medium Italic | Ubuntu Medium | Ubuntu Italic | Ubuntu Regular | Ubuntu Bold VectorEsriLightGrayCanvas – Ubuntu Italic | Ubuntu Regular | Ubuntu Light | Ubuntu Bold VectorEsriTopographic – Noto Sans Italic | Noto Sans Regular | Noto Sans Bold | Noto Serif Regular | Roboto Condensed Light Italic VectorEsriStreets – Arial Regular | Arial Italic | Arial Bold VectorEsriNavigation – Arial Regular | Arial Italic | Arial Bold Valid font stacks for HERE Technologies styles: VectorHereContrast – Fira GO Regular | Fira GO Bold VectorHereExplore, VectorHereExploreTruck – Firo GO Italic | Fira GO Map | Fira GO Map Bold | Noto Sans CJK JP Bold | Noto Sans CJK JP Light | Noto Sans CJK JP Regular
|
1498
1512
|
*/
|
1499
1513
|
FontStack: String;
|
1500
1514
|
/**
|
@@ -1734,7 +1748,7 @@ declare namespace Location {
|
|
1734
1748
|
*/
|
1735
1749
|
GeofenceId: Id;
|
1736
1750
|
/**
|
1737
|
-
* Contains the geofence geometry details describing a polygon.
|
1751
|
+
* Contains the geofence geometry details describing a polygon or a circle.
|
1738
1752
|
*/
|
1739
1753
|
Geometry: GeofenceGeometry;
|
1740
1754
|
/**
|
@@ -2003,7 +2017,7 @@ declare namespace Location {
|
|
2003
2017
|
export type ListTrackersResponseEntryList = ListTrackersResponseEntry[];
|
2004
2018
|
export interface MapConfiguration {
|
2005
2019
|
/**
|
2006
|
-
* Specifies the map style selected from an available data provider. Valid Esri map styles: VectorEsriDarkGrayCanvas – The Esri Dark Gray Canvas map style. A vector basemap with a dark gray, neutral background with minimal colors, labels, and features that's designed to draw attention to your thematic content. RasterEsriImagery – The Esri Imagery map style. A raster basemap that provides one meter or better satellite and aerial imagery in many parts of the world and lower resolution satellite imagery worldwide. VectorEsriLightGrayCanvas – The Esri Light Gray Canvas map style, which provides a detailed vector basemap with a light gray, neutral background style with minimal colors, labels, and features that's designed to draw attention to your thematic content. VectorEsriTopographic – The Esri Light map style, which provides a detailed vector basemap with a classic Esri map style. VectorEsriStreets – The Esri World Streets map style, which provides a detailed vector basemap for the world symbolized with a classic Esri street map style. The vector tile layer is similar in content and style to the World Street Map raster map. VectorEsriNavigation – The Esri World Navigation map style, which provides a detailed basemap for the world symbolized with a custom navigation map style that's designed for use during the day in mobile devices. Valid HERE Technologies map styles:
|
2020
|
+
* Specifies the map style selected from an available data provider. Valid Esri map styles: VectorEsriDarkGrayCanvas – The Esri Dark Gray Canvas map style. A vector basemap with a dark gray, neutral background with minimal colors, labels, and features that's designed to draw attention to your thematic content. RasterEsriImagery – The Esri Imagery map style. A raster basemap that provides one meter or better satellite and aerial imagery in many parts of the world and lower resolution satellite imagery worldwide. VectorEsriLightGrayCanvas – The Esri Light Gray Canvas map style, which provides a detailed vector basemap with a light gray, neutral background style with minimal colors, labels, and features that's designed to draw attention to your thematic content. VectorEsriTopographic – The Esri Light map style, which provides a detailed vector basemap with a classic Esri map style. VectorEsriStreets – The Esri World Streets map style, which provides a detailed vector basemap for the world symbolized with a classic Esri street map style. The vector tile layer is similar in content and style to the World Street Map raster map. VectorEsriNavigation – The Esri World Navigation map style, which provides a detailed basemap for the world symbolized with a custom navigation map style that's designed for use during the day in mobile devices. Valid HERE Technologies map styles: VectorHereContrast – The HERE Contrast (Berlin) map style is a high contrast detailed base map of the world that blends 3D and 2D rendering. VectorHereExplore – A default HERE map style containing a neutral, global map and its features including roads, buildings, landmarks, and water features. It also now includes a fully designed map of Japan. VectorHereExploreTruck – A global map containing truck restrictions and attributes (e.g. width / height / HAZMAT) symbolized with highlighted segments and icons on top of HERE Explore to support use cases within transport and logistics. The VectorHereContrast style has been renamed from VectorHereBerlin. VectorHereBerlin has been deprecated, but will continue to work in applications that use it.
|
2007
2021
|
*/
|
2008
2022
|
Style: MapStyle;
|
2009
2023
|
}
|
@@ -2085,7 +2099,7 @@ declare namespace Location {
|
|
2085
2099
|
*/
|
2086
2100
|
GeofenceId: Id;
|
2087
2101
|
/**
|
2088
|
-
* Contains the
|
2102
|
+
* Contains the details to specify the position of the geofence. Can be either a polygon or a circle. Including both will return a validation error. Each geofence polygon can have a maximum of 1,000 vertices.
|
2089
2103
|
*/
|
2090
2104
|
Geometry: GeofenceGeometry;
|
2091
2105
|
}
|
@@ -2422,11 +2436,11 @@ declare namespace Location {
|
|
2422
2436
|
export type TravelMode = "Car"|"Truck"|"Walking"|string;
|
2423
2437
|
export interface TruckDimensions {
|
2424
2438
|
/**
|
2425
|
-
* The height of the truck. For example, 4.5.
|
2439
|
+
* The height of the truck. For example, 4.5. For routes calculated with a HERE resource, this value must be between 0 and 50 meters.
|
2426
2440
|
*/
|
2427
2441
|
Height?: TruckDimensionsHeightDouble;
|
2428
2442
|
/**
|
2429
|
-
* The length of the truck. For example, 15.5.
|
2443
|
+
* The length of the truck. For example, 15.5. For routes calculated with a HERE resource, this value must be between 0 and 300 meters.
|
2430
2444
|
*/
|
2431
2445
|
Length?: TruckDimensionsLengthDouble;
|
2432
2446
|
/**
|
@@ -2434,7 +2448,7 @@ declare namespace Location {
|
|
2434
2448
|
*/
|
2435
2449
|
Unit?: DimensionUnit;
|
2436
2450
|
/**
|
2437
|
-
* The width of the truck. For example, 4.5.
|
2451
|
+
* The width of the truck. For example, 4.5. For routes calculated with a HERE resource, this value must be between 0 and 50 meters.
|
2438
2452
|
*/
|
2439
2453
|
Width?: TruckDimensionsWidthDouble;
|
2440
2454
|
}
|
@@ -4997,6 +4997,18 @@ declare namespace Pinpoint {
|
|
4997
4997
|
* The channel-specific configurations for the journey.
|
4998
4998
|
*/
|
4999
4999
|
JourneyChannelSettings?: JourneyChannelSettings;
|
5000
|
+
/**
|
5001
|
+
* Indicates if journey have Advance Quiet Time (OpenHours and ClosedDays). This flag should be set to true in order to allow (OpenHours and ClosedDays)
|
5002
|
+
*/
|
5003
|
+
SendingSchedule?: __boolean;
|
5004
|
+
/**
|
5005
|
+
* The time when journey allow to send messages. QuietTime should be configured first and SendingSchedule should be set to true.
|
5006
|
+
*/
|
5007
|
+
OpenHours?: OpenHours;
|
5008
|
+
/**
|
5009
|
+
* The time when journey will stop sending messages. QuietTime should be configured first and SendingSchedule should be set to true.
|
5010
|
+
*/
|
5011
|
+
ClosedDays?: ClosedDays;
|
5000
5012
|
}
|
5001
5013
|
export interface JourneySMSMessage {
|
5002
5014
|
/**
|
@@ -7268,6 +7280,18 @@ declare namespace Pinpoint {
|
|
7268
7280
|
* The channel-specific configurations for the journey.
|
7269
7281
|
*/
|
7270
7282
|
JourneyChannelSettings?: JourneyChannelSettings;
|
7283
|
+
/**
|
7284
|
+
* Indicates if journey have Advance Quiet Time (OpenHours and ClosedDays). This flag should be set to true in order to allow (OpenHours and ClosedDays)
|
7285
|
+
*/
|
7286
|
+
SendingSchedule?: __boolean;
|
7287
|
+
/**
|
7288
|
+
* The time when journey allow to send messages. QuietTime should be configured first and SendingSchedule should be set to true.
|
7289
|
+
*/
|
7290
|
+
OpenHours?: OpenHours;
|
7291
|
+
/**
|
7292
|
+
* The time when journey will stop sending messages. QuietTime should be configured first and SendingSchedule should be set to true.
|
7293
|
+
*/
|
7294
|
+
ClosedDays?: ClosedDays;
|
7271
7295
|
}
|
7272
7296
|
export interface WriteSegmentRequest {
|
7273
7297
|
/**
|
@@ -7366,6 +7390,78 @@ declare namespace Pinpoint {
|
|
7366
7390
|
export type MapOf__string = {[key: string]: __string};
|
7367
7391
|
export type __string = string;
|
7368
7392
|
export type __timestampIso8601 = Date;
|
7393
|
+
export type DayOfWeek = "MONDAY"|"TUESDAY"|"WEDNESDAY"|"THURSDAY"|"FRIDAY"|"SATURDAY"|"SUNDAY"|string;
|
7394
|
+
export interface OpenHoursRule {
|
7395
|
+
/**
|
7396
|
+
* Local start time in ISO 8601 format.
|
7397
|
+
*/
|
7398
|
+
StartTime?: __string;
|
7399
|
+
/**
|
7400
|
+
* Local start time in ISO 8601 format.
|
7401
|
+
*/
|
7402
|
+
EndTime?: __string;
|
7403
|
+
}
|
7404
|
+
export type ListOfOpenHoursRules = OpenHoursRule[];
|
7405
|
+
export type MapOfListOfOpenHoursRules = {[key: string]: ListOfOpenHoursRules};
|
7406
|
+
export interface OpenHours {
|
7407
|
+
/**
|
7408
|
+
* Rules for Email Channel.
|
7409
|
+
*/
|
7410
|
+
EMAIL?: MapOfListOfOpenHoursRules;
|
7411
|
+
/**
|
7412
|
+
* Rules for SMS Channel.
|
7413
|
+
*/
|
7414
|
+
SMS?: MapOfListOfOpenHoursRules;
|
7415
|
+
/**
|
7416
|
+
* Rules for Push Channel.
|
7417
|
+
*/
|
7418
|
+
PUSH?: MapOfListOfOpenHoursRules;
|
7419
|
+
/**
|
7420
|
+
* Rules for Voice Channel.
|
7421
|
+
*/
|
7422
|
+
VOICE?: MapOfListOfOpenHoursRules;
|
7423
|
+
/**
|
7424
|
+
* Rules for Custom Channel.
|
7425
|
+
*/
|
7426
|
+
CUSTOM?: MapOfListOfOpenHoursRules;
|
7427
|
+
}
|
7428
|
+
export interface ClosedDaysRule {
|
7429
|
+
/**
|
7430
|
+
* Name of the rule.
|
7431
|
+
*/
|
7432
|
+
Name?: __string;
|
7433
|
+
/**
|
7434
|
+
* Start Datetime in ISO 8601 format.
|
7435
|
+
*/
|
7436
|
+
StartDateTime?: __string;
|
7437
|
+
/**
|
7438
|
+
* End Datetime in ISO 8601 format.
|
7439
|
+
*/
|
7440
|
+
EndDateTime?: __string;
|
7441
|
+
}
|
7442
|
+
export type ListOfClosedDaysRules = ClosedDaysRule[];
|
7443
|
+
export interface ClosedDays {
|
7444
|
+
/**
|
7445
|
+
* Rules for Email Channel.
|
7446
|
+
*/
|
7447
|
+
EMAIL?: ListOfClosedDaysRules;
|
7448
|
+
/**
|
7449
|
+
* Rules for SMS Channel.
|
7450
|
+
*/
|
7451
|
+
SMS?: ListOfClosedDaysRules;
|
7452
|
+
/**
|
7453
|
+
* Rules for Push Channel.
|
7454
|
+
*/
|
7455
|
+
PUSH?: ListOfClosedDaysRules;
|
7456
|
+
/**
|
7457
|
+
* Rules for Voice Channel.
|
7458
|
+
*/
|
7459
|
+
VOICE?: ListOfClosedDaysRules;
|
7460
|
+
/**
|
7461
|
+
* Rules for Custom Channel.
|
7462
|
+
*/
|
7463
|
+
CUSTOM?: ListOfClosedDaysRules;
|
7464
|
+
}
|
7369
7465
|
/**
|
7370
7466
|
* A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version.
|
7371
7467
|
*/
|