@aws-sdk/client-auto-scaling 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 +27 -0
- package/dist-cjs/AutoScalingClient.js +13 -13
- package/dist-cjs/commands/AttachInstancesCommand.js +3 -3
- package/dist-cjs/commands/AttachLoadBalancerTargetGroupsCommand.js +3 -3
- package/dist-cjs/commands/AttachLoadBalancersCommand.js +3 -3
- package/dist-cjs/commands/BatchDeleteScheduledActionCommand.js +3 -3
- package/dist-cjs/commands/BatchPutScheduledUpdateGroupActionCommand.js +3 -3
- package/dist-cjs/commands/CancelInstanceRefreshCommand.js +3 -3
- package/dist-cjs/commands/CompleteLifecycleActionCommand.js +3 -3
- package/dist-cjs/commands/CreateAutoScalingGroupCommand.js +3 -3
- package/dist-cjs/commands/CreateLaunchConfigurationCommand.js +3 -3
- package/dist-cjs/commands/CreateOrUpdateTagsCommand.js +3 -3
- package/dist-cjs/commands/DeleteAutoScalingGroupCommand.js +3 -3
- package/dist-cjs/commands/DeleteLaunchConfigurationCommand.js +3 -3
- package/dist-cjs/commands/DeleteLifecycleHookCommand.js +3 -3
- package/dist-cjs/commands/DeleteNotificationConfigurationCommand.js +3 -3
- package/dist-cjs/commands/DeletePolicyCommand.js +3 -3
- package/dist-cjs/commands/DeleteScheduledActionCommand.js +3 -3
- package/dist-cjs/commands/DeleteTagsCommand.js +3 -3
- package/dist-cjs/commands/DeleteWarmPoolCommand.js +3 -3
- package/dist-cjs/commands/DescribeAccountLimitsCommand.js +3 -3
- package/dist-cjs/commands/DescribeAdjustmentTypesCommand.js +3 -3
- package/dist-cjs/commands/DescribeAutoScalingGroupsCommand.js +3 -3
- package/dist-cjs/commands/DescribeAutoScalingInstancesCommand.js +3 -3
- package/dist-cjs/commands/DescribeAutoScalingNotificationTypesCommand.js +3 -3
- package/dist-cjs/commands/DescribeInstanceRefreshesCommand.js +3 -3
- package/dist-cjs/commands/DescribeLaunchConfigurationsCommand.js +3 -3
- package/dist-cjs/commands/DescribeLifecycleHookTypesCommand.js +3 -3
- package/dist-cjs/commands/DescribeLifecycleHooksCommand.js +3 -3
- package/dist-cjs/commands/DescribeLoadBalancerTargetGroupsCommand.js +3 -3
- package/dist-cjs/commands/DescribeLoadBalancersCommand.js +3 -3
- package/dist-cjs/commands/DescribeMetricCollectionTypesCommand.js +3 -3
- package/dist-cjs/commands/DescribeNotificationConfigurationsCommand.js +3 -3
- package/dist-cjs/commands/DescribePoliciesCommand.js +3 -3
- package/dist-cjs/commands/DescribeScalingActivitiesCommand.js +3 -3
- package/dist-cjs/commands/DescribeScalingProcessTypesCommand.js +3 -3
- package/dist-cjs/commands/DescribeScheduledActionsCommand.js +3 -3
- package/dist-cjs/commands/DescribeTagsCommand.js +3 -3
- package/dist-cjs/commands/DescribeTerminationPolicyTypesCommand.js +3 -3
- package/dist-cjs/commands/DescribeWarmPoolCommand.js +3 -3
- package/dist-cjs/commands/DetachInstancesCommand.js +3 -3
- package/dist-cjs/commands/DetachLoadBalancerTargetGroupsCommand.js +3 -3
- package/dist-cjs/commands/DetachLoadBalancersCommand.js +3 -3
- package/dist-cjs/commands/DisableMetricsCollectionCommand.js +3 -3
- package/dist-cjs/commands/EnableMetricsCollectionCommand.js +3 -3
- package/dist-cjs/commands/EnterStandbyCommand.js +3 -3
- package/dist-cjs/commands/ExecutePolicyCommand.js +3 -3
- package/dist-cjs/commands/ExitStandbyCommand.js +3 -3
- package/dist-cjs/commands/GetPredictiveScalingForecastCommand.js +3 -3
- package/dist-cjs/commands/PutLifecycleHookCommand.js +3 -3
- package/dist-cjs/commands/PutNotificationConfigurationCommand.js +3 -3
- package/dist-cjs/commands/PutScalingPolicyCommand.js +3 -3
- package/dist-cjs/commands/PutScheduledUpdateGroupActionCommand.js +3 -3
- package/dist-cjs/commands/PutWarmPoolCommand.js +3 -3
- package/dist-cjs/commands/RecordLifecycleActionHeartbeatCommand.js +3 -3
- package/dist-cjs/commands/ResumeProcessesCommand.js +3 -3
- package/dist-cjs/commands/SetDesiredCapacityCommand.js +3 -3
- package/dist-cjs/commands/SetInstanceHealthCommand.js +3 -3
- package/dist-cjs/commands/SetInstanceProtectionCommand.js +3 -3
- package/dist-cjs/commands/StartInstanceRefreshCommand.js +3 -3
- package/dist-cjs/commands/SuspendProcessesCommand.js +3 -3
- package/dist-cjs/commands/TerminateInstanceInAutoScalingGroupCommand.js +3 -3
- package/dist-cjs/commands/UpdateAutoScalingGroupCommand.js +3 -3
- package/dist-cjs/endpoints.js +2 -2
- package/dist-cjs/protocols/Aws_query.js +411 -411
- 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/waitForGroupExists.js +3 -3
- package/dist-cjs/waiters/waitForGroupInService.js +3 -3
- package/dist-cjs/waiters/waitForGroupNotExists.js +3 -3
- package/dist-es/AutoScaling.js +61 -61
- package/dist-es/endpoints.js +1 -1
- package/dist-es/pagination/DescribeAutoScalingGroupsPaginator.js +4 -4
- package/dist-es/pagination/DescribeAutoScalingInstancesPaginator.js +4 -4
- package/dist-es/pagination/DescribeLaunchConfigurationsPaginator.js +4 -4
- package/dist-es/pagination/DescribeNotificationConfigurationsPaginator.js +4 -4
- package/dist-es/pagination/DescribePoliciesPaginator.js +4 -4
- package/dist-es/pagination/DescribeScalingActivitiesPaginator.js +4 -4
- package/dist-es/pagination/DescribeScheduledActionsPaginator.js +4 -4
- package/dist-es/pagination/DescribeTagsPaginator.js +4 -4
- package/dist-es/protocols/Aws_query.js +131 -131
- package/dist-es/waiters/waitForGroupInService.js +4 -4
- package/dist-types/AutoScalingClient.d.ts +2 -2
- 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/AutoScalingClient.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
|
@@ -4007,7 +4007,7 @@ var serializeAws_queryAcceleratorManufacturers = function (input, context) {
|
|
|
4007
4007
|
if (entry === null) {
|
|
4008
4008
|
continue;
|
|
4009
4009
|
}
|
|
4010
|
-
entries["member."
|
|
4010
|
+
entries["member.".concat(counter)] = entry;
|
|
4011
4011
|
counter++;
|
|
4012
4012
|
}
|
|
4013
4013
|
}
|
|
@@ -4030,7 +4030,7 @@ var serializeAws_queryAcceleratorNames = function (input, context) {
|
|
|
4030
4030
|
if (entry === null) {
|
|
4031
4031
|
continue;
|
|
4032
4032
|
}
|
|
4033
|
-
entries["member."
|
|
4033
|
+
entries["member.".concat(counter)] = entry;
|
|
4034
4034
|
counter++;
|
|
4035
4035
|
}
|
|
4036
4036
|
}
|
|
@@ -4063,7 +4063,7 @@ var serializeAws_queryAcceleratorTypes = function (input, context) {
|
|
|
4063
4063
|
if (entry === null) {
|
|
4064
4064
|
continue;
|
|
4065
4065
|
}
|
|
4066
|
-
entries["member."
|
|
4066
|
+
entries["member.".concat(counter)] = entry;
|
|
4067
4067
|
counter++;
|
|
4068
4068
|
}
|
|
4069
4069
|
}
|
|
@@ -4086,7 +4086,7 @@ var serializeAws_queryActivityIds = function (input, context) {
|
|
|
4086
4086
|
if (entry === null) {
|
|
4087
4087
|
continue;
|
|
4088
4088
|
}
|
|
4089
|
-
entries["member."
|
|
4089
|
+
entries["member.".concat(counter)] = entry;
|
|
4090
4090
|
counter++;
|
|
4091
4091
|
}
|
|
4092
4092
|
}
|
|
@@ -4105,7 +4105,7 @@ var serializeAws_queryAttachInstancesQuery = function (input, context) {
|
|
|
4105
4105
|
var memberEntries = serializeAws_queryInstanceIds(input.InstanceIds, context);
|
|
4106
4106
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
4107
4107
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
4108
|
-
var loc = "InstanceIds."
|
|
4108
|
+
var loc = "InstanceIds.".concat(key);
|
|
4109
4109
|
entries[loc] = value;
|
|
4110
4110
|
});
|
|
4111
4111
|
}
|
|
@@ -4123,7 +4123,7 @@ var serializeAws_queryAttachLoadBalancersType = function (input, context) {
|
|
|
4123
4123
|
var memberEntries = serializeAws_queryLoadBalancerNames(input.LoadBalancerNames, context);
|
|
4124
4124
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
4125
4125
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
4126
|
-
var loc = "LoadBalancerNames."
|
|
4126
|
+
var loc = "LoadBalancerNames.".concat(key);
|
|
4127
4127
|
entries[loc] = value;
|
|
4128
4128
|
});
|
|
4129
4129
|
}
|
|
@@ -4138,7 +4138,7 @@ var serializeAws_queryAttachLoadBalancerTargetGroupsType = function (input, cont
|
|
|
4138
4138
|
var memberEntries = serializeAws_queryTargetGroupARNs(input.TargetGroupARNs, context);
|
|
4139
4139
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
4140
4140
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
4141
|
-
var loc = "TargetGroupARNs."
|
|
4141
|
+
var loc = "TargetGroupARNs.".concat(key);
|
|
4142
4142
|
entries[loc] = value;
|
|
4143
4143
|
});
|
|
4144
4144
|
}
|
|
@@ -4154,7 +4154,7 @@ var serializeAws_queryAutoScalingGroupNames = function (input, context) {
|
|
|
4154
4154
|
if (entry === null) {
|
|
4155
4155
|
continue;
|
|
4156
4156
|
}
|
|
4157
|
-
entries["member."
|
|
4157
|
+
entries["member.".concat(counter)] = entry;
|
|
4158
4158
|
counter++;
|
|
4159
4159
|
}
|
|
4160
4160
|
}
|
|
@@ -4173,7 +4173,7 @@ var serializeAws_queryAutoScalingGroupNamesType = function (input, context) {
|
|
|
4173
4173
|
var memberEntries = serializeAws_queryAutoScalingGroupNames(input.AutoScalingGroupNames, context);
|
|
4174
4174
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
4175
4175
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
4176
|
-
var loc = "AutoScalingGroupNames."
|
|
4176
|
+
var loc = "AutoScalingGroupNames.".concat(key);
|
|
4177
4177
|
entries[loc] = value;
|
|
4178
4178
|
});
|
|
4179
4179
|
}
|
|
@@ -4187,7 +4187,7 @@ var serializeAws_queryAutoScalingGroupNamesType = function (input, context) {
|
|
|
4187
4187
|
var memberEntries = serializeAws_queryFilters(input.Filters, context);
|
|
4188
4188
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
4189
4189
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
4190
|
-
var loc = "Filters."
|
|
4190
|
+
var loc = "Filters.".concat(key);
|
|
4191
4191
|
entries[loc] = value;
|
|
4192
4192
|
});
|
|
4193
4193
|
}
|
|
@@ -4203,7 +4203,7 @@ var serializeAws_queryAutoScalingNotificationTypes = function (input, context) {
|
|
|
4203
4203
|
if (entry === null) {
|
|
4204
4204
|
continue;
|
|
4205
4205
|
}
|
|
4206
|
-
entries["member."
|
|
4206
|
+
entries["member.".concat(counter)] = entry;
|
|
4207
4207
|
counter++;
|
|
4208
4208
|
}
|
|
4209
4209
|
}
|
|
@@ -4226,7 +4226,7 @@ var serializeAws_queryAvailabilityZones = function (input, context) {
|
|
|
4226
4226
|
if (entry === null) {
|
|
4227
4227
|
continue;
|
|
4228
4228
|
}
|
|
4229
|
-
entries["member."
|
|
4229
|
+
entries["member.".concat(counter)] = entry;
|
|
4230
4230
|
counter++;
|
|
4231
4231
|
}
|
|
4232
4232
|
}
|
|
@@ -4258,7 +4258,7 @@ var serializeAws_queryBatchDeleteScheduledActionType = function (input, context)
|
|
|
4258
4258
|
var memberEntries = serializeAws_queryScheduledActionNames(input.ScheduledActionNames, context);
|
|
4259
4259
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
4260
4260
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
4261
|
-
var loc = "ScheduledActionNames."
|
|
4261
|
+
var loc = "ScheduledActionNames.".concat(key);
|
|
4262
4262
|
entries[loc] = value;
|
|
4263
4263
|
});
|
|
4264
4264
|
}
|
|
@@ -4273,7 +4273,7 @@ var serializeAws_queryBatchPutScheduledUpdateGroupActionType = function (input,
|
|
|
4273
4273
|
var memberEntries = serializeAws_queryScheduledUpdateGroupActionRequests(input.ScheduledUpdateGroupActions, context);
|
|
4274
4274
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
4275
4275
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
4276
|
-
var loc = "ScheduledUpdateGroupActions."
|
|
4276
|
+
var loc = "ScheduledUpdateGroupActions.".concat(key);
|
|
4277
4277
|
entries[loc] = value;
|
|
4278
4278
|
});
|
|
4279
4279
|
}
|
|
@@ -4291,7 +4291,7 @@ var serializeAws_queryBlockDeviceMapping = function (input, context) {
|
|
|
4291
4291
|
var memberEntries = serializeAws_queryEbs(input.Ebs, context);
|
|
4292
4292
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
4293
4293
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
4294
|
-
var loc = "Ebs."
|
|
4294
|
+
var loc = "Ebs.".concat(key);
|
|
4295
4295
|
entries[loc] = value;
|
|
4296
4296
|
});
|
|
4297
4297
|
}
|
|
@@ -4313,7 +4313,7 @@ var serializeAws_queryBlockDeviceMappings = function (input, context) {
|
|
|
4313
4313
|
var memberEntries = serializeAws_queryBlockDeviceMapping(entry, context);
|
|
4314
4314
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
4315
4315
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
4316
|
-
entries["member."
|
|
4316
|
+
entries["member.".concat(counter, ".").concat(key)] = value;
|
|
4317
4317
|
});
|
|
4318
4318
|
counter++;
|
|
4319
4319
|
}
|
|
@@ -4344,7 +4344,7 @@ var serializeAws_queryCheckpointPercentages = function (input, context) {
|
|
|
4344
4344
|
if (entry === null) {
|
|
4345
4345
|
continue;
|
|
4346
4346
|
}
|
|
4347
|
-
entries["member."
|
|
4347
|
+
entries["member.".concat(counter)] = entry;
|
|
4348
4348
|
counter++;
|
|
4349
4349
|
}
|
|
4350
4350
|
}
|
|
@@ -4367,7 +4367,7 @@ var serializeAws_queryClassicLinkVPCSecurityGroups = function (input, context) {
|
|
|
4367
4367
|
if (entry === null) {
|
|
4368
4368
|
continue;
|
|
4369
4369
|
}
|
|
4370
|
-
entries["member."
|
|
4370
|
+
entries["member.".concat(counter)] = entry;
|
|
4371
4371
|
counter++;
|
|
4372
4372
|
}
|
|
4373
4373
|
}
|
|
@@ -4409,7 +4409,7 @@ var serializeAws_queryCpuManufacturers = function (input, context) {
|
|
|
4409
4409
|
if (entry === null) {
|
|
4410
4410
|
continue;
|
|
4411
4411
|
}
|
|
4412
|
-
entries["member."
|
|
4412
|
+
entries["member.".concat(counter)] = entry;
|
|
4413
4413
|
counter++;
|
|
4414
4414
|
}
|
|
4415
4415
|
}
|
|
@@ -4434,7 +4434,7 @@ var serializeAws_queryCreateAutoScalingGroupType = function (input, context) {
|
|
|
4434
4434
|
var memberEntries = serializeAws_queryLaunchTemplateSpecification(input.LaunchTemplate, context);
|
|
4435
4435
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
4436
4436
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
4437
|
-
var loc = "LaunchTemplate."
|
|
4437
|
+
var loc = "LaunchTemplate.".concat(key);
|
|
4438
4438
|
entries[loc] = value;
|
|
4439
4439
|
});
|
|
4440
4440
|
}
|
|
@@ -4442,7 +4442,7 @@ var serializeAws_queryCreateAutoScalingGroupType = function (input, context) {
|
|
|
4442
4442
|
var memberEntries = serializeAws_queryMixedInstancesPolicy(input.MixedInstancesPolicy, context);
|
|
4443
4443
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
4444
4444
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
4445
|
-
var loc = "MixedInstancesPolicy."
|
|
4445
|
+
var loc = "MixedInstancesPolicy.".concat(key);
|
|
4446
4446
|
entries[loc] = value;
|
|
4447
4447
|
});
|
|
4448
4448
|
}
|
|
@@ -4465,7 +4465,7 @@ var serializeAws_queryCreateAutoScalingGroupType = function (input, context) {
|
|
|
4465
4465
|
var memberEntries = serializeAws_queryAvailabilityZones(input.AvailabilityZones, context);
|
|
4466
4466
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
4467
4467
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
4468
|
-
var loc = "AvailabilityZones."
|
|
4468
|
+
var loc = "AvailabilityZones.".concat(key);
|
|
4469
4469
|
entries[loc] = value;
|
|
4470
4470
|
});
|
|
4471
4471
|
}
|
|
@@ -4473,7 +4473,7 @@ var serializeAws_queryCreateAutoScalingGroupType = function (input, context) {
|
|
|
4473
4473
|
var memberEntries = serializeAws_queryLoadBalancerNames(input.LoadBalancerNames, context);
|
|
4474
4474
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
4475
4475
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
4476
|
-
var loc = "LoadBalancerNames."
|
|
4476
|
+
var loc = "LoadBalancerNames.".concat(key);
|
|
4477
4477
|
entries[loc] = value;
|
|
4478
4478
|
});
|
|
4479
4479
|
}
|
|
@@ -4481,7 +4481,7 @@ var serializeAws_queryCreateAutoScalingGroupType = function (input, context) {
|
|
|
4481
4481
|
var memberEntries = serializeAws_queryTargetGroupARNs(input.TargetGroupARNs, context);
|
|
4482
4482
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
4483
4483
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
4484
|
-
var loc = "TargetGroupARNs."
|
|
4484
|
+
var loc = "TargetGroupARNs.".concat(key);
|
|
4485
4485
|
entries[loc] = value;
|
|
4486
4486
|
});
|
|
4487
4487
|
}
|
|
@@ -4501,7 +4501,7 @@ var serializeAws_queryCreateAutoScalingGroupType = function (input, context) {
|
|
|
4501
4501
|
var memberEntries = serializeAws_queryTerminationPolicies(input.TerminationPolicies, context);
|
|
4502
4502
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
4503
4503
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
4504
|
-
var loc = "TerminationPolicies."
|
|
4504
|
+
var loc = "TerminationPolicies.".concat(key);
|
|
4505
4505
|
entries[loc] = value;
|
|
4506
4506
|
});
|
|
4507
4507
|
}
|
|
@@ -4515,7 +4515,7 @@ var serializeAws_queryCreateAutoScalingGroupType = function (input, context) {
|
|
|
4515
4515
|
var memberEntries = serializeAws_queryLifecycleHookSpecifications(input.LifecycleHookSpecificationList, context);
|
|
4516
4516
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
4517
4517
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
4518
|
-
var loc = "LifecycleHookSpecificationList."
|
|
4518
|
+
var loc = "LifecycleHookSpecificationList.".concat(key);
|
|
4519
4519
|
entries[loc] = value;
|
|
4520
4520
|
});
|
|
4521
4521
|
}
|
|
@@ -4523,7 +4523,7 @@ var serializeAws_queryCreateAutoScalingGroupType = function (input, context) {
|
|
|
4523
4523
|
var memberEntries = serializeAws_queryTags(input.Tags, context);
|
|
4524
4524
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
4525
4525
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
4526
|
-
var loc = "Tags."
|
|
4526
|
+
var loc = "Tags.".concat(key);
|
|
4527
4527
|
entries[loc] = value;
|
|
4528
4528
|
});
|
|
4529
4529
|
}
|
|
@@ -4556,7 +4556,7 @@ var serializeAws_queryCreateLaunchConfigurationType = function (input, context)
|
|
|
4556
4556
|
var memberEntries = serializeAws_querySecurityGroups(input.SecurityGroups, context);
|
|
4557
4557
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
4558
4558
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
4559
|
-
var loc = "SecurityGroups."
|
|
4559
|
+
var loc = "SecurityGroups.".concat(key);
|
|
4560
4560
|
entries[loc] = value;
|
|
4561
4561
|
});
|
|
4562
4562
|
}
|
|
@@ -4567,7 +4567,7 @@ var serializeAws_queryCreateLaunchConfigurationType = function (input, context)
|
|
|
4567
4567
|
var memberEntries = serializeAws_queryClassicLinkVPCSecurityGroups(input.ClassicLinkVPCSecurityGroups, context);
|
|
4568
4568
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
4569
4569
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
4570
|
-
var loc = "ClassicLinkVPCSecurityGroups."
|
|
4570
|
+
var loc = "ClassicLinkVPCSecurityGroups.".concat(key);
|
|
4571
4571
|
entries[loc] = value;
|
|
4572
4572
|
});
|
|
4573
4573
|
}
|
|
@@ -4590,7 +4590,7 @@ var serializeAws_queryCreateLaunchConfigurationType = function (input, context)
|
|
|
4590
4590
|
var memberEntries = serializeAws_queryBlockDeviceMappings(input.BlockDeviceMappings, context);
|
|
4591
4591
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
4592
4592
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
4593
|
-
var loc = "BlockDeviceMappings."
|
|
4593
|
+
var loc = "BlockDeviceMappings.".concat(key);
|
|
4594
4594
|
entries[loc] = value;
|
|
4595
4595
|
});
|
|
4596
4596
|
}
|
|
@@ -4598,7 +4598,7 @@ var serializeAws_queryCreateLaunchConfigurationType = function (input, context)
|
|
|
4598
4598
|
var memberEntries = serializeAws_queryInstanceMonitoring(input.InstanceMonitoring, context);
|
|
4599
4599
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
4600
4600
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
4601
|
-
var loc = "InstanceMonitoring."
|
|
4601
|
+
var loc = "InstanceMonitoring.".concat(key);
|
|
4602
4602
|
entries[loc] = value;
|
|
4603
4603
|
});
|
|
4604
4604
|
}
|
|
@@ -4621,7 +4621,7 @@ var serializeAws_queryCreateLaunchConfigurationType = function (input, context)
|
|
|
4621
4621
|
var memberEntries = serializeAws_queryInstanceMetadataOptions(input.MetadataOptions, context);
|
|
4622
4622
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
4623
4623
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
4624
|
-
var loc = "MetadataOptions."
|
|
4624
|
+
var loc = "MetadataOptions.".concat(key);
|
|
4625
4625
|
entries[loc] = value;
|
|
4626
4626
|
});
|
|
4627
4627
|
}
|
|
@@ -4633,7 +4633,7 @@ var serializeAws_queryCreateOrUpdateTagsType = function (input, context) {
|
|
|
4633
4633
|
var memberEntries = serializeAws_queryTags(input.Tags, context);
|
|
4634
4634
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
4635
4635
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
4636
|
-
var loc = "Tags."
|
|
4636
|
+
var loc = "Tags.".concat(key);
|
|
4637
4637
|
entries[loc] = value;
|
|
4638
4638
|
});
|
|
4639
4639
|
}
|
|
@@ -4651,7 +4651,7 @@ var serializeAws_queryCustomizedMetricSpecification = function (input, context)
|
|
|
4651
4651
|
var memberEntries = serializeAws_queryMetricDimensions(input.Dimensions, context);
|
|
4652
4652
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
4653
4653
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
4654
|
-
var loc = "Dimensions."
|
|
4654
|
+
var loc = "Dimensions.".concat(key);
|
|
4655
4655
|
entries[loc] = value;
|
|
4656
4656
|
});
|
|
4657
4657
|
}
|
|
@@ -4719,7 +4719,7 @@ var serializeAws_queryDeleteTagsType = function (input, context) {
|
|
|
4719
4719
|
var memberEntries = serializeAws_queryTags(input.Tags, context);
|
|
4720
4720
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
4721
4721
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
4722
|
-
var loc = "Tags."
|
|
4722
|
+
var loc = "Tags.".concat(key);
|
|
4723
4723
|
entries[loc] = value;
|
|
4724
4724
|
});
|
|
4725
4725
|
}
|
|
@@ -4741,7 +4741,7 @@ var serializeAws_queryDescribeAutoScalingInstancesType = function (input, contex
|
|
|
4741
4741
|
var memberEntries = serializeAws_queryInstanceIds(input.InstanceIds, context);
|
|
4742
4742
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
4743
4743
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
4744
|
-
var loc = "InstanceIds."
|
|
4744
|
+
var loc = "InstanceIds.".concat(key);
|
|
4745
4745
|
entries[loc] = value;
|
|
4746
4746
|
});
|
|
4747
4747
|
}
|
|
@@ -4762,7 +4762,7 @@ var serializeAws_queryDescribeInstanceRefreshesType = function (input, context)
|
|
|
4762
4762
|
var memberEntries = serializeAws_queryInstanceRefreshIds(input.InstanceRefreshIds, context);
|
|
4763
4763
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
4764
4764
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
4765
|
-
var loc = "InstanceRefreshIds."
|
|
4765
|
+
var loc = "InstanceRefreshIds.".concat(key);
|
|
4766
4766
|
entries[loc] = value;
|
|
4767
4767
|
});
|
|
4768
4768
|
}
|
|
@@ -4783,7 +4783,7 @@ var serializeAws_queryDescribeLifecycleHooksType = function (input, context) {
|
|
|
4783
4783
|
var memberEntries = serializeAws_queryLifecycleHookNames(input.LifecycleHookNames, context);
|
|
4784
4784
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
4785
4785
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
4786
|
-
var loc = "LifecycleHookNames."
|
|
4786
|
+
var loc = "LifecycleHookNames.".concat(key);
|
|
4787
4787
|
entries[loc] = value;
|
|
4788
4788
|
});
|
|
4789
4789
|
}
|
|
@@ -4821,7 +4821,7 @@ var serializeAws_queryDescribeNotificationConfigurationsType = function (input,
|
|
|
4821
4821
|
var memberEntries = serializeAws_queryAutoScalingGroupNames(input.AutoScalingGroupNames, context);
|
|
4822
4822
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
4823
4823
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
4824
|
-
var loc = "AutoScalingGroupNames."
|
|
4824
|
+
var loc = "AutoScalingGroupNames.".concat(key);
|
|
4825
4825
|
entries[loc] = value;
|
|
4826
4826
|
});
|
|
4827
4827
|
}
|
|
@@ -4842,7 +4842,7 @@ var serializeAws_queryDescribePoliciesType = function (input, context) {
|
|
|
4842
4842
|
var memberEntries = serializeAws_queryPolicyNames(input.PolicyNames, context);
|
|
4843
4843
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
4844
4844
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
4845
|
-
var loc = "PolicyNames."
|
|
4845
|
+
var loc = "PolicyNames.".concat(key);
|
|
4846
4846
|
entries[loc] = value;
|
|
4847
4847
|
});
|
|
4848
4848
|
}
|
|
@@ -4850,7 +4850,7 @@ var serializeAws_queryDescribePoliciesType = function (input, context) {
|
|
|
4850
4850
|
var memberEntries = serializeAws_queryPolicyTypes(input.PolicyTypes, context);
|
|
4851
4851
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
4852
4852
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
4853
|
-
var loc = "PolicyTypes."
|
|
4853
|
+
var loc = "PolicyTypes.".concat(key);
|
|
4854
4854
|
entries[loc] = value;
|
|
4855
4855
|
});
|
|
4856
4856
|
}
|
|
@@ -4868,7 +4868,7 @@ var serializeAws_queryDescribeScalingActivitiesType = function (input, context)
|
|
|
4868
4868
|
var memberEntries = serializeAws_queryActivityIds(input.ActivityIds, context);
|
|
4869
4869
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
4870
4870
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
4871
|
-
var loc = "ActivityIds."
|
|
4871
|
+
var loc = "ActivityIds.".concat(key);
|
|
4872
4872
|
entries[loc] = value;
|
|
4873
4873
|
});
|
|
4874
4874
|
}
|
|
@@ -4895,7 +4895,7 @@ var serializeAws_queryDescribeScheduledActionsType = function (input, context) {
|
|
|
4895
4895
|
var memberEntries = serializeAws_queryScheduledActionNames(input.ScheduledActionNames, context);
|
|
4896
4896
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
4897
4897
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
4898
|
-
var loc = "ScheduledActionNames."
|
|
4898
|
+
var loc = "ScheduledActionNames.".concat(key);
|
|
4899
4899
|
entries[loc] = value;
|
|
4900
4900
|
});
|
|
4901
4901
|
}
|
|
@@ -4919,7 +4919,7 @@ var serializeAws_queryDescribeTagsType = function (input, context) {
|
|
|
4919
4919
|
var memberEntries = serializeAws_queryFilters(input.Filters, context);
|
|
4920
4920
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
4921
4921
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
4922
|
-
var loc = "Filters."
|
|
4922
|
+
var loc = "Filters.".concat(key);
|
|
4923
4923
|
entries[loc] = value;
|
|
4924
4924
|
});
|
|
4925
4925
|
}
|
|
@@ -4950,7 +4950,7 @@ var serializeAws_queryDesiredConfiguration = function (input, context) {
|
|
|
4950
4950
|
var memberEntries = serializeAws_queryLaunchTemplateSpecification(input.LaunchTemplate, context);
|
|
4951
4951
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
4952
4952
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
4953
|
-
var loc = "LaunchTemplate."
|
|
4953
|
+
var loc = "LaunchTemplate.".concat(key);
|
|
4954
4954
|
entries[loc] = value;
|
|
4955
4955
|
});
|
|
4956
4956
|
}
|
|
@@ -4958,7 +4958,7 @@ var serializeAws_queryDesiredConfiguration = function (input, context) {
|
|
|
4958
4958
|
var memberEntries = serializeAws_queryMixedInstancesPolicy(input.MixedInstancesPolicy, context);
|
|
4959
4959
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
4960
4960
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
4961
|
-
var loc = "MixedInstancesPolicy."
|
|
4961
|
+
var loc = "MixedInstancesPolicy.".concat(key);
|
|
4962
4962
|
entries[loc] = value;
|
|
4963
4963
|
});
|
|
4964
4964
|
}
|
|
@@ -4970,7 +4970,7 @@ var serializeAws_queryDetachInstancesQuery = function (input, context) {
|
|
|
4970
4970
|
var memberEntries = serializeAws_queryInstanceIds(input.InstanceIds, context);
|
|
4971
4971
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
4972
4972
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
4973
|
-
var loc = "InstanceIds."
|
|
4973
|
+
var loc = "InstanceIds.".concat(key);
|
|
4974
4974
|
entries[loc] = value;
|
|
4975
4975
|
});
|
|
4976
4976
|
}
|
|
@@ -4991,7 +4991,7 @@ var serializeAws_queryDetachLoadBalancersType = function (input, context) {
|
|
|
4991
4991
|
var memberEntries = serializeAws_queryLoadBalancerNames(input.LoadBalancerNames, context);
|
|
4992
4992
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
4993
4993
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
4994
|
-
var loc = "LoadBalancerNames."
|
|
4994
|
+
var loc = "LoadBalancerNames.".concat(key);
|
|
4995
4995
|
entries[loc] = value;
|
|
4996
4996
|
});
|
|
4997
4997
|
}
|
|
@@ -5006,7 +5006,7 @@ var serializeAws_queryDetachLoadBalancerTargetGroupsType = function (input, cont
|
|
|
5006
5006
|
var memberEntries = serializeAws_queryTargetGroupARNs(input.TargetGroupARNs, context);
|
|
5007
5007
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
5008
5008
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
5009
|
-
var loc = "TargetGroupARNs."
|
|
5009
|
+
var loc = "TargetGroupARNs.".concat(key);
|
|
5010
5010
|
entries[loc] = value;
|
|
5011
5011
|
});
|
|
5012
5012
|
}
|
|
@@ -5021,7 +5021,7 @@ var serializeAws_queryDisableMetricsCollectionQuery = function (input, context)
|
|
|
5021
5021
|
var memberEntries = serializeAws_queryMetrics(input.Metrics, context);
|
|
5022
5022
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
5023
5023
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
5024
|
-
var loc = "Metrics."
|
|
5024
|
+
var loc = "Metrics.".concat(key);
|
|
5025
5025
|
entries[loc] = value;
|
|
5026
5026
|
});
|
|
5027
5027
|
}
|
|
@@ -5061,7 +5061,7 @@ var serializeAws_queryEnableMetricsCollectionQuery = function (input, context) {
|
|
|
5061
5061
|
var memberEntries = serializeAws_queryMetrics(input.Metrics, context);
|
|
5062
5062
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
5063
5063
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
5064
|
-
var loc = "Metrics."
|
|
5064
|
+
var loc = "Metrics.".concat(key);
|
|
5065
5065
|
entries[loc] = value;
|
|
5066
5066
|
});
|
|
5067
5067
|
}
|
|
@@ -5076,7 +5076,7 @@ var serializeAws_queryEnterStandbyQuery = function (input, context) {
|
|
|
5076
5076
|
var memberEntries = serializeAws_queryInstanceIds(input.InstanceIds, context);
|
|
5077
5077
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
5078
5078
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
5079
|
-
var loc = "InstanceIds."
|
|
5079
|
+
var loc = "InstanceIds.".concat(key);
|
|
5080
5080
|
entries[loc] = value;
|
|
5081
5081
|
});
|
|
5082
5082
|
}
|
|
@@ -5098,7 +5098,7 @@ var serializeAws_queryExcludedInstanceTypes = function (input, context) {
|
|
|
5098
5098
|
if (entry === null) {
|
|
5099
5099
|
continue;
|
|
5100
5100
|
}
|
|
5101
|
-
entries["member."
|
|
5101
|
+
entries["member.".concat(counter)] = entry;
|
|
5102
5102
|
counter++;
|
|
5103
5103
|
}
|
|
5104
5104
|
}
|
|
@@ -5136,7 +5136,7 @@ var serializeAws_queryExitStandbyQuery = function (input, context) {
|
|
|
5136
5136
|
var memberEntries = serializeAws_queryInstanceIds(input.InstanceIds, context);
|
|
5137
5137
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
5138
5138
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
5139
|
-
var loc = "InstanceIds."
|
|
5139
|
+
var loc = "InstanceIds.".concat(key);
|
|
5140
5140
|
entries[loc] = value;
|
|
5141
5141
|
});
|
|
5142
5142
|
}
|
|
@@ -5154,7 +5154,7 @@ var serializeAws_queryFilter = function (input, context) {
|
|
|
5154
5154
|
var memberEntries = serializeAws_queryValues(input.Values, context);
|
|
5155
5155
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
5156
5156
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
5157
|
-
var loc = "Values."
|
|
5157
|
+
var loc = "Values.".concat(key);
|
|
5158
5158
|
entries[loc] = value;
|
|
5159
5159
|
});
|
|
5160
5160
|
}
|
|
@@ -5173,7 +5173,7 @@ var serializeAws_queryFilters = function (input, context) {
|
|
|
5173
5173
|
var memberEntries = serializeAws_queryFilter(entry, context);
|
|
5174
5174
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
5175
5175
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
5176
|
-
entries["member."
|
|
5176
|
+
entries["member.".concat(counter, ".").concat(key)] = value;
|
|
5177
5177
|
});
|
|
5178
5178
|
counter++;
|
|
5179
5179
|
}
|
|
@@ -5213,7 +5213,7 @@ var serializeAws_queryInstanceGenerations = function (input, context) {
|
|
|
5213
5213
|
if (entry === null) {
|
|
5214
5214
|
continue;
|
|
5215
5215
|
}
|
|
5216
|
-
entries["member."
|
|
5216
|
+
entries["member.".concat(counter)] = entry;
|
|
5217
5217
|
counter++;
|
|
5218
5218
|
}
|
|
5219
5219
|
}
|
|
@@ -5236,7 +5236,7 @@ var serializeAws_queryInstanceIds = function (input, context) {
|
|
|
5236
5236
|
if (entry === null) {
|
|
5237
5237
|
continue;
|
|
5238
5238
|
}
|
|
5239
|
-
entries["member."
|
|
5239
|
+
entries["member.".concat(counter)] = entry;
|
|
5240
5240
|
counter++;
|
|
5241
5241
|
}
|
|
5242
5242
|
}
|
|
@@ -5279,7 +5279,7 @@ var serializeAws_queryInstanceRefreshIds = function (input, context) {
|
|
|
5279
5279
|
if (entry === null) {
|
|
5280
5280
|
continue;
|
|
5281
5281
|
}
|
|
5282
|
-
entries["member."
|
|
5282
|
+
entries["member.".concat(counter)] = entry;
|
|
5283
5283
|
counter++;
|
|
5284
5284
|
}
|
|
5285
5285
|
}
|
|
@@ -5298,7 +5298,7 @@ var serializeAws_queryInstanceRequirements = function (input, context) {
|
|
|
5298
5298
|
var memberEntries = serializeAws_queryVCpuCountRequest(input.VCpuCount, context);
|
|
5299
5299
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
5300
5300
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
5301
|
-
var loc = "VCpuCount."
|
|
5301
|
+
var loc = "VCpuCount.".concat(key);
|
|
5302
5302
|
entries[loc] = value;
|
|
5303
5303
|
});
|
|
5304
5304
|
}
|
|
@@ -5306,7 +5306,7 @@ var serializeAws_queryInstanceRequirements = function (input, context) {
|
|
|
5306
5306
|
var memberEntries = serializeAws_queryMemoryMiBRequest(input.MemoryMiB, context);
|
|
5307
5307
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
5308
5308
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
5309
|
-
var loc = "MemoryMiB."
|
|
5309
|
+
var loc = "MemoryMiB.".concat(key);
|
|
5310
5310
|
entries[loc] = value;
|
|
5311
5311
|
});
|
|
5312
5312
|
}
|
|
@@ -5314,7 +5314,7 @@ var serializeAws_queryInstanceRequirements = function (input, context) {
|
|
|
5314
5314
|
var memberEntries = serializeAws_queryCpuManufacturers(input.CpuManufacturers, context);
|
|
5315
5315
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
5316
5316
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
5317
|
-
var loc = "CpuManufacturers."
|
|
5317
|
+
var loc = "CpuManufacturers.".concat(key);
|
|
5318
5318
|
entries[loc] = value;
|
|
5319
5319
|
});
|
|
5320
5320
|
}
|
|
@@ -5322,7 +5322,7 @@ var serializeAws_queryInstanceRequirements = function (input, context) {
|
|
|
5322
5322
|
var memberEntries = serializeAws_queryMemoryGiBPerVCpuRequest(input.MemoryGiBPerVCpu, context);
|
|
5323
5323
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
5324
5324
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
5325
|
-
var loc = "MemoryGiBPerVCpu."
|
|
5325
|
+
var loc = "MemoryGiBPerVCpu.".concat(key);
|
|
5326
5326
|
entries[loc] = value;
|
|
5327
5327
|
});
|
|
5328
5328
|
}
|
|
@@ -5330,7 +5330,7 @@ var serializeAws_queryInstanceRequirements = function (input, context) {
|
|
|
5330
5330
|
var memberEntries = serializeAws_queryExcludedInstanceTypes(input.ExcludedInstanceTypes, context);
|
|
5331
5331
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
5332
5332
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
5333
|
-
var loc = "ExcludedInstanceTypes."
|
|
5333
|
+
var loc = "ExcludedInstanceTypes.".concat(key);
|
|
5334
5334
|
entries[loc] = value;
|
|
5335
5335
|
});
|
|
5336
5336
|
}
|
|
@@ -5338,7 +5338,7 @@ var serializeAws_queryInstanceRequirements = function (input, context) {
|
|
|
5338
5338
|
var memberEntries = serializeAws_queryInstanceGenerations(input.InstanceGenerations, context);
|
|
5339
5339
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
5340
5340
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
5341
|
-
var loc = "InstanceGenerations."
|
|
5341
|
+
var loc = "InstanceGenerations.".concat(key);
|
|
5342
5342
|
entries[loc] = value;
|
|
5343
5343
|
});
|
|
5344
5344
|
}
|
|
@@ -5363,7 +5363,7 @@ var serializeAws_queryInstanceRequirements = function (input, context) {
|
|
|
5363
5363
|
var memberEntries = serializeAws_queryNetworkInterfaceCountRequest(input.NetworkInterfaceCount, context);
|
|
5364
5364
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
5365
5365
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
5366
|
-
var loc = "NetworkInterfaceCount."
|
|
5366
|
+
var loc = "NetworkInterfaceCount.".concat(key);
|
|
5367
5367
|
entries[loc] = value;
|
|
5368
5368
|
});
|
|
5369
5369
|
}
|
|
@@ -5374,7 +5374,7 @@ var serializeAws_queryInstanceRequirements = function (input, context) {
|
|
|
5374
5374
|
var memberEntries = serializeAws_queryLocalStorageTypes(input.LocalStorageTypes, context);
|
|
5375
5375
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
5376
5376
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
5377
|
-
var loc = "LocalStorageTypes."
|
|
5377
|
+
var loc = "LocalStorageTypes.".concat(key);
|
|
5378
5378
|
entries[loc] = value;
|
|
5379
5379
|
});
|
|
5380
5380
|
}
|
|
@@ -5382,7 +5382,7 @@ var serializeAws_queryInstanceRequirements = function (input, context) {
|
|
|
5382
5382
|
var memberEntries = serializeAws_queryTotalLocalStorageGBRequest(input.TotalLocalStorageGB, context);
|
|
5383
5383
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
5384
5384
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
5385
|
-
var loc = "TotalLocalStorageGB."
|
|
5385
|
+
var loc = "TotalLocalStorageGB.".concat(key);
|
|
5386
5386
|
entries[loc] = value;
|
|
5387
5387
|
});
|
|
5388
5388
|
}
|
|
@@ -5390,7 +5390,7 @@ var serializeAws_queryInstanceRequirements = function (input, context) {
|
|
|
5390
5390
|
var memberEntries = serializeAws_queryBaselineEbsBandwidthMbpsRequest(input.BaselineEbsBandwidthMbps, context);
|
|
5391
5391
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
5392
5392
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
5393
|
-
var loc = "BaselineEbsBandwidthMbps."
|
|
5393
|
+
var loc = "BaselineEbsBandwidthMbps.".concat(key);
|
|
5394
5394
|
entries[loc] = value;
|
|
5395
5395
|
});
|
|
5396
5396
|
}
|
|
@@ -5398,7 +5398,7 @@ var serializeAws_queryInstanceRequirements = function (input, context) {
|
|
|
5398
5398
|
var memberEntries = serializeAws_queryAcceleratorTypes(input.AcceleratorTypes, context);
|
|
5399
5399
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
5400
5400
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
5401
|
-
var loc = "AcceleratorTypes."
|
|
5401
|
+
var loc = "AcceleratorTypes.".concat(key);
|
|
5402
5402
|
entries[loc] = value;
|
|
5403
5403
|
});
|
|
5404
5404
|
}
|
|
@@ -5406,7 +5406,7 @@ var serializeAws_queryInstanceRequirements = function (input, context) {
|
|
|
5406
5406
|
var memberEntries = serializeAws_queryAcceleratorCountRequest(input.AcceleratorCount, context);
|
|
5407
5407
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
5408
5408
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
5409
|
-
var loc = "AcceleratorCount."
|
|
5409
|
+
var loc = "AcceleratorCount.".concat(key);
|
|
5410
5410
|
entries[loc] = value;
|
|
5411
5411
|
});
|
|
5412
5412
|
}
|
|
@@ -5414,7 +5414,7 @@ var serializeAws_queryInstanceRequirements = function (input, context) {
|
|
|
5414
5414
|
var memberEntries = serializeAws_queryAcceleratorManufacturers(input.AcceleratorManufacturers, context);
|
|
5415
5415
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
5416
5416
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
5417
|
-
var loc = "AcceleratorManufacturers."
|
|
5417
|
+
var loc = "AcceleratorManufacturers.".concat(key);
|
|
5418
5418
|
entries[loc] = value;
|
|
5419
5419
|
});
|
|
5420
5420
|
}
|
|
@@ -5422,7 +5422,7 @@ var serializeAws_queryInstanceRequirements = function (input, context) {
|
|
|
5422
5422
|
var memberEntries = serializeAws_queryAcceleratorNames(input.AcceleratorNames, context);
|
|
5423
5423
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
5424
5424
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
5425
|
-
var loc = "AcceleratorNames."
|
|
5425
|
+
var loc = "AcceleratorNames.".concat(key);
|
|
5426
5426
|
entries[loc] = value;
|
|
5427
5427
|
});
|
|
5428
5428
|
}
|
|
@@ -5430,7 +5430,7 @@ var serializeAws_queryInstanceRequirements = function (input, context) {
|
|
|
5430
5430
|
var memberEntries = serializeAws_queryAcceleratorTotalMemoryMiBRequest(input.AcceleratorTotalMemoryMiB, context);
|
|
5431
5431
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
5432
5432
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
5433
|
-
var loc = "AcceleratorTotalMemoryMiB."
|
|
5433
|
+
var loc = "AcceleratorTotalMemoryMiB.".concat(key);
|
|
5434
5434
|
entries[loc] = value;
|
|
5435
5435
|
});
|
|
5436
5436
|
}
|
|
@@ -5475,7 +5475,7 @@ var serializeAws_queryLaunchConfigurationNames = function (input, context) {
|
|
|
5475
5475
|
if (entry === null) {
|
|
5476
5476
|
continue;
|
|
5477
5477
|
}
|
|
5478
|
-
entries["member."
|
|
5478
|
+
entries["member.".concat(counter)] = entry;
|
|
5479
5479
|
counter++;
|
|
5480
5480
|
}
|
|
5481
5481
|
}
|
|
@@ -5494,7 +5494,7 @@ var serializeAws_queryLaunchConfigurationNamesType = function (input, context) {
|
|
|
5494
5494
|
var memberEntries = serializeAws_queryLaunchConfigurationNames(input.LaunchConfigurationNames, context);
|
|
5495
5495
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
5496
5496
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
5497
|
-
var loc = "LaunchConfigurationNames."
|
|
5497
|
+
var loc = "LaunchConfigurationNames.".concat(key);
|
|
5498
5498
|
entries[loc] = value;
|
|
5499
5499
|
});
|
|
5500
5500
|
}
|
|
@@ -5519,7 +5519,7 @@ var serializeAws_queryLaunchTemplate = function (input, context) {
|
|
|
5519
5519
|
var memberEntries = serializeAws_queryLaunchTemplateSpecification(input.LaunchTemplateSpecification, context);
|
|
5520
5520
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
5521
5521
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
5522
|
-
var loc = "LaunchTemplateSpecification."
|
|
5522
|
+
var loc = "LaunchTemplateSpecification.".concat(key);
|
|
5523
5523
|
entries[loc] = value;
|
|
5524
5524
|
});
|
|
5525
5525
|
}
|
|
@@ -5527,7 +5527,7 @@ var serializeAws_queryLaunchTemplate = function (input, context) {
|
|
|
5527
5527
|
var memberEntries = serializeAws_queryOverrides(input.Overrides, context);
|
|
5528
5528
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
5529
5529
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
5530
|
-
var loc = "Overrides."
|
|
5530
|
+
var loc = "Overrides.".concat(key);
|
|
5531
5531
|
entries[loc] = value;
|
|
5532
5532
|
});
|
|
5533
5533
|
}
|
|
@@ -5545,7 +5545,7 @@ var serializeAws_queryLaunchTemplateOverrides = function (input, context) {
|
|
|
5545
5545
|
var memberEntries = serializeAws_queryLaunchTemplateSpecification(input.LaunchTemplateSpecification, context);
|
|
5546
5546
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
5547
5547
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
5548
|
-
var loc = "LaunchTemplateSpecification."
|
|
5548
|
+
var loc = "LaunchTemplateSpecification.".concat(key);
|
|
5549
5549
|
entries[loc] = value;
|
|
5550
5550
|
});
|
|
5551
5551
|
}
|
|
@@ -5553,7 +5553,7 @@ var serializeAws_queryLaunchTemplateOverrides = function (input, context) {
|
|
|
5553
5553
|
var memberEntries = serializeAws_queryInstanceRequirements(input.InstanceRequirements, context);
|
|
5554
5554
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
5555
5555
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
5556
|
-
var loc = "InstanceRequirements."
|
|
5556
|
+
var loc = "InstanceRequirements.".concat(key);
|
|
5557
5557
|
entries[loc] = value;
|
|
5558
5558
|
});
|
|
5559
5559
|
}
|
|
@@ -5582,7 +5582,7 @@ var serializeAws_queryLifecycleHookNames = function (input, context) {
|
|
|
5582
5582
|
if (entry === null) {
|
|
5583
5583
|
continue;
|
|
5584
5584
|
}
|
|
5585
|
-
entries["member."
|
|
5585
|
+
entries["member.".concat(counter)] = entry;
|
|
5586
5586
|
counter++;
|
|
5587
5587
|
}
|
|
5588
5588
|
}
|
|
@@ -5633,7 +5633,7 @@ var serializeAws_queryLifecycleHookSpecifications = function (input, context) {
|
|
|
5633
5633
|
var memberEntries = serializeAws_queryLifecycleHookSpecification(entry, context);
|
|
5634
5634
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
5635
5635
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
5636
|
-
entries["member."
|
|
5636
|
+
entries["member.".concat(counter, ".").concat(key)] = value;
|
|
5637
5637
|
});
|
|
5638
5638
|
counter++;
|
|
5639
5639
|
}
|
|
@@ -5657,7 +5657,7 @@ var serializeAws_queryLoadBalancerNames = function (input, context) {
|
|
|
5657
5657
|
if (entry === null) {
|
|
5658
5658
|
continue;
|
|
5659
5659
|
}
|
|
5660
|
-
entries["member."
|
|
5660
|
+
entries["member.".concat(counter)] = entry;
|
|
5661
5661
|
counter++;
|
|
5662
5662
|
}
|
|
5663
5663
|
}
|
|
@@ -5680,7 +5680,7 @@ var serializeAws_queryLocalStorageTypes = function (input, context) {
|
|
|
5680
5680
|
if (entry === null) {
|
|
5681
5681
|
continue;
|
|
5682
5682
|
}
|
|
5683
|
-
entries["member."
|
|
5683
|
+
entries["member.".concat(counter)] = entry;
|
|
5684
5684
|
counter++;
|
|
5685
5685
|
}
|
|
5686
5686
|
}
|
|
@@ -5725,7 +5725,7 @@ var serializeAws_queryMetric = function (input, context) {
|
|
|
5725
5725
|
var memberEntries = serializeAws_queryMetricDimensions(input.Dimensions, context);
|
|
5726
5726
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
5727
5727
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
5728
|
-
var loc = "Dimensions."
|
|
5728
|
+
var loc = "Dimensions.".concat(key);
|
|
5729
5729
|
entries[loc] = value;
|
|
5730
5730
|
});
|
|
5731
5731
|
}
|
|
@@ -5744,7 +5744,7 @@ var serializeAws_queryMetricDataQueries = function (input, context) {
|
|
|
5744
5744
|
var memberEntries = serializeAws_queryMetricDataQuery(entry, context);
|
|
5745
5745
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
5746
5746
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
5747
|
-
entries["member."
|
|
5747
|
+
entries["member.".concat(counter, ".").concat(key)] = value;
|
|
5748
5748
|
});
|
|
5749
5749
|
counter++;
|
|
5750
5750
|
}
|
|
@@ -5770,7 +5770,7 @@ var serializeAws_queryMetricDataQuery = function (input, context) {
|
|
|
5770
5770
|
var memberEntries = serializeAws_queryMetricStat(input.MetricStat, context);
|
|
5771
5771
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
5772
5772
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
5773
|
-
var loc = "MetricStat."
|
|
5773
|
+
var loc = "MetricStat.".concat(key);
|
|
5774
5774
|
entries[loc] = value;
|
|
5775
5775
|
});
|
|
5776
5776
|
}
|
|
@@ -5805,7 +5805,7 @@ var serializeAws_queryMetricDimensions = function (input, context) {
|
|
|
5805
5805
|
var memberEntries = serializeAws_queryMetricDimension(entry, context);
|
|
5806
5806
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
5807
5807
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
5808
|
-
entries["member."
|
|
5808
|
+
entries["member.".concat(counter, ".").concat(key)] = value;
|
|
5809
5809
|
});
|
|
5810
5810
|
counter++;
|
|
5811
5811
|
}
|
|
@@ -5829,7 +5829,7 @@ var serializeAws_queryMetrics = function (input, context) {
|
|
|
5829
5829
|
if (entry === null) {
|
|
5830
5830
|
continue;
|
|
5831
5831
|
}
|
|
5832
|
-
entries["member."
|
|
5832
|
+
entries["member.".concat(counter)] = entry;
|
|
5833
5833
|
counter++;
|
|
5834
5834
|
}
|
|
5835
5835
|
}
|
|
@@ -5848,7 +5848,7 @@ var serializeAws_queryMetricStat = function (input, context) {
|
|
|
5848
5848
|
var memberEntries = serializeAws_queryMetric(input.Metric, context);
|
|
5849
5849
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
5850
5850
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
5851
|
-
var loc = "Metric."
|
|
5851
|
+
var loc = "Metric.".concat(key);
|
|
5852
5852
|
entries[loc] = value;
|
|
5853
5853
|
});
|
|
5854
5854
|
}
|
|
@@ -5866,7 +5866,7 @@ var serializeAws_queryMixedInstancesPolicy = function (input, context) {
|
|
|
5866
5866
|
var memberEntries = serializeAws_queryLaunchTemplate(input.LaunchTemplate, context);
|
|
5867
5867
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
5868
5868
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
5869
|
-
var loc = "LaunchTemplate."
|
|
5869
|
+
var loc = "LaunchTemplate.".concat(key);
|
|
5870
5870
|
entries[loc] = value;
|
|
5871
5871
|
});
|
|
5872
5872
|
}
|
|
@@ -5874,7 +5874,7 @@ var serializeAws_queryMixedInstancesPolicy = function (input, context) {
|
|
|
5874
5874
|
var memberEntries = serializeAws_queryInstancesDistribution(input.InstancesDistribution, 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 = "InstancesDistribution."
|
|
5877
|
+
var loc = "InstancesDistribution.".concat(key);
|
|
5878
5878
|
entries[loc] = value;
|
|
5879
5879
|
});
|
|
5880
5880
|
}
|
|
@@ -5903,7 +5903,7 @@ var serializeAws_queryOverrides = function (input, context) {
|
|
|
5903
5903
|
var memberEntries = serializeAws_queryLaunchTemplateOverrides(entry, context);
|
|
5904
5904
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
5905
5905
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
5906
|
-
entries["member."
|
|
5906
|
+
entries["member.".concat(counter, ".").concat(key)] = value;
|
|
5907
5907
|
});
|
|
5908
5908
|
counter++;
|
|
5909
5909
|
}
|
|
@@ -5927,7 +5927,7 @@ var serializeAws_queryPolicyNames = function (input, context) {
|
|
|
5927
5927
|
if (entry === null) {
|
|
5928
5928
|
continue;
|
|
5929
5929
|
}
|
|
5930
|
-
entries["member."
|
|
5930
|
+
entries["member.".concat(counter)] = entry;
|
|
5931
5931
|
counter++;
|
|
5932
5932
|
}
|
|
5933
5933
|
}
|
|
@@ -5950,7 +5950,7 @@ var serializeAws_queryPolicyTypes = function (input, context) {
|
|
|
5950
5950
|
if (entry === null) {
|
|
5951
5951
|
continue;
|
|
5952
5952
|
}
|
|
5953
|
-
entries["member."
|
|
5953
|
+
entries["member.".concat(counter)] = entry;
|
|
5954
5954
|
counter++;
|
|
5955
5955
|
}
|
|
5956
5956
|
}
|
|
@@ -5979,7 +5979,7 @@ var serializeAws_queryPredictiveScalingConfiguration = function (input, context)
|
|
|
5979
5979
|
var memberEntries = serializeAws_queryPredictiveScalingMetricSpecifications(input.MetricSpecifications, context);
|
|
5980
5980
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
5981
5981
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
5982
|
-
var loc = "MetricSpecifications."
|
|
5982
|
+
var loc = "MetricSpecifications.".concat(key);
|
|
5983
5983
|
entries[loc] = value;
|
|
5984
5984
|
});
|
|
5985
5985
|
}
|
|
@@ -6003,7 +6003,7 @@ var serializeAws_queryPredictiveScalingCustomizedCapacityMetric = function (inpu
|
|
|
6003
6003
|
var memberEntries = serializeAws_queryMetricDataQueries(input.MetricDataQueries, context);
|
|
6004
6004
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
6005
6005
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
6006
|
-
var loc = "MetricDataQueries."
|
|
6006
|
+
var loc = "MetricDataQueries.".concat(key);
|
|
6007
6007
|
entries[loc] = value;
|
|
6008
6008
|
});
|
|
6009
6009
|
}
|
|
@@ -6015,7 +6015,7 @@ var serializeAws_queryPredictiveScalingCustomizedLoadMetric = function (input, c
|
|
|
6015
6015
|
var memberEntries = serializeAws_queryMetricDataQueries(input.MetricDataQueries, context);
|
|
6016
6016
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
6017
6017
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
6018
|
-
var loc = "MetricDataQueries."
|
|
6018
|
+
var loc = "MetricDataQueries.".concat(key);
|
|
6019
6019
|
entries[loc] = value;
|
|
6020
6020
|
});
|
|
6021
6021
|
}
|
|
@@ -6027,7 +6027,7 @@ var serializeAws_queryPredictiveScalingCustomizedScalingMetric = function (input
|
|
|
6027
6027
|
var memberEntries = serializeAws_queryMetricDataQueries(input.MetricDataQueries, context);
|
|
6028
6028
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
6029
6029
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
6030
|
-
var loc = "MetricDataQueries."
|
|
6030
|
+
var loc = "MetricDataQueries.".concat(key);
|
|
6031
6031
|
entries[loc] = value;
|
|
6032
6032
|
});
|
|
6033
6033
|
}
|
|
@@ -6042,7 +6042,7 @@ var serializeAws_queryPredictiveScalingMetricSpecification = function (input, co
|
|
|
6042
6042
|
var memberEntries = serializeAws_queryPredictiveScalingPredefinedMetricPair(input.PredefinedMetricPairSpecification, context);
|
|
6043
6043
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
6044
6044
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
6045
|
-
var loc = "PredefinedMetricPairSpecification."
|
|
6045
|
+
var loc = "PredefinedMetricPairSpecification.".concat(key);
|
|
6046
6046
|
entries[loc] = value;
|
|
6047
6047
|
});
|
|
6048
6048
|
}
|
|
@@ -6050,7 +6050,7 @@ var serializeAws_queryPredictiveScalingMetricSpecification = function (input, co
|
|
|
6050
6050
|
var memberEntries = serializeAws_queryPredictiveScalingPredefinedScalingMetric(input.PredefinedScalingMetricSpecification, context);
|
|
6051
6051
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
6052
6052
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
6053
|
-
var loc = "PredefinedScalingMetricSpecification."
|
|
6053
|
+
var loc = "PredefinedScalingMetricSpecification.".concat(key);
|
|
6054
6054
|
entries[loc] = value;
|
|
6055
6055
|
});
|
|
6056
6056
|
}
|
|
@@ -6058,7 +6058,7 @@ var serializeAws_queryPredictiveScalingMetricSpecification = function (input, co
|
|
|
6058
6058
|
var memberEntries = serializeAws_queryPredictiveScalingPredefinedLoadMetric(input.PredefinedLoadMetricSpecification, context);
|
|
6059
6059
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
6060
6060
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
6061
|
-
var loc = "PredefinedLoadMetricSpecification."
|
|
6061
|
+
var loc = "PredefinedLoadMetricSpecification.".concat(key);
|
|
6062
6062
|
entries[loc] = value;
|
|
6063
6063
|
});
|
|
6064
6064
|
}
|
|
@@ -6066,7 +6066,7 @@ var serializeAws_queryPredictiveScalingMetricSpecification = function (input, co
|
|
|
6066
6066
|
var memberEntries = serializeAws_queryPredictiveScalingCustomizedScalingMetric(input.CustomizedScalingMetricSpecification, context);
|
|
6067
6067
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
6068
6068
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
6069
|
-
var loc = "CustomizedScalingMetricSpecification."
|
|
6069
|
+
var loc = "CustomizedScalingMetricSpecification.".concat(key);
|
|
6070
6070
|
entries[loc] = value;
|
|
6071
6071
|
});
|
|
6072
6072
|
}
|
|
@@ -6074,7 +6074,7 @@ var serializeAws_queryPredictiveScalingMetricSpecification = function (input, co
|
|
|
6074
6074
|
var memberEntries = serializeAws_queryPredictiveScalingCustomizedLoadMetric(input.CustomizedLoadMetricSpecification, context);
|
|
6075
6075
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
6076
6076
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
6077
|
-
var loc = "CustomizedLoadMetricSpecification."
|
|
6077
|
+
var loc = "CustomizedLoadMetricSpecification.".concat(key);
|
|
6078
6078
|
entries[loc] = value;
|
|
6079
6079
|
});
|
|
6080
6080
|
}
|
|
@@ -6083,7 +6083,7 @@ var serializeAws_queryPredictiveScalingMetricSpecification = function (input, co
|
|
|
6083
6083
|
var memberEntries = serializeAws_queryPredictiveScalingCustomizedCapacityMetric(input.CustomizedCapacityMetricSpecification, 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 = "CustomizedCapacityMetricSpecification."
|
|
6086
|
+
var loc = "CustomizedCapacityMetricSpecification.".concat(key);
|
|
6087
6087
|
entries[loc] = value;
|
|
6088
6088
|
});
|
|
6089
6089
|
}
|
|
@@ -6102,7 +6102,7 @@ var serializeAws_queryPredictiveScalingMetricSpecifications = function (input, c
|
|
|
6102
6102
|
var memberEntries = serializeAws_queryPredictiveScalingMetricSpecification(entry, context);
|
|
6103
6103
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
6104
6104
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
6105
|
-
entries["member."
|
|
6105
|
+
entries["member.".concat(counter, ".").concat(key)] = value;
|
|
6106
6106
|
});
|
|
6107
6107
|
counter++;
|
|
6108
6108
|
}
|
|
@@ -6156,7 +6156,7 @@ var serializeAws_queryProcessNames = function (input, context) {
|
|
|
6156
6156
|
if (entry === null) {
|
|
6157
6157
|
continue;
|
|
6158
6158
|
}
|
|
6159
|
-
entries["member."
|
|
6159
|
+
entries["member.".concat(counter)] = entry;
|
|
6160
6160
|
counter++;
|
|
6161
6161
|
}
|
|
6162
6162
|
}
|
|
@@ -6209,7 +6209,7 @@ var serializeAws_queryPutNotificationConfigurationType = function (input, contex
|
|
|
6209
6209
|
var memberEntries = serializeAws_queryAutoScalingNotificationTypes(input.NotificationTypes, context);
|
|
6210
6210
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
6211
6211
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
6212
|
-
var loc = "NotificationTypes."
|
|
6212
|
+
var loc = "NotificationTypes.".concat(key);
|
|
6213
6213
|
entries[loc] = value;
|
|
6214
6214
|
});
|
|
6215
6215
|
}
|
|
@@ -6248,7 +6248,7 @@ var serializeAws_queryPutScalingPolicyType = function (input, context) {
|
|
|
6248
6248
|
var memberEntries = serializeAws_queryStepAdjustments(input.StepAdjustments, context);
|
|
6249
6249
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
6250
6250
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
6251
|
-
var loc = "StepAdjustments."
|
|
6251
|
+
var loc = "StepAdjustments.".concat(key);
|
|
6252
6252
|
entries[loc] = value;
|
|
6253
6253
|
});
|
|
6254
6254
|
}
|
|
@@ -6259,7 +6259,7 @@ var serializeAws_queryPutScalingPolicyType = function (input, context) {
|
|
|
6259
6259
|
var memberEntries = serializeAws_queryTargetTrackingConfiguration(input.TargetTrackingConfiguration, context);
|
|
6260
6260
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
6261
6261
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
6262
|
-
var loc = "TargetTrackingConfiguration."
|
|
6262
|
+
var loc = "TargetTrackingConfiguration.".concat(key);
|
|
6263
6263
|
entries[loc] = value;
|
|
6264
6264
|
});
|
|
6265
6265
|
}
|
|
@@ -6270,7 +6270,7 @@ var serializeAws_queryPutScalingPolicyType = function (input, context) {
|
|
|
6270
6270
|
var memberEntries = serializeAws_queryPredictiveScalingConfiguration(input.PredictiveScalingConfiguration, context);
|
|
6271
6271
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
6272
6272
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
6273
|
-
var loc = "PredictiveScalingConfiguration."
|
|
6273
|
+
var loc = "PredictiveScalingConfiguration.".concat(key);
|
|
6274
6274
|
entries[loc] = value;
|
|
6275
6275
|
});
|
|
6276
6276
|
}
|
|
@@ -6328,7 +6328,7 @@ var serializeAws_queryPutWarmPoolType = function (input, context) {
|
|
|
6328
6328
|
var memberEntries = serializeAws_queryInstanceReusePolicy(input.InstanceReusePolicy, context);
|
|
6329
6329
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
6330
6330
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
6331
|
-
var loc = "InstanceReusePolicy."
|
|
6331
|
+
var loc = "InstanceReusePolicy.".concat(key);
|
|
6332
6332
|
entries[loc] = value;
|
|
6333
6333
|
});
|
|
6334
6334
|
}
|
|
@@ -6362,7 +6362,7 @@ var serializeAws_queryRefreshPreferences = function (input, context) {
|
|
|
6362
6362
|
var memberEntries = serializeAws_queryCheckpointPercentages(input.CheckpointPercentages, context);
|
|
6363
6363
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
6364
6364
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
6365
|
-
var loc = "CheckpointPercentages."
|
|
6365
|
+
var loc = "CheckpointPercentages.".concat(key);
|
|
6366
6366
|
entries[loc] = value;
|
|
6367
6367
|
});
|
|
6368
6368
|
}
|
|
@@ -6383,7 +6383,7 @@ var serializeAws_queryScalingProcessQuery = function (input, context) {
|
|
|
6383
6383
|
var memberEntries = serializeAws_queryProcessNames(input.ScalingProcesses, context);
|
|
6384
6384
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
6385
6385
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
6386
|
-
var loc = "ScalingProcesses."
|
|
6386
|
+
var loc = "ScalingProcesses.".concat(key);
|
|
6387
6387
|
entries[loc] = value;
|
|
6388
6388
|
});
|
|
6389
6389
|
}
|
|
@@ -6399,7 +6399,7 @@ var serializeAws_queryScheduledActionNames = function (input, context) {
|
|
|
6399
6399
|
if (entry === null) {
|
|
6400
6400
|
continue;
|
|
6401
6401
|
}
|
|
6402
|
-
entries["member."
|
|
6402
|
+
entries["member.".concat(counter)] = entry;
|
|
6403
6403
|
counter++;
|
|
6404
6404
|
}
|
|
6405
6405
|
}
|
|
@@ -6453,7 +6453,7 @@ var serializeAws_queryScheduledUpdateGroupActionRequests = function (input, cont
|
|
|
6453
6453
|
var memberEntries = serializeAws_queryScheduledUpdateGroupActionRequest(entry, context);
|
|
6454
6454
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
6455
6455
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
6456
|
-
entries["member."
|
|
6456
|
+
entries["member.".concat(counter, ".").concat(key)] = value;
|
|
6457
6457
|
});
|
|
6458
6458
|
counter++;
|
|
6459
6459
|
}
|
|
@@ -6477,7 +6477,7 @@ var serializeAws_querySecurityGroups = function (input, context) {
|
|
|
6477
6477
|
if (entry === null) {
|
|
6478
6478
|
continue;
|
|
6479
6479
|
}
|
|
6480
|
-
entries["member."
|
|
6480
|
+
entries["member.".concat(counter)] = entry;
|
|
6481
6481
|
counter++;
|
|
6482
6482
|
}
|
|
6483
6483
|
}
|
|
@@ -6522,7 +6522,7 @@ var serializeAws_querySetInstanceProtectionQuery = function (input, context) {
|
|
|
6522
6522
|
var memberEntries = serializeAws_queryInstanceIds(input.InstanceIds, context);
|
|
6523
6523
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
6524
6524
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
6525
|
-
var loc = "InstanceIds."
|
|
6525
|
+
var loc = "InstanceIds.".concat(key);
|
|
6526
6526
|
entries[loc] = value;
|
|
6527
6527
|
});
|
|
6528
6528
|
}
|
|
@@ -6546,7 +6546,7 @@ var serializeAws_queryStartInstanceRefreshType = function (input, context) {
|
|
|
6546
6546
|
var memberEntries = serializeAws_queryDesiredConfiguration(input.DesiredConfiguration, context);
|
|
6547
6547
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
6548
6548
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
6549
|
-
var loc = "DesiredConfiguration."
|
|
6549
|
+
var loc = "DesiredConfiguration.".concat(key);
|
|
6550
6550
|
entries[loc] = value;
|
|
6551
6551
|
});
|
|
6552
6552
|
}
|
|
@@ -6554,7 +6554,7 @@ var serializeAws_queryStartInstanceRefreshType = function (input, context) {
|
|
|
6554
6554
|
var memberEntries = serializeAws_queryRefreshPreferences(input.Preferences, context);
|
|
6555
6555
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
6556
6556
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
6557
|
-
var loc = "Preferences."
|
|
6557
|
+
var loc = "Preferences.".concat(key);
|
|
6558
6558
|
entries[loc] = value;
|
|
6559
6559
|
});
|
|
6560
6560
|
}
|
|
@@ -6586,7 +6586,7 @@ var serializeAws_queryStepAdjustments = function (input, context) {
|
|
|
6586
6586
|
var memberEntries = serializeAws_queryStepAdjustment(entry, context);
|
|
6587
6587
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
6588
6588
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
6589
|
-
entries["member."
|
|
6589
|
+
entries["member.".concat(counter, ".").concat(key)] = value;
|
|
6590
6590
|
});
|
|
6591
6591
|
counter++;
|
|
6592
6592
|
}
|
|
@@ -6632,7 +6632,7 @@ var serializeAws_queryTags = function (input, context) {
|
|
|
6632
6632
|
var memberEntries = serializeAws_queryTag(entry, context);
|
|
6633
6633
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
6634
6634
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
6635
|
-
entries["member."
|
|
6635
|
+
entries["member.".concat(counter, ".").concat(key)] = value;
|
|
6636
6636
|
});
|
|
6637
6637
|
counter++;
|
|
6638
6638
|
}
|
|
@@ -6656,7 +6656,7 @@ var serializeAws_queryTargetGroupARNs = function (input, context) {
|
|
|
6656
6656
|
if (entry === null) {
|
|
6657
6657
|
continue;
|
|
6658
6658
|
}
|
|
6659
|
-
entries["member."
|
|
6659
|
+
entries["member.".concat(counter)] = entry;
|
|
6660
6660
|
counter++;
|
|
6661
6661
|
}
|
|
6662
6662
|
}
|
|
@@ -6675,7 +6675,7 @@ var serializeAws_queryTargetTrackingConfiguration = function (input, context) {
|
|
|
6675
6675
|
var memberEntries = serializeAws_queryPredefinedMetricSpecification(input.PredefinedMetricSpecification, context);
|
|
6676
6676
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
6677
6677
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
6678
|
-
var loc = "PredefinedMetricSpecification."
|
|
6678
|
+
var loc = "PredefinedMetricSpecification.".concat(key);
|
|
6679
6679
|
entries[loc] = value;
|
|
6680
6680
|
});
|
|
6681
6681
|
}
|
|
@@ -6683,7 +6683,7 @@ var serializeAws_queryTargetTrackingConfiguration = function (input, context) {
|
|
|
6683
6683
|
var memberEntries = serializeAws_queryCustomizedMetricSpecification(input.CustomizedMetricSpecification, context);
|
|
6684
6684
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
6685
6685
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
6686
|
-
var loc = "CustomizedMetricSpecification."
|
|
6686
|
+
var loc = "CustomizedMetricSpecification.".concat(key);
|
|
6687
6687
|
entries[loc] = value;
|
|
6688
6688
|
});
|
|
6689
6689
|
}
|
|
@@ -6715,7 +6715,7 @@ var serializeAws_queryTerminationPolicies = function (input, context) {
|
|
|
6715
6715
|
if (entry === null) {
|
|
6716
6716
|
continue;
|
|
6717
6717
|
}
|
|
6718
|
-
entries["member."
|
|
6718
|
+
entries["member.".concat(counter)] = entry;
|
|
6719
6719
|
counter++;
|
|
6720
6720
|
}
|
|
6721
6721
|
}
|
|
@@ -6750,7 +6750,7 @@ var serializeAws_queryUpdateAutoScalingGroupType = function (input, context) {
|
|
|
6750
6750
|
var memberEntries = serializeAws_queryLaunchTemplateSpecification(input.LaunchTemplate, context);
|
|
6751
6751
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
6752
6752
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
6753
|
-
var loc = "LaunchTemplate."
|
|
6753
|
+
var loc = "LaunchTemplate.".concat(key);
|
|
6754
6754
|
entries[loc] = value;
|
|
6755
6755
|
});
|
|
6756
6756
|
}
|
|
@@ -6758,7 +6758,7 @@ var serializeAws_queryUpdateAutoScalingGroupType = function (input, context) {
|
|
|
6758
6758
|
var memberEntries = serializeAws_queryMixedInstancesPolicy(input.MixedInstancesPolicy, context);
|
|
6759
6759
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
6760
6760
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
6761
|
-
var loc = "MixedInstancesPolicy."
|
|
6761
|
+
var loc = "MixedInstancesPolicy.".concat(key);
|
|
6762
6762
|
entries[loc] = value;
|
|
6763
6763
|
});
|
|
6764
6764
|
}
|
|
@@ -6778,7 +6778,7 @@ var serializeAws_queryUpdateAutoScalingGroupType = function (input, context) {
|
|
|
6778
6778
|
var memberEntries = serializeAws_queryAvailabilityZones(input.AvailabilityZones, context);
|
|
6779
6779
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
6780
6780
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
6781
|
-
var loc = "AvailabilityZones."
|
|
6781
|
+
var loc = "AvailabilityZones.".concat(key);
|
|
6782
6782
|
entries[loc] = value;
|
|
6783
6783
|
});
|
|
6784
6784
|
}
|
|
@@ -6798,7 +6798,7 @@ var serializeAws_queryUpdateAutoScalingGroupType = function (input, context) {
|
|
|
6798
6798
|
var memberEntries = serializeAws_queryTerminationPolicies(input.TerminationPolicies, context);
|
|
6799
6799
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
6800
6800
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
6801
|
-
var loc = "TerminationPolicies."
|
|
6801
|
+
var loc = "TerminationPolicies.".concat(key);
|
|
6802
6802
|
entries[loc] = value;
|
|
6803
6803
|
});
|
|
6804
6804
|
}
|
|
@@ -6832,7 +6832,7 @@ var serializeAws_queryValues = function (input, context) {
|
|
|
6832
6832
|
if (entry === null) {
|
|
6833
6833
|
continue;
|
|
6834
6834
|
}
|
|
6835
|
-
entries["member."
|
|
6835
|
+
entries["member.".concat(counter)] = entry;
|
|
6836
6836
|
counter++;
|
|
6837
6837
|
}
|
|
6838
6838
|
}
|