@aws-sdk/client-elasticache 3.53.0 → 3.55.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 +30 -0
- package/dist-cjs/ElastiCacheClient.js +13 -13
- package/dist-cjs/commands/AddTagsToResourceCommand.js +3 -3
- package/dist-cjs/commands/AuthorizeCacheSecurityGroupIngressCommand.js +3 -3
- package/dist-cjs/commands/BatchApplyUpdateActionCommand.js +3 -3
- package/dist-cjs/commands/BatchStopUpdateActionCommand.js +3 -3
- package/dist-cjs/commands/CompleteMigrationCommand.js +3 -3
- package/dist-cjs/commands/CopySnapshotCommand.js +3 -3
- package/dist-cjs/commands/CreateCacheClusterCommand.js +3 -3
- package/dist-cjs/commands/CreateCacheParameterGroupCommand.js +3 -3
- package/dist-cjs/commands/CreateCacheSecurityGroupCommand.js +3 -3
- package/dist-cjs/commands/CreateCacheSubnetGroupCommand.js +3 -3
- package/dist-cjs/commands/CreateGlobalReplicationGroupCommand.js +3 -3
- package/dist-cjs/commands/CreateReplicationGroupCommand.js +3 -3
- package/dist-cjs/commands/CreateSnapshotCommand.js +3 -3
- package/dist-cjs/commands/CreateUserCommand.js +3 -3
- package/dist-cjs/commands/CreateUserGroupCommand.js +3 -3
- package/dist-cjs/commands/DecreaseNodeGroupsInGlobalReplicationGroupCommand.js +3 -3
- package/dist-cjs/commands/DecreaseReplicaCountCommand.js +3 -3
- package/dist-cjs/commands/DeleteCacheClusterCommand.js +3 -3
- package/dist-cjs/commands/DeleteCacheParameterGroupCommand.js +3 -3
- package/dist-cjs/commands/DeleteCacheSecurityGroupCommand.js +3 -3
- package/dist-cjs/commands/DeleteCacheSubnetGroupCommand.js +3 -3
- package/dist-cjs/commands/DeleteGlobalReplicationGroupCommand.js +3 -3
- package/dist-cjs/commands/DeleteReplicationGroupCommand.js +3 -3
- package/dist-cjs/commands/DeleteSnapshotCommand.js +3 -3
- package/dist-cjs/commands/DeleteUserCommand.js +3 -3
- package/dist-cjs/commands/DeleteUserGroupCommand.js +3 -3
- package/dist-cjs/commands/DescribeCacheClustersCommand.js +3 -3
- package/dist-cjs/commands/DescribeCacheEngineVersionsCommand.js +3 -3
- package/dist-cjs/commands/DescribeCacheParameterGroupsCommand.js +3 -3
- package/dist-cjs/commands/DescribeCacheParametersCommand.js +3 -3
- package/dist-cjs/commands/DescribeCacheSecurityGroupsCommand.js +3 -3
- package/dist-cjs/commands/DescribeCacheSubnetGroupsCommand.js +3 -3
- package/dist-cjs/commands/DescribeEngineDefaultParametersCommand.js +3 -3
- package/dist-cjs/commands/DescribeEventsCommand.js +3 -3
- package/dist-cjs/commands/DescribeGlobalReplicationGroupsCommand.js +3 -3
- package/dist-cjs/commands/DescribeReplicationGroupsCommand.js +3 -3
- package/dist-cjs/commands/DescribeReservedCacheNodesCommand.js +3 -3
- package/dist-cjs/commands/DescribeReservedCacheNodesOfferingsCommand.js +3 -3
- package/dist-cjs/commands/DescribeServiceUpdatesCommand.js +3 -3
- package/dist-cjs/commands/DescribeSnapshotsCommand.js +3 -3
- package/dist-cjs/commands/DescribeUpdateActionsCommand.js +3 -3
- package/dist-cjs/commands/DescribeUserGroupsCommand.js +3 -3
- package/dist-cjs/commands/DescribeUsersCommand.js +3 -3
- package/dist-cjs/commands/DisassociateGlobalReplicationGroupCommand.js +3 -3
- package/dist-cjs/commands/FailoverGlobalReplicationGroupCommand.js +3 -3
- package/dist-cjs/commands/IncreaseNodeGroupsInGlobalReplicationGroupCommand.js +3 -3
- package/dist-cjs/commands/IncreaseReplicaCountCommand.js +3 -3
- package/dist-cjs/commands/ListAllowedNodeTypeModificationsCommand.js +3 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-cjs/commands/ModifyCacheClusterCommand.js +3 -3
- package/dist-cjs/commands/ModifyCacheParameterGroupCommand.js +3 -3
- package/dist-cjs/commands/ModifyCacheSubnetGroupCommand.js +3 -3
- package/dist-cjs/commands/ModifyGlobalReplicationGroupCommand.js +3 -3
- package/dist-cjs/commands/ModifyReplicationGroupCommand.js +3 -3
- package/dist-cjs/commands/ModifyReplicationGroupShardConfigurationCommand.js +3 -3
- package/dist-cjs/commands/ModifyUserCommand.js +3 -3
- package/dist-cjs/commands/ModifyUserGroupCommand.js +3 -3
- package/dist-cjs/commands/PurchaseReservedCacheNodesOfferingCommand.js +3 -3
- package/dist-cjs/commands/RebalanceSlotsInGlobalReplicationGroupCommand.js +3 -3
- package/dist-cjs/commands/RebootCacheClusterCommand.js +3 -3
- package/dist-cjs/commands/RemoveTagsFromResourceCommand.js +3 -3
- package/dist-cjs/commands/ResetCacheParameterGroupCommand.js +3 -3
- package/dist-cjs/commands/RevokeCacheSecurityGroupIngressCommand.js +3 -3
- package/dist-cjs/commands/StartMigrationCommand.js +3 -3
- package/dist-cjs/commands/TestFailoverCommand.js +3 -3
- package/dist-cjs/endpoints.js +1 -1
- package/dist-cjs/protocols/Aws_query.js +568 -568
- package/dist-cjs/runtimeConfig.browser.js +4 -4
- package/dist-cjs/runtimeConfig.js +9 -9
- package/dist-cjs/runtimeConfig.native.js +1 -1
- package/dist-cjs/waiters/waitForCacheClusterAvailable.js +3 -3
- package/dist-cjs/waiters/waitForCacheClusterDeleted.js +3 -3
- package/dist-cjs/waiters/waitForReplicationGroupAvailable.js +3 -3
- package/dist-cjs/waiters/waitForReplicationGroupDeleted.js +3 -3
- package/dist-es/ElastiCache.js +65 -65
- package/dist-es/pagination/DescribeCacheClustersPaginator.js +4 -4
- package/dist-es/pagination/DescribeCacheEngineVersionsPaginator.js +4 -4
- package/dist-es/pagination/DescribeCacheParameterGroupsPaginator.js +4 -4
- package/dist-es/pagination/DescribeCacheParametersPaginator.js +4 -4
- package/dist-es/pagination/DescribeCacheSecurityGroupsPaginator.js +4 -4
- package/dist-es/pagination/DescribeCacheSubnetGroupsPaginator.js +4 -4
- package/dist-es/pagination/DescribeEngineDefaultParametersPaginator.js +4 -4
- package/dist-es/pagination/DescribeEventsPaginator.js +4 -4
- package/dist-es/pagination/DescribeGlobalReplicationGroupsPaginator.js +4 -4
- package/dist-es/pagination/DescribeReplicationGroupsPaginator.js +4 -4
- package/dist-es/pagination/DescribeReservedCacheNodesOfferingsPaginator.js +4 -4
- package/dist-es/pagination/DescribeReservedCacheNodesPaginator.js +4 -4
- package/dist-es/pagination/DescribeServiceUpdatesPaginator.js +4 -4
- package/dist-es/pagination/DescribeSnapshotsPaginator.js +4 -4
- package/dist-es/pagination/DescribeUpdateActionsPaginator.js +4 -4
- package/dist-es/pagination/DescribeUserGroupsPaginator.js +4 -4
- package/dist-es/pagination/DescribeUsersPaginator.js +4 -4
- package/dist-es/protocols/Aws_query.js +108 -108
- package/dist-es/waiters/waitForCacheClusterAvailable.js +5 -5
- package/dist-es/waiters/waitForCacheClusterDeleted.js +7 -7
- package/dist-es/waiters/waitForReplicationGroupAvailable.js +2 -2
- package/dist-es/waiters/waitForReplicationGroupDeleted.js +2 -2
- package/dist-types/ElastiCacheClient.d.ts +2 -2
- package/dist-types/models/models_0.d.ts +2 -34
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +3 -3
- package/dist-types/ts3.4/ElastiCacheClient.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +35 -35
|
@@ -5688,7 +5688,7 @@ var serializeAws_queryAddTagsToResourceMessage = function (input, context) {
|
|
|
5688
5688
|
var memberEntries = serializeAws_queryTagList(input.Tags, context);
|
|
5689
5689
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
5690
5690
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
5691
|
-
var loc = "Tags."
|
|
5691
|
+
var loc = "Tags.".concat(key);
|
|
5692
5692
|
entries[loc] = value;
|
|
5693
5693
|
});
|
|
5694
5694
|
}
|
|
@@ -5717,7 +5717,7 @@ var serializeAws_queryAvailabilityZonesList = function (input, context) {
|
|
|
5717
5717
|
if (entry === null) {
|
|
5718
5718
|
continue;
|
|
5719
5719
|
}
|
|
5720
|
-
entries["AvailabilityZone."
|
|
5720
|
+
entries["AvailabilityZone.".concat(counter)] = entry;
|
|
5721
5721
|
counter++;
|
|
5722
5722
|
}
|
|
5723
5723
|
}
|
|
@@ -5736,7 +5736,7 @@ var serializeAws_queryBatchApplyUpdateActionMessage = function (input, context)
|
|
|
5736
5736
|
var memberEntries = serializeAws_queryReplicationGroupIdList(input.ReplicationGroupIds, context);
|
|
5737
5737
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
5738
5738
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
5739
|
-
var loc = "ReplicationGroupIds."
|
|
5739
|
+
var loc = "ReplicationGroupIds.".concat(key);
|
|
5740
5740
|
entries[loc] = value;
|
|
5741
5741
|
});
|
|
5742
5742
|
}
|
|
@@ -5744,7 +5744,7 @@ var serializeAws_queryBatchApplyUpdateActionMessage = function (input, context)
|
|
|
5744
5744
|
var memberEntries = serializeAws_queryCacheClusterIdList(input.CacheClusterIds, context);
|
|
5745
5745
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
5746
5746
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
5747
|
-
var loc = "CacheClusterIds."
|
|
5747
|
+
var loc = "CacheClusterIds.".concat(key);
|
|
5748
5748
|
entries[loc] = value;
|
|
5749
5749
|
});
|
|
5750
5750
|
}
|
|
@@ -5759,7 +5759,7 @@ var serializeAws_queryBatchStopUpdateActionMessage = function (input, context) {
|
|
|
5759
5759
|
var memberEntries = serializeAws_queryReplicationGroupIdList(input.ReplicationGroupIds, context);
|
|
5760
5760
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
5761
5761
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
5762
|
-
var loc = "ReplicationGroupIds."
|
|
5762
|
+
var loc = "ReplicationGroupIds.".concat(key);
|
|
5763
5763
|
entries[loc] = value;
|
|
5764
5764
|
});
|
|
5765
5765
|
}
|
|
@@ -5767,7 +5767,7 @@ var serializeAws_queryBatchStopUpdateActionMessage = function (input, context) {
|
|
|
5767
5767
|
var memberEntries = serializeAws_queryCacheClusterIdList(input.CacheClusterIds, context);
|
|
5768
5768
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
5769
5769
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
5770
|
-
var loc = "CacheClusterIds."
|
|
5770
|
+
var loc = "CacheClusterIds.".concat(key);
|
|
5771
5771
|
entries[loc] = value;
|
|
5772
5772
|
});
|
|
5773
5773
|
}
|
|
@@ -5786,7 +5786,7 @@ var serializeAws_queryCacheClusterIdList = function (input, context) {
|
|
|
5786
5786
|
if (entry === null) {
|
|
5787
5787
|
continue;
|
|
5788
5788
|
}
|
|
5789
|
-
entries["member."
|
|
5789
|
+
entries["member.".concat(counter)] = entry;
|
|
5790
5790
|
counter++;
|
|
5791
5791
|
}
|
|
5792
5792
|
}
|
|
@@ -5809,7 +5809,7 @@ var serializeAws_queryCacheNodeIdsList = function (input, context) {
|
|
|
5809
5809
|
if (entry === null) {
|
|
5810
5810
|
continue;
|
|
5811
5811
|
}
|
|
5812
|
-
entries["CacheNodeId."
|
|
5812
|
+
entries["CacheNodeId.".concat(counter)] = entry;
|
|
5813
5813
|
counter++;
|
|
5814
5814
|
}
|
|
5815
5815
|
}
|
|
@@ -5832,7 +5832,7 @@ var serializeAws_queryCacheSecurityGroupNameList = function (input, context) {
|
|
|
5832
5832
|
if (entry === null) {
|
|
5833
5833
|
continue;
|
|
5834
5834
|
}
|
|
5835
|
-
entries["CacheSecurityGroupName."
|
|
5835
|
+
entries["CacheSecurityGroupName.".concat(counter)] = entry;
|
|
5836
5836
|
counter++;
|
|
5837
5837
|
}
|
|
5838
5838
|
}
|
|
@@ -5874,7 +5874,7 @@ var serializeAws_queryConfigureShard = function (input, context) {
|
|
|
5874
5874
|
var memberEntries = serializeAws_queryPreferredAvailabilityZoneList(input.PreferredAvailabilityZones, context);
|
|
5875
5875
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
5876
5876
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
5877
|
-
var loc = "PreferredAvailabilityZones."
|
|
5877
|
+
var loc = "PreferredAvailabilityZones.".concat(key);
|
|
5878
5878
|
entries[loc] = value;
|
|
5879
5879
|
});
|
|
5880
5880
|
}
|
|
@@ -5882,7 +5882,7 @@ var serializeAws_queryConfigureShard = function (input, context) {
|
|
|
5882
5882
|
var memberEntries = serializeAws_queryPreferredOutpostArnList(input.PreferredOutpostArns, context);
|
|
5883
5883
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
5884
5884
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
5885
|
-
var loc = "PreferredOutpostArns."
|
|
5885
|
+
var loc = "PreferredOutpostArns.".concat(key);
|
|
5886
5886
|
entries[loc] = value;
|
|
5887
5887
|
});
|
|
5888
5888
|
}
|
|
@@ -5906,7 +5906,7 @@ var serializeAws_queryCopySnapshotMessage = function (input, context) {
|
|
|
5906
5906
|
var memberEntries = serializeAws_queryTagList(input.Tags, context);
|
|
5907
5907
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
5908
5908
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
5909
|
-
var loc = "Tags."
|
|
5909
|
+
var loc = "Tags.".concat(key);
|
|
5910
5910
|
entries[loc] = value;
|
|
5911
5911
|
});
|
|
5912
5912
|
}
|
|
@@ -5930,7 +5930,7 @@ var serializeAws_queryCreateCacheClusterMessage = function (input, context) {
|
|
|
5930
5930
|
var memberEntries = serializeAws_queryPreferredAvailabilityZoneList(input.PreferredAvailabilityZones, context);
|
|
5931
5931
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
5932
5932
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
5933
|
-
var loc = "PreferredAvailabilityZones."
|
|
5933
|
+
var loc = "PreferredAvailabilityZones.".concat(key);
|
|
5934
5934
|
entries[loc] = value;
|
|
5935
5935
|
});
|
|
5936
5936
|
}
|
|
@@ -5956,7 +5956,7 @@ var serializeAws_queryCreateCacheClusterMessage = function (input, context) {
|
|
|
5956
5956
|
var memberEntries = serializeAws_queryCacheSecurityGroupNameList(input.CacheSecurityGroupNames, context);
|
|
5957
5957
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
5958
5958
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
5959
|
-
var loc = "CacheSecurityGroupNames."
|
|
5959
|
+
var loc = "CacheSecurityGroupNames.".concat(key);
|
|
5960
5960
|
entries[loc] = value;
|
|
5961
5961
|
});
|
|
5962
5962
|
}
|
|
@@ -5964,7 +5964,7 @@ var serializeAws_queryCreateCacheClusterMessage = function (input, context) {
|
|
|
5964
5964
|
var memberEntries = serializeAws_querySecurityGroupIdsList(input.SecurityGroupIds, context);
|
|
5965
5965
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
5966
5966
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
5967
|
-
var loc = "SecurityGroupIds."
|
|
5967
|
+
var loc = "SecurityGroupIds.".concat(key);
|
|
5968
5968
|
entries[loc] = value;
|
|
5969
5969
|
});
|
|
5970
5970
|
}
|
|
@@ -5972,7 +5972,7 @@ var serializeAws_queryCreateCacheClusterMessage = function (input, context) {
|
|
|
5972
5972
|
var memberEntries = serializeAws_queryTagList(input.Tags, context);
|
|
5973
5973
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
5974
5974
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
5975
|
-
var loc = "Tags."
|
|
5975
|
+
var loc = "Tags.".concat(key);
|
|
5976
5976
|
entries[loc] = value;
|
|
5977
5977
|
});
|
|
5978
5978
|
}
|
|
@@ -5980,7 +5980,7 @@ var serializeAws_queryCreateCacheClusterMessage = function (input, context) {
|
|
|
5980
5980
|
var memberEntries = serializeAws_querySnapshotArnsList(input.SnapshotArns, context);
|
|
5981
5981
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
5982
5982
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
5983
|
-
var loc = "SnapshotArns."
|
|
5983
|
+
var loc = "SnapshotArns.".concat(key);
|
|
5984
5984
|
entries[loc] = value;
|
|
5985
5985
|
});
|
|
5986
5986
|
}
|
|
@@ -6018,7 +6018,7 @@ var serializeAws_queryCreateCacheClusterMessage = function (input, context) {
|
|
|
6018
6018
|
var memberEntries = serializeAws_queryPreferredOutpostArnList(input.PreferredOutpostArns, context);
|
|
6019
6019
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
6020
6020
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
6021
|
-
var loc = "PreferredOutpostArns."
|
|
6021
|
+
var loc = "PreferredOutpostArns.".concat(key);
|
|
6022
6022
|
entries[loc] = value;
|
|
6023
6023
|
});
|
|
6024
6024
|
}
|
|
@@ -6026,7 +6026,7 @@ var serializeAws_queryCreateCacheClusterMessage = function (input, context) {
|
|
|
6026
6026
|
var memberEntries = serializeAws_queryLogDeliveryConfigurationRequestList(input.LogDeliveryConfigurations, context);
|
|
6027
6027
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
6028
6028
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
6029
|
-
var loc = "LogDeliveryConfigurations."
|
|
6029
|
+
var loc = "LogDeliveryConfigurations.".concat(key);
|
|
6030
6030
|
entries[loc] = value;
|
|
6031
6031
|
});
|
|
6032
6032
|
}
|
|
@@ -6047,7 +6047,7 @@ var serializeAws_queryCreateCacheParameterGroupMessage = function (input, contex
|
|
|
6047
6047
|
var memberEntries = serializeAws_queryTagList(input.Tags, context);
|
|
6048
6048
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
6049
6049
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
6050
|
-
var loc = "Tags."
|
|
6050
|
+
var loc = "Tags.".concat(key);
|
|
6051
6051
|
entries[loc] = value;
|
|
6052
6052
|
});
|
|
6053
6053
|
}
|
|
@@ -6065,7 +6065,7 @@ var serializeAws_queryCreateCacheSecurityGroupMessage = function (input, context
|
|
|
6065
6065
|
var memberEntries = serializeAws_queryTagList(input.Tags, context);
|
|
6066
6066
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
6067
6067
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
6068
|
-
var loc = "Tags."
|
|
6068
|
+
var loc = "Tags.".concat(key);
|
|
6069
6069
|
entries[loc] = value;
|
|
6070
6070
|
});
|
|
6071
6071
|
}
|
|
@@ -6083,7 +6083,7 @@ var serializeAws_queryCreateCacheSubnetGroupMessage = function (input, context)
|
|
|
6083
6083
|
var memberEntries = serializeAws_querySubnetIdentifierList(input.SubnetIds, context);
|
|
6084
6084
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
6085
6085
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
6086
|
-
var loc = "SubnetIds."
|
|
6086
|
+
var loc = "SubnetIds.".concat(key);
|
|
6087
6087
|
entries[loc] = value;
|
|
6088
6088
|
});
|
|
6089
6089
|
}
|
|
@@ -6091,7 +6091,7 @@ var serializeAws_queryCreateCacheSubnetGroupMessage = function (input, context)
|
|
|
6091
6091
|
var memberEntries = serializeAws_queryTagList(input.Tags, context);
|
|
6092
6092
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
6093
6093
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
6094
|
-
var loc = "Tags."
|
|
6094
|
+
var loc = "Tags.".concat(key);
|
|
6095
6095
|
entries[loc] = value;
|
|
6096
6096
|
});
|
|
6097
6097
|
}
|
|
@@ -6137,7 +6137,7 @@ var serializeAws_queryCreateReplicationGroupMessage = function (input, context)
|
|
|
6137
6137
|
var memberEntries = serializeAws_queryAvailabilityZonesList(input.PreferredCacheClusterAZs, context);
|
|
6138
6138
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
6139
6139
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
6140
|
-
var loc = "PreferredCacheClusterAZs."
|
|
6140
|
+
var loc = "PreferredCacheClusterAZs.".concat(key);
|
|
6141
6141
|
entries[loc] = value;
|
|
6142
6142
|
});
|
|
6143
6143
|
}
|
|
@@ -6151,7 +6151,7 @@ var serializeAws_queryCreateReplicationGroupMessage = function (input, context)
|
|
|
6151
6151
|
var memberEntries = serializeAws_queryNodeGroupConfigurationList(input.NodeGroupConfiguration, context);
|
|
6152
6152
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
6153
6153
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
6154
|
-
var loc = "NodeGroupConfiguration."
|
|
6154
|
+
var loc = "NodeGroupConfiguration.".concat(key);
|
|
6155
6155
|
entries[loc] = value;
|
|
6156
6156
|
});
|
|
6157
6157
|
}
|
|
@@ -6174,7 +6174,7 @@ var serializeAws_queryCreateReplicationGroupMessage = function (input, context)
|
|
|
6174
6174
|
var memberEntries = serializeAws_queryCacheSecurityGroupNameList(input.CacheSecurityGroupNames, context);
|
|
6175
6175
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
6176
6176
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
6177
|
-
var loc = "CacheSecurityGroupNames."
|
|
6177
|
+
var loc = "CacheSecurityGroupNames.".concat(key);
|
|
6178
6178
|
entries[loc] = value;
|
|
6179
6179
|
});
|
|
6180
6180
|
}
|
|
@@ -6182,7 +6182,7 @@ var serializeAws_queryCreateReplicationGroupMessage = function (input, context)
|
|
|
6182
6182
|
var memberEntries = serializeAws_querySecurityGroupIdsList(input.SecurityGroupIds, context);
|
|
6183
6183
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
6184
6184
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
6185
|
-
var loc = "SecurityGroupIds."
|
|
6185
|
+
var loc = "SecurityGroupIds.".concat(key);
|
|
6186
6186
|
entries[loc] = value;
|
|
6187
6187
|
});
|
|
6188
6188
|
}
|
|
@@ -6190,7 +6190,7 @@ var serializeAws_queryCreateReplicationGroupMessage = function (input, context)
|
|
|
6190
6190
|
var memberEntries = serializeAws_queryTagList(input.Tags, context);
|
|
6191
6191
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
6192
6192
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
6193
|
-
var loc = "Tags."
|
|
6193
|
+
var loc = "Tags.".concat(key);
|
|
6194
6194
|
entries[loc] = value;
|
|
6195
6195
|
});
|
|
6196
6196
|
}
|
|
@@ -6198,7 +6198,7 @@ var serializeAws_queryCreateReplicationGroupMessage = function (input, context)
|
|
|
6198
6198
|
var memberEntries = serializeAws_querySnapshotArnsList(input.SnapshotArns, context);
|
|
6199
6199
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
6200
6200
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
6201
|
-
var loc = "SnapshotArns."
|
|
6201
|
+
var loc = "SnapshotArns.".concat(key);
|
|
6202
6202
|
entries[loc] = value;
|
|
6203
6203
|
});
|
|
6204
6204
|
}
|
|
@@ -6239,7 +6239,7 @@ var serializeAws_queryCreateReplicationGroupMessage = function (input, context)
|
|
|
6239
6239
|
var memberEntries = serializeAws_queryUserGroupIdListInput(input.UserGroupIds, context);
|
|
6240
6240
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
6241
6241
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
6242
|
-
var loc = "UserGroupIds."
|
|
6242
|
+
var loc = "UserGroupIds.".concat(key);
|
|
6243
6243
|
entries[loc] = value;
|
|
6244
6244
|
});
|
|
6245
6245
|
}
|
|
@@ -6247,7 +6247,7 @@ var serializeAws_queryCreateReplicationGroupMessage = function (input, context)
|
|
|
6247
6247
|
var memberEntries = serializeAws_queryLogDeliveryConfigurationRequestList(input.LogDeliveryConfigurations, context);
|
|
6248
6248
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
6249
6249
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
6250
|
-
var loc = "LogDeliveryConfigurations."
|
|
6250
|
+
var loc = "LogDeliveryConfigurations.".concat(key);
|
|
6251
6251
|
entries[loc] = value;
|
|
6252
6252
|
});
|
|
6253
6253
|
}
|
|
@@ -6274,7 +6274,7 @@ var serializeAws_queryCreateSnapshotMessage = function (input, context) {
|
|
|
6274
6274
|
var memberEntries = serializeAws_queryTagList(input.Tags, context);
|
|
6275
6275
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
6276
6276
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
6277
|
-
var loc = "Tags."
|
|
6277
|
+
var loc = "Tags.".concat(key);
|
|
6278
6278
|
entries[loc] = value;
|
|
6279
6279
|
});
|
|
6280
6280
|
}
|
|
@@ -6292,7 +6292,7 @@ var serializeAws_queryCreateUserGroupMessage = function (input, context) {
|
|
|
6292
6292
|
var memberEntries = serializeAws_queryUserIdListInput(input.UserIds, context);
|
|
6293
6293
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
6294
6294
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
6295
|
-
var loc = "UserIds."
|
|
6295
|
+
var loc = "UserIds.".concat(key);
|
|
6296
6296
|
entries[loc] = value;
|
|
6297
6297
|
});
|
|
6298
6298
|
}
|
|
@@ -6300,7 +6300,7 @@ var serializeAws_queryCreateUserGroupMessage = function (input, context) {
|
|
|
6300
6300
|
var memberEntries = serializeAws_queryTagList(input.Tags, context);
|
|
6301
6301
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
6302
6302
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
6303
|
-
var loc = "Tags."
|
|
6303
|
+
var loc = "Tags.".concat(key);
|
|
6304
6304
|
entries[loc] = value;
|
|
6305
6305
|
});
|
|
6306
6306
|
}
|
|
@@ -6321,7 +6321,7 @@ var serializeAws_queryCreateUserMessage = function (input, context) {
|
|
|
6321
6321
|
var memberEntries = serializeAws_queryPasswordListInput(input.Passwords, context);
|
|
6322
6322
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
6323
6323
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
6324
|
-
var loc = "Passwords."
|
|
6324
|
+
var loc = "Passwords.".concat(key);
|
|
6325
6325
|
entries[loc] = value;
|
|
6326
6326
|
});
|
|
6327
6327
|
}
|
|
@@ -6335,7 +6335,7 @@ var serializeAws_queryCreateUserMessage = function (input, context) {
|
|
|
6335
6335
|
var memberEntries = serializeAws_queryTagList(input.Tags, context);
|
|
6336
6336
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
6337
6337
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
6338
|
-
var loc = "Tags."
|
|
6338
|
+
var loc = "Tags.".concat(key);
|
|
6339
6339
|
entries[loc] = value;
|
|
6340
6340
|
});
|
|
6341
6341
|
}
|
|
@@ -6364,7 +6364,7 @@ var serializeAws_queryCustomerNodeEndpointList = function (input, context) {
|
|
|
6364
6364
|
var memberEntries = serializeAws_queryCustomerNodeEndpoint(entry, context);
|
|
6365
6365
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
6366
6366
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
6367
|
-
entries["member."
|
|
6367
|
+
entries["member.".concat(counter, ".").concat(key)] = value;
|
|
6368
6368
|
});
|
|
6369
6369
|
counter++;
|
|
6370
6370
|
}
|
|
@@ -6390,7 +6390,7 @@ var serializeAws_queryDecreaseNodeGroupsInGlobalReplicationGroupMessage = functi
|
|
|
6390
6390
|
var memberEntries = serializeAws_queryGlobalNodeGroupIdList(input.GlobalNodeGroupsToRemove, context);
|
|
6391
6391
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
6392
6392
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
6393
|
-
var loc = "GlobalNodeGroupsToRemove."
|
|
6393
|
+
var loc = "GlobalNodeGroupsToRemove.".concat(key);
|
|
6394
6394
|
entries[loc] = value;
|
|
6395
6395
|
});
|
|
6396
6396
|
}
|
|
@@ -6398,7 +6398,7 @@ var serializeAws_queryDecreaseNodeGroupsInGlobalReplicationGroupMessage = functi
|
|
|
6398
6398
|
var memberEntries = serializeAws_queryGlobalNodeGroupIdList(input.GlobalNodeGroupsToRetain, context);
|
|
6399
6399
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
6400
6400
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
6401
|
-
var loc = "GlobalNodeGroupsToRetain."
|
|
6401
|
+
var loc = "GlobalNodeGroupsToRetain.".concat(key);
|
|
6402
6402
|
entries[loc] = value;
|
|
6403
6403
|
});
|
|
6404
6404
|
}
|
|
@@ -6419,7 +6419,7 @@ var serializeAws_queryDecreaseReplicaCountMessage = function (input, context) {
|
|
|
6419
6419
|
var memberEntries = serializeAws_queryReplicaConfigurationList(input.ReplicaConfiguration, context);
|
|
6420
6420
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
6421
6421
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
6422
|
-
var loc = "ReplicaConfiguration."
|
|
6422
|
+
var loc = "ReplicaConfiguration.".concat(key);
|
|
6423
6423
|
entries[loc] = value;
|
|
6424
6424
|
});
|
|
6425
6425
|
}
|
|
@@ -6427,7 +6427,7 @@ var serializeAws_queryDecreaseReplicaCountMessage = function (input, context) {
|
|
|
6427
6427
|
var memberEntries = serializeAws_queryRemoveReplicasList(input.ReplicasToRemove, context);
|
|
6428
6428
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
6429
6429
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
6430
|
-
var loc = "ReplicasToRemove."
|
|
6430
|
+
var loc = "ReplicasToRemove.".concat(key);
|
|
6431
6431
|
entries[loc] = value;
|
|
6432
6432
|
});
|
|
6433
6433
|
}
|
|
@@ -6737,7 +6737,7 @@ var serializeAws_queryDescribeServiceUpdatesMessage = function (input, context)
|
|
|
6737
6737
|
var memberEntries = serializeAws_queryServiceUpdateStatusList(input.ServiceUpdateStatus, context);
|
|
6738
6738
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
6739
6739
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
6740
|
-
var loc = "ServiceUpdateStatus."
|
|
6740
|
+
var loc = "ServiceUpdateStatus.".concat(key);
|
|
6741
6741
|
entries[loc] = value;
|
|
6742
6742
|
});
|
|
6743
6743
|
}
|
|
@@ -6783,7 +6783,7 @@ var serializeAws_queryDescribeUpdateActionsMessage = function (input, context) {
|
|
|
6783
6783
|
var memberEntries = serializeAws_queryReplicationGroupIdList(input.ReplicationGroupIds, context);
|
|
6784
6784
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
6785
6785
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
6786
|
-
var loc = "ReplicationGroupIds."
|
|
6786
|
+
var loc = "ReplicationGroupIds.".concat(key);
|
|
6787
6787
|
entries[loc] = value;
|
|
6788
6788
|
});
|
|
6789
6789
|
}
|
|
@@ -6791,7 +6791,7 @@ var serializeAws_queryDescribeUpdateActionsMessage = function (input, context) {
|
|
|
6791
6791
|
var memberEntries = serializeAws_queryCacheClusterIdList(input.CacheClusterIds, context);
|
|
6792
6792
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
6793
6793
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
6794
|
-
var loc = "CacheClusterIds."
|
|
6794
|
+
var loc = "CacheClusterIds.".concat(key);
|
|
6795
6795
|
entries[loc] = value;
|
|
6796
6796
|
});
|
|
6797
6797
|
}
|
|
@@ -6802,7 +6802,7 @@ var serializeAws_queryDescribeUpdateActionsMessage = function (input, context) {
|
|
|
6802
6802
|
var memberEntries = serializeAws_queryServiceUpdateStatusList(input.ServiceUpdateStatus, context);
|
|
6803
6803
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
6804
6804
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
6805
|
-
var loc = "ServiceUpdateStatus."
|
|
6805
|
+
var loc = "ServiceUpdateStatus.".concat(key);
|
|
6806
6806
|
entries[loc] = value;
|
|
6807
6807
|
});
|
|
6808
6808
|
}
|
|
@@ -6810,7 +6810,7 @@ var serializeAws_queryDescribeUpdateActionsMessage = function (input, context) {
|
|
|
6810
6810
|
var memberEntries = serializeAws_queryTimeRangeFilter(input.ServiceUpdateTimeRange, context);
|
|
6811
6811
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
6812
6812
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
6813
|
-
var loc = "ServiceUpdateTimeRange."
|
|
6813
|
+
var loc = "ServiceUpdateTimeRange.".concat(key);
|
|
6814
6814
|
entries[loc] = value;
|
|
6815
6815
|
});
|
|
6816
6816
|
}
|
|
@@ -6818,7 +6818,7 @@ var serializeAws_queryDescribeUpdateActionsMessage = function (input, context) {
|
|
|
6818
6818
|
var memberEntries = serializeAws_queryUpdateActionStatusList(input.UpdateActionStatus, context);
|
|
6819
6819
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
6820
6820
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
6821
|
-
var loc = "UpdateActionStatus."
|
|
6821
|
+
var loc = "UpdateActionStatus.".concat(key);
|
|
6822
6822
|
entries[loc] = value;
|
|
6823
6823
|
});
|
|
6824
6824
|
}
|
|
@@ -6858,7 +6858,7 @@ var serializeAws_queryDescribeUsersMessage = function (input, context) {
|
|
|
6858
6858
|
var memberEntries = serializeAws_queryFilterList(input.Filters, context);
|
|
6859
6859
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
6860
6860
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
6861
|
-
var loc = "Filters."
|
|
6861
|
+
var loc = "Filters.".concat(key);
|
|
6862
6862
|
entries[loc] = value;
|
|
6863
6863
|
});
|
|
6864
6864
|
}
|
|
@@ -6876,7 +6876,7 @@ var serializeAws_queryDestinationDetails = function (input, context) {
|
|
|
6876
6876
|
var memberEntries = serializeAws_queryCloudWatchLogsDestinationDetails(input.CloudWatchLogsDetails, context);
|
|
6877
6877
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
6878
6878
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
6879
|
-
var loc = "CloudWatchLogsDetails."
|
|
6879
|
+
var loc = "CloudWatchLogsDetails.".concat(key);
|
|
6880
6880
|
entries[loc] = value;
|
|
6881
6881
|
});
|
|
6882
6882
|
}
|
|
@@ -6884,7 +6884,7 @@ var serializeAws_queryDestinationDetails = function (input, context) {
|
|
|
6884
6884
|
var memberEntries = serializeAws_queryKinesisFirehoseDestinationDetails(input.KinesisFirehoseDetails, context);
|
|
6885
6885
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
6886
6886
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
6887
|
-
var loc = "KinesisFirehoseDetails."
|
|
6887
|
+
var loc = "KinesisFirehoseDetails.".concat(key);
|
|
6888
6888
|
entries[loc] = value;
|
|
6889
6889
|
});
|
|
6890
6890
|
}
|
|
@@ -6925,7 +6925,7 @@ var serializeAws_queryFilter = function (input, context) {
|
|
|
6925
6925
|
var memberEntries = serializeAws_queryFilterValueList(input.Values, context);
|
|
6926
6926
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
6927
6927
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
6928
|
-
var loc = "Values."
|
|
6928
|
+
var loc = "Values.".concat(key);
|
|
6929
6929
|
entries[loc] = value;
|
|
6930
6930
|
});
|
|
6931
6931
|
}
|
|
@@ -6944,7 +6944,7 @@ var serializeAws_queryFilterList = function (input, context) {
|
|
|
6944
6944
|
var memberEntries = serializeAws_queryFilter(entry, context);
|
|
6945
6945
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
6946
6946
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
6947
|
-
entries["member."
|
|
6947
|
+
entries["member.".concat(counter, ".").concat(key)] = value;
|
|
6948
6948
|
});
|
|
6949
6949
|
counter++;
|
|
6950
6950
|
}
|
|
@@ -6968,7 +6968,7 @@ var serializeAws_queryFilterValueList = function (input, context) {
|
|
|
6968
6968
|
if (entry === null) {
|
|
6969
6969
|
continue;
|
|
6970
6970
|
}
|
|
6971
|
-
entries["member."
|
|
6971
|
+
entries["member.".concat(counter)] = entry;
|
|
6972
6972
|
counter++;
|
|
6973
6973
|
}
|
|
6974
6974
|
}
|
|
@@ -6991,7 +6991,7 @@ var serializeAws_queryGlobalNodeGroupIdList = function (input, context) {
|
|
|
6991
6991
|
if (entry === null) {
|
|
6992
6992
|
continue;
|
|
6993
6993
|
}
|
|
6994
|
-
entries["GlobalNodeGroupId."
|
|
6994
|
+
entries["GlobalNodeGroupId.".concat(counter)] = entry;
|
|
6995
6995
|
counter++;
|
|
6996
6996
|
}
|
|
6997
6997
|
}
|
|
@@ -7016,7 +7016,7 @@ var serializeAws_queryIncreaseNodeGroupsInGlobalReplicationGroupMessage = functi
|
|
|
7016
7016
|
var memberEntries = serializeAws_queryRegionalConfigurationList(input.RegionalConfigurations, context);
|
|
7017
7017
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
7018
7018
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
7019
|
-
var loc = "RegionalConfigurations."
|
|
7019
|
+
var loc = "RegionalConfigurations.".concat(key);
|
|
7020
7020
|
entries[loc] = value;
|
|
7021
7021
|
});
|
|
7022
7022
|
}
|
|
@@ -7037,7 +7037,7 @@ var serializeAws_queryIncreaseReplicaCountMessage = function (input, context) {
|
|
|
7037
7037
|
var memberEntries = serializeAws_queryReplicaConfigurationList(input.ReplicaConfiguration, context);
|
|
7038
7038
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
7039
7039
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
7040
|
-
var loc = "ReplicaConfiguration."
|
|
7040
|
+
var loc = "ReplicaConfiguration.".concat(key);
|
|
7041
7041
|
entries[loc] = value;
|
|
7042
7042
|
});
|
|
7043
7043
|
}
|
|
@@ -7056,7 +7056,7 @@ var serializeAws_queryKeyList = function (input, context) {
|
|
|
7056
7056
|
if (entry === null) {
|
|
7057
7057
|
continue;
|
|
7058
7058
|
}
|
|
7059
|
-
entries["member."
|
|
7059
|
+
entries["member.".concat(counter)] = entry;
|
|
7060
7060
|
counter++;
|
|
7061
7061
|
}
|
|
7062
7062
|
}
|
|
@@ -7105,7 +7105,7 @@ var serializeAws_queryLogDeliveryConfigurationRequest = function (input, context
|
|
|
7105
7105
|
var memberEntries = serializeAws_queryDestinationDetails(input.DestinationDetails, context);
|
|
7106
7106
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
7107
7107
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
7108
|
-
var loc = "DestinationDetails."
|
|
7108
|
+
var loc = "DestinationDetails.".concat(key);
|
|
7109
7109
|
entries[loc] = value;
|
|
7110
7110
|
});
|
|
7111
7111
|
}
|
|
@@ -7130,7 +7130,7 @@ var serializeAws_queryLogDeliveryConfigurationRequestList = function (input, con
|
|
|
7130
7130
|
var memberEntries = serializeAws_queryLogDeliveryConfigurationRequest(entry, context);
|
|
7131
7131
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
7132
7132
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
7133
|
-
entries["LogDeliveryConfigurationRequest."
|
|
7133
|
+
entries["LogDeliveryConfigurationRequest.".concat(counter, ".").concat(key)] = value;
|
|
7134
7134
|
});
|
|
7135
7135
|
counter++;
|
|
7136
7136
|
}
|
|
@@ -7156,7 +7156,7 @@ var serializeAws_queryModifyCacheClusterMessage = function (input, context) {
|
|
|
7156
7156
|
var memberEntries = serializeAws_queryCacheNodeIdsList(input.CacheNodeIdsToRemove, context);
|
|
7157
7157
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
7158
7158
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
7159
|
-
var loc = "CacheNodeIdsToRemove."
|
|
7159
|
+
var loc = "CacheNodeIdsToRemove.".concat(key);
|
|
7160
7160
|
entries[loc] = value;
|
|
7161
7161
|
});
|
|
7162
7162
|
}
|
|
@@ -7167,7 +7167,7 @@ var serializeAws_queryModifyCacheClusterMessage = function (input, context) {
|
|
|
7167
7167
|
var memberEntries = serializeAws_queryPreferredAvailabilityZoneList(input.NewAvailabilityZones, context);
|
|
7168
7168
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
7169
7169
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
7170
|
-
var loc = "NewAvailabilityZones."
|
|
7170
|
+
var loc = "NewAvailabilityZones.".concat(key);
|
|
7171
7171
|
entries[loc] = value;
|
|
7172
7172
|
});
|
|
7173
7173
|
}
|
|
@@ -7175,7 +7175,7 @@ var serializeAws_queryModifyCacheClusterMessage = function (input, context) {
|
|
|
7175
7175
|
var memberEntries = serializeAws_queryCacheSecurityGroupNameList(input.CacheSecurityGroupNames, context);
|
|
7176
7176
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
7177
7177
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
7178
|
-
var loc = "CacheSecurityGroupNames."
|
|
7178
|
+
var loc = "CacheSecurityGroupNames.".concat(key);
|
|
7179
7179
|
entries[loc] = value;
|
|
7180
7180
|
});
|
|
7181
7181
|
}
|
|
@@ -7183,7 +7183,7 @@ var serializeAws_queryModifyCacheClusterMessage = function (input, context) {
|
|
|
7183
7183
|
var memberEntries = serializeAws_querySecurityGroupIdsList(input.SecurityGroupIds, context);
|
|
7184
7184
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
7185
7185
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
7186
|
-
var loc = "SecurityGroupIds."
|
|
7186
|
+
var loc = "SecurityGroupIds.".concat(key);
|
|
7187
7187
|
entries[loc] = value;
|
|
7188
7188
|
});
|
|
7189
7189
|
}
|
|
@@ -7227,7 +7227,7 @@ var serializeAws_queryModifyCacheClusterMessage = function (input, context) {
|
|
|
7227
7227
|
var memberEntries = serializeAws_queryLogDeliveryConfigurationRequestList(input.LogDeliveryConfigurations, context);
|
|
7228
7228
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
7229
7229
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
7230
|
-
var loc = "LogDeliveryConfigurations."
|
|
7230
|
+
var loc = "LogDeliveryConfigurations.".concat(key);
|
|
7231
7231
|
entries[loc] = value;
|
|
7232
7232
|
});
|
|
7233
7233
|
}
|
|
@@ -7242,7 +7242,7 @@ var serializeAws_queryModifyCacheParameterGroupMessage = function (input, contex
|
|
|
7242
7242
|
var memberEntries = serializeAws_queryParameterNameValueList(input.ParameterNameValues, context);
|
|
7243
7243
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
7244
7244
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
7245
|
-
var loc = "ParameterNameValues."
|
|
7245
|
+
var loc = "ParameterNameValues.".concat(key);
|
|
7246
7246
|
entries[loc] = value;
|
|
7247
7247
|
});
|
|
7248
7248
|
}
|
|
@@ -7260,7 +7260,7 @@ var serializeAws_queryModifyCacheSubnetGroupMessage = function (input, context)
|
|
|
7260
7260
|
var memberEntries = serializeAws_querySubnetIdentifierList(input.SubnetIds, context);
|
|
7261
7261
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
7262
7262
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
7263
|
-
var loc = "SubnetIds."
|
|
7263
|
+
var loc = "SubnetIds.".concat(key);
|
|
7264
7264
|
entries[loc] = value;
|
|
7265
7265
|
});
|
|
7266
7266
|
}
|
|
@@ -7318,7 +7318,7 @@ var serializeAws_queryModifyReplicationGroupMessage = function (input, context)
|
|
|
7318
7318
|
var memberEntries = serializeAws_queryCacheSecurityGroupNameList(input.CacheSecurityGroupNames, context);
|
|
7319
7319
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
7320
7320
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
7321
|
-
var loc = "CacheSecurityGroupNames."
|
|
7321
|
+
var loc = "CacheSecurityGroupNames.".concat(key);
|
|
7322
7322
|
entries[loc] = value;
|
|
7323
7323
|
});
|
|
7324
7324
|
}
|
|
@@ -7326,7 +7326,7 @@ var serializeAws_queryModifyReplicationGroupMessage = function (input, context)
|
|
|
7326
7326
|
var memberEntries = serializeAws_querySecurityGroupIdsList(input.SecurityGroupIds, context);
|
|
7327
7327
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
7328
7328
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
7329
|
-
var loc = "SecurityGroupIds."
|
|
7329
|
+
var loc = "SecurityGroupIds.".concat(key);
|
|
7330
7330
|
entries[loc] = value;
|
|
7331
7331
|
});
|
|
7332
7332
|
}
|
|
@@ -7370,7 +7370,7 @@ var serializeAws_queryModifyReplicationGroupMessage = function (input, context)
|
|
|
7370
7370
|
var memberEntries = serializeAws_queryUserGroupIdList(input.UserGroupIdsToAdd, context);
|
|
7371
7371
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
7372
7372
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
7373
|
-
var loc = "UserGroupIdsToAdd."
|
|
7373
|
+
var loc = "UserGroupIdsToAdd.".concat(key);
|
|
7374
7374
|
entries[loc] = value;
|
|
7375
7375
|
});
|
|
7376
7376
|
}
|
|
@@ -7378,7 +7378,7 @@ var serializeAws_queryModifyReplicationGroupMessage = function (input, context)
|
|
|
7378
7378
|
var memberEntries = serializeAws_queryUserGroupIdList(input.UserGroupIdsToRemove, context);
|
|
7379
7379
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
7380
7380
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
7381
|
-
var loc = "UserGroupIdsToRemove."
|
|
7381
|
+
var loc = "UserGroupIdsToRemove.".concat(key);
|
|
7382
7382
|
entries[loc] = value;
|
|
7383
7383
|
});
|
|
7384
7384
|
}
|
|
@@ -7389,7 +7389,7 @@ var serializeAws_queryModifyReplicationGroupMessage = function (input, context)
|
|
|
7389
7389
|
var memberEntries = serializeAws_queryLogDeliveryConfigurationRequestList(input.LogDeliveryConfigurations, context);
|
|
7390
7390
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
7391
7391
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
7392
|
-
var loc = "LogDeliveryConfigurations."
|
|
7392
|
+
var loc = "LogDeliveryConfigurations.".concat(key);
|
|
7393
7393
|
entries[loc] = value;
|
|
7394
7394
|
});
|
|
7395
7395
|
}
|
|
@@ -7410,7 +7410,7 @@ var serializeAws_queryModifyReplicationGroupShardConfigurationMessage = function
|
|
|
7410
7410
|
var memberEntries = serializeAws_queryReshardingConfigurationList(input.ReshardingConfiguration, context);
|
|
7411
7411
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
7412
7412
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
7413
|
-
var loc = "ReshardingConfiguration."
|
|
7413
|
+
var loc = "ReshardingConfiguration.".concat(key);
|
|
7414
7414
|
entries[loc] = value;
|
|
7415
7415
|
});
|
|
7416
7416
|
}
|
|
@@ -7418,7 +7418,7 @@ var serializeAws_queryModifyReplicationGroupShardConfigurationMessage = function
|
|
|
7418
7418
|
var memberEntries = serializeAws_queryNodeGroupsToRemoveList(input.NodeGroupsToRemove, context);
|
|
7419
7419
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
7420
7420
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
7421
|
-
var loc = "NodeGroupsToRemove."
|
|
7421
|
+
var loc = "NodeGroupsToRemove.".concat(key);
|
|
7422
7422
|
entries[loc] = value;
|
|
7423
7423
|
});
|
|
7424
7424
|
}
|
|
@@ -7426,7 +7426,7 @@ var serializeAws_queryModifyReplicationGroupShardConfigurationMessage = function
|
|
|
7426
7426
|
var memberEntries = serializeAws_queryNodeGroupsToRetainList(input.NodeGroupsToRetain, context);
|
|
7427
7427
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
7428
7428
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
7429
|
-
var loc = "NodeGroupsToRetain."
|
|
7429
|
+
var loc = "NodeGroupsToRetain.".concat(key);
|
|
7430
7430
|
entries[loc] = value;
|
|
7431
7431
|
});
|
|
7432
7432
|
}
|
|
@@ -7441,7 +7441,7 @@ var serializeAws_queryModifyUserGroupMessage = function (input, context) {
|
|
|
7441
7441
|
var memberEntries = serializeAws_queryUserIdListInput(input.UserIdsToAdd, context);
|
|
7442
7442
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
7443
7443
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
7444
|
-
var loc = "UserIdsToAdd."
|
|
7444
|
+
var loc = "UserIdsToAdd.".concat(key);
|
|
7445
7445
|
entries[loc] = value;
|
|
7446
7446
|
});
|
|
7447
7447
|
}
|
|
@@ -7449,7 +7449,7 @@ var serializeAws_queryModifyUserGroupMessage = function (input, context) {
|
|
|
7449
7449
|
var memberEntries = serializeAws_queryUserIdListInput(input.UserIdsToRemove, context);
|
|
7450
7450
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
7451
7451
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
7452
|
-
var loc = "UserIdsToRemove."
|
|
7452
|
+
var loc = "UserIdsToRemove.".concat(key);
|
|
7453
7453
|
entries[loc] = value;
|
|
7454
7454
|
});
|
|
7455
7455
|
}
|
|
@@ -7470,7 +7470,7 @@ var serializeAws_queryModifyUserMessage = function (input, context) {
|
|
|
7470
7470
|
var memberEntries = serializeAws_queryPasswordListInput(input.Passwords, context);
|
|
7471
7471
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
7472
7472
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
7473
|
-
var loc = "Passwords."
|
|
7473
|
+
var loc = "Passwords.".concat(key);
|
|
7474
7474
|
entries[loc] = value;
|
|
7475
7475
|
});
|
|
7476
7476
|
}
|
|
@@ -7497,7 +7497,7 @@ var serializeAws_queryNodeGroupConfiguration = function (input, context) {
|
|
|
7497
7497
|
var memberEntries = serializeAws_queryAvailabilityZonesList(input.ReplicaAvailabilityZones, context);
|
|
7498
7498
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
7499
7499
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
7500
|
-
var loc = "ReplicaAvailabilityZones."
|
|
7500
|
+
var loc = "ReplicaAvailabilityZones.".concat(key);
|
|
7501
7501
|
entries[loc] = value;
|
|
7502
7502
|
});
|
|
7503
7503
|
}
|
|
@@ -7508,7 +7508,7 @@ var serializeAws_queryNodeGroupConfiguration = function (input, context) {
|
|
|
7508
7508
|
var memberEntries = serializeAws_queryOutpostArnsList(input.ReplicaOutpostArns, context);
|
|
7509
7509
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
7510
7510
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
7511
|
-
var loc = "ReplicaOutpostArns."
|
|
7511
|
+
var loc = "ReplicaOutpostArns.".concat(key);
|
|
7512
7512
|
entries[loc] = value;
|
|
7513
7513
|
});
|
|
7514
7514
|
}
|
|
@@ -7527,7 +7527,7 @@ var serializeAws_queryNodeGroupConfigurationList = function (input, context) {
|
|
|
7527
7527
|
var memberEntries = serializeAws_queryNodeGroupConfiguration(entry, context);
|
|
7528
7528
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
7529
7529
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
7530
|
-
entries["NodeGroupConfiguration."
|
|
7530
|
+
entries["NodeGroupConfiguration.".concat(counter, ".").concat(key)] = value;
|
|
7531
7531
|
});
|
|
7532
7532
|
counter++;
|
|
7533
7533
|
}
|
|
@@ -7551,7 +7551,7 @@ var serializeAws_queryNodeGroupsToRemoveList = function (input, context) {
|
|
|
7551
7551
|
if (entry === null) {
|
|
7552
7552
|
continue;
|
|
7553
7553
|
}
|
|
7554
|
-
entries["NodeGroupToRemove."
|
|
7554
|
+
entries["NodeGroupToRemove.".concat(counter)] = entry;
|
|
7555
7555
|
counter++;
|
|
7556
7556
|
}
|
|
7557
7557
|
}
|
|
@@ -7574,7 +7574,7 @@ var serializeAws_queryNodeGroupsToRetainList = function (input, context) {
|
|
|
7574
7574
|
if (entry === null) {
|
|
7575
7575
|
continue;
|
|
7576
7576
|
}
|
|
7577
|
-
entries["NodeGroupToRetain."
|
|
7577
|
+
entries["NodeGroupToRetain.".concat(counter)] = entry;
|
|
7578
7578
|
counter++;
|
|
7579
7579
|
}
|
|
7580
7580
|
}
|
|
@@ -7597,7 +7597,7 @@ var serializeAws_queryOutpostArnsList = function (input, context) {
|
|
|
7597
7597
|
if (entry === null) {
|
|
7598
7598
|
continue;
|
|
7599
7599
|
}
|
|
7600
|
-
entries["OutpostArn."
|
|
7600
|
+
entries["OutpostArn.".concat(counter)] = entry;
|
|
7601
7601
|
counter++;
|
|
7602
7602
|
}
|
|
7603
7603
|
}
|
|
@@ -7633,7 +7633,7 @@ var serializeAws_queryParameterNameValueList = function (input, context) {
|
|
|
7633
7633
|
var memberEntries = serializeAws_queryParameterNameValue(entry, context);
|
|
7634
7634
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
7635
7635
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
7636
|
-
entries["ParameterNameValue."
|
|
7636
|
+
entries["ParameterNameValue.".concat(counter, ".").concat(key)] = value;
|
|
7637
7637
|
});
|
|
7638
7638
|
counter++;
|
|
7639
7639
|
}
|
|
@@ -7657,7 +7657,7 @@ var serializeAws_queryPasswordListInput = function (input, context) {
|
|
|
7657
7657
|
if (entry === null) {
|
|
7658
7658
|
continue;
|
|
7659
7659
|
}
|
|
7660
|
-
entries["member."
|
|
7660
|
+
entries["member.".concat(counter)] = entry;
|
|
7661
7661
|
counter++;
|
|
7662
7662
|
}
|
|
7663
7663
|
}
|
|
@@ -7680,7 +7680,7 @@ var serializeAws_queryPreferredAvailabilityZoneList = function (input, context)
|
|
|
7680
7680
|
if (entry === null) {
|
|
7681
7681
|
continue;
|
|
7682
7682
|
}
|
|
7683
|
-
entries["PreferredAvailabilityZone."
|
|
7683
|
+
entries["PreferredAvailabilityZone.".concat(counter)] = entry;
|
|
7684
7684
|
counter++;
|
|
7685
7685
|
}
|
|
7686
7686
|
}
|
|
@@ -7703,7 +7703,7 @@ var serializeAws_queryPreferredOutpostArnList = function (input, context) {
|
|
|
7703
7703
|
if (entry === null) {
|
|
7704
7704
|
continue;
|
|
7705
7705
|
}
|
|
7706
|
-
entries["PreferredOutpostArn."
|
|
7706
|
+
entries["PreferredOutpostArn.".concat(counter)] = entry;
|
|
7707
7707
|
counter++;
|
|
7708
7708
|
}
|
|
7709
7709
|
}
|
|
@@ -7731,7 +7731,7 @@ var serializeAws_queryPurchaseReservedCacheNodesOfferingMessage = function (inpu
|
|
|
7731
7731
|
var memberEntries = serializeAws_queryTagList(input.Tags, context);
|
|
7732
7732
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
7733
7733
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
7734
|
-
var loc = "Tags."
|
|
7734
|
+
var loc = "Tags.".concat(key);
|
|
7735
7735
|
entries[loc] = value;
|
|
7736
7736
|
});
|
|
7737
7737
|
}
|
|
@@ -7756,7 +7756,7 @@ var serializeAws_queryRebootCacheClusterMessage = function (input, context) {
|
|
|
7756
7756
|
var memberEntries = serializeAws_queryCacheNodeIdsList(input.CacheNodeIdsToReboot, context);
|
|
7757
7757
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
7758
7758
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
7759
|
-
var loc = "CacheNodeIdsToReboot."
|
|
7759
|
+
var loc = "CacheNodeIdsToReboot.".concat(key);
|
|
7760
7760
|
entries[loc] = value;
|
|
7761
7761
|
});
|
|
7762
7762
|
}
|
|
@@ -7774,7 +7774,7 @@ var serializeAws_queryRegionalConfiguration = function (input, context) {
|
|
|
7774
7774
|
var memberEntries = serializeAws_queryReshardingConfigurationList(input.ReshardingConfiguration, context);
|
|
7775
7775
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
7776
7776
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
7777
|
-
var loc = "ReshardingConfiguration."
|
|
7777
|
+
var loc = "ReshardingConfiguration.".concat(key);
|
|
7778
7778
|
entries[loc] = value;
|
|
7779
7779
|
});
|
|
7780
7780
|
}
|
|
@@ -7793,7 +7793,7 @@ var serializeAws_queryRegionalConfigurationList = function (input, context) {
|
|
|
7793
7793
|
var memberEntries = serializeAws_queryRegionalConfiguration(entry, context);
|
|
7794
7794
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
7795
7795
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
7796
|
-
entries["RegionalConfiguration."
|
|
7796
|
+
entries["RegionalConfiguration.".concat(counter, ".").concat(key)] = value;
|
|
7797
7797
|
});
|
|
7798
7798
|
counter++;
|
|
7799
7799
|
}
|
|
@@ -7817,7 +7817,7 @@ var serializeAws_queryRemoveReplicasList = function (input, context) {
|
|
|
7817
7817
|
if (entry === null) {
|
|
7818
7818
|
continue;
|
|
7819
7819
|
}
|
|
7820
|
-
entries["member."
|
|
7820
|
+
entries["member.".concat(counter)] = entry;
|
|
7821
7821
|
counter++;
|
|
7822
7822
|
}
|
|
7823
7823
|
}
|
|
@@ -7839,7 +7839,7 @@ var serializeAws_queryRemoveTagsFromResourceMessage = function (input, context)
|
|
|
7839
7839
|
var memberEntries = serializeAws_queryKeyList(input.TagKeys, context);
|
|
7840
7840
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
7841
7841
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
7842
|
-
var loc = "TagKeys."
|
|
7842
|
+
var loc = "TagKeys.".concat(key);
|
|
7843
7843
|
entries[loc] = value;
|
|
7844
7844
|
});
|
|
7845
7845
|
}
|
|
@@ -7858,7 +7858,7 @@ var serializeAws_queryReplicaConfigurationList = function (input, context) {
|
|
|
7858
7858
|
var memberEntries = serializeAws_queryConfigureShard(entry, context);
|
|
7859
7859
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
7860
7860
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
7861
|
-
entries["ConfigureShard."
|
|
7861
|
+
entries["ConfigureShard.".concat(counter, ".").concat(key)] = value;
|
|
7862
7862
|
});
|
|
7863
7863
|
counter++;
|
|
7864
7864
|
}
|
|
@@ -7882,7 +7882,7 @@ var serializeAws_queryReplicationGroupIdList = function (input, context) {
|
|
|
7882
7882
|
if (entry === null) {
|
|
7883
7883
|
continue;
|
|
7884
7884
|
}
|
|
7885
|
-
entries["member."
|
|
7885
|
+
entries["member.".concat(counter)] = entry;
|
|
7886
7886
|
counter++;
|
|
7887
7887
|
}
|
|
7888
7888
|
}
|
|
@@ -7907,7 +7907,7 @@ var serializeAws_queryResetCacheParameterGroupMessage = function (input, context
|
|
|
7907
7907
|
var memberEntries = serializeAws_queryParameterNameValueList(input.ParameterNameValues, context);
|
|
7908
7908
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
7909
7909
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
7910
|
-
var loc = "ParameterNameValues."
|
|
7910
|
+
var loc = "ParameterNameValues.".concat(key);
|
|
7911
7911
|
entries[loc] = value;
|
|
7912
7912
|
});
|
|
7913
7913
|
}
|
|
@@ -7922,7 +7922,7 @@ var serializeAws_queryReshardingConfiguration = function (input, context) {
|
|
|
7922
7922
|
var memberEntries = serializeAws_queryAvailabilityZonesList(input.PreferredAvailabilityZones, context);
|
|
7923
7923
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
7924
7924
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
7925
|
-
var loc = "PreferredAvailabilityZones."
|
|
7925
|
+
var loc = "PreferredAvailabilityZones.".concat(key);
|
|
7926
7926
|
entries[loc] = value;
|
|
7927
7927
|
});
|
|
7928
7928
|
}
|
|
@@ -7941,7 +7941,7 @@ var serializeAws_queryReshardingConfigurationList = function (input, context) {
|
|
|
7941
7941
|
var memberEntries = serializeAws_queryReshardingConfiguration(entry, context);
|
|
7942
7942
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
7943
7943
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
7944
|
-
entries["ReshardingConfiguration."
|
|
7944
|
+
entries["ReshardingConfiguration.".concat(counter, ".").concat(key)] = value;
|
|
7945
7945
|
});
|
|
7946
7946
|
counter++;
|
|
7947
7947
|
}
|
|
@@ -7978,7 +7978,7 @@ var serializeAws_querySecurityGroupIdsList = function (input, context) {
|
|
|
7978
7978
|
if (entry === null) {
|
|
7979
7979
|
continue;
|
|
7980
7980
|
}
|
|
7981
|
-
entries["SecurityGroupId."
|
|
7981
|
+
entries["SecurityGroupId.".concat(counter)] = entry;
|
|
7982
7982
|
counter++;
|
|
7983
7983
|
}
|
|
7984
7984
|
}
|
|
@@ -8001,7 +8001,7 @@ var serializeAws_queryServiceUpdateStatusList = function (input, context) {
|
|
|
8001
8001
|
if (entry === null) {
|
|
8002
8002
|
continue;
|
|
8003
8003
|
}
|
|
8004
|
-
entries["member."
|
|
8004
|
+
entries["member.".concat(counter)] = entry;
|
|
8005
8005
|
counter++;
|
|
8006
8006
|
}
|
|
8007
8007
|
}
|
|
@@ -8024,7 +8024,7 @@ var serializeAws_querySnapshotArnsList = function (input, context) {
|
|
|
8024
8024
|
if (entry === null) {
|
|
8025
8025
|
continue;
|
|
8026
8026
|
}
|
|
8027
|
-
entries["SnapshotArn."
|
|
8027
|
+
entries["SnapshotArn.".concat(counter)] = entry;
|
|
8028
8028
|
counter++;
|
|
8029
8029
|
}
|
|
8030
8030
|
}
|
|
@@ -8046,7 +8046,7 @@ var serializeAws_queryStartMigrationMessage = function (input, context) {
|
|
|
8046
8046
|
var memberEntries = serializeAws_queryCustomerNodeEndpointList(input.CustomerNodeEndpointList, context);
|
|
8047
8047
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
8048
8048
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
8049
|
-
var loc = "CustomerNodeEndpointList."
|
|
8049
|
+
var loc = "CustomerNodeEndpointList.".concat(key);
|
|
8050
8050
|
entries[loc] = value;
|
|
8051
8051
|
});
|
|
8052
8052
|
}
|
|
@@ -8062,7 +8062,7 @@ var serializeAws_querySubnetIdentifierList = function (input, context) {
|
|
|
8062
8062
|
if (entry === null) {
|
|
8063
8063
|
continue;
|
|
8064
8064
|
}
|
|
8065
|
-
entries["SubnetIdentifier."
|
|
8065
|
+
entries["SubnetIdentifier.".concat(counter)] = entry;
|
|
8066
8066
|
counter++;
|
|
8067
8067
|
}
|
|
8068
8068
|
}
|
|
@@ -8098,7 +8098,7 @@ var serializeAws_queryTagList = function (input, context) {
|
|
|
8098
8098
|
var memberEntries = serializeAws_queryTag(entry, context);
|
|
8099
8099
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
8100
8100
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
8101
|
-
entries["Tag."
|
|
8101
|
+
entries["Tag.".concat(counter, ".").concat(key)] = value;
|
|
8102
8102
|
});
|
|
8103
8103
|
counter++;
|
|
8104
8104
|
}
|
|
@@ -8142,7 +8142,7 @@ var serializeAws_queryUpdateActionStatusList = function (input, context) {
|
|
|
8142
8142
|
if (entry === null) {
|
|
8143
8143
|
continue;
|
|
8144
8144
|
}
|
|
8145
|
-
entries["member."
|
|
8145
|
+
entries["member.".concat(counter)] = entry;
|
|
8146
8146
|
counter++;
|
|
8147
8147
|
}
|
|
8148
8148
|
}
|
|
@@ -8165,7 +8165,7 @@ var serializeAws_queryUserGroupIdList = function (input, context) {
|
|
|
8165
8165
|
if (entry === null) {
|
|
8166
8166
|
continue;
|
|
8167
8167
|
}
|
|
8168
|
-
entries["member."
|
|
8168
|
+
entries["member.".concat(counter)] = entry;
|
|
8169
8169
|
counter++;
|
|
8170
8170
|
}
|
|
8171
8171
|
}
|
|
@@ -8188,7 +8188,7 @@ var serializeAws_queryUserGroupIdListInput = function (input, context) {
|
|
|
8188
8188
|
if (entry === null) {
|
|
8189
8189
|
continue;
|
|
8190
8190
|
}
|
|
8191
|
-
entries["member."
|
|
8191
|
+
entries["member.".concat(counter)] = entry;
|
|
8192
8192
|
counter++;
|
|
8193
8193
|
}
|
|
8194
8194
|
}
|
|
@@ -8211,7 +8211,7 @@ var serializeAws_queryUserIdListInput = function (input, context) {
|
|
|
8211
8211
|
if (entry === null) {
|
|
8212
8212
|
continue;
|
|
8213
8213
|
}
|
|
8214
|
-
entries["member."
|
|
8214
|
+
entries["member.".concat(counter)] = entry;
|
|
8215
8215
|
counter++;
|
|
8216
8216
|
}
|
|
8217
8217
|
}
|