cdk-docker-image-deployment 0.0.52 → 0.0.54

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 (32) hide show
  1. package/.jsii +3 -3
  2. package/lib/destination.js +1 -1
  3. package/lib/docker-image-deployment.js +1 -1
  4. package/lib/source.js +1 -1
  5. package/node_modules/aws-sdk/CHANGELOG.md +13 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/accessanalyzer-2019-11-01.min.json +153 -80
  8. package/node_modules/aws-sdk/apis/kafka-2018-11-14.min.json +107 -47
  9. package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.examples.json +5 -0
  10. package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.min.json +674 -643
  11. package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.paginators.json +50 -50
  12. package/node_modules/aws-sdk/apis/neptune-2014-10-31.min.json +140 -106
  13. package/node_modules/aws-sdk/apis/neptune-2014-10-31.paginators.json +6 -0
  14. package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +286 -284
  15. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +0 -1
  16. package/node_modules/aws-sdk/clients/accessanalyzer.d.ts +111 -1
  17. package/node_modules/aws-sdk/clients/iam.d.ts +1 -1
  18. package/node_modules/aws-sdk/clients/kafka.d.ts +97 -4
  19. package/node_modules/aws-sdk/clients/location.d.ts +8 -8
  20. package/node_modules/aws-sdk/clients/mediatailor.d.ts +256 -256
  21. package/node_modules/aws-sdk/clients/neptune.d.ts +25 -0
  22. package/node_modules/aws-sdk/clients/rds.d.ts +12 -3
  23. package/node_modules/aws-sdk/clients/sagemaker.d.ts +2 -2
  24. package/node_modules/aws-sdk/clients/workspaces.d.ts +11 -11
  25. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  26. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +10 -10
  27. package/node_modules/aws-sdk/dist/aws-sdk.js +290 -288
  28. package/node_modules/aws-sdk/dist/aws-sdk.min.js +7 -7
  29. package/node_modules/aws-sdk/lib/core.js +1 -1
  30. package/node_modules/aws-sdk/lib/model/api.js +1 -1
  31. package/node_modules/aws-sdk/package.json +1 -1
  32. package/package.json +4 -4
@@ -11936,7 +11936,6 @@
11936
11936
  "Sdd": {
11937
11937
  "type": "structure",
11938
11938
  "required": [
11939
- "MaxNumberOfTrainingJobs",
11940
11939
  "MaxParallelTrainingJobs"
11941
11940
  ],
11942
11941
  "members": {
@@ -551,14 +551,34 @@ declare namespace AccessAnalyzer {
551
551
  }
552
552
  export type ConditionKeyMap = {[key: string]: String};
553
553
  export interface Configuration {
554
+ /**
555
+ * The access control configuration is for an Amazon EBS volume snapshot.
556
+ */
557
+ ebsSnapshot?: EbsSnapshotConfiguration;
558
+ /**
559
+ * The access control configuration is for an Amazon ECR repository.
560
+ */
561
+ ecrRepository?: EcrRepositoryConfiguration;
554
562
  /**
555
563
  * The access control configuration is for an IAM role.
556
564
  */
557
565
  iamRole?: IamRoleConfiguration;
566
+ /**
567
+ * The access control configuration is for an Amazon EFS file system.
568
+ */
569
+ efsFileSystem?: EfsFileSystemConfiguration;
558
570
  /**
559
571
  * The access control configuration is for a KMS key.
560
572
  */
561
573
  kmsKey?: KmsKeyConfiguration;
574
+ /**
575
+ * The access control configuration is for an Amazon RDS DB cluster snapshot.
576
+ */
577
+ rdsDbClusterSnapshot?: RdsDbClusterSnapshotConfiguration;
578
+ /**
579
+ * The access control configuration is for an Amazon RDS DB snapshot.
580
+ */
581
+ rdsDbSnapshot?: RdsDbSnapshotConfiguration;
562
582
  /**
563
583
  * The access control configuration is for a Secrets Manager secret.
564
584
  */
@@ -567,6 +587,10 @@ declare namespace AccessAnalyzer {
567
587
  * The access control configuration is for an Amazon S3 Bucket.
568
588
  */
569
589
  s3Bucket?: S3BucketConfiguration;
590
+ /**
591
+ * The access control configuration is for an Amazon SNS topic
592
+ */
593
+ snsTopic?: SnsTopicConfiguration;
570
594
  /**
571
595
  * The access control configuration is for an Amazon SQS queue.
572
596
  */
@@ -682,6 +706,39 @@ declare namespace AccessAnalyzer {
682
706
  */
683
707
  clientToken?: String;
684
708
  }
709
+ export type EbsGroup = string;
710
+ export type EbsGroupList = EbsGroup[];
711
+ export interface EbsSnapshotConfiguration {
712
+ /**
713
+ * The IDs of the Amazon Web Services accounts that have access to the Amazon EBS volume snapshot. If the configuration is for an existing Amazon EBS volume snapshot and you do not specify the userIds, then the access preview uses the existing shared userIds for the snapshot. If the access preview is for a new resource and you do not specify the userIds, then the access preview considers the snapshot without any userIds. To propose deletion of existing shared accountIds, you can specify an empty list for userIds.
714
+ */
715
+ userIds?: EbsUserIdList;
716
+ /**
717
+ * The groups that have access to the Amazon EBS volume snapshot. If the value all is specified, then the Amazon EBS volume snapshot is public. If the configuration is for an existing Amazon EBS volume snapshot and you do not specify the groups, then the access preview uses the existing shared groups for the snapshot. If the access preview is for a new resource and you do not specify the groups, then the access preview considers the snapshot without any groups. To propose deletion of existing shared groups, you can specify an empty list for groups.
718
+ */
719
+ groups?: EbsGroupList;
720
+ /**
721
+ * The KMS key identifier for an encrypted Amazon EBS volume snapshot. The KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key. If the configuration is for an existing Amazon EBS volume snapshot and you do not specify the kmsKeyId, or you specify an empty string, then the access preview uses the existing kmsKeyId of the snapshot. If the access preview is for a new resource and you do not specify the kmsKeyId, the access preview considers the snapshot as unencrypted.
722
+ */
723
+ kmsKeyId?: EbsSnapshotDataEncryptionKeyId;
724
+ }
725
+ export type EbsSnapshotDataEncryptionKeyId = string;
726
+ export type EbsUserId = string;
727
+ export type EbsUserIdList = EbsUserId[];
728
+ export interface EcrRepositoryConfiguration {
729
+ /**
730
+ * The JSON repository policy text to apply to the Amazon ECR repository. For more information, see Private repository policy examples in the Amazon ECR User Guide.
731
+ */
732
+ repositoryPolicy?: EcrRepositoryPolicy;
733
+ }
734
+ export type EcrRepositoryPolicy = string;
735
+ export interface EfsFileSystemConfiguration {
736
+ /**
737
+ * The JSON policy definition to apply to the Amazon EFS file system. For more information on the elements that make up a file system policy, see Amazon EFS Resource-based policies.
738
+ */
739
+ fileSystemPolicy?: EfsFileSystemPolicy;
740
+ }
741
+ export type EfsFileSystemPolicy = string;
685
742
  export type FilterCriteriaMap = {[key: string]: Criterion};
686
743
  export interface Finding {
687
744
  /**
@@ -1350,10 +1407,52 @@ declare namespace AccessAnalyzer {
1350
1407
  }
1351
1408
  export type PrincipalArn = string;
1352
1409
  export type PrincipalMap = {[key: string]: String};
1410
+ export type RdsDbClusterSnapshotAccountId = string;
1411
+ export type RdsDbClusterSnapshotAccountIdsList = RdsDbClusterSnapshotAccountId[];
1412
+ export type RdsDbClusterSnapshotAttributeName = string;
1413
+ export interface RdsDbClusterSnapshotAttributeValue {
1414
+ /**
1415
+ * The Amazon Web Services account IDs that have access to the manual Amazon RDS DB cluster snapshot. If the value all is specified, then the Amazon RDS DB cluster snapshot is public and can be copied or restored by all Amazon Web Services accounts. If the configuration is for an existing Amazon RDS DB cluster snapshot and you do not specify the accountIds in RdsDbClusterSnapshotAttributeValue, then the access preview uses the existing shared accountIds for the snapshot. If the access preview is for a new resource and you do not specify the specify the accountIds in RdsDbClusterSnapshotAttributeValue, then the access preview considers the snapshot without any attributes. To propose deletion of existing shared accountIds, you can specify an empty list for accountIds in the RdsDbClusterSnapshotAttributeValue.
1416
+ */
1417
+ accountIds?: RdsDbClusterSnapshotAccountIdsList;
1418
+ }
1419
+ export type RdsDbClusterSnapshotAttributesMap = {[key: string]: RdsDbClusterSnapshotAttributeValue};
1420
+ export interface RdsDbClusterSnapshotConfiguration {
1421
+ /**
1422
+ * The names and values of manual DB cluster snapshot attributes. Manual DB cluster snapshot attributes are used to authorize other Amazon Web Services accounts to restore a manual DB cluster snapshot. The only valid value for AttributeName for the attribute map is restore
1423
+ */
1424
+ attributes?: RdsDbClusterSnapshotAttributesMap;
1425
+ /**
1426
+ * The KMS key identifier for an encrypted Amazon RDS DB cluster snapshot. The KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key. If the configuration is for an existing Amazon RDS DB cluster snapshot and you do not specify the kmsKeyId, or you specify an empty string, then the access preview uses the existing kmsKeyId of the snapshot. If the access preview is for a new resource and you do not specify the specify the kmsKeyId, then the access preview considers the snapshot as unencrypted.
1427
+ */
1428
+ kmsKeyId?: RdsDbClusterSnapshotKmsKeyId;
1429
+ }
1430
+ export type RdsDbClusterSnapshotKmsKeyId = string;
1431
+ export type RdsDbSnapshotAccountId = string;
1432
+ export type RdsDbSnapshotAccountIdsList = RdsDbSnapshotAccountId[];
1433
+ export type RdsDbSnapshotAttributeName = string;
1434
+ export interface RdsDbSnapshotAttributeValue {
1435
+ /**
1436
+ * The Amazon Web Services account IDs that have access to the manual Amazon RDS DB snapshot. If the value all is specified, then the Amazon RDS DB snapshot is public and can be copied or restored by all Amazon Web Services accounts. If the configuration is for an existing Amazon RDS DB snapshot and you do not specify the accountIds in RdsDbSnapshotAttributeValue, then the access preview uses the existing shared accountIds for the snapshot. If the access preview is for a new resource and you do not specify the specify the accountIds in RdsDbSnapshotAttributeValue, then the access preview considers the snapshot without any attributes. To propose deletion of an existing shared accountIds, you can specify an empty list for accountIds in the RdsDbSnapshotAttributeValue.
1437
+ */
1438
+ accountIds?: RdsDbSnapshotAccountIdsList;
1439
+ }
1440
+ export type RdsDbSnapshotAttributesMap = {[key: string]: RdsDbSnapshotAttributeValue};
1441
+ export interface RdsDbSnapshotConfiguration {
1442
+ /**
1443
+ * The names and values of manual DB snapshot attributes. Manual DB snapshot attributes are used to authorize other Amazon Web Services accounts to restore a manual DB snapshot. The only valid value for attributeName for the attribute map is restore.
1444
+ */
1445
+ attributes?: RdsDbSnapshotAttributesMap;
1446
+ /**
1447
+ * The KMS key identifier for an encrypted Amazon RDS DB snapshot. The KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key. If the configuration is for an existing Amazon RDS DB snapshot and you do not specify the kmsKeyId, or you specify an empty string, then the access preview uses the existing kmsKeyId of the snapshot. If the access preview is for a new resource and you do not specify the specify the kmsKeyId, then the access preview considers the snapshot as unencrypted.
1448
+ */
1449
+ kmsKeyId?: RdsDbSnapshotKmsKeyId;
1450
+ }
1451
+ export type RdsDbSnapshotKmsKeyId = string;
1353
1452
  export type ReasonCode = "AWS_SERVICE_ACCESS_DISABLED"|"DELEGATED_ADMINISTRATOR_DEREGISTERED"|"ORGANIZATION_DELETED"|"SERVICE_LINKED_ROLE_CREATION_FAILED"|string;
1354
1453
  export type RegionList = String[];
1355
1454
  export type ResourceArn = string;
1356
- export type ResourceType = "AWS::S3::Bucket"|"AWS::IAM::Role"|"AWS::SQS::Queue"|"AWS::Lambda::Function"|"AWS::Lambda::LayerVersion"|"AWS::KMS::Key"|"AWS::SecretsManager::Secret"|string;
1455
+ export type ResourceType = "AWS::S3::Bucket"|"AWS::IAM::Role"|"AWS::SQS::Queue"|"AWS::Lambda::Function"|"AWS::Lambda::LayerVersion"|"AWS::KMS::Key"|"AWS::SecretsManager::Secret"|"AWS::EFS::FileSystem"|"AWS::EC2::Snapshot"|"AWS::ECR::Repository"|"AWS::RDS::DBSnapshot"|"AWS::RDS::DBClusterSnapshot"|"AWS::SNS::Topic"|string;
1357
1456
  export type RetiringPrincipal = string;
1358
1457
  export type RoleArn = string;
1359
1458
  export interface S3AccessPointConfiguration {
@@ -1424,6 +1523,13 @@ declare namespace AccessAnalyzer {
1424
1523
  export type SecretsManagerSecretKmsId = string;
1425
1524
  export type SecretsManagerSecretPolicy = string;
1426
1525
  export type SharedViaList = String[];
1526
+ export interface SnsTopicConfiguration {
1527
+ /**
1528
+ * The JSON policy text that defines who can access an Amazon SNS topic. For more information, see Example cases for Amazon SNS access control in the Amazon SNS Developer Guide.
1529
+ */
1530
+ topicPolicy?: SnsTopicPolicy;
1531
+ }
1532
+ export type SnsTopicPolicy = string;
1427
1533
  export interface SortCriteria {
1428
1534
  /**
1429
1535
  * The name of the attribute to sort on.
@@ -1480,6 +1586,10 @@ declare namespace AccessAnalyzer {
1480
1586
  * The ARN of the resource to scan.
1481
1587
  */
1482
1588
  resourceArn: ResourceArn;
1589
+ /**
1590
+ * The Amazon Web Services account ID that owns the resource. For most Amazon Web Services resources, the owning account is the account in which the resource was created.
1591
+ */
1592
+ resourceOwnerAccount?: String;
1483
1593
  }
1484
1594
  export interface StatusReason {
1485
1595
  /**
@@ -1652,7 +1652,7 @@ declare namespace IAM {
1652
1652
  */
1653
1653
  Description?: roleDescriptionType;
1654
1654
  /**
1655
- * The maximum session duration (in seconds) that you want to set for the specified role. If you do not specify a value for this setting, the default value of one hour is applied. This setting can have a value from 1 hour to 12 hours. Anyone who assumes the role from the or API can use the DurationSeconds API parameter or the duration-seconds CLI parameter to request a longer session. The MaxSessionDuration setting determines the maximum duration that can be requested using the DurationSeconds parameter. If users don't specify a value for the DurationSeconds parameter, their security credentials are valid for one hour by default. This applies when you use the AssumeRole* API operations or the assume-role* CLI operations but does not apply when you use those operations to create a console URL. For more information, see Using IAM roles in the IAM User Guide.
1655
+ * The maximum session duration (in seconds) that you want to set for the specified role. If you do not specify a value for this setting, the default value of one hour is applied. This setting can have a value from 1 hour to 12 hours. Anyone who assumes the role from the CLI or API can use the DurationSeconds API parameter or the duration-seconds CLI parameter to request a longer session. The MaxSessionDuration setting determines the maximum duration that can be requested using the DurationSeconds parameter. If users don't specify a value for the DurationSeconds parameter, their security credentials are valid for one hour by default. This applies when you use the AssumeRole* API operations or the assume-role* CLI operations but does not apply when you use those operations to create a console URL. For more information, see Using IAM roles in the IAM User Guide.
1656
1656
  */
1657
1657
  MaxSessionDuration?: roleMaxSessionDurationType;
1658
1658
  /**
@@ -427,6 +427,14 @@ declare class Kafka extends Service {
427
427
 
428
428
  */
429
429
  updateSecurity(callback?: (err: AWSError, data: Kafka.Types.UpdateSecurityResponse) => void): Request<Kafka.Types.UpdateSecurityResponse, AWSError>;
430
+ /**
431
+ * Updates cluster broker volume size (or) sets cluster storage mode to TIERED.
432
+ */
433
+ updateStorage(params: Kafka.Types.UpdateStorageRequest, callback?: (err: AWSError, data: Kafka.Types.UpdateStorageResponse) => void): Request<Kafka.Types.UpdateStorageResponse, AWSError>;
434
+ /**
435
+ * Updates cluster broker volume size (or) sets cluster storage mode to TIERED.
436
+ */
437
+ updateStorage(callback?: (err: AWSError, data: Kafka.Types.UpdateStorageResponse) => void): Request<Kafka.Types.UpdateStorageResponse, AWSError>;
430
438
  }
431
439
  declare namespace Kafka {
432
440
  export interface BatchAssociateScramSecretRequest {
@@ -466,7 +474,9 @@ declare namespace Kafka {
466
474
  */
467
475
  KafkaBrokerNodeId: __string;
468
476
  /**
469
- * EBS volume provisioned throughput information.
477
+ *
478
+ EBS volume provisioned throughput information.
479
+
470
480
  */
471
481
  ProvisionedThroughput?: ProvisionedThroughput;
472
482
  /**
@@ -711,6 +721,12 @@ kafka.m5.4xlarge, kafka.m5.12xlarge, and kafka.m5.24xlarge.
711
721
 
712
722
  */
713
723
  ZookeeperConnectStringTls?: __string;
724
+ /**
725
+ *
726
+ This controls storage mode for supported storage tiers.
727
+
728
+ */
729
+ StorageMode?: StorageMode;
714
730
  }
715
731
  export interface Cluster {
716
732
  /**
@@ -927,6 +943,12 @@ kafka.m5.4xlarge, kafka.m5.12xlarge, and kafka.m5.24xlarge.
927
943
 
928
944
  */
929
945
  NumberOfBrokerNodes: __integerMin1Max15;
946
+ /**
947
+ *
948
+ This controls storage mode for supported storage tiers.
949
+
950
+ */
951
+ StorageMode?: StorageMode;
930
952
  }
931
953
  export interface Provisioned {
932
954
  /**
@@ -989,6 +1011,12 @@ kafka.m5.4xlarge, kafka.m5.12xlarge, and kafka.m5.24xlarge.
989
1011
 
990
1012
  */
991
1013
  ZookeeperConnectStringTls?: __string;
1014
+ /**
1015
+ *
1016
+ This controls storage mode for supported storage tiers.
1017
+
1018
+ */
1019
+ StorageMode?: StorageMode;
992
1020
  }
993
1021
  export interface VpcConfig {
994
1022
  /**
@@ -1221,6 +1249,12 @@ kafka.m5.4xlarge, kafka.m5.12xlarge, and kafka.m5.24xlarge.
1221
1249
 
1222
1250
  */
1223
1251
  Tags?: __mapOf__string;
1252
+ /**
1253
+ *
1254
+ This controls storage mode for supported storage tiers.
1255
+
1256
+ */
1257
+ StorageMode?: StorageMode;
1224
1258
  }
1225
1259
  export interface CreateClusterResponse {
1226
1260
  /**
@@ -1554,7 +1588,9 @@ kafka.m5.4xlarge, kafka.m5.12xlarge, and kafka.m5.24xlarge.
1554
1588
  }
1555
1589
  export interface EBSStorageInfo {
1556
1590
  /**
1557
- * EBS volume provisioned throughput information.
1591
+ *
1592
+ EBS volume provisioned throughput information.
1593
+
1558
1594
  */
1559
1595
  ProvisionedThroughput?: ProvisionedThroughput;
1560
1596
  /**
@@ -2051,6 +2087,12 @@ kafka.m5.4xlarge, kafka.m5.12xlarge, and kafka.m5.24xlarge.
2051
2087
 
2052
2088
  */
2053
2089
  ConnectivityInfo?: ConnectivityInfo;
2090
+ /**
2091
+ *
2092
+ This controls storage mode for supported storage tiers.
2093
+
2094
+ */
2095
+ StorageMode?: StorageMode;
2054
2096
  }
2055
2097
  export interface NodeExporter {
2056
2098
  /**
@@ -2130,11 +2172,15 @@ kafka.m5.4xlarge, kafka.m5.12xlarge, and kafka.m5.24xlarge.
2130
2172
  }
2131
2173
  export interface ProvisionedThroughput {
2132
2174
  /**
2133
- * Provisioned throughput is enabled or not.
2175
+ *
2176
+ Provisioned throughput is enabled or not.
2177
+
2134
2178
  */
2135
2179
  Enabled?: __boolean;
2136
2180
  /**
2137
- * Throughput value of the EBS volumes for the data drive on each kafka broker node in MiB per second.
2181
+ *
2182
+ Throughput value of the EBS volumes for the data drive on each kafka broker node in MiB per second.
2183
+
2138
2184
  */
2139
2185
  VolumeThroughput?: __integer;
2140
2186
  }
@@ -2268,6 +2314,7 @@ kafka.m5.4xlarge, kafka.m5.12xlarge, and kafka.m5.24xlarge.
2268
2314
  */
2269
2315
  EbsStorageInfo?: EBSStorageInfo;
2270
2316
  }
2317
+ export type StorageMode = "LOCAL"|"TIERED"|string;
2271
2318
  export interface TagResourceRequest {
2272
2319
  /**
2273
2320
  *
@@ -2614,6 +2661,52 @@ kafka.m5.4xlarge, kafka.m5.12xlarge, and kafka.m5.24xlarge.
2614
2661
  */
2615
2662
  ClusterOperationArn?: __string;
2616
2663
  }
2664
+ export interface UpdateStorageRequest {
2665
+ /**
2666
+ *
2667
+ The Amazon Resource Name (ARN) of the cluster to be updated.
2668
+
2669
+ */
2670
+ ClusterArn: __string;
2671
+ /**
2672
+ *
2673
+ The version of cluster to update from. A successful operation will then generate a new version.
2674
+
2675
+ */
2676
+ CurrentVersion: __string;
2677
+ /**
2678
+ *
2679
+ EBS volume provisioned throughput information.
2680
+
2681
+ */
2682
+ ProvisionedThroughput?: ProvisionedThroughput;
2683
+ /**
2684
+ *
2685
+ Controls storage mode for supported storage tiers.
2686
+
2687
+ */
2688
+ StorageMode?: StorageMode;
2689
+ /**
2690
+ *
2691
+ size of the EBS volume to update.
2692
+
2693
+ */
2694
+ VolumeSizeGB?: __integer;
2695
+ }
2696
+ export interface UpdateStorageResponse {
2697
+ /**
2698
+ *
2699
+ The Amazon Resource Name (ARN) of the cluster.
2700
+
2701
+ */
2702
+ ClusterArn?: __string;
2703
+ /**
2704
+ *
2705
+ The Amazon Resource Name (ARN) of the cluster operation.
2706
+
2707
+ */
2708
+ ClusterOperationArn?: __string;
2709
+ }
2617
2710
  export interface UpdateConfigurationRequest {
2618
2711
  /**
2619
2712
  *
@@ -915,7 +915,7 @@ declare namespace Location {
915
915
  }
916
916
  export interface CreateMapRequest {
917
917
  /**
918
- * Specifies the map style selected from an available data provider.
918
+ * Specifies the MapConfiguration, including the map style, for the map resource that you create. The map style defines the look of maps and the data provider for your map resource.
919
919
  */
920
920
  Configuration: MapConfiguration;
921
921
  /**
@@ -941,7 +941,7 @@ declare namespace Location {
941
941
  */
942
942
  CreateTime: Timestamp;
943
943
  /**
944
- * The Amazon Resource Name (ARN) for the map resource. Used to specify a resource across all AWS. Format example: arn:aws:geo:region:account-id:maps/ExampleMap
944
+ * The Amazon Resource Name (ARN) for the map resource. Used to specify a resource across all AWS. Format example: arn:aws:geo:region:account-id:map/ExampleMap
945
945
  */
946
946
  MapArn: GeoArn;
947
947
  /**
@@ -1183,7 +1183,7 @@ declare namespace Location {
1183
1183
  */
1184
1184
  Description: ResourceDescription;
1185
1185
  /**
1186
- * The Amazon Resource Name (ARN) for the map resource. Used to specify a resource across all AWS. Format example: arn:aws:geo:region:account-id:maps/ExampleMap
1186
+ * The Amazon Resource Name (ARN) for the map resource. Used to specify a resource across all AWS. Format example: arn:aws:geo:region:account-id:map/ExampleMap
1187
1187
  */
1188
1188
  MapArn: GeoArn;
1189
1189
  /**
@@ -1406,7 +1406,7 @@ declare namespace Location {
1406
1406
  */
1407
1407
  Circle?: Circle;
1408
1408
  /**
1409
- * 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.
1409
+ * A polygon is a list of linear rings which are each made up of a list of vertices. Each vertex is a 2-dimensional point of the form: [longitude, latitude]. This is represented as an array of doubles of length 2 (so [double, double]). An array of 4 or more vertices, where the first and last vertex are the same (to form a closed boundary), is called a linear ring. The linear ring vertices must be listed in counter-clockwise order around the ring’s interior. The linear ring is represented as an array of vertices, or an array of arrays of doubles ([[double, double], ...]). A geofence consists of a single linear ring. To allow for future expansion, the Polygon parameter takes an array of linear rings, which is represented as an array of arrays of arrays of doubles ([[[double, double], ...], ...]). A linear ring for use in geofences can consist of between 4 and 1,000 vertices.
1410
1410
  */
1411
1411
  Polygon?: LinearRings;
1412
1412
  }
@@ -1517,7 +1517,7 @@ declare namespace Location {
1517
1517
  }
1518
1518
  export interface GetMapGlyphsRequest {
1519
1519
  /**
1520
- * 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
1520
+ * 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, HybridHereExploreSatellite Fira GO Italic | Fira GO Map | Fira GO Map Bold | Noto Sans CJK JP Bold | Noto Sans CJK JP Light | Noto Sans CJK JP Regular
1521
1521
  */
1522
1522
  FontStack: String;
1523
1523
  /**
@@ -2046,7 +2046,7 @@ declare namespace Location {
2046
2046
  export type ListTrackersResponseEntryList = ListTrackersResponseEntry[];
2047
2047
  export interface MapConfiguration {
2048
2048
  /**
2049
- * 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.
2049
+ * 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. The VectorHereContrast style has been renamed from VectorHereBerlin. VectorHereBerlin has been deprecated, but will continue to work in applications that use it. 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. RasterHereExploreSatellite A global map containing high resolution satellite imagery. HybridHereExploreSatellite A global map displaying the road network, street names, and city labels over satellite imagery. This style will automatically retrieve both raster and vector tiles, and your charges will be based on total tiles retrieved. Hybrid styles use both vector and raster tiles when rendering the map that you see. This means that more tiles are retrieved than when using either vector or raster tiles alone. Your charges will include all tiles retrieved.
2050
2050
  */
2051
2051
  Style: MapStyle;
2052
2052
  }
@@ -2094,7 +2094,7 @@ declare namespace Location {
2094
2094
  */
2095
2095
  SubRegion?: String;
2096
2096
  /**
2097
- * The time zone in which the Place is located. Returned only when using Here as the selected partner.
2097
+ * The time zone in which the Place is located. Returned only when using HERE as the selected partner.
2098
2098
  */
2099
2099
  TimeZone?: TimeZone;
2100
2100
  /**
@@ -2576,7 +2576,7 @@ declare namespace Location {
2576
2576
  }
2577
2577
  export interface UpdateMapResponse {
2578
2578
  /**
2579
- * The Amazon Resource Name (ARN) of the updated map resource. Used to specify a resource across AWS. Format example: arn:aws:geo:region:account-id:maps/ExampleMap
2579
+ * The Amazon Resource Name (ARN) of the updated map resource. Used to specify a resource across AWS. Format example: arn:aws:geo:region:account-id:map/ExampleMap
2580
2580
  */
2581
2581
  MapArn: GeoArn;
2582
2582
  /**