@aws-sdk/client-omics 3.261.0 → 3.264.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.
|
@@ -2157,7 +2157,7 @@ const deserializeAws_restJson1CreateAnnotationStoreCommand = async (output, cont
|
|
|
2157
2157
|
});
|
|
2158
2158
|
const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
|
|
2159
2159
|
if (data.creationTime != null) {
|
|
2160
|
-
contents.creationTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
2160
|
+
contents.creationTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(data.creationTime));
|
|
2161
2161
|
}
|
|
2162
2162
|
if (data.id != null) {
|
|
2163
2163
|
contents.id = (0, smithy_client_1.expectString)(data.id);
|
|
@@ -2230,7 +2230,7 @@ const deserializeAws_restJson1CreateReferenceStoreCommand = async (output, conte
|
|
|
2230
2230
|
contents.arn = (0, smithy_client_1.expectString)(data.arn);
|
|
2231
2231
|
}
|
|
2232
2232
|
if (data.creationTime != null) {
|
|
2233
|
-
contents.creationTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
2233
|
+
contents.creationTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(data.creationTime));
|
|
2234
2234
|
}
|
|
2235
2235
|
if (data.description != null) {
|
|
2236
2236
|
contents.description = (0, smithy_client_1.expectString)(data.description);
|
|
@@ -2355,7 +2355,7 @@ const deserializeAws_restJson1CreateSequenceStoreCommand = async (output, contex
|
|
|
2355
2355
|
contents.arn = (0, smithy_client_1.expectString)(data.arn);
|
|
2356
2356
|
}
|
|
2357
2357
|
if (data.creationTime != null) {
|
|
2358
|
-
contents.creationTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
2358
|
+
contents.creationTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(data.creationTime));
|
|
2359
2359
|
}
|
|
2360
2360
|
if (data.description != null) {
|
|
2361
2361
|
contents.description = (0, smithy_client_1.expectString)(data.description);
|
|
@@ -2416,7 +2416,7 @@ const deserializeAws_restJson1CreateVariantStoreCommand = async (output, context
|
|
|
2416
2416
|
});
|
|
2417
2417
|
const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
|
|
2418
2418
|
if (data.creationTime != null) {
|
|
2419
|
-
contents.creationTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
2419
|
+
contents.creationTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(data.creationTime));
|
|
2420
2420
|
}
|
|
2421
2421
|
if (data.id != null) {
|
|
2422
2422
|
contents.id = (0, smithy_client_1.expectString)(data.id);
|
|
@@ -2945,10 +2945,10 @@ const deserializeAws_restJson1GetAnnotationImportJobCommand = async (output, con
|
|
|
2945
2945
|
});
|
|
2946
2946
|
const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
|
|
2947
2947
|
if (data.completionTime != null) {
|
|
2948
|
-
contents.completionTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
2948
|
+
contents.completionTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(data.completionTime));
|
|
2949
2949
|
}
|
|
2950
2950
|
if (data.creationTime != null) {
|
|
2951
|
-
contents.creationTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
2951
|
+
contents.creationTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(data.creationTime));
|
|
2952
2952
|
}
|
|
2953
2953
|
if (data.destinationName != null) {
|
|
2954
2954
|
contents.destinationName = (0, smithy_client_1.expectString)(data.destinationName);
|
|
@@ -2975,7 +2975,7 @@ const deserializeAws_restJson1GetAnnotationImportJobCommand = async (output, con
|
|
|
2975
2975
|
contents.statusMessage = (0, smithy_client_1.expectString)(data.statusMessage);
|
|
2976
2976
|
}
|
|
2977
2977
|
if (data.updateTime != null) {
|
|
2978
|
-
contents.updateTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
2978
|
+
contents.updateTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(data.updateTime));
|
|
2979
2979
|
}
|
|
2980
2980
|
return contents;
|
|
2981
2981
|
};
|
|
@@ -3021,7 +3021,7 @@ const deserializeAws_restJson1GetAnnotationStoreCommand = async (output, context
|
|
|
3021
3021
|
});
|
|
3022
3022
|
const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
|
|
3023
3023
|
if (data.creationTime != null) {
|
|
3024
|
-
contents.creationTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
3024
|
+
contents.creationTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(data.creationTime));
|
|
3025
3025
|
}
|
|
3026
3026
|
if (data.description != null) {
|
|
3027
3027
|
contents.description = (0, smithy_client_1.expectString)(data.description);
|
|
@@ -3060,7 +3060,7 @@ const deserializeAws_restJson1GetAnnotationStoreCommand = async (output, context
|
|
|
3060
3060
|
contents.tags = deserializeAws_restJson1TagMap(data.tags, context);
|
|
3061
3061
|
}
|
|
3062
3062
|
if (data.updateTime != null) {
|
|
3063
|
-
contents.updateTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
3063
|
+
contents.updateTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(data.updateTime));
|
|
3064
3064
|
}
|
|
3065
3065
|
return contents;
|
|
3066
3066
|
};
|
|
@@ -3160,10 +3160,10 @@ const deserializeAws_restJson1GetReadSetActivationJobCommand = async (output, co
|
|
|
3160
3160
|
});
|
|
3161
3161
|
const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
|
|
3162
3162
|
if (data.completionTime != null) {
|
|
3163
|
-
contents.completionTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
3163
|
+
contents.completionTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(data.completionTime));
|
|
3164
3164
|
}
|
|
3165
3165
|
if (data.creationTime != null) {
|
|
3166
|
-
contents.creationTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
3166
|
+
contents.creationTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(data.creationTime));
|
|
3167
3167
|
}
|
|
3168
3168
|
if (data.id != null) {
|
|
3169
3169
|
contents.id = (0, smithy_client_1.expectString)(data.id);
|
|
@@ -3227,10 +3227,10 @@ const deserializeAws_restJson1GetReadSetExportJobCommand = async (output, contex
|
|
|
3227
3227
|
});
|
|
3228
3228
|
const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
|
|
3229
3229
|
if (data.completionTime != null) {
|
|
3230
|
-
contents.completionTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
3230
|
+
contents.completionTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(data.completionTime));
|
|
3231
3231
|
}
|
|
3232
3232
|
if (data.creationTime != null) {
|
|
3233
|
-
contents.creationTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
3233
|
+
contents.creationTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(data.creationTime));
|
|
3234
3234
|
}
|
|
3235
3235
|
if (data.destination != null) {
|
|
3236
3236
|
contents.destination = (0, smithy_client_1.expectString)(data.destination);
|
|
@@ -3297,10 +3297,10 @@ const deserializeAws_restJson1GetReadSetImportJobCommand = async (output, contex
|
|
|
3297
3297
|
});
|
|
3298
3298
|
const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
|
|
3299
3299
|
if (data.completionTime != null) {
|
|
3300
|
-
contents.completionTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
3300
|
+
contents.completionTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(data.completionTime));
|
|
3301
3301
|
}
|
|
3302
3302
|
if (data.creationTime != null) {
|
|
3303
|
-
contents.creationTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
3303
|
+
contents.creationTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(data.creationTime));
|
|
3304
3304
|
}
|
|
3305
3305
|
if (data.id != null) {
|
|
3306
3306
|
contents.id = (0, smithy_client_1.expectString)(data.id);
|
|
@@ -3370,7 +3370,7 @@ const deserializeAws_restJson1GetReadSetMetadataCommand = async (output, context
|
|
|
3370
3370
|
contents.arn = (0, smithy_client_1.expectString)(data.arn);
|
|
3371
3371
|
}
|
|
3372
3372
|
if (data.creationTime != null) {
|
|
3373
|
-
contents.creationTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
3373
|
+
contents.creationTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(data.creationTime));
|
|
3374
3374
|
}
|
|
3375
3375
|
if (data.description != null) {
|
|
3376
3376
|
contents.description = (0, smithy_client_1.expectString)(data.description);
|
|
@@ -3503,10 +3503,10 @@ const deserializeAws_restJson1GetReferenceImportJobCommand = async (output, cont
|
|
|
3503
3503
|
});
|
|
3504
3504
|
const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
|
|
3505
3505
|
if (data.completionTime != null) {
|
|
3506
|
-
contents.completionTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
3506
|
+
contents.completionTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(data.completionTime));
|
|
3507
3507
|
}
|
|
3508
3508
|
if (data.creationTime != null) {
|
|
3509
|
-
contents.creationTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
3509
|
+
contents.creationTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(data.creationTime));
|
|
3510
3510
|
}
|
|
3511
3511
|
if (data.id != null) {
|
|
3512
3512
|
contents.id = (0, smithy_client_1.expectString)(data.id);
|
|
@@ -3576,7 +3576,7 @@ const deserializeAws_restJson1GetReferenceMetadataCommand = async (output, conte
|
|
|
3576
3576
|
contents.arn = (0, smithy_client_1.expectString)(data.arn);
|
|
3577
3577
|
}
|
|
3578
3578
|
if (data.creationTime != null) {
|
|
3579
|
-
contents.creationTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
3579
|
+
contents.creationTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(data.creationTime));
|
|
3580
3580
|
}
|
|
3581
3581
|
if (data.description != null) {
|
|
3582
3582
|
contents.description = (0, smithy_client_1.expectString)(data.description);
|
|
@@ -3600,7 +3600,7 @@ const deserializeAws_restJson1GetReferenceMetadataCommand = async (output, conte
|
|
|
3600
3600
|
contents.status = (0, smithy_client_1.expectString)(data.status);
|
|
3601
3601
|
}
|
|
3602
3602
|
if (data.updateTime != null) {
|
|
3603
|
-
contents.updateTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
3603
|
+
contents.updateTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(data.updateTime));
|
|
3604
3604
|
}
|
|
3605
3605
|
return contents;
|
|
3606
3606
|
};
|
|
@@ -3652,7 +3652,7 @@ const deserializeAws_restJson1GetReferenceStoreCommand = async (output, context)
|
|
|
3652
3652
|
contents.arn = (0, smithy_client_1.expectString)(data.arn);
|
|
3653
3653
|
}
|
|
3654
3654
|
if (data.creationTime != null) {
|
|
3655
|
-
contents.creationTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
3655
|
+
contents.creationTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(data.creationTime));
|
|
3656
3656
|
}
|
|
3657
3657
|
if (data.description != null) {
|
|
3658
3658
|
contents.description = (0, smithy_client_1.expectString)(data.description);
|
|
@@ -3716,7 +3716,7 @@ const deserializeAws_restJson1GetRunCommand = async (output, context) => {
|
|
|
3716
3716
|
contents.arn = (0, smithy_client_1.expectString)(data.arn);
|
|
3717
3717
|
}
|
|
3718
3718
|
if (data.creationTime != null) {
|
|
3719
|
-
contents.creationTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
3719
|
+
contents.creationTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(data.creationTime));
|
|
3720
3720
|
}
|
|
3721
3721
|
if (data.definition != null) {
|
|
3722
3722
|
contents.definition = (0, smithy_client_1.expectString)(data.definition);
|
|
@@ -3755,7 +3755,7 @@ const deserializeAws_restJson1GetRunCommand = async (output, context) => {
|
|
|
3755
3755
|
contents.runId = (0, smithy_client_1.expectString)(data.runId);
|
|
3756
3756
|
}
|
|
3757
3757
|
if (data.startTime != null) {
|
|
3758
|
-
contents.startTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
3758
|
+
contents.startTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(data.startTime));
|
|
3759
3759
|
}
|
|
3760
3760
|
if (data.startedBy != null) {
|
|
3761
3761
|
contents.startedBy = (0, smithy_client_1.expectString)(data.startedBy);
|
|
@@ -3767,7 +3767,7 @@ const deserializeAws_restJson1GetRunCommand = async (output, context) => {
|
|
|
3767
3767
|
contents.statusMessage = (0, smithy_client_1.expectString)(data.statusMessage);
|
|
3768
3768
|
}
|
|
3769
3769
|
if (data.stopTime != null) {
|
|
3770
|
-
contents.stopTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
3770
|
+
contents.stopTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(data.stopTime));
|
|
3771
3771
|
}
|
|
3772
3772
|
if (data.storageCapacity != null) {
|
|
3773
3773
|
contents.storageCapacity = (0, smithy_client_1.expectInt32)(data.storageCapacity);
|
|
@@ -3837,7 +3837,7 @@ const deserializeAws_restJson1GetRunGroupCommand = async (output, context) => {
|
|
|
3837
3837
|
contents.arn = (0, smithy_client_1.expectString)(data.arn);
|
|
3838
3838
|
}
|
|
3839
3839
|
if (data.creationTime != null) {
|
|
3840
|
-
contents.creationTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
3840
|
+
contents.creationTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(data.creationTime));
|
|
3841
3841
|
}
|
|
3842
3842
|
if (data.id != null) {
|
|
3843
3843
|
contents.id = (0, smithy_client_1.expectString)(data.id);
|
|
@@ -3913,7 +3913,7 @@ const deserializeAws_restJson1GetRunTaskCommand = async (output, context) => {
|
|
|
3913
3913
|
contents.cpus = (0, smithy_client_1.expectInt32)(data.cpus);
|
|
3914
3914
|
}
|
|
3915
3915
|
if (data.creationTime != null) {
|
|
3916
|
-
contents.creationTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
3916
|
+
contents.creationTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(data.creationTime));
|
|
3917
3917
|
}
|
|
3918
3918
|
if (data.logStream != null) {
|
|
3919
3919
|
contents.logStream = (0, smithy_client_1.expectString)(data.logStream);
|
|
@@ -3925,7 +3925,7 @@ const deserializeAws_restJson1GetRunTaskCommand = async (output, context) => {
|
|
|
3925
3925
|
contents.name = (0, smithy_client_1.expectString)(data.name);
|
|
3926
3926
|
}
|
|
3927
3927
|
if (data.startTime != null) {
|
|
3928
|
-
contents.startTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
3928
|
+
contents.startTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(data.startTime));
|
|
3929
3929
|
}
|
|
3930
3930
|
if (data.status != null) {
|
|
3931
3931
|
contents.status = (0, smithy_client_1.expectString)(data.status);
|
|
@@ -3934,7 +3934,7 @@ const deserializeAws_restJson1GetRunTaskCommand = async (output, context) => {
|
|
|
3934
3934
|
contents.statusMessage = (0, smithy_client_1.expectString)(data.statusMessage);
|
|
3935
3935
|
}
|
|
3936
3936
|
if (data.stopTime != null) {
|
|
3937
|
-
contents.stopTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
3937
|
+
contents.stopTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(data.stopTime));
|
|
3938
3938
|
}
|
|
3939
3939
|
if (data.taskId != null) {
|
|
3940
3940
|
contents.taskId = (0, smithy_client_1.expectString)(data.taskId);
|
|
@@ -3995,7 +3995,7 @@ const deserializeAws_restJson1GetSequenceStoreCommand = async (output, context)
|
|
|
3995
3995
|
contents.arn = (0, smithy_client_1.expectString)(data.arn);
|
|
3996
3996
|
}
|
|
3997
3997
|
if (data.creationTime != null) {
|
|
3998
|
-
contents.creationTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
3998
|
+
contents.creationTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(data.creationTime));
|
|
3999
3999
|
}
|
|
4000
4000
|
if (data.description != null) {
|
|
4001
4001
|
contents.description = (0, smithy_client_1.expectString)(data.description);
|
|
@@ -4056,10 +4056,10 @@ const deserializeAws_restJson1GetVariantImportJobCommand = async (output, contex
|
|
|
4056
4056
|
});
|
|
4057
4057
|
const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
|
|
4058
4058
|
if (data.completionTime != null) {
|
|
4059
|
-
contents.completionTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
4059
|
+
contents.completionTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(data.completionTime));
|
|
4060
4060
|
}
|
|
4061
4061
|
if (data.creationTime != null) {
|
|
4062
|
-
contents.creationTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
4062
|
+
contents.creationTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(data.creationTime));
|
|
4063
4063
|
}
|
|
4064
4064
|
if (data.destinationName != null) {
|
|
4065
4065
|
contents.destinationName = (0, smithy_client_1.expectString)(data.destinationName);
|
|
@@ -4083,7 +4083,7 @@ const deserializeAws_restJson1GetVariantImportJobCommand = async (output, contex
|
|
|
4083
4083
|
contents.statusMessage = (0, smithy_client_1.expectString)(data.statusMessage);
|
|
4084
4084
|
}
|
|
4085
4085
|
if (data.updateTime != null) {
|
|
4086
|
-
contents.updateTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
4086
|
+
contents.updateTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(data.updateTime));
|
|
4087
4087
|
}
|
|
4088
4088
|
return contents;
|
|
4089
4089
|
};
|
|
@@ -4129,7 +4129,7 @@ const deserializeAws_restJson1GetVariantStoreCommand = async (output, context) =
|
|
|
4129
4129
|
});
|
|
4130
4130
|
const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
|
|
4131
4131
|
if (data.creationTime != null) {
|
|
4132
|
-
contents.creationTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
4132
|
+
contents.creationTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(data.creationTime));
|
|
4133
4133
|
}
|
|
4134
4134
|
if (data.description != null) {
|
|
4135
4135
|
contents.description = (0, smithy_client_1.expectString)(data.description);
|
|
@@ -4162,7 +4162,7 @@ const deserializeAws_restJson1GetVariantStoreCommand = async (output, context) =
|
|
|
4162
4162
|
contents.tags = deserializeAws_restJson1TagMap(data.tags, context);
|
|
4163
4163
|
}
|
|
4164
4164
|
if (data.updateTime != null) {
|
|
4165
|
-
contents.updateTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
4165
|
+
contents.updateTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(data.updateTime));
|
|
4166
4166
|
}
|
|
4167
4167
|
return contents;
|
|
4168
4168
|
};
|
|
@@ -4211,7 +4211,7 @@ const deserializeAws_restJson1GetWorkflowCommand = async (output, context) => {
|
|
|
4211
4211
|
contents.arn = (0, smithy_client_1.expectString)(data.arn);
|
|
4212
4212
|
}
|
|
4213
4213
|
if (data.creationTime != null) {
|
|
4214
|
-
contents.creationTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
4214
|
+
contents.creationTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(data.creationTime));
|
|
4215
4215
|
}
|
|
4216
4216
|
if (data.definition != null) {
|
|
4217
4217
|
contents.definition = (0, smithy_client_1.expectString)(data.definition);
|
|
@@ -5247,7 +5247,7 @@ const deserializeAws_restJson1StartReadSetActivationJobCommand = async (output,
|
|
|
5247
5247
|
});
|
|
5248
5248
|
const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
|
|
5249
5249
|
if (data.creationTime != null) {
|
|
5250
|
-
contents.creationTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
5250
|
+
contents.creationTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(data.creationTime));
|
|
5251
5251
|
}
|
|
5252
5252
|
if (data.id != null) {
|
|
5253
5253
|
contents.id = (0, smithy_client_1.expectString)(data.id);
|
|
@@ -5308,7 +5308,7 @@ const deserializeAws_restJson1StartReadSetExportJobCommand = async (output, cont
|
|
|
5308
5308
|
});
|
|
5309
5309
|
const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
|
|
5310
5310
|
if (data.creationTime != null) {
|
|
5311
|
-
contents.creationTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
5311
|
+
contents.creationTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(data.creationTime));
|
|
5312
5312
|
}
|
|
5313
5313
|
if (data.destination != null) {
|
|
5314
5314
|
contents.destination = (0, smithy_client_1.expectString)(data.destination);
|
|
@@ -5372,7 +5372,7 @@ const deserializeAws_restJson1StartReadSetImportJobCommand = async (output, cont
|
|
|
5372
5372
|
});
|
|
5373
5373
|
const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
|
|
5374
5374
|
if (data.creationTime != null) {
|
|
5375
|
-
contents.creationTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
5375
|
+
contents.creationTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(data.creationTime));
|
|
5376
5376
|
}
|
|
5377
5377
|
if (data.id != null) {
|
|
5378
5378
|
contents.id = (0, smithy_client_1.expectString)(data.id);
|
|
@@ -5436,7 +5436,7 @@ const deserializeAws_restJson1StartReferenceImportJobCommand = async (output, co
|
|
|
5436
5436
|
});
|
|
5437
5437
|
const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
|
|
5438
5438
|
if (data.creationTime != null) {
|
|
5439
|
-
contents.creationTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
5439
|
+
contents.creationTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(data.creationTime));
|
|
5440
5440
|
}
|
|
5441
5441
|
if (data.id != null) {
|
|
5442
5442
|
contents.id = (0, smithy_client_1.expectString)(data.id);
|
|
@@ -5717,7 +5717,7 @@ const deserializeAws_restJson1UpdateAnnotationStoreCommand = async (output, cont
|
|
|
5717
5717
|
});
|
|
5718
5718
|
const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
|
|
5719
5719
|
if (data.creationTime != null) {
|
|
5720
|
-
contents.creationTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
5720
|
+
contents.creationTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(data.creationTime));
|
|
5721
5721
|
}
|
|
5722
5722
|
if (data.description != null) {
|
|
5723
5723
|
contents.description = (0, smithy_client_1.expectString)(data.description);
|
|
@@ -5741,7 +5741,7 @@ const deserializeAws_restJson1UpdateAnnotationStoreCommand = async (output, cont
|
|
|
5741
5741
|
contents.storeOptions = deserializeAws_restJson1StoreOptions((0, smithy_client_1.expectUnion)(data.storeOptions), context);
|
|
5742
5742
|
}
|
|
5743
5743
|
if (data.updateTime != null) {
|
|
5744
|
-
contents.updateTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
5744
|
+
contents.updateTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(data.updateTime));
|
|
5745
5745
|
}
|
|
5746
5746
|
return contents;
|
|
5747
5747
|
};
|
|
@@ -5839,7 +5839,7 @@ const deserializeAws_restJson1UpdateVariantStoreCommand = async (output, context
|
|
|
5839
5839
|
});
|
|
5840
5840
|
const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
|
|
5841
5841
|
if (data.creationTime != null) {
|
|
5842
|
-
contents.creationTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
5842
|
+
contents.creationTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(data.creationTime));
|
|
5843
5843
|
}
|
|
5844
5844
|
if (data.description != null) {
|
|
5845
5845
|
contents.description = (0, smithy_client_1.expectString)(data.description);
|
|
@@ -5857,7 +5857,7 @@ const deserializeAws_restJson1UpdateVariantStoreCommand = async (output, context
|
|
|
5857
5857
|
contents.status = (0, smithy_client_1.expectString)(data.status);
|
|
5858
5858
|
}
|
|
5859
5859
|
if (data.updateTime != null) {
|
|
5860
|
-
contents.updateTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
5860
|
+
contents.updateTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(data.updateTime));
|
|
5861
5861
|
}
|
|
5862
5862
|
return contents;
|
|
5863
5863
|
};
|
|
@@ -6351,8 +6351,10 @@ const serializeAws_restJson1WorkflowParameterTemplate = (input, context) => {
|
|
|
6351
6351
|
};
|
|
6352
6352
|
const deserializeAws_restJson1ActivateReadSetJobItem = (output, context) => {
|
|
6353
6353
|
return {
|
|
6354
|
-
completionTime: output.completionTime != null
|
|
6355
|
-
|
|
6354
|
+
completionTime: output.completionTime != null
|
|
6355
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output.completionTime))
|
|
6356
|
+
: undefined,
|
|
6357
|
+
creationTime: output.creationTime != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output.creationTime)) : undefined,
|
|
6356
6358
|
id: (0, smithy_client_1.expectString)(output.id),
|
|
6357
6359
|
sequenceStoreId: (0, smithy_client_1.expectString)(output.sequenceStoreId),
|
|
6358
6360
|
status: (0, smithy_client_1.expectString)(output.status),
|
|
@@ -6406,14 +6408,16 @@ const deserializeAws_restJson1AnnotationImportItemDetails = (output, context) =>
|
|
|
6406
6408
|
};
|
|
6407
6409
|
const deserializeAws_restJson1AnnotationImportJobItem = (output, context) => {
|
|
6408
6410
|
return {
|
|
6409
|
-
completionTime: output.completionTime != null
|
|
6410
|
-
|
|
6411
|
+
completionTime: output.completionTime != null
|
|
6412
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output.completionTime))
|
|
6413
|
+
: undefined,
|
|
6414
|
+
creationTime: output.creationTime != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output.creationTime)) : undefined,
|
|
6411
6415
|
destinationName: (0, smithy_client_1.expectString)(output.destinationName),
|
|
6412
6416
|
id: (0, smithy_client_1.expectString)(output.id),
|
|
6413
6417
|
roleArn: (0, smithy_client_1.expectString)(output.roleArn),
|
|
6414
6418
|
runLeftNormalization: (0, smithy_client_1.expectBoolean)(output.runLeftNormalization),
|
|
6415
6419
|
status: (0, smithy_client_1.expectString)(output.status),
|
|
6416
|
-
updateTime: output.updateTime != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
6420
|
+
updateTime: output.updateTime != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output.updateTime)) : undefined,
|
|
6417
6421
|
};
|
|
6418
6422
|
};
|
|
6419
6423
|
const deserializeAws_restJson1AnnotationImportJobItems = (output, context) => {
|
|
@@ -6429,7 +6433,7 @@ const deserializeAws_restJson1AnnotationImportJobItems = (output, context) => {
|
|
|
6429
6433
|
};
|
|
6430
6434
|
const deserializeAws_restJson1AnnotationStoreItem = (output, context) => {
|
|
6431
6435
|
return {
|
|
6432
|
-
creationTime: output.creationTime != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
6436
|
+
creationTime: output.creationTime != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output.creationTime)) : undefined,
|
|
6433
6437
|
description: (0, smithy_client_1.expectString)(output.description),
|
|
6434
6438
|
id: (0, smithy_client_1.expectString)(output.id),
|
|
6435
6439
|
name: (0, smithy_client_1.expectString)(output.name),
|
|
@@ -6442,7 +6446,7 @@ const deserializeAws_restJson1AnnotationStoreItem = (output, context) => {
|
|
|
6442
6446
|
storeArn: (0, smithy_client_1.expectString)(output.storeArn),
|
|
6443
6447
|
storeFormat: (0, smithy_client_1.expectString)(output.storeFormat),
|
|
6444
6448
|
storeSizeBytes: (0, smithy_client_1.expectLong)(output.storeSizeBytes),
|
|
6445
|
-
updateTime: output.updateTime != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
6449
|
+
updateTime: output.updateTime != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output.updateTime)) : undefined,
|
|
6446
6450
|
};
|
|
6447
6451
|
};
|
|
6448
6452
|
const deserializeAws_restJson1AnnotationStoreItems = (output, context) => {
|
|
@@ -6476,8 +6480,10 @@ const deserializeAws_restJson1ExportReadSetDetailList = (output, context) => {
|
|
|
6476
6480
|
};
|
|
6477
6481
|
const deserializeAws_restJson1ExportReadSetJobDetail = (output, context) => {
|
|
6478
6482
|
return {
|
|
6479
|
-
completionTime: output.completionTime != null
|
|
6480
|
-
|
|
6483
|
+
completionTime: output.completionTime != null
|
|
6484
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output.completionTime))
|
|
6485
|
+
: undefined,
|
|
6486
|
+
creationTime: output.creationTime != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output.creationTime)) : undefined,
|
|
6481
6487
|
destination: (0, smithy_client_1.expectString)(output.destination),
|
|
6482
6488
|
id: (0, smithy_client_1.expectString)(output.id),
|
|
6483
6489
|
sequenceStoreId: (0, smithy_client_1.expectString)(output.sequenceStoreId),
|
|
@@ -6526,8 +6532,10 @@ const deserializeAws_restJson1FormatToHeader = (output, context) => {
|
|
|
6526
6532
|
};
|
|
6527
6533
|
const deserializeAws_restJson1ImportReadSetJobItem = (output, context) => {
|
|
6528
6534
|
return {
|
|
6529
|
-
completionTime: output.completionTime != null
|
|
6530
|
-
|
|
6535
|
+
completionTime: output.completionTime != null
|
|
6536
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output.completionTime))
|
|
6537
|
+
: undefined,
|
|
6538
|
+
creationTime: output.creationTime != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output.creationTime)) : undefined,
|
|
6531
6539
|
id: (0, smithy_client_1.expectString)(output.id),
|
|
6532
6540
|
roleArn: (0, smithy_client_1.expectString)(output.roleArn),
|
|
6533
6541
|
sequenceStoreId: (0, smithy_client_1.expectString)(output.sequenceStoreId),
|
|
@@ -6573,8 +6581,10 @@ const deserializeAws_restJson1ImportReadSetSourceList = (output, context) => {
|
|
|
6573
6581
|
};
|
|
6574
6582
|
const deserializeAws_restJson1ImportReferenceJobItem = (output, context) => {
|
|
6575
6583
|
return {
|
|
6576
|
-
completionTime: output.completionTime != null
|
|
6577
|
-
|
|
6584
|
+
completionTime: output.completionTime != null
|
|
6585
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output.completionTime))
|
|
6586
|
+
: undefined,
|
|
6587
|
+
creationTime: output.creationTime != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output.creationTime)) : undefined,
|
|
6578
6588
|
id: (0, smithy_client_1.expectString)(output.id),
|
|
6579
6589
|
referenceStoreId: (0, smithy_client_1.expectString)(output.referenceStoreId),
|
|
6580
6590
|
roleArn: (0, smithy_client_1.expectString)(output.roleArn),
|
|
@@ -6665,7 +6675,7 @@ const deserializeAws_restJson1ReadSetList = (output, context) => {
|
|
|
6665
6675
|
const deserializeAws_restJson1ReadSetListItem = (output, context) => {
|
|
6666
6676
|
return {
|
|
6667
6677
|
arn: (0, smithy_client_1.expectString)(output.arn),
|
|
6668
|
-
creationTime: output.creationTime != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
6678
|
+
creationTime: output.creationTime != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output.creationTime)) : undefined,
|
|
6669
6679
|
description: (0, smithy_client_1.expectString)(output.description),
|
|
6670
6680
|
fileType: (0, smithy_client_1.expectString)(output.fileType),
|
|
6671
6681
|
id: (0, smithy_client_1.expectString)(output.id),
|
|
@@ -6706,20 +6716,20 @@ const deserializeAws_restJson1ReferenceList = (output, context) => {
|
|
|
6706
6716
|
const deserializeAws_restJson1ReferenceListItem = (output, context) => {
|
|
6707
6717
|
return {
|
|
6708
6718
|
arn: (0, smithy_client_1.expectString)(output.arn),
|
|
6709
|
-
creationTime: output.creationTime != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
6719
|
+
creationTime: output.creationTime != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output.creationTime)) : undefined,
|
|
6710
6720
|
description: (0, smithy_client_1.expectString)(output.description),
|
|
6711
6721
|
id: (0, smithy_client_1.expectString)(output.id),
|
|
6712
6722
|
md5: (0, smithy_client_1.expectString)(output.md5),
|
|
6713
6723
|
name: (0, smithy_client_1.expectString)(output.name),
|
|
6714
6724
|
referenceStoreId: (0, smithy_client_1.expectString)(output.referenceStoreId),
|
|
6715
6725
|
status: (0, smithy_client_1.expectString)(output.status),
|
|
6716
|
-
updateTime: output.updateTime != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
6726
|
+
updateTime: output.updateTime != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output.updateTime)) : undefined,
|
|
6717
6727
|
};
|
|
6718
6728
|
};
|
|
6719
6729
|
const deserializeAws_restJson1ReferenceStoreDetail = (output, context) => {
|
|
6720
6730
|
return {
|
|
6721
6731
|
arn: (0, smithy_client_1.expectString)(output.arn),
|
|
6722
|
-
creationTime: output.creationTime != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
6732
|
+
creationTime: output.creationTime != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output.creationTime)) : undefined,
|
|
6723
6733
|
description: (0, smithy_client_1.expectString)(output.description),
|
|
6724
6734
|
id: (0, smithy_client_1.expectString)(output.id),
|
|
6725
6735
|
name: (0, smithy_client_1.expectString)(output.name),
|
|
@@ -6751,7 +6761,7 @@ const deserializeAws_restJson1RunGroupList = (output, context) => {
|
|
|
6751
6761
|
const deserializeAws_restJson1RunGroupListItem = (output, context) => {
|
|
6752
6762
|
return {
|
|
6753
6763
|
arn: (0, smithy_client_1.expectString)(output.arn),
|
|
6754
|
-
creationTime: output.creationTime != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
6764
|
+
creationTime: output.creationTime != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output.creationTime)) : undefined,
|
|
6755
6765
|
id: (0, smithy_client_1.expectString)(output.id),
|
|
6756
6766
|
maxCpus: (0, smithy_client_1.expectInt32)(output.maxCpus),
|
|
6757
6767
|
maxDuration: (0, smithy_client_1.expectInt32)(output.maxDuration),
|
|
@@ -6773,13 +6783,13 @@ const deserializeAws_restJson1RunList = (output, context) => {
|
|
|
6773
6783
|
const deserializeAws_restJson1RunListItem = (output, context) => {
|
|
6774
6784
|
return {
|
|
6775
6785
|
arn: (0, smithy_client_1.expectString)(output.arn),
|
|
6776
|
-
creationTime: output.creationTime != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
6786
|
+
creationTime: output.creationTime != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output.creationTime)) : undefined,
|
|
6777
6787
|
id: (0, smithy_client_1.expectString)(output.id),
|
|
6778
6788
|
name: (0, smithy_client_1.expectString)(output.name),
|
|
6779
6789
|
priority: (0, smithy_client_1.expectInt32)(output.priority),
|
|
6780
|
-
startTime: output.startTime != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
6790
|
+
startTime: output.startTime != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output.startTime)) : undefined,
|
|
6781
6791
|
status: (0, smithy_client_1.expectString)(output.status),
|
|
6782
|
-
stopTime: output.stopTime != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
6792
|
+
stopTime: output.stopTime != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output.stopTime)) : undefined,
|
|
6783
6793
|
storageCapacity: (0, smithy_client_1.expectInt32)(output.storageCapacity),
|
|
6784
6794
|
workflowId: (0, smithy_client_1.expectString)(output.workflowId),
|
|
6785
6795
|
};
|
|
@@ -6827,7 +6837,7 @@ const deserializeAws_restJson1SequenceInformation = (output, context) => {
|
|
|
6827
6837
|
const deserializeAws_restJson1SequenceStoreDetail = (output, context) => {
|
|
6828
6838
|
return {
|
|
6829
6839
|
arn: (0, smithy_client_1.expectString)(output.arn),
|
|
6830
|
-
creationTime: output.creationTime != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
6840
|
+
creationTime: output.creationTime != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output.creationTime)) : undefined,
|
|
6831
6841
|
description: (0, smithy_client_1.expectString)(output.description),
|
|
6832
6842
|
id: (0, smithy_client_1.expectString)(output.id),
|
|
6833
6843
|
name: (0, smithy_client_1.expectString)(output.name),
|
|
@@ -6888,12 +6898,12 @@ const deserializeAws_restJson1TaskList = (output, context) => {
|
|
|
6888
6898
|
const deserializeAws_restJson1TaskListItem = (output, context) => {
|
|
6889
6899
|
return {
|
|
6890
6900
|
cpus: (0, smithy_client_1.expectInt32)(output.cpus),
|
|
6891
|
-
creationTime: output.creationTime != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
6901
|
+
creationTime: output.creationTime != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output.creationTime)) : undefined,
|
|
6892
6902
|
memory: (0, smithy_client_1.expectInt32)(output.memory),
|
|
6893
6903
|
name: (0, smithy_client_1.expectString)(output.name),
|
|
6894
|
-
startTime: output.startTime != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
6904
|
+
startTime: output.startTime != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output.startTime)) : undefined,
|
|
6895
6905
|
status: (0, smithy_client_1.expectString)(output.status),
|
|
6896
|
-
stopTime: output.stopTime != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
6906
|
+
stopTime: output.stopTime != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output.stopTime)) : undefined,
|
|
6897
6907
|
taskId: (0, smithy_client_1.expectString)(output.taskId),
|
|
6898
6908
|
};
|
|
6899
6909
|
};
|
|
@@ -6930,14 +6940,16 @@ const deserializeAws_restJson1VariantImportItemDetails = (output, context) => {
|
|
|
6930
6940
|
};
|
|
6931
6941
|
const deserializeAws_restJson1VariantImportJobItem = (output, context) => {
|
|
6932
6942
|
return {
|
|
6933
|
-
completionTime: output.completionTime != null
|
|
6934
|
-
|
|
6943
|
+
completionTime: output.completionTime != null
|
|
6944
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output.completionTime))
|
|
6945
|
+
: undefined,
|
|
6946
|
+
creationTime: output.creationTime != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output.creationTime)) : undefined,
|
|
6935
6947
|
destinationName: (0, smithy_client_1.expectString)(output.destinationName),
|
|
6936
6948
|
id: (0, smithy_client_1.expectString)(output.id),
|
|
6937
6949
|
roleArn: (0, smithy_client_1.expectString)(output.roleArn),
|
|
6938
6950
|
runLeftNormalization: (0, smithy_client_1.expectBoolean)(output.runLeftNormalization),
|
|
6939
6951
|
status: (0, smithy_client_1.expectString)(output.status),
|
|
6940
|
-
updateTime: output.updateTime != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
6952
|
+
updateTime: output.updateTime != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output.updateTime)) : undefined,
|
|
6941
6953
|
};
|
|
6942
6954
|
};
|
|
6943
6955
|
const deserializeAws_restJson1VariantImportJobItems = (output, context) => {
|
|
@@ -6953,7 +6965,7 @@ const deserializeAws_restJson1VariantImportJobItems = (output, context) => {
|
|
|
6953
6965
|
};
|
|
6954
6966
|
const deserializeAws_restJson1VariantStoreItem = (output, context) => {
|
|
6955
6967
|
return {
|
|
6956
|
-
creationTime: output.creationTime != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
6968
|
+
creationTime: output.creationTime != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output.creationTime)) : undefined,
|
|
6957
6969
|
description: (0, smithy_client_1.expectString)(output.description),
|
|
6958
6970
|
id: (0, smithy_client_1.expectString)(output.id),
|
|
6959
6971
|
name: (0, smithy_client_1.expectString)(output.name),
|
|
@@ -6965,7 +6977,7 @@ const deserializeAws_restJson1VariantStoreItem = (output, context) => {
|
|
|
6965
6977
|
statusMessage: (0, smithy_client_1.expectString)(output.statusMessage),
|
|
6966
6978
|
storeArn: (0, smithy_client_1.expectString)(output.storeArn),
|
|
6967
6979
|
storeSizeBytes: (0, smithy_client_1.expectLong)(output.storeSizeBytes),
|
|
6968
|
-
updateTime: output.updateTime != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
6980
|
+
updateTime: output.updateTime != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output.updateTime)) : undefined,
|
|
6969
6981
|
};
|
|
6970
6982
|
};
|
|
6971
6983
|
const deserializeAws_restJson1VariantStoreItems = (output, context) => {
|
|
@@ -6999,7 +7011,7 @@ const deserializeAws_restJson1WorkflowList = (output, context) => {
|
|
|
6999
7011
|
const deserializeAws_restJson1WorkflowListItem = (output, context) => {
|
|
7000
7012
|
return {
|
|
7001
7013
|
arn: (0, smithy_client_1.expectString)(output.arn),
|
|
7002
|
-
creationTime: output.creationTime != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
7014
|
+
creationTime: output.creationTime != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output.creationTime)) : undefined,
|
|
7003
7015
|
digest: (0, smithy_client_1.expectString)(output.digest),
|
|
7004
7016
|
id: (0, smithy_client_1.expectString)(output.id),
|
|
7005
7017
|
name: (0, smithy_client_1.expectString)(output.name),
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { HttpRequest as __HttpRequest, isValidHostname as __isValidHostname, } from "@aws-sdk/protocol-http";
|
|
2
|
-
import { decorateServiceException as __decorateServiceException, expectBoolean as __expectBoolean, expectInt32 as __expectInt32, expectLong as __expectLong, expectNonNull as __expectNonNull, expectObject as __expectObject, expectString as __expectString, expectUnion as __expectUnion, map as __map,
|
|
2
|
+
import { decorateServiceException as __decorateServiceException, expectBoolean as __expectBoolean, expectInt32 as __expectInt32, expectLong as __expectLong, expectNonNull as __expectNonNull, expectObject as __expectObject, expectString as __expectString, expectUnion as __expectUnion, map as __map, parseRfc3339DateTimeWithOffset as __parseRfc3339DateTimeWithOffset, resolvedPath as __resolvedPath, throwDefaultError, } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { v4 as generateIdempotencyToken } from "uuid";
|
|
4
4
|
import { AccessDeniedException, ConflictException, FormatOptions, InternalServerException, RangeNotSatisfiableException, ReferenceItem, RequestTimeoutException, ResourceNotFoundException, ServiceQuotaExceededException, StoreOptions, ThrottlingException, ValidationException, } from "../models/models_0";
|
|
5
5
|
import { OmicsServiceException as __BaseException } from "../models/OmicsServiceException";
|
|
@@ -2082,7 +2082,7 @@ export const deserializeAws_restJson1CreateAnnotationStoreCommand = async (outpu
|
|
|
2082
2082
|
});
|
|
2083
2083
|
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
2084
2084
|
if (data.creationTime != null) {
|
|
2085
|
-
contents.creationTime = __expectNonNull(
|
|
2085
|
+
contents.creationTime = __expectNonNull(__parseRfc3339DateTimeWithOffset(data.creationTime));
|
|
2086
2086
|
}
|
|
2087
2087
|
if (data.id != null) {
|
|
2088
2088
|
contents.id = __expectString(data.id);
|
|
@@ -2154,7 +2154,7 @@ export const deserializeAws_restJson1CreateReferenceStoreCommand = async (output
|
|
|
2154
2154
|
contents.arn = __expectString(data.arn);
|
|
2155
2155
|
}
|
|
2156
2156
|
if (data.creationTime != null) {
|
|
2157
|
-
contents.creationTime = __expectNonNull(
|
|
2157
|
+
contents.creationTime = __expectNonNull(__parseRfc3339DateTimeWithOffset(data.creationTime));
|
|
2158
2158
|
}
|
|
2159
2159
|
if (data.description != null) {
|
|
2160
2160
|
contents.description = __expectString(data.description);
|
|
@@ -2277,7 +2277,7 @@ export const deserializeAws_restJson1CreateSequenceStoreCommand = async (output,
|
|
|
2277
2277
|
contents.arn = __expectString(data.arn);
|
|
2278
2278
|
}
|
|
2279
2279
|
if (data.creationTime != null) {
|
|
2280
|
-
contents.creationTime = __expectNonNull(
|
|
2280
|
+
contents.creationTime = __expectNonNull(__parseRfc3339DateTimeWithOffset(data.creationTime));
|
|
2281
2281
|
}
|
|
2282
2282
|
if (data.description != null) {
|
|
2283
2283
|
contents.description = __expectString(data.description);
|
|
@@ -2337,7 +2337,7 @@ export const deserializeAws_restJson1CreateVariantStoreCommand = async (output,
|
|
|
2337
2337
|
});
|
|
2338
2338
|
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
2339
2339
|
if (data.creationTime != null) {
|
|
2340
|
-
contents.creationTime = __expectNonNull(
|
|
2340
|
+
contents.creationTime = __expectNonNull(__parseRfc3339DateTimeWithOffset(data.creationTime));
|
|
2341
2341
|
}
|
|
2342
2342
|
if (data.id != null) {
|
|
2343
2343
|
contents.id = __expectString(data.id);
|
|
@@ -2856,10 +2856,10 @@ export const deserializeAws_restJson1GetAnnotationImportJobCommand = async (outp
|
|
|
2856
2856
|
});
|
|
2857
2857
|
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
2858
2858
|
if (data.completionTime != null) {
|
|
2859
|
-
contents.completionTime = __expectNonNull(
|
|
2859
|
+
contents.completionTime = __expectNonNull(__parseRfc3339DateTimeWithOffset(data.completionTime));
|
|
2860
2860
|
}
|
|
2861
2861
|
if (data.creationTime != null) {
|
|
2862
|
-
contents.creationTime = __expectNonNull(
|
|
2862
|
+
contents.creationTime = __expectNonNull(__parseRfc3339DateTimeWithOffset(data.creationTime));
|
|
2863
2863
|
}
|
|
2864
2864
|
if (data.destinationName != null) {
|
|
2865
2865
|
contents.destinationName = __expectString(data.destinationName);
|
|
@@ -2886,7 +2886,7 @@ export const deserializeAws_restJson1GetAnnotationImportJobCommand = async (outp
|
|
|
2886
2886
|
contents.statusMessage = __expectString(data.statusMessage);
|
|
2887
2887
|
}
|
|
2888
2888
|
if (data.updateTime != null) {
|
|
2889
|
-
contents.updateTime = __expectNonNull(
|
|
2889
|
+
contents.updateTime = __expectNonNull(__parseRfc3339DateTimeWithOffset(data.updateTime));
|
|
2890
2890
|
}
|
|
2891
2891
|
return contents;
|
|
2892
2892
|
};
|
|
@@ -2931,7 +2931,7 @@ export const deserializeAws_restJson1GetAnnotationStoreCommand = async (output,
|
|
|
2931
2931
|
});
|
|
2932
2932
|
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
2933
2933
|
if (data.creationTime != null) {
|
|
2934
|
-
contents.creationTime = __expectNonNull(
|
|
2934
|
+
contents.creationTime = __expectNonNull(__parseRfc3339DateTimeWithOffset(data.creationTime));
|
|
2935
2935
|
}
|
|
2936
2936
|
if (data.description != null) {
|
|
2937
2937
|
contents.description = __expectString(data.description);
|
|
@@ -2970,7 +2970,7 @@ export const deserializeAws_restJson1GetAnnotationStoreCommand = async (output,
|
|
|
2970
2970
|
contents.tags = deserializeAws_restJson1TagMap(data.tags, context);
|
|
2971
2971
|
}
|
|
2972
2972
|
if (data.updateTime != null) {
|
|
2973
|
-
contents.updateTime = __expectNonNull(
|
|
2973
|
+
contents.updateTime = __expectNonNull(__parseRfc3339DateTimeWithOffset(data.updateTime));
|
|
2974
2974
|
}
|
|
2975
2975
|
return contents;
|
|
2976
2976
|
};
|
|
@@ -3068,10 +3068,10 @@ export const deserializeAws_restJson1GetReadSetActivationJobCommand = async (out
|
|
|
3068
3068
|
});
|
|
3069
3069
|
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
3070
3070
|
if (data.completionTime != null) {
|
|
3071
|
-
contents.completionTime = __expectNonNull(
|
|
3071
|
+
contents.completionTime = __expectNonNull(__parseRfc3339DateTimeWithOffset(data.completionTime));
|
|
3072
3072
|
}
|
|
3073
3073
|
if (data.creationTime != null) {
|
|
3074
|
-
contents.creationTime = __expectNonNull(
|
|
3074
|
+
contents.creationTime = __expectNonNull(__parseRfc3339DateTimeWithOffset(data.creationTime));
|
|
3075
3075
|
}
|
|
3076
3076
|
if (data.id != null) {
|
|
3077
3077
|
contents.id = __expectString(data.id);
|
|
@@ -3134,10 +3134,10 @@ export const deserializeAws_restJson1GetReadSetExportJobCommand = async (output,
|
|
|
3134
3134
|
});
|
|
3135
3135
|
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
3136
3136
|
if (data.completionTime != null) {
|
|
3137
|
-
contents.completionTime = __expectNonNull(
|
|
3137
|
+
contents.completionTime = __expectNonNull(__parseRfc3339DateTimeWithOffset(data.completionTime));
|
|
3138
3138
|
}
|
|
3139
3139
|
if (data.creationTime != null) {
|
|
3140
|
-
contents.creationTime = __expectNonNull(
|
|
3140
|
+
contents.creationTime = __expectNonNull(__parseRfc3339DateTimeWithOffset(data.creationTime));
|
|
3141
3141
|
}
|
|
3142
3142
|
if (data.destination != null) {
|
|
3143
3143
|
contents.destination = __expectString(data.destination);
|
|
@@ -3203,10 +3203,10 @@ export const deserializeAws_restJson1GetReadSetImportJobCommand = async (output,
|
|
|
3203
3203
|
});
|
|
3204
3204
|
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
3205
3205
|
if (data.completionTime != null) {
|
|
3206
|
-
contents.completionTime = __expectNonNull(
|
|
3206
|
+
contents.completionTime = __expectNonNull(__parseRfc3339DateTimeWithOffset(data.completionTime));
|
|
3207
3207
|
}
|
|
3208
3208
|
if (data.creationTime != null) {
|
|
3209
|
-
contents.creationTime = __expectNonNull(
|
|
3209
|
+
contents.creationTime = __expectNonNull(__parseRfc3339DateTimeWithOffset(data.creationTime));
|
|
3210
3210
|
}
|
|
3211
3211
|
if (data.id != null) {
|
|
3212
3212
|
contents.id = __expectString(data.id);
|
|
@@ -3275,7 +3275,7 @@ export const deserializeAws_restJson1GetReadSetMetadataCommand = async (output,
|
|
|
3275
3275
|
contents.arn = __expectString(data.arn);
|
|
3276
3276
|
}
|
|
3277
3277
|
if (data.creationTime != null) {
|
|
3278
|
-
contents.creationTime = __expectNonNull(
|
|
3278
|
+
contents.creationTime = __expectNonNull(__parseRfc3339DateTimeWithOffset(data.creationTime));
|
|
3279
3279
|
}
|
|
3280
3280
|
if (data.description != null) {
|
|
3281
3281
|
contents.description = __expectString(data.description);
|
|
@@ -3406,10 +3406,10 @@ export const deserializeAws_restJson1GetReferenceImportJobCommand = async (outpu
|
|
|
3406
3406
|
});
|
|
3407
3407
|
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
3408
3408
|
if (data.completionTime != null) {
|
|
3409
|
-
contents.completionTime = __expectNonNull(
|
|
3409
|
+
contents.completionTime = __expectNonNull(__parseRfc3339DateTimeWithOffset(data.completionTime));
|
|
3410
3410
|
}
|
|
3411
3411
|
if (data.creationTime != null) {
|
|
3412
|
-
contents.creationTime = __expectNonNull(
|
|
3412
|
+
contents.creationTime = __expectNonNull(__parseRfc3339DateTimeWithOffset(data.creationTime));
|
|
3413
3413
|
}
|
|
3414
3414
|
if (data.id != null) {
|
|
3415
3415
|
contents.id = __expectString(data.id);
|
|
@@ -3478,7 +3478,7 @@ export const deserializeAws_restJson1GetReferenceMetadataCommand = async (output
|
|
|
3478
3478
|
contents.arn = __expectString(data.arn);
|
|
3479
3479
|
}
|
|
3480
3480
|
if (data.creationTime != null) {
|
|
3481
|
-
contents.creationTime = __expectNonNull(
|
|
3481
|
+
contents.creationTime = __expectNonNull(__parseRfc3339DateTimeWithOffset(data.creationTime));
|
|
3482
3482
|
}
|
|
3483
3483
|
if (data.description != null) {
|
|
3484
3484
|
contents.description = __expectString(data.description);
|
|
@@ -3502,7 +3502,7 @@ export const deserializeAws_restJson1GetReferenceMetadataCommand = async (output
|
|
|
3502
3502
|
contents.status = __expectString(data.status);
|
|
3503
3503
|
}
|
|
3504
3504
|
if (data.updateTime != null) {
|
|
3505
|
-
contents.updateTime = __expectNonNull(
|
|
3505
|
+
contents.updateTime = __expectNonNull(__parseRfc3339DateTimeWithOffset(data.updateTime));
|
|
3506
3506
|
}
|
|
3507
3507
|
return contents;
|
|
3508
3508
|
};
|
|
@@ -3553,7 +3553,7 @@ export const deserializeAws_restJson1GetReferenceStoreCommand = async (output, c
|
|
|
3553
3553
|
contents.arn = __expectString(data.arn);
|
|
3554
3554
|
}
|
|
3555
3555
|
if (data.creationTime != null) {
|
|
3556
|
-
contents.creationTime = __expectNonNull(
|
|
3556
|
+
contents.creationTime = __expectNonNull(__parseRfc3339DateTimeWithOffset(data.creationTime));
|
|
3557
3557
|
}
|
|
3558
3558
|
if (data.description != null) {
|
|
3559
3559
|
contents.description = __expectString(data.description);
|
|
@@ -3616,7 +3616,7 @@ export const deserializeAws_restJson1GetRunCommand = async (output, context) =>
|
|
|
3616
3616
|
contents.arn = __expectString(data.arn);
|
|
3617
3617
|
}
|
|
3618
3618
|
if (data.creationTime != null) {
|
|
3619
|
-
contents.creationTime = __expectNonNull(
|
|
3619
|
+
contents.creationTime = __expectNonNull(__parseRfc3339DateTimeWithOffset(data.creationTime));
|
|
3620
3620
|
}
|
|
3621
3621
|
if (data.definition != null) {
|
|
3622
3622
|
contents.definition = __expectString(data.definition);
|
|
@@ -3655,7 +3655,7 @@ export const deserializeAws_restJson1GetRunCommand = async (output, context) =>
|
|
|
3655
3655
|
contents.runId = __expectString(data.runId);
|
|
3656
3656
|
}
|
|
3657
3657
|
if (data.startTime != null) {
|
|
3658
|
-
contents.startTime = __expectNonNull(
|
|
3658
|
+
contents.startTime = __expectNonNull(__parseRfc3339DateTimeWithOffset(data.startTime));
|
|
3659
3659
|
}
|
|
3660
3660
|
if (data.startedBy != null) {
|
|
3661
3661
|
contents.startedBy = __expectString(data.startedBy);
|
|
@@ -3667,7 +3667,7 @@ export const deserializeAws_restJson1GetRunCommand = async (output, context) =>
|
|
|
3667
3667
|
contents.statusMessage = __expectString(data.statusMessage);
|
|
3668
3668
|
}
|
|
3669
3669
|
if (data.stopTime != null) {
|
|
3670
|
-
contents.stopTime = __expectNonNull(
|
|
3670
|
+
contents.stopTime = __expectNonNull(__parseRfc3339DateTimeWithOffset(data.stopTime));
|
|
3671
3671
|
}
|
|
3672
3672
|
if (data.storageCapacity != null) {
|
|
3673
3673
|
contents.storageCapacity = __expectInt32(data.storageCapacity);
|
|
@@ -3736,7 +3736,7 @@ export const deserializeAws_restJson1GetRunGroupCommand = async (output, context
|
|
|
3736
3736
|
contents.arn = __expectString(data.arn);
|
|
3737
3737
|
}
|
|
3738
3738
|
if (data.creationTime != null) {
|
|
3739
|
-
contents.creationTime = __expectNonNull(
|
|
3739
|
+
contents.creationTime = __expectNonNull(__parseRfc3339DateTimeWithOffset(data.creationTime));
|
|
3740
3740
|
}
|
|
3741
3741
|
if (data.id != null) {
|
|
3742
3742
|
contents.id = __expectString(data.id);
|
|
@@ -3811,7 +3811,7 @@ export const deserializeAws_restJson1GetRunTaskCommand = async (output, context)
|
|
|
3811
3811
|
contents.cpus = __expectInt32(data.cpus);
|
|
3812
3812
|
}
|
|
3813
3813
|
if (data.creationTime != null) {
|
|
3814
|
-
contents.creationTime = __expectNonNull(
|
|
3814
|
+
contents.creationTime = __expectNonNull(__parseRfc3339DateTimeWithOffset(data.creationTime));
|
|
3815
3815
|
}
|
|
3816
3816
|
if (data.logStream != null) {
|
|
3817
3817
|
contents.logStream = __expectString(data.logStream);
|
|
@@ -3823,7 +3823,7 @@ export const deserializeAws_restJson1GetRunTaskCommand = async (output, context)
|
|
|
3823
3823
|
contents.name = __expectString(data.name);
|
|
3824
3824
|
}
|
|
3825
3825
|
if (data.startTime != null) {
|
|
3826
|
-
contents.startTime = __expectNonNull(
|
|
3826
|
+
contents.startTime = __expectNonNull(__parseRfc3339DateTimeWithOffset(data.startTime));
|
|
3827
3827
|
}
|
|
3828
3828
|
if (data.status != null) {
|
|
3829
3829
|
contents.status = __expectString(data.status);
|
|
@@ -3832,7 +3832,7 @@ export const deserializeAws_restJson1GetRunTaskCommand = async (output, context)
|
|
|
3832
3832
|
contents.statusMessage = __expectString(data.statusMessage);
|
|
3833
3833
|
}
|
|
3834
3834
|
if (data.stopTime != null) {
|
|
3835
|
-
contents.stopTime = __expectNonNull(
|
|
3835
|
+
contents.stopTime = __expectNonNull(__parseRfc3339DateTimeWithOffset(data.stopTime));
|
|
3836
3836
|
}
|
|
3837
3837
|
if (data.taskId != null) {
|
|
3838
3838
|
contents.taskId = __expectString(data.taskId);
|
|
@@ -3892,7 +3892,7 @@ export const deserializeAws_restJson1GetSequenceStoreCommand = async (output, co
|
|
|
3892
3892
|
contents.arn = __expectString(data.arn);
|
|
3893
3893
|
}
|
|
3894
3894
|
if (data.creationTime != null) {
|
|
3895
|
-
contents.creationTime = __expectNonNull(
|
|
3895
|
+
contents.creationTime = __expectNonNull(__parseRfc3339DateTimeWithOffset(data.creationTime));
|
|
3896
3896
|
}
|
|
3897
3897
|
if (data.description != null) {
|
|
3898
3898
|
contents.description = __expectString(data.description);
|
|
@@ -3952,10 +3952,10 @@ export const deserializeAws_restJson1GetVariantImportJobCommand = async (output,
|
|
|
3952
3952
|
});
|
|
3953
3953
|
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
3954
3954
|
if (data.completionTime != null) {
|
|
3955
|
-
contents.completionTime = __expectNonNull(
|
|
3955
|
+
contents.completionTime = __expectNonNull(__parseRfc3339DateTimeWithOffset(data.completionTime));
|
|
3956
3956
|
}
|
|
3957
3957
|
if (data.creationTime != null) {
|
|
3958
|
-
contents.creationTime = __expectNonNull(
|
|
3958
|
+
contents.creationTime = __expectNonNull(__parseRfc3339DateTimeWithOffset(data.creationTime));
|
|
3959
3959
|
}
|
|
3960
3960
|
if (data.destinationName != null) {
|
|
3961
3961
|
contents.destinationName = __expectString(data.destinationName);
|
|
@@ -3979,7 +3979,7 @@ export const deserializeAws_restJson1GetVariantImportJobCommand = async (output,
|
|
|
3979
3979
|
contents.statusMessage = __expectString(data.statusMessage);
|
|
3980
3980
|
}
|
|
3981
3981
|
if (data.updateTime != null) {
|
|
3982
|
-
contents.updateTime = __expectNonNull(
|
|
3982
|
+
contents.updateTime = __expectNonNull(__parseRfc3339DateTimeWithOffset(data.updateTime));
|
|
3983
3983
|
}
|
|
3984
3984
|
return contents;
|
|
3985
3985
|
};
|
|
@@ -4024,7 +4024,7 @@ export const deserializeAws_restJson1GetVariantStoreCommand = async (output, con
|
|
|
4024
4024
|
});
|
|
4025
4025
|
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
4026
4026
|
if (data.creationTime != null) {
|
|
4027
|
-
contents.creationTime = __expectNonNull(
|
|
4027
|
+
contents.creationTime = __expectNonNull(__parseRfc3339DateTimeWithOffset(data.creationTime));
|
|
4028
4028
|
}
|
|
4029
4029
|
if (data.description != null) {
|
|
4030
4030
|
contents.description = __expectString(data.description);
|
|
@@ -4057,7 +4057,7 @@ export const deserializeAws_restJson1GetVariantStoreCommand = async (output, con
|
|
|
4057
4057
|
contents.tags = deserializeAws_restJson1TagMap(data.tags, context);
|
|
4058
4058
|
}
|
|
4059
4059
|
if (data.updateTime != null) {
|
|
4060
|
-
contents.updateTime = __expectNonNull(
|
|
4060
|
+
contents.updateTime = __expectNonNull(__parseRfc3339DateTimeWithOffset(data.updateTime));
|
|
4061
4061
|
}
|
|
4062
4062
|
return contents;
|
|
4063
4063
|
};
|
|
@@ -4105,7 +4105,7 @@ export const deserializeAws_restJson1GetWorkflowCommand = async (output, context
|
|
|
4105
4105
|
contents.arn = __expectString(data.arn);
|
|
4106
4106
|
}
|
|
4107
4107
|
if (data.creationTime != null) {
|
|
4108
|
-
contents.creationTime = __expectNonNull(
|
|
4108
|
+
contents.creationTime = __expectNonNull(__parseRfc3339DateTimeWithOffset(data.creationTime));
|
|
4109
4109
|
}
|
|
4110
4110
|
if (data.definition != null) {
|
|
4111
4111
|
contents.definition = __expectString(data.definition);
|
|
@@ -5122,7 +5122,7 @@ export const deserializeAws_restJson1StartReadSetActivationJobCommand = async (o
|
|
|
5122
5122
|
});
|
|
5123
5123
|
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
5124
5124
|
if (data.creationTime != null) {
|
|
5125
|
-
contents.creationTime = __expectNonNull(
|
|
5125
|
+
contents.creationTime = __expectNonNull(__parseRfc3339DateTimeWithOffset(data.creationTime));
|
|
5126
5126
|
}
|
|
5127
5127
|
if (data.id != null) {
|
|
5128
5128
|
contents.id = __expectString(data.id);
|
|
@@ -5182,7 +5182,7 @@ export const deserializeAws_restJson1StartReadSetExportJobCommand = async (outpu
|
|
|
5182
5182
|
});
|
|
5183
5183
|
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
5184
5184
|
if (data.creationTime != null) {
|
|
5185
|
-
contents.creationTime = __expectNonNull(
|
|
5185
|
+
contents.creationTime = __expectNonNull(__parseRfc3339DateTimeWithOffset(data.creationTime));
|
|
5186
5186
|
}
|
|
5187
5187
|
if (data.destination != null) {
|
|
5188
5188
|
contents.destination = __expectString(data.destination);
|
|
@@ -5245,7 +5245,7 @@ export const deserializeAws_restJson1StartReadSetImportJobCommand = async (outpu
|
|
|
5245
5245
|
});
|
|
5246
5246
|
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
5247
5247
|
if (data.creationTime != null) {
|
|
5248
|
-
contents.creationTime = __expectNonNull(
|
|
5248
|
+
contents.creationTime = __expectNonNull(__parseRfc3339DateTimeWithOffset(data.creationTime));
|
|
5249
5249
|
}
|
|
5250
5250
|
if (data.id != null) {
|
|
5251
5251
|
contents.id = __expectString(data.id);
|
|
@@ -5308,7 +5308,7 @@ export const deserializeAws_restJson1StartReferenceImportJobCommand = async (out
|
|
|
5308
5308
|
});
|
|
5309
5309
|
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
5310
5310
|
if (data.creationTime != null) {
|
|
5311
|
-
contents.creationTime = __expectNonNull(
|
|
5311
|
+
contents.creationTime = __expectNonNull(__parseRfc3339DateTimeWithOffset(data.creationTime));
|
|
5312
5312
|
}
|
|
5313
5313
|
if (data.id != null) {
|
|
5314
5314
|
contents.id = __expectString(data.id);
|
|
@@ -5584,7 +5584,7 @@ export const deserializeAws_restJson1UpdateAnnotationStoreCommand = async (outpu
|
|
|
5584
5584
|
});
|
|
5585
5585
|
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
5586
5586
|
if (data.creationTime != null) {
|
|
5587
|
-
contents.creationTime = __expectNonNull(
|
|
5587
|
+
contents.creationTime = __expectNonNull(__parseRfc3339DateTimeWithOffset(data.creationTime));
|
|
5588
5588
|
}
|
|
5589
5589
|
if (data.description != null) {
|
|
5590
5590
|
contents.description = __expectString(data.description);
|
|
@@ -5608,7 +5608,7 @@ export const deserializeAws_restJson1UpdateAnnotationStoreCommand = async (outpu
|
|
|
5608
5608
|
contents.storeOptions = deserializeAws_restJson1StoreOptions(__expectUnion(data.storeOptions), context);
|
|
5609
5609
|
}
|
|
5610
5610
|
if (data.updateTime != null) {
|
|
5611
|
-
contents.updateTime = __expectNonNull(
|
|
5611
|
+
contents.updateTime = __expectNonNull(__parseRfc3339DateTimeWithOffset(data.updateTime));
|
|
5612
5612
|
}
|
|
5613
5613
|
return contents;
|
|
5614
5614
|
};
|
|
@@ -5704,7 +5704,7 @@ export const deserializeAws_restJson1UpdateVariantStoreCommand = async (output,
|
|
|
5704
5704
|
});
|
|
5705
5705
|
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
5706
5706
|
if (data.creationTime != null) {
|
|
5707
|
-
contents.creationTime = __expectNonNull(
|
|
5707
|
+
contents.creationTime = __expectNonNull(__parseRfc3339DateTimeWithOffset(data.creationTime));
|
|
5708
5708
|
}
|
|
5709
5709
|
if (data.description != null) {
|
|
5710
5710
|
contents.description = __expectString(data.description);
|
|
@@ -5722,7 +5722,7 @@ export const deserializeAws_restJson1UpdateVariantStoreCommand = async (output,
|
|
|
5722
5722
|
contents.status = __expectString(data.status);
|
|
5723
5723
|
}
|
|
5724
5724
|
if (data.updateTime != null) {
|
|
5725
|
-
contents.updateTime = __expectNonNull(
|
|
5725
|
+
contents.updateTime = __expectNonNull(__parseRfc3339DateTimeWithOffset(data.updateTime));
|
|
5726
5726
|
}
|
|
5727
5727
|
return contents;
|
|
5728
5728
|
};
|
|
@@ -6214,8 +6214,10 @@ const serializeAws_restJson1WorkflowParameterTemplate = (input, context) => {
|
|
|
6214
6214
|
};
|
|
6215
6215
|
const deserializeAws_restJson1ActivateReadSetJobItem = (output, context) => {
|
|
6216
6216
|
return {
|
|
6217
|
-
completionTime: output.completionTime != null
|
|
6218
|
-
|
|
6217
|
+
completionTime: output.completionTime != null
|
|
6218
|
+
? __expectNonNull(__parseRfc3339DateTimeWithOffset(output.completionTime))
|
|
6219
|
+
: undefined,
|
|
6220
|
+
creationTime: output.creationTime != null ? __expectNonNull(__parseRfc3339DateTimeWithOffset(output.creationTime)) : undefined,
|
|
6219
6221
|
id: __expectString(output.id),
|
|
6220
6222
|
sequenceStoreId: __expectString(output.sequenceStoreId),
|
|
6221
6223
|
status: __expectString(output.status),
|
|
@@ -6269,14 +6271,16 @@ const deserializeAws_restJson1AnnotationImportItemDetails = (output, context) =>
|
|
|
6269
6271
|
};
|
|
6270
6272
|
const deserializeAws_restJson1AnnotationImportJobItem = (output, context) => {
|
|
6271
6273
|
return {
|
|
6272
|
-
completionTime: output.completionTime != null
|
|
6273
|
-
|
|
6274
|
+
completionTime: output.completionTime != null
|
|
6275
|
+
? __expectNonNull(__parseRfc3339DateTimeWithOffset(output.completionTime))
|
|
6276
|
+
: undefined,
|
|
6277
|
+
creationTime: output.creationTime != null ? __expectNonNull(__parseRfc3339DateTimeWithOffset(output.creationTime)) : undefined,
|
|
6274
6278
|
destinationName: __expectString(output.destinationName),
|
|
6275
6279
|
id: __expectString(output.id),
|
|
6276
6280
|
roleArn: __expectString(output.roleArn),
|
|
6277
6281
|
runLeftNormalization: __expectBoolean(output.runLeftNormalization),
|
|
6278
6282
|
status: __expectString(output.status),
|
|
6279
|
-
updateTime: output.updateTime != null ? __expectNonNull(
|
|
6283
|
+
updateTime: output.updateTime != null ? __expectNonNull(__parseRfc3339DateTimeWithOffset(output.updateTime)) : undefined,
|
|
6280
6284
|
};
|
|
6281
6285
|
};
|
|
6282
6286
|
const deserializeAws_restJson1AnnotationImportJobItems = (output, context) => {
|
|
@@ -6292,7 +6296,7 @@ const deserializeAws_restJson1AnnotationImportJobItems = (output, context) => {
|
|
|
6292
6296
|
};
|
|
6293
6297
|
const deserializeAws_restJson1AnnotationStoreItem = (output, context) => {
|
|
6294
6298
|
return {
|
|
6295
|
-
creationTime: output.creationTime != null ? __expectNonNull(
|
|
6299
|
+
creationTime: output.creationTime != null ? __expectNonNull(__parseRfc3339DateTimeWithOffset(output.creationTime)) : undefined,
|
|
6296
6300
|
description: __expectString(output.description),
|
|
6297
6301
|
id: __expectString(output.id),
|
|
6298
6302
|
name: __expectString(output.name),
|
|
@@ -6305,7 +6309,7 @@ const deserializeAws_restJson1AnnotationStoreItem = (output, context) => {
|
|
|
6305
6309
|
storeArn: __expectString(output.storeArn),
|
|
6306
6310
|
storeFormat: __expectString(output.storeFormat),
|
|
6307
6311
|
storeSizeBytes: __expectLong(output.storeSizeBytes),
|
|
6308
|
-
updateTime: output.updateTime != null ? __expectNonNull(
|
|
6312
|
+
updateTime: output.updateTime != null ? __expectNonNull(__parseRfc3339DateTimeWithOffset(output.updateTime)) : undefined,
|
|
6309
6313
|
};
|
|
6310
6314
|
};
|
|
6311
6315
|
const deserializeAws_restJson1AnnotationStoreItems = (output, context) => {
|
|
@@ -6339,8 +6343,10 @@ const deserializeAws_restJson1ExportReadSetDetailList = (output, context) => {
|
|
|
6339
6343
|
};
|
|
6340
6344
|
const deserializeAws_restJson1ExportReadSetJobDetail = (output, context) => {
|
|
6341
6345
|
return {
|
|
6342
|
-
completionTime: output.completionTime != null
|
|
6343
|
-
|
|
6346
|
+
completionTime: output.completionTime != null
|
|
6347
|
+
? __expectNonNull(__parseRfc3339DateTimeWithOffset(output.completionTime))
|
|
6348
|
+
: undefined,
|
|
6349
|
+
creationTime: output.creationTime != null ? __expectNonNull(__parseRfc3339DateTimeWithOffset(output.creationTime)) : undefined,
|
|
6344
6350
|
destination: __expectString(output.destination),
|
|
6345
6351
|
id: __expectString(output.id),
|
|
6346
6352
|
sequenceStoreId: __expectString(output.sequenceStoreId),
|
|
@@ -6389,8 +6395,10 @@ const deserializeAws_restJson1FormatToHeader = (output, context) => {
|
|
|
6389
6395
|
};
|
|
6390
6396
|
const deserializeAws_restJson1ImportReadSetJobItem = (output, context) => {
|
|
6391
6397
|
return {
|
|
6392
|
-
completionTime: output.completionTime != null
|
|
6393
|
-
|
|
6398
|
+
completionTime: output.completionTime != null
|
|
6399
|
+
? __expectNonNull(__parseRfc3339DateTimeWithOffset(output.completionTime))
|
|
6400
|
+
: undefined,
|
|
6401
|
+
creationTime: output.creationTime != null ? __expectNonNull(__parseRfc3339DateTimeWithOffset(output.creationTime)) : undefined,
|
|
6394
6402
|
id: __expectString(output.id),
|
|
6395
6403
|
roleArn: __expectString(output.roleArn),
|
|
6396
6404
|
sequenceStoreId: __expectString(output.sequenceStoreId),
|
|
@@ -6436,8 +6444,10 @@ const deserializeAws_restJson1ImportReadSetSourceList = (output, context) => {
|
|
|
6436
6444
|
};
|
|
6437
6445
|
const deserializeAws_restJson1ImportReferenceJobItem = (output, context) => {
|
|
6438
6446
|
return {
|
|
6439
|
-
completionTime: output.completionTime != null
|
|
6440
|
-
|
|
6447
|
+
completionTime: output.completionTime != null
|
|
6448
|
+
? __expectNonNull(__parseRfc3339DateTimeWithOffset(output.completionTime))
|
|
6449
|
+
: undefined,
|
|
6450
|
+
creationTime: output.creationTime != null ? __expectNonNull(__parseRfc3339DateTimeWithOffset(output.creationTime)) : undefined,
|
|
6441
6451
|
id: __expectString(output.id),
|
|
6442
6452
|
referenceStoreId: __expectString(output.referenceStoreId),
|
|
6443
6453
|
roleArn: __expectString(output.roleArn),
|
|
@@ -6528,7 +6538,7 @@ const deserializeAws_restJson1ReadSetList = (output, context) => {
|
|
|
6528
6538
|
const deserializeAws_restJson1ReadSetListItem = (output, context) => {
|
|
6529
6539
|
return {
|
|
6530
6540
|
arn: __expectString(output.arn),
|
|
6531
|
-
creationTime: output.creationTime != null ? __expectNonNull(
|
|
6541
|
+
creationTime: output.creationTime != null ? __expectNonNull(__parseRfc3339DateTimeWithOffset(output.creationTime)) : undefined,
|
|
6532
6542
|
description: __expectString(output.description),
|
|
6533
6543
|
fileType: __expectString(output.fileType),
|
|
6534
6544
|
id: __expectString(output.id),
|
|
@@ -6569,20 +6579,20 @@ const deserializeAws_restJson1ReferenceList = (output, context) => {
|
|
|
6569
6579
|
const deserializeAws_restJson1ReferenceListItem = (output, context) => {
|
|
6570
6580
|
return {
|
|
6571
6581
|
arn: __expectString(output.arn),
|
|
6572
|
-
creationTime: output.creationTime != null ? __expectNonNull(
|
|
6582
|
+
creationTime: output.creationTime != null ? __expectNonNull(__parseRfc3339DateTimeWithOffset(output.creationTime)) : undefined,
|
|
6573
6583
|
description: __expectString(output.description),
|
|
6574
6584
|
id: __expectString(output.id),
|
|
6575
6585
|
md5: __expectString(output.md5),
|
|
6576
6586
|
name: __expectString(output.name),
|
|
6577
6587
|
referenceStoreId: __expectString(output.referenceStoreId),
|
|
6578
6588
|
status: __expectString(output.status),
|
|
6579
|
-
updateTime: output.updateTime != null ? __expectNonNull(
|
|
6589
|
+
updateTime: output.updateTime != null ? __expectNonNull(__parseRfc3339DateTimeWithOffset(output.updateTime)) : undefined,
|
|
6580
6590
|
};
|
|
6581
6591
|
};
|
|
6582
6592
|
const deserializeAws_restJson1ReferenceStoreDetail = (output, context) => {
|
|
6583
6593
|
return {
|
|
6584
6594
|
arn: __expectString(output.arn),
|
|
6585
|
-
creationTime: output.creationTime != null ? __expectNonNull(
|
|
6595
|
+
creationTime: output.creationTime != null ? __expectNonNull(__parseRfc3339DateTimeWithOffset(output.creationTime)) : undefined,
|
|
6586
6596
|
description: __expectString(output.description),
|
|
6587
6597
|
id: __expectString(output.id),
|
|
6588
6598
|
name: __expectString(output.name),
|
|
@@ -6614,7 +6624,7 @@ const deserializeAws_restJson1RunGroupList = (output, context) => {
|
|
|
6614
6624
|
const deserializeAws_restJson1RunGroupListItem = (output, context) => {
|
|
6615
6625
|
return {
|
|
6616
6626
|
arn: __expectString(output.arn),
|
|
6617
|
-
creationTime: output.creationTime != null ? __expectNonNull(
|
|
6627
|
+
creationTime: output.creationTime != null ? __expectNonNull(__parseRfc3339DateTimeWithOffset(output.creationTime)) : undefined,
|
|
6618
6628
|
id: __expectString(output.id),
|
|
6619
6629
|
maxCpus: __expectInt32(output.maxCpus),
|
|
6620
6630
|
maxDuration: __expectInt32(output.maxDuration),
|
|
@@ -6636,13 +6646,13 @@ const deserializeAws_restJson1RunList = (output, context) => {
|
|
|
6636
6646
|
const deserializeAws_restJson1RunListItem = (output, context) => {
|
|
6637
6647
|
return {
|
|
6638
6648
|
arn: __expectString(output.arn),
|
|
6639
|
-
creationTime: output.creationTime != null ? __expectNonNull(
|
|
6649
|
+
creationTime: output.creationTime != null ? __expectNonNull(__parseRfc3339DateTimeWithOffset(output.creationTime)) : undefined,
|
|
6640
6650
|
id: __expectString(output.id),
|
|
6641
6651
|
name: __expectString(output.name),
|
|
6642
6652
|
priority: __expectInt32(output.priority),
|
|
6643
|
-
startTime: output.startTime != null ? __expectNonNull(
|
|
6653
|
+
startTime: output.startTime != null ? __expectNonNull(__parseRfc3339DateTimeWithOffset(output.startTime)) : undefined,
|
|
6644
6654
|
status: __expectString(output.status),
|
|
6645
|
-
stopTime: output.stopTime != null ? __expectNonNull(
|
|
6655
|
+
stopTime: output.stopTime != null ? __expectNonNull(__parseRfc3339DateTimeWithOffset(output.stopTime)) : undefined,
|
|
6646
6656
|
storageCapacity: __expectInt32(output.storageCapacity),
|
|
6647
6657
|
workflowId: __expectString(output.workflowId),
|
|
6648
6658
|
};
|
|
@@ -6690,7 +6700,7 @@ const deserializeAws_restJson1SequenceInformation = (output, context) => {
|
|
|
6690
6700
|
const deserializeAws_restJson1SequenceStoreDetail = (output, context) => {
|
|
6691
6701
|
return {
|
|
6692
6702
|
arn: __expectString(output.arn),
|
|
6693
|
-
creationTime: output.creationTime != null ? __expectNonNull(
|
|
6703
|
+
creationTime: output.creationTime != null ? __expectNonNull(__parseRfc3339DateTimeWithOffset(output.creationTime)) : undefined,
|
|
6694
6704
|
description: __expectString(output.description),
|
|
6695
6705
|
id: __expectString(output.id),
|
|
6696
6706
|
name: __expectString(output.name),
|
|
@@ -6751,12 +6761,12 @@ const deserializeAws_restJson1TaskList = (output, context) => {
|
|
|
6751
6761
|
const deserializeAws_restJson1TaskListItem = (output, context) => {
|
|
6752
6762
|
return {
|
|
6753
6763
|
cpus: __expectInt32(output.cpus),
|
|
6754
|
-
creationTime: output.creationTime != null ? __expectNonNull(
|
|
6764
|
+
creationTime: output.creationTime != null ? __expectNonNull(__parseRfc3339DateTimeWithOffset(output.creationTime)) : undefined,
|
|
6755
6765
|
memory: __expectInt32(output.memory),
|
|
6756
6766
|
name: __expectString(output.name),
|
|
6757
|
-
startTime: output.startTime != null ? __expectNonNull(
|
|
6767
|
+
startTime: output.startTime != null ? __expectNonNull(__parseRfc3339DateTimeWithOffset(output.startTime)) : undefined,
|
|
6758
6768
|
status: __expectString(output.status),
|
|
6759
|
-
stopTime: output.stopTime != null ? __expectNonNull(
|
|
6769
|
+
stopTime: output.stopTime != null ? __expectNonNull(__parseRfc3339DateTimeWithOffset(output.stopTime)) : undefined,
|
|
6760
6770
|
taskId: __expectString(output.taskId),
|
|
6761
6771
|
};
|
|
6762
6772
|
};
|
|
@@ -6793,14 +6803,16 @@ const deserializeAws_restJson1VariantImportItemDetails = (output, context) => {
|
|
|
6793
6803
|
};
|
|
6794
6804
|
const deserializeAws_restJson1VariantImportJobItem = (output, context) => {
|
|
6795
6805
|
return {
|
|
6796
|
-
completionTime: output.completionTime != null
|
|
6797
|
-
|
|
6806
|
+
completionTime: output.completionTime != null
|
|
6807
|
+
? __expectNonNull(__parseRfc3339DateTimeWithOffset(output.completionTime))
|
|
6808
|
+
: undefined,
|
|
6809
|
+
creationTime: output.creationTime != null ? __expectNonNull(__parseRfc3339DateTimeWithOffset(output.creationTime)) : undefined,
|
|
6798
6810
|
destinationName: __expectString(output.destinationName),
|
|
6799
6811
|
id: __expectString(output.id),
|
|
6800
6812
|
roleArn: __expectString(output.roleArn),
|
|
6801
6813
|
runLeftNormalization: __expectBoolean(output.runLeftNormalization),
|
|
6802
6814
|
status: __expectString(output.status),
|
|
6803
|
-
updateTime: output.updateTime != null ? __expectNonNull(
|
|
6815
|
+
updateTime: output.updateTime != null ? __expectNonNull(__parseRfc3339DateTimeWithOffset(output.updateTime)) : undefined,
|
|
6804
6816
|
};
|
|
6805
6817
|
};
|
|
6806
6818
|
const deserializeAws_restJson1VariantImportJobItems = (output, context) => {
|
|
@@ -6816,7 +6828,7 @@ const deserializeAws_restJson1VariantImportJobItems = (output, context) => {
|
|
|
6816
6828
|
};
|
|
6817
6829
|
const deserializeAws_restJson1VariantStoreItem = (output, context) => {
|
|
6818
6830
|
return {
|
|
6819
|
-
creationTime: output.creationTime != null ? __expectNonNull(
|
|
6831
|
+
creationTime: output.creationTime != null ? __expectNonNull(__parseRfc3339DateTimeWithOffset(output.creationTime)) : undefined,
|
|
6820
6832
|
description: __expectString(output.description),
|
|
6821
6833
|
id: __expectString(output.id),
|
|
6822
6834
|
name: __expectString(output.name),
|
|
@@ -6828,7 +6840,7 @@ const deserializeAws_restJson1VariantStoreItem = (output, context) => {
|
|
|
6828
6840
|
statusMessage: __expectString(output.statusMessage),
|
|
6829
6841
|
storeArn: __expectString(output.storeArn),
|
|
6830
6842
|
storeSizeBytes: __expectLong(output.storeSizeBytes),
|
|
6831
|
-
updateTime: output.updateTime != null ? __expectNonNull(
|
|
6843
|
+
updateTime: output.updateTime != null ? __expectNonNull(__parseRfc3339DateTimeWithOffset(output.updateTime)) : undefined,
|
|
6832
6844
|
};
|
|
6833
6845
|
};
|
|
6834
6846
|
const deserializeAws_restJson1VariantStoreItems = (output, context) => {
|
|
@@ -6862,7 +6874,7 @@ const deserializeAws_restJson1WorkflowList = (output, context) => {
|
|
|
6862
6874
|
const deserializeAws_restJson1WorkflowListItem = (output, context) => {
|
|
6863
6875
|
return {
|
|
6864
6876
|
arn: __expectString(output.arn),
|
|
6865
|
-
creationTime: output.creationTime != null ? __expectNonNull(
|
|
6877
|
+
creationTime: output.creationTime != null ? __expectNonNull(__parseRfc3339DateTimeWithOffset(output.creationTime)) : undefined,
|
|
6866
6878
|
digest: __expectString(output.digest),
|
|
6867
6879
|
id: __expectString(output.id),
|
|
6868
6880
|
name: __expectString(output.name),
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-omics",
|
|
3
3
|
"description": "AWS SDK for JavaScript Omics Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.264.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -20,14 +20,14 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.264.0",
|
|
24
24
|
"@aws-sdk/config-resolver": "3.259.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.264.0",
|
|
26
26
|
"@aws-sdk/fetch-http-handler": "3.257.0",
|
|
27
27
|
"@aws-sdk/hash-node": "3.257.0",
|
|
28
28
|
"@aws-sdk/invalid-dependency": "3.257.0",
|
|
29
29
|
"@aws-sdk/middleware-content-length": "3.257.0",
|
|
30
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
30
|
+
"@aws-sdk/middleware-endpoint": "3.264.0",
|
|
31
31
|
"@aws-sdk/middleware-host-header": "3.257.0",
|
|
32
32
|
"@aws-sdk/middleware-logger": "3.257.0",
|
|
33
33
|
"@aws-sdk/middleware-recursion-detection": "3.257.0",
|