@aws-sdk/client-redshift 3.891.0 → 3.894.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +111 -111
- package/dist-es/protocols/Aws_query.js +111 -111
- package/package.json +18 -18
package/dist-cjs/index.js
CHANGED
|
@@ -11849,7 +11849,7 @@ var de_AccountAttribute = /* @__PURE__ */ __name((output, context) => {
|
|
|
11849
11849
|
if (output[_ANt] != null) {
|
|
11850
11850
|
contents[_ANt] = (0, import_smithy_client.expectString)(output[_ANt]);
|
|
11851
11851
|
}
|
|
11852
|
-
if (output.AttributeValues === "") {
|
|
11852
|
+
if (String(output.AttributeValues).trim() === "") {
|
|
11853
11853
|
contents[_AVt] = [];
|
|
11854
11854
|
} else if (output[_AVt] != null && output[_AVt][_AVT] != null) {
|
|
11855
11855
|
contents[_AVt] = de_AttributeValueList((0, import_smithy_client.getArrayIfSingleItem)(output[_AVt][_AVT]), context);
|
|
@@ -11858,7 +11858,7 @@ var de_AccountAttribute = /* @__PURE__ */ __name((output, context) => {
|
|
|
11858
11858
|
}, "de_AccountAttribute");
|
|
11859
11859
|
var de_AccountAttributeList = /* @__PURE__ */ __name((output, context) => {
|
|
11860
11860
|
const contents = {};
|
|
11861
|
-
if (output.AccountAttributes === "") {
|
|
11861
|
+
if (String(output.AccountAttributes).trim() === "") {
|
|
11862
11862
|
contents[_AA] = [];
|
|
11863
11863
|
} else if (output[_AA] != null && output[_AA][_AAc] != null) {
|
|
11864
11864
|
contents[_AA] = de_AttributeList((0, import_smithy_client.getArrayIfSingleItem)(output[_AA][_AAc]), context);
|
|
@@ -11903,7 +11903,7 @@ var de_Association = /* @__PURE__ */ __name((output, context) => {
|
|
|
11903
11903
|
if (output[_CDCED] != null) {
|
|
11904
11904
|
contents[_CDCED] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_CDCED]));
|
|
11905
11905
|
}
|
|
11906
|
-
if (output.CertificateAssociations === "") {
|
|
11906
|
+
if (String(output.CertificateAssociations).trim() === "") {
|
|
11907
11907
|
contents[_CAe] = [];
|
|
11908
11908
|
} else if (output[_CAe] != null && output[_CAe][_CAer] != null) {
|
|
11909
11909
|
contents[_CAe] = de_CertificateAssociationList((0, import_smithy_client.getArrayIfSingleItem)(output[_CAe][_CAer]), context);
|
|
@@ -12006,7 +12006,7 @@ var de_AuthorizedTokenIssuer = /* @__PURE__ */ __name((output, context) => {
|
|
|
12006
12006
|
if (output[_TTIA] != null) {
|
|
12007
12007
|
contents[_TTIA] = (0, import_smithy_client.expectString)(output[_TTIA]);
|
|
12008
12008
|
}
|
|
12009
|
-
if (output.AuthorizedAudiencesList === "") {
|
|
12009
|
+
if (String(output.AuthorizedAudiencesList).trim() === "") {
|
|
12010
12010
|
contents[_AAL] = [];
|
|
12011
12011
|
} else if (output[_AAL] != null && output[_AAL][_me] != null) {
|
|
12012
12012
|
contents[_AAL] = de_AuthorizedAudienceList((0, import_smithy_client.getArrayIfSingleItem)(output[_AAL][_me]), context);
|
|
@@ -12030,7 +12030,7 @@ var de_AvailabilityZone = /* @__PURE__ */ __name((output, context) => {
|
|
|
12030
12030
|
if (output[_N] != null) {
|
|
12031
12031
|
contents[_N] = (0, import_smithy_client.expectString)(output[_N]);
|
|
12032
12032
|
}
|
|
12033
|
-
if (output.SupportedPlatforms === "") {
|
|
12033
|
+
if (String(output.SupportedPlatforms).trim() === "") {
|
|
12034
12034
|
contents[_SP] = [];
|
|
12035
12035
|
} else if (output[_SP] != null && output[_SP][_SPu] != null) {
|
|
12036
12036
|
contents[_SP] = de_SupportedPlatformsList((0, import_smithy_client.getArrayIfSingleItem)(output[_SP][_SPu]), context);
|
|
@@ -12044,12 +12044,12 @@ var de_AvailabilityZoneList = /* @__PURE__ */ __name((output, context) => {
|
|
|
12044
12044
|
}, "de_AvailabilityZoneList");
|
|
12045
12045
|
var de_BatchDeleteClusterSnapshotsResult = /* @__PURE__ */ __name((output, context) => {
|
|
12046
12046
|
const contents = {};
|
|
12047
|
-
if (output.Resources === "") {
|
|
12047
|
+
if (String(output.Resources).trim() === "") {
|
|
12048
12048
|
contents[_R] = [];
|
|
12049
12049
|
} else if (output[_R] != null && output[_R][_Str] != null) {
|
|
12050
12050
|
contents[_R] = de_SnapshotIdentifierList((0, import_smithy_client.getArrayIfSingleItem)(output[_R][_Str]), context);
|
|
12051
12051
|
}
|
|
12052
|
-
if (output.Errors === "") {
|
|
12052
|
+
if (String(output.Errors).trim() === "") {
|
|
12053
12053
|
contents[_Er] = [];
|
|
12054
12054
|
} else if (output[_Er] != null && output[_Er][_SEM] != null) {
|
|
12055
12055
|
contents[_Er] = de_BatchSnapshotOperationErrorList((0, import_smithy_client.getArrayIfSingleItem)(output[_Er][_SEM]), context);
|
|
@@ -12072,12 +12072,12 @@ var de_BatchModifyClusterSnapshotsLimitExceededFault = /* @__PURE__ */ __name((o
|
|
|
12072
12072
|
}, "de_BatchModifyClusterSnapshotsLimitExceededFault");
|
|
12073
12073
|
var de_BatchModifyClusterSnapshotsOutputMessage = /* @__PURE__ */ __name((output, context) => {
|
|
12074
12074
|
const contents = {};
|
|
12075
|
-
if (output.Resources === "") {
|
|
12075
|
+
if (String(output.Resources).trim() === "") {
|
|
12076
12076
|
contents[_R] = [];
|
|
12077
12077
|
} else if (output[_R] != null && output[_R][_Str] != null) {
|
|
12078
12078
|
contents[_R] = de_SnapshotIdentifierList((0, import_smithy_client.getArrayIfSingleItem)(output[_R][_Str]), context);
|
|
12079
12079
|
}
|
|
12080
|
-
if (output.Errors === "") {
|
|
12080
|
+
if (String(output.Errors).trim() === "") {
|
|
12081
12081
|
contents[_Er] = [];
|
|
12082
12082
|
} else if (output[_Er] != null && output[_Er][_SEM] != null) {
|
|
12083
12083
|
contents[_Er] = de_BatchSnapshotOperationErrors((0, import_smithy_client.getArrayIfSingleItem)(output[_Er][_SEM]), context);
|
|
@@ -12151,17 +12151,17 @@ var de_Cluster = /* @__PURE__ */ __name((output, context) => {
|
|
|
12151
12151
|
if (output[_MSRP] != null) {
|
|
12152
12152
|
contents[_MSRP] = (0, import_smithy_client.strictParseInt32)(output[_MSRP]);
|
|
12153
12153
|
}
|
|
12154
|
-
if (output.ClusterSecurityGroups === "") {
|
|
12154
|
+
if (String(output.ClusterSecurityGroups).trim() === "") {
|
|
12155
12155
|
contents[_CSG] = [];
|
|
12156
12156
|
} else if (output[_CSG] != null && output[_CSG][_CSGl] != null) {
|
|
12157
12157
|
contents[_CSG] = de_ClusterSecurityGroupMembershipList((0, import_smithy_client.getArrayIfSingleItem)(output[_CSG][_CSGl]), context);
|
|
12158
12158
|
}
|
|
12159
|
-
if (output.VpcSecurityGroups === "") {
|
|
12159
|
+
if (String(output.VpcSecurityGroups).trim() === "") {
|
|
12160
12160
|
contents[_VSG] = [];
|
|
12161
12161
|
} else if (output[_VSG] != null && output[_VSG][_VSGp] != null) {
|
|
12162
12162
|
contents[_VSG] = de_VpcSecurityGroupMembershipList((0, import_smithy_client.getArrayIfSingleItem)(output[_VSG][_VSGp]), context);
|
|
12163
12163
|
}
|
|
12164
|
-
if (output.ClusterParameterGroups === "") {
|
|
12164
|
+
if (String(output.ClusterParameterGroups).trim() === "") {
|
|
12165
12165
|
contents[_CPG] = [];
|
|
12166
12166
|
} else if (output[_CPG] != null && output[_CPG][_CPGl] != null) {
|
|
12167
12167
|
contents[_CPG] = de_ClusterParameterGroupStatusList((0, import_smithy_client.getArrayIfSingleItem)(output[_CPG][_CPGl]), context);
|
|
@@ -12211,7 +12211,7 @@ var de_Cluster = /* @__PURE__ */ __name((output, context) => {
|
|
|
12211
12211
|
if (output[_CPK] != null) {
|
|
12212
12212
|
contents[_CPK] = (0, import_smithy_client.expectString)(output[_CPK]);
|
|
12213
12213
|
}
|
|
12214
|
-
if (output.ClusterNodes === "") {
|
|
12214
|
+
if (String(output.ClusterNodes).trim() === "") {
|
|
12215
12215
|
contents[_CN] = [];
|
|
12216
12216
|
} else if (output[_CN] != null && output[_CN][_me] != null) {
|
|
12217
12217
|
contents[_CN] = de_ClusterNodesList((0, import_smithy_client.getArrayIfSingleItem)(output[_CN][_me]), context);
|
|
@@ -12222,7 +12222,7 @@ var de_Cluster = /* @__PURE__ */ __name((output, context) => {
|
|
|
12222
12222
|
if (output[_CRN] != null) {
|
|
12223
12223
|
contents[_CRN] = (0, import_smithy_client.expectString)(output[_CRN]);
|
|
12224
12224
|
}
|
|
12225
|
-
if (output.Tags === "") {
|
|
12225
|
+
if (String(output.Tags).trim() === "") {
|
|
12226
12226
|
contents[_T] = [];
|
|
12227
12227
|
} else if (output[_T] != null && output[_T][_Ta] != null) {
|
|
12228
12228
|
contents[_T] = de_TagList((0, import_smithy_client.getArrayIfSingleItem)(output[_T][_Ta]), context);
|
|
@@ -12233,12 +12233,12 @@ var de_Cluster = /* @__PURE__ */ __name((output, context) => {
|
|
|
12233
12233
|
if (output[_EVR] != null) {
|
|
12234
12234
|
contents[_EVR] = (0, import_smithy_client.parseBoolean)(output[_EVR]);
|
|
12235
12235
|
}
|
|
12236
|
-
if (output.IamRoles === "") {
|
|
12236
|
+
if (String(output.IamRoles).trim() === "") {
|
|
12237
12237
|
contents[_IR] = [];
|
|
12238
12238
|
} else if (output[_IR] != null && output[_IR][_CIR] != null) {
|
|
12239
12239
|
contents[_IR] = de_ClusterIamRoleList((0, import_smithy_client.getArrayIfSingleItem)(output[_IR][_CIR]), context);
|
|
12240
12240
|
}
|
|
12241
|
-
if (output.PendingActions === "") {
|
|
12241
|
+
if (String(output.PendingActions).trim() === "") {
|
|
12242
12242
|
contents[_PAe] = [];
|
|
12243
12243
|
} else if (output[_PAe] != null && output[_PAe][_me] != null) {
|
|
12244
12244
|
contents[_PAe] = de_PendingActionsList((0, import_smithy_client.getArrayIfSingleItem)(output[_PAe][_me]), context);
|
|
@@ -12249,7 +12249,7 @@ var de_Cluster = /* @__PURE__ */ __name((output, context) => {
|
|
|
12249
12249
|
if (output[_ERNONO] != null) {
|
|
12250
12250
|
contents[_ERNONO] = (0, import_smithy_client.expectString)(output[_ERNONO]);
|
|
12251
12251
|
}
|
|
12252
|
-
if (output.DeferredMaintenanceWindows === "") {
|
|
12252
|
+
if (String(output.DeferredMaintenanceWindows).trim() === "") {
|
|
12253
12253
|
contents[_DMW] = [];
|
|
12254
12254
|
} else if (output[_DMW] != null && output[_DMW][_DMWe] != null) {
|
|
12255
12255
|
contents[_DMW] = de_DeferredMaintenanceWindowsList((0, import_smithy_client.getArrayIfSingleItem)(output[_DMW][_DMWe]), context);
|
|
@@ -12357,7 +12357,7 @@ var de_ClusterDbRevision = /* @__PURE__ */ __name((output, context) => {
|
|
|
12357
12357
|
if (output[_DRRD] != null) {
|
|
12358
12358
|
contents[_DRRD] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_DRRD]));
|
|
12359
12359
|
}
|
|
12360
|
-
if (output.RevisionTargets === "") {
|
|
12360
|
+
if (String(output.RevisionTargets).trim() === "") {
|
|
12361
12361
|
contents[_RTev] = [];
|
|
12362
12362
|
} else if (output[_RTev] != null && output[_RTev][_RTe] != null) {
|
|
12363
12363
|
contents[_RTev] = de_RevisionTargetsList((0, import_smithy_client.getArrayIfSingleItem)(output[_RTev][_RTe]), context);
|
|
@@ -12374,7 +12374,7 @@ var de_ClusterDbRevisionsMessage = /* @__PURE__ */ __name((output, context) => {
|
|
|
12374
12374
|
if (output[_M] != null) {
|
|
12375
12375
|
contents[_M] = (0, import_smithy_client.expectString)(output[_M]);
|
|
12376
12376
|
}
|
|
12377
|
-
if (output.ClusterDbRevisions === "") {
|
|
12377
|
+
if (String(output.ClusterDbRevisions).trim() === "") {
|
|
12378
12378
|
contents[_CDRl] = [];
|
|
12379
12379
|
} else if (output[_CDRl] != null && output[_CDRl][_CDRlu] != null) {
|
|
12380
12380
|
contents[_CDRl] = de_ClusterDbRevisionsList((0, import_smithy_client.getArrayIfSingleItem)(output[_CDRl][_CDRlu]), context);
|
|
@@ -12460,7 +12460,7 @@ var de_ClusterParameterGroup = /* @__PURE__ */ __name((output, context) => {
|
|
|
12460
12460
|
if (output[_D] != null) {
|
|
12461
12461
|
contents[_D] = (0, import_smithy_client.expectString)(output[_D]);
|
|
12462
12462
|
}
|
|
12463
|
-
if (output.Tags === "") {
|
|
12463
|
+
if (String(output.Tags).trim() === "") {
|
|
12464
12464
|
contents[_T] = [];
|
|
12465
12465
|
} else if (output[_T] != null && output[_T][_Ta] != null) {
|
|
12466
12466
|
contents[_T] = de_TagList((0, import_smithy_client.getArrayIfSingleItem)(output[_T][_Ta]), context);
|
|
@@ -12476,7 +12476,7 @@ var de_ClusterParameterGroupAlreadyExistsFault = /* @__PURE__ */ __name((output,
|
|
|
12476
12476
|
}, "de_ClusterParameterGroupAlreadyExistsFault");
|
|
12477
12477
|
var de_ClusterParameterGroupDetails = /* @__PURE__ */ __name((output, context) => {
|
|
12478
12478
|
const contents = {};
|
|
12479
|
-
if (output.Parameters === "") {
|
|
12479
|
+
if (String(output.Parameters).trim() === "") {
|
|
12480
12480
|
contents[_Pa] = [];
|
|
12481
12481
|
} else if (output[_Pa] != null && output[_Pa][_Par] != null) {
|
|
12482
12482
|
contents[_Pa] = de_ParametersList((0, import_smithy_client.getArrayIfSingleItem)(output[_Pa][_Par]), context);
|
|
@@ -12515,7 +12515,7 @@ var de_ClusterParameterGroupsMessage = /* @__PURE__ */ __name((output, context)
|
|
|
12515
12515
|
if (output[_M] != null) {
|
|
12516
12516
|
contents[_M] = (0, import_smithy_client.expectString)(output[_M]);
|
|
12517
12517
|
}
|
|
12518
|
-
if (output.ParameterGroups === "") {
|
|
12518
|
+
if (String(output.ParameterGroups).trim() === "") {
|
|
12519
12519
|
contents[_PG] = [];
|
|
12520
12520
|
} else if (output[_PG] != null && output[_PG][_CPGl] != null) {
|
|
12521
12521
|
contents[_PG] = de_ParameterGroupList((0, import_smithy_client.getArrayIfSingleItem)(output[_PG][_CPGl]), context);
|
|
@@ -12530,7 +12530,7 @@ var de_ClusterParameterGroupStatus = /* @__PURE__ */ __name((output, context) =>
|
|
|
12530
12530
|
if (output[_PAS] != null) {
|
|
12531
12531
|
contents[_PAS] = (0, import_smithy_client.expectString)(output[_PAS]);
|
|
12532
12532
|
}
|
|
12533
|
-
if (output.ClusterParameterStatusList === "") {
|
|
12533
|
+
if (String(output.ClusterParameterStatusList).trim() === "") {
|
|
12534
12534
|
contents[_CPSL] = [];
|
|
12535
12535
|
} else if (output[_CPSL] != null && output[_CPSL][_me] != null) {
|
|
12536
12536
|
contents[_CPSL] = de_ClusterParameterStatusList((0, import_smithy_client.getArrayIfSingleItem)(output[_CPSL][_me]), context);
|
|
@@ -12575,17 +12575,17 @@ var de_ClusterSecurityGroup = /* @__PURE__ */ __name((output, context) => {
|
|
|
12575
12575
|
if (output[_D] != null) {
|
|
12576
12576
|
contents[_D] = (0, import_smithy_client.expectString)(output[_D]);
|
|
12577
12577
|
}
|
|
12578
|
-
if (output.EC2SecurityGroups === "") {
|
|
12578
|
+
if (String(output.EC2SecurityGroups).trim() === "") {
|
|
12579
12579
|
contents[_ECSG] = [];
|
|
12580
12580
|
} else if (output[_ECSG] != null && output[_ECSG][_ECSGe] != null) {
|
|
12581
12581
|
contents[_ECSG] = de_EC2SecurityGroupList((0, import_smithy_client.getArrayIfSingleItem)(output[_ECSG][_ECSGe]), context);
|
|
12582
12582
|
}
|
|
12583
|
-
if (output.IPRanges === "") {
|
|
12583
|
+
if (String(output.IPRanges).trim() === "") {
|
|
12584
12584
|
contents[_IPR] = [];
|
|
12585
12585
|
} else if (output[_IPR] != null && output[_IPR][_IPRa] != null) {
|
|
12586
12586
|
contents[_IPR] = de_IPRangeList((0, import_smithy_client.getArrayIfSingleItem)(output[_IPR][_IPRa]), context);
|
|
12587
12587
|
}
|
|
12588
|
-
if (output.Tags === "") {
|
|
12588
|
+
if (String(output.Tags).trim() === "") {
|
|
12589
12589
|
contents[_T] = [];
|
|
12590
12590
|
} else if (output[_T] != null && output[_T][_Ta] != null) {
|
|
12591
12591
|
contents[_T] = de_TagList((0, import_smithy_client.getArrayIfSingleItem)(output[_T][_Ta]), context);
|
|
@@ -12619,7 +12619,7 @@ var de_ClusterSecurityGroupMessage = /* @__PURE__ */ __name((output, context) =>
|
|
|
12619
12619
|
if (output[_M] != null) {
|
|
12620
12620
|
contents[_M] = (0, import_smithy_client.expectString)(output[_M]);
|
|
12621
12621
|
}
|
|
12622
|
-
if (output.ClusterSecurityGroups === "") {
|
|
12622
|
+
if (String(output.ClusterSecurityGroups).trim() === "") {
|
|
12623
12623
|
contents[_CSG] = [];
|
|
12624
12624
|
} else if (output[_CSG] != null && output[_CSG][_CSGl] != null) {
|
|
12625
12625
|
contents[_CSG] = de_ClusterSecurityGroups((0, import_smithy_client.getArrayIfSingleItem)(output[_CSG][_CSGl]), context);
|
|
@@ -12650,7 +12650,7 @@ var de_ClustersMessage = /* @__PURE__ */ __name((output, context) => {
|
|
|
12650
12650
|
if (output[_M] != null) {
|
|
12651
12651
|
contents[_M] = (0, import_smithy_client.expectString)(output[_M]);
|
|
12652
12652
|
}
|
|
12653
|
-
if (output.Clusters === "") {
|
|
12653
|
+
if (String(output.Clusters).trim() === "") {
|
|
12654
12654
|
contents[_Cl] = [];
|
|
12655
12655
|
} else if (output[_Cl] != null && output[_Cl][_Clu] != null) {
|
|
12656
12656
|
contents[_Cl] = de_ClusterList((0, import_smithy_client.getArrayIfSingleItem)(output[_Cl][_Clu]), context);
|
|
@@ -12708,17 +12708,17 @@ var de_ClusterSubnetGroup = /* @__PURE__ */ __name((output, context) => {
|
|
|
12708
12708
|
if (output[_SGS] != null) {
|
|
12709
12709
|
contents[_SGS] = (0, import_smithy_client.expectString)(output[_SGS]);
|
|
12710
12710
|
}
|
|
12711
|
-
if (output.Subnets === "") {
|
|
12711
|
+
if (String(output.Subnets).trim() === "") {
|
|
12712
12712
|
contents[_Su] = [];
|
|
12713
12713
|
} else if (output[_Su] != null && output[_Su][_Sub] != null) {
|
|
12714
12714
|
contents[_Su] = de_SubnetList((0, import_smithy_client.getArrayIfSingleItem)(output[_Su][_Sub]), context);
|
|
12715
12715
|
}
|
|
12716
|
-
if (output.Tags === "") {
|
|
12716
|
+
if (String(output.Tags).trim() === "") {
|
|
12717
12717
|
contents[_T] = [];
|
|
12718
12718
|
} else if (output[_T] != null && output[_T][_Ta] != null) {
|
|
12719
12719
|
contents[_T] = de_TagList((0, import_smithy_client.getArrayIfSingleItem)(output[_T][_Ta]), context);
|
|
12720
12720
|
}
|
|
12721
|
-
if (output.SupportedClusterIpAddressTypes === "") {
|
|
12721
|
+
if (String(output.SupportedClusterIpAddressTypes).trim() === "") {
|
|
12722
12722
|
contents[_SCIAT] = [];
|
|
12723
12723
|
} else if (output[_SCIAT] != null && output[_SCIAT][_i] != null) {
|
|
12724
12724
|
contents[_SCIAT] = de_ValueStringList((0, import_smithy_client.getArrayIfSingleItem)(output[_SCIAT][_i]), context);
|
|
@@ -12737,7 +12737,7 @@ var de_ClusterSubnetGroupMessage = /* @__PURE__ */ __name((output, context) => {
|
|
|
12737
12737
|
if (output[_M] != null) {
|
|
12738
12738
|
contents[_M] = (0, import_smithy_client.expectString)(output[_M]);
|
|
12739
12739
|
}
|
|
12740
|
-
if (output.ClusterSubnetGroups === "") {
|
|
12740
|
+
if (String(output.ClusterSubnetGroups).trim() === "") {
|
|
12741
12741
|
contents[_CSGlu] = [];
|
|
12742
12742
|
} else if (output[_CSGlu] != null && output[_CSGlu][_CSGlus] != null) {
|
|
12743
12743
|
contents[_CSGlu] = de_ClusterSubnetGroups((0, import_smithy_client.getArrayIfSingleItem)(output[_CSGlu][_CSGlus]), context);
|
|
@@ -12793,7 +12793,7 @@ var de_ClusterVersionsMessage = /* @__PURE__ */ __name((output, context) => {
|
|
|
12793
12793
|
if (output[_M] != null) {
|
|
12794
12794
|
contents[_M] = (0, import_smithy_client.expectString)(output[_M]);
|
|
12795
12795
|
}
|
|
12796
|
-
if (output.ClusterVersions === "") {
|
|
12796
|
+
if (String(output.ClusterVersions).trim() === "") {
|
|
12797
12797
|
contents[_CVl] = [];
|
|
12798
12798
|
} else if (output[_CVl] != null && output[_CVl][_CV] != null) {
|
|
12799
12799
|
contents[_CVl] = de_ClusterVersionList((0, import_smithy_client.getArrayIfSingleItem)(output[_CVl][_CV]), context);
|
|
@@ -12936,7 +12936,7 @@ var de_CustomDomainAssociationsMessage = /* @__PURE__ */ __name((output, context
|
|
|
12936
12936
|
if (output[_M] != null) {
|
|
12937
12937
|
contents[_M] = (0, import_smithy_client.expectString)(output[_M]);
|
|
12938
12938
|
}
|
|
12939
|
-
if (output.Associations === "") {
|
|
12939
|
+
if (String(output.Associations).trim() === "") {
|
|
12940
12940
|
contents[_As] = [];
|
|
12941
12941
|
} else if (output[_As] != null && output[_As][_Ass] != null) {
|
|
12942
12942
|
contents[_As] = de_AssociationList((0, import_smithy_client.getArrayIfSingleItem)(output[_As][_Ass]), context);
|
|
@@ -12964,7 +12964,7 @@ var de_DataShare = /* @__PURE__ */ __name((output, context) => {
|
|
|
12964
12964
|
if (output[_APAC] != null) {
|
|
12965
12965
|
contents[_APAC] = (0, import_smithy_client.parseBoolean)(output[_APAC]);
|
|
12966
12966
|
}
|
|
12967
|
-
if (output.DataShareAssociations === "") {
|
|
12967
|
+
if (String(output.DataShareAssociations).trim() === "") {
|
|
12968
12968
|
contents[_DSAat] = [];
|
|
12969
12969
|
} else if (output[_DSAat] != null && output[_DSAat][_me] != null) {
|
|
12970
12970
|
contents[_DSAat] = de_DataShareAssociationList((0, import_smithy_client.getArrayIfSingleItem)(output[_DSAat][_me]), context);
|
|
@@ -13042,7 +13042,7 @@ var de_DefaultClusterParameters = /* @__PURE__ */ __name((output, context) => {
|
|
|
13042
13042
|
if (output[_M] != null) {
|
|
13043
13043
|
contents[_M] = (0, import_smithy_client.expectString)(output[_M]);
|
|
13044
13044
|
}
|
|
13045
|
-
if (output.Parameters === "") {
|
|
13045
|
+
if (String(output.Parameters).trim() === "") {
|
|
13046
13046
|
contents[_Pa] = [];
|
|
13047
13047
|
} else if (output[_Pa] != null && output[_Pa][_Par] != null) {
|
|
13048
13048
|
contents[_Pa] = de_ParametersList((0, import_smithy_client.getArrayIfSingleItem)(output[_Pa][_Par]), context);
|
|
@@ -13118,7 +13118,7 @@ var de_DeregisterNamespaceOutputMessage = /* @__PURE__ */ __name((output, contex
|
|
|
13118
13118
|
}, "de_DeregisterNamespaceOutputMessage");
|
|
13119
13119
|
var de_DescribeAuthenticationProfilesResult = /* @__PURE__ */ __name((output, context) => {
|
|
13120
13120
|
const contents = {};
|
|
13121
|
-
if (output.AuthenticationProfiles === "") {
|
|
13121
|
+
if (String(output.AuthenticationProfiles).trim() === "") {
|
|
13122
13122
|
contents[_APu] = [];
|
|
13123
13123
|
} else if (output[_APu] != null && output[_APu][_me] != null) {
|
|
13124
13124
|
contents[_APu] = de_AuthenticationProfileList((0, import_smithy_client.getArrayIfSingleItem)(output[_APu][_me]), context);
|
|
@@ -13127,7 +13127,7 @@ var de_DescribeAuthenticationProfilesResult = /* @__PURE__ */ __name((output, co
|
|
|
13127
13127
|
}, "de_DescribeAuthenticationProfilesResult");
|
|
13128
13128
|
var de_DescribeDataSharesForConsumerResult = /* @__PURE__ */ __name((output, context) => {
|
|
13129
13129
|
const contents = {};
|
|
13130
|
-
if (output.DataShares === "") {
|
|
13130
|
+
if (String(output.DataShares).trim() === "") {
|
|
13131
13131
|
contents[_DSa] = [];
|
|
13132
13132
|
} else if (output[_DSa] != null && output[_DSa][_me] != null) {
|
|
13133
13133
|
contents[_DSa] = de_DataShareList((0, import_smithy_client.getArrayIfSingleItem)(output[_DSa][_me]), context);
|
|
@@ -13139,7 +13139,7 @@ var de_DescribeDataSharesForConsumerResult = /* @__PURE__ */ __name((output, con
|
|
|
13139
13139
|
}, "de_DescribeDataSharesForConsumerResult");
|
|
13140
13140
|
var de_DescribeDataSharesForProducerResult = /* @__PURE__ */ __name((output, context) => {
|
|
13141
13141
|
const contents = {};
|
|
13142
|
-
if (output.DataShares === "") {
|
|
13142
|
+
if (String(output.DataShares).trim() === "") {
|
|
13143
13143
|
contents[_DSa] = [];
|
|
13144
13144
|
} else if (output[_DSa] != null && output[_DSa][_me] != null) {
|
|
13145
13145
|
contents[_DSa] = de_DataShareList((0, import_smithy_client.getArrayIfSingleItem)(output[_DSa][_me]), context);
|
|
@@ -13151,7 +13151,7 @@ var de_DescribeDataSharesForProducerResult = /* @__PURE__ */ __name((output, con
|
|
|
13151
13151
|
}, "de_DescribeDataSharesForProducerResult");
|
|
13152
13152
|
var de_DescribeDataSharesResult = /* @__PURE__ */ __name((output, context) => {
|
|
13153
13153
|
const contents = {};
|
|
13154
|
-
if (output.DataShares === "") {
|
|
13154
|
+
if (String(output.DataShares).trim() === "") {
|
|
13155
13155
|
contents[_DSa] = [];
|
|
13156
13156
|
} else if (output[_DSa] != null && output[_DSa][_me] != null) {
|
|
13157
13157
|
contents[_DSa] = de_DataShareList((0, import_smithy_client.getArrayIfSingleItem)(output[_DSa][_me]), context);
|
|
@@ -13170,7 +13170,7 @@ var de_DescribeDefaultClusterParametersResult = /* @__PURE__ */ __name((output,
|
|
|
13170
13170
|
}, "de_DescribeDefaultClusterParametersResult");
|
|
13171
13171
|
var de_DescribePartnersOutputMessage = /* @__PURE__ */ __name((output, context) => {
|
|
13172
13172
|
const contents = {};
|
|
13173
|
-
if (output.PartnerIntegrationInfoList === "") {
|
|
13173
|
+
if (String(output.PartnerIntegrationInfoList).trim() === "") {
|
|
13174
13174
|
contents[_PIIL] = [];
|
|
13175
13175
|
} else if (output[_PIIL] != null && output[_PIIL][_PII] != null) {
|
|
13176
13176
|
contents[_PIIL] = de_PartnerIntegrationInfoList((0, import_smithy_client.getArrayIfSingleItem)(output[_PIIL][_PII]), context);
|
|
@@ -13179,7 +13179,7 @@ var de_DescribePartnersOutputMessage = /* @__PURE__ */ __name((output, context)
|
|
|
13179
13179
|
}, "de_DescribePartnersOutputMessage");
|
|
13180
13180
|
var de_DescribeRedshiftIdcApplicationsResult = /* @__PURE__ */ __name((output, context) => {
|
|
13181
13181
|
const contents = {};
|
|
13182
|
-
if (output.RedshiftIdcApplications === "") {
|
|
13182
|
+
if (String(output.RedshiftIdcApplications).trim() === "") {
|
|
13183
13183
|
contents[_RIAe] = [];
|
|
13184
13184
|
} else if (output[_RIAe] != null && output[_RIAe][_me] != null) {
|
|
13185
13185
|
contents[_RIAe] = de_RedshiftIdcApplicationList((0, import_smithy_client.getArrayIfSingleItem)(output[_RIAe][_me]), context);
|
|
@@ -13191,7 +13191,7 @@ var de_DescribeRedshiftIdcApplicationsResult = /* @__PURE__ */ __name((output, c
|
|
|
13191
13191
|
}, "de_DescribeRedshiftIdcApplicationsResult");
|
|
13192
13192
|
var de_DescribeReservedNodeExchangeStatusOutputMessage = /* @__PURE__ */ __name((output, context) => {
|
|
13193
13193
|
const contents = {};
|
|
13194
|
-
if (output.ReservedNodeExchangeStatusDetails === "") {
|
|
13194
|
+
if (String(output.ReservedNodeExchangeStatusDetails).trim() === "") {
|
|
13195
13195
|
contents[_RNESD] = [];
|
|
13196
13196
|
} else if (output[_RNESD] != null && output[_RNESD][_RNES] != null) {
|
|
13197
13197
|
contents[_RNESD] = de_ReservedNodeExchangeStatusList((0, import_smithy_client.getArrayIfSingleItem)(output[_RNESD][_RNES]), context);
|
|
@@ -13203,7 +13203,7 @@ var de_DescribeReservedNodeExchangeStatusOutputMessage = /* @__PURE__ */ __name(
|
|
|
13203
13203
|
}, "de_DescribeReservedNodeExchangeStatusOutputMessage");
|
|
13204
13204
|
var de_DescribeSnapshotSchedulesOutputMessage = /* @__PURE__ */ __name((output, context) => {
|
|
13205
13205
|
const contents = {};
|
|
13206
|
-
if (output.SnapshotSchedules === "") {
|
|
13206
|
+
if (String(output.SnapshotSchedules).trim() === "") {
|
|
13207
13207
|
contents[_SS] = [];
|
|
13208
13208
|
} else if (output[_SS] != null && output[_SS][_SSn] != null) {
|
|
13209
13209
|
contents[_SS] = de_SnapshotScheduleList((0, import_smithy_client.getArrayIfSingleItem)(output[_SS][_SSn]), context);
|
|
@@ -13231,7 +13231,7 @@ var de_EC2SecurityGroup = /* @__PURE__ */ __name((output, context) => {
|
|
|
13231
13231
|
if (output[_ECSGOI] != null) {
|
|
13232
13232
|
contents[_ECSGOI] = (0, import_smithy_client.expectString)(output[_ECSGOI]);
|
|
13233
13233
|
}
|
|
13234
|
-
if (output.Tags === "") {
|
|
13234
|
+
if (String(output.Tags).trim() === "") {
|
|
13235
13235
|
contents[_T] = [];
|
|
13236
13236
|
} else if (output[_T] != null && output[_T][_Ta] != null) {
|
|
13237
13237
|
contents[_T] = de_TagList((0, import_smithy_client.getArrayIfSingleItem)(output[_T][_Ta]), context);
|
|
@@ -13282,7 +13282,7 @@ var de_Endpoint = /* @__PURE__ */ __name((output, context) => {
|
|
|
13282
13282
|
if (output[_P] != null) {
|
|
13283
13283
|
contents[_P] = (0, import_smithy_client.strictParseInt32)(output[_P]);
|
|
13284
13284
|
}
|
|
13285
|
-
if (output.VpcEndpoints === "") {
|
|
13285
|
+
if (String(output.VpcEndpoints).trim() === "") {
|
|
13286
13286
|
contents[_VE] = [];
|
|
13287
13287
|
} else if (output[_VE] != null && output[_VE][_VEp] != null) {
|
|
13288
13288
|
contents[_VE] = de_VpcEndpointsList((0, import_smithy_client.getArrayIfSingleItem)(output[_VE][_VEp]), context);
|
|
@@ -13315,7 +13315,7 @@ var de_EndpointAccess = /* @__PURE__ */ __name((output, context) => {
|
|
|
13315
13315
|
if (output[_Ad] != null) {
|
|
13316
13316
|
contents[_Ad] = (0, import_smithy_client.expectString)(output[_Ad]);
|
|
13317
13317
|
}
|
|
13318
|
-
if (output.VpcSecurityGroups === "") {
|
|
13318
|
+
if (String(output.VpcSecurityGroups).trim() === "") {
|
|
13319
13319
|
contents[_VSG] = [];
|
|
13320
13320
|
} else if (output[_VSG] != null && output[_VSG][_VSGp] != null) {
|
|
13321
13321
|
contents[_VSG] = de_VpcSecurityGroupMembershipList((0, import_smithy_client.getArrayIfSingleItem)(output[_VSG][_VSGp]), context);
|
|
@@ -13332,7 +13332,7 @@ var de_EndpointAccesses = /* @__PURE__ */ __name((output, context) => {
|
|
|
13332
13332
|
}, "de_EndpointAccesses");
|
|
13333
13333
|
var de_EndpointAccessList = /* @__PURE__ */ __name((output, context) => {
|
|
13334
13334
|
const contents = {};
|
|
13335
|
-
if (output.EndpointAccessList === "") {
|
|
13335
|
+
if (String(output.EndpointAccessList).trim() === "") {
|
|
13336
13336
|
contents[_EAL] = [];
|
|
13337
13337
|
} else if (output[_EAL] != null && output[_EAL][_me] != null) {
|
|
13338
13338
|
contents[_EAL] = de_EndpointAccesses((0, import_smithy_client.getArrayIfSingleItem)(output[_EAL][_me]), context);
|
|
@@ -13372,7 +13372,7 @@ var de_EndpointAuthorization = /* @__PURE__ */ __name((output, context) => {
|
|
|
13372
13372
|
if (output[_AAVPC] != null) {
|
|
13373
13373
|
contents[_AAVPC] = (0, import_smithy_client.parseBoolean)(output[_AAVPC]);
|
|
13374
13374
|
}
|
|
13375
|
-
if (output.AllowedVPCs === "") {
|
|
13375
|
+
if (String(output.AllowedVPCs).trim() === "") {
|
|
13376
13376
|
contents[_AVPC] = [];
|
|
13377
13377
|
} else if (output[_AVPC] != null && output[_AVPC][_VIpc] != null) {
|
|
13378
13378
|
contents[_AVPC] = de_VpcIdentifierList((0, import_smithy_client.getArrayIfSingleItem)(output[_AVPC][_VIpc]), context);
|
|
@@ -13391,7 +13391,7 @@ var de_EndpointAuthorizationAlreadyExistsFault = /* @__PURE__ */ __name((output,
|
|
|
13391
13391
|
}, "de_EndpointAuthorizationAlreadyExistsFault");
|
|
13392
13392
|
var de_EndpointAuthorizationList = /* @__PURE__ */ __name((output, context) => {
|
|
13393
13393
|
const contents = {};
|
|
13394
|
-
if (output.EndpointAuthorizationList === "") {
|
|
13394
|
+
if (String(output.EndpointAuthorizationList).trim() === "") {
|
|
13395
13395
|
contents[_EALn] = [];
|
|
13396
13396
|
} else if (output[_EALn] != null && output[_EALn][_me] != null) {
|
|
13397
13397
|
contents[_EALn] = de_EndpointAuthorizations((0, import_smithy_client.getArrayIfSingleItem)(output[_EALn][_me]), context);
|
|
@@ -13452,7 +13452,7 @@ var de_Event = /* @__PURE__ */ __name((output, context) => {
|
|
|
13452
13452
|
if (output[_Me] != null) {
|
|
13453
13453
|
contents[_Me] = (0, import_smithy_client.expectString)(output[_Me]);
|
|
13454
13454
|
}
|
|
13455
|
-
if (output.EventCategories === "") {
|
|
13455
|
+
if (String(output.EventCategories).trim() === "") {
|
|
13456
13456
|
contents[_EC] = [];
|
|
13457
13457
|
} else if (output[_EC] != null && output[_EC][_ECv] != null) {
|
|
13458
13458
|
contents[_EC] = de_EventCategoriesList((0, import_smithy_client.getArrayIfSingleItem)(output[_EC][_ECv]), context);
|
|
@@ -13478,7 +13478,7 @@ var de_EventCategoriesMap = /* @__PURE__ */ __name((output, context) => {
|
|
|
13478
13478
|
if (output[_ST] != null) {
|
|
13479
13479
|
contents[_ST] = (0, import_smithy_client.expectString)(output[_ST]);
|
|
13480
13480
|
}
|
|
13481
|
-
if (output.Events === "") {
|
|
13481
|
+
if (String(output.Events).trim() === "") {
|
|
13482
13482
|
contents[_Ev] = [];
|
|
13483
13483
|
} else if (output[_Ev] != null && output[_Ev][_EIM] != null) {
|
|
13484
13484
|
contents[_Ev] = de_EventInfoMapList((0, import_smithy_client.getArrayIfSingleItem)(output[_Ev][_EIM]), context);
|
|
@@ -13492,7 +13492,7 @@ var de_EventCategoriesMapList = /* @__PURE__ */ __name((output, context) => {
|
|
|
13492
13492
|
}, "de_EventCategoriesMapList");
|
|
13493
13493
|
var de_EventCategoriesMessage = /* @__PURE__ */ __name((output, context) => {
|
|
13494
13494
|
const contents = {};
|
|
13495
|
-
if (output.EventCategoriesMapList === "") {
|
|
13495
|
+
if (String(output.EventCategoriesMapList).trim() === "") {
|
|
13496
13496
|
contents[_ECML] = [];
|
|
13497
13497
|
} else if (output[_ECML] != null && output[_ECML][_ECM] != null) {
|
|
13498
13498
|
contents[_ECML] = de_EventCategoriesMapList((0, import_smithy_client.getArrayIfSingleItem)(output[_ECML][_ECM]), context);
|
|
@@ -13504,7 +13504,7 @@ var de_EventInfoMap = /* @__PURE__ */ __name((output, context) => {
|
|
|
13504
13504
|
if (output[_EIv] != null) {
|
|
13505
13505
|
contents[_EIv] = (0, import_smithy_client.expectString)(output[_EIv]);
|
|
13506
13506
|
}
|
|
13507
|
-
if (output.EventCategories === "") {
|
|
13507
|
+
if (String(output.EventCategories).trim() === "") {
|
|
13508
13508
|
contents[_EC] = [];
|
|
13509
13509
|
} else if (output[_EC] != null && output[_EC][_ECv] != null) {
|
|
13510
13510
|
contents[_EC] = de_EventCategoriesList((0, import_smithy_client.getArrayIfSingleItem)(output[_EC][_ECv]), context);
|
|
@@ -13532,7 +13532,7 @@ var de_EventsMessage = /* @__PURE__ */ __name((output, context) => {
|
|
|
13532
13532
|
if (output[_M] != null) {
|
|
13533
13533
|
contents[_M] = (0, import_smithy_client.expectString)(output[_M]);
|
|
13534
13534
|
}
|
|
13535
|
-
if (output.Events === "") {
|
|
13535
|
+
if (String(output.Events).trim() === "") {
|
|
13536
13536
|
contents[_Ev] = [];
|
|
13537
13537
|
} else if (output[_Ev] != null && output[_Ev][_Eve] != null) {
|
|
13538
13538
|
contents[_Ev] = de_EventList((0, import_smithy_client.getArrayIfSingleItem)(output[_Ev][_Eve]), context);
|
|
@@ -13559,12 +13559,12 @@ var de_EventSubscription = /* @__PURE__ */ __name((output, context) => {
|
|
|
13559
13559
|
if (output[_ST] != null) {
|
|
13560
13560
|
contents[_ST] = (0, import_smithy_client.expectString)(output[_ST]);
|
|
13561
13561
|
}
|
|
13562
|
-
if (output.SourceIdsList === "") {
|
|
13562
|
+
if (String(output.SourceIdsList).trim() === "") {
|
|
13563
13563
|
contents[_SILo] = [];
|
|
13564
13564
|
} else if (output[_SILo] != null && output[_SILo][_SIour] != null) {
|
|
13565
13565
|
contents[_SILo] = de_SourceIdsList((0, import_smithy_client.getArrayIfSingleItem)(output[_SILo][_SIour]), context);
|
|
13566
13566
|
}
|
|
13567
|
-
if (output.EventCategoriesList === "") {
|
|
13567
|
+
if (String(output.EventCategoriesList).trim() === "") {
|
|
13568
13568
|
contents[_ECL] = [];
|
|
13569
13569
|
} else if (output[_ECL] != null && output[_ECL][_ECv] != null) {
|
|
13570
13570
|
contents[_ECL] = de_EventCategoriesList((0, import_smithy_client.getArrayIfSingleItem)(output[_ECL][_ECv]), context);
|
|
@@ -13575,7 +13575,7 @@ var de_EventSubscription = /* @__PURE__ */ __name((output, context) => {
|
|
|
13575
13575
|
if (output[_En] != null) {
|
|
13576
13576
|
contents[_En] = (0, import_smithy_client.parseBoolean)(output[_En]);
|
|
13577
13577
|
}
|
|
13578
|
-
if (output.Tags === "") {
|
|
13578
|
+
if (String(output.Tags).trim() === "") {
|
|
13579
13579
|
contents[_T] = [];
|
|
13580
13580
|
} else if (output[_T] != null && output[_T][_Ta] != null) {
|
|
13581
13581
|
contents[_T] = de_TagList((0, import_smithy_client.getArrayIfSingleItem)(output[_T][_Ta]), context);
|
|
@@ -13599,7 +13599,7 @@ var de_EventSubscriptionsMessage = /* @__PURE__ */ __name((output, context) => {
|
|
|
13599
13599
|
if (output[_M] != null) {
|
|
13600
13600
|
contents[_M] = (0, import_smithy_client.expectString)(output[_M]);
|
|
13601
13601
|
}
|
|
13602
|
-
if (output.EventSubscriptionsList === "") {
|
|
13602
|
+
if (String(output.EventSubscriptionsList).trim() === "") {
|
|
13603
13603
|
contents[_ESL] = [];
|
|
13604
13604
|
} else if (output[_ESL] != null && output[_ESL][_ES] != null) {
|
|
13605
13605
|
contents[_ESL] = de_EventSubscriptionsList((0, import_smithy_client.getArrayIfSingleItem)(output[_ESL][_ES]), context);
|
|
@@ -13618,7 +13618,7 @@ var de_GetReservedNodeExchangeConfigurationOptionsOutputMessage = /* @__PURE__ *
|
|
|
13618
13618
|
if (output[_M] != null) {
|
|
13619
13619
|
contents[_M] = (0, import_smithy_client.expectString)(output[_M]);
|
|
13620
13620
|
}
|
|
13621
|
-
if (output.ReservedNodeConfigurationOptionList === "") {
|
|
13621
|
+
if (String(output.ReservedNodeConfigurationOptionList).trim() === "") {
|
|
13622
13622
|
contents[_RNCOL] = [];
|
|
13623
13623
|
} else if (output[_RNCOL] != null && output[_RNCOL][_RNCO] != null) {
|
|
13624
13624
|
contents[_RNCOL] = de_ReservedNodeConfigurationOptionList((0, import_smithy_client.getArrayIfSingleItem)(output[_RNCOL][_RNCO]), context);
|
|
@@ -13630,7 +13630,7 @@ var de_GetReservedNodeExchangeOfferingsOutputMessage = /* @__PURE__ */ __name((o
|
|
|
13630
13630
|
if (output[_M] != null) {
|
|
13631
13631
|
contents[_M] = (0, import_smithy_client.expectString)(output[_M]);
|
|
13632
13632
|
}
|
|
13633
|
-
if (output.ReservedNodeOfferings === "") {
|
|
13633
|
+
if (String(output.ReservedNodeOfferings).trim() === "") {
|
|
13634
13634
|
contents[_RNO] = [];
|
|
13635
13635
|
} else if (output[_RNO] != null && output[_RNO][_RNOe] != null) {
|
|
13636
13636
|
contents[_RNO] = de_ReservedNodeOfferingList((0, import_smithy_client.getArrayIfSingleItem)(output[_RNO][_RNOe]), context);
|
|
@@ -13652,7 +13652,7 @@ var de_HsmClientCertificate = /* @__PURE__ */ __name((output, context) => {
|
|
|
13652
13652
|
if (output[_HCCPK] != null) {
|
|
13653
13653
|
contents[_HCCPK] = (0, import_smithy_client.expectString)(output[_HCCPK]);
|
|
13654
13654
|
}
|
|
13655
|
-
if (output.Tags === "") {
|
|
13655
|
+
if (String(output.Tags).trim() === "") {
|
|
13656
13656
|
contents[_T] = [];
|
|
13657
13657
|
} else if (output[_T] != null && output[_T][_Ta] != null) {
|
|
13658
13658
|
contents[_T] = de_TagList((0, import_smithy_client.getArrayIfSingleItem)(output[_T][_Ta]), context);
|
|
@@ -13676,7 +13676,7 @@ var de_HsmClientCertificateMessage = /* @__PURE__ */ __name((output, context) =>
|
|
|
13676
13676
|
if (output[_M] != null) {
|
|
13677
13677
|
contents[_M] = (0, import_smithy_client.expectString)(output[_M]);
|
|
13678
13678
|
}
|
|
13679
|
-
if (output.HsmClientCertificates === "") {
|
|
13679
|
+
if (String(output.HsmClientCertificates).trim() === "") {
|
|
13680
13680
|
contents[_HCCs] = [];
|
|
13681
13681
|
} else if (output[_HCCs] != null && output[_HCCs][_HCC] != null) {
|
|
13682
13682
|
contents[_HCCs] = de_HsmClientCertificateList((0, import_smithy_client.getArrayIfSingleItem)(output[_HCCs][_HCC]), context);
|
|
@@ -13711,7 +13711,7 @@ var de_HsmConfiguration = /* @__PURE__ */ __name((output, context) => {
|
|
|
13711
13711
|
if (output[_HPN] != null) {
|
|
13712
13712
|
contents[_HPN] = (0, import_smithy_client.expectString)(output[_HPN]);
|
|
13713
13713
|
}
|
|
13714
|
-
if (output.Tags === "") {
|
|
13714
|
+
if (String(output.Tags).trim() === "") {
|
|
13715
13715
|
contents[_T] = [];
|
|
13716
13716
|
} else if (output[_T] != null && output[_T][_Ta] != null) {
|
|
13717
13717
|
contents[_T] = de_TagList((0, import_smithy_client.getArrayIfSingleItem)(output[_T][_Ta]), context);
|
|
@@ -13735,7 +13735,7 @@ var de_HsmConfigurationMessage = /* @__PURE__ */ __name((output, context) => {
|
|
|
13735
13735
|
if (output[_M] != null) {
|
|
13736
13736
|
contents[_M] = (0, import_smithy_client.expectString)(output[_M]);
|
|
13737
13737
|
}
|
|
13738
|
-
if (output.HsmConfigurations === "") {
|
|
13738
|
+
if (String(output.HsmConfigurations).trim() === "") {
|
|
13739
13739
|
contents[_HCs] = [];
|
|
13740
13740
|
} else if (output[_HCs] != null && output[_HCs][_HC] != null) {
|
|
13741
13741
|
contents[_HCs] = de_HsmConfigurationList((0, import_smithy_client.getArrayIfSingleItem)(output[_HCs][_HC]), context);
|
|
@@ -13798,7 +13798,7 @@ var de_InboundIntegration = /* @__PURE__ */ __name((output, context) => {
|
|
|
13798
13798
|
if (output[_St] != null) {
|
|
13799
13799
|
contents[_St] = (0, import_smithy_client.expectString)(output[_St]);
|
|
13800
13800
|
}
|
|
13801
|
-
if (output.Errors === "") {
|
|
13801
|
+
if (String(output.Errors).trim() === "") {
|
|
13802
13802
|
contents[_Er] = [];
|
|
13803
13803
|
} else if (output[_Er] != null && output[_Er][_IE] != null) {
|
|
13804
13804
|
contents[_Er] = de_IntegrationErrorList((0, import_smithy_client.getArrayIfSingleItem)(output[_Er][_IE]), context);
|
|
@@ -13818,7 +13818,7 @@ var de_InboundIntegrationsMessage = /* @__PURE__ */ __name((output, context) =>
|
|
|
13818
13818
|
if (output[_M] != null) {
|
|
13819
13819
|
contents[_M] = (0, import_smithy_client.expectString)(output[_M]);
|
|
13820
13820
|
}
|
|
13821
|
-
if (output.InboundIntegrations === "") {
|
|
13821
|
+
if (String(output.InboundIntegrations).trim() === "") {
|
|
13822
13822
|
contents[_II] = [];
|
|
13823
13823
|
} else if (output[_II] != null && output[_II][_IIn] != null) {
|
|
13824
13824
|
contents[_II] = de_InboundIntegrationList((0, import_smithy_client.getArrayIfSingleItem)(output[_II][_IIn]), context);
|
|
@@ -13870,7 +13870,7 @@ var de_Integration = /* @__PURE__ */ __name((output, context) => {
|
|
|
13870
13870
|
if (output[_St] != null) {
|
|
13871
13871
|
contents[_St] = (0, import_smithy_client.expectString)(output[_St]);
|
|
13872
13872
|
}
|
|
13873
|
-
if (output.Errors === "") {
|
|
13873
|
+
if (String(output.Errors).trim() === "") {
|
|
13874
13874
|
contents[_Er] = [];
|
|
13875
13875
|
} else if (output[_Er] != null && output[_Er][_IE] != null) {
|
|
13876
13876
|
contents[_Er] = de_IntegrationErrorList((0, import_smithy_client.getArrayIfSingleItem)(output[_Er][_IE]), context);
|
|
@@ -13884,12 +13884,12 @@ var de_Integration = /* @__PURE__ */ __name((output, context) => {
|
|
|
13884
13884
|
if (output[_KMSKI] != null) {
|
|
13885
13885
|
contents[_KMSKI] = (0, import_smithy_client.expectString)(output[_KMSKI]);
|
|
13886
13886
|
}
|
|
13887
|
-
if (output.AdditionalEncryptionContext === "") {
|
|
13887
|
+
if (String(output.AdditionalEncryptionContext).trim() === "") {
|
|
13888
13888
|
contents[_AEC] = {};
|
|
13889
13889
|
} else if (output[_AEC] != null && output[_AEC][_e] != null) {
|
|
13890
13890
|
contents[_AEC] = de_EncryptionContextMap((0, import_smithy_client.getArrayIfSingleItem)(output[_AEC][_e]), context);
|
|
13891
13891
|
}
|
|
13892
|
-
if (output.Tags === "") {
|
|
13892
|
+
if (String(output.Tags).trim() === "") {
|
|
13893
13893
|
contents[_T] = [];
|
|
13894
13894
|
} else if (output[_T] != null && output[_T][_Ta] != null) {
|
|
13895
13895
|
contents[_T] = de_TagList((0, import_smithy_client.getArrayIfSingleItem)(output[_T][_Ta]), context);
|
|
@@ -13956,7 +13956,7 @@ var de_IntegrationsMessage = /* @__PURE__ */ __name((output, context) => {
|
|
|
13956
13956
|
if (output[_M] != null) {
|
|
13957
13957
|
contents[_M] = (0, import_smithy_client.expectString)(output[_M]);
|
|
13958
13958
|
}
|
|
13959
|
-
if (output.Integrations === "") {
|
|
13959
|
+
if (String(output.Integrations).trim() === "") {
|
|
13960
13960
|
contents[_In] = [];
|
|
13961
13961
|
} else if (output[_In] != null && output[_In][_Int] != null) {
|
|
13962
13962
|
contents[_In] = de_IntegrationList((0, import_smithy_client.getArrayIfSingleItem)(output[_In][_Int]), context);
|
|
@@ -14202,7 +14202,7 @@ var de_IPRange = /* @__PURE__ */ __name((output, context) => {
|
|
|
14202
14202
|
if (output[_CIDRIP] != null) {
|
|
14203
14203
|
contents[_CIDRIP] = (0, import_smithy_client.expectString)(output[_CIDRIP]);
|
|
14204
14204
|
}
|
|
14205
|
-
if (output.Tags === "") {
|
|
14205
|
+
if (String(output.Tags).trim() === "") {
|
|
14206
14206
|
contents[_T] = [];
|
|
14207
14207
|
} else if (output[_T] != null && output[_T][_Ta] != null) {
|
|
14208
14208
|
contents[_T] = de_TagList((0, import_smithy_client.getArrayIfSingleItem)(output[_T][_Ta]), context);
|
|
@@ -14250,7 +14250,7 @@ var de_LimitExceededFault = /* @__PURE__ */ __name((output, context) => {
|
|
|
14250
14250
|
}, "de_LimitExceededFault");
|
|
14251
14251
|
var de_ListRecommendationsResult = /* @__PURE__ */ __name((output, context) => {
|
|
14252
14252
|
const contents = {};
|
|
14253
|
-
if (output.Recommendations === "") {
|
|
14253
|
+
if (String(output.Recommendations).trim() === "") {
|
|
14254
14254
|
contents[_Re] = [];
|
|
14255
14255
|
} else if (output[_Re] != null && output[_Re][_Rec] != null) {
|
|
14256
14256
|
contents[_Re] = de_RecommendationList((0, import_smithy_client.getArrayIfSingleItem)(output[_Re][_Rec]), context);
|
|
@@ -14283,7 +14283,7 @@ var de_LoggingStatus = /* @__PURE__ */ __name((output, context) => {
|
|
|
14283
14283
|
if (output[_LDT] != null) {
|
|
14284
14284
|
contents[_LDT] = (0, import_smithy_client.expectString)(output[_LDT]);
|
|
14285
14285
|
}
|
|
14286
|
-
if (output.LogExports === "") {
|
|
14286
|
+
if (String(output.LogExports).trim() === "") {
|
|
14287
14287
|
contents[_LE] = [];
|
|
14288
14288
|
} else if (output[_LE] != null && output[_LE][_me] != null) {
|
|
14289
14289
|
contents[_LE] = de_LogTypeList((0, import_smithy_client.getArrayIfSingleItem)(output[_LE][_me]), context);
|
|
@@ -14303,7 +14303,7 @@ var de_MaintenanceTrack = /* @__PURE__ */ __name((output, context) => {
|
|
|
14303
14303
|
if (output[_DV] != null) {
|
|
14304
14304
|
contents[_DV] = (0, import_smithy_client.expectString)(output[_DV]);
|
|
14305
14305
|
}
|
|
14306
|
-
if (output.UpdateTargets === "") {
|
|
14306
|
+
if (String(output.UpdateTargets).trim() === "") {
|
|
14307
14307
|
contents[_UT] = [];
|
|
14308
14308
|
} else if (output[_UT] != null && output[_UT][_UTp] != null) {
|
|
14309
14309
|
contents[_UT] = de_EligibleTracksToUpdateList((0, import_smithy_client.getArrayIfSingleItem)(output[_UT][_UTp]), context);
|
|
@@ -14453,7 +14453,7 @@ var de_NodeConfigurationOptionList = /* @__PURE__ */ __name((output, context) =>
|
|
|
14453
14453
|
}, "de_NodeConfigurationOptionList");
|
|
14454
14454
|
var de_NodeConfigurationOptionsMessage = /* @__PURE__ */ __name((output, context) => {
|
|
14455
14455
|
const contents = {};
|
|
14456
|
-
if (output.NodeConfigurationOptionList === "") {
|
|
14456
|
+
if (String(output.NodeConfigurationOptionList).trim() === "") {
|
|
14457
14457
|
contents[_NCOL] = [];
|
|
14458
14458
|
} else if (output[_NCOL] != null && output[_NCOL][_NCO] != null) {
|
|
14459
14459
|
contents[_NCOL] = de_NodeConfigurationOptionList((0, import_smithy_client.getArrayIfSingleItem)(output[_NCOL][_NCO]), context);
|
|
@@ -14488,7 +14488,7 @@ var de_OrderableClusterOption = /* @__PURE__ */ __name((output, context) => {
|
|
|
14488
14488
|
if (output[_NT] != null) {
|
|
14489
14489
|
contents[_NT] = (0, import_smithy_client.expectString)(output[_NT]);
|
|
14490
14490
|
}
|
|
14491
|
-
if (output.AvailabilityZones === "") {
|
|
14491
|
+
if (String(output.AvailabilityZones).trim() === "") {
|
|
14492
14492
|
contents[_AZv] = [];
|
|
14493
14493
|
} else if (output[_AZv] != null && output[_AZv][_AZ] != null) {
|
|
14494
14494
|
contents[_AZv] = de_AvailabilityZoneList((0, import_smithy_client.getArrayIfSingleItem)(output[_AZv][_AZ]), context);
|
|
@@ -14502,7 +14502,7 @@ var de_OrderableClusterOptionsList = /* @__PURE__ */ __name((output, context) =>
|
|
|
14502
14502
|
}, "de_OrderableClusterOptionsList");
|
|
14503
14503
|
var de_OrderableClusterOptionsMessage = /* @__PURE__ */ __name((output, context) => {
|
|
14504
14504
|
const contents = {};
|
|
14505
|
-
if (output.OrderableClusterOptions === "") {
|
|
14505
|
+
if (String(output.OrderableClusterOptions).trim() === "") {
|
|
14506
14506
|
contents[_OCO] = [];
|
|
14507
14507
|
} else if (output[_OCO] != null && output[_OCO][_OCOr] != null) {
|
|
14508
14508
|
contents[_OCO] = de_OrderableClusterOptionsList((0, import_smithy_client.getArrayIfSingleItem)(output[_OCO][_OCOr]), context);
|
|
@@ -14713,12 +14713,12 @@ var de_Recommendation = /* @__PURE__ */ __name((output, context) => {
|
|
|
14713
14713
|
if (output[_RTeco] != null) {
|
|
14714
14714
|
contents[_RTeco] = (0, import_smithy_client.expectString)(output[_RTeco]);
|
|
14715
14715
|
}
|
|
14716
|
-
if (output.RecommendedActions === "") {
|
|
14716
|
+
if (String(output.RecommendedActions).trim() === "") {
|
|
14717
14717
|
contents[_RAe] = [];
|
|
14718
14718
|
} else if (output[_RAe] != null && output[_RAe][_RAec] != null) {
|
|
14719
14719
|
contents[_RAe] = de_RecommendedActionList((0, import_smithy_client.getArrayIfSingleItem)(output[_RAe][_RAec]), context);
|
|
14720
14720
|
}
|
|
14721
|
-
if (output.ReferenceLinks === "") {
|
|
14721
|
+
if (String(output.ReferenceLinks).trim() === "") {
|
|
14722
14722
|
contents[_RL] = [];
|
|
14723
14723
|
} else if (output[_RL] != null && output[_RL][_RLe] != null) {
|
|
14724
14724
|
contents[_RL] = de_ReferenceLinkList((0, import_smithy_client.getArrayIfSingleItem)(output[_RL][_RLe]), context);
|
|
@@ -14792,12 +14792,12 @@ var de_RedshiftIdcApplication = /* @__PURE__ */ __name((output, context) => {
|
|
|
14792
14792
|
if (output[_IOS] != null) {
|
|
14793
14793
|
contents[_IOS] = (0, import_smithy_client.expectString)(output[_IOS]);
|
|
14794
14794
|
}
|
|
14795
|
-
if (output.AuthorizedTokenIssuerList === "") {
|
|
14795
|
+
if (String(output.AuthorizedTokenIssuerList).trim() === "") {
|
|
14796
14796
|
contents[_ATIL] = [];
|
|
14797
14797
|
} else if (output[_ATIL] != null && output[_ATIL][_me] != null) {
|
|
14798
14798
|
contents[_ATIL] = de_AuthorizedTokenIssuerList((0, import_smithy_client.getArrayIfSingleItem)(output[_ATIL][_me]), context);
|
|
14799
14799
|
}
|
|
14800
|
-
if (output.ServiceIntegrations === "") {
|
|
14800
|
+
if (String(output.ServiceIntegrations).trim() === "") {
|
|
14801
14801
|
contents[_SIe] = [];
|
|
14802
14802
|
} else if (output[_SIe] != null && output[_SIe][_me] != null) {
|
|
14803
14803
|
contents[_SIe] = de_ServiceIntegrationList((0, import_smithy_client.getArrayIfSingleItem)(output[_SIe][_me]), context);
|
|
@@ -14887,7 +14887,7 @@ var de_ReservedNode = /* @__PURE__ */ __name((output, context) => {
|
|
|
14887
14887
|
if (output[_OT] != null) {
|
|
14888
14888
|
contents[_OT] = (0, import_smithy_client.expectString)(output[_OT]);
|
|
14889
14889
|
}
|
|
14890
|
-
if (output.RecurringCharges === "") {
|
|
14890
|
+
if (String(output.RecurringCharges).trim() === "") {
|
|
14891
14891
|
contents[_RCec] = [];
|
|
14892
14892
|
} else if (output[_RCec] != null && output[_RCec][_RCecu] != null) {
|
|
14893
14893
|
contents[_RCec] = de_RecurringChargeList((0, import_smithy_client.getArrayIfSingleItem)(output[_RCec][_RCecu]), context);
|
|
@@ -15007,7 +15007,7 @@ var de_ReservedNodeOffering = /* @__PURE__ */ __name((output, context) => {
|
|
|
15007
15007
|
if (output[_OT] != null) {
|
|
15008
15008
|
contents[_OT] = (0, import_smithy_client.expectString)(output[_OT]);
|
|
15009
15009
|
}
|
|
15010
|
-
if (output.RecurringCharges === "") {
|
|
15010
|
+
if (String(output.RecurringCharges).trim() === "") {
|
|
15011
15011
|
contents[_RCec] = [];
|
|
15012
15012
|
} else if (output[_RCec] != null && output[_RCec][_RCecu] != null) {
|
|
15013
15013
|
contents[_RCec] = de_RecurringChargeList((0, import_smithy_client.getArrayIfSingleItem)(output[_RCec][_RCecu]), context);
|
|
@@ -15034,7 +15034,7 @@ var de_ReservedNodeOfferingsMessage = /* @__PURE__ */ __name((output, context) =
|
|
|
15034
15034
|
if (output[_M] != null) {
|
|
15035
15035
|
contents[_M] = (0, import_smithy_client.expectString)(output[_M]);
|
|
15036
15036
|
}
|
|
15037
|
-
if (output.ReservedNodeOfferings === "") {
|
|
15037
|
+
if (String(output.ReservedNodeOfferings).trim() === "") {
|
|
15038
15038
|
contents[_RNO] = [];
|
|
15039
15039
|
} else if (output[_RNO] != null && output[_RNO][_RNOe] != null) {
|
|
15040
15040
|
contents[_RNO] = de_ReservedNodeOfferingList((0, import_smithy_client.getArrayIfSingleItem)(output[_RNO][_RNOe]), context);
|
|
@@ -15053,7 +15053,7 @@ var de_ReservedNodesMessage = /* @__PURE__ */ __name((output, context) => {
|
|
|
15053
15053
|
if (output[_M] != null) {
|
|
15054
15054
|
contents[_M] = (0, import_smithy_client.expectString)(output[_M]);
|
|
15055
15055
|
}
|
|
15056
|
-
if (output.ReservedNodes === "") {
|
|
15056
|
+
if (String(output.ReservedNodes).trim() === "") {
|
|
15057
15057
|
contents[_RNese] = [];
|
|
15058
15058
|
} else if (output[_RNese] != null && output[_RNese][_RNes] != null) {
|
|
15059
15059
|
contents[_RNese] = de_ReservedNodeList((0, import_smithy_client.getArrayIfSingleItem)(output[_RNese][_RNes]), context);
|
|
@@ -15123,17 +15123,17 @@ var de_ResizeProgressMessage = /* @__PURE__ */ __name((output, context) => {
|
|
|
15123
15123
|
if (output[_St] != null) {
|
|
15124
15124
|
contents[_St] = (0, import_smithy_client.expectString)(output[_St]);
|
|
15125
15125
|
}
|
|
15126
|
-
if (output.ImportTablesCompleted === "") {
|
|
15126
|
+
if (String(output.ImportTablesCompleted).trim() === "") {
|
|
15127
15127
|
contents[_ITC] = [];
|
|
15128
15128
|
} else if (output[_ITC] != null && output[_ITC][_me] != null) {
|
|
15129
15129
|
contents[_ITC] = de_ImportTablesCompleted((0, import_smithy_client.getArrayIfSingleItem)(output[_ITC][_me]), context);
|
|
15130
15130
|
}
|
|
15131
|
-
if (output.ImportTablesInProgress === "") {
|
|
15131
|
+
if (String(output.ImportTablesInProgress).trim() === "") {
|
|
15132
15132
|
contents[_ITIP] = [];
|
|
15133
15133
|
} else if (output[_ITIP] != null && output[_ITIP][_me] != null) {
|
|
15134
15134
|
contents[_ITIP] = de_ImportTablesInProgress((0, import_smithy_client.getArrayIfSingleItem)(output[_ITIP][_me]), context);
|
|
15135
15135
|
}
|
|
15136
|
-
if (output.ImportTablesNotStarted === "") {
|
|
15136
|
+
if (String(output.ImportTablesNotStarted).trim() === "") {
|
|
15137
15137
|
contents[_ITNS] = [];
|
|
15138
15138
|
} else if (output[_ITNS] != null && output[_ITNS][_me] != null) {
|
|
15139
15139
|
contents[_ITNS] = de_ImportTablesNotStarted((0, import_smithy_client.getArrayIfSingleItem)(output[_ITNS][_me]), context);
|
|
@@ -15311,7 +15311,7 @@ var de_ScheduledAction = /* @__PURE__ */ __name((output, context) => {
|
|
|
15311
15311
|
if (output[_Sta] != null) {
|
|
15312
15312
|
contents[_Sta] = (0, import_smithy_client.expectString)(output[_Sta]);
|
|
15313
15313
|
}
|
|
15314
|
-
if (output.NextInvocations === "") {
|
|
15314
|
+
if (String(output.NextInvocations).trim() === "") {
|
|
15315
15315
|
contents[_NI] = [];
|
|
15316
15316
|
} else if (output[_NI] != null && output[_NI][_SAT] != null) {
|
|
15317
15317
|
contents[_NI] = de_ScheduledActionTimeList((0, import_smithy_client.getArrayIfSingleItem)(output[_NI][_SAT]), context);
|
|
@@ -15355,7 +15355,7 @@ var de_ScheduledActionsMessage = /* @__PURE__ */ __name((output, context) => {
|
|
|
15355
15355
|
if (output[_M] != null) {
|
|
15356
15356
|
contents[_M] = (0, import_smithy_client.expectString)(output[_M]);
|
|
15357
15357
|
}
|
|
15358
|
-
if (output.ScheduledActions === "") {
|
|
15358
|
+
if (String(output.ScheduledActions).trim() === "") {
|
|
15359
15359
|
contents[_SAc] = [];
|
|
15360
15360
|
} else if (output[_SAc] != null && output[_SAc][_SAch] != null) {
|
|
15361
15361
|
contents[_SAc] = de_ScheduledActionList((0, import_smithy_client.getArrayIfSingleItem)(output[_SAc][_SAch]), context);
|
|
@@ -15409,7 +15409,7 @@ var de_SecondaryClusterInfo = /* @__PURE__ */ __name((output, context) => {
|
|
|
15409
15409
|
if (output[_AZ] != null) {
|
|
15410
15410
|
contents[_AZ] = (0, import_smithy_client.expectString)(output[_AZ]);
|
|
15411
15411
|
}
|
|
15412
|
-
if (output.ClusterNodes === "") {
|
|
15412
|
+
if (String(output.ClusterNodes).trim() === "") {
|
|
15413
15413
|
contents[_CN] = [];
|
|
15414
15414
|
} else if (output[_CN] != null && output[_CN][_me] != null) {
|
|
15415
15415
|
contents[_CN] = de_ClusterNodesList((0, import_smithy_client.getArrayIfSingleItem)(output[_CN][_me]), context);
|
|
@@ -15422,7 +15422,7 @@ var de_ServiceIntegrationList = /* @__PURE__ */ __name((output, context) => {
|
|
|
15422
15422
|
});
|
|
15423
15423
|
}, "de_ServiceIntegrationList");
|
|
15424
15424
|
var de_ServiceIntegrationsUnion = /* @__PURE__ */ __name((output, context) => {
|
|
15425
|
-
if (output.LakeFormation === "") {
|
|
15425
|
+
if (String(output.LakeFormation).trim() === "") {
|
|
15426
15426
|
return {
|
|
15427
15427
|
[_LF]: []
|
|
15428
15428
|
};
|
|
@@ -15431,7 +15431,7 @@ var de_ServiceIntegrationsUnion = /* @__PURE__ */ __name((output, context) => {
|
|
|
15431
15431
|
LakeFormation: de_LakeFormationServiceIntegrations((0, import_smithy_client.getArrayIfSingleItem)(output[_LF][_me]), context)
|
|
15432
15432
|
};
|
|
15433
15433
|
}
|
|
15434
|
-
if (output.S3AccessGrants === "") {
|
|
15434
|
+
if (String(output.S3AccessGrants).trim() === "") {
|
|
15435
15435
|
return {
|
|
15436
15436
|
[_SAG]: []
|
|
15437
15437
|
};
|
|
@@ -15498,7 +15498,7 @@ var de_Snapshot = /* @__PURE__ */ __name((output, context) => {
|
|
|
15498
15498
|
if (output[_EWHSM] != null) {
|
|
15499
15499
|
contents[_EWHSM] = (0, import_smithy_client.parseBoolean)(output[_EWHSM]);
|
|
15500
15500
|
}
|
|
15501
|
-
if (output.AccountsWithRestoreAccess === "") {
|
|
15501
|
+
if (String(output.AccountsWithRestoreAccess).trim() === "") {
|
|
15502
15502
|
contents[_AWRAc] = [];
|
|
15503
15503
|
} else if (output[_AWRAc] != null && output[_AWRAc][_AWRA] != null) {
|
|
15504
15504
|
contents[_AWRAc] = de_AccountsWithRestoreAccessList((0, import_smithy_client.getArrayIfSingleItem)(output[_AWRAc][_AWRA]), context);
|
|
@@ -15527,12 +15527,12 @@ var de_Snapshot = /* @__PURE__ */ __name((output, context) => {
|
|
|
15527
15527
|
if (output[_SR] != null) {
|
|
15528
15528
|
contents[_SR] = (0, import_smithy_client.expectString)(output[_SR]);
|
|
15529
15529
|
}
|
|
15530
|
-
if (output.Tags === "") {
|
|
15530
|
+
if (String(output.Tags).trim() === "") {
|
|
15531
15531
|
contents[_T] = [];
|
|
15532
15532
|
} else if (output[_T] != null && output[_T][_Ta] != null) {
|
|
15533
15533
|
contents[_T] = de_TagList((0, import_smithy_client.getArrayIfSingleItem)(output[_T][_Ta]), context);
|
|
15534
15534
|
}
|
|
15535
|
-
if (output.RestorableNodeTypes === "") {
|
|
15535
|
+
if (String(output.RestorableNodeTypes).trim() === "") {
|
|
15536
15536
|
contents[_RNT] = [];
|
|
15537
15537
|
} else if (output[_RNT] != null && output[_RNT][_NT] != null) {
|
|
15538
15538
|
contents[_RNT] = de_RestorableNodeTypeList((0, import_smithy_client.getArrayIfSingleItem)(output[_RNT][_NT]), context);
|
|
@@ -15592,7 +15592,7 @@ var de_SnapshotCopyGrant = /* @__PURE__ */ __name((output, context) => {
|
|
|
15592
15592
|
if (output[_KKI] != null) {
|
|
15593
15593
|
contents[_KKI] = (0, import_smithy_client.expectString)(output[_KKI]);
|
|
15594
15594
|
}
|
|
15595
|
-
if (output.Tags === "") {
|
|
15595
|
+
if (String(output.Tags).trim() === "") {
|
|
15596
15596
|
contents[_T] = [];
|
|
15597
15597
|
} else if (output[_T] != null && output[_T][_Ta] != null) {
|
|
15598
15598
|
contents[_T] = de_TagList((0, import_smithy_client.getArrayIfSingleItem)(output[_T][_Ta]), context);
|
|
@@ -15616,7 +15616,7 @@ var de_SnapshotCopyGrantMessage = /* @__PURE__ */ __name((output, context) => {
|
|
|
15616
15616
|
if (output[_M] != null) {
|
|
15617
15617
|
contents[_M] = (0, import_smithy_client.expectString)(output[_M]);
|
|
15618
15618
|
}
|
|
15619
|
-
if (output.SnapshotCopyGrants === "") {
|
|
15619
|
+
if (String(output.SnapshotCopyGrants).trim() === "") {
|
|
15620
15620
|
contents[_SCGn] = [];
|
|
15621
15621
|
} else if (output[_SCGn] != null && output[_SCGn][_SCG] != null) {
|
|
15622
15622
|
contents[_SCGn] = de_SnapshotCopyGrantList((0, import_smithy_client.getArrayIfSingleItem)(output[_SCGn][_SCG]), context);
|
|
@@ -15668,7 +15668,7 @@ var de_SnapshotMessage = /* @__PURE__ */ __name((output, context) => {
|
|
|
15668
15668
|
if (output[_M] != null) {
|
|
15669
15669
|
contents[_M] = (0, import_smithy_client.expectString)(output[_M]);
|
|
15670
15670
|
}
|
|
15671
|
-
if (output.Snapshots === "") {
|
|
15671
|
+
if (String(output.Snapshots).trim() === "") {
|
|
15672
15672
|
contents[_Sna] = [];
|
|
15673
15673
|
} else if (output[_Sna] != null && output[_Sna][_Sn] != null) {
|
|
15674
15674
|
contents[_Sna] = de_SnapshotList((0, import_smithy_client.getArrayIfSingleItem)(output[_Sna][_Sn]), context);
|
|
@@ -15677,7 +15677,7 @@ var de_SnapshotMessage = /* @__PURE__ */ __name((output, context) => {
|
|
|
15677
15677
|
}, "de_SnapshotMessage");
|
|
15678
15678
|
var de_SnapshotSchedule = /* @__PURE__ */ __name((output, context) => {
|
|
15679
15679
|
const contents = {};
|
|
15680
|
-
if (output.ScheduleDefinitions === "") {
|
|
15680
|
+
if (String(output.ScheduleDefinitions).trim() === "") {
|
|
15681
15681
|
contents[_SD] = [];
|
|
15682
15682
|
} else if (output[_SD] != null && output[_SD][_SDch] != null) {
|
|
15683
15683
|
contents[_SD] = de_ScheduleDefinitionList((0, import_smithy_client.getArrayIfSingleItem)(output[_SD][_SDch]), context);
|
|
@@ -15688,12 +15688,12 @@ var de_SnapshotSchedule = /* @__PURE__ */ __name((output, context) => {
|
|
|
15688
15688
|
if (output[_SDc] != null) {
|
|
15689
15689
|
contents[_SDc] = (0, import_smithy_client.expectString)(output[_SDc]);
|
|
15690
15690
|
}
|
|
15691
|
-
if (output.Tags === "") {
|
|
15691
|
+
if (String(output.Tags).trim() === "") {
|
|
15692
15692
|
contents[_T] = [];
|
|
15693
15693
|
} else if (output[_T] != null && output[_T][_Ta] != null) {
|
|
15694
15694
|
contents[_T] = de_TagList((0, import_smithy_client.getArrayIfSingleItem)(output[_T][_Ta]), context);
|
|
15695
15695
|
}
|
|
15696
|
-
if (output.NextInvocations === "") {
|
|
15696
|
+
if (String(output.NextInvocations).trim() === "") {
|
|
15697
15697
|
contents[_NI] = [];
|
|
15698
15698
|
} else if (output[_NI] != null && output[_NI][_STna] != null) {
|
|
15699
15699
|
contents[_NI] = de_ScheduledSnapshotTimeList((0, import_smithy_client.getArrayIfSingleItem)(output[_NI][_STna]), context);
|
|
@@ -15701,7 +15701,7 @@ var de_SnapshotSchedule = /* @__PURE__ */ __name((output, context) => {
|
|
|
15701
15701
|
if (output[_ACC] != null) {
|
|
15702
15702
|
contents[_ACC] = (0, import_smithy_client.strictParseInt32)(output[_ACC]);
|
|
15703
15703
|
}
|
|
15704
|
-
if (output.AssociatedClusters === "") {
|
|
15704
|
+
if (String(output.AssociatedClusters).trim() === "") {
|
|
15705
15705
|
contents[_ACs] = [];
|
|
15706
15706
|
} else if (output[_ACs] != null && output[_ACs][_CATS] != null) {
|
|
15707
15707
|
contents[_ACs] = de_AssociatedClusterList((0, import_smithy_client.getArrayIfSingleItem)(output[_ACs][_CATS]), context);
|
|
@@ -15925,7 +15925,7 @@ var de_TableRestoreStatusList = /* @__PURE__ */ __name((output, context) => {
|
|
|
15925
15925
|
}, "de_TableRestoreStatusList");
|
|
15926
15926
|
var de_TableRestoreStatusMessage = /* @__PURE__ */ __name((output, context) => {
|
|
15927
15927
|
const contents = {};
|
|
15928
|
-
if (output.TableRestoreStatusDetails === "") {
|
|
15928
|
+
if (String(output.TableRestoreStatusDetails).trim() === "") {
|
|
15929
15929
|
contents[_TRSD] = [];
|
|
15930
15930
|
} else if (output[_TRSD] != null && output[_TRSD][_TRS] != null) {
|
|
15931
15931
|
contents[_TRSD] = de_TableRestoreStatusList((0, import_smithy_client.getArrayIfSingleItem)(output[_TRSD][_TRS]), context);
|
|
@@ -15965,7 +15965,7 @@ var de_TaggedResourceList = /* @__PURE__ */ __name((output, context) => {
|
|
|
15965
15965
|
}, "de_TaggedResourceList");
|
|
15966
15966
|
var de_TaggedResourceListMessage = /* @__PURE__ */ __name((output, context) => {
|
|
15967
15967
|
const contents = {};
|
|
15968
|
-
if (output.TaggedResources === "") {
|
|
15968
|
+
if (String(output.TaggedResources).trim() === "") {
|
|
15969
15969
|
contents[_TR] = [];
|
|
15970
15970
|
} else if (output[_TR] != null && output[_TR][_TRa] != null) {
|
|
15971
15971
|
contents[_TR] = de_TaggedResourceList((0, import_smithy_client.getArrayIfSingleItem)(output[_TR][_TRa]), context);
|
|
@@ -15994,7 +15994,7 @@ var de_TrackList = /* @__PURE__ */ __name((output, context) => {
|
|
|
15994
15994
|
}, "de_TrackList");
|
|
15995
15995
|
var de_TrackListMessage = /* @__PURE__ */ __name((output, context) => {
|
|
15996
15996
|
const contents = {};
|
|
15997
|
-
if (output.MaintenanceTracks === "") {
|
|
15997
|
+
if (String(output.MaintenanceTracks).trim() === "") {
|
|
15998
15998
|
contents[_MT] = [];
|
|
15999
15999
|
} else if (output[_MT] != null && output[_MT][_MTa] != null) {
|
|
16000
16000
|
contents[_MT] = de_TrackList((0, import_smithy_client.getArrayIfSingleItem)(output[_MT][_MTa]), context);
|
|
@@ -16047,7 +16047,7 @@ var de_UpdateTarget = /* @__PURE__ */ __name((output, context) => {
|
|
|
16047
16047
|
if (output[_DV] != null) {
|
|
16048
16048
|
contents[_DV] = (0, import_smithy_client.expectString)(output[_DV]);
|
|
16049
16049
|
}
|
|
16050
|
-
if (output.SupportedOperations === "") {
|
|
16050
|
+
if (String(output.SupportedOperations).trim() === "") {
|
|
16051
16051
|
contents[_SOu] = [];
|
|
16052
16052
|
} else if (output[_SOu] != null && output[_SOu][_SOup] != null) {
|
|
16053
16053
|
contents[_SOu] = de_SupportedOperationList((0, import_smithy_client.getArrayIfSingleItem)(output[_SOu][_SOup]), context);
|
|
@@ -16077,7 +16077,7 @@ var de_UsageLimit = /* @__PURE__ */ __name((output, context) => {
|
|
|
16077
16077
|
if (output[_BA] != null) {
|
|
16078
16078
|
contents[_BA] = (0, import_smithy_client.expectString)(output[_BA]);
|
|
16079
16079
|
}
|
|
16080
|
-
if (output.Tags === "") {
|
|
16080
|
+
if (String(output.Tags).trim() === "") {
|
|
16081
16081
|
contents[_T] = [];
|
|
16082
16082
|
} else if (output[_T] != null && output[_T][_Ta] != null) {
|
|
16083
16083
|
contents[_T] = de_TagList((0, import_smithy_client.getArrayIfSingleItem)(output[_T][_Ta]), context);
|
|
@@ -16093,7 +16093,7 @@ var de_UsageLimitAlreadyExistsFault = /* @__PURE__ */ __name((output, context) =
|
|
|
16093
16093
|
}, "de_UsageLimitAlreadyExistsFault");
|
|
16094
16094
|
var de_UsageLimitList = /* @__PURE__ */ __name((output, context) => {
|
|
16095
16095
|
const contents = {};
|
|
16096
|
-
if (output.UsageLimits === "") {
|
|
16096
|
+
if (String(output.UsageLimits).trim() === "") {
|
|
16097
16097
|
contents[_UL] = [];
|
|
16098
16098
|
} else if (output[_UL] != null && output[_UL][_me] != null) {
|
|
16099
16099
|
contents[_UL] = de_UsageLimits((0, import_smithy_client.getArrayIfSingleItem)(output[_UL][_me]), context);
|
|
@@ -16128,7 +16128,7 @@ var de_VpcEndpoint = /* @__PURE__ */ __name((output, context) => {
|
|
|
16128
16128
|
if (output[_VIp] != null) {
|
|
16129
16129
|
contents[_VIp] = (0, import_smithy_client.expectString)(output[_VIp]);
|
|
16130
16130
|
}
|
|
16131
|
-
if (output.NetworkInterfaces === "") {
|
|
16131
|
+
if (String(output.NetworkInterfaces).trim() === "") {
|
|
16132
16132
|
contents[_NIe] = [];
|
|
16133
16133
|
} else if (output[_NIe] != null && output[_NIe][_NIet] != null) {
|
|
16134
16134
|
contents[_NIe] = de_NetworkInterfaceList((0, import_smithy_client.getArrayIfSingleItem)(output[_NIe][_NIet]), context);
|