@aws-sdk/client-route-53 3.295.0 → 3.297.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.
Files changed (84) hide show
  1. package/dist-cjs/protocols/Aws_restXml.js +36 -229
  2. package/dist-es/protocols/Aws_restXml.js +36 -229
  3. package/dist-types/Route53.d.ts +71 -0
  4. package/dist-types/Route53Client.d.ts +24 -4
  5. package/dist-types/commands/ActivateKeySigningKeyCommand.d.ts +16 -0
  6. package/dist-types/commands/AssociateVPCWithHostedZoneCommand.d.ts +16 -0
  7. package/dist-types/commands/ChangeCidrCollectionCommand.d.ts +16 -0
  8. package/dist-types/commands/ChangeResourceRecordSetsCommand.d.ts +16 -0
  9. package/dist-types/commands/ChangeTagsForResourceCommand.d.ts +16 -0
  10. package/dist-types/commands/CreateCidrCollectionCommand.d.ts +16 -0
  11. package/dist-types/commands/CreateHealthCheckCommand.d.ts +16 -0
  12. package/dist-types/commands/CreateHostedZoneCommand.d.ts +16 -0
  13. package/dist-types/commands/CreateKeySigningKeyCommand.d.ts +16 -0
  14. package/dist-types/commands/CreateQueryLoggingConfigCommand.d.ts +16 -0
  15. package/dist-types/commands/CreateReusableDelegationSetCommand.d.ts +16 -0
  16. package/dist-types/commands/CreateTrafficPolicyCommand.d.ts +16 -0
  17. package/dist-types/commands/CreateTrafficPolicyInstanceCommand.d.ts +16 -0
  18. package/dist-types/commands/CreateTrafficPolicyVersionCommand.d.ts +16 -0
  19. package/dist-types/commands/CreateVPCAssociationAuthorizationCommand.d.ts +16 -0
  20. package/dist-types/commands/DeactivateKeySigningKeyCommand.d.ts +16 -0
  21. package/dist-types/commands/DeleteCidrCollectionCommand.d.ts +16 -0
  22. package/dist-types/commands/DeleteHealthCheckCommand.d.ts +16 -0
  23. package/dist-types/commands/DeleteHostedZoneCommand.d.ts +16 -0
  24. package/dist-types/commands/DeleteKeySigningKeyCommand.d.ts +16 -0
  25. package/dist-types/commands/DeleteQueryLoggingConfigCommand.d.ts +16 -0
  26. package/dist-types/commands/DeleteReusableDelegationSetCommand.d.ts +16 -0
  27. package/dist-types/commands/DeleteTrafficPolicyCommand.d.ts +16 -0
  28. package/dist-types/commands/DeleteTrafficPolicyInstanceCommand.d.ts +16 -0
  29. package/dist-types/commands/DeleteVPCAssociationAuthorizationCommand.d.ts +16 -0
  30. package/dist-types/commands/DisableHostedZoneDNSSECCommand.d.ts +16 -0
  31. package/dist-types/commands/DisassociateVPCFromHostedZoneCommand.d.ts +16 -0
  32. package/dist-types/commands/EnableHostedZoneDNSSECCommand.d.ts +16 -0
  33. package/dist-types/commands/GetAccountLimitCommand.d.ts +16 -0
  34. package/dist-types/commands/GetChangeCommand.d.ts +16 -0
  35. package/dist-types/commands/GetCheckerIpRangesCommand.d.ts +16 -0
  36. package/dist-types/commands/GetDNSSECCommand.d.ts +16 -0
  37. package/dist-types/commands/GetGeoLocationCommand.d.ts +16 -0
  38. package/dist-types/commands/GetHealthCheckCommand.d.ts +16 -0
  39. package/dist-types/commands/GetHealthCheckCountCommand.d.ts +16 -0
  40. package/dist-types/commands/GetHealthCheckLastFailureReasonCommand.d.ts +16 -0
  41. package/dist-types/commands/GetHealthCheckStatusCommand.d.ts +16 -0
  42. package/dist-types/commands/GetHostedZoneCommand.d.ts +16 -0
  43. package/dist-types/commands/GetHostedZoneCountCommand.d.ts +16 -0
  44. package/dist-types/commands/GetHostedZoneLimitCommand.d.ts +16 -0
  45. package/dist-types/commands/GetQueryLoggingConfigCommand.d.ts +16 -0
  46. package/dist-types/commands/GetReusableDelegationSetCommand.d.ts +16 -0
  47. package/dist-types/commands/GetReusableDelegationSetLimitCommand.d.ts +16 -0
  48. package/dist-types/commands/GetTrafficPolicyCommand.d.ts +16 -0
  49. package/dist-types/commands/GetTrafficPolicyInstanceCommand.d.ts +16 -0
  50. package/dist-types/commands/GetTrafficPolicyInstanceCountCommand.d.ts +16 -0
  51. package/dist-types/commands/ListCidrBlocksCommand.d.ts +16 -0
  52. package/dist-types/commands/ListCidrCollectionsCommand.d.ts +16 -0
  53. package/dist-types/commands/ListCidrLocationsCommand.d.ts +16 -0
  54. package/dist-types/commands/ListGeoLocationsCommand.d.ts +16 -0
  55. package/dist-types/commands/ListHealthChecksCommand.d.ts +16 -0
  56. package/dist-types/commands/ListHostedZonesByNameCommand.d.ts +16 -0
  57. package/dist-types/commands/ListHostedZonesByVPCCommand.d.ts +16 -0
  58. package/dist-types/commands/ListHostedZonesCommand.d.ts +16 -0
  59. package/dist-types/commands/ListQueryLoggingConfigsCommand.d.ts +16 -0
  60. package/dist-types/commands/ListResourceRecordSetsCommand.d.ts +16 -0
  61. package/dist-types/commands/ListReusableDelegationSetsCommand.d.ts +16 -0
  62. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  63. package/dist-types/commands/ListTagsForResourcesCommand.d.ts +16 -0
  64. package/dist-types/commands/ListTrafficPoliciesCommand.d.ts +16 -0
  65. package/dist-types/commands/ListTrafficPolicyInstancesByHostedZoneCommand.d.ts +16 -0
  66. package/dist-types/commands/ListTrafficPolicyInstancesByPolicyCommand.d.ts +16 -0
  67. package/dist-types/commands/ListTrafficPolicyInstancesCommand.d.ts +16 -0
  68. package/dist-types/commands/ListTrafficPolicyVersionsCommand.d.ts +16 -0
  69. package/dist-types/commands/ListVPCAssociationAuthorizationsCommand.d.ts +16 -0
  70. package/dist-types/commands/TestDNSAnswerCommand.d.ts +16 -0
  71. package/dist-types/commands/UpdateHealthCheckCommand.d.ts +16 -0
  72. package/dist-types/commands/UpdateHostedZoneCommentCommand.d.ts +16 -0
  73. package/dist-types/commands/UpdateTrafficPolicyCommentCommand.d.ts +16 -0
  74. package/dist-types/commands/UpdateTrafficPolicyInstanceCommand.d.ts +16 -0
  75. package/dist-types/models/Route53ServiceException.d.ts +2 -0
  76. package/dist-types/models/models_0.d.ts +378 -0
  77. package/dist-types/pagination/Interfaces.d.ts +3 -0
  78. package/dist-types/pagination/ListCidrBlocksPaginator.d.ts +3 -0
  79. package/dist-types/pagination/ListCidrCollectionsPaginator.d.ts +3 -0
  80. package/dist-types/pagination/ListCidrLocationsPaginator.d.ts +3 -0
  81. package/dist-types/pagination/ListHealthChecksPaginator.d.ts +3 -0
  82. package/dist-types/pagination/ListHostedZonesPaginator.d.ts +3 -0
  83. package/dist-types/pagination/ListQueryLoggingConfigsPaginator.d.ts +3 -0
  84. package/package.json +31 -31
@@ -6011,10 +6011,7 @@ const serializeAws_restXmlVPC = (input, context) => {
6011
6011
  return bodyNode;
6012
6012
  };
6013
6013
  const deserializeAws_restXmlAccountLimit = (output, context) => {
6014
- const contents = {
6015
- Type: undefined,
6016
- Value: undefined,
6017
- };
6014
+ const contents = {};
6018
6015
  if (output["Type"] !== undefined) {
6019
6016
  contents.Type = __expectString(output["Type"]);
6020
6017
  }
@@ -6024,10 +6021,7 @@ const deserializeAws_restXmlAccountLimit = (output, context) => {
6024
6021
  return contents;
6025
6022
  };
6026
6023
  const deserializeAws_restXmlAlarmIdentifier = (output, context) => {
6027
- const contents = {
6028
- Region: undefined,
6029
- Name: undefined,
6030
- };
6024
+ const contents = {};
6031
6025
  if (output["Region"] !== undefined) {
6032
6026
  contents.Region = __expectString(output["Region"]);
6033
6027
  }
@@ -6037,11 +6031,7 @@ const deserializeAws_restXmlAlarmIdentifier = (output, context) => {
6037
6031
  return contents;
6038
6032
  };
6039
6033
  const deserializeAws_restXmlAliasTarget = (output, context) => {
6040
- const contents = {
6041
- HostedZoneId: undefined,
6042
- DNSName: undefined,
6043
- EvaluateTargetHealth: undefined,
6044
- };
6034
+ const contents = {};
6045
6035
  if (output["HostedZoneId"] !== undefined) {
6046
6036
  contents.HostedZoneId = __expectString(output["HostedZoneId"]);
6047
6037
  }
@@ -6054,12 +6044,7 @@ const deserializeAws_restXmlAliasTarget = (output, context) => {
6054
6044
  return contents;
6055
6045
  };
6056
6046
  const deserializeAws_restXmlChangeInfo = (output, context) => {
6057
- const contents = {
6058
- Id: undefined,
6059
- Status: undefined,
6060
- SubmittedAt: undefined,
6061
- Comment: undefined,
6062
- };
6047
+ const contents = {};
6063
6048
  if (output["Id"] !== undefined) {
6064
6049
  contents.Id = __expectString(output["Id"]);
6065
6050
  }
@@ -6096,10 +6081,7 @@ const deserializeAws_restXmlCidrBlockSummaries = (output, context) => {
6096
6081
  });
6097
6082
  };
6098
6083
  const deserializeAws_restXmlCidrBlockSummary = (output, context) => {
6099
- const contents = {
6100
- CidrBlock: undefined,
6101
- LocationName: undefined,
6102
- };
6084
+ const contents = {};
6103
6085
  if (output["CidrBlock"] !== undefined) {
6104
6086
  contents.CidrBlock = __expectString(output["CidrBlock"]);
6105
6087
  }
@@ -6109,12 +6091,7 @@ const deserializeAws_restXmlCidrBlockSummary = (output, context) => {
6109
6091
  return contents;
6110
6092
  };
6111
6093
  const deserializeAws_restXmlCidrCollection = (output, context) => {
6112
- const contents = {
6113
- Arn: undefined,
6114
- Id: undefined,
6115
- Name: undefined,
6116
- Version: undefined,
6117
- };
6094
+ const contents = {};
6118
6095
  if (output["Arn"] !== undefined) {
6119
6096
  contents.Arn = __expectString(output["Arn"]);
6120
6097
  }
@@ -6130,10 +6107,7 @@ const deserializeAws_restXmlCidrCollection = (output, context) => {
6130
6107
  return contents;
6131
6108
  };
6132
6109
  const deserializeAws_restXmlCidrRoutingConfig = (output, context) => {
6133
- const contents = {
6134
- CollectionId: undefined,
6135
- LocationName: undefined,
6136
- };
6110
+ const contents = {};
6137
6111
  if (output["CollectionId"] !== undefined) {
6138
6112
  contents.CollectionId = __expectString(output["CollectionId"]);
6139
6113
  }
@@ -6143,16 +6117,7 @@ const deserializeAws_restXmlCidrRoutingConfig = (output, context) => {
6143
6117
  return contents;
6144
6118
  };
6145
6119
  const deserializeAws_restXmlCloudWatchAlarmConfiguration = (output, context) => {
6146
- const contents = {
6147
- EvaluationPeriods: undefined,
6148
- Threshold: undefined,
6149
- ComparisonOperator: undefined,
6150
- Period: undefined,
6151
- MetricName: undefined,
6152
- Namespace: undefined,
6153
- Statistic: undefined,
6154
- Dimensions: undefined,
6155
- };
6120
+ const contents = {};
6156
6121
  if (output["EvaluationPeriods"] !== undefined) {
6157
6122
  contents.EvaluationPeriods = __strictParseInt32(output["EvaluationPeriods"]);
6158
6123
  }
@@ -6190,12 +6155,7 @@ const deserializeAws_restXmlCollectionSummaries = (output, context) => {
6190
6155
  });
6191
6156
  };
6192
6157
  const deserializeAws_restXmlCollectionSummary = (output, context) => {
6193
- const contents = {
6194
- Arn: undefined,
6195
- Id: undefined,
6196
- Name: undefined,
6197
- Version: undefined,
6198
- };
6158
+ const contents = {};
6199
6159
  if (output["Arn"] !== undefined) {
6200
6160
  contents.Arn = __expectString(output["Arn"]);
6201
6161
  }
@@ -6211,11 +6171,7 @@ const deserializeAws_restXmlCollectionSummary = (output, context) => {
6211
6171
  return contents;
6212
6172
  };
6213
6173
  const deserializeAws_restXmlDelegationSet = (output, context) => {
6214
- const contents = {
6215
- Id: undefined,
6216
- CallerReference: undefined,
6217
- NameServers: undefined,
6218
- };
6174
+ const contents = {};
6219
6175
  if (output["Id"] !== undefined) {
6220
6176
  contents.Id = __expectString(output["Id"]);
6221
6177
  }
@@ -6245,10 +6201,7 @@ const deserializeAws_restXmlDelegationSets = (output, context) => {
6245
6201
  });
6246
6202
  };
6247
6203
  const deserializeAws_restXmlDimension = (output, context) => {
6248
- const contents = {
6249
- Name: undefined,
6250
- Value: undefined,
6251
- };
6204
+ const contents = {};
6252
6205
  if (output["Name"] !== undefined) {
6253
6206
  contents.Name = __expectString(output["Name"]);
6254
6207
  }
@@ -6265,10 +6218,7 @@ const deserializeAws_restXmlDimensionList = (output, context) => {
6265
6218
  });
6266
6219
  };
6267
6220
  const deserializeAws_restXmlDNSSECStatus = (output, context) => {
6268
- const contents = {
6269
- ServeSignature: undefined,
6270
- StatusMessage: undefined,
6271
- };
6221
+ const contents = {};
6272
6222
  if (output["ServeSignature"] !== undefined) {
6273
6223
  contents.ServeSignature = __expectString(output["ServeSignature"]);
6274
6224
  }
@@ -6285,11 +6235,7 @@ const deserializeAws_restXmlErrorMessages = (output, context) => {
6285
6235
  });
6286
6236
  };
6287
6237
  const deserializeAws_restXmlGeoLocation = (output, context) => {
6288
- const contents = {
6289
- ContinentCode: undefined,
6290
- CountryCode: undefined,
6291
- SubdivisionCode: undefined,
6292
- };
6238
+ const contents = {};
6293
6239
  if (output["ContinentCode"] !== undefined) {
6294
6240
  contents.ContinentCode = __expectString(output["ContinentCode"]);
6295
6241
  }
@@ -6302,14 +6248,7 @@ const deserializeAws_restXmlGeoLocation = (output, context) => {
6302
6248
  return contents;
6303
6249
  };
6304
6250
  const deserializeAws_restXmlGeoLocationDetails = (output, context) => {
6305
- const contents = {
6306
- ContinentCode: undefined,
6307
- ContinentName: undefined,
6308
- CountryCode: undefined,
6309
- CountryName: undefined,
6310
- SubdivisionCode: undefined,
6311
- SubdivisionName: undefined,
6312
- };
6251
+ const contents = {};
6313
6252
  if (output["ContinentCode"] !== undefined) {
6314
6253
  contents.ContinentCode = __expectString(output["ContinentCode"]);
6315
6254
  }
@@ -6338,14 +6277,7 @@ const deserializeAws_restXmlGeoLocationDetailsList = (output, context) => {
6338
6277
  });
6339
6278
  };
6340
6279
  const deserializeAws_restXmlHealthCheck = (output, context) => {
6341
- const contents = {
6342
- Id: undefined,
6343
- CallerReference: undefined,
6344
- LinkedService: undefined,
6345
- HealthCheckConfig: undefined,
6346
- HealthCheckVersion: undefined,
6347
- CloudWatchAlarmConfiguration: undefined,
6348
- };
6280
+ const contents = {};
6349
6281
  if (output["Id"] !== undefined) {
6350
6282
  contents.Id = __expectString(output["Id"]);
6351
6283
  }
@@ -6367,26 +6299,7 @@ const deserializeAws_restXmlHealthCheck = (output, context) => {
6367
6299
  return contents;
6368
6300
  };
6369
6301
  const deserializeAws_restXmlHealthCheckConfig = (output, context) => {
6370
- const contents = {
6371
- IPAddress: undefined,
6372
- Port: undefined,
6373
- Type: undefined,
6374
- ResourcePath: undefined,
6375
- FullyQualifiedDomainName: undefined,
6376
- SearchString: undefined,
6377
- RequestInterval: undefined,
6378
- FailureThreshold: undefined,
6379
- MeasureLatency: undefined,
6380
- Inverted: undefined,
6381
- Disabled: undefined,
6382
- HealthThreshold: undefined,
6383
- ChildHealthChecks: undefined,
6384
- EnableSNI: undefined,
6385
- Regions: undefined,
6386
- AlarmIdentifier: undefined,
6387
- InsufficientDataHealthStatus: undefined,
6388
- RoutingControlArn: undefined,
6389
- };
6302
+ const contents = {};
6390
6303
  if (output["IPAddress"] !== undefined) {
6391
6304
  contents.IPAddress = __expectString(output["IPAddress"]);
6392
6305
  }
@@ -6451,11 +6364,7 @@ const deserializeAws_restXmlHealthCheckConfig = (output, context) => {
6451
6364
  return contents;
6452
6365
  };
6453
6366
  const deserializeAws_restXmlHealthCheckObservation = (output, context) => {
6454
- const contents = {
6455
- Region: undefined,
6456
- IPAddress: undefined,
6457
- StatusReport: undefined,
6458
- };
6367
+ const contents = {};
6459
6368
  if (output["Region"] !== undefined) {
6460
6369
  contents.Region = __expectString(output["Region"]);
6461
6370
  }
@@ -6489,14 +6398,7 @@ const deserializeAws_restXmlHealthChecks = (output, context) => {
6489
6398
  });
6490
6399
  };
6491
6400
  const deserializeAws_restXmlHostedZone = (output, context) => {
6492
- const contents = {
6493
- Id: undefined,
6494
- Name: undefined,
6495
- CallerReference: undefined,
6496
- Config: undefined,
6497
- ResourceRecordSetCount: undefined,
6498
- LinkedService: undefined,
6499
- };
6401
+ const contents = {};
6500
6402
  if (output["Id"] !== undefined) {
6501
6403
  contents.Id = __expectString(output["Id"]);
6502
6404
  }
@@ -6518,10 +6420,7 @@ const deserializeAws_restXmlHostedZone = (output, context) => {
6518
6420
  return contents;
6519
6421
  };
6520
6422
  const deserializeAws_restXmlHostedZoneConfig = (output, context) => {
6521
- const contents = {
6522
- Comment: undefined,
6523
- PrivateZone: undefined,
6524
- };
6423
+ const contents = {};
6525
6424
  if (output["Comment"] !== undefined) {
6526
6425
  contents.Comment = __expectString(output["Comment"]);
6527
6426
  }
@@ -6531,10 +6430,7 @@ const deserializeAws_restXmlHostedZoneConfig = (output, context) => {
6531
6430
  return contents;
6532
6431
  };
6533
6432
  const deserializeAws_restXmlHostedZoneLimit = (output, context) => {
6534
- const contents = {
6535
- Type: undefined,
6536
- Value: undefined,
6537
- };
6433
+ const contents = {};
6538
6434
  if (output["Type"] !== undefined) {
6539
6435
  contents.Type = __expectString(output["Type"]);
6540
6436
  }
@@ -6544,10 +6440,7 @@ const deserializeAws_restXmlHostedZoneLimit = (output, context) => {
6544
6440
  return contents;
6545
6441
  };
6546
6442
  const deserializeAws_restXmlHostedZoneOwner = (output, context) => {
6547
- const contents = {
6548
- OwningAccount: undefined,
6549
- OwningService: undefined,
6550
- };
6443
+ const contents = {};
6551
6444
  if (output["OwningAccount"] !== undefined) {
6552
6445
  contents.OwningAccount = __expectString(output["OwningAccount"]);
6553
6446
  }
@@ -6571,11 +6464,7 @@ const deserializeAws_restXmlHostedZoneSummaries = (output, context) => {
6571
6464
  });
6572
6465
  };
6573
6466
  const deserializeAws_restXmlHostedZoneSummary = (output, context) => {
6574
- const contents = {
6575
- HostedZoneId: undefined,
6576
- Name: undefined,
6577
- Owner: undefined,
6578
- };
6467
+ const contents = {};
6579
6468
  if (output["HostedZoneId"] !== undefined) {
6580
6469
  contents.HostedZoneId = __expectString(output["HostedZoneId"]);
6581
6470
  }
@@ -6588,24 +6477,7 @@ const deserializeAws_restXmlHostedZoneSummary = (output, context) => {
6588
6477
  return contents;
6589
6478
  };
6590
6479
  const deserializeAws_restXmlKeySigningKey = (output, context) => {
6591
- const contents = {
6592
- Name: undefined,
6593
- KmsArn: undefined,
6594
- Flag: undefined,
6595
- SigningAlgorithmMnemonic: undefined,
6596
- SigningAlgorithmType: undefined,
6597
- DigestAlgorithmMnemonic: undefined,
6598
- DigestAlgorithmType: undefined,
6599
- KeyTag: undefined,
6600
- DigestValue: undefined,
6601
- PublicKey: undefined,
6602
- DSRecord: undefined,
6603
- DNSKEYRecord: undefined,
6604
- Status: undefined,
6605
- StatusMessage: undefined,
6606
- CreatedDate: undefined,
6607
- LastModifiedDate: undefined,
6608
- };
6480
+ const contents = {};
6609
6481
  if (output["Name"] !== undefined) {
6610
6482
  contents.Name = __expectString(output["Name"]);
6611
6483
  }
@@ -6664,10 +6536,7 @@ const deserializeAws_restXmlKeySigningKeys = (output, context) => {
6664
6536
  });
6665
6537
  };
6666
6538
  const deserializeAws_restXmlLinkedService = (output, context) => {
6667
- const contents = {
6668
- ServicePrincipal: undefined,
6669
- Description: undefined,
6670
- };
6539
+ const contents = {};
6671
6540
  if (output["ServicePrincipal"] !== undefined) {
6672
6541
  contents.ServicePrincipal = __expectString(output["ServicePrincipal"]);
6673
6542
  }
@@ -6684,20 +6553,14 @@ const deserializeAws_restXmlLocationSummaries = (output, context) => {
6684
6553
  });
6685
6554
  };
6686
6555
  const deserializeAws_restXmlLocationSummary = (output, context) => {
6687
- const contents = {
6688
- LocationName: undefined,
6689
- };
6556
+ const contents = {};
6690
6557
  if (output["LocationName"] !== undefined) {
6691
6558
  contents.LocationName = __expectString(output["LocationName"]);
6692
6559
  }
6693
6560
  return contents;
6694
6561
  };
6695
6562
  const deserializeAws_restXmlQueryLoggingConfig = (output, context) => {
6696
- const contents = {
6697
- Id: undefined,
6698
- HostedZoneId: undefined,
6699
- CloudWatchLogsLogGroupArn: undefined,
6700
- };
6563
+ const contents = {};
6701
6564
  if (output["Id"] !== undefined) {
6702
6565
  contents.Id = __expectString(output["Id"]);
6703
6566
  }
@@ -6724,9 +6587,7 @@ const deserializeAws_restXmlRecordData = (output, context) => {
6724
6587
  });
6725
6588
  };
6726
6589
  const deserializeAws_restXmlResourceRecord = (output, context) => {
6727
- const contents = {
6728
- Value: undefined,
6729
- };
6590
+ const contents = {};
6730
6591
  if (output["Value"] !== undefined) {
6731
6592
  contents.Value = __expectString(output["Value"]);
6732
6593
  }
@@ -6740,22 +6601,7 @@ const deserializeAws_restXmlResourceRecords = (output, context) => {
6740
6601
  });
6741
6602
  };
6742
6603
  const deserializeAws_restXmlResourceRecordSet = (output, context) => {
6743
- const contents = {
6744
- Name: undefined,
6745
- Type: undefined,
6746
- SetIdentifier: undefined,
6747
- Weight: undefined,
6748
- Region: undefined,
6749
- GeoLocation: undefined,
6750
- Failover: undefined,
6751
- MultiValueAnswer: undefined,
6752
- TTL: undefined,
6753
- ResourceRecords: undefined,
6754
- AliasTarget: undefined,
6755
- HealthCheckId: undefined,
6756
- TrafficPolicyInstanceId: undefined,
6757
- CidrRoutingConfig: undefined,
6758
- };
6604
+ const contents = {};
6759
6605
  if (output["Name"] !== undefined) {
6760
6606
  contents.Name = __expectString(output["Name"]);
6761
6607
  }
@@ -6811,11 +6657,7 @@ const deserializeAws_restXmlResourceRecordSets = (output, context) => {
6811
6657
  });
6812
6658
  };
6813
6659
  const deserializeAws_restXmlResourceTagSet = (output, context) => {
6814
- const contents = {
6815
- ResourceType: undefined,
6816
- ResourceId: undefined,
6817
- Tags: undefined,
6818
- };
6660
+ const contents = {};
6819
6661
  if (output["ResourceType"] !== undefined) {
6820
6662
  contents.ResourceType = __expectString(output["ResourceType"]);
6821
6663
  }
@@ -6838,10 +6680,7 @@ const deserializeAws_restXmlResourceTagSetList = (output, context) => {
6838
6680
  });
6839
6681
  };
6840
6682
  const deserializeAws_restXmlReusableDelegationSetLimit = (output, context) => {
6841
- const contents = {
6842
- Type: undefined,
6843
- Value: undefined,
6844
- };
6683
+ const contents = {};
6845
6684
  if (output["Type"] !== undefined) {
6846
6685
  contents.Type = __expectString(output["Type"]);
6847
6686
  }
@@ -6851,10 +6690,7 @@ const deserializeAws_restXmlReusableDelegationSetLimit = (output, context) => {
6851
6690
  return contents;
6852
6691
  };
6853
6692
  const deserializeAws_restXmlStatusReport = (output, context) => {
6854
- const contents = {
6855
- Status: undefined,
6856
- CheckedTime: undefined,
6857
- };
6693
+ const contents = {};
6858
6694
  if (output["Status"] !== undefined) {
6859
6695
  contents.Status = __expectString(output["Status"]);
6860
6696
  }
@@ -6864,10 +6700,7 @@ const deserializeAws_restXmlStatusReport = (output, context) => {
6864
6700
  return contents;
6865
6701
  };
6866
6702
  const deserializeAws_restXmlTag = (output, context) => {
6867
- const contents = {
6868
- Key: undefined,
6869
- Value: undefined,
6870
- };
6703
+ const contents = {};
6871
6704
  if (output["Key"] !== undefined) {
6872
6705
  contents.Key = __expectString(output["Key"]);
6873
6706
  }
@@ -6891,14 +6724,7 @@ const deserializeAws_restXmlTrafficPolicies = (output, context) => {
6891
6724
  });
6892
6725
  };
6893
6726
  const deserializeAws_restXmlTrafficPolicy = (output, context) => {
6894
- const contents = {
6895
- Id: undefined,
6896
- Version: undefined,
6897
- Name: undefined,
6898
- Type: undefined,
6899
- Document: undefined,
6900
- Comment: undefined,
6901
- };
6727
+ const contents = {};
6902
6728
  if (output["Id"] !== undefined) {
6903
6729
  contents.Id = __expectString(output["Id"]);
6904
6730
  }
@@ -6920,17 +6746,7 @@ const deserializeAws_restXmlTrafficPolicy = (output, context) => {
6920
6746
  return contents;
6921
6747
  };
6922
6748
  const deserializeAws_restXmlTrafficPolicyInstance = (output, context) => {
6923
- const contents = {
6924
- Id: undefined,
6925
- HostedZoneId: undefined,
6926
- Name: undefined,
6927
- TTL: undefined,
6928
- State: undefined,
6929
- Message: undefined,
6930
- TrafficPolicyId: undefined,
6931
- TrafficPolicyVersion: undefined,
6932
- TrafficPolicyType: undefined,
6933
- };
6749
+ const contents = {};
6934
6750
  if (output["Id"] !== undefined) {
6935
6751
  contents.Id = __expectString(output["Id"]);
6936
6752
  }
@@ -6975,13 +6791,7 @@ const deserializeAws_restXmlTrafficPolicySummaries = (output, context) => {
6975
6791
  });
6976
6792
  };
6977
6793
  const deserializeAws_restXmlTrafficPolicySummary = (output, context) => {
6978
- const contents = {
6979
- Id: undefined,
6980
- Name: undefined,
6981
- Type: undefined,
6982
- LatestVersion: undefined,
6983
- TrafficPolicyCount: undefined,
6984
- };
6794
+ const contents = {};
6985
6795
  if (output["Id"] !== undefined) {
6986
6796
  contents.Id = __expectString(output["Id"]);
6987
6797
  }
@@ -7000,10 +6810,7 @@ const deserializeAws_restXmlTrafficPolicySummary = (output, context) => {
7000
6810
  return contents;
7001
6811
  };
7002
6812
  const deserializeAws_restXmlVPC = (output, context) => {
7003
- const contents = {
7004
- VPCRegion: undefined,
7005
- VPCId: undefined,
7006
- };
6813
+ const contents = {};
7007
6814
  if (output["VPCRegion"] !== undefined) {
7008
6815
  contents.VPCRegion = __expectString(output["VPCRegion"]);
7009
6816
  }