cdk-docker-image-deployment 0.0.183 → 0.0.185

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.
@@ -75,6 +75,16 @@
75
75
  "output_token": "Marker",
76
76
  "limit_key": "MaxRecords"
77
77
  },
78
+ "DescribeRecommendationLimitations": {
79
+ "input_token": "NextToken",
80
+ "output_token": "NextToken",
81
+ "limit_key": "MaxRecords"
82
+ },
83
+ "DescribeRecommendations": {
84
+ "input_token": "NextToken",
85
+ "output_token": "NextToken",
86
+ "limit_key": "MaxRecords"
87
+ },
78
88
  "DescribeReplicationInstanceTaskLogs": {
79
89
  "input_token": "Marker",
80
90
  "output_token": "Marker",
@@ -180,7 +180,7 @@ declare namespace Account {
180
180
  */
181
181
  AccountId?: AccountId;
182
182
  /**
183
- * Specifies the Region-code for a given Region name (for example, af-south-1). When you disable a Region, AWS performs actions to deactivate that Region in your account, such as destroying IAM resources in the Region. This process takes a few minutes for most accounts, but this can take several hours. You cannot enable the Region until the disabling process is fully completed.
183
+ * Specifies the Region-code for a given Region name (for example, af-south-1). When you disable a Region, Amazon Web Services performs actions to deactivate that Region in your account, such as destroying IAM resources in the Region. This process takes a few minutes for most accounts, but this can take several hours. You cannot enable the Region until the disabling process is fully completed.
184
184
  */
185
185
  RegionName: RegionName;
186
186
  }
@@ -192,7 +192,7 @@ declare namespace Account {
192
192
  */
193
193
  AccountId?: AccountId;
194
194
  /**
195
- * Specifies the Region-code for a given Region name (for example, af-south-1). When you enable a Region, AWS performs actions to prepare your account in that Region, such as distributing your IAM resources to the Region. This process takes a few minutes for most accounts, but it can take several hours. You cannot use the Region until this process is complete. Furthermore, you cannot disable the Region until the enabling process is fully completed.
195
+ * Specifies the Region-code for a given Region name (for example, af-south-1). When you enable a Region, Amazon Web Services performs actions to prepare your account in that Region, such as distributing your IAM resources to the Region. This process takes a few minutes for most accounts, but it can take several hours. You cannot use the Region until this process is complete. Furthermore, you cannot disable the Region until the enabling process is fully completed.
196
196
  */
197
197
  RegionName: RegionName;
198
198
  }
@@ -13,11 +13,11 @@ declare class DMS extends Service {
13
13
  constructor(options?: DMS.Types.ClientConfiguration)
14
14
  config: Config & DMS.Types.ClientConfiguration;
15
15
  /**
16
- * Adds metadata tags to an DMS resource, including replication instance, endpoint, security group, and migration task. These tags can also be used with cost allocation reporting to track cost associated with DMS resources, or used in a Condition statement in an IAM policy for DMS. For more information, see Tag data type description.
16
+ * Adds metadata tags to an DMS resource, including replication instance, endpoint, subnet group, and migration task. These tags can also be used with cost allocation reporting to track cost associated with DMS resources, or used in a Condition statement in an IAM policy for DMS. For more information, see Tag data type description.
17
17
  */
18
18
  addTagsToResource(params: DMS.Types.AddTagsToResourceMessage, callback?: (err: AWSError, data: DMS.Types.AddTagsToResourceResponse) => void): Request<DMS.Types.AddTagsToResourceResponse, AWSError>;
19
19
  /**
20
- * Adds metadata tags to an DMS resource, including replication instance, endpoint, security group, and migration task. These tags can also be used with cost allocation reporting to track cost associated with DMS resources, or used in a Condition statement in an IAM policy for DMS. For more information, see Tag data type description.
20
+ * Adds metadata tags to an DMS resource, including replication instance, endpoint, subnet group, and migration task. These tags can also be used with cost allocation reporting to track cost associated with DMS resources, or used in a Condition statement in an IAM policy for DMS. For more information, see Tag data type description.
21
21
  */
22
22
  addTagsToResource(callback?: (err: AWSError, data: DMS.Types.AddTagsToResourceResponse) => void): Request<DMS.Types.AddTagsToResourceResponse, AWSError>;
23
23
  /**
@@ -28,6 +28,14 @@ declare class DMS extends Service {
28
28
  * Applies a pending maintenance action to a resource (for example, to a replication instance).
29
29
  */
30
30
  applyPendingMaintenanceAction(callback?: (err: AWSError, data: DMS.Types.ApplyPendingMaintenanceActionResponse) => void): Request<DMS.Types.ApplyPendingMaintenanceActionResponse, AWSError>;
31
+ /**
32
+ * Starts the analysis of up to 20 source databases to recommend target engines for each source database. This is a batch version of StartRecommendations. The result of analysis of each source database is reported individually in the response. Because the batch request can result in a combination of successful and unsuccessful actions, you should check for batch errors even when the call returns an HTTP status code of 200.
33
+ */
34
+ batchStartRecommendations(params: DMS.Types.BatchStartRecommendationsRequest, callback?: (err: AWSError, data: DMS.Types.BatchStartRecommendationsResponse) => void): Request<DMS.Types.BatchStartRecommendationsResponse, AWSError>;
35
+ /**
36
+ * Starts the analysis of up to 20 source databases to recommend target engines for each source database. This is a batch version of StartRecommendations. The result of analysis of each source database is reported individually in the response. Because the batch request can result in a combination of successful and unsuccessful actions, you should check for batch errors even when the call returns an HTTP status code of 200.
37
+ */
38
+ batchStartRecommendations(callback?: (err: AWSError, data: DMS.Types.BatchStartRecommendationsResponse) => void): Request<DMS.Types.BatchStartRecommendationsResponse, AWSError>;
31
39
  /**
32
40
  * Cancels a single premigration assessment run. This operation prevents any individual assessments from running if they haven't started running. It also attempts to cancel any individual assessments that are currently running.
33
41
  */
@@ -300,6 +308,22 @@ declare class DMS extends Service {
300
308
  * For internal use only
301
309
  */
302
310
  describePendingMaintenanceActions(callback?: (err: AWSError, data: DMS.Types.DescribePendingMaintenanceActionsResponse) => void): Request<DMS.Types.DescribePendingMaintenanceActionsResponse, AWSError>;
311
+ /**
312
+ * Returns a paginated list of limitations for recommendations of target Amazon Web Services engines.
313
+ */
314
+ describeRecommendationLimitations(params: DMS.Types.DescribeRecommendationLimitationsRequest, callback?: (err: AWSError, data: DMS.Types.DescribeRecommendationLimitationsResponse) => void): Request<DMS.Types.DescribeRecommendationLimitationsResponse, AWSError>;
315
+ /**
316
+ * Returns a paginated list of limitations for recommendations of target Amazon Web Services engines.
317
+ */
318
+ describeRecommendationLimitations(callback?: (err: AWSError, data: DMS.Types.DescribeRecommendationLimitationsResponse) => void): Request<DMS.Types.DescribeRecommendationLimitationsResponse, AWSError>;
319
+ /**
320
+ * Returns a paginated list of target engine recommendations for your source databases.
321
+ */
322
+ describeRecommendations(params: DMS.Types.DescribeRecommendationsRequest, callback?: (err: AWSError, data: DMS.Types.DescribeRecommendationsResponse) => void): Request<DMS.Types.DescribeRecommendationsResponse, AWSError>;
323
+ /**
324
+ * Returns a paginated list of target engine recommendations for your source databases.
325
+ */
326
+ describeRecommendations(callback?: (err: AWSError, data: DMS.Types.DescribeRecommendationsResponse) => void): Request<DMS.Types.DescribeRecommendationsResponse, AWSError>;
303
327
  /**
304
328
  * Returns the status of the RefreshSchemas operation.
305
329
  */
@@ -389,11 +413,11 @@ declare class DMS extends Service {
389
413
  */
390
414
  importCertificate(callback?: (err: AWSError, data: DMS.Types.ImportCertificateResponse) => void): Request<DMS.Types.ImportCertificateResponse, AWSError>;
391
415
  /**
392
- * Lists all metadata tags attached to an DMS resource, including replication instance, endpoint, security group, and migration task. For more information, see Tag data type description.
416
+ * Lists all metadata tags attached to an DMS resource, including replication instance, endpoint, subnet group, and migration task. For more information, see Tag data type description.
393
417
  */
394
418
  listTagsForResource(params: DMS.Types.ListTagsForResourceMessage, callback?: (err: AWSError, data: DMS.Types.ListTagsForResourceResponse) => void): Request<DMS.Types.ListTagsForResourceResponse, AWSError>;
395
419
  /**
396
- * Lists all metadata tags attached to an DMS resource, including replication instance, endpoint, security group, and migration task. For more information, see Tag data type description.
420
+ * Lists all metadata tags attached to an DMS resource, including replication instance, endpoint, subnet group, and migration task. For more information, see Tag data type description.
397
421
  */
398
422
  listTagsForResource(callback?: (err: AWSError, data: DMS.Types.ListTagsForResourceResponse) => void): Request<DMS.Types.ListTagsForResourceResponse, AWSError>;
399
423
  /**
@@ -469,17 +493,25 @@ declare class DMS extends Service {
469
493
  */
470
494
  reloadTables(callback?: (err: AWSError, data: DMS.Types.ReloadTablesResponse) => void): Request<DMS.Types.ReloadTablesResponse, AWSError>;
471
495
  /**
472
- * Removes metadata tags from an DMS resource, including replication instance, endpoint, security group, and migration task. For more information, see Tag data type description.
496
+ * Removes metadata tags from an DMS resource, including replication instance, endpoint, subnet group, and migration task. For more information, see Tag data type description.
473
497
  */
474
498
  removeTagsFromResource(params: DMS.Types.RemoveTagsFromResourceMessage, callback?: (err: AWSError, data: DMS.Types.RemoveTagsFromResourceResponse) => void): Request<DMS.Types.RemoveTagsFromResourceResponse, AWSError>;
475
499
  /**
476
- * Removes metadata tags from an DMS resource, including replication instance, endpoint, security group, and migration task. For more information, see Tag data type description.
500
+ * Removes metadata tags from an DMS resource, including replication instance, endpoint, subnet group, and migration task. For more information, see Tag data type description.
477
501
  */
478
502
  removeTagsFromResource(callback?: (err: AWSError, data: DMS.Types.RemoveTagsFromResourceResponse) => void): Request<DMS.Types.RemoveTagsFromResourceResponse, AWSError>;
479
503
  /**
480
504
  * Runs large-scale assessment (LSA) analysis on every Fleet Advisor collector in your account.
481
505
  */
482
506
  runFleetAdvisorLsaAnalysis(callback?: (err: AWSError, data: DMS.Types.RunFleetAdvisorLsaAnalysisResponse) => void): Request<DMS.Types.RunFleetAdvisorLsaAnalysisResponse, AWSError>;
507
+ /**
508
+ * Starts the analysis of your source database to provide recommendations of target engines. You can create recommendations for multiple source databases using BatchStartRecommendations.
509
+ */
510
+ startRecommendations(params: DMS.Types.StartRecommendationsRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
511
+ /**
512
+ * Starts the analysis of your source database to provide recommendations of target engines. You can create recommendations for multiple source databases using BatchStartRecommendations.
513
+ */
514
+ startRecommendations(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
483
515
  /**
484
516
  * Starts the replication task. For more information about DMS tasks, see Working with Migration Tasks in the Database Migration Service User Guide.
485
517
  */
@@ -651,6 +683,33 @@ declare namespace DMS {
651
683
  Name?: String;
652
684
  }
653
685
  export type AvailabilityZonesList = String[];
686
+ export interface BatchStartRecommendationsErrorEntry {
687
+ /**
688
+ * The identifier of the source database.
689
+ */
690
+ DatabaseId?: String;
691
+ /**
692
+ * The information about the error.
693
+ */
694
+ Message?: String;
695
+ /**
696
+ * The code of an error that occurred during the analysis of the source database.
697
+ */
698
+ Code?: String;
699
+ }
700
+ export type BatchStartRecommendationsErrorEntryList = BatchStartRecommendationsErrorEntry[];
701
+ export interface BatchStartRecommendationsRequest {
702
+ /**
703
+ * Provides information about source databases to analyze. After this analysis, Fleet Advisor recommends target engines for each source database.
704
+ */
705
+ Data?: StartRecommendationsRequestEntryList;
706
+ }
707
+ export interface BatchStartRecommendationsResponse {
708
+ /**
709
+ * A list with error details about the analysis of each source database.
710
+ */
711
+ ErrorEntries?: BatchStartRecommendationsErrorEntryList;
712
+ }
654
713
  export type Boolean = boolean;
655
714
  export type BooleanOptional = boolean;
656
715
  export interface CancelReplicationTaskAssessmentRunMessage {
@@ -1070,7 +1129,7 @@ declare namespace DMS {
1070
1129
  */
1071
1130
  EngineVersion?: String;
1072
1131
  /**
1073
- * A value that indicates whether minor engine upgrades are applied automatically to the replication instance during the maintenance window. This parameter defaults to true. Default: true
1132
+ * A value that indicates whether minor engine upgrades are applied automatically to the replication instance during the maintenance window. This parameter defaults to true. Default: true When AutoMinorVersionUpgrade is enabled, DMS uses the current default engine version when you create a replication instance. For example, if you set EngineVersion to a lower version number than the current default version, DMS uses the default version. If AutoMinorVersionUpgrade isn’t enabled when you create a replication instance, DMS uses the engine version specified by the EngineVersion parameter.
1074
1133
  */
1075
1134
  AutoMinorVersionUpgrade?: BooleanOptional;
1076
1135
  /**
@@ -1166,7 +1225,7 @@ declare namespace DMS {
1166
1225
  */
1167
1226
  CdcStartPosition?: String;
1168
1227
  /**
1169
- * Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time. Server time example: --cdc-stop-position “server_time:2018-02-09T12:12:12” Commit time example: --cdc-stop-position “commit_time: 2018-02-09T12:12:12
1228
+ * Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time. Server time example: --cdc-stop-position “server_time:2018-02-09T12:12:12” Commit time example: --cdc-stop-position “commit_time: 2018-02-09T12:12:12“
1170
1229
  */
1171
1230
  CdcStopPosition?: String;
1172
1231
  /**
@@ -1812,6 +1871,54 @@ declare namespace DMS {
1812
1871
  */
1813
1872
  Marker?: String;
1814
1873
  }
1874
+ export interface DescribeRecommendationLimitationsRequest {
1875
+ /**
1876
+ * Filters applied to the limitations described in the form of key-value pairs.
1877
+ */
1878
+ Filters?: FilterList;
1879
+ /**
1880
+ * The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, Fleet Advisor includes a pagination token in the response so that you can retrieve the remaining results.
1881
+ */
1882
+ MaxRecords?: IntegerOptional;
1883
+ /**
1884
+ * Specifies the unique pagination token that makes it possible to display the next page of results. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords. If NextToken is returned by a previous response, there are more results available. The value of NextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.
1885
+ */
1886
+ NextToken?: String;
1887
+ }
1888
+ export interface DescribeRecommendationLimitationsResponse {
1889
+ /**
1890
+ * The unique pagination token returned for you to pass to a subsequent request. Fleet Advisor returns this token when the number of records in the response is greater than the MaxRecords value. To retrieve the next page, make the call again using the returned token and keeping all other arguments unchanged.
1891
+ */
1892
+ NextToken?: String;
1893
+ /**
1894
+ * The list of limitations for recommendations of target Amazon Web Services engines.
1895
+ */
1896
+ Limitations?: LimitationList;
1897
+ }
1898
+ export interface DescribeRecommendationsRequest {
1899
+ /**
1900
+ * Filters applied to the target engine recommendations described in the form of key-value pairs.
1901
+ */
1902
+ Filters?: FilterList;
1903
+ /**
1904
+ * The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, Fleet Advisor includes a pagination token in the response so that you can retrieve the remaining results.
1905
+ */
1906
+ MaxRecords?: IntegerOptional;
1907
+ /**
1908
+ * Specifies the unique pagination token that makes it possible to display the next page of results. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords. If NextToken is returned by a previous response, there are more results available. The value of NextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.
1909
+ */
1910
+ NextToken?: String;
1911
+ }
1912
+ export interface DescribeRecommendationsResponse {
1913
+ /**
1914
+ * The unique pagination token returned for you to pass to a subsequent request. Fleet Advisor returns this token when the number of records in the response is greater than the MaxRecords value. To retrieve the next page, make the call again using the returned token and keeping all other arguments unchanged.
1915
+ */
1916
+ NextToken?: String;
1917
+ /**
1918
+ * The list of recommendations of target engines that Fleet Advisor created for the source database.
1919
+ */
1920
+ Recommendations?: RecommendationList;
1921
+ }
1815
1922
  export interface DescribeRefreshSchemasStatusMessage {
1816
1923
  /**
1817
1924
  * The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
@@ -2457,7 +2564,7 @@ declare namespace DMS {
2457
2564
  */
2458
2565
  AfterConnectScript?: String;
2459
2566
  /**
2460
- * Adjusts the behavior of DMS when migrating from an SQL Server source database that is hosted as part of an Always On availability group cluster. If you need DMS to poll all the nodes in the Always On cluster for transaction backups, set this attribute to false.
2567
+ * Cleans and recreates table metadata information on the replication instance when a mismatch occurs. For example, in a situation where running an alter DDL on the table could result in different information about the table cached in the replication instance.
2461
2568
  */
2462
2569
  CleanSourceMetadataOnMismatch?: BooleanOptional;
2463
2570
  /**
@@ -2485,11 +2592,11 @@ declare namespace DMS {
2485
2592
  */
2486
2593
  Password?: SecretString;
2487
2594
  /**
2488
- *
2595
+ * Endpoint TCP port.
2489
2596
  */
2490
2597
  Port?: IntegerOptional;
2491
2598
  /**
2492
- * Endpoint TCP port.
2599
+ * The MySQL host name.
2493
2600
  */
2494
2601
  ServerName?: String;
2495
2602
  /**
@@ -2708,6 +2815,33 @@ declare namespace DMS {
2708
2815
  */
2709
2816
  NoHexPrefix?: BooleanOptional;
2710
2817
  }
2818
+ export interface Limitation {
2819
+ /**
2820
+ * The identifier of the source database.
2821
+ */
2822
+ DatabaseId?: String;
2823
+ /**
2824
+ * The name of the target engine that Fleet Advisor should use in the target engine recommendation. Valid values include "rds-aurora-mysql", "rds-aurora-postgresql", "rds-mysql", "rds-oracle", "rds-sql-server", and "rds-postgresql".
2825
+ */
2826
+ EngineName?: String;
2827
+ /**
2828
+ * The name of the limitation. Describes unsupported database features, migration action items, and other limitations.
2829
+ */
2830
+ Name?: String;
2831
+ /**
2832
+ * A description of the limitation. Provides additional information about the limitation, and includes recommended actions that you can take to address or avoid this limitation.
2833
+ */
2834
+ Description?: String;
2835
+ /**
2836
+ * The impact of the limitation. You can use this parameter to prioritize limitations that you want to address. Valid values include "Blocker", "High", "Medium", and "Low".
2837
+ */
2838
+ Impact?: String;
2839
+ /**
2840
+ * The type of the limitation, such as action required, upgrade required, and limited feature.
2841
+ */
2842
+ Type?: String;
2843
+ }
2844
+ export type LimitationList = Limitation[];
2711
2845
  export interface ListTagsForResourceMessage {
2712
2846
  /**
2713
2847
  * The Amazon Resource Name (ARN) string that uniquely identifies the DMS resource to list tags for. This returns a list of keys (names of tags) created for the resource and their associated tag values.
@@ -2761,7 +2895,7 @@ declare namespace DMS {
2761
2895
  */
2762
2896
  SafeguardPolicy?: SafeguardPolicy;
2763
2897
  /**
2764
- * Fully qualified domain name of the endpoint.
2898
+ * Fully qualified domain name of the endpoint. For an Amazon RDS SQL Server instance, this is the output of DescribeDBInstances, in the Endpoint.Address field.
2765
2899
  */
2766
2900
  ServerName?: String;
2767
2901
  /**
@@ -2993,7 +3127,7 @@ declare namespace DMS {
2993
3127
  */
2994
3128
  AllowMajorVersionUpgrade?: Boolean;
2995
3129
  /**
2996
- * A value that indicates that minor version upgrades are applied automatically to the replication instance during the maintenance window. Changing this parameter doesn't result in an outage, except in the case described following. The change is asynchronously applied as soon as possible. An outage does result if these factors apply: This parameter is set to true during the maintenance window. A newer minor version is available. DMS has enabled automatic patching for the given engine version.
3130
+ * A value that indicates that minor version upgrades are applied automatically to the replication instance during the maintenance window. Changing this parameter doesn't result in an outage, except in the case described following. The change is asynchronously applied as soon as possible. An outage does result if these factors apply: This parameter is set to true during the maintenance window. A newer minor version is available. DMS has enabled automatic patching for the given engine version. When AutoMinorVersionUpgrade is enabled, DMS uses the current default engine version when you modify a replication instance. For example, if you set EngineVersion to a lower version number than the current default version, DMS uses the default version. If AutoMinorVersionUpgrade isn’t enabled when you modify a replication instance, DMS uses the engine version specified by the EngineVersion parameter.
2997
3131
  */
2998
3132
  AutoMinorVersionUpgrade?: BooleanOptional;
2999
3133
  /**
@@ -3061,7 +3195,7 @@ declare namespace DMS {
3061
3195
  */
3062
3196
  CdcStartPosition?: String;
3063
3197
  /**
3064
- * Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time. Server time example: --cdc-stop-position “server_time:2018-02-09T12:12:12” Commit time example: --cdc-stop-position “commit_time: 2018-02-09T12:12:12
3198
+ * Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time. Server time example: --cdc-stop-position “server_time:2018-02-09T12:12:12” Commit time example: --cdc-stop-position “commit_time: 2018-02-09T12:12:12“
3065
3199
  */
3066
3200
  CdcStopPosition?: String;
3067
3201
  /**
@@ -3155,7 +3289,7 @@ declare namespace DMS {
3155
3289
  */
3156
3290
  AfterConnectScript?: String;
3157
3291
  /**
3158
- * Adjusts the behavior of DMS when migrating from an SQL Server source database that is hosted as part of an Always On availability group cluster. If you need DMS to poll all the nodes in the Always On cluster for transaction backups, set this attribute to false.
3292
+ * Cleans and recreates table metadata information on the replication instance when a mismatch occurs. For example, in a situation where running an alter DDL on the table could result in different information about the table cached in the replication instance.
3159
3293
  */
3160
3294
  CleanSourceMetadataOnMismatch?: BooleanOptional;
3161
3295
  /**
@@ -3187,7 +3321,7 @@ declare namespace DMS {
3187
3321
  */
3188
3322
  Port?: IntegerOptional;
3189
3323
  /**
3190
- * Fully qualified domain name of the endpoint.
3324
+ * The host name of the endpoint database. For an Amazon RDS MySQL instance, this is the output of DescribeDBInstances, in the Endpoint.Address field. For an Aurora MySQL instance, this is the output of DescribeDBClusters, in the Endpoint field.
3191
3325
  */
3192
3326
  ServerName?: String;
3193
3327
  /**
@@ -3356,7 +3490,7 @@ declare namespace DMS {
3356
3490
  */
3357
3491
  SecurityDbEncryptionName?: String;
3358
3492
  /**
3359
- * Fully qualified domain name of the endpoint.
3493
+ * Fully qualified domain name of the endpoint. For an Amazon RDS Oracle instance, this is the output of DescribeDBInstances, in the Endpoint.Address field.
3360
3494
  */
3361
3495
  ServerName?: String;
3362
3496
  /**
@@ -3523,7 +3657,7 @@ declare namespace DMS {
3523
3657
  */
3524
3658
  Port?: IntegerOptional;
3525
3659
  /**
3526
- * Fully qualified domain name of the endpoint.
3660
+ * The host name of the endpoint database. For an Amazon RDS PostgreSQL instance, this is the output of DescribeDBInstances, in the Endpoint.Address field. For an Aurora PostgreSQL instance, this is the output of DescribeDBClusters, in the Endpoint field.
3527
3661
  */
3528
3662
  ServerName?: String;
3529
3663
  /**
@@ -3551,6 +3685,76 @@ declare namespace DMS {
3551
3685
  */
3552
3686
  TrimSpaceInChar?: BooleanOptional;
3553
3687
  }
3688
+ export interface RdsConfiguration {
3689
+ /**
3690
+ * Describes the recommended target Amazon RDS engine edition.
3691
+ */
3692
+ EngineEdition?: String;
3693
+ /**
3694
+ * Describes the recommended target Amazon RDS instance type.
3695
+ */
3696
+ InstanceType?: String;
3697
+ /**
3698
+ * Describes the number of virtual CPUs (vCPU) on the recommended Amazon RDS DB instance that meets your requirements.
3699
+ */
3700
+ InstanceVcpu?: DoubleOptional;
3701
+ /**
3702
+ * Describes the memory on the recommended Amazon RDS DB instance that meets your requirements.
3703
+ */
3704
+ InstanceMemory?: DoubleOptional;
3705
+ /**
3706
+ * Describes the storage type of the recommended Amazon RDS DB instance that meets your requirements. Amazon RDS provides three storage types: General Purpose SSD (also known as gp2 and gp3), Provisioned IOPS SSD (also known as io1), and magnetic (also known as standard).
3707
+ */
3708
+ StorageType?: String;
3709
+ /**
3710
+ * Describes the storage size of the recommended Amazon RDS DB instance that meets your requirements.
3711
+ */
3712
+ StorageSize?: IntegerOptional;
3713
+ /**
3714
+ * Describes the number of I/O operations completed each second (IOPS) on the recommended Amazon RDS DB instance that meets your requirements.
3715
+ */
3716
+ StorageIops?: IntegerOptional;
3717
+ /**
3718
+ * Describes the deployment option for the recommended Amazon RDS DB instance. The deployment options include Multi-AZ and Single-AZ deployments. Valid values include "MULTI_AZ" and "SINGLE_AZ".
3719
+ */
3720
+ DeploymentOption?: String;
3721
+ }
3722
+ export interface RdsRecommendation {
3723
+ /**
3724
+ * Supplemental information about the requirements to the recommended target database on Amazon RDS.
3725
+ */
3726
+ RequirementsToTarget?: RdsRequirements;
3727
+ /**
3728
+ * Supplemental information about the configuration of the recommended target database on Amazon RDS.
3729
+ */
3730
+ TargetConfiguration?: RdsConfiguration;
3731
+ }
3732
+ export interface RdsRequirements {
3733
+ /**
3734
+ * The required target Amazon RDS engine edition.
3735
+ */
3736
+ EngineEdition?: String;
3737
+ /**
3738
+ * The required number of virtual CPUs (vCPU) on the Amazon RDS DB instance.
3739
+ */
3740
+ InstanceVcpu?: DoubleOptional;
3741
+ /**
3742
+ * The required memory on the Amazon RDS DB instance.
3743
+ */
3744
+ InstanceMemory?: DoubleOptional;
3745
+ /**
3746
+ * The required Amazon RDS DB instance storage size.
3747
+ */
3748
+ StorageSize?: IntegerOptional;
3749
+ /**
3750
+ * The required number of I/O operations completed each second (IOPS) on your Amazon RDS DB instance.
3751
+ */
3752
+ StorageIops?: IntegerOptional;
3753
+ /**
3754
+ * The required deployment option for the Amazon RDS DB instance. Valid values include "MULTI_AZ" for Multi-AZ deployments and "SINGLE_AZ" for Single-AZ deployments.
3755
+ */
3756
+ DeploymentOption?: String;
3757
+ }
3554
3758
  export interface RebootReplicationInstanceMessage {
3555
3759
  /**
3556
3760
  * The Amazon Resource Name (ARN) of the replication instance.
@@ -3571,6 +3775,53 @@ declare namespace DMS {
3571
3775
  */
3572
3776
  ReplicationInstance?: ReplicationInstance;
3573
3777
  }
3778
+ export interface Recommendation {
3779
+ /**
3780
+ * The identifier of the source database for which Fleet Advisor provided this recommendation.
3781
+ */
3782
+ DatabaseId?: String;
3783
+ /**
3784
+ * The name of the target engine. Valid values include "rds-aurora-mysql", "rds-aurora-postgresql", "rds-mysql", "rds-oracle", "rds-sql-server", and "rds-postgresql".
3785
+ */
3786
+ EngineName?: String;
3787
+ /**
3788
+ * The date when Fleet Advisor created the target engine recommendation.
3789
+ */
3790
+ CreatedDate?: String;
3791
+ /**
3792
+ * The status of the target engine recommendation. Valid values include "alternate", "in-progress", "not-viable", and "recommended".
3793
+ */
3794
+ Status?: String;
3795
+ /**
3796
+ * Indicates that this target is the rightsized migration destination.
3797
+ */
3798
+ Preferred?: BooleanOptional;
3799
+ /**
3800
+ * The settings in JSON format for the preferred target engine parameters. These parameters include capacity, resource utilization, and the usage type (production, development, or testing).
3801
+ */
3802
+ Settings?: RecommendationSettings;
3803
+ /**
3804
+ * The recommendation of a target engine for the specified source database.
3805
+ */
3806
+ Data?: RecommendationData;
3807
+ }
3808
+ export interface RecommendationData {
3809
+ /**
3810
+ * The recommendation of a target Amazon RDS database engine.
3811
+ */
3812
+ RdsEngine?: RdsRecommendation;
3813
+ }
3814
+ export type RecommendationList = Recommendation[];
3815
+ export interface RecommendationSettings {
3816
+ /**
3817
+ * The size of your target instance. Fleet Advisor calculates this value based on your data collection type, such as total capacity and resource utilization. Valid values include "total-capacity" and "utilization".
3818
+ */
3819
+ InstanceSizingType: String;
3820
+ /**
3821
+ * The deployment option for your target engine. For production databases, Fleet Advisor chooses Multi-AZ deployment. For development or test databases, Fleet Advisor chooses Single-AZ deployment. Valid values include "development" and "production".
3822
+ */
3823
+ WorkloadType: String;
3824
+ }
3574
3825
  export type RedisAuthTypeValue = "none"|"auth-role"|"auth-token"|string;
3575
3826
  export interface RedisSettings {
3576
3827
  /**
@@ -3763,7 +4014,7 @@ declare namespace DMS {
3763
4014
  LastFailureMessage?: String;
3764
4015
  }
3765
4016
  export type RefreshSchemasStatusTypeValue = "successful"|"failed"|"refreshing"|string;
3766
- export type ReleaseStatusValues = "beta"|string;
4017
+ export type ReleaseStatusValues = "beta"|"prod"|string;
3767
4018
  export type ReloadOptionValue = "data-reload"|"validate-only"|string;
3768
4019
  export interface ReloadTablesMessage {
3769
4020
  /**
@@ -4022,7 +4273,7 @@ declare namespace DMS {
4022
4273
  */
4023
4274
  CdcStartPosition?: String;
4024
4275
  /**
4025
- * Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time. Server time example: --cdc-stop-position “server_time:2018-02-09T12:12:12” Commit time example: --cdc-stop-position “commit_time: 2018-02-09T12:12:12
4276
+ * Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time. Server time example: --cdc-stop-position “server_time:2018-02-09T12:12:12” Commit time example: --cdc-stop-position “commit_time: 2018-02-09T12:12:12“
4026
4277
  */
4027
4278
  CdcStopPosition?: String;
4028
4279
  /**
@@ -4467,6 +4718,27 @@ declare namespace DMS {
4467
4718
  export type SourceIdsList = String[];
4468
4719
  export type SourceType = "replication-instance"|string;
4469
4720
  export type SslSecurityProtocolValue = "plaintext"|"ssl-encryption"|string;
4721
+ export interface StartRecommendationsRequest {
4722
+ /**
4723
+ * The identifier of the source database to analyze and provide recommendations for.
4724
+ */
4725
+ DatabaseId: String;
4726
+ /**
4727
+ * The settings in JSON format that Fleet Advisor uses to determine target engine recommendations. These parameters include target instance sizing and availability and durability settings. For target instance sizing, Fleet Advisor supports the following two options: total capacity and resource utilization. For availability and durability, Fleet Advisor supports the following two options: production (Multi-AZ deployments) and Dev/Test (Single-AZ deployments).
4728
+ */
4729
+ Settings: RecommendationSettings;
4730
+ }
4731
+ export interface StartRecommendationsRequestEntry {
4732
+ /**
4733
+ * The identifier of the source database.
4734
+ */
4735
+ DatabaseId: String;
4736
+ /**
4737
+ * The required target engine settings.
4738
+ */
4739
+ Settings: RecommendationSettings;
4740
+ }
4741
+ export type StartRecommendationsRequestEntryList = StartRecommendationsRequestEntry[];
4470
4742
  export interface StartReplicationTaskAssessmentMessage {
4471
4743
  /**
4472
4744
  * The Amazon Resource Name (ARN) of the replication task.
@@ -4529,7 +4801,7 @@ declare namespace DMS {
4529
4801
  */
4530
4802
  ReplicationTaskArn: String;
4531
4803
  /**
4532
- * The type of replication task to start. When the migration type is full-load or full-load-and-cdc, the only valid value for the first run of the task is start-replication. You use reload-target to restart the task and resume-processing to resume the task. When the migration type is cdc, you use start-replication to start or restart the task, and resume-processing to resume the task. reload-target is not a valid value for a task with migration type of cdc.
4804
+ * The type of replication task to start. When the migration type is full-load or full-load-and-cdc, the only valid value for the first run of the task is start-replication. This option will start the migration. You can also use ReloadTables to reload specific tables that failed during migration instead of restarting the task. The resume-processing option isn't applicable for a full-load task, because you can't resume partially loaded tables during the full load phase. For a full-load-and-cdc task, DMS migrates table data, and then applies data changes that occur on the source. To load all the tables again, and start capturing source changes, use reload-target. Otherwise use resume-processing, to replicate the changes from the last stop position.
4533
4805
  */
4534
4806
  StartReplicationTaskType: StartReplicationTaskTypeValue;
4535
4807
  /**
@@ -4541,7 +4813,7 @@ declare namespace DMS {
4541
4813
  */
4542
4814
  CdcStartPosition?: String;
4543
4815
  /**
4544
- * Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time. Server time example: --cdc-stop-position “server_time:2018-02-09T12:12:12” Commit time example: --cdc-stop-position “commit_time: 2018-02-09T12:12:12
4816
+ * Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time. Server time example: --cdc-stop-position “server_time:2018-02-09T12:12:12” Commit time example: --cdc-stop-position “commit_time: 2018-02-09T12:12:12“
4545
4817
  */
4546
4818
  CdcStopPosition?: String;
4547
4819
  }
@@ -52,11 +52,11 @@ declare class IVS extends Service {
52
52
  */
53
53
  createStreamKey(callback?: (err: AWSError, data: IVS.Types.CreateStreamKeyResponse) => void): Request<IVS.Types.CreateStreamKeyResponse, AWSError>;
54
54
  /**
55
- * Deletes the specified channel and its associated stream keys. If you try to delete a live channel, you will get an error (409 ConflictException). To delete a channel that is live, call StopStream, wait for the Amazon EventBridge "Stream End" event (to verify that the stream's state was changed from Live to Offline), then call DeleteChannel. (See Using EventBridge with Amazon IVS.)
55
+ * Deletes the specified channel and its associated stream keys. If you try to delete a live channel, you will get an error (409 ConflictException). To delete a channel that is live, call StopStream, wait for the Amazon EventBridge "Stream End" event (to verify that the stream's state is no longer Live), then call DeleteChannel. (See Using EventBridge with Amazon IVS.)
56
56
  */
57
57
  deleteChannel(params: IVS.Types.DeleteChannelRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
58
58
  /**
59
- * Deletes the specified channel and its associated stream keys. If you try to delete a live channel, you will get an error (409 ConflictException). To delete a channel that is live, call StopStream, wait for the Amazon EventBridge "Stream End" event (to verify that the stream's state was changed from Live to Offline), then call DeleteChannel. (See Using EventBridge with Amazon IVS.)
59
+ * Deletes the specified channel and its associated stream keys. If you try to delete a live channel, you will get an error (409 ConflictException). To delete a channel that is live, call StopStream, wait for the Amazon EventBridge "Stream End" event (to verify that the stream's state is no longer Live), then call DeleteChannel. (See Using EventBridge with Amazon IVS.)
60
60
  */
61
61
  deleteChannel(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
62
62
  /**
@@ -894,7 +894,7 @@ declare namespace IVS {
894
894
  */
895
895
  startTime?: StreamStartTime;
896
896
  /**
897
- * The stream’s state.
897
+ * The stream’s state. Do not rely on the OFFLINE state, as the API may not return it; instead, a "NotBroadcasting" error will indicate that the stream is not live.
898
898
  */
899
899
  state?: StreamState;
900
900
  /**
@@ -1033,7 +1033,7 @@ declare namespace IVS {
1033
1033
  */
1034
1034
  startTime?: StreamStartTime;
1035
1035
  /**
1036
- * The stream’s state.
1036
+ * The stream’s state. Do not rely on the OFFLINE state, as the API may not return it; instead, a "NotBroadcasting" error will indicate that the stream is not live.
1037
1037
  */
1038
1038
  state?: StreamState;
1039
1039
  /**
@@ -1675,7 +1675,7 @@ declare namespace Location {
1675
1675
  }
1676
1676
  export interface GetMapGlyphsRequest {
1677
1677
  /**
1678
- * 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 Valid font stacks for GrabMaps styles: VectorGrabStandardLight, VectorGrabStandardDark – Noto Sans Regular | Noto Sans Medium | Noto Sans Bold Valid font stacks for Open Data (Preview) styles: VectorOpenDataStandardLight – Amazon Ember Regular,Noto Sans Regular | Amazon Ember Bold,Noto Sans Bold | Amazon Ember Medium,Noto Sans Medium | Amazon Ember Regular Italic,Noto Sans Italic | Amazon Ember Condensed RC Regular,Noto Sans Regular | Amazon Ember Condensed RC Bold,Noto Sans Bold The fonts used by VectorOpenDataStandardLight are combined fonts that use Amazon Ember for most glyphs but Noto Sans for glyphs unsupported by Amazon Ember.
1678
+ * 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 Valid font stacks for GrabMaps styles: VectorGrabStandardLight, VectorGrabStandardDark – Noto Sans Regular | Noto Sans Medium | Noto Sans Bold Valid font stacks for Open Data styles: VectorOpenDataStandardLight, VectorOpenDataStandardDark, VectorOpenDataVisualizationLight, VectorOpenDataVisualizationDark – Amazon Ember Regular,Noto Sans Regular | Amazon Ember Bold,Noto Sans Bold | Amazon Ember Medium,Noto Sans Medium | Amazon Ember Regular Italic,Noto Sans Italic | Amazon Ember Condensed RC Regular,Noto Sans Regular | Amazon Ember Condensed RC Bold,Noto Sans Bold The fonts used by the Open Data map styles are combined fonts that use Amazon Ember for most glyphs but Noto Sans for glyphs unsupported by Amazon Ember.
1679
1679
  */
1680
1680
  FontStack: String;
1681
1681
  /**
@@ -2285,7 +2285,7 @@ declare namespace Location {
2285
2285
  export type ListTrackersResponseEntryList = ListTrackersResponseEntry[];
2286
2286
  export interface MapConfiguration {
2287
2287
  /**
2288
- * 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. Valid GrabMaps map styles: VectorGrabStandardLight – The Grab Standard Light map style provides a basemap with detailed land use coloring, area names, roads, landmarks, and points of interest covering Southeast Asia. VectorGrabStandardDark – The Grab Standard Dark map style provides a dark variation of the standard basemap covering Southeast Asia. Grab provides maps only for countries in Southeast Asia, and is only available in the Asia Pacific (Singapore) Region (ap-southeast-1). For more information, see GrabMaps countries and area covered. Valid Open Data (Preview) map styles: VectorOpenDataStandardLight – The Open Data Standard Light (preview) map style provides a detailed basemap for the world suitable for website and mobile application use. The map includes highways major roads, minor roads, railways, water features, cities, parks, landmarks, building footprints, and administrative boundaries. Open Data maps is in preview. We may add, change, or remove features before announcing general availability. For more information, see Open Data is in preview release.
2288
+ * 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. Valid GrabMaps map styles: VectorGrabStandardLight – The Grab Standard Light map style provides a basemap with detailed land use coloring, area names, roads, landmarks, and points of interest covering Southeast Asia. VectorGrabStandardDark – The Grab Standard Dark map style provides a dark variation of the standard basemap covering Southeast Asia. Grab provides maps only for countries in Southeast Asia, and is only available in the Asia Pacific (Singapore) Region (ap-southeast-1). For more information, see GrabMaps countries and area covered. Valid Open Data map styles: VectorOpenDataStandardLight – The Open Data Standard Light map style provides a detailed basemap for the world suitable for website and mobile application use. The map includes highways major roads, minor roads, railways, water features, cities, parks, landmarks, building footprints, and administrative boundaries. VectorOpenDataStandardDark – Open Data Standard Dark is a dark-themed map style that provides a detailed basemap for the world suitable for website and mobile application use. The map includes highways major roads, minor roads, railways, water features, cities, parks, landmarks, building footprints, and administrative boundaries. VectorOpenDataVisualizationLight The Open Data Visualization Light map style is a light-themed style with muted colors and fewer features that aids in understanding overlaid data. VectorOpenDataVisualizationDark – The Open Data Visualization Dark map style is a dark-themed style with muted colors and fewer features that aids in understanding overlaid data.
2289
2289
  */
2290
2290
  Style: MapStyle;
2291
2291
  }
@@ -83,7 +83,7 @@ return /******/ (function(modules) { // webpackBootstrap
83
83
  /**
84
84
  * @constant
85
85
  */
86
- VERSION: '2.1328.0',
86
+ VERSION: '2.1330.0',
87
87
 
88
88
  /**
89
89
  * @api private