@aws-sdk/client-cloudwatch-events 3.121.0 → 3.127.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 +8 -0
- package/dist-cjs/protocols/Aws_json1_1.js +373 -492
- package/dist-es/protocols/Aws_json1_1.js +227 -346
- package/package.json +26 -26
|
@@ -3713,33 +3713,28 @@ var deserializeAws_json1_1ResourceNotFoundExceptionResponse = function (parsedOu
|
|
|
3713
3713
|
});
|
|
3714
3714
|
}); };
|
|
3715
3715
|
var serializeAws_json1_1ActivateEventSourceRequest = function (input, context) {
|
|
3716
|
-
return __assign({}, (input.Name
|
|
3716
|
+
return __assign({}, (input.Name != null && { Name: input.Name }));
|
|
3717
3717
|
};
|
|
3718
3718
|
var serializeAws_json1_1AwsVpcConfiguration = function (input, context) {
|
|
3719
|
-
return __assign(__assign(__assign({}, (input.AssignPublicIp
|
|
3720
|
-
input.AssignPublicIp !== null && { AssignPublicIp: input.AssignPublicIp })), (input.SecurityGroups !== undefined &&
|
|
3721
|
-
input.SecurityGroups !== null && {
|
|
3719
|
+
return __assign(__assign(__assign({}, (input.AssignPublicIp != null && { AssignPublicIp: input.AssignPublicIp })), (input.SecurityGroups != null && {
|
|
3722
3720
|
SecurityGroups: serializeAws_json1_1StringList(input.SecurityGroups, context),
|
|
3723
|
-
})), (input.Subnets
|
|
3724
|
-
input.Subnets !== null && { Subnets: serializeAws_json1_1StringList(input.Subnets, context) }));
|
|
3721
|
+
})), (input.Subnets != null && { Subnets: serializeAws_json1_1StringList(input.Subnets, context) }));
|
|
3725
3722
|
};
|
|
3726
3723
|
var serializeAws_json1_1BatchArrayProperties = function (input, context) {
|
|
3727
|
-
return __assign({}, (input.Size
|
|
3724
|
+
return __assign({}, (input.Size != null && { Size: input.Size }));
|
|
3728
3725
|
};
|
|
3729
3726
|
var serializeAws_json1_1BatchParameters = function (input, context) {
|
|
3730
|
-
return __assign(__assign(__assign(__assign({}, (input.ArrayProperties
|
|
3731
|
-
input.ArrayProperties !== null && {
|
|
3727
|
+
return __assign(__assign(__assign(__assign({}, (input.ArrayProperties != null && {
|
|
3732
3728
|
ArrayProperties: serializeAws_json1_1BatchArrayProperties(input.ArrayProperties, context),
|
|
3733
|
-
})), (input.JobDefinition
|
|
3734
|
-
input.RetryStrategy !== null && {
|
|
3729
|
+
})), (input.JobDefinition != null && { JobDefinition: input.JobDefinition })), (input.JobName != null && { JobName: input.JobName })), (input.RetryStrategy != null && {
|
|
3735
3730
|
RetryStrategy: serializeAws_json1_1BatchRetryStrategy(input.RetryStrategy, context),
|
|
3736
3731
|
}));
|
|
3737
3732
|
};
|
|
3738
3733
|
var serializeAws_json1_1BatchRetryStrategy = function (input, context) {
|
|
3739
|
-
return __assign({}, (input.Attempts
|
|
3734
|
+
return __assign({}, (input.Attempts != null && { Attempts: input.Attempts }));
|
|
3740
3735
|
};
|
|
3741
3736
|
var serializeAws_json1_1CancelReplayRequest = function (input, context) {
|
|
3742
|
-
return __assign({}, (input.ReplayName
|
|
3737
|
+
return __assign({}, (input.ReplayName != null && { ReplayName: input.ReplayName }));
|
|
3743
3738
|
};
|
|
3744
3739
|
var serializeAws_json1_1CapacityProviderStrategy = function (input, context) {
|
|
3745
3740
|
return input
|
|
@@ -3752,14 +3747,13 @@ var serializeAws_json1_1CapacityProviderStrategy = function (input, context) {
|
|
|
3752
3747
|
});
|
|
3753
3748
|
};
|
|
3754
3749
|
var serializeAws_json1_1CapacityProviderStrategyItem = function (input, context) {
|
|
3755
|
-
return __assign(__assign(__assign({}, (input.base
|
|
3756
|
-
input.capacityProvider !== null && { capacityProvider: input.capacityProvider })), (input.weight !== undefined && input.weight !== null && { weight: input.weight }));
|
|
3750
|
+
return __assign(__assign(__assign({}, (input.base != null && { base: input.base })), (input.capacityProvider != null && { capacityProvider: input.capacityProvider })), (input.weight != null && { weight: input.weight }));
|
|
3757
3751
|
};
|
|
3758
3752
|
var serializeAws_json1_1Condition = function (input, context) {
|
|
3759
|
-
return __assign(__assign(__assign({}, (input.Key
|
|
3753
|
+
return __assign(__assign(__assign({}, (input.Key != null && { Key: input.Key })), (input.Type != null && { Type: input.Type })), (input.Value != null && { Value: input.Value }));
|
|
3760
3754
|
};
|
|
3761
3755
|
var serializeAws_json1_1ConnectionBodyParameter = function (input, context) {
|
|
3762
|
-
return __assign(__assign(__assign({}, (input.IsValueSecret
|
|
3756
|
+
return __assign(__assign(__assign({}, (input.IsValueSecret != null && { IsValueSecret: input.IsValueSecret })), (input.Key != null && { Key: input.Key })), (input.Value != null && { Value: input.Value }));
|
|
3763
3757
|
};
|
|
3764
3758
|
var serializeAws_json1_1ConnectionBodyParametersList = function (input, context) {
|
|
3765
3759
|
return input
|
|
@@ -3772,7 +3766,7 @@ var serializeAws_json1_1ConnectionBodyParametersList = function (input, context)
|
|
|
3772
3766
|
});
|
|
3773
3767
|
};
|
|
3774
3768
|
var serializeAws_json1_1ConnectionHeaderParameter = function (input, context) {
|
|
3775
|
-
return __assign(__assign(__assign({}, (input.IsValueSecret
|
|
3769
|
+
return __assign(__assign(__assign({}, (input.IsValueSecret != null && { IsValueSecret: input.IsValueSecret })), (input.Key != null && { Key: input.Key })), (input.Value != null && { Value: input.Value }));
|
|
3776
3770
|
};
|
|
3777
3771
|
var serializeAws_json1_1ConnectionHeaderParametersList = function (input, context) {
|
|
3778
3772
|
return input
|
|
@@ -3785,19 +3779,16 @@ var serializeAws_json1_1ConnectionHeaderParametersList = function (input, contex
|
|
|
3785
3779
|
});
|
|
3786
3780
|
};
|
|
3787
3781
|
var serializeAws_json1_1ConnectionHttpParameters = function (input, context) {
|
|
3788
|
-
return __assign(__assign(__assign({}, (input.BodyParameters
|
|
3789
|
-
input.BodyParameters !== null && {
|
|
3782
|
+
return __assign(__assign(__assign({}, (input.BodyParameters != null && {
|
|
3790
3783
|
BodyParameters: serializeAws_json1_1ConnectionBodyParametersList(input.BodyParameters, context),
|
|
3791
|
-
})), (input.HeaderParameters
|
|
3792
|
-
input.HeaderParameters !== null && {
|
|
3784
|
+
})), (input.HeaderParameters != null && {
|
|
3793
3785
|
HeaderParameters: serializeAws_json1_1ConnectionHeaderParametersList(input.HeaderParameters, context),
|
|
3794
|
-
})), (input.QueryStringParameters
|
|
3795
|
-
input.QueryStringParameters !== null && {
|
|
3786
|
+
})), (input.QueryStringParameters != null && {
|
|
3796
3787
|
QueryStringParameters: serializeAws_json1_1ConnectionQueryStringParametersList(input.QueryStringParameters, context),
|
|
3797
3788
|
}));
|
|
3798
3789
|
};
|
|
3799
3790
|
var serializeAws_json1_1ConnectionQueryStringParameter = function (input, context) {
|
|
3800
|
-
return __assign(__assign(__assign({}, (input.IsValueSecret
|
|
3791
|
+
return __assign(__assign(__assign({}, (input.IsValueSecret != null && { IsValueSecret: input.IsValueSecret })), (input.Key != null && { Key: input.Key })), (input.Value != null && { Value: input.Value }));
|
|
3801
3792
|
};
|
|
3802
3793
|
var serializeAws_json1_1ConnectionQueryStringParametersList = function (input, context) {
|
|
3803
3794
|
return input
|
|
@@ -3810,139 +3801,118 @@ var serializeAws_json1_1ConnectionQueryStringParametersList = function (input, c
|
|
|
3810
3801
|
});
|
|
3811
3802
|
};
|
|
3812
3803
|
var serializeAws_json1_1CreateApiDestinationRequest = function (input, context) {
|
|
3813
|
-
return __assign(__assign(__assign(__assign(__assign(__assign({}, (input.ConnectionArn
|
|
3814
|
-
input.InvocationEndpoint !== null && { InvocationEndpoint: input.InvocationEndpoint })), (input.InvocationRateLimitPerSecond !== undefined &&
|
|
3815
|
-
input.InvocationRateLimitPerSecond !== null && {
|
|
3804
|
+
return __assign(__assign(__assign(__assign(__assign(__assign({}, (input.ConnectionArn != null && { ConnectionArn: input.ConnectionArn })), (input.Description != null && { Description: input.Description })), (input.HttpMethod != null && { HttpMethod: input.HttpMethod })), (input.InvocationEndpoint != null && { InvocationEndpoint: input.InvocationEndpoint })), (input.InvocationRateLimitPerSecond != null && {
|
|
3816
3805
|
InvocationRateLimitPerSecond: input.InvocationRateLimitPerSecond,
|
|
3817
|
-
})), (input.Name
|
|
3806
|
+
})), (input.Name != null && { Name: input.Name }));
|
|
3818
3807
|
};
|
|
3819
3808
|
var serializeAws_json1_1CreateArchiveRequest = function (input, context) {
|
|
3820
|
-
return __assign(__assign(__assign(__assign(__assign({}, (input.ArchiveName
|
|
3821
|
-
input.EventSourceArn !== null && { EventSourceArn: input.EventSourceArn })), (input.RetentionDays !== undefined && input.RetentionDays !== null && { RetentionDays: input.RetentionDays }));
|
|
3809
|
+
return __assign(__assign(__assign(__assign(__assign({}, (input.ArchiveName != null && { ArchiveName: input.ArchiveName })), (input.Description != null && { Description: input.Description })), (input.EventPattern != null && { EventPattern: input.EventPattern })), (input.EventSourceArn != null && { EventSourceArn: input.EventSourceArn })), (input.RetentionDays != null && { RetentionDays: input.RetentionDays }));
|
|
3822
3810
|
};
|
|
3823
3811
|
var serializeAws_json1_1CreateConnectionApiKeyAuthRequestParameters = function (input, context) {
|
|
3824
|
-
return __assign(__assign({}, (input.ApiKeyName
|
|
3812
|
+
return __assign(__assign({}, (input.ApiKeyName != null && { ApiKeyName: input.ApiKeyName })), (input.ApiKeyValue != null && { ApiKeyValue: input.ApiKeyValue }));
|
|
3825
3813
|
};
|
|
3826
3814
|
var serializeAws_json1_1CreateConnectionAuthRequestParameters = function (input, context) {
|
|
3827
|
-
return __assign(__assign(__assign(__assign({}, (input.ApiKeyAuthParameters
|
|
3828
|
-
input.ApiKeyAuthParameters !== null && {
|
|
3815
|
+
return __assign(__assign(__assign(__assign({}, (input.ApiKeyAuthParameters != null && {
|
|
3829
3816
|
ApiKeyAuthParameters: serializeAws_json1_1CreateConnectionApiKeyAuthRequestParameters(input.ApiKeyAuthParameters, context),
|
|
3830
|
-
})), (input.BasicAuthParameters
|
|
3831
|
-
input.BasicAuthParameters !== null && {
|
|
3817
|
+
})), (input.BasicAuthParameters != null && {
|
|
3832
3818
|
BasicAuthParameters: serializeAws_json1_1CreateConnectionBasicAuthRequestParameters(input.BasicAuthParameters, context),
|
|
3833
|
-
})), (input.InvocationHttpParameters
|
|
3834
|
-
input.InvocationHttpParameters !== null && {
|
|
3819
|
+
})), (input.InvocationHttpParameters != null && {
|
|
3835
3820
|
InvocationHttpParameters: serializeAws_json1_1ConnectionHttpParameters(input.InvocationHttpParameters, context),
|
|
3836
|
-
})), (input.OAuthParameters
|
|
3837
|
-
input.OAuthParameters !== null && {
|
|
3821
|
+
})), (input.OAuthParameters != null && {
|
|
3838
3822
|
OAuthParameters: serializeAws_json1_1CreateConnectionOAuthRequestParameters(input.OAuthParameters, context),
|
|
3839
3823
|
}));
|
|
3840
3824
|
};
|
|
3841
3825
|
var serializeAws_json1_1CreateConnectionBasicAuthRequestParameters = function (input, context) {
|
|
3842
|
-
return __assign(__assign({}, (input.Password
|
|
3826
|
+
return __assign(__assign({}, (input.Password != null && { Password: input.Password })), (input.Username != null && { Username: input.Username }));
|
|
3843
3827
|
};
|
|
3844
3828
|
var serializeAws_json1_1CreateConnectionOAuthClientRequestParameters = function (input, context) {
|
|
3845
|
-
return __assign(__assign({}, (input.ClientID
|
|
3829
|
+
return __assign(__assign({}, (input.ClientID != null && { ClientID: input.ClientID })), (input.ClientSecret != null && { ClientSecret: input.ClientSecret }));
|
|
3846
3830
|
};
|
|
3847
3831
|
var serializeAws_json1_1CreateConnectionOAuthRequestParameters = function (input, context) {
|
|
3848
|
-
return __assign(__assign(__assign(__assign({}, (input.AuthorizationEndpoint
|
|
3849
|
-
input.AuthorizationEndpoint !== null && { AuthorizationEndpoint: input.AuthorizationEndpoint })), (input.ClientParameters !== undefined &&
|
|
3850
|
-
input.ClientParameters !== null && {
|
|
3832
|
+
return __assign(__assign(__assign(__assign({}, (input.AuthorizationEndpoint != null && { AuthorizationEndpoint: input.AuthorizationEndpoint })), (input.ClientParameters != null && {
|
|
3851
3833
|
ClientParameters: serializeAws_json1_1CreateConnectionOAuthClientRequestParameters(input.ClientParameters, context),
|
|
3852
|
-
})), (input.HttpMethod
|
|
3853
|
-
input.OAuthHttpParameters !== null && {
|
|
3834
|
+
})), (input.HttpMethod != null && { HttpMethod: input.HttpMethod })), (input.OAuthHttpParameters != null && {
|
|
3854
3835
|
OAuthHttpParameters: serializeAws_json1_1ConnectionHttpParameters(input.OAuthHttpParameters, context),
|
|
3855
3836
|
}));
|
|
3856
3837
|
};
|
|
3857
3838
|
var serializeAws_json1_1CreateConnectionRequest = function (input, context) {
|
|
3858
|
-
return __assign(__assign(__assign(__assign({}, (input.AuthParameters
|
|
3859
|
-
input.AuthParameters !== null && {
|
|
3839
|
+
return __assign(__assign(__assign(__assign({}, (input.AuthParameters != null && {
|
|
3860
3840
|
AuthParameters: serializeAws_json1_1CreateConnectionAuthRequestParameters(input.AuthParameters, context),
|
|
3861
|
-
})), (input.AuthorizationType
|
|
3862
|
-
input.AuthorizationType !== null && { AuthorizationType: input.AuthorizationType })), (input.Description !== undefined && input.Description !== null && { Description: input.Description })), (input.Name !== undefined && input.Name !== null && { Name: input.Name }));
|
|
3841
|
+
})), (input.AuthorizationType != null && { AuthorizationType: input.AuthorizationType })), (input.Description != null && { Description: input.Description })), (input.Name != null && { Name: input.Name }));
|
|
3863
3842
|
};
|
|
3864
3843
|
var serializeAws_json1_1CreateEventBusRequest = function (input, context) {
|
|
3865
|
-
return __assign(__assign(__assign({}, (input.EventSourceName
|
|
3866
|
-
input.EventSourceName !== null && { EventSourceName: input.EventSourceName })), (input.Name !== undefined && input.Name !== null && { Name: input.Name })), (input.Tags !== undefined && input.Tags !== null && { Tags: serializeAws_json1_1TagList(input.Tags, context) }));
|
|
3844
|
+
return __assign(__assign(__assign({}, (input.EventSourceName != null && { EventSourceName: input.EventSourceName })), (input.Name != null && { Name: input.Name })), (input.Tags != null && { Tags: serializeAws_json1_1TagList(input.Tags, context) }));
|
|
3867
3845
|
};
|
|
3868
3846
|
var serializeAws_json1_1CreatePartnerEventSourceRequest = function (input, context) {
|
|
3869
|
-
return __assign(__assign({}, (input.Account
|
|
3847
|
+
return __assign(__assign({}, (input.Account != null && { Account: input.Account })), (input.Name != null && { Name: input.Name }));
|
|
3870
3848
|
};
|
|
3871
3849
|
var serializeAws_json1_1DeactivateEventSourceRequest = function (input, context) {
|
|
3872
|
-
return __assign({}, (input.Name
|
|
3850
|
+
return __assign({}, (input.Name != null && { Name: input.Name }));
|
|
3873
3851
|
};
|
|
3874
3852
|
var serializeAws_json1_1DeadLetterConfig = function (input, context) {
|
|
3875
|
-
return __assign({}, (input.Arn
|
|
3853
|
+
return __assign({}, (input.Arn != null && { Arn: input.Arn }));
|
|
3876
3854
|
};
|
|
3877
3855
|
var serializeAws_json1_1DeauthorizeConnectionRequest = function (input, context) {
|
|
3878
|
-
return __assign({}, (input.Name
|
|
3856
|
+
return __assign({}, (input.Name != null && { Name: input.Name }));
|
|
3879
3857
|
};
|
|
3880
3858
|
var serializeAws_json1_1DeleteApiDestinationRequest = function (input, context) {
|
|
3881
|
-
return __assign({}, (input.Name
|
|
3859
|
+
return __assign({}, (input.Name != null && { Name: input.Name }));
|
|
3882
3860
|
};
|
|
3883
3861
|
var serializeAws_json1_1DeleteArchiveRequest = function (input, context) {
|
|
3884
|
-
return __assign({}, (input.ArchiveName
|
|
3862
|
+
return __assign({}, (input.ArchiveName != null && { ArchiveName: input.ArchiveName }));
|
|
3885
3863
|
};
|
|
3886
3864
|
var serializeAws_json1_1DeleteConnectionRequest = function (input, context) {
|
|
3887
|
-
return __assign({}, (input.Name
|
|
3865
|
+
return __assign({}, (input.Name != null && { Name: input.Name }));
|
|
3888
3866
|
};
|
|
3889
3867
|
var serializeAws_json1_1DeleteEventBusRequest = function (input, context) {
|
|
3890
|
-
return __assign({}, (input.Name
|
|
3868
|
+
return __assign({}, (input.Name != null && { Name: input.Name }));
|
|
3891
3869
|
};
|
|
3892
3870
|
var serializeAws_json1_1DeletePartnerEventSourceRequest = function (input, context) {
|
|
3893
|
-
return __assign(__assign({}, (input.Account
|
|
3871
|
+
return __assign(__assign({}, (input.Account != null && { Account: input.Account })), (input.Name != null && { Name: input.Name }));
|
|
3894
3872
|
};
|
|
3895
3873
|
var serializeAws_json1_1DeleteRuleRequest = function (input, context) {
|
|
3896
|
-
return __assign(__assign(__assign({}, (input.EventBusName
|
|
3874
|
+
return __assign(__assign(__assign({}, (input.EventBusName != null && { EventBusName: input.EventBusName })), (input.Force != null && { Force: input.Force })), (input.Name != null && { Name: input.Name }));
|
|
3897
3875
|
};
|
|
3898
3876
|
var serializeAws_json1_1DescribeApiDestinationRequest = function (input, context) {
|
|
3899
|
-
return __assign({}, (input.Name
|
|
3877
|
+
return __assign({}, (input.Name != null && { Name: input.Name }));
|
|
3900
3878
|
};
|
|
3901
3879
|
var serializeAws_json1_1DescribeArchiveRequest = function (input, context) {
|
|
3902
|
-
return __assign({}, (input.ArchiveName
|
|
3880
|
+
return __assign({}, (input.ArchiveName != null && { ArchiveName: input.ArchiveName }));
|
|
3903
3881
|
};
|
|
3904
3882
|
var serializeAws_json1_1DescribeConnectionRequest = function (input, context) {
|
|
3905
|
-
return __assign({}, (input.Name
|
|
3883
|
+
return __assign({}, (input.Name != null && { Name: input.Name }));
|
|
3906
3884
|
};
|
|
3907
3885
|
var serializeAws_json1_1DescribeEventBusRequest = function (input, context) {
|
|
3908
|
-
return __assign({}, (input.Name
|
|
3886
|
+
return __assign({}, (input.Name != null && { Name: input.Name }));
|
|
3909
3887
|
};
|
|
3910
3888
|
var serializeAws_json1_1DescribeEventSourceRequest = function (input, context) {
|
|
3911
|
-
return __assign({}, (input.Name
|
|
3889
|
+
return __assign({}, (input.Name != null && { Name: input.Name }));
|
|
3912
3890
|
};
|
|
3913
3891
|
var serializeAws_json1_1DescribePartnerEventSourceRequest = function (input, context) {
|
|
3914
|
-
return __assign({}, (input.Name
|
|
3892
|
+
return __assign({}, (input.Name != null && { Name: input.Name }));
|
|
3915
3893
|
};
|
|
3916
3894
|
var serializeAws_json1_1DescribeReplayRequest = function (input, context) {
|
|
3917
|
-
return __assign({}, (input.ReplayName
|
|
3895
|
+
return __assign({}, (input.ReplayName != null && { ReplayName: input.ReplayName }));
|
|
3918
3896
|
};
|
|
3919
3897
|
var serializeAws_json1_1DescribeRuleRequest = function (input, context) {
|
|
3920
|
-
return __assign(__assign({}, (input.EventBusName
|
|
3898
|
+
return __assign(__assign({}, (input.EventBusName != null && { EventBusName: input.EventBusName })), (input.Name != null && { Name: input.Name }));
|
|
3921
3899
|
};
|
|
3922
3900
|
var serializeAws_json1_1DisableRuleRequest = function (input, context) {
|
|
3923
|
-
return __assign(__assign({}, (input.EventBusName
|
|
3901
|
+
return __assign(__assign({}, (input.EventBusName != null && { EventBusName: input.EventBusName })), (input.Name != null && { Name: input.Name }));
|
|
3924
3902
|
};
|
|
3925
3903
|
var serializeAws_json1_1EcsParameters = function (input, context) {
|
|
3926
|
-
return __assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.CapacityProviderStrategy
|
|
3927
|
-
input.CapacityProviderStrategy !== null && {
|
|
3904
|
+
return __assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.CapacityProviderStrategy != null && {
|
|
3928
3905
|
CapacityProviderStrategy: serializeAws_json1_1CapacityProviderStrategy(input.CapacityProviderStrategy, context),
|
|
3929
|
-
})), (input.EnableECSManagedTags
|
|
3930
|
-
input.EnableECSManagedTags !== null && { EnableECSManagedTags: input.EnableECSManagedTags })), (input.EnableExecuteCommand !== undefined &&
|
|
3931
|
-
input.EnableExecuteCommand !== null && { EnableExecuteCommand: input.EnableExecuteCommand })), (input.Group !== undefined && input.Group !== null && { Group: input.Group })), (input.LaunchType !== undefined && input.LaunchType !== null && { LaunchType: input.LaunchType })), (input.NetworkConfiguration !== undefined &&
|
|
3932
|
-
input.NetworkConfiguration !== null && {
|
|
3906
|
+
})), (input.EnableECSManagedTags != null && { EnableECSManagedTags: input.EnableECSManagedTags })), (input.EnableExecuteCommand != null && { EnableExecuteCommand: input.EnableExecuteCommand })), (input.Group != null && { Group: input.Group })), (input.LaunchType != null && { LaunchType: input.LaunchType })), (input.NetworkConfiguration != null && {
|
|
3933
3907
|
NetworkConfiguration: serializeAws_json1_1NetworkConfiguration(input.NetworkConfiguration, context),
|
|
3934
|
-
})), (input.PlacementConstraints
|
|
3935
|
-
input.PlacementConstraints !== null && {
|
|
3908
|
+
})), (input.PlacementConstraints != null && {
|
|
3936
3909
|
PlacementConstraints: serializeAws_json1_1PlacementConstraints(input.PlacementConstraints, context),
|
|
3937
|
-
})), (input.PlacementStrategy
|
|
3938
|
-
input.PlacementStrategy !== null && {
|
|
3910
|
+
})), (input.PlacementStrategy != null && {
|
|
3939
3911
|
PlacementStrategy: serializeAws_json1_1PlacementStrategies(input.PlacementStrategy, context),
|
|
3940
|
-
})), (input.PlatformVersion
|
|
3941
|
-
input.PlatformVersion !== null && { PlatformVersion: input.PlatformVersion })), (input.PropagateTags !== undefined && input.PropagateTags !== null && { PropagateTags: input.PropagateTags })), (input.ReferenceId !== undefined && input.ReferenceId !== null && { ReferenceId: input.ReferenceId })), (input.Tags !== undefined && input.Tags !== null && { Tags: serializeAws_json1_1TagList(input.Tags, context) })), (input.TaskCount !== undefined && input.TaskCount !== null && { TaskCount: input.TaskCount })), (input.TaskDefinitionArn !== undefined &&
|
|
3942
|
-
input.TaskDefinitionArn !== null && { TaskDefinitionArn: input.TaskDefinitionArn }));
|
|
3912
|
+
})), (input.PlatformVersion != null && { PlatformVersion: input.PlatformVersion })), (input.PropagateTags != null && { PropagateTags: input.PropagateTags })), (input.ReferenceId != null && { ReferenceId: input.ReferenceId })), (input.Tags != null && { Tags: serializeAws_json1_1TagList(input.Tags, context) })), (input.TaskCount != null && { TaskCount: input.TaskCount })), (input.TaskDefinitionArn != null && { TaskDefinitionArn: input.TaskDefinitionArn }));
|
|
3943
3913
|
};
|
|
3944
3914
|
var serializeAws_json1_1EnableRuleRequest = function (input, context) {
|
|
3945
|
-
return __assign(__assign({}, (input.EventBusName
|
|
3915
|
+
return __assign(__assign({}, (input.EventBusName != null && { EventBusName: input.EventBusName })), (input.Name != null && { Name: input.Name }));
|
|
3946
3916
|
};
|
|
3947
3917
|
var serializeAws_json1_1EventResourceList = function (input, context) {
|
|
3948
3918
|
return input
|
|
@@ -3965,70 +3935,60 @@ var serializeAws_json1_1HeaderParametersMap = function (input, context) {
|
|
|
3965
3935
|
}, {});
|
|
3966
3936
|
};
|
|
3967
3937
|
var serializeAws_json1_1HttpParameters = function (input, context) {
|
|
3968
|
-
return __assign(__assign(__assign({}, (input.HeaderParameters
|
|
3969
|
-
input.HeaderParameters !== null && {
|
|
3938
|
+
return __assign(__assign(__assign({}, (input.HeaderParameters != null && {
|
|
3970
3939
|
HeaderParameters: serializeAws_json1_1HeaderParametersMap(input.HeaderParameters, context),
|
|
3971
|
-
})), (input.PathParameterValues
|
|
3972
|
-
input.PathParameterValues !== null && {
|
|
3940
|
+
})), (input.PathParameterValues != null && {
|
|
3973
3941
|
PathParameterValues: serializeAws_json1_1PathParameterList(input.PathParameterValues, context),
|
|
3974
|
-
})), (input.QueryStringParameters
|
|
3975
|
-
input.QueryStringParameters !== null && {
|
|
3942
|
+
})), (input.QueryStringParameters != null && {
|
|
3976
3943
|
QueryStringParameters: serializeAws_json1_1QueryStringParametersMap(input.QueryStringParameters, context),
|
|
3977
3944
|
}));
|
|
3978
3945
|
};
|
|
3979
3946
|
var serializeAws_json1_1InputTransformer = function (input, context) {
|
|
3980
|
-
return __assign(__assign({}, (input.InputPathsMap
|
|
3981
|
-
input.InputPathsMap !== null && {
|
|
3947
|
+
return __assign(__assign({}, (input.InputPathsMap != null && {
|
|
3982
3948
|
InputPathsMap: serializeAws_json1_1TransformerPaths(input.InputPathsMap, context),
|
|
3983
|
-
})), (input.InputTemplate
|
|
3949
|
+
})), (input.InputTemplate != null && { InputTemplate: input.InputTemplate }));
|
|
3984
3950
|
};
|
|
3985
3951
|
var serializeAws_json1_1KinesisParameters = function (input, context) {
|
|
3986
|
-
return __assign({}, (input.PartitionKeyPath
|
|
3987
|
-
input.PartitionKeyPath !== null && { PartitionKeyPath: input.PartitionKeyPath }));
|
|
3952
|
+
return __assign({}, (input.PartitionKeyPath != null && { PartitionKeyPath: input.PartitionKeyPath }));
|
|
3988
3953
|
};
|
|
3989
3954
|
var serializeAws_json1_1ListApiDestinationsRequest = function (input, context) {
|
|
3990
|
-
return __assign(__assign(__assign(__assign({}, (input.ConnectionArn
|
|
3955
|
+
return __assign(__assign(__assign(__assign({}, (input.ConnectionArn != null && { ConnectionArn: input.ConnectionArn })), (input.Limit != null && { Limit: input.Limit })), (input.NamePrefix != null && { NamePrefix: input.NamePrefix })), (input.NextToken != null && { NextToken: input.NextToken }));
|
|
3991
3956
|
};
|
|
3992
3957
|
var serializeAws_json1_1ListArchivesRequest = function (input, context) {
|
|
3993
|
-
return __assign(__assign(__assign(__assign(__assign({}, (input.EventSourceArn
|
|
3994
|
-
input.EventSourceArn !== null && { EventSourceArn: input.EventSourceArn })), (input.Limit !== undefined && input.Limit !== null && { Limit: input.Limit })), (input.NamePrefix !== undefined && input.NamePrefix !== null && { NamePrefix: input.NamePrefix })), (input.NextToken !== undefined && input.NextToken !== null && { NextToken: input.NextToken })), (input.State !== undefined && input.State !== null && { State: input.State }));
|
|
3958
|
+
return __assign(__assign(__assign(__assign(__assign({}, (input.EventSourceArn != null && { EventSourceArn: input.EventSourceArn })), (input.Limit != null && { Limit: input.Limit })), (input.NamePrefix != null && { NamePrefix: input.NamePrefix })), (input.NextToken != null && { NextToken: input.NextToken })), (input.State != null && { State: input.State }));
|
|
3995
3959
|
};
|
|
3996
3960
|
var serializeAws_json1_1ListConnectionsRequest = function (input, context) {
|
|
3997
|
-
return __assign(__assign(__assign(__assign({}, (input.ConnectionState
|
|
3998
|
-
input.ConnectionState !== null && { ConnectionState: input.ConnectionState })), (input.Limit !== undefined && input.Limit !== null && { Limit: input.Limit })), (input.NamePrefix !== undefined && input.NamePrefix !== null && { NamePrefix: input.NamePrefix })), (input.NextToken !== undefined && input.NextToken !== null && { NextToken: input.NextToken }));
|
|
3961
|
+
return __assign(__assign(__assign(__assign({}, (input.ConnectionState != null && { ConnectionState: input.ConnectionState })), (input.Limit != null && { Limit: input.Limit })), (input.NamePrefix != null && { NamePrefix: input.NamePrefix })), (input.NextToken != null && { NextToken: input.NextToken }));
|
|
3999
3962
|
};
|
|
4000
3963
|
var serializeAws_json1_1ListEventBusesRequest = function (input, context) {
|
|
4001
|
-
return __assign(__assign(__assign({}, (input.Limit
|
|
3964
|
+
return __assign(__assign(__assign({}, (input.Limit != null && { Limit: input.Limit })), (input.NamePrefix != null && { NamePrefix: input.NamePrefix })), (input.NextToken != null && { NextToken: input.NextToken }));
|
|
4002
3965
|
};
|
|
4003
3966
|
var serializeAws_json1_1ListEventSourcesRequest = function (input, context) {
|
|
4004
|
-
return __assign(__assign(__assign({}, (input.Limit
|
|
3967
|
+
return __assign(__assign(__assign({}, (input.Limit != null && { Limit: input.Limit })), (input.NamePrefix != null && { NamePrefix: input.NamePrefix })), (input.NextToken != null && { NextToken: input.NextToken }));
|
|
4005
3968
|
};
|
|
4006
3969
|
var serializeAws_json1_1ListPartnerEventSourceAccountsRequest = function (input, context) {
|
|
4007
|
-
return __assign(__assign(__assign({}, (input.EventSourceName
|
|
4008
|
-
input.EventSourceName !== null && { EventSourceName: input.EventSourceName })), (input.Limit !== undefined && input.Limit !== null && { Limit: input.Limit })), (input.NextToken !== undefined && input.NextToken !== null && { NextToken: input.NextToken }));
|
|
3970
|
+
return __assign(__assign(__assign({}, (input.EventSourceName != null && { EventSourceName: input.EventSourceName })), (input.Limit != null && { Limit: input.Limit })), (input.NextToken != null && { NextToken: input.NextToken }));
|
|
4009
3971
|
};
|
|
4010
3972
|
var serializeAws_json1_1ListPartnerEventSourcesRequest = function (input, context) {
|
|
4011
|
-
return __assign(__assign(__assign({}, (input.Limit
|
|
3973
|
+
return __assign(__assign(__assign({}, (input.Limit != null && { Limit: input.Limit })), (input.NamePrefix != null && { NamePrefix: input.NamePrefix })), (input.NextToken != null && { NextToken: input.NextToken }));
|
|
4012
3974
|
};
|
|
4013
3975
|
var serializeAws_json1_1ListReplaysRequest = function (input, context) {
|
|
4014
|
-
return __assign(__assign(__assign(__assign(__assign({}, (input.EventSourceArn
|
|
4015
|
-
input.EventSourceArn !== null && { EventSourceArn: input.EventSourceArn })), (input.Limit !== undefined && input.Limit !== null && { Limit: input.Limit })), (input.NamePrefix !== undefined && input.NamePrefix !== null && { NamePrefix: input.NamePrefix })), (input.NextToken !== undefined && input.NextToken !== null && { NextToken: input.NextToken })), (input.State !== undefined && input.State !== null && { State: input.State }));
|
|
3976
|
+
return __assign(__assign(__assign(__assign(__assign({}, (input.EventSourceArn != null && { EventSourceArn: input.EventSourceArn })), (input.Limit != null && { Limit: input.Limit })), (input.NamePrefix != null && { NamePrefix: input.NamePrefix })), (input.NextToken != null && { NextToken: input.NextToken })), (input.State != null && { State: input.State }));
|
|
4016
3977
|
};
|
|
4017
3978
|
var serializeAws_json1_1ListRuleNamesByTargetRequest = function (input, context) {
|
|
4018
|
-
return __assign(__assign(__assign(__assign({}, (input.EventBusName
|
|
3979
|
+
return __assign(__assign(__assign(__assign({}, (input.EventBusName != null && { EventBusName: input.EventBusName })), (input.Limit != null && { Limit: input.Limit })), (input.NextToken != null && { NextToken: input.NextToken })), (input.TargetArn != null && { TargetArn: input.TargetArn }));
|
|
4019
3980
|
};
|
|
4020
3981
|
var serializeAws_json1_1ListRulesRequest = function (input, context) {
|
|
4021
|
-
return __assign(__assign(__assign(__assign({}, (input.EventBusName
|
|
3982
|
+
return __assign(__assign(__assign(__assign({}, (input.EventBusName != null && { EventBusName: input.EventBusName })), (input.Limit != null && { Limit: input.Limit })), (input.NamePrefix != null && { NamePrefix: input.NamePrefix })), (input.NextToken != null && { NextToken: input.NextToken }));
|
|
4022
3983
|
};
|
|
4023
3984
|
var serializeAws_json1_1ListTagsForResourceRequest = function (input, context) {
|
|
4024
|
-
return __assign({}, (input.ResourceARN
|
|
3985
|
+
return __assign({}, (input.ResourceARN != null && { ResourceARN: input.ResourceARN }));
|
|
4025
3986
|
};
|
|
4026
3987
|
var serializeAws_json1_1ListTargetsByRuleRequest = function (input, context) {
|
|
4027
|
-
return __assign(__assign(__assign(__assign({}, (input.EventBusName
|
|
3988
|
+
return __assign(__assign(__assign(__assign({}, (input.EventBusName != null && { EventBusName: input.EventBusName })), (input.Limit != null && { Limit: input.Limit })), (input.NextToken != null && { NextToken: input.NextToken })), (input.Rule != null && { Rule: input.Rule }));
|
|
4028
3989
|
};
|
|
4029
3990
|
var serializeAws_json1_1NetworkConfiguration = function (input, context) {
|
|
4030
|
-
return __assign({}, (input.awsvpcConfiguration
|
|
4031
|
-
input.awsvpcConfiguration !== null && {
|
|
3991
|
+
return __assign({}, (input.awsvpcConfiguration != null && {
|
|
4032
3992
|
awsvpcConfiguration: serializeAws_json1_1AwsVpcConfiguration(input.awsvpcConfiguration, context),
|
|
4033
3993
|
}));
|
|
4034
3994
|
};
|
|
@@ -4043,7 +4003,7 @@ var serializeAws_json1_1PathParameterList = function (input, context) {
|
|
|
4043
4003
|
});
|
|
4044
4004
|
};
|
|
4045
4005
|
var serializeAws_json1_1PlacementConstraint = function (input, context) {
|
|
4046
|
-
return __assign(__assign({}, (input.expression
|
|
4006
|
+
return __assign(__assign({}, (input.expression != null && { expression: input.expression })), (input.type != null && { type: input.type }));
|
|
4047
4007
|
};
|
|
4048
4008
|
var serializeAws_json1_1PlacementConstraints = function (input, context) {
|
|
4049
4009
|
return input
|
|
@@ -4066,15 +4026,13 @@ var serializeAws_json1_1PlacementStrategies = function (input, context) {
|
|
|
4066
4026
|
});
|
|
4067
4027
|
};
|
|
4068
4028
|
var serializeAws_json1_1PlacementStrategy = function (input, context) {
|
|
4069
|
-
return __assign(__assign({}, (input.field
|
|
4029
|
+
return __assign(__assign({}, (input.field != null && { field: input.field })), (input.type != null && { type: input.type }));
|
|
4070
4030
|
};
|
|
4071
4031
|
var serializeAws_json1_1PutEventsRequest = function (input, context) {
|
|
4072
|
-
return __assign({}, (input.Entries
|
|
4073
|
-
input.Entries !== null && { Entries: serializeAws_json1_1PutEventsRequestEntryList(input.Entries, context) }));
|
|
4032
|
+
return __assign({}, (input.Entries != null && { Entries: serializeAws_json1_1PutEventsRequestEntryList(input.Entries, context) }));
|
|
4074
4033
|
};
|
|
4075
4034
|
var serializeAws_json1_1PutEventsRequestEntry = function (input, context) {
|
|
4076
|
-
return __assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.Detail
|
|
4077
|
-
input.Resources !== null && { Resources: serializeAws_json1_1EventResourceList(input.Resources, context) })), (input.Source !== undefined && input.Source !== null && { Source: input.Source })), (input.Time !== undefined && input.Time !== null && { Time: Math.round(input.Time.getTime() / 1000) })), (input.TraceHeader !== undefined && input.TraceHeader !== null && { TraceHeader: input.TraceHeader }));
|
|
4035
|
+
return __assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.Detail != null && { Detail: input.Detail })), (input.DetailType != null && { DetailType: input.DetailType })), (input.EventBusName != null && { EventBusName: input.EventBusName })), (input.Resources != null && { Resources: serializeAws_json1_1EventResourceList(input.Resources, context) })), (input.Source != null && { Source: input.Source })), (input.Time != null && { Time: Math.round(input.Time.getTime() / 1000) })), (input.TraceHeader != null && { TraceHeader: input.TraceHeader }));
|
|
4078
4036
|
};
|
|
4079
4037
|
var serializeAws_json1_1PutEventsRequestEntryList = function (input, context) {
|
|
4080
4038
|
return input
|
|
@@ -4087,14 +4045,12 @@ var serializeAws_json1_1PutEventsRequestEntryList = function (input, context) {
|
|
|
4087
4045
|
});
|
|
4088
4046
|
};
|
|
4089
4047
|
var serializeAws_json1_1PutPartnerEventsRequest = function (input, context) {
|
|
4090
|
-
return __assign({}, (input.Entries
|
|
4091
|
-
input.Entries !== null && {
|
|
4048
|
+
return __assign({}, (input.Entries != null && {
|
|
4092
4049
|
Entries: serializeAws_json1_1PutPartnerEventsRequestEntryList(input.Entries, context),
|
|
4093
4050
|
}));
|
|
4094
4051
|
};
|
|
4095
4052
|
var serializeAws_json1_1PutPartnerEventsRequestEntry = function (input, context) {
|
|
4096
|
-
return __assign(__assign(__assign(__assign(__assign({}, (input.Detail
|
|
4097
|
-
input.Resources !== null && { Resources: serializeAws_json1_1EventResourceList(input.Resources, context) })), (input.Source !== undefined && input.Source !== null && { Source: input.Source })), (input.Time !== undefined && input.Time !== null && { Time: Math.round(input.Time.getTime() / 1000) }));
|
|
4053
|
+
return __assign(__assign(__assign(__assign(__assign({}, (input.Detail != null && { Detail: input.Detail })), (input.DetailType != null && { DetailType: input.DetailType })), (input.Resources != null && { Resources: serializeAws_json1_1EventResourceList(input.Resources, context) })), (input.Source != null && { Source: input.Source })), (input.Time != null && { Time: Math.round(input.Time.getTime() / 1000) }));
|
|
4098
4054
|
};
|
|
4099
4055
|
var serializeAws_json1_1PutPartnerEventsRequestEntryList = function (input, context) {
|
|
4100
4056
|
return input
|
|
@@ -4107,16 +4063,13 @@ var serializeAws_json1_1PutPartnerEventsRequestEntryList = function (input, cont
|
|
|
4107
4063
|
});
|
|
4108
4064
|
};
|
|
4109
4065
|
var serializeAws_json1_1PutPermissionRequest = function (input, context) {
|
|
4110
|
-
return __assign(__assign(__assign(__assign(__assign(__assign({}, (input.Action
|
|
4111
|
-
input.Condition !== null && { Condition: serializeAws_json1_1Condition(input.Condition, context) })), (input.EventBusName !== undefined && input.EventBusName !== null && { EventBusName: input.EventBusName })), (input.Policy !== undefined && input.Policy !== null && { Policy: input.Policy })), (input.Principal !== undefined && input.Principal !== null && { Principal: input.Principal })), (input.StatementId !== undefined && input.StatementId !== null && { StatementId: input.StatementId }));
|
|
4066
|
+
return __assign(__assign(__assign(__assign(__assign(__assign({}, (input.Action != null && { Action: input.Action })), (input.Condition != null && { Condition: serializeAws_json1_1Condition(input.Condition, context) })), (input.EventBusName != null && { EventBusName: input.EventBusName })), (input.Policy != null && { Policy: input.Policy })), (input.Principal != null && { Principal: input.Principal })), (input.StatementId != null && { StatementId: input.StatementId }));
|
|
4112
4067
|
};
|
|
4113
4068
|
var serializeAws_json1_1PutRuleRequest = function (input, context) {
|
|
4114
|
-
return __assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.Description
|
|
4115
|
-
input.ScheduleExpression !== null && { ScheduleExpression: input.ScheduleExpression })), (input.State !== undefined && input.State !== null && { State: input.State })), (input.Tags !== undefined && input.Tags !== null && { Tags: serializeAws_json1_1TagList(input.Tags, context) }));
|
|
4069
|
+
return __assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.Description != null && { Description: input.Description })), (input.EventBusName != null && { EventBusName: input.EventBusName })), (input.EventPattern != null && { EventPattern: input.EventPattern })), (input.Name != null && { Name: input.Name })), (input.RoleArn != null && { RoleArn: input.RoleArn })), (input.ScheduleExpression != null && { ScheduleExpression: input.ScheduleExpression })), (input.State != null && { State: input.State })), (input.Tags != null && { Tags: serializeAws_json1_1TagList(input.Tags, context) }));
|
|
4116
4070
|
};
|
|
4117
4071
|
var serializeAws_json1_1PutTargetsRequest = function (input, context) {
|
|
4118
|
-
return __assign(__assign(__assign({}, (input.EventBusName
|
|
4119
|
-
input.Targets !== null && { Targets: serializeAws_json1_1TargetList(input.Targets, context) }));
|
|
4072
|
+
return __assign(__assign(__assign({}, (input.EventBusName != null && { EventBusName: input.EventBusName })), (input.Rule != null && { Rule: input.Rule })), (input.Targets != null && { Targets: serializeAws_json1_1TargetList(input.Targets, context) }));
|
|
4120
4073
|
};
|
|
4121
4074
|
var serializeAws_json1_1QueryStringParametersMap = function (input, context) {
|
|
4122
4075
|
return Object.entries(input).reduce(function (acc, _a) {
|
|
@@ -4129,19 +4082,16 @@ var serializeAws_json1_1QueryStringParametersMap = function (input, context) {
|
|
|
4129
4082
|
}, {});
|
|
4130
4083
|
};
|
|
4131
4084
|
var serializeAws_json1_1RedshiftDataParameters = function (input, context) {
|
|
4132
|
-
return __assign(__assign(__assign(__assign(__assign(__assign({}, (input.Database
|
|
4133
|
-
input.SecretManagerArn !== null && { SecretManagerArn: input.SecretManagerArn })), (input.Sql !== undefined && input.Sql !== null && { Sql: input.Sql })), (input.StatementName !== undefined && input.StatementName !== null && { StatementName: input.StatementName })), (input.WithEvent !== undefined && input.WithEvent !== null && { WithEvent: input.WithEvent }));
|
|
4085
|
+
return __assign(__assign(__assign(__assign(__assign(__assign({}, (input.Database != null && { Database: input.Database })), (input.DbUser != null && { DbUser: input.DbUser })), (input.SecretManagerArn != null && { SecretManagerArn: input.SecretManagerArn })), (input.Sql != null && { Sql: input.Sql })), (input.StatementName != null && { StatementName: input.StatementName })), (input.WithEvent != null && { WithEvent: input.WithEvent }));
|
|
4134
4086
|
};
|
|
4135
4087
|
var serializeAws_json1_1RemovePermissionRequest = function (input, context) {
|
|
4136
|
-
return __assign(__assign(__assign({}, (input.EventBusName
|
|
4137
|
-
input.RemoveAllPermissions !== null && { RemoveAllPermissions: input.RemoveAllPermissions })), (input.StatementId !== undefined && input.StatementId !== null && { StatementId: input.StatementId }));
|
|
4088
|
+
return __assign(__assign(__assign({}, (input.EventBusName != null && { EventBusName: input.EventBusName })), (input.RemoveAllPermissions != null && { RemoveAllPermissions: input.RemoveAllPermissions })), (input.StatementId != null && { StatementId: input.StatementId }));
|
|
4138
4089
|
};
|
|
4139
4090
|
var serializeAws_json1_1RemoveTargetsRequest = function (input, context) {
|
|
4140
|
-
return __assign(__assign(__assign(__assign({}, (input.EventBusName
|
|
4091
|
+
return __assign(__assign(__assign(__assign({}, (input.EventBusName != null && { EventBusName: input.EventBusName })), (input.Force != null && { Force: input.Force })), (input.Ids != null && { Ids: serializeAws_json1_1TargetIdList(input.Ids, context) })), (input.Rule != null && { Rule: input.Rule }));
|
|
4141
4092
|
};
|
|
4142
4093
|
var serializeAws_json1_1ReplayDestination = function (input, context) {
|
|
4143
|
-
return __assign(__assign({}, (input.Arn
|
|
4144
|
-
input.FilterArns !== null && {
|
|
4094
|
+
return __assign(__assign({}, (input.Arn != null && { Arn: input.Arn })), (input.FilterArns != null && {
|
|
4145
4095
|
FilterArns: serializeAws_json1_1ReplayDestinationFilters(input.FilterArns, context),
|
|
4146
4096
|
}));
|
|
4147
4097
|
};
|
|
@@ -4156,19 +4106,15 @@ var serializeAws_json1_1ReplayDestinationFilters = function (input, context) {
|
|
|
4156
4106
|
});
|
|
4157
4107
|
};
|
|
4158
4108
|
var serializeAws_json1_1RetryPolicy = function (input, context) {
|
|
4159
|
-
return __assign(__assign({}, (input.MaximumEventAgeInSeconds
|
|
4160
|
-
input.MaximumEventAgeInSeconds !== null && { MaximumEventAgeInSeconds: input.MaximumEventAgeInSeconds })), (input.MaximumRetryAttempts !== undefined &&
|
|
4161
|
-
input.MaximumRetryAttempts !== null && { MaximumRetryAttempts: input.MaximumRetryAttempts }));
|
|
4109
|
+
return __assign(__assign({}, (input.MaximumEventAgeInSeconds != null && { MaximumEventAgeInSeconds: input.MaximumEventAgeInSeconds })), (input.MaximumRetryAttempts != null && { MaximumRetryAttempts: input.MaximumRetryAttempts }));
|
|
4162
4110
|
};
|
|
4163
4111
|
var serializeAws_json1_1RunCommandParameters = function (input, context) {
|
|
4164
|
-
return __assign({}, (input.RunCommandTargets
|
|
4165
|
-
input.RunCommandTargets !== null && {
|
|
4112
|
+
return __assign({}, (input.RunCommandTargets != null && {
|
|
4166
4113
|
RunCommandTargets: serializeAws_json1_1RunCommandTargets(input.RunCommandTargets, context),
|
|
4167
4114
|
}));
|
|
4168
4115
|
};
|
|
4169
4116
|
var serializeAws_json1_1RunCommandTarget = function (input, context) {
|
|
4170
|
-
return __assign(__assign({}, (input.Key
|
|
4171
|
-
input.Values !== null && { Values: serializeAws_json1_1RunCommandTargetValues(input.Values, context) }));
|
|
4117
|
+
return __assign(__assign({}, (input.Key != null && { Key: input.Key })), (input.Values != null && { Values: serializeAws_json1_1RunCommandTargetValues(input.Values, context) }));
|
|
4172
4118
|
};
|
|
4173
4119
|
var serializeAws_json1_1RunCommandTargets = function (input, context) {
|
|
4174
4120
|
return input
|
|
@@ -4191,7 +4137,7 @@ var serializeAws_json1_1RunCommandTargetValues = function (input, context) {
|
|
|
4191
4137
|
});
|
|
4192
4138
|
};
|
|
4193
4139
|
var serializeAws_json1_1SageMakerPipelineParameter = function (input, context) {
|
|
4194
|
-
return __assign(__assign({}, (input.Name
|
|
4140
|
+
return __assign(__assign({}, (input.Name != null && { Name: input.Name })), (input.Value != null && { Value: input.Value }));
|
|
4195
4141
|
};
|
|
4196
4142
|
var serializeAws_json1_1SageMakerPipelineParameterList = function (input, context) {
|
|
4197
4143
|
return input
|
|
@@ -4204,21 +4150,17 @@ var serializeAws_json1_1SageMakerPipelineParameterList = function (input, contex
|
|
|
4204
4150
|
});
|
|
4205
4151
|
};
|
|
4206
4152
|
var serializeAws_json1_1SageMakerPipelineParameters = function (input, context) {
|
|
4207
|
-
return __assign({}, (input.PipelineParameterList
|
|
4208
|
-
input.PipelineParameterList !== null && {
|
|
4153
|
+
return __assign({}, (input.PipelineParameterList != null && {
|
|
4209
4154
|
PipelineParameterList: serializeAws_json1_1SageMakerPipelineParameterList(input.PipelineParameterList, context),
|
|
4210
4155
|
}));
|
|
4211
4156
|
};
|
|
4212
4157
|
var serializeAws_json1_1SqsParameters = function (input, context) {
|
|
4213
|
-
return __assign({}, (input.MessageGroupId
|
|
4214
|
-
input.MessageGroupId !== null && { MessageGroupId: input.MessageGroupId }));
|
|
4158
|
+
return __assign({}, (input.MessageGroupId != null && { MessageGroupId: input.MessageGroupId }));
|
|
4215
4159
|
};
|
|
4216
4160
|
var serializeAws_json1_1StartReplayRequest = function (input, context) {
|
|
4217
|
-
return __assign(__assign(__assign(__assign(__assign(__assign({}, (input.Description
|
|
4218
|
-
|
|
4219
|
-
|
|
4220
|
-
input.EventSourceArn !== null && { EventSourceArn: input.EventSourceArn })), (input.EventStartTime !== undefined &&
|
|
4221
|
-
input.EventStartTime !== null && { EventStartTime: Math.round(input.EventStartTime.getTime() / 1000) })), (input.ReplayName !== undefined && input.ReplayName !== null && { ReplayName: input.ReplayName }));
|
|
4161
|
+
return __assign(__assign(__assign(__assign(__assign(__assign({}, (input.Description != null && { Description: input.Description })), (input.Destination != null && {
|
|
4162
|
+
Destination: serializeAws_json1_1ReplayDestination(input.Destination, context),
|
|
4163
|
+
})), (input.EventEndTime != null && { EventEndTime: Math.round(input.EventEndTime.getTime() / 1000) })), (input.EventSourceArn != null && { EventSourceArn: input.EventSourceArn })), (input.EventStartTime != null && { EventStartTime: Math.round(input.EventStartTime.getTime() / 1000) })), (input.ReplayName != null && { ReplayName: input.ReplayName }));
|
|
4222
4164
|
};
|
|
4223
4165
|
var serializeAws_json1_1StringList = function (input, context) {
|
|
4224
4166
|
return input
|
|
@@ -4231,7 +4173,7 @@ var serializeAws_json1_1StringList = function (input, context) {
|
|
|
4231
4173
|
});
|
|
4232
4174
|
};
|
|
4233
4175
|
var serializeAws_json1_1Tag = function (input, context) {
|
|
4234
|
-
return __assign(__assign({}, (input.Key
|
|
4176
|
+
return __assign(__assign({}, (input.Key != null && { Key: input.Key })), (input.Value != null && { Value: input.Value }));
|
|
4235
4177
|
};
|
|
4236
4178
|
var serializeAws_json1_1TagKeyList = function (input, context) {
|
|
4237
4179
|
return input
|
|
@@ -4254,39 +4196,28 @@ var serializeAws_json1_1TagList = function (input, context) {
|
|
|
4254
4196
|
});
|
|
4255
4197
|
};
|
|
4256
4198
|
var serializeAws_json1_1TagResourceRequest = function (input, context) {
|
|
4257
|
-
return __assign(__assign({}, (input.ResourceARN
|
|
4199
|
+
return __assign(__assign({}, (input.ResourceARN != null && { ResourceARN: input.ResourceARN })), (input.Tags != null && { Tags: serializeAws_json1_1TagList(input.Tags, context) }));
|
|
4258
4200
|
};
|
|
4259
4201
|
var serializeAws_json1_1Target = function (input, context) {
|
|
4260
|
-
return __assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.Arn
|
|
4261
|
-
input.BatchParameters !== null && {
|
|
4202
|
+
return __assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.Arn != null && { Arn: input.Arn })), (input.BatchParameters != null && {
|
|
4262
4203
|
BatchParameters: serializeAws_json1_1BatchParameters(input.BatchParameters, context),
|
|
4263
|
-
})), (input.DeadLetterConfig
|
|
4264
|
-
input.DeadLetterConfig !== null && {
|
|
4204
|
+
})), (input.DeadLetterConfig != null && {
|
|
4265
4205
|
DeadLetterConfig: serializeAws_json1_1DeadLetterConfig(input.DeadLetterConfig, context),
|
|
4266
|
-
})), (input.EcsParameters
|
|
4267
|
-
input.EcsParameters !== null && {
|
|
4206
|
+
})), (input.EcsParameters != null && {
|
|
4268
4207
|
EcsParameters: serializeAws_json1_1EcsParameters(input.EcsParameters, context),
|
|
4269
|
-
})), (input.HttpParameters
|
|
4270
|
-
input.HttpParameters !== null && {
|
|
4208
|
+
})), (input.HttpParameters != null && {
|
|
4271
4209
|
HttpParameters: serializeAws_json1_1HttpParameters(input.HttpParameters, context),
|
|
4272
|
-
})), (input.Id
|
|
4273
|
-
input.InputTransformer !== null && {
|
|
4210
|
+
})), (input.Id != null && { Id: input.Id })), (input.Input != null && { Input: input.Input })), (input.InputPath != null && { InputPath: input.InputPath })), (input.InputTransformer != null && {
|
|
4274
4211
|
InputTransformer: serializeAws_json1_1InputTransformer(input.InputTransformer, context),
|
|
4275
|
-
})), (input.KinesisParameters
|
|
4276
|
-
input.KinesisParameters !== null && {
|
|
4212
|
+
})), (input.KinesisParameters != null && {
|
|
4277
4213
|
KinesisParameters: serializeAws_json1_1KinesisParameters(input.KinesisParameters, context),
|
|
4278
|
-
})), (input.RedshiftDataParameters
|
|
4279
|
-
input.RedshiftDataParameters !== null && {
|
|
4214
|
+
})), (input.RedshiftDataParameters != null && {
|
|
4280
4215
|
RedshiftDataParameters: serializeAws_json1_1RedshiftDataParameters(input.RedshiftDataParameters, context),
|
|
4281
|
-
})), (input.RetryPolicy
|
|
4282
|
-
input.RetryPolicy !== null && { RetryPolicy: serializeAws_json1_1RetryPolicy(input.RetryPolicy, context) })), (input.RoleArn !== undefined && input.RoleArn !== null && { RoleArn: input.RoleArn })), (input.RunCommandParameters !== undefined &&
|
|
4283
|
-
input.RunCommandParameters !== null && {
|
|
4216
|
+
})), (input.RetryPolicy != null && { RetryPolicy: serializeAws_json1_1RetryPolicy(input.RetryPolicy, context) })), (input.RoleArn != null && { RoleArn: input.RoleArn })), (input.RunCommandParameters != null && {
|
|
4284
4217
|
RunCommandParameters: serializeAws_json1_1RunCommandParameters(input.RunCommandParameters, context),
|
|
4285
|
-
})), (input.SageMakerPipelineParameters
|
|
4286
|
-
input.SageMakerPipelineParameters !== null && {
|
|
4218
|
+
})), (input.SageMakerPipelineParameters != null && {
|
|
4287
4219
|
SageMakerPipelineParameters: serializeAws_json1_1SageMakerPipelineParameters(input.SageMakerPipelineParameters, context),
|
|
4288
|
-
})), (input.SqsParameters
|
|
4289
|
-
input.SqsParameters !== null && {
|
|
4220
|
+
})), (input.SqsParameters != null && {
|
|
4290
4221
|
SqsParameters: serializeAws_json1_1SqsParameters(input.SqsParameters, context),
|
|
4291
4222
|
}));
|
|
4292
4223
|
};
|
|
@@ -4311,7 +4242,7 @@ var serializeAws_json1_1TargetList = function (input, context) {
|
|
|
4311
4242
|
});
|
|
4312
4243
|
};
|
|
4313
4244
|
var serializeAws_json1_1TestEventPatternRequest = function (input, context) {
|
|
4314
|
-
return __assign(__assign({}, (input.Event
|
|
4245
|
+
return __assign(__assign({}, (input.Event != null && { Event: input.Event })), (input.EventPattern != null && { EventPattern: input.EventPattern }));
|
|
4315
4246
|
};
|
|
4316
4247
|
var serializeAws_json1_1TransformerPaths = function (input, context) {
|
|
4317
4248
|
return Object.entries(input).reduce(function (acc, _a) {
|
|
@@ -4324,72 +4255,60 @@ var serializeAws_json1_1TransformerPaths = function (input, context) {
|
|
|
4324
4255
|
}, {});
|
|
4325
4256
|
};
|
|
4326
4257
|
var serializeAws_json1_1UntagResourceRequest = function (input, context) {
|
|
4327
|
-
return __assign(__assign({}, (input.ResourceARN
|
|
4328
|
-
input.TagKeys !== null && { TagKeys: serializeAws_json1_1TagKeyList(input.TagKeys, context) }));
|
|
4258
|
+
return __assign(__assign({}, (input.ResourceARN != null && { ResourceARN: input.ResourceARN })), (input.TagKeys != null && { TagKeys: serializeAws_json1_1TagKeyList(input.TagKeys, context) }));
|
|
4329
4259
|
};
|
|
4330
4260
|
var serializeAws_json1_1UpdateApiDestinationRequest = function (input, context) {
|
|
4331
|
-
return __assign(__assign(__assign(__assign(__assign(__assign({}, (input.ConnectionArn
|
|
4332
|
-
input.InvocationEndpoint !== null && { InvocationEndpoint: input.InvocationEndpoint })), (input.InvocationRateLimitPerSecond !== undefined &&
|
|
4333
|
-
input.InvocationRateLimitPerSecond !== null && {
|
|
4261
|
+
return __assign(__assign(__assign(__assign(__assign(__assign({}, (input.ConnectionArn != null && { ConnectionArn: input.ConnectionArn })), (input.Description != null && { Description: input.Description })), (input.HttpMethod != null && { HttpMethod: input.HttpMethod })), (input.InvocationEndpoint != null && { InvocationEndpoint: input.InvocationEndpoint })), (input.InvocationRateLimitPerSecond != null && {
|
|
4334
4262
|
InvocationRateLimitPerSecond: input.InvocationRateLimitPerSecond,
|
|
4335
|
-
})), (input.Name
|
|
4263
|
+
})), (input.Name != null && { Name: input.Name }));
|
|
4336
4264
|
};
|
|
4337
4265
|
var serializeAws_json1_1UpdateArchiveRequest = function (input, context) {
|
|
4338
|
-
return __assign(__assign(__assign(__assign({}, (input.ArchiveName
|
|
4266
|
+
return __assign(__assign(__assign(__assign({}, (input.ArchiveName != null && { ArchiveName: input.ArchiveName })), (input.Description != null && { Description: input.Description })), (input.EventPattern != null && { EventPattern: input.EventPattern })), (input.RetentionDays != null && { RetentionDays: input.RetentionDays }));
|
|
4339
4267
|
};
|
|
4340
4268
|
var serializeAws_json1_1UpdateConnectionApiKeyAuthRequestParameters = function (input, context) {
|
|
4341
|
-
return __assign(__assign({}, (input.ApiKeyName
|
|
4269
|
+
return __assign(__assign({}, (input.ApiKeyName != null && { ApiKeyName: input.ApiKeyName })), (input.ApiKeyValue != null && { ApiKeyValue: input.ApiKeyValue }));
|
|
4342
4270
|
};
|
|
4343
4271
|
var serializeAws_json1_1UpdateConnectionAuthRequestParameters = function (input, context) {
|
|
4344
|
-
return __assign(__assign(__assign(__assign({}, (input.ApiKeyAuthParameters
|
|
4345
|
-
input.ApiKeyAuthParameters !== null && {
|
|
4272
|
+
return __assign(__assign(__assign(__assign({}, (input.ApiKeyAuthParameters != null && {
|
|
4346
4273
|
ApiKeyAuthParameters: serializeAws_json1_1UpdateConnectionApiKeyAuthRequestParameters(input.ApiKeyAuthParameters, context),
|
|
4347
|
-
})), (input.BasicAuthParameters
|
|
4348
|
-
input.BasicAuthParameters !== null && {
|
|
4274
|
+
})), (input.BasicAuthParameters != null && {
|
|
4349
4275
|
BasicAuthParameters: serializeAws_json1_1UpdateConnectionBasicAuthRequestParameters(input.BasicAuthParameters, context),
|
|
4350
|
-
})), (input.InvocationHttpParameters
|
|
4351
|
-
input.InvocationHttpParameters !== null && {
|
|
4276
|
+
})), (input.InvocationHttpParameters != null && {
|
|
4352
4277
|
InvocationHttpParameters: serializeAws_json1_1ConnectionHttpParameters(input.InvocationHttpParameters, context),
|
|
4353
|
-
})), (input.OAuthParameters
|
|
4354
|
-
input.OAuthParameters !== null && {
|
|
4278
|
+
})), (input.OAuthParameters != null && {
|
|
4355
4279
|
OAuthParameters: serializeAws_json1_1UpdateConnectionOAuthRequestParameters(input.OAuthParameters, context),
|
|
4356
4280
|
}));
|
|
4357
4281
|
};
|
|
4358
4282
|
var serializeAws_json1_1UpdateConnectionBasicAuthRequestParameters = function (input, context) {
|
|
4359
|
-
return __assign(__assign({}, (input.Password
|
|
4283
|
+
return __assign(__assign({}, (input.Password != null && { Password: input.Password })), (input.Username != null && { Username: input.Username }));
|
|
4360
4284
|
};
|
|
4361
4285
|
var serializeAws_json1_1UpdateConnectionOAuthClientRequestParameters = function (input, context) {
|
|
4362
|
-
return __assign(__assign({}, (input.ClientID
|
|
4286
|
+
return __assign(__assign({}, (input.ClientID != null && { ClientID: input.ClientID })), (input.ClientSecret != null && { ClientSecret: input.ClientSecret }));
|
|
4363
4287
|
};
|
|
4364
4288
|
var serializeAws_json1_1UpdateConnectionOAuthRequestParameters = function (input, context) {
|
|
4365
|
-
return __assign(__assign(__assign(__assign({}, (input.AuthorizationEndpoint
|
|
4366
|
-
input.AuthorizationEndpoint !== null && { AuthorizationEndpoint: input.AuthorizationEndpoint })), (input.ClientParameters !== undefined &&
|
|
4367
|
-
input.ClientParameters !== null && {
|
|
4289
|
+
return __assign(__assign(__assign(__assign({}, (input.AuthorizationEndpoint != null && { AuthorizationEndpoint: input.AuthorizationEndpoint })), (input.ClientParameters != null && {
|
|
4368
4290
|
ClientParameters: serializeAws_json1_1UpdateConnectionOAuthClientRequestParameters(input.ClientParameters, context),
|
|
4369
|
-
})), (input.HttpMethod
|
|
4370
|
-
input.OAuthHttpParameters !== null && {
|
|
4291
|
+
})), (input.HttpMethod != null && { HttpMethod: input.HttpMethod })), (input.OAuthHttpParameters != null && {
|
|
4371
4292
|
OAuthHttpParameters: serializeAws_json1_1ConnectionHttpParameters(input.OAuthHttpParameters, context),
|
|
4372
4293
|
}));
|
|
4373
4294
|
};
|
|
4374
4295
|
var serializeAws_json1_1UpdateConnectionRequest = function (input, context) {
|
|
4375
|
-
return __assign(__assign(__assign(__assign({}, (input.AuthParameters
|
|
4376
|
-
input.AuthParameters !== null && {
|
|
4296
|
+
return __assign(__assign(__assign(__assign({}, (input.AuthParameters != null && {
|
|
4377
4297
|
AuthParameters: serializeAws_json1_1UpdateConnectionAuthRequestParameters(input.AuthParameters, context),
|
|
4378
|
-
})), (input.AuthorizationType
|
|
4379
|
-
input.AuthorizationType !== null && { AuthorizationType: input.AuthorizationType })), (input.Description !== undefined && input.Description !== null && { Description: input.Description })), (input.Name !== undefined && input.Name !== null && { Name: input.Name }));
|
|
4298
|
+
})), (input.AuthorizationType != null && { AuthorizationType: input.AuthorizationType })), (input.Description != null && { Description: input.Description })), (input.Name != null && { Name: input.Name }));
|
|
4380
4299
|
};
|
|
4381
4300
|
var deserializeAws_json1_1ApiDestination = function (output, context) {
|
|
4382
4301
|
return {
|
|
4383
4302
|
ApiDestinationArn: __expectString(output.ApiDestinationArn),
|
|
4384
4303
|
ApiDestinationState: __expectString(output.ApiDestinationState),
|
|
4385
4304
|
ConnectionArn: __expectString(output.ConnectionArn),
|
|
4386
|
-
CreationTime: output.CreationTime
|
|
4305
|
+
CreationTime: output.CreationTime != null
|
|
4387
4306
|
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.CreationTime)))
|
|
4388
4307
|
: undefined,
|
|
4389
4308
|
HttpMethod: __expectString(output.HttpMethod),
|
|
4390
4309
|
InvocationEndpoint: __expectString(output.InvocationEndpoint),
|
|
4391
4310
|
InvocationRateLimitPerSecond: __expectInt32(output.InvocationRateLimitPerSecond),
|
|
4392
|
-
LastModifiedTime: output.LastModifiedTime
|
|
4311
|
+
LastModifiedTime: output.LastModifiedTime != null
|
|
4393
4312
|
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.LastModifiedTime)))
|
|
4394
4313
|
: undefined,
|
|
4395
4314
|
Name: __expectString(output.Name),
|
|
@@ -4409,7 +4328,7 @@ var deserializeAws_json1_1ApiDestinationResponseList = function (output, context
|
|
|
4409
4328
|
var deserializeAws_json1_1Archive = function (output, context) {
|
|
4410
4329
|
return {
|
|
4411
4330
|
ArchiveName: __expectString(output.ArchiveName),
|
|
4412
|
-
CreationTime: output.CreationTime
|
|
4331
|
+
CreationTime: output.CreationTime != null
|
|
4413
4332
|
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.CreationTime)))
|
|
4414
4333
|
: undefined,
|
|
4415
4334
|
EventCount: __expectLong(output.EventCount),
|
|
@@ -4434,12 +4353,8 @@ var deserializeAws_json1_1ArchiveResponseList = function (output, context) {
|
|
|
4434
4353
|
var deserializeAws_json1_1AwsVpcConfiguration = function (output, context) {
|
|
4435
4354
|
return {
|
|
4436
4355
|
AssignPublicIp: __expectString(output.AssignPublicIp),
|
|
4437
|
-
SecurityGroups: output.SecurityGroups
|
|
4438
|
-
|
|
4439
|
-
: undefined,
|
|
4440
|
-
Subnets: output.Subnets !== undefined && output.Subnets !== null
|
|
4441
|
-
? deserializeAws_json1_1StringList(output.Subnets, context)
|
|
4442
|
-
: undefined,
|
|
4356
|
+
SecurityGroups: output.SecurityGroups != null ? deserializeAws_json1_1StringList(output.SecurityGroups, context) : undefined,
|
|
4357
|
+
Subnets: output.Subnets != null ? deserializeAws_json1_1StringList(output.Subnets, context) : undefined,
|
|
4443
4358
|
};
|
|
4444
4359
|
};
|
|
4445
4360
|
var deserializeAws_json1_1BatchArrayProperties = function (output, context) {
|
|
@@ -4449,12 +4364,12 @@ var deserializeAws_json1_1BatchArrayProperties = function (output, context) {
|
|
|
4449
4364
|
};
|
|
4450
4365
|
var deserializeAws_json1_1BatchParameters = function (output, context) {
|
|
4451
4366
|
return {
|
|
4452
|
-
ArrayProperties: output.ArrayProperties
|
|
4367
|
+
ArrayProperties: output.ArrayProperties != null
|
|
4453
4368
|
? deserializeAws_json1_1BatchArrayProperties(output.ArrayProperties, context)
|
|
4454
4369
|
: undefined,
|
|
4455
4370
|
JobDefinition: __expectString(output.JobDefinition),
|
|
4456
4371
|
JobName: __expectString(output.JobName),
|
|
4457
|
-
RetryStrategy: output.RetryStrategy
|
|
4372
|
+
RetryStrategy: output.RetryStrategy != null
|
|
4458
4373
|
? deserializeAws_json1_1BatchRetryStrategy(output.RetryStrategy, context)
|
|
4459
4374
|
: undefined,
|
|
4460
4375
|
};
|
|
@@ -4499,13 +4414,13 @@ var deserializeAws_json1_1Connection = function (output, context) {
|
|
|
4499
4414
|
AuthorizationType: __expectString(output.AuthorizationType),
|
|
4500
4415
|
ConnectionArn: __expectString(output.ConnectionArn),
|
|
4501
4416
|
ConnectionState: __expectString(output.ConnectionState),
|
|
4502
|
-
CreationTime: output.CreationTime
|
|
4417
|
+
CreationTime: output.CreationTime != null
|
|
4503
4418
|
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.CreationTime)))
|
|
4504
4419
|
: undefined,
|
|
4505
|
-
LastAuthorizedTime: output.LastAuthorizedTime
|
|
4420
|
+
LastAuthorizedTime: output.LastAuthorizedTime != null
|
|
4506
4421
|
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.LastAuthorizedTime)))
|
|
4507
4422
|
: undefined,
|
|
4508
|
-
LastModifiedTime: output.LastModifiedTime
|
|
4423
|
+
LastModifiedTime: output.LastModifiedTime != null
|
|
4509
4424
|
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.LastModifiedTime)))
|
|
4510
4425
|
: undefined,
|
|
4511
4426
|
Name: __expectString(output.Name),
|
|
@@ -4519,16 +4434,16 @@ var deserializeAws_json1_1ConnectionApiKeyAuthResponseParameters = function (out
|
|
|
4519
4434
|
};
|
|
4520
4435
|
var deserializeAws_json1_1ConnectionAuthResponseParameters = function (output, context) {
|
|
4521
4436
|
return {
|
|
4522
|
-
ApiKeyAuthParameters: output.ApiKeyAuthParameters
|
|
4437
|
+
ApiKeyAuthParameters: output.ApiKeyAuthParameters != null
|
|
4523
4438
|
? deserializeAws_json1_1ConnectionApiKeyAuthResponseParameters(output.ApiKeyAuthParameters, context)
|
|
4524
4439
|
: undefined,
|
|
4525
|
-
BasicAuthParameters: output.BasicAuthParameters
|
|
4440
|
+
BasicAuthParameters: output.BasicAuthParameters != null
|
|
4526
4441
|
? deserializeAws_json1_1ConnectionBasicAuthResponseParameters(output.BasicAuthParameters, context)
|
|
4527
4442
|
: undefined,
|
|
4528
|
-
InvocationHttpParameters: output.InvocationHttpParameters
|
|
4443
|
+
InvocationHttpParameters: output.InvocationHttpParameters != null
|
|
4529
4444
|
? deserializeAws_json1_1ConnectionHttpParameters(output.InvocationHttpParameters, context)
|
|
4530
4445
|
: undefined,
|
|
4531
|
-
OAuthParameters: output.OAuthParameters
|
|
4446
|
+
OAuthParameters: output.OAuthParameters != null
|
|
4532
4447
|
? deserializeAws_json1_1ConnectionOAuthResponseParameters(output.OAuthParameters, context)
|
|
4533
4448
|
: undefined,
|
|
4534
4449
|
};
|
|
@@ -4576,13 +4491,13 @@ var deserializeAws_json1_1ConnectionHeaderParametersList = function (output, con
|
|
|
4576
4491
|
};
|
|
4577
4492
|
var deserializeAws_json1_1ConnectionHttpParameters = function (output, context) {
|
|
4578
4493
|
return {
|
|
4579
|
-
BodyParameters: output.BodyParameters
|
|
4494
|
+
BodyParameters: output.BodyParameters != null
|
|
4580
4495
|
? deserializeAws_json1_1ConnectionBodyParametersList(output.BodyParameters, context)
|
|
4581
4496
|
: undefined,
|
|
4582
|
-
HeaderParameters: output.HeaderParameters
|
|
4497
|
+
HeaderParameters: output.HeaderParameters != null
|
|
4583
4498
|
? deserializeAws_json1_1ConnectionHeaderParametersList(output.HeaderParameters, context)
|
|
4584
4499
|
: undefined,
|
|
4585
|
-
QueryStringParameters: output.QueryStringParameters
|
|
4500
|
+
QueryStringParameters: output.QueryStringParameters != null
|
|
4586
4501
|
? deserializeAws_json1_1ConnectionQueryStringParametersList(output.QueryStringParameters, context)
|
|
4587
4502
|
: undefined,
|
|
4588
4503
|
};
|
|
@@ -4595,11 +4510,11 @@ var deserializeAws_json1_1ConnectionOAuthClientResponseParameters = function (ou
|
|
|
4595
4510
|
var deserializeAws_json1_1ConnectionOAuthResponseParameters = function (output, context) {
|
|
4596
4511
|
return {
|
|
4597
4512
|
AuthorizationEndpoint: __expectString(output.AuthorizationEndpoint),
|
|
4598
|
-
ClientParameters: output.ClientParameters
|
|
4513
|
+
ClientParameters: output.ClientParameters != null
|
|
4599
4514
|
? deserializeAws_json1_1ConnectionOAuthClientResponseParameters(output.ClientParameters, context)
|
|
4600
4515
|
: undefined,
|
|
4601
4516
|
HttpMethod: __expectString(output.HttpMethod),
|
|
4602
|
-
OAuthHttpParameters: output.OAuthHttpParameters
|
|
4517
|
+
OAuthHttpParameters: output.OAuthHttpParameters != null
|
|
4603
4518
|
? deserializeAws_json1_1ConnectionHttpParameters(output.OAuthHttpParameters, context)
|
|
4604
4519
|
: undefined,
|
|
4605
4520
|
};
|
|
@@ -4637,10 +4552,10 @@ var deserializeAws_json1_1CreateApiDestinationResponse = function (output, conte
|
|
|
4637
4552
|
return {
|
|
4638
4553
|
ApiDestinationArn: __expectString(output.ApiDestinationArn),
|
|
4639
4554
|
ApiDestinationState: __expectString(output.ApiDestinationState),
|
|
4640
|
-
CreationTime: output.CreationTime
|
|
4555
|
+
CreationTime: output.CreationTime != null
|
|
4641
4556
|
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.CreationTime)))
|
|
4642
4557
|
: undefined,
|
|
4643
|
-
LastModifiedTime: output.LastModifiedTime
|
|
4558
|
+
LastModifiedTime: output.LastModifiedTime != null
|
|
4644
4559
|
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.LastModifiedTime)))
|
|
4645
4560
|
: undefined,
|
|
4646
4561
|
};
|
|
@@ -4648,7 +4563,7 @@ var deserializeAws_json1_1CreateApiDestinationResponse = function (output, conte
|
|
|
4648
4563
|
var deserializeAws_json1_1CreateArchiveResponse = function (output, context) {
|
|
4649
4564
|
return {
|
|
4650
4565
|
ArchiveArn: __expectString(output.ArchiveArn),
|
|
4651
|
-
CreationTime: output.CreationTime
|
|
4566
|
+
CreationTime: output.CreationTime != null
|
|
4652
4567
|
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.CreationTime)))
|
|
4653
4568
|
: undefined,
|
|
4654
4569
|
State: __expectString(output.State),
|
|
@@ -4659,10 +4574,10 @@ var deserializeAws_json1_1CreateConnectionResponse = function (output, context)
|
|
|
4659
4574
|
return {
|
|
4660
4575
|
ConnectionArn: __expectString(output.ConnectionArn),
|
|
4661
4576
|
ConnectionState: __expectString(output.ConnectionState),
|
|
4662
|
-
CreationTime: output.CreationTime
|
|
4577
|
+
CreationTime: output.CreationTime != null
|
|
4663
4578
|
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.CreationTime)))
|
|
4664
4579
|
: undefined,
|
|
4665
|
-
LastModifiedTime: output.LastModifiedTime
|
|
4580
|
+
LastModifiedTime: output.LastModifiedTime != null
|
|
4666
4581
|
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.LastModifiedTime)))
|
|
4667
4582
|
: undefined,
|
|
4668
4583
|
};
|
|
@@ -4686,13 +4601,13 @@ var deserializeAws_json1_1DeauthorizeConnectionResponse = function (output, cont
|
|
|
4686
4601
|
return {
|
|
4687
4602
|
ConnectionArn: __expectString(output.ConnectionArn),
|
|
4688
4603
|
ConnectionState: __expectString(output.ConnectionState),
|
|
4689
|
-
CreationTime: output.CreationTime
|
|
4604
|
+
CreationTime: output.CreationTime != null
|
|
4690
4605
|
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.CreationTime)))
|
|
4691
4606
|
: undefined,
|
|
4692
|
-
LastAuthorizedTime: output.LastAuthorizedTime
|
|
4607
|
+
LastAuthorizedTime: output.LastAuthorizedTime != null
|
|
4693
4608
|
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.LastAuthorizedTime)))
|
|
4694
4609
|
: undefined,
|
|
4695
|
-
LastModifiedTime: output.LastModifiedTime
|
|
4610
|
+
LastModifiedTime: output.LastModifiedTime != null
|
|
4696
4611
|
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.LastModifiedTime)))
|
|
4697
4612
|
: undefined,
|
|
4698
4613
|
};
|
|
@@ -4707,13 +4622,13 @@ var deserializeAws_json1_1DeleteConnectionResponse = function (output, context)
|
|
|
4707
4622
|
return {
|
|
4708
4623
|
ConnectionArn: __expectString(output.ConnectionArn),
|
|
4709
4624
|
ConnectionState: __expectString(output.ConnectionState),
|
|
4710
|
-
CreationTime: output.CreationTime
|
|
4625
|
+
CreationTime: output.CreationTime != null
|
|
4711
4626
|
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.CreationTime)))
|
|
4712
4627
|
: undefined,
|
|
4713
|
-
LastAuthorizedTime: output.LastAuthorizedTime
|
|
4628
|
+
LastAuthorizedTime: output.LastAuthorizedTime != null
|
|
4714
4629
|
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.LastAuthorizedTime)))
|
|
4715
4630
|
: undefined,
|
|
4716
|
-
LastModifiedTime: output.LastModifiedTime
|
|
4631
|
+
LastModifiedTime: output.LastModifiedTime != null
|
|
4717
4632
|
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.LastModifiedTime)))
|
|
4718
4633
|
: undefined,
|
|
4719
4634
|
};
|
|
@@ -4723,14 +4638,14 @@ var deserializeAws_json1_1DescribeApiDestinationResponse = function (output, con
|
|
|
4723
4638
|
ApiDestinationArn: __expectString(output.ApiDestinationArn),
|
|
4724
4639
|
ApiDestinationState: __expectString(output.ApiDestinationState),
|
|
4725
4640
|
ConnectionArn: __expectString(output.ConnectionArn),
|
|
4726
|
-
CreationTime: output.CreationTime
|
|
4641
|
+
CreationTime: output.CreationTime != null
|
|
4727
4642
|
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.CreationTime)))
|
|
4728
4643
|
: undefined,
|
|
4729
4644
|
Description: __expectString(output.Description),
|
|
4730
4645
|
HttpMethod: __expectString(output.HttpMethod),
|
|
4731
4646
|
InvocationEndpoint: __expectString(output.InvocationEndpoint),
|
|
4732
4647
|
InvocationRateLimitPerSecond: __expectInt32(output.InvocationRateLimitPerSecond),
|
|
4733
|
-
LastModifiedTime: output.LastModifiedTime
|
|
4648
|
+
LastModifiedTime: output.LastModifiedTime != null
|
|
4734
4649
|
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.LastModifiedTime)))
|
|
4735
4650
|
: undefined,
|
|
4736
4651
|
Name: __expectString(output.Name),
|
|
@@ -4740,7 +4655,7 @@ var deserializeAws_json1_1DescribeArchiveResponse = function (output, context) {
|
|
|
4740
4655
|
return {
|
|
4741
4656
|
ArchiveArn: __expectString(output.ArchiveArn),
|
|
4742
4657
|
ArchiveName: __expectString(output.ArchiveName),
|
|
4743
|
-
CreationTime: output.CreationTime
|
|
4658
|
+
CreationTime: output.CreationTime != null
|
|
4744
4659
|
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.CreationTime)))
|
|
4745
4660
|
: undefined,
|
|
4746
4661
|
Description: __expectString(output.Description),
|
|
@@ -4755,20 +4670,20 @@ var deserializeAws_json1_1DescribeArchiveResponse = function (output, context) {
|
|
|
4755
4670
|
};
|
|
4756
4671
|
var deserializeAws_json1_1DescribeConnectionResponse = function (output, context) {
|
|
4757
4672
|
return {
|
|
4758
|
-
AuthParameters: output.AuthParameters
|
|
4673
|
+
AuthParameters: output.AuthParameters != null
|
|
4759
4674
|
? deserializeAws_json1_1ConnectionAuthResponseParameters(output.AuthParameters, context)
|
|
4760
4675
|
: undefined,
|
|
4761
4676
|
AuthorizationType: __expectString(output.AuthorizationType),
|
|
4762
4677
|
ConnectionArn: __expectString(output.ConnectionArn),
|
|
4763
4678
|
ConnectionState: __expectString(output.ConnectionState),
|
|
4764
|
-
CreationTime: output.CreationTime
|
|
4679
|
+
CreationTime: output.CreationTime != null
|
|
4765
4680
|
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.CreationTime)))
|
|
4766
4681
|
: undefined,
|
|
4767
4682
|
Description: __expectString(output.Description),
|
|
4768
|
-
LastAuthorizedTime: output.LastAuthorizedTime
|
|
4683
|
+
LastAuthorizedTime: output.LastAuthorizedTime != null
|
|
4769
4684
|
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.LastAuthorizedTime)))
|
|
4770
4685
|
: undefined,
|
|
4771
|
-
LastModifiedTime: output.LastModifiedTime
|
|
4686
|
+
LastModifiedTime: output.LastModifiedTime != null
|
|
4772
4687
|
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.LastModifiedTime)))
|
|
4773
4688
|
: undefined,
|
|
4774
4689
|
Name: __expectString(output.Name),
|
|
@@ -4787,10 +4702,10 @@ var deserializeAws_json1_1DescribeEventSourceResponse = function (output, contex
|
|
|
4787
4702
|
return {
|
|
4788
4703
|
Arn: __expectString(output.Arn),
|
|
4789
4704
|
CreatedBy: __expectString(output.CreatedBy),
|
|
4790
|
-
CreationTime: output.CreationTime
|
|
4705
|
+
CreationTime: output.CreationTime != null
|
|
4791
4706
|
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.CreationTime)))
|
|
4792
4707
|
: undefined,
|
|
4793
|
-
ExpirationTime: output.ExpirationTime
|
|
4708
|
+
ExpirationTime: output.ExpirationTime != null
|
|
4794
4709
|
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.ExpirationTime)))
|
|
4795
4710
|
: undefined,
|
|
4796
4711
|
Name: __expectString(output.Name),
|
|
@@ -4806,25 +4721,23 @@ var deserializeAws_json1_1DescribePartnerEventSourceResponse = function (output,
|
|
|
4806
4721
|
var deserializeAws_json1_1DescribeReplayResponse = function (output, context) {
|
|
4807
4722
|
return {
|
|
4808
4723
|
Description: __expectString(output.Description),
|
|
4809
|
-
Destination: output.Destination
|
|
4810
|
-
|
|
4811
|
-
: undefined,
|
|
4812
|
-
EventEndTime: output.EventEndTime !== undefined && output.EventEndTime !== null
|
|
4724
|
+
Destination: output.Destination != null ? deserializeAws_json1_1ReplayDestination(output.Destination, context) : undefined,
|
|
4725
|
+
EventEndTime: output.EventEndTime != null
|
|
4813
4726
|
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.EventEndTime)))
|
|
4814
4727
|
: undefined,
|
|
4815
|
-
EventLastReplayedTime: output.EventLastReplayedTime
|
|
4728
|
+
EventLastReplayedTime: output.EventLastReplayedTime != null
|
|
4816
4729
|
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.EventLastReplayedTime)))
|
|
4817
4730
|
: undefined,
|
|
4818
4731
|
EventSourceArn: __expectString(output.EventSourceArn),
|
|
4819
|
-
EventStartTime: output.EventStartTime
|
|
4732
|
+
EventStartTime: output.EventStartTime != null
|
|
4820
4733
|
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.EventStartTime)))
|
|
4821
4734
|
: undefined,
|
|
4822
4735
|
ReplayArn: __expectString(output.ReplayArn),
|
|
4823
|
-
ReplayEndTime: output.ReplayEndTime
|
|
4736
|
+
ReplayEndTime: output.ReplayEndTime != null
|
|
4824
4737
|
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.ReplayEndTime)))
|
|
4825
4738
|
: undefined,
|
|
4826
4739
|
ReplayName: __expectString(output.ReplayName),
|
|
4827
|
-
ReplayStartTime: output.ReplayStartTime
|
|
4740
|
+
ReplayStartTime: output.ReplayStartTime != null
|
|
4828
4741
|
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.ReplayStartTime)))
|
|
4829
4742
|
: undefined,
|
|
4830
4743
|
State: __expectString(output.State),
|
|
@@ -4847,28 +4760,26 @@ var deserializeAws_json1_1DescribeRuleResponse = function (output, context) {
|
|
|
4847
4760
|
};
|
|
4848
4761
|
var deserializeAws_json1_1EcsParameters = function (output, context) {
|
|
4849
4762
|
return {
|
|
4850
|
-
CapacityProviderStrategy: output.CapacityProviderStrategy
|
|
4763
|
+
CapacityProviderStrategy: output.CapacityProviderStrategy != null
|
|
4851
4764
|
? deserializeAws_json1_1CapacityProviderStrategy(output.CapacityProviderStrategy, context)
|
|
4852
4765
|
: undefined,
|
|
4853
4766
|
EnableECSManagedTags: __expectBoolean(output.EnableECSManagedTags),
|
|
4854
4767
|
EnableExecuteCommand: __expectBoolean(output.EnableExecuteCommand),
|
|
4855
4768
|
Group: __expectString(output.Group),
|
|
4856
4769
|
LaunchType: __expectString(output.LaunchType),
|
|
4857
|
-
NetworkConfiguration: output.NetworkConfiguration
|
|
4770
|
+
NetworkConfiguration: output.NetworkConfiguration != null
|
|
4858
4771
|
? deserializeAws_json1_1NetworkConfiguration(output.NetworkConfiguration, context)
|
|
4859
4772
|
: undefined,
|
|
4860
|
-
PlacementConstraints: output.PlacementConstraints
|
|
4773
|
+
PlacementConstraints: output.PlacementConstraints != null
|
|
4861
4774
|
? deserializeAws_json1_1PlacementConstraints(output.PlacementConstraints, context)
|
|
4862
4775
|
: undefined,
|
|
4863
|
-
PlacementStrategy: output.PlacementStrategy
|
|
4776
|
+
PlacementStrategy: output.PlacementStrategy != null
|
|
4864
4777
|
? deserializeAws_json1_1PlacementStrategies(output.PlacementStrategy, context)
|
|
4865
4778
|
: undefined,
|
|
4866
4779
|
PlatformVersion: __expectString(output.PlatformVersion),
|
|
4867
4780
|
PropagateTags: __expectString(output.PropagateTags),
|
|
4868
4781
|
ReferenceId: __expectString(output.ReferenceId),
|
|
4869
|
-
Tags: output.Tags
|
|
4870
|
-
? deserializeAws_json1_1TagList(output.Tags, context)
|
|
4871
|
-
: undefined,
|
|
4782
|
+
Tags: output.Tags != null ? deserializeAws_json1_1TagList(output.Tags, context) : undefined,
|
|
4872
4783
|
TaskCount: __expectInt32(output.TaskCount),
|
|
4873
4784
|
TaskDefinitionArn: __expectString(output.TaskDefinitionArn),
|
|
4874
4785
|
};
|
|
@@ -4895,10 +4806,10 @@ var deserializeAws_json1_1EventSource = function (output, context) {
|
|
|
4895
4806
|
return {
|
|
4896
4807
|
Arn: __expectString(output.Arn),
|
|
4897
4808
|
CreatedBy: __expectString(output.CreatedBy),
|
|
4898
|
-
CreationTime: output.CreationTime
|
|
4809
|
+
CreationTime: output.CreationTime != null
|
|
4899
4810
|
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.CreationTime)))
|
|
4900
4811
|
: undefined,
|
|
4901
|
-
ExpirationTime: output.ExpirationTime
|
|
4812
|
+
ExpirationTime: output.ExpirationTime != null
|
|
4902
4813
|
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.ExpirationTime)))
|
|
4903
4814
|
: undefined,
|
|
4904
4815
|
Name: __expectString(output.Name),
|
|
@@ -4928,13 +4839,13 @@ var deserializeAws_json1_1HeaderParametersMap = function (output, context) {
|
|
|
4928
4839
|
};
|
|
4929
4840
|
var deserializeAws_json1_1HttpParameters = function (output, context) {
|
|
4930
4841
|
return {
|
|
4931
|
-
HeaderParameters: output.HeaderParameters
|
|
4842
|
+
HeaderParameters: output.HeaderParameters != null
|
|
4932
4843
|
? deserializeAws_json1_1HeaderParametersMap(output.HeaderParameters, context)
|
|
4933
4844
|
: undefined,
|
|
4934
|
-
PathParameterValues: output.PathParameterValues
|
|
4845
|
+
PathParameterValues: output.PathParameterValues != null
|
|
4935
4846
|
? deserializeAws_json1_1PathParameterList(output.PathParameterValues, context)
|
|
4936
4847
|
: undefined,
|
|
4937
|
-
QueryStringParameters: output.QueryStringParameters
|
|
4848
|
+
QueryStringParameters: output.QueryStringParameters != null
|
|
4938
4849
|
? deserializeAws_json1_1QueryStringParametersMap(output.QueryStringParameters, context)
|
|
4939
4850
|
: undefined,
|
|
4940
4851
|
};
|
|
@@ -4946,9 +4857,7 @@ var deserializeAws_json1_1IllegalStatusException = function (output, context) {
|
|
|
4946
4857
|
};
|
|
4947
4858
|
var deserializeAws_json1_1InputTransformer = function (output, context) {
|
|
4948
4859
|
return {
|
|
4949
|
-
InputPathsMap: output.InputPathsMap
|
|
4950
|
-
? deserializeAws_json1_1TransformerPaths(output.InputPathsMap, context)
|
|
4951
|
-
: undefined,
|
|
4860
|
+
InputPathsMap: output.InputPathsMap != null ? deserializeAws_json1_1TransformerPaths(output.InputPathsMap, context) : undefined,
|
|
4952
4861
|
InputTemplate: __expectString(output.InputTemplate),
|
|
4953
4862
|
};
|
|
4954
4863
|
};
|
|
@@ -4979,7 +4888,7 @@ var deserializeAws_json1_1LimitExceededException = function (output, context) {
|
|
|
4979
4888
|
};
|
|
4980
4889
|
var deserializeAws_json1_1ListApiDestinationsResponse = function (output, context) {
|
|
4981
4890
|
return {
|
|
4982
|
-
ApiDestinations: output.ApiDestinations
|
|
4891
|
+
ApiDestinations: output.ApiDestinations != null
|
|
4983
4892
|
? deserializeAws_json1_1ApiDestinationResponseList(output.ApiDestinations, context)
|
|
4984
4893
|
: undefined,
|
|
4985
4894
|
NextToken: __expectString(output.NextToken),
|
|
@@ -4987,15 +4896,13 @@ var deserializeAws_json1_1ListApiDestinationsResponse = function (output, contex
|
|
|
4987
4896
|
};
|
|
4988
4897
|
var deserializeAws_json1_1ListArchivesResponse = function (output, context) {
|
|
4989
4898
|
return {
|
|
4990
|
-
Archives: output.Archives
|
|
4991
|
-
? deserializeAws_json1_1ArchiveResponseList(output.Archives, context)
|
|
4992
|
-
: undefined,
|
|
4899
|
+
Archives: output.Archives != null ? deserializeAws_json1_1ArchiveResponseList(output.Archives, context) : undefined,
|
|
4993
4900
|
NextToken: __expectString(output.NextToken),
|
|
4994
4901
|
};
|
|
4995
4902
|
};
|
|
4996
4903
|
var deserializeAws_json1_1ListConnectionsResponse = function (output, context) {
|
|
4997
4904
|
return {
|
|
4998
|
-
Connections: output.Connections
|
|
4905
|
+
Connections: output.Connections != null
|
|
4999
4906
|
? deserializeAws_json1_1ConnectionResponseList(output.Connections, context)
|
|
5000
4907
|
: undefined,
|
|
5001
4908
|
NextToken: __expectString(output.NextToken),
|
|
@@ -5003,24 +4910,20 @@ var deserializeAws_json1_1ListConnectionsResponse = function (output, context) {
|
|
|
5003
4910
|
};
|
|
5004
4911
|
var deserializeAws_json1_1ListEventBusesResponse = function (output, context) {
|
|
5005
4912
|
return {
|
|
5006
|
-
EventBuses: output.EventBuses
|
|
5007
|
-
? deserializeAws_json1_1EventBusList(output.EventBuses, context)
|
|
5008
|
-
: undefined,
|
|
4913
|
+
EventBuses: output.EventBuses != null ? deserializeAws_json1_1EventBusList(output.EventBuses, context) : undefined,
|
|
5009
4914
|
NextToken: __expectString(output.NextToken),
|
|
5010
4915
|
};
|
|
5011
4916
|
};
|
|
5012
4917
|
var deserializeAws_json1_1ListEventSourcesResponse = function (output, context) {
|
|
5013
4918
|
return {
|
|
5014
|
-
EventSources: output.EventSources
|
|
5015
|
-
? deserializeAws_json1_1EventSourceList(output.EventSources, context)
|
|
5016
|
-
: undefined,
|
|
4919
|
+
EventSources: output.EventSources != null ? deserializeAws_json1_1EventSourceList(output.EventSources, context) : undefined,
|
|
5017
4920
|
NextToken: __expectString(output.NextToken),
|
|
5018
4921
|
};
|
|
5019
4922
|
};
|
|
5020
4923
|
var deserializeAws_json1_1ListPartnerEventSourceAccountsResponse = function (output, context) {
|
|
5021
4924
|
return {
|
|
5022
4925
|
NextToken: __expectString(output.NextToken),
|
|
5023
|
-
PartnerEventSourceAccounts: output.PartnerEventSourceAccounts
|
|
4926
|
+
PartnerEventSourceAccounts: output.PartnerEventSourceAccounts != null
|
|
5024
4927
|
? deserializeAws_json1_1PartnerEventSourceAccountList(output.PartnerEventSourceAccounts, context)
|
|
5025
4928
|
: undefined,
|
|
5026
4929
|
};
|
|
@@ -5028,7 +4931,7 @@ var deserializeAws_json1_1ListPartnerEventSourceAccountsResponse = function (out
|
|
|
5028
4931
|
var deserializeAws_json1_1ListPartnerEventSourcesResponse = function (output, context) {
|
|
5029
4932
|
return {
|
|
5030
4933
|
NextToken: __expectString(output.NextToken),
|
|
5031
|
-
PartnerEventSources: output.PartnerEventSources
|
|
4934
|
+
PartnerEventSources: output.PartnerEventSources != null
|
|
5032
4935
|
? deserializeAws_json1_1PartnerEventSourceList(output.PartnerEventSources, context)
|
|
5033
4936
|
: undefined,
|
|
5034
4937
|
};
|
|
@@ -5036,40 +4939,30 @@ var deserializeAws_json1_1ListPartnerEventSourcesResponse = function (output, co
|
|
|
5036
4939
|
var deserializeAws_json1_1ListReplaysResponse = function (output, context) {
|
|
5037
4940
|
return {
|
|
5038
4941
|
NextToken: __expectString(output.NextToken),
|
|
5039
|
-
Replays: output.Replays
|
|
5040
|
-
? deserializeAws_json1_1ReplayList(output.Replays, context)
|
|
5041
|
-
: undefined,
|
|
4942
|
+
Replays: output.Replays != null ? deserializeAws_json1_1ReplayList(output.Replays, context) : undefined,
|
|
5042
4943
|
};
|
|
5043
4944
|
};
|
|
5044
4945
|
var deserializeAws_json1_1ListRuleNamesByTargetResponse = function (output, context) {
|
|
5045
4946
|
return {
|
|
5046
4947
|
NextToken: __expectString(output.NextToken),
|
|
5047
|
-
RuleNames: output.RuleNames
|
|
5048
|
-
? deserializeAws_json1_1RuleNameList(output.RuleNames, context)
|
|
5049
|
-
: undefined,
|
|
4948
|
+
RuleNames: output.RuleNames != null ? deserializeAws_json1_1RuleNameList(output.RuleNames, context) : undefined,
|
|
5050
4949
|
};
|
|
5051
4950
|
};
|
|
5052
4951
|
var deserializeAws_json1_1ListRulesResponse = function (output, context) {
|
|
5053
4952
|
return {
|
|
5054
4953
|
NextToken: __expectString(output.NextToken),
|
|
5055
|
-
Rules: output.Rules
|
|
5056
|
-
? deserializeAws_json1_1RuleResponseList(output.Rules, context)
|
|
5057
|
-
: undefined,
|
|
4954
|
+
Rules: output.Rules != null ? deserializeAws_json1_1RuleResponseList(output.Rules, context) : undefined,
|
|
5058
4955
|
};
|
|
5059
4956
|
};
|
|
5060
4957
|
var deserializeAws_json1_1ListTagsForResourceResponse = function (output, context) {
|
|
5061
4958
|
return {
|
|
5062
|
-
Tags: output.Tags
|
|
5063
|
-
? deserializeAws_json1_1TagList(output.Tags, context)
|
|
5064
|
-
: undefined,
|
|
4959
|
+
Tags: output.Tags != null ? deserializeAws_json1_1TagList(output.Tags, context) : undefined,
|
|
5065
4960
|
};
|
|
5066
4961
|
};
|
|
5067
4962
|
var deserializeAws_json1_1ListTargetsByRuleResponse = function (output, context) {
|
|
5068
4963
|
return {
|
|
5069
4964
|
NextToken: __expectString(output.NextToken),
|
|
5070
|
-
Targets: output.Targets
|
|
5071
|
-
? deserializeAws_json1_1TargetList(output.Targets, context)
|
|
5072
|
-
: undefined,
|
|
4965
|
+
Targets: output.Targets != null ? deserializeAws_json1_1TargetList(output.Targets, context) : undefined,
|
|
5073
4966
|
};
|
|
5074
4967
|
};
|
|
5075
4968
|
var deserializeAws_json1_1ManagedRuleException = function (output, context) {
|
|
@@ -5079,7 +4972,7 @@ var deserializeAws_json1_1ManagedRuleException = function (output, context) {
|
|
|
5079
4972
|
};
|
|
5080
4973
|
var deserializeAws_json1_1NetworkConfiguration = function (output, context) {
|
|
5081
4974
|
return {
|
|
5082
|
-
awsvpcConfiguration: output.awsvpcConfiguration
|
|
4975
|
+
awsvpcConfiguration: output.awsvpcConfiguration != null
|
|
5083
4976
|
? deserializeAws_json1_1AwsVpcConfiguration(output.awsvpcConfiguration, context)
|
|
5084
4977
|
: undefined,
|
|
5085
4978
|
};
|
|
@@ -5098,10 +4991,10 @@ var deserializeAws_json1_1PartnerEventSource = function (output, context) {
|
|
|
5098
4991
|
var deserializeAws_json1_1PartnerEventSourceAccount = function (output, context) {
|
|
5099
4992
|
return {
|
|
5100
4993
|
Account: __expectString(output.Account),
|
|
5101
|
-
CreationTime: output.CreationTime
|
|
4994
|
+
CreationTime: output.CreationTime != null
|
|
5102
4995
|
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.CreationTime)))
|
|
5103
4996
|
: undefined,
|
|
5104
|
-
ExpirationTime: output.ExpirationTime
|
|
4997
|
+
ExpirationTime: output.ExpirationTime != null
|
|
5105
4998
|
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.ExpirationTime)))
|
|
5106
4999
|
: undefined,
|
|
5107
5000
|
State: __expectString(output.State),
|
|
@@ -5181,9 +5074,7 @@ var deserializeAws_json1_1PolicyLengthExceededException = function (output, cont
|
|
|
5181
5074
|
};
|
|
5182
5075
|
var deserializeAws_json1_1PutEventsResponse = function (output, context) {
|
|
5183
5076
|
return {
|
|
5184
|
-
Entries: output.Entries
|
|
5185
|
-
? deserializeAws_json1_1PutEventsResultEntryList(output.Entries, context)
|
|
5186
|
-
: undefined,
|
|
5077
|
+
Entries: output.Entries != null ? deserializeAws_json1_1PutEventsResultEntryList(output.Entries, context) : undefined,
|
|
5187
5078
|
FailedEntryCount: __expectInt32(output.FailedEntryCount),
|
|
5188
5079
|
};
|
|
5189
5080
|
};
|
|
@@ -5207,7 +5098,7 @@ var deserializeAws_json1_1PutEventsResultEntryList = function (output, context)
|
|
|
5207
5098
|
};
|
|
5208
5099
|
var deserializeAws_json1_1PutPartnerEventsResponse = function (output, context) {
|
|
5209
5100
|
return {
|
|
5210
|
-
Entries: output.Entries
|
|
5101
|
+
Entries: output.Entries != null
|
|
5211
5102
|
? deserializeAws_json1_1PutPartnerEventsResultEntryList(output.Entries, context)
|
|
5212
5103
|
: undefined,
|
|
5213
5104
|
FailedEntryCount: __expectInt32(output.FailedEntryCount),
|
|
@@ -5238,7 +5129,7 @@ var deserializeAws_json1_1PutRuleResponse = function (output, context) {
|
|
|
5238
5129
|
};
|
|
5239
5130
|
var deserializeAws_json1_1PutTargetsResponse = function (output, context) {
|
|
5240
5131
|
return {
|
|
5241
|
-
FailedEntries: output.FailedEntries
|
|
5132
|
+
FailedEntries: output.FailedEntries != null
|
|
5242
5133
|
? deserializeAws_json1_1PutTargetsResultEntryList(output.FailedEntries, context)
|
|
5243
5134
|
: undefined,
|
|
5244
5135
|
FailedEntryCount: __expectInt32(output.FailedEntryCount),
|
|
@@ -5284,7 +5175,7 @@ var deserializeAws_json1_1RedshiftDataParameters = function (output, context) {
|
|
|
5284
5175
|
};
|
|
5285
5176
|
var deserializeAws_json1_1RemoveTargetsResponse = function (output, context) {
|
|
5286
5177
|
return {
|
|
5287
|
-
FailedEntries: output.FailedEntries
|
|
5178
|
+
FailedEntries: output.FailedEntries != null
|
|
5288
5179
|
? deserializeAws_json1_1RemoveTargetsResultEntryList(output.FailedEntries, context)
|
|
5289
5180
|
: undefined,
|
|
5290
5181
|
FailedEntryCount: __expectInt32(output.FailedEntryCount),
|
|
@@ -5310,21 +5201,21 @@ var deserializeAws_json1_1RemoveTargetsResultEntryList = function (output, conte
|
|
|
5310
5201
|
};
|
|
5311
5202
|
var deserializeAws_json1_1Replay = function (output, context) {
|
|
5312
5203
|
return {
|
|
5313
|
-
EventEndTime: output.EventEndTime
|
|
5204
|
+
EventEndTime: output.EventEndTime != null
|
|
5314
5205
|
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.EventEndTime)))
|
|
5315
5206
|
: undefined,
|
|
5316
|
-
EventLastReplayedTime: output.EventLastReplayedTime
|
|
5207
|
+
EventLastReplayedTime: output.EventLastReplayedTime != null
|
|
5317
5208
|
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.EventLastReplayedTime)))
|
|
5318
5209
|
: undefined,
|
|
5319
5210
|
EventSourceArn: __expectString(output.EventSourceArn),
|
|
5320
|
-
EventStartTime: output.EventStartTime
|
|
5211
|
+
EventStartTime: output.EventStartTime != null
|
|
5321
5212
|
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.EventStartTime)))
|
|
5322
5213
|
: undefined,
|
|
5323
|
-
ReplayEndTime: output.ReplayEndTime
|
|
5214
|
+
ReplayEndTime: output.ReplayEndTime != null
|
|
5324
5215
|
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.ReplayEndTime)))
|
|
5325
5216
|
: undefined,
|
|
5326
5217
|
ReplayName: __expectString(output.ReplayName),
|
|
5327
|
-
ReplayStartTime: output.ReplayStartTime
|
|
5218
|
+
ReplayStartTime: output.ReplayStartTime != null
|
|
5328
5219
|
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.ReplayStartTime)))
|
|
5329
5220
|
: undefined,
|
|
5330
5221
|
State: __expectString(output.State),
|
|
@@ -5334,7 +5225,7 @@ var deserializeAws_json1_1Replay = function (output, context) {
|
|
|
5334
5225
|
var deserializeAws_json1_1ReplayDestination = function (output, context) {
|
|
5335
5226
|
return {
|
|
5336
5227
|
Arn: __expectString(output.Arn),
|
|
5337
|
-
FilterArns: output.FilterArns
|
|
5228
|
+
FilterArns: output.FilterArns != null
|
|
5338
5229
|
? deserializeAws_json1_1ReplayDestinationFilters(output.FilterArns, context)
|
|
5339
5230
|
: undefined,
|
|
5340
5231
|
};
|
|
@@ -5414,7 +5305,7 @@ var deserializeAws_json1_1RuleResponseList = function (output, context) {
|
|
|
5414
5305
|
};
|
|
5415
5306
|
var deserializeAws_json1_1RunCommandParameters = function (output, context) {
|
|
5416
5307
|
return {
|
|
5417
|
-
RunCommandTargets: output.RunCommandTargets
|
|
5308
|
+
RunCommandTargets: output.RunCommandTargets != null
|
|
5418
5309
|
? deserializeAws_json1_1RunCommandTargets(output.RunCommandTargets, context)
|
|
5419
5310
|
: undefined,
|
|
5420
5311
|
};
|
|
@@ -5422,9 +5313,7 @@ var deserializeAws_json1_1RunCommandParameters = function (output, context) {
|
|
|
5422
5313
|
var deserializeAws_json1_1RunCommandTarget = function (output, context) {
|
|
5423
5314
|
return {
|
|
5424
5315
|
Key: __expectString(output.Key),
|
|
5425
|
-
Values: output.Values
|
|
5426
|
-
? deserializeAws_json1_1RunCommandTargetValues(output.Values, context)
|
|
5427
|
-
: undefined,
|
|
5316
|
+
Values: output.Values != null ? deserializeAws_json1_1RunCommandTargetValues(output.Values, context) : undefined,
|
|
5428
5317
|
};
|
|
5429
5318
|
};
|
|
5430
5319
|
var deserializeAws_json1_1RunCommandTargets = function (output, context) {
|
|
@@ -5468,7 +5357,7 @@ var deserializeAws_json1_1SageMakerPipelineParameterList = function (output, con
|
|
|
5468
5357
|
};
|
|
5469
5358
|
var deserializeAws_json1_1SageMakerPipelineParameters = function (output, context) {
|
|
5470
5359
|
return {
|
|
5471
|
-
PipelineParameterList: output.PipelineParameterList
|
|
5360
|
+
PipelineParameterList: output.PipelineParameterList != null
|
|
5472
5361
|
? deserializeAws_json1_1SageMakerPipelineParameterList(output.PipelineParameterList, context)
|
|
5473
5362
|
: undefined,
|
|
5474
5363
|
};
|
|
@@ -5481,7 +5370,7 @@ var deserializeAws_json1_1SqsParameters = function (output, context) {
|
|
|
5481
5370
|
var deserializeAws_json1_1StartReplayResponse = function (output, context) {
|
|
5482
5371
|
return {
|
|
5483
5372
|
ReplayArn: __expectString(output.ReplayArn),
|
|
5484
|
-
ReplayStartTime: output.ReplayStartTime
|
|
5373
|
+
ReplayStartTime: output.ReplayStartTime != null
|
|
5485
5374
|
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.ReplayStartTime)))
|
|
5486
5375
|
: undefined,
|
|
5487
5376
|
State: __expectString(output.State),
|
|
@@ -5522,43 +5411,35 @@ var deserializeAws_json1_1TagResourceResponse = function (output, context) {
|
|
|
5522
5411
|
var deserializeAws_json1_1Target = function (output, context) {
|
|
5523
5412
|
return {
|
|
5524
5413
|
Arn: __expectString(output.Arn),
|
|
5525
|
-
BatchParameters: output.BatchParameters
|
|
5414
|
+
BatchParameters: output.BatchParameters != null
|
|
5526
5415
|
? deserializeAws_json1_1BatchParameters(output.BatchParameters, context)
|
|
5527
5416
|
: undefined,
|
|
5528
|
-
DeadLetterConfig: output.DeadLetterConfig
|
|
5417
|
+
DeadLetterConfig: output.DeadLetterConfig != null
|
|
5529
5418
|
? deserializeAws_json1_1DeadLetterConfig(output.DeadLetterConfig, context)
|
|
5530
5419
|
: undefined,
|
|
5531
|
-
EcsParameters: output.EcsParameters
|
|
5532
|
-
|
|
5533
|
-
: undefined,
|
|
5534
|
-
HttpParameters: output.HttpParameters !== undefined && output.HttpParameters !== null
|
|
5535
|
-
? deserializeAws_json1_1HttpParameters(output.HttpParameters, context)
|
|
5536
|
-
: undefined,
|
|
5420
|
+
EcsParameters: output.EcsParameters != null ? deserializeAws_json1_1EcsParameters(output.EcsParameters, context) : undefined,
|
|
5421
|
+
HttpParameters: output.HttpParameters != null ? deserializeAws_json1_1HttpParameters(output.HttpParameters, context) : undefined,
|
|
5537
5422
|
Id: __expectString(output.Id),
|
|
5538
5423
|
Input: __expectString(output.Input),
|
|
5539
5424
|
InputPath: __expectString(output.InputPath),
|
|
5540
|
-
InputTransformer: output.InputTransformer
|
|
5425
|
+
InputTransformer: output.InputTransformer != null
|
|
5541
5426
|
? deserializeAws_json1_1InputTransformer(output.InputTransformer, context)
|
|
5542
5427
|
: undefined,
|
|
5543
|
-
KinesisParameters: output.KinesisParameters
|
|
5428
|
+
KinesisParameters: output.KinesisParameters != null
|
|
5544
5429
|
? deserializeAws_json1_1KinesisParameters(output.KinesisParameters, context)
|
|
5545
5430
|
: undefined,
|
|
5546
|
-
RedshiftDataParameters: output.RedshiftDataParameters
|
|
5431
|
+
RedshiftDataParameters: output.RedshiftDataParameters != null
|
|
5547
5432
|
? deserializeAws_json1_1RedshiftDataParameters(output.RedshiftDataParameters, context)
|
|
5548
5433
|
: undefined,
|
|
5549
|
-
RetryPolicy: output.RetryPolicy
|
|
5550
|
-
? deserializeAws_json1_1RetryPolicy(output.RetryPolicy, context)
|
|
5551
|
-
: undefined,
|
|
5434
|
+
RetryPolicy: output.RetryPolicy != null ? deserializeAws_json1_1RetryPolicy(output.RetryPolicy, context) : undefined,
|
|
5552
5435
|
RoleArn: __expectString(output.RoleArn),
|
|
5553
|
-
RunCommandParameters: output.RunCommandParameters
|
|
5436
|
+
RunCommandParameters: output.RunCommandParameters != null
|
|
5554
5437
|
? deserializeAws_json1_1RunCommandParameters(output.RunCommandParameters, context)
|
|
5555
5438
|
: undefined,
|
|
5556
|
-
SageMakerPipelineParameters: output.SageMakerPipelineParameters
|
|
5439
|
+
SageMakerPipelineParameters: output.SageMakerPipelineParameters != null
|
|
5557
5440
|
? deserializeAws_json1_1SageMakerPipelineParameters(output.SageMakerPipelineParameters, context)
|
|
5558
5441
|
: undefined,
|
|
5559
|
-
SqsParameters: output.SqsParameters
|
|
5560
|
-
? deserializeAws_json1_1SqsParameters(output.SqsParameters, context)
|
|
5561
|
-
: undefined,
|
|
5442
|
+
SqsParameters: output.SqsParameters != null ? deserializeAws_json1_1SqsParameters(output.SqsParameters, context) : undefined,
|
|
5562
5443
|
};
|
|
5563
5444
|
};
|
|
5564
5445
|
var deserializeAws_json1_1TargetList = function (output, context) {
|
|
@@ -5594,10 +5475,10 @@ var deserializeAws_json1_1UpdateApiDestinationResponse = function (output, conte
|
|
|
5594
5475
|
return {
|
|
5595
5476
|
ApiDestinationArn: __expectString(output.ApiDestinationArn),
|
|
5596
5477
|
ApiDestinationState: __expectString(output.ApiDestinationState),
|
|
5597
|
-
CreationTime: output.CreationTime
|
|
5478
|
+
CreationTime: output.CreationTime != null
|
|
5598
5479
|
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.CreationTime)))
|
|
5599
5480
|
: undefined,
|
|
5600
|
-
LastModifiedTime: output.LastModifiedTime
|
|
5481
|
+
LastModifiedTime: output.LastModifiedTime != null
|
|
5601
5482
|
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.LastModifiedTime)))
|
|
5602
5483
|
: undefined,
|
|
5603
5484
|
};
|
|
@@ -5605,7 +5486,7 @@ var deserializeAws_json1_1UpdateApiDestinationResponse = function (output, conte
|
|
|
5605
5486
|
var deserializeAws_json1_1UpdateArchiveResponse = function (output, context) {
|
|
5606
5487
|
return {
|
|
5607
5488
|
ArchiveArn: __expectString(output.ArchiveArn),
|
|
5608
|
-
CreationTime: output.CreationTime
|
|
5489
|
+
CreationTime: output.CreationTime != null
|
|
5609
5490
|
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.CreationTime)))
|
|
5610
5491
|
: undefined,
|
|
5611
5492
|
State: __expectString(output.State),
|
|
@@ -5616,13 +5497,13 @@ var deserializeAws_json1_1UpdateConnectionResponse = function (output, context)
|
|
|
5616
5497
|
return {
|
|
5617
5498
|
ConnectionArn: __expectString(output.ConnectionArn),
|
|
5618
5499
|
ConnectionState: __expectString(output.ConnectionState),
|
|
5619
|
-
CreationTime: output.CreationTime
|
|
5500
|
+
CreationTime: output.CreationTime != null
|
|
5620
5501
|
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.CreationTime)))
|
|
5621
5502
|
: undefined,
|
|
5622
|
-
LastAuthorizedTime: output.LastAuthorizedTime
|
|
5503
|
+
LastAuthorizedTime: output.LastAuthorizedTime != null
|
|
5623
5504
|
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.LastAuthorizedTime)))
|
|
5624
5505
|
: undefined,
|
|
5625
|
-
LastModifiedTime: output.LastModifiedTime
|
|
5506
|
+
LastModifiedTime: output.LastModifiedTime != null
|
|
5626
5507
|
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.LastModifiedTime)))
|
|
5627
5508
|
: undefined,
|
|
5628
5509
|
};
|