@aws-sdk/client-database-migration-service 3.42.0 → 3.47.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +50 -0
- package/dist-cjs/endpoints.js +1 -32
- package/dist-cjs/models/models_0.js +4 -143
- package/dist-cjs/protocols/Aws_json1_1.js +3 -0
- package/dist-cjs/runtimeConfig.browser.js +7 -2
- package/dist-cjs/runtimeConfig.js +9 -3
- package/dist-es/endpoints.js +1 -32
- package/dist-es/models/models_0.js +0 -92
- package/dist-es/protocols/Aws_json1_1.js +4 -2
- package/dist-es/runtimeConfig.browser.js +12 -3
- package/dist-es/runtimeConfig.js +13 -6
- package/dist-types/DatabaseMigrationService.d.ts +18 -3
- package/dist-types/DatabaseMigrationServiceClient.d.ts +5 -1
- package/dist-types/commands/DescribeReplicationTaskAssessmentResultsCommand.d.ts +5 -3
- package/dist-types/commands/StartReplicationTaskAssessmentCommand.d.ts +13 -0
- package/dist-types/models/models_0.d.ts +14 -138
- package/dist-types/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/runtimeConfig.d.ts +4 -3
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/ts3.4/DatabaseMigrationServiceClient.d.ts +3 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2 -92
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/package.json +39 -46
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,56 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.47.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.46.0...v3.47.0) (2022-01-15)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **clients:** update clients to use default values inferred from defaults mode ([#3192](https://github.com/aws/aws-sdk-js-v3/issues/3192)) ([9152e21](https://github.com/aws/aws-sdk-js-v3/commit/9152e210c6ec29f34bb070eaf2874039022e6ab7))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# [3.46.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.45.0...v3.46.0) (2022-01-07)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Bug Fixes
|
|
21
|
+
|
|
22
|
+
* **clients:** update clean:dist script to delete dist-* folder ([#3155](https://github.com/aws/aws-sdk-js-v3/issues/3155)) ([cdb1709](https://github.com/aws/aws-sdk-js-v3/commit/cdb17090f82d1fc8755811c82cbed5976ec7e60b))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Features
|
|
26
|
+
|
|
27
|
+
* **clients:** extend typedoc.json from root ([#3136](https://github.com/aws/aws-sdk-js-v3/issues/3136)) ([f6a3ef5](https://github.com/aws/aws-sdk-js-v3/commit/f6a3ef541ae2d92872d09d8cab6727911287ebb2))
|
|
28
|
+
* end support for Node.js 10.x ([#3122](https://github.com/aws/aws-sdk-js-v3/issues/3122)) ([7acf18a](https://github.com/aws/aws-sdk-js-v3/commit/7acf18abd3fb1cc461f809110cdb0d7968c2070e))
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
# [3.45.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.44.0...v3.45.0) (2021-12-23)
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
### Features
|
|
38
|
+
|
|
39
|
+
* **clients:** update clients as of 2021/12/23 ([#3110](https://github.com/aws/aws-sdk-js-v3/issues/3110)) ([5d638e1](https://github.com/aws/aws-sdk-js-v3/commit/5d638e188ce64fa80fe36b8cba79ba63b80b50b7))
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
# [3.43.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.42.0...v3.43.0) (2021-11-29)
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
### Features
|
|
49
|
+
|
|
50
|
+
* **clients:** update clients as of 11/28/2021 ([#3072](https://github.com/aws/aws-sdk-js-v3/issues/3072)) ([2ad1622](https://github.com/aws/aws-sdk-js-v3/commit/2ad1622ba8586b926fe508055211803bb29e3976))
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
|
|
6
56
|
# [3.42.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.41.0...v3.42.0) (2021-11-19)
|
|
7
57
|
|
|
8
58
|
|
package/dist-cjs/endpoints.js
CHANGED
|
@@ -5,10 +5,6 @@ const config_resolver_1 = require("@aws-sdk/config-resolver");
|
|
|
5
5
|
const regionHash = {
|
|
6
6
|
"us-east-1": {
|
|
7
7
|
variants: [
|
|
8
|
-
{
|
|
9
|
-
hostname: "dms.us-east-1.amazonaws.com",
|
|
10
|
-
tags: [],
|
|
11
|
-
},
|
|
12
8
|
{
|
|
13
9
|
hostname: "dms-fips.us-east-1.amazonaws.com",
|
|
14
10
|
tags: ["fips"],
|
|
@@ -17,10 +13,6 @@ const regionHash = {
|
|
|
17
13
|
},
|
|
18
14
|
"us-east-2": {
|
|
19
15
|
variants: [
|
|
20
|
-
{
|
|
21
|
-
hostname: "dms.us-east-2.amazonaws.com",
|
|
22
|
-
tags: [],
|
|
23
|
-
},
|
|
24
16
|
{
|
|
25
17
|
hostname: "dms-fips.us-east-2.amazonaws.com",
|
|
26
18
|
tags: ["fips"],
|
|
@@ -29,10 +21,6 @@ const regionHash = {
|
|
|
29
21
|
},
|
|
30
22
|
"us-gov-east-1": {
|
|
31
23
|
variants: [
|
|
32
|
-
{
|
|
33
|
-
hostname: "dms.us-gov-east-1.amazonaws.com",
|
|
34
|
-
tags: [],
|
|
35
|
-
},
|
|
36
24
|
{
|
|
37
25
|
hostname: "dms.us-gov-east-1.amazonaws.com",
|
|
38
26
|
tags: ["fips"],
|
|
@@ -41,10 +29,6 @@ const regionHash = {
|
|
|
41
29
|
},
|
|
42
30
|
"us-gov-west-1": {
|
|
43
31
|
variants: [
|
|
44
|
-
{
|
|
45
|
-
hostname: "dms.us-gov-west-1.amazonaws.com",
|
|
46
|
-
tags: [],
|
|
47
|
-
},
|
|
48
32
|
{
|
|
49
33
|
hostname: "dms.us-gov-west-1.amazonaws.com",
|
|
50
34
|
tags: ["fips"],
|
|
@@ -53,10 +37,6 @@ const regionHash = {
|
|
|
53
37
|
},
|
|
54
38
|
"us-iso-east-1": {
|
|
55
39
|
variants: [
|
|
56
|
-
{
|
|
57
|
-
hostname: "dms.us-iso-east-1.c2s.ic.gov",
|
|
58
|
-
tags: [],
|
|
59
|
-
},
|
|
60
40
|
{
|
|
61
41
|
hostname: "dms.us-iso-east-1.c2s.ic.gov",
|
|
62
42
|
tags: ["fips"],
|
|
@@ -65,10 +45,6 @@ const regionHash = {
|
|
|
65
45
|
},
|
|
66
46
|
"us-isob-east-1": {
|
|
67
47
|
variants: [
|
|
68
|
-
{
|
|
69
|
-
hostname: "dms.us-isob-east-1.sc2s.sgov.gov",
|
|
70
|
-
tags: [],
|
|
71
|
-
},
|
|
72
48
|
{
|
|
73
49
|
hostname: "dms.us-isob-east-1.sc2s.sgov.gov",
|
|
74
50
|
tags: ["fips"],
|
|
@@ -77,10 +53,6 @@ const regionHash = {
|
|
|
77
53
|
},
|
|
78
54
|
"us-west-1": {
|
|
79
55
|
variants: [
|
|
80
|
-
{
|
|
81
|
-
hostname: "dms.us-west-1.amazonaws.com",
|
|
82
|
-
tags: [],
|
|
83
|
-
},
|
|
84
56
|
{
|
|
85
57
|
hostname: "dms-fips.us-west-1.amazonaws.com",
|
|
86
58
|
tags: ["fips"],
|
|
@@ -89,10 +61,6 @@ const regionHash = {
|
|
|
89
61
|
},
|
|
90
62
|
"us-west-2": {
|
|
91
63
|
variants: [
|
|
92
|
-
{
|
|
93
|
-
hostname: "dms.us-west-2.amazonaws.com",
|
|
94
|
-
tags: [],
|
|
95
|
-
},
|
|
96
64
|
{
|
|
97
65
|
hostname: "dms-fips.us-west-2.amazonaws.com",
|
|
98
66
|
tags: ["fips"],
|
|
@@ -111,6 +79,7 @@ const partitionHash = {
|
|
|
111
79
|
"ap-south-1",
|
|
112
80
|
"ap-southeast-1",
|
|
113
81
|
"ap-southeast-2",
|
|
82
|
+
"ap-southeast-3",
|
|
114
83
|
"ca-central-1",
|
|
115
84
|
"dms",
|
|
116
85
|
"dms-fips",
|
|
@@ -1,17 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.EncodingTypeValue = exports.DatePartitionSequenceValue = exports.DatePartitionDelimiterValue = exports.DataFormatValue = exports.CompressionTypeValue = exports.CannedAclForObjectsValue = exports.RedshiftSettings = exports.EncryptionModeValue = exports.RedisSettings = exports.SslSecurityProtocolValue = exports.RedisAuthTypeValue = exports.PostgreSQLSettings = exports.PluginNameValue = exports.OracleSettings = exports.CharLengthSemantics = exports.NeptuneSettings = exports.MySQLSettings = exports.MongoDbSettings = exports.AuthTypeValue = exports.AuthMechanismValue = exports.MicrosoftSQLServerSettings = exports.SafeguardPolicy = exports.KinesisSettings = exports.KafkaSettings = exports.KafkaSecurityProtocol = exports.MessageFormatValue = exports.IBMDb2Settings = exports.GcpMySQLSettings = exports.TargetDbType = exports.ReplicationEndpointTypeValue = exports.ElasticsearchSettings = exports.DynamoDbSettings = exports.DocDbSettings = exports.NestingLevelValue = exports.DmsTransferSettings = exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.
|
|
7
|
-
exports.TestConnectionResponse = exports.TestConnectionMessage = exports.StopReplicationTaskResponse = exports.StopReplicationTaskMessage = exports.StartReplicationTaskAssessmentRunResponse = exports.StartReplicationTaskAssessmentRunMessage = exports.S3ResourceNotFoundFault = exports.KMSFault = void 0;
|
|
3
|
+
exports.DmsSslModeValue = exports.S3Settings = exports.ParquetVersionValue = exports.EncodingTypeValue = exports.DatePartitionSequenceValue = exports.DatePartitionDelimiterValue = exports.DataFormatValue = exports.CompressionTypeValue = exports.CannedAclForObjectsValue = exports.RedshiftSettings = exports.EncryptionModeValue = exports.RedisSettings = exports.SslSecurityProtocolValue = exports.RedisAuthTypeValue = exports.PostgreSQLSettings = exports.PluginNameValue = exports.OracleSettings = exports.CharLengthSemantics = exports.NeptuneSettings = exports.MySQLSettings = exports.MongoDbSettings = exports.AuthTypeValue = exports.AuthMechanismValue = exports.MicrosoftSQLServerSettings = exports.SafeguardPolicy = exports.KinesisSettings = exports.KafkaSettings = exports.KafkaSecurityProtocol = exports.MessageFormatValue = exports.IBMDb2Settings = exports.GcpMySQLSettings = exports.TargetDbType = exports.ReplicationEndpointTypeValue = exports.ElasticsearchSettings = exports.DynamoDbSettings = exports.DocDbSettings = exports.NestingLevelValue = exports.DmsTransferSettings = exports.CancelReplicationTaskAssessmentRunResponse = exports.ReplicationTaskAssessmentRun = exports.ReplicationTaskAssessmentRunProgress = exports.CancelReplicationTaskAssessmentRunMessage = exports.ApplyPendingMaintenanceActionResponse = exports.ResourcePendingMaintenanceActions = exports.PendingMaintenanceAction = exports.ApplyPendingMaintenanceActionMessage = exports.AddTagsToResourceResponse = exports.AddTagsToResourceMessage = exports.Tag = exports.AccountQuota = void 0;
|
|
4
|
+
exports.DescribeEndpointsMessage = exports.DescribeConnectionsResponse = exports.DescribeConnectionsMessage = exports.DescribeCertificatesResponse = exports.DescribeCertificatesMessage = exports.Filter = exports.DescribeApplicableIndividualAssessmentsResponse = exports.DescribeApplicableIndividualAssessmentsMessage = exports.DescribeAccountAttributesResponse = exports.DescribeAccountAttributesMessage = exports.DeleteReplicationTaskAssessmentRunResponse = exports.DeleteReplicationTaskAssessmentRunMessage = exports.DeleteReplicationTaskResponse = exports.DeleteReplicationTaskMessage = exports.DeleteReplicationSubnetGroupResponse = exports.DeleteReplicationSubnetGroupMessage = exports.DeleteReplicationInstanceResponse = exports.DeleteReplicationInstanceMessage = exports.DeleteEventSubscriptionResponse = exports.DeleteEventSubscriptionMessage = exports.DeleteEndpointResponse = exports.DeleteEndpointMessage = exports.DeleteConnectionResponse = exports.Connection = exports.DeleteConnectionMessage = exports.DeleteCertificateResponse = exports.Certificate = exports.DeleteCertificateMessage = exports.CreateReplicationTaskResponse = exports.ReplicationTask = exports.ReplicationTaskStats = exports.CreateReplicationTaskMessage = exports.MigrationTypeValue = exports.CreateReplicationSubnetGroupResponse = exports.CreateReplicationSubnetGroupMessage = exports.CreateReplicationInstanceResponse = exports.ReplicationInstance = exports.VpcSecurityGroupMembership = exports.ReplicationSubnetGroup = exports.Subnet = exports.AvailabilityZone = exports.ReplicationPendingModifiedValues = exports.CreateReplicationInstanceMessage = exports.CreateEventSubscriptionResponse = exports.EventSubscription = exports.CreateEventSubscriptionMessage = exports.CreateEndpointResponse = exports.Endpoint = exports.CreateEndpointMessage = exports.SybaseSettings = void 0;
|
|
5
|
+
exports.ImportCertificateResponse = exports.ImportCertificateMessage = exports.DescribeTableStatisticsResponse = exports.TableStatistics = exports.DescribeTableStatisticsMessage = exports.DescribeSchemasResponse = exports.DescribeSchemasMessage = exports.DescribeReplicationTasksResponse = exports.DescribeReplicationTasksMessage = exports.DescribeReplicationTaskIndividualAssessmentsResponse = exports.ReplicationTaskIndividualAssessment = exports.DescribeReplicationTaskIndividualAssessmentsMessage = exports.DescribeReplicationTaskAssessmentRunsResponse = exports.DescribeReplicationTaskAssessmentRunsMessage = exports.DescribeReplicationTaskAssessmentResultsResponse = exports.ReplicationTaskAssessmentResult = exports.DescribeReplicationTaskAssessmentResultsMessage = exports.DescribeReplicationSubnetGroupsResponse = exports.DescribeReplicationSubnetGroupsMessage = exports.DescribeReplicationInstanceTaskLogsResponse = exports.ReplicationInstanceTaskLog = exports.DescribeReplicationInstanceTaskLogsMessage = exports.DescribeReplicationInstancesResponse = exports.DescribeReplicationInstancesMessage = exports.DescribeRefreshSchemasStatusResponse = exports.RefreshSchemasStatus = exports.RefreshSchemasStatusTypeValue = exports.DescribeRefreshSchemasStatusMessage = exports.DescribePendingMaintenanceActionsResponse = exports.DescribePendingMaintenanceActionsMessage = exports.DescribeOrderableReplicationInstancesResponse = exports.OrderableReplicationInstance = exports.ReleaseStatusValues = exports.DescribeOrderableReplicationInstancesMessage = exports.DescribeEventSubscriptionsResponse = exports.DescribeEventSubscriptionsMessage = exports.DescribeEventsResponse = exports.Event = exports.DescribeEventsMessage = exports.DescribeEventCategoriesResponse = exports.EventCategoryGroup = exports.DescribeEventCategoriesMessage = exports.DescribeEndpointTypesResponse = exports.SupportedEndpointType = exports.DescribeEndpointTypesMessage = exports.DescribeEndpointSettingsResponse = exports.EndpointSetting = exports.EndpointSettingTypeValue = exports.DescribeEndpointSettingsMessage = exports.DescribeEndpointsResponse = void 0;
|
|
6
|
+
exports.TestConnectionResponse = exports.TestConnectionMessage = exports.StopReplicationTaskResponse = exports.StopReplicationTaskMessage = exports.StartReplicationTaskAssessmentRunResponse = exports.StartReplicationTaskAssessmentRunMessage = exports.StartReplicationTaskAssessmentResponse = exports.StartReplicationTaskAssessmentMessage = exports.StartReplicationTaskResponse = exports.StartReplicationTaskMessage = exports.StartReplicationTaskTypeValue = exports.RemoveTagsFromResourceResponse = exports.RemoveTagsFromResourceMessage = exports.ReloadTablesResponse = exports.ReloadTablesMessage = exports.TableToReload = exports.ReloadOptionValue = exports.RefreshSchemasResponse = exports.RefreshSchemasMessage = exports.RebootReplicationInstanceResponse = exports.RebootReplicationInstanceMessage = exports.MoveReplicationTaskResponse = exports.MoveReplicationTaskMessage = exports.ModifyReplicationTaskResponse = exports.ModifyReplicationTaskMessage = exports.ModifyReplicationSubnetGroupResponse = exports.ModifyReplicationSubnetGroupMessage = exports.ModifyReplicationInstanceResponse = exports.ModifyReplicationInstanceMessage = exports.ModifyEventSubscriptionResponse = exports.ModifyEventSubscriptionMessage = exports.ModifyEndpointResponse = exports.ModifyEndpointMessage = exports.ListTagsForResourceResponse = exports.ListTagsForResourceMessage = void 0;
|
|
8
7
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
9
|
-
var AccessDeniedFault;
|
|
10
|
-
(function (AccessDeniedFault) {
|
|
11
|
-
AccessDeniedFault.filterSensitiveLog = (obj) => ({
|
|
12
|
-
...obj,
|
|
13
|
-
});
|
|
14
|
-
})(AccessDeniedFault = exports.AccessDeniedFault || (exports.AccessDeniedFault = {}));
|
|
15
8
|
var AccountQuota;
|
|
16
9
|
(function (AccountQuota) {
|
|
17
10
|
AccountQuota.filterSensitiveLog = (obj) => ({
|
|
@@ -36,12 +29,6 @@ var AddTagsToResourceResponse;
|
|
|
36
29
|
...obj,
|
|
37
30
|
});
|
|
38
31
|
})(AddTagsToResourceResponse = exports.AddTagsToResourceResponse || (exports.AddTagsToResourceResponse = {}));
|
|
39
|
-
var ResourceNotFoundFault;
|
|
40
|
-
(function (ResourceNotFoundFault) {
|
|
41
|
-
ResourceNotFoundFault.filterSensitiveLog = (obj) => ({
|
|
42
|
-
...obj,
|
|
43
|
-
});
|
|
44
|
-
})(ResourceNotFoundFault = exports.ResourceNotFoundFault || (exports.ResourceNotFoundFault = {}));
|
|
45
32
|
var ApplyPendingMaintenanceActionMessage;
|
|
46
33
|
(function (ApplyPendingMaintenanceActionMessage) {
|
|
47
34
|
ApplyPendingMaintenanceActionMessage.filterSensitiveLog = (obj) => ({
|
|
@@ -90,12 +77,6 @@ var CancelReplicationTaskAssessmentRunResponse;
|
|
|
90
77
|
...obj,
|
|
91
78
|
});
|
|
92
79
|
})(CancelReplicationTaskAssessmentRunResponse = exports.CancelReplicationTaskAssessmentRunResponse || (exports.CancelReplicationTaskAssessmentRunResponse = {}));
|
|
93
|
-
var InvalidResourceStateFault;
|
|
94
|
-
(function (InvalidResourceStateFault) {
|
|
95
|
-
InvalidResourceStateFault.filterSensitiveLog = (obj) => ({
|
|
96
|
-
...obj,
|
|
97
|
-
});
|
|
98
|
-
})(InvalidResourceStateFault = exports.InvalidResourceStateFault || (exports.InvalidResourceStateFault = {}));
|
|
99
80
|
var DmsTransferSettings;
|
|
100
81
|
(function (DmsTransferSettings) {
|
|
101
82
|
DmsTransferSettings.filterSensitiveLog = (obj) => ({
|
|
@@ -397,30 +378,6 @@ var CreateEndpointResponse;
|
|
|
397
378
|
...(obj.Endpoint && { Endpoint: Endpoint.filterSensitiveLog(obj.Endpoint) }),
|
|
398
379
|
});
|
|
399
380
|
})(CreateEndpointResponse = exports.CreateEndpointResponse || (exports.CreateEndpointResponse = {}));
|
|
400
|
-
var KMSKeyNotAccessibleFault;
|
|
401
|
-
(function (KMSKeyNotAccessibleFault) {
|
|
402
|
-
KMSKeyNotAccessibleFault.filterSensitiveLog = (obj) => ({
|
|
403
|
-
...obj,
|
|
404
|
-
});
|
|
405
|
-
})(KMSKeyNotAccessibleFault = exports.KMSKeyNotAccessibleFault || (exports.KMSKeyNotAccessibleFault = {}));
|
|
406
|
-
var ResourceAlreadyExistsFault;
|
|
407
|
-
(function (ResourceAlreadyExistsFault) {
|
|
408
|
-
ResourceAlreadyExistsFault.filterSensitiveLog = (obj) => ({
|
|
409
|
-
...obj,
|
|
410
|
-
});
|
|
411
|
-
})(ResourceAlreadyExistsFault = exports.ResourceAlreadyExistsFault || (exports.ResourceAlreadyExistsFault = {}));
|
|
412
|
-
var ResourceQuotaExceededFault;
|
|
413
|
-
(function (ResourceQuotaExceededFault) {
|
|
414
|
-
ResourceQuotaExceededFault.filterSensitiveLog = (obj) => ({
|
|
415
|
-
...obj,
|
|
416
|
-
});
|
|
417
|
-
})(ResourceQuotaExceededFault = exports.ResourceQuotaExceededFault || (exports.ResourceQuotaExceededFault = {}));
|
|
418
|
-
var S3AccessDeniedFault;
|
|
419
|
-
(function (S3AccessDeniedFault) {
|
|
420
|
-
S3AccessDeniedFault.filterSensitiveLog = (obj) => ({
|
|
421
|
-
...obj,
|
|
422
|
-
});
|
|
423
|
-
})(S3AccessDeniedFault = exports.S3AccessDeniedFault || (exports.S3AccessDeniedFault = {}));
|
|
424
381
|
var CreateEventSubscriptionMessage;
|
|
425
382
|
(function (CreateEventSubscriptionMessage) {
|
|
426
383
|
CreateEventSubscriptionMessage.filterSensitiveLog = (obj) => ({
|
|
@@ -439,48 +396,6 @@ var CreateEventSubscriptionResponse;
|
|
|
439
396
|
...obj,
|
|
440
397
|
});
|
|
441
398
|
})(CreateEventSubscriptionResponse = exports.CreateEventSubscriptionResponse || (exports.CreateEventSubscriptionResponse = {}));
|
|
442
|
-
var KMSAccessDeniedFault;
|
|
443
|
-
(function (KMSAccessDeniedFault) {
|
|
444
|
-
KMSAccessDeniedFault.filterSensitiveLog = (obj) => ({
|
|
445
|
-
...obj,
|
|
446
|
-
});
|
|
447
|
-
})(KMSAccessDeniedFault = exports.KMSAccessDeniedFault || (exports.KMSAccessDeniedFault = {}));
|
|
448
|
-
var KMSDisabledFault;
|
|
449
|
-
(function (KMSDisabledFault) {
|
|
450
|
-
KMSDisabledFault.filterSensitiveLog = (obj) => ({
|
|
451
|
-
...obj,
|
|
452
|
-
});
|
|
453
|
-
})(KMSDisabledFault = exports.KMSDisabledFault || (exports.KMSDisabledFault = {}));
|
|
454
|
-
var KMSInvalidStateFault;
|
|
455
|
-
(function (KMSInvalidStateFault) {
|
|
456
|
-
KMSInvalidStateFault.filterSensitiveLog = (obj) => ({
|
|
457
|
-
...obj,
|
|
458
|
-
});
|
|
459
|
-
})(KMSInvalidStateFault = exports.KMSInvalidStateFault || (exports.KMSInvalidStateFault = {}));
|
|
460
|
-
var KMSNotFoundFault;
|
|
461
|
-
(function (KMSNotFoundFault) {
|
|
462
|
-
KMSNotFoundFault.filterSensitiveLog = (obj) => ({
|
|
463
|
-
...obj,
|
|
464
|
-
});
|
|
465
|
-
})(KMSNotFoundFault = exports.KMSNotFoundFault || (exports.KMSNotFoundFault = {}));
|
|
466
|
-
var KMSThrottlingFault;
|
|
467
|
-
(function (KMSThrottlingFault) {
|
|
468
|
-
KMSThrottlingFault.filterSensitiveLog = (obj) => ({
|
|
469
|
-
...obj,
|
|
470
|
-
});
|
|
471
|
-
})(KMSThrottlingFault = exports.KMSThrottlingFault || (exports.KMSThrottlingFault = {}));
|
|
472
|
-
var SNSInvalidTopicFault;
|
|
473
|
-
(function (SNSInvalidTopicFault) {
|
|
474
|
-
SNSInvalidTopicFault.filterSensitiveLog = (obj) => ({
|
|
475
|
-
...obj,
|
|
476
|
-
});
|
|
477
|
-
})(SNSInvalidTopicFault = exports.SNSInvalidTopicFault || (exports.SNSInvalidTopicFault = {}));
|
|
478
|
-
var SNSNoAuthorizationFault;
|
|
479
|
-
(function (SNSNoAuthorizationFault) {
|
|
480
|
-
SNSNoAuthorizationFault.filterSensitiveLog = (obj) => ({
|
|
481
|
-
...obj,
|
|
482
|
-
});
|
|
483
|
-
})(SNSNoAuthorizationFault = exports.SNSNoAuthorizationFault || (exports.SNSNoAuthorizationFault = {}));
|
|
484
399
|
var CreateReplicationInstanceMessage;
|
|
485
400
|
(function (CreateReplicationInstanceMessage) {
|
|
486
401
|
CreateReplicationInstanceMessage.filterSensitiveLog = (obj) => ({
|
|
@@ -529,30 +444,6 @@ var CreateReplicationInstanceResponse;
|
|
|
529
444
|
...obj,
|
|
530
445
|
});
|
|
531
446
|
})(CreateReplicationInstanceResponse = exports.CreateReplicationInstanceResponse || (exports.CreateReplicationInstanceResponse = {}));
|
|
532
|
-
var InsufficientResourceCapacityFault;
|
|
533
|
-
(function (InsufficientResourceCapacityFault) {
|
|
534
|
-
InsufficientResourceCapacityFault.filterSensitiveLog = (obj) => ({
|
|
535
|
-
...obj,
|
|
536
|
-
});
|
|
537
|
-
})(InsufficientResourceCapacityFault = exports.InsufficientResourceCapacityFault || (exports.InsufficientResourceCapacityFault = {}));
|
|
538
|
-
var InvalidSubnet;
|
|
539
|
-
(function (InvalidSubnet) {
|
|
540
|
-
InvalidSubnet.filterSensitiveLog = (obj) => ({
|
|
541
|
-
...obj,
|
|
542
|
-
});
|
|
543
|
-
})(InvalidSubnet = exports.InvalidSubnet || (exports.InvalidSubnet = {}));
|
|
544
|
-
var ReplicationSubnetGroupDoesNotCoverEnoughAZs;
|
|
545
|
-
(function (ReplicationSubnetGroupDoesNotCoverEnoughAZs) {
|
|
546
|
-
ReplicationSubnetGroupDoesNotCoverEnoughAZs.filterSensitiveLog = (obj) => ({
|
|
547
|
-
...obj,
|
|
548
|
-
});
|
|
549
|
-
})(ReplicationSubnetGroupDoesNotCoverEnoughAZs = exports.ReplicationSubnetGroupDoesNotCoverEnoughAZs || (exports.ReplicationSubnetGroupDoesNotCoverEnoughAZs = {}));
|
|
550
|
-
var StorageQuotaExceededFault;
|
|
551
|
-
(function (StorageQuotaExceededFault) {
|
|
552
|
-
StorageQuotaExceededFault.filterSensitiveLog = (obj) => ({
|
|
553
|
-
...obj,
|
|
554
|
-
});
|
|
555
|
-
})(StorageQuotaExceededFault = exports.StorageQuotaExceededFault || (exports.StorageQuotaExceededFault = {}));
|
|
556
447
|
var CreateReplicationSubnetGroupMessage;
|
|
557
448
|
(function (CreateReplicationSubnetGroupMessage) {
|
|
558
449
|
CreateReplicationSubnetGroupMessage.filterSensitiveLog = (obj) => ({
|
|
@@ -1065,12 +956,6 @@ var ImportCertificateResponse;
|
|
|
1065
956
|
...obj,
|
|
1066
957
|
});
|
|
1067
958
|
})(ImportCertificateResponse = exports.ImportCertificateResponse || (exports.ImportCertificateResponse = {}));
|
|
1068
|
-
var InvalidCertificateFault;
|
|
1069
|
-
(function (InvalidCertificateFault) {
|
|
1070
|
-
InvalidCertificateFault.filterSensitiveLog = (obj) => ({
|
|
1071
|
-
...obj,
|
|
1072
|
-
});
|
|
1073
|
-
})(InvalidCertificateFault = exports.InvalidCertificateFault || (exports.InvalidCertificateFault = {}));
|
|
1074
959
|
var ListTagsForResourceMessage;
|
|
1075
960
|
(function (ListTagsForResourceMessage) {
|
|
1076
961
|
ListTagsForResourceMessage.filterSensitiveLog = (obj) => ({
|
|
@@ -1137,12 +1022,6 @@ var ModifyReplicationInstanceResponse;
|
|
|
1137
1022
|
...obj,
|
|
1138
1023
|
});
|
|
1139
1024
|
})(ModifyReplicationInstanceResponse = exports.ModifyReplicationInstanceResponse || (exports.ModifyReplicationInstanceResponse = {}));
|
|
1140
|
-
var UpgradeDependencyFailureFault;
|
|
1141
|
-
(function (UpgradeDependencyFailureFault) {
|
|
1142
|
-
UpgradeDependencyFailureFault.filterSensitiveLog = (obj) => ({
|
|
1143
|
-
...obj,
|
|
1144
|
-
});
|
|
1145
|
-
})(UpgradeDependencyFailureFault = exports.UpgradeDependencyFailureFault || (exports.UpgradeDependencyFailureFault = {}));
|
|
1146
1025
|
var ModifyReplicationSubnetGroupMessage;
|
|
1147
1026
|
(function (ModifyReplicationSubnetGroupMessage) {
|
|
1148
1027
|
ModifyReplicationSubnetGroupMessage.filterSensitiveLog = (obj) => ({
|
|
@@ -1155,12 +1034,6 @@ var ModifyReplicationSubnetGroupResponse;
|
|
|
1155
1034
|
...obj,
|
|
1156
1035
|
});
|
|
1157
1036
|
})(ModifyReplicationSubnetGroupResponse = exports.ModifyReplicationSubnetGroupResponse || (exports.ModifyReplicationSubnetGroupResponse = {}));
|
|
1158
|
-
var SubnetAlreadyInUse;
|
|
1159
|
-
(function (SubnetAlreadyInUse) {
|
|
1160
|
-
SubnetAlreadyInUse.filterSensitiveLog = (obj) => ({
|
|
1161
|
-
...obj,
|
|
1162
|
-
});
|
|
1163
|
-
})(SubnetAlreadyInUse = exports.SubnetAlreadyInUse || (exports.SubnetAlreadyInUse = {}));
|
|
1164
1037
|
var ModifyReplicationTaskMessage;
|
|
1165
1038
|
(function (ModifyReplicationTaskMessage) {
|
|
1166
1039
|
ModifyReplicationTaskMessage.filterSensitiveLog = (obj) => ({
|
|
@@ -1274,18 +1147,6 @@ var StartReplicationTaskAssessmentResponse;
|
|
|
1274
1147
|
...obj,
|
|
1275
1148
|
});
|
|
1276
1149
|
})(StartReplicationTaskAssessmentResponse = exports.StartReplicationTaskAssessmentResponse || (exports.StartReplicationTaskAssessmentResponse = {}));
|
|
1277
|
-
var KMSFault;
|
|
1278
|
-
(function (KMSFault) {
|
|
1279
|
-
KMSFault.filterSensitiveLog = (obj) => ({
|
|
1280
|
-
...obj,
|
|
1281
|
-
});
|
|
1282
|
-
})(KMSFault = exports.KMSFault || (exports.KMSFault = {}));
|
|
1283
|
-
var S3ResourceNotFoundFault;
|
|
1284
|
-
(function (S3ResourceNotFoundFault) {
|
|
1285
|
-
S3ResourceNotFoundFault.filterSensitiveLog = (obj) => ({
|
|
1286
|
-
...obj,
|
|
1287
|
-
});
|
|
1288
|
-
})(S3ResourceNotFoundFault = exports.S3ResourceNotFoundFault || (exports.S3ResourceNotFoundFault = {}));
|
|
1289
1150
|
var StartReplicationTaskAssessmentRunMessage;
|
|
1290
1151
|
(function (StartReplicationTaskAssessmentRunMessage) {
|
|
1291
1152
|
StartReplicationTaskAssessmentRunMessage.filterSensitiveLog = (obj) => ({
|
|
@@ -5416,6 +5416,8 @@ const serializeAws_json1_1S3Settings = (input, context) => {
|
|
|
5416
5416
|
input.DatePartitionEnabled !== null && { DatePartitionEnabled: input.DatePartitionEnabled }),
|
|
5417
5417
|
...(input.DatePartitionSequence !== undefined &&
|
|
5418
5418
|
input.DatePartitionSequence !== null && { DatePartitionSequence: input.DatePartitionSequence }),
|
|
5419
|
+
...(input.DatePartitionTimezone !== undefined &&
|
|
5420
|
+
input.DatePartitionTimezone !== null && { DatePartitionTimezone: input.DatePartitionTimezone }),
|
|
5419
5421
|
...(input.DictPageSizeLimit !== undefined &&
|
|
5420
5422
|
input.DictPageSizeLimit !== null && { DictPageSizeLimit: input.DictPageSizeLimit }),
|
|
5421
5423
|
...(input.EnableStatistics !== undefined &&
|
|
@@ -6985,6 +6987,7 @@ const deserializeAws_json1_1S3Settings = (output, context) => {
|
|
|
6985
6987
|
DatePartitionDelimiter: smithy_client_1.expectString(output.DatePartitionDelimiter),
|
|
6986
6988
|
DatePartitionEnabled: smithy_client_1.expectBoolean(output.DatePartitionEnabled),
|
|
6987
6989
|
DatePartitionSequence: smithy_client_1.expectString(output.DatePartitionSequence),
|
|
6990
|
+
DatePartitionTimezone: smithy_client_1.expectString(output.DatePartitionTimezone),
|
|
6988
6991
|
DictPageSizeLimit: smithy_client_1.expectInt32(output.DictPageSizeLimit),
|
|
6989
6992
|
EnableStatistics: smithy_client_1.expectBoolean(output.EnableStatistics),
|
|
6990
6993
|
EncodingType: smithy_client_1.expectString(output.EncodingType),
|
|
@@ -13,13 +13,18 @@ const util_body_length_browser_1 = require("@aws-sdk/util-body-length-browser");
|
|
|
13
13
|
const util_user_agent_browser_1 = require("@aws-sdk/util-user-agent-browser");
|
|
14
14
|
const util_utf8_browser_1 = require("@aws-sdk/util-utf8-browser");
|
|
15
15
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
16
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
17
|
+
const util_defaults_mode_browser_1 = require("@aws-sdk/util-defaults-mode-browser");
|
|
16
18
|
const getRuntimeConfig = (config) => {
|
|
17
19
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
|
|
20
|
+
const defaultsMode = util_defaults_mode_browser_1.resolveDefaultsModeConfig(config);
|
|
21
|
+
const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
|
|
18
22
|
const clientSharedValues = runtimeConfig_shared_1.getRuntimeConfig(config);
|
|
19
23
|
return {
|
|
20
24
|
...clientSharedValues,
|
|
21
25
|
...config,
|
|
22
26
|
runtime: "browser",
|
|
27
|
+
defaultsMode,
|
|
23
28
|
base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : util_base64_browser_1.fromBase64,
|
|
24
29
|
base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : util_base64_browser_1.toBase64,
|
|
25
30
|
bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : util_body_length_browser_1.calculateBodyLength,
|
|
@@ -27,8 +32,8 @@ const getRuntimeConfig = (config) => {
|
|
|
27
32
|
defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : util_user_agent_browser_1.defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
28
33
|
maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : middleware_retry_1.DEFAULT_MAX_ATTEMPTS,
|
|
29
34
|
region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : invalid_dependency_1.invalidProvider("Region is missing"),
|
|
30
|
-
requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new fetch_http_handler_1.FetchHttpHandler(),
|
|
31
|
-
retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : (() =>
|
|
35
|
+
requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new fetch_http_handler_1.FetchHttpHandler(defaultConfigProvider),
|
|
36
|
+
retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : (async () => (await defaultConfigProvider()).retryMode || middleware_retry_1.DEFAULT_RETRY_MODE),
|
|
32
37
|
sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : sha256_browser_1.Sha256,
|
|
33
38
|
streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : fetch_http_handler_1.streamCollector,
|
|
34
39
|
useDualstackEndpoint: (_m = config === null || config === void 0 ? void 0 : config.useDualstackEndpoint) !== null && _m !== void 0 ? _m : (() => Promise.resolve(config_resolver_1.DEFAULT_USE_DUALSTACK_ENDPOINT)),
|
|
@@ -16,14 +16,17 @@ const util_user_agent_node_1 = require("@aws-sdk/util-user-agent-node");
|
|
|
16
16
|
const util_utf8_node_1 = require("@aws-sdk/util-utf8-node");
|
|
17
17
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
18
18
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
19
|
+
const util_defaults_mode_node_1 = require("@aws-sdk/util-defaults-mode-node");
|
|
19
20
|
const getRuntimeConfig = (config) => {
|
|
20
21
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
|
|
21
|
-
|
|
22
|
+
const defaultsMode = util_defaults_mode_node_1.resolveDefaultsModeConfig(config);
|
|
23
|
+
const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
|
|
22
24
|
const clientSharedValues = runtimeConfig_shared_1.getRuntimeConfig(config);
|
|
23
25
|
return {
|
|
24
26
|
...clientSharedValues,
|
|
25
27
|
...config,
|
|
26
28
|
runtime: "node",
|
|
29
|
+
defaultsMode,
|
|
27
30
|
base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : util_base64_node_1.fromBase64,
|
|
28
31
|
base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : util_base64_node_1.toBase64,
|
|
29
32
|
bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : util_body_length_node_1.calculateBodyLength,
|
|
@@ -31,8 +34,11 @@ const getRuntimeConfig = (config) => {
|
|
|
31
34
|
defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : util_user_agent_node_1.defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
32
35
|
maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : node_config_provider_1.loadConfig(middleware_retry_1.NODE_MAX_ATTEMPT_CONFIG_OPTIONS),
|
|
33
36
|
region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : node_config_provider_1.loadConfig(config_resolver_1.NODE_REGION_CONFIG_OPTIONS, config_resolver_1.NODE_REGION_CONFIG_FILE_OPTIONS),
|
|
34
|
-
requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new node_http_handler_1.NodeHttpHandler(),
|
|
35
|
-
retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : node_config_provider_1.loadConfig(
|
|
37
|
+
requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new node_http_handler_1.NodeHttpHandler(defaultConfigProvider),
|
|
38
|
+
retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : node_config_provider_1.loadConfig({
|
|
39
|
+
...middleware_retry_1.NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
40
|
+
default: async () => (await defaultConfigProvider()).retryMode || middleware_retry_1.DEFAULT_RETRY_MODE,
|
|
41
|
+
}),
|
|
36
42
|
sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : hash_node_1.Hash.bind(null, "sha256"),
|
|
37
43
|
streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : node_http_handler_1.streamCollector,
|
|
38
44
|
useDualstackEndpoint: (_m = config === null || config === void 0 ? void 0 : config.useDualstackEndpoint) !== null && _m !== void 0 ? _m : node_config_provider_1.loadConfig(config_resolver_1.NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS),
|
package/dist-es/endpoints.js
CHANGED
|
@@ -3,10 +3,6 @@ import { getRegionInfo } from "@aws-sdk/config-resolver";
|
|
|
3
3
|
var regionHash = {
|
|
4
4
|
"us-east-1": {
|
|
5
5
|
variants: [
|
|
6
|
-
{
|
|
7
|
-
hostname: "dms.us-east-1.amazonaws.com",
|
|
8
|
-
tags: [],
|
|
9
|
-
},
|
|
10
6
|
{
|
|
11
7
|
hostname: "dms-fips.us-east-1.amazonaws.com",
|
|
12
8
|
tags: ["fips"],
|
|
@@ -15,10 +11,6 @@ var regionHash = {
|
|
|
15
11
|
},
|
|
16
12
|
"us-east-2": {
|
|
17
13
|
variants: [
|
|
18
|
-
{
|
|
19
|
-
hostname: "dms.us-east-2.amazonaws.com",
|
|
20
|
-
tags: [],
|
|
21
|
-
},
|
|
22
14
|
{
|
|
23
15
|
hostname: "dms-fips.us-east-2.amazonaws.com",
|
|
24
16
|
tags: ["fips"],
|
|
@@ -27,10 +19,6 @@ var regionHash = {
|
|
|
27
19
|
},
|
|
28
20
|
"us-gov-east-1": {
|
|
29
21
|
variants: [
|
|
30
|
-
{
|
|
31
|
-
hostname: "dms.us-gov-east-1.amazonaws.com",
|
|
32
|
-
tags: [],
|
|
33
|
-
},
|
|
34
22
|
{
|
|
35
23
|
hostname: "dms.us-gov-east-1.amazonaws.com",
|
|
36
24
|
tags: ["fips"],
|
|
@@ -39,10 +27,6 @@ var regionHash = {
|
|
|
39
27
|
},
|
|
40
28
|
"us-gov-west-1": {
|
|
41
29
|
variants: [
|
|
42
|
-
{
|
|
43
|
-
hostname: "dms.us-gov-west-1.amazonaws.com",
|
|
44
|
-
tags: [],
|
|
45
|
-
},
|
|
46
30
|
{
|
|
47
31
|
hostname: "dms.us-gov-west-1.amazonaws.com",
|
|
48
32
|
tags: ["fips"],
|
|
@@ -51,10 +35,6 @@ var regionHash = {
|
|
|
51
35
|
},
|
|
52
36
|
"us-iso-east-1": {
|
|
53
37
|
variants: [
|
|
54
|
-
{
|
|
55
|
-
hostname: "dms.us-iso-east-1.c2s.ic.gov",
|
|
56
|
-
tags: [],
|
|
57
|
-
},
|
|
58
38
|
{
|
|
59
39
|
hostname: "dms.us-iso-east-1.c2s.ic.gov",
|
|
60
40
|
tags: ["fips"],
|
|
@@ -63,10 +43,6 @@ var regionHash = {
|
|
|
63
43
|
},
|
|
64
44
|
"us-isob-east-1": {
|
|
65
45
|
variants: [
|
|
66
|
-
{
|
|
67
|
-
hostname: "dms.us-isob-east-1.sc2s.sgov.gov",
|
|
68
|
-
tags: [],
|
|
69
|
-
},
|
|
70
46
|
{
|
|
71
47
|
hostname: "dms.us-isob-east-1.sc2s.sgov.gov",
|
|
72
48
|
tags: ["fips"],
|
|
@@ -75,10 +51,6 @@ var regionHash = {
|
|
|
75
51
|
},
|
|
76
52
|
"us-west-1": {
|
|
77
53
|
variants: [
|
|
78
|
-
{
|
|
79
|
-
hostname: "dms.us-west-1.amazonaws.com",
|
|
80
|
-
tags: [],
|
|
81
|
-
},
|
|
82
54
|
{
|
|
83
55
|
hostname: "dms-fips.us-west-1.amazonaws.com",
|
|
84
56
|
tags: ["fips"],
|
|
@@ -87,10 +59,6 @@ var regionHash = {
|
|
|
87
59
|
},
|
|
88
60
|
"us-west-2": {
|
|
89
61
|
variants: [
|
|
90
|
-
{
|
|
91
|
-
hostname: "dms.us-west-2.amazonaws.com",
|
|
92
|
-
tags: [],
|
|
93
|
-
},
|
|
94
62
|
{
|
|
95
63
|
hostname: "dms-fips.us-west-2.amazonaws.com",
|
|
96
64
|
tags: ["fips"],
|
|
@@ -109,6 +77,7 @@ var partitionHash = {
|
|
|
109
77
|
"ap-south-1",
|
|
110
78
|
"ap-southeast-1",
|
|
111
79
|
"ap-southeast-2",
|
|
80
|
+
"ap-southeast-3",
|
|
112
81
|
"ca-central-1",
|
|
113
82
|
"dms",
|
|
114
83
|
"dms-fips",
|