@aws-sdk/client-route-53 3.296.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.
- package/dist-cjs/protocols/Aws_restXml.js +36 -229
- package/dist-es/protocols/Aws_restXml.js +36 -229
- package/dist-types/Route53.d.ts +71 -0
- package/dist-types/Route53Client.d.ts +24 -4
- package/dist-types/commands/ActivateKeySigningKeyCommand.d.ts +16 -0
- package/dist-types/commands/AssociateVPCWithHostedZoneCommand.d.ts +16 -0
- package/dist-types/commands/ChangeCidrCollectionCommand.d.ts +16 -0
- package/dist-types/commands/ChangeResourceRecordSetsCommand.d.ts +16 -0
- package/dist-types/commands/ChangeTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/CreateCidrCollectionCommand.d.ts +16 -0
- package/dist-types/commands/CreateHealthCheckCommand.d.ts +16 -0
- package/dist-types/commands/CreateHostedZoneCommand.d.ts +16 -0
- package/dist-types/commands/CreateKeySigningKeyCommand.d.ts +16 -0
- package/dist-types/commands/CreateQueryLoggingConfigCommand.d.ts +16 -0
- package/dist-types/commands/CreateReusableDelegationSetCommand.d.ts +16 -0
- package/dist-types/commands/CreateTrafficPolicyCommand.d.ts +16 -0
- package/dist-types/commands/CreateTrafficPolicyInstanceCommand.d.ts +16 -0
- package/dist-types/commands/CreateTrafficPolicyVersionCommand.d.ts +16 -0
- package/dist-types/commands/CreateVPCAssociationAuthorizationCommand.d.ts +16 -0
- package/dist-types/commands/DeactivateKeySigningKeyCommand.d.ts +16 -0
- package/dist-types/commands/DeleteCidrCollectionCommand.d.ts +16 -0
- package/dist-types/commands/DeleteHealthCheckCommand.d.ts +16 -0
- package/dist-types/commands/DeleteHostedZoneCommand.d.ts +16 -0
- package/dist-types/commands/DeleteKeySigningKeyCommand.d.ts +16 -0
- package/dist-types/commands/DeleteQueryLoggingConfigCommand.d.ts +16 -0
- package/dist-types/commands/DeleteReusableDelegationSetCommand.d.ts +16 -0
- package/dist-types/commands/DeleteTrafficPolicyCommand.d.ts +16 -0
- package/dist-types/commands/DeleteTrafficPolicyInstanceCommand.d.ts +16 -0
- package/dist-types/commands/DeleteVPCAssociationAuthorizationCommand.d.ts +16 -0
- package/dist-types/commands/DisableHostedZoneDNSSECCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateVPCFromHostedZoneCommand.d.ts +16 -0
- package/dist-types/commands/EnableHostedZoneDNSSECCommand.d.ts +16 -0
- package/dist-types/commands/GetAccountLimitCommand.d.ts +16 -0
- package/dist-types/commands/GetChangeCommand.d.ts +16 -0
- package/dist-types/commands/GetCheckerIpRangesCommand.d.ts +16 -0
- package/dist-types/commands/GetDNSSECCommand.d.ts +16 -0
- package/dist-types/commands/GetGeoLocationCommand.d.ts +16 -0
- package/dist-types/commands/GetHealthCheckCommand.d.ts +16 -0
- package/dist-types/commands/GetHealthCheckCountCommand.d.ts +16 -0
- package/dist-types/commands/GetHealthCheckLastFailureReasonCommand.d.ts +16 -0
- package/dist-types/commands/GetHealthCheckStatusCommand.d.ts +16 -0
- package/dist-types/commands/GetHostedZoneCommand.d.ts +16 -0
- package/dist-types/commands/GetHostedZoneCountCommand.d.ts +16 -0
- package/dist-types/commands/GetHostedZoneLimitCommand.d.ts +16 -0
- package/dist-types/commands/GetQueryLoggingConfigCommand.d.ts +16 -0
- package/dist-types/commands/GetReusableDelegationSetCommand.d.ts +16 -0
- package/dist-types/commands/GetReusableDelegationSetLimitCommand.d.ts +16 -0
- package/dist-types/commands/GetTrafficPolicyCommand.d.ts +16 -0
- package/dist-types/commands/GetTrafficPolicyInstanceCommand.d.ts +16 -0
- package/dist-types/commands/GetTrafficPolicyInstanceCountCommand.d.ts +16 -0
- package/dist-types/commands/ListCidrBlocksCommand.d.ts +16 -0
- package/dist-types/commands/ListCidrCollectionsCommand.d.ts +16 -0
- package/dist-types/commands/ListCidrLocationsCommand.d.ts +16 -0
- package/dist-types/commands/ListGeoLocationsCommand.d.ts +16 -0
- package/dist-types/commands/ListHealthChecksCommand.d.ts +16 -0
- package/dist-types/commands/ListHostedZonesByNameCommand.d.ts +16 -0
- package/dist-types/commands/ListHostedZonesByVPCCommand.d.ts +16 -0
- package/dist-types/commands/ListHostedZonesCommand.d.ts +16 -0
- package/dist-types/commands/ListQueryLoggingConfigsCommand.d.ts +16 -0
- package/dist-types/commands/ListResourceRecordSetsCommand.d.ts +16 -0
- package/dist-types/commands/ListReusableDelegationSetsCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourcesCommand.d.ts +16 -0
- package/dist-types/commands/ListTrafficPoliciesCommand.d.ts +16 -0
- package/dist-types/commands/ListTrafficPolicyInstancesByHostedZoneCommand.d.ts +16 -0
- package/dist-types/commands/ListTrafficPolicyInstancesByPolicyCommand.d.ts +16 -0
- package/dist-types/commands/ListTrafficPolicyInstancesCommand.d.ts +16 -0
- package/dist-types/commands/ListTrafficPolicyVersionsCommand.d.ts +16 -0
- package/dist-types/commands/ListVPCAssociationAuthorizationsCommand.d.ts +16 -0
- package/dist-types/commands/TestDNSAnswerCommand.d.ts +16 -0
- package/dist-types/commands/UpdateHealthCheckCommand.d.ts +16 -0
- package/dist-types/commands/UpdateHostedZoneCommentCommand.d.ts +16 -0
- package/dist-types/commands/UpdateTrafficPolicyCommentCommand.d.ts +16 -0
- package/dist-types/commands/UpdateTrafficPolicyInstanceCommand.d.ts +16 -0
- package/dist-types/models/Route53ServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +378 -0
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListCidrBlocksPaginator.d.ts +3 -0
- package/dist-types/pagination/ListCidrCollectionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListCidrLocationsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListHealthChecksPaginator.d.ts +3 -0
- package/dist-types/pagination/ListHostedZonesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListQueryLoggingConfigsPaginator.d.ts +3 -0
- package/package.json +3 -3
|
@@ -6156,10 +6156,7 @@ const serializeAws_restXmlVPC = (input, context) => {
|
|
|
6156
6156
|
return bodyNode;
|
|
6157
6157
|
};
|
|
6158
6158
|
const deserializeAws_restXmlAccountLimit = (output, context) => {
|
|
6159
|
-
const contents = {
|
|
6160
|
-
Type: undefined,
|
|
6161
|
-
Value: undefined,
|
|
6162
|
-
};
|
|
6159
|
+
const contents = {};
|
|
6163
6160
|
if (output["Type"] !== undefined) {
|
|
6164
6161
|
contents.Type = (0, smithy_client_1.expectString)(output["Type"]);
|
|
6165
6162
|
}
|
|
@@ -6169,10 +6166,7 @@ const deserializeAws_restXmlAccountLimit = (output, context) => {
|
|
|
6169
6166
|
return contents;
|
|
6170
6167
|
};
|
|
6171
6168
|
const deserializeAws_restXmlAlarmIdentifier = (output, context) => {
|
|
6172
|
-
const contents = {
|
|
6173
|
-
Region: undefined,
|
|
6174
|
-
Name: undefined,
|
|
6175
|
-
};
|
|
6169
|
+
const contents = {};
|
|
6176
6170
|
if (output["Region"] !== undefined) {
|
|
6177
6171
|
contents.Region = (0, smithy_client_1.expectString)(output["Region"]);
|
|
6178
6172
|
}
|
|
@@ -6182,11 +6176,7 @@ const deserializeAws_restXmlAlarmIdentifier = (output, context) => {
|
|
|
6182
6176
|
return contents;
|
|
6183
6177
|
};
|
|
6184
6178
|
const deserializeAws_restXmlAliasTarget = (output, context) => {
|
|
6185
|
-
const contents = {
|
|
6186
|
-
HostedZoneId: undefined,
|
|
6187
|
-
DNSName: undefined,
|
|
6188
|
-
EvaluateTargetHealth: undefined,
|
|
6189
|
-
};
|
|
6179
|
+
const contents = {};
|
|
6190
6180
|
if (output["HostedZoneId"] !== undefined) {
|
|
6191
6181
|
contents.HostedZoneId = (0, smithy_client_1.expectString)(output["HostedZoneId"]);
|
|
6192
6182
|
}
|
|
@@ -6199,12 +6189,7 @@ const deserializeAws_restXmlAliasTarget = (output, context) => {
|
|
|
6199
6189
|
return contents;
|
|
6200
6190
|
};
|
|
6201
6191
|
const deserializeAws_restXmlChangeInfo = (output, context) => {
|
|
6202
|
-
const contents = {
|
|
6203
|
-
Id: undefined,
|
|
6204
|
-
Status: undefined,
|
|
6205
|
-
SubmittedAt: undefined,
|
|
6206
|
-
Comment: undefined,
|
|
6207
|
-
};
|
|
6192
|
+
const contents = {};
|
|
6208
6193
|
if (output["Id"] !== undefined) {
|
|
6209
6194
|
contents.Id = (0, smithy_client_1.expectString)(output["Id"]);
|
|
6210
6195
|
}
|
|
@@ -6241,10 +6226,7 @@ const deserializeAws_restXmlCidrBlockSummaries = (output, context) => {
|
|
|
6241
6226
|
});
|
|
6242
6227
|
};
|
|
6243
6228
|
const deserializeAws_restXmlCidrBlockSummary = (output, context) => {
|
|
6244
|
-
const contents = {
|
|
6245
|
-
CidrBlock: undefined,
|
|
6246
|
-
LocationName: undefined,
|
|
6247
|
-
};
|
|
6229
|
+
const contents = {};
|
|
6248
6230
|
if (output["CidrBlock"] !== undefined) {
|
|
6249
6231
|
contents.CidrBlock = (0, smithy_client_1.expectString)(output["CidrBlock"]);
|
|
6250
6232
|
}
|
|
@@ -6254,12 +6236,7 @@ const deserializeAws_restXmlCidrBlockSummary = (output, context) => {
|
|
|
6254
6236
|
return contents;
|
|
6255
6237
|
};
|
|
6256
6238
|
const deserializeAws_restXmlCidrCollection = (output, context) => {
|
|
6257
|
-
const contents = {
|
|
6258
|
-
Arn: undefined,
|
|
6259
|
-
Id: undefined,
|
|
6260
|
-
Name: undefined,
|
|
6261
|
-
Version: undefined,
|
|
6262
|
-
};
|
|
6239
|
+
const contents = {};
|
|
6263
6240
|
if (output["Arn"] !== undefined) {
|
|
6264
6241
|
contents.Arn = (0, smithy_client_1.expectString)(output["Arn"]);
|
|
6265
6242
|
}
|
|
@@ -6275,10 +6252,7 @@ const deserializeAws_restXmlCidrCollection = (output, context) => {
|
|
|
6275
6252
|
return contents;
|
|
6276
6253
|
};
|
|
6277
6254
|
const deserializeAws_restXmlCidrRoutingConfig = (output, context) => {
|
|
6278
|
-
const contents = {
|
|
6279
|
-
CollectionId: undefined,
|
|
6280
|
-
LocationName: undefined,
|
|
6281
|
-
};
|
|
6255
|
+
const contents = {};
|
|
6282
6256
|
if (output["CollectionId"] !== undefined) {
|
|
6283
6257
|
contents.CollectionId = (0, smithy_client_1.expectString)(output["CollectionId"]);
|
|
6284
6258
|
}
|
|
@@ -6288,16 +6262,7 @@ const deserializeAws_restXmlCidrRoutingConfig = (output, context) => {
|
|
|
6288
6262
|
return contents;
|
|
6289
6263
|
};
|
|
6290
6264
|
const deserializeAws_restXmlCloudWatchAlarmConfiguration = (output, context) => {
|
|
6291
|
-
const contents = {
|
|
6292
|
-
EvaluationPeriods: undefined,
|
|
6293
|
-
Threshold: undefined,
|
|
6294
|
-
ComparisonOperator: undefined,
|
|
6295
|
-
Period: undefined,
|
|
6296
|
-
MetricName: undefined,
|
|
6297
|
-
Namespace: undefined,
|
|
6298
|
-
Statistic: undefined,
|
|
6299
|
-
Dimensions: undefined,
|
|
6300
|
-
};
|
|
6265
|
+
const contents = {};
|
|
6301
6266
|
if (output["EvaluationPeriods"] !== undefined) {
|
|
6302
6267
|
contents.EvaluationPeriods = (0, smithy_client_1.strictParseInt32)(output["EvaluationPeriods"]);
|
|
6303
6268
|
}
|
|
@@ -6335,12 +6300,7 @@ const deserializeAws_restXmlCollectionSummaries = (output, context) => {
|
|
|
6335
6300
|
});
|
|
6336
6301
|
};
|
|
6337
6302
|
const deserializeAws_restXmlCollectionSummary = (output, context) => {
|
|
6338
|
-
const contents = {
|
|
6339
|
-
Arn: undefined,
|
|
6340
|
-
Id: undefined,
|
|
6341
|
-
Name: undefined,
|
|
6342
|
-
Version: undefined,
|
|
6343
|
-
};
|
|
6303
|
+
const contents = {};
|
|
6344
6304
|
if (output["Arn"] !== undefined) {
|
|
6345
6305
|
contents.Arn = (0, smithy_client_1.expectString)(output["Arn"]);
|
|
6346
6306
|
}
|
|
@@ -6356,11 +6316,7 @@ const deserializeAws_restXmlCollectionSummary = (output, context) => {
|
|
|
6356
6316
|
return contents;
|
|
6357
6317
|
};
|
|
6358
6318
|
const deserializeAws_restXmlDelegationSet = (output, context) => {
|
|
6359
|
-
const contents = {
|
|
6360
|
-
Id: undefined,
|
|
6361
|
-
CallerReference: undefined,
|
|
6362
|
-
NameServers: undefined,
|
|
6363
|
-
};
|
|
6319
|
+
const contents = {};
|
|
6364
6320
|
if (output["Id"] !== undefined) {
|
|
6365
6321
|
contents.Id = (0, smithy_client_1.expectString)(output["Id"]);
|
|
6366
6322
|
}
|
|
@@ -6390,10 +6346,7 @@ const deserializeAws_restXmlDelegationSets = (output, context) => {
|
|
|
6390
6346
|
});
|
|
6391
6347
|
};
|
|
6392
6348
|
const deserializeAws_restXmlDimension = (output, context) => {
|
|
6393
|
-
const contents = {
|
|
6394
|
-
Name: undefined,
|
|
6395
|
-
Value: undefined,
|
|
6396
|
-
};
|
|
6349
|
+
const contents = {};
|
|
6397
6350
|
if (output["Name"] !== undefined) {
|
|
6398
6351
|
contents.Name = (0, smithy_client_1.expectString)(output["Name"]);
|
|
6399
6352
|
}
|
|
@@ -6410,10 +6363,7 @@ const deserializeAws_restXmlDimensionList = (output, context) => {
|
|
|
6410
6363
|
});
|
|
6411
6364
|
};
|
|
6412
6365
|
const deserializeAws_restXmlDNSSECStatus = (output, context) => {
|
|
6413
|
-
const contents = {
|
|
6414
|
-
ServeSignature: undefined,
|
|
6415
|
-
StatusMessage: undefined,
|
|
6416
|
-
};
|
|
6366
|
+
const contents = {};
|
|
6417
6367
|
if (output["ServeSignature"] !== undefined) {
|
|
6418
6368
|
contents.ServeSignature = (0, smithy_client_1.expectString)(output["ServeSignature"]);
|
|
6419
6369
|
}
|
|
@@ -6430,11 +6380,7 @@ const deserializeAws_restXmlErrorMessages = (output, context) => {
|
|
|
6430
6380
|
});
|
|
6431
6381
|
};
|
|
6432
6382
|
const deserializeAws_restXmlGeoLocation = (output, context) => {
|
|
6433
|
-
const contents = {
|
|
6434
|
-
ContinentCode: undefined,
|
|
6435
|
-
CountryCode: undefined,
|
|
6436
|
-
SubdivisionCode: undefined,
|
|
6437
|
-
};
|
|
6383
|
+
const contents = {};
|
|
6438
6384
|
if (output["ContinentCode"] !== undefined) {
|
|
6439
6385
|
contents.ContinentCode = (0, smithy_client_1.expectString)(output["ContinentCode"]);
|
|
6440
6386
|
}
|
|
@@ -6447,14 +6393,7 @@ const deserializeAws_restXmlGeoLocation = (output, context) => {
|
|
|
6447
6393
|
return contents;
|
|
6448
6394
|
};
|
|
6449
6395
|
const deserializeAws_restXmlGeoLocationDetails = (output, context) => {
|
|
6450
|
-
const contents = {
|
|
6451
|
-
ContinentCode: undefined,
|
|
6452
|
-
ContinentName: undefined,
|
|
6453
|
-
CountryCode: undefined,
|
|
6454
|
-
CountryName: undefined,
|
|
6455
|
-
SubdivisionCode: undefined,
|
|
6456
|
-
SubdivisionName: undefined,
|
|
6457
|
-
};
|
|
6396
|
+
const contents = {};
|
|
6458
6397
|
if (output["ContinentCode"] !== undefined) {
|
|
6459
6398
|
contents.ContinentCode = (0, smithy_client_1.expectString)(output["ContinentCode"]);
|
|
6460
6399
|
}
|
|
@@ -6483,14 +6422,7 @@ const deserializeAws_restXmlGeoLocationDetailsList = (output, context) => {
|
|
|
6483
6422
|
});
|
|
6484
6423
|
};
|
|
6485
6424
|
const deserializeAws_restXmlHealthCheck = (output, context) => {
|
|
6486
|
-
const contents = {
|
|
6487
|
-
Id: undefined,
|
|
6488
|
-
CallerReference: undefined,
|
|
6489
|
-
LinkedService: undefined,
|
|
6490
|
-
HealthCheckConfig: undefined,
|
|
6491
|
-
HealthCheckVersion: undefined,
|
|
6492
|
-
CloudWatchAlarmConfiguration: undefined,
|
|
6493
|
-
};
|
|
6425
|
+
const contents = {};
|
|
6494
6426
|
if (output["Id"] !== undefined) {
|
|
6495
6427
|
contents.Id = (0, smithy_client_1.expectString)(output["Id"]);
|
|
6496
6428
|
}
|
|
@@ -6512,26 +6444,7 @@ const deserializeAws_restXmlHealthCheck = (output, context) => {
|
|
|
6512
6444
|
return contents;
|
|
6513
6445
|
};
|
|
6514
6446
|
const deserializeAws_restXmlHealthCheckConfig = (output, context) => {
|
|
6515
|
-
const contents = {
|
|
6516
|
-
IPAddress: undefined,
|
|
6517
|
-
Port: undefined,
|
|
6518
|
-
Type: undefined,
|
|
6519
|
-
ResourcePath: undefined,
|
|
6520
|
-
FullyQualifiedDomainName: undefined,
|
|
6521
|
-
SearchString: undefined,
|
|
6522
|
-
RequestInterval: undefined,
|
|
6523
|
-
FailureThreshold: undefined,
|
|
6524
|
-
MeasureLatency: undefined,
|
|
6525
|
-
Inverted: undefined,
|
|
6526
|
-
Disabled: undefined,
|
|
6527
|
-
HealthThreshold: undefined,
|
|
6528
|
-
ChildHealthChecks: undefined,
|
|
6529
|
-
EnableSNI: undefined,
|
|
6530
|
-
Regions: undefined,
|
|
6531
|
-
AlarmIdentifier: undefined,
|
|
6532
|
-
InsufficientDataHealthStatus: undefined,
|
|
6533
|
-
RoutingControlArn: undefined,
|
|
6534
|
-
};
|
|
6447
|
+
const contents = {};
|
|
6535
6448
|
if (output["IPAddress"] !== undefined) {
|
|
6536
6449
|
contents.IPAddress = (0, smithy_client_1.expectString)(output["IPAddress"]);
|
|
6537
6450
|
}
|
|
@@ -6596,11 +6509,7 @@ const deserializeAws_restXmlHealthCheckConfig = (output, context) => {
|
|
|
6596
6509
|
return contents;
|
|
6597
6510
|
};
|
|
6598
6511
|
const deserializeAws_restXmlHealthCheckObservation = (output, context) => {
|
|
6599
|
-
const contents = {
|
|
6600
|
-
Region: undefined,
|
|
6601
|
-
IPAddress: undefined,
|
|
6602
|
-
StatusReport: undefined,
|
|
6603
|
-
};
|
|
6512
|
+
const contents = {};
|
|
6604
6513
|
if (output["Region"] !== undefined) {
|
|
6605
6514
|
contents.Region = (0, smithy_client_1.expectString)(output["Region"]);
|
|
6606
6515
|
}
|
|
@@ -6634,14 +6543,7 @@ const deserializeAws_restXmlHealthChecks = (output, context) => {
|
|
|
6634
6543
|
});
|
|
6635
6544
|
};
|
|
6636
6545
|
const deserializeAws_restXmlHostedZone = (output, context) => {
|
|
6637
|
-
const contents = {
|
|
6638
|
-
Id: undefined,
|
|
6639
|
-
Name: undefined,
|
|
6640
|
-
CallerReference: undefined,
|
|
6641
|
-
Config: undefined,
|
|
6642
|
-
ResourceRecordSetCount: undefined,
|
|
6643
|
-
LinkedService: undefined,
|
|
6644
|
-
};
|
|
6546
|
+
const contents = {};
|
|
6645
6547
|
if (output["Id"] !== undefined) {
|
|
6646
6548
|
contents.Id = (0, smithy_client_1.expectString)(output["Id"]);
|
|
6647
6549
|
}
|
|
@@ -6663,10 +6565,7 @@ const deserializeAws_restXmlHostedZone = (output, context) => {
|
|
|
6663
6565
|
return contents;
|
|
6664
6566
|
};
|
|
6665
6567
|
const deserializeAws_restXmlHostedZoneConfig = (output, context) => {
|
|
6666
|
-
const contents = {
|
|
6667
|
-
Comment: undefined,
|
|
6668
|
-
PrivateZone: undefined,
|
|
6669
|
-
};
|
|
6568
|
+
const contents = {};
|
|
6670
6569
|
if (output["Comment"] !== undefined) {
|
|
6671
6570
|
contents.Comment = (0, smithy_client_1.expectString)(output["Comment"]);
|
|
6672
6571
|
}
|
|
@@ -6676,10 +6575,7 @@ const deserializeAws_restXmlHostedZoneConfig = (output, context) => {
|
|
|
6676
6575
|
return contents;
|
|
6677
6576
|
};
|
|
6678
6577
|
const deserializeAws_restXmlHostedZoneLimit = (output, context) => {
|
|
6679
|
-
const contents = {
|
|
6680
|
-
Type: undefined,
|
|
6681
|
-
Value: undefined,
|
|
6682
|
-
};
|
|
6578
|
+
const contents = {};
|
|
6683
6579
|
if (output["Type"] !== undefined) {
|
|
6684
6580
|
contents.Type = (0, smithy_client_1.expectString)(output["Type"]);
|
|
6685
6581
|
}
|
|
@@ -6689,10 +6585,7 @@ const deserializeAws_restXmlHostedZoneLimit = (output, context) => {
|
|
|
6689
6585
|
return contents;
|
|
6690
6586
|
};
|
|
6691
6587
|
const deserializeAws_restXmlHostedZoneOwner = (output, context) => {
|
|
6692
|
-
const contents = {
|
|
6693
|
-
OwningAccount: undefined,
|
|
6694
|
-
OwningService: undefined,
|
|
6695
|
-
};
|
|
6588
|
+
const contents = {};
|
|
6696
6589
|
if (output["OwningAccount"] !== undefined) {
|
|
6697
6590
|
contents.OwningAccount = (0, smithy_client_1.expectString)(output["OwningAccount"]);
|
|
6698
6591
|
}
|
|
@@ -6716,11 +6609,7 @@ const deserializeAws_restXmlHostedZoneSummaries = (output, context) => {
|
|
|
6716
6609
|
});
|
|
6717
6610
|
};
|
|
6718
6611
|
const deserializeAws_restXmlHostedZoneSummary = (output, context) => {
|
|
6719
|
-
const contents = {
|
|
6720
|
-
HostedZoneId: undefined,
|
|
6721
|
-
Name: undefined,
|
|
6722
|
-
Owner: undefined,
|
|
6723
|
-
};
|
|
6612
|
+
const contents = {};
|
|
6724
6613
|
if (output["HostedZoneId"] !== undefined) {
|
|
6725
6614
|
contents.HostedZoneId = (0, smithy_client_1.expectString)(output["HostedZoneId"]);
|
|
6726
6615
|
}
|
|
@@ -6733,24 +6622,7 @@ const deserializeAws_restXmlHostedZoneSummary = (output, context) => {
|
|
|
6733
6622
|
return contents;
|
|
6734
6623
|
};
|
|
6735
6624
|
const deserializeAws_restXmlKeySigningKey = (output, context) => {
|
|
6736
|
-
const contents = {
|
|
6737
|
-
Name: undefined,
|
|
6738
|
-
KmsArn: undefined,
|
|
6739
|
-
Flag: undefined,
|
|
6740
|
-
SigningAlgorithmMnemonic: undefined,
|
|
6741
|
-
SigningAlgorithmType: undefined,
|
|
6742
|
-
DigestAlgorithmMnemonic: undefined,
|
|
6743
|
-
DigestAlgorithmType: undefined,
|
|
6744
|
-
KeyTag: undefined,
|
|
6745
|
-
DigestValue: undefined,
|
|
6746
|
-
PublicKey: undefined,
|
|
6747
|
-
DSRecord: undefined,
|
|
6748
|
-
DNSKEYRecord: undefined,
|
|
6749
|
-
Status: undefined,
|
|
6750
|
-
StatusMessage: undefined,
|
|
6751
|
-
CreatedDate: undefined,
|
|
6752
|
-
LastModifiedDate: undefined,
|
|
6753
|
-
};
|
|
6625
|
+
const contents = {};
|
|
6754
6626
|
if (output["Name"] !== undefined) {
|
|
6755
6627
|
contents.Name = (0, smithy_client_1.expectString)(output["Name"]);
|
|
6756
6628
|
}
|
|
@@ -6809,10 +6681,7 @@ const deserializeAws_restXmlKeySigningKeys = (output, context) => {
|
|
|
6809
6681
|
});
|
|
6810
6682
|
};
|
|
6811
6683
|
const deserializeAws_restXmlLinkedService = (output, context) => {
|
|
6812
|
-
const contents = {
|
|
6813
|
-
ServicePrincipal: undefined,
|
|
6814
|
-
Description: undefined,
|
|
6815
|
-
};
|
|
6684
|
+
const contents = {};
|
|
6816
6685
|
if (output["ServicePrincipal"] !== undefined) {
|
|
6817
6686
|
contents.ServicePrincipal = (0, smithy_client_1.expectString)(output["ServicePrincipal"]);
|
|
6818
6687
|
}
|
|
@@ -6829,20 +6698,14 @@ const deserializeAws_restXmlLocationSummaries = (output, context) => {
|
|
|
6829
6698
|
});
|
|
6830
6699
|
};
|
|
6831
6700
|
const deserializeAws_restXmlLocationSummary = (output, context) => {
|
|
6832
|
-
const contents = {
|
|
6833
|
-
LocationName: undefined,
|
|
6834
|
-
};
|
|
6701
|
+
const contents = {};
|
|
6835
6702
|
if (output["LocationName"] !== undefined) {
|
|
6836
6703
|
contents.LocationName = (0, smithy_client_1.expectString)(output["LocationName"]);
|
|
6837
6704
|
}
|
|
6838
6705
|
return contents;
|
|
6839
6706
|
};
|
|
6840
6707
|
const deserializeAws_restXmlQueryLoggingConfig = (output, context) => {
|
|
6841
|
-
const contents = {
|
|
6842
|
-
Id: undefined,
|
|
6843
|
-
HostedZoneId: undefined,
|
|
6844
|
-
CloudWatchLogsLogGroupArn: undefined,
|
|
6845
|
-
};
|
|
6708
|
+
const contents = {};
|
|
6846
6709
|
if (output["Id"] !== undefined) {
|
|
6847
6710
|
contents.Id = (0, smithy_client_1.expectString)(output["Id"]);
|
|
6848
6711
|
}
|
|
@@ -6869,9 +6732,7 @@ const deserializeAws_restXmlRecordData = (output, context) => {
|
|
|
6869
6732
|
});
|
|
6870
6733
|
};
|
|
6871
6734
|
const deserializeAws_restXmlResourceRecord = (output, context) => {
|
|
6872
|
-
const contents = {
|
|
6873
|
-
Value: undefined,
|
|
6874
|
-
};
|
|
6735
|
+
const contents = {};
|
|
6875
6736
|
if (output["Value"] !== undefined) {
|
|
6876
6737
|
contents.Value = (0, smithy_client_1.expectString)(output["Value"]);
|
|
6877
6738
|
}
|
|
@@ -6885,22 +6746,7 @@ const deserializeAws_restXmlResourceRecords = (output, context) => {
|
|
|
6885
6746
|
});
|
|
6886
6747
|
};
|
|
6887
6748
|
const deserializeAws_restXmlResourceRecordSet = (output, context) => {
|
|
6888
|
-
const contents = {
|
|
6889
|
-
Name: undefined,
|
|
6890
|
-
Type: undefined,
|
|
6891
|
-
SetIdentifier: undefined,
|
|
6892
|
-
Weight: undefined,
|
|
6893
|
-
Region: undefined,
|
|
6894
|
-
GeoLocation: undefined,
|
|
6895
|
-
Failover: undefined,
|
|
6896
|
-
MultiValueAnswer: undefined,
|
|
6897
|
-
TTL: undefined,
|
|
6898
|
-
ResourceRecords: undefined,
|
|
6899
|
-
AliasTarget: undefined,
|
|
6900
|
-
HealthCheckId: undefined,
|
|
6901
|
-
TrafficPolicyInstanceId: undefined,
|
|
6902
|
-
CidrRoutingConfig: undefined,
|
|
6903
|
-
};
|
|
6749
|
+
const contents = {};
|
|
6904
6750
|
if (output["Name"] !== undefined) {
|
|
6905
6751
|
contents.Name = (0, smithy_client_1.expectString)(output["Name"]);
|
|
6906
6752
|
}
|
|
@@ -6956,11 +6802,7 @@ const deserializeAws_restXmlResourceRecordSets = (output, context) => {
|
|
|
6956
6802
|
});
|
|
6957
6803
|
};
|
|
6958
6804
|
const deserializeAws_restXmlResourceTagSet = (output, context) => {
|
|
6959
|
-
const contents = {
|
|
6960
|
-
ResourceType: undefined,
|
|
6961
|
-
ResourceId: undefined,
|
|
6962
|
-
Tags: undefined,
|
|
6963
|
-
};
|
|
6805
|
+
const contents = {};
|
|
6964
6806
|
if (output["ResourceType"] !== undefined) {
|
|
6965
6807
|
contents.ResourceType = (0, smithy_client_1.expectString)(output["ResourceType"]);
|
|
6966
6808
|
}
|
|
@@ -6983,10 +6825,7 @@ const deserializeAws_restXmlResourceTagSetList = (output, context) => {
|
|
|
6983
6825
|
});
|
|
6984
6826
|
};
|
|
6985
6827
|
const deserializeAws_restXmlReusableDelegationSetLimit = (output, context) => {
|
|
6986
|
-
const contents = {
|
|
6987
|
-
Type: undefined,
|
|
6988
|
-
Value: undefined,
|
|
6989
|
-
};
|
|
6828
|
+
const contents = {};
|
|
6990
6829
|
if (output["Type"] !== undefined) {
|
|
6991
6830
|
contents.Type = (0, smithy_client_1.expectString)(output["Type"]);
|
|
6992
6831
|
}
|
|
@@ -6996,10 +6835,7 @@ const deserializeAws_restXmlReusableDelegationSetLimit = (output, context) => {
|
|
|
6996
6835
|
return contents;
|
|
6997
6836
|
};
|
|
6998
6837
|
const deserializeAws_restXmlStatusReport = (output, context) => {
|
|
6999
|
-
const contents = {
|
|
7000
|
-
Status: undefined,
|
|
7001
|
-
CheckedTime: undefined,
|
|
7002
|
-
};
|
|
6838
|
+
const contents = {};
|
|
7003
6839
|
if (output["Status"] !== undefined) {
|
|
7004
6840
|
contents.Status = (0, smithy_client_1.expectString)(output["Status"]);
|
|
7005
6841
|
}
|
|
@@ -7009,10 +6845,7 @@ const deserializeAws_restXmlStatusReport = (output, context) => {
|
|
|
7009
6845
|
return contents;
|
|
7010
6846
|
};
|
|
7011
6847
|
const deserializeAws_restXmlTag = (output, context) => {
|
|
7012
|
-
const contents = {
|
|
7013
|
-
Key: undefined,
|
|
7014
|
-
Value: undefined,
|
|
7015
|
-
};
|
|
6848
|
+
const contents = {};
|
|
7016
6849
|
if (output["Key"] !== undefined) {
|
|
7017
6850
|
contents.Key = (0, smithy_client_1.expectString)(output["Key"]);
|
|
7018
6851
|
}
|
|
@@ -7036,14 +6869,7 @@ const deserializeAws_restXmlTrafficPolicies = (output, context) => {
|
|
|
7036
6869
|
});
|
|
7037
6870
|
};
|
|
7038
6871
|
const deserializeAws_restXmlTrafficPolicy = (output, context) => {
|
|
7039
|
-
const contents = {
|
|
7040
|
-
Id: undefined,
|
|
7041
|
-
Version: undefined,
|
|
7042
|
-
Name: undefined,
|
|
7043
|
-
Type: undefined,
|
|
7044
|
-
Document: undefined,
|
|
7045
|
-
Comment: undefined,
|
|
7046
|
-
};
|
|
6872
|
+
const contents = {};
|
|
7047
6873
|
if (output["Id"] !== undefined) {
|
|
7048
6874
|
contents.Id = (0, smithy_client_1.expectString)(output["Id"]);
|
|
7049
6875
|
}
|
|
@@ -7065,17 +6891,7 @@ const deserializeAws_restXmlTrafficPolicy = (output, context) => {
|
|
|
7065
6891
|
return contents;
|
|
7066
6892
|
};
|
|
7067
6893
|
const deserializeAws_restXmlTrafficPolicyInstance = (output, context) => {
|
|
7068
|
-
const contents = {
|
|
7069
|
-
Id: undefined,
|
|
7070
|
-
HostedZoneId: undefined,
|
|
7071
|
-
Name: undefined,
|
|
7072
|
-
TTL: undefined,
|
|
7073
|
-
State: undefined,
|
|
7074
|
-
Message: undefined,
|
|
7075
|
-
TrafficPolicyId: undefined,
|
|
7076
|
-
TrafficPolicyVersion: undefined,
|
|
7077
|
-
TrafficPolicyType: undefined,
|
|
7078
|
-
};
|
|
6894
|
+
const contents = {};
|
|
7079
6895
|
if (output["Id"] !== undefined) {
|
|
7080
6896
|
contents.Id = (0, smithy_client_1.expectString)(output["Id"]);
|
|
7081
6897
|
}
|
|
@@ -7120,13 +6936,7 @@ const deserializeAws_restXmlTrafficPolicySummaries = (output, context) => {
|
|
|
7120
6936
|
});
|
|
7121
6937
|
};
|
|
7122
6938
|
const deserializeAws_restXmlTrafficPolicySummary = (output, context) => {
|
|
7123
|
-
const contents = {
|
|
7124
|
-
Id: undefined,
|
|
7125
|
-
Name: undefined,
|
|
7126
|
-
Type: undefined,
|
|
7127
|
-
LatestVersion: undefined,
|
|
7128
|
-
TrafficPolicyCount: undefined,
|
|
7129
|
-
};
|
|
6939
|
+
const contents = {};
|
|
7130
6940
|
if (output["Id"] !== undefined) {
|
|
7131
6941
|
contents.Id = (0, smithy_client_1.expectString)(output["Id"]);
|
|
7132
6942
|
}
|
|
@@ -7145,10 +6955,7 @@ const deserializeAws_restXmlTrafficPolicySummary = (output, context) => {
|
|
|
7145
6955
|
return contents;
|
|
7146
6956
|
};
|
|
7147
6957
|
const deserializeAws_restXmlVPC = (output, context) => {
|
|
7148
|
-
const contents = {
|
|
7149
|
-
VPCRegion: undefined,
|
|
7150
|
-
VPCId: undefined,
|
|
7151
|
-
};
|
|
6958
|
+
const contents = {};
|
|
7152
6959
|
if (output["VPCRegion"] !== undefined) {
|
|
7153
6960
|
contents.VPCRegion = (0, smithy_client_1.expectString)(output["VPCRegion"]);
|
|
7154
6961
|
}
|