cdk-comprehend-s3olap 2.0.62 → 2.0.65

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.
Files changed (42) hide show
  1. package/.jsii +4 -4
  2. package/lib/cdk-comprehend-s3olap.js +2 -2
  3. package/lib/comprehend-lambdas.js +2 -2
  4. package/lib/iam-roles.js +4 -4
  5. package/node_modules/aws-sdk/CHANGELOG.md +16 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/backupstorage-2018-04-10.examples.json +5 -0
  8. package/node_modules/aws-sdk/apis/backupstorage-2018-04-10.min.json +522 -0
  9. package/node_modules/aws-sdk/apis/backupstorage-2018-04-10.paginators.json +14 -0
  10. package/node_modules/aws-sdk/apis/dlm-2018-01-12.min.json +15 -9
  11. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +627 -623
  12. package/node_modules/aws-sdk/apis/location-2020-11-19.min.json +60 -44
  13. package/node_modules/aws-sdk/apis/metadata.json +6 -0
  14. package/node_modules/aws-sdk/apis/privatenetworks-2021-12-03.examples.json +5 -0
  15. package/node_modules/aws-sdk/apis/privatenetworks-2021-12-03.min.json +1058 -0
  16. package/node_modules/aws-sdk/apis/privatenetworks-2021-12-03.paginators.json +34 -0
  17. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +501 -468
  18. package/node_modules/aws-sdk/apis/sagemaker-a2i-runtime-2019-11-07.min.json +12 -8
  19. package/node_modules/aws-sdk/clients/all.d.ts +2 -0
  20. package/node_modules/aws-sdk/clients/all.js +3 -1
  21. package/node_modules/aws-sdk/clients/backupstorage.d.ts +469 -0
  22. package/node_modules/aws-sdk/clients/backupstorage.js +18 -0
  23. package/node_modules/aws-sdk/clients/cloudwatch.d.ts +7 -7
  24. package/node_modules/aws-sdk/clients/dlm.d.ts +30 -25
  25. package/node_modules/aws-sdk/clients/ec2.d.ts +1 -0
  26. package/node_modules/aws-sdk/clients/location.d.ts +27 -13
  27. package/node_modules/aws-sdk/clients/privatenetworks.d.ts +1092 -0
  28. package/node_modules/aws-sdk/clients/privatenetworks.js +18 -0
  29. package/node_modules/aws-sdk/clients/sagemaker.d.ts +51 -5
  30. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  31. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +83 -9
  32. package/node_modules/aws-sdk/dist/aws-sdk.js +696 -670
  33. package/node_modules/aws-sdk/dist/aws-sdk.min.js +65 -65
  34. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +4 -0
  35. package/node_modules/aws-sdk/lib/core.js +1 -1
  36. package/node_modules/aws-sdk/package.json +1 -1
  37. package/node_modules/esbuild/install.js +4 -4
  38. package/node_modules/esbuild/lib/main.js +7 -7
  39. package/node_modules/esbuild/package.json +22 -22
  40. package/node_modules/esbuild-linux-64/bin/esbuild +0 -0
  41. package/node_modules/esbuild-linux-64/package.json +1 -1
  42. package/package.json +7 -7
@@ -126,7 +126,7 @@ declare namespace DLM {
126
126
  }
127
127
  export interface CreateRule {
128
128
  /**
129
- * Specifies the destination for snapshots created by the policy. To create snapshots in the same Region as the source resource, specify CLOUD. To create snapshots on the same Outpost as the source resource, specify OUTPOST_LOCAL. If you omit this parameter, CLOUD is used by default. If the policy targets resources in an Amazon Web Services Region, then you must create snapshots in the same Region as the source resource. If the policy targets resources on an Outpost, then you can create snapshots on the same Outpost as the source resource, or in the Region of that Outpost.
129
+ * [Snapshot policies only] Specifies the destination for snapshots created by the policy. To create snapshots in the same Region as the source resource, specify CLOUD. To create snapshots on the same Outpost as the source resource, specify OUTPOST_LOCAL. If you omit this parameter, CLOUD is used by default. If the policy targets resources in an Amazon Web Services Region, then you must create snapshots in the same Region as the source resource. If the policy targets resources on an Outpost, then you can create snapshots on the same Outpost as the source resource, or in the Region of that Outpost.
130
130
  */
131
131
  Location?: LocationValues;
132
132
  /**
@@ -165,23 +165,23 @@ declare namespace DLM {
165
165
  */
166
166
  Interval?: Interval;
167
167
  /**
168
- * The unit of time in which to measure the Interval.
168
+ * The unit of time in which to measure the Interval. For example, to deprecate a cross-Region AMI copy after 3 months, specify Interval=3 and IntervalUnit=MONTHS.
169
169
  */
170
170
  IntervalUnit?: RetentionIntervalUnitValues;
171
171
  }
172
172
  export interface CrossRegionCopyRetainRule {
173
173
  /**
174
- * The amount of time to retain each snapshot. The maximum is 100 years. This is equivalent to 1200 months, 5200 weeks, or 36500 days.
174
+ * The amount of time to retain a cross-Region snapshot or AMI copy. The maximum is 100 years. This is equivalent to 1200 months, 5200 weeks, or 36500 days.
175
175
  */
176
176
  Interval?: Interval;
177
177
  /**
178
- * The unit of time for time-based retention.
178
+ * The unit of time for time-based retention. For example, to retain a cross-Region copy for 3 months, specify Interval=3 and IntervalUnit=MONTHS.
179
179
  */
180
180
  IntervalUnit?: RetentionIntervalUnitValues;
181
181
  }
182
182
  export interface CrossRegionCopyRule {
183
183
  /**
184
- * Avoid using this parameter when creating new policies. Instead, use Target to specify a target Region or a target Outpost for snapshot copies. For policies created before the Target parameter was introduced, this parameter indicates the target Region for snapshot copies.
184
+ * Avoid using this parameter when creating new policies. Instead, use Target to specify a target Region or a target Outpost for snapshot copies. For policies created before the Target parameter was introduced, this parameter indicates the target Region for snapshot copies.
185
185
  */
186
186
  TargetRegion?: TargetRegion;
187
187
  /**
@@ -197,15 +197,15 @@ declare namespace DLM {
197
197
  */
198
198
  CmkArn?: CmkArn;
199
199
  /**
200
- * Indicates whether to copy all user-defined tags from the source snapshot to the cross-Region snapshot copy.
200
+ * Indicates whether to copy all user-defined tags from the source snapshot or AMI to the cross-Region copy.
201
201
  */
202
202
  CopyTags?: CopyTagsNullable;
203
203
  /**
204
- * The retention rule that indicates how long snapshot copies are to be retained in the destination Region.
204
+ * The retention rule that indicates how long the cross-Region snapshot or AMI copies are to be retained in the destination Region.
205
205
  */
206
206
  RetainRule?: CrossRegionCopyRetainRule;
207
207
  /**
208
- * The AMI deprecation rule for cross-Region AMI copies created by the rule.
208
+ * [AMI policies only] The AMI deprecation rule for cross-Region AMI copies created by the rule.
209
209
  */
210
210
  DeprecateRule?: CrossRegionCopyDeprecateRule;
211
211
  }
@@ -271,6 +271,7 @@ declare namespace DLM {
271
271
  export type EventSourceValues = "MANAGED_CWE"|string;
272
272
  export type EventTypeValues = "shareSnapshot"|string;
273
273
  export type ExcludeBootVolume = boolean;
274
+ export type ExcludeDataVolumeTagList = Tag[];
274
275
  export type ExecutionRoleArn = string;
275
276
  export interface FastRestoreRule {
276
277
  /**
@@ -393,7 +394,7 @@ declare namespace DLM {
393
394
  */
394
395
  Tags?: TagMap;
395
396
  /**
396
- * The type of policy. EBS_SNAPSHOT_MANAGEMENT indicates that the policy manages the lifecycle of Amazon EBS snapshots. IMAGE_MANAGEMENT indicates that the policy manages the lifecycle of EBS-backed AMIs.
397
+ * The type of policy. EBS_SNAPSHOT_MANAGEMENT indicates that the policy manages the lifecycle of Amazon EBS snapshots. IMAGE_MANAGEMENT indicates that the policy manages the lifecycle of EBS-backed AMIs. EVENT_BASED_POLICY indicates that the policy automates cross-account snapshot copies for snapshots that are shared with your account.
397
398
  */
398
399
  PolicyType?: PolicyTypeValues;
399
400
  }
@@ -414,47 +415,51 @@ declare namespace DLM {
414
415
  export type NoReboot = boolean;
415
416
  export interface Parameters {
416
417
  /**
417
- * [EBS Snapshot Management Instance policies only] Indicates whether to exclude the root volume from snapshots created using CreateSnapshots. The default is false.
418
+ * [Snapshot policies that target instances only] Indicates whether to exclude the root volume from multi-volume snapshot sets. The default is false. If you specify true, then the root volumes attached to targeted instances will be excluded from the multi-volume snapshot sets created by the policy.
418
419
  */
419
420
  ExcludeBootVolume?: ExcludeBootVolume;
420
421
  /**
421
- * Applies to AMI lifecycle policies only. Indicates whether targeted instances are rebooted when the lifecycle policy runs. true indicates that targeted instances are not rebooted when the policy runs. false indicates that target instances are rebooted when the policy runs. The default is true (instances are not rebooted).
422
+ * [AMI policies only] Indicates whether targeted instances are rebooted when the lifecycle policy runs. true indicates that targeted instances are not rebooted when the policy runs. false indicates that target instances are rebooted when the policy runs. The default is true (instances are not rebooted).
422
423
  */
423
424
  NoReboot?: NoReboot;
425
+ /**
426
+ * [Snapshot policies that target instances only] The tags used to identify data (non-root) volumes to exclude from multi-volume snapshot sets. If you create a snapshot lifecycle policy that targets instances and you specify tags for this parameter, then data volumes with the specified tags that are attached to targeted instances will be excluded from the multi-volume snapshot sets created by the policy.
427
+ */
428
+ ExcludeDataVolumeTags?: ExcludeDataVolumeTagList;
424
429
  }
425
430
  export type PolicyArn = string;
426
431
  export type PolicyDescription = string;
427
432
  export interface PolicyDetails {
428
433
  /**
429
- * The valid target resource types and actions a policy can manage. Specify EBS_SNAPSHOT_MANAGEMENT to create a lifecycle policy that manages the lifecycle of Amazon EBS snapshots. Specify IMAGE_MANAGEMENT to create a lifecycle policy that manages the lifecycle of EBS-backed AMIs. Specify EVENT_BASED_POLICY to create an event-based policy that performs specific actions when a defined event occurs in your Amazon Web Services account. The default is EBS_SNAPSHOT_MANAGEMENT.
434
+ * [All policy types] The valid target resource types and actions a policy can manage. Specify EBS_SNAPSHOT_MANAGEMENT to create a lifecycle policy that manages the lifecycle of Amazon EBS snapshots. Specify IMAGE_MANAGEMENT to create a lifecycle policy that manages the lifecycle of EBS-backed AMIs. Specify EVENT_BASED_POLICY to create an event-based policy that performs specific actions when a defined event occurs in your Amazon Web Services account. The default is EBS_SNAPSHOT_MANAGEMENT.
430
435
  */
431
436
  PolicyType?: PolicyTypeValues;
432
437
  /**
433
- * The target resource type for snapshot and AMI lifecycle policies. Use VOLUME to create snapshots of individual volumes or use INSTANCE to create multi-volume snapshots from the volumes for an instance. This parameter is required for snapshot and AMI policies only. If you are creating an event-based policy, omit this parameter.
438
+ * [Snapshot policies only] The target resource type for snapshot and AMI lifecycle policies. Use VOLUME to create snapshots of individual volumes or use INSTANCE to create multi-volume snapshots from the volumes for an instance.
434
439
  */
435
440
  ResourceTypes?: ResourceTypeValuesList;
436
441
  /**
437
- * The location of the resources to backup. If the source resources are located in an Amazon Web Services Region, specify CLOUD. If the source resources are located on an Outpost in your account, specify OUTPOST. If you specify OUTPOST, Amazon Data Lifecycle Manager backs up all resources of the specified type with matching target tags across all of the Outposts in your account.
442
+ * [Snapshot and AMI policies only] The location of the resources to backup. If the source resources are located in an Amazon Web Services Region, specify CLOUD. If the source resources are located on an Outpost in your account, specify OUTPOST. If you specify OUTPOST, Amazon Data Lifecycle Manager backs up all resources of the specified type with matching target tags across all of the Outposts in your account.
438
443
  */
439
444
  ResourceLocations?: ResourceLocationList;
440
445
  /**
441
- * The single tag that identifies targeted resources for this policy. This parameter is required for snapshot and AMI policies only. If you are creating an event-based policy, omit this parameter.
446
+ * [Snapshot and AMI policies only] The single tag that identifies targeted resources for this policy.
442
447
  */
443
448
  TargetTags?: TargetTagList;
444
449
  /**
445
- * The schedules of policy-defined actions for snapshot and AMI lifecycle policies. A policy can have up to four schedules—one mandatory schedule and up to three optional schedules. This parameter is required for snapshot and AMI policies only. If you are creating an event-based policy, omit this parameter.
450
+ * [Snapshot and AMI policies only] The schedules of policy-defined actions for snapshot and AMI lifecycle policies. A policy can have up to four schedules—one mandatory schedule and up to three optional schedules.
446
451
  */
447
452
  Schedules?: ScheduleList;
448
453
  /**
449
- * A set of optional parameters for snapshot and AMI lifecycle policies. This parameter is required for snapshot and AMI policies only. If you are creating an event-based policy, omit this parameter.
454
+ * [Snapshot and AMI policies only] A set of optional parameters for snapshot and AMI lifecycle policies. If you are modifying a policy that was created or previously modified using the Amazon Data Lifecycle Manager console, then you must include this parameter and specify either the default values or the new values that you require. You can't omit this parameter or set its values to null.
450
455
  */
451
456
  Parameters?: Parameters;
452
457
  /**
453
- * The event that triggers the event-based policy. This parameter is required for event-based policies only. If you are creating a snapshot or AMI policy, omit this parameter.
458
+ * [Event-based policies only] The event that activates the event-based policy.
454
459
  */
455
460
  EventSource?: EventSource;
456
461
  /**
457
- * The actions to be performed when the event-based policy is triggered. You can specify only one action per policy. This parameter is required for event-based policies only. If you are creating a snapshot or AMI policy, omit this parameter.
462
+ * [Event-based policies only] The actions to be performed when the event-based policy is activated. You can specify only one action per policy.
458
463
  */
459
464
  Actions?: ActionList;
460
465
  }
@@ -494,7 +499,7 @@ declare namespace DLM {
494
499
  */
495
500
  TagsToAdd?: TagsToAddList;
496
501
  /**
497
- * A collection of key/value pairs with values determined dynamically when the policy is executed. Keys may be any valid Amazon EC2 tag key. Values must be in one of the two following formats: $(instance-id) or $(timestamp). Variable tags are only valid for EBS Snapshot Management – Instance policies.
502
+ * [AMI policies and snapshot policies that target instances only] A collection of key/value pairs with values determined dynamically when the policy is executed. Keys may be any valid Amazon EC2 tag key. Values must be in one of the two following formats: $(instance-id) or $(timestamp). Variable tags are only valid for EBS Snapshot Management – Instance policies.
498
503
  */
499
504
  VariableTags?: VariableTagsList;
500
505
  /**
@@ -502,23 +507,23 @@ declare namespace DLM {
502
507
  */
503
508
  CreateRule?: CreateRule;
504
509
  /**
505
- * The retention rule.
510
+ * The retention rule for snapshots or AMIs created by the policy.
506
511
  */
507
512
  RetainRule?: RetainRule;
508
513
  /**
509
- * The rule for enabling fast snapshot restore.
514
+ * [Snapshot policies only] The rule for enabling fast snapshot restore.
510
515
  */
511
516
  FastRestoreRule?: FastRestoreRule;
512
517
  /**
513
- * The rule for cross-Region snapshot copies. You can only specify cross-Region copy rules for policies that create snapshots in a Region. If the policy creates snapshots on an Outpost, then you cannot copy the snapshots to a Region or to an Outpost. If the policy creates snapshots in a Region, then snapshots can be copied to up to three Regions or Outposts.
518
+ * Specifies a rule for copying snapshots or AMIs across regions. You can't specify cross-Region copy rules for policies that create snapshots on an Outpost. If the policy creates snapshots in a Region, then snapshots can be copied to up to three Regions or Outposts.
514
519
  */
515
520
  CrossRegionCopyRules?: CrossRegionCopyRules;
516
521
  /**
517
- * The rule for sharing snapshots with other Amazon Web Services accounts.
522
+ * [Snapshot policies only] The rule for sharing snapshots with other Amazon Web Services accounts.
518
523
  */
519
524
  ShareRules?: ShareRules;
520
525
  /**
521
- * The AMI deprecation rule for the schedule.
526
+ * [AMI policies only] The AMI deprecation rule for the schedule.
522
527
  */
523
528
  DeprecateRule?: DeprecateRule;
524
529
  }
@@ -21498,6 +21498,7 @@ declare namespace EC2 {
21498
21498
  * Excludes the root volume from being snapshotted.
21499
21499
  */
21500
21500
  ExcludeBootVolume?: Boolean;
21501
+ ExcludeDataVolumeIds?: VolumeIdStringList;
21501
21502
  }
21502
21503
  export interface InstanceState {
21503
21504
  /**
@@ -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 polygon details to specify the position of the geofence. Each geofence polygon can have a maximum of 1,000 vertices.
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
- * 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.
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: VectorHereBerlin – 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
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: VectorHereBerlin – The HERE 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.
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 polygon details to specify the position of the geofence. Each geofence polygon can have a maximum of 1,000 vertices.
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
  }