aws-sdk 2.1456.0 → 2.1457.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 +8 -1
- package/README.md +1 -1
- package/apis/drs-2020-02-26.min.json +276 -79
- package/apis/drs-2020-02-26.paginators.json +6 -0
- package/apis/firehose-2015-08-04.min.json +101 -74
- package/apis/guardduty-2017-11-28.min.json +3 -0
- package/apis/xray-2016-04-12.min.json +3 -0
- package/clients/cloud9.d.ts +1 -1
- package/clients/drs.d.ts +215 -0
- package/clients/firehose.d.ts +38 -7
- package/clients/guardduty.d.ts +29 -24
- package/clients/xray.d.ts +4 -0
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +6 -6
- package/dist/aws-sdk.js +107 -77
- package/dist/aws-sdk.min.js +53 -53
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/clients/guardduty.d.ts
CHANGED
@@ -180,11 +180,11 @@ declare class GuardDuty extends Service {
|
|
180
180
|
*/
|
181
181
|
describePublishingDestination(callback?: (err: AWSError, data: GuardDuty.Types.DescribePublishingDestinationResponse) => void): Request<GuardDuty.Types.DescribePublishingDestinationResponse, AWSError>;
|
182
182
|
/**
|
183
|
-
*
|
183
|
+
* Removes the existing GuardDuty delegated administrator of the organization. Only the organization's management account can run this API operation.
|
184
184
|
*/
|
185
185
|
disableOrganizationAdminAccount(params: GuardDuty.Types.DisableOrganizationAdminAccountRequest, callback?: (err: AWSError, data: GuardDuty.Types.DisableOrganizationAdminAccountResponse) => void): Request<GuardDuty.Types.DisableOrganizationAdminAccountResponse, AWSError>;
|
186
186
|
/**
|
187
|
-
*
|
187
|
+
* Removes the existing GuardDuty delegated administrator of the organization. Only the organization's management account can run this API operation.
|
188
188
|
*/
|
189
189
|
disableOrganizationAdminAccount(callback?: (err: AWSError, data: GuardDuty.Types.DisableOrganizationAdminAccountResponse) => void): Request<GuardDuty.Types.DisableOrganizationAdminAccountResponse, AWSError>;
|
190
190
|
/**
|
@@ -204,27 +204,27 @@ declare class GuardDuty extends Service {
|
|
204
204
|
*/
|
205
205
|
disassociateFromMasterAccount(callback?: (err: AWSError, data: GuardDuty.Types.DisassociateFromMasterAccountResponse) => void): Request<GuardDuty.Types.DisassociateFromMasterAccountResponse, AWSError>;
|
206
206
|
/**
|
207
|
-
* Disassociates GuardDuty member accounts (from the current administrator account) specified by the account IDs. When you disassociate an invited member from a GuardDuty delegated administrator, the member account details obtained from the CreateMembers API, including the associated email addresses, are retained. This is done so that the delegated administrator can invoke the InviteMembers API without the need to invoke the CreateMembers API again. To remove the details associated with a member account, the delegated administrator must invoke the DeleteMembers API. With autoEnableOrganizationMembers configuration for your organization set to ALL, you'll receive an error if you attempt to disassociate a member account before removing them from your
|
207
|
+
* Disassociates GuardDuty member accounts (from the current administrator account) specified by the account IDs. When you disassociate an invited member from a GuardDuty delegated administrator, the member account details obtained from the CreateMembers API, including the associated email addresses, are retained. This is done so that the delegated administrator can invoke the InviteMembers API without the need to invoke the CreateMembers API again. To remove the details associated with a member account, the delegated administrator must invoke the DeleteMembers API. With autoEnableOrganizationMembers configuration for your organization set to ALL, you'll receive an error if you attempt to disassociate a member account before removing them from your organization.
|
208
208
|
*/
|
209
209
|
disassociateMembers(params: GuardDuty.Types.DisassociateMembersRequest, callback?: (err: AWSError, data: GuardDuty.Types.DisassociateMembersResponse) => void): Request<GuardDuty.Types.DisassociateMembersResponse, AWSError>;
|
210
210
|
/**
|
211
|
-
* Disassociates GuardDuty member accounts (from the current administrator account) specified by the account IDs. When you disassociate an invited member from a GuardDuty delegated administrator, the member account details obtained from the CreateMembers API, including the associated email addresses, are retained. This is done so that the delegated administrator can invoke the InviteMembers API without the need to invoke the CreateMembers API again. To remove the details associated with a member account, the delegated administrator must invoke the DeleteMembers API. With autoEnableOrganizationMembers configuration for your organization set to ALL, you'll receive an error if you attempt to disassociate a member account before removing them from your
|
211
|
+
* Disassociates GuardDuty member accounts (from the current administrator account) specified by the account IDs. When you disassociate an invited member from a GuardDuty delegated administrator, the member account details obtained from the CreateMembers API, including the associated email addresses, are retained. This is done so that the delegated administrator can invoke the InviteMembers API without the need to invoke the CreateMembers API again. To remove the details associated with a member account, the delegated administrator must invoke the DeleteMembers API. With autoEnableOrganizationMembers configuration for your organization set to ALL, you'll receive an error if you attempt to disassociate a member account before removing them from your organization.
|
212
212
|
*/
|
213
213
|
disassociateMembers(callback?: (err: AWSError, data: GuardDuty.Types.DisassociateMembersResponse) => void): Request<GuardDuty.Types.DisassociateMembersResponse, AWSError>;
|
214
214
|
/**
|
215
|
-
*
|
215
|
+
* Designates an Amazon Web Services account within the organization as your GuardDuty delegated administrator. Only the organization's management account can run this API operation.
|
216
216
|
*/
|
217
217
|
enableOrganizationAdminAccount(params: GuardDuty.Types.EnableOrganizationAdminAccountRequest, callback?: (err: AWSError, data: GuardDuty.Types.EnableOrganizationAdminAccountResponse) => void): Request<GuardDuty.Types.EnableOrganizationAdminAccountResponse, AWSError>;
|
218
218
|
/**
|
219
|
-
*
|
219
|
+
* Designates an Amazon Web Services account within the organization as your GuardDuty delegated administrator. Only the organization's management account can run this API operation.
|
220
220
|
*/
|
221
221
|
enableOrganizationAdminAccount(callback?: (err: AWSError, data: GuardDuty.Types.EnableOrganizationAdminAccountResponse) => void): Request<GuardDuty.Types.EnableOrganizationAdminAccountResponse, AWSError>;
|
222
222
|
/**
|
223
|
-
* Provides the details
|
223
|
+
* Provides the details of the GuardDuty administrator account associated with the current GuardDuty member account. If the organization's management account or a delegated administrator runs this API, it will return success (HTTP 200) but no content.
|
224
224
|
*/
|
225
225
|
getAdministratorAccount(params: GuardDuty.Types.GetAdministratorAccountRequest, callback?: (err: AWSError, data: GuardDuty.Types.GetAdministratorAccountResponse) => void): Request<GuardDuty.Types.GetAdministratorAccountResponse, AWSError>;
|
226
226
|
/**
|
227
|
-
* Provides the details
|
227
|
+
* Provides the details of the GuardDuty administrator account associated with the current GuardDuty member account. If the organization's management account or a delegated administrator runs this API, it will return success (HTTP 200) but no content.
|
228
228
|
*/
|
229
229
|
getAdministratorAccount(callback?: (err: AWSError, data: GuardDuty.Types.GetAdministratorAccountResponse) => void): Request<GuardDuty.Types.GetAdministratorAccountResponse, AWSError>;
|
230
230
|
/**
|
@@ -340,11 +340,11 @@ declare class GuardDuty extends Service {
|
|
340
340
|
*/
|
341
341
|
getUsageStatistics(callback?: (err: AWSError, data: GuardDuty.Types.GetUsageStatisticsResponse) => void): Request<GuardDuty.Types.GetUsageStatisticsResponse, AWSError>;
|
342
342
|
/**
|
343
|
-
* Invites Amazon Web Services accounts to become members of an organization administered by the Amazon Web Services account that invokes this API. If you are using
|
343
|
+
* Invites Amazon Web Services accounts to become members of an organization administered by the Amazon Web Services account that invokes this API. If you are using organizations to manager your GuardDuty environment, this step is not needed. For more information, see Managing accounts with organizations. To invite Amazon Web Services accounts, the first step is to ensure that GuardDuty has been enabled in the potential member accounts. You can now invoke this API to add accounts by invitation. The invited accounts can either accept or decline the invitation from their GuardDuty accounts. Each invited Amazon Web Services account can choose to accept the invitation from only one Amazon Web Services account. For more information, see Managing GuardDuty accounts by invitation. After the invite has been accepted and you choose to disassociate a member account (by using DisassociateMembers) from your account, the details of the member account obtained by invoking CreateMembers, including the associated email addresses, will be retained. This is done so that you can invoke InviteMembers without the need to invoke CreateMembers again. To remove the details associated with a member account, you must also invoke DeleteMembers.
|
344
344
|
*/
|
345
345
|
inviteMembers(params: GuardDuty.Types.InviteMembersRequest, callback?: (err: AWSError, data: GuardDuty.Types.InviteMembersResponse) => void): Request<GuardDuty.Types.InviteMembersResponse, AWSError>;
|
346
346
|
/**
|
347
|
-
* Invites Amazon Web Services accounts to become members of an organization administered by the Amazon Web Services account that invokes this API. If you are using
|
347
|
+
* Invites Amazon Web Services accounts to become members of an organization administered by the Amazon Web Services account that invokes this API. If you are using organizations to manager your GuardDuty environment, this step is not needed. For more information, see Managing accounts with organizations. To invite Amazon Web Services accounts, the first step is to ensure that GuardDuty has been enabled in the potential member accounts. You can now invoke this API to add accounts by invitation. The invited accounts can either accept or decline the invitation from their GuardDuty accounts. Each invited Amazon Web Services account can choose to accept the invitation from only one Amazon Web Services account. For more information, see Managing GuardDuty accounts by invitation. After the invite has been accepted and you choose to disassociate a member account (by using DisassociateMembers) from your account, the details of the member account obtained by invoking CreateMembers, including the associated email addresses, will be retained. This is done so that you can invoke InviteMembers without the need to invoke CreateMembers again. To remove the details associated with a member account, you must also invoke DeleteMembers.
|
348
348
|
*/
|
349
349
|
inviteMembers(callback?: (err: AWSError, data: GuardDuty.Types.InviteMembersResponse) => void): Request<GuardDuty.Types.InviteMembersResponse, AWSError>;
|
350
350
|
/**
|
@@ -404,11 +404,11 @@ declare class GuardDuty extends Service {
|
|
404
404
|
*/
|
405
405
|
listMembers(callback?: (err: AWSError, data: GuardDuty.Types.ListMembersResponse) => void): Request<GuardDuty.Types.ListMembersResponse, AWSError>;
|
406
406
|
/**
|
407
|
-
* Lists the accounts configured as GuardDuty delegated administrators.
|
407
|
+
* Lists the accounts configured as GuardDuty delegated administrators. Only the organization's management account can run this API operation.
|
408
408
|
*/
|
409
409
|
listOrganizationAdminAccounts(params: GuardDuty.Types.ListOrganizationAdminAccountsRequest, callback?: (err: AWSError, data: GuardDuty.Types.ListOrganizationAdminAccountsResponse) => void): Request<GuardDuty.Types.ListOrganizationAdminAccountsResponse, AWSError>;
|
410
410
|
/**
|
411
|
-
* Lists the accounts configured as GuardDuty delegated administrators.
|
411
|
+
* Lists the accounts configured as GuardDuty delegated administrators. Only the organization's management account can run this API operation.
|
412
412
|
*/
|
413
413
|
listOrganizationAdminAccounts(callback?: (err: AWSError, data: GuardDuty.Types.ListOrganizationAdminAccountsResponse) => void): Request<GuardDuty.Types.ListOrganizationAdminAccountsResponse, AWSError>;
|
414
414
|
/**
|
@@ -420,11 +420,11 @@ declare class GuardDuty extends Service {
|
|
420
420
|
*/
|
421
421
|
listPublishingDestinations(callback?: (err: AWSError, data: GuardDuty.Types.ListPublishingDestinationsResponse) => void): Request<GuardDuty.Types.ListPublishingDestinationsResponse, AWSError>;
|
422
422
|
/**
|
423
|
-
* Lists tags for a resource. Tagging is currently supported for detectors, finding filters, IP sets, threat intel sets, and publishing destination, with a limit of 50 tags per
|
423
|
+
* Lists tags for a resource. Tagging is currently supported for detectors, finding filters, IP sets, threat intel sets, and publishing destination, with a limit of 50 tags per resource. When invoked, this operation returns all assigned tags for a given resource.
|
424
424
|
*/
|
425
425
|
listTagsForResource(params: GuardDuty.Types.ListTagsForResourceRequest, callback?: (err: AWSError, data: GuardDuty.Types.ListTagsForResourceResponse) => void): Request<GuardDuty.Types.ListTagsForResourceResponse, AWSError>;
|
426
426
|
/**
|
427
|
-
* Lists tags for a resource. Tagging is currently supported for detectors, finding filters, IP sets, threat intel sets, and publishing destination, with a limit of 50 tags per
|
427
|
+
* Lists tags for a resource. Tagging is currently supported for detectors, finding filters, IP sets, threat intel sets, and publishing destination, with a limit of 50 tags per resource. When invoked, this operation returns all assigned tags for a given resource.
|
428
428
|
*/
|
429
429
|
listTagsForResource(callback?: (err: AWSError, data: GuardDuty.Types.ListTagsForResourceResponse) => void): Request<GuardDuty.Types.ListTagsForResourceResponse, AWSError>;
|
430
430
|
/**
|
@@ -532,11 +532,11 @@ declare class GuardDuty extends Service {
|
|
532
532
|
*/
|
533
533
|
updateMemberDetectors(callback?: (err: AWSError, data: GuardDuty.Types.UpdateMemberDetectorsResponse) => void): Request<GuardDuty.Types.UpdateMemberDetectorsResponse, AWSError>;
|
534
534
|
/**
|
535
|
-
* Configures the delegated administrator account with the provided values. You must provide
|
535
|
+
* Configures the delegated administrator account with the provided values. You must provide a value for either autoEnableOrganizationMembers or autoEnable, but not both. There might be regional differences because some data sources might not be available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more information, see Regions and endpoints.
|
536
536
|
*/
|
537
537
|
updateOrganizationConfiguration(params: GuardDuty.Types.UpdateOrganizationConfigurationRequest, callback?: (err: AWSError, data: GuardDuty.Types.UpdateOrganizationConfigurationResponse) => void): Request<GuardDuty.Types.UpdateOrganizationConfigurationResponse, AWSError>;
|
538
538
|
/**
|
539
|
-
* Configures the delegated administrator account with the provided values. You must provide
|
539
|
+
* Configures the delegated administrator account with the provided values. You must provide a value for either autoEnableOrganizationMembers or autoEnable, but not both. There might be regional differences because some data sources might not be available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more information, see Regions and endpoints.
|
540
540
|
*/
|
541
541
|
updateOrganizationConfiguration(callback?: (err: AWSError, data: GuardDuty.Types.UpdateOrganizationConfigurationResponse) => void): Request<GuardDuty.Types.UpdateOrganizationConfigurationResponse, AWSError>;
|
542
542
|
/**
|
@@ -940,6 +940,10 @@ declare namespace GuardDuty {
|
|
940
940
|
* Information about the installed EKS add-on.
|
941
941
|
*/
|
942
942
|
AddonDetails?: AddonDetails;
|
943
|
+
/**
|
944
|
+
* Indicates how the Amazon EKS add-on GuardDuty agent is managed for this EKS cluster. AUTO_MANAGED indicates GuardDuty deploys and manages updates for this resource. MANUAL indicates that you are responsible to deploy, update, and manage the Amazon EKS add-on GuardDuty agent for this resource.
|
945
|
+
*/
|
946
|
+
ManagementType?: ManagementType;
|
943
947
|
}
|
944
948
|
export interface CoverageFilterCondition {
|
945
949
|
/**
|
@@ -967,7 +971,7 @@ declare namespace GuardDuty {
|
|
967
971
|
*/
|
968
972
|
FilterCondition?: CoverageFilterCondition;
|
969
973
|
}
|
970
|
-
export type CoverageFilterCriterionKey = "ACCOUNT_ID"|"CLUSTER_NAME"|"RESOURCE_TYPE"|"COVERAGE_STATUS"|"ADDON_VERSION"|string;
|
974
|
+
export type CoverageFilterCriterionKey = "ACCOUNT_ID"|"CLUSTER_NAME"|"RESOURCE_TYPE"|"COVERAGE_STATUS"|"ADDON_VERSION"|"MANAGEMENT_TYPE"|string;
|
971
975
|
export type CoverageFilterCriterionList = CoverageFilterCriterion[];
|
972
976
|
export interface CoverageResource {
|
973
977
|
/**
|
@@ -1491,7 +1495,7 @@ declare namespace GuardDuty {
|
|
1491
1495
|
*/
|
1492
1496
|
NextToken?: String;
|
1493
1497
|
/**
|
1494
|
-
* Indicates the auto-enablement configuration of GuardDuty for the member accounts in the organization. NEW: Indicates that when a new account joins the organization, they will have GuardDuty enabled automatically. ALL: Indicates that all accounts in the
|
1498
|
+
* Indicates the auto-enablement configuration of GuardDuty for the member accounts in the organization. NEW: Indicates that when a new account joins the organization, they will have GuardDuty enabled automatically. ALL: Indicates that all accounts in the organization have GuardDuty enabled automatically. This includes NEW accounts that join the organization and accounts that may have been suspended or removed from the organization in GuardDuty. NONE: Indicates that GuardDuty will not be automatically enabled for any account in the organization. The administrator must manage GuardDuty for each account in the organization individually.
|
1495
1499
|
*/
|
1496
1500
|
AutoEnableOrganizationMembers?: AutoEnableMembers;
|
1497
1501
|
}
|
@@ -2986,6 +2990,7 @@ declare namespace GuardDuty {
|
|
2986
2990
|
*/
|
2987
2991
|
ScanEc2InstanceWithFindings?: DataSourceFreeTrial;
|
2988
2992
|
}
|
2993
|
+
export type ManagementType = "AUTO_MANAGED"|"MANUAL"|string;
|
2989
2994
|
export type MapEquals = ScanConditionPair[];
|
2990
2995
|
export interface Master {
|
2991
2996
|
/**
|
@@ -3222,7 +3227,7 @@ declare namespace GuardDuty {
|
|
3222
3227
|
*/
|
3223
3228
|
Name?: OrgFeatureAdditionalConfiguration;
|
3224
3229
|
/**
|
3225
|
-
* The status of the additional configuration that will be configured for the organization.
|
3230
|
+
* The status of the additional configuration that will be configured for the organization. Use one of the following values to configure the feature status for the entire organization: NEW: Indicates that when a new account joins the organization, they will have the additional configuration enabled automatically. ALL: Indicates that all accounts in the organization have the additional configuration enabled automatically. This includes NEW accounts that join the organization and accounts that may have been suspended or removed from the organization in GuardDuty. It may take up to 24 hours to update the configuration for all the member accounts. NONE: Indicates that the additional configuration will not be automatically enabled for any account in the organization. The administrator must manage the additional configuration for each account individually.
|
3226
3231
|
*/
|
3227
3232
|
AutoEnable?: OrgFeatureStatus;
|
3228
3233
|
}
|
@@ -3232,7 +3237,7 @@ declare namespace GuardDuty {
|
|
3232
3237
|
*/
|
3233
3238
|
Name?: OrgFeatureAdditionalConfiguration;
|
3234
3239
|
/**
|
3235
|
-
* Describes
|
3240
|
+
* Describes the status of the additional configuration that is configured for the member accounts within the organization. One of the following values is the status for the entire organization: NEW: Indicates that when a new account joins the organization, they will have the additional configuration enabled automatically. ALL: Indicates that all accounts in the organization have the additional configuration enabled automatically. This includes NEW accounts that join the organization and accounts that may have been suspended or removed from the organization in GuardDuty. It may take up to 24 hours to update the configuration for all the member accounts. NONE: Indicates that the additional configuration will not be automatically enabled for any account in the organization. The administrator must manage the additional configuration for each account individually.
|
3236
3241
|
*/
|
3237
3242
|
AutoEnable?: OrgFeatureStatus;
|
3238
3243
|
}
|
@@ -3284,7 +3289,7 @@ declare namespace GuardDuty {
|
|
3284
3289
|
*/
|
3285
3290
|
Name?: OrgFeature;
|
3286
3291
|
/**
|
3287
|
-
* The status of the feature that will be configured for the organization.
|
3292
|
+
* The status of the feature that will be configured for the organization. Use one of the following values to configure the feature status for the entire organization: NEW: Indicates that when a new account joins the organization, they will have the feature enabled automatically. ALL: Indicates that all accounts in the organization have the feature enabled automatically. This includes NEW accounts that join the organization and accounts that may have been suspended or removed from the organization in GuardDuty. It may take up to 24 hours to update the configuration for all the member accounts. NONE: Indicates that the feature will not be automatically enabled for any account in the organization. The administrator must manage the feature for each account individually.
|
3288
3293
|
*/
|
3289
3294
|
AutoEnable?: OrgFeatureStatus;
|
3290
3295
|
/**
|
@@ -3298,7 +3303,7 @@ declare namespace GuardDuty {
|
|
3298
3303
|
*/
|
3299
3304
|
Name?: OrgFeature;
|
3300
3305
|
/**
|
3301
|
-
* Describes
|
3306
|
+
* Describes the status of the feature that is configured for the member accounts within the organization. NEW: Indicates that when a new account joins the organization, they will have the feature enabled automatically. ALL: Indicates that all accounts in the organization have the feature enabled automatically. This includes NEW accounts that join the organization and accounts that may have been suspended or removed from the organization in GuardDuty. NONE: Indicates that the feature will not be automatically enabled for any account in the organization. In this case, each account will be managed individually by the administrator.
|
3302
3307
|
*/
|
3303
3308
|
AutoEnable?: OrgFeatureStatus;
|
3304
3309
|
/**
|
@@ -4385,7 +4390,7 @@ declare namespace GuardDuty {
|
|
4385
4390
|
*/
|
4386
4391
|
DetectorId: DetectorId;
|
4387
4392
|
/**
|
4388
|
-
* Indicates whether to automatically enable member accounts in the organization. Even though this is still supported, we recommend using AutoEnableOrganizationMembers to achieve the similar results.
|
4393
|
+
* Indicates whether to automatically enable member accounts in the organization. Even though this is still supported, we recommend using AutoEnableOrganizationMembers to achieve the similar results. You must provide the value for either autoEnableOrganizationMembers or autoEnable.
|
4389
4394
|
*/
|
4390
4395
|
AutoEnable?: Boolean;
|
4391
4396
|
/**
|
@@ -4397,7 +4402,7 @@ declare namespace GuardDuty {
|
|
4397
4402
|
*/
|
4398
4403
|
Features?: OrganizationFeaturesConfigurations;
|
4399
4404
|
/**
|
4400
|
-
* Indicates the auto-enablement configuration of GuardDuty for the member accounts in the organization.
|
4405
|
+
* Indicates the auto-enablement configuration of GuardDuty for the member accounts in the organization. You must provide a value for either autoEnableOrganizationMembers or autoEnable. Use one of the following configuration values for autoEnableOrganizationMembers: NEW: Indicates that when a new account joins the organization, they will have GuardDuty enabled automatically. ALL: Indicates that all accounts in the organization have GuardDuty enabled automatically. This includes NEW accounts that join the organization and accounts that may have been suspended or removed from the organization in GuardDuty. It may take up to 24 hours to update the configuration for all the member accounts. NONE: Indicates that GuardDuty will not be automatically enabled for any account in the organization. The administrator must manage GuardDuty for each account in the organization individually.
|
4401
4406
|
*/
|
4402
4407
|
AutoEnableOrganizationMembers?: AutoEnableMembers;
|
4403
4408
|
}
|
package/clients/xray.d.ts
CHANGED
@@ -1930,6 +1930,10 @@ declare namespace XRay {
|
|
1930
1930
|
* The unique identifier for the request that generated the trace's segments and subsegments.
|
1931
1931
|
*/
|
1932
1932
|
Id?: TraceId;
|
1933
|
+
/**
|
1934
|
+
* The start time of a trace, based on the earliest trace segment start time.
|
1935
|
+
*/
|
1936
|
+
StartTime?: Timestamp;
|
1933
1937
|
/**
|
1934
1938
|
* The length of time in seconds between the start time of the root segment and the end time of the last segment that completed.
|
1935
1939
|
*/
|