@aws-sdk/client-network-firewall 3.29.0 → 3.33.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 +35 -0
- package/dist/cjs/NetworkFirewallClient.js +13 -13
- package/dist/cjs/NetworkFirewallClient.js.map +1 -1
- package/dist/cjs/commands/AssociateFirewallPolicyCommand.js +3 -3
- package/dist/cjs/commands/AssociateFirewallPolicyCommand.js.map +1 -1
- package/dist/cjs/commands/AssociateSubnetsCommand.js +3 -3
- package/dist/cjs/commands/AssociateSubnetsCommand.js.map +1 -1
- package/dist/cjs/commands/CreateFirewallCommand.js +3 -3
- package/dist/cjs/commands/CreateFirewallCommand.js.map +1 -1
- package/dist/cjs/commands/CreateFirewallPolicyCommand.js +3 -3
- package/dist/cjs/commands/CreateFirewallPolicyCommand.js.map +1 -1
- package/dist/cjs/commands/CreateRuleGroupCommand.js +3 -3
- package/dist/cjs/commands/CreateRuleGroupCommand.js.map +1 -1
- package/dist/cjs/commands/DeleteFirewallCommand.js +3 -3
- package/dist/cjs/commands/DeleteFirewallCommand.js.map +1 -1
- package/dist/cjs/commands/DeleteFirewallPolicyCommand.js +3 -3
- package/dist/cjs/commands/DeleteFirewallPolicyCommand.js.map +1 -1
- package/dist/cjs/commands/DeleteResourcePolicyCommand.js +3 -3
- package/dist/cjs/commands/DeleteResourcePolicyCommand.js.map +1 -1
- package/dist/cjs/commands/DeleteRuleGroupCommand.js +3 -3
- package/dist/cjs/commands/DeleteRuleGroupCommand.js.map +1 -1
- package/dist/cjs/commands/DescribeFirewallCommand.js +3 -3
- package/dist/cjs/commands/DescribeFirewallCommand.js.map +1 -1
- package/dist/cjs/commands/DescribeFirewallPolicyCommand.js +3 -3
- package/dist/cjs/commands/DescribeFirewallPolicyCommand.js.map +1 -1
- package/dist/cjs/commands/DescribeLoggingConfigurationCommand.js +3 -3
- package/dist/cjs/commands/DescribeLoggingConfigurationCommand.js.map +1 -1
- package/dist/cjs/commands/DescribeResourcePolicyCommand.js +3 -3
- package/dist/cjs/commands/DescribeResourcePolicyCommand.js.map +1 -1
- package/dist/cjs/commands/DescribeRuleGroupCommand.js +3 -3
- package/dist/cjs/commands/DescribeRuleGroupCommand.js.map +1 -1
- package/dist/cjs/commands/DisassociateSubnetsCommand.js +3 -3
- package/dist/cjs/commands/DisassociateSubnetsCommand.js.map +1 -1
- package/dist/cjs/commands/ListFirewallPoliciesCommand.js +3 -3
- package/dist/cjs/commands/ListFirewallPoliciesCommand.js.map +1 -1
- package/dist/cjs/commands/ListFirewallsCommand.js +3 -3
- package/dist/cjs/commands/ListFirewallsCommand.js.map +1 -1
- package/dist/cjs/commands/ListRuleGroupsCommand.js +3 -3
- package/dist/cjs/commands/ListRuleGroupsCommand.js.map +1 -1
- package/dist/cjs/commands/ListTagsForResourceCommand.js +3 -3
- package/dist/cjs/commands/ListTagsForResourceCommand.js.map +1 -1
- package/dist/cjs/commands/PutResourcePolicyCommand.js +3 -3
- package/dist/cjs/commands/PutResourcePolicyCommand.js.map +1 -1
- package/dist/cjs/commands/TagResourceCommand.js +3 -3
- package/dist/cjs/commands/TagResourceCommand.js.map +1 -1
- package/dist/cjs/commands/UntagResourceCommand.js +3 -3
- package/dist/cjs/commands/UntagResourceCommand.js.map +1 -1
- package/dist/cjs/commands/UpdateFirewallDeleteProtectionCommand.js +3 -3
- package/dist/cjs/commands/UpdateFirewallDeleteProtectionCommand.js.map +1 -1
- package/dist/cjs/commands/UpdateFirewallDescriptionCommand.js +3 -3
- package/dist/cjs/commands/UpdateFirewallDescriptionCommand.js.map +1 -1
- package/dist/cjs/commands/UpdateFirewallPolicyChangeProtectionCommand.js +3 -3
- package/dist/cjs/commands/UpdateFirewallPolicyChangeProtectionCommand.js.map +1 -1
- package/dist/cjs/commands/UpdateFirewallPolicyCommand.js +3 -3
- package/dist/cjs/commands/UpdateFirewallPolicyCommand.js.map +1 -1
- package/dist/cjs/commands/UpdateLoggingConfigurationCommand.js +3 -3
- package/dist/cjs/commands/UpdateLoggingConfigurationCommand.js.map +1 -1
- package/dist/cjs/commands/UpdateRuleGroupCommand.js +3 -3
- package/dist/cjs/commands/UpdateRuleGroupCommand.js.map +1 -1
- package/dist/cjs/commands/UpdateSubnetChangeProtectionCommand.js +3 -3
- package/dist/cjs/commands/UpdateSubnetChangeProtectionCommand.js.map +1 -1
- package/dist/cjs/endpoints.js +37 -3
- package/dist/cjs/endpoints.js.map +1 -1
- package/dist/cjs/index.js +37 -37
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/models/index.js +1 -1
- package/dist/cjs/models/index.js.map +1 -1
- package/dist/cjs/package.json +31 -31
- package/dist/cjs/protocols/Aws_json1_0.js +119 -119
- package/dist/cjs/protocols/Aws_json1_0.js.map +1 -1
- package/dist/cjs/runtimeConfig.browser.js +4 -4
- package/dist/cjs/runtimeConfig.browser.js.map +1 -1
- package/dist/cjs/runtimeConfig.js +8 -8
- package/dist/cjs/runtimeConfig.js.map +1 -1
- package/dist/cjs/runtimeConfig.native.js +1 -1
- package/dist/cjs/runtimeConfig.native.js.map +1 -1
- package/dist/es/endpoints.js +36 -2
- package/dist/es/endpoints.js.map +1 -1
- package/dist/es/package.json +31 -31
- package/dist/es/pagination/ListFirewallPoliciesPaginator.js +4 -4
- package/dist/es/pagination/ListFirewallPoliciesPaginator.js.map +1 -1
- package/dist/es/pagination/ListFirewallsPaginator.js +4 -4
- package/dist/es/pagination/ListFirewallsPaginator.js.map +1 -1
- package/dist/es/pagination/ListRuleGroupsPaginator.js +4 -4
- package/dist/es/pagination/ListRuleGroupsPaginator.js.map +1 -1
- package/dist/es/pagination/ListTagsForResourcePaginator.js +4 -4
- package/dist/es/pagination/ListTagsForResourcePaginator.js.map +1 -1
- package/endpoints.ts +36 -2
- package/package.json +31 -31
- package/tsconfig.json +1 -2
|
@@ -3423,7 +3423,7 @@ const deserializeAws_json1_0ActionDefinition = (output, context) => {
|
|
|
3423
3423
|
};
|
|
3424
3424
|
const deserializeAws_json1_0Address = (output, context) => {
|
|
3425
3425
|
return {
|
|
3426
|
-
AddressDefinition:
|
|
3426
|
+
AddressDefinition: smithy_client_1.expectString(output.AddressDefinition),
|
|
3427
3427
|
};
|
|
3428
3428
|
};
|
|
3429
3429
|
const deserializeAws_json1_0Addresses = (output, context) => {
|
|
@@ -3438,27 +3438,27 @@ const deserializeAws_json1_0Addresses = (output, context) => {
|
|
|
3438
3438
|
};
|
|
3439
3439
|
const deserializeAws_json1_0AssociateFirewallPolicyResponse = (output, context) => {
|
|
3440
3440
|
return {
|
|
3441
|
-
FirewallArn:
|
|
3442
|
-
FirewallName:
|
|
3443
|
-
FirewallPolicyArn:
|
|
3444
|
-
UpdateToken:
|
|
3441
|
+
FirewallArn: smithy_client_1.expectString(output.FirewallArn),
|
|
3442
|
+
FirewallName: smithy_client_1.expectString(output.FirewallName),
|
|
3443
|
+
FirewallPolicyArn: smithy_client_1.expectString(output.FirewallPolicyArn),
|
|
3444
|
+
UpdateToken: smithy_client_1.expectString(output.UpdateToken),
|
|
3445
3445
|
};
|
|
3446
3446
|
};
|
|
3447
3447
|
const deserializeAws_json1_0AssociateSubnetsResponse = (output, context) => {
|
|
3448
3448
|
return {
|
|
3449
|
-
FirewallArn:
|
|
3450
|
-
FirewallName:
|
|
3449
|
+
FirewallArn: smithy_client_1.expectString(output.FirewallArn),
|
|
3450
|
+
FirewallName: smithy_client_1.expectString(output.FirewallName),
|
|
3451
3451
|
SubnetMappings: output.SubnetMappings !== undefined && output.SubnetMappings !== null
|
|
3452
3452
|
? deserializeAws_json1_0SubnetMappings(output.SubnetMappings, context)
|
|
3453
3453
|
: undefined,
|
|
3454
|
-
UpdateToken:
|
|
3454
|
+
UpdateToken: smithy_client_1.expectString(output.UpdateToken),
|
|
3455
3455
|
};
|
|
3456
3456
|
};
|
|
3457
3457
|
const deserializeAws_json1_0Attachment = (output, context) => {
|
|
3458
3458
|
return {
|
|
3459
|
-
EndpointId:
|
|
3460
|
-
Status:
|
|
3461
|
-
SubnetId:
|
|
3459
|
+
EndpointId: smithy_client_1.expectString(output.EndpointId),
|
|
3460
|
+
Status: smithy_client_1.expectString(output.Status),
|
|
3461
|
+
SubnetId: smithy_client_1.expectString(output.SubnetId),
|
|
3462
3462
|
};
|
|
3463
3463
|
};
|
|
3464
3464
|
const deserializeAws_json1_0CreateFirewallPolicyResponse = (output, context) => {
|
|
@@ -3466,7 +3466,7 @@ const deserializeAws_json1_0CreateFirewallPolicyResponse = (output, context) =>
|
|
|
3466
3466
|
FirewallPolicyResponse: output.FirewallPolicyResponse !== undefined && output.FirewallPolicyResponse !== null
|
|
3467
3467
|
? deserializeAws_json1_0FirewallPolicyResponse(output.FirewallPolicyResponse, context)
|
|
3468
3468
|
: undefined,
|
|
3469
|
-
UpdateToken:
|
|
3469
|
+
UpdateToken: smithy_client_1.expectString(output.UpdateToken),
|
|
3470
3470
|
};
|
|
3471
3471
|
};
|
|
3472
3472
|
const deserializeAws_json1_0CreateFirewallResponse = (output, context) => {
|
|
@@ -3484,7 +3484,7 @@ const deserializeAws_json1_0CreateRuleGroupResponse = (output, context) => {
|
|
|
3484
3484
|
RuleGroupResponse: output.RuleGroupResponse !== undefined && output.RuleGroupResponse !== null
|
|
3485
3485
|
? deserializeAws_json1_0RuleGroupResponse(output.RuleGroupResponse, context)
|
|
3486
3486
|
: undefined,
|
|
3487
|
-
UpdateToken:
|
|
3487
|
+
UpdateToken: smithy_client_1.expectString(output.UpdateToken),
|
|
3488
3488
|
};
|
|
3489
3489
|
};
|
|
3490
3490
|
const deserializeAws_json1_0CustomAction = (output, context) => {
|
|
@@ -3492,7 +3492,7 @@ const deserializeAws_json1_0CustomAction = (output, context) => {
|
|
|
3492
3492
|
ActionDefinition: output.ActionDefinition !== undefined && output.ActionDefinition !== null
|
|
3493
3493
|
? deserializeAws_json1_0ActionDefinition(output.ActionDefinition, context)
|
|
3494
3494
|
: undefined,
|
|
3495
|
-
ActionName:
|
|
3495
|
+
ActionName: smithy_client_1.expectString(output.ActionName),
|
|
3496
3496
|
};
|
|
3497
3497
|
};
|
|
3498
3498
|
const deserializeAws_json1_0CustomActions = (output, context) => {
|
|
@@ -3540,7 +3540,7 @@ const deserializeAws_json1_0DescribeFirewallPolicyResponse = (output, context) =
|
|
|
3540
3540
|
FirewallPolicyResponse: output.FirewallPolicyResponse !== undefined && output.FirewallPolicyResponse !== null
|
|
3541
3541
|
? deserializeAws_json1_0FirewallPolicyResponse(output.FirewallPolicyResponse, context)
|
|
3542
3542
|
: undefined,
|
|
3543
|
-
UpdateToken:
|
|
3543
|
+
UpdateToken: smithy_client_1.expectString(output.UpdateToken),
|
|
3544
3544
|
};
|
|
3545
3545
|
};
|
|
3546
3546
|
const deserializeAws_json1_0DescribeFirewallResponse = (output, context) => {
|
|
@@ -3551,12 +3551,12 @@ const deserializeAws_json1_0DescribeFirewallResponse = (output, context) => {
|
|
|
3551
3551
|
FirewallStatus: output.FirewallStatus !== undefined && output.FirewallStatus !== null
|
|
3552
3552
|
? deserializeAws_json1_0FirewallStatus(output.FirewallStatus, context)
|
|
3553
3553
|
: undefined,
|
|
3554
|
-
UpdateToken:
|
|
3554
|
+
UpdateToken: smithy_client_1.expectString(output.UpdateToken),
|
|
3555
3555
|
};
|
|
3556
3556
|
};
|
|
3557
3557
|
const deserializeAws_json1_0DescribeLoggingConfigurationResponse = (output, context) => {
|
|
3558
3558
|
return {
|
|
3559
|
-
FirewallArn:
|
|
3559
|
+
FirewallArn: smithy_client_1.expectString(output.FirewallArn),
|
|
3560
3560
|
LoggingConfiguration: output.LoggingConfiguration !== undefined && output.LoggingConfiguration !== null
|
|
3561
3561
|
? deserializeAws_json1_0LoggingConfiguration(output.LoggingConfiguration, context)
|
|
3562
3562
|
: undefined,
|
|
@@ -3564,7 +3564,7 @@ const deserializeAws_json1_0DescribeLoggingConfigurationResponse = (output, cont
|
|
|
3564
3564
|
};
|
|
3565
3565
|
const deserializeAws_json1_0DescribeResourcePolicyResponse = (output, context) => {
|
|
3566
3566
|
return {
|
|
3567
|
-
Policy:
|
|
3567
|
+
Policy: smithy_client_1.expectString(output.Policy),
|
|
3568
3568
|
};
|
|
3569
3569
|
};
|
|
3570
3570
|
const deserializeAws_json1_0DescribeRuleGroupResponse = (output, context) => {
|
|
@@ -3575,12 +3575,12 @@ const deserializeAws_json1_0DescribeRuleGroupResponse = (output, context) => {
|
|
|
3575
3575
|
RuleGroupResponse: output.RuleGroupResponse !== undefined && output.RuleGroupResponse !== null
|
|
3576
3576
|
? deserializeAws_json1_0RuleGroupResponse(output.RuleGroupResponse, context)
|
|
3577
3577
|
: undefined,
|
|
3578
|
-
UpdateToken:
|
|
3578
|
+
UpdateToken: smithy_client_1.expectString(output.UpdateToken),
|
|
3579
3579
|
};
|
|
3580
3580
|
};
|
|
3581
3581
|
const deserializeAws_json1_0Dimension = (output, context) => {
|
|
3582
3582
|
return {
|
|
3583
|
-
Value:
|
|
3583
|
+
Value: smithy_client_1.expectString(output.Value),
|
|
3584
3584
|
};
|
|
3585
3585
|
};
|
|
3586
3586
|
const deserializeAws_json1_0Dimensions = (output, context) => {
|
|
@@ -3595,37 +3595,37 @@ const deserializeAws_json1_0Dimensions = (output, context) => {
|
|
|
3595
3595
|
};
|
|
3596
3596
|
const deserializeAws_json1_0DisassociateSubnetsResponse = (output, context) => {
|
|
3597
3597
|
return {
|
|
3598
|
-
FirewallArn:
|
|
3599
|
-
FirewallName:
|
|
3598
|
+
FirewallArn: smithy_client_1.expectString(output.FirewallArn),
|
|
3599
|
+
FirewallName: smithy_client_1.expectString(output.FirewallName),
|
|
3600
3600
|
SubnetMappings: output.SubnetMappings !== undefined && output.SubnetMappings !== null
|
|
3601
3601
|
? deserializeAws_json1_0SubnetMappings(output.SubnetMappings, context)
|
|
3602
3602
|
: undefined,
|
|
3603
|
-
UpdateToken:
|
|
3603
|
+
UpdateToken: smithy_client_1.expectString(output.UpdateToken),
|
|
3604
3604
|
};
|
|
3605
3605
|
};
|
|
3606
3606
|
const deserializeAws_json1_0Firewall = (output, context) => {
|
|
3607
3607
|
return {
|
|
3608
|
-
DeleteProtection:
|
|
3609
|
-
Description:
|
|
3610
|
-
FirewallArn:
|
|
3611
|
-
FirewallId:
|
|
3612
|
-
FirewallName:
|
|
3613
|
-
FirewallPolicyArn:
|
|
3614
|
-
FirewallPolicyChangeProtection:
|
|
3615
|
-
SubnetChangeProtection:
|
|
3608
|
+
DeleteProtection: smithy_client_1.expectBoolean(output.DeleteProtection),
|
|
3609
|
+
Description: smithy_client_1.expectString(output.Description),
|
|
3610
|
+
FirewallArn: smithy_client_1.expectString(output.FirewallArn),
|
|
3611
|
+
FirewallId: smithy_client_1.expectString(output.FirewallId),
|
|
3612
|
+
FirewallName: smithy_client_1.expectString(output.FirewallName),
|
|
3613
|
+
FirewallPolicyArn: smithy_client_1.expectString(output.FirewallPolicyArn),
|
|
3614
|
+
FirewallPolicyChangeProtection: smithy_client_1.expectBoolean(output.FirewallPolicyChangeProtection),
|
|
3615
|
+
SubnetChangeProtection: smithy_client_1.expectBoolean(output.SubnetChangeProtection),
|
|
3616
3616
|
SubnetMappings: output.SubnetMappings !== undefined && output.SubnetMappings !== null
|
|
3617
3617
|
? deserializeAws_json1_0SubnetMappings(output.SubnetMappings, context)
|
|
3618
3618
|
: undefined,
|
|
3619
3619
|
Tags: output.Tags !== undefined && output.Tags !== null
|
|
3620
3620
|
? deserializeAws_json1_0TagList(output.Tags, context)
|
|
3621
3621
|
: undefined,
|
|
3622
|
-
VpcId:
|
|
3622
|
+
VpcId: smithy_client_1.expectString(output.VpcId),
|
|
3623
3623
|
};
|
|
3624
3624
|
};
|
|
3625
3625
|
const deserializeAws_json1_0FirewallMetadata = (output, context) => {
|
|
3626
3626
|
return {
|
|
3627
|
-
FirewallArn:
|
|
3628
|
-
FirewallName:
|
|
3627
|
+
FirewallArn: smithy_client_1.expectString(output.FirewallArn),
|
|
3628
|
+
FirewallName: smithy_client_1.expectString(output.FirewallName),
|
|
3629
3629
|
};
|
|
3630
3630
|
};
|
|
3631
3631
|
const deserializeAws_json1_0FirewallPolicies = (output, context) => {
|
|
@@ -3659,17 +3659,17 @@ const deserializeAws_json1_0FirewallPolicy = (output, context) => {
|
|
|
3659
3659
|
};
|
|
3660
3660
|
const deserializeAws_json1_0FirewallPolicyMetadata = (output, context) => {
|
|
3661
3661
|
return {
|
|
3662
|
-
Arn:
|
|
3663
|
-
Name:
|
|
3662
|
+
Arn: smithy_client_1.expectString(output.Arn),
|
|
3663
|
+
Name: smithy_client_1.expectString(output.Name),
|
|
3664
3664
|
};
|
|
3665
3665
|
};
|
|
3666
3666
|
const deserializeAws_json1_0FirewallPolicyResponse = (output, context) => {
|
|
3667
3667
|
return {
|
|
3668
|
-
Description:
|
|
3669
|
-
FirewallPolicyArn:
|
|
3670
|
-
FirewallPolicyId:
|
|
3671
|
-
FirewallPolicyName:
|
|
3672
|
-
FirewallPolicyStatus:
|
|
3668
|
+
Description: smithy_client_1.expectString(output.Description),
|
|
3669
|
+
FirewallPolicyArn: smithy_client_1.expectString(output.FirewallPolicyArn),
|
|
3670
|
+
FirewallPolicyId: smithy_client_1.expectString(output.FirewallPolicyId),
|
|
3671
|
+
FirewallPolicyName: smithy_client_1.expectString(output.FirewallPolicyName),
|
|
3672
|
+
FirewallPolicyStatus: smithy_client_1.expectString(output.FirewallPolicyStatus),
|
|
3673
3673
|
Tags: output.Tags !== undefined && output.Tags !== null
|
|
3674
3674
|
? deserializeAws_json1_0TagList(output.Tags, context)
|
|
3675
3675
|
: undefined,
|
|
@@ -3687,8 +3687,8 @@ const deserializeAws_json1_0Firewalls = (output, context) => {
|
|
|
3687
3687
|
};
|
|
3688
3688
|
const deserializeAws_json1_0FirewallStatus = (output, context) => {
|
|
3689
3689
|
return {
|
|
3690
|
-
ConfigurationSyncStateSummary:
|
|
3691
|
-
Status:
|
|
3690
|
+
ConfigurationSyncStateSummary: smithy_client_1.expectString(output.ConfigurationSyncStateSummary),
|
|
3691
|
+
Status: smithy_client_1.expectString(output.Status),
|
|
3692
3692
|
SyncStates: output.SyncStates !== undefined && output.SyncStates !== null
|
|
3693
3693
|
? deserializeAws_json1_0SyncStates(output.SyncStates, context)
|
|
3694
3694
|
: undefined,
|
|
@@ -3701,47 +3701,47 @@ const deserializeAws_json1_0Flags = (output, context) => {
|
|
|
3701
3701
|
if (entry === null) {
|
|
3702
3702
|
return null;
|
|
3703
3703
|
}
|
|
3704
|
-
return
|
|
3704
|
+
return smithy_client_1.expectString(entry);
|
|
3705
3705
|
});
|
|
3706
3706
|
};
|
|
3707
3707
|
const deserializeAws_json1_0Header = (output, context) => {
|
|
3708
3708
|
return {
|
|
3709
|
-
Destination:
|
|
3710
|
-
DestinationPort:
|
|
3711
|
-
Direction:
|
|
3712
|
-
Protocol:
|
|
3713
|
-
Source:
|
|
3714
|
-
SourcePort:
|
|
3709
|
+
Destination: smithy_client_1.expectString(output.Destination),
|
|
3710
|
+
DestinationPort: smithy_client_1.expectString(output.DestinationPort),
|
|
3711
|
+
Direction: smithy_client_1.expectString(output.Direction),
|
|
3712
|
+
Protocol: smithy_client_1.expectString(output.Protocol),
|
|
3713
|
+
Source: smithy_client_1.expectString(output.Source),
|
|
3714
|
+
SourcePort: smithy_client_1.expectString(output.SourcePort),
|
|
3715
3715
|
};
|
|
3716
3716
|
};
|
|
3717
3717
|
const deserializeAws_json1_0InsufficientCapacityException = (output, context) => {
|
|
3718
3718
|
return {
|
|
3719
|
-
Message:
|
|
3719
|
+
Message: smithy_client_1.expectString(output.Message),
|
|
3720
3720
|
};
|
|
3721
3721
|
};
|
|
3722
3722
|
const deserializeAws_json1_0InternalServerError = (output, context) => {
|
|
3723
3723
|
return {
|
|
3724
|
-
Message:
|
|
3724
|
+
Message: smithy_client_1.expectString(output.Message),
|
|
3725
3725
|
};
|
|
3726
3726
|
};
|
|
3727
3727
|
const deserializeAws_json1_0InvalidOperationException = (output, context) => {
|
|
3728
3728
|
return {
|
|
3729
|
-
Message:
|
|
3729
|
+
Message: smithy_client_1.expectString(output.Message),
|
|
3730
3730
|
};
|
|
3731
3731
|
};
|
|
3732
3732
|
const deserializeAws_json1_0InvalidRequestException = (output, context) => {
|
|
3733
3733
|
return {
|
|
3734
|
-
Message:
|
|
3734
|
+
Message: smithy_client_1.expectString(output.Message),
|
|
3735
3735
|
};
|
|
3736
3736
|
};
|
|
3737
3737
|
const deserializeAws_json1_0InvalidResourcePolicyException = (output, context) => {
|
|
3738
3738
|
return {
|
|
3739
|
-
Message:
|
|
3739
|
+
Message: smithy_client_1.expectString(output.Message),
|
|
3740
3740
|
};
|
|
3741
3741
|
};
|
|
3742
3742
|
const deserializeAws_json1_0InvalidTokenException = (output, context) => {
|
|
3743
3743
|
return {
|
|
3744
|
-
Message:
|
|
3744
|
+
Message: smithy_client_1.expectString(output.Message),
|
|
3745
3745
|
};
|
|
3746
3746
|
};
|
|
3747
3747
|
const deserializeAws_json1_0IPSet = (output, context) => {
|
|
@@ -3764,7 +3764,7 @@ const deserializeAws_json1_0IPSets = (output, context) => {
|
|
|
3764
3764
|
};
|
|
3765
3765
|
const deserializeAws_json1_0LimitExceededException = (output, context) => {
|
|
3766
3766
|
return {
|
|
3767
|
-
Message:
|
|
3767
|
+
Message: smithy_client_1.expectString(output.Message),
|
|
3768
3768
|
};
|
|
3769
3769
|
};
|
|
3770
3770
|
const deserializeAws_json1_0ListFirewallPoliciesResponse = (output, context) => {
|
|
@@ -3772,7 +3772,7 @@ const deserializeAws_json1_0ListFirewallPoliciesResponse = (output, context) =>
|
|
|
3772
3772
|
FirewallPolicies: output.FirewallPolicies !== undefined && output.FirewallPolicies !== null
|
|
3773
3773
|
? deserializeAws_json1_0FirewallPolicies(output.FirewallPolicies, context)
|
|
3774
3774
|
: undefined,
|
|
3775
|
-
NextToken:
|
|
3775
|
+
NextToken: smithy_client_1.expectString(output.NextToken),
|
|
3776
3776
|
};
|
|
3777
3777
|
};
|
|
3778
3778
|
const deserializeAws_json1_0ListFirewallsResponse = (output, context) => {
|
|
@@ -3780,12 +3780,12 @@ const deserializeAws_json1_0ListFirewallsResponse = (output, context) => {
|
|
|
3780
3780
|
Firewalls: output.Firewalls !== undefined && output.Firewalls !== null
|
|
3781
3781
|
? deserializeAws_json1_0Firewalls(output.Firewalls, context)
|
|
3782
3782
|
: undefined,
|
|
3783
|
-
NextToken:
|
|
3783
|
+
NextToken: smithy_client_1.expectString(output.NextToken),
|
|
3784
3784
|
};
|
|
3785
3785
|
};
|
|
3786
3786
|
const deserializeAws_json1_0ListRuleGroupsResponse = (output, context) => {
|
|
3787
3787
|
return {
|
|
3788
|
-
NextToken:
|
|
3788
|
+
NextToken: smithy_client_1.expectString(output.NextToken),
|
|
3789
3789
|
RuleGroups: output.RuleGroups !== undefined && output.RuleGroups !== null
|
|
3790
3790
|
? deserializeAws_json1_0RuleGroups(output.RuleGroups, context)
|
|
3791
3791
|
: undefined,
|
|
@@ -3793,7 +3793,7 @@ const deserializeAws_json1_0ListRuleGroupsResponse = (output, context) => {
|
|
|
3793
3793
|
};
|
|
3794
3794
|
const deserializeAws_json1_0ListTagsForResourceResponse = (output, context) => {
|
|
3795
3795
|
return {
|
|
3796
|
-
NextToken:
|
|
3796
|
+
NextToken: smithy_client_1.expectString(output.NextToken),
|
|
3797
3797
|
Tags: output.Tags !== undefined && output.Tags !== null
|
|
3798
3798
|
? deserializeAws_json1_0TagList(output.Tags, context)
|
|
3799
3799
|
: undefined,
|
|
@@ -3804,8 +3804,8 @@ const deserializeAws_json1_0LogDestinationConfig = (output, context) => {
|
|
|
3804
3804
|
LogDestination: output.LogDestination !== undefined && output.LogDestination !== null
|
|
3805
3805
|
? deserializeAws_json1_0LogDestinationMap(output.LogDestination, context)
|
|
3806
3806
|
: undefined,
|
|
3807
|
-
LogDestinationType:
|
|
3808
|
-
LogType:
|
|
3807
|
+
LogDestinationType: smithy_client_1.expectString(output.LogDestinationType),
|
|
3808
|
+
LogType: smithy_client_1.expectString(output.LogType),
|
|
3809
3809
|
};
|
|
3810
3810
|
};
|
|
3811
3811
|
const deserializeAws_json1_0LogDestinationConfigs = (output, context) => {
|
|
@@ -3825,13 +3825,13 @@ const deserializeAws_json1_0LogDestinationMap = (output, context) => {
|
|
|
3825
3825
|
}
|
|
3826
3826
|
return {
|
|
3827
3827
|
...acc,
|
|
3828
|
-
[key]:
|
|
3828
|
+
[key]: smithy_client_1.expectString(value),
|
|
3829
3829
|
};
|
|
3830
3830
|
}, {});
|
|
3831
3831
|
};
|
|
3832
3832
|
const deserializeAws_json1_0LogDestinationPermissionException = (output, context) => {
|
|
3833
3833
|
return {
|
|
3834
|
-
Message:
|
|
3834
|
+
Message: smithy_client_1.expectString(output.Message),
|
|
3835
3835
|
};
|
|
3836
3836
|
};
|
|
3837
3837
|
const deserializeAws_json1_0LoggingConfiguration = (output, context) => {
|
|
@@ -3865,14 +3865,14 @@ const deserializeAws_json1_0MatchAttributes = (output, context) => {
|
|
|
3865
3865
|
};
|
|
3866
3866
|
const deserializeAws_json1_0PerObjectStatus = (output, context) => {
|
|
3867
3867
|
return {
|
|
3868
|
-
SyncStatus:
|
|
3869
|
-
UpdateToken:
|
|
3868
|
+
SyncStatus: smithy_client_1.expectString(output.SyncStatus),
|
|
3869
|
+
UpdateToken: smithy_client_1.expectString(output.UpdateToken),
|
|
3870
3870
|
};
|
|
3871
3871
|
};
|
|
3872
3872
|
const deserializeAws_json1_0PortRange = (output, context) => {
|
|
3873
3873
|
return {
|
|
3874
|
-
FromPort:
|
|
3875
|
-
ToPort:
|
|
3874
|
+
FromPort: smithy_client_1.expectInt32(output.FromPort),
|
|
3875
|
+
ToPort: smithy_client_1.expectInt32(output.ToPort),
|
|
3876
3876
|
};
|
|
3877
3877
|
};
|
|
3878
3878
|
const deserializeAws_json1_0PortRanges = (output, context) => {
|
|
@@ -3910,7 +3910,7 @@ const deserializeAws_json1_0ProtocolNumbers = (output, context) => {
|
|
|
3910
3910
|
if (entry === null) {
|
|
3911
3911
|
return null;
|
|
3912
3912
|
}
|
|
3913
|
-
return
|
|
3913
|
+
return smithy_client_1.expectInt32(entry);
|
|
3914
3914
|
});
|
|
3915
3915
|
};
|
|
3916
3916
|
const deserializeAws_json1_0PublishMetricAction = (output, context) => {
|
|
@@ -3925,12 +3925,12 @@ const deserializeAws_json1_0PutResourcePolicyResponse = (output, context) => {
|
|
|
3925
3925
|
};
|
|
3926
3926
|
const deserializeAws_json1_0ResourceNotFoundException = (output, context) => {
|
|
3927
3927
|
return {
|
|
3928
|
-
Message:
|
|
3928
|
+
Message: smithy_client_1.expectString(output.Message),
|
|
3929
3929
|
};
|
|
3930
3930
|
};
|
|
3931
3931
|
const deserializeAws_json1_0ResourceOwnerCheckException = (output, context) => {
|
|
3932
3932
|
return {
|
|
3933
|
-
Message:
|
|
3933
|
+
Message: smithy_client_1.expectString(output.Message),
|
|
3934
3934
|
};
|
|
3935
3935
|
};
|
|
3936
3936
|
const deserializeAws_json1_0RuleDefinition = (output, context) => {
|
|
@@ -3955,22 +3955,22 @@ const deserializeAws_json1_0RuleGroup = (output, context) => {
|
|
|
3955
3955
|
};
|
|
3956
3956
|
const deserializeAws_json1_0RuleGroupMetadata = (output, context) => {
|
|
3957
3957
|
return {
|
|
3958
|
-
Arn:
|
|
3959
|
-
Name:
|
|
3958
|
+
Arn: smithy_client_1.expectString(output.Arn),
|
|
3959
|
+
Name: smithy_client_1.expectString(output.Name),
|
|
3960
3960
|
};
|
|
3961
3961
|
};
|
|
3962
3962
|
const deserializeAws_json1_0RuleGroupResponse = (output, context) => {
|
|
3963
3963
|
return {
|
|
3964
|
-
Capacity:
|
|
3965
|
-
Description:
|
|
3966
|
-
RuleGroupArn:
|
|
3967
|
-
RuleGroupId:
|
|
3968
|
-
RuleGroupName:
|
|
3969
|
-
RuleGroupStatus:
|
|
3964
|
+
Capacity: smithy_client_1.expectInt32(output.Capacity),
|
|
3965
|
+
Description: smithy_client_1.expectString(output.Description),
|
|
3966
|
+
RuleGroupArn: smithy_client_1.expectString(output.RuleGroupArn),
|
|
3967
|
+
RuleGroupId: smithy_client_1.expectString(output.RuleGroupId),
|
|
3968
|
+
RuleGroupName: smithy_client_1.expectString(output.RuleGroupName),
|
|
3969
|
+
RuleGroupStatus: smithy_client_1.expectString(output.RuleGroupStatus),
|
|
3970
3970
|
Tags: output.Tags !== undefined && output.Tags !== null
|
|
3971
3971
|
? deserializeAws_json1_0TagList(output.Tags, context)
|
|
3972
3972
|
: undefined,
|
|
3973
|
-
Type:
|
|
3973
|
+
Type: smithy_client_1.expectString(output.Type),
|
|
3974
3974
|
};
|
|
3975
3975
|
};
|
|
3976
3976
|
const deserializeAws_json1_0RuleGroups = (output, context) => {
|
|
@@ -3985,7 +3985,7 @@ const deserializeAws_json1_0RuleGroups = (output, context) => {
|
|
|
3985
3985
|
};
|
|
3986
3986
|
const deserializeAws_json1_0RuleOption = (output, context) => {
|
|
3987
3987
|
return {
|
|
3988
|
-
Keyword:
|
|
3988
|
+
Keyword: smithy_client_1.expectString(output.Keyword),
|
|
3989
3989
|
Settings: output.Settings !== undefined && output.Settings !== null
|
|
3990
3990
|
? deserializeAws_json1_0Settings(output.Settings, context)
|
|
3991
3991
|
: undefined,
|
|
@@ -4006,7 +4006,7 @@ const deserializeAws_json1_0RulesSource = (output, context) => {
|
|
|
4006
4006
|
RulesSourceList: output.RulesSourceList !== undefined && output.RulesSourceList !== null
|
|
4007
4007
|
? deserializeAws_json1_0RulesSourceList(output.RulesSourceList, context)
|
|
4008
4008
|
: undefined,
|
|
4009
|
-
RulesString:
|
|
4009
|
+
RulesString: smithy_client_1.expectString(output.RulesString),
|
|
4010
4010
|
StatefulRules: output.StatefulRules !== undefined && output.StatefulRules !== null
|
|
4011
4011
|
? deserializeAws_json1_0StatefulRules(output.StatefulRules, context)
|
|
4012
4012
|
: undefined,
|
|
@@ -4017,7 +4017,7 @@ const deserializeAws_json1_0RulesSource = (output, context) => {
|
|
|
4017
4017
|
};
|
|
4018
4018
|
const deserializeAws_json1_0RulesSourceList = (output, context) => {
|
|
4019
4019
|
return {
|
|
4020
|
-
GeneratedRulesType:
|
|
4020
|
+
GeneratedRulesType: smithy_client_1.expectString(output.GeneratedRulesType),
|
|
4021
4021
|
TargetTypes: output.TargetTypes !== undefined && output.TargetTypes !== null
|
|
4022
4022
|
? deserializeAws_json1_0TargetTypes(output.TargetTypes, context)
|
|
4023
4023
|
: undefined,
|
|
@@ -4033,7 +4033,7 @@ const deserializeAws_json1_0RuleTargets = (output, context) => {
|
|
|
4033
4033
|
if (entry === null) {
|
|
4034
4034
|
return null;
|
|
4035
4035
|
}
|
|
4036
|
-
return
|
|
4036
|
+
return smithy_client_1.expectString(entry);
|
|
4037
4037
|
});
|
|
4038
4038
|
};
|
|
4039
4039
|
const deserializeAws_json1_0RuleVariables = (output, context) => {
|
|
@@ -4053,12 +4053,12 @@ const deserializeAws_json1_0Settings = (output, context) => {
|
|
|
4053
4053
|
if (entry === null) {
|
|
4054
4054
|
return null;
|
|
4055
4055
|
}
|
|
4056
|
-
return
|
|
4056
|
+
return smithy_client_1.expectString(entry);
|
|
4057
4057
|
});
|
|
4058
4058
|
};
|
|
4059
4059
|
const deserializeAws_json1_0StatefulRule = (output, context) => {
|
|
4060
4060
|
return {
|
|
4061
|
-
Action:
|
|
4061
|
+
Action: smithy_client_1.expectString(output.Action),
|
|
4062
4062
|
Header: output.Header !== undefined && output.Header !== null
|
|
4063
4063
|
? deserializeAws_json1_0Header(output.Header, context)
|
|
4064
4064
|
: undefined,
|
|
@@ -4069,7 +4069,7 @@ const deserializeAws_json1_0StatefulRule = (output, context) => {
|
|
|
4069
4069
|
};
|
|
4070
4070
|
const deserializeAws_json1_0StatefulRuleGroupReference = (output, context) => {
|
|
4071
4071
|
return {
|
|
4072
|
-
ResourceArn:
|
|
4072
|
+
ResourceArn: smithy_client_1.expectString(output.ResourceArn),
|
|
4073
4073
|
};
|
|
4074
4074
|
};
|
|
4075
4075
|
const deserializeAws_json1_0StatefulRuleGroupReferences = (output, context) => {
|
|
@@ -4099,12 +4099,12 @@ const deserializeAws_json1_0StatelessActions = (output, context) => {
|
|
|
4099
4099
|
if (entry === null) {
|
|
4100
4100
|
return null;
|
|
4101
4101
|
}
|
|
4102
|
-
return
|
|
4102
|
+
return smithy_client_1.expectString(entry);
|
|
4103
4103
|
});
|
|
4104
4104
|
};
|
|
4105
4105
|
const deserializeAws_json1_0StatelessRule = (output, context) => {
|
|
4106
4106
|
return {
|
|
4107
|
-
Priority:
|
|
4107
|
+
Priority: smithy_client_1.expectInt32(output.Priority),
|
|
4108
4108
|
RuleDefinition: output.RuleDefinition !== undefined && output.RuleDefinition !== null
|
|
4109
4109
|
? deserializeAws_json1_0RuleDefinition(output.RuleDefinition, context)
|
|
4110
4110
|
: undefined,
|
|
@@ -4112,8 +4112,8 @@ const deserializeAws_json1_0StatelessRule = (output, context) => {
|
|
|
4112
4112
|
};
|
|
4113
4113
|
const deserializeAws_json1_0StatelessRuleGroupReference = (output, context) => {
|
|
4114
4114
|
return {
|
|
4115
|
-
Priority:
|
|
4116
|
-
ResourceArn:
|
|
4115
|
+
Priority: smithy_client_1.expectInt32(output.Priority),
|
|
4116
|
+
ResourceArn: smithy_client_1.expectString(output.ResourceArn),
|
|
4117
4117
|
};
|
|
4118
4118
|
};
|
|
4119
4119
|
const deserializeAws_json1_0StatelessRuleGroupReferences = (output, context) => {
|
|
@@ -4148,7 +4148,7 @@ const deserializeAws_json1_0StatelessRulesAndCustomActions = (output, context) =
|
|
|
4148
4148
|
};
|
|
4149
4149
|
const deserializeAws_json1_0SubnetMapping = (output, context) => {
|
|
4150
4150
|
return {
|
|
4151
|
-
SubnetId:
|
|
4151
|
+
SubnetId: smithy_client_1.expectString(output.SubnetId),
|
|
4152
4152
|
};
|
|
4153
4153
|
};
|
|
4154
4154
|
const deserializeAws_json1_0SubnetMappings = (output, context) => {
|
|
@@ -4195,8 +4195,8 @@ const deserializeAws_json1_0SyncStates = (output, context) => {
|
|
|
4195
4195
|
};
|
|
4196
4196
|
const deserializeAws_json1_0Tag = (output, context) => {
|
|
4197
4197
|
return {
|
|
4198
|
-
Key:
|
|
4199
|
-
Value:
|
|
4198
|
+
Key: smithy_client_1.expectString(output.Key),
|
|
4199
|
+
Value: smithy_client_1.expectString(output.Value),
|
|
4200
4200
|
};
|
|
4201
4201
|
};
|
|
4202
4202
|
const deserializeAws_json1_0TagList = (output, context) => {
|
|
@@ -4219,7 +4219,7 @@ const deserializeAws_json1_0TargetTypes = (output, context) => {
|
|
|
4219
4219
|
if (entry === null) {
|
|
4220
4220
|
return null;
|
|
4221
4221
|
}
|
|
4222
|
-
return
|
|
4222
|
+
return smithy_client_1.expectString(entry);
|
|
4223
4223
|
});
|
|
4224
4224
|
};
|
|
4225
4225
|
const deserializeAws_json1_0TCPFlagField = (output, context) => {
|
|
@@ -4244,12 +4244,12 @@ const deserializeAws_json1_0TCPFlags = (output, context) => {
|
|
|
4244
4244
|
};
|
|
4245
4245
|
const deserializeAws_json1_0ThrottlingException = (output, context) => {
|
|
4246
4246
|
return {
|
|
4247
|
-
Message:
|
|
4247
|
+
Message: smithy_client_1.expectString(output.Message),
|
|
4248
4248
|
};
|
|
4249
4249
|
};
|
|
4250
4250
|
const deserializeAws_json1_0UnsupportedOperationException = (output, context) => {
|
|
4251
4251
|
return {
|
|
4252
|
-
Message:
|
|
4252
|
+
Message: smithy_client_1.expectString(output.Message),
|
|
4253
4253
|
};
|
|
4254
4254
|
};
|
|
4255
4255
|
const deserializeAws_json1_0UntagResourceResponse = (output, context) => {
|
|
@@ -4257,26 +4257,26 @@ const deserializeAws_json1_0UntagResourceResponse = (output, context) => {
|
|
|
4257
4257
|
};
|
|
4258
4258
|
const deserializeAws_json1_0UpdateFirewallDeleteProtectionResponse = (output, context) => {
|
|
4259
4259
|
return {
|
|
4260
|
-
DeleteProtection:
|
|
4261
|
-
FirewallArn:
|
|
4262
|
-
FirewallName:
|
|
4263
|
-
UpdateToken:
|
|
4260
|
+
DeleteProtection: smithy_client_1.expectBoolean(output.DeleteProtection),
|
|
4261
|
+
FirewallArn: smithy_client_1.expectString(output.FirewallArn),
|
|
4262
|
+
FirewallName: smithy_client_1.expectString(output.FirewallName),
|
|
4263
|
+
UpdateToken: smithy_client_1.expectString(output.UpdateToken),
|
|
4264
4264
|
};
|
|
4265
4265
|
};
|
|
4266
4266
|
const deserializeAws_json1_0UpdateFirewallDescriptionResponse = (output, context) => {
|
|
4267
4267
|
return {
|
|
4268
|
-
Description:
|
|
4269
|
-
FirewallArn:
|
|
4270
|
-
FirewallName:
|
|
4271
|
-
UpdateToken:
|
|
4268
|
+
Description: smithy_client_1.expectString(output.Description),
|
|
4269
|
+
FirewallArn: smithy_client_1.expectString(output.FirewallArn),
|
|
4270
|
+
FirewallName: smithy_client_1.expectString(output.FirewallName),
|
|
4271
|
+
UpdateToken: smithy_client_1.expectString(output.UpdateToken),
|
|
4272
4272
|
};
|
|
4273
4273
|
};
|
|
4274
4274
|
const deserializeAws_json1_0UpdateFirewallPolicyChangeProtectionResponse = (output, context) => {
|
|
4275
4275
|
return {
|
|
4276
|
-
FirewallArn:
|
|
4277
|
-
FirewallName:
|
|
4278
|
-
FirewallPolicyChangeProtection:
|
|
4279
|
-
UpdateToken:
|
|
4276
|
+
FirewallArn: smithy_client_1.expectString(output.FirewallArn),
|
|
4277
|
+
FirewallName: smithy_client_1.expectString(output.FirewallName),
|
|
4278
|
+
FirewallPolicyChangeProtection: smithy_client_1.expectBoolean(output.FirewallPolicyChangeProtection),
|
|
4279
|
+
UpdateToken: smithy_client_1.expectString(output.UpdateToken),
|
|
4280
4280
|
};
|
|
4281
4281
|
};
|
|
4282
4282
|
const deserializeAws_json1_0UpdateFirewallPolicyResponse = (output, context) => {
|
|
@@ -4284,13 +4284,13 @@ const deserializeAws_json1_0UpdateFirewallPolicyResponse = (output, context) =>
|
|
|
4284
4284
|
FirewallPolicyResponse: output.FirewallPolicyResponse !== undefined && output.FirewallPolicyResponse !== null
|
|
4285
4285
|
? deserializeAws_json1_0FirewallPolicyResponse(output.FirewallPolicyResponse, context)
|
|
4286
4286
|
: undefined,
|
|
4287
|
-
UpdateToken:
|
|
4287
|
+
UpdateToken: smithy_client_1.expectString(output.UpdateToken),
|
|
4288
4288
|
};
|
|
4289
4289
|
};
|
|
4290
4290
|
const deserializeAws_json1_0UpdateLoggingConfigurationResponse = (output, context) => {
|
|
4291
4291
|
return {
|
|
4292
|
-
FirewallArn:
|
|
4293
|
-
FirewallName:
|
|
4292
|
+
FirewallArn: smithy_client_1.expectString(output.FirewallArn),
|
|
4293
|
+
FirewallName: smithy_client_1.expectString(output.FirewallName),
|
|
4294
4294
|
LoggingConfiguration: output.LoggingConfiguration !== undefined && output.LoggingConfiguration !== null
|
|
4295
4295
|
? deserializeAws_json1_0LoggingConfiguration(output.LoggingConfiguration, context)
|
|
4296
4296
|
: undefined,
|
|
@@ -4301,15 +4301,15 @@ const deserializeAws_json1_0UpdateRuleGroupResponse = (output, context) => {
|
|
|
4301
4301
|
RuleGroupResponse: output.RuleGroupResponse !== undefined && output.RuleGroupResponse !== null
|
|
4302
4302
|
? deserializeAws_json1_0RuleGroupResponse(output.RuleGroupResponse, context)
|
|
4303
4303
|
: undefined,
|
|
4304
|
-
UpdateToken:
|
|
4304
|
+
UpdateToken: smithy_client_1.expectString(output.UpdateToken),
|
|
4305
4305
|
};
|
|
4306
4306
|
};
|
|
4307
4307
|
const deserializeAws_json1_0UpdateSubnetChangeProtectionResponse = (output, context) => {
|
|
4308
4308
|
return {
|
|
4309
|
-
FirewallArn:
|
|
4310
|
-
FirewallName:
|
|
4311
|
-
SubnetChangeProtection:
|
|
4312
|
-
UpdateToken:
|
|
4309
|
+
FirewallArn: smithy_client_1.expectString(output.FirewallArn),
|
|
4310
|
+
FirewallName: smithy_client_1.expectString(output.FirewallName),
|
|
4311
|
+
SubnetChangeProtection: smithy_client_1.expectBoolean(output.SubnetChangeProtection),
|
|
4312
|
+
UpdateToken: smithy_client_1.expectString(output.UpdateToken),
|
|
4313
4313
|
};
|
|
4314
4314
|
};
|
|
4315
4315
|
const deserializeAws_json1_0VariableDefinitionList = (output, context) => {
|
|
@@ -4319,7 +4319,7 @@ const deserializeAws_json1_0VariableDefinitionList = (output, context) => {
|
|
|
4319
4319
|
if (entry === null) {
|
|
4320
4320
|
return null;
|
|
4321
4321
|
}
|
|
4322
|
-
return
|
|
4322
|
+
return smithy_client_1.expectString(entry);
|
|
4323
4323
|
});
|
|
4324
4324
|
};
|
|
4325
4325
|
const deserializeMetadata = (output) => {
|