aws-sdk 2.1392.0 → 2.1394.0
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/CHANGELOG.md +16 -1
- package/README.md +1 -1
- package/apis/athena-2017-05-18.min.json +3 -0
- package/apis/customer-profiles-2020-08-15.min.json +252 -52
- package/apis/customer-profiles-2020-08-15.paginators.json +6 -0
- package/apis/emr-containers-2020-10-01.min.json +31 -18
- package/apis/logs-2014-03-28.min.json +99 -16
- package/apis/metadata.json +8 -0
- package/apis/payment-cryptography-2021-09-14.examples.json +5 -0
- package/apis/payment-cryptography-2021-09-14.min.json +770 -0
- package/apis/payment-cryptography-2021-09-14.paginators.json +22 -0
- package/apis/payment-cryptography-data-2022-02-03.examples.json +5 -0
- package/apis/payment-cryptography-data-2022-02-03.min.json +1018 -0
- package/apis/payment-cryptography-data-2022-02-03.paginators.json +4 -0
- package/apis/servicecatalog-2015-12-10.min.json +38 -29
- package/apis/timestream-write-2018-11-01.min.json +36 -8
- package/clients/all.d.ts +2 -0
- package/clients/all.js +3 -1
- package/clients/athena.d.ts +6 -2
- package/clients/cloudformation.d.ts +24 -24
- package/clients/cloudwatchlogs.d.ts +132 -18
- package/clients/comprehendmedical.d.ts +4 -4
- package/clients/customerprofiles.d.ts +201 -0
- package/clients/directconnect.d.ts +6 -6
- package/clients/emrcontainers.d.ts +16 -0
- package/clients/iotdeviceadvisor.d.ts +2 -2
- package/clients/paymentcryptography.d.ts +867 -0
- package/clients/paymentcryptography.js +18 -0
- package/clients/paymentcryptographydata.d.ts +1161 -0
- package/clients/paymentcryptographydata.js +18 -0
- package/clients/servicecatalog.d.ts +10 -2
- package/clients/timestreamwrite.d.ts +39 -4
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +85 -11
- package/dist/aws-sdk.js +151 -48
- package/dist/aws-sdk.min.js +98 -98
- package/lib/config_service_placeholders.d.ts +4 -0
- package/lib/core.js +1 -1
- package/package.json +1 -1
@@ -35,6 +35,14 @@ declare class CustomerProfiles extends Service {
|
|
35
35
|
* Creates a domain, which is a container for all customer data, such as customer profile attributes, object types, profile keys, and encryption keys. You can create multiple domains, and each domain can have multiple third-party integrations. Each Amazon Connect instance can be associated with only one domain. Multiple Amazon Connect instances can be associated with one domain. Use this API or UpdateDomain to enable identity resolution: set Matching to true. To prevent cross-service impersonation when you call this API, see Cross-service confused deputy prevention for sample policies that you should apply.
|
36
36
|
*/
|
37
37
|
createDomain(callback?: (err: AWSError, data: CustomerProfiles.Types.CreateDomainResponse) => void): Request<CustomerProfiles.Types.CreateDomainResponse, AWSError>;
|
38
|
+
/**
|
39
|
+
* Creates an event stream, which is a subscription to real-time events, such as when profiles are created and updated through Amazon Connect Customer Profiles. Each event stream can be associated with only one Kinesis Data Stream destination in the same region and Amazon Web Services account as the customer profiles domain
|
40
|
+
*/
|
41
|
+
createEventStream(params: CustomerProfiles.Types.CreateEventStreamRequest, callback?: (err: AWSError, data: CustomerProfiles.Types.CreateEventStreamResponse) => void): Request<CustomerProfiles.Types.CreateEventStreamResponse, AWSError>;
|
42
|
+
/**
|
43
|
+
* Creates an event stream, which is a subscription to real-time events, such as when profiles are created and updated through Amazon Connect Customer Profiles. Each event stream can be associated with only one Kinesis Data Stream destination in the same region and Amazon Web Services account as the customer profiles domain
|
44
|
+
*/
|
45
|
+
createEventStream(callback?: (err: AWSError, data: CustomerProfiles.Types.CreateEventStreamResponse) => void): Request<CustomerProfiles.Types.CreateEventStreamResponse, AWSError>;
|
38
46
|
/**
|
39
47
|
* Creates an integration workflow. An integration workflow is an async process which ingests historic data and sets up an integration for ongoing updates. The supported Amazon AppFlow sources are Salesforce, ServiceNow, and Marketo.
|
40
48
|
*/
|
@@ -67,6 +75,14 @@ declare class CustomerProfiles extends Service {
|
|
67
75
|
* Deletes a specific domain and all of its customer data, such as customer profile attributes and their related objects.
|
68
76
|
*/
|
69
77
|
deleteDomain(callback?: (err: AWSError, data: CustomerProfiles.Types.DeleteDomainResponse) => void): Request<CustomerProfiles.Types.DeleteDomainResponse, AWSError>;
|
78
|
+
/**
|
79
|
+
* Disables and deletes the specified event stream.
|
80
|
+
*/
|
81
|
+
deleteEventStream(params: CustomerProfiles.Types.DeleteEventStreamRequest, callback?: (err: AWSError, data: CustomerProfiles.Types.DeleteEventStreamResponse) => void): Request<CustomerProfiles.Types.DeleteEventStreamResponse, AWSError>;
|
82
|
+
/**
|
83
|
+
* Disables and deletes the specified event stream.
|
84
|
+
*/
|
85
|
+
deleteEventStream(callback?: (err: AWSError, data: CustomerProfiles.Types.DeleteEventStreamResponse) => void): Request<CustomerProfiles.Types.DeleteEventStreamResponse, AWSError>;
|
70
86
|
/**
|
71
87
|
* Removes an integration from a specific domain.
|
72
88
|
*/
|
@@ -147,6 +163,14 @@ declare class CustomerProfiles extends Service {
|
|
147
163
|
* Returns information about a specific domain.
|
148
164
|
*/
|
149
165
|
getDomain(callback?: (err: AWSError, data: CustomerProfiles.Types.GetDomainResponse) => void): Request<CustomerProfiles.Types.GetDomainResponse, AWSError>;
|
166
|
+
/**
|
167
|
+
* Returns information about the specified event stream in a specific domain.
|
168
|
+
*/
|
169
|
+
getEventStream(params: CustomerProfiles.Types.GetEventStreamRequest, callback?: (err: AWSError, data: CustomerProfiles.Types.GetEventStreamResponse) => void): Request<CustomerProfiles.Types.GetEventStreamResponse, AWSError>;
|
170
|
+
/**
|
171
|
+
* Returns information about the specified event stream in a specific domain.
|
172
|
+
*/
|
173
|
+
getEventStream(callback?: (err: AWSError, data: CustomerProfiles.Types.GetEventStreamResponse) => void): Request<CustomerProfiles.Types.GetEventStreamResponse, AWSError>;
|
150
174
|
/**
|
151
175
|
* Returns information about an Identity Resolution Job in a specific domain. Identity Resolution Jobs are set up using the Amazon Connect admin console. For more information, see Use Identity Resolution to consolidate similar profiles.
|
152
176
|
*/
|
@@ -235,6 +259,14 @@ declare class CustomerProfiles extends Service {
|
|
235
259
|
* Returns a list of all the domains for an AWS account that have been created.
|
236
260
|
*/
|
237
261
|
listDomains(callback?: (err: AWSError, data: CustomerProfiles.Types.ListDomainsResponse) => void): Request<CustomerProfiles.Types.ListDomainsResponse, AWSError>;
|
262
|
+
/**
|
263
|
+
* Returns a list of all the event streams in a specific domain.
|
264
|
+
*/
|
265
|
+
listEventStreams(params: CustomerProfiles.Types.ListEventStreamsRequest, callback?: (err: AWSError, data: CustomerProfiles.Types.ListEventStreamsResponse) => void): Request<CustomerProfiles.Types.ListEventStreamsResponse, AWSError>;
|
266
|
+
/**
|
267
|
+
* Returns a list of all the event streams in a specific domain.
|
268
|
+
*/
|
269
|
+
listEventStreams(callback?: (err: AWSError, data: CustomerProfiles.Types.ListEventStreamsResponse) => void): Request<CustomerProfiles.Types.ListEventStreamsResponse, AWSError>;
|
238
270
|
/**
|
239
271
|
* Lists all of the Identity Resolution Jobs in your domain. The response sorts the list by JobStartTime.
|
240
272
|
*/
|
@@ -761,6 +793,34 @@ declare namespace CustomerProfiles {
|
|
761
793
|
*/
|
762
794
|
Tags?: TagMap;
|
763
795
|
}
|
796
|
+
export interface CreateEventStreamRequest {
|
797
|
+
/**
|
798
|
+
* The unique name of the domain.
|
799
|
+
*/
|
800
|
+
DomainName: name;
|
801
|
+
/**
|
802
|
+
* The StreamARN of the destination to deliver profile events to. For example, arn:aws:kinesis:region:account-id:stream/stream-name
|
803
|
+
*/
|
804
|
+
Uri: string1To255;
|
805
|
+
/**
|
806
|
+
* The name of the event stream.
|
807
|
+
*/
|
808
|
+
EventStreamName: name;
|
809
|
+
/**
|
810
|
+
* The tags used to organize, track, or control access for this resource.
|
811
|
+
*/
|
812
|
+
Tags?: TagMap;
|
813
|
+
}
|
814
|
+
export interface CreateEventStreamResponse {
|
815
|
+
/**
|
816
|
+
* A unique identifier for the event stream.
|
817
|
+
*/
|
818
|
+
EventStreamArn: string1To255;
|
819
|
+
/**
|
820
|
+
* The tags used to organize, track, or control access for this resource.
|
821
|
+
*/
|
822
|
+
Tags?: TagMap;
|
823
|
+
}
|
764
824
|
export interface CreateIntegrationWorkflowRequest {
|
765
825
|
/**
|
766
826
|
* The unique name of the domain.
|
@@ -928,6 +988,18 @@ declare namespace CustomerProfiles {
|
|
928
988
|
*/
|
929
989
|
Message: message;
|
930
990
|
}
|
991
|
+
export interface DeleteEventStreamRequest {
|
992
|
+
/**
|
993
|
+
* The unique name of the domain.
|
994
|
+
*/
|
995
|
+
DomainName: name;
|
996
|
+
/**
|
997
|
+
* The name of the event stream
|
998
|
+
*/
|
999
|
+
EventStreamName: name;
|
1000
|
+
}
|
1001
|
+
export interface DeleteEventStreamResponse {
|
1002
|
+
}
|
931
1003
|
export interface DeleteIntegrationRequest {
|
932
1004
|
/**
|
933
1005
|
* The unique name of the domain.
|
@@ -1037,6 +1109,20 @@ declare namespace CustomerProfiles {
|
|
1037
1109
|
export interface DeleteWorkflowResponse {
|
1038
1110
|
}
|
1039
1111
|
export type DestinationField = string;
|
1112
|
+
export interface DestinationSummary {
|
1113
|
+
/**
|
1114
|
+
* The StreamARN of the destination to deliver profile events to. For example, arn:aws:kinesis:region:account-id:stream/stream-name.
|
1115
|
+
*/
|
1116
|
+
Uri: string1To255;
|
1117
|
+
/**
|
1118
|
+
* The status of enabling the Kinesis stream as a destination for export.
|
1119
|
+
*/
|
1120
|
+
Status: EventStreamDestinationStatus;
|
1121
|
+
/**
|
1122
|
+
* The timestamp when the status last changed to UNHEALHY.
|
1123
|
+
*/
|
1124
|
+
UnhealthySince?: timestamp;
|
1125
|
+
}
|
1040
1126
|
export type DomainList = ListDomainItem[];
|
1041
1127
|
export interface DomainStats {
|
1042
1128
|
/**
|
@@ -1058,6 +1144,57 @@ declare namespace CustomerProfiles {
|
|
1058
1144
|
}
|
1059
1145
|
export type Double = number;
|
1060
1146
|
export type Double0To1 = number;
|
1147
|
+
export interface EventStreamDestinationDetails {
|
1148
|
+
/**
|
1149
|
+
* The StreamARN of the destination to deliver profile events to. For example, arn:aws:kinesis:region:account-id:stream/stream-name.
|
1150
|
+
*/
|
1151
|
+
Uri: string1To255;
|
1152
|
+
/**
|
1153
|
+
* The status of enabling the Kinesis stream as a destination for export.
|
1154
|
+
*/
|
1155
|
+
Status: EventStreamDestinationStatus;
|
1156
|
+
/**
|
1157
|
+
* The timestamp when the status last changed to UNHEALHY.
|
1158
|
+
*/
|
1159
|
+
UnhealthySince?: timestamp;
|
1160
|
+
/**
|
1161
|
+
* The human-readable string that corresponds to the error or success while enabling the streaming destination.
|
1162
|
+
*/
|
1163
|
+
Message?: string1To1000;
|
1164
|
+
}
|
1165
|
+
export type EventStreamDestinationStatus = "HEALTHY"|"UNHEALTHY"|string;
|
1166
|
+
export type EventStreamState = "RUNNING"|"STOPPED"|string;
|
1167
|
+
export interface EventStreamSummary {
|
1168
|
+
/**
|
1169
|
+
* The unique name of the domain.
|
1170
|
+
*/
|
1171
|
+
DomainName: name;
|
1172
|
+
/**
|
1173
|
+
* The name of the event stream.
|
1174
|
+
*/
|
1175
|
+
EventStreamName: name;
|
1176
|
+
/**
|
1177
|
+
* A unique identifier for the event stream.
|
1178
|
+
*/
|
1179
|
+
EventStreamArn: string1To255;
|
1180
|
+
/**
|
1181
|
+
* The operational state of destination stream for export.
|
1182
|
+
*/
|
1183
|
+
State: EventStreamState;
|
1184
|
+
/**
|
1185
|
+
* The timestamp when the State changed to STOPPED.
|
1186
|
+
*/
|
1187
|
+
StoppedSince?: timestamp;
|
1188
|
+
/**
|
1189
|
+
* Summary information about the Kinesis data stream.
|
1190
|
+
*/
|
1191
|
+
DestinationSummary?: DestinationSummary;
|
1192
|
+
/**
|
1193
|
+
* The tags used to organize, track, or control access for this resource.
|
1194
|
+
*/
|
1195
|
+
Tags?: TagMap;
|
1196
|
+
}
|
1197
|
+
export type EventStreamSummaryList = EventStreamSummary[];
|
1061
1198
|
export interface ExportingConfig {
|
1062
1199
|
/**
|
1063
1200
|
* The S3 location where Identity Resolution Jobs write result files.
|
@@ -1358,6 +1495,46 @@ declare namespace CustomerProfiles {
|
|
1358
1495
|
*/
|
1359
1496
|
Tags?: TagMap;
|
1360
1497
|
}
|
1498
|
+
export interface GetEventStreamRequest {
|
1499
|
+
/**
|
1500
|
+
* The unique name of the domain.
|
1501
|
+
*/
|
1502
|
+
DomainName: name;
|
1503
|
+
/**
|
1504
|
+
* The name of the event stream provided during create operations.
|
1505
|
+
*/
|
1506
|
+
EventStreamName: name;
|
1507
|
+
}
|
1508
|
+
export interface GetEventStreamResponse {
|
1509
|
+
/**
|
1510
|
+
* The unique name of the domain.
|
1511
|
+
*/
|
1512
|
+
DomainName: name;
|
1513
|
+
/**
|
1514
|
+
* A unique identifier for the event stream.
|
1515
|
+
*/
|
1516
|
+
EventStreamArn: string1To255;
|
1517
|
+
/**
|
1518
|
+
* The timestamp of when the export was created.
|
1519
|
+
*/
|
1520
|
+
CreatedAt: timestamp;
|
1521
|
+
/**
|
1522
|
+
* The operational state of destination stream for export.
|
1523
|
+
*/
|
1524
|
+
State: EventStreamState;
|
1525
|
+
/**
|
1526
|
+
* The timestamp when the State changed to STOPPED.
|
1527
|
+
*/
|
1528
|
+
StoppedSince?: timestamp;
|
1529
|
+
/**
|
1530
|
+
* Details regarding the Kinesis stream.
|
1531
|
+
*/
|
1532
|
+
DestinationDetails: EventStreamDestinationDetails;
|
1533
|
+
/**
|
1534
|
+
* The tags used to organize, track, or control access for this resource.
|
1535
|
+
*/
|
1536
|
+
Tags?: TagMap;
|
1537
|
+
}
|
1361
1538
|
export interface GetIdentityResolutionJobRequest {
|
1362
1539
|
/**
|
1363
1540
|
* The unique name of the domain.
|
@@ -1909,6 +2086,30 @@ declare namespace CustomerProfiles {
|
|
1909
2086
|
*/
|
1910
2087
|
NextToken?: token;
|
1911
2088
|
}
|
2089
|
+
export interface ListEventStreamsRequest {
|
2090
|
+
/**
|
2091
|
+
* The unique name of the domain.
|
2092
|
+
*/
|
2093
|
+
DomainName: name;
|
2094
|
+
/**
|
2095
|
+
* Identifies the next page of results to return.
|
2096
|
+
*/
|
2097
|
+
NextToken?: token;
|
2098
|
+
/**
|
2099
|
+
* The maximum number of objects returned per page.
|
2100
|
+
*/
|
2101
|
+
MaxResults?: maxSize100;
|
2102
|
+
}
|
2103
|
+
export interface ListEventStreamsResponse {
|
2104
|
+
/**
|
2105
|
+
* Contains summary information about an EventStream.
|
2106
|
+
*/
|
2107
|
+
Items?: EventStreamSummaryList;
|
2108
|
+
/**
|
2109
|
+
* Identifies the next page of results to return.
|
2110
|
+
*/
|
2111
|
+
NextToken?: token;
|
2112
|
+
}
|
1912
2113
|
export interface ListIdentityResolutionJobsRequest {
|
1913
2114
|
/**
|
1914
2115
|
* The unique name of the domain.
|
@@ -496,11 +496,11 @@ declare class DirectConnect extends Service {
|
|
496
496
|
*/
|
497
497
|
updateLag(callback?: (err: AWSError, data: DirectConnect.Types.Lag) => void): Request<DirectConnect.Types.Lag, AWSError>;
|
498
498
|
/**
|
499
|
-
* Updates the specified attributes of the specified virtual private interface. Setting the MTU of a virtual interface to 9001 (jumbo frames) can cause an update to the underlying physical connection if it wasn't updated to support jumbo frames. Updating the connection disrupts network connectivity for all virtual interfaces associated with the connection for up to 30 seconds. To check whether your connection supports jumbo frames, call DescribeConnections. To check whether your virtual
|
499
|
+
* Updates the specified attributes of the specified virtual private interface. Setting the MTU of a virtual interface to 9001 (jumbo frames) can cause an update to the underlying physical connection if it wasn't updated to support jumbo frames. Updating the connection disrupts network connectivity for all virtual interfaces associated with the connection for up to 30 seconds. To check whether your connection supports jumbo frames, call DescribeConnections. To check whether your virtual interface supports jumbo frames, call DescribeVirtualInterfaces.
|
500
500
|
*/
|
501
501
|
updateVirtualInterfaceAttributes(params: DirectConnect.Types.UpdateVirtualInterfaceAttributesRequest, callback?: (err: AWSError, data: DirectConnect.Types.VirtualInterface) => void): Request<DirectConnect.Types.VirtualInterface, AWSError>;
|
502
502
|
/**
|
503
|
-
* Updates the specified attributes of the specified virtual private interface. Setting the MTU of a virtual interface to 9001 (jumbo frames) can cause an update to the underlying physical connection if it wasn't updated to support jumbo frames. Updating the connection disrupts network connectivity for all virtual interfaces associated with the connection for up to 30 seconds. To check whether your connection supports jumbo frames, call DescribeConnections. To check whether your virtual
|
503
|
+
* Updates the specified attributes of the specified virtual private interface. Setting the MTU of a virtual interface to 9001 (jumbo frames) can cause an update to the underlying physical connection if it wasn't updated to support jumbo frames. Updating the connection disrupts network connectivity for all virtual interfaces associated with the connection for up to 30 seconds. To check whether your connection supports jumbo frames, call DescribeConnections. To check whether your virtual interface supports jumbo frames, call DescribeVirtualInterfaces.
|
504
504
|
*/
|
505
505
|
updateVirtualInterfaceAttributes(callback?: (err: AWSError, data: DirectConnect.Types.VirtualInterface) => void): Request<DirectConnect.Types.VirtualInterface, AWSError>;
|
506
506
|
}
|
@@ -881,7 +881,7 @@ declare namespace DirectConnect {
|
|
881
881
|
*/
|
882
882
|
awsDevice?: AwsDevice;
|
883
883
|
/**
|
884
|
-
* Indicates whether jumbo frames
|
884
|
+
* Indicates whether jumbo frames are supported.
|
885
885
|
*/
|
886
886
|
jumboFrameCapable?: JumboFrameCapable;
|
887
887
|
/**
|
@@ -1739,7 +1739,7 @@ declare namespace DirectConnect {
|
|
1739
1739
|
*/
|
1740
1740
|
awsDevice?: AwsDevice;
|
1741
1741
|
/**
|
1742
|
-
* Indicates whether jumbo frames
|
1742
|
+
* Indicates whether jumbo frames are supported.
|
1743
1743
|
*/
|
1744
1744
|
jumboFrameCapable?: JumboFrameCapable;
|
1745
1745
|
/**
|
@@ -1832,7 +1832,7 @@ declare namespace DirectConnect {
|
|
1832
1832
|
*/
|
1833
1833
|
allowsHostedConnections?: BooleanFlag;
|
1834
1834
|
/**
|
1835
|
-
* Indicates whether jumbo frames
|
1835
|
+
* Indicates whether jumbo frames are supported.
|
1836
1836
|
*/
|
1837
1837
|
jumboFrameCapable?: JumboFrameCapable;
|
1838
1838
|
/**
|
@@ -2554,7 +2554,7 @@ declare namespace DirectConnect {
|
|
2554
2554
|
*/
|
2555
2555
|
mtu?: MTU;
|
2556
2556
|
/**
|
2557
|
-
* Indicates whether jumbo frames
|
2557
|
+
* Indicates whether jumbo frames are supported.
|
2558
2558
|
*/
|
2559
2559
|
jumboFrameCapable?: JumboFrameCapable;
|
2560
2560
|
/**
|
@@ -248,6 +248,16 @@ declare namespace EMRcontainers {
|
|
248
248
|
*/
|
249
249
|
eksInfo?: EksInfo;
|
250
250
|
}
|
251
|
+
export interface ContainerLogRotationConfiguration {
|
252
|
+
/**
|
253
|
+
* The file size at which to rotate logs. Minimum of 2KB, Maximum of 2GB.
|
254
|
+
*/
|
255
|
+
rotationSize: RotationSize;
|
256
|
+
/**
|
257
|
+
* The number of files to keep in container after rotation.
|
258
|
+
*/
|
259
|
+
maxFilesToKeep: MaxFilesToKeep;
|
260
|
+
}
|
251
261
|
export interface ContainerProvider {
|
252
262
|
/**
|
253
263
|
* The type of the container provider. Amazon EKS is the only supported type as of now.
|
@@ -950,6 +960,7 @@ declare namespace EMRcontainers {
|
|
950
960
|
}
|
951
961
|
export type LogContext = string;
|
952
962
|
export type LogGroupName = string;
|
963
|
+
export type MaxFilesToKeep = number;
|
953
964
|
export interface MonitoringConfiguration {
|
954
965
|
/**
|
955
966
|
* Monitoring configurations for the persistent application UI.
|
@@ -963,6 +974,10 @@ declare namespace EMRcontainers {
|
|
963
974
|
* Amazon S3 configuration for monitoring log publishing.
|
964
975
|
*/
|
965
976
|
s3MonitoringConfiguration?: S3MonitoringConfiguration;
|
977
|
+
/**
|
978
|
+
* Enable or disable container log rotation.
|
979
|
+
*/
|
980
|
+
containerLogRotationConfiguration?: ContainerLogRotationConfiguration;
|
966
981
|
}
|
967
982
|
export type NextToken = string;
|
968
983
|
export interface ParametricCloudWatchMonitoringConfiguration {
|
@@ -1024,6 +1039,7 @@ declare namespace EMRcontainers {
|
|
1024
1039
|
*/
|
1025
1040
|
currentAttemptCount: JavaInteger;
|
1026
1041
|
}
|
1042
|
+
export type RotationSize = string;
|
1027
1043
|
export type RsiArn = string;
|
1028
1044
|
export interface S3MonitoringConfiguration {
|
1029
1045
|
/**
|
@@ -475,7 +475,7 @@ declare namespace IotDeviceAdvisor {
|
|
475
475
|
*/
|
476
476
|
isLongDurationTest?: IsLongDurationTestBoolean;
|
477
477
|
/**
|
478
|
-
* Gets the test suite root group. This is a required parameter.
|
478
|
+
* Gets the test suite root group. This is a required parameter. For updating or creating the latest qualification suite, if intendedForQualification is set to true, rootGroup can be an empty string. If intendedForQualification is false, rootGroup cannot be an empty string. If rootGroup is empty, and intendedForQualification is set to true, all the qualification tests are included, and the configuration is default. For a qualification suite, the minimum length is 0, and the maximum is 2048. For a non-qualification suite, the minimum length is 1, and the maximum is 2048.
|
479
479
|
*/
|
480
480
|
rootGroup: RootGroup;
|
481
481
|
/**
|
@@ -656,7 +656,7 @@ declare namespace IotDeviceAdvisor {
|
|
656
656
|
*/
|
657
657
|
failure?: Failure;
|
658
658
|
/**
|
659
|
-
*
|
659
|
+
* Provides test case scenario system messages if any.
|
660
660
|
*/
|
661
661
|
systemMessage?: SystemMessage;
|
662
662
|
}
|